:root{--brand-bg:#0d1d56;--brand-bg-rgb:13, 29, 86;--bg:var(--brand-bg);--text:#cbd5e1;--text-muted:#94a3b8;--heading:#f8fafc;--accent:#38bdf8;--sans:system-ui, "Segoe UI", Roboto, sans-serif;font-family:var(--sans);color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:1.5}*,:before,:after{box-sizing:border-box}body{min-height:100svh;margin:0}#root{min-height:100svh}a{color:inherit}h1,h2,h3{font-family:var(--sans)}.footer{--footer-accent:#38bdf8;--footer-accent-2:#818cf8;--footer-text:#9fb6d4;--footer-text-hover:#f0f8ff;--footer-heading:#f8fafc;color:var(--footer-text);background:radial-gradient(120% 100% at 50% 0,#38bdf812 0%,#0000 55%),#08143cd9;border-top:1px solid #ffffff14;position:relative}.footer:before{content:"";background:linear-gradient(90deg, var(--footer-accent) 0%, var(--footer-accent-2) 100%);height:2px;position:absolute;top:0;left:0;right:0}.footer__inner{grid-template-columns:1.6fr 1fr 1fr 1fr;gap:2.5rem;max-width:1200px;margin:0 auto;padding:4rem 1.75rem 3rem;display:grid}.footer__logo-link{text-decoration:none;display:inline-flex}.footer__logo{object-fit:contain;width:auto;max-width:220px;height:2.5rem}.footer__tagline{max-width:26rem;color:var(--footer-text);margin:1.25rem 0 0;font-size:.9rem;line-height:1.7}.footer__newsletter{margin-top:1.75rem}.footer__newsletter-label{color:var(--footer-text);margin:0 0 .75rem;font-size:.85rem;line-height:1.5}.footer__newsletter-form{gap:.5rem;max-width:24rem;display:flex}.footer__newsletter-input{min-width:0;color:var(--footer-heading);background:#ffffff0a;border:1px solid #ffffff24;border-radius:.45rem;flex:1;padding:.6rem .85rem;font-size:.85rem;transition:border-color .2s,background .2s}.footer__newsletter-input::placeholder{color:#9fb6d499}.footer__newsletter-input:focus{background:#38bdf80f;border-color:#38bdf88c;outline:none}.footer__newsletter-btn{background:linear-gradient(135deg, var(--footer-accent) 0%, var(--footer-accent-2) 100%);color:#05091a;letter-spacing:.02em;cursor:pointer;border:none;border-radius:.45rem;flex-shrink:0;padding:.6rem 1.15rem;font-size:.825rem;font-weight:700;transition:filter .2s,transform .2s,box-shadow .2s;box-shadow:0 2px 12px #38bdf838}.footer__newsletter-btn:hover{filter:brightness(1.08);transform:translateY(-1px);box-shadow:0 4px 20px #38bdf866}.footer__newsletter-btn:active{transform:translateY(0)}.footer__newsletter-success{color:#5fd6a0;margin:.65rem 0 0;font-size:.8rem}.footer__social{gap:.65rem;margin-top:1.75rem;display:flex}.footer__social-link{width:2.35rem;height:2.35rem;color:var(--footer-text);background:#ffffff08;border:1px solid #ffffff1f;border-radius:.5rem;justify-content:center;align-items:center;transition:color .2s,border-color .2s,background .2s,transform .2s;display:inline-flex}.footer__social-link:hover{color:var(--footer-text-hover);background:#38bdf81a;border-color:#38bdf873;transform:translateY(-2px)}.footer__col-title{letter-spacing:.01em;color:var(--footer-heading);margin:0 0 1.1rem;font-size:.95rem;font-weight:600}.footer__list{flex-direction:column;gap:.7rem;margin:0;padding:0;list-style:none;display:flex}.footer__link{color:var(--footer-text);font-size:.875rem;line-height:1.45;text-decoration:none;transition:color .18s,padding-left .18s;display:inline-block;position:relative}.footer__link:before{content:"";background:var(--footer-accent);width:0;height:1.5px;transition:width .18s;position:absolute;top:50%;left:-.75rem;transform:translateY(-50%)}.footer__link:hover{color:var(--footer-text-hover);padding-left:.75rem}.footer__link:hover:before{width:.45rem}.footer__bottom{border-top:1px solid #ffffff12}.footer__bottom-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;padding:1.4rem 1.75rem;display:flex}.footer__copyright{color:#9fb6d4d9;margin:0;font-size:.825rem}.footer__legal{align-items:center;gap:1.25rem;margin:0;padding:0;list-style:none;display:flex}.footer__legal-link{color:#9fb6d4d9;font-size:.825rem;text-decoration:none;transition:color .18s}.footer__legal-link:hover{color:var(--footer-text-hover)}@media (width<=900px){.footer__inner{grid-template-columns:1fr 1fr;gap:2.25rem 2rem}.footer__brand{grid-column:1/-1}}@media (width<=560px){.footer__inner{grid-template-columns:1fr;padding:3rem 1.25rem 2.5rem}.footer__newsletter-form{flex-direction:column}.footer__newsletter-btn{width:100%}.footer__bottom-inner{flex-direction:column;align-items:flex-start;padding:1.25rem}.footer__legal{flex-wrap:wrap;gap:.75rem 1.25rem}}.navbar{--nav-height:3.75rem;--nav-bg:var(--brand-bg);--nav-bg-scrolled:rgba(var(--brand-bg-rgb), .98);--nav-border:#ffffff1a;--nav-border-scrolled:#ffffff26;--nav-text:#bdd8f8;--nav-text-hover:#f0f8ff;--nav-accent:#38bdf8;--nav-accent-2:#818cf8;--nav-glow:#38bdf873;z-index:200;background-image:linear-gradient(90deg, var(--nav-accent) 0%, var(--nav-accent-2) 100%), none;background-position:top,50%;background-repeat:no-repeat;background-size:100% 2px,auto;background-color:var(--nav-bg);border-bottom:1px solid var(--nav-border);-webkit-backdrop-filter:blur(20px)saturate(1.6)brightness(.95);width:100%;transition:background-color .3s,border-color .3s,box-shadow .3s;position:sticky;top:0}.navbar--scrolled{background-color:var(--nav-bg-scrolled);border-color:var(--nav-border-scrolled);box-shadow:0 1px #38bdf80f,0 4px 6px -1px #0000004d,0 16px 40px -8px #00000073}.navbar__inner{max-width:1200px;height:var(--nav-height);justify-content:space-between;align-items:center;gap:2rem;margin:0 auto;padding:0 1.75rem;display:flex}.navbar__brand{-webkit-user-select:none;user-select:none;flex-shrink:0;align-items:center;text-decoration:none;transition:opacity .2s;display:flex}.navbar__brand:hover{opacity:.9}.navbar__brand-logo{object-fit:contain;width:auto;max-width:min(220px,45vw);height:2.5rem;display:block}.navbar__toggle{border:1px solid var(--nav-border);width:2.25rem;height:2.25rem;color:var(--nav-text-hover);cursor:pointer;background:#ffffff08;border-radius:.4rem;justify-content:center;align-items:center;padding:0;transition:border-color .2s,background .2s;display:none}.navbar__toggle:hover{background:#38bdf814;border-color:#38bdf84d}.navbar__toggle-icon{width:1rem;height:.75rem;position:relative}.navbar__toggle-icon span{background:currentColor;border-radius:2px;width:100%;height:1.5px;transition:transform .25s cubic-bezier(.4,0,.2,1),top .25s cubic-bezier(.4,0,.2,1),opacity .2s;position:absolute;left:0}.navbar__toggle-icon span:first-child{top:0}.navbar__toggle-icon span:nth-child(2){top:50%;transform:translateY(-50%)}.navbar__toggle-icon span:nth-child(3){top:calc(100% - 1.5px)}.navbar__toggle[aria-expanded=true] .navbar__toggle-icon span:first-child{top:50%;transform:translateY(-50%)rotate(45deg)}.navbar__toggle[aria-expanded=true] .navbar__toggle-icon span:nth-child(2){opacity:0;transform:translateY(-50%)scaleX(0)}.navbar__toggle[aria-expanded=true] .navbar__toggle-icon span:nth-child(3){top:50%;transform:translateY(-50%)rotate(-45deg)}.navbar__nav{align-items:center;gap:.25rem;display:flex}.navbar__list{align-items:center;gap:0;margin:0;padding:0;list-style:none;display:flex}.navbar__link{color:var(--nav-text);letter-spacing:.01em;white-space:nowrap;align-items:center;gap:.3rem;padding:.45rem .85rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.navbar__link:hover{color:var(--nav-text-hover)}.navbar__link--active{color:var(--nav-accent)}.navbar__chevron{opacity:.5;transition:transform .25s cubic-bezier(.4,0,.2,1),opacity .2s}.navbar__link:hover .navbar__chevron,.navbar__link--menu-open .navbar__chevron{opacity:.9}.navbar__link--menu-open .navbar__chevron{transform:rotate(180deg)}.navbar__dropdown{position:relative}.navbar__menu{opacity:0;visibility:hidden;pointer-events:none;background:#0a2d5ffa;border:1px solid #ffffff17;border-radius:.625rem;min-width:20rem;max-width:22rem;max-height:min(24rem,70vh);margin:0;padding:.4rem;list-style:none;transition:opacity .22s,transform .22s cubic-bezier(.4,0,.2,1),visibility .22s;position:absolute;top:calc(100% + .75rem);left:50%;overflow-y:auto;transform:translate(-50%)translateY(-6px);box-shadow:0 0 0 1px #38bdf80d,0 8px 16px -4px #0006,0 24px 56px -8px #0000008c}.navbar__menu--open{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)translateY(0)}@media (hover:hover) and (width>=901px){.navbar__dropdown:after{content:"";width:22rem;max-width:90vw;height:1rem;position:absolute;top:100%;left:50%;transform:translate(-50%)}}.navbar__menu-item{color:var(--nav-text);border-radius:.375rem;padding:.55rem .75rem;font-size:.8125rem;font-weight:450;line-height:1.4;text-decoration:none;transition:color .15s,background .15s,padding-left .18s;display:block}.navbar__menu-item:hover{color:var(--nav-text-hover);background:#38bdf80f;padding-left:1rem}.navbar__cta{background:linear-gradient(135deg, var(--nav-accent) 0%, var(--nav-accent-2) 100%);color:#05091a;letter-spacing:.02em;white-space:nowrap;border-radius:.4rem;margin-left:.75rem;padding:.48rem 1.15rem;font-size:.8125rem;font-weight:700;text-decoration:none;transition:box-shadow .2s,transform .2s,filter .2s;position:relative;overflow:hidden;box-shadow:0 2px 12px #38bdf840}.navbar__cta:before{content:"";background:linear-gradient(105deg,#0000 30%,#ffffff38 50%,#0000 70%);transition:transform .45s;position:absolute;inset:0;transform:translate(-100%)}.navbar__cta:hover{filter:brightness(1.08);transform:translateY(-1px);box-shadow:0 4px 20px #38bdf873,0 0 0 1px #38bdf833}.navbar__cta:hover:before{transform:translate(100%)}.navbar__cta:active{transform:translateY(0)}.navbar__mobile-cta,.navbar__nav-header,.navbar__submenu-toggle,.navbar__submenu{display:none}.navbar__backdrop{inset:var(--nav-height) 0 0 0;z-index:199;cursor:pointer;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0000008c;border:none;margin:0;padding:0;animation:.22s navbar-fade-in;display:none;position:fixed}@keyframes navbar-fade-in{0%{opacity:0}to{opacity:1}}@media (width<=900px){.navbar__inner{padding:0 1.1rem}.navbar__toggle{display:flex}.navbar__cta{display:none}.navbar__backdrop{display:block}.navbar__nav{z-index:250;width:100%;height:100dvh;padding:0 1.25rem calc(1.5rem + env(safe-area-inset-bottom));background:radial-gradient(120% 80% at 100% 0%, #38bdf81f 0%, transparent 55%), var(--brand-bg);flex-direction:column;align-items:stretch;gap:0;transition:transform .32s cubic-bezier(.4,0,.2,1);position:fixed;inset:0;overflow-y:auto;transform:translate(100%)}.navbar__nav--open{transform:translate(0)}.navbar__nav-header{background:inherit;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding:.7rem 0;display:flex;position:sticky;top:0}.navbar__nav-logo{object-fit:contain;width:auto;max-width:60vw;height:2.25rem}.navbar__close{border:1px solid var(--nav-border);width:2.6rem;height:2.6rem;color:var(--nav-text-hover);cursor:pointer;background:#ffffff0a;border-radius:.5rem;justify-content:center;align-items:center;padding:0;transition:background .2s,border-color .2s,transform .15s;display:inline-flex}.navbar__close:hover{background:#38bdf81a;border-color:#38bdf859}.navbar__close:active{transform:scale(.94)}.navbar__list{flex-direction:column;align-items:stretch;gap:0}.navbar__link{border-bottom:1px solid #ffffff0f;width:100%;padding:.95rem .4rem;font-size:1.05rem}.navbar__dropdown .navbar__link--has-menu,.navbar__dropdown .navbar__menu{display:none}.navbar__submenu-toggle{width:100%;color:var(--nav-text);letter-spacing:.01em;cursor:pointer;background:0 0;border:none;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:.95rem .4rem;font-family:inherit;font-size:1.05rem;font-weight:500;transition:color .15s;display:flex}.navbar__submenu-toggle:hover{color:var(--nav-text-hover)}.navbar__submenu-toggle svg{opacity:.55;transition:transform .25s,opacity .2s}.navbar__submenu-toggle--open{color:var(--nav-accent)}.navbar__submenu-toggle--open svg{opacity:.9;transform:rotate(180deg)}.navbar__submenu{margin:0;padding:.35rem 0 .6rem .6rem;list-style:none}.navbar__submenu--open{flex-direction:column;gap:.1rem;display:flex}.navbar__submenu-link{color:var(--nav-text);border-radius:.4rem;padding:.6rem .7rem;font-size:.9rem;line-height:1.45;text-decoration:none;transition:color .15s,background .15s;display:block}.navbar__submenu-link:hover{color:var(--nav-text-hover);background:#38bdf80f}.navbar__submenu-link--all{color:var(--nav-accent);font-weight:500}.navbar__mobile-cta{text-align:center;background:linear-gradient(135deg, var(--nav-accent) 0%, var(--nav-accent-2) 100%);color:#05091a;letter-spacing:.02em;border-radius:.4rem;margin-top:auto;padding:.8rem .9rem;font-size:.875rem;font-weight:700;text-decoration:none;transition:filter .2s,box-shadow .2s;display:block;box-shadow:0 2px 12px #38bdf833}.navbar__mobile-cta:hover{filter:brightness(1.1);box-shadow:0 4px 20px #38bdf859}}.layout{flex-direction:column;min-height:100svh;display:flex}.layout__main{flex:1;width:100%}.admin-login{background:var(--brand-bg);justify-content:center;align-items:center;min-height:100vh;padding:1.5rem;display:flex}.admin-login__card{color:#fff;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:1rem;flex-direction:column;gap:1rem;width:100%;max-width:22rem;padding:2rem;display:flex}.admin-login__card h1{margin:0;font-size:1.5rem}.admin-login__sub{color:#c8c8c8;margin:0;font-size:.9rem}.admin-login__card label{color:#e2e8f0;flex-direction:column;gap:.4rem;font-size:.85rem;font-weight:600;display:flex}.admin-login__card input{color:#fff;font:inherit;background:#0d1d568c;border:1px solid #ffffff26;border-radius:.5rem;padding:.7rem .85rem}.admin-login__card input:focus{border-color:#f2cb59;outline:none}.admin-login__error{color:#fca5a5;margin:0;font-size:.85rem}.admin-login__card button{color:#0d1d56;cursor:pointer;background:#f2cb59;border:none;border-radius:.5rem;margin-top:.5rem;padding:.75rem;font-weight:700}.admin-login__card button:disabled{opacity:.6;cursor:default}.admin{background:var(--brand-bg);color:#fff;min-height:100vh}.admin__bar{z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#08143cf2;border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 2rem;display:flex;position:sticky;top:0}.admin__bar h1{margin:0 0 .25rem;font-size:1.4rem}.admin__bar p{color:#c8c8c8;margin:0;font-size:.85rem}.admin__logout{color:#fff;cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:.5rem;flex-shrink:0;padding:.55rem 1.1rem;font-weight:600}.admin__logout:hover{color:#f2cb59;border-color:#f2cb59}.admin__main{max-width:1000px;margin:0 auto;padding:2rem 1.5rem 4rem}.admin__group{margin-bottom:2.5rem}.admin__group h2{color:#f2cb59;border-bottom:1px solid #ffffff1a;margin:0 0 1rem;padding-bottom:.6rem;font-size:1.1rem}.admin__slots{flex-direction:column;gap:.75rem;display:flex}.admin-slot{background:#ffffff0a;border:1px solid #ffffff14;border-radius:.75rem;grid-template-columns:5rem 1fr auto;align-items:center;gap:1rem;padding:.85rem;display:grid}.admin-slot__thumb{color:#94a3b8;background:#00000040;border-radius:.5rem;justify-content:center;align-items:center;width:5rem;height:3.5rem;font-size:.7rem;display:flex;overflow:hidden}.admin-slot__thumb img{object-fit:cover;width:100%;height:100%}.admin-slot__info{flex-direction:column;gap:.2rem;min-width:0;display:flex}.admin-slot__label{font-size:.95rem;font-weight:600}.admin-slot__key{color:#94a3b8;word-break:break-all;font-family:ui-monospace,monospace;font-size:.75rem}.admin-slot__badge{color:#cbd5e1;background:#94a3b833;border-radius:1rem;align-self:flex-start;margin-top:.15rem;padding:.1rem .55rem;font-size:.7rem;font-weight:700}.admin-slot__badge.is-custom{color:#f2cb59;background:#f2cb592e}.admin-slot__error{color:#fca5a5;font-size:.75rem}.admin-slot__actions{gap:.5rem;display:flex}.admin-slot__actions button{color:#0d1d56;cursor:pointer;background:#f2cb59;border:none;border-radius:.45rem;padding:.5rem .9rem;font-size:.8rem;font-weight:700}.admin-slot__actions button:disabled{opacity:.6;cursor:default}.admin-slot__reset{color:#e2e8f0!important;background:0 0!important;border:1px solid #ffffff40!important}@media (width<=600px){.admin-slot{grid-template-columns:4rem 1fr}.admin-slot__actions{grid-column:1/-1;justify-content:flex-end}}.about{background:var(--brand-bg);color:#fff;min-height:100vh}.about-hero{max-width:1200px;margin:0 auto;padding:100px 20px 80px}.about-hero__content h1{margin:0 0 32px;font-size:4rem;font-weight:700;line-height:1.2}.about-hero__content h1 span{color:#f2cb59}.about-hero__content p{color:#c8c8c8;max-width:760px;margin:0;font-size:1.4rem;line-height:1.8}.about-section__title{text-align:center;max-width:1200px;margin:0 auto 3rem;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700;line-height:1.2}.about-section__title--dark{color:#000}.about-do{max-width:1200px;margin:0 auto;padding:4.5rem 1.25rem 5rem}.about-do__intro{text-align:center;margin-bottom:3rem}.about-do__intro .about-section__title{margin-bottom:1.25rem}.about-do__lead{color:#c8c8c8;max-width:720px;margin:0 auto;font-size:1.15rem;line-height:1.7}.about-do__grid{grid-template-columns:repeat(4,1fr);align-items:stretch;gap:1.5rem;display:grid}.about-do__grid--lines{grid-template-columns:repeat(2,1fr);margin-top:1.5rem}.about-do__card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:1.25rem;flex-direction:column;padding:2rem 1.75rem;transition:transform .25s,border-color .25s,background .25s;display:flex;position:relative;overflow:hidden}.about-do__card:before{content:"";background:linear-gradient(90deg,#f2cb59 0%,#f2cb5933 100%);height:3px;position:absolute;top:0;left:0;right:0}.about-do__card:hover{background:#ffffff0f;border-color:#f2cb5959;transform:translateY(-4px)}.about-do__num{color:#f2cb598c;letter-spacing:.05em;margin-bottom:.6rem;font-size:1.35rem;font-weight:700}.about-do__card-title{color:#fff;margin:0 0 1.1rem;font-size:1.2rem;font-weight:700}.about-do__list{flex-direction:column;gap:.7rem;margin:0;padding:0;list-style:none;display:flex}.about-do__list li{color:#c8c8c8;padding-left:1.4rem;font-size:.9rem;line-height:1.55;position:relative}.about-do__list li:before{content:"";background:#f2cb59;border-radius:50%;width:.45rem;height:.45rem;position:absolute;top:.5rem;left:0}.about-do__subheading{text-align:center;color:#fff;margin:3.5rem 0 0;font-size:clamp(1.4rem,2.5vw,1.85rem);font-weight:700}.about-do__card--line{padding:2.25rem 2rem}@media (width<=1100px){.about-do__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=680px){.about-do__grid,.about-do__grid--lines{grid-template-columns:1fr}}.about-mv{max-width:1200px;margin:0 auto;padding:4.5rem 1.25rem 5rem}.about-mv__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.about-mv__card{background:#ffffff0a;border:1px solid #f2cb5940;border-radius:1.25rem;padding:2.25rem 2rem}.about-mv__card h3{color:#f2cb59;margin:0 0 1rem;font-size:1.5rem;font-weight:700}.about-mv__card p{color:#c8c8c8;margin:0;font-size:1.05rem;line-height:1.75}.about-why{color:#1a1a1a;background:#fff;padding:4.5rem 1.25rem 5rem}.about-why__grid{grid-template-columns:repeat(4,1fr);align-items:stretch;gap:1.25rem;max-width:1200px;margin:0 auto;display:grid}.about-why__card{background:#f2f2f2;border-top:4px solid #f2cb59;border-radius:1.25rem;flex-direction:column;padding:1.75rem 1.5rem;display:flex}.about-why__card-title{color:#000;margin:0 0 .75rem;font-size:1.05rem;font-weight:700}.about-why__card-text{color:#4a4a4a;margin:0;font-size:.9rem;line-height:1.65}.about-team{max-width:1200px;margin:0 auto;padding:4.5rem 1.25rem 5rem}.about-team__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.about-team__card{text-align:center;background:#ffffff0a;border:1px solid #ffffff14;border-radius:1.25rem;flex-direction:column;align-items:center;padding:2.25rem 1.75rem;display:flex}.about-team__avatar{color:#0d1d56;letter-spacing:.05em;background:#f2cb59;border-radius:50%;justify-content:center;align-items:center;width:5rem;height:5rem;margin-bottom:1.25rem;font-size:1.5rem;font-weight:700;display:flex}.about-team__name{color:#fff;margin:0 0 .35rem;font-size:1.25rem;font-weight:700}.about-team__role{color:#f2cb59;margin:0 0 1rem;font-size:.95rem;font-weight:600}.about-team__bio{color:#c8c8c8;margin:0;font-size:.9rem;line-height:1.65}@media (width<=1100px){.about-why__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.about-team__grid{grid-template-columns:1fr;max-width:32rem;margin:0 auto}}@media (width<=992px){.about-hero__content h1{font-size:3rem}.about-mv__grid{grid-template-columns:1fr}}@media (width<=576px){.about-hero{padding:80px 1.25rem 60px}.about-hero__content h1{font-size:2.2rem}.about-hero__content p{font-size:1.05rem}.about-why__grid{grid-template-columns:1fr;max-width:24rem;margin:0 auto}}.contact{background:var(--brand-bg);color:#fff;min-height:100vh}.contact-hero{max-width:1200px;margin:0 auto;padding:90px 20px 50px}.contact-hero h1{margin:0 0 1.25rem;font-size:3.25rem;font-weight:700;line-height:1.18}.contact-hero h1 span{color:#f2cb59}.contact-hero p{color:#c8c8c8;max-width:640px;margin:0;font-size:1.2rem;line-height:1.75}.contact-body{padding-bottom:5rem}.contact-body__inner{flex-direction:column;gap:2.5rem;max-width:1200px;margin:0 auto;padding:1rem 20px 0;display:flex}.contact-body__inner h2{color:#fff;margin:0 0 1.5rem;font-size:1.4rem;font-weight:700}.contact-form-wrap{background:#ffffff0a;border:1px solid #ffffff14;border-radius:1rem;width:100%;max-width:720px;margin:0 auto;padding:2rem}.contact-form{flex-direction:column;gap:1.1rem;display:flex}.contact-form__row{grid-template-columns:1fr 1fr;gap:1.1rem;display:grid}.contact-form__field{text-align:left;flex-direction:column;gap:.4rem;display:flex}.contact-form__field label{color:#e2e8f0;font-size:.85rem;font-weight:600}.contact-form__field input,.contact-form__field textarea{color:#f8fafc;font:inherit;background:#0d1d568c;border:1px solid #ffffff26;border-radius:.5rem;padding:.75rem .9rem;transition:border-color .2s,box-shadow .2s}.contact-form__field input:focus,.contact-form__field textarea:focus{border-color:#f2cb59;outline:none;box-shadow:0 0 0 3px #f2cb5938}.contact-form__submit{color:#0d1d56;cursor:pointer;background:#f2cb59;border:none;border-radius:.5rem;align-self:flex-start;margin-top:.25rem;padding:.8rem 1.75rem;font-size:.95rem;font-weight:700;transition:transform .2s,filter .2s;box-shadow:0 4px 18px #f2cb5940}.contact-form__submit:hover{filter:brightness(1.05);transform:translateY(-2px)}.contact-offices__grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:1.25rem;display:grid}.contact-office{background:#ffffff0a;border:1px solid #ffffff14;border-top:3px solid #f2cb59;border-radius:1rem;flex-direction:column;height:100%;padding:1.5rem;display:flex}.contact-office__address{flex:1}.contact-office__name{color:#f2cb59;margin:0 0 .6rem;font-size:1.1rem;font-weight:700}.contact-office__address{color:#c8c8c8;margin:0 0 1rem;font-size:.9rem;line-height:1.6}.contact-office__links{flex-direction:column;gap:.4rem;display:flex}.contact-office__link{color:#e2e8f0;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s}.contact-office__link:hover{color:#f2cb59}@media (width<=900px){.contact-offices__grid{grid-template-columns:1fr;max-width:520px}}@media (width<=600px){.contact-hero h1{font-size:2.2rem}.contact-hero p{font-size:1.05rem}.contact-form__row{grid-template-columns:1fr}.contact-form-wrap{padding:1.5rem}}.home{background:var(--brand-bg);color:#fff;min-height:100vh}.hero{justify-content:space-between;align-items:center;gap:80px;max-width:1200px;min-height:85vh;margin:0 auto;padding:100px 20px;display:flex}.hero__content{flex:1}.hero__content h1{margin-bottom:40px;font-size:4rem;font-weight:700;line-height:1.2}.hero__content h1 span{color:#f2cb59}.hero__content p{color:#c8c8c8;max-width:600px;font-size:1.6rem;line-height:1.8}.hero__image{flex:1;justify-content:center;display:flex}.hero__image img{object-fit:contain;width:100%;max-width:600px}@media (width<=992px){.hero{text-align:center;flex-direction:column;padding-top:120px}.hero__content p{margin:0 auto}.hero__content h1{font-size:3rem}.hero__image img{max-width:450px}}@media (width<=576px){.hero__content h1{font-size:2.2rem}.hero__content p{font-size:1rem}}.pillars{color:#1a1a1a;background:#fff;padding:4.5rem 1.25rem 5rem}.pillars__title{text-align:center;color:#000;max-width:1200px;margin:0 auto 3rem;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700;line-height:1.2}.pillars__grid{grid-template-columns:repeat(4,1fr);align-items:stretch;gap:1.25rem;max-width:1200px;margin:0 auto;display:grid}.pillars__card{text-align:center;background:#f2f2f2;border-radius:1.25rem;flex-direction:column;align-items:center;padding:1.75rem 1.25rem 2rem;display:flex}.pillars__card-title{color:#000;margin:0 0 1.25rem;font-size:1rem;font-weight:700;line-height:1.35}.pillars__graphic{aspect-ratio:1;border-radius:.75rem;flex-shrink:0;width:100%;max-width:11.5rem;margin:0 auto 1.5rem;overflow:hidden}.pillars__graphic img{object-fit:cover;width:100%;height:100%;display:block}.pillars__description{color:#4a4a4a;margin:0;font-size:.875rem;font-weight:400;line-height:1.65}@media (width<=1100px){.pillars__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (width<=576px){.pillars{padding:3rem 1rem 3.5rem}.pillars__title{margin-bottom:2rem}.pillars__grid{grid-template-columns:1fr;max-width:22rem}.pillars__card{padding:1.5rem 1.25rem 1.75rem}}.home-section__title{text-align:center;color:#fff;max-width:1200px;margin:0 auto 3rem;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700;line-height:1.2}.home-section__title--dark{color:#0d1d56;margin-bottom:1rem}.home-section__lead{text-align:center;color:#4a4a4a;max-width:640px;margin:0 auto;font-size:1.05rem;line-height:1.7}.core{max-width:1200px;margin:0 auto;padding:4.5rem 1.25rem 4rem}.core__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.core__card{background:#ffffff0a;border:1px solid #ffffff14;border-top:3px solid #f2cb59;border-radius:1rem;flex-direction:column;padding:2rem 1.85rem;text-decoration:none;transition:transform .25s,border-color .25s,background .25s;display:flex}.core__card:hover{background:#ffffff0f;border-color:#f2cb5966;transform:translateY(-4px)}.core__card-title{color:#fff;margin:0 0 .85rem;font-size:1.3rem;font-weight:700}.core__card-desc{color:#c8c8c8;flex:1;margin:0 0 1.25rem;font-size:.95rem;line-height:1.65}.core__card-link{color:#f2cb59;font-size:.9rem;font-weight:700}.trust{background:#ffffff05;border-top:1px solid #ffffff14;border-bottom:1px solid #ffffff14}.trust__inner{grid-template-columns:1.3fr 1fr;align-items:center;gap:3rem;max-width:1200px;margin:0 auto;padding:4rem 1.25rem;display:grid}.trust__copy h2{color:#fff;margin:0 0 1.25rem;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;line-height:1.25}.trust__copy p{color:#c8c8c8;margin:0 0 1rem;font-size:1.05rem;line-height:1.75}.trust__social{color:#e2e8f0!important}.trust__social strong{color:#f2cb59}.trust__stats{grid-template-columns:1fr;gap:1rem;display:grid}.trust__stat{background:#f2cb5912;border:1px solid #f2cb5933;border-radius:.85rem;align-items:baseline;gap:1rem;padding:1.25rem 1.5rem;display:flex}.trust__stat-value{color:#f2cb59;font-size:2rem;font-weight:800;line-height:1}.trust__stat-label{color:#c8c8c8;font-size:.95rem}.pro{color:#1a1a1a;background:#fff;padding:4.5rem 1.25rem 5rem}.pro__intro{margin-bottom:3rem}.pro__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1200px;margin:0 auto;display:grid}.pro__card{background:#f6f7f9;border:1px solid #e7e9ee;border-radius:1rem;padding:1.85rem 1.6rem;transition:transform .25s,box-shadow .25s}.pro__card:hover{transform:translateY(-4px);box-shadow:0 14px 32px -12px #0d1d5640}.pro__card-icon{background:#eef1f6;border-radius:.75rem;justify-content:center;align-items:center;width:3.25rem;height:3.25rem;margin-bottom:1.1rem;display:flex;overflow:hidden}.pro__card-icon img{object-fit:contain;width:100%;height:100%}.pro__card-title{color:#0d1d56;margin:0 0 .75rem;font-size:1.2rem;font-weight:700}.pro__card-desc{color:#4a4a4a;margin:0;font-size:.9rem;line-height:1.65}.creds{max-width:1200px;margin:0 auto;padding:5rem 1.25rem}.creds__inner{grid-template-columns:1fr 1.3fr;align-items:center;gap:3rem;display:grid}.creds__media img{object-fit:cover;border-radius:1rem;width:100%;display:block}.creds__copy h2{color:#fff;margin:0 0 1.25rem;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;line-height:1.25}.creds__copy p{color:#c8c8c8;margin:0 0 1.75rem;font-size:1.05rem;line-height:1.75}.creds__badges{flex-wrap:wrap;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.creds__badges li{letter-spacing:.05em;color:#f2cb59;background:#f2cb591a;border:1px solid #f2cb594d;border-radius:2rem;padding:.5rem 1.25rem;font-size:.9rem;font-weight:700}.home-contact{color:#1a1a1a;background:#fff;padding:4.5rem 1.25rem 5.5rem}.home-contact__inner{text-align:center;max-width:640px;margin:0 auto}.home-contact__inner h2{color:#0d1d56;margin:0 0 2rem;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700}.home-contact__form{text-align:left;flex-direction:column;gap:1rem;display:flex}.home-contact__row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.home-contact__form input,.home-contact__form textarea{width:100%;font:inherit;color:#1a1a1a;background:#f6f7f9;border:1px solid #d8dce4;border-radius:.5rem;padding:.85rem 1rem;transition:border-color .2s,box-shadow .2s}.home-contact__form input::placeholder,.home-contact__form textarea::placeholder{color:#8a93a6}.home-contact__form input:focus,.home-contact__form textarea:focus{border-color:#f2cb59;outline:none;box-shadow:0 0 0 3px #f2cb5940}.home-contact__submit{color:#fff;cursor:pointer;background:#0d1d56;border:none;border-radius:.5rem;align-self:center;margin-top:.5rem;padding:.85rem 2.25rem;font-size:.95rem;font-weight:700;transition:filter .2s,transform .2s}.home-contact__submit:hover{filter:brightness(1.15);transform:translateY(-2px)}@media (width<=992px){.core__grid,.pro__grid{grid-template-columns:repeat(2,1fr)}.trust__inner,.creds__inner{grid-template-columns:1fr;gap:2rem}.creds__media{max-width:460px}}@media (width<=600px){.core__grid,.pro__grid,.home-contact__row{grid-template-columns:1fr}}.products{background:var(--brand-bg);color:#fff;min-height:100vh}.products-hero{max-width:1200px;margin:0 auto;padding:100px 20px 70px}.products-hero__content h1{margin:0 0 32px;font-size:4rem;font-weight:700;line-height:1.2}.products-hero__content h1 span{color:#f2cb59}.products-hero__content p{color:#c8c8c8;max-width:760px;margin:0;font-size:1.4rem;line-height:1.8}.products-section__title{text-align:center;max-width:1200px;margin:0 auto 3rem;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700;line-height:1.2}.products-section__title--dark{color:#000}.products-services{max-width:1200px;margin:0 auto;padding:3.5rem 1.25rem 5rem}.products-services__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.products-services__card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:1.25rem;padding:2.25rem 2rem;transition:transform .25s,border-color .25s,background .25s;position:relative;overflow:hidden}.products-services__card:before{content:"";background:linear-gradient(90deg,#f2cb59 0%,#f2cb5933 100%);height:3px;position:absolute;top:0;left:0;right:0}.products-services__card:hover{background:#ffffff0f;border-color:#f2cb5959;transform:translateY(-4px)}.products-services__card-title{color:#f2cb59;margin:0 0 1.25rem;font-size:1.35rem;font-weight:700}.products-services__list{flex-wrap:wrap;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.products-services__list li{color:#e2e8f0;background:#f2cb591a;border:1px solid #f2cb5933;border-radius:2rem;padding:.4rem .9rem;font-size:.85rem;line-height:1.3}.products-layers{color:#1a1a1a;background:#fff;padding:4.5rem 1.25rem 5rem}.products-layers__grid{grid-template-columns:repeat(2,1fr);align-items:stretch;gap:1.5rem;max-width:1200px;margin:0 auto;display:grid}.products-layers__card{background:#f6f7f9;border:1px solid #e7e9ee;border-radius:1.25rem;flex-direction:column;padding:2rem 1.85rem;transition:transform .25s,box-shadow .25s;display:flex}.products-layers__card:hover{transform:translateY(-4px);box-shadow:0 14px 32px -12px #0d1d5640}.products-layers__head{border-bottom:1px solid #e7e9ee;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.25rem;display:flex}.products-layers__icon{background:#0d1d56;border-radius:.75rem;flex-shrink:0;width:3.5rem;height:3.5rem;overflow:hidden}.products-layers__icon img{object-fit:cover;width:100%;height:100%;display:block}.products-layers__title{color:#0d1d56;margin:0;font-size:1.2rem;font-weight:700}.products-layers__list{flex-direction:column;gap:.7rem;margin:0;padding:0;list-style:none;display:flex}.products-layers__list li{color:#4a4a4a;padding-left:1.5rem;font-size:.9rem;line-height:1.5;position:relative}.products-layers__list li:before{content:"";background:#f2cb59;border:1px solid #0d1d5640;border-radius:50%;width:.5rem;height:.5rem;position:absolute;top:.45rem;left:0}@media (width<=992px){.products-hero__content h1{font-size:3rem}}@media (width<=768px){.products-services__grid,.products-layers__grid{grid-template-columns:1fr}}@media (width<=576px){.products-hero{padding:80px 1.25rem 50px}.products-hero__content h1{font-size:2.2rem}.products-hero__content p{font-size:1.05rem}}.faqs{background:var(--brand-bg);color:#fff;min-height:100vh}.faqs-hero{text-align:center;max-width:800px;margin:0 auto;padding:90px 20px 40px}.faqs-hero__eyebrow{letter-spacing:.18em;text-transform:uppercase;color:#f2cb59;margin:0 0 1rem;font-size:.85rem;font-weight:700}.faqs-hero h1{margin:0 0 1.25rem;font-size:clamp(2rem,4.5vw,3.25rem);font-weight:700;line-height:1.18}.faqs-hero h1 span{color:#f2cb59}.faqs-hero__lead{color:#c8c8c8;max-width:640px;margin:0 auto;font-size:1.15rem;line-height:1.7}.faqs-body{max-width:820px;margin:0 auto;padding:2rem 20px 5rem}.faqs-list{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.faq-item{background:#ffffff0a;border:1px solid #ffffff14;border-radius:1rem;transition:border-color .25s,background .25s;overflow:hidden}.faq-item:hover{border-color:#f2cb594d}.faq-item--open{background:#ffffff0f;border-color:#f2cb5966}.faq-item__heading{font-size:inherit;font-weight:inherit;margin:0}.faq-item__trigger{color:#fff;text-align:left;width:100%;font:inherit;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1.25rem;padding:1.4rem 1.6rem;display:flex}.faq-item__q{font-size:1.08rem;font-weight:600;line-height:1.45;transition:color .2s}.faq-item--open .faq-item__q{color:#f2cb59}.faq-item__icon{color:#f2cb59;background:#f2cb591f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;transition:transform .3s,background .2s;display:flex}.faq-item--open .faq-item__icon{background:#f2cb5938;transform:rotate(180deg)}.faq-item__answer{grid-template-rows:0fr;transition:grid-template-rows .3s;display:grid}.faq-item--open .faq-item__answer{grid-template-rows:1fr}.faq-item__answer-inner{overflow:hidden}.faq-item__answer-inner p{color:#c8c8c8;margin:0;padding:0 1.6rem 1.5rem;font-size:.98rem;line-height:1.75}.faqs-cta{text-align:center;background:radial-gradient(120% 120% at 50% 0,#f2cb591a 0%,#0000 60%),#ffffff08;border:1px solid #f2cb594d;border-radius:1.5rem;margin-top:3.5rem;padding:2.75rem 2rem}.faqs-cta h2{color:#fff;margin:0 0 .75rem;font-size:1.6rem;font-weight:700}.faqs-cta p{color:#c8c8c8;max-width:480px;margin:0 auto 1.6rem;font-size:1rem;line-height:1.7}.faqs-cta__btn{color:#0d1d56;background:#f2cb59;border-radius:.5rem;padding:.8rem 2rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:transform .2s,filter .2s;display:inline-flex;box-shadow:0 4px 18px #f2cb5940}.faqs-cta__btn:hover{filter:brightness(1.05);transform:translateY(-2px)}@media (width<=600px){.faqs-hero{padding-top:70px}.faq-item__trigger{gap:1rem;padding:1.15rem 1.25rem}.faq-item__q{font-size:1rem}.faq-item__answer-inner p{padding:0 1.25rem 1.25rem}}.legal{background:var(--brand-bg);color:#fff;min-height:100vh}.legal-hero{max-width:1000px;margin:0 auto;padding:90px 20px 40px}.legal-hero__eyebrow{letter-spacing:.18em;text-transform:uppercase;color:#f2cb59;margin:0 0 1rem;font-size:.85rem;font-weight:700}.legal-hero h1{margin:0 0 1.25rem;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2}.legal-hero h1 span{color:#f2cb59}.legal-hero__lead{color:#c8c8c8;max-width:680px;margin:0;font-size:1.15rem;line-height:1.7}.legal-body{padding-bottom:5rem}.legal-body__inner{grid-template-columns:240px 1fr;align-items:start;gap:3rem;max-width:1100px;margin:0 auto;padding:2rem 20px 0;display:grid}.legal-toc{background:#ffffff0a;border:1px solid #ffffff14;border-radius:1rem;padding:1.5rem;position:sticky;top:5rem}.legal-toc__title{color:#f2cb59;margin:0 0 1rem;font-size:.95rem;font-weight:700}.legal-toc nav ul{flex-direction:column;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.legal-toc nav a{color:#c8c8c8;font-size:.85rem;line-height:1.4;text-decoration:none;transition:color .15s}.legal-toc nav a:hover{color:#fff}.legal-content{min-width:0}.legal-section{margin-bottom:2.5rem;scroll-margin-top:5rem}.legal-section__title{color:#fff;margin:0 0 1rem;font-size:1.4rem;font-weight:700}.legal-section__text{color:#c8c8c8;margin:0 0 1rem;font-size:1rem;line-height:1.8}.legal-section__text a{color:#f2cb59;text-decoration:none}.legal-section__text a:hover{text-decoration:underline}.legal-section__list{flex-direction:column;gap:.7rem;margin:0;padding:0;list-style:none;display:flex}.legal-section__list li{color:#c8c8c8;padding-left:1.6rem;font-size:1rem;line-height:1.65;position:relative}.legal-section__list li:before{content:"";background:#f2cb5933;border-radius:50%;width:.6rem;height:.6rem;position:absolute;top:.55rem;left:0;box-shadow:inset 0 0 0 2px #f2cb59}.legal-contact{background:#f2cb590f;border:1px solid #f2cb5940;border-radius:1rem;margin-top:1rem;padding:1.75rem 1.85rem}@media (width<=860px){.legal-body__inner{grid-template-columns:1fr;gap:1.5rem}.legal-toc{position:static}}@media (width<=600px){.legal-hero{padding-top:70px}}.phish{background:var(--brand-bg);color:#fff;min-height:100vh}.phish-ph{color:#e2e8f08c;background:repeating-linear-gradient(45deg,#ffffff08 0 10px,#0000 10px 20px),#ffffff0a;border:1px dashed #ffffff40;border-radius:.9rem;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;width:100%;display:flex}.phish-ph svg{opacity:.6}.phish-media{background:#ffffff0a;border-radius:.9rem;width:100%;overflow:hidden}.phish-media img{object-fit:cover;width:100%;height:100%;display:block}.phish-method__card .phish-media{border-bottom:1px solid #ffffff14;border-radius:0}.phish-ph span{letter-spacing:.02em;font-size:.8rem;font-weight:500}.phish-btn{border-radius:.5rem;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:transform .2s,filter .2s,background .2s,border-color .2s,color .2s;display:inline-flex}.phish-btn--primary{color:#0d1d56;background:#f2cb59;box-shadow:0 4px 18px #f2cb5940}.phish-btn--primary:hover{filter:brightness(1.05);transform:translateY(-2px)}.phish-btn--ghost{color:#fff;border:1px solid #ffffff40}.phish-btn--ghost:hover{color:#f2cb59;border-color:#f2cb59}.phish-section__title{text-align:center;margin:0 0 1rem;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700;line-height:1.2}.phish-section__title--dark{color:#000}.phish-section__lead{text-align:center;color:#c8c8c8;max-width:640px;margin:0 auto;font-size:1.05rem;line-height:1.7}.phish-hero{align-items:center;gap:60px;max-width:1200px;margin:0 auto;padding:90px 20px 70px;display:flex}.phish-hero__content{flex:1.2}.phish-hero__eyebrow{letter-spacing:.18em;text-transform:uppercase;color:#f2cb59;margin:0 0 1rem;font-size:.85rem;font-weight:700}.phish-hero__content h1{margin:0 0 1.5rem;font-size:3.25rem;font-weight:700;line-height:1.18}.phish-hero__content h1 span{color:#f2cb59}.phish-hero__lead{color:#c8c8c8;max-width:600px;margin:0 0 2rem;font-size:1.2rem;line-height:1.75}.phish-hero__actions{flex-wrap:wrap;gap:1rem;display:flex}.phish-hero__media{flex:1;min-width:0}.phish-stats{background:#ffffff05;border-top:1px solid #ffffff14;border-bottom:1px solid #ffffff14}.phish-stats__grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1200px;margin:0 auto;padding:2.5rem 1.25rem;display:grid}.phish-stat{text-align:center;flex-direction:column;align-items:center;gap:.5rem;padding:0 1rem;display:flex}.phish-stat__value{color:#f2cb59;font-size:2.5rem;font-weight:800;line-height:1}.phish-stat__label{color:#c8c8c8;font-size:.85rem;line-height:1.5}.phish-method{max-width:1200px;margin:0 auto;padding:4.5rem 1.25rem 5rem}.phish-method__intro{margin-bottom:3rem}.phish-method__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.phish-method__card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:1rem;flex-direction:column;transition:transform .25s,border-color .25s,background .25s;display:flex;overflow:hidden}.phish-method__card:hover{background:#ffffff0f;border-color:#f2cb5959;transform:translateY(-4px)}.phish-method__card .phish-ph{border:none;border-bottom:1px solid #ffffff14;border-radius:0}.phish-method__body{padding:1.6rem 1.75rem 1.9rem}.phish-method__title{color:#f2cb59;margin:0 0 .85rem;font-size:1.3rem;font-weight:700}.phish-method__desc{color:#c8c8c8;margin:0;font-size:.95rem;line-height:1.7}.phish-types{text-align:center;margin-top:3rem}.phish-types__title{color:#fff;margin:0 0 1.5rem;font-size:1.2rem;font-weight:700}.phish-types__list{flex-wrap:wrap;justify-content:center;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.phish-types__list li{color:#e2e8f0;background:#f2cb591a;border:1px solid #f2cb5940;border-radius:2rem;padding:.6rem 1.4rem;font-size:.9rem;font-weight:600}.phish-benefits{color:#1a1a1a;background:#fff;padding:4.5rem 1.25rem 5rem}.phish-benefits__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1200px;margin:3rem auto 0;display:grid}.phish-benefit{background:#f6f7f9;border:1px solid #e7e9ee;border-top:4px solid #f2cb59;border-radius:1rem;padding:2rem 1.85rem}.phish-benefit__title{color:#0d1d56;margin:0 0 1.25rem;font-size:1.25rem;font-weight:700}.phish-benefit__list{flex-direction:column;gap:.85rem;margin:0;padding:0;list-style:none;display:flex}.phish-benefit__list li{color:#4a4a4a;padding-left:1.6rem;font-size:.9rem;line-height:1.55;position:relative}.phish-benefit__list li:before{content:"";background:#f2cb5940;border-radius:50%;width:.7rem;height:.7rem;position:absolute;top:.4rem;left:0;box-shadow:inset 0 0 0 2px #f2cb59}.phish-cta{padding:4.5rem 1.25rem}.phish-cta__inner{text-align:center;background:radial-gradient(120% 120% at 50% 0,#f2cb591a 0%,#0000 60%),#ffffff08;border:1px solid #f2cb594d;border-radius:1.5rem;max-width:760px;margin:0 auto;padding:3rem 2rem}.phish-cta__inner h2{margin:0 0 .85rem;font-size:clamp(1.6rem,3vw,2.1rem);font-weight:700}.phish-cta__inner p{color:#c8c8c8;max-width:520px;margin:0 auto 1.75rem;font-size:1.05rem;line-height:1.7}@media (width<=992px){.phish-hero{text-align:center;flex-direction:column;padding-top:70px}.phish-hero__content h1{font-size:2.5rem}.phish-hero__lead{margin-left:auto;margin-right:auto}.phish-hero__actions{justify-content:center}.phish-hero__media{width:100%;max-width:480px}.phish-stats__grid{grid-template-columns:repeat(2,1fr)}.phish-benefits__grid{grid-template-columns:1fr;max-width:32rem}}@media (width<=600px){.phish-hero__content h1{font-size:2rem}.phish-method__grid,.phish-stats__grid{grid-template-columns:1fr}.phish-stat{text-align:left;flex-direction:row;justify-content:center;align-items:baseline;gap:.75rem}.phish-stat__value{font-size:1.85rem}}.privacy{background:var(--brand-bg);color:#fff;min-height:100vh}.privacy-hero{max-width:1000px;margin:0 auto;padding:90px 20px 40px}.privacy-hero__eyebrow{letter-spacing:.18em;text-transform:uppercase;color:#f2cb59;margin:0 0 1rem;font-size:.85rem;font-weight:700}.privacy-hero h1{margin:0 0 1.25rem;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2}.privacy-hero h1 span{color:#f2cb59}.privacy-hero__lead{color:#c8c8c8;max-width:680px;margin:0;font-size:1.15rem;line-height:1.7}.privacy-body{padding-bottom:5rem}.privacy-body__inner{grid-template-columns:240px 1fr;align-items:start;gap:3rem;max-width:1100px;margin:0 auto;padding:2rem 20px 0;display:grid}.privacy-toc{background:#ffffff0a;border:1px solid #ffffff14;border-radius:1rem;padding:1.5rem;position:sticky;top:5rem}.privacy-toc__title{color:#f2cb59;margin:0 0 1rem;font-size:.95rem;font-weight:700}.privacy-toc nav ul{flex-direction:column;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.privacy-toc nav a{color:#c8c8c8;font-size:.85rem;line-height:1.4;text-decoration:none;transition:color .15s}.privacy-toc nav a:hover{color:#fff}.privacy-content{min-width:0}.privacy-section{margin-bottom:2.5rem;scroll-margin-top:5rem}.privacy-section__title{color:#fff;margin:0 0 1rem;font-size:1.4rem;font-weight:700}.privacy-section__text{color:#c8c8c8;margin:0 0 1rem;font-size:1rem;line-height:1.8}.privacy-section__text a{color:#f2cb59;text-decoration:none}.privacy-section__text a:hover{text-decoration:underline}.privacy-section__list{flex-direction:column;gap:.7rem;margin:0;padding:0;list-style:none;display:flex}.privacy-section__list li{color:#c8c8c8;padding-left:1.6rem;font-size:1rem;line-height:1.65;position:relative}.privacy-section__list li:before{content:"";background:#f2cb5933;border-radius:50%;width:.6rem;height:.6rem;position:absolute;top:.55rem;left:0;box-shadow:inset 0 0 0 2px #f2cb59}.privacy-contact{background:#f2cb590f;border:1px solid #f2cb5940;border-radius:1rem;margin-top:1rem;padding:1.75rem 1.85rem}@media (width<=860px){.privacy-body__inner{grid-template-columns:1fr;gap:1.5rem}.privacy-toc{position:static}}@media (width<=600px){.privacy-hero{padding-top:70px}}.page-shell{max-width:1200px;margin:0 auto;padding:2.5rem 1.25rem 4rem}.page-shell__header{text-align:left;margin-bottom:2rem}.page-shell__header h1{letter-spacing:-.02em;color:#f8fafc;margin:0 0 .75rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:600}.page-shell__subtitle{color:#94a3b8;max-width:42rem;margin:0;font-size:1.05rem;line-height:1.6}.page-shell__body{text-align:left;color:#cbd5e1;line-height:1.65}.sp{background:var(--brand-bg);color:#fff;min-height:100vh}.sp-ph{color:#e2e8f08c;background:repeating-linear-gradient(45deg,#ffffff08 0 10px,#0000 10px 20px),#ffffff0a;border:1px dashed #ffffff40;border-radius:.9rem;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;width:100%;display:flex}.sp-ph svg{opacity:.6}.sp-media{background:#ffffff0a;border-radius:.9rem;width:100%;overflow:hidden}.sp-media img{object-fit:cover;width:100%;height:100%;display:block}.sp-card .sp-media{border-bottom:1px solid #ffffff14;border-radius:0}.sp-ph span{letter-spacing:.02em;font-size:.8rem;font-weight:500}.sp-btn{border-radius:.5rem;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:transform .2s,filter .2s,background .2s,border-color .2s,color .2s;display:inline-flex}.sp-btn--primary{color:#0d1d56;background:#f2cb59;box-shadow:0 4px 18px #f2cb5940}.sp-btn--primary:hover{filter:brightness(1.05);transform:translateY(-2px)}.sp-btn--ghost{color:#fff;border:1px solid #ffffff40}.sp-btn--ghost:hover{color:#f2cb59;border-color:#f2cb59}.sp-section__title{text-align:center;margin:0 0 1rem;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700;line-height:1.2}.sp-section__title--dark{color:#000}.sp-section__lead{text-align:center;color:#c8c8c8;max-width:640px;margin:0 auto;font-size:1.05rem;line-height:1.7}.sp-hero{align-items:center;gap:60px;max-width:1200px;margin:0 auto;padding:90px 20px 70px;display:flex}.sp-hero__content{flex:1.2}.sp-hero__eyebrow{letter-spacing:.18em;text-transform:uppercase;color:#f2cb59;margin:0 0 1rem;font-size:.85rem;font-weight:700}.sp-hero__content h1{margin:0 0 1.5rem;font-size:3.25rem;font-weight:700;line-height:1.18}.sp-hero__content h1 span{color:#f2cb59}.sp-hero__lead{color:#c8c8c8;max-width:600px;margin:0 0 2rem;font-size:1.2rem;line-height:1.75}.sp-hero__actions{flex-wrap:wrap;gap:1rem;display:flex}.sp-hero__media{flex:1;min-width:0}.sp-stats{background:#ffffff05;border-top:1px solid #ffffff14;border-bottom:1px solid #ffffff14}.sp-stats__grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1200px;margin:0 auto;padding:2.5rem 1.25rem;display:grid}.sp-stat{text-align:center;flex-direction:column;align-items:center;gap:.5rem;padding:0 1rem;display:flex}.sp-stat__value{color:#f2cb59;font-size:2.5rem;font-weight:800;line-height:1}.sp-stat__label{color:#c8c8c8;font-size:.85rem;line-height:1.5}.sp-main{max-width:1200px;margin:0 auto;padding:4rem 1.25rem 5rem}.sp-main__intro{margin-bottom:3rem}.sp-cards{gap:1.5rem;display:grid}.sp-cards--two{grid-template-columns:repeat(2,1fr)}.sp-cards--three{grid-template-columns:repeat(3,1fr)}.sp-card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:1rem;flex-direction:column;transition:transform .25s,border-color .25s,background .25s;display:flex;overflow:hidden}.sp-card:hover{background:#ffffff0f;border-color:#f2cb5959;transform:translateY(-4px)}.sp-card .sp-ph{border:none;border-bottom:1px solid #ffffff14;border-radius:0}.sp-card__body{flex-direction:column;padding:1.6rem 1.5rem 1.75rem;display:flex}.sp-card__title{color:#fff;margin:0 0 .75rem;font-size:1.15rem;font-weight:700}.sp-card__desc{color:#c8c8c8;margin:0 0 1.25rem;font-size:.9rem;line-height:1.6}.sp-card__list{flex-direction:column;gap:.55rem;margin:0;padding:0;list-style:none;display:flex}.sp-card__list li{color:#e2e8f0;padding-left:1.5rem;font-size:.85rem;line-height:1.5;position:relative}.sp-card__list li:before{content:"";background:#f2cb592e;border-radius:50%;width:.7rem;height:.7rem;position:absolute;top:.4rem;left:0;box-shadow:inset 0 0 0 2px #f2cb59}.sp-chips{text-align:center;margin-top:3rem}.sp-chips--first{margin-top:0;margin-bottom:3.5rem}.sp-chips__title{color:#fff;margin:0 0 1.5rem;font-size:1.2rem;font-weight:700}.sp-chips__list{flex-wrap:wrap;justify-content:center;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.sp-chips__list li{color:#e2e8f0;background:#f2cb591a;border:1px solid #f2cb5940;border-radius:2rem;padding:.6rem 1.4rem;font-size:.9rem;font-weight:600}.sp-process{color:#1a1a1a;background:#fff;padding:4.5rem 1.25rem 5rem}.sp-process__grid{gap:1.5rem;max-width:1200px;margin:3rem auto 0;display:grid}.sp-process__grid--3{grid-template-columns:repeat(3,1fr)}.sp-process__grid--4{grid-template-columns:repeat(4,1fr)}.sp-process__grid--5{grid-template-columns:repeat(5,1fr)}.sp-process__card{background:#f6f7f9;border:1px solid #e7e9ee;border-radius:1rem;padding:1.75rem 1.5rem}.sp-process__step{color:#f2cb59;-webkit-text-stroke:1px #0d1d5659;margin-bottom:.85rem;font-size:1.5rem;font-weight:800;display:inline-block}.sp-process__title{color:#0d1d56;margin:0 0 .5rem;font-size:1.05rem;font-weight:700}.sp-process__text{color:#4a4a4a;margin:0;font-size:.85rem;line-height:1.55}.sp-benefits{color:#1a1a1a;background:#fff;padding:4.5rem 1.25rem 5rem}.sp-benefits+.sp-process,.sp-process+.sp-benefits{border-top:1px solid #e7e9ee}.sp-benefits__grid{gap:1.5rem;max-width:1200px;margin:3rem auto 0;display:grid}.sp-benefits__grid--two{grid-template-columns:repeat(2,1fr)}.sp-benefits__grid--three{grid-template-columns:repeat(3,1fr)}.sp-benefit{background:#f6f7f9;border:1px solid #e7e9ee;border-top:4px solid #f2cb59;border-radius:1rem;padding:2rem 1.85rem}.sp-benefit__title{color:#0d1d56;margin:0 0 1rem;font-size:1.25rem;font-weight:700}.sp-benefit__desc{color:#4a4a4a;margin:0;font-size:.9rem;line-height:1.65}.sp-benefit__list{flex-direction:column;gap:.85rem;margin:0;padding:0;list-style:none;display:flex}.sp-benefit__list li{color:#4a4a4a;padding-left:1.6rem;font-size:.9rem;line-height:1.55;position:relative}.sp-benefit__list li:before{content:"";background:#f2cb5940;border-radius:50%;width:.7rem;height:.7rem;position:absolute;top:.4rem;left:0;box-shadow:inset 0 0 0 2px #f2cb59}.sp-cta{padding:4.5rem 1.25rem}.sp-cta__inner{text-align:center;background:radial-gradient(120% 120% at 50% 0,#f2cb591a 0%,#0000 60%),#ffffff08;border:1px solid #f2cb594d;border-radius:1.5rem;max-width:760px;margin:0 auto;padding:3rem 2rem}.sp-cta__inner h2{margin:0 0 .85rem;font-size:clamp(1.6rem,3vw,2.1rem);font-weight:700}.sp-cta__inner p{color:#c8c8c8;max-width:520px;margin:0 auto 1.75rem;font-size:1.05rem;line-height:1.7}@media (width<=992px){.sp-hero{text-align:center;flex-direction:column;padding-top:70px}.sp-hero__content h1{font-size:2.5rem}.sp-hero__lead{margin-left:auto;margin-right:auto}.sp-hero__actions{justify-content:center}.sp-hero__media{width:100%;max-width:480px}.sp-cards--three,.sp-process__grid--4,.sp-process__grid--5,.sp-stats__grid{grid-template-columns:repeat(2,1fr)}.sp-benefits__grid--three{grid-template-columns:1fr;max-width:32rem}}@media (width<=600px){.sp-hero__content h1{font-size:2rem}.sp-cards--two,.sp-cards--three,.sp-process__grid--3,.sp-process__grid--4,.sp-process__grid--5,.sp-benefits__grid--two,.sp-benefits__grid--three,.sp-stats__grid{grid-template-columns:1fr}.sp-stat{text-align:left;flex-direction:row;justify-content:center;align-items:baseline;gap:.75rem}.sp-stat__value{font-size:1.85rem}}.services-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;margin:0;padding:0;list-style:none;display:grid}.services-card{background:#0f172a80;border:1px solid #ffffff14;border-radius:.5rem;flex-direction:column;height:100%;padding:1.25rem;text-decoration:none;transition:border-color .15s;display:flex}.services-card:hover{border-color:#38bdf859}.services-card h2{color:#f8fafc;margin:0 0 .5rem;font-size:1.05rem;font-weight:600}.services-card p{color:#94a3b8;flex:1;margin:0 0 .75rem;font-size:.9rem;line-height:1.55}.services-card__link{color:#38bdf8;font-size:.85rem;font-weight:600}.service-detail__actions{flex-wrap:wrap;align-items:center;gap:1.25rem;margin-top:1.5rem;display:flex}.service-detail__cta{color:#0f172a;background:#38bdf8;border-radius:.375rem;padding:.65rem 1.2rem;font-weight:600;text-decoration:none;display:inline-flex}.service-detail__cta:hover{background:#7dd3fc}.service-detail__back{color:#94a3b8;text-decoration:none}.service-detail__back:hover{color:#f8fafc}.vapt{background:var(--brand-bg);color:#fff;min-height:100vh}.vapt-ph{color:#e2e8f08c;background:repeating-linear-gradient(45deg,#ffffff08 0 10px,#0000 10px 20px),#ffffff0a;border:1px dashed #ffffff40;border-radius:.9rem;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;width:100%;display:flex}.vapt-ph svg{opacity:.6}.vapt-media{background:#ffffff0a;border-radius:.9rem;width:100%;overflow:hidden}.vapt-media img{object-fit:cover;width:100%;height:100%;display:block}.vapt-card .vapt-media{border-bottom:1px solid #ffffff14;border-radius:0}.vapt-ph span{letter-spacing:.02em;font-size:.8rem;font-weight:500}.vapt-btn{border-radius:.5rem;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:transform .2s,filter .2s,background .2s,border-color .2s,color .2s;display:inline-flex}.vapt-btn--primary{color:#0d1d56;background:#f2cb59;box-shadow:0 4px 18px #f2cb5940}.vapt-btn--primary:hover{filter:brightness(1.05);transform:translateY(-2px)}.vapt-btn--ghost{color:#fff;border:1px solid #ffffff40}.vapt-btn--ghost:hover{color:#f2cb59;border-color:#f2cb59}.vapt-section__title{text-align:center;margin:0 0 1rem;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700;line-height:1.2}.vapt-section__title--dark{color:#000}.vapt-section__lead{text-align:center;color:#c8c8c8;max-width:640px;margin:0 auto;font-size:1.05rem;line-height:1.7}.vapt-hero{align-items:center;gap:60px;max-width:1200px;margin:0 auto;padding:90px 20px 70px;display:flex}.vapt-hero__content{flex:1.2}.vapt-hero__eyebrow{letter-spacing:.18em;text-transform:uppercase;color:#f2cb59;margin:0 0 1rem;font-size:.85rem;font-weight:700}.vapt-hero__content h1{margin:0 0 1.5rem;font-size:3.25rem;font-weight:700;line-height:1.18}.vapt-hero__content h1 span{color:#f2cb59}.vapt-hero__lead{color:#c8c8c8;max-width:600px;margin:0 0 2rem;font-size:1.2rem;line-height:1.75}.vapt-hero__actions{flex-wrap:wrap;gap:1rem;display:flex}.vapt-hero__media{flex:1;min-width:0}.vapt-services{max-width:1200px;margin:0 auto;padding:3.5rem 1.25rem 5rem}.vapt-services__intro{margin-bottom:3rem}.vapt-services__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.vapt-card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:1rem;flex-direction:column;transition:transform .25s,border-color .25s,background .25s;display:flex;overflow:hidden}.vapt-card:hover{background:#ffffff0f;border-color:#f2cb5959;transform:translateY(-4px)}.vapt-card .vapt-ph{border:none;border-bottom:1px solid #ffffff14;border-radius:0}.vapt-card__body{flex-direction:column;padding:1.6rem 1.5rem 1.75rem;display:flex}.vapt-card__title{color:#fff;margin:0 0 .75rem;font-size:1.15rem;font-weight:700}.vapt-card__desc{color:#c8c8c8;margin:0 0 1.25rem;font-size:.9rem;line-height:1.6}.vapt-card__list{flex-direction:column;gap:.55rem;margin:0;padding:0;list-style:none;display:flex}.vapt-card__list li{color:#e2e8f0;padding-left:1.5rem;font-size:.85rem;line-height:1.5;position:relative}.vapt-card__list li:before{content:"";background:#f2cb592e;border-radius:50%;width:.7rem;height:.7rem;position:absolute;top:.4rem;left:0;box-shadow:inset 0 0 0 2px #f2cb59}.vapt-process{color:#1a1a1a;background:#fff;padding:4.5rem 1.25rem 5rem}.vapt-process__grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1200px;margin:3rem auto 0;display:grid}.vapt-process__card{background:#f6f7f9;border:1px solid #e7e9ee;border-radius:1rem;padding:1.75rem 1.5rem}.vapt-process__step{color:#f2cb59;-webkit-text-stroke:1px #0d1d5659;margin-bottom:.85rem;font-size:1.5rem;font-weight:800;display:inline-block}.vapt-process__title{color:#0d1d56;margin:0 0 .5rem;font-size:1.1rem;font-weight:700}.vapt-process__text{color:#4a4a4a;margin:0;font-size:.875rem;line-height:1.55}.vapt-cta{padding:4.5rem 1.25rem}.vapt-cta__inner{text-align:center;background:radial-gradient(120% 120% at 50% 0,#f2cb591a 0%,#0000 60%),#ffffff08;border:1px solid #f2cb594d;border-radius:1.5rem;max-width:760px;margin:0 auto;padding:3rem 2rem}.vapt-cta__inner h2{margin:0 0 .85rem;font-size:clamp(1.6rem,3vw,2.1rem);font-weight:700}.vapt-cta__inner p{color:#c8c8c8;max-width:520px;margin:0 auto 1.75rem;font-size:1.05rem;line-height:1.7}@media (width<=992px){.vapt-hero{text-align:center;flex-direction:column;padding-top:70px}.vapt-hero__content h1{font-size:2.5rem}.vapt-hero__lead{margin-left:auto;margin-right:auto}.vapt-hero__actions{justify-content:center}.vapt-hero__media{width:100%;max-width:480px}.vapt-services__grid,.vapt-process__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.vapt-hero__content h1{font-size:2rem}.vapt-services__grid,.vapt-process__grid{grid-template-columns:1fr}}
