/* Shared styles for Origin Grinds subpages */
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Segoe UI',Arial,sans-serif;color:#1a2744;background:#f8f9fc;position:relative}
a{text-decoration:none;color:inherit}
/* NAV */
nav{background:#1a2744;padding:0 5%;display:flex;align-items:center;justify-content:space-between;height:62px;position:sticky;top:0;z-index:100}
.logo{display:flex;align-items:center;gap:9px}.logo img{height:36px;width:auto;display:block}
nav ul{list-style:none;display:flex;gap:22px;align-items:center;flex-wrap:wrap}
nav ul a{color:#ccd6f0;font-size:12px;font-weight:700;transition:color .2s}
nav ul a:hover{color:#f0c040}
nav ul a.active{color:#f0c040}
.nav-auth{display:flex;gap:8px;align-items:center}
.btn-li{background:transparent;color:#ccd6f0;border:1px solid rgba(255,255,255,.28);padding:6px 14px;border-radius:6px;font-size:12px;cursor:pointer;transition:all .2s}
.btn-li:hover{border-color:#f0c040;color:#f0c040}
.btn-rg{background:#f0c040;color:#1a2744;border:none;padding:6px 14px;border-radius:6px;font-size:12px;font-weight:700;cursor:pointer}
.btn-rg:hover{background:#e8b830}
.user-pill{background:rgba(255,255,255,.1);color:#fff;padding:5px 12px;border-radius:20px;font-size:12px;display:flex;align-items:center;gap:8px}
.btn-lo{background:none;color:#f0c040;border:none;font-size:11px;cursor:pointer}
/* MODAL */
.modal-ov{display:none;position:absolute;top:0;left:0;width:100%;min-height:100%;background:rgba(10,20,50,.65);z-index:500;justify-content:center;padding:90px 20px 60px;align-items:flex-start}
.modal-ov.open{display:flex}
.modal{background:#fff;border-radius:16px;padding:32px;width:100%;max-width:390px;position:relative}
.mcl{position:absolute;top:14px;right:16px;background:none;border:none;font-size:22px;cursor:pointer;color:#aaa}
.mtabs{display:flex;border-bottom:2px solid #e4e9f5;margin-bottom:22px}
.mtab{padding:9px 18px;font-size:13px;font-weight:600;cursor:pointer;color:#5a6a8a;border-bottom:2px solid transparent;margin-bottom:-2px}
.mtab.on{color:#1a2744;border-bottom-color:#1a2744}
.fg{display:flex;flex-direction:column;gap:5px;margin-bottom:12px}
.fg label{font-size:11px;font-weight:700;color:#5a6a8a;text-transform:uppercase;letter-spacing:.5px}
.fg input,.fg select{padding:9px 12px;border-radius:7px;border:1.5px solid #e4e9f5;font-size:14px;color:#1a2744;outline:none;background:#fff;font-family:inherit}
.fg input:focus,.fg select:focus{border-color:#1a2744}
.bsub{width:100%;background:#1a2744;color:#fff;border:none;padding:12px;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;margin-top:6px}
.bsub:hover{background:#253a6e}
.amsg{font-size:12px;padding:8px 12px;border-radius:6px;display:none;margin-top:8px}
.amsg.err{background:#fee2e2;color:#b91c1c;display:block}
.amsg.ok{background:#dcfce7;color:#166534;display:block}
/* SUBPAGE HERO */
.subhero{background:#1a2744;color:#fff;padding:64px 5% 54px;text-align:center}
.subhero .htag{background:#f0c040;color:#1a2744;font-size:11px;font-weight:700;padding:3px 12px;border-radius:20px;display:inline-block;margin-bottom:16px;letter-spacing:1px;text-transform:uppercase}
.subhero h1{font-size:34px;font-weight:800;line-height:1.18;margin-bottom:12px}
.subhero h1 span{color:#f0c040}
.subhero p{font-size:15px;color:#a8b8d8;max-width:560px;margin:0 auto;line-height:1.7}
/* SECTIONS */
section{padding:56px 5%}
.wrap{max-width:1000px;margin:0 auto}
.sl{font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#f0c040;margin-bottom:8px}
.st{font-size:28px;font-weight:800;color:#1a2744;margin-bottom:10px}
.ss{font-size:14px;color:#5a6a8a;line-height:1.7;max-width:520px}
.bp{background:#f0c040;color:#1a2744;padding:11px 24px;border-radius:8px;font-weight:700;font-size:13px;cursor:pointer;border:none}
.bp:hover{background:#e8b830}
/* MEMBERS */
.members{background:#f8f9fc}
.mlocked{text-align:center;padding:40px;background:#fff;border-radius:14px;border:2px dashed #e4e9f5;margin-top:28px}
.mlocked p{color:#5a6a8a;margin:10px 0 18px;font-size:14px}
.pgrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px;margin-top:28px}
.pc{background:#fff;border-radius:12px;border:1.5px solid #e4e9f5;overflow:hidden}
.pch{background:#1a2744;color:#fff;padding:14px 18px;display:flex;align-items:center;gap:10px}
.pch .pci{font-size:22px}
.pch h3{font-size:14px;font-weight:700}
.pch small{font-size:10px;color:#a8b8d8}
.pcb{padding:14px}
.pcb p{font-size:11px;color:#5a6a8a;margin-bottom:8px}
.ygrid{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}
.yb{background:#f0f4ff;color:#1a2744;border:none;padding:6px 4px;border-radius:5px;font-size:11px;font-weight:600;cursor:pointer;transition:all .2s}
.yb:hover{background:#1a2744;color:#f0c040}
/* COMMUNITY */
.cpost{background:#f8f9fc;border:1.5px solid #e4e9f5;border-radius:10px;padding:12px 14px}
.cpost .ch{display:flex;justify-content:space-between;font-size:11px;color:#5a6a8a;margin-bottom:5px}
.cpost .ch strong{color:#1a2744;font-size:12px}
.cpost p{font-size:13px;color:#1a2744;line-height:1.6;white-space:pre-wrap}
.ctxt{width:100%;min-height:70px;padding:10px 12px;border-radius:8px;border:1.5px solid #e4e9f5;font-size:13px;font-family:inherit;resize:vertical;outline:none;color:#1a2744}
.ctxt:focus{border-color:#1a2744}
/* PRICING */
.pricng{background:#fff}
.pgr{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-top:28px}
.pcard{border-radius:12px;padding:24px 18px;border:1.5px solid #e4e9f5;text-align:center}
.pcard.feat{border-color:#1a2744;background:#f5f7ff}
.pcard .plan{font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:#5a6a8a;margin-bottom:6px}
.pcard .amt{font-size:34px;font-weight:800;color:#1a2744;margin:4px 0}
.pcard .amt span{font-size:13px;font-weight:400;color:#5a6a8a}
.pcard .tl{font-size:12px;color:#5a6a8a;line-height:1.6;margin:4px 0 12px;min-height:34px}
.pcard ul{list-style:none;margin:12px 0 16px;text-align:left}
.pcard ul li{font-size:12px;color:#5a6a8a;padding:4px 0;border-bottom:.5px solid #eee}
.pcard ul li::before{content:"✓ ";color:#1a9e75;font-weight:700}
.popb{background:#f0c040;color:#1a2744;font-size:10px;font-weight:700;padding:2px 9px;border-radius:20px;display:inline-block;margin-bottom:6px}
/* BOOKING */
.bsec{background:#f8f9fc}
.bbox{background:#fff;border-radius:14px;border:1.5px solid #e4e9f5;padding:28px;margin-top:28px;max-width:740px}
.pbar{display:flex;gap:3px;margin-bottom:22px}
.ps{flex:1;height:4px;background:#e4e9f5;border-radius:2px;transition:background .3s}
.ps.dn{background:#1a2744}.ps.ac{background:#f0c040}
.bst{display:none}.bst.on{display:block}
.bsh{display:flex;gap:9px;align-items:center;margin-bottom:18px}
.bsn{background:#1a2744;color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;flex-shrink:0}
.bsh h3{font-size:16px;font-weight:700}
.frow{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px}
.bfg{display:flex;flex-direction:column;gap:4px}
.bfg label{font-size:11px;font-weight:700;color:#5a6a8a}
.bfg select,.bfg input{padding:8px 11px;border-radius:7px;border:1.5px solid #e4e9f5;font-size:13px;color:#1a2744;outline:none;background:#f8f9fc}
.bfg select:focus,.bfg input:focus{border-color:#1a2744}
.dg{display:grid;grid-template-columns:repeat(7,1fr);gap:5px;margin-bottom:16px}
.db{padding:7px 3px;border-radius:7px;border:1.5px solid #e4e9f5;background:#fff;cursor:pointer;text-align:center;font-size:10px;color:#5a6a8a;transition:all .2s}
.db .dy{font-weight:700;font-size:12px;color:#1a2744;display:block}
.db:hover:not(.dis){border-color:#1a2744}
.db.sel{background:#1a2744;border-color:#1a2744;color:#fff}.db.sel .dy{color:#f0c040}
.db.dis{opacity:.3;cursor:not-allowed}
.sg{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:16px}
.slt{padding:8px;border-radius:7px;border:1.5px solid #e4e9f5;background:#fff;cursor:pointer;font-size:12px;font-weight:600;color:#1a2744;transition:all .2s}
.slt:hover:not(.bkd){border-color:#1a2744}
.slt.sel{background:#1a2744;color:#f0c040;border-color:#1a2744}
.slt.bkd{background:#fee2e2;color:#b91c1c;border-color:#fecaca;cursor:not-allowed;text-decoration:line-through}
.bact{display:flex;gap:9px;margin-top:14px}
.bnn{background:#1a2744;color:#fff;padding:9px 22px;border-radius:8px;border:none;font-size:12px;font-weight:600;cursor:pointer}
.bnn:hover{background:#253a6e}
.bbk{background:transparent;color:#5a6a8a;padding:9px 16px;border-radius:8px;border:1.5px solid #e4e9f5;font-size:12px;font-weight:600;cursor:pointer}
.cbox{background:#f0fff8;border:1.5px solid #1a9e75;border-radius:9px;padding:16px;margin-bottom:14px}
.cr{display:flex;justify-content:space-between;font-size:12px;padding:4px 0;border-bottom:.5px solid #d0f0e4}
.cr:last-child{border-bottom:none}
.cr .cl{color:#5a6a8a}.cr .cv{font-weight:600}
.succ{text-align:center;padding:14px 0}
.succ .si{font-size:46px;margin-bottom:12px}
footer{background:#111d38;color:#6a7a9a;text-align:center;padding:16px;font-size:11px}
@media(max-width:640px){nav ul{display:none}.frow{grid-template-columns:1fr}}
