:root {
  --navy: #0b1f33;
  --navy-2: #132d48;
  --blue: #2563eb;
  --blue-soft: #eaf1ff;
  --cream: #faf8f4;
  --sand: #f1e7da;
  --paper: #fffefd;
  --warm: #d9795f;
  --ink: #162031;
  --muted: #596678;
  --line: #dfe4e8;
  --white: #fff;
  --shadow: 0 24px 70px rgba(11, 31, 51, .12);
  --shadow-sm: 0 12px 35px rgba(11, 31, 51, .09);
  --radius: 28px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body.crv-page { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.crv-page img { display: block; max-width: 100%; }
body.crv-page a { color: inherit; text-decoration: none; }
body.crv-page button, body.crv-page input, body.crv-page select, body.crv-page textarea { font: inherit; }
body.crv-page svg { width: 1.2em; height: 1.2em; flex: 0 0 auto; }
.crv-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.crv-section { padding: clamp(80px, 9vw, 132px) 0; }
.crv-skip { position: fixed; z-index: 9999; top: 10px; left: 10px; padding: 11px 16px; color: #fff !important; background: var(--navy); border-radius: 8px; transform: translateY(-160%); }
.crv-skip:focus { transform: none; }

.crv-header { position: sticky; z-index: 100; top: 0; background: rgba(255, 254, 253, .91); border-bottom: 1px solid rgba(11, 31, 51, .08); backdrop-filter: blur(16px); }
.crv-header__inner { min-height: 82px; display: flex; align-items: center; gap: 34px; }
.crv-logo { display: inline-flex; align-items: center; gap: 11px; margin-right: auto; }
.crv-logo__mark { width: 58px; height: 58px; object-fit: contain; flex: 0 0 auto; }
.crv-logo__copy { display: grid; gap: 1px; line-height: 1; white-space: nowrap; }
.crv-logo__copy strong { color: var(--navy); font-size: 1.18rem; font-weight: 850; letter-spacing: -.035em; }
.crv-logo__copy small { color: #536275; font-size: .55rem; font-weight: 760; letter-spacing: .16em; }
.crv-nav { display: flex; align-items: center; gap: 28px; color: #3d4b5d; font-size: .93rem; font-weight: 650; }
.crv-nav a, .crv-footer a { transition: color .2s ease; }
.crv-nav a:hover, .crv-nav a:focus-visible { color: var(--blue); }
.crv-header-call { min-height: 44px; display: inline-flex; align-items: center; gap: 9px; padding: 0 16px; color: var(--navy) !important; border: 1px solid #c9d3dd; border-radius: 999px; font-size: .93rem; font-weight: 750; transition: .2s ease; }
.crv-header-call:hover { border-color: var(--blue); color: var(--blue) !important; }

.crv-hero { position: relative; overflow: hidden; padding: clamp(62px, 7vw, 100px) 0 78px; background: linear-gradient(135deg, var(--cream) 0 55%, #f4eee5 100%); }
.crv-hero::before { content: ""; position: absolute; width: 440px; height: 440px; left: -280px; bottom: -240px; border: 1px solid rgba(37, 99, 235, .2); border-radius: 50%; box-shadow: 0 0 0 70px rgba(37, 99, 235, .035), 0 0 0 140px rgba(37, 99, 235, .025); }
.crv-hero__glow { position: absolute; top: -180px; right: -120px; width: 540px; height: 540px; border-radius: 42% 58% 68% 32% / 45% 42% 58% 55%; background: rgba(37, 99, 235, .07); transform: rotate(18deg); }
.crv-hero__grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(410px, .96fr); align-items: center; gap: clamp(55px, 7vw, 100px); }
.crv-hero__copy { max-width: 680px; }
.crv-overline, .crv-kicker { margin: 0 0 17px; color: var(--blue); font-size: .78rem; line-height: 1.35; font-weight: 820; letter-spacing: .11em; text-transform: uppercase; }
.crv-overline { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; color: var(--navy); background: rgba(255, 255, 255, .72); border: 1px solid rgba(11, 31, 51, .12); border-radius: 999px; letter-spacing: .075em; }
.crv-overline svg { color: var(--warm); }
.crv-hero h1 { max-width: 760px; margin: 0; color: var(--navy); font-size: clamp(2.85rem, 5.05vw, 4.85rem); line-height: 1.02; letter-spacing: -.035em; font-weight: 830; }
.crv-hero__promise { max-width: 760px; margin: .14em 0 0; color: var(--blue); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.45rem, 4.15vw, 4rem); font-style: italic; font-weight: 500; line-height: 1.03; letter-spacing: -.02em; }
.crv-hero__lead { max-width: 660px; margin: 24px 0 0; color: #465569; font-size: clamp(1rem, 1.35vw, 1.14rem); line-height: 1.58; }
.crv-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.crv-button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 13px 20px; border: 1px solid transparent; border-radius: 12px; font-size: .96rem; font-weight: 780; line-height: 1.2; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.crv-button svg, .crv-text-link svg { transition: transform .2s ease; }
.crv-button:hover, .crv-button:focus-visible { transform: translateY(-2px); }
.crv-button:hover svg:last-child, .crv-text-link:hover svg { transform: translateX(3px); }
.crv-button--primary { color: #fff !important; background: var(--blue); box-shadow: 0 12px 28px rgba(37, 99, 235, .23); }
.crv-button--primary:hover { background: #174fca; box-shadow: 0 15px 33px rgba(37, 99, 235, .3); }
.crv-button--ghost { color: var(--navy) !important; background: rgba(255, 255, 255, .72); border-color: #cbd5df; }
.crv-button--light { color: var(--navy) !important; background: #fff; box-shadow: var(--shadow-sm); }
.crv-proof-row { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 27px 0 0; padding: 0; list-style: none; color: #465569; font-size: .88rem; font-weight: 660; }
.crv-proof-row li { display: flex; align-items: center; gap: 6px; }
.crv-proof-row svg { color: var(--blue); }
.crv-hero__visual { position: relative; min-height: 530px; display: flex; align-items: center; justify-content: center; }
.crv-hero__shape { position: absolute; inset: 11% 0 2% 9%; border-radius: 42% 58% 44% 56% / 52% 38% 62% 48%; background: var(--navy); transform: rotate(3deg); }
.crv-hero__shape::after { content: ""; position: absolute; width: 105px; height: 105px; top: -36px; right: 22px; background: var(--warm); border-radius: 50%; opacity: .88; }
.crv-hero__photo { position: relative; z-index: 1; width: min(430px, 88%); aspect-ratio: .88; overflow: hidden; border: 7px solid rgba(255, 255, 255, .92); border-radius: 43% 57% 24% 30% / 31% 39% 31% 29%; box-shadow: var(--shadow); transform: rotate(-1.5deg); }
.crv-hero__photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 32%; }
.crv-floating { position: absolute; z-index: 3; display: flex; align-items: center; background: rgba(255, 255, 255, .95); border: 1px solid rgba(11, 31, 51, .09); box-shadow: var(--shadow-sm); backdrop-filter: blur(10px); }
.crv-floating--plan { left: -15px; bottom: 45px; gap: 11px; padding: 13px 16px; border-radius: 16px; }
.crv-floating--plan > span { width: 41px; height: 41px; display: grid; place-items: center; color: #fff; background: var(--blue); border-radius: 11px; }
.crv-floating--plan small, .crv-floating--plan strong { display: block; line-height: 1.35; }
.crv-floating--plan small { color: var(--muted); font-size: .76rem; }
.crv-floating--plan strong { color: var(--navy); font-size: .9rem; }
.crv-floating--review { right: -20px; top: 43px; display: grid; grid-template-columns: auto auto; column-gap: 8px; padding: 13px 15px; border-radius: 16px; }
.crv-floating--review .crv-stars { grid-column: 1 / -1; font-size: .72rem; letter-spacing: .08em; }
.crv-floating--review strong { color: var(--navy); font-size: .95rem; }
.crv-floating--review small { align-self: center; color: var(--muted); font-size: .76rem; }
.crv-stars { color: #e59232; letter-spacing: .05em; }

.crv-trust { position: relative; z-index: 5; background: var(--navy); }
.crv-trust__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.crv-trust__grid > div { min-height: 116px; display: flex; flex-direction: column; justify-content: center; padding: 20px 28px; border-right: 1px solid rgba(255, 255, 255, .13); }
.crv-trust__grid > div:last-child { border-right: 0; }
.crv-trust strong { color: #fff; font-size: 1.38rem; line-height: 1.2; letter-spacing: -.02em; }
.crv-trust span { margin-top: 5px; color: #bdc9d6; font-size: .82rem; line-height: 1.4; }

.crv-section-head { margin-bottom: 46px; }
.crv-section-head h2, .crv-pillars h2, .crv-coach h2, .crv-local h2, .crv-business h2, .crv-faq h2, .crv-contact h2 { margin: 0; color: var(--navy); font-size: clamp(2.15rem, 4vw, 3.65rem); line-height: 1.08; letter-spacing: -.045em; }
.crv-section-head--split { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr); align-items: end; gap: 70px; }
.crv-section-head--split > p { margin: 0 0 5px; color: var(--muted); font-size: 1.03rem; }
.crv-section-head--center { max-width: 750px; margin-inline: auto; text-align: center; }

.crv-goals { background: var(--paper); }
.crv-goal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.crv-goal-card { position: relative; min-width: 0; overflow: hidden; background: #fff; border: 1px solid #e2e6e9; border-radius: 24px; box-shadow: 0 10px 35px rgba(11, 31, 51, .06); transition: transform .3s ease, box-shadow .3s ease; }
.crv-goal-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-sm); }
.crv-goal-card img { width: 100%; aspect-ratio: .95; object-fit: cover; transition: transform .5s ease; }
.crv-goal-card--coaching-domicile img { object-position: 24% center; }
.crv-goal-card--reprise-sport img,
.crv-goal-card--condition-physique img { transform: scaleX(-1); }
.crv-goal-card:hover img { transform: scale(1.025); }
.crv-goal-card--reprise-sport:hover img,
.crv-goal-card--condition-physique:hover img { transform: scale(-1.025, 1.025); }
.crv-goal-card > div { position: relative; min-height: 182px; padding: 24px 25px 27px; }
.crv-goal-card span { position: absolute; right: 22px; top: 20px; color: #596678; font-size: .78rem; font-weight: 800; letter-spacing: .1em; }
.crv-goal-card h3 { margin: 0 42px 8px 0; color: var(--navy); font-size: 1.25rem; line-height: 1.25; }
.crv-goal-card p { margin: 0; color: var(--muted); font-size: .94rem; line-height: 1.55; }

.crv-pillars { position: relative; overflow: hidden; color: #fff; background: var(--navy); }
.crv-pillars::after { content: ""; position: absolute; width: 550px; height: 550px; right: -300px; bottom: -330px; border: 1px solid rgba(255, 255, 255, .13); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.025), 0 0 0 160px rgba(255,255,255,.018); }
.crv-pillars__layout { position: relative; z-index: 1; display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(55px, 8vw, 105px); align-items: center; }
.crv-pillars .crv-kicker { color: #75a5ff; }
.crv-pillars h2 { color: #fff; }
.crv-pillars__intro > p:not(.crv-kicker) { margin: 24px 0; color: #becbd8; font-size: 1.02rem; }
.crv-text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--blue) !important; font-size: .95rem; font-weight: 800; }
.crv-pillars .crv-text-link { color: #8bb3ff !important; }
.crv-pillar-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.crv-pillar-grid article { position: relative; min-height: 228px; padding: 29px; background: rgba(255, 255, 255, .065); border: 1px solid rgba(255, 255, 255, .13); border-radius: 22px; }
.crv-pillar-grid article:nth-child(2), .crv-pillar-grid article:nth-child(4) { transform: translateY(24px); }
.crv-pillar-grid article > span { width: 48px; height: 48px; display: grid; place-items: center; color: #fff; background: var(--blue); border-radius: 14px; }
.crv-pillar-grid small { position: absolute; right: 25px; top: 26px; color: #aebdcb; font-size: .78rem; font-weight: 800; letter-spacing: .1em; }
.crv-pillar-grid h3 { margin: 22px 0 7px; color: #fff; font-size: 1.25rem; }
.crv-pillar-grid p { margin: 0; color: #bcc9d6; font-size: .93rem; line-height: 1.55; }

.crv-method { background: var(--cream); }
.crv-method__steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; margin: 55px 0 0; padding: 0; list-style: none; counter-reset: step; }
.crv-method__steps li { position: relative; min-width: 0; padding: 0 25px; text-align: center; border-right: 1px solid #d7d8d5; }
.crv-method__steps li:last-child { border-right: 0; }
.crv-method__steps span { width: 42px; height: 42px; display: grid; place-items: center; margin: 0 auto 17px; color: var(--blue); background: #fff; border: 1px solid #dbe3ed; border-radius: 50%; font-size: .76rem; font-weight: 830; }
.crv-method__steps strong { display: block; color: var(--navy); font-size: 1.05rem; }
.crv-method__steps p { margin: 7px 0 0; color: var(--muted); font-size: .87rem; line-height: 1.5; }

.crv-coach { background: #fff; }
.crv-coach__grid { display: grid; grid-template-columns: minmax(420px, .95fr) minmax(0, 1.05fr); gap: clamp(50px, 6vw, 82px); align-items: center; }
.crv-coach__visual { position: relative; max-width: 540px; }
.crv-coach__visual::before { content: ""; position: absolute; inset: -18px 18px 18px -18px; background: var(--sand); border-radius: 46% 54% 20% 26% / 38% 36% 25% 28%; transform: rotate(-3deg); }
.crv-coach__visual img { position: relative; z-index: 1; width: 100%; height: auto; aspect-ratio: 1 / 1.02; object-fit: cover; object-position: 50% 42%; border-radius: 38% 50% 20% 25% / 28% 33% 22% 24%; box-shadow: var(--shadow); }
.crv-coach__visual > div { position: absolute; z-index: 2; right: -35px; bottom: 28px; max-width: 235px; padding: 18px 20px; color: #fff; background: var(--navy); border-radius: 17px; box-shadow: var(--shadow-sm); }
.crv-coach__visual strong, .crv-coach__visual span { display: block; }
.crv-coach__visual strong { font-size: 1.08rem; }
.crv-coach__visual span { margin-top: 3px; color: #c3cfda; font-size: .79rem; line-height: 1.4; }
.crv-coach__copy > p:not(.crv-kicker) { max-width: 660px; margin: 22px 0 0; color: var(--muted); font-size: 1.02rem; }
.crv-coach__proofs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; max-width: 660px; margin-top: 28px; }
.crv-coach__proofs div { padding: 15px 17px; background: #f7f9fc; border: 1px solid #e0e7ef; border-radius: 15px; }
.crv-coach__proofs strong, .crv-coach__proofs span { display: block; }
.crv-coach__proofs strong { color: var(--navy); font-size: 1.05rem; line-height: 1.2; }
.crv-coach__proofs span { margin-top: 3px; color: var(--muted); font-size: .76rem; line-height: 1.35; }
.crv-coach__chips { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.crv-coach__chips span { padding: 8px 12px; color: var(--navy); background: var(--blue-soft); border-radius: 999px; font-size: .82rem; font-weight: 720; }

.crv-reviews { background: #eef3fb; }
.crv-reviews__head { display: flex; justify-content: space-between; gap: 35px; align-items: end; margin-bottom: 42px; }
.crv-reviews__head h2 { margin: 0; color: var(--navy); font-size: clamp(2.1rem, 3.7vw, 3.4rem); line-height: 1.1; letter-spacing: -.045em; }
.crv-reviews__head > a { display: flex; flex-direction: column; min-width: 195px; padding: 14px 18px; background: #fff; border-radius: 15px; box-shadow: var(--shadow-sm); }
.crv-reviews__head > a strong { color: var(--navy); font-size: 1.15rem; }
.crv-reviews__head > a span { color: var(--muted); font-size: .8rem; }
.crv-review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.crv-review-grid figure { min-width: 0; display: flex; flex-direction: column; margin: 0; padding: 26px; background: #fff; border-radius: 21px; box-shadow: 0 8px 28px rgba(11, 31, 51, .06); }
.crv-review-author { display: grid; grid-template-columns: 48px minmax(0, 1fr) 27px; align-items: center; gap: 11px; margin-bottom: 15px; }
.crv-review-author img { width: 48px; height: 48px; object-fit: cover; border: 2px solid #fff; border-radius: 50%; box-shadow: 0 0 0 1px #dbe1e7; }
.crv-review-author figcaption { min-width: 0; }
.crv-review-author figcaption strong, .crv-review-author figcaption span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.crv-review-author figcaption strong { color: var(--navy); font-size: .87rem; line-height: 1.35; }
.crv-review-author figcaption span { margin-top: 2px; color: var(--muted); font-size: .75rem; line-height: 1.35; }
.crv-review-author > b { width: 27px; height: 27px; display: grid; place-items: center; color: #fff; background: #4285f4; border-radius: 50%; font-family: Arial, sans-serif; font-size: .79rem; }
.crv-review-grid blockquote { margin: 13px 0 0; color: var(--navy); font-family: Georgia, serif; font-size: 1.02rem; line-height: 1.58; }

.crv-pricing { background: var(--paper); }
.crv-duration-selector { display: grid; grid-template-columns: minmax(210px, .72fr) minmax(420px, 1.3fr); gap: 12px 24px; align-items: center; margin: -8px 0 24px; padding: 18px 20px; background: #fff; border: 1px solid #dfe5eb; border-radius: 18px; box-shadow: 0 10px 30px rgba(11, 31, 51, .045); }
.crv-duration-selector__intro { display: grid; gap: 3px; }
.crv-duration-selector__intro strong { color: var(--navy); font-size: .98rem; }
.crv-duration-selector__intro span { color: var(--muted); font-size: .8rem; }
.crv-duration-selector__options { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; padding: 5px; background: #eef3f9; border-radius: 13px; }
.crv-duration-selector__options button { min-height: 42px; padding: 8px 11px; color: #536174; background: transparent; border: 0; border-radius: 9px; font: inherit; font-size: .84rem; font-weight: 780; cursor: pointer; transition: color .2s ease, background .2s ease, box-shadow .2s ease; }
.crv-duration-selector__options button:hover { color: var(--blue); }
.crv-duration-selector__options button:focus-visible { outline: 3px solid rgba(37, 99, 235, .28); outline-offset: 2px; }
.crv-duration-selector__options button[aria-pressed="true"] { color: #fff; background: var(--blue); box-shadow: 0 6px 16px rgba(37, 99, 235, .24); }
.crv-duration-selector__summary { grid-column: 2; margin: -4px 5px 0; color: #647286; font-size: .78rem; }
.crv-price-grid { display: grid; grid-template-columns: 1.18fr .91fr .91fr; gap: 20px; align-items: stretch; }
.crv-price-card { display: flex; flex-direction: column; padding: 29px; background: #fff; border: 1px solid #dfe4e8; border-radius: 23px; box-shadow: 0 10px 35px rgba(11, 31, 51, .045); }
.crv-price-card--featured { color: #fff; background: var(--navy); border-color: var(--navy); }
.crv-price-tag { color: var(--blue); font-size: .78rem; font-weight: 820; letter-spacing: .08em; text-transform: uppercase; }
.crv-price-card--featured .crv-price-tag { color: #8eb5ff; }
.crv-price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px; margin: 22px 0 13px; color: var(--navy); }
.crv-price strong { font-size: clamp(1.75rem, 3vw, 2.75rem); line-height: 1.04; letter-spacing: -.04em; }
.crv-price span { color: var(--muted); font-size: .88rem; }
.crv-price sup { margin-left: 1px; font-size: .52em; line-height: 0; }
.crv-price-card--featured .crv-price, .crv-price-card--featured .crv-price span { color: #fff; }
.crv-price-card > p { margin: 0 0 22px; color: var(--muted); font-size: .92rem; }
.crv-price-card--featured > p { color: #c2ceda; }
.crv-price-card ul { display: grid; gap: 8px; margin: 0 0 25px; padding: 0; list-style: none; color: #d5dee7; font-size: .87rem; }
.crv-price-card li { display: flex; align-items: center; gap: 8px; }
.crv-price-card li svg { color: #7fb1ff; }
.crv-price-card .crv-button, .crv-price-card .crv-text-link { margin-top: auto; align-self: flex-start; }
.crv-price-card--project { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.5fr) auto; gap: 34px; align-items: center; }
.crv-price-card--project .crv-price { margin: 12px 0 0; }
.crv-price-card--project > p { margin: 0; }
.crv-price-card--project .crv-text-link { margin-top: 0; white-space: nowrap; }
.crv-price-note { max-width: 920px; margin: 24px 0 0; color: #687586; font-size: .84rem; line-height: 1.55; }
.crv-price-note sup { margin-right: 2px; color: var(--blue); font-size: .72em; font-weight: 820; line-height: 0; }
.crv-price-note span + span { margin-left: 8px; }

.crv-local { position: relative; overflow: hidden; padding: 88px 0 96px; color: #fff; background: radial-gradient(circle at 8% 12%, rgba(55,119,187,.26), transparent 31%), linear-gradient(125deg, #173b5d, var(--navy) 72%); }
.crv-local::before { content: ''; position: absolute; width: 390px; height: 390px; right: -175px; top: -210px; border: 1px solid rgba(122,169,255,.18); border-radius: 50%; box-shadow: 0 0 0 65px rgba(122,169,255,.035), 0 0 0 130px rgba(122,169,255,.025); pointer-events: none; }
.crv-local > .crv-shell { position: relative; z-index: 1; }
.crv-local .crv-kicker { color: #89b1ff; }
.crv-local h2 { color: #fff; }
.crv-local__head { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(350px, .85fr); gap: clamp(45px, 7vw, 100px); align-items: end; margin-bottom: 36px; }
.crv-local__head h2 { max-width: 680px; }
.crv-local__intro { max-width: 560px; margin: 0 0 20px; color: #cbd6e0; font-size: 1.02rem; line-height: 1.7; }
.crv-local__count { width: fit-content; display: flex; align-items: center; gap: 13px; color: #b8c7d5; }
.crv-local__count strong { color: #fff; font-size: 2rem; line-height: 1; letter-spacing: -.04em; }
.crv-local__count span { padding-left: 13px; border-left: 1px solid rgba(255,255,255,.18); font-size: .72rem; font-weight: 690; line-height: 1.35; text-transform: uppercase; letter-spacing: .08em; }
.crv-local__panel { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr); gap: 0; padding: 14px; background: rgba(5, 22, 37, .44); border: 1px solid rgba(255,255,255,.13); border-radius: 32px; box-shadow: 0 28px 75px rgba(2,15,27,.28); backdrop-filter: blur(8px); }
.crv-local__copy { min-width: 0; display: flex; flex-direction: column; padding: clamp(24px, 3.2vw, 42px); }
.crv-local__equipment { display: grid; grid-template-columns: 48px 1fr; gap: 15px; margin-bottom: 27px; padding: 20px; background: linear-gradient(145deg, rgba(228,102,67,.13), rgba(255,255,255,.055)); border: 1px solid rgba(255,255,255,.13); border-radius: 19px; }
.crv-local__equipment > span { width: 48px; height: 48px; display: grid; place-items: center; color: #fff; background: var(--warm); border-radius: 14px; box-shadow: 0 8px 20px rgba(228,102,67,.22); }
.crv-local__equipment > span svg { width: 24px; height: 24px; }
.crv-local__equipment strong { display: block; margin: 1px 0 6px; font-size: 1rem; }
.crv-local__equipment p { margin: 0; color: #c9d4de; font-size: .82rem; line-height: 1.58; }
.crv-local__equipment small { display: block; margin-top: 11px; padding-top: 11px; color: #acbdcb; border-top: 1px solid rgba(255,255,255,.11); font-size: .72rem; line-height: 1.52; }
.crv-local__equipment small b { color: #fff; }
.crv-local__coverage { min-width: 0; }
.crv-local__label { margin: 0 0 12px; color: #8fb5ff; font-size: .68rem; font-weight: 820; text-transform: uppercase; letter-spacing: .14em; }
.crv-local__featured { display: flex; flex-wrap: wrap; gap: 7px; margin: 0; padding: 0; list-style: none; }
.crv-local__featured li { display: flex; align-items: center; padding: 7px 10px; color: #edf4fb; background: rgba(87,145,207,.1); border: 1px solid rgba(143,181,255,.18); border-radius: 999px; font-size: .73rem; }
.crv-local__communities { margin: 15px 0 0; }
.crv-local__communities summary { min-height: 48px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 10px; padding: 10px 13px 10px 16px; color: var(--navy); background: #f7f9fb; border: 1px solid rgba(255,255,255,.65); border-radius: 13px; box-shadow: 0 8px 24px rgba(2,15,27,.12); font-size: .8rem; font-weight: 800; cursor: pointer; list-style: none; }
.crv-local__communities summary small { min-width: 29px; height: 25px; display: grid; place-items: center; color: #fff; background: var(--blue); border-radius: 8px; font-size: .66rem; }
.crv-local__communities summary::-webkit-details-marker { display: none; }
.crv-local__communities summary svg { transition: transform .2s ease; }
.crv-local__communities[open] summary svg { transform: rotate(180deg); }
.crv-local__summary-open { display: none; }
.crv-local__communities[open] .crv-local__summary-closed { display: none; }
.crv-local__communities[open] .crv-local__summary-open { display: inline; }
.crv-local__community-groups { max-height: 350px; display: grid; gap: 15px; overflow-y: auto; margin-top: 9px; padding: 16px; background: rgba(2, 16, 28, .62); border: 1px solid rgba(255, 255, 255, .11); border-radius: 14px; scrollbar-color: #6387ae rgba(255,255,255,.05); }
.crv-local__community-groups section { display: grid; grid-template-columns: 60px 1fr; gap: 12px; align-items: start; }
.crv-local__community-groups h3 { margin: 4px 0 0; color: #8eb5ff; font-size: .75rem; letter-spacing: .06em; }
.crv-local__community-groups ul { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 12px; margin: 0; padding: 0; list-style: none; }
.crv-local__community-groups li { min-width: 0; display: flex; align-items: baseline; justify-content: space-between; gap: 8px; padding-bottom: 5px; color: #e4ebf2; border-bottom: 1px solid rgba(255,255,255,.07); font-size: .73rem; }
.crv-local__community-groups li span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.crv-local__community-groups li small { color: #8ea5ba; font-size: .64rem; white-space: nowrap; }
.crv-local__footer { display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: end; margin-top: auto; padding-top: 24px; }
.crv-local__method { max-width: 240px; margin: 0; color: #9fb0c0; font-size: .69rem; line-height: 1.45; }
.crv-local__footer .crv-button { min-height: 48px; padding: 12px 17px; font-size: .78rem; }
.crv-local__map-wrap { min-width: 0; display: flex; align-items: center; margin: 0; padding: 0; }
.crv-local__map { width: 100%; height: auto; display: block; background: #dce5ed; border: 1px solid rgba(255,255,255,.16); border-radius: 23px; box-shadow: 0 20px 50px rgba(2,15,27,.22); }

.crv-business { background: var(--sand); }
.crv-business__inner { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: center; padding: 55px 60px; background: #fff; border-radius: 30px; box-shadow: var(--shadow-sm); }
.crv-business__inner > div:first-child > p:not(.crv-kicker) { max-width: 700px; margin: 20px 0 0; color: var(--muted); }
.crv-business__actions { display: flex; flex-direction: column; align-items: flex-start; gap: 5px; padding: 28px; color: #fff; background: var(--blue); border-radius: 21px; }
.crv-business__actions span { color: #fff; font-size: .83rem; }
.crv-business__actions strong { margin-bottom: 15px; font-size: 1.28rem; }

.crv-faq { background: var(--paper); }
.crv-faq__grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(55px, 8vw, 105px); align-items: start; }
.crv-faq__grid > div:first-child { position: sticky; top: 120px; }
.crv-faq__grid > div:first-child > p:not(.crv-kicker) { margin: 20px 0; color: var(--muted); }
.crv-faq__list { border-top: 1px solid #d9e0e5; }
.crv-faq details { border-bottom: 1px solid #d9e0e5; }
.crv-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 0; color: var(--navy); font-size: 1rem; font-weight: 760; cursor: pointer; list-style: none; }
.crv-faq summary::-webkit-details-marker { display: none; }
.crv-faq summary svg { transition: transform .2s ease; }
.crv-faq details[open] summary svg { transform: rotate(180deg); }
.crv-faq details p { margin: -7px 42px 23px 0; color: var(--muted); font-size: .95rem; }

.crv-contact { position: relative; overflow: hidden; color: #fff; background: var(--navy); }
.crv-contact::before { content: ""; position: absolute; width: 520px; height: 520px; left: -300px; top: -180px; border-radius: 50%; background: rgba(37, 99, 235, .15); filter: blur(1px); }
.crv-contact__grid { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(55px, 8vw, 110px); align-items: start; }
.crv-contact .crv-kicker { color: #8eb5ff; }
.crv-contact h2 { color: #fff; }
.crv-contact__copy > p:not(.crv-kicker) { margin: 22px 0 28px; color: #becbd8; font-size: 1.02rem; }
.crv-contact__direct { display: grid; gap: 10px; }
.crv-contact__direct a { display: flex; align-items: center; gap: 13px; padding: 14px 16px; background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .12); border-radius: 14px; }
.crv-contact__direct a > svg { color: #82adff; }
.crv-contact__direct span, .crv-contact__direct strong { display: block; }
.crv-contact__direct span { color: #aebdcb; font-size: .79rem; }
.crv-contact__direct strong { color: #fff; font-size: .94rem; }
.crv-form { position: relative; display: grid; gap: 16px; padding: clamp(24px, 4vw, 40px); color: var(--ink); background: #fff; border-radius: 27px; box-shadow: 0 28px 70px rgba(0,0,0,.23); }
.crv-form > label:not(.crv-consent) { display: grid; gap: 6px; color: var(--navy); font-size: .88rem; font-weight: 720; }
.crv-field-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.crv-field-row > label { min-width: 0; display: grid; gap: 6px; color: var(--navy); font-size: .88rem; font-weight: 720; }
.crv-form label > span, .crv-form label > b { color: var(--warm); }
.crv-form label small { color: var(--muted); font-weight: 500; }
.crv-form input:not([type="checkbox"]), .crv-form select, .crv-form textarea { width: 100%; min-height: 50px; padding: 11px 13px; color: var(--ink); background: #fbfcfd; border: 1px solid #cfd8e0; border-radius: 10px; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.crv-form textarea { min-height: 105px; resize: vertical; }
.crv-form input:focus, .crv-form select:focus, .crv-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(37, 99, 235, .13); }
.crv-form .crv-captcha { grid-template-columns: auto auto 1fr auto; align-items: center; gap: 6px; padding: 13px 15px; color: var(--navy); background: var(--blue-soft); border: 1px solid #ccdaf4; border-radius: 12px; }
.crv-form .crv-captcha strong { color: var(--blue); font-size: 1.05rem; }
.crv-form .crv-captcha input { width: 76px; min-height: 43px; margin-left: auto; background: #fff; text-align: center; }
.crv-consent { display: grid; grid-template-columns: 19px 1fr; gap: 10px; align-items: start; color: var(--muted); font-size: .8rem; line-height: 1.45; }
.crv-consent input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--blue); }
.crv-form__submit { width: 100%; }
.crv-form__privacy { display: flex; align-items: center; justify-content: center; gap: 7px; margin: -3px 0 0; color: var(--muted); font-size: .78rem; text-align: center; }
.crv-form-status { padding: 13px 15px; border-radius: 10px; font-size: .89rem; }
.crv-form-status--success { color: #14532d; background: #dcfce7; }
.crv-form-status--error { color: #7f1d1d; background: #fee2e2; }
.crv-honeypot { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.crv-footer { padding: 48px 0 38px; color: #aebccb; background: #071522; }
.crv-footer__inner { display: grid; grid-template-columns: minmax(260px, 1fr) auto auto; gap: 50px 65px; align-items: start; }
.crv-footer .crv-logo { width: max-content; }
.crv-footer .crv-logo__mark { width: 64px; height: 64px; padding: 3px; background: #fffefd; border: 1px solid rgba(255, 255, 255, .72); border-radius: 18px; box-shadow: 0 10px 28px rgba(0, 0, 0, .2); }
.crv-footer .crv-logo--light { gap: 13px; }
.crv-logo--light .crv-logo__copy strong { color: #fff; }
.crv-logo--light .crv-logo__copy small { color: #bcc8d6; }
.crv-footer p { margin: 15px 0 0; font-size: .82rem; }
.crv-footer__links { display: grid; gap: 7px; color: #d5dee7; font-size: .84rem; }
.crv-footer__links strong { margin-bottom: 4px; color: #fff; font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; }
.crv-footer__links a:hover { color: #fff; }
.crv-footer__copyright { grid-column: 1 / -1; margin-top: 0 !important; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); }
.crv-form__privacy a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }
.crv-mobile-bar { display: none; }

[data-reveal] { transition: transform .65s ease; }
.crv-js [data-reveal]:not(.is-visible) { transform: translateY(22px); }
.crv-js .crv-goal-card[data-reveal]:not(.is-visible) { transform: translateY(20px) scale(.985); }

@media (max-width: 1060px) {
  .crv-nav { display: none; }
  .crv-duration-selector { grid-template-columns: 1fr; }
  .crv-duration-selector__summary { grid-column: 1; margin-top: 0; }
  .crv-price-grid { grid-template-columns: 1fr 1fr; }
  .crv-hero__grid { grid-template-columns: 1fr .85fr; gap: 45px; }
  .crv-hero__visual { min-height: 470px; }
  .crv-floating--review { right: -5px; }
  .crv-goal-card > div { min-height: 200px; }
  .crv-pillars__layout { grid-template-columns: .7fr 1.3fr; gap: 45px; }
  .crv-method__steps li { padding-inline: 15px; }
  .crv-business__inner { gap: 45px; padding: 48px; }
}

@media (max-width: 850px) {
  .crv-shell { width: min(100% - 40px, 720px); }
  .crv-section { padding: 82px 0; }
  .crv-header__inner { min-height: 72px; }
  .crv-logo__mark { width: 54px; height: 54px; }
  .crv-hero { padding-top: 55px; }
  .crv-hero__grid { grid-template-columns: 1fr; }
  .crv-hero__copy { max-width: 720px; }
  .crv-hero h1 { max-width: 700px; }
  .crv-hero__visual { width: min(590px, 100%); min-height: 540px; margin: -8px auto 0; }
  .crv-hero__photo { width: min(440px, 78%); }
  .crv-floating--plan { left: 3%; }
  .crv-floating--review { right: 3%; }
  .crv-trust__grid { grid-template-columns: repeat(2, 1fr); }
  .crv-trust__grid > div:nth-child(2) { border-right: 0; }
  .crv-trust__grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.13); }
  .crv-section-head--split { grid-template-columns: 1fr; gap: 20px; }
  .crv-section-head--split > p { max-width: 620px; }
  .crv-goal-grid { grid-template-columns: repeat(2, 1fr); }
  .crv-goal-card > div { min-height: 182px; }
  .crv-pillars__layout, .crv-coach__grid, .crv-faq__grid, .crv-contact__grid { grid-template-columns: 1fr; }
  .crv-pillars__intro { max-width: 650px; }
  .crv-method__steps { grid-template-columns: repeat(3, 1fr); gap: 32px 0; }
  .crv-method__steps li:nth-child(3) { border-right: 0; }
  .crv-method__steps li:nth-child(n+4) { border-top: 1px solid #d7d8d5; padding-top: 30px; }
  .crv-coach__visual { width: min(500px, 90%); margin-inline: auto; }
  .crv-coach__copy { max-width: 680px; }
  .crv-review-grid { grid-template-columns: repeat(2, 1fr); }
  .crv-price-grid { grid-template-columns: 1fr 1fr; }
  .crv-price-card--featured { grid-row: auto; }
  .crv-price-card--project { grid-template-columns: 1fr; gap: 14px; }
  .crv-price-card--project .crv-text-link { margin-top: 5px; }
  .crv-local__head { grid-template-columns: 1fr; gap: 20px; }
  .crv-local__head > div:last-child { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: end; }
  .crv-local__intro { margin: 0; }
  .crv-local__panel { grid-template-columns: 1fr; width: min(100%, 720px); }
  .crv-local__copy { max-width: none; }
  .crv-local__map { min-height: 0; }
  .crv-business__inner { grid-template-columns: 1fr; }
  .crv-faq__grid > div:first-child { position: static; }
  .crv-contact__copy { max-width: 650px; }
  .crv-footer__inner { grid-template-columns: 1fr 1fr; }
  .crv-footer__copyright { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  html { scroll-padding-top: 74px; }
  body.crv-page { padding-bottom: 66px; }
  .crv-shell { width: calc(100% - 40px); }
  .crv-section { padding: 68px 0; }
  .crv-header__inner { gap: 12px; }
  .crv-logo { gap: 8px; }
  .crv-logo__mark { width: 47px; height: 47px; }
  .crv-logo__copy strong { font-size: 1rem; }
  .crv-logo__copy small { font-size: .47rem; letter-spacing: .12em; }
  .crv-header-call { width: 44px; padding: 0; justify-content: center; }
  .crv-header-call span { display: none; }
  .crv-hero { padding: 44px 0 54px; }
  .crv-hero h1 { font-size: clamp(2.45rem, 12vw, 3.35rem); }
  .crv-hero__promise { font-size: clamp(2.25rem, 10.5vw, 2.85rem); }
  .crv-hero__lead { margin-top: 20px; font-size: .98rem; line-height: 1.55; }
  .crv-hero__actions { display: grid; }
  .crv-button { width: 100%; }
  .crv-proof-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 12px; }
  .crv-proof-row li:last-child { grid-column: 1 / -1; }
  .crv-hero__visual { min-height: 440px; }
  .crv-hero__photo { width: 84%; }
  .crv-hero__shape { inset: 10% 0 3% 5%; }
  .crv-floating--plan { left: 0; bottom: 18px; }
  .crv-floating--review { right: 0; top: 28px; }
  .crv-floating--review small { display: none; }
  .crv-trust__grid > div { min-height: 100px; padding: 16px 13px; }
  .crv-trust strong { font-size: 1.15rem; }
  .crv-trust span { font-size: .76rem; }
  .crv-section-head { margin-bottom: 34px; }
  .crv-section-head h2, .crv-pillars h2, .crv-coach h2, .crv-local h2, .crv-business h2, .crv-faq h2, .crv-contact h2 { font-size: clamp(2rem, 10vw, 2.65rem); }
  .crv-goal-grid { grid-template-columns: 1fr; }
  .crv-goal-card { display: grid; grid-template-columns: 41% 59%; min-height: 190px; }
  .crv-goal-card img { width: 100%; height: 100%; aspect-ratio: auto; }
  .crv-goal-card > div { min-height: 0; padding: 21px 18px; }
  .crv-goal-card span { right: 16px; top: 14px; }
  .crv-goal-card h3 { margin-right: 24px; font-size: 1.08rem; }
  .crv-goal-card p { font-size: .87rem; }
  .crv-pillar-grid { grid-template-columns: 1fr; }
  .crv-pillar-grid article, .crv-pillar-grid article:nth-child(2), .crv-pillar-grid article:nth-child(4) { min-height: 0; transform: none; }
  .crv-method__steps { grid-template-columns: 1fr; margin-top: 38px; gap: 0; }
  .crv-method__steps li { display: grid; grid-template-columns: 46px 1fr; gap: 0 14px; padding: 18px 0; text-align: left; border-right: 0; border-bottom: 1px solid #d7d8d5; }
  .crv-method__steps li:nth-child(n+4) { padding-top: 18px; border-top: 0; }
  .crv-method__steps span { grid-row: span 2; margin: 0; }
  .crv-method__steps p { margin-top: 2px; }
  .crv-coach__visual { width: calc(100% - 18px); margin-left: 18px; }
  .crv-coach__visual > div { right: -5px; bottom: 18px; max-width: 210px; }
  .crv-coach__proofs { grid-template-columns: 1fr 1fr; }
  .crv-reviews__head { display: grid; }
  .crv-reviews__head > a { justify-self: start; }
  .crv-review-grid { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: minmax(270px, 88%); overflow-x: auto; scroll-snap-type: x mandatory; padding: 3px 2px 14px; scrollbar-color: #9bb3d2 transparent; }
  .crv-review-grid figure { scroll-snap-align: start; }
  .crv-duration-selector { margin-top: 0; padding: 15px; }
  .crv-duration-selector__options { grid-template-columns: 1fr 1fr; }
  .crv-price-note span { display: block; }
  .crv-price-note span + span { margin: 6px 0 0; }
  .crv-price-grid { grid-template-columns: 1fr; }
  .crv-price-card--featured { grid-row: auto; }
  .crv-local { padding: 66px 0 72px; }
  .crv-local__head { margin-bottom: 25px; }
  .crv-local__head > div:last-child { display: block; }
  .crv-local__intro { margin-bottom: 17px; font-size: .94rem; }
  .crv-local__count strong { font-size: 1.7rem; }
  .crv-local__panel { padding: 7px; border-radius: 25px; }
  .crv-local__copy { padding: 22px 15px 17px; }
  .crv-local__equipment { grid-template-columns: 40px 1fr; padding: 15px; }
  .crv-local__equipment > span { width: 40px; height: 40px; }
  .crv-local__featured { gap: 6px; }
  .crv-local__featured li { padding: 7px 9px; font-size: .7rem; }
  .crv-local__communities summary { min-height: 46px; }
  .crv-local__community-groups { max-height: 410px; padding: 14px; }
  .crv-local__community-groups section { grid-template-columns: 1fr; gap: 7px; }
  .crv-local__community-groups h3 { margin: 0; }
  .crv-local__community-groups ul { grid-template-columns: 1fr; }
  .crv-local__map { min-height: 0; border-radius: 20px; }
  .crv-local__footer { grid-template-columns: 1fr; gap: 14px; padding-top: 20px; }
  .crv-local__method { max-width: none; }
  .crv-business__inner { width: 100%; padding: 31px 24px; border-radius: 24px; }
  .crv-business__actions { padding: 23px; }
  .crv-faq summary { padding: 20px 0; }
  .crv-form { padding: 23px 19px; }
  .crv-field-row { grid-template-columns: 1fr; }
  .crv-form .crv-captcha { grid-template-columns: 1fr auto; }
  .crv-form .crv-captcha strong { grid-column: 1; }
  .crv-form .crv-captcha > span { display: none; }
  .crv-form .crv-captcha input { grid-column: 2; grid-row: 1 / 3; }
  .crv-footer__inner { grid-template-columns: 1fr; gap: 26px; }
  .crv-footer__copyright { grid-column: auto; }
  .crv-mobile-bar { position: fixed; z-index: 500; bottom: 0; left: 0; right: 0; height: 66px; display: grid; grid-template-columns: .78fr 1.22fr; padding: 7px; background: rgba(255,255,255,.96); border-top: 1px solid #d8e0e7; box-shadow: 0 -8px 28px rgba(11,31,51,.12); backdrop-filter: blur(12px); }
  .crv-mobile-bar a { display: flex; align-items: center; justify-content: center; gap: 7px; color: var(--navy); font-size: .86rem; font-weight: 800; border-radius: 10px; }
  .crv-mobile-bar a:last-child { color: #fff; background: var(--blue); }
}

@media (max-width: 380px) {
  .crv-shell { width: calc(100% - 32px); }
  .crv-logo__mark { width: 43px; height: 43px; }
  .crv-logo__copy strong { font-size: .92rem; }
  .crv-logo__copy small { font-size: .42rem; }
  .crv-overline { font-size: .7rem; }
  .crv-hero h1 { font-size: 2.35rem; }
  .crv-hero__promise { font-size: 2.18rem; }
  .crv-hero__visual { min-height: 390px; }
  .crv-floating--plan { padding: 10px 11px; }
  .crv-floating--plan > span { width: 35px; height: 35px; }
  .crv-floating--plan strong { font-size: .8rem; }
  .crv-floating--review { padding: 10px 11px; }
  .crv-goal-card { grid-template-columns: 38% 62%; }
  .crv-goal-card p { line-height: 1.45; }
  .crv-business__inner { padding-inline: 18px; }
  .crv-form { padding-inline: 16px; }
  .crv-mobile-bar { grid-template-columns: .7fr 1.3fr; }
  .crv-mobile-bar a { font-size: .79rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .crv-js [data-reveal]:not(.is-visible) { transform: none; }
}

@media print {
  .crv-header, .crv-mobile-bar, .crv-hero__actions, .crv-button { display: none !important; }
  body.crv-page { color: #000; background: #fff; }
  .crv-section { padding: 30px 0; }
}
