*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--orange:#0380de;--orange-light:#3d9fe8;--orange-dark:#0f56af;--charcoal:#1c1c1e;--charcoal-mid:#2c2c2e;--charcoal-light:#3a3a3c;--steel:#636366;--silver:#a2abb4;--off-white:#f2f2f7;--white:#fff;--green:#7ab646;--green-dark:#5b963f;--red:#ff3b30;--font-display:"Barlow Condensed", sans-serif;--font-body:"Inter", sans-serif;--max-w:1200px;--nav-h:72px}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--charcoal);color:var(--white);line-height:1.6;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{max-width:var(--max-w);margin:0 auto;padding:0 24px}.section{padding:96px 0}.section--dark{background:var(--charcoal)}.section--mid{background:var(--charcoal-mid)}.section--light{background:var(--off-white);color:var(--charcoal)}.section--orange{background:var(--orange);color:var(--white)}.label{letter-spacing:.12em;text-transform:uppercase;color:var(--orange);margin-bottom:12px;font-size:12px;font-weight:700}.label--light{color:var(--orange-light)}.label--dark{color:var(--orange-dark)}h1,h2,h3,h4{font-family:var(--font-display);line-height:1.05}h1{letter-spacing:-.01em;font-size:clamp(48px,8vw,96px);font-weight:900}h2{font-size:clamp(36px,5vw,64px);font-weight:800}h3{font-size:clamp(24px,3vw,36px);font-weight:700}.btn{cursor:pointer;font-size:15px;font-weight:700;font-family:var(--font-body);border:2px solid #0000;border-radius:6px;align-items:center;gap:8px;padding:14px 28px;transition:all .2s;display:inline-flex}.btn--primary{background:var(--orange);color:var(--white)}.btn--primary:hover{background:var(--orange-dark);transform:translateY(-1px);box-shadow:0 8px 24px #f57c0066}.btn--outline{color:var(--white);background:0 0;border-color:#fff6}.btn--outline:hover{border-color:var(--white);background:#ffffff14}.btn--dark{background:var(--charcoal);color:var(--white)}.btn--dark:hover{background:var(--charcoal-mid)}.grid-2{grid-template-columns:1fr 1fr;align-items:center;gap:48px;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.grid-4{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.text-orange{color:var(--orange)}.text-silver{color:var(--silver)}.tag{color:var(--orange);background:#f57c0026;border:1px solid #f57c004d;border-radius:20px;padding:4px 12px;font-size:12px;font-weight:600;display:inline-block}.announcement-bar{background:var(--orange);color:var(--white);text-align:center;letter-spacing:.02em;padding:10px 24px;font-size:13px;font-weight:600}.announcement-bar a{color:var(--white);text-decoration:underline}.nav{z-index:100;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);height:var(--nav-h);background:#1c1c1ef2;border-bottom:1px solid #ffffff14;position:sticky;top:0}.nav__inner{justify-content:space-between;align-items:center;height:100%;display:flex}.nav__logo{align-items:center;gap:12px;display:flex}.nav__logo-mark{background:var(--orange);width:40px;height:40px;font-family:var(--font-display);color:var(--white);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:20px;font-weight:900;display:flex}.nav__logo-text{font-family:var(--font-display);letter-spacing:.02em;font-size:22px;font-weight:800;line-height:1}.nav__logo-sub{color:var(--silver);letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:500;display:block}.nav__links{align-items:center;gap:32px;display:flex}.nav__link{color:var(--silver);letter-spacing:.01em;font-size:14px;font-weight:600;transition:color .2s}.nav__link:hover{color:var(--white)}.nav__actions{align-items:center;gap:12px;display:flex}.nav__portal{color:var(--silver);border:1px solid #fff3;border-radius:6px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .2s}.nav__portal:hover{border-color:var(--orange);color:var(--orange)}.nav__cta{background:var(--orange);color:var(--white);border-radius:6px;padding:8px 18px;font-size:13px;font-weight:700;transition:all .2s}.nav__cta:hover{background:var(--orange-dark)}.nav__hamburger{cursor:pointer;flex-direction:column;gap:5px;padding:4px;display:none}.nav__hamburger span{background:var(--white);border-radius:2px;width:24px;height:2px;transition:all .3s;display:block}.hero{min-height:calc(100vh - var(--nav-h) - 40px);background:var(--charcoal);align-items:center;display:flex;position:relative;overflow:hidden}.hero__bg{background:radial-gradient(at 60%,#f57c001f 0%,#0000 60%),radial-gradient(at 10% 80%,#f57c000f 0%,#0000 50%);position:absolute;inset:0}.hero__grid-lines{background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.hero__content{z-index:2;max-width:780px;position:relative}.hero__badge{background:#f57c001a;border:1px solid #f57c004d;border-radius:100px;align-items:center;gap:8px;margin-bottom:32px;padding:6px 16px;display:inline-flex}.hero__badge-dot{background:var(--orange);border-radius:50%;width:8px;height:8px;animation:2s infinite pulse-dot}.hero__badge-text{color:var(--orange);font-size:13px;font-weight:600}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.8)}}.hero h1{margin-bottom:24px}.hero h1 span{color:var(--orange);display:block}.hero__sub{color:var(--silver);max-width:560px;margin-bottom:40px;font-size:clamp(16px,2.5vw,20px);line-height:1.7}.hero__actions{flex-wrap:wrap;gap:16px;margin-bottom:64px;display:flex}.hero__stats{flex-wrap:wrap;gap:40px;display:flex}.hero__stat-value{font-family:var(--font-display);color:var(--white);font-size:36px;font-weight:800;line-height:1}.hero__stat-label{color:var(--silver);margin-top:4px;font-size:12px}.trust-bar{background:var(--charcoal-mid);border-top:1px solid #ffffff0f;border-bottom:1px solid #ffffff0f;padding:32px 0}.trust-bar__label{color:var(--steel);text-transform:uppercase;letter-spacing:.1em;text-align:center;margin-bottom:20px;font-size:12px;font-weight:600}.trust-bar__logos{flex-wrap:wrap;justify-content:center;align-items:center;gap:48px;display:flex}.trust-bar__logo{font-family:var(--font-display);color:var(--steel);letter-spacing:.05em;font-size:18px;font-weight:700;transition:color .2s}.trust-bar__logo:hover{color:var(--silver)}.model__header{text-align:center;margin-bottom:64px}.model__header p{color:var(--silver);max-width:600px;margin:16px auto 0;font-size:18px}.model__comparison{grid-template-columns:1fr 80px 1fr;align-items:start;gap:0;display:grid}.model__col{background:var(--charcoal-mid);border-radius:12px;padding:32px}.model__col--old{opacity:.7;border:1px solid #ffffff14}.model__col--new{border:2px solid var(--orange);box-shadow:0 0 40px #f57c0026}.model__col-label{text-transform:uppercase;letter-spacing:.12em;margin-bottom:16px;font-size:11px;font-weight:700}.model__col-label--old{color:var(--steel)}.model__col-label--new{color:var(--orange)}.model__col h3{margin-bottom:24px;font-size:22px}.model__step{color:var(--silver);border-bottom:1px solid #ffffff0f;align-items:center;gap:12px;padding:12px 0;font-size:14px;display:flex}.model__step:last-child{border-bottom:none}.model__step-icon{background:#ffffff0d;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;display:flex}.model__step-icon--orange{background:#f57c0026}.model__step-check{background:var(--orange);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;margin-left:auto;font-size:10px;display:flex}.model__arrow{color:var(--orange);justify-content:center;align-items:center;padding-top:80px;font-size:28px;display:flex}.model__saving{color:var(--green);text-align:center;background:#34c7591a;border:1px solid #34c7594d;border-radius:8px;margin-top:20px;padding:12px 16px;font-size:13px;font-weight:600}.services__header{text-align:center;margin-bottom:64px}.services__header p{color:var(--silver);max-width:560px;margin:16px auto 0;font-size:18px}.service-card{background:var(--charcoal-mid);border:1px solid #ffffff14;border-radius:16px;padding:32px;transition:all .3s}.service-card:hover{border-color:#f57c0066;transform:translateY(-4px);box-shadow:0 16px 40px #0000004d}.service-card__icon{background:#f57c001f;border:1px solid #f57c0040;border-radius:12px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:20px;font-size:22px;display:flex}.service-card h3{margin-bottom:12px;font-size:22px}.service-card p{color:var(--silver);font-size:14px;line-height:1.7}.how__header{text-align:center;margin-bottom:64px}.how__steps{gap:0;display:flex;position:relative}.how__steps:before{content:"";background:linear-gradient(90deg, var(--orange), #f57c004d);z-index:0;height:2px;position:absolute;top:28px;left:8%;right:8%}.how__step{text-align:center;z-index:1;flex:1;padding:0 16px;position:relative}.how__step-num{background:var(--orange);width:56px;height:56px;font-family:var(--font-display);border:4px solid var(--charcoal);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 20px;font-size:24px;font-weight:800;display:flex}.how__step h4{margin-bottom:8px;font-size:18px;font-weight:700}.how__step p{color:var(--silver);font-size:13px}.about__text .label{margin-bottom:12px}.about__text h2{margin-bottom:24px}.about__text p{color:var(--silver);margin-bottom:16px;font-size:16px;line-height:1.8}.about__creds{grid-template-columns:1fr 1fr;gap:16px;margin-top:32px;display:grid}.about__cred{background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;padding:16px}.about__cred-num{font-family:var(--font-display);color:var(--orange);font-size:32px;font-weight:800;line-height:1}.about__cred-label{color:var(--silver);margin-top:4px;font-size:12px}.about__photo{background:var(--charcoal-mid);aspect-ratio:4/5;border:1px solid #ffffff14;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex;overflow:hidden}.about__photo-placeholder{opacity:.3;font-size:64px}.about__photo-label{color:var(--steel);text-align:center;max-width:200px;font-size:13px}.products__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:48px;display:flex}.products__header-left .label{margin-bottom:8px}.products__grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.product-card{background:var(--charcoal-mid);cursor:pointer;border:1px solid #ffffff14;border-radius:12px;transition:all .3s;overflow:hidden}.product-card:hover{border-color:#f57c0066;transform:translateY(-3px);box-shadow:0 12px 32px #0000004d}.product-card__img{aspect-ratio:1;background:var(--charcoal-light);justify-content:center;align-items:center;font-size:48px;display:flex;position:relative}.product-card__badge{background:var(--orange);color:#fff;text-transform:uppercase;letter-spacing:.06em;border-radius:4px;padding:3px 8px;font-size:10px;font-weight:700;position:absolute;top:12px;left:12px}.product-card__body{padding:16px}.product-card__cat{color:var(--steel);text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px;font-size:11px;font-weight:600}.product-card__name{margin-bottom:12px;font-size:14px;font-weight:600;line-height:1.4}.product-card__footer{justify-content:space-between;align-items:center;display:flex}.product-card__price{font-family:var(--font-display);color:var(--white);font-size:20px;font-weight:700}.product-card__price-old{color:var(--steel);margin-left:6px;font-size:12px;text-decoration:line-through}.product-card__add{background:var(--orange);color:#fff;cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-size:18px;transition:background .2s;display:flex}.product-card__add:hover{background:var(--orange-dark)}.products__bc-note{text-align:center;color:var(--silver);background:#f57c000f;border:1px solid #f57c0026;border-radius:10px;margin-top:24px;padding:16px;font-size:13px}.products__bc-note strong{color:var(--orange)}.accounts__inner{grid-template-columns:1fr 1fr;align-items:center;gap:48px;display:grid}.accounts__features{margin:24px 0 32px;list-style:none}.accounts__feature{color:var(--silver);border-bottom:1px solid #ffffff0f;align-items:flex-start;gap:14px;padding:14px 0;font-size:14px;display:flex}.accounts__feature:last-child{border-bottom:none}.accounts__feature-icon{flex-shrink:0;margin-top:1px;font-size:18px}.accounts__feature strong{color:var(--white);margin-bottom:2px;font-size:14px;display:block}.accounts__panel{background:var(--charcoal-mid);border:1px solid #ffffff14;border-radius:16px;padding:32px}.accounts__panel h3{margin-bottom:8px;font-size:28px}.accounts__panel p{color:var(--silver);margin-bottom:24px;font-size:14px}.accounts__form-group{margin-bottom:16px}.accounts__label{color:var(--silver);margin-bottom:6px;font-size:12px;font-weight:600;display:block}.accounts__input{background:var(--charcoal-light);width:100%;color:var(--white);font-size:14px;font-family:var(--font-body);border:1px solid #ffffff1a;border-radius:8px;padding:12px 16px;transition:border-color .2s}.accounts__input:focus{border-color:var(--orange);outline:none}.accounts__input::placeholder{color:var(--steel)}.content-hub__header{text-align:center;margin-bottom:16px}.content-hub__header p{color:var(--silver);max-width:560px;margin:16px auto 40px;font-size:18px}.content-hub__channels{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-bottom:56px;display:flex}.channel-badge{color:var(--silver);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:100px;align-items:center;gap:8px;padding:8px 16px;font-size:13px;font-weight:600;display:flex}.channel-badge .dot{border-radius:50%;width:8px;height:8px}.dot--email{background:#4fc3f7}.dot--youtube{background:#ff3b30}.dot--fb{background:#2196f3}.dot--web{background:var(--orange)}.article-card{background:var(--charcoal-mid);border:1px solid #ffffff14;border-radius:16px;transition:all .3s;overflow:hidden}.article-card:hover{border-color:#f57c0059;transform:translateY(-3px)}.article-card__thumb{aspect-ratio:16/9;background:var(--charcoal-light);justify-content:center;align-items:center;font-size:40px;display:flex;position:relative}.article-card__play{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.article-card__play-btn{color:#fff;background:#ff3b30e6;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:18px;display:flex}.article-card__body{padding:20px}.article-card__meta{align-items:center;gap:10px;margin-bottom:10px;display:flex}.article-card__type{text-transform:uppercase;letter-spacing:.1em;color:var(--orange);font-size:11px;font-weight:700}.article-card__date{color:var(--steel);font-size:12px}.article-card h3{margin-bottom:8px;font-size:18px;font-weight:700;line-height:1.3}.article-card p{color:var(--silver);font-size:13px;line-height:1.6}.warranty{text-align:center}.warranty__icon{margin-bottom:16px;font-size:64px}.warranty h2{margin-bottom:16px}.warranty p{color:#fffc;max-width:580px;margin:0 auto 40px;font-size:18px}.warranty__features{flex-wrap:wrap;justify-content:center;gap:40px;margin-top:48px;display:flex}.warranty__feature{text-align:center}.warranty__feature-icon{margin-bottom:8px;font-size:28px}.warranty__feature-title{font-size:16px;font-weight:700}.warranty__feature-sub{color:#fff9;font-size:13px}.cta{text-align:center}.cta h2{margin-bottom:16px}.cta p{color:var(--silver);max-width:560px;margin:0 auto 40px;font-size:18px}.cta__actions{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}footer{background:#111113;border-top:1px solid #ffffff0f;padding:64px 0 32px}.footer__grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px;display:grid}.footer__brand p{color:var(--steel);max-width:280px;margin:16px 0 24px;font-size:14px;line-height:1.7}.footer__col h4{text-transform:uppercase;letter-spacing:.08em;color:var(--white);margin-bottom:16px;font-size:13px;font-weight:700}.footer__link{color:var(--steel);margin-bottom:10px;font-size:14px;transition:color .2s;display:block}.footer__link:hover{color:var(--silver)}.footer__bottom{color:var(--steel);border-top:1px solid #ffffff0f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding-top:32px;font-size:13px;display:flex}.footer__social{gap:12px;display:flex}.footer__social-link{width:36px;height:36px;color:var(--steel);background:#ffffff0f;border-radius:8px;justify-content:center;align-items:center;font-size:16px;transition:all .2s;display:flex}.footer__social-link:hover{background:var(--orange);color:#fff}.mobile-menu{background:var(--charcoal);z-index:200;flex-direction:column;padding:24px;display:none;position:fixed;inset:0;overflow-y:auto}.mobile-menu.open{display:flex}.mobile-menu__top{justify-content:space-between;align-items:center;margin-bottom:32px;display:flex}.mobile-menu__close{color:var(--white);cursor:pointer;background:0 0;border:none;font-size:24px}.mobile-menu__link{font-size:24px;font-family:var(--font-display);color:var(--white);border-bottom:1px solid #ffffff14;padding:16px 0;font-weight:700;display:block}.mobile-menu__link:last-child{border-bottom:none}.legal-page{max-width:800px;margin:0 auto;padding:80px 24px}.legal-page h1{margin-bottom:12px;font-size:clamp(32px,5vw,56px)}.legal-page .updated{color:var(--steel);margin-bottom:48px;font-size:13px}.legal-page h2{color:var(--white);margin:40px 0 16px;font-size:24px}.legal-page p{color:var(--silver);margin-bottom:16px;font-size:15px;line-height:1.8}.legal-page ul{margin-bottom:16px;padding-left:24px}.legal-page ul li{color:var(--silver);margin-bottom:8px;font-size:15px;line-height:1.8}.legal-page a{color:var(--orange)}.legal-page a:hover{text-decoration:underline}@media (max-width:1024px){.products__grid,.grid-4{grid-template-columns:repeat(2,1fr)}.footer__grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.section{padding:64px 0}.nav__links,.nav__actions{display:none}.nav__hamburger{display:flex}.grid-2,.grid-3,.grid-4,.model__comparison{grid-template-columns:1fr}.model__arrow{display:none}.how__steps{flex-direction:column;gap:32px}.how__steps:before{display:none}.products__grid{grid-template-columns:repeat(2,1fr)}.products__header{flex-direction:column;align-items:flex-start}.accounts__inner{grid-template-columns:1fr}.footer__grid{grid-template-columns:1fr 1fr}.footer__brand{grid-column:1/-1}.trust-bar__logos{gap:24px}.hero__stat-value{font-size:28px}}@media (max-width:480px){.products__grid{grid-template-columns:1fr}.hero__stats{gap:24px}.footer__grid{grid-template-columns:1fr}}
