:root {
  --ink: #0b100d;
  --forest: #152017;
  --muted-forest: #2a3827;
  --lime: #a5ad70;
  --lime-deep: #788154;
  --paper: #e7e4d9;
  --warm-white: #f3f0e7;
  --mist: #d8d4c6;
  --stone: #747b6d;
  --danger: #a84f42;
  --success: #788e65;
  --line: rgba(11, 16, 13, 0.15);
  --shadow: 0 20px 65px rgba(4, 10, 6, 0.2);
  --radius: 20px;
  --max-width: 1200px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); }
button, input, select { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 50; padding: .7rem 1rem; background: var(--lime); border-radius: 8px; }
.skip-link:focus { top: 1rem; }

.shell { min-height: 100vh; overflow: hidden; }
.container { width: min(var(--max-width), calc(100% - 2.5rem)); margin: 0 auto; }
.section { padding: 5.5rem 0; }
.eyebrow, .mini-label { display: inline-flex; align-items: center; gap: .5rem; font-size: .7rem; letter-spacing: .15em; font-weight: 800; text-transform: uppercase; }
.eyebrow::before { content: ""; width: .55rem; height: .55rem; background: var(--lime); border-radius: 50%; }
.mini-label { color: var(--stone); }
.mini-label::before { content: "//"; color: var(--lime-deep); }
.display { margin: .75rem 0 1.1rem; max-width: 11ch; font-size: clamp(2.7rem, 7vw, 5.8rem); line-height: .94; letter-spacing: -.075em; }
.section-title { margin: .55rem 0 0; max-width: 16ch; font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1.02; letter-spacing: -.055em; }
.lead { max-width: 58ch; color: #526057; line-height: 1.65; font-size: 1.05rem; }
.muted { color: var(--stone); }
.text-lime { color: var(--lime); }
.text-right { text-align: right; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header { position: relative; z-index: 5; color: var(--warm-white); background: var(--forest); }
.nav { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: inline-flex; flex-direction: column; line-height: .9; letter-spacing: -.07em; font-size: 1.28rem; font-weight: 900; }
.brand small { margin-top: .3rem; font-size: .43rem; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; color: var(--lime); }
.nav-links { display: flex; align-items: center; gap: 1.6rem; color: rgba(255,255,255,.72); font-size: .87rem; font-weight: 650; }
.nav-links a:hover { color: var(--lime); }
.header-actions { display: flex; gap: .65rem; align-items: center; }

.button { display: inline-flex; justify-content: center; align-items: center; min-height: 46px; gap: .5rem; padding: .75rem 1.05rem; border: 1px solid transparent; border-radius: 100px; font-size: .86rem; font-weight: 800; transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid rgba(165,173,112,.72); outline-offset: 2px; }
.button-primary { color: var(--ink); background: var(--lime); }
.button-primary:hover { background: #bec68d; }
.button-whatsapp { color: #0a140d; background: #c7ef85; box-shadow: inset 0 0 0 1px rgba(255,255,255,.22); }
.button-whatsapp:hover { background: #d5f5a1; }
.whatsapp-pip { display: inline-grid; place-items: center; width: 1.05rem; height: 1.05rem; border-radius: 50%; color: #c7ef85; background: #1e552f; font-size: .48rem; }
.button-dark { color: var(--warm-white); background: var(--forest); }
.button-outline { color: var(--ink); border-color: var(--line); background: transparent; }
.button-outline:hover { background: var(--warm-white); }
.button-ghost { min-height: 38px; padding: .55rem .8rem; color: var(--warm-white); background: transparent; border-color: rgba(255,255,255,.18); }
.button-soft { color: var(--forest); background: #e7eee5; }
.button-danger { color: var(--danger); background: #fbeae7; }
.button-small { min-height: 36px; padding: .5rem .75rem; font-size: .76rem; }
.button[disabled] { pointer-events: none; opacity: .48; }

.hero { position: relative; color: var(--warm-white); background-color: var(--forest); background-image: linear-gradient(90deg, rgba(8,13,10,.97) 0%, rgba(13,22,15,.91) 36%, rgba(12,20,14,.5) 67%, rgba(8,13,10,.76) 100%), linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.46)), url("../images/green-zone-training-hero.webp"); background-size: cover; background-position: center 48%; padding: 4.2rem 0 6.8rem; isolation: isolate; }
.hero::before { content: ""; position: absolute; z-index: 0; right: -9vw; top: -25vw; width: 58vw; height: 58vw; border-radius: 50%; border: 1px solid rgba(178,166,124,.3); box-shadow: 0 0 0 42px rgba(165,173,112,.07), 0 0 0 100px rgba(178,166,124,.045), 0 0 0 170px rgba(165,173,112,.03); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .92fr; gap: 3.5rem; align-items: end; }
.hero .lead { color: rgba(255,255,255,.72); }
.hero-copy { padding-bottom: .5rem; }
.hero-actions { display: flex; gap: .75rem; flex-wrap: wrap; margin-top: 1.8rem; }
.hero-whatsapp-note { display: flex; align-items: center; justify-content: space-between; gap: 1rem; width: min(100%, 470px); margin-top: 1.1rem; padding: .75rem .9rem; border: 1px solid rgba(199,239,133,.32); border-radius: 12px; color: var(--warm-white); background: rgba(13,25,16,.48); transition: .18s ease; }
.hero-whatsapp-note:hover { border-color: #c7ef85; background: rgba(25,51,31,.76); transform: translateY(-1px); }
.hero-whatsapp-note small, .hero-whatsapp-note b { display: block; }
.hero-whatsapp-note small { color: rgba(255,255,255,.58); font-size: .64rem; font-weight: 700; }
.hero-whatsapp-note b { margin-top: .18rem; font-size: .78rem; }
.hero-whatsapp-note strong { color: #c7ef85; font-size: .78rem; white-space: nowrap; }
.hero-meta { display: flex; flex-wrap: wrap; gap: .9rem 1.5rem; margin-top: 2.5rem; color: rgba(255,255,255,.66); font-size: .83rem; }
.hero-meta strong { color: var(--warm-white); }
.live-card { position: relative; padding: 1.5rem; color: var(--ink); background: rgba(243,240,231,.97); border: 1px solid rgba(178,166,124,.42); border-radius: var(--radius); box-shadow: 13px 13px 0 rgba(120,129,84,.88); }
.live-card-header { display: flex; justify-content: space-between; align-items: start; gap: 1rem; }
.live-card h2 { margin: .45rem 0; letter-spacing: -.04em; font-size: 1.8rem; }
.pulse { width: .68rem; height: .68rem; margin-top: .2rem; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 5px rgba(120,142,101,.18); }
.time-row { display: flex; align-items: end; justify-content: space-between; gap: .5rem; padding: 1.25rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.time-row strong { display: block; font-size: 2.8rem; line-height: .9; letter-spacing: -.08em; }
.seat-meter { margin-top: 1.3rem; }
.meter { height: .45rem; margin: .48rem 0; overflow: hidden; background: #e5e8e2; border-radius: 99px; }
.meter span { display: block; height: 100%; border-radius: inherit; background: var(--lime-deep); }

.signal-strip { color: var(--warm-white); background: #111714; }
.signal-strip .container { display: grid; grid-template-columns: repeat(3, 1fr); }
.signal { padding: 1.1rem 1.3rem; border-left: 1px solid rgba(255,255,255,.12); }
.signal:last-child { border-right: 1px solid rgba(255,255,255,.12); }
.signal strong { display: block; color: var(--lime); font-size: .75rem; text-transform: uppercase; letter-spacing: .12em; }
.signal span { color: rgba(255,255,255,.65); font-size: .85rem; }
.install-banner { display: none; }
.install-steps { display: grid; gap: .75rem; padding-left: 1.35rem; color: #526057; font-size: .9rem; line-height: 1.5; }
.install-steps b { color: var(--forest); }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2rem; }
.schedule-tools { display: flex; align-items: center; justify-content: flex-end; gap: .75rem; flex-wrap: wrap; }
.routine-cta { display: grid; gap: .4rem; min-width: 244px; }
.routine-cta-button { min-height: 52px; padding: .8rem 1.15rem; justify-content: space-between; font-size: .92rem; box-shadow: 5px 5px 0 rgba(120,129,84,.26); }
.routine-cta-button span { font-size: 1.15rem; line-height: 1; }
.routine-cta p { margin: 0; color: var(--stone); font-size: .7rem; font-weight: 650; line-height: 1.4; }
.week-nav { display: flex; align-items: center; gap: .6rem; }
.week-nav span { min-width: 8rem; text-align: center; font-size: .85rem; font-weight: 750; }
.icon-button { display: inline-grid; place-items: center; width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: var(--warm-white); font-size: 1.1rem; }
.icon-button:hover { background: var(--lime); }
.schedule-launch-note { max-width: 48ch; margin: .85rem 0 0; color: var(--stone); font-size: .82rem; line-height: 1.5; }
.schedule-launch-note b { color: var(--muted-forest); }
.schedule-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: .65rem; }
#schedule { background-image: radial-gradient(ellipse at 10% 15%, transparent 0 42px, rgba(120,129,84,.11) 43px 44px, transparent 45px 76px), radial-gradient(ellipse at 76% 78%, transparent 0 60px, rgba(178,166,124,.1) 61px 62px, transparent 63px 105px); background-size: 220px 180px, 320px 260px; }
.day-column { min-width: 0; padding: .9rem; border: 1px solid rgba(74,87,57,.2); border-radius: 15px; background: rgba(243,240,231,.92); }
.day-column.today { border-color: var(--lime-deep); box-shadow: inset 0 0 0 1px var(--lime-deep); }
.date-head { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: .85rem; }
.date-head b { font-size: .88rem; }
.date-head span { color: var(--stone); font-size: .72rem; }
.session-button { width: 100%; margin-top: .55rem; padding: .65rem; text-align: left; border: 1px solid rgba(120,129,84,.2); border-radius: 10px; color: var(--ink); background: #f7f5ee; transition: .18s ease; }
.session-button:hover { border-color: var(--lime-deep); background: #e8e5d6; transform: translateY(-1px); }
.session-button:disabled { cursor: default; opacity: .56; }
.session-waitlist { border-color: rgba(42,107,63,.42); background: #edf5e9; }
.session-waitlist .session-seats { color: #2d6b3e; font-weight: 800; }
.session-code { display: block; margin-bottom: .3rem; color: var(--lime-deep); font-size: .52rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.session-time { display: block; font-size: .95rem; font-weight: 850; letter-spacing: -.03em; }
.session-name { display: block; margin-top: .14rem; overflow: hidden; color: #526057; font-size: .67rem; white-space: nowrap; text-overflow: ellipsis; }
.session-price { display: block; margin-top: .4rem; color: var(--muted-forest); font-size: .67rem; font-weight: 850; }
.session-seats { display: block; margin-top: .35rem; color: var(--stone); font-size: .65rem; }
.empty-session { display: block; padding: .65rem 0; color: var(--stone); font-size: .72rem; }
.launch-day { color: #63724c; font-weight: 800; line-height: 1.4; }
.field-pricing { display: grid; gap: 1rem; margin-top: 1.2rem; padding: 1rem; border: 1px solid rgba(74,87,57,.2); border-radius: var(--radius); background: rgba(243,240,231,.92); }
.field-pricing-heading { display: flex; align-items: end; justify-content: space-between; gap: 1rem; }
.field-pricing-heading p { max-width: 50ch; margin: 0; color: var(--stone); font-size: .78rem; line-height: 1.45; }
.field-pass-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .7rem; }
.field-pass { position: relative; display: grid; gap: .3rem; min-height: 118px; padding: 1rem; border: 1px solid var(--line); border-radius: 12px; background: #f7f5ee; }
.field-pass > span:not(.pass-tag) { color: var(--stone); font-size: .68rem; font-weight: 800; }
.field-pass b { font-size: 1.55rem; letter-spacing: -.05em; }
.field-pass small { color: var(--muted-forest); font-size: .67rem; font-weight: 700; line-height: 1.35; }

/* Meet the coach */
.coach-section { position: relative; overflow: hidden; color: var(--warm-white); background: #0b120d; }
.coach-section::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .7; background-image: radial-gradient(ellipse at 79% 17%, transparent 0 78px, rgba(165,173,112,.2) 79px 80px, transparent 81px 138px), radial-gradient(ellipse at 14% 83%, transparent 0 115px, rgba(165,173,112,.13) 116px 117px, transparent 118px 180px); background-size: 360px 300px, 440px 380px; }
.coach-section .container { position: relative; z-index: 1; }
.coach-section .section-title { max-width: 14ch; color: var(--warm-white); }
.coach-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.25rem; }
.coach-heading > p { max-width: 42ch; margin: 0; color: rgba(255,255,255,.65); font-size: .94rem; line-height: 1.6; }
.coach-layout { display: block; }
.coach-visual { position: relative; min-height: 575px; overflow: hidden; isolation: isolate; border: 1px solid rgba(165,173,112,.28); border-radius: 24px; background: #182319; box-shadow: 20px 20px 0 rgba(165,173,112,.1); }
.coach-visual::before { content: ""; position: absolute; z-index: 2; right: -22%; top: -18%; width: 60%; aspect-ratio: 1; border: 1px solid rgba(165,173,112,.38); border-radius: 50%; box-shadow: 0 0 0 35px rgba(165,173,112,.08), 0 0 0 85px rgba(165,173,112,.045); }
.coach-team-photo { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 58%; filter: grayscale(.24) saturate(.78) contrast(1.16) brightness(.62); transform: scale(1.035); }
.coach-solo-photo { object-position: 50% 50%; transform: scale(1.02); }
.photo-shade { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(8,13,10,.3) 0%, rgba(8,13,10,.12) 35%, rgba(8,13,10,.88) 58%, rgba(8,13,10,.98) 100%), linear-gradient(0deg, rgba(8,13,10,.82) 0%, transparent 47%), linear-gradient(180deg, rgba(8,13,10,.45), transparent 32%); }
.coach-photo-label { position: absolute; z-index: 3; top: 1.35rem; left: 1.35rem; display: grid; gap: .35rem; }
.coach-photo-label span { color: var(--lime); font-size: .62rem; font-weight: 900; letter-spacing: .15em; }
.coach-photo-label b { color: var(--warm-white); font-size: 1.05rem; letter-spacing: -.035em; }
.coach-story-card { display: flex; align-items: stretch; min-height: 620px; }
.coach-copy { position: relative; z-index: 3; width: min(52%, 570px); min-height: 100%; display: flex; flex-direction: column; justify-content: center; margin-left: auto; padding: clamp(1.7rem, 4vw, 3.15rem); border-left: 1px solid rgba(165,173,112,.25); background: linear-gradient(90deg, rgba(13,23,16,.54), rgba(13,23,16,.92) 22%, rgba(13,23,16,.98)); backdrop-filter: blur(4px); }
.coach-copy .mini-label { color: var(--lime); }
.coach-copy .mini-label::before { color: rgba(243,240,231,.48); }
.coach-copy p { max-width: 49ch; margin: .85rem 0 0; color: rgba(255,255,255,.78); font-size: .94rem; line-height: 1.68; }
.coach-copy .coach-lead { margin-top: 1.25rem; color: var(--warm-white); font-size: 1.23rem; font-weight: 620; line-height: 1.47; letter-spacing: -.025em; }
.coach-copy strong { color: var(--lime); font-weight: 800; }
.coach-copy .coach-quote { margin-top: 1.55rem; padding-top: 1.2rem; border-top: 1px solid rgba(165,173,112,.28); color: var(--lime); font-size: 1.12rem; font-weight: 800; line-height: 1.35; letter-spacing: -.025em; }
.coach-promotion { position: absolute; z-index: 4; right: 1rem; bottom: 1rem; width: min(45%, 250px); margin: 0; padding: .55rem; border: 1px solid rgba(165,173,112,.35); border-radius: 14px; background: rgba(10,17,12,.88); box-shadow: 0 16px 35px rgba(0,0,0,.35); backdrop-filter: blur(10px); }
.coach-promotion img { display: block; width: 100%; aspect-ratio: 1.12 / 1; object-fit: cover; object-position: 58% 38%; border-radius: 9px; filter: grayscale(.25) saturate(.72) contrast(1.14) brightness(.7); }
.coach-promotion figcaption { padding: .6rem .2rem .1rem; color: rgba(255,255,255,.75); font-size: .64rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.coach-story { display: flex; flex-direction: column; justify-content: center; padding: clamp(1.45rem, 4vw, 3.15rem); border: 1px solid rgba(165,173,112,.18); border-radius: 24px; background: linear-gradient(145deg, rgba(29,43,30,.96), rgba(14,23,16,.98)); }
.coach-story .mini-label { color: var(--lime); }
.coach-story .mini-label::before { color: rgba(243,240,231,.48); }
.coach-story p { max-width: 49ch; margin: .85rem 0 0; color: rgba(255,255,255,.72); font-size: .94rem; line-height: 1.68; }
.coach-story .coach-lead { margin-top: 1.25rem; color: var(--warm-white); font-size: 1.23rem; font-weight: 620; line-height: 1.47; letter-spacing: -.025em; }
.coach-story strong { color: var(--lime); font-weight: 800; }
.coach-story .coach-quote { margin-top: 1.55rem; padding-top: 1.2rem; border-top: 1px solid rgba(165,173,112,.28); color: var(--lime); font-size: 1.12rem; font-weight: 800; line-height: 1.35; letter-spacing: -.025em; }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.feature { min-height: 215px; padding: 1.45rem; border-radius: var(--radius); background: var(--warm-white); }
.feature:nth-child(2) { color: var(--warm-white); background: var(--muted-forest); }
.feature-number { display: grid; place-items: center; width: 2.35rem; height: 2.35rem; border-radius: 50%; color: var(--forest); background: var(--lime); font-size: .75rem; font-weight: 900; }
.feature h3 { margin: 2rem 0 .55rem; font-size: 1.2rem; letter-spacing: -.04em; }
.feature p { margin: 0; color: #647068; line-height: 1.55; font-size: .9rem; }
.feature:nth-child(2) p { color: rgba(255,255,255,.66); }

/* First session and FAQ */
.field-briefing { background: #e1dfd3; }
.section-side-copy { max-width: 36ch; margin: 0; color: var(--stone); font-size: .86rem; line-height: 1.55; }
.briefing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.briefing-card { min-height: 220px; padding: 1.35rem; border: 1px solid rgba(21,32,23,.13); border-radius: var(--radius); background: var(--warm-white); }
.briefing-card > span { display: inline-grid; place-items: center; width: 2.2rem; height: 2.2rem; border-radius: 50%; color: var(--forest); background: #d7e8a5; font-size: .7rem; font-weight: 900; }
.briefing-card h3 { margin: 1.55rem 0 .55rem; font-size: 1.2rem; letter-spacing: -.04em; }
.briefing-card p { margin: 0; color: #5d685f; font-size: .86rem; line-height: 1.55; }
.briefing-contact { display: flex; align-items: center; justify-content: space-between; gap: 1.25rem; margin-top: 1rem; padding: 1rem 1.1rem; border-radius: 15px; color: var(--warm-white); background: var(--forest); }
.briefing-contact .mini-label { color: var(--lime); }
.briefing-contact b { display: block; max-width: 52ch; margin-top: .3rem; font-size: .88rem; line-height: 1.4; }
.briefing-contact-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .55rem; }
.field-faq { background: #eef0e9; }
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .7rem; }
.faq-grid details { padding: 1rem 1.05rem; border: 1px solid rgba(21,32,23,.14); border-radius: 13px; background: rgba(255,255,255,.7); }
.faq-grid summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; cursor: pointer; font-size: .86rem; font-weight: 850; list-style: none; }
.faq-grid summary::-webkit-details-marker { display: none; }
.faq-grid summary span { display: grid; place-items: center; width: 1.35rem; height: 1.35rem; border-radius: 50%; color: var(--forest); background: var(--lime); font-size: 1rem; font-weight: 500; line-height: 1; transition: transform .18s ease; }
.faq-grid details[open] summary span { transform: rotate(45deg); }
.faq-grid details p { margin: .75rem 0 0; color: #5d685f; font-size: .82rem; line-height: 1.55; }

.location { color: var(--warm-white); background: #101811; }
.location-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 3.5rem; align-items: center; }
.location .lead { color: rgba(255,255,255,.65); }
.map-art { position: relative; min-height: 310px; overflow: hidden; border: 1px solid rgba(178,166,124,.3); border-radius: var(--radius); background: #263021; }
.map-art-live::before { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(9,15,11,.62) 0%, transparent 39%, rgba(9,15,11,.26) 100%); }
.location-map { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: grayscale(.45) contrast(1.06) saturate(.72) sepia(.12); }
.map-overlay { position: absolute; z-index: 2; top: 1.1rem; left: 1.1rem; display: grid; gap: .35rem; max-width: calc(100% - 2.2rem); padding: .7rem .8rem; border: 1px solid rgba(216,244,94,.36); border-radius: 10px; color: var(--warm-white); background: rgba(10,17,12,.73); backdrop-filter: blur(7px); pointer-events: none; }
.map-overlay span { color: var(--lime); font-size: .62rem; font-weight: 900; letter-spacing: .14em; }
.map-overlay b { font-size: .8rem; line-height: 1.25; }
.map-pin-live { position: absolute; z-index: 3; top: 50%; left: 50%; width: 84px; height: 84px; display: grid; align-content: center; justify-items: center; gap: .1rem; border: 7px solid rgba(216,244,94,.25); border-radius: 50% 50% 50% 0; color: var(--ink); background: var(--lime); box-shadow: 0 12px 28px rgba(0,0,0,.38); font-size: .62rem; font-weight: 900; letter-spacing: .09em; line-height: 1; text-decoration: none; transform: translate(-50%, -62%) rotate(-45deg); transition: transform .2s ease, box-shadow .2s ease; }
.map-pin-live span, .map-pin-live b { transform: rotate(45deg); }
.map-pin-live b { font-size: .78rem; }
.map-pin-live:hover, .map-pin-live:focus-visible { outline: 0; box-shadow: 0 16px 34px rgba(0,0,0,.5); transform: translate(-50%, -68%) rotate(-45deg) scale(1.06); }
.rally-actions { display: flex; align-items: center; flex-wrap: wrap; gap: .75rem 1rem; margin-top: 1.25rem; }
.rally-actions .button { flex: 0 0 auto; }
.rally-actions > span { color: rgba(255,255,255,.62); font-size: .74rem; font-weight: 700; }
.location-schedule-link { margin-top: .9rem; color: var(--warm-white); border-color: rgba(255,255,255,.28); }
.location-schedule-link:hover { color: var(--ink); background: var(--warm-white); }
.kit-inline { display: grid; gap: .35rem; margin: 1.4rem 0; padding: .85rem .9rem; border-left: 2px solid var(--lime); background: rgba(243,240,231,.08); }
.kit-inline span { color: var(--lime); font-size: .65rem; font-weight: 900; letter-spacing: .14em; }
.kit-inline b { color: rgba(255,255,255,.78); font-size: .78rem; line-height: 1.45; }

.site-footer { padding: 2.2rem 0; color: rgba(255,255,255,.62); background: var(--forest); }
.footer-row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; font-size: .78rem; }
.footer-contact { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: .8rem 1.1rem; }
.footer-contact a { color: #c7ef85; font-weight: 800; }
.footer-contact a:hover { color: var(--warm-white); }
.footer-whatsapp { color: #c7ef85; font-weight: 800; }
.footer-whatsapp:hover { color: var(--warm-white); }
.mobile-nav { display: none; }
.whatsapp-float { position: fixed; z-index: 18; right: 1.15rem; bottom: 1.15rem; display: inline-flex; align-items: center; gap: .55rem; padding: .58rem .85rem .58rem .58rem; border: 1px solid rgba(5,36,16,.22); border-radius: 999px; color: #f7fff0; background: #1d6c3b; box-shadow: 0 12px 28px rgba(0,0,0,.25); transition: transform .18s ease, background .18s ease; }
.whatsapp-float:hover { color: #fff; background: #25854a; transform: translateY(-2px); }
.whatsapp-float-mark { display: grid; place-items: center; width: 2rem; height: 2rem; border-radius: 50%; color: #1d6c3b; background: #d5f5a1; font-size: .7rem; }
.whatsapp-float small, .whatsapp-float b { display: block; }
.whatsapp-float small { color: rgba(255,255,255,.68); font-size: .55rem; font-weight: 700; line-height: 1.1; }
.whatsapp-float b { margin-top: .11rem; font-size: .72rem; line-height: 1.1; }

/* Account dashboard */
.dashboard-hero { color: var(--warm-white); background: var(--forest); padding: 3.5rem 0 2.7rem; }
.dashboard-hero h1 { margin: .6rem 0 0; max-width: none; font-size: clamp(2.45rem, 5vw, 4.6rem); }
.dashboard-nav { display: flex; gap: .4rem; margin-top: 1.8rem; overflow-x: auto; }
.dashboard-tab { padding: .62rem .9rem; border: 1px solid rgba(255,255,255,.16); border-radius: 100px; color: rgba(255,255,255,.7); background: transparent; font-size: .8rem; font-weight: 750; white-space: nowrap; }
.dashboard-tab.active { color: var(--ink); background: var(--lime); border-color: var(--lime); }
.dashboard-main { padding: 2.5rem 0 5rem; }
.dashboard-grid { display: grid; grid-template-columns: 1.45fr .8fr; gap: 1.25rem; align-items: start; }
.routine-panel-wrap { margin-top: 1.25rem; }
.panel { padding: 1.35rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--warm-white); }
.panel-header { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-bottom: 1.05rem; }
.panel-actions { display: flex; align-items: center; gap: .5rem; flex-wrap: wrap; }
.panel-title { margin: 0; font-size: 1.05rem; letter-spacing: -.03em; }
.booking-row { display: flex; align-items: center; justify-content: space-between; gap: .9rem; padding: 1rem 0; border-top: 1px solid var(--line); }
.booking-row:first-of-type { border-top: 0; }
.booking-title { margin: 0 0 .22rem; font-size: .95rem; }
.booking-meta { margin: 0; color: var(--stone); font-size: .78rem; }
.status { display: inline-flex; align-items: center; padding: .28rem .5rem; border-radius: 99px; color: #2c7751; background: #e8f5ed; font-size: .66rem; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.status.cancelled { color: var(--danger); background: #fbeae7; }
.status.pending { color: #866314; background: #fff4c9; }
.empty-state { padding: 2.4rem 1rem; text-align: center; color: var(--stone); }
.empty-state p { margin: .35rem auto 1rem; max-width: 34ch; font-size: .88rem; line-height: 1.5; }
.side-list { display: grid; gap: .8rem; }
.side-item { display: flex; justify-content: space-between; gap: 1rem; padding: .85rem; border-radius: 12px; background: #f5f7f2; font-size: .82rem; }
.side-item b { display: block; font-size: .75rem; }
.side-item span { color: var(--stone); }
.readiness-card { color: var(--warm-white); border-color: rgba(165,173,112,.28); background: linear-gradient(135deg, #172419, #273226); }
.readiness-card .mini-label { color: var(--lime); }
.readiness-card .panel-title { margin-top: .55rem; font-size: 1.05rem; }
.readiness-card p { margin: .55rem 0 0; color: rgba(255,255,255,.68); font-size: .78rem; line-height: 1.5; }
.kit-card ul { display: grid; grid-template-columns: 1fr 1fr; gap: .55rem; margin: 0; padding: 0; list-style: none; color: #4e594c; font-size: .78rem; font-weight: 720; }
.kit-card li::before { content: "✓"; margin-right: .4rem; color: var(--lime-deep); font-weight: 900; }
.field-note { border-left: 3px solid var(--lime-deep); background: #eceadf; }
.field-note p { margin: .65rem 0 0; color: #4e594c; font-size: .82rem; line-height: 1.55; }
.routine-panel { border-color: rgba(120,129,84,.34); background: linear-gradient(130deg, #f5f2e8, #eeece1); }
.routine-empty { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.routine-empty .mini-label { color: var(--lime-deep); }
.routine-empty .panel-title { margin-top: .4rem; font-size: 1.35rem; }
.routine-empty p { max-width: 55ch; margin: .45rem 0 0; color: var(--stone); font-size: .84rem; line-height: 1.5; }
.routine-list { display: grid; gap: .75rem; }
.routine-row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem; border: 1px solid rgba(120,129,84,.22); border-radius: 13px; background: rgba(255,255,255,.5); }
.routine-row-title { display: flex; align-items: center; gap: .65rem; flex-wrap: wrap; }
.routine-row h3 { margin: 0; font-size: .97rem; letter-spacing: -.025em; }
.routine-row p { margin: .35rem 0 0; color: var(--stone); font-size: .78rem; }
.routine-row .routine-next { color: #55634d; font-weight: 700; }
.routine-payment, .booking-payment { margin: .45rem 0 0; color: #536137; font-size: .72rem; line-height: 1.4; }
.routine-payment small { color: var(--stone); }
.routine-actions { display: flex; justify-content: flex-end; gap: .45rem; flex-wrap: wrap; }
.waitlist-panel .side-item { display: grid; gap: .35rem; }
.waitlist-panel .side-item b:last-child { color: #866314; font-size: .66rem; }

/* Admin */
.admin-layout { display: grid; grid-template-columns: 230px 1fr; min-height: 100vh; color: var(--warm-white); background: var(--forest); }
.admin-aside { padding: 1.4rem; border-right: 1px solid rgba(255,255,255,.12); }
.admin-aside .brand { margin-bottom: 3rem; }
.admin-aside small { display: block; margin-bottom: .5rem; color: rgba(255,255,255,.42); text-transform: uppercase; letter-spacing: .14em; font-size: .62rem; }
.admin-tab { width: 100%; display: flex; align-items: center; gap: .65rem; padding: .75rem .8rem; border: none; border-radius: 9px; color: rgba(255,255,255,.66); background: transparent; text-align: left; font-size: .84rem; font-weight: 700; }
.admin-tab:hover, .admin-tab.active { color: var(--ink); background: var(--lime); }
.admin-aside-bottom { position: sticky; top: calc(100vh - 130px); padding-top: 2rem; }
.admin-main { min-width: 0; padding: 2.3rem; color: var(--ink); background: var(--paper); }
.admin-top { display: flex; align-items: start; justify-content: space-between; gap: 1rem; margin-bottom: 2rem; }
.admin-top h1 { margin: .3rem 0 0; font-size: clamp(2rem, 4vw, 3.4rem); letter-spacing: -.06em; }
.admin-top p { margin: .25rem 0 0; color: var(--stone); font-size: .85rem; }
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .85rem; margin-bottom: 1.3rem; }
.stat-card { padding: 1.05rem; border-radius: 14px; background: var(--warm-white); border: 1px solid var(--line); }
.stat-card b { display: block; margin-top: .5rem; font-size: 1.8rem; letter-spacing: -.06em; }
.stat-card span { color: var(--stone); font-size: .72rem; font-weight: 750; }
.ops-stats { margin-top: -1.3rem; }
.admin-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 1.15rem; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; }
.field { display: grid; gap: .38rem; }
.field.full { grid-column: 1 / -1; }
.field label { color: #526057; font-size: .72rem; font-weight: 800; }
.field input, .field select { min-height: 42px; padding: .6rem .7rem; border: 1px solid #dce2d9; border-radius: 9px; color: var(--ink); background: var(--warm-white); }
.class-editor { display: grid; gap: .8rem; }
.class-editor-row { display: grid; grid-template-columns: 1.1fr 105px 80px 85px auto; gap: .6rem; align-items: end; padding: .8rem; border: 1px solid var(--line); border-radius: 12px; }
.class-editor-row .field { min-width: 0; }
.toggle { display: flex; align-items: center; gap: .35rem; min-height: 42px; color: #526057; font-size: .75rem; font-weight: 750; }
.toggle input { accent-color: var(--muted-forest); }
.analytics-bars { display: grid; gap: .95rem; padding-top: .3rem; }
.bar-label { display: flex; justify-content: space-between; gap: 1rem; margin-bottom: .35rem; font-size: .78rem; }
.bar-track { height: .55rem; overflow: hidden; background: #e8ece6; border-radius: 99px; }
.bar-fill { height: 100%; min-width: 2px; border-radius: inherit; background: var(--lime-deep); }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; font-size: .78rem; }
th, td { padding: .72rem .55rem; border-bottom: 1px solid var(--line); text-align: left; white-space: nowrap; }
th { color: var(--stone); font-size: .64rem; letter-spacing: .06em; text-transform: uppercase; }
.notice { padding: .85rem; border-left: 3px solid var(--lime-deep); border-radius: 7px; background: #f4f7e9; color: #536137; font-size: .78rem; line-height: 1.45; }

/* Modal and notifications */
.modal-backdrop { position: fixed; inset: 0; z-index: 30; display: grid; place-items: center; padding: 1rem; background: rgba(8,13,10,.64); backdrop-filter: blur(4px); }
.modal { width: min(100%, 460px); max-height: min(720px, 92vh); overflow: auto; padding: 1.4rem; border-radius: 20px; color: var(--ink); background: var(--warm-white); box-shadow: var(--shadow); }
.modal-head { display: flex; align-items: start; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; }
.modal-head h2 { margin: .15rem 0 0; letter-spacing: -.05em; font-size: 1.7rem; }
.close { width: 34px; height: 34px; border: 0; border-radius: 50%; color: var(--ink); background: #edf0e9; font-size: 1.25rem; }
.auth-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: .4rem; padding: .3rem; margin-bottom: 1.1rem; border-radius: 10px; background: #edf0e9; }
.auth-tab { min-height: 38px; border: 0; border-radius: 8px; color: #536057; background: transparent; font-size: .8rem; font-weight: 800; }
.auth-tab.active { color: var(--ink); background: var(--warm-white); }
.form-stack { display: grid; gap: .85rem; }
.form-actions { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-top: 1.25rem; }
.form-help { margin: 1rem 0 0; color: var(--stone); font-size: .74rem; line-height: 1.45; }
.consent-check { display: flex; align-items: start; gap: .55rem; color: #526057; font-size: .73rem; line-height: 1.45; }
.consent-check input { margin-top: .15rem; accent-color: var(--muted-forest); }
.auth-live-intro { margin: 0 0 1rem; color: #526057; font-size: .88rem; line-height: 1.5; }
.auth-live-modal .consent-check { margin: .9rem 0 1rem; padding: .75rem; border-radius: 10px; background: #eef3e7; }
.auth-provider-stack { display: grid; gap: .65rem; }
.auth-provider { display: flex; align-items: center; justify-content: center; gap: .75rem; min-height: 48px; font-size: .9rem; }
.auth-provider span { display: inline-grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; color: #fff; background: #24352b; font-size: .75rem; font-weight: 900; }
.auth-divider { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: .7rem; margin: 1.1rem 0; color: #748076; font-size: .73rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.auth-divider::before, .auth-divider::after { height: 1px; background: #dde3d8; content: ""; }
.session-confirm { padding: .85rem; margin-bottom: 1rem; border-radius: 10px; background: #f1f6d7; color: #3d4d14; font-size: .82rem; line-height: 1.45; }
.routine-modal { width: min(100%, 570px); }
.routine-intro { margin: 0 0 1.2rem; color: #59655c; font-size: .87rem; line-height: 1.55; }
.routine-field { display: grid; gap: .55rem; margin-top: 1.15rem; }
.routine-field > span { color: #526057; font-size: .74rem; font-weight: 850; }
.routine-field > small { color: var(--stone); font-size: .7rem; }
.routine-choice-grid, .routine-lengths { display: grid; grid-template-columns: repeat(2, 1fr); gap: .55rem; }
.routine-choice, .routine-length, .routine-day { border: 1px solid #d7dcd3; color: #526057; background: #f8f7f1; transition: .16s ease; }
.routine-choice, .routine-length { display: grid; gap: .18rem; padding: .8rem; border-radius: 11px; text-align: left; }
.routine-choice b, .routine-length b { color: var(--ink); font-size: .92rem; }
.routine-choice small, .routine-length small { color: var(--stone); font-size: .67rem; font-weight: 700; }
.routine-choice:hover, .routine-length:hover, .routine-day:hover { border-color: var(--lime-deep); background: #eef0df; }
.routine-choice.active, .routine-length.active, .routine-day.active { border-color: var(--lime-deep); color: var(--ink); background: #e1e7bc; box-shadow: inset 0 0 0 1px var(--lime-deep); }
.routine-days { display: grid; grid-template-columns: repeat(7, 1fr); gap: .35rem; }
.routine-day { min-height: 38px; border-radius: 9px; font-size: .66rem; font-weight: 850; }
.routine-day:disabled { cursor: not-allowed; opacity: .35; }
.routine-preview { display: grid; gap: .35rem; margin-top: 1.25rem; padding: .9rem; border: 1px solid #dce3ca; border-radius: 12px; background: #f1f5db; color: #3e4d2c; }
.routine-preview b { font-size: .88rem; }
.routine-preview span, .routine-preview small { font-size: .72rem; line-height: 1.5; }
.cash-quote { color: #31491f; font-size: .88rem; }
.routine-preview.has-conflict { border-color: #e2aaa3; background: #fceae6; color: #8f332c; }
.routine-conflict { font-weight: 800; }
.toast-root { position: fixed; z-index: 60; right: 1rem; bottom: 1rem; display: grid; gap: .6rem; width: min(360px, calc(100% - 2rem)); }
.toast { padding: .9rem 1rem; border-radius: 12px; color: var(--warm-white); background: var(--forest); box-shadow: 0 12px 30px rgba(0,0,0,.2); font-size: .82rem; animation: rise .25s ease; }
.toast.error { background: #8f332c; }
@keyframes rise { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 940px) {
  .hero-grid, .location-grid, .coach-layout { grid-template-columns: 1fr; }
  .hero { padding-top: 2.6rem; }
  .live-card { max-width: 560px; }
  .schedule-grid { grid-template-columns: repeat(4, 1fr); }
  .day-column:nth-child(n+5) { margin-top: .2rem; }
  .admin-layout { grid-template-columns: 1fr; }
  .admin-aside { display: flex; align-items: center; gap: 1rem; padding: .8rem 1.2rem; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); overflow-x: auto; }
  .admin-aside .brand { flex: 0 0 auto; margin: 0 1rem 0 0; }
  .admin-aside nav { display: flex; gap: .35rem; }
  .admin-aside small { display: none; }
  .admin-tab { width: auto; flex: 0 0 auto; white-space: nowrap; }
  .admin-aside-bottom { position: static; display: flex; gap: .5rem; padding: 0; margin-left: auto; }
  .admin-aside-bottom .button { white-space: nowrap; }
  .routine-row { align-items: start; flex-direction: column; }
  .routine-actions { justify-content: flex-start; }
}
@media (max-width: 680px) {
  body { padding-bottom: calc(76px + env(safe-area-inset-bottom)); }
  .shell { padding-bottom: 0; }
  .container { width: min(100% - 1.4rem, var(--max-width)); }
  .section { padding: 3.8rem 0; }
  .nav-links { display: none; }
  .header-actions .button-ghost { display: none; }
  .display { max-width: 9ch; }
  .signal-strip .container { grid-template-columns: 1fr; }
  .signal { border-right: 1px solid rgba(255,255,255,.12); }
  .schedule-grid { grid-template-columns: repeat(2, 1fr); }
  .section-heading { display: block; }
  .section-side-copy { margin-top: .85rem; }
  .schedule-tools { display: grid; justify-content: stretch; margin-top: 1.25rem; }
  .routine-cta { min-width: 0; width: 100%; }
  .routine-cta-button { width: 100%; }
  .field-pricing-heading { display: grid; align-items: start; }
  .field-pass-grid { grid-template-columns: 1fr; }
  .field-pass { min-height: 0; }
  .coach-heading { display: block; margin-bottom: 1.6rem; }
  .coach-heading > p { margin-top: 1rem; }
  .coach-visual { min-height: 490px; border-radius: 19px; }
  .coach-story-card { display: flex; align-items: end; min-height: 735px; }
  .coach-solo-photo { object-position: 27% 42%; }
  .coach-photo-label { top: 1rem; left: 1rem; }
  .coach-copy { width: 100%; min-height: auto; margin-top: auto; padding: 1.5rem; border-top: 1px solid rgba(165,173,112,.25); border-left: 0; background: linear-gradient(180deg, rgba(13,23,16,.1), rgba(13,23,16,.95) 18%, rgba(13,23,16,.99)); }
  .coach-copy .coach-lead { font-size: 1.12rem; }
  .coach-story { padding: 1.5rem; border-radius: 19px; }
  .coach-story .coach-lead { font-size: 1.12rem; }
  .week-nav { justify-content: space-between; }
  .feature-grid, .dashboard-grid, .admin-grid { grid-template-columns: 1fr; }
  .briefing-grid, .faq-grid { grid-template-columns: 1fr; }
  .briefing-contact { align-items: stretch; flex-direction: column; }
  .briefing-contact-actions { flex-direction: column; }
  .briefing-contact .button { width: 100%; }
  .location-grid { gap: 2rem; }
  .footer-row { align-items: start; flex-direction: column; }
  .footer-contact { align-items: start; flex-direction: column; gap: .5rem; }
  .site-footer { padding-bottom: 2rem; }
  .dashboard-hero { padding-top: 2.6rem; }
  .admin-main { padding: 1.3rem .9rem 3rem; }
  .admin-top { display: block; }
  .admin-top .button { margin-top: 1rem; }
  .stat-grid { grid-template-columns: repeat(2, 1fr); }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .class-editor-row { grid-template-columns: 1fr 1fr; }
  .class-editor-row .button { grid-column: 1 / -1; }
  .hero { padding: 2.8rem 0 3.8rem; background-position: 64% center; background-image: linear-gradient(90deg, rgba(8,13,10,.96) 0%, rgba(11,19,13,.85) 60%, rgba(8,13,10,.62) 100%), linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.52)), url("../images/green-zone-training-hero.webp"); }
  .hero-grid { gap: 2.4rem; }
  .hero-whatsapp-note { width: 100%; }
  .hero-meta { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; margin-top: 1.8rem; }
  .hero-meta span:last-child { grid-column: 1 / -1; }
  .live-card { padding: 1.2rem; box-shadow: 8px 8px 0 rgba(216,244,94,.9); }
  .live-card h2 { font-size: 1.35rem; }
  .time-row strong { font-size: 2.35rem; }
  .install-banner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: -1.1rem; margin-bottom: 1.2rem; padding: 1rem; border: 1px solid rgba(25,37,31,.12); border-radius: 16px; background: var(--warm-white); box-shadow: 0 12px 34px rgba(17,23,20,.08); }
  .install-banner strong { display: block; margin-top: .35rem; font-size: .94rem; letter-spacing: -.02em; }
  .install-banner p { margin: .3rem 0 0; color: var(--stone); font-size: .71rem; line-height: 1.4; }
  .install-banner .button { flex: 0 0 auto; }
  .whatsapp-float { right: .75rem; bottom: calc(76px + env(safe-area-inset-bottom)); }
  .routine-empty { align-items: stretch; flex-direction: column; }
  .routine-empty .button { width: 100%; }
  .panel-header { align-items: start; }
  .routine-choice-grid { grid-template-columns: 1fr; }
  .routine-lengths { grid-template-columns: repeat(3, 1fr); }
  .routine-length { padding: .68rem .5rem; }
  .routine-length b { font-size: .78rem; }
  .routine-length small { font-size: .59rem; }
  .mobile-nav { position: fixed; z-index: 20; right: .65rem; bottom: calc(.55rem + env(safe-area-inset-bottom)); left: .65rem; display: grid; grid-auto-flow: column; grid-auto-columns: 1fr; align-items: stretch; min-height: 62px; padding: .35rem; border: 1px solid rgba(255,255,255,.17); border-radius: 19px; background: rgba(25,37,31,.96); box-shadow: 0 14px 34px rgba(8,13,10,.3); backdrop-filter: blur(16px); }
  .mobile-nav-item { display: grid; place-items: center; gap: .1rem; padding: .3rem .15rem; border: 0; border-radius: 13px; color: rgba(255,255,255,.67); background: transparent; }
  .mobile-nav-item span { display: grid; place-items: center; min-height: 20px; font-size: 1.15rem; font-weight: 800; line-height: 1; }
  .mobile-nav-item small { font-size: .62rem; font-weight: 750; white-space: nowrap; }
  .mobile-nav-item.active { color: var(--ink); background: var(--lime); }
}
@media (max-width: 390px) {
  .header-actions .button-primary { padding: .65rem .8rem; }
  .brand { font-size: 1.1rem; }
  .schedule-grid { gap: .45rem; }
  .day-column { padding: .65rem; }
}
