/* @feature: public-site, creator-tools */
:root {
  color-scheme: light;
  --ink: #122641;
  --muted: #52627a;
  --blue: #2563eb;
  --line: #dce4ef;
  --paper: #ffffff;
  --wash: #f5f8fc;
  --ease-out: cubic-bezier(.23, 1, .32, 1);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }
body { margin: 0; }
a { color: inherit; text-underline-offset: 4px; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; border-radius: 5px; }
svg { display: block; }
p { line-height: 1.7; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
.container { width: min(1160px, calc(100% - 64px)); margin-inline: auto; }
.skip-link { position: absolute; top: -80px; left: 16px; z-index: 10; background: var(--paper); padding: 12px; }
.skip-link:focus { top: 12px; }
.site-header { border-bottom: 1px solid var(--line); background: var(--paper); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-size: 18px; font-weight: 750; letter-spacing: -.6px; white-space: nowrap; }
.brand-mark { width: 34px; height: 34px; color: var(--blue); }
.audience-nav { display: flex; gap: 4px; padding: 4px; border: 1px solid var(--line); border-radius: 99px; background: var(--wash); }
.audience-nav a { padding: 9px 20px; min-height: 42px; display: grid; place-items: center; border-radius: 99px; text-decoration: none; color: var(--muted); font-size: 14px; font-weight: 600; }
.audience-nav a[aria-current="page"] { color: var(--ink); background: var(--paper); box-shadow: 0 1px 4px #12264114; }
.login-link { display: inline-flex; align-items: center; min-height: 44px; font-size: 14px; font-weight: 650; text-decoration: none; }
.hero { padding: 82px 0 70px; background: linear-gradient(155deg, #fff 25%, #f0f6ff 100%); }
.hero-grid { display: grid; grid-template-columns: 1.06fr 1fr; gap: 64px; align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 8px; color: #2855a1; font-size: 12px; font-weight: 750; line-height: 1.5; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 22px; }
.eyebrow::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--blue); flex-shrink: 0; }
h1 { font-size: clamp(38px, 4.45vw, 60px); line-height: 1.09; letter-spacing: -.048em; margin-bottom: 24px; font-weight: 750; }
h1 span { color: var(--blue); }
.hero-description { max-width: 530px; color: var(--muted); font-size: 17px; margin-bottom: 30px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.button { display: inline-flex; gap: 12px; align-items: center; justify-content: center; padding: 14px 22px; min-height: 50px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); color: var(--ink); font-size: 14px; font-weight: 700; line-height: 1.4; text-decoration: none; transition: transform 140ms var(--ease-out), background-color 140ms ease; }
.button-primary { color: #fff; background: var(--blue); border-color: var(--blue); box-shadow: 0 3px 8px #2563eb1a; }
.button:active { transform: scale(.98); }
.hero-note { margin: 16px 0 0; color: var(--muted); font-size: 12px; }
.hero-note a { font-weight: 650; }
.preview { margin: 0; min-width: 0; }
.preview-frame { position: relative; overflow: hidden; background: var(--paper); border: 1px solid #ccdbee; border-radius: 22px; box-shadow: 0 20px 60px #183d7110, 0 3px 8px #183d7106; }
.preview-top { display: flex; gap: 12px; align-items: center; justify-content: space-between; padding: 19px 22px; border-bottom: 1px solid var(--line); }
.preview-kicker { display: block; margin-bottom: 5px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.preview-title { font-size: 17px; font-weight: 700; letter-spacing: -.3px; }
.pill { border: 1px solid #dbe6fb; border-radius: 99px; padding: 6px 10px; font-size: 10px; font-weight: 650; line-height: 1.4; white-space: nowrap; background: #f2f6ff; color: #2855a1; }
.trip-illustration { width: 100%; height: auto; background: #f7faff; }
.trip-illustration text { font-family: inherit; }
.trip-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 20px; background: #fff; }
.summary-tile { padding: 12px; border-radius: 10px; background: var(--wash); }
.summary-tile strong { display: block; font-size: 12px; margin-bottom: 4px; }
.summary-tile span { font-size: 11px; color: var(--muted); line-height: 1.5; }
figcaption { color: var(--muted); text-align: center; font-size: 10px; line-height: 1.5; margin: 12px 12px 0; }
.benefit-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.benefit-list { display: flex; justify-content: space-between; gap: 18px; padding: 22px 0; margin: 0; list-style: none; }
.benefit-list li { display: flex; align-items: center; gap: 9px; font-size: 12px; color: var(--muted); line-height: 1.5; }
.benefit-list svg { width: 16px; height: 16px; color: var(--blue); flex-shrink: 0; }
.section { padding: 86px 0; }
.section-tinted { background: var(--wash); }
.section-heading { max-width: 640px; margin-bottom: 38px; }
.section-heading .eyebrow { margin-bottom: 14px; }
h2 { font-size: clamp(28px, 3vw, 38px); line-height: 1.18; letter-spacing: -.035em; margin-bottom: 16px; }
.section-heading p { color: var(--muted); font-size: 15px; margin-bottom: 0; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; }
.step-number { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; border: 1px solid #d9e5fa; color: var(--blue); background: #f4f8ff; font-size: 13px; font-weight: 700; margin-bottom: 20px; }
h3 { font-size: 18px; letter-spacing: -.025em; line-height: 1.4; margin-bottom: 12px; }
.step p, .feature p { color: var(--muted); font-size: 14px; line-height: 1.75; margin-bottom: 0; }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.feature { border: 1px solid var(--line); border-radius: 16px; padding: 28px; background: var(--paper); }
.feature-label { color: #2855a1; font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 18px; display: block; }
.section-footnote { margin: 22px 0 0; color: var(--muted); font-size: 13px; }
.section-footnote a { font-weight: 650; }
.creator-preview { padding: 22px; background: linear-gradient(150deg, #f1f6ff, #fbfcff); }
.creator-example { padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.creator-example + .connector { height: 22px; margin-left: 29px; border-left: 1px dashed #93b2e6; }
.example-label { display: flex; gap: 10px; align-items: center; margin-bottom: 12px; }
.example-icon { width: 28px; height: 28px; display: grid; place-items: center; background: #edf4ff; color: var(--blue); border-radius: 8px; flex-shrink: 0; }
.example-icon svg { width: 16px; height: 16px; }
.example-label strong { font-size: 13px; }
.example-label span:last-child { margin-left: auto; font-size: 10px; color: var(--muted); }
.example-content { padding-left: 38px; font-size: 12px; color: var(--muted); line-height: 1.6; }
.example-content strong { color: var(--ink); display: block; margin-bottom: 2px; }
.tiny-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 9px; }
.tiny-tags span { font-size: 10px; padding: 3px 7px; border-radius: 5px; background: var(--wash); }
.account-panel { display: grid; grid-template-columns: 1.35fr 1fr; align-items: center; gap: 64px; border-radius: 22px; background: #122b4c; color: #fff; padding: 48px; }
.account-panel h2 { font-size: 30px; }
.account-panel p { color: #ced9e9; font-size: 14px; margin-bottom: 0; }
.account-panel .eyebrow { color: #c5dbff; }
.account-panel .eyebrow::before { background: #88b8ff; }
.account-action { padding-left: 32px; border-left: 1px solid #ffffff25; }
.account-action .button { margin-top: 20px; }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; padding: 21px 32px 21px 0; font-size: 14px; font-weight: 650; line-height: 1.6; position: relative; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 4px; top: 20px; color: var(--muted); font-size: 20px; font-weight: 400; }
details[open] summary::after { content: "−"; }
details p { margin: 0 26px 20px 0; font-size: 14px; color: var(--muted); }
.closing { text-align: center; padding-top: 0; }
.closing h2 { max-width: 660px; margin: 0 auto 22px; }
.closing .actions { justify-content: center; }
.site-footer { border-top: 1px solid var(--line); padding: 28px 0; }
.footer-inner { display: flex; align-items: center; flex-wrap: wrap; justify-content: space-between; gap: 18px; color: var(--muted); font-size: 11px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 8px 20px; }
.footer-links a { min-height: 36px; display: inline-flex; align-items: center; }
@media (hover: hover) and (pointer: fine) {
  .button-primary:hover { background: #1d4ed8; }
  .button:not(.button-primary):hover { background: #edf4ff; }
  .login-link:hover, .footer-links a:hover { color: var(--blue); }
  .audience-nav a:not([aria-current]):hover { color: var(--ink); background: #eaf0f8; }
}
@media (max-width: 1000px) {
  .hero-grid { gap: 36px; }
  .hero { padding-block: 60px; }
  .benefit-list { flex-wrap: wrap; justify-content: center; gap: 14px 30px; }
  .header-inner { gap: 16px; }
  .brand { font-size: 16px; }
  .audience-nav a { padding-inline: 16px; }
  .account-panel { gap: 32px; padding: 36px; }
  .faq-grid { gap: 40px; }
}
@media (max-width: 760px) {
  .container { width: min(580px, calc(100% - 40px)); }
  .header-inner { flex-wrap: wrap; justify-content: space-between; padding-block: 14px; row-gap: 14px; }
  .audience-nav { order: 3; width: 100%; }
  .audience-nav a { flex: 1; }
  .brand { font-size: 17px; }
  .hero { padding-block: 44px; }
  .hero-grid { grid-template-columns: 1fr; gap: 38px; }
  h1 { max-width: 540px; font-size: clamp(37px, 8.2vw, 52px); }
  .hero-description { font-size: 16px; margin-bottom: 24px; }
  .eyebrow { font-size: 10px; margin-bottom: 18px; }
  .hero-note { font-size: 12px; }
  .preview { width: 100%; max-width: 460px; margin-inline: auto; }
  .benefit-list { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  .benefit-list li { align-items: flex-start; font-size: 11px; }
  .section { padding-block: 58px; }
  .section-heading { margin-bottom: 28px; }
  .steps, .feature-grid, .faq-grid, .account-panel { grid-template-columns: 1fr; }
  .steps { gap: 28px; }
  .step { padding-left: 56px; position: relative; }
  .step-number { position: absolute; left: 0; top: 0; }
  .feature { padding: 24px; }
  .account-panel { padding: 28px; gap: 26px; border-radius: 18px; }
  .account-panel h2 { font-size: 27px; }
  .account-action { border-left: 0; border-top: 1px solid #ffffff25; padding: 24px 0 0; }
  .faq-grid { gap: 0; }
  .closing { padding-top: 0; }
  .footer-inner { align-items: flex-start; }
}
@media (max-width: 390px) {
  .container { width: calc(100% - 32px); }
  .hero .actions, .closing .actions { flex-direction: column; align-items: stretch; }
  .preview-top { padding: 16px; }
  .preview-title { font-size: 15px; }
  .creator-preview { padding: 14px; }
  .creator-example { padding: 14px; }
  .account-panel { padding: 24px; }
}
@media (prefers-reduced-motion: reduce) {
  .button { transition: none; }
  .button:active { transform: none; }
}
