
@font-face{
  font-family:'Big Shoulders Display';
  font-style:normal;
  font-weight:600;
  font-display:swap;
  src:url(../fonts/BigShouldersDisplay-600.woff2) format('woff2');
}
@font-face{
  font-family:'Big Shoulders Display';
  font-style:normal;
  font-weight:700;
  font-display:swap;
  src:url(../fonts/BigShouldersDisplay-700.woff2) format('woff2');
}
@font-face{
  font-family:'Big Shoulders Display';
  font-style:normal;
  font-weight:800;
  font-display:swap;
  src:url(../fonts/BigShouldersDisplay-800.woff2) format('woff2');
}
@font-face{
  font-family:'Big Shoulders Display';
  font-style:normal;
  font-weight:900;
  font-display:swap;
  src:url(../fonts/BigShouldersDisplay-900.woff2) format('woff2');
}
@font-face{
  font-family:'Inter';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url(../fonts/Inter-400.woff2) format('woff2');
}
@font-face{
  font-family:'Inter';
  font-style:normal;
  font-weight:500;
  font-display:swap;
  src:url(../fonts/Inter-500.woff2) format('woff2');
}
@font-face{
  font-family:'Inter';
  font-style:normal;
  font-weight:600;
  font-display:swap;
  src:url(../fonts/Inter-600.woff2) format('woff2');
}
@font-face{
  font-family:'Inter';
  font-style:normal;
  font-weight:700;
  font-display:swap;
  src:url(../fonts/Inter-700.woff2) format('woff2');
}
@font-face{
  font-family:'Inter';
  font-style:normal;
  font-weight:800;
  font-display:swap;
  src:url(../fonts/Inter-800.woff2) format('woff2');
}


/* ============================================================
   TOKENS
   ============================================================ */
:root{
  --black:        #0a0a0c;
  --charcoal:      #17181b;
  --charcoal-2:    #1f2023;
  --charcoal-3:    #232427;
  --hairline:      rgba(199,203,209,0.14);
  --silver:        #c7cbd1;
  --silver-dim:    #8c9096;
  --off-white:     #f5f4f0;
  --body-grey:     #b9bac0;
  --gold:          #f2a900;
  --gold-light:    #ffc93c;
  --gold-dim:      rgba(242,169,0,0.35);
  --bp-green:      #0f7a34;
  --bp-green-lt:   #3dbe5c;
  --shell-red:     #d8232a;
  --shell-red-lt:  #ef4a4a;
  --shell-yellow:    #ffd400;
  --shell-yellow-lt: #ffe066;
  --shell-yellow-dim: rgba(255,212,0,0.35);
  --green-dim:     rgba(15,122,52,0.35);
  --red-dim:       rgba(216,35,42,0.35);
  --glow-green:    rgba(61,190,92,0.22);
  --glow-yellow:   rgba(255,212,0,0.22);
  --glow-red:      rgba(239,74,74,0.22);
  --brand-gradient: linear-gradient(100deg, var(--bp-green-lt) 0%, var(--shell-yellow) 50%, var(--shell-red-lt) 100%);

  --font-display:  'Big Shoulders Display', 'Arial Narrow', 'Helvetica Neue', Arial, sans-serif;
  --font-body:     'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  --container:     1320px;
  --radius-card:   14px;
  --radius-btn:    9px;
  --radius-pill:   999px;

  --ease:          cubic-bezier(.4,0,.2,1);
}

*{ box-sizing:border-box; margin:0; padding:0; }
html{ scroll-behavior:smooth; overflow-x:hidden; width:100%; }
@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior:auto; }
  *{ animation-duration:0.001ms !important; animation-iteration-count:1 !important; transition-duration:0.001ms !important; scroll-behavior:auto !important; }
}

body{
  background:var(--black);
  color:var(--off-white);
  font-family:var(--font-body);
  line-height:1.6;
  overflow-x:hidden;
  position:relative;
}

body::before{
  content:"";
  position:fixed; inset:0;
  z-index:2;
  pointer-events:none;
  opacity:0.035;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode:overlay;
}

img, svg{ display:block; max-width:100%; }
a{ color:inherit; text-decoration:none; }
ul{ list-style:none; }
button, input, textarea{ font-family:inherit; color:inherit; }

.wrap{
  max-width:var(--container);
  margin:0 auto;
  padding:0 32px;
}
@media (max-width:640px){ .wrap{ padding:0 20px; } }

.eyebrow{
  display:inline-flex; align-items:center; gap:13px;
  font-family:var(--font-body);
  font-size:21px; font-weight:800;
  letter-spacing:0.13em;
  text-transform:uppercase;
  color:var(--gold-light);
}
.eyebrow::before{
  content:"";
  width:32px; height:2.5px;
  background:linear-gradient(90deg, var(--gold), transparent);
}
.eyebrow--green{ color:var(--bp-green-lt); }
.eyebrow--green::before{ background:linear-gradient(90deg, var(--bp-green-lt), transparent); }
.eyebrow--yellow{ color:var(--shell-yellow-lt); }
.eyebrow--yellow::before{ background:linear-gradient(90deg, var(--shell-yellow), transparent); }
.eyebrow--red{ color:var(--shell-red-lt); }
.eyebrow--red::before{ background:linear-gradient(90deg, var(--shell-red-lt), transparent); }
.eyebrow--brand{
  background:var(--brand-gradient); -webkit-background-clip:text; background-clip:text; color:transparent;
}
.eyebrow--brand::before{ background:linear-gradient(90deg, var(--bp-green-lt), transparent); }

h1,h2,h3{
  font-family:var(--font-display);
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:-0.01em;
  line-height:0.98;
  color:var(--off-white);
}

.section-head{
  max-width:640px;
  margin-bottom:46px;
}
@media (max-width:560px){ .section-head{ margin-bottom:34px; } }
.section-head h2{
  font-size:clamp(34px,4.6vw,52px);
  margin-top:22px;
}
.section-head h2:first-child{ margin-top:0; }
.section-head h2, h2.section-head, .contact-top h2{ white-space:nowrap; }
@media (max-width:820px){
  .section-head h2, h2.section-head, .contact-top h2{ white-space:normal; }
}
.section-head p{
  margin-top:18px;
  color:var(--body-grey);
  font-size:16.5px;
  max-width:520px;
}

section{
  position:relative;
  padding:96px 0;
  z-index:1;
}
@media (max-width:768px){ section{ padding:72px 0; } }
@media (max-width:560px){ section{ padding:48px 0; } }

.divider{
  position:relative;
  height:1px;
  background:linear-gradient(90deg, transparent, var(--hairline) 20%, var(--hairline) 80%, transparent);
}
.divider .drop{
  position:absolute; left:50%; top:50%;
  transform:translate(-50%,-50%);
  width:34px; height:34px;
  border-radius:50%;
  background:var(--charcoal-2);
  border:1px solid var(--hairline);
  display:flex; align-items:center; justify-content:center;
}
.divider .drop svg{ width:14px; height:14px; }

/* ============================================================
   REVEAL / SCROLL ANIMATION
   ============================================================ */
.reveal{ opacity:1; transform:none; }
html.js .reveal{ opacity:0; transform:translateY(22px); transition:opacity .6s var(--ease), transform .6s var(--ease); }
html.js .reveal.in{ opacity:1; transform:translateY(0); }
.reveal-stagger > * { opacity:1; transform:none; }
html.js .reveal-stagger > * { opacity:0; transform:translateY(18px); transition:opacity .55s var(--ease), transform .55s var(--ease); }
html.js .reveal-stagger.in > * { opacity:1; transform:translateY(0); }
html.js .reveal-stagger.in > *:nth-child(1){ transition-delay:.02s; }
html.js .reveal-stagger.in > *:nth-child(2){ transition-delay:.10s; }
html.js .reveal-stagger.in > *:nth-child(3){ transition-delay:.18s; }
html.js .reveal-stagger.in > *:nth-child(4){ transition-delay:.26s; }
html.js .reveal-stagger.in > *:nth-child(5){ transition-delay:.34s; }
html.js .reveal-stagger.in > *:nth-child(6){ transition-delay:.42s; }
html.js .reveal-stagger.in > *:nth-child(7){ transition-delay:.50s; }
html.js .reveal-stagger.in > *:nth-child(8){ transition-delay:.58s; }
html.js .reveal-stagger.in > *:nth-child(9){ transition-delay:.66s; }

/* ============================================================
   SCROLL PROGRESS — signature gauge needle
   ============================================================ */
.gauge-progress{
  position:fixed; top:0; left:0; right:0; height:3px; z-index:999;
  background:transparent;
}
.gauge-progress .fill{
  height:100%; width:0%;
  background:linear-gradient(90deg, var(--bp-green-lt), var(--shell-yellow), var(--shell-red-lt));
  box-shadow:0 0 12px var(--shell-yellow-dim);
  transition:width .1s linear;
}

/* ============================================================
   HEADER / NAV
   ============================================================ */
.site-header{
  position:fixed; top:3px; left:0; right:0; z-index:945;
  background:rgba(10,10,12,0.55);
  -webkit-backdrop-filter:blur(14px) saturate(140%);
  backdrop-filter:blur(14px) saturate(140%);
  -webkit-backdrop-filter:blur(14px) saturate(140%);
  border-bottom:1px solid rgba(199,203,209,0.08);
  transition:background .3s var(--ease), border-color .3s var(--ease);
}
.site-header.solid{
  background:rgba(10,10,12,0.92);
  border-bottom-color:var(--hairline);
}
.site-header .wrap{
  display:flex; align-items:center; justify-content:space-between;
  height:78px;
}
.brand{ display:flex; align-items:center; gap:12px; }
.brand-prefix{
  font-style:italic; font-weight:700; font-size:15px; letter-spacing:0.02em;
  color:var(--silver); white-space:nowrap; display:flex; align-items:center; gap:5px;
}
.brand-prefix .bp-word{ color:var(--bp-green-lt); }
.brand-prefix .amp{ color:var(--silver-dim); font-style:normal; }
.brand-prefix .shell-word{ color:var(--shell-yellow); }
@media (max-width:640px){ .brand-prefix{ font-size:12px; } }
@media (max-width:480px){ .brand-prefix{ display:none; } }
.brand-logo{
  height:47px; width:auto; display:block;
  filter:drop-shadow(0 2px 8px rgba(0,0,0,0.4));
}
.footer-brand .brand-logo{ height:53px; }

.main-nav{ display:flex; align-items:center; gap:26px; }
.nav-item{ position:relative; }
.main-nav a{
  font-size:12.5px; font-weight:700; letter-spacing:0.14em; text-transform:uppercase;
  color:var(--silver); position:relative; padding:6px 0;
  transition:color .25s var(--ease);
}
.main-nav a::after{
  content:""; position:absolute; left:0; bottom:0; height:1.5px; width:0;
  background:var(--shell-yellow); transition:width .25s var(--ease);
}
.main-nav a:hover, .main-nav a.active{ color:var(--shell-yellow-lt); }
.main-nav a:hover::after, .main-nav a.active::after{ width:100%; }
.nav-tip{
  position:absolute; top:calc(100% + 14px); left:50%; transform:translateX(-50%) translateY(-6px);
  width:max-content; max-width:220px;
  background:var(--charcoal-3); border:1px solid var(--hairline); border-radius:9px;
  padding:12px 14px;
  font-family:var(--font-body); font-size:12.5px; font-weight:500; letter-spacing:0; text-transform:none;
  color:var(--body-grey); line-height:1.45;
  text-align:center;
  opacity:0; pointer-events:none;
  box-shadow:0 14px 30px rgba(0,0,0,0.45);
  transition:opacity .22s var(--ease), transform .22s var(--ease);
  z-index:960;
}
.nav-tip::before{
  content:""; position:absolute; bottom:100%; left:50%; transform:translateX(-50%);
  border:6px solid transparent; border-bottom-color:var(--charcoal-3);
}
.nav-item:hover .nav-tip{ opacity:1; transform:translateX(-50%) translateY(0); pointer-events:auto; }
@media (max-width:980px){
  .nav-tip{ position:static; transform:none; opacity:1; pointer-events:auto; max-width:none; width:auto; margin-top:8px; box-shadow:none; text-align:left; display:none; }
  .nav-item{ width:100%; }
}

