:root{
  --green:#42b18d;
  --green-2:#2fa77e;
  --deep:#071b17;
  --deep-2:#0c2821;
  --ink:#0d1b18;
  --muted:#65716e;
  --line:#dfe7e4;
  --paper:#f8faf8;
  --cream:#f1efe8;
  --white:#fff;
  --radius:22px;
  --shadow:0 22px 70px rgba(4,24,19,.16);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.5;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button{font:inherit}
.svg-sprite{position:absolute;width:0;height:0;overflow:hidden}
.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.site-header{position:fixed;z-index:100;left:0;right:0;top:0;background:rgba(5,19,16,.87);border-bottom:1px solid rgba(255,255,255,.08);backdrop-filter:blur(18px);color:#fff}
.nav-wrap{height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:20px;letter-spacing:-.02em}
.brand-mark{width:34px;height:34px;border:2px solid currentColor;border-radius:8px;display:grid;place-items:center;color:var(--green);position:relative}
.brand-mark:before{content:"";position:absolute;width:14px;height:5px;border:2px solid currentColor;border-bottom:0;border-radius:5px 5px 0 0;top:-7px;left:8px}
.brand-mark svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round}
.desktop-nav{display:flex;align-items:center;gap:32px;font-size:13px;font-weight:650;color:rgba(255,255,255,.84)}
.desktop-nav a{position:relative;padding:26px 0}
.desktop-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:16px;height:2px;background:var(--green);transition:.25s}
.desktop-nav a:hover:after{right:0}
.header-actions{display:flex;align-items:center;gap:8px}
.store-mini{font-size:11px;font-weight:750;padding:9px 12px;border:1px solid rgba(255,255,255,.25);border-radius:9px;background:#0a0b0b;display:flex;gap:6px;align-items:center}
.store-mini-play{background:#111}
.play-triangle{color:#54d5a9;font-size:.85em}
.menu-btn{display:none;width:42px;height:42px;border:1px solid rgba(255,255,255,.18);border-radius:10px;background:transparent;color:#fff;align-items:center;justify-content:center}
.menu-btn svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2}
.mobile-menu{display:none;background:#071713;padding:16px 20px 22px;border-top:1px solid rgba(255,255,255,.08)}
.mobile-menu.open{display:grid}
.mobile-menu a{padding:11px 0;color:#fff;border-bottom:1px solid rgba(255,255,255,.08)}
.hero{position:relative;min-height:780px;padding-top:72px;overflow:hidden;background:#0b211b;color:#fff}
.hero-photo{position:absolute;inset:0;background-image:url('assets/hero-travel.webp');background-size:cover;background-position:center 40%;filter:saturate(.7) contrast(1.05);transform:scale(1.02)}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,17,14,.97) 0%,rgba(5,17,14,.91) 38%,rgba(5,17,14,.45) 62%,rgba(5,17,14,.74) 100%),linear-gradient(0deg,rgba(0,0,0,.28),transparent 40%)}
.hero-grid{position:relative;z-index:2;min-height:708px;display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:40px}
.eyebrow{margin:0 0 14px;font-size:12px;letter-spacing:.14em;font-weight:800;color:#7bd7bb}
.eyebrow.green{color:var(--green-2)}
.hero h1{font-size:clamp(50px,6vw,82px);line-height:.98;letter-spacing:-.05em;max-width:720px;margin:0 0 22px}
.hero h1 span{color:#52c6a1}
.hero-lead{max-width:620px;color:rgba(255,255,255,.83);font-size:18px;margin:0 0 28px}
.store-row{display:flex;gap:12px;flex-wrap:wrap}
.store-badge{height:56px;min-width:164px;border:1px solid rgba(255,255,255,.22);border-radius:10px;padding:8px 14px;background:#090a0a;color:#fff;display:flex;align-items:center;gap:10px;box-shadow:0 8px 22px rgba(0,0,0,.18)}
.store-badge b{font-size:27px;line-height:1}.store-badge span{font-weight:760;font-size:14px;line-height:1.05}.store-badge small{display:block;font-size:9px;font-weight:500;margin-bottom:3px;color:#e9e9e9}.play-triangle.large{font-size:22px}
.hero-points{margin-top:30px;display:flex;flex-wrap:wrap;gap:16px 26px;color:rgba(255,255,255,.84);font-size:13px;font-weight:650}
.hero-points span{display:flex;align-items:center;gap:8px}.hero-points svg{width:20px;height:20px;fill:none;stroke:var(--green);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.hero-phone{position:relative;align-self:end;justify-self:center;width:min(390px,100%);height:650px;display:flex;align-items:flex-end;justify-content:center}
.hero-phone img{position:relative;z-index:2;max-height:650px;width:auto;filter:drop-shadow(0 30px 50px rgba(0,0,0,.42));transform:rotate(1.5deg)}
.phone-glow{position:absolute;width:420px;height:420px;border-radius:50%;background:rgba(66,177,141,.22);filter:blur(40px);bottom:40px}
.section{padding:110px 0}
.two-col{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:80px}
.copy-block h2,.section-head h2,.smart-copy h2,.download h2{font-size:clamp(38px,4.5vw,60px);line-height:1.04;letter-spacing:-.045em;margin:0 0 20px}.copy-block h2 span{color:var(--green-2)}
.copy-block p{color:var(--muted);font-size:17px;max-width:580px;margin:0 0 28px}
.primary-btn{display:inline-flex;align-items:center;gap:12px;background:var(--green);color:#fff;font-weight:750;border-radius:11px;padding:14px 20px;box-shadow:0 10px 25px rgba(66,177,141,.22)}.primary-btn svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2}
.about{overflow:hidden;background:#fff}
.device-pair{position:relative;min-height:620px;display:flex;align-items:flex-end;justify-content:center}
.device{position:absolute;max-height:590px;width:auto;filter:drop-shadow(0 22px 40px rgba(10,40,31,.13))}.device-back{left:20px;bottom:-20px;transform:rotate(-5deg);opacity:.97}.device-front{right:50px;bottom:-40px;transform:rotate(5deg);z-index:2}.scribble{position:absolute;right:-22px;top:75px;font-family:"Bradley Hand","Segoe Print",cursive;font-size:28px;line-height:1.35;transform:rotate(-7deg);color:#30413d}
.dark-section{background:linear-gradient(180deg,#081a17,#0c2420);color:#fff;position:relative;overflow:hidden}
.dark-section:before,.smart-section:before{content:"";position:absolute;inset:0;opacity:.13;background-image:linear-gradient(30deg,transparent 12%,rgba(93,204,168,.25) 12.5%,transparent 13%),linear-gradient(150deg,transparent 12%,rgba(93,204,168,.18) 12.5%,transparent 13%);background-size:42px 72px;pointer-events:none}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:40px;flex-wrap:wrap;margin-bottom:42px;position:relative;z-index:1}.section-head h2{max-width:720px;font-size:44px;margin-bottom:0}.section-head>p:last-child{max-width:400px;color:#93a7a1}.section-head.light{display:block;text-align:center}.section-head.light h2{margin-inline:auto;max-width:820px}.section-head.light>p:last-child{margin:15px auto 0;max-width:620px;color:var(--muted)}
.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;position:relative;z-index:1}.feature-card{border:1px solid rgba(255,255,255,.11);border-radius:14px;padding:24px;background:rgba(255,255,255,.035);min-height:190px;transition:.25s}.feature-card:hover{transform:translateY(-4px);border-color:rgba(66,177,141,.46);background:rgba(66,177,141,.06)}.feature-card .icon{width:44px;height:44px;display:grid;place-items:center;border-radius:11px;background:rgba(66,177,141,.12);color:#52caa4;margin-bottom:24px}.feature-card svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.feature-card h3{font-size:16px;margin:0 0 8px}.feature-card p{font-size:13px;color:#a7b7b2;margin:0}
.how{background:#fafbf9}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.step{position:relative}.step-phone{height:380px;overflow:hidden;display:flex;align-items:flex-start;justify-content:center;margin-bottom:20px}.step-phone img{height:470px;width:auto;filter:drop-shadow(0 18px 30px rgba(13,37,30,.13))}.step>span{font-size:28px;font-weight:850;color:var(--green)}.step h3{font-size:19px;margin:2px 0 8px}.step p{font-size:14px;color:var(--muted);margin:0}.step:not(:last-child):after{content:"›";position:absolute;right:-22px;top:170px;font-size:34px;color:#6a7673}
.smart-section{position:relative;background:linear-gradient(100deg,#082119,#0d352a);color:#fff;padding:0;overflow:hidden}.smart-grid{display:grid;grid-template-columns:.9fr 1.1fr;align-items:stretch;min-height:660px;position:relative;z-index:1}.travel-image{position:relative;overflow:hidden;min-height:620px}.travel-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.8)}.travel-image:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 55%,rgba(8,33,25,.62))}.note-card{position:absolute;z-index:2;right:30px;bottom:40px;background:#f4f0e4;color:#1e312b;padding:20px 25px;border-radius:8px;font-family:"Bradley Hand","Segoe Print",cursive;font-size:24px;line-height:1.2;transform:rotate(-4deg);box-shadow:0 15px 35px rgba(0,0,0,.22)}.smart-copy{padding:85px 0 75px 70px;max-width:650px}.smart-copy h2{font-size:48px}.smart-copy>p:not(.eyebrow){color:#a8bbb5;margin:0 0 25px}.accordion{border-top:1px solid rgba(255,255,255,.12)}.acc-item{width:100%;border:0;border-bottom:1px solid rgba(255,255,255,.12);background:transparent;color:#fff;padding:18px 4px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;text-align:left;font-weight:720}.acc-item span{display:flex;align-items:center;gap:12px}.acc-item svg{width:21px;height:21px;fill:none;stroke:#54cba6;stroke-width:1.8}.acc-item b{font-size:20px;font-weight:400}.acc-panel{display:grid;grid-template-rows:0fr;transition:grid-template-rows .25s ease;border-bottom:0 solid rgba(255,255,255,.09)}.acc-panel>p{overflow:hidden;margin:0;color:#9db0aa;font-size:14px}.acc-panel.open{grid-template-rows:1fr;border-bottom-width:1px}.acc-panel.open>p{padding:0 35px 18px}
.together{overflow:hidden}.together-grid{grid-template-columns:.85fr 1.15fr}.collab-phones{position:relative;height:660px;display:flex;align-items:flex-end;justify-content:center}.collab-phones img{position:absolute;height:600px;width:auto;filter:drop-shadow(0 22px 40px rgba(7,34,26,.13))}.collab-phones img:first-child{left:70px;bottom:-85px;transform:rotate(-5deg)}.collab-phones img:nth-child(2){right:80px;bottom:-95px;transform:rotate(5deg);z-index:2}.scribble.dark-text{right:-15px;top:70px;color:#21312c;font-size:25px}
.utilities{background:#0a2a22;color:#fff;padding:90px 0 100px;overflow:hidden}.utilities-head{margin-bottom:34px}.utilities-head h2{font-size:40px}.utility-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.utility-card{height:440px;border:1px solid rgba(255,255,255,.12);border-radius:16px;background:rgba(255,255,255,.04);overflow:hidden;display:flex;flex-direction:column}.utility-card>div{padding:20px 20px 10px}.utility-card h3{margin:0 0 7px;font-size:16px}.utility-card p{margin:0;color:#a5b8b2;font-size:12px}.utility-card img{margin:auto auto 0;max-height:315px;width:auto;filter:drop-shadow(0 15px 20px rgba(0,0,0,.2));transform:translateY(35px);transition:.3s}.utility-card:hover img{transform:translateY(22px)}
.download{position:relative;padding:95px 0;color:#fff;text-align:center;overflow:hidden;background:#08705d}.download-bg{position:absolute;inset:0;background:radial-gradient(circle at 10% 10%,rgba(255,255,255,.14),transparent 26%),radial-gradient(circle at 90% 100%,rgba(0,0,0,.25),transparent 40%),linear-gradient(135deg,#1b8b72,#0c5e50)}.download-bg:after{content:"";position:absolute;inset:0;background-image:url('assets/suitcase.webp');background-size:cover;background-position:center;opacity:.11;mix-blend-mode:luminosity}.download-inner{position:relative;z-index:2}.download h2{font-size:54px;margin-bottom:12px}.download p:not(.eyebrow){margin:0 auto 26px;max-width:580px;color:rgba(255,255,255,.85)}.store-row.center{justify-content:center}
.site-footer{padding:38px 0;background:#071713;color:#fff}.footer-grid{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:36px}.site-footer p{margin:0;color:#8fa49e;font-size:13px}.site-footer nav{display:flex;gap:20px;font-size:12px;color:#c8d2cf}.site-footer small{font-size:11px;color:#71857f}
.reveal{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}.reveal.in{opacity:1;transform:none}.delay-1{transition-delay:.08s}.delay-2{transition-delay:.16s}.delay-3{transition-delay:.24s}
@media (max-width:1050px){.desktop-nav{display:none}.menu-btn{display:flex}.store-mini span{display:none}.hero{min-height:auto}.hero-grid{grid-template-columns:1fr 390px}.hero h1{font-size:58px}.feature-grid{grid-template-columns:repeat(3,1fr)}.steps-grid{grid-template-columns:repeat(2,1fr)}.step:not(:last-child):after{display:none}.smart-grid{grid-template-columns:1fr}.travel-image{min-height:430px}.smart-copy{padding:70px 30px;max-width:none}.utility-grid{grid-template-columns:repeat(3,1fr)}.utility-card{height:420px}.two-col,.together-grid{gap:40px}.collab-phones img:first-child{left:15px}.collab-phones img:nth-child(2){right:15px}}
@media (max-width:760px){.container{width:min(100% - 28px,1180px)}.nav-wrap{height:64px}.site-header .brand{font-size:18px}.store-mini{display:none}.hero{padding-top:64px}.hero-grid{grid-template-columns:1fr;gap:10px;padding-top:72px}.hero-copy{padding-bottom:0}.hero h1{font-size:48px}.hero-lead{font-size:16px}.hero-points{gap:12px 18px}.hero-phone{height:470px;width:320px;margin-inline:auto}.hero-phone img{max-height:500px}.phone-glow{width:300px;height:300px}.section{padding:78px 0}.two-col,.together-grid{grid-template-columns:1fr}.copy-block h2,.section-head h2,.smart-copy h2,.download h2{font-size:38px}.device-pair{min-height:500px;margin-top:10px}.device{max-height:470px}.device-back{left:0}.device-front{right:5px}.scribble{display:none}.feature-grid{grid-template-columns:repeat(2,1fr)}.feature-card{min-height:170px;padding:20px}.section-head{display:block}.section-head h2{font-size:38px}.section-head>p:last-child{margin-top:13px}.steps-grid{grid-template-columns:1fr 1fr;gap:22px 14px}.step-phone{height:300px}.step-phone img{height:370px}.smart-grid{display:block}.travel-image{min-height:340px}.smart-copy{padding:60px 0}.collab-phones{height:530px}.collab-phones img{height:480px}.collab-phones img:first-child{left:0}.collab-phones img:nth-child(2){right:0}.utility-grid{grid-template-columns:1fr 1fr}.utility-card{height:390px}.footer-grid{grid-template-columns:1fr;text-align:center;justify-items:center}.site-footer nav{flex-wrap:wrap;justify-content:center}}
@media (max-width:520px){.hero h1{font-size:42px}.hero-grid{padding-top:55px}.store-badge{min-width:148px;height:53px}.hero-phone{height:430px;width:290px}.hero-phone img{max-height:450px}.feature-grid{grid-template-columns:1fr}.steps-grid{grid-template-columns:1fr}.step-phone{height:390px}.step-phone img{height:480px}.device-pair{min-height:430px}.device{max-height:400px}.device-back{left:-30px}.device-front{right:-25px}.travel-image{min-height:300px}.note-card{font-size:18px;right:16px;bottom:20px}.collab-phones{height:440px}.collab-phones img{height:400px}.utility-grid{grid-template-columns:1fr}.utility-card{height:440px}.download{padding:75px 0}.download h2{font-size:42px}}
