*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--orange:#f57c00;--orange-light:#ff9800;--orange-dark:#e65100;--charcoal:#1c1c1e;--charcoal-mid:#2c2c2e;--charcoal-light:#3a3a3c;--steel:#636366;--silver:#aeaeb2;--off-white:#f2f2f7;--white:#fff;--green:#34c759;--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{text-decoration:none;color:inherit}.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{font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--orange);margin-bottom:12px}.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{font-size:clamp(48px,8vw,96px);font-weight:900;letter-spacing:-.01em}h2{font-size:clamp(36px,5vw,64px);font-weight:800}h3{font-size:clamp(24px,3vw,36px)}.btn,h3{font-weight:700}.btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:6px;font-size:15px;cursor:pointer;transition:all .2s ease;border:2px solid transparent;font-family:var(--font-body)}.btn--primary{background:var(--orange);color:var(--white)}.btn--primary:hover{background:var(--orange-dark);transform:translateY(-1px);box-shadow:0 8px 24px rgba(245,124,0,.4)}.btn--outline{background:transparent;color:var(--white);border-color:hsla(0,0%,100%,.4)}.btn--outline:hover{border-color:var(--white);background:hsla(0,0%,100%,.08)}.btn--dark{background:var(--charcoal);color:var(--white)}.btn--dark:hover{background:var(--charcoal-mid)}.grid-2{display:grid;grid-template-columns:1fr 1fr;grid-gap:48px;gap:48px;align-items:center}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:32px;gap:32px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px}.text-orange{color:var(--orange)}.text-silver{color:var(--silver)}.tag{display:inline-block;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;background:rgba(245,124,0,.15);color:var(--orange);border:1px solid rgba(245,124,0,.3)}.announcement-bar{background:var(--orange);color:var(--white);text-align:center;padding:10px 24px;font-size:13px;font-weight:600;letter-spacing:.02em}.announcement-bar a{text-decoration:underline;color:var(--white)}.nav{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:rgba(28,28,30,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid hsla(0,0%,100%,.08);height:var(--nav-h)}.nav__inner{justify-content:space-between;height:100%}.nav__inner,.nav__logo{display:flex;align-items:center}.nav__logo{gap:12px}.nav__logo-mark{width:40px;height:40px;background:var(--orange);border-radius:8px;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:900;font-size:20px;color:var(--white);flex-shrink:0}.nav__logo-text{font-family:var(--font-display);font-size:22px;font-weight:800;letter-spacing:.02em;line-height:1}.nav__logo-sub{font-size:10px;font-weight:500;color:var(--silver);letter-spacing:.08em;text-transform:uppercase;display:block}.nav__links{display:flex;align-items:center;gap:32px}.nav__link{font-size:14px;font-weight:600;color:var(--silver);transition:color .2s;letter-spacing:.01em}.nav__link:hover{color:var(--white)}.nav__actions{display:flex;align-items:center;gap:12px}.nav__portal{font-size:13px;font-weight:600;color:var(--silver);border:1px solid hsla(0,0%,100%,.2);padding:8px 16px;border-radius:6px;transition:all .2s}.nav__portal:hover{border-color:var(--orange);color:var(--orange)}.nav__cta{font-size:13px;font-weight:700;background:var(--orange);color:var(--white);padding:8px 18px;border-radius:6px;transition:all .2s}.nav__cta:hover{background:var(--orange-dark)}.nav__hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px}.nav__hamburger span{display:block;width:24px;height:2px;background:var(--white);border-radius:2px;transition:all .3s}.hero{position:relative;min-height:calc(100vh - var(--nav-h) - 40px);display:flex;align-items:center;overflow:hidden;background:var(--charcoal)}.hero__bg{position:absolute;inset:0;background:radial-gradient(ellipse at 60% 50%,rgba(245,124,0,.12) 0,transparent 60%),radial-gradient(ellipse at 10% 80%,rgba(245,124,0,.06) 0,transparent 50%)}.hero__grid-lines{position:absolute;inset:0;background-image:linear-gradient(hsla(0,0%,100%,.025) 1px,transparent 0),linear-gradient(90deg,hsla(0,0%,100%,.025) 1px,transparent 0);background-size:60px 60px}.hero__content{position:relative;z-index:2;max-width:780px}.hero__badge{display:inline-flex;align-items:center;gap:8px;background:rgba(245,124,0,.1);border:1px solid rgba(245,124,0,.3);border-radius:100px;padding:6px 16px;margin-bottom:32px}.hero__badge-dot{width:8px;height:8px;background:var(--orange);border-radius:50%;animation:pulse-dot 2s infinite}.hero__badge-text{font-size:13px;font-weight:600;color:var(--orange)}@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{font-size:clamp(16px,2.5vw,20px);color:var(--silver);max-width:560px;margin-bottom:40px;line-height:1.7}.hero__actions{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:64px}.hero__stats{display:flex;gap:40px;flex-wrap:wrap}.hero__stat-value{font-family:var(--font-display);font-size:36px;font-weight:800;color:var(--white);line-height:1}.hero__stat-label{font-size:12px;color:var(--silver);margin-top:4px}.trust-bar{padding:32px 0;border-top:1px solid hsla(0,0%,100%,.06);border-bottom:1px solid hsla(0,0%,100%,.06);background:var(--charcoal-mid)}.trust-bar__label{font-size:12px;color:var(--steel);font-weight:600;text-transform:uppercase;letter-spacing:.1em;text-align:center;margin-bottom:20px}.trust-bar__logos{display:flex;align-items:center;justify-content:center;gap:48px;flex-wrap:wrap}.trust-bar__logo{font-family:var(--font-display);font-size:18px;font-weight:700;color:var(--steel);letter-spacing:.05em;transition:color .2s}.trust-bar__logo:hover{color:var(--silver)}.model__header{text-align:center;margin-bottom:64px}.model__header p{font-size:18px;color:var(--silver);max-width:600px;margin:16px auto 0}.model__comparison{display:grid;grid-template-columns:1fr 80px 1fr;grid-gap:0;gap:0;align-items:start}.model__col{background:var(--charcoal-mid);border-radius:12px;padding:32px}.model__col--old{border:1px solid hsla(0,0%,100%,.08);opacity:.7}.model__col--new{border:2px solid var(--orange);box-shadow:0 0 40px rgba(245,124,0,.15)}.model__col-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;margin-bottom:16px}.model__col-label--old{color:var(--steel)}.model__col-label--new{color:var(--orange)}.model__col h3{font-size:22px;margin-bottom:24px}.model__step{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid hsla(0,0%,100%,.06);font-size:14px;color:var(--silver)}.model__step:last-child{border-bottom:none}.model__step-icon{width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0;background:hsla(0,0%,100%,.05)}.model__step-icon--orange{background:rgba(245,124,0,.15)}.model__step-check{width:18px;height:18px;border-radius:50%;font-size:10px;background:var(--orange);color:#fff;flex-shrink:0;margin-left:auto}.model__arrow,.model__step-check{display:flex;align-items:center;justify-content:center}.model__arrow{font-size:28px;color:var(--orange);padding-top:80px}.model__saving{background:rgba(52,199,89,.1);border:1px solid rgba(52,199,89,.3);border-radius:8px;padding:12px 16px;margin-top:20px;font-size:13px;color:var(--green);font-weight:600;text-align:center}.services__header{text-align:center;margin-bottom:64px}.services__header p{font-size:18px;color:var(--silver);max-width:560px;margin:16px auto 0}.service-card{background:var(--charcoal-mid);border:1px solid hsla(0,0%,100%,.08);border-radius:16px;padding:32px;transition:all .3s}.service-card:hover{border-color:rgba(245,124,0,.4);transform:translateY(-4px);box-shadow:0 16px 40px rgba(0,0,0,.3)}.service-card__icon{width:52px;height:52px;background:rgba(245,124,0,.12);border:1px solid rgba(245,124,0,.25);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:20px}.service-card h3{font-size:22px;margin-bottom:12px}.service-card p{font-size:14px;color:var(--silver);line-height:1.7}.how__header{text-align:center;margin-bottom:64px}.how__steps{display:flex;gap:0;position:relative}.how__steps:before{content:"";position:absolute;top:28px;left:8%;right:8%;height:2px;background:linear-gradient(90deg,var(--orange),rgba(245,124,0,.3));z-index:0}.how__step{flex:1 1;text-align:center;position:relative;z-index:1;padding:0 16px}.how__step-num{width:56px;height:56px;background:var(--orange);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:24px;font-weight:800;margin:0 auto 20px;border:4px solid var(--charcoal)}.how__step h4{font-size:18px;font-weight:700;margin-bottom:8px}.how__step p{font-size:13px;color:var(--silver)}.about__text .label{margin-bottom:12px}.about__text h2{margin-bottom:24px}.about__text p{font-size:16px;color:var(--silver);margin-bottom:16px;line-height:1.8}.about__creds{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px;margin-top:32px}.about__cred{background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.08);border-radius:10px;padding:16px}.about__cred-num{font-family:var(--font-display);font-size:32px;font-weight:800;color:var(--orange);line-height:1}.about__cred-label{font-size:12px;color:var(--silver);margin-top:4px}.about__photo{background:var(--charcoal-mid);border-radius:20px;border:1px solid hsla(0,0%,100%,.08);overflow:hidden;aspect-ratio:4/5;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:12px}.about__photo-placeholder{font-size:64px;opacity:.3}.about__photo-label{font-size:13px;color:var(--steel);text-align:center;max-width:200px}.products__header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:48px;flex-wrap:wrap;gap:16px}.products__header-left .label{margin-bottom:8px}.products__grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px}.product-card{background:var(--charcoal-mid);border:1px solid hsla(0,0%,100%,.08);border-radius:12px;overflow:hidden;transition:all .3s;cursor:pointer}.product-card:hover{border-color:rgba(245,124,0,.4);transform:translateY(-3px);box-shadow:0 12px 32px rgba(0,0,0,.3)}.product-card__img{aspect-ratio:1;background:var(--charcoal-light);display:flex;align-items:center;justify-content:center;font-size:48px;position:relative}.product-card__badge{position:absolute;top:12px;left:12px;background:var(--orange);color:#fff;font-size:10px;font-weight:700;padding:3px 8px;border-radius:4px;text-transform:uppercase;letter-spacing:.06em}.product-card__body{padding:16px}.product-card__cat{font-size:11px;color:var(--steel);font-weight:600;text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px}.product-card__name{font-size:14px;font-weight:600;margin-bottom:12px;line-height:1.4}.product-card__footer{display:flex;align-items:center;justify-content:space-between}.product-card__price{font-family:var(--font-display);font-size:20px;font-weight:700;color:var(--white)}.product-card__price-old{font-size:12px;color:var(--steel);text-decoration:line-through;margin-left:6px}.product-card__add{width:32px;height:32px;background:var(--orange);border-radius:6px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px;border:none;cursor:pointer;transition:background .2s}.product-card__add:hover{background:var(--orange-dark)}.products__bc-note{margin-top:24px;text-align:center;padding:16px;background:rgba(245,124,0,.06);border:1px solid rgba(245,124,0,.15);border-radius:10px;font-size:13px;color:var(--silver)}.products__bc-note strong{color:var(--orange)}.accounts__inner{display:grid;grid-template-columns:1fr 1fr;grid-gap:48px;gap:48px;align-items:center}.accounts__features{list-style:none;margin:24px 0 32px}.accounts__feature{display:flex;align-items:flex-start;gap:14px;padding:14px 0;border-bottom:1px solid hsla(0,0%,100%,.06);font-size:14px;color:var(--silver)}.accounts__feature:last-child{border-bottom:none}.accounts__feature-icon{font-size:18px;flex-shrink:0;margin-top:1px}.accounts__feature strong{display:block;color:var(--white);font-size:14px;margin-bottom:2px}.accounts__panel{background:var(--charcoal-mid);border:1px solid hsla(0,0%,100%,.08);border-radius:16px;padding:32px}.accounts__panel h3{font-size:28px;margin-bottom:8px}.accounts__panel p{font-size:14px;color:var(--silver);margin-bottom:24px}.accounts__form-group{margin-bottom:16px}.accounts__label{font-size:12px;font-weight:600;color:var(--silver);margin-bottom:6px;display:block}.accounts__input{width:100%;background:var(--charcoal-light);border:1px solid hsla(0,0%,100%,.1);border-radius:8px;padding:12px 16px;color:var(--white);font-size:14px;font-family:var(--font-body);transition:border-color .2s}.accounts__input:focus{outline:none;border-color:var(--orange)}.accounts__input::placeholder{color:var(--steel)}.content-hub__header{text-align:center;margin-bottom:16px}.content-hub__header p{font-size:18px;color:var(--silver);max-width:560px;margin:16px auto 40px}.content-hub__channels{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:56px;flex-wrap:wrap}.channel-badge{display:flex;align-items:center;gap:8px;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:100px;padding:8px 16px;font-size:13px;font-weight:600;color:var(--silver)}.channel-badge .dot{width:8px;height:8px;border-radius:50%}.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 hsla(0,0%,100%,.08);border-radius:16px;overflow:hidden;transition:all .3s}.article-card:hover{border-color:rgba(245,124,0,.35);transform:translateY(-3px)}.article-card__thumb{aspect-ratio:16/9;background:var(--charcoal-light);font-size:40px;position:relative}.article-card__play,.article-card__thumb{display:flex;align-items:center;justify-content:center}.article-card__play{position:absolute;inset:0}.article-card__play-btn{width:48px;height:48px;background:rgba(255,59,48,.9);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;color:#fff}.article-card__body{padding:20px}.article-card__meta{display:flex;align-items:center;gap:10px;margin-bottom:10px}.article-card__type{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--orange)}.article-card__date{font-size:12px;color:var(--steel)}.article-card h3{font-size:18px;font-weight:700;margin-bottom:8px;line-height:1.3}.article-card p{font-size:13px;color:var(--silver);line-height:1.6}.warranty{text-align:center}.warranty__icon{font-size:64px}.warranty h2,.warranty__icon{margin-bottom:16px}.warranty p{font-size:18px;color:hsla(0,0%,100%,.8);max-width:580px;margin:0 auto 40px}.warranty__features{display:flex;justify-content:center;gap:40px;flex-wrap:wrap;margin-top:48px}.warranty__feature{text-align:center}.warranty__feature-icon{font-size:28px;margin-bottom:8px}.warranty__feature-title{font-size:16px;font-weight:700}.warranty__feature-sub{font-size:13px;color:hsla(0,0%,100%,.6)}.cta{text-align:center}.cta h2{margin-bottom:16px}.cta p{font-size:18px;color:var(--silver);max-width:560px;margin:0 auto 40px}.cta__actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}footer{background:#111113;border-top:1px solid hsla(0,0%,100%,.06);padding:64px 0 32px}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:48px;gap:48px;margin-bottom:48px}.footer__brand p{font-size:14px;color:var(--steel);margin:16px 0 24px;line-height:1.7;max-width:280px}.footer__col h4{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:16px;color:var(--white)}.footer__link{display:block;font-size:14px;color:var(--steel);margin-bottom:10px;transition:color .2s}.footer__link:hover{color:var(--silver)}.footer__bottom{align-items:center;justify-content:space-between;padding-top:32px;border-top:1px solid hsla(0,0%,100%,.06);font-size:13px;color:var(--steel);flex-wrap:wrap}.footer__bottom,.footer__social{display:flex;gap:12px}.footer__social-link{width:36px;height:36px;background:hsla(0,0%,100%,.06);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:16px;color:var(--steel);transition:all .2s}.footer__social-link:hover{background:var(--orange);color:#fff}.mobile-menu{display:none;position:fixed;inset:0;background:var(--charcoal);z-index:200;flex-direction:column;padding:24px;overflow-y:auto}.mobile-menu.open{display:flex}.mobile-menu__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px}.mobile-menu__close{font-size:24px;background:none;border:none;color:var(--white);cursor:pointer}.mobile-menu__link{display:block;padding:16px 0;font-size:24px;font-family:var(--font-display);font-weight:700;color:var(--white);border-bottom:1px solid hsla(0,0%,100%,.08)}.mobile-menu__link:last-child{border-bottom:none}.legal-page{max-width:800px;margin:0 auto;padding:80px 24px}.legal-page h1{font-size:clamp(32px,5vw,56px);margin-bottom:12px}.legal-page .updated{font-size:13px;color:var(--steel);margin-bottom:48px}.legal-page h2{font-size:24px;margin:40px 0 16px;color:var(--white)}.legal-page p{font-size:15px;color:var(--silver);line-height:1.8;margin-bottom:16px}.legal-page ul{padding-left:24px;margin-bottom:16px}.legal-page ul li{font-size:15px;color:var(--silver);line-height:1.8;margin-bottom:8px}.legal-page a{color:var(--orange)}.legal-page a:hover{text-decoration:underline}@media (max-width:1024px){.grid-4,.products__grid{grid-template-columns:repeat(2,1fr)}.footer__grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.section{padding:64px 0}.nav__actions,.nav__links{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}}