/* ============================================================
   TEELO LIFE — teelolife.com  |  Design system
   Palette : navy #0B2A4A · blue #1D6FD4 · leaf #6FBE2C · mist #F4F8FC
   Type    : Bricolage Grotesque (display) · Inter (body) · IBM Plex Mono (labels)
   You normally never need to edit this file.
   ============================================================ */

:root {
  --navy:   #0B2A4A;
  --navy-2: #0F3A63;
  --blue:   #1D6FD4;
  --blue-d: #1559AE;
  --leaf:   #6FBE2C;
  --leaf-d: #559A1C;
  --mist:   #F4F8FC;
  --mist-2: #E9F1FA;
  --white:  #FFFFFF;
  --ink:    #10263C;
  --slate:  #46586E;
  --slate-l:#7387A0;
  --line:   #DDE7F0;

  --shadow-sm: 0 2px 8px rgba(11,42,74,.06);
  --shadow:    0 12px 34px rgba(11,42,74,.10);
  --shadow-lg: 0 26px 60px rgba(11,42,74,.16);

  --radius:   18px;
  --radius-sm:12px;
  --maxw: 1180px;

  --f-display: "Bricolage Grotesque", "Inter", system-ui, sans-serif;
  --f-body: "Inter", system-ui, -apple-system, sans-serif;
  --f-mono: "IBM Plex Mono", ui-monospace, monospace;
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--f-body);
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  font-size: 17px;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: var(--blue); text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--f-display); color: var(--navy); line-height: 1.08; margin: 0 0 .4em; font-weight: 700; letter-spacing: -.01em; }
h1 { font-size: clamp(2.3rem, 5.2vw, 4.1rem); }
h2 { font-size: clamp(1.8rem, 3.6vw, 2.9rem); }
h3 { font-size: 1.28rem; }
p  { margin: 0 0 1rem; }
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
section { position: relative; }

