:root{--container:1180px;--radius:18px;--primary:#155eef;--accent:#f79009;--dark:#101828;--text:#1d2939;--muted:#667085;--line:#e4e7ec;--soft:#f7f8fa}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);background:#fff;font:16px/1.65 Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,textarea,select{font:inherit}.container{width:min(var(--container),calc(100% - 40px));margin:auto}.main-nav{display:flex;align-items:center;gap:28px;min-height:78px}.nav-toggle{display:none;margin-left:auto;border:0;background:transparent;font-size:25px}.theme-btn{display:inline-flex;justify-content:center;align-items:center;border:0;border-radius:12px;padding:12px 18px;font-weight:bold;cursor:pointer}.theme-btn.primary{background:var(--primary);color:#fff}.theme-btn.secondary{background:#eef2f6;color:var(--dark)}.theme-btn.full{width:100%}.section{padding:82px 0}.section.alt{background:var(--soft)}.section h2,.section-head h2{font-size:clamp(30px,4vw,48px);line-height:1.12;letter-spacing:-.035em;margin:5px 0 12px}.kicker{font-size:12px;font-weight:bold;text-transform:uppercase;letter-spacing:.13em;color:var(--primary);margin:0 0 8px}.page-hero{padding:95px 0;background:linear-gradient(135deg,color-mix(in srgb,var(--primary),white 88%),#fff)}.page-hero.small{padding:62px 0}.page-hero h1{font-size:clamp(44px,6vw,76px);line-height:1;margin:8px 0 14px;letter-spacing:-.05em}.page-hero p{max-width:680px;font-size:18px;color:var(--muted)}.buy-box label,.contact-form label,.field-grid label,.form-panel label{display:grid;gap:6px;font-weight:bold}.buy-box input,.buy-box select,.contact-form input,.contact-form textarea,.form-panel input,.form-panel textarea,.form-panel select{width:100%;padding:11px 12px;border:1px solid #d0d5dd;border-radius:10px;background:#fff}.detail-hero .container{padding-top:70px}.quote-box,.order-summary,.form-panel,.contact-form{border:1px solid var(--line);border-radius:20px;padding:24px;background:#fff}.contact-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:70px}.contact-form{display:grid;gap:15px}.field-grid{display:grid;gap:15px}.field-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.success-page{min-height:650px;display:grid;align-items:center}.success-card{text-align:center;max-width:680px;margin:auto}.success-icon{display:grid;place-items:center;width:72px;height:72px;border-radius:50%;background:#dcfae6;color:#067647;font-size:36px;margin:0 auto 20px}.empty-state{text-align:center;padding:70px 20px;background:var(--soft);border-radius:22px}.article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.article-grid article{border:1px solid var(--line);border-radius:20px;overflow:hidden}.article-grid img{height:230px;width:100%;object-fit:cover}.article-grid article a>*:not(img){margin-left:20px;margin-right:20px}.article-grid small{display:block;margin-top:18px;color:var(--muted)}.article-grid h2{font-size:23px}.article-cover{width:100%;height:500px;object-fit:cover;border-radius:25px;margin:-10px 0 40px}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:50px}.footer-bottom{border-top:1px solid #ffffff1f;margin-top:35px;padding-top:22px;display:flex;justify-content:space-between}.demo-bar .container{display:flex;justify-content:space-between;align-items:center}@media(max-width:1000px){.detail-grid,.content-grid,.contact-grid,.cart-layout,.checkout-grid{grid-template-columns:1fr}}@media(max-width:760px){.nav-toggle{display:block}.section{padding:58px 0}.product-grid,.product-grid.compact,.service-grid,.project-grid,.article-grid{grid-template-columns:1fr}.field-grid.two{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-bottom{display:block}.demo-bar .container span{display:none}}.theme-topbar>.container{min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:24px}.nav-links .nav-item{position:relative;align-self:stretch;display:flex;align-items:center}.nav-links .nav-item:after{content:"";position:absolute;left:50%;right:50%;bottom:0;height:3px;background:var(--accent);transition:left .2s ease,right .2s ease}.nav-links .nav-item:hover:after,.nav-links .nav-item.active:after{left:0;right:0}@media(max-width:760px){.theme-topbar>.container{padding:8px 0;align-items:flex-start}.nav-links .nav-item{align-self:stretch;padding:10px 0}.nav-links .nav-item:after{bottom:4px}}@media(max-width:560px){.theme-topbar>.container{display:grid;gap:5px}}.tcn-pjax-progress{position:fixed;z-index:99999;top:0;left:0;width:0;height:3px;background:var(--accent,#ff5a2f);opacity:0;pointer-events:none;transition:width .22s ease,opacity .18s ease}.tcn-pjax-progress.active{width:72%;opacity:1}.tcn-pjax-loading .tcn-pjax-progress.active{animation:tcn-pjax-progress 1.1s ease-in-out infinite}.tcn-pjax-loading body{cursor:progress}.tcn-pjax-loading [data-pjax-page]{opacity:.985}@keyframes tcn-pjax-progress{0%{width:8%}55%{width:72%}100%{width:94%}}@media(prefers-reduced-motion:reduce){.tcn-pjax-progress{transition:none}.tcn-pjax-loading .tcn-pjax-progress.active{animation:none;width:90%}}:root{--navy:#062b61;--navy-2:#031c43;--blue:#0f5fd7;--orange:#ff5a1f;--orange-2:#ff7a32;--ink:#0a2144;--muted:#66758b;--line:#e5eaf2;--soft:#f5f8fd;--white:#fff;--shadow:0 14px 38px rgba(6,43,97,.09);--radius:16px;--wrap:1420px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.tcn-wrap{width:min(calc(100% - 48px),var(--wrap));margin-inline:auto}.tcn-topbar{background:linear-gradient(90deg,#082e64,#041d45);color:#fff;font-size:13px}.tcn-topbar .tcn-wrap{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:24px}.top-contact,.top-links{display:flex;align-items:center;gap:22px}.top-contact a{opacity:.95}.top-links a{opacity:.88}.top-links a:hover,.top-contact a:hover{opacity:1;color:#ffd2c1}.tcn-header{position:sticky;top:0}.header-row{display:flex;align-items:center}.tcn-logo{flex:0 0 auto}.tcn-logo img{width:auto;object-fit:contain}.main-nav{margin-left:auto;display:flex;align-items:center}.main-nav>a{white-space:nowrap;transition:.2s}.main-nav>a:hover{color:var(--orange)}.main-nav .nav-quote{background:linear-gradient(135deg,var(--orange),var(--orange-2));color:#fff;box-shadow:0 8px 18px rgba(255,90,31,.22)}.nav-toggle{display:none;margin-left:auto;border:0;background:var(--navy);color:#fff;border-radius:9px;width:42px;height:42px;font-size:20px}.hero-slider-shell{padding:0;background:#fff}.hero-slider-shell>.tcn-wrap{position:relative}.hero-slider{position:relative;width:100%;margin-inline:auto;background:#f6f9ff;overflow:visible;isolation:isolate}.slides-track{position:relative;min-height:0;overflow:hidden}.hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .55s ease,visibility .55s}.hero-slide.active{position:relative;opacity:1;visibility:visible}.hero-desktop{display:block}.hero-desktop img{width:100%;height:auto;aspect-ratio:1672/941;object-fit:cover}.slider-arrow{--slider-edge-shift:0;appearance:none;position:absolute;z-index:6;top:50%;display:grid;place-items:center;width:44px;height:44px;padding:0;transform:translate(var(--slider-edge-shift),-50%);border:1px solid #d4deeb;border-radius:50%;background:rgba(255,255,255,.97);color:var(--navy);font-size:0;line-height:0;box-shadow:0 8px 24px rgba(5,43,97,.16);cursor:pointer;transition:transform .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease,background .2s ease}.slider-arrow svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}.slider-arrow:hover{transform:translate(var(--slider-edge-shift),-50%) scale(1.06);border-color:#aebed3;background:#fff;color:var(--orange);box-shadow:0 11px 28px rgba(5,43,97,.22)}.slider-arrow:active{transform:translate(var(--slider-edge-shift),-50%) scale(.97)}.slider-arrow:focus-visible{outline:3px solid rgba(255,90,31,.28);outline-offset:3px}.slider-arrow.prev{left:0;--slider-edge-shift:-50%}.slider-arrow.next{right:0;--slider-edge-shift:50%}.slider-dots{position:absolute;z-index:5;left:50%;bottom:18px;transform:translateX(-50%);display:flex;gap:8px}.slider-dots button{appearance:none;width:9px;height:9px;padding:0;border:0;border-radius:20px;background:#c5d2e5;cursor:pointer;transition:.2s}.slider-dots button.active{width:28px;background:var(--orange)}.center-heading{text-align:center;max-width:800px;margin:0 auto 38px}.center-heading>p{margin:0 0 7px;color:var(--orange);font-size:12px;font-weight:bold;letter-spacing:.12em}.center-heading h2{font-size:34px;line-height:1.15;margin:0 0 9px;color:var(--navy);letter-spacing:-.025em}.center-heading>span{display:block;color:var(--muted);font-size:15px}.article-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.article-grid article{border:1px solid var(--line);border-radius:14px;background:#fff;overflow:hidden;box-shadow:0 8px 25px rgba(8,43,92,.05)}.article-image{height:170px;display:block;position:relative;background:#eaf0f8}.article-image img{width:100%;height:100%;object-fit:cover}.article-image span{position:absolute;left:12px;top:12px;background:var(--blue);color:#fff;padding:4px 8px;border-radius:5px;font-size:10px;font-weight:bold}.article-grid article>div{padding:16px}.article-grid small{color:#8b98aa;font-size:11px}.article-grid h3{font-size:16px;line-height:1.35;margin:7px 0 8px}.article-grid p{color:var(--muted);font-size:12px;margin:0 0 12px}.article-grid article>div>a{color:var(--orange);font-size:12px;font-weight:bold}.tcn-footer{background:linear-gradient(105deg,#062d62,#031b41);color:#c8d4e5;padding:105px 0 24px}.footer-grid{display:grid;grid-template-columns:1.35fr repeat(3,1fr);gap:46px}.footer-brand>img{height:56px;width:auto;object-fit:contain;filter:brightness(0) invert(1);opacity:.96}.footer-brand p{font-size:13px;max-width:360px}.tcn-footer h3{color:#fff;font-size:13px;margin:0 0 16px}.tcn-footer a{display:block;font-size:12px;margin:9px 0}.tcn-footer a:hover{color:#fff}.tcn-footer p{font-size:12px}.social-row{display:flex;gap:8px}.social-row a{margin:0;width:32px;height:32px;border-radius:50%;background:#ffffff17;display:grid;place-items:center;font-weight:bold}.footer-bottom{border-top:1px solid #ffffff1c;margin-top:42px;padding-top:20px;display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:11px}.footer-bottom>div{display:flex;gap:18px}.footer-bottom a{margin:0}.page-hero,.tcn-page-hero{padding:78px 0;background:linear-gradient(135deg,#edf4ff,#fff)}.page-hero .container,.tcn-page-hero .tcn-container{width:min(calc(100% - 48px),var(--wrap));margin:auto}.page-hero h1,.tcn-page-hero h1{font-size:48px;line-height:1.1;margin:9px 0 12px;color:var(--navy)}.page-hero p,.tcn-page-hero p{max-width:750px;color:var(--muted)}.kicker,.eyebrow{color:var(--orange)!important;font-weight:bold;font-size:12px;text-transform:uppercase;letter-spacing:.12em}.section{padding:72px 0}.container,.tcn-container{width:min(calc(100% - 48px),var(--wrap));margin:auto}.detail-grid,.contact-grid,.content-layout{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:54px}.detail-media img,.article-cover{width:100%;border-radius:18px}.buy-box,.form-panel,.order-summary,.contact-form,.contact-info,.contact-panel{border:1px solid var(--line);border-radius:16px;padding:24px;background:#fff}.contact-form label,.form-panel label{display:grid;gap:7px;font-weight:bold;margin-bottom:15px}.contact-form input,.contact-form textarea,.contact-form select,.form-panel input,.form-panel textarea,.form-panel select{width:100%;border:1px solid #cad5e5;border-radius:8px;padding:12px 13px;font:inherit}.theme-btn,.tcn-btn{display:inline-block;border:0;border-radius:8px;padding:12px 18px;background:var(--orange);color:#fff;font-weight:bold}.rich-content{font-size:16px;color:#354861}.rich-content h2,.rich-content h3{color:var(--navy)}.rich-content a{color:var(--blue);text-decoration:underline}.empty-state{padding:44px;background:#f4f7fb;border-radius:14px;text-align:center;color:var(--muted)}.article-card .article-thumb{height:190px;display:block}.article-card .article-thumb img{width:100%;height:100%;object-fit:cover}.badge{display:inline-block;background:#eef4ff;color:var(--blue);border-radius:20px;padding:4px 9px;font-size:10px;font-weight:bold}.domain-page-search{background:linear-gradient(110deg,#052b61,#07509f);padding:34px;border-radius:16px;color:#fff;margin-bottom:35px}.domain-page-search h2{margin-top:0}.domain-page-search form{display:grid;grid-template-columns:1fr 150px;gap:10px}.domain-page-search input{height:52px;border:0;border-radius:8px;padding:0 16px;font:inherit}.domain-page-search button{border:0;border-radius:8px;background:var(--orange);color:#fff;font-weight:bold}.domain-prices{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.domain-price-card{border:1px solid var(--line);border-radius:14px;padding:23px;background:#fff}.domain-price-card.featured{border:2px solid var(--orange)}.domain-price-card h3{font-size:32px;margin:0;color:var(--navy)}.domain-price-card strong{display:block;font-size:22px;color:var(--orange);margin:10px 0}.domain-price-card dl{display:grid;gap:8px}.domain-price-card dl div{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:8px;font-size:13px}.domain-price-card a{display:block;text-align:center;background:var(--navy);color:#fff;border-radius:8px;padding:10px;margin-top:16px;font-weight:bold}@media (max-width:1240px){.main-nav{gap:15px;font-size:13px}.tcn-logo{width:220px}.article-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}.domain-prices{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.tcn-topbar{display:none}.tcn-logo img{height:50px}.nav-toggle{display:block}.main-nav{display:none;position:absolute;left:15px;right:15px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:13px;box-shadow:0 22px 48px rgba(5,37,82,.2);flex-direction:column;align-items:stretch;gap:0}.main-nav.open{display:flex}.main-nav>a{padding:11px 12px}.hero-desktop{display:none}.slides-track{min-height:620px}.slider-arrow{width:38px;height:38px}.slider-arrow svg{width:16px;height:16px}.article-grid{grid-template-columns:repeat(2,1fr)}.detail-grid,.contact-grid,.content-layout,.checkout-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;align-items:flex-start}}@media (max-width:620px){.tcn-wrap,.container,.tcn-container,.page-hero .container,.tcn-page-hero .tcn-container{width:min(calc(100% - 24px),var(--wrap))}.tcn-logo{width:190px}.slides-track{min-height:660px}.slider-arrow{display:none}.slider-dots{bottom:14px}.center-heading{margin-bottom:27px}.center-heading h2{font-size:28px}.center-heading>span{font-size:13px}.article-grid,.product-grid,.domain-prices{grid-template-columns:repeat(2,1fr);gap:10px}.article-image{height:115px}.article-grid article>div{padding:12px}.article-grid h3{font-size:13px}.article-grid p{display:none}.tcn-footer{padding-top:90px}.footer-grid{grid-template-columns:repeat(2,1fr);gap:28px 17px}.footer-brand{grid-column:1/-1}.footer-bottom>div{display:grid;grid-template-columns:1fr 1fr;gap:9px 15px}.page-hero,.tcn-page-hero{padding:55px 0}.page-hero h1,.tcn-page-hero h1{font-size:35px}.field-grid.two{grid-template-columns:1fr}.domain-page-search{padding:20px 14px}.domain-page-search form{grid-template-columns:1fr}.domain-price-card{padding:16px 12px}.domain-price-card h3{font-size:26px}.domain-price-card strong{font-size:17px}}.theme-btn.secondary{background:#fff;color:var(--navy);border:1px solid #b7c5d8}.theme-btn.full{display:block;width:100%;text-align:center}.main-nav .nav-cart{position:relative;border:1px solid #b8c5d7;padding:10px 13px;border-radius:8px;color:var(--navy)}.main-nav .nav-cart b{display:inline-grid;place-items:center;min-width:20px;height:20px;margin-left:6px;padding:0 5px;border-radius:99px;background:var(--orange);color:#fff;font-size:11px}.front-flashes{position:fixed;z-index:100;top:128px;right:22px;width:min(390px,calc(100% - 30px));display:grid;gap:10px}.front-flash{padding:14px 17px;border-radius:10px;background:#08346f;color:#fff;box-shadow:0 16px 35px rgba(4,31,72,.23);font-weight:bold}.front-flash.success{background:#087443}.front-flash.error{background:#b42318}.domain-search-heading{display:flex;align-items:center;justify-content:space-between;gap:20px}.domain-search-heading span{font-size:11px;font-weight:bold;letter-spacing:.13em;color:#9dc6ff}.domain-cart-shortcut{display:flex;align-items:center;gap:8px;border:1px solid #ffffff55;border-radius:9px;padding:9px 13px;font-weight:bold}.domain-cart-shortcut b{display:grid;place-items:center;min-width:23px;height:23px;border-radius:50%;background:var(--orange)}.domain-search-note{margin:12px 0 0;font-size:12px;color:#d6e7ff}.domain-check-copy>p:not(.kicker){color:var(--muted);margin-top:0}.domain-legal-note{margin-top:20px;padding:16px 18px;border-radius:10px;background:#fff8e6;border:1px solid #f0d49b;color:#684a13;font-size:13px}.empty-actions,.success-actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-top:20px}.success-card{max-width:730px;margin:auto;text-align:center;border:1px solid var(--line);border-radius:18px;padding:42px;background:#fff;box-shadow:0 20px 50px rgba(6,44,94,.1)}.success-icon{width:70px;height:70px;border-radius:50%;display:grid;place-items:center;margin:0 auto 18px;background:#daf8e8;color:#087443;font-size:40px;font-weight:bold}@media (max-width:1380px){.main-nav .nav-quote,.main-nav .nav-cart{padding:9px 11px}}@media (max-width:900px){.front-flashes{top:82px}.main-nav .nav-cart{text-align:center;margin-top:5px}}@media (max-width:620px){.domain-search-heading{align-items:flex-start}.domain-cart-shortcut{font-size:12px}.success-card{padding:28px 15px}}.domain-result-summary{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin:4px 0 20px}.domain-result-summary h2{font-size:30px;margin:3px 0;color:var(--navy)}.domain-result-counts{display:flex;gap:9px;flex-wrap:wrap}.domain-result-counts span{display:flex;align-items:center;gap:6px;padding:8px 12px;border-radius:99px;font-size:12px;font-weight:bold}.domain-result-counts b{font-size:16px}.domain-result-counts .available{background:#def8ea;color:#087443}.domain-result-counts .registered{background:#fee8e6;color:#b42318}.domain-result-counts .unknown{background:#fff1c9;color:#8a5700}.domain-result-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:0 0 54px}.domain-result-grid.exact{grid-template-columns:minmax(0,760px)}.domain-result-card{display:flex;flex-direction:column;min-width:0;padding:20px;border:1px solid var(--line);border-top:5px solid #8292a8;border-radius:15px;background:#fff;box-shadow:0 12px 28px rgba(12,43,82,.07)}.domain-result-card.status-available{border-top-color:#13965f;background:linear-gradient(155deg,#f5fff9 0,#fff 44%)}.domain-result-card.status-registered{border-top-color:#d92d20;background:linear-gradient(155deg,#fff7f6 0,#fff 44%)}.domain-result-card.status-unknown,.domain-result-card.status-invalid,.domain-result-card.status-unsupported{border-top-color:#d98c00;background:linear-gradient(155deg,#fffaf0 0,#fff 44%)}.domain-result-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.domain-status-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#e8edf4;color:var(--navy);font-size:20px;font-weight:bold}.status-available .domain-status-icon{background:#d9f8e9;color:#087443}.status-registered .domain-status-icon{background:#fee4e2;color:#b42318}.status-unknown .domain-status-icon,.status-invalid .domain-status-icon,.status-unsupported .domain-status-icon{background:#fff0c7;color:#9a5d00}.domain-status-label{font-size:10px;letter-spacing:.12em;font-weight:bold;color:#667085}.domain-result-card h3{margin:16px 0 7px;color:var(--navy);font-size:24px;word-break:break-word}.domain-result-card>p{min-height:44px;margin:0 0 16px;color:var(--muted);font-size:13px}.domain-result-price{margin-top:auto;padding:14px 0;border-top:1px solid var(--line)}.domain-card-add-form{display:grid;grid-template-columns:104px minmax(0,1fr);gap:9px;align-items:end}.domain-card-add-form label{display:grid;gap:5px;font-size:11px;font-weight:bold}.domain-card-add-form select{width:100%;height:43px;border:1px solid #bdcadb;border-radius:8px;background:#fff;padding:0 8px}.domain-card-actions{display:grid;gap:10px;margin-top:auto;padding-top:14px;border-top:1px solid var(--line)}.domain-text-link{text-align:center;color:var(--blue);font-size:12px;font-weight:bold}.whois-status-card{display:grid;grid-template-columns:72px minmax(0,1fr);gap:20px;align-items:center;padding:24px;border:1px solid var(--line);border-left:5px solid #8292a8;border-radius:16px;background:#fff}.whois-status-card.status-registered{border-left-color:#d92d20;background:linear-gradient(110deg,#fff7f6,#fff)}.whois-status-card.status-available{border-left-color:#13965f;background:linear-gradient(110deg,#f3fff9,#fff)}.whois-status-card.status-unknown,.whois-status-card.status-invalid,.whois-status-card.status-unsupported{border-left-color:#d98c00;background:linear-gradient(110deg,#fffaf0,#fff)}.whois-status-icon{width:60px;height:60px;display:grid;place-items:center;border-radius:50%;background:#e8edf4;color:var(--navy);font-size:34px;font-weight:bold}.status-registered .whois-status-icon{background:#fee4e2;color:#b42318}.status-available .whois-status-icon{background:#d9f8e9;color:#087443}.whois-status-card h2{font-size:34px;color:var(--navy);margin:2px 0}.whois-status-card p:last-child{margin:0;color:var(--muted)}.whois-layout{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:20px;margin-top:22px}.whois-panel{padding:24px;border:1px solid var(--line);border-radius:15px;background:#fff}.whois-panel h2{margin:0 0 16px;color:var(--navy);font-size:20px}.whois-panel h2:not(:first-child){margin-top:26px}.whois-data{margin:0}.whois-data>div{display:grid;grid-template-columns:190px minmax(0,1fr);gap:20px;padding:11px 0;border-bottom:1px solid var(--line)}.whois-data dt{color:var(--muted);font-size:13px}.whois-data dd{margin:0;color:var(--navy);font-weight:bold;word-break:break-word}.whois-list{display:grid;gap:7px;margin:0;padding:0;list-style:none}.whois-list li{padding:9px 11px;border-radius:8px;background:#f1f5fb;color:#123f7c;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:12px;word-break:break-word}.whois-statuses{display:flex;gap:7px;flex-wrap:wrap}.whois-statuses span{padding:6px 9px;border-radius:99px;background:#eef3fa;color:#264f83;font-size:11px;font-weight:bold}.whois-muted{color:var(--muted);font-size:13px}.whois-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.whois-available-box{padding:30px;margin-top:22px;border:1px solid #b5dfcb;border-radius:15px;background:#f3fff9}.whois-available-box h2{color:#087443;margin-top:0}@media (max-width:900px){.domain-result-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.domain-result-grid.exact{grid-template-columns:1fr}.whois-layout{grid-template-columns:1fr}}@media (max-width:620px){.domain-result-summary{align-items:flex-start;flex-direction:column}.domain-result-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.domain-result-card{padding:13px 10px}.domain-result-card h3{font-size:15px;margin-top:11px}.domain-result-card>p{font-size:11px;min-height:49px}.domain-result-price strong{font-size:16px}.domain-card-add-form{grid-template-columns:1fr}.domain-card-add-form .theme-btn,.domain-card-actions .theme-btn{padding:10px 8px;font-size:11px}.domain-text-link{font-size:10px}.domain-result-counts span{padding:6px 9px;font-size:10px}.whois-status-card{grid-template-columns:1fr;padding:18px 14px}.whois-status-card h2{font-size:25px}.whois-data>div{grid-template-columns:1fr;gap:3px}.whois-panel{padding:17px 13px}.whois-actions{display:grid}.whois-actions .theme-btn{width:100%}}.header-row{height:76px;gap:24px}.tcn-logo{width:245px}.tcn-logo img{height:54px}.main-nav{gap:20px;font-size:11px;font-weight:bold;text-transform:uppercase;letter-spacing:.015em;color:#17283f}.main-nav .nav-item{position:relative;height:76px;display:flex;align-items:center}.main-nav .nav-item:after{content:"";position:absolute;left:50%;right:50%;bottom:0;height:3px;background:var(--orange);transition:left .2s ease,right .2s ease}.main-nav .nav-item:hover:after,.main-nav .nav-item.active:after{left:0;right:0}.main-nav .nav-quote{padding:11px 16px;border-radius:7px;text-transform:uppercase;font-size:11px;font-weight:bold}.nav-cart-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:7px;min-width:43px;height:43px;color:#26384f;border-radius:9px}.nav-cart-icon:hover{color:var(--orange)}.nav-cart-icon svg{width:34px;height:34px;display:block}.nav-cart-icon span{font-size:11px;font-weight:bold}.nav-cart-icon b{position:absolute;top:-7px;right:-6px;display:grid;place-items:center;min-width:20px;height:20px;padding:0 5px;border-radius:99px;background:var(--orange);color:#fff;border:2px solid #fff;font-size:10px;line-height:1;font-weight:bold}.nav-cart-icon:not(.icon-only){padding:0 11px;border:1px solid #d8e1ee}.nav-cart-icon:not(.icon-only) b{right:-8px}@media (max-width:1380px){.header-row{gap:18px}.tcn-logo{width:205px}.main-nav{gap:13px;font-size:10px}.main-nav .nav-quote{padding:10px 12px}}@media (max-width:1050px){.tcn-logo{width:190px}.main-nav{gap:10px}}@media (max-width:900px){.header-row{height:70px}.main-nav{top:71px;text-transform:none;font-size:14px}.main-nav .nav-item{height:auto;padding:11px 12px}.main-nav .nav-item:after{bottom:3px;left:12px;right:auto;width:0}.main-nav .nav-item:hover:after,.main-nav .nav-item.active:after{left:12px;right:auto;width:42px}.main-nav .nav-quote{text-align:center;margin-top:5px;font-size:13px}.nav-cart-icon,.nav-cart-icon.icon-only{width:100%;height:44px;justify-content:center;border:1px solid #d8e1ee;margin-top:6px}.nav-cart-icon b{top:2px;right:calc(50% - 33px)}}.demo-catalog-page{background:#fff;color:var(--navy)}.demo-catalog-hero{position:relative;overflow:hidden;padding:28px 0 42px;background:radial-gradient(circle at 79% 15%,rgba(49,119,255,.13),transparent 33%),linear-gradient(135deg,#fff 0,#f7faff 57%,#eef5ff 100%)}.demo-catalog-hero:after{content:"";position:absolute;right:-80px;top:-55px;width:430px;height:430px;border-radius:50%;border:72px solid rgba(28,92,190,.035);pointer-events:none}.demo-breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:18px;color:#6b7b91;font-size:12px}.demo-breadcrumb a{color:#49647f}.demo-breadcrumb strong{color:#183a68}.demo-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);align-items:center;gap:46px;min-height:330px}.demo-hero-copy{max-width:660px}.demo-kicker{margin:0 0 9px;color:var(--orange);font-size:12px;font-weight:bold;letter-spacing:.16em}.demo-hero-copy h1{margin:0;color:#082e65;font-size:48px;line-height:1.08;letter-spacing:-.035em}.demo-hero-copy h1 span{color:var(--orange)}.demo-hero-copy>p:not(.demo-kicker){max-width:620px;margin:18px 0 0;color:#52677f;font-size:15px;line-height:1.75}.demo-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.demo-hero-actions .theme-btn{min-width:176px}.theme-btn.outline{background:#fff;color:var(--navy);border:1px solid #b8c7da;box-shadow:none}.theme-btn.outline:hover{border-color:var(--orange);color:var(--orange)}.demo-hero-art{position:relative;display:flex;align-items:center;justify-content:center;min-height:280px}.demo-hero-art img{position:relative;z-index:2;width:min(100%,540px);filter:drop-shadow(0 24px 24px rgba(14,48,94,.12));border-radius:10px}.demo-orbit{position:absolute;border-radius:50%;border:1px solid rgba(39,104,199,.1)}.orbit-one{width:430px;height:430px}.orbit-two{width:320px;height:320px;border-style:dashed}.demo-benefit-strip{position:relative;z-index:3;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));margin-top:-20px;padding:18px 12px;border:1px solid #e3eaf4;border-radius:14px;background:#fff;box-shadow:0 16px 38px rgba(16,52,96,.1)}.demo-benefit-strip>div{display:grid;grid-template-columns:42px minmax(0,1fr);grid-template-rows:auto auto;align-items:center;padding:3px 18px;border-right:1px solid #e6ecf4}.demo-benefit-strip>div:last-child{border-right:0}.demo-benefit-strip span{grid-row:1/3;display:grid;place-items:center;width:34px;height:34px;color:var(--orange)}.demo-benefit-strip svg{width:27px;height:27px}.demo-benefit-strip strong{font-size:14px;color:#10386b}.demo-benefit-strip small{margin-top:2px;color:#7b899d;font-size:11px}.demo-catalog-shell{display:grid;grid-template-columns:245px minmax(0,1fr);gap:28px;padding-top:42px;padding-bottom:54px;scroll-margin-top:90px}.demo-sidebar{display:grid;align-content:start;gap:20px}.demo-category-panel{overflow:hidden;border:1px solid #dce5f1;border-radius:13px;background:#fff;box-shadow:0 10px 28px rgba(16,52,96,.06)}.demo-category-panel h2{margin:0;padding:17px 18px;background:linear-gradient(135deg,#07346b,#0c4b91);color:#fff;font-size:13px;text-transform:uppercase;letter-spacing:.04em}.demo-category{width:100%;display:grid;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:9px;padding:10px 14px;border:0;border-bottom:1px solid #edf1f6;background:#fff;color:#31506f;text-align:left;cursor:pointer;transition:.18s ease}.demo-category:last-child{border-bottom:0}.demo-category:hover,.demo-category.active{background:#f1f6ff;color:#0b4a91}.demo-category.active{box-shadow:inset 3px 0 0 var(--orange)}.demo-category span{display:grid;place-items:center}.demo-category svg{width:17px;height:17px}.demo-category b{font-size:12px;font-weight:bold}.demo-category em{min-width:26px;padding:3px 7px;border-radius:99px;background:#eef3f9;color:#8290a2;font-size:10px;font-style:normal;text-align:center}.demo-consult-card{padding:20px;border:1px solid #e1e7f0;border-radius:13px;background:linear-gradient(155deg,#f7faff,#fff);box-shadow:0 10px 28px rgba(16,52,96,.055)}.demo-consult-icon{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:#fff0e9;color:var(--orange);font-size:22px}.demo-consult-card h3{margin:14px 0 7px;font-size:15px}.demo-consult-card p{margin:0;color:#69798d;font-size:12px;line-height:1.65}.demo-consult-card ul{display:grid;gap:9px;margin:16px 0;padding:0;list-style:none}.demo-consult-card li{position:relative;padding-left:20px;color:#37536f;font-size:12px}.demo-consult-card li:before{content:"✓";position:absolute;left:0;color:var(--orange);font-weight:bold}.demo-consult-card .theme-btn{width:100%;padding:11px 12px;font-size:11px;text-transform:uppercase}.demo-catalog-content{min-width:0}.demo-toolbar{display:grid;grid-template-columns:minmax(240px,1.4fr) minmax(180px,.65fr) minmax(150px,.5fr) auto;gap:12px;align-items:center;margin-bottom:14px}.demo-search,.demo-select{position:relative;display:block}.demo-search span{position:absolute;left:15px;top:50%;transform:translateY(-50%);color:#8694a7;font-size:20px}.demo-search input,.demo-select select{width:100%;height:46px;border:1px solid #d9e2ee;border-radius:9px;background:#fff;color:#25415e;font:inherit;font-size:12px;outline:0}.demo-search input{padding:0 14px 0 42px}.demo-select select{padding:0 36px 0 13px}.demo-search input:focus,.demo-select select:focus{border-color:#6b9fe4;box-shadow:0 0 0 3px rgba(48,117,213,.1)}.demo-view-switch{display:flex;gap:5px;padding:4px;border:1px solid #d9e2ee;border-radius:9px;background:#fff}.demo-view-switch button{width:36px;height:36px;border:0;border-radius:6px;background:#fff;color:#62758b;cursor:pointer}.demo-view-switch button.active{background:#0a4689;color:#fff}.demo-result-note{display:flex;justify-content:space-between;gap:16px;align-items:center;margin:0 0 14px;color:#7a899c;font-size:11px}.demo-result-note button{border:0;background:none;color:#1767bd;font-size:11px;cursor:pointer}.demo-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.demo-card{min-width:0;overflow:hidden;border:1px solid #dce4ef;border-radius:13px;background:#fff;box-shadow:0 8px 22px rgba(16,52,96,.055);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.demo-card:hover{transform:translateY(-4px);border-color:#c8d6e8;box-shadow:0 18px 34px rgba(16,52,96,.12)}.demo-card-media{position:relative;height:185px;overflow:hidden;background:linear-gradient(145deg,#eef4fb,#fff)}.demo-card-media:after{content:"";position:absolute;inset:auto 12px 9px;height:9px;border-radius:50%;background:rgba(15,46,84,.1);filter:blur(7px)}.demo-card-media img{width:100%;height:100%;object-fit:cover;object-position:top center;transition:transform .35s ease}.demo-card:hover .demo-card-media img{transform:scale(1.025)}.demo-browser-bar{position:absolute;z-index:2;left:9px;right:9px;top:9px;height:26px;display:flex;align-items:center;gap:4px;padding:0 8px;border-radius:7px 7px 0 0;background:#082d60;color:#fff;box-shadow:0 4px 10px rgba(0,0,0,.12)}.demo-browser-bar i{width:5px;height:5px;border-radius:50%;background:#ff7550}.demo-browser-bar i:nth-child(2){background:#ffc049}.demo-browser-bar i:nth-child(3){background:#61c67a}.demo-browser-bar b{margin-left:auto;font-size:8px;letter-spacing:.05em}.demo-badge{position:absolute;z-index:3;right:9px;top:43px;padding:5px 8px;border-radius:6px;background:#1685ed;color:#fff;font-size:9px;font-weight:bold}.demo-card-body{padding:14px}.demo-card-body>small{display:block;color:#8491a1;font-size:10px}.demo-card-body h3{min-height:38px;margin:6px 0 7px;color:#0b3266;font-size:14px;line-height:1.35}.demo-card-body p{display:-webkit-box;min-height:45px;margin:0 0 12px;overflow:hidden;color:#69798c;font-size:11px;line-height:1.55;-webkit-line-clamp:3;-webkit-box-orient:vertical}.demo-card-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.demo-card-actions a{display:flex;align-items:center;justify-content:center;min-height:35px;border-radius:7px;font-size:10px;font-weight:bold}.demo-btn-secondary{border:1px solid #94a8c1;color:#123a6c}.demo-btn-secondary:hover{border-color:#0e579f;background:#f2f7fd}.demo-btn-primary{border:1px solid var(--orange);background:var(--orange);color:#fff}.demo-btn-primary:hover{background:#e94a14;color:#fff}.demo-custom-card{display:grid;place-items:center;min-height:315px;padding:20px;border-style:dashed;background:linear-gradient(145deg,#f7faff,#fff)}.demo-custom-card>div{text-align:center}.demo-custom-card span{display:grid;place-items:center;width:52px;height:52px;margin:0 auto 14px;border-radius:50%;background:#fff0e9;color:var(--orange);font-size:31px}.demo-custom-card h3{margin:0 0 9px;font-size:16px}.demo-custom-card p{margin:0 0 16px;color:#6c7d90;font-size:11px;line-height:1.6}.demo-custom-card .theme-btn{padding:10px 14px;font-size:10px}.demo-card-grid.list-view{grid-template-columns:1fr}.demo-card-grid.list-view .demo-card:not(.demo-custom-card){display:grid;grid-template-columns:260px minmax(0,1fr)}.demo-card-grid.list-view .demo-card-media{height:180px}.demo-card-grid.list-view .demo-card-body{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto auto 1fr;column-gap:20px;align-items:start}.demo-card-grid.list-view .demo-card-body>small,.demo-card-grid.list-view .demo-card-body h3,.demo-card-grid.list-view .demo-card-body p{grid-column:1}.demo-card-grid.list-view .demo-card-actions{grid-column:2;grid-row:1/4;align-self:center;min-width:210px}.demo-card-grid.list-view .demo-custom-card{min-height:220px}.demo-empty{padding:50px 20px;border:1px dashed #ccd7e5;border-radius:14px;text-align:center;background:#f9fbfe}.demo-empty>span{font-size:36px;color:#8ca0b7}.demo-empty h3{margin:10px 0 5px}.demo-empty p{color:#74859a}.demo-pagination{display:flex;justify-content:flex-end;gap:7px;margin-top:22px}.demo-pagination button{min-width:34px;height:34px;padding:0 10px;border:1px solid #d7e0eb;border-radius:7px;background:#fff;color:#31506f;cursor:pointer}.demo-pagination button.active{border-color:var(--orange);background:var(--orange);color:#fff}.demo-pagination button:disabled{opacity:.45;cursor:not-allowed}.demo-bottom-benefits{border-top:1px solid #e5ebf3;background:#f7faff}.demo-bottom-benefits>.tcn-wrap{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));padding-top:20px;padding-bottom:20px}.demo-bottom-benefits>div>div{display:grid;grid-template-columns:42px minmax(0,1fr);grid-template-rows:auto auto;align-items:center;padding:0 28px;border-right:1px solid #dce4ef}.demo-bottom-benefits>div>div:last-child{border-right:0}.demo-bottom-benefits span{grid-row:1/3;color:#0c4b91}.demo-bottom-benefits svg{width:28px;height:28px}.demo-bottom-benefits strong{font-size:13px}.demo-bottom-benefits small{color:#7d8b9d;font-size:10px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width:1250px){.demo-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.demo-toolbar{grid-template-columns:minmax(220px,1.2fr) minmax(165px,.7fr) minmax(145px,.55fr) auto}.demo-benefit-strip>div{padding-left:12px;padding-right:12px}}@media (max-width:980px){.demo-hero-grid{grid-template-columns:1fr;gap:18px}.demo-hero-copy{text-align:center;margin:auto}.demo-hero-copy>p:not(.demo-kicker){margin-left:auto;margin-right:auto}.demo-hero-actions{justify-content:center}.demo-hero-art{min-height:230px}.demo-hero-art img{width:min(100%,520px)}.demo-benefit-strip{grid-template-columns:repeat(2,1fr);margin-top:18px}.demo-benefit-strip>div{border-right:0;border-bottom:1px solid #e6ecf4;padding:12px 18px}.demo-benefit-strip>div:last-child{grid-column:1/3;border-bottom:0}.demo-catalog-shell{grid-template-columns:1fr}.demo-sidebar{grid-template-columns:minmax(0,1.5fr) minmax(240px,.5fr)}.demo-category-panel{display:grid;grid-template-columns:repeat(3,1fr)}.demo-category-panel h2{grid-column:1/-1}.demo-category{border-right:1px solid #edf1f6}.demo-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.demo-bottom-benefits>.tcn-wrap{grid-template-columns:repeat(2,1fr);row-gap:20px}.demo-bottom-benefits>div>div:nth-child(2){border-right:0}}@media (max-width:760px){.demo-catalog-hero{padding-top:18px}.demo-hero-copy h1{font-size:38px}.demo-toolbar{grid-template-columns:1fr 1fr}.demo-search{grid-column:1/3}.demo-view-switch{justify-self:end}.demo-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.demo-card-media{height:150px}.demo-card-body{padding:11px}.demo-card-body h3{font-size:12px}.demo-card-body p{font-size:10px}.demo-card-actions{gap:5px}.demo-card-actions a{font-size:9px}.demo-sidebar{grid-template-columns:1fr}.demo-category-panel{grid-template-columns:repeat(2,1fr)}.demo-consult-card{display:none}.demo-card-grid.list-view .demo-card:not(.demo-custom-card){grid-template-columns:180px minmax(0,1fr)}.demo-card-grid.list-view .demo-card-body{display:block}.demo-card-grid.list-view .demo-card-actions{margin-top:10px}.demo-card-grid.list-view .demo-card-media{height:170px}}@media (max-width:520px){.demo-hero-copy h1{font-size:31px}.demo-hero-copy>p:not(.demo-kicker){font-size:13px}.demo-hero-actions{display:grid}.demo-hero-actions .theme-btn{width:100%}.demo-benefit-strip{gap:0;padding:8px}.demo-benefit-strip>div{grid-template-columns:31px 1fr;padding:10px 7px}.demo-benefit-strip span{width:28px}.demo-benefit-strip svg{width:21px;height:21px}.demo-benefit-strip strong{font-size:11px}.demo-benefit-strip small{font-size:9px}.demo-benefit-strip>div:last-child{grid-column:1/3}.demo-catalog-shell{padding-top:26px}.demo-category{padding:9px 8px;grid-template-columns:20px minmax(0,1fr) auto;gap:5px}.demo-category b{font-size:10px}.demo-category em{font-size:8px;min-width:22px;padding:3px 5px}.demo-toolbar{gap:8px}.demo-search input,.demo-select select{height:42px;font-size:10px}.demo-card-media{height:126px}.demo-browser-bar{left:6px;right:6px;top:6px;height:21px}.demo-browser-bar b{font-size:7px}.demo-card-body>small{font-size:8px}.demo-card-body h3{min-height:33px;font-size:11px}.demo-card-body p{display:none}.demo-card-actions{grid-template-columns:1fr}.demo-card-actions a{min-height:31px}.demo-custom-card{min-height:235px;padding:12px}.demo-custom-card p{font-size:9px}.demo-pagination{justify-content:center}.demo-bottom-benefits>div>div{padding:0 10px}.demo-bottom-benefits strong{font-size:10px}.demo-bottom-benefits small{font-size:8px}.demo-card-grid.list-view{grid-template-columns:1fr}.demo-card-grid.list-view .demo-card:not(.demo-custom-card){display:block}.demo-card-grid.list-view .demo-card-media{height:170px}}.header-row{position:relative}.nav-mega-item{height:100%;display:flex;align-items:center;position:static}.nav-mega-item>.nav-item{height:100%;display:flex;align-items:center;gap:4px;position:relative;white-space:nowrap}.nav-mega-item>.nav-item svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s ease}.nav-mega-item:hover>.nav-item,.nav-mega-item:focus-within>.nav-item{color:var(--orange)}.nav-mega-item:hover>.nav-item svg,.nav-mega-item:focus-within>.nav-item svg{transform:rotate(180deg)}.nav-mega-item:hover .service-mega-menu,.nav-mega-item:focus-within .service-mega-menu{opacity:1;visibility:visible;transform:translateY(0)}.nav-hotline{display:flex;align-items:center;gap:7px;color:var(--orange);font-size:15px;font-weight:bold;white-space:nowrap}.nav-hotline svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.nav-hotline:hover{color:#d9430f}@media (max-width:1240px){.nav-hotline{font-size:13px}}@media (max-width:900px){.nav-mega-item{height:auto;display:block}.nav-mega-item>.nav-item{height:auto}.nav-hotline{justify-content:center;min-height:44px;margin-top:6px;border:1px solid #f3c1ae;border-radius:8px;background:#fff7f3;font-size:15px}}.services-v2-hero{position:relative;overflow:hidden;padding:74px 0 62px;background:radial-gradient(circle at 78% 27%,rgba(48,119,255,.11),transparent 28%),linear-gradient(145deg,#fff 0,#fbfdff 58%,#f3f8ff 100%)}.services-v2-hero:before{content:"";position:absolute;right:-170px;top:-160px;width:620px;height:620px;border-radius:50%;background:radial-gradient(circle,rgba(80,145,255,.09),transparent 65%);pointer-events:none}.services-v2-hero-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr);align-items:center;gap:48px;min-height:600px}.services-v2-copy{position:relative;z-index:2;max-width:680px}.services-v2-kicker{margin:0 0 13px;color:var(--orange);font-size:12px;font-weight:bold;letter-spacing:.11em;text-transform:uppercase}.services-v2-copy h1{margin:0;color:var(--navy);font-size:clamp(54px,5.1vw,79px);line-height:.96;letter-spacing:-.055em}.services-v2-copy h2{margin:24px 0 0;color:#17365f;font-size:20px;line-height:1.45}.services-v2-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:34px 0 31px}.services-v2-benefits>div{display:grid;grid-template-columns:35px 1fr;align-items:start;gap:10px}.services-v2-benefits img{width:35px;height:35px;object-fit:contain}.services-v2-benefits span{display:grid}.services-v2-benefits b{color:var(--orange);font-size:12px;line-height:1.35}.services-v2-benefits small{margin-top:4px;color:#66768a;font-size:10px;line-height:1.55}.services-v2-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.services-v2-primary,.services-v2-secondary{display:inline-flex;min-height:52px;align-items:center;justify-content:center;gap:17px;padding:0 24px;border-radius:8px;font-size:13px;font-weight:bold;transition:.2s ease}.services-v2-primary{background:linear-gradient(135deg,var(--orange),var(--orange-2));color:#fff;box-shadow:0 12px 25px rgba(255,90,31,.2)}.services-v2-primary:hover{box-shadow:0 16px 32px rgba(255,90,31,.28)}.services-v2-primary.full{width:100%}.services-v2-secondary{border:1px solid #bdcce0;background:#fff;color:var(--navy)}.services-v2-secondary:hover{border-color:var(--navy)}.services-v2-visual{position:relative;min-height:570px;isolation:isolate}.services-v2-network{position:absolute;inset:55px 40px 32px;background:radial-gradient(circle at center,rgba(59,125,232,.15),transparent 40%)}.services-v2-network:before,.services-v2-network:after{content:"";position:absolute;inset:19% 13%;border:2px dashed rgba(72,129,220,.25);transform:rotate(-8deg) skewY(-5deg);border-radius:50%}.services-v2-network:after{inset:29% 23%;transform:rotate(18deg) skewY(5deg);border-color:rgba(255,106,50,.2)}.services-v2-hub-shadow{position:absolute;z-index:1;left:50%;top:54%;width:260px;height:90px;border-radius:50%;background:rgba(30,81,155,.14);filter:blur(16px);transform:translate(-50%,-50%)}.services-v2-hub{position:absolute;z-index:4;left:50%;top:50%;width:185px;height:185px;transform:translate(-50%,-50%) rotate(30deg) skew(-5deg);filter:drop-shadow(0 28px 25px rgba(27,78,153,.24))}.services-v2-hub-top{position:absolute;inset:0;border-radius:28px;background:linear-gradient(145deg,#ff8a42,#ff5a1f);clip-path:polygon(50% 0,100% 24%,100% 76%,50% 100%,0 76%,0 24%)}.services-v2-hub-face{position:absolute;left:29px;top:44px;width:128px;height:105px;display:grid;place-items:center;border-radius:20px;background:linear-gradient(145deg,#fff,#e8f0ff);clip-path:polygon(50% 0,100% 24%,100% 76%,50% 100%,0 76%,0 24%);transform:rotate(-30deg) skew(5deg)}.services-v2-hub-face span{color:var(--orange);font-size:38px;font-weight:bold;letter-spacing:-.08em}.services-v2-node{position:absolute;z-index:5;display:grid;justify-items:center;gap:5px}.services-v2-node>span{display:grid;place-items:center;width:98px;height:84px;border:1px solid #d8e3f3;border-radius:18px;background:linear-gradient(150deg,#fff,#edf4ff);box-shadow:0 18px 30px rgba(21,70,142,.14);transform:rotate(-8deg) skewY(4deg)}.services-v2-node img{width:53px;height:53px;object-fit:contain;transform:rotate(8deg) skewY(-4deg)}.services-v2-node small{padding:3px 8px;border-radius:20px;background:#fff;color:#46617f;font-size:9px;box-shadow:0 5px 12px rgba(18,56,110,.08)}.services-v2-node.node-1{left:17%;top:6%}.services-v2-node.node-2{right:15%;top:8%}.services-v2-node.node-3{right:0;top:37%}.services-v2-node.node-4{right:12%;bottom:5%}.services-v2-node.node-5{left:9%;bottom:2%}.services-v2-node.node-6{right:37%;bottom:-2%}.services-v2-node.node-7{left:0;top:40%}.services-v2-node.node-8{left:35%;top:0}.services-v2-list{padding:75px 0 60px;background:#fff}.services-v2-heading{text-align:center;max-width:860px;margin:0 auto 40px}.services-v2-heading p{margin:0 0 8px;color:var(--orange);font-size:11px;font-weight:bold;letter-spacing:.13em}.services-v2-heading h2{margin:0;color:var(--navy);font-size:34px;line-height:1.18;letter-spacing:-.03em}.services-v2-heading>span{display:block;margin-top:10px;color:#697a8f;font-size:13px;line-height:1.6}.services-v2-heading.compact{margin-bottom:32px}.services-v2-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.ecosystem-service-card{position:relative;display:grid;grid-template-columns:72px 1fr 24px;align-items:center;gap:20px;min-height:190px;padding:27px 24px;border:1px solid #dfe7f1;border-radius:14px;background:#fff;box-shadow:0 9px 28px rgba(9,47,101,.065);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.ecosystem-service-card:hover{transform:translateY(-5px);border-color:#bdd0e9;box-shadow:0 18px 38px rgba(9,47,101,.13)}.ecosystem-service-card>img{width:65px;height:65px;object-fit:contain}.ecosystem-service-card h3{margin:0 0 8px;color:#0d315f;font-size:18px;line-height:1.3}.ecosystem-service-card p{margin:0;color:#65758a;font-size:12px;line-height:1.65}.ecosystem-service-card>b{color:var(--navy);font-size:20px}.ecosystem-service-number{position:absolute;left:18px;top:17px;display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#edf4ff;color:#2b67b9;font-size:11px;font-weight:bold}.ecosystem-service-card>img{margin-top:22px}.services-v2-process{padding:58px 0 54px;background:linear-gradient(180deg,#fbfdff,#fff)}.services-v2-process-grid{position:relative;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:30px}.services-v2-process-grid:before{content:"";position:absolute;left:9%;right:9%;top:58px;border-top:2px dashed rgba(255,107,42,.55)}.services-v2-process-grid article{position:relative;z-index:2;text-align:center;padding:0 14px}.services-v2-process-icon{display:grid;place-items:center;width:88px;height:88px;margin:0 auto 14px;border:1px solid #cfdaea;border-radius:50%;background:#fff;box-shadow:0 8px 20px rgba(9,48,103,.07)}.services-v2-process-icon img{width:50px;height:50px;object-fit:contain}.services-v2-process-grid article>b{display:block;color:var(--orange);font-size:12px}.services-v2-process-grid h3{margin:6px 0;color:#12345f;font-size:15px}.services-v2-process-grid p{margin:0;color:#65758a;font-size:11px;line-height:1.65}.services-v2-flex-note{max-width:760px;margin:34px auto 0;padding:9px 18px;border:1px solid #bcd3f6;border-radius:30px;background:#f3f8ff;color:#2a61ad;text-align:center;font-size:11px}.services-v2-reasons{padding:54px 0 78px;background:#fff}.services-v2-reason-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0}.services-v2-reason-grid article{padding:18px 30px;text-align:center;border-right:1px solid #e1e7ef}.services-v2-reason-grid article:last-child{border-right:0}.services-v2-reason-grid img{width:62px;height:62px;margin:0 auto 12px;object-fit:contain}.services-v2-reason-grid h3{margin:0 0 8px;color:#12365f;font-size:15px}.services-v2-reason-grid p{margin:0;color:#68788d;font-size:11px;line-height:1.65}.service-detail-v2-hero{padding:72px 0;background:radial-gradient(circle at 85% 18%,rgba(52,124,238,.12),transparent 30%),linear-gradient(140deg,#fff,#f5f9ff)}.service-detail-v2-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;align-items:center;gap:70px}.service-detail-v2-grid h1{max-width:920px;margin:0;color:var(--navy);font-size:clamp(43px,5vw,70px);line-height:1.04;letter-spacing:-.045em}.service-detail-v2-summary{max-width:790px;margin:21px 0 29px;color:#5d6f85;font-size:18px;line-height:1.65}.service-detail-v2-card{padding:28px;border:1px solid #dce5f1;border-radius:18px;background:#fff;box-shadow:0 18px 40px rgba(8,47,103,.1)}.service-detail-v2-card img{width:88px;height:88px;object-fit:contain;margin-bottom:18px}.service-detail-v2-card small{display:block;color:#738197;font-size:11px}.service-detail-v2-card strong{display:block;margin:4px 0 12px;color:var(--orange);font-size:25px}.service-detail-v2-card p{margin:0;color:#65758a;font-size:12px;line-height:1.65}.service-detail-v2-content{padding:72px 0;background:#fff}.service-detail-v2-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:70px;align-items:start}.service-detail-v2-content h2{margin:0 0 20px;color:var(--navy);font-size:36px;line-height:1.18}.service-detail-v2-lines p,.service-detail-v2-content article>p{color:#5e7086;font-size:15px;line-height:1.75}.service-detail-v2-lines p{position:relative;padding-left:21px}.service-detail-v2-lines p:before{content:"";position:absolute;left:0;top:.7em;width:8px;height:8px;border-radius:50%;background:var(--orange)}.service-detail-v2-contact{position:sticky;top:110px;padding:27px;border:1px solid #dce5f0;border-radius:16px;background:#f8fbff}.service-detail-v2-contact h3{margin:0 0 10px;color:var(--navy);font-size:21px}.service-detail-v2-contact p{color:#65758a;font-size:13px;line-height:1.7}.service-detail-v2-phone{display:block;margin-top:15px;color:var(--orange);text-align:center;font-size:13px;font-weight:bold}.service-detail-v2-related{padding:67px 0 74px;background:#f8fbff}.service-detail-v2-related-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:17px}.service-detail-v2-related-grid>a{padding:22px;border:1px solid #dce5f0;border-radius:14px;background:#fff;transition:.2s}.service-detail-v2-related-grid>a:hover{transform:translateY(-4px);box-shadow:0 14px 28px rgba(7,45,96,.09)}.service-detail-v2-related-grid img{width:54px;height:54px;object-fit:contain;margin-bottom:14px}.service-detail-v2-related-grid small{color:var(--orange);font-size:10px;font-weight:bold}.service-detail-v2-related-grid h3{margin:6px 0;color:#153760;font-size:16px;line-height:1.35}.service-detail-v2-related-grid p{color:#68798d;font-size:11px;line-height:1.6}.service-detail-v2-related-grid b{color:#1559a8;font-size:11px}@media (max-width:1150px){.services-v2-hero-grid{grid-template-columns:minmax(0,.95fr) minmax(460px,1.05fr);gap:20px}.services-v2-benefits{grid-template-columns:1fr}.services-v2-benefits>div{grid-template-columns:35px 1fr}.services-v2-visual{transform:scale(.88);transform-origin:center}.services-v2-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.service-detail-v2-grid,.service-detail-v2-content-grid{grid-template-columns:minmax(0,1fr) 320px;gap:38px}}@media (max-width:900px){.services-v2-hero{padding-top:45px}.services-v2-hero-grid{grid-template-columns:1fr}.services-v2-copy{max-width:760px;text-align:center;margin:auto}.services-v2-benefits{grid-template-columns:repeat(3,minmax(0,1fr));text-align:left}.services-v2-actions{justify-content:center}.services-v2-visual{width:min(100%,690px);min-height:520px;margin:auto;transform:none}.services-v2-process-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 14px}.services-v2-process-grid:before{display:none}.services-v2-process-grid article:last-child{grid-column:1/-1;width:50%;justify-self:center}.services-v2-reason-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 0}.services-v2-reason-grid article:nth-child(2){border-right:0}.services-v2-reason-grid article:nth-child(-n/**/+2){border-bottom:1px solid #e1e7ef}.service-detail-v2-grid,.service-detail-v2-content-grid{grid-template-columns:1fr}.service-detail-v2-card{max-width:520px}.service-detail-v2-contact{position:static}.service-detail-v2-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:650px){.services-v2-hero-grid{min-height:0}.services-v2-copy h1{font-size:47px}.services-v2-copy h2{font-size:16px}.services-v2-benefits{grid-template-columns:1fr}.services-v2-benefits>div{max-width:420px;margin:auto}.services-v2-visual{min-height:390px;transform:scale(.72);transform-origin:top center;margin-bottom:-100px}.services-v2-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.ecosystem-service-card{grid-template-columns:1fr;align-content:start;min-height:280px;padding:20px 12px 18px;text-align:center;gap:8px}.ecosystem-service-number{left:9px;top:9px}.ecosystem-service-card>img{width:58px;height:58px;margin:25px auto 2px}.ecosystem-service-card h3{font-size:14px}.ecosystem-service-card p{font-size:10px}.ecosystem-service-card>b{display:none}.services-v2-heading h2{font-size:27px}.services-v2-process-grid{gap:25px 7px}.services-v2-process-grid article{padding:0 5px}.services-v2-process-icon{width:70px;height:70px}.services-v2-process-icon img{width:42px;height:42px}.services-v2-process-grid h3{font-size:13px}.services-v2-process-grid p{font-size:9px}.services-v2-process-grid article:last-child{width:calc(50% - 4px)}.services-v2-reason-grid{gap:0}.services-v2-reason-grid article{padding:18px 10px}.services-v2-reason-grid h3{font-size:13px}.services-v2-reason-grid p{font-size:9px}.service-detail-v2-grid h1{font-size:40px}.service-detail-v2-summary{font-size:15px}.service-detail-v2-content h2{font-size:29px}.service-detail-v2-related-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.service-detail-v2-related-grid>a{padding:15px}.service-detail-v2-related-grid h3{font-size:13px}.service-detail-v2-related-grid p{font-size:9px}}.domain-ai-hero{position:relative;overflow:hidden;padding:48px 0 34px;background:radial-gradient(circle at 77% 14%,rgba(111,170,255,.2),transparent 26%),linear-gradient(180deg,#eef7ff 0,#f8fbff 74%,#fff 100%)}.domain-ai-hero:after{content:"";position:absolute;inset:auto 0 0;height:1px;background:#d8e6f7}.domain-ai-hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(430px,.92fr);align-items:center;gap:46px}.domain-ai-eyebrow{margin:0 0 12px;color:#1d65b8;font-size:12px;font-weight:bold;letter-spacing:.15em}.domain-ai-hero-copy h1{margin:0;color:#082d68;font-size:clamp(39px,4.2vw,59px);line-height:1.12;letter-spacing:-.035em}.domain-ai-hero-copy h1 em{color:#ff5a18;font-style:normal;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:8px}.domain-ai-hero-copy>p:not(.domain-ai-eyebrow){max-width:700px;margin:19px 0 0;color:#4c6889;font-size:16px;line-height:1.75}.domain-ai-trust{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin-top:28px}.domain-ai-trust>div{display:grid;grid-template-columns:43px minmax(0,1fr);align-items:center;gap:9px;padding-right:15px;border-right:1px solid #bdd2ea}.domain-ai-trust>div:last-child{border-right:0;padding-left:15px}.domain-ai-trust>div:nth-child(2){padding-left:15px}.domain-ai-trust span{display:grid;place-items:center;width:38px;height:38px;border:2px solid #1768d2;border-radius:12px;color:#1768d2;font-size:23px;font-weight:bold}.domain-ai-trust b{color:#0b356f;font-size:12px;line-height:1.3}.domain-ai-trust small{display:block;margin-top:3px;color:#6d8199;font-size:10px;font-weight:bold}.domain-ai-hero-art{position:relative;min-height:315px}.domain-ai-browser{position:absolute;left:58px;top:38px;width:305px;height:86px;border:12px solid rgba(255,255,255,.86);border-radius:20px;background:#fff;box-shadow:0 16px 45px rgba(24,92,178,.18)}.domain-ai-browser:before{content:"";position:absolute;left:11px;right:11px;bottom:-74px;height:62px;border:11px solid rgba(255,255,255,.86);border-radius:15px;background:#eff6ff;box-shadow:0 12px 28px rgba(24,92,178,.12)}.domain-ai-browser span{position:absolute;left:23px;top:17px;color:#0d3f90;font-size:31px;font-weight:bold}.domain-ai-browser i{position:absolute;right:26px;top:21px;width:82px;height:14px;border-radius:20px;background:#dfeaff}.domain-ai-browser b{position:absolute;right:26px;top:47px;width:60px;height:10px;border-radius:20px;background:#edf3fa}.domain-ai-search-lens{position:absolute;left:270px;top:1px;width:87px;height:87px;border:9px solid #1761c8;border-radius:50%;box-shadow:inset 0 0 0 4px #7eb6ff,0 10px 22px rgba(20,83,171,.22)}.domain-ai-search-lens:after{content:"";position:absolute;right:-48px;bottom:-42px;width:70px;height:16px;border-radius:12px;background:#1761c8;transform:rotate(48deg);box-shadow:0 5px 12px rgba(20,83,171,.22)}.domain-ai-chip{position:absolute;right:18px;top:92px;display:grid;place-items:center;width:82px;height:82px;border:9px solid #e4f0ff;border-radius:20px;background:linear-gradient(145deg,#1765d2,#052e74);color:#fff;font-size:32px;font-weight:bold;box-shadow:0 16px 35px rgba(25,93,184,.22)}.domain-ai-chip:before,.domain-ai-chip:after{content:"";position:absolute;inset:-18px 13px;border-top:5px dotted #2b7ee2;border-bottom:5px dotted #2b7ee2}.domain-ai-globe{position:absolute;left:1px;top:107px;color:#297be0;font-size:68px;font-weight:bold}.domain-ai-tld{position:absolute;display:grid;place-items:center;padding:13px 20px;border:9px solid rgba(255,255,255,.9);border-radius:15px;background:#fff;color:#0b3c8b;font-size:25px;font-weight:bold;box-shadow:0 13px 31px rgba(31,98,181,.16)}.tld-com{left:28px;top:170px}.tld-net{left:181px;top:219px}.tld-org{left:333px;top:168px}.domain-ai-spark{position:absolute;color:#6ba8f2;font-size:27px}.spark-a{left:8px;top:43px}.spark-b{right:10px;top:27px}.domain-ai-workspace{padding:25px 0 43px;background:#fff}.domain-ai-tool-grid{display:grid;grid-template-columns:minmax(330px,.64fr) minmax(0,1.36fr);gap:17px;align-items:stretch}.domain-manual-card,.domain-ai-form-card,.domain-ai-results{border:1px solid #cbdcf0;border-radius:15px}.domain-manual-card,.domain-ai-form-card{display:flex;flex-direction:column;gap:16px;min-height:218px;padding:21px 24px}.domain-manual-card{background:#fff}.domain-ai-form-card{background:linear-gradient(135deg,#073a80,#021d52);border-color:#083f89;color:#fff;box-shadow:0 12px 28px rgba(3,39,91,.14)}.domain-tool-heading h2{display:flex;align-items:center;gap:9px;margin:0;color:#0a326d;font-size:20px}.domain-tool-heading h2 span{color:#075aba;font-size:24px}.domain-tool-heading p{max-width:620px;margin:10px 0 0;color:#5d738d;font-size:12px;line-height:1.6}.domain-tool-heading.on-dark h2,.domain-tool-heading.on-dark p{color:#fff}.domain-tool-heading.on-dark p{color:#c9dcf8}.domain-manual-row{display:grid;grid-template-columns:minmax(0,1fr) 142px;gap:13px;margin-top:6px}.domain-manual-row input,.domain-ai-inline-row input{width:100%;height:45px;border:1px solid #c2d2e5;border-radius:8px;background:#fff;padding:0 14px;color:#173b67;font:inherit;outline:0}.domain-manual-row input:focus,.domain-ai-inline-row input:focus{border-color:#2d79d8;box-shadow:0 0 0 3px rgba(45,121,216,.13)}.domain-manual-row button{border:0;border-radius:8px;background:#082f70;color:#fff;font-size:13px;font-weight:bold;cursor:pointer;box-shadow:0 8px 17px rgba(8,47,112,.18)}.domain-manual-row button:hover{background:#0d478f;transform:translateY(-1px)}.domain-tool-note{display:flex;align-items:center;gap:6px;margin:2px 0 0;color:#657b94;font-size:11px}.domain-tool-note span{color:#1d67bd}.domain-form-error{margin:9px 0 0;color:#c43b2f;font-size:11px;font-weight:bold}.domain-form-error.on-dark{color:#ffd3c4}.domain-ai-inline-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) minmax(165px,.78fr);align-items:end;gap:11px;margin-top:5px}.domain-ai-inline-row label{display:grid;gap:6px;color:#e4efff;font-size:11px;font-weight:bold}.domain-ai-inline-row input{height:45px;margin-top:0;border-color:rgba(255,255,255,.45);font-size:11px}.domain-ai-submit{height:45px;border:0;border-radius:8px;background:linear-gradient(90deg,#ff6a18,#ff4c0b);color:#fff;font-size:12px;font-weight:bold;cursor:pointer;box-shadow:0 8px 18px rgba(255,82,13,.23);white-space:nowrap}.domain-ai-submit:hover{filter:brightness(1.08);transform:translateY(-1px)}.domain-ai-results{margin-top:13px;padding:14px 17px 16px;background:#fff;scroll-margin-top:118px}.domain-ai-results-head{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:0 2px 12px;border-bottom:1px solid #dce5ef}.domain-ai-results-head h2{display:flex;align-items:center;gap:9px;margin:0;color:#0b316b;font-size:19px}.domain-ai-results-head h2 span{color:#1764bf}.domain-ai-results-meta{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.domain-ai-counts{display:flex;flex-wrap:wrap;gap:7px}.domain-ai-counts span{padding:6px 11px;border-radius:99px;font-size:10px;font-weight:bold}.domain-ai-counts .available{background:#dff7e9;color:#0b794b}.domain-ai-counts .registered{background:#fee6e2;color:#b43a2f}.domain-ai-counts .unknown{background:#fff3d5;color:#8c5b00}.domain-ai-error-state{display:flex;align-items:center;gap:15px;min-height:105px;padding:15px}.domain-ai-error-state>span{display:grid;place-items:center;flex:0 0 45px;height:45px;border-radius:50%;background:#fff0e9;color:#d84e20;font-size:25px;font-weight:bold}.domain-ai-error-state h3{margin:0;color:#0b316b}.domain-ai-error-state p{margin:5px 0 0;color:#667c94;font-size:13px}.domain-ai-result-list{display:grid}.domain-ai-result-row{display:grid;grid-template-columns:minmax(150px,1.05fr) 145px minmax(210px,1.7fr) minmax(155px,.85fr) minmax(270px,1.25fr);align-items:center;gap:13px;min-height:65px;padding:8px 4px;border-bottom:1px solid #e1e8f0}.domain-ai-result-row:last-child{border-bottom:0}.domain-ai-result-row:hover{background:#f8fbff}.domain-result-name{display:grid;gap:3px;min-width:0}.domain-result-name strong{overflow:hidden;color:#082f6d;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.domain-result-name small{color:#3170bd;font-size:10px;font-weight:bold}.domain-result-status{display:flex;align-items:center;gap:7px}.domain-result-status span{display:grid;place-items:center;width:20px;height:20px;border-radius:50%;font-size:12px;font-weight:bold}.domain-result-status b{display:inline-flex;padding:5px 9px;border-radius:6px;font-size:10px;white-space:nowrap}.status-available .domain-result-status span,.status-available .domain-result-status b{background:#dff7e9;color:#0b794b}.status-registered .domain-result-status span,.status-registered .domain-result-status b{background:#fee6e2;color:#b43a2f}.status-unknown .domain-result-status span,.status-unknown .domain-result-status b{background:#fff3d5;color:#8c5b00}.domain-result-message{margin:0;color:#526983;font-size:11px;line-height:1.45}.domain-result-price{display:grid;gap:3px}.domain-result-price strong{color:#ff5213;font-size:15px}.domain-result-price strong span{color:#566d87;font-size:10px}.domain-result-price small{color:#75879b;font-size:9px}.domain-result-price .muted{color:#8ea0b3;text-align:center}.domain-result-action{min-width:0}.domain-result-action form{margin:0}.domain-result-action-buttons{display:grid;grid-template-columns:1fr 1fr;gap:9px}.domain-result-action button,.domain-ai-cart-added,.domain-buy-now-link,.domain-ai-whois,.domain-ai-recheck{display:flex;align-items:center;justify-content:center;width:100%;min-height:42px;border-radius:7px;text-align:center;font-size:10px;font-weight:bold}.domain-result-action button{gap:6px;cursor:pointer;transition:filter .2s ease,transform .2s ease,box-shadow .2s ease}.domain-result-action button span{font-size:17px}.domain-result-action button b{display:block;font-size:12px}.domain-cart-add{border:1px solid #2269be;background:#fff;color:#0b4f9d;box-shadow:0 5px 12px rgba(21,87,165,.1)}.domain-buy-now,.domain-buy-now-link{border:0;background:linear-gradient(90deg,#ff6a17,#ff4c0c);color:#fff;box-shadow:0 7px 15px rgba(255,78,10,.2)}.domain-result-action button:hover,.domain-buy-now-link:hover{filter:brightness(1.06);transform:translateY(-1px)}.domain-ai-cart-added{border:0;background:#0d8454;color:#fff;cursor:default;opacity:1}.domain-ai-whois{border:1px solid #75a3dc;background:#fff;color:#0e55a8}.domain-ai-recheck{background:#eef4fb;color:#185aa8}.tcn-footer.no-overlap{padding-top:66px}@media (max-width:1100px){.domain-ai-hero-grid{grid-template-columns:minmax(0,1fr) 400px;gap:20px}.domain-ai-hero-art{transform:scale(.88);transform-origin:center}.domain-ai-inline-row{grid-template-columns:repeat(2,minmax(0,1fr))}.domain-ai-form-card{min-height:300px}.domain-ai-result-row{grid-template-columns:minmax(130px,.95fr) 132px minmax(170px,1.25fr) minmax(135px,.8fr) minmax(230px,1.2fr)}}@media (max-width:900px){.domain-ai-hero{padding-top:35px}.domain-ai-hero-grid{grid-template-columns:1fr}.domain-ai-hero-copy{text-align:center}.domain-ai-hero-copy>p:not(.domain-ai-eyebrow){margin-left:auto;margin-right:auto}.domain-ai-trust{max-width:720px;margin-left:auto;margin-right:auto;text-align:left}.domain-ai-hero-art{width:min(100%,500px);margin:auto;transform:none}.domain-ai-tool-grid{grid-template-columns:1fr}.domain-manual-card,.domain-ai-form-card{min-height:0}.domain-ai-result-row{grid-template-columns:minmax(140px,1fr) 135px minmax(170px,1.3fr);grid-template-areas:"name status action" "message price action"}.domain-result-name{grid-area:name}.domain-result-status{grid-area:status}.domain-result-message{grid-area:message}.domain-result-price{grid-area:price}.domain-result-action{grid-area:action}.tcn-footer.no-overlap{padding-top:83px}}@media (max-width:620px){.domain-ai-hero{padding:27px 0 20px}.domain-ai-hero-copy h1{font-size:35px}.domain-ai-hero-copy>p:not(.domain-ai-eyebrow){font-size:14px}.domain-ai-trust{grid-template-columns:1fr;gap:12px}.domain-ai-trust>div,.domain-ai-trust>div:nth-child(2),.domain-ai-trust>div:last-child{border:0;padding:0}.domain-ai-hero-art{min-height:250px;transform:scale(.78);transform-origin:top center;margin-bottom:-53px}.domain-ai-workspace{padding-top:14px}.domain-manual-card,.domain-ai-form-card{padding:16px}.domain-manual-row{grid-template-columns:1fr;margin-top:18px}.domain-manual-row button{height:45px}.domain-ai-inline-row{grid-template-columns:1fr;margin-top:12px}.domain-ai-submit{width:100%}.domain-ai-results{padding:13px}.domain-ai-results-head{align-items:flex-start;flex-direction:column}.domain-ai-results-meta{justify-content:flex-start}.domain-ai-result-row{display:grid;grid-template-columns:1fr;grid-template-areas:none;gap:8px;padding:13px 2px}.domain-result-name,.domain-result-status,.domain-result-message,.domain-result-price,.domain-result-action{grid-area:auto}.domain-result-name strong{font-size:16px}.domain-result-price .muted{text-align:left}.domain-result-action button,.domain-ai-cart-added,.domain-ai-whois,.domain-ai-recheck{min-height:45px}.tcn-footer.no-overlap{padding-top:96px}}.domain-manual-row input{font-size:13px}.domain-manual-row input::placeholder{font-size:12px;color:#77879a;opacity:1}.domain-ai-progress{display:flex;align-items:center;gap:9px;margin:12px 2px 3px;padding:10px 12px;border-radius:9px;background:#f3f7fc;color:#315a88;font-size:11px}.domain-ai-progress>span,.domain-status-spinner{display:inline-block;width:16px;height:16px;border:2px solid #b9cee8;border-top-color:#1764bf;border-radius:50%;animation:tcn-domain-spin .75s linear infinite;flex:0 0 auto}.domain-ai-progress>b{font-weight:bold}.status-pending .domain-result-status span{background:transparent}.status-pending .domain-result-status b{background:#eef4fb;color:#38678f}.status-pending .domain-result-name strong{color:#315a88}.domain-checking-label{display:flex;align-items:center;justify-content:center;width:100%;min-height:42px;border-radius:7px;background:#eef4fb;color:#60758d;font-size:10px;font-weight:bold}@keyframes tcn-domain-spin{to{transform:rotate(360deg)}}@media (max-width:620px){.domain-manual-row input::placeholder{font-size:11px}.domain-ai-progress{font-size:10px}}[data-domain-ai-root] [hidden]{display:none!important}@keyframes domainRowReveal{from{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}.domain-ai-result-row.status-pending{animation:domainRowReveal .22s ease both}@media (min-width:901px){.tcn-header .main-nav .nav-item{text-decoration:none!important;border-bottom:0!important}.tcn-header .main-nav .nav-item:after{bottom:-1px;height:3px;border-radius:3px 3px 0 0}.tcn-header .main-nav .nav-mega-item.active>.nav-item:after,.tcn-header .main-nav .nav-item.active:after{left:0;right:0}}.domain-ai-info-section{padding:4px 0 28px;background:#fff}.domain-ai-info-grid{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(0,1.2fr) minmax(250px,.7fr);gap:14px;align-items:stretch}.domain-ai-info-card{min-width:0;border:1px solid #d8e4f2;border-radius:12px;background:#fff;padding:16px 16px 15px;box-shadow:0 7px 20px rgba(8,49,105,.035)}.domain-ai-info-heading{display:flex;align-items:center;gap:9px;margin-bottom:14px}.domain-ai-info-heading h2{margin:0;color:#0b316b;font-size:16px;line-height:1.25}.domain-ai-info-icon{display:grid;place-items:center;width:25px;height:25px;flex:0 0 25px;color:#1264d6}.domain-ai-info-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.domain-ai-compact-process{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding-top:3px}.domain-ai-compact-process:before{content:"";position:absolute;left:12.5%;right:12.5%;top:17px;height:2px;background:#8ab6f3}.domain-ai-compact-step{position:relative;z-index:1;text-align:center}.domain-ai-compact-step>span{display:grid;place-items:center;width:28px;height:28px;margin:0 auto 17px;border-radius:50%;background:#0d61d7;color:#fff;font-size:11px;font-weight:bold;box-shadow:0 0 0 4px #fff}.domain-ai-compact-step p{margin:0;color:#172c48;font-size:12px;line-height:1.45;font-weight:bold}.domain-ai-compact-prices{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.domain-ai-compact-price{display:grid;justify-items:center;gap:2px;min-height:70px;padding:8px 6px;border:1px solid #dfe7f2;border-radius:8px;background:#fff;text-align:center;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.domain-ai-compact-price:hover{transform:translateY(-1px);border-color:#9bbce8;box-shadow:0 7px 15px rgba(8,55,118,.08)}.domain-ai-compact-price strong{color:#0a326f;font-size:17px;line-height:1.15}.domain-ai-compact-price b{color:#ff5416;font-size:12px;line-height:1.25}.domain-ai-compact-price b small{font-size:9px;color:#566b84;font-weight:bold}.domain-ai-compact-price span{color:#6d8097;font-size:9px;line-height:1.25}.domain-ai-compact-faq-card{display:flex;flex-direction:column}.domain-ai-compact-faqs{display:grid}.domain-ai-compact-faqs details{border-bottom:1px solid #e5ebf3}.domain-ai-compact-faqs details:last-child{border-bottom:0}.domain-ai-compact-faqs summary{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:30px;padding:5px 0;list-style:none;cursor:pointer;color:#324960;font-size:10px}.domain-ai-compact-faqs summary::-webkit-details-marker{display:none}.domain-ai-compact-faqs summary span{min-width:0}.domain-ai-compact-faqs summary i{color:#0b4f9e;font-size:18px;font-style:normal;line-height:1;transition:transform .2s ease}.domain-ai-compact-faqs details[open] summary i{transform:rotate(90deg)}.domain-ai-compact-faqs details p{margin:0 0 9px;color:#667b93;font-size:9px;line-height:1.55}.domain-ai-all-faqs{margin-top:auto;padding-top:10px;text-align:center;color:#0b61d8;font-size:10px;font-weight:bold}.domain-ai-all-faqs:hover{color:#ff5a18}@media (max-width:1050px){.domain-ai-info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.domain-ai-compact-faq-card{grid-column:1/-1}.domain-ai-compact-faqs{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 18px}}@media (max-width:680px){.domain-ai-info-section{padding-top:0}.domain-ai-info-grid{grid-template-columns:1fr;gap:10px}.domain-ai-compact-faq-card{grid-column:auto}.domain-ai-compact-prices{grid-template-columns:repeat(2,minmax(0,1fr))}.domain-ai-compact-faqs{grid-template-columns:1fr}.domain-ai-info-card{padding:14px}.domain-ai-info-heading h2{font-size:15px}.domain-ai-compact-step p{font-size:10px}}.tcn-header{z-index:80;border-bottom:1px solid #e8edf4;background:#fff;box-shadow:0 5px 18px rgba(7,43,91,.07);backdrop-filter:none}.tcn-header .tcn-wrap{width:min(calc(100% - 48px),var(--wrap))}.tcn-header .header-row{position:relative;height:104px;gap:28px}.tcn-header .tcn-logo{width:285px;flex:0 0 285px}.tcn-header .tcn-logo img{width:100%;height:auto;max-height:none;object-fit:contain}.tcn-header .main-nav{align-self:stretch;gap:36px;color:#071f4c;font-size:15px;font-weight:bold;letter-spacing:0;text-transform:uppercase}.tcn-header .main-nav .nav-item,.tcn-header .nav-mega-item,.tcn-header .nav-mega-item>.nav-item{height:104px}.tcn-header .main-nav .nav-item{padding:0 2px;color:#071f4c;white-space:nowrap}.tcn-header .main-nav .nav-item:after{bottom:-1px;height:4px;border-radius:4px 4px 0 0;background:#ff4f16}.tcn-header .main-nav .nav-item:hover,.tcn-header .main-nav .nav-item.active,.tcn-header .main-nav .nav-mega-item:hover>.nav-item,.tcn-header .main-nav .nav-mega-item:focus-within>.nav-item,.tcn-header .main-nav .nav-mega-item.is-open>.nav-item,.tcn-header .main-nav .nav-mega-item.active>.nav-item{color:#ff4f16}.tcn-header .main-nav .nav-mega-item:hover>.nav-item:after,.tcn-header .main-nav .nav-mega-item:focus-within>.nav-item:after,.tcn-header .main-nav .nav-mega-item.is-open>.nav-item:after,.tcn-header .main-nav .nav-mega-item.active>.nav-item:after,.tcn-header .main-nav .nav-item.active:after{left:0;right:0}.tcn-header .nav-mega-chevron{width:16px!important;height:16px!important;margin-left:5px;stroke-width:2!important}.tcn-header .nav-hotline{gap:10px;color:#ff4f16;font-size:18px;font-weight:bold;letter-spacing:.01em;text-transform:none}.tcn-header .nav-hotline svg{width:25px;height:25px;stroke-width:2}.tcn-header .nav-cart-icon{min-width:52px;height:52px;margin-left:-8px;color:#082557}.tcn-header .nav-cart-icon svg{width:39px;height:39px}.tcn-header .nav-cart-icon b{top:-5px;right:-2px;min-width:22px;height:22px;padding:0 5px;border-width:2px;background:#ff4f16;font-size:11px}@media (min-width:901px){.tcn-header .nav-mega-item{position:static}.tcn-header .service-mega-menu{position:absolute;z-index:95;top:calc(100% - 1px);left:auto;right:285px;display:block;width:840px;padding:0;overflow:visible;border:1px solid #dbe3ee;border-radius:14px;background:#fff;box-shadow:0 22px 52px rgba(8,42,87,.18);opacity:0;visibility:hidden;pointer-events:none;transform:none;transition:opacity .16s ease,visibility .16s ease}.tcn-header .service-mega-menu:before{content:"";position:absolute;z-index:2;top:-10px;left:246px;width:18px;height:18px;border-top:1px solid #dbe3ee;border-left:1px solid #dbe3ee;background:#fff;transform:rotate(45deg)}.tcn-header .service-mega-menu:after{content:"";position:absolute;left:0;right:0;top:-18px;height:18px}.tcn-header .nav-mega-item:hover .service-mega-menu,.tcn-header .nav-mega-item:focus-within .service-mega-menu,.tcn-header .nav-mega-item.is-open .service-mega-menu{opacity:1;visibility:visible;pointer-events:auto}}.service-mega-columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));min-height:245px;padding:18px 18px 16px}.service-mega-column{display:grid;align-content:start}.service-mega-menu .service-mega-link{position:relative;display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:13px;min-height:68px;margin:0;padding:8px 14px;border-bottom:1px solid #e2e8f0;border-radius:0;color:#071f4c;font-size:16px;font-weight:bold;line-height:1.35;text-transform:none;transition:background .16s ease,color .16s ease,border-radius .16s ease}.service-mega-column .service-mega-link:last-child{border-bottom-color:transparent}.service-mega-menu .service-mega-link:before{content:"";position:absolute;left:0;top:10px;bottom:10px;width:4px;border-radius:0 5px 5px 0;background:#ff4f16;opacity:0;transform:scaleY(.65);transition:opacity .16s ease,transform .16s ease}.service-mega-menu .service-mega-icon{display:grid;place-items:center;width:38px;height:38px;color:#071f4c;border:0;border-radius:0;background:transparent}.service-mega-menu .service-mega-icon svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.service-mega-menu .service-mega-label{min-width:0}.service-mega-menu .service-mega-link.is-highlighted,.service-mega-menu .service-mega-link:hover,.service-mega-menu .service-mega-link:focus-visible{border-bottom-color:transparent;border-radius:9px;background:linear-gradient(90deg,#fff2ec,#fff7f3);color:#071f4c;outline:0;transform:none}.service-mega-menu .service-mega-link.is-highlighted:before,.service-mega-menu .service-mega-link:hover:before,.service-mega-menu .service-mega-link:focus-visible:before{opacity:1;transform:scaleY(1)}.service-mega-menu .service-mega-link.is-highlighted .service-mega-icon,.service-mega-menu .service-mega-link:hover .service-mega-icon,.service-mega-menu .service-mega-link:focus-visible .service-mega-icon{color:#ff4f16}@media (max-width:1380px) and (min-width:901px){.tcn-header .tcn-wrap{width:min(calc(100% - 48px),var(--wrap))}.tcn-header .header-row{height:88px;gap:18px}.tcn-header .tcn-logo{width:225px;flex-basis:225px}.tcn-header .main-nav{gap:14px;font-size:11.5px}.tcn-header .main-nav .nav-item,.tcn-header .nav-mega-item,.tcn-header .nav-mega-item>.nav-item{height:88px}.tcn-header .nav-hotline{gap:6px;font-size:13px}.tcn-header .nav-hotline svg{width:20px;height:20px}.tcn-header .nav-cart-icon{min-width:42px;height:42px;margin-left:0}.tcn-header .nav-cart-icon svg{width:32px;height:32px}.tcn-header .service-mega-menu{right:165px;width:780px}.tcn-header .service-mega-menu:before{left:230px}.service-mega-columns{min-height:230px;padding:14px 14px 12px}.service-mega-menu .service-mega-link{min-height:64px;font-size:14px}}@media (max-width:900px){.tcn-header .tcn-wrap{width:min(calc(100% - 48px),var(--wrap))}.tcn-header .header-row{height:74px}.tcn-header .tcn-logo{width:min(235px,72vw);flex-basis:auto}.tcn-header .main-nav{top:75px;max-height:calc(100vh - 90px);overflow:auto;font-size:14px;text-transform:none}.tcn-header .main-nav .nav-item,.tcn-header .nav-mega-item,.tcn-header .nav-mega-item>.nav-item{height:auto}.tcn-header .main-nav .nav-item{padding:12px}.tcn-header .service-mega-menu,.tcn-header .main-nav.open .service-mega-menu{position:static;display:block;width:100%;margin:0 0 9px;padding:8px;overflow:hidden;border:0;border-radius:10px;background:#f6f8fc;box-shadow:none;opacity:1;visibility:visible;pointer-events:auto;transform:none}.tcn-header .service-mega-menu:before,.tcn-header .service-mega-menu:after{display:none}.service-mega-columns{grid-template-columns:1fr;min-height:0;padding:0}.service-mega-menu .service-mega-link{grid-template-columns:32px minmax(0,1fr);gap:9px;min-height:48px;padding:6px 10px;font-size:12px}.service-mega-menu .service-mega-icon{width:29px;height:29px}.service-mega-menu .service-mega-icon svg{width:25px;height:25px}.service-mega-menu .service-mega-link:before{top:7px;bottom:7px;width:3px}.tcn-header .nav-hotline{justify-content:center;min-height:46px;margin-top:6px;border:1px solid #f4c0aa;border-radius:8px;background:#fff7f3;font-size:15px}.tcn-header .nav-cart-icon,.tcn-header .nav-cart-icon.icon-only{width:100%;height:46px;margin:6px 0 0;border:1px solid #d8e1ee}.tcn-header .nav-cart-icon b{top:1px;right:calc(50% - 34px)}}@media (max-width:620px){.tcn-header .tcn-wrap{width:min(calc(100% - 24px),var(--wrap))}}@media (max-width:520px){.tcn-header .tcn-logo{width:min(205px,70vw)}.service-mega-menu .service-mega-link{font-size:11px}}.domain-ai-form-card#ai-goi-y{scroll-margin-top:112px}.domain-ai-form-card#ai-goi-y:target{animation:tcn-ai-target-pulse 1.25s ease 2;box-shadow:0 0 0 4px rgba(255,91,25,.32),0 18px 42px rgba(0,28,78,.22)}@keyframes tcn-ai-target-pulse{0%,100%{transform:translateY(0)}50%{transform:translateY(-3px)}}.domain-ai-submit:disabled{cursor:not-allowed;opacity:.62;filter:grayscale(.18);transform:none;box-shadow:none}.domain-ai-turnstile{display:grid;grid-template-columns:minmax(220px,1fr) auto;align-items:center;gap:10px 18px;width:100%;margin-top:13px;padding:9px 14px;border:1px solid #1e5798;border-radius:12px;background:linear-gradient(135deg,#073a80,#021d52);box-shadow:0 10px 24px rgba(3,39,91,.11)}.domain-ai-turnstile[hidden]{display:none}.domain-ai-turnstile-copy{display:grid;align-content:center;gap:3px;min-width:0;color:#fff;font-size:11px;line-height:1.35}.domain-ai-turnstile-copy>b{font-size:12px}.domain-ai-turnstile-copy>small{display:block;margin:0;color:#dceaff;font-size:10px;line-height:1.35}.domain-ai-turnstile [data-domain-turnstile]{min-height:65px;justify-self:end}.domain-search-turnstile{clear:both}@media (max-width:620px){.domain-ai-turnstile{grid-template-columns:1fr;padding:10px 11px}.domain-ai-turnstile [data-domain-turnstile]{justify-self:start;max-width:100%;overflow-x:auto}}.home-ecosystem{padding:18px 0 28px;background:#fff}.home-ecosystem-heading{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:20px;text-align:center}.home-ecosystem-heading h2{margin:0;color:var(--navy);font-size:clamp(24px,2.3vw,38px);line-height:1.15;letter-spacing:-.03em}.home-ecosystem-dot{position:relative;display:inline-block;width:94px;height:2px;border-radius:999px;background:linear-gradient(90deg,rgba(255,106,46,0),#ff6a2e 38%,#ff6a2e 62%,rgba(255,106,46,0))}.home-ecosystem-dot:before{content:"";position:absolute;top:50%;width:9px;height:9px;margin-top:-4.5px;border-radius:50%;background:var(--orange)}.home-ecosystem-dot:first-child:before{right:-2px}.home-ecosystem-dot:last-child:before{left:-2px}.home-ecosystem-grid{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:12px}.home-ecosystem-card{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:234px;padding:18px 12px 16px;border:1px solid #e6edf5;border-radius:18px;background:#fff;text-align:center;box-shadow:0 8px 24px rgba(13,49,95,.055);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.home-ecosystem-card:hover{transform:translateY(-5px);border-color:#c8d7ea;box-shadow:0 16px 34px rgba(13,49,95,.12)}.home-ecosystem-card img{width:72px;height:72px;object-fit:contain;margin-bottom:12px}.home-ecosystem-card h3{margin:0 0 8px;color:#0d315f;font-size:13px;line-height:1.35}.home-ecosystem-card p{margin:0;color:#6b7a8d;font-size:10px;line-height:1.6}@media (max-width:1480px){.home-ecosystem-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:1200px){.home-ecosystem{padding:16px 0 24px}.home-ecosystem-heading{margin-bottom:18px}.home-ecosystem-dot{width:56px}.home-ecosystem-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.home-ecosystem-card{min-height:220px;padding:16px 11px}.home-ecosystem-card img{width:64px;height:64px}.home-ecosystem-card h3{font-size:14px}.home-ecosystem-card p{font-size:11px}}@media (max-width:620px){.home-ecosystem{padding:14px 0 20px}.home-ecosystem-heading{gap:7px;margin-bottom:14px}.home-ecosystem-heading h2{font-size:20px}.home-ecosystem-dot{width:22px}.home-ecosystem-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.home-ecosystem-card{min-height:184px;padding:11px 5px 10px;border-radius:12px}.home-ecosystem-card img{width:44px;height:44px;margin-bottom:7px}.home-ecosystem-card h3{margin-bottom:6px;font-size:10.5px;line-height:1.32}.home-ecosystem-card p{font-size:8px;line-height:1.45}}.is-home .tcn-topbar{display:none}.tcn-header.tcn-dark-brand{position:sticky;top:0;z-index:90}.tcn-header.tcn-dark-brand .tcn-logo img{width:100%;height:auto;object-fit:contain}.tcn-header.tcn-dark-brand .main-nav{color:#fff;font-weight:bold;text-transform:none}.tcn-header.tcn-dark-brand .main-nav .nav-item{color:#fff}.tcn-header.tcn-dark-brand .main-nav .nav-item:hover,.tcn-header.tcn-dark-brand .main-nav .nav-item.active,.tcn-header.tcn-dark-brand .main-nav .nav-mega-item:hover>.nav-item,.tcn-header.tcn-dark-brand .main-nav .nav-mega-item:focus-within>.nav-item,.tcn-header.tcn-dark-brand .main-nav .nav-mega-item.is-open>.nav-item,.tcn-header.tcn-dark-brand .main-nav .nav-mega-item.active>.nav-item{color:#ff7417}.tcn-header.tcn-dark-brand .main-nav .nav-item:after{height:3px;background:#ff7417}.tcn-header.tcn-dark-brand .nav-mega-chevron{stroke:currentColor}.tcn-header.tcn-dark-brand .nav-hotline{color:#ff7417;font-weight:bold}.tcn-header.tcn-dark-brand .nav-cart-icon{color:#fff}.tcn-header.tcn-dark-brand .nav-cart-icon:hover{color:#ff7417}.tcn-header.tcn-dark-brand .nav-cart-icon b{background:#ff7417}.tcn-header.tcn-dark-brand .nav-toggle{border:1px solid rgba(255,116,23,.75);background:#071f48;color:#fff}.is-home .tcn-dark-home-hero>.tcn-wrap{width:min(100%,1774px);max-width:1774px}.is-home .tcn-dark-home-hero .hero-slider{overflow:hidden;background:#020a1c}.is-home .tcn-dark-home-hero .slides-track{min-height:0;background:#020a1c}.is-home .tcn-dark-home-hero .hero-desktop{display:block!important;width:100%}.is-home .tcn-dark-home-hero .slider-arrow{--slider-edge-shift:0;width:44px;height:44px;border-color:rgba(255,255,255,.28);background:rgba(2,16,42,.72);color:#fff;box-shadow:0 10px 28px rgba(0,0,0,.28);backdrop-filter:blur(9px)}.is-home .tcn-dark-home-hero .slider-arrow:hover{border-color:#ff7417;background:rgba(8,46,91,.92);color:#ff7417}.is-home .tcn-dark-home-hero .slider-dots button{width:10px;height:10px;background:rgba(255,255,255,.42);box-shadow:0 0 0 1px rgba(0,0,0,.2)}.is-home .tcn-dark-home-hero .slider-dots button.active{width:30px;background:#ff7417}@media (max-width:900px){.tcn-header.tcn-dark-brand .main-nav{left:14px;right:14px;gap:0;border:1px solid rgba(255,255,255,.14);box-shadow:0 22px 48px rgba(0,0,0,.35);color:#fff}.tcn-header.tcn-dark-brand .main-nav .nav-item{color:#fff}.tcn-header.tcn-dark-brand .main-nav .nav-item:after{bottom:3px}.tcn-header.tcn-dark-brand .nav-hotline{border-color:rgba(255,116,23,.6);background:rgba(255,116,23,.09);color:#ff8a36}.tcn-header.tcn-dark-brand .nav-cart-icon,.tcn-header.tcn-dark-brand .nav-cart-icon.icon-only{border-color:rgba(255,255,255,.22);color:#fff}.is-home .tcn-dark-home-hero .slider-arrow{display:none}.is-home .tcn-dark-home-hero .slider-dots{bottom:10px;gap:6px}.is-home .tcn-dark-home-hero .slider-dots button{width:7px;height:7px}.is-home .tcn-dark-home-hero .slider-dots button.active{width:22px}}.tcn-header.tcn-dark-brand{background:linear-gradient(90deg,rgba(1,7,21,.985),rgba(3,20,49,.97) 48%,rgba(1,7,21,.985));border-bottom:1px solid rgba(70,137,236,.16);box-shadow:0 10px 34px rgba(0,7,24,.24);-webkit-backdrop-filter:blur(16px) saturate(125%);backdrop-filter:blur(16px) saturate(125%)}.is-home .tcn-header.tcn-dark-brand{background:linear-gradient(90deg,rgba(1,7,21,.965),rgba(3,20,49,.945) 48%,rgba(1,7,21,.965))}.tcn-header.tcn-dark-brand .tcn-wrap{width:min(calc(100% - 48px),var(--wrap));max-width:var(--wrap)}.tcn-header.tcn-dark-brand .header-row{height:88px;gap:22px}.tcn-header.tcn-dark-brand .tcn-logo{width:270px;flex:0 0 270px}.tcn-header.tcn-dark-brand .tcn-logo img{max-height:60px}.tcn-header.tcn-dark-brand .main-nav{gap:22px;font-size:14px}.tcn-header.tcn-dark-brand .main-nav .nav-item,.tcn-header.tcn-dark-brand .nav-mega-item,.tcn-header.tcn-dark-brand .nav-mega-item>.nav-item{height:88px}.tcn-header.tcn-dark-brand .main-nav .nav-item:after{bottom:7px}.tcn-header.tcn-dark-brand .nav-hotline{gap:8px;font-size:16px}.tcn-header.tcn-dark-brand .nav-hotline svg{width:22px;height:22px}.tcn-header.tcn-dark-brand .nav-cart-icon{min-width:46px;height:46px;margin-left:0}.tcn-header.tcn-dark-brand .nav-cart-icon svg{width:35px;height:35px}.tcn-header.tcn-dark-brand .nav-cart-icon b{border-color:#020b20}@media (min-width:1381px){.tcn-header.tcn-dark-brand .service-mega-menu{right:185px}.tcn-header.tcn-dark-brand .service-mega-menu:before{left:244px}}@media (max-width:1380px) and (min-width:901px){.tcn-header.tcn-dark-brand .tcn-wrap{width:min(calc(100% - 44px),var(--wrap))}.tcn-header.tcn-dark-brand .header-row{height:82px;gap:15px}.tcn-header.tcn-dark-brand .tcn-logo{width:225px;flex-basis:225px}.tcn-header.tcn-dark-brand .tcn-logo img{max-height:52px}.tcn-header.tcn-dark-brand .main-nav{gap:13px;font-size:11.5px}.tcn-header.tcn-dark-brand .main-nav .nav-item,.tcn-header.tcn-dark-brand .nav-mega-item,.tcn-header.tcn-dark-brand .nav-mega-item>.nav-item{height:82px}.tcn-header.tcn-dark-brand .main-nav .nav-item:after{bottom:6px}.tcn-header.tcn-dark-brand .nav-hotline{gap:5px;font-size:13px}.tcn-header.tcn-dark-brand .nav-hotline svg{width:19px;height:19px}.tcn-header.tcn-dark-brand .nav-cart-icon{min-width:40px;height:40px}.tcn-header.tcn-dark-brand .nav-cart-icon svg{width:30px;height:30px}.tcn-header.tcn-dark-brand .service-mega-menu{right:145px;width:min(780px,calc(100vw - 32px))!important}}@media (max-width:900px){.tcn-header.tcn-dark-brand{background:rgba(1,9,27,.985);box-shadow:0 8px 25px rgba(0,7,24,.28)}.tcn-header.tcn-dark-brand .tcn-wrap{width:min(calc(100% - 28px),var(--wrap))}.tcn-header.tcn-dark-brand .header-row{height:72px}.tcn-header.tcn-dark-brand .tcn-logo{width:min(220px,72vw);flex-basis:auto}.tcn-header.tcn-dark-brand .tcn-logo img{max-height:48px}.tcn-header.tcn-dark-brand .main-nav{top:73px;background:rgba(1,10,30,.99)}.tcn-header.tcn-dark-brand .main-nav .nav-item,.tcn-header.tcn-dark-brand .nav-mega-item,.tcn-header.tcn-dark-brand .nav-mega-item>.nav-item{height:auto}}@media (max-width:620px){.tcn-header.tcn-dark-brand .tcn-wrap{width:min(calc(100% - 20px),var(--wrap))}.tcn-header.tcn-dark-brand .tcn-logo{width:min(200px,70vw)}}.tcn-header.tcn-dark-brand,.is-home .tcn-header.tcn-dark-brand{isolation:isolate}.tcn-header.tcn-dark-brand:before{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,.018),rgba(0,0,0,.035))}.is-home .tcn-dark-home-hero,.is-home .tcn-dark-home-hero .hero-slider,.is-home .tcn-dark-home-hero .slides-track{border-top:0;background-color:#020a1c}@media (max-width:900px){.tcn-header.tcn-dark-brand,.is-home .tcn-header.tcn-dark-brand{-webkit-backdrop-filter:none!important;backdrop-filter:none!important}}.tcn-header.tcn-dark-brand,.is-home .tcn-header.tcn-dark-brand{background-color:#02091b;background-image:linear-gradient(90deg,#020817 0%,#04132a 50%,#020817 100%);border:0!important;border-bottom:0!important;box-shadow:0 5px 18px rgba(0,4,16,.14)!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.tcn-header.tcn-dark-brand:before{display:none!important}.is-home .tcn-header.tcn-dark-brand{box-shadow:none!important}.is-home .tcn-header.tcn-dark-brand:after{content:"";position:absolute;z-index:-1;left:0;right:0;bottom:-22px;height:22px;pointer-events:none;background:linear-gradient(180deg,#02091b 0%,rgba(2,9,27,.7) 42%,rgba(2,9,27,0) 100%)}.is-home .hero-slider-shell.tcn-dark-home-hero,.is-home .tcn-dark-home-hero .hero-slider,.is-home .tcn-dark-home-hero .slides-track{background:#02091b}@media (max-width:900px){.tcn-header.tcn-dark-brand,.is-home .tcn-header.tcn-dark-brand{background-color:#02091b;background-image:linear-gradient(90deg,#020817,#04132a 50%,#020817);border:0!important;box-shadow:none!important}.is-home .tcn-header.tcn-dark-brand:after{bottom:-14px;height:14px}}.tcn-header.tcn-dark-brand{transition:background-color .26s ease,background-image .26s ease,box-shadow .26s ease}.tcn-header.tcn-dark-brand .header-row,.tcn-header.tcn-dark-brand .tcn-logo,.tcn-header.tcn-dark-brand .tcn-logo img,.tcn-header.tcn-dark-brand .main-nav,.tcn-header.tcn-dark-brand .main-nav .nav-item,.tcn-header.tcn-dark-brand .nav-mega-item,.tcn-header.tcn-dark-brand .nav-mega-item>.nav-item,.tcn-header.tcn-dark-brand .nav-hotline,.tcn-header.tcn-dark-brand .nav-hotline svg,.tcn-header.tcn-dark-brand .nav-cart-icon,.tcn-header.tcn-dark-brand .nav-cart-icon svg{transition:height .24s ease,width .24s ease,max-height .24s ease,flex-basis .24s ease,gap .24s ease,font-size .24s ease,background-color .24s ease,box-shadow .24s ease}.is-home .tcn-header.tcn-dark-brand:after{transition:opacity .22s ease}@media (min-width:901px){.tcn-header.tcn-dark-brand.is-compact,.is-home .tcn-header.tcn-dark-brand.is-compact{background-color:#02091b;background-image:linear-gradient(90deg,#020817 0%,#031127 50%,#020817 100%);box-shadow:0 8px 24px rgba(0,4,16,.22)!important}.tcn-header.tcn-dark-brand.is-compact .header-row{height:64px;gap:17px}.tcn-header.tcn-dark-brand.is-compact .tcn-logo{width:210px;flex-basis:210px}.tcn-header.tcn-dark-brand.is-compact .tcn-logo img{max-height:43px}.tcn-header.tcn-dark-brand.is-compact .main-nav{gap:18px;font-size:12.5px}.tcn-header.tcn-dark-brand.is-compact .main-nav .nav-item,.tcn-header.tcn-dark-brand.is-compact .nav-mega-item,.tcn-header.tcn-dark-brand.is-compact .nav-mega-item>.nav-item{height:64px}.tcn-header.tcn-dark-brand.is-compact .main-nav .nav-item:after{bottom:3px;height:2px}.tcn-header.tcn-dark-brand.is-compact .nav-hotline{gap:6px;font-size:14px}.tcn-header.tcn-dark-brand.is-compact .nav-hotline svg{width:19px;height:19px}.tcn-header.tcn-dark-brand.is-compact .nav-cart-icon{min-width:38px;height:38px}.tcn-header.tcn-dark-brand.is-compact .nav-cart-icon svg{width:29px;height:29px}.is-home .tcn-header.tcn-dark-brand.is-compact:after{opacity:0}}@media (max-width:1380px) and (min-width:901px){.tcn-header.tcn-dark-brand.is-compact .header-row{height:62px;gap:13px}.tcn-header.tcn-dark-brand.is-compact .tcn-logo{width:190px;flex-basis:190px}.tcn-header.tcn-dark-brand.is-compact .tcn-logo img{max-height:40px}.tcn-header.tcn-dark-brand.is-compact .main-nav{gap:12px;font-size:11px}.tcn-header.tcn-dark-brand.is-compact .main-nav .nav-item,.tcn-header.tcn-dark-brand.is-compact .nav-mega-item,.tcn-header.tcn-dark-brand.is-compact .nav-mega-item>.nav-item{height:62px}.tcn-header.tcn-dark-brand.is-compact .nav-hotline{font-size:12px}.tcn-header.tcn-dark-brand.is-compact .nav-cart-icon{min-width:36px;height:36px}.tcn-header.tcn-dark-brand.is-compact .nav-cart-icon svg{width:27px;height:27px}}@media (max-width:900px){.tcn-header.tcn-dark-brand.is-compact .header-row{height:64px}.tcn-header.tcn-dark-brand.is-compact .tcn-logo{width:min(190px,68vw)}.tcn-header.tcn-dark-brand.is-compact .tcn-logo img{max-height:42px}.tcn-header.tcn-dark-brand.is-compact .main-nav{top:65px}}@media (min-width:901px){.tcn-header.tcn-dark-brand .main-nav{flex:1 1 auto;min-width:0;height:100%;margin-left:clamp(24px,4.4vw,72px)!important;justify-content:flex-start}.tcn-header.tcn-dark-brand .nav-hotline{margin-left:auto}}@media (max-width:1380px) and (min-width:901px){.tcn-header.tcn-dark-brand .main-nav{margin-left:clamp(16px,2.5vw,38px)!important}}@media (max-width:900px){.tcn-header.tcn-dark-brand .main-nav{margin-left:0!important;height:auto}.tcn-header.tcn-dark-brand .nav-hotline{margin-left:0}}.tcn-header.tcn-dark-brand,.is-home .tcn-header.tcn-dark-brand,.tcn-header.tcn-dark-brand.is-compact,.is-home .tcn-header.tcn-dark-brand.is-compact{border:0!important;border-bottom:0!important;box-shadow:0 5px 16px rgba(0,4,16,.13)!important}.tcn-header.tcn-dark-brand:before,.is-home .tcn-header.tcn-dark-brand:after{display:none!important}@media (min-width:1381px){.tcn-header.tcn-dark-brand .header-row,.tcn-header.tcn-dark-brand.is-compact .header-row{height:60px!important;gap:18px!important}.tcn-header.tcn-dark-brand .tcn-logo,.tcn-header.tcn-dark-brand.is-compact .tcn-logo{width:218px!important;flex:0 0 218px!important}.tcn-header.tcn-dark-brand .tcn-logo img,.tcn-header.tcn-dark-brand.is-compact .tcn-logo img{max-height:42px!important}.tcn-header.tcn-dark-brand .main-nav,.tcn-header.tcn-dark-brand.is-compact .main-nav{font-size:12.5px!important}.tcn-header.tcn-dark-brand .main-nav>.nav-item,.tcn-header.tcn-dark-brand .main-nav>.nav-mega-item,.tcn-header.tcn-dark-brand .main-nav>.nav-mega-item>.nav-item,.tcn-header.tcn-dark-brand.is-compact .main-nav>.nav-item,.tcn-header.tcn-dark-brand.is-compact .main-nav>.nav-mega-item,.tcn-header.tcn-dark-brand.is-compact .main-nav>.nav-mega-item>.nav-item{height:60px!important}.tcn-header.tcn-dark-brand .nav-hotline,.tcn-header.tcn-dark-brand.is-compact .nav-hotline{gap:6px!important;font-size:14px!important}.tcn-header.tcn-dark-brand .nav-hotline svg,.tcn-header.tcn-dark-brand.is-compact .nav-hotline svg{width:19px!important;height:19px!important}.tcn-header.tcn-dark-brand .nav-cart-icon,.tcn-header.tcn-dark-brand.is-compact .nav-cart-icon{min-width:38px!important;height:38px!important}.tcn-header.tcn-dark-brand .nav-cart-icon svg,.tcn-header.tcn-dark-brand.is-compact .nav-cart-icon svg{width:28px!important;height:28px!important}}@media (max-width:1380px) and (min-width:901px){.tcn-header.tcn-dark-brand .header-row,.tcn-header.tcn-dark-brand.is-compact .header-row{height:58px!important;gap:12px!important}.tcn-header.tcn-dark-brand .tcn-logo,.tcn-header.tcn-dark-brand.is-compact .tcn-logo{width:188px!important;flex:0 0 188px!important}.tcn-header.tcn-dark-brand .tcn-logo img,.tcn-header.tcn-dark-brand.is-compact .tcn-logo img{max-height:39px!important}.tcn-header.tcn-dark-brand .main-nav>.nav-item,.tcn-header.tcn-dark-brand .main-nav>.nav-mega-item,.tcn-header.tcn-dark-brand .main-nav>.nav-mega-item>.nav-item,.tcn-header.tcn-dark-brand.is-compact .main-nav>.nav-item,.tcn-header.tcn-dark-brand.is-compact .main-nav>.nav-mega-item,.tcn-header.tcn-dark-brand.is-compact .main-nav>.nav-mega-item>.nav-item{height:58px!important}.tcn-header.tcn-dark-brand .nav-hotline,.tcn-header.tcn-dark-brand.is-compact .nav-hotline{gap:5px!important}.tcn-header.tcn-dark-brand .nav-cart-icon,.tcn-header.tcn-dark-brand.is-compact .nav-cart-icon{min-width:34px!important;height:34px!important}.tcn-header.tcn-dark-brand .nav-cart-icon svg,.tcn-header.tcn-dark-brand.is-compact .nav-cart-icon svg{width:25px!important;height:25px!important}}@media (max-width:900px){.tcn-header.tcn-dark-brand .header-row,.tcn-header.tcn-dark-brand.is-compact .header-row{height:64px!important}.tcn-header.tcn-dark-brand .tcn-logo,.tcn-header.tcn-dark-brand.is-compact .tcn-logo{width:min(196px,68vw)!important;flex-basis:auto!important}.tcn-header.tcn-dark-brand .tcn-logo img,.tcn-header.tcn-dark-brand.is-compact .tcn-logo img{max-height:43px!important}.tcn-header.tcn-dark-brand .main-nav,.tcn-header.tcn-dark-brand.is-compact .main-nav{top:65px!important;background:rgba(2,9,27,.97)!important}}@media (min-width:901px){.tcn-header.tcn-dark-brand .header-row{align-items:center!important}.tcn-header.tcn-dark-brand .main-nav{align-self:stretch!important;align-items:center!important;line-height:1!important}.tcn-header.tcn-dark-brand .main-nav>.nav-item,.tcn-header.tcn-dark-brand .main-nav>.nav-mega-item,.tcn-header.tcn-dark-brand .main-nav>.nav-mega-item>.nav-item{height:100%!important;min-height:0!important}.tcn-header.tcn-dark-brand .main-nav>.nav-item,.tcn-header.tcn-dark-brand .main-nav>.nav-mega-item>.nav-item{display:flex!important;align-items:center!important;justify-content:center!important;font-weight:bold!important}.tcn-header.tcn-dark-brand .main-nav .nav-item:after,.tcn-header.tcn-dark-brand.is-compact .main-nav .nav-item:after{bottom:4px!important;height:2px!important;border-radius:99px!important}.tcn-header.tcn-dark-brand .nav-mega-item{position:relative!important}.tcn-header.tcn-dark-brand .service-mega-menu{top:100%!important;left:-52px!important;right:auto!important;width:min(840px,calc(100vw - 48px))!important}.tcn-header.tcn-dark-brand .service-mega-menu:before{left:66px!important}.tcn-header.tcn-dark-brand .main-nav,.tcn-header.tcn-dark-brand.is-compact .main-nav{font-size:15px!important;font-weight:bold!important;letter-spacing:0!important}.tcn-header.tcn-dark-brand .nav-cart-icon,.tcn-header.tcn-dark-brand.is-compact .nav-cart-icon{align-self:center!important}}@media (max-width:1380px) and (min-width:901px){.tcn-header.tcn-dark-brand .main-nav,.tcn-header.tcn-dark-brand.is-compact .main-nav{font-size:13.5px!important}.tcn-header.tcn-dark-brand .service-mega-menu{left:-44px!important;width:min(780px,calc(100vw - 32px))!important}.tcn-header.tcn-dark-brand .service-mega-menu:before{left:58px!important}}.tcn-header.tcn-dark-brand,.is-home .tcn-header.tcn-dark-brand,.tcn-header.tcn-dark-brand.is-compact,.is-home .tcn-header.tcn-dark-brand.is-compact{background-color:rgba(2,9,27,.70)!important;background-image:linear-gradient(90deg,rgba(2,8,23,.70) 0%,rgba(4,19,42,.70) 50%,rgba(2,8,23,.70) 100%)!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.tcn-header.tcn-dark-brand,.tcn-header.tcn-dark-brand .main-nav,.tcn-header.tcn-dark-brand .nav-hotline{font-family:"Segoe UI",Arial,sans-serif!important}@media (min-width:901px){.tcn-header.tcn-dark-brand .main-nav .nav-item:after,.tcn-header.tcn-dark-brand.is-compact .main-nav .nav-item:after{display:none!important;content:none!important}.tcn-header.tcn-dark-brand .main-nav>.nav-item,.tcn-header.tcn-dark-brand .main-nav>.nav-mega-item>.nav-item{transition:color .18s ease,box-shadow .18s ease!important}.tcn-header.tcn-dark-brand .main-nav>.nav-item:hover,.tcn-header.tcn-dark-brand .main-nav>.nav-item.active,.tcn-header.tcn-dark-brand .main-nav>.nav-mega-item:hover>.nav-item,.tcn-header.tcn-dark-brand .main-nav>.nav-mega-item.active>.nav-item,.tcn-header.tcn-dark-brand .main-nav>.nav-mega-item>.nav-item.active{box-shadow:inset 0 -2px 0 var(--orange)!important}.tcn-header.tcn-dark-brand .main-nav>.nav-item,.tcn-header.tcn-dark-brand .main-nav>.nav-mega-item>.nav-item{line-height:1!important}.tcn-header.tcn-dark-brand .nav-hotline{padding-bottom:2px!important;line-height:1!important}.tcn-header.tcn-dark-brand .nav-mega-chevron{margin-top:0!important}}@media (max-width:900px){.tcn-header.tcn-dark-brand,.is-home .tcn-header.tcn-dark-brand,.tcn-header.tcn-dark-brand.is-compact,.is-home .tcn-header.tcn-dark-brand.is-compact{background-color:rgba(2,9,27,.70)!important;background-image:linear-gradient(90deg,rgba(2,8,23,.70),rgba(4,19,42,.70) 50%,rgba(2,8,23,.70))!important}}@media (min-width:901px){.tcn-header.tcn-dark-brand .main-nav .nav-item::before,.tcn-header.tcn-dark-brand .main-nav .nav-item::after,.tcn-header.tcn-dark-brand.is-compact .main-nav .nav-item::before,.tcn-header.tcn-dark-brand.is-compact .main-nav .nav-item::after{content:none!important;display:none!important}.tcn-header.tcn-dark-brand .header-row,.tcn-header.tcn-dark-brand.is-compact .header-row{align-items:center!important}.tcn-header.tcn-dark-brand .main-nav,.tcn-header.tcn-dark-brand.is-compact .main-nav{align-self:stretch!important;align-items:stretch!important;height:60px!important;line-height:normal!important}.tcn-header.tcn-dark-brand .main-nav>.nav-mega-item,.tcn-header.tcn-dark-brand.is-compact .main-nav>.nav-mega-item{position:relative!important;display:flex!important;align-items:stretch!important;height:60px!important}.tcn-header.tcn-dark-brand .main-nav>.nav-item,.tcn-header.tcn-dark-brand .main-nav>.nav-mega-item>.nav-item,.tcn-header.tcn-dark-brand.is-compact .main-nav>.nav-item,.tcn-header.tcn-dark-brand.is-compact .main-nav>.nav-mega-item>.nav-item{position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;height:60px!important;min-height:60px!important;padding:0!important;margin:0!important;border:0!important;border-bottom:0!important;overflow:hidden!important;line-height:1.2!important;box-shadow:none!important;transform:none!important}.tcn-header.tcn-dark-brand .nav-mega-chevron{flex:0 0 auto!important;margin:0!important;transform:none!important}}@media (max-width:1380px) and (min-width:901px){.tcn-header.tcn-dark-brand .main-nav,.tcn-header.tcn-dark-brand.is-compact .main-nav,.tcn-header.tcn-dark-brand .main-nav>.nav-mega-item,.tcn-header.tcn-dark-brand.is-compact .main-nav>.nav-mega-item,.tcn-header.tcn-dark-brand .main-nav>.nav-item,.tcn-header.tcn-dark-brand .main-nav>.nav-mega-item>.nav-item,.tcn-header.tcn-dark-brand.is-compact .main-nav>.nav-item,.tcn-header.tcn-dark-brand.is-compact .main-nav>.nav-mega-item>.nav-item{height:58px!important;min-height:58px!important}}@media (min-width:901px){.is-home .hero-slider-shell,.is-home .hero-slider-shell.tcn-dark-home-hero,.is-home .tcn-dark-home-hero,.is-home .tcn-dark-home-hero .hero-slider,.is-home .tcn-dark-home-hero .slides-track{margin-top:0!important;padding-top:0!important}.is-home .tcn-header.tcn-dark-brand:before,.is-home .tcn-header.tcn-dark-brand:after,.is-home .tcn-header.tcn-dark-brand.is-compact:before,.is-home .tcn-header.tcn-dark-brand.is-compact:after{content:none!important;display:none!important;background:none!important;box-shadow:none!important;border:0!important}}@media (max-width:900px){.is-home .tcn-header.tcn-dark-brand:before,.is-home .tcn-header.tcn-dark-brand:after,.is-home .tcn-header.tcn-dark-brand.is-compact:before,.is-home .tcn-header.tcn-dark-brand.is-compact:after{content:none!important;display:none!important;background:none!important}}.is-home .hero-slider-shell.tcn-dark-home-hero{width:100%!important;max-width:none!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#02091b!important}.is-home .hero-slider-shell.tcn-dark-home-hero>.tcn-wrap,.is-home .tcn-dark-home-hero>.tcn-wrap{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}.is-home .tcn-dark-home-hero .hero-slider,.is-home .tcn-dark-home-hero .slides-track,.is-home .tcn-dark-home-hero .hero-slide,.is-home .tcn-dark-home-hero .hero-desktop{width:100%!important;max-width:none!important;margin:0!important;padding:0!important;background:#02091b!important}.is-home .tcn-dark-home-hero .slides-track{overflow:hidden!important;line-height:0!important;font-size:0!important}.is-home .tcn-dark-home-hero .hero-desktop img{display:block!important;width:100%!important;max-width:none!important;height:auto!important;aspect-ratio:9 / 4!important;object-fit:cover!important;object-position:center center!important;margin:0!important;padding:0!important}.is-home .tcn-dark-home-hero .slider-arrow.prev{left:24px!important}.is-home .tcn-dark-home-hero .slider-arrow.next{right:24px!important}.is-home .tcn-dark-home-hero .slider-dots{bottom:14px!important}@media (min-width:1381px){.is-home .tcn-dark-home-hero .hero-desktop img{width:100vw!important;max-width:100vw!important}}@media (max-width:1380px){.is-home .tcn-dark-home-hero .hero-desktop img{aspect-ratio:9 / 4!important;object-fit:contain!important;background:#02091b!important}}@media (max-width:620px){.is-home .tcn-dark-home-hero .hero-desktop img{aspect-ratio:9 / 4!important;object-fit:contain!important}.is-home .tcn-dark-home-hero .slider-arrow{display:none!important}.is-home .tcn-dark-home-hero .slider-dots{bottom:6px!important}}.tcn-header.tcn-dark-brand,.tcn-header.tcn-dark-brand.is-compact,.is-home .tcn-header.tcn-dark-brand,.is-home .tcn-header.tcn-dark-brand.is-compact{--tcn-header-alpha:.70;background-color:rgb(2 9 27 / var(--tcn-header-alpha))!important;background-image:linear-gradient(90deg,rgb(2 8 23 / var(--tcn-header-alpha)) 0%,rgb(4 19 42 / var(--tcn-header-alpha)) 50%,rgb(2 8 23 / var(--tcn-header-alpha)) 100%)!important;border:0!important;border-bottom:0!important;box-shadow:0 5px 18px rgb(0 4 16 / calc(var(--tcn-header-alpha) * .18))!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;will-change:background-color,background-image}.tcn-header.tcn-dark-brand.tcn-home-header-dynamic{--tcn-header-alpha:.20}.tcn-header.tcn-dark-brand:before,.tcn-header.tcn-dark-brand:after,.tcn-header.tcn-dark-brand.is-compact:before,.tcn-header.tcn-dark-brand.is-compact:after{content:none!important;display:none!important;background:none!important;border:0!important;box-shadow:none!important}@media (prefers-reduced-motion:no-preference){.tcn-header.tcn-dark-brand{transition:box-shadow .14s linear!important}}@media (min-width:901px){.tcn-home-root .tcn-header.tcn-dark-brand.tcn-home-header-dynamic{--tcn-header-alpha:0}.tcn-home-root .tcn-header.tcn-dark-brand.tcn-header-at-top .nav-hotline span{-webkit-text-stroke:.3px rgba(0,5,18,.92);text-shadow:0 1px 2px rgba(0,5,18,.95),1px 0 1px rgba(0,5,18,.8),-1px 0 1px rgba(0,5,18,.8),0 -1px 1px rgba(0,5,18,.75)}.tcn-home-root .tcn-header.tcn-dark-brand.tcn-header-at-top .nav-mega-chevron{filter:drop-shadow(0 1px 1px rgba(0,5,18,.95))}.tcn-header.tcn-dark-brand .nav-hotline,.tcn-header.tcn-dark-brand.is-compact .nav-hotline{display:flex!important;align-items:center!important;justify-content:center!important;align-self:stretch!important;height:60px!important;padding:0!important;margin-top:0!important;margin-bottom:0!important;transform:none!important;line-height:1!important;font-size:18px!important;font-weight:bold!important}.tcn-header.tcn-dark-brand .nav-hotline svg,.tcn-header.tcn-dark-brand.is-compact .nav-hotline svg{width:22px!important;height:22px!important;flex:0 0 22px!important}}@media (max-width:1380px) and (min-width:901px){.tcn-header.tcn-dark-brand .nav-hotline,.tcn-header.tcn-dark-brand.is-compact .nav-hotline{height:58px!important;font-size:16px!important}.tcn-header.tcn-dark-brand .nav-hotline svg,.tcn-header.tcn-dark-brand.is-compact .nav-hotline svg{width:21px!important;height:21px!important;flex-basis:21px!important}}@media (max-width:900px){html.tcn-home-root,html.tcn-home-root body,body.is-home{background:#02091b!important}.is-home .tcn-header.tcn-dark-brand,.is-home .tcn-header.tcn-dark-brand.is-compact{--tcn-header-alpha:.70!important;background-color:rgba(2,9,27,.70)!important;background-image:linear-gradient(90deg,rgba(2,8,23,.70),rgba(4,19,42,.70) 50%,rgba(2,8,23,.70))!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.is-home .hero-slider-shell.tcn-dark-home-hero,.is-home .tcn-dark-home-hero,.is-home .tcn-dark-home-hero .hero-slider,.is-home .tcn-dark-home-hero .slides-track{background:#02091b!important}}.tcn-header.tcn-dark-brand .nav-hotline,.tcn-header.tcn-dark-brand .nav-hotline span{-webkit-text-stroke:0!important;text-shadow:none!important;filter:none!important}.tcn-header.tcn-dark-brand .main-nav .nav-item:before,.tcn-header.tcn-dark-brand .main-nav .nav-item:after{content:none!important;display:none!important;border:0!important;box-shadow:none!important}.tcn-header.tcn-dark-brand .main-nav>.nav-item,.tcn-header.tcn-dark-brand .main-nav>.nav-mega-item>.nav-item{border:0!important;border-bottom:0!important;box-shadow:none!important;background-image:none!important}.tcn-header.tcn-dark-brand .main-nav>.nav-item.active,.tcn-header.tcn-dark-brand .main-nav>.nav-mega-item.active>.nav-item,.tcn-header.tcn-dark-brand .main-nav>.nav-mega-item>.nav-item.active{color:var(--orange)!important;box-shadow:none!important;border:0!important}.tcn-header.tcn-dark-brand .main-nav>.nav-item:hover,.tcn-header.tcn-dark-brand .main-nav>.nav-mega-item:hover>.nav-item{color:var(--orange)!important}.tcn-header.tcn-dark-brand .main-nav .nav-item:after,.tcn-header.tcn-dark-brand .main-nav .nav-item:hover:after,.tcn-header.tcn-dark-brand .main-nav .nav-item.active:after,.tcn-header.tcn-dark-brand .main-nav .nav-mega-item:hover>.nav-item:after,.tcn-header.tcn-dark-brand .main-nav .nav-mega-item.active>.nav-item:after{content:none!important;display:none!important;background:none!important;opacity:0!important;box-shadow:none!important}.tcn-header.tcn-dark-brand .main-nav .nav-item,.tcn-header.tcn-dark-brand .main-nav .nav-mega-item>.nav-item{text-decoration:none!important}.tcn-header.tcn-dark-brand .main-nav .nav-item:hover,.tcn-header.tcn-dark-brand .main-nav .nav-mega-item:hover>.nav-item{text-decoration:none!important}@media (min-width:1381px){.tcn-header.tcn-dark-brand .main-nav,.tcn-header.tcn-dark-brand.is-compact .main-nav{gap:32px!important}}@media (max-width:1380px) and (min-width:901px){.tcn-header.tcn-dark-brand .main-nav,.tcn-header.tcn-dark-brand.is-compact .main-nav{gap:24px!important}}@media (min-width:901px){.tcn-header.tcn-dark-brand .main-nav>.nav-item,.tcn-header.tcn-dark-brand .main-nav>.nav-mega-item>.nav-item{box-shadow:none!important}.tcn-header.tcn-dark-brand .main-nav>.nav-item:after,.tcn-header.tcn-dark-brand .main-nav>.nav-mega-item>.nav-item:after{content:""!important;display:block!important;position:absolute!important;width:auto!important;background:var(--orange)!important;opacity:0!important;visibility:hidden!important;transition:opacity .18s ease,visibility .18s ease!important;pointer-events:none!important;box-shadow:none!important}}@media (min-width:901px){.tcn-header.tcn-dark-brand .main-nav>.nav-item,.tcn-header.tcn-dark-brand .main-nav>.nav-mega-item>.nav-item{padding:1px 10px 0!important;position:relative!important;overflow:visible!important}.tcn-header.tcn-dark-brand .main-nav>.nav-item:after,.tcn-header.tcn-dark-brand .main-nav>.nav-mega-item>.nav-item:after{left:0!important;right:0!important;bottom:-3px!important;height:3px!important;border-radius:999px!important;transform:none!important}.tcn-header.tcn-dark-brand .main-nav>.nav-item:hover:after,.tcn-header.tcn-dark-brand .main-nav>.nav-item:focus-visible:after,.tcn-header.tcn-dark-brand .main-nav>.nav-item.active:after,.tcn-header.tcn-dark-brand .main-nav>.nav-mega-item:hover>.nav-item:after,.tcn-header.tcn-dark-brand .main-nav>.nav-mega-item:focus-within>.nav-item:after,.tcn-header.tcn-dark-brand .main-nav>.nav-mega-item.active>.nav-item:after,.tcn-header.tcn-dark-brand .main-nav>.nav-mega-item>.nav-item.active:after{opacity:1!important;visibility:visible!important}}.mobile-nav-head,.mobile-nav-backdrop{display:none}@media (max-width:1100px){html.tcn-mobile-nav-open,body.tcn-mobile-nav-open{overflow:hidden!important;overscroll-behavior:none!important}body.tcn-mobile-nav-open{position:fixed!important;left:0!important;right:0!important;width:100%!important}.tcn-header.tcn-dark-brand .header-row{position:relative!important;height:64px!important;z-index:1003!important}.tcn-header.tcn-dark-brand .tcn-logo{width:min(220px,66vw)!important}.tcn-header.tcn-dark-brand .tcn-logo img{height:45px!important;max-width:100%!important}.tcn-header.tcn-dark-brand .nav-toggle{display:grid!important;place-items:center!important;margin-left:auto!important;padding:0!important;border:1px solid rgba(255,90,31,.72)!important;border-radius:12px!important;background:rgba(4,22,50,.82)!important;color:#fff!important;font-size:0!important;box-shadow:0 10px 24px rgba(0,7,25,.24)!important;cursor:pointer!important}.tcn-header.tcn-dark-brand .nav-toggle svg{width:25px!important;height:25px!important;fill:none!important;stroke:currentColor!important;stroke-width:2!important;stroke-linecap:round!important}.tcn-header.tcn-dark-brand .mobile-nav-backdrop{display:block!important;position:fixed!important;inset:0!important;z-index:1000!important;background:rgba(1,7,20,.58)!important;-webkit-backdrop-filter:blur(7px)!important;backdrop-filter:blur(7px)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transition:opacity .3s ease,visibility .3s ease!important}.tcn-header.tcn-dark-brand:has(.main-nav.is-mobile-open) .mobile-nav-backdrop{opacity:1!important;visibility:visible!important;pointer-events:auto!important}.tcn-header.tcn-dark-brand .main-nav{display:flex!important;position:fixed!important;z-index:1002!important;width:min(88vw,520px)!important;margin:0!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;gap:0!important;overflow-x:hidden!important;overflow-y:auto!important;overscroll-behavior:contain!important;border:0!important;background:radial-gradient(circle at 88% 8%,rgba(18,84,151,.33),transparent 30%),linear-gradient(145deg,#061a3d 0%,#031631 48%,#062a58 100%)!important;color:#fff!important;opacity:1!important;visibility:visible!important;pointer-events:none!important;transition:transform .38s cubic-bezier(.22,.74,.24,1)!important;contain:layout paint style!important}.tcn-header.tcn-dark-brand .main-nav.is-mobile-open,.tcn-header.tcn-dark-brand .main-nav.open{pointer-events:auto!important;transform:translate3d(0,0,0)!important}.tcn-header.tcn-dark-brand .mobile-nav-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;flex:0 0 auto!important;margin:0 0 20px!important;padding:0 0 16px!important;border-bottom:1px solid rgba(163,190,225,.18)!important}.tcn-header.tcn-dark-brand .mobile-nav-logo{display:flex!important;align-items:center!important;width:min(255px,67%)!important;height:62px!important;padding:0!important}.tcn-header.tcn-dark-brand .mobile-nav-logo img{display:block!important;width:auto!important;max-width:100%!important;height:58px!important;object-fit:contain!important}.tcn-header.tcn-dark-brand .mobile-nav-close{display:grid!important;place-items:center!important;flex:0 0 48px!important;width:48px!important;height:48px!important;padding:0!important;border:1px solid rgba(255,255,255,.46)!important;border-radius:14px!important;background:rgba(8,31,65,.66)!important;color:#fff!important;box-shadow:none!important;cursor:pointer!important}.tcn-header.tcn-dark-brand .mobile-nav-close svg{width:25px!important;height:25px!important;fill:none!important;stroke:currentColor!important;stroke-width:2!important;stroke-linecap:round!important}.tcn-header.tcn-dark-brand .main-nav>.nav-item,.tcn-header.tcn-dark-brand .main-nav>.nav-mega-item>.nav-item{display:flex!important;align-items:center!important;justify-content:flex-start!important;flex:0 0 auto!important;width:100%!important;height:64px!important;min-height:64px!important;margin:0!important;padding:0 8px!important;border:0!important;border-bottom:1px solid rgba(162,190,224,.18)!important;border-radius:0!important;background:transparent!important;color:#fff!important;font-size:17px!important;line-height:1.2!important;box-shadow:none!important;transform:none!important;overflow:visible!important}.tcn-header.tcn-dark-brand .main-nav>.nav-item.active,.tcn-header.tcn-dark-brand .main-nav>.nav-mega-item.active>.nav-item{color:var(--orange)!important}.tcn-header.tcn-dark-brand .main-nav .nav-mega-chevron{width:20px!important;height:20px!important;margin-left:auto!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;transition:transform .22s ease!important}.tcn-header.tcn-dark-brand .nav-mega-item.mobile-expanded>.nav-item .nav-mega-chevron{transform:rotate(180deg)!important}.tcn-header.tcn-dark-brand .nav-mega-item{display:flex!important;position:relative!important;width:100%!important;height:auto!important;flex-direction:column!important;flex:0 0 auto!important;margin:0!important;padding:0!important}.tcn-header.tcn-dark-brand .service-mega-menu{display:block!important;position:static!important;width:100%!important;max-height:0!important;margin:0!important;padding:0 10px!important;overflow:hidden!important;border:0!important;border-radius:16px!important;background:rgba(255,255,255,.035)!important;box-shadow:inset 0 0 0 1px rgba(173,199,231,.14)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:none!important;transition:max-height .42s ease,opacity .25s ease,margin .25s ease,padding .25s ease!important}.tcn-header.tcn-dark-brand .nav-mega-item.mobile-expanded>.service-mega-menu{max-height:760px!important;margin:10px 0 12px!important;padding:4px 14px!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}.tcn-header.tcn-dark-brand .service-mega-columns{display:block!important;min-height:0!important;padding:0!important}.tcn-header.tcn-dark-brand .service-mega-column{display:block!important;padding:0!important;border:0!important}.tcn-header.tcn-dark-brand .service-mega-link{min-height:54px!important;margin:0!important;padding:8px 0!important;border:0!important;border-bottom:1px solid rgba(166,195,230,.14)!important;border-radius:0!important;background:transparent!important;font-size:14px!important;line-height:1.35!important;box-shadow:none!important;transform:none!important}.tcn-header.tcn-dark-brand .service-mega-column:last-child .service-mega-link:last-child{border-bottom:0!important}.tcn-header.tcn-dark-brand .service-mega-link:hover,.tcn-header.tcn-dark-brand .service-mega-link.is-highlighted{background:transparent!important}.tcn-header.tcn-dark-brand .service-mega-label{display:block!important;min-width:0!important}.tcn-header.tcn-dark-brand .nav-hotline{display:grid!important;grid-template-columns:56px minmax(0,1fr)!important;grid-template-rows:auto auto!important;align-items:center!important;justify-content:stretch!important;column-gap:14px!important;row-gap:2px!important;width:100%!important;min-height:92px!important;height:auto!important;margin:22px 0 0!important;padding:14px 16px!important;border:1px solid rgba(255,126,66,.3)!important;border-radius:18px!important;background:linear-gradient(135deg,rgba(255,255,255,.055),rgba(12,58,111,.21))!important;color:#fff!important;font-size:0!important;box-shadow:0 16px 32px rgba(0,7,25,.18)!important;transform:none!important}.tcn-header.tcn-dark-brand .nav-hotline:before{content:"Hotline"!important;grid-column:2!important;grid-row:1!important;align-self:end!important;color:rgba(255,255,255,.84)!important;font-size:14px!important;font-weight:normal!important;line-height:1.2!important}.tcn-header.tcn-dark-brand .nav-hotline svg{grid-column:1!important;grid-row:1/3!important;width:56px!important;height:56px!important;padding:14px!important;border:1px solid var(--orange)!important;border-radius:50%!important;background:rgba(255,90,31,.08)!important;color:var(--orange)!important;stroke:currentColor!important;filter:drop-shadow(0 0 10px rgba(255,90,31,.26))!important}.tcn-header.tcn-dark-brand .nav-hotline span{grid-column:2!important;grid-row:2!important;align-self:start!important;color:#fff!important;font-size:22px!important;font-weight:bold!important;line-height:1.15!important;letter-spacing:.015em!important}.tcn-header.tcn-dark-brand .main-nav>.nav-item:after,.tcn-header.tcn-dark-brand .main-nav>.nav-mega-item>.nav-item:after{display:none!important;content:none!important}}@media (min-width:701px) and (max-width:1100px){.tcn-header.tcn-dark-brand .main-nav{width:min(68vw,560px)!important;padding-left:28px!important;padding-right:28px!important}.tcn-header.tcn-dark-brand .service-mega-link{font-size:15px!important}}@media (max-width:700px){.tcn-header.tcn-dark-brand .main-nav{width:min(91vw,460px)!important;border-radius:24px 0 0 24px!important;padding-left:18px!important;padding-right:18px!important}.tcn-header.tcn-dark-brand .mobile-nav-logo{width:min(220px,65%)!important}.tcn-header.tcn-dark-brand .mobile-nav-logo img{height:50px!important}.tcn-header.tcn-dark-brand .main-nav>.nav-item,.tcn-header.tcn-dark-brand .main-nav>.nav-mega-item>.nav-item{height:60px!important;min-height:60px!important;font-size:16px!important}.tcn-header.tcn-dark-brand .service-mega-link{min-height:50px!important;font-size:13.5px!important}.tcn-header.tcn-dark-brand .nav-hotline span{font-size:20px!important}}@media (prefers-reduced-motion:reduce){.tcn-header.tcn-dark-brand .main-nav,.tcn-header.tcn-dark-brand .mobile-nav-backdrop,.tcn-header.tcn-dark-brand .service-mega-menu{transition:none!important}}@media (max-width:1100px){.tcn-header.tcn-dark-brand .main-nav{top:0!important;right:0!important;bottom:0!important;left:auto!important;height:100svh!important;min-height:100svh!important;max-height:100svh!important;padding:calc(20px + env(safe-area-inset-top)) 22px calc(20px + env(safe-area-inset-bottom))!important;border-radius:28px 0 0 0!important}}@supports (height:100dvh){@media (max-width:1100px){.tcn-header.tcn-dark-brand .main-nav{height:100dvh!important;min-height:100dvh!important;max-height:100dvh!important}}}@media (max-width:1100px){.tcn-header.tcn-dark-brand .service-mega-icon{margin-left:2px!important}.tcn-header.tcn-dark-brand .main-nav{box-shadow:none!important;transform:translate3d(110%,0,0)!important}.tcn-mobile-nav-open .tcn-header.tcn-dark-brand .main-nav{box-shadow:-28px 0 70px rgba(0,4,18,.52)!important;transform:translate3d(0,0,0)!important}}@media (max-width:1100px){.tcn-header.tcn-dark-brand .service-mega-link:hover .service-mega-icon,.tcn-header.tcn-dark-brand .service-mega-link.is-highlighted .service-mega-icon{color:currentColor!important}}@media (max-width:1100px){.tcn-header.tcn-dark-brand .service-mega-icon{place-items:center!important}}.tcn-header.tcn-dark-brand .nav-item{display:inline-flex!important;align-items:center!important}.tcn-header.tcn-dark-brand .nav-item{gap:9px!important}.tcn-header.tcn-dark-brand .nav-top-icon{display:inline-grid!important;place-items:center!important;width:17px!important;height:17px!important;flex:0 0 17px!important;color:inherit!important;line-height:0!important}.tcn-header.tcn-dark-brand .nav-top-icon svg{display:block!important;width:100%!important;height:100%!important;fill:none!important;stroke:currentColor!important;stroke-width:2.15!important;stroke-linecap:round!important;stroke-linejoin:round!important;overflow:visible!important}.tcn-header.tcn-dark-brand .nav-item.active,.tcn-header.tcn-dark-brand .nav-item:hover,.tcn-header.tcn-dark-brand .nav-mega-item.active>.nav-item,.tcn-header.tcn-dark-brand .nav-mega-item:hover>.nav-item{color:var(--orange)!important}.tcn-header.tcn-dark-brand .service-mega-link{color:#071f4c!important}.tcn-header.tcn-dark-brand .service-mega-icon{display:grid!important;place-items:center!important;width:34px!important;height:34px!important;flex:0 0 34px!important;margin:0!important;padding:0!important;background:transparent!important;border-radius:0!important;color:currentColor!important;overflow:visible!important;box-shadow:none!important}.tcn-header.tcn-dark-brand .service-mega-icon svg{display:block!important;width:32px!important;height:32px!important;fill:none!important;stroke:currentColor!important;stroke-width:2.05!important;stroke-linecap:round!important;stroke-linejoin:round!important;overflow:visible!important}.tcn-header.tcn-dark-brand .service-mega-link:hover,.tcn-header.tcn-dark-brand .service-mega-link.is-highlighted{color:var(--orange)!important}@media (max-width:1100px){.tcn-header.tcn-dark-brand .nav-item{gap:12px!important}.tcn-header.tcn-dark-brand .nav-top-icon{width:20px!important;height:20px!important;flex-basis:20px!important}.tcn-header.tcn-dark-brand .nav-top-icon svg{stroke-width:2.3!important}.tcn-header.tcn-dark-brand .service-mega-link{color:rgba(255,255,255,.94)!important}.tcn-header.tcn-dark-brand .service-mega-icon{flex-basis:28px!important}.tcn-header.tcn-dark-brand .service-mega-link:hover,.tcn-header.tcn-dark-brand .service-mega-link.is-highlighted{color:var(--orange)!important}}.tcn-header.tcn-dark-brand .main-nav .nav-item::before,.tcn-header.tcn-dark-brand .main-nav .nav-item:before,.tcn-header.tcn-dark-brand .main-nav .nav-mega-item::before,.tcn-header.tcn-dark-brand .main-nav .nav-mega-item:before{content:none!important;display:none!important;width:0!important;height:0!important;min-width:0!important;min-height:0!important;flex:0 0 0!important;margin:0!important;padding:0!important;border:0!important;background:none!important;background-image:none!important;box-shadow:none!important;-webkit-mask:none!important;mask:none!important}.tcn-header.tcn-dark-brand .main-nav .nav-item{display:inline-flex!important;align-items:center!important;vertical-align:middle!important}.tcn-header.tcn-dark-brand .main-nav .nav-item{gap:10px!important}.tcn-header.tcn-dark-brand .main-nav .nav-top-icon{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:19px!important;height:19px!important;flex:0 0 19px!important;color:currentColor!important;line-height:0!important;transform:none!important}.tcn-header.tcn-dark-brand .main-nav .nav-top-icon svg{display:block!important;width:19px!important;height:19px!important;fill:none!important;stroke:currentColor!important;stroke-width:2.35!important;stroke-linecap:round!important;stroke-linejoin:round!important;vector-effect:non-scaling-stroke!important;shape-rendering:geometricPrecision!important;overflow:visible!important}.tcn-header.tcn-dark-brand .main-nav .nav-item.active,.tcn-header.tcn-dark-brand .main-nav .nav-item:hover,.tcn-header.tcn-dark-brand .main-nav .nav-mega-item.active>.nav-item,.tcn-header.tcn-dark-brand .main-nav .nav-mega-item:hover>.nav-item{color:var(--orange)!important}@media (max-width:1100px){.tcn-header.tcn-dark-brand .main-nav .nav-item{display:flex!important;align-items:center!important;gap:12px!important}.tcn-header.tcn-dark-brand .main-nav .nav-top-icon{width:20px!important;height:20px!important;flex-basis:20px!important}.tcn-header.tcn-dark-brand .main-nav .nav-top-icon svg{width:20px!important;height:20px!important;stroke-width:2.45!important}.tcn-header.tcn-dark-brand .service-mega-link{display:grid!important;grid-template-columns:28px minmax(0,1fr)!important;align-items:center!important;gap:13px!important}.tcn-header.tcn-dark-brand .service-mega-icon{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:28px!important;height:28px!important;flex:0 0 28px!important;margin:0!important;padding:0!important;background:transparent!important;border-radius:0!important;overflow:visible!important;color:currentColor!important;box-shadow:none!important}.tcn-header.tcn-dark-brand .service-mega-icon svg{display:block!important;width:26px!important;height:26px!important;fill:none!important;stroke:currentColor!important;stroke-width:2.25!important;stroke-linecap:round!important;stroke-linejoin:round!important;vector-effect:non-scaling-stroke!important;shape-rendering:geometricPrecision!important;overflow:visible!important}}.tcn-header.tcn-dark-brand .main-nav .nav-title,.tcn-header.tcn-dark-brand .main-nav .nav-head{position:relative!important}.tcn-header.tcn-dark-brand .main-nav .nav-title::before,.tcn-header.tcn-dark-brand .main-nav .nav-title:before,.tcn-header.tcn-dark-brand .main-nav .nav-title::after,.tcn-header.tcn-dark-brand .main-nav .nav-title:after,.tcn-header.tcn-dark-brand .main-nav .nav-head::before,.tcn-header.tcn-dark-brand .main-nav .nav-head:before,.tcn-header.tcn-dark-brand .main-nav .nav-head::after,.tcn-header.tcn-dark-brand .main-nav .nav-head:after{content:none!important;display:none!important;width:0!important;height:0!important;margin:0!important;padding:0!important;border:0!important;background:none!important;background-image:none!important;box-shadow:none!important;-webkit-mask:none!important;mask:none!important}.tcn-header.tcn-dark-brand .main-nav>.nav-item,.tcn-header.tcn-dark-brand .main-nav>.nav-mega-item>.nav-item{display:inline-flex!important;align-items:center!important;gap:10px!important}.tcn-header.tcn-dark-brand .main-nav .nav-head{display:inline-flex!important;align-items:center!important;gap:10px!important}.tcn-header.tcn-dark-brand .main-nav .nav-title{display:inline-block!important;color:inherit!important;font-size:inherit!important;font-weight:bold!important;line-height:1.2!important;white-space:nowrap!important}.tcn-header.tcn-dark-brand .main-nav .nav-top-icon{order:0!important}.tcn-header.tcn-dark-brand .main-nav .nav-title{order:1!important}.tcn-header.tcn-dark-brand .main-nav .nav-mega-chevron{order:2!important;flex:0 0 auto!important}@media (max-width:1100px){.tcn-header.tcn-dark-brand .main-nav>.nav-item,.tcn-header.tcn-dark-brand .main-nav>.nav-mega-item>.nav-item{gap:12px!important}.tcn-header.tcn-dark-brand .main-nav .nav-head{gap:12px!important}.tcn-header.tcn-dark-brand .main-nav .nav-title{font-size:16px!important;line-height:1.35!important}}.nav-plan-icon{display:inline-flex!important;align-items:center!important;gap:8px!important;min-width:auto!important;color:#fff!important;white-space:nowrap!important}.nav-plan-icon svg{width:25px!important;height:25px!important;fill:none!important;stroke:currentColor!important;stroke-width:2!important;stroke-linecap:round!important;stroke-linejoin:round!important}.nav-plan-icon span{font-size:14px!important;font-weight:bold!important}.nav-plan-icon b{position:absolute!important;top:5px!important;right:-8px!important;display:grid!important;place-items:center!important;min-width:19px!important;height:19px!important;padding:0 5px!important;border-radius:999px!important;background:var(--orange)!important;color:#fff!important;font-size:10px!important;line-height:1!important;border:2px solid #03132f!important}.plan-hero .kicker{color:#ff7a32}.plan-page,.plan-finalise-page,.plan-success-page{background:linear-gradient(180deg,#f5f8fd,#fff);padding:54px 0 80px}.plan-layout{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:24px;align-items:start}.plan-list{display:grid;gap:14px}.plan-select,.plan-remove{cursor:pointer}.plan-select input,.plan-remove input{position:absolute;opacity:0;pointer-events:none}.plan-select span{display:grid;width:27px;height:27px;border:2px solid #9eb0c8;border-radius:8px;background:#fff;place-items:center}.plan-select input:checked+span{border-color:var(--blue);background:var(--blue)}.plan-select input:checked+span:after{content:"✓";color:#fff;font-weight:bold;font-size:16px;line-height:1}.plan-item-media{display:grid;place-items:center;width:82px;height:68px;border-radius:12px;background:#f3f7fd;overflow:hidden}.plan-item-media img{width:100%;height:100%;object-fit:cover}.plan-type-badge{display:inline-flex;margin-bottom:5px;padding:3px 8px;border-radius:999px;background:#eef5ff;color:#145bb8;font-size:11px;font-weight:bold}.plan-item-copy h3{margin:0 0 4px;font-size:17px;color:var(--navy)}.plan-item-copy p{margin:0;color:var(--muted);font-size:13px}.plan-item-price{text-align:right}.plan-item-price strong{display:block;color:var(--navy);font-size:17px}.plan-item-price small{color:var(--muted);font-size:11px}.plan-remove span{display:inline-flex;align-items:center;justify-content:center;color:#b33434;font-size:12px;font-weight:bold}.plan-remove input:checked+span{color:#fff;background:#c83e3e;border-radius:8px;padding:7px}.plan-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px;padding:8px 2px 0}.plan-actions>a{color:var(--blue);font-size:13px;font-weight:bold}.plan-empty{padding:60px 24px;text-align:center;border:1px dashed #cbd8e9;border-radius:18px;background:#fff}.plan-empty h2{margin:0 0 8px;color:var(--navy)}.empty-actions{display:flex;justify-content:center;gap:12px;margin-top:22px}.field-grid.two{display:grid;grid-template-columns:1fr 1fr;gap:15px}.plan-success-page{min-height:65vh}.plan-success-page .success-card{max-width:900px;margin:auto;text-align:center;border:1px solid #dfe7f2;border-radius:20px;background:#fff;padding:42px;box-shadow:0 18px 50px rgba(5,43,97,.10)}.plan-success-totals{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:25px 0}.plan-success-totals>div{padding:18px;border-radius:14px;background:#f4f8fe}.plan-success-totals span,.plan-success-totals strong{display:block}.plan-success-totals strong{font-size:24px;color:var(--navy)}.plan-success-note{padding:17px;border-left:4px solid var(--orange);border-radius:8px;background:#fff5ef;text-align:left;color:#3f506a}.plan-success-items{margin-top:24px;border:1px solid #e2e9f3;border-radius:14px;overflow:hidden;text-align:left}.plan-success-items>div{display:flex;justify-content:space-between;gap:20px;padding:15px 18px;border-bottom:1px solid #edf1f6}.plan-success-items>div:last-child{border-bottom:0}.plan-success-items span{display:grid}.plan-success-items small{color:var(--muted)}.plan-add-box,.service-plan-add-form{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.service-plan-add-form{margin-top:18px}.service-plan-add-form .theme-btn{border:0;cursor:pointer}@media (max-width:1100px){.nav-plan-icon span{display:none!important}.nav-plan-icon{position:relative!important}.plan-layout,.plan-finalise-form{grid-template-columns:1fr}.plan-item-media{width:70px;height:62px}}@media (max-width:720px){.plan-page,.plan-finalise-page,.plan-success-page{padding:32px 0 55px}.plan-item-media{width:58px;height:54px}.plan-item-price{grid-column:2/4;text-align:left;padding-left:0}.plan-remove{grid-column:3;text-align:right}.plan-actions{display:grid}.plan-actions .theme-btn{width:100%}.field-grid.two{grid-template-columns:1fr}.plan-success-page .success-card{padding:26px 18px}.plan-success-totals{grid-template-columns:1fr}.plan-success-items>div{display:grid}.empty-actions{flex-direction:column}.nav-plan-icon b{top:-6px!important;right:-9px!important}}@media (min-width:1101px){.tcn-header.tcn-dark-brand .main-nav>.nav-plan-icon{box-sizing:border-box!important;vertical-align:middle!important}}.services-v2-actions>.service-plan-add-form{margin:0!important;align-self:center!important;display:flex!important;align-items:center!important}.service-plan-add-form .services-v2-primary{-webkit-appearance:none!important;appearance:none!important;box-sizing:border-box!important;border:0!important;margin:0!important;min-height:52px!important;height:52px!important;padding-top:0!important;padding-bottom:0!important;align-items:center!important;justify-content:center!important;font-family:inherit!important;font-size:13px!important;font-weight:bold!important;line-height:1!important;vertical-align:middle!important;cursor:pointer!important}.service-plan-add-form .services-v2-primary>span{display:inline-flex;align-items:center;line-height:1}@media (min-width:1101px){.tcn-header.tcn-dark-brand .main-nav>.nav-plan-icon{position:relative!important;top:-4px!important;align-self:center!important;margin-top:0!important;margin-bottom:0!important;min-height:38px!important;height:38px!important;padding-top:0!important;padding-bottom:0!important;line-height:1!important;transform:none!important}.tcn-header.tcn-dark-brand .main-nav>.nav-plan-icon>svg,.tcn-header.tcn-dark-brand .main-nav>.nav-plan-icon>span{align-self:center!important;line-height:1!important}}@media (max-width:1380px) and (min-width:1101px){.tcn-header.tcn-dark-brand .main-nav>.nav-plan-icon{min-height:36px!important;height:36px!important}}@media (min-width:1381px){.tcn-header.tcn-dark-brand .main-nav>.nav-plan-icon{position:relative!important;top:-10px!important;transform:none!important;align-self:center!important;margin-top:0!important;margin-bottom:0!important}}@media (max-width:1380px) and (min-width:1101px){.tcn-header.tcn-dark-brand .main-nav>.nav-plan-icon{position:relative!important;top:-9px!important;transform:none!important;align-self:center!important;margin-top:0!important;margin-bottom:0!important}}@media (min-width:1101px){.tcn-header.tcn-dark-brand .header-row{height:60px!important;min-height:60px!important;max-height:60px!important;padding-top:0!important;padding-bottom:0!important;align-items:center!important}.tcn-header.tcn-dark-brand .tcn-logo{height:60px!important;align-self:center!important;display:flex!important;align-items:center!important}.tcn-header.tcn-dark-brand .main-nav{height:60px!important;min-height:60px!important;max-height:60px!important;align-self:center!important;align-items:center!important;margin-top:0!important;margin-bottom:0!important;padding-top:0!important;padding-bottom:0!important}.tcn-header.tcn-dark-brand .main-nav>.nav-item,.tcn-header.tcn-dark-brand .main-nav>.nav-mega-item,.tcn-header.tcn-dark-brand .main-nav>.nav-mega-item>.nav-item{height:60px!important;min-height:60px!important;max-height:60px!important;margin-top:0!important;margin-bottom:0!important;padding-top:0!important;padding-bottom:0!important;align-self:center!important;align-items:center!important;justify-content:center!important;line-height:1!important}.tcn-header.tcn-dark-brand .main-nav>.nav-mega-item{display:flex!important;position:relative!important}.tcn-header.tcn-dark-brand .main-nav .nav-head{height:60px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1!important}.tcn-header.tcn-dark-brand .main-nav .nav-title,.tcn-header.tcn-dark-brand .main-nav .nav-top-icon,.tcn-header.tcn-dark-brand .main-nav .nav-mega-chevron{align-self:center!important;line-height:1!important}.tcn-header.tcn-dark-brand .main-nav>.nav-item,.tcn-header.tcn-dark-brand .main-nav>.nav-mega-item>.nav-item{position:relative!important;overflow:hidden!important}.tcn-header.tcn-dark-brand .main-nav>.nav-item:after,.tcn-header.tcn-dark-brand .main-nav>.nav-mega-item>.nav-item:after{left:0!important;right:0!important;bottom:2px!important;width:auto!important;height:2px!important;border-radius:999px!important;transform:none!important}.tcn-header.tcn-dark-brand .nav-hotline,.tcn-header.tcn-dark-brand .main-nav>.nav-plan-icon{top:0!important;bottom:auto!important;transform:none!important;align-self:center!important;margin-top:0!important;margin-bottom:0!important}}.tcn-header.tcn-dark-brand .main-nav>.nav-plan-icon{position:relative!important;overflow:visible!important}.tcn-header.tcn-dark-brand .main-nav>.nav-plan-icon>b{position:absolute!important;top:-8px!important;right:-8px!important;bottom:auto!important;left:auto!important;z-index:8!important;display:grid!important;place-items:center!important;min-width:18px!important;width:auto!important;height:18px!important;padding:0 4px!important;margin:0!important;border:2px solid #03132f!important;border-radius:999px!important;background:var(--orange)!important;color:#fff!important;font-size:10px!important;font-weight:bold!important;line-height:1!important;transform:none!important;pointer-events:none!important;box-sizing:border-box!important}@media (max-width:1100px){.tcn-header.tcn-dark-brand .main-nav>.nav-plan-icon>b{top:-7px!important;right:-7px!important}}.mobile-plan-shortcut{display:none!important}@media (max-width:1100px){.tcn-header.tcn-dark-brand .header-row,.tcn-header.tcn-dark-brand.is-compact .header-row{display:grid!important;grid-template-columns:46px minmax(0,1fr) 46px!important;grid-template-rows:64px!important;align-items:center!important;column-gap:10px!important;width:min(calc(100% - 28px),var(--wrap))!important;height:64px!important;min-height:64px!important;max-height:64px!important;margin-inline:auto!important;padding:0!important}.tcn-header.tcn-dark-brand .nav-toggle{grid-column:1!important;grid-row:1!important;justify-self:start!important;align-self:center!important;width:46px!important;height:46px!important;margin:0!important}.tcn-header.tcn-dark-brand .tcn-logo,.tcn-header.tcn-dark-brand.is-compact .tcn-logo{grid-column:2!important;grid-row:1!important;justify-self:center!important;align-self:center!important;display:flex!important;align-items:center!important;justify-content:center!important;width:min(220px,100%)!important;height:64px!important;min-width:0!important;margin:0!important;padding:0!important;transform:none!important}.tcn-header.tcn-dark-brand .tcn-logo img,.tcn-header.tcn-dark-brand.is-compact .tcn-logo img{display:block!important;width:auto!important;max-width:100%!important;height:auto!important;max-height:45px!important;margin:auto!important;object-fit:contain!important}.tcn-header.tcn-dark-brand .mobile-plan-shortcut{grid-column:3!important;grid-row:1!important;justify-self:end!important;align-self:center!important;position:relative!important;display:grid!important;place-items:center!important;width:46px!important;min-width:46px!important;height:46px!important;margin:0!important;padding:0!important;border:1px solid rgba(255,90,31,.72)!important;border-radius:12px!important;background:rgba(4,22,50,.82)!important;color:#fff!important;box-shadow:0 10px 24px rgba(0,7,25,.24)!important;overflow:visible!important;line-height:0!important}.tcn-header.tcn-dark-brand .mobile-plan-shortcut:hover,.tcn-header.tcn-dark-brand .mobile-plan-shortcut:focus-visible{border-color:var(--orange)!important;color:#fff!important;background:rgba(8,35,72,.96)!important}.tcn-header.tcn-dark-brand .mobile-plan-shortcut svg{display:block!important;width:32px!important;height:32px!important;fill:none!important;stroke:currentColor!important;stroke-width:2!important;stroke-linecap:round!important;stroke-linejoin:round!important}.tcn-header.tcn-dark-brand .mobile-plan-shortcut>b{position:absolute!important;top:-7px!important;right:-7px!important;bottom:auto!important;left:auto!important;z-index:4!important;display:grid!important;place-items:center!important;min-width:18px!important;width:auto!important;height:18px!important;padding:0 4px!important;margin:0!important;border:2px solid #03132f!important;border-radius:999px!important;background:var(--orange)!important;color:#fff!important;font-size:10px!important;font-weight:bold!important;line-height:1!important;transform:none!important;pointer-events:none!important;box-sizing:border-box!important}.tcn-header.tcn-dark-brand .main-nav>.nav-plan-icon{display:none!important}.tcn-header.tcn-dark-brand .main-nav,.tcn-header.tcn-dark-brand.is-compact .main-nav{right:auto!important;left:0!important;border-radius:0 28px 28px 0!important;background:radial-gradient(circle at 12% 8%,rgba(18,84,151,.33),transparent 30%),linear-gradient(215deg,#061a3d 0%,#031631 48%,#062a58 100%)!important;box-shadow:none!important;transform:translate3d(calc(-100% - 72px),0,0)!important}.tcn-header.tcn-dark-brand .main-nav>.nav-item,.tcn-header.tcn-dark-brand .main-nav>.nav-mega-item{order:30!important}.tcn-header.tcn-dark-brand .main-nav>.nav-mega-item.nav-services{order:10!important}.tcn-header.tcn-dark-brand .main-nav>.nav-item.nav-home{order:20!important}.tcn-header.tcn-dark-brand .main-nav>.nav-hotline,.tcn-header.tcn-dark-brand .main-nav>.nav-quote{order:90!important}.tcn-header.tcn-dark-brand .main-nav>.nav-cart-icon{order:95!important}.tcn-header.tcn-dark-brand .main-nav.is-mobile-open,.tcn-header.tcn-dark-brand .main-nav.open,.tcn-header.tcn-dark-brand.is-compact .main-nav.is-mobile-open,.tcn-header.tcn-dark-brand.is-compact .main-nav.open{box-shadow:28px 0 70px rgba(0,4,18,.52)!important;transform:translate3d(0,0,0)!important}}@media (max-width:420px){.tcn-header.tcn-dark-brand .header-row,.tcn-header.tcn-dark-brand.is-compact .header-row{grid-template-columns:44px minmax(0,1fr) 44px!important;column-gap:8px!important;width:min(calc(100% - 20px),var(--wrap))!important}.tcn-header.tcn-dark-brand .nav-toggle,.tcn-header.tcn-dark-brand .mobile-plan-shortcut{width:44px!important;min-width:44px!important;height:44px!important}.tcn-header.tcn-dark-brand .tcn-logo,.tcn-header.tcn-dark-brand.is-compact .tcn-logo{width:min(205px,100%)!important}.tcn-header.tcn-dark-brand .tcn-logo img,.tcn-header.tcn-dark-brand.is-compact .tcn-logo img{max-height:42px!important}}@media (min-width:1101px){.tcn-header.tcn-dark-brand .nav-hotline{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;box-sizing:border-box!important;min-height:38px!important;height:38px!important;padding:0 16px!important;margin:0!important;border:1px solid currentColor!important;border-radius:9px!important;background:transparent!important;color:#ff7417!important;font-size:15px!important;font-weight:bold!important;white-space:nowrap!important;box-shadow:none!important;line-height:1!important;align-self:center!important;position:relative!important;top:0!important;bottom:auto!important;transform:none!important;transition:border-color .2s ease,color .2s ease,background .2s ease,box-shadow .2s ease!important}.tcn-header.tcn-dark-brand .nav-hotline svg{width:18px!important;height:18px!important;flex:0 0 18px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.9!important;stroke-linecap:round!important;stroke-linejoin:round!important;filter:none!important}.tcn-header.tcn-dark-brand .nav-hotline span{font-size:15px!important;font-weight:bold!important;line-height:1!important;letter-spacing:.01em!important}.tcn-header.tcn-dark-brand .nav-hotline:hover,.tcn-header.tcn-dark-brand .nav-hotline:focus-visible{border-color:#ff7417!important;color:#fff!important;background:#ff7417!important;box-shadow:0 10px 24px rgba(255,116,23,.28)!important}}@media (max-width:1380px) and (min-width:1101px){.tcn-header.tcn-dark-brand .nav-hotline{min-height:36px!important;height:36px!important;top:0!important;padding:0 14px!important}.tcn-header.tcn-dark-brand .nav-hotline span{font-size:14px!important}.tcn-header.tcn-dark-brand .nav-hotline svg{width:17px!important;height:17px!important;flex-basis:17px!important}}.home-refresh-domain,.home-refresh-showcase,.home-refresh-pricing,.home-refresh-why,.home-refresh-journey{position:relative;isolation:isolate}.home-refresh-domain{padding:34px 0 54px;background:#fff}.home-refresh-domain-shell{position:relative;display:grid;grid-template-columns:minmax(0,1.65fr) 1px minmax(330px,.85fr);align-items:stretch;gap:28px;padding:28px 32px;border:1px solid rgba(35,89,158,.26);border-radius:22px;background:radial-gradient(circle at 90% 20%,rgba(26,92,211,.26),transparent 28%),linear-gradient(120deg,#061f50 0%,#03183e 52%,#092c66 100%);color:#fff;box-shadow:0 20px 55px rgba(4,31,75,.18);overflow:hidden}.home-refresh-domain-shell:before{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;background:linear-gradient(115deg,transparent 0 62%,rgba(55,130,255,.05) 62% 63%,transparent 63% 100%)}.home-refresh-domain-main{min-width:0}.home-refresh-domain-main h2{margin:0 0 20px;color:#fff;font-size:29px;line-height:1.14;letter-spacing:-.03em}.home-refresh-domain-main h2 em,.home-refresh-why-intro h2 em,.home-refresh-heading h2 em{color:var(--orange);font-style:normal}.home-refresh-domain-form{display:grid;grid-template-columns:minmax(0,1fr) 142px;max-width:760px;min-height:54px;border-radius:11px;background:#fff;box-shadow:0 9px 26px rgba(0,0,0,.2);overflow:hidden}.home-refresh-domain-form input{width:100%;height:54px;padding:0 18px;border:0;outline:0;background:#fff;color:#19365c;font:inherit;font-size:14px}.home-refresh-domain-form input::placeholder{color:#9aa8bb}.home-refresh-domain-form button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;background:linear-gradient(135deg,#ff8a22,#ff5a1f);color:#fff;font-size:12px;font-weight:bold;text-transform:uppercase;cursor:pointer;transition:.2s}.home-refresh-domain-form button:hover{filter:brightness(1.06)}.home-refresh-domain-form button svg,.home-refresh-domain-ai-copy a svg,.home-refresh-section-link svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.home-refresh-tlds{display:flex;align-items:stretch;gap:9px;margin-top:15px;overflow-x:auto;scrollbar-width:none}.home-refresh-tlds::-webkit-scrollbar{display:none}.home-refresh-tlds a{display:flex;min-width:74px;min-height:48px;padding:7px 10px;flex:0 0 auto;flex-direction:column;align-items:center;justify-content:center;border:1px solid rgba(126,175,242,.17);border-radius:10px;background:rgba(255,255,255,.055);color:#fff;transition:.2s}.home-refresh-tlds a:hover{border-color:rgba(255,116,23,.75);background:rgba(255,116,23,.1)}.home-refresh-tlds strong{font-size:14px;line-height:1.1}.home-refresh-tlds span{margin-top:4px;color:#ff9a50;font-size:9px;font-weight:bold}.home-refresh-tlds .home-refresh-tld-more{min-width:90px;color:#cbd8eb;font-size:11px;font-weight:bold}.home-refresh-domain-divider{width:1px;background:linear-gradient(180deg,transparent,rgba(255,255,255,.35) 18%,rgba(255,116,23,.55) 50%,rgba(255,255,255,.35) 82%,transparent)}.home-refresh-domain-ai{display:grid;grid-template-columns:minmax(0,1fr) 142px;align-items:center;gap:10px;min-width:0}.home-refresh-domain-ai-copy>span{color:#afcfff;font-size:10px;font-weight:bold;letter-spacing:.12em}.home-refresh-domain-ai-copy h3{margin:10px 0 18px;color:#fff;font-size:15px;line-height:1.55}.home-refresh-domain-ai-copy a{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 18px;border-radius:9px;background:linear-gradient(135deg,#ff8c29,#ff5f20);color:#fff;font-size:12px;font-weight:bold;box-shadow:0 10px 24px rgba(255,90,31,.25)}.home-refresh-ai-art{position:relative;display:grid;place-items:center;width:142px;height:142px}.home-refresh-ai-art:before{content:"";position:absolute;width:112px;height:112px;border-radius:28px;background:linear-gradient(145deg,rgba(30,123,255,.29),rgba(104,61,235,.18));box-shadow:inset 0 0 0 1px rgba(116,181,255,.32),0 0 35px rgba(48,109,255,.42);transform:rotate(13deg)}.home-refresh-ai-art img{position:relative;z-index:2;width:98px;height:98px;object-fit:contain;filter:drop-shadow(0 12px 22px rgba(38,91,255,.45))}.home-refresh-ai-art b{position:absolute;right:3px;top:7px;color:#ff7f2d;font-size:22px}.home-refresh-ai-orbit{position:absolute;border:1px solid rgba(80,145,255,.35);border-radius:50%;animation:homeRefreshSpin 12s linear infinite}.home-refresh-ai-orbit.orbit-a{width:138px;height:58px;transform:rotate(20deg)}.home-refresh-ai-orbit.orbit-b{width:82px;height:135px;transform:rotate(-24deg);animation-duration:16s;animation-direction:reverse}@keyframes homeRefreshSpin{to{rotate:360deg}}.home-refresh-heading{display:flex;align-items:center;justify-content:center;gap:14px;text-align:center}.home-refresh-heading>span{position:relative;width:105px;height:1px;background:linear-gradient(90deg,transparent,var(--orange))}.home-refresh-heading>span:last-child{background:linear-gradient(90deg,var(--orange),transparent)}.home-refresh-heading>span:after{content:"";position:absolute;right:-1px;top:50%;width:8px;height:8px;border:3px solid #fff;border-radius:50%;background:var(--orange);transform:translate(50%,-50%)}.home-refresh-heading>span:last-child:after{right:auto;left:-1px;transform:translate(-50%,-50%)}.home-refresh-heading h2{margin:0;color:#082d65;font-size:29px;line-height:1.15;letter-spacing:-.025em}.home-refresh-showcase{padding:34px 0 58px;background:radial-gradient(circle at 50% 58%,rgba(41,107,210,.08),transparent 42%),linear-gradient(180deg,#fff,#fbfdff)}.home-refresh-showcase-stage{position:relative;height:500px;margin-top:30px;perspective:1500px;overflow:hidden}.home-refresh-showcase-cards{position:absolute;inset:0}.home-refresh-showcase-card{position:absolute;left:50%;top:18px;width:min(580px,45vw);height:375px;border:1px solid #d8e1ee;border-radius:18px;background:#fff;box-shadow:0 22px 55px rgba(13,49,100,.18);overflow:visible;opacity:0;visibility:hidden;transform:translateX(-50%) scale(.55);transition:left .62s cubic-bezier(.22,.78,.22,1),transform .62s cubic-bezier(.22,.78,.22,1),opacity .45s ease,filter .45s ease,visibility .45s;will-change:transform,left,opacity}.home-refresh-showcase-card img{display:block;width:100%;height:100%;border-radius:0 0 17px 17px;object-fit:cover;object-position:center top;background:#eef3fa}.home-refresh-browser{display:flex;position:absolute;left:0;right:0;top:0;z-index:4;align-items:center;height:31px;padding:0 12px;border-radius:17px 17px 0 0;background:rgba(255,255,255,.96);border-bottom:1px solid #e7edf5;backdrop-filter:blur(8px)}.home-refresh-browser i{width:7px;height:7px;margin-right:5px;border-radius:50%;background:#ff6b5f}.home-refresh-browser i:nth-child(2){background:#ffb52b}.home-refresh-browser i:nth-child(3){background:#2dcc71}.home-refresh-browser b{margin-left:auto;color:#6a7b91;font-size:9px;text-transform:uppercase;letter-spacing:.08em}.home-refresh-showcase-card img{padding-top:31px}.home-refresh-showcase-label{position:absolute;left:50%;bottom:-48px;z-index:8;display:flex;min-width:155px;max-width:82%;min-height:62px;padding:10px 18px;flex-direction:column;align-items:center;justify-content:center;border:1px solid #e4eaf2;border-radius:12px;background:rgba(255,255,255,.97);color:#092e64;text-align:center;box-shadow:0 10px 25px rgba(10,47,99,.16);transform:translateX(-50%)}.home-refresh-showcase-label strong{color:var(--orange);font-size:17px;line-height:1.15}.home-refresh-showcase-label small{display:none;margin-top:4px;color:#718096;font-size:10px;line-height:1.3}.home-refresh-showcase-card.is-center{z-index:6;opacity:1;visibility:visible;transform:translateX(-50%) translateZ(55px) scale(1);filter:none}.home-refresh-showcase-card.is-center .home-refresh-showcase-label{min-width:190px}.home-refresh-showcase-card.is-center .home-refresh-showcase-label small{display:block}.home-refresh-showcase-card.is-left-1{left:27%;z-index:4;opacity:1;visibility:visible;transform:translateX(-50%) rotateY(14deg) scale(.79);filter:saturate(.92)}.home-refresh-showcase-card.is-right-1{left:73%;z-index:4;opacity:1;visibility:visible;transform:translateX(-50%) rotateY(-14deg) scale(.79);filter:saturate(.92)}.home-refresh-showcase-card.is-left-2{left:10%;z-index:2;opacity:.82;visibility:visible;transform:translateX(-50%) rotateY(23deg) scale(.62);filter:blur(.25px) saturate(.75)}.home-refresh-showcase-card.is-right-2{left:90%;z-index:2;opacity:.82;visibility:visible;transform:translateX(-50%) rotateY(-23deg) scale(.62);filter:blur(.25px) saturate(.75)}.home-refresh-showcase-card.is-left-3{left:-4%;z-index:1;opacity:.32;visibility:visible;transform:translateX(-50%) rotateY(28deg) scale(.52);filter:blur(1.5px)}.home-refresh-showcase-card.is-right-3{left:104%;z-index:1;opacity:.32;visibility:visible;transform:translateX(-50%) rotateY(-28deg) scale(.52);filter:blur(1.5px)}.home-refresh-showcase-arrow{position:absolute;z-index:12;top:46%;display:grid;place-items:center;width:45px;height:45px;padding:0;border:2px solid #fff;border-radius:50%;background:#07346f;color:#fff;box-shadow:0 8px 25px rgba(5,43,97,.28);cursor:pointer;transform:translateY(-50%);transition:.2s}.home-refresh-showcase-arrow:hover{background:var(--orange);transform:translateY(-50%) scale(1.06)}.home-refresh-showcase-arrow.prev{left:12px}.home-refresh-showcase-arrow.next{right:12px}.home-refresh-showcase-arrow svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.home-refresh-showcase-dots{display:flex;align-items:center;justify-content:center;gap:9px;margin-top:-24px}.home-refresh-showcase-dots button{width:10px;height:10px;padding:0;border:0;border-radius:50%;background:#c2cad6;cursor:pointer;transition:.2s}.home-refresh-showcase-dots button.active{width:13px;height:13px;background:var(--orange);box-shadow:0 0 0 4px rgba(255,90,31,.1)}.home-refresh-section-link{display:flex;justify-content:center;margin-top:20px}.home-refresh-section-link a{display:inline-flex;align-items:center;gap:8px;color:#0a3d7e;font-size:13px;font-weight:bold}.home-refresh-section-link a:hover{color:var(--orange)}.home-refresh-pricing{padding:40px 0 72px;background:#fff}.home-refresh-why-cards article>span{position:absolute;right:12px;top:9px;color:#76ff8e;font-size:12px;font-weight:bold}.home-refresh-why-cards article>i{display:block;width:48px;height:48px;margin-bottom:18px;border:1px solid rgba(40,139,255,.42);border-radius:50%;background:radial-gradient(circle,#0e4f9e,#061b3d);box-shadow:0 0 22px rgba(32,112,255,.26)}.home-refresh-why-cards article>i:after{content:"✦";display:grid;place-items:center;width:100%;height:100%;color:#3be36d;font-style:normal}.home-refresh-why-strip{border-top:1px solid rgba(130,173,225,.16)}.home-refresh-why-strip span{font-size:17px}@media (max-width:1380px){.home-refresh-domain-shell{grid-template-columns:minmax(0,1.55fr) 1px minmax(305px,.85fr);padding:25px 27px}.home-refresh-domain-main h2{font-size:25px}.home-refresh-domain-ai{grid-template-columns:minmax(0,1fr) 118px}.home-refresh-ai-art{width:118px;height:125px}.home-refresh-ai-art img{width:84px;height:84px}.home-refresh-showcase-card{width:min(540px,46vw);height:350px}.home-refresh-showcase-stage{height:475px}.home-refresh-why-strip{margin-left:-26px;margin-right:-26px;padding-left:26px;padding-right:26px}}@media (max-width:1100px){.home-refresh-domain{padding-top:28px}.home-refresh-domain-shell{grid-template-columns:1fr;gap:22px}.home-refresh-domain-divider{width:100%;height:1px}.home-refresh-domain-ai{grid-template-columns:1fr 150px}.home-refresh-ai-art{width:150px;height:130px}.home-refresh-showcase-stage{height:420px}.home-refresh-showcase-card{width:54vw;height:315px}.home-refresh-showcase-card.is-left-1{left:22%}.home-refresh-showcase-card.is-right-1{left:78%}.home-refresh-showcase-card.is-left-2{left:2%}.home-refresh-showcase-card.is-right-2{left:98%}.home-refresh-showcase-card.is-left-3,.home-refresh-showcase-card.is-right-3{opacity:0;visibility:hidden}.home-refresh-why-intro{max-width:650px}}@media (max-width:760px){.home-refresh-domain{padding:20px 0 36px}.home-refresh-domain-shell{gap:18px;padding:22px 18px;border-radius:17px}.home-refresh-domain-main h2{font-size:22px}.home-refresh-domain-form{grid-template-columns:1fr 105px}.home-refresh-domain-form button{font-size:10px}.home-refresh-domain-ai{grid-template-columns:1fr 104px}.home-refresh-domain-ai-copy h3{font-size:13px}.home-refresh-ai-art{width:104px;height:112px}.home-refresh-ai-art img{width:72px;height:72px}.home-refresh-ai-art:before{width:88px;height:88px}.home-refresh-ai-orbit{display:none}.home-refresh-heading{gap:9px}.home-refresh-heading>span{width:42px}.home-refresh-heading h2{font-size:21px}.home-refresh-showcase{padding:28px 0 43px;overflow-x:hidden}.home-refresh-showcase-stage{height:360px;margin-top:22px;overflow:hidden}.home-refresh-showcase-card{top:8px;width:82vw;height:270px}.home-refresh-showcase-card.is-center{transform:translateX(-50%) scale(1)}.home-refresh-showcase-card.is-left-1{left:4%;opacity:.38;transform:translateX(-50%) scale(.78)}.home-refresh-showcase-card.is-right-1{left:96%;opacity:.38;transform:translateX(-50%) scale(.78)}.home-refresh-showcase-card.is-left-2,.home-refresh-showcase-card.is-right-2{opacity:0;visibility:hidden}.home-refresh-showcase-label{bottom:-42px;min-height:54px}.home-refresh-showcase-label strong{font-size:14px}.home-refresh-showcase-arrow{top:42%;width:39px;height:39px}.home-refresh-showcase-arrow.prev{left:0}.home-refresh-showcase-arrow.next{right:0}.home-refresh-showcase-dots{margin-top:-5px}.home-refresh-pricing{padding:30px 0 52px}.home-refresh-why-strip{margin-left:-18px;margin-right:-18px;padding-left:18px;padding-right:18px}.home-refresh-journey{padding-bottom:50px}}@media (max-width:420px){.home-refresh-domain-form{grid-template-columns:1fr}.home-refresh-domain-form button{min-height:45px}.home-refresh-tlds a{min-width:68px}.home-refresh-domain-ai{grid-template-columns:1fr}.home-refresh-ai-art{display:none}.home-refresh-showcase-card{width:86vw;height:248px}.home-refresh-showcase-stage{height:332px}.home-refresh-showcase-label small{display:none!important}}@media (min-width:901px){.home-refresh-domain-main h2{white-space:nowrap!important;font-size:27px!important}}@media (max-width:1180px) and (min-width:901px){.home-refresh-domain-main h2{font-size:25px!important}}.home-refresh-domain-main h2{margin-top:0!important}.home-refresh-tlds{padding-top:2px!important}.home-refresh-tlds a:hover{transform:none!important;box-shadow:0 8px 18px rgba(255,116,23,.16)!important}.home-refresh-why{background:#fff}.home-refresh-why-shell{position:relative;display:grid;border:1px solid rgba(33,102,187,.34);background:radial-gradient(circle at 84% 18%,rgba(18,103,255,.18),transparent 23%),radial-gradient(circle at 96% 58%,rgba(0,112,255,.15),transparent 16%),linear-gradient(135deg,#021226 0,#031a39 38%,#021125 100%);color:#fff;box-shadow:0 24px 58px rgba(2,20,48,.2);overflow:hidden}.home-refresh-why-shell:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.015),rgba(255,255,255,0));pointer-events:none}.home-refresh-why-shell:after{content:"";position:absolute;right:-70px;top:140px;width:360px;height:360px;border-radius:50%;border:1px solid rgba(29,124,255,.12);box-shadow:0 0 0 46px rgba(13,72,173,.04),0 0 0 92px rgba(13,72,173,.025);pointer-events:none}.home-refresh-why-intro{position:relative;padding:6px 4px 0 2px;z-index:1}.home-refresh-why-intro>span{display:inline-block;position:relative;color:#ff9a33;font-weight:bold;letter-spacing:.02em;text-transform:uppercase}.home-refresh-why-intro>span:after,.home-refresh-why-intro h2:after{content:"";display:block;height:3px;border-radius:99px;background:#ff9a33}.home-refresh-why-intro h2{margin:16px 0 0;color:#fff;font-weight:bold}.home-refresh-why-intro h2 em{font-style:normal}.home-refresh-why-intro p{margin:34px 0 0;color:#d6dfeb}.home-refresh-why-intro a{display:inline-flex;align-items:center;justify-content:space-between;gap:18px;border:1.5px solid rgba(85,140,255,.85);background:rgba(6,18,44,.28);color:#fff;font-weight:bold;box-shadow:inset 0 0 0 1px rgba(255,255,255,.02),0 12px 28px rgba(0,0,0,.12)}.home-refresh-why-intro a b{line-height:1;font-weight:400}.home-refresh-why-intro a:hover{border-color:#ff8f2e;background:rgba(255,124,36,.12);box-shadow:0 14px 28px rgba(255,124,36,.16)}.home-refresh-why-cards{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.home-refresh-why-cards article{position:relative;border:1px solid rgba(49,121,208,.42);border-radius:20px;background:linear-gradient(180deg,rgba(4,29,67,.74),rgba(2,17,40,.9));box-shadow:inset 0 0 0 1px rgba(255,255,255,.02);overflow:hidden}.home-refresh-why-cards article:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 0,rgba(16,98,255,.12),transparent 34%);pointer-events:none}.home-refresh-why-cards .why-no{position:absolute;left:20px;top:16px;place-items:center;min-width:62px;height:56px;padding:0 14px;border:1px solid rgba(112,255,77,.55);border-radius:14px;background:linear-gradient(180deg,rgba(119,255,64,.18),rgba(35,68,14,.16));color:#d7ff71;font-size:20px;font-weight:bold;box-shadow:0 0 22px rgba(91,255,76,.12)}.home-refresh-why-cards .why-icon-wrap{display:flex;justify-content:center}.home-refresh-why-cards .why-icon{place-items:center;color:#1da4ff}.home-refresh-why-cards article:nth-child(1) .why-icon svg{stroke:#ffb629}.home-refresh-why-cards article:nth-child(2) .why-icon svg{stroke:#74f94d}.home-refresh-why-cards article:nth-child(3) .why-icon svg{stroke:#7fe7ff}.home-refresh-why-cards article:nth-child(4) .why-icon svg{stroke:#b6ff63}.home-refresh-why-cards .why-icon svg{width:84px;height:84px;fill:none;stroke-width:3.2;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 10px rgba(30,176,255,.28))}.home-refresh-why-cards h3{margin:0;color:#fff;font-weight:bold;letter-spacing:-.02em}.home-refresh-why-cards h3 em{color:#8dff39;font-style:normal}.home-refresh-why-cards .why-line{display:block;border-radius:99px;background:#89ff31;box-shadow:0 0 18px rgba(137,255,49,.18)}.home-refresh-why-cards p{margin:0;color:#d6dfeb}.home-refresh-why-strip{position:relative;z-index:1;grid-column:1/-1;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;margin:30px 0 0;border:1px solid rgba(29,117,217,.26);border-radius:22px;background:rgba(2,15,36,.52);box-shadow:inset 0 0 18px rgba(0,65,160,.12)}.home-refresh-why-strip span{display:flex;align-items:center;justify-content:center;border-right:1px solid rgba(128,173,222,.26);color:#89ff31}.home-refresh-why-strip span:last-child{border-right:0}.home-refresh-why-strip svg{flex:0 0 64px;width:64px;height:64px;padding:12px;border-radius:50%;border:1px solid rgba(120,255,80,.35);background:radial-gradient(circle at 50% 45%,rgba(74,255,84,.12),rgba(3,29,24,.88));fill:none;stroke:currentColor;stroke-width:2.7;stroke-linecap:round;stroke-linejoin:round;box-shadow:0 0 22px rgba(124,255,77,.12)}.home-refresh-why-strip b{color:#f3f7ff;font-weight:bold}@media (max-width:1500px){.home-refresh-why-cards .why-icon{width:132px;height:132px}.home-refresh-why-cards .why-icon svg{width:74px;height:74px}}@media (max-width:1380px){.home-refresh-why-intro a{padding:0 22px}.home-refresh-why-strip svg{width:54px;height:54px;flex-basis:54px}}@media (max-width:1100px){.home-refresh-why-shell{grid-template-columns:1fr}.home-refresh-why-strip{gap:0}}@media (max-width:760px){.home-refresh-why-intro>span{padding-bottom:12px}.home-refresh-why-intro>span:after,.home-refresh-why-intro h2:after{width:56px;height:2px;margin-top:12px}.home-refresh-why-cards .why-no{left:14px;top:12px;min-width:56px;height:48px;font-size:18px}.home-refresh-why-cards .why-icon{width:110px;height:110px}.home-refresh-why-cards .why-icon svg{width:58px;height:58px}.home-refresh-why-strip svg{width:48px;height:48px;flex-basis:48px}.home-refresh-why-strip b{line-height:1.35}}.home-refresh-why-cards .why-icon{display:block!important;width:150px!important;height:150px!important;border:0!important;border-radius:0!important;background:none!important;box-shadow:none!important;overflow:visible!important}.home-refresh-why-cards .why-icon img{display:block;width:150px;height:150px;object-fit:contain}.home-refresh-why-strip img{display:block;flex:0 0 94px;object-fit:contain}.home-refresh-why-shell{border-radius:24px}.home-refresh-why-intro{padding-top:2px}.home-refresh-why-cards .why-no{display:none!important}.home-refresh-why-cards h3{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-refresh-why-cards .why-line{height:3px}@media (max-width:1380px){.home-refresh-why-intro a{min-width:240px;min-height:50px;font-size:15px}.home-refresh-why-cards article{padding:18px 16px 16px}.home-refresh-why-cards .why-icon,.home-refresh-why-cards .why-icon img{width:102px!important;height:102px!important}.home-refresh-why-cards h3{font-size:16px}.home-refresh-why-cards p{font-size:12px;line-height:1.56}.home-refresh-why-strip span{gap:8px}}@media (max-width:1100px){.home-refresh-why-shell{padding:28px 22px 0}.home-refresh-why-intro p{max-width:700px}.home-refresh-why-cards article{min-height:260px}.home-refresh-why-strip{margin-top:12px}.home-refresh-why-strip span{min-height:66px}}@media (max-width:760px){.home-refresh-why-intro p{margin-top:18px}.home-refresh-why-intro a{margin-top:20px;padding:0 18px}.home-refresh-why-cards .why-icon-wrap{margin-bottom:10px}.home-refresh-why-cards .why-line{margin:10px 0 12px}}.home-refresh-why{padding:30px 0 50px}.home-refresh-why-shell{gap:18px;padding:28px 24px 0}.home-refresh-why-intro>span{font-size:12px;padding-bottom:12px}.home-refresh-why-intro>span:after,.home-refresh-why-intro h2:after{width:62px;margin-top:12px}.home-refresh-why-intro p{margin-top:18px}.home-refresh-why-intro a{min-width:232px;min-height:46px;padding:0 20px;font-size:15px;border-radius:14px}.home-refresh-why-intro a b{font-size:26px}.home-refresh-why-cards{gap:14px}.home-refresh-why-cards article{min-height:278px;padding:18px 18px 16px}.home-refresh-why-cards .why-icon-wrap{margin-bottom:10px}.home-refresh-why-cards .why-icon,.home-refresh-why-cards .why-icon img{width:104px!important;height:104px!important}.home-refresh-why-cards h3{font-size:17px;line-height:1.28;min-height:2.56em}.home-refresh-why-cards .why-line{width:56px;margin:10px 0 12px}.home-refresh-why-cards p{font-size:12px;line-height:1.5}.home-refresh-why-strip{padding:8px 10px 6px}.home-refresh-why-strip span{gap:8px;min-height:58px;padding:0 8px}.home-refresh-why-strip img{width:52px;height:52px;flex-basis:52px}.home-refresh-why-strip b{font-size:11px;line-height:1.2;white-space:nowrap}@media (max-width:1500px){.home-refresh-why-cards article{min-height:264px;padding:16px 16px 14px}.home-refresh-why-cards .why-icon,.home-refresh-why-cards .why-icon img{width:96px!important;height:96px!important}.home-refresh-why-cards h3{font-size:16px}.home-refresh-why-cards p{font-size:11px}.home-refresh-why-strip span{min-height:54px}.home-refresh-why-strip img{width:46px;height:46px;flex-basis:46px}.home-refresh-why-strip b{font-size:10px}}@media (max-width:1380px){.home-refresh-why-shell{padding:24px 20px 0}.home-refresh-why-cards article{min-height:250px}.home-refresh-why-strip{padding:8px}.home-refresh-why-strip span{min-height:54px;padding:0 6px}.home-refresh-why-strip img{width:44px;height:44px;flex-basis:44px}.home-refresh-why-strip b{font-size:10px}}@media (max-width:1100px){.home-refresh-why-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.home-refresh-why-strip{grid-template-columns:repeat(3,minmax(0,1fr));row-gap:8px}.home-refresh-why-strip span:nth-child(3){border-right:0}.home-refresh-why-strip span:nth-child(4),.home-refresh-why-strip span:nth-child(5){border-top:1px solid rgba(128,173,222,.18)}}@media (max-width:760px){.home-refresh-why{padding-bottom:38px}.home-refresh-why-shell{padding:22px 16px 0;border-radius:20px}.home-refresh-why-intro>span{font-size:11px}.home-refresh-why-intro a{width:100%;min-width:0;min-height:44px;font-size:14px}.home-refresh-why-cards{grid-template-columns:1fr}.home-refresh-why-cards article{min-height:0;padding:16px 14px 14px}.home-refresh-why-cards .why-icon,.home-refresh-why-cards .why-icon img{width:92px!important;height:92px!important}.home-refresh-why-cards h3{font-size:18px;min-height:auto}.home-refresh-why-cards p{font-size:13px}.home-refresh-why-strip{grid-template-columns:1fr;padding:6px 10px}.home-refresh-why-strip span{justify-content:flex-start;min-height:52px;padding:8px 4px;border-right:0;border-top:1px solid rgba(128,173,222,.16)}.home-refresh-why-strip span:first-child{border-top:0}.home-refresh-why-strip img{width:42px;height:42px;flex-basis:42px}.home-refresh-why-strip b{font-size:13px;white-space:normal}}.home-refresh-why-shell{padding-bottom:12px}@media (max-width:1380px){.home-refresh-why-shell{padding-bottom:10px}}@media (max-width:760px){.home-refresh-why-shell{padding-bottom:10px}}@media (max-width:760px){.home-refresh-why-cards{gap:10px}}.home-refresh-why-strip{margin-top:-8px!important}@media (max-width:1380px){.home-refresh-why-strip{margin-top:-8px!important}}@media (max-width:760px){.home-refresh-why-strip{margin-top:-10px!important}}.home-refresh-why-intro p{font-size:13px;line-height:1.5}.home-refresh-why-intro a{margin-top:18px}@media (max-width:1500px){.home-refresh-why-intro p{font-size:12.5px}}@media (max-width:1380px){.home-refresh-why-intro p{font-size:15px}}.home-refresh-why-shell{grid-template-columns:360px minmax(0,1fr)}.home-refresh-why-intro h2{letter-spacing:-.02em}.home-refresh-why-intro p{max-width:340px}@media (max-width:1500px){.home-refresh-why-shell{grid-template-columns:340px minmax(0,1fr)}.home-refresh-why-intro p{max-width:320px}}@media (max-width:1380px){.home-refresh-why-shell{grid-template-columns:1fr}.home-refresh-why-intro h2{white-space:nowrap}.home-refresh-why-intro p{max-width:680px}}@media (max-width:760px){.home-refresh-why-intro h2{white-space:nowrap;letter-spacing:-.03em}.home-refresh-why-intro p{font-size:13px;line-height:1.52;max-width:none}}.home-refresh-why-intro h2{font-size:34px!important;line-height:1.08;white-space:nowrap}.home-refresh-why-intro h2 em{color:#ff7a1a!important}@media (max-width:1500px){.home-refresh-why-intro h2{font-size:31px!important}}@media (max-width:1380px){.home-refresh-why-intro h2{font-size:32px!important}}@media (max-width:760px){.home-refresh-why-intro h2{font-size:24px!important}.home-refresh-why-intro h2 em{color:#ff7a1a!important}}@media (max-width:390px){.home-refresh-why-intro h2{font-size:23px!important}}.home-refresh-journey{padding:52px 0 72px;background:#fff;overflow:hidden}@media (max-width:900px){.home-refresh-journey{padding:40px 0 52px}}@media (max-width:560px){.home-refresh-journey{padding:34px 0 42px}}.home-pricing-v2{padding:48px 0 76px;background:linear-gradient(180deg,#fff 0,#fbfdff 100%)}.home-pricing-v2-head{text-align:center;margin:0 auto 28px}.home-pricing-v2-head h2{margin:0;color:#071a55;font-size:46px;line-height:1.12;font-weight:bold;letter-spacing:-.035em}.home-pricing-v2-head h2 em{color:#ff5a1f;font-style:normal}.home-pricing-v2-benefits{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:0;margin-top:16px;color:#24447f;font-size:15px}.home-pricing-v2-benefits>span{display:flex;align-items:center;gap:9px;padding:0 22px;border-right:1px solid #dbe3f1;white-space:nowrap}.home-pricing-v2-benefits>span:last-child{border-right:0}.pricing-mini-icon{position:relative;display:inline-block;width:25px;height:25px;flex:0 0 25px;color:#214ca6}.pricing-mini-icon.shield:before{content:"";position:absolute;inset:2px 4px 1px;border:2px solid currentColor;border-radius:10px 10px 13px 13px;clip-path:polygon(50% 0,100% 18%,94% 72%,50% 100%,6% 72%,0 18%)}.pricing-mini-icon.shield:after{content:"✓";position:absolute;inset:0;display:grid;place-items:center;font-size:11px;font-weight:bold}.pricing-mini-icon.layout:before{content:"";position:absolute;left:2px;top:3px;width:13px;height:17px;border:2px solid currentColor;border-radius:3px;box-shadow:8px 5px 0 -3px #fff,8px 5px 0 -1px currentColor}.pricing-mini-icon.layout:after{content:"";position:absolute;left:5px;top:7px;width:7px;height:2px;background:currentColor;box-shadow:0 5px 0 currentColor}.pricing-mini-icon.speed{color:#15913f}.pricing-mini-icon.speed:before{content:"4";position:absolute;inset:1px;border:2px solid currentColor;border-radius:50%;display:grid;place-items:center;font-size:13px;font-weight:bold}.pricing-mini-icon.speed:after{content:"";position:absolute;left:10px;top:-1px;width:5px;height:4px;border-top:2px solid currentColor}.pricing-mini-icon.partner:before{content:"";position:absolute;left:2px;top:8px;width:10px;height:9px;border:2px solid currentColor;border-radius:7px 3px 7px 3px;transform:rotate(-20deg)}.pricing-mini-icon.partner:after{content:"";position:absolute;right:2px;top:8px;width:10px;height:9px;border:2px solid currentColor;border-radius:3px 7px 3px 7px;transform:rotate(20deg)}.home-pricing-v2-grid{display:grid;grid-template-columns:260px repeat(3,minmax(0,1fr));gap:18px;align-items:stretch}.pricing-commit-card,.pricing-plan-card{position:relative;min-width:0;border-radius:18px;background:#fff;box-shadow:0 12px 30px rgba(15,45,90,.06)}.pricing-commit-card{display:flex;flex-direction:column;padding:18px 14px 14px;border:1px solid #b8dfc2;background:linear-gradient(180deg,#fbfffc,#f4fbf6)}.pricing-commit-top{display:flex;align-items:center;gap:14px;margin-bottom:8px}.pricing-commit-label{display:block;flex:1;min-width:0;color:#177333;font-size:17px;font-weight:bold;line-height:1.35;letter-spacing:.01em;text-align:left;text-transform:uppercase}.pricing-commit-shield{display:grid;place-items:center;flex:0 0 80px;width:80px;height:72px;margin:0}.pricing-commit-shield img{display:block;width:80px;height:auto;max-height:72px;object-fit:contain;filter:drop-shadow(0 8px 10px rgba(34,139,67,.12))}.pricing-commit-card h3{margin:0;color:#132055;text-align:center;font-size:20px;line-height:1.28}.pricing-commit-card h3 em{color:#ff5a1f;font-style:normal}.pricing-commit-card>p{margin:12px 4px 8px;color:#30415f;text-align:center;font-size:11px;line-height:1.55}.pricing-commit-card ul{margin:8px 0 0;padding:0;list-style:none}.pricing-commit-card li{display:flex;gap:9px;align-items:flex-start;padding:7px 0;border-bottom:0}.pricing-commit-card li>i{display:grid;place-items:center;flex:0 0 27px;width:27px;height:27px;border-radius:50%;background:#e5f5e9;color:#1c8b3e;font-size:11px;font-style:normal}.pricing-commit-card li span{min-width:0}.pricing-commit-card li b{display:block;color:#1e2c52;font-size:10.5px;line-height:1.28}.pricing-commit-card li small{display:block;margin-top:2px;color:#66768b;font-size:8.5px;line-height:1.3}.pricing-commit-longterm{display:flex;flex-direction:column;margin-top:12px;padding:10px 9px;border:1px solid #c5dfca;border-radius:9px;background:#f0f8f2;text-align:center}.pricing-commit-longterm b{color:#1d7538;font-size:10px}.pricing-commit-longterm span{color:#5a7160;font-size:8.5px}.pricing-commit-card>a{display:flex;align-items:center;justify-content:center;gap:14px;min-height:42px;margin-top:10px;border-radius:8px;background:linear-gradient(180deg,#15943b,#087b2c);color:#fff;font-size:12px;font-weight:bold;box-shadow:0 8px 16px rgba(13,126,48,.18)}.pricing-commit-card>a:hover{transform:translateY(-1px);box-shadow:0 11px 20px rgba(13,126,48,.24)}.pricing-plan-card{display:flex;flex-direction:column;padding:28px 17px 16px;border:1px solid #d8e1ef;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.pricing-plan-card:hover{transform:translateY(-4px);box-shadow:0 20px 38px rgba(15,45,90,.12)}.pricing-plan-tag{position:absolute;left:50%;top:-15px;z-index:2;min-width:132px;padding:6px 14px;border-radius:7px 7px 0 0;transform:translateX(-50%);background:#1e66f5;color:#fff;font-size:11.5px;font-weight:bold;line-height:1.2;white-space:nowrap;box-shadow:0 6px 12px rgba(30,102,245,.2)}.pricing-plan-icon{display:grid;place-items:center;width:70px;height:70px;margin:0 auto 4px;color:#10205b}.pricing-plan-icon svg{width:58px;height:58px;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.pricing-plan-card h3{margin:0 0 5px;color:#10205b;font-size:24px;line-height:1.22}.pricing-plan-card>strong{display:block;margin-top:4px;color:#101d53;font-size:34px;line-height:1.12;white-space:nowrap}.pricing-plan-card>small{color:#4d6086;font-size:12px;line-height:1.35}.pricing-plan-summary{display:flex;flex-direction:column;justify-content:center;min-height:70px;margin:15px 0 14px;padding:11px 10px;border:1px solid #d9e2f2;border-radius:10px;background:#fbfcff}.pricing-plan-summary b{color:#28416f;font-size:13px;line-height:1.4}.pricing-plan-summary span{color:#516b9c;font-size:12px;line-height:1.4}.pricing-plan-card ul{margin:0;padding:0;list-style:none;text-align:left}.pricing-plan-card li{display:flex;align-items:flex-start;gap:9px;margin:8px 0;color:#283858;font-size:13px;line-height:1.42}.pricing-plan-card li>i{display:grid;place-items:center;flex:0 0 18px;width:18px;height:18px;margin-top:0;border-radius:50%;background:#101d53;color:#fff;font-size:10px;font-style:normal;font-weight:bold}.pricing-plan-card li.disabled{color:#a8b0c0}.pricing-plan-card li.disabled>i{background:#c4c9d2}.pricing-plan-card li em{display:inline-block;margin-left:5px;padding:2px 6px;border-radius:999px;background:#ff5a1f;color:#fff;font-size:9px;line-height:1.2;font-style:normal;font-weight:bold}.pricing-plan-card>a{display:flex;align-items:center;justify-content:center;gap:14px;min-height:46px;margin-top:auto;border-radius:9px;background:#0d1d69;color:#fff;font-size:16px;font-weight:bold;box-shadow:0 8px 16px rgba(13,29,105,.14)}.pricing-theme-business .pricing-plan-icon,.pricing-theme-business h3,.pricing-theme-business>strong{color:#0964f5}.pricing-theme-business .pricing-plan-summary{border-color:#a7c8ff;background:#eef5ff}.pricing-theme-business .pricing-plan-summary b,.pricing-theme-business .pricing-plan-summary span{color:#0964f5}.pricing-theme-sales .pricing-plan-icon,.pricing-theme-sales h3,.pricing-theme-sales>strong{color:#ff520c}.pricing-theme-sales .pricing-plan-summary{border-color:#ffd0bb;background:#fff7f2}.pricing-theme-sales .pricing-plan-summary b,.pricing-theme-sales .pricing-plan-summary span{color:#ff520c}@media (max-width:1380px){.home-pricing-v2-head h2{font-size:40px}.home-pricing-v2-grid{grid-template-columns:230px repeat(3,minmax(0,1fr));gap:12px}.pricing-plan-card{padding-left:13px;padding-right:13px}.pricing-plan-card h3{font-size:22px}.pricing-plan-card>strong{font-size:31px}.pricing-plan-card li{font-size:12px}.pricing-commit-card{padding-left:11px;padding-right:11px}.pricing-commit-card h3{font-size:18px}.pricing-commit-top{gap:12px}.pricing-commit-label{font-size:15px}.pricing-commit-shield{flex-basis:72px;width:72px;height:64px}.pricing-commit-shield img{width:72px;max-height:64px}}@media (max-width:1120px){.home-pricing-v2-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.pricing-commit-card{grid-row:span 2}}@media (max-width:760px){.home-pricing-v2{padding:36px 0 54px}.home-pricing-v2-head{margin-bottom:22px}.home-pricing-v2-head h2{font-size:29px}.home-pricing-v2-benefits{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;font-size:12px}.home-pricing-v2-benefits>span{justify-content:flex-start;padding:0;border-right:0}.home-pricing-v2-grid{grid-template-columns:1fr;gap:18px}.pricing-commit-card{grid-row:auto}.pricing-plan-card{min-height:0}.pricing-plan-card h3{font-size:24px}.pricing-plan-card>strong{font-size:34px}.pricing-plan-card li{font-size:14px}.pricing-commit-top{gap:12px;margin-bottom:10px}.pricing-commit-label{font-size:16px}.pricing-commit-shield{flex-basis:76px;width:76px;height:68px}.pricing-commit-shield img{width:76px;max-height:68px}.pricing-commit-card h3{font-size:22px}.pricing-commit-card>p{font-size:12px}.pricing-commit-card li b{font-size:11px}.pricing-commit-card li small{font-size:9px}.pricing-plan-card>small{font-size:12.5px}.pricing-plan-summary b{font-size:14px}.pricing-plan-summary span{font-size:13px}.pricing-plan-card li>i{flex-basis:19px;width:19px;height:19px;font-size:10.5px}}@media (max-width:430px){.home-pricing-v2-head h2{font-size:25px}.home-pricing-v2-benefits{grid-template-columns:1fr}.pricing-plan-card{padding:26px 15px 15px}}.pricing-plan-head{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:154px;margin:0;padding:0}.pricing-plan-head .pricing-plan-icon{flex:0 0 70px;margin:0 auto 4px}.pricing-plan-head h3{margin:0 0 4px}.pricing-plan-head>strong{display:block;margin-top:4px}.pricing-plan-head>small{display:block}@media (max-width:1380px){.pricing-plan-head{min-height:144px}}@media (max-width:760px){.pricing-plan-head{min-height:160px}}@media (max-width:760px){html,body{max-width:100%;overflow-x:hidden!important}.home-refresh-showcase,.home-refresh-showcase>.tcn-wrap,.home-refresh-showcase-stage,.home-refresh-showcase-cards{max-width:100%;overflow-x:hidden!important}.home-refresh-showcase-stage{width:100%;contain:paint}.home-refresh-showcase-card{max-width:calc(100% - 24px)}}@media (max-width:760px){section.home-refresh-journey{padding:32px 0 46px!important;overflow:hidden!important}section.home-refresh-journey>.tcn-wrap{width:100%!important;max-width:100%!important;padding-left:16px!important;padding-right:16px!important;overflow:hidden!important}}@media (max-width:390px){section.home-refresh-journey>.tcn-wrap{padding-left:12px!important;padding-right:12px!important}}.tcn-knowledge-section{position:relative;overflow:hidden;padding:58px 0 70px;background:radial-gradient(circle at 50% -20%,rgba(65,91,255,.09),transparent 34%),linear-gradient(180deg,#fff 0%,#fbfcff 100%);isolation:isolate}.tcn-knowledge-shell{position:relative}.tcn-knowledge-heading{text-align:center}.tcn-knowledge-kicker{display:inline-flex;align-items:center;gap:10px;margin-bottom:9px;color:#4056ff;font-size:18px;font-weight:bold;letter-spacing:.015em;text-transform:uppercase}.tcn-knowledge-kicker svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.tcn-knowledge-heading h2{margin:0;color:#061027;font-size:clamp(44px,4vw,66px);font-weight:bold;line-height:1.03;letter-spacing:-.035em;text-transform:uppercase}.tcn-knowledge-heading h2 em{font-style:normal;background:linear-gradient(135deg,#268cff 10%,#7040eb 90%);-webkit-background-clip:text;background-clip:text;color:transparent}.tcn-knowledge-heading p{max-width:960px;margin:13px auto 0;color:#4c5874;font-size:18px;line-height:1.55}.tcn-knowledge-title-line{display:block;width:96px;height:4px;margin:20px auto 0;border-radius:999px;background:linear-gradient(90deg,#268cff 0 52%,#6d39ee 52% 100%);box-shadow:0 5px 16px rgba(71,83,255,.2)}.tcn-knowledge-layout{display:grid;grid-template-columns:minmax(0,1.52fr) minmax(0,3fr);gap:30px;align-items:stretch;width:100%;max-width:100%;margin-top:30px;min-width:0}.tcn-knowledge-rail{display:grid;grid-template-rows:minmax(0,1fr) 58px;gap:14px;min-width:0;height:100%}.tcn-knowledge-viewport{min-width:0;overflow:hidden;border-radius:17px}.tcn-knowledge-track{display:flex;width:100%;height:100%;transform:translate3d(0,0,0);transition:transform .55s cubic-bezier(.22,.76,.25,1);will-change:transform}.tcn-knowledge-page{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;flex:0 0 100%;width:100%;height:100%;min-width:0}.tcn-knowledge-card{--category-color:#3155ff;position:relative;min-width:0;overflow:hidden;border:1px solid #e0e5f0;border-radius:16px;background:#fff;box-shadow:0 13px 30px rgba(25,45,91,.10);transition:transform .28s ease,box-shadow .28s ease}.tcn-knowledge-card:hover{transform:translateY(-4px);box-shadow:0 20px 42px rgba(25,45,91,.15)}.tcn-knowledge-media{position:relative;display:block;width:100%;aspect-ratio:16/9;overflow:hidden;background:#eaf0fb}.tcn-knowledge-media img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .5s ease}.tcn-knowledge-card:hover .tcn-knowledge-media img{transform:scale(1.03)}.tcn-knowledge-card.is-featured{display:flex;flex-direction:column;height:100%;min-height:0;overflow:visible;border:1px solid #e0e5f0;border-radius:16px;background:#fff;box-shadow:0 13px 30px rgba(25,45,91,.10)}.tcn-knowledge-card.is-featured .tcn-knowledge-media{position:relative;z-index:2;width:100%;margin:0;overflow:hidden;border-radius:15px 15px 0 0;box-shadow:none}.tcn-knowledge-card.is-featured>.tcn-knowledge-paper-pin{position:absolute;top:-20px;right:14px;left:auto;z-index:6;display:block;width:38px!important;height:auto!important;max-width:none!important;object-fit:contain!important;pointer-events:none;transform:none!important;filter:drop-shadow(0 7px 8px rgba(18,24,43,.22))}.tcn-knowledge-card.is-featured .tcn-knowledge-content{position:relative;z-index:2;display:flex;flex:1;flex-direction:column;padding:18px 28px 30px;min-height:0}.tcn-knowledge-meta{display:flex;align-items:center;gap:11px;color:#77819a;font-size:12px;font-weight:bold;text-transform:uppercase}.tcn-knowledge-category{color:var(--category-color)}.tcn-knowledge-meta time{display:inline-flex;align-items:center;gap:6px;color:#78839a;font-size:12px;font-weight:bold;text-transform:none;white-space:nowrap}.tcn-knowledge-meta time:before{content:"";width:13px;height:13px;border:1.5px solid #a7b1c4;border-radius:2px;box-shadow:inset 0 3px 0 -1px #a7b1c4}.tcn-knowledge-card.is-featured h3{display:-webkit-box;margin:15px 0 9px;overflow:hidden;color:#0c1633;font-size:clamp(22px,1.48vw,28px);line-height:1.28;letter-spacing:-.024em;-webkit-box-orient:vertical;-webkit-line-clamp:3}.tcn-knowledge-card.is-featured h3 a{color:inherit}.tcn-knowledge-card.is-featured p{display:-webkit-box;margin:0 0 18px;overflow:hidden;color:#647087;font-size:14px;line-height:1.58;-webkit-box-orient:vertical;-webkit-line-clamp:2}.tcn-knowledge-card.is-small{display:flex;flex-direction:column;height:100%;min-height:0}.tcn-knowledge-card.is-small .tcn-knowledge-content{display:flex;flex:1;flex-direction:column;padding:21px 18px 22px;min-height:0}.tcn-knowledge-card.is-small h3{display:-webkit-box;margin:17px 0 10px;overflow:hidden;color:#0b1530;font-size:18px;line-height:1.38;letter-spacing:-.018em;-webkit-box-orient:vertical;-webkit-line-clamp:3}.tcn-knowledge-card.is-small h3 a{color:inherit}.tcn-knowledge-card.is-small p{display:-webkit-box;margin:0 0 14px;overflow:hidden;color:#69748b;font-size:14px;line-height:1.58;-webkit-box-orient:vertical;-webkit-line-clamp:3}.tcn-knowledge-read{display:inline-flex;align-items:center;gap:10px;width:max-content;margin-top:auto;color:var(--category-color);font-size:15px;font-weight:bold}.tcn-knowledge-read svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s ease}.tcn-knowledge-read:hover svg{transform:translateX(4px)}.tcn-knowledge-controls{display:grid;grid-template-columns:52px 1fr 52px;align-items:center;gap:20px;height:58px;margin:0;padding:0}.tcn-knowledge-arrow{appearance:none;display:grid;place-items:center;width:52px;height:52px;padding:0;border:1px solid #cfd7ef;border-radius:50%;background:#fff;color:#304cff;box-shadow:0 8px 22px rgba(31,57,132,.10);cursor:pointer;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,color .2s ease}.tcn-knowledge-arrow:hover{transform:translateY(-2px);border-color:#8fa1ff;color:#6b3de6;box-shadow:0 12px 26px rgba(31,57,132,.17)}.tcn-knowledge-arrow svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.tcn-knowledge-arrow:disabled{opacity:.42;cursor:not-allowed;transform:none;box-shadow:none}.tcn-knowledge-dots{display:flex;align-items:center;justify-content:center;gap:12px}.tcn-knowledge-dots button{appearance:none;width:11px;height:11px;padding:0;border:0;border-radius:50%;background:#cfd5e5;cursor:pointer;transition:transform .2s ease,background .2s ease}.tcn-knowledge-dots button.active{background:linear-gradient(135deg,#2658ff,#6f3ce9);transform:scale(1.14)}@media (max-width:1280px){.tcn-knowledge-layout{grid-template-columns:minmax(0,1.4fr) minmax(0,2.8fr);gap:20px}.tcn-knowledge-page{gap:14px}.tcn-knowledge-card.is-featured .tcn-knowledge-media{width:100%;margin:0}.tcn-knowledge-card.is-featured>.tcn-knowledge-paper-pin{top:-18px;right:12px;left:auto;width:36px!important}.tcn-knowledge-card.is-featured .tcn-knowledge-content{padding:16px 24px 25px}.tcn-knowledge-card.is-small .tcn-knowledge-content{padding:18px 15px}.tcn-knowledge-card.is-small h3{font-size:16px}.tcn-knowledge-card.is-small p{font-size:13px}.tcn-knowledge-controls{height:54px;grid-template-columns:48px 1fr 48px}.tcn-knowledge-arrow{width:48px;height:48px}}@media (max-width:1040px){.tcn-knowledge-section{padding:52px 0 62px}.tcn-knowledge-heading h2{font-size:44px}.tcn-knowledge-heading p{font-size:16px}.tcn-knowledge-layout{grid-template-columns:1fr;gap:24px}.tcn-knowledge-card.is-featured{justify-self:center;width:min(100%,620px)}.tcn-knowledge-rail{height:auto}.tcn-knowledge-viewport{height:520px}.tcn-knowledge-page{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:760px){.tcn-knowledge-section{padding:42px 0 52px}.tcn-knowledge-kicker{font-size:14px}.tcn-knowledge-kicker svg{width:23px;height:23px}.tcn-knowledge-heading h2{font-size:34px;line-height:1.08}.tcn-knowledge-heading p{font-size:14px}.tcn-knowledge-title-line{width:78px;height:3px;margin-top:16px}.tcn-knowledge-layout{gap:18px;margin-top:24px}.tcn-knowledge-card.is-featured{width:100%}.tcn-knowledge-card.is-featured .tcn-knowledge-media{width:100%;margin:0}.tcn-knowledge-card.is-featured>.tcn-knowledge-paper-pin{top:-16px;right:10px;left:auto;width:34px!important}.tcn-knowledge-card.is-featured .tcn-knowledge-content{padding:16px 20px 25px}.tcn-knowledge-card.is-featured h3{font-size:23px}.tcn-knowledge-rail{grid-template-rows:auto 50px}.tcn-knowledge-viewport{height:1110px}.tcn-knowledge-page{grid-template-columns:1fr;grid-auto-rows:350px;gap:16px}.tcn-knowledge-card.is-small .tcn-knowledge-content{padding:17px}.tcn-knowledge-card.is-small h3{font-size:18px;-webkit-line-clamp:2}.tcn-knowledge-card.is-small p{-webkit-line-clamp:2}.tcn-knowledge-controls{height:50px;grid-template-columns:44px 1fr 44px}.tcn-knowledge-arrow{width:44px;height:44px}}@media (prefers-reduced-motion:reduce){.tcn-knowledge-track,.tcn-knowledge-card,.tcn-knowledge-media img{transition:none!important}}.article-grid .article-thumb{display:block;aspect-ratio:16/9;overflow:hidden}.article-grid .article-thumb img{width:100%;height:100%;object-fit:cover}section.home-refresh-journey.home-journey-v2{padding:64px 0 44px;background:#fff;overflow:hidden}section.home-refresh-journey.home-journey-v2 .home-journey-v2-head{text-align:center;max-width:1080px;margin:0 auto 34px}section.home-refresh-journey.home-journey-v2 .home-journey-v2-head h2{margin:0;color:#173d91;font-size:clamp(38px,4.5vw,68px);line-height:1.08;font-weight:bold;letter-spacing:-.04em}section.home-refresh-journey.home-journey-v2 .home-journey-v2-head h2 em{font-style:normal;color:#ff7a1a}section.home-refresh-journey.home-journey-v2 .home-journey-v2-head p{margin:18px auto 0;color:#4e5870;font-size:clamp(18px,1.8vw,22px);line-height:1.45}section.home-refresh-journey.home-journey-v2 .home-journey-v2-head p strong{color:#2f63ff;font-weight:bold}section.home-refresh-journey.home-journey-v2 .home-journey-v2-line{display:flex;justify-content:center;align-items:center;margin:18px auto 0;width:100%;max-width:360px;height:22px}section.home-refresh-journey.home-journey-v2 .home-journey-v2-line:before,section.home-refresh-journey.home-journey-v2 .home-journey-v2-line:after{content:"";flex:1;height:3px;background:linear-gradient(90deg,rgba(76,123,255,.18),rgba(76,123,255,.8),rgba(76,123,255,.18));border-radius:999px}section.home-refresh-journey.home-journey-v2 .home-journey-v2-line i{display:block;flex:0 0 16px;width:16px;height:16px;margin:0 14px;background:#f5a533;transform:rotate(45deg);border-radius:3px;box-shadow:0 6px 14px rgba(245,165,51,.24)}section.home-refresh-journey.home-journey-v2 .home-journey-v2-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:24px 12px;align-items:start;position:relative}section.home-refresh-journey.home-journey-v2 .home-journey-v2-item{position:relative;min-width:0;text-align:center;padding:0 6px}section.home-refresh-journey.home-journey-v2 .home-journey-v2-item:not(:last-child)::after{content:"";position:absolute;top:101px;right:-28px;width:42px;height:2px;background:#4b67b4;border-radius:999px;opacity:1}section.home-refresh-journey.home-journey-v2 .home-journey-v2-item:not(:last-child)::before{content:"";position:absolute;top:95px;right:-26px;width:12px;height:12px;border-top:3px solid #4b67b4;border-right:3px solid #4b67b4;transform:rotate(45deg);opacity:1}section.home-refresh-journey.home-journey-v2 .home-journey-v2-item:nth-child(2n):not(:last-child)::before{border-color:#4b67b4}section.home-refresh-journey.home-journey-v2 .home-journey-v2-item:nth-child(2n):not(:last-child)::after{background:#4b67b4}section.home-refresh-journey.home-journey-v2 .home-journey-v2-icon-wrap{position:relative;width:100%;margin:0 auto 18px;padding-top:18px}section.home-refresh-journey.home-journey-v2 .home-journey-v2-icon-shell{position:relative;display:block;width:152px;height:152px;margin:0 auto}section.home-refresh-journey.home-journey-v2 .home-journey-v2-ring{position:absolute;inset:0;border-radius:50%}section.home-refresh-journey.home-journey-v2 .home-journey-v2-ring.outer{border:2px solid rgba(74,122,255,.38)}section.home-refresh-journey.home-journey-v2 .home-journey-v2-ring.inner{inset:14px;border:1.5px solid rgba(74,122,255,.18)}section.home-refresh-journey.home-journey-v2 .home-journey-v2-dot{position:absolute;right:10px;bottom:14px;width:14px;height:14px;border-radius:50%;background:#2f63ff;box-shadow:0 0 0 4px #fff}section.home-refresh-journey.home-journey-v2 .home-journey-v2-item.is-orange .home-journey-v2-ring.outer{border-color:rgba(255,146,53,.3)}section.home-refresh-journey.home-journey-v2 .home-journey-v2-item.is-orange .home-journey-v2-ring.inner{border-color:rgba(255,146,53,.14)}section.home-refresh-journey.home-journey-v2 .home-journey-v2-item.is-orange .home-journey-v2-dot{background:#ff8d24}section.home-refresh-journey.home-journey-v2 .home-journey-v2-icon{display:grid;place-items:center;position:absolute;inset:0}section.home-refresh-journey.home-journey-v2 .home-journey-v2-icon img{display:block;width:112px;height:112px;object-fit:contain;margin:0 auto}section.home-refresh-journey.home-journey-v2 .home-journey-v2-no{position:absolute;left:8px;top:0;z-index:2;display:flex;align-items:center;justify-content:center;min-width:44px;height:44px;padding:0 10px;border-radius:999px;background:linear-gradient(180deg,#3e7cff 0%,#2259ea 100%);box-shadow:0 10px 18px rgba(34,89,234,.22);color:#fff;font-size:18px;line-height:1;font-weight:bold}section.home-refresh-journey.home-journey-v2 .home-journey-v2-item h3{margin:0;color:#17306f;font-size:17px;line-height:1.32;font-weight:bold;letter-spacing:-.015em;min-height:90px}section.home-refresh-journey.home-journey-v2 .home-journey-v2-item h3 em{color:#ff7a1a;font-style:normal;font-weight:bold}section.home-refresh-journey.home-journey-v2 .home-journey-v2-mini-line{display:block;width:56px;height:3px;margin:14px auto 18px;border-radius:999px;background:#2f63ff;opacity:.95}section.home-refresh-journey.home-journey-v2 .home-journey-v2-item.is-orange .home-journey-v2-mini-line{background:#ff8d24}section.home-refresh-journey.home-journey-v2 .home-journey-v2-item p{margin:0;color:#3f4a63;font-size:14px;line-height:1.58;max-width:245px;margin-inline:auto}section.home-refresh-journey.home-journey-v2 .home-journey-v2-note{display:flex;align-items:center;gap:12px;margin:28px auto 0;padding:16px 22px;border-radius:12px;background:#f3f6fc;max-width:1540px}section.home-refresh-journey.home-journey-v2 .home-journey-v2-note span{flex:0 0 auto;color:#ff8d24;font-size:36px;line-height:1;font-weight:bold}section.home-refresh-journey.home-journey-v2 .home-journey-v2-note p{margin:0;color:#41506d;font-size:14px;line-height:1.55}@media (max-width:1600px){section.home-refresh-journey.home-journey-v2 .home-journey-v2-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:28px 16px}section.home-refresh-journey.home-journey-v2 .home-journey-v2-item::before,section.home-refresh-journey.home-journey-v2 .home-journey-v2-item::after{display:none}section.home-refresh-journey.home-journey-v2 .home-journey-v2-item h3{min-height:0}}@media (max-width:1100px){section.home-refresh-journey.home-journey-v2{padding:52px 0 40px}section.home-refresh-journey.home-journey-v2 .home-journey-v2-grid{grid-template-columns:repeat(3,minmax(0,1fr))}section.home-refresh-journey.home-journey-v2 .home-journey-v2-head p{max-width:820px}}@media (max-width:820px){section.home-refresh-journey.home-journey-v2 .home-journey-v2-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 12px}section.home-refresh-journey.home-journey-v2 .home-journey-v2-icon-shell{width:140px;height:140px}section.home-refresh-journey.home-journey-v2 .home-journey-v2-icon img{width:102px;height:102px}section.home-refresh-journey.home-journey-v2 .home-journey-v2-no{min-width:42px;height:42px;font-size:17px}section.home-refresh-journey.home-journey-v2 .home-journey-v2-item h3{font-size:16px;min-height:0}section.home-refresh-journey.home-journey-v2 .home-journey-v2-item p{font-size:13.5px}}@media (max-width:560px){section.home-refresh-journey.home-journey-v2 .home-journey-v2-head h2{font-size:34px}section.home-refresh-journey.home-journey-v2 .home-journey-v2-head p{font-size:16px}section.home-refresh-journey.home-journey-v2 .home-journey-v2-grid{grid-template-columns:1fr;gap:26px}section.home-refresh-journey.home-journey-v2 .home-journey-v2-icon-shell{width:154px;height:154px}section.home-refresh-journey.home-journey-v2 .home-journey-v2-icon img{width:112px;height:112px}section.home-refresh-journey.home-journey-v2 .home-journey-v2-item h3{font-size:22px;max-width:320px;margin-inline:auto}section.home-refresh-journey.home-journey-v2 .home-journey-v2-note{padding:14px 16px;align-items:flex-start}section.home-refresh-journey.home-journey-v2 .home-journey-v2-note span{font-size:30px}}.service-package-section{padding:58px 0 68px;background:linear-gradient(180deg,#f8fbff,#fff)}.service-package-section .services-v2-heading>span{display:block;max-width:760px;margin:10px auto 0;color:#65748d;font-size:15px;line-height:1.6;text-align:center}.service-package-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:30px;align-items:stretch}.service-package-grid.is-single{grid-template-columns:minmax(0,520px);justify-content:center}.service-package-card{position:relative;display:flex;flex-direction:column;min-width:0;padding:28px 25px 24px;border:1px solid #dbe4f2;border-radius:20px;background:#fff;box-shadow:0 14px 36px rgba(20,49,98,.075)}.service-package-card.is-featured{border-color:#8bb3ff;box-shadow:0 18px 42px rgba(35,96,220,.14)}.service-package-featured{position:absolute;top:-13px;left:50%;padding:6px 15px;border-radius:999px;transform:translateX(-50%);background:#2563eb;color:#fff;font-size:11px;font-weight:bold;white-space:nowrap}.service-package-card h3{margin:0;color:#102b6d;font-size:25px;line-height:1.25}.service-package-summary{min-height:48px;margin:9px 0 16px;color:#64728a;line-height:1.55}.service-package-price{color:#ff5a1f;font-size:32px;line-height:1.15}.service-package-cycle{margin:4px 0 17px;color:#65748d}.service-package-card ul{display:grid;gap:10px;margin:0 0 22px;padding:0;list-style:none}.service-package-card li{display:flex;align-items:flex-start;gap:9px;color:#31415e;line-height:1.45}.service-package-card li i{display:grid;place-items:center;flex:0 0 20px;width:20px;height:20px;margin-top:1px;border-radius:50%;background:#e8f1ff;color:#1f64dc;font-size:11px;font-style:normal;font-weight:bold}.service-package-card li.is-disabled{color:#9aa5b6}.service-package-card li.is-disabled i{background:#eef0f4;color:#a8afbb}.service-package-card li em{display:inline-block;margin-left:6px;padding:2px 5px;border-radius:999px;background:#ff5a1f;color:#fff;font-size:8px;font-style:normal;font-weight:bold;vertical-align:middle}.service-package-card>a{display:flex;align-items:center;justify-content:center;gap:12px;min-height:46px;margin-top:auto;border-radius:10px;background:#12357a;color:#fff;font-weight:bold}.service-package-card.is-featured>a{background:linear-gradient(135deg,#2468f2,#1356d9)}.service-offer-section{padding:0 0 64px;background:#fff}.service-offer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:26px}.service-offer-grid article{display:flex;gap:14px;padding:19px;border:1px solid #e0e7f2;border-radius:16px;background:#fbfdff}.service-offer-grid article>span{display:grid;place-items:center;flex:0 0 44px;width:44px;height:44px;border-radius:13px;background:#fff2e9;color:#ff641f;font-size:21px;font-weight:bold}.service-offer-grid h3{margin:0 0 5px;color:#143473;font-size:17px}.service-offer-grid strong{color:#ff5a1f}.service-offer-grid p{margin:5px 0;color:#5e6d84}.service-offer-grid small{display:block;margin-top:7px;color:#6f7c90}@media(max-width:960px){.service-package-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.service-offer-grid{grid-template-columns:1fr}}@media(max-width:620px){.service-package-section{padding:42px 0 50px}.service-package-grid{grid-template-columns:1fr}.service-package-card{padding:24px 20px 21px}.service-package-card h3{font-size:22px}.service-package-price{font-size:28px}}.service-package-plan-form{display:flex;margin-top:auto}.service-package-plan-form button{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;min-height:46px;border:0;border-radius:10px;background:#12357a;color:#fff;font-family:inherit;font-size:14px;font-weight:bold;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.service-package-plan-form button:hover{transform:translateY(-1px);box-shadow:0 10px 22px rgba(18,53,122,.2)}.service-package-card.is-featured .service-package-plan-form button{background:linear-gradient(135deg,#2468f2,#1356d9)}.plan-item.is-gift .plan-type-badge{background:#e3f6e8;color:#17843b}.plan-item-price del{display:block;margin-bottom:3px;color:#8e9aac;font-size:12px}.plan-item.is-gift .plan-item-price strong,.summary-line.is-gift strong,.plan-success-items .is-gift strong{color:#17843b}.plan-applied-offer{display:block;margin-top:5px;color:#17843b;font-size:11px;font-weight:bold}.plan-modern-head{padding:34px 0 20px;background:#fff}.plan-modern-head h1{display:flex;align-items:center;gap:12px;margin:0;color:#0b1d46;font-size:28px;line-height:1.2;font-weight:bold;letter-spacing:-.02em}.plan-modern-head h1 span{font-size:29px;font-weight:400}.plan-modern-head p{margin:8px 0 0 48px;color:#6b7890;font-size:14px;line-height:1.5}.plan-page.plan-page-v2{padding:18px 0 78px;background:linear-gradient(180deg,#fbfcff 0,#f5f8fd 58%,#fff 100%)}.plan-layout.plan-layout-v2{grid-template-columns:minmax(0,1fr) 360px;gap:30px}.plan-list.plan-list-v2{gap:16px}.plan-service-card{overflow:hidden;border:1px solid #dce5f1;border-radius:18px;background:#fff;box-shadow:0 9px 26px rgba(8,39,88,.055);transition:border-color .2s ease,box-shadow .2s ease,opacity .2s ease}.plan-service-card.is-selected{border-color:#75a5ff;box-shadow:0 12px 32px rgba(35,96,220,.10)}.plan-service-card.is-removing{opacity:.48;filter:grayscale(.28)}.plan-service-main{display:grid;grid-template-columns:38px 82px minmax(0,1fr) 170px 54px;align-items:center;gap:16px;padding:20px 20px 17px}.plan-service-card .plan-item-media{width:82px;height:72px;background:#f2f6fc;overflow:hidden}.plan-service-card .plan-item-media img{object-fit:contain;padding:8px}.plan-service-card .plan-item-copy h3{font-size:20px;line-height:1.25}.plan-service-card .plan-item-copy p{font-size:13px;line-height:1.5}.plan-service-card .plan-type-badge{margin-bottom:6px;background:#eaf2ff;color:#1761d1}.plan-service-card .plan-item-price strong{font-size:18px}.plan-gift-bundle{margin:0 20px 18px;padding:0 14px 12px;border:1px solid #cfe5d5;border-radius:14px;background:linear-gradient(180deg,#fbfffc 0,#f4faf6 100%);transition:opacity .2s ease,filter .2s ease}.plan-gift-bundle.is-disabled{opacity:.45;filter:grayscale(.3)}.plan-gift-bundle>header{display:flex;align-items:center;gap:9px;padding:11px 4px 9px;color:#188044;font-size:13px}.plan-gift-bundle>header span{display:grid;place-items:center;width:22px;height:22px;border:1px solid #83c99a;border-radius:7px;background:#fff;color:#188044;font-size:16px}.plan-gift-list{display:grid;gap:9px}.plan-gift-row{display:grid;grid-template-columns:58px minmax(0,1fr) 120px 74px;align-items:center;gap:14px;padding:11px 13px;border:1px solid #d8e8dc;border-radius:11px;background:rgba(255,255,255,.8)}.plan-gift-media{display:grid;place-items:center;width:58px;height:54px;border-radius:10px;background:#f1f7f3;overflow:hidden}.plan-gift-media img{display:block;width:46px;height:46px;object-fit:contain}.plan-gift-copy{min-width:0}.plan-gift-copy>span{display:inline-flex;padding:3px 8px;border-radius:999px;background:#daf2e1;color:#188044;font-size:10px;font-weight:bold;line-height:1}.plan-gift-copy h4{margin:6px 0 3px;color:#13284f;font-size:15px;line-height:1.25}.plan-gift-copy p{margin:0;color:#718096;font-size:11px;line-height:1.4}.plan-gift-value{text-align:right}.plan-gift-value strong{display:block;color:#17843b;font-size:13px}.plan-gift-value small{display:block;margin-top:2px;color:#76839a;font-size:10px}.plan-gift-auto{justify-self:end;padding:8px 10px;border-radius:8px;background:#e8f6ec;color:#17843b;font-size:10px;font-weight:bold}.plan-orphan-gifts{padding:16px 18px;border:1px solid #cfe5d5;border-radius:14px;background:#f5fbf7;color:#176b39}.plan-orphan-gifts h3{margin:0 0 8px;font-size:16px}.plan-orphan-gifts p{margin:5px 0;font-size:13px}.plan-summary-column{min-width:0}.plan-summary.plan-summary-v2 .theme-btn{min-height:50px;margin-top:4px;border:0;font-size:14px}.plan-actions{padding-top:4px}@media(max-width:1120px){.plan-layout.plan-layout-v2{grid-template-columns:1fr}.plan-summary-column{order:-1}}@media(max-width:780px){.plan-modern-head{padding:26px 0 14px}.plan-modern-head h1{font-size:23px}.plan-modern-head p{margin-left:0;font-size:13px}.plan-page.plan-page-v2{padding-top:10px}.plan-service-main{grid-template-columns:32px 64px minmax(0,1fr);gap:11px;padding:15px}.plan-service-card .plan-item-media{width:64px;height:60px}.plan-service-card .plan-item-copy h3{font-size:17px}.plan-service-card .plan-item-price{grid-column:2/4;text-align:left}.plan-service-card .plan-remove{grid-column:3;text-align:right}.plan-gift-bundle{margin:0 12px 12px;padding:0 9px 9px}.plan-gift-row{grid-template-columns:50px minmax(0,1fr);gap:10px;padding:10px}.plan-gift-media{width:50px;height:48px}.plan-gift-media img{width:40px;height:40px}.plan-gift-value{grid-column:2;text-align:left}.plan-gift-auto{grid-column:2;grid-row:2;justify-self:end;align-self:start}.plan-gift-copy h4{font-size:14px}.plan-gift-copy p{font-size:10.5px}}@media(max-width:480px){.plan-modern-head h1{font-size:21px}.plan-service-main{grid-template-columns:30px 54px minmax(0,1fr);padding:13px}.plan-service-card .plan-item-media{width:54px;height:52px}.plan-service-card .plan-item-copy h3{font-size:16px}.plan-gift-row{grid-template-columns:44px minmax(0,1fr)}.plan-gift-media{width:44px;height:44px}.plan-gift-media img{width:36px;height:36px}.plan-gift-auto{padding:6px 8px}}.plan-finalise-page.plan-finalise-v2{padding:34px 0 0;background:linear-gradient(180deg,#fff 0,#f7f9fc 72%,#fff 100%)}.plan-finalise-v2>.container{width:min(calc(100% - 40px),1280px)}.plan-finalise-v2-head{margin:0 0 18px}.plan-finalise-v2-back{display:inline-flex;align-items:center;gap:8px;margin-bottom:10px;color:#0a63d8;font-size:14px;font-weight:bold}.plan-finalise-v2-title{display:flex;align-items:flex-start;gap:14px}.plan-finalise-v2-star{display:grid;place-items:center;flex:0 0 28px;width:28px;height:28px;margin-top:2px;color:#ffb23f;font-size:25px;line-height:1;filter:drop-shadow(0 4px 7px rgba(255,167,41,.24))}.plan-finalise-v2-title h1{margin:0;color:#112858;font-size:28px;line-height:1.18;letter-spacing:-.025em}.plan-finalise-v2-title p{margin:8px 0 0;color:#62728b;font-size:13px;line-height:1.55}.plan-finalise-v2-grid{display:grid;grid-template-columns:minmax(0,1fr) 370px;gap:24px;align-items:start}.plan-finalise-v2-main{display:grid;gap:12px;min-width:0}.plan-finalise-v2-panel{padding:20px 22px;border:1px solid #dfe6ef;border-radius:10px;background:#fff;box-shadow:0 5px 18px rgba(15,45,90,.045)}.plan-finalise-v2-panel h2{display:flex;align-items:center;gap:10px;margin:0 0 18px;color:#13295b;font-size:18px;line-height:1.25}.plan-panel-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 24px;width:24px;height:24px;color:#16336b}.plan-panel-icon svg{display:block;width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.plan-panel-icon.is-blue,.plan-commitments-v2 h2{color:#1268df}.plan-finalise-v2-fields{display:grid;gap:14px}.plan-fields-three{grid-template-columns:repeat(3,minmax(0,1fr))}.plan-fields-two{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:14px}.plan-finalise-v2-panel label,.plan-finalise-v2-note-field{display:grid;gap:7px;margin:0;color:#263b60;font-size:12px;font-weight:bold}.plan-finalise-v2-panel label em{color:#e84425;font-style:normal}.plan-finalise-v2-panel label small{color:#6d7b90;font-size:11px;font-weight:normal}.plan-finalise-v2-panel input,.plan-finalise-v2-panel textarea{width:100%;border:1px solid #d2dce9;border-radius:7px;background:#fff;padding:10px 12px;color:#172848;font:inherit;outline:none;transition:border-color .16s ease,box-shadow .16s ease}.plan-finalise-v2-panel input{height:42px}.plan-finalise-v2-panel textarea{min-height:72px;resize:vertical;line-height:1.5}.plan-finalise-v2-panel input:focus,.plan-finalise-v2-panel textarea:focus{border-color:#377be4;box-shadow:0 0 0 3px rgba(55,123,228,.1)}.plan-finalise-v2-note-field{margin-top:14px!important}.plan-commitments-v2 ul{display:grid;gap:7px;margin:0;padding:0;list-style:none;color:#344968;font-size:12px;line-height:1.48}.plan-commitments-v2 li{display:flex;align-items:flex-start;gap:9px;margin:0}.plan-commitments-v2 li>span{display:grid;place-items:center;flex:0 0 16px;width:16px;height:16px;margin-top:1px;border-radius:50%;background:#1671ee;color:#fff;font-size:10px;font-weight:bold}.plan-terms-v2{display:flex!important;align-items:flex-start!important;gap:9px!important;margin:14px 0 0!important;padding:0!important;color:#334762!important;font-size:12px!important;font-weight:normal!important}.plan-terms-v2 input{flex:0 0 16px;width:16px!important;height:16px!important;margin:1px 0 0!important;padding:0!important;accent-color:#1671ee}.plan-terms-v2 em{color:#e84425;font-style:normal}.plan-finalise-v2-important{padding:13px 16px;border:1px solid #9fc3f4;border-radius:9px;background:#f2f7ff;color:#2f4566}.plan-finalise-v2-important h3{display:flex;align-items:center;gap:9px;margin:0 0 7px;color:#17386f;font-size:13px}.plan-finalise-v2-important h3 span{display:grid;place-items:center;width:19px;height:19px;border-radius:50%;background:#14366f;color:#fff;font-size:12px;font-weight:bold}.plan-finalise-v2-important p{margin:3px 0;font-size:11px;line-height:1.45}.plan-finalise-v2-return{display:inline-flex;align-items:center;gap:7px;width:max-content;margin:0 0 18px;color:#0b62cf;font-size:12px;font-weight:bold}.plan-finalise-v2-summary{position:sticky;top:90px;padding:20px;border:1px solid #dce3ec;border-radius:10px;background:#fff;box-shadow:0 9px 28px rgba(15,45,90,.08)}.plan-finalise-v2-summary>h2{display:flex;align-items:center;gap:10px;margin:0 0 16px;padding-bottom:13px;border-bottom:1px solid #dfe5ec;color:#122857;font-size:20px}.plan-finalise-v2-summary>h2 span{display:grid;place-items:center;width:28px;height:28px;border-radius:6px;background:#f1f4f9;color:#132b5b}.plan-finalise-v2-summary>h2 svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.plan-summary-v2-protect{display:flex;align-items:flex-start;gap:9px;margin:12px 0 0;padding:11px;border:1px solid #c8e9d3;border-radius:7px;background:#f1fbf4;color:#21894c;font-size:11px;line-height:1.45}.plan-summary-v2-protect span{font-weight:bold}.plan-finalise-v2-submit{display:flex;align-items:center;justify-content:center;gap:9px;width:100%;min-height:46px;margin-top:14px;border:0;border-radius:7px;background:#08285f;color:#fff;font-size:14px;font-weight:bold;cursor:pointer;box-shadow:0 8px 18px rgba(8,40,95,.16);transition:transform .16s ease,box-shadow .16s ease}.plan-finalise-v2-submit:hover{transform:translateY(-1px);box-shadow:0 11px 23px rgba(8,40,95,.22)}.plan-finalise-v2-security{margin:10px 0 0;text-align:center;color:#738097;font-size:10px;line-height:1.4}@media (max-width:1050px){.plan-finalise-v2-grid{grid-template-columns:1fr}.plan-finalise-v2-summary{position:static}.plan-finalise-v2-return{margin-bottom:0}}@media (max-width:760px){.plan-finalise-page.plan-finalise-v2{padding-top:24px}.plan-finalise-v2>.container{width:min(calc(100% - 24px),1280px)}.plan-finalise-v2-title h1{font-size:24px}.plan-fields-three,.plan-fields-two{grid-template-columns:1fr}.plan-finalise-v2-panel{padding:17px}.plan-finalise-v2-grid{gap:16px}}.plan-finalise-v2 .plan-contact-panel label,.plan-finalise-v2 .plan-finalise-v2-note-field{display:block;margin:0;color:#263b60;font-size:12px;font-weight:bold;line-height:1.45}.plan-finalise-v2 .plan-contact-panel label>em,.plan-finalise-v2 .plan-contact-panel label>small{display:inline;margin-left:3px;vertical-align:baseline}.plan-finalise-v2 .plan-contact-panel label>input,.plan-finalise-v2 .plan-contact-panel label>textarea,.plan-finalise-v2 .plan-finalise-v2-note-field>textarea{display:block;margin-top:7px}.plan-finalise-page.plan-finalise-v2{padding-bottom:18px}.plan-finalise-v2-grid{padding-bottom:18px}.plan-finalise-v2-summary{margin-bottom:18px}@media (max-width:1050px){.plan-finalise-page.plan-finalise-v2{padding-bottom:24px}.plan-finalise-v2-grid{padding-bottom:0}.plan-finalise-v2-summary{margin-bottom:0}}.plan-layout.plan-layout-v2{grid-template-columns:minmax(0,1fr) 390px;gap:24px}.plan-cost-column{position:sticky;top:96px;align-self:start;display:grid;align-content:start;gap:14px;min-width:0}.plan-cost-summary{position:static;padding:20px;border:1px solid #dce4ee;border-radius:14px;background:#fff;box-shadow:0 10px 30px rgba(12,42,86,.09)}.plan-cost-summary>h2{display:flex;align-items:center;gap:11px;margin:0 0 12px;padding-bottom:13px;border-bottom:1px solid #dfe5ed;color:#142958;font-size:22px;line-height:1.2;font-weight:bold}.plan-cost-summary>h2>span{display:grid;place-items:center;flex:0 0 30px;width:30px;height:30px;border-radius:7px;background:#f1f4f9;color:#132c5e}.plan-cost-summary>h2 svg{display:block;width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.plan-cost-groups{display:grid;gap:0}.plan-cost-group{padding:13px 0;border-bottom:1px dashed #cad3e0}.plan-cost-group[hidden]{display:none!important}.plan-cost-group-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:9px;color:#13284f}.plan-cost-group-head strong{min-width:0;font-size:15px;line-height:1.35;font-weight:bold}.plan-cost-group-head b{flex:0 0 auto;color:#13284f;font-size:14px;line-height:1.35;font-weight:bold;white-space:nowrap}.plan-cost-gift-row{display:grid;grid-template-columns:25px minmax(0,1fr) auto;align-items:center;gap:9px;padding:5px 0;color:#283d61;font-size:12px;line-height:1.35}.plan-cost-gift-icon{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:#f1f6fb;overflow:hidden;color:#168b48;font-size:12px;font-weight:bold}.plan-cost-gift-icon img{display:block;width:22px;height:22px;object-fit:contain;padding:2px}.plan-cost-gift-name{min-width:0;overflow-wrap:anywhere}.plan-cost-gift-price{display:inline-flex;align-items:center;justify-content:flex-end;gap:10px;white-space:nowrap}.plan-cost-gift-price del{color:#253b61;font-size:12px;text-decoration-thickness:1.5px}.plan-cost-gift-price b{color:#168b48;font-size:12px;font-weight:bold}.plan-cost-orphan-gifts{margin-top:1px}.plan-cost-totals{padding-top:4px}.plan-cost-totals>div{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:9px 0;color:#344966;font-size:13px;line-height:1.35}.plan-cost-totals>div>strong{color:#13284f;font-size:14px;white-space:nowrap}.plan-cost-gift-total>span:last-child{display:inline-flex;align-items:center;gap:11px;white-space:nowrap}.plan-cost-gift-total del{color:#253b61;text-decoration-thickness:1.5px}.plan-cost-gift-total b{color:#168b48;font-weight:bold}.plan-cost-grand-total{margin-top:3px;padding-top:13px!important;border-top:1px dashed #cbd4e0;color:#112858!important;font-weight:bold}.plan-cost-grand-total strong{color:#ff5b20!important;font-size:22px!important;letter-spacing:-.02em}.plan-cost-submit{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;min-height:50px;margin-top:9px;border:0;border-radius:8px;background:#08285f;color:#fff;font-family:inherit;font-size:15px;font-weight:bold;cursor:pointer;box-shadow:0 9px 20px rgba(8,40,95,.17);transition:transform .17s ease,box-shadow .17s ease}.plan-cost-submit:hover{transform:translateY(-1px);box-shadow:0 12px 25px rgba(8,40,95,.23)}.plan-cost-submit b{margin-left:auto;font-size:22px;line-height:1;font-weight:normal}.plan-cost-notice{display:flex;align-items:flex-start;gap:10px;padding:13px 15px;border:1px solid #d9e2ee;border-radius:10px;background:#f7f9fc;color:#61718a;font-size:12px;line-height:1.55}.plan-cost-notice>span{display:grid;place-items:center;flex:0 0 23px;width:23px;height:23px;border:1px solid #9eb2ce;border-radius:7px;color:#48658e;font-size:14px}.plan-cost-notice p{margin:0}.plan-cost-add-more{display:inline-flex;width:max-content;color:#0f62d4;font-size:15px;font-weight:bold}.plan-cost-add-more:hover{color:#ff5a1f}@media(max-width:1120px){.plan-layout.plan-layout-v2{grid-template-columns:1fr}.plan-cost-column{position:static;top:auto;order:-1}.plan-cost-summary{position:static}.plan-cost-notice{display:none}}@media(max-width:780px){.plan-cost-summary{padding:18px 15px}.plan-cost-summary>h2{font-size:20px}.plan-cost-group-head strong{font-size:14px}.plan-cost-group-head b{font-size:13px}.plan-cost-gift-row{grid-template-columns:22px minmax(0,1fr) auto;gap:6px}.plan-cost-gift-name{font-size:11.5px;line-height:1.35}.plan-cost-gift-price{grid-column:auto;justify-content:flex-end;gap:7px}.plan-cost-gift-price del,.plan-cost-gift-price b{font-size:11.5px}.plan-cost-grand-total strong{font-size:19px!important}.plan-cost-add-more{font-size:14px}}.plan-line-icon{color:#17366f!important}.plan-line-icon svg{display:block;width:42px;height:42px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.plan-service-card .plan-item-media.plan-line-icon{overflow:visible;background:#f3f7fd}.plan-service-card .plan-item-media.plan-line-icon svg{width:44px;height:44px}.plan-gift-media.plan-line-icon{overflow:visible;background:#f1f7f3;color:#177d4b!important}.plan-gift-media.plan-line-icon svg{width:35px;height:35px;stroke-width:2.25}.plan-cost-gift-icon.plan-line-icon{overflow:visible;color:#17366f!important}.plan-cost-gift-icon.plan-line-icon svg{width:18px;height:18px;stroke-width:2.35}@media(max-width:780px){.plan-service-card .plan-item-media.plan-line-icon svg{width:38px;height:38px}.plan-gift-media.plan-line-icon svg{width:31px;height:31px}}@media(max-width:480px){.plan-service-card .plan-item-media.plan-line-icon svg{width:34px;height:34px}.plan-gift-media.plan-line-icon svg{width:28px;height:28px}.plan-cost-gift-icon.plan-line-icon svg{width:17px;height:17px}}.plan-modern-head>.plan-wrap,.plan-page.plan-page-v2>.plan-wrap{width:min(calc(100% - 48px),var(--wrap));max-width:var(--wrap);margin-inline:auto;box-sizing:border-box}.plan-page.plan-page-v2{overflow-x:hidden}.plan-layout.plan-layout-v2,.plan-list.plan-list-v2,.plan-summary-column.plan-cost-column,.plan-service-card,.plan-cost-summary{min-width:0;max-width:100%;box-sizing:border-box}.plan-cost-submit{display:flex;align-items:center;justify-content:center;padding:0 18px;text-align:center}.plan-cost-submit-inner{display:inline-flex;align-items:center;justify-content:center;gap:11px;max-width:100%;margin-inline:auto;line-height:1.2}.plan-cost-submit-icon,.plan-cost-submit-arrow{display:block;flex:0 0 auto;width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.plan-cost-submit-arrow{width:19px;height:19px}.plan-cost-submit b{margin-left:0}@media(max-width:620px){.plan-modern-head>.plan-wrap,.plan-page.plan-page-v2>.plan-wrap{width:min(calc(100% - 24px),var(--wrap))}.plan-cost-submit{padding-inline:14px}.plan-cost-submit-inner{gap:9px}.plan-cost-submit-icon{width:20px;height:20px}.plan-cost-submit-arrow{width:18px;height:18px}}.plan-finalise-v2>.plan-finalise-wrap{width:min(calc(100% - 48px),var(--wrap));max-width:var(--wrap);margin-inline:auto;box-sizing:border-box}.plan-finalise-v2-grid{grid-template-columns:minmax(0,1fr) 390px;gap:24px}.plan-finalise-v2-main,.plan-finalise-cost-summary{min-width:0;max-width:100%;box-sizing:border-box}.plan-finalise-cost-summary{position:sticky;top:90px;align-self:start;margin:0 0 24px;padding:20px}.plan-finalise-cost-summary .plan-cost-group:first-child{padding-top:3px}.plan-finalise-cost-summary .plan-cost-totals{padding-top:5px}.plan-finalise-cost-summary .plan-cost-grand-total{margin-top:2px}.plan-finalise-cost-deposit{color:#f05b24!important;border-top:1px solid #eef1f5}.plan-finalise-cost-deposit strong{color:#f05b24!important;font-size:14px!important;white-space:nowrap}.plan-finalise-cost-summary .plan-summary-v2-protect{margin:13px 0 0}.plan-finalise-cost-summary .plan-finalise-v2-submit{margin-top:13px}.plan-finalise-cost-summary .plan-finalise-v2-security{margin-bottom:0}@media(max-width:1120px){.plan-finalise-v2-grid{grid-template-columns:1fr}.plan-finalise-cost-summary{position:static;top:auto;order:-1;margin-bottom:0}}@media(max-width:620px){.plan-finalise-v2>.plan-finalise-wrap{width:min(calc(100% - 24px),var(--wrap))}.plan-finalise-cost-summary{padding:18px 15px}}.plan-finalise-v2-side{position:sticky;top:90px;align-self:start;display:grid;align-content:start;gap:14px;min-width:0;max-width:100%}.plan-finalise-v2-side .plan-finalise-cost-summary{position:static;top:auto;align-self:auto;margin:0}.plan-finalise-v2-side-return{display:inline-flex;align-items:center;justify-content:flex-start;width:max-content;max-width:100%;margin:0 0 24px;padding:0 4px;color:#0b62cf;font-size:12px;font-weight:bold;line-height:1.5}.plan-finalise-v2-side-return:hover{color:#ff5a18}@media(max-width:1120px){.plan-finalise-v2-side{position:static;top:auto;order:-1;gap:12px}.plan-finalise-v2-side-return{margin:0 0 4px}}.plan-remove-button{appearance:none;border:0;background:transparent;padding:0;cursor:pointer;font:inherit}.plan-remove-button span{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:6px 8px;border-radius:8px;color:#b33434;font-size:12px;font-weight:bold;transition:background .18s ease,color .18s ease}.plan-remove-button:hover span,.plan-remove-button:focus-visible span{background:#fff0f0;color:#a52222;outline:0}.plan-gift-actions{display:flex;justify-content:flex-end;align-items:center;min-width:78px}.plan-gift-remove{appearance:none;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;width:74px;min-height:42px;border:1px solid #e5b8b8;border-radius:8px;background:#fff7f7;color:#a93434;padding:6px 7px;font-size:10px;font-weight:bold;line-height:1.15;white-space:normal;text-align:center;cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease}.plan-gift-remove span{display:block;width:100%}.plan-gift-remove:hover,.plan-gift-remove:focus-visible{border-color:#d98e8e;background:#ffecec;color:#912727;outline:0}@media(max-width:780px){.plan-gift-actions{grid-column:2;grid-row:3;justify-content:flex-start;min-width:0}.plan-gift-remove{width:70px;min-height:40px;padding:5px 7px;font-size:9.5px}.plan-gift-auto{grid-column:auto;grid-row:auto}}.business-showcase .home-refresh-heading h2{font-size:clamp(24px,2.2vw,35px)}.wb42-page{background:#fff;color:#0b1f4f;overflow:hidden}.wb42-sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.wb42-hero{padding:0 0 34px;background:linear-gradient(180deg,#fff,#f7faff)}.wb42-banner{position:relative;overflow:hidden;border-radius:18px;background:#f4f8ff;box-shadow:0 18px 46px rgba(28,66,127,.1)}.wb42-banner>img{display:block;width:100%;height:auto}.wb42-banner-link{position:absolute;z-index:2;display:block;border-radius:8px}.wb42-banner-link.is-samples{left:5.8%;top:57.4%;width:12.2%;height:8.1%}.wb42-banner-link.is-consult{left:18.8%;top:57.4%;width:13.2%;height:8.1%}.wb42-banner-link:focus-visible{outline:3px solid #ff6a21;outline-offset:3px}.wb42-mobile-actions{display:none}.wb42-section-head{text-align:center}.wb42-section-head h2{margin:0;color:#0a1d47;font-size:clamp(27px,2.4vw,40px);line-height:1.2;font-weight:bold}.wb42-section-head h2:before,.wb42-section-head h2:after{content:"";display:inline-block;width:42px;height:2px;margin:0 18px 9px;background:linear-gradient(90deg,transparent,#ff7a22)}.wb42-section-head h2:after{background:linear-gradient(90deg,#ff7a22,transparent)}.wb42-section-head p{margin:9px 0 0;color:#8d9ab0;font-size:14px}.wb42-section-head.is-dark h2{color:#fff}.wb42-pricing{padding:62px 0 54px;background:radial-gradient(circle at 50% 0,rgba(30,90,170,.2),transparent 34%),linear-gradient(145deg,#06182f,#020b1a 76%);color:#fff}.wb42-pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:34px;align-items:stretch}.wb42-price-card{--tone:#3386ff;--tone-dark:#112f65;position:relative;display:flex;flex-direction:column;min-width:0;padding:27px 24px 24px;border:1px solid color-mix(in srgb,var(--tone) 55%,transparent);border-radius:13px;background:linear-gradient(180deg,rgba(11,31,65,.98),rgba(3,14,31,.99));box-shadow:0 20px 40px rgba(0,0,0,.24)}.wb42-price-card.is-orange{--tone:#ff6a21;--tone-dark:#5b2817}.wb42-price-card.is-purple{--tone:#9858ff;--tone-dark:#38205e}.wb42-price-card.is-featured{box-shadow:0 0 0 1px color-mix(in srgb,var(--tone) 45%,transparent),0 22px 46px color-mix(in srgb,var(--tone) 18%,transparent)}.wb42-price-badge{position:absolute;left:50%;top:-14px;transform:translateX(-50%);white-space:nowrap;padding:7px 16px;border-radius:999px;background:linear-gradient(90deg,#ff5f20,#ff8a2b);color:#fff;font-size:11px;font-weight:bold;box-shadow:0 9px 22px rgba(255,107,36,.26)}.wb42-price-top{text-align:center}.wb42-price-top small{display:block;color:#9eabc0;font-size:11px}.wb42-price-top h3{margin:7px 0;color:var(--tone);font-size:26px;line-height:1.18;font-weight:bold}.wb42-price-top p{min-height:40px;margin:0 auto 15px;color:#9caac0;font-size:12px;line-height:1.55}.wb42-price-top strong{display:block;color:var(--tone);font-size:31px;line-height:1.15;font-weight:bold}.wb42-price-top>span{display:block;margin-top:5px;color:#7f8ea8;font-size:11px}.wb42-price-features{display:grid;gap:8px;margin:23px 0 26px;padding:0;list-style:none}.wb42-price-features li{display:grid;grid-template-columns:19px minmax(0,1fr);gap:8px;align-items:start;color:#dce5f4;font-size:12px;line-height:1.42}.wb42-price-features li i{display:grid;place-items:center;width:17px;height:17px;margin-top:1px;border-radius:50%;background:var(--tone-dark);color:var(--tone);font-style:normal;font-size:11px;font-weight:bold}.wb42-price-features li.is-disabled{color:#6f7b8f}.wb42-price-features li.is-disabled i{background:#1f2937;color:#667386}.wb42-price-features li em{display:inline-flex;align-items:center;margin-left:6px;padding:1px 5px;border-radius:999px;background:#ff5a1f;color:#fff;font-size:8px;font-style:normal;font-weight:bold;vertical-align:middle}.wb42-price-form{margin-top:auto}.wb42-price-cta{display:flex;align-items:center;justify-content:center;width:100%;min-height:46px;margin-top:auto;border:1px solid var(--tone);border-radius:7px;background:color-mix(in srgb,var(--tone-dark) 70%,#07142b);color:var(--tone);font-size:13px;font-weight:bold;cursor:pointer}.wb42-price-card.is-featured .wb42-price-cta{background:linear-gradient(90deg,#ff5b1f,#ff7b22);color:#fff;box-shadow:0 10px 22px rgba(255,91,31,.22)}.wb42-common{margin-top:28px;padding:20px 24px 24px;border:2px solid #2ecf66;border-radius:12px;background:linear-gradient(180deg,rgba(8,47,45,.74),rgba(4,27,33,.85));box-shadow:0 0 25px rgba(46,207,102,.12)}.wb42-common h3{margin:0 0 18px;color:#61e786;font-size:21px;line-height:1.2;text-align:center;font-weight:bold}.wb42-common p{display:grid;grid-template-columns:19px minmax(0,1fr);gap:8px;align-items:start;margin:0;color:#d8f2e1;font-size:12.5px;line-height:1.42}.wb42-common p i{display:grid;place-items:center;width:16px;height:16px;margin-top:1px;border-radius:50%;background:#22b85b;color:#fff;font-size:10px;font-style:normal;font-weight:bold}.wb42-why{padding:52px 0 58px;background:#fff}.wb42-why-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));margin-top:25px;border:1px solid #e5ebf4;border-radius:12px;background:#fff;box-shadow:0 14px 34px rgba(25,55,102,.07);overflow:hidden}.wb42-why-grid article{padding:22px 16px;text-align:center;border-right:1px solid #e8edf5}.wb42-why-grid article:last-child{border-right:0}.wb42-why-grid article>span{display:grid;place-items:center;width:48px;height:48px;margin:0 auto 10px;color:#2761b7}.wb42-why-grid svg{width:42px;height:42px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.wb42-why-grid h3{margin:0;color:#102a59;font-size:14px;line-height:1.3;font-weight:bold}.wb42-why-grid p{margin:7px 0 0;color:#7b879d;font-size:11.5px;line-height:1.48}.wb42-process-head{text-align:center;margin-top:36px}.wb42-process-head h2{margin:0;color:#0a1d47;font-size:25px;line-height:1.2;font-weight:bold}.wb42-process-grid{position:relative;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin-top:24px}.wb42-process-grid:before{content:"";position:absolute;left:7%;right:7%;top:19px;height:2px;background:#b8c9e6}.wb42-process-grid article{position:relative;z-index:1;text-align:center;padding:0 10px}.wb42-process-grid article>span{display:grid;place-items:center;width:38px;height:38px;margin:0 auto 13px;border-radius:50%;background:#082b61;color:#fff;font-size:14px;font-weight:bold;box-shadow:0 0 0 5px #fff}.wb42-process-grid h3{margin:0;color:#102a59;font-size:14px;line-height:1.35;font-weight:bold}.wb42-process-grid p{margin:7px auto 0;max-width:170px;color:#7b879d;font-size:11.5px;line-height:1.45}.wb42-showcase{padding:50px 0 36px;background:#fff}.wb42-showcase .home-refresh-heading h2{font-size:clamp(24px,2.15vw,34px)}.wb42-showcase-empty{display:grid;place-items:center;min-height:210px;margin-top:28px;border:1px dashed #cad7eb;border-radius:16px;background:#f8fbff;color:#60708b;text-align:center}.wb42-faq{padding:28px 0 66px;background:#fff}.wb42-faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;margin-top:24px}.wb42-faq details{border:1px solid #dfe6f1;border-radius:8px;background:#fff;box-shadow:0 8px 20px rgba(25,55,102,.04)}.wb42-faq summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:17px 19px;cursor:pointer;color:#172b55;font-size:14px;font-weight:bold;list-style:none}.wb42-faq summary::-webkit-details-marker{display:none}.wb42-faq summary span{font-size:22px;font-weight:normal}.wb42-faq details[open] summary span{transform:rotate(45deg)}.wb42-faq details p{margin:0;padding:0 19px 18px;color:#64718a;font-size:13px;line-height:1.65}@media(max-width:1120px){.wb42-pricing-grid{gap:13px}.wb42-price-card{padding-inline:18px}.wb42-why-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.wb42-why-grid article:nth-child(3n){border-right:0}.wb42-why-grid article:nth-child(-n/**/+3){border-bottom:1px solid #e8edf5}.wb42-process-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px 12px}.wb42-process-grid:before{display:none}}@media(max-width:900px){.wb42-hero{padding-top:10px}.wb42-banner-link{display:none}.wb42-mobile-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:14px}.wb42-mobile-actions a{display:flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 15px;border-radius:8px;background:#061b40;color:#fff;font-size:13px;font-weight:bold}.wb42-mobile-actions a.is-orange{background:linear-gradient(135deg,#ff5a1f,#ff7a22)}.wb42-pricing-grid{grid-template-columns:1fr}.wb42-price-card{width:min(100%,650px);margin-inline:auto}.wb42-faq-grid{grid-template-columns:1fr}}@media(max-width:620px){.wb42-hero{padding-bottom:26px}.wb42-banner{border-radius:12px}.wb42-mobile-actions{grid-template-columns:1fr}.wb42-section-head h2:before,.wb42-section-head h2:after{display:none}.wb42-pricing{padding:48px 0 42px}.wb42-price-top strong{font-size:28px}.wb42-price-features li{font-size:12px}.wb42-common{padding:18px 16px}.wb42-common h3{font-size:18px}.wb42-why{padding:42px 0}.wb42-why-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.wb42-why-grid article{border-right:1px solid #e8edf5;border-bottom:1px solid #e8edf5}.wb42-why-grid article:nth-child(2n){border-right:0}.wb42-why-grid article:nth-last-child(-n/**/+2){border-bottom:0}.wb42-process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.wb42-showcase{padding-top:42px}.wb42-faq{padding-bottom:50px}}.wb43-common{padding:24px 26px 28px}.wb43-common-groups{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:16px;margin-top:20px}.wb43-common-group{grid-column:span 2;min-width:0;padding:18px 18px 20px;border:1px solid rgba(97,231,134,.22);border-radius:10px;background:linear-gradient(180deg,rgba(14,58,55,.78),rgba(5,31,38,.92));box-shadow:inset 0 1px 0 rgba(255,255,255,.03)}.wb43-common-group:nth-child(4),.wb43-common-group:nth-child(5){grid-column:span 3}.wb43-common-group h4{position:relative;margin:0 0 15px;padding-bottom:11px;color:#7af09a;font-size:15px;line-height:1.3;font-weight:bold}.wb43-common-group h4:after{content:"";position:absolute;left:0;bottom:0;width:46px;height:2px;border-radius:999px;background:#36d36d}.wb43-common-list{display:grid;gap:9px}.wb43-common-list p{display:grid;grid-template-columns:18px minmax(0,1fr);gap:8px;align-items:start;margin:0;color:#daf2e2;font-size:12px;line-height:1.48}.wb43-common-list p i{display:grid;place-items:center;width:16px;height:16px;margin-top:1px;border-radius:50%;background:#22b85b;color:#fff;font-size:10px;font-style:normal;font-weight:bold}.wb42-price-top p{min-height:58px;font-size:12.5px;line-height:1.5}.wb42-price-features{align-content:start;min-height:182px}@media(max-width:1120px){.wb43-common-groups{grid-template-columns:repeat(2,minmax(0,1fr))}.wb43-common-group,.wb43-common-group:nth-child(4),.wb43-common-group:nth-child(5){grid-column:span 1}.wb43-common-group:last-child{grid-column:1/-1}}@media(max-width:620px){.wb43-common{padding:18px 14px 20px}.wb43-common-groups{grid-template-columns:1fr;gap:12px}.wb43-common-group,.wb43-common-group:nth-child(4),.wb43-common-group:nth-child(5),.wb43-common-group:last-child{grid-column:1}.wb43-common-group{padding:16px}.wb43-common-list p{font-size:12px}.wb42-price-features{min-height:0}.wb42-price-top p{min-height:0}}.home-ecosystem-icon,.ecosystem-service-icon,.services-v2-benefit-icon,.services-v2-reason-icon,.service-detail-line-icon,.service-related-line-icon,.home-refresh-domain-line-icon{display:grid;place-items:center;color:#0c3875}.home-ecosystem-icon{width:72px;height:72px;margin-bottom:12px;border-radius:18px;background:#f3f7fd}.home-ecosystem-icon svg{width:48px;height:48px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.ecosystem-service-icon{width:65px;height:65px;margin-top:22px;border-radius:14px;background:#f4f8fd}.ecosystem-service-icon svg{width:44px;height:44px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.services-v2-node-icon svg{width:53px;height:53px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;transform:rotate(8deg) skewY(-4deg)}.services-v2-benefit-icon{width:35px;height:35px}.services-v2-benefit-icon svg{width:31px;height:31px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.services-v2-process-icon svg,.services-v2-reason-icon svg{width:52px;height:52px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.services-v2-reason-icon{width:70px;height:70px;margin:0 auto 12px;border-radius:18px;background:#f3f7fd}.home-refresh-domain-line-icon svg{width:74px;height:74px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.service-detail-line-icon{width:118px;height:118px;margin:0 auto 22px;border-radius:24px;background:#f3f7fd}.service-detail-line-icon svg{width:78px;height:78px;fill:none;stroke:currentColor;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}.service-related-line-icon{width:58px;height:58px;margin-bottom:14px;border-radius:14px;background:#f3f7fd}.service-related-line-icon svg{width:38px;height:38px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}@media(max-width:900px){.home-ecosystem-icon{width:64px;height:64px}.home-ecosystem-icon svg{width:42px;height:42px}}@media(max-width:560px){.home-ecosystem-icon{width:44px;height:44px;margin-bottom:7px;border-radius:11px}.home-ecosystem-icon svg{width:30px;height:30px}.ecosystem-service-icon{width:58px;height:58px;margin:25px auto 2px}.ecosystem-service-icon svg{width:39px;height:39px}}.tcn-skip-link{position:fixed;left:18px;top:10px;z-index:100000;padding:11px 16px;border:2px solid #fff;border-radius:9px;background:#082f72;color:#fff;font-size:14px;font-weight:bold;box-shadow:0 8px 24px rgba(0,15,48,.25);transform:translateY(-160%);transition:transform .18s ease}.tcn-skip-link:focus{transform:translateY(0);outline:3px solid #ffb08f;outline-offset:2px}#main-content:focus{outline:none}.hero-slide:not(.active){pointer-events:none}.hero-slide[aria-hidden="true"]{visibility:hidden}.hero-slide.active{pointer-events:auto}.slider-dots{gap:0;align-items:center}.slider-dots button{position:relative;width:48px;height:48px;padding:0;border:0;border-radius:50%;background:transparent!important;transform:none!important}.slider-dots button::before{content:"";position:absolute;left:50%;top:50%;width:10px;height:10px;border-radius:999px;background:#aab8ce;transform:translate(-50%,-50%);transition:width .2s ease,background-color .2s ease,box-shadow .2s ease}.slider-dots button.active::before{width:28px;background:#d9480f;box-shadow:0 0 0 2px rgba(255,255,255,.72)}.slider-dots button:focus-visible{outline:3px solid #fff;outline-offset:-5px;box-shadow:0 0 0 3px #174ea6}.tcn-knowledge-dots{gap:0}.tcn-knowledge-dots button{position:relative;width:44px;height:44px;padding:0;border:0;border-radius:50%;background:transparent!important;transform:none!important}.tcn-knowledge-dots button::before{content:"";position:absolute;left:50%;top:50%;width:11px;height:11px;border-radius:50%;background:#aeb8cd;transform:translate(-50%,-50%);transition:transform .2s ease,background-color .2s ease,box-shadow .2s ease}.tcn-knowledge-dots button.active::before{background:#304ccc;transform:translate(-50%,-50%) scale(1.18);box-shadow:0 0 0 3px #e8ecff}.tcn-knowledge-dots button:focus-visible{outline:3px solid #3155d9;outline-offset:-4px}.home-ecosystem-card p{color:#48566d;font-size:12px}.home-ecosystem-card:focus-visible{outline:3px solid #1f5bbd;outline-offset:3px}.home-ecosystem-card:hover p,.home-ecosystem-card:focus-visible p{color:#35445c}.pricing-plan-summary span{color:#3d5275}.pricing-theme-business .pricing-plan-summary b,.pricing-theme-business .pricing-plan-summary span{color:#0752ae}.pricing-theme-sales .pricing-plan-icon,.pricing-theme-sales h3,.pricing-theme-sales>strong,.pricing-theme-sales .pricing-plan-summary b,.pricing-theme-sales .pricing-plan-summary span{color:#b83b00}.pricing-plan-card li.disabled{color:#687286}.pricing-plan-card li.disabled>i{background:#6f7888;color:#fff}.pricing-plan-card li em{background:#a92518;color:#fff;font-size:10px}section.home-refresh-journey.home-journey-v2 .home-journey-v2-head h2 em{color:#c44500}section.home-refresh-journey.home-journey-v2 .home-journey-v2-item h3 em{color:#b83b00}.tcn-knowledge-meta{color:#59657a}.tcn-knowledge-meta time{color:#566278}.tcn-knowledge-card.is-featured p,.tcn-knowledge-card.is-small p{color:#526078}.tcn-knowledge-category,.tcn-knowledge-read{color:color-mix(in srgb,var(--category-color) 58%,#07182f 42%)}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(21,91,190,.82);outline-offset:3px}.slider-arrow:focus-visible,.tcn-knowledge-arrow:focus-visible{outline-color:#174ea6}@media(max-width:620px){.slider-dots button{width:42px;height:42px}.home-ecosystem-card p{font-size:10px;line-height:1.5}}.is-home .tcn-dark-home-hero .hero-slider{padding-bottom:56px!important;background:#02091b!important}.is-home .tcn-dark-home-hero .slides-track{position:relative;z-index:1}.is-home .tcn-dark-home-hero .slider-dots{left:50%!important;bottom:0!important;z-index:7;display:flex;align-items:center;justify-content:center;width:auto;min-height:56px;padding:4px 16px;gap:8px!important;border-radius:0;background:linear-gradient(180deg,rgba(2,9,27,.80),#02091b 44%);transform:translateX(-50%)!important}.is-home .tcn-dark-home-hero .slider-dots button{position:relative;display:block;flex:0 0 48px;width:48px!important;min-width:48px!important;height:48px!important;min-height:48px!important;margin:0!important;padding:0!important;border:0!important;border-radius:10px!important;background:transparent!important;box-shadow:none!important;cursor:pointer;touch-action:manipulation}.is-home .tcn-dark-home-hero .slider-dots button::before{content:"";position:absolute;left:50%;top:50%;width:10px;height:10px;border-radius:999px;background:rgba(255,255,255,.48);box-shadow:0 0 0 1px rgba(0,0,0,.18);transform:translate(-50%,-50%);transition:width .2s ease,background-color .2s ease,box-shadow .2s ease}.is-home .tcn-dark-home-hero .slider-dots button.active::before{width:28px;background:#ff7417;box-shadow:0 0 0 2px rgba(255,255,255,.72)}.is-home .tcn-dark-home-hero .slider-dots button:hover::before{background:#ff8b3d}.is-home .tcn-dark-home-hero .slider-dots button:focus-visible{outline:3px solid #fff!important;outline-offset:-5px!important;box-shadow:0 0 0 3px #174ea6!important}.is-home .tcn-dark-home-hero .slider-arrow{top:calc(50% - 28px)!important;width:48px!important;height:48px!important;min-width:48px!important;min-height:48px!important}@media(max-width:620px){.is-home .tcn-dark-home-hero .hero-slider{padding-bottom:52px!important}.is-home .tcn-dark-home-hero .slider-dots{bottom:0!important;min-height:52px;max-width:100%;padding:2px 8px;gap:8px!important}.is-home .tcn-dark-home-hero .slider-dots button{flex:0 0 36px;width:36px!important;min-width:36px!important;height:48px!important;min-height:48px!important}.is-home .tcn-dark-home-hero .slider-dots button.active::before{width:22px}}.home-refresh-showcase-dots{display:flex!important;align-items:center!important;justify-content:center!important;gap:0!important;min-height:48px!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important;overflow:visible!important}.home-refresh-showcase-dots button{position:relative!important;display:grid!important;place-items:center!important;flex:0 0 48px!important;width:48px!important;height:48px!important;min-width:48px!important;min-height:48px!important;padding:0!important;border:0!important;border-radius:50%!important;background:transparent!important;box-shadow:none!important;cursor:pointer!important}.home-refresh-showcase-dots button::before{content:"";display:block;width:10px;height:10px;border-radius:999px;background:#9aa7ba;transition:width .2s ease,background-color .2s ease,box-shadow .2s ease,transform .2s ease}.home-refresh-showcase-dots button.active::before{width:24px;background:var(--orange);box-shadow:0 0 0 4px rgba(255,90,31,.10)}.home-refresh-showcase-dots button:focus-visible{outline:2px solid #1647a8!important;outline-offset:-6px!important}@media (max-width:359px){.home-refresh-showcase-dots button{flex-basis:44px!important;width:44px!important;min-width:44px!important}}@supports (content-visibility:auto){body.is-home .home-refresh-pricing{content-visibility:auto;contain-intrinsic-size:auto 900px}body.is-home .home-refresh-why{content-visibility:auto;contain-intrinsic-size:auto 760px}body.is-home .home-refresh-journey{content-visibility:auto;contain-intrinsic-size:auto 760px}body.is-home .tcn-knowledge-section{content-visibility:auto;contain-intrinsic-size:auto 720px}}@supports (content-visibility:auto){body.is-home .home-refresh-domain,body.is-home .home-refresh-showcase,body.is-home .home-refresh-pricing,body.is-home .home-refresh-why,body.is-home .home-refresh-journey,body.is-home .tcn-knowledge-section,body.is-home }body.is-home .tcn-footer-v2{position:relative;z-index:1;margin:0;padding:72px 0 0;overflow:hidden;color:#d8e4f0;background:linear-gradient(180deg,#0b377b 0%,#082c67 54%,#062457 100%)}.tcn-footer-v2::before{content:"";position:absolute;z-index:0;inset:0;background-image:radial-gradient(circle at 1px 1px,rgba(255,255,255,.075) .95px,transparent 1.05px);background-size:17px 17px;background-repeat:repeat;background-position:0 0;mask-image:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.16) 8%,rgba(0,0,0,.44) 18%,rgba(0,0,0,.52) 32%,rgba(0,0,0,.52) 68%,rgba(0,0,0,.44) 82%,rgba(0,0,0,.16) 92%,transparent 100%);-webkit-mask-image:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.16) 8%,rgba(0,0,0,.44) 18%,rgba(0,0,0,.52) 32%,rgba(0,0,0,.52) 68%,rgba(0,0,0,.44) 82%,rgba(0,0,0,.16) 92%,transparent 100%);pointer-events:none}.tcn-footer-v2::after{display:none!important;content:none!important}.tcn-footer-v2 .footer-grid,.tcn-footer-v2 .footer-bottom{position:relative;z-index:1}.tcn-footer-v2 .footer-grid{display:grid;grid-template-columns:1.18fr .96fr .96fr .92fr;gap:0;align-items:start}.tcn-footer-v2 .footer-grid>div{padding:0 22px}.tcn-footer-v2 .footer-grid>div:first-child{padding-left:0}.tcn-footer-v2 .footer-grid>div:last-child{padding-right:0}.tcn-footer-v2 .footer-grid>div+div{border-left:1px solid rgba(255,255,255,.14)}.tcn-footer-v2 .footer-brand{position:relative;min-height:0!important;overflow:visible!important;padding-bottom:0}.tcn-footer-v2 .footer-brand::after{display:none!important;content:none!important}.tcn-footer-v2 .footer-brand-logo{display:inline-block;margin-bottom:4px}.tcn-footer-v2 .footer-brand-logo img{width:min(280px,100%);height:auto;max-height:84px;object-fit:contain}.tcn-footer-v2 .footer-brand-tagline{margin:0 0 18px;color:#d6e1f3;font-size:13px;line-height:1.4}.tcn-footer-v2 .footer-brand p{margin:0 0 22px;max-width:400px;color:#dbe7f4;font-size:15px;line-height:1.8}.tcn-footer-v2 .footer-social-title{margin:0 0 10px;color:#fff;font-size:12px;font-weight:bold}.tcn-footer-v2 h3{margin:0 0 18px;color:#fff;font-size:17px;line-height:1.2;font-weight:bold;letter-spacing:.02em;text-transform:uppercase}.tcn-footer-v2 h3::after{content:"";display:block;width:34px;height:3px;margin-top:10px;border-radius:999px;background:#ff7a00}.tcn-footer-v2 .footer-links a,.tcn-footer-v2 .footer-link-text,.tcn-footer-v2 .footer-contact a,.tcn-footer-v2 .footer-contact-line{display:flex;align-items:center;gap:10px;margin:0 0 14px;color:#e8f1fb;font-size:16px;line-height:1.45;transition:.2s ease}.tcn-footer-v2 .footer-links a::before,.tcn-footer-v2 .footer-link-text::before{content:"›";flex:none;align-self:center;color:#ff8a12;font-size:27px;line-height:1;position:relative;top:-1px}.tcn-footer-v2 .footer-links a:hover,.tcn-footer-v2 .footer-contact a:hover{color:#fff;transform:translateX(3px)}.tcn-footer-v2 .footer-contact-line span:last-child,.tcn-footer-v2 .footer-contact a span:last-child{flex:1}.tcn-footer-v2 .footer-contact-icon{width:24px;height:24px;display:grid;place-items:center;color:#fff;flex:none;margin:0}.tcn-footer-v2 .footer-contact-icon svg{width:24px;height:24px;fill:none;stroke:currentColor}.tcn-footer-v2 .footer-custom-glyph{display:grid;place-items:center;width:100%;height:100%;font-size:18px;line-height:1;color:currentColor}.tcn-footer-v2 .social-row{display:flex;gap:14px;flex-wrap:wrap}.tcn-footer-v2 .social-row a{margin:0;width:50px;height:50px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.16)}.tcn-footer-v2 .social-row svg{width:22px;height:22px;fill:#fff;color:#fff}.tcn-footer-v2 .footer-bottom{margin-top:28px;min-height:66px;border-top:1px solid rgba(255,255,255,.12);display:grid;grid-template-columns:1fr auto;align-items:center;gap:20px;color:#dbe7f5;font-size:15px}.tcn-footer-v2 .footer-bottom>span{padding:16px 0}.tcn-footer-v2 .footer-bottom>div{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:0}.tcn-footer-v2 .footer-bottom>div a,.tcn-footer-v2 .footer-bottom>div>span{position:relative;padding:0 14px;color:#e8f1fb}.tcn-footer-v2 .footer-bottom>div a+a::before,.tcn-footer-v2 .footer-bottom>div span+span::before,.tcn-footer-v2 .footer-bottom>div a+span::before,.tcn-footer-v2 .footer-bottom>div span+a::before{content:"";position:absolute;left:0;top:50%;width:1px;height:16px;background:rgba(255,255,255,.22);transform:translateY(-50%)}.tcn-footer-v2 .footer-backtop{display:none!important}@media (min-width:901px){.tcn-footer-v2{padding-top:92px}}@media (max-width:1280px) and (min-width:901px){.tcn-footer-v2 .footer-grid>div{padding:0 16px}.tcn-footer-v2 .footer-grid>div:first-child{padding-left:0}.tcn-footer-v2 .footer-grid>div:last-child{padding-right:0}.tcn-footer-v2::before{background-size:16px 16px}}@media (max-width:900px){.tcn-footer-v2{margin:0!important;padding:38px 0 0!important;background:linear-gradient(180deg,#0b377b 0%,#082c67 55%,#062457 100%)!important}.tcn-footer-v2::before{inset:0;width:100%;height:100%;background-size:15px 15px}.tcn-footer-v2 .footer-grid{grid-template-columns:1fr}.tcn-footer-v2 .footer-grid>div{padding:0 0 24px!important;border-left:0!important}.tcn-footer-v2 .footer-grid>div+div{padding-top:24px!important;border-top:1px solid rgba(255,255,255,.12)}.tcn-footer-v2 .footer-brand{padding-left:0!important}.tcn-footer-v2 .footer-brand-logo img{width:min(300px,88vw);max-height:86px}.tcn-footer-v2 .footer-brand-tagline{margin-bottom:14px}.tcn-footer-v2 .footer-brand p{margin-bottom:18px;max-width:none}.tcn-footer-v2 .footer-bottom{margin-top:18px;grid-template-columns:1fr;gap:10px;padding-bottom:14px}.tcn-footer-v2 .footer-bottom>div{justify-content:flex-start;gap:8px 0}.tcn-footer-v2 .footer-bottom>div a,.tcn-footer-v2 .footer-bottom>div>span{padding:0 10px 0 0}.tcn-footer-v2 .footer-bottom>div a+a::before,.tcn-footer-v2 .footer-bottom>div span+span::before,.tcn-footer-v2 .footer-bottom>div a+span::before,.tcn-footer-v2 .footer-bottom>div span+a::before{display:none}}@media (max-width:640px){.tcn-footer-v2{padding-top:34px!important}.tcn-footer-v2::before{inset:0;width:100%;height:100%;background-size:14px 14px}.tcn-footer-v2 .footer-brand p,.tcn-footer-v2 .footer-links a,.tcn-footer-v2 .footer-link-text,.tcn-footer-v2 .footer-contact a,.tcn-footer-v2 .footer-contact-line,.tcn-footer-v2 .footer-bottom{font-size:15px}.tcn-footer-v2 .social-row a{width:48px;height:48px}}
/* TCN 1.3.2 Header alignment + Mega Menu readable defaults */
@media (min-width:901px){
body[data-tcn-theme="tcn-business-01"] .tcn-header.tcn-dark-brand .main-nav{padding-right:0!important}
body[data-tcn-theme="tcn-business-01"] .tcn-header.tcn-dark-brand .main-nav>.nav-hotline,
body[data-tcn-theme="tcn-business-01"] .tcn-header.tcn-dark-brand .main-nav>.nav-quote{margin-left:auto!important}
body[data-tcn-theme="tcn-business-01"] .tcn-header.tcn-dark-brand .main-nav>.nav-cart-icon,
body[data-tcn-theme="tcn-business-01"] .tcn-header.tcn-dark-brand .main-nav>.nav-plan-icon{margin-right:0!important}
body[data-tcn-theme="tcn-business-01"] .tcn-header .service-mega-menu{background:#fff!important;color:#0a2144!important;border-color:#dbe3ee!important}
body[data-tcn-theme="tcn-business-01"] .tcn-header .service-mega-menu:before{background:#fff!important;border-color:#dbe3ee!important}
body[data-tcn-theme="tcn-business-01"] .tcn-header .service-mega-menu .service-mega-link{color:#071f4c!important;border-bottom-color:#dbe3ee!important}
body[data-tcn-theme="tcn-business-01"] .tcn-header .service-mega-menu .service-mega-link:hover,
body[data-tcn-theme="tcn-business-01"] .tcn-header .service-mega-menu .service-mega-link:focus-visible,
body[data-tcn-theme="tcn-business-01"] .tcn-header .service-mega-menu .service-mega-link.is-highlighted{background:#fff2ec!important;color:#ff5a1f!important}
body[data-tcn-theme="tcn-business-01"] .tcn-header .service-mega-menu .service-mega-icon{color:#ff5a1f!important}
}
/* TCN 1.3.2 Mega Menu hard readable default over legacy custom CSS */
@media (min-width:901px){
body[data-tcn-theme="tcn-business-01"] .tcn-header.tcn-dark-brand .main-nav .service-mega-menu{background:#fff!important;color:#0a2144!important;border-color:#dbe3ee!important}
body[data-tcn-theme="tcn-business-01"] .tcn-header.tcn-dark-brand .main-nav .service-mega-menu:before{background:#fff!important;border-color:#dbe3ee!important}
body[data-tcn-theme="tcn-business-01"] .tcn-header.tcn-dark-brand .main-nav .service-mega-menu .service-mega-link{color:#071f4c!important;border-bottom-color:#dbe3ee!important}
body[data-tcn-theme="tcn-business-01"] .tcn-header.tcn-dark-brand .main-nav .service-mega-menu .service-mega-link:hover,
body[data-tcn-theme="tcn-business-01"] .tcn-header.tcn-dark-brand .main-nav .service-mega-menu .service-mega-link:focus-visible,
body[data-tcn-theme="tcn-business-01"] .tcn-header.tcn-dark-brand .main-nav .service-mega-menu .service-mega-link.is-highlighted{background:#fff2ec!important;color:#ff5a1f!important}
body[data-tcn-theme="tcn-business-01"] .tcn-header.tcn-dark-brand .main-nav .service-mega-menu .service-mega-icon{color:#ff5a1f!important}
}

/* TCN 1.3.3 — theme-specific homepage section manager / Giá chỉ từ */
.tcn-home-section-stack{display:flex;flex-direction:column;min-width:0}
.home-section-eyebrow{display:block;margin:0 auto 7px;text-align:center;color:#ff5a1f;font-size:11px;font-weight:bold;letter-spacing:.12em;text-transform:uppercase}.home-section-eyebrow.is-left{text-align:left;margin-left:0}.home-section-subtitle{max-width:760px;margin:8px auto 20px;text-align:center;color:#66758b;font-size:14px;line-height:1.55}.home-section-subtitle.is-left{margin-left:0;text-align:left;max-width:700px}

/* TCN 1.4.2 — pricing section is four selectable services, equal columns */
.home-pricing-service-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;align-items:stretch;margin-top:22px}
.home-pricing-service-card{--service-accent:#2563EB;position:relative;display:flex;flex-direction:column;min-width:0;min-height:390px;padding:28px 22px 20px;border:1px solid color-mix(in srgb,var(--service-accent) 25%,#dbe4ef);border-top:4px solid var(--service-accent);border-radius:18px;background:#fff;box-shadow:0 12px 30px rgba(15,39,78,.06);color:var(--service-accent);overflow:visible}
.home-pricing-service-card.is-popular{box-shadow:0 15px 36px color-mix(in srgb,var(--service-accent) 17%,transparent);border-color:color-mix(in srgb,var(--service-accent) 46%,#dbe4ef)}
.home-pricing-service-tag{position:absolute;left:50%;top:-15px;transform:translateX(-50%);padding:6px 15px;border-radius:6px;background:var(--service-accent);color:#fff;font-size:11px;font-weight:bold;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;box-shadow:0 7px 16px color-mix(in srgb,var(--service-accent) 26%,transparent)}
.home-pricing-service-icon{display:grid;place-items:center;width:58px;height:58px;margin:0 auto 14px;border-radius:16px;background:color-mix(in srgb,var(--service-accent) 8%,#fff);color:var(--service-accent)}
.home-pricing-service-icon svg{width:36px;height:36px;fill:none;stroke:currentColor}
.home-pricing-service-card h3{margin:0 0 10px;color:var(--service-accent);font-size:24px;line-height:1.18;text-align:center;letter-spacing:-.025em}
.home-pricing-service-price{text-align:center;margin-bottom:16px;color:var(--service-accent)}
.home-pricing-service-price small{display:block;margin-bottom:2px;font-size:10px;font-weight:bold;letter-spacing:.1em;color:color-mix(in srgb,var(--service-accent) 76%,#64748b)}
.home-pricing-service-price strong{display:block;font-size:22px;line-height:1.16;color:var(--service-accent)}
.home-pricing-service-price em{display:block;margin-top:3px;font-size:12px;font-style:normal;color:color-mix(in srgb,var(--service-accent) 72%,#64748b)}
.home-pricing-service-card p{margin:0;padding:15px;border:1px solid color-mix(in srgb,var(--service-accent) 22%,#e5eaf2);border-radius:12px;background:color-mix(in srgb,var(--service-accent) 4%,#fff);color:color-mix(in srgb,var(--service-accent) 68%,#27364d);font-size:13px;line-height:1.55;text-align:center}
.home-pricing-service-card>a{display:flex;align-items:center;justify-content:center;gap:9px;width:100%;min-height:46px;margin-top:auto;padding:11px 16px;border:1px solid var(--service-accent);border-radius:11px;background:var(--service-accent);color:#fff;font-size:14px;font-weight:bold;line-height:1.2;box-shadow:0 7px 16px color-mix(in srgb,var(--service-accent) 20%,transparent);transition:transform .18s ease,filter .18s ease,box-shadow .18s ease}
.home-pricing-service-card>a b{font-size:17px;line-height:1;font-weight:bold}
.home-pricing-service-card>a:hover,.home-pricing-service-card>a:focus-visible{color:#fff;filter:brightness(.9);transform:translateY(-2px);box-shadow:0 10px 22px color-mix(in srgb,var(--service-accent) 28%,transparent)}
.home-pricing-service-card>a:active{transform:translateY(0);filter:brightness(.82)}
.home-pricing-service-card>a:focus-visible{outline:3px solid color-mix(in srgb,var(--service-accent) 24%,transparent);outline-offset:3px}
@media(max-width:900px){.home-pricing-service-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.home-pricing-service-card{min-height:330px;padding:23px 15px 17px}.home-pricing-service-card h3{font-size:19px}.home-pricing-service-price strong{font-size:19px}}
@media(max-width:430px){.home-pricing-service-grid{gap:8px}.home-pricing-service-card{min-height:305px;padding:19px 10px 14px;border-radius:14px}.home-pricing-service-card h3{font-size:16px}.home-pricing-service-card p{padding:10px;font-size:11px}.home-pricing-service-icon{width:46px;height:46px}.home-pricing-service-icon svg{width:29px;height:29px}.home-pricing-service-price strong{font-size:16px}.home-pricing-service-card>a{min-height:42px;padding:9px 10px;border-radius:9px;font-size:12px}}




/* TCN 1.4.3 — service highlights inside 4 equal homepage solution cards */
.home-pricing-service-card{height:100%}
.home-pricing-service-highlights{
  list-style:none;
  display:grid;
  grid-template-rows:repeat(var(--home-highlight-rows,5),minmax(34px,auto));
  gap:7px;
  width:100%;
  min-height:calc(var(--home-highlight-rows,5) * 34px);
  margin:16px 0 0;
  padding:0;
  color:#22334f;
}
.home-pricing-service-highlights li{
  display:grid;
  grid-template-columns:20px minmax(0,1fr);
  align-items:start;
  gap:8px;
  min-height:34px;
  font-size:12px;
  line-height:1.38;
}
.home-pricing-service-highlights li i{
  display:grid;
  place-items:center;
  width:18px;
  height:18px;
  margin-top:1px;
  border-radius:50%;
  background:var(--service-accent);
  color:#fff;
  font-size:11px;
  line-height:1;
  font-style:normal;
  font-weight:bold;
  box-shadow:0 2px 7px color-mix(in srgb,var(--service-accent) 18%,transparent);
}
.home-pricing-service-highlights li span{
  display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  line-clamp:2;
}
@media(max-width:900px){
  .home-pricing-service-highlights{gap:6px;min-height:calc(var(--home-highlight-rows,5) * 31px);grid-template-rows:repeat(var(--home-highlight-rows,5),minmax(31px,auto))}
  .home-pricing-service-highlights li{min-height:31px;font-size:11px;gap:6px;grid-template-columns:18px minmax(0,1fr)}
  .home-pricing-service-highlights li i{width:16px;height:16px;font-size:9px}
}
@media(max-width:430px){
  .home-pricing-service-highlights{margin-top:11px;gap:4px;min-height:calc(var(--home-highlight-rows,5) * 29px);grid-template-rows:repeat(var(--home-highlight-rows,5),minmax(29px,auto))}
  .home-pricing-service-highlights li{min-height:29px;font-size:10px;line-height:1.3}
}

/* 1.4.3 structural lock: keep all four service cards visually equal. */
.home-pricing-service-card h3{min-height:57px;display:grid;place-items:center}.home-pricing-service-card>p{min-height:72px;max-height:72px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3}.home-pricing-service-highlights{grid-template-rows:repeat(var(--home-highlight-rows,5),34px);min-height:calc(var(--home-highlight-rows,5) * 34px + (var(--home-highlight-rows,5) - 1) * 7px)}.home-pricing-service-highlights li{height:34px;min-height:34px;overflow:hidden}@media(max-width:900px){.home-pricing-service-card h3{min-height:46px}.home-pricing-service-card>p{min-height:64px;max-height:64px}.home-pricing-service-highlights{grid-template-rows:repeat(var(--home-highlight-rows,5),31px);min-height:calc(var(--home-highlight-rows,5) * 31px + (var(--home-highlight-rows,5) - 1) * 6px)}.home-pricing-service-highlights li{height:31px;min-height:31px}}@media(max-width:430px){.home-pricing-service-card h3{min-height:40px}.home-pricing-service-card>p{min-height:58px;max-height:58px}.home-pricing-service-highlights{grid-template-rows:repeat(var(--home-highlight-rows,5),29px);min-height:calc(var(--home-highlight-rows,5) * 29px + (var(--home-highlight-rows,5) - 1) * 4px)}.home-pricing-service-highlights li{height:29px;min-height:29px}}


/* TCN 1.4.5 — force service-card CTA text to readable white */
.home-pricing-service-card>a,
.home-pricing-service-card>a:link,
.home-pricing-service-card>a:visited,
.home-pricing-service-card>a:hover,
.home-pricing-service-card>a:focus,
.home-pricing-service-card>a:focus-visible,
.home-pricing-service-card>a:active,
.home-pricing-service-card>a b,
.home-pricing-service-card>a span{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  text-shadow:0 1px 1px rgba(0,0,0,.16);
}

/* TCN 1.4.7 — Domain chips + AI CTA text colors */
.home-refresh-tlds a,
.home-refresh-tlds a:visited,
.home-refresh-tlds a strong,
.home-refresh-tlds a span,
.home-refresh-tlds .home-refresh-tld-more,
.home-refresh-tlds .home-refresh-tld-more:visited{
  color:#fff!important;
}
.home-refresh-tlds a:hover,
.home-refresh-tlds a:hover strong,
.home-refresh-tlds a:hover span,
.home-refresh-tlds .home-refresh-tld-more:hover{
  color:#ff7a32!important;
}
.home-refresh-domain-ai-copy a,
.home-refresh-domain-ai-copy a:visited,
.home-refresh-domain-ai-copy a svg{
  color:#fff!important;
  stroke:currentColor!important;
}
.home-refresh-domain-ai-copy a:hover,
.home-refresh-domain-ai-copy a:hover svg{
  color:#062b61!important;
  stroke:currentColor!important;
}
\n\n/* TCN 1.4.8 — Footer legal WYSIWYG + certification badge */\n.tcn-footer-v2 .footer-bottom{grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:center}.tcn-footer-v2 .footer-legal-html{min-width:0;padding:16px 0;color:#dbe7f5;font-size:14px;line-height:1.6}.tcn-footer-v2 .footer-legal-html p{margin:0 0 5px}.tcn-footer-v2 .footer-legal-html p:last-child{margin-bottom:0}.tcn-footer-v2 .footer-legal-html a{color:#fff;text-decoration:underline;text-underline-offset:3px}.tcn-footer-v2 .footer-legal-html a:hover{color:#ffb38f}.tcn-footer-v2 .footer-legal-html ul,.tcn-footer-v2 .footer-legal-html ol{margin:4px 0;padding-left:20px}.tcn-footer-v2 .footer-cert-badge{display:flex;align-items:center;justify-content:flex-end;min-width:0;padding:12px 0}.tcn-footer-v2 .footer-cert-badge a{display:inline-flex;align-items:center}.tcn-footer-v2 .footer-cert-badge img{display:block;width:min(var(--footer-badge-width,110px),180px);max-height:54px;object-fit:contain}.tcn-footer-v2 .footer-cert-badge>*{max-width:180px}.tcn-footer-v2 .footer-cert-badge span,.tcn-footer-v2 .footer-cert-badge small{color:#dbe7f5}@media(max-width:900px){.tcn-footer-v2 .footer-bottom{grid-template-columns:1fr;gap:6px}.tcn-footer-v2 .footer-legal-html{padding:14px 0 4px}.tcn-footer-v2 .footer-cert-badge{justify-content:flex-start;padding:4px 0 12px}.tcn-footer-v2 .footer-cert-badge img{max-height:48px}}\n

/* TCN 1.4.9 — Footer legal left / certification right */
.tcn-footer-v2 .footer-bottom{
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  column-gap:24px!important;
}
.tcn-footer-v2 .footer-legal-html{
  display:block!important;
  width:100%!important;
  min-width:0!important;
  justify-self:stretch!important;
  text-align:left!important;
  padding:16px 0!important;
}
.tcn-footer-v2 .footer-legal-html p,
.tcn-footer-v2 .footer-legal-html div,
.tcn-footer-v2 .footer-legal-html span,
.tcn-footer-v2 .footer-legal-html small{
  text-align:left!important;
}
.tcn-footer-v2 .footer-cert-badge{
  display:flex!important;
  grid-column:2!important;
  justify-self:end!important;
  justify-content:flex-end!important;
  align-items:center!important;
  text-align:right!important;
}
@media(max-width:900px){
  .tcn-footer-v2 .footer-bottom{
    grid-template-columns:1fr!important;
  }
  .tcn-footer-v2 .footer-legal-html{
    grid-column:1!important;
    justify-self:stretch!important;
    text-align:left!important;
  }
  .tcn-footer-v2 .footer-cert-badge{
    grid-column:1!important;
    justify-self:end!important;
    justify-content:flex-end!important;
    text-align:right!important;
  }
}



/* TCN 1.5.0 — Website bán hàng special page */
.wb50-commerce .wb42-banner-link.is-consult{left:5.2%;top:62.1%;width:18.2%;height:8.2%}
.wb50-commerce .wb42-banner-link.is-solutions{left:24.7%;top:62.1%;width:14.2%;height:8.2%}
.wb50-commerce .wb42-pricing-grid.is-single{grid-template-columns:minmax(0,760px);justify-content:center}
.wb50-commerce .wb42-pricing-grid.is-two{grid-template-columns:repeat(2,minmax(0,1fr));max-width:1040px;margin-left:auto;margin-right:auto}
.wb50-commerce .wb42-price-card.is-blue{--tone:#2c66f3;--tone-dark:#17365f}
.wb50-commerce .wb42-common.wb50-common{border-color:#ff7a22;background:linear-gradient(180deg,rgba(63,33,18,.76),rgba(27,17,12,.9));box-shadow:0 0 25px rgba(255,122,34,.10)}
.wb50-commerce .wb42-common.wb50-common>h3{color:#ffb27f}
.wb50-commerce .wb42-common.wb50-common p{color:#f8e5d8}
.wb50-commerce .wb42-common.wb50-common p i{background:#ff6a21}
@media(max-width:900px){
  .wb50-commerce .wb42-pricing-grid.is-two{grid-template-columns:1fr}
}



.wb50-commerce .wb43-common-group,.wb50-commerce .wb43-common-group:nth-child(4),.wb50-commerce .wb43-common-group:nth-child(5){grid-column:span 2;border-color:rgba(255,122,34,.24);background:linear-gradient(180deg,rgba(70,37,19,.80),rgba(31,19,13,.94))}
.wb50-commerce .wb43-common-group h4{color:#ffb27f}
.wb50-commerce .wb43-common-group h4:after{background:#ff6a21}
.wb50-commerce .wb43-common-list p{color:#f6e8df}
.wb50-commerce .wb43-common-list p i{background:#ff6a21}
@media(max-width:900px){.wb50-commerce .wb43-common-group,.wb50-commerce .wb43-common-group:nth-child(4),.wb50-commerce .wb43-common-group:nth-child(5){grid-column:span 3}}
@media(max-width:620px){.wb50-commerce .wb43-common-group,.wb50-commerce .wb43-common-group:nth-child(4),.wb50-commerce .wb43-common-group:nth-child(5){grid-column:1/-1}}



/* TCN 1.5.2 — Nội dung số special service page */
.nd52-page{background:#fff;color:#071a46}.nd52-page *{box-sizing:border-box}.nd52-page svg{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.nd52-hero{padding:42px 0 36px;background:linear-gradient(180deg,#fff 0%,#fbfdff 100%)}.nd52-hero-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(440px,1.08fr);align-items:center;gap:42px}.nd52-eyebrow{display:inline-flex;align-items:center;gap:12px;color:#ff5a1f;font-size:13px;font-weight:bold;letter-spacing:.03em;margin-bottom:12px}.nd52-eyebrow:after{content:"";width:36px;height:2px;background:#ff8b58}.nd52-hero-copy h1{margin:0 0 12px;font-size:58px;line-height:1.02;color:#071a46;font-weight:bold}.nd52-hero-copy h2{margin:0 0 18px;max-width:650px;font-size:21px;line-height:1.45;color:#174c98;font-weight:bold}.nd52-hero-copy>p{max-width:680px;margin:0;color:#5f6f89;font-size:15px;line-height:1.8}.nd52-hero-actions{display:flex;gap:14px;margin-top:28px}.nd52-btn{min-height:48px;padding:0 22px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;gap:14px;text-decoration:none!important;font-weight:bold;transition:.2s ease}.nd52-btn.is-orange{background:#ff5a1f;color:#fff!important;box-shadow:0 9px 22px rgba(255,90,31,.22)}.nd52-btn.is-orange:hover{background:#e94c12;color:#fff!important;transform:translateY(-2px)}.nd52-btn.is-outline{border:1px solid #173d77;color:#071a46!important;background:#fff}.nd52-btn.is-outline:hover{border-color:#ff5a1f;color:#ff5a1f!important;transform:translateY(-2px)}.nd52-trust{display:flex;gap:24px;flex-wrap:wrap;margin-top:26px;color:#384d72;font-size:12px}.nd52-trust span{display:inline-flex;align-items:center;gap:7px}.nd52-trust i{width:24px;height:24px;border:1px solid #bfd0ea;border-radius:50%;display:grid;place-items:center;color:#174c98;font-style:normal}.nd52-hero-visual{height:410px;border-radius:22px;overflow:hidden;position:relative;background:#071a46;box-shadow:0 20px 50px rgba(18,46,98,.14)}.nd52-hero-visual img{width:100%;height:100%;object-fit:cover;object-position:78% center;display:block;transform:scale(1.04)}
.nd52-heading{display:flex;align-items:center;justify-content:center;gap:18px;text-align:center;margin-bottom:30px}.nd52-heading span{height:2px;width:34px;background:#ff7b43}.nd52-heading h2{margin:0;color:#071a46;font-size:25px;line-height:1.3;text-transform:uppercase;font-weight:bold}.nd52-benefits{padding:38px 0 24px}.nd52-benefit-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.nd52-benefit-card{border:1px solid #dbe5f2;border-radius:12px;background:#fff;padding:24px 18px;text-align:center;box-shadow:0 8px 24px rgba(25,59,105,.06);min-height:220px}.nd52-icon{width:58px;height:58px;margin:0 auto 14px;color:#0d356c;display:grid;place-items:center}.nd52-icon svg{width:50px;height:50px}.nd52-benefit-card h3{font-size:16px;line-height:1.35;margin:0 0 10px;color:#071a46;font-weight:bold}.nd52-benefit-card p{margin:0;color:#6b7890;font-size:13px;line-height:1.65}
.nd52-process{padding:34px 0 48px}.nd52-process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative}.nd52-process-grid:before{content:"";position:absolute;left:10%;right:10%;top:31px;border-top:1px dashed #7fa5db}.nd52-process-card{text-align:center;position:relative;padding:0 22px}.nd52-step{height:66px;position:relative;display:flex;justify-content:center;align-items:center;margin-bottom:10px}.nd52-step b{position:absolute;left:18%;top:9px;width:34px;height:34px;border:2px solid #174c98;border-radius:50%;display:grid;place-items:center;background:#fff;color:#174c98;font-size:13px;font-weight:bold;z-index:2}.nd52-step i{width:52px;height:52px;background:#fff;border:2px solid #174c98;border-radius:50%;display:grid;place-items:center;color:#174c98;z-index:2;font-style:normal}.nd52-step i svg{width:30px;height:30px}.nd52-process-card h3{margin:6px 0 7px;font-size:15px;font-weight:bold}.nd52-process-card p{margin:0;color:#6d7b93;font-size:12px;line-height:1.6}
.nd52-pricing{padding:42px 0 34px;background:radial-gradient(circle at 50% 0,rgba(21,93,186,.28),transparent 38%),linear-gradient(135deg,#021536 0%,#05245a 58%,#031536 100%);color:#fff;position:relative;overflow:hidden}.nd52-pricing:after{content:"";position:absolute;inset:0;background-image:radial-gradient(circle,rgba(255,255,255,.12) 0 1px,transparent 1.4px);background-size:22px 22px;opacity:.18;pointer-events:none}.nd52-pricing>.tcn-wrap{position:relative;z-index:1}.nd52-pricing-head{text-align:center;margin-bottom:26px}.nd52-pricing-head h2{margin:0 0 6px;font-size:30px;color:#fff;font-weight:bold}.nd52-pricing-head p{margin:0;color:#c4d4ed;font-size:14px}.nd52-price-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;align-items:stretch}.nd52-price-grid.is-single{grid-template-columns:minmax(280px,380px);justify-content:center}.nd52-price-grid.is-two{grid-template-columns:repeat(2,minmax(280px,380px));justify-content:center}.nd52-price-card{background:#fff;border:1px solid #bad0ef;border-radius:14px;color:#071a46;display:flex;flex-direction:column;text-align:center;position:relative;overflow:visible;padding:22px 18px 18px;min-height:420px}.nd52-price-card.is-featured{border:2px solid #ff6a21;box-shadow:0 0 0 4px rgba(255,106,33,.12),0 14px 36px rgba(0,0,0,.22)}.nd52-popular{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:#ff641d;color:#fff;border-radius:999px;padding:6px 16px;font-size:11px;white-space:nowrap;font-weight:bold}.nd52-price-icon{width:66px;height:66px;border:2px solid #164684;border-radius:50%;margin:-4px auto 8px;display:grid;place-items:center;color:#164684;background:#fff}.nd52-price-icon svg{width:36px;height:36px}.nd52-price-card small{font-size:12px;color:#526989}.nd52-price-card h3{margin:3px 0 8px;font-size:18px;line-height:1.25;color:#071a46;font-weight:bold}.nd52-price-card strong{font-size:24px;color:#ff5a1f;line-height:1.2;font-weight:bold}.nd52-price-card em{font-style:normal;font-size:12px;color:#526989;margin-top:4px}.nd52-price-card ul{list-style:none;padding:15px 0 8px;margin:8px 0 12px;text-align:left;border-top:1px solid #e2e9f4;flex:1}.nd52-price-card li{display:flex;gap:8px;align-items:flex-start;margin:9px 0;font-size:12px;line-height:1.45;color:#445773}.nd52-price-card li i{width:16px;height:16px;border:1px solid #9ab0cf;border-radius:50%;display:grid;place-items:center;flex:0 0 16px;color:#174c98;font-size:10px;font-style:normal;margin-top:1px}.nd52-price-card a,.nd52-price-card button{width:100%;min-height:40px;border:1px solid #123a73;border-radius:6px;background:#fff;color:#071a46!important;display:flex;align-items:center;justify-content:center;text-decoration:none!important;font-weight:bold;cursor:pointer}.nd52-price-card.is-featured a,.nd52-price-card.is-featured button{background:#ff5a1f;border-color:#ff5a1f;color:#fff!important}.nd52-price-card a:hover,.nd52-price-card button:hover{background:#071a46;color:#fff!important}.nd52-pricing-notes{display:flex;justify-content:center;gap:28px;flex-wrap:wrap;margin-top:18px;color:#dbe7f7;font-size:12px}.nd52-pricing-notes span:before{color:#ff7b34}
.nd52-outcomes{padding:42px 0 28px}.nd52-outcome-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.nd52-outcome-grid article{display:grid;grid-template-columns:62px 1fr;gap:12px;align-items:center}.nd52-outcome-grid .nd52-icon{margin:0;width:58px;height:58px}.nd52-outcome-grid h3{margin:0 0 6px;font-size:15px;font-weight:bold}.nd52-outcome-grid p{margin:0;color:#6b7890;font-size:12px;line-height:1.55}.nd52-faq{padding:20px 0 38px}.nd52-faq-list{max-width:1040px;margin:0 auto}.nd52-faq details{border:1px solid #dce5f0;border-radius:7px;background:#fff;margin-bottom:8px;overflow:hidden}.nd52-faq summary{list-style:none;cursor:pointer;padding:13px 16px;display:flex;justify-content:space-between;align-items:center;color:#071a46;font-size:13px;font-weight:bold}.nd52-faq summary::-webkit-details-marker{display:none}.nd52-faq summary span{font-size:18px}.nd52-faq details[open] summary{color:#ff5a1f}.nd52-faq details[open] summary span{transform:rotate(45deg)}.nd52-faq details p{margin:0;padding:0 16px 15px;color:#61718a;font-size:13px;line-height:1.65}.nd52-cta{padding:8px 0 28px;background:#fff}.nd52-cta-inner{background:linear-gradient(90deg,#ff5a1f,#ff7400);border-radius:12px;padding:18px 28px;display:grid;grid-template-columns:64px 1fr auto;gap:18px;align-items:center;color:#fff;box-shadow:0 12px 32px rgba(255,90,31,.2)}.nd52-cta-icon{width:58px;height:58px;border:3px solid #fff;border-radius:50%;display:grid;place-items:center;font-size:28px}.nd52-cta h2{margin:0 0 4px;color:#fff;font-size:20px;text-transform:uppercase;font-weight:bold}.nd52-cta p{margin:0;color:#fff;font-size:12px}.nd52-cta a{min-width:210px;min-height:44px;border-radius:7px;background:#fff;color:#ff5a1f!important;display:flex;justify-content:center;align-items:center;gap:16px;text-decoration:none!important;font-weight:bold}.nd52-cta a:hover{background:#071a46;color:#fff!important}
@media(max-width:1100px){.nd52-hero-grid{grid-template-columns:1fr 1fr}.nd52-hero-copy h1{font-size:48px}.nd52-benefit-grid{grid-template-columns:repeat(3,1fr)}.nd52-price-grid{grid-template-columns:repeat(2,1fr)}.nd52-outcome-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.nd52-hero{padding:24px 0}.nd52-hero-grid{grid-template-columns:1fr;gap:22px}.nd52-hero-copy h1{font-size:39px}.nd52-hero-copy h2{font-size:18px}.nd52-hero-visual{height:260px}.nd52-hero-actions{display:grid;grid-template-columns:1fr 1fr}.nd52-trust{gap:12px}.nd52-benefit-grid{grid-template-columns:repeat(2,1fr)}.nd52-process-grid{grid-template-columns:repeat(2,1fr);gap:28px 0}.nd52-process-grid:before{display:none}.nd52-step b{left:22%}.nd52-price-grid,.nd52-price-grid.is-two{grid-template-columns:1fr}.nd52-price-card{min-height:0}.nd52-outcome-grid{grid-template-columns:1fr 1fr}.nd52-cta-inner{grid-template-columns:52px 1fr}.nd52-cta a{grid-column:1/-1;width:100%}.nd52-heading h2{font-size:20px}.nd52-pricing-head h2{font-size:25px}}
@media(max-width:520px){.nd52-hero-actions{grid-template-columns:1fr}.nd52-benefit-grid{grid-template-columns:1fr}.nd52-process-grid{grid-template-columns:1fr}.nd52-outcome-grid{grid-template-columns:1fr}.nd52-hero-visual{height:220px}.nd52-price-grid{gap:22px}.nd52-cta-inner{padding:16px;grid-template-columns:1fr;text-align:center}.nd52-cta-icon{margin:auto}.nd52-cta h2{font-size:17px}.nd52-heading{gap:10px}.nd52-heading span{width:22px}}

/* TCN STDA TIEPCAN 1.5.4 — Website chiến dịch special page */
.wc54-page{background:#fff;color:#07183f}
.wc54-page *{box-sizing:border-box}
.wc54-page svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.wc54-hero{padding:42px 0 34px;background:linear-gradient(180deg,#fff 0%,#fbfcff 100%)}
.wc54-hero-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(520px,1.08fr);gap:34px;align-items:center}
.wc54-eyebrow{display:inline-flex;align-items:center;gap:12px;color:#ff551f;font-size:13px;font-weight:bold;letter-spacing:.06em}
.wc54-eyebrow:after{content:"";width:34px;height:2px;background:#ff7a4a}
.wc54-hero-copy h1{margin:14px 0 8px;font-size:48px;line-height:1.05;color:#07183f;font-weight:bold}
.wc54-lead{margin:0 0 18px;max-width:620px;font-size:22px;line-height:1.45;color:#244a8f;font-weight:bold}
.wc54-desc{margin:0;max-width:640px;font-size:15px;line-height:1.75;color:#586a89}
.wc54-hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}
.wc54-btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:48px;padding:0 22px;border-radius:8px;border:1px solid #0b234c;text-decoration:none;font-weight:bold;transition:.2s ease}
.wc54-btn.is-orange{background:#ff551f;border-color:#ff551f;color:#fff;box-shadow:0 8px 22px rgba(255,85,31,.22)}
.wc54-btn.is-orange:hover{background:#e74715;color:#fff;transform:translateY(-1px)}
.wc54-btn.is-outline{background:#fff;color:#07183f}
.wc54-btn.is-outline:hover{border-color:#ff551f;color:#ff551f;transform:translateY(-1px)}
.wc54-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:26px;max-width:590px}
.wc54-trust span{display:grid;grid-template-columns:30px 1fr;column-gap:8px;align-items:center;font-size:12px;color:#334d78;font-weight:bold}
.wc54-trust i{grid-row:1/3;display:grid;place-items:center;width:28px;height:28px;border:1px solid #cbd9ef;border-radius:50%;color:#2563eb;font-style:normal}
.wc54-trust small{font-size:10px;color:#7b8ca8;font-weight:normal}
.wc54-hero-visual{height:395px;border-radius:18px;overflow:hidden;background:#eef4ff;box-shadow:0 20px 45px rgba(16,43,91,.12)}
.wc54-hero-visual img{display:block;width:100%;height:100%;object-fit:cover;object-position:74% center}
.wc54-why{padding:28px 0 58px}
.wc54-section-head{text-align:center;margin-bottom:28px}
.wc54-section-head h2{display:flex;align-items:center;justify-content:center;gap:18px;margin:0;color:#081a44;font-size:28px;line-height:1.25;font-weight:bold}
.wc54-section-head h2:before,.wc54-section-head h2:after{content:"";width:40px;height:2px;background:#ff6a36}
.wc54-section-head h2 em{color:#ff551f;font-style:normal}
.wc54-section-head p{margin:9px auto 0;max-width:720px;color:#697a98;font-size:14px}
.wc54-why-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.wc54-why-grid article{min-height:220px;padding:24px 18px;border:1px solid #dbe4f0;border-radius:12px;background:#fff;text-align:center;box-shadow:0 8px 22px rgba(15,41,80,.05)}
.wc54-icon{display:grid;place-items:center;width:58px;height:58px;margin:0 auto 17px;border-radius:50%;background:#fff2ec;color:#ff5a25}
.wc54-icon svg{width:32px;height:32px}
.wc54-why-grid h3{margin:0 0 10px;color:#091b44;font-size:16px;font-weight:bold}
.wc54-why-grid p{margin:0;color:#677893;font-size:13px;line-height:1.65}
.wc54-process-title{margin-top:34px}
.wc54-process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative}
.wc54-process-grid:before{content:"";position:absolute;left:12.5%;right:12.5%;top:34px;border-top:1px dashed #8eb3e6}
.wc54-process-grid article{position:relative;text-align:center;padding:0 20px}
.wc54-step{position:absolute;left:calc(50% - 47px);top:0;z-index:2;display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#07183f;color:#fff;font-size:11px;font-weight:bold}
.wc54-process-icon{position:relative;z-index:2;display:grid;place-items:center;width:66px;height:66px;margin:0 auto 13px;border:2px solid #9ebbea;border-radius:50%;background:#fff;color:#0d4ba5}
.wc54-process-icon svg{width:34px;height:34px}
.wc54-process-grid h3{margin:0 0 8px;font-size:15px;color:#0a1b43;font-weight:bold}
.wc54-process-grid p{margin:0;color:#6d7b95;font-size:12px;line-height:1.55}
.wc54-pricing{padding:34px 0 26px;background:
radial-gradient(circle at 16% 20%,rgba(26,105,255,.18),transparent 30%),
radial-gradient(circle at 86% 22%,rgba(0,143,255,.16),transparent 26%),
linear-gradient(135deg,#02112f 0%,#061a46 53%,#041430 100%);color:#fff;position:relative;overflow:hidden}
.wc54-pricing:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle,rgba(255,255,255,.18) 1px,transparent 1.2px);background-size:26px 26px;opacity:.14;pointer-events:none}
.wc54-pricing .tcn-wrap{position:relative;z-index:1}
.wc54-section-head.is-dark h2{color:#fff}
.wc54-section-head.is-dark p{color:#c5d2eb}
.wc54-pricing-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.wc54-price-card{position:relative;overflow:visible;border:1px solid rgba(255,255,255,.28);border-radius:14px;background:#fff;color:#101d3e;box-shadow:0 10px 28px rgba(0,0,0,.18)}
.wc54-price-card:before{content:"";position:absolute;inset:0 0 auto;height:82px;border-radius:13px 13px 0 0;background:#07183f}
.wc54-price-card.is-orange{--wc54-tone:#ff5a1f}.wc54-price-card.is-red{--wc54-tone:#ff4d22}.wc54-price-card.is-blue{--wc54-tone:#356dff}.wc54-price-card.is-purple{--wc54-tone:#8b4cff}
.wc54-price-card.is-featured{box-shadow:0 0 0 2px var(--wc54-tone),0 0 30px rgba(255,93,30,.36)}
.wc54-popular{position:absolute;z-index:4;top:-15px;left:50%;transform:translateX(-50%);padding:7px 16px;border-radius:999px;background:var(--wc54-tone);color:#fff;font-size:11px;font-weight:bold;white-space:nowrap}
.wc54-price-icon{position:relative;z-index:2;display:grid;place-items:center;width:58px;height:58px;margin:18px auto 7px;border:2px solid rgba(255,255,255,.75);border-radius:50%;color:var(--wc54-tone)}
.wc54-price-icon svg{width:32px;height:32px}
.wc54-price-card h3{position:relative;z-index:2;margin:0;padding:0 12px 18px;color:#fff;text-align:center;font-size:16px;font-weight:bold}
.wc54-price-value{padding:14px 14px 12px;text-align:center;border-bottom:1px solid #eef2f7}
.wc54-price-value small{display:block;margin-bottom:5px;color:#77859d;font-size:10px;font-weight:bold;letter-spacing:.05em}
.wc54-price-value strong{display:block;color:var(--wc54-tone);font-size:24px;line-height:1.15;font-weight:bold}
.wc54-price-card ul{list-style:none;margin:0;padding:14px 14px 8px;min-height:170px}
.wc54-price-card li{display:grid;grid-template-columns:18px 1fr;gap:7px;margin:0 0 9px;color:#35445f;font-size:12px;line-height:1.45}
.wc54-price-card li i{display:grid;place-items:center;width:16px;height:16px;border-radius:50%;background:color-mix(in srgb,var(--wc54-tone) 14%,white);color:var(--wc54-tone);font-style:normal;font-size:10px;font-weight:bold}
.wc54-price-card>a{display:flex;align-items:center;justify-content:center;margin:8px 14px 14px;min-height:40px;border:1px solid var(--wc54-tone);border-radius:7px;background:var(--wc54-tone);color:#fff;text-decoration:none;font-size:13px;font-weight:bold;transition:.2s}
.wc54-price-card>a:hover{filter:brightness(.93);transform:translateY(-1px);color:#fff}
.wc54-pricing-notes{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:18px}
.wc54-pricing-notes span{display:flex;justify-content:center;align-items:center;gap:8px;min-height:38px;border:1px solid rgba(255,255,255,.15);border-radius:8px;background:rgba(5,20,52,.56);font-size:12px;color:#dbe7ff}
.wc54-outcomes{padding:34px 0 18px;background:#fff}
.wc54-outcome-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.wc54-outcome-grid article{display:grid;grid-template-columns:58px 1fr;gap:13px;align-items:start}
.wc54-outcome-grid article>span{display:grid;place-items:center;width:58px;height:58px;border-radius:50%;background:#fff3ed;color:#ff5a25}
.wc54-outcome-grid svg{width:30px;height:30px}
.wc54-outcome-grid h3{margin:1px 0 6px;color:#0b1c43;font-size:14px;font-weight:bold}
.wc54-outcome-grid p{margin:0;color:#6e7d96;font-size:12px;line-height:1.55}
.wc54-faq{padding:22px 0 48px;background:#fff}
.wc54-faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px 18px;max-width:1100px;margin:0 auto}
.wc54-faq details{border:1px solid #dfe5ef;border-radius:7px;background:#fff;overflow:hidden}
.wc54-faq summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px 15px;cursor:pointer;list-style:none;color:#172541;font-size:13px;font-weight:bold}
.wc54-faq summary::-webkit-details-marker{display:none}
.wc54-faq summary span{font-size:18px;font-weight:bold}
.wc54-faq details[open] summary span{transform:rotate(45deg)}
.wc54-faq details p{margin:0;padding:0 15px 15px;color:#66758e;font-size:12px;line-height:1.65}
@media(max-width:1100px){
  .wc54-hero-grid{grid-template-columns:1fr 1fr}
  .wc54-hero-copy h1{font-size:42px}
  .wc54-lead{font-size:19px}
  .wc54-why-grid{grid-template-columns:repeat(3,1fr)}
  .wc54-pricing-grid{grid-template-columns:repeat(2,1fr)}
  .wc54-outcome-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
  .wc54-hero{padding:24px 0}
  .wc54-hero-grid{grid-template-columns:1fr;gap:22px}
  .wc54-hero-copy h1{font-size:36px}
  .wc54-lead{font-size:18px}
  .wc54-hero-visual{height:250px}
  .wc54-trust{grid-template-columns:1fr}
  .wc54-why-grid{grid-template-columns:1fr 1fr}
  .wc54-process-grid{grid-template-columns:1fr 1fr;gap:24px 0}
  .wc54-process-grid:before{display:none}
  .wc54-pricing-grid{grid-template-columns:1fr 1fr}
  .wc54-pricing-notes{grid-template-columns:1fr 1fr}
  .wc54-faq-grid{grid-template-columns:1fr}
}
@media(max-width:540px){
  .wc54-section-head h2{font-size:23px;gap:9px}
  .wc54-section-head h2:before,.wc54-section-head h2:after{width:24px}
  .wc54-hero-copy h1{font-size:32px}
  .wc54-hero-actions{display:grid;grid-template-columns:1fr}
  .wc54-btn{width:100%}
  .wc54-why-grid{grid-template-columns:1fr}
  .wc54-process-grid{grid-template-columns:1fr}
  .wc54-pricing-grid{grid-template-columns:1fr}
  .wc54-pricing-notes{grid-template-columns:1fr}
  .wc54-outcome-grid{grid-template-columns:1fr}
}

/* TCN STDA TIEPCAN 1.5.5 — Website chiến dịch refined to reference */
.wc55-page{--navy:#07172f;--orange:#ff5a1f;--blue:#2468ff;--purple:#8d4fff;background:#fff;color:var(--navy)}
.wc55-page *{box-sizing:border-box}
.wc55-page svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.wc55-hero{padding:46px 0 28px;background:#fff}
.wc55-hero-grid{display:grid;grid-template-columns:minmax(390px,.82fr) minmax(580px,1.18fr);gap:42px;align-items:center}
.wc55-eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--orange);font-size:12px;font-weight:bold;letter-spacing:.04em}
.wc55-eyebrow:after{content:"";width:30px;height:2px;background:#ff8d67}
.wc55-hero-copy h1{margin:12px 0 10px;font-size:48px;line-height:1.04;color:#08172f;font-weight:bold}
.wc55-lead{margin:0;max-width:560px;font-size:20px;line-height:1.5;color:#2d3f5f}
.wc55-hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}
.wc55-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 24px;border:1px solid #aab7ca;border-radius:8px;text-decoration:none;font-weight:bold;transition:.2s ease}
.wc55-btn.is-orange{background:var(--orange);border-color:var(--orange);color:#fff;box-shadow:0 9px 22px rgba(255,90,31,.2)}
.wc55-btn.is-orange:hover{background:#e84b15;color:#fff;transform:translateY(-1px)}
.wc55-btn.is-outline{background:#fff;color:#0b1b38}
.wc55-btn.is-outline:hover{border-color:var(--orange);color:var(--orange)}
.wc55-cal{font-size:18px}
.wc55-trust{display:flex;gap:28px;margin-top:30px}
.wc55-trust span{display:grid;grid-template-columns:28px auto;grid-template-rows:auto auto;column-gap:8px;align-items:center;min-width:118px;color:#253b62}
.wc55-trust i{grid-row:1/3;display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#eef5ff;color:#2765d9;font-style:normal;font-size:13px}
.wc55-trust b{font-size:11px;font-weight:bold}
.wc55-trust small{font-size:9px;color:#8693a8}

.wc55-showcase{position:relative;min-height:370px;padding:22px 14px 38px}
.wc55-phone-grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,1fr);gap:9px;align-items:end}
.wc55-phone{position:relative;text-align:center}
.wc55-phone-letter{display:grid;place-items:center;width:25px;height:25px;margin:0 auto 9px;border-radius:50%;background:#ff5a1f;color:#fff;font-size:11px;font-weight:bold}
.wc55-phone:nth-child(2) .wc55-phone-letter{background:#111}
.wc55-phone:nth-child(3) .wc55-phone-letter{background:#2e69f3}
.wc55-phone:nth-child(4) .wc55-phone-letter{background:#8448dd}
.wc55-phone-screen{position:relative;height:244px;padding:20px 10px 12px;border:5px solid #111827;border-radius:18px;background:linear-gradient(180deg,#ff7420,#df2600);box-shadow:0 13px 22px rgba(15,23,42,.2);color:#fff;overflow:hidden}
.wc55-phone-screen:before{content:"";position:absolute;left:50%;top:5px;width:38px;height:5px;border-radius:5px;background:#1d2534;transform:translateX(-50%)}
.wc55-phone-screen:after{content:"";position:absolute;right:-28px;bottom:-30px;width:110px;height:110px;border-radius:50%;background:rgba(255,255,255,.12)}
.wc55-phone.is-red .wc55-phone-screen{background:linear-gradient(180deg,#090909,#1a1a1a 56%,#a90600)}
.wc55-phone.is-blue .wc55-phone-screen{background:linear-gradient(180deg,#2a71ff,#173ac6)}
.wc55-phone.is-purple .wc55-phone-screen{background:linear-gradient(180deg,#4338ca,#6d28d9)}
.wc55-phone-screen small{display:block;margin-bottom:26px;font-size:7px;letter-spacing:.08em;opacity:.8}
.wc55-phone-screen strong{display:block;font-size:18px;line-height:1.15;font-weight:bold}
.wc55-phone-screen em{display:block;margin:14px 0 30px;color:#fff4b2;font-size:14px;font-style:normal;font-weight:bold}
.wc55-phone-cta{display:inline-flex;min-height:24px;padding:0 8px;align-items:center;justify-content:center;border-radius:5px;background:#ff3b12;color:#fff;font-size:7px;font-weight:bold}
.wc55-phone.is-red .wc55-phone-cta{background:#ff1a0a}
.wc55-phone.is-blue .wc55-phone-cta,.wc55-phone.is-purple .wc55-phone-cta{background:#6d4cff}
.wc55-phone footer{position:relative;z-index:3;min-height:52px;padding:10px 4px 0;color:#162542;font-size:12px;line-height:1.25;font-weight:bold}
.wc55-stage{position:absolute;z-index:1;left:1%;right:1%;bottom:28px;height:60px;border-radius:50%;background:linear-gradient(180deg,#fafcff,#e8edf5);box-shadow:0 18px 18px rgba(22,35,59,.12)}
.wc55-confetti{position:absolute;width:8px;height:3px;border-radius:4px;transform:rotate(45deg);opacity:.7}
.wc55-confetti.c1{left:4%;top:45px;background:#f8cb51}.wc55-confetti.c2{left:19%;top:8px;background:#d7b3ff}
.wc55-confetti.c3{right:17%;top:18px;background:#73b4ff}.wc55-confetti.c4{right:2%;top:72px;background:#bd8cff}

.wc55-why{padding:22px 0 40px;background:#fff}
.wc55-section-head{text-align:center;margin-bottom:24px}
.wc55-section-head h2{display:flex;align-items:center;justify-content:center;gap:16px;margin:0;color:#08172f;font-size:26px;line-height:1.2;font-weight:bold}
.wc55-section-head h2:before,.wc55-section-head h2:after{content:"";width:31px;height:2px;background:#ff754a}
.wc55-section-head h2 em{color:var(--orange);font-style:normal}
.wc55-section-head p{margin:7px 0 0;color:#cdd9ef;font-size:12px}
.wc55-why-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.wc55-why-grid article{min-height:188px;padding:20px 15px;border:1px solid #dfe5ed;border-radius:10px;background:#fff;text-align:center;box-shadow:0 6px 16px rgba(22,38,68,.04)}
.wc55-icon{display:grid;place-items:center;width:58px;height:58px;margin:0 auto 16px;border-radius:50%;background:#fff1eb;color:var(--orange)}
.wc55-icon svg{width:31px;height:31px}
.wc55-why-grid h3{margin:0 0 9px;font-size:16px;line-height:1.25;color:#10203f;font-weight:bold}
.wc55-why-grid p{margin:0;font-size:12px;line-height:1.55;color:#65728a}
.wc55-process-title{margin-top:28px}
.wc55-process-grid{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.wc55-process-grid:before{content:"";position:absolute;left:11%;right:11%;top:35px;border-top:1px dashed #82a7db}
.wc55-process-grid article{position:relative;text-align:center;padding:0 18px}
.wc55-step{position:absolute;z-index:3;left:calc(50% - 49px);top:1px;display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#07172f;color:#fff;font-size:10px;font-weight:bold}
.wc55-process-icon{position:relative;z-index:2;display:grid;place-items:center;width:64px;height:64px;margin:0 auto 12px;border:2px solid #b6c9e8;border-radius:50%;background:#fff;color:#205dcb}
.wc55-process-icon svg{width:31px;height:31px}
.wc55-process-grid h3{margin:0 0 7px;color:#10203f;font-size:15px;font-weight:bold}
.wc55-process-grid p{margin:0 auto;max-width:220px;color:#718099;font-size:11px;line-height:1.5}

.wc55-pricing{position:relative;overflow:hidden;padding:36px 0 26px;background:linear-gradient(135deg,#021331 0%,#041c46 52%,#02122d 100%);color:#fff}
.wc55-pricing:before{content:"";position:absolute;inset:-20% -10%;background:
radial-gradient(circle at 16% 25%,rgba(0,132,255,.25),transparent 28%),
radial-gradient(circle at 86% 28%,rgba(0,153,255,.22),transparent 24%),
linear-gradient(118deg,transparent 0 60%,rgba(38,121,255,.15) 60.3%,rgba(6,89,255,.5) 60.8%,rgba(25,129,255,.12) 61.3%,transparent 62%);
pointer-events:none}
.wc55-pricing:after{content:"";position:absolute;inset:0;background-image:radial-gradient(circle,rgba(255,255,255,.16) 1px,transparent 1.1px);background-size:34px 34px;opacity:.07;pointer-events:none}
.wc55-pricing .tcn-wrap{position:relative;z-index:2}
.wc55-section-head.is-dark h2{color:#fff}
.wc55-pricing-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;max-width:1120px;margin:0 auto}
.wc55-price-card{--tone:#ff5a1f;position:relative;border:1px solid rgba(255,255,255,.35);border-radius:14px;background:#fff;color:#1b2946;box-shadow:0 11px 26px rgba(0,0,0,.22);overflow:visible}
.wc55-price-card.is-red{--tone:#ff4c20}.wc55-price-card.is-blue{--tone:#3470ff}.wc55-price-card.is-purple{--tone:#8f4cff}
.wc55-price-card.is-featured{box-shadow:0 0 0 2px #ff5a1f,0 0 28px rgba(255,90,31,.36)}
.wc55-popular{position:absolute;z-index:5;top:-14px;left:50%;transform:translateX(-50%);padding:6px 16px;border-radius:999px;background:#ff5a1f;color:#fff;font-size:10px;font-weight:bold;white-space:nowrap}
.wc55-card-head{min-height:92px;padding:15px 10px 12px;border-radius:13px 13px 0 0;background:#061a40;text-align:center}
.wc55-price-icon{display:grid;place-items:center;width:44px;height:44px;margin:0 auto 5px;color:var(--tone)}
.wc55-price-icon svg{width:30px;height:30px}
.wc55-card-head h3{margin:0;color:#fff;font-size:14px;font-weight:bold}
.wc55-price-value{min-height:100px;padding:17px 10px 11px;border-bottom:1px solid #e8edf4;text-align:center}
.wc55-price-value small{display:block;margin-bottom:4px;color:#718099;font-size:10px}
.wc55-price-value strong{display:block;color:var(--tone);font-size:24px;line-height:1.15;font-weight:bold}
.wc55-price-card ul{list-style:none;margin:0;padding:13px 14px 6px;min-height:165px}
.wc55-price-card li{display:grid;grid-template-columns:17px 1fr;gap:7px;margin-bottom:8px;color:#3c4a62;font-size:11px;line-height:1.4}
.wc55-price-card li i{display:grid;place-items:center;width:15px;height:15px;border-radius:50%;background:color-mix(in srgb,var(--tone) 15%,#fff);color:var(--tone);font-size:9px;font-style:normal;font-weight:bold}
.wc55-price-card>a{display:flex;align-items:center;justify-content:center;min-height:39px;margin:7px 14px 14px;border:1px solid var(--tone);border-radius:7px;background:var(--tone);color:#fff;text-decoration:none;font-size:12px;font-weight:bold;transition:.2s}
.wc55-price-card:first-child>a{background:#fff;color:var(--tone)}
.wc55-price-card>a:hover{filter:brightness(.94);transform:translateY(-1px)}
.wc55-pricing-notes{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;max-width:1120px;margin:12px auto 0}
.wc55-pricing-notes span{display:flex;align-items:center;justify-content:center;min-height:34px;border:1px solid rgba(255,255,255,.16);border-radius:7px;background:rgba(4,19,49,.58);color:#e0e8f7;font-size:11px}

.wc55-outcomes{padding:28px 0 20px;background:#fff}
.wc55-outcome-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.wc55-outcome-grid article{display:grid;grid-template-columns:58px 1fr;gap:12px;align-items:start}
.wc55-outcome-grid article>span{display:grid;place-items:center;width:58px;height:58px;border-radius:50%;background:#fff1eb;color:#ff5a1f}
.wc55-outcome-grid article.is-blue>span{background:#edf4ff;color:#2d6cff}
.wc55-outcome-grid article.is-green>span{background:#ecfff2;color:#0aad55}
.wc55-outcome-grid article.is-purple>span{background:#f4edff;color:#8147df}
.wc55-outcome-grid svg{width:30px;height:30px}
.wc55-outcome-grid h3{margin:3px 0 5px;color:#0c1b3a;font-size:14px;font-weight:bold}
.wc55-outcome-grid p{margin:0;color:#6d7890;font-size:11px;line-height:1.5}
.wc55-faq{padding:16px 0 42px;background:#fff}
.wc55-faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px 18px;max-width:1080px;margin:0 auto}
.wc55-faq details{border:1px solid #dfe5ee;border-radius:6px;background:#fff;overflow:hidden}
.wc55-faq summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 14px;color:#1b2944;font-size:11px;font-weight:bold;cursor:pointer;list-style:none}
.wc55-faq summary::-webkit-details-marker{display:none}
.wc55-faq summary span{font-size:16px}
.wc55-faq details[open] summary span{transform:rotate(180deg)}
.wc55-faq details p{margin:0;padding:0 14px 13px;color:#6f7b90;font-size:11px;line-height:1.55}

@media(max-width:1100px){
  .wc55-hero-grid{grid-template-columns:1fr 1fr;gap:26px}
  .wc55-hero-copy h1{font-size:42px}
  .wc55-showcase{min-height:340px}
  .wc55-phone-screen{height:215px}
  .wc55-why-grid{grid-template-columns:repeat(3,1fr)}
  .wc55-pricing-grid{grid-template-columns:repeat(2,1fr)}
  .wc55-outcome-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
  .wc55-hero{padding:26px 0 20px}
  .wc55-hero-grid{grid-template-columns:1fr}
  .wc55-hero-copy h1{font-size:36px}
  .wc55-lead{font-size:18px}
  .wc55-trust{gap:12px;justify-content:space-between}
  .wc55-showcase{min-height:310px;padding:10px 0 30px}
  .wc55-phone-grid{gap:6px}
  .wc55-phone-screen{height:185px;border-width:4px;border-radius:14px;padding:17px 6px 8px}
  .wc55-phone-screen strong{font-size:14px}
  .wc55-phone-screen em{font-size:10px;margin:10px 0 20px}
  .wc55-phone footer{font-size:10px}
  .wc55-why-grid{grid-template-columns:1fr 1fr}
  .wc55-process-grid{grid-template-columns:1fr 1fr;gap:24px 0}
  .wc55-process-grid:before{display:none}
  .wc55-pricing-grid{grid-template-columns:1fr 1fr}
  .wc55-pricing-notes{grid-template-columns:1fr 1fr}
  .wc55-faq-grid{grid-template-columns:1fr}
}
@media(max-width:540px){
  .wc55-section-head h2{font-size:22px;gap:8px}
  .wc55-section-head h2:before,.wc55-section-head h2:after{width:20px}
  .wc55-hero-copy h1{font-size:32px}
  .wc55-hero-actions{display:grid;grid-template-columns:1fr}
  .wc55-btn{width:100%}
  .wc55-trust{display:grid;grid-template-columns:1fr 1fr}
  .wc55-phone-grid{grid-template-columns:repeat(2,1fr);row-gap:18px}
  .wc55-showcase{min-height:570px}
  .wc55-stage{bottom:35px}
  .wc55-why-grid,.wc55-process-grid,.wc55-pricing-grid,.wc55-pricing-notes,.wc55-outcome-grid{grid-template-columns:1fr}
}