.header-actions{ display:flex; align-items:center; gap:16px; }

.hamburger{
  display:none; flex-direction:column; gap:5px; width:26px; cursor:pointer; background:none; border:none;
}
.hamburger span{ height:2px; width:100%; background:var(--off-white); border-radius:2px; }

/* Buttons */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  font-family:var(--font-body); font-weight:700; font-size:14.5px;
  text-transform:uppercase; letter-spacing:0.06em;
  padding:15px 28px; border-radius:var(--radius-btn);
  cursor:pointer; border:none; white-space:nowrap;
  transition:transform .25s var(--ease), box-shadow .25s var(--ease), filter .25s var(--ease);
}
.btn-primary{
  background:linear-gradient(100deg, var(--bp-green-lt) 0%, var(--shell-yellow) 50%, var(--shell-red-lt) 100%);
  background-size:220% 100%;
  background-position:0% 50%;
  color:#0c0d05;
  text-shadow:0 1px 0 rgba(255,255,255,0.25);
  box-shadow:0 0 0 1px rgba(255,255,255,0.22) inset, 0 8px 22px var(--glow-green), 0 8px 26px var(--glow-red);
  animation:btnSheen 5s ease-in-out infinite;
}
.btn-primary:hover{
  transform:translateY(-2px);
  background-position:100% 50%;
  box-shadow:0 0 0 1px rgba(255,255,255,0.3) inset, 0 12px 30px var(--glow-green), 0 12px 36px var(--glow-red), 0 0 30px var(--glow-yellow);
}
@keyframes btnSheen{
  0%, 100%{ background-position:0% 50%; }
  50%{ background-position:100% 50%; }
}
.btn-outline{
  background:rgba(255,255,255,0.02);
  color:var(--off-white);
  box-shadow:0 0 0 1.5px var(--silver-dim) inset;
  position:relative;
}
.btn-outline:hover{ box-shadow:0 0 0 1.5px var(--shell-yellow) inset, 0 0 22px var(--glow-yellow); color:var(--shell-yellow-lt); transform:translateY(-2px); }
.btn-outline svg{ stroke:currentColor; width:16px; height:16px; }
.btn-sm{ padding:11px 20px; font-size:12.5px; }
.btn-block{ width:100%; }

/* ============================================================
   HERO — poster banner
   ============================================================ */
