:root{
  --red:#c0392b;--red-d:#9e2f23;--red-bg:#fdf2f1;
  --ink:#111;--ink2:#1a1a1a;
  --g1:#3a3a3a;--g2:#5a5a5a;--g3:#8a8a8a;--g4:#b8b8b8;
  --border:#dddbd7;--surface:#f5f4f1;
  --fh:'Plus Jakarta Sans',sans-serif;
  --fb:'DM Sans',sans-serif;
}

body{font-family:var(--fb);color:var(--ink);background:#fff;-webkit-font-smoothing:antialiased;overflow-x:hidden;}

button,input,select,textarea{font-family:var(--fb);}

.sr{opacity:0;transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1);}

.sr.up{transform:translateY(28px);}





.d1{transition-delay:.07s}

.d2{transition-delay:.14s}

.d3{transition-delay:.22s}

.d4{transition-delay:.31s}

/* ═══════════════════════════════
   SCROLL REVEAL
═══════════════════════════════ */

/* ═══════════════════════════════
   HEADER — single row, professional
═══════════════════════════════ */

/* Logo */

/* Inline nav — CENTRED */

/* Each nav item */

/* Standard dropdown — ANCHORED to its own li */

/* If dropdown would overflow right, align to right of li */

/* Right actions */

/* ═══════════════════════════════
   SEARCH OVERLAY — fullscreen, properly working
═══════════════════════════════ */

.so-tags{margin-top:28px;width:100%;max-width:640px;}

.so-tags-label{
  font-family:var(--fb);font-size:11px;font-weight:600;
  letter-spacing:2.5px;text-transform:uppercase;
  color:rgba(255,255,255,.28);margin-bottom:14px;
}

.so-tags-row{display:flex;flex-wrap:wrap;gap:8px;}

.so-tag{
  background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);
  border-radius:3px;padding:8px 15px;
  font-family:var(--fb);font-size:13px;font-weight:500;
  color:rgba(255,255,255,.55);cursor:pointer;
  transition:background .18s,color .18s,border-color .18s;
}

.so-tag:hover{background:var(--red);border-color:var(--red);color:#fff;}

/* ═══════════════════════════════
   MOBILE NAV — 2026 bottom-sheet style
═══════════════════════════════ */

/* Full screen drawer from right */

/* Header */

.mob-x:hover{background:var(--red-bg);color:var(--red);}

/* Search inside drawer */

/* Scrollable content area */

/* Nav items */

/* Nav link row */

/* Sub panel — collapsible */

/* Simple text sub-links */

/* Product image grid in sub panel */

.mob-prod-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:1px;
  background:var(--border);
  margin:0;
}

.mob-prod-item{
  background:#fff;
  display:flex;flex-direction:column;
  align-items:center;justify-content:center;
  gap:6px;padding:12px 8px;
  cursor:pointer;
  text-align:center;
  transition:background .15s;
  position:relative;
}

.mob-prod-item:hover{background:var(--red-bg);}

.mob-prod-item img{
  width:60px;height:60px;
  object-fit:contain;
  filter:drop-shadow(0 3px 6px rgba(0,0,0,.1));
  transition:transform .25s;
}

.mob-prod-item:hover img{transform:scale(1.1) translateY(-2px);}

.mob-prod-item-name{
  font-family:var(--fh);font-size:10.5px;font-weight:700;
  color:var(--ink);line-height:1.2;
  transition:color .15s;
}

.mob-prod-item:hover .mob-prod-item-name{color:var(--red);}

/* Brand logo grid in sub panel */

/* Quick access chips */

.mob-quick{
  padding:14px 20px;
  border-bottom:1px solid var(--border);
}

.mob-quick-label{
  font-family:var(--fb);font-size:10px;font-weight:700;
  letter-spacing:2px;text-transform:uppercase;
  color:var(--g3);margin-bottom:10px;
}

.mob-quick-chips{display:flex;flex-wrap:wrap;gap:7px;}

.mob-chip{
  background:var(--surface);border:1.5px solid var(--border);
  border-radius:30px;padding:6px 13px;
  font-family:var(--fb);font-size:12px;font-weight:500;
  color:var(--g2);cursor:pointer;
  transition:border-color .15s,color .15s,background .15s;
}

.mob-chip:hover{border-color:var(--red);color:var(--red);background:var(--red-bg);}

/* Footer CTA */

/* ═══════════════════════════════
   TRUST RIBBON
═══════════════════════════════ */

