/* ═══════════════════════════════════════════════════
   HARA GLOBAL GATEWAY — style.css
   Fully responsive: mobile / tablet / desktop
═══════════════════════════════════════════════════ */
:root{
  --navy:#0c2740; --navy2:#0a1e35; --blue:#207fd4; --blue2:#1a6bbf;
  --red:#c8102e; --white:#fff; --off:#f5f7fa; --border:#dde3ec;
  --text:#1a2540; --slate:#4a5a72; --muted:#7a8ba0;
  --ff:'Inter',system-ui,sans-serif;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:var(--ff);color:var(--text);background:#fff;overflow-x:hidden;line-height:1.6}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}

.container{max-width:1200px;margin:0 auto;padding:0 20px}
.eyebrow{font-size:.7rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--blue);margin-bottom:10px}
.section-title{font-size:clamp(1.5rem,3.5vw,2.2rem);font-weight:800;color:var(--navy);line-height:1.2;margin-bottom:14px}
.section-lead{font-size:.92rem;color:var(--slate);line-height:1.75;max-width:600px}

/* ═══ NAV ═══ */
.nav-header{
  position:fixed;top:0;left:0;right:0;z-index:1000;
  background:transparent;
  transition:background .4s,box-shadow .4s;
}
.nav-header.scrolled{background:var(--navy);box-shadow:0 2px 20px rgba(0,0,0,.3)}
.nav-inner{
  max-width:1200px;margin:0 auto;padding:0 20px;
  display:flex;align-items:center;justify-content:space-between;height:70px;
}
.logo-img{height:52px;width:auto}
.nav-links{display:flex;align-items:center;gap:0}
.nav-links>a{
  font-size:.8rem;font-weight:600;color:rgba(255,255,255,.88);
  padding:0 12px;height:70px;display:flex;align-items:center;
  border-bottom:3px solid transparent;
  transition:color .2s,border-color .2s;white-space:nowrap;
}
.nav-links>a:hover{color:#fff;border-bottom-color:#4db8ff}
.nav-links>a.nav-cta{
  background:var(--blue);color:#fff;margin-left:8px;height:auto;
  padding:9px 18px;border-bottom:none;border-radius:4px;
}
.nav-links>a.nav-cta:hover{background:var(--blue2)}
.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:6px;z-index:1001}
.hamburger span{display:block;width:24px;height:2px;background:#fff;border-radius:2px;transition:all .3s}

/* ═══ HERO ═══ */
.hero{position:relative;overflow:hidden;height:100vh;height:100svh;min-height:100vh;min-height:100svh;max-height:none}
.hero-slides{position:absolute;inset:0}
.slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transition:opacity 1.2s ease;display:flex;align-items:center}
.slide.active{opacity:1}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,20,45,.85) 0%,rgba(8,20,45,.55) 55%,rgba(8,20,45,.18) 100%)}

.hero-content-wrap{
  position:relative;z-index:2;width:100%;max-width:1200px;margin:0 auto;padding:70px 20px 0;
  display:flex;align-items:center;justify-content:space-between;gap:32px;
}
.hero-text{flex:1;max-width:620px}