.hero{
  position:relative;
  height:100vh;
  height:100dvh;
  min-height:640px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding-top:88px;
  padding-bottom:24px;
  overflow:hidden;
  background:
    radial-gradient(48% 60% at 8% 50%, rgba(15,122,52,0.16), transparent 65%),
    radial-gradient(48% 60% at 92% 50%, rgba(216,35,42,0.16), transparent 65%),
    linear-gradient(180deg, #060607 0%, #08090a 50%, #060607 100%);
}

.hero-poster{
  position:relative;
  z-index:2;
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:1 1 auto;
  min-height:0;
  overflow:hidden;
}

/* Poster frame: thin premium outline that hugs the poster image exactly.
   The frame has no fixed width/height of its own — it shrink-wraps to the
   rendered image size, so there is no empty space between the image and the border. */
.poster-frame{
  position:relative;
  display:inline-block;
  line-height:0;
  max-width:100%;
  margin:0 auto;
  border-radius:12px;
  padding:2.5px;
  box-sizing:border-box;
  background:linear-gradient(115deg, var(--bp-green-lt), var(--shell-yellow), var(--shell-red-lt), var(--shell-yellow), var(--bp-green-lt));
  background-size:300% 300%;
  animation:posterFrameGlow 7s ease-in-out infinite;
  box-shadow:0 0 0 1px rgba(255,212,0,0.45), 0 0 18px rgba(255,212,0,0.16), 0 0 26px rgba(61,190,92,0.10);
}
.poster-frame img{
  display:block;
  width:auto;
  height:auto;
  max-width:100%;
  max-height:78vh;
  margin:0;
  border-radius:10px;
  background:#060607;
}
@keyframes posterFrameGlow{
  0%,100%{ background-position:0% 50%; }
  50%{ background-position:100% 50%; }
}
@media (max-width:768px){
  .poster-frame{ border-radius:9px; padding:2px; }
  .poster-frame img{ border-radius:7px; }
}

@media (max-width:760px){
  .hero{
    height:auto;
    min-height:auto;
    padding-top:88px;
    padding-bottom:16px;
  }
  .hero-poster{ flex:none; overflow:visible; }
  .poster-frame{ max-height:none; }
  .poster-frame img{ max-height:none; }
}

/* Hero CTA row — two premium action cards, width-matched to the poster */
.hero-cta-row2{
  position:relative; z-index:2;
  flex:0 0 auto;
  width:100%;
  max-width:100%;
  display:flex;
  align-items:stretch;
  gap:18px;
  margin:12px auto 0;
  box-sizing:border-box;
}
@media (max-width:640px){ .hero-cta-row2{ gap:12px; margin-top:12px; } }

.hero-cta-btn{
  position:relative;
  flex:1 1 50%;
  min-width:0;
  height:90px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  border-radius:16px;
  overflow:hidden;
  cursor:pointer;
  border:1px solid rgba(255,255,255,0.22);
  background-size:240% 100%;
  background-position:0% 50%;
  animation:btnSheen 6s ease-in-out infinite;
  transition:transform .28s var(--ease), box-shadow .28s var(--ease), filter .28s var(--ease);
  box-shadow:0 0 0 1px rgba(255,255,255,0.16) inset, 0 16px 34px rgba(0,0,0,0.4);
}
.hero-cta-btn:hover{
  transform:translateY(-4px);
  background-position:100% 50%;
}
.hero-cta-btn:active{ transform:translateY(-1px); }
.hero-cta-btn .cta-icon{
  flex-shrink:0;
  width:46px; height:46px;
  border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  background:rgba(0,0,0,0.16);
  box-shadow:0 0 0 1px rgba(0,0,0,0.22) inset;
  overflow:hidden;
}
.hero-cta-btn .cta-icon svg{ width:24px; height:24px; }
.hero-cta-btn .cta-text{ display:flex; flex-direction:column; align-items:flex-start; line-height:1.05; }
.hero-cta-btn .cta-label{
  font-family:var(--font-body); font-weight:800; font-size:15.5px;
  letter-spacing:0.1em; text-transform:uppercase; opacity:0.82;
}
.hero-cta-btn .cta-main{
  font-family:var(--font-display); font-weight:900;
  font-size:clamp(26px,3.6vw,40px);
  letter-spacing:0.01em; text-transform:uppercase;
  margin-top:3px;
  white-space:nowrap;
}
.hero-cta-btn--call .cta-main{ font-size:clamp(34px,5vw,56px); }
.hero-cta-btn--call .cta-label{ font-size:17px; }

.hero-cta-btn--call{
  flex:1 1 75%;
  background-image:linear-gradient(100deg, #a86a00 0%, var(--gold) 34%, var(--gold-light) 66%, #ffe698 100%);
  color:#2a1a00;
  text-shadow:none;
  box-shadow:0 0 0 1px rgba(255,255,255,0.22) inset, 0 16px 34px rgba(0,0,0,0.45), 0 10px 30px rgba(242,169,0,0.3);
}
.hero-cta-btn--call:hover{
  box-shadow:0 0 0 1px rgba(255,255,255,0.3) inset, 0 20px 44px rgba(0,0,0,0.5), 0 0 40px rgba(242,169,0,0.45);
}
.hero-cta-btn--call .cta-icon svg{ stroke:#2a1a00; fill:none; }
.hero-cta-btn--call .cta-label{ color:#2a1a00; }

.hero-cta-btn--whatsapp{
  flex:1 1 25%;
  background-image:linear-gradient(100deg, #0b6b2c 0%, var(--bp-green) 32%, var(--bp-green-lt) 66%, #a5f4bd 100%);
  color:#052b14;
  text-shadow:none;
  box-shadow:0 0 0 1px rgba(255,255,255,0.22) inset, 0 16px 34px rgba(0,0,0,0.45), 0 10px 30px rgba(15,122,52,0.32);
}
.hero-cta-btn--whatsapp:hover{
  box-shadow:0 0 0 1px rgba(255,255,255,0.3) inset, 0 20px 44px rgba(0,0,0,0.5), 0 0 40px rgba(61,190,92,0.45);
}
.hero-cta-btn--whatsapp .cta-icon svg{ stroke:none; fill:#052b14; }
.hero-cta-btn--whatsapp .cta-label{ color:#052b14; }
.hero-cta-btn--whatsapp{ justify-content:center; gap:10px; }
.hero-cta-btn--whatsapp .cta-text{ align-items:center; }
.hero-cta-btn--whatsapp .cta-label{ font-size:15px; letter-spacing:0.04em; opacity:1; white-space:nowrap; }
.hero-cta-btn--whatsapp .cta-icon{ width:40px; height:40px; }
.hero-cta-btn--whatsapp .cta-icon svg{ width:22px; height:22px; }
.wa-badge-img{ display:block; width:100%; height:100%; object-fit:contain; border-radius:50%; }

@media (max-width:640px){
  .hero-cta-btn{ height:64px; gap:10px; border-radius:12px; }
  .hero-cta-btn .cta-icon{ width:30px; height:30px; }
  .hero-cta-btn .cta-icon svg{ width:16px; height:16px; }
  .hero-cta-btn .cta-label{ font-size:10.5px; letter-spacing:0.07em; }
  .hero-cta-btn .cta-main{ font-size:clamp(14px,4.4vw,18px); }
  .hero-cta-btn--call{ height:70px; }
  .hero-cta-btn--call .cta-icon{ width:36px; height:36px; }
  .hero-cta-btn--call .cta-icon svg{ width:19px; height:19px; }
  .hero-cta-btn--call .cta-label{ font-size:12px; }
  .hero-cta-btn--call .cta-main{ font-size:clamp(22px,6.6vw,30px); }
}
@media (max-width:480px){
  .hero-cta-row2{ gap:9px; }
  .hero-cta-btn{ height:56px; gap:7px; padding:0 6px; }
  .hero-cta-btn .cta-icon{ width:26px; height:26px; }
  .hero-cta-btn .cta-icon svg{ width:14px; height:14px; }
  .hero-cta-btn .cta-label{ font-size:9px; }
  .hero-cta-btn .cta-main{ font-size:clamp(12px,3.8vw,15px); white-space:normal; line-height:1.1; }
  .hero-cta-btn--whatsapp{ gap:0; }
  .hero-cta-btn--whatsapp .cta-label{ display:none; }
  .hero-cta-btn--whatsapp .cta-icon{ width:30px; height:30px; }
  .hero-cta-btn--whatsapp .cta-icon svg{ width:17px; height:17px; }
  .hero-cta-btn--call{ height:66px; padding:0 10px; }
  .hero-cta-btn--call .cta-icon{ width:32px; height:32px; }
  .hero-cta-btn--call .cta-icon svg{ width:17px; height:17px; }
  .hero-cta-btn--call .cta-label{ font-size:10px; }
  .hero-cta-btn--call .cta-main{ font-size:clamp(19px,7vw,25px); white-space:nowrap; }
}

.hero-features{
  position:relative; z-index:2;
  flex:0 0 auto;
  width:100%;
  max-width:1180px;
  margin:12px auto 0;
  padding:0 32px;
}
@media (max-width:640px){ .hero-features{ padding:0 20px; margin-top:12px; } }
.hero-features-inner{
  display:flex; align-items:center; justify-content:center; flex-wrap:wrap;
  gap:0;
  border:1px solid var(--hairline);
  border-radius:14px;
  background:rgba(23,24,27,0.55);
  -webkit-backdrop-filter:blur(8px);
  backdrop-filter:blur(8px);
  padding:10px 10px;
}
.hero-feature{
  display:flex; align-items:center; gap:10px;
  padding:6px 18px;
  flex:1 1 auto;
  justify-content:center;
  border-right:1px solid var(--hairline);
}
.hero-feature:last-child{ border-right:none; }
.hero-feature svg{ width:22px; height:22px; stroke-width:2; flex-shrink:0; }
.hero-feature .txt{ font-family:var(--font-body); font-weight:700; font-size:12.5px; text-transform:uppercase; letter-spacing:0.02em; color:var(--off-white); line-height:1.25; text-align:left; }
.hero-feature:nth-child(1) svg{ stroke:var(--gold-light); }
.hero-feature:nth-child(2) svg{ stroke:var(--bp-green-lt); }
.hero-feature:nth-child(3) svg{ stroke:var(--shell-yellow-lt); }
.hero-feature:nth-child(4) svg{ stroke:var(--shell-yellow-lt); }
.hero-feature:nth-child(5) svg{ stroke:var(--shell-red-lt); }
@media (max-width:900px){
  .hero-features-inner{
    display:grid; grid-template-columns:repeat(3, 1fr); gap:8px;
    border:none; background:none; backdrop-filter:none; padding:0;
  }
  .hero-feature{
    flex-direction:column; align-items:center; justify-content:center; text-align:center;
    gap:6px; padding:12px 6px;
    border:1px solid var(--hairline); border-radius:10px;
    -webkit-backdrop-filter:blur(8px);
    background:rgba(23,24,27,0.55); backdrop-filter:blur(8px);
  }
  .hero-feature:last-child{ grid-column:2 / span 2; flex-direction:row; }
  .hero-feature .txt{ text-align:center; }
  .hero-feature:last-child .txt{ text-align:left; }
}
@media (max-width:480px){
  .hero-feature svg{ width:15px; height:15px; }
  .hero-feature .txt{ font-size:8.3px; line-height:1.15; letter-spacing:0.01em; }
  .hero-features-inner{ gap:5px; }
  .hero-feature{ padding:7px 4px; gap:3px; border-radius:8px; }
}

.scroll-cue{
  position:absolute; bottom:28px; left:50%; transform:translateX(-50%);
  display:flex; flex-direction:column; align-items:center; gap:8px;
  z-index:2; opacity:0.6;
}
.scroll-cue .line{ width:1px; height:34px; background:linear-gradient(180deg, var(--shell-yellow), transparent); animation:scrolldown 1.8s ease-in-out infinite; }
@keyframes scrolldown{ 0%,100%{ transform:scaleY(0.4); transform-origin:top;} 50%{ transform:scaleY(1); transform-origin:top;} }

/* ============================================================
   WHY GODIESEL — bento
   ============================================================ */
.why{ position:relative; background:var(--black); overflow:hidden; }
.why::before{
  content:""; position:absolute; inset:0; z-index:0; pointer-events:none;
  background:
    radial-gradient(38% 50% at 92% 8%, var(--glow-yellow), transparent 60%),
    radial-gradient(34% 46% at 4% 92%, var(--glow-green), transparent 60%);
}
.why .wrap{ position:relative; z-index:1; }
.bento{
  display:grid;
  grid-template-columns:repeat(6, 1fr);
  gap:20px;
}
@media (max-width:900px){ .bento{ grid-template-columns:repeat(2,1fr); gap:14px; } }
@media (max-width:560px){ .bento{ grid-template-columns:repeat(2,1fr); gap:10px; } }

.bento-card{
  position:relative;
  border-radius:var(--radius-card);
  background:var(--charcoal);
  border:1px solid var(--hairline);
  padding:30px;
  overflow:hidden;
  transition:transform .35s var(--ease), border-color .35s var(--ease), box-shadow .35s var(--ease);
}
@media (max-width:560px){
  .bento-card{ padding:16px; border-radius:12px; }
}
.bento-card::before{
  content:""; position:absolute; top:-40%; right:-30%; width:60%; height:80%;
  background:radial-gradient(circle, rgba(242,169,0,0.12), transparent 70%);
  opacity:0; transition:opacity .4s var(--ease);
}
@media (hover:hover) and (pointer:fine){
  .bento-card:hover{ transform:translateY(-6px); border-color:rgba(199,203,209,0.4); box-shadow:0 18px 40px rgba(0,0,0,0.45); }
  .bento-card:hover::before{ opacity:1; }
}
.bento-1::before{ background:radial-gradient(circle, var(--glow-green), transparent 70%); }
.bento-2::before{ background:radial-gradient(circle, var(--glow-yellow), transparent 70%); }
.bento-3::before{ background:radial-gradient(circle, var(--glow-red), transparent 70%); }
.bento-4:hover{ box-shadow:0 18px 40px rgba(0,0,0,0.45), 0 0 0 1px var(--green-dim) inset; }
.bento-5:hover{ box-shadow:0 18px 40px rgba(0,0,0,0.45), 0 0 0 1px var(--red-dim) inset; }
.bento-1:hover{ box-shadow:0 18px 40px rgba(0,0,0,0.45), 0 0 0 1px var(--green-dim) inset; }
.bento-2:hover{ box-shadow:0 18px 40px rgba(0,0,0,0.45), 0 0 0 1px var(--shell-yellow-dim) inset; }
.bento-3:hover{ box-shadow:0 18px 40px rgba(0,0,0,0.45), 0 0 0 1px var(--red-dim) inset; }

.bento-card .num{
  font-family:var(--font-display); font-weight:900; font-size:46px; color:transparent;
  -webkit-text-stroke:1.5px var(--silver-dim);
  line-height:1; margin-bottom:18px; display:block;
}
.bento-1 .num{ -webkit-text-stroke:1.5px var(--bp-green-lt); }
.bento-2 .num{ -webkit-text-stroke:1.5px var(--shell-yellow); }
.bento-3 .num{ -webkit-text-stroke:1.5px var(--shell-red-lt); }
.bento-4 .num{ -webkit-text-stroke:1.5px var(--bp-green-lt); }
.bento-5 .num{ -webkit-text-stroke:1.5px var(--shell-red-lt); }
.bento-card h3{
  font-family:var(--font-body); text-transform:none; font-weight:700; font-size:19px;
  color:var(--off-white); letter-spacing:0; margin-bottom:10px;
}
.bento-card p{ color:var(--body-grey); font-size:14.5px; }
.bento-card .icon{ width:30px; height:30px; stroke:var(--gold-light); margin-bottom:16px; }
@media (max-width:560px){
  .bento-card .num{ font-size:28px; margin-bottom:10px; }
  .bento-card h3{ font-size:15px; margin-bottom:6px; }
  .bento-card p{ font-size:12.5px; line-height:1.45; }
}

.bento-1{ grid-column:span 2; grid-row:span 1; }
.bento-2{ grid-column:span 2; }
.bento-3{ grid-column:span 2; }
.bento-4{ grid-column:span 3; }
.bento-5{ grid-column:span 3; }
.bento-6{ grid-column:span 6; display:flex; align-items:center; justify-content:space-between; gap:40px; flex-wrap:wrap; background:linear-gradient(120deg, var(--charcoal), var(--charcoal-3)); }
@media (max-width:900px){
  .bento-1,.bento-2,.bento-3,.bento-4,.bento-5{ grid-column:span 1; }
  .bento-6{ grid-column:span 2; }
}
@media (max-width:560px){
  .bento-1,.bento-2,.bento-3,.bento-4,.bento-5{ grid-column:span 1; }
  .bento-6{ grid-column:span 2; padding:20px; gap:16px; }
}

.bento-6 .stat{ text-align:left; }
.bento-6 .stat .big{
  font-family:var(--font-display); font-weight:900; font-size:56px; color:var(--gold-light);
  text-shadow:0 0 30px rgba(242,169,0,0.25); line-height:1;
}
.bento-6 .stat span.lbl{ display:block; margin-top:6px; font-size:12.5px; letter-spacing:0.12em; text-transform:uppercase; color:var(--silver-dim); }
@media (max-width:560px){
  .bento-6 .stat .big{ font-size:36px; }
  .bento-6 .stat span.lbl{ font-size:10.5px; }
}

/* ============================================================
   WHAT WE DELIVER — mixed masonry
   ============================================================ */
.deliver{ position:relative; background:var(--charcoal-2); border-top:1px solid var(--hairline); border-bottom:1px solid var(--hairline); }
.deliver::before{
  content:""; position:absolute; inset:0; z-index:0; pointer-events:none;
  background:
    radial-gradient(42% 55% at 88% 100%, var(--glow-red), transparent 60%),
    radial-gradient(38% 48% at 6% 0%, var(--glow-green), transparent 60%);
}
.deliver .wrap{ position:relative; z-index:1; }
.deliver-layout{ display:grid; grid-template-columns:1.1fr 1fr; gap:60px; align-items:center; margin-bottom:60px; }
.deliver-layout > *{ min-width:0; }
@media (max-width:900px){ .deliver-layout{ grid-template-columns:1fr; gap:32px; } }
.deliver-copy h2{ font-size:clamp(30px,3.2vw,52px); white-space:normal; line-height:1.15; }
.deliver-copy p{ color:var(--body-grey); font-size:16px; max-width:460px; margin-top:16px; }
@media (max-width:820px){ .deliver-copy h2{ white-space:normal; } }

.equip-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:22px;
}
@media (max-width:900px){ .equip-grid{ grid-template-columns:repeat(2,1fr); gap:16px; } }
@media (max-width:560px){ .equip-grid{ grid-template-columns:1fr 1fr; gap:12px; } }

.equip-tile{
  --tile-accent: var(--gold-light);
  --tile-accent-dim: rgba(242,169,0,0.22);
  position:relative;
  z-index:1;
  border-radius:14px;
  border:1px solid var(--hairline);
  overflow:hidden;
  background:var(--charcoal);
  transition:transform .45s cubic-bezier(.22,.9,.32,1), border-color .45s var(--ease), box-shadow .45s var(--ease), z-index 0s .45s;
}
.equip-tile:nth-child(3n+1){ --tile-accent: var(--bp-green-lt); --tile-accent-dim: var(--glow-green); }
.equip-tile:nth-child(3n+2){ --tile-accent: var(--shell-yellow-lt); --tile-accent-dim: var(--glow-yellow); }
.equip-tile:nth-child(3n){ --tile-accent: var(--shell-red-lt); --tile-accent-dim: var(--glow-red); }
.equip-tile-img{
  width:100%; height:210px;
  overflow:hidden;
  background:var(--tile-img) center/cover no-repeat, linear-gradient(150deg, var(--charcoal-3), #101113);
  filter:saturate(1.04) contrast(1.05);
  transition:filter .5s cubic-bezier(.22,.9,.32,1);
}
@media (max-width:900px){ .equip-tile-img{ height:170px; } }
@media (max-width:560px){ .equip-tile-img{ height:130px; } }
.equip-tile-label{
  padding:14px 16px;
  border-top:3px solid var(--tile-accent);
  background:var(--charcoal-2);
}
.equip-tile-label span{
  font-family:var(--font-display); font-weight:800; font-size:17px; text-transform:uppercase;
  letter-spacing:0.01em; color:var(--off-white);
  display:block; width:100%; line-height:1.2;
}
@media (max-width:560px){ .equip-tile-label{ padding:10px 12px; } .equip-tile-label span{ font-size:13px; } }
@media (hover:hover) and (pointer:fine){
  .equip-tile:hover{
    transform:scale(1.55);
    z-index:30;
    border-color:var(--tile-accent);
    box-shadow:0 26px 60px rgba(0,0,0,0.6), 0 0 40px var(--tile-accent-dim);
    transition:transform .45s cubic-bezier(.22,.9,.32,1), border-color .45s var(--ease), box-shadow .45s var(--ease), z-index 0s 0s;
  }
  .equip-tile:hover .equip-tile-img{ filter:saturate(1.18) contrast(1.1) brightness(1.04); }
}

/* ============================================================
   HOW IT WORKS — timeline
   ============================================================ */
.how{ background:var(--black); }
.timeline{
  position:relative;
  display:grid; grid-template-columns:repeat(5,1fr); gap:24px;
  margin-top:20px;
}
.timeline::before{
  content:"";
  position:absolute; top:34px; left:0; right:0; height:1px;
  background:linear-gradient(90deg, var(--bp-green-lt), var(--shell-yellow), var(--shell-red-lt));
  opacity:0.45;
}
@media (max-width:900px){
  .timeline{ grid-template-columns:1fr; gap:0; }
  .timeline::before{ top:0; bottom:0; left:33px; right:auto; width:1px; height:auto; }
}
.tl-step{ position:relative; padding-top:0; }
@media (max-width:900px){ .tl-step{ padding:0 0 44px 70px; } }
@media (max-width:560px){ .tl-step{ padding:0 0 30px 58px; } }
.tl-num{
  width:68px; height:68px; border-radius:50%;
  background:var(--charcoal); border:1px solid var(--hairline);
  display:flex; align-items:center; justify-content:center;
  font-family:var(--font-display); font-weight:800; font-size:26px; color:var(--gold-light);
  margin-bottom:22px; position:relative; z-index:2;
  box-shadow:0 0 0 6px var(--black), 0 0 22px rgba(242,169,0,0.15);
}
.tl-step:nth-child(1) .tl-num{ color:var(--bp-green-lt); box-shadow:0 0 0 6px var(--black), 0 0 22px var(--glow-green); }
.tl-step:nth-child(2) .tl-num{ color:var(--shell-yellow-lt); box-shadow:0 0 0 6px var(--black), 0 0 22px var(--glow-yellow); }
.tl-step:nth-child(3) .tl-num{ color:var(--shell-red-lt); box-shadow:0 0 0 6px var(--black), 0 0 22px var(--glow-red); }
.tl-step:nth-child(4) .tl-num{ color:var(--gold-light); box-shadow:0 0 0 6px var(--black), 0 0 22px rgba(242,169,0,0.18); }
.tl-step:nth-child(5) .tl-num{ color:var(--bp-green-lt); box-shadow:0 0 0 6px var(--black), 0 0 22px var(--glow-green); }
@media (max-width:900px){ .tl-num{ position:absolute; left:0; top:0; margin-bottom:0; width:56px; height:56px; font-size:20px; } }
@media (max-width:560px){ .tl-num{ width:44px; height:44px; font-size:16px; } }
.tl-step h3{ font-family:var(--font-body); text-transform:none; font-weight:700; font-size:16.5px; color:var(--off-white); letter-spacing:0; margin-bottom:8px; }
.tl-step p{ font-size:13.5px; color:var(--body-grey); }

/* ============================================================
   INDUSTRIES
   ============================================================ */
.industries{
  position:relative; background:var(--charcoal-2); border-top:1px solid var(--hairline); border-bottom:1px solid var(--hairline);
  overflow:hidden;
}
.industries::before{
  content:""; position:absolute; inset:0; z-index:0; pointer-events:none;
  background:
    radial-gradient(40% 60% at 90% 0%, var(--glow-yellow), transparent 60%),
    radial-gradient(40% 60% at 5% 100%, var(--glow-green), transparent 60%);
}
.industries .wrap{ position:relative; z-index:1; }
.industry-cloud{
  display:grid;
  grid-template-columns:repeat(6, 1fr);
  gap:14px;
}
.industry-chip{
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  text-align:center; gap:14px;
  padding:28px 14px; border-radius:16px;
  background:var(--charcoal-3); border:1px solid var(--hairline);
  font-size:13.5px; font-weight:700; line-height:1.25; color:var(--silver);
  transition:all .3s var(--ease); cursor:default;
}
.industry-chip .ico{
  display:flex; align-items:center; justify-content:center; flex-shrink:0;
  width:76px; height:76px; border-radius:22px;
  background:linear-gradient(150deg, rgba(242,169,0,0.22), rgba(242,169,0,0.06));
  box-shadow:0 0 0 1.5px rgba(242,169,0,0.4) inset, 0 8px 18px rgba(242,169,0,0.12);
  transition:transform .3s var(--ease);
}
.industry-chip .ico svg{ width:38px; height:38px; stroke:var(--gold-light); stroke-width:1.8; }
.industry-chip:nth-child(3n+1) .ico{ background:linear-gradient(150deg, rgba(61,190,92,0.26), rgba(61,190,92,0.06)); box-shadow:0 0 0 1.5px rgba(61,190,92,0.45) inset, 0 8px 18px rgba(61,190,92,0.14); }
.industry-chip:nth-child(3n+1) .ico svg{ stroke:var(--bp-green-lt); }
.industry-chip:nth-child(3n+2) .ico{ background:linear-gradient(150deg, rgba(255,212,0,0.26), rgba(255,212,0,0.06)); box-shadow:0 0 0 1.5px rgba(255,212,0,0.45) inset, 0 8px 18px rgba(255,212,0,0.14); }
.industry-chip:nth-child(3n+2) .ico svg{ stroke:var(--shell-yellow-lt); }
.industry-chip:nth-child(3n) .ico{ background:linear-gradient(150deg, rgba(239,74,74,0.26), rgba(239,74,74,0.06)); box-shadow:0 0 0 1.5px rgba(239,74,74,0.45) inset, 0 8px 18px rgba(239,74,74,0.14); }
.industry-chip:nth-child(3n) .ico svg{ stroke:var(--shell-red-lt); }
@media (hover:hover) and (pointer:fine){
  .industry-chip:hover{ border-color:rgba(255,255,255,0.28); color:var(--off-white); transform:translateY(-4px); box-shadow:0 14px 28px rgba(0,0,0,0.45); }
  .industry-chip:hover .ico{ transform:scale(1.08); }
}
.industry-chip:last-child{ grid-column:span 2; }
@media (max-width:900px){
  .industry-cloud{ grid-template-columns:repeat(4, 1fr); }
}
@media (max-width:640px){
  .industry-cloud{ grid-template-columns:repeat(2, 1fr); gap:10px; }
  .industry-chip{ padding:20px 10px; font-size:12px; gap:10px; }
  .industry-chip .ico{ width:58px; height:58px; border-radius:18px; }
  .industry-chip .ico svg{ width:29px; height:29px; }
  .industry-chip:last-child{ grid-column:1 / -1; }
}

/* ============================================================
   COVERAGE
   ============================================================ */
.coverage{ position:relative; background:var(--black); overflow:hidden; }
.coverage::before{
  content:""; position:absolute; inset:0; z-index:0; pointer-events:none;
  background:radial-gradient(45% 55% at 15% 20%, var(--glow-red), transparent 60%);
}
.coverage .wrap{ position:relative; z-index:1; }
.coverage-layout{ display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center; }
@media (max-width:900px){ .coverage-layout{ grid-template-columns:1fr; } }
.map-graphic{
  position:relative; aspect-ratio:1/1; width:100%;
  border-radius:20px; border:1px solid var(--hairline);
  background:radial-gradient(circle at 50% 50%, #14151a, #0a0a0c 75%);
  display:flex; align-items:center; justify-content:center;
  overflow:hidden;
}
.map-svg{ position:absolute; inset:0; width:100%; height:100%; }
.map-line{
  stroke:rgba(199,203,209,0.22); stroke-width:0.35; stroke-dasharray:1.2 1.6;
}
.map-pin-dot{ fill:var(--tile-c); filter:drop-shadow(0 0 4px var(--tile-c)); }
.map-pin-ring{
  fill:none; stroke:var(--tile-c); stroke-width:0.5; opacity:0.55;
  transform-origin:center; transform-box:fill-box;
  animation:mapPinPulse 3s ease-out infinite;
}
.map-pin{ --tile-c: var(--gold-light); }
.map-pin.c-green{ --tile-c: var(--bp-green-lt); }
.map-pin.c-yellow{ --tile-c: var(--shell-yellow-lt); }
.map-pin.c-red{ --tile-c: var(--shell-red-lt); }
.map-pin:nth-of-type(2) .map-pin-ring{ animation-delay:.5s; }
.map-pin:nth-of-type(3) .map-pin-ring{ animation-delay:1s; }
.map-pin:nth-of-type(4) .map-pin-ring{ animation-delay:1.5s; }
.map-pin:nth-of-type(5) .map-pin-ring{ animation-delay:2s; }
.map-pin:nth-of-type(6) .map-pin-ring{ animation-delay:.25s; }
@keyframes mapPinPulse{ 0%{ opacity:0.6; transform:scale(0.7);} 100%{ opacity:0; transform:scale(2.4);} }
.map-hub-bg{ fill:url(#hubGradient); }
.map-hub-ring{
  fill:none; stroke:rgba(242,169,0,0.35); stroke-width:0.4;
  animation:pulse-ring 3.5s ease-out infinite;
  transform-origin:center; transform-box:fill-box;
}
@keyframes pulse-ring{ 0%{ opacity:0.5; transform:scale(0.9);} 100%{ opacity:0; transform:scale(1.6);} }
.map-hub-text{
  font-family:var(--font-display); font-weight:900; fill:var(--shell-yellow-lt);
  text-anchor:middle; dominant-baseline:middle; letter-spacing:0.02em;
  paint-order:stroke; stroke:rgba(0,0,0,0.55); stroke-width:0.5;
}
.map-hub-text--go{ font-size:5.6px; }
.map-hub-text--diesel{ font-size:3.1px; letter-spacing:0.06em; }
.map-label{
  position:absolute; transform:translate(-50%,-50%);
  font-size:9.5px; font-weight:700; letter-spacing:0.05em; text-transform:uppercase;
  color:var(--silver); white-space:nowrap; pointer-events:none;
  text-shadow:0 1px 4px rgba(0,0,0,0.8);
}
.area-list{ display:flex; flex-wrap:wrap; gap:10px; margin-top:26px; }
.area-tag{
  padding:8px 15px; border-radius:var(--radius-pill); font-size:13px; font-weight:600;
  color:var(--silver); background:rgba(255,255,255,0.03); border:1px solid var(--hairline);
}

/* ============================================================
   TRUSTED BY
   ============================================================ */
.trusted{ position:relative; background:var(--charcoal-2); border-top:1px solid var(--hairline); border-bottom:1px solid var(--hairline); padding:80px 0; overflow:hidden; }
.trusted::before{
  content:""; position:absolute; inset:0; z-index:0; pointer-events:none;
  background:radial-gradient(40% 60% at 12% 0%, var(--glow-red), transparent 60%);
}
.trusted .wrap{ position:relative; z-index:1; }
.trusted .section-head{ margin-bottom:40px; }
.logo-wall{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:16px;
  max-width:720px;
  margin:0 auto;
  padding:10px 0;
}
.logo-cell{
  background:transparent;
  border:none;
  border-radius:10px;
  height:110px;
  display:flex; align-items:center; justify-content:center;
  padding:14px 20px;
  transition:all .35s var(--ease);
}
.logo-cell img{
  max-width:100%; max-height:64px; width:auto; height:auto;
  object-fit:contain;
  transition:filter .35s var(--ease), transform .35s var(--ease);
}
@media (hover:hover) and (pointer:fine){
  .logo-cell:hover{ transform:translateY(-3px); filter:brightness(1.08); }
  .logo-cell:hover img{ transform:scale(1.06); }
}
@media (max-width:640px){
  .logo-wall{ gap:9px; max-width:100%; }
  .logo-cell{ height:76px; padding:8px 10px; border-radius:8px; }
  .logo-cell img{ max-height:36px; }
}

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testimonials{ position:relative; background:var(--black); overflow:hidden; }
.testimonials::before{
  content:""; position:absolute; inset:0; z-index:0; pointer-events:none;
  background:radial-gradient(38% 55% at 88% 15%, var(--glow-yellow), transparent 60%);
}
.testimonials .wrap{ position:relative; z-index:1; }
.testi-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:28px 22px; }
@media (max-width:900px){ .testi-grid{ grid-template-columns:1fr; gap:26px; } }
.testi-card-wrap{ display:flex; flex-direction:column; }
.testi-card{
  position:relative;
  border-radius:var(--radius-card);
  border:1px solid var(--hairline);
  background:var(--charcoal);
  padding:30px 26px;
  overflow:hidden;
  max-height:230px;
  transition:max-height .4s var(--ease), border-color .3s var(--ease), box-shadow .3s var(--ease);
  z-index:1;
}
@media (hover:hover) and (pointer:fine){
  .testi-card:hover{
    max-height:640px;
    z-index:5;
    border-color:var(--tile-accent, var(--gold-light));
    box-shadow:0 24px 60px rgba(0,0,0,0.55);
  }
  .testi-card:hover p.quote{ -webkit-line-clamp:unset; }
}
.testi-card.expanded{
  max-height:640px;
  z-index:5;
  border-color:var(--tile-accent, var(--gold-light));
  box-shadow:0 24px 60px rgba(0,0,0,0.55);
}
.testi-card.expanded p.quote{ -webkit-line-clamp:unset; }
.testi-card:nth-child(3n+1){ --tile-accent: var(--shell-yellow-lt); }
.testi-card:nth-child(3n+2){ --tile-accent: var(--bp-green-lt); }
.testi-card:nth-child(3n){ --tile-accent: var(--shell-red-lt); }
.testi-card .quote-mark{
  position:absolute; top:6px; left:18px;
  font-family:var(--font-display); font-size:90px; font-weight:900;
  color:transparent; -webkit-text-stroke:1px rgba(242,169,0,0.18);
  line-height:1; pointer-events:none;
}
.testi-card:nth-child(3n+1) .quote-mark{ -webkit-text-stroke:1px rgba(255,212,0,0.22); }
.testi-card:nth-child(3n+2) .quote-mark{ -webkit-text-stroke:1px rgba(61,190,92,0.22); }
.testi-card:nth-child(3n) .quote-mark{ -webkit-text-stroke:1px rgba(239,74,74,0.22); }
.testi-card p.quote{
  position:relative; z-index:2; font-size:15.5px; line-height:1.6; color:var(--off-white); margin-top:30px;
  display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:3; overflow:hidden;
}
.testi-below{
  display:flex; align-items:center; gap:10px; margin-top:14px; padding:0 4px;
}
.testi-avatar{
  width:36px; height:36px; border-radius:50%; flex-shrink:0;
  background:linear-gradient(140deg, var(--charcoal-3), #0c0c0e);
  border:1px solid var(--hairline);
}
.testi-below .name{ font-weight:700; font-size:14px; color:var(--off-white); }
.testi-below .role{ font-size:12.5px; color:var(--silver-dim); margin-top:1px; }

/* ============================================================
   FAQ
   ============================================================ */
.faq{ position:relative; background:var(--charcoal-2); border-top:1px solid var(--hairline); border-bottom:1px solid var(--hairline); overflow:hidden; }
.faq::before{
  content:""; position:absolute; inset:0; z-index:0; pointer-events:none;
  background:radial-gradient(38% 55% at 8% 85%, var(--glow-green), transparent 60%);
}
.faq .wrap{ position:relative; z-index:1; }
.faq-list{ max-width:820px; }
.faq-item{ border-bottom:1px solid var(--hairline); }
.faq-q{
  width:100%; text-align:left; background:none; border:none; cursor:pointer;
  display:flex; align-items:center; justify-content:space-between; gap:20px;
  padding:24px 4px; font-size:17px; font-weight:600; color:var(--off-white);
}
.faq-q .plus{
  flex-shrink:0; width:22px; height:22px; position:relative;
}
.faq-q .plus::before, .faq-q .plus::after{
  content:""; position:absolute; background:var(--shell-yellow-lt); top:50%; left:50%; transform:translate(-50%,-50%);
  transition:transform .3s var(--ease);
}
.faq-item.open .faq-q .plus::before{ background:var(--bp-green-lt); }
.faq-q .plus::before{ width:14px; height:2px; }
.faq-q .plus::after{ width:2px; height:14px; }
.faq-item.open .plus::after{ transform:translate(-50%,-50%) rotate(90deg) scale(0); }
.faq-a{ max-height:0; overflow:hidden; transition:max-height .35s var(--ease); }
.faq-a p{ padding:0 4px 24px; color:var(--body-grey); font-size:15px; max-width:640px; }

/* ============================================================
   CONTACT / ORDER — second hero
   ============================================================ */
.contact{
  position:relative;
  background:
    radial-gradient(55% 50% at 20% 100%, var(--glow-green), transparent 70%),
    radial-gradient(55% 50% at 80% 100%, var(--glow-red), transparent 70%),
    radial-gradient(60% 50% at 50% 0%, rgba(255,212,0,0.08), transparent 70%),
    var(--black);
  overflow:hidden;
}
.contact-top{ text-align:center; max-width:720px; margin:0 auto 30px; }
.contact-phone{
  text-align:center; margin-bottom:70px;
}
.contact-phone a{
  font-family:var(--font-display); font-weight:900;
  font-size:clamp(42px,8vw,96px);
  letter-spacing:0.01em;
  background:linear-gradient(180deg, var(--off-white) 0%, var(--silver) 55%, var(--gold-light) 100%);
  -webkit-background-clip:text; background-clip:text; color:transparent;
  text-shadow:0 0 50px rgba(242,169,0,0.22), 0 0 90px rgba(61,190,92,0.14), 0 0 90px rgba(239,74,74,0.14);
  display:inline-block;
}
.contact-phone .sub{ margin-top:10px; font-size:13px; letter-spacing:0.18em; text-transform:uppercase; color:var(--silver-dim); }

.contact-grid{ display:grid; grid-template-columns:1fr 1.2fr; gap:60px; align-items:start; }
@media (max-width:900px){ .contact-grid{ grid-template-columns:1fr; } }

.contact-channels{ display:flex; flex-direction:column; gap:16px; }
.channel{
  display:flex; align-items:center; gap:16px;
  padding:20px 22px; border-radius:var(--radius-card);
  background:var(--charcoal); border:1px solid var(--hairline);
  transition:border-color .3s var(--ease), transform .3s var(--ease);
}
.channel:hover{ border-color:rgba(255,255,255,0.24); transform:translateY(-3px); }
.channel .ico{
  width:44px; height:44px; border-radius:50%; flex-shrink:0;
  background:var(--charcoal-3); border:1px solid var(--hairline);
  display:flex; align-items:center; justify-content:center;
}
.channel .ico svg{ width:19px; height:19px; stroke:var(--gold-light); }
.channel:nth-child(1) .ico svg{ stroke:var(--bp-green-lt); }
.channel:nth-child(2) .ico svg{ stroke:var(--bp-green-lt); }
.channel:nth-child(3) .ico svg{ stroke:var(--shell-yellow-lt); }
.channel:nth-child(4) .ico svg{ stroke:var(--shell-red-lt); }
.channel .label{ font-size:12px; text-transform:uppercase; letter-spacing:0.1em; color:var(--silver-dim); }
.channel .label::after{ content:":"; margin-right:6px; }
.channel .value{ font-weight:700; font-size:15.5px; color:var(--off-white); }
.channel > span:last-child{ display:flex; flex-wrap:wrap; align-items:baseline; row-gap:4px; }

/* ============================================================
   IMAGE LIGHTBOX — full image view for equipment tiles
   ============================================================ */
.lightbox-overlay{
  display:none; position:fixed; inset:0; z-index:990;
  align-items:center; justify-content:center;
  -webkit-backdrop-filter:blur(10px);
  background:rgba(4,4,5,0.92); backdrop-filter:blur(10px);
  padding:40px 24px;
  cursor:zoom-out;
}
.lightbox-overlay.open{ display:flex; }
.lightbox-content{
  position:relative; max-width:min(1100px, 92vw); max-height:88vh;
  display:flex; flex-direction:column; align-items:center;
  animation:lightboxIn .35s cubic-bezier(.22,.9,.32,1);
}
@keyframes lightboxIn{ from{ opacity:0; transform:scale(.92); } to{ opacity:1; transform:scale(1); } }
.lightbox-content img{
  max-width:100%; max-height:78vh; width:auto; height:auto;
  border-radius:14px; object-fit:contain;
  box-shadow:0 40px 100px rgba(0,0,0,0.7), 0 0 0 1px rgba(255,255,255,0.08);
  cursor:default;
}
.lightbox-caption{
  margin-top:18px; font-family:var(--font-display); font-weight:800; text-transform:uppercase;
  letter-spacing:0.04em; font-size:20px; color:var(--off-white); text-align:center;
}
.lightbox-close{
  position:fixed; top:22px; right:26px; width:44px; height:44px; border-radius:50%;
  background:var(--charcoal-3); border:1px solid var(--hairline); color:var(--off-white);
  font-size:26px; line-height:1; cursor:pointer; display:flex; align-items:center; justify-content:center;
  transition:background .2s var(--ease), border-color .2s var(--ease), transform .2s var(--ease);
  z-index:2;
}
.lightbox-close:hover{ background:var(--charcoal); border-color:var(--gold-light); transform:scale(1.06); }
@media (max-width:640px){
  .lightbox-content img{ max-height:64vh; border-radius:10px; }
  .lightbox-caption{ font-size:16px; margin-top:12px; }
  .lightbox-close{ top:14px; right:14px; width:38px; height:38px; font-size:22px; }
  .lightbox-overlay{ padding:20px 14px; }
}
.equip-tile{ cursor:zoom-in; }

.modal-overlay{
  display:none; position:fixed; inset:0; z-index:980;
  align-items:center; justify-content:center;
  -webkit-backdrop-filter:blur(6px);
  background:rgba(6,6,7,0.82); backdrop-filter:blur(6px);
  padding:24px;
}
.modal-overlay.open{ display:flex; }
.modal-panel{
  position:relative; width:100%; max-width:640px; max-height:94vh; overflow-y:auto;
  background:var(--charcoal-2); border:1px solid var(--hairline); border-radius:20px;
  padding:24px 30px; box-shadow:0 40px 90px rgba(0,0,0,0.6);
}
@media (max-width:640px){ .modal-panel{ padding:18px 16px; max-height:96vh; } }
.modal-close{
  position:absolute; top:12px; right:12px; width:32px; height:32px; border-radius:50%;
  background:var(--charcoal-3); border:1px solid var(--hairline); color:var(--off-white);
  font-size:22px; line-height:1; cursor:pointer; display:flex; align-items:center; justify-content:center;
  transition:background .2s var(--ease), border-color .2s var(--ease);
}
.modal-close:hover{ background:var(--charcoal); border-color:var(--gold-light); }
.modal-title{
  font-family:var(--font-display); font-weight:800; text-transform:uppercase;
  font-size:clamp(20px,2.6vw,28px); margin-bottom:10px; padding-right:32px;
}
.modal-panel .order-panel{ background:none; backdrop-filter:none; border:none; border-radius:0; padding:0; box-shadow:none; }
.modal-panel .btn-block{ padding:11px 20px; font-size:13px; }

.order-panel{
  background:rgba(23,24,27,0.7);
  -webkit-backdrop-filter:blur(10px);
  backdrop-filter:blur(10px);
  border:1px solid var(--hairline);
  border-radius:20px;
  padding:38px;
  box-shadow:0 30px 70px rgba(0,0,0,0.5);
}
.order-panel h3{ font-family:var(--font-body); text-transform:none; font-weight:700; font-size:16px; letter-spacing:0; margin-bottom:2px; }
.order-panel > p{ color:var(--body-grey); font-size:12.5px; margin-bottom:12px; }
.form-row{ display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-bottom:8px; }
.form-row-3{ grid-template-columns:1fr 1fr 1fr; }
@media (max-width:560px){ .form-row{ grid-template-columns:1fr; } .form-row-3{ grid-template-columns:1fr 1fr; } .form-row-3 .field:first-child{ grid-column:1 / -1; } }
.field{ display:flex; flex-direction:column; gap:3px; margin-bottom:8px; }
.field label{ font-size:10.5px; font-weight:600; text-transform:uppercase; letter-spacing:0.08em; color:var(--silver-dim); }
.field input, .field textarea, .field select{
  background:rgba(255,255,255,0.03);
  border:1px solid var(--hairline);
  border-radius:7px;
  padding:8px 11px;
  font-size:13px;
  color:var(--off-white);
  outline:none;
  width:100%;
  transition:border-color .25s var(--ease), background .25s var(--ease);
}
.field input:focus, .field textarea:focus, .field select:focus{
  border-color:var(--gold);
  background:rgba(242,169,0,0.04);
}
.field textarea{ resize:vertical; min-height:40px; }
.form-note{ margin-top:8px; font-size:11px; color:var(--silver-dim); text-align:center; }
.form-success{ display:none; text-align:center; padding:30px 10px; }
.form-success.show{ display:block; }
.form-success .check{ width:52px; height:52px; margin:0 auto 16px; border-radius:50%; background:rgba(15,122,52,0.15); border:1px solid var(--bp-green-lt); display:flex; align-items:center; justify-content:center; }
.form-success .check svg{ width:22px; height:22px; stroke:var(--bp-green-lt); }
.form-success h4{ font-family:var(--font-body); text-transform:none; font-weight:700; font-size:18px; margin-bottom:8px; }
.form-success p{ color:var(--body-grey); font-size:14px; }

/* ============================================================
   FULL-SCREEN SECTIONS — each main section fits one viewport
   ============================================================ */
#why, #what, #how, #industries, #coverage, #trusted, #testimonials, #faq, #contact{
  min-height:100vh;
  min-height:100dvh;
  display:flex;
  align-items:center;
  overflow:visible;
  box-sizing:border-box;
}
#why > .wrap, #what > .wrap, #how > .wrap, #industries > .wrap, #coverage > .wrap,
#trusted > .wrap, #testimonials > .wrap, #faq > .wrap, #contact > .wrap{
  width:100%;
}
@media (max-width:900px){
  #why, #what, #how, #industries, #coverage, #trusted, #testimonials, #faq, #contact{
    height:auto;
    min-height:100vh;
    min-height:100dvh;
    overflow:visible;
    padding-top:88px;
    padding-bottom:40px;
  }
}
/* Tighten internal spacing on desktop so tall sections fit one screen
   without clipping any content (equipment grid, FAQ list, contact form). */
@media (min-width:901px){
  #why, #what, #how, #industries, #coverage, #trusted, #testimonials, #faq, #contact{
    padding-top:44px;
    padding-bottom:44px;
  }
  #why .section-head{ margin-bottom:22px; }
  #why .bento{ gap:14px; }
  #why .bento-card{ padding:20px; }
  #why .bento-card .num{ font-size:34px; margin-bottom:10px; }
  #why .bento-card h3{ font-size:17px; margin-bottom:6px; }
  #why .bento-card p{ font-size:13.5px; }
  #why .bento-card .icon{ width:24px; height:24px; margin-bottom:10px; }
  #why .bento-6{ padding:20px 24px; }
  #why .bento-6 .stat .big{ font-size:42px; }
  #what .equip-tile-img{ height:118px; }
  #what .equip-grid{ gap:12px; }
  #what .equip-tile-label{ padding:9px 12px; }
  #what .equip-tile-label span{ font-size:14px; }
  #what .deliver-layout{ margin-bottom:30px; }
  #faq .faq-q{ padding:9px 4px; font-size:14.5px; gap:14px; }
  #faq .faq-a p{ padding:0 4px 12px; font-size:13.5px; }
  #faq .section-head{ margin-bottom:16px; }
  #testimonials .section-head{ margin-bottom:18px; }
  #testimonials .testi-grid{ gap:16px 16px; }
  #testimonials .testi-card{ padding:20px 18px; max-height:180px; }
  #testimonials .testi-card:hover{ max-height:560px; }
  #testimonials .testi-card p.quote{ margin-top:22px; font-size:14px; line-height:1.5; }
  #testimonials .testi-card .quote-mark{ font-size:70px; }
  #testimonials .testi-below{ margin-top:8px; }
  /* Contact section: slightly more compact while preserving heading scale and layout */
  #contact > .wrap{ transform:translateY(15px); }
  #contact .contact-top{ margin-bottom:14px; }
  #contact .contact-phone{ margin-bottom:28px; }
  #contact .contact-phone a{ font-size:clamp(36px,5.5vw,60px); }
  #contact .contact-channels{ gap:8px; }
  #contact .channel{ padding:11px 16px; }
  #contact .channel .ico{ width:40px; height:40px; }
  #contact .channel .value{ font-size:15px; }
  #contact .order-panel{ padding:22px; }
  #contact .form-row{ gap:10px; margin-bottom:8px; }
  #contact .field{ gap:4px; margin-bottom:8px; }
  #contact .field input, #contact .field textarea, #contact .field select{ padding:7px 10px; font-size:12.5px; }
  #contact .field textarea{ min-height:42px; }
  #contact .form-note{ margin-top:6px; }
}

/* ============================================================
   FOOTER
   ============================================================ */
footer{
  background:var(--charcoal-2);
  border-top:1px solid var(--hairline);
  padding:64px 0 30px;
}
.footer-top{
  display:grid; grid-template-columns:1.4fr 1fr 1fr 1fr; gap:40px;
  padding-bottom:44px; border-bottom:1px solid var(--hairline);
}
@media (max-width:768px){ .footer-top{ grid-template-columns:1fr 1fr; } }
.footer-brand p{ margin-top:14px; color:var(--body-grey); font-size:14px; max-width:280px; }
.footer-col h4{ font-size:12px; letter-spacing:0.12em; text-transform:uppercase; color:var(--silver-dim); margin-bottom:16px; }
.footer-col ul{ display:flex; flex-direction:column; gap:11px; }
.footer-col a{ font-size:14px; color:var(--silver); transition:color .25s var(--ease); }
.footer-col a:hover{ color:var(--gold-light); }
.footer-socials{ display:flex; gap:10px; margin-top:18px; }
.footer-socials a{
  width:36px; height:36px; border-radius:50%; border:1px solid var(--hairline);
  display:flex; align-items:center; justify-content:center;
  transition:all .25s var(--ease);
}
.footer-socials a svg{ width:15px; height:15px; stroke:var(--silver); transition:stroke .25s var(--ease); }
.footer-socials a:hover{ border-color:var(--shell-yellow); }
.footer-socials a:hover svg{ stroke:var(--shell-yellow-lt); }
.footer-bottom{
  display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:12px;
  padding-top:26px; font-size:12.5px; color:var(--silver-dim);
}

.floating-contact{
  position:fixed; right:22px; bottom:22px; z-index:850;
  display:flex; align-items:center; gap:10px;
}
.floating-call{
  display:flex; align-items:center; gap:10px;
  background:linear-gradient(100deg, #a86a00 0%, var(--gold) 34%, var(--gold-light) 66%, #ffe698 100%);
  color:#2a1a00; text-decoration:none;
  padding:11px 20px; border-radius:999px;
  font-family:var(--font-display); font-weight:900; font-size:20px; letter-spacing:0.01em;
  box-shadow:0 10px 26px rgba(0,0,0,0.45), 0 0 22px rgba(242,169,0,0.28);
  transition:transform .25s var(--ease), box-shadow .25s var(--ease);
  white-space:nowrap;
}
.floating-call:hover{ transform:translateY(-2px) scale(1.03); box-shadow:0 14px 30px rgba(0,0,0,0.5), 0 0 28px rgba(242,169,0,0.4); }
.floating-call svg{ width:20px; height:20px; stroke:#2a1a00; fill:none; stroke-width:2.2; flex-shrink:0; }
.floating-whatsapp{
  display:flex; align-items:center; justify-content:center;
  width:54px; height:54px; border-radius:50%; flex-shrink:0;
  box-shadow:0 10px 26px rgba(0,0,0,0.45), 0 0 22px rgba(15,122,52,0.32);
  transition:transform .25s var(--ease), box-shadow .25s var(--ease);
  overflow:hidden;
}
.floating-whatsapp:hover{ transform:translateY(-2px) scale(1.06); box-shadow:0 14px 30px rgba(0,0,0,0.5), 0 0 28px rgba(15,122,52,0.45); }
@media (max-width:640px){
  .floating-contact{ right:12px; bottom:12px; gap:7px; }
  .floating-call{ padding:10px 16px; font-size:17px; gap:8px; }
  .floating-call svg{ width:18px; height:18px; }
  .floating-whatsapp{ width:44px; height:44px; }
  .floating-whatsapp svg{ width:20px; height:20px; }
}
@media (max-width:380px){
  .floating-call{ padding:9px 13px; font-size:15px; }
}

a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible{
  outline:2px solid var(--gold-light); outline-offset:3px;
}

@media (max-width:980px){
  .main-nav{
    position:fixed; top:0; right:-100%; width:78%; max-width:340px; height:100vh;
    background:var(--charcoal-2); border-left:1px solid var(--hairline);
    flex-direction:column; align-items:flex-start; justify-content:flex-start;
    padding:100px 32px 32px; gap:22px; transition:right .4s var(--ease); z-index:950;
  }
  .main-nav.open{ right:0; }
  .main-nav a{ font-size:15px; }
  .hamburger{ display:flex; }
  .header-actions .btn{ display:none; }
  .mobile-order-btn{
    display:flex !important;
    width:100%;
    margin-bottom:8px;
  }
}
.mobile-order-btn{ display:none; }
.main-nav a.mobile-order-btn{ color:#0c0d05; }
.nav-overlay{
  display:none; position:fixed; inset:0; background:rgba(0,0,0,0.5); z-index:940;
  pointer-events:none;
}
.nav-overlay.show{ display:block; pointer-events:auto; }

/* ============================================================
   MOBILE-ONLY REFINEMENTS — desktop styles untouched above
   ============================================================ */
@media (max-width:640px){
  /* Consistent, smaller heading/body scale */
  .section-head h2, h2.section-head, .contact-top h2, .deliver-copy h2{ font-size:26px !important; line-height:1.18; }
  .section-head p{ font-size:13.5px; }
  .section-head{ margin-bottom:24px; }

  /* Hero features bar below poster — handled by the 3-col grid rules above */

  /* Order modal — eliminate internal scroll on small screens */
  .modal-title{ font-size:19px; margin-bottom:6px; }
  .order-panel h3{ font-size:14px; margin-bottom:1px; }
  .order-panel > p{ font-size:11.5px; margin-bottom:8px; }
  .form-row{ gap:8px; margin-bottom:6px; }
  .field{ gap:2px; margin-bottom:6px; }
  .field label{ font-size:9.5px; }
  .field input, .field textarea, .field select{ padding:7px 9px; font-size:12.5px; }
  .field textarea{ min-height:34px; }
  .modal-panel .btn-block{ padding:9px 16px; font-size:12px; }
  .form-note{ font-size:9.5px; margin-top:6px; }

  /* WHY cards — tighter */
  .bento{ gap:8px; }
  .bento-card{ padding:12px; border-radius:10px; }
  .bento-card .num{ font-size:20px; margin-bottom:6px; }
  .bento-card h3{ font-size:13px; margin-bottom:4px; }
  .bento-card p{ font-size:11px; line-height:1.35; }
  .bento-card .icon{ width:20px; height:20px; margin-bottom:8px; }
  .bento-6{ padding:14px; gap:10px; }
  .bento-6 .stat .big{ font-size:26px; }
  .bento-6 .stat span.lbl{ font-size:9px; }

  /* WHO section — 3 columns, compact */
  .industry-cloud{ grid-template-columns:repeat(3,1fr) !important; gap:7px; }
  .industry-chip{ padding:10px 5px; gap:6px; font-size:9px; border-radius:11px; }
  .industry-chip .ico{ width:34px; height:34px; border-radius:10px; }
  .industry-chip .ico svg{ width:17px; height:17px; }
  .industry-chip:last-child{ grid-column:span 3 !important; font-size:10px; }

  /* WHERE section — smaller map + tags */
  .map-graphic{ max-width:200px; margin:0 auto; }
  .map-label{ font-size:7px; }
  .area-list{ gap:6px; margin-top:14px; }
  .area-tag{ padding:6px 10px; font-size:10.5px; }

  /* TRUST logos — 3x3 grid, compact cards */
  .logo-wall{ grid-template-columns:repeat(3,1fr) !important; gap:7px; padding:8px 0; }
  .logo-cell{ height:74px; padding:7px 9px; border-radius:9px; }
  .logo-cell img{ max-height:34px; }

  /* TESTIMONIALS — 2x2 grid, compact cards */
  .testi-grid{ grid-template-columns:repeat(2,1fr) !important; gap:10px; }
  .testi-card{ padding:14px 12px; max-height:175px; border-radius:12px; }
  .testi-card:hover{ max-height:340px; }
  .testi-card .quote-mark{ font-size:46px; top:2px; left:10px; }
  .testi-card p.quote{ font-size:10.5px; line-height:1.4; margin-top:18px; }
  .testi-below{ gap:6px; margin-top:8px; }
  .testi-avatar{ width:22px; height:22px; }
  .testi-below .name{ font-size:10px; }
  .testi-below .role{ font-size:8.5px; }

  /* Q&A section — compact */
  .faq-q{ padding:14px 2px; font-size:12.5px; gap:10px; }
  .faq-q .plus{ width:15px; height:15px; }
  .faq-a p{ font-size:11.5px; padding:0 2px 14px; }
}




/* ============================================================
   SINGLE-VIEWPORT FIT — preserve the ORIGINAL layouts/design.
   Only spacing/sizing is reduced where necessary so each of the
   three requested sections fits one viewport without clipping.
   ============================================================ */

/* WHY GODIESEL — preserve the original 6-column bento layout and heading scale.
   Only card sizing/spacing is reduced enough to fit one viewport comfortably. */
@media (min-width:901px){
  #why{
    height:100svh;
    min-height:0;
    box-sizing:border-box;
    padding:92px 0 34px;
    display:block;
    overflow:visible;
  }
  /* Do NOT override .section-head h2: its original global font-size
     is intentionally preserved for consistency with every section. */
  #why .section-head{ margin-bottom:18px; }
  #why .bento{
    grid-template-columns:repeat(6,1fr);
    gap:14px;
  }
  #why .bento-card{
    padding:20px;
  }
  #why .bento-card .num{
    font-size:38px;
    margin-bottom:10px;
  }
  #why .bento-card h3{
    font-size:18px;
    margin-bottom:6px;
  }
  #why .bento-card p{
    font-size:14px;
    line-height:1.35;
  }
  #why .bento-1,
  #why .bento-2,
  #why .bento-3{ grid-column:span 2; }
  #why .bento-4,
  #why .bento-5{ grid-column:span 3; }
  #why .bento-6{
    grid-column:span 6;
    padding:18px 20px;
    gap:24px;
  }
  #why .bento-6 .stat .big{ font-size:44px; }
}

/* WHO / INDUSTRIES — restore original 6-column layout.
   Only chip height/spacing is reduced enough to fit cleanly. */
@media (min-width:901px){
  #industries{
    height:100svh;
    min-height:0;
    box-sizing:border-box;
    padding:38px 0;
    display:flex;
    align-items:center;
    overflow:visible;
  }
  #industries .section-head{ margin-bottom:26px; }
  #industries .industry-cloud{
    grid-template-columns:repeat(6,1fr) !important;
    gap:12px;
  }
  #industries .industry-chip{
    padding:18px 12px;
    gap:10px;
    min-height:0;
    box-sizing:border-box;
  }
  #industries .industry-chip .ico{
    width:58px;
    height:58px;
    border-radius:19px;
  }
  #industries .industry-chip .ico svg{
    width:30px;
    height:30px;
  }
  #industries .industry-chip:last-child{ grid-column:span 2; }
}

