@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,700;0,900;1,700&family=Outfit:wght@400;500;700;900&family=Inter:wght@400;700;900&display=swap');

:root {
  --green: #0d7e24;
  --green-deep: #0a631c;
  --green-dark: #063f16;
  --green-soft: #e9f8e8;
  --orange: #ff6f00;
  --orange-dark: #cc5900;
  --graphite: #141817;
  --graphite-2: #222826;
  --steel: #9aa3a0;
  --paper: #f4f6f4;
  --white: #ffffff;
  --line: rgba(20, 24, 23, 0.14);
  --shadow: 0 24px 80px rgba(6, 63, 22, 0.22);
  font-family: Outfit, Inter, "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--graphite);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.site-header {
  align-items: center;
  background: rgba(6, 63, 22, 0.94);
  color: #fff;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  left: 0;
  padding: 14px clamp(18px, 4vw, 54px);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}

.brand {
  align-items: center;

  display: flex;
  gap: 15px;
  min-width: 0;
  padding: 5px 0;
}

.brand-icon {
  display: block;
  height: 42px;
  object-fit: contain;
  width: 42px;
}

.brand-text {
  color: #ffffff;
  font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}

.brand-text b {
  color: #a7ff83;
}

.brand-logo-real,
.brand-logo-user {
  display: block;
  height: 44px;
  object-fit: contain;
  width: 190px;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.nav a {
  color: #f5fff2;
  font-size: 14px;
  font-weight: 700;
}

.header-cta,
.button {
  border-radius: 5px;
  align-items: center;
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 46px;
  padding: 13px 18px;
  transition: all 0.25s ease;
}

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

.header-whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #25D366;
  color: #fff;
  padding: 0 16px;
  height: 44px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 700;
  transition: transform 0.2s, background-color 0.2s;
}

.header-whatsapp:hover {
  background-color: #128C7E;
  transform: translateY(-2px);
  color: #fff;
}

.header-cta,
.button.primary {
  background: var(--orange);
  color: #fff;
}

.header-cta:hover,
.button.primary:hover {
  background: var(--orange-dark);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(255, 111, 0, 0.3);
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.62);
  color: #fff;
}

.button.secondary:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
  transform: translateY(-1px);
}

.hero {
  background: #141817;
  overflow: hidden;
  position: relative;
  height: 52vw;
  min-height: 620px;
  max-height: 850px;
  display: flex;
  align-items: center;
}

.hero img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  width: 100%;
}

@media (max-width: 980px) {
  .hero {
    height: auto;
    min-height: 540px;
  }

  .hero img {
    width: 100%;
    inset: 0;
    object-position: 65% center;
    /* Shift slightly right on mobile to focus on the machine */
  }
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(20, 24, 23, 0.85) 0%, rgba(20, 24, 23, 0.55) 45%, rgba(20, 24, 23, 0) 80%),
    linear-gradient(0deg, rgba(20, 24, 23, 0.76), rgba(20, 24, 23, 0.02));
  inset: 0;
  position: absolute;
}

.hero-pattern {
  background: linear-gradient(135deg, transparent 72%, rgba(240, 120, 24, 0.35) 72%) right bottom / 280px 280px no-repeat;
  inset: 0;
  mix-blend-mode: screen;
  opacity: 0.5;
  position: absolute;
}

.hero-content {
  color: #fff;
  max-width: 790px;
  padding: 168px clamp(22px, 6vw, 76px) 72px;
  position: relative;
}

.eyebrow {
  color: #a7ff83;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: var(--orange-dark);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: "Barlow Condensed", "Roboto Condensed", Impact, sans-serif;
  letter-spacing: 0.03em;
  line-height: 1.05;
  text-transform: uppercase;
  font-weight: 900;
}

h1 {
  font-size: clamp(44px, 8vw, 88px);
  margin-bottom: 20px;
  max-width: 920px;
}

