:root {
  --dark: #071118;
  --dark-2: #0d1b23;
  --ink: #111920;
  --muted: #687075;
  --cream: #f1e8dc;
  --paper: #fff9ef;
  --white: #fff7ed;
  --orange: #f45123;
  --orange-2: #ff7044;
  --line: rgba(17,25,32,.16);
  --line-dark: rgba(255,247,237,.18);
  --shadow: 0 28px 90px rgba(4, 10, 14, .24);
  --max: 1180px;
  --radius: 30px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.42;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.site-header {
  position: fixed;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
  z-index: 10;
  width: min(calc(100% - 44px), var(--max));
  height: 68px;
  padding: 10px 12px 10px 18px;
  border: 1px solid var(--line-dark);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(13,27,35,.94), rgba(7,17,24,.86));
  backdrop-filter: blur(18px);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 18px 50px rgba(4,10,14,.24);
}
.brand { display: flex; align-items: center; gap: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: 0; font-size: 13px; }
.brand img { width: 52px; height: 38px; object-fit: contain; }
.desktop-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(255,247,237,.12);
  border-radius: 999px;
  background: rgba(255,247,237,.06);
  color: rgba(255,247,237,.82);
  font-size: 13px;
  box-shadow: inset 0 1px 0 rgba(255,247,237,.08);
}
.desktop-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  font-weight: 900;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}
.desktop-nav a:before {
  content: attr(data-step);
  color: var(--orange-2);
  font-size: 10px;
  line-height: 1;
  font-weight: 950;
}
.desktop-nav a:hover,
.desktop-nav a:focus-visible {
  background: rgba(255,247,237,.12);
  color: var(--white);
  transform: translateY(-1px);
}
.desktop-nav a:focus-visible,
.nav-cta:focus-visible {
  outline: 2px solid rgba(255,112,68,.9);
  outline-offset: 3px;
}
.nav-cta {
  background: linear-gradient(135deg, var(--orange), var(--orange-2));
  color: #fff;
  padding: 15px 22px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 14px;
  box-shadow: 0 10px 28px rgba(244,81,35,.28);
  transition: transform .18s ease, box-shadow .18s ease;
}
.nav-cta:hover { transform: translateY(-1px); box-shadow: 0 14px 34px rgba(244,81,35,.36); }
.section-dark { background: var(--dark); color: var(--white); }
.section-cream { background: var(--cream); }
.section-paper { background: var(--paper); }
.section { padding: 88px max(28px, calc((100vw - var(--max))/2)); }
.eyebrow {
  margin: 0 0 16px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 950;
  color: rgba(255,247,237,.68);
}
.orange { color: var(--orange); }
h1, h2, h3 { margin: 0; font-family: Georgia, 'Times New Roman', serif; letter-spacing: 0; line-height: .98; }
h1 { font-size: clamp(52px, 7.2vw, 104px); max-width: 780px; }
h2 { font-size: clamp(40px, 4.8vw, 70px); }
h3 { font-size: 30px; }
.lead { margin: 26px 0 0; max-width: 620px; font-size: 21px; color: rgba(255,247,237,.82); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border-radius: 999px; font-weight: 950; }
.button-orange { background: var(--orange); color: #fff; }
.button-light { background: var(--white); color: var(--dark); }
.button-ghost { color: var(--white); border: 1px solid var(--line-dark); background: rgba(255,255,255,.05); }
.hero {
  min-height: 820px;
  padding: 124px max(28px, calc((100vw - var(--max))/2)) 70px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 54px;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7,17,24,1), rgba(7,17,24,.96) 52%, rgba(7,17,24,.72));
}
.hero-copy, .hero-visual { position: relative; z-index: 1; }
.hero-actions { margin-top: 34px; display: flex; gap: 14px; flex-wrap: wrap; }
.hero-badges { margin-top: 32px; display: flex; gap: 10px; flex-wrap: wrap; }
.hero-badges span { border: 1px solid var(--line-dark); border-radius: 999px; padding: 9px 13px; color: rgba(255,247,237,.76); font-size: 13px; }
.hero-visual { min-height: 610px; border-radius: 34px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); box-shadow: var(--shadow); }
.hero-visual img { width: 100%; height: 100%; min-height: 610px; object-fit: cover; }
.hero-visual:after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,17,24,.62), transparent 48%); pointer-events: none; }
.scene-card {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 2;
  padding: 20px;
  border-radius: 24px;
  background: rgba(7,17,24,.82);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,.18);
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.scene-card p { margin: 0 0 5px; color: var(--orange-2); font-size: 12px; letter-spacing: 0; text-transform: uppercase; font-weight: 950; }
.scene-card strong { font-family: Georgia, 'Times New Roman', serif; font-size: 34px; line-height: 1; }
.scene-card ul { margin: 0; padding: 0; list-style: none; color: rgba(255,247,237,.82); font-size: 14px; }
.scene-card li + li { margin-top: 4px; }
.section-heading.compact { max-width: 980px; }
.section-heading.center { max-width: 880px; margin: 0 auto 44px; text-align: center; }
.section-heading p:not(.eyebrow) { margin: 20px 0 0; max-width: 870px; color: var(--muted); font-size: 20px; }
.section-dark .section-heading p:not(.eyebrow) { color: rgba(255,247,237,.72); }
.benefits-section { padding-top: 82px; }
.proof-grid {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.proof-card {
  min-height: 330px;
  border-radius: 28px;
  padding: 26px;
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.metric { display: block; font-family: Georgia, 'Times New Roman', serif; font-size: 58px; line-height: .9; letter-spacing: 0; }
.metric.small { font-size: 38px; color: var(--orange); text-transform: none; }
.proof-card h3 { margin-top: 20px; font-size: 30px; }
.proof-card p { margin: 14px 0 0; color: rgba(255,247,237,.78); }
.orange-card { background: var(--orange); color: #fff; border-color: transparent; }
.dark-card { background: var(--dark); color: var(--white); border-color: rgba(255,255,255,.12); }
.light-card { background: var(--paper); color: var(--ink); }
.light-card p { color: var(--muted); }
.image-card { padding: 0; background: var(--paper); color: var(--ink); }
.image-card img { width: 100%; height: 180px; object-fit: cover; object-position: 52% 75%; filter: saturate(.94); }
.image-card div { padding: 22px; }
.image-card p { color: var(--muted); }
.source-note { margin: 18px 0 0; color: var(--muted); font-size: 13px; }
.systems-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 46px; align-items: stretch; }
.systems-photo { position: relative; min-height: 620px; border-radius: 32px; overflow: hidden; box-shadow: var(--shadow); }
.systems-photo img { width: 100%; height: 100%; min-height: 620px; object-fit: cover; }
.photo-caption { position: absolute; left: 18px; right: 18px; bottom: 18px; padding: 16px 18px; border-radius: 18px; background: var(--orange); color: #fff; font-weight: 950; }
.systems-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.systems-grid article {
  min-height: 190px;
  padding: 24px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: #fffaf2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.systems-grid span, .process-grid span { color: var(--orange); font-weight: 950; letter-spacing: 0; }
.systems-grid h3 { font-size: 31px; }
.systems-grid p { margin: 10px 0 0; color: var(--muted); }
.process-grid { margin-top: 40px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.process-grid article {
  min-height: 250px;
  padding: 26px;
  border-radius: 26px;
  border: 1px solid var(--line-dark);
  background: rgba(255,255,255,.045);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.process-grid h3 { font-size: 34px; }
.process-grid p { margin: 12px 0 0; color: rgba(255,247,237,.72); }
.packages-row { margin-top: 24px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.package-card {
  padding: 26px;
  border-radius: 26px;
  border: 1px solid rgba(244,81,35,.28);
  background: #17324a;
  color: var(--white);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}
.package-card p { margin: 0 0 10px; color: #ff8a68; text-transform: uppercase; letter-spacing: 0; font-size: 12px; font-weight: 950; }
.package-card h3 { font-size: 42px; }
.package-card span { display: block; margin-top: 12px; color: rgba(255,247,237,.80); }
.partners-section { padding-top: 82px; }
.partner-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.partner-card { min-height: 360px; border-radius: 30px; padding: 34px; display: flex; flex-direction: column; }
.partner-label { margin: 0 0 18px; color: var(--orange); font-size: 12px; letter-spacing: 0; text-transform: uppercase; font-weight: 950; }
.partner-card h3 { font-size: 43px; max-width: 560px; }
.partner-card > p:not(.partner-label) { margin: 20px 0 0; font-size: 18px; color: rgba(255,247,237,.72); }
.partner-card.light-card > p:not(.partner-label) { color: var(--muted); }
.partner-card a { margin-top: auto; width: fit-content; padding: 14px 18px; border-radius: 999px; background: var(--orange); color: #fff; font-weight: 950; }
.contact-section { padding: 82px max(28px, calc((100vw - var(--max))/2)); }
.contact-card {
  border-radius: 34px;
  border: 1px solid var(--line-dark);
  background: linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.025));
  padding: 42px;
  display: grid;
  grid-template-columns: 1fr 390px;
  gap: 46px;
  align-items: center;
}
.contact-card h2 { font-size: clamp(42px, 5vw, 72px); }
.contact-card p:not(.eyebrow) { margin: 20px 0 0; color: rgba(255,247,237,.72); font-size: 20px; }
.contact-actions { display: grid; gap: 12px; }
.contact-actions span {
  padding-left: 6px;
  color: rgba(255,247,237,.78);
  font-weight: 850;
}
.site-footer { padding: 32px max(28px, calc((100vw - var(--max))/2)); border-top: 1px solid var(--line-dark); display: flex; align-items: center; justify-content: space-between; gap: 22px; color: rgba(255,247,237,.70); }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand img { width: 50px; height: 36px; object-fit: contain; }
@media (max-width: 1060px) {
  .desktop-nav { display: none; }
  .hero, .systems-layout, .contact-card { grid-template-columns: 1fr; }
  .proof-grid, .process-grid { grid-template-columns: repeat(2, 1fr); }
  .hero { min-height: auto; }
}
@media (max-width: 760px) {
  .site-header { width: calc(100% - 24px); top: 12px; height: 62px; }
  .brand span { display: none; }
  .nav-cta { padding: 13px 15px; font-size: 12px; }
  .section { padding: 66px 20px; }
  .hero { padding: 92px 20px 52px; gap: 34px; }
  h1 { font-size: 46px; }
  h2 { font-size: 36px; }
  .lead, .section-heading p:not(.eyebrow) { font-size: 18px; }
  .hero-actions { align-items: stretch; }
  .button { width: 100%; }
  .hero-visual, .hero-visual img, .systems-photo, .systems-photo img { min-height: 450px; }
  .scene-card { flex-direction: column; }
  .proof-grid, .systems-grid, .process-grid, .packages-row, .partner-grid { grid-template-columns: 1fr; }
  .proof-card, .process-grid article, .partner-card { min-height: auto; }
  .metric { font-size: 52px; }
  .proof-card h3, .systems-grid h3, .process-grid h3 { font-size: 30px; }
  .partner-card h3 { font-size: 34px; }
  .contact-section { padding: 66px 20px; }
  .contact-card { padding: 28px; }
  .site-footer { flex-direction: column; align-items: flex-start; padding: 30px 20px; }
}