/* TRUST — preserve original 3x3 logo wall; no cropping */
@media (min-width:901px){
  #trusted{
    height:100svh;
    min-height:0;
    box-sizing:border-box;
    padding:38px 0;
    display:flex;
    align-items:center;
    overflow:visible;
  }
  #trusted .section-head{ margin-bottom:26px; }
  #trusted .logo-wall{
    grid-template-columns:repeat(3,1fr) !important;
    gap:12px;
    max-width:720px;
    padding:0;
  }
  #trusted .logo-cell{
    height:92px;
    padding:10px 16px;
    overflow:visible;
  }
  #trusted .logo-cell img{
    max-width:100%;
    max-height:64px;
    width:auto;
    height:auto;
    object-fit:contain;
  }
}

/* Mobile/tablet: retain the existing site's original responsive
   layout; only ensure these three sections can scroll rather than
   clipping when the viewport is too short. */
@media (max-width:900px){
  #why,
  #industries,
  #trusted{
    height:auto;
    min-height:100svh;
    overflow:visible;
  }
}



@media (min-width:901px){
  #why{height:100svh;min-height:0;box-sizing:border-box;padding:92px 0 28px;display:block;overflow:visible;}
  #why .section-head{margin-bottom:16px;}
  #why .bento{grid-template-columns:repeat(6,1fr);gap:12px;}
  #why .bento-card{padding:16px;}
  #why .bento-card .num{font-size:36px;margin-bottom:8px;}
  #why .bento-card h3{font-size:18px;margin-bottom:5px;}
  #why .bento-card p{font-size:13.5px;line-height:1.32;}
  #why .bento-1,#why .bento-2,#why .bento-3{grid-column:span 2;}
  #why .bento-4,#why .bento-5{grid-column:span 3;}
  #why .bento-6{grid-column:span 6;padding:15px 18px;gap:20px;}
  #why .bento-6 .stat .big{font-size:42px;}
}



