:root{--bg:#f5f7fb;--surface:#fff;--ink:#0f172a;--muted:#64748b;--line:#dfe5ef;--brand:#1688f8;--brand-dark:#0a5dd8;--brand-soft:#eaf4ff;--dark:#071426;--dark-2:#0c1d35;--success:#16a34a;--shadow:0 18px 55px #0f172a1a}*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{color:var(--ink);background:var(--bg);margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;line-height:1.6;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}.container{width:min(1180px,100% - 40px);margin-inline:auto}.site-header{z-index:1000;backdrop-filter:blur(18px);background:#fffffff0;border-bottom:1px solid #dfe5efe6;position:sticky;top:0;box-shadow:0 5px 18px #0f172a0a}.nav{justify-content:space-between;align-items:center;gap:28px;min-height:76px;display:flex}.brand{flex:none;align-items:center;display:flex}.menu{justify-content:flex-end;align-items:center;gap:25px;font-size:14px;font-weight:750;display:flex}.menu a:not(.btn){white-space:nowrap}.menu a:not(.btn):hover{color:var(--brand)}.menu-toggle{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:10px;width:42px;height:42px;font-size:22px;display:none}.btn{background:linear-gradient(135deg,var(--brand),var(--brand-dark));color:#fff;cursor:pointer;border:0;border-radius:12px;justify-content:center;align-items:center;min-height:48px;padding:12px 22px;font-weight:850;transition:transform .25s,box-shadow .25s,filter .25s;display:inline-flex;box-shadow:0 12px 28px #1688f838}.btn:hover{filter:saturate(1.08);transform:translateY(-2px);box-shadow:0 16px 34px #1688f847}.btn.secondary{color:var(--ink);border:1px solid var(--line);box-shadow:none;background:#fff}.btn.secondary:hover{border-color:#b9c6d8}.btn.small{min-height:42px;padding:9px 16px}.hero{isolation:isolate;background:linear-gradient(145deg,#fff 0%,#f6faff 50%,#edf6ff 100%);padding:88px 0 82px;position:relative;overflow:hidden}.hero:before,.hero:after{content:"";z-index:-1;filter:blur(8px);opacity:.62;border-radius:50%;position:absolute}.hero:before{background:radial-gradient(circle,#1688f83d,#0000 68%);width:480px;height:480px;top:-160px;right:-130px}.hero:after{background:radial-gradient(circle,#0ea5e92b,#0000 68%);width:340px;height:340px;bottom:-180px;left:-160px}.hero-grid{grid-template-columns:minmax(0,1.05fr) minmax(400px,.95fr);align-items:center;gap:62px;display:grid}.eyebrow{color:var(--brand-dark);text-transform:uppercase;letter-spacing:.12em;align-items:center;font-size:12px;font-weight:900;display:inline-flex}.hero h1{letter-spacing:-.047em;max-width:760px;margin:16px 0 24px;font-size:clamp(44px,5.3vw,72px);line-height:1.02}.hero p{color:var(--muted);max-width:680px;margin:0;font-size:19px}.hero-actions{flex-wrap:wrap;gap:13px;margin-top:30px;display:flex}.section{padding:90px 0}.section.white{background:#fff}.section-head{text-align:center;max-width:780px;margin:0 auto 46px}.section-head h2{letter-spacing:-.037em;margin:12px 0;font-size:clamp(34px,4vw,50px);line-height:1.08}.section-head p{color:var(--muted);margin:0;font-size:18px}.cards{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:24px;display:grid}.price{align-items:flex-end;gap:6px;margin:17px 0 4px;display:flex}.price strong{letter-spacing:-.04em;font-size:40px;line-height:1}.price span{color:var(--muted)}.activation{color:#475569;border-bottom:1px solid #edf1f6;margin:6px 0 15px;padding-bottom:15px;font-size:13px}.faq{gap:12px;max-width:850px;margin:auto;display:grid}.faq details{border:1px solid var(--line);background:#fff;border-radius:16px;padding:18px 20px}.faq summary{cursor:pointer;font-weight:800}.faq p{color:var(--muted)}.content{padding:55px 0 90px}.cta{background:linear-gradient(135deg,var(--dark),#0e2849);color:#fff;padding:56px 0}.cta .container{justify-content:space-between;align-items:center;gap:30px;display:flex}.cta h2{margin:8px 0;font-size:36px}footer{color:#cbd5e1;background:#050c17;padding:58px 0 25px}.footer-grid{grid-template-columns:1.8fr repeat(3,1fr);gap:42px;display:grid}.footer-grid>div{flex-direction:column;align-items:flex-start;gap:9px;display:flex}.footer-grid h3{color:#fff;margin:0 0 6px}.footer-grid a:hover{color:#fff}.footer-grid p{max-width:360px;margin:5px 0 0}.footer-bottom{color:#94a3b8;border-top:1px solid #202938;margin-top:35px;padding-top:22px}@media (width<=980px){.menu-toggle{place-items:center;display:grid}.menu{border-bottom:1px solid var(--line);background:#fff;flex-direction:column;align-items:stretch;gap:8px;padding:20px max(20px,4vw);display:none;position:absolute;top:76px;left:0;right:0;box-shadow:0 18px 35px #0f172a1f}.menu.open{display:flex}.menu a{padding:10px 4px}.hero-grid{grid-template-columns:1fr;gap:42px}.cards{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-grid{grid-template-columns:1.5fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2/4}}@media (width<=680px){.container{width:min(100% - 28px,1180px)}.nav{min-height:68px}.brand img{max-width:175px;height:36px!important}.menu{top:68px}.hero{padding:58px 0 60px}.hero h1{font-size:clamp(38px,11vw,52px)}.hero p{font-size:17px}.hero-actions{display:grid}.hero-actions .btn{width:100%}.section{padding:64px 0}.cards,.footer-grid{grid-template-columns:1fr}.cta .container{flex-direction:column;align-items:flex-start}.cta h2{font-size:30px}.footer-grid>div:last-child{grid-column:auto}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.btn{transition:none}}.hero-copy{z-index:2;position:relative}.cta p{color:#cbd5e1;max-width:650px;margin:0}body{padding-top:76px}.site-header{z-index:2000;width:100%;position:fixed;inset:0 0 auto}.mobile-actions{align-items:center;gap:9px;display:none}.account-shortcut{display:none}.menu-toggle{align-content:center;justify-items:center;gap:4px;padding:0}.menu-toggle span{background:var(--ink);border-radius:999px;width:20px;height:2px;transition:transform .22s,opacity .22s;display:block}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(6px)rotate(45deg)}.menu-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.menu-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-6px)rotate(-45deg)}@media (width<=980px){body{padding-top:68px}.nav{min-height:68px}.mobile-actions{display:flex}.account-shortcut{border-radius:10px;min-height:38px;padding:7px 12px;font-size:13px;display:inline-flex}.menu-toggle{display:grid}.desktop-account{display:none!important}.menu{max-height:calc(100vh - 68px);top:68px;overflow-y:auto}}@media (width<=680px){.brand img{max-width:145px;height:32px!important}.account-shortcut{padding:6px 10px;font-size:12px}.menu-toggle{width:39px;height:39px}}@media (width<=1050px){.menu{gap:16px;font-size:13px}}@media (width<=780px){.desktop-account{display:none!important}.account-shortcut{display:inline-flex!important}}.popular-ribbon{background:linear-gradient(135deg,var(--brand),var(--brand-dark));color:#fff;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:900;position:absolute;top:22px;right:24px}.pack-kicker{color:var(--brand-dark);text-transform:uppercase;letter-spacing:.09em;font-size:12px;font-weight:900}.process-timeline article{text-align:center;z-index:1;position:relative}.process-timeline p{color:var(--muted);margin:0;font-size:13px;line-height:1.45}@media (width<=980px){.process-timeline{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.process-timeline:before{display:none}.popular-ribbon{margin-bottom:15px;display:inline-flex;position:static}}@media (width<=620px){.process-timeline{grid-template-columns:1fr}}@media (width>=981px){.popular-ribbon{align-self:flex-start;margin-bottom:14px;display:inline-flex;position:static!important}}.brand img{object-fit:contain;max-width:240px;width:auto!important;height:58px!important}.footer-logo{object-fit:contain;max-height:70px;width:230px!important;height:auto!important}.footer-identity address{color:#aebed0;gap:4px;margin-top:12px;font-style:normal;display:grid}.footer-identity address strong{color:#fff}.footer-registration{color:#93a6bb;gap:3px;margin-top:8px;font-size:12px;display:grid}.footer-bottom{flex-wrap:wrap;justify-content:space-between;gap:18px;display:flex}@media (width<=680px){.footer-bottom{display:grid}.brand img{max-width:170px;height:44px!important}}.process-timeline{grid-template-columns:repeat(4,minmax(0,1fr))}.hero-premium{color:#fff;background:#061a36;min-height:610px;padding:46px 0 48px;overflow:hidden}.hero-premium:before{content:"";z-index:-3;filter:none;opacity:1;background:radial-gradient(circle at 13% 0,#1082ff3d,#0000 36%),radial-gradient(circle at 92% 22%,#00c3ff2b,#0000 34%),linear-gradient(124deg,#04152d 0%,#082b57 52%,#073f77 100%);border-radius:0;position:absolute;inset:0}.hero-premium:after{display:none}.hero-premium .hero-grid{grid-template-columns:minmax(0,.92fr) minmax(520px,1.08fr);align-items:center;gap:58px}.hero-premium .hero-copy{z-index:2;max-width:670px;position:relative}.hero-premium .hero-eyebrow{color:#8ed1ff;letter-spacing:.095em;backdrop-filter:blur(10px);background:#094e8b52;border:1px solid #7dc7ff38;border-radius:999px;align-items:center;gap:10px;margin-bottom:16px;padding:8px 13px;font-size:12px;display:inline-flex;box-shadow:inset 0 1px #ffffff14}.hero-premium h1{color:#fff;letter-spacing:-.047em;text-wrap:balance;text-shadow:0 10px 36px #00000029;max-width:690px;margin:0 0 16px;font-size:clamp(42px,4vw,58px);line-height:1.015}.hero-premium h1:after{content:"";background:linear-gradient(90deg,#1993ff,#35d8ff);border-radius:999px;width:92px;height:5px;margin-top:16px;display:block;box-shadow:0 0 22px #2cbbff80}.hero-premium .hero-actions .btn{background:linear-gradient(135deg,#168bff,#0870ea);border:1px solid #ffffff1f;border-radius:13px;min-height:52px;padding:13px 22px;font-size:15px;transition:transform .2s,box-shadow .2s,background .2s;box-shadow:0 15px 35px #0070eb4d,inset 0 1px #ffffff3b}.hero-premium .hero-actions .btn:hover{transform:translateY(-2px);box-shadow:0 19px 40px #0070eb66,inset 0 1px #ffffff40}.hero-premium .hero-actions .btn.secondary{color:#fff;backdrop-filter:blur(10px);background:#ffffff12;border-color:#fff3;box-shadow:inset 0 1px #ffffff14}.hero-premium .hero-actions .btn.secondary:hover{background:#ffffff1f;border-color:#68c3ff80;box-shadow:inset 0 1px #ffffff1a}@media (width<=1180px){.hero-premium{padding:48px 0}.hero-premium .hero-grid{grid-template-columns:minmax(0,.94fr) minmax(440px,1.06fr);gap:35px}.hero-premium h1{font-size:clamp(42px,4.7vw,56px)}}@media (width<=980px){.hero-premium{min-height:0;padding:62px 0 70px}.hero-premium .hero-grid{grid-template-columns:1fr;gap:42px}.hero-premium .hero-copy{max-width:760px}.hero-premium h1{max-width:760px;font-size:clamp(44px,7vw,66px)}}@media (width<=680px){.hero-premium{padding:38px 0 48px}.hero-premium .hero-grid{gap:30px}.hero-premium .hero-eyebrow{margin-bottom:16px;padding:7px 10px;font-size:10px}.hero-premium h1{font-size:clamp(38px,12vw,51px);line-height:1.03}.hero-premium h1:after{width:72px;height:4px;margin-top:17px}.hero-premium .hero-copy>p{font-size:16px;line-height:1.55}.hero-premium .hero-actions{grid-template-columns:1fr;margin-bottom:22px;display:grid}.hero-premium .hero-actions .btn{width:100%;min-height:52px}}@media (width<=390px){.hero-premium h1{font-size:36px}}@media (prefers-reduced-motion:reduce){.hero-premium .hero-actions .btn{transition:none}}.hero-premium:after{content:"";z-index:0;background:linear-gradient(90deg,#030e1ffa 0%,#041227ed 27%,#051832b3 42%,#05193433 55%,#05193408 100%);display:block;position:absolute;inset:0}@media (width<=1180px){.hero-premium .hero-grid{grid-template-columns:minmax(0,490px) 1fr}.hero-premium .hero-copy{max-width:490px}}@media (width<=980px){.hero-premium .hero-grid{grid-template-columns:minmax(0,520px) 1fr}.hero-premium .hero-copy{max-width:520px}.hero-premium:after{background:linear-gradient(90deg,#030e1ffa 0%,#041227f0 38%,#051832a8 56%,#05193424 76%,#0519340a 100%)}}@media (width<=680px){.hero-premium{padding-bottom:0}.hero-premium .hero-grid{display:block}.hero-premium .hero-copy{max-width:none}.hero-premium:after{background:linear-gradient(#030e1ffa 0%,#041227f0 60%,#0518322e 78%,#05193400 100%)}}.hero-premium{color:#fff;background:radial-gradient(circle at 84% 18%,#20a7ff4d,#0000 34%),linear-gradient(135deg,#06162e 0%,#0a2f64 58%,#075db5 100%);min-height:0;padding:58px 0 62px}.hero-premium:before,.hero-premium:after{display:none}.hero-premium .hero-grid{z-index:1;grid-template-columns:minmax(0,.88fr) minmax(500px,1.12fr);align-items:center;gap:54px;display:grid;position:relative}.hero-premium .hero-eyebrow{color:#83caff;background:#ffffff12;border:1px solid #91d2ff47;margin:0 0 18px;padding:7px 12px}.hero-premium h1{color:#fff;letter-spacing:-.045em;text-wrap:balance;max-width:570px;margin:0 0 20px;font-size:clamp(45px,4.8vw,64px);line-height:1.02}.hero-premium h1:after{width:82px;height:4px;margin-top:20px}.hero-premium .hero-actions{gap:13px;margin:0 0 25px;display:flex}.hero-premium .hero-actions .btn{min-height:52px;padding:13px 22px}@media (width<=1080px){.hero-premium .hero-grid{grid-template-columns:minmax(0,.9fr) minmax(440px,1.1fr);gap:38px}.hero-premium h1{font-size:clamp(43px,5vw,57px)}}@media (width<=980px){.hero-premium{padding:52px 0 66px}.hero-premium .hero-grid{grid-template-columns:1fr;gap:42px}.hero-premium .hero-copy,.hero-premium h1{max-width:720px}}@media (width<=680px){.hero-premium{padding:38px 0 52px}.hero-premium .hero-grid{gap:32px;display:grid}.hero-premium h1{font-size:clamp(39px,12vw,50px)}.hero-premium .hero-copy>p{font-size:16px}.hero-premium .hero-actions{display:grid}}.hero-premium{background:radial-gradient(circle at 82% 20%,#1793ff4d,#0000 35%),linear-gradient(135deg,#06152e 0%,#092d5f 57%,#075aaa 100%);padding:54px 0 58px}.hero-premium .hero-grid{grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr);gap:48px}.hero-premium h1{max-width:560px;margin-bottom:18px;font-size:clamp(48px,5vw,66px)}.hero-premium h1:after{background:linear-gradient(90deg,#ffb51b,#ffd46f);margin-top:18px;box-shadow:0 0 22px #ffb51b5c}.hero-premium .hero-copy>p{color:#d4e4f6;max-width:520px;margin-bottom:25px;font-size:18px}.hero-premium .hero-actions{align-items:center;margin-bottom:24px}.hero-premium .hero-actions .btn.secondary:hover{box-shadow:none;color:#fff;background:0 0}@media (width<=1080px){.hero-premium .hero-grid{grid-template-columns:minmax(0,.92fr) minmax(440px,1.08fr);gap:32px}}@media (width<=980px){.hero-premium .hero-grid{grid-template-columns:1fr;gap:36px}.hero-premium .hero-copy{max-width:720px}}@media (width<=680px){.hero-premium{padding:38px 0 46px}.hero-premium h1{font-size:clamp(42px,12vw,52px)}.hero-premium .hero-actions{align-items:stretch}.hero-premium .hero-actions .btn.secondary{min-height:38px}}.hero-premium{background:radial-gradient(circle at 82% 18%,#1688f845,#0000 34%),linear-gradient(135deg,#06152d 0%,#092e61 58%,#075bac 100%);min-height:610px;padding:70px 0}.hero-premium h1{letter-spacing:-.045em;text-wrap:balance;max-width:760px;margin:0 0 24px;font-size:clamp(56px,4.2vw,72px);line-height:1.03}.hero-premium h1:after{display:none}.hero-premium .hero-copy>p{color:#d7e5f4;max-width:700px;margin:0 0 31px;font-size:20px;line-height:1.6}.hero-premium .hero-actions{align-items:center;gap:20px;margin:0;display:flex}.hero-premium .hero-actions .btn:first-child{color:#fff;background:linear-gradient(135deg,#2197ff,#0874e8);border:1px solid #ffffff2e;min-width:220px;box-shadow:0 17px 38px #006ce157,inset 0 1px #ffffff3d}.hero-premium .hero-actions .btn:first-child:hover{box-shadow:0 21px 44px #006ce16e,inset 0 1px #ffffff45}.hero-premium .hero-actions .btn.secondary{min-width:0;min-height:42px;box-shadow:none;color:#d9e8f7;text-underline-offset:5px;background:0 0;border:0;padding:7px 4px;text-decoration:underline #d9e8f775}.hero-premium .hero-actions .btn.secondary:hover{box-shadow:none;color:#fff;background:0 0;border:0}@media (width<=1400px){.hero-premium .hero-grid{grid-template-columns:minmax(0,1.08fr) minmax(520px,.92fr);gap:30px}.hero-premium h1{font-size:clamp(54px,4.3vw,62px)}}@media (width<=1100px){.hero-premium{min-height:0;padding:62px 0}.hero-premium .hero-grid{grid-template-columns:1fr;gap:38px;width:min(1180px,100% - 40px)}.hero-premium .hero-copy{max-width:820px}.hero-premium h1{max-width:820px;font-size:clamp(54px,7vw,68px)}.hero-premium .hero-copy>p{max-width:760px}}@media (width<=680px){.hero-premium{padding:46px 0 36px}.hero-premium .hero-grid{gap:28px;width:min(100% - 28px,1180px)}.hero-premium h1{font-size:clamp(43px,12.5vw,54px);line-height:1.04}.hero-premium .hero-copy>p{margin-bottom:24px;font-size:17px}.hero-premium .hero-actions{gap:8px;display:grid}.hero-premium .hero-actions .btn:first-child{width:100%}.hero-premium .hero-actions .btn.secondary{justify-content:flex-start;width:100%}}.hero-notebook-3d{isolation:isolate;place-items:center;height:520px;margin:0;animation:6.8s ease-in-out infinite heroNotebookFloat;display:grid;position:relative}.hero-notebook-3d:before{content:"";z-index:-2;filter:blur(28px);background:radial-gradient(circle,#1691ff66,#1691ff1a 47%,#0000 72%);border-radius:50%;position:absolute;inset:12% 4% 5%}.hero-notebook-3d:after{content:"";z-index:-1;filter:blur(22px);background:#00081a6b;border-radius:50%;height:42px;position:absolute;bottom:3%;left:15%;right:7%}.hero-notebook-3d img{z-index:1;object-fit:contain;filter:drop-shadow(0 28px 38px #00081a59);width:100%;max-width:100%;height:100%;display:block;position:relative}@keyframes heroNotebookFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (width<=1400px){.hero-notebook-3d{height:485px}}@media (width<=1100px){.hero-notebook-3d{width:100%;max-width:820px;height:520px}}@media (width<=680px){.hero-notebook-3d{height:310px;animation:none!important;transform:none!important}.hero-notebook-3d:after{height:28px;bottom:1%}}@media (prefers-reduced-motion:reduce){.hero-notebook-3d{animation:none!important}}.hero-premium{min-height:0;padding:48px 0 50px}.hero-premium .hero-grid{grid-template-columns:minmax(0,.94fr) minmax(480px,1.06fr);align-items:center;gap:48px;width:min(1180px,100% - 40px)}.hero-premium .hero-copy{max-width:550px}.hero-premium h1{max-width:550px;margin-bottom:19px;font-size:clamp(48px,4.2vw,58px);line-height:1.03}.hero-premium .hero-copy>p{max-width:540px;margin-bottom:25px;font-size:18px;line-height:1.55}.hero-premium .hero-actions .btn:first-child{min-width:200px;min-height:50px}.hero-notebook-3d{justify-self:end;width:100%;max-width:590px;height:395px}.hero-notebook-3d img{object-fit:contain;object-position:center;width:100%;height:100%}@media (width<=1100px){.hero-premium{padding:52px 0}.hero-premium .hero-grid{grid-template-columns:1fr;gap:30px;width:min(1180px,100% - 40px)}.hero-premium .hero-copy,.hero-premium h1{max-width:760px}.hero-premium .hero-copy>p{max-width:700px}.hero-notebook-3d{justify-self:start;max-width:720px;height:430px}}@media (width<=680px){.hero-premium{padding:38px 0 34px}.hero-premium .hero-grid{gap:22px;width:min(100% - 28px,1180px)}.hero-premium h1{font-size:clamp(40px,11.8vw,50px)}.hero-premium .hero-copy>p{font-size:16px}.hero-notebook-3d{height:280px}}.hero-premium .hero-eyebrow{color:#9edcff;letter-spacing:.075em;background:#ffffff13;border:1px solid #89d3ff4d;margin:0 0 17px;padding:8px 13px;font-size:11px;box-shadow:inset 0 1px #ffffff14}.hero-premium h1{margin-bottom:18px}.hero-premium .hero-copy>p{margin-bottom:23px}.hero-premium .hero-actions{gap:18px;margin-bottom:0}.hero-premium .hero-actions .btn:first-child{color:#071d3a;background:#ffb21a;border-color:#ffc648;min-width:205px;box-shadow:0 15px 34px #ffb21a47,inset 0 1px #ffffff61}.hero-premium .hero-actions .btn:first-child:hover{background:#ffc13d;box-shadow:0 19px 40px #ffb21a61,inset 0 1px #ffffff73}.hero-premium .hero-actions .btn.secondary{min-width:0;box-shadow:none;color:#e1eefb;text-underline-offset:5px;background:0 0;border:0;padding-inline:4px;text-decoration:underline #e1eefb80}.hero-premium .hero-actions .btn.secondary:hover{box-shadow:none;color:#fff;background:0 0;border:0;text-decoration-color:#fff}.hero-social-proof{color:#f7fbff;align-items:center;gap:10px;width:max-content;max-width:100%;margin:22px 0 0;font-size:14px;font-weight:650;line-height:1.35;display:flex}.hero-social-proof-stars{color:#ffb21c;letter-spacing:2px;text-shadow:0 2px 12px #ffb21c47;flex:none;font-size:18px;font-weight:900;line-height:1}.hero-social-proof strong{font-weight:900}.hero-benefits{backdrop-filter:blur(10px);background:#ffffff13;border:1px solid #ffffff24;border-radius:14px;grid-template-columns:repeat(3,max-content);align-items:center;width:max-content;max-width:100%;margin:24px 0 0;padding:12px 15px;list-style:none;display:grid;box-shadow:inset 0 1px #ffffff12}.hero-benefits li{color:#edf7ff;white-space:nowrap;padding:0 15px;font-size:12px;font-weight:850;position:relative}.hero-benefits li:first-child{padding-left:0}.hero-benefits li:last-child{padding-right:0}.hero-benefits li+li:before{content:"";background:#ffffff2e;width:1px;position:absolute;top:1px;bottom:1px;left:0}.hero-notebook-3d{max-width:610px;height:410px}.hero-notebook-3d:before{filter:blur(30px);background:radial-gradient(circle,#24abff6b,#1076e61f 48%,#0000 73%);inset:14% 1% 5%}.hero-notebook-3d:after{filter:blur(18px);background:#00071885;height:36px;bottom:2%;left:13%;right:4%}.hero-notebook-3d img{filter:drop-shadow(0 30px 42px #0007197a)}@media (width<=1100px){.hero-notebook-3d{max-width:750px;height:440px}}@media (width<=680px){.hero-premium .hero-eyebrow{margin-bottom:15px;font-size:10px}.hero-social-proof{align-items:flex-start;width:100%;margin-top:20px;font-size:13px}.hero-social-proof-stars{letter-spacing:1px;font-size:16px}.hero-benefits{grid-template-columns:1fr;gap:8px;width:100%;padding:13px 15px}.hero-benefits li{font-size:12px;padding:0!important}.hero-benefits li:before,.hero-benefits li+li:before{content:"✓";color:#6ed7ff;background:0 0;width:auto;height:auto;margin-right:8px;display:inline;position:static}.hero-notebook-3d{height:285px}}.model-image-placeholder{color:#667085;text-align:center;background:linear-gradient(135deg,#edf4ff,#f8fafc);border-radius:14px;place-items:center;min-height:190px;font-weight:800;display:grid}.site-header{overflow:visible}.nav{position:relative}.menu{position:static}.nav-mega{align-items:center;display:flex;position:static}.mega-panel{opacity:0;visibility:hidden;pointer-events:none;width:min(1180px,100vw - 32px);padding-top:12px;transition:opacity .2s,transform .2s,visibility .2s;position:absolute;top:calc(100% - 1px);left:50%;transform:translate(-50%,-8px)}.nav-mega.is-open>.mega-panel{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)}.mega-shell{background:#fffffffb;border:1px solid #cbd5e1e0;border-radius:24px;padding:24px;position:relative;overflow:hidden;box-shadow:0 28px 75px #0f172a2e,0 8px 24px #0f172a14}.mega-shell:before{content:"";pointer-events:none;background:radial-gradient(circle,#1688f821,#0000 70%);border-radius:50%;width:320px;height:320px;position:absolute;top:-190px;right:-170px}.mega-heading{border-bottom:1px solid #edf1f6;justify-content:space-between;align-items:flex-end;gap:24px;padding:2px 4px 18px;display:flex}.mega-heading h2{letter-spacing:-.025em;max-width:620px;margin:4px 0 0;font-size:22px;line-height:1.2}.mega-kicker{text-transform:uppercase;letter-spacing:.13em;color:var(--brand-dark);font-size:11px;font-weight:900}.mega-all-link{color:var(--brand-dark);white-space:nowrap;align-items:center;gap:7px;font-size:13px;font-weight:850;display:inline-flex}.mega-all-link:hover{gap:10px}.mega-grid{gap:14px;margin-top:18px;display:grid}.mega-grid-packs{grid-template-columns:repeat(3,minmax(0,1fr))}.mega-card{background:linear-gradient(145deg,#fff,#f9fbfe);border:1px solid #e4eaf2;border-radius:18px;grid-template-columns:48px minmax(0,1fr);gap:14px;padding:18px;transition:transform .2s,border-color .2s,box-shadow .2s;display:grid}.mega-card:hover{border-color:#b8d9ff;transform:translateY(-3px);box-shadow:0 16px 36px #0f172a17}.mega-icon-blue{color:#0a5dd8;background:#eaf4ff}.mega-icon-violet{color:#6d3fd1;background:#f2ecff}.mega-icon-emerald{color:#087a50;background:#e9fbf3}.mega-card strong,.mega-service-card strong{font-size:17px;line-height:1.25;display:block}.mega-card p,.mega-service-card p{color:var(--muted);margin:6px 0 12px;font-size:13px;line-height:1.5}.mega-card-link{color:var(--brand-dark);font-size:12px;font-weight:850}.mega-footer{border-top:1px solid #edf1f6;align-items:center;gap:22px;margin-top:18px;padding:15px 4px 0;font-size:13px;display:flex}.mega-footer span{color:var(--muted);margin-right:auto}.mega-footer a{color:#334155;font-weight:800}.mega-footer a:hover{color:var(--brand)}.mega-grid-solutions{grid-template-columns:repeat(3,minmax(0,1fr));padding-right:250px}.mega-panel-solutions .mega-shell{min-height:430px}.mega-service-card{background:#fff;border:1px solid #e4eaf2;border-radius:18px;transition:transform .2s,border-color .2s,box-shadow .2s;display:block;overflow:hidden}.mega-service-card:hover{border-color:#b8d9ff;transform:translateY(-3px);box-shadow:0 16px 36px #0f172a17}.mega-service-card img{object-fit:cover;background:#edf5ff;width:100%;height:118px}.mega-service-card>div{padding:14px}.mega-service-tag{letter-spacing:.09em;text-transform:uppercase;color:var(--brand-dark);margin-bottom:6px;font-size:10px;font-weight:900;display:inline-flex}.mega-trust{color:#fff;background:linear-gradient(145deg,#071426,#0c2748);border-radius:18px;width:220px;padding:20px;position:absolute;top:98px;right:24px;box-shadow:0 18px 40px #07142638}.mega-trust strong{font-size:16px}.mega-trust ul{gap:9px;margin:14px 0 18px;padding:0;list-style:none;display:grid}.mega-trust li{color:#dbeafe;align-items:center;gap:8px;font-size:12px;display:flex}.mega-trust li:before{content:"✓";color:#7dd3fc;background:#ffffff1a;border-radius:50%;place-items:center;width:20px;height:20px;font-weight:900;display:grid}.mega-trust .btn{width:100%;min-height:40px;font-size:12px}.mega-model-layout{grid-template-columns:235px 1fr;gap:18px;margin-top:18px;display:grid}.mega-category-list{gap:7px;display:grid}.mega-category-list a{border:1px solid #0000;border-radius:13px;padding:11px 13px;display:grid}.mega-category-list a:hover{background:#f4f8fd;border-color:#dce7f4}.mega-category-list span{font-size:13px;font-weight:850}.mega-category-list small{color:var(--muted);font-size:11px}.mega-model-cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.mega-model-card{background:#fff;border:1px solid #e4eaf2;border-radius:16px;transition:transform .2s,box-shadow .2s;overflow:hidden}.mega-model-card:hover{transform:translateY(-3px);box-shadow:0 14px 30px #0f172a17}.mega-model-card img{object-fit:cover;background:#eef4fb;width:100%;height:112px}.mega-model-card>span{padding:11px 12px;display:grid}.mega-model-card strong{font-size:13px}.mega-model-card small{color:var(--muted);font-size:11px}@media (width>=981px){.nav-mega:after{content:"";height:24px;display:none;position:absolute;top:calc(100% - 12px);left:0;right:0}.nav-mega.is-open:after{display:block}}@media (width<=1100px) and (width>=981px){.menu{gap:17px}.menu>a:not(.btn){font-size:13px}.mega-panel{width:calc(100vw - 24px)}.mega-grid-solutions{padding-right:220px}.mega-trust{width:195px}}@media (width<=980px){.nav-mega{width:100%;display:block}.mega-panel{opacity:1;visibility:visible;pointer-events:auto;width:100%;padding:0;display:none;position:static;transform:none!important}.nav-mega.is-open>.mega-panel{display:block}.mega-shell{box-shadow:none;background:#f8fbff;border-radius:16px;margin:2px 0 8px;padding:14px}.mega-heading{align-items:flex-start}.mega-heading h2{font-size:17px}.mega-all-link{font-size:11px}.mega-grid-packs,.mega-grid-solutions,.mega-model-cards{grid-template-columns:1fr}.mega-grid-solutions{padding-right:0}.mega-service-card{grid-template-columns:100px 1fr;display:grid}.mega-service-card img{height:100%;min-height:125px}.mega-trust{width:auto;margin-top:14px;position:static}.mega-model-layout{grid-template-columns:1fr}.mega-category-list,.mega-model-cards{grid-template-columns:1fr 1fr}.mega-model-card img{height:100px}.mega-footer{flex-wrap:wrap;gap:10px}.mega-footer span{width:100%;margin:0}.menu.open{max-height:calc(100vh - 76px);overflow-y:auto}}@media (width<=620px){.mega-heading{display:block}.mega-all-link{margin-top:8px}.mega-category-list,.mega-model-cards{grid-template-columns:1fr}.mega-service-card{grid-template-columns:82px 1fr}.mega-service-card img{min-height:145px}.mega-card{grid-template-columns:40px 1fr;padding:14px}.mega-footer a{width:100%}}@media (width>=981px){.site-header .nav.container{flex-wrap:nowrap;gap:24px;width:min(100% - 48px,1500px);max-width:1500px;min-height:76px}.site-header .brand{flex:0 0 220px;min-width:220px}.site-header .brand img{display:block;width:220px!important;max-width:220px!important;height:auto!important}.site-header .menu{white-space:nowrap;flex-flow:row;flex:auto;justify-content:flex-end;align-items:center;gap:clamp(14px,1.35vw,24px);min-width:0;display:flex}.site-header .menu>a:not(.btn){font-size:14px}.site-header .desktop-account{flex:none;min-height:42px;padding:9px 16px}}@media (width>=981px) and (width<=1250px){.site-header .nav.container{gap:16px;width:calc(100% - 28px)}.site-header .brand{flex-basis:185px;min-width:185px}.site-header .brand img{width:185px!important;max-width:185px!important}.site-header .menu{gap:12px}.site-header .menu>a:not(.btn){font-size:12.5px}.site-header .desktop-account{padding:8px 12px;font-size:12px}}@media (width>=1181px){.site-header .nav.container{grid-template-columns:220px minmax(0,1fr) auto;align-items:center;column-gap:28px;width:min(100% - 48px,1600px);max-width:1600px;min-height:76px;display:grid}.site-header .brand{width:220px;min-width:0}.site-header .brand img{width:220px!important;max-width:220px!important;height:auto!important}.site-header .menu{white-space:nowrap;justify-content:flex-end;align-items:center;gap:clamp(15px,1.25vw,25px);width:100%;min-width:0;display:flex;overflow:visible;flex-wrap:nowrap!important}.site-header .menu>a:not(.btn){flex:none;font-size:14px}.site-header .desktop-account{white-space:nowrap;flex:none;min-height:42px;padding:9px 16px;display:inline-flex!important}.site-header .mobile-actions{display:none!important}}@media (width>=981px) and (width<=1180px){body{padding-top:68px}.site-header .nav.container{grid-template-columns:minmax(160px,190px) minmax(0,1fr) auto;gap:14px;width:calc(100% - 28px);min-height:68px;display:grid}.site-header .brand,.site-header .brand img{width:185px!important;max-width:185px!important;height:auto!important}.site-header .menu{white-space:nowrap;justify-content:flex-end;gap:10px;min-width:0;display:flex;flex-wrap:nowrap!important}.site-header .menu>a:not(.btn){font-size:12px}.site-header .desktop-account{white-space:nowrap;padding:8px 11px;font-size:12px;display:inline-flex!important}.site-header .mobile-actions{display:none!important}}@media (width>=981px){.site-header .nav.container{align-items:center;min-height:76px;grid-template-columns:190px minmax(0,1fr) auto!important;column-gap:18px!important;width:min(1180px,100% - 40px)!important;max-width:1180px!important;display:grid!important}.site-header .brand{width:190px!important;min-width:190px!important}.site-header .brand img{width:190px!important;max-width:190px!important;height:auto!important}.site-header .menu{white-space:nowrap;min-width:0;flex-flow:row!important;justify-content:flex-end!important;align-items:center!important;gap:12px!important;display:flex!important}.site-header .menu>a:not(.btn),.site-header .nav-mega-link{white-space:nowrap;font-weight:750;font-size:13px!important}.site-header .desktop-account{white-space:nowrap;min-height:42px;padding:9px 14px;font-size:13px}.nav-mega{align-items:center;display:flex;position:static}.nav-mega-head{align-items:center;gap:2px;padding:20px 0;display:inline-flex}.nav-mega-link{color:var(--ink);align-items:center;padding:4px 2px;display:inline-flex}.nav-mega-link:hover,.nav-mega.is-open .nav-mega-link{color:var(--brand)}.mega-panel{width:min(1180px,100vw - 40px)!important;left:50vw!important}}@media (width>=981px) and (width<=1180px){.site-header .nav.container{grid-template-columns:165px minmax(0,1fr) auto!important;column-gap:10px!important;width:calc(100% - 24px)!important}.site-header .brand,.site-header .brand img{width:165px!important;min-width:165px!important;max-width:165px!important}.site-header .menu{gap:7px!important}.site-header .menu>a:not(.btn),.site-header .nav-mega-link{font-size:11.5px!important}.site-header .desktop-account{padding:8px 10px;font-size:11.5px}}@media (width<=980px){.nav-mega-head{grid-template-columns:1fr auto;align-items:center;width:100%;display:grid}.nav-mega-link{padding:11px 4px;font-weight:800}}.nav-mega-head{gap:0!important}.nav-mega-link{cursor:pointer}@media (width<=980px){.nav-mega-head{display:block!important}.nav-mega-link{box-sizing:border-box;justify-content:space-between;width:100%;display:flex!important}}@media (width>=981px){.mega-panel{width:min(1180px,100vw - 40px)!important;max-width:1180px!important;position:fixed!important;top:76px!important;left:50%!important;right:auto!important;transform:translate(-50%,-8px)!important}.nav-mega.is-open>.mega-panel{transform:translate(-50%)!important}.mega-panel-packs .mega-shell{padding:22px!important}.mega-grid-packs{align-items:stretch;grid-template-columns:repeat(3,minmax(0,1fr))!important}.mega-pack-card{grid-template-columns:150px minmax(0,1fr)!important;gap:16px!important;min-width:0!important;padding:14px!important;display:grid!important;overflow:hidden!important}.mega-pack-card>img{object-fit:cover;object-position:center top;background:#eef4fb;border-radius:13px;width:150px;max-width:100%;height:128px;display:block}.mega-pack-copy{flex-direction:column;align-items:flex-start;min-width:0;display:flex;overflow:hidden}.mega-pack-number{border-radius:9px;place-items:center;min-width:34px;height:28px;margin-bottom:8px;padding:0 9px;font-size:11px;font-weight:950;display:inline-grid}.mega-pack-copy strong{white-space:normal;overflow-wrap:anywhere;max-width:100%;font-size:16px}.mega-pack-copy p{-webkit-line-clamp:4;overflow-wrap:anywhere;-webkit-box-orient:vertical;max-width:100%;margin:5px 0 10px;font-size:12px;line-height:1.4;display:-webkit-box;overflow:hidden}.mega-pack-copy .mega-card-link{white-space:normal;overflow-wrap:anywhere;max-width:100%;margin-top:auto}}@media (width>=981px) and (width<=1180px){.mega-panel{width:calc(100vw - 24px)!important;top:68px!important}.mega-pack-card{grid-template-columns:118px minmax(0,1fr)!important;gap:12px!important;padding:12px!important}.mega-pack-card>img{width:118px;height:112px}.mega-pack-copy strong{font-size:14px}.mega-pack-copy p{-webkit-line-clamp:4;font-size:11px}}@media (width<=980px){.mega-pack-card{grid-template-columns:110px minmax(0,1fr)!important;gap:12px!important;padding:12px!important;display:grid!important;overflow:hidden!important}.mega-pack-card>img{object-fit:cover;object-position:center top;background:#eef4fb;border-radius:12px;width:110px;height:108px;display:block}.mega-pack-copy{min-width:0;overflow:hidden}.mega-pack-number{border-radius:8px;place-items:center;min-width:32px;height:26px;margin-bottom:7px;padding:0 8px;font-size:10px;font-weight:950;display:inline-grid}.mega-pack-copy p{overflow-wrap:anywhere}}@media (width<=520px){.mega-pack-card{grid-template-columns:86px minmax(0,1fr)!important}.mega-pack-card>img{width:86px;height:96px}}@media (width<=980px){body{overflow-x:hidden;padding-top:68px!important}.site-header{height:68px!important;overflow:visible!important}.site-header .nav.container{justify-content:space-between!important;align-items:center!important;gap:12px!important;width:calc(100% - 28px)!important;max-width:none!important;height:68px!important;min-height:68px!important;margin:0 auto!important;padding:0!important;display:flex!important}.site-header .brand{flex:auto!important;align-items:center!important;width:auto!important;min-width:0!important;display:flex!important}.site-header .brand img{object-fit:contain!important;width:auto!important;max-width:min(220px,52vw)!important;height:42px!important}.site-header .mobile-actions{flex:none!important;align-items:center!important;gap:10px!important;display:flex!important}.site-header .account-shortcut{border-radius:13px!important;min-height:46px!important;padding:9px 17px!important;font-size:14px!important;display:inline-flex!important}.site-header .menu-toggle{border-radius:13px!important;flex:0 0 46px!important;width:46px!important;height:46px!important;display:grid!important}.site-header .desktop-account{display:none!important}.site-header .menu{overscroll-behavior:contain!important;border:0!important;border-top:1px solid var(--line)!important;z-index:1999!important;background:#fff!important;flex-direction:column!important;justify-content:flex-start!important;align-items:stretch!important;gap:4px!important;width:100vw!important;height:calc(100dvh - 68px)!important;max-height:calc(100dvh - 68px)!important;margin:0!important;padding:18px 20px 34px!important;display:none!important;position:fixed!important;inset:68px 0 0!important;overflow:hidden auto!important;transform:none!important;box-shadow:0 24px 55px #0f172a2e!important}.site-header .menu.open{display:flex!important}.site-header .menu>a:not(.btn),.site-header .nav-mega-link{width:100%!important;min-height:50px!important;color:var(--ink)!important;white-space:normal!important;border-bottom:1px solid #edf1f6!important;align-items:center!important;margin:0!important;padding:12px 8px!important;font-size:16px!important;font-weight:800!important;line-height:1.25!important;display:flex!important}.site-header .nav-mega{width:100%!important;min-width:0!important;display:block!important;position:static!important}.site-header .nav-mega-head{width:100%!important;display:block!important}.site-header .mega-panel{opacity:1!important;visibility:visible!important;pointer-events:auto!important;width:100%!important;max-width:100%!important;height:auto!important;margin:0!important;padding:0!important;display:none!important;position:static!important;inset:auto!important;transform:none!important}.site-header .nav-mega.is-open>.mega-panel{display:block!important}.site-header .mega-shell{width:100%!important;max-width:100%!important;box-shadow:none!important;box-sizing:border-box!important;border-radius:16px!important;margin:6px 0 12px!important;padding:14px!important;overflow:hidden!important}.site-header .mega-heading{padding:0 0 12px!important;display:block!important}.site-header .mega-heading h2{max-width:100%!important;font-size:18px!important}.site-header .mega-all-link{white-space:normal!important;margin-top:8px!important}.site-header .mega-grid,.site-header .mega-grid-packs,.site-header .mega-grid-solutions,.site-header .mega-model-layout,.site-header .mega-model-cards,.site-header .mega-category-list{grid-template-columns:1fr!important;width:100%!important;min-width:0!important;max-width:100%!important;padding-right:0!important}.site-header .mega-pack-card{box-sizing:border-box!important;grid-template-columns:92px minmax(0,1fr)!important;width:100%!important;min-width:0!important;max-width:100%!important}.site-header .mega-pack-card>img{width:92px!important;height:96px!important}.site-header .mega-service-card{grid-template-columns:88px minmax(0,1fr)!important;width:100%!important;min-width:0!important}.site-header .mega-service-card img{width:88px!important;min-height:120px!important}.site-header .mega-trust{box-sizing:border-box!important;width:100%!important;max-width:100%!important;margin-top:12px!important;position:static!important}.site-header .mega-footer{grid-template-columns:1fr!important;gap:10px!important;display:grid!important}.site-header .mega-footer span,.site-header .mega-footer a{white-space:normal!important;width:100%!important;margin:0!important}}@media (width<=480px){.site-header .nav.container{gap:8px!important;width:calc(100% - 22px)!important}.site-header .brand img{max-width:48vw!important;height:38px!important}.site-header .account-shortcut{min-height:43px!important;padding:8px 14px!important;font-size:13px!important}.site-header .menu-toggle{flex-basis:43px!important;width:43px!important;height:43px!important}.site-header .menu{padding:14px 14px 28px!important}.site-header .mega-pack-card{grid-template-columns:78px minmax(0,1fr)!important;gap:10px!important;padding:10px!important}.site-header .mega-pack-card>img{width:78px!important;height:88px!important}}.mega-service-card img{object-position:center}.mega-service-card{box-shadow:0 10px 24px #0f172a0f}.mega-service-card:hover{transform:translateY(-6px)perspective(900px)rotateX(1deg)!important;box-shadow:0 22px 44px #0f172a26!important}@media (width>=981px){.site-header .mega-pack-copy{width:100%!important;min-width:0!important;overflow:visible!important}.site-header .mega-pack-copy p{white-space:normal!important;word-break:normal!important;overflow-wrap:break-word!important;-webkit-line-clamp:4!important;text-overflow:ellipsis!important;-webkit-box-orient:vertical!important;width:100%!important;max-width:100%!important;display:-webkit-box!important;overflow:hidden!important}}.home-solutions{background:linear-gradient(#fff 0%,#f5f9ff 100%);padding:84px 0 96px}.home-solutions-head{text-align:center;max-width:880px;margin:0 auto 42px}.home-solutions-head h2{color:#0f172a;max-width:820px;margin:12px auto 16px;font-size:clamp(38px,4vw,58px);line-height:1.06}.home-solutions-head p{color:#60708a;max-width:780px;margin:0 auto;font-size:18px;line-height:1.65}.home-solutions-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;display:grid}.home-solution-card{background:#fff;border:1px solid #dbe6f2;border-radius:24px;gap:20px;min-height:270px;padding:30px;transition:transform .25s,border-color .25s,box-shadow .25s;display:flex;position:relative;overflow:hidden;box-shadow:0 18px 52px #163b6014}.home-solution-card:before{content:"";opacity:.18;background:linear-gradient(90deg,#1389fa,#075fc5);height:4px;position:absolute;inset:0 0 auto}.home-solution-card:hover{border-color:#9dccfa;transform:translateY(-6px);box-shadow:0 28px 64px #16467824}.home-solution-card.is-featured{background:linear-gradient(145deg,#fff,#f2f8ff);border-color:#9dccfa}.home-solution-card.is-featured:before{opacity:1}.home-solution-number{color:#0868df;background:#eaf4ff;border-radius:17px;flex:0 0 54px;place-items:center;width:54px;height:54px;font-weight:950;display:grid}.home-solution-content{flex-direction:column;min-width:0;display:flex}.home-solution-card h3{color:#0f172a;margin:4px 0 12px;font-size:24px}.home-solution-card p{color:#60708a;margin:0 0 26px;line-height:1.65}.home-solution-card a{color:#0769df;margin-top:auto;font-weight:900;text-decoration:none}.home-solution-card a:hover{text-decoration:underline}@media (width<=980px){.home-solutions-grid{grid-template-columns:1fr}.home-solution-card{min-height:auto}}@media (width<=600px){.home-solutions{padding:58px 0 68px}.home-solutions-head{margin-bottom:30px}.home-solution-card{flex-direction:column;padding:24px}.home-solutions-head h2{font-size:38px}}.mega-service-card img{object-fit:contain!important;object-position:center!important;background:0 0!important;padding:8px!important}@media (width<=980px){.site-header .mega-service-card{grid-template-columns:112px minmax(0,1fr)!important;align-items:stretch!important;width:100%!important;min-width:0!important;max-width:100%!important;display:grid!important;overflow:hidden!important}.site-header .mega-service-card>img{object-fit:contain!important;box-sizing:border-box!important;width:112px!important;max-width:112px!important;height:100%!important;min-height:158px!important;padding:10px!important}.site-header .mega-service-card>div{width:auto!important;min-width:0!important;padding:16px 14px!important;overflow:visible!important}.site-header .mega-service-card strong,.site-header .mega-service-card p,.site-header .mega-service-card .mega-card-link,.site-header .mega-service-card .mega-service-tag{white-space:normal!important;text-overflow:clip!important;overflow-wrap:anywhere!important;word-break:normal!important;max-width:100%!important;overflow:visible!important}.site-header .mega-service-card p{margin:7px 0 12px!important;line-height:1.45!important;display:block!important}}@media (width<=480px){.site-header .mega-service-card{grid-template-columns:104px minmax(0,1fr)!important}.site-header .mega-service-card>img{width:104px!important;max-width:104px!important;min-height:166px!important}.site-header .mega-service-card>div{padding:15px 12px!important}.site-header .mega-service-card strong{font-size:16px!important;line-height:1.25!important}.site-header .mega-service-card p{font-size:12px!important;line-height:1.45!important}}@media (width<=980px){.site-header .mega-panel-packs .mega-pack-card{grid-template-columns:132px minmax(0,1fr)!important;align-items:stretch!important;gap:14px!important;width:100%!important;min-width:0!important;max-width:100%!important;padding:13px!important;display:grid!important;overflow:hidden!important}.site-header .mega-panel-packs .mega-pack-card>img{object-fit:cover!important;object-position:center top!important;border-radius:13px!important;width:132px!important;max-width:132px!important;height:100%!important;min-height:150px!important;display:block!important}.site-header .mega-panel-packs .mega-pack-copy{width:auto!important;min-width:0!important;padding:3px 0!important;overflow:visible!important}.site-header .mega-panel-packs .mega-pack-copy strong,.site-header .mega-panel-packs .mega-pack-copy p,.site-header .mega-panel-packs .mega-pack-copy .mega-card-link{white-space:normal!important;text-overflow:clip!important;overflow-wrap:break-word!important;word-break:normal!important;width:100%!important;max-width:100%!important;overflow:visible!important}.site-header .mega-panel-packs .mega-pack-copy p{-webkit-line-clamp:unset!important;-webkit-box-orient:initial!important;margin:6px 0 12px!important;font-size:12px!important;line-height:1.45!important;display:block!important}}@media (width<=480px){.site-header .mega-panel-packs .mega-pack-card{grid-template-columns:112px minmax(0,1fr)!important;gap:12px!important;padding:11px!important}.site-header .mega-panel-packs .mega-pack-card>img{width:112px!important;max-width:112px!important;min-height:142px!important}.site-header .mega-panel-packs .mega-pack-copy strong{font-size:15px!important;line-height:1.25!important}.site-header .mega-panel-packs .mega-pack-copy p{font-size:11.5px!important;line-height:1.45!important}}.hero-actions{gap:12px!important}#details.section{padding:70px 0!important}#details .section-head{margin-bottom:30px!important}#details .section-head h2{font-size:clamp(32px,3.6vw,46px)!important}.section:has(.pack-detail-grid){padding:68px 0!important}@media (width<=620px){#details.section,.section:has(.pack-detail-grid){padding:52px 0!important}}.testimonials-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.testimonial-card{background:#fff;border:1px solid #e2e9f0;border-radius:20px;flex-direction:column;gap:14px;padding:24px;display:flex;box-shadow:0 16px 40px #122d4412}.testimonial-top{justify-content:space-between;align-items:center;gap:12px;display:flex}.testimonial-stars{letter-spacing:2px;color:#e6a400;font-size:17px}.testimonial-top time{color:#7a8793;font-size:13px}.testimonial-pack{color:#126a70;background:#edf7f7;border-radius:999px;align-self:flex-start;padding:6px 10px;font-size:12px;font-weight:800}.testimonial-card blockquote{color:#263746;margin:0;font-size:16px;line-height:1.7}.testimonial-author{flex-direction:column;margin-top:auto;display:flex}.testimonial-author span{color:#6d7a86;font-size:14px}@media (width<=980px){.testimonials-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.testimonials-grid{grid-template-columns:1fr}.testimonial-card{padding:20px}}.home-testimonials-section .testimonials-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:20px!important;display:grid!important}.testimonial-stars{color:#f5b301!important;letter-spacing:2px!important;white-space:nowrap!important;font-size:18px!important}.testimonial-top{flex-wrap:wrap!important}.testimonial-card blockquote{overflow-wrap:anywhere}@media (width<=780px){.home-testimonials-section .testimonials-grid{grid-template-columns:1fr!important}}.mega-panel-packs .mega-pack-card>img{object-fit:contain!important;object-position:center!important;width:150px!important;max-width:100%!important;height:128px!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;padding:0!important}@media (width<=1100px) and (width>=981px){.mega-panel-packs .mega-pack-card>img{width:118px!important;height:112px!important}}@media (width<=980px){.site-header .mega-panel-packs .mega-pack-card>img{object-fit:contain!important;object-position:center!important;background:0 0!important;border-radius:0!important;padding:0!important}}@media (width>=981px){.mega-panel-solutions .mega-service-card img{box-sizing:border-box!important;object-fit:contain!important;object-position:center!important;background:0 0!important;width:100%!important;height:150px!important;padding:4px!important;display:block!important}}@media (width<=980px){.site-header .mega-panel-solutions .mega-service-card>img{object-fit:contain!important;object-position:center!important;background:0 0!important;width:112px!important;height:112px!important;min-height:112px!important;padding:3px!important;display:block!important}}@media (width>=981px){.site-header .mega-panel-solutions .mega-grid-solutions{grid-template-columns:repeat(3,minmax(0,1fr))!important;align-items:stretch!important}.site-header .mega-panel-solutions .mega-service-card{box-sizing:border-box!important;flex-direction:column!important;width:100%!important;min-width:0!important;height:100%!important;display:flex!important;overflow:hidden!important}.site-header .mega-panel-solutions .mega-service-card>div{box-sizing:border-box!important;flex-direction:column!important;flex:auto!important;width:100%!important;min-width:0!important;padding:14px!important;display:flex!important;overflow:hidden!important}.site-header .mega-panel-solutions .mega-service-card p{white-space:normal!important;overflow-wrap:break-word!important;word-break:normal!important;-webkit-line-clamp:4!important;text-overflow:ellipsis!important;-webkit-box-orient:vertical!important;width:100%!important;min-width:0!important;max-width:100%!important;margin:7px 0 12px!important;font-size:12px!important;line-height:1.42!important;display:-webkit-box!important;overflow:hidden!important}.site-header .mega-panel-solutions .mega-card-link{margin-top:auto!important}}.home-landing-strip{background:linear-gradient(135deg,#fff,#f5f9ff);border:1px solid #cfe0f5;border-radius:18px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:20px;margin-top:22px;padding:20px 24px;display:grid;box-shadow:0 12px 34px #0f427814}.home-landing-icon{color:#0967dc;background:#e8f3ff;border-radius:50%;place-items:center;width:52px;height:52px;font-size:26px;font-weight:900;display:grid}.home-landing-copy{gap:5px;display:grid}.home-landing-copy strong{color:#10213d;font-size:20px}.home-landing-copy span{color:#5c6d84;line-height:1.5}.home-landing-strip .btn{white-space:nowrap;margin:0}@media (width<=760px){.home-landing-strip{grid-template-columns:auto minmax(0,1fr)}.home-landing-strip .btn{text-align:center;grid-column:1/-1;width:100%}}.hero-premium .hero-social-proof{backdrop-filter:blur(8px);color:#fff!important;background:#051d434d!important;border:1px solid #ffb21c57!important;border-radius:12px!important;align-items:center!important;gap:11px!important;width:max-content!important;max-width:100%!important;margin:18px 0 0!important;padding:9px 13px!important;font-size:15px!important;font-weight:650!important;line-height:1.25!important;display:inline-flex!important;box-shadow:inset 0 1px #ffffff0f,0 8px 22px #000a231f!important}.hero-premium .hero-social-proof-stars{color:#ffb21c!important;-webkit-text-fill-color:#ffb21c!important;letter-spacing:1.5px!important;text-shadow:0 2px 13px #ffb21c52!important;flex:none!important;font-family:Arial,sans-serif!important;font-size:18px!important;font-weight:900!important;line-height:1!important;display:inline-block!important}.hero-premium .hero-social-proof strong{color:#fff!important;font-weight:900!important}.hero-premium .hero-benefits{margin-top:15px!important}@media (width<=680px){.hero-premium .hero-social-proof{gap:9px!important;width:100%!important;margin-top:16px!important;padding:10px 11px!important;font-size:13px!important}.hero-premium .hero-social-proof-stars{letter-spacing:1px!important;font-size:15px!important}.hero-premium .hero-benefits{margin-top:12px!important}}.hero-premium .hero-trust-strip{-webkit-backdrop-filter:blur(10px);background:#ffffff13;border:1px solid #ffffff29;border-radius:14px;flex-wrap:wrap;align-items:center;gap:0;width:max-content;max-width:100%;margin:22px 0 0;padding:11px 15px;display:flex;box-shadow:inset 0 1px #ffffff14,0 12px 28px #000a231c}.hero-premium .hero-trust-strip .hero-social-proof{white-space:nowrap;width:auto!important;max-width:none!important;box-shadow:none!important;color:#fff!important;backdrop-filter:none!important;background:0 0!important;border:0!important;border-radius:0!important;align-items:center!important;gap:9px!important;margin:0!important;padding:0 17px 0 0!important;font-size:13px!important;font-weight:700!important;line-height:1.25!important;display:flex!important}.hero-premium .hero-trust-strip .hero-social-proof-stars{color:#ffb21c!important;-webkit-text-fill-color:#ffb21c!important;letter-spacing:1px!important;text-shadow:0 2px 12px #ffb21c47!important;font-size:16px!important}.hero-premium .hero-trust-strip .hero-benefits{width:auto!important;max-width:none!important;box-shadow:none!important;backdrop-filter:none!important;background:0 0!important;border:0!important;border-radius:0!important;align-items:center!important;gap:0!important;margin:0!important;padding:0!important;display:flex!important}.hero-premium .hero-trust-strip .hero-benefits li{color:#edf7ff;white-space:nowrap;font-size:12px;font-weight:850;position:relative;padding:0 14px!important}.hero-premium .hero-trust-strip .hero-benefits li:first-child{border-left:1px solid #fff3}.hero-premium .hero-notebook-3d{max-width:660px!important;height:435px!important}.hero-premium .hero-actions .btn:first-child{transition:transform .2s,background .2s,box-shadow .2s}.hero-premium .hero-actions .btn:first-child:hover{transform:translateY(-2px)}@media (width<=1180px) and (width>=1101px){.hero-premium .hero-grid{grid-template-columns:minmax(0,.91fr) minmax(500px,1.09fr);gap:36px}.hero-premium .hero-notebook-3d{max-width:625px!important;height:420px!important}.hero-premium .hero-trust-strip{width:100%}.hero-premium .hero-trust-strip .hero-social-proof{width:100%!important;padding:0 0 10px!important}.hero-premium .hero-trust-strip .hero-benefits{border-top:1px solid #ffffff26!important;width:100%!important;padding-top:10px!important}.hero-premium .hero-trust-strip .hero-benefits li:first-child{border-left:0}}@media (width<=1100px){.hero-premium .hero-notebook-3d{max-width:790px!important;height:460px!important}}@media (width<=760px){.hero-premium .hero-trust-strip{gap:10px;width:100%;margin-top:19px;padding:13px 14px;display:grid}.hero-premium .hero-trust-strip .hero-social-proof{white-space:normal;border-bottom:1px solid #ffffff26!important;width:100%!important;padding:0 0 10px!important;font-size:13px!important}.hero-premium .hero-trust-strip .hero-benefits{grid-template-columns:1fr!important;gap:7px!important;width:100%!important;display:grid!important}.hero-premium .hero-trust-strip .hero-benefits li{border:0!important;padding:0!important}.hero-premium .hero-trust-strip .hero-benefits li:before,.hero-premium .hero-trust-strip .hero-benefits li+li:before{content:"✓"!important;color:#6ed7ff!important;background:0 0!important;width:auto!important;height:auto!important;margin-right:8px!important;display:inline!important;position:static!important}.hero-premium .hero-notebook-3d{height:305px!important}}@media (prefers-reduced-motion:reduce){.hero-premium .hero-actions .btn:first-child{transition:none!important}}.hero-premium .hero-trust-strip{width:max-content!important;max-width:100%!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;background:0 0!important;border:0!important;border-radius:0!important;margin:19px 0 0!important;padding:0!important;display:block!important}.hero-premium .hero-trust-strip .hero-social-proof{width:max-content!important;max-width:100%!important;box-shadow:none!important;color:#fffffff5!important;white-space:normal!important;background:0 0!important;border:0!important;align-items:center!important;gap:10px!important;margin:0!important;padding:0!important;font-size:15px!important;font-weight:650!important;line-height:1.35!important;display:flex!important}.hero-premium .hero-trust-strip .hero-social-proof-stars{letter-spacing:1.4px!important;font-size:18px!important}.hero-premium .hero-trust-strip .hero-benefits{width:max-content!important;max-width:100%!important;box-shadow:none!important;backdrop-filter:none!important;background:0 0!important;border:0!important;border-radius:0!important;flex-wrap:wrap!important;align-items:center!important;gap:0!important;margin:12px 0 0!important;padding:0!important;display:flex!important}.hero-premium .hero-trust-strip .hero-benefits li{color:#ffffffeb!important;white-space:nowrap!important;border:0!important;padding:0 14px!important;font-size:12px!important;font-weight:850!important;position:relative!important}.hero-premium .hero-trust-strip .hero-benefits li:first-child{border-left:0!important;padding-left:0!important}.hero-premium .hero-trust-strip .hero-benefits li:last-child{padding-right:0!important}.hero-premium .hero-trust-strip .hero-benefits li+li:before{content:""!important;background:#ffffff40!important;width:1px!important;height:auto!important;margin:0!important;position:absolute!important;top:2px!important;bottom:2px!important;left:0!important}@media (width<=760px){.hero-premium .hero-trust-strip{width:100%!important;margin-top:18px!important}.hero-premium .hero-trust-strip .hero-social-proof{border:0!important;width:100%!important;padding:0!important;font-size:13px!important}.hero-premium .hero-trust-strip .hero-benefits{gap:7px 0!important;width:100%!important;margin-top:11px!important;display:flex!important}.hero-premium .hero-trust-strip .hero-benefits li{padding:0 10px!important;font-size:11px!important}.hero-premium .hero-trust-strip .hero-benefits li:first-child{padding-left:0!important}.hero-premium .hero-trust-strip .hero-benefits li:before,.hero-premium .hero-trust-strip .hero-benefits li+li:before{content:""!important;background:#ffffff40!important;width:1px!important;height:auto!important;margin:0!important;position:absolute!important;top:2px!important;bottom:2px!important;left:0!important}.hero-premium .hero-trust-strip .hero-benefits li:first-child:before{display:none!important}}.home-packs-section,.home-benefits-section,.process-section,.home-models-section,.home-about-section,.faq-home-section{padding:72px 0}.compact-section-head{max-width:820px;margin-bottom:34px}.compact-section-head h2{font-size:clamp(32px,3.5vw,46px)}.compact-section-head p{font-size:17px}.home-packs-section{background:#fff}.home-billing-toggle{background:#eef3f9;border:1px solid #dce6f1;border-radius:15px;align-items:center;gap:5px;margin-top:22px;padding:5px;display:inline-flex;box-shadow:inset 0 1px 3px #061d3d0a}.home-billing-toggle button{color:#526178;min-height:42px;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:11px;padding:9px 20px;font-size:14px;font-weight:850;transition:background .2s,color .2s,box-shadow .2s}.home-billing-toggle button span{color:#08784d;background:#dcf7e9;border-radius:999px;margin-left:6px;padding:4px 7px;font-size:10px;line-height:1;display:inline-flex}.home-billing-toggle button.active{background:linear-gradient(135deg,var(--brand),var(--brand-dark));color:#fff;box-shadow:0 7px 17px #1688f838}.home-billing-toggle button.active span{color:#fff;background:#ffffff2e}.home-packs-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:24px;display:grid}.home-pack-card{background:#fff;border:1px solid #dbe6f2;border-radius:26px;flex-direction:column;min-width:0;padding:20px;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex;position:relative;box-shadow:0 17px 46px #0f172a13}.home-pack-card:hover{border-color:#c2d9f2;transform:translateY(-5px);box-shadow:0 23px 54px #0f172a1c}.home-pack-card.featured-pack{border:2px solid var(--brand);padding:19px;box-shadow:0 20px 52px #1688f826}.home-pack-card .popular-ribbon{z-index:2;background:linear-gradient(135deg,var(--brand),var(--brand-dark));color:#fff;border-radius:999px;margin:0;padding:7px 11px;font-size:11px;font-weight:900;position:absolute;top:30px;left:30px;right:auto;box-shadow:0 7px 16px #1688f838}.home-pack-visual{aspect-ratio:1.48;background:#eef3f7;border-radius:18px;place-items:center;width:100%;margin-bottom:17px;display:grid;overflow:hidden}.home-pack-visual img{object-fit:contain;width:100%;height:100%;display:block}.pack-kicker{color:var(--brand-dark);letter-spacing:.075em;text-transform:uppercase;font-size:11px;font-weight:900}.home-pack-heading{justify-content:space-between;align-items:flex-end;gap:15px;margin-top:7px;display:flex}.home-pack-card h3{margin:0;font-size:27px;line-height:1.12}.home-pack-price{white-space:nowrap;justify-content:flex-end;align-items:baseline;gap:5px;display:flex}.home-pack-price strong{color:var(--brand-dark);letter-spacing:-.04em;font-size:32px;line-height:1}.home-pack-price small{color:#64748b;font-size:12px;font-weight:700}.home-pack-payment-note{color:#64748b;text-align:right;min-height:19px;margin:5px 0 0;font-size:11px;font-weight:700}.home-pack-payment-note.is-saving{color:#087443;font-weight:850}.home-pack-summary{color:#5b6879;min-height:64px;margin:10px 0 0;font-size:14px;line-height:1.55}.home-pack-features{border-top:1px solid #e8edf3;gap:8px;margin:14px 0 0;padding:15px 0 0;list-style:none;display:grid}.home-pack-features li{color:#334155;padding-left:23px;font-size:13px;line-height:1.45;position:relative}.home-pack-features li:before{content:"✓";color:#159357;font-weight:950;position:absolute;left:0}.home-pack-actions{text-align:center;gap:10px;margin-top:auto;padding-top:20px;display:grid}.home-pack-actions .btn{width:100%;min-height:46px}.text-link{color:var(--brand-dark);font-size:13px;font-weight:850}.home-benefits-section{color:#fff;background:linear-gradient(135deg,#071426,#0e2849)}.home-benefits-section .compact-section-head h2{color:#fff}.home-benefits-section .eyebrow{color:#7cc0ff}.home-benefits-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.home-benefits-grid article{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:18px;padding:22px}.home-benefits-grid article>span{font-size:25px}.home-benefits-grid h3{color:#fff;margin:12px 0 6px;font-size:17px}.home-benefits-grid p{color:#cbd5e1;margin:0;font-size:13px;line-height:1.5}.process-section{background:#f4f8fd}.process-timeline{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid;position:relative}.process-timeline:before{content:"";background:#d7e7f8;height:2px;position:absolute;top:25px;left:8%;right:8%}.process-timeline article{z-index:1;text-align:center;position:relative}.process-number{background:linear-gradient(135deg,var(--brand),var(--brand-dark));color:#fff;border-radius:50%;place-items:center;width:50px;height:50px;margin:0 auto 14px;font-weight:900;display:grid;box-shadow:0 8px 22px #1688f838}.process-timeline h3{margin:0 0 6px;font-size:16px;line-height:1.3}.process-timeline p{color:#536279;max-width:210px;margin:0 auto;font-size:13px;line-height:1.45}.home-models-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;display:grid}.home-model-card{background:#fff;border:1px solid #e0e7f0;border-radius:21px;position:relative;overflow:hidden;box-shadow:0 13px 35px #0f172a12}.home-model-card>img{object-fit:cover;background:#edf4fc;width:100%;height:190px}.home-model-card>div{padding:19px}.home-model-card span{color:var(--brand-dark);letter-spacing:.07em;text-transform:uppercase;font-size:11px;font-weight:900}.home-model-card h3{margin:7px 0 4px;font-size:20px;line-height:1.25}.home-model-card p{color:#64748b;margin:0 0 13px;font-size:13px}.home-model-card a{color:var(--brand-dark);font-size:13px;font-weight:850}.home-section-action{text-align:center;margin-top:28px}.home-section-action>a:not(.btn){color:var(--brand-dark);font-weight:850}.home-about-section{background:linear-gradient(#f7faff,#fff)}.home-about-card{background:#fff;border:1px solid #dbe8f6;border-radius:26px;grid-template-columns:minmax(0,1.05fr) minmax(390px,.95fr);align-items:center;gap:38px;padding:34px;display:grid;box-shadow:0 17px 45px #0f172a12}.home-about-copy h2{margin:8px 0 14px;font-size:clamp(29px,3.4vw,42px);line-height:1.1}.home-about-copy p{color:#536174;margin:0;line-height:1.7}.home-about-copy .btn{min-height:44px;margin-top:21px}.home-responsibles-grid{gap:14px;display:grid}.home-responsibles-grid article{background:#f8fbff;border:1px solid #dfe8f3;border-radius:18px;padding:20px}.home-responsibles-grid span{color:var(--brand-dark);letter-spacing:.06em;text-transform:uppercase;font-size:11px;font-weight:900}.home-responsibles-grid h3{margin:6px 0 7px;font-size:18px}.home-responsibles-grid p{color:#64748b;margin:0;font-size:13px;line-height:1.5}.faq-home-section{background:#f7f9fc}.faq-home-section .faq{max-width:820px}@media (width<=980px){.home-packs-grid,.home-models-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-packs-grid .home-pack-card:last-child,.home-models-grid .home-model-card:last-child{grid-column:1/-1;justify-self:center;width:100%;max-width:calc(50% - 11px)}.home-benefits-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-about-card{grid-template-columns:1fr}}@media (width<=680px){.home-packs-section,.home-benefits-section,.process-section,.home-models-section,.home-about-section,.faq-home-section{padding:58px 0}.compact-section-head{text-align:left;margin-bottom:27px}.home-billing-toggle{width:100%;display:flex}.home-billing-toggle button{flex:1;padding:9px 10px}.home-packs-grid,.home-models-grid,.home-benefits-grid,.process-timeline{grid-template-columns:1fr}.home-packs-grid .home-pack-card:last-child,.home-models-grid .home-model-card:last-child{grid-column:auto;max-width:none}.home-pack-heading{align-items:flex-start}.home-pack-summary{min-height:0}.process-timeline{gap:24px}.process-timeline:before{display:none}.home-about-card{padding:23px}.home-about-copy .btn{width:100%}}.subscription-details-link{color:var(--primary,#1367e8);align-items:center;gap:.45rem;margin-top:1rem;font-weight:800;text-decoration:none;display:inline-flex}.subscription-details-link:hover{text-decoration:underline}@media (width<=600px){.home-packs-section{padding-bottom:30px}.home-solutions{padding-top:38px}}.home-packs-section{padding-bottom:14px!important}.home-solutions{padding-top:14px!important}@media (width<=600px){.home-packs-section{padding-bottom:12px!important}.home-solutions{padding-top:12px!important}}.home-models-section{padding-top:46px!important;padding-bottom:44px!important}.home-about-section{padding-top:44px!important;padding-bottom:44px!important}.home-testimonials-section,.faq-home-section{padding-top:45px!important;padding-bottom:45px!important}.home-testimonials-section .compact-section-head,.faq-home-section .compact-section-head{margin-bottom:28px!important}@media (width<=680px){.home-models-section,.home-about-section,.home-testimonials-section,.faq-home-section{padding-top:36px!important;padding-bottom:36px!important}.home-testimonials-section .compact-section-head,.faq-home-section .compact-section-head{margin-bottom:22px!important}}.home-packs-section{padding-top:48px!important}@media (width<=680px){.home-packs-section{padding-top:38px!important}}