:root{
  --night:#04111e;
  --deep:#0c1d30;
  --ink:#1a2e42;
  --mid:#3a5268;
  --muted:#6e8599;
  --pale:#a8bfcf;
  --line:#d8e7f0;
  --bg:#eef5fb;
  --surface:#ffffff;
  --sea:#0f7ec0;
  --sea2:#0960a0;
  --sea3:#dbeef8;
  --sea-glow:rgba(15,126,192,.22);
  --coral:#e85d3a;
  --coral2:#c44522;
  --coral-bg:#fdeee9;
  --coral-glow:rgba(232,93,58,.2);
  --teal:#0db3aa;
  --teal-bg:#e0f7f6;
  --gold:#d48c20;
  --gold-bg:#fdf3de;
  --green:#13a058;
  --green-bg:#e5f7ee;
  --r3:28px;
  --shadow:0 20px 56px rgba(4,17,30,.13);
  --shadow-sm:0 6px 20px rgba(4,17,30,.08);
  --font:'Google Sans','Segoe UI',sans-serif;
  --display:'Google Sans Display','Google Sans',sans-serif;
  --heading:'Google Sans Display','Google Sans',sans-serif;
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}
body{font-family:var(--font);color:var(--ink);background:var(--bg);overflow-x:hidden}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{width:min(1180px,92vw);margin:0 auto;position:relative;z-index:1}

/* ══ NAV ══ */
.nav{position:sticky;top:0;z-index:10000;background:rgba(238,245,251,.94);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(216,231,240,.9)}
.nav-inner{height:70px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand{display:flex;align-items:center;gap:10px;font-family:var(--heading);font-size:16px;font-weight:700;color:var(--deep)}
.brand-mark{width:38px;height:38px;border-radius:12px;background:linear-gradient(135deg,var(--sea),var(--teal));display:grid;place-items:center;box-shadow:0 8px 22px var(--sea-glow)}
.brand-mark svg{width:19px;height:19px;color:#fff}
.nav-links{display:flex;gap:24px}
.nav-links a{font-size:14px;font-weight:500;color:var(--mid);transition:color .2s}
.nav-links a:hover{color:var(--sea)}

/* hamburger */
.nav-hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px;background:none;border:none}
.nav-hamburger span{display:block;width:22px;height:2px;background:var(--ink);border-radius:2px;transition:.3s}
.nav-mobile{display:none;position:fixed;inset:0;top:70px;background:rgba(238,245,251,.98);backdrop-filter:blur(20px);z-index:9999;flex-direction:column;align-items:center;justify-content:center;gap:36px;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}
.nav-mobile.open{display:flex}
.nav-mobile a{font-size:22px;font-weight:500;color:var(--ink)}
.nav-mobile a:hover{color:var(--sea)}

.btn{display:inline-flex;align-items:center;gap:7px;border-radius:999px;padding:11px 22px;font-family:var(--font);font-size:14px;font-weight:500;transition:all .22s;border:1.5px solid transparent;white-space:nowrap;cursor:pointer;letter-spacing:.01em}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:linear-gradient(135deg,var(--sea),var(--sea2));color:#fff;box-shadow:0 10px 28px var(--sea-glow)}
.btn-primary:hover{box-shadow:0 16px 38px rgba(15,126,192,.35)}
.btn-coral{background:linear-gradient(135deg,var(--coral),var(--coral2));color:#fff;box-shadow:0 10px 28px var(--coral-glow)}
.btn-coral:hover{box-shadow:0 16px 38px rgba(232,93,58,.32)}
.btn-soft{background:var(--surface);color:var(--ink);border-color:var(--line);box-shadow:var(--shadow-sm)}
.btn-ghost{background:rgba(255,255,255,.12);color:#fff;border-color:rgba(255,255,255,.25)}
.btn-ghost:hover{background:rgba(255,255,255,.2)}

/* ══ HERO ══ */
.hero{position:relative;overflow:hidden;min-height:90vh;display:flex;align-items:center}
.hero-bg{position:absolute;inset:0;z-index:0}
.hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center 30%}
.hero-bg-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(105deg,rgba(4,17,30,.92) 0%,rgba(4,17,30,.75) 40%,rgba(4,17,30,.28) 65%,rgba(4,17,30,.05) 100%)}
.hero-bg-tint{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(15,126,192,.15) 0%,rgba(13,179,170,.10) 100%)}

.hero-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:40px;padding:90px 0 80px;position:relative;z-index:2;width:100%}