/* WHY ONLY — preserve v5 design exactly; fix vertical positioning/balance */
@media (min-width:901px){
  #why{
    height:100svh;
    min-height:0;
    box-sizing:border-box;
    /* Header is fixed (~81px), so keep the heading safely below it.
       Equal top/bottom breathing room keeps the section visually balanced. */
    padding-top:105px;
    padding-bottom:105px;
  }
}



/* WHY ONLY — tiny downward shift; preserve v7 layout and sizing */
@media (min-width:901px){
  #why{
    padding-top:115px;
    padding-bottom:95px;
  }
}



/* WHY ONLY — additional 10px downward shift from v8 */
@media (min-width:901px){
  #why{
    padding-top:125px;
    padding-bottom:85px;
  }
}



/* WHAT SECTION — image hover expansion only */
@media (hover:hover) and (pointer:fine){
  #what .equip-tile{
    transform:translateZ(0);
    transition:
      transform .35s cubic-bezier(.22,.9,.32,1),
      border-color .35s var(--ease),
      box-shadow .35s var(--ease);
  }

  #what .equip-tile:hover{
    /* Small lift only — the image itself does the expansion */
    transform:translateY(-4px);
    z-index:30;
    border-color:var(--tile-accent);
    box-shadow:
      0 18px 42px rgba(0,0,0,.45),
      0 0 28px var(--tile-accent-dim);
  }

  #what .equip-tile-img{
    transform:scale(1);
    transform-origin:center center;
    transition:
      transform .55s cubic-bezier(.22,.9,.32,1),
      filter .45s cubic-bezier(.22,.9,.32,1);
    will-change:transform;
  }

  #what .equip-tile:hover .equip-tile-img{
    transform:scale(1.14);
    filter:saturate(1.18) contrast(1.1) brightness(1.05);
  }
}



