@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Outfit:wght@400;500;600;700&display=swap");

:root {
  --bg-main: #170812;
  --bg-mid: #2a1020;
  --bg-elev: #361626;
  --card: #2a1421;
  --card-soft: #341b2a;
  --text-main: #f7f3f2;
  --text-muted: #c8bdc3;
  --line: rgba(255, 255, 255, 0.12);
  --icon-deep: #501020;
  --icon-rust: #701000;
  --icon-coral: #f05070;
  --icon-rose: #f06080;
  --icon-saffron: #f0a030;
  --icon-gold: #f6bf56;
  --icon-lime: #bddd6d;
  --icon-olive: #8aa94b;
  --max: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
  background: var(--bg-main);
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text-main);
  font-family: "Outfit", "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.55;
  position: relative;
  isolation: isolate;
  background: var(--bg-main);
  overflow-x: clip;
}

body::before {
  content: "";
  position: fixed;
  top: -100px; /* Bleed up into the notch/status bar area */
  left: 0;
  width: 100%;
  height: calc(100lvh + 100px); /* Extra height as fallback for Safari bars */
  z-index: -1;
  background-image:
    linear-gradient(rgba(23, 8, 18, 0.18), rgba(23, 8, 18, 0.18)),
    url("bestbg.jpg"),
    linear-gradient(162deg, var(--bg-main) 0%, var(--bg-mid) 48%, #451a2a 100%);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  pointer-events: none;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

main {
  overflow-x: clip;
}

.page-noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.055;
  mix-blend-mode: normal;
  background-image:
    radial-gradient(900px 560px at 90% 82%, rgba(189, 221, 109, 0.16), transparent 72%),
    radial-gradient(620px 380px at 12% 88%, rgba(246, 191, 86, 0.15), transparent 70%),
    radial-gradient(820px 520px at 50% 24%, rgba(138, 169, 75, 0.08), transparent 74%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='0.28'/%3E%3C/svg%3E");
  background-size: 240px 240px;
}

img {
  max-width: 100%;
  display: block;
}

body > *:not(.page-noise) {
  position: relative;
  z-index: 1;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(var(--max), calc(100% - 2.4rem));
  margin-inline: auto;
}

.hamburger-fab {
  position: fixed;
  top: 1rem;
  right: 1rem;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  background: linear-gradient(150deg, rgba(53, 22, 38, 0.86), rgba(28, 14, 22, 0.8));
  display: grid;
  place-items: center;
  z-index: 30;
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(255, 255, 255, 0.05) inset;
  pointer-events: none;
  user-select: none;
}

.hamburger-fab span,
.hamburger-fab span::before,
.hamburger-fab span::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: #f5ebdc;
  position: relative;
}

.hamburger-fab span::before {
  position: absolute;
  top: -6px;
  left: 0;
}

.hamburger-fab span::after {
  position: absolute;
  top: 6px;
  left: 0;
}

.hero {
  padding-top: 3.6rem;
  display: grid;
  grid-template-columns: 0.96fr 1.04fr;
  align-items: center;
  gap: clamp(1.4rem, 5vw, 4.2rem);
}

.hero-icon-stage {
  position: relative;
  min-height: 580px;
  display: flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
  overflow: clip;
}

.hero-app-icon {
  width: min(520px, 93%);
  border-radius: clamp(32px, 6vw, 72px);
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 4;
  animation: hero-icon-float 7s ease-in-out infinite;
}

.hero-icon-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(14px);
  pointer-events: none;
}

.hero-icon-glow--primary {
  width: min(640px, 104%);
  height: min(640px, 104%);
  background:
    radial-gradient(circle, rgba(189, 221, 109, 0.5) 0%, rgba(240, 160, 48, 0.28) 35%, rgba(138, 169, 75, 0.18) 60%, transparent 76%);
  z-index: 1;
  animation: hero-glow-breathe 7.2s ease-in-out infinite;
}

.hero-icon-glow--secondary {
  width: min(470px, 82%);
  height: min(470px, 82%);
  background: radial-gradient(circle, rgba(246, 191, 86, 0.28) 0%, rgba(189, 221, 109, 0.24) 48%, transparent 76%);
  z-index: 2;
  animation: hero-glow-breathe 6.4s ease-in-out infinite reverse;
}

.hero-icon-orb {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  z-index: 3;
  filter: blur(0.2px);
}