h2 {
  font-size: clamp(34px, 5vw, 58px);
  margin-bottom: 16px;
}

h3 {
  font-size: 25px;
  margin-bottom: 12px;
}

.hero-copy {
  color: #ecffea;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.55;
  max-width: 740px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 34px;
}

.trust-strip,
.mini-proof {
  display: grid;
  gap: 12px;
}

.trust-strip {
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  grid-template-columns: repeat(4, minmax(110px, 1fr));
  max-width: 760px;
  padding-top: 22px;
}

.trust-strip span {
  color: #d8f6d6;
  font-size: 13px;
}

.trust-strip b {
  color: #fff;
  display: block;
  font-size: 22px;
}

.quote-band {
  align-items: start;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18) 25%, transparent 25%) 0 0 / 22px 22px,
    var(--green);
  display: grid;
  gap: 34px;
  grid-template-columns: 0.9fr 1.1fr;
  padding: 56px clamp(22px, 6vw, 76px);
}

.quote-band p {
  font-size: 17px;
  line-height: 1.55;
}

.mini-proof {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 24px;
}

.mini-proof span {
  background: rgba(255, 255, 255, 0.22);
  border: 1px solid rgba(6, 63, 22, 0.2);
  font-weight: 900;
  padding: 12px;
}

.quote-form {
  background: var(--graphite);
  box-shadow: var(--shadow);
  color: #fff;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 22px;
}

label {
  color: #d8f6d6;
  display: grid;
  font-size: 13px;
  font-weight: 900;
  gap: 8px;
}

select,
input {
  background: #fff;
  border: 0;
  color: var(--graphite);
  font: inherit;
  min-height: 44px;
  padding: 10px 12px;
  width: 100%;
}

.wide {
  grid-column: 1 / -1;
}

.section,
.catalog-section,
.coverage,
.chatbot-prep {
  padding: 82px clamp(22px, 6vw, 76px);
}

.section-heading {
  max-width: 900px;
}

.section-heading p:not(.eyebrow) {
  color: #505a54;
  font-size: 18px;
  line-height: 1.6;
}

.decision-grid,
.advantage-grid,
.service-grid,
.check-grid,
.proof-grid,
.coverage-grid {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.decision-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.decision-grid article,
.advantage-grid article,
.service-grid article,
.check-grid div,
.proof-grid article {
  background: #fff;
  border: 1px solid var(--line);
  border-top: 6px solid var(--green);
  padding: 24px;
}

.decision-grid b,
.decision-grid span,
.advantage-grid span {
  display: block;
}

.decision-grid b {
  font-size: 20px;
  margin-bottom: 12px;
}

.decision-grid span,
.advantage-grid p,
.service-grid p,
.check-grid span,
.proof-grid span {
  color: #56605a;
  line-height: 1.55;
}

.service-grid,
.check-grid,
.proof-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.proof-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-grid span {
  color: var(--orange-dark);
  display: block;
  font-family: "IBM Plex Mono", Consolas, monospace;
  font-weight: 900;
  margin-bottom: 36px;
}

.service-grid article img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  margin-bottom: 20px;
  border-radius: 4px;
}

.check-grid b,
.proof-grid b {
  display: block;
  font-size: 18px;
  margin-bottom: 12px;
}

.safety {
  background:
    linear-gradient(135deg, rgba(23, 181, 22, 0.08) 25%, transparent 25%) 0 0 / 20px 20px,
    #fff;
}

.proof {
  background: var(--green-soft);
}

.catalog-section {
  background: var(--graphite);
  color: #fff;
}

.catalog-section .section-heading p:not(.eyebrow) {
  color: #cad8c8;
}

.model-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 34px 0 20px;
}

.filter-button {
  background: transparent;
  border: 1px solid currentColor;
  color: currentColor;
  opacity: 0.7;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  min-height: 42px;
  padding: 10px 14px;
}