/* WHAT SECTION — expand the WHOLE card, not just the image */
@media (hover:hover) and (pointer:fine){
  #what .equip-grid{
    overflow:visible;
  }

  #what .equip-tile{
    position:relative;
    z-index:1;
    transform-origin:center center;
    transition:
      transform .38s cubic-bezier(.22,.9,.32,1),
      border-color .35s var(--ease),
      box-shadow .38s cubic-bezier(.22,.9,.32,1);
  }

  #what .equip-tile:hover{
    transform:scale(1.055);
    z-index:50;
    border-color:var(--tile-accent);
    box-shadow:
      0 22px 50px rgba(0,0,0,.48),
      0 0 30px var(--tile-accent-dim);
  }

  /* Keep image expansion synchronized with the card */
  #what .equip-tile-img{
    transform:scale(1);
    transition:
      transform .38s cubic-bezier(.22,.9,.32,1),
      filter .38s cubic-bezier(.22,.9,.32,1);
  }

  #what .equip-tile:hover .equip-tile-img{
    transform:scale(1.035);
    filter:saturate(1.08) contrast(1.05) brightness(1.03);
  }
}



/* WHAT SECTION — stronger whole-card expansion */
@media (hover:hover) and (pointer:fine){
  #what .equip-tile{
    transition:
      transform .4s cubic-bezier(.22,.9,.32,1),
      border-color .35s var(--ease),
      box-shadow .4s cubic-bezier(.22,.9,.32,1);
  }

  #what .equip-tile:hover{
    transform:scale(1.10);
    z-index:50;
    border-color:var(--tile-accent);
    box-shadow:
      0 28px 60px rgba(0,0,0,.52),
      0 0 38px var(--tile-accent-dim);
  }

  #what .equip-tile:hover .equip-tile-img{
    transform:scale(1.045);
  }
}



