/* ===== Antim Sanskar Guide — Shared Styles ===== */

*{box-sizing:border-box;margin:0;padding:0;}
:root{
  --bg:#090C12;--text:#EDF0F7;--body:rgba(237,240,247,.72);--muted:rgba(237,240,247,.5);
  --muted2:rgba(237,240,247,.35);--border:rgba(255,255,255,.07);--accent:#4C7DFF;
  --amber:#FFB24A;--teal:#5DC9A5;--max:1080px;
}
html{scroll-behavior:smooth;}
body{background:var(--bg);color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;line-height:1.5;font-size:16px;}
a{color:inherit;text-decoration:none;}
.w{max-width:var(--max);margin:0 auto;padding:0 24px;}
img{max-width:100%;display:block;}

/* ===== Nav ===== */
.topbar{position:sticky;top:0;z-index:50;backdrop-filter:blur(14px);background:rgba(9,12,18,.84);border-bottom:1px solid var(--border);}
.topbar .w{display:flex;align-items:center;justify-content:space-between;height:58px;}
.brand{display:flex;align-items:center;gap:11px;font-weight:700;font-size:17px;letter-spacing:.1px;}
.navlinks{display:flex;gap:4px;align-items:center;}
.navlinks a{color:var(--muted);font-size:14px;padding:8px 12px;border-radius:8px;transition:color .15s;}
.navlinks a:hover{color:var(--text);}
.nav-cta{margin-left:8px;padding:9px 18px;border-radius:10px;background:var(--accent);color:#fff;font-size:13px;font-weight:700;transition:filter .15s;}
.nav-cta:hover{filter:brightness(1.08);}

/* ===== Store Buttons ===== */
.store-btn{display:inline-flex;align-items:center;gap:10px;padding:12px 22px;border-radius:12px;font-size:14px;font-weight:600;transition:filter .15s,opacity .15s;}
.store-btn:hover{filter:brightness(1.06);}
.store-btn.android{background:#000;color:#fff;border:1px solid rgba(255,255,255,.2);}
.store-btn.ios{background:rgba(255,255,255,.08);color:var(--muted);border:1px solid rgba(255,255,255,.1);cursor:default;opacity:.7;}
.store-btn svg{flex-shrink:0;}
.store-label{display:flex;flex-direction:column;line-height:1.2;}
.store-label small{font-size:10px;font-weight:400;opacity:.7;}
.store-label strong{font-size:14px;}

/* ===== Hero ===== */
.hero{padding:80px 0 48px;display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center;}
.hero-label{font-size:13px;color:var(--muted2);letter-spacing:1.5px;text-transform:uppercase;margin-bottom:20px;font-weight:500;}
.hero h1{font-size:50px;line-height:1.08;font-weight:700;letter-spacing:-.8px;margin-bottom:22px;}
.hero-sub{font-size:18px;line-height:1.6;color:var(--body);margin-bottom:32px;max-width:540px;}
.hero-ctas{display:flex;gap:14px;align-items:center;flex-wrap:wrap;margin-bottom:28px;}
.hero-trust{font-size:14px;color:var(--muted);line-height:1.55;max-width:520px;}
.hero-phones{position:relative;height:480px;display:flex;align-items:center;justify-content:center;}
.hero-phone{position:absolute;border-radius:24px;border:2px solid rgba(255,255,255,.08);overflow:hidden;background:#0D1117;box-shadow:0 24px 64px rgba(0,0,0,.5),0 0 0 1px rgba(255,255,255,.04);}
.hero-phone img{width:100%;height:auto;display:block;}
.hero-phone-back{width:220px;height:440px;right:20px;top:10px;transform:rotate(3deg);z-index:1;opacity:.85;}
.hero-phone-front{width:230px;height:460px;left:30px;top:20px;z-index:2;}

/* ===== Pillars ===== */
.pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding:48px 0;}
.pillar{padding:24px 22px;border-radius:16px;border:1px solid var(--border);background:rgba(255,255,255,.025);}
.pillar-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:14px;font-size:18px;}
.pillar h3{font-size:17px;font-weight:700;margin-bottom:8px;}
.pillar p{font-size:15px;color:var(--body);line-height:1.55;}

/* ===== Sections ===== */
.section{padding:64px 0;}
.section-label{font-size:12px;color:var(--muted2);letter-spacing:1.5px;text-transform:uppercase;margin-bottom:8px;font-weight:500;}
.section h2{font-size:34px;font-weight:700;margin-bottom:10px;letter-spacing:-.4px;}
.section-sub{font-size:16px;color:var(--body);margin-bottom:36px;max-width:540px;line-height:1.6;}

/* ===== How it works ===== */
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;}
.step{border-radius:16px;border:1px solid var(--border);background:rgba(255,255,255,.025);padding:20px 16px;display:flex;flex-direction:column;}
.step-num{font-size:11px;font-weight:700;color:var(--accent);margin-bottom:14px;letter-spacing:.5px;}
.step .screenshot-slot{border-radius:12px;border:1px solid rgba(255,255,255,.06);background:rgba(255,255,255,.02);overflow:hidden;display:flex;align-items:center;justify-content:center;}
.step .screenshot-slot img{width:100%;height:auto;display:block;}
.step h3{font-size:15px;font-weight:700;margin:14px 0 6px;}
.step p{font-size:14px;color:var(--body);line-height:1.5;}

