:root {
  --blue: #142b7d;
  --blue-deep: #081846;
  --green: #2f6f3e;
  --ink: #121826;
  --muted: #667085;
  --line: #d8deea;
  --paper: #f7f8f4;
  --cream: #fff9ef;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(12, 25, 68, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(247, 248, 244, 0.96);
  border-bottom: 1px solid rgba(20, 43, 125, 0.12);
  backdrop-filter: blur(14px);
}

.topbar {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 10px 22px;
  color: var(--blue);
  font-size: 0.86rem;
  font-weight: 700;
}

.topbar p {
  margin: 0;
}

.topbar-links {
  display: flex;
  gap: 22px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 28px;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 16px 22px;
}

.brand img {
  width: 158px;
  height: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-left: auto;
  color: var(--blue-deep);
  font-size: 0.92rem;
  font-weight: 700;
}

.nav-links a {
  padding: 8px 0;
}

.nav-links a.active {
  color: var(--green);
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 7px;
  font-weight: 800;
  cursor: pointer;
}

.nav-cta,
.button.primary {
  color: var(--white);
  background: var(--blue);
}

.button.secondary {
  color: var(--blue);
  background: var(--white);
  border-color: rgba(20, 43, 125, 0.28);
}

.text-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--blue);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(20, 43, 125, 0.2);
  border-radius: 7px;
  background: var(--white);
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--blue);
}

.section-pad {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 82px 22px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: 34px;
  min-height: 720px;
}

.hero-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h2,
h3,
p,
li,
a {
  overflow-wrap: break-word;
}

h1 {
  max-width: 620px;
  margin-bottom: 18px;
  color: var(--blue-deep);
  font-size: clamp(2.4rem, 5vw, 4.75rem);
  line-height: 0.98;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

h1 span {
  display: block;
}

h2 span {
  display: inline;
}

h2 {
  margin-bottom: 18px;
  color: var(--blue-deep);
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  color: var(--blue-deep);
  font-size: 1.35rem;
  line-height: 1.15;
}

.hero-lede {
  max-width: 620px;
  color: #344054;
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero-media {
  min-width: 0;
  min-height: 520px;
  border-radius: 8px;
  background: linear-gradient(145deg, #102b78, #e8edf7);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-media img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 34px;
}

.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  align-items: center;
  gap: 34px;
  min-height: 520px;
}

.page-hero > *,
.split-section > *,
.contact-grid > *,
.dealer-panel > *,
.manufacturing > * {
  min-width: 0;
}

.page-hero h1 {
  font-size: clamp(2.4rem, 4.8vw, 4.8rem);
}

.page-hero p {
  max-width: 620px;
  color: #344054;
  font-size: 1.08rem;
}

.page-hero img,
.detail-media img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.page-hero img {
  aspect-ratio: 4 / 3;
}

.content-band {
  background: var(--white);
  border-top: 1px solid rgba(20, 43, 125, 0.1);
  border-bottom: 1px solid rgba(20, 43, 125, 0.1);
}

.split-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  align-items: start;
}

.copy-block p {
  color: #344054;
}

.detail-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.detail-list li {
  padding: 16px;
  border: 1px solid rgba(20, 43, 125, 0.12);
  border-radius: 8px;
  background: var(--white);
  font-weight: 700;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid rgba(20, 43, 125, 0.12);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 24px rgba(12, 25, 68, 0.06);
}

.spec-table th,
.spec-table td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(20, 43, 125, 0.1);
  text-align: left;
  vertical-align: top;
}

.spec-table th {
  width: 34%;
  color: var(--blue-deep);
  background: #f1f4fb;
}

.spec-table tr:last-child th,
.spec-table tr:last-child td {
  border-bottom: 0;
}

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

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

.model-card,
.value-card,
.equipment-card {
  min-width: 0;
  padding: 24px;
  border: 1px solid rgba(20, 43, 125, 0.12);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 24px rgba(12, 25, 68, 0.06);
}

.model-card img,
.equipment-card img {
  width: 100%;
  height: 210px;
  margin-bottom: 20px;
  border-radius: 8px;
  object-fit: cover;
  background: #f6f7fb;
}

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

.equipment-grid-text .equipment-card {
  padding: 0;
  overflow: hidden;
}

.equipment-grid-text .equipment-card > div {
  padding: 22px;
}

.equipment-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 7px;
  color: var(--white);
  background: var(--blue);
  font-weight: 800;
}

.equipment-card p {
  margin-bottom: 0;
  color: #344054;
}

.value-card p,
.equipment-card p {
  overflow-wrap: break-word;
}

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

.detail-media img {
  aspect-ratio: 1 / 0.82;
}

.cta-band {
  color: var(--white);
  background: var(--blue-deep);
}