.filter-button.active {
  background: var(--green);
  border-color: var(--green);
  color: #fff;
  opacity: 1;
}

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

.model-card {
  background: #202624;
  border: 1px solid rgba(255, 255, 255, 0.12);
  overflow: hidden;
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), border-color 0.3s ease;
}

.model-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 38px rgba(20, 24, 23, 0.25);
  border-color: var(--green);
}

.model-card img {
  aspect-ratio: 4 / 3;
  display: block;
  height: auto;
  object-fit: contain;
  background: #ffffff;
  width: 100%;
  padding: 12px;
  box-sizing: border-box;
}

.model-body {
  padding: 20px;
}

.model-card p {
  color: #a7ff83;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.model-card h3 {
  color: #fff;
}

.model-card dl {
  display: grid;
  gap: 10px;
  margin: 20px 0;
}

.model-card div div {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding-top: 10px;
}

.model-card dt {
  color: #fff;
  font-weight: 900;
}

.model-card dd {
  color: #cad8c8;
  line-height: 1.45;
  margin: 0;
  text-align: right;
}

.model-card a {
  color: var(--orange);
  font-weight: 900;
}

.advantages {
  background: var(--green-soft);
}

.advantage-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.advantage-grid span {
  color: var(--orange-dark);
  font-weight: 900;
  margin-bottom: 28px;
  text-transform: uppercase;
}

.coverage {
  background:
    linear-gradient(135deg, rgba(23, 181, 22, 0.08) 25%, transparent 25%) 0 0 / 20px 20px,
    #fff;
}

.coverage-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.coverage-grid a {
  background: var(--graphite);
  color: #fff;
  display: grid;
  gap: 8px;
  font-weight: 800;
  padding: 18px;
}

.coverage-grid b {
  color: #fff;
  font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  font-size: 28px;
  line-height: 1;
  text-transform: uppercase;
}

.coverage-grid span {
  color: #cad8c8;
  font-size: 15px;
  line-height: 1.45;
}

.coverage-grid a:hover {
  background: var(--green-dark);
}

.page-hero {
  background:
    linear-gradient(90deg, rgba(6, 63, 22, 0.98), rgba(6, 63, 22, 0.78)),
    url("assets/iron-real/e600principal.webp?v=1") center / cover;
  color: #fff;
  padding: 170px clamp(22px, 6vw, 76px) 86px;
}

.page-hero.subpage {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)),
    url("assets/iron-real/e600principal.webp?v=1") center / cover;
}

.page-hero h1 {
  max-width: 920px;
}

.page-hero p {
  color: #ecffea;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.55;
  max-width: 760px;
}

.breadcrumb {
  color: #a7ff83;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.content-split {
  align-items: start;
  display: grid;
  gap: 34px;
  grid-template-columns: 1fr 420px;
  padding: 72px clamp(22px, 6vw, 76px);
}

.content-copy p,
.content-copy li {
  color: #505a54;
  font-size: 17px;
  line-height: 1.65;
}

.content-copy ul {
  display: grid;
  gap: 10px;
  padding-left: 20px;
}

.quote-panel {
  background: var(--green-dark);
  color: #fff;
  padding: 24px;
  position: sticky;
  top: 96px;
}

.quote-panel p {
  color: #d8f6d6;
  line-height: 1.55;
}

.local-section {
  background: #fff;
  padding: 72px clamp(22px, 6vw, 76px);
}

.local-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 30px;
}

.local-grid article {
  border: 1px solid var(--line);
  border-top: 6px solid var(--orange);
  padding: 22px;
}

.local-grid p {
  color: #56605a;
  line-height: 1.55;
}

.page-cta {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18) 25%, transparent 25%) 0 0 / 22px 22px,
    var(--green);
  padding: 58px clamp(22px, 6vw, 76px);
}

.page-cta p {
  font-size: 18px;
  line-height: 1.55;
  max-width: 740px;
}

