:root {
  color-scheme: light;
  font-family: "Inter", system-ui, sans-serif;
  color: #141413;
  background: #faf9f5;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  --pf-bg: #faf9f5;
  --pf-ink: #141413;
  --pf-muted: #63615c;
  --pf-line: #e5e2d8;
  --pf-sunken: #f0eee6;
  --pf-accent: #d97757;
  --pf-accent-deep: #b24b26;
  --pf-accent-soft: #f5e8e1;
  --pf-on-accent: #faf9f5;
  --pf-ui: "Inter", system-ui, sans-serif;
  --pf-display: "Source Serif 4", serif;
}

body[data-platform="chatgpt"] {
  --pf-bg: #ffffff;
  --pf-ink: #0d0d0d;
  --pf-muted: #6e6e76;
  --pf-line: #e3e3e6;
  --pf-sunken: #f7f7f8;
  --pf-accent: #0d0d0d;
  --pf-accent-deep: #000000;
  --pf-accent-soft: #f7f7f8;
  --pf-on-accent: #ffffff;
  --pf-display: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --pf-ui: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--pf-bg);
}

a:focus-visible {
  outline: 3px solid rgba(217, 119, 87, 0.3);
  outline-offset: 3px;
}

.handoff-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  container-type: inline-size;
  color: var(--pf-ink);
  background: var(--pf-bg);
  font-family: var(--pf-ui);
}

.site-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(12px, 2cqw, 20px);
  padding: clamp(16px, 2.4cqw, 22px) clamp(20px, 4cqw, 56px);
  border-bottom: 1px solid var(--pf-line);
}

.provider-brand {
  display: flex;
  align-items: center;
  gap: 9px;
}

.provider-brand img {
  display: block;
  width: 18px;
  height: 24px;
  flex: none;
}

.provider-brand span {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.header-spacer,
.footer-spacer {
  min-width: 8px;
  flex: 1;
}

.destination-cue {
  color: var(--pf-muted);
  font-size: 13px;
}

.page-width {
  width: 100%;
  max-width: 840px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4cqw, 56px);
}

.content-stack {
  padding-top: clamp(28px, 5cqw, 64px);
  padding-bottom: 0;
}

