:root {
  --navy: #061a3a;
  --navy-2: #0a2e68;
  --blue: #1277d4;
  --blue-2: #22a4ff;
  --cyan: #8dd8ff;
  --green: #23bd67;
  --green-dark: #14964e;
  --yellow: #f5c242;
  --text: #11213d;
  --muted: #62718d;
  --line: #dce8f7;
  --soft: #f3f8ff;
  --white: #fff;
  --shadow-sm: 0 10px 28px rgba(6, 26, 58, .08);
  --shadow-lg: 0 28px 70px rgba(6, 26, 58, .16);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--text); background: var(--white); line-height: 1.6; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(1200px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: -60px; left: 14px; background: var(--navy); color: white; padding: 10px 14px; border-radius: 10px; z-index: 200; }
.skip-link:focus { top: 14px; }

.topbar { background: var(--navy); color: rgba(255,255,255,.84); font-size: .86rem; }
.topbar-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.topbar a { color: var(--cyan); font-weight: 700; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.84); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(9,45,102,.08); transition: box-shadow .25s ease, background .25s ease; }
.site-header.scrolled { background: rgba(255,255,255,.96); box-shadow: 0 12px 35px rgba(6,26,58,.08); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 900; color: var(--navy); letter-spacing: -.02em; }
.brand img { width: 66px; height: 54px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 24px; font-weight: 700; font-size: .95rem; }
.main-nav > a:not(.nav-cta) { position: relative; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; border-radius: 99px; background: var(--blue); transition: right .2s ease; }
.main-nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { display: inline-flex; align-items: center; gap: 9px; color: white; background: linear-gradient(135deg, var(--blue), var(--blue-2)); border-radius: 999px; padding: 12px 18px; box-shadow: 0 14px 30px rgba(18,119,212,.22); }
.nav-cta svg, .btn svg, .whatsapp-float svg { width: 20px; fill: currentColor; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 0; border-radius: 14px; background: var(--navy); padding: 12px; }
.menu-toggle span { display: block; height: 2px; background: white; margin: 5px 0; border-radius: 4px; }

.section-pad { padding: 94px 0; }
.hero { position: relative; overflow: hidden; background: linear-gradient(135deg, #f8fbff 0%, #edf6ff 56%, #e4f2ff 100%); padding-top: 78px; padding-bottom: 74px; }
.hero-bg { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 80% 20%, rgba(34,164,255,.16), transparent 28%), radial-gradient(circle at 14% 88%, rgba(35,189,103,.08), transparent 24%); }
.hero-bg::before, .hero-bg::after { content: ""; position: absolute; border: 1px solid rgba(18,119,212,.09); border-radius: 50%; }
.hero-bg::before { width: 520px; height: 520px; right: -180px; top: -180px; }
.hero-bg::after { width: 340px; height: 340px; left: -180px; bottom: -180px; }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0,1.03fr) minmax(0,.97fr); align-items: center; gap: 28px; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--blue); font-weight: 900; text-transform: uppercase; letter-spacing: .08em; font-size: .78rem; }
.eyebrow { background: rgba(18,119,212,.08); border: 1px solid rgba(18,119,212,.12); padding: 9px 13px; border-radius: 999px; }
.eyebrow span { width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(35,189,103,.12); }
.hero h1, .section-heading h2, .feature-copy h2, .partner-card h2, .quote-copy h2, .final-cta h2 { margin: 16px 0; font-weight: 950; letter-spacing: -.045em; line-height: 1.05; color: var(--navy); }
.hero h1 { font-size: clamp(2.65rem, 5vw, 5.3rem); max-width: 760px; }
.hero h1 em, .section-heading h2 em { color: var(--blue); font-style: normal; }
.hero-copy > p { max-width: 690px; font-size: clamp(1.05rem, 1.5vw, 1.22rem); color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 30px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 13px 20px; border: 0; border-radius: 999px; font-weight: 850; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-whatsapp { color: white; background: linear-gradient(135deg, var(--green-dark), var(--green)); box-shadow: 0 14px 34px rgba(35,189,103,.25); }
.btn-secondary { color: var(--navy); background: rgba(255,255,255,.75); border: 1px solid rgba(6,26,58,.14); }
.btn-primary { color: white; background: linear-gradient(135deg, var(--navy-2), var(--blue)); box-shadow: 0 14px 34px rgba(18,119,212,.25); }
.btn-light { color: var(--navy); background: white; }
.btn-ghost { color: white; border: 1px solid rgba(255,255,255,.34); }
.trust-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 34px; }
.trust-row > div { padding-left: 13px; border-left: 3px solid var(--green); }
.trust-row strong, .trust-row span { display: block; }
.trust-row strong { color: var(--navy); font-size: .96rem; }
.trust-row span { color: var(--muted); font-size: .78rem; }
.hero-visual { position: relative; min-height: 610px; display: grid; place-items: center; }
.hero-glow { position: absolute; width: 86%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(141,216,255,.34), rgba(18,119,212,.12) 46%, transparent 69%); filter: blur(6px); }
.hero-logo { position: relative; z-index: 2; width: min(112%, 760px); max-width: none; filter: drop-shadow(0 32px 42px rgba(6,26,58,.20)); animation: float 5s ease-in-out infinite; }
@keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-12px)} }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 8px; background: rgba(255,255,255,.92); border: 1px solid rgba(18,119,212,.10); border-radius: 16px; padding: 11px 14px; box-shadow: var(--shadow-sm); font-weight: 800; font-size: .85rem; }
.floating-card span { width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--green); }
.floating-card-one { top: 17%; right: 2%; }
.floating-card-two { left: 3%; bottom: 12%; }