.chatbot-prep {
  align-items: center;
  background:
    radial-gradient(circle at 82% 20%, rgba(23, 181, 22, 0.14), transparent 30%),
    var(--paper);
  display: grid;
  gap: 48px;
  grid-template-columns: 1fr 420px;
}

.chatbot-prep p:not(.eyebrow) {
  color: #505a54;
  font-size: 18px;
  line-height: 1.6;
}

.bot-feature-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 26px;
}

.bot-feature-grid span {
  background: #fff;
  border-left: 5px solid var(--orange);
  color: var(--graphite);
  font-weight: 900;
  padding: 14px;
}

.bot-preview-card {
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: 28px;
}

.bot-preview-card img {
  background: var(--green-soft);
  border-radius: 50%;
  height: 64px;
  margin-bottom: 20px;
  object-fit: contain;
  padding: 8px;
  width: 64px;
}

.bot-preview-card p {
  color: #56605a;
  line-height: 1.55;
}

.messenger-bot {
  bottom: 0;
  position: fixed;
  right: 110px;
  z-index: 1001;
  width: 320px;
  pointer-events: none;
}

.bot-widget {
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 30px 90px rgba(6, 63, 22, 0.24);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.bot-popup {
  bottom: 0;
  position: absolute;
  right: 0;
  width: 100%;
  height: 520px;
  max-height: calc(100vh - 60px);
  pointer-events: auto;
  border-radius: 12px 12px 0 0;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.15);

  /* Transition slide-up animation (collapsed by default, showing only topbar: 76px high) */
  transform: translateY(calc(100% - 76px));
  opacity: 1;
  visibility: visible;
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

@keyframes botSlideIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.bot-popup.is-open {
  transform: translateY(0);
}

.bot-topbar {
  align-items: center;
  display: flex;
  justify-content: space-between;
  background: var(--green-dark);
  color: #fff;
  padding: 16px;
  cursor: pointer;
  border-radius: 12px 12px 0 0;
  user-select: none;
}

.bot-agent {
  align-items: center;
  display: flex;
  gap: 12px;
}

.bot-agent img {
  background: #fff;
  border-radius: 50%;
  height: 44px;
  object-fit: contain;
  width: 44px;
}

.bot-agent strong,
.bot-agent div>span:not(.bot-notification-badge) {
  display: block;
}

.bot-agent div>span:not(.bot-notification-badge) {
  color: #d8f6d6;
  font-size: 13px;
  margin-top: 2px;
}

.bot-status {
  background: rgba(255, 255, 255, 0.12);
  color: #a7ff83;
  font-size: 12px;
  font-weight: 900;
  padding: 8px 10px;
  text-transform: uppercase;
}

.bot-status::before {
  background: var(--green);
  border-radius: 50%;
  content: "";
  display: inline-flex;
  height: 12px;
  margin-right: 7px;
  vertical-align: -1px;
  width: 12px;
}

.bot-close {
  background: rgba(255, 255, 255, 0.12);
  border: 0;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  height: 34px;
  text-transform: uppercase;
  width: 34px;
}

.bot-progress {
  background: #dce8dc;
  height: 5px;
}

.bot-progress span {
  background: var(--orange);
  display: block;
  height: 100%;
  transition: width 0.25s ease;
  width: 0;
}

.bot-conversation {
  background:
    linear-gradient(135deg, rgba(23, 181, 22, 0.05) 25%, transparent 25%) 0 0 / 18px 18px,
    #f8faf6;
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow-y: auto;
  padding: 18px;
  flex: 1;
  min-height: 0;
}

.bot-bubble {
  line-height: 1.45;
  max-width: 86%;
  padding: 13px 14px;
}

.bot-bubble p {
  margin: 0;
}

.bot-bubble small {
  color: inherit;
  display: block;
  font-weight: 900;
  margin-top: 8px;
  opacity: 0.78;
}

.bot-bubble.bot {
  background: var(--green-soft);
  justify-self: start;
}

.bot-bubble.user {
  background: var(--orange);
  color: #fff;
  justify-self: end;
}

.bot-options {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 14px 16px 4px;
}

.bot-chip {
  background: #fff;
  border: 1px solid rgba(6, 63, 22, 0.22);
  color: var(--green-dark);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  padding: 9px 10px;
}

.bot-chip:hover {
  background: var(--green-soft);
}

.bot-input-row {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr auto;
  padding: 12px 16px 16px;
}

.bot-input-row input {
  border: 1px solid var(--line);
}

.bot-input-row.is-loading {
  opacity: 0.72;
  pointer-events: none;
}

.bot-actions {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 10px;
  justify-content: space-between;
  padding: 14px 16px;
}

.bot-reset {
  background: transparent;
  border: 0;
  color: var(--green-dark);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  padding: 0;
}

.chat-whatsapp {
  background: var(--orange);
  color: #fff;
  display: none;
  font-weight: 900;
  justify-content: center;
  min-height: 42px;
  padding: 11px 14px;
  text-align: center;
}

.chat-whatsapp.visible {
  display: flex;
}

@keyframes botPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 111, 0, 0.6);
  }

  70% {
    box-shadow: 0 0 0 15px rgba(255, 111, 0, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 111, 0, 0);
  }
}

