@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;700;800;900&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap');

:root {
  --font-modern: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", "Plus Jakarta Sans", sans-serif;
  --ink: #172033;
  --muted: #667085;
  --line: #e5e7eb;
  --paper: #ffffff;
  --soft: #f5f7fa;
  --brand: #0f4c81;
  --brand-dark: #0b355c;
  --accent: #c5892f;
  --metal: #637083;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--ink);
  background: var(--paper);
}

.page-shell {
  min-height: 100vh;
  padding-bottom: 72px;
}

.section {
  padding: 72px 0;
}

.section-tight {
  padding: 48px 0;
}

.container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.eyebrow {
  color: var(--brand);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero {
  min-height: 74vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  color: white;
  background: #111827;
}

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

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(9, 20, 34, 0.92) 0%, rgba(9, 20, 34, 0.78) 42%, rgba(9, 20, 34, 0.34) 100%),
    linear-gradient(180deg, rgba(9, 20, 34, 0.08) 0%, rgba(9, 20, 34, 0.38) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 780px;
}

.hero-panel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(8px);
}

.hero-stat {
  padding: 18px;
  background: rgba(5, 13, 24, 0.52);
}

.btn-primary,
.btn-secondary,
.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 6px;
  font-weight: 700;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.btn-primary {
  color: white;
  background: var(--brand);
}

.btn-primary:hover {
  background: var(--brand-dark);
  transform: translateY(-1px);
}

.btn-secondary {
  color: var(--ink);
  background: white;
  border: 1px solid var(--line);
}

.btn-secondary:hover {
  border-color: var(--brand);
  color: var(--brand);
}

.btn-ghost {
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.55);
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.12);
}

.topbar {
  background: #0c1727;
  color: #d8dee8;
  font-size: 13px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: white;
  font-weight: 900;
  background: linear-gradient(135deg, var(--brand), #5f748c);
}

.nav-link {
  color: #344054;
  font-size: 15px;
  font-weight: 600;
}

.nav-link:hover,
.nav-link.active {
  color: var(--brand);
}

.mobile-menu {
  display: none;
  border-top: 1px solid var(--line);
  background: white;
}

.mobile-menu.open {
  display: block;
}

.card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.soft-card {
  border: 1px solid #e7eaef;
  border-radius: 8px;
  background: var(--soft);
}

.product-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  overflow: hidden;
}

.product-head {
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, #f8fafc 0%, #eef3f8 100%);
}

.tag {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  border-radius: 999px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 700;
  color: var(--brand);
  background: #eaf2f9;
}

.tag-warm {
  color: #8a5a13;
  background: #fff3dc;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.spec-table th,
.spec-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.spec-table th {
  color: #475467;
  background: #f8fafc;
  font-weight: 800;
}

.spec-cards {
  display: none;
}

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

.gallery-item {
  position: relative;
  height: 230px;
  overflow: hidden;
  border-radius: 8px;
  background: #e5e7eb;
  border: 0;
  padding: 0;
  cursor: zoom-in;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.22s ease;
}

.gallery-item:hover img {
  transform: scale(1.04);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(6, 13, 24, 0.88);
}

.lightbox.open {
  display: flex;
}

.lightbox img {
  max-width: min(1120px, 100%);
  max-height: 84vh;
  border-radius: 8px;
  object-fit: contain;
  background: white;
}

.lightbox button {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  color: white;
  background: rgba(255, 255, 255, 0.14);
  font-size: 28px;
  line-height: 1;
}

.mobile-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  display: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  background: white;
}

.mobile-cta a {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #344054;
  font-size: 14px;
  font-weight: 800;
}

.mobile-cta a.primary {
  color: white;
  background: var(--brand);
}

