.header{z-index:100;background:var(--header-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--header-border);position:sticky;top:0}.header__inner{justify-content:space-between;align-items:center;gap:1.5rem;height:68px;display:flex}.header__logo{flex-shrink:0;align-items:center;gap:.7rem;display:flex}.header__logo-text{font-family:var(--font-display);letter-spacing:.08em;text-transform:uppercase;color:var(--text-primary);font-size:.85rem;font-weight:700;line-height:1.2}.header__nav{flex:1;justify-content:center;align-items:center;gap:.1rem;display:flex}.header__link{font-family:var(--font-body);color:var(--nav-link);border-radius:4px;padding:.4rem .85rem;font-size:.875rem;font-weight:500;transition:color .2s,background .2s}.header__link:hover{color:var(--nav-link-hover);background:var(--nav-active-bg)}.header__link--active{color:var(--text-primary);background:var(--nav-active-bg)}.header__actions{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.header__theme-btn{background:var(--surface);border:1px solid var(--border);width:36px;height:36px;color:var(--text-secondary);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;transition:color .2s,border-color .2s,background .2s;display:flex}.header__theme-btn:hover{color:var(--yellow);border-color:var(--yellow)}.header__cta{background:var(--yellow-ui);color:var(--navy);font-family:var(--font-display);letter-spacing:.06em;text-transform:uppercase;border-radius:3px;padding:.5rem 1.2rem;font-size:.88rem;font-weight:700;transition:background .2s,transform .1s;display:inline-block}.header__cta:hover{background:var(--yellow-hot);transform:translateY(-1px)}.header__burger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:6px;display:none}.header__burger span{background:var(--text-primary);transform-origin:50%;width:24px;height:2px;transition:transform .3s,opacity .3s;display:block}.header__burger.open span:first-child{transform:translateY(7px)rotate(45deg)}.header__burger.open span:nth-child(2){opacity:0}.header__burger.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.header__drawer{background:var(--surface);border-top:1px solid var(--border);max-height:0;transition:max-height .3s var(--ease-out);flex-direction:column;gap:0;padding:.5rem 2rem 1.5rem;display:none;overflow:hidden}.header__drawer--open{max-height:420px}.header__drawer-link{color:var(--nav-link);border-bottom:1px solid var(--border);padding:.85rem 0;font-size:1rem;transition:color .2s;display:block}.header__drawer-link:hover{color:var(--text-primary)}.header__drawer-footer{align-items:center;gap:1rem;margin-top:1.25rem;display:flex}.header__drawer-cta{background:var(--yellow-ui);color:var(--navy);font-family:var(--font-display);letter-spacing:.06em;text-transform:uppercase;text-align:center;border-radius:3px;flex:1;padding:.75rem 1.5rem;font-size:.95rem;font-weight:700;display:block}@media (width<=768px){.header__nav,.header__actions{display:none}.header__burger,.header__drawer{display:flex}}.footer{border-top:3px solid var(--yellow-ui);background:#0d1b2a;margin-top:auto;padding-top:3rem}.footer__inner{grid-template-columns:1fr auto auto auto;gap:3rem;padding-top:4rem;padding-bottom:3rem;display:grid}.footer__logo{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.footer__logo-mark{background:var(--yellow-ui);color:#0d1b2a;width:40px;height:40px;font-family:var(--font-display);clip-path:polygon(10% 0%,90% 0%,100% 50%,90% 100%,10% 100%,0% 50%);flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;font-weight:900;display:flex}.footer__logo-text{font-family:var(--font-display);letter-spacing:.08em;text-transform:uppercase;color:#fff;font-size:.9rem;font-weight:700;line-height:1.2}.footer__tagline{color:#8a9bb0;margin-bottom:1.5rem;font-size:.875rem;line-height:1.7}.footer__socials{gap:.75rem;display:flex}.footer__socials a{color:#8a9bb0;background:#1e3249;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s,color .2s;display:flex}.footer__socials a:hover{background:var(--yellow-ui);color:#0d1b2a}.footer__col{flex-direction:column;gap:.6rem;display:flex}.footer__col a{color:#8a9bb0;font-size:.875rem;transition:color .2s}.footer__col a:hover{color:#fff}.footer__heading{font-family:var(--font-display);letter-spacing:.12em;text-transform:uppercase;color:var(--yellow-ui);margin-bottom:.5rem;font-size:.75rem;font-weight:700}.footer__bottom{border-top:1px solid #ffffff14;padding:1.25rem 0}.footer__bottom p{color:#8a9bb0;font-size:.8rem}@media (width<=900px){.footer__inner{grid-template-columns:1fr 1fr;gap:2.5rem}.footer__brand{grid-column:1/-1}}@media (width<=480px){.footer__inner{grid-template-columns:1fr}}.layout{flex-direction:column;min-height:100vh;display:flex}.layout__main{flex:1}.snippet-card{background:var(--card-bg);border:1px solid var(--card-border);transition:transform .25s var(--ease-out), box-shadow .25s var(--ease-out), border-color .25s;border-radius:8px;overflow:hidden}.snippet-card:hover{border-color:var(--yellow);transform:translateY(-4px);box-shadow:0 12px 40px #00000026}.snippet-card__thumb{aspect-ratio:16/9;background:var(--navy-light,#1e3249);position:relative;overflow:hidden}.snippet-card__thumb img{object-fit:cover;width:100%;height:100%;transition:transform .4s var(--ease-out)}.snippet-card:hover .snippet-card__thumb img{transform:scale(1.04)}.snippet-card__duration{color:#fff;letter-spacing:.04em;background:#000000bf;border-radius:3px;padding:2px 7px;font-size:.72rem;font-weight:500;position:absolute;bottom:8px;right:10px}.snippet-card__badge{background:var(--yellow);color:var(--navy);font-family:var(--font-display);letter-spacing:.1em;text-transform:uppercase;border-radius:2px;padding:2px 8px;font-size:.7rem;font-weight:700;position:absolute;top:10px;left:10px}.snippet-card__play{opacity:0;color:var(--white);background:#0d1b2a80;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;inset:0}.snippet-card:hover .snippet-card__play{opacity:1}.snippet-card__body{padding:1.1rem 1.2rem 1.3rem}.snippet-card__title{font-family:var(--font-display);letter-spacing:.02em;color:var(--text-primary);margin-bottom:.4rem;font-size:1.05rem;font-weight:700;line-height:1.3}.snippet-card__desc{color:var(--text-secondary);margin-bottom:.9rem;font-size:.82rem;line-height:1.5}.snippet-card__link{color:var(--yellow);letter-spacing:.02em;font-size:.82rem;font-weight:500;transition:gap .2s}.snippet-card__link:hover{text-decoration:underline}.hero{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 60%, var(--navy-light) 100%);color:#fff;padding:6rem 0 5rem;position:relative;overflow:hidden}.hero__bg{pointer-events:none;position:absolute;inset:0}.hero__grid{background-image:linear-gradient(#ffffff0a 1px,#0000 1px),linear-gradient(90deg,#ffffff0a 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0}.hero__glow{filter:blur(40px);background:radial-gradient(#f77f0026 0%,#0000 70%);width:50%;height:70%;position:absolute;top:-20%;right:-10%}.hero__inner{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid;position:relative}.hero__kicker{font-family:var(--font-display);letter-spacing:.18em;text-transform:uppercase;color:var(--yellow-ui);background:#f77f001f;border:1px solid #f77f0040;border-radius:20px;margin-bottom:1.25rem;padding:.3rem .85rem;font-size:.75rem;font-weight:700;display:inline-block}.hero__title{font-family:var(--font-display);letter-spacing:-.01em;color:#fff;margin-bottom:1.25rem;font-size:clamp(2.8rem,5.5vw,4.5rem);font-weight:900;line-height:1}.hero__title-accent{color:var(--yellow-ui)}.hero__body{color:#ffffffbf;max-width:480px;margin-bottom:2rem;font-size:1.1rem;line-height:1.7}.hero__actions{flex-wrap:wrap;gap:1rem;display:flex}.hero__visual{justify-content:center;display:flex}.hero__svg{filter:drop-shadow(0 24px 48px #0006);width:100%;max-width:420px;height:auto}.ticker{background:var(--yellow-ui);white-space:nowrap;padding:.65rem 0;overflow:hidden}.ticker__track{animation:28s linear infinite ticker;display:inline-flex}.ticker__item{font-family:var(--font-display);letter-spacing:.06em;text-transform:uppercase;color:var(--navy);padding:0 1.5rem;font-size:.82rem;font-weight:700}.ticker__sep{opacity:.4;margin-left:1.5rem}.stats{text-align:center;grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.stat__num{font-family:var(--font-display);color:var(--yellow);margin-bottom:.35rem;font-size:3rem;font-weight:900;line-height:1;display:block}.stat__label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.06em;font-size:.875rem;font-weight:500}.includes-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem;display:grid}.includes-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:10px;padding:2rem;transition:border-color .2s,transform .2s}.includes-card:hover{border-color:var(--yellow);transform:translateY(-3px)}.includes-card__icon{margin-bottom:1rem;font-size:2rem;display:block}.includes-card__title{font-family:var(--font-display);color:var(--text-primary);margin-bottom:.6rem;font-size:1.3rem;font-weight:700}.includes-card__desc{color:var(--text-secondary);font-size:.9rem;line-height:1.65}.how-to{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.how-to__cards{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.use-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:8px;padding:1.25rem;transition:border-color .2s}.use-card:hover{border-color:var(--yellow)}.use-card__icon{margin-bottom:.5rem;font-size:1.5rem;display:block}.use-card__label{font-family:var(--font-display);color:var(--text-primary);margin-bottom:.35rem;font-size:1rem;font-weight:700;display:block}.use-card__desc{color:var(--text-secondary);font-size:.82rem;line-height:1.5}.recent-head{justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:2.5rem;display:flex}.cta-band{background:var(--navy);border-top:3px solid var(--yellow-ui);padding:4rem 0}.cta-band__inner{justify-content:space-between;align-items:center;gap:2rem;display:flex}.cta-band__title{font-family:var(--font-display);color:#fff;margin-bottom:.75rem;font-size:clamp(1.8rem,3vw,2.5rem);font-weight:900}.cta-band__body{color:#ffffffa6;max-width:560px;font-size:1rem;line-height:1.7}.cta-band__actions{flex-shrink:0}@media (width<=900px){.hero__inner{text-align:center;grid-template-columns:1fr}.hero__body{margin-left:auto;margin-right:auto}.hero__actions{justify-content:center}.hero__visual{display:none}.stats{grid-template-columns:repeat(2,1fr)}.includes-grid,.how-to{grid-template-columns:1fr}.snippet-grid{grid-template-columns:repeat(2,1fr)}.cta-band__inner{text-align:center;flex-direction:column}}@media (width<=480px){.stats{grid-template-columns:repeat(2,1fr);gap:1.5rem}.snippet-grid,.how-to__cards{grid-template-columns:1fr}.recent-head{flex-direction:column;align-items:flex-start}}.library__hero{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);color:#fff;border-bottom:3px solid var(--yellow-ui);padding:4rem 0 3rem}.library__hero .section__label{color:var(--yellow-ui)}.library__title{font-family:var(--font-display);color:#fff;margin-bottom:.75rem;font-size:clamp(2.2rem,4vw,3.5rem);font-weight:900;line-height:1.05}.library__subtitle{color:#ffffffa6;max-width:520px;font-size:1rem;line-height:1.7}.library__body{padding-top:2.5rem;padding-bottom:4rem}.library__toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:2rem;display:flex}.library__search-wrap{flex:1;min-width:220px;max-width:360px;position:relative}.library__search-icon{color:var(--text-muted);pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.library__search{background:var(--card-bg);border:1px solid var(--card-border);width:100%;font-family:var(--font-body);color:var(--text-primary);border-radius:6px;outline:none;padding:.6rem 1rem .6rem 2.6rem;font-size:.9rem;transition:border-color .2s}.library__search::placeholder{color:var(--text-muted)}.library__search:focus{border-color:var(--yellow)}.library__tabs{background:var(--card-bg);border:1px solid var(--card-border);border-radius:6px;gap:.35rem;padding:3px;display:flex}.library__tab{font-family:var(--font-display);letter-spacing:.04em;text-transform:uppercase;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.45rem 1rem;font-size:.82rem;font-weight:700;transition:background .2s,color .2s}.library__tab:hover{color:var(--text-primary)}.library__tab--active{background:var(--yellow-ui);color:var(--navy)}.library__topics{flex-wrap:wrap;gap:.6rem;margin-bottom:2rem;display:flex}.topic-pill{background:var(--card-bg);border:1px solid var(--card-border);color:var(--text-secondary);cursor:pointer;border-radius:20px;padding:.4rem 1rem;font-size:.82rem;font-weight:500;transition:all .2s}.topic-pill:hover{border-color:var(--yellow);color:var(--text-primary)}.topic-pill--active{background:var(--yellow-ui);border-color:var(--yellow-ui);color:var(--navy);font-weight:700}.library__modules{flex-direction:column;gap:.75rem;margin-bottom:2rem;display:flex}.module-row{background:var(--card-bg);border:1px solid var(--card-border);border-radius:8px;justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem 1.5rem;transition:border-color .2s;display:flex}.module-row:hover{border-color:var(--yellow)}.module-row__info{align-items:center;gap:1rem;display:flex}.module-row__name{font-family:var(--font-display);color:var(--text-primary);font-size:1.05rem;font-weight:700}.module-row__count{color:var(--text-muted);background:var(--section-stripe);border-radius:10px;padding:2px 8px;font-size:.8rem}.module-row__btn{flex-shrink:0;padding:.45rem 1rem;font-size:.82rem}.library__empty{text-align:center;color:var(--text-secondary);flex-direction:column;align-items:center;gap:1rem;padding:4rem 2rem;display:flex}.library__note{text-align:center;color:var(--text-muted);background:var(--section-stripe);border-radius:6px;margin-top:2.5rem;padding:.75rem 1.5rem;font-size:.8rem;display:inline-block}.snippet-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}@media (width<=900px){.snippet-grid{grid-template-columns:repeat(2,1fr)}.library__toolbar{flex-direction:column;align-items:flex-start}.library__search-wrap{width:100%;max-width:100%}}@media (width<=540px){.snippet-grid{grid-template-columns:1fr}.module-row{flex-direction:column;align-items:flex-start}}.about__hero{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);color:#fff;border-bottom:3px solid var(--yellow-ui);padding:4rem 0 3rem}.about__hero .section__label{color:var(--yellow-ui)}.about__title{font-family:var(--font-display);color:#fff;margin-bottom:.75rem;font-size:clamp(2.2rem,4vw,3.5rem);font-weight:900}.about__subtitle{color:#ffffffa6;max-width:560px;font-size:1.05rem;line-height:1.7}.about__mission{grid-template-columns:1fr auto;align-items:start;gap:4rem;display:grid}.about__mission-stats{flex-shrink:0;grid-template-columns:1fr 1fr;gap:1rem;display:grid}.about__stat{background:var(--card-bg);border:1px solid var(--card-border);text-align:center;border-radius:10px;min-width:120px;padding:1.25rem}.about__stat-num{font-family:var(--font-display);color:var(--yellow);margin-bottom:.3rem;font-size:2rem;font-weight:900;line-height:1;display:block}.about__stat-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.06em;font-size:.75rem}.about__customised{max-width:700px}.about__cust-badge{background:var(--yellow-ui);color:var(--navy);font-family:var(--font-display);letter-spacing:.18em;text-transform:uppercase;border-radius:20px;margin-bottom:.75rem;padding:.3rem .85rem;font-size:.72rem;font-weight:700;display:inline-block}.about__cust-list{flex-direction:column;gap:.6rem;margin-bottom:2rem;list-style:none;display:flex}.about__cust-item{color:var(--text-secondary);align-items:center;gap:.75rem;font-size:.95rem;display:flex}.about__cust-check{background:var(--yellow-ui);width:22px;height:22px;color:var(--navy);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.7rem;font-weight:700;display:flex}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem;display:grid}.testimonial{background:var(--card-bg);border:1px solid var(--card-border);border-radius:10px;padding:1.75rem;position:relative}.testimonial__mark{font-family:var(--font-display);color:var(--yellow-ui);opacity:.4;margin-bottom:.5rem;font-size:4rem;font-weight:900;line-height:1;display:block}.testimonial__quote{color:var(--text-secondary);margin-bottom:1.25rem;font-size:.95rem;font-style:italic;line-height:1.7}.testimonial__attr{flex-direction:column;gap:.2rem;display:flex}.testimonial__name{color:var(--text-primary);font-size:.875rem;font-weight:600}.testimonial__company{color:var(--text-muted);font-size:.8rem}@media (width<=900px){.about__mission,.testimonials-grid{grid-template-columns:1fr}}.purchase__hero{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);color:#fff;border-bottom:3px solid var(--yellow-ui);padding:4rem 0 3rem}.purchase__hero .section__label{color:var(--yellow-ui)}.purchase__title{font-family:var(--font-display);color:#fff;margin-bottom:.75rem;font-size:clamp(2.2rem,4vw,3.5rem);font-weight:900}.purchase__subtitle{color:#ffffffa6;max-width:520px;font-size:1rem;line-height:1.7}.steps{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:2.5rem;display:grid}.step{background:var(--card-bg);border:1px solid var(--card-border);border-radius:10px;padding:1.75rem;position:relative}.step__num{font-family:var(--font-display);color:var(--yellow-ui);opacity:.4;margin-bottom:.75rem;font-size:2.5rem;font-weight:900;line-height:1;display:block}.step__title{font-family:var(--font-display);color:var(--text-primary);margin-bottom:.5rem;font-size:1.15rem;font-weight:700}.step__body{color:var(--text-secondary);font-size:.875rem;line-height:1.6}.pricing-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.pricing-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:12px;flex-direction:column;gap:1.5rem;padding:2rem;display:flex;position:relative}.pricing-card--featured{border-color:var(--yellow-ui);box-shadow:0 0 0 2px #f77f0033}.pricing-card__badge{background:var(--yellow-ui);color:var(--navy);font-family:var(--font-display);letter-spacing:.1em;text-transform:uppercase;border-radius:10px;padding:3px 12px;font-size:.7rem;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.pricing-card__head{text-align:center}.pricing-card__type{font-family:var(--font-display);letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.75rem;font-size:.8rem;font-weight:700;display:block}.pricing-card__price{justify-content:center;align-items:flex-start;gap:2px;display:flex}.pricing-card__currency{font-family:var(--font-display);color:var(--text-secondary);margin-top:.4rem;font-size:1.2rem;font-weight:700}.pricing-card__amount{font-family:var(--font-display);color:var(--text-primary);font-size:3rem;font-weight:900;line-height:1}.pricing-card__desc{color:var(--text-muted);margin-top:.2rem;font-size:.8rem}.pricing-card__features{flex-direction:column;flex:1;gap:.5rem;list-style:none;display:flex}.pricing-card__features li{color:var(--text-secondary);font-size:.875rem}.pricing-card__btn{justify-content:center;width:100%}.purchase__payment-note{background:var(--card-bg);border:1px solid var(--card-border);border-left:3px solid var(--yellow-ui);border-radius:8px;align-items:flex-start;gap:1rem;margin-top:2.5rem;padding:1.25rem 1.5rem;display:flex}.purchase__payment-icon{flex-shrink:0;font-size:1.5rem}.purchase__payment-note strong{color:var(--text-primary);margin-bottom:.25rem;font-size:.9rem;display:block}.purchase__payment-note p{color:var(--text-secondary);font-size:.85rem}.module-list{flex-direction:column;gap:.6rem;margin-top:2rem;display:flex}.module-item{background:var(--card-bg);border:1px solid var(--card-border);border-radius:6px;align-items:center;gap:1rem;padding:1rem 1.25rem;transition:border-color .2s;display:flex}.module-item:hover{border-color:var(--yellow)}.module-item__name{color:var(--text-primary);flex:1;font-size:.9rem;font-weight:500}.module-item__count{color:var(--text-muted);background:var(--section-stripe);border-radius:10px;padding:2px 10px;font-size:.8rem}.module-item__link{color:var(--yellow);font-size:.82rem;font-weight:500;transition:-webkit-text-decoration .1s,text-decoration .1s}.module-item__link:hover{text-decoration:underline}.licence-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-top:2rem;display:grid}.licence-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:8px;padding:1.5rem}.licence-card__title{font-family:var(--font-display);color:var(--text-primary);margin-bottom:.5rem;font-size:1.05rem;font-weight:700}.licence-card__body{color:var(--text-secondary);font-size:.875rem;line-height:1.65}@media (width<=900px){.steps{grid-template-columns:repeat(2,1fr)}.pricing-grid,.licence-grid{grid-template-columns:1fr}}@media (width<=480px){.steps{grid-template-columns:1fr}.module-item{flex-wrap:wrap}}.contact__hero{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);color:#fff;border-bottom:3px solid var(--yellow-ui);padding:4rem 0 3rem}.contact__hero .section__label{color:var(--yellow-ui)}.contact__title{font-family:var(--font-display);color:#fff;margin-bottom:.75rem;font-size:clamp(2.2rem,4vw,3.5rem);font-weight:900}.contact__subtitle{color:#ffffffa6;max-width:480px;font-size:1rem;line-height:1.7}.contact__body{grid-template-columns:1fr 340px;align-items:start;gap:3rem;padding-top:3rem;padding-bottom:5rem;display:grid}.contact__form-wrap{background:var(--card-bg);border:1px solid var(--card-border);border-radius:12px;padding:2.5rem}.contact__form-title{font-family:var(--font-display);color:var(--text-primary);margin-bottom:2rem;font-size:1.6rem;font-weight:700}.form-row{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.form-group{flex-direction:column;gap:.4rem;margin-bottom:1.25rem;display:flex}.form-group label{color:var(--text-secondary);letter-spacing:.03em;text-transform:uppercase;font-size:.82rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{background:var(--bg);border:1px solid var(--card-border);font-family:var(--font-body);color:var(--text-primary);border-radius:6px;outline:none;width:100%;padding:.65rem .9rem;font-size:.9rem;transition:border-color .2s}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--text-muted)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--yellow)}.form-group select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23718096'/%3E%3C/svg%3E");background-position:right .9rem center;background-repeat:no-repeat;background-size:10px;padding-right:2.5rem}.form-group textarea{resize:vertical;min-height:120px}.form-group--honeypot{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute;top:auto;left:-9999px;overflow:hidden}.contact__submit{justify-content:center;width:100%;margin-top:.5rem}.contact__submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.contact__error{color:#e53e3e;text-align:center;margin-top:.75rem;font-size:.875rem}.contact__error a{color:inherit;text-decoration:underline}.contact__success{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:3rem 2rem;display:flex}.contact__success-icon{background:var(--yellow-ui);width:56px;height:56px;color:var(--navy);border-radius:50%;justify-content:center;align-items:center;font-size:1.4rem;font-weight:700;display:flex}.contact__success h2{font-family:var(--font-display);color:var(--text-primary);font-size:1.8rem;font-weight:700}.contact__success p{color:var(--text-secondary)}.contact__aside{flex-direction:column;gap:1.25rem;display:flex}.contact__info-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:12px;padding:1.75rem}.contact__info-title{font-family:var(--font-display);color:var(--text-primary);margin-bottom:1.25rem;font-size:1.1rem;font-weight:700}.contact__info-rows{flex-direction:column;gap:.85rem;display:flex}.contact__info-row{color:var(--text-secondary);align-items:center;gap:.75rem;font-size:.875rem;display:flex}.contact__info-row a{color:var(--yellow)}.contact__info-row a:hover{text-decoration:underline}.contact__info-icon{flex-shrink:0;font-size:1.1rem}.contact__quick{background:var(--card-bg);border:1px solid var(--card-border);border-radius:10px;flex-direction:column;gap:.5rem;padding:1.5rem;display:flex}.contact__quick-title{font-family:var(--font-display);letter-spacing:.12em;text-transform:uppercase;color:var(--yellow);margin-bottom:.4rem;font-size:.75rem;font-weight:700}.contact__quick-link{color:var(--text-secondary);padding:.2rem 0;font-size:.875rem;transition:color .2s}.contact__quick-link:hover{color:var(--text-primary)}.contact__social{gap:.75rem;display:flex}.contact__social-link{background:var(--card-bg);border:1px solid var(--card-border);color:var(--text-secondary);border-radius:8px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.65rem;font-size:.82rem;transition:border-color .2s,color .2s;display:flex}.contact__social-link:hover{border-color:var(--yellow);color:var(--text-primary)}@media (width<=900px){.contact__body{grid-template-columns:1fr}.contact__aside{order:-1}}@media (width<=540px){.form-row{grid-template-columns:1fr}.contact__form-wrap{padding:1.5rem}}.support__hero{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);color:#fff;border-bottom:3px solid var(--yellow-ui);padding:3.5rem 0 2.5rem}.support__hero .section__label{color:var(--yellow-ui)}.support__title{font-family:var(--font-display);color:#fff;font-size:clamp(2rem,4vw,3rem);font-weight:900}.support__body{grid-template-columns:220px 1fr;align-items:start;gap:3rem;padding-top:2.5rem;padding-bottom:5rem;display:grid}.support__tabs{flex-direction:column;gap:.25rem;display:flex;position:sticky;top:5rem}.support__tab{color:var(--text-secondary);border:1px solid #0000;border-radius:6px;padding:.65rem 1rem;font-size:.875rem;transition:all .15s;display:block}.support__tab:hover{background:var(--section-stripe);color:var(--text-primary)}.support__tab--active{background:var(--card-bg);border-color:var(--card-border);color:var(--text-primary);border-left:3px solid var(--yellow-ui);font-weight:600}.support__content{min-width:0}.support__section-title{font-family:var(--font-display);color:var(--text-primary);border-bottom:2px solid var(--card-border);margin-bottom:1.75rem;padding-bottom:.75rem;font-size:1.8rem;font-weight:900}.faq__item{border:1px solid var(--card-border);cursor:pointer;background:var(--card-bg);border-radius:8px;margin-bottom:.6rem;transition:border-color .2s}.faq__item:hover,.faq__item--open{border-color:var(--yellow-ui)}.faq__question{color:var(--text-primary);justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;font-size:.95rem;font-weight:500;display:flex}.faq__icon{color:var(--yellow-ui);flex-shrink:0;font-size:1.2rem;font-weight:400}.faq__answer{color:var(--text-secondary);border-top:1px solid var(--card-border);padding:.85rem 1.25rem 1.1rem;font-size:.9rem;line-height:1.7}.legal__updated{color:var(--text-muted);margin-bottom:2rem;font-size:.8rem}.legal__section{border-bottom:1px solid var(--card-border);margin-bottom:1.75rem;padding-bottom:1.75rem}.legal__section:last-child{border-bottom:none}.legal__heading{font-family:var(--font-display);color:var(--text-primary);margin-bottom:.6rem;font-size:1.1rem;font-weight:700}.legal__section p{color:var(--text-secondary);margin:0;font-size:.9rem;line-height:1.75}@media (width<=768px){.support__body{grid-template-columns:1fr}.support__tabs{flex-flow:wrap;position:static}.support__tab{padding:.5rem .75rem;font-size:.8rem}.support__tab--active{border-left:1px solid var(--card-border);border-top:3px solid var(--yellow-ui)}}.notfound{justify-content:center;align-items:center;min-height:70vh;display:flex}.notfound__inner{text-align:center;padding:4rem 2rem}.notfound__code{font-family:var(--font-display);color:var(--yellow-ui);opacity:.25;margin-bottom:1rem;font-size:8rem;font-weight:900;line-height:1;display:block}.notfound__title{font-family:var(--font-display);color:var(--text-primary);margin-bottom:.75rem;font-size:clamp(2rem,4vw,3rem);font-weight:900}.notfound__body{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1rem}.notfound__actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--yellow:#e85d04;--yellow-hot:#f48c06;--yellow-ui:#f77f00;--font-display:"Barlow Condensed", sans-serif;--font-body:"DM Sans", sans-serif;--ease-out:cubic-bezier(.16, 1, .3, 1);--stripe-blue:#635bff}:root,[data-theme=light]{--bg:#f5f3ef;--bg-alt:#eceae5;--surface:#fff;--text-primary:#0d1b2a;--text-secondary:#4a5568;--text-muted:#718096;--card-bg:#fff;--card-border:#e2ddd6;--header-bg:#f5f3eff2;--header-border:#e2ddd6;--nav-link:#4a5568;--nav-link-hover:#0d1b2a;--nav-active-bg:#e2ddd6;--footer-bg:#0d1b2a;--footer-text:#8a9bb0;--border:#e2ddd6;--section-stripe:#eceae5;--navy:#0d1b2a;--navy-mid:#142032;--navy-light:#1e3249}[data-theme=dark]{--bg:#0d1b2a;--bg-alt:#091420;--surface:#142032;--text-primary:#f0ede8;--text-secondary:#a0aec0;--text-muted:#718096;--card-bg:#142032;--card-border:#ffffff14;--header-bg:#0d1b2af2;--header-border:#ffffff14;--nav-link:#8a9bb0;--nav-link-hover:#f0ede8;--nav-active-bg:#1e3249;--footer-bg:#091420;--footer-text:#8a9bb0;--border:#ffffff14;--section-stripe:#1e3249;--navy:#0d1b2a;--navy-mid:#142032;--navy-light:#1e3249}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--bg);color:var(--text-primary);-webkit-font-smoothing:antialiased;line-height:1.6;transition:background .3s,color .3s}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 2rem}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--card-border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--yellow)}@keyframes fadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.animate-fade-up{animation:fadeUp .7s var(--ease-out) both}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}.delay-4{animation-delay:.45s}.delay-5{animation-delay:.6s}.section{padding:5rem 0}.section--stripe{background:var(--section-stripe)}.section__label{font-family:var(--font-display);letter-spacing:.18em;text-transform:uppercase;color:var(--yellow);margin-bottom:.6rem;font-size:.72rem;font-weight:700;display:block}.section__title{font-family:var(--font-display);color:var(--text-primary);margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:900;line-height:1.05}.section__subtitle{color:var(--text-secondary);max-width:560px;font-size:1.05rem;line-height:1.7}.btn{font-family:var(--font-display);letter-spacing:.06em;text-transform:uppercase;cursor:pointer;border:none;border-radius:4px;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-size:.95rem;font-weight:700;transition:transform .15s,box-shadow .2s,background .2s;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn--yellow{background:var(--yellow-ui);color:var(--navy)}.btn--yellow:hover{background:var(--yellow-hot);box-shadow:0 6px 20px #f77f0066}.btn--outline{color:var(--text-primary);border:1.5px solid var(--card-border);background:0 0}.btn--outline:hover{border-color:var(--yellow);color:var(--yellow)}.btn--ghost{color:#fff;background:#ffffff1a;border:1px solid #fff3}.btn--ghost:hover{background:#ffffff2e}
