.fz-landing {
  --primary: #087443;
  --primary-dark: #07512f;
  --primary-deep: #052e1d;
  --accent: #c7f36b;
  --accent-soft: #e9ffc1;
  --surface: #ffffff;
  --surface-soft: #f4f8f5;
  --surface-warm: #f5f2e9;
  --text: #102019;
  --text-muted: #526159;
  --border: #d8e3dc;
  --focus: #1570ef;
  --shadow-sm: 0 8px 24px rgba(8, 55, 34, .08);
  --shadow-lg: 0 30px 80px rgba(7, 54, 32, .17);
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 32px;
  --shell: 1180px;
  --header-height: 80px;
  --ease: cubic-bezier(.2, .8, .2, 1);
  --z-header: 50;
  min-width: 320px;
  background: var(--surface);
  color: var(--text);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.fz-landing *, .fz-landing *::before, .fz-landing *::after { box-sizing: border-box; }
.fz-landing button, .fz-landing a { font: inherit; }
.fz-landing a { color: inherit; }
.fz-landing button { cursor: pointer; }
.fz-landing img { display: block; max-width: 100%; }
.fz-landing svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.fz-landing .shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.fz-landing .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.fz-landing .skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 10px 16px; background: var(--text); color: #fff; border-radius: 8px; transform: translateY(-160%); transition: transform .2s; }
.fz-landing .skip-link:focus { transform: translateY(0); }
.fz-landing :focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
.fz-landing #landing-content:focus { outline: none; }

.fz-landing .site-header { position: sticky; z-index: var(--z-header); top: 0; height: var(--header-height); border-bottom: 1px solid rgba(216, 227, 220, .8); background: rgba(255, 255, 255, .92); backdrop-filter: blur(16px); }
.fz-landing .nav-shell { width: min(calc(100% - 48px), var(--shell)); height: 100%; margin-inline: auto; display: flex; align-items: center; gap: 32px; }
.fz-landing .brand { display: block; width: 146px; flex: 0 0 auto; }
.fz-landing .brand img, .fz-landing .footer-brand img { width: 100%; height: auto; }
.fz-landing .primary-navigation { display: flex; align-items: center; gap: 30px; margin-inline: auto; }
.fz-landing .primary-navigation a, .fz-landing .text-link { text-decoration: none; font-weight: 600; font-size: 15px; transition: color .2s; }
.fz-landing .primary-navigation a:hover, .fz-landing .text-link:hover { color: var(--primary); }
.fz-landing .primary-navigation a[aria-current="page"], .fz-landing .text-link[aria-current="page"] { color: var(--primary); }
.fz-landing .mobile-navigation-actions { display: none; }
.fz-landing .nav-actions { display: flex; align-items: center; gap: 20px; }
.fz-landing .menu-button { display: none; width: 48px; height: 48px; padding: 12px; border: 1px solid var(--border); border-radius: 12px; background: #fff; }

.fz-landing .button { min-height: 50px; padding: 13px 21px; border: 1px solid transparent; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; text-decoration: none; font-weight: 700; line-height: 1.2; transition: transform .2s var(--ease), box-shadow .2s var(--ease), background .2s, color .2s, border-color .2s; touch-action: manipulation; }
.fz-landing .button:hover { transform: translateY(-2px); }
.fz-landing .button:active { transform: translateY(0); }
.fz-landing .button svg { width: 19px; height: 19px; transition: transform .2s; }
.fz-landing .button:hover svg { transform: translateX(3px); }
.fz-landing .button-small { min-height: 44px; padding: 11px 17px; background: var(--primary); color: #fff; font-size: 14px; }
.fz-landing .button-primary { background: var(--primary); color: #fff; box-shadow: 0 10px 28px rgba(8,116,67,.2); }
.fz-landing .button-primary:hover, .fz-landing .button-small:hover { background: var(--primary-dark); box-shadow: 0 14px 32px rgba(8,116,67,.25); }
.fz-landing .button-secondary { border-color: #adbbb2; background: #fff; color: var(--text); }
.fz-landing .button-secondary:hover { border-color: var(--primary); color: var(--primary); }
.fz-landing .button-light { background: var(--accent); color: var(--primary-deep); box-shadow: 0 12px 30px rgba(4,32,19,.22); }
.fz-landing .button-light:hover { background: #d8ff8b; }
.fz-landing .full { width: 100%; }

.fz-landing .hero { min-height: calc(100dvh - var(--header-height)); padding: 76px 0 58px; overflow: hidden; background: radial-gradient(circle at 72% 32%, rgba(199,243,107,.22), transparent 30%), linear-gradient(135deg, #fbfdfb, #f1f8f4); }
.fz-landing .hero-grid { display: grid; grid-template-columns: .93fr 1.07fr; align-items: center; gap: 54px; }
.fz-landing .eyebrow, .fz-landing .section-number { color: var(--primary); font-size: 13px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.fz-landing .eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 7px 12px 7px 8px; border: 1px solid #c7dccf; border-radius: 999px; background: rgba(255,255,255,.72); }
.fz-landing .eyebrow span { width: 10px; height: 10px; border-radius: 50%; background: var(--primary); box-shadow: 0 0 0 4px rgba(8,116,67,.12); }
.fz-landing h1, .fz-landing h2, .fz-landing h3, .fz-landing strong { font-family: "Manrope", "DM Sans", sans-serif; }
.fz-landing h1 { max-width: 680px; margin: 22px 0; font-size: clamp(46px, 5.5vw, 76px); line-height: .99; letter-spacing: -.055em; }
.fz-landing h1 em { color: var(--primary); font-style: normal; }
.fz-landing .hero-lead { max-width: 590px; margin: 0; color: var(--text-muted); font-size: 19px; line-height: 1.55; }
.fz-landing .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.fz-landing .trust-list { display: flex; flex-wrap: wrap; gap: 18px; margin: 25px 0 0; padding: 0; list-style: none; color: #435149; font-size: 13px; font-weight: 600; }
.fz-landing .trust-list li { display: flex; align-items: center; gap: 6px; }
.fz-landing .trust-list svg { width: 16px; height: 16px; padding: 2px; border-radius: 50%; background: #dff5e7; color: var(--primary); stroke-width: 3; }

.fz-landing .product-stage { position: relative; min-height: 610px; display: grid; place-items: center; }
.fz-landing .field-lines { position: absolute; inset: 5% -15% 0 5%; border: 1px solid rgba(8,116,67,.1); border-radius: 50%; transform: rotate(-14deg); }
.fz-landing .field-lines::before, .fz-landing .field-lines::after { content: ""; position: absolute; border: 1px solid rgba(8,116,67,.1); border-radius: 50%; }
.fz-landing .field-lines::before { inset: 18%; }
.fz-landing .field-lines::after { inset: 37%; }
.fz-landing .browser-frame { position: relative; z-index: 2; width: 100%; max-width: 620px; padding: 10px; border: 1px solid #c8d2cb; border-radius: 25px; background: #fff; box-shadow: var(--shadow-lg); transform: rotate(2.5deg); }
.fz-landing .browser-bar { height: 40px; display: grid; grid-template-columns: 70px 1fr 70px; align-items: center; }
.fz-landing .browser-dots { display: flex; gap: 5px; padding-left: 7px; }
.fz-landing .browser-dots i { width: 7px; height: 7px; border-radius: 50%; background: #ccd5cf; }
.fz-landing .browser-url { grid-column: 2; height: 22px; display: flex; align-items: center; justify-content: center; gap: 5px; border-radius: 6px; background: #f1f4f2; color: #607168; font-size: 10px; }
.fz-landing .browser-url span { width: 6px; height: 6px; border-radius: 50%; background: var(--primary); }
.fz-landing .club-site { overflow: hidden; min-height: 465px; border-radius: 17px; background: #eef3ef; }
.fz-landing .club-header { height: 60px; padding: 0 20px; display: flex; align-items: center; gap: 10px; background: #fff; }
.fz-landing .club-badge { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 50% 50% 48% 48%; background: var(--primary); color: var(--accent); font-family: "Manrope", sans-serif; font-size: 11px; font-weight: 800; }
.fz-landing .club-header strong { display: block; font-size: 12px; }
.fz-landing .club-header small { display: block; color: #78847d; font-size: 8px; }
.fz-landing .club-nav { margin-left: auto; font-size: 9px; font-weight: 700; }
.fz-landing .club-hero { min-height: 190px; padding: 34px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; color: #fff; background: linear-gradient(105deg, rgba(3,49,27,.98), rgba(8,116,67,.58)), radial-gradient(circle at 85% 100%, #9ed051, transparent 45%); }
.fz-landing .club-hero > span:first-child { color: var(--accent); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.fz-landing .club-hero strong { max-width: 290px; font-size: 27px; line-height: 1.05; }
.fz-landing .preview-button { margin-top: 15px; padding: 8px 12px; border-radius: 5px; background: var(--accent); color: var(--primary-deep); font-size: 8px; font-weight: 800; }
.fz-landing .match-card { position: relative; width: 85%; margin: -24px auto 12px; padding: 14px 22px 12px; border-radius: 11px; background: #fff; text-align: center; box-shadow: 0 10px 30px rgba(8,55,34,.12); }
.fz-landing .live-pill { position: absolute; top: -9px; left: 50%; padding: 3px 8px; border-radius: 999px; background: var(--accent); color: var(--primary-deep); font-size: 6px; font-weight: 800; text-transform: uppercase; transform: translateX(-50%); }
.fz-landing .match-teams { display: flex; align-items: center; justify-content: center; gap: 13px; }
.fz-landing .match-teams b { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: #edf3ee; color: var(--primary); font-size: 8px; }
.fz-landing .match-teams strong { font-size: 10px; }
.fz-landing .match-teams span { color: #9aa49e; margin: 0 4px; }
.fz-landing .match-card small { color: #78847d; font-size: 7px; }
.fz-landing .site-cards { display: grid; grid-template-columns: 1.4fr 1fr; gap: 9px; padding: 0 28px 20px; }
.fz-landing .site-cards div { min-height: 70px; padding: 12px; border-radius: 8px; background: #fff; }
.fz-landing .site-cards span { display: block; color: var(--primary); font-size: 7px; font-weight: 800; text-transform: uppercase; }
.fz-landing .site-cards strong { font-size: 10px; }
.fz-landing .float-card { position: absolute; z-index: 3; padding: 13px 16px; display: flex; align-items: center; gap: 11px; border: 1px solid #d9e4dd; border-radius: 14px; background: rgba(255,255,255,.94); box-shadow: var(--shadow-sm); backdrop-filter: blur(8px); }
.fz-landing .float-card small, .fz-landing .float-card strong { display: block; line-height: 1.3; }
.fz-landing .float-card small { color: #6a786f; font-size: 10px; }
.fz-landing .float-card strong { font-size: 12px; }
.fz-landing .float-card-top { top: 70px; right: -12px; }
.fz-landing .float-card-bottom { bottom: 72px; left: -25px; }
.fz-landing .float-card-bottom svg { width: 28px; height: 28px; color: var(--primary); }
.fz-landing .status-dot { width: 12px; height: 12px; border-radius: 50%; background: #27b96d; box-shadow: 0 0 0 5px rgba(39,185,109,.14); }

.fz-landing .proof-strip { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: #fff; }
.fz-landing .proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.fz-landing .proof-grid div { padding: 28px 24px; display: flex; align-items: baseline; justify-content: center; gap: 8px; border-right: 1px solid var(--border); }
.fz-landing .proof-grid div:first-child { border-left: 1px solid var(--border); }
.fz-landing .proof-grid strong { color: var(--primary); font-size: 26px; font-variant-numeric: tabular-nums; }
.fz-landing .proof-grid span { color: var(--text-muted); font-size: 13px; }

.fz-landing .section { padding: 116px 0; }
.fz-landing .split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: start; }
.fz-landing .section-heading h2, .fz-landing .section-intro h2 { margin: 14px 0 0; font-size: clamp(38px, 4.2vw, 58px); line-height: 1.06; letter-spacing: -.045em; }
.fz-landing .problem-section { background: var(--surface-warm); }
.fz-landing .problem-copy { padding-top: 38px; }
.fz-landing .problem-copy > p { margin: 0; color: var(--text-muted); font-size: 19px; }
.fz-landing .problem-copy blockquote { margin: 28px 0 0; padding: 20px 0 20px 24px; border-left: 4px solid var(--primary); color: var(--primary-deep); font-family: "Manrope", sans-serif; font-size: 21px; font-weight: 700; line-height: 1.45; }
.fz-landing .section-intro { max-width: 670px; margin-bottom: 54px; }
.fz-landing .section-intro.centered { margin-inline: auto; text-align: center; }
.fz-landing .section-intro p { margin: 16px 0 0; color: var(--text-muted); font-size: 18px; }

.fz-landing .feature-section { background: #fff; }
.fz-landing .feature-tabs { max-width: 820px; margin: 0 auto 28px; padding: 6px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; border: 1px solid var(--border); border-radius: 15px; background: var(--surface-soft); }
.fz-landing .feature-tabs button { min-height: 46px; padding: 9px 12px; border: 0; border-radius: 10px; background: transparent; color: var(--text-muted); font-size: 14px; font-weight: 700; transition: background .2s, color .2s, box-shadow .2s; }
.fz-landing .feature-tabs button[aria-selected="true"] { background: #fff; color: var(--primary); box-shadow: 0 4px 14px rgba(7,54,32,.09); }
.fz-landing .feature-panel { min-height: 510px; padding: 58px 66px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 70px; border: 1px solid #cfe0d5; border-radius: var(--radius-lg); background: linear-gradient(140deg, #eff8f2, #f9fbf9); overflow: hidden; }
.fz-landing .feature-panel[hidden] { display: none; }
.fz-landing .feature-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 14px; background: var(--primary); color: #fff; }
.fz-landing .feature-icon svg { width: 26px; height: 26px; }
.fz-landing .feature-content h3 { margin: 21px 0 13px; font-size: 36px; line-height: 1.12; letter-spacing: -.035em; }
.fz-landing .feature-content p { color: var(--text-muted); font-size: 17px; }
.fz-landing .feature-content ul, .fz-landing .price-card ul { padding: 0; list-style: none; }
.fz-landing .feature-content li, .fz-landing .price-card li { position: relative; padding: 7px 0 7px 28px; }
.fz-landing .feature-content li::before, .fz-landing .price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--primary); font-weight: 800; }
.fz-landing .feature-visual { position: relative; min-height: 370px; display: grid; place-items: center; }
.fz-landing .feature-visual::before { content: ""; position: absolute; width: 330px; height: 330px; border-radius: 50%; background: var(--accent-soft); }
.fz-landing .feature-visual img { position: relative; width: min(100%, 390px); height: auto; filter: drop-shadow(0 24px 35px rgba(5,46,29,.15)); }
.fz-landing .sponsor-board { min-height: 350px; padding: 35px; border-radius: 22px; background: var(--primary-deep); color: #fff; }
.fz-landing .sponsor-board > span { display: block; color: var(--accent); font-size: 13px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.fz-landing .sponsor-grid { margin-top: 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.fz-landing .sponsor-grid b { min-height: 92px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; background: rgba(255,255,255,.08); font-size: 12px; letter-spacing: .03em; }

.fz-landing .steps-section { background: var(--primary-deep); color: #fff; overflow: hidden; }
.fz-landing .steps-section .shell { position: relative; }
.fz-landing .steps-section .shell::after { content: ""; position: absolute; top: -210px; right: -160px; width: 500px; height: 500px; border: 1px solid rgba(199,243,107,.12); border-radius: 50%; box-shadow: 0 0 0 90px rgba(199,243,107,.04), 0 0 0 180px rgba(199,243,107,.025); pointer-events: none; }
.fz-landing .section-number.light { color: var(--accent); }
.fz-landing .steps-grid { position: relative; z-index: 1; margin: 60px 0 46px; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; }
.fz-landing .steps-grid li { padding: 8px 40px 8px 0; border-top: 1px solid rgba(255,255,255,.25); }
.fz-landing .steps-grid li + li { padding-left: 40px; border-left: 1px solid rgba(255,255,255,.18); }
.fz-landing .steps-grid li > span { display: grid; place-items: center; width: 42px; height: 42px; margin-top: -22px; border-radius: 50%; background: var(--accent); color: var(--primary-deep); font-family: "Manrope", sans-serif; font-weight: 800; }
.fz-landing .steps-grid h3 { margin: 32px 0 10px; font-size: 23px; }
.fz-landing .steps-grid p { max-width: 260px; margin: 0; color: #b9c9c0; }

.fz-landing .pricing-section { background: var(--surface-soft); }
.fz-landing .billing-switch { width: max-content; margin: -22px auto 42px; padding: 5px; display: flex; gap: 3px; border: 1px solid var(--border); border-radius: 12px; background: #fff; }
.fz-landing .billing-switch button { min-height: 44px; padding: 9px 17px; border: 0; border-radius: 8px; background: transparent; color: var(--text-muted); font-weight: 700; }
.fz-landing .billing-switch button[aria-pressed="true"] { background: var(--primary-deep); color: #fff; }
.fz-landing .billing-switch span { margin-left: 5px; color: var(--primary); font-size: 11px; }
.fz-landing .billing-switch button[aria-pressed="true"] span { color: var(--accent); }
.fz-landing .pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 18px; }
.fz-landing .price-card { position: relative; padding: 35px; display: flex; flex-direction: column; border: 1px solid var(--border); border-radius: 22px; background: #fff; }
.fz-landing .price-card.featured { border: 2px solid var(--primary); box-shadow: 0 22px 60px rgba(7,81,47,.13); }
.fz-landing .popular { position: absolute; top: -15px; left: 50%; padding: 6px 14px; border-radius: 999px; background: var(--accent); color: var(--primary-deep); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; transform: translateX(-50%); white-space: nowrap; }
.fz-landing .plan-label { color: var(--primary); font-family: "Manrope", sans-serif; font-size: 24px; font-weight: 800; }
.fz-landing .price-card p { min-height: 52px; margin: 8px 0 0; color: var(--text-muted); font-size: 14px; }
.fz-landing .price { margin: 28px 0 18px; display: flex; flex-wrap: wrap; align-items: baseline; gap: 7px; }
.fz-landing .price strong { font-size: 38px; line-height: 1; letter-spacing: -.05em; font-variant-numeric: tabular-nums; }
.fz-landing .price span { color: var(--text-muted); font-size: 13px; }
.fz-landing .yearly-note { width: fit-content; margin: -8px 0 15px; padding: 4px 9px; border-radius: 999px; background: var(--accent-soft); color: var(--primary-dark); font-size: 12px; font-weight: 700; }
.fz-landing .price-card ul { flex: 1; margin: 0 0 28px; border-top: 1px solid var(--border); padding-top: 16px; font-size: 14px; }
.fz-landing .price-card li strong { color: var(--primary-deep); }
.fz-landing .pricing-note { margin: 24px 0 0; color: var(--text-muted); text-align: center; font-size: 13px; }

.fz-landing .testimonial-section { background: var(--surface-warm); }
.fz-landing .testimonial-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; align-items: center; }
.fz-landing .quote-mark { height: 70px; margin-top: 25px; color: var(--primary); font-family: Georgia, serif; font-size: 100px; line-height: 1; }
.fz-landing .testimonial { margin: 0; padding: 48px; border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-sm); }
.fz-landing .testimonial > p { margin: 0; font-family: "Manrope", sans-serif; font-size: clamp(22px, 2.4vw, 31px); font-weight: 700; line-height: 1.4; letter-spacing: -.02em; }
.fz-landing .testimonial footer { margin-top: 30px; display: flex; align-items: center; gap: 12px; }
.fz-landing .avatar { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--primary); color: #fff; font-weight: 800; }
.fz-landing .testimonial footer strong, .fz-landing .testimonial footer small { display: block; }
.fz-landing .testimonial footer small { color: var(--text-muted); }

.fz-landing .social-section { background: radial-gradient(circle at 50% 100%, rgba(199,243,107,.16), transparent 38%), #fff; }
.fz-landing .social-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.fz-landing .social-card { --social-brand: var(--primary); position: relative; min-height: 220px; padding: 26px; display: flex; flex-direction: column; align-items: flex-start; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius-md); background: linear-gradient(145deg, #fff, color-mix(in srgb, var(--social-brand) 7%, #fff)); color: var(--text); text-decoration: none; box-shadow: 0 8px 24px rgba(8,55,34,.05); transition: transform .2s var(--ease), border-color .2s, box-shadow .2s var(--ease); touch-action: manipulation; }
.fz-landing .social-card::after { content: ""; position: absolute; top: -45px; right: -45px; width: 125px; height: 125px; border: 24px solid color-mix(in srgb, var(--social-brand) 10%, transparent); border-radius: 50%; pointer-events: none; }
.fz-landing .social-card:hover { border-color: color-mix(in srgb, var(--social-brand) 42%, var(--border)); box-shadow: 0 18px 42px rgba(8,55,34,.12); transform: translateY(-4px); }
.fz-landing .social-card:active { transform: translateY(-1px); }
.fz-landing .social-icon { position: relative; z-index: 1; width: 52px; height: 52px; display: grid; place-items: center; border-radius: 15px; background: var(--social-brand); color: #fff; box-shadow: 0 10px 24px color-mix(in srgb, var(--social-brand) 24%, transparent); }
.fz-landing .social-icon i { font-size: 23px; line-height: 1; }
.fz-landing .social-card-copy { position: relative; z-index: 1; margin-top: 24px; display: grid; gap: 2px; }
.fz-landing .social-card-copy strong { font-size: 21px; line-height: 1.25; }
.fz-landing .social-card-copy span { color: var(--text-muted); font-size: 14px; }
.fz-landing .social-card-action { position: relative; z-index: 1; width: 100%; margin-top: auto; padding-top: 22px; display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--primary-dark); font-size: 14px; font-weight: 800; }
.fz-landing .social-card-action svg { width: 18px; height: 18px; transition: transform .2s var(--ease); }
.fz-landing .social-card:hover .social-card-action svg { transform: translate(2px, -2px); }
.fz-landing .social-card-facebook { --social-brand: #1877f2; }
.fz-landing .social-card-instagram { --social-brand: #c13584; }
.fz-landing .social-card-instagram .social-icon { background: linear-gradient(135deg, #833ab4, #c13584 52%, #e1306c); }
.fz-landing .social-card-tiktok { --social-brand: #111; }
.fz-landing .social-card-youtube { --social-brand: #f00; }

.fz-landing .faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.fz-landing .faq-grid .section-heading p { color: var(--text-muted); }
.fz-landing .faq-grid .section-heading a { color: var(--primary); font-weight: 700; }
.fz-landing .accordion details { border-top: 1px solid var(--border); }
.fz-landing .accordion details:last-child { border-bottom: 1px solid var(--border); }
.fz-landing .accordion summary { min-height: 78px; padding: 20px 4px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-family: "Manrope", sans-serif; font-size: 18px; font-weight: 700; }
.fz-landing .accordion summary::-webkit-details-marker { display: none; }
.fz-landing .accordion summary svg { flex: 0 0 auto; width: 20px; height: 20px; color: var(--primary); transition: transform .2s; }
.fz-landing .accordion details[open] summary svg { transform: rotate(45deg); }
.fz-landing .accordion details p { margin: -5px 50px 25px 4px; color: var(--text-muted); }

.fz-landing .final-cta { padding: 24px 0 100px; }
.fz-landing .cta-card { padding: 68px; display: flex; align-items: center; justify-content: space-between; gap: 60px; border-radius: var(--radius-lg); color: #fff; background: linear-gradient(115deg, var(--primary), var(--primary-dark)); overflow: hidden; position: relative; }
.fz-landing .cta-card::after { content: ""; position: absolute; right: -90px; bottom: -150px; width: 350px; height: 350px; border: 60px solid rgba(199,243,107,.1); border-radius: 50%; }
.fz-landing .cta-card > * { position: relative; z-index: 1; }
.fz-landing .cta-card > div > span { color: var(--accent); font-weight: 700; }
.fz-landing .cta-card h2 { max-width: 690px; margin: 8px 0; font-size: clamp(36px, 4vw, 56px); line-height: 1.05; letter-spacing: -.045em; }
.fz-landing .cta-card p { margin: 0; color: #d1e5d8; }

.fz-landing .site-footer { padding: 75px 0 25px; background: var(--primary-deep); color: #fff; }
.fz-landing .footer-top { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 70px; }
.fz-landing .footer-brand img { width: 155px; filter: brightness(0) invert(1); }
.fz-landing .footer-brand p { max-width: 290px; color: #aebfb5; }
.fz-landing .footer-top nav { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.fz-landing .footer-top nav strong { margin-bottom: 9px; color: var(--accent); font-size: 14px; }
.fz-landing .footer-top nav a { color: #bdcbc3; text-decoration: none; font-size: 14px; }
.fz-landing .footer-top nav a:hover { color: #fff; }
.fz-landing .footer-bottom { margin-top: 60px; padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.13); color: #8fa398; font-size: 13px; }
.fz-landing .footer-bottom a { color: #c9d6cf; text-decoration: none; }

.fz-landing .reveal { opacity: 0; transform: translateY(18px); transition: opacity .5s var(--ease), transform .5s var(--ease); }
.fz-landing .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1024px) {
  .fz-landing .primary-navigation { gap: 20px; }
  .fz-landing .text-link { display: none; }
  .fz-landing .hero { padding-top: 56px; }
  .fz-landing .hero-grid { grid-template-columns: 1fr; }
  .fz-landing .hero-copy { text-align: center; }
  .fz-landing .hero-lead { margin-inline: auto; }
  .fz-landing .hero-actions, .fz-landing .trust-list { justify-content: center; }
  .fz-landing .product-stage { width: min(100%, 700px); min-height: 560px; margin-inline: auto; }
  .fz-landing .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .fz-landing .proof-grid div:nth-child(3) { border-left: 1px solid var(--border); }
  .fz-landing .proof-grid div:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
  .fz-landing .feature-panel { padding: 45px; gap: 35px; }
  .fz-landing .steps-grid li { padding-right: 25px; }
  .fz-landing .steps-grid li + li { padding-left: 25px; }
  .fz-landing .pricing-grid { gap: 12px; }
  .fz-landing .price-card { padding: 28px 22px; }
  .fz-landing .testimonial-grid, .fz-landing .faq-grid { gap: 55px; }
  .fz-landing .social-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fz-landing .cta-card { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 760px) {
  .fz-landing { --header-height: 70px; }
  .fz-landing .shell, .fz-landing .nav-shell { width: min(calc(100% - 32px), var(--shell)); }
  .fz-landing .brand { width: 132px; }
  .fz-landing .menu-button { display: grid; place-items: center; margin-left: auto; }
  .fz-landing .nav-actions { display: none; }
  .fz-landing .primary-navigation { position: absolute; top: 70px; left: 0; right: 0; padding: 16px; display: none; flex-direction: column; align-items: stretch; gap: 4px; border-bottom: 1px solid var(--border); background: #fff; box-shadow: var(--shadow-sm); }
  .fz-landing .primary-navigation.is-open { display: flex; }
  .fz-landing .primary-navigation a { min-height: 48px; padding: 12px; border-radius: 9px; }
  .fz-landing .primary-navigation a:hover { background: var(--surface-soft); }
  .fz-landing .primary-navigation a[aria-current="page"] { background: var(--surface-soft); }
  .fz-landing .mobile-navigation-actions { margin-top: 8px; padding-top: 12px; display: flex; flex-direction: column; gap: 4px; border-top: 1px solid var(--border); }
  .fz-landing .mobile-navigation-actions .button-small { width: 100%; color: #fff; }
  .fz-landing .mobile-navigation-actions .button-small:hover { color: #fff; background: var(--primary-dark); }
  .fz-landing .hero { min-height: auto; padding: 48px 0 38px; }
  .fz-landing .hero-grid { gap: 28px; }
  .fz-landing .hero-copy { text-align: left; }
  .fz-landing .hero h1 { margin-top: 18px; font-size: clamp(42px, 13vw, 58px); }
  .fz-landing .hero-lead { font-size: 17px; }
  .fz-landing .hero-actions, .fz-landing .trust-list { justify-content: flex-start; }
  .fz-landing .hero-actions .button { width: 100%; }
  .fz-landing .trust-list { display: grid; gap: 8px; }
  .fz-landing .product-stage { min-height: 410px; }
  .fz-landing .browser-frame { width: 108%; transform: translateX(2%) rotate(1.4deg); }
  .fz-landing .club-site { min-height: 330px; }
  .fz-landing .club-header { height: 44px; padding: 0 12px; }
  .fz-landing .club-badge { width: 28px; height: 28px; }
  .fz-landing .club-header strong { font-size: 9px; }
  .fz-landing .club-nav { display: none; }
  .fz-landing .club-hero { min-height: 136px; padding: 22px; }
  .fz-landing .club-hero strong { font-size: 19px; }
  .fz-landing .match-card { padding: 10px; }
  .fz-landing .site-cards { padding: 0 16px 14px; }
  .fz-landing .float-card { padding: 9px 11px; }
  .fz-landing .float-card-top { top: 28px; right: -7px; }
  .fz-landing .float-card-bottom { bottom: 12px; left: -5px; }
  .fz-landing .float-card small { font-size: 8px; }
  .fz-landing .float-card strong { font-size: 10px; }
  .fz-landing .proof-grid div { padding: 18px 8px; flex-direction: column; align-items: center; gap: 0; text-align: center; }
  .fz-landing .proof-grid strong { font-size: 22px; }
  .fz-landing .proof-grid span { font-size: 11px; }
  .fz-landing .section { padding: 78px 0; }
  .fz-landing .split-grid, .fz-landing .testimonial-grid, .fz-landing .faq-grid { grid-template-columns: 1fr; gap: 32px; }
  .fz-landing .section-heading h2, .fz-landing .section-intro h2 { font-size: 40px; }
  .fz-landing .problem-copy { padding-top: 0; }
  .fz-landing .problem-copy > p { font-size: 17px; }
  .fz-landing .problem-copy blockquote { font-size: 18px; }
  .fz-landing .section-intro { margin-bottom: 35px; }
  .fz-landing .section-intro.centered { text-align: left; }
  .fz-landing .feature-tabs { margin-inline: -2px; display: flex; overflow-x: auto; scrollbar-width: none; }
  .fz-landing .feature-tabs::-webkit-scrollbar { display: none; }
  .fz-landing .feature-tabs button { flex: 0 0 auto; min-width: 132px; }
  .fz-landing .feature-panel { min-height: auto; padding: 30px 22px; grid-template-columns: 1fr; gap: 22px; }
  .fz-landing .feature-content h3 { font-size: 30px; }
  .fz-landing .feature-visual { min-height: 275px; }
  .fz-landing .feature-visual::before { width: 250px; height: 250px; }
  .fz-landing .sponsor-board { min-height: 280px; padding: 24px; }
  .fz-landing .steps-grid { margin-top: 50px; grid-template-columns: 1fr; gap: 38px; }
  .fz-landing .steps-grid li, .fz-landing .steps-grid li + li { padding: 0 0 0 30px; border-top: 0; border-left: 1px solid rgba(255,255,255,.25); }
  .fz-landing .steps-grid li > span { margin: 0 0 0 -52px; }
  .fz-landing .steps-grid h3 { margin: -39px 0 8px 30px; }
  .fz-landing .steps-grid p { margin-left: 30px; }
  .fz-landing .pricing-grid { grid-template-columns: 1fr; gap: 20px; }
  .fz-landing .price-card p { min-height: 0; }
  .fz-landing .billing-switch { width: 100%; }
  .fz-landing .billing-switch button { flex: 1; padding-inline: 8px; }
  .fz-landing .billing-switch span { display: block; margin: 0; }
  .fz-landing .testimonial { padding: 30px 24px; }
  .fz-landing .quote-mark { display: none; }
  .fz-landing .social-grid { grid-template-columns: 1fr; }
  .fz-landing .social-card { min-height: 180px; }
  .fz-landing .faq-grid { gap: 18px; }
  .fz-landing .accordion summary { font-size: 16px; }
  .fz-landing .accordion details p { margin-right: 15px; }
  .fz-landing .final-cta { padding-bottom: 65px; }
  .fz-landing .cta-card { width: min(calc(100% - 32px), var(--shell)); padding: 42px 25px; gap: 30px; }
  .fz-landing .cta-card .button { width: 100%; }
  .fz-landing .footer-top { grid-template-columns: 1fr 1fr; gap: 42px 25px; }
  .fz-landing .footer-brand { grid-column: 1 / -1; }
  .fz-landing .footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
}

@media (max-width: 390px) {
  .fz-landing .hero h1 { font-size: 40px; }
  .fz-landing .eyebrow { font-size: 11px; }
  .fz-landing .product-stage { min-height: 365px; }
  .fz-landing .browser-frame { width: 114%; }
  .fz-landing .float-card-top { display: none; }
  .fz-landing .section-heading h2, .fz-landing .section-intro h2 { font-size: 35px; }
  .fz-landing .proof-grid span { max-width: 100px; }
  .fz-landing .footer-top { grid-template-columns: 1fr; }
  .fz-landing .footer-brand { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .fz-landing *, .fz-landing *::before, .fz-landing *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .fz-landing .reveal { opacity: 1; transform: none; }
}

.fz-content-page { min-height: 100vh; background: var(--surface-soft); }
.fz-content-page #page-content:focus { outline: none; }
.fz-content-page .content-page-hero { padding: 88px 0 72px; border-bottom: 1px solid var(--border); background: radial-gradient(circle at 78% 28%, rgba(199,243,107,.2), transparent 30%), linear-gradient(135deg, #fbfdfb, #f1f8f4); }
.fz-content-page .content-page-heading { max-width: 850px; }
.fz-content-page .content-page-heading > span { display: inline-flex; padding: 7px 12px; border: 1px solid #c7dccf; border-radius: 999px; color: var(--primary); background: rgba(255,255,255,.72); font-size: 13px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.fz-content-page .content-page-heading h1 { max-width: 850px; margin: 20px 0 0; color: var(--text); font-family: "Manrope", "DM Sans", sans-serif; font-size: clamp(42px, 6vw, 70px); font-weight: 800; line-height: 1.02; letter-spacing: -.05em; }
.fz-content-page .content-page-heading p { max-width: 720px; margin: 20px 0 0; color: var(--text-muted); font-size: 18px; line-height: 1.65; }
.fz-content-page .content-page-body { padding: 72px 0 96px; background: var(--surface-soft); }

.fz-content-page .platform-legal-content,
.fz-content-page .platform-contact-aside,
.fz-content-page .platform-contact-card { border: 1px solid var(--border); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-sm); }

.fz-content-page .platform-legal-content { max-width: 920px; margin-inline: auto; padding: 48px 56px; }
.fz-content-page .platform-legal-content h2 { margin: 42px 0 0; color: var(--text); font-family: "Manrope", "DM Sans", sans-serif; font-size: clamp(24px, 3vw, 32px); font-weight: 800; line-height: 1.2; letter-spacing: -.025em; }
.fz-content-page .platform-legal-content h2:first-child { margin-top: 0; }
.fz-content-page .platform-legal-content p { max-width: 75ch; margin: 14px 0 0; color: var(--text-muted); font-size: 16px; line-height: 1.85; }
.fz-content-page .platform-legal-content a { color: var(--primary); font-weight: 700; text-underline-offset: 3px; }
.fz-content-page .platform-legal-content a:hover { color: var(--primary-dark); }

.fz-content-page .platform-contact-layout { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); align-items: start; gap: 24px; }
.fz-content-page .platform-contact-aside { position: sticky; top: calc(var(--header-height) + 24px); padding: 40px; color: #fff; background: linear-gradient(145deg, rgba(5,46,29,.97), rgba(8,116,67,.92)); }
.fz-content-page .platform-contact-aside h2 { margin: 0; color: #fff; font-family: "Manrope", "DM Sans", sans-serif; font-size: clamp(30px, 3.5vw, 43px); font-weight: 800; line-height: 1.1; letter-spacing: -.035em; }
.fz-content-page .platform-contact-aside p { margin: 18px 0 0; color: #d1e5d8; line-height: 1.7; }
.fz-content-page .platform-contact-points { display: grid; gap: 10px; margin-top: 28px; }
.fz-content-page .platform-contact-points span { min-height: 48px; padding: 12px 14px; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; background: rgba(255,255,255,.08); color: #fff; font-weight: 700; }
.fz-content-page .platform-contact-points i { color: var(--accent); }
.fz-content-page .platform-contact-card { padding: 40px; }
.fz-content-page .platform-contact-card form { display: grid; gap: 18px; }
.fz-content-page .platform-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.fz-content-page .platform-contact-card label { display: block; margin-bottom: 7px; color: var(--text); font-size: 14px; font-weight: 700; }
.fz-content-page .platform-contact-card input:not([type="hidden"]),
.fz-content-page .platform-contact-card textarea { width: 100%; min-height: 50px; padding: 13px 15px; border: 1px solid #adbbb2; border-radius: 12px; background: #fff; color: var(--text); font: inherit; outline: none; transition: border-color .2s, box-shadow .2s; }
.fz-content-page .platform-contact-card textarea { min-height: 180px; resize: vertical; }
.fz-content-page .platform-contact-card input:focus,
.fz-content-page .platform-contact-card textarea:focus { border-color: var(--primary); box-shadow: 0 0 0 4px rgba(8,116,67,.13); }
.fz-content-page .platform-contact-card button[type="submit"] { min-height: 50px; padding: 13px 21px; border: 0; border-radius: 12px !important; background: var(--primary) !important; color: #fff; font: inherit; font-weight: 700; box-shadow: 0 10px 28px rgba(8,116,67,.2); transition: background .2s, box-shadow .2s; }
.fz-content-page .platform-contact-card button[type="submit"]:hover { background: var(--primary-dark) !important; box-shadow: 0 14px 32px rgba(8,116,67,.25); }
.fz-content-page .platform-contact-card .form-error-message,
.fz-content-page .platform-contact-card ul { margin: 7px 0 0; padding: 0; color: #b42318; font-size: 14px; list-style: none; }
.fz-content-page .platform-captcha-row { max-width: 100%; overflow: hidden; }
.fz-content-page .platform-alert { margin-bottom: 18px; padding: 14px 16px; border-radius: 12px; font-weight: 700; }
.fz-content-page .platform-alert-success { border: 1px solid #a8dbb8; background: #edf9f1; color: #166534; }
.fz-content-page .platform-alert-danger { border: 1px solid #f0b5b0; background: #fff1f0; color: #991b1b; }

@media (max-width: 900px) {
  .fz-content-page .platform-contact-layout { grid-template-columns: 1fr; }
  .fz-content-page .platform-contact-aside { position: static; }
}

@media (max-width: 760px) {
  .fz-content-page .content-page-hero { padding: 56px 0 48px; }
  .fz-content-page .content-page-heading h1 { font-size: clamp(38px, 11vw, 52px); }
  .fz-content-page .content-page-heading p { font-size: 17px; }
  .fz-content-page .content-page-body { padding: 48px 0 64px; }
  .fz-content-page .platform-legal-content,
  .fz-content-page .platform-contact-aside,
  .fz-content-page .platform-contact-card { padding: 28px 22px; }
  .fz-content-page .platform-legal-content h2 { margin-top: 34px; }
  .fz-content-page .platform-form-grid { grid-template-columns: 1fr; }
}

.fz-account-page { min-height: 100vh; background: var(--surface-soft); }
.fz-account-page #account-content:focus { outline: none; }
.fz-account-tenant {
  --primary: var(--tenant-primary);
  --primary-dark: color-mix(in srgb, var(--tenant-primary) 80%, #000);
  --primary-deep: color-mix(in srgb, var(--tenant-primary) 58%, #000);
  --accent: var(--tenant-accent);
  --accent-soft: color-mix(in srgb, var(--tenant-accent) 28%, #fff);
  background: color-mix(in srgb, var(--tenant-background) 86%, #eef3ef);
  font-family: var(--tenant-body-font);
}
.fz-account-tenant h1,
.fz-account-tenant h2,
.fz-account-tenant h3,
.fz-account-tenant strong { font-family: var(--tenant-heading-font); }
.fz-account-page.fz-account-tenant .account-hero { background: radial-gradient(circle at 76% 24%, color-mix(in srgb, var(--tenant-accent) 28%, transparent), transparent 28%), linear-gradient(135deg, color-mix(in srgb, var(--tenant-background) 86%, #fff), color-mix(in srgb, var(--tenant-primary) 9%, #fff)); }
.fz-account-page.fz-account-tenant .account-page-body { background: color-mix(in srgb, var(--tenant-background) 86%, #eef3ef); }
.fz-account-page .account-hero { padding: 72px 0 64px; border-bottom: 1px solid var(--border); background: radial-gradient(circle at 76% 24%, rgba(199,243,107,.23), transparent 28%), linear-gradient(135deg, #fbfdfb, #f1f8f4); }
.fz-account-page .account-hero-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 360px); align-items: end; gap: 64px; }
.fz-account-page .account-eyebrow { display: inline-flex; padding: 7px 12px; border: 1px solid #c7dccf; border-radius: 999px; color: var(--primary); background: rgba(255,255,255,.74); font-size: 13px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.fz-account-page .account-hero h1 { margin: 19px 0 0; color: var(--text); font-size: clamp(48px, 6vw, 72px); font-weight: 800; line-height: 1; letter-spacing: -.055em; }
.fz-account-page .account-hero-copy p { max-width: 680px; margin: 20px 0 0; color: var(--text-muted); font-size: 18px; line-height: 1.65; }
.fz-account-page .account-hero-actions { padding: 23px; display: grid; gap: 5px; border: 1px solid var(--border); border-radius: var(--radius-md); background: rgba(255,255,255,.88); box-shadow: var(--shadow-sm); }
.fz-account-page .account-session-label { color: var(--text-muted); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.fz-account-page .account-hero-actions strong { overflow-wrap: anywhere; font-size: 15px; }
.fz-account-page .account-hero-actions .button { width: 100%; margin-top: 13px; }

.fz-account-page .account-page-body { padding: 64px 0 96px; }
.fz-account-page .account-layout { display: grid; grid-template-columns: minmax(0, .76fr) minmax(0, 1.24fr); align-items: start; gap: 24px; }
.fz-account-page .account-sidebar { display: grid; gap: 24px; }
.fz-account-page .account-card { border: 1px solid var(--border); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-sm); }
.fz-account-page .account-summary-card,
.fz-account-page .account-clubs-card,
.fz-account-page .account-form-card { padding: 36px; }
.fz-account-page .account-section-heading > span { color: var(--primary); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.fz-account-page .account-section-heading h2 { margin: 7px 0 0; color: var(--text); font-size: clamp(24px, 2.5vw, 31px); font-weight: 800; line-height: 1.15; letter-spacing: -.035em; }
.fz-account-page .account-form-heading { padding-bottom: 24px; border-bottom: 1px solid var(--border); }
.fz-account-page .account-form-heading p { margin: 10px 0 0; color: var(--text-muted); font-size: 14px; }

.fz-account-page .account-summary-list { margin: 25px 0 0; display: grid; gap: 0; }
.fz-account-page .account-summary-list div { padding: 16px 0; border-top: 1px solid var(--border); }
.fz-account-page .account-summary-list div:last-child { padding-bottom: 0; }
.fz-account-page .account-summary-list dt,
.fz-account-page .account-club-links dt { color: var(--text-muted); font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.fz-account-page .account-summary-list dd { margin: 5px 0 0; overflow-wrap: anywhere; color: var(--text); font-weight: 700; }

.fz-account-page .account-club-list { margin-top: 24px; display: grid; gap: 14px; }
.fz-account-page .account-club-item { padding: 20px; border: 1px solid var(--border); border-radius: 15px; background: var(--surface-soft); }
.fz-account-page .account-club-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.fz-account-page .account-club-heading h3 { margin: 0; color: var(--text); font-size: 18px; font-weight: 800; line-height: 1.25; }
.fz-account-page .account-club-heading p { margin: 5px 0 0; color: var(--text-muted); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.fz-account-page .account-club-heading > a { flex: 0 0 auto; color: var(--primary); font-size: 13px; font-weight: 800; text-decoration: none; }
.fz-account-page .account-club-heading > a:hover { color: var(--primary-dark); text-decoration: underline; text-underline-offset: 3px; }
.fz-account-page .account-club-links { margin: 18px 0 0; display: grid; gap: 13px; }
.fz-account-page .account-club-links dd { margin: 4px 0 0; display: flex; flex-wrap: wrap; gap: 7px 12px; overflow-wrap: anywhere; font-size: 13px; }
.fz-account-page .account-club-links a { color: var(--primary); font-weight: 700; text-underline-offset: 3px; }
.fz-account-page .account-inline-action { padding-left: 12px; border-left: 1px solid #bdcac2; }
.fz-account-page .account-empty-state { margin-top: 24px; padding: 24px; border: 1px dashed #b6c8bc; border-radius: 15px; background: var(--surface-soft); }
.fz-account-page .account-empty-state strong { display: block; font-size: 17px; }
.fz-account-page .account-empty-state p { margin: 8px 0 19px; color: var(--text-muted); font-size: 14px; }
.fz-account-page .account-empty-state .button { width: 100%; }

.fz-account-page .account-alert { margin: 24px 0 0; padding: 14px 16px; border-radius: 12px; font-size: 14px; font-weight: 700; }
.fz-account-page .account-alert-error { border: 1px solid #f0b5b0; background: #fff1f0; color: #991b1b; }
.fz-account-page .account-alert-success { border: 1px solid #a8dbb8; background: #edf9f1; color: #166534; }
.fz-account-page .account-form { margin-top: 28px; display: grid; gap: 22px; }
.fz-account-page .account-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.fz-account-page .account-field label { display: block; margin-bottom: 7px; color: var(--text); font-size: 14px; font-weight: 700; }
.fz-account-page .account-field input,
.fz-account-page .account-field textarea { width: 100%; min-height: 50px; padding: 13px 15px; border: 1px solid #adbbb2; border-radius: 12px; background: #fff; color: var(--text); font: inherit; outline: none; transition: border-color .2s, box-shadow .2s, background .2s; }
.fz-account-page .account-field textarea { min-height: 140px; resize: vertical; }
.fz-account-page .account-field input:focus,
.fz-account-page .account-field textarea:focus { border-color: var(--primary); box-shadow: 0 0 0 4px rgba(8,116,67,.13); }
.fz-account-page .account-field input:read-only { border-color: var(--border); background: #f1f4f2; color: #6b7770; cursor: default; }
.fz-account-page .account-field-help { margin: 7px 0 0; color: var(--text-muted); font-size: 12px; }
.fz-account-page .account-security-panel { margin: 4px 0 0; padding: 24px; border: 1px solid var(--border); border-radius: 15px; background: var(--surface-soft); }
.fz-account-page .account-security-panel legend { padding: 0 8px; color: var(--text); font-family: "Manrope", "DM Sans", sans-serif; font-size: 19px; font-weight: 800; }
.fz-account-page .account-security-panel > p { margin: 0 0 20px; color: var(--text-muted); font-size: 13px; }
.fz-account-page .account-security-fields { display: grid; gap: 16px; }
.fz-account-page .account-form-actions { padding-top: 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid var(--border); }
.fz-account-page .account-form-actions button { border: 0; }
.fz-account-page .account-danger-action { display: grid; justify-items: end; gap: 2px; text-align: right; }
.fz-account-page .account-danger-action a { color: #b42318; font-size: 14px; font-weight: 800; text-underline-offset: 3px; }
.fz-account-page .account-danger-action span { color: var(--text-muted); font-size: 11px; }

@media (max-width: 980px) {
  .fz-account-page .account-hero-layout { grid-template-columns: minmax(0, 1fr) minmax(260px, 320px); gap: 34px; }
  .fz-account-page .account-layout { grid-template-columns: 1fr; }
  .fz-account-page .account-sidebar { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; }
}

@media (max-width: 760px) {
  .fz-account-page .account-hero { padding: 52px 0 48px; }
  .fz-account-page .account-hero-layout { grid-template-columns: 1fr; align-items: start; gap: 28px; }
  .fz-account-page .account-hero h1 { font-size: clamp(42px, 13vw, 56px); }
  .fz-account-page .account-hero-copy p { font-size: 17px; }
  .fz-account-page .account-page-body { padding: 44px 0 64px; }
  .fz-account-page .account-sidebar { grid-template-columns: 1fr; }
  .fz-account-page .account-summary-card,
  .fz-account-page .account-clubs-card,
  .fz-account-page .account-form-card { padding: 27px 22px; }
  .fz-account-page .account-form-grid { grid-template-columns: 1fr; }
  .fz-account-page .account-security-panel { padding: 21px 16px; }
  .fz-account-page .account-form-actions { align-items: stretch; flex-direction: column; }
  .fz-account-page .account-form-actions .button { width: 100%; }
  .fz-account-page .account-danger-action { justify-items: start; text-align: left; }
}

@media (max-width: 390px) {
  .fz-account-page .account-club-heading { flex-direction: column; }
  .fz-account-page .account-inline-action { padding-left: 0; border-left: 0; }
}
