:root{
  --ink:#1C213C;
  --ink-2:#234D69;
  --ink-3:#355F78;
  --brand:#AE8B7A;
  --brand-2:#16D9A8;
  --brand-soft:#F6EEEA;
  --blue-soft:#EDF6FA;
  --text:#203442;
  --muted:#71818B;
  --line:#E7EEF1;
  --surface:#FFFFFF;
  --bg:#F8FBFC;
  --shadow:0 28px 70px rgba(25,65,83,.12);
  --shadow-soft:0 16px 40px rgba(25,65,83,.08);
  --radius:28px;
  --container:1180px;
}
*{box-sizing:border-box}
body{
  margin:0;
  font-family:"Vazirmatn",Tahoma,Arial,sans-serif;
  color:var(--text);
  background:#fff;
  direction:rtl;
  -webkit-font-smoothing:antialiased;
}
body.menu-open{overflow:hidden}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input{font:inherit}
svg{display:block}
.container{width:min(calc(100% - 40px),var(--container));margin-inline:auto}
.skip-link{position:fixed;top:-80px;right:16px;z-index:100;background:#fff;padding:12px 18px;border-radius:12px;box-shadow:var(--shadow-soft)}
.skip-link:focus{top:16px}

/* Header */
.site-header{
  height:82px;
  border-bottom:1px solid rgba(224,234,239,.9);
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(18px);
  position:sticky;
  top:0;
  z-index:50;
}
.header-inner{height:100%;display:flex;align-items:center;gap:34px}
.brand{display:flex;align-items:center;gap:11px;flex:none}
.brand img{border-radius:12px;box-shadow:0 8px 20px rgba(23,63,88,.13);  background: #1C213C;}
.brand-copy{display:flex;flex-direction:column;line-height:1.3}
.brand-copy strong{font-size:16px;color:var(--ink);font-weight:900}
.brand-copy small{font-size:10px;color:#82929B;margin-top:3px}
.main-nav{display:flex;align-items:center;gap:26px;margin-inline:auto}
.main-nav a{font-size:13px;font-weight:650;color:#4C626E;transition:.2s}
.main-nav a:hover{color:var(--brand)}
.header-cta{
  height:44px;padding:0 18px;border-radius:14px;background:var(--ink);
  color:#fff;display:flex;align-items:center;gap:10px;font-size:13px;font-weight:800;
  box-shadow:0 9px 22px rgba(23,63,88,.18)
}
.header-cta svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.menu-toggle{display:none;width:44px;height:44px;border:0;background:transparent;align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer}
.menu-toggle span{display:block;width:22px;height:2px;border-radius:99px;background:var(--ink)}
.mobile-nav{position:absolute;right:20px;left:20px;top:70px;background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);padding:14px}
.mobile-nav a{display:block;padding:12px 10px;border-bottom:1px solid #f1f4f5;font-size:13px;font-weight:700}
.mobile-nav a:last-child{border:0}

/* Hero */
.hero{
  position:relative;overflow:hidden;
  background:radial-gradient(circle at 73% 12%, rgba(204, 57, 0, 0.08), transparent 29%), linear-gradient(180deg,#FCFEFF 0%,#FBF7F5 100%);
  padding:76px 0 0;
}
.hero:before{
  content:"";position:absolute;inset:0;opacity:.32;pointer-events:none;
  background-image:linear-gradient(rgba(23,63,88,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(23,63,88,.035) 1px,transparent 1px);
  background-size:52px 52px;
  mask-image:linear-gradient(to bottom,#000,transparent 78%);
}
.hero-ambient{position:absolute;border-radius:50%;filter:blur(2px);pointer-events:none}
.hero-ambient-a{width:390px;height:390px;background:rgba(0,204,155,.06);top:150px;left:-180px}
.hero-ambient-b{width:250px;height:250px;border:1px solid rgba(0,204,155,.14);right:-100px;bottom:100px}
.hero-grid{display:grid;grid-template-columns:1.03fr .97fr;gap:34px;align-items:center;position:relative;z-index:1}
.hero-content{padding:12px 0 64px}
.eyebrow{
  width:max-content;max-width:100%;display:flex;align-items:center;gap:9px;padding:8px 12px;
  border-radius:999px;background:#fff;border:1px solid var(--line);
  color:var(--ink-2);font-size:11.5px;font-weight:750;box-shadow:0 8px 28px rgba(23,63,88,.05)
}
.pulse-dot{width:7px;height:7px;border-radius:50%;background:var(--brand);box-shadow:0 0 0 5px #F6EEEA}
.hero h1{font-size:clamp(45px,5vw,72px);line-height:1.2;letter-spacing:-2.7px;margin:25px 0 18px;color:var(--ink);font-weight:950}
.hero h1 span{color:var(--brand)}
.hero-lead{max-width:620px;font-size:17px;line-height:2;color:#5D7380;margin:0}
.hero-actions{display:flex;gap:12px;margin-top:30px;flex-wrap:wrap}
.btn{
  min-height:58px;border-radius:16px;padding:10px 18px;display:inline-flex;align-items:center;gap:12px;
  font-size:14px;font-weight:850;transition:.2s;border:1px solid transparent
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--ink);color:#fff;box-shadow:0 14px 30px rgba(23,63,88,.2)}
.btn-secondary{background:#fff;color:var(--ink);border-color:#DCE8EC;box-shadow:0 10px 30px rgba(23,63,88,.07)}
.btn-icon{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;background:rgba(255,255,255,.11)}
.btn-secondary .btn-icon{background:var(--brand-soft);color:#AE8B7A}
.btn-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.btn-icon.store svg{fill:none}
.btn small{display:block;font-size:9px;font-weight:500;opacity:.67;margin-bottom:1px}
.hero-meta{display:flex;align-items:center;gap:18px;margin-top:21px;flex-wrap:wrap}
.hero-meta span{display:flex;align-items:center;gap:6px;color:#71818B;font-size:10.5px;font-weight:650}
.hero-meta svg{width:14px;height:14px;fill:none;stroke:var(--brand);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}

/* Phone */
.hero-visual{min-height:560px;position:relative;display:flex;justify-content:center;align-items:flex-end}
.phone-shell{position:relative;z-index:3;transform:rotate(-3deg) translateY(18px);filter:drop-shadow(0 36px 45px rgba(24,61,80,.22))}
.phone-frame{width:296px;height:585px;border-radius:48px;background:#102F40;padding:8px;border:1px solid rgba(255,255,255,.5);position:relative}
.phone-speaker{position:absolute;z-index:5;width:82px;height:24px;background:#102F40;border-radius:0 0 14px 14px;top:7px;left:50%;transform:translateX(-50%)}
.app-screen{height:100%;border-radius:41px;background:#F8FBFC;padding:0;overflow:hidden;position:relative}
.screen-head{display:flex;justify-content:space-between;align-items:center}
.screen-head>div:first-child{display:flex;flex-direction:column}
.screen-head small{font-size:9px;color:#8B99A0}
.screen-head b{font-size:12px;color:var(--ink);margin-top:1px}
.avatar{width:32px;height:32px;border-radius:11px;background:var(--ink);color:#fff;display:grid;place-items:center;font-weight:800}
.health-banner{margin-top:17px;padding:13px 12px;border-radius:17px;background:linear-gradient(135deg,var(--ink),#285F79);color:#fff;display:flex;gap:10px;align-items:center;box-shadow:0 14px 22px rgba(23,63,88,.17)}
.health-banner .health-icon{width:34px;height:34px;border-radius:11px;background:rgba(255,255,255,.12);display:grid;place-items:center}
.health-banner svg{width:18px;height:18px;fill:none;stroke:#4BE1BC;stroke-width:2}
.health-banner div:last-child{display:flex;flex-direction:column}
.health-banner small{font-size:8px;color:#B8CBD4}
.health-banner b{font-size:10px;margin-top:2px}
.screen-title{display:flex;align-items:center;justify-content:space-between;margin:17px 1px 9px}
.screen-title b{font-size:10px;color:var(--ink)}
.screen-title span{font-size:7.5px;color:var(--brand)}
.service-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.service-tile{background:#fff;border:1px solid #EDF2F4;border-radius:15px;padding:11px;min-height:99px;display:flex;flex-direction:column;box-shadow:0 7px 16px rgba(23,63,88,.04)}
.service-tile b{font-size:9.5px;color:var(--ink);margin-top:7px}
.service-tile small{font-size:7.5px;color:#95A1A7;margin-top:2px}
.tile-icon{width:31px;height:31px;border-radius:10px;display:grid;place-items:center}
.tile-icon svg{width:16px;height:16px;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.tile-icon.green{background:var(--brand-soft);color:#00A97F}.tile-icon.green svg{stroke:currentColor}
.tile-icon.blue{background:#ECF5FA;color:#4A86A3}.tile-icon.blue svg{stroke:currentColor}
.service-tile.wide{grid-column:1/-1;min-height:auto;display:grid;grid-template-columns:auto 1fr auto;align-items:center;column-gap:10px;padding:11px}
.service-tile.wide b{margin:0}.service-tile.wide .tile-icon{background:#F5F0FF;color:#8465BC}
.service-tile.wide .tile-icon svg{stroke:currentColor}.service-tile.wide div{display:flex;flex-direction:column}.service-tile .arrow{color:#9FAEB5;font-size:17px}
.recent-card{margin-top:9px;background:#fff;border:1px solid #EDF2F4;border-radius:15px;padding:10px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:9px}
.recent-icon{width:33px;height:33px;border-radius:10px;background:#FFF5E8;display:grid;place-items:center;font-size:14px}
.recent-card>div:nth-child(2){display:flex;flex-direction:column}.recent-card small{font-size:7px;color:#A1ABB0}.recent-card b{font-size:8.5px;color:var(--ink);margin:1px 0}.recent-card span{font-size:6.8px;color:#5D937F}
.recent-card span i{display:inline-block;width:4px;height:4px;border-radius:50%;background:var(--brand);margin-left:3px}.chev{color:#9EAEB5}
.bottom-nav{position:absolute;right:12px;left:12px;bottom:10px;height:50px;border-radius:16px;background:#fff;box-shadow:0 7px 20px rgba(23,63,88,.08);display:flex;align-items:center;justify-content:space-around}
.bottom-nav div{display:flex;flex-direction:column;align-items:center;color:#A5B0B5;gap:1px}.bottom-nav span{font-size:14px}.bottom-nav small{font-size:6.5px}.bottom-nav .active{color:var(--brand)}
.orbit{position:absolute;border:1px dashed rgba(0,204,155,.2);border-radius:50%}
.orbit-one{width:440px;height:440px;top:65px;right:40px}
.orbit-two{width:530px;height:530px;top:25px;right:-5px;opacity:.45}
.floating-note{position:absolute;z-index:6;background:rgba(255,255,255,.94);border:1px solid #E8EFF2;box-shadow:var(--shadow-soft);border-radius:17px;padding:10px 12px;display:flex;align-items:center;gap:9px;backdrop-filter:blur(12px)}
.floating-note div{display:flex;flex-direction:column}.floating-note b{font-size:10px;color:var(--ink)}.floating-note small{font-size:7.5px;color:#89969D;margin-top:2px}
.note-top{top:105px;left:4px;animation:float 5s ease-in-out infinite}.note-bottom{bottom:84px;right:7px;animation:float 6s 1s ease-in-out infinite}
.note-icon{width:30px;height:30px;border-radius:10px;background:var(--brand-soft);color:#AE8B7A;display:grid;place-items:center;font-weight:900}
.note-icon.privacy{background:#EDF5F9;color:var(--ink-2)}.note-icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.7}
@keyframes float{50%{transform:translateY(-7px)}}

/* Trust */
.trust-strip{position:relative;z-index:3;margin-top:12px;border-top:1px solid rgba(224,234,238,.8);min-height:92px;display:flex;align-items:center;justify-content:space-between}
.trust-strip>div{display:flex;align-items:baseline;gap:8px}.trust-strip b{font-size:17px;color:var(--ink)}.trust-strip span{font-size:10px;color:#829099}.trust-strip i{height:30px;width:1px;background:#DEE8EC}

/* General sections */
.section{padding:108px 0}
.section-heading{max-width:650px;margin-bottom:43px}
.section-heading.centered{text-align:center;margin-inline:auto;margin-bottom:48px}
.kicker{display:block;color:var(--brand);font-weight:850;font-size:11px;margin-bottom:9px}
.section-heading h2,.why-content h2,.faq-intro h2{margin:0;color:var(--ink);font-size:clamp(28px,3.5vw,42px);line-height:1.5;letter-spacing:-1.1px}
.section-heading p,.faq-intro p{color:#71828C;line-height:2;font-size:14px;margin:12px 0 0}

/* Downloads */
.download-section{background:#fff}
.download-layout{display:grid;grid-template-columns:1.45fr .55fr;gap:26px;align-items:stretch}
.download-options{display:flex;flex-direction:column;gap:12px}
.download-row{min-height:116px;border:1px solid var(--line);border-radius:22px;background:#fff;padding:18px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;transition:.22s}
.download-row:hover{transform:translateY(-2px);border-color:#CFE1E6;box-shadow:var(--shadow-soft)}
.download-row.featured{background:linear-gradient(135deg,#F6FCFA,#F9FCFD);border-color:#CFEDE5}
.download-row-icon{width:58px;height:58px;border-radius:18px;display:grid;place-items:center}
.download-row-icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.download-row-icon.android{background:var(--brand-soft);color:#AE8B7A}.download-row-icon.bazaar{background:#F2F6F8;color:var(--ink-2)}.download-row-icon.web{background:#EEF4FF;color:#5E7CB2}
.download-row-copy{display:flex;flex-direction:column;align-items:flex-start}.download-row-copy b{font-size:15px;color:var(--ink)}.download-row-copy small{font-size:10px;color:#85949C;margin-top:5px}
.recommended{font-size:7.5px;background:var(--brand);color:#fff;border-radius:99px;padding:3px 7px;margin-bottom:5px;font-weight:700}
.download-row-action{height:42px;padding:0 15px;border-radius:12px;background:var(--ink);color:#fff;display:flex;align-items:center;gap:8px;font-size:10px;font-weight:800}
.download-row-action.ghost{background:#F4F7F8;color:#637883}.download-row-action span{font-size:15px}
.qr-panel{position:relative;overflow:hidden;border-radius:26px;background:var(--ink);color:#fff;padding:25px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:372px}
.qr-shine{position:absolute;width:230px;height:230px;border-radius:50%;background:rgba(0,204,155,.14);filter:blur(3px);top:-100px;left:-80px}
.qr-icon-wrap{position:absolute;top:18px;right:18px;width:38px;height:38px;border-radius:11px;overflow:hidden;box-shadow:0 7px 17px rgba(0,0,0,.18)}
.qr-label{font-size:8px;color:#9FC0CF}.qr-panel h3{font-size:18px;margin:4px 0 5px}.qr-panel p{font-size:9px;line-height:1.9;color:#AFC5CF;max-width:245px;margin:0 0 13px}
.qr-box{position:relative;background:#fff;padding:8px;border-radius:18px;width:166px;height:166px;display:grid;place-items:center}.qr-box img{width:150px;height:150px}
.qr-panel>small{font-size:8px;color:#8EACB9;margin-top:9px;direction:ltr}
.qr-corner{position:absolute;width:17px;height:17px}.c1{top:-4px;right:-4px;border-top:2px solid var(--brand);border-right:2px solid var(--brand);border-radius:0 7px 0 0}.c2{top:-4px;left:-4px;border-top:2px solid var(--brand);border-left:2px solid var(--brand);border-radius:7px 0 0 0}.c3{bottom:-4px;right:-4px;border-bottom:2px solid var(--brand);border-right:2px solid var(--brand);border-radius:0 0 7px 0}.c4{bottom:-4px;left:-4px;border-bottom:2px solid var(--brand);border-left:2px solid var(--brand);border-radius:0 0 0 7px}

/* Why */
.why-section{background:#F7FAFB;overflow:hidden}
.why-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:90px;align-items:center}
.why-visual{min-height:560px;position:relative;display:grid;place-items:center}
.soft-circle{position:absolute;width:410px;height:410px;border-radius:50%;background:linear-gradient(145deg,#F6EEEA,#DCC1B3)}
.mini-phone{position:relative;z-index:2;width:265px;height:510px;border-radius:40px;background:#fff;border:7px solid var(--ink);box-shadow:0 35px 60px rgba(23,63,88,.16);padding:18px}
.mini-main{transform:rotate(3deg)}
.mini-status{display:flex;justify-content:space-between;font-size:7px;color:#789}.mini-status i{width:25px;height:5px;background:#DCE5E9;border-radius:99px}
.mini-logo{width:48px;height:48px;margin:30px auto 11px}.mini-logo img{border-radius:14px;   background: #1C213C;}
.mini-phone h4{text-align:center;margin:0;color:var(--ink);font-size:15px}.mini-phone>p{text-align:center;margin:5px 0 22px;color:#8B989E;font-size:9px}
.upload-zone{border:1px dashed #B7D4D9;border-radius:19px;padding:28px 10px;background:#F8FCFC;display:flex;flex-direction:column;align-items:center;text-align:center}
.upload-zone span{width:48px;height:48px;background:var(--brand-soft);border-radius:15px;display:grid;place-items:center;color:#AE8B7A}.upload-zone svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.upload-zone b{font-size:10px;color:var(--ink);margin-top:12px}.upload-zone small{font-size:7px;color:#9AA6AC;margin-top:3px}
.fake-progress{height:7px;background:#EDF2F4;border-radius:99px;margin-top:27px;overflow:hidden}.fake-progress i{display:block;height:100%;width:68%;background:linear-gradient(90deg,var(--brand),#5DE1C0);border-radius:inherit}
.result-float{position:absolute;z-index:4;left:4px;bottom:88px;width:160px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-soft);border-radius:18px;padding:12px 14px;display:grid;grid-template-columns:1fr auto;gap:3px}
.result-float>span{font-size:8px;color:#84939A}.result-float>b{grid-row:1/3;grid-column:2;font-size:19px;color:var(--ink);direction:ltr}.result-float small{font-size:7px;color:#5D927E}.result-float small i{display:inline-block;width:5px;height:5px;border-radius:50%;background:var(--brand);margin-left:4px}
.why-intro{font-size:14px;line-height:2;color:#71828C;margin:12px 0 26px}
.feature-line{display:grid;grid-template-columns:auto 1fr;gap:16px;padding:21px 0;border-bottom:1px solid #E1EAED}.feature-line:last-child{border-bottom:0}
.feature-no{font-size:10px;color:#91A2AA;border:1px solid #DCE7EA;border-radius:9px;height:30px;min-width:30px;display:grid;place-items:center;direction:ltr}
.feature-line h3{font-size:15px;color:var(--ink);margin:0 0 6px}.feature-line p{font-size:11px;color:#7A8991;line-height:1.9;margin:0}

/* Steps */
.install-section{background:#fff}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:17px;position:relative}
.step{position:relative;border:1px solid var(--line);border-radius:24px;padding:23px;background:#fff;min-height:315px;overflow:hidden}
.step-number{position:absolute;top:17px;right:17px;width:30px;height:30px;border-radius:10px;background:#F1F6F7;color:var(--ink);display:grid;place-items:center;font-size:10px;font-weight:900}
.step-art{height:145px;display:grid;place-items:center}.step-art svg{width:115px;height:86px;fill:none;stroke:#5C7A8A;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.step:nth-child(2) .step-art svg{stroke:#AE8B7A}
.step h3{font-size:15px;color:var(--ink);margin:6px 0}.step p{font-size:10px;line-height:1.9;color:#7E8E96;margin:0}
.install-note{margin-top:17px;border-radius:18px;background:#F7FAFB;border:1px solid #E7EEF1;padding:16px 18px;display:flex;align-items:center;gap:13px}
.note-badge{white-space:nowrap;font-size:8px;font-weight:800;background:#FFF1E2;color:#AD6A23;border-radius:99px;padding:6px 10px}.install-note p{font-size:10px;color:#71818A;margin:0;line-height:1.9}.install-note b{color:var(--ink);direction:ltr;display:inline-block}

/* FAQ */
.faq-section{background:#F7FAFB}
.faq-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:80px;align-items:start}
.faq-intro{position:sticky;top:120px}.faq-intro a{display:inline-flex;align-items:center;gap:8px;margin-top:20px;font-size:10px;color:var(--ink);font-weight:800}.faq-intro a span{font-size:16px;color:var(--brand)}
.accordion{border-top:1px solid #DDE8EB}
.faq-item{border-bottom:1px solid #DDE8EB}
.faq-item button{width:100%;border:0;background:none;text-align:right;color:var(--ink);padding:23px 0;display:flex;align-items:center;justify-content:space-between;gap:18px;cursor:pointer;font-size:13px;font-weight:800}
.faq-item button i{width:22px;height:22px;border-radius:7px;border:1px solid #D3E0E4;position:relative;flex:none}.faq-item button i:before,.faq-item button i:after{content:"";position:absolute;background:#70858F;border-radius:99px;left:50%;top:50%;transform:translate(-50%,-50%)}.faq-item button i:before{width:8px;height:1.5px}.faq-item button i:after{width:1.5px;height:8px;transition:.2s}.faq-item.open button i:after{opacity:0;transform:translate(-50%,-50%) rotate(90deg)}
.faq-answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .25s}.faq-answer p{overflow:hidden;margin:0;color:#75878F;font-size:11px;line-height:2}.faq-item.open .faq-answer{grid-template-rows:1fr}.faq-item.open .faq-answer p{padding:0 0 22px}

/* Final CTA */
.final-cta{padding:0 0 95px;background:#F7FAFB}
.final-card{position:relative;overflow:hidden;min-height:182px;border-radius:30px;background:linear-gradient(120deg,#173F58,#214F68);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;padding:34px 40px;color:#fff}
.final-card:after{content:"";position:absolute;width:360px;height:360px;border:1px solid rgba(255,255,255,.08);border-radius:50%;left:-140px;top:-110px}
.final-glow{position:absolute;width:290px;height:290px;border-radius:50%;background:rgba(0,204,155,.12);filter:blur(2px);right:-100px;bottom:-170px}
.final-icon{position:relative;z-index:2;width:70px;height:70px;border-radius:21px;box-shadow:0 15px 30px rgba(0,0,0,.18)}
.final-copy{position:relative;z-index:2}.final-copy span{font-size:9px;color:#8FE3CC}.final-copy h2{font-size:23px;line-height:1.6;margin:5px 0 0;max-width:550px}
.btn-light{position:relative;z-index:2;background:#fff;color:var(--ink);min-height:52px;font-size:11px;box-shadow:0 12px 30px rgba(0,0,0,.13)}.btn-light svg{width:18px;height:18px;fill:none;stroke:var(--brand);stroke-width:2}

/* Footer */
.site-footer{background:#fff;padding:62px 0 0;border-top:1px solid var(--line)}
.footer-grid{display:grid;grid-template-columns:1.5fr .75fr .75fr;gap:70px;padding-bottom:45px}
.footer-brand p{max-width:420px;font-size:10px;line-height:2;color:#84949B;margin:18px 0 0}
.footer-col{display:flex;flex-direction:column;gap:10px}.footer-col h3{font-size:12px;color:var(--ink);margin:0 0 5px}.footer-col a{font-size:9.5px;color:#7F9098;transition:.2s}.footer-col a:hover{color:var(--brand)}
.footer-bottom{border-top:1px solid var(--line);padding:18px 0 25px;display:flex;justify-content:space-between;gap:24px;color:#98A5AB;font-size:8px}.footer-bottom p{margin:0;max-width:570px;text-align:left;line-height:1.8}

/* Mobile sticky */
.mobile-download-bar{display:none}

/* Responsive */
@media (max-width:1020px){
  .main-nav{gap:16px}.main-nav a{font-size:11.5px}
  .hero-grid{grid-template-columns:1fr 1fr}.hero h1{font-size:54px}
  .why-grid{gap:45px}.faq-grid{gap:45px}
}
@media (max-width:820px){
  .site-header{height:70px}.header-inner{gap:12px}.main-nav,.header-cta{display:none}.menu-toggle{display:flex;margin-right:auto}
  .brand-copy strong{font-size:14px}.brand-copy small{font-size:8px}
  .hero{padding-top:47px}.hero-grid{grid-template-columns:1fr}.hero-content{text-align:center;padding-bottom:20px}.eyebrow{margin-inline:auto}.hero h1{font-size:50px;letter-spacing:-2px}.hero-lead{font-size:14px;margin-inline:auto}.hero-actions,.hero-meta{justify-content:center}
  .hero-visual{min-height:545px}.phone-frame{width:275px;height:545px}.note-top{left:6%}.note-bottom{right:5%}.orbit-one{right:50%;transform:translateX(50%)}.orbit-two{right:50%;transform:translateX(50%)}
  .trust-strip{display:grid;grid-template-columns:1fr 1fr;gap:0;padding:18px 0}.trust-strip>div{justify-content:center;padding:10px}.trust-strip i{display:none}
  .section{padding:80px 0}.download-layout,.why-grid,.faq-grid{grid-template-columns:1fr}.qr-panel{min-height:360px}.why-grid{gap:30px}.why-content{order:-1}.why-visual{min-height:530px}.faq-intro{position:static}.steps{grid-template-columns:1fr}.step{min-height:auto;display:grid;grid-template-columns:130px 1fr;grid-template-rows:auto auto;column-gap:15px;align-items:center}.step-number{top:14px}.step-art{grid-row:1/3;height:135px}.step h3{align-self:end}.step p{align-self:start}
  .final-card{grid-template-columns:auto 1fr;padding:30px}.final-card .btn{grid-column:1/-1;justify-self:start}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-bottom{flex-direction:column}.footer-bottom p{text-align:right}
}
@media (max-width:560px){
  .container{width:min(calc(100% - 28px),var(--container))}
  body{padding-bottom:72px}
  .site-header{position:relative}
  .hero{padding-top:34px}.hero-content{padding-bottom:12px}.eyebrow{font-size:10px}.hero h1{font-size:39px;letter-spacing:-1.4px;margin-top:20px}.hero-lead{font-size:12.5px;line-height:2}
  .hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;width:100%}.btn{min-height:55px;padding:9px 11px;font-size:11px;gap:8px}.btn-icon{width:30px;height:30px}.hero-meta{gap:12px}.hero-meta span{font-size:8.5px}
  .hero-visual{min-height:510px}.phone-shell{transform:rotate(-2deg) scale(.9) translateY(37px)}.floating-note{transform:scale(.9)}.note-top{left:-7px;top:82px}.note-bottom{right:-8px;bottom:54px}.orbit-one{width:340px;height:340px}.orbit-two{width:420px;height:420px}
  .trust-strip{margin-top:0}.trust-strip b{font-size:14px}.trust-strip span{font-size:8px}
  .section{padding:68px 0}.section-heading h2,.why-content h2,.faq-intro h2{font-size:28px}.section-heading p,.faq-intro p,.why-intro{font-size:11px}
  .download-row{min-height:96px;padding:13px;grid-template-columns:auto 1fr}.download-row-icon{width:47px;height:47px;border-radius:15px}.download-row-action{grid-column:2;height:auto;padding:0;background:none!important;color:var(--brand)!important;justify-content:flex-start;font-size:9px}.download-row-copy b{font-size:12px}.download-row-copy small{font-size:8px}
  .why-visual{min-height:475px}.soft-circle{width:330px;height:330px}.mini-phone{transform:rotate(2deg) scale(.88)}.result-float{left:-5px;bottom:66px}
  .feature-line h3{font-size:13px}.feature-line p{font-size:9.5px}
  .step{display:block;padding:18px}.step-art{height:125px}.step h3{font-size:13px}.step p{font-size:9px}.install-note{align-items:flex-start;flex-direction:column}
  .faq-item button{font-size:11.5px;padding:19px 0}.faq-answer p{font-size:9.5px}
  .final-cta{padding-bottom:60px}.final-card{padding:24px;border-radius:24px;grid-template-columns:auto 1fr;gap:15px}.final-icon{width:54px;height:54px;border-radius:17px}.final-copy h2{font-size:16px}.final-card .btn{width:100%;justify-content:center}
  .footer-grid{grid-template-columns:1fr;gap:30px}.footer-brand{grid-column:auto}.site-footer{padding-top:45px}
  .mobile-download-bar{position:fixed;z-index:60;right:8px;left:8px;bottom:8px;height:58px;border-radius:18px;background:rgba(255,255,255,.96);box-shadow:0 15px 45px rgba(23,63,88,.22);border:1px solid #E0EAED;backdrop-filter:blur(18px);display:flex;align-items:center;justify-content:space-between;padding:7px}
  .mobile-download-bar>div{display:flex;align-items:center;gap:8px}.mobile-download-bar img{border-radius:12px}.mobile-download-bar span{display:flex;flex-direction:column}.mobile-download-bar b{font-size:10px;color:var(--ink)}.mobile-download-bar small{font-size:7px;color:#87969D;margin-top:2px}.mobile-download-bar>a{height:42px;border-radius:13px;background:var(--ink);color:#fff;display:flex;align-items:center;padding:0 14px;font-size:9.5px;font-weight:850}
}
@media (prefers-reduced-motion:reduce){
  *{scroll-behavior:auto!important;animation:none!important;transition:none!important}
}
