@charset "UTF-8";body{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.6;color:#f8fafc;background-color:#07080b;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:Lora,Georgia,Times New Roman,serif;font-weight:700;line-height:1.2;letter-spacing:-.01em;color:#f8fafc;margin:0}h1{font-size:clamp(2.2rem,5vw,4rem);font-weight:700;line-height:1.12}h2{font-size:clamp(1.8rem,3.5vw,2.75rem);font-weight:700}h3{font-size:clamp(1.25rem,2vw,1.7rem);font-weight:600}h4{font-size:1.2rem;font-weight:600}p{margin:0 0 1rem;color:#cbd5e1}p:last-child{margin-bottom:0}a{color:inherit;text-decoration:none;transition:color .2s cubic-bezier(.16,1,.3,1)}.text-gradient{background:linear-gradient(135deg,#38bdf8,#6366f1,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.text-gradient-gold{background:linear-gradient(135deg,#fbbf24,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.text-muted{color:#94a3b8}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:90px}body{overflow-x:hidden;position:relative;min-height:100vh}.ambient-glow{position:fixed;pointer-events:none;z-index:0;border-radius:50%;filter:blur(120px);opacity:.18}.ambient-glow--1{top:-10vw;left:-10vw;width:45vw;height:45vw;background:#6366f1}.ambient-glow--2{top:35vh;right:-15vw;width:50vw;height:50vw;background:#a855f7}.ambient-glow--3{bottom:10vh;left:20vw;width:40vw;height:40vw;background:#06b6d4;opacity:.12}.bg-grid{position:fixed;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(to right,rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(to bottom,rgba(255,255,255,.02) 1px,transparent 1px);background-size:60px 60px;pointer-events:none;z-index:0}.container{width:100%;max-width:1240px;margin:0 auto;padding-left:32px;padding-right:32px;position:relative;z-index:1}@media(max-width:768px){.container{padding-left:20px;padding-right:20px}}.section{position:relative;padding:110px 0;z-index:1}@media(max-width:768px){.section{padding:70px 0}}.section__header{text-align:center;max-width:760px;margin:0 auto 60px}.section__header--wide{max-width:980px}@media(max-width:768px){.section__header{margin-bottom:40px}}.section__badge{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;background:#6366f11f;border:1px solid rgba(99,102,241,.25);border-radius:9999px;font-size:.85rem;font-weight:600;color:#818cf8;text-transform:uppercase;letter-spacing:.06em;margin-bottom:18px}.section__title{margin-bottom:16px}.section__subtitle{font-size:1.15rem;color:#94a3b8;line-height:1.5}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.95rem;font-weight:600;padding:14px 28px;border-radius:14px;cursor:pointer;border:1px solid transparent;transition:all .35s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;text-decoration:none}.btn svg{width:18px;height:18px;transition:transform .2s cubic-bezier(.16,1,.3,1)}.btn:hover svg{transform:translate(3px)}.btn--primary{background:linear-gradient(135deg,#6366f1,#a855f7);color:#fff;box-shadow:0 4px 20px #6366f159}.btn--primary:hover{box-shadow:0 6px 28px #6366f18c;transform:translateY(-2px)}.btn--glow{position:relative}.btn--glow:after{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;background:linear-gradient(135deg,#38bdf8,#6366f1,#a855f7);filter:blur(10px);opacity:.6;z-index:-1;border-radius:inherit;transition:opacity .35s cubic-bezier(.16,1,.3,1)}.btn--glow:hover:after{opacity:.9}.btn--outline{background:#ffffff0a;border-color:#ffffff24;color:#f8fafc}.btn--outline:hover{background:#ffffff14;border-color:#818cf8;color:#fff;transform:translateY(-2px)}.btn--gold{background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#07080b;font-weight:700;box-shadow:0 4px 20px #f59e0b4d}.btn--gold:hover{box-shadow:0 6px 28px #f59e0b80;transform:translateY(-2px)}.btn--sm{padding:10px 20px;font-size:.88rem}.btn--lg{padding:18px 36px;font-size:1.05rem;border-radius:20px}.btn--full{width:100%}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.badge{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;font-size:.78rem;font-weight:600;border-radius:9999px;background:#ffffff0f;border:1px solid rgba(255,255,255,.07);color:#cbd5e1}.badge--accent{background:#6366f126;border-color:#6366f159;color:#818cf8}.badge--restricted{background:#ec489926;border-color:#ec489966;color:#f472b6}.badge--gold{background:#f59e0b26;border-color:#f59e0b66;color:#fbbf24}@keyframes pulse-glow{0%,to{opacity:.15;transform:scale(1)}50%{opacity:.28;transform:scale(1.08)}}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes prime-logo-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes prime-ring-pulse{0%,to{opacity:.9;stroke-width:45px}50%{opacity:1;stroke-width:52px}}.animate-pulse-glow{animation:pulse-glow 8s ease-in-out infinite}.animate-float{animation:float 5s ease-in-out infinite}.reveal{opacity:0;transform:translateY(32px);transition:opacity .75s cubic-bezier(.16,1,.3,1),transform .75s cubic-bezier(.16,1,.3,1);will-change:opacity,transform}.reveal--visible{opacity:1;transform:translateY(0)}.reveal--fade{transform:none}.reveal--scale{transform:scale(.94)}.reveal--scale.reveal--visible{transform:scale(1)}.reveal--delay-1{transition-delay:.1s}.reveal--delay-2{transition-delay:.2s}.reveal--delay-3{transition-delay:.3s}.reveal--delay-4{transition-delay:.4s}.reveal--delay-5{transition-delay:.5s}.spotlight-card{position:relative;overflow:hidden}.spotlight-card:after{content:"";position:absolute;top:var(--mouse-y, -1000px);left:var(--mouse-x, -1000px);width:350px;height:350px;background:radial-gradient(circle,rgba(99,102,241,.15) 0%,transparent 70%);transform:translate(-50%,-50%);pointer-events:none;opacity:0;transition:opacity .3s ease;border-radius:50%}.spotlight-card:hover:after{opacity:1}.header{position:fixed;top:0;left:0;right:0;z-index:100;padding:20px 0;background-color:transparent;border-bottom:1px solid transparent;transform:translateZ(0);-webkit-transform:translateZ(0);transition:padding .35s cubic-bezier(.16,1,.3,1),background-color .35s cubic-bezier(.16,1,.3,1),border-color .35s cubic-bezier(.16,1,.3,1),box-shadow .35s cubic-bezier(.16,1,.3,1)}.header--scrolled{padding:12px 0;background-color:#0a0c10d9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom-color:#ffffff12;box-shadow:0 4px 30px #00000080}.header__inner{display:flex;align-items:center;justify-content:space-between}.header__logo{display:inline-flex;align-items:center;color:#fff;text-decoration:none;transition:transform .2s cubic-bezier(.16,1,.3,1),filter .2s cubic-bezier(.16,1,.3,1)}.header__logo:hover .prime-logo{filter:drop-shadow(0 0 14px rgba(99,102,241,.55));transform:scale(1.04)}.header__logo:hover .prime-logo .prime-logo__petals{animation-duration:18s}.header .prime-logo{display:inline-block;width:42px;height:42px;flex-shrink:0;transition:transform .35s cubic-bezier(.16,1,.3,1),filter .35s cubic-bezier(.16,1,.3,1);filter:drop-shadow(0 0 8px rgba(99,102,241,.25))}.header .prime-logo svg{width:100%;height:100%;display:block;overflow:visible}.header .prime-logo__ring{animation:prime-ring-pulse 8s ease-in-out infinite alternate}.header .prime-logo__petals{transform-origin:500px 500px;animation:prime-logo-rotate 45s linear infinite;will-change:transform}.header .prime-logo--lg{width:48px;height:48px}.header__nav{display:flex;align-items:center;gap:32px}@media(max-width:768px){.header__nav{display:none}}.header__link{font-size:.92rem;font-weight:500;color:#cbd5e1;position:relative;padding:6px 0}.header__link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(135deg,#6366f1,#a855f7);transition:width .2s cubic-bezier(.16,1,.3,1)}.header__link:hover{color:#fff}.header__link:hover:after{width:100%}.header__actions{display:flex;align-items:center;gap:16px}.header__phone{font-size:.92rem;font-weight:600;color:#f8fafc;display:flex;align-items:center;gap:8px}.header__phone svg{width:16px;height:16px;color:#818cf8}@media(max-width:768px){.header__phone{display:none}}.header__phone:hover{color:#818cf8}.hero{position:relative;min-height:90vh;display:flex;align-items:center;padding-top:140px;padding-bottom:80px;overflow:hidden}@media(max-width:768px){.hero{padding-top:110px;padding-bottom:50px}}.hero__content{max-width:860px;margin:0 auto;text-align:center;position:relative;z-index:2}.hero__badge-wrapper{margin-bottom:24px}.hero__date-badge{display:inline-flex;align-items:center;gap:10px;padding:8px 20px;background:#ffffff0a;border:1px solid rgba(255,255,255,.12);border-radius:9999px;font-size:.9rem;font-weight:500;color:#cbd5e1;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hero__date-badge-dot{width:8px;height:8px;background:#10b981;border-radius:50%;box-shadow:0 0 10px #10b981;animation:pulse-glow 2s infinite}.hero__title{margin-bottom:24px;letter-spacing:-.03em}.hero__title span.highlight{background:linear-gradient(135deg,#38bdf8,#6366f1,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block}.hero__description{font-size:clamp(1.05rem,2vw,1.25rem);color:#cbd5e1;max-width:680px;margin:0 auto 36px;line-height:1.6}.hero__actions{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap;margin-bottom:60px}@media(max-width:480px){.hero__actions{flex-direction:column;width:100%}.hero__actions .btn{width:100%}}.hero__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:36px}@media(max-width:768px){.hero__stats{grid-template-columns:repeat(3,1fr);gap:12px}}@media(max-width:480px){.hero__stats{grid-template-columns:1fr;gap:12px}}.hero__stat-card{background:#10131ab8;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.08);border-radius:20px;position:relative;overflow:hidden;transition:border-color .35s cubic-bezier(.16,1,.3,1),transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s cubic-bezier(.16,1,.3,1)}.hero__stat-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#ffffff0d,#ffffff03);pointer-events:none;border-radius:inherit}.hero__stat-card{padding:24px 20px;text-align:center;border-color:#ffffff0f}.hero__stat-card-value{font-family:Lora,Georgia,Times New Roman,serif;font-size:clamp(1.6rem,2.5vw,2.1rem);font-weight:800;background:linear-gradient(135deg,#38bdf8,#6366f1,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:6px}.hero__stat-card-label{font-size:.85rem;color:#94a3b8;line-height:1.35}.about__package{text-align:center;margin-bottom:32px}.about__package-title{font-size:clamp(1.25rem,2vw,1.6rem);font-weight:700;color:#f8fafc;display:inline-flex;align-items:center;gap:14px;position:relative}.about__package-title:before,.about__package-title:after{content:"";display:inline-block;width:32px;height:1px;background:linear-gradient(90deg,transparent,rgba(99,102,241,.5))}.about__package-title:after{background:linear-gradient(90deg,rgba(99,102,241,.5),transparent)}.about__grid-5{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-bottom:32px}@media(max-width:1024px){.about__grid-5{grid-template-columns:repeat(3,1fr);gap:14px}}@media(max-width:768px){.about__grid-5{grid-template-columns:repeat(2,1fr);gap:12px}}@media(max-width:480px){.about__grid-5{grid-template-columns:1fr;gap:12px}}.about__card{background:#10131ab8;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.08);border-radius:20px;position:relative;overflow:hidden;transition:border-color .35s cubic-bezier(.16,1,.3,1),transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s cubic-bezier(.16,1,.3,1)}.about__card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#ffffff0d,#ffffff03);pointer-events:none;border-radius:inherit}.about__card{padding:26px 20px;display:flex;flex-direction:column;border-color:#ffffff0f;transition:all .35s cubic-bezier(.16,1,.3,1)}.about__card:hover{border-color:#6366f166;transform:translateY(-4px);box-shadow:0 12px 32px #00000073}.about__card-icon{width:44px;height:44px;background:#6366f11f;border:1px solid rgba(99,102,241,.25);border-radius:14px;display:flex;align-items:center;justify-content:center;color:#818cf8;margin-bottom:18px;flex-shrink:0}.about__card-icon svg{width:20px;height:20px}.about__card-title{font-size:1.05rem;font-weight:700;color:#fff;margin-bottom:10px;line-height:1.35}.about__card-desc{font-size:.88rem;color:#94a3b8;line-height:1.5;margin:0}.about__quote-wrapper{max-width:820px;margin:0 auto}.about__quote-card{background:#10131ab8;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.08);border-radius:20px;position:relative;overflow:hidden;transition:border-color .35s cubic-bezier(.16,1,.3,1),transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s cubic-bezier(.16,1,.3,1)}.about__quote-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#ffffff0d,#ffffff03);pointer-events:none;border-radius:inherit}.about__quote-card{padding:24px 32px 20px;background:linear-gradient(135deg,#6366f11a,#a855f70f),#10131ab8;border-color:#6366f140;position:relative;overflow:hidden;text-align:center}@media(max-width:768px){.about__quote-card{padding:20px 18px 16px}}.about__quote-card:before{content:"";position:absolute;top:-30px;right:-30px;width:160px;height:160px;background:radial-gradient(circle,rgba(99,102,241,.2) 0%,transparent 70%);pointer-events:none}.about__quote-card blockquote{font-family:Lora,Georgia,Times New Roman,serif;font-size:clamp(1.05rem,1.6vw,1.25rem);font-weight:700;line-height:1.45;color:#fff;margin-bottom:14px;position:relative}.about__quote-card blockquote:before{content:"“";display:block;font-size:2.2rem;color:#6366f166;line-height:.6;font-family:serif;margin-bottom:6px}.about__author-info{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding-top:14px;border-top:1px solid rgba(255,255,255,.08)}.about__author-avatar{width:32px;height:32px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.about__author-avatar .prime-logo{width:100%;height:100%;display:block}.about__author-avatar .prime-logo svg{width:100%;height:100%;display:block}.about__author-name{font-weight:600;color:#fff;font-size:.95rem}.courses{position:relative}.courses__nav{display:flex;justify-content:center;gap:12px;margin-bottom:48px;flex-wrap:wrap}@media(max-width:480px){.courses__nav{gap:8px}}.courses__tab-btn{display:inline-flex;align-items:center;gap:10px;padding:12px 24px;background:#ffffff08;border:1px solid rgba(255,255,255,.07);border-radius:9999px;font-size:.95rem;font-weight:600;color:#cbd5e1;cursor:pointer;transition:all .35s cubic-bezier(.16,1,.3,1)}@media(max-width:480px){.courses__tab-btn{padding:10px 16px;font-size:.85rem}}.courses__tab-btn:hover{background:#ffffff0f;border-color:#ffffff24;color:#fff}.courses__tab-btn--active{background:#6366f126;border-color:#6366f1;color:#fff;box-shadow:0 0 20px #6366f140}.courses__tab-btn--restricted.courses__tab-btn--active{background:#ec489926;border-color:#ec4899;box-shadow:0 0 20px #ec489940}.courses__card{background:#10131ab8;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.08);border-radius:20px;position:relative;overflow:hidden;transition:border-color .35s cubic-bezier(.16,1,.3,1),transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s cubic-bezier(.16,1,.3,1)}.courses__card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#ffffff0d,#ffffff03);pointer-events:none;border-radius:inherit}.courses__card{padding:48px;border-color:#ffffff1a;box-shadow:0 16px 40px #0009;display:none}@media(max-width:768px){.courses__card{padding:28px 20px}}.courses__card--active{display:block;animation:fadeIn .4s ease-out}.courses__card--restricted{border-color:#ec489959}.courses__card--restricted:before{background:linear-gradient(180deg,rgba(236,72,153,.05) 0%,transparent 100%)}.courses__alert{display:flex;align-items:flex-start;gap:12px;padding:16px 20px;background:#ec48991a;border:1px solid rgba(236,72,153,.3);border-radius:14px;margin-bottom:32px;color:#fbcfe8;font-size:.92rem;line-height:1.5}.courses__alert svg{width:20px;height:20px;flex-shrink:0;color:#ec4899;margin-top:2px}.courses__header{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:32px;border-bottom:1px solid rgba(255,255,255,.07);padding-bottom:28px}@media(max-width:768px){.courses__header{flex-direction:column}}.courses__header-main{flex:1}.courses__tagline{font-size:.9rem;font-weight:600;letter-spacing:.05em;color:#818cf8;text-transform:uppercase;margin-bottom:8px}.courses__course-title{margin-bottom:8px}.courses__course-subtitle{font-size:1.1rem;color:#cbd5e1}.courses__meta-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:36px}@media(max-width:768px){.courses__meta-grid{grid-template-columns:1fr}}.courses__meta-item{background:#ffffff06;border:1px solid rgba(255,255,255,.07);border-radius:14px;padding:16px;display:flex;align-items:center;gap:14px}.courses__meta-item-icon{width:42px;height:42px;background:#6366f11f;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#818cf8;flex-shrink:0}.courses__meta-item-icon svg{width:20px;height:20px}.courses__meta-item-content{display:flex;flex-direction:column}.courses__meta-item-label{font-size:.78rem;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.courses__meta-item-val{font-size:.95rem;font-weight:600;color:#f8fafc}.courses__highlight{background:#ffffff05;border:1px solid rgba(255,255,255,.07);border-radius:14px;padding:24px;margin-bottom:32px}.courses__highlight-header{display:flex;align-items:center;gap:10px;margin-bottom:12px}.courses__highlight-header svg{width:20px;height:20px;color:#818cf8}.courses__highlight-title{font-size:1.1rem;font-weight:700;color:#fff;margin:0}.courses__highlight-text{font-size:.95rem;color:#cbd5e1;line-height:1.6;margin-bottom:16px}.courses__bonus-box{display:flex;align-items:flex-start;gap:12px;background:#f59e0b14;border:1px solid rgba(245,158,11,.25);border-radius:8px;padding:14px 18px;font-size:.92rem;color:#fef3c7;line-height:1.5}.courses__bonus-box strong{color:#f59e0b}.courses__package{margin-bottom:36px}.courses__features-grid{list-style:none;display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(max-width:768px){.courses__features-grid{grid-template-columns:1fr}}.courses__features-grid li{background:#ffffff05;border:1px solid rgba(255,255,255,.07);border-radius:14px;padding:16px 18px;display:flex;align-items:flex-start;gap:12px;font-size:.92rem;color:#cbd5e1;line-height:1.45}.courses__features-grid li svg{width:18px;height:18px;color:#10b981;flex-shrink:0;margin-top:2px}.courses__features-grid li strong{color:#fff}.courses__body-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-bottom:36px}@media(max-width:1024px){.courses__body-grid{grid-template-columns:1fr;gap:28px}}.courses__section-title{font-size:1.15rem;margin-bottom:20px;display:flex;align-items:center;gap:10px}.courses__section-title svg{width:18px;height:18px;color:#818cf8}.courses__timeline{display:flex;flex-direction:column;gap:16px}.courses__timeline-item{background:#ffffff05;border:1px solid rgba(255,255,255,.07);border-radius:14px;padding:12px 20px;border-left:3px solid #6366f1}.courses__timeline-item-step{font-size:.8rem;font-weight:700;color:#818cf8;text-transform:uppercase;margin-bottom:4px}.courses__timeline-item-name{font-weight:600;color:#fff;font-size:.98rem;margin-bottom:4px}.courses__timeline-item-desc{font-size:.88rem;color:#94a3b8;line-height:1.45;margin:0}.courses__list{list-style:none;display:flex;flex-direction:column;gap:12px}.courses__list li{display:flex;align-items:flex-start;gap:12px;font-size:.93rem;color:#cbd5e1;line-height:1.45}.courses__list li svg{width:18px;height:18px;color:#10b981;flex-shrink:0;margin-top:3px}.courses__list li strong{color:#fff}.courses__list--target li svg{color:#818cf8}.courses__pricing-box{background:#0e1219f2;border:1px solid rgba(255,255,255,.14);border-radius:20px;padding:32px;display:flex;justify-content:space-between;align-items:center;gap:24px;position:relative;overflow:hidden}.courses__pricing-box:after{content:"";position:absolute;top:0;right:0;width:200px;height:200px;background:radial-gradient(circle,rgba(99,102,241,.15) 0%,transparent 70%);pointer-events:none}@media(max-width:1024px){.courses__pricing-box{flex-direction:column;align-items:stretch;padding:24px}}.courses__price-info{display:flex;flex-direction:column;gap:6px}.courses__price-row{display:flex;align-items:baseline;gap:14px}.courses__price-main{font-family:Lora,Georgia,Times New Roman,serif;font-size:clamp(2rem,3.5vw,2.6rem);font-weight:800;color:#fff}.courses__price-old{font-size:1.2rem;color:#64748b;text-decoration:line-through}.courses__installment-label{font-size:.92rem;color:#f59e0b;font-weight:500;display:flex;align-items:center;gap:6px}.courses__cta-group{display:flex;align-items:center;gap:12px;flex-wrap:wrap}@media(max-width:480px){.courses__cta-group{flex-direction:column}.courses__cta-group .btn{width:100%}}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.formats__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media(max-width:1024px){.formats__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.formats__grid{grid-template-columns:1fr}}.formats__card{background:#10131ab8;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.08);border-radius:20px;position:relative;overflow:hidden;transition:border-color .35s cubic-bezier(.16,1,.3,1),transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s cubic-bezier(.16,1,.3,1)}.formats__card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#ffffff0d,#ffffff03);pointer-events:none;border-radius:inherit}.formats__card{padding:32px 28px;display:flex;flex-direction:column;justify-content:flex-start;border-color:#ffffff12}.formats__card:hover{border-color:#6366f166;transform:translateY(-4px);box-shadow:0 0 30px #6366f140}.formats__card-icon{width:52px;height:52px;background:#6366f11f;border:1px solid rgba(99,102,241,.25);border-radius:14px;display:flex;align-items:center;justify-content:center;color:#818cf8;margin-bottom:24px}.formats__card-icon svg{width:24px;height:24px}.formats__card-title{font-size:1.15rem;margin-bottom:12px;color:#fff}.formats__card-desc{font-size:.92rem;color:#94a3b8;line-height:1.55;margin:0}.formats__card--featured{grid-column:span 2;background:linear-gradient(135deg,#6366f11a,#a855f714),#10131ab8;border-color:#6366f14d}@media(max-width:1024px){.formats__card--featured{grid-column:span 1}}.reviews{position:relative}.reviews__slider{position:relative;overflow:hidden;padding:10px 0 20px;margin:0 -4px}.reviews__track{display:flex;gap:24px;transition:transform .45s cubic-bezier(.16,1,.3,1);will-change:transform;cursor:grab}.reviews__track:active{cursor:grabbing}.reviews__slide{background:#10131ab8;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.08);border-radius:20px;position:relative;overflow:hidden;transition:border-color .35s cubic-bezier(.16,1,.3,1),transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s cubic-bezier(.16,1,.3,1)}.reviews__slide:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#ffffff0d,#ffffff03);pointer-events:none;border-radius:inherit}.reviews__slide{flex:0 0 calc(50% - 12px);max-width:calc(50% - 12px);padding:32px 28px;display:flex;gap:24px;align-items:center;cursor:pointer;border-color:#ffffff12;transition:all .35s cubic-bezier(.16,1,.3,1);-webkit-user-select:none;user-select:none}@media(max-width:1024px){.reviews__slide{flex:0 0 100%;max-width:100%}}@media(max-width:480px){.reviews__slide{flex-direction:column;text-align:center;padding:24px 20px;gap:20px}}.reviews__slide:hover{border-color:#6366f173;transform:translateY(-4px);box-shadow:0 16px 36px #00000073,0 0 24px #6366f126}.reviews__slide:hover .reviews__slide-avatar-wrap{border-color:#818cf8;box-shadow:0 0 20px #6366f166}.reviews__slide:hover .reviews__slide-cta{color:#fff}.reviews__slide:hover .reviews__slide-cta svg{transform:translate(4px)}.reviews__slide-avatar-wrap{width:180px;height:180px;min-width:180px;border-radius:50%;overflow:hidden;flex-shrink:0;border:3px solid rgba(99,102,241,.35);box-shadow:0 10px 28px #00000080;transition:all .35s cubic-bezier(.16,1,.3,1);background:#171b24}@media(max-width:480px){.reviews__slide-avatar-wrap{width:150px;height:150px;min-width:150px}}.reviews__slide-avatar{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .4s ease}.reviews__slide:hover .reviews__slide-avatar{transform:scale(1.05)}.reviews__slide-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:12px;height:100%;justify-content:center}.reviews__slide-name{font-size:1.25rem;font-weight:700;color:#fff;margin:0;line-height:1.3}.reviews__slide-points{display:flex;flex-direction:column;gap:8px}.reviews__slide-point{background:#ffffff06;border:1px solid rgba(255,255,255,.07);border-radius:14px;padding:10px 14px;font-size:.88rem;line-height:1.45;color:#cbd5e1}@media(max-width:480px){.reviews__slide-point{text-align:left}}.reviews__slide-point-tag{font-weight:700;color:#fff;margin-right:6px}.reviews__slide-point--before .reviews__slide-point-tag,.reviews__slide-point--after .reviews__slide-point-tag{color:#fff}.reviews__slide-cta{display:inline-flex;align-items:center;gap:6px;font-size:.85rem;font-weight:600;color:#818cf8;margin-top:4px;transition:color .2s cubic-bezier(.16,1,.3,1)}@media(max-width:480px){.reviews__slide-cta{justify-content:center}}.reviews__slide-cta svg{width:16px;height:16px;transition:transform .2s cubic-bezier(.16,1,.3,1)}.reviews__controls{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:36px}.reviews__arrow{width:44px;height:44px;border-radius:50%;background:#ffffff0d;border:1px solid rgba(255,255,255,.07);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1)}.reviews__arrow:hover:not(:disabled){background:#6366f1;border-color:#6366f1;transform:scale(1.08);box-shadow:0 0 18px #6366f173}.reviews__arrow:active:not(:disabled){transform:scale(.96)}.reviews__arrow:disabled{opacity:.3;cursor:not-allowed}.reviews__arrow svg{width:20px;height:20px}.reviews__dots{display:flex;align-items:center;gap:8px}.reviews__dot{width:10px;height:10px;border-radius:9999px;background:#fff3;border:none;padding:0;cursor:pointer;transition:all .35s cubic-bezier(.16,1,.3,1)}.reviews__dot:hover{background:#ffffff73}.reviews__dot--active{width:28px;background:linear-gradient(135deg,#6366f1,#a855f7);box-shadow:0 0 12px #6366f180}.pricing__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media(max-width:1024px){.pricing__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.pricing__grid{grid-template-columns:1fr}}.pricing__card{background:#10131ab8;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.08);border-radius:20px;position:relative;overflow:hidden;transition:border-color .35s cubic-bezier(.16,1,.3,1),transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s cubic-bezier(.16,1,.3,1)}.pricing__card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#ffffff0d,#ffffff03);pointer-events:none;border-radius:inherit}.pricing__card{padding:36px 28px;display:flex;flex-direction:column;justify-content:space-between;transition:all .35s cubic-bezier(.16,1,.3,1)}.pricing__card:hover{border-color:#6366f166;transform:translateY(-6px);box-shadow:0 0 30px #6366f140}.pricing__card--featured{border-color:#6366f173;background:linear-gradient(180deg,#6366f114,#10131af2);box-shadow:0 0 35px #6366f133}.pricing__card--restricted{border-color:#ec489959}.pricing__card--restricted:hover{border-color:#ec4899b3;box-shadow:0 0 30px #ec489940}.pricing__card-top{margin-bottom:24px}.pricing__card-badge-wrap{margin-bottom:14px}.pricing__card-title{font-size:1.35rem;margin-bottom:8px}.pricing__card-tagline{font-size:.85rem;color:#94a3b8;margin-bottom:20px}.pricing__card-prices{margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.07)}.pricing__card-price-main{font-family:Lora,Georgia,Times New Roman,serif;font-size:2rem;font-weight:800;color:#fff;display:flex;align-items:baseline;gap:8px}.pricing__card-price-main span.old{font-size:1.1rem;font-weight:500;color:#64748b;text-decoration:line-through}.pricing__card-installment-info{font-size:.88rem;color:#f59e0b;font-weight:600;margin-top:6px}.pricing__card-features{list-style:none;margin-bottom:32px;display:flex;flex-direction:column;gap:12px}.pricing__card-features li{display:flex;align-items:flex-start;gap:10px;font-size:.88rem;color:#cbd5e1;line-height:1.4}.pricing__card-features li svg{width:16px;height:16px;color:#10b981;flex-shrink:0;margin-top:2px}.pricing__card-actions{display:flex;flex-direction:column;gap:10px}.pricing__banner{margin-top:60px;background:#10131ab8;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.08);border-radius:20px;position:relative;overflow:hidden;transition:border-color .35s cubic-bezier(.16,1,.3,1),transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s cubic-bezier(.16,1,.3,1)}.pricing__banner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#ffffff0d,#ffffff03);pointer-events:none;border-radius:inherit}.pricing__banner{padding:36px 40px;background:linear-gradient(135deg,#6366f126,#f59e0b1a),#10131ab8;border-color:#6366f14d;display:flex;align-items:center;justify-content:space-between;gap:32px}@media(max-width:1024px){.pricing__banner{flex-direction:column;text-align:center;padding:30px 20px}}.pricing__banner-content h3{margin-bottom:8px}.pricing__banner-content p{color:#cbd5e1;font-size:.95rem;margin:0}.pricing__banner-btn-group{display:flex;align-items:center;gap:14px;flex-shrink:0}@media(max-width:480px){.pricing__banner-btn-group{flex-direction:column;width:100%}.pricing__banner-btn-group .btn{width:100%}}.form-section__wrapper{background:#10131ab8;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.08);border-radius:20px;position:relative;overflow:hidden;transition:border-color .35s cubic-bezier(.16,1,.3,1),transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s cubic-bezier(.16,1,.3,1)}.form-section__wrapper:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#ffffff0d,#ffffff03);pointer-events:none;border-radius:inherit}.form-section__wrapper{max-width:800px;margin:0 auto;padding:56px 48px;border-color:#6366f14d;box-shadow:0 20px 50px #0009}@media(max-width:768px){.form-section__wrapper{padding:32px 20px}}.form-section__header{text-align:center;margin-bottom:36px}.form-section__header h3{font-size:clamp(1.4rem,2.5vw,1.8rem);margin-bottom:10px}.form-section__header p{color:#94a3b8;font-size:.95rem}.form-section__form{display:flex;flex-direction:column;gap:20px}.form-section__grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media(max-width:768px){.form-section__grid{grid-template-columns:1fr;gap:16px}}.form-section__group{display:flex;flex-direction:column;gap:8px}.form-section__label{font-size:.88rem;font-weight:500;color:#cbd5e1}.form-section__input,.form-section__select{width:100%;background:#ffffff0a;border:1px solid rgba(255,255,255,.14);border-radius:14px;padding:14px 18px;color:#fff;font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.95rem;transition:all .2s cubic-bezier(.16,1,.3,1);outline:none}.form-section__input::placeholder,.form-section__select::placeholder{color:#64748b}.form-section__input:focus,.form-section__select:focus{background:#ffffff12;border-color:#818cf8;box-shadow:0 0 15px #6366f14d}.form-section__input option,.form-section__select option{background:#171b24;color:#fff}.form-section__consent{display:flex;align-items:flex-start;gap:10px;font-size:.82rem;color:#94a3b8;line-height:1.45;margin-top:4px}.form-section__consent input[type=checkbox]{margin-top:3px;accent-color:#6366f1;cursor:pointer}.form-section__consent a{color:#818cf8;text-decoration:underline}.form-section__consent a:hover{color:#fff}.faq__list{max-width:860px;margin:0 auto;display:flex;flex-direction:column;gap:16px}.faq__item{background:#10131ab8;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.08);border-radius:20px;position:relative;overflow:hidden;transition:border-color .35s cubic-bezier(.16,1,.3,1),transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s cubic-bezier(.16,1,.3,1)}.faq__item:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#ffffff0d,#ffffff03);pointer-events:none;border-radius:inherit}.faq__item{border-color:#ffffff12;transition:all .35s cubic-bezier(.16,1,.3,1)}.faq__item--active{border-color:#6366f166;background:#171b24}.faq__trigger{width:100%;padding:22px 28px;background:transparent;border:none;cursor:pointer;text-align:left;display:flex;align-items:center;justify-content:space-between;gap:16px;color:#fff;font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.05rem;font-weight:600}@media(max-width:480px){.faq__trigger{padding:18px 20px;font-size:.95rem}}.faq__trigger-icon{width:32px;height:32px;background:#ffffff0d;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#818cf8;transition:transform .35s cubic-bezier(.16,1,.3,1),background .2s cubic-bezier(.16,1,.3,1)}.faq__trigger-icon svg{width:18px;height:18px}.faq__trigger[aria-expanded=true] .faq__trigger-icon{transform:rotate(180deg);background:#6366f1;color:#fff}.faq__content{display:none;padding:0 28px 24px;font-size:.95rem;color:#cbd5e1;line-height:1.6}@media(max-width:480px){.faq__content{padding:0 20px 20px;font-size:.9rem}}.faq__content p{margin:0}.faq__content ul{margin-left:20px}.faq__content strong{color:#fff}.footer{background:#050608;border-top:1px solid rgba(255,255,255,.07);padding:70px 0 30px;position:relative;z-index:2}.footer__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px;margin-bottom:50px}@media(max-width:1024px){.footer__grid{grid-template-columns:1fr 1fr;gap:30px}}@media(max-width:480px){.footer__grid{grid-template-columns:1fr}}.footer__brand{display:flex;flex-direction:column;gap:16px}.footer__brand p{color:#94a3b8;font-size:.9rem;line-height:1.5;max-width:320px}.footer__socials{display:flex;align-items:center;gap:12px}.footer__social-btn{width:40px;height:40px;background:#ffffff0d;border:1px solid rgba(255,255,255,.07);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#cbd5e1;transition:all .2s cubic-bezier(.16,1,.3,1)}.footer__social-btn svg{width:18px;height:18px}.footer__social-btn:hover{background:#6366f1;border-color:#6366f1;color:#fff;transform:translateY(-2px)}.footer__col-title{font-size:1.05rem;font-weight:700;color:#fff;margin-bottom:20px}.footer__links{list-style:none;display:flex;flex-direction:column;gap:12px}.footer__links li a{font-size:.9rem;color:#94a3b8}.footer__links li a:hover{color:#818cf8}.footer__contacts-content{display:flex;flex-direction:column;gap:12px;font-size:.9rem;color:#cbd5e1}.footer__contacts-content a{color:#fff;font-weight:600}.footer__contacts-content a:hover{color:#818cf8}.footer__bottom{padding-top:30px;border-top:1px solid rgba(255,255,255,.05);display:flex;align-items:center;justify-content:space-between;font-size:.82rem;color:#64748b}@media(max-width:768px){.footer__bottom{flex-direction:column;gap:12px;text-align:center}}.footer__legal-links{display:flex;gap:20px;flex-wrap:wrap}@media(max-width:768px){.footer__legal-links{justify-content:center}}.footer__legal-links a{color:#64748b}.footer__legal-links a:hover{color:#94a3b8;text-decoration:underline}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:none;align-items:center;justify-content:center;padding:20px}.modal--open{display:flex;animation:fadeIn .25s ease-out}.modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000bf;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.modal__dialog{position:relative;z-index:1;width:100%;max-width:540px;background:#0f1219;border:1px solid rgba(255,255,255,.12);border-radius:28px;padding:36px;box-shadow:0 25px 60px #000c;max-height:90vh;overflow-y:auto}@media(max-width:480px){.modal__dialog{padding:24px 18px}}.modal__close{position:absolute;top:20px;right:20px;width:36px;height:36px;background:#ffffff0d;border:1px solid rgba(255,255,255,.07);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#94a3b8;cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1)}.modal__close:hover{background:#ffffff1a;color:#fff;transform:rotate(90deg)}.modal__close svg{width:18px;height:18px}.modal__header{margin-bottom:24px;padding-right:30px}.modal__header h3{font-size:1.4rem;margin-bottom:6px}.modal__header p{color:#94a3b8;font-size:.9rem;margin:0}.modal__course-summary{background:#ffffff08;border:1px solid rgba(255,255,255,.07);border-radius:14px;padding:16px;margin-bottom:24px;display:flex;justify-content:space-between;align-items:center}.modal__course-summary-title{font-weight:600;color:#fff;font-size:.95rem}.modal__course-summary-amount{font-family:Lora,Georgia,Times New Roman,serif;font-weight:700;font-size:1.25rem;color:#818cf8}.modal__tbank-badge{display:flex;align-items:center;gap:8px;padding:10px 14px;background:#f59e0b1a;border:1px solid rgba(245,158,11,.25);border-radius:14px;margin-bottom:20px;font-size:.85rem;color:#fde68a}.modal__tbank-badge svg{width:18px;height:18px;color:#f59e0b;flex-shrink:0}.modal__dialog--review{max-width:680px;padding:0;overflow:hidden;max-height:88vh;display:flex;flex-direction:column;position:relative}.modal__dialog--review .modal__close{top:20px;right:20px;z-index:20}.modal__review-scroll{overflow-y:auto;max-height:88vh;padding:36px 36px 40px;display:flex;flex-direction:column}@media(max-width:480px){.modal__review-scroll{padding:24px 18px 30px}}.modal__review-header{display:flex;align-items:center;gap:20px;margin-bottom:24px;padding-right:36px;padding-top:4px}@media(max-width:480px){.modal__review-header{flex-direction:column;text-align:center;padding-right:0}}.modal__review-avatar-wrap{width:90px;height:90px;border-radius:50%;overflow:hidden;flex-shrink:0;border:2px solid rgba(99,102,241,.4);box-shadow:0 4px 16px #0006}.modal__review-avatar{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.modal__review-meta{flex:1;min-width:0}.modal__review-name{font-size:1.4rem;font-weight:700;color:#fff;margin-bottom:10px}.modal__review-points{display:flex;flex-direction:column;gap:8px}.modal__review-point{background:#ffffff06;border:1px solid rgba(255,255,255,.07);border-radius:14px;padding:10px 14px;font-size:.88rem;line-height:1.45;color:#cbd5e1}.modal__review-point-tag{font-weight:700;color:#fff;margin-right:6px}.modal__review-point--before .modal__review-point-tag,.modal__review-point--after .modal__review-point-tag{color:#fff}.modal__review-divider{height:1px;background:#ffffff12;margin-bottom:24px}.modal__review-body{font-size:.96rem;line-height:1.7;color:#cbd5e1}.modal__review-body p{margin-bottom:16px;color:#cbd5e1}.modal__review-body p:last-child{margin-bottom:0}.modal__review-body h4{font-size:1.15rem;font-weight:700;color:#fff;margin:24px 0 12px}.modal__review-body h4:first-child{margin-top:0}.modal__review-body ul{margin:0 0 18px;padding-left:0;list-style:none;display:flex;flex-direction:column;gap:10px}.modal__review-body ul li{position:relative;padding-left:22px;color:#cbd5e1;line-height:1.5}.modal__review-body ul li:before{content:"•";position:absolute;left:6px;top:0;color:#818cf8;font-weight:700;font-size:1.2rem;line-height:1.4}.toast-container{position:fixed;bottom:24px;right:24px;z-index:2000;display:flex;flex-direction:column;gap:12px;max-width:400px;pointer-events:none}@media(max-width:480px){.toast-container{left:20px;right:20px;bottom:20px}}.toast{pointer-events:auto;background:#10131ab8;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.08);border-radius:20px;position:relative;overflow:hidden;transition:border-color .35s cubic-bezier(.16,1,.3,1),transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s cubic-bezier(.16,1,.3,1)}.toast:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#ffffff0d,#ffffff03);pointer-events:none;border-radius:inherit}.toast{padding:16px 20px;display:flex;align-items:center;gap:12px;box-shadow:0 10px 30px #000000b3;animation:slideUp .3s ease-out}.toast--success{border-color:#10b98166}.toast--success svg{color:#10b981}.toast--error{border-color:#f43f5e66}.toast--error svg{color:#f43f5e}.toast-message{font-size:.9rem;color:#fff;line-height:1.4}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.legal-page{padding-top:130px;padding-bottom:100px;min-height:80vh}.legal-page__card{background:#10131ab8;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.08);border-radius:20px;position:relative;overflow:hidden;transition:border-color .35s cubic-bezier(.16,1,.3,1),transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s cubic-bezier(.16,1,.3,1)}.legal-page__card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#ffffff0d,#ffffff03);pointer-events:none;border-radius:inherit}.legal-page__card{padding:48px;max-width:900px;margin:0 auto}@media(max-width:768px){.legal-page__card{padding:28px 20px}}.legal-page__back{display:inline-flex;align-items:center;gap:8px;font-size:.9rem;font-weight:500;color:#818cf8;margin-bottom:24px}.legal-page__back svg{width:16px;height:16px}.legal-page__back:hover{text-decoration:underline}.legal-page__title{margin-bottom:24px;font-size:clamp(1.8rem,3vw,2.4rem)}.legal-page__date{font-size:.85rem;color:#64748b;margin-bottom:32px;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.07)}.legal-page__content{font-size:.95rem;line-height:1.7;color:#cbd5e1}.legal-page__content h2,.legal-page__content h3{color:#fff;margin-top:32px;margin-bottom:16px;font-size:1.25rem}.legal-page__content p{margin-bottom:16px}.legal-page__content ul,.legal-page__content ol{margin-bottom:20px;padding-left:24px}.legal-page__content ul li,.legal-page__content ol li{margin-bottom:8px}