/* ---------- shared helpers ---------- */
.eyebrow {
  font-family: var(--f-mono);
  font-size: .72rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--blue);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  margin-bottom: .9rem;
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--leaf); display: inline-block; }
.lead { font-size: 1.12rem; color: var(--slate); max-width: 62ch; }
.section-pad { padding: clamp(56px, 8vw, 104px) 0; }
.center { text-align: center; }
.center .lead { margin-left: auto; margin-right: auto; }
.text-muted { color: var(--slate); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .55rem;
  font-family: var(--f-body); font-weight: 600; font-size: .98rem;
  padding: .82rem 1.5rem; border-radius: 999px; border: 1.5px solid transparent;
  cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s;
  white-space: nowrap; line-height: 1;
}
.btn svg { width: 18px; height: 18px; }
.btn-primary { background: var(--blue); color: #fff; box-shadow: 0 8px 20px rgba(29,111,212,.30); }
.btn-primary:hover { background: var(--blue-d); transform: translateY(-2px); box-shadow: 0 12px 26px rgba(29,111,212,.38); }
.btn-leaf { background: var(--leaf); color: #12330a; box-shadow: 0 8px 20px rgba(111,190,44,.32); }
.btn-leaf:hover { background: var(--leaf-d); color:#fff; transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--navy); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--blue); color: var(--blue); }
.btn-white { background:#fff; color: var(--navy); }
.btn-white:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-lg { padding: 1rem 1.8rem; font-size: 1.02rem; }

/* ============================================================
   TOP BAR
   ============================================================ */
.topbar {
  background: linear-gradient(90deg, var(--navy) 0%, var(--navy-2) 100%);
  color: #cfe0f2; font-size: .86rem;
}
.topbar .container { display: flex; align-items: center; gap: 26px; height: 46px; }
.topbar .tb-tag { display: flex; align-items: center; gap: .5rem; font-weight: 500; }
.topbar .tb-tag svg { width: 16px; height: 16px; color: var(--leaf); }
.topbar .tb-spacer { flex: 1; }
.topbar .tb-item { display: flex; align-items: center; gap: .45rem; white-space: nowrap; }
.topbar .tb-item svg { width: 15px; height: 15px; color: var(--leaf); }
.topbar a { color: #eaf3ff; }
@media (max-width: 900px){ .topbar .tb-tag, .topbar .tb-loc-2 { display: none; } .topbar .tb-spacer{ flex:1 } }

/* ============================================================
   HEADER / NAV
   ============================================================ */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; gap: 22px; height: 74px; }
.brand { display: flex; align-items: center; gap: .6rem; font-family: var(--f-display); font-weight: 800; font-size: 1.5rem; color: var(--navy); letter-spacing: -.02em; }
.brand .logo-mark { width: 40px; height: 40px; }
.brand img.logo { height: 44px; width: auto; display: block; }
.footer-brand .brand img.logo { height: 52px; }
@media (max-width: 520px){ .brand img.logo { height: 38px; } }
.brand sup { font-size: .5em; color: var(--slate-l); }
.nav-links { display: flex; align-items: center; gap: 4px; margin-left: 18px; }
.nav-links > a, .nav-links .has-drop > button {
  font-family: var(--f-body); font-weight: 500; font-size: .97rem; color: var(--navy);
  background: none; border: 0; cursor: pointer; padding: .55rem .8rem; border-radius: 10px;
  display: inline-flex; align-items: center; gap: .3rem; transition: color .15s, background .15s;
}
.nav-links > a:hover, .nav-links .has-drop > button:hover,
.nav-links > a.active { color: var(--blue); background: var(--mist); }
.nav-links .has-drop { position: relative; }
.nav-links .has-drop > button svg { width: 15px; height: 15px; transition: transform .2s; }
.nav-links .has-drop:hover > button svg { transform: rotate(180deg); }
.dropdown {
  position: absolute; top: calc(100% + 8px); left: 0; min-width: 240px;
  background: #fff; border: 1px solid var(--line); border-radius: 14px;
  box-shadow: var(--shadow); padding: 8px; opacity: 0; visibility: hidden;
  transform: translateY(8px); transition: all .18s ease; z-index: 70;
}
.nav-links .has-drop:hover .dropdown,
.nav-links .has-drop:focus-within .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown a { display: flex; align-items: center; gap: .6rem; padding: .6rem .75rem; border-radius: 9px; color: var(--slate); font-size: .93rem; font-weight: 500; }
.dropdown a:hover { background: var(--mist); color: var(--blue); }
.dropdown a .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--leaf); flex: none; }
.nav-cta { margin-left: auto; display: flex; align-items: center; gap: 10px; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; color: var(--navy); }
.nav-toggle svg { width: 28px; height: 28px; }

@media (max-width: 1000px) {
  .nav-toggle { display: block; margin-left: auto; }
  .nav-cta .btn { display: none; }
  .nav-links {
    position: fixed; inset: 74px 0 auto 0; flex-direction: column; align-items: stretch;
    background: #fff; margin: 0; padding: 14px 20px 26px; gap: 2px;
    border-bottom: 1px solid var(--line); box-shadow: var(--shadow);
    max-height: calc(100vh - 74px); overflow-y: auto;
    transform: translateY(-140%); transition: transform .3s ease; z-index: 55;
  }
  .nav-links.open { transform: translateY(0); }
  .nav-links > a, .nav-links .has-drop > button { width: 100%; padding: .85rem .6rem; font-size: 1.05rem; }
  .nav-links .has-drop { width: 100%; }
  .dropdown { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; border-left: 2px solid var(--mist-2); border-radius: 0; margin: 0 0 8px 14px; padding: 0; }
  .nav-links .has-drop .dropdown { display: none; }
  .nav-links .has-drop.open-sub .dropdown { display: block; }
  .nav-cta .btn.mobile-show { display: inline-flex; margin-top: 10px; }
}

/* ============================================================
   HERO  (signature spec-card layout)
   ============================================================ */
.hero { background: radial-gradient(120% 120% at 85% -10%, var(--mist-2) 0%, var(--mist) 40%, #fff 100%); overflow: hidden; }
.hero .container { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; padding-top: 68px; padding-bottom: 68px; }
.hero h1 { color: var(--navy); }
.hero h1 .accent { color: var(--blue); }
.hero .lead { margin-top: 1.1rem; font-size: 1.18rem; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 2rem; }
.hero-trust { display: flex; gap: 28px; margin-top: 2.4rem; flex-wrap: wrap; }
.hero-trust .stat { display: flex; flex-direction: column; }
.hero-trust .stat b { font-family: var(--f-display); font-size: 1.7rem; color: var(--navy); line-height: 1; }
.hero-trust .stat span { font-size: .82rem; color: var(--slate); margin-top: .3rem; }

/* hero visual: reception scene + floating spec card + industries rail */
.hero-visual { position: relative; }
.hero-scene {
  position: relative; border-radius: 26px; overflow: hidden; box-shadow: var(--shadow-lg);
  aspect-ratio: 4 / 4.6; min-height: 480px; background: linear-gradient(160deg, #14406e, #0b2a4a 70%);
}
.hero-scene .scene-glow { position: absolute; inset: 0; background:
    radial-gradient(60% 40% at 30% 12%, rgba(111,190,44,.20), transparent 70%),
    radial-gradient(50% 45% at 85% 80%, rgba(29,111,212,.35), transparent 70%); }
.hero-scene .droplet { position: absolute; opacity: .9; }
.spec-card {
  position: absolute; left: -26px; bottom: 34px; width: 250px;
  background: #fff; border-radius: 18px; box-shadow: var(--shadow-lg); padding: 16px;
}
.spec-card .sc-bottle { height: 108px; margin: -6px auto 12px; display: grid; place-items: center; }
.spec-card .sc-bottle svg { height: 100%; width: auto; }
.spec-card h4 { font-size: 1.05rem; margin: 0 0 2px; }
.spec-card .sc-price { font-family: var(--f-mono); font-size: .78rem; color: var(--leaf-d); font-weight:600; }
.spec-card .sc-sizes { display: flex; gap: 6px; flex-wrap: wrap; margin: 10px 0 12px; }
.spec-card .sc-size { font-family: var(--f-mono); font-size: .68rem; border: 1px solid var(--line); padding: 3px 8px; border-radius: 7px; color: var(--slate); background: #fff; cursor: pointer; transition: background .15s ease, border-color .15s ease, color .15s ease; }
.spec-card .sc-size:hover { border-color: var(--leaf); color: var(--leaf-d); }
.spec-card .sc-size.active { background: var(--leaf); border-color: var(--leaf); color: #12330a; font-weight: 600; }
.spec-card .btn { width: 100%; justify-content: center; padding: .6rem; font-size: .86rem; }
.spec-card .sc-dots { display: flex; justify-content: center; gap: 6px; margin-top: 12px; }
.spec-card .sc-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--line); cursor: pointer; transition: background .2s ease, width .2s ease; }
.spec-card .sc-dot.on { background: var(--blue); width: 18px; border-radius: 4px; }
.spec-card .sc-media { animation: scFade .45s ease; }
@keyframes scFade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce){ .spec-card .sc-media { animation: none; } }

/* floating industries rail — chips anchored to the right edge so long labels
   grow leftward and never clip; each gently floats for a premium feel */
.industry-rail { position: absolute; right: 14px; top: 22px; z-index: 3;
  display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }
.industry-rail .ir-chip {
  background: rgba(255,255,255,.96); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,.7); border-radius: 14px;
  box-shadow: 0 12px 28px rgba(11,42,74,.24);
  display: inline-flex; align-items: center; gap: 10px; padding: 9px 15px 9px 9px;
  white-space: nowrap; transition: transform .25s ease, box-shadow .25s ease;
  animation: floatChip 4.5s ease-in-out infinite;
}
.industry-rail .ir-chip:nth-child(2){ animation-delay:.5s }
.industry-rail .ir-chip:nth-child(3){ animation-delay:1s }
.industry-rail .ir-chip:nth-child(4){ animation-delay:1.5s }
.industry-rail .ir-chip:nth-child(5){ animation-delay:2s }
.industry-rail .ir-chip:nth-child(6){ animation-delay:2.5s }
.industry-rail .ir-chip:nth-child(7){ animation-delay:3s }
.industry-rail .ir-chip:nth-child(8){ animation-delay:3.5s }
.industry-rail .ir-chip:hover { transform: translateY(-3px) scale(1.03);
  box-shadow: 0 18px 36px rgba(11,42,74,.30); animation-play-state: paused; }
.industry-rail .ir-chip .ic { width: 30px; height: 30px; border-radius: 9px; background: var(--mist-2); display: grid; place-items: center; color: var(--blue); flex: none; }
.industry-rail .ir-chip .ic svg { width: 18px; height: 18px; }
.industry-rail .ir-chip b { font-size: .85rem; color: var(--navy); font-family: var(--f-display); }
@keyframes floatChip { 0%,100%{ transform: translateY(0) } 50%{ transform: translateY(-5px) } }
@media (prefers-reduced-motion: reduce){ .industry-rail .ir-chip{ animation: none } }

/* real product photos (used when a product/category has an img) */
.prod-photo { display: block; margin: 0 auto; object-fit: contain; }
/* Auto photo-or-drawing wrapper: photo shows if it loads; drawing is revealed only if no photo file exists */
.pv-wrap { display: contents; }
.pv-wrap .pv-photo { display: none; }            /* hidden until it loads */
.pv-wrap .pv-draw { display: contents; }         /* drawing is the direct grid item */
.pv-wrap.pv-ok .pv-photo { display: block; margin: 0 auto; } /* real photo loaded */
.pv-wrap.pv-ok .pv-draw { display: none; }       /* hide drawing once photo shows */
.cat-art .prod-photo, .pc-art .prod-photo { height: 100%; width: auto; max-width: 100%; }
.pdp-media .prod-photo { max-height: 380px; width: auto; max-width: 100%; }
.sc-bottle .prod-photo { height: 100%; width: auto; max-width: 100%; }

@media (max-width: 980px) {
  .hero .container { grid-template-columns: 1fr; gap: 28px; padding-top: 44px; padding-bottom: 48px; }
  .hero-scene { display: none; }               /* hide the empty decorative panel on mobile */
  .hero-visual { display: flex; flex-direction: column; }
  .industry-rail {
    position: static; right: auto; top: auto; margin: 0 0 6px; width: 100%; order: 1;
    display: grid; grid-template-columns: 1fr 1fr; gap: 10px;
  }
  .industry-rail .ir-chip { min-width: 0; width: auto; padding: 13px 12px; animation: none; white-space: normal; }
  .industry-rail .ir-chip b { font-size: .92rem; }
  .industry-rail .ir-chip:hover { transform: none; }
  .spec-card { position: static; width: 100%; max-width: 340px; margin: 4px auto 0; order: 2; }
}
@media (max-width: 400px){ .industry-rail { grid-template-columns: 1fr; } }

/* ============================================================
   LOGO STRIP / TRUST
   ============================================================ */
.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.trust-strip .container { display: flex; align-items: center; gap: 40px; flex-wrap: wrap; justify-content: center; padding: 22px 24px; }
.trust-strip .ts-item { display: flex; align-items: center; gap: 10px; color: var(--slate); font-weight: 500; font-size: .95rem; }
.trust-strip .ts-item svg { width: 22px; height: 22px; color: var(--leaf-d); }

/* ============================================================
   SECTION HEADINGS
   ============================================================ */
.sec-head { max-width: 700px; margin: 0 auto 48px; text-align: center; }
.sec-head.left { margin-left: 0; text-align: left; }

/* ============================================================
   PRODUCT CATEGORY GRID
   ============================================================ */
.cat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.cat-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 22px 22px;
  text-align: center; transition: transform .2s, box-shadow .2s, border-color .2s; position: relative; overflow: hidden;
}
.cat-card::before { content:""; position:absolute; inset: 0 0 auto 0; height: 4px; background: linear-gradient(90deg,var(--blue),var(--leaf)); transform: scaleX(0); transform-origin: left; transition: transform .3s; }
.cat-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.cat-card:hover::before { transform: scaleX(1); }
.cat-art { height: 132px; display: grid; place-items: center; margin-bottom: 14px; }
.cat-art svg { height: 100%; width: auto; }
.cat-card h3 { margin-bottom: .3rem; }
.cat-card p { font-size: .92rem; color: var(--slate); margin-bottom: 1rem; min-height: 44px; }
.cat-card .cc-link { font-family: var(--f-mono); font-size: .78rem; font-weight: 600; letter-spacing: .04em; color: var(--blue); display: inline-flex; align-items: center; gap: .4rem; }
.cat-card .cc-link svg { width: 15px; height: 15px; transition: transform .2s; }
.cat-card:hover .cc-link svg { transform: translateX(4px); }
@media (max-width: 900px){ .cat-grid { grid-template-columns: repeat(2,1fr); gap: 16px; } }
@media (max-width: 560px){ .cat-grid { grid-template-columns: 1fr; } }

/* ============================================================
   PRODUCT LISTING (products page)
   ============================================================ */
.prod-filter { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; margin-bottom: 36px; }
.prod-filter button {
  font-family: var(--f-body); font-size: .88rem; font-weight: 500; padding: .5rem 1.05rem;
  border-radius: 999px; border: 1px solid var(--line); background: #fff; color: var(--slate); cursor: pointer; transition: all .15s;
}
.prod-filter button:hover { border-color: var(--blue); color: var(--blue); }
.prod-filter button.active { background: var(--navy); color: #fff; border-color: var(--navy); }
.prod-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.prod-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform .2s, box-shadow .2s; display: flex; flex-direction: column; }
.prod-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.prod-card .pc-art { background: var(--mist); height: 176px; display: grid; place-items: center; padding: 16px; }
.prod-card .pc-art svg { height: 100%; width: auto; }
.prod-card .pc-body { padding: 16px 16px 18px; display: flex; flex-direction: column; flex: 1; }
.prod-card .pc-cat { font-family: var(--f-mono); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; color: var(--leaf-d); margin-bottom: 6px; }
.prod-card h3 { font-size: 1.08rem; margin-bottom: .3rem; }
.prod-card p { font-size: .87rem; color: var(--slate); margin-bottom: 12px; flex: 1; }
.prod-card .pc-sizes { display: flex; gap: 5px; flex-wrap: wrap; margin-bottom: 14px; }
.prod-card .pc-sizes span { font-family: var(--f-mono); font-size: .64rem; border: 1px solid var(--line); padding: 2px 6px; border-radius: 6px; color: var(--slate-l); }
.prod-card .btn { justify-content: center; }
@media (max-width: 980px){ .prod-grid { grid-template-columns: repeat(3,1fr); } }
@media (max-width: 720px){ .prod-grid { grid-template-columns: repeat(2,1fr); gap: 14px; } }
@media (max-width: 460px){ .prod-grid { grid-template-columns: 1fr; } }

/* ============================================================
   PRODUCT DETAIL PAGE
   ============================================================ */
.pdp { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: start; }
.pdp-media { background: var(--mist); border-radius: var(--radius); padding: 40px; display: grid; place-items: center; position: sticky; top: 96px; }
.pdp-media svg { max-height: 380px; width: auto; }
.pdp-body h1 { font-size: clamp(2rem, 4vw, 2.9rem); margin-bottom: .5rem; }
.pdp-tagline { font-size: 1.15rem; color: var(--slate); margin-bottom: 1.4rem; }
.pdp-features { list-style: none; padding: 0; margin: 0 0 1.8rem; }
.pdp-features li { display: flex; align-items: flex-start; gap: .7rem; padding: .5rem 0; border-bottom: 1px dashed var(--line); color: var(--ink); }
.pdp-features li svg { width: 20px; height: 20px; color: var(--leaf-d); flex: none; margin-top: 2px; }
.pdp-sizes-label, .pdp-qty-label { font-family: var(--f-mono); font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; color: var(--slate); display: block; margin-bottom: .6rem; }
.size-chips { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 1.5rem; }
.size-chips button { font-family: var(--f-mono); font-size: .9rem; padding: .55rem 1rem; border: 1.5px solid var(--line); background: #fff; border-radius: 10px; cursor: pointer; color: var(--navy); transition: all .15s; }
.size-chips button:hover { border-color: var(--blue); }
.size-chips button.active { border-color: var(--blue); background: var(--blue); color: #fff; }
.qty-row { display: flex; align-items: center; gap: 14px; margin-bottom: 1.8rem; }
.qty-stepper { display: inline-flex; align-items: center; border: 1.5px solid var(--line); border-radius: 10px; overflow: hidden; }
.qty-stepper button { width: 42px; height: 44px; background: #fff; border: 0; font-size: 1.3rem; cursor: pointer; color: var(--navy); }
.qty-stepper button:hover { background: var(--mist); }
.qty-stepper input { width: 54px; height: 44px; border: 0; border-left: 1px solid var(--line); border-right: 1px solid var(--line); text-align: center; font-family: var(--f-mono); font-size: 1rem; }
.pdp-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.pdp-desc { margin-top: 2rem; padding-top: 1.6rem; border-top: 1px solid var(--line); }
.pdp-desc h2 { font-family: var(--f-display); font-size: 1.4rem; color: var(--navy); margin-bottom: .8rem; }
.pdp-desc p { font-size: 1.02rem; line-height: 1.75; color: var(--ink); margin: 0 0 .9rem; }
.pdp-desc h3 { font-family: var(--f-display); font-size: 1.08rem; color: var(--blue-d, #0F3A63); margin: 1.4rem 0 .6rem; }
.pdp-desc-list { margin: 0 0 1rem; padding-left: 1.2rem; }
.pdp-desc-list li { font-size: 1.02rem; line-height: 1.7; color: var(--ink); margin: 0 0 .35rem; }
.breadcrumb { font-size: .84rem; color: var(--slate-l); margin-bottom: 1.4rem; }
.breadcrumb a { color: var(--slate); } .breadcrumb a:hover{ color: var(--blue); }
.breadcrumb span { margin: 0 .4rem; }
@media (max-width: 820px){ .pdp { grid-template-columns: 1fr; gap: 28px; } .pdp-media { position: static; padding: 28px; } }

/* ============================================================
   FEATURE / WHY-US GRID
   ============================================================ */
.why-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.why-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 24px; transition: transform .2s, box-shadow .2s; }
.why-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.why-card .why-ic { width: 52px; height: 52px; border-radius: 14px; background: linear-gradient(150deg,var(--mist-2),#fff); display: grid; place-items: center; margin-bottom: 16px; color: var(--blue); }
.why-card .why-ic svg { width: 26px; height: 26px; }
.why-card h3 { font-size: 1.12rem; }
.why-card p { font-size: .93rem; color: var(--slate); margin: 0; }
@media (max-width: 860px){ .why-grid { grid-template-columns: 1fr; } }

/* ============================================================
   INDUSTRIES SECTION
   ============================================================ */
.ind-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.ind-card { position: relative; border-radius: var(--radius); overflow: hidden; padding: 30px 26px; color: #fff;
  background: linear-gradient(155deg, var(--navy-2), var(--navy)); min-height: 190px; display: flex; flex-direction: column; justify-content: flex-end; transition: transform .2s; }
.ind-card:hover { transform: translateY(-5px); }
.ind-card::after { content:""; position:absolute; right:-30px; top:-30px; width: 140px; height: 140px; border-radius: 50%; background: radial-gradient(circle, rgba(111,190,44,.35), transparent 70%); }
.ind-card .ind-ic { position: absolute; top: 24px; left: 26px; width: 46px; height: 46px; border-radius: 12px; background: rgba(255,255,255,.12); display: grid; place-items: center; }
.ind-card .ind-ic svg { width: 26px; height: 26px; color: var(--leaf); }
.ind-card h3 { color: #fff; margin-bottom: .35rem; }
.ind-card p { color: #c6d8ec; font-size: .9rem; margin: 0; }
@media (max-width: 860px){ .ind-grid { grid-template-columns: 1fr; } }

/* ============================================================
   STEPS / PROCESS
   ============================================================ */
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; counter-reset: step; }
.step { background: var(--mist); border-radius: var(--radius); padding: 28px 24px; position: relative; }
.step .step-no { font-family: var(--f-mono); font-size: .8rem; font-weight: 600; color: var(--leaf-d); letter-spacing: .1em; }
.step h3 { font-size: 1.12rem; margin: .5rem 0 .35rem; }
.step p { font-size: .92rem; color: var(--slate); margin: 0; }
@media (max-width: 860px){ .steps { grid-template-columns: 1fr; } }

/* ============================================================
   CTA BANNER
   ============================================================ */
.cta-banner { background: linear-gradient(135deg, var(--navy) 0%, var(--blue-d) 100%); border-radius: 28px; padding: clamp(36px,5vw,64px); color: #fff; position: relative; overflow: hidden; text-align: center; }
.cta-banner::before { content:""; position:absolute; left:-60px; bottom:-60px; width: 240px; height: 240px; border-radius: 50%; background: radial-gradient(circle, rgba(111,190,44,.4), transparent 70%); }
.cta-banner h2 { color: #fff; }
.cta-banner p { color: #cfe0f2; max-width: 56ch; margin: 0 auto 1.8rem; }
.cta-banner .btn-group { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; position: relative; }

/* ============================================================
   FORMS
   ============================================================ */
.form-wrap { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(24px,4vw,40px); box-shadow: var(--shadow-sm); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: flex; flex-direction: column; gap: .4rem; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .84rem; font-weight: 600; color: var(--navy); }
.field label .req { color: #d0342c; }
.field input, .field select, .field textarea {
  font-family: var(--f-body); font-size: .98rem; padding: .8rem .9rem; border: 1.5px solid var(--line);
  border-radius: 10px; background: #fff; color: var(--ink); transition: border-color .15s, box-shadow .15s; width: 100%;
}
.field textarea { resize: vertical; min-height: 110px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(29,111,212,.12); }
.form-note { font-size: .82rem; color: var(--slate-l); margin-top: .4rem; }
.form-msg { display: none; padding: 14px 16px; border-radius: 12px; font-size: .92rem; margin-bottom: 16px; }
.form-msg.ok { display: block; background: #e9f8ea; color: #1c6b2a; border: 1px solid #b6e6bd; }
.form-msg.err { display: block; background: #fdeceb; color: #a3271f; border: 1px solid #f3c2be; }
@media (max-width: 640px){ .form-grid { grid-template-columns: 1fr; } }

/* contact split */
.contact-split { display: grid; grid-template-columns: 1fr 1.1fr; gap: 44px; align-items: start; }
.contact-info .ci-item { display: flex; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.contact-info .ci-item .ci-ic { width: 46px; height: 46px; border-radius: 12px; background: var(--mist-2); display: grid; place-items: center; color: var(--blue); flex: none; }
.contact-info .ci-item .ci-ic svg { width: 22px; height: 22px; }
.contact-info .ci-item h4 { margin: 0 0 2px; font-size: 1rem; }
.contact-info .ci-item p, .contact-info .ci-item a { margin: 0; color: var(--slate); font-size: .95rem; }
@media (max-width: 820px){ .contact-split { grid-template-columns: 1fr; gap: 28px; } }

/* ============================================================
   PAGE HERO (inner pages)
   ============================================================ */
.page-hero { background: linear-gradient(160deg, var(--navy) 0%, var(--navy-2) 100%); color: #fff; padding: clamp(48px,7vw,88px) 0 clamp(44px,6vw,72px); position: relative; overflow: hidden; }
.page-hero::before { content:""; position:absolute; right:-80px; top:-80px; width: 340px; height: 340px; border-radius: 50%; background: radial-gradient(circle, rgba(29,111,212,.5), transparent 70%); }
.page-hero::after { content:""; position:absolute; left:-60px; bottom:-90px; width: 260px; height: 260px; border-radius: 50%; background: radial-gradient(circle, rgba(111,190,44,.32), transparent 70%); }
.page-hero .eyebrow { color: var(--leaf); }
.page-hero .eyebrow::before { background: var(--leaf); }
.page-hero h1 { color: #fff; position: relative; }
.page-hero p { color: #cfe0f2; max-width: 60ch; position: relative; margin: 0; }
.page-hero .crumbs { font-size: .82rem; color: #9db8d4; margin-bottom: 1rem; position: relative; }
.page-hero .crumbs a { color: #cfe0f2; }

/* ============================================================
   ABOUT / CONTENT
   ============================================================ */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.split.media-right { direction: ltr; }
.about-visual { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); background: linear-gradient(160deg,#14406e,#0b2a4a); aspect-ratio: 4/3; position: relative; }
.about-visual .scene-glow{ position:absolute; inset:0; background: radial-gradient(60% 50% at 30% 20%, rgba(111,190,44,.22), transparent 70%), radial-gradient(50% 50% at 80% 85%, rgba(29,111,212,.4), transparent 70%); }
.stat-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; margin-top: 8px; }
.stat-box { text-align: center; padding: 24px 16px; background: var(--mist); border-radius: var(--radius); }
.stat-box b { display: block; font-family: var(--f-display); font-size: 2.2rem; color: var(--blue); line-height: 1; }
.stat-box span { font-size: .86rem; color: var(--slate); margin-top: .4rem; display: block; }
.value-list { list-style: none; padding: 0; margin: 1.2rem 0 0; }
.value-list li { display: flex; gap: .7rem; padding: .5rem 0; color: var(--ink); }
.value-list li svg { width: 22px; height: 22px; color: var(--leaf-d); flex: none; }
.value-list .vic { width: 24px; height: 24px; border-radius: 50%; background: var(--mist-2); flex: none; position: relative; margin-top: 2px; }
.value-list .vic::after { content: ""; position: absolute; left: 8px; top: 5px; width: 5px; height: 10px; border: solid var(--leaf-d); border-width: 0 2px 2px 0; transform: rotate(45deg); }
@media (max-width: 820px){ .split { grid-template-columns: 1fr; gap: 30px; } .stat-row { grid-template-columns: repeat(2,1fr); } }

/* ============================================================
   BLOG
   ============================================================ */
.post-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.post-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform .2s, box-shadow .2s; display: flex; flex-direction: column; }
.post-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.post-card .pc-cover { aspect-ratio: 1200/630; background: linear-gradient(150deg,var(--blue),var(--navy)); position: relative; }
.post-card .pc-cover .tag { position: absolute; left: 14px; top: 14px; font-family: var(--f-mono); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; background: rgba(255,255,255,.92); color: var(--navy); padding: 4px 9px; border-radius: 7px; }
.post-card .pc-in { padding: 20px; display: flex; flex-direction: column; flex: 1; }
.post-card .pc-date { font-family: var(--f-mono); font-size: .74rem; color: var(--slate-l); margin-bottom: 8px; }
.post-card h3 { font-size: 1.14rem; margin-bottom: .5rem; }
.post-card p { font-size: .92rem; color: var(--slate); flex: 1; margin-bottom: 14px; }
.post-card .pc-more { font-family: var(--f-mono); font-size: .78rem; font-weight: 600; color: var(--blue); }
.article { max-width: 760px; margin: 0 auto; }
.article p { font-size: 1.05rem; color: var(--ink); }
.article h2 { margin-top: 2rem; }
@media (max-width: 860px){ .post-grid { grid-template-columns: 1fr; } }

/* dealer benefits */
.dealer-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.dealer-card { display: flex; gap: 16px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; }
.dealer-card .dc-ic { width: 48px; height: 48px; border-radius: 12px; background: var(--mist-2); color: var(--blue); display: grid; place-items: center; flex: none; }
.dealer-card .dc-ic svg { width: 24px; height: 24px; }
.dealer-card h3 { font-size: 1.08rem; margin-bottom: .3rem; }
.dealer-card p { margin: 0; font-size: .93rem; color: var(--slate); }
@media (max-width: 720px){ .dealer-grid { grid-template-columns: 1fr; } }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: var(--navy); color: #b8cbe0; padding: 64px 0 0; margin-top: 20px; }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 34px; padding-bottom: 44px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-brand .brand { color: #fff; margin-bottom: 14px; }
.footer-brand p { font-size: .92rem; color: #9db2c9; max-width: 34ch; }
.footer-social { display: flex; gap: 10px; margin-top: 16px; }
.footer-social a { width: 38px; height: 38px; border-radius: 10px; background: rgba(255,255,255,.08); display: grid; place-items: center; color: #cfe0f2; transition: background .15s; }
.footer-social a:hover { background: var(--blue); }
.footer-social a svg { width: 18px; height: 18px; }
.footer-col h4 { color: #fff; font-size: .95rem; letter-spacing: .02em; margin-bottom: 16px; font-family: var(--f-body); font-weight: 600; }
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li { margin-bottom: 10px; }
.footer-col a { color: #b8cbe0; font-size: .92rem; }
.footer-col a:hover { color: #fff; }
.footer-contact .fc-item { display: flex; gap: 10px; margin-bottom: 14px; font-size: .92rem; }
.footer-contact .fc-item svg { width: 18px; height: 18px; color: var(--leaf); flex: none; margin-top: 2px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 22px 0; font-size: .84rem; color: #8ba3bd; flex-wrap: wrap; }
.footer-bottom a { color: #b8cbe0; }
@media (max-width: 860px){ .footer-top { grid-template-columns: 1fr 1fr; gap: 28px; } }
@media (max-width: 520px){ .footer-top { grid-template-columns: 1fr; } }

/* ============================================================
   FLOATING WHATSAPP
   ============================================================ */
.wa-float { position: fixed; right: 20px; bottom: 20px; z-index: 90; display: flex; align-items: center; gap: 0; }
.wa-float a { display: flex; align-items: center; gap: 10px; background: #25D366; color: #fff; font-weight: 600; font-size: .95rem;
  padding: 13px 18px; border-radius: 999px; box-shadow: 0 10px 26px rgba(37,211,102,.45); transition: transform .2s; }
.wa-float a:hover { transform: translateY(-3px) scale(1.02); }
.wa-float a svg { width: 26px; height: 26px; }
.wa-float .wa-label { max-width: 0; overflow: hidden; white-space: nowrap; transition: max-width .3s; }
.wa-float a:hover .wa-label { max-width: 160px; }
@media (max-width: 560px){ .wa-float a .wa-label { display: none; } .wa-float a { padding: 14px; } }

/* ============================================================
   MODAL (quick quote)
   ============================================================ */
.modal-overlay { position: fixed; inset: 0; background: rgba(11,42,74,.55); backdrop-filter: blur(3px); z-index: 100; display: none; align-items: center; justify-content: center; padding: 20px; }
.modal-overlay.open { display: flex; }
.modal { background: #fff; border-radius: var(--radius); max-width: 520px; width: 100%; padding: 30px; position: relative; box-shadow: var(--shadow-lg); max-height: 92vh; overflow-y: auto; }
.modal h3 { margin-bottom: .3rem; }
.modal .modal-sub { color: var(--slate); font-size: .92rem; margin-bottom: 18px; }
.modal-close { position: absolute; right: 16px; top: 16px; background: var(--mist); border: 0; width: 36px; height: 36px; border-radius: 10px; cursor: pointer; font-size: 1.2rem; color: var(--slate); }
.modal-close:hover { background: var(--mist-2); }

/* ============================================================
   MISC
   ============================================================ */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}
:focus-visible { outline: 3px solid var(--blue); outline-offset: 2px; border-radius: 4px; }


/* ---------- Blog article (industry guide pages) ---------- */
.blog-article{max-width:760px;margin:0 auto;font-size:1.06rem;line-height:1.8;color:var(--ink)}
.blog-article h2{font-family:var(--f-display);font-size:1.5rem;line-height:1.25;margin:34px 0 12px;color:var(--navy)}
.blog-article h2:first-child{margin-top:0}
.blog-article h3{font-size:1.16rem;margin:24px 0 8px;color:var(--navy)}
.blog-article h4{font-size:1.02rem;margin:18px 0 6px;color:var(--blue-d,#0F3A63);font-weight:700}
.blog-article p{margin:0 0 16px}
.blog-article ul{margin:0 0 20px;padding-left:22px}
.blog-article li{margin:7px 0}
.blog-article a{color:var(--blue);text-decoration:underline;text-underline-offset:2px}
.blog-article a:hover{color:var(--blue-d)}
a.post-card{text-decoration:none;color:inherit;display:flex;flex-direction:column}
a.post-card .pc-more{color:var(--blue);font-weight:600;margin-top:auto}
@media (max-width:600px){ .blog-article{font-size:1rem} .blog-article h2{font-size:1.3rem} }

/* Blog featured image — show full image, natural ratio, responsive on all devices */
.blog-featured{display:block;width:100%;max-width:960px;height:auto;margin:0 auto 26px;border-radius:16px;box-shadow:0 18px 40px rgba(11,42,74,.14);}
.pc-cover .pc-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;}

/* Blog FAQ block */
.blog-faq{margin-top:40px;padding-top:8px;border-top:2px solid var(--line)}
.blog-faq h2{margin-top:28px}
.blog-faq h3{font-size:1.08rem;margin:22px 0 6px;color:var(--navy)}
.blog-faq p{color:var(--slate,#42576e)}
