@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700&display=swap');

:root {
  --black-coffee: #151414; --white: #fff; --cream: #fcf6f1; --beige: #efe7dd;
  --blue: #4861ee; --latte: #94877c; --dark-blue: #222b5e; --line: #b9b0a8;
  --muted: #625b57; --max: 1240px;
  --sans: Manrope, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  --mono: "DM Mono", monospace;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--black-coffee); font-family: var(--sans); line-height: 1.55; }
a { color: inherit; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
.wrap { max-width: var(--max); margin: 0 auto; padding-left: 44px; padding-right: 44px; }
.topbar { height: 92px; max-width: var(--max); margin: auto; padding: 0 44px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.wordmark { color: var(--black-coffee); font: 700 18px/1 var(--sans); letter-spacing: -.04em; text-decoration: none; }
.wordmark span { color: var(--blue); padding: 0 2px; }
nav { display: flex; align-items: center; gap: 18px; font: 500 11px/1 var(--mono); text-transform: uppercase; }
nav a { text-decoration: none; }
nav a:not([lang]) { color: var(--muted); }
nav a:hover, nav a:focus { color: var(--blue); }
nav span { color: var(--line); }
.hero { padding-top: 112px; padding-bottom: 112px; }
.eyebrow, .number { font: 600 11px/1.2 var(--sans); letter-spacing: .12em; text-transform: uppercase; }
.eyebrow { color: var(--blue); }
.hero h1 { max-width: 890px; margin: 20px 0 26px; font: 700 clamp(52px, 8vw, 104px)/.92 var(--sans); letter-spacing: -.08em; }
.intro { max-width: 670px; margin: 0; color: var(--muted); font-size: 20px; line-height: 1.5; }
.button { display: inline-flex; align-items: center; gap: 25px; margin-top: 28px; padding: 16px 19px; border: 0; background: var(--blue); color: var(--white); text-decoration: none; font: 600 14px/1 var(--sans); cursor: pointer; }
.button span, .text-link span, .profile-link span { font-size: 20px; line-height: 0; }
.button:hover, .button:focus { background: var(--dark-blue); }
.hero-note { max-width: 540px; margin-top: 22px; color: var(--latte); font-size: 12px; }
.proof-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--beige); }
.proof-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.proof-grid div { min-height: 120px; padding: 26px 20px 24px 0; border-right: 1px solid var(--line); }
.proof-grid div:not(:first-child) { padding-left: 20px; }
.proof-grid div:last-child { border-right: 0; }
.proof-grid strong { display: block; font-size: 25px; letter-spacing: -.06em; }
.proof-grid span { display: block; margin-top: 7px; color: var(--muted); font: 500 11px var(--mono); line-height: 1.3; text-transform: uppercase; }
.band { padding: 108px 0; background: var(--blue); color: var(--white); }
.band.light { background: var(--beige); color: var(--black-coffee); }
.split, .about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.split h2, .section h2, .contact h2 { max-width: 700px; margin: 18px 0 0; font: 700 clamp(36px, 5vw, 62px)/.98 var(--sans); letter-spacing: -.07em; }
.band .eyebrow { color: var(--white); }
.band.light .eyebrow { color: var(--blue); }
.copy { max-width: 530px; color: var(--muted); font-size: 16px; }
.copy p { margin: 0 0 21px; }
.copy p:last-child { margin-bottom: 0; }
.band:not(.light) .copy { color: #e3e2f6; }
.section { padding-top: 120px; padding-bottom: 118px; }
.section-heading { max-width: 790px; margin-bottom: 62px; }
.section-lede { max-width: 650px; margin: 25px 0 0; color: var(--muted); font-size: 16px; }
.process { display: grid; grid-template-columns: repeat(5, 1fr); gap: 22px; }
.process article { border-top: 1px solid var(--line); padding-top: 19px; }
.number { color: var(--blue); }
.process h3, .faq-grid h3 { margin: 40px 0 12px; font-size: 18px; line-height: 1.15; letter-spacing: -.04em; }
.process p, .faq-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.section-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 62px; padding-top: 22px; border-top: 1px solid var(--line); }
.section-cta p { margin: 0; color: var(--muted); font-size: 14px; }
.text-link, .profile-link { color: var(--blue); font-size: 14px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.text-link:hover, .profile-link:hover { color: var(--dark-blue); }
.experience { margin-top: 92px; padding-top: 25px; border-top: 1px solid var(--line); }
.experience-list { display: flex; flex-wrap: wrap; gap: 11px 30px; margin-top: 22px; color: var(--muted); font-size: 13px; }
.experience-list span { position: relative; }
.experience-list span:not(:last-child)::after { content: "·"; position: absolute; right: -19px; color: var(--blue); }
.faq-section { padding-top: 115px; padding-bottom: 125px; }
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); column-gap: 90px; row-gap: 42px; }
.faq-grid article { border-top: 1px solid var(--line); padding-top: 20px; }
.faq-grid h3 { margin-top: 0; font-size: 20px; }
.contact { padding: 115px 0; background: var(--dark-blue); color: var(--white); }
.contact-inner { max-width: 850px; margin-left: max(44px, calc((100vw - var(--max))/2)); margin-right: 44px; }
.contact .eyebrow { color: var(--blue); }
.contact h2 { max-width: 800px; }
.contact p:not(.eyebrow) { max-width: 620px; margin: 25px 0 0; color: #d9dcef; }
.contact-links { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.contact-links > a:not(.button) { color: var(--white); font-size: 14px; font-weight: 600; }
.footer { min-height: 96px; display: flex; align-items: center; justify-content: space-between; color: var(--latte); font: 500 11px var(--mono); text-transform: uppercase; letter-spacing: .07em; }
.consent { position: fixed; z-index: 10; right: 20px; bottom: 20px; left: 20px; background: var(--black-coffee); color: var(--cream); box-shadow: 0 12px 40px #15141433; }
.consent-inner { max-width: var(--max); margin: auto; padding: 25px 28px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.consent .eyebrow { margin: 0 0 8px; color: var(--blue); }
.consent h2 { margin: 0 0 8px; font-size: 21px; line-height: 1.1; letter-spacing: -.04em; }
.consent p:not(.eyebrow) { max-width: 650px; margin: 0; color: #d8d1cd; font-size: 13px; line-height: 1.5; }
.privacy-link { margin-top: 12px; padding: 0; border: 0; background: none; color: var(--blue); cursor: pointer; font: 500 11px var(--mono); text-transform: uppercase; letter-spacing: .08em; }
.consent-actions { display: flex; gap: 10px; flex-shrink: 0; }
.consent-actions .button { margin: 0; font-size: 13px; }
.consent-reject { background: transparent; color: var(--cream); border: 1px solid var(--latte) !important; }
.consent-accept { background: var(--blue); color: var(--white); }
.privacy-dialog { max-width: 560px; border: 0; padding: 44px; background: var(--cream); color: var(--black-coffee); box-shadow: 0 20px 70px #15141455; }
.privacy-dialog::backdrop { background: #15141499; }
.privacy-dialog h2 { margin: 16px 0; font-size: 34px; line-height: 1.05; letter-spacing: -.06em; }
.privacy-dialog p:not(.eyebrow) { color: var(--muted); font-size: 14px; }
.privacy-dialog a { color: var(--blue); }
.dialog-close { position: absolute; top: 14px; right: 18px; border: 0; background: none; color: var(--muted); cursor: pointer; font-size: 28px; }
@media (max-width: 900px) {
  .process { grid-template-columns: repeat(3, 1fr); row-gap: 42px; }
  .proof-grid { grid-template-columns: repeat(3, 1fr); }
  .proof-grid div:nth-child(3) { border-right: 0; }
  .proof-grid div:nth-child(4), .proof-grid div:nth-child(5) { border-top: 1px solid var(--line); }
}
@media (max-width: 760px) {
  .topbar { height: 76px; padding: 0 20px; }
  .topbar nav a:nth-child(-n+4), .topbar nav span { display: none; }
  .wrap { padding-left: 20px; padding-right: 20px; }
  .hero { padding-top: 80px; padding-bottom: 82px; }
  .hero h1 { font-size: clamp(48px, 14vw, 75px); }
  .intro { font-size: 17px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid div { min-height: 103px; padding: 22px 12px 20px 0; }
  .proof-grid div:not(:first-child) { padding-left: 12px; }
  .proof-grid div:nth-child(2) { border-right: 0; }
  .proof-grid div:nth-child(3) { border-right: 1px solid var(--line); border-top: 1px solid var(--line); }
  .proof-grid div:nth-child(4) { border-right: 0; }
  .proof-grid strong { font-size: 21px; }
  .band, .contact { padding: 76px 0; }
  .split, .about-grid { grid-template-columns: 1fr; gap: 32px; }
  .section, .faq-section { padding-top: 82px; padding-bottom: 86px; }
  .section-heading { margin-bottom: 45px; }
  .process { grid-template-columns: 1fr 1fr; gap: 40px 20px; }
  .process h3 { margin-top: 30px; }
  .section-cta { display: block; margin-top: 48px; }
  .section-cta .text-link { display: inline-block; margin-top: 20px; }
  .experience { margin-top: 66px; }
  .experience-list { display: block; }
  .experience-list span { display: block; margin-bottom: 12px; }
  .experience-list span::after { display: none; }
  .faq-grid { grid-template-columns: 1fr; row-gap: 36px; }
  .contact-inner { margin-left: 0; margin-right: 0; }
  .footer { min-height: 112px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 8px; }
  .consent { right: 10px; bottom: 10px; left: 10px; }
  .consent-inner { display: block; padding: 22px 20px; }
  .consent-actions { margin-top: 20px; }
  .consent-actions .button { flex: 1; padding: 13px 8px; font-size: 12px; }
  .privacy-dialog { margin: 10px; padding: 34px 24px; }
}