#ribbon{background:#f3f2ef;border-bottom:1px solid var(--border);padding:9px 0;}

.rib-row{display:flex;justify-content:center;flex-wrap:wrap;}

.ri{
  display:inline-flex;align-items:center;gap:7px;
  font-family:var(--fb);font-size:12px;font-weight:600;
  color:var(--g1);padding:3px 24px;position:relative;
}

.ri+.ri::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:1px;height:13px;background:var(--border);}

.ri i{color:var(--red);font-size:13px;}

/* ═══════════════════════════════
   HERO — split, no phone in hero
   (phone shown ONCE in contact block)
═══════════════════════════════ */

#hero{
  background:#fff;
  display:grid;
  grid-template-columns:1fr 1fr;
  min-height:420px;
  overflow:hidden;
}

.hero-left{
  padding:64px 52px 64px 0;
  padding-left:max(20px, calc((100vw - 1200px)/2));
  display:flex;flex-direction:column;justify-content:center;
}

@media(max-width:1200px){.hero-left{padding-left:20px;}}

.hero-eyebrow{
  display:inline-flex;align-items:center;gap:10px;
  font-family:var(--fb);font-size:11px;font-weight:700;
  letter-spacing:2.5px;text-transform:uppercase;color:var(--red);
  margin-bottom:20px;
}

.hero-eyebrow::after{content:'';width:40px;height:2px;background:var(--red);}

.hero-h{
  font-family:var(--fh);
  font-size:clamp(34px,4.2vw,54px);
  font-weight:800;color:var(--ink);
  line-height:.98;letter-spacing:-2px;
  margin-bottom:16px;
}

.hero-h em{color:var(--red);font-style:normal;display:block;}

.hero-p{
  font-family:var(--fb);font-size:16px;color:var(--g2);
  line-height:1.78;max-width:400px;
}

.hero-right{
  position:relative;overflow:hidden;
  background:var(--surface);
}

.hero-right img{
  position:absolute;inset:0;width:100%;height:100%;
  object-fit:cover;
  filter:brightness(.82) saturate(1.05);
  transition:transform .8s ease;
}

.hero-right:hover img{transform:scale(1.04);}

/* Subtle gradient left edge so text doesn't clash */

.hero-right::before{
  content:'';
  position:absolute;left:-2px;top:0;bottom:0;
  width:90px;z-index:2;background:#fff;
  clip-path:polygon(0 0,55% 0,0 100%);
}

/* Red bottom accent */

.hero-right::after{
  content:'';position:absolute;bottom:0;left:0;right:0;
  height:4px;background:var(--red);z-index:3;
}

/* Floating info card over the image */

.hero-float-card{
  position:absolute;
  bottom:32px;right:32px;z-index:4;
  background:#fff;border-radius:12px;
  padding:18px 22px;
  box-shadow:0 12px 40px rgba(0,0,0,.15);
  display:flex;align-items:center;gap:14px;
  min-width:230px;
  animation:card-in .8s .4s both;
}

@keyframes card-in{from{opacity:0;transform:translateY(12px);}to{opacity:1;transform:none;}}

.hfc-icon{
  width:48px;height:48px;border-radius:10px;
  background:var(--red-bg);
  display:flex;align-items:center;justify-content:center;
  font-size:22px;color:var(--red);flex-shrink:0;
}

.hfc-num{
  font-family:var(--fh);font-size:26px;font-weight:800;
  color:var(--ink);line-height:1;
}

.hfc-label{
  font-family:var(--fb);font-size:12px;color:var(--g2);
  margin-top:3px;line-height:1.35;
}

/* ISO badge top-right */

.hero-iso{
  position:absolute;top:24px;right:24px;z-index:4;
  background:var(--red);color:#fff;
  font-family:var(--fb);font-size:10.5px;font-weight:700;
  letter-spacing:1.5px;text-transform:uppercase;
  padding:6px 14px;border-radius:30px;
}

/* ═══════════════════════════════
   MAIN CONTACT SECTION
   Left: contact details (one place, complete)
   Right: message form
═══════════════════════════════ */

#contact-main{
  padding:64px 0 72px;
  background:var(--surface);
  border-top:1px solid var(--border);
}

.contact-grid{
  display:grid;
  grid-template-columns:380px 1fr;
  gap:32px;
  align-items:start;
}

/* ── Left: All contact info, ONE place ── */

.contact-info{
  display:flex;flex-direction:column;gap:0;
}

/* Intro card */

