:root {
  color-scheme: light;
  --brand-blue-500: #394f95;
  --brand-blue-700: #2b3f8c;
  --brand-orange-500: #fd8d1d;
  --beige-100: #ece7e0;
  --white: #ffffff;
  --neutral-900: #1a1a1a;
  --neutral-600: #5a5855;
  --neutral-400: #888888;
  --neutral-200: #cccccc;
  --surface-blue: #f3f6fd;
  --error: #dd3131;
  --radius-xl: 24px;
  --radius-md: 12px;
  --content: 1120px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--beige-100); color: var(--neutral-900); font-family: "Manrope", sans-serif; font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 20; padding: 8px 16px; border-radius: 9999px; background: var(--neutral-900); color: var(--white); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.section-shell { width: min(var(--content), calc(100% - 48px)); margin-inline: auto; }

.brand-header { position: sticky; top: 0; z-index: 10; min-height: 69px; border-bottom: 1px solid var(--neutral-200); background: var(--beige-100); }
.brand-bar { position: relative; display: flex; height: 68px; align-items: center; padding: 14px 24px; }
.brand-bar img { width: auto; height: 40px; }
.brand-beta { position: absolute; top: 19px; left: 112px; color: var(--brand-blue-700); font-size: 11px; font-weight: 800; letter-spacing: .08em; line-height: 1; }

.hero { position: relative; min-height: 612px; display: grid; grid-template-columns: minmax(0, 51%) minmax(0, 49%); background: var(--beige-100); overflow: hidden; }
.hero-copy { align-self: center; width: min(600px, calc(100% - 48px)); margin-left: clamp(24px, 7vw, 108px); padding: 72px 48px 72px 0; }
.eyebrow { margin: 0 0 16px; color: var(--brand-blue-500); font-size: 16px; font-weight: 500; letter-spacing: 0.24px; line-height: 1.4; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.15; }
h1 { max-width: 15ch; margin-bottom: 24px; font-size: 56px; font-weight: 800; letter-spacing: -0.28px; }
h2 { margin-bottom: 16px; font-size: 44px; font-weight: 800; letter-spacing: -0.22px; }
h3 { font-size: 24px; font-weight: 800; }
.hero-lede { max-width: 50ch; margin-bottom: 24px; color: var(--neutral-600); font-size: 18px; }
.hero-lede a { color: var(--brand-blue-700); font-weight: 700; text-underline-offset: 3px; }
.hero-media { align-self: center; min-width: 0; margin: 40px clamp(24px, 4vw, 48px) 40px 0; aspect-ratio: 3 / 2; overflow: hidden; border-radius: var(--radius-xl); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 50px; padding: 12px 36px; border: 0; border-radius: 9999px; font-size: 18px; font-weight: 800; line-height: 1; text-decoration: none; white-space: nowrap; cursor: pointer; transition: filter 200ms ease, transform 200ms ease; }
.button-primary { background: var(--brand-orange-500); color: var(--neutral-900); }
.button-secondary { background: var(--brand-blue-500); color: var(--white); }
.button:hover { filter: brightness(1.08); }
.button:active { transform: translateY(1px); }
.button:disabled { cursor: progress; opacity: 0.72; }
.button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, a:focus-visible { outline: 3px solid var(--brand-blue-500); outline-offset: 3px; }