/* WHAT SECTION — even larger whole-card expansion */
@media (hover:hover) and (pointer:fine){
  #what .equip-tile{
    transition:
      transform .42s cubic-bezier(.22,.9,.32,1),
      border-color .35s var(--ease),
      box-shadow .42s cubic-bezier(.22,.9,.32,1);
  }

  #what .equip-tile:hover{
    transform:scale(1.16);
    z-index:50;
    border-color:var(--tile-accent);
    box-shadow:
      0 32px 72px rgba(0,0,0,.56),
      0 0 44px var(--tile-accent-dim);
  }

  #what .equip-tile:hover .equip-tile-img{
    transform:scale(1.05);
  }
}



/* WHAT SECTION — image/card grid only, move down 15px */
@media (min-width:901px){
  #what .equip-grid{
    transform:translateY(15px);
  }
}



@media (min-width:901px){
  /* Contact section: shift only the phone/WhatsApp/email cards downward. */
  #contact .contact-channels{
    transform:translateY(15px);
  }
}



/* WHAT SECTION — enable the existing whole-card expansion on touch/mobile devices */
@media (hover:none) and (pointer:coarse){
  #what .equip-grid{
    overflow:visible;
  }

  #what .equip-tile{
    transform-origin:center center;
    transition:
      transform .45s cubic-bezier(.22,.9,.32,1),
      border-color .45s var(--ease),
      box-shadow .45s var(--ease);
  }

  #what .equip-tile.is-expanded{
    transform:scale(1.55);
    z-index:50;
    border-color:var(--tile-accent);
    box-shadow:
      0 26px 60px rgba(0,0,0,.6),
      0 0 40px var(--tile-accent-dim);
  }

  #what .equip-tile.is-expanded .equip-tile-img{
    filter:saturate(1.18) contrast(1.1) brightness(1.04);
  }
}