.platform-identity {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.platform-identity img {
  display: block;
  width: 30px;
  height: 30px;
  flex: none;
  object-fit: contain;
}

.platform-wordmark {
  font-family: var(--pf-display);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.setup-label {
  padding: 5px 11px;
  border: 1px solid var(--pf-line);
  border-radius: 100px;
  color: var(--pf-muted);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow,
.preface-label,
.card-kicker {
  margin: 0;
  color: var(--pf-accent-deep);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.09em;
  line-height: 1.4;
  text-transform: uppercase;
}

.handoff-shell h1,
.handoff-shell h2 {
  margin: 0;
  font-family: var(--pf-display);
  font-weight: 500;
  letter-spacing: -0.02em;
  text-wrap: pretty;
}

.handoff-shell h1 {
  margin-top: 14px;
  font-size: clamp(34px, 4.8cqw, 48px);
  line-height: 1.1;
}

.administrator-preface {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 12px;
  margin-top: clamp(20px, 3cqw, 28px);
  padding: clamp(14px, 2.2cqw, 20px);
  border: 1px solid var(--pf-line);
  border-radius: 10px;
  background: var(--pf-sunken);
}

.administrator-preface > svg {
  width: 18px;
  margin-top: 1px;
  fill: none;
  stroke: var(--pf-muted);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.administrator-preface .preface-label {
  margin-bottom: 6px;
  color: var(--pf-muted);
}

.administrator-preface p:last-child {
  margin: 0;
  color: var(--pf-ink);
  font-size: 15px;
  line-height: 1.55;
  text-wrap: pretty;
}

.destination-panel {
  margin-top: clamp(22px, 3.2cqw, 30px);
}

.destination-details {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  padding: 12px 14px;
  border: 1px solid var(--pf-line);
  border-radius: 10px;
  background: var(--pf-sunken);
}

.destination-logo {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  flex: none;
}

.destination-logo img {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.destination-introduction {
  margin: 0;
  color: var(--pf-ink);
  font-size: 17px;
  line-height: 1.55;
  text-wrap: pretty;
}

.destination-address {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 8px;
  margin: 0;
  color: var(--pf-muted);
  font-size: 14px;
}

.destination-address strong {
  color: var(--pf-ink);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.destination-address span::before {
  margin-right: 8px;
  content: "·";
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 45px;
  padding: 0 17px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: color 140ms ease, background 140ms ease, border-color 140ms ease;
}

.button svg,
.learn-more-route a svg {
  width: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.button--primary {
  margin-top: 16px;
  padding-inline: 24px;
  color: var(--pf-on-accent);
  background: var(--pf-accent);
  font-size: 17px;
}

.button--primary:hover {
  background: var(--pf-accent-deep);
}

.leaving-note {
  margin: 12px 0 0;
  color: var(--pf-muted);
  font-size: 14px;
  line-height: 1.5;
  text-wrap: pretty;
}

.alternatives {
  margin-top: clamp(32px, 5cqw, 56px);
  padding-top: clamp(32px, 5cqw, 56px);
  border-top: 1px solid var(--pf-line);
}

.section-heading h2 {
  margin-top: 9px;
  font-size: clamp(27px, 3.6cqw, 36px);
  line-height: 1.15;
}

.section-heading > p:last-child {
  margin: 10px 0 0;
  color: var(--pf-muted);
  font-size: 16px;
  line-height: 1.55;
  text-wrap: pretty;
}

.route-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.route-card {
  display: flex;
  min-height: 288px;
  flex-direction: column;
  padding: 20px;
  border: 1px solid var(--pf-line);
  border-radius: 12px;
  background: transparent;
}

.route-card--direct {
  background: var(--pf-sunken);
}

.route-icon,
.security-title > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--pf-line);
  border-radius: 9px;
  color: var(--pf-accent-deep);
  background: var(--pf-bg);
}

.route-icon svg,
.security-title svg {
  width: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.route-card .card-kicker {
  margin-top: 18px;
}

.route-card h3,
.learn-more-route h3 {
  margin: 6px 0 0;
  color: var(--pf-ink);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.route-card > p:not(.card-kicker) {
  margin: 9px 0 0;
  color: var(--pf-muted);
  font-size: 14px;
  line-height: 1.55;
  text-wrap: pretty;
}

.route-card .button {
  width: 100%;
  margin-top: auto;
}

.button--secondary {
  color: var(--pf-bg);
  background: var(--pf-ink);
}

.button--secondary:hover {
  background: #2e2d29;
}

.button--quiet {
  color: var(--pf-ink);
  border-color: var(--pf-line);
  background: var(--pf-bg);
}

.button--quiet:hover {
  border-color: var(--pf-ink);
}

.learn-more-route {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 14px;
  padding: 20px;
  border: 1px solid var(--pf-line);
  border-radius: 12px;
}

.learn-more-route > div {
  min-width: 220px;
  flex: 1;
}

.learn-more-route h3 {
  margin: 0;
}

.learn-more-route p {
  margin: 6px 0 0;
  color: var(--pf-muted);
  font-size: 14px;
  line-height: 1.55;
}

.learn-more-route a {
  display: inline-flex;
  align-items: center;
  flex: none;
  gap: 8px;
  padding: 10px 16px;
  border: 1.5px solid var(--pf-line);
  border-radius: 8px;
  color: var(--pf-ink);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: border-color 140ms ease;
}

.learn-more-route a:hover {
  border-color: var(--pf-ink);
}

.security-summary {
  margin-top: clamp(32px, 5cqw, 56px);
  padding: 24px;
  border: 1px solid var(--pf-line);
  border-radius: 12px;
  background: var(--pf-sunken);
}

.security-title {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: start;
}

.security-title > span {
  width: 42px;
  height: 42px;
}

.security-title h2 {
  margin-top: 5px;
  font-size: 27px;
  line-height: 1.15;
}

.security-summary ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.security-summary li {
  display: flex;
  gap: 8px;
  color: var(--pf-muted);
  font-size: 13px;
  line-height: 1.5;
}

.security-summary li span {
  color: var(--pf-accent-deep);
  font-weight: 600;
}

.provider-note {
  margin: 22px 0 0;
  padding-top: 16px;
  border-top: 1px solid var(--pf-line);
  color: var(--pf-muted);
  font-size: 13px;
}

.provider-note strong {
  color: var(--pf-ink);
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: clamp(32px, 5cqw, 56px);
  padding: 22px clamp(20px, 4cqw, 56px);
  border-top: 1px solid var(--pf-line);
}

.site-footer > span,
.site-footer a {
  color: var(--pf-muted);
  font-size: 13px;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.site-footer a {
  text-decoration: none;
}

.site-footer a:hover {
  color: var(--pf-ink);
}

@media (max-width: 680px) {
  .destination-cue {
    width: 100%;
  }

  .setup-label {
    padding-inline: 9px;
    font-size: 10px;
  }

  .destination-details {
    display: grid;
    grid-template-columns: 20px 1fr;
  }

  .destination-introduction {
    font-size: 16px;
  }

  .destination-address {
    display: block;
  }

  .destination-address span {
    display: block;
    margin-top: 3px;
  }

  .destination-address span::before {
    display: none;
  }

  .button--primary,
  .learn-more-route a {
    width: 100%;
  }

  .security-summary ul {
    grid-template-columns: 1fr;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-spacer {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .button,
  .learn-more-route a {
    transition: none;
  }
}
