:root {
  --navy: #06172b;
  --navy-2: #0a2942;
  --card: #0b2e49;
  --turquoise: #14c7c9;
  --lime: #dfff32;
  --white: #f5f8fb;
  --muted: #9eb1c1;
  --line: rgba(255, 255, 255, 0.14);
  --font-heading: "Montserrat", Arial, sans-serif;
  --font-body: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; max-width: 100%; overflow-x: hidden; }
body { margin: 0; max-width: 100%; overflow-x: hidden; background: var(--navy); color: var(--white); font-family: var(--font-body), sans-serif; }
a { color: inherit; text-decoration: none; }
.shell { width: min(1180px, calc(100% - 48px)); min-width: 0; margin-inline: auto; }

.site-header { height: 88px; position: absolute; inset: 0 0 auto; z-index: 10; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-logo { width: 56px; aspect-ratio: 1; object-fit: cover; border-radius: 50%; box-shadow: 0 0 0 2px rgba(20,199,201,.5), 0 8px 24px rgba(0,0,0,.25); }
.brand b { font: 800 17px var(--font-heading); letter-spacing: .04em; display: block; }
.brand small { color: var(--muted); font-size: 9px; letter-spacing: .22em; display: block; margin-top: 3px; }
.desktop-nav { display: flex; gap: 30px; font-size: 14px; }
.desktop-nav a { color: #d8e2e8; transition: color .2s; }
.desktop-nav a:hover { color: var(--lime); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 1px solid rgba(20,199,201,.5); background: rgba(6,23,43,.75); color: white; cursor: pointer; place-content: center; gap: 5px; }
.menu-toggle span { display: block; width: 20px; height: 2px; background: currentColor; transition: transform .2s, opacity .2s; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-nav[hidden] { display: none; }
.mobile-nav { position: absolute; top: calc(100% + 1px); right: 0; width: min(340px, calc(100vw - 30px)); padding: 10px; display: grid; gap: 2px; border: 1px solid rgba(20,199,201,.5); background: rgba(6,23,43,.98); box-shadow: 0 24px 55px rgba(0,0,0,.4); }
.mobile-nav a { padding: 13px 14px; border-bottom: 1px solid var(--line); color: white; font-weight: 750; }
.mobile-nav a:last-child { border-bottom: 0; }
.mobile-nav a:hover { color: var(--lime); background: rgba(20,199,201,.08); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 16px 25px; border-radius: 999px; background: var(--lime); color: #071b2d; font: 800 15px var(--font-heading); text-transform: uppercase; letter-spacing: .03em; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(223,255,50,.18); }
.button-small { padding: 12px 20px; font-size: 12px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; border-bottom: 1px solid var(--turquoise); padding-bottom: 5px; }

.hero { height: min(850px, 100svh); min-height: 720px; position: relative; display: grid; align-items: center; overflow: hidden; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,14,27,.96) 0%, rgba(3,14,27,.75) 34%, rgba(3,14,27,.06) 70%), linear-gradient(0deg, var(--navy) 0%, transparent 22%); }
.hero-content { position: relative; z-index: 2; padding-top: 82px; }
.eyebrow { color: var(--turquoise); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .22em; }
h1, h2, h3 { font-family: var(--font-heading), sans-serif; margin: 0; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1 { font-size: clamp(55px, 7.2vw, 98px); line-height: .94; text-transform: uppercase; letter-spacing: -.05em; max-width: 780px; }
h1 span, h2 span { color: var(--lime); }
.lead { font-size: clamp(18px, 2vw, 24px); line-height: 1.45; color: #d6e0e6; margin: 28px 0; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.micro { color: var(--muted); font-size: 12px; margin-top: 20px; }
.scroll-cue { position: absolute; z-index: 2; bottom: 25px; left: 50%; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; }

.pathways { padding-top: 105px; }
.pathways-intro { display: grid; grid-template-columns: 1fr .85fr; gap: 60px; align-items: end; }
.pathways-intro .eyebrow { grid-column: 1 / -1; }
.pathways-intro > p:last-child { color: var(--muted); font-size: 17px; line-height: 1.65; }
.pathway-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 55px; }
.pathway-card { min-height: 330px; padding: 30px; border: 1px solid var(--line); background: linear-gradient(150deg, rgba(11,46,73,.92), rgba(6,23,43,.96)); display: flex; flex-direction: column; justify-content: space-between; transition: transform .2s, border-color .2s; }
.pathway-card:hover { transform: translateY(-4px); border-color: var(--turquoise); }
.pathway-card > span { color: var(--turquoise); font-size: 10px; text-transform: uppercase; letter-spacing: .17em; }
.pathway-card h3 { font-size: 31px; line-height: 1.05; }
.pathway-card p { color: var(--muted); line-height: 1.55; }
.pathway-card strong { color: var(--lime); font-size: 14px; }
.pathway-primary { background: linear-gradient(150deg, rgba(20,199,201,.22), rgba(6,23,43,.96)); border-color: rgba(20,199,201,.45); }

.section { padding: 120px 0; }
.section-intro { display: grid; grid-template-columns: 1.1fr 1fr; column-gap: 90px; align-items: end; }
.section-intro .eyebrow { grid-column: 1 / -1; }
h2 { font-size: clamp(44px, 6vw, 76px); line-height: .98; text-transform: uppercase; letter-spacing: -.045em; }
.section-intro > p:last-child, .section-heading-row > p, .first-title > p:last-child { color: var(--muted); font-size: 17px; line-height: 1.65; max-width: 520px; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); margin-top: 70px; border: 1px solid var(--line); }
.benefit-grid article { background: var(--navy); padding: 38px 34px; min-height: 270px; }
.benefit-number { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; border-bottom: 1px solid rgba(20,199,201,.32); padding-bottom: 18px; }
.benefit-number b { color: var(--lime); font: 800 48px var(--font-heading); letter-spacing: -.06em; }
.benefit-number span { color: var(--turquoise); font: 800 11px var(--font-heading); text-transform: uppercase; letter-spacing: .2em; }
.benefit-grid h3 { font-size: 24px; margin: 36px 0 12px; }
.benefit-grid p { color: var(--muted); line-height: 1.55; }

.groups { background: radial-gradient(ellipse at 100% 5%, rgba(20,199,201,.12), transparent 33%), #081f35; position: relative; overflow: hidden; }
.groups::after { content: "FLOW"; position: absolute; right: -2vw; top: 60px; color: rgba(20,199,201,.035); font: 900 230px var(--font-heading); }
.groups::before { content: ""; position: absolute; width: 75%; height: 140px; right: -10%; bottom: 3%; border-top: 1px solid rgba(20,199,201,.18); border-radius: 50%; rotate: -8deg; pointer-events: none; }
.section-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 40px; position: relative; z-index: 1; }
.group-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 55px; position: relative; z-index: 1; }
.group-card { appearance: none; width: 100%; color: var(--white); font: inherit; text-align: left; cursor: pointer; position: relative; min-height: 230px; border: 1px solid var(--line); padding: 25px; display: flex; flex-direction: column; justify-content: space-between; background: linear-gradient(135deg, rgba(10,41,66,.94), rgba(7,26,45,.82)); transition: border-color .2s, transform .2s; }
.group-card:hover { border-color: var(--turquoise); transform: translateY(-3px); }
.group-card > span:last-child { position: absolute; align-self: flex-end; font-size: 24px; }
.pill { align-self: flex-start; border: 1px solid rgba(223,255,50,.45); color: var(--lime); border-radius: 99px; padding: 6px 10px; font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }
.group-card h3 { font-size: 30px; }
.group-card p { color: var(--muted); margin-bottom: 0; }
.group-card small { display: block; color: var(--lime); margin-top: 15px; font-weight: 700; }
.group-coming { border-style: dashed; background: linear-gradient(135deg, rgba(10,41,66,.65), rgba(7,26,45,.75)); }
.group-photo { background-position: center; background-size: cover; position: relative; overflow: hidden; }
.group-photo::before { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,18,32,.98) 0%, rgba(4,18,32,.72) 52%, rgba(4,18,32,.22) 100%); }
.group-photo > * { position: relative; z-index: 1; }
.group-futebolito { background-image: url("/futebolito.jpg"); background-position: center 42%; }
.group-river-pelit { background-image: url("/river-pelit.jpg"); background-position: center 43%; }

