:root{--canvas:#F8F5F2;--surface:#fff;--surface-muted:#F1ECE8;--ink:#211C1D;--muted:#746B6E;--soft:#9B9295;--brand:#884E64;--brand-dark:#623647;--brand-soft:#F1E4E9;--accent:#D99A69;--accent-soft:#F8EBDD;--sage:#E5ECE6;--sage-ink:#45604A;--border:#E8DFDC;--white:#fff;--shadow:0 22px 60px rgba(46,32,36,.10);--header-bg:rgba(248,245,242,.78);--font-body:'DM Sans',system-ui,sans-serif;--font-head:'Manrope',system-ui,sans-serif}
[data-theme="dark"]{--canvas:#151214;--surface:#211C1F;--surface-muted:#2B2528;--ink:#F7F1F3;--muted:#C4B9BD;--soft:#988B90;--brand:#D59AB0;--brand-dark:#704055;--brand-soft:#38272F;--accent:#E1A16F;--accent-soft:#35271F;--sage:#223129;--sage-ink:#B9D8C1;--border:#3C3337;--shadow:0 22px 60px rgba(0,0,0,.28);--header-bg:rgba(21,18,20,.78)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--canvas);color:var(--ink);font-family:var(--font-body);line-height:1.6;overflow-x:hidden;transition:background .25s ease,color .25s ease}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}button{font:inherit}.container{width:min(1160px,calc(100% - 40px));margin:auto}.section-pad{padding:112px 0}.site-header{position:fixed;top:0;left:0;right:0;z-index:50;border-bottom:1px solid transparent;transition:.25s ease}.site-header.scrolled{background:var(--header-bg);backdrop-filter:blur(18px);border-color:var(--border)}.nav-wrap{height:78px;display:flex;align-items:center;justify-content:space-between;gap:26px}.brand{display:flex;align-items:center;gap:10px;font-family:var(--font-head);font-weight:800;letter-spacing:.16em;font-size:15px}.brand-symbol{width:35px;height:35px;object-fit:cover;border-radius:10px}.nav-links{display:flex;align-items:center;gap:30px;color:var(--muted);font-size:14px;font-weight:600}.nav-links a{position:relative;transition:color .2s ease}.nav-links a:after{content:"";position:absolute;left:0;right:100%;bottom:-6px;height:2px;border-radius:2px;background:var(--brand);transition:right .25s ease}.nav-links a:hover{color:var(--ink)}.nav-links a:hover:after{right:0}.nav-actions{display:flex;align-items:center;gap:9px}.icon-button,.menu-button{width:42px;height:42px;border:1px solid var(--border);background:var(--surface);color:var(--ink);border-radius:50%;display:grid;place-items:center;cursor:pointer;transition:.2s ease}.icon-button:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(46,32,36,.08)}.theme-toggle svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}.moon{display:none}[data-theme="dark"] .sun{display:none}[data-theme="dark"] .moon{display:block}.lang-toggle{font-weight:800;font-size:13px}.button{display:inline-flex;align-items:center;justify-content:center;gap:14px;min-height:52px;padding:0 22px;border-radius:16px;background:var(--ink);color:var(--canvas);font-weight:700;box-shadow:0 12px 25px rgba(33,28,29,.12);transition:transform .22s ease,box-shadow .22s ease,background .22s ease}.button:hover{transform:translateY(-3px);box-shadow:0 18px 32px rgba(33,28,29,.18)}.button-small{min-height:42px;padding:0 16px;border-radius:13px;font-size:13px}.button-arrow{font-size:18px}.text-link{display:inline-flex;gap:10px;align-items:center;font-weight:700;color:var(--brand);transition:gap .2s ease}.text-link:hover{gap:14px}.menu-button{display:none;position:relative}.menu-button span{position:absolute;width:17px;height:1.5px;background:currentColor;transition:.25s}.menu-button span:first-child{transform:translateY(-4px)}.menu-button span:last-child{transform:translateY(4px)}.menu-open .menu-button span:first-child{transform:rotate(45deg)}.menu-open .menu-button span:last-child{transform:rotate(-45deg)}
.hero{padding-top:155px;min-height:850px;position:relative;display:flex;align-items:center}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:72px;align-items:center}.hero-copy{position:relative;z-index:2}.eyebrow{display:inline-flex;align-items:center;gap:10px;border:1px solid var(--border);background:color-mix(in srgb,var(--surface) 82%,transparent);border-radius:999px;padding:8px 13px 8px 10px;color:var(--muted);font-size:13px;font-weight:700}.pulse-dot{width:9px;height:9px;border-radius:50%;background:var(--brand);box-shadow:0 0 0 0 color-mix(in srgb,var(--brand) 35%,transparent);animation:pulse 2s infinite}@keyframes pulse{70%{box-shadow:0 0 0 8px transparent}100%{box-shadow:0 0 0 0 transparent}}h1,h2,h3,h4{font-family:var(--font-head);line-height:1.08;margin:0}h1{font-size:clamp(48px,5.7vw,78px);letter-spacing:-.055em;margin:24px 0 24px;max-width:760px}h1 em{font-style:normal;color:var(--brand)}.hero-text{font-size:18px;line-height:1.75;color:var(--muted);max-width:650px;margin:0}.hero-actions{display:flex;align-items:center;gap:26px;margin-top:34px}.hero-meta{display:flex;gap:34px;margin-top:52px}.hero-meta div{display:flex;flex-direction:column;gap:2px}.hero-meta strong{font-size:13px}.hero-meta span{color:var(--soft);font-size:12px}.hero-visual{position:relative;z-index:2}.phone-stage{position:relative;min-height:650px;display:grid;place-items:center}.phone{width:318px;background:#121012;border:8px solid #171417;border-radius:48px;padding:7px;box-shadow:0 50px 100px rgba(70,38,50,.20);transform:rotate(2deg);transition:transform .3s ease}.phone-stage:hover .phone{transform:rotate(0deg) translateY(-4px)}.phone-top{height:27px;color:#fff;font-size:9px;display:flex;align-items:center;justify-content:space-between;padding:0 14px}.phone-island{width:86px;height:21px;border-radius:14px;background:#030303}.app-screen{height:596px;overflow:hidden;background:#F8F5F2;border-radius:36px;padding:18px 16px 0;color:#211C1D;position:relative}.app-head{display:flex;justify-content:space-between;align-items:center}.app-kicker{font-size:9px;color:#746B6E;font-weight:600}.app-head h3{font-size:20px;letter-spacing:.08em;margin-top:2px}.avatar{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#884E64;color:#fff;font-weight:800}.area-chip{width:100%;margin-top:15px;border:1px solid #E8DFDC;background:#fff;border-radius:12px;height:39px;display:flex;align-items:center;gap:7px;padding:0 10px;color:#211C1D;font-size:10px}.area-chip span:last-child{margin-left:auto}.search-mock{margin-top:10px;border:1px solid #E8DFDC;background:#fff;border-radius:12px;height:43px;display:flex;align-items:center;gap:8px;padding:0 12px;color:#9B9295;font-size:10px}.offer-card{margin-top:12px;padding:15px;background:linear-gradient(135deg,#884E64,#623647);border-radius:17px;color:#fff;box-shadow:0 15px 25px rgba(98,54,71,.2)}.offer-tag{font-size:7px;letter-spacing:.14em;background:rgba(255,255,255,.16);padding:4px 7px;border-radius:99px}.offer-card h4{font-size:17px;margin:9px 0 5px}.offer-card p{font-size:9px;opacity:.85;line-height:1.4;margin:0 0 8px}.offer-link{font-size:8px;font-weight:700}.section-row{display:flex;justify-content:space-between;align-items:center;margin:16px 2px 9px;font-size:10px}.section-row span{color:#884E64}.service-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.service-card{background:#fff;border:1px solid #E8DFDC;border-radius:14px;padding:11px;display:flex;flex-direction:column;gap:3px}.service-card span{font-size:20px;color:#884E64}.service-card b{font-size:10px}.service-card small{font-size:8px;color:#746B6E}.bottom-nav{position:absolute;left:0;right:0;bottom:0;height:63px;background:#fff;border-top:1px solid #E8DFDC;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;padding:0 8px}.bottom-nav>span{display:flex;flex-direction:column;align-items:center;font-size:15px;color:#9B9295}.bottom-nav small{font-size:7px;margin-top:2px}.bottom-nav .active{color:#884E64}.floating-card{position:absolute;z-index:4;display:flex;align-items:center;gap:10px;background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);padding:12px 14px;border-radius:16px;animation:float 5s ease-in-out infinite}.floating-card small{display:block;color:var(--muted);font-size:10px}.floating-card strong{font-size:13px}.card-location{left:10px;top:95px}.card-easy{right:0;bottom:115px;animation-delay:-2.4s}.mini-icon,.check-ring{width:34px;height:34px;display:grid;place-items:center;border-radius:11px;background:var(--brand-soft);color:var(--brand);font-weight:800}.check-ring{border-radius:50%}@keyframes float{50%{transform:translateY(-10px)}}.hero-orb{position:absolute;border-radius:50%;filter:blur(2px);pointer-events:none}.orb-a{width:400px;height:400px;background:radial-gradient(circle,color-mix(in srgb,var(--brand) 18%,transparent),transparent 68%);right:-80px;top:90px}.orb-b{width:320px;height:320px;background:radial-gradient(circle,color-mix(in srgb,var(--accent) 18%,transparent),transparent 68%);left:-80px;bottom:60px}.cursor-glow{position:fixed;z-index:-1;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,color-mix(in srgb,var(--brand) 7%,transparent),transparent 68%);transform:translate(-50%,-50%);pointer-events:none;opacity:.8}
.trust-strip{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--surface)}.trust-grid{min-height:92px;display:flex;align-items:center;justify-content:space-between;gap:28px}.trust-grid p{margin:0;font-family:var(--font-head);font-size:14px;font-weight:700}.trust-items{display:flex;gap:24px;color:var(--muted);font-size:12px}.trust-items b{font-weight:600}.section-heading{max-width:730px;margin-bottom:52px}.section-heading.centered{text-align:center;margin-left:auto;margin-right:auto}.section-kicker{display:inline-block;color:var(--brand);font-size:11px;font-weight:800;letter-spacing:.16em;margin-bottom:14px}.section-kicker.light{color:#F8DCE7}.section-heading h2,.process-copy h2,.launch-copy h2{font-size:clamp(36px,4vw,54px);letter-spacing:-.045em}.section-heading p,.process-copy p,.launch-copy p{color:var(--muted);font-size:16px;line-height:1.75;margin:18px 0 0}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.feature-card{position:relative;min-height:290px;background:var(--surface);border:1px solid var(--border);border-radius:24px;padding:25px;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.feature-card:hover{transform:translateY(-7px);box-shadow:var(--shadow);border-color:color-mix(in srgb,var(--brand) 30%,var(--border))}.feature-icon{width:50px;height:50px;border-radius:15px;display:grid;place-items:center;background:var(--brand-soft);color:var(--brand);font-size:22px}.feature-card .number{position:absolute;right:20px;top:17px;font-family:var(--font-head);font-size:40px;font-weight:800;color:color-mix(in srgb,var(--ink) 7%,transparent)}.feature-card h3{font-size:20px;margin-top:38px}.feature-card p{font-size:14px;color:var(--muted);margin:12px 0 0}.process-section{background:var(--surface-muted)}.process-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:90px;align-items:start}.process-copy{position:sticky;top:130px}.process-copy p{margin-bottom:25px}.steps{border-top:1px solid var(--border)}.step{display:grid;grid-template-columns:70px 1fr;gap:18px;padding:36px 8px;border-bottom:1px solid var(--border)}.step>span{font-family:var(--font-head);font-weight:800;font-size:14px;color:var(--brand)}.step h3{font-size:25px}.step p{margin:9px 0 0;color:var(--muted);font-size:15px}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:stretch}.price-card{position:relative;background:var(--surface);border:1px solid var(--border);border-radius:26px;padding:28px;min-height:390px}.price-card.featured{border-color:var(--brand);box-shadow:0 24px 70px color-mix(in srgb,var(--brand) 15%,transparent);transform:translateY(-10px)}.popular{position:absolute;right:18px;top:18px;font-size:8px;font-weight:800;letter-spacing:.13em;color:var(--brand)}.plan-pill{display:inline-block;background:var(--brand-soft);color:var(--brand);padding:6px 9px;border-radius:99px;font-size:9px;font-weight:800;letter-spacing:.13em}.price-card h3{font-size:27px;margin:22px 0 10px}.price{font-family:var(--font-head);font-size:34px;font-weight:800;letter-spacing:-.04em}.price small{font-family:var(--font-body);font-size:11px;color:var(--muted);font-weight:500}.price-card ul{list-style:none;padding:0;margin:30px 0 0;border-top:1px solid var(--border)}.price-card li{padding:13px 0 13px 24px;border-bottom:1px solid var(--border);font-size:13px;position:relative}.price-card li:before{content:"✓";position:absolute;left:0;color:var(--brand);font-weight:800}.pricing-note{text-align:center;color:var(--soft);font-size:11px;margin:28px auto 0;max-width:730px}.launch-section{padding-top:55px}.launch-card{position:relative;overflow:hidden;min-height:480px;border-radius:34px;background:linear-gradient(135deg,#623647 0%,#884E64 54%,#9e5d76 100%);color:#fff;display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;box-shadow:0 30px 90px rgba(98,54,71,.25)}.launch-map{height:100%;min-height:480px;position:relative;overflow:hidden;background:radial-gradient(circle at 50% 50%,rgba(255,255,255,.07),transparent 48%)}.map-line{position:absolute;border:1px solid rgba(255,255,255,.15);border-radius:48%}.line-1{width:520px;height:220px;left:-120px;top:80px;transform:rotate(12deg)}.line-2{width:410px;height:330px;left:-80px;top:10px;transform:rotate(-13deg)}.line-3{width:330px;height:530px;left:80px;top:-30px;transform:rotate(23deg)}.map-pin{position:absolute;left:51%;top:45%;width:50px;height:50px;border:1px solid rgba(255,255,255,.35);border-radius:50%;display:grid;place-items:center;box-shadow:0 0 0 17px rgba(255,255,255,.06)}.map-pin span{width:13px;height:13px;background:#fff;border-radius:50%;box-shadow:0 0 18px #fff}.map-label{position:absolute;left:57%;top:48%;font-weight:800;font-size:12px}.launch-copy{padding:60px 70px 60px 20px;position:relative;z-index:2}.launch-copy p{color:rgba(255,255,255,.78)}.launch-badges{display:flex;gap:10px;flex-wrap:wrap;margin-top:26px}.launch-badges span{border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.10);padding:8px 11px;border-radius:99px;font-size:11px;font-weight:700}.faq-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:80px}.faq-list{border-top:1px solid var(--border)}details{border-bottom:1px solid var(--border);padding:0 4px}summary{list-style:none;cursor:pointer;padding:24px 0;font-family:var(--font-head);font-size:17px;font-weight:700;display:flex;justify-content:space-between;align-items:center;gap:20px}summary::-webkit-details-marker{display:none}summary span{font-size:25px;font-weight:400;color:var(--brand);transition:.25s}details[open] summary span{transform:rotate(45deg)}details p{color:var(--muted);font-size:14px;margin:-5px 0 25px;max-width:680px}.footer-main{border-top:1px solid var(--border);padding:50px 0;display:flex;justify-content:space-between;align-items:flex-end;gap:30px}.footer-brand img{width:170px;border-radius:14px}.footer-brand p{margin:7px 0 0;color:var(--muted);font-size:12px;letter-spacing:.1em}.footer-copy{text-align:right;color:var(--soft);font-size:11px}.footer-copy p{margin:4px 0}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s cubic-bezier(.2,.65,.25,1),transform .7s cubic-bezier(.2,.65,.25,1)}.reveal.visible{opacity:1;transform:none}
@media(max-width:1000px){.nav-links{display:none}.menu-button{display:grid}.nav-actions .button-small{display:none}.hero-grid{grid-template-columns:1fr;gap:35px}.hero{padding-top:130px}.hero-copy{text-align:center}.hero-text{margin:auto}.eyebrow{margin:auto}.hero-actions,.hero-meta{justify-content:center}.phone-stage{min-height:620px}.feature-grid{grid-template-columns:repeat(2,1fr)}.process-grid{grid-template-columns:1fr;gap:55px}.process-copy{position:static}.pricing-grid{grid-template-columns:1fr;max-width:640px;margin:auto}.price-card.featured{transform:none}.launch-card{grid-template-columns:1fr}.launch-map{min-height:300px}.launch-copy{padding:50px}.faq-grid{grid-template-columns:1fr;gap:10px}.nav-links.mobile{display:flex;position:fixed;top:78px;left:20px;right:20px;flex-direction:column;align-items:stretch;background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);padding:18px;border-radius:20px}.nav-links.mobile a{padding:12px 4px}.trust-grid{flex-direction:column;align-items:flex-start;padding:20px 0}.trust-items{flex-wrap:wrap}}
@media(max-width:640px){.container{width:min(100% - 28px,1160px)}.section-pad{padding:80px 0}.nav-wrap{height:68px}.site-header .brand span{font-size:13px}.brand-symbol{width:32px;height:32px}.nav-actions{gap:6px}.icon-button,.menu-button{width:38px;height:38px}.hero{padding-top:115px;min-height:auto}.hero-grid{gap:20px}h1{font-size:44px}.hero-text{font-size:16px}.hero-actions{flex-direction:column;gap:17px}.hero-meta{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:36px;text-align:left}.phone-stage{min-height:565px}.phone{width:278px;transform:none}.app-screen{height:520px}.floating-card{transform:scale(.9);padding:10px}.card-location{left:-7px;top:78px}.card-easy{right:-7px;bottom:78px}.feature-grid{grid-template-columns:1fr}.feature-card{min-height:auto}.section-heading{margin-bottom:36px}.section-heading h2,.process-copy h2,.launch-copy h2{font-size:36px}.step{grid-template-columns:48px 1fr;padding:29px 0}.step h3{font-size:21px}.launch-card{border-radius:25px}.launch-map{min-height:260px}.launch-copy{padding:36px 24px 42px}.faq-grid{gap:0}.footer-main{align-items:flex-start;flex-direction:column}.footer-copy{text-align:left}.cursor-glow{display:none}.trust-items{gap:13px}.trust-grid{min-height:0}.pricing-grid{gap:13px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}.cursor-glow{display:none}}

/* Responsive hardening — preserves the existing visual design */
html, body { max-width: 100%; overflow-x: clip; }
img, svg { max-width: 100%; }
.hero-grid > *, .process-grid > *, .launch-card > *, .faq-grid > * { min-width: 0; }
.hero-copy, .section-heading, .process-copy, .launch-copy, .feature-card, .price-card { overflow-wrap: anywhere; }

@media (max-width: 1180px) {
  .container { width: min(100% - 48px, 1160px); }
  .launch-copy { padding-right: 48px; }
}

@media (max-width: 1000px) {
  .nav-wrap { position: relative; }
  .nav-links.mobile { max-height: calc(100dvh - 100px); overflow-y: auto; z-index: 100; }
  .hero-copy { max-width: 760px; margin-inline: auto; }
  .hero-visual { width: 100%; max-width: 720px; margin-inline: auto; }
  .phone-stage { width: 100%; }
  .process-copy, .section-heading { max-width: 760px; }
  .launch-copy { padding: 46px 46px 52px; }
}

/* Tablet portrait / compact landscape */
@media (min-width: 641px) and (max-width: 820px) {
  .container { width: min(100% - 40px, 1160px); }
  .section-pad { padding: 92px 0; }
  h1 { font-size: clamp(50px, 8vw, 70px); }
  .hero-text { font-size: 17px; }
  .hero-meta { gap: 22px; }
  .phone-stage { min-height: 600px; transform: scale(.96); transform-origin: top center; }
  .feature-grid { gap: 16px; }
  .feature-card { padding: 26px; }
  .pricing-grid { max-width: 600px; }
  .launch-map { min-height: 280px; }
  .launch-copy { padding: 42px 38px 48px; }
}

@media (max-width: 640px) {
  body { -webkit-text-size-adjust: 100%; }
  .container { width: min(100% - 28px, 1160px); }
  .site-header { width: 100%; }
  .nav-wrap { gap: 8px; }
  .brand { min-width: 0; flex-shrink: 1; }
  .brand span { white-space: nowrap; }
  .nav-actions { margin-left: auto; }
  .nav-links.mobile { top: 74px; left: 14px; right: 14px; border-radius: 18px; }
  .nav-links.mobile a { min-height: 44px; display: flex; align-items: center; }

  .hero-copy { width: 100%; }
  h1 { font-size: clamp(38px, 12vw, 48px); line-height: .99; }
  .hero-text { max-width: 34rem; }
  .hero-actions .button { width: min(100%, 340px); justify-content: center; }
  .hero-meta { width: 100%; }
  .hero-meta > div { min-width: 0; }
  .hero-meta strong, .hero-meta span { overflow-wrap: anywhere; }

  .hero-visual { width: 100%; overflow: visible; }
  .phone-stage { min-height: 548px; width: 100%; max-width: 360px; margin-inline: auto; }
  .phone { width: min(278px, calc(100vw - 58px)); }
  .floating-card { max-width: 172px; }
  .card-location { left: 0; }
  .card-easy { right: 0; }

  .trust-grid { gap: 16px; }
  .trust-items { width: 100%; }
  .trust-items span { min-width: 0; }

  .feature-card, .price-card { padding: 24px 22px; border-radius: 22px; }
  .price-card { min-height: 0; }
  .popular { position: static; display: block; margin-bottom: 8px; }
  .price-card h3 { margin-top: 16px; }

  .launch-card { min-height: 0; }
  .launch-map { min-height: 225px; }
  .launch-copy { padding: 32px 22px 38px; }
  .launch-badges { gap: 8px; }
  .launch-badges span { white-space: normal; }

  summary { font-size: 16px; padding: 20px 0; align-items: flex-start; }
  details p { font-size: 13px; }
  .footer-brand img { width: min(170px, 55vw); }
}

/* Very small phones */
@media (max-width: 430px) {
  .container { width: min(100% - 22px, 1160px); }
  .section-pad { padding: 70px 0; }
  .nav-wrap { height: 64px; }
  .site-header .brand span { font-size: 12px; }
  .brand-symbol { width: 30px; height: 30px; }
  .icon-button, .menu-button { width: 36px; height: 36px; }
  .hero { padding-top: 104px; }
  .eyebrow { max-width: 100%; }
  h1 { font-size: clamp(36px, 11.4vw, 44px); }
  .hero-text { font-size: 15px; line-height: 1.65; }
  .hero-meta { grid-template-columns: 1fr; gap: 13px; }
  .hero-meta > div { padding: 12px 0; border-bottom: 1px solid var(--border); }
  .hero-meta > div:last-child { border-bottom: 0; }

  .phone-stage { min-height: 500px; max-width: 330px; }
  .phone { width: min(258px, calc(100vw - 46px)); }
  .app-screen { height: 485px; }
  .floating-card { transform: scale(.82); transform-origin: center; }
  .card-location { left: -12px; top: 68px; }
  .card-easy { right: -12px; bottom: 58px; }

  .section-heading h2, .process-copy h2, .launch-copy h2 { font-size: clamp(31px, 9vw, 36px); }
  .step { grid-template-columns: 38px 1fr; gap: 12px; }
  .step h3 { font-size: 20px; }
  .price { font-size: 31px; }
  .launch-map { min-height: 200px; }
  .launch-copy { padding-inline: 20px; }
}

/* Narrow devices such as 320–360px Android phones */
@media (max-width: 360px) {
  .container { width: min(100% - 18px, 1160px); }
  .brand span { display: none; }
  .nav-actions { gap: 4px; }
  .hero { padding-top: 98px; }
  h1 { font-size: 35px; }
  .phone-stage { min-height: 474px; }
  .phone { width: 238px; }
  .app-screen { height: 448px; }
  .floating-card { transform: scale(.74); }
  .card-location { left: -24px; }
  .card-easy { right: -24px; bottom: 50px; }
  .feature-card, .price-card { padding-inline: 18px; }
  .launch-copy { padding-inline: 18px; }
}

/* Mobile landscape: reduce excess vertical spacing while keeping layout intact */
@media (max-height: 520px) and (orientation: landscape) and (max-width: 1000px) {
  .hero { padding-top: 96px; }
  .section-pad { padding-top: 64px; padding-bottom: 64px; }
  .phone-stage { min-height: 520px; }
}