.cta-band .section-pad {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.cta-band h2,
.cta-band p {
  color: var(--white);
}

.cta-band p {
  margin-bottom: 0;
}

.contact-list {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.contact-list a,
.contact-list span {
  display: block;
  padding: 16px;
  border: 1px solid rgba(20, 43, 125, 0.12);
  border-radius: 8px;
  background: var(--white);
  color: var(--blue);
  font-weight: 800;
}

.section-heading.compact {
  max-width: 900px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

.intro-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 18px;
}

.intro-card,
.product-card,
.contact-card,
.lead-form {
  min-width: 0;
  border: 1px solid rgba(20, 43, 125, 0.12);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 24px rgba(12, 25, 68, 0.06);
}

.intro-card {
  padding: 28px;
}

.intro-card.strong {
  color: var(--white);
  background: var(--blue);
}

.intro-card span {
  display: block;
  margin-bottom: 18px;
  color: var(--green);
  font-weight: 800;
}

.intro-card p:last-child,
.product-card p:last-child,
.contact-card p:last-child {
  margin-bottom: 0;
}

.intro-card p,
.product-card p,
.dealer-panel p {
  overflow-wrap: break-word;
}

.products {
  padding-top: 40px;
}

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

.product-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.product-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  padding: 0;
  background: linear-gradient(180deg, #f6f7fb, #ffffff);
}

.product-card div {
  padding: 26px;
}

.product-type {
  margin-bottom: 8px;
  color: var(--green);
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
}

.product-card ul,
.dealer-panel ul {
  margin: 18px 0 0;
  padding-left: 18px;
  color: #344054;
}

.banner {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 440px;
  margin: 20px auto;
  overflow: hidden;
  color: var(--white);
}

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

.banner::after {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(8, 24, 70, 0.55);
}

.banner div {
  position: relative;
  z-index: 1;
  max-width: 850px;
  padding: 0 22px;
  text-align: center;
}

.banner h2,
.banner .eyebrow {
  color: var(--white);
}

.manufacturing {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  align-items: center;
  gap: 34px;
}

.manufacturing-copy p {
  max-width: 680px;
  color: #344054;
}

.feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.feature-list span {
  padding: 10px 13px;
  border: 1px solid rgba(47, 111, 62, 0.22);
  border-radius: 7px;
  color: var(--green);
  background: #eff7f0;
  font-weight: 800;
}

.manufacturing-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.gallery {
  padding-top: 38px;
}

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

.gallery-grid img {
  width: 100%;
  aspect-ratio: 1 / 0.82;
  border: 1px solid rgba(20, 43, 125, 0.12);
  border-radius: 8px;
  object-fit: cover;
  background: var(--white);
  box-shadow: 0 10px 24px rgba(12, 25, 68, 0.06);
}

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

.video-card,
.cert-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(20, 43, 125, 0.12);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 24px rgba(12, 25, 68, 0.06);
}

.video-card img {
  width: 100%;
  height: 235px;
  object-fit: cover;
}

.video-card div,
.cert-card {
  padding: 24px;
}

.video-card p,
.cert-card p {
  margin-bottom: 0;
  color: #344054;
}

.play-icon {
  position: absolute;
  top: 88px;
  left: 50%;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: rgba(20, 43, 125, 0.92);
  transform: translateX(-50%);
}

.play-icon::before {
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid var(--white);
  content: "";
}

.cert-card span {
  display: inline-flex;
  min-width: 48px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  padding: 0 10px;
  border-radius: 7px;
  color: var(--white);
  background: var(--green);
  font-weight: 800;
}

.dealer-panel {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 34px;
  padding: 38px;
  border-radius: 8px;
  color: var(--white);
  background: var(--blue-deep);
}

.dealer-panel h2,
.dealer-panel .eyebrow {
  color: var(--white);
}

.dealer-panel p,
.dealer-panel li {
  color: #d9e2ff;
}

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

label {
  display: grid;
  gap: 8px;
  color: var(--blue-deep);
  font-size: 0.9rem;
  font-weight: 800;
}

input,
textarea,
select {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 10px 12px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
}

textarea {
  resize: vertical;
}

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

.contact-grid {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: 22px;
}

.contact-card {
  padding: 30px;
}

.contact-card a {
  display: block;
  margin-top: 16px;
  color: var(--blue);
  font-weight: 800;
}

.contact-card address {
  margin-top: 16px;
  color: #344054;
  font-style: normal;
  font-weight: 700;
}

.contact-card .map-link {
  display: inline-flex;
  margin-top: 18px;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.contact-phone-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.contact-phone-list a {
  margin-top: 0;
}

.gallery-section {
  margin-top: 56px;
}

.gallery-section:first-child {
  margin-top: 0;
}

.gallery-section-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.gallery-section-title h2 {
  margin-bottom: 0;
  font-size: clamp(1.5rem, 2.2vw, 2.5rem);
}

.gallery-count {
  flex: 0 0 auto;
  color: var(--muted);
  font-weight: 800;
}

.footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 42px 22px;
  border-top: 1px solid rgba(20, 43, 125, 0.12);
}

.footer img {
  width: 150px;
  margin-bottom: 12px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
  font-weight: 800;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  grid-column: 1 / -1;
}

.social-button,
.whatsapp-float {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  font-weight: 800;
}

.social-button {
  min-height: 40px;
  padding: 0 14px;
  color: var(--blue);
  border: 1px solid rgba(20, 43, 125, 0.18);
  background: var(--white);
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 30;
  min-width: 112px;
  min-height: 54px;
  padding: 0 18px;
  color: var(--white);
  background: #1fa855;
  box-shadow: 0 16px 34px rgba(11, 73, 37, 0.28);
}

.copyright {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

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

  .nav {
    position: relative;
    gap: 14px;
    flex-wrap: wrap;
  }

  .brand img {
    width: 142px;
  }

  .menu-toggle {
    display: none !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    margin-left: auto;
    background: var(--blue);
    opacity: 1;
    visibility: visible;
    z-index: 4;
  }

  .menu-toggle span {
    background: var(--white);
  }

  .nav-links {
    position: static;
    order: 3;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px 10px;
    width: 100%;
    flex: 0 0 100%;
    min-width: 0;
    padding: 8px 0 0;
    border: 0;
    border-radius: 8px;
    background: transparent;
    box-shadow: none;
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a {
    min-width: 0;
    padding: 4px 0;
    font-size: 0.76rem;
    overflow-wrap: break-word;
    white-space: normal;
  }

  .nav-cta {
    display: none;
  }

  .hero,
  .page-hero,
  .manufacturing,
  .split-section,
  .dealer-panel,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
    padding-top: 52px;
  }

  .hero-media,
  .hero-media img {
    min-height: 360px;
  }

  .intro-grid,
  .product-grid,
  .model-grid,
  .value-grid,
  .equipment-grid,
  .video-grid,
  .cert-grid,
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cta-band .section-pad {
    align-items: flex-start;
    flex-direction: column;
  }

  .gallery-section-title {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .section-pad {
    padding: 58px 18px;
  }

  .hero {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }

  h1 {
    max-width: 100%;
    font-size: 1.82rem;
    line-height: 1.08;
    word-break: normal;
    overflow-wrap: break-word;
  }

  .page-hero h1 {
    font-size: 1.82rem;
    max-width: 18rem;
  }

  .page-hero p {
    max-width: 20rem;
  }

  h2 {
    max-width: 100%;
    font-size: 1.35rem;
    line-height: 1.1;
    overflow-wrap: anywhere;
  }

  .section-heading.compact h2,
  .section-heading.compact p {
    max-width: 17.5rem;
    margin-right: auto;
    margin-left: auto;
  }

  h2 span {
    display: block;
  }

  .hero-lede {
    max-width: 320px;
    font-size: 1rem;
  }

  .nav {
    justify-content: space-between;
    padding: 16px 18px;
  }

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

  .hero-actions {
    flex-direction: column;
  }

  .button,
  .nav-cta {
    width: 100%;
  }

  .hero-media,
  .hero-media img {
    min-height: 300px;
  }

  .intro-grid,
  .product-grid,
  .model-grid,
  .value-grid,
  .equipment-grid,
  .video-grid,
  .cert-grid,
  .detail-list,
  .detail-media,
  .gallery-grid,
  .lead-form {
    grid-template-columns: 1fr;
  }

  .product-card img {
    height: 230px;
  }

  .value-card,
  .equipment-card,
  .intro-card,
  .product-card,
  .contact-card,
  .lead-form {
    width: 100%;
    max-width: calc(100vw - 36px);
  }

  .value-card p,
  .equipment-card p,
  .intro-card p,
  .product-card p,
  .product-card li,
  .contact-card p {
    max-width: 30ch;
  }

  .banner {
    min-height: 360px;
  }

  .dealer-panel {
    padding: 26px 18px;
  }

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

  .footer-links {
    justify-content: flex-start;
  }

  .whatsapp-float {
    right: 16px;
    left: auto;
    bottom: 16px;
    width: 54px;
    max-width: 54px;
    min-width: 54px;
    min-height: 50px;
    padding: 0;
    border-radius: 999px;
    font-size: 0;
  }

  .whatsapp-float::before {
    font-size: 0.82rem;
    content: "WA";
  }
}
