:root{--navy:#082f4f;--navy2:#0d527b;--green:#19723e;--pink:#d50072;--orange:#ef7d21;--cream:#f7f3eb;--white:#fff;--ink:#16222c;--muted:#657380;--shadow:0 18px 48px rgba(6,36,61,.16)}*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--ink);background:var(--cream)}button{font:inherit;border:0}.tricolor{position:fixed;z-index:1000;top:0;left:0;right:0;height:8px;background:linear-gradient(90deg,#137b40 0 33.33%,#fff 33.33% 66.66%,#c92738 66.66%)}.screen{display:none;min-height:100dvh;padding-top:8px}.screen.active{display:block;animation:enter .2s ease}@keyframes enter{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.hero{background:linear-gradient(180deg,rgba(5,31,50,.20),rgba(5,31,50,.84)),url('../assets/cancha.jpg') center/cover;color:white;min-height:100dvh;display:none;flex-direction:column}.hero.active{display:flex}.brand{display:flex;gap:12px;padding:22px clamp(18px,4vw,52px)}.brand img{height:76px;width:92px;object-fit:contain;background:white;padding:7px;border-radius:16px;box-shadow:0 8px 24px rgba(0,0,0,.18)}.hero-copy{width:min(960px,calc(100% - 36px));margin:auto;text-align:center;padding:35px 0 70px}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.8rem;font-weight:900;color:#f3d77c}.hero h1{font-size:clamp(2.7rem,9vw,6rem);line-height:.94;margin:14px 0 22px}.lead{max-width:820px;margin:auto;line-height:1.65;color:rgba(255,255,255,.9);font-size:clamp(1rem,2.2vw,1.2rem)}.primary{margin-top:28px;padding:16px 28px;border-radius:15px;background:var(--orange);color:white;font-weight:900;cursor:pointer}.light{background:var(--cream)}.page{width:min(1080px,calc(100% - 32px));margin:auto;padding:24px 0 56px}.actions{display:flex;justify-content:space-between;min-height:45px}.actions button{background:white;color:var(--navy);padding:11px 15px;border-radius:12px;box-shadow:0 8px 20px rgba(8,47,79,.08);font-weight:800;cursor:pointer}.panel-head{background:linear-gradient(135deg,var(--navy),var(--navy2));color:white;padding:28px;border-radius:26px;margin:18px 0 22px;box-shadow:var(--shadow)}.panel-head h2{font-size:clamp(2rem,6vw,3.5rem);margin:6px 0}.panel-head p{margin:0;color:rgba(255,255,255,.8)}.step{font-size:.8rem;text-transform:uppercase;letter-spacing:.12em;color:#f3d77c;font-weight:900}.cards{display:grid;gap:18px}.three{grid-template-columns:repeat(3,1fr)}.two{grid-template-columns:repeat(2,1fr)}.card{background:white;border-radius:23px;padding:24px;display:flex;flex-direction:column;min-height:270px;box-shadow:0 12px 34px rgba(8,47,79,.09)}.emoji{font-size:2.2rem}.card h3{font-size:1.4rem;margin:13px 0 8px}.card strong{font-size:1.55rem;color:var(--navy)}.card p{color:var(--muted);line-height:1.5}.card button{margin-top:auto;padding:14px;border-radius:13px;color:white;font-weight:900;cursor:pointer}.navy{background:var(--navy)}.green{background:var(--green)}.orange{background:var(--orange)}.branch{min-height:210px;color:white;border-radius:25px;padding:28px;display:flex;flex-direction:column;justify-content:flex-end;text-align:left;box-shadow:var(--shadow);cursor:pointer}.branch strong{font-size:2rem}.branch span{margin-top:7px;opacity:.82}.male{background:linear-gradient(135deg,#063d69,#0a78b5)}.female{background:linear-gradient(135deg,#a8005c,var(--pink))}.categories{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.categories button{min-height:145px;border-radius:22px;background:white;box-shadow:0 10px 28px rgba(8,47,79,.09);font-size:1.45rem;font-weight:950;color:var(--navy);cursor:pointer}.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:24px}.info{background:white;border-radius:22px;padding:23px;box-shadow:0 10px 28px rgba(8,47,79,.08)}.info h3{color:var(--navy)}dl{margin:0}dt{font-weight:850;border-top:1px solid #e8edef;padding-top:11px}dt:first-child{border-top:0}dd{margin:3px 0 11px;color:var(--muted)}.contact{display:flex;justify-content:space-between;padding:11px 0;border-top:1px solid #e8edef}.contact:first-child{border-top:0}.contact a{color:var(--navy);font-weight:800;text-decoration:none}dialog{border:0;border-radius:20px;padding:0;max-width:430px;width:calc(100% - 32px);box-shadow:0 24px 70px rgba(0,0,0,.3)}dialog::backdrop{background:rgba(3,20,34,.65)}dialog>div{padding:25px}dialog button{width:100%;padding:13px;background:var(--navy);color:white;border-radius:12px;font-weight:900}@media(max-width:780px){.three,.two,.info-grid,.categories{grid-template-columns:1fr}.brand img{height:64px;width:78px}.card{min-height:235px}.categories button{min-height:110px}}
.contact{align-items:center;gap:12px}.contact strong{margin-right:auto}.contact-icon{width:30px;height:30px;flex:0 0 30px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-weight:900}.wa-icon{background:#16b94e}.mail-icon{background:#2d86b3}.payment-row a:last-child{overflow-wrap:anywhere}@media(max-width:780px){.contact{display:grid;grid-template-columns:34px 1fr}.contact a{grid-column:2}.payment-row a{grid-column:2}}
.hero-actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}.secondary{background:#fff;color:var(--navy);border:2px solid rgba(255,255,255,.9)}.disabled-action{opacity:.92;cursor:default}.coming-soon{margin:12px auto 0;color:rgba(255,255,255,.88);font-size:.86rem;font-weight:800;letter-spacing:.02em}
.brand{display:flex;justify-content:space-between;align-items:flex-start;width:100%;padding:26px clamp(22px,4vw,58px)}.brand img{height:118px;width:142px;object-fit:contain;background:#fff;padding:9px;border-radius:18px;box-shadow:0 10px 28px rgba(0,0,0,.24)}
.home-info-grid{width:min(1080px,calc(100% - 36px));margin:24px auto 0;display:grid;grid-template-columns:1fr 1fr;gap:18px;text-align:left}.home-card,.home-contact-card{background:rgba(2,31,51,.89);border:1px solid rgba(255,255,255,.32);box-shadow:0 12px 30px rgba(0,0,0,.20);backdrop-filter:blur(3px);color:#fff}.home-card{border-radius:15px;padding:20px 24px}.home-card h3,.home-contact-card h3{margin:0 0 13px;color:#f5bd28;font-size:1rem}.home-card .item{display:flex;flex-direction:column;padding:10px 0;border-top:1px solid rgba(255,255,255,.22)}.home-card .item:first-of-type{border-top:0}.home-card .item span{margin-top:3px}
.home-contact-card{width:min(1080px,calc(100% - 36px));margin:18px auto 30px;border-radius:15px;padding:18px 24px;display:grid;grid-template-columns:1fr 1fr;text-align:left}.home-contact-card section{padding:0 20px}.home-contact-card section+section{border-left:1px solid rgba(255,255,255,.28)}.home-contact-card a{display:flex;align-items:center;gap:12px;padding:7px 0;color:#fff;text-decoration:none}.home-contact-card a span{display:flex;flex-direction:column}.home-contact-card em{font-style:normal;color:#45d45a;margin-top:2px}.home-contact-card .orange{color:#f39a23}.wa,.mail{width:34px;height:34px;flex:0 0 34px;border-radius:50%;display:grid;place-items:center;color:#fff}.wa{background:#18b957}.mail{background:#e98518}@media(max-width:780px){.home-info-grid,.home-contact-card{grid-template-columns:1fr}.home-contact-card section+section{border-left:0;border-top:1px solid rgba(255,255,255,.28);padding-top:16px}.brand img{height:90px;width:106px}}

.home-contact-card a[href^="mailto:"] em.orange {
    color: #ffffff !important;
    background: transparent !important;
    background-color: transparent !important;
    text-decoration: none !important;
}