:root{--black: #0a0a0a;--dark: #111111;--dark-2: #1a1a1a;--dark-3: #242424;--border: #2a2a2a;--green: #a8ff3e;--green-dim: rgba(168, 255, 62, .1);--white: #f5f5f0;--white-mid: #c8c8c0;--white-dim: rgba(245, 245, 240, .45);--orange: #ff6b2b;--orange-dim: rgba(255, 107, 43, .12);--blue: #4da6ff;--f-display: "Fraunces", Georgia, serif;--f-body: "Plus Jakarta Sans", sans-serif;--f-mono: "JetBrains Mono", monospace;--ease: cubic-bezier(.22, 1, .36, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--black);color:var(--white);font-family:var(--f-body);overflow-x:hidden;line-height:1.6;-webkit-font-smoothing:antialiased}button{font-family:inherit}nav{position:fixed;top:0;width:100%;z-index:900;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;background:#0a0a0ae6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border)}.nav-logo{font-family:var(--f-display);font-size:1.3rem;font-weight:900;color:var(--white);letter-spacing:-.02em}.nav-logo span{color:var(--green)}.nav-links{display:flex;align-items:center;gap:1.75rem;list-style:none}.nav-links a{color:var(--white-mid);text-decoration:none;font-size:.85rem;font-weight:600;transition:color .2s}.nav-links a:hover{color:var(--white)}.nav-cta{background:var(--green)!important;color:var(--black)!important;padding:.55rem 1.25rem;border-radius:100px;font-weight:800!important;font-size:.82rem!important;transition:all .2s!important}.nav-cta:hover{background:#bfff55!important;transform:translateY(-1px)}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:8rem 2rem 5rem;position:relative;overflow:hidden}.hero-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(168,255,62,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(168,255,62,.04) 1px,transparent 1px);background-size:48px 48px;-webkit-mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,black 20%,transparent 100%);mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,black 20%,transparent 100%)}.orb{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none;animation:float 8s ease-in-out infinite}.orb-1{width:400px;height:400px;background:#a8ff3e14;top:10%;left:60%;animation-delay:0s}.orb-2{width:300px;height:300px;background:#ff6b2b12;top:50%;left:10%;animation-delay:3s}.orb-3{width:250px;height:250px;background:#4da6ff0f;bottom:10%;right:20%;animation-delay:5s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-30px)}}.hero-inner{max-width:1140px;margin:0 auto;width:100%;position:relative;z-index:2}.hero-badge{display:inline-flex;align-items:center;gap:.6rem;background:var(--green-dim);border:1px solid rgba(168,255,62,.3);color:var(--green);font-family:var(--f-mono);font-size:.7rem;font-weight:600;padding:.45rem 1rem;border-radius:100px;letter-spacing:.06em;margin-bottom:2rem;animation:fadeUp .6s var(--ease) both}.badge-dot{width:7px;height:7px;border-radius:50%;background:var(--green);animation:pulse 2s ease infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.5);opacity:.5}}.hero-title{font-family:var(--f-display);font-size:clamp(3.5rem,9vw,9rem);font-weight:900;line-height:.9;letter-spacing:-.03em;margin-bottom:1.5rem;animation:fadeUp .6s .08s var(--ease) both}.hero-title .l1{color:var(--white);display:block}.hero-title .l2{color:var(--green);display:block;font-style:italic}.hero-title .l3{color:var(--white-mid);display:block}.hero-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;flex-wrap:wrap;padding-top:2rem;border-top:1px solid var(--border);animation:fadeUp .6s .16s var(--ease) both}.hero-desc{max-width:480px;font-size:1.05rem;font-weight:500;line-height:1.75;color:var(--white-mid)}.hero-desc strong{color:var(--white);font-weight:700}.hero-right{display:flex;flex-direction:column;align-items:flex-end;gap:1.5rem}.hero-stats{display:flex;gap:2rem}.hs{text-align:right}.hs-n{font-family:var(--f-display);font-size:2.8rem;font-weight:900;line-height:1;color:var(--green)}.hs-n.w{color:var(--white)}.hs-n.o{color:var(--orange)}.hs-l{font-family:var(--f-mono);font-size:.63rem;color:var(--white-dim);margin-top:.2rem}.hero-btns{display:flex;gap:.75rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 1.75rem;border-radius:8px;font-family:var(--f-body);font-size:.9rem;font-weight:700;text-decoration:none;border:none;cursor:pointer;transition:all .22s var(--ease)}.btn-green{background:var(--green);color:var(--black)}.btn-green:hover{background:#bfff55;transform:translateY(-2px);box-shadow:0 8px 28px #a8ff3e40}.btn-outline{background:transparent;color:var(--white-mid);border:1px solid var(--border)}.btn-outline:hover{border-color:var(--white-mid);color:var(--white)}@keyframes fadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:none}}.strip{background:var(--green);padding:.9rem 2rem;display:flex;align-items:center;justify-content:center;gap:2.5rem;flex-wrap:wrap}.strip-item{font-family:var(--f-mono);font-size:.72rem;font-weight:600;color:var(--black);letter-spacing:.06em;display:flex;align-items:center;gap:.5rem}.strip-item:before{content:"✦"}section{padding:7rem 2rem}.container{max-width:1140px;margin:0 auto}.eyebrow{font-family:var(--f-mono);font-size:.68rem;font-weight:600;color:var(--green);letter-spacing:.12em;text-transform:uppercase;display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}.eyebrow:before{content:"";width:20px;height:1px;background:var(--green)}.sec-title{font-family:var(--f-display);font-size:clamp(2.2rem,4.5vw,4rem);font-weight:900;line-height:1.02;letter-spacing:-.025em;margin-bottom:1rem;color:var(--white)}.sec-title em{font-style:italic;color:var(--green)}.sec-sub{font-size:1rem;font-weight:500;color:var(--white-mid);max-width:520px;line-height:1.75;margin-bottom:3.5rem}.camps-section{background:var(--dark)}.camps-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.camp-card{border-radius:20px;padding:2.5rem;position:relative;overflow:hidden;transition:transform .3s var(--ease)}.camp-card:hover{transform:translateY(-4px)}.camp-card-1{background:linear-gradient(135deg,#0f1f0a,#0a1a0a);border:1.5px solid rgba(168,255,62,.2)}.camp-card-2{background:linear-gradient(135deg,#1f0f0a,#1a0a08);border:1.5px solid rgba(255,107,43,.2)}.camp-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px}.camp-card-1:before{background:var(--green)}.camp-card-2:before{background:var(--orange)}.camp-tag{display:inline-block;font-family:var(--f-mono);font-size:.68rem;font-weight:600;padding:.3rem .85rem;border-radius:100px;margin-bottom:1.25rem;letter-spacing:.08em}.tag-g{background:var(--green-dim);color:var(--green);border:1px solid rgba(168,255,62,.25)}.tag-o{background:var(--orange-dim);color:var(--orange);border:1px solid rgba(255,107,43,.25)}.camp-card h2{font-family:var(--f-display);font-size:clamp(1.8rem,3vw,2.8rem);font-weight:900;line-height:1.05;letter-spacing:-.02em;margin-bottom:.5rem;color:var(--white)}.camp-card h2 em{font-style:italic}.camp-card-1 h2 em{color:var(--green)}.camp-card-2 h2 em{color:var(--orange)}.camp-sub{font-family:var(--f-mono);font-size:.7rem;color:var(--white-dim);margin-bottom:1.5rem}.camp-card p{font-size:.92rem;color:var(--white-mid);line-height:1.7;margin-bottom:2rem;font-weight:500}.camp-deliverables{display:flex;flex-direction:column;gap:.6rem;margin-bottom:2rem}.cd-item{display:flex;align-items:center;gap:.75rem;font-size:.85rem;font-weight:500;color:var(--white-mid)}.cd-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.dot-g{background:var(--green)}.dot-o{background:var(--orange)}.camp-meta{display:flex;gap:1.5rem;flex-wrap:wrap;padding-top:1.5rem;border-top:1px solid var(--border)}.cm-val{font-family:var(--f-display);font-size:1.5rem;font-weight:900;line-height:1;color:var(--white)}.cm-lbl{font-family:var(--f-mono);font-size:.62rem;color:var(--white-dim);margin-top:.15rem}.compare-section{background:var(--black)}.compare-box{background:var(--dark-2);border:1px solid var(--border);border-radius:20px;overflow:hidden;margin-bottom:2rem}.compare-header{display:grid;grid-template-columns:1fr 1fr 1fr;background:var(--dark-3);padding:1rem 1.5rem;border-bottom:1px solid var(--border)}.compare-header div{font-family:var(--f-mono);font-size:.7rem;font-weight:600;color:var(--white-dim);letter-spacing:.08em}.compare-header div:nth-child(2){color:var(--green);text-align:center}.compare-header div:last-child{color:var(--orange);text-align:center}.compare-row{display:grid;grid-template-columns:1fr 1fr 1fr;padding:.9rem 1.5rem;border-bottom:1px solid var(--border);transition:background .2s}.compare-row:last-child{border-bottom:none}.compare-row:hover{background:var(--dark-3)}.compare-row>div:first-child{font-size:.88rem;font-weight:600;color:var(--white-mid)}.compare-row>div:nth-child(2){font-size:.85rem;font-weight:600;color:var(--green);text-align:center}.compare-row>div:last-child{font-size:.85rem;font-weight:600;color:var(--orange);text-align:center}.curriculum-section{background:var(--dark)}.camp-toggle{display:flex;background:var(--dark-2);border:1px solid var(--border);border-radius:10px;overflow:hidden;width:fit-content;margin-bottom:3rem}.ct-btn{background:transparent;border:none;border-right:1px solid var(--border);padding:.7rem 1.5rem;font-family:var(--f-body);font-size:.85rem;font-weight:700;color:var(--white-dim);cursor:pointer;transition:all .2s}.ct-btn:last-child{border-right:none}.ct-btn.on{background:var(--green);color:var(--black)}.ct-btn.on-o{background:var(--orange);color:var(--white)}.ct-btn:hover:not(.on):not(.on-o){color:var(--white);background:var(--dark-3)}.week-header{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:var(--dark-2);border:1px solid var(--border);border-radius:12px 12px 0 0}.week-num{font-family:var(--f-display);font-size:2rem;font-weight:900;opacity:.2;line-height:1}.week-title{font-size:1rem;font-weight:800;color:var(--white)}.week-sub{font-family:var(--f-mono);font-size:.67rem;color:var(--white-dim);margin-top:.15rem}.day-rows{display:flex;flex-direction:column;margin-bottom:1.25rem}.day-row{display:grid;grid-template-columns:64px 1fr auto;align-items:center;gap:1.25rem;padding:.9rem 1.25rem;background:var(--dark-2);border:1px solid var(--border);border-top:none;transition:background .18s}.day-row:last-child{border-radius:0 0 12px 12px}.day-row:hover{background:var(--dark-3)}.dr-num{font-family:var(--f-mono);font-size:.65rem;font-weight:600;color:var(--green)}.dr-num.o{color:var(--orange)}.dr-body h4{font-size:.9rem;font-weight:700;color:var(--white);margin-bottom:.2rem}.dr-body p{font-size:.78rem;color:var(--white-dim);line-height:1.5}.dr-tag{font-family:var(--f-mono);font-size:.6rem;font-weight:600;padding:.2rem .6rem;border-radius:100px;white-space:nowrap}.tg{background:var(--green-dim);color:var(--green)}.to{background:var(--orange-dim);color:var(--orange)}.ms-row{background:var(--dark-3)!important;border-color:#a8ff3e26!important}.ms-row.mo{border-color:#ff6b2b26!important}.tools-section{background:var(--black)}.tools-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.tool-group{background:var(--dark-2);border:1px solid var(--border);border-radius:16px;overflow:hidden}.tg-hdr{padding:1.25rem 1.5rem;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:.75rem}.tg-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.tg-hdr h3{font-size:.95rem;font-weight:800;color:var(--white)}.tg-hdr p{font-family:var(--f-mono);font-size:.65rem;color:var(--white-dim)}.tg-items{padding:.75rem;display:flex;flex-direction:column;gap:.5rem}.tool-item{display:flex;align-items:center;gap:.85rem;padding:.85rem 1rem;border-radius:10px;background:var(--dark-3);border:1px solid var(--border);transition:all .2s}.tool-item:hover{background:var(--dark)}.tool-icon{width:36px;height:36px;border-radius:9px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.tool-icon svg{width:18px;height:18px;display:block}.tool-info strong{display:block;font-size:.85rem;font-weight:700;color:var(--white)}.tool-info span{font-family:var(--f-mono);font-size:.65rem;color:var(--white-dim)}.outcomes-section{background:var(--dark)}.outcomes-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.og-label{font-family:var(--f-mono);font-size:.7rem;font-weight:600;letter-spacing:.1em;margin-bottom:1.25rem;display:flex;align-items:center;gap:.75rem}.og-label:before{content:"";width:16px;height:1px}.gl{color:var(--green)}.gl:before{background:var(--green)}.ol{color:var(--orange)}.ol:before{background:var(--orange)}.outcome-items{display:flex;flex-direction:column;gap:.75rem}.oi{display:flex;align-items:flex-start;gap:1rem;padding:1.1rem 1.25rem;background:var(--dark-2);border:1px solid var(--border);border-radius:12px;transition:all .22s}.oi:hover{transform:translate(4px)}.oi-n{font-family:var(--f-display);font-size:1.6rem;font-weight:900;line-height:1;opacity:.2;flex-shrink:0}.oi-b strong{display:block;font-size:.9rem;font-weight:700;color:var(--white);margin-bottom:.2rem}.oi-b p{font-size:.8rem;color:var(--white-dim);line-height:1.5}.parent-section{background:var(--dark-2);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.parent-inner{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.pc-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;border-radius:12px;border:1px solid var(--border);background:var(--dark-3);margin-bottom:.75rem}.pc-label{font-size:.88rem;font-weight:600;color:var(--white-mid)}.pc-val{font-family:var(--f-mono);font-size:.85rem;font-weight:700}.pc-val.st{color:var(--white-dim);text-decoration:line-through}.pc-val.hl{color:var(--green);font-size:.95rem}.parent-note{margin-top:1.5rem;padding:1.25rem;background:var(--green-dim);border:1px solid rgba(168,255,62,.2);border-radius:12px;font-size:.88rem;color:var(--white-mid);line-height:1.7}.parent-note strong{color:var(--green)}.pricing-section{background:var(--black)}.pricing-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem}.price-card{border-radius:20px;overflow:hidden;border:1.5px solid var(--border);transition:transform .25s var(--ease)}.price-card:hover{transform:translateY(-4px)}.pc-top{padding:2rem;border-bottom:1px solid var(--border);background:var(--dark-2)}.pc-tag{font-family:var(--f-mono);font-size:.65rem;font-weight:600;letter-spacing:.1em;margin-bottom:1rem;display:block}.price-card h3{font-family:var(--f-display);font-size:1.6rem;font-weight:900;color:var(--white);line-height:1.1;letter-spacing:-.02em;margin-bottom:.25rem}.pc-meta{font-family:var(--f-mono);font-size:.68rem;color:var(--white-dim);margin-bottom:1.25rem}.price-row{display:flex;align-items:baseline;gap:.3rem}.pr-curr{font-family:var(--f-mono);font-size:.9rem;font-weight:600;color:var(--white-mid)}.pr-num{font-family:var(--f-display);font-size:3rem;font-weight:900;line-height:1;letter-spacing:-.03em}.pr-num.g{color:var(--green)}.pr-num.o{color:var(--orange)}.pc-sub{font-family:var(--f-mono);font-size:.68rem;color:var(--white-dim);margin-top:.35rem}.pc-btm{padding:1.5rem 2rem;background:var(--dark-3)}.pi-list{display:flex;flex-direction:column;gap:.6rem}.pi{display:flex;align-items:center;gap:.75rem;font-size:.85rem;font-weight:500;color:var(--white-mid)}.pi-chk{flex-shrink:0;font-size:.75rem}.pi-chk.g{color:var(--green)}.pi-chk.o{color:var(--orange)}.inst-note{margin-top:1rem;padding:.85rem 1rem;background:var(--dark-2);border:1px solid var(--border);border-radius:10px;font-family:var(--f-mono);font-size:.7rem;color:var(--white-dim);line-height:1.6}.inst-note strong{color:var(--white)}.pricing-note{text-align:center;font-size:.88rem;color:var(--white-dim);line-height:1.7;max-width:600px;margin:0 auto}.pricing-note strong{color:var(--white)}.instructor-section{background:var(--dark)}.inst-grid{display:grid;grid-template-columns:auto 1fr;gap:3.5rem;align-items:start}.inst-avatar{width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,var(--green),var(--blue));display:flex;align-items:center;justify-content:center;font-family:var(--f-display);font-size:2.2rem;font-weight:900;color:var(--black);flex-shrink:0}.inst-name{font-family:var(--f-display);font-size:clamp(2rem,4vw,3.5rem);font-weight:900;color:var(--white);line-height:1;letter-spacing:-.025em;margin-bottom:.35rem}.inst-role{font-family:var(--f-mono);font-size:.7rem;font-weight:600;color:var(--green);letter-spacing:.08em;margin-bottom:1.5rem}.inst-stats{display:flex;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}.is-n{font-family:var(--f-display);font-size:2rem;font-weight:900;color:var(--white);line-height:1}.is-n em{font-style:normal;color:var(--green)}.is-l{font-family:var(--f-mono);font-size:.62rem;color:var(--white-dim);margin-top:.1rem}.inst-bio{font-size:.95rem;color:var(--white-mid);line-height:1.8;margin-bottom:1.75rem;max-width:580px}.inst-bio strong{color:var(--white)}.inst-apps{display:flex;flex-wrap:wrap;gap:.6rem}.app-pill{display:inline-flex;align-items:center;gap:.5rem;background:var(--dark-2);border:1px solid var(--border);border-radius:100px;padding:.4rem 1rem;text-decoration:none;transition:all .2s}.app-pill:hover{border-color:var(--green);background:var(--green-dim)}.ap-dot{width:6px;height:6px;border-radius:50%;background:#22c55e}.ap-name{font-size:.8rem;font-weight:600;color:var(--white-mid)}.app-pill:hover .ap-name{color:var(--green)}.register-section{background:var(--dark-2);border-top:1px solid var(--border)}.reg-inner{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}.reg-left h2{font-family:var(--f-display);font-size:clamp(2.5rem,5vw,4.5rem);font-weight:900;line-height:.95;letter-spacing:-.03em;color:var(--white);margin-bottom:1.5rem}.reg-left h2 em{font-style:italic;color:var(--green)}.reg-left p{font-size:.97rem;color:var(--white-mid);line-height:1.75;margin-bottom:2rem;max-width:420px}.check-list{list-style:none;display:flex;flex-direction:column;gap:.75rem}.check-list li{display:flex;align-items:center;gap:.85rem;font-size:.9rem;font-weight:600;color:var(--white-mid)}.chk{width:22px;height:22px;border-radius:50%;background:var(--green);color:var(--black);display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:800;flex-shrink:0}.reg-form{background:var(--dark-3);border:1px solid var(--border);border-radius:20px;padding:2.5rem;position:sticky;top:90px}.form-heading{font-family:var(--f-display);font-size:1.6rem;font-weight:900;color:var(--white);margin-bottom:.25rem}.form-sub{font-family:var(--f-mono);font-size:.67rem;color:var(--white-dim);margin-bottom:2rem}.fg{margin-bottom:1rem}.fg label{display:block;font-family:var(--f-mono);font-size:.65rem;font-weight:600;color:var(--white-dim);letter-spacing:.08em;margin-bottom:.4rem}.fg input,.fg select,.fg textarea{width:100%;background:var(--dark-2);border:1px solid var(--border);border-radius:8px;padding:.8rem 1rem;color:var(--white);font-family:var(--f-body);font-size:.9rem;font-weight:500;transition:all .2s;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.fg input::placeholder,.fg textarea::placeholder{color:var(--white-dim)}.fg input:focus,.fg select:focus,.fg textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px #a8ff3e1a}.fg select option{background:var(--dark-2)}.fg textarea{resize:vertical;min-height:70px}.form-btn{width:100%;background:var(--green);color:var(--black);border:none;border-radius:8px;padding:1rem;font-family:var(--f-body);font-size:.95rem;font-weight:800;cursor:pointer;margin-top:.5rem;transition:all .22s var(--ease)}.form-btn:hover:not(:disabled){background:#bfff55;transform:translateY(-2px);box-shadow:0 8px 28px #a8ff3e40}.form-btn:disabled{opacity:.6;cursor:not-allowed}.form-note{text-align:center;font-family:var(--f-mono);font-size:.65rem;color:var(--white-dim);margin-top:1rem}.form-error{margin-top:.85rem;padding:.75rem 1rem;background:#ff6b2b1a;border:1px solid rgba(255,107,43,.3);border-radius:8px;font-family:var(--f-mono);font-size:.7rem;color:var(--orange)}.success-state{text-align:center;padding:2rem 0}.success-icon{font-size:3rem;margin-bottom:1rem;display:block}.success-state h3{font-family:var(--f-display);font-size:1.8rem;font-weight:900;color:var(--green);margin-bottom:.5rem}.success-state p{font-size:.9rem;color:var(--white-dim);line-height:1.65}footer{background:var(--black);padding:3rem 2rem;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.5rem}.footer-logo{font-family:var(--f-display);font-size:1.3rem;font-weight:900;color:var(--white);letter-spacing:-.02em}.footer-logo span{color:var(--green)}.footer-tag{font-family:var(--f-mono);font-size:.67rem;color:var(--white-dim);margin-top:.25rem}.footer-right{font-family:var(--f-mono);font-size:.67rem;color:var(--white-dim);text-align:right;line-height:1.7}.footer-right a{color:var(--green);text-decoration:none}.reveal{opacity:0;transform:translateY(24px);transition:opacity .65s var(--ease),transform .65s var(--ease)}.reveal.in{opacity:1;transform:none}@media (max-width: 1024px){.camps-grid,.tools-grid,.outcomes-grid,.pricing-grid,.parent-inner,.reg-inner{grid-template-columns:1fr;gap:2rem}.reg-form{position:static}.inst-grid{grid-template-columns:1fr;gap:2rem}}@media (max-width: 768px){nav{padding:.85rem 1.25rem}.nav-links{display:none}section{padding:5rem 1.25rem}.hero{padding:7rem 1.25rem 4rem}.hero-bottom{flex-direction:column;align-items:flex-start}.hero-right{align-items:flex-start}.hero-stats{gap:1.5rem}.hs{text-align:left}.camp-toggle{width:100%}.ct-btn{flex:1;border-right:none;border-bottom:1px solid var(--border)}.day-row{grid-template-columns:52px 1fr}.dr-tag{display:none}.compare-header,.compare-row{font-size:.78rem}.strip{gap:1rem;padding:.9rem 1.25rem}footer{flex-direction:column}.footer-right{text-align:left}}.wa-fab{position:fixed;bottom:1.5rem;right:1.5rem;z-index:800;width:56px;height:56px;border-radius:50%;background:#25d366;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #25d36666;transition:transform .22s var(--ease),box-shadow .22s var(--ease);text-decoration:none}.wa-fab:hover{transform:scale(1.1);box-shadow:0 6px 24px #25d36680}.wa-fab svg{display:block}