.hero-icon-orb--one {
  width: 20px;
  height: 20px;
  top: 20%;
  left: 14%;
  background: linear-gradient(140deg, rgba(246, 191, 86, 0.95), rgba(189, 221, 109, 0.88));
  animation: hero-orb-float-one 5.8s ease-in-out infinite;
}

.hero-icon-orb--two {
  width: 14px;
  height: 14px;
  bottom: 16%;
  right: 16%;
  background: linear-gradient(140deg, rgba(189, 221, 109, 0.95), rgba(138, 169, 75, 0.92));
  animation: hero-orb-float-two 6.6s ease-in-out infinite;
}

.hero-icon-orb--three {
  width: 10px;
  height: 10px;
  top: 30%;
  right: 20%;
  background: linear-gradient(140deg, rgba(240, 160, 48, 0.95), rgba(189, 221, 109, 0.88));
  animation: hero-orb-float-three 4.8s ease-in-out infinite;
}

@keyframes hero-icon-float {
  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-14px);
  }
}

@keyframes hero-glow-breathe {
  0%,
  100% {
    transform: scale(0.95);
    opacity: 0.72;
  }

  50% {
    transform: scale(1.05);
    opacity: 1;
  }
}

@keyframes hero-orb-float-one {
  0%,
  100% {
    transform: translateY(0) translateX(0);
  }

  50% {
    transform: translateY(-16px) translateX(8px);
  }
}

@keyframes hero-orb-float-two {
  0%,
  100% {
    transform: translateY(0) translateX(0);
  }

  50% {
    transform: translateY(-11px) translateX(-9px);
  }
}

@keyframes hero-orb-float-three {
  0%,
  100% {
    transform: translateY(0) translateX(0);
  }

  50% {
    transform: translateY(-8px) translateX(6px);
  }
}

.eyebrow {
  margin: 0;
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--icon-gold);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}

h1,
h2,
h3 {
  line-height: 1.08;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  letter-spacing: 0.01em;
}

