/* ============================================================
   HydroCore Precision — demo site
   Type scale, colours, spacing and section heights measured
   directly off the reference site at a 1440px viewport.
   Font sizes are FIXED px (verified: the reference renders the
   same 38.4px at 1440 as the 1905px design frame shows), only
   the container is fluid at 90%.
   ============================================================ */

:root{
  /* colour */
  --primary:#02329e;
  --primary-dk:#022878;
  --primary-lt:#e8eefb;
  --accent:#d90d0d;
  --ink:#000000;
  --body:#4d4d4d;
  --muted:#999696;
  --dark:#000000;          /* process / footer band   */
  --dark-2:#212121;        /* certifications band     */
  --gray:#efeff1;          /* blog band               */
  --line:#e4e4e4;
  --radius:4px;
  --font:"Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"PingFang SC","Microsoft YaHei",sans-serif;

  /* type scale — measured, line-height is a flat 1.3 throughout */
  --fs-h1:48px;    --lh-h1:62.4px;
  --fs-h2:48px;    --lh-h2:62.4px;
  --fs-h2-xl:50px; --lh-h2-xl:70px;
  --fs-h2-md:36px; --lh-h2-md:46.8px;
  --fs-h2-sm:28px; --lh-h2-sm:36.4px;
  --fs-lead:38.4px;--lh-lead:49.92px;
  --fs-h3:22px;    --lh-h3:28.6px;
  --fs-h3-sm:18px; --lh-h3-sm:23.4px;
  --fs-body:16px;  --lh-body:1.7;
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:var(--font);font-size:var(--fs-body);line-height:var(--lh-body);
     color:var(--body);background:#fff;-webkit-font-smoothing:antialiased}
img,svg{max-width:100%;display:block}
a{color:var(--primary);text-decoration:none}
a:hover{text-decoration:underline}
p{margin:0 0 1em}
ul,ol{margin:0 0 1em;padding-left:20px}
li{margin:.35em 0}

h1,h2,h3,h4{color:var(--ink);margin:0;font-weight:600}
h1{font-size:var(--fs-h1);line-height:var(--lh-h1);font-weight:700;margin-bottom:10px}
h2{font-size:var(--fs-h2);line-height:var(--lh-h2);margin-bottom:20px}
h2.xl{font-size:var(--fs-h2-xl);line-height:var(--lh-h2-xl);margin-bottom:0}
h2.md{font-size:var(--fs-h2-md);line-height:var(--lh-h2-md);margin-bottom:0}
h2.sm{font-size:var(--fs-h2-sm);line-height:var(--lh-h2-sm);margin-bottom:20px}
h3{font-size:var(--fs-h3);line-height:var(--lh-h3);margin-bottom:6px}
h4{font-size:var(--fs-h3-sm);line-height:var(--lh-h3-sm)}

/* container: 90% fluid, 16.8px gutters — matches the reference */
.container{max-width:90%;margin:0 auto;padding:0 16.8px}
.row{display:flex;flex-wrap:wrap;margin:0 -12px}
.col{padding:0 12px}

/* spacer blocks — the reference uses standalone height divs, not padding */
.sp-30{height:30px}.sp-50{height:50px}.sp-60{height:60px}.sp-80{height:80px}
.sp-90{height:90px}.sp-100{height:100px}.sp-110{height:110px}

.center{text-align:center}
.muted{color:var(--muted)}
.lead{font-size:var(--fs-lead);line-height:var(--lh-lead);font-weight:600;color:var(--ink)}
.eyebrow{display:inline-block;font-size:14px;font-weight:700;letter-spacing:.16em;
  text-transform:uppercase;color:var(--primary);margin-bottom:14px}
.eyebrow--light{color:#9fc0ff}

/* ---------- buttons ---------- */
.btn{display:inline-block;padding:15px 34px;border-radius:var(--radius);font-weight:600;
  font-size:14px;letter-spacing:.06em;text-transform:uppercase;text-align:center;cursor:pointer;
  white-space:nowrap;border:2px solid transparent;transition:.18s;text-decoration:none!important}
.btn--primary{background:var(--primary);color:#fff}
.btn--primary:hover{background:var(--primary-dk)}
.btn--ghost{border-color:#fff;color:#fff}
.btn--ghost:hover{background:#fff;color:var(--primary)}
.btn--outline{border-color:var(--primary);color:var(--primary)}
.btn--outline:hover{background:var(--primary);color:#fff}
.btn--dark{border-color:#fff;color:#fff}
.btn--dark:hover{background:#fff;color:#000}
.btn--lg{padding:18px 42px;font-size:15px}
.btn-row{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}

/* ---------- topbar / header ---------- */
.topbar{background:#000;color:#cfd6e4;font-size:13px}
.topbar .container{display:flex;justify-content:space-between;align-items:center;
  gap:16px;min-height:38px;flex-wrap:wrap}
.topbar a{color:#cfd6e4}
.topbar .tb-r{display:flex;gap:18px;align-items:center}

.hdr{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:60}
.hdr .container{display:flex;align-items:center;gap:28px;min-height:90px}
.logo{display:flex;align-items:center;gap:10px;text-decoration:none!important;flex:0 0 auto}
.logo__mark{width:36px;height:36px;flex:0 0 auto}
.logo__txt{font-weight:800;font-size:20px;color:var(--ink);line-height:1.1}
.logo__txt small{display:block;font-size:10px;font-weight:600;color:var(--muted);
  letter-spacing:.14em;text-transform:uppercase}
/* nav metrics lifted from the reference: 14px/500, padding 10px 0 (no side padding —
   items are separated by the flex gap), letter-spacing normal, CTA is a 32px pill. */
.nav{margin-left:auto;display:flex;align-items:center;gap:14px}
.nav a{padding:10px 0;font-size:14px;font-weight:500;letter-spacing:normal;white-space:nowrap;
  text-transform:uppercase;color:var(--ink);text-decoration:none!important}
.nav a:hover,.nav a[aria-current]{color:var(--primary)}
/* selector must out-specify `.nav a` (0,1,1), otherwise its 14px wins */
.nav a.nav__cta{margin-left:4px;border-radius:32px;font-size:16px;padding:10px 20px;
  text-transform:none;letter-spacing:normal;font-weight:600;color:#fff}
.nav a.nav__cta:hover{background:var(--primary-dk);color:#fff}
.burger{display:none;margin-left:auto;background:none;border:1px solid var(--line);
  border-radius:5px;padding:8px 10px;cursor:pointer}
.burger span{display:block;width:20px;height:2px;background:var(--ink);margin:4px 0}

/* ---------- hero: parallax swiper, values lifted from the reference ----------
   .cs-hero.cs-style4  height:100vh · padding:80px 120px · align-items:center
   .cs-hero_title      48px/700, margin 0 0 10px      .tit  28px #fff
   .cs-hero_text       clip-path inset(0 100% 0 0) -> inset(0 0% 0 0), .7s, delay .8s
   .cs-entity_img      height:100vh, object-fit:cover
   ---------------------------------------------------------------------------- */
.hero-slider{position:relative;overflow:hidden;background:#0b0f16}
.hero-slider.loading{opacity:0;visibility:hidden}
.hero-slider{transition:opacity .6s ease}
/* Each slide must clip: the parallax handler translates .hero-fig by up to
   half the viewport width, which would otherwise bleed into the next slide. */
.hero-slider .swiper-slide{overflow:hidden;position:relative}
.hero-fig{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;
  background-position:center;background-size:cover;overflow:hidden}
.hero-fig .hero-img{height:100vh;width:100%;object-fit:cover;display:block}
.hero-fig::after{content:"";position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(0,0,0,.72) 0%,rgba(0,0,0,.45) 45%,rgba(0,0,0,.12) 100%)}
.hero-inner{height:100vh;display:flex;align-items:center;padding:80px 120px;position:relative}
.hero-text{position:relative;z-index:10;width:100%;
  clip-path:inset(0 100% 0 0);-webkit-clip-path:inset(0 100% 0 0);
  transition:all .7s ease}
.swiper-slide-active .hero-text{clip-path:inset(0 0% 0 0);-webkit-clip-path:inset(0 0% 0 0);
  transition-delay:.8s;height:85vh;display:flex;flex-direction:column;
  justify-content:flex-end;box-sizing:border-box}
.hero-text .tit{color:#fff;font-size:28px;line-height:1.4;margin:0 0 6px;font-weight:400}
.hero-title{color:#fff;margin:0 0 10px 0;font-weight:700;font-size:48px;
  line-height:62.4px;max-width:1000px;position:relative}
.hero-desc{color:#fff;max-width:800px;margin:14px 0 0;font-size:16px;line-height:1.75}
.hero-btn{display:inline-block;border-radius:15px;background:#02329e;color:#fff;
  padding:10px 20px;font-weight:600;cursor:pointer;transition:all .3s ease;
  text-decoration:none!important;border:none;outline:none;margin-top:26px;font-size:16px}
.hero-btn:hover{background:#f1f1f1;color:#02329e}
/* pagination + arrows, positioned bottom-right like the reference */
.hero-slider .swiper-pagination{position:absolute;bottom:56px;left:auto;right:120px;
  width:auto;z-index:12;display:flex;gap:10px}
.hero-slider .swiper-pagination-bullet{width:34px;height:4px;border-radius:0;
  background:rgba(255,255,255,.45);opacity:1;transition:.25s;cursor:pointer}
.hero-slider .swiper-pagination-bullet-active{background:#02329e;width:44px}

/* inner page banner */
.pbanner{background:linear-gradient(120deg,var(--primary),#0a1f5c);color:#fff;padding:70px 0 66px}
.pbanner h1{color:#fff}
.pbanner p{color:#c9d8f6;margin:14px 0 0;max-width:52em;font-size:17px}
.crumb{font-size:13px;color:#a9bde6;margin-bottom:16px}
.crumb a{color:#dbe6ff}

/* ---------- section bands ---------- */
.band--dark{background:var(--dark);color:#c9cfd8}
.band--dark h2,.band--dark h3,.band--dark h4{color:#fff}
.band--dark2{background:var(--dark-2);color:#c9cfd8}
.band--dark2 h2,.band--dark2 h3{color:#fff}
.band--gray{background:var(--gray)}
.band--grad{background:linear-gradient(120deg,#02329e,#0a1f5c);color:#fff}
.band--grad h2,.band--grad h3{color:#fff}

/* value bar — 1:2 split, exactly as measured (568 : 1137) */
.valuebar{display:grid;grid-template-columns:1fr 2fr;gap:24px;align-items:end}

/* generic inner-page section, mapped onto the measured scale */
.sec{padding:80px 0}
.sec--alt{background:var(--gray)}
.sec--dark{background:var(--dark);color:#c9cfd8}
.sec--dark h2,.sec--dark h3,.sec--dark h4{color:#fff}
.sec__head{max-width:840px;margin:0 auto 46px;text-align:center}
.sec__head p{color:var(--muted);font-size:17px;margin:0}

/* stats */
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:2px;background:var(--line)}
.stat{background:#fff;padding:30px 20px;text-align:center}
.stat b{display:block;font-size:var(--fs-h2-md);line-height:var(--lh-h2-md);
  color:var(--primary);font-weight:700}
.stat span{font-size:14px;color:var(--muted);display:block;margin-top:8px}

/* generic grids */
.grid{display:grid;gap:24px}
.g2{grid-template-columns:repeat(2,1fr)}
.g3{grid-template-columns:repeat(3,1fr)}
.g4{grid-template-columns:repeat(4,1fr)}
.split{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}

/* cards */
.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);
  overflow:hidden;transition:.18s;display:flex;flex-direction:column}
.card:hover{box-shadow:0 8px 26px rgba(2,50,158,.10);transform:translateY(-2px)}
.card__img{background:var(--primary-lt);aspect-ratio:4/3}
.card__img svg{width:100%;height:100%}
.card__body{padding:22px 24px 26px;flex:1;display:flex;flex-direction:column}
.card__body p{color:var(--muted);font-size:15px;flex:1}
.card__link{font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;
  color:var(--primary);margin-top:12px}
.card--dark{background:#141414;border-color:#2a2a2a}
.card--dark .card__body p{color:#9aa3af}

/* process steps */
.steps{counter-reset:s;display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.step{padding:28px 24px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}
.step::before{counter-increment:s;content:counter(s,decimal-leading-zero);
  font-size:34px;font-weight:800;color:var(--primary-lt);line-height:1;display:block;margin-bottom:10px}
.step p{font-size:15px;color:var(--muted);margin:0}
/* Dark bands come in two flavours (.band--dark on the home page, .sec--dark on inner
   pages). Both must restyle .step, otherwise the card stays white while the heading is
   turned white by the band rule — white-on-white, heading invisible. */
.band--dark .step,.sec--dark .step{background:#141414;border-color:#2a2a2a}
.band--dark .step::before,.sec--dark .step::before{color:#26406f}
.band--dark .step p,.sec--dark .step p{color:#9aa3af}
.band--dark .step h3,.sec--dark .step h3{color:#fff}

/* tables */
.tbl{width:100%;border-collapse:collapse;font-size:15px;background:#fff}
.tbl th,.tbl td{padding:14px 16px;border:1px solid var(--line);text-align:left;vertical-align:top}
.tbl th{background:var(--primary);color:#fff;font-weight:600;font-size:13px;
  letter-spacing:.06em;text-transform:uppercase}
.tbl tbody tr:nth-child(even){background:#f6f8fc}
.tbl td:first-child{font-weight:600;color:var(--ink);white-space:nowrap}
.tbl-scroll{overflow-x:auto;border-radius:var(--radius)}

/* certifications */
.badges{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:18px}
.badge{border:1px solid #333;border-radius:var(--radius);padding:26px 18px;text-align:center;
  background:#1a1a1a}
.badge b{display:block;color:#fff;font-size:var(--fs-h3);line-height:var(--lh-h3)}
.badge span{font-size:13px;color:#9aa3af;display:block;margin-top:6px}

/* client logo wall — 69px tall strip, as measured */
.logowall{display:grid;grid-template-columns:repeat(7,1fr);gap:20px;align-items:center}
.logowall div{height:69px;border:1px dashed #cfd6e4;border-radius:var(--radius);
  display:flex;align-items:center;justify-content:center;font-size:11px;color:var(--muted);
  letter-spacing:.08em;text-transform:uppercase;background:#fafbfd}

.pills{display:flex;flex-wrap:wrap;gap:9px;padding:0;list-style:none;margin:0}
.pills li{margin:0}
.pills a{display:inline-block;padding:8px 16px;border:1px solid var(--line);border-radius:100px;
  font-size:14px;color:var(--body);background:#fff;text-decoration:none!important}
.pills a:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-lt)}

/* CTA band — 900px in the reference; kept generous but not empty */
.cta{background:linear-gradient(120deg,var(--primary),#0a1f5c);color:#fff;text-align:center}
.cta h2{color:#fff}
.cta p{color:#c9d8f6;max-width:46em;margin:18px auto 30px;font-size:17px}

/* forms */
.form{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:32px}
.field{margin-bottom:18px}
.field label{display:block;font-size:14px;font-weight:600;color:var(--ink);margin-bottom:6px}
.field .req{color:var(--accent)}
.field input,.field select,.field textarea{width:100%;padding:12px 14px;border:1px solid var(--line);
  border-radius:var(--radius);font-family:inherit;font-size:15px;color:var(--ink);background:#fff}
.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--primary);
  box-shadow:0 0 0 3px rgba(2,50,158,.10)}
.field textarea{min-height:112px;resize:vertical}
.field small{display:block;color:var(--muted);font-size:13px;margin-top:5px}
.drop{border:2px dashed #c3d0e8;border-radius:var(--radius);padding:28px 18px;text-align:center;
  background:#f6f8fc;cursor:pointer;transition:.15s}
.drop:hover,.drop.is-over{border-color:var(--primary);background:var(--primary-lt)}
.drop b{color:var(--primary)}
.drop span{display:block;font-size:13px;color:var(--muted);margin-top:5px}
.filelist{list-style:none;padding:0;margin:12px 0 0;font-size:14px}
.filelist li{display:flex;justify-content:space-between;gap:12px;padding:8px 12px;background:#f6f8fc;
  border:1px solid var(--line);border-radius:var(--radius);margin:6px 0}
.form-note{background:var(--primary-lt);border-left:3px solid var(--primary);padding:15px 17px;
  font-size:14px;border-radius:0 var(--radius) var(--radius) 0;margin-bottom:22px}

/* blog article */
.post{max-width:820px;margin:0 auto}
.post h2{margin-top:1.5em;font-size:var(--fs-h2-md);line-height:var(--lh-h2-md)}
.post h3{margin-top:1.3em}
.post figure{margin:30px 0}
.post figcaption{font-size:13px;color:var(--muted);text-align:center;margin-top:8px}
.post blockquote{border-left:3px solid var(--primary);margin:26px 0;padding:6px 0 6px 22px;
  color:var(--ink);font-size:18px}
.meta{font-size:14px;color:var(--muted);margin-bottom:24px}

/* footer — h3 18/23.4 with 35px bottom margin, as measured */
.ftr{background:#000;color:#a7b1c2;padding:70px 0 0;font-size:15px}
.ftr h3{color:#fff;font-size:var(--fs-h3-sm);line-height:var(--lh-h3-sm);margin-bottom:35px}
.ftr a{color:#a7b1c2;text-decoration:none}
.ftr a:hover{color:#fff}
.ftr ul{list-style:none;padding:0;margin:0}
.ftr li{margin:9px 0}
.ftr__grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.3fr;gap:36px;padding-bottom:50px}
.ftr__bot{border-top:1px solid #222;padding:22px 0;display:flex;justify-content:space-between;
  gap:16px;flex-wrap:wrap;font-size:13px;color:#7e8899}

.demo-flag{background:#fff3cd;border-bottom:1px solid #ffe08a;color:#6b5200;
  font-size:13px;text-align:center;padding:8px 16px}
.demo-flag b{color:#4a3800}

/* ---------- floating controls (reference has both) ---------- */
.fab-chat{position:fixed;right:26px;top:52%;z-index:70;width:46px;height:46px;border-radius:50%;
  background:#25d366;display:flex;align-items:center;justify-content:center;
  box-shadow:0 4px 16px rgba(0,0,0,.22);transition:.2s}
.fab-chat:hover{transform:scale(1.08)}
.fab-chat svg{width:24px;height:24px;fill:#fff}
.fab-top{position:fixed;right:26px;bottom:30px;z-index:70;width:46px;height:46px;border-radius:50%;
  background:#02329e;display:flex;align-items:center;justify-content:center;border:none;
  cursor:pointer;opacity:0;pointer-events:none;transition:opacity .25s,transform .2s}
.fab-top.is-on{opacity:1;pointer-events:auto}
.fab-top:hover{transform:translateY(-3px)}
.fab-top svg{width:20px;height:20px;fill:#fff}

/* ---------- header search (reference has a search icon before the CTA) ---------- */
.nav-search{background:none;border:1px solid var(--line);width:49px;height:49px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;cursor:pointer;margin-left:8px;
  flex:0 0 auto;transition:.2s}
.nav-search:hover{border-color:var(--primary);background:var(--primary-lt)}
.nav-search svg{width:18px;height:18px;stroke:var(--ink);fill:none;stroke-width:2}
.searchbar{display:none;border-bottom:1px solid var(--line);background:#fff;padding:16px 0}
.searchbar.is-open{display:block}
.searchbar input{width:100%;padding:13px 16px;border:1px solid var(--line);border-radius:var(--radius);
  font-family:inherit;font-size:16px}
.searchbar input:focus{outline:none;border-color:var(--primary)}
.nav .caret{display:inline-block;margin-left:5px;font-size:9px;opacity:.7;vertical-align:middle}

/* ---------- responsive ----------
   Breakpoints and type sizes measured on the reference at 1440 / 768 / 390.
   Note the hero headline gets BIGGER on tablet (48 -> 60) before dropping to
   26 on phones — that is the reference's real behaviour, verified in-browser,
   not a transcription slip.
   -------------------------------------------------------------------------- */

/* nav: 9 items + search + pill CTA stop fitting below ~1360 */
@media (max-width:1360px){
  .nav{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;
    align-items:stretch;padding:10px;gap:0;border-bottom:1px solid var(--line);
    box-shadow:0 10px 24px rgba(0,0,0,.08)}
  .nav.is-open{display:flex}
  .nav a{padding:13px 14px;border-bottom:1px solid var(--line)}
  .nav a:last-of-type{border-bottom:0}
  .nav a.nav__cta{margin:10px 0 4px;text-align:center}
  .nav-search{display:none}
  .burger{display:block}
}
/* container stays 90% at EVERY breakpoint on the reference
   (1440->1283, 768->678, 390->338). Do not widen it on small screens. */

/* ---- tablet: <=1199 ---- */
@media (max-width:1199px){
  :root{
    --fs-h2:26px;    --lh-h2:33.8px;
    --fs-h2-xl:30px; --lh-h2-xl:39px;
    --fs-h2-md:26px; --lh-h2-md:33.8px;
    --fs-h2-sm:22px; --lh-h2-sm:28.6px;
    --fs-lead:26px;  --lh-lead:33.8px;
    --fs-h3:20px;    --lh-h3:26px;
  }
  .hdr .container{min-height:80px}
  .hero-inner{padding:80px 15px}
  .hero-title{font-size:60px;line-height:78px}
  .hero-slider .swiper-pagination{right:40px;bottom:40px}
  .sec{padding:60px 0}
  .g3,.g4{grid-template-columns:repeat(2,1fr)}
  .steps{grid-template-columns:repeat(2,1fr)}
  .stats{grid-template-columns:repeat(2,1fr)}
  .logowall{grid-template-columns:repeat(4,1fr)}
  .ftr__grid{grid-template-columns:1fr 1fr;gap:28px}
  .sp-90,.sp-100,.sp-110{height:60px}.sp-80{height:50px}
}

/* ---- phone: <=767 ---- */
@media (max-width:767px){
  :root{
    --fs-h1:26px;    --lh-h1:33.8px;
    --fs-h2:26px;    --lh-h2:33.8px;
    --fs-h2-xl:26px; --lh-h2-xl:33.8px;
    --fs-h2-md:24px; --lh-h2-md:31.2px;
    --fs-h2-sm:20px; --lh-h2-sm:26px;
    --fs-lead:22px;  --lh-lead:28.6px;
    --fs-h3:20px;    --lh-h3:26px;
    --fs-h3-sm:16px; --lh-h3-sm:20.8px;
  }
  .logo__mark{width:32px;height:32px}
  .logo__txt{font-size:17px}
  .logo__txt small{font-size:9px}
  .hero-inner{padding:80px 20px}
  .hero-title{font-size:26px;line-height:33.8px}
  .hero-text .tit{font-size:18px;line-height:25.6px}
  .hero-desc{font-size:15px}
  .swiper-slide-active .hero-text{height:auto;justify-content:center}
  .hero-slider .swiper-pagination{right:20px;bottom:26px}
  .hero-slider .swiper-pagination-bullet{width:26px}
  .sec{padding:48px 0}
  .split,.valuebar,.g2,.g3,.g4,.steps{grid-template-columns:1fr;gap:22px}
  .stats{grid-template-columns:repeat(2,1fr)}
  .logowall{grid-template-columns:repeat(3,1fr)}
  .ftr{padding:48px 0 0}
  .ftr__grid{grid-template-columns:1fr;gap:26px;padding-bottom:34px}
  .ftr h3{margin-bottom:18px}
  .ftr__bot{flex-direction:column;gap:8px}
  .sp-90,.sp-100,.sp-110{height:44px}.sp-80{height:38px}.sp-60{height:34px}
  .form{padding:20px}
  .tbl th,.tbl td{padding:11px 12px;font-size:14px}
  .fab-chat{right:12px;width:42px;height:42px}
  .fab-top{right:12px;bottom:16px;width:42px;height:42px}
  .btn{padding:13px 26px;font-size:13px}
  .btn--lg{padding:15px 30px;font-size:14px}
  .pbanner{padding:44px 0 42px}
  .post h2{margin-top:1.2em}
}

/* ---- small phone: <=575 ---- */
@media (max-width:575px){
  .stats{grid-template-columns:1fr}
  .logowall{grid-template-columns:repeat(2,1fr)}
  .topbar .tb-l{display:none}
  .topbar .container{justify-content:center}
  .btn-row{flex-direction:column;align-items:stretch}
  .btn-row .btn{width:100%}
}
