:root {
  --bg: #07111d;
  --bg-soft: #0c1828;
  --panel: #0f1d31;
  --text: #eef4ff;
  --muted: #b8c4d9;
  --line: rgba(255,255,255,0.12);
  --primary: #2f7dff;
  --primary-soft: #67a2ff;
  --shadow: 0 22px 48px rgba(0,0,0,0.28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background: #07111d;
  color: var(--text);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
.text-link { color: var(--primary-soft); text-decoration: underline; text-underline-offset: 3px; }
.container { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.narrow { width: min(840px, calc(100% - 48px)); }
.center { text-align: center; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(7,17,29,0.72);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.nav-wrap { display: flex; justify-content: space-between; align-items: center; padding: 18px 0; gap: 18px; }
.brand-lockup { display: flex; align-items: center; }
.brand-logo { height: 48px; width: auto; display: block; }
.nav { display: flex; gap: 24px; align-items: center; color: var(--text); }
.nav-secondary { opacity: 0.84; }
.nav-cta { padding: 11px 18px; border-radius: 999px; background: var(--primary); border: none; color: white; box-shadow: 0 12px 24px rgba(47,125,255,0.28); }
.mobile-nav { display: none; margin-left: auto; position: relative; }
.mobile-nav summary {
  list-style: none;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 0 12px;
  cursor: pointer;
}
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav summary span {
  display: block;
  height: 2px;
  width: 100%;
  border-radius: 999px;
  background: var(--text);
}
.mobile-nav-panel {
  position: absolute;
  right: 0;
  top: calc(100% + 12px);
  min-width: 240px;
  display: grid;
  gap: 8px;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(10,18,30,0.98);
  box-shadow: var(--shadow);
}
.mobile-nav-panel a {
  padding: 10px 12px;
  border-radius: 12px;
  color: var(--text);
}
.mobile-nav-panel a:hover {
  background: rgba(255,255,255,0.05);
}
.mobile-nav-cta {
  background: var(--primary);
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.hero { position: relative; min-height: 82vh; display: flex; align-items: end; overflow: visible; }
.hero-premium {
  background-image: linear-gradient(90deg, rgba(7,17,29,0.88) 0%, rgba(7,17,29,0.68) 38%, rgba(7,17,29,0.18) 75%), url('./assets/hero-premium.webp');
  background-size: cover;
  background-position: center center;
}
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,17,29,0.1), rgba(7,17,29,0.58) 55%, #07111d 100%); }
.hero-shell { position: relative; z-index: 2; width: 100%; padding: 92px 0 24px; display: grid; grid-template-columns: 0.92fr 1.08fr; gap: 18px; align-items: end; transform: translateY(92px); }
.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: rgba(255,255,255,0.82);
  text-decoration: none;
  animation: floatCue 1.8s ease-in-out infinite;
}
.scroll-cue-line {
  width: 1px;
  height: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.52));
}
.scroll-cue-arrow { font-size: 1.15rem; line-height: 1; }
@keyframes floatCue {
  0%, 100% { transform: translateX(-50%) translateY(0); opacity: 0.72; }
  50% { transform: translateX(-50%) translateY(8px); opacity: 1; }
}
.hero-copy-tight { max-width: 640px; padding-left: 28px; transform: translateY(-84px); }
.hero-infographic-wrap { display: flex; justify-content: flex-end; align-items: end; padding-top: 178px; }
.hero-infographic { width: min(100%, 760px); opacity: 0.94; filter: drop-shadow(0 20px 40px rgba(0,0,0,0.35)); transform: scale(1.2) translateY(46px); transform-origin: bottom right; }
.eyebrow { color: var(--primary-soft); font-weight: 700; font-size: 0.84rem; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 16px; }
.hero h1 { font-size: clamp(3rem, 6vw, 5.6rem); line-height: 0.95; letter-spacing: -0.06em; margin: 0 0 18px; max-width: 700px; }
.hero-text { color: var(--muted); font-size: 1.06rem; margin: 0 0 26px; }
.hero-text.short { max-width: 480px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 24px; }
.trust-strip { color: var(--muted); font-size: 0.98rem; }
.pill-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.pill { padding: 10px 14px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.16); background: rgba(255,255,255,0.04); color: var(--text); font-size: 0.95rem; }