@media (max-width: 1024px) {
  .desktop-nav {
    display: none;
  }

  .mobile-menu-button {
    display: inline-flex;
  }

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

@media (min-width: 1025px) {
  .mobile-menu-button {
    display: none;
  }
}

@media (max-width: 768px) {
  .page-shell {
    padding-bottom: 72px;
  }

  .section {
    padding: 48px 0;
  }

  .hero {
    min-height: 78vh;
  }

  .hero::after {
    background: linear-gradient(180deg, rgba(9, 20, 34, 0.88) 0%, rgba(9, 20, 34, 0.78) 60%, rgba(9, 20, 34, 0.64) 100%);
  }

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

  .spec-table-wrap {
    display: none;
  }

  .spec-cards {
    display: grid;
    gap: 12px;
  }

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

  .gallery-item {
    height: 172px;
  }

  .mobile-cta {
    display: grid;
  }
}

/* Modern homepage system */
.modern-home {
  --modern-ink: #101828;
  --modern-muted: #667085;
  --modern-blue: #0ea5e9;
  --modern-blue-dark: #0c4a6e;
  --modern-copper: #f97316;
  --modern-green: #147a5b;
  --modern-line: rgba(16, 24, 40, 0.1);
  background:
    linear-gradient(180deg, #f7fafc 0%, #ffffff 28%, #f4f7fb 100%);
  font-family: var(--font-modern);
}

.modern-home :focus-visible {
  outline: 3px solid rgba(249, 115, 22, 0.42);
  outline-offset: 3px;
}

.modern-home a,
.modern-home button {
  cursor: pointer;
  touch-action: manipulation;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 100;
  transform: translateY(-140%);
  border-radius: 12px;
  color: white;
  background: var(--modern-blue-dark);
  padding: 10px 14px;
  font-weight: 900;
}

.skip-link:focus {
  transform: translateY(0);
}

.modern-header {
  position: sticky;
  top: 0;
  z-index: 60;
  padding: 14px 0;
}

.nav-frame {
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 60px rgba(15, 23, 42, 0.1);
  backdrop-filter: blur(18px);
  padding: 10px 12px 10px 16px;
}

.modern-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.modern-brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 14px;
  color: white;
  font-weight: 900;
  background:
    linear-gradient(135deg, #153f64 0%, #1f6f91 62%, #9a6a25 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 10px 22px rgba(22, 78, 122, 0.22);
}

.nav-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 999px;
  background: rgba(248, 250, 252, 0.9);
  padding: 5px;
}

.nav-pill a {
  min-height: 38px;
  border-radius: 999px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  color: #475467;
  font-weight: 800;
  font-size: 14px;
}

.nav-pill a:hover,
.nav-pill a.active {
  color: white;
  background: var(--modern-blue);
}

.modern-call,
.modern-menu-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 14px;
  font-weight: 900;
}

.modern-call {
  color: white;
  background: var(--modern-blue-dark);
  padding: 0 16px;
}

.modern-call:hover {
  background: #08324d;
}

.modern-menu-button {
  width: 44px;
  color: #172033;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: white;
}

.modern-mobile-menu {
  margin-top: 8px;
  border: 0;
  background: transparent;
}

.modern-mobile-menu .container {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.12);
}

.modern-mobile-menu a {
  display: flex;
  min-height: 46px;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  color: #344054;
  font-weight: 900;
  padding: 0 12px;
}

.modern-mobile-menu a.active,
.modern-mobile-menu a:hover {
  color: var(--modern-blue);
  background: #eff6fb;
}

.modern-home [data-lucide] {
  width: 18px;
  height: 18px;
  stroke-width: 2.2;
}

.modern-hero {
  padding: 52px 0 36px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: 34px;
  align-items: center;
}

.hero-copy h1 {
  max-width: 760px;
  margin: 18px 0 18px;
  color: var(--modern-ink);
  font-size: clamp(40px, 4.8vw, 64px);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: 0;
  text-wrap: balance;
}

.hero-copy h1 span {
  display: block;
}

.hero-lede {
  max-width: 670px;
  color: #475467;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.75;
}

.status-chip {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(22, 78, 122, 0.16);
  border-radius: 999px;
  color: var(--modern-blue);
  background: #eef7fb;
  padding: 0 14px;
  font-size: 13px;
  font-weight: 900;
}

.hero-actions,
.final-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.action-primary,
.action-secondary {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 14px;
  padding: 0 18px;
  font-weight: 950;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.action-primary {
  color: white;
  background: var(--modern-copper);
  box-shadow: 0 16px 32px rgba(249, 115, 22, 0.24);
}

.action-primary:hover,
.action-secondary:hover {
  transform: translateY(-1px);
}

.action-primary:hover {
  background: #ea580c;
}

.action-secondary {
  color: #172033;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: white;
}

.action-secondary.dark {
  color: white;
  border-color: rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.12);
}

.trust-strip {
  display: grid;
  max-width: 700px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 30px;
}

.trust-strip div {
  min-height: 92px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.07);
  padding: 16px;
}

.trust-strip strong {
  display: block;
  color: var(--modern-ink);
  font-family: "Plus Jakarta Sans", var(--font-modern);
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 900;
  line-height: 1.15;
  white-space: nowrap;
}

.trust-strip span {
  display: block;
  margin-top: 3px;
  color: var(--modern-muted);
  font-size: 13px;
  font-weight: 800;
}

.hero-visual {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 30px;
  background: #d8dee7;
  box-shadow: 0 28px 80px rgba(15, 23, 42, 0.18);
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 22, 37, 0.04) 0%, rgba(8, 22, 37, 0.52) 100%);
}

.hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
}