.bot-popup.is-open~.bot-launcher {
  display: none !important;
}

.bot-launcher {
  align-items: center;
  background: var(--orange);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 18px 42px rgba(20, 24, 23, 0.35);
  cursor: pointer;
  display: grid;
  height: 66px;
  justify-content: center;
  padding: 0;
  position: absolute;
  bottom: 22px;
  right: 0;
  width: 66px;
  animation: botPulse 2s infinite;
  transition: transform 0.2s ease;
  pointer-events: auto;
}

.bot-launcher:hover {
  transform: scale(1.05);
}

.menu-toggle {
  display: none;
}

.bot-launcher img {
  background: #fff;
  border-radius: 50%;
  height: 42px;
  object-fit: contain;
  width: 42px;
}

.bot-notification {
  align-items: center;
  background: var(--green);
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: grid;
  font-size: 12px;
  font-weight: 900;
  height: 22px;
  place-items: center;
  position: absolute;
  right: -1px;
  top: -1px;
  width: 22px;
}

.floating-chat {
  display: none !important;
}

.floating-chat img {
  background: #fff;
  border-radius: 50%;
  height: 36px;
  object-fit: contain;
  width: 36px;
}

.footer {
  align-items: center;
  background: var(--green-dark);
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 34px clamp(22px, 6vw, 76px);
}

.footer p {
  color: #d8f6d6;
  margin: 6px 0 0;
}

