@font-face {
  font-family: Aller;
  src: url("./fonts/Aller-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Aller;
  src: url("./fonts/Aller-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  color-scheme: light;
  --yellow: #ffbf00;
  --black: #1a1a1a;
  --purple: #7c3aed;
  --background: #fafaf8;
  --white: #fff;
  --muted: #625f5a;
  --border: #dddcd5;
  --panel-text: #bdbbb6;
  --panel-border: #41413e;
  --font: "Aller", "Segoe UI", system-ui, sans-serif;
  font-family: var(--font);
  color: var(--black);
  background: var(--background);
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
body { margin: 0; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 5px; }
svg { display: block; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
a:focus-visible { outline: 3px solid var(--purple); outline-offset: 6px; }
::selection { color: var(--black); background: var(--yellow); }
.page-shell { width: min(100% - 112px, 1328px); margin-inline: auto; }
.skip-link { position: fixed; z-index: 5; top: 12px; left: 12px; padding: 12px 18px; background: var(--yellow); font-weight: 700; transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
.site-header { min-height: 106px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--border); }
.brand { display: inline-flex; align-items: baseline; gap: 10px; text-decoration: none; }
.brand-mark { font-size: 35px; font-weight: 700; letter-spacing: -1.8px; }
.brand-mark > span { color: var(--purple); }
.brand-name { font-size: 19px; letter-spacing: -.5px; }
.header-note { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--muted); }
.header-note > span { width: 7px; height: 7px; border-radius: 50%; background: var(--purple); }
.main-content { padding-top: 74px; }
.announcement { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); gap: clamp(48px, 6vw, 104px); align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 25px; font-size: 11px; font-weight: 700; letter-spacing: 1.8px; text-transform: uppercase; }
.eyebrow > span { width: 23px; height: 7px; background: var(--yellow); }
h1 { margin: 0; font-size: clamp(48px, 5.05vw, 74px); font-weight: 700; letter-spacing: -.04em; line-height: 1.04; }
.title-destination { white-space: nowrap; }
.highlight { position: relative; display: inline-block; }
.highlight > svg { position: absolute; bottom: -10px; left: 0; width: 100%; height: 15px; color: var(--yellow); stroke-width: 5; z-index: -1; }
.intro { max-width: 500px; margin: 35px 0 17px; font-size: 19px; line-height: 1.6; color: var(--muted); }
.membership-copy { max-width: 485px; margin: 0; font-size: 16px; line-height: 1.7; color: var(--muted); }
.membership-copy strong { color: var(--black); font-weight: 700; }
.call-to-action { margin-top: 31px; }
.primary-link { display: inline-flex; min-height: 58px; align-items: center; justify-content: space-between; gap: 33px; padding: 17px 24px; background: var(--yellow); text-decoration: none; font-size: 16px; font-weight: 700; transition: background-color .18s, color .18s; }
.primary-link > svg { width: 22px; height: 22px; stroke-width: 1.9; transition: transform .18s; }
.primary-link:hover { background: var(--black); color: var(--white); }
.primary-link:hover > svg { transform: translateX(3px); }
.cta-note { margin: 12px 0 0; font-size: 12px; color: var(--muted); }
.integration-panel { position: relative; padding: 26px 29px 23px; background: var(--black); color: var(--white); }
.integration-panel::before { content: ""; display: block; position: absolute; top: -8px; right: 30px; width: 72px; height: 8px; background: var(--yellow); }
.panel-heading { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding-bottom: 22px; border-bottom: 1px solid var(--panel-border); font-size: 10px; letter-spacing: 1.4px; color: var(--panel-text); }
.panel-heading > span:last-child { color: var(--yellow); font-size: 21px; line-height: 1; }
.tool { display: flex; align-items: center; gap: 22px; padding: 24px 0; border-bottom: 1px solid var(--panel-border); }
.tool-illustration { width: 102px; flex-shrink: 0; }
.tool-illustration svg { width: 100%; height: auto; }
.contour-illustration { color: var(--yellow); }
.contour-outer { opacity: .4; }
.contour-illustration circle { fill: var(--yellow); stroke: var(--black); stroke-width: 1; }
.guide-line { stroke: var(--panel-border); stroke-width: 1; stroke-dasharray: 2 5; }
.comparison-illustration rect:first-child { stroke: var(--panel-text); }
.comparison-illustration rect:nth-child(2), .comparison-illustration path:last-child { stroke: var(--yellow); }
.tool-number { font-size: 9px; letter-spacing: 1.1px; color: var(--panel-text); }
.tool h2 { margin: 7px 0 6px; font-size: 28px; line-height: 1.05; letter-spacing: -.5px; }
.tool p { margin: 0; max-width: 185px; font-size: 12px; line-height: 1.5; color: var(--panel-text); }
.connection { display: flex; flex-direction: column; align-items: center; color: var(--yellow); height: 49px; }
.connection > span { width: 1px; height: 15px; background: var(--panel-border); }
.connection > svg { width: 23px; height: 23px; }
.destination { padding: 22px 23px 20px; background: var(--yellow); color: var(--black); }
.destination-label { display: block; font-size: 9px; font-weight: 700; letter-spacing: 1.2px; }
.destination p { display: flex; align-items: center; justify-content: space-between; margin: 8px 0 12px; font-size: 58px; font-weight: 700; letter-spacing: -2px; line-height: 1; }
.destination p > span { font-size: 41px; font-weight: 400; }
.destination-caption { display: block; font-size: 11px; line-height: 1.5; }
.development-note { display: flex; align-items: baseline; gap: 7px; margin: 17px 0 0; font-size: 10px; line-height: 1.55; color: var(--panel-text); }
.development-note > span { display: block; flex-shrink: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--yellow); }
.next-step { display: flex; align-items: center; gap: 30px; margin-top: 68px; padding: 29px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.next-step-label { flex-shrink: 0; font-size: 10px; font-weight: 700; letter-spacing: 1.6px; color: var(--muted); }
.next-step > p { flex: 1; margin: 0; font-size: 17px; line-height: 1.5; }
.next-step strong { font-weight: 400; color: var(--muted); }
.next-step > svg { width: 28px; height: 28px; color: var(--purple); }
.mobile-break { display: none; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 0 29px; color: var(--muted); font-size: 11px; line-height: 1.6; }
.site-footer a { display: inline-flex; align-items: center; gap: 10px; padding-block: 10px; }
.site-footer a:hover { color: var(--purple); }

@media (min-width: 1600px) {
  .main-content { padding-top: 100px; }
  h1 { font-size: 86px; }
  .integration-panel { margin-inline: 25px; }
  .next-step { margin-top: 100px; }
}

@media (max-width: 1100px) {
  .page-shell { width: calc(100% - 64px); }
  .announcement { gap: 34px; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); }
  h1 { font-size: clamp(42px, 5.25vw, 58px); }
  .integration-panel { padding-inline: 21px; }
  .tool { gap: 16px; }
  .tool-illustration { width: 79px; }
  .tool h2 { font-size: 25px; }
  .next-step { gap: 23px; }
  .next-step > p { font-size: 16px; }
}

@media (max-width: 760px) {
  .page-shell { width: calc(100% - 44px); max-width: 550px; }
  .site-header { min-height: 85px; }
  .brand-mark { font-size: 30px; }
  .brand-name { font-size: 16px; }
  .header-note { font-size: 11px; gap: 7px; }
  .main-content { padding-top: 43px; }
  .announcement { grid-template-columns: 1fr; gap: 51px; }
  .eyebrow { font-size: 9px; letter-spacing: 1.45px; margin-bottom: 23px; }
  h1 { font-size: clamp(37px, 9.8vw, 62px); }
  .highlight > svg { bottom: -9px; }
  .intro { font-size: 17px; margin-top: 28px; }
  .membership-copy { font-size: 15px; }
  .call-to-action { margin-top: 26px; }
  .primary-link { min-height: 58px; width: 100%; }
  .cta-note { font-size: 11px; text-align: center; }
  .integration-panel { padding: 24px; }
  .panel-heading { font-size: 9px; }
  .tool { gap: 24px; padding-block: 23px; }
  .tool-illustration { width: 94px; }
  .tool h2 { font-size: 28px; }
  .destination { padding: 22px; }
  .destination p { font-size: 58px; }
  .development-note { font-size: 10px; }
  .next-step { flex-wrap: wrap; gap: 12px; padding-block: 24px; margin-top: 40px; }
  .next-step-label { flex-basis: 100%; }
  .next-step > p { font-size: 16px; line-height: 1.7; }
  .next-step > svg { width: 23px; height: 23px; }
  .mobile-break { display: initial; }
  .site-footer { align-items: flex-start; flex-direction: column; gap: 5px; padding: 20px 0; font-size: 10px; }
}

@media (max-width: 360px) {
  .page-shell { width: calc(100% - 32px); }
  .brand { gap: 6px; }
  .header-note { font-size: 10px; }
  .integration-panel { padding-inline: 18px; }
  .tool { gap: 15px; }
  .tool-illustration { width: 76px; }
  .tool-number { font-size: 8px; }
  .tool h2 { font-size: 25px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
