*{box-sizing:border-box}
:root{--black:#0c0f14;--navy:#0b0d2a;--gold:#d7b44a;--yellow:#fff200;--blue:#0b74ff;--green:#13a84f;--soft:#f4f6f8;--red1:#df1712;--red2:#ff4d2f;--text:#111318;--line:#dfe3e8}
html{scroll-behavior:smooth}
body{margin:0;font-family:Poppins,Arial,sans-serif;color:var(--text);background:#fff;overflow-x:hidden}
button,input,select{font-family:inherit}.container{width:min(1120px,calc(100% - 40px));margin:auto}
.hero{background:var(--black);color:#fff;padding-bottom:36px}.topbar{display:flex;align-items:center;justify-content:space-between;padding:18px 0 8px}.brand-logo{width:145px;max-height:52px;object-fit:contain;object-position:left center}.nav-whatsapp{background:#159b49;color:#fff;text-decoration:none;font-size:13px;font-weight:700;padding:10px 15px;border-radius:10px;white-space:nowrap}
.hero-copy{text-align:center;padding:10px 0 26px}.hero h1{font-size:34px;line-height:1.12;margin:0 auto 12px;max-width:1060px;font-weight:800}.hero h1 span{display:block}.gold{color:var(--yellow)}.underline{text-decoration:underline;text-underline-offset:5px}.hero-sub{font-size:17px;font-weight:700;margin:0 0 4px}.hero-kicker{font-size:14px;margin:0;color:#f0f0f0}
.hero-grid{display:grid;grid-template-columns:1.2fr .85fr;gap:30px;align-items:stretch}.hero-visual{min-height:300px;border-radius:18px;overflow:hidden;background:radial-gradient(circle at 80% 25%,rgba(255,255,255,.16),transparent 30%),linear-gradient(120deg,#252525 0%,#101010 42%,#312918 100%);padding:28px;display:flex;flex-direction:column;justify-content:space-between;border:1px solid #3a3a3a}.sport-badges{display:grid;grid-template-columns:repeat(4,70px);gap:10px}.sport-badges span{height:68px;border-radius:14px;background:#fff;display:grid;place-items:center;font-size:34px;box-shadow:0 8px 24px rgba(0,0,0,.25)}.visual-copy small{color:#fff;font-weight:700}.visual-copy strong,.visual-copy b{display:block;font-size:36px;line-height:.98}.visual-copy strong{color:var(--yellow)}.visual-copy b{color:#fff}.visual-copy p{margin:10px 0 0;color:#ccc}
.hero-info{display:flex;flex-direction:column;gap:14px}.info-card{background:#151a21;border:1px solid #303744;border-radius:16px;padding:16px;display:flex;flex-direction:column;justify-content:center}.info-card small{color:#ccd1da}.info-card b{font-size:16px}.info-card.wide{flex-direction:row;align-items:center;gap:16px}.date-box{background:#fff;color:#111;border-radius:12px;min-width:68px;text-align:center;overflow:hidden}.date-box .month{display:block;background:var(--blue);color:#fff;padding:5px;font-size:11px}.date-box strong{display:block;padding:8px 4px;font-size:15px}.mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.cta,.sticky-book{border:0;border-radius:12px;padding:17px 22px;background:linear-gradient(90deg,var(--red1),var(--red2));color:#fff;font-weight:700;font-size:16px;cursor:pointer;text-decoration:none;text-align:center;display:inline-block}.whatsapp{background:#16a34a}.deadline{text-align:center;font-size:13px;color:#fff;margin:0}.deadline b{color:#ff9d25}
/* subtle shake + glow on every action button */
.action-button{position:relative;transform-origin:center;animation:buttonGlow 1.7s ease-in-out infinite,softShake 3.3s ease-in-out infinite;box-shadow:0 8px 18px rgba(225,35,25,.22);transition:filter .2s ease,transform .2s ease}.action-button:hover{filter:brightness(1.08);transform:translateY(-2px) scale(1.01)}
@keyframes buttonGlow{0%,100%{box-shadow:0 8px 18px rgba(225,35,25,.22),0 0 0 rgba(255,78,48,0)}50%{box-shadow:0 10px 24px rgba(225,35,25,.32),0 0 20px rgba(255,78,48,.48)}}
@keyframes softShake{0%,86%,100%{transform:translateX(0)}88%{transform:translateX(-1.5px) rotate(-.25deg)}90%{transform:translateX(1.5px) rotate(.25deg)}92%{transform:translateX(-1px)}94%{transform:translateX(1px)}96%{transform:translateX(0)}}
.section{padding:54px 0}.white{background:#fff}.soft{background:#f4f5f6}.section h2{text-align:center;font-size:36px;line-height:1.15;margin:0 0 8px;font-weight:800}.section-lead{text-align:center;margin:0 0 26px;font-weight:600}.gold-text{color:#b68700;font-weight:700}.center-copy{max-width:900px;margin:0 auto 28px;text-align:center;line-height:1.7}
/* compact inline form above ONE DESTINATION */
.lead-form-section{background:#fff;padding:0 0 16px}.lead-form-card{position:relative;margin-top:-24px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:16px 18px;box-shadow:0 14px 36px rgba(0,0,0,.12);z-index:3}.lead-form-title{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;margin-bottom:12px}.lead-form-title span{font-size:10px;font-weight:800;color:#a77a00;letter-spacing:.08em}.lead-form-title h2{font-size:20px;margin:0}.lead-form-title p{font-size:10px;color:#667085;margin:0}.lead-form{display:grid;grid-template-columns:1.15fr 1fr 1fr 1.15fr auto;gap:8px;align-items:end}.lead-form label{display:grid;gap:4px;min-width:0}.lead-form label span{font-size:9px;font-weight:700;color:#344054}.lead-form input,.lead-form select{width:100%;height:40px;border:1px solid #d9dee6;background:#fafbfc;border-radius:8px;padding:0 10px;font-size:12px;color:#111827;outline:none}.lead-form input:focus,.lead-form select:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(215,180,74,.16);background:#fff}.lead-submit{height:40px;min-width:130px;padding:0 16px;font-size:11px}.lead-form-meta{display:flex;justify-content:space-between;gap:15px;margin-top:7px;font-size:8px;color:#667085}.lead-form-meta b{color:#b98100}
.testimonial-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.review-card{display:flex;gap:14px;border:1px solid var(--line);border-radius:16px;padding:18px;background:#fff;box-shadow:0 4px 12px rgba(0,0,0,.04)}.review-card p{margin:5px 0 0;line-height:1.5;font-size:14px}.avatar{width:44px;height:44px;border-radius:50%;background:#eef1f5;display:grid;place-items:center;flex:0 0 auto}.rating{text-align:center;padding:28px 0 20px}.stars{color:#ff9800;font-size:26px;letter-spacing:3px}.rating b,.rating small{display:block}.wide-cta{display:block;width:min(860px,100%);margin:12px auto 0}
.audience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px 20px;margin-top:26px}.audience-item{background:#fff;border:1px solid var(--line);padding:14px 16px;border-radius:14px;font-weight:600;box-shadow:0 2px 0 #e4e6e8}.audience-item.alt{background:#dff4ff}.green-line{text-align:center;color:#059b2d;font-size:24px;margin:28px 0 8px}
.dark-title{background:var(--black);color:#fff;padding:18px 20px;text-align:center}.dark-title h2{margin:0;font-size:32px}.dark-title p{color:var(--yellow);font-weight:700;margin:5px 0 0;font-size:13px}.sport-card-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;padding-top:28px}.feature-card{border:1px solid var(--line);border-radius:16px;padding:22px;display:flex;gap:16px;background:#fafbfc}.feature-icon{font-size:34px;line-height:1}.feature-card h3{margin:0;color:var(--blue);font-size:20px}.feature-card p{font-size:14px;line-height:1.55;margin:8px 0}.chips{display:flex;gap:6px;flex-wrap:wrap}.chips span,.price-tag{display:inline-block;border:1px solid #0b74ff;border-radius:8px;padding:5px 9px;font-size:12px;color:#0b74ff;font-weight:700}.dark-deadline{color:#222;margin-top:14px}
/* sports for everyone - text never hidden */
.sports-everyone{padding-top:0;background:#fff}.people-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;padding-top:28px}.people-card{background:#f1f3f6;border:1px solid var(--line);border-radius:15px;padding:18px;text-align:center;min-width:0}.people-badge{display:inline-block;background:#090909;color:var(--yellow);font-size:11px;font-weight:800;border-radius:8px;padding:6px 10px;margin-bottom:10px;max-width:100%;white-space:normal;line-height:1.25}.people-card h3{margin:0 0 8px;font-size:17px;line-height:1.3}.people-card p{font-size:13px;line-height:1.5;margin:0;overflow-wrap:anywhere}
.mentor{display:grid;grid-template-columns:.8fr 1.3fr;gap:32px;align-items:center}.mentor-visual{min-height:390px;border-radius:18px;background:linear-gradient(135deg,#181818,#44391e);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;text-align:center}.coach-silhouette{font-size:90px}.mentor-visual b{font-size:22px;color:var(--gold)}.mentor-copy h2{text-align:left;color:var(--blue);font-size:34px}.mentor-copy p{line-height:1.65}.blue-copy{color:#086be8}.cred-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;font-weight:600}.cred-grid div{color:#0c8e3d}
.faq-wrap{max-width:920px}.faq{margin:12px 0;border-radius:12px;overflow:hidden}.faq button{width:100%;border:0;background:var(--navy);color:#fff;text-align:left;padding:16px;font-weight:600;font-size:14px;cursor:pointer}.faq button span{color:var(--yellow);font-size:18px;margin-right:12px}.answer{display:none;background:#fff;padding:14px 18px;border:1px solid #d8dce4;border-top:0;font-size:14px}.faq.active .answer{display:block}
.contact-section{background:#0c0f14;color:#fff}.contact-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:34px;align-items:center}.contact-section h2{text-align:left}.contact-actions{display:grid;gap:12px}footer{background:#0c0f14;color:#9aa5b4;border-top:1px solid #252a33;padding:28px 0 90px;font-size:12px}.disclaimer{max-width:1000px;line-height:1.7}.admin-entry-wrap{text-align:center;margin-top:24px}.admin-arrow{width:42px;height:42px;border:1px solid #4b5563;background:#111827;color:#d7b44a;border-radius:50%;font-size:26px;line-height:1;cursor:pointer;animation:arrowBounce 1.8s ease-in-out infinite}@keyframes arrowBounce{50%{transform:translateY(4px)}}
.floating-actions{position:fixed;right:20px;bottom:90px;z-index:90;display:grid;gap:10px}.float-btn{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;text-decoration:none;font-size:22px;color:#fff;box-shadow:0 8px 24px rgba(0,0,0,.24);animation:floatPulse 2s infinite}.float-btn.call{background:#0b74ff}.float-btn.wa{background:#1db954}@keyframes floatPulse{50%{transform:translateY(-4px) scale(1.04);box-shadow:0 0 20px rgba(16,185,129,.45)}}.mobile-sticky{display:none}
.modal{position:fixed;inset:0;background:rgba(0,0,0,.72);z-index:200;display:none;align-items:center;justify-content:center;padding:18px;overflow-y:auto}.modal.show{display:flex}.modal-card{width:min(430px,100%);background:#fff;border-radius:18px;padding:20px;position:relative;box-shadow:0 22px 70px rgba(0,0,0,.38);max-height:92dvh;overflow-y:auto}.close-modal,.close-admin-login{position:absolute;right:10px;top:10px;width:36px;height:36px;border:0;border-radius:50%;background:#f0f2f4;font-size:24px;cursor:pointer}.modal-logo{width:95px;display:block;margin:0 0 8px}.modal-card h2{margin:0 0 4px;font-size:22px}.modal-card>p{font-size:11px;color:#667085;margin:0 0 10px}.modal-card form{display:grid;gap:9px}.modal-card label{font-size:11px;font-weight:600;display:grid;gap:5px}.modal-card input,.modal-card select{width:100%;height:42px;padding:0 11px;border:1px solid #d5d9df;border-radius:9px;font-size:13px;background:#fff}.modal-card form .cta{width:100%;padding:12px;font-size:12px}.modal-card small{text-align:center;color:#666;font-size:9px}.popup-quick{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:10px 0}.popup-quick a{text-decoration:none;text-align:center;padding:9px;border-radius:9px;font-weight:700;font-size:11px;color:#fff;background:#0b74ff}.popup-quick a:last-child{background:#16a34a}
/* admin */
.admin-hint{background:#fff7d6;color:#7b5b00;padding:9px;border-radius:8px}.admin-error{color:#b42318;font-size:11px;text-align:center;margin:0}.admin-dashboard{position:fixed;inset:0;z-index:300;background:#eef1f5;display:none;overflow:auto}.admin-dashboard.show{display:block}.admin-shell{width:min(1180px,calc(100% - 30px));margin:24px auto}.admin-header{display:flex;justify-content:space-between;align-items:center;gap:20px;background:#0c0f14;color:#fff;border-radius:16px;padding:18px 20px}.admin-header>div:first-child{display:flex;align-items:center;gap:16px}.admin-logo{width:110px}.admin-header h2{margin:0;font-size:24px}.admin-header p{margin:3px 0 0;color:#aeb7c4;font-size:11px}.admin-actions{display:flex;gap:8px;flex-wrap:wrap}.admin-btn{border:0;border-radius:9px;padding:9px 12px;background:#d7b44a;color:#111;font-weight:700;cursor:pointer}.admin-btn.danger{background:#f04438;color:#fff}.admin-btn.dark{background:#344054;color:#fff}.admin-stats{margin:16px 0}.admin-stats>div{display:inline-grid;gap:4px;background:#fff;border:1px solid #dfe3e8;border-radius:12px;padding:14px 18px;min-width:160px}.admin-stats span{font-size:11px;color:#667085}.admin-stats b{font-size:28px}.admin-table-wrap{background:#fff;border:1px solid #dfe3e8;border-radius:14px;overflow:auto}.admin-table{width:100%;border-collapse:collapse;min-width:900px}.admin-table th,.admin-table td{text-align:left;padding:12px;border-bottom:1px solid #eef1f4;font-size:12px}.admin-table th{background:#f8fafc;font-size:11px;color:#475467}.no-entries{text-align:center;padding:40px;color:#667085}
@media(max-width:900px){.lead-form{grid-template-columns:1fr 1fr}.lead-submit{grid-column:1/-1;width:100%}.hero-grid{grid-template-columns:1fr}.contact-grid{grid-template-columns:1fr}.mentor{grid-template-columns:1fr}.mentor-copy h2{text-align:center}.admin-header{align-items:flex-start;flex-direction:column}}
@media(max-width:768px){body{padding-bottom:68px}.container{width:calc(100% - 20px)}.topbar{padding-top:10px;min-height:52px}.brand-logo{width:104px}.nav-whatsapp{font-size:10px;padding:8px 10px}.hero{padding-bottom:30px}.hero-copy{padding:8px 0 16px}.hero h1{font-size:21px}.hero-sub{font-size:12px}.hero-kicker{font-size:10px}.hero-grid{gap:12px}.hero-visual{min-height:220px;padding:14px}.sport-badges{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;width:100%}.sport-badges span{height:48px;font-size:24px;border-radius:10px}.visual-copy strong,.visual-copy b{font-size:25px}.visual-copy p{font-size:9px;white-space:normal}.info-card{padding:10px;border-radius:11px}.info-card b{font-size:11px}.mini-grid{gap:8px}.cta,.sticky-book{padding:12px 13px;font-size:11px;border-radius:9px}.deadline{font-size:9px}.lead-form-section{padding-bottom:6px}.lead-form-card{margin-top:-18px;padding:12px;border-radius:13px}.lead-form-title{gap:6px;margin-bottom:9px}.lead-form-title h2{font-size:17px}.lead-form-title p{font-size:8.5px}.lead-form{grid-template-columns:1fr 1fr;gap:7px}.lead-form label span{font-size:8px}.lead-form input,.lead-form select{height:38px;font-size:11px;padding:0 8px}.lead-submit{height:40px}.lead-form-meta{font-size:7px;gap:6px}.section{padding:34px 0}.section h2{font-size:23px}.section-lead{font-size:11px;margin-bottom:18px}.center-copy{font-size:11px;line-height:1.6}.testimonial-grid{grid-template-columns:1fr 1fr;gap:7px}.review-card{padding:8px;gap:6px;border-radius:10px;min-width:0}.review-card p{font-size:8.5px;line-height:1.35;overflow-wrap:anywhere}.review-card b{font-size:9.5px}.avatar{width:25px;height:25px;font-size:12px}.rating{padding:18px 0 10px}.stars{font-size:18px}.rating b{font-size:11px}.rating small{font-size:8px}.audience-grid{grid-template-columns:1fr 1fr;gap:7px;margin-top:18px}.audience-item{padding:9px 8px;font-size:9px;border-radius:10px;min-height:44px;display:flex;align-items:center;overflow-wrap:anywhere}.green-line{font-size:15px}.dark-title{padding:14px 10px}.dark-title h2{font-size:20px}.dark-title p{font-size:8px;line-height:1.45;max-width:280px;margin:5px auto 0}.sport-card-grid{grid-template-columns:1fr;gap:10px;padding-top:18px}.feature-card{padding:13px;gap:10px}.feature-icon{font-size:24px}.feature-card h3{font-size:14px}.feature-card p{font-size:9.5px}.chips span,.price-tag{font-size:8.5px}.people-grid{grid-template-columns:1fr;gap:11px;padding-top:18px}.people-card{padding:13px 12px}.people-badge{font-size:9px;padding:5px 8px;margin-bottom:7px}.people-card h3{font-size:13px;margin-bottom:6px}.people-card p{font-size:9px;line-height:1.45}.mentor{gap:16px}.mentor-visual{min-height:260px}.coach-silhouette{font-size:64px}.mentor-visual b{font-size:15px}.mentor-visual small{font-size:9px}.mentor-copy h2{font-size:23px}.cred-grid{grid-template-columns:1fr 1fr;font-size:8.5px;gap:8px}.mentor-copy p{font-size:9.5px}.faq button{font-size:9.5px;padding:11px}.answer{font-size:9.5px;padding:10px}.contact-section{text-align:center}.contact-section h2{text-align:center}.floating-actions{right:10px;bottom:76px;gap:10px}.float-btn{width:46px;height:46px;font-size:18px}.mobile-sticky{position:fixed;left:0;right:0;bottom:0;z-index:120;display:flex;align-items:center;justify-content:space-between;background:#0b0d2a;color:#fff;padding:8px 11px max(8px,env(safe-area-inset-bottom));border-top:1px solid #252850;min-height:62px}.mobile-sticky small{display:block;font-size:7px}.mobile-sticky b{color:var(--yellow);font-size:13px}.sticky-book{min-width:104px;padding:10px 16px}.modal{align-items:flex-end;padding:8px}.modal-card{width:100%;max-height:92dvh;border-radius:18px 18px 12px 12px;padding:16px}.modal-logo{width:80px}.modal-card h2{font-size:20px}.modal-card>p{font-size:10px}.modal-card form{gap:7px}.modal-card label{font-size:10px}.modal-card input,.modal-card select{height:40px;font-size:16px}.popup-quick{margin:8px 0}.popup-quick a{font-size:10px;padding:8px}.admin-shell{width:calc(100% - 16px);margin:8px auto}.admin-header{border-radius:12px;padding:14px}.admin-logo{width:88px}.admin-header h2{font-size:18px}.admin-actions{width:100%}.admin-btn{flex:1;font-size:10px;padding:9px 7px}.admin-table th,.admin-table td{padding:10px;font-size:10px}footer{padding-bottom:84px}}
@media(max-width:420px){.container{width:calc(100% - 14px)}.hero h1{font-size:18px}.nav-whatsapp{font-size:9px}.lead-form{grid-template-columns:1fr}.lead-submit{grid-column:auto}.lead-form-meta{display:grid;text-align:center}.testimonial-grid{gap:5px}.review-card{padding:7px}.review-card p{font-size:8px}.review-card b{font-size:9px}.audience-grid{gap:5px}.audience-item{font-size:8.5px}.floating-actions{right:8px}.people-card{padding:12px 10px}.people-badge{font-size:8.5px;max-width:100%}}
@media(max-width:330px){.brand-logo{width:92px}.nav-whatsapp{padding:7px 8px;font-size:8.5px}.hero h1{font-size:17px}.visual-copy strong,.visual-copy b{font-size:22px}.lead-form-card{padding:10px}.section h2{font-size:20px}.testimonial-grid{grid-template-columns:1fr}.audience-grid{grid-template-columns:1fr 1fr}.mobile-sticky{padding-left:9px;padding-right:9px}}
@media(prefers-reduced-motion:reduce){.action-button,.float-btn,.admin-arrow{animation:none!important}}


/* =========================================================
   FINAL MOBILE + BUTTON + FORM + ADMIN IMPROVEMENTS
   ========================================================= */

/* All primary clickable controls: gentle shake + glow */
.cta,
.action-button,
.sticky-book,
.float-btn,
.admin-arrow,
.admin-btn,
.popup-quick a {
  will-change: transform, box-shadow;
}

.cta,
.action-button,
.sticky-book,
.admin-btn,
.popup-quick a {
  animation:
    inertiaGlow 1.8s ease-in-out infinite,
    inertiaTinyShake 3.8s ease-in-out infinite !important;
}

.admin-arrow,
.float-btn {
  animation:
    inertiaFloat 2s ease-in-out infinite,
    inertiaRoundGlow 1.8s ease-in-out infinite !important;
}

@keyframes inertiaGlow {
  0%,100% {
    box-shadow: 0 7px 18px rgba(223,23,18,.22), 0 0 0 rgba(255,77,47,0);
  }
  50% {
    box-shadow: 0 10px 25px rgba(223,23,18,.34), 0 0 20px rgba(255,77,47,.48);
  }
}
@keyframes inertiaTinyShake {
  0%, 84%, 100% { transform: translate3d(0,0,0) rotate(0); }
  87% { transform: translate3d(-1px,0,0) rotate(-.2deg); }
  90% { transform: translate3d(1px,0,0) rotate(.2deg); }
  93% { transform: translate3d(-.6px,0,0); }
  96% { transform: translate3d(.6px,0,0); }
}
@keyframes inertiaFloat {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}
@keyframes inertiaRoundGlow {
  0%,100% { box-shadow: 0 8px 20px rgba(0,0,0,.24), 0 0 0 rgba(11,116,255,0); }
  50% { box-shadow: 0 12px 28px rgba(0,0,0,.28), 0 0 18px rgba(11,116,255,.35); }
}

/* WhatsApp header is compact and readable */
.nav-whatsapp {
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Inline form: compact, aligned, not oversized */
.lead-form-card {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.lead-form-title {
  align-items: center;
}
.lead-form-title p {
  flex: 1 1 260px;
}
.lead-form input,
.lead-form select {
  min-width: 0;
}

/* Sports for everyone: everything stays in normal document flow.
   No absolute badges, so no hidden headings/words. */
.sports-everyone {
  overflow: visible;
}
.people-card {
  position: static !important;
  overflow: visible !important;
}
.people-badge {
  position: static !important;
  transform: none !important;
  width: auto;
  max-width: 100%;
  overflow-wrap: anywhere;
}
.people-card h3,
.people-card p {
  position: static !important;
  visibility: visible !important;
  opacity: 1 !important;
  overflow: visible !important;
  text-overflow: clip !important;
}

/* Popup stays usable on small-height mobile screens */
.modal-card {
  scrollbar-width: thin;
}
.modal-card form {
  margin-bottom: 2px;
}

/* Admin action delete button */
.entry-delete {
  border: 0;
  border-radius: 7px;
  padding: 6px 9px;
  background: #fee4e2;
  color: #b42318;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
}

/* keep bottom admin arrow clear of the mobile sticky bar */
.admin-entry-wrap {
  padding-bottom: 8px;
}

/* ---------- MOBILE ---------- */
@media (max-width: 768px) {
  .nav-whatsapp {
    max-width: 165px;
    font-size: 9px !important;
    line-height: 1.2;
    padding: 8px 9px !important;
  }

  /* compact inline form: 2 columns even on narrow mobile */
  .lead-form-card {
    margin-top: -14px !important;
    padding: 10px !important;
  }
  .lead-form-title {
    display: grid !important;
    gap: 2px !important;
    margin-bottom: 8px !important;
  }
  .lead-form-title span {
    font-size: 7.5px !important;
  }
  .lead-form-title h2 {
    font-size: 15px !important;
    line-height: 1.15;
  }
  .lead-form-title p {
    font-size: 7.5px !important;
    line-height: 1.35;
  }
  .lead-form {
    grid-template-columns: minmax(0,1fr) minmax(0,1fr) !important;
    gap: 6px !important;
  }
  .lead-form label {
    min-width: 0 !important;
  }
  .lead-form label span {
    font-size: 7.5px !important;
    line-height: 1.2;
  }
  .lead-form input,
  .lead-form select {
    width: 100% !important;
    min-width: 0 !important;
    height: 35px !important;
    padding: 0 7px !important;
    font-size: 9.5px !important;
    border-radius: 7px !important;
  }
  .lead-submit {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    height: 37px !important;
    min-width: 0 !important;
    font-size: 9.5px !important;
    padding: 0 10px !important;
  }
  .lead-form-meta {
    display: flex !important;
    justify-content: space-between;
    text-align: left !important;
    font-size: 6.8px !important;
    line-height: 1.25;
    margin-top: 6px !important;
  }

  /* Sports for Everyone: readable mobile cards with no overlap */
  .people-grid {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    padding-top: 14px !important;
  }
  .people-card {
    min-height: 0 !important;
    padding: 12px 10px !important;
  }
  .people-badge {
    display: inline-block !important;
    margin: 0 0 7px !important;
    padding: 5px 9px !important;
    font-size: 8.5px !important;
    line-height: 1.25 !important;
  }
  .people-card h3 {
    display: block !important;
    margin: 0 0 5px !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
  }
  .people-card p {
    display: block !important;
    margin: 0 !important;
    font-size: 8.8px !important;
    line-height: 1.45 !important;
  }

  /* popup = compact bottom-sheet, not oversized */
  .modal {
    padding: 6px !important;
    align-items: flex-end !important;
  }
  .modal-card {
    max-height: 88dvh !important;
    padding: 14px !important;
    border-radius: 17px 17px 10px 10px !important;
  }
  .modal-logo {
    width: 72px !important;
  }
  .modal-card h2 {
    font-size: 18px !important;
  }
  .modal-card > p,
  .admin-hint {
    font-size: 9px !important;
  }
  .modal-card form {
    gap: 6px !important;
  }
  .modal-card label {
    font-size: 9px !important;
  }
  .modal-card input,
  .modal-card select {
    height: 38px !important;
    font-size: 14px !important;
  }
  .modal-card form .cta {
    padding: 10px !important;
    font-size: 10px !important;
  }

  .admin-arrow {
    width: 38px !important;
    height: 38px !important;
    font-size: 22px !important;
  }
}

/* 295px–360px devices: keep form compact, never overflow */
@media (max-width: 360px) {
  .topbar {
    gap: 7px;
  }
  .brand-logo {
    width: 88px !important;
  }
  .nav-whatsapp {
    max-width: 145px;
    font-size: 8px !important;
    padding: 7px 7px !important;
  }

  .lead-form-card {
    padding: 8px !important;
  }
  .lead-form {
    grid-template-columns: minmax(0,1fr) minmax(0,1fr) !important;
    gap: 5px !important;
  }
  .lead-form input,
  .lead-form select {
    height: 33px !important;
    font-size: 8.5px !important;
    padding: 0 5px !important;
  }
  .lead-form label span {
    font-size: 7px !important;
  }
  .lead-submit {
    height: 35px !important;
  }
  .lead-form-meta {
    font-size: 6.2px !important;
    gap: 4px !important;
  }

  .people-badge {
    font-size: 8px !important;
  }
  .people-card h3 {
    font-size: 11.5px !important;
  }
  .people-card p {
    font-size: 8.5px !important;
  }

  .floating-actions {
    right: 7px !important;
  }
  .float-btn {
    width: 43px !important;
    height: 43px !important;
  }
}

/* Accessibility: honor reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  .cta,
  .action-button,
  .sticky-book,
  .float-btn,
  .admin-arrow,
  .admin-btn,
  .popup-quick a {
    animation: none !important;
  }
}


/* ==========================================================
   INERTIA UPDATED V5 — FINAL OVERRIDES
   Browser-cache-safe build.
   ========================================================== */

html, body { max-width: 100%; overflow-x: hidden; }

/* Header: logo + WhatsApp only. */
.topbar {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}
.nav-whatsapp {
  background: #16a34a !important;
  color: #fff !important;
  border-radius: 10px !important;
  text-decoration: none !important;
}

/* Gentle shake and glow on every actionable button/link. */
.cta,
.action-button,
.sticky-book,
.float-btn,
.admin-arrow,
.admin-btn,
.popup-quick a {
  animation:
    v5SoftShake 4.2s ease-in-out infinite,
    v5Glow 1.7s ease-in-out infinite !important;
}

@keyframes v5SoftShake {
  0%, 82%, 100% { transform: translate3d(0,0,0); }
  85% { transform: translate3d(-1px,0,0); }
  88% { transform: translate3d(1px,0,0); }
  91% { transform: translate3d(-1px,0,0); }
  94% { transform: translate3d(1px,0,0); }
  97% { transform: translate3d(0,0,0); }
}
@keyframes v5Glow {
  0%,100% { box-shadow: 0 6px 16px rgba(0,0,0,.18), 0 0 0 rgba(255,70,40,0); }
  50% { box-shadow: 0 10px 24px rgba(0,0,0,.24), 0 0 20px rgba(255,70,40,.5); }
}

/* Inline form MUST be above "ONE DESTINATION..." and compact. */
.lead-form-section {
  position: relative !important;
  z-index: 4 !important;
  padding: 0 0 10px !important;
}
.lead-form-card {
  margin-top: -18px !important;
  padding: 12px !important;
  border-radius: 13px !important;
}
.lead-form-title {
  margin-bottom: 8px !important;
}
.lead-form-title h2 {
  font-size: 18px !important;
  line-height: 1.15 !important;
}
.lead-form-title p {
  font-size: 9px !important;
}

/* Sports For Everyone: zero overlap/hiding. */
.people-grid {
  align-items: stretch !important;
}
.people-card,
.people-badge,
.people-card h3,
.people-card p {
  position: static !important;
  transform: none !important;
  clip: auto !important;
  clip-path: none !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.people-badge {
  display: inline-block !important;
  white-space: normal !important;
}

/* Popup is compact, scrollable, and mobile safe. */
.modal {
  overflow-y: auto !important;
}
.modal-card {
  overflow-y: auto !important;
  max-height: calc(100dvh - 18px) !important;
}

/* Full-screen admin page/overlay. */
.admin-page.show {
  display: block !important;
}
.admin-page {
  overflow-y: auto !important;
}

@media (max-width: 768px) {
  body { padding-bottom: 66px !important; }

  .container {
    width: calc(100% - 16px) !important;
  }

  .brand-logo {
    width: 94px !important;
  }
  .nav-whatsapp {
    font-size: 9px !important;
    padding: 8px 9px !important;
  }

  /* Compact 2-column quick contact form */
  .lead-form-card {
    margin-top: -10px !important;
    padding: 9px !important;
  }
  .lead-form-title {
    display: block !important;
    margin-bottom: 7px !important;
  }
  .lead-form-title span {
    font-size: 7px !important;
  }
  .lead-form-title h2 {
    font-size: 15px !important;
    margin: 2px 0 !important;
  }
  .lead-form-title p {
    font-size: 7px !important;
    line-height: 1.3 !important;
  }
  .lead-form {
    display: grid !important;
    grid-template-columns: minmax(0,1fr) minmax(0,1fr) !important;
    gap: 5px !important;
  }
  .lead-form label {
    min-width: 0 !important;
    gap: 3px !important;
  }
  .lead-form label span {
    font-size: 7px !important;
  }
  .lead-form input,
  .lead-form select {
    min-width: 0 !important;
    width: 100% !important;
    height: 34px !important;
    padding: 0 6px !important;
    font-size: 10px !important;
    border-radius: 7px !important;
  }
  .lead-submit {
    grid-column: 1 / -1 !important;
    min-width: 0 !important;
    width: 100% !important;
    height: 35px !important;
    padding: 0 8px !important;
    font-size: 9px !important;
  }
  .lead-form-meta {
    display: flex !important;
    justify-content: space-between !important;
    gap: 5px !important;
    font-size: 6px !important;
    line-height: 1.2 !important;
  }

  /* Sports for Everyone in clean one-column stack */
  .people-grid {
    grid-template-columns: 1fr !important;
    gap: 9px !important;
    padding-top: 12px !important;
  }
  .people-card {
    min-height: 0 !important;
    padding: 11px 9px !important;
    border-radius: 12px !important;
  }
  .people-badge {
    margin: 0 0 6px !important;
    padding: 5px 8px !important;
    font-size: 8px !important;
    line-height: 1.2 !important;
  }
  .people-card h3 {
    display: block !important;
    margin: 0 0 4px !important;
    font-size: 11.5px !important;
    line-height: 1.3 !important;
  }
  .people-card p {
    display: block !important;
    margin: 0 !important;
    font-size: 8.3px !important;
    line-height: 1.45 !important;
  }

  /* Auto popup mobile sizing */
  .modal {
    padding: 6px !important;
    align-items: flex-end !important;
  }
  .modal-card {
    width: 100% !important;
    max-height: 88dvh !important;
    padding: 13px !important;
    border-radius: 16px 16px 10px 10px !important;
  }
  .modal-logo { width: 70px !important; }
  .modal-card h2 { font-size: 18px !important; }
  .modal-card > p { font-size: 8.5px !important; margin: 4px 0 7px !important; }
  .popup-quick { margin: 6px 0 !important; gap: 6px !important; }
  .popup-quick a { padding: 7px !important; font-size: 9px !important; }
  .modal-card form { gap: 5px !important; }
  .modal-card label { font-size: 8.5px !important; gap: 3px !important; }
  .modal-card input,
  .modal-card select {
    height: 36px !important;
    font-size: 14px !important;
  }
  .modal-card form .cta {
    padding: 9px !important;
    font-size: 9px !important;
  }

  .floating-actions {
    right: 8px !important;
    bottom: 74px !important;
  }
  .float-btn {
    width: 44px !important;
    height: 44px !important;
  }

  .admin-arrow {
    width: 38px !important;
    height: 38px !important;
  }
}

@media (max-width: 320px) {
  .container { width: calc(100% - 10px) !important; }
  .brand-logo { width: 84px !important; }
  .nav-whatsapp { font-size: 7.5px !important; padding: 7px !important; }

  .lead-form-card { padding: 7px !important; }
  .lead-form { gap: 4px !important; }
  .lead-form input,
  .lead-form select { height: 32px !important; font-size: 8.5px !important; }
  .lead-form-meta { font-size: 5.5px !important; }

  .people-card { padding: 10px 8px !important; }
  .people-card h3 { font-size: 11px !important; }
  .people-card p { font-size: 8px !important; }
}

@media (prefers-reduced-motion: reduce) {
  .cta,
  .action-button,
  .sticky-book,
  .float-btn,
  .admin-arrow,
  .admin-btn,
  .popup-quick a {
    animation: none !important;
  }
}

/* ===== USER REQUESTED V5.1 UPDATES ===== */
.hero-sports-image-wrap{
  padding:0;
  background:#111;
  min-height:300px;
  display:block;
}
.hero-sports-image{
  width:100%;
  height:100%;
  min-height:300px;
  display:block;
  object-fit:cover;
  border-radius:17px;
}
.feature-card{align-items:center;}
.feature-image{
  width:145px;
  height:105px;
  flex:0 0 145px;
  object-fit:cover;
  border-radius:12px;
  border:1px solid #dce2e8;
  display:block;
}
.mission-image-wrap{
  padding:0 !important;
  overflow:hidden;
  background:#0c2038 !important;
}
.mission-image{
  width:100%;
  height:100%;
  min-height:390px;
  object-fit:cover;
  display:block;
}
.admin-whatsapp{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:7px 9px;
  margin-right:6px;
  border-radius:7px;
  background:#16a34a;
  color:#fff;
  text-decoration:none;
  font-weight:700;
  font-size:11px;
  white-space:nowrap;
}

/* Increase mobile readability without changing the existing layout/design. */
@media (max-width:768px){
  body{font-size:15px !important;}
  .hero h1{font-size:26px !important;line-height:1.18 !important;}
  .hero-sub{font-size:16px !important;line-height:1.4 !important;}
  .hero-kicker{font-size:13px !important;line-height:1.5 !important;}
  .nav-whatsapp{font-size:11px !important;}
  .info-card small{font-size:12px !important;}
  .info-card b{font-size:15px !important;}
  .deadline{font-size:11px !important;}
  .lead-form-title span{font-size:10px !important;}
  .lead-form-title h2{font-size:20px !important;}
  .lead-form-title p{font-size:11px !important;}
  .lead-form label span{font-size:10px !important;}
  .lead-form input,.lead-form select{font-size:14px !important;}
  .lead-form-meta{font-size:9px !important;}
  .section h2{font-size:27px !important;}
  .section-lead{font-size:14px !important;}
  .center-copy{font-size:14px !important;line-height:1.65 !important;}
  .review-card b{font-size:13px !important;}
  .review-card p{font-size:12px !important;line-height:1.5 !important;}
  .audience-item{font-size:12px !important;line-height:1.4 !important;}
  .green-line{font-size:16px !important;}
  .dark-title h2{font-size:24px !important;}
  .dark-title p{font-size:11px !important;}
  .feature-card{align-items:flex-start !important;gap:12px !important;}
  .feature-image{width:118px;height:92px;flex:0 0 118px;border-radius:10px;}
  .feature-card h3{font-size:17px !important;}
  .feature-card p{font-size:12px !important;line-height:1.5 !important;}
  .chips span,.price-tag{font-size:10px !important;}
  .people-badge{font-size:10px !important;}
  .people-card h3{font-size:15px !important;}
  .people-card p{font-size:12px !important;line-height:1.5 !important;}
  .mentor-copy p{font-size:12px !important;line-height:1.6 !important;}
  .cred-grid{font-size:11px !important;}
  .faq button{font-size:12px !important;}
  .answer{font-size:12px !important;line-height:1.55 !important;}
  .contact-section p{font-size:13px !important;}
  .hero-sports-image-wrap,.hero-sports-image{min-height:0 !important;}
  .hero-sports-image{aspect-ratio:1983/793;object-fit:cover;}
  .mission-image{min-height:0;aspect-ratio:1/1;object-fit:cover;}
}
@media (max-width:420px){
  .hero h1{font-size:23px !important;}
  .hero-sub{font-size:15px !important;}
  .section h2{font-size:24px !important;}
  .testimonial-grid{grid-template-columns:1fr !important;}
  .review-card b{font-size:14px !important;}
  .review-card p{font-size:13px !important;}
  .audience-grid{grid-template-columns:1fr !important;}
  .audience-item{font-size:13px !important;}
  .feature-card{display:grid !important;grid-template-columns:1fr !important;}
  .feature-image{width:100%;height:auto;aspect-ratio:3/2;object-fit:cover;}
  .feature-card h3{font-size:18px !important;}
  .feature-card p{font-size:13px !important;}
  .people-card h3{font-size:16px !important;}
  .people-card p{font-size:13px !important;}
  .mentor-copy p{font-size:13px !important;}
  .cred-grid{font-size:12px !important;}
  .faq button,.answer{font-size:13px !important;}
}