/* ===== Features ===== */
.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;}
.feat{padding:22px;border-radius:14px;border:1px solid var(--border);background:rgba(255,255,255,.025);}
.feat h3{font-size:16px;font-weight:700;margin-bottom:8px;}
.feat p{font-size:15px;color:var(--body);line-height:1.55;}

/* ===== Why box ===== */
.why-box{border-radius:22px;border:1px solid var(--border);background:linear-gradient(180deg,rgba(76,125,255,.06),rgba(255,255,255,.01));padding:36px 32px;}
.why-box h2{font-size:26px;font-weight:700;margin-bottom:12px;}
.why-box>p{font-size:16px;color:var(--body);margin-bottom:24px;max-width:580px;line-height:1.6;}
.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;}
.why-card{padding:18px;border-radius:12px;background:rgba(255,255,255,.035);}
.why-card h4{font-size:15px;font-weight:700;margin-bottom:8px;}
.why-card p{font-size:14px;color:var(--body);line-height:1.5;}

/* ===== Trust ===== */
.trust-strip{padding:32px 0;text-align:center;}
.trust-strip p{font-size:14px;color:var(--muted);line-height:1.6;max-width:600px;margin:0 auto;}

/* ===== FAQ ===== */
.faq-list{display:flex;flex-direction:column;gap:8px;}
.faq-item{padding:16px 20px;border-radius:14px;border:1px solid var(--border);background:rgba(255,255,255,.025);transition:background .15s;}
.faq-item[open]{background:rgba(255,255,255,.04);}
.faq-q{cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px;}
.faq-q::-webkit-details-marker{display:none;}
.faq-q span:first-child{font-weight:700;font-size:15px;}
.faq-chev{color:var(--muted2);font-size:13px;transition:transform .2s;flex-shrink:0;}
.faq-item[open] .faq-chev{transform:rotate(180deg);}
.faq-a{font-size:15px;color:var(--body);margin-top:12px;line-height:1.6;}

/* ===== Final CTA ===== */
.final-cta{border-radius:22px;border:1px solid var(--border);background:radial-gradient(800px 400px at 30% 0%,rgba(76,125,255,.12),transparent 60%),rgba(255,255,255,.025);padding:40px 36px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:24px;}
.final-cta h2{font-size:30px;font-weight:700;margin-bottom:8px;}
.final-cta>div:first-child p{font-size:16px;color:var(--body);max-width:480px;}

/* ===== Footer ===== */
footer{border-top:1px solid var(--border);margin-top:48px;padding:28px 0 40px;}
.foot-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:24px;margin-top:14px;}
.foot-brand{display:flex;align-items:center;gap:8px;margin-bottom:12px;}
.foot-dot{width:7px;height:7px;border-radius:50%;background:var(--amber);box-shadow:0 0 14px rgba(255,178,74,.3);display:inline-block;}
footer p,footer a{font-size:14px;color:var(--muted);line-height:1.55;}
footer a:hover{color:var(--text);}
.foot-head{font-weight:700;font-size:14px;color:var(--text);margin-bottom:8px;}
.disclaimer{font-size:13px;color:var(--muted2);margin-top:24px;}

/* ===== Legal pages ===== */
.legal{max-width:720px;margin:0 auto;padding:64px 24px 80px;}
.legal h1{font-size:34px;font-weight:700;margin-bottom:8px;}
.legal .date{font-size:14px;color:var(--muted);margin-bottom:36px;}
.legal section{margin-bottom:32px;}
.legal section h2{font-size:19px;font-weight:700;margin-bottom:10px;}
.legal section p{font-size:15px;color:var(--body);line-height:1.7;white-space:pre-line;}

