/* ============================================================
   Neo Indus Pharma — Premium Custom Styles
   (extends Tailwind utility classes)
   ============================================================ */
:root{
  --ink:#062a3d;          /* deep teal-navy   */
  --brand:#0b6e7a;        /* indus teal       */
  --brand-d:#0a4d5e;      /* darker teal      */
  --blue:#0a3d62;         /* pharma blue      */
  --accent:#ff7a1a;       /* sun orange       */
  --accent-2:#e63946;     /* sun red          */
  --line:#e6eef0;
  --soft:#f4f9fa;
}

*{scroll-behavior:smooth;}
html{scroll-padding-top:84px;}
body{font-family:'Inter',system-ui,sans-serif;color:#243b44;background:#fff;}
html,body{overflow-x:hidden;max-width:100%;}

/* ---- AOS safety net ----
   AOS.css forces [data-aos]{opacity:0}. If AOS.js fails to load or fire
   (common on mobile), content would stay invisible. So keep everything
   visible UNLESS AOS has successfully initialised (html.aos-on). */
html:not(.aos-on) [data-aos]{opacity:1 !important;transform:none !important;}
h1,h2,h3,h4,.font-display{font-family:'Sora','Poppins',sans-serif;}

::selection{background:var(--accent);color:#fff;}

/* ---------- Scrollbar ---------- */
::-webkit-scrollbar{width:11px;}
::-webkit-scrollbar-track{background:#eef5f6;}
::-webkit-scrollbar-thumb{background:var(--brand);border-radius:99px;border:2px solid #eef5f6;}

/* ---------- Reusable bits ---------- */
.container-x{width:100%;max-width:1240px;margin-inline:auto;padding-inline:1.25rem;}
.eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-weight:700;letter-spacing:.18em;
  text-transform:uppercase;font-size:.72rem;color:var(--brand);}
.eyebrow::before{content:"";width:26px;height:2px;background:var(--accent);display:inline-block;}
.section-title{font-size:clamp(1.7rem,3.4vw,2.7rem);font-weight:800;color:var(--ink);line-height:1.12;letter-spacing:-.02em;}
.text-grad{color:var(--brand);}
.text-grad-warm{color:var(--accent);}

.btn{display:inline-flex;align-items:center;gap:.55rem;font-weight:700;border-radius:999px;
  padding:.85rem 1.7rem;font-size:.95rem;transition:.25s ease;cursor:pointer;white-space:nowrap;}
.btn-primary{background:var(--accent);color:#fff;}
.btn-primary:hover{background:#e8690a;transform:translateY(-3px);}
.btn-ghost{background:rgba(255,255,255,.12);color:#fff;border:1px solid rgba(255,255,255,.4);backdrop-filter:blur(6px);}
.btn-ghost:hover{background:#fff;color:var(--ink);transform:translateY(-3px);}
.btn-dark{background:var(--ink);color:#fff;}
.btn-dark:hover{background:var(--brand);transform:translateY(-3px);}

/* ---------- Navbar ---------- */
.nav{position:fixed;top:0;left:0;right:0;z-index:60;transition:.3s ease;
  background:rgba(255,255,255,.72);backdrop-filter:blur(16px) saturate(140%);
  -webkit-backdrop-filter:blur(16px) saturate(140%);border-bottom:1px solid rgba(230,238,240,.7);}
/* thin brand accent line across full width */
.nav::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;
  background:var(--brand);}
.nav.scrolled{background:rgba(255,255,255,.92);box-shadow:0 12px 34px -18px rgba(6,42,61,.4);}
.nav-inner{display:flex;align-items:center;justify-content:space-between;height:74px;
  background:transparent;border:0;border-radius:0;transition:.3s ease;}
.nav-logo{display:flex;align-items:center;gap:.7rem;}
.nav-logo img{height:48px;width:auto;transition:.3s ease;}
.nav.scrolled .nav-logo img{height:44px;}
.nav-links{display:flex;align-items:center;gap:.15rem;}
.nav-links a{font-weight:600;font-size:.93rem;color:var(--ink);padding:.55rem .95rem;border-radius:999px;position:relative;transition:.2s;}
/* animated underline on hover */
.nav-links a:not(.btn)::after{content:"";position:absolute;left:50%;bottom:.32rem;width:0;height:2px;border-radius:2px;
  background:var(--accent);transition:.25s ease;transform:translateX(-50%);}
.nav-links a:not(.btn):hover{color:var(--brand);}
.nav-links a:not(.btn):hover::after{width:42%;}
.nav-links .btn{margin-left:.6rem;padding:.6rem 1.35rem;}
.nav-toggle{display:none;font-size:1.5rem;color:var(--ink);background:none;border:0;cursor:pointer;}

@media(max-width:980px){
  .nav-links{position:fixed;inset:74px 0 auto 0;flex-direction:column;align-items:stretch;gap:0;
    background:#fff;padding:1rem;border-bottom:1px solid var(--line);transform:translateY(-130%);transition:.35s;box-shadow:0 24px 40px -20px rgba(0,0,0,.25);}
  .nav-links.open{transform:translateY(0);}
  .nav-links a{padding:.9rem 1rem;border-radius:12px;}
  .nav-links .btn{justify-content:center;margin-top:.4rem;}
  .nav-toggle{display:block;}
}

/* ---------- Hero ---------- */
.hero{position:relative;overflow:hidden;color:#eaf6f8;background:#0a3d62;
  background-image:url("../../bgimages.jpg");background-size:cover;background-position:center;background-repeat:no-repeat;}
.hero::after{content:"";position:absolute;inset:0;z-index:0;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='100' viewBox='0 0 56 100'%3E%3Cpath d='M28 66L0 50V16L28 0l28 16v34zM28 100L0 84V50l28-16 28 16v34z' fill='none' stroke='%23ffffff' stroke-opacity='0.07'/%3E%3C/svg%3E");
  background-size:46px 82px;}
.hero-blob{display:none;}
.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.05fr .95fr;gap:3rem;align-items:center;
  padding-top:9rem;padding-bottom:7rem;}
/* logo-only right column */
.hero-logo-card{background:#fff;border-radius:28px;padding:2.6rem 2.4rem;max-width:430px;margin-inline:auto;
  box-shadow:0 44px 90px -38px rgba(0,0,0,.65);}
.hero-logo-card img{width:100%;display:block;}
/* 10-year trust badge under logo (matches logo card width) */
.hero-badge{width:100%;max-width:430px;margin:1.2rem auto 0;background:#fff;border-radius:16px;padding:1rem;
  display:grid;place-items:center;box-shadow:0 14px 30px -22px rgba(0,0,0,.5);}
.hero-badge img{height:150px;width:auto;display:block;}
/* tilted bottom divider */
.hero-cut{position:absolute;left:0;right:0;bottom:-1px;width:100%;height:74px;z-index:1;display:block;}
.hero h1{font-size:clamp(2.3rem,5vw,4rem);font-weight:800;line-height:1.05;letter-spacing:-.025em;color:#fff;}
.hero p.lead{font-size:1.08rem;color:#bfe1e6;max-width:34rem;line-height:1.7;}
.hero-pill{display:inline-flex;align-items:center;gap:.6rem;background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.22);padding:.45rem .95rem;border-radius:999px;font-size:.82rem;font-weight:600;color:#d9f0f3;}
.hero-stats{display:flex;gap:2.2rem;flex-wrap:wrap;}
.hero-stats .n{font-size:2rem;font-weight:800;color:#fff;font-family:'Sora',sans-serif;}
.hero-stats .l{font-size:.8rem;color:#9fcdd4;text-transform:uppercase;letter-spacing:.08em;}

@keyframes floaty{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}
.floaty{animation:floaty 5s ease-in-out infinite;}
@media(max-width:900px){.hero-grid{grid-template-columns:1fr;gap:2.4rem;padding-top:7rem;padding-bottom:6rem;}
  .hero-logo-card{max-width:340px;}.hero-badge{max-width:340px;}}

/* ---------- Marquee trust bar ---------- */
.marquee{overflow:hidden;background:var(--ink);color:#cfe7ea;}
.marquee-track{display:flex;gap:3.5rem;white-space:nowrap;width:max-content;animation:scrollx 26s linear infinite;padding:.95rem 0;}
.marquee-track span{font-weight:600;font-size:.9rem;letter-spacing:.04em;display:inline-flex;align-items:center;gap:.6rem;}
.marquee-track i{color:var(--accent);}
@keyframes scrollx{to{transform:translateX(-50%)}}

/* ---------- Section frame ---------- */
.section{padding:5.5rem 0;}
.bg-soft{background:var(--soft);}
.bg-soft2{background:var(--soft);}

/* ---------- Feature / Why cards ---------- */
.feature{background:#fff;border:1px solid var(--line);border-radius:20px;padding:1.8rem;transition:.3s;height:100%;}
.feature:hover{transform:translateY(-6px);box-shadow:0 26px 50px -28px rgba(6,42,61,.4);border-color:transparent;}
.feature .ico{width:56px;height:56px;border-radius:15px;display:grid;place-items:center;font-size:1.4rem;color:#fff;
  background:var(--brand);margin-bottom:1.1rem;}
.feature.alt .ico{background:var(--accent);}
.feature h3{font-size:1.12rem;font-weight:700;color:var(--ink);margin-bottom:.4rem;}
.feature p{font-size:.92rem;color:#56707a;line-height:1.6;}

/* ---------- About ---------- */
.about-img-wrap{position:relative;}
.about-img-wrap .ring{position:absolute;inset:-14px;border:2px dashed rgba(11,110,122,.3);border-radius:28px;}
.about-img-wrap img{border-radius:22px;width:100%;box-shadow:0 40px 70px -40px rgba(6,42,61,.55);position:relative;}
.about-badge{position:absolute;left:-18px;bottom:24px;background:#fff;border-radius:18px;padding:1rem 1.2rem;
  box-shadow:0 30px 50px -26px rgba(6,42,61,.5);display:flex;align-items:center;gap:.9rem;}
.about-badge .b-n{font-family:'Sora';font-weight:800;font-size:1.7rem;color:var(--brand);line-height:1;}
.tick{display:flex;gap:.7rem;align-items:flex-start;font-size:.95rem;color:#3a565f;}
.tick i{color:var(--brand);margin-top:.2rem;}

/* ---------- Certifications ---------- */
.cert-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem;max-width:920px;margin-inline:auto;}
@media(max-width:760px){.cert-grid{grid-template-columns:1fr;max-width:340px;}}

/* ---------- Anniversary ---------- */
.anniv{position:relative;overflow:hidden;color:#f3f9fa;background:#062a3d;}
.anniv-rays{display:none;}
.anniv-grid{position:relative;z-index:2;display:grid;grid-template-columns:auto 1fr;gap:3.2rem;align-items:center;padding:5rem 0;}
@media(max-width:820px){.anniv-grid{grid-template-columns:1fr;gap:2.4rem;text-align:center;padding:4rem 0;}}

.anniv-medal{position:relative;width:230px;height:230px;border-radius:50%;display:grid;place-items:center;margin-inline:auto;
  background:var(--accent);padding:6px;}
.anniv-medal::before{content:"";position:absolute;inset:6px;border-radius:50%;background:#fff;}
.anniv-medal .well{position:relative;z-index:2;width:188px;height:188px;border-radius:50%;background:#fff;display:grid;place-items:center;overflow:hidden;}
.anniv-medal img{width:150px;height:auto;filter:drop-shadow(0 6px 12px rgba(6,42,61,.25));}
.anniv-spin{position:absolute;inset:-10px;border-radius:50%;border:2px dashed rgba(255,210,119,.5);animation:spin 22s linear infinite;}
@keyframes spin{to{transform:rotate(360deg)}}

.anniv-eyebrow{display:inline-flex;align-items:center;gap:.55rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;
  font-size:.74rem;color:#ffd277;}
.anniv-eyebrow::before{content:"";width:26px;height:2px;background:#ffd277;display:inline-block;}
.anniv h2{font-family:'Sora';font-weight:800;font-size:clamp(2rem,4.4vw,3.4rem);line-height:1.08;color:#fff;letter-spacing:-.02em;}
.text-gold{color:#ffc46a;}
.anniv p{color:#bfe1e6;font-size:1.02rem;line-height:1.75;max-width:38rem;}
@media(max-width:820px){.anniv p{margin-inline:auto;}}

.anniv-miles{display:flex;flex-wrap:wrap;gap:1rem;}
@media(max-width:820px){.anniv-miles{justify-content:center;}}
.anniv-mile{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14);border-radius:16px;
  padding:1rem 1.3rem;backdrop-filter:blur(6px);min-width:120px;}
.anniv-mile b{display:block;font-family:'Sora';font-weight:800;font-size:1.9rem;color:#fff;line-height:1;}
.anniv-mile span{font-size:.76rem;color:#9fcdd4;text-transform:uppercase;letter-spacing:.07em;}
.cert-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:20px;padding:2rem 1.4rem 1.6rem;
  text-align:center;transition:.3s ease;overflow:hidden;}
.cert-card::before{content:"";position:absolute;inset:0 0 auto 0;height:4px;
  background:var(--brand);transform:scaleX(0);transition:.3s;transform-origin:left;}
.cert-card:hover{transform:translateY(-7px);box-shadow:0 30px 55px -30px rgba(6,42,61,.4);border-color:transparent;}
.cert-card:hover::before{transform:scaleX(1);}
.cert-badge{width:130px;height:130px;margin:0 auto 1.1rem;display:grid;place-items:center;border-radius:50%;
  background:var(--soft);}
.cert-badge img{max-width:100%;max-height:100%;object-fit:contain;filter:drop-shadow(0 8px 16px rgba(6,42,61,.18));transition:.4s;}
.cert-card:hover .cert-badge img{transform:scale(1.07);}
.cert-card h3{font-family:'Sora';font-weight:700;font-size:1.02rem;color:var(--ink);}
.cert-card p{font-size:.82rem;color:#5d757d;margin-top:.3rem;line-height:1.5;}

/* ---------- Stats strip ---------- */
.stats{background:var(--brand);color:#fff;}
.stat-n{font-family:'Sora';font-weight:800;font-size:clamp(2.2rem,4vw,3.1rem);line-height:1;}
.stat-l{color:#a9d3d9;font-size:.86rem;margin-top:.35rem;letter-spacing:.03em;}

/* ---------- Product filters ---------- */
#product-filters{display:flex;flex-wrap:wrap;gap:.55rem;justify-content:center;}
.filter-chip{border:1px solid var(--line);background:#fff;color:#456;font-weight:600;font-size:.86rem;
  padding:.55rem 1.1rem;border-radius:999px;cursor:pointer;transition:.2s;}
.filter-chip:hover{border-color:var(--brand);color:var(--brand);}
.filter-chip.is-active{background:var(--brand);color:#fff;border-color:transparent;}

/* ---------- Product grid ---------- */
#product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.4rem;}
@media(max-width:1100px){#product-grid{grid-template-columns:repeat(3,1fr);}}
@media(max-width:820px){#product-grid{grid-template-columns:repeat(2,1fr);}}
@media(max-width:520px){#product-grid{grid-template-columns:1fr;}}

.product-card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;display:flex;flex-direction:column;
  transition:.3s ease;animation:fadeUp .5s ease both;}
.product-card:hover{transform:translateY(-7px);box-shadow:0 30px 55px -30px rgba(6,42,61,.45);border-color:transparent;}
.product-media{position:relative;display:block;aspect-ratio:1/1;background:#f3f7f8;overflow:hidden;}
.product-media img{width:100%;height:100%;object-fit:cover;transition:.5s;}
.product-card:hover .product-media img{transform:scale(1.07);}
.product-badge{position:absolute;top:.7rem;left:.7rem;background:rgba(6,42,61,.82);color:#fff;font-size:.66rem;
  font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:.32rem .6rem;border-radius:999px;backdrop-filter:blur(4px);}
.product-zoom{position:absolute;top:.7rem;right:.7rem;width:32px;height:32px;border-radius:50%;display:grid;place-items:center;
  background:#fff;color:var(--brand);opacity:0;transform:scale(.6);transition:.25s;box-shadow:0 8px 18px -8px rgba(0,0,0,.4);}
.product-card:hover .product-zoom{opacity:1;transform:scale(1);}
.product-body{padding:1.05rem 1.1rem 1.2rem;display:flex;flex-direction:column;flex:1;}
.product-name{font-family:'Sora';font-weight:700;font-size:1.08rem;color:var(--ink);line-height:1.1;}
.product-name span{display:block;font-family:'Inter';font-weight:500;font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;color:var(--accent);margin-top:.18rem;}
.product-comp{font-size:.82rem;color:#5d757d;line-height:1.45;margin:.6rem 0 .8rem;flex:1;}
.product-meta{display:flex;flex-direction:column;gap:.3rem;font-size:.76rem;color:#43616a;border-top:1px dashed var(--line);padding-top:.7rem;}
.product-meta i{color:var(--brand);width:14px;}
.product-foot{display:flex;align-items:center;justify-content:space-between;margin-top:.85rem;gap:.5rem;}
.product-use{font-size:.74rem;font-weight:700;color:var(--brand-d);background:var(--soft);padding:.3rem .6rem;border-radius:8px;}
.product-enquire{font-size:.8rem;font-weight:700;color:var(--accent);display:inline-flex;align-items:center;gap:.3rem;transition:.2s;}
.product-enquire:hover{gap:.55rem;color:var(--accent-2);}
@keyframes fadeUp{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}

/* ---------- Categories (services) ---------- */
.cat-card{position:relative;border-radius:18px;padding:1.6rem;color:#fff;overflow:hidden;min-height:165px;
  display:flex;flex-direction:column;justify-content:flex-end;transition:.3s;background:var(--brand);}
.cat-card:nth-child(even){background:var(--ink);}
.cat-card:hover{transform:translateY(-6px);}
.cat-card i.bg{position:absolute;right:-10px;top:-12px;font-size:6rem;opacity:.12;}
.cat-card h3{font-size:1.15rem;font-weight:700;}
.cat-card p{font-size:.84rem;color:rgba(255,255,255,.82);margin-top:.25rem;}
.cat-card .cc{font-size:.72rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--accent);margin-bottom:.4rem;}

/* ---------- CSR / Responsibility ---------- */
.csr{background:#eef7f1;position:relative;overflow:hidden;}
.csr-frame{position:relative;max-width:760px;margin-inline:auto;border-radius:24px;padding:10px;
  background:var(--brand);box-shadow:0 22px 50px -34px rgba(6,42,61,.4);}
.csr-frame img{display:block;width:100%;border-radius:16px;}
.csr-frame .csr-zoom{position:absolute;right:22px;bottom:22px;width:42px;height:42px;border-radius:12px;display:grid;place-items:center;
  background:#fff;color:#0b6e7a;box-shadow:0 12px 24px -10px rgba(0,0,0,.4);opacity:.92;transition:.25s;}
.csr-frame:hover .csr-zoom{transform:translateY(-3px);opacity:1;}
.csr-pills{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center;}
.csr-pill{display:inline-flex;align-items:center;gap:.5rem;background:#fff;border:1px solid #d8ece0;color:#1f6b43;
  font-weight:700;font-size:.84rem;padding:.5rem 1rem;border-radius:999px;}
.csr-pill i{color:#3a9d5d;}

/* ---------- Contact ---------- */
.contact-wrap{display:grid;grid-template-columns:1fr 1fr;gap:2.4rem;}
@media(max-width:880px){.contact-wrap{grid-template-columns:1fr;}}
.info-card{display:flex;gap:1rem;align-items:flex-start;background:#fff;border:1px solid var(--line);border-radius:16px;padding:1.15rem 1.2rem;transition:.25s;}
.info-card:hover{box-shadow:0 22px 44px -26px rgba(6,42,61,.4);transform:translateY(-3px);}
.info-card .ico{width:46px;height:46px;border-radius:12px;display:grid;place-items:center;color:#fff;flex:none;
  background:var(--brand);font-size:1.05rem;}
.info-card h4{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:#7d949b;font-weight:700;}
.info-card p,.info-card a{font-size:.96rem;color:var(--ink);font-weight:600;line-height:1.45;word-break:break-word;}
.info-card a:hover{color:var(--brand);}

.form-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:1.8rem;box-shadow:0 36px 70px -44px rgba(6,42,61,.5);}
.field{margin-bottom:1rem;}
.field label{display:block;font-size:.8rem;font-weight:700;color:var(--ink);margin-bottom:.4rem;}
.field input,.field textarea,.field select{width:100%;border:1px solid var(--line);background:var(--soft);border-radius:12px;
  padding:.8rem .95rem;font-size:.93rem;color:var(--ink);transition:.2s;font-family:inherit;}
.field input:focus,.field textarea:focus,.field select:focus{outline:none;border-color:var(--brand);background:#fff;box-shadow:0 0 0 4px rgba(11,110,122,.12);}

/* ---------- Footer ---------- */
.footer{background:var(--ink);color:#bcd4d9;}
.footer-logo{max-width:230px;width:100%;height:auto;display:block;}
.footer a{color:#bcd4d9;transition:.2s;font-size:.92rem;}
.footer a:hover{color:#fff;}
.foot-head{color:#fff;font-weight:700;font-size:1rem;margin-bottom:1.1rem;letter-spacing:.02em;}
.soc{width:40px;height:40px;border-radius:11px;display:grid;place-items:center;background:rgba(255,255,255,.08);color:#dceaed;transition:.25s;}
.soc:hover{background:var(--accent);color:#fff;transform:translateY(-3px);}
.foot-bottom{border-top:1px solid rgba(255,255,255,.1);}

/* ---------- Floating WhatsApp ---------- */
.wa-float{position:fixed;right:20px;bottom:22px;z-index:55;width:58px;height:58px;border-radius:50%;
  background:#25d366;color:#fff;display:grid;place-items:center;font-size:1.7rem;
  box-shadow:0 10px 22px -10px rgba(0,0,0,.35);animation:floaty 4s ease-in-out infinite;}
.wa-float:hover{transform:scale(1.08);}

/* ---------- Back to top ---------- */
.totop{position:fixed;right:22px;bottom:90px;z-index:54;width:46px;height:46px;border-radius:12px;background:var(--ink);
  color:#fff;display:grid;place-items:center;opacity:0;pointer-events:none;transition:.3s;cursor:pointer;}
.totop.show{opacity:1;pointer-events:auto;}
.totop:hover{background:var(--brand);}

/* ---------- Mobile polish ---------- */
img,iframe{max-width:100%;}
@media(max-width:640px){
  html{scroll-padding-top:78px;}
  .container-x{padding-inline:1rem;}
  .section{padding:3.4rem 0;}
  .hero-grid{padding-top:6.5rem;padding-bottom:3.4rem;gap:2rem;}
  .hero h1{font-size:2rem;}
  .hero p.lead{font-size:1rem;}
  .hero-stats{gap:1.3rem;}
  .hero-stats .n{font-size:1.55rem;}
  .hero-logo-card{padding:1.5rem;max-width:260px;border-radius:22px;}
  .hero-badge{max-width:260px;padding:.8rem;}
  .hero-badge img{height:104px;}
  .hero-cut{height:42px;}
  .section-title{font-size:1.6rem;}
  .feature,.cat-card{padding:1.4rem;}
  .form-card{padding:1.3rem;}
  .anniv-medal{width:182px;height:182px;}
  .anniv-medal .well{width:148px;height:148px;}
  .anniv-medal img{width:118px;}
  .anniv-mile{min-width:0;flex:1 1 42%;}
  .anniv-mile b{font-size:1.55rem;}
  .marquee-track{gap:2rem;}
  .btn{padding:.8rem 1.4rem;font-size:.9rem;}
  .wa-float{width:52px;height:52px;font-size:1.5rem;right:16px;bottom:16px;}
  .totop{right:17px;bottom:78px;width:42px;height:42px;}
}

/* ---------- Disclaimer ---------- */
.disclaimer{background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;border-radius:14px;padding:1rem 1.2rem;font-size:.84rem;line-height:1.6;}
.disclaimer i{color:var(--accent);}