.first { background: radial-gradient(circle at 78% 16%, rgba(20,199,201,.17), transparent 30%), linear-gradient(145deg, #071a2d, #092c46); }
.first-title { display: grid; grid-template-columns: 1fr 1fr; align-items: end; column-gap: 70px; }
.first-title .eyebrow { grid-column: 1 / -1; }
.product-showcase { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 65px; }
.product-card { appearance: none; width: 100%; color: var(--white); font: inherit; text-align: left; cursor: pointer; min-height: 310px; padding: 30px; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(13,55,84,.9), rgba(6,23,43,.94)); display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; transition: transform .25s, border-color .25s; }
.product-card::after { content: ""; position: absolute; width: 240px; height: 55px; right: -80px; top: 65px; rotate: -27deg; background: var(--turquoise); opacity: .12; }
.product-card:hover { transform: translateY(-5px); border-color: var(--turquoise); }
.product-featured { grid-row: span 2; min-height: 636px; background: linear-gradient(180deg, rgba(10,56,78,.25), rgba(5,19,34,.95)), url("/river-vuoksi-hero-v2.png") 68% center / cover; }
.product-featured::before { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,18,32,.98), rgba(4,18,32,.05) 70%); }
.product-card > * { position: relative; z-index: 1; }
.product-audience { align-self: flex-start; color: var(--lime); border: 1px solid rgba(223,255,50,.48); border-radius: 999px; padding: 7px 11px; font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }
.product-card small { display: block; color: var(--turquoise); text-transform: uppercase; letter-spacing: .16em; margin-bottom: 10px; }
.product-card h3 { font-size: clamp(25px, 2.8vw, 38px); line-height: 1.05; max-width: 520px; }
.product-card p { color: #b5c5d1; line-height: 1.55; max-width: 490px; }
.product-card strong { display: inline-flex; align-items: center; gap: 10px; color: white; margin-top: 22px; }
.product-card strong span { color: var(--lime); }
.product-price { color: var(--lime); font: 800 31px var(--font-heading); margin-top: 24px; }
.product-price small { display: inline; color: var(--muted); font: 600 12px var(--font-body); letter-spacing: .02em; text-transform: none; }
.product-coming { border-style: dashed; opacity: .86; }
.store-note { color: var(--muted); font-size: 12px; margin: 18px 0 0; }
.gift-card { width: 100%; margin-top: 18px; padding: 24px 28px; border: 1px solid rgba(223,255,50,.52); color: var(--white); background: linear-gradient(110deg, rgba(223,255,50,.13), rgba(20,199,201,.12), rgba(6,23,43,.95)); display: flex; align-items: center; justify-content: space-between; gap: 25px; text-align: left; cursor: pointer; font: inherit; transition: transform .2s, border-color .2s; }
.gift-card:hover { transform: translateY(-3px); border-color: var(--lime); }
.gift-card small { display: block; color: var(--lime); text-transform: uppercase; letter-spacing: .15em; margin-bottom: 6px; }
.gift-card strong { font: 800 clamp(20px, 3vw, 32px) var(--font-heading); text-transform: uppercase; }
.gift-card > span:last-child { color: #c8d5de; font-weight: 700; }
.product-row { display: grid; grid-template-columns: 50px 1.1fr 1fr 28px; gap: 25px; align-items: center; min-height: 125px; border-bottom: 1px solid var(--line); transition: background .2s, padding .2s; }
.product-row:hover { background: rgba(20,199,201,.06); padding-inline: 16px; }
.product-row > span:first-child, .product-row small { color: var(--turquoise); font-size: 11px; text-transform: uppercase; letter-spacing: .15em; }
.product-row h3 { font-size: 25px; margin-top: 6px; }
.product-row p { color: var(--muted); line-height: 1.5; }
.product-row > span:last-child { color: var(--lime); font-size: 22px; }

.philosophy { background: #06182a; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.philosophy-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.philosophy-copy { border-left: 1px solid rgba(20,199,201,.4); padding-left: 45px; }
.philosophy-copy p { color: var(--muted); line-height: 1.75; }
.philosophy-copy .philosophy-lead { color: white; font-size: 23px; line-height: 1.5; margin-top: 0; }
.philosophy-copy blockquote { margin: 38px 0 0; color: var(--lime); font: 800 22px var(--font-heading); text-transform: uppercase; }

.values { background: radial-gradient(circle at 85% 15%, rgba(20,199,201,.12), transparent 30%), #071b2f; }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 55px; border: 1px solid var(--line); }
.value-grid article { min-height: 310px; padding: 28px; border-right: 1px solid var(--line); background: linear-gradient(150deg, rgba(13,55,84,.38), rgba(6,23,43,.82)); }
.value-grid article:last-child { border-right: 0; }
.value-grid span { color: var(--lime); font: 800 13px var(--font-heading); }
.value-grid h3 { font-size: 25px; margin: 65px 0 16px; }
.value-grid p { color: var(--muted); line-height: 1.6; }

.coaching { background: #081f35; }
.coach-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 55px; }
.coach-card { min-height: 430px; padding: 28px; border: 0; box-shadow: inset 0 0 0 1px var(--line); background-color: #0b2e49; background-position: center top; background-size: cover; display: flex; flex-direction: column; justify-content: flex-end; position: relative; overflow: hidden; }
.coach-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,18,32,.98) 0%, rgba(4,18,32,.78) 35%, rgba(4,18,32,.04) 70%); }
.coach-card > * { position: relative; z-index: 1; }
.coach-card span { align-self: flex-start; color: white; background: rgba(4,18,32,.82); border: 1px solid rgba(20,199,201,.55); padding: 7px 10px; text-transform: uppercase; letter-spacing: .14em; font-size: 10px; margin-bottom: auto; backdrop-filter: blur(6px); }
.coach-card h3 { font-size: 25px; margin-bottom: 10px; }
.coach-card p { color: var(--muted); line-height: 1.55; margin-bottom: 0; }
.coach-international { box-shadow: inset 0 0 0 1px rgba(223,255,50,.42); background: linear-gradient(155deg, rgba(20,199,201,.18), rgba(6,23,43,.95)); }
.coach-vitali { background-image: url("/vitali-vanhanen.jpg"); }
.coach-niko { background-image: url("/niko-rantalainen.jpg"); }
.coach-ari { background-image: url("/ari-ikonen.png"); }
.coach-neide { background-color: #d8d3c8; background-image: url("/neide-oliveira.png"); background-position: center 16%; background-size: cover; background-repeat: no-repeat; }

.clubs { background: radial-gradient(circle at 5% 20%, rgba(20,199,201,.2), transparent 28%), linear-gradient(125deg, #0a304b, #07192c); border-block: 1px solid var(--line); position: relative; overflow: hidden; }
.clubs::after { content: ""; position: absolute; width: 65%; height: 220px; right: -8%; top: 12%; border: 1px solid rgba(20,199,201,.12); border-left: 0; border-radius: 50%; rotate: -12deg; pointer-events: none; }
.clubs-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: end; position: relative; z-index: 1; }
.clubs-heading > * { min-width: 0; }
.clubs-heading h2 { max-width: 100%; overflow-wrap: anywhere; }
.clubs-heading > p { color: #b7c7d2; font-size: 18px; line-height: 1.65; margin: 0; }
.club-product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 60px; position: relative; z-index: 1; }
.club-product { appearance: none; text-align: left; color: var(--white); font: inherit; min-height: 335px; padding: 27px; border: 1px solid var(--line); background: linear-gradient(150deg, rgba(12,55,82,.95), rgba(5,22,39,.97)); display: flex; flex-direction: column; justify-content: space-between; cursor: pointer; transition: transform .2s, border-color .2s, background .2s; }
.club-product:hover, .club-product:focus-visible { transform: translateY(-4px); border-color: var(--turquoise); outline: none; }
.club-product-featured { border-color: rgba(223,255,50,.45); background: linear-gradient(150deg, rgba(20,199,201,.2), rgba(5,22,39,.98)); }
.club-product .availability { color: var(--turquoise); text-transform: uppercase; letter-spacing: .13em; font-size: 10px; }
.club-product small { color: var(--lime); display: block; margin-bottom: 9px; text-transform: uppercase; letter-spacing: .12em; font-size: 9px; }
.club-product h3 { font-size: 27px; line-height: 1.08; }
.club-product p { color: var(--muted); line-height: 1.5; }
.club-product footer { display: flex; justify-content: space-between; align-items: end; gap: 20px; border-top: 1px solid var(--line); padding-top: 20px; }
.club-product footer strong { color: var(--lime); font: 800 24px var(--font-heading); }
.club-product footer span { color: white; font-weight: 700; font-size: 13px; }
.travel-note { color: var(--muted); font-size: 12px; margin: 18px 0 0; position: relative; z-index: 1; }

.product-dialog { width: min(1040px, calc(100% - 34px)); max-height: min(860px, calc(100svh - 34px)); padding: 0; color: var(--white); background: #071b2f; border: 1px solid rgba(20,199,201,.5); box-shadow: 0 30px 100px rgba(0,0,0,.65); overflow: auto; }
.product-dialog::backdrop { background: rgba(2,10,19,.84); backdrop-filter: blur(8px); }
.dialog-close { position: sticky; z-index: 3; top: 16px; float: right; margin: 16px 16px -60px 0; width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line); background: rgba(6,23,43,.88); color: white; font-size: 27px; cursor: pointer; }
.dialog-layout { display: grid; grid-template-columns: .85fr 1.15fr; min-height: 660px; }
.dialog-summary { padding: 65px 50px; background: radial-gradient(circle at 10% 10%, rgba(20,199,201,.25), transparent 38%), #0a2942; }
.dialog-summary > span { color: var(--turquoise); text-transform: uppercase; letter-spacing: .15em; font-size: 10px; }
.dialog-summary h2 { font-size: clamp(38px, 5vw, 62px); margin: 20px 0 28px; overflow-wrap: anywhere; }
.dialog-summary > p { color: #c2d0d9; font-size: 17px; line-height: 1.6; }
.dialog-price { margin-top: 50px; padding-top: 22px; border-top: 1px solid var(--line); }
.dialog-price strong { color: var(--lime); display: block; font: 800 38px var(--font-heading); }
.dialog-price small { color: var(--muted); line-height: 1.5; display: block; margin-top: 5px; }
.dialog-details { padding: 65px 60px; }
.dialog-details h3 { color: var(--turquoise); text-transform: uppercase; letter-spacing: .12em; font-size: 12px; margin-bottom: 16px; }
.dialog-details ul { color: #c3d0d9; padding-left: 20px; margin: 0 0 32px; }
.dialog-details li { margin-bottom: 10px; line-height: 1.45; }
.dialog-travel { color: var(--muted); border-top: 1px solid var(--line); padding-top: 20px; font-size: 12px; line-height: 1.55; }
.dialog-details .button { margin-top: 18px; }
body:has(dialog[open]) { overflow: hidden; }
.offer-dialog, .contact-dialog, .privacy-dialog { width: min(900px, calc(100% - 34px)); max-height: calc(100svh - 34px); padding: 0; color: var(--white); background: #071b2f; border: 1px solid rgba(20,199,201,.5); box-shadow: 0 30px 100px rgba(0,0,0,.65); overflow: auto; }
.offer-dialog::backdrop, .contact-dialog::backdrop, .privacy-dialog::backdrop { background: rgba(2,10,19,.84); backdrop-filter: blur(8px); }
.offer-layout { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 560px; }
.offer-heading { padding: 62px 46px; background: radial-gradient(circle at 10% 10%, rgba(20,199,201,.24), transparent 40%), #0a2942; }
.offer-heading > span { color: var(--turquoise); text-transform: uppercase; letter-spacing: .15em; font-size: 10px; }
.offer-heading h2 { font-size: clamp(38px, 5vw, 62px); margin: 22px 0; overflow-wrap: anywhere; }
.offer-heading p { color: #c2d0d9; line-height: 1.6; }
.offer-heading strong { display: block; margin-top: 36px; color: var(--lime); font: 800 30px var(--font-heading); }
.offer-content { padding: 62px 50px; }
.offer-content h3 { color: var(--turquoise); text-transform: uppercase; letter-spacing: .12em; font-size: 12px; }
.offer-content ul { padding-left: 20px; color: #c3d0d9; line-height: 1.5; }
.offer-content li { margin-bottom: 10px; }
.offer-facts { display: grid; gap: 8px; padding: 20px 0; margin: 26px 0; border-block: 1px solid var(--line); }
.offer-facts span { color: var(--muted); font-size: 13px; }
.offer-events { margin: 28px 0; }
#offer-event-list { display: grid; gap: 9px; }
.offer-event { display: grid; gap: 3px; width: 100%; min-height: 0; padding: 14px 16px; text-align: left; text-transform: none; color: var(--white); background: #0b2942; border: 1px solid var(--line); }
.offer-event:hover, .offer-event.active { border-color: var(--lime); box-shadow: inset 4px 0 0 var(--lime); }
.offer-event.sold-out { opacity:.55; cursor:not-allowed; border-color:var(--line); box-shadow:none; }
.offer-event span, .offer-event small { color: var(--muted); }
.offer-event em { color: var(--white); font-size: 12px; font-style: normal; font-weight: 500; }
.interest-form { padding: 58px clamp(24px, 7vw, 70px) 45px; }
.interest-form h2 { font-size: clamp(35px, 5vw, 58px); margin: 14px 0 8px; }
.interest-form > p:not(.eyebrow, .form-status) { color: var(--muted); }
.interest-form label { display: grid; gap: 7px; margin-top: 18px; font-weight: 700; font-size: 13px; }
.interest-form label > span { color: var(--muted); font-weight: 400; }
.interest-form input:not([type="checkbox"]), .interest-form textarea, .interest-form select { width: 100%; border: 1px solid var(--line); background: #0a2942; color: white; padding: 14px; font: inherit; border-radius: 0; }
.interest-form input:focus, .interest-form textarea:focus { outline: 2px solid var(--turquoise); outline-offset: 1px; }
.interest-form .form-choice { grid-template-columns: auto 1fr; align-items: start; font-weight: 400; }
.form-choice button, .footer button { appearance: none; border: 0; padding: 0; background: none; color: var(--turquoise); text-decoration: underline; cursor: pointer; font: inherit; }
.interest-form .button { margin-top: 24px; }
.interest-form > small { display: block; color: var(--muted); margin-top: 12px; }
.form-status { color: var(--lime); line-height: 1.45; }
.form-status > span:first-child { display: block; }
.form-status-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 12px; }
.form-status-actions a { display: inline-flex; align-items: center; min-height: 44px; padding: 10px 16px; border: 1px solid var(--lime); color: var(--navy); background: var(--lime); font-size: 13px; font-weight: 900; text-transform: uppercase; text-decoration: none; }
.form-status-actions a:last-child { color: white; background: transparent; border-color: var(--turquoise); }
.mobilepay-payment { margin-top: 24px; padding: clamp(20px,4vw,30px); display:grid; grid-template-columns:1fr minmax(150px,210px); gap:26px; align-items:center; border:1px solid rgba(20,199,201,.6); background:#092842; }
.mobilepay-payment[hidden] { display:none; }
.mobilepay-copy h3 { margin:6px 0 10px; font-size:clamp(28px,4vw,42px); }
.mobilepay-copy > p { margin:0; color:#c5d4de; }
.mobilepay-copy dl { display:grid; gap:8px; margin:20px 0; }
.mobilepay-copy dl div { display:grid; grid-template-columns:120px 1fr; gap:12px; }
.mobilepay-copy dt { color:var(--muted); }
.mobilepay-copy dd { margin:0; color:var(--white); font-weight:900; }
.mobilepay-copy .mobilepay-note { color:var(--muted); font-size:12px; }
.mobilepay-open { width:max-content; margin-top:18px!important; }
.mobilepay-qr { display:block; padding:10px; background:white; border-radius:18px; }
.mobilepay-qr img { display:block; width:100%; height:auto; }
.privacy-dialog > div { padding: 60px clamp(24px, 7vw, 70px); }
.privacy-dialog h2 { font-size: clamp(38px, 6vw, 64px); margin: 15px 0 25px; }
.privacy-dialog p { color: #c3d0d9; line-height: 1.65; }
.privacy-dialog h3 { color: var(--turquoise); margin: 28px 0 8px; text-transform: uppercase; letter-spacing: .1em; font-size: 12px; }
.privacy-dialog a { color: var(--turquoise); }
.privacy-note { border-top: 1px solid var(--line); padding-top: 20px; color: var(--lime) !important; }
@media(max-width:620px){.mobilepay-payment{grid-template-columns:1fr}.mobilepay-qr{max-width:240px}.mobilepay-copy dl div{grid-template-columns:1fr;gap:2px}}

.stories { position: relative; }
.story-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 12px; margin-top: 50px; }
.story-card { min-height: 390px; padding: 25px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); overflow: hidden; position: relative; background: radial-gradient(circle at 80% 15%, rgba(20,199,201,.35), transparent 32%), linear-gradient(145deg,#0d3855,#07182a); transition: transform .2s, border-color .2s; }
.story-card::after { content: ""; position: absolute; width: 170%; height: 28%; background: var(--turquoise); opacity: .15; rotate: -23deg; left: -45%; top: 43%; }
.story-card:hover { transform: translateY(-4px); border-color: var(--turquoise); }
.story-card > span { align-self: flex-start; color: white; background: rgba(4,18,32,.82); border: 1px solid rgba(20,199,201,.55); padding: 7px 10px; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; z-index: 1; backdrop-filter: blur(6px); }
.story-card > div { z-index: 1; }
.story-card h3 { font-size: clamp(25px, 2.5vw, 35px); line-height: 1.05; }
.story-card p { color: #b8c8d3; line-height: 1.5; }
.story-card strong { color: var(--lime); font-size: 13px; }
.story-futebolito { background: linear-gradient(0deg, rgba(4,18,32,.96), rgba(4,18,32,.12)), url("/futebolito-story.jpg") center 42% / cover; }
.story-futebolito::after { opacity: .06; }
.story-river-pelit { background: linear-gradient(0deg, rgba(4,18,32,.96), rgba(4,18,32,.16)), url("/river-pelit-story.jpg") center 40% / cover; }
.story-river-pelit::after { background: var(--lime); opacity: .08; }
.story-expertise { background: linear-gradient(0deg, rgba(4,18,32,.97), rgba(4,18,32,.08)), url("/neide-action.jpg") 55% center / cover; }
.story-expertise::after { background: var(--turquoise); opacity: .08; top: 28%; }
.social-links { display: flex; align-items: center; gap: 24px; margin-top: 20px; color: var(--muted); font-size: 13px; }
.social-links a { color: white; border-bottom: 1px solid rgba(20,199,201,.45); padding-bottom: 3px; }

.partners { background: #f4f5f2; color: #071b2f; }
.partners .eyebrow { color: #087f89; }
.partners h2 span { color: #087f89; -webkit-text-stroke: 0; }
.partners-heading { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 70px; }
.partners-heading > p { color: #53606a; font-size: 17px; line-height: 1.65; }
.partner-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 55px; }
.partner-card { min-height: 230px; padding: 28px; border: 1px solid #d4d9d7; background: white; display: flex; flex-direction: column; align-items: center; justify-content: space-between; gap: 25px; transition: transform .2s, border-color .2s; }
.partner-card:hover { transform: translateY(-4px); border-color: #087f89; }
.partner-card img { width: 100%; height: 115px; object-fit: contain; }
.partner-card span { color: #53606a; text-align: center; font-size: 12px; line-height: 1.45; }
.partner-op img { height: 115px; }

.cta { padding: 110px 0; background: radial-gradient(circle at 15% 20%, rgba(20,199,201,.22), transparent 35%), #06172b; color: white; border-top: 1px solid rgba(20,199,201,.35); }
.cta .eyebrow { color: var(--turquoise); }
.cta h2 span { color: var(--lime); -webkit-text-stroke: 0; }
.cta-inner { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: center; }
.cta-copy p { font-size: 18px; line-height: 1.6; }
.cta-copy .button { background: var(--lime); color: var(--navy); margin: 14px 0; }
.cta-primary { margin: 10px 0 20px; }
.cta-primary .button { appearance: none; border: 0; cursor: pointer; font: 800 15px var(--font-heading); }
.cta-contact { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; margin-bottom: 20px; padding-top: 18px; border-top: 1px solid var(--line); }
.cta-contact span { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.cta-contact a { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 17px; border: 1px solid rgba(20,199,201,.6); border-radius: 999px; background: rgba(10,48,75,.7); color: white; font-weight: 800; font-size: 12px; transition: transform .2s, border-color .2s, background .2s; }
.cta-contact a:hover { transform: translateY(-2px); border-color: var(--lime); background: rgba(20,199,201,.14); }
.cta-copy small { display: block; opacity: .65; }
.anchor-offset { scroll-margin-top: 90px; }
.footer { min-height: 165px; display: flex; align-items: center; justify-content: space-between; gap: 30px; color: var(--muted); }
.footer > p { font-weight: 700; color: white; }
.footer > div:last-child { display: flex; gap: 20px; font-size: 13px; align-items: center; }

@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: grid; margin-left: auto; }
  .hero { min-height: 780px; height: 100svh; align-items: end; }
  .hero-image { object-position: 62% center; }
  .hero-shade { background: linear-gradient(0deg, var(--navy) 0%, rgba(3,14,27,.8) 44%, rgba(3,14,27,.05) 78%); }
  .hero-content { padding: 0 0 82px; }
  h1 { font-size: clamp(48px, 12vw, 78px); }
  .section-intro, .first-title, .cta-inner, .pathways-intro, .clubs-heading { grid-template-columns: 1fr; gap: 28px; }
  .pathway-grid { grid-template-columns: 1fr; }
  .pathway-card { min-height: 245px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .value-grid { grid-template-columns: repeat(2, 1fr); }
  .value-grid article:nth-child(2) { border-right: 0; }
  .value-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .benefit-grid article { min-height: 190px; }
  .benefit-grid h3 { margin-top: 30px; }
  .story-grid { grid-template-columns: 1fr 1fr; }
  .story-futebolito { grid-column: 1 / -1; min-height: 460px; }
  .product-row { grid-template-columns: 40px 1fr 28px; }
  .product-row p { display: none; }
  .product-showcase { grid-template-columns: 1fr; }
  .product-featured { grid-row: auto; min-height: 530px; }
  .philosophy-grid { grid-template-columns: 1fr; gap: 45px; }
  .coach-grid { grid-template-columns: repeat(2, 1fr); }
  .group-grid { grid-template-columns: repeat(2, 1fr); }
  .club-product-grid { grid-template-columns: repeat(2, 1fr); }
  .dialog-layout, .offer-layout { grid-template-columns: 1fr; }
  .dialog-summary { padding-bottom: 45px; }
}

@media (max-width: 600px) {
  .shell { width: min(100% - 30px, 1180px); }
  .site-header { height: 72px; }
  .site-header { gap: 9px; }
  .site-header .button { padding: 10px 13px; font-size: 10px; }
  .brand-logo { width: 43px; }.brand b { font-size: 14px; }
  .hero { min-height: 730px; }
  .hero-image { object-position: 66% top; }
  .hero-content { padding-bottom: 62px; }
  .lead br { display: none; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .section { padding: 85px 0; }
  .section-heading-row { display: block; }
  .partners-heading { grid-template-columns: 1fr; gap: 25px; }
  .partner-grid, .value-grid { grid-template-columns: 1fr; }
  .value-grid article, .value-grid article:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line); min-height: 240px; }
  .value-grid article:last-child { border-bottom: 0; }
  .value-grid h3 { margin-top: 38px; }
  .group-grid { grid-template-columns: 1fr; }
  .group-card { min-height: 190px; }
  .story-grid { grid-template-columns: 1fr; gap: 9px; }
  .story-futebolito { grid-column: auto; min-height: 360px; }
  .story-card { min-height: 310px; }
  .social-links { align-items: flex-start; flex-direction: column; gap: 12px; }
  .footer { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 42px; }
  .coach-grid { grid-template-columns: 1fr; }
  .coach-card { min-height: 250px; }
  .philosophy-copy { padding-left: 24px; }
  .pathways { padding-top: 80px; }
  .cta-contact { align-items: flex-start; flex-direction: column; gap: 13px; }
  .club-product-grid { grid-template-columns: 1fr; }
  .clubs-heading h2 { font-size: clamp(35px, 10.2vw, 48px); line-height: 1; letter-spacing: -.04em; }
  .clubs-heading > p { font-size: 16px; }
  .club-product { min-height: 280px; }
  .dialog-summary, .dialog-details { padding: 55px 25px 35px; }
  .dialog-summary h2 { font-size: 39px; }
  .dialog-close { top: 10px; margin: 10px 10px -52px 0; }
  .offer-heading, .offer-content { padding: 55px 25px 35px; }
  .gift-card { align-items: flex-start; flex-direction: column; }
  .footer > div:last-child { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 440px) {
  .brand > span { display: none; }
  .site-header .button { padding-inline: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
