@font-face { font-family: "Poppins"; src: url("../fonts/poppins-regular.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("../fonts/poppins-medium.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("../fonts/poppins-semibold.woff2") format("woff2"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("../fonts/poppins-bold.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: swap; }

:root {
  --font-family-sans: "Poppins", system-ui, -apple-system, "Segoe UI", sans-serif;
  --background: #fefefe;
  --base-300: #ede7f3;
  --foreground: #141610;
  --primary: #8a69d4;
  --secondary: #2e1a47;
  --accent: #ff6a13;

  --muted: #4d4658;
  --line: #d9cfe6;
  --primary-ink: #5b3fae;
  --on-dark: #f4f0f9;
  --on-dark-muted: #c9bddb;
  --wrap: 72rem;
  --measure: 40rem;
  --radius: 10px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: 5rem; }
body {
  margin: 0;
  font-family: var(--font-family-sans);
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--foreground);
  background: var(--background);
  text-rendering: optimizeLegibility;
}
img, svg { max-width: 100%; height: auto; display: block; }
a { color: var(--primary-ink); text-underline-offset: .18em; text-decoration-thickness: 1px; }
a:hover { color: var(--secondary); text-decoration-thickness: 2px; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; border-radius: 4px; }

h1, h2, h3 { line-height: 1.2; letter-spacing: -0.015em; margin: 0 0 .6em; color: var(--secondary); }
h1 { font-size: clamp(2rem, 1.3rem + 3vw, 3.25rem); font-weight: 600; }
h2 { font-size: clamp(1.5rem, 1.15rem + 1.5vw, 2.1rem); font-weight: 600; }
h3 { font-size: 1.2rem; font-weight: 600; }
p, ul, ol, dl, table, blockquote, figure { margin: 0 0 1.1em; }
ul, ol { padding-left: 1.2em; }
li { margin-bottom: .45em; }
strong { font-weight: 600; }

.wrap { width: min(100% - 2.5rem, var(--wrap)); margin-inline: auto; }
.prose { max-width: var(--measure); }
.nw { white-space: nowrap; }
.lead { font-size: 1.2rem; line-height: 1.6; color: var(--muted); max-width: var(--measure); }
.skip { position: absolute; left: -999px; top: 0; background: var(--accent); color: var(--foreground); padding: .6rem 1rem; z-index: 100; }
.skip:focus { left: 1rem; top: 1rem; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(254,254,254,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(6px); }
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; min-height: 4.5rem; }
.brand { display: flex; align-items: center; gap: .7rem; text-decoration: none; color: var(--secondary); }
.brand:hover { color: var(--secondary); }
.brand img { width: 38px; height: 38px; }
.brand span { display: flex; flex-direction: column; line-height: 1.15; }
.brand b { font-weight: 600; font-size: 1.05rem; }
.brand small { font-size: .8rem; color: var(--muted); }
.nav ul { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 1.4rem; }
.nav li { margin: 0; }
.nav a { color: var(--foreground); text-decoration: none; font-size: .95rem; font-weight: 500; padding: .3rem 0; border-bottom: 2px solid transparent; }
.nav a:hover { border-bottom-color: var(--primary); }
.nav a[aria-current="page"] { border-bottom-color: var(--primary); color: var(--secondary); }
.nav a.btn { border-bottom: 0; padding: .55rem 1.1rem; }
.nav-toggle { display: none; background: none; border: 1px solid var(--line); border-radius: 8px; padding: .5rem .8rem; font: inherit; font-size: .9rem; font-weight: 500; color: var(--secondary); cursor: pointer; }

.btn { display: inline-block; font-weight: 600; font-size: 1rem; line-height: 1.2; text-decoration: none; border-radius: 8px; padding: .85rem 1.4rem; border: 2px solid transparent; transition: background-color .15s, color .15s; }
.btn-accent { background: var(--accent); color: var(--foreground); }
.btn-accent:hover { background: #ff8440; color: var(--foreground); }
.btn-dark { background: var(--secondary); color: #fff; }
.btn-dark:hover { background: #432a66; color: #fff; }
.btn-line { border-color: currentColor; color: var(--on-dark); }
.btn-line:hover { background: var(--on-dark); color: var(--secondary); }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.8rem; }

.hero { background: var(--secondary); color: var(--on-dark); padding: clamp(3rem, 7vw, 5.5rem) 0 clamp(2.5rem, 6vw, 4.5rem); overflow: hidden; }
.hero .wrap { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.hero h1 { color: #fff; margin-bottom: .5em; }
.hero .lead { color: var(--on-dark-muted); }
.hero .context { font-size: .92rem; color: var(--on-dark-muted); margin-top: 1.4rem; max-width: 34rem; }
.curve { margin: 0; }
.curve svg { width: 100%; }
.curve figcaption { font-size: clamp(1.15rem, 1rem + .7vw, 1.45rem); font-weight: 500; line-height: 1.35; color: #fff; margin-top: 1rem; max-width: 26rem; }
.curve figcaption span { display: block; font-size: .85rem; font-weight: 400; color: var(--on-dark-muted); margin-top: .4rem; }
.curve .price { stroke-dasharray: 1400; stroke-dashoffset: 1400; animation: draw 2.2s cubic-bezier(.6,.1,.3,1) .2s forwards; }
.curve .window { opacity: 0; animation: appear .5s ease 2.2s forwards; }
@keyframes draw { to { stroke-dashoffset: 0; } }
@keyframes appear { to { opacity: 1; } }
@media (prefers-reduced-motion: reduce) {
  .curve .price { animation: none; stroke-dashoffset: 0; }
  .curve .window { animation: none; opacity: 1; }
}

.section { padding: clamp(3rem, 6vw, 5rem) 0; }
.section.tint { background: var(--base-300); }
.section-head { max-width: var(--measure); margin-bottom: 2.2rem; }
.section-head p { color: var(--muted); }

.figures { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin: 0; }
.figure { border-left: 3px solid var(--accent); padding-left: 1.2rem; margin: 0; }
.figure dt { font-size: clamp(2.3rem, 1.6rem + 2.6vw, 3.4rem); font-weight: 600; line-height: 1; color: var(--secondary); letter-spacing: -0.02em; margin-bottom: .5rem; }
.figure dd { margin: 0; color: var(--muted); font-size: .98rem; line-height: 1.5; }
.footnote { font-size: .85rem; color: var(--muted); margin-top: 1.6rem; max-width: 48rem; }

.services { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2.5rem 3rem; }
.service { border-top: 3px solid var(--primary); padding-top: 1.2rem; }
.service h3 a { color: var(--secondary); text-decoration: none; }
.service h3 a:hover { text-decoration: underline; }
.service p { color: var(--muted); margin-bottom: .7rem; }
.service .more { font-weight: 500; font-size: .95rem; }

.steps { list-style: none; padding: 0; counter-reset: step; display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; }
.steps li { counter-increment: step; margin: 0; }
.steps li::before { content: counter(step); display: grid; place-items: center; width: 2.4rem; height: 2.4rem; border-radius: 50%; background: var(--secondary); color: #fff; font-weight: 600; margin-bottom: 1rem; }
.steps h3 { margin-bottom: .35em; }
.steps p { color: var(--muted); font-size: .98rem; }

.cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem; }
.cols p { color: var(--muted); }

.portrait { display: grid; grid-template-columns: minmax(200px, 320px) 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.portrait img { border-radius: var(--radius); background: var(--base-300); aspect-ratio: 4 / 5; object-fit: cover; width: 100%; }

.clubs { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: .7rem; }
.clubs li { margin: 0; background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: .45rem 1.1rem; font-weight: 500; color: var(--secondary); font-size: .95rem; }

.faq details { border-bottom: 1px solid var(--line); padding: 1.1rem 0; max-width: 48rem; }
.faq details:first-of-type { border-top: 1px solid var(--line); }
.faq summary { cursor: pointer; font-weight: 600; color: var(--secondary); list-style: none; display: flex; justify-content: space-between; gap: 1rem; font-size: 1.05rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-weight: 400; font-size: 1.5rem; line-height: 1; color: var(--primary-ink); transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details > div { padding-top: .8rem; color: var(--muted); }
.faq details > div p:last-child { margin-bottom: 0; }

.cta-band { background: var(--accent); color: var(--foreground); padding: clamp(2.5rem, 5vw, 3.5rem) 0; }
.cta-band .wrap { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.5rem 3rem; }
.cta-band h2 { color: var(--foreground); margin-bottom: .3em; }
.cta-band p { margin: 0; max-width: 36rem; }

.page-head { background: var(--base-300); padding: clamp(2.2rem, 5vw, 3.8rem) 0 clamp(2rem, 4vw, 3rem); }
.crumbs ol { list-style: none; padding: 0; margin: 0 0 1.4rem; display: flex; flex-wrap: wrap; gap: .3rem; font-size: .88rem; color: var(--muted); }
.crumbs li { margin: 0; }
.crumbs li + li::before { content: "/"; margin-right: .4rem; color: var(--primary); }
.crumbs a { color: var(--muted); }
.page-body { padding: clamp(2.5rem, 5vw, 4rem) 0; }
.page-body .layout { display: grid; grid-template-columns: minmax(0, 1fr) 18rem; gap: clamp(2rem, 5vw, 4.5rem); align-items: start; }
.page-body article > h2 { margin-top: 2.2rem; }
.page-body article > h2:first-child { margin-top: 0; }
.page-body article { max-width: 44rem; }
.aside { position: sticky; top: 6rem; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.4rem; background: #fff; }
.aside h2 { font-size: 1.1rem; margin-bottom: .6rem; }
.aside p { font-size: .95rem; color: var(--muted); }
.aside ul { list-style: none; padding: 0; margin: 1.2rem 0 0; border-top: 1px solid var(--line); padding-top: 1rem; font-size: .93rem; }
.aside .btn { width: 100%; text-align: center; }

table { border-collapse: collapse; width: 100%; font-size: .96rem; }
th, td { text-align: left; vertical-align: top; padding: .8rem .9rem; border-bottom: 1px solid var(--line); }
thead th { background: var(--secondary); color: #fff; font-weight: 600; }
tbody th { color: var(--secondary); font-weight: 600; white-space: nowrap; }
.table-scroll { overflow-x: auto; margin-bottom: 1.2em; }

.facts { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; padding: 1.4rem 1.6rem; margin: 0 0 2rem; }
.facts h2 { font-size: 1.15rem; margin-bottom: .8rem; }
.facts dl { display: grid; grid-template-columns: 9rem 1fr; gap: .55rem 1.2rem; margin: 0; font-size: .97rem; }
.facts dt { font-weight: 600; color: var(--secondary); }
.facts dd { margin: 0; color: var(--foreground); }

blockquote.credo { margin: 0 0 1.5rem; padding: 1.2rem 0 1.2rem 1.4rem; border-left: 3px solid var(--accent); font-size: 1.25rem; line-height: 1.5; font-weight: 500; color: var(--secondary); }

.case { background: var(--secondary); color: var(--on-dark); border-radius: var(--radius); padding: 1.6rem 1.8rem; margin: 1.5rem 0 1rem; }
.case h3 { color: #fff; }
.case .big { font-size: 2.6rem; font-weight: 600; color: #fff; line-height: 1; margin: .4rem 0 .6rem; }
.case p { color: var(--on-dark-muted); margin-bottom: .6rem; }

.contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; margin-bottom: 2rem; }
.contact-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 1.3rem 1.4rem; background: #fff; }
.contact-card h2 { font-size: 1.05rem; margin-bottom: .4rem; }
.contact-card p { margin: 0; }
.contact-card .value { font-size: 1.15rem; font-weight: 600; }

.posts { list-style: none; padding: 0; }
.posts li { border-top: 1px solid var(--line); padding: 1.4rem 0; margin: 0; }
.posts time { font-size: .88rem; color: var(--muted); }
.posts h2 { font-size: 1.3rem; margin: .2rem 0 .4rem; }
.posts h2 a { color: var(--secondary); text-decoration: none; }
.posts h2 a:hover { text-decoration: underline; }
.meta { font-size: .9rem; color: var(--muted); margin-top: -.3rem; }

.placeholder { background: #fff3cd; outline: 2px dashed var(--accent); padding: .1em .3em; }

.site-footer { background: var(--secondary); color: var(--on-dark-muted); padding: 3.5rem 0 2rem; font-size: .93rem; }
.site-footer a { color: var(--on-dark); }
.site-footer a:hover { color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 2.5rem; }
.site-footer h2 { color: #fff; font-size: 1rem; margin-bottom: .8rem; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: .4rem; }
.footer-id { color: var(--on-dark); }
.disclaimer { border-top: 1px solid rgba(255,255,255,.15); margin-top: 2.5rem; padding-top: 1.5rem; font-size: .85rem; }
.disclaimer p { margin-bottom: .5rem; }

@media (max-width: 1020px) {
  .steps { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .page-body .layout { grid-template-columns: 1fr; }
  .aside { position: static; }
}
@media (max-width: 900px) {
  .nav-toggle { display: inline-block; }
  .nav { position: absolute; top: 100%; left: 0; right: 0; background: var(--background); border-bottom: 1px solid var(--line); display: none; }
  .nav.open { display: block; }
  .nav ul { flex-direction: column; align-items: stretch; gap: 0; padding: .5rem 1.25rem 1.2rem; }
  .nav li a { display: block; padding: .8rem 0; border-bottom: 1px solid var(--line); }
  .nav a.btn { margin-top: 1rem; text-align: center; }
  .hero .wrap { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  body { font-size: 1rem; }
  .figures, .services, .cols, .contact-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .portrait { grid-template-columns: 1fr; }
  .portrait img { max-width: 280px; }
  .facts dl { grid-template-columns: 1fr; gap: .1rem; }
  .facts dd { margin-bottom: .6rem; }
  .footer-grid { grid-template-columns: 1fr; }
}
@media print {
  .site-header, .cta-band, .site-footer, .aside { display: none; }
}

.club-logos { list-style: none; padding: 0; margin: 0 0 1.4rem; display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 1rem; }
.club-logos li { margin: 0; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.2rem 1rem .9rem; display: flex; flex-direction: column; align-items: center; justify-content: space-between; gap: .7rem; text-align: center; }
.club-logos img { height: 56px; width: auto; max-width: 100%; object-fit: contain; }
.club-logos span { font-size: .9rem; font-weight: 500; color: var(--secondary); }
.club-logo { display: block; height: 52px; width: auto; max-width: 100%; object-fit: contain; object-position: left; margin: .2rem 0 .9rem; }
@media (max-width: 760px) { .club-logos { grid-template-columns: repeat(2, 1fr); } }
.club-logos li:last-child:nth-child(odd) { grid-column: auto; }

.answer { background: var(--base-300); border-left: 4px solid var(--accent); border-radius: 0 var(--radius) var(--radius) 0; padding: 1.1rem 1.3rem; margin: 0 0 1.8rem; }
.answer p { margin: 0; font-size: 1.03rem; }
.answer strong { color: var(--secondary); }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.hub-list { list-style: none; padding: 0; }
.hub-list li { border-top: 1px solid var(--line); padding: 1.3rem 0; margin: 0; }
.hub-list h2 { font-size: 1.22rem; margin: 0 0 .35rem; }
.hub-list h2 a { color: var(--secondary); text-decoration: none; }
.hub-list h2 a:hover { text-decoration: underline; }
.hub-list p { margin: 0; color: var(--muted); }

@media (max-width: 900px) and (pointer: coarse) {
  .aside ul li a,
  .site-footer ul li a,
  .contact-list a,
  .hub-list h2 a,
  .crumbs a {
    display: inline-block;
    padding-block: .45rem;
    min-height: 24px;
  }
  .contact-list a[href^="tel:"],
  .contact-list a[href^="mailto:"] {
    padding-block: .6rem;
    font-weight: 600;
  }
  .faq summary { padding-block: .35rem; }
}