.section { padding: 56px 0; }
.visual-break { padding-top: 72px; }
.intro-gap { margin-bottom: 18px; }
.visual-panel, .feature-card, .cta-card, .image-card {
  background: linear-gradient(180deg, rgba(16,29,48,0.96), rgba(11,21,34,0.96));
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
}
.visual-panel { padding: 20px; }
.full-visual, .product-shot { width: 100%; display: block; border-radius: 16px; }
.section-dark-alt { background: rgba(255,255,255,0.02); }
.section-proof { background: rgba(255,255,255,0.015); }
.proof-centered { margin-top: 28px; padding: 18px; }
.proof-feature-list { max-width: 760px; margin: 22px auto 0; text-align: left; }
.proof-feature-columns { columns: 2; column-gap: 42px; }
.proof-feature-columns li { break-inside: avoid; margin-bottom: 12px; }
.share-shot { max-width: 460px; justify-self: center; }
.section-value-protection {
  background: linear-gradient(180deg, rgba(255,255,255,0.018), rgba(255,255,255,0.035));
}
.value-protection-header {
  margin-bottom: 28px;
}
.value-protection-grid {
  gap: 36px;
}
.value-protection-visual {
  display: grid;
  gap: 18px;
}
.value-protection-shot {
  max-width: 520px;
  justify-self: center;
}
.value-protection-subhead {
  font-size: 1.08rem;
  color: var(--text);
  max-width: 620px;
}
.value-protection-stack {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}
.value-point-card {
  padding: 20px 22px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.03);
}
.value-point-card h3 {
  margin: 0 0 8px;
  font-size: 1.08rem;
  line-height: 1.2;
}
.value-point-card p {
  margin: 0;
}
.value-protection-closing {
  margin: 0;
  text-align: center;
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--text);
}
.section-accent { background: linear-gradient(180deg, rgba(18,35,58,0.8), rgba(11,21,34,0.92)); }
.section-header { margin-bottom: 18px; }
.section-header.left { text-align: left; }
.section h2, .section-header h2 {
  margin: 0 0 12px;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}