@media (max-width: 980px) {
  .menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 26px;
    height: 18px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 12;
  }

  .menu-toggle .bar {
    width: 100%;
    height: 3px;
    background-color: #fff;
    transition: all 0.3s ease;
  }

  .site-header {
    position: fixed;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    transition: background 0.3s ease;
    padding: 8px 12px;
  }
  
  .brand-text {
    font-size: 20px !important;
  }
  
  .brand {
    gap: 8px !important;
  }
  
  .brand-logo-user {
    height: 38px !important;
  }

  .site-header.menu-active {
    background: rgba(6, 63, 22, 0.98);
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .nav {
    display: none;
    width: 100%;
    flex-direction: column;
    gap: 16px;
    padding: 20px 0 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    justify-content: flex-start;
  }

  .site-header.menu-active .nav {
    display: flex;
  }

  .site-header.menu-active .header-actions {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 10px;
    gap: 12px;
  }

  .site-header.menu-active .header-whatsapp,
  .site-header.menu-active .header-cta {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .header-actions {
    display: none;
  }

  /* Hamburger transition to X when active */
  .site-header.menu-active #menuToggle .bar:nth-child(1) {
    transform: translateY(7.5px) rotate(45deg);
  }

  .site-header.menu-active #menuToggle .bar:nth-child(2) {
    opacity: 0;
  }

  .site-header.menu-active #menuToggle .bar:nth-child(3) {
    transform: translateY(-7.5px) rotate(-45deg);
  }

  .hero-content {
    padding-top: 140px;
    margin-top: 40px;
  }

  .quote-band,
  .chatbot-prep,
  .content-split {
    grid-template-columns: 1fr;
  }

  .decision-grid,
  .advantage-grid,
  .service-grid,
  .check-grid,
  .proof-grid,
  .local-grid,
  .coverage-grid,
  .model-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .hero {
    min-height: 820px;
  }

  /* Removed green gradient overlay so it falls back to the dark grey desktop overlay */

  .trust-strip,
  .quote-form,
  .mini-proof,
  .bot-feature-grid,
  .decision-grid,
  .advantage-grid,
  .service-grid,
  .check-grid,
  .proof-grid,
  .local-grid,
  .coverage-grid,
  .model-grid {
    grid-template-columns: 1fr;
  }

  .chatbot-prep {
    padding-bottom: 42px;
  }

  .footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .floating-chat {
    display: none;
    /* Hide floating chat button, dynamic widget covers this */
  }

  .messenger-bot {
    bottom: 0;
    right: 84px;
    width: calc(100% - 98px);
    pointer-events: none;
  }

  .bot-popup {
    bottom: 0 !important;
    right: 0 !important;
    left: auto !important;
    top: auto !important;
    position: absolute !important;
    width: 100% !important;
    height: 500px !important;
    max-height: calc(100vh - 60px) !important;
    border-radius: 12px 12px 0 0 !important;
    z-index: 99999 !important;
    transform: translateY(calc(100% - 76px)) !important;
    opacity: 1 !important;
    visibility: visible !important;
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  }

  .bot-popup.is-open {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    top: var(--visual-viewport-top, 0px) !important;
    width: 100vw !important;
    height: var(--visual-viewport-height, 100vh) !important;
    max-height: var(--visual-viewport-height, 100vh) !important;
    border-radius: 0 !important;
    transform: translateY(0) !important;
  }

  .bot-options {
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    padding: 10px 16px !important;
    gap: 8px !important;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid var(--line);
    background: #fff;
  }

  .bot-chip {
    flex: 0 0 auto !important;
    white-space: nowrap !important;
    font-size: 12px !important;
    padding: 8px 12px !important;
    border-radius: 20px !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  }

  .bot-input-row {
    padding: 8px 16px !important;
  }

  .bot-input-row input {
    padding: 8px 12px !important;
    font-size: 13px !important;
  }

  .bot-actions {
    padding: 4px 16px 8px !important;
  }

  .bot-reset {
    font-size: 12px !important;
  }
}

/* Brands Section Styling */
.brands-section {
  background: var(--white);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 82px clamp(22px, 6vw, 76px);
}

.brands-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  margin-top: 42px;
}

.brand-card {
  align-items: center;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  height: 90px;
  justify-content: center;
  padding: 16px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
}

.brand-card img {
  filter: grayscale(100%);
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  opacity: 0.65;
  transition: all 0.3s ease;
}

.brand-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(6, 63, 22, 0.08);
  border-color: var(--green);
  background: var(--white);
}

.brand-card:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

@media (max-width: 1024px) {
  .brands-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 768px) {
  .brands-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}