.ci-intro{
  background:var(--ink2);border-radius:12px 12px 0 0;
  padding:32px 28px;
  position:relative;overflow:hidden;
}

.ci-intro::before{content:'';position:absolute;bottom:-40px;right:-30px;width:140px;height:140px;border-radius:50%;background:rgba(192,57,43,.08);}

.ci-intro-h{font-family:var(--fh);font-size:22px;font-weight:800;color:#fff;margin-bottom:8px;letter-spacing:-.3px;position:relative;z-index:1;}

.ci-intro-h em{color:var(--red);font-style:normal;}

.ci-intro-p{font-family:var(--fb);font-size:14px;color:rgba(255,255,255,.45);line-height:1.65;position:relative;z-index:1;}

/* Contact details list */

.ci-details{
  background:#fff;border:1.5px solid var(--border);border-top:none;
  border-radius:0 0 4px 4px;
  overflow:hidden;
}

.ci-row{
  display:flex;align-items:flex-start;gap:14px;
  padding:18px 22px;
  border-bottom:1px solid var(--border);
  transition:background .18s;
}

.ci-row:last-child{border-bottom:none;}

.ci-row:hover{background:var(--red-bg);}

.ci-row-icon{
  width:40px;height:40px;border-radius:8px;
  background:var(--red-bg);
  display:flex;align-items:center;justify-content:center;
  font-size:17px;color:var(--red);flex-shrink:0;
  margin-top:1px;
  transition:background .18s,color .18s;
}

.ci-row:hover .ci-row-icon{background:var(--red);color:#fff;}

.ci-row-label{font-family:var(--fh);font-size:12px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;color:var(--g3);margin-bottom:3px;}

.ci-row-val{font-family:var(--fh);font-size:15px;font-weight:700;color:var(--ink);line-height:1.3;}

.ci-row-sub{font-family:var(--fb);font-size:13px;color:var(--g2);margin-top:2px;line-height:1.4;}

.ci-row-link{
  display:inline-flex;align-items:center;gap:4px;
  font-family:var(--fb);font-size:13px;font-weight:600;color:var(--red);
  margin-top:4px;
}

.ci-row-link i{font-size:11px;transition:transform .18s;}

.ci-row:hover .ci-row-link i{transform:translateX(3px);}

/* Channels strip below details */

.ci-channels{
  display:grid;grid-template-columns:1fr 1fr;
  gap:8px;margin-top:8px;
}

.ci-ch{
  display:flex;align-items:center;gap:10px;
  padding:12px 14px;border-radius:8px;
  border:1.5px solid var(--border);background:#fff;
  text-decoration:none;
  transition:border-color .18s,background .18s;
}

.ci-ch:hover{border-color:var(--red);background:var(--red-bg);}

.ci-ch-icon{
  width:36px;height:36px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  font-size:16px;color:#fff;flex-shrink:0;
}

.ci-ch-icon.green{background:#22c55e;}

.ci-ch-icon.blue{background:#0077b5;}

.ci-ch-label{font-family:var(--fh);font-size:13px;font-weight:700;color:var(--ink);line-height:1.1;}

.ci-ch-sub{font-family:var(--fb);font-size:11.5px;color:var(--g3);}

/* ── Right: Form ── */

.form-card{
  background:#fff;border-radius:12px;
  border:1.5px solid var(--border);
  padding:40px 36px;
  box-shadow:0 4px 24px rgba(0,0,0,.05);
}

.form-h{font-family:var(--fh);font-size:24px;font-weight:800;color:var(--ink);margin-bottom:4px;letter-spacing:-.3px;}

.form-h em{color:var(--red);font-style:normal;}

.form-rule{width:40px;height:3px;background:var(--red);border-radius:2px;margin:12px 0 28px;}

.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px;}

.f-field{display:flex;flex-direction:column;}

.f-field label{font-family:var(--fb);font-size:11.5px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;color:var(--g2);margin-bottom:6px;}

.f-field label .req{color:var(--red);}

.f-field input,.f-field select,.f-field textarea{
  font-family:var(--fb);font-size:14.5px;color:var(--ink);
  border:1.5px solid var(--border);border-radius:8px;
  padding:12px 16px;background:#fff;outline:none;
  transition:border-color .2s,box-shadow .2s;width:100%;
}

.f-field input:focus,.f-field select:focus,.f-field textarea:focus{
  border-color:var(--red);box-shadow:0 0 0 3px rgba(192,57,43,.08);
}

.f-field input::placeholder,.f-field textarea::placeholder{color:var(--g4);}

.f-field textarea{resize:vertical;min-height:130px;}

.form-footer{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-top:20px;}

/* Captcha */

.captcha-box{
  display:flex;align-items:center;gap:12px;
  border:1.5px solid var(--border);border-radius:8px;
  padding:11px 16px;background:var(--surface);cursor:pointer;
  transition:border-color .2s;user-select:none;
}

.captcha-box:hover{border-color:var(--g4);}

.captcha-cb{
  width:22px;height:22px;border-radius:3px;
  border:2px solid var(--border);background:#fff;
  display:flex;align-items:center;justify-content:center;
  flex-shrink:0;transition:background .2s,border-color .2s;
}

.captcha-cb.on{background:#4285f4;border-color:#4285f4;color:#fff;}

.captcha-text{font-family:var(--fb);font-size:13.5px;color:var(--g1);}

.captcha-logo{display:flex;flex-direction:column;align-items:center;margin-left:auto;gap:2px;}

.captcha-logo i{font-size:22px;color:#4285f4;}

.captcha-logo span{font-family:var(--fb);font-size:9px;color:var(--g3);}

.btn-send{
  display:inline-flex;align-items:center;gap:8px;
  background:var(--red);color:#fff;border:none;
  border-radius:8px;padding:13px 28px;
  font-family:var(--fb);font-size:15px;font-weight:700;
  transition:background .18s,transform .18s,box-shadow .18s;
  white-space:nowrap;
}

.btn-send:hover{background:var(--red-d);transform:translateY(-2px);box-shadow:0 7px 20px rgba(192,57,43,.3);}

/* Success */

.form-success{display:none;text-align:center;padding:48px 20px;}

.form-success i{font-size:56px;color:#22c55e;margin-bottom:16px;display:block;}

.form-success h3{font-family:var(--fh);font-size:22px;font-weight:800;color:var(--ink);margin-bottom:8px;}

.form-success p{font-family:var(--fb);font-size:15px;color:var(--g2);line-height:1.6;}

/* ═══════════════════════════════
   MAP — full width, address shown ONCE here
═══════════════════════════════ */

#map-section{border-top:1px solid var(--border);}

.map-grid{display:grid;grid-template-columns:1fr 1fr;min-height:320px;}

/* Static map placeholder */

.map-wrap{
  position:relative;overflow:hidden;min-height:320px;
  background:#e8eaed;
}

.map-static{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;}

.map-static::before{
  content:'';position:absolute;inset:0;
  background-image:linear-gradient(rgba(175,180,185,.35) 1px,transparent 1px),linear-gradient(90deg,rgba(175,180,185,.35) 1px,transparent 1px);
  background-size:38px 38px;
}

.map-road{position:absolute;background:rgba(255,255,255,.75);}

.map-road.h1{top:42%;left:0;right:0;height:9px;transform:rotate(-2deg);}

.map-road.h2{top:68%;left:0;right:0;height:5px;transform:rotate(1deg);}

.map-road.v1{left:33%;top:0;bottom:0;width:7px;transform:rotate(1.5deg);}

.map-road.v2{left:60%;top:0;bottom:0;width:4px;}

.map-pin{display:flex;flex-direction:column;align-items:center;position:relative;z-index:2;animation:pin-bounce 2.2s ease-in-out infinite;}

@keyframes pin-bounce{0%,100%{transform:translateY(0);}50%{transform:translateY(-10px);}}

.map-pin i{font-size:54px;color:var(--red);filter:drop-shadow(0 6px 14px rgba(192,57,43,.4));}

.map-pin-label{background:#fff;border-radius:6px;padding:5px 12px;font-family:var(--fh);font-size:13px;font-weight:700;color:var(--ink);box-shadow:0 2px 12px rgba(0,0,0,.12);margin-top:6px;white-space:nowrap;}

/* Directions strip inside map */

.map-dir-btn{
  position:absolute;bottom:18px;left:50%;transform:translateX(-50%);
  display:inline-flex;align-items:center;gap:8px;
  background:var(--red);color:#fff;border:none;border-radius:30px;
  padding:10px 22px;font-family:var(--fb);font-size:13.5px;font-weight:700;
  box-shadow:0 4px 16px rgba(192,57,43,.35);cursor:pointer;white-space:nowrap;z-index:3;
  transition:transform .18s,box-shadow .18s;
}

.map-dir-btn:hover{transform:translateX(-50%) translateY(-2px);box-shadow:0 8px 22px rgba(192,57,43,.4);}

/* Right side: just hours + transport — no address repeat */

.map-right{
  padding:48px 52px;background:#fff;
  display:flex;flex-direction:column;justify-content:center;
}

.map-right-h{font-family:var(--fh);font-size:26px;font-weight:800;color:var(--ink);margin-bottom:4px;letter-spacing:-.3px;}

.map-right-h em{color:var(--red);font-style:normal;}

.map-right-rule{width:36px;height:3px;background:var(--red);border-radius:2px;margin:12px 0 22px;}

.map-info-list{display:flex;flex-direction:column;gap:14px;}

.mi-item{display:flex;align-items:flex-start;gap:12px;}

.mi-icon{font-size:16px;color:var(--red);flex-shrink:0;margin-top:2px;}

.mi-body{}

.mi-label{font-family:var(--fh);font-size:13px;font-weight:700;color:var(--ink);margin-bottom:2px;}

.mi-val{font-family:var(--fb);font-size:14px;color:var(--g2);line-height:1.55;}

/* ═══════════════════════════════
   FOOTER
═══════════════════════════════ */

footer{background:var(--ink);}

.foot-top{border-bottom:1px solid rgba(255,255,255,.08);padding:52px 0 48px;}

.foot-logo-name{font-family:var(--fh);font-size:22px;font-weight:800;color:#fff;}

.foot-tagline{font-family:var(--fb);font-size:13.5px;color:rgba(255,255,255,.45);line-height:1.65;max-width:280px;margin-bottom:22px;}

.foot-ci{display:flex;align-items:center;gap:10px;font-family:var(--fb);font-size:13.5px;color:rgba(255,255,255,.6);transition:color .18s;}

.foot-ci:hover{color:#fff;}

.foot-ci-icon{width:32px;height:32px;border-radius:4px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;font-size:13px;color:var(--red);flex-shrink:0;}

.foot-col-title{font-family:var(--fh);font-size:13px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:rgba(255,255,255,.35);margin-bottom:18px;}

.foot-links{padding:0;margin:0;display:flex;flex-direction:column;gap:10px;}

.foot-links a{font-family:var(--fb);font-size:13.5px;color:rgba(255,255,255,.55);transition:color .18s;display:flex;align-items:center;gap:6px;}

.foot-links a::before{content:'';width:0;height:1px;background:var(--red);transition:width .18s;}

.foot-certs{display:flex;flex-wrap:wrap;gap:8px;}

.foot-cert{border:1px solid rgba(255,255,255,.12);border-radius:4px;padding:8px 12px;text-align:center;}

.foot-cert .ci{font-family:var(--fh);font-size:15px;font-weight:800;color:var(--red);display:block;}

.foot-cert p{font-family:var(--fb);font-size:9.5px;color:rgba(255,255,255,.35);margin:3px 0 0;line-height:1.4;}

.foot-btm{background:rgba(0,0,0,.3);padding:16px 0;border-top:1px solid rgba(255,255,255,.06);}

.foot-btm-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;}

.foot-soc a{width:30px;height:30px;border-radius:4px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.45);font-size:13px;transition:background .18s,color .18s,border-color .18s;}

/* RESPONSIVE */

@media(max-width:1060px){
  .hnl{padding:0 10px;font-size:13px;}
  .hdr-quote{padding:9px 14px;font-size:12.5px;}
  .contact-grid{grid-template-columns:320px 1fr;}
}

@media(max-width:860px){
  
  
  #hero{grid-template-columns:1fr;min-height:auto;}
  .hero-left{padding:48px 20px 36px;order:2;}
  .hero-right{height:300px;order:1;}
  .hero-right::before{display:none;}
  .hero-float-card{bottom:18px;right:18px;min-width:auto;padding:14px 16px;gap:10px;}
  .hfc-num{font-size:20px;}
  .contact-grid{grid-template-columns:1fr;}
  .ci-channels{grid-template-columns:1fr 1fr;}
  .map-grid{grid-template-columns:1fr;}
  .map-right{padding:36px 28px;}
  .form-card{padding:32px 24px;}
  .foot-btm-inner{flex-direction:column;text-align:center;}
  .foot-soc{justify-content:center;}
}

@media(max-width:560px){
  .form-row{grid-template-columns:1fr;}
  .form-footer{flex-direction:column;align-items:stretch;}
  .btn-send{justify-content:center;}
  .ci-channels{grid-template-columns:1fr;}
  .foot-btm-links{justify-content:center;}
}

/* ═══════════════════════════════
   MEGA DROPDOWNS — Products & Brands
═══════════════════════════════ */

/* override for mega */

/* Products mega */

/* Product image grid — 8 per row */

/* Brand logo grid in mega — 6 per row */

@media(max-width:1060px){
  .hnl{padding:0 10px;font-size:13px;}
  .hdr-quote{padding:9px 14px;font-size:12.5px;}
}

@media(max-width:860px){
  
  
  .pcat-grid{grid-template-columns:repeat(3,1fr);}
  .brand-grid{grid-template-columns:repeat(4,1fr);}
  .sh,.sh-w{font-size:28px;}
  .mkt-grid{height:auto;}
  .mkt-c{height:160px;}
  .mkt-c img{height:160px;}
  .mb-i{flex-direction:column;text-align:center;}
  .st-col+.st-col{border-left:none;margin-top:28px;}
  .about-badge{right:-8px;}
  .foot-btm-inner{flex-direction:column;text-align:center;}
  
  
  
  
}

@media(max-width:576px){
  .pcat-grid{grid-template-columns:repeat(2,1fr);}
  .brand-grid{grid-template-columns:repeat(2,1fr);}
  .ri{padding:3px 12px;}
  .hh{letter-spacing:-1px;}
  .about-badge{display:none;}
  .foot-soc{justify-content:center;}
  .foot-btm-links{justify-content:center;}
  
  
  
}
/* ── Contact mobile fixes ── */
@media(max-width:768px){
  .contact-grid{grid-template-columns:1fr;gap:24px;}
  .ci-channels{grid-template-columns:1fr;}
  .map-grid{grid-template-columns:1fr;}
  .map-right{padding:28px 20px;}
  .form-card{padding:24px 18px;}
  #contact-main{padding:40px 0 60px;}
  #map-section{padding:0 0 60px;}
}
@media(max-width:480px){
  .ci-intro-h{font-size:26px;}
  .form-row{grid-template-columns:1fr;}
  .form-footer{flex-direction:column;align-items:stretch;}
  .btn-send{justify-content:center;}
  .contact-hero-h{font-size:24px;}
}

/* ── Contact mobile padding fix ── */
@media(max-width:576px){
  .hero-left{padding:36px 20px 28px !important;}
  #contact-main{padding:32px 0 48px;}
  .contact-grid{padding:0 4px;}
  .ci-intro-h{font-size:24px;}
  .ci-channels{grid-template-columns:1fr;}
  .ci-channel{padding:18px 16px;}
  .form-card{padding:24px 16px;}
  .form-row{grid-template-columns:1fr;}
  .map-right{padding:28px 16px;}
  .btn-send{width:100%;justify-content:center;}
  .map-embed iframe{height:220px;}
}

/* ── Contact comprehensive mobile fix ── */
@media(max-width:600px){
  /* Hero section */
  #hero{min-height:auto;}
  .hero-left{
    padding:36px 20px 28px !important;
  }
  .hero-h{font-size:clamp(24px,7vw,36px);}
  .hero-p{font-size:14px;}
  .hero-btns{flex-wrap:wrap;gap:10px;}
  
  /* Contact info section */
  #contact-main{padding:32px 0 48px;}
  .contact-grid{grid-template-columns:1fr !important;padding:0;}
  .ci-intro{border-radius:10px 10px 0 0;padding:24px 18px;}
  .ci-intro-h{font-size:22px;}
  .ci-channels{grid-template-columns:1fr !important;}
  .ci-channel{padding:16px 14px;}
  .ci-channel-icon{width:36px;height:36px;font-size:16px;}
  
  /* Map section */
  #map-section{padding:0 0 48px;}
  .map-grid{grid-template-columns:1fr !important;}
  .map-embed{border-radius:10px 10px 0 0;}
  .map-embed iframe{height:220px;}
  .map-right{padding:24px 18px;}
  .map-right h2{font-size:20px;}
  
  /* Form */
  .form-card{padding:22px 16px;}
  .form-row{grid-template-columns:1fr !important;}
  .f-field label{font-size:13px;}
  .f-field input, .f-field textarea, .f-field select{font-size:14px;}
  .btn-send{width:100%;justify-content:center;}
  .captcha-box{flex-direction:column;gap:10px;}
  
  /* Direction strip */
  .dir-strip{flex-direction:column;gap:16px;}
}
