:root {
  color-scheme: light;
  --ink: #183044;
  --muted: #607384;
  --line: #d9e4e8;
  --surface: #ffffff;
  --soft: #f0f8f7;
  --brand: #087f72;
  --brand-dark: #08675e;
  --accent: #f4a340;
  --shadow: 0 14px 36px rgba(24, 48, 68, .09);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: linear-gradient(180deg, #f5fbfa 0, #fff 360px);
  line-height: 1.7;
}
a { color: var(--brand-dark); }
button, input, textarea, select { font: inherit; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 99; padding: 10px 16px; background: #fff; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header { padding: 16px 18px; }
.site-header__inner { width: min(100%, 720px); margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-weight: 800; text-decoration: none; letter-spacing: .02em; }
.brand__mark { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 12px; color: #fff; background: var(--brand); font-size: 1.1rem; }
.no-ads { color: var(--muted); font-size: .78rem; white-space: nowrap; }
.company-link { color: var(--muted); font-size: .78rem; font-weight: 700; white-space: nowrap; }

.shell { width: min(calc(100% - 32px), 720px); margin: 0 auto; padding: 18px 0 56px; }
.hero { padding: 42px 0 28px; text-align: center; }
.eyebrow { margin: 0 0 8px; color: var(--brand); font-size: .78rem; font-weight: 800; letter-spacing: .14em; }
h1 { margin: 0; font-size: clamp(2rem, 11vw, 3.7rem); line-height: 1.15; letter-spacing: -.04em; }
.lead { margin: 20px auto 0; max-width: 580px; color: var(--muted); font-size: clamp(1rem, 4.5vw, 1.2rem); }
.hero__actions { margin-top: 28px; display: flex; justify-content: center; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 12px 26px; border: 0; border-radius: 14px; background: var(--brand); color: #fff; box-shadow: 0 8px 20px rgba(8, 127, 114, .2); font-weight: 800; text-decoration: none; cursor: pointer; }
.button:hover { background: var(--brand-dark); }
.button:disabled { opacity: .55; cursor: not-allowed; box-shadow: none; }
.button--secondary { border: 1px solid #b9d3cf; background: #fff; color: var(--brand-dark); box-shadow: none; }
.button--secondary:hover { background: var(--soft); }
.button--wide { width: 100%; }
.button:focus-visible, a:focus-visible { outline: 3px solid rgba(244, 163, 64, .75); outline-offset: 3px; }

.notice { margin: 10px 0 24px; padding: 18px; border: 1px solid #cce4df; border-radius: 16px; background: var(--soft); text-align: center; }
.notice strong { display: block; color: var(--brand-dark); }
.notice p { margin: 4px 0 0; color: var(--muted); font-size: .9rem; }
.card { margin-top: 20px; padding: 24px 20px; border: 1px solid var(--line); border-radius: 20px; background: var(--surface); box-shadow: var(--shadow); }
.card h2 { margin: 0 0 18px; font-size: 1.25rem; }
.feature-list { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.feature-list li { display: grid; grid-template-columns: 36px 1fr; align-items: start; gap: 12px; }
.feature-list b { display: block; }
.feature-list span { color: var(--muted); font-size: .9rem; }
.feature-icon { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 11px; color: var(--brand-dark); background: var(--soft); font-weight: 900; }

.steps { counter-reset: step; display: grid; gap: 16px; margin: 0; padding: 0; list-style: none; }
.steps li { counter-increment: step; display: grid; grid-template-columns: 38px 1fr; gap: 12px; align-items: center; }
.steps li::before { content: counter(step); display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; color: #fff; background: var(--accent); font-weight: 900; }
.steps p { margin: 0; }

.shell--form { max-width: 760px; }
.shell--narrow { max-width: 620px; }
.page-heading { padding: 26px 2px 10px; }
.page-heading h1 { font-size: clamp(1.9rem, 9vw, 3rem); }
.page-heading > p:last-child { margin: 12px 0 0; color: var(--muted); }
.page-heading b { color: #b42318; }
.event-form { display: grid; gap: 20px; margin-top: 20px; }
.form-section { padding: 22px 18px; border: 1px solid var(--line); border-radius: 20px; background: var(--surface); box-shadow: var(--shadow); }
.form-section__heading { display: grid; grid-template-columns: 38px 1fr; gap: 12px; align-items: start; margin-bottom: 22px; }
.form-section__heading h2 { margin: 0; font-size: 1.25rem; }
.form-section__heading p { margin: 2px 0 0; color: var(--muted); font-size: .88rem; }
.step-badge { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 11px; color: #fff; background: var(--brand); font-weight: 900; }
.field { margin-top: 18px; }
.field:first-child { margin-top: 0; }
.field label, .url-card label { display: block; margin-bottom: 7px; font-weight: 800; }
.field input, .field textarea, .url-card input {
  display: block;
  width: 100%;
  min-height: 48px;
  padding: 11px 12px;
  border: 1px solid #b9c9d0;
  border-radius: 11px;
  color: var(--ink);
  background: #fff;
  font-size: 16px;
}
.field textarea { min-height: 112px; resize: vertical; }
.field input:focus, .field textarea:focus, .url-card input:focus { border-color: var(--brand); outline: 3px solid rgba(8, 127, 114, .13); }
.field input[aria-invalid="true"], .field textarea[aria-invalid="true"] { border-color: #b42318; background: #fff8f7; }
.required, .optional { margin-left: 5px; padding: 2px 6px; border-radius: 5px; font-size: .68rem; vertical-align: 2px; }
.required { color: #fff; background: #b42318; }
.optional { color: var(--muted); background: #edf1f3; }
.field-help { margin: 6px 0 0; color: var(--muted); font-size: .78rem; }
.field-error { min-height: 1em; margin: 5px 0 0; color: #b42318; font-size: .8rem; font-weight: 700; }
.field-error:empty { display: none; }
.field-error--summary { margin: 0 0 10px; }

.candidate-list { display: grid; gap: 14px; }
.candidate-card { padding: 17px 14px; border: 1px solid var(--line); border-radius: 15px; background: #fbfdfd; }
.candidate-card__heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.candidate-card__heading h3 { margin: 0; font-size: 1rem; }
.remove-candidate { min-width: 48px; min-height: 38px; padding: 6px 10px; border: 1px solid #e2b8b4; border-radius: 9px; color: #9a2018; background: #fff; font-weight: 800; cursor: pointer; }
.remove-candidate:disabled { visibility: hidden; }
#add-candidate { margin-top: 16px; }
.retention-note { display: grid; gap: 3px; padding: 16px; border: 1px solid #cce4df; border-radius: 14px; background: var(--soft); }
.retention-note b { color: var(--brand-dark); }
.retention-note span { color: var(--muted); font-size: .86rem; }
.error-summary { padding: 15px; border: 1px solid #e2b8b4; border-radius: 12px; color: #8a1c14; background: #fff6f5; font-weight: 800; }
.submit-bar { padding: 8px 0 0; text-align: center; }
.submit-bar p { margin: 8px 0 0; color: var(--muted); font-size: .78rem; }

.completion { padding: 40px 0 12px; text-align: center; }
.completion__icon { display: grid; width: 58px; height: 58px; margin: 0 auto 14px; place-items: center; border-radius: 50%; color: #fff; background: var(--brand); font-size: 1.8rem; font-weight: 900; }
.completion h1 { font-size: clamp(1.8rem, 8vw, 2.8rem); }
.completion > p { color: var(--muted); }
.url-card { margin-top: 18px; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: #fff; text-align: left; box-shadow: var(--shadow); }
.url-card--important { border-color: #eccb9f; background: #fffbf4; }
.url-card p { margin: 10px 0; color: #81551e; font-size: .84rem; }
.copy-row { display: grid; grid-template-columns: minmax(0, 1fr); gap: 8px; }
.copy-row .button { min-height: 46px; }
.copy-status { min-height: 1.7em; color: var(--brand-dark) !important; font-weight: 800; }
.delete-date { margin: 20px 0 0; font-size: .9rem; }
.completion__actions { display: grid; gap: 10px; margin-top: 20px; }

.placeholder { padding: 72px 0; text-align: center; }
.placeholder h1 { font-size: clamp(1.8rem, 8vw, 2.8rem); }
.placeholder p { color: var(--muted); }
.site-footer { padding: 26px 18px 36px; border-top: 1px solid var(--line); color: var(--muted); text-align: center; font-size: .78rem; }
.site-footer p { margin: 3px; }

.quick-create { padding: 24px 20px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--shadow); }
.quick-create .field { margin-bottom: 20px; }
.shared-event { max-width: 860px; }
.copy-first { margin-bottom: 20px; padding: 22px; border: 2px solid var(--accent); border-radius: 18px; background: #fff9ed; box-shadow: var(--shadow); }
.copy-first h2 { margin: 0 0 8px; font-size: 1.35rem; }
.copy-first p:last-child { margin: 0; }
.event-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.event-heading h1 { font-size: clamp(2rem, 8vw, 3.2rem); overflow-wrap: anywhere; }
.event-heading p:last-child { margin: 10px 0 0; color: var(--muted); }
.text-link { flex: 0 0 auto; padding-top: 8px; font-size: .85rem; font-weight: 800; }
.share-card, .inline-panel, .shared-section { margin-top: 18px; padding: 22px 18px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.share-card { border-color: #9ecfc7; background: var(--soft); }
.share-card h2, .inline-panel h2, .shared-section h2 { margin: 0; font-size: 1.25rem; }
.share-card p { margin: 3px 0 14px; color: var(--muted); font-size: .88rem; }
.copy-row input { min-width: 0; min-height: 48px; padding: 10px 12px; border: 1px solid #aebfc5; border-radius: 11px; background: #fff; font-size: 16px; }
.shared-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 18px; }
.section-title-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.section-title-row p { margin: 2px 0 0; color: var(--muted); font-size: .82rem; }
.close-button, .mini-add, .danger-link { min-height: 38px; border: 0; background: transparent; cursor: pointer; font-weight: 800; }
.close-button, .mini-add { color: var(--brand-dark); }
.danger-link { color: #a1261d; font-size: .8rem; white-space: nowrap; }
.compact-form { display: grid; gap: 12px; margin-top: 14px; }
.compact-form .field { margin: 0; }
.participant-registration-form { grid-template-columns: minmax(0, 1fr); }
.registration-answers { min-width: 0; padding-top: 4px; }
.registration-answers h3 { margin: 0; font-size: 1rem; }
.registration-answers .field-help { margin: 4px 0 0; }
.shared-candidate-list, .participant-list { display: grid; gap: 12px; margin-top: 16px; }
.shared-candidate { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 14px; padding: 14px; border: 1px solid var(--line); border-radius: 13px; background: #fbfdfd; }
.shared-candidate strong, .shared-candidate span, .shared-candidate small { display: block; }
.shared-candidate span { color: var(--muted); font-size: .86rem; }
.shared-candidate small { margin-top: 3px; }
.shared-candidate__summary p { margin: 8px 0 0; color: var(--muted); white-space: normal; }
.candidate-actions, .overview-actions, .candidate-edit-actions { display: flex; align-items: center; gap: 8px; }
.candidate-edit-form { grid-column: 1 / -1; padding-top: 14px; border-top: 1px solid var(--line); }
.candidate-edit-actions { grid-column: 1 / -1; }
.candidate-edit-actions .button { grid-column: auto; margin-top: 0; }
.empty-state { margin-top: 14px; padding: 22px; border: 1px dashed #afc4c9; border-radius: 14px; text-align: center; }
.empty-state p { margin-top: 0; color: var(--muted); }
.answer-overview { margin-top: 16px; overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.answer-overview table { width: 100%; min-width: 540px; border-collapse: collapse; white-space: nowrap; }
.answer-overview th, .answer-overview td { padding: 11px 12px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: center; }
.answer-overview tr:last-child th, .answer-overview tr:last-child td { border-bottom: 0; }
.answer-overview th:last-child, .answer-overview td:last-child { border-right: 0; }
.answer-overview thead th { color: var(--brand-dark); background: var(--soft); font-size: .82rem; }
.answer-overview thead th small { display: block; margin-top: 3px; color: var(--muted); font-weight: 500; }
.overview-jump { display: block; color: inherit; text-decoration-color: rgba(8, 127, 114, .35); text-underline-offset: 3px; }
.overview-jump:hover { color: var(--brand); text-decoration-color: currentColor; }
.answer-overview tbody th { min-width: 190px; background: #fbfdfd; text-align: left; }
.answer-overview tbody th strong, .answer-overview tbody th small { display: block; }
.answer-overview tbody th small { color: var(--muted); font-weight: 500; }
.overview-answer { min-width: 62px; font-size: 1.25rem; font-weight: 900; }
.overview-answer--yes { color: #087f72; background: #effaf7; }
.overview-answer--maybe { color: #9a6000; background: #fff8e8; }
.overview-answer--no { color: #a1261d; background: #fff4f3; }
.overview-answer--empty { color: #89969d; }
.overview-total { color: var(--brand-dark); background: #f3f8f7; font-weight: 900; }
.overview-total--maybe { color: #9a6000; background: #fff8e8; }
.overview-total--no { color: #a1261d; background: #fff4f3; }
.answer-legend { margin: 8px 0 0; color: var(--muted); font-size: .75rem; }
.answer-edit-title { margin: 24px 0 0; padding-top: 20px; border-top: 1px solid var(--line); font-size: 1.05rem; }
.participant-card { padding: 18px 14px; border: 1px solid var(--line); border-radius: 15px; background: #fbfdfd; }
.participant-card, .shared-candidate { scroll-margin-top: 18px; }
.participant-card:target, .shared-candidate:target { border-color: var(--accent); box-shadow: 0 0 0 4px rgba(244, 163, 64, .22); }
.participant-card__heading { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.participant-card h3 { margin: 0; font-size: 1.15rem; }
.answer-list { display: grid; gap: 10px; margin-top: 14px; }
.answer-row { margin: 0; padding: 12px; border: 1px solid var(--line); border-radius: 12px; }
.answer-row legend { padding: 0 5px; font-size: .86rem; font-weight: 800; }
.answer-row__context { display: grid; gap: 2px; margin: 0 0 10px; color: var(--muted); font-size: .78rem; }
.answer-options { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; }
.answer-options label { cursor: pointer; }
.answer-options input { position: absolute; opacity: 0; pointer-events: none; }
.answer-options span { display: grid; min-height: 42px; place-items: center; border: 1px solid #b7c8cd; border-radius: 10px; background: #fff; font-weight: 900; }
.answer-options input:checked + span { border-color: var(--brand); color: #fff; background: var(--brand); }
.answer-options input:focus-visible + span { outline: 3px solid rgba(244, 163, 64, .75); }
.answer-clear span { font-size: .72rem; font-weight: 700; }
.participant-card .field { margin-top: 14px; }
.participant-card .field textarea { min-height: 74px; }
.button--small { min-height: 44px; margin-top: 12px; padding: 9px 18px; }
.shared-warning { margin-top: 20px; padding: 16px; border: 1px solid #eccb9f; border-radius: 14px; background: #fffbf4; }
.shared-warning p { margin: 3px 0 0; color: #765229; font-size: .84rem; }

/* Marketing landing page */
.landing-page { background: #fff; }
.landing-page .site-header { background: rgba(255, 255, 255, .94); border-bottom: 1px solid rgba(217, 228, 232, .8); }
.landing-page .site-header__inner { width: min(calc(100% - 8px), 1120px); }
.landing-header { position: sticky; top: 0; z-index: 20; backdrop-filter: blur(14px); }
.top-nav { display: flex; align-items: center; gap: 22px; }
.top-nav a { color: var(--ink); font-size: .86rem; font-weight: 800; text-decoration: none; }
.top-nav a:not(.top-nav__cta):hover { color: var(--brand); }
.top-nav .top-nav__cta { padding: 8px 15px; border-radius: 10px; color: #fff; background: var(--brand); }
.landing-shell { width: min(calc(100% - 36px), 1120px); margin-inline: auto; }
.landing-hero { position: relative; overflow: hidden; padding: clamp(64px, 9vw, 112px) 0 84px; background: radial-gradient(circle at 82% 12%, #d9f4ee 0, transparent 31%), linear-gradient(145deg, #f4fbf9 0%, #fff 55%); }
.landing-hero::after { position: absolute; right: -90px; bottom: -150px; width: 360px; height: 360px; border: 64px solid rgba(244, 163, 64, .1); border-radius: 50%; content: ""; pointer-events: none; }
.landing-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(360px, .97fr); align-items: center; gap: clamp(44px, 7vw, 92px); }
.landing-hero__copy h1 { max-width: 700px; font-size: clamp(2.8rem, 6.5vw, 5.3rem); }
.landing-hero__lead { max-width: 610px; margin: 24px 0 0; color: var(--muted); font-size: clamp(1.04rem, 2vw, 1.28rem); }
.trust-list { display: flex; flex-wrap: wrap; gap: 9px; margin: 24px 0 0; padding: 0; list-style: none; }
.trust-list li { padding: 6px 12px; border: 1px solid #b9d9d4; border-radius: 999px; color: var(--brand-dark); background: #fff; font-size: .78rem; font-weight: 800; }
.landing-actions { display: flex; align-items: center; gap: 22px; margin-top: 30px; }
.landing-primary { gap: 15px; min-height: 58px; padding-inline: 28px; }
.landing-primary span { font-size: 1.35rem; line-height: 1; }
.landing-text-link { color: var(--ink); font-weight: 800; text-underline-offset: 4px; }
.landing-microcopy { margin: 10px 0 0; color: var(--muted); font-size: .76rem; }

.schedule-preview { transform: rotate(1.5deg); overflow: hidden; border: 1px solid #c8dbdd; border-radius: 24px; background: #fff; box-shadow: 0 28px 70px rgba(24, 48, 68, .16); }
.schedule-preview__bar { display: flex; align-items: center; gap: 7px; min-height: 48px; padding: 0 16px; border-bottom: 1px solid var(--line); background: #f8fbfb; }
.schedule-preview__bar > span { width: 9px; height: 9px; border-radius: 50%; background: #d5e0e3; }
.schedule-preview__bar > span:first-child { background: #f4a340; }
.schedule-preview__bar b { margin-left: 8px; font-size: .82rem; }
.schedule-preview__body { padding: 24px; }
.preview-title { display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px; }
.preview-title small, .preview-title strong { display: block; }
.preview-title small { color: var(--brand); font-size: .67rem; font-weight: 900; letter-spacing: .1em; }
.preview-title strong { font-size: 1.15rem; }
.preview-title > span { padding: 4px 9px; border-radius: 999px; color: var(--muted); background: var(--soft); font-size: .72rem; font-weight: 800; }
.preview-table { overflow: hidden; border: 1px solid var(--line); border-radius: 13px; }
.preview-row { display: grid; grid-template-columns: minmax(126px, 1.6fr) repeat(3, 1fr); align-items: stretch; min-height: 66px; border-top: 1px solid var(--line); }
.preview-row:first-child { border-top: 0; }
.preview-row > * { display: grid; min-width: 0; margin: 0; padding: 9px; place-items: center; border-left: 1px solid var(--line); font-style: normal; text-align: center; }
.preview-row > *:first-child { place-items: center start; border-left: 0; }
.preview-row > span small, .preview-row > span b { display: block; }
.preview-row > span small { color: var(--muted); font-size: .68rem; }
.preview-row--head { min-height: 40px; color: var(--brand-dark); background: var(--soft); font-size: .67rem; font-weight: 900; }
.preview-row i { font-size: 1.35rem; font-weight: 900; }
.preview-row .is-yes { color: #087f72; background: #effaf7; }
.preview-row .is-maybe { color: #9a6000; background: #fff8e8; }
.preview-row .is-no { color: #a1261d; background: #fff4f3; }
.preview-footer { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 10px; color: var(--muted); font-size: .64rem; }

.landing-section { padding: clamp(70px, 9vw, 110px) 0; }
.landing-section--soft { background: var(--soft); }
.landing-section__heading { max-width: 720px; margin-bottom: 38px; }
.landing-section__heading h2, .data-card h2, .landing-final h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.15rem); line-height: 1.25; letter-spacing: -.035em; }
.landing-section__heading > p:last-child { margin: 15px 0 0; color: var(--muted); font-size: 1.02rem; }
.landing-feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.landing-feature-grid article { position: relative; overflow: hidden; min-height: 226px; padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 12px 30px rgba(24, 48, 68, .06); }
.landing-feature-grid article > span { display: block; color: var(--accent); font-size: .75rem; font-weight: 900; letter-spacing: .12em; }
.landing-feature-grid h3 { margin: 36px 0 8px; font-size: 1.32rem; }
.landing-feature-grid p { margin: 0; color: var(--muted); }
.landing-feature-grid article::after { position: absolute; top: -42px; right: -42px; width: 120px; height: 120px; border-radius: 50%; background: var(--soft); content: ""; }

.how-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: clamp(50px, 9vw, 120px); }
.how-grid__heading { position: sticky; top: 110px; margin: 0; }
.landing-steps { display: grid; gap: 16px; margin: 0; padding: 0; list-style: none; }
.landing-steps li { display: grid; grid-template-columns: 50px 1fr; gap: 18px; padding: 24px; border: 1px solid #cce4df; border-radius: 18px; background: #fff; }
.landing-steps li > span { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 15px; color: #fff; background: var(--brand); font-size: 1.15rem; font-weight: 900; }
.landing-steps h3 { margin: 0 0 5px; font-size: 1.15rem; }
.landing-steps p { margin: 0; color: var(--muted); }
.use-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.use-list > div { display: grid; min-height: 156px; padding: 22px; align-content: space-between; border: 1px solid var(--line); border-radius: 19px; background: #fff; }
.use-list span { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 14px; color: var(--brand-dark); background: var(--soft); font-weight: 900; }
.use-list b { font-size: .95rem; }

.data-section { padding-top: 30px; }
.data-card { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(42px, 8vw, 100px); padding: clamp(34px, 6vw, 68px); border-radius: 28px; color: #fff; background: #173f3b; box-shadow: 0 24px 60px rgba(23, 63, 59, .18); }
.data-card .eyebrow { color: #80d9cb; }
.data-card > div > p:last-child { color: #d3e7e3; }
.data-card ul { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.data-card li { padding: 16px 18px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 15px; background: rgba(255, 255, 255, .07); }
.data-card li b, .data-card li span { display: block; }
.data-card li span { margin-top: 2px; color: #c7dfdb; font-size: .85rem; }
.landing-final { padding: 100px 0 112px; text-align: center; }
.landing-final p:not(.eyebrow) { margin: 14px 0 26px; color: var(--muted); }
.landing-final .button { display: inline-flex; }
.landing-footer { background: #f8fbfb; }

@media (max-width: 860px) {
  .landing-hero__grid { grid-template-columns: 1fr; }
  .landing-hero__copy { text-align: center; }
  .landing-hero__lead { margin-inline: auto; }
  .trust-list, .landing-actions { justify-content: center; }
  .schedule-preview { width: min(100%, 590px); margin-inline: auto; transform: none; }
  .how-grid { grid-template-columns: 1fr; gap: 36px; }
  .how-grid__heading { position: static; }
  .use-list { grid-template-columns: repeat(2, 1fr); }
  .data-card { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .landing-page .site-header { padding-block: 11px; }
  .top-nav > a:not(.top-nav__cta) { display: none; }
  .top-nav .top-nav__cta { padding: 7px 10px; font-size: .75rem; }
  .landing-hero { padding-top: 54px; }
  .landing-hero__copy h1 { font-size: clamp(2.45rem, 13vw, 3.7rem); }
  .landing-actions { flex-direction: column; gap: 13px; }
  .landing-primary { width: 100%; }
  .landing-feature-grid { grid-template-columns: 1fr; }
  .landing-feature-grid article { min-height: 0; }
  .preview-row { grid-template-columns: minmax(108px, 1.35fr) repeat(3, .75fr); }
  .preview-row > * { padding-inline: 5px; }
  .schedule-preview__body { padding: 16px; }
  .use-list { grid-template-columns: 1fr 1fr; }
  .use-list > div { min-height: 132px; padding: 17px; }
  .data-card { width: calc(100% - 24px); padding: 30px 22px; }
}

@media (min-width: 640px) {
  .shell { padding-top: 34px; }
  .hero { padding-top: 58px; }
  .card { padding: 30px; }
  .feature-list { grid-template-columns: repeat(3, 1fr); }
  .feature-list li { grid-template-columns: 1fr; }
  .form-section { padding: 28px; }
  .candidate-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 14px; }
  .candidate-location { grid-column: 1 / -1; }
  .copy-row { grid-template-columns: minmax(0, 1fr) auto; }
  .completion__actions { grid-template-columns: 1fr 1fr; }
  .share-card, .inline-panel, .shared-section { padding: 26px; }
  .compact-form { grid-template-columns: 1fr 1fr; align-items: end; }
  .compact-form .field:nth-child(3), .compact-form .candidate-location, .compact-form .candidate-note { grid-column: 1 / -1; }
  .compact-form .button { grid-column: 1 / -1; }
  .compact-form--participant { grid-template-columns: 1fr auto; }
  .compact-form--participant .button { grid-column: auto; }
  .participant-registration-form { grid-template-columns: minmax(0, 1fr); }
  .participant-registration-form .field, .participant-registration-form .button, .registration-answers { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
  .site-header__inner { align-items: flex-start; }
  .company-link { white-space: normal; text-align: right; }
  .event-heading { display: block; }
  .text-link { display: inline-block; margin-top: 8px; }
  .shared-actions { grid-template-columns: 1fr; }
  .section-title-row { align-items: flex-start; }
  .overview-actions { flex-wrap: wrap; justify-content: flex-end; }
  .shared-candidate { grid-template-columns: 1fr; }
  .candidate-actions { justify-content: flex-end; }
  .answer-options { grid-template-columns: repeat(3, 1fr); }
  .answer-clear { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

@media print {
  body { background: #fff; }
  .site-header, .hero__actions, .site-footer { display: none; }
  .shell { width: 100%; }
  .card { box-shadow: none; }
}
