@import "https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:ital,wght@0,300;0,400;0,500;0,600;1,300&display=swap";:root{--black:#0a0a0a;--white:#f5f5f5;--gray-100:#e8e8e8;--gray-200:#d0d0d0;--gray-400:#999;--gray-600:#555;--gray-800:#222;--accent:#044cad;--accent-dark:#033a87;--accent-light:#1a62c4;--font-display:"Bebas Neue", sans-serif;--font-body:"DM Sans", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--black);color:var(--white);font-family:var(--font-body);font-weight:300;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{font-family:var(--font-display);letter-spacing:.04em;line-height:1}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}section{padding:100px 0}.container{max-width:1100px;margin:0 auto;padding:0 24px}.section-tag{letter-spacing:.2em;text-transform:uppercase;color:var(--gray-400);border:1px solid var(--gray-800);border-radius:2px;margin-bottom:20px;padding:6px 14px;font-size:11px;font-weight:600;display:inline-block}.section-title{color:var(--white);margin-bottom:16px;font-size:clamp(40px,6vw,72px)}.section-title span{color:var(--gray-400)}.section-subtitle{color:var(--gray-400);max-width:560px;font-size:16px;line-height:1.7}.btn-primary{background:var(--accent);color:var(--white);font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;cursor:pointer;border:none;align-items:center;gap:10px;padding:16px 36px;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary:hover{background:var(--accent-light);transform:translateY(-1px)}.btn-outline{color:var(--white);font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;border:1px solid var(--gray-600);cursor:pointer;background:0 0;align-items:center;gap:10px;padding:16px 36px;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex}.btn-outline:hover{border-color:var(--white)}.divider{background:var(--gray-800);width:100%;height:1px}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--black)}::-webkit-scrollbar-thumb{background:var(--accent);border-radius:3px}.section-divider{z-index:2;width:100%;line-height:0;position:absolute;bottom:-2px;left:0}.section-divider svg{vertical-align:bottom;width:100%;height:100%;display:block}.plans,.content-types{overflow:visible}@media (width<=1100px){.container{padding:0 40px}section{padding:80px 0}.section-title{font-size:clamp(36px,5vw,60px)}.section-subtitle{font-size:15px}.btn-primary,.btn-outline,.btn-outline-white{text-align:center;box-sizing:border-box;justify-content:center;align-items:center;width:100%;display:inline-flex}}@media (width<=900px){.container{padding:0 24px}section{padding:70px 0}.section-title{font-size:48px}.section-subtitle{font-size:14px}}.hero{align-items:center;min-height:100svh;display:flex;overflow:hidden;position:relative!important}.hero__bg{background-position:50%;background-size:cover;position:absolute;inset:0;overflow-x:visible}.hero__overlay{background:linear-gradient(105deg,#0a0a0aeb 45%,#0a0a0a66 100%);position:absolute;inset:0}.hero__content{z-index:2;padding-top:120px;padding-bottom:80px;position:relative}.hero__logo-wrap{margin-bottom:32px}.hero__logo{object-fit:contain;opacity:1;z-index:99;width:auto;height:250px;position:absolute;top:12px;left:120px}.hero__text{max-width:620px}.hero__title{color:var(--white);margin:16px 0 24px;font-size:clamp(56px,8vw,110px);line-height:.95}.hero__title span{color:#0000;-webkit-text-stroke:2px var(--accent)}.hero__subtitle{color:var(--gray-400);max-width:480px;margin-bottom:40px;font-size:17px;line-height:1.8}.hero__cta{flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:64px;display:flex}.hero__stats{flex-wrap:wrap;align-items:center;gap:32px;display:flex}.hero__stat{flex-direction:column;gap:4px;display:flex}.hero__stat strong{font-family:var(--font-display);color:var(--white);font-size:32px;line-height:1}.hero__stat span{color:var(--gray-400);letter-spacing:.08em;text-transform:uppercase;font-size:12px}.hero__stat-divider{background:var(--accent);opacity:.4;width:1px;height:40px}.hero__scroll-hint{z-index:2;flex-direction:column;align-items:center;gap:12px;display:flex;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.hero__scroll-hint span{letter-spacing:.2em;text-transform:uppercase;color:#fff;font-size:11px}.hero__scroll-line{background:linear-gradient(to bottom, var(--accent), transparent);width:1px;height:50px;animation:2s ease-in-out infinite scrollPulse}.hero__wave{z-index:2;width:100%;height:90px;position:absolute;bottom:0;left:0}@keyframes scrollPulse{0%,to{opacity:.4}50%{opacity:1}}@media (width<=1100px){.hero__logo{display:none}}@media (width<=600px){.hero__cta{flex-direction:column;align-items:flex-start}.hero__stats{gap:20px}.hero__bg{background-position:75%}.hero{position:relative}.hero__logo{height:300px;display:none;top:5px;left:50%;transform:translate(-50%)}}.benefits{background:var(--accent);border-top:1px solid #ffffff26;position:relative;overflow:hidden}.benefits__header{margin-bottom:64px}.benefits .section-tag{color:#fff9;border-color:#fff3}.benefits .section-title{color:var(--white)}.benefits .section-title span{color:#ffffff80}.benefits__grid{border:1px solid #ffffff26;grid-template-columns:repeat(3,1fr);gap:0;display:grid}.benefit-card{border-bottom:1px solid #ffffff26;border-right:1px solid #ffffff26;flex-direction:column;gap:20px;padding:40px 36px;transition:background .2s;display:flex}.benefit-card:hover{background:var(--accent-dark)}.benefit-card:nth-child(3n){border-right:none}.benefit-card:nth-child(n+4){border-bottom:none}.benefit-card__number{font-family:var(--font-display);color:#fff3;font-size:48px;line-height:1;transition:color .2s}.benefit-card:hover .benefit-card__number{color:#fff6}.benefit-card__title{color:var(--white);letter-spacing:.05em;margin-bottom:10px;font-size:18px}.benefit-card__desc{color:#ffffffa6;font-size:14px;line-height:1.7}@media (width<=900px){.benefits__grid{grid-template-columns:repeat(2,1fr)}.benefit-card:nth-child(3n){border-right:1px solid #ffffff26}.benefit-card:nth-child(2n){border-right:none}.benefit-card:nth-last-child(-n+2){border-bottom:none}}@media (width<=560px){.benefits__grid{grid-template-columns:1fr}.benefit-card{border-bottom:1px solid #ffffff26!important;border-right:none!important}.benefit-card:last-child{border-bottom:none!important}}.content-types{background:var(--accent-dark);margin-bottom:-5px;position:relative;overflow:hidden}.content-types__header{margin-bottom:56px}.content-types .section-tag{color:#fff;border-color:#fff}.content-types .section-title{color:var(--white)}.content-types .section-title span{color:gray}.content-types .section-subtitle{color:#fff}.content-types__grid{grid-template-columns:repeat(4,1fr);gap:2px;display:grid}.content-card{background:#0000004d;border-radius:12px;flex-direction:column;display:flex;overflow:hidden}.content-card__image{aspect-ratio:3/4;position:relative;overflow:hidden}.content-card__image img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.content-card:hover .content-card__image img{transform:scale(1.04)}.content-card__video-wrapper{width:100%;height:100%;position:relative;overflow:hidden}.content-card__video{pointer-events:none;border:none;width:177.78%;min-width:100%;height:177.78%;min-height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.content-card__overlay{pointer-events:none;z-index:2;background:#1a1a1a;animation:2s 1.5s forwards fadeOut;position:absolute;inset:0}@keyframes fadeOut{to{opacity:0}}.content-card__image-placeholder{width:100%;height:100%;color:var(--white);justify-content:center;align-items:center;display:flex}.content-card__tag{letter-spacing:.15em;text-transform:uppercase;background:var(--white);color:var(--accent);padding:4px 10px;font-size:10px;font-weight:600;position:absolute;top:16px;left:16px}.content-card__body{padding:24px 20px}.content-card__title{color:var(--white);letter-spacing:.04em;margin-bottom:8px;font-size:20px}.content-card__desc{color:#fff;font-size:16px;font-weight:700;line-height:1.7}.video-play-btn{cursor:pointer;z-index:3;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:84px;height:84px;padding:6px;transition:all .3s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.video-play-btn:hover{transform:translate(-50%,-50%)scale(1.08)}.video-play-btn__inner{color:#044cad;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;padding-left:4px;font-size:28px;display:flex}@media (width<=900px){.content-types__grid{grid-template-columns:1fr}}@media (width<=600px){.content-types__grid{grid-template-columns:1fr}}.plans{background-color:#3a3a3a;border-top:1px solid #ffffff1a;border-bottom:1px solid #ffffff1a;margin-bottom:-5px;position:relative;overflow:hidden}.plans__header{margin-bottom:56px}.plans .section-tag{color:#fff9;border-color:#fff3}.plans .section-title{color:var(--white)}.plans .section-title span{color:#1a62c4}.plans .section-subtitle{color:#ffffffa6}.plans__grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px;display:grid}.plan-card{background:var(--accent-dark);border:1px solid #ffffff1a;flex-direction:column;gap:32px;padding:40px 36px;display:flex;position:relative}.plan-card--highlight{background:var(--white);color:#044cad}.plan-card--highlight .plan-card__name,.plan-card--highlight .plan-card__desc,.plan-card--highlight .plan-card__period,.plan-card--highlight .plan-card__currency,.plan-card--highlight .plan-card__price strong,.plan-card--highlight .plan-card__features li{color:#044cad}.plan-card--highlight .plan-card__features svg{stroke:#044cad}.plan-card--highlight .btn-primary{background:var(--accent);color:var(--white)}.plan-card--highlight .btn-primary:hover{background:var(--accent-light)}.plan-card__badge{background:var(--accent);color:var(--white);letter-spacing:.2em;border:1px solid #ffffff4d;padding:4px 12px;font-size:10px;font-weight:700;position:absolute;top:-12px;left:36px}.plan-card--highlight .plan-card__badge{background:var(--accent);color:var(--white)}.plan-card__name{font-family:var(--font-display);color:var(--white);letter-spacing:.06em;font-size:28px}.plan-card__desc{color:#fff9;margin-top:8px;font-size:13px;line-height:1.6}.plan-card__price{flex-wrap:wrap;align-items:flex-end;gap:4px;display:flex}.plan-card__currency{color:var(--white);margin-bottom:6px;font-size:20px;font-weight:500}.plan-card__price strong{font-family:var(--font-display);color:var(--white);font-size:64px;line-height:1}.plan-card__period{color:#ffffff8c;max-width:100px;margin-bottom:8px;font-size:12px;line-height:1.4}.plan-card__features{flex-direction:column;flex:1;gap:12px;list-style:none;display:flex}.plan-card__features li{color:#fffc;align-items:center;gap:10px;font-size:14px;display:flex}.plan-card__features svg{stroke:#fffc;flex-shrink:0}.plans__guarantee{text-align:center;color:#fff;letter-spacing:.03em;flex-wrap:wrap;justify-content:center;align-items:center;gap:32px;padding:20px;font-size:13px;display:flex}.guarantee-item{color:#fffc;align-items:center;gap:8px;font-size:14px;display:flex}.guarantee-item ion-icon{color:var(--white);font-size:25px}.btn-outline-white{color:var(--white);font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;cursor:pointer;text-align:center;background:0 0;border:1px solid #ffffff59;justify-content:center;align-items:center;gap:10px;padding:16px 36px;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex}.btn-outline-white:hover{border-color:var(--white)}@media (width<=600px){.plans__grid{max-width:420px;margin:0 auto 32px;display:grid;grid-template-columns:1fr!important}}@media (width<=1100px){.plans__grid{grid-template-columns:repeat(2,1fr)}}.testimonials{background:var(--accent-dark);position:relative;overflow:hidden}.testimonials__header{margin-bottom:56px}.testimonials .section-tag{color:#fff9;border-color:#fff3}.testimonials .section-title{color:var(--white)}.testimonials .section-title span{color:#ffffff80}.testimonials__grid{grid-template-columns:repeat(3,1fr);gap:2px;margin-bottom:48px;display:grid}.testimonial-card{background:#00000040;flex-direction:column;gap:28px;padding:40px 32px;display:flex;position:relative}.testimonial-card:before{content:"“";color:#ffffff14;font-family:Georgia,serif;font-size:100px;line-height:1;position:absolute;top:16px;left:28px}.testimonial-card__text{color:#ffffffd9;z-index:1;font-size:15px;line-height:1.8;position:relative}.testimonial-card__author{align-items:center;gap:14px;display:flex}.testimonial-card__avatar{background:#ffffff26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex;overflow:hidden}.testimonial-card__avatar img{object-fit:cover;width:100%;height:100%}.testimonial-card__avatar span{font-family:var(--font-display);color:var(--white);font-size:20px}.testimonial-card__author strong{color:var(--white);font-size:14px;font-weight:600;display:block}.testimonial-card__author span{color:#ffffff8c;font-size:12px}.testimonial-card__stars{color:gold;letter-spacing:2px;font-size:14px}.testimonials__banner{background:var(--white);color:var(--accent);text-align:center;padding:28px 24px;font-size:16px;font-weight:300}.testimonials__banner strong{color:var(--accent);font-weight:700}@media (width<=900px){.testimonials__grid{grid-template-columns:1fr}}.about{border-top:1px solid var(--gray-800);background:#0a0a0a;position:relative;overflow:hidden}.about__inner{grid-template-columns:1fr 1.2fr;align-items:center;gap:80px;display:grid}.about__image-wrap{aspect-ratio:3/4;background:var(--gray-800);position:relative;overflow:hidden}.about__image-wrap img{object-fit:cover;object-position:top;width:100%;height:100%}.about__image-placeholder{width:100%;height:100%;color:var(--white);background:linear-gradient(135deg,#1a1a1a 0%,#2a2a2a 100%);justify-content:center;align-items:center;display:flex}.about__image-tag{background:var(--white);color:var(--black);flex-direction:column;align-items:center;gap:2px;padding:16px 20px;display:flex;position:absolute;bottom:24px;right:24px}.about__image-tag strong{font-family:var(--font-display);font-size:36px;line-height:1}.about__image-tag span{letter-spacing:.08em;text-transform:uppercase;font-size:11px}.about__bio{color:var(--gray-400);margin-bottom:20px;font-size:16px;line-height:1.8}.about__bio:last-of-type{margin-bottom:40px}.about__credentials{border-top:1px solid var(--gray-800);flex-direction:column;gap:16px;padding-top:32px;display:flex}.about__credential{align-items:flex-start;gap:20px;display:flex}.about__credential strong{letter-spacing:.1em;text-transform:uppercase;min-width:110px;color:var(--white);padding-top:2px;font-size:12px;font-weight:600}.about__credential span{color:var(--gray-400);font-size:14px;line-height:1.5}@media (width<=900px){.about__inner{grid-template-columns:1fr;gap:48px}}.faq{background:#000;position:relative;overflow:hidden}.faq .section-tag{color:#fff9;border-color:#fff3}.faq .section-title{color:var(--white)}.faq .section-title span{color:#044cad}.faq .section-subtitle{color:#ffffffa6}.faq__layout{grid-template-columns:1fr 1.4fr;align-items:start;gap:80px;display:grid}.faq__left{position:sticky;top:40px}.faq__left .btn-outline{color:#044cad;background-color:#fff;border-color:#044cad}.faq__left .btn-outline:hover{border-color:var(--white)}.faq__list{border-top:1px solid #fff3;flex-direction:column;gap:0;display:flex}.faq-item{cursor:pointer;border-bottom:1px solid #fff3}.faq-item__header{color:var(--white);justify-content:space-between;align-items:center;gap:24px;padding:24px 0;font-size:15px;font-weight:500;line-height:1.5;transition:color .15s;display:flex}.faq-item:hover .faq-item__header{color:#fffc}.faq-item__icon{border:1px solid #ffffff4d;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:border-color .15s;display:flex}.faq-item--open .faq-item__icon{border-color:var(--white);background:var(--white);color:var(--accent)}.faq-item--open .faq-item__icon svg{stroke:var(--accent)}.faq-item__body{padding-bottom:24px}.faq-item__body p{color:#ffffffa6;font-size:14px;line-height:1.8}@media (width<=900px){.faq__layout{grid-template-columns:1fr;gap:48px}.faq__left{position:static}}.footer{border-top:1px solid var(--gray-800);background:#fff;padding:80px 0 40px}.footer__top{grid-template-columns:1fr 1.5fr;gap:80px;margin-bottom:64px;display:grid}.footer__logo-img{width:800px;height:auto;margin-bottom:16px;overflow:hidden}.footer__brand p{color:var(--gray-400);max-width:280px;font-size:14px;line-height:1.7}.footer__links{grid-template-columns:repeat(3,1fr);gap:40px;display:grid}.footer__col{flex-direction:column;gap:12px;display:flex}.footer__col strong{letter-spacing:.18em;text-transform:uppercase;color:gray;margin-bottom:4px;font-size:11px;font-weight:600}.footer__col a{color:var(--gray-400);font-size:14px;transition:color .15s}.footer__col a:hover{color:var(--accent-light)}.footer__bottom{border-top:1px solid var(--gray-800);color:var(--gray-600);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding-top:32px;font-size:12px;display:flex}@media (width<=900px){.footer__top{grid-template-columns:1fr;gap:48px}}@media (width<=600px){.footer__links{grid-template-columns:1fr 1fr}.footer__bottom{text-align:center;flex-direction:column}.footer{padding:20px}}.navbar{z-index:1000;-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--gray-800);background:#0a0a0ad9;width:100%;position:fixed;top:0;left:0}.navbar-container{justify-content:space-between;align-items:center;max-width:1100px;height:60px;margin:0 auto;padding:0 24px;display:flex}.navbar-logo img{object-fit:contain;width:auto;height:150px;margin-top:10px}.navbar-links{align-items:center;gap:36px;list-style:none;display:flex}.navbar-links a{font-family:var(--font-body);letter-spacing:.1em;text-transform:uppercase;color:var(--gray-400);font-size:13px;font-weight:500;transition:color .2s}.navbar-links a:hover{color:var(--white)}@media (width<=600px){.navbar{display:none}.navbar-logo img{height:28px}}
