:root{--blue:#0b5ed7;--blue-dark:#084eb6;--ink:#111827;--muted:#768399;--soft:#f5f7fb;--line:#e6ebf2;--surface:#ffffff;--green:#00b67a;--yellow:#f6bf25;--footer:#101720;--radius:14px;--shadow:0 14px 34px rgba(15,23,42,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:Manrope,Arial,Helvetica,sans-serif;font-size:16px;font-weight:400;line-height:30px;letter-spacing:0;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}button,input{font:inherit}.container{width:min(100% - 56px,1460px);margin-inline:auto}.skip-link,.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.skip-link:focus{z-index:100;width:auto;height:auto;clip:auto;padding:12px 16px;background:#fff;color:var(--blue)}.site-header{position:fixed;top:0;left:0;right:0;z-index:30;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}.site-header+main{padding-top:66px}.header-inner{min-height:66px;display:grid;grid-template-columns:210px 1fr 280px;align-items:center;gap:24px}.brand img{width:146px;aspect-ratio:146 / 46;height:auto}.nav-toggle{width:44px;height:44px;border:1px solid var(--line);border-radius:8px;background:#fff;color:#273244;cursor:pointer;place-items:center;display:none;gap:5px;flex-direction:column;align-items:center;justify-content:center;transition:border-color .18s ease,background .18s ease,color .18s ease}.nav-toggle span{display:block;width:20px;height:2px;border-radius:999px;background:currentColor;transition:transform .18s ease,opacity .18s ease}.nav-toggle:hover,.nav-toggle:focus-visible{border-color:rgba(11,94,215,.38);color:var(--blue)}.site-header.is-menu-open .nav-toggle span:nth-child(1){transform:translateY(6px) rotate(45deg)}.site-header.is-menu-open .nav-toggle span:nth-child(2){opacity:0}.site-header.is-menu-open .nav-toggle span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.main-nav{display:flex;justify-content:center;align-items:center;gap:34px;color:#273244;font-size:14px;font-weight:800}.main-nav a,.login-link,.section-link{transition:color .18s ease}.nav-dropdown{position:relative;display:inline-flex;align-items:center}.nav-dropdown-toggle{display:inline-flex;align-items:center;gap:6px}.nav-dropdown-toggle span{font-size:11px;line-height:1}.nav-dropdown-menu{position:absolute;top:calc(100% + 14px);left:50%;z-index:40;min-width:168px;padding:8px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 18px 42px rgba(18,35,58,.14);opacity:0;visibility:hidden;transform:translate(-50%,8px);transition:opacity .18s ease,transform .18s ease,visibility .18s ease}.nav-dropdown-menu::before{content:"";position:absolute;right:0;bottom:100%;left:0;height:14px}.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown:focus-within .nav-dropdown-menu{opacity:1;visibility:visible;transform:translate(-50%,0)}.nav-dropdown-menu a{display:flex;align-items:center;min-height:38px;padding:0 12px;border-radius:6px;color:#273244;white-space:nowrap}.nav-dropdown-menu a:hover,.nav-dropdown-menu a[aria-current="page"]{background:#eef5ff;color:var(--blue)}.main-nav a:hover,.login-link:hover,.section-link:hover{color:var(--blue)}.header-actions{display:flex;justify-content:flex-end;align-items:center;gap:18px}.login-link{color:#2f3b4f;font-size:13px;font-weight:800}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border-radius:8px;padding:0 24px;border:1px solid transparent;font-size:14px;font-weight:900;line-height:1;cursor:pointer;transition:transform .18s ease,border-color .18s ease,background .18s ease,color .18s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{color:#fff;background:var(--blue);border-color:var(--blue)}.btn-primary:hover{background:var(--blue-dark);border-color:var(--blue-dark)}.btn-secondary{color:var(--blue) !important;background:#fff !important;border-color:#cfd9e8}.btn-secondary:hover{color:#fff;background:var(--blue);border-color:var(--blue)}.btn-outline{width:100%;min-height:33px;color:var(--blue);background:#fff;border-color:#cfd9e8}.cookie-consent{position:fixed;right:22px;bottom:22px;z-index:80;display:flex;align-items:center;gap:18px;width:min(calc(100% - 32px),560px);padding:16px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:var(--shadow)}.cookie-consent[hidden]{display:none}.cookie-consent p{margin:0;color:#2f3b4f;font-size:14px;font-weight:800;line-height:1.45}.cookie-consent-actions{display:flex;flex:0 0 auto;gap:10px}.cookie-consent .btn{background-color:#0b5ed7;color:white}.cookie-consent .btn{min-height:40px;padding:0 16px;font-size:13px;cursor:pointer}.hero{background:linear-gradient(#f7f9fc,#fff);border-bottom:1px solid var(--line)}.hero-inner{min-height:525px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:64px 0 55px;text-align:center}.eyebrow,.section-label{margin:0 0 18px;color:var(--blue);font-size:12px;font-weight:900;letter-spacing:.2em;text-transform:uppercase}.hero h1{max-width:980px;margin:0;color:#111827;font-size:clamp(40px,4.45vw,58px);line-height:.98;font-weight:900}.hero h1 span{color:var(--blue)}.hero-copy{margin:26px 0 36px;color:#7b8798;font-size:18px;line-height:1.55;font-weight:800}.search-box{position:relative;width:min(100%,560px);min-height:62px;display:grid;grid-template-columns:24px 1fr 125px;align-items:center;gap:12px;padding:9px;padding-left:22px;background:#fff;border:1px solid #dfe6ef;border-radius:12px;box-shadow:var(--shadow)}.search-box:focus-within,.search-box.is-searching{border-color:rgba(11,94,215,.32);box-shadow:0 18px 42px rgba(15,23,42,.12),0 0 0 4px rgba(11,94,215,.08)}.search-box svg{width:21px;height:21px;fill:none;stroke:#a8b4c5;stroke-width:2.3}.search-box input{width:100%;min-width:0;border:0;outline:0;color:#334155;font-size:15px;font-weight:800}.search-box input::placeholder{color:#a8b4c5}.search-results{position:absolute;z-index:20;top:calc(100% + 10px);left:0;right:0;display:grid;gap:6px;max-height:min(300px,30vh);overflow-y:auto;overscroll-behavior:contain;padding:8px;background:#fff;border:1px solid #dfe6ef;border-radius:14px;box-shadow:0 22px 55px rgba(15,23,42,.16);text-align:left}.search-results[hidden]{display:none}.search-results::-webkit-scrollbar{width:8px}.search-results::-webkit-scrollbar-thumb{background:#c9d6e8;border:2px solid #fff;border-radius:999px}.search-option{display:grid;grid-template-columns:72px 1fr auto;align-items:center;gap:13px;min-height:66px;padding:8px 12px 8px 8px;border:1px solid transparent;border-radius:10px;color:#172033;transition:background .18s ease,border-color .18s ease,transform .18s ease}.search-option:hover,.search-option.is-active{background:#f4f8ff;border-color:#d8e7ff;transform:translateY(-1px)}.search-option-media{width:72px;height:44px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#f6f8fb;border-radius:8px}.search-option-media img{width:100%;height:100%;object-fit:contain}.search-option-copy{min-width:0;display:grid;gap:2px}.search-option-copy strong{color:#111827;font-size:15px;font-weight:900;line-height:1.25}.search-option-copy small{overflow:hidden;color:#7b8798;font-size:12px;font-weight:800;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.search-option-copy mark{padding:0 1px;color:var(--blue);background:rgba(11,94,215,.12);border-radius:4px}.search-option-price{padding:6px 9px;color:var(--blue);background:#eaf2ff;border-radius:999px;font-size:12px;font-weight:900;white-space:nowrap}.search-empty{margin:0;padding:14px 16px;color:#7b8798;font-size:13px;font-weight:800;text-align:center}.quick-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:9px;margin-top:20px}.quick-tags a{min-height:32px;display:inline-flex;align-items:center;padding:0 18px;color:#4b5567;background:#fff;border:1px solid #dfe6ef;border-radius:999px;font-size:13px;font-weight:800;transition:all 200ms}.quick-tags a:hover{color:white;background-color:#0b5ed7}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);margin:32px 0 0}.hero-stats div{min-width:140px;padding:0 24px;border-right:1px solid var(--line)}.hero-stats div:last-child{border-right:0}.hero-stats dt{font-size:26px;line-height:1;font-weight:900}.hero-stats dd{margin:5px 0 0;color:#7f8a9c;font-size:12px;font-weight:800}.benefits{background:#fff;border-bottom:1px solid var(--line)}.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr)}.benefits article{min-height:78px;padding:24px 22px;border-right:1px solid var(--line);display:flex;align-items:center;gap:16px}.benefits article i{color:#0c5ed8;font-size:33px}.benefits article:last-child{border-right:0}.benefits h2,.benefits p{margin:0}.benefits h2{font-size:16px;line-height:1.2;font-weight:900}.benefits p{margin-top:6px;color:#7f8a9c;font-size:13px;font-weight:700}.section{padding:58px 0 68px}.empty-state{margin:26px 0 0;padding:18px 20px;color:#5f6b7d;background:#f7f9fc;border:1px solid #dfe6ef;border-radius:12px;font-size:14px;line-height:1.45;font-weight:800}.category-hero{padding:28px 0 52px;background:linear-gradient(#f7f9fc,#fff);border-bottom:1px solid var(--line)}.category-hero h1{max-width:840px;margin:0;color:#111827;font-size:clamp(40px,4.4vw,58px);line-height:.98;font-weight:900}.category-hero p:not(.section-label){max-width:690px;margin:20px 0 0;color:#707d8f;font-size:17px;line-height:1.55;font-weight:800}.not-found-card{margin:0 0 72px;padding:42px;background:#f7f9fc;border:1px solid #dfe6ef;border-radius:18px}.not-found-card h1{margin:0 0 12px;font-size:36px;line-height:1.05;font-weight:900}.not-found-card p{max-width:620px;margin:0 0 22px;color:#667386;line-height:1.6;font-weight:800}.section-head{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:32px}.section-head h2,.center-head h2,.faq-copy h2{margin:0;color:#121826;font-size:clamp(31px,3.3vw,40px);line-height:1.06;font-weight:900}.section-link{color:var(--blue);font-size:13px;font-weight:900;white-space:nowrap}.model-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.model-card{padding:16px;background:#fff;border:1px solid #dfe6ef;border-radius:var(--radius);transition:all 200ms}.model-card:hover{border-color:#0b5ed7}.model-card:hover .btn{background-color:#0b5ed7;color:white}.model-card img{transition:all 200ms}.model-card:hover img{transform:scale(1.05)}.model-media{position:relative;display:grid;place-items:center;overflow:hidden;background:#f6f8fc;border-radius:12px}.model-media img{width:100%;height:auto;object-fit:contain}.badge{position:absolute;top:13px;left:13px;z-index:1;display:inline-flex;align-items:center;min-height:22px;padding:0 9px;border-radius:4px;font-size:10px;font-weight:900}.badge-blue{color:#fff;background:var(--blue)}.badge-yellow{color:#583900;background:var(--yellow)}.model-card h3{margin:16px 0 3px;text-align:center;font-size:16px;line-height:1.15;font-weight:900}.price{margin:0 0 14px;color:var(--blue);text-align:center;font-size:13px;font-weight:900}.price s{margin-right:3px;color:#8c97a8}.how-section,.faq-section{background:var(--soft)}.center-head{margin-bottom:34px;text-align:center}.center-head p{margin:11px 0 0;color:#7f8a9c;font-size:15px;font-weight:800}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.step-card,.trust-card,.support-card,.faq-list details{background:#fff;border:1px solid #e1e7ef;border-radius:var(--radius)}.step-card{min-height:138px;padding:24px 26px}.step-card span{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;margin-bottom:17px;color:#fff;background:var(--blue);border-radius:8px;font-size:18px;font-weight:900}.step-card h3,.step-card p{margin:0}.step-card h3{font-size:17px;line-height:1.2;font-weight:900}.step-card p{margin-top:8px;color:#7f8a9c;font-size:13px;line-height:1.45;font-weight:800}.trust-card{margin-top:32px;padding:28px}.trust-head{display:flex;align-items:center;justify-content:space-between;gap:18px;padding-bottom:28px;border-bottom:1px solid var(--line)}.trust-score{display:flex;align-items:center;gap:18px}.star-row{display:flex;gap:4px}.star-row span{display:grid;place-items:center;width:26px;height:26px;color:#fff;background:var(--green);border-radius:2px;font-size:17px}.trust-score h3{margin:0;font-size:18px;font-weight:900}.trust-score p{margin:2px 0 0;color:#7f8a9c;font-size:12px;font-weight:800}.trustpilot{display:flex;align-items:center;gap:7px;color:var(--green);font-size:16px;font-weight:900}.trustpilot span{display:grid;place-items:center;width:22px;height:22px;color:#fff;background:var(--green);border-radius:3px}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:34px;padding-top:30px}.mini-stars{color:var(--green);font-size:18px;letter-spacing:2px}blockquote{margin:14px 0;color:#526070;font-size:14px;line-height:1.5;font-weight:800}cite{display:block;color:#111827;font-style:normal;font-size:13px;font-weight:900}cite small{display:block;margin-top:4px;color:#9aa5b5;font-size:12px;font-weight:800}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.content-section{background:#fff}.brand-section-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:42px;align-items:start;margin-top:60px}.brand-section-grid.small{grid-template-columns:repeat(1,minmax(0,1fr));gap:18px;margin-top:0px;width:100%}.brand-service-card{min-width:0}.brand-service-hero{display:block;overflow:hidden;background:#111827;border-color:#bcd4f6;box-shadow:0 12px 26px rgba(12,94,216,0.08);border-radius:14px;position:relative}.brand-service-hero-text{position:absolute;top:50%;left:50%;margin:0px;color:white;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;z-index:10}.brand-service-hero-title{font-size:42px !important;text-align:center}.brand-service-hero-text p{color:white !important;font-weight:700 !important;margin:0px !important}.brand-service-hero img{width:100%;height:500px;object-fit:cover;transition:transform .24s ease}.brand-service-hero:hover img,.brand-service-hero:focus-visible img{transform:scale(1.024)}.brand-service-card p{margin:42px 16px 0;color:#111827;font-size:16px;line-height:1.55;font-weight:400}.brand-service-card strong{font-weight:900}.brand-service-card a:not(.brand-service-hero){color:var(--blue)}.product-page{background:#fff}.product-container{width:min(100% - 56px,1180px)}.breadcrumb{display:flex;align-items:center;gap:10px;padding:34px 0 30px;color:#9aa6b8;font-size:13px;font-weight:800}.breadcrumb a:hover,.breadcrumb strong{color:#253044}.product-hero{display:grid;grid-template-columns:55% 1fr;gap:52px;align-items:start;margin-bottom:50px}.product-main-image{position:relative;height:390px;display:grid;place-items:center;margin:0;background:#f4f7fc;border:1px solid #e2e8f1;border-radius:20px;overflow:hidden}.product-main-image img{height:100%;object-fit:contain;position:absolute}.brand-section-grid.small .brand-service-hero img{width:100%;height:200px;object-fit:cover;transition:transform .24s ease}.generator-page{background:#fff}.generator-container{width:min(100% - 56px,1120px)}.generator-hero{padding-bottom:72px;background:linear-gradient(180deg,#f6f9fe 0%,#fff 100%);border-bottom:1px solid var(--line)}.generator-hero-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(420px,1fr);gap:52px;align-items:center}.generator-copy h1{max-width:610px;margin:0;color:#111827;font-size:clamp(42px,5vw,48px);line-height:1;font-weight:900}.generator-copy p:not(.section-label){max-width:590px;margin:24px 0 0;color:#68758a;font-size:18px;line-height:1.65;font-weight:700}.generator-trust-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.generator-trust-list span{display:inline-flex;align-items:center;min-height:36px;padding:0 13px;border:1px solid rgba(11,94,215,.18);border-radius:8px;background:#fff;color:#24527d;font-size:13px;font-weight:900;box-shadow:0 10px 26px rgba(15,23,42,.05)}.generator-card,.generator-help-card,.generator-steps article{border:1px solid #dde6f2;border-radius:8px;background:#fff;box-shadow:0 18px 44px rgba(15,23,42,.08)}.generator-card{padding:28px}.generator-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:26px}.generator-card-head h2,.generator-help-card h2,.generator-faq-band h2{margin:0;color:#111827;font-size:24px;line-height:1.2;font-weight:900}.generator-card-head p{margin:8px 0 0;color:#77849a;font-size:14px;line-height:1.5;font-weight:700}.generator-status{flex:0 0 auto;display:inline-flex;align-items:center;min-height:32px;padding:0 10px;border-radius:8px;background:#ecfbf5;color:#04724f;font-size:12px;font-weight:900}.generator-form{display:grid;gap:18px}.generator-field,.generator-result-field{display:grid;gap:9px}.generator-field label,.generator-result-field label{color:#263247;font-size:13px;font-weight:900}.generator-field input{width:100%;min-height:58px;padding:0 18px;border:1px solid #dbe4ef;border-radius:8px;outline:0;color:#111827;background:white;font-size:24px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.generator-field input:focus{border-color:rgba(11,94,215,.5);background:#fff;box-shadow:0 0 0 4px rgba(11,94,215,.1)}.generator-field p,.generator-message{margin:0;color:#7a8799;font-size:13px;line-height:1.5;font-weight:700}.generator-result-field{grid-template-columns:1fr auto;align-items:end}.generator-result-field label{grid-column:1 / -1}.generator-code{min-height:72px;display:flex;align-items:center;padding:0 20px;border:1px solid #cfe0f6;border-radius:8px;background:#f2f7ff;color:var(--blue);font-size:38px;line-height:1;font-weight:900;letter-spacing:.22em}.generator-result-field .btn{min-height:72px;white-space:nowrap}.generator-message{padding:13px 14px;border-radius:8px;background:#f7f9fc;border:1px solid #e3eaf3}.generator-card[data-state="success"] .generator-message{border-color:rgba(0,182,122,.24);background:#ecfbf5;color:#04724f}.generator-card[data-state="error"] .generator-message{border-color:rgba(214,75,75,.24);background:#fff3f3;color:#a53a3a}.generator-help-section{}.generator-help-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.generator-help-card{padding:26px;box-shadow:none}.generator-help-card p,.generator-faq-band p{margin:14px 0 18px;color:#6f7d91;font-size:15px;line-height:1.7;font-weight:700}.generator-steps-section{padding-top:34px}.generator-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.generator-steps article{min-height:188px;padding:22px;box-shadow:none}.generator-steps span{display:grid;place-items:center;width:42px;height:42px;margin-bottom:18px;border-radius:8px;background:var(--blue);color:#fff;font-size:18px;font-weight:900}.generator-steps h3{margin:0;color:#142033;font-size:17px;line-height:1.25;font-weight:900}.generator-steps p{margin:10px 0 0;color:#738096;font-size:14px;line-height:1.55;font-weight:700}.generator-confirm-box{display:flex;gap:8px;margin-top:18px;padding:18px 20px;border:1px solid rgba(11,94,215,.2);border-radius:8px;background:#eef5ff;color:#24527d;font-size:15px;font-weight:800}.generator-confirm-box strong{color:var(--blue);font-weight:900}.generator-faq-band{padding:42px 0 58px;background:#f7f9fc;border-top:1px solid var(--line)}.generator-faq-grid{display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center}.generator-faq-band p{max-width:720px;margin-bottom:0}.stock-badge{position:absolute;top:18px;right:18px;display:inline-flex;align-items:center;min-height:30px;padding:0 13px;color:#00a46c;background:#e9fbf4;border-radius:7px;font-size:12px;font-weight:900}.product-thumbs{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:15px}.thumb{height:104px;display:grid;place-items:center;padding:0;color:#a0acbd;background:#f6f8fc;border:1px solid #e1e7ef;border-radius:14px;font-size:13px;font-weight:900;cursor:pointer}.thumb.is-active{border:3px solid var(--blue);background:#fff}.thumb img{width:88%;height:78%;object-fit:contain;border-radius:8px}.thumb:nth-child(2) img{width:100%;height:100%;object-fit:cover}.product-summary{padding-top:2px;position:sticky;top:100px}.product-kicker{margin:0 0 9px;color:var(--blue);font-size:13px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.product-summary h1{max-width:520px;margin:0;color:#111827;font-size:clamp(38px,4.2vw,52px);line-height:.98;font-weight:900}.rating-line{display:flex;align-items:center;gap:9px;margin:18px 0 20px;color:#7c8797;font-size:15px;font-weight:800}.rating-line span{color:var(--green);letter-spacing:2px;font-size:20px}.rating-line strong{color:#6b7586;font-weight:900}.product-price{display:flex;align-items:center;gap:12px;margin:0 0 20px}.product-price strong{color:var(--blue);font-size:20px;line-height:1;font-weight:900}.product-price s{color:#9aa6b8;font-size:19px;font-weight:800}.product-price span{display:inline-flex;min-height:30px;align-items:center;padding:0 13px;color:#059669;background:#e7fbf1;border-radius:8px;font-size:13px;font-weight:900}.product-intro{max-width:590px;margin:0 0 24px;color:#6f7b8d;font-size:16px;line-height:1.62;font-weight:800}.code-form{padding:26px 28px;background:#fff;border:1px solid #dfe6ef;border-radius:18px;box-shadow:0 16px 34px rgba(15,23,42,.06)}.code-form h2{margin:0 0 17px;color:#1a2230;font-size:18px;font-weight:900}.form-notice{margin:0 0 16px;padding:12px 14px;border-radius:8px;font-weight:800;line-height:1.35}.form-notice-success{background:#eaf8f0;color:#17633c}.form-notice-warning{background:#fff4d6;color:#835400}.confirmation-page{min-height:72vh;background:linear-gradient(180deg,rgba(245,249,255,.94),rgba(255,255,255,1)),radial-gradient(circle at 50% 0,rgba(11,94,215,.12),transparent 42%)}.confirmation-hero{width:min(760px,calc(100% - 32px));margin:0 auto;padding:72px 0 86px;text-align:center}.confirmation-logo{display:inline-flex;margin-bottom:34px}.confirmation-logo img{width:172px;height:auto}.confirmation-check{display:grid;place-items:center;width:112px;height:112px;margin:0 auto 26px;border-radius:999px;background:#eaf8f0;box-shadow:0 18px 40px rgba(23,99,60,.16)}.confirmation-check svg{width:72px;height:72px;fill:none;stroke:#18a058;stroke-linecap:round;stroke-linejoin:round;stroke-width:5}.confirmation-check circle{stroke-dasharray:202;stroke-dashoffset:202;animation:draw-check-circle .7s ease-out forwards}.confirmation-check path{stroke-dasharray:45;stroke-dashoffset:45;animation:draw-check-path .45s ease-out .48s forwards}.confirmation-kicker{margin:0 0 10px;color:#17633c;font-size:13px;font-weight:900;text-transform:uppercase}.confirmation-hero h1{margin:0;color:#162033;font-size:clamp(32px,5vw,54px);line-height:1.04}.confirmation-copy{max-width:620px;margin:18px auto 0;color:#5d6879;font-size:18px;line-height:1.7}.confirmation-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1px;margin:34px auto 0;overflow:hidden;border:1px solid #dfe6ef;border-radius:12px;background:#dfe6ef;text-align:left}.confirmation-summary div{padding:18px;background:#fff}.confirmation-summary span{display:block;margin-bottom:7px;color:#7a8798;font-size:12px;font-weight:900;text-transform:uppercase}.confirmation-summary strong{color:#1a2230;font-size:15px}.confirmation-actions{display:flex;justify-content:center;gap:12px;margin-top:30px;flex-wrap:wrap}@keyframes draw-check-circle{to{stroke-dashoffset:0}}@keyframes draw-check-path{to{stroke-dashoffset:0}}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.code-form label{display:grid;gap:8px;margin-bottom:14px}.code-form label span{color:#5d6879;font-size:13px;font-weight:900}.code-form label small{color:#9aa6b8;font-size:12px}.code-form input{width:100%;min-height:52px;padding:0 18px;color:#1f2937;background:#f8fafd;border:1px solid #d8e0ec;border-radius:11px;outline:none;font-size:16px;font-weight:800}.code-form input:focus{border-color:var(--blue);box-shadow:0 0 0 4px rgba(11,94,215,.1)}.precode-input{min-height:62px !important;letter-spacing:.12em}.code-form .btn{width:100%;min-height:58px;margin-top:2px;font-size:16px}.form-reassurance{display:flex;justify-content:center;flex-wrap:wrap;gap:16px;margin:17px 0 0;color:#8490a2;font-size:12px;font-weight:900}.product-checks{display:grid;grid-template-columns:1fr 1fr;gap:16px 34px;margin:24px 0 0;padding:0;list-style:none}.product-checks li{position:relative;padding-left:25px;color:#586475;font-size:14px;line-height:1.35;font-weight:800}.product-checks li::before{content:"✓";position:absolute;left:0;top:-1px;color:var(--blue);font-size:18px;font-weight:900}.product-content-layout{display:grid;grid-template-columns:1.35fr .82fr;gap:78px;align-items:start;padding:78px 0 82px}.product-copy h2{margin:0 0 18px;color:#141b28;font-size:31px;line-height:1.06;font-weight:900}.product-copy h2:not(:first-child){margin-top:34px;font-size:24px}.product-copy p,.product-copy li{color:#606b7d;font-size:16px;line-height:1.75;font-weight:800}.product-copy p{margin:0 0 22px}.product-copy ol{margin:0;padding-left:22px}.product-sidebar{display:grid;gap:18px}.side-card,.help-card{border-radius:18px}.side-card{padding:28px;background:#f7f9fc;border:1px solid #e2e8f1}.side-card h2,.help-card h2{margin:0 0 19px;font-size:18px;font-weight:900}.side-card details{padding:15px 0;border-top:1px solid #e1e7ef}.side-card details:first-of-type{border-top:0;padding-top:0}.side-card summary{color:#1d2634;list-style:none;cursor:pointer;font-size:14px;font-weight:900}.side-card summary::-webkit-details-marker{display:none}.side-card p{margin:10px 0 0;color:#697587;font-size:13px;line-height:1.55;font-weight:800}.help-card{padding:28px;color:#fff;background:#101827}.help-card p{margin:0 0 20px;color:#aeb8c8;font-size:14px;line-height:1.55;font-weight:800}.help-card .btn{min-height:44px;padding-inline:18px}.related-section{padding:64px 0 72px;background:var(--soft)}.related-section h2{margin:0 0 28px;color:#141b28;font-size:31px;line-height:1.1;font-weight:900}.related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.related-card{padding:16px;background:#fff;border:1px solid #dfe6ef;border-radius:var(--radius)}.related-card h3{margin:16px 0 4px;text-align:center;font-size:16px;line-height:1.2;font-weight:900}.related-card p{margin:0 0 4px;color:var(--blue);text-align:center;font-size:14px;font-weight:900}.post-card{overflow:hidden;background:#fff;border:1px solid #dfe6ef;border-radius:var(--radius)}.post-card a{display:block;height:100%}.post-card img,.post-placeholder{width:100%;aspect-ratio:2.55 / 1;height:auto;object-fit:cover}.post-placeholder{display:grid;place-items:center;color:#a7b2c3;background:#dde5f0;font-size:14px;font-weight:800}.post-body{padding:17px 20px 20px}.post-body p{margin:0 0 9px;color:var(--blue);font-size:11px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.post-body h3{margin:0;font-size:18px;line-height:1.25;font-weight:900}.article-container{width:min(100% - 56px,991px)}.blog-page,.article-page{background:#fff}.blog-hero{padding-bottom:52px;background:linear-gradient(#f8fafc,#fff);border-bottom:1px solid var(--line);text-align:center}.blog-hero .breadcrumb{justify-content:center}.blog-hero h1{max-width:820px;margin:0 auto;color:#111827;font-size:clamp(42px,5vw,64px);line-height:1;font-weight:900}.blog-hero p{max-width:700px;margin:22px auto 0;color:#738095;font-size:18px;line-height:1.55;font-weight:800}.faq-page{background:#fff}.faq-page-container{width:min(100% - 56px,1120px)}.faq-hero{padding:0 0 54px;background:linear-gradient(#f8fafc,#fff);border-bottom:1px solid var(--line);text-align:center}.faq-hero .breadcrumb{justify-content:center}.faq-hero h1{max-width:920px;margin:0 auto;color:#111827;font-size:clamp(42px,5vw,64px);line-height:1;font-weight:900}.faq-hero p:not(.section-label){max-width:780px;margin:22px auto 0;color:#738095;font-size:18px;line-height:1.55;font-weight:800}.faq-hero-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:28px}.faq-intro-band{padding:28px 0;background:#fff;border-bottom:1px solid var(--line)}.faq-shortcuts{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.faq-shortcuts a{min-height:96px;display:grid;align-content:center;gap:7px;padding:18px;background:#f7f9fc;border:1px solid #dfe6ef;border-radius:12px;transition:border-color .18s ease,background .18s ease,transform .18s ease}.faq-shortcuts a:hover{background:#fff;border-color:rgba(11,94,215,.35);transform:translateY(-1px)}.faq-shortcuts span{color:var(--blue);font-size:11px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.faq-shortcuts strong{color:#162033;font-size:15px;line-height:1.25;font-weight:900}.faq-page-section{background:var(--soft)}.faq-page-layout{display:grid;grid-template-columns:280px 1fr;gap:36px;align-items:start}.faq-sidebar{position:sticky;top:92px;display:grid;gap:18px}.faq-sidebar h2{margin:0;color:#111827;font-size:22px;line-height:1.15;font-weight:900}.faq-sidebar nav{display:grid;gap:8px;padding:14px;background:#fff;border:1px solid #e1e7ef;border-radius:var(--radius)}.faq-sidebar nav a{min-height:40px;display:flex;align-items:center;padding:0 12px;color:#526070;border-radius:8px;font-size:13px;line-height:1.25;font-weight:900;transition:background .18s ease,color .18s ease}.faq-sidebar nav a:hover{color:var(--blue);background:#eef5ff}.faq-sidebar .support-card{max-width:none}.faq-page-content{display:grid;gap:26px}.faq-topic{scroll-margin-top:96px;padding:28px;background:#fff;border:1px solid #e1e7ef;border-radius:var(--radius)}.faq-topic-head{margin-bottom:20px}.faq-topic-head h2{margin:0;color:#111827;font-size:clamp(25px,2.5vw,34px);line-height:1.08;font-weight:900}.faq-topic-head p:not(.section-label){max-width:680px;margin:12px 0 0;color:#748195;font-size:15px;line-height:1.55;font-weight:800}.faq-linking-section{padding:58px 0 72px;background:#fff}.faq-linking-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.faq-linking-grid article{min-height:190px;padding:24px;background:#f7f9fc;border:1px solid #dfe6ef;border-radius:var(--radius)}.faq-linking-grid h2{margin:0;color:#111827;font-size:21px;line-height:1.15;font-weight:900}.faq-linking-grid p{margin:12px 0 18px;color:#6f7d90;font-size:14px;line-height:1.55;font-weight:800}.legal-page{background:#fff}.legal-hero h1{max-width:780px}.contact-section{padding:58px 0 72px;background:var(--soft)}.contact-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:24px;align-items:stretch}.contact-card,.contact-info-panel{background:#fff;border:1px solid #e1e7ef;border-radius:var(--radius)}.contact-card-main{display:flex;flex-direction:column;justify-content:center;min-height:360px;padding:38px}.contact-card h2{margin:0;color:#111827;font-size:clamp(28px,3vw,42px);line-height:1.05;font-weight:900}.contact-card p:not(.section-label){max-width:680px;margin:18px 0 0;color:#657386;font-size:16px;line-height:1.65;font-weight:800}.contact-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.contact-info-panel{display:grid;align-content:center;gap:0;padding:12px}.contact-info-item{display:grid;grid-template-columns:54px 1fr;gap:16px;align-items:center;padding:22px;border-radius:12px}.contact-info-item:not(:last-child){border-bottom:1px solid #edf1f6;border-radius:0}.contact-info-icon{width:54px;height:54px;display:grid;place-items:center;color:var(--blue);background:#eef5ff;border:1px solid #d7e6fb;border-radius:12px;font-size:22px}.contact-info-item h2{margin:0 0 7px;color:#111827;font-size:16px;line-height:1.2;font-weight:900}.contact-info-item p,.contact-info-item a{margin:0;color:#526070;font-size:15px;line-height:1.45;font-weight:800}.contact-info-item a{color:var(--blue);text-decoration:none;overflow-wrap:anywhere}.contact-info-item a:hover{color:var(--blue-dark)}.legal-section{background:var(--soft)}.legal-layout{display:grid;grid-template-columns:280px 1fr;gap:36px;align-items:start}.legal-summary{position:sticky;top:92px;display:grid;gap:18px}.legal-summary h2{margin:0;color:#111827;font-size:22px;line-height:1.15;font-weight:900}.legal-summary nav{display:grid;gap:8px;padding:14px;background:#fff;border:1px solid #e1e7ef;border-radius:var(--radius)}.legal-summary nav a{min-height:40px;display:flex;align-items:center;padding:0 12px;color:#526070;border-radius:8px;font-size:13px;line-height:1.25;font-weight:900;transition:background .18s ease,color .18s ease}.legal-summary nav a:hover{color:var(--blue);background:#eef5ff}.legal-content{display:grid;gap:22px}.legal-card{scroll-margin-top:96px;padding:28px;background:#fff;border:1px solid #e1e7ef;border-radius:var(--radius)}.legal-card h2{margin:0 0 18px;color:#111827;font-size:clamp(24px,2.4vw,32px);line-height:1.08;font-weight:900}.legal-card p{margin:0;color:#526070;font-size:15px;line-height:1.75;font-weight:700}.legal-card p+p{margin-top:14px}.legal-card a{color:var(--blue);font-weight:900;text-decoration:underline;text-underline-offset:3px}.legal-details{display:grid;gap:12px;margin:0}.legal-details div{display:grid;grid-template-columns:140px 1fr;gap:16px;padding:14px 0;border-top:1px solid #e7edf5}.legal-details div:first-child{border-top:0;padding-top:0}.legal-details dt{color:#111827;font-size:13px;font-weight:900;text-transform:uppercase}.legal-details dd{margin:0;color:#526070;font-size:15px;line-height:1.5;font-weight:800}.blog-list-section h2{margin:0;color:#111827;font-size:30px;line-height:1.1;font-weight:900}.category-tabs{display:flex;flex-wrap:wrap;gap:10px;margin:20px 0 44px}.category-tabs a{min-height:40px;display:inline-flex;align-items:center;padding:0 18px;color:#526070;background:#fff;border:1px solid #dfe6ef;border-radius:8px;font-size:13px;font-weight:900}.category-tabs a[aria-current="page"]{color:#fff;background:var(--blue);border-color:var(--blue)}.blog-list-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:22px}.blog-list-head p{margin:0;color:#8a96a8;font-size:13px;font-weight:900}.blog-list{display:grid;gap:18px}.blog-list-card{overflow:hidden;background:#fff;border:1px solid #dfe6ef;border-radius:var(--radius)}.blog-list-card a{display:grid;grid-template-columns:280px 1fr;min-height:210px}.blog-list-media{display:grid;place-items:center;min-height:210px;color:#9aa6b8;background:#dde5f0;font-size:14px;font-weight:800}.blog-list-media img{width:100%;height:100%;object-fit:cover}.blog-list-copy{padding:28px 30px}.article-category,.blog-list-copy .article-category{display:inline-flex;margin:0 0 12px;color:var(--blue);font-size:11px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.blog-list-copy h3{margin:0;color:#111827;font-size:24px;line-height:1.18;font-weight:900}.blog-list-copy>p:not(.article-category){margin:12px 0 20px;color:#69768a;font-size:15px;line-height:1.55;font-weight:800}.blog-list-copy footer{display:flex;flex-wrap:wrap;gap:12px;color:#9aa6b8;font-size:12px;font-weight:900}.pagination{display:flex;justify-content:center;gap:8px;margin-top:34px}.pagination a{width:40px;height:40px;display:grid;place-items:center;color:#526070;background:#fff;border:1px solid #dfe6ef;border-radius:8px;font-size:13px;font-weight:900}.pagination a[aria-current="page"]{color:#fff;background:var(--blue);border-color:var(--blue)}.article-breadcrumb{justify-content:center;padding-bottom:20px}.article-header{max-width:760px;margin:0 auto;text-align:center}.article-header h1{margin:0;color:#111827;font-size:clamp(36px,3.9vw,48px);line-height:1.02;font-weight:900}.article-header>p{max-width:690px;margin:24px auto 0;color:#7b8798;font-size:18px;line-height:1.55;font-weight:800}.article-meta{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px 16px;margin-top:28px;color:#8a96a8;font-size:12px;font-weight:900}.author-avatar{width:34px;height:34px;display:inline-grid;place-items:center;color:#fff;background:var(--blue);border-radius:999px;font-size:12px;font-weight:900}.article-cover{height:315px;display:grid;place-items:center;overflow:hidden;margin:44px 0 54px;color:#9aa6b8;background:#e4eaf3;border-radius:14px;font-size:14px;font-weight:900}.article-cover img{width:100%;height:100%;object-fit:cover}.article-layout{display:grid;grid-template-columns:170px 1fr;gap:42px;align-items:start}.article-toc{position:sticky;top:92px}.article-toc>p{margin:0 0 15px;color:#a2adbd;font-size:11px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.article-toc nav{display:grid;gap:13px;padding-left:14px;border-left:3px solid #dce6f3}.article-toc nav a{color:#667386;font-size:12px;line-height:1.25;font-weight:900}.article-toc nav a:hover{color:var(--blue)}.article-mini-cta{margin-top:24px;padding:20px;color:#fff;background:#101827;border-radius:12px}.article-mini-cta h2{margin:0;font-size:15px;line-height:1.25;font-weight:900}.article-mini-cta p{margin:10px 0 16px;color:#d5dbea;font-size:12px;line-height:1.45;font-weight:800}.article-mini-cta .btn{width:100%;min-height:36px;padding:0 12px;font-size:12px}.article-body{min-width:0}.article-body section{scroll-margin-top:92px}.article-body h2{margin:0 0 18px;color:#111827;font-size:26px;line-height:1.13;font-weight:900}.article-body h3{margin:24px 0 8px;color:#111827;font-size:20px;line-height:1.25;font-weight:900}.article-body p,.article-body li{color:#59677a;font-size:14px;line-height:1.75;font-weight:800}.article-body p{margin:0 0 20px}.article-body section+section,.article-body aside+section,.article-body section+aside{margin-top:42px}.article-body ul{margin:0 0 22px;padding-left:22px}.article-rich-content img,.product-rich-content img{display:block;max-width:100%;height:auto;margin:28px auto;border-radius:12px}.article-rich-content video,.article-rich-content iframe,.product-rich-content video,.product-rich-content iframe{display:block;width:100%;max-width:100%;margin:28px auto;border:0;border-radius:12px;background:#111827}.article-rich-content video,.product-rich-content video{height:auto}.article-rich-content iframe,.product-rich-content iframe{aspect-ratio:16 / 9;height:auto}.product-rich-content p{font-weight:400}.product-rich-content h2{color:#0b5ed7}.article-rich-content figure,.product-rich-content figure{margin:30px 0}.article-rich-content figcaption,.product-rich-content figcaption{margin-top:10px;color:#738096;font-size:13px;line-height:1.5;font-weight:800;text-align:center}.article-rich-content blockquote,.product-rich-content blockquote{margin:28px 0;padding:18px 22px;border-left:4px solid #0b5ed7;border-radius:8px;background:#eef5ff;color:#2f4f7f}.article-rich-content blockquote p,.product-rich-content blockquote p{margin-bottom:0;color:#2f4f7f}.article-rich-content table,.product-rich-content table{width:100%;margin:28px 0;border-collapse:collapse;overflow:hidden;border-radius:8px}.article-rich-content th,.article-rich-content td,.product-rich-content th,.product-rich-content td{padding:12px 14px;border:1px solid #d8dee8;color:#59677a;font-size:14px;line-height:1.55;font-weight:800}.article-rich-content th,.product-rich-content th{background:#f3f6fb;color:#111827}.article-rich-content pre,.product-rich-content pre{overflow-x:auto;margin:28px 0;padding:18px;border-radius:8px;background:#111827;color:#f9fafb;font-size:13px;line-height:1.65}.article-rich-content a,.product-rich-content a{color:#0b5ed7;font-weight:900;text-decoration:underline;text-underline-offset:3px}.article-note{padding:19px 22px;color:#426597;background:#eaf2ff;border:1px solid #d4e5ff;border-radius:10px}.article-note p{margin:0;color:#426597;font-size:14px;line-height:1.65}.recommendation-card{overflow:hidden;border:1px solid #f1dcae;border-radius:12px;background:#fff}.recommendation-card>p{margin:0;padding:10px 16px;color:#9a6908;background:#fff4d9;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.brand-section-grid.small .brand-service-hero-title{font-size:22px !important}.recommendation-card>div{display:grid;grid-template-columns:125px 1fr auto;gap:16px;align-items:center;padding:22px}.recommendation-media{min-height:116px;display:grid;place-items:center;padding:14px;color:#6b7586;background:#f5f7fb;border-radius:10px;font-size:13px;line-height:1.25;font-weight:900}.recommendation-card h3{margin:0 0 6px;font-size:18px}.rating-stars{display:block;color:#f5b400;font-size:13px;font-weight:900}.recommendation-card strong{display:block;color:#111827;font-size:23px;font-weight:900}.recommendation-card s{color:#9aa6b8;font-size:14px}.article-cta{padding:28px 30px;color:#fff;background:var(--blue);border-radius:14px}.article-cta h2,.article-cta p{margin:0;color:#fff}.article-cta h2{font-size:24px;line-height:1.2}.article-cta p{margin-top:8px;font-size:14px;line-height:1.55}.article-cta .btn{margin-top:20px;color:var(--blue);background:#fff}.article-author{display:grid;grid-template-columns:48px 1fr;gap:18px;margin-top:54px;padding:24px;background:#f7f9fc;border:1px solid #e4eaf3;border-radius:14px}.article-author .author-avatar{width:48px;height:48px}.article-author h2,.article-author p{margin:0}.article-author h2{font-size:17px;line-height:1.25}.article-author p{margin-top:6px;color:#69768a;font-size:13px;line-height:1.55}.article-related{padding:58px 0 72px}.article-related>h2{margin:0 0 24px;color:#111827;font-size:32px;line-height:1.1;font-weight:900}.faq-layout{display:grid;grid-template-columns:.75fr 1.08fr;gap:42px;align-items:start}.faq-copy>p:not(.section-label){max-width:590px;margin:22px 0 26px;color:#7f8a9c;line-height:1.55;font-size:15px;font-weight:800}.support-card{max-width:585px;padding:24px}.support-card h3,.support-card p{margin:0}.support-card h3{font-size:16px;font-weight:900}.support-card p{margin:7px 0 17px;color:#7f8a9c;font-size:13px;font-weight:800}.support-card .btn{min-height:42px;padding-inline:18px}.faq-list{display:grid;gap:13px}.faq-list details{overflow:hidden}.faq-list details[open]{border-color:#bcd4f6;box-shadow:0 12px 26px rgba(12,94,216,0.08)}.faq-list summary{min-height:62px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 20px;list-style:none;cursor:pointer;font-size:16px;font-weight:900}.faq-list details[open] summary{border-bottom:1px solid #e7edf6}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{flex:0 0 auto;width:24px;height:24px;display:grid;place-items:center;color:var(--blue);background:#eef5ff;border-radius:6px}.faq-list summary span::before{content:"+";line-height:1}.faq-list details[open] summary span::before{content:"-"}.faq-list details p,.faq-list .faq-answer{display:block;margin:0;padding:16px 20px 20px;color:#748195;font-size:14px;line-height:1.55;font-weight:800}.faq-list .faq-answer p{margin:0}.faq-list .faq-answer a{display:inline-flex;align-items:center;min-height:26px;margin:2px 3px;padding:2px 8px;color:var(--blue);background:#eef5ff;border:1px solid #cfe0fb;border-radius:6px;text-decoration:none;font-weight:900;white-space:normal}.faq-list .faq-answer a:hover{background:#dceafe;border-color:#9fc2f4}.tag{display:inline-flex;align-items:center;min-height:26px;margin:2px 3px;padding:2px 8px;color:var(--blue);background:#eef5ff;border:1px solid #cfe0fb;border-radius:6px;text-decoration:none;font-weight:900;white-space:normal}.tag:hover{background:#dceafe;border-color:#9fc2f4}.site-footer{color:#263143;background:#e9f0fb}.footer-main{padding:86px 0 92px;background:#e9f0fb}.footer-main-grid{width:min(100% - 56px,1180px);display:grid;grid-template-columns:1.1fr .7fr 1.12fr;gap:92px;align-items:start}.site-footer h2{margin:0 0 32px;color:var(--blue);font-size:16px;line-height:1.15;font-weight:900}.footer-about>p{max-width:430px;margin:0 0;color:#2f3a4d;font-size:14px;line-height:1.75;font-weight:400}.footer-contact{display:grid;gap:22px;margin:0 0 32px;font-style:normal}.contact-row{display:grid;grid-template-columns:52px 1fr;gap:20px;align-items:center}.contact-row svg{width:50px;height:50px;fill:none;stroke:var(--blue);stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.contact-row p{margin:0;color:#242b38;font-size:16px;line-height:1.35;font-weight:900}.contact-row span{display:block;margin-bottom:5px;color:#2f3a4d;font-size:14px;font-weight:800;text-transform:uppercase}.contact-row a,.contact-row strong{color:#242b38;font-style:normal;font-weight:400;font-size:15px}.payment-badge{width:205px;min-height:80px;display:grid;place-items:center;padding:10px 14px;color:#5672b9;background:rgba(255,255,255,.34);border:1px solid #d5deeb;border-radius:12px;box-shadow:0 1px 0 rgba(255,255,255,.55) inset;text-align:center}.payment-badge span{color:#98c981;font-size:12px;font-weight:900;text-transform:uppercase;transform:rotate(-4deg)}.payment-badge strong{color:#5268bd;font-size:18px;line-height:1;font-weight:900}.payment-badge small{color:#1d5fd3;font-size:11px;font-weight:900}.footer-pages{display:flex;flex-direction:column;align-items:flex-start;gap:14px}.footer-about{display:flex;flex-direction:column;align-items:flex-start;gap:14px}.footer-pages a{color:#2f3a4d;font-size:14px;line-height:1.3;font-weight:400}.footer-pages a:hover,.footer-seo a:hover,.footer-bottom a:hover{color:var(--blue)}.footer-guarantees{display:grid;gap:18px}.guarantee-card{min-height:132px;display:grid;grid-template-columns:62px 1fr;gap:22px;align-items:center;padding:30px;background:#fff}.guarantee-card svg{width:56px;height:56px;fill:none;stroke:#92c77d;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.guarantee-card h3,.guarantee-card p{margin:0}.guarantee-card h3{color:#2b3039;font-size:15px;line-height:1.25;font-weight:900;text-transform:uppercase}.guarantee-card p{margin-top:8px;color:#2f3540;font-size:14px;line-height:1.45;font-weight:400}.footer-seo{padding:70px 0 76px;background:#d4e3ff}.footer-seo-grid{width:min(100% - 56px,1180px);display:grid;grid-template-columns:repeat(3,1fr);gap:18px 92px}.footer-seo a{color:#243044;font-size:14px;line-height:1.35;font-weight:400}.footer-bottom{background:var(--blue)}.footer-bottom-grid{width:min(100% - 56px,1180px);min-height:70px;display:grid;grid-template-columns:1fr auto 1fr;gap:28px;align-items:center}.footer-bottom p{margin:0;color:#fff;font-size:14px;font-weight:400}.footer-bottom img{width:118px;height:auto}.footer-bottom nav{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:8px}.footer-bottom a{color:#fff !important;font-size:14px;font-weight:400}.footer-bottom a+a::before{content:"-";margin-right:8px;color:rgba(255,255,255,.85)}.back-top{position:fixed;right:28px;bottom:24px;z-index:25;width:48px;height:48px;display:grid;place-items:center;color:#fff;background:#5c8ce8;border-radius:999px;box-shadow:0 10px 24px rgba(11,94,215,.24)}.back-top svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}@media (max-width:1120px){.header-inner{position:relative;grid-template-columns:170px 1fr auto}.nav-toggle{display:flex}.main-nav{position:absolute;top:calc(100% + 10px);right:0;left:0;z-index:35;display:none;align-items:stretch;flex-direction:column;gap:4px;max-height:calc(100vh - 96px);padding:12px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 20px 46px rgba(18,35,58,.16);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-8px);overflow-y:auto;transition:opacity .18s ease,transform .18s ease,visibility .18s ease}.site-header.is-menu-open .main-nav{display:flex;opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.site-header.is-menu-open #main-menu{opacity:1 !important;visibility:visible !important;pointer-events:auto;transform:translateY(0) !important}.main-nav>a,.nav-dropdown-toggle{min-height:44px;padding:0 12px;border-radius:8px;display:flex;align-items:center}.main-nav a:hover,.main-nav a[aria-current="page"],.nav-dropdown-toggle:hover{background:#eef5ff;color:var(--blue)}.nav-dropdown{display:flex;align-items:stretch;flex-direction:column}.nav-dropdown-menu{position:static;min-width:0;margin:0 0 4px 12px;padding:4px;border:0;background:#f6f9ff;box-shadow:none;opacity:1;visibility:visible;transform:none}.nav-dropdown-menu::before{display:none}.nav-dropdown-menu a{min-height:40px;white-space:normal}.header-actions{grid-column:2;grid-row:1}.model-grid,.benefits-grid{grid-template-columns:repeat(2,1fr)}.benefits article:nth-child(2){border-right:0}.benefits article:nth-child(-n + 2){border-bottom:1px solid var(--line)}.blog-grid,.steps-grid,.reviews-grid,.related-grid{grid-template-columns:1fr}.article-layout,.blog-list-card a{grid-template-columns:1fr}.faq-shortcuts,.faq-linking-grid{grid-template-columns:repeat(2,1fr)}.faq-page-layout{grid-template-columns:1fr}.legal-layout{grid-template-columns:1fr}.contact-grid{grid-template-columns:1fr}.contact-card-main{min-height:0}.faq-sidebar{position:static}.legal-summary{position:static}.article-toc{position:static}.article-mini-cta{display:none}.recommendation-card>div{grid-template-columns:130px 1fr}.recommendation-card .btn{grid-column:1 / -1}.faq-layout{grid-template-columns:1fr;gap:28px}.brand-section-grid{grid-template-columns:1fr;gap:38px}.product-hero,.product-content-layout,.generator-hero-grid{grid-template-columns:1fr;gap:36px}.generator-help-grid,.generator-steps{grid-template-columns:repeat(2,1fr)}.product-hero .product-gallery{order:2}.product-hero .product-summary{order:1;position:relative;top:0px}.product-content-layout{padding-top:56px}.product-sidebar{grid-template-columns:1fr 1fr}.related-grid{grid-template-columns:repeat(2,1fr)}.footer-main-grid{grid-template-columns:1fr 1fr;gap:46px}.footer-guarantees{grid-column:1 / -1}.footer-seo-grid{grid-template-columns:repeat(2,1fr);gap:16px 42px}}@media (max-width:720px){.brand-service-hero-title{font-size:34px !important;text-align:center}.container{width:min(100% - 32px,1460px)}.site-header{position:fixed}.site-header+main{padding-top:76px}.header-inner{min-height:auto;grid-template-columns:1fr auto;padding:16px 0;gap:14px}.brand img{width:132px}.header-actions{grid-column:3;justify-content:space-between}.nav-toggle{grid-row:1;grid-column:4}.main-nav{top:calc(100% + 8px)}.login-link{display:none}.header-actions .btn{width:100%}.cookie-consent{right:16px;bottom:16px;flex-direction:column;align-items:stretch;gap:14px}.cookie-consent-actions{display:grid;grid-template-columns:1fr 1fr}.hero-inner{min-height:auto;padding:54px 0 44px}.hero h1{font-size:42px}.hero-copy{font-size:15px}.hero-copy br,.hero h1 br{display:none}.search-box{grid-template-columns:22px 1fr;padding:13px}.search-box .btn{grid-column:1 / -1;width:100%}.search-results{top:calc(100% + 8px);max-height:min(240px,24vh)}.search-option{grid-template-columns:58px 1fr;gap:10px;padding:8px}.search-option-media{width:58px;height:38px}.search-option-price{grid-column:2;justify-self:start;padding:0;background:transparent}.hero-stats{width:100%;grid-template-columns:1fr;gap:16px}.hero-stats div{padding:0;border-right:0}.benefits-grid,.model-grid{grid-template-columns:1fr}.benefits article,.benefits article:nth-child(2){border-right:0;border-bottom:1px solid var(--line)}.benefits article:last-child{border-bottom:0}.section{padding:48px 0 56px}.section-head{align-items:flex-start;flex-direction:column;margin-bottom:24px}.brand-section-grid{gap:34px}.brand-service-card p{margin:22px 0 0;font-size:16px;line-height:1.65}.trust-head,.trust-score{align-items:flex-start;flex-direction:column}.star-row span{width:23px;height:23px}.trust-card{padding:22px}.faq-list summary{min-height:58px;font-size:14px}.product-container{width:min(100% - 32px,1180px)}.article-container{width:min(100% - 32px,920px)}.faq-page-container{width:min(100% - 32px,1120px)}.generator-container{width:min(100% - 32px,1120px)}.generator-hero{padding-bottom:46px}.generator-copy h1{font-size:42px}.generator-copy p:not(.section-label){font-size:15px}.generator-card{padding:20px}.generator-card-head,.generator-confirm-box,.generator-faq-grid{align-items:flex-start;flex-direction:column}.generator-result-field{grid-template-columns:1fr}.generator-code{min-height:66px;font-size:34px}.generator-result-field .btn{width:100%;min-height:50px}.generator-help-grid,.generator-steps,.generator-faq-grid{grid-template-columns:1fr}.faq-hero{padding-bottom:42px}.faq-hero h1{font-size:42px}.faq-hero p:not(.section-label){font-size:15px}.faq-hero-actions .btn{width:100%}.contact-section{padding:42px 0 54px}.contact-card-main{padding:24px}.contact-actions .btn{width:100%}.contact-info-panel{padding:8px}.contact-info-item{grid-template-columns:46px 1fr;gap:14px;padding:18px 14px}.contact-info-icon{width:46px;height:46px;font-size:19px}.faq-shortcuts,.faq-linking-grid{grid-template-columns:1fr}.faq-topic{padding:20px}.legal-card{padding:20px}.legal-details div{grid-template-columns:1fr;gap:6px}.breadcrumb{padding:24px 0 22px;flex-wrap:wrap}.product-hero{gap:30px}.product-main-image{height:265px;border-radius:16px}.product-main-image img{width:92%}.product-thumbs{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.thumb{height:82px;border-radius:12px;font-size:11px}.product-summary h1{font-size:37px}.blog-hero h1,.article-header h1{font-size:38px}.blog-hero p,.article-header>p{font-size:15px}.article-cover{height:auto;aspect-ratio:1.45 / 1;margin:34px 0 38px;border-radius:12px}.article-layout{gap:34px}.article-toc nav{grid-template-columns:1fr}.article-body h2{font-size:26px}.article-body p,.article-body li{font-size:15px}.blog-list-copy{padding:22px}.blog-list-copy h3{font-size:21px}.blog-list-media{min-height:170px}.blog-list-head{align-items:flex-start;flex-direction:column}.category-tabs a{flex:1 1 auto;justify-content:center}.recommendation-card>div{grid-template-columns:1fr}.article-cta{padding:24px 22px}.rating-line,.product-price,.form-reassurance{align-items:flex-start;flex-direction:column;gap:8px}.product-price strong{font-size:34px}.code-form{padding:22px 18px}.field-grid,.product-checks,.product-content-layout,.product-sidebar,.related-grid{grid-template-columns:1fr}.product-content-layout{gap:34px;padding:48px 0 54px}.product-copy h2{font-size:27px}.product-copy h2:not(:first-child){font-size:21px}.product-copy p,.product-copy li{font-size:15px}.related-section{padding:48px 0 56px}.related-section h2{font-size:27px}.footer-main{padding:54px 0 58px}.footer-main-grid,.footer-seo-grid,.footer-bottom-grid{width:min(100% - 32px,1180px)}.footer-main-grid{grid-template-columns:1fr;gap:38px}.site-footer h2{margin-bottom:20px;font-size:20px}.footer-about>p,.footer-pages a,.guarantee-card p,.footer-seo a{font-size:15px}.contact-row{grid-template-columns:44px 1fr;gap:16px}.contact-row svg{width:42px;height:42px}.payment-badge{width:200px}.guarantee-card{grid-template-columns:46px 1fr;gap:16px;padding:24px 20px}.guarantee-card svg{width:42px;height:42px}.footer-seo{padding:48px 0 52px}.footer-seo-grid{grid-template-columns:1fr;gap:13px}.footer-bottom-grid{min-height:118px;grid-template-columns:1fr;justify-items:center;gap:12px;padding:18px 0;text-align:center}.footer-bottom nav{justify-content:center}.back-top{right:18px;bottom:18px;width:44px;height:44px}}