:root {
  --paper: #dedff2;
  --lavender: #bbbfff;
  --ink: #2b2d42;
  --muted: #575970;
  --line: #b6b7ce;
  --orange: #ff7029;
  --mono: 'SFMono-Regular', Consolas, 'Liberation Mono', monospace;
  color: var(--ink);
  background: var(--paper);
  font-family: 'Outfit', 'Helvetica Neue', sans-serif;
  font-synthesis: none;
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
* { box-sizing: border-box; }
body { margin: 0; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--ink); outline-offset: 6px; }
h1, h2, h3, p { margin: 0; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
.wrap { max-width: 1328px; margin-inline: auto; padding-inline: 44px; }
.eyebrow { font: 11px/1.5 var(--mono); letter-spacing: .09em; }
.header { height: 102px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 24px; }
.brand-tag { font: 11px var(--mono); letter-spacing: .13em; padding-left: 24px; border-left: 1px solid var(--line); }
.header nav { display: flex; align-items: center; gap: 34px; font-size: 14px; }
.header nav a:not(.nav-cta):hover, .text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.nav-cta { border: 1px solid var(--ink); border-radius: 30px; padding: 12px 19px; }
.nav-cta span { margin-left: 20px; }
.nav-cta:hover { background: var(--lavender); }
.hero { display: grid; grid-template-columns: 1.12fr 1fr; gap: 42px; padding-block: 68px 70px; align-items: center; }
.hero-copy .eyebrow { display: flex; align-items: center; gap: 9px; }
.spark { color: #9b3605; font: 26px/1 sans-serif; }
h1 { font-size: clamp(78px, 8.25vw, 114px); line-height: .94; font-weight: 450; letter-spacing: -.065em; margin-block: 28px 27px; }
.now { position: relative; }
.exclamation { color: var(--ink); }
.hero-description { font-size: 23px; line-height: 1.4; letter-spacing: -.025em; margin-bottom: 27px; }
.button { min-height: 56px; display: inline-flex; align-items: center; justify-content: space-between; gap: 40px; padding: 15px 23px; font-size: 16px; transition: background .2s, transform .2s; }
.button-dark { background: var(--ink); color: var(--paper); }
.button-dark:hover { background: #1e1e24; transform: translateY(-2px); }
.button span { font-size: 27px; line-height: 1; }
.hero-note { color: var(--muted); font-size: 12px; margin-top: 14px; }
.hero-art { height: 480px; background: var(--lavender); position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; padding: 25px; background-image: linear-gradient(#2b2d420c 1px, transparent 1px), linear-gradient(90deg, #2b2d420c 1px, transparent 1px); background-size: 60px 60px; }
.art-top, .art-bottom { display: flex; justify-content: space-between; gap: 15px; font: 9px/1.5 var(--mono); letter-spacing: .06em; z-index: 1; }
.mark-frame { position: absolute; inset: 76px 45px 64px; display: grid; place-items: center; }
.hero-mark { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; opacity: .95; }
.art-sticker { position: absolute; background: var(--orange); right: 22px; bottom: 95px; padding: 17px 53px 17px 19px; transform: rotate(-8deg); box-shadow: 4px 6px 0 #2b2d421a; }
.art-sticker > span:first-child { font: 10px var(--mono); }
.art-sticker strong { font-size: 29px; font-weight: 500; letter-spacing: -.04em; display: block; }
.sticker-arrow { position: absolute; top: 24px; right: 13px; font-size: 36px; }
.models-section { background: var(--ink); color: var(--paper); }
.models-inner { padding-block: 29px; display: grid; grid-template-columns: 265px 1fr; align-items: center; gap: 28px; }
.models-heading .eyebrow { color: var(--lavender); font-size: 10px; margin-bottom: 7px; }
.models-heading h2 { font-size: 25px; font-weight: 400; letter-spacing: -.03em; }
.model-list { display: flex; flex-wrap: wrap; gap: 9px; }
.model-chip { border: 1px solid #8d90ba; border-radius: 24px; padding: 10px 15px; display: inline-flex; gap: 12px; align-items: center; font-size: 15px; }
.model-chip::before { content: ''; width: 5px; height: 5px; background: var(--lavender); border-radius: 50%; flex-shrink: 0; }
.models-status { font: 10px/1.7 var(--mono); color: #bec0d8; margin-top: 12px; }
.model-loading { font-size: 17px; }
.retry { border: 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--paper); margin-top: 10px; padding: 4px 0; cursor: pointer; }
.retry:focus-visible { outline-color: var(--lavender); }
.brokers-section { padding-block: 76px 64px; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; margin-bottom: 34px; }
.section-heading .eyebrow { margin-bottom: 16px; }
.section-heading h2 { font-size: clamp(36px, 3.8vw, 50px); line-height: 1.08; font-weight: 450; letter-spacing: -.045em; }
.section-heading > p { font-size: 16px; line-height: 1.6; color: var(--muted); padding-bottom: 4px; }
.broker-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.broker-card { padding: 25px 24px 23px; display: flex; flex-direction: column; min-width: 0; min-height: 372px; border-right: 1px solid var(--line); background: #e7e7f54d; transition: background .2s; }
.broker-card:last-child { border-right: 0; }
.broker-card:first-child { background: var(--lavender); }
.broker-card:hover { background: #c9cbfa; }
.broker-top { display: flex; align-items: center; gap: 8px; justify-content: space-between; margin-bottom: 32px; }
.broker-top h3 { font-size: 19px; font-weight: 500; letter-spacing: -.035em; }
.broker-index { font: 10px var(--mono); color: var(--muted); }
.offer-value { font-size: clamp(49px, 4.9vw, 68px); font-weight: 450; line-height: 1; letter-spacing: -.055em; }
.offer-unit { font-size: 17px; margin-top: 6px; }
.offer-label { font: 9px/1.5 var(--mono); text-transform: uppercase; letter-spacing: .035em; margin-top: 13px; min-height: 15px; }
.offer-label.draft { color: #76330c; }
.offer-description { font-size: 14px; line-height: 1.5; color: var(--muted); margin-block: 20px 26px; max-width: 210px; }
.broker-cta { margin-top: auto; padding-top: 15px; border-top: 1px solid #2b2d4240; display: flex; align-items: center; justify-content: space-between; gap: 8px; font-size: 14px; }
.broker-cta span { font-size: 26px; line-height: 1; transition: transform .2s; }
.broker-cta:hover span { transform: translate(3px, -3px); }
.broker-details { margin-top: 17px; border-top: 1px solid #2b2d4230; padding-top: 14px; }
.broker-details summary { display: flex; justify-content: space-between; align-items: center; gap: 12px; list-style: none; cursor: pointer; font-size: 12px; min-height: 28px; }
.broker-details summary::-webkit-details-marker { display: none; }
.broker-details summary:focus-visible { outline: 3px solid var(--ink); outline-offset: 5px; }
.details-toggle::before { content: '+'; font: 20px var(--mono); }
.broker-details[open] .details-toggle::before { content: '−'; }
.profile-note { font-size: 11px; line-height: 1.6; color: #76330c; margin-top: 12px; }
.broker-details dl { margin: 17px 0 0; }
.broker-details dl > div { margin-top: 15px; }
.broker-details dt { font: 9px/1.5 var(--mono); text-transform: uppercase; letter-spacing: .04em; color: var(--muted); }
.broker-details dd { margin: 5px 0 0; font-size: 13px; line-height: 1.5; overflow-wrap: anywhere; }
.broker-details dd a { text-decoration: underline; text-underline-offset: 3px; }
.profile-pending { color: var(--muted); }
.offers-note { font-size: 11px; color: var(--muted); line-height: 1.65; max-width: 780px; margin-top: 18px; }
.steps-section { padding-block: 22px 80px; }
.steps-section .section-heading { border-top: 1px solid var(--line); padding-top: 47px; }
.text-link { font-size: 14px; display: inline-flex; align-items: center; gap: 30px; }
.text-link span { font-size: 24px; }
.steps { margin: 40px 0 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px; }
.step-number { border-top: 1px solid var(--line); padding-top: 19px; display: flex; justify-content: space-between; align-items: center; font: 13px var(--mono); margin-bottom: 33px; }
.step-number span { color: var(--muted); font-size: 25px; }
.steps h3 { font-size: 25px; font-weight: 450; letter-spacing: -.035em; margin-bottom: 13px; }
.steps p { color: var(--muted); font-size: 15px; line-height: 1.65; max-width: 310px; }
.closing { background: var(--lavender); padding-block: 35px 42px; }
.closing > div { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; margin-top: 24px; }
.closing p { font-size: clamp(39px, 4.8vw, 65px); font-weight: 450; letter-spacing: -.055em; line-height: 1.07; }
.closing p span { color: #4f517e; }
.closing .button { margin-bottom: 7px; }
.footer { min-height: 120px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.footer p { font-size: 11px; color: var(--muted); }
.footer .text-link { font-size: 12px; gap: 14px; }
.skip-link { position: fixed; top: -80px; left: 16px; z-index: 10; background: var(--ink); color: white; padding: 15px; }
.skip-link:focus { top: 16px; }
@media (prefers-reduced-motion: no-preference) {
  .hero-copy, .hero-art { animation: arrive .7s both; }
  .hero-art { animation-delay: .1s; }
  @keyframes arrive { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
}
@media (max-width: 1000px) {
  .wrap { padding-inline: 30px; }
  .brand-tag { display: none; }
  .hero { gap: 30px; }
  .hero-art { height: 430px; padding: 20px; }
  .art-top { flex-direction: column; gap: 3px; }
  .art-bottom { font-size: 8px; }
  .mark-frame { inset-inline: 25px; }
  .models-inner { grid-template-columns: 210px 1fr; }
  .broker-grid { grid-template-columns: repeat(2, 1fr); }
  .broker-card { min-height: 350px; }
  .broker-card:nth-child(2) { border-right: 0; }
  .broker-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .offer-value { font-size: 64px; }
  .steps { gap: 28px; }
}
@media (max-width: 680px) {
  .wrap { padding-inline: 22px; }
  .header { height: 80px; }
  .brand img { width: 137px; height: auto; }
  .header nav { gap: 0; }
  .header nav a:not(.nav-cta) { display: none; }
  .nav-cta { padding: 10px 14px; font-size: 12px; }
  .nav-cta span { margin-left: 12px; }
  .hero { grid-template-columns: 1fr; padding-block: 39px 30px; gap: 32px; }
  h1 { font-size: clamp(76px, 18vw, 112px); margin-block: 23px; }
  .hero-description { font-size: 21px; }
  .hero .button { width: 100%; }
  .hero-note { text-align: center; }
  .hero-art { height: 340px; }
  .art-top { flex-direction: row; font-size: 8px; }
  .mark-frame { inset: 53px 37px 42px; }
  .art-sticker { bottom: 62px; right: 16px; }
  .models-inner { grid-template-columns: 1fr; gap: 20px; padding-block: 28px; }
  .model-chip { font-size: 14px; padding: 9px 12px; }
  .models-status { font-size: 10px; }
  .brokers-section { padding-block: 48px 35px; }
  .section-heading { flex-direction: column; align-items: flex-start; gap: 20px; margin-bottom: 26px; }
  .section-heading h2 { font-size: 39px; }
  .section-heading > p { font-size: 15px; }
  .broker-grid { grid-template-columns: 1fr; }
  .broker-card { min-height: 337px; padding: 24px; border-right: 0; border-bottom: 1px solid var(--line); }
  .broker-card:last-child { border-bottom: 0; }
  .broker-top { margin-bottom: 24px; }
  .broker-top h3 { font-size: 22px; }
  .offer-description { max-width: none; margin-block: 17px 22px; }
  .offers-note { font-size: 11px; }
  .steps-section { padding-block: 10px 46px; }
  .steps-section .section-heading { padding-top: 36px; }
  .steps { grid-template-columns: 1fr; gap: 26px; margin-top: 28px; }
  .step-number { margin-bottom: 15px; padding-top: 15px; }
  .steps p { max-width: none; }
  .closing { margin-inline: 14px; padding: 28px 23px; }
  .closing > div { align-items: stretch; flex-direction: column; gap: 27px; }
  .closing p { font-size: 42px; }
  .closing .eyebrow { font-size: 10px; }
  .footer { padding-block: 32px; flex-wrap: wrap; gap: 22px; }
  .footer > p { order: 3; width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
