:root{--text-main: #ffffff;--text-muted: #e2e8f0;--accent: #8b5cf6;--accent-hover: #7c3aed}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;min-height:100%;overflow-x:hidden;overflow-y:auto;font-family:Inter,sans-serif;color:var(--text-main);background-color:#0f172a;color-scheme:only light}.page-background{position:fixed;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;z-index:0}.gradient-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,rgba(15,23,42,.95) 0%,rgba(15,23,42,.5) 45%,transparent 65%);z-index:1;pointer-events:none}.main-nav{position:absolute;top:0;left:0;width:100%;padding:2.5rem 5rem;z-index:10}.nav-links{display:flex;gap:3rem;flex-wrap:wrap}.nav-link{color:var(--text-muted);text-decoration:none;font-size:.95rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;transition:color .2s;background:transparent;border:none;cursor:pointer;padding:0;font-family:inherit}.nav-link:hover,.nav-link.active{color:#fff}.split-container{display:grid;grid-template-columns:minmax(0,4fr) minmax(0,7fr);align-items:center;gap:3rem;width:100%;min-height:100vh;min-height:100dvh;padding:8rem 5rem 4rem;z-index:5;position:relative}.left-pane{display:flex;flex-direction:column;justify-content:center;min-width:0}.right-pane{display:flex;align-items:center;justify-content:flex-end;min-width:0}.brand-title{font-size:clamp(4.5rem,8vw,8rem);font-weight:900;line-height:.9;letter-spacing:-.03em;margin-bottom:.5rem}.brand-subtitle{font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:600;color:var(--text-muted);margin-bottom:2rem;line-height:1.2}.brand-subtitle .highlight{color:var(--accent)}.brand-desc{font-size:1.15rem;line-height:1.6;max-width:540px;margin-bottom:2.5rem;color:var(--text-muted)}.brand-actions{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.brand-actions .btn{width:220px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:1.25rem 2.5rem;font-size:1.1rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;border:none;cursor:pointer;transition:transform .1s,background .2s,width .3s;border-radius:8px;text-decoration:none}.btn:active{transform:scale(.97)}.btn-primary{background:var(--accent);color:#fff;min-width:220px}.btn-primary:hover{background:var(--accent-hover)}.btn-secondary{background:#ffffff1a;color:#fff;min-width:220px}.btn-secondary:hover{background:#fff3}.btn-outline{background:transparent;color:#0f172a;border:2px solid #0f172a;padding:1rem 2rem}.btn-outline:hover{background:#0f172a1a}.btn-card{background:#fff;color:#0f172a;border:2px solid #0f172a;font-weight:700;text-transform:uppercase}.btn-card:hover{background:#0f172a;color:#fff}.cta-note{margin-top:1rem;max-width:540px;color:#fffc;font-size:.95rem;line-height:1.5}.mobile-page{display:none}.btn-sm{padding:.8rem 1.7rem;font-size:.9rem;border-radius:6px;min-width:0}.carousel-container{width:100%;max-width:900px;position:relative;display:flex;flex-direction:column;min-height:clamp(620px,72vh,760px)}.cards-wrapper{display:grid;grid-template-areas:"card";width:100%;flex:1 1 auto}.big-card{grid-area:card;background:transparent;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;height:100%;opacity:0;transform:translate(50px) scale(.98) translateZ(0);pointer-events:none;transition:opacity .4s ease-out,transform .6s cubic-bezier(.16,1,.3,1);box-shadow:0 25px 50px #00000080}.big-card.active{opacity:1;transform:translate(0) scale(1) translateZ(0);pointer-events:auto;z-index:2}.big-card.prev{transform:translate(-50px) scale(.98) translateZ(0)}.card-img{width:100%;flex-shrink:0;aspect-ratio:16 / 9;background-size:cover;background-position:center;background-color:#333}.card-content{background:#fff;padding:1.5rem 2.5rem;color:#0f172a;flex-grow:1;display:flex;flex-direction:column}.card-content h3{font-size:1.8rem;font-weight:800;margin-bottom:.5rem;color:#0f172a}.card-content p{font-size:1.05rem;color:#475569;line-height:1.4;font-weight:500}.inst-content{background:#f8fafc}.carousel-controls{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-top:2rem}.control-btn{background:#ffffff1a;border:none;color:#fff;width:50px;height:50px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s,transform .2s;z-index:10}.control-btn svg{width:24px;height:24px}.control-btn:hover{background:#fff3;transform:scale(1.05)}.carousel-dots{display:flex;gap:.75rem}.dot{width:12px;height:12px;background:#ffffff4d;border-radius:50%;cursor:pointer;transition:background .3s,transform .3s}.dot.active{background:#fff;transform:scale(1.3)}.mobile-nav,.mobile-hero,.mobile-section{width:100%}.mobile-nav-brand,.mobile-section-label,.mobile-kicker{text-transform:uppercase;letter-spacing:.12em}@media(max-width:1440px){.main-nav{padding-left:3rem;padding-right:3rem}.split-container{padding-left:3rem;padding-right:3rem;gap:2rem}.carousel-container{max-width:820px}}@media(max-width:820px){html,body{width:100%;max-width:100vw;height:100%;overflow:hidden}.main-nav,.split-container{display:none}.gradient-overlay{background:linear-gradient(180deg,#0f172acc,#0f172a7a 48%,#0f172ac2)}.mobile-page{display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:.8rem;min-height:100vh;min-height:100svh;width:100%;max-width:100vw;padding:.95rem .95rem 1rem;position:relative;z-index:5;overflow:hidden}.mobile-hero{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.45rem;padding-top:.1rem}.mobile-kicker{font-size:.72rem;font-weight:700;color:#ffffffb8}.mobile-title{width:100%;max-width:100%;font-size:clamp(2.8rem,15.5vw,4.15rem);line-height:.9;letter-spacing:-.06em;font-weight:900;text-align:center}.mobile-hook{max-width:18rem;font-size:.95rem;line-height:1.16;font-weight:700;color:#ffffffe6;text-wrap:balance}.mobile-actions{width:100%;display:flex;justify-content:center}.mobile-actions-bottom{padding-bottom:.1rem}.mobile-actions-bottom .btn{width:min(100%,14.5rem);min-width:0}.mobile-stage{min-height:0;display:flex;align-items:stretch;justify-content:center}.mobile-carousel{display:none;width:100%;max-width:21rem;min-height:0;flex-direction:column;justify-content:center;gap:.55rem}.mobile-carousel.is-active{display:flex}.mobile-cards-wrapper{display:grid;grid-template-areas:"card";min-height:0;flex:1 1 auto;align-items:start}.mobile-card{grid-area:card;display:flex;flex-direction:column;overflow:hidden;border-radius:18px;background:transparent;box-shadow:0 18px 32px #0000003d;opacity:0;transform:translate(32px) scale(.985);pointer-events:none;transition:opacity .35s ease,transform .45s ease;align-self:start}.mobile-card.active{opacity:1;transform:translate(0) scale(1);pointer-events:auto;z-index:2}.mobile-card-img{width:100%;background:#dbe2ea;overflow:hidden;border-radius:18px 18px 0 0}.mobile-card-img img{width:100%;height:auto;display:block}.mobile-card-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.45rem;padding:.95rem .9rem 1rem;background:#fff;color:#0f172a;text-align:center;color-scheme:only light;border-radius:0 0 18px 18px}.mobile-card-content h3{font-size:.92rem;font-weight:800}.mobile-card-content p{font-size:.81rem;line-height:1.28;color:#475569;font-weight:500}.mobile-card-content code{font-family:inherit;font-weight:800;color:#0f172a}.mobile-card-inst .btn-card{width:100%;margin-top:.15rem;padding-top:.82rem;padding-bottom:.82rem;font-size:.88rem}.mobile-controls{display:flex;align-items:center;justify-content:center;gap:.7rem}.mobile-controls .control-btn{width:3.2rem;height:3.2rem;border-radius:14px}.mobile-controls .control-btn svg{width:20px;height:20px}.mobile-controls .carousel-dots{gap:.55rem}.mobile-controls .dot{width:10px;height:10px}}@media(max-width:1024px)and (min-width:821px){.main-nav{position:relative;padding:1.25rem 1.25rem 0}.nav-links{gap:.75rem;flex-wrap:nowrap;overflow-x:auto;padding-bottom:.25rem;scrollbar-width:none}.nav-links::-webkit-scrollbar{display:none}.nav-link{display:inline-flex;align-items:center;justify-content:center;padding:0;border-radius:0;border:none;background:transparent;white-space:nowrap;font-size:.82rem;letter-spacing:.06em}.split-container{grid-template-columns:1fr;gap:2rem;min-height:auto;padding:1.5rem 1.25rem 2rem;overflow-y:auto;overflow-x:hidden}.gradient-overlay{background:#0f172ad1}.left-pane{text-align:center;align-items:center}.right-pane{justify-content:center}.brand-title{font-size:clamp(3.4rem,15vw,6rem)}.brand-subtitle{font-size:clamp(1.4rem,5vw,2rem);margin-bottom:1.25rem}.brand-desc{font-size:1rem;max-width:680px;margin-bottom:1.5rem}.brand-actions{width:100%;justify-content:center}.brand-actions .btn{width:min(320px,100%)}.cta-note{max-width:680px;font-size:.92rem}.carousel-container{max-width:720px;min-height:auto}}