.quick-proof { position: relative; z-index: 5; margin-top: -24px; }
.proof-grid { display: grid; grid-template-columns: repeat(4,1fr); background: white; border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow-lg); overflow: hidden; }
.proof-grid article { display: flex; align-items: center; gap: 12px; padding: 22px; border-right: 1px solid var(--line); }
.proof-grid article:last-child { border-right: 0; }
.proof-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; background: var(--soft); color: var(--blue); }
.proof-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.proof-grid strong, .proof-grid small { display: block; }
.proof-grid strong { color: var(--navy); }
.proof-grid small { color: var(--muted); font-size: .78rem; }

.section-heading { max-width: 780px; margin: 0 auto 42px; text-align: center; }
.section-heading.align-left { text-align: left; margin: 0; }
.section-heading h2, .feature-copy h2, .partner-card h2, .quote-copy h2 { font-size: clamp(2rem, 3.4vw, 3.5rem); }
.section-heading p, .feature-copy p, .partner-card p, .quote-copy p { color: var(--muted); font-size: 1.05rem; }
.section-soft { background: var(--soft); }
.section-dark { background: linear-gradient(135deg, #061a3a, #0b3a79); color: white; }
.section-kicker.light { color: var(--cyan); }

.comparison { position: relative; display: grid; grid-template-columns: 1fr 62px 1fr; align-items: stretch; max-width: 980px; margin: 0 auto; }
.comparison-col { border-radius: 26px; padding: 30px; border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.comparison-problem { background: #fff8f7; }
.comparison-solution { background: linear-gradient(160deg,#f4fff8,#eff9ff); border-color: rgba(35,189,103,.22); }
.comparison-head span, .comparison-head strong { display: block; }
.comparison-head span { color: var(--muted); font-size: .82rem; text-transform: uppercase; font-weight: 800; letter-spacing: .08em; }
.comparison-head strong { color: var(--navy); font-size: 1.35rem; margin-top: 5px; }
.comparison ul { margin: 22px 0 0; padding: 0; list-style: none; display: grid; gap: 13px; }
.comparison li { display: flex; align-items: flex-start; gap: 10px; }
.comparison li span { flex: 0 0 24px; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; font-weight: 900; }
.comparison-problem li span { color: #b54040; background: #ffe2df; }
.comparison-solution li span { color: white; background: var(--green); }
.comparison-center { align-self: center; justify-self: center; width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: white; font-weight: 900; box-shadow: var(--shadow-sm); z-index: 2; }

.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.service-card { position: relative; overflow: hidden; padding: 27px; min-height: 285px; background: white; border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 14px 36px rgba(6,26,58,.06); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card::after { content:""; position:absolute; right:-55px; bottom:-55px; width:130px; height:130px; border-radius:50%; background:rgba(18,119,212,.06); transition:transform .3s ease; }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-lg); border-color: rgba(18,119,212,.22); }
.service-card:hover::after { transform: scale(1.4); }
.service-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 18px; background: linear-gradient(145deg,#eaf5ff,#effff5); color: var(--blue); }
.service-icon svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin: 18px 0 8px; color: var(--navy); }
.service-card p { color: var(--muted); }
.service-card a { position: relative; z-index: 2; display: inline-block; margin-top: 14px; color: var(--blue); font-weight: 850; }

.process-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 74px; align-items: start; }
.text-link { color: var(--blue); font-weight: 850; }
.timeline { position: relative; display: grid; gap: 18px; }
.timeline::before { content:""; position:absolute; left:28px; top:38px; bottom:38px; width:2px; background:linear-gradient(var(--blue),var(--green)); }
.timeline-item { position: relative; display: grid; grid-template-columns: 58px 1fr; gap: 18px; align-items: start; background: white; border: 1px solid var(--line); border-radius: 20px; padding: 21px; box-shadow: var(--shadow-sm); }
.timeline-item > span { position:relative; z-index:2; width:44px; height:44px; display:grid; place-items:center; border-radius:14px; background:var(--navy); color:white; font-weight:900; }
.timeline-item h3 { margin: 0 0 4px; color: var(--navy); }
.timeline-item p { margin: 0; color: var(--muted); }

.split-feature { display: grid; grid-template-columns: 1fr 1fr; gap: 58px; align-items: center; }
.feature-image { position: relative; }
.feature-image img { width:100%; height:560px; object-fit:cover; border-radius:28px; box-shadow:0 32px 70px rgba(0,0,0,.25); }
.image-badge { position:absolute; left:22px; bottom:22px; background:white; color:var(--navy); padding:10px 14px; border-radius:999px; font-weight:900; box-shadow:var(--shadow-sm); }
.feature-copy h2 { color: white; }
.feature-copy p { color: rgba(255,255,255,.74); }
.check-list { list-style:none; padding:0; margin:24px 0; display:grid; grid-template-columns:repeat(2,1fr); gap:13px; }
.check-list li { position:relative; padding-left:30px; color:rgba(255,255,255,.9); }
.check-list li::before { content:"✓"; position:absolute; left:0; top:0; width:22px; height:22px; display:grid; place-items:center; border-radius:50%; background:var(--green); color:white; font-weight:900; }

.gallery-modern { display:grid; grid-template-columns:1.15fr .85fr; grid-template-rows:repeat(2,260px); gap:18px; }
.gallery-item { position:relative; overflow:hidden; padding:0; border:0; border-radius:24px; background:#dfeafa; box-shadow:var(--shadow-sm); }
.gallery-tall { grid-row:1 / 3; }
.gallery-item img { width:100%; height:100%; object-fit:cover; transition:transform .35s ease; }
.gallery-item::after { content:""; position:absolute; inset:45% 0 0; background:linear-gradient(transparent,rgba(6,26,58,.86)); }
.gallery-item span { position:absolute; z-index:2; left:22px; bottom:18px; color:white; font-weight:900; font-size:1.05rem; }
.gallery-item:hover img { transform:scale(1.04); }

.partner-card { display:flex; align-items:center; justify-content:space-between; gap:40px; padding:38px; background:white; border:1px solid var(--line); border-radius:28px; box-shadow:var(--shadow-lg); }
.partner-card > div { max-width:820px; }
.partner-tags { display:flex; flex-wrap:wrap; gap:8px; margin-top:18px; }
.partner-tags span { background:var(--soft); border:1px solid var(--line); padding:7px 11px; border-radius:999px; font-size:.82rem; font-weight:800; color:var(--navy-2); }


.reviews-strip { padding: 0 0 94px; background: var(--soft); }
.reviews-card { display: grid; grid-template-columns: 68px 1fr auto; align-items: center; gap: 26px; padding: 34px 38px; border-radius: 28px; background: white; border: 1px solid var(--line); box-shadow: var(--shadow-lg); }
.review-mark { width: 68px; height: 68px; display: grid; place-items: center; border-radius: 20px; background: linear-gradient(145deg, #fff7dd, #ffeaa1); color: #d59400; font-size: 2rem; box-shadow: inset 0 0 0 1px rgba(213,148,0,.14); }
.reviews-card h2 { margin: 7px 0 4px; color: var(--navy); font-size: clamp(1.5rem, 2.3vw, 2.45rem); line-height: 1.1; letter-spacing: -.035em; }
.reviews-card p { margin: 0; color: var(--muted); }

.quote-layout { display:grid; grid-template-columns:.85fr 1.15fr; gap:62px; align-items:start; }
.privacy-note { margin-top:20px; display:inline-flex; background:#effaf4; color:var(--green-dark); border:1px solid rgba(35,189,103,.18); padding:10px 13px; border-radius:12px; font-weight:800; font-size:.84rem; }
.quote-form { display:grid; grid-template-columns:repeat(2,1fr); gap:16px; padding:28px; border:1px solid var(--line); border-radius:26px; background:white; box-shadow:var(--shadow-lg); }
.quote-form label { display:grid; gap:7px; color:var(--navy); font-weight:800; font-size:.9rem; }
.quote-form input, .quote-form select, .quote-form textarea { width:100%; border:1px solid #cedded; border-radius:14px; background:#fbfdff; color:var(--text); padding:13px 14px; outline:none; transition:border-color .2s ease, box-shadow .2s ease; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color:var(--blue); box-shadow:0 0 0 4px rgba(18,119,212,.10); }
.full-field { grid-column:1 / -1; }

.faq-layout { display:grid; grid-template-columns:.72fr 1.28fr; gap:60px; align-items:start; }
.faq-list { display:grid; gap:12px; }
.faq-item { border:1px solid var(--line); border-radius:18px; background:white; padding:0 20px; box-shadow:0 8px 24px rgba(6,26,58,.04); }
.faq-item summary { position:relative; cursor:pointer; list-style:none; padding:19px 34px 19px 0; font-weight:900; color:var(--navy); }
.faq-item summary::-webkit-details-marker { display:none; }
.faq-item summary::after { content:"+"; position:absolute; right:0; top:17px; font-size:1.5rem; color:var(--blue); }
.faq-item[open] summary::after { content:"–"; }
.faq-item p { margin:0 0 19px; color:var(--muted); }

.final-cta { padding:0 0 70px; background:var(--soft); }
.final-cta-inner { display:flex; align-items:center; justify-content:space-between; gap:30px; padding:40px; border-radius:30px; background:linear-gradient(135deg,var(--navy),#0c4b99); color:white; box-shadow:0 24px 60px rgba(6,26,58,.22); }
.final-cta span { color:var(--cyan); text-transform:uppercase; letter-spacing:.08em; font-size:.78rem; font-weight:900; }
.final-cta h2 { color:white; font-size:clamp(2rem,3vw,3.1rem); margin:7px 0; }
.final-cta p { margin:0; color:rgba(255,255,255,.75); }
.final-actions { display:flex; gap:12px; flex-wrap:wrap; }

.site-footer { background:#04142e; color:white; padding:58px 0 26px; }
.footer-grid { display:grid; grid-template-columns:1.35fr 1fr 1fr 1fr; gap:36px; }
.footer-brand img { width:150px; margin-bottom:16px; }
.footer-brand p { max-width:360px; color:rgba(255,255,255,.68); }
.footer-col { display:flex; flex-direction:column; gap:10px; }
.footer-col h3 { position:relative; margin:0 0 14px; color:var(--green); }
.footer-col h3::after { content:""; display:block; width:34px; height:3px; margin-top:8px; border-radius:10px; background:var(--yellow); }
.footer-col a, .footer-col span { color:rgba(255,255,255,.72); }
.footer-col a:hover { color:white; }
.footer-bottom { display:flex; align-items:center; justify-content:space-between; gap:20px; margin-top:38px; padding-top:18px; border-top:1px solid rgba(255,255,255,.12); color:rgba(255,255,255,.58); font-size:.84rem; }
.footer-bottom div { display:flex; align-items:center; gap:18px; }
#install-app { border:1px solid rgba(255,255,255,.2); background:transparent; color:white; padding:8px 12px; border-radius:10px; }

.whatsapp-float { position:fixed; right:20px; bottom:20px; z-index:80; display:flex; align-items:center; gap:9px; color:white; background:linear-gradient(135deg,var(--green-dark),var(--green)); padding:14px 18px; border-radius:999px; font-weight:900; box-shadow:0 16px 36px rgba(35,189,103,.32); }
.mobile-cta { display:none; }
.lightbox { position:fixed; inset:0; z-index:300; display:none; place-items:center; padding:30px; background:rgba(0,8,22,.88); }
.lightbox.open { display:grid; }
.lightbox img { max-width:min(1180px,94vw); max-height:88vh; object-fit:contain; border-radius:18px; }
.lightbox-close { position:fixed; top:20px; right:24px; width:48px; height:48px; border:0; border-radius:50%; background:white; color:var(--navy); font-size:2rem; line-height:1; }
.reveal { opacity:0; transform:translateY(18px); transition:opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity:1; transform:none; }
@media (prefers-reduced-motion: reduce) { *,*::before,*::after { scroll-behavior:auto!important; animation:none!important; transition:none!important; } .reveal{opacity:1;transform:none} }

@media (max-width: 1050px) {
  .main-nav { gap:15px; font-size:.88rem; }
  .hero-grid { grid-template-columns:1fr .9fr; }
  .hero-visual { min-height:520px; }
  .proof-grid { grid-template-columns:repeat(2,1fr); }
  .proof-grid article:nth-child(2) { border-right:0; }
  .proof-grid article:nth-child(-n+2) { border-bottom:1px solid var(--line); }
  .service-grid { grid-template-columns:repeat(2,1fr); }
  .footer-grid { grid-template-columns:repeat(2,1fr); }
}

@media (max-width: 860px) {
  .topbar { display:none; }
  .nav-wrap { min-height:72px; }
  .menu-toggle { display:block; }
  .main-nav { position:fixed; inset:72px 16px auto; display:none; flex-direction:column; align-items:stretch; gap:0; padding:16px; background:white; border:1px solid var(--line); border-radius:20px; box-shadow:var(--shadow-lg); }
  .main-nav.open { display:flex; }
  .main-nav a { padding:13px 12px; }
  .nav-cta { justify-content:center; margin-top:8px; }
  .hero-grid, .process-layout, .split-feature, .quote-layout, .faq-layout { grid-template-columns:1fr; }
  .hero { padding-top:54px; }
  .hero-copy { text-align:center; }
  .hero-copy > p { margin-inline:auto; }
  .hero-actions, .trust-row { justify-content:center; }
  .trust-row { grid-template-columns:repeat(3,1fr); text-align:left; }
  .hero-visual { min-height:510px; }
  .hero-logo { width:min(100%,690px); }
  .floating-card-one { right:8%; top:14%; }
  .floating-card-two { left:8%; bottom:8%; }
  .comparison { grid-template-columns:1fr; gap:16px; }
  .comparison-center { margin:-4px auto; }
  .section-heading.align-left { text-align:center; margin-inline:auto; }
  .process-layout { gap:34px; }
  .split-feature { gap:38px; }
  .feature-image img { height:460px; }
  .quote-layout, .faq-layout { gap:34px; }
  .partner-card, .final-cta-inner { align-items:flex-start; flex-direction:column; }
  .reviews-card { grid-template-columns: 68px 1fr; }
  .reviews-card .btn { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 640px) {
  .container { width:min(100% - 28px,1200px); }
  .section-pad { padding:70px 0; }
  .brand span { display:none; }
  .brand img { width:58px; height:48px; }
  .hero h1 { font-size:clamp(2.5rem,13vw,4rem); }
  .hero-visual { min-height:430px; margin-top:-10px; }
  .hero-logo { width:118%; max-width:none; }
  .floating-card { font-size:.72rem; padding:9px 11px; }
  .floating-card-one { right:0; }
  .floating-card-two { left:0; }
  .trust-row { grid-template-columns:1fr; }
  .proof-grid, .service-grid, .footer-grid { grid-template-columns:1fr; }
  .proof-grid article { border-right:0; border-bottom:1px solid var(--line); }
  .proof-grid article:last-child { border-bottom:0; }
  .comparison-col { padding:24px; }
  .gallery-modern { grid-template-columns:1fr; grid-template-rows:repeat(3,260px); }
  .gallery-tall { grid-row:auto; }
  .check-list { grid-template-columns:1fr; }
  .feature-image img { height:390px; }
  .partner-card, .quote-form, .final-cta-inner, .reviews-card { padding:24px; }
  .reviews-card { grid-template-columns: 1fr; }
  .quote-form { grid-template-columns:1fr; }
  .full-field { grid-column:auto; }
  .footer-bottom { flex-direction:column; align-items:flex-start; }
  .whatsapp-float { display:none; }
  .mobile-cta { position:fixed; left:0; right:0; bottom:0; z-index:90; display:grid; grid-template-columns:.8fr 1.2fr; padding:10px 12px calc(10px + env(safe-area-inset-bottom)); gap:8px; background:rgba(255,255,255,.94); backdrop-filter:blur(14px); border-top:1px solid var(--line); }
  .mobile-cta a { display:grid; place-items:center; min-height:48px; border-radius:14px; font-weight:900; color:var(--navy); background:#edf4fb; }
  .mobile-cta a:last-child { color:white; background:linear-gradient(135deg,var(--green-dark),var(--green)); }
  body { padding-bottom:74px; }
}