@media (max-width: 480px) {
  .brands-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Local SEO Subpages Styling */
.local-map-section {
  padding: 82px clamp(22px, 6vw, 76px);
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.local-map-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
}

@media (min-width: 900px) {
  .local-map-container {
    flex-direction: row;
    align-items: flex-start;
  }

  .local-map-content {
    flex: 1;
    max-width: 450px;
  }

  .local-map-iframe {
    flex: 2;
  }
}

.local-map-iframe iframe {
  width: 100%;
  border-radius: 12px;
  box-shadow: var(--shadow);
  height: 450px;
}

.trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--paper);
  padding: 16px 24px;
  border-radius: 8px;
  border: 1px solid var(--line);
  margin-bottom: 24px;
}

.trust-badge-stars {
  color: #fbbc04;
  /* Google Yellow */
  font-size: 24px;
  line-height: 1;
  letter-spacing: 2px;
}

.trust-badge-text {
  font-weight: 700;
  font-size: 16px;
  color: var(--graphite);
}

.trust-badge-text span {
  display: block;
  font-weight: 400;
  font-size: 13px;
  color: var(--steel);
}

/* FAQ Accordion Styling */
.faq-section {
  padding: 82px clamp(22px, 6vw, 76px);
  background: var(--paper);
  max-width: 900px;
  margin: 0 auto;
}

.faq-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 42px;
}

.faq-item {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  text-align: left;
  padding: 24px;
  background: transparent;
  border: none;
  font-size: 18px;
  font-weight: 700;
  font-family: inherit;
  color: var(--graphite);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 0.2s ease;
}

.faq-question:hover {
  color: var(--green-deep);
}

.faq-question::after {
  content: "+";
  font-size: 24px;
  font-weight: 400;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  background: var(--white);
}

.faq-answer p {
  padding: 0 24px 24px;
  margin: 0;
  color: #4a5552;
  line-height: 1.6;
}

/* Floating WhatsApp Button */
.floating-whatsapp {
  position: fixed;
  bottom: 22px;
  right: 22px;
  background-color: #25D366;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4);
  z-index: 1002;
  text-decoration: none;
  font-family: 'Outfit', 'Inter', sans-serif;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease, background-color 0.3s ease;
  animation: waPulse 2s infinite;
}

.floating-whatsapp:hover {
  transform: scale(1.08) translateY(-2px);
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.55);
  background-color: #20ba59;
}

/* Tooltip on Hover */
.floating-whatsapp::after {
  content: "WhatsApp: 81 1236 6232";
  position: absolute;
  right: 80px;
  background: rgba(6, 63, 22, 0.95);
  border: 1px solid var(--green);
  color: #fff;
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

.floating-whatsapp:hover::after {
  opacity: 1;
  visibility: visible;
}

.floating-whatsapp .whatsapp-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.floating-whatsapp svg {
  width: 32px;
  height: 32px;
  fill: #fff;
}

/* Hide old elements inside circular layout */
.floating-whatsapp .whatsapp-badge-text {
  display: none;
}

@keyframes waPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }

  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

@media (max-width: 768px) {
  .floating-whatsapp {
    bottom: 14px;
    right: 14px;
    width: 60px;
    height: 60px;
  }

  .floating-whatsapp svg {
    width: 28px;
    height: 28px;
  }

  .floating-whatsapp::after {
    display: none;
  }
}

/* Chatbot Notification Badge in Collapsed Header */
.bot-notification-badge {
  background: var(--orange);
  color: #fff;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 900;
  width: 18px;
  height: 18px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  vertical-align: middle;
  box-shadow: 0 2px 6px rgba(255, 111, 0, 0.4);
  line-height: 1;
}

.bot-popup.is-open .bot-notification-badge {
  display: none;
}



/* WhatsApp button styles for model cards */
.card-actions-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

.card-actions-wrapper>a:not(.wa-btn) {
  margin-bottom: 0 !important;
  /* Override potential margins */
}

.wa-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #25D366;
  color: #044b25;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.wa-btn:hover {
  background-color: #1edb69;
  transform: translateY(-2px);
  color: #044b25;
}

.wa-btn svg {
  fill: #044b25;
  margin-right: 6px;
}