*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --bg: #f3f7fc;
  --surface: rgba(255, 255, 255, 0.92);
  --surface-strong: #ffffff;
  --surface-dark: #143b73;
  --surface-dark-2: #0d2e5b;
  --line: rgba(24, 60, 118, 0.1);
  --line-strong: rgba(22, 66, 129, 0.2);
  --text: #173056;
  --text-soft: #5a6f91;
  --text-muted: #7a8ba8;
  --green: #2e8df6;
  --green-deep: #2857ad;
  --green-ink: #173a72;
  --green-wash: #e7f0ff;
  --orange: #3ea1f0;
  --orange-deep: #2f66be;
  --white: #ffffff;
  --shadow-sm: 0 14px 36px rgba(18, 54, 112, 0.08);
  --shadow-md: 0 24px 60px rgba(18, 54, 112, 0.14);
  --shadow-lg: 0 38px 96px rgba(12, 37, 79, 0.2);
  --radius-sm: 16px;
  --radius-md: 24px;
  --radius-lg: 34px;
  --maxw: 1280px;
  --head: 'Barlow Condensed', sans-serif;
  --body: 'Nunito Sans', sans-serif;
  --mono: 'Space Grotesk', sans-serif;
}

html { scroll-behavior: smooth; }
body {
  background:
    radial-gradient(circle at top left, rgba(58, 132, 255, 0.12), transparent 24%),
    radial-gradient(circle at top right, rgba(109, 180, 255, 0.12), transparent 26%),
    var(--bg);
  color: var(--text);
  font-family: var(--body);
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
main { overflow: hidden; }

::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: rgba(0, 0, 0, 0.06); }
::-webkit-scrollbar-thumb { background: linear-gradient(180deg, var(--green), var(--green-deep)); border-radius: 999px; }

.topbar,
.nav-inner,
.section,
.page-shell,
.page-band,
.ticker-inner,
.footer-main,
.footer-bottom,
.footer-credit-line {
  padding-left: clamp(20px, 5vw, 56px);
  padding-right: clamp(20px, 5vw, 56px);
}