.interest-section { padding-block: 72px; scroll-margin-top: 24px; }
.interest-card { display: grid; grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr); gap: 48px; padding: 48px; border-radius: var(--radius-xl); background: var(--surface-blue); }
.interest-intro { padding-top: 8px; }
.interest-intro h2 { max-width: 13ch; }
.expectation-note { display: flex; align-items: flex-start; gap: 16px; margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--neutral-200); }
.expectation-note i { flex: 0 0 auto; color: var(--brand-blue-500); font-size: 24px; }
.expectation-note p { margin: 0; color: var(--neutral-600); font-size: 14px; }
#sme-form { padding-left: 48px; border-left: 1px solid #d9deec; }
.field { margin-bottom: 16px; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
label { display: block; font-size: 13px; font-weight: 700; }
input, select, textarea { width: 100%; margin-top: 6px; padding: 12px 14px; border: 1px solid var(--neutral-200); border-radius: var(--radius-md); background: var(--white); color: var(--neutral-900); font-size: 16px; }
.select-control { position: relative; display: block; }
.select-control select { min-height: 50px; padding-right: 48px; appearance: none; -webkit-appearance: none; }
.select-control > i { position: absolute; top: calc(50% + 3px); right: 16px; color: var(--neutral-600); font-size: 18px; line-height: 1; pointer-events: none; transform: translateY(-50%); }
.select-control:focus-within > i { color: var(--brand-blue-700); }
textarea { min-height: 112px; resize: vertical; }
input::placeholder, textarea::placeholder { color: var(--neutral-400); }
input[aria-invalid="true"], select[aria-invalid="true"], textarea[aria-invalid="true"] { border: 2px solid var(--error); background: #fffafa; }
.field-error { display: block; min-height: 18px; margin-top: 4px; color: #961f1f; font-size: 12px; font-weight: 700; }
.field-error:empty { min-height: 0; margin-top: 0; }
.safety-note { display: flex; align-items: flex-start; gap: 8px; margin: 4px 0 16px; color: var(--neutral-600); font-size: 12px; }
.safety-note i { flex: 0 0 auto; color: var(--brand-blue-500); font-size: 18px; }
.consent { display: flex; align-items: flex-start; gap: 12px; min-height: 44px; margin: 4px 0 16px; padding-block: 4px; color: var(--neutral-600); font-size: 14px; font-weight: 500; line-height: 1.55; }
.consent input { width: 22px; height: 22px; margin: 0; flex: 0 0 auto; accent-color: var(--brand-orange-500); }
.consent-error { margin: -8px 0 16px 28px; }
.consent-optional { margin-top: -4px; }
.submit-button { width: 100%; }
.consent a { color: var(--brand-blue-700); font-weight: 700; text-underline-offset: 3px; }
.form-status { margin-bottom: 16px; padding: 12px 14px; border-radius: var(--radius-md); font-size: 13px; font-weight: 700; }
.form-status:focus { outline: 3px solid var(--brand-blue-500); outline-offset: 3px; }
.form-status-error { border: 1px solid var(--error); background: #fff1f1; color: #961f1f; }
.success-panel { align-self: center; text-align: center; }
.success-panel p { color: var(--neutral-600); }
.success-icon { display: inline-flex; align-items: center; justify-content: center; width: 64px; height: 64px; margin-bottom: 20px; border-radius: 9999px; background: var(--brand-blue-500); color: var(--white); font-size: 30px; }
.success-panel .button { margin-top: 20px; }

.site-footer { display: flex; flex-direction: column; gap: 40px; padding: 40px 20px; background: var(--brand-blue-500); color: var(--white); }
.footer-top, .footer-bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.footer-brand { width: min(480px, 100%); }
.footer-brand-line { display: flex; align-items: center; gap: 12px; margin-bottom: 48px; }
.footer-brand-line img { width: 120px; }
.footer-brand-line span { padding: 4px 8px; border: 1px solid rgba(255,255,255,.75); border-radius: 9999px; font-size: 10px; font-weight: 800; }
.newsletter-form { position: relative; width: 100%; max-width: 420px; }
.newsletter-heading { margin: 0 0 12px; color: var(--white); font-size: 18px; font-weight: 500; line-height: 1.45; }
.newsletter-input-shell { display: flex; align-items: center; gap: 8px; padding: 8px 8px 8px 20px; border: 1px solid transparent; border-radius: 12px; background: var(--white); }
.newsletter-input-shell:focus-within { border-color: var(--neutral-900); }
.newsletter-input-shell:has(input[aria-invalid="true"]) { border-color: var(--error); background: #fffafa; }
.newsletter-input-shell input { min-width: 0; margin: 0; padding: 8px 4px; border: 0; border-radius: 0; outline: 0; }
.newsletter-input-shell input:focus-visible { outline: 0; }
.newsletter-button { min-height: 44px; padding-inline: 28px; font-size: 15px; }
.newsletter-status { min-height: 20px; margin: 6px 0 0; color: var(--white); font-size: 12px; font-weight: 700; }
.newsletter-status[data-state="error"] { color: #fff2f2; }
.newsletter-consent { max-width: 58ch; margin: 2px 0 0; color: var(--white); font-size: 13px; line-height: 1.55; }
.newsletter-consent a { color: inherit; font-weight: 700; text-underline-offset: 3px; }
.footer-contact { display: flex; flex-direction: column; align-items: flex-end; gap: 16px; }
.footer-email { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 700; text-decoration: none; }
.footer-socials { display: flex; align-items: center; gap: 16px; }
.footer-socials a { font-size: 22px; line-height: 1; text-decoration: none; }
.footer-divider { height: 1px; background: rgba(255,255,255,.3); }
.footer-bottom { align-items: center; }
.footer-bottom p { margin: 0; color: var(--white); font-size: 12px; line-height: 1.8; }
.footer-bottom a { color: inherit; text-underline-offset: 3px; }
.footer-links { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 16px 24px; }
.footer-links a { color: var(--white); font-size: 12px; font-weight: 700; text-decoration: none; }
.footer-links a:hover, .footer-email:hover { text-decoration: underline; text-underline-offset: 3px; }
.footer-socials a:hover { text-decoration: none; opacity: .78; }
.site-footer a:focus-visible { outline-color: var(--white); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
[hidden] { display: none !important; }

@media (max-width: 1024px) {
  .hero { grid-template-columns: 1fr 1fr; }
  .hero-copy { margin-left: 36px; }
  h1 { font-size: 48px; }
  h2 { font-size: 36px; }
  .eyebrow { font-size: 15px; }
  .hero-lede { font-size: 17px; }
}
@media (max-width: 1199px) {
  .brand-header { position: fixed; right: 0; left: 0; }
  main { padding-top: 69px; }
}
@media (max-width: 767px) {
  .section-shell { width: min(var(--content), calc(100% - 32px)); }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .brand-bar { padding-inline: 20px; }
  .brand-beta { left: 108px; }
  .hero-copy { width: auto; margin: 0; padding: 60px 20px 48px; }
  h1 { font-size: 40px; }
  h2 { font-size: 30px; }
  .eyebrow { font-size: 14px; }
  .hero-lede { font-size: 16px; }
  .hero-media { margin: 0 16px 24px; aspect-ratio: 3 / 2; border-radius: var(--radius-md); }
  .hero-media img { height: 100%; min-height: 0; max-height: none; object-position: center; }
  .button { width: 100%; padding-inline: 24px; }
  .interest-section { padding-block: 48px; }
  .interest-card { grid-template-columns: 1fr; gap: 36px; padding: 36px 20px; }
  .interest-intro h2 { max-width: 15ch; }
  #sme-form { padding: 36px 0 0; border-top: 1px solid #d9deec; border-left: 0; }
  .footer-top, .footer-bottom { align-items: flex-start; flex-direction: column; gap: 32px; }
  .footer-brand-line { margin-bottom: 32px; }
  .newsletter-input-shell { align-items: stretch; flex-direction: column; padding: 12px; }
  .newsletter-input-shell input { padding: 10px 8px; }
  .newsletter-button { width: 100%; }
  .footer-contact { align-items: flex-start; }
  .footer-links { justify-content: flex-start; gap: 14px 20px; }
}
@media (min-width: 640px) {
  .site-footer { padding-inline: 40px; }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .footer-top, .footer-bottom { align-items: flex-start; flex-direction: column; gap: 32px; }
  .footer-contact { align-items: flex-start; }
  .footer-links { justify-content: flex-start; }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .site-footer { padding-inline: 64px; }
}
@media (min-width: 1024px) {
  .site-footer { padding-inline: 120px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
}
