:root {
  --charcoal: #171c22;
  --charcoal-2: #232a32;
  --ink: #17202a;
  --muted: #5b6570;
  --paper: #ffffff;
  --off-white: #f5f7f5;
  --lime: #9bd426;
  --lime-dark: #567d00;
  --orange: #ff711a;
  --line: #d9dedc;
  --radius: 18px;
  --shadow: 0 24px 60px rgba(23, 28, 34, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Montserrat, Arial, sans-serif; line-height: 1.6; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 12px 18px; background: var(--paper); color: var(--ink); border: 3px solid var(--orange); }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 32px; }
.brand { width: 310px; max-width: 35vw; }
.desktop-nav { display: flex; gap: 28px; margin-left: auto; }
.desktop-nav a { font-size: .86rem; font-weight: 700; text-decoration: none; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--lime-dark); }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 14px 23px; border: 2px solid var(--lime); border-radius: 8px; background: var(--lime); color: #111820; font: inherit; font-weight: 800; text-decoration: none; cursor: pointer; }
.button:hover, .button:focus-visible { background: #b2ed36; border-color: #b2ed36; }
.button-small { min-height: 44px; padding: 10px 17px; font-size: .84rem; }
.text-link { font-weight: 800; text-decoration-thickness: 2px; text-underline-offset: 5px; }

.hero { overflow: hidden; padding: 86px 0 74px; background: linear-gradient(120deg, #f7faf6 0 63%, #edf2eb 63%); }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 70px; }
.eyebrow { margin: 0 0 14px; color: var(--lime-dark); font-size: .77rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; line-height: 1.1; }
h1 { max-width: 760px; margin-bottom: 24px; font-size: clamp(2.8rem, 6vw, 5.5rem); letter-spacing: -.055em; }
h2 { margin-bottom: 20px; font-size: clamp(2.2rem, 4vw, 3.8rem); letter-spacing: -.045em; }
h3 { margin-bottom: 14px; font-size: 1.35rem; }
.hero-lede { max-width: 690px; margin: 0 0 32px; color: var(--muted); font-size: 1.12rem; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 10px 26px; margin: 32px 0 0; padding: 0; list-style: none; font-size: .8rem; font-weight: 700; }
.trust-list li::before { content: "✓"; margin-right: 8px; color: var(--lime-dark); }

.hero-visual { position: relative; min-height: 470px; display: grid; place-items: center; }
.heat-card { position: relative; width: min(430px, 85%); aspect-ratio: 1; display: grid; place-items: center; border-radius: 34px; background: var(--charcoal); box-shadow: var(--shadow); transform: rotate(2deg); }
.fan-symbol { width: 210px; aspect-ratio: 1; position: relative; border: 18px solid var(--lime); border-radius: 50%; }
.fan-symbol::after { content: ""; position: absolute; inset: 37%; border-radius: 50%; background: var(--orange); }
.fan-symbol span { position: absolute; inset: 18% 43%; border-radius: 50% 50% 15% 50%; background: #f6f8f6; transform-origin: 50% 160%; }
.fan-symbol span:nth-child(2) { transform: rotate(60deg); }
.fan-symbol span:nth-child(3) { transform: rotate(120deg); }
.fan-symbol span:nth-child(4) { transform: rotate(180deg); }
.fan-symbol span:nth-child(5) { transform: rotate(240deg); }
.fan-symbol span:nth-child(6) { transform: rotate(300deg); }
.heat-lines { position: absolute; right: 58px; top: 52px; display: flex; gap: 14px; }
.heat-lines i { width: 12px; height: 82px; display: block; border-radius: 100% 0; border-left: 8px solid var(--orange); transform: rotate(13deg); }
.visual-label { position: absolute; left: 36px; right: 36px; bottom: 23px; margin: 0; color: white; text-align: center; font-size: .82rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.visual-label strong { color: var(--orange); }
.stat-card { position: absolute; padding: 16px 20px; border: 1px solid var(--line); border-radius: 12px; background: white; box-shadow: 0 12px 30px rgba(0,0,0,.1); }
.stat-card strong, .stat-card span { display: block; }
.stat-card strong { font-size: 1rem; }
.stat-card span { color: var(--muted); font-size: .72rem; }
.stat-one { left: 0; top: 60px; }
.stat-two { right: 0; bottom: 54px; }

.proof-strip { padding: 26px 0; background: var(--charcoal); color: white; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.proof-grid strong, .proof-grid span { display: block; }
.proof-grid strong { margin-bottom: 6px; color: var(--lime); font-size: .85rem; }
.proof-grid span { color: #cfd5da; font-size: .73rem; line-height: 1.45; }

.section { padding: 100px 0; }
.section-heading { display: grid; grid-template-columns: 1.45fr .55fr; align-items: end; gap: 60px; margin-bottom: 46px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { margin: 0; color: var(--muted); }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.equipment-card { position: relative; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.equipment-card.featured-card { border-top: 7px solid var(--orange); box-shadow: var(--shadow); transform: translateY(-10px); }
.card-number { color: #aab2b7; font-size: .72rem; font-weight: 800; }
.card-tag { margin: 52px 0 12px; color: var(--lime-dark); font-size: .73rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.equipment-card > p:not(.card-tag) { color: var(--muted); }
.equipment-card ul { min-height: 108px; margin: 24px 0; padding-left: 20px; font-size: .87rem; }
.equipment-card a { font-size: .82rem; font-weight: 800; text-underline-offset: 5px; }

.section-dark { background: var(--charcoal); color: white; }
.light-heading .eyebrow { color: var(--lime); }
.light-heading > p { color: #c7cdd2; }
.industry-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.industry-grid article { padding: 28px; border: 1px solid #3d4650; border-radius: 14px; background: var(--charcoal-2); }
.industry-grid article > span { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 42px; border-radius: 50%; background: var(--lime); color: var(--charcoal); font-weight: 900; }
.industry-grid p { margin-bottom: 0; color: #c8cdd1; font-size: .85rem; }

.process-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.process-intro { position: sticky; top: 120px; align-self: start; }
.process-intro > p:not(.eyebrow) { color: var(--muted); }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 54px 1fr; gap: 22px; padding: 0 0 30px; margin-bottom: 30px; border-bottom: 1px solid var(--line); }
.steps li > span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--orange); color: #111820; font-weight: 900; }
.steps h3 { margin-bottom: 8px; }
.steps p { margin: 0; color: var(--muted); }

.requirements { padding: 74px 0; background: var(--lime); }
.requirements-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.requirements .eyebrow { color: #2d4100; }
.requirements h2 { margin-bottom: 0; }
.requirements-copy p { margin-top: 0; font-weight: 600; }
.requirements-copy ul { margin-bottom: 0; padding-left: 22px; }

.form-section { background: var(--off-white); }
.form-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.form-grid > div > p:not(.eyebrow) { color: var(--muted); }
.contact-note { margin-top: 32px; padding: 20px; border-left: 5px solid var(--orange); background: white; }
.contact-note strong, .contact-note span { display: block; }
.contact-note span { color: var(--muted); font-size: .83rem; }
.availability-form { padding: 36px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 16px 40px rgba(0,0,0,.08); }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-step { min-width: 0; margin: 0 0 34px; padding: 0 0 34px; border: 0; border-bottom: 1px solid var(--line); }
.form-step legend { width: 100%; margin-bottom: 7px; color: var(--ink); font-size: 1.05rem; font-weight: 800; }
.form-step legend span { width: 32px; height: 32px; display: inline-grid; place-items: center; margin-right: 9px; border-radius: 50%; background: var(--orange); color: #111820; }
.step-help { margin: 0 0 18px; color: var(--muted); font-size: .79rem; }
.equipment-options { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.equipment-option { min-height: 104px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 12px; margin: 0; padding: 17px; border: 2px solid #c7ceca; border-radius: 11px; cursor: pointer; }
.equipment-option:hover { border-color: var(--lime-dark); }
.equipment-option:focus-within { outline: 3px solid rgba(255,113,26,.28); border-color: var(--orange); }
.equipment-option.is-selected { border-color: var(--lime-dark); background: #f3fbdc; }
.equipment-option input { position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0; }
.equipment-option-copy strong, .equipment-option-copy small { display: block; }
.equipment-option-copy small { margin-top: 5px; color: var(--muted); font-size: .69rem; font-weight: 500; line-height: 1.4; }
.selection-indicator { padding: 6px 8px; border-radius: 5px; background: #e8ece9; color: var(--ink); font-size: .65rem; font-weight: 800; }
.is-selected .selection-indicator { background: var(--lime); }
.date-summary { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 14px; margin-bottom: 15px; padding: 15px; border-radius: 10px; background: var(--charcoal); color: white; }
.date-summary div { min-width: 0; }
.date-summary div:last-child { text-align: right; }
.date-summary small, .date-summary strong { display: block; }
.date-summary small { color: #bfc7cc; font-size: .64rem; text-transform: uppercase; letter-spacing: .07em; }
.date-summary strong { overflow-wrap: anywhere; color: white; font-size: .76rem; }
.date-summary > span { color: var(--orange); font-weight: 900; }
.calendar-toolbar { display: grid; grid-template-columns: 42px 1fr 42px; align-items: center; margin-bottom: 12px; text-align: center; }
.calendar-toolbar strong { font-size: .76rem; }
.calendar-nav { width: 38px; height: 38px; border: 2px solid var(--charcoal); border-radius: 7px; background: white; color: var(--charcoal); font-size: 1rem; font-weight: 900; cursor: pointer; }
.calendar-nav:hover:not(:disabled), .calendar-nav:focus-visible { background: var(--lime); }
.calendar-nav:disabled { opacity: .35; cursor: not-allowed; }
.calendar-months { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.calendar-month { padding: 14px; border: 1px solid var(--line); border-radius: 10px; }
.calendar-month h3 { margin: 0 0 12px; font-size: .83rem; text-align: center; }
.calendar-weekdays, .calendar-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 3px; }
.calendar-weekdays { margin-bottom: 4px; color: var(--muted); font-size: .54rem; font-weight: 800; text-align: center; text-transform: uppercase; }
.calendar-day, .calendar-spacer { aspect-ratio: 1; }
.calendar-day { display: grid; place-items: center; padding: 0; border: 1px solid transparent; border-radius: 6px; background: transparent; color: var(--ink); font: inherit; font-size: .65rem; font-weight: 700; cursor: pointer; }
.calendar-day:hover:not(:disabled), .calendar-day:focus-visible { border-color: var(--charcoal); outline: none; }
.calendar-day:disabled { color: #aeb5b1; text-decoration: line-through; cursor: not-allowed; }
.calendar-day.is-today { border-color: var(--orange); }
.calendar-day.is-in-range { border-radius: 0; background: #e5f6ba; }
.calendar-day.is-range-start, .calendar-day.is-range-end { background: var(--lime); color: #101710; outline: 2px solid var(--lime-dark); }
.calendar-legend { display: flex; gap: 18px; margin-top: 10px; color: var(--muted); font-size: .62rem; }
.calendar-legend span { display: flex; align-items: center; gap: 6px; }
.calendar-legend i { width: 13px; height: 13px; display: inline-block; border-radius: 3px; }
.legend-requested { background: var(--lime); outline: 1px solid var(--lime-dark); }
.legend-today { background: white; border: 2px solid var(--orange); }
.field-error { min-height: 1.2em; margin: 8px 0 0; color: #a40000; font-size: .72rem; font-weight: 700; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
label { display: block; margin-bottom: 18px; font-size: .77rem; font-weight: 800; }
input, select, textarea { width: 100%; margin-top: 7px; padding: 13px 14px; border: 2px solid #bec6c2; border-radius: 7px; background: white; color: var(--ink); font: inherit; font-size: .9rem; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(255,113,26,.3); border-color: var(--orange); }
.checkbox-label { display: grid; grid-template-columns: 22px 1fr; gap: 10px; align-items: start; font-weight: 500; }
.checkbox-label input { width: 20px; height: 20px; margin: 2px 0 0; }
.request-review { margin-bottom: 20px; padding: 15px 17px; border-left: 5px solid var(--lime-dark); background: var(--off-white); }
.request-review strong { font-size: .76rem; text-transform: uppercase; letter-spacing: .07em; }
.request-review p { margin: 4px 0 0; color: var(--muted); font-size: .76rem; }
.submit-button { width: 100%; }
.form-status { margin-bottom: 0; color: var(--lime-dark); font-weight: 700; }

.site-footer { padding: 60px 0 24px; background: #0f1317; color: white; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 60px; }
.footer-grid img { width: 300px; margin-bottom: 14px; filter: brightness(0) invert(1); }
.footer-grid p { color: #b7c0c6; }
.footer-grid strong, .footer-grid a { display: block; }
.footer-grid strong { margin-bottom: 12px; color: var(--lime); font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.footer-grid a { margin-bottom: 9px; color: #d8dde0; font-size: .8rem; text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 48px; padding-top: 22px; border-top: 1px solid #343b42; color: #9ea7ad; font-size: .7rem; }

@media (max-width: 1000px) {
  .desktop-nav { display: none; }
  .header-inner .button { margin-left: auto; }
  .hero-grid, .process-grid, .requirements-grid, .form-grid { grid-template-columns: 1fr; }
  .hero { background: var(--off-white); }
  .hero-visual { min-height: 420px; }
  .proof-grid, .industry-grid { grid-template-columns: repeat(2, 1fr); }
  .card-grid { grid-template-columns: 1fr; }
  .equipment-card.featured-card { transform: none; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .process-intro { position: static; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1180px); }
  .site-header { position: static; }
  .header-inner { min-height: 70px; }
  .brand { max-width: none; width: 210px; }
  .header-inner .button { display: none; }
  .hero { padding-top: 58px; }
  h1 { font-size: 2.75rem; }
  .hero-visual { min-height: 330px; }
  .heat-card { width: 86%; }
  .fan-symbol { width: 150px; border-width: 13px; }
  .heat-lines { right: 38px; top: 36px; transform: scale(.72); }
  .stat-card { display: none; }
  .proof-grid, .industry-grid, .field-row, .footer-grid, .equipment-options, .calendar-months { grid-template-columns: 1fr; }
  .section { padding: 72px 0; }
  .availability-form { padding: 24px; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: 8px; }
}

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