.topbar {
  background: linear-gradient(90deg, #113f7d, #144b93 48%, #0f4689);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  min-height: 46px;
}

.topbar-left,
.topbar-right,
.topbar-socials,
.footer-social,
.hero-actions,
.dual-cta {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.topbar a,
.topbar-follow {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.74rem;
  line-height: 1.5;
}

.topbar a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  transition: color 0.25s ease, transform 0.25s ease;
}

.topbar a:hover { color: #ffffff; transform: translateY(-1px); }
.topbar-follow {
  font-family: var(--mono);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.62rem;
  color: rgba(255, 255, 255, 0.48);
}

.topbar-address {
  max-width: min(40vw, 320px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tb-ico,
.topbar-socials a,
.fsoc,
.float-wa-icon,
.float-call2,
.wab-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.tb-ico { width: 13px; height: 13px; color: #cfe3ff; flex-shrink: 0; }
.tb-ico svg,
.topbar-socials a svg,
.fsoc svg,
.float-wa-icon svg,
.float-call2 svg,
.wab-avatar svg { width: 100%; height: 100%; }

.topbar-socials a,
.fsoc,
.soc-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #ffffff;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.topbar-socials a:hover,
.fsoc:hover,
.soc-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
}

.tb-ig,
.soc-ig { background: linear-gradient(135deg, #f7b24a, #df4568, #8835cb); }
.tb-fb,
.soc-fb { background: #1877f2; }
.tb-yt,
.soc-yt { background: #ff0033; }
.fsoc-wa { background: linear-gradient(135deg, #3b86ef, #245dcb); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(20, 70, 136, 0.1);
  transition: box-shadow 0.3s ease, background 0.3s ease;
}

.nav-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  min-height: 84px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.logo-img {
  width: 62px;
  height: 74px;
  object-fit: contain;
  filter: drop-shadow(0 10px 16px rgba(24, 70, 135, 0.12));
}

.logo-words { min-width: 0; }
.logo-name {
  font-family: var(--head);
  font-size: 1.42rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 0.95;
  text-transform: uppercase;
}

.logo-tag {
  margin-top: 4px;
  color: var(--text-soft);
  font-family: var(--mono);
  font-size: 0.57rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nav-links {
  margin-left: auto;
  list-style: none;
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 32px);
}

.nav-links a {
  position: relative;
  padding-bottom: 8px;
  color: var(--text-soft);
  font-family: var(--mono);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color 0.25s ease;
}

.nav-links a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--green), transparent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

.nav-links a:hover,
.nav-links a.active { color: var(--text); }
.nav-links a:hover::after,
.nav-links a.active::after { transform: scaleX(1); }

.nav-actions { display: flex; align-items: center; gap: 12px; }

.nav-cta,
.btn-green,
.btn-orange,
.btn-call,
.btn-hero-primary,
.button,
.btn-submit {
  border: 0;
  border-radius: 999px;
  padding: 13px 24px;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--mono);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.nav-cta,
.btn-green,
.btn-hero-primary,
.button,
.btn-submit {
  background: linear-gradient(135deg, var(--green), var(--green-deep));
  color: #ffffff;
  box-shadow: 0 16px 36px rgba(18, 106, 54, 0.22);
}

.btn-orange {
  background: linear-gradient(135deg, var(--orange), var(--orange-deep));
  color: #ffffff;
  box-shadow: 0 16px 36px rgba(200, 93, 6, 0.22);
}

.button.alt,
.button.ghost,
.btn-hero-outline,
.btn-call {
  background: rgba(46, 141, 246, 0.08);
  color: var(--green-ink);
  border: 1px solid rgba(46, 141, 246, 0.18);
  box-shadow: none;
}

.button.ghost {
  background: rgba(46, 141, 246, 0.05);
  color: var(--green-ink);
  border-color: rgba(46, 141, 246, 0.12);
}

.btn-call { background: rgba(46, 141, 246, 0.1); color: var(--green-ink); }
.button.light { background: linear-gradient(135deg, var(--orange), var(--orange-deep)); }

.nav-cta:hover,
.btn-green:hover,
.btn-orange:hover,
.btn-call:hover,
.btn-hero-primary:hover,
.button:hover,
.btn-submit:hover {
  transform: translateY(-2px);
}

.nav-cta:disabled,
.btn-green:disabled,
.btn-orange:disabled,
.btn-call:disabled,
.btn-hero-primary:disabled,
.button:disabled,
.btn-submit:disabled {
  opacity: 0.7;
  cursor: wait;
  transform: none;
}

.hbg {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(20, 70, 136, 0.14);
  border-radius: 50%;
  background: rgba(238, 246, 255, 0.9);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
}

.hbg span {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--text);
  transition: transform 0.25s ease;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(44px, 6vw, 72px) clamp(20px, 5vw, 56px) 120px;
  background:
    radial-gradient(circle at 18% 18%, rgba(159, 208, 255, 0.24), transparent 28%),
    radial-gradient(circle at 88% 8%, rgba(105, 178, 255, 0.2), transparent 22%),
    linear-gradient(135deg, #0d478e 0%, #1158ac 38%, #0c417f 100%);
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 100px 100px;
  opacity: 0.2;
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.9fr);
  gap: clamp(34px, 4vw, 62px);
  align-items: start;
}

.hero-copy { color: #ffffff; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  color: rgba(255, 255, 255, 0.92);
  font-family: var(--mono);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(46, 141, 246, 0.14);
}

.hero-copy h1 {
  margin-top: 20px;
  font-family: var(--head);
  font-size: clamp(3rem, 6.4vw, 5.5rem);
  font-weight: 900;
  line-height: 0.94;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  max-width: 8ch;
}

.hero-copy h1 em,
.hero-copy h1 span {
  display: block;
  color: #cfe3ff;
  font-style: italic;
}

.hero-copy p {
  margin-top: 18px;
  max-width: 56ch;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.02rem;
  line-height: 1.8;
}

.hero-actions .button:first-child {
  background: linear-gradient(135deg, var(--orange), var(--orange-deep));
  box-shadow: 0 16px 36px rgba(200, 93, 6, 0.24);
}

.hero-actions .button.alt {
  border-color: rgba(255, 255, 255, 0.22);
  background: transparent;
}

.hero-actions {
  margin-top: 8px;
}

.hero-stats {
  margin: 34px 0 26px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  align-items: stretch;
  max-width: 660px;
}

.hstat {
  padding: 0 18px 0 0;
  min-height: auto;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  position: relative;
}

.hstat:not(:last-child) {
  margin-right: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.hstat-num {
  color: #ffffff;
  font-family: var(--head);
  font-size: 2.1rem;
  font-weight: 900;
  line-height: 0.92;
}

.hstat-num sup {
  position: relative;
  top: -0.4em;
  font-size: 0.5em;
}

.hstat-label {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.52);
  font-family: var(--mono);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-proof-kicker,
.sec-label,
.spec-key,
.wa-text,
.fcard-l,
.footer-col-title,
.ci-key,
.af-title,
.opp-tag {
  font-family: var(--mono);
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.hero-tiles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
  margin-top: 18px;
}

.hero-tile {
  padding: 18px 18px 16px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
  min-height: 104px;
}

.hero-tile:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.18);
}

.hero-tile strong {
  display: block;
  font-family: var(--head);
  font-size: 1.4rem;
  line-height: 1;
  text-transform: uppercase;
}

.hero-tile span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.84rem;
  line-height: 1.55;
}

.hero-visual {
  position: relative;
  padding: 0;
  border-radius: 32px;
  background: transparent;
  border: 0;
  box-shadow: var(--shadow-lg);
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow: hidden;
}

.image-box {
  width: 100%;
  max-width: none;
  height: clamp(520px, 58vw, 760px);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 32px;
  padding: 0;
  background: transparent;
}

.image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.hero-media {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 32px;
  object-fit: cover;
  object-position: center center;
  background: #edf4ff;
}

.hero-visual-card {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(14, 52, 102, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.hero-visual-label {
  color: #beddff;
  font-family: var(--mono);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-visual-title {
  margin-top: 8px;
  color: #ffffff;
  font-family: var(--head);
  font-size: 1.6rem;
  line-height: 1;
  text-transform: uppercase;
}

.hero-visual-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.hero-visual-points span,
.ptag {
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.84);
  font-family: var(--mono);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-feature-band {
  max-width: var(--maxw);
  margin: -72px auto 0;
  padding-left: clamp(20px, 5vw, 56px);
  padding-right: clamp(20px, 5vw, 56px);
  position: relative;
  z-index: 2;
}

.hero-feature-inner {
  background: #f7fbff;
  border-radius: 0 0 8px 8px;
  border-top: 3px solid #64b2ff;
  box-shadow: 0 28px 50px rgba(18, 54, 112, 0.12);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
}

.hero-feature-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px 26px;
  min-height: 96px;
}

.hero-feature-item:not(:last-child) {
  border-right: 1px solid rgba(20, 70, 136, 0.1);
}

.hero-feature-icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e8f2ff;
  color: var(--green-deep);
}

.hero-feature-icon svg {
  width: 21px;
  height: 21px;
}

.hero-feature-title {
  color: var(--green-ink);
  font-family: var(--head);
  font-size: 1.9rem;
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
}

.hero-feature-copy {
  margin-top: 5px;
  color: var(--text-muted);
  font-family: var(--mono);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section,
.page-shell {
  max-width: var(--maxw);
  margin: 0 auto;
  padding-top: clamp(68px, 9vw, 104px);
  padding-bottom: clamp(68px, 9vw, 104px);
}

.section.alt { background: transparent; }

#about.section {
  padding-top: 72px;
}

.page-band {
  max-width: none;
  padding-top: clamp(56px, 8vw, 88px);
  padding-bottom: clamp(56px, 8vw, 88px);
  background:
    radial-gradient(circle at left top, rgba(146, 195, 255, 0.22), transparent 24%),
    radial-gradient(circle at right top, rgba(93, 169, 255, 0.2), transparent 26%),
    linear-gradient(135deg, #0f4d9a, #1558ab 50%, #0f478c);
}

.page-band > * {
  max-width: var(--maxw);
  margin: 0 auto;
}

.page-title,
.sec-h2,
.product-head,
.opp-title,
.gallery-copy h3,
.metric-card strong,
.contact-card h3,
.admin-card h2,
.admin-card h3 {
  font-family: var(--head);
  text-transform: uppercase;
}

.page-band .sec-label { color: #d9ebff; }
.page-band .sec-label::before { background: #9fd0ff; }
.page-band .page-title { color: #ffffff; font-size: clamp(2.8rem, 6vw, 4.9rem); line-height: 0.95; }
.page-band .sec-desc { color: rgba(240, 246, 255, 0.84); }

.sec-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--green-deep);
  font-size: 0.62rem;
  font-weight: 700;
}

.sec-label::before {
  content: '';
  width: 28px;
  height: 2px;
  background: var(--green-deep);
}

.sec-h2 {
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  font-weight: 900;
  line-height: 0.95;
  color: var(--text);
}

.sec-h2 em {
  color: var(--green-deep);
  font-style: italic;
}

.sec-desc,
.af-text,
.wc-text,
.metric-card p,
.footer-brand-desc,
.footer-links a,
.ci-val,
.test-role,
.gallery-copy p,
.opp-sub,
.fleet-text,
.ci-sub {
  color: var(--text-soft);
  font-size: 0.94rem;
  line-height: 1.8;
}

.sec-desc {
  margin-top: 14px;
  max-width: 620px;
}

.sec-divider {
  width: 72px;
  height: 4px;
  margin-top: 20px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green), rgba(62, 161, 240, 0.18));
}

.about-layout,
.product-layout,
.fleet-layout,
.contact-layout,
.two-col,
.page-intro {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(40px, 6vw, 84px);
  align-items: center;
  margin-top: 64px;
}

.fleet-layout,
.contact-layout,
.product-layout { align-items: start; }

.about-imgwrap,
.poster-card,
.hero-visual,
.product-vis,
.gallery-card,
.contact-card,
.why-card,
.opp-card,
.program-card,
.product-card,
.test-card,
.metric-card,
.contact-info,
.lead-card,
.admin-card {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 255, 0.94));
  box-shadow: var(--shadow-sm);
}

.about-img-main,
.product-vis,
.poster-card,
.gallery-card {
  background: #edf4ff;
}

.about-img-main img,
.poster-card img,
.gallery-card img,
.product-vis img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  aspect-ratio: 4 / 3.35;
  object-fit: cover;
  object-position: center center;
  padding: 0;
  background: transparent;
}

.about-badge {
  position: absolute;
  left: 24px;
  bottom: 24px;
  min-width: 150px;
  padding: 18px 18px 16px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(20, 63, 141, 0.94), rgba(39, 111, 216, 0.9));
  color: #ffffff;
  box-shadow: var(--shadow-md);
  z-index: 2;
}

.about-badge-n {
  font-family: var(--head);
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 0.9;
}

.about-badge-l {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--mono);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.about-features,
.feature-grid,
.why-grid,
.test-grid,
.gallery-grid,
.product-grid,
.contact-cards,
.metric-grid,
.specs-grid {
  display: grid;
  gap: 18px;
}

.about-features,
.feature-grid,
.gallery-grid,
.product-grid,
.contact-cards,
.metric-grid,
.specs-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.af-item,
.metric-card,
.gallery-copy,
.spec-cell {
  padding: 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(14, 42, 27, 0.08);
}

.af-title,
.footer-col-title {
  margin-bottom: 8px;
  color: var(--text);
  font-size: 0.68rem;
  font-weight: 700;
}

.opp-section,
.fleet-section {
  max-width: none;
  background:
    radial-gradient(circle at top right, rgba(46, 191, 99, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(223, 247, 232, 0.8), rgba(255, 255, 255, 0));
}

.opp-section > *,
.fleet-section > * {
  max-width: var(--maxw);
  margin-left: auto;
  margin-right: auto;
}

.opp-grid,
.program-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-top: 56px;
}

.opp-card:hover,
.program-card:hover,
.product-card:hover,
.test-card:hover,
.why-card:hover,
.gallery-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
}

.opp-card-head {
  padding: 32px 32px 24px;
  position: relative;
}

.green-bg {
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.14), transparent 24%),
    linear-gradient(135deg, #12386e, #1755a2 58%, #2f86df);
}

