:root {
  --brand: #4c2fd7;
  --brand-dark: #3a20b0;
  --brand-soft: #efebff;
  --background: #fbfbfd;
  --surface: #ffffff;
  --surface-muted: #f8f7fc;
  --text: #14141b;
  --text-secondary: #666676;
  --border: #e7e5ef;
  --shadow: 0 22px 60px rgba(45, 30, 112, .10);
  --shadow-strong: 0 30px 80px rgba(45, 30, 112, .15);
  --radius: 24px;
  --max-width: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--background);
  color: var(--text);
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(calc(100% - 40px), var(--max-width)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(231, 229, 239, .9);
  background: rgba(251, 251, 253, .92);
  backdrop-filter: blur(18px);
}
.nav { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--text); font-size: 19px; font-weight: 820; letter-spacing: -.025em; text-decoration: none; }
.brand img { width: 40px; height: 40px; }
.nav-links { display: flex; align-items: center; gap: 32px; color: #5f5f70; font-size: 13px; font-weight: 700; }
.nav-links a { text-decoration: none; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--brand); }

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border-radius: 13px;
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
  color: white;
  font-weight: 760;
  text-decoration: none;
  box-shadow: 0 13px 28px rgba(76, 47, 215, .22);
}
.button:hover { background: var(--brand-dark); }
.button-small { min-height: 40px; padding-inline: 18px; font-size: 13px; }
.app-store-button { min-height: 60px; padding: 9px 20px; line-height: 1.03; text-align: left; }
.app-store-button small { display: block; margin-bottom: 4px; font-size: 9px; font-weight: 600; letter-spacing: .02em; }
.apple-icon { width: 22px; height: 22px; }
.text-link { color: var(--brand-dark); font-size: 14px; font-weight: 780; text-decoration: none; }