.section p, .section-header p { color: var(--muted); }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.align-center { align-items: center; }
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.feature-card, .cta-card, .image-card { padding: 24px; }
.system-card { display: flex; flex-direction: column; }
.system-card h3 { min-height: 3.4em; line-height: 1.15; }
.problem-shot { width: 84%; justify-self: center; }
.image-placeholder-row { margin-bottom: 18px; }
.image-placeholder {
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  border-radius: 20px;
  border: 1px dashed rgba(103,162,255,0.38);
  background: rgba(255,255,255,0.02);
  color: var(--muted);
  font-weight: 600;
}
.live-image {
  padding: 12px;
  border-style: solid;
  background: linear-gradient(180deg, rgba(16,29,48,0.96), rgba(11,21,34,0.96));
  margin: 8px 0 18px;
}
.live-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: top center;
  display: block;
  border-radius: 12px;
}
.feature-card h3, .cta-card h3 { margin-top: 0; }
.feature-list { margin: 16px 0 0; padding-left: 18px; color: var(--muted); }
.feature-list li + li { margin-top: 10px; }
.feature-callout { font-size: 1.06rem; font-weight: 700; font-style: italic; color: var(--text); }
.accent-card { border-color: rgba(103,162,255,0.35); }
.wilbur-intro-subline {
  margin: 10px auto 0;
  max-width: 720px;
  font-size: 1.08rem;
}
.wilbur-compare-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  max-width: 1080px;
  margin: 0 auto;
}
.wilbur-bridge-line {
  margin: 12px auto 0;
  max-width: 760px;
  font-size: 1.02rem;
  color: var(--text);
}
.wilbur-compare-section {
  padding-top: 20px;
  padding-bottom: 20px;
}
.wilbur-options-section {
  padding-top: 20px;
}
.wilbur-options-shell {
  max-width: 1120px;
}
.wilbur-option-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}
.wilbur-option-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 32px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.03);
}
.wilbur-option-title {
  margin-top: 0;
  min-height: 2.6em;
}
.wilbur-option-primary {
  border-color: rgba(103,162,255,0.35);
  background: linear-gradient(180deg, rgba(18,35,58,0.94), rgba(11,21,34,0.98));
  box-shadow: 0 18px 34px rgba(47,125,255,0.14);
}
.wilbur-option-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(103,162,255,0.14);
  border: 1px solid rgba(103,162,255,0.22);
  color: var(--text);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.wilbur-option-close {
  margin-top: 18px;
  color: var(--text);
}
.wilbur-option-actions {
  margin-top: auto;
  padding-top: 14px;
}
.wilbur-quote-line {
  margin: 12px 0 0;
  text-align: center;
  color: var(--text);
  font-weight: 700;
}
.faq-section { background: rgba(255,255,255,0.02); }
.about-grid {
  gap: 36px;
}
.about-hero-tight {
  padding-bottom: 10px;
}
.about-origin-section {
  padding-top: 10px;
}
.about-origin-label {
  text-align: center;
  margin: 0 0 22px;
}
.about-origin-lead,
.about-origin-close {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
}
.about-origin-lead {
  margin: 0 0 28px;
}
.about-origin-close {
  margin: 28px 0 0;
}
.about-story-copy {
  text-align: left;
}
.about-story-copy p {
  margin-bottom: 18px;
}
.about-image-card {
  padding: 16px;
}
.about-crash-card {
  max-width: 760px;
  margin: 0 auto;
}
.about-image-card-main {
  max-width: 560px;
}
.about-duo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 980px;
  margin: 0 auto;
}
.about-image-card-secondary {
  max-width: none;
}
.about-image-card-centered {
  margin: 22px auto 0;
}
.about-military-block {
  margin-top: 8px;
}
.about-veteran-mark {
  text-align: center;
}
.about-founder-line {
  max-width: 620px;
  margin: 14px auto 0;
  text-align: left;
  color: var(--text);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
}
.about-signoff {
  width: fit-content;
  max-width: 620px;
  margin: 12px auto 0;
  text-align: left;
  transform: translateX(110px);
}
.about-signoff p {
  margin: 0;
}
.about-image {
  width: 100%;
  height: auto;
  display: block;
}
.about-mission-card {
  text-align: left;
}
.compliance-hero-shell {
  text-align: left;
}
.compliance-subhead {
  font-size: 1.1rem;
  color: var(--text);
  margin-bottom: 12px;
}
.compliance-intro-section {
  padding-top: 18px;
}
.compliance-intro-card {
  background: linear-gradient(180deg, rgba(18,35,58,0.94), rgba(11,21,34,0.96));
}
.compliance-faq-section .section-header {
  margin-bottom: 22px;
}
.compliance-faq-list details {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  padding: 0 20px;
}
.compliance-faq-list details + details {
  margin-top: 14px;
}
.compliance-faq-list summary {
  font-weight: 700;
  padding: 20px 0;
}
.faq-answer-block {
  padding: 0 0 20px;
}
.compliance-label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--primary-soft);
  margin: 16px 0 8px;
}
.compliance-bottom-line {
  padding-top: 24px;
}
.compliance-faq-list a,
.compliance-faq-list a:visited,
.compliance-faq-list strong a,
.compliance-faq-list strong a:visited {
  color: #7fb5ff !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.compliance-faq-list a:hover,
.compliance-faq-list strong a:hover {
  color: #a8cbff !important;
}
.testimonial-section {
  padding-top: 18px;
  padding-bottom: 24px;
}
.testimonial-marquee {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.testimonial-track {
  display: flex;
  flex-wrap: nowrap;
  gap: 18px;
  width: max-content;
  animation: testimonialScroll 42s linear infinite;
}
.testimonial-marquee:hover .testimonial-track {
  animation-play-state: paused;
}
.testimonial-card {
  flex: 0 0 420px;
  width: 420px;
  max-width: calc(100vw - 72px);
  padding: 22px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.1);
  background: linear-gradient(180deg, rgba(16,29,48,0.96), rgba(11,21,34,0.96));
  box-shadow: var(--shadow);
}
.testimonial-quote {
  margin: 0 0 16px;
  color: var(--text);
  font-size: 1rem;
}
.testimonial-attribution {
  margin: 0;
  color: var(--primary-soft);
  font-weight: 700;
  font-size: 0.92rem;
}
.testimonial-headline {
  font-size: clamp(1.45rem, 1.8vw, 1.95rem);
  line-height: 1.15;
}
@keyframes testimonialScroll {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 9px)); }
}
.pricing-page .section { padding: 28px 0; }
.pricing-page .section-header { margin-bottom: 18px; }
.pricing-page .faq-list details { padding: 14px 18px; margin-bottom: 10px; }
.pricing-page .faq-list p { margin: 10px 0 0; }
.pricing-page .pricing-card h1 { margin: 0 0 10px; }
.pricing-hero { padding-top: 18px; padding-bottom: 6px; }
.pricing-card {
  max-width: 720px;
  margin: 0 auto;
  padding: 26px 28px 24px;
  border-radius: 24px;
  border: 1px solid rgba(103,162,255,0.28);
  background: linear-gradient(180deg, rgba(18,35,58,0.9), rgba(11,21,34,0.96));
  box-shadow: 0 22px 48px rgba(0,0,0,0.28);
}
.pricing-card-expanded { max-width: 860px; }
.pricing-hero-headline {
  text-align: center;
}
.pricing-hero-headline > span {
  display: block;
}
.pricing-hero-emphasis {
  margin-top: 8px;
  font-size: 1.12em;
  font-style: italic;
  font-weight: 800;
}
.pricing-hamburger-section {
  padding-top: 8px;
}
.pricing-asset-headline {
  text-align: center;
}
.pricing-asset-headline span {
  display: block;
}
.pricing-hamburger-image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pricing-hamburger-image-center {
  margin-top: 8px;
}
.pricing-hamburger-image {
  width: min(100%, 980px);
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
.pricing-rate-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  max-width: 740px;
  margin: 18px auto 0;
}
.pricing-choice-divider {
  color: var(--muted);
  font-size: 0.92rem;
  text-transform: lowercase;
  letter-spacing: 0.04em;
}
.pricing-rate-card {
  position: relative;
  min-height: 170px;
  padding: 18px 14px;
  border-radius: 18px;
  background-color: #122033;
  background-image: none;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: none;
  text-align: center;
}
.pricing-rate-card .pricing-rate {
  display: block;
  text-align: center;
}
.pricing-save-overlay {
  position: absolute;
  top: 14px;
  right: 16px;
  color: #ff5c5c !important;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  line-height: 1;
  z-index: 2;
}
.pricing-rate {
  font-size: clamp(2.3rem, 5vw, 3.6rem);
  font-weight: 800;
  line-height: 0.96;
  margin-top: 34px;
}
.pricing-rate sup { font-size: 0.42em; top: -0.9em; position: relative; }
.pricing-rate span { display: block; margin-top: 8px; font-size: 1rem; font-weight: 600; color: var(--muted); }
.pricing-subline { margin-top: 12px; font-size: 1.02rem; color: var(--text); }
.pricing-volume-line { display: flex; align-items: center; justify-content: center; gap: 10px; text-align: center; }
.info-ball {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: rgba(118,182,255,0.16);
  border: 1px solid rgba(118,182,255,0.34);
  color: #9cc9ff;
  font-size: 0.78rem;
  font-weight: 800;
  cursor: help;
}
.tooltip-card {
  position: absolute;
  left: 50%;
  top: calc(100% + 10px);
  transform: translateX(-50%);
  min-width: 240px;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(10,18,30,0.98);
  border: 1px solid rgba(103,162,255,0.24);
  box-shadow: 0 20px 40px rgba(0,0,0,0.35);
  color: var(--text);
  line-height: 1.55;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 140ms ease;
  z-index: 20;
}
.info-ball:hover .tooltip-card,
.info-ball:focus .tooltip-card { opacity: 1; visibility: visible; }
.pricing-fineprint { margin-top: 10px; color: var(--muted); line-height: 1.4; }
.pricing-footnote { margin-top: 6px; color: var(--muted); font-size: 0.95rem; }
.pricing-tax-note { font-size: 0.82rem; opacity: 0.88; }
.pricing-trust-line { margin-top: 8px; color: var(--muted); font-size: 0.94rem; }
.pricing-checklist-wrap { margin: 20px auto 8px; max-width: 760px; text-align: left; }
.pricing-checklist {
  list-style: none;
  padding: 0;
  margin: 14px 0 0;
  columns: 2;
  column-gap: 34px;
}
.pricing-checklist li {
  break-inside: avoid;
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  color: var(--text);
}
.pricing-checklist li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: #76b6ff;
  font-weight: 800;
}
.pricing-checklist .text-link {
  color: var(--text);
  text-decoration: none;
}
.pricing-checklist .text-link:hover {
  color: var(--primary-soft);
}
.pricing-included-grid { grid-template-columns: repeat(2, minmax(0,1fr)); max-width: 920px; margin: 0 auto; }
.contact-grid { align-items: start; gap: 22px; }
.contact-card, .contact-form-card { height: 100%; padding: 20px; }
.contact-form-card h3, .contact-card h3 { margin-bottom: 14px; }
.contact-subtitle { color: var(--muted); font-size: 0.95rem; font-style: italic; }
.contact-form { display: grid; gap: 10px; }
.contact-form label { display: grid; gap: 6px; color: var(--text); font-weight: 600; font-size: 0.95rem; }
.contact-form input, .contact-form textarea {
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.03);
  color: var(--text);
  padding: 10px 12px;
  font: inherit;
  font-size: 0.96rem;
}
.contact-form textarea { resize: vertical; min-height: 108px; }
.intake-intro-bar {
  display: grid;
  grid-template-columns: 1.5fr 0.7fr;
  gap: 16px;
  align-items: center;
  padding: 14px 18px;
}
.full-span { grid-column: 1 / -1; }
.digitization-page .contact-form-card { padding: 16px 18px; }
.digitization-page .contact-form { gap: 8px; }
.digitization-page .contact-form label { font-size: 0.9rem; }
.digitization-page .contact-form input,
.digitization-page .contact-form textarea { padding: 8px 10px; font-size: 0.94rem; }
.digitization-page .section { padding: 16px 0; }
.intake-form-shell { max-width: 1120px; margin: 0 auto; }
.compact-intake-form { display: grid; gap: 10px; }
.intake-top-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 10px 14px;
}
.image-compare-card {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto minmax(0,1fr);
  gap: 16px;
  align-items: center;
}
.wilbur-compare-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
.full-width-compare { max-width: 980px; margin: 0 auto; }
.compare-arrow {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--primary-soft);
  opacity: 0.95;
  line-height: 1;
  flex: 0 0 auto;
}
.compare-image {
  padding: 14px;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(16,29,48,0.96), rgba(11,21,34,0.96));
  box-shadow: var(--shadow);
}
.compare-paper {
  min-height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.wilbur-compare-card .compare-image {
  flex: 1 1 0;
  max-width: 430px;
  min-height: 340px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wilbur-compare-card .compare-image img {
  width: 100%;
  height: auto;
  max-height: 280px;
  object-fit: contain;
}
.howto-grid { grid-template-columns: repeat(3, minmax(0,1fr)); align-items: start; }
.howto-card { height: 100%; }
.system-grid-link {
  margin: 18px 0 0;
}
.featured-howto {
  grid-column: span 3;
  background: linear-gradient(180deg, rgba(18,35,58,0.94), rgba(11,21,34,0.96));
}
.coming-soon-banner {
  display: inline-block;
  margin: 4px 0 14px;
  font-size: 1.7rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #9cc9ff;
}
.ad-shot-marketing { position: relative; }
.ad-callout {
  position: absolute;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  color: white;
  backdrop-filter: blur(8px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.22);
}
.callout-ok { top: 18px; left: 18px; background: rgba(36,168,84,0.88); }
.callout-warn { top: 84px; right: 18px; background: rgba(210,141,34,0.9); }
.callout-repeat { bottom: 18px; left: 50%; transform: translateX(-50%); background: rgba(47,125,255,0.88); }
.micro-readiness-line { margin-bottom: 10px; }
.faq-list details { background: rgba(255,255,255,0.03); border: 1px solid var(--line); border-radius: 16px; padding: 18px 20px; margin-bottom: 14px; }
.faq-list summary { cursor: pointer; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.final-cta { background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.04)); border-top: 1px solid rgba(255,255,255,0.08); }
.final-cta-compact { padding-bottom: 20px; }
.final-cta-compact + .section { padding-top: 24px; }
.center-actions { justify-content: center; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 700;
  transition: all 0.18s ease;
}
.btn-primary { background: var(--primary); color: white; box-shadow: 0 14px 32px rgba(47,125,255,0.28); }
.btn-primary:hover { background: #1f66dd; }
.btn-secondary { background: rgba(255,255,255,0.04); color: var(--text); border: 1px solid var(--line); }

@media (max-width: 980px) {
  .two-col, .feature-grid, .hero-shell { grid-template-columns: 1fr; }
  .nav { display: none; }
  .mobile-nav { display: block; }
  .hero { min-height: 72vh; }
  .hero-infographic-wrap { justify-content: center; }
}

.oshkosh-header {
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.oshkosh-nav-wrap {
  justify-content: center;
}
.oshkosh-hero {
  min-height: calc(100vh - 84px);
  display: flex;
  align-items: center;
}
.oshkosh-shell {
  text-align: center;
}
.oshkosh-subhead {
  font-size: 1.2rem;
  color: var(--muted);
  margin-bottom: 12px;
}
.oshkosh-card {
  display: grid;
  gap: 18px;
}
.oshkosh-graphic-card {
  padding: 22px;
}
.oshkosh-graphic {
  width: 100%;
  max-width: 920px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.oshkosh-copy-stack {
  display: grid;
  gap: 10px;
  max-width: 820px;
  margin: 0 auto;
}
.oshkosh-copy-stack p {
  margin: 0;
  font-size: 1.08rem;
}
.oshkosh-offer-card {
  max-width: 760px;
  margin: -4px auto 0;
  text-align: center;
}
.oshkosh-offer-note {
  margin-top: 8px;
}
.oshkosh-code {
  color: #ff5b5b;
}
.story-grid {
  gap: 34px;
}
.story-hero-shell {
  width: min(1320px, calc(100% - 80px));
}
.story-hero-shell h1,
.story-hero-shell .story-subhead {
  text-align: left;
}
.story-section .container.narrow.story-copy {
  width: min(1160px, calc(100% - 80px));
}
.story-section .container.narrow.story-copy > * {
  max-width: 520px;
}
.story-copy {
  text-align: left;
}
.story-side-image-card {
  padding: 14px;
}
.story-side-image-card-top {
  max-width: 460px;
  margin-left: auto;
}
.story-copy h2 {
  margin-bottom: 16px;
}
.story-copy blockquote {
  margin: 18px 0;
  padding: 0 0 0 18px;
  border-left: 3px solid rgba(255,255,255,0.18);
  color: var(--text);
  font-style: italic;
}
.story-top-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 22px 0 24px;
}
.story-top-gallery-card {
  padding: 12px;
}
.story-image-section {
  padding-top: 12px;
  padding-bottom: 12px;
}
.story-placeholder-card {
  padding: 32px;
}
.story-placeholder {
  border: 2px dashed rgba(255,255,255,0.16);
  border-radius: 18px;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  font-weight: 700;
  letter-spacing: 0.08em;
}
.story-caption {
  margin-top: 12px;
  text-align: center;
}
.story-list {
  margin-top: 18px;
}
#what-caused-it {
  scroll-margin-top: 140px;
}
.story-two-column-wrap {
  padding-top: 22px;
}
.story-two-column-grid {
  align-items: start;
  gap: 44px;
}
.story-column-block h2 {
  margin-top: 0;
}
.story-column-block h2 + p {
  margin-top: 0;
}
.story-column-block h2:not(:first-child) {
  margin-top: 34px;
}
.story-ending-section h2 {
  margin-bottom: 10px;
}
.site-footer {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 24px 0 30px;
  background: rgba(9,17,27,0.98);
}
.footer-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.footer-mark {
  color: var(--text);
  font-weight: 700;
  letter-spacing: -0.01em;
}
.footer-mark p {
  margin: 0;
}
.footer-submark {
  margin-top: 6px;
  color: var(--muted);
  font-weight: 600;
  font-size: 0.92rem;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}
.footer-links a {
  color: var(--muted);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.footer-links a:hover {
  color: var(--text);
}
.footer-social-link {
  padding-left: 6px;
}
.instagram-icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f472b6;
}
.instagram-icon svg {
  width: 18px;
  height: 18px;
  display: block;
}
@media (max-width: 640px) {
  .container, .narrow { width: min(100% - 32px, 1160px); }
  .hero-shell { padding: 88px 0 16px; transform: translateY(40px); }
  .scroll-cue { bottom: 10px; }
  .hero-copy-tight { padding-left: 10px; transform: translateY(-24px); }
  .hero-infographic-wrap { padding-top: 24px; justify-content: center; }
  .hero-infographic {
    width: min(100%, 520px);
    max-width: 100%;
    transform: none;
    transform-origin: center center;
    margin: 0 auto;
  }
  .visual-break { padding-top: 52px; }
  .section { padding: 44px 0; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .footer-wrap { flex-direction: column; align-items: flex-start; }
}

/* ── Form submission states ─────────────────────────────────────────────── */
.grecaptcha-badge { visibility: hidden; }
.form-status {
  margin-top: 12px;
  padding: 12px 16px;
  border-radius: 10px;
  font-size: 0.9rem;
  font-weight: 600;
  display: none;
}
.form-status:not(:empty) { display: block; }
.form-status.success {
  background: rgba(47, 185, 100, 0.12);
  border: 1px solid rgba(47, 185, 100, 0.3);
  color: #6ee09e;
}
.form-status.error {
  background: rgba(255, 80, 80, 0.10);
  border: 1px solid rgba(255, 80, 80, 0.3);
  color: #ff9090;
}
.btn:disabled { opacity: 0.55; cursor: not-allowed; }