.orange-bg {
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.16), transparent 22%),
    linear-gradient(135deg, #41200d, #8c430f 58%, #d86c12);
}

.opp-icon-wrap {
  width: 66px;
  height: 66px;
  border-radius: 22px;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 18px 36px rgba(5, 18, 12, 0.18);
}

.green-bg .opp-icon-wrap {
  background: linear-gradient(135deg, #55a5ff, #245dcb);
}

.orange-bg .opp-icon-wrap {
  background: linear-gradient(135deg, #ff9833, #d96805);
}

.opp-icon-wrap svg {
  width: 28px;
  height: 28px;
}

.opp-tag {
  display: inline-flex;
  margin-top: 16px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.11);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.58rem;
  font-weight: 700;
}

.opp-title {
  margin-top: 14px;
  color: #ffffff;
  font-size: 2.05rem;
  font-weight: 800;
  line-height: 0.98;
}

.opp-sub { margin-top: 10px; color: rgba(255, 255, 255, 0.74); }

.opp-body,
.program-body,
.product-copy,
.test-card,
.contact-card {
  padding: 30px 30px 34px;
}

.opp-perks,
.checklist,
.info-list,
.spec-list,
.footer-links,
.lead-list,
.ci-items,
.fleet-cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.opp-body > a,
.contact-card .dual-cta,
.product-copy > a {
  margin-top: 28px;
}

.about-layout .dual-cta,
.contact-card .dual-cta,
.product-copy > a {
  padding-top: 6px;
}

.info-list,
.spec-list { list-style: none; }

.contact-card .info-list {
  gap: 14px;
}

.opp-perk,
.check-item,
.info-list li,
.spec-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--text);
  font-size: 0.92rem;
  line-height: 1.65;
}

.opp-check-green,
.opp-check-orange,
.check-box {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 2px;
  background: linear-gradient(135deg, var(--green), var(--green-deep));
  color: #ffffff;
  font-size: 0.62rem;
}

.opp-check-orange { background: linear-gradient(135deg, var(--orange), var(--orange-deep)); }

.cta-strip {
  margin-top: 28px;
  padding: 32px 34px;
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(46, 191, 99, 0.22), transparent 24%),
    linear-gradient(135deg, #08170f, #123121 56%, #0b2115);
  box-shadow: var(--shadow-lg);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.cta-strip-text {
  color: #ffffff;
  font-family: var(--head);
  font-size: clamp(1.9rem, 3vw, 2.5rem);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.cta-strip-text span { color: #5ae283; font-style: italic; }
.cta-strip-sub { margin-top: 8px; color: rgba(255, 255, 255, 0.68); font-size: 0.98rem; line-height: 1.7; }
.cta-strip-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }

.btn-call.accent {
  background: linear-gradient(135deg, var(--orange), var(--orange-deep));
  border: 0;
  color: #ffffff;
  box-shadow: 0 18px 36px rgba(200, 93, 6, 0.24);
  min-width: 188px;
  justify-content: center;
  border-radius: 20px;
}

.btn-call-icon {
  display: inline-flex;
  width: 16px;
  height: 16px;
}

.btn-call-icon svg {
  width: 100%;
  height: 100%;
}

.why-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 52px;
}

.why-card {
  padding: 26px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-height: 238px;
}

.why-card::before {
  content: '';
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, var(--green), rgba(46, 191, 99, 0.15));
}

.wc-icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: var(--green-wash);
  color: var(--green-deep);
  justify-content: center;
  align-items: center;
}

.wc-icon svg {
  width: 22px;
  height: 22px;
}

.wc-title {
  margin-top: 18px;
  color: var(--text);
  font-size: 1.18rem;
  font-weight: 800;
  line-height: 1.15;
}

.wc-text { margin-top: 10px; }

.product-vis { padding: 20px; }
.product-vis-feature { min-height: 100%; }
.product-vis-feature img { min-height: 460px; object-position: center center; }
.product-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.ptag {
  background: rgba(15, 106, 54, 0.08);
  border: 1px solid rgba(15, 106, 54, 0.12);
  color: var(--green-deep);
}

.product-head {
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 900;
  line-height: 0.95;
  color: var(--text);
}

.spec-key {
  color: var(--text-muted);
  font-size: 0.58rem;
  font-weight: 700;
}