/* WHAT SECTION — mobile first-tap expansion only.
   Desktop hover/expansion is completely untouched. */
@media (max-width:900px) and (hover:none){
  #what .equip-tile.is-mobile-expanded{
    transform:scale(.94) !important;
  }
}



/* WHAT SECTION — noticeably smaller FIRST-TAP expansion on mobile only.
   Desktop remains completely untouched. */
@media (max-width:900px) and (hover:none){
  #what .equip-tile.is-mobile-expanded{
    transform:scale(.84) !important;
  }
}



/* WHAT SECTION — actual first-tap class is .is-expanded.
   Reduce ONLY the mobile first-tap card expansion.
   Desktop hover/lightbox behavior is untouched. */
@media (max-width:900px) and (hover:none) and (pointer:coarse){
  #what .equip-tile.is-expanded{
    transform:scale(1.22) !important;
  }
}



/* ============================================================
   MOBILE HERO — 5 feature cards rearranged into one clean row
   Desktop/tablet layouts remain unchanged.
   ============================================================ */
@media (max-width:768px){
  .hero-features{
    width:100%;
    max-width:none;
    margin:24px auto 0;
    padding:0 14px;
    box-sizing:border-box;
  }

  .hero-features-inner{
    display:grid !important;
    grid-template-columns:repeat(5,minmax(0,1fr)) !important;
    align-items:stretch;
    gap:0 !important;
    width:100%;
    padding:8px 0 10px !important;
    border:0 !important;
    border-radius:0 !important;
    background:transparent !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
    box-sizing:border-box;
  }

  .hero-feature,
  .hero-feature:last-child{
    position:relative;
    min-width:0;
    width:auto;
    height:auto;
    min-height:116px;
    margin:0;
    padding:8px 4px 14px !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:10px !important;
    border:0 !important;
    border-right:1px solid rgba(255,255,255,.24) !important;
    border-radius:0 !important;
    background:transparent !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
    box-sizing:border-box;
  }

  .hero-feature:last-child{
    border-right:0 !important;
    grid-column:auto !important;
  }

  .hero-feature::after{
    content:"";
    position:absolute;
    left:50%;
    bottom:2px;
    width:42px;
    height:2px;
    transform:translateX(-50%);
    border-radius:999px;
    background:var(--bp-green-lt);
    box-shadow:0 0 8px rgba(61,190,92,.28);
  }

  .hero-feature:nth-child(1)::after,
  .hero-feature:nth-child(2)::after{
    background:var(--bp-green-lt);
    box-shadow:0 0 8px rgba(61,190,92,.28);
  }
  .hero-feature:nth-child(3)::after,
  .hero-feature:nth-child(4)::after{
    background:var(--shell-yellow-lt);
    box-shadow:0 0 8px rgba(255,212,0,.25);
  }
  .hero-feature:nth-child(5)::after{
    background:var(--shell-red-lt);
    box-shadow:0 0 8px rgba(255,58,58,.25);
  }

  .hero-feature svg{
    width:34px !important;
    height:34px !important;
    flex:0 0 34px;
    stroke-width:1.8;
    margin:0;
  }

  .hero-feature:nth-child(1) svg,
  .hero-feature:nth-child(2) svg{
    stroke:var(--bp-green-lt) !important;
  }
  .hero-feature:nth-child(3) svg,
  .hero-feature:nth-child(4) svg{
    stroke:var(--shell-yellow-lt) !important;
  }
  .hero-feature:nth-child(5) svg{
    stroke:var(--shell-red-lt) !important;
  }

  .hero-feature .txt,
  .hero-feature:last-child .txt{
    display:block;
    width:100%;
    margin:0;
    color:var(--off-white);
    font-family:var(--font-body);
    font-size:10.5px !important;
    font-weight:800;
    line-height:1.2 !important;
    letter-spacing:.01em;
    text-align:center !important;
    text-transform:uppercase;
    white-space:normal;
  }
}

/* Very narrow phones: keep the same 5-column arrangement, only scale
   the contents slightly so nothing wraps into a second row. */
@media (max-width:390px){
  .hero-features{
    margin-top:20px;
    padding-left:8px;
    padding-right:8px;
  }
  .hero-feature{
    min-height:108px;
    padding-left:2px !important;
    padding-right:2px !important;
    gap:8px !important;
  }
  .hero-feature svg{
    width:30px !important;
    height:30px !important;
    flex-basis:30px;
  }
  .hero-feature .txt{
    font-size:9px !important;
  }
  .hero-feature::after{
    width:34px;
  }
}

<style id="mobile-hero-features-compact-curved-v23">
/* MOBILE HERO FEATURE STRIP — compact height + desktop-style curved frame.
   Desktop remains unchanged. */
@media (max-width:768px){
  .hero-features-inner{
    padding:5px 2px !important;
    border:1px solid var(--hairline) !important;
    border-radius:14px !important;
    background:rgba(23,24,27,.55) !important;
    -webkit-backdrop-filter:blur(8px) !important;
    backdrop-filter:blur(8px) !important;
    overflow:hidden;
  }

  .hero-feature,
  .hero-feature:last-child{
    min-height:72px !important;
    height:72px !important;
    padding:4px 5px 6px !important;
    flex-direction:row !important;
    justify-content:center !important;
    align-items:center !important;
    gap:7px !important;
  }

  .hero-feature svg{
    width:25px !important;
    height:25px !important;
    flex:0 0 25px !important;
  }

  .hero-feature .txt,
  .hero-feature:last-child .txt{
    width:auto !important;
    font-size:9.5px !important;
    line-height:1.12 !important;
    text-align:left !important;
  }

  .hero-feature::after{
    bottom:4px;
    width:34px;
  }
}

@media (max-width:390px){
  .hero-features{
    padding-left:8px;
    padding-right:8px;
  }

  .hero-features-inner{
    padding:4px 1px !important;
    border-radius:12px !important;
  }

  .hero-feature,
  .hero-feature:last-child{
    min-height:66px !important;
    height:66px !important;
    padding:3px 3px 5px !important;
    gap:5px !important;
  }

  .hero-feature svg{
    width:22px !important;
    height:22px !important;
    flex-basis:22px !important;
  }

  .hero-feature .txt,
  .hero-feature:last-child .txt{
    font-size:8.3px !important;
  }
}



/* FINAL MOBILE HERO FEATURE STRIP — compact, desktop-style framed strip.
   Desktop styles are intentionally untouched. */
@media (max-width:768px){
  .hero-features-inner{
    width:100% !important;
    padding:3px 0 !important;
    border:1px solid rgba(199,203,209,.30) !important;
    border-radius:12px !important;
    background:rgba(23,24,27,.42) !important;
    box-sizing:border-box !important;
    overflow:hidden !important;
  }

  .hero-feature,
  .hero-feature:last-child{
    min-height:58px !important;
    height:58px !important;
    padding:3px 3px !important;
    gap:5px !important;
    border-right:1px solid rgba(199,203,209,.22) !important;
    border-radius:0 !important;
    background:transparent !important;
  }

  .hero-feature:last-child{
    border-right:0 !important;
  }

  /* Remove the colored underline from every feature. */
  .hero-feature::after{
    display:none !important;
    content:none !important;
  }

  .hero-feature svg{
    width:23px !important;
    height:23px !important;
    flex:0 0 23px !important;
  }

  .hero-feature .txt,
  .hero-feature:last-child .txt{
    font-size:8.7px !important;
    line-height:1.08 !important;
    letter-spacing:0 !important;
  }
}

@media (max-width:390px){
  .hero-features-inner{
    padding:2px 0 !important;
    border-radius:11px !important;
  }

  .hero-feature,
  .hero-feature:last-child{
    min-height:54px !important;
    height:54px !important;
    padding:2px !important;
    gap:4px !important;
  }

  .hero-feature svg{
    width:20px !important;
    height:20px !important;
    flex-basis:20px !important;
  }

  .hero-feature .txt,
  .hero-feature:last-child .txt{
    font-size:8px !important;
    line-height:1.05 !important;
  }
}