/* ===== Contact ===== */
.contact-wrap{max-width:500px;margin:0 auto;padding:64px 24px 80px;}
.contact-wrap h1{font-size:34px;font-weight:700;margin-bottom:8px;}
.contact-wrap .csub{font-size:16px;color:var(--body);margin-bottom:36px;}
.field{margin-bottom:18px;}
.field label{font-size:14px;color:var(--body);display:block;margin-bottom:6px;}
.field input,.field textarea{width:100%;padding:13px 16px;border-radius:11px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.04);color:var(--text);font-size:15px;font-family:inherit;outline:none;transition:border-color .15s;}
.field input:focus,.field textarea:focus{border-color:rgba(76,125,255,.5);}
.field textarea{min-height:130px;resize:vertical;}
.btn-submit{width:100%;padding:15px;border-radius:12px;background:var(--accent);color:#fff;font-size:16px;font-weight:700;border:none;cursor:pointer;font-family:inherit;transition:filter .15s;}
.btn-submit:hover{filter:brightness(1.06);}
.contact-note{font-size:13px;color:var(--muted);text-align:center;margin-top:14px;}
.success-msg{text-align:center;padding:100px 24px;max-width:500px;margin:0 auto;}
.success-msg .check{width:48px;height:48px;border-radius:50%;background:rgba(76,125,255,.12);display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:var(--accent);font-size:22px;}
.success-msg h1{font-size:26px;font-weight:700;margin-bottom:10px;}
.success-msg p{font-size:16px;color:var(--body);}

/* ===== Responsive: Tablet ===== */
@media(max-width:900px){
  .hero{grid-template-columns:1fr;gap:24px;padding:48px 0 32px;}
  .hero h1{font-size:36px;}
  .hero-phones{height:360px;}
  .hero-phone-back{width:170px;height:340px;right:30px;top:5px;}
  .hero-phone-front{width:180px;height:360px;left:40px;top:10px;}
  .pillars{grid-template-columns:1fr;}
  .steps{grid-template-columns:repeat(2,1fr);}
  .features-grid{grid-template-columns:1fr;}
  .why-grid{grid-template-columns:1fr;}
  .foot-grid{grid-template-columns:1fr;}
  .navlinks{display:none;}
  .section{padding:48px 0;}
  .section h2{font-size:28px;}
  .final-cta{padding:28px 24px;}
  .final-cta h2{font-size:24px;}
}

/* ===== Responsive: Mobile ===== */
@media(max-width:600px){
  .w{padding:0 16px;}
  .hero{padding:36px 0 24px;gap:20px;}
  .hero h1{font-size:28px;letter-spacing:-.4px;}
  .hero-sub{font-size:16px;margin-bottom:24px;}
  .hero-label{font-size:12px;margin-bottom:14px;}
  .hero-ctas{flex-direction:column;align-items:stretch;gap:10px;}
  .store-btn{justify-content:center;padding:12px 20px;}
  .hero-trust{font-size:13px;}
  .hero-phones{height:300px;}
  .hero-phone-back{width:140px;height:280px;right:20px;top:5px;}
  .hero-phone-front{width:155px;height:310px;left:20px;top:0;}
  .pillars{gap:10px;}
  .pillar{padding:18px 16px;}
  .pillar h3{font-size:16px;}
  .pillar p{font-size:14px;}
  .steps{grid-template-columns:1fr;gap:12px;}
  .step{padding:16px 14px;}
  .section{padding:40px 0;}
  .section h2{font-size:24px;}
  .section-sub{font-size:15px;margin-bottom:28px;}
  .features-grid{gap:10px;}
  .feat{padding:18px 16px;}
  .feat h3{font-size:15px;}
  .feat p{font-size:14px;}
  .why-box{padding:24px 20px;border-radius:18px;}
  .why-box h2{font-size:22px;}
  .why-box>p{font-size:15px;}
  .why-grid{gap:10px;}
  .why-card{padding:14px;}
  .why-card h4{font-size:14px;}
  .why-card p{font-size:13px;}
  .trust-strip p{font-size:13px;padding:0 8px;}
  .faq-item{padding:14px 16px;}
  .faq-q span:first-child{font-size:14px;}
  .faq-a{font-size:14px;}
  .final-cta{flex-direction:column;align-items:stretch;gap:16px;padding:24px 20px;border-radius:18px;text-align:center;}
  .final-cta h2{font-size:22px;}
  .final-cta>div:first-child p{font-size:15px;}
  .final-cta .store-btn{justify-content:center;}
  .foot-grid{gap:20px;}
  footer p,footer a{font-size:13px;}
  .disclaimer{font-size:12px;}
  .nav-cta{padding:8px 14px;font-size:12px;}
  .topbar .w{height:50px;}
  .brand{font-size:15px;gap:8px;}
  .brand span{font-size:18px !important;}
  .legal{padding:40px 16px 60px;}
  .legal h1{font-size:26px;}
  .legal section h2{font-size:17px;}
  .legal section p{font-size:14px;}
  .contact-wrap{padding:40px 16px 60px;}
  .contact-wrap h1{font-size:26px;}
  .contact-wrap .csub{font-size:15px;}
}

/* ===== Responsive: Small phones ===== */
@media(max-width:380px){
  .hero h1{font-size:25px;}
  .hero-phones{height:260px;}
  .hero-phone-back{width:120px;height:240px;right:15px;}
  .hero-phone-front{width:135px;height:270px;left:15px;}
  .section h2{font-size:22px;}
  .store-btn{padding:11px 16px;font-size:13px;}
  .store-btn svg{width:20px;height:20px;}
}