.hero { position: relative; overflow: hidden; padding: 78px 0 76px; background: linear-gradient(110deg, #fff 0%, #fdfcff 48%, #f4f0ff 100%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(76,47,215,.12), transparent); }
.hero-glow { position: absolute; border-radius: 50%; pointer-events: none; }
.hero-glow-one { width: 620px; height: 620px; right: -150px; top: -190px; background: radial-gradient(circle, rgba(116,88,240,.18), rgba(76,47,215,0) 68%); }
.hero-glow-two { width: 330px; height: 330px; left: 45%; bottom: -260px; background: radial-gradient(circle, rgba(239,235,255,.95), rgba(239,235,255,0) 72%); }
.hero-grid { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; gap: 46px; align-items: center; }
.eyebrow { display: inline-flex; padding: 6px 11px; border-radius: 999px; background: var(--brand-soft); color: var(--brand); font-size: 10px; font-weight: 850; letter-spacing: .065em; text-transform: uppercase; }
h1 { max-width: 650px; margin: 18px 0 22px; font-size: clamp(46px, 5.45vw, 68px); line-height: 1.02; letter-spacing: -.058em; }
.hero h1 span { display: block; color: var(--brand); }
.lead { max-width: 590px; margin: 0 0 28px; color: var(--text-secondary); font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.hero-benefits { display: flex; flex-wrap: wrap; gap: 21px; margin: 28px 0 0; padding: 0; color: #565668; font-size: 12px; list-style: none; }
.hero-benefits li { display: inline-flex; align-items: center; gap: 7px; }
.hero-benefits li span { display: grid; width: 20px; height: 20px; place-items: center; color: var(--brand); font-size: 16px; font-weight: 800; }
.hero-showcase { min-height: 490px; position: relative; display: grid; place-items: center; isolation: isolate; }
.hero-showcase::before { content: ""; position: absolute; z-index: -3; width: 560px; height: 480px; border-radius: 50%; background: radial-gradient(circle, rgba(111,79,235,.25) 0%, rgba(196,181,255,.16) 35%, rgba(239,235,255,0) 72%); filter: blur(3px); }
.hero-showcase::after { content: ""; position: absolute; z-index: -2; width: 330px; height: 34px; bottom: 37px; border-radius: 50%; background: rgba(49,31,121,.18); filter: blur(18px); }
.hero-orbit { position: absolute; z-index: -1; width: 410px; height: 410px; border: 1px solid rgba(76,47,215,.11); border-radius: 50%; box-shadow: 0 0 0 58px rgba(76,47,215,.026), 0 0 0 116px rgba(76,47,215,.016); }
.realistic-phone { position: relative; z-index: 1; width: min(100%, 445px); transform: translateY(-4px) rotate(-1deg); filter: drop-shadow(0 36px 30px rgba(40,24,105,.20)); }
.hero-decor { position: absolute; z-index: 2; pointer-events: none; }
.hero-star { width: 24px; aspect-ratio: 1; background: linear-gradient(145deg, #9f83ff, var(--brand)); clip-path: polygon(50% 0,61% 36%,100% 50%,61% 64%,50% 100%,39% 64%,0 50%,39% 36%); filter: drop-shadow(0 7px 9px rgba(76,47,215,.2)); }
.hero-star-one { left: 5%; bottom: 100px; transform: rotate(17deg); }
.hero-star-two { right: 9%; top: 95px; width: 14px; background: linear-gradient(145deg, #ffd76d, #f1a900); }
.hero-heart { left: 7%; top: 178px; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(76,47,215,.10); border-radius: 50%; background: rgba(255,255,255,.76); color: var(--brand); font-size: 17px; box-shadow: var(--shadow); backdrop-filter: blur(8px); }
.hero-confetti { width: 8px; height: 24px; border-radius: 7px; background: linear-gradient(#eab52c, #a66c00); }
.hero-confetti-one { right: 6%; top: 178px; transform: rotate(35deg); }
.hero-confetti-two { left: 15%; top: 82px; width: 6px; height: 18px; transform: rotate(-38deg); }
.mini-gift { position: absolute; z-index: 2; width: 58px; height: 50px; border-radius: 7px; background: linear-gradient(145deg, #744cf1, #3a20b0); box-shadow: 0 16px 28px rgba(58,32,176,.2); transform: rotate(-7deg); }
.mini-gift::before { content: ""; position: absolute; inset: 14px 24px 0; background: linear-gradient(#f4c347, #d89409); }
.mini-gift::after { content: ""; position: absolute; inset: -8px -4px auto; height: 14px; border-radius: 5px; background: linear-gradient(145deg, #825df5, #4c2fd7); }
.mini-gift i::before, .mini-gift i::after { content: ""; position: absolute; z-index: 2; width: 22px; height: 14px; top: -18px; border: 5px solid #e5aa18; }
.mini-gift i::before { left: 7px; border-radius: 18px 4px 18px 4px; transform: rotate(17deg); }
.mini-gift i::after { right: 7px; border-radius: 4px 18px 4px 18px; transform: rotate(-17deg); }
.hero-gift { right: 2%; bottom: 122px; }
.showcase-chip { position: absolute; z-index: 3; padding: 12px 15px; border: 1px solid var(--border); border-radius: 14px; background: rgba(255,255,255,.96); box-shadow: var(--shadow); font-size: 12px; font-weight: 760; }
.showcase-chip span { color: var(--brand); font-weight: 900; }
.showcase-chip-bottom { right: 1%; bottom: 45px; }

@media (min-width: 761px) {
  .hero { padding: 62px 0 60px; }
  .hero-grid { gap: 40px; }
  .hero h1 { max-width: 590px; margin: 16px 0 19px; font-size: clamp(43px, 4.8vw, 61px); }
  .hero .lead { max-width: 545px; margin-bottom: 24px; font-size: 16px; }
  .hero .app-store-button { min-height: 56px; padding: 8px 18px; }
  .hero-benefits { margin-top: 24px; }
  .hero-showcase { min-height: 445px; }
  .hero-showcase::before { width: 510px; height: 435px; }
  .hero-showcase::after { bottom: 31px; }
  .hero-orbit { width: 370px; height: 370px; }
  .realistic-phone { width: min(100%, 400px); }
  .hero-heart { top: 158px; }
  .hero-gift { bottom: 106px; transform: scale(.9) rotate(-7deg); }
  .showcase-chip-bottom { bottom: 37px; }
}

section { padding: 82px 0; }
.section-muted { position: relative; background: linear-gradient(180deg, #fff 0%, #fcfbff 48%, #fff 100%); }
.section-heading { max-width: 680px; margin: 0 auto 42px; text-align: center; }
.section-heading h2, .page-title, .why-intro h2, .showcase-intro h2 { margin: 13px 0; font-size: clamp(33px, 4vw, 48px); line-height: 1.08; letter-spacing: -.045em; }
.section-heading p, .page-intro, .why-intro > p, .showcase-intro p { margin: 0; color: var(--text-secondary); font-size: 16px; }

.app-visuals { position: relative; background: linear-gradient(180deg, #faf8ff 0%, #fff 22%, #fff 80%, #fbf9ff 100%); }
.app-visuals::before { content: ""; position: absolute; inset: 0 0 auto; height: 90px; background: linear-gradient(180deg, rgba(239,235,255,.52), transparent); pointer-events: none; }
.showcase-layout { display: grid; grid-template-columns: .72fr 1.68fr; gap: 48px; align-items: center; }
.showcase-intro h2 { max-width: 360px; }
.showcase-intro p { max-width: 350px; }
.device-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; perspective: 1100px; }
.device-card { position: relative; overflow: hidden; margin: 0; border: 1px solid rgba(187,164,255,.26); border-radius: 21px; background: linear-gradient(160deg, #1d0969, #09042d); box-shadow: 0 24px 48px rgba(29,10,92,.22), inset 0 1px rgba(255,255,255,.16); transition: transform .22s ease, box-shadow .22s ease; }
.device-card::before { content: ""; position: absolute; z-index: 1; inset: -35% -15% auto; height: 65%; background: radial-gradient(ellipse, rgba(174,133,255,.33), transparent 67%); pointer-events: none; }
.device-card::after { content: ""; position: absolute; z-index: 1; inset: auto 12% -10px; height: 22px; border-radius: 50%; background: rgba(218,195,255,.26); filter: blur(13px); pointer-events: none; }
.device-card:hover { transform: translateY(-5px); box-shadow: 0 32px 62px rgba(29,10,92,.27), inset 0 1px rgba(255,255,255,.17); }
.carousel-visual { width: 100%; aspect-ratio: .79; object-fit: cover; object-position: center; transform: scale(1.012); }
.device-card figcaption { position: absolute; z-index: 2; inset: auto 10px 10px; display: grid; grid-template-columns: auto 1fr; gap: 0 8px; padding: 10px 11px; border: 1px solid rgba(255,255,255,.20); border-radius: 12px; background: linear-gradient(135deg, rgba(19,7,68,.88), rgba(55,23,129,.82)); color: white; text-align: left; box-shadow: 0 9px 24px rgba(5,2,28,.25); backdrop-filter: blur(12px); }
.device-card figcaption .card-index { grid-row: 1 / 3; color: #d5c9ff; font-size: 10px; font-weight: 850; }
.device-card figcaption strong { font-size: 14px; line-height: 1.25; }
.device-card figcaption span:last-child { color: rgba(255,255,255,.72); font-size: 10px; line-height: 1.35; }

.steps { position: relative; margin: 0; padding: 0; list-style: none; display: grid; gap: 15px; }
.steps-four { grid-template-columns: repeat(4, 1fr); }
.steps-four::before { content: ""; position: absolute; left: 10%; right: 10%; top: 48px; height: 2px; background: linear-gradient(90deg, transparent, #dcd2ff 10%, #dcd2ff 90%, transparent); }
.step { position: relative; z-index: 1; min-height: 196px; padding: 21px; border: 1px solid rgba(225,221,238,.9); border-radius: 19px; background: rgba(255,255,255,.96); box-shadow: 0 13px 34px rgba(42,29,95,.055); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.step:hover { transform: translateY(-3px); border-color: #d7ccff; box-shadow: 0 20px 42px rgba(42,29,95,.085); }
.step-top { display: flex; align-items: center; justify-content: space-between; }
.step-number { color: var(--brand); font-size: 13px; font-weight: 880; letter-spacing: .06em; }
.step-icon { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid #e2dafa; border-radius: 50%; background: linear-gradient(145deg, #f7f4ff, #e7dfff); color: var(--brand); font-size: 20px; font-weight: 800; box-shadow: 0 7px 18px rgba(76,47,215,.10); }
.step h3 { margin: 22px 0 7px; font-size: 17px; line-height: 1.25; letter-spacing: -.02em; }
.step p { margin: 0; color: var(--text-secondary); font-size: 14px; }

.why-section { padding: 58px 0 64px; background: linear-gradient(180deg, #fff, #faf8ff 50%, #fff); }
.why-panel { position: relative; overflow: hidden; padding: 46px; border: 1px solid #e1daf8; border-radius: 30px; background: linear-gradient(135deg, #eee8ff 0%, #faf8ff 44%, #f3efff 100%); box-shadow: inset 0 1px rgba(255,255,255,.75), 0 22px 60px rgba(57,35,128,.07); }
.why-panel::before { content: ""; position: absolute; width: 380px; height: 380px; left: -210px; top: -230px; border-radius: 50%; background: radial-gradient(circle, rgba(119,84,237,.17), transparent 70%); }
.why-grid { display: grid; grid-template-columns: .72fr 1.48fr; gap: 48px; align-items: center; }
.why-intro h2 { font-size: clamp(34px, 3.8vw, 47px); }
.benefit-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.benefit { grid-column: span 2; display: flex; gap: 13px; min-height: 124px; padding: 18px; border: 1px solid rgba(219,211,245,.86); border-radius: 17px; background: rgba(255,255,255,.92); box-shadow: 0 12px 28px rgba(50,35,122,.055), inset 0 1px rgba(255,255,255,.9); }
.benefit:nth-child(4), .benefit:nth-child(5) { grid-column: span 3; min-height: 112px; }
.benefit-icon { flex: 0 0 auto; display: grid; width: 39px; height: 39px; place-items: center; border: 1px solid #e1d8ff; border-radius: 12px; background: linear-gradient(145deg, #f7f4ff, #e9e1ff); color: var(--brand); font-size: 18px; font-weight: 900; box-shadow: 0 8px 18px rgba(76,47,215,.08); }
.benefit h3 { margin: 1px 0 4px; font-size: 16px; }
.benefit p { margin: 0; color: var(--text-secondary); font-size: 12px; }

.disclaimer-section { padding: 26px 0 12px; }
.disclaimer-card { display: flex; align-items: center; gap: 14px; padding: 17px 21px; border: 1px solid rgba(217,207,249,.86); border-radius: 999px; background: linear-gradient(90deg, rgba(239,235,255,.92), rgba(250,248,255,.90)); box-shadow: inset 0 1px rgba(255,255,255,.9); }
.disclaimer-card p { margin: 0; color: #55506a; font-size: 12px; }
.disclaimer-card strong { color: var(--text); }
.disclaimer-mark { flex: 0 0 auto; display: grid; width: 28px; height: 28px; place-items: center; border: 3px solid rgba(255,255,255,.58); border-radius: 50%; background: linear-gradient(145deg, #6547e3, #3820aa); color: white; font-size: 12px; font-weight: 850; box-shadow: 0 7px 16px rgba(76,47,215,.17); }

.cta { padding: 42px 0 78px; }
.cta-card { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: space-between; gap: 40px; min-height: 220px; padding: 43px 48px; border: 1px solid rgba(255,255,255,.15); border-radius: 28px; background: radial-gradient(circle at 78% 38%, rgba(150,112,255,.44), transparent 28%), linear-gradient(118deg, #1e0875 0%, #34129a 38%, #4c2fd7 72%, #714ff0 100%); color: white; box-shadow: 0 28px 72px rgba(58,32,176,.25), inset 0 1px rgba(255,255,255,.16); }
.cta-card::before { content: ""; position: absolute; width: 660px; height: 230px; right: -80px; bottom: -155px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; box-shadow: 0 -24px 0 -23px rgba(255,255,255,.14), 0 -50px 0 -49px rgba(255,255,255,.11), 0 -78px 0 -77px rgba(255,255,255,.08); transform: rotate(-5deg); }
.cta-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, transparent 0 58%, rgba(255,255,255,.06) 58% 59%, transparent 59% 100%); }
.cta-card > * { position: relative; z-index: 1; }
.cta-kicker { color: rgba(255,255,255,.72); font-size: 10px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.cta-card h2 { max-width: 590px; margin: 7px 0; font-size: clamp(29px, 3.6vw, 42px); line-height: 1.08; letter-spacing: -.038em; }
.cta-card p { margin: 0; color: rgba(255,255,255,.76); font-size: 14px; }
.app-store-button-light { flex: 0 0 auto; margin-right: 150px; background: white; color: var(--brand-dark); box-shadow: 0 15px 32px rgba(16,5,66,.25), inset 0 1px rgba(255,255,255,.8); }
.app-store-button-light:hover { background: #f5f2ff; }
.cta-gift { position: absolute !important; z-index: 2 !important; right: 28px; bottom: 24px; width: 108px; height: 102px; filter: drop-shadow(0 19px 17px rgba(14,4,61,.35)); transform: rotate(-3deg); }
.gift-box { position: absolute; inset: 31px 5px 0; border-radius: 7px 7px 12px 12px; background: linear-gradient(145deg, #855df7, #36129e 72%); box-shadow: inset 8px 5px 12px rgba(255,255,255,.16); }
.gift-lid { position: absolute; z-index: 2; left: 0; right: 0; top: 24px; height: 22px; border-radius: 7px; background: linear-gradient(145deg, #9b76ff, #4d22bd); box-shadow: inset 5px 4px 8px rgba(255,255,255,.18); }
.gift-ribbon { position: absolute; z-index: 3; width: 20px; top: 24px; bottom: 0; left: 44px; background: linear-gradient(90deg, #c98300, #ffd85a 48%, #c78100); }
.gift-bow { position: absolute; z-index: 4; top: 0; width: 47px; height: 31px; border: 9px solid #f0b82b; }
.gift-bow-left { left: 10px; border-radius: 30px 7px 30px 7px; transform: rotate(14deg); }
.gift-bow-right { right: 10px; border-radius: 7px 30px 7px 30px; transform: rotate(-14deg); }
.cta-spark { position: absolute !important; z-index: 2 !important; width: 12px; aspect-ratio: 1; background: #ffd052; clip-path: polygon(50% 0,61% 37%,100% 50%,61% 63%,50% 100%,39% 63%,0 50%,39% 37%); }
.cta-spark-one { right: 20px; top: 25px; }
.cta-spark-two { right: 150px; bottom: 30px; width: 8px; }

.page-hero { padding: 68px 0 38px; text-align: center; }
.page-hero .page-intro { max-width: 680px; margin: 0 auto; }
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 36px; align-items: start; padding-bottom: 82px; }
.content-card { padding: clamp(25px, 4vw, 46px); border: 1px solid var(--border); border-radius: var(--radius); background: white; box-shadow: 0 16px 45px rgba(42,29,95,.04); }
.legal-section + .legal-section { margin-top: 36px; padding-top: 36px; border-top: 1px solid var(--border); }
.legal-section h2 { margin: 0 0 13px; font-size: 21px; letter-spacing: -.02em; }
.legal-section p { margin: 0; white-space: pre-line; color: #3f3f4b; }
.side-card { position: sticky; top: 100px; padding: 24px; border: 1px solid #e4defd; border-radius: 18px; background: linear-gradient(145deg, #f0ebff, #f8f6ff); }
.side-card h2 { margin: 0 0 7px; font-size: 17px; }
.side-card h2:not(:first-child) { margin-top: 24px; }
.side-card p { margin: 0 0 14px; color: var(--text-secondary); font-size: 13px; }
.side-card a { color: var(--brand-dark); font-weight: 750; word-break: break-word; }
.support-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.support-card { padding: 25px; border: 1px solid var(--border); border-radius: 18px; background: white; box-shadow: 0 12px 35px rgba(42,29,95,.035); }
.support-card h2 { margin: 0 0 8px; font-size: 19px; }
.support-card p { margin: 0; color: var(--text-secondary); }
.support-card a { color: var(--brand); font-weight: 750; }
.support-card.full { grid-column: 1 / -1; background: linear-gradient(135deg, #fff, #f7f4ff); }

.site-footer { position: relative; padding: 44px 0 22px; border-top: 1px solid rgba(231,229,239,.8); background: linear-gradient(180deg, #fff, #faf9fd); }
.site-footer::before { content: ""; position: absolute; left: 50%; top: -1px; width: min(420px, 55%); height: 1px; transform: translateX(-50%); background: linear-gradient(90deg, transparent, rgba(76,47,215,.34), transparent); }
.footer-main { display: flex; align-items: flex-start; justify-content: space-between; gap: 36px; }
.footer-brand p { margin: 8px 0 0; color: var(--text-secondary); font-size: 12px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 25px; color: var(--text-secondary); font-size: 12px; font-weight: 670; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { color: var(--brand); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 30px; padding-top: 18px; border-top: 1px solid rgba(231,229,239,.8); color: #91919d; font-size: 10px; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; color: var(--text-secondary); font-size: 12px; }

@media (max-width: 980px) {
  .hero-grid { gap: 20px; }
  .showcase-layout { grid-template-columns: 1fr; }
  .showcase-intro { max-width: 650px; text-align: center; margin-inline: auto; }
  .showcase-intro h2, .showcase-intro p { max-width: none; }
  .steps-four { grid-template-columns: repeat(2, 1fr); }
  .steps-four::before { display: none; }
  .why-grid { grid-template-columns: 1fr; }
  .why-intro { max-width: 650px; }
  .benefit { grid-column: span 3; }
  .benefit:nth-child(5) { grid-column: 1 / -1; }
  .app-store-button-light { margin-right: 125px; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 28px), var(--max-width)); }
  .nav { min-height: 66px; }
  .nav-links { gap: 0; }
  .nav-links a:not(.button) { display: none; }
  .hero { padding: 56px 0 48px; }
  .hero-grid { grid-template-columns: 1fr; gap: 26px; text-align: center; }
  h1 { font-size: clamp(42px, 12vw, 58px); }
  .hero .lead { margin-inline: auto; font-size: 16px; }
  .hero-actions { justify-content: center; flex-direction: column; gap: 16px; }
  .hero-benefits { justify-content: center; gap: 12px 18px; }
  .hero-showcase { min-height: 390px; }
  .hero-showcase::before { width: 350px; height: 320px; }
  .hero-orbit { width: 285px; height: 285px; }
  .realistic-phone { width: min(88vw, 330px); }
  .showcase-chip-bottom { right: 0; bottom: 28px; }
  .hero-heart { left: 0; top: 130px; }
  .hero-star-one { left: 1%; bottom: 80px; }
  .hero-star-two, .hero-confetti-two { display: none; }
  .hero-gift { right: 0; bottom: 105px; transform: scale(.78) rotate(-7deg); }
  section { padding: 62px 0; }
  .section-heading { margin-bottom: 36px; }
  .device-gallery { grid-template-columns: 1fr; gap: 20px; }
  .device-card { max-width: 430px; margin-inline: auto; }
  .carousel-visual { aspect-ratio: 1; }
  .steps-four, .benefit-grid, .support-grid { grid-template-columns: 1fr; }
  .step { min-height: 0; }
  .why-panel { padding: 30px 20px; }
  .benefit, .benefit:nth-child(4), .benefit:nth-child(5) { grid-column: auto; min-height: 116px; }
  .disclaimer-card { align-items: flex-start; padding: 18px; border-radius: 18px; }
  .cta-card { align-items: flex-start; flex-direction: column; padding: 34px 25px; }
  .app-store-button-light { margin-right: 0; }
  .cta-gift, .cta-spark { display: none; }
  .content-layout { grid-template-columns: 1fr; gap: 24px; }
  .side-card { position: static; }
  .footer-main, .footer-bottom, .footer-inner { align-items: flex-start; flex-direction: column; }
  .footer-links { justify-content: flex-start; gap: 15px 21px; }
}

@media (max-width: 380px) {
  .brand img { width: 36px; height: 36px; }
  .brand { font-size: 17px; }
  .button-small { padding-inline: 12px; }
  .hero-benefits { font-size: 11px; }
  .showcase-chip { font-size: 11px; }
}

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