:root{--bg:#f5f8fe;--surface:#ffffff;--surface-alt:#eef4ff;--surface-soft:#f8fbff;--text:#091324;--text-soft:#1f2937;--muted:#667085;--line:#d9e2f1;--line-strong:#bfd0ee;--primary:#1164dc;--primary-strong:#0e57c1;--primary-soft:#eaf2ff;--success:#12b76a;--warning:#f79009;--danger:#f04438;--shadow:0 24px 60px rgba(17,100,220,0.10);--shadow-sm:0 12px 32px rgba(9,19,36,0.06);--radius:24px;--radius-sm:16px;--radius-xs:12px;--shell:1200px;--shell-narrow:760px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at top left,rgba(17,100,220,.08),transparent 30%),linear-gradient(180deg,#fbfdff 0,var(--bg) 100%);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5}img{max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;background:rgba(17,100,220,.08);padding:.18rem .4rem;border-radius:8px}main{min-height:calc(100vh - 180px)}.shell{width:min(calc(100% - 32px),var(--shell));margin:0 auto}.shell-narrow{width:min(calc(100% - 32px),var(--shell-narrow))}.page-section{padding:72px 0}.muted-section{background:linear-gradient(180deg,rgba(234,242,255,.55),rgba(255,255,255,.45));border-top:1px solid rgba(217,226,241,.75);border-bottom:1px solid rgba(217,226,241,.75)}.stack-lg,.stack-md,.stack-sm,.stack-xl{display:flex;flex-direction:column}.stack-xl{gap:36px}.stack-lg{gap:24px}.stack-md{gap:18px}.stack-sm{gap:12px}.account-layout,.dns-grid,.feature-grid,.footer-column-group,.footer-grid,.grid-main-aside,.grid-three,.grid-two,.hero-grid,.hero-stat-grid,.manager-grid,.pricing-card-grid,.stats-grid{display:grid;grid-gap:22px;gap:22px}.grid-two{grid-template-columns:repeat(2,minmax(0,1fr))}.dns-grid,.feature-grid,.footer-column-group,.grid-three,.pricing-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-main-aside{grid-template-columns:minmax(0,1fr) 340px;align-items:start}.stats-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hero-grid{grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);align-items:center}.manager-grid{grid-template-columns:1fr auto;align-items:start}.footer-grid{grid-template-columns:1.2fr 1fr;align-items:start}.account-layout{grid-template-columns:300px minmax(0,1fr);align-items:start}.dns-grid{grid-template-columns:1fr 120px 1.4fr 110px 90px}.hero-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pricing-card-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:40;background:rgba(255,255,255,.86);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid rgba(217,226,241,.8)}.shell-header{display:flex;align-items:center;justify-content:space-between;min-height:82px;gap:24px}.brandmark{display:inline-flex;align-items:center;gap:14px;min-width:0}.brandmark-image{width:44px;height:44px;object-fit:contain;flex:none}.brandmark-copy{display:flex;flex-direction:column;gap:2px;min-width:0}.brandmark-title{font-weight:800;letter-spacing:-.02em;color:var(--text)}.brandmark-subtitle{font-size:.82rem;color:var(--muted)}.account-nav,.cart-controls,.cart-row,.footer-bottom,.footer-links,.header-actions,.hero-badges,.hero-cta-row,.inline-form,.main-nav,.result-actions,.result-meta,.result-title-row,.search-helper-row,.summary-row,.tab-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.main-nav{margin-right:auto;margin-left:28px;gap:18px}.account-nav a,.footer-bottom,.footer-links a,.header-link,.main-nav a,.search-helper-row{color:var(--muted);transition:color .2s ease,background .2s ease,border-color .2s ease}.main-nav a{padding:10px 0;font-weight:600}.account-nav a:hover,.footer-links a:hover,.header-link:hover,.main-nav a:hover{color:var(--text)}.header-actions{justify-content:flex-end}.header-link-pill{justify-content:center;min-height:42px;padding:0 16px;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.8);font-weight:600}.cart-chip,.header-link-pill{display:inline-flex;align-items:center}.cart-chip{gap:10px;background:var(--primary-soft);color:var(--primary-strong);border:1px solid #c6dafc;padding:10px 14px;border-radius:999px;font-weight:700}.cart-count{display:inline-grid;place-items:center;min-width:26px;height:26px;border-radius:999px;background:var(--primary);color:white;font-size:.86rem}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 18px;border-radius:14px;border:1px solid transparent;background:linear-gradient(135deg,var(--primary),var(--primary-strong));color:white;font-weight:700;cursor:pointer;box-shadow:0 18px 42px rgba(17,100,220,.18)}.button:hover{filter:brightness(1.02)}.button:disabled{cursor:not-allowed;opacity:.65;box-shadow:none}.button-secondary{background:white}.button-ghost,.button-secondary{color:var(--text);border-color:var(--line);box-shadow:none}.button-ghost{background:transparent}.button-danger{background:var(--danger);color:white;box-shadow:none}.card{background:rgba(255,255,255,.96);border:1px solid rgba(217,226,241,.95);border-radius:var(--radius);box-shadow:var(--shadow);padding:26px}.hero-section{padding:90px 0 52px}.hero-section-brand{position:relative}.hero-section-brand:before{content:"";position:absolute;inset:0 0 auto 0;height:72%;background:linear-gradient(180deg,rgba(234,242,255,.72),rgba(245,248,254,0));pointer-events:none}.hero-copy-stack,.hero-grid-brand,.hero-search-card{position:relative}.hero-title,.page-title,.section-title{margin:0;font-weight:800;letter-spacing:-.035em;color:var(--text)}.hero-title{font-size:clamp(2.5rem,4.6vw,5.2rem);max-width:11ch;line-height:.96}.page-title{font-size:clamp(2.05rem,3vw,3.05rem)}.section-title{font-size:clamp(1.65rem,2.7vw,2.45rem)}.card p,.empty-state p,.footer-bottom,.footer-copy,.hero-copy,.muted-small,.notice p,.page-description,.search-helper-row,.stat-hint{color:var(--muted)}.hero-copy{max-width:62ch;font-size:1.08rem}.footer-contact-chip,.hero-badges span{border:1px solid var(--line);background:rgba(255,255,255,.85);border-radius:999px;padding:9px 14px;color:var(--muted);font-size:.93rem;font-weight:600}.hero-search-card{align-self:stretch;border-color:rgba(198,218,252,.9);box-shadow:0 28px 80px rgba(17,100,220,.12)}.hero-card-title{margin:0;font-size:1.35rem}.hero-stat-card{min-height:126px;justify-content:center;box-shadow:var(--shadow-sm)}.hero-stat-value{font-size:1.7rem;font-weight:800;color:var(--text)}.hero-stat-label{color:var(--muted);font-size:.95rem}.mini-feature-list{display:grid;grid-gap:14px;gap:14px}.mini-feature-list div{display:grid;grid-gap:4px;gap:4px;padding:14px 16px;border-radius:16px;background:var(--surface-soft);border:1px solid rgba(217,226,241,.9)}.mini-feature-list strong{font-size:.96rem}.mini-feature-list span{color:var(--muted);font-size:.92rem}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-weight:800;font-size:.74rem;color:var(--primary);margin-bottom:12px}.field,.textarea{width:100%;border-radius:16px;border:1px solid var(--line);background:white;color:var(--text);min-height:50px;padding:0 14px;outline:none}.field:focus,.textarea:focus,select.field:focus{border-color:#8bb6ff;box-shadow:0 0 0 4px rgba(17,100,220,.15)}.field-search{min-height:56px;font-size:1rem}.textarea{min-height:140px;padding-top:12px;resize:vertical}.field-stack{display:flex;flex-direction:column;gap:8px}.field-stack span{font-weight:600;font-size:.94rem}.compact-field{min-width:120px}.form-stack,.search-panel{display:flex;flex-direction:column;gap:18px}.checkbox-row{display:flex;gap:12px;align-items:center;color:var(--muted)}.search-panel-row{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:12px;gap:12px}.search-helper-row{justify-content:space-between;font-size:.92rem;gap:10px 20px}.tab-pill{min-height:42px;padding:0 16px;border-radius:999px;border:1px solid var(--line);background:white;color:var(--muted);cursor:pointer;font-weight:600}.tab-pill.active{background:var(--primary-soft);border-color:#c6dafc;color:var(--primary-strong)}.search-shell-card{padding:30px}.feature-grid-emphasis{gap:18px}.feature-card{background:rgba(255,255,255,.94)}.card h3,.empty-state h3,.feature-card h3,.feature-card p,.result-main h3{margin:0}.feature-card-journey .button{margin-top:4px}.result-card{overflow:hidden}.result-main{display:flex;align-items:start;justify-content:space-between;gap:22px}.result-content{display:grid;grid-gap:12px;gap:12px}.result-title-row{gap:10px}.muted-small,.result-meta{font-size:.95rem}.result-price{display:flex;flex-direction:column;align-items:end;gap:6px;min-width:150px}.result-price strong{font-size:1.32rem;letter-spacing:-.02em}.result-price span{color:var(--muted);font-size:.9rem}.inline-feedback{font-size:.92rem;color:var(--muted);width:100%}.badge{display:inline-flex;align-items:center;border-radius:999px;min-height:28px;padding:0 12px;font-size:.83rem;font-weight:700}.badge-default{background:var(--primary-soft);color:var(--primary-strong)}.badge-success{background:#ddf8ea;color:#0a7a43}.badge-warning{background:#fff1dc;color:#a35600}.badge-danger{background:#fde7e5;color:#c43229}.notice{border-radius:18px;padding:16px 18px;border:1px solid var(--line);background:white}.notice strong{display:block;margin-bottom:8px}.notice-info{background:var(--primary-soft);border-color:#c6dafc}.notice-success{background:#effcf4;border-color:#ccefd9}.notice-warning{background:#fff8eb;border-color:#fde1ad}.notice-danger{background:#fff1f0;border-color:#f7c7c2}.table-wrap{width:100%;overflow-x:auto}.pricing-table-shell{background:rgba(255,255,255,.92);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.data-table{width:100%;border-collapse:collapse}.data-table td,.data-table th{text-align:left;padding:16px;border-bottom:1px solid var(--line);vertical-align:middle}.data-table th{color:var(--muted);font-size:.89rem;font-weight:700}.data-table tbody tr:last-child td{border-bottom:none}.pricing-preview-card{display:grid;grid-gap:8px;gap:8px;align-content:start}.pricing-preview-tld{color:var(--muted);font-weight:700}.pricing-preview-price{font-size:2rem;font-weight:800;letter-spacing:-.03em}.pricing-preview-caption{color:var(--muted);font-size:.92rem}.pricing-preview-meta{display:grid;grid-gap:6px;gap:6px;color:var(--text-soft);font-size:.93rem}.stat-card{min-height:160px;display:flex;flex-direction:column;justify-content:center}.stat-label{font-size:.92rem;color:var(--muted)}.stat-value{font-size:clamp(1.9rem,4vw,2.5rem);font-weight:800;line-height:1.1;margin-top:8px}.empty-state{text-align:center;align-items:center}.empty-state-action{margin-top:8px}.spinner-row{display:inline-flex;align-items:center;gap:12px;color:var(--muted)}.spinner{width:20px;height:20px;border-radius:999px;border:3px solid #c6dafc;border-top:3px solid var(--primary);animation:spin .8s linear infinite}.quote-box{border:1px dashed #c6dafc;border-radius:16px;background:var(--primary-soft);padding:16px}.summary-row{justify-content:space-between}.sticky-card{position:-webkit-sticky;position:sticky;top:96px;display:flex;flex-direction:column;gap:14px}.cart-row{justify-content:space-between}.cart-controls{justify-content:flex-end}.account-sidebar{position:-webkit-sticky;position:sticky;top:96px;display:flex;flex-direction:column;gap:18px;background:rgba(255,255,255,.76);border:1px solid rgba(217,226,241,.95);border-radius:var(--radius);padding:22px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.account-sidebar-head h2{margin:0 0 6px}.account-sidebar-head p{margin:0;color:var(--muted)}.account-nav{flex-direction:column;align-items:stretch}.account-nav a{padding:10px 12px;border-radius:12px}.account-nav a.active{background:var(--primary-soft);color:var(--primary-strong);font-weight:700}.account-content{min-width:0}.site-footer{border-top:1px solid rgba(217,226,241,.8);background:rgba(255,255,255,.74);padding:34px 0 44px}.footer-grid-rich{grid-template-columns:1.15fr 1fr}.footer-brand-block{display:grid;grid-gap:16px;gap:16px}.footer-brandmark{align-items:center}.footer-brand{font-weight:800;font-size:1.05rem;margin-bottom:8px}.footer-copy-wide{max-width:54ch}.footer-heading{font-size:.9rem;font-weight:800;letter-spacing:.02em;margin-bottom:12px}.footer-links{gap:14px 18px}.footer-links-column{display:grid;grid-gap:10px;gap:10px}.footer-bottom{padding-top:8px;border-top:1px solid rgba(217,226,241,.75);font-size:.92rem}.cta-band,.footer-bottom{justify-content:space-between}.cta-band{display:flex;align-items:center;gap:28px;padding:32px;background:linear-gradient(135deg,#ffffff 0,var(--primary-soft) 100%);border-color:#c6dafc}@keyframes spin{to{transform:rotate(1turn)}}@media (max-width:1100px){.account-layout,.feature-grid,.footer-column-group,.footer-grid,.footer-grid-rich,.grid-main-aside,.hero-grid,.hero-stat-grid,.manager-grid,.pricing-card-grid,.stats-grid{grid-template-columns:1fr}.account-sidebar,.sticky-card{position:static}.main-nav{display:none}.cta-band{flex-direction:column;align-items:start}}@media (max-width:760px){.hero-section,.page-section{padding:52px 0}.dns-grid,.grid-three,.grid-two{grid-template-columns:1fr}.shell-header{min-height:74px;gap:16px}.brandmark-subtitle{display:none}.cart-row,.result-main,.search-panel-row{grid-template-columns:1fr;display:grid}.cart-controls,.footer-bottom,.result-actions,.search-helper-row,.section-heading{align-items:start;flex-direction:column}.result-price{align-items:start}.card,.cta-band,.search-shell-card{padding:22px}}.account-preview-pill{display:inline-flex;align-items:center;justify-content:center;min-height:32px;width:-moz-fit-content;width:fit-content;padding:0 12px;border-radius:999px;border:1px solid #c6dafc;background:var(--primary-soft);color:var(--primary-strong);font-size:.82rem;font-weight:800;letter-spacing:.02em}.account-sidebar-foot{display:grid;grid-gap:10px;gap:10px}.account-preview-banner{display:grid;grid-gap:8px;gap:8px;padding:18px 20px;border-radius:18px;background:linear-gradient(135deg,rgba(17,100,220,.12),rgba(17,100,220,.04));border:1px solid rgba(198,218,252,.95)}.account-preview-banner strong{font-size:.95rem}.account-preview-banner p{margin:0;color:var(--muted)}.placeholder-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:22px;gap:22px}.placeholder-layout-grid{align-items:start}.cart-stage-card,.checkout-stage-card,.compact-placeholder-card,.placeholder-banner-card,.placeholder-card{overflow:hidden}.placeholder-card-head{display:flex;flex-direction:column;gap:10px;margin-bottom:14px}.cart-stage-card h3,.checkout-stage-card h4,.flow-card h4,.placeholder-card-head h3{margin:0}.placeholder-list{margin:0;padding-left:20px;display:grid;grid-gap:10px;gap:10px;color:var(--text-soft)}.placeholder-list li::marker{color:var(--primary)}.placeholder-side-card{gap:16px}.placeholder-status-list{display:grid;grid-gap:10px;gap:10px}.placeholder-status-list .summary-row{min-height:36px;padding:10px 0;border-bottom:1px solid rgba(217,226,241,.8)}.placeholder-status-list .summary-row:last-child{border-bottom:none}.placeholder-banner-card{display:grid;grid-gap:16px;gap:16px;align-items:center;grid-template-columns:1.15fr auto;border-color:#c6dafc;background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(234,242,255,.82))}.placeholder-banner-copy{display:grid;grid-gap:8px;gap:8px}.cart-item-description,.cart-stage-head p,.flow-card p,.placeholder-banner-copy h3,.placeholder-banner-copy p{margin:0}.compact-placeholder-card{display:grid;align-content:start;grid-gap:14px;gap:14px;min-height:250px}.compact-placeholder-card p{margin:0}.placeholder-stat-card{box-shadow:var(--shadow-sm)}.cart-stage-card,.checkout-stage-card{border-color:#c6dafc;background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(234,242,255,.88))}.cart-stage-head{display:flex;align-items:start;justify-content:space-between;gap:24px;flex-wrap:wrap}.cart-step-row{display:flex;flex-wrap:wrap;gap:10px}.step-chip{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 14px;border-radius:999px;border:1px solid var(--line);background:white;font-weight:700;color:var(--muted)}.step-chip-complete{border-color:#c6dafc;background:var(--primary-soft);color:var(--primary-strong)}.step-chip-current{border-color:var(--primary);background:var(--primary);color:white}.step-chip-upcoming{background:rgba(255,255,255,.85)}.cart-item-card{display:grid;grid-gap:22px;gap:22px}.cart-item-head{display:flex;align-items:start;justify-content:space-between;gap:18px}.cart-item-total{align-items:end}.cart-detail-grid,.checkout-flow-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px}.checkout-flow-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.cart-detail-card,.flow-card{display:grid;grid-gap:8px;gap:8px;padding:16px;border-radius:18px;border:1px solid rgba(217,226,241,.9);background:rgba(248,251,255,.92)}.cart-detail-card span,.flow-step{color:var(--muted);font-size:.85rem;font-weight:700}.cart-detail-card strong{font-size:1.02rem}.flow-step{display:inline-flex;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;min-width:42px;min-height:42px;padding:0 12px;border-radius:999px;background:var(--primary-soft);color:var(--primary-strong)}.cart-item-toolbar,.cart-toolbar-actions{display:flex;align-items:end;justify-content:space-between;gap:16px;flex-wrap:wrap}.cart-summary-card{gap:16px}.cart-side-notes{display:grid;grid-gap:10px;gap:10px}@media (max-width:1100px){.cart-detail-grid,.checkout-flow-grid,.placeholder-banner-card,.placeholder-card-grid{grid-template-columns:1fr}}@media (max-width:760px){.cart-item-head,.cart-item-toolbar,.cart-stage-head,.cart-toolbar-actions{align-items:start;flex-direction:column}.cart-item-total{align-items:start}}.header-auth-cluster{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap}.header-link-accent{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:999px;border:1px solid transparent;background:linear-gradient(135deg,var(--primary),var(--primary-strong));color:#fff;font-weight:700;box-shadow:0 10px 24px rgba(17,100,220,.16)}.header-link-accent:hover{color:#fff;filter:brightness(1.02)}.header-inline-error{color:var(--danger,#dc2626);font-size:.82rem;max-width:220px}.inline-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.account-live-banner{border-color:rgba(17,100,220,.22);background:linear-gradient(135deg,rgba(17,100,220,.1),rgba(17,100,220,.04))}@media (max-width:960px){.header-auth-cluster{width:100%;justify-content:flex-end}}