.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:999px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.25);backdrop-filter:blur(8px);font-size:12px;font-weight:500;color:#fff;letter-spacing:.05em;text-transform:uppercase;margin-bottom:18px}
.dot{width:7px;height:7px;background:#2fc88a;border-radius:50%;box-shadow:0 0 0 4px rgba(47,200,138,.25);animation:dot-pulse 2s ease-in-out infinite}
@keyframes dot-pulse{0%,100%{box-shadow:0 0 0 4px rgba(47,200,138,.25)}50%{box-shadow:0 0 0 9px rgba(47,200,138,.06)}}

h1{font-family:var(--display);font-size:clamp(38px,5vw,70px);line-height:1.04;font-weight:400;color:#fff;margin-bottom:20px;text-shadow:0 2px 20px rgba(4,17,30,.3)}
h1 em{font-style:italic;color:#6dd9e8}
.hero-lead{font-size:clamp(15px,1.5vw,18px);line-height:1.78;color:rgba(255,255,255,.78);font-weight:400;margin-bottom:30px;max-width:520px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:28px}
.trust-strip{display:flex;gap:8px;flex-wrap:wrap}
.trust-pill{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);backdrop-filter:blur(8px);border-radius:999px;padding:7px 13px;font-size:12.5px;color:rgba(255,255,255,.9);display:flex;align-items:center;gap:5px}
.trust-pill b{color:#6dd9e8}

/* Hero right: person + big phone */
.hero-visual{position:relative;display:flex;align-items:center;justify-content:center;height:580px}


/* BIGGER phone in hero */
.phone-stage{position:relative;z-index:3;animation:float-phone 7s ease-in-out infinite}
@keyframes float-phone{0%,100%{transform:rotate(-3deg) translateY(0)}50%{transform:rotate(-3deg) translateY(-14px)}}

.phone-body{width:260px;background:linear-gradient(150deg,#1a2033,#0d1020);border-radius:46px;padding:13px;box-shadow:0 0 0 1px rgba(255,255,255,.1),0 36px 80px rgba(0,0,0,.6),inset 0 1px 0 rgba(255,255,255,.12)}
.phone-notch{position:absolute;top:13px;left:50%;transform:translateX(-50%);width:76px;height:20px;background:#0d1020;border-radius:0 0 12px 12px;z-index:10}
.phone-screen{border-radius:34px;overflow:hidden;background:#f8fafc;min-height:510px}
.app-status-bar{height:36px;display:flex;align-items:flex-end;padding:0 16px 7px;font-size:10px;font-weight:700;color:#1a2e42;justify-content:space-between;background:#f8fafc}

.app-banner{position:relative;height:120px;overflow:hidden}
.app-banner img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.app-banner-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(9,96,160,.84),rgba(13,179,170,.56))}
.app-banner-content{position:relative;z-index:1;padding:14px 16px}
.app-banner-label{font-size:9px;color:rgba(255,255,255,.7);font-weight:500;letter-spacing:.08em;text-transform:uppercase;margin-bottom:2px}
.app-banner-title{font-family:var(--display);font-size:20px;color:#fff;line-height:1.1;margin-bottom:3px}
.app-banner-sub{font-size:9.5px;color:rgba(255,255,255,.75);line-height:1.35}

.app-tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;padding:10px}
.app-tile{border-radius:12px;background:#fff;border:1px solid #eaeff5;box-shadow:0 2px 8px rgba(4,17,30,.05);padding:9px 5px;display:flex;flex-direction:column;align-items:center;gap:4px}
.t-ico{width:28px;height:28px;border-radius:9px;display:grid;place-items:center;font-size:13px}
.app-tile b{font-size:8.5px;font-weight:700;color:#1a2e42;text-align:center;line-height:1.2}
.app-tile small{font-size:7px;color:#6e8599;text-align:center}
.app-rec-label{padding:4px 12px 2px;font-size:8.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#6e8599}
.app-feat-card{margin:0 10px 10px;background:#fff;border-radius:14px;border:1px solid #eaeff5;box-shadow:0 4px 14px rgba(4,17,30,.06);overflow:hidden}
.app-feat-img{height:72px;overflow:hidden}
.app-feat-img img{width:100%;height:100%;object-fit:cover}
.app-feat-body{padding:9px 12px}
.app-feat-body h4{font-size:10.5px;font-weight:700;color:#1a2e42;margin-bottom:2px}
.app-feat-body p{font-size:8.5px;color:#6e8599;margin-bottom:7px;line-height:1.3}
.app-mini-cta{height:25px;border-radius:7px;background:linear-gradient(135deg,#0f7ec0,#0960a0);color:#fff;display:grid;place-items:center;font-size:9px;font-weight:700}

/* floating badges */
.hero-score{position:absolute;top:30px;left:-60px;z-index:4;background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:12px 16px;box-shadow:var(--shadow);animation:fbadge 6s ease-in-out infinite;display:flex;align-items:center;gap:10px}
@keyframes fbadge{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
.hero-score-stars{font-size:13px;margin-bottom:2px}
.hero-score b{display:block;font-size:12px;font-weight:700;color:var(--deep)}
.hero-score span{font-size:10px;color:var(--muted)}
.hero-msg{position:absolute;bottom:100px;left:-70px;z-index:4;background:linear-gradient(135deg,var(--teal),#08968d);border-radius:14px;padding:11px 14px;box-shadow:0 12px 30px rgba(13,179,170,.35);animation:fbadge 6s ease-in-out infinite;animation-delay:1.5s;max-width:200px}
.hero-msg p{font-size:11px;color:#fff;font-weight:500;line-height:1.4}
.hero-msg span{font-size:9.5px;color:rgba(255,255,255,.65);margin-top:4px;display:block}

/* ══ STATS ══ */
.stats-strip{padding:6px 0 64px}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.stat-card{background:var(--surface);border:1.5px solid var(--line);border-radius:var(--r3);padding:22px;box-shadow:var(--shadow-sm);display:flex;gap:14px;align-items:flex-start;transition:.25s}
.stat-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.s-ico{width:44px;height:44px;min-width:44px;border-radius:13px;display:grid;place-items:center}
.s-ico svg{width:21px;height:21px}
.s-ico.blue{background:var(--sea3);color:var(--sea)}
.s-ico.coral{background:var(--coral-bg);color:var(--coral)}
.s-ico.teal{background:var(--teal-bg);color:var(--teal)}
.s-ico.gold{background:var(--gold-bg);color:var(--gold)}
.s-num{font-family:var(--heading);font-size:26px;font-weight:700;color:var(--deep);letter-spacing:-.04em;line-height:1;margin-bottom:5px}
.s-desc{font-size:13px;color:var(--muted);line-height:1.5}
.s-sub{font-size:11px;color:var(--pale);margin-top:4px;line-height:1.4}

/* ══ SECTION BASE ══ */
section{padding:88px 0}
.s-tag{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--sea);margin-bottom:12px}
.s-tag::before{content:'';display:block;width:16px;height:2px;background:currentColor;border-radius:1px}
.s-title{font-family:var(--display);font-size:clamp(30px,3.8vw,50px);font-weight:400;line-height:1.1;color:var(--deep);margin-bottom:14px}
.s-title em{font-style:italic;color:var(--sea)}
.s-lead{font-size:16px;line-height:1.78;color:var(--mid);font-weight:400;max-width:600px}
.s-head{text-align:center;max-width:740px;margin:0 auto 48px}
.s-head .s-tag{justify-content:center}
.s-head .s-tag::before{display:none}
.s-head .s-lead{margin:0 auto}

/* ══ FEATURES — Clean 2-col centered layout ══ */
.features-section{background:var(--surface)}
.feature-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  align-items:center;
  margin-bottom:32px;
  max-width:960px;
  margin-left:auto;
  margin-right:auto;
}
.feature-row:last-child{margin-bottom:0}
.feature-row.reverse{direction:rtl}
.feature-row.reverse>*{direction:ltr}

.f-card{background:var(--bg);border:1.5px solid var(--line);border-radius:24px;padding:36px;position:relative;overflow:hidden;transition:.3s ease;display:flex;flex-direction:column;justify-content:flex-start}
.f-card::after{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:var(--accent-bar,linear-gradient(90deg,var(--sea),var(--teal)));transform:scaleX(0);transform-origin:left;transition:transform .35s ease}
.f-card:hover{box-shadow:var(--shadow);transform:translateY(-3px);background:var(--surface)}
.f-card:hover::after{transform:scaleX(1)}
.f-ico{width:52px;height:52px;border-radius:16px;display:grid;place-items:center;font-size:22px;margin-bottom:18px;transition:.3s;border:1px solid rgba(0,0,0,.07)}
.f-ico.blue{background:var(--sea3)}
.f-ico.coral{background:var(--coral-bg)}
.f-ico.teal{background:var(--teal-bg)}
.f-ico.gold{background:var(--gold-bg)}
.f-ico.green{background:var(--green-bg)}
.f-card:hover .f-ico{transform:scale(1.06)}
.f-card h3{font-family:var(--heading);font-size:20px;font-weight:700;color:var(--deep);margin-bottom:10px}
.f-card p{font-size:14.5px;color:var(--mid);line-height:1.72}

/* ── App Preview (scrollable, pointer-events none) ── */
.app-preview-wrap{
  border-radius:24px;overflow:hidden;
  background:#1a2a3e;
  position:relative;
  box-shadow:var(--shadow);
  display:flex;flex-direction:column;
}
.app-preview-topbar{
  background:#0d1a2b;
  padding:10px 16px;
  display:flex;align-items:center;justify-content:space-between;
  flex-shrink:0;
  border-bottom:1px solid rgba(255,255,255,.07);
}
.apb-dots{display:flex;gap:6px}
.apb-dot{width:10px;height:10px;border-radius:50%}
.apb-dot.r{background:#ff5f57}
.apb-dot.y{background:#ffbd2e}
.apb-dot.g{background:#28c940}
.apb-url{background:rgba(255,255,255,.08);border-radius:6px;padding:4px 12px;font-size:11px;color:rgba(255,255,255,.4);font-family:monospace}
.apb-live{display:flex;align-items:center;gap:5px;font-size:11px;font-weight:600;color:#2fc88a}
.apb-live::before{content:'';width:6px;height:6px;background:#2fc88a;border-radius:50%;display:block}

/* The scrollable phone frame inside */
.app-preview-phone-frame{
  flex:1;
  overflow:hidden;
  position:relative;
  display:flex;align-items:stretch;
}
/* Scroll mask — fades top & bottom */
.app-preview-phone-frame::before,
.app-preview-phone-frame::after{
  content:'';position:absolute;left:0;right:0;height:40px;z-index:5;pointer-events:none;
}
.app-preview-phone-frame::before{top:0;background:linear-gradient(to bottom,#1a2a3e,transparent)}
.app-preview-phone-frame::after{bottom:0;background:linear-gradient(to top,#1a2a3e,transparent)}

.app-scroll-inner{
  flex:1;
  overflow:hidden;
  pointer-events:none;
  scroll-behavior:smooth;
}
.app-scroll-inner::-webkit-scrollbar{display:none}

/* The fake app UI content */
.fake-app{
  background:#f8fafc;
  min-height:900px; /* tall enough to scroll */
  font-family:var(--font);
  pointer-events:none;
}
.fa-header{padding:12px 14px 10px;background:#fff;border-bottom:1px solid #eef2f7}
.fa-header-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}
.fa-back{font-size:10px;color:var(--sea);font-weight:600}
.fa-title{font-family:var(--display);font-size:15px;color:var(--deep);font-weight:400}
.fa-subtitle{font-size:9px;color:var(--muted)}
.fa-hero-img{position:relative;height:130px;overflow:hidden}
.fa-hero-img img{width:100%;height:100%;object-fit:cover}
.fa-hero-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(4,17,30,.65) 0%,transparent 50%)}
.fa-hero-badge{position:absolute;bottom:10px;left:10px;background:rgba(255,255,255,.15);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2);border-radius:999px;padding:4px 10px;font-size:9px;font-weight:600;color:#fff}

.fa-section{padding:12px 14px}
.fa-section-title{font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:8px}
.fa-list{display:flex;flex-direction:column;gap:8px}
.fa-item{background:#fff;border-radius:12px;border:1px solid #eaeff5;box-shadow:0 2px 8px rgba(4,17,30,.04);overflow:hidden;display:flex;align-items:stretch}
.fa-item-img{width:70px;flex-shrink:0;overflow:hidden}
.fa-item-img img{width:100%;height:100%;object-fit:cover}
.fa-item-body{padding:9px 10px;flex:1}
.fa-item-body h4{font-size:10.5px;font-weight:700;color:var(--deep);margin-bottom:3px}
.fa-item-body p{font-size:8.5px;color:var(--muted);line-height:1.4}
.fa-item-body .fa-tag{display:inline-block;margin-top:5px;font-size:7.5px;font-weight:700;padding:2px 7px;border-radius:999px;color:#fff}
.fa-tag.sea{background:var(--sea)}
.fa-tag.teal{background:var(--teal)}
.fa-tag.gold{background:var(--gold)}
.fa-tag.coral{background:var(--coral)}

.fa-map-block{margin:0 14px 12px;border-radius:12px;overflow:hidden;border:1px solid #eaeff5}
.fa-map-block img{width:100%;height:100px;object-fit:cover}
.fa-map-info{background:#fff;padding:9px 12px;display:flex;align-items:center;justify-content:space-between}
.fa-map-info span{font-size:9.5px;font-weight:600;color:var(--deep)}
.fa-map-cta{font-size:8.5px;font-weight:700;color:var(--sea)}

.fa-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px}
.fa-grid-item{background:#fff;border-radius:10px;border:1px solid #eaeff5;overflow:hidden}
.fa-grid-item img{width:100%;height:70px;object-fit:cover}
.fa-grid-item p{padding:5px 7px;font-size:8.5px;font-weight:600;color:var(--deep)}

.fa-wifi-card{margin:0 14px 12px;background:linear-gradient(135deg,var(--sea3),#c8e8f6);border-radius:12px;padding:12px 14px;display:flex;align-items:center;gap:10px}
.fa-wifi-ico{font-size:22px}
.fa-wifi-body p{font-size:8.5px;color:var(--mid);margin-bottom:1px}
.fa-wifi-body strong{font-size:12px;font-weight:700;color:var(--deep);letter-spacing:.04em}
.fa-wifi-copy{margin-left:auto;font-size:8px;font-weight:700;color:var(--sea);background:rgba(15,126,192,.1);padding:4px 8px;border-radius:6px}

.fa-step-list{display:flex;flex-direction:column;gap:8px}
.fa-step{display:flex;gap:10px;align-items:flex-start}
.fa-step-num{width:22px;height:22px;min-width:22px;border-radius:7px;display:grid;place-items:center;font-size:9.5px;font-weight:700;color:#fff;flex-shrink:0}
.fa-step-num.c1{background:var(--sea)}
.fa-step-num.c2{background:var(--teal)}
.fa-step-num.c3{background:var(--gold)}
.fa-step-num.c4{background:var(--coral)}
.fa-step-body h5{font-size:10px;font-weight:700;color:var(--deep);margin-bottom:2px}
.fa-step-body p{font-size:8.5px;color:var(--muted);line-height:1.4}

.fa-nearby-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}
.fa-nb{background:#fff;border-radius:10px;border:1px solid #eaeff5;padding:8px 6px;text-align:center}
.fa-nb span{display:block;font-size:16px;margin-bottom:3px}
.fa-nb p{font-size:8px;font-weight:700;color:var(--deep)}
.fa-nb small{font-size:7px;color:var(--muted)}

.fa-itin-card{background:linear-gradient(135deg,#fff,#f4faff);border:1px solid #d8e7f0;border-radius:12px;padding:12px;margin-bottom:8px}
.fa-itin-day{font-size:9px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--sea);margin-bottom:5px}
.fa-itin-title{font-family:var(--display);font-size:13px;color:var(--deep);margin-bottom:5px}
.fa-itin-stops{display:flex;flex-direction:column;gap:4px}
.fa-itin-stop{display:flex;align-items:center;gap:6px;font-size:8.5px;color:var(--mid)}
.fa-itin-stop::before{content:'→';color:var(--sea);font-weight:700;font-size:9px}

/* scroll hint */

50%{opacity:.6}}

/* Enable hover scroll with js — reveal cursor */
.app-preview-wrap{cursor:default}
.app-scroll-inner.js-active{pointer-events:auto;cursor:ns-resize}

/* ══ WHY ══ */
.why-section{background:linear-gradient(160deg,#0c2540 0%,#113356 50%,#0d3548 100%);position:relative;overflow:hidden}
.why-section::before{content:'';position:absolute;inset:0;z-index:0;background-image:url("../images/index_img_02.webp");background-size:cover;background-position:center;opacity:.12}
.why-section .container{position:relative;z-index:1}
.why-section .s-tag{color:#6dd9e8}
.why-section .s-tag::before{background:#6dd9e8}
.why-section .s-title{color:#fff}
.why-section .s-title em{color:#6dd9e8}
.why-section .s-lead{color:rgba(255,255,255,.65)}
.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.why-card{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);border-radius:var(--r3);overflow:hidden;backdrop-filter:blur(6px);transition:.3s}
.why-card:hover{transform:translateY(-5px);background:rgba(255,255,255,.12);box-shadow:0 24px 60px rgba(0,0,0,.3)}
.why-card-img{height:190px;overflow:hidden;position:relative}
.why-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .6s}
.why-card:hover .why-card-img img{transform:scale(1.06)}
.why-card-img-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,transparent 30%,rgba(4,17,30,.5))}
.why-card-body{padding:22px}
.why-num{width:32px;height:32px;border-radius:10px;background:rgba(109,217,232,.18);color:#6dd9e8;display:grid;place-items:center;font-family:var(--heading);font-size:12px;font-weight:700;margin-bottom:12px}
.why-card h3{font-family:var(--heading);font-size:17px;font-weight:700;color:#fff;margin-bottom:7px}
.why-card p{font-size:14px;color:rgba(255,255,255,.6);line-height:1.68}

/* ══ SHOWCASE ══ */
.showcase-section{background:var(--bg)}
.showcase-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center}
.shot-mosaic{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:12px}
.shot{border-radius:20px;overflow:hidden;position:relative;box-shadow:var(--shadow)}
.shot.tall{grid-row:span 2}
.shot img{width:100%;height:100%;object-fit:cover;transition:transform .5s;display:block}
.shot:hover img{transform:scale(1.04)}
.shot-label{position:absolute;bottom:12px;left:12px;background:rgba(255,255,255,.88);backdrop-filter:blur(14px);border-radius:999px;padding:6px 13px;font-size:12px;font-weight:500;color:var(--deep);box-shadow:0 4px 14px rgba(0,0,0,.12)}
.showcase-copy{background:var(--surface);border:1.5px solid var(--line);border-radius:var(--r3);padding:40px;box-shadow:var(--shadow)}
.showcase-copy .s-title{font-size:clamp(26px,2.8vw,38px)}
.showcase-copy p{font-size:15.5px;line-height:1.75;color:var(--mid);margin-bottom:22px}
.ticks{display:flex;flex-direction:column;gap:12px}
.tick{display:flex;gap:11px;align-items:flex-start;font-size:14px;color:var(--ink);line-height:1.55}
.tick-c{width:21px;height:21px;min-width:21px;border-radius:50%;background:var(--green-bg);color:var(--green);display:grid;place-items:center;font-size:10px;font-weight:900;margin-top:1px;flex-shrink:0}

/* ══ PROCESS ══ */
.process-section{background:var(--surface)}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;position:relative}
.process-grid::before{content:'';position:absolute;top:42px;left:calc(12.5% + 24px);right:calc(12.5% + 24px);height:1px;background:var(--line);z-index:0}
.step-card{background:var(--bg);border:1.5px solid var(--line);border-radius:var(--r3);padding:26px 22px;position:relative;z-index:1;transition:.3s}
.step-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);background:var(--surface)}
.step-n{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;font-family:var(--heading);font-size:14px;font-weight:700;margin-bottom:18px;position:relative;z-index:1;transition:.25s;color:#fff}
.step-n.c1{background:linear-gradient(135deg,var(--sea),var(--teal))}
.step-n.c2{background:linear-gradient(135deg,var(--teal),#08968d)}
.step-n.c3{background:linear-gradient(135deg,var(--gold),#b87c18)}
.step-n.c4{background:linear-gradient(135deg,var(--coral),var(--coral2))}
.step-card h3{font-family:var(--heading);font-size:16px;font-weight:700;color:var(--deep);margin-bottom:9px}
.step-card p{font-size:13px;color:var(--mid);line-height:1.65}
.step-card small{display:block;font-size:11.5px;color:var(--pale);margin-top:9px;line-height:1.5;font-style:italic}

/* ══ PRICING ══ */
.pricing-section{background:linear-gradient(160deg,#eef5fb 0%,#e0eef8 100%)}
.pricing-wrap{display:grid;grid-template-columns:repeat(2,minmax(0,468px));gap:22px;justify-content:center;margin-bottom:24px}
.p-card{background:var(--surface);border:1.5px solid var(--line);border-radius:var(--r3);padding:32px;position:relative;transition:.3s}
.p-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.p-card.hot{border-color:var(--sea);box-shadow:0 0 0 4px rgba(15,126,192,.08),var(--shadow)}
.p-badge{position:absolute;right:22px;top:-12px;background:linear-gradient(135deg,var(--coral),var(--coral2));color:#fff;font-size:11px;font-weight:700;padding:5px 13px;border-radius:999px;letter-spacing:.04em;text-transform:uppercase;box-shadow:0 6px 18px var(--coral-glow)}
.p-name{font-size:12px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:8px}
.p-price{font-family:var(--heading);font-size:50px;font-weight:700;color:var(--deep);letter-spacing:-.05em;line-height:1;margin-bottom:3px}
.p-price sup{font-size:20px;vertical-align:super;font-weight:700}
.p-period{font-size:12.5px;color:var(--muted);margin-bottom:13px}
.p-desc{font-size:14px;color:var(--mid);line-height:1.65;margin-bottom:22px;padding-bottom:22px;border-bottom:1px solid var(--line)}
.p-desc small{display:block;font-size:12px;color:var(--pale);margin-top:6px;font-style:italic}
.p-list{list-style:none;display:flex;flex-direction:column;gap:11px;margin-bottom:26px}
.p-list li{display:flex;gap:9px;align-items:flex-start;font-size:13.5px;color:var(--ink);line-height:1.5}
.p-chk{width:19px;height:19px;min-width:19px;border-radius:50%;display:grid;place-items:center;font-size:9.5px;font-weight:900;margin-top:1px;flex-shrink:0}
.p-chk.y{background:var(--green-bg);color:var(--green)}
.p-chk.p{background:linear-gradient(135deg,var(--sea),var(--teal));color:#fff}
.p-list .p-cat{font-size:10px;font-weight:500;letter-spacing:.09em;text-transform:uppercase;color:var(--pale);padding-top:6px;border-top:1px solid var(--line);display:block}
.extras-row{background:var(--surface);border:1.5px solid var(--line);border-radius:var(--r3);padding:26px 30px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:18px;box-shadow:var(--shadow-sm)}
.extras-lbl{font-size:12px;font-weight:500;letter-spacing:.07em;text-transform:uppercase;color:var(--muted);margin-bottom:10px}
.extras-pills{display:flex;gap:10px;flex-wrap:wrap}
.e-pill{display:flex;align-items:center;gap:7px;background:var(--bg);border:1px solid var(--line);border-radius:999px;padding:9px 16px;font-size:13.5px;color:var(--ink)}
.e-pill strong{font-family:var(--heading);font-weight:700;color:var(--sea);font-size:14px}
.extras-note{font-size:12.5px;color:var(--muted);line-height:1.65;max-width:360px}

/* ══ CTA ══ */
.cta-wrap{padding:88px 0}
.cta-box{background:linear-gradient(135deg,#04111e,#0c2540,#0f1f33);border-radius:32px;padding:62px;position:relative;overflow:hidden;box-shadow:0 40px 90px rgba(4,17,30,.25)}
.cta-box::before{content:'';position:absolute;right:-80px;top:-80px;width:300px;height:300px;border-radius:50%;background:rgba(13,179,170,.18);pointer-events:none}
.cta-box::after{content:'';position:absolute;left:-60px;bottom:-60px;width:240px;height:240px;border-radius:50%;background:rgba(232,93,58,.12);pointer-events:none}
.cta-inner{position:relative;z-index:1}
.cta-tag{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.4);margin-bottom:16px}
.cta-tag::before{content:'';width:16px;height:2px;background:var(--teal);border-radius:1px;display:block}
.cta-box h2{font-family:var(--display);font-size:clamp(30px,4.2vw,54px);font-weight:400;line-height:1.08;color:#fff;margin-bottom:16px;max-width:720px}
.cta-box h2 em{font-style:italic;color:#6dd9e8}
.cta-box p{font-size:17px;line-height:1.76;color:rgba(255,255,255,.6);max-width:640px;margin-bottom:30px}
.cta-actions{display:flex;gap:12px;flex-wrap:wrap}

/* ══ FOOTER ══ */
footer{padding:32px 0 42px;border-top:1px solid var(--line);background:var(--surface)}
.footer-in{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}
.footer-brand{font-family:var(--heading);font-size:15px;font-weight:700;color:var(--deep)}
.footer-note{font-size:13px;color:var(--muted)}
.footer-links{display:flex;gap:18px;flex-wrap:wrap}
.footer-links a{font-size:13px;color:var(--muted);transition:color .2s}
.footer-links a:hover{color:var(--sea)}

/* ══ ANIMATIONS ══ */
.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}
.reveal.visible{opacity:1;transform:none}
.rd1{transition-delay:.08s}.rd2{transition-delay:.16s}.rd3{transition-delay:.24s}.rd4{transition-delay:.32s}

/* ══ RESPONSIVE ══ */

/* ── Large tablet ── */
@media(max-width:1100px){
  .hero-grid{grid-template-columns:1fr;gap:0}
  .hero-grid .hero-copy{order:1}
  .hero-visual{order:2;height:520px;margin-top:0}
  .phone-stage{bottom:auto}
  .phone-body{width:240px}
  .hero-msg{display:none}
  .showcase-grid{grid-template-columns:1fr}
  .feature-row,.feature-row.reverse{grid-template-columns:1fr;direction:ltr;max-width:560px;margin-left:auto;margin-right:auto}
  .app-preview-phone-frame{height:300px !important}
  .why-grid{grid-template-columns:repeat(2,1fr)}
}

/* ── Tablet / mobile ── */
@media(max-width:768px){
  .nav-links{display:none}
  .nav-hamburger{display:flex}
  .stats-grid{grid-template-columns:repeat(2,1fr)}
  .process-grid{grid-template-columns:repeat(2,1fr)}
  .process-grid::before{display:none}
  .pricing-wrap{grid-template-columns:1fr}
  .shot-mosaic{grid-template-columns:1fr}
  .shot.tall{grid-row:auto}
  .why-grid{grid-template-columns:1fr}
  .hero-visual{height:440px}
  .phone-body{width:210px}
  .phone-stage{bottom:auto}
  .cta-box{padding:36px 24px}
  .extras-row{flex-direction:column}
  .feature-row{gap:20px}
  section{padding:64px 0}
  .feature-row,.feature-row.reverse{grid-template-columns:1fr;direction:ltr;max-width:100%;margin-left:0;margin-right:0}
  .app-preview-wrap{max-height:none}
  .app-preview-phone-frame{height:320px !important}
  .f-card{padding:28px 24px}
}

/* ── Small mobile ── */
@media(max-width:480px){
  .container{width:calc(100% - 28px)}
  h1{font-size:34px;line-height:1.08}
  .hero{min-height:100svh}
  .hero-grid{padding:80px 0 40px}
  .hero-visual{height:400px}
  .phone-body{width:175px;border-radius:36px;padding:10px}
  .phone-stage{bottom:auto}
  .hero-score{left:-4px;padding:9px 12px;border-radius:12px}
  .hero-score b{font-size:11px}
  .hero-score span{font-size:9px}
  .stats-grid{grid-template-columns:1fr 1fr;gap:8px}
  .stat-card{border-right:1px solid var(--line);border-bottom:1px solid var(--line)}
  .process-grid{grid-template-columns:1fr}
  .footer-in{flex-direction:column;text-align:center}
  .footer-links{justify-content:center}
  .cta-box h2{font-size:24px}
  .cta-box{padding:28px 20px}
  .cta-actions{flex-direction:column}
  .cta-actions .btn{justify-content:center}
  .trust-strip{gap:6px}
  .trust-pill{font-size:11px;padding:5px 10px}
  .btn{padding:10px 18px;font-size:13px}
  section{padding:52px 0}
  .s-head{margin-bottom:32px}
  .s-title{font-size:28px}
  .p-card .btn{width:100%;justify-content:center;border-radius:12px}
  .app-preview-phone-frame{height:280px !important}
  .why-grid{grid-template-columns:1fr}
  .e-pill{font-size:12px;padding:7px 12px}
  .extras-note{max-width:100%}
}

/* ══ TRAVELWISE-INSPIRED FEATURE IMPROVEMENTS ══ */

/* Section container for features - remove container padding so rows bleed */
.features-section .container{
  padding:0;
  width:100%;
  max-width:100%;
}
.features-section > .container > .s-head{
  width:min(740px,92vw);
  margin-left:auto;
  margin-right:auto;
  padding-top:88px;
}
.features-section > .container > .s-head + *{
  /* first feature row */
}

/* Feature rows — full bleed alternating */
.feature-row{
  min-height:auto;
}

/* f-card — bigger padding, larger icon */
.f-ico{
  width:52px;height:52px;border-radius:16px;
  font-size:22px;margin-bottom:16px;
}
.f-card h3{font-size:19px;margin-bottom:10px}
.f-card p{font-size:14px;line-height:1.72;color:var(--mid)}

/* App preview bar - slightly more color */
.app-preview-topbar{
  background:#0a1828;
  padding:12px 20px;
}
.apb-url{font-size:12px;padding:5px 14px}

/* App preview frame - consistent height */
.app-preview-phone-frame{
  flex:none;
  height:360px;
}

/* App scroll inner — image fills width perfectly */
.app-scroll-inner img{
  width:100%;
  height:auto;
  display:block;
}

/* Scroll hint better positioned */


/* Features mobile */
@media(max-width:768px){
  .feature-row,.feature-row.reverse{
    grid-template-columns:1fr;
    direction:ltr;
    max-width:520px;
    margin-left:auto;
    margin-right:auto;
    gap:16px;
  }
  .app-preview-phone-frame{height:300px !important}
  .f-card{padding:28px 24px}
}
@media(max-width:480px){
  .feature-row,.feature-row.reverse{max-width:100%}
  .app-preview-phone-frame{height:260px !important}
  .f-card{padding:22px 18px}
  .f-card h3{font-size:17px}
}

/* ══ TRAVELWISE STATS ROW ══ */
.stats-strip{
  background:var(--surface);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  padding:40px 0;
}
.stats-grid{
  display:grid;grid-template-columns:repeat(4,1fr);
  gap:0;
  border-left:1px solid var(--line);
}
.stat-card{
  border-radius:0;
  border:none;
  border-right:1px solid var(--line);
  box-shadow:none;
  padding:28px 24px;
}
.stat-card:hover{transform:none;box-shadow:none;background:var(--sea3)}

@media(max-width:768px){
  .stats-grid{
    grid-template-columns:1fr 1fr;
    border-left:1px solid var(--line);
  }
  .stat-card{border-bottom:1px solid var(--line)}
}
@media(max-width:480px){
  .stats-grid{grid-template-columns:1fr 1fr;gap:8px}
  .stat-card{border-right:1px solid var(--line);border-bottom:1px solid var(--line)}
}




/* ══════════════════════════════════════════════
   TRAVELWISE STICKY FEATURE CARDS
══════════════════════════════════════════════ */

/* Remove old features CSS conflicts */
.features-section { background: var(--bg); padding: 0 !important; overflow: visible; }

/* Section header */
.feat-header {
  padding: 88px 20px 64px;
  max-width: 740px;
  margin: 0 auto;
  text-align: center;
}

/* Container for all sticky cards */
.feat-cards-container {
  position: relative;
}

/* Each sticky wrapper — creates scroll space */
.feat-sticky-wrap {
  position: sticky;
  top: 72px; /* below nav */
  z-index: 2;
  padding: 20px 0;
  /* Each card stacks on top of previous */
}
.feat-sticky-wrap:nth-child(1) { z-index: 11; }
.feat-sticky-wrap:nth-child(2) { z-index: 12; }
.feat-sticky-wrap:nth-child(3) { z-index: 13; }
.feat-sticky-wrap:nth-child(4) { z-index: 14; }
.feat-sticky-wrap:nth-child(5) { z-index: 15; }
.feat-sticky-wrap:nth-child(6) { z-index: 16; }

/* Add scroll height so user scrolls through each card */
.feat-cards-container::after {
  content: '';
  display: block;
  height: 80px;
}

/* The actual card */
.feat-card-full {
  margin: 0 auto;
  max-width: 1180px;
  width: min(92vw, 1180px);
  border-radius: 28px;
  min-height: 500px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(4,17,30,.35);
  transition: transform .3s ease;
}
.feat-sticky-wrap:hover .feat-card-full {
  transform: translateY(-4px);
}

/* Left: text content */
.feat-card-left {
  padding: 56px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
}
.feat-card-num {
  font-family: var(--heading);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 20px;
  opacity: .7;
}
.feat-card-icon {
  font-size: 44px;
  margin-bottom: 20px;
  line-height: 1;
}
.feat-card-title {
  font-family: var(--heading);
  font-size: clamp(24px, 2.5vw, 36px);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 16px;
  color: #fff;
}
.feat-card-desc {
  font-size: 16px;
  line-height: 1.72;
  font-weight: 400;
  margin-bottom: 28px;
  max-width: 400px;
}
.feat-card-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .04em;
  width: fit-content;
}

/* Right: phone preview */
.feat-card-right {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 32px;
  background: rgba(0,0,0,.2);
  position: relative;
}

/* Phone device */
.feat-phone-wrap {
  position: relative;
  z-index: 2;
}
.feat-phone-device {
  animation: feat-float 6s ease-in-out infinite;
}
@keyframes feat-float {
  0%,100% { transform: rotate(-2deg) translateY(0); }
  50%      { transform: rotate(-2deg) translateY(-10px); }
}
.feat-phone-chassis {
  width: 220px;
  background: linear-gradient(150deg, #1a2033, #0d1020);
  border-radius: 40px;
  padding: 12px;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.1),
    0 30px 70px rgba(0,0,0,.6),
    inset 0 1px 0 rgba(255,255,255,.12);
  position: relative;
}
.feat-phone-notch {
  position: absolute;
  top: 12px; left: 50%;
  transform: translateX(-50%);
  width: 70px; height: 18px;
  background: #0d1020;
  border-radius: 0 0 10px 10px;
  z-index: 10;
}
.feat-phone-screen {
  border-radius: 30px;
  overflow: hidden;
  height: 380px;
  position: relative;
}
/* Fade masks */
.feat-phone-screen::before,
.feat-phone-screen::after {
  content: '';
  position: absolute;
  left: 0; right: 0;
  height: 36px;
  z-index: 5;
  pointer-events: none;
}
.feat-phone-screen::before {
  top: 0;
  background: linear-gradient(to bottom, #1a2033, transparent);
}
.feat-phone-screen::after {
  bottom: 0;
  background: linear-gradient(to top, #1a2033, transparent);
}

.feat-scroll-inner {
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  scroll-behavior: smooth;
}
.feat-scroll-inner::-webkit-scrollbar { display: none; }
.feat-scroll-inner.js-active { pointer-events: auto; cursor: ns-resize; }
.feat-scroll-inner img {
  width: 100%;
  height: auto;
  display: block;
  user-select: none;
  -webkit-user-drag: none;
}



/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .feat-card-full {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .feat-card-left {
    padding: 40px 32px 28px;
  }
  .feat-card-right {
    padding: 20px 32px 36px;
    min-height: 340px;
  }
  .feat-phone-chassis { width: 190px; }
  .feat-phone-screen { height: 320px; }
  .feat-sticky-wrap { top: 70px; padding: 10px 0; }
}
@media (max-width: 600px) {
  .feat-header { padding: 64px 16px 48px; }
  .feat-card-full { border-radius: 20px; width: min(96vw, 1180px); }
  .feat-card-left { padding: 32px 24px 20px; }
  .feat-card-right { padding: 16px 24px 28px; min-height: 300px; }
  .feat-phone-chassis { width: 168px; border-radius: 32px; }
  .feat-phone-screen { height: 285px; }
  .feat-card-icon { font-size: 36px; }
  .feat-card-title { font-size: 22px; }
  .feat-card-desc { font-size: 14.5px; }
}



/* ══ HERO 2 — Travelwise style with floating images ══ */

.hero2 {
  position: relative;
  background: linear-gradient(160deg, #eef3f8 0%, #dce8f5 45%, #cfe0ef 100%);
  overflow: hidden;
}
.hero { display: none !important; }

/* Background radial blobs */
.hero2::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 55% 40% at 50% 0%, rgba(15,126,192,.15), transparent),
    radial-gradient(ellipse 35% 35% at 85% 60%, rgba(13,179,170,.12), transparent),
    radial-gradient(ellipse 35% 35% at 15% 80%, rgba(232,93,58,.07), transparent);
  pointer-events: none;
  z-index: 0;
}

/* ── Top text area ── */
.h2-inner {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin: 0 auto;
  padding: 17px 40px 16px;
}
.h2-copy {
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
}
.h2-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(15,126,192,.22);
  font-size: 12px;
  font-weight: 500;
  color: var(--sea);
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.h2-title {
  font-family: var(--display);
  font-size: clamp(38px, 5.2vw, 72px);
  line-height: 1.06;
  font-weight: 400;
  color: var(--deep);
  margin-bottom: 18px;
  text-shadow: none;
}
.h2-title em { font-style: italic; color: var(--sea); }
.h2-lead {
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.75;
  color: var(--mid);
  max-width: 600px;
  margin: 0 auto 26px;
}
.h2-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 22px;
}
.h2-trust {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
}
.h2-pill {
  background: rgba(255,255,255,.68);
  border: 1px solid rgba(15,126,192,.18);
  border-radius: 999px;
  padding: 6px 13px;
  font-size: 12.5px;
  color: var(--mid);
}

/* ── SHOWCASE: wavy line + phone + floating images ── */
.hero-showcase {
  position: relative;
  width: 100%;
  min-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0 80px;   /* MORE top padding so it clears the text/pills */
  overflow: visible;
  margin-top: 20px;
}

/* Wavy decorative line */
.purple-line-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: auto;
  z-index: 1;
  pointer-events: none;
  opacity: 0.13;
}

/* Content layout */
.hero-content {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1100px;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ── Phone (center) ── */
.phone-wrapper {
  position: relative;
  z-index: 100;
  width: 290px;
  animation: hw-float 7s ease-in-out infinite;
  filter: drop-shadow(0 24px 48px rgba(4,17,30,.22));
}
@keyframes hw-float {
  0%,100% { transform: rotate(-1.5deg) translateY(0); }
  50%      { transform: rotate(-1.5deg) translateY(-14px); }
}
.h2-phone-chassis {
  background: linear-gradient(150deg, #1a2033, #0d1020);
  border-radius: 40px;
  padding: 10px;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.1),
    0 36px 80px rgba(0,0,0,.45),
    inset 0 1px 0 rgba(255,255,255,.12);
  position: relative;
}
.h2-phone-notch {
  position: absolute;
  top: 13px; left: 50%;
  transform: translateX(-50%);
  width: 82px; height: 21px;
  background: #0d1020;
  border-radius: 0 0 13px 13px;
  z-index: 10;
}
.h2-phone-screen {
  border-radius: 36px;
  overflow: hidden;
  background: #fff;
}
.h2-phone-screen img {
  width: 100%;
  display: block;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* ── Floating badges on phone ── */
.h2-badge {
  position: absolute;
  z-index: 110;
  border-radius: 16px;
  padding: 10px 15px;
  box-shadow: 0 12px 32px rgba(4,17,30,.18);
  animation: hw-badge-float 6s ease-in-out infinite;
}
.h2-badge-top {
  background: #fff;
  border: 1px solid var(--line);
  top: 40px;
  left: -140px;
  display: flex;
  align-items: center;
  gap: 10px;
  animation-delay: 0s;
  white-space: nowrap;
}
.h2-badge-stars { font-size: 13px; margin-bottom: 2px; }
.h2-badge-text strong { display: block; font-size: 12px; font-weight: 700; color: var(--deep); }
.h2-badge-text span { font-size: 10px; color: var(--muted); }
.h2-badge-bot {
  background: linear-gradient(135deg, var(--teal), #08968d);
  bottom: 80px;
  right: -130px;
  max-width: 195px;
  animation-delay: 1.5s;
}
.h2-badge-bot p { font-size: 11px; color: #fff; font-weight: 500; line-height: 1.4; margin: 0 0 3px; }
.h2-badge-bot span { font-size: 9.5px; color: rgba(255,255,255,.65); }
@keyframes hw-badge-float {
  0%,100% { transform: translateY(0); }
  50%      { transform: translateY(-8px); }
}

/* ── Floating screenshot images ── */
.floating-img {
  position: absolute;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 36px rgba(4,17,30,.15);
  z-index: 20;
  background: #e0eaf3;
  transition: transform .3s ease, box-shadow .3s ease;
}
.floating-img:hover {
  transform: scale(1.03) !important;
  box-shadow: 0 20px 50px rgba(4,17,30,.22);
  z-index: 20;
}
.floating-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
  pointer-events: none;
  user-select: none;
}


/* Desktop positions */
.img-1 { width: 210px; height: 275px; left: 2%;  top: 6%;    transform: rotate(-5deg);  animation: fi1-float 7s ease-in-out infinite; }
.img-2 { width: 175px; height: 228px; left: 15%; bottom: 2%; transform: rotate(4deg);   animation: fi2-float 8s ease-in-out infinite; }
.img-3 { width: 225px; height: 292px; right: 1%; top: 10%;   transform: rotate(6deg);   animation: fi3-float 6.5s ease-in-out infinite; }
.img-4 { width: 185px; height: 240px; right: 12%;bottom: 5%; transform: rotate(-3deg);  animation: fi4-float 7.5s ease-in-out infinite; }

@keyframes fi1-float { 0%,100%{transform:rotate(-5deg) translateY(0)}   50%{transform:rotate(-5deg) translateY(-12px)} }
@keyframes fi2-float { 0%,100%{transform:rotate(4deg) translateY(0)}    50%{transform:rotate(4deg) translateY(-9px)} }
@keyframes fi3-float { 0%,100%{transform:rotate(6deg) translateY(0)}    50%{transform:rotate(6deg) translateY(-11px)} }
@keyframes fi4-float { 0%,100%{transform:rotate(-3deg) translateY(0)}   50%{transform:rotate(-3deg) translateY(-13px)} }

/* ── RESPONSIVE ── */
@media (max-width: 1100px) {
  .hero-content { transform: scale(0.88); }
  .h2-badge-top { left: -80px; }
  .h2-badge-bot { right: -70px; }
}
@media (max-width: 860px) {
  .hero-content { transform: scale(0.75); }
  .h2-badge-top { left: -40px; top: -10px; }
  .h2-badge-bot { right: -30px; bottom: 40px; }
}
@media (max-width: 700px) {
  .hero-showcase { min-height: auto; padding: 20px 0 40px; }
  .hero-content { height: auto; transform: scale(1); flex-direction: column; }
  .phone-wrapper { width: 240px; margin-top: 0; position: relative; }
  .h2-phone-chassis { border-radius: 40px; }
  .h2-phone-screen { border-radius: 28px; }
  /* Hide ALL floating images on mobile */
  .floating-img { display: none !important; }
  .h2-badge-top { left: -10px; top: -30px; font-size: 10px; padding: 8px 10px; }
  .h2-badge-bot { right: -10px; bottom: 20px; font-size: 10px; max-width: 160px; }
  .purple-line-svg { display: none; }
}
@media (max-width: 480px) {
  .h2-inner { padding: 52px 16px 20px; }
  .h2-title { font-size: 32px; }
  .h2-actions { flex-direction: column; align-items: center; }
  .h2-actions .btn { width: 100%; max-width: 280px; justify-content: center; }
  .phone-wrapper { width: 210px; }
  .floating-img { display: none !important; }
  .h2-badge { display: none; }
}


/* ══ LUCIDE ICONS IN FEATURE CARDS ══ */

/* Replace emoji icon with lucide SVG */
.feat-card-icon.lc-icon {
  background: rgba(255,255,255,.15);
  border: 1px solid rgba(255,255,255,.2);
  color: #fff;
}
.feat-card-icon.lc-icon svg {
  width: 26px;
  height: 26px;
  stroke: currentColor;
}

/* Floating decorative icons behind phone */
.feat-float-icon {
  position: absolute;
  z-index: 1;
  opacity: 0;
  animation: ffi-drift 8s ease-in-out infinite;
}
.feat-float-icon svg {
  width: 36px;
  height: 36px;
  stroke: currentColor;
  stroke-width: 1.2;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,.25));
}
.ffi-left {
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  animation-name: ffi-drift-l;
}
.ffi-right {
  right: 12px;
  bottom: 25%;
  animation-name: ffi-drift-r;
}

@keyframes ffi-drift-l {
  0%   { opacity: 0;    transform: translateY(-50%) translateX(-10px) scale(0.8); }
  15%  { opacity: 0.65; }
  50%  { opacity: 0.5;  transform: translateY(calc(-50% - 14px)) translateX(0px) scale(1.05); }
  85%  { opacity: 0.65; }
  100% { opacity: 0;    transform: translateY(-50%) translateX(-10px) scale(0.8); }
}
@keyframes ffi-drift-r {
  0%   { opacity: 0;    transform: translateX(10px) scale(0.8); }
  15%  { opacity: 0.6;  }
  50%  { opacity: 0.45; transform: translateX(0) translateY(-12px) scale(1.05); }
  85%  { opacity: 0.6;  }
  100% { opacity: 0;    transform: translateX(10px) scale(0.8); }
}

/* Responsive: hide floating icons on small screens */
@media (max-width: 600px) {
  .feat-float-icon { display: none; }
}


/* ══════════════════════════════════════════════
   FEATURES — Card + Phone side by side rows
══════════════════════════════════════════════ */
.features-section { background: var(--bg); padding: 0 !important; overflow: visible; }

.fw-header {
  padding: 88px 20px 56px;
  max-width: 740px;
  margin: 0 auto;
  text-align: center;
}

.fw-rows { display: flex; flex-direction: column; padding-bottom: 60px; overflow: visible; }

/* Each row — sticky stacking effect */
.fw-row {
  border-radius: 0;
  position: sticky;
  top: 72px;
  /* overflow:hidden removed — breaks sticky positioning */
}
/* Clip inner content instead */
.fw-row-inner {
  overflow: hidden;
}



.fw-row-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 40px;
  min-height: 420px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 0;
}

/* Text side */
.fw-text {
  padding: 56px 48px 56px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
}
/* When reversed, text is on right */
.fw-row-inner > .fw-visual + .fw-text {
  padding: 56px 0 56px 48px;
}

.fw-num {
  font-family: var(--heading);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 16px;
  opacity: .7;
}
.fw-icon {
  width: 52px; height: 52px;
  border-radius: 16px;
  display: grid; place-items: center;
  margin-bottom: 18px;
  border: 1px solid rgba(255,255,255,.18);
}
.fw-icon svg { width: 24px; height: 24px; }
.fw-title {
  font-family: var(--heading);
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 700;
  color: #fff;
  margin-bottom: 14px;
  line-height: 1.2;
}
.fw-desc {
  font-size: 15px;
  line-height: 1.72;
  color: rgba(255,255,255,.72);
  margin-bottom: 24px;
  max-width: 380px;
}
.fw-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  width: fit-content;
  border: 1px solid rgba(255,255,255,.15);
}
.fw-badge svg { width: 13px; height: 13px; }

/* Visual side: phone + floating icons */
.fw-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 48px 0;
  min-height: 420px;
}

/* Floating lucide icons */
.fw-float-icon {
  position: absolute;
  z-index: 1;
  opacity: 0;
  animation: fw-fi-anim 7s ease-in-out infinite;
}
.fw-float-icon svg {
  width: 40px; height: 40px;
  stroke: currentColor;
  stroke-width: 1.3;
  filter: drop-shadow(0 3px 10px rgba(0,0,0,.3));
}
@keyframes fw-fi-anim {
  0%   { opacity: 0;    transform: translateY(8px) scale(.85); }
  20%  { opacity: .7; }
  50%  { opacity: .55;  transform: translateY(-8px) scale(1.05); }
  80%  { opacity: .7; }
  100% { opacity: 0;    transform: translateY(8px) scale(.85); }
}

/* Phone */
.fw-phone {
  position: relative;
  z-index: 2;
  animation: fw-phone-float 7s ease-in-out infinite;
}
@keyframes fw-phone-float {
  0%,100% { transform: rotate(-2deg) translateY(0); }
  50%      { transform: rotate(-2deg) translateY(-12px); }
}
.fw-phone-chassis {
  width: 220px;
  background: linear-gradient(150deg, #1a2033, #0d1020);
  border-radius: 42px;
  padding: 12px;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.1),
    0 30px 70px rgba(0,0,0,.55),
    inset 0 1px 0 rgba(255,255,255,.12);
  position: relative;
}
.fw-phone-notch {
  position: absolute;
  top: 12px; left: 50%;
  transform: translateX(-50%);
  width: 68px; height: 18px;
  background: #0d1020;
  border-radius: 0 0 10px 10px;
  z-index: 10;
}
.fw-phone-screen {
  border-radius: 32px;
  overflow: hidden;
  background: #fff;
}
.fw-phone-screen img {
  width: 100%;
  display: block;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .fw-row-inner {
    grid-template-columns: 1fr;
    padding: 0 24px;
    min-height: auto;
  }
  .fw-text {
    padding: 44px 0 20px;
    order: 1;
  }
  .fw-visual {
    order: 2;
    padding: 20px 0 44px;
    min-height: 320px;
  }
  /* Reset reverse layout on mobile */
  .fw-row-inner > .fw-visual + .fw-text {
    padding: 44px 0 20px;
    order: 1;
  }
  .fw-row-inner > .fw-visual {
    order: 2;
  }
  .fw-phone-chassis { width: 190px; }
  .fw-float-icon { display: none; }
}
@media (max-width: 540px) {
  .fw-header { padding: 64px 16px 40px; }
  .fw-row-inner { padding: 0 16px; }
  .fw-text { padding: 36px 0 16px; }
  .fw-visual { min-height: 280px; }
  .fw-phone-chassis { width: 170px; border-radius: 36px; }
  .fw-title { font-size: 20px; }
  .fw-desc { font-size: 14px; }
}




.fw-row:nth-child(1) { z-index: 11; }
.fw-row:nth-child(2) { z-index: 12; }
.fw-row:nth-child(3) { z-index: 13; }
.fw-row:nth-child(4) { z-index: 14; }
.fw-row:nth-child(5) { z-index: 15; }
.fw-row:nth-child(6) { z-index: 16; }

@media (max-width: 900px) {
  .fw-row { position: relative; top: auto; }
}


/* ══════════════════════════════════════════════
   FEATURES — Hero Showcase Pattern (sticky stack)
══════════════════════════════════════════════ */
.features-section { background: var(--bg); padding: 0 !important; overflow: visible; }

.fsc-top-header {
  padding: 88px 20px 56px;
  max-width: 740px;
  margin: 0 auto;
  text-align: center;
}

/* Stack container */
.fsc-stack {
  position: relative;
  padding-bottom: 60px;
}

/* Each sticky card */
.fsc-card {
  position: sticky;
  top: 70px;
  width: 100%;
  min-height: 85vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px 60px;
  overflow: hidden;
}

/* Wavy line — same as hero */
.fsc-wave {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: auto;
  pointer-events: none;
  z-index: 1;
}

/* Header: num + icon + title */
.fsc-header {
  position: relative;
  z-index: 10;
  text-align: center;
  margin-bottom: 36px;
}
.fsc-num {
  display: block;
  font-family: var(--heading);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  opacity: .65;
  margin-bottom: 12px;
}
.fsc-icon {
  width: 52px; height: 52px;
  border-radius: 16px;
  display: grid; place-items: center;
  margin: 0 auto 14px;
  border: 1px solid rgba(255,255,255,.18);
}
.fsc-icon svg { width: 24px; height: 24px; }
.fsc-title {
  font-family: var(--heading);
  font-size: clamp(22px, 3vw, 38px);
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
.fsc-desc {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255,255,255,.7);
  max-width: 480px;
  margin: 0 auto;
}

/* ── Showcase: same structure as hero ── */
.fsc-showcase {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1100px;
  height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Floating photos — same pattern as hero floating-img */
.fsc-floating {
  position: absolute;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
  z-index: 5;
  transition: transform .4s ease;
}
.fsc-floating img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}
.fsc-floating:hover { transform: scale(1.04) !important; z-index: 8; }

/* Desktop positions — same as hero .img-1/2/3/4 */
.fsc-img-1 { width: 185px; height: 240px; left: 2%;   top: 8%;    transform: rotate(-5deg);  animation: fsc-f1 7s ease-in-out infinite; }
.fsc-img-2 { width: 155px; height: 200px; left: 16%;  bottom: 4%; transform: rotate(4deg);   animation: fsc-f2 8s ease-in-out infinite; }
.fsc-img-3 { width: 210px; height: 270px; right: 1%;  top: 10%;   transform: rotate(6deg);   animation: fsc-f3 6.5s ease-in-out infinite; }
.fsc-img-4 { width: 170px; height: 218px; right: 12%; bottom: 6%; transform: rotate(-3deg);  animation: fsc-f4 7.5s ease-in-out infinite; }

@keyframes fsc-f1 { 0%,100%{transform:rotate(-5deg) translateY(0)}   50%{transform:rotate(-5deg) translateY(-12px)} }
@keyframes fsc-f2 { 0%,100%{transform:rotate(4deg) translateY(0)}    50%{transform:rotate(4deg) translateY(-9px)} }
@keyframes fsc-f3 { 0%,100%{transform:rotate(6deg) translateY(0)}    50%{transform:rotate(6deg) translateY(-11px)} }
@keyframes fsc-f4 { 0%,100%{transform:rotate(-3deg) translateY(0)}   50%{transform:rotate(-3deg) translateY(-13px)} }

/* Center phone */
.fsc-phone-wrapper {
  position: relative;
  z-index: 20;
  animation: fsc-phone-float 7s ease-in-out infinite;
  filter: drop-shadow(0 24px 48px rgba(0,0,0,.4));
}
@keyframes fsc-phone-float {
  0%,100% { transform: rotate(-1.5deg) translateY(0); }
  50%      { transform: rotate(-1.5deg) translateY(-14px); }
}
.fsc-phone-chassis {
  width: 270px;
  background: linear-gradient(150deg, #1a2033, #0d1020);
  border-radius: 48px;
  padding: 12px;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.1),
    0 36px 80px rgba(0,0,0,.55),
    inset 0 1px 0 rgba(255,255,255,.12);
  position: relative;
}
.fsc-phone-notch {
  position: absolute;
  top: 12px; left: 50%;
  transform: translateX(-50%);
  width: 62px; height: 16px;
  background: #0d1020;
  border-radius: 0 0 12px 12px;
  z-index: 10;
}
.fsc-phone-screen {
  border-radius: 37px;
  overflow: hidden;
  background: #fff;
}
.fsc-phone-screen img {
  width: 100%;
  display: block;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
  animation: fsc-img-scroll 30s ease-in-out infinite;
  transform-origin: top center;
}

/* ── RESPONSIVE — same as hero ── */
@media (max-width: 1100px) {
  .fsc-showcase { transform: scale(0.88); }
  .fsc-img-1 { left: 5%; }
  .fsc-img-3 { right: 5%; }
}
@media (max-width: 768px) {
  .fsc-card { min-height: auto; padding: 36px 16px 48px; }
  .fsc-showcase { height: auto; transform: scale(1); flex-direction: column; }
  .fsc-phone-chassis { width: 220px; border-radius: 40px; }
  .fsc-floating { width: 110px !important; height: 140px !important; border-radius: 14px; }
  .fsc-img-1 { left: 4%;  top: -10px; transform: rotate(-7deg); z-index: 25; }
  .fsc-img-3 { right: 4%; top: 10px;  transform: rotate(7deg);  z-index: 25; }
  .fsc-img-2, .fsc-img-4 { display: none; }
  .fsc-wave { width: 200%; top: 60%; }
  .fsc-showcase { min-height: 440px; }
}
@media (max-width: 480px) {
  .fsc-phone-chassis { width: 190px; border-radius: 36px; }
  .fsc-floating { width: 90px !important; height: 116px !important; }
  .fsc-top-header { padding: 64px 16px 40px; }
  .fsc-title { font-size: 20px; }
}


/* ══ FEATURES — Rounded card, not full width, text left + phone right ══ */
.features-section { background: var(--bg); padding: 0 !important; overflow: visible; }

.fsc-top-header {
  padding: 88px 20px 48px;
  max-width: 740px;
  margin: 0 auto;
  text-align: center;
}

/* Stack */
.fsc-stack {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0 40px 80px;   /* <-- left/right space so not full width */
  max-width: 1280px;
  margin: 0 auto;
}

/* Each sticky card — rounded, NOT full width */
.fsc-card {
  position: sticky;
  top: 72px;
  border-radius: 28px;
  overflow: hidden;
  min-width: 0;
  min-height: 460px;
  display: flex;
  align-items: stretch;
  box-shadow: 0 20px 60px rgba(4,17,30,.25);
  /* margin-bottom so next card has scroll room */
  margin-bottom: 20px;
}
.fsc-card:last-child { margin-bottom: 0; }

/* z-index stacking */
.fsc-stack .fsc-card:nth-child(1) { z-index: 11; }
.fsc-stack .fsc-card:nth-child(2) { z-index: 12; }
.fsc-stack .fsc-card:nth-child(3) { z-index: 13; }
.fsc-stack .fsc-card:nth-child(4) { z-index: 14; }
.fsc-stack .fsc-card:nth-child(5) { z-index: 15; }
.fsc-stack .fsc-card:nth-child(6) { z-index: 16; }

/* Wavy bg line */
.fsc-wave {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 110%;
  height: auto;
  pointer-events: none;
  z-index: 1;
}

/* Inner: 2 columns */
.fsc-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

/* Text side */
.fsc-text {
  padding: 52px 48px;
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: center;
  min-width: 0;
  word-break: break-word;
}
.fsc-num {
  font-family: var(--heading);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  opacity: .65;
  margin-bottom: 14px;
  display: block;
}
.fsc-icon {
  width: 48px; height: 48px;
  border-radius: 14px;
  display: grid; place-items: center;
  margin-bottom: 18px;
  border: 1px solid rgba(255,255,255,.18);
}
.fsc-icon svg { width: 22px; height: 22px; }
.fsc-title {
  font-family: var(--heading);
  font-size: clamp(20px, 5vw, 36px);
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
  line-height: 1.2;
}
.fsc-desc {
  font-size: 16px;
  line-height: 1.72;
  color: rgba(255,255,255,.75);
  margin-bottom: 24px;
  max-width: 380px;
}
.fsc-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid;
  width: fit-content;
  background: rgba(255,255,255,.08);
}
.fsc-badge-icon svg { width: 13px; height: 13px; }

/* Phone side */
.fsc-phone-side {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 32px;
  position: relative;
}
.fsc-phone {
  animation: fsc-float 7s ease-in-out infinite;
  filter: drop-shadow(0 24px 48px rgba(0,0,0,.45));
  position: relative;
  z-index: 2;
}
@keyframes fsc-float {
  0%,100% { transform: rotate(-2deg) translateY(0); }
  50%      { transform: rotate(-2deg) translateY(-12px); }
}
.fsc-phone-chassis {
  width: 230px;
  background: linear-gradient(150deg,#1a2033,#0d1020);
  border-radius: 44px;
  padding: 12px;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.1),
    0 32px 70px rgba(0,0,0,.55),
    inset 0 1px 0 rgba(255,255,255,.12);
  position: relative;
}
.fsc-phone-notch {
  position: absolute;
  top: 12px; left: 50%;
  transform: translateX(-50%);
  width: 72px; height: 19px;
  background: #0d1020;
  border-radius: 0 0 11px 11px;
  z-index: 10;
}
.fsc-phone-screen {
  border-radius: 33px;
  overflow: hidden;
  background: #fff;
  height: 420px;  /* fixed height — same across all cards */
  position: relative;
}
.fsc-phone-screen img {
  width: 100%;
  display: block;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

  45%  { transform: translateY(calc(-100% + 420px)); }
  55%  { transform: translateY(calc(-100% + 420px)); }
  100% { transform: translateY(0); }
}

/* ── RESPONSIVE ── */
@media (max-width: 960px) {
  .fsc-stack { padding: 0 16px 60px; }
  .fsc-card { position: relative; top: auto; margin-bottom: 16px; border-radius: 20px; }
  /* Switch to flexbox for order to work */
  .fsc-inner {
    display: flex;
    flex-direction: column;
  }
  /* Text ALWAYS on top */
  .fsc-text {
    order: 1;
    padding: 32px 28px 16px;
  }
  /* Phone ALWAYS on bottom */
  .fsc-phone-side {
    order: 2;
    padding: 8px 28px 36px;
    justify-content: center;
  }
  .fsc-phone-chassis { width: 220px; }
  .fsc-phone-screen { height: 380px; }
  .fsc-card { min-height: auto; }
  .fsc-wave { width: 200%; opacity: 0.07; }
}
@media (max-width: 540px) {
  .fsc-stack { padding: 0 10px 48px; }
  .fsc-card { border-radius: 18px; margin-bottom: 12px; }
  .fsc-text { padding: 28px 20px 12px; }
  .fsc-phone-side { padding: 8px 20px 30px; }
  .fsc-phone-chassis { width: 190px; border-radius: 38px; }
  .fsc-phone-screen { height: 340px; }
  .fsc-title { font-size: 20px; }
  .fsc-desc { font-size: 14px; }
  .fsc-num { margin-bottom: 10px; }
  .fsc-icon { width: 44px; height: 44px; margin-bottom: 12px; }
  .fsc-top-header { padding: 56px 16px 32px; }
}


@keyframes fsc-img-scroll {
  0%        { transform: translateY(0); }
  10%       { transform: translateY(0); }           /* pause at top */
  45%       { transform: translateY(-55%); }         /* scroll down slowly */
  55%       { transform: translateY(-55%); }         /* pause at bottom */
  90%       { transform: translateY(0); }            /* scroll back up slowly */
  100%      { transform: translateY(0); }            /* pause at top */
}


/* ══ REVIEWS SECTION ══ */
.reviews-section {
  background: var(--surface);
  padding: 88px 0;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 48px;
}

/* Featured card spans 2 cols */
.rv-card {
  background: var(--bg);
  border: 1.5px solid var(--line);
  border-radius: 24px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  transition: transform .25s, box-shadow .25s;
}
.rv-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
.rv-featured {
  grid-column: span 1;
  background: linear-gradient(135deg, var(--deep), #1a3a5c);
  border-color: transparent;
}
.rv-featured .rv-text { color: rgba(255,255,255,.88); }
.rv-featured .rv-quote { color: var(--teal); }
.rv-featured .rv-info strong { color: #fff; }
.rv-featured .rv-info span { color: rgba(255,255,255,.55); }
.rv-featured .rv-stars { color: #fbbf24; }

.rv-quote {
  font-family: var(--display);
  font-size: 52px;
  line-height: .8;
  color: var(--sea);
  margin-bottom: 12px;
  display: block;
  opacity: .5;
}
.rv-text {
  font-size: 14.5px;
  line-height: 1.72;
  color: var(--mid);
  flex: 1;
  margin-bottom: 20px;
}
.rv-footer {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
}
.rv-avatar {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--line);
}
.rv-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.rv-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.rv-info strong {
  font-size: 13px;
  font-weight: 700;
  color: var(--deep);
}
.rv-info span {
  font-size: 11.5px;
  color: var(--muted);
}
.rv-stars {
  font-size: 13px;
  color: #f59e0b;
  letter-spacing: 1px;
  flex-shrink: 0;
}

/* Summary bar */
.rv-summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 24px 32px;
  background: var(--bg);
  border: 1.5px solid var(--line);
  border-radius: 999px;
  max-width: 540px;
  margin: 0 auto;
}
.rv-sum-stars {
  font-size: 22px;
  color: #f59e0b;
  letter-spacing: 2px;
}
.rv-sum-score {
  font-family: var(--heading);
  font-size: 28px;
  font-weight: 700;
  color: var(--deep);
  line-height: 1;
}
.rv-sum-text {
  font-size: 13.5px;
  color: var(--mid);
  line-height: 1.4;
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .rv-featured { grid-column: span 2; }
}
@media (max-width: 560px) {
  .reviews-grid { grid-template-columns: 1fr; gap: 14px; }
  .rv-featured { grid-column: span 1; }
  .rv-summary { flex-direction: column; text-align: center; border-radius: 20px; gap: 8px; }
}


/* ══ PHONE POPUP on click ══ */
.fsc-phone-popup-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(4,17,30,.82);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
}
.fsc-phone-popup-overlay.active {
  opacity: 1;
  pointer-events: all;
}
.fsc-popup-phone {
  position: relative;
  transform: scale(.7) translateY(30px);
  transition: transform .35s cubic-bezier(.34,1.56,.64,1);
}
.fsc-phone-popup-overlay.active .fsc-popup-phone {
  transform: scale(1) translateY(0);
}
.fsc-popup-chassis {
  width: min(360px, 78vw);
  background: linear-gradient(150deg, #1a2033, #0d1020);
  border-radius: 48px;
  padding: 13px;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.1),
    0 40px 90px rgba(0,0,0,.7),
    inset 0 1px 0 rgba(255,255,255,.12);
  position: relative;
}
.fsc-popup-notch {
  position: absolute;
  top: 13px; left: 50%;
  transform: translateX(-50%);
  width: 62px; height: 16px;
  background: #0d1020;
  border-radius: 0 0 12px 12px;
  z-index: 10;
}
.fsc-popup-screen {
  border-radius: 30px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
  height: min(680px, 72vh);
  max-height: min(680px, 72vh);
  background: #fff;
  position: relative;
}
.fsc-popup-screen::-webkit-scrollbar { display: none; }
.fsc-popup-screen img {
  width: 100%;
  display: block;
}
.fsc-popup-close {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 32px; height: 32px;
  border-radius: 50%;
  background: #fff;
  border: none;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  font-size: 16px;
  color: var(--deep);
  box-shadow: 0 4px 14px rgba(0,0,0,.2);
  z-index: 10;
  transition: transform .2s;
}
.fsc-popup-close:hover { transform: scale(1.1); }

/* Cursor pointer on phone */
.fsc-phone-side { cursor: pointer; }
.fsc-phone-side:hover .fsc-phone-chassis {
  box-shadow:
    0 0 0 2px rgba(255,255,255,.3),
    0 36px 80px rgba(0,0,0,.6),
    inset 0 1px 0 rgba(255,255,255,.15);
}

@media (min-width: 900px){
  .fsc-popup-chassis{width:min(380px, 78vw)}
  .fsc-popup-screen{height:min(690px, 72vh);max-height:min(690px, 72vh)}
}
@media (max-width: 560px){
  .fsc-popup-chassis{width:min(340px,86vw);border-radius:42px;padding:11px}
  .fsc-popup-screen{border-radius:30px;height:min(640px,70vh);max-height:min(640px,70vh)}
  .fsc-popup-notch{width:62px;height:16px;top:11px}
}


/* ══ FAQ SECTION ══ */
.faq-section {
  background: var(--bg);
  padding: 80px 0;
  border-top: 1px solid var(--line);
}
.faq-list {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq-item {
  background: var(--surface);
  border: 1.5px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  transition: border-color .2s;
}
.faq-item[open] {
  border-color: var(--sea);
}
.faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  font-size: 15.5px;
  font-weight: 600;
  color: var(--deep);
  cursor: pointer;
  list-style: none;
  gap: 12px;
}
.faq-q::-webkit-details-marker { display: none; }
.faq-q::after {
  content: '+';
  font-size: 20px;
  font-weight: 400;
  color: var(--sea);
  flex-shrink: 0;
  transition: transform .25s;
}
.faq-item[open] .faq-q::after {
  transform: rotate(45deg);
}
.faq-a {
  padding: 0 22px 18px;
  font-size: 14.5px;
  line-height: 1.72;
  color: var(--mid);
  margin: 0;
}
.faq-a strong { color: var(--deep); }


/* Pricing list mobile */
@media (max-width: 600px) {
  #pricing-list { columns: 1 !important; }
}
/* Why grid mobile */
@media (max-width: 540px) {
  .why-grid { grid-template-columns: 1fr !important; }
  .why-card-img { height: 160px; }
}
/* Reviews mobile */
@media (max-width: 540px) {
  .reviews-grid { grid-template-columns: 1fr; gap: 12px; }
  .rv-featured { grid-column: span 1; }
}
/* Process mobile */
@media (max-width: 540px) {
  .process-grid { grid-template-columns: 1fr; }
  .process-grid::before { display: none; }
}
/* Hero trust pills mobile */
@media (max-width: 480px) {
  .h2-trust { justify-content: center; }
  .h2-pill { font-size: 11px; padding: 5px 10px; }
}


/* ── Mobile overflow fixes ── */
@media (max-width: 540px) {
  /* Stats: 1 column, no overflow */
  .stats-grid { grid-template-columns: 1fr 1fr !important; gap: 8px; overflow: hidden; }
  .stat-card { padding: 16px 14px; border-radius: 16px; }
  .s-num { font-size: 22px; }
  .s-desc { font-size: 12px; }
  .s-sub { display: none; }
  .s-ico { width: 38px; height: 38px; min-width: 38px; }
  .s-ico svg { width: 17px; height: 17px; }

  /* Features: prevent text overflow */
  .fsc-inner { overflow: hidden; }
  .fsc-text { word-break: break-word; overflow-wrap: break-word; }
  .fsc-desc { max-width: 100%; }

  /* General overflow */
  body { overflow-x: hidden; }
  .container { overflow: hidden; }
}
@media (max-width: 380px) {
  .stats-grid { grid-template-columns: 1fr !important; }
  .s-num { font-size: 26px; }
}


/* ══ MOBILE FIX — features section ══ */
@media (max-width: 960px) {
  .fsc-inner {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: unset !important;
  }
  .fsc-text {
    order: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 32px 24px 16px !important;
  }
  .fsc-phone-side {
    order: 2 !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    padding: 8px 24px 36px !important;
  }
  .fsc-title {
    font-size: 24px !important;
    word-break: normal !important;
    hyphens: none !important;
  }
  .fsc-desc {
    font-size: 15px !important;
    max-width: 100% !important;
  }
  .fsc-card {
    position: relative !important;
    top: auto !important;
  }
}


/* ══ EXPAND BUTTON on phone ══ */
.fsc-expand-btn {
  position: absolute;
  bottom: 16px;
  right: -14px;
  z-index: 30;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(4,17,30,.25);
  transition: transform .2s ease, box-shadow .2s ease;
  animation: btn-pulse 3s ease-in-out infinite;
}
.fsc-expand-btn:hover {
  transform: scale(1.12);
  box-shadow: 0 8px 24px rgba(4,17,30,.35);
}
.fsc-expand-btn svg {
  width: 20px;
  height: 20px;
  color: var(--sea);
}
@keyframes btn-pulse {
  0%,100% { box-shadow: 0 4px 16px rgba(4,17,30,.25), 0 0 0 0 rgba(15,126,192,.3); }
  50%      { box-shadow: 0 4px 16px rgba(4,17,30,.25), 0 0 0 8px rgba(15,126,192,.0); }
}
/* On mobile: bottom center */
@media (max-width: 960px) {
  .fsc-expand-btn {
    bottom: -16px;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }
  .fsc-expand-btn:hover {
    transform: translateX(-50%) scale(1.12);
  }
}


/* ══ MAGNIFIER EXPAND BUTTON ══ */
.fsc-expand-btn {
  position: absolute;
  bottom: 24px;
  right: 24px;
  z-index: 50;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(4,17,30,.22), 0 0 0 3px rgba(255,255,255,.8);
  transition: transform .2s, box-shadow .2s;
  animation: expand-pulse 3.5s ease-in-out infinite;
}
.fsc-expand-btn:hover {
  transform: scale(1.15);
  box-shadow: 0 10px 28px rgba(4,17,30,.3), 0 0 0 4px rgba(15,126,192,.2);
}
.fsc-expand-btn svg {
  width: 20px;
  height: 20px;
  stroke: var(--sea);
  flex-shrink: 0;
}
@keyframes expand-pulse {
  0%,100% { box-shadow: 0 6px 20px rgba(4,17,30,.22), 0 0 0 0 rgba(15,126,192,.4); }
  60%      { box-shadow: 0 6px 20px rgba(4,17,30,.22), 0 0 0 10px rgba(15,126,192,.0); }
}
/* Mobile: bottom-right corner */
@media (max-width: 960px) {
  .fsc-expand-btn {
    bottom: 20px;
    right: 20px;
    transform: none;
  }
  .fsc-expand-btn:hover {
    transform: scale(1.15);
  }
}


/* ══ CONTACT SECTION ══ */
.contact-section-main {
  background: linear-gradient(160deg, #e8f4f0 0%, #dff0f8 50%, #e6eef8 100%);
  padding: 80px 0;
  border-top: 1px solid var(--line);
}
.contact-hero-block {
  text-align: center;
  margin-bottom: 52px;
}
.ch-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--sea3);
  border: 1px solid rgba(15,126,192,.2);
  font-size: 12px;
  font-weight: 500;
  color: var(--sea);
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.ch-dot {
  width: 7px; height: 7px;
  background: #2fc88a;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(47,200,138,.25);
  animation: dot-pulse 2s ease-in-out infinite;
}
@keyframes dot-pulse {
  0%,100% { box-shadow: 0 0 0 4px rgba(47,200,138,.25); }
  50%      { box-shadow: 0 0 0 9px rgba(47,200,138,.06); }
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 36px;
  align-items: start;
}
.info-card {
  background: var(--surface);
  border: 1.5px solid var(--line);
  border-radius: 28px;
  padding: 36px 32px;
  box-shadow: var(--shadow-sm);
  position: sticky;
  top: 90px;
}
.info-card-title { font-family: var(--display); font-size: 20px; font-weight: 700; color: var(--deep); margin-bottom: 6px; }
.info-card-sub { font-size: 14px; color: var(--muted); line-height: 1.65; margin-bottom: 28px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.info-item { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 22px; }
.info-ico { width: 42px; height: 42px; min-width: 42px; border-radius: 13px; display: grid; place-items: center; font-size: 18px; flex-shrink: 0; }
.info-ico.blue  { background: var(--sea3); color: var(--sea); }
.info-ico.teal  { background: var(--teal-bg); color: var(--teal); }
.info-ico.green { background: var(--green-bg); color: var(--green); }
.info-ico.coral { background: var(--coral-bg); color: var(--coral); }
.info-label { font-size: 11px; font-weight: 500; letter-spacing: .07em; text-transform: uppercase; color: var(--muted); margin-bottom: 3px; }
.info-value { font-size: 14px; font-weight: 500; color: var(--deep); line-height: 1.5; }
.info-value a { color: var(--sea); }
.response-badge { margin-top: 28px; padding: 14px 16px; background: linear-gradient(135deg,var(--green-bg),#d4f4e4); border: 1px solid #9ee8c0; border-radius: 16px; display: flex; gap: 11px; align-items: flex-start; }
.response-badge-ico { font-size: 18px; margin-top: 1px; }
.response-badge-text { font-size: 13px; color: var(--deep); line-height: 1.55; }
.response-badge-text strong { display: block; font-size: 12px; font-weight: 700; color: var(--green); letter-spacing: .04em; text-transform: uppercase; margin-bottom: 2px; }
.form-card { background: var(--surface); border: 1.5px solid var(--line); border-radius: 28px; padding: 40px 40px 44px; box-shadow: var(--shadow-sm); }
.form-title { font-family: var(--display); font-size: 24px; font-weight: 700; color: var(--deep); margin-bottom: 6px; }
.form-subtitle { font-size: 14px; color: var(--muted); line-height: 1.65; margin-bottom: 28px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 18px; }
.form-group { display: flex; flex-direction: column; gap: 7px; margin-bottom: 18px; }
.form-label { font-size: 13px; font-weight: 500; color: var(--deep); display: flex; align-items: center; gap: 5px; }
.form-label .req { color: var(--coral); font-size: 11px; }
.form-input, .form-textarea {
  width: 100%; padding: 13px 16px;
  font-family: var(--font); font-size: 14px; color: var(--ink);
  background: var(--bg); border: 1.5px solid var(--line); border-radius: 12px;
  outline: none; transition: border-color .2s, box-shadow .2s, background .2s;
  -webkit-appearance: none; appearance: none;
}
.form-input::placeholder, .form-textarea::placeholder { color: var(--pale); }
.form-input:focus, .form-textarea:focus { border-color: var(--sea); background: #fff; box-shadow: 0 0 0 4px rgba(15,126,192,.10); }
.form-textarea { resize: vertical; min-height: 130px; line-height: 1.6; }
.form-submit-row { display: flex; align-items: center; gap: 16px; margin-top: 24px; flex-wrap: wrap; }
.btn-submit {
  flex: 1; min-width: 200px;
  display: flex; align-items: center; justify-content: center; gap: 9px;
  padding: 15px 28px;
  background: linear-gradient(135deg, var(--sea), var(--sea2));
  color: #fff; font-family: var(--font); font-size: 15px; font-weight: 600;
  border: none; border-radius: 14px; cursor: pointer;
  box-shadow: 0 12px 30px var(--sea-glow); transition: all .22s;
}
.btn-submit:hover { transform: translateY(-2px); box-shadow: 0 18px 40px rgba(15,126,192,.35); }
.btn-submit svg { width: 18px; height: 18px; }
.submit-note { font-size: 12px; color: var(--muted); line-height: 1.55; flex: 1; min-width: 180px; }
.submit-note svg { display: inline; width: 12px; height: 12px; vertical-align: middle; margin-right: 3px; }
.form-success { display: none; text-align: center; padding: 48px 20px; }
.form-success.show { display: block; }
.success-ico { width: 68px; height: 68px; border-radius: 50%; background: linear-gradient(135deg, var(--sea), var(--teal)); color: #fff; font-size: 28px; display: grid; place-items: center; margin: 0 auto 20px; box-shadow: 0 14px 36px var(--sea-glow); }
.form-success h3 { font-family: var(--display); font-size: 24px; font-weight: 700; color: var(--deep); margin-bottom: 10px; }
.form-success p { font-size: 15px; color: var(--muted); line-height: 1.7; max-width: 380px; margin: 0 auto; }

/* Contact responsive */
@media (max-width: 900px) {
  .contact-grid { grid-template-columns: 1fr; gap: 24px; }
  .info-card { position: static; }
}
@media (max-width: 600px) {
  .form-row { grid-template-columns: 1fr; }
  .form-card { padding: 28px 20px 32px; }
  .contact-section-main { padding: 56px 0; }
  .btn-submit { width: 100%; }
}


/* ── INTERACTIVE MAP SECTION ── */
.interactive-map-section{background:linear-gradient(160deg,#f5f0ff 0%,#eee7ff 45%,#e3f7f4 100%);padding:92px 0;position:relative;overflow:hidden}
.interactive-map-section:before{content:"";position:absolute;width:460px;height:460px;border-radius:50%;background:rgba(124,58,237,.12);right:-160px;top:-180px;filter:blur(6px)}
.map-demo-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,520px);gap:46px;align-items:center;position:relative;z-index:1}
.map-demo-card{background:#fff;border:1px solid rgba(124,58,237,.16);border-radius:30px;padding:18px;box-shadow:0 24px 70px rgba(70,45,140,.16);transform:rotate(1deg)}
.map-demo-card img{width:100%;border-radius:22px;box-shadow:0 10px 30px rgba(4,17,30,.12)}
.map-demo-badge{display:inline-flex;align-items:center;gap:8px;background:#7c3aed;color:#fff;border-radius:999px;padding:8px 14px;font-size:13px;font-weight:800;letter-spacing:.02em;box-shadow:0 10px 24px rgba(124,58,237,.28);margin-bottom:18px}
.map-demo-copy p{font-size:18px;line-height:1.75;color:var(--mid);max-width:620px;margin:0 0 22px}
.map-points{display:grid;grid-template-columns:1fr 1fr;gap:12px;max-width:560px}
.map-point{background:#fff;border:1px solid rgba(124,58,237,.14);border-radius:16px;padding:14px 16px;box-shadow:0 8px 22px rgba(4,17,30,.06);font-weight:700;color:var(--deep)}
.map-point span{display:block;font-size:12px;color:var(--muted);font-weight:600;margin-top:4px}
@media(max-width:900px){.interactive-map-section{padding:70px 0}.map-demo-grid{grid-template-columns:1fr;gap:26px}.map-demo-card{transform:none}.map-points{grid-template-columns:1fr}}



/* Static Interactive Map preview: no auto-scroll, phone height fits image */
.fsc-phone-side.static-map-preview .fsc-phone-screen{
  height:auto !important;
  aspect-ratio:528 / 928;
}
.fsc-phone-side.static-map-preview .fsc-phone-screen::before,
.fsc-phone-side.static-map-preview .fsc-phone-screen::after{display:none!important}
.fsc-phone-side.static-map-preview .fsc-phone-screen img{
  width:100%;
  height:auto!important;
  object-fit:contain!important;
  animation:none!important;
  transform:none!important;
}
@media(max-width:900px){
  .fsc-phone-side.static-map-preview .fsc-phone-chassis{width:220px!important}
}
@media(max-width:540px){
  .fsc-phone-side.static-map-preview .fsc-phone-chassis{width:190px!important}
}

/* ══ LANGUAGE SWITCHER ══ */
.lang-switch{display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,.7);border:1.5px solid rgba(216,231,240,.9);border-radius:999px;padding:4px;box-shadow:0 4px 14px rgba(4,17,30,.06);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}
.lang-btn{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;border:none;background:transparent;cursor:pointer;padding:0;font-size:18px;line-height:1;transition:all .22s;position:relative;overflow:hidden}
.lang-btn:hover{background:rgba(15,126,192,.08);transform:translateY(-1px)}
.lang-btn.active{background:linear-gradient(135deg,var(--sea),var(--sea2));box-shadow:0 4px 12px var(--sea-glow)}
.lang-btn.active .lang-flag{transform:scale(1.05)}
.lang-flag{display:inline-block;width:24px;height:18px;border-radius:3px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.15);transition:transform .22s;line-height:0}
.lang-flag svg{width:100%;height:100%;display:block}
.nav-right{display:flex;align-items:center;gap:12px}
@media(max-width:880px){
  .lang-switch{padding:3px;gap:4px}
  .lang-btn{width:30px;height:30px}
  .lang-flag{width:20px;height:15px}
}
@media(max-width:540px){
  .nav-right{gap:8px}
  /* Hide the desktop CTA on phones; the hamburger menu has its own "Το θέλω" */
  #nav-cta-show{display:none}
}
@media(max-width:380px){
  .lang-switch{padding:2px}
  .lang-btn{width:28px;height:28px}
  .lang-flag{width:18px;height:14px}
  .nav-right{gap:6px}
}

/* ══ MULTI-PROPERTY DISCOUNT BANNER ══ */
.multi-discount{
  position:relative;
  margin:32px auto 0;
  max-width:760px;
  width:100%;
  border-radius:24px;
  padding:28px 32px;
  background:linear-gradient(135deg,#fff7f0 0%,#fdeee9 55%,#fff3da 100%);
  border:2px solid rgba(232,93,58,.22);
  box-shadow:0 14px 40px rgba(232,93,58,.12),0 2px 8px rgba(4,17,30,.04);
  overflow:hidden;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:24px;
  box-sizing:border-box;
  margin-bottom: 30px;
}
.multi-discount::before{
  content:"";position:absolute;inset:0;
  background:
    radial-gradient(circle at 15% 25%,rgba(212,140,32,.10),transparent 40%),
    radial-gradient(circle at 85% 75%,rgba(232,93,58,.08),transparent 45%);
  pointer-events:none;z-index:0;
}
.multi-discount > *{position:relative;z-index:1;min-width:0}
.md-icon{
  width:64px;height:64px;border-radius:18px;
  background:linear-gradient(135deg,var(--coral),var(--coral2));
  display:grid;place-items:center;
  box-shadow:0 8px 22px var(--coral-glow);
  flex-shrink:0;
}
.md-icon svg{width:32px;height:32px;color:#fff}
.md-text{display:flex;flex-direction:column;gap:6px;min-width:0}
.md-badge{
  display:inline-flex;align-items:center;gap:6px;
  background:var(--coral);color:#fff;
  font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;
  padding:4px 10px;border-radius:999px;width:fit-content;
  box-shadow:0 4px 12px var(--coral-glow);
  white-space:nowrap;
}
.md-title{
  font-family:var(--heading);
  font-size:20px;font-weight:700;color:var(--deep);
  line-height:1.3;margin:0;
  word-wrap:break-word;
  overflow-wrap:break-word;
}
.md-title em{color:var(--coral);font-style:normal;font-weight:700}
.md-desc{
  font-size:14px;color:var(--mid);line-height:1.55;margin:0;
  word-wrap:break-word;overflow-wrap:break-word;
}
.md-price-box{
  text-align:center;
  background:#fff;border-radius:18px;padding:14px 22px;
  border:1.5px solid rgba(232,93,58,.18);
  box-shadow:0 6px 18px rgba(232,93,58,.08);
  flex-shrink:0;
}
.md-price-strike{
  font-size:13px;color:var(--muted);text-decoration:line-through;
  text-decoration-color:rgba(232,93,58,.6);text-decoration-thickness:1.5px;
  line-height:1;margin-bottom:4px;
}
.md-price-now{
  font-family:var(--heading);
  font-size:30px;font-weight:700;color:var(--coral);
  line-height:1;letter-spacing:-.02em;
  white-space:nowrap;
}
.md-price-now sup{font-size:16px;font-weight:600;margin-right:2px;vertical-align:top;top:6px;position:relative}
.md-price-unit{font-size:11px;color:var(--muted);margin-top:4px;letter-spacing:.02em;white-space:nowrap}

/* Tablet: keep icon+text on row 1, push price box to row 2 right-aligned */
@media(max-width:900px) and (min-width:641px){
  .multi-discount{
    grid-template-columns:auto minmax(0,1fr);
    grid-template-areas:
      "icon text"
      "price price";
    gap:20px 22px;
    padding:26px 28px;
  }
  .md-icon{grid-area:icon}
  .md-text{grid-area:text}
  .md-price-box{
    grid-area:price;
    justify-self:end;
    display:flex;
    align-items:center;
    gap:16px;
    text-align:left;
    padding:12px 20px;
  }
  .md-price-box .md-price-strike{margin-bottom:0}
  .md-price-box .md-price-now{font-size:26px}
  .md-price-box .md-price-unit{margin-top:0}
}

/* Mobile: full single-column stack, everything centered */
@media(max-width:640px){
  .multi-discount{
    grid-template-columns:1fr;
    text-align:center;
    padding:24px 22px;
    gap:14px;
  }
  .md-icon{margin:0 auto}
  .md-text{align-items:center;gap:8px}
  .md-badge{margin:0 auto}
  .md-title{font-size:18px;line-height:1.3}
  .md-desc{font-size:13.5px;max-width:100%}
  .md-price-box{margin:4px auto 0;width:fit-content;padding:14px 26px}
}

/* Small phones: tighter spacing, smaller icon, prevent horizontal scroll */
@media(max-width:420px){
  .multi-discount{padding:22px 18px;border-radius:20px;gap:12px}
  .md-icon{width:54px;height:54px;border-radius:14px}
  .md-icon svg{width:26px;height:26px}
  .md-title{font-size:17px}
  .md-desc{font-size:13px;line-height:1.5}
  .md-badge{font-size:10.5px;padding:3px 9px}
  .md-price-box{padding:12px 22px}
  .md-price-now{font-size:28px}
  .md-price-now sup{font-size:14px;top:5px}
}

.pricing-wrap-single .p-card{
    grid-column:1 / -1;
    justify-self:center;
}


.price-extra {
    margin-top: 18px;
    margin-bottom: 24px;
}

.free-trial-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #eaf7e8;
    color: #3f7f34;
    border: 1px solid #cfe8c8;
    border-radius: 999px;
    padding: 8px 16px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
}

.free-trial-badge span {
    width: 18px;
    height: 18px;
    background: #6fb85f;
    color: #ffffff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
}

.installments-text {
    margin: 12px 0 0;
    color: #627386;
    font-size: 15px;
    line-height: 1.5;
}

