:root{--navy:#071f49;--navy-2:#0b3274;--blue:#1456bd;--blue-2:#1f6feb;--green:#22c55e;--yellow:#ffc400;--red:#f01414;--white:#ffffff;--soft:#f6f8fb;--text:#111827;--muted:#667085;--line:#e5ecf5;--shadow:0 18px 45px rgba(7, 31, 73, .14);--container:1180px}*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,'Segoe UI',Arial,sans-serif;color:var(--text);background:#fff;line-height:1.58;overflow-x:hidden}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto}.container{max-width:var(--container);margin:auto;padding:0 24px}.promo-bar{background:linear-gradient(135deg,#051636 0%,#071f49 100%);border-bottom:1px solid rgb(255 255 255 / .08);min-height:46px;display:flex;align-items:center;justify-content:center;gap:12px;font-weight:600;letter-spacing:.02em;color:#e5ecf5;font-size:13.5px;text-align:center;padding:8px 24px}.promo-bar .discount{background:rgb(34 197 94 / .15);color:#22c55e;padding:4px 10px;border-radius:100px;font-size:11px;font-weight:800;letter-spacing:.05em;display:inline-flex;align-items:center}.promo-bar .buy{margin-left:12px;background:var(--green);color:#071f49;padding:6px 16px;border-radius:100px;font-size:12px;font-weight:700;letter-spacing:.01em;box-shadow:0 2px 10px rgb(34 197 94 / .25);transition:all 0.3s cubic-bezier(.4,0,.2,1);display:inline-flex;align-items:center;line-height:1}.promo-bar .buy:hover{background:#1eb253;transform:translateY(-1px);box-shadow:0 4px 12px rgb(34 197 94 / .4)}.site-header{background:rgb(255 255 255 / .94);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid rgb(229 236 245 / .85);box-shadow:0 4px 24px rgb(7 31 73 / .04);position:sticky;top:0;z-index:99;transition:background 0.3s,box-shadow 0.3s}.nav{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:24px}.logo{display:flex;align-items:center;flex-shrink:0;color:var(--navy);letter-spacing:-.02em;transition:opacity 0.25s}.logo:hover{opacity:.95}.site-logo{display:block;height:50px;width:auto;max-width:190px;object-fit:contain}.custom-logo{display:block;height:50px!important;width:auto!important;max-width:190px!important;object-fit:contain}.custom-logo-link{display:flex;align-items:center;line-height:1}.nav-main{display:flex;align-items:center;gap:28px;flex:1;justify-content:flex-end}.menu{display:flex;align-items:center;justify-content:center;gap:4px;font-size:13px;font-weight:700;text-transform:uppercase;color:#1f2937}.menu a{padding:8px 14px;border-radius:100px;transition:all 0.25s cubic-bezier(.4,0,.2,1);white-space:nowrap;color:var(--muted);letter-spacing:.02em}.menu a:hover{color:var(--blue);background:rgb(20 86 189 / .05)}.menu a.current{background:rgb(20 86 189 / .08);color:var(--blue);font-weight:800}.menu a.students-link{background:var(--navy);color:#fff;font-weight:800}.menu a.students-link:hover{background:var(--blue);color:#fff}.menu ul{list-style:none;margin:0;padding:0;display:flex;gap:4px}.menu li{display:inline-flex;align-items:center}.right-tools{display:flex;align-items:center;gap:10px;color:var(--navy);font-weight:700;font-size:13px}.currency{display:flex;align-items:center;gap:4px;cursor:pointer;padding:6px 10px;border-radius:6px;transition:background 0.2s;color:var(--navy)}.currency:hover{background:rgb(7 31 73 / .05)}.currency:after{content:"";border-left:3px solid #fff0;border-right:3px solid #fff0;border-top:4px solid var(--navy);margin-left:2px;opacity:.8}.icon-btn{position:relative;width:38px;height:38px;display:flex;align-items:center;justify-content:center;color:var(--navy);border-radius:50%;transition:all 0.25s cubic-bezier(.4,0,.2,1);cursor:pointer}.icon-btn:hover{background:rgb(20 86 189 / .06);color:var(--blue)}.icon-btn svg{width:20px;height:20px;stroke-width:2px}.icon-btn .user-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;display:block}.cart-count{position:absolute;top:2px;right:2px;width:16px;height:16px;border-radius:50%;background:var(--navy);color:#fff;font-size:9px;font-weight:800;display:flex;align-items:center;justify-content:center;line-height:1;box-shadow:0 0 0 2px #fff}.hamburger{display:none;align-items:center;justify-content:center;width:42px;height:42px;border:0;background:#fff0;color:var(--navy);cursor:pointer;border-radius:8px;transition:background 0.2s;padding:0}.hamburger:hover{background:rgb(7 31 73 / .05)}.hamburger-box{width:22px;height:16px;position:relative;display:flex;flex-direction:column;justify-content:space-between}.hamburger-line{display:block;width:100%;height:2px;background:currentColor;border-radius:2px;transition:transform 0.25s ease,opacity 0.2s ease}.hamburger[aria-expanded="true"] .hamburger-line:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger[aria-expanded="true"] .hamburger-line:nth-child(2){opacity:0}.hamburger[aria-expanded="true"] .hamburger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{display:none;position:fixed;top:0;right:0;width:min(360px, 85vw);height:100vh;background:#fff;z-index:201;flex-direction:column;padding:20px;box-shadow:-8px 0 40px rgb(7 31 73 / .18);transform:translateX(100%);transition:transform 0.35s cubic-bezier(.4,0,.2,1);overflow-y:auto;pointer-events:none}.mobile-menu.is-open{transform:translateX(0);pointer-events:auto}.mobile-menu-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid var(--line)}.mobile-logo .site-logo{height:44px}.mobile-logo .custom-logo{height:44px!important}.mobile-menu-close{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border:0;background:rgb(7 31 73 / .05);color:var(--navy);border-radius:50%;cursor:pointer;transition:background 0.2s}.mobile-menu-close:hover{background:rgb(7 31 73 / .1)}.mobile-menu-close svg{width:20px;height:20px}.mobile-nav{display:flex;flex-direction:column;gap:6px;margin-bottom:24px}.mobile-nav a{padding:14px 16px;border-radius:12px;color:var(--text);font-weight:700;font-size:15px;transition:all 0.2s;display:flex;align-items:center}.mobile-nav a:hover{background:rgb(20 86 189 / .06);color:var(--blue)}.mobile-nav a.current{background:rgb(20 86 189 / .1);color:var(--blue)}.mobile-nav a.students-link{background:var(--navy);color:#fff}.mobile-nav a.students-link:hover{background:var(--blue);color:#fff}.mobile-tools{margin-top:auto;padding-top:20px;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:12px}.mobile-tools a,.mobile-tools .currency{display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:10px;background:var(--soft);color:var(--navy);font-weight:700;font-size:14px;cursor:pointer;transition:background 0.2s}.mobile-tools a:hover,.mobile-tools .currency:hover{background:#e8edf5}.mobile-tools .currency::after{margin-left:auto}.mobile-cart .cart-count{position:static;margin-left:auto;width:20px;height:20px;font-size:10px;box-shadow:none;background:var(--blue)}.mobile-menu-backdrop{display:none;position:fixed;inset:0;background:rgb(7 31 73 / .45);backdrop-filter:blur(2px);z-index:200;opacity:0;pointer-events:none;transition:opacity 0.3s ease}.mobile-menu-backdrop.is-visible{opacity:1;pointer-events:auto}body.menu-open{overflow:hidden}.admin-bar .site-header{top:32px}.admin-bar .mobile-menu{top:32px;height:calc(100vh - 32px)}@media screen and (max-width:782px){.admin-bar .site-header{top:46px}.admin-bar .mobile-menu{top:46px;height:calc(100vh - 46px)}}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 24px;border-radius:3px;font-size:14px;font-weight:900;text-transform:uppercase;transition:.25s ease;cursor:pointer;border:1px solid #fff0}.btn:hover{transform:translateY(-2px)}.btn-yellow{background:var(--yellow);color:var(--navy)}.btn-blue{background:var(--blue);color:#fff}.btn-outline{border-color:rgb(255 255 255 / .55);color:#fff}.btn-light-outline{border-color:#cdd9ea;color:var(--navy);background:#fff}.btn-light-outline:hover{border-color:var(--blue);color:var(--blue)}.cta{display:flex;gap:14px;flex-wrap:wrap;align-items:center}.section{padding:86px 0}.center{text-align:center}.eyebrow{color:var(--blue);font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;margin-bottom:12px}.section-title{font-size:38px;line-height:1.18;color:var(--navy);margin:0 0 12px;font-weight:900}.lead{font-size:17px;color:var(--muted);max-width:800px;margin:0 auto 40px;line-height:1.65}.section-actions{margin-top:36px;display:flex;justify-content:center;gap:14px;flex-wrap:wrap}.blue-section{background:linear-gradient(135deg,#061b41,#0d3a84);color:#fff;position:relative;overflow:hidden}.blue-section:before{content:"";position:absolute;right:-180px;top:-180px;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgb(255 196 0 / .16),transparent 62%)}.blue-section .container{position:relative;z-index:1}.blue-section .section-title{color:#fff}.blue-section .lead{color:rgb(255 255 255 / .78)}.blue-section .eyebrow{color:var(--green)}.end-cta{background:linear-gradient(135deg,#061b41,#0d3a84);color:#fff;border-radius:26px;box-shadow:var(--shadow);padding:46px;display:flex;align-items:center;justify-content:space-between;gap:30px;overflow:hidden;position:relative}.end-cta:after{content:"";position:absolute;right:-120px;top:-120px;width:330px;height:330px;border-radius:50%;background:radial-gradient(circle,rgb(255 196 0 / .18),transparent 63%)}.end-cta>*{position:relative;z-index:1}.end-cta h2{margin:0 0 8px;color:#fff;font-size:34px;line-height:1.15}.end-cta p{margin:0;color:rgb(255 255 255 / .78);max-width:660px}.site-footer{background:linear-gradient(180deg,#061b41 0%,#051636 100%);color:rgb(255 255 255 / .72);font-size:14px;padding-top:72px}.footer-inner{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.3fr;gap:56px 40px;padding-bottom:56px;border-bottom:1px solid rgb(255 255 255 / .1);align-items:start}.footer-col{display:flex;flex-direction:column}.footer-brand{align-items:flex-start;gap:16px}.footer-logo img{height:48px;width:auto;display:block}.footer-tagline{margin:0;color:rgb(255 255 255 / .62);font-size:14.5px;line-height:1.65;max-width:280px}.footer-social{display:flex;align-items:center;gap:12px;margin-top:6px}.footer-social a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgb(255 255 255 / .08);color:rgb(255 255 255 / .85);border:1px solid rgb(255 255 255 / .08);transition:all 0.25s ease}.footer-social a:hover{background:var(--green);border-color:var(--green);color:#061b41;transform:translateY(-3px)}.footer-social svg{width:17px;height:17px}.footer-title{color:#fff;font-size:16px;font-weight:800;margin:0 0 22px;letter-spacing:.03em;text-transform:uppercase;position:relative;padding-bottom:12px}.footer-title::after{content:"";position:absolute;left:0;bottom:0;width:32px;height:3px;border-radius:2px;background:var(--green)}.footer-links,.footer-contact{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:13px}.footer-links a,.footer-contact a{color:rgb(255 255 255 / .78);font-weight:600;font-size:14.5px;transition:all 0.2s ease;display:inline-flex;align-items:center;gap:8px}.footer-links a:hover,.footer-contact a:hover{color:#fff;transform:translateX(4px)}.footer-links a::before{content:"";width:5px;height:5px;border-radius:50%;background:rgb(255 255 255 / .25);transition:background 0.2s}.footer-links a:hover::before{background:var(--green)}.footer-contact li{display:flex;align-items:flex-start;gap:12px;color:rgb(255 255 255 / .78);font-size:14.5px;line-height:1.55}.footer-contact a{color:rgb(255 255 255 / .78)}.footer-contact a:hover{color:#fff;transform:translateX(4px)}.contact-icon{width:20px;height:20px;flex-shrink:0;color:var(--green);margin-top:1px}.contact-icon svg{width:100%;height:100%}.footer-nav{display:flex;flex-direction:column;gap:13px}.footer-nav ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:13px}.footer-nav li{display:block}.footer-nav a{color:rgb(255 255 255 / .78);font-weight:600;font-size:14.5px;transition:all 0.2s ease;display:inline-flex;align-items:center;gap:8px}.footer-nav a::before{content:"";width:5px;height:5px;border-radius:50%;background:rgb(255 255 255 / .25);transition:background 0.2s}.footer-nav a:hover{color:#fff;transform:translateX(4px)}.footer-nav a:hover::before{background:var(--green)}.footer-bottom{text-align:center;padding:22px 0;font-size:13px;color:rgb(255 255 255 / .55)}.footer-bottom a{color:rgb(255 255 255 / .72);transition:color 0.2s}.footer-bottom a:hover{color:var(--green)}@media (max-width:1024px){.site-footer{padding-top:58px}.footer-inner{grid-template-columns:repeat(2,1fr);gap:44px 36px;padding-bottom:46px}}@media (max-width:640px){.site-footer{padding-top:50px}.footer-inner{grid-template-columns:1fr;gap:38px;text-align:center;padding-bottom:40px}.footer-brand{align-items:center}.footer-tagline{max-width:100%;font-size:13.5px}.footer-title::after{left:50%;transform:translateX(-50%)}.footer-social{justify-content:center}.footer-links a,.footer-nav a{justify-content:center}.footer-contact li{justify-content:center}.footer-contact-col .footer-contact{align-items:center}}.discount{display:inline-block;background:var(--green);color:var(--navy);padding:6px 10px;border-radius:999px;font-weight:900;font-size:12px;margin-bottom:15px}@media (max-width:1050px){.nav-main{display:none}.hamburger{display:flex}.end-cta{display:block}.end-cta .cta{margin-top:24px}.mobile-menu{display:flex}.mobile-menu-backdrop{display:block}}@media (max-width:640px){.promo-bar{font-size:12px;padding:8px 12px;flex-wrap:wrap}.section{padding:64px 0}.section-title{font-size:30px}.end-cta{padding:28px}.site-logo{height:44px}.custom-logo{height:44px!important}.nav{min-height:68px}.mobile-menu{width:min(320px, 88vw);padding:16px}}.form-message{padding:14px 18px;border-radius:12px;margin-bottom:16px;font-weight:600;font-size:14px}.form-message.success{background:rgb(34 197 94 / .12);color:#15803d;border:1px solid rgb(34 197 94 / .25)}.form-message.error{background:rgb(240 20 20 / .08);color:#b91c1c;border:1px solid rgb(240 20 20 / .2)}