:root{--bg:#0a0a0a;--bg-soft:#121212;--text:#f5f5f5;--muted:#b8bcc2;--line:#2b2f35;--brand:#f2f4f7;--brand-2:#c9ced6}*{box-sizing:border-box}html,body{margin:0;padding:0}body{color:var(--text);background:radial-gradient(circle at 18% -30%,#2a2a2a,#0000 42%),radial-gradient(circle at 85% 10%,#1a1a1a,#0000 35%),linear-gradient(#060606,#0a0a0a 30%,#0e0e0e 100%);font-family:Segoe UI,Avenir Next,Helvetica Neue,sans-serif;line-height:1.55}a{color:inherit;text-decoration:none}.container{width:min(1120px,100% - 2.4rem);margin:0 auto}.section-gap{padding:4.8rem 0}.nav-row{justify-content:space-between;align-items:center;gap:1rem;padding:1rem 0;display:flex}.nav-row-center{justify-content:center}.brand{align-items:center;display:inline-flex}.brand img{width:clamp(88px,10vw,145px);height:auto;display:block}.nav-toggle{cursor:pointer;z-index:101;background:0 0;border:none;flex-direction:column;gap:5px;padding:.5rem;display:none}.nav-toggle span{background:var(--text);width:24px;height:2px;transition:transform .3s,opacity .3s;display:block}.nav-toggle.is-open span:first-child{transform:translateY(7px)rotate(45deg)}.nav-toggle.is-open span:nth-child(2){opacity:0}.nav-toggle.is-open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.nav-row ul{color:var(--muted);gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.nav-row ul a{padding:.5rem .6rem;font-size:.95rem;transition:color .2s;display:block}.nav-row ul a:hover{color:var(--text)}.hero{border-top:1px solid var(--line);border-bottom:1px solid var(--line);align-items:end;min-height:86svh;display:grid;position:relative;overflow:hidden}.hero-video{z-index:0;filter:saturate(1.05)contrast(1.03);pointer-events:none;width:100%;height:100%;position:absolute;inset:0;overflow:hidden}.hero-video iframe{width:177.78vh;min-width:100%;height:56.25vw;min-height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero .overlay{z-index:1;background:linear-gradient(90deg,#0808089e,#08080833);position:absolute;inset:0}.hero-content{z-index:2;max-width:1100px;padding:2rem 0 1.1rem;animation:.7s ease-out rise;position:relative}.kicker{text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin-bottom:.6rem}h1,h2,h3{margin:0;line-height:1.15}h1{margin-bottom:.8rem;font-size:clamp(2.2rem,6vw,4.2rem)}h2{margin-bottom:1rem;font-size:clamp(1.6rem,3vw,2.4rem)}.actions{flex-wrap:wrap;gap:.8rem;margin-top:1.6rem;display:flex}.hero-glass{-webkit-backdrop-filter:blur(14px);background:linear-gradient(125deg,#ffffff1c,#1010105c);border:1px solid #fff3;border-radius:0;grid-template-columns:2.2fr 1fr;gap:1.1rem;margin-top:1.8rem;padding:1.2rem;display:grid}.hero-glass-left{border-right:1px solid #ffffff2e;padding-right:1.1rem}.glass-label{letter-spacing:.1em;color:#d4dbe2;margin:0 0 .8rem;font-size:.85rem}.event-card{color:#212832;background:#ffffffe6;border-radius:0;grid-template-columns:260px 1fr;align-items:center;gap:1rem;padding:.8rem;display:grid}.event-card img{object-fit:contain;border-radius:0;width:100%;height:auto}.event-date{margin:0 0 .3rem;font-size:2.1rem;font-weight:800;line-height:1}.event-date span{font-size:.9rem;display:block}.event-card h3{letter-spacing:.01em;margin:.3rem 0;font-size:1.8rem}.event-card p{margin:.15rem 0;font-size:1.05rem}.hero-glass-right{flex-direction:column;justify-content:center;gap:.9rem;display:flex}.glass-socials{flex-wrap:wrap;gap:.5rem;display:flex}.glass-socials a{background:#0000002e;border:1px solid #ffffff40;border-radius:0;justify-content:center;align-items:center;width:46px;height:40px;display:inline-flex}.glass-socials a img,.glass-socials a svg{width:18px;height:18px;display:block}.glass-socials a img.icon-invert,.social-links a img.icon-invert,.footer-socials a img.icon-invert{filter:brightness(0)invert()}.glass-cta{text-transform:uppercase;letter-spacing:.04em;width:fit-content;box-shadow:0 0 0 2px #ffd40059,0 10px 28px #0006}.btn{border-radius:0;justify-content:center;align-items:center;padding:.7rem 1.1rem;font-weight:700;display:inline-flex}.btn-primary{color:#111;background:linear-gradient(90deg,#ffd400,#f7b500)}.btn-secondary{border:1px solid var(--line);color:#d5d9df;background:#ffffff08}.btn.btn-primary.glass-cta{color:#111;background:linear-gradient(90deg,#ffd400,#f7b500);position:relative;overflow:hidden}.btn.btn-primary.glass-cta:after{content:"";background:linear-gradient(120deg,#0000 0%,#fff0 30%,#fff9 50%,#fff0 70%,#0000 100%);width:60%;height:100%;animation:2.5s ease-in-out infinite shimmer;position:absolute;top:0;left:-100%}.btn.btn-primary.glass-cta:hover{color:#fff;background:linear-gradient(90deg,#ff3b30,#c8102e);box-shadow:0 0 0 2px #ff3b3059,0 12px 30px #00000073}.btn.btn-primary.glass-cta:hover:after{opacity:0;animation:none}@keyframes shimmer{0%{left:-100%}to{left:150%}}.about{flex-direction:column;gap:2rem;display:flex}.about-heading{text-align:center}.about-heading h2{text-transform:uppercase;letter-spacing:.08em}.about-sub{color:var(--muted);margin:0;font-size:clamp(1rem,2vw,1.3rem)}.about-body{grid-template-columns:1fr 1.4fr;align-items:center;gap:2rem;display:grid}.about-desc p{color:var(--muted)}.about-card{background:0 0;border:none;border-radius:0;max-height:450px;padding:0;overflow:hidden}.about-card img{object-fit:cover;object-position:top;border-radius:0;width:100%;height:100%;display:block}.books,.signup{border-top:1px solid var(--line)}.footer{border-top:none}.testimonials{background:#f5f5f5;border-top:none;overflow:hidden}.testimonials-title-wrap{text-align:center;flex-direction:column;align-items:center;display:flex}.testimonials h2{text-transform:uppercase;letter-spacing:.08em;color:#1a1a1a;margin-bottom:.6rem;font-size:clamp(1.5rem,3.4vw,2.8rem)}.testimonials-sub{color:#666;max-width:540px;margin-bottom:2.2rem;font-size:1.05rem;line-height:1.6}.leaders-stage{width:min(1320px,100% - 1.2rem);height:620px;margin:0 auto;position:relative}.leaders-progress{background:#ffffff2e;border-radius:0;width:min(180px,100% - 2.4rem);height:2px;margin:1.3rem auto 0;overflow:hidden}.leaders-progress-fill{border-radius:inherit;background:linear-gradient(90deg,#ffd400,#f7b500);width:0%;height:100%;display:block}.leader-card{will-change:transform, opacity, filter;background:#070a0e;border:none;border-radius:0;width:360px;height:480px;transition:transform .78s cubic-bezier(.22,1,.36,1),opacity .78s,filter .78s;position:absolute;top:52%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}.leader-card:after{content:"";background:linear-gradient(#0000 40%,#000000d9);position:absolute;inset:0}.leader-card img{object-fit:cover;filter:grayscale(0);width:100%;height:100%;display:block}.leader-overlay{z-index:2;padding:.8rem .8rem .9rem;position:absolute;inset:auto 0 0}.leader-quote{color:#e7ecf2;text-shadow:0 2px 8px #000000bf;margin:0;font-size:.85rem;font-weight:700;line-height:1.3}.leader-name{color:#f2f5f8;letter-spacing:.08em;text-transform:uppercase;margin:.55rem 0 0;font-size:.86rem;font-weight:800}.leader-card.is-active{border:none;box-shadow:0 20px 40px #00000085}.founder-quote{text-align:center;border-left:none;margin-top:2.5rem;padding:2rem 1.5rem}.founder-quote p{color:#1a1a1a;margin:0;font-size:1.4rem;font-style:italic;font-weight:600;line-height:1.5}.founder-quote cite{color:#333;letter-spacing:.05em;margin-top:1rem;font-size:1rem;font-style:normal;font-weight:700;display:block}.team-kicker{text-align:center;text-transform:uppercase;letter-spacing:.12em;color:#b8930a;margin-bottom:.4rem;font-size:.85rem;font-weight:600}.team-heading{text-align:center;text-transform:uppercase;letter-spacing:.08em;margin-bottom:2.4rem}.team-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.team-card{background:#fff;border:1px solid #e0e0e0;transition:border-color .25s,transform .25s;overflow:hidden}.team-card:hover{border-color:#c8a00080;transform:translateY(-4px)}.team-img{aspect-ratio:1;background:#e8e8e8;overflow:hidden}.team-img img{object-fit:cover;width:100%;height:100%;display:block}.team-info{padding:1.2rem 1.2rem 1.4rem}.team-info h3{color:#1a1a1a;margin-bottom:.2rem;font-size:1.1rem}.team-role{color:#b8930a;text-transform:uppercase;letter-spacing:.06em;margin:0 0 .6rem;font-size:.82rem;font-weight:600}.team-info p:last-child{color:#555;margin:0;font-size:.9rem;line-height:1.5}.team-cta{text-align:center;margin-top:2.4rem}.btn-dark{color:#fff;text-transform:uppercase;letter-spacing:.06em;background:#1a1a1a;padding:.9rem 2rem;font-size:.9rem;font-weight:600;transition:background .2s;display:inline-block}.btn-dark:hover{background:#333}.mv-section{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#000}.mv-inner{text-align:center;grid-template-columns:1fr auto 1fr;align-items:center;gap:3rem;display:grid}.mv-icon{color:#c8a000;margin-bottom:.8rem;font-size:1.4rem;display:block}.mv-block h3{text-transform:uppercase;letter-spacing:.1em;margin-bottom:.8rem;font-size:1.2rem}.mv-block p{color:var(--muted);margin:0;font-size:.95rem;line-height:1.7}.mv-divider{background:linear-gradient(#0000,#c8a000,#0000);width:1px;height:80px}.milestones-home-kicker{text-align:center;text-transform:uppercase;letter-spacing:.12em;color:#b8930a;margin-bottom:.4rem;font-size:.85rem;font-weight:600}.milestones-home-heading{text-align:center;text-transform:uppercase;letter-spacing:.08em;margin-bottom:2.4rem}.milestones-home-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.milestones-home-card{text-align:center;background:#fff;border:1px solid #e0e0e0;padding:2rem 1.2rem;transition:border-color .25s,transform .25s}.milestones-home-card:hover{border-color:#c8a00080;transform:translateY(-4px)}.milestones-home-num{color:#1a1a1a;letter-spacing:-.02em;margin-bottom:.4rem;font-size:2.4rem;font-weight:800;line-height:1.1;display:block}.milestones-home-label{color:#777;text-transform:uppercase;letter-spacing:.06em;font-size:.85rem;font-weight:500;display:block}.anak-didik{border-top:1px solid var(--line);background:#000}.anak-didik-heading{text-align:center;text-transform:uppercase;letter-spacing:.08em}.anak-didik-sub{text-align:center;color:var(--muted,#aaa);max-width:640px;margin:.5rem auto 2.5rem;font-size:1.05rem;line-height:1.6}.anak-didik-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1100px;margin:0 auto;display:grid}.anak-didik-card{background:#111;border-radius:12px;transition:transform .4s,box-shadow .4s;position:relative;overflow:hidden}.anak-didik-card:hover{transform:translateY(-6px);box-shadow:0 12px 40px #ffffff14}.anak-didik-img{aspect-ratio:3/4;overflow:hidden}.anak-didik-img img{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.anak-didik-card:hover .anak-didik-img img{transform:scale(1.05)}.anak-didik-info{padding:1rem 1.2rem 1.2rem}.anak-didik-info h3{text-transform:uppercase;letter-spacing:.03em;color:#fff;margin-bottom:.3rem;font-size:1.1rem;font-weight:800}.anak-didik-info p{color:var(--muted,#aaa);font-size:.88rem;line-height:1.45}.book-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.book-card{border:1px solid var(--line);background:#ffffff08;border-radius:0;transition:transform .18s,border-color .18s;overflow:hidden}.book-card:hover{border-color:#c9ced699;transform:translateY(-4px)}.book-card img{aspect-ratio:3/4;object-fit:cover;width:100%;display:block}.book-card span{padding:.75rem;font-weight:700;display:block}.pill-grid{flex-wrap:wrap;gap:.6rem;display:flex}.pill{color:var(--muted);border:1px solid var(--line);border-radius:0;padding:.4rem .7rem}.signup-wrap{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.signup h2 span{color:var(--brand-2)}.social{background:#f5f5f5;border-top:none}.social h2{color:#1a1a1a}.social-inner p{color:#444}.social-links{flex-wrap:wrap;gap:.7rem;margin-top:1rem;display:flex}.social-links a{background:#1a1a1a;border:1px solid #ddd;border-radius:0;justify-content:center;align-items:center;width:46px;height:40px;display:inline-flex}.social-links a img,.social-links a svg{width:18px;height:18px;display:block}.ig-embed-grid{grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:2rem;display:grid}.ig-embed-grid .instagram-media,.ig-embed-grid iframe{width:100%!important;min-width:0!important;max-width:100%!important;height:400px!important;margin:0!important;overflow:hidden!important}@media (width<=980px){.ig-embed-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=520px){.ig-embed-grid{grid-template-columns:1fr}}.footer{border-top:1px solid var(--line);background:#070a0e}.footer-brand{text-align:center;border-bottom:1px solid var(--line);flex-direction:column;align-items:center;padding-top:3rem;padding-bottom:2rem;display:flex}.footer-logo img{width:auto;height:50px;display:block}.footer-tagline{color:var(--muted);margin:.6rem 0 1.2rem;font-size:.9rem}.footer-socials{gap:.6rem;display:flex}.footer-socials a{border:1px solid var(--line);background:#ffffff0a;justify-content:center;align-items:center;width:42px;height:42px;transition:border-color .2s,background .2s;display:inline-flex}.footer-socials a:hover{background:#ffd40014;border-color:#ffd40080}.footer-socials a img,.footer-socials a svg{width:18px;height:18px;display:block}.footer-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.3rem;padding:2.5rem 0;display:grid}.footer h3{text-transform:uppercase;letter-spacing:.1em;color:#ffd400;margin-bottom:.8rem;font-size:.8rem}.footer-grid a{color:var(--muted);margin-bottom:.45rem;font-size:.92rem;transition:color .2s;display:block}.footer-grid a:hover{color:#fff}.copyright{border-top:1px solid var(--line);color:var(--muted);text-align:center;padding:1.2rem 1rem;font-size:.82rem}@keyframes rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media (width<=980px){.leaders-stage{height:520px}.leader-card{width:300px;height:400px}.hero-glass{grid-template-columns:1fr}.hero-glass-left{border-bottom:1px solid #ffffff2e;border-right:0;padding-bottom:1rem;padding-right:0}.event-card h3{font-size:1.35rem}.book-grid,.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.about-body{grid-template-columns:1fr}.team-grid,.milestones-home-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=700px){.section-gap{padding:3rem 0}.nav-toggle{display:flex}.nav-menu{z-index:100;opacity:0;pointer-events:none;background:#0a0a0af7;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:fixed;inset:0}.nav-menu.is-open{opacity:1;pointer-events:auto}.nav-menu ul{flex-direction:column;align-items:center;gap:.5rem}.nav-menu ul a{color:var(--text);padding:.8rem 1.5rem;font-size:1.3rem}.testimonials h2{margin-bottom:1.1rem}.leaders-stage{width:100%;height:420px}.leaders-progress{height:3px;margin-top:.85rem}.leader-card{width:260px;height:350px}.leader-quote{font-size:.78rem}.leader-name{font-size:.72rem}.hero{align-items:end;min-height:100svh;padding:0}.hero-content{padding:0 0 1.2rem}.hero-glass{grid-template-columns:1fr;gap:0;margin-top:0;padding:1.2rem 1.5rem 1.5rem}.hero-glass-left{display:none}.hero-glass-right{text-align:center;align-items:center;gap:1rem}.glass-label{letter-spacing:.14em;font-size:.8rem}.glass-socials{justify-content:center;gap:.6rem}.glass-socials a{width:50px;height:44px}.glass-socials a img,.glass-socials a svg{width:20px;height:20px}.glass-cta{width:100%;padding:.9rem 1.5rem;font-size:1rem}.mv-inner{grid-template-columns:1fr;gap:2rem}.mv-divider{width:60px;height:1px;margin:0 auto}.milestones-home-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.milestones-home-num{font-size:1.8rem}.team-grid{grid-template-columns:1fr;gap:1rem}.team-card{grid-template-columns:100px 1fr;min-height:100px;display:grid}.team-img{aspect-ratio:1;width:100px;height:100px}.team-info{flex-direction:column;justify-content:center;padding:1rem;display:flex}.anak-didik-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.signup-wrap{text-align:center;flex-direction:column}.signup-wrap .btn{width:100%}.founder-quote p{font-size:1.1rem!important}.footer-brand{padding-top:2rem;padding-bottom:1.5rem}.footer-logo img{height:40px}.footer-grid{text-align:center;grid-template-columns:repeat(2,1fr);gap:2rem 1.5rem;padding:2rem 0}.footer-grid a{padding:.2rem 0;font-size:.9rem}.book-grid{grid-template-columns:1fr}}@media (width<=420px){.footer-grid{grid-template-columns:1fr}.leader-card{width:240px;height:320px}.leaders-stage{height:390px}.sk-trainers-grid{grid-template-columns:1fr}}.page-hero{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:radial-gradient(circle at 30% 0%, #ffd4000a, transparent 50%), radial-gradient(circle at 80% 100%, #2a2a2a80, transparent 40%), var(--bg);padding:5rem 0 4rem}.page-kicker{text-transform:uppercase;letter-spacing:.18em;color:#ffd400;margin:0 0 .8rem;font-size:.85rem;font-weight:700}.page-hero h1{margin-bottom:1.2rem;font-size:clamp(2rem,5vw,3.6rem);line-height:1.1}.page-hero-desc{color:var(--muted);max-width:600px;margin:0;font-size:clamp(1rem,2vw,1.2rem);line-height:1.6}.section-light{color:#1a1a1a;background:#f5f5f5}.section-light h2,.section-light h3{color:#1a1a1a}.section-light p,.section-light .sk-milestone-label,.section-light .sk-founder-info p:last-child,.section-light .sk-program-card p,.section-light .sk-timeline-event,.section-light .sem-featured-meta,.section-light .sem-featured-desc,.section-light .sem-why-card p,.section-light .sem-past-date,.section-light .sem-past-label,.section-light .kk-card-quote p,.section-light .kk-journey-card p,.section-light .kk-brand-pill{color:#555}.section-light .sk-milestone-card,.section-light .sk-founder-card,.section-light .sk-program-card,.section-light .sem-why-card,.section-light .sem-past-card,.section-light .kk-card,.section-light .kk-journey-card,.section-light .kk-founder-quote{background:#fff;border-color:#e0e0e0}.section-light .sk-milestone-card:hover,.section-light .sk-founder-card:hover,.section-light .sk-program-card:hover,.section-light .sem-why-card:hover,.section-light .sem-past-card:hover,.section-light .kk-card:hover,.section-light .kk-journey-card:hover{border-color:#c8a00080}.section-light .kk-brand-pill{background:#fff;border-color:#e0e0e0}.section-light .kk-brand-pill:hover{color:#1a1a1a;border-color:#c8a00080}.section-light .sk-founder-img{background:#e8e8e8}.section-light .sk-timeline-list:before{background:linear-gradient(#c8a000,#e0e0e0)}.section-light .sk-timeline-dot{background:#c8a000}.section-light .sk-timeline-year,.section-light .sk-founder-role,.section-light .kk-card-identity span,.section-light .kk-journey-num,.section-light .sk-program-num,.section-light .sem-why-num{color:#b8930a}.section-light .kk-journey-program{color:#b8930a;border-color:#b8930a59}.section-light .kk-founder-quote{background:#fff;border-color:#e0e0e0}.section-light .kk-founder-quote cite{color:#b8930a}.section-light .hub-form-wrap h2{color:#1a1a1a}.section-light .hub-field label{color:#555}.section-light .hub-field input,.section-light .hub-field select,.section-light .hub-field textarea{color:#1a1a1a;background:#fff;border-color:#ddd}.section-light .hub-field input:focus,.section-light .hub-field select:focus,.section-light .hub-field textarea:focus{border-color:#b8930a}.section-light .hub-field input::placeholder,.section-light .hub-field textarea::placeholder{color:#aaa}.section-light .hub-field select option{background:#fff}.section-light .hub-info-card,.section-light .hub-social-card{background:#fff;border-color:#e0e0e0}.section-light .hub-info-card h3,.section-light .hub-social-card h3{color:#1a1a1a}.section-light .hub-info-label{color:#b8930a}.section-light .hub-info-item a,.section-light .hub-info-item p{color:#555}.section-light .hub-info-item a:hover{color:#1a1a1a}.section-light .hub-social-link{background:#fff;border-color:#e0e0e0}.section-light .hub-social-link:hover{border-color:#b8930a80}.section-light .hub-social-icon{background:#1a1a1a}.section-light .hub-social-detail strong{color:#1a1a1a}.section-light .hub-social-detail span{color:#555}.section-light .sem-featured-img{border-color:#e0e0e0}.section-light .sem-featured-badge{background:#ffffffeb;border-color:#b8930a66}.section-light .sem-badge-day{color:#b8930a}.section-light .sem-badge-month{color:#1a1a1a}.section-light .sem-highlights li{color:#555}.section-light .sem-highlights li:before{background:#b8930a}.section-light .sk-story-text p{color:#555}.sk-section-title{text-transform:uppercase;letter-spacing:.08em;text-align:center;margin-bottom:2.4rem}.sk-story-grid{grid-template-columns:1fr 1.4fr;align-items:center;gap:2.5rem;display:grid}.sk-story-img{max-height:480px;overflow:hidden}.sk-story-img img{object-fit:cover;object-position:top;width:100%;height:100%;display:block}.sk-story-text h2{text-transform:uppercase;letter-spacing:.08em}.sk-story-text p{color:var(--muted);line-height:1.7}.sk-milestones{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#000}.sk-milestones-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.sk-milestone-card{text-align:center;border:1px solid var(--line);background:#ffffff05;padding:2rem 1rem}.sk-milestone-num{letter-spacing:-.02em;background:linear-gradient(90deg,#ffd400,#f7b500);-webkit-text-fill-color:transparent;background-clip:text;font-size:clamp(2rem,4vw,3rem);font-weight:900;display:block}.sk-milestone-label{color:var(--muted);margin-top:.4rem;font-size:.95rem;display:block}.sk-founders-grid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.sk-founder-card{border:1px solid var(--line);background:#ffffff05;overflow:hidden}.sk-founder-img{aspect-ratio:16/10;background:#111;justify-content:center;align-items:center;padding:2rem;display:flex;overflow:hidden}.sk-founder-img img{opacity:.7;max-width:160px;height:auto;display:block}.sk-founder-info{padding:1.5rem}.sk-founder-info h3{margin-bottom:.3rem;font-size:1.3rem}.sk-founder-role{color:#ffd400;text-transform:uppercase;letter-spacing:.06em;margin:0 0 .8rem;font-size:.9rem;font-weight:600}.sk-founder-info p:last-child{color:var(--muted);margin:0}.sk-trainers-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.sk-trainer-card{border:1px solid var(--line);text-align:center;background:#ffffff05;overflow:hidden}.sk-trainer-img{aspect-ratio:1;background:#111;overflow:hidden}.sk-trainer-img img{object-fit:cover;width:100%;height:100%;display:block}.sk-trainer-info{padding:1.2rem}.sk-trainer-info h3{margin-bottom:.25rem;font-size:1.1rem}.sk-trainer-role{color:#ffd400;text-transform:uppercase;letter-spacing:.06em;margin:0 0 .6rem;font-size:.8rem;font-weight:600}.sk-trainer-info p:last-child{color:var(--muted);margin:0;font-size:.9rem}.sk-timeline{background:var(--bg)}.sk-timeline-list{max-width:700px;margin:0 auto;padding-left:2rem;position:relative}.sk-timeline-list:before{content:"";background:linear-gradient(#ffd400,#333);width:2px;position:absolute;top:0;bottom:0;left:0}.sk-timeline-item{padding:0 0 2rem 1.5rem;position:relative}.sk-timeline-item:last-child{padding-bottom:0}.sk-timeline-dot{background:#ffd400;width:10px;height:10px;position:absolute;top:.3rem;left:-2rem;transform:translate(-4px)}.sk-timeline-year{color:#ffd400;margin-bottom:.3rem;font-size:1.1rem;font-weight:800;display:block}.sk-timeline-event{color:var(--muted);margin:0;line-height:1.6}.sk-programs-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.sk-program-card{border:1px solid var(--line);background:#ffffff05;padding:1.8rem 1.4rem;transition:border-color .2s}.sk-program-card:hover{border-color:#ffd40066}.sk-program-num{color:#ffd400;letter-spacing:.1em;margin-bottom:.8rem;font-size:.85rem;font-weight:700;display:block}.sk-program-card h3{margin-bottom:.6rem;font-size:1.15rem}.sk-program-card p{color:var(--muted);margin:0;font-size:.95rem;line-height:1.6}.sk-vision{border-top:1px solid var(--line);background:#000}.sk-vision-inner{grid-template-columns:1fr auto 1fr;align-items:center;gap:3rem;display:grid}.sk-vision-divider{background:var(--line);width:1px;height:100px}.sk-vision-block h3{text-transform:uppercase;letter-spacing:.08em;color:#ffd400;margin-bottom:.8rem;font-size:1.3rem}.sk-vision-block p{color:var(--muted);margin:0;line-height:1.7}.sem-featured-grid{grid-template-columns:1fr 1.2fr;align-items:start;gap:2.5rem;display:grid}.sem-featured-img{border:1px solid var(--line);position:relative;overflow:hidden}.sem-featured-img img{width:100%;height:auto;display:block}.sem-featured-badge{text-align:center;background:#000000d9;border:1px solid #ffd40066;padding:.6rem 1rem;position:absolute;top:1rem;right:1rem}.sem-badge-day{color:#ffd400;font-size:1.8rem;font-weight:900;line-height:1;display:block}.sem-badge-month{text-transform:uppercase;letter-spacing:.08em;margin-top:.2rem;font-size:.8rem;font-weight:600;display:block}.sem-featured-info h3{margin-bottom:.6rem;font-size:clamp(1.4rem,3vw,2rem)}.sem-featured-meta{color:var(--muted);margin:0 0 1rem;font-size:.95rem}.sem-featured-desc{color:var(--muted);margin:0 0 1.2rem;line-height:1.7}.sem-highlights{margin:0 0 1.5rem;padding:0;list-style:none}.sem-highlights li{color:var(--muted);margin-bottom:.5rem;padding-left:1.2rem;line-height:1.5;position:relative}.sem-highlights li:before{content:"";background:#ffd400;width:6px;height:6px;position:absolute;top:.55rem;left:0}.sem-why{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#000}.sem-why-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.sem-why-card{border:1px solid var(--line);background:#ffffff05;padding:1.8rem 1.4rem;transition:border-color .2s}.sem-why-card:hover{border-color:#ffd40066}.sem-why-num{color:#ffd400;letter-spacing:.1em;margin-bottom:.8rem;font-size:.85rem;font-weight:700;display:block}.sem-why-card h3{margin-bottom:.5rem;font-size:1.1rem}.sem-why-card p{color:var(--muted);margin:0;font-size:.95rem;line-height:1.6}.sem-past-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.sem-past-card{border:1px solid var(--line);background:#ffffff05;flex-direction:column;justify-content:space-between;min-height:160px;padding:1.5rem;transition:border-color .2s;display:flex}.sem-past-card:hover{border-color:#ffd40066}.sem-past-top h3{margin-bottom:.3rem;font-size:1.1rem}.sem-past-date{color:var(--muted);font-size:.9rem}.sem-past-bottom{margin-top:1rem}.sem-past-attendees{background:linear-gradient(90deg,#ffd400,#f7b500);-webkit-text-fill-color:transparent;background-clip:text;font-size:1.8rem;font-weight:900;line-height:1;display:block}.sem-past-label{color:var(--muted);margin-top:.2rem;font-size:.85rem;display:block}.sem-cta{border-top:1px solid var(--line);background:#000}.sem-cta-inner{text-align:center;max-width:560px;margin:0 auto}.sem-cta-inner h2{margin-bottom:.8rem}.sem-cta-inner p{color:var(--muted);margin:0 0 1.5rem;line-height:1.6}.kk-stats{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#000}.kk-testimonials-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.kk-card{border:1px solid var(--line);background:#ffffff05;flex-direction:column;gap:1rem;padding:1.5rem;transition:border-color .2s;display:flex}.kk-card:hover{border-color:#ffd40066}.kk-card-top{align-items:center;gap:1rem;display:flex}.kk-card-top img{object-fit:cover;filter:grayscale(.3);flex-shrink:0;width:56px;height:56px}.kk-card-identity{flex-direction:column;display:flex}.kk-card-identity strong{font-size:1rem}.kk-card-identity span{color:#ffd400;font-size:.85rem;font-weight:600}.kk-card-quote{border:none;margin:0;padding:0}.kk-card-quote p{color:var(--muted);margin:0;font-size:.95rem;font-style:italic;line-height:1.65}.kk-journeys{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#000}.kk-journeys-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.kk-journey-card{border:1px solid var(--line);background:#ffffff05;flex-direction:column;gap:.6rem;padding:1.8rem 1.4rem;transition:border-color .2s;display:flex}.kk-journey-card:hover{border-color:#ffd40066}.kk-journey-num{color:#ffd400;letter-spacing:.1em;font-size:.85rem;font-weight:700}.kk-journey-card h3{margin:0;font-size:1.15rem}.kk-journey-card p{color:var(--muted);flex-grow:1;margin:0;font-size:.95rem;line-height:1.6}.kk-journey-program{color:#ffd400;text-transform:uppercase;letter-spacing:.06em;border:1px solid #ffd40059;align-self:flex-start;margin-top:.4rem;padding:.3rem .7rem;font-size:.8rem;font-weight:700;display:inline-block}.kk-brands-grid{flex-wrap:wrap;justify-content:center;gap:.8rem;display:flex}.kk-brand-pill{border:1px solid var(--line);color:var(--muted);background:#ffffff05;padding:.6rem 1.4rem;font-size:.95rem;font-weight:700;transition:border-color .2s,color .2s}.kk-brand-pill:hover{color:var(--text);border-color:#ffd40066}.kk-founder-quote{text-align:center;border:none;border:1px solid var(--line);background:#ffffff05;max-width:700px;margin:0 auto;padding:2.5rem 1.5rem}.kk-founder-quote p{margin:0;font-size:clamp(1.2rem,2.5vw,1.6rem);font-style:italic;font-weight:600;line-height:1.5}.kk-founder-quote cite{color:#ffd400;letter-spacing:.05em;margin-top:1rem;font-size:1rem;font-style:normal;font-weight:700;display:block}.hub-grid{grid-template-columns:1.4fr 1fr;align-items:start;gap:2.5rem;display:grid}.hub-form-wrap h2{text-transform:uppercase;letter-spacing:.08em;margin-bottom:1.5rem}.hub-form{flex-direction:column;gap:1rem;display:flex}.hub-form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.hub-field{flex-direction:column;gap:.35rem;display:flex}.hub-field label{color:var(--muted);font-size:.9rem;font-weight:600}.hub-field input,.hub-field select,.hub-field textarea{border:1px solid var(--line);color:var(--text);background:#ffffff0a;border-radius:0;padding:.7rem .9rem;font-family:inherit;font-size:.95rem;transition:border-color .2s}.hub-field input:focus,.hub-field select:focus,.hub-field textarea:focus{border-color:#ffd400;outline:none}.hub-field input::placeholder,.hub-field textarea::placeholder{color:#555}.hub-field select{appearance:none;cursor:pointer}.hub-field select option{background:#1a1a1a}.hub-field textarea{resize:vertical;min-height:120px}.hub-form .btn{align-self:flex-start;margin-top:.5rem}.hub-sidebar{flex-direction:column;gap:1.5rem;display:flex}.hub-info-card,.hub-social-card{border:1px solid var(--line);background:#ffffff05;padding:1.5rem}.hub-info-card h3,.hub-social-card h3{text-transform:uppercase;letter-spacing:.08em;margin-bottom:1.2rem;font-size:1rem}.hub-info-item{margin-bottom:1rem}.hub-info-item:last-child{margin-bottom:0}.hub-info-label{color:#ffd400;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.2rem;font-size:.8rem;font-weight:700;display:block}.hub-info-item a,.hub-info-item p{color:var(--muted);margin:0;font-size:.95rem}.hub-info-item a:hover{color:var(--text)}.hub-social-list{flex-direction:column;gap:.6rem;display:flex}.hub-social-link{border:1px solid var(--line);background:#ffffff05;align-items:center;gap:.8rem;padding:.6rem;transition:border-color .2s;display:flex}.hub-social-link:hover{border-color:#ffd40066}.hub-social-icon{background:#ffffff0f;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.hub-social-icon img{width:18px;height:18px;display:block}.hub-social-detail{flex-direction:column;display:flex}.hub-social-detail strong{font-size:.9rem}.hub-social-detail span{color:var(--muted);font-size:.8rem}.hub-faq{border-top:1px solid var(--line);background:#000}.hub-faq-list{max-width:700px;margin:0 auto}.hub-faq-item{border:1px solid var(--line);margin-bottom:-1px}.hub-faq-item summary{cursor:pointer;padding:1rem 2.5rem 1rem 1.2rem;font-weight:700;list-style:none;transition:color .2s;position:relative}.hub-faq-item summary::-webkit-details-marker{display:none}.hub-faq-item summary:after{content:"+";color:#ffd400;font-size:1.2rem;font-weight:300;position:absolute;top:50%;right:1.2rem;transform:translateY(-50%)}.hub-faq-item[open] summary:after{content:"−"}.hub-faq-item[open] summary{color:#ffd400}.hub-faq-item p{color:var(--muted);margin:0;padding:0 1.2rem 1rem;line-height:1.6}.pkg-stack{flex-direction:column;gap:1.5rem;display:flex}.pkg-row{border:1px solid var(--line);background:#ffffff05;grid-template-columns:3fr 1fr;transition:border-color .3s;display:grid;position:relative;overflow:hidden}.pkg-row:hover{border-color:#ffd4004d}.pkg-row-left{border-right:1px solid var(--line);flex-direction:column;gap:.6rem;padding:2.2rem;display:flex}.pkg-logo{max-width:220px}.pkg-logo img{border-radius:8px;width:100%;height:auto;display:block}.pkg-tier{letter-spacing:.14em;color:#ffd400;border:1px solid #ffd4004d;align-self:flex-start;padding:.2rem .6rem;font-size:.7rem;font-weight:800;display:inline-block}.pkg-row-left h3{margin:0;font-size:clamp(1.4rem,2.5vw,1.8rem)}.pkg-tagline{color:var(--muted);margin:0;font-size:1rem;font-weight:600}.pkg-desc{color:var(--muted);margin:0;font-size:.92rem;line-height:1.65}.pkg-sales{border-top:1px solid var(--line);border-bottom:1px solid var(--line);flex-direction:column;gap:.15rem;padding:.8rem 0;display:flex}.pkg-sales-label{text-transform:uppercase;letter-spacing:.1em;color:var(--muted);font-size:.7rem;font-weight:700}.pkg-sales-value{color:#ffd400;font-size:1.15rem;font-weight:800}.pkg-ideal{border-top:1px solid var(--line);margin-top:.4rem;padding-top:.8rem}.pkg-ideal-label{text-transform:uppercase;letter-spacing:.08em;color:#ffd400;margin-bottom:.25rem;font-size:.72rem;font-weight:700;display:block}.pkg-ideal p{color:var(--muted);margin:0;font-size:.88rem;line-height:1.5}.pkg-cta{align-self:flex-start;margin-top:.6rem}.pkg-row-right{justify-content:center;align-items:center;padding:2.2rem;display:flex}.pkg-features-label{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:.2rem;font-size:.72rem;font-weight:700}.pkg-features{columns:1;margin:0;padding:0;list-style:none}.pkg-features li{color:var(--muted);break-inside:avoid;padding:.4rem 0 .4rem 1.3rem;font-size:.9rem;line-height:1.5;position:relative}.pkg-features li:before{content:"";background:#ffd400;width:6px;height:6px;position:absolute;top:.7rem;left:0}.pkg-compare{background:var(--bg)}.pkg-table-wrap{-webkit-overflow-scrolling:touch;overflow-x:auto}.pkg-table{border-collapse:collapse;width:100%;min-width:640px}.pkg-table th,.pkg-table td{text-align:left;border-bottom:1px solid var(--line);padding:.8rem 1rem;font-size:.9rem}.pkg-table thead th{text-transform:uppercase;letter-spacing:.06em;color:var(--muted);border-bottom:2px solid var(--line);font-size:.8rem;font-weight:800}.pkg-table thead th:first-child{color:var(--text)}.pkg-th-highlight{color:#ffd400!important}.pkg-table tbody td:first-child{color:var(--text);font-weight:600}.pkg-table tbody td{color:var(--muted)}.pkg-td-highlight{font-weight:600;color:#ffd400!important}.pkg-table tbody tr:hover{background:#ffffff08}.pkg-process-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.pkg-process-card{text-align:center;background:#fff;border:1px solid #e0e0e0;padding:1.5rem 1.2rem;transition:border-color .2s}.pkg-process-card:hover{border-color:#b8930a80}.pkg-process-num{color:#b8930a;margin-bottom:.6rem;font-size:1.6rem;font-weight:900;line-height:1;display:inline-block}.pkg-process-card h3{color:#1a1a1a;margin-bottom:.4rem;font-size:1.05rem}.pkg-process-card p{color:#666;margin:0;font-size:.9rem;line-height:1.55}.pkg-faq{border-top:1px solid var(--line);background:#000}.blog-categories{padding-bottom:0}.blog-cat-list{flex-wrap:wrap;gap:.5rem;display:flex}.blog-cat-btn{color:#555;cursor:pointer;background:#fff;border:1px solid #ddd;padding:.5rem 1rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:all .2s}.blog-cat-btn:hover{color:#1a1a1a;border-color:#b8930a80}.blog-cat-btn.active{color:#fff;background:#1a1a1a;border-color:#1a1a1a}.blog-posts{padding-bottom:4.8rem}.blog-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2rem;display:grid}.blog-card{background:#fff;border:1px solid #e0e0e0;flex-direction:column;transition:border-color .2s,transform .2s;display:flex;overflow:hidden}.blog-card:hover{border-color:#b8930a80;transform:translateY(-4px)}.blog-card-img{aspect-ratio:16/10;background:#e8e8e8;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.blog-card-img img{opacity:.4;max-width:80px;height:auto;display:block}.blog-card-cat{color:#fff;text-transform:uppercase;letter-spacing:.06em;background:#1a1a1a;padding:.25rem .6rem;font-size:.75rem;font-weight:700;position:absolute;top:.8rem;left:.8rem}.blog-card-body{flex-direction:column;flex-grow:1;gap:.5rem;padding:1.2rem;display:flex}.blog-card-date{color:#999;font-size:.8rem;font-weight:600}.blog-card-body h3{color:#1a1a1a;margin:0;font-size:1.05rem;line-height:1.35}.blog-card-body p{color:#666;flex-grow:1;margin:0;font-size:.9rem;line-height:1.55}.blog-card-link{color:#b8930a;margin-top:.3rem;font-size:.85rem;font-weight:700}.blog-card:hover .blog-card-link{color:#1a1a1a}.notfound{border-top:1px solid var(--line);justify-content:center;align-items:center;min-height:70svh;display:flex}.notfound-inner{text-align:center;max-width:520px;padding:4rem 0}.notfound-code{letter-spacing:-.04em;background:linear-gradient(#ffd400,#ffd40033);-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem;font-size:clamp(5rem,14vw,9rem);font-weight:900;line-height:1;display:block}.notfound h1{margin-bottom:.6rem;font-size:clamp(1.4rem,3vw,2rem)}.notfound p{color:var(--muted);margin:0 0 2rem;font-size:1.05rem;line-height:1.6}.notfound-actions{flex-wrap:wrap;justify-content:center;gap:.8rem;display:flex}@media (width<=700px){.notfound-actions{flex-direction:column}.notfound-actions .btn{width:100%}}.art-header{border-top:1px solid var(--line);background:var(--bg);padding:3rem 0 2.5rem}.art-back{color:var(--muted);margin-bottom:1.5rem;font-size:.9rem;transition:color .2s;display:inline-block}.art-back:hover{color:#ffd400}.art-meta{flex-wrap:wrap;align-items:center;gap:.8rem;margin-bottom:1rem;display:flex}.art-cat{text-transform:uppercase;letter-spacing:.1em;color:#ffd400;border:1px solid #ffd4004d;padding:.2rem .6rem;font-size:.72rem;font-weight:800}.art-date,.art-read{color:var(--muted);font-size:.85rem}.art-header h1{max-width:720px;margin-bottom:.8rem;font-size:clamp(1.6rem,4vw,2.6rem);line-height:1.2}.art-author{color:var(--muted);margin:0;font-size:.95rem}.art-body{padding:3rem 0 4rem}.art-content{max-width:720px}.art-content h2{color:#1a1a1a;margin-top:2.2rem;margin-bottom:.8rem;font-size:1.4rem}.art-content p{color:#444;margin:0 0 1rem;font-size:1.02rem;line-height:1.8}.art-lead{font-weight:500;color:#333!important;margin-bottom:1.5rem!important;font-size:1.12rem!important;line-height:1.75!important}.art-content ul{margin:0 0 1.2rem;padding-left:0;list-style:none}.art-content ul li{color:#444;padding:.3rem 0 .3rem 1.3rem;font-size:1rem;line-height:1.7;position:relative}.art-content ul li:before{content:"";background:#b8930a;width:6px;height:6px;position:absolute;top:.75rem;left:0}.art-content blockquote{background:#b8930a0a;border-left:3px solid #b8930a;margin:2rem 0;padding:1.5rem 1.8rem}.art-content blockquote p{font-style:italic;font-weight:600;color:#1a1a1a!important;margin-bottom:.5rem!important;font-size:1.15rem!important;line-height:1.6!important}.art-content blockquote cite{color:#b8930a;font-size:.9rem;font-style:normal;font-weight:700;display:block}.art-cta-box{text-align:center;background:#1a1a1a;margin-top:2.5rem;padding:2rem}.art-cta-box h3{color:#fff;margin-bottom:.5rem;font-size:1.2rem}.art-cta-box p{color:#aaa!important;margin-bottom:1.2rem!important;font-size:.95rem!important}.art-related{background:var(--bg)}.art-related-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.art-related-card{border:1px solid var(--line);background:#ffffff05;flex-direction:column;gap:.5rem;padding:1.5rem;transition:border-color .2s;display:flex}.art-related-card:hover{border-color:#ffd40066}.art-related-cat{text-transform:uppercase;letter-spacing:.1em;color:#ffd400;font-size:.7rem;font-weight:800}.art-related-card h3{margin:0;font-size:1rem;line-height:1.35}.art-related-date{color:var(--muted);margin-top:auto;font-size:.82rem}.legal-body{max-width:720px}.legal-body h2{color:#1a1a1a;margin-top:2rem;margin-bottom:.6rem;font-size:1.25rem}.legal-body p{color:#444;margin:0 0 .8rem;font-size:1rem;line-height:1.8}.legal-body ul{margin:0 0 1rem;padding-left:1.3rem}.legal-body ul li{color:#444;margin-bottom:.2rem;font-size:1rem;line-height:1.8}.legal-body a{color:#b8930a;font-weight:600}.legal-body a:hover{color:#ffd400}@media (width<=980px){.sk-story-grid,.sem-featured-grid{grid-template-columns:1fr}.sk-milestones-grid,.sk-programs-grid,.sem-why-grid{grid-template-columns:repeat(2,1fr)}.sk-founders-grid{grid-template-columns:1fr}.sk-trainers-grid,.pkg-process-grid{grid-template-columns:repeat(2,1fr)}.sk-vision-inner{text-align:center;grid-template-columns:1fr;gap:1.5rem}.sk-vision-divider{width:60px;height:1px;margin:0 auto}.hub-grid{grid-template-columns:1fr}.sem-past-grid,.kk-journeys-grid,.blog-grid,.art-related-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=700px){.page-hero{padding:2.5rem 0 2rem}.page-hero h1{font-size:1.8rem}.sk-section-title{margin-bottom:1.5rem;font-size:1.3rem}.sk-milestones-grid{grid-template-columns:repeat(2,1fr);gap:.8rem}.sk-milestone-card{padding:1.2rem .8rem}.sk-milestone-num{font-size:1.8rem}.sk-programs-grid,.sem-why-grid,.sem-past-grid,.kk-testimonials-grid,.kk-journeys-grid,.blog-grid,.pkg-process-grid,.art-related-grid{grid-template-columns:1fr}.sk-trainers-grid{grid-template-columns:repeat(2,1fr)}.art-header{padding:2rem 0 1.5rem}.art-header h1{font-size:1.5rem}.art-body{padding:2rem 0 3rem}.art-content blockquote{padding:1.2rem}.art-cta-box{padding:1.5rem}.pkg-row{grid-template-columns:1fr}.pkg-row-left{border-right:none;border-bottom:1px solid var(--line);padding:1.5rem}.pkg-row-right{padding:1.5rem}.pkg-cta{text-align:center;width:100%}.hub-form-row{grid-template-columns:1fr}.hub-form .btn{width:100%}.hub-field input,.hub-field select,.hub-field textarea{padding:.8rem;font-size:1rem}.sk-vision-block h3,.kk-founder-quote p{font-size:1.1rem}.sem-featured-badge{padding:.4rem .7rem;top:.5rem;right:.5rem}.sem-badge-day{font-size:1.4rem}.blog-cat-list{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;padding-bottom:.3rem;overflow-x:auto}.blog-cat-btn{flex-shrink:0}.btn{padding:.8rem 1.2rem;font-size:.95rem}.hub-faq-item summary{padding:.9rem 2.5rem .9rem 1rem;font-size:.95rem}}.popup-overlay{z-index:9999;backdrop-filter:blur(4px);opacity:0;visibility:hidden;background:#000000b3;justify-content:center;align-items:center;transition:opacity .3s,visibility .3s;display:flex;position:fixed;inset:0}.popup-overlay.active{opacity:1;visibility:visible}.popup-box{background:#111;border:1px solid #333;border-radius:16px;width:min(440px,100% - 2rem);padding:2.5rem 2rem;transition:transform .3s;position:relative;transform:translateY(20px)scale(.96)}.popup-overlay.active .popup-box{transform:translateY(0)scale(1)}.popup-close{color:#999;cursor:pointer;background:0 0;border:none;font-size:1.6rem;line-height:1;position:absolute;top:.75rem;right:1rem}.popup-close:hover{color:#fff}.popup-header{text-align:center;margin-bottom:1.5rem}.popup-badge{color:#000;letter-spacing:.1em;background:#ffd400;border-radius:20px;margin-bottom:.75rem;padding:.25rem .75rem;font-size:.7rem;font-weight:800;display:inline-block}.popup-header h2{color:#fff;margin:0 0 .5rem;font-size:1.4rem}.popup-header p{color:#aaa;margin:0;font-size:.9rem;line-height:1.5}.popup-field{margin-bottom:1rem}.popup-field label{color:#ccc;margin-bottom:.35rem;font-size:.8rem;font-weight:600;display:block}.popup-field input{color:#fff;background:#1a1a1a;border:1px solid #333;border-radius:8px;outline:none;width:100%;padding:.7rem .9rem;font-size:.95rem;transition:border-color .2s}.popup-field input:focus{border-color:#ffd400}.popup-submit{width:100%;margin-top:.5rem}.popup-msg{text-align:center;min-height:1.2em;margin-top:.75rem;font-size:.85rem}@media (width<=480px){.popup-box{padding:2rem 1.5rem}.popup-header h2{font-size:1.2rem}}
