:root {
  color-scheme: light;
  --ink: #17211c;
  --ink-muted: #607269;
  --paper: #f7fbf8;
  --paper-deep: #eef2ef;
  --white: #ffffff;
  --court: #1f7a55;
  --court-dark: #12533a;
  --court-soft: #b8d8c2;
  --lime: #b8d8c2;
  --lime-dark: #1f7a55;
  --orange: #1f7a55;
  --line: #d8e1dc;
  --content: 760px;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans TC", sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--paper);
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.78)),
    repeating-linear-gradient(0deg, transparent 0 48px, rgba(31, 122, 85, 0.08) 48px 50px),
    linear-gradient(135deg, #f7fbf8, #eef6ff);
  line-height: 1.6;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 20;
  padding: 10px 14px;
  color: var(--white);
  background: var(--ink);
  border-radius: 4px;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(207, 220, 213, 0.9);
  background: rgba(255, 255, 255, 0.92);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.site-header-inner {
  width: min(760px, calc(100vw - 36px));
  margin: 0 auto;
  padding: 16px 0;
  display: grid;
  gap: 6px;
}

.site-header-meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.site-brand-wordmark {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  display: inline-flex;
  align-items: baseline;
  gap: 1px;
  font-size: 14px;
  line-height: normal;
  text-decoration: none;
}

.site-brand-wordmark-sport,
.site-brand-wordmark-divider {
  color: var(--ink-muted);
  font-weight: 600;
}

.site-brand-wordmark-divider {
  line-height: 1;
  transform: translateY(-1px);
}

.site-brand-wordmark-name {
  color: var(--court-dark);
  font-weight: 900;
}

.site-brand-wordmark-name span {
  color: var(--court);
}

.site-brand-wordmark-collaboration-mark {
  align-self: center;
  margin-inline: 2px 3px;
  color: var(--ink-muted);
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.site-brand-wordmark-dupr {
  align-self: center;
  padding: 1px 3px;
  color: var(--white);
  background: #0f4299;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0.03em;
}

.site-title-row {
  min-width: 0;
  min-height: 36px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 8px;
}

.site-title {
  min-width: 0;
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: normal;
}

.header-action,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 46px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  border-radius: 8px;
  transition: transform 160ms ease, background-color 160ms ease, color 160ms ease;
}

.header-action {
  min-height: 32px;
  padding: 0 10px;
  color: var(--court-dark);
  background: var(--white);
  border: 1px solid var(--court);
}

.header-action:hover {
  color: var(--white);
  background: var(--court);
}

.button:hover {
  transform: translateY(-2px);
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  position: relative;
  width: 34px;
  height: 34px;
  display: inline-block;
  flex: 0 0 auto;
  background: var(--court-dark);
  border-radius: 50%;
  overflow: hidden;
}

.brand-mark::before,
.brand-mark::after,
.brand-mark span::before,
.brand-mark span::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: var(--paper);
  border-radius: 50%;
}

.brand-mark::before { top: 9px; left: 9px; }
.brand-mark::after { top: 9px; right: 9px; }
.brand-mark span::before { bottom: 9px; left: 9px; }
.brand-mark span::after { right: 9px; bottom: 9px; }

.hero {
  width: min(calc(100% - 40px), var(--content));
  min-height: 660px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(420px, 1.2fr);
  align-items: center;
  gap: clamp(32px, 4vw, 48px);
  padding: 72px 0 86px;
}

.eyebrow,
.section-index {
  margin: 0 0 22px;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink-muted);
}

.eyebrow span {
  width: 32px;
  height: 3px;
  background: var(--orange);
}

.hero h2 {
  margin: 0;
  max-width: 650px;
  font-size: clamp(54px, 6vw, 68px);
  line-height: 1.04;
  letter-spacing: -0.075em;
}

.hero h2 em {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  color: inherit;
  font-style: normal;
  z-index: 0;
}

.hero h2 em::after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: 7px;
  left: -5px;
  height: 18px;
  background: var(--lime);
  transform: rotate(-1.2deg);
  z-index: -1;
}

.hero-description {
  max-width: 560px;
  margin: 30px 0 0;
  color: var(--ink-muted);
  font-size: 18px;
  line-height: 1.85;
}