.hero-flag-pill{
  display:inline-flex;align-items:center;gap:8px;
  background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.28);
  backdrop-filter:blur(6px);color:#fff;font-size:.9rem;font-weight:700;
  padding:7px 18px;border-radius:40px;margin-bottom:10px;letter-spacing:.05em;
}
.hero-brand-label{
  font-size:.68rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;
  color:rgba(255,255,255,.5);margin-bottom:14px;
}
.hero-eyebrow{
  font-size:.72rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;
  color:#4db8ff;margin-bottom:14px;display:flex;align-items:center;gap:10px;
}
.hero-eyebrow-line{display:none;width:26px;height:2px;background:#4db8ff;flex-shrink:0}

.hero-headline{
  font-size:clamp(1.7rem,4.5vw,3.1rem);font-weight:900;color:#fff;
  line-height:1.13;margin-bottom:16px;font-style:italic;
}
.hero-sub{
  font-size:.94rem;color:rgba(255,255,255,.75);line-height:1.75;
  margin-bottom:28px;max-width:520px;
}
.hero-btns{display:flex;gap:12px;flex-wrap:wrap}
.btn-hero-solid{
  display:inline-block;font-family:var(--ff);font-weight:700;font-size:.88rem;
  padding:14px 28px;border-radius:4px;cursor:pointer;
  background:var(--blue);color:#fff;border:2px solid var(--blue);
  transition:background .2s,transform .15s;
}
.btn-hero-solid:hover{background:var(--blue2);border-color:var(--blue2);transform:translateY(-1px)}
.btn-hero-ghost{
  display:inline-block;font-family:var(--ff);font-weight:600;font-size:.88rem;
  padding:14px 28px;border-radius:4px;cursor:pointer;
  background:transparent;color:#fff;border:2px solid rgba(255,255,255,.52);
  transition:border-color .2s,background .2s;
}
.btn-hero-ghost:hover{border-color:#fff;background:rgba(255,255,255,.08)}

/* Stats panel — right side */
.hero-stats-panel{
  display:flex;flex-direction:column;
  background:rgba(8,20,45,.72);backdrop-filter:blur(10px);
  border:1px solid rgba(255,255,255,.14);border-radius:6px;
  overflow:hidden;min-width:240px;max-width:280px;
}
.hsp-item{padding:16px 20px}
.hsp-item strong{display:block;font-size:.86rem;font-weight:700;color:#fff;margin-bottom:4px;line-height:1.3}
.hsp-item span{font-size:.72rem;color:rgba(255,255,255,.48)}
.hsp-divider{height:1px;background:rgba(255,255,255,.1);margin:0 20px}

.slide-dots{position:absolute;bottom:0;left:0;right:0;display:flex;gap:0;z-index:5;height:4px}
.dot{flex:1;height:4px;background:rgba(255,255,255,.25);cursor:pointer;transition:background .4s,transform .4s;position:relative;overflow:hidden}
.dot::after{content:'';position:absolute;left:0;top:0;height:100%;width:0;background:#4db8ff;transition:width 5.5s linear}
.dot.active{background:rgba(255,255,255,.25)}
.dot.active::after{width:100%}

/* ═══ VALUE STRIP ═══ */
.value-strip{background:var(--navy);border-bottom:1px solid rgba(255,255,255,.07)}
.value-strip-inner{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:repeat(3,1fr)}
.vs-item{display:flex;align-items:center;gap:14px;padding:20px 16px;border-right:1px solid rgba(255,255,255,.07)}
.vs-item:last-child{border-right:none}
.vs-icon{width:40px;height:40px;flex-shrink:0;background:rgba(32,127,212,.15);border-radius:4px;display:flex;align-items:center;justify-content:center}
.vs-icon svg{width:20px;height:20px}
.vs-title{font-size:.82rem;font-weight:700;color:#fff;margin-bottom:2px}
.vs-sub{font-size:.68rem;color:rgba(255,255,255,.45)}

/* ═══ DIRECTION SECTIONS ═══ */
.dir-section{overflow:hidden}
.dir-inner{display:grid;grid-template-columns:1fr 1fr;min-height:560px}
.dir-inner.flipped .dir-content{order:2}
.dir-inner.flipped .dir-image{order:1}

/* India→USA — WHITE background */
.dir-section:not(.dir-dark) .dir-content{background:#fff;padding:56px 48px;display:flex;flex-direction:column;justify-content:center}
.dir-section:not(.dir-dark) .dir-eyebrow{display:flex;align-items:center;gap:10px;font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--blue);margin-bottom:10px}
.dir-section:not(.dir-dark) .dir-title{font-size:clamp(2rem,4.5vw,3.2rem);font-weight:900;color:var(--navy);line-height:1.1;margin-bottom:8px}
.dir-section:not(.dir-dark) .dir-intro{font-size:.9rem;color:var(--slate);margin-bottom:22px;line-height:1.65}

/* USA→India — DARK background */
.dir-dark .dir-content{background:#0b1e3d;padding:56px 48px;display:flex;flex-direction:column;justify-content:center}
.dir-dark .dir-eyebrow{display:flex;align-items:center;gap:10px;font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#4db8ff;margin-bottom:10px}
.dir-dark .dir-title{font-size:clamp(2rem,4.5vw,3.2rem);font-weight:900;color:#fff;line-height:1.1;margin-bottom:8px}
.dir-dark .dir-intro{font-size:.9rem;color:rgba(255,255,255,.68);margin-bottom:22px;line-height:1.65}

.flag-chip{background:#eef4ff;color:var(--blue);font-size:.82rem;font-weight:700;padding:3px 10px;border-radius:20px;border:1px solid #c8d8f0}
.dir-dark .flag-chip{background:rgba(77,184,255,.12);color:#4db8ff;border-color:rgba(77,184,255,.25)}

/* Service list */
.dir-list{list-style:none;margin-bottom:20px}
.dir-list li{display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid var(--border)}
.dir-dark .dir-list li{border-bottom-color:rgba(255,255,255,.08)}
.dir-list li:first-child{border-top:1px solid var(--border)}
.dir-dark .dir-list li:first-child{border-top-color:rgba(255,255,255,.08)}
.dir-icon-box{width:36px;height:36px;flex-shrink:0;border-radius:6px;display:flex;align-items:center;justify-content:center}
.dir-list strong{display:block;font-size:.87rem;font-weight:700;color:var(--navy);margin-bottom:2px}
.dir-dark .dir-list strong{color:#fff}
.dir-list p{font-size:.74rem;color:var(--slate);margin:0;line-height:1.5}
.dir-dark .dir-list p{color:rgba(255,255,255,.52)}

.dir-helping-bar{
  font-size:.77rem;font-weight:600;color:var(--slate);
  padding:10px 0;border-top:1px solid var(--border);
  display:flex;align-items:center;gap:8px;
}
.dark-bar{color:rgba(255,255,255,.55);border-top-color:rgba(255,255,255,.1)}

.dir-image{position:relative;overflow:hidden;min-height:420px}
.dir-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}

/* ═══ HARA PROCESS — image only ═══ */
.process-section{background:#fff;padding:48px 0}
.proc-img-wrap{width:100%;line-height:0}
.proc-full-img{display:block;width:100%;height:auto}

/* ═══ INDUSTRIES / CATEGORIES ═══ */
.industries-section{padding:64px 0;background:var(--off)}
.ind-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.ind-card{border-radius:6px;overflow:hidden;background:#fff;border:1px solid var(--border);box-shadow:0 2px 8px rgba(0,0,0,.06);transition:transform .22s,box-shadow .22s}
.ind-card:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(32,127,212,.13)}
.ind-img-wrap{width:100%;aspect-ratio:4/3;overflow:hidden}
.ind-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.ind-card:hover .ind-img-wrap img{transform:scale(1.05)}
.ind-name{padding:9px 10px;font-size:.76rem;font-weight:700;color:var(--navy);text-align:center;line-height:1.3}

/* ═══ ABOUT ═══ */
.about-section{display:grid;grid-template-columns:1fr 1fr;min-height:520px}
.about-logo-col{background:#fff;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:52px 40px}
.about-bg-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.07;pointer-events:none}
.about-logo-wrap{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}
.about-logo{width:100%;max-width:320px;height:auto}
.about-logo-name{font-size:.9rem;font-weight:800;color:var(--navy);letter-spacing:.08em;text-transform:uppercase}
.about-logo-sub{font-size:.68rem;color:var(--slate);letter-spacing:.12em;text-transform:uppercase}
.about-flags{font-size:1.3rem;background:var(--off);border:1px solid var(--border);padding:7px 22px;border-radius:40px;letter-spacing:.2em;color:var(--navy)}
.about-content{background:var(--navy);padding:56px 48px;display:flex;flex-direction:column;justify-content:center}
.about-content .eyebrow{color:var(--blue)}
.about-content p{font-size:.86rem;color:rgba(255,255,255,.6);line-height:1.8;margin-bottom:14px}
.pillars{margin-top:18px;display:flex;flex-direction:column;gap:10px}
.pillar{display:flex;gap:12px;align-items:flex-start;padding:11px 14px;background:rgba(255,255,255,.05);border-left:2px solid var(--blue);border-radius:0 3px 3px 0}
.pi{font-size:.95rem;margin-top:1px}
.pillar strong{display:block;font-size:.82rem;font-weight:700;color:#fff;margin-bottom:2px}
.pillar p{font-size:.73rem;color:rgba(255,255,255,.48);margin:0}

/* ═══ CONTACT ═══ */
.contact-section{padding:60px 0;background:var(--off)}
.contact-hdr{text-align:center;margin-bottom:36px}
.contact-hdr .section-lead{margin:0 auto}
.contact-cols{display:grid;grid-template-columns:1fr 1.4fr;gap:24px;align-items:start}
.cc-col{background:#fff;border:1px solid var(--border);border-radius:8px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.05);display:flex;flex-direction:column}
.cc-head{background:var(--navy);padding:14px 18px;display:flex;align-items:center;gap:9px}
.cc-head h3{font-size:.88rem;font-weight:700;color:#fff;margin:0}
.cc-head span{font-size:1.1rem}
.cc-body{padding:18px;flex:1;display:flex;flex-direction:column}
.ci-item{margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid var(--border)}
.ci-item:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}
.ci-label{font-size:.65rem;font-weight:700;color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:3px}
.ci-val{font-size:.82rem;color:var(--navy);font-weight:500}
.ci-val a{color:var(--blue);font-weight:600}
.ci-val a:hover{color:var(--navy)}
.ci-flags{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:14px;padding:10px;background:var(--off);border-radius:6px;font-size:.8rem;font-weight:700;color:var(--navy)}
.fg{margin-bottom:11px;display:flex;flex-direction:column;gap:4px}
.fg label{font-size:.65rem;font-weight:700;color:var(--navy);letter-spacing:.05em;text-transform:uppercase}
.fg input,.fg select,.fg textarea{border:1px solid var(--border);border-radius:4px;padding:8px 11px;font-family:var(--ff);font-size:.84rem;color:var(--text);background:#fff;outline:none;transition:border-color .2s,box-shadow .2s;width:100%;resize:vertical}
.fg input:focus,.fg select:focus,.fg textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(32,127,212,.1)}
.fg textarea{min-height:80px}
.btn-submit{width:100%;padding:11px;background:var(--blue);color:#fff;font-family:var(--ff);font-size:.87rem;font-weight:700;border:none;border-radius:4px;cursor:pointer;transition:background .2s}
.btn-submit:hover{background:var(--blue2)}
.form-ok{display:none;margin-top:10px;padding:10px 14px;background:#d1fae5;color:#065f46;border:1px solid #6ee7b7;border-radius:4px;font-size:.8rem;font-weight:600}
.form-ok.visible{display:block}
.cc-cal{padding:13px !important}
.cal-note{font-size:.78rem;color:var(--slate);line-height:1.6;margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid var(--border)}
.cal-note strong{color:var(--navy)}
.cal-alt{text-align:center;padding:10px 0 0;font-size:.72rem;color:var(--muted);border-top:1px solid var(--border);margin-top:10px}
.btn-cal-open{display:inline-block;margin-top:8px;padding:9px 16px;background:var(--blue);color:#fff;font-family:var(--ff);font-size:.78rem;font-weight:700;border-radius:4px}

/* ═══ FOOTER ═══ */
.footer{background:var(--navy);color:rgba(255,255,255,.55)}
.footer-top{max-width:1200px;margin:0 auto;padding:48px 20px 32px;display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:32px}
.ft-logo{height:48px;margin-bottom:14px}
.ft-brand p{font-size:.74rem;color:rgba(255,255,255,.4);margin-bottom:10px}
.ft-contacts{display:flex;flex-direction:column;gap:3px}
.ft-contacts a{font-size:.74rem;color:var(--blue)}
.ft-contacts a:hover{color:#fff}
.ft-links h5,.ft-cta h5{font-size:.62rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.75);margin-bottom:12px}
.ft-links a{display:block;font-size:.74rem;color:rgba(255,255,255,.42);margin-bottom:6px;transition:color .2s}
.ft-links a:hover{color:#fff}
.ft-cta p{font-size:.74rem;color:rgba(255,255,255,.38);line-height:1.6;margin-bottom:14px}
.btn-ft-cta{display:inline-block;padding:10px 18px;background:var(--blue);color:#fff;font-family:var(--ff);font-size:.78rem;font-weight:700;border-radius:4px}
.btn-ft-cta:hover{background:var(--blue2)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.07);padding:16px 20px;max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:6px}
.footer-bottom p{font-size:.68rem;color:rgba(255,255,255,.28)}

/* ═══ FLOAT CTA ═══ */
.float-btn{
  position:fixed;bottom:22px;right:22px;
  background:var(--blue);color:#fff;
  font-family:var(--ff);font-weight:700;font-size:.76rem;
  padding:11px 18px;border-radius:4px;
  box-shadow:0 4px 20px rgba(32,127,212,.45);
  z-index:999;opacity:0;transform:translateY(8px);
  transition:opacity .3s,transform .3s,background .2s;
  pointer-events:none;
}
.float-btn.visible{opacity:1;transform:none;pointer-events:auto}
.float-btn:hover{background:var(--blue2)}

/* ═══════════════════════════
   RESPONSIVE — ≤1100px
═══════════════════════════ */
@media(max-width:1100px){
  .hero-stats-panel{display:none}
  .hero-content-wrap{justify-content:flex-start}
  .ind-grid{grid-template-columns:repeat(3,1fr)}
  .footer-top{grid-template-columns:1fr 1fr;gap:24px}
}

/* ═══════════════════════════
   RESPONSIVE — ≤900px
═══════════════════════════ */
@media(max-width:900px){
  .value-strip-inner{grid-template-columns:1fr}
  .vs-item{border-right:none;border-bottom:1px solid rgba(255,255,255,.07)}
  .vs-item:last-child{border-bottom:none}

  .dir-inner{grid-template-columns:1fr;min-height:auto}
  .dir-inner.flipped .dir-content{order:1}
  .dir-inner.flipped .dir-image{order:2}
  .dir-section:not(.dir-dark) .dir-content{padding:36px 20px}
  .dir-dark .dir-content{padding:36px 20px}
  .dir-image{min-height:0;height:auto}
  .dir-photo{position:relative;inset:auto;width:100%;height:auto;max-height:420px;object-fit:cover;display:block}

  .about-section{grid-template-columns:1fr}
  .about-logo-col{min-height:280px;padding:40px 24px}
  .about-content{padding:40px 24px}

  .contact-cols{grid-template-columns:1fr}
  .proc-phases{grid-template-columns:1fr}
  .proc-pillars{flex-direction:column}
  .pil-sep{width:100%;height:1px;margin:0}
  .ind-grid{grid-template-columns:repeat(2,1fr)}
}

/* ═══════════════════════════
   RESPONSIVE — ≤768px  (Mobile)
═══════════════════════════ */
@media(max-width:768px){
  .container{padding:0 16px}

  /* Hamburger nav */
  .hamburger{display:flex}
  .nav-links{
    display:none;position:fixed;
    top:70px;left:0;right:0;bottom:0;
    background:var(--navy);flex-direction:column;
    padding:16px 20px;overflow-y:auto;z-index:1000;
    border-top:1px solid rgba(255,255,255,.08);
    box-shadow:0 8px 32px rgba(0,0,0,.4);
  }
  .nav-links.open{display:flex}
  .nav-links>a{height:auto;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.1);border-left:none;width:100%;color:rgba(255,255,255,.8);font-size:.9rem}
  .nav-links>a:last-child{border-bottom:none}
  .nav-links>a.nav-cta{margin:14px 0 0;padding:12px 20px;width:100%;text-align:center;color:#fff}

  /* Hero */
  .hero{height:100vh;height:100svh;min-height:100vh;min-height:100svh;max-height:none}
  .hero-headline{font-size:clamp(1.4rem,6vw,2rem)}
  .hero-sub{font-size:.86rem}
  .hero-btns{flex-direction:column}
  .btn-hero-solid,.btn-hero-ghost{width:100%;text-align:center;padding:13px 20px}
  .hero-content-wrap{padding:70px 16px 0}
  /* slide-dots mobile handled */

  /* Direction sections */
  .dir-section:not(.dir-dark) .dir-content{padding:28px 16px}
  .dir-dark .dir-content{padding:28px 16px}
  .dir-image{min-height:0;height:auto}
  .dir-photo{position:relative;inset:auto;width:100%;height:auto;max-height:360px;object-fit:cover;display:block}

  /* Categories */
  .industries-section{padding:44px 0}
  .ind-grid{grid-template-columns:repeat(2,1fr);gap:10px}

  /* About */
  .about-logo-col{padding:32px 16px;min-height:240px}
  .about-logo{max-width:220px}
  .about-content{padding:32px 16px}

  /* Contact */
  .contact-section{padding:44px 0}
  .contact-hdr{margin-bottom:24px}
  .cc-body{padding:14px}

  /* Footer */
  .footer-top{grid-template-columns:1fr;padding:36px 16px 24px;gap:20px}
  .footer-bottom{flex-direction:column;text-align:center;padding:14px 16px;gap:4px}

  .float-btn{bottom:14px;right:14px;font-size:.72rem;padding:10px 14px}
}

/* ═══════════════════════════
   RESPONSIVE — ≤480px
═══════════════════════════ */
@media(max-width:480px){
  .logo-img{height:36px}
  .hero-flag-pill{font-size:.78rem;padding:6px 14px}
  .hero-headline{font-size:clamp(1.3rem,6.5vw,1.8rem)}
  .ps-circle{width:62px;height:62px;padding:10px}
  .proc-step{min-width:78px}
  .ps-arrow{font-size:1.1rem;margin-top:28px}
  .ind-grid{gap:8px}
  .ind-name{font-size:.72rem;padding:7px}
  .about-logo{max-width:190px}
  .proc-banner{flex-direction:column;text-align:center}
}

/* ── Contact form thank you message ── */
.form-thank{
  padding:24px 20px;
  background:#d1fae5;
  border:1.5px solid #34d399;
  border-radius:8px;
  font-size:.95rem;
  font-weight:600;
  color:#065f46;
  line-height:1.6;
  text-align:center;
}

/* ── Hero — guarantee full viewport on all devices ── */
.hero,
.hero-slides,
.slide{
  min-height:100vh;
  min-height:100svh;
}
.hero-slides{position:absolute;top:0;left:0;right:0;bottom:0;min-height:unset}
.slide{min-height:unset}

/* ── Nav logo bigger ── */
.logo-img{height:52px !important;width:auto}

/* ── Footer logo bigger ── */
.ft-logo{height:48px !important;width:auto;margin-bottom:14px}

/* ── Hero stats panel ── */
.hero-stats-panel{
  display:flex;flex-direction:column;
  background:rgba(8,20,45,.72);backdrop-filter:blur(10px);
  border:1px solid rgba(255,255,255,.14);border-radius:6px;
  overflow:hidden;min-width:240px;max-width:280px;flex-shrink:0;
}
.hsp-item{padding:16px 20px}
.hsp-item strong{display:block;font-size:.86rem;font-weight:700;color:#fff;margin-bottom:4px;line-height:1.3}
.hsp-item span{font-size:.72rem;color:rgba(255,255,255,.48)}
.hsp-divider{height:1px;background:rgba(255,255,255,.1);margin:0 20px}

@media(max-width:900px){
  .hero-stats-panel{display:none}
}

/* ── WhatsApp float button — left side ── */
.float-wa{
  position:fixed;bottom:22px;left:22px;z-index:999;
  display:flex;align-items:center;gap:10px;
  background:#25D366;color:#fff;
  font-family:var(--ff);font-weight:700;font-size:.76rem;
  padding:9px 18px 9px 9px;
  border-radius:50px;
  box-shadow:0 4px 24px rgba(37,211,102,.5);
  opacity:0;transform:translateY(8px);
  transition:opacity .3s,transform .3s,background .2s,box-shadow .2s;
  pointer-events:none;text-decoration:none;
}
.float-wa.visible{opacity:1;transform:none;pointer-events:auto}
.float-wa:hover{background:#1db954;box-shadow:0 6px 28px rgba(37,211,102,.6)}
.float-wa svg{width:34px;height:34px;flex-shrink:0;display:block}
.float-wa span{white-space:nowrap;line-height:1;letter-spacing:.01em}

@media(max-width:480px){
  .float-wa{bottom:14px;left:14px;font-size:.7rem;padding:8px 14px 8px 8px}
  .float-wa svg{width:30px;height:30px}
}

/* ── Headline line 2 — blue highlight on slider ── */
.hero-hl2{color:#4db8ff;display:block}

/* ── HTML Editor (About section admin) ── */
.html-editor-wrap{border:1.5px solid #d0dce8;border-radius:8px;overflow:hidden;background:#fff}
.html-toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:5px;padding:8px 10px;background:#f0f5ff;border-bottom:1px solid #d6e4f5}
.tb-label{font-size:.62rem;font-weight:700;color:#6b7e99;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;margin-right:2px}
.html-toolbar button{font-size:.74rem;font-weight:700;padding:4px 10px;border:1.5px solid #c8d8f0;border-radius:5px;background:#fff;color:#1a3a6b;cursor:pointer;font-family:inherit;transition:all .15s}
.html-toolbar button:hover{background:#207fd4;color:#fff;border-color:#207fd4}
.tb-prev-btn{background:#0d1f3c !important;color:#fff !important;border-color:#0d1f3c !important;margin-left:6px}
.html-textarea{width:100%;min-height:180px;border:none !important;padding:12px 14px;font-family:'Courier New',monospace !important;font-size:.83rem;line-height:1.75;color:#1a2a42;background:#fff;resize:vertical;outline:none;display:block}
.html-preview{padding:14px 16px;border-top:1px dashed #d0dce8;background:#f7fafd;font-size:.88rem;line-height:1.75;color:#1a2540}
.html-preview p{margin-bottom:10px}.html-preview strong{font-weight:700}.html-preview h3{font-size:1.1rem;font-weight:800;margin-bottom:8px;color:#0d1f3c}.html-preview h4{font-size:.95rem;font-weight:700;margin-bottom:6px}.html-preview ul{margin:6px 0 10px 20px}.html-preview li{margin-bottom:4px}
.html-hint{font-size:.63rem;color:#9aadbd;padding:6px 12px 8px;background:#f7fafd;border-top:1px solid #edf2f8;line-height:1.5}

/* ── About content HTML rendering ── */
.about-content .about-html-body p{font-size:.86rem;color:rgba(255,255,255,.6);line-height:1.8;margin-bottom:14px}
.about-content .about-html-body strong{color:#fff;font-weight:700}
.about-content .about-html-body ul{margin:8px 0 14px 20px}
.about-content .about-html-body li{font-size:.86rem;color:rgba(255,255,255,.6);line-height:1.8;margin-bottom:6px}
.about-content .about-html-body h3,.about-content .about-html-body h4{color:#fff;margin-bottom:10px}