.spec-val {
  margin-top: 10px;
  color: var(--text);
  font-family: var(--head);
  font-size: 1.16rem;
  font-weight: 800;
  line-height: 1.1;
}

.fleet-layout { grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.9fr); }

.fleet-item {
  display: flex;
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(13, 58, 35, 0.12);
}

.fleet-item:first-child { border-top: 1px solid rgba(13, 58, 35, 0.12); }

.fleet-num {
  width: 44px;
  flex-shrink: 0;
  color: rgba(15, 106, 54, 0.24);
  font-family: var(--head);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}

.fleet-title {
  color: var(--text);
  font-size: 1.08rem;
  font-weight: 800;
}

.fcard,
.fcard-call {
  padding: 22px 24px;
  border-radius: 24px;
}

.fcard {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(14, 42, 27, 0.08);
}

.fcard-green {
  background: linear-gradient(135deg, #1b4ba7, #3b86ef);
  color: #ffffff;
}

.fcard-n {
  font-family: var(--head);
  font-size: 2.35rem;
  font-weight: 900;
  line-height: 0.95;
}

.fcard-n span {
  font-family: var(--body);
  font-size: 0.92rem;
  font-weight: 700;
  color: inherit;
}

.fcard-l {
  margin-top: 8px;
  color: var(--text-muted);
  font-size: 0.56rem;
  font-weight: 700;
}

.fcard-green .fcard-l { color: rgba(255, 255, 255, 0.72); }

.fcard-call {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(135deg, #08170f, #123121);
  color: #ffffff;
}

.fcard-call-l {
  color: rgba(255, 255, 255, 0.56);
  font-family: var(--mono);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.fcard-call-n {
  margin-top: 6px;
  color: #65eb8d;
  font-family: var(--head);
  font-size: 1.45rem;
  font-weight: 800;
}

.test-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 38px;
}

.test-card {
  padding: 28px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.test-quote {
  display: block;
  color: rgba(15, 106, 54, 0.14);
  font-family: var(--head);
  font-size: 4.1rem;
  line-height: 0.75;
}

.test-stars {
  margin-top: 2px;
  color: #f3a62d;
  letter-spacing: 0.18em;
  font-size: 0.76rem;
}

.test-text {
  margin-top: 14px;
  color: var(--text);
  font-size: 0.95rem;
  line-height: 1.9;
  font-style: italic;
  flex: 1 1 auto;
}

.test-author {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(14, 42, 27, 0.08);
  display: flex;
  align-items: center;
  gap: 12px;
}

.test-av {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--green), var(--green-deep));
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: var(--head);
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.test-name {
  color: var(--text);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.test-role {
  margin-top: 4px;
  color: var(--text-muted);
  font-size: 0.62rem;
  letter-spacing: 0.14em;
}

.gallery-copy h3,
.metric-card strong,
.contact-card h3 {
  color: var(--text);
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1;
}

.contact-card h3 {
  margin-bottom: 18px;
}

.product-card img,
.gallery-card img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  aspect-ratio: 4 / 3.4;
  object-fit: cover;
  object-position: center center;
  padding: 0;
  background: transparent;
}

.gallery-card img {
  object-fit: contain;
  background: #edf4ff;
}

.gallery-card {
  display: flex;
  flex-direction: column;
}

.gallery-card img {
  min-height: 0;
  aspect-ratio: 1 / 1;
  padding: 10px;
  object-fit: contain;
  object-position: center center;
  background: linear-gradient(180deg, #f7fbff, #edf4ff);
}

.gallery-copy {
  flex: 1 1 auto;
}

.product-card-media {
  padding: 0;
  background: #edf4ff;
}

.product-copy h3 {
  font-family: var(--head);
  font-size: 2rem;
  text-transform: uppercase;
  line-height: 0.95;
}

.contact-layout { align-items: start; }

.contact-card {
  min-height: 100%;
}

.form-grid { display: grid; gap: 14px; }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.form-group { display: flex; flex-direction: column; gap: 8px; }

.form-group label {
  color: var(--text-muted);
  font-family: var(--mono);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.form-group input,
.form-group select,
.form-group textarea,
.wab-foot input,
.wab-foot select,
.wab-foot textarea {
  width: 100%;
  border: 1px solid rgba(13, 58, 35, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.84);
  color: var(--text);
  font-family: var(--body);
  font-size: 0.94rem;
  outline: none;
  transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.form-group input,
.form-group select,
.form-group textarea { padding: 14px 16px; }
.wab-foot input,
.wab-foot select,
.wab-foot textarea { padding: 11px 12px; }

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus,
.wab-foot input:focus,
.wab-foot select:focus,
.wab-foot textarea:focus {
  border-color: rgba(15, 106, 54, 0.36);
  box-shadow: 0 0 0 4px rgba(46, 191, 99, 0.12);
}

.form-group textarea { resize: vertical; min-height: 120px; }
.btn-submit { width: 100%; margin-top: 4px; }

.form-feedback {
  display: none;
  padding: 14px 18px;
  border-radius: 18px;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.6;
}

.form-feedback.is-success {
  background: #e5f8eb;
  border: 1px solid rgba(18, 106, 54, 0.16);
  color: #145a2c;
}

.form-feedback.is-error {
  background: #feeceb;
  border: 1px solid rgba(182, 54, 28, 0.16);
  color: #9b2d19;
}

.contact-info {
  border-radius: 30px;
  overflow: hidden;
}

.ci-header {
  padding: 32px 30px 26px;
  background:
    radial-gradient(circle at top right, rgba(90, 226, 131, 0.22), transparent 24%),
    linear-gradient(135deg, #09180f, #0f3521 58%, #11522c);
}

.ci-title {
  color: #ffffff;
  font-family: var(--head);
  font-size: 2rem;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 0.95;
}

.ci-items { padding: 26px 30px; }

.ci-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.ci-icon {
  min-width: 48px;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: var(--green-wash);
  color: var(--green-deep);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ci-icon svg {
  width: 20px;
  height: 20px;
}

.ci-key {
  color: var(--text-muted);
  font-size: 0.58rem;
  font-weight: 700;
}

.ci-val a { color: var(--green-deep); font-weight: 700; }

.ci-social {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 30px;
  border-top: 1px solid rgba(14, 42, 27, 0.08);
  flex-wrap: wrap;
}

.ci-social-title {
  color: var(--text-muted);
  font-family: var(--mono);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.soc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.soc-btn svg {
  width: 18px;
  height: 18px;
}

.wa-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 30px;
  background: linear-gradient(135deg, #0d2618, #12492b);
  color: #ffffff;
  flex-wrap: wrap;
}

.wa-num {
  margin-top: 6px;
  font-family: var(--head);
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1;
}

.site-footer {
  position: relative;
  margin-top: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(119, 170, 255, 0.18), transparent 22%),
    radial-gradient(circle at top right, rgba(69, 176, 255, 0.22), transparent 26%),
    linear-gradient(180deg, #11478f 0%, #0f4183 58%, #0c3770 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-quick-actions {
  position: relative;
  z-index: 1;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 28px clamp(20px, 5vw, 56px) 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.footer-quick-pill {
  min-height: 54px;
  padding: 0 20px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, #3158a7, #3d98d8);
  color: #ffffff;
  font-family: var(--body);
  font-size: 0.95rem;
  font-weight: 700;
  box-shadow: 0 16px 34px rgba(15, 53, 110, 0.18);
}

.footer-quick-pill:hover {
  transform: translateY(-2px);
}

.footer-quick-icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
}

.footer-quick-icon svg {
  width: 100%;
  height: 100%;
}

.footer-main {
  position: relative;
  z-index: 1;
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.35fr 0.9fr 0.9fr 1.1fr;
  gap: 34px;
  padding-top: 72px;
  padding-bottom: 38px;
}

.footer-brand-block {
  display: grid;
  align-content: start;
  gap: 14px;
}

.footer-kicker {
  color: #ffffff;
  font-family: var(--head);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
  max-width: 6ch;
}

.footer-brand-name {
  color: #ffffff;
  font-family: var(--head);
  font-size: 1.9rem;
  font-weight: 800;
  line-height: 0.95;
  text-transform: uppercase;
}

.footer-brand-name span { color: #cfe2ff; }

.footer-brand-tag {
  color: rgba(226, 238, 255, 0.72);
  font-family: var(--mono);
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.footer-brand-desc {
  max-width: 30ch;
  margin-top: 0;
  color: rgba(234, 243, 255, 0.82);
  line-height: 1.85;
}

.footer-col-title {
  margin-bottom: 14px;
  color: rgba(219, 232, 255, 0.62);
  font-size: 0.62rem;
  letter-spacing: 0.18em;
}

.footer-office-title {
  margin-bottom: 16px;
  color: #ffffff;
  font-family: var(--head);
  font-size: 1.55rem;
  line-height: 0.98;
  text-transform: uppercase;
}

.footer-office-card {
  padding: 22px 22px 20px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

.footer-links {
  display: grid;
  gap: 10px;
}

.footer-accordion-toggle {
  display: none;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  text-align: left;
  cursor: pointer;
}

.footer-accordion-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.9rem;
  line-height: 1;
}

.footer-accordion.open .footer-accordion-icon {
  transform: rotate(45deg);
}

.footer-accordion .footer-links,
.footer-office-card .footer-accordion-head {
  display: grid;
}

.footer-links a {
  color: rgba(241, 246, 255, 0.86);
  transition: color 0.25s ease, transform 0.25s ease;
}

.footer-links a:hover { color: #ffffff; transform: translateX(2px); }

.footer-social {
  margin-top: 4px;
}

.footer-bottom {
  position: relative;
  z-index: 1;
  max-width: var(--maxw);
  margin: 0 auto;
  min-height: 72px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-copy {
  color: rgba(222, 235, 255, 0.8);
  font-size: 0.78rem;
}

.footer-bottom-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-bottom-links a {
  color: rgba(226, 238, 255, 0.86);
  font-size: 0.82rem;
  transition: color 0.25s ease;
}

.footer-bottom-links a:hover {
  color: #ffffff;
}

.footer-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.footer-badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #8bd3ff;
  box-shadow: 0 0 0 6px rgba(139, 211, 255, 0.16);
  animation: blink 2s infinite;
}

@keyframes blink {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.55; transform: scale(0.92); }
}

.footer-badge-text {
  color: rgba(226, 238, 255, 0.84);
  font-family: var(--mono);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-credit-line {
  position: relative;
  z-index: 1;
  max-width: var(--maxw);
  margin: 0 auto;
  padding-top: 12px;
  padding-bottom: 18px;
  color: rgba(214, 229, 255, 0.6);
  text-align: center;
  font-size: 0.8rem;
}

.footer-credit-line a { color: #ffffff; font-weight: 700; }

.footer-skyline {
  position: relative;
  height: 112px;
  background:
    linear-gradient(180deg, rgba(180, 208, 255, 0.2), rgba(226, 236, 255, 0.42)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06));
}

.footer-skyline::before {
  content: '';
  position: absolute;
  inset: -20px 0 auto;
  height: 54px;
  background:
    radial-gradient(90px 28px at 4% 0, rgba(138, 185, 246, 0.22) 98%, transparent 100%),
    radial-gradient(120px 32px at 20% 0, rgba(138, 185, 246, 0.22) 98%, transparent 100%),
    radial-gradient(130px 34px at 42% 0, rgba(138, 185, 246, 0.22) 98%, transparent 100%),
    radial-gradient(120px 32px at 66% 0, rgba(138, 185, 246, 0.22) 98%, transparent 100%),
    radial-gradient(110px 30px at 88% 0, rgba(138, 185, 246, 0.22) 98%, transparent 100%);
  opacity: 0.9;
}

.footer-skyline span {
  position: absolute;
  bottom: 0;
  width: 38px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.86));
  border-radius: 4px 4px 0 0;
  box-shadow: 24px 0 0 rgba(255, 255, 255, 0.3), 52px 0 0 rgba(255, 255, 255, 0.18);
}

.footer-skyline span:nth-child(1) { left: 2%; height: 54px; }
.footer-skyline span:nth-child(2) { left: 14%; height: 74px; }
.footer-skyline span:nth-child(3) { left: 28%; height: 60px; }
.footer-skyline span:nth-child(4) { left: 39%; height: 82px; }
.footer-skyline span:nth-child(5) { left: 53%; height: 64px; }
.footer-skyline span:nth-child(6) { left: 66%; height: 88px; }
.footer-skyline span:nth-child(7) { left: 79%; height: 72px; }
.footer-skyline span:nth-child(8) { left: 93%; height: 58px; width: 28px; }

.floating-btns {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}

.float-wa {
  width: 58px;
  height: 58px;
  min-height: 58px;
  padding: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, #3b86ef, #245dcb);
  color: #ffffff;
  box-shadow: 0 20px 40px rgba(36, 93, 203, 0.28);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.float-wa:hover { transform: translateY(-2px); }
.float-wa-icon { width: 24px; height: 24px; }
.float-wa span:last-child { display: none; }

.float-calls {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.float-call2 {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  color: #ffffff;
  box-shadow: 0 16px 34px rgba(12, 33, 22, 0.18);
}

.float-call2.c1 { background: linear-gradient(135deg, var(--green), var(--green-deep)); }
.float-call2.c2 { background: linear-gradient(135deg, var(--orange), var(--orange-deep)); }

.wa-chatbot {
  position: fixed;
  right: 24px;
  bottom: 98px;
  z-index: 998;
  width: 320px;
  max-height: calc(100dvh - 128px);
  display: none;
  flex-direction: column;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(14, 42, 27, 0.1);
  background: #ffffff;
  box-shadow: 0 32px 70px rgba(7, 24, 16, 0.26);
}

.wa-chatbot.open {
  display: flex;
  animation: slideup 0.26s ease;
}

@keyframes slideup {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

.wab-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  background: linear-gradient(135deg, #153f8d, #2d78d9);
  flex-shrink: 0;
}

.wab-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}

.wab-name { color: #ffffff; font-size: 0.9rem; font-weight: 800; }
.wab-status { display: flex; align-items: center; gap: 6px; color: rgba(255, 255, 255, 0.72); font-size: 0.74rem; }
.wab-status-dot { width: 8px; height: 8px; border-radius: 50%; background: #8fd0ff; }

.wab-close {
  margin-left: auto;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-size: 1rem;
  cursor: pointer;
}

.wab-body {
  display: grid;
  flex: 1 1 auto;
  min-height: 0;
  gap: 8px;
  overflow: auto;
  padding: 16px;
  background: #eef5ff;
}

.chat-msg {
  max-width: 90%;
  padding: 12px 14px;
  border-radius: 16px 16px 16px 4px;
  background: #ffffff;
  color: var(--text);
  font-size: 0.84rem;
  line-height: 1.68;
  box-shadow: 0 8px 20px rgba(12, 33, 22, 0.08);
}

.chat-msg.user {
  justify-self: end;
  background: #ddf8e6;
  border-radius: 16px 16px 4px 16px;
}

.wab-foot {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px 16px;
  border-top: 1px solid rgba(14, 42, 27, 0.08);
  flex-shrink: 0;
  background: #ffffff;
}

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

.chat-options {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.chat-option {
  border: 0;
  border-radius: 14px;
  padding: 11px 14px;
  background: linear-gradient(135deg, var(--green), var(--green-deep));
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.chat-error { color: #b42318; font-size: 0.74rem; }

.wab-nums {
  padding: 0 16px 16px;
  gap: 8px;
  flex-shrink: 0;
  background: #ffffff;
}

.wab-num-card {
  margin: 0;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid rgba(14, 42, 27, 0.08);
  background: rgba(14, 42, 27, 0.03);
}

.wab-num-name {
  color: var(--text);
  font-size: 0.74rem;
  font-weight: 800;
}

.wab-num-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}

.wab-num-btn {
  flex: 1;
  min-height: 40px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
  font-weight: 700;
  text-align: center;
}

.wab-num-btn.wa { background: linear-gradient(135deg, #3b86ef, #245dcb); color: #ffffff; }
.wab-num-btn.call { background: linear-gradient(135deg, #f48d18, #de6d05); color: #ffffff; }

.admin-shell {
  min-height: 100vh;
  padding: 48px 5%;
  background: linear-gradient(180deg, #f7fbf8, #edf5f0);
}

.admin-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.admin-card { padding: 28px; }

.admin-card h2,
.admin-card h3 {
  font-size: 1.9rem;
  line-height: 0.95;
  margin-bottom: 12px;
}

.admin-section {
  margin-bottom: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(14, 42, 27, 0.08);
}

.admin-section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.admin-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.flash {
  padding: 14px 16px;
  border-radius: 16px;
  margin-bottom: 16px;
}

.flash.success { background: #dff4e6; color: #145a2c; }
.flash.error { background: #fde5e1; color: #8d250d; }

.lead-card { padding: 18px; }
.lead-meta { display: grid; gap: 8px; margin-top: 12px; }

.admin-login-shell {
  min-height: 100vh;
  padding: 32px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at top left, rgba(46, 191, 99, 0.2), transparent 28%),
    radial-gradient(circle at bottom right, rgba(228, 122, 9, 0.14), transparent 24%),
    linear-gradient(135deg, #06110b, #0d2618 48%, #143822);
}

.admin-login-panel {
  width: min(1080px, 100%);
  display: grid;
  grid-template-columns: 1.15fr 0.9fr;
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 36px 80px rgba(2, 12, 8, 0.42);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(18px);
}

.admin-login-cover {
  padding: clamp(34px, 4vw, 54px);
  background:
    linear-gradient(135deg, rgba(6, 17, 11, 0.72), rgba(16, 61, 37, 0.86)),
    radial-gradient(circle at top right, rgba(95, 236, 143, 0.14), transparent 22%);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
}

.admin-login-badge,
.admin-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.84);
  font-family: var(--mono);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.admin-login-badge::before,
.admin-chip::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #61ea8b;
  box-shadow: 0 0 0 6px rgba(97, 234, 139, 0.12);
}

.admin-login-cover h1 {
  margin: 0;
  color: #ffffff;
  font-family: var(--head);
  font-size: clamp(3rem, 6vw, 5.6rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.admin-login-cover h1 em {
  color: #47db75;
  font-style: normal;
}

.admin-login-cover p {
  max-width: 48ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1rem;
  line-height: 1.8;
}

.admin-login-points {
  display: grid;
  gap: 14px;
}

.admin-login-point {
  padding: 16px 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.06);
}

.admin-login-point strong {
  display: block;
  color: #ffffff;
  font-family: var(--head);
  font-size: 1.1rem;
  text-transform: uppercase;
}

.admin-login-point span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.65;
}

.admin-login-form {
  padding: clamp(34px, 4vw, 48px);
  background: linear-gradient(180deg, rgba(248, 251, 249, 0.98), rgba(239, 246, 241, 0.98));
}

.admin-login-form h2 {
  margin: 0;
  color: var(--green-ink);
  font-family: var(--head);
  font-size: 2.3rem;
  line-height: 0.95;
  text-transform: uppercase;
}

.admin-login-form p {
  margin: 10px 0 0;
  color: var(--text-muted);
  line-height: 1.75;
}

.admin-login-form .form-grid {
  margin-top: 24px;
}

.admin-credentials {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(13, 58, 35, 0.05);
  color: var(--text-muted);
  font-size: 0.84rem;
}

.admin-app {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
  background: linear-gradient(180deg, #eff5f0, #edf3ef);
}

.admin-sidebar {
  padding: 28px 22px;
  background:
    radial-gradient(circle at top right, rgba(70, 227, 122, 0.14), transparent 26%),
    linear-gradient(180deg, #08140d, #0c2116 52%, #112c1d);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}

.admin-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.admin-brand img {
  width: 54px;
  height: 66px;
  object-fit: contain;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  padding: 6px;
}

.admin-brand-title {
  color: #ffffff;
  font-family: var(--head);
  font-size: 1.8rem;
  line-height: 0.92;
  text-transform: uppercase;
}

.admin-brand-tag {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.46);
  font-family: var(--mono);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.admin-nav {
  display: grid;
  gap: 10px;
}

.admin-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 15px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.8);
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.admin-nav a:hover,
.admin-nav a.active {
  transform: translateX(3px);
  background: linear-gradient(135deg, rgba(46, 191, 99, 0.16), rgba(46, 191, 99, 0.07));
  border-color: rgba(97, 234, 139, 0.22);
  color: #ffffff;
}

.admin-nav a span:first-child {
  font-family: var(--mono);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.admin-nav a strong {
  font-size: 0.86rem;
  font-weight: 700;
}

.admin-sidebar-foot {
  margin-top: auto;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.admin-sidebar-foot strong {
  display: block;
  color: #ffffff;
  font-family: var(--head);
  font-size: 1.1rem;
  text-transform: uppercase;
}

.admin-sidebar-foot p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.7;
  font-size: 0.9rem;
}

.admin-main {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.admin-topbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 28px 32px 22px;
  border-bottom: 1px solid rgba(13, 58, 35, 0.08);
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(14px);
  position: sticky;
  top: 0;
  z-index: 20;
}

.admin-topbar h1 {
  margin: 10px 0 0;
  color: var(--green-ink);
  font-family: var(--head);
  font-size: clamp(2.2rem, 4vw, 3.1rem);
  line-height: 0.92;
  text-transform: uppercase;
}

.admin-topbar p {
  margin: 8px 0 0;
  color: var(--text-muted);
  line-height: 1.7;
}

.admin-topbar-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.admin-content {
  padding: 28px 32px 34px;
  display: grid;
  gap: 24px;
}

.admin-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.admin-stat-card {
  padding: 24px;
  border-radius: 26px;
  border: 1px solid rgba(13, 58, 35, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 249, 246, 0.96));
  box-shadow: 0 18px 36px rgba(11, 36, 23, 0.08);
}

.admin-stat-label {
  color: var(--text-muted);
  font-family: var(--mono);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.admin-stat-value {
  margin-top: 12px;
  color: var(--green-ink);
  font-family: var(--head);
  font-size: 2.6rem;
  line-height: 0.9;
  text-transform: uppercase;
}

.admin-stat-copy {
  margin-top: 10px;
  color: var(--text-muted);
  line-height: 1.65;
  font-size: 0.9rem;
}

.admin-panels {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.7fr);
  gap: 24px;
  align-items: start;
}

.admin-panel,
.admin-sidepanel {
  padding: 28px;
  border-radius: 30px;
  border: 1px solid rgba(13, 58, 35, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 249, 246, 0.94));
  box-shadow: 0 18px 36px rgba(11, 36, 23, 0.08);
}

.admin-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 22px;
}

.admin-panel-head h2 {
  margin: 0;
  color: var(--green-ink);
  font-family: var(--head);
  font-size: 2rem;
  line-height: 0.95;
  text-transform: uppercase;
}

.admin-panel-head p {
  margin: 8px 0 0;
  color: var(--text-muted);
  line-height: 1.7;
}

.admin-form-grid {
  display: grid;
  gap: 14px;
}

.admin-two-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.admin-footer {
  margin-top: auto;
  padding: 0 32px 28px;
  color: rgba(13, 58, 35, 0.48);
  font-size: 0.82rem;
}

.admin-kpi-list {
  display: grid;
  gap: 14px;
}

.admin-kpi-item {
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(13, 58, 35, 0.04);
  border: 1px solid rgba(13, 58, 35, 0.06);
}

.admin-kpi-item strong {
  display: block;
  color: var(--green-ink);
  font-family: var(--head);
  font-size: 1.1rem;
  text-transform: uppercase;
}

.admin-kpi-item span {
  display: block;
  margin-top: 8px;
  color: var(--text-muted);
  line-height: 1.65;
}

.admin-filter-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr auto auto;
  gap: 12px;
  align-items: end;
}

.admin-lead-list {
  display: grid;
  gap: 18px;
}

.admin-lead-card {
  padding: 24px;
  border-radius: 28px;
  border: 1px solid rgba(13, 58, 35, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 247, 0.96));
  box-shadow: 0 18px 36px rgba(11, 36, 23, 0.08);
}

.admin-lead-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.admin-lead-top h3 {
  margin: 0;
  color: var(--green-ink);
  font-family: var(--head);
  font-size: 1.5rem;
  line-height: 0.96;
  text-transform: uppercase;
}

.admin-status-badge {
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.admin-status-badge.is-new {
  background: #e3f2fd;
  color: #1a4a7c;
}

.admin-status-badge.is-contacted {
  background: #fff3e0;
  color: #7c4a00;
}

.admin-status-badge.is-converted {
  background: #d9f5e2;
  color: #0f5727;
}

.admin-meta-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.admin-meta-grid span,
.admin-message-box,
.admin-empty-state {
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(13, 58, 35, 0.04);
  border: 1px solid rgba(13, 58, 35, 0.06);
}

.admin-message-box {
  margin-top: 14px;
  line-height: 1.7;
}

.admin-lead-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 18px;
}

.admin-inline-form {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}

.admin-empty-state {
  text-align: center;
  padding: 42px 24px;
}

.rv,
.rvl,
.rvr {
  opacity: 0;
  transition: opacity 0.75s cubic-bezier(.16, 1, .3, 1), transform 0.75s cubic-bezier(.16, 1, .3, 1);
}

.rv { transform: translateY(26px); }
.rvl { transform: translateX(-26px); }
.rvr { transform: translateX(26px); }

.rv.on,
.rvl.on,
.rvr.on {
  opacity: 1;
  transform: none;
}

@media (max-width: 1120px) {
  .admin-app,
  .admin-login-panel,
  .hero-grid,
  .about-layout,
  .product-layout,
  .fleet-layout,
  .contact-layout,
  .two-col,
  .page-intro,
  .admin-grid {
    grid-template-columns: 1fr;
  }

  .admin-stats,
  .admin-panels,
  .admin-meta-grid {
    grid-template-columns: 1fr;
  }

  .admin-filter-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-stats,
  .why-grid,
  .test-grid,
  .opp-grid,
  .program-grid,
  .hero-feature-inner,
  .footer-main,
  .gallery-grid,
  .product-grid,
  .contact-cards,
  .metric-grid,
  .about-features,
  .feature-grid,
  .specs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-brand-block {
    grid-column: 1 / -1;
  }

  .footer-quick-actions {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: auto;
  }

  .hero-feature-band {
    margin-top: -64px;
  }

  .product-vis-feature img { min-height: 380px; }

  .nav-links,
  .nav-actions {
    display: none;
  }

  .hbg { display: inline-flex; margin-left: auto; }
}

@media (max-width: 760px) {
  .topbar {
    display: none;
  }

  .admin-login-shell {
    padding: 18px;
  }

  .admin-login-form,
  .admin-login-cover,
  .admin-content,
  .admin-topbar,
  .admin-footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .admin-filter-grid,
  .admin-two-col,
  .admin-stats,
  .admin-meta-grid {
    grid-template-columns: 1fr;
  }

  .admin-topbar {
    position: static;
  }

  .nav-inner { min-height: 68px; }
  .logo-img { width: 52px; height: 62px; }
  .logo-name { font-size: 1.14rem; }
  .logo-tag { max-width: 150px; font-size: 0.52rem; }

  .hero {
    padding-top: 26px;
    padding-bottom: 28px;
  }

  .eyebrow {
    min-height: 34px;
    padding: 6px 12px;
    font-size: 0.54rem;
    letter-spacing: 0.14em;
  }

  .hero-copy h1 {
    margin-top: 14px;
    font-size: clamp(2.35rem, 12vw, 3.4rem);
    max-width: none;
  }

  .hero-copy p {
    margin-top: 14px;
    font-size: 0.96rem;
    line-height: 1.7;
  }

  .hero-stats,
  .why-grid,
  .test-grid,
  .opp-grid,
  .program-grid,
  .gallery-grid,
  .product-grid,
  .contact-cards,
  .metric-grid,
  .about-features,
  .feature-grid,
  .hero-feature-inner,
  .specs-grid,
  .hero-tiles {
    grid-template-columns: 1fr;
  }

  .hero-stats {
    margin: 24px 0 22px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 16px;
  }

  .hstat {
    padding: 0;
  }

  .hstat:not(:last-child) {
    margin-right: 0;
    border-right: 0;
  }

  .hstat-num {
    font-size: 1.9rem;
  }

  .hstat-label {
    font-size: 0.58rem;
    letter-spacing: 0.1em;
  }

  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .button,
  .hero-actions .btn-green,
  .hero-actions .btn-orange,
  .hero-actions .btn-call { width: 100%; }

  .hero-actions .button,
  .hero-actions .btn-green,
  .hero-actions .btn-orange,
  .hero-actions .btn-call,
  .footer-quick-pill {
    min-height: 46px;
    padding: 12px 16px;
    font-size: 0.7rem;
    letter-spacing: 0.1em;
  }

  .hero-tile {
    min-height: auto;
    padding: 16px 16px 14px;
  }

  .hero-tile strong {
    font-size: 1.22rem;
  }

  .hero-tile span {
    font-size: 0.82rem;
  }

  .page-band,
  .section,
  .page-shell,
  .topbar,
  .nav-inner,
  .hero-feature-band,
  .footer-main,
  .footer-bottom,
  .footer-credit-line {
    padding-left: 18px;
    padding-right: 18px;
  }

  .form-row,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .site-footer {
    margin-top: 18px;
  }

  .footer-quick-actions {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-top: 18px;
  }

  .footer-main {
    gap: 14px;
    padding-top: 24px;
    padding-bottom: 16px;
  }

  .footer-brand-block,
  .footer-office-card,
  .footer-main > div:not(.footer-brand-block) {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .footer-kicker,
  .footer-brand-desc,
  .footer-badge {
    display: none;
  }

  .footer-brand-name {
    font-size: 1.28rem;
  }

  .footer-brand-tag {
    font-size: 0.54rem;
    letter-spacing: 0.14em;
  }

  .footer-social {
    gap: 10px;
  }

  .footer-social .fsoc {
    width: 32px;
    height: 32px;
  }

  .footer-col-title {
    margin-bottom: 0;
    font-size: 0.56rem;
  }

  .footer-office-title {
    margin-bottom: 10px;
    font-size: 1.06rem;
  }

  .footer-links {
    gap: 7px;
  }

  .footer-accordion-toggle {
    display: flex;
    padding: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .footer-office-card .footer-accordion-toggle {
    padding-right: 4px;
  }

  .footer-office-card .footer-col-title {
    flex: 1;
    min-width: 0;
  }

  .footer-accordion-icon {
    width: 18px;
    height: 18px;
    font-size: 0.76rem;
    flex-shrink: 0;
  }

  .footer-office-card .footer-accordion-head {
    display: none;
  }

  .footer-accordion .footer-links {
    display: none;
    padding: 4px 0 10px;
  }

  .footer-accordion.open .footer-links,
  .footer-accordion.open .footer-accordion-head {
    display: grid;
  }

  .footer-accordion.open .footer-accordion-head {
    padding-top: 2px;
  }

  .footer-links a,
  .footer-copy,
  .footer-credit-line,
  .footer-bottom-links a {
    font-size: 0.84rem;
    line-height: 1.55;
  }

  .footer-links a[href^="mailto:"] {
    word-break: break-word;
  }

  .footer-bottom {
    justify-content: center;
    text-align: center;
    min-height: auto;
    gap: 8px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .footer-bottom-links {
    gap: 10px;
  }

  .footer-skyline {
    height: 52px;
  }

  .cta-strip { padding: 24px 20px; }
  .opp-card-head,
  .opp-body {
    padding-left: 20px;
    padding-right: 20px;
  }

  .opp-card-head {
    padding-top: 22px;
    padding-bottom: 20px;
  }

  .opp-title {
    font-size: 1.72rem;
    line-height: 0.98;
  }

  .opp-sub,
  .opp-perk {
    font-size: 0.92rem;
    line-height: 1.65;
  }

  .opp-body .btn-green,
  .opp-body .btn-orange {
    width: 100%;
  }

  .about-badge {
    left: 14px;
    right: auto;
    bottom: 14px;
    min-width: 112px;
    padding: 12px 14px 11px;
    border-radius: 18px;
  }

  .about-badge-n {
    font-size: 2rem;
  }

  .about-badge-l {
    font-size: 0.52rem;
    letter-spacing: 0.12em;
  }

  .hero-visual {
    min-height: auto;
  }

  .hero-feature-band {
    margin-top: 14px;
  }

  .image-box,
  .hero-visual img,
  .product-vis-feature img,
  .about-img-main img,
  .product-card img,
  .gallery-card img {
    aspect-ratio: auto;
  }

  .image-box {
    max-width: 100%;
    height: 420px;
    padding: 0;
  }

  .hero-visual-card {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 12px 14px;
    border-radius: 18px;
  }

  .hero-visual-label {
    font-size: 0.52rem;
    letter-spacing: 0.14em;
  }

  .hero-visual-title {
    margin-top: 6px;
    font-size: 1.1rem;
    line-height: 1.05;
  }

  .hero-visual-points {
    gap: 6px;
    margin-top: 10px;
  }

  .hero-visual-points span {
    padding: 6px 9px;
    font-size: 0.5rem;
    letter-spacing: 0.1em;
  }

  .about-img-main img,
  .product-card img,
  .gallery-card img,
  .product-vis img {
    min-height: 320px;
  }

  .wa-chatbot {
    width: min(90vw, 320px);
    right: 12px;
    bottom: 76px;
    max-height: calc(100dvh - 104px);
  }

  .floating-btns {
    right: 10px;
    bottom: 10px;
    gap: 6px;
  }

  .float-wa {
    width: 50px;
    height: 50px;
    min-height: 50px;
  }

  .float-call2 {
    width: 44px;
    height: 44px;
  }

  .float-calls {
    display: none;
  }

  .float-wa { width: 50px; height: 50px; min-height: 50px; }
  .float-wa-icon { width: 20px; height: 20px; }

  .float-calls {
    gap: 8px;
  }

  .float-call2 {
    width: 46px;
    height: 46px;
  }
}