.hero-actions {
  margin-top: 34px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.button-primary {
  height: 36px;
  min-height: 36px;
  padding: 0 12px;
  gap: 10px;
  color: var(--white);
  background: var(--court);
  font-size: 16px;
  font-weight: 700;
}

.button-primary:hover {
  background: var(--court-dark);
}

.text-link {
  font-size: 14px;
  font-weight: 800;
  text-underline-offset: 5px;
}

.hero-visual {
  position: relative;
  min-height: 466px;
}

.event-preview {
  position: absolute;
  width: min(calc(100% - 28px), 500px);
  padding: 14px;
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 12px;
  background: var(--white);
  border: 1px solid rgba(18, 83, 58, 0.16);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(18, 83, 58, 0.11);
}

.event-preview-main {
  top: 22px;
  left: 12px;
  z-index: 3;
}

.event-preview-back {
  min-height: 150px;
  background: #f9fcfa;
}

.event-preview-back .demo-event-body {
  align-content: center;
}

.event-preview-back-bottom {
  top: 312px;
  left: 12px;
  z-index: 1;
  opacity: 0.58;
  transform: rotate(-1deg);
}

.event-preview-back-middle {
  top: 170px;
  left: 12px;
  z-index: 2;
  opacity: 0.78;
  transform: rotate(1deg);
}

.status-chip-muted {
  color: var(--ink-muted);
  background: var(--paper-deep);
}

.demo-event-date {
  min-height: 122px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 4px;
  color: var(--white);
  background: var(--court-dark);
  border-radius: 8px;
}

.demo-event-date span {
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}

.demo-event-date strong {
  font-size: 30px;
  font-weight: 950;
  line-height: 0.95;
}

.demo-event-body {
  min-width: 0;
  display: grid;
  gap: 12px;
}

.event-preview-topline,
.capacity-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.event-preview-topline {
  color: var(--ink-muted);
  font-size: 12px;
  font-weight: 700;
}

.event-summary-row {
  margin-top: 34px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.status-chip {
  padding: 4px 9px;
  color: var(--ink);
  background: var(--lime);
  border-radius: 999px;
  letter-spacing: 0;
}

.event-date {
  margin: 22px 0 12px;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.event-date strong {
  color: var(--ink);
  font-size: 58px;
  letter-spacing: -0.06em;
}

.event-preview-copy p {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.event-preview-copy small {
  display: block;
  margin-top: 4px;
  color: var(--ink-muted);
  font-size: 11px;
  font-weight: 700;
}

.demo-event-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.demo-event-title span {
  padding: 3px 5px;
  color: var(--white);
  background: #0f4299;
  font-size: 8px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.04em;
}

.demo-event-progress {
  position: relative;
  min-height: 30px;
  overflow: hidden;
  background: #eef7f1;
  border: 1px solid #c7ded2;
  border-radius: 8px;
}

.demo-event-progress::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 75%;
  background: var(--lime);
}

.demo-event-progress span {
  position: relative;
  z-index: 1;
  min-height: 28px;
  padding: 0 9px;
  display: inline-flex;
  align-items: center;
  color: var(--court-dark);
  font-size: 11px;
  font-weight: 900;
}

.demo-event-divisions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.demo-event-divisions span {
  padding: 6px 8px;
  color: var(--ink);
  background: #dcf4e9;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
}

.demo-event-divisions span:nth-child(2) { background: #dff2ff; }
.demo-event-divisions span:nth-child(3) { background: #eadcff; }

.event-capacity {
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: 4px;
  white-space: nowrap;
}

.event-capacity strong {
  color: var(--ink);
  font-size: 42px;
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.event-capacity span {
  color: var(--ink-muted);
  font-size: 11px;
  font-weight: 800;
}

.capacity-row {
  margin-top: 26px;
  font-size: 12px;
}

.capacity-track {
  height: 7px;
  margin-top: 9px;
  background: var(--paper-deep);
  overflow: hidden;
}

.event-status-row {
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--ink-muted);
  font-size: 11px;
  font-weight: 800;
}

.event-status-row strong {
  padding: 4px 7px;
  color: var(--white);
  background: #0f4299;
  font-size: 9px;
  line-height: 1.1;
  letter-spacing: 0.06em;
}

.capacity-track span {
  display: block;
  width: 75%;
  height: 100%;
  background: var(--court);
}

.preview-roster {
  margin-top: 22px;
  display: flex;
}

.preview-roster span {
  width: 34px;
  height: 34px;
  margin-right: -7px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--ink);
  border: 2px solid var(--white);
  border-radius: 50%;
  font-size: 9px;
  font-weight: 800;
}

.preview-roster span:last-child {
  color: var(--ink);
  background: var(--lime);
}

.visual-note {
  position: absolute;
  right: 18px;
  bottom: 14px;
  margin: 0;
  color: rgba(255, 253, 248, 0.72);
  font-size: 11px;
  font-weight: 700;
}

.visual-note span {
  color: var(--lime);
}

.clubs-section,
.steps-section {
  padding: 100px max(20px, calc((100% - var(--content)) / 2));
  background: var(--white);
}

.section-heading {
  display: grid;
  grid-template-columns: 0.36fr 1fr;
  gap: 40px;
  margin-bottom: 54px;
}

.section-index {
  color: var(--orange);
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.05;
  letter-spacing: -0.055em;
}

.section-heading > div > p {
  max-width: 600px;
  margin: 18px 0 0;
  color: var(--ink-muted);
}

.club-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.club-card {
  min-width: 0;
  min-height: 0;
  position: relative;
  display: block;
  padding: 24px 26px 19px;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.club-card::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 7px;
  background: var(--court);
}

.club-card:hover {
  border-color: var(--court-soft);
  box-shadow: 0 14px 30px rgba(18, 83, 58, 0.1);
  transform: translateY(-4px);
}

.club-card-logo {
  position: absolute;
  top: 18px;
  right: 20px;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  color: rgba(31, 122, 85, 0.11);
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--paper-deep);
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.08em;
  overflow: hidden;
}

.club-card-logo img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: contain;
}

.club-card.has-logo .club-card-logo {
  font-size: inherit;
  line-height: normal;
  letter-spacing: normal;
}

.club-card.has-logo .club-card-logo-fallback {
  display: none;
}

.club-card-copy {
  width: 100%;
  display: grid;
  gap: 7px;
  min-width: 0;
}

.club-card-title {
  max-width: 100%;
  margin-top: 0;
  padding-right: 82px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.club-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  color: var(--ink-muted);
  font-size: 13px;
  font-weight: 650;
  padding-right: 82px;
}

.club-card-meta > span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.club-card-meta svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.club-card-description {
  display: -webkit-box;
  overflow: hidden;
  color: #4f6257;
  font-size: 14px;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.club-card-action {
  width: 100%;
  margin-top: 4px;
  padding-top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  color: var(--court-dark);
  font-size: 13px;
  font-weight: 700;
}

.club-card-action span {
  width: auto;
  height: auto;
  color: var(--court);
  background: transparent;
  font-size: 18px;
}

.club-list-empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 34px 8px;
  color: var(--ink-muted);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.features-section {
  padding: 110px max(20px, calc((100% - var(--content)) / 2)) 120px;
  color: var(--ink);
  background: var(--paper-deep);
}

.features-section .section-heading {
  margin-bottom: 36px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.feature-card {
  position: relative;
  padding: 34px 34px 28px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
}

.feature-card::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 7px;
  background: var(--court);
}

.feature-number {
  position: absolute;
  top: 24px;
  right: 25px;
  color: rgba(31, 122, 85, 0.12);
  font-size: 72px;
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.08em;
}

.feature-card h3,
.steps-list h3 {
  margin: 0;
  font-size: 26px;
  letter-spacing: -0.025em;
}

.feature-card h3 {
  margin-top: 21px;
  line-height: 1.2;
}

.feature-card p {
  margin: 12px 0 0;
  color: var(--ink-muted);
  font-size: 14px;
}

.feature-card-dupr {
  color: var(--white);
  background: var(--court-dark);
  border-color: var(--court-dark);
}

.feature-card-dupr::after {
  background: var(--lime);
}

.feature-card-dupr .feature-number {
  color: rgba(184, 216, 194, 0.22);
}

.feature-card-dupr p {
  color: rgba(255, 255, 255, 0.7);
}

.steps-section {
  background: var(--paper);
}

.steps-list {
  margin: 0 0 42px calc(36% + 40px);
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.steps-list li {
  min-height: 126px;
  display: grid;
  grid-template-columns: 76px 1fr;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid var(--line);
}

.step-number {
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
}

.steps-list p {
  margin: 6px 0 0;
  color: var(--ink-muted);
  font-size: 14px;
}

.button-dark {
  margin-left: calc(36% + 40px);
  color: var(--white);
  background: var(--court);
}

.site-footer {
  min-height: 96px;
  padding: 24px max(20px, calc((100% - var(--content)) / 2));
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  color: var(--white);
  background: var(--court-dark);
}

.footer-logo-image {
  width: 40px;
  height: 40px;
  display: block;
  flex: 0 0 auto;
  object-fit: cover;
  border-radius: 50%;
}

.brand-mark-light {
  background: var(--lime);
}

.brand-mark-light::before,
.brand-mark-light::after,
.brand-mark-light span::before,
.brand-mark-light span::after {
  background: var(--ink);
}

.footer-brand strong {
  font-size: 18px;
}

.footer-brand p,
.footer-note {
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
}

.footer-brand p {
  margin-top: -4px;
}

.footer-note {
  margin: 0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

a:focus-visible {
  outline: 3px solid var(--court);
  outline-offset: 4px;
}

@media (max-width: 860px) {
  .hero {
    grid-template-columns: 1fr;
    padding-top: 58px;
  }

  .hero-copy {
    max-width: 660px;
  }

  .hero-visual {
    min-height: 460px;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .section-index {
    margin-bottom: 12px;
  }

  .club-list,
  .steps-list,
  .button-dark {
    margin-left: 0;
  }

  .club-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature-card {
    min-height: 0;
  }
}

@media (max-width: 560px) {
  .hero {
    width: min(calc(100% - 32px), var(--content));
  }

  .header-action {
    min-height: 32px;
    padding: 0 8px;
    font-size: 12px;
  }

  .hero {
    min-height: 0;
    gap: 52px;
    padding: 24px 0 32px;
  }

  .eyebrow {
    margin-bottom: 18px;
    font-size: 12px;
  }

  .hero h2 {
    font-size: clamp(46px, 14.5vw, 64px);
  }

  .hero-description br {
    display: none;
  }

  .feature-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .features-section .section-heading {
    margin-bottom: 24px;
  }

  .feature-card {
    min-height: 0;
    padding: 24px 26px 19px;
  }

  .feature-number {
    top: 20px;
    right: 22px;
    font-size: 62px;
  }

  .hero h2 em::after {
    bottom: 4px;
    height: 13px;
  }

  .hero-description {
    margin-top: 22px;
    font-size: 16px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .hero-visual {
    min-height: 390px;
    margin-right: -16px;
    margin-left: -16px;
  }

  .event-preview {
    width: calc(100% - 42px);
    grid-template-columns: 62px minmax(0, 1fr);
    padding: 12px;
  }

  .event-preview-main {
    top: 6px;
    left: 14px;
  }

  .event-preview-back {
    min-height: 122px;
  }

  .event-preview-back-middle {
    top: 150px;
    left: 14px;
    transform: rotate(1deg);
  }

  .event-preview-back-bottom {
    top: 264px;
    left: 14px;
    transform: rotate(-1deg);
  }

  .event-preview-back .demo-event-date {
    min-height: 96px;
  }

  .event-date strong {
    font-size: 50px;
  }

  .visual-note {
    display: none;
  }

  .clubs-section,
  .features-section,
  .steps-section {
    padding-top: 24px;
  }

  .clubs-section,
  .steps-section {
    padding-bottom: 82px;
  }

  .features-section {
    padding-bottom: 68px;
  }

  .section-heading {
    margin-bottom: 38px;
  }

  .section-heading h2 {
    font-size: 40px;
  }

  .club-card {
    min-height: 0;
    padding: 24px 26px 19px;
  }

  .club-list {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .club-card-title {
    font-size: 22px;
  }

  .club-card-logo {
    width: 58px;
    height: 58px;
    font-size: 30px;
  }

  .club-card-action {
    padding-top: 0;
    font-size: 13px;
  }

  .club-card-action span {
    width: auto;
    height: auto;
    font-size: 18px;
  }

  .feature-card {
    padding: 24px 26px 19px;
  }

  .steps-list li {
    min-height: 118px;
    grid-template-columns: 52px 1fr;
  }

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

@media (max-width: 430px) {
  .site-header-inner {
    width: min(760px, calc(100vw - 24px));
  }

  .site-title-row {
    min-height: 0;
  }

  .site-title {
    font-size: 28px;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}

/* Native disclosures keep FAQ usable without JavaScript. */
.faq-section {
  padding: 80px max(20px, calc((100% - var(--content)) / 2));
  background: var(--paper-deep);
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  color: var(--court-dark);
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "";
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  background:
    linear-gradient(currentColor, currentColor) center / 14px 3px no-repeat,
    linear-gradient(currentColor, currentColor) center / 3px 14px no-repeat;
}

.faq-item[open] summary::after {
  background-size: 14px 3px, 0 0;
}

.faq-item summary:focus-visible {
  outline: 3px solid var(--court);
  outline-offset: 4px;
  border-radius: 18px;
}

.faq-item p {
  margin: 0;
  padding: 0 24px 24px;
  color: var(--ink-muted);
  font-size: 14px;
  overflow-wrap: anywhere;
}

@media (max-width: 560px) {
  .faq-section {
    padding-top: 24px;
    padding-bottom: 68px;
  }

  .faq-item summary {
    padding: 12px 20px;
    font-size: 16px;
  }

  .faq-item p {
    padding: 0 20px 20px;
  }
}