.visual-card {
  position: absolute;
  z-index: 2;
  display: grid;
  gap: 4px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 18px;
  color: white;
  background: rgba(8, 18, 32, 0.62);
  backdrop-filter: blur(16px);
  padding: 16px;
}

.visual-card span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  font-weight: 800;
}

.visual-card strong {
  font-size: 18px;
  font-weight: 950;
}

.visual-card-top {
  top: 18px;
  left: 18px;
}

.visual-card-bottom {
  right: 18px;
  bottom: 18px;
  grid-template-columns: auto 1fr;
  align-items: center;
}

.quick-panel-section {
  padding: 20px 0 56px;
}

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

.quick-panel-item {
  display: grid;
  gap: 8px;
  min-height: 142px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  background: white;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06);
  padding: 20px;
}

.quick-panel-item i {
  color: var(--modern-blue);
}

.quick-panel-item span {
  color: var(--modern-muted);
  font-size: 13px;
  font-weight: 850;
}

.quick-panel-item strong {
  color: var(--modern-ink);
  font-size: 19px;
  font-weight: 950;
}

.modern-section {
  padding: 78px 0;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading.align-left {
  margin: 0;
  text-align: left;
}

.section-heading span,
.final-cta-card span {
  color: var(--modern-blue);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section-heading h2,
.final-cta-card h2 {
  margin-top: 10px;
  color: var(--modern-ink);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
}

.section-heading p,
.final-cta-card p {
  margin-top: 14px;
  color: var(--modern-muted);
  line-height: 1.8;
}

.product-matrix {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 16px;
}

.matrix-card {
  min-height: 280px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(245, 248, 252, 0.95) 100%);
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.08);
  padding: 26px;
}

.matrix-card-large {
  grid-row: span 2;
  min-height: 576px;
  color: white;
  background:
    linear-gradient(145deg, rgba(10, 47, 78, 0.96), rgba(22, 78, 122, 0.88)),
    url("gallery/gallery-12.webp");
  background-position: center;
  background-size: cover;
}

.matrix-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 14px;
  color: var(--modern-blue);
  background: #eaf4fa;
}

.matrix-card-large .matrix-icon {
  color: white;
  background: rgba(255, 255, 255, 0.14);
}

.matrix-label {
  display: block;
  margin-top: 28px;
  color: var(--modern-blue);
  font-size: 13px;
  font-weight: 950;
}

.matrix-card-large .matrix-label {
  color: #a9d7f0;
}

.matrix-card h3 {
  margin-top: 8px;
  color: var(--modern-ink);
  font-size: 28px;
  font-weight: 950;
}

.matrix-card-large h3 {
  color: white;
  font-size: clamp(34px, 4.2vw, 52px);
  line-height: 1.12;
}

.matrix-card p {
  margin-top: 14px;
  color: var(--modern-muted);
  line-height: 1.75;
}

.matrix-card-large p {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.78);
}

.matrix-card a {
  display: inline-flex;
  margin-top: 20px;
  color: var(--modern-blue);
  font-weight: 950;
}

.matrix-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.matrix-meta span {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: white;
  background: rgba(255, 255, 255, 0.12);
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 900;
}

.inventory-section {
  color: white;
  background: #0b1220;
}

.inventory-section .section-heading h2,
.inventory-section .section-heading p {
  color: white;
}

.inventory-section .section-heading p {
  color: rgba(255, 255, 255, 0.7);
}

.inventory-layout {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 36px;
  align-items: center;
}

.inventory-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.inventory-grid img {
  height: 210px;
  width: 100%;
  object-fit: cover;
  border-radius: 22px;
}

.inventory-grid img:nth-child(1) {
  grid-column: span 3;
  height: 360px;
}

.inventory-grid img:nth-child(2) {
  grid-column: span 3;
  height: 360px;
}

.inventory-grid img:nth-child(3),
.inventory-grid img:nth-child(4) {
  grid-column: span 3;
}

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

.quote-step {
  min-height: 246px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  background: white;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.06);
  padding: 22px;
}

.quote-step strong {
  color: #b8c3cf;
  font-size: 13px;
  font-weight: 950;
}

.quote-step i {
  display: block;
  margin-top: 26px;
  color: var(--modern-blue);
}

.quote-step h3 {
  margin-top: 16px;
  color: var(--modern-ink);
  font-size: 20px;
  font-weight: 950;
}

.quote-step p {
  margin-top: 8px;
  color: var(--modern-muted);
  line-height: 1.7;
}

.final-cta {
  padding: 28px 0 78px;
}

.final-cta-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  overflow: hidden;
  border-radius: 28px;
  color: white;
  background:
    linear-gradient(135deg, rgba(10, 47, 78, 0.96), rgba(20, 122, 91, 0.88)),
    url("gallery/gallery-03.webp");
  background-position: center;
  background-size: cover;
  padding: 38px;
}

