:root {
  --ink: #171318;
  --muted: #6f6871;
  --cream: #fffaf5;
  --paper: #fffefe;
  --pink: #ffd3e2;
  --hot-pink: #ff356c;
  --purple: #8541e8;
  --lavender: #e4d5ff;
  --orange: #ff8c3a;
  --line: rgba(29, 18, 31, 0.12);
  --radius: 34px;
  --shadow: 0 28px 80px rgba(70, 32, 58, 0.12);
  --page: min(1180px, calc(100vw - 48px));
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--cream);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--cream); color: var(--ink); }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.skip-link { position: fixed; z-index: 999; left: 16px; top: -80px; padding: 12px 18px; background: #000; color: #fff; border-radius: 12px; transition: top .2s; }
.skip-link:focus { top: 16px; }
.section-pad { width: var(--page); margin-inline: auto; padding: 124px 0; }
.section-kicker, .eyebrow, .mini-label { margin: 0 0 24px; font-size: 13px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.section-kicker { color: var(--purple); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.045em; }
h2 { margin-bottom: 28px; font-size: clamp(48px, 6.1vw, 86px); line-height: .98; font-weight: 780; }
p { color: var(--muted); font-size: 17px; line-height: 1.7; }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; border-bottom: 1px solid transparent; transition: background .25s, border-color .25s, backdrop-filter .25s; }
.site-header.scrolled { background: rgba(255, 250, 245, .83); border-color: var(--line); backdrop-filter: blur(18px); }
.nav-wrap { width: var(--page); height: 84px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 21px; font-weight: 820; letter-spacing: -.04em; }
.brand-mark { position: relative; width: 31px; height: 27px; display: inline-block; transform: rotate(-7deg); }
.brand-mark i { position: absolute; width: 17px; height: 24px; top: 2px; border-radius: 15px 15px 4px 15px; background: linear-gradient(145deg, #ff4576, #8b3cff); }
.brand-mark i:first-child { left: 4px; transform: rotate(-45deg); transform-origin: 0 100%; }
.brand-mark i:last-child { right: 4px; transform: rotate(45deg); transform-origin: 100% 100%; }
.desktop-nav { display: flex; gap: 35px; font-size: 14px; font-weight: 650; }
.desktop-nav a { transition: opacity .2s; }
.desktop-nav a:hover { opacity: .55; }
.button { display: inline-flex; min-height: 56px; padding: 0 24px; align-items: center; justify-content: center; gap: 12px; border-radius: 999px; font-weight: 750; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: white; box-shadow: 0 14px 32px rgba(24, 19, 24, .16); }
.button-dark:hover { background: #312a32; box-shadow: 0 18px 36px rgba(24, 19, 24, .2); }
.button-small { min-height: 44px; padding-inline: 19px; font-size: 13px; }
.menu-button, .mobile-nav { display: none; }

.hero { position: relative; min-height: 940px; padding: 170px max(24px, calc((100vw - 1180px) / 2)) 80px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 52px; overflow: hidden; background: radial-gradient(circle at 11% 18%, rgba(255,255,255,.95), transparent 27%), linear-gradient(132deg, #fff8f3 0%, #ffdae6 55%, #e8d7ff 100%); }
.hero::after { content: ""; position: absolute; z-index: 0; inset: auto -5% -150px auto; width: 50vw; height: 270px; background: rgba(255, 251, 246, .7); filter: blur(60px); transform: rotate(-7deg); }
.hero-copy { position: relative; z-index: 3; align-self: center; }
.eyebrow { display: flex; align-items: center; gap: 11px; }
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--hot-pink); box-shadow: 0 0 0 6px rgba(255, 53, 108, .12); }
.hero h1 { margin-bottom: 32px; font-size: clamp(63px, 7.1vw, 103px); line-height: .91; font-weight: 830; }
.hero h1 em { font-family: Georgia, "Times New Roman", serif; font-size: .92em; font-weight: 500; color: var(--purple); }
.hero-lede { max-width: 630px; margin-bottom: 34px; font-size: clamp(18px, 1.55vw, 22px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.apple { font-size: 12px; color: white; }
.text-link { padding: 12px 4px; font-weight: 750; border-bottom: 1px solid var(--ink); }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 48px; color: #706771; font-size: 12px; font-weight: 650; }
.trust-row b { margin-right: 5px; color: var(--purple); }
.hero-visual { position: relative; z-index: 2; height: 690px; display: flex; align-items: center; justify-content: center; }
.hero-phone { position: relative; z-index: 2; width: 342px; height: 738px; overflow: hidden; border: 9px solid rgba(255,255,255,.72); border-radius: 58px; box-shadow: 0 48px 110px rgba(77, 26, 68, .28), 0 0 0 1px rgba(38,18,35,.1); transform: rotate(4.5deg); background: #f8d8e3; }
.hero-phone img { width: 100%; height: 100%; object-fit: cover; }
.orbit { position: absolute; z-index: 1; width: 570px; height: 570px; border: 1px solid rgba(121, 65, 163, .2); border-radius: 50%; animation: orbit 28s linear infinite; }
.orbit::before { content: ""; position: absolute; inset: 40px; border: 1px dashed rgba(255,255,255,.65); border-radius: 50%; }
.orbit span { position: absolute; padding: 9px 14px; border: 1px solid rgba(255,255,255,.8); background: rgba(255,255,255,.55); backdrop-filter: blur(8px); border-radius: 999px; font-size: 11px; font-weight: 750; }
.orbit span:nth-child(1) { top: 7%; left: 18%; }
.orbit span:nth-child(2) { right: -3%; top: 43%; }
.orbit span:nth-child(3) { bottom: 6%; left: 9%; }
.floating-card { position: absolute; z-index: 4; min-width: 200px; padding: 15px 18px; display: flex; gap: 12px; align-items: center; background: rgba(255,255,255,.82); border: 1px solid rgba(255,255,255,.95); border-radius: 18px; box-shadow: 0 20px 45px rgba(74, 32, 68, .15); backdrop-filter: blur(16px); }
.floating-card-top { top: 108px; right: -15px; }
.floating-card-bottom { bottom: 105px; left: -5px; }
.floating-card small, .floating-card strong { display: block; }
.floating-card small { margin-bottom: 3px; color: #8a8189; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.floating-card strong { font-size: 13px; }
.float-icon { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 11px; color: white; }
.float-icon.purple { background: var(--purple); }
.float-icon.coral { background: var(--hot-pink); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(10px); opacity: .6; }
.hero-glow-one { width: 160px; height: 160px; left: -70px; top: 55%; background: #f2c6ff; }
.hero-glow-two { width: 100px; height: 100px; right: 14%; top: 12%; background: #ffe28e; }
@keyframes orbit { to { transform: rotate(360deg); } }

.statement { text-align: center; }
.statement h2 { max-width: 980px; margin-inline: auto; }
.statement > p:last-child { max-width: 770px; margin: 0 auto; font-size: 20px; }
.feature-showcase { padding-top: 35px; }
.feature-heading { margin-bottom: 60px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; }
.feature-heading h2 { margin-bottom: 0; }
.feature-heading > p { margin-bottom: 8px; font-size: 18px; }
.keyboard-grid { display: grid; gap: 28px; }
.feature-panel { position: relative; min-height: 690px; padding: 70px 64px; display: grid; grid-template-columns: .95fr 1.05fr; overflow: hidden; border-radius: 46px; }
.feature-panel::before { content: ""; position: absolute; width: 480px; height: 480px; right: 3%; top: 13%; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; }
.panel-purple { background: linear-gradient(135deg, #ddc5ff, #f4d6f2 55%, #ffdca6); }
.panel-pink { background: linear-gradient(135deg, #ffe1e9, #f5c0d9 48%, #d8c9ff); }
.panel-copy { position: relative; z-index: 3; align-self: center; max-width: 460px; }
.number { display: block; margin-bottom: 70px; font-family: Georgia, serif; font-size: 17px; font-style: italic; }
.panel-copy h3 { margin-bottom: 25px; font-size: clamp(42px, 4.4vw, 65px); line-height: 1; }
.panel-copy > p { color: rgba(23, 19, 24, .7); font-size: 17px; }
.pill-list { margin: 30px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; list-style: none; }
.pill-list li { padding: 8px 13px; background: rgba(255,255,255,.5); border: 1px solid rgba(255,255,255,.8); border-radius: 999px; font-size: 12px; font-weight: 750; }
.panel-shot { position: relative; z-index: 2; height: 610px; align-self: end; display: flex; align-items: flex-start; justify-content: center; }
.panel-shot img { width: 310px; border-radius: 45px; box-shadow: 0 35px 75px rgba(63, 33, 57, .23); }
.shot-right { transform: translate(18px, 65px) rotate(2deg); }
.rewrite-example { margin-top: 26px; padding: 19px 21px; background: rgba(255,255,255,.48); border: 1px solid rgba(255,255,255,.75); border-radius: 18px; }
.rewrite-example small { color: #7e6f79; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.rewrite-example p { margin: 3px 0 12px; color: var(--ink); font-size: 13px; line-height: 1.45; }
.rewrite-example p:last-child { margin-bottom: 0; color: #773dd1; font-weight: 700; }

.insight-section { width: 100%; max-width: none; padding-inline: max(24px, calc((100vw - 1180px) / 2)); overflow: hidden; background: #19151b; color: white; }
.insight-layout { display: grid; grid-template-columns: .92fr 1.08fr; gap: 95px; align-items: center; }
.insight-phone { position: relative; height: 755px; display: flex; justify-content: center; align-items: flex-start; }
.insight-phone img { position: relative; z-index: 2; width: 352px; border-radius: 52px; box-shadow: 0 40px 90px rgba(0,0,0,.45); transform: rotate(-3deg); }
.soft-disc { position: absolute; z-index: 1; width: 610px; height: 610px; top: 85px; left: -100px; border-radius: 50%; background: radial-gradient(circle at 55% 34%, #ffccdc, #8050be 48%, #24202b 71%); filter: saturate(.85); }
.insight-copy { padding-right: 10px; }
.insight-copy .section-kicker { color: #d9b7ff; }
.insight-copy h2 { font-size: clamp(52px, 6vw, 82px); }
.large-copy { margin-bottom: 36px; color: #c8c1c9; font-size: 19px; }
.insight-list article { padding: 19px 0; display: grid; grid-template-columns: 42px 1fr; gap: 16px; border-top: 1px solid rgba(255,255,255,.14); }
.insight-list article > span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: rgba(202, 164, 255, .13); color: #d8b5ff; }
.insight-list h3 { margin: 0 0 4px; font-size: 18px; }
.insight-list p { margin: 0; color: #9f98a1; font-size: 14px; line-height: 1.55; }
.fine-print { margin: 25px 0 0; color: #837c85; font-size: 11px; line-height: 1.6; }

.personal-section { padding-bottom: 80px; }
.personal-card { position: relative; min-height: 760px; padding: 86px 72px; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; background: linear-gradient(142deg, #fff4ee, #f8d8e8 50%, #d9c5ff); border-radius: 46px; }
.personal-copy { position: relative; z-index: 3; max-width: 510px; align-self: center; }
.personal-copy h2 { font-size: clamp(50px, 5vw, 72px); }
.personal-copy > p { font-size: 18px; }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 31px; }
.tag-cloud span { padding: 10px 14px; border-radius: 999px; background: rgba(255,255,255,.62); border: 1px solid rgba(255,255,255,.9); font-size: 12px; font-weight: 700; }
.personal-shot { position: absolute; z-index: 2; right: 66px; top: 80px; width: 330px; height: 715px; overflow: hidden; border: 7px solid rgba(255,255,255,.7); border-radius: 52px; box-shadow: var(--shadow); transform: rotate(3deg); }
.personal-shot img { width: 100%; height: 100%; object-fit: cover; }
.context-card { position: absolute; z-index: 4; padding: 15px 19px; background: rgba(255,255,255,.84); border-radius: 16px; box-shadow: 0 18px 40px rgba(76, 37, 65, .15); backdrop-filter: blur(12px); }
.context-card small, .context-card b { display: block; }
.context-card small { margin-bottom: 4px; color: #91838d; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.context-card b { font-size: 13px; }
.context-one { right: 332px; top: 155px; }
.context-two { right: 18px; bottom: 95px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; padding-top: 55px; }
.step { padding: 12px 16px; }
.step > span { width: 34px; height: 34px; margin-bottom: 28px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-family: Georgia, serif; font-style: italic; }
.step h3 { margin-bottom: 12px; font-size: 23px; }
.step p { font-size: 14px; }

.import-strip { padding: 0; display: grid; grid-template-columns: .95fr 1.05fr; overflow: hidden; background: linear-gradient(135deg, #e8d8ff, #f9e8f3 60%, #fff1c9); border-radius: 46px; }
.import-copy { padding: 105px 45px 105px 76px; align-self: center; }
.import-copy h2 { font-size: clamp(50px, 5.4vw, 76px); }
.import-copy > p { max-width: 510px; font-size: 18px; }
.privacy-chip { max-width: 380px; margin-top: 35px; padding: 15px 18px; display: grid; grid-template-columns: 34px 1fr; background: rgba(255,255,255,.58); border: 1px solid rgba(255,255,255,.82); border-radius: 18px; }
.privacy-chip > span { grid-row: 1 / 3; width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: #fff; color: var(--purple); }
.privacy-chip strong { font-size: 13px; }
.privacy-chip small { color: #8c7e89; font-size: 11px; }
.import-shot { height: 670px; display: flex; align-items: flex-start; justify-content: center; overflow: hidden; }
.import-shot img { width: 340px; margin-top: 68px; border-radius: 48px; box-shadow: var(--shadow); transform: rotate(2deg); }

.resources { padding-top: 150px; }
.resources-heading { max-width: 820px; margin: 0 auto 65px; text-align: center; }
.resources-heading > p:last-child { max-width: 680px; margin: 0 auto; font-size: 18px; }
.resource-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.resource-card { position: relative; height: 760px; padding: 56px 52px 0; overflow: hidden; border-radius: 42px; }
.scripts-card { background: linear-gradient(145deg, #efd9ff, #f4c9ef 48%, #ffe5ae); }
.vault-card { background: linear-gradient(145deg, #ffe0d9, #ffd6e7 48%, #f0dcff); }
.resource-copy { position: relative; z-index: 2; }
.resource-icon { width: 42px; height: 42px; margin-bottom: 35px; display: grid; place-items: center; background: rgba(255,255,255,.65); border-radius: 13px; }
.resource-copy h3 { max-width: 440px; margin-bottom: 18px; font-size: 41px; line-height: 1.03; }
.resource-copy > p { max-width: 440px; font-size: 15px; }
.resource-link { display: inline-flex; gap: 10px; align-items: center; font-size: 13px; font-weight: 800; }
.resource-link b { font-size: 19px; }
.resource-shot { position: absolute; left: 50%; bottom: -390px; width: 318px; height: 685px; transform: translateX(-50%); border: 6px solid rgba(255,255,255,.7); border-radius: 50px; overflow: hidden; box-shadow: 0 25px 65px rgba(67, 31, 57, .2); }
.resource-shot img { width: 100%; height: 100%; object-fit: cover; object-position: top; }

.gallery-section { width: 100%; max-width: none; padding-left: max(24px, calc((100vw - 1180px) / 2)); padding-right: 0; background: #f2edf4; overflow: hidden; }
.gallery-heading { max-width: 1180px; padding-right: max(24px, calc((100vw - 1180px) / 2)); margin-bottom: 50px; display: flex; align-items: end; justify-content: space-between; }
.gallery-heading h2 { margin-bottom: 0; font-size: clamp(45px, 5.5vw, 73px); }
.gallery-controls { display: flex; gap: 8px; }
.gallery-controls button { width: 50px; height: 50px; border: 1px solid var(--line); background: white; border-radius: 50%; cursor: pointer; transition: transform .2s, background .2s; }
.gallery-controls button:hover { transform: translateY(-2px); background: var(--ink); color: white; }
.gallery { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding: 8px max(24px, calc((100vw - 1180px) / 2)) 30px 0; }
.gallery::-webkit-scrollbar { display: none; }
.gallery figure { flex: 0 0 304px; margin: 0; scroll-snap-align: start; }
.gallery figure img { height: 658px; width: 100%; object-fit: cover; border-radius: 31px; box-shadow: 0 18px 45px rgba(53, 37, 51, .1); }
.gallery figcaption { padding: 18px 5px 0; display: flex; justify-content: space-between; font-size: 13px; font-weight: 750; }
.gallery figcaption span { color: #99909a; font-family: Georgia, serif; font-style: italic; }

.values { padding-top: 155px; }
.values-heading { text-align: center; }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 55px; }
.value-grid article { min-height: 300px; padding: 35px 28px; border: 1px solid var(--line); background: rgba(255,255,255,.48); border-radius: 28px; }
.value-grid article > span { width: 42px; height: 42px; margin-bottom: 58px; display: grid; place-items: center; background: #f5e6ff; color: var(--purple); border-radius: 13px; font-weight: 800; }
.value-grid h3 { margin-bottom: 12px; font-size: 22px; line-height: 1.05; }
.value-grid p { margin: 0; font-size: 13px; line-height: 1.6; }

.faq { display: grid; grid-template-columns: .82fr 1.18fr; gap: 95px; padding-top: 165px; }
.faq-heading { position: sticky; top: 130px; align-self: start; }
.faq-heading h2 { font-size: clamp(55px, 5.5vw, 78px); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 25px; cursor: pointer; list-style: none; font-size: 18px; font-weight: 750; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 31px; height: 31px; flex: none; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; transition: transform .25s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { padding: 0 55px 26px 0; font-size: 15px; }

.download { padding-bottom: 90px; }
.download-card { position: relative; height: 650px; padding: 80px; display: grid; grid-template-columns: 1.05fr .95fr; overflow: hidden; background: linear-gradient(135deg, #fed3e1 0%, #edccff 52%, #ffe4ac 100%); border-radius: 48px; }
.download-copy { position: relative; z-index: 3; align-self: center; }
.download-copy h2 { font-size: clamp(53px, 5.4vw, 78px); }
.download-copy > p { max-width: 555px; font-size: 18px; }
.app-store-badge { width: fit-content; min-width: 188px; height: 60px; margin-top: 24px; padding: 0 20px; display: flex; align-items: center; gap: 12px; background: var(--ink); color: white; border-radius: 14px; transition: transform .2s; }
.app-store-badge:hover { transform: translateY(-2px); }
.app-store-badge small, .app-store-badge strong { display: block; }
.app-store-badge small { font-size: 9px; }
.app-store-badge strong { font-size: 19px; line-height: 1; }
.app-logo { font-size: 16px; }
.availability { display: block; margin: 13px 0 0 7px; color: rgba(23,19,24,.58); }
.download-phone { position: absolute; z-index: 2; right: 90px; top: 90px; width: 315px; height: 680px; overflow: hidden; border: 8px solid rgba(255,255,255,.75); border-radius: 52px; box-shadow: var(--shadow); transform: rotate(4deg); }
.download-phone img { width: 100%; height: 100%; object-fit: cover; }
.download-shape { position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.58); }
.shape-one { width: 560px; height: 560px; right: -60px; top: 30px; }
.shape-two { width: 390px; height: 390px; right: 25px; top: 115px; }

footer { width: var(--page); margin-inline: auto; padding: 45px 0 34px; border-top: 1px solid var(--line); }
.footer-main { display: grid; grid-template-columns: .6fr 1fr .8fr; gap: 60px; align-items: start; }
.footer-main > p { max-width: 410px; font-size: 13px; }
.footer-main nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 15px 30px; font-size: 13px; font-weight: 700; }
.footer-bottom { margin-top: 50px; padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); color: #9a929a; font-size: 10px; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .14s; }

@media (max-width: 980px) {
  :root { --page: min(100% - 36px, 760px); }
  .desktop-nav, .desktop-cta { display: none; }
  .menu-button { width: 44px; height: 44px; padding: 0; display: grid; place-content: center; gap: 6px; border: 1px solid var(--line); background: rgba(255,255,255,.7); border-radius: 50%; }
  .menu-button span { width: 17px; height: 1.5px; background: var(--ink); transition: transform .2s; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.8px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3.8px) rotate(-45deg); }
  .mobile-nav { position: fixed; inset: 84px 0 0; padding: 38px 24px; flex-direction: column; gap: 24px; background: rgba(255,250,245,.97); backdrop-filter: blur(18px); font-size: 25px; font-weight: 750; }
  .mobile-nav.open { display: flex; }
  .mobile-nav .button { margin-top: 10px; font-size: 16px; }
  .hero { min-height: auto; padding: 150px 24px 80px; grid-template-columns: 1fr; text-align: center; }
  .hero-copy { max-width: 760px; margin-inline: auto; }
  .eyebrow, .hero-actions, .trust-row { justify-content: center; }
  .hero-lede { margin-inline: auto; }
  .hero-visual { height: 670px; }
  .hero-phone { width: 315px; height: 680px; }
  .floating-card-top { right: 4%; }
  .floating-card-bottom { left: 4%; }
  .feature-heading { grid-template-columns: 1fr; gap: 25px; }
  .feature-heading > p { max-width: 650px; }
  .feature-panel { grid-template-columns: 1fr 1fr; padding: 55px 38px; }
  .number { margin-bottom: 40px; }
  .panel-shot img { width: 280px; }
  .insight-layout { grid-template-columns: 1fr; gap: 50px; }
  .insight-phone { order: 2; height: 700px; }
  .soft-disc { left: 50%; transform: translateX(-50%); }
  .insight-copy { max-width: 660px; margin-inline: auto; }
  .personal-card { min-height: 1100px; padding: 65px 48px; grid-template-columns: 1fr; }
  .personal-copy { align-self: start; max-width: 650px; }
  .personal-shot { top: auto; bottom: -70px; right: 50%; transform: translateX(50%) rotate(2deg); }
  .context-one { top: 490px; right: calc(50% + 110px); }
  .context-two { bottom: 80px; right: calc(50% - 285px); }
  .steps { gap: 8px; }
  .import-strip { grid-template-columns: 1fr; }
  .import-copy { padding: 75px 60px 25px; }
  .import-shot { height: 650px; }
  .resource-cards { grid-template-columns: 1fr; }
  .resource-card { height: 720px; }
  .value-grid { grid-template-columns: repeat(2, 1fr); }
  .faq { grid-template-columns: 1fr; gap: 35px; }
  .faq-heading { position: static; }
  .download-card { height: 900px; grid-template-columns: 1fr; padding: 65px 55px; }
  .download-copy { align-self: start; }
  .download-phone { top: auto; bottom: -245px; right: 50%; transform: translateX(50%) rotate(3deg); }
  .shape-one, .shape-two { right: 50%; transform: translateX(50%); top: auto; bottom: -20px; }
}

@media (max-width: 640px) {
  :root { --page: calc(100% - 28px); --radius: 28px; }
  .section-pad { padding: 88px 0; }
  .nav-wrap { height: 72px; }
  .mobile-nav { inset-block-start: 72px; }
  .hero { padding: 125px 17px 65px; }
  .hero h1 { font-size: clamp(50px, 15vw, 70px); }
  .hero-lede { font-size: 17px; }
  .hero-actions { flex-direction: column; gap: 12px; }
  .trust-row { gap: 10px 14px; margin-top: 35px; }
  .hero-visual { height: 555px; margin-top: 25px; }
  .hero-phone { width: 250px; height: 540px; border-width: 6px; border-radius: 42px; }
  .orbit { width: 430px; height: 430px; }
  .floating-card { min-width: 170px; padding: 12px; }
  .floating-card-top { right: -12px; top: 75px; }
  .floating-card-bottom { left: -10px; bottom: 60px; }
  .statement > p:last-child { font-size: 17px; }
  h2 { font-size: clamp(42px, 13vw, 61px); }
  .feature-showcase { padding-top: 10px; }
  .feature-panel { min-height: 980px; padding: 42px 26px; grid-template-columns: 1fr; align-content: start; border-radius: 30px; }
  .panel-copy { max-width: none; }
  .panel-copy h3 { font-size: 43px; }
  .number { margin-bottom: 34px; }
  .panel-shot { height: 530px; margin-top: 15px; }
  .panel-shot img { width: 260px; }
  .shot-right { transform: translateY(45px) rotate(2deg); }
  .insight-section { padding-top: 90px; padding-bottom: 0; }
  .insight-phone { height: 650px; overflow: hidden; }
  .insight-phone img { width: 290px; }
  .soft-disc { width: 475px; height: 475px; top: 90px; }
  .personal-card { min-height: 1060px; padding: 45px 27px; border-radius: 30px; }
  .personal-copy h2 { font-size: 45px; }
  .personal-copy > p { font-size: 15px; }
  .personal-shot { width: 270px; height: 585px; }
  .context-one { top: 540px; right: auto; left: 7px; }
  .context-two { bottom: 55px; right: 2px; }
  .steps { grid-template-columns: 1fr; padding-top: 38px; }
  .step { padding: 20px 7px; border-bottom: 1px solid var(--line); }
  .step > span { margin-bottom: 18px; }
  .import-strip { width: var(--page); border-radius: 30px; }
  .import-copy { padding: 55px 27px 15px; }
  .import-copy h2 { font-size: 45px; }
  .import-copy > p { font-size: 15px; }
  .import-shot { height: 570px; }
  .import-shot img { width: 280px; }
  .resources { padding-top: 105px; }
  .resource-card { height: 720px; padding: 40px 28px 0; border-radius: 30px; }
  .resource-copy h3 { font-size: 36px; }
  .resource-shot { width: 275px; height: 595px; bottom: -325px; }
  .gallery-heading { align-items: end; }
  .gallery-heading h2 { font-size: 42px; }
  .gallery-controls { display: none; }
  .gallery figure { flex-basis: 255px; }
  .gallery figure img { height: 552px; border-radius: 26px; }
  .value-grid { grid-template-columns: 1fr; }
  .value-grid article { min-height: 245px; }
  .value-grid article > span { margin-bottom: 38px; }
  .faq-list summary { min-height: 82px; font-size: 16px; }
  .download { padding-top: 60px; }
  .download-card { height: 880px; padding: 50px 27px; border-radius: 30px; }
  .download-copy h2 { font-size: 47px; }
  .download-copy > p { font-size: 15px; }
  .download-phone { width: 275px; height: 595px; bottom: -270px; }
  .footer-main { grid-template-columns: 1fr; gap: 24px; }
  .footer-main nav { justify-content: flex-start; }
  .footer-bottom { flex-direction: column; gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