h1 {
  margin-top: 0.8rem;
  font-size: clamp(2.5rem, 6vw, 4.8rem);
  text-wrap: balance;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.hero-description {
  margin-top: 1rem;
  color: var(--text-main);
  max-width: 52ch;
  font-size: 1.03rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.store-row {
  margin-top: 1.6rem;
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.store-pill {
  min-width: 168px;
  text-decoration: none;
  border-radius: 14px;
  border: 1px solid rgba(246, 191, 86, 0.45);
  background:
    linear-gradient(140deg, rgba(58, 25, 40, 0.9), rgba(36, 16, 28, 0.86));
  padding: 0.66rem 0.9rem;
  display: inline-flex;
  flex-direction: column;
  gap: 0.02rem;
  transition: transform 0.24s ease, border-color 0.24s ease, background 0.24s ease;
  cursor: pointer;
}

.store-pill:hover {
  transform: translateY(-2px);
  border-color: var(--icon-gold);
  background: linear-gradient(140deg, rgba(78, 35, 55, 0.95), rgba(46, 21, 35, 0.9));
}

.store-pill[aria-label^="Coming soon"] {
  pointer-events: none;
  cursor: default;
  opacity: 0.8;
}

.store-sub {
  font-size: 0.64rem;
  color: #bbb0b9;
}

.store-main {
  font-size: 1.08rem;
  font-weight: 700;
}

.hero-micro-points {
  margin-top: 1.3rem;
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
}

.hero-micro-points span {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(23, 8, 18, 0.44);
  color: #e1d6db;
  border-radius: 999px;
  padding: 0.36rem 0.74rem;
  font-size: 0.77rem;
}

.phone-duo {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.iphone-mockup {
  position: relative;
  width: 280px;
  background: #060608;
  border-radius: 50px;
  padding: 6px;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.12),
    0 0 0 1.4px #d1d1d6,
    0 0 0 3.2px #151518,
    0 0 0 4.2px #8e8e93,
    0 24px 64px rgba(0, 0, 0, 0.65),
    0 3px 10px rgba(0, 0, 0, 0.45);
}

.iphone-mockup::before {
  content: "";
  position: absolute;
  right: -3.5px;
  top: 112px;
  width: 3px;
  height: 45px;
  border-radius: 0 2px 2px 0;
  background: linear-gradient(180deg, #d1d1d6, #8e8e93, #d1d1d6);
}

.iphone-notch {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 88px;
  height: 24px;
  border-radius: 20px;
  z-index: 10;
  background: #060609;
}

.iphone-notch::before {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: radial-gradient(circle at 40% 40%, #293340, #0c1018);
}

.iphone-screen {
  border-radius: 44px;
  overflow: hidden;
  aspect-ratio: 9 / 19.5;
  background: #000;
}

.iphone-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

.iphone-mockup--small {
  width: 238px;
  border-radius: 44px;
  padding: 5px;
}

.iphone-mockup--small::before {
  top: 92px;
  height: 36px;
  width: 2.5px;
  right: -3px;
}

.iphone-mockup--small .iphone-notch {
  width: 75px;
  height: 20px;
  border-radius: 15px;
  top: 12px;
}

.iphone-mockup--small .iphone-notch::before {
  right: 11px;
  width: 7px;
  height: 7px;
}

.iphone-mockup--small .iphone-screen {
  border-radius: 38px;
}

.iphone-mockup--tilted-left {
  transform: rotate(-5deg) translateX(20px);
  z-index: 2;
  animation: float-left 6s ease-in-out infinite;
}

.iphone-mockup--tilted-right {
  transform: rotate(5deg) translateX(-20px);
  z-index: 1;
  animation: float-right 6s ease-in-out infinite;
  animation-delay: 1.2s;
}

@keyframes float-left {
  0%,
  100% {
    transform: rotate(-5deg) translateX(20px) translateY(0);
  }

  50% {
    transform: rotate(-5deg) translateX(20px) translateY(-14px);
  }
}

@keyframes float-right {
  0%,
  100% {
    transform: rotate(5deg) translateX(-20px) translateY(0);
  }

  50% {
    transform: rotate(5deg) translateX(-20px) translateY(-18px);
  }
}

.features {
  margin-top: 5.8rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.95rem;
}

.feature-card {
  min-height: 216px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  padding: 1.1rem 1rem;
  background:
    linear-gradient(145deg, rgba(23, 8, 18, 0.62), rgba(23, 8, 18, 0.42));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.feature-card:hover {
  transform: translateY(-4px);
  border-color: rgba(240, 160, 48, 0.45);
}

.feature-kicker {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 0.7rem;
  color: var(--icon-saffron);
}

.feature-card h3 {
  margin-top: 0.6rem;
  font-size: 1.34rem;
}

.feature-card > p:not(.feature-kicker) {
  margin-top: 0.6rem;
  font-size: 0.93rem;
  color: var(--text-muted);
}

.walkthrough {
  margin-top: 6rem;
  display: grid;
  gap: 5.2rem;
}

.languages {
  margin-top: 5rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 28px;
  padding: clamp(1.2rem, 3.2vw, 2.2rem);
  background:
    radial-gradient(520px 240px at 95% 0%, rgba(240, 96, 128, 0.2), transparent 70%),
    radial-gradient(420px 220px at 0% 100%, rgba(240, 160, 48, 0.18), transparent 72%),
    linear-gradient(160deg, rgba(50, 22, 36, 0.9), rgba(24, 11, 20, 0.96));
}

.languages-layout {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: clamp(1rem, 3vw, 2.2rem);
  align-items: center;
}

.languages-copy h2 {
  margin-top: 0.6rem;
  font-size: clamp(1.9rem, 4vw, 2.8rem);
}

.languages-copy p {
  margin-top: 0.75rem;
  color: var(--text-muted);
  max-width: 62ch;
}

.languages-visual {
  display: flex;
  justify-content: center;
}

.language-mockup {
  width: min(248px, 100%);
  transform: rotate(2deg);
}

.language-chips {
  margin-top: 1.15rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.62rem;
}

.language-chips span {
  border-radius: 999px;
  border: 1px solid rgba(246, 191, 86, 0.35);
  background: rgba(23, 8, 18, 0.44);
  color: #f0e5dd;
  padding: 0.42rem 0.78rem;
  font-size: 0.84rem;
}

.notifications {
  margin-top: 5rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 28px;
  padding: clamp(1.2rem, 3.2vw, 2.2rem);
  background:
    radial-gradient(520px 240px at 0% 0%, rgba(189, 221, 109, 0.2), transparent 70%),
    radial-gradient(420px 220px at 100% 100%, rgba(240, 96, 128, 0.18), transparent 72%),
    linear-gradient(160deg, rgba(36, 16, 28, 0.9), rgba(50, 22, 36, 0.96));
}

.notifications-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1rem, 3vw, 2.2rem);
  align-items: center;
}

.notifications-copy h2 {
  margin-top: 0.6rem;
  font-size: clamp(1.9rem, 4vw, 2.8rem);
}

.notifications-copy p {
  margin-top: 0.75rem;
  color: var(--text-muted);
  max-width: 62ch;
}

.notifications-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.notifications-image-wrapper {
  position: relative;
  width: 100%;
  max-width: 480px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 
    0 24px 64px rgba(0, 0, 0, 0.62),
    0 0 0 1px rgba(255, 255, 255, 0.12);
}

.notifications-img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.9;
}

.screen-showcase {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.2rem, 4vw, 4rem);
  align-items: center;
}

.screen-showcase--reverse {
  direction: rtl;
}

.screen-showcase--reverse > * {
  direction: ltr;
}

.screen-copy {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  padding: clamp(1.2rem, 3.2vw, 2rem);
  background:
    radial-gradient(420px 220px at 90% 10%, rgba(240, 96, 128, 0.2), transparent 70%),
    linear-gradient(160deg, rgba(56, 25, 42, 0.9), rgba(28, 12, 22, 0.95));
}

.screen-number {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: clamp(2.4rem, 6vw, 4.1rem);
  line-height: 1;
  font-weight: 700;
  font-family: "Cormorant Garamond", serif;
  background: linear-gradient(135deg, rgba(246, 191, 86, 0.86), rgba(240, 96, 128, 0.45));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.screen-copy h2 {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
}

.screen-copy p {
  margin-top: 0.8rem;
  color: var(--text-muted);
}

.screen-phone {
  display: flex;
  justify-content: center;
}

.site-footer {
  margin-top: 5.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(23, 8, 18, 0.64) 0%, rgba(14, 4, 11, 0.75) 100%);
}

.footer-grid {
  padding: 2.2rem 0 1.55rem;
  display: grid;
  grid-template-columns: 1.25fr repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2.4vw, 2rem);
}

.footer-brand {
  max-width: 260px;
}

.footer-logo {
  width: 34px;
  height: 34px;
  border-radius: 10px;
}

.footer-title {
  margin: 0.55rem 0 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.45rem;
  color: #fff;
}

.footer-tagline {
  margin: 0.28rem 0 0;
  font-size: 0.9rem;
  color: #c7bac1;
}

.footer-links-group h4 {
  margin: 0 0 0.65rem;
  font-size: 0.8rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #f6bf56;
}

.footer-links-group a {
  display: block;
  margin: 0.34rem 0;
  color: #d7cad2;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.22s ease;
}

.footer-links-group a:hover {
  color: #fff;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1rem 0 2.4rem;
  display: flex;
  justify-content: space-between;
  gap: 0.7rem;
  flex-wrap: wrap;
  color: #b9acb4;
  font-size: 0.83rem;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom a {
  color: #f6bf56;
  text-decoration: none;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.72s ease,
    transform 0.72s ease;
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1120px) {
  .features {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  .hero {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero-icon-stage {
    min-height: 500px;
  }

  .hero-app-icon {
    width: min(470px, 90vw);
  }

  .hero-description {
    max-width: 58ch;
  }

  .hero-micro-points {
    justify-content: center;
  }

  .screen-showcase {
    grid-template-columns: 1fr;
    gap: 1.4rem;
    text-align: center;
  }

  .screen-showcase--reverse,
  .screen-showcase--reverse > * {
    direction: ltr;
  }

  .screen-phone {
    order: -1;
  }

  .screen-copy {
    max-width: 620px;
    margin: 0 auto;
  }

  .languages-layout {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 1rem;
  }

  .languages-visual {
    order: -1;
  }

  .notifications-layout {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 1.5rem;
  }

  .notifications-visual {
    order: -1;
  }

  .notifications-copy p {
    margin-inline: auto;
  }

  .languages-copy p {
    margin-inline: auto;
  }

  .language-chips {
    justify-content: center;
  }

  .features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  main,
  footer {
    zoom: 0.9;
  }

  .hamburger-fab {
    width: 48px;
    height: 48px;
    right: 0.72rem;
    top: 0.72rem;
    border-radius: 13px;
  }

  .features {
    grid-template-columns: 1fr;
  }

  .iphone-mockup--small {
    width: 220px;
    border-radius: 38px;
    padding: 4px;
  }

  .iphone-mockup--small .iphone-screen {
    border-radius: 33px;
  }

  .iphone-mockup--small .iphone-notch {
    width: 66px;
    height: 18px;
    top: 11px;
    border-radius: 13px;
  }

  .iphone-mockup--small .iphone-notch::before {
    width: 6px;
    height: 6px;
    right: 10px;
  }

  .iphone-mockup--tilted-left {
    animation: float-left-mobile 6s ease-in-out infinite;
  }

  .iphone-mockup--tilted-right {
    animation: float-right-mobile 6s ease-in-out infinite;
    animation-delay: 1.2s;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(var(--max), calc(100% - 1.3rem));
  }

  .hero {
    padding-top: 1.35rem;
  }

  .hero-icon-stage {
    min-height: 310px;
    margin-bottom: 0.2rem;
  }

  .hero-app-icon {
    width: min(250px, 64vw);
    border-radius: 28px;
  }

  .hero-icon-glow--primary {
    width: min(360px, 88vw);
    height: min(360px, 88vw);
  }

  .hero-icon-glow--secondary {
    width: min(250px, 62vw);
    height: min(250px, 62vw);
  }

  .page-noise {
    opacity: 0.042;
  }

  .features {
    margin-top: 4.6rem;
    grid-template-columns: 1fr;
  }

  .walkthrough {
    margin-top: 4.7rem;
    gap: 2.8rem;
  }

  .phone-duo {
    width: 100%;
    justify-content: center;
  }

  .language-mockup {
    width: min(220px, 100%);
    transform: rotate(0deg);
  }

  .hero-description {
    font-size: 0.88rem;
    line-height: 1.38;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  h1 {
    font-size: clamp(1.95rem, 9vw, 2.55rem);
  }

  .hero-micro-points {
    display: none;
  }

  .feature-card h3 {
    font-size: 1.08rem;
  }

  .feature-card {
    min-height: auto;
    padding: 0.95rem 0.9rem;
  }

  .feature-card > p:not(.feature-kicker) {
    margin-top: 0.46rem;
    font-size: 0.85rem;
    line-height: 1.36;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .screen-copy h2 {
    font-size: clamp(1.5rem, 7.2vw, 2.2rem);
  }

  .screen-number {
    font-size: clamp(2rem, 11vw, 3.2rem);
  }

  .screen-copy p {
    font-size: 0.91rem;
    line-height: 1.42;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .languages-copy p {
    font-size: 0.92rem;
    line-height: 1.42;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .notifications-copy p {
    font-size: 0.92rem;
    line-height: 1.42;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 1.1rem;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 0.35rem;
    padding-bottom: 1.9rem;
  }
}

@media (max-width: 480px) {
  .iphone-mockup--small {
    width: 190px;
    border-radius: 34px;
    padding: 4px;
  }

  .iphone-mockup--small .iphone-screen {
    border-radius: 30px;
  }

  .iphone-mockup--small .iphone-notch {
    width: 60px;
    height: 16px;
    top: 10px;
    border-radius: 12px;
  }

  .iphone-mockup--small .iphone-notch::before {
    width: 5px;
    height: 5px;
    right: 9px;
  }

  .iphone-mockup--tilted-left {
    animation: float-left-mobile 6s ease-in-out infinite;
  }

  .iphone-mockup--tilted-right {
    animation: float-right-mobile 6s ease-in-out infinite;
    animation-delay: 1.2s;
  }
}

@keyframes float-left-mobile {
  0%,
  100% {
    transform: rotate(-3deg) translateX(8px) translateY(0);
  }

  50% {
    transform: rotate(-3deg) translateX(8px) translateY(-12px);
  }
}

@keyframes float-right-mobile {
  0%,
  100% {
    transform: rotate(3deg) translateX(-12px) translateY(0);
  }

  50% {
    transform: rotate(3deg) translateX(-12px) translateY(-16px);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .iphone-mockup--tilted-left,
  .iphone-mockup--tilted-right,
  .hero-app-icon,
  .hero-icon-glow,
  .hero-icon-orb {
    animation: none;
  }

  .reveal {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }
}