.proof-band {
  padding: 18px 0 52px;
}

.proof-frame {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: center;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.06);
  padding: 18px;
}

.proof-frame h2 {
  color: var(--modern-ink);
  font-size: 18px;
  font-weight: 950;
}

.proof-frame p {
  margin-top: 4px;
  color: var(--modern-muted);
  font-size: 13px;
  font-weight: 700;
}

.proof-logos {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}

.proof-logos span {
  display: grid;
  min-height: 48px;
  place-items: center;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  color: #344054;
  background: #f8fafc;
  font-size: 13px;
  font-weight: 950;
}

.proof-marker {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: 16px;
  color: white;
  background: var(--modern-blue-dark);
}

.final-cta-card h2,
.final-cta-card p,
.final-cta-card span {
  color: white;
}

.final-cta-card p {
  color: rgba(255, 255, 255, 0.76);
}

.modern-footer {
  color: #cbd5e1;
  background: #07111f;
  padding: 46px 0 26px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, 1fr);
  gap: 28px;
}

.modern-footer h3 {
  margin-bottom: 12px;
  color: white;
  font-weight: 950;
}

.modern-footer a,
.modern-footer p {
  display: block;
  margin-top: 8px;
  color: #cbd5e1;
  font-size: 14px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 22px;
  color: #94a3b8;
  font-size: 13px;
}

.modern-bottom-cta {
  box-shadow: 0 -14px 34px rgba(15, 23, 42, 0.12);
}

.modern-bottom-cta a {
  flex-direction: column;
  gap: 4px;
}

.modern-bottom-cta [data-lucide] {
  width: 18px;
  height: 18px;
}

@media (max-width: 1100px) {
  .hero-grid,
  .inventory-layout {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 480px;
  }

  .hero-visual img {
    min-height: 480px;
  }

  .product-matrix {
    grid-template-columns: 1fr;
  }

  .matrix-card-large {
    min-height: 430px;
  }

  .quote-flow,
  .quick-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .modern-header {
    padding: 10px 0;
  }

  .nav-frame {
    min-height: 62px;
    border-radius: 16px;
  }

  .modern-brand-mark {
    width: 38px;
    height: 38px;
    border-radius: 12px;
  }

  .modern-hero {
    padding: 28px 0 24px;
  }

  .hero-copy h1 {
    max-width: 100%;
    font-size: clamp(30px, 8.5vw, 38px);
    line-height: 1.18;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

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

  .trust-strip div {
    min-height: 82px;
    padding: 14px;
  }

  .hero-visual {
    min-height: 420px;
    border-radius: 22px;
  }

  .hero-visual img {
    min-height: 420px;
  }

  .quick-panel-section {
    padding-bottom: 38px;
  }

  .quick-panel,
  .quote-flow {
    grid-template-columns: 1fr;
  }

  .quick-panel-item,
  .quote-step {
    min-height: auto;
  }

  .modern-section {
    padding: 54px 0;
  }

  .section-heading {
    text-align: left;
  }

  .matrix-card,
  .matrix-card-large {
    min-height: auto;
    border-radius: 22px;
    padding: 22px;
  }

  .matrix-card-large h3 {
    font-size: 38px;
  }

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

  .inventory-grid img,
  .inventory-grid img:nth-child(1),
  .inventory-grid img:nth-child(2),
  .inventory-grid img:nth-child(3),
  .inventory-grid img:nth-child(4) {
    grid-column: span 1;
    height: 178px;
    border-radius: 16px;
  }

  .final-cta-card {
    grid-template-columns: 1fr;
    border-radius: 22px;
    padding: 24px;
  }

  .proof-frame {
    grid-template-columns: 1fr;
  }

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

  .final-cta-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

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

  .footer-bottom {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .modern-home *,
  .modern-home *::before,
  .modern-home *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (max-width: 420px) {
  .status-chip {
    width: 100%;
    justify-content: center;
    font-size: 12px;
  }

  .trust-strip strong {
    font-size: 20px;
  }

  .inventory-grid img,
  .inventory-grid img:nth-child(1),
  .inventory-grid img:nth-child(2),
  .inventory-grid img:nth-child(3),
  .inventory-grid img:nth-child(4) {
    height: 154px;
  }
}

@media (min-width: 1025px) {
  .modern-menu-button {
    display: none;
  }
}

@media (max-width: 1024px) {
  .desktop-nav.nav-pill {
    display: none;
  }

  .modern-menu-button {
    display: inline-flex;
  }
}

@media (max-width: 640px) {
  .modern-call {
    display: none;
  }
}
