
:root{--bg:#fff;--surface:#f7f8fa;--surface-2:#f1f4f8;--text:#101216;--muted:#5d6470;--border:#e6e8ec;--border-strong:#d7dae0;--brand:#155eef;--brand-dark:#0b1f3a;--brand-soft:#eef4ff;--success:#138a5b;--radius-sm:8px;--radius:12px;--radius-lg:18px;--container:1360px;--shadow:0 16px 40px rgba(16,18,22,.07)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}body.no-scroll{overflow:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.container{width:min(var(--container),calc(100% - 64px));margin:auto}.section{padding:92px 0}.section-sm{padding:64px 0}.surface{background:var(--surface)}.eyebrow{font-size:12px;letter-spacing:.13em;text-transform:uppercase;font-weight:700;color:var(--brand);margin:0 0 14px}.section-title{font-size:clamp(30px,3.2vw,44px);line-height:1.13;letter-spacing:-.035em;margin:0 0 16px;font-weight:650}.section-copy{max-width:680px;color:var(--muted);font-size:17px}.display-serif{font-family:Georgia,"Times New Roman",serif;font-weight:500}.btn{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:10px;padding:10px 18px;border:1px solid transparent;font-weight:700;font-size:14px;transition:.2s ease}.btn-primary{background:var(--brand-dark);color:#fff}.btn-primary:hover{background:#132c50;transform:translateY(-1px)}.btn-brand{background:var(--brand);color:#fff}.btn-brand:hover{background:#0f4ad0}.btn-secondary{background:#fff;border-color:var(--border-strong);color:var(--text)}.btn-secondary:hover{border-color:#b7bdc8;background:#fafbfc}.text-link{display:inline-flex;gap:8px;align-items:center;color:var(--brand);font-weight:700}.text-link:hover{text-decoration:underline;text-underline-offset:4px}.announcement{height:36px;background:#0b1f3a;color:#f6f9ff;display:flex;align-items:center;font-size:13px}.announcement .container{display:flex;justify-content:center;gap:22px;white-space:nowrap;overflow:hidden}.announcement-dot{width:4px;height:4px;background:#91b5ff;border-radius:50%}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.nav{height:76px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px}.brand{display:inline-flex;align-items:center;gap:11px;font-weight:800;letter-spacing:-.03em}.brand-mark{width:34px;height:34px;border-radius:10px;background:var(--brand);color:white;display:grid;place-items:center;font-size:17px}.nav-links{display:flex;align-items:center;justify-content:center;gap:24px}.nav-link{font-size:14px;font-weight:650;color:#303641;padding:26px 0;position:relative}.nav-link:hover,.nav-link[aria-current="page"]{color:var(--brand)}.nav-actions{display:flex;align-items:center;gap:10px}.icon-btn{width:44px;height:44px;border:1px solid var(--border);border-radius:10px;background:#fff;display:grid;place-items:center}.hamburger{display:none}.mega-trigger{position:relative}.mega-menu{position:absolute;top:68px;left:50%;transform:translate(-50%,8px);width:min(980px,calc(100vw - 48px));background:#fff;border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow);padding:24px;opacity:0;visibility:hidden;transition:.18s ease}.mega-trigger:hover .mega-menu,.mega-trigger:focus-within .mega-menu,.mega-menu.open{opacity:1;visibility:visible;transform:translate(-50%,0)}.mega-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:22px}.mega-col h4{font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin:0 0 10px}.mega-col a{display:block;padding:7px 0;font-size:13px;color:#303641}.mega-col a:hover{color:var(--brand)}.mega-footer{border-top:1px solid var(--border);margin-top:18px;padding-top:16px;display:flex;justify-content:space-between;color:var(--muted);font-size:13px}.hero{padding:72px 0 76px}.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:70px}.hero h1{font-size:clamp(46px,5vw,64px);line-height:1.02;letter-spacing:-.052em;margin:0 0 22px;font-weight:660;max-width:760px}.hero p{font-size:18px;color:var(--muted);max-width:680px;margin:0 0 28px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.confidence-row{display:flex;flex-wrap:wrap;gap:18px;margin-top:24px;color:#4d5560;font-size:13px;font-weight:650}.confidence-row span{display:flex;align-items:center;gap:7px}.check-dot{width:18px;height:18px;border-radius:50%;background:#e9f8f1;color:var(--success);display:grid;place-items:center;font-size:11px}.photo-frame{border-radius:18px;overflow:hidden;border:1px solid var(--border);background:#f1f3f5;position:relative}.photo-frame img{width:100%;height:540px;object-fit:cover;object-position:center}.float-card{position:absolute;background:#fff;border:1px solid var(--border);border-radius:12px;padding:11px 14px;box-shadow:0 10px 30px rgba(16,18,22,.1);font-size:13px;font-weight:750}.float-one{left:-18px;bottom:44px}.float-two{right:-18px;top:38px}.platform-strip{border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:18px 0}.platform-row{display:flex;gap:24px;align-items:center;overflow:auto;scrollbar-width:none}.platform-row::-webkit-scrollbar{display:none}.platform-chip{display:flex;align-items:center;gap:8px;white-space:nowrap;color:#3f4650;font-size:13px;font-weight:700}.platform-chip img{width:25px;height:25px}.section-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:34px}.section-head .section-copy{margin:0}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.category-card{border:1px solid var(--border);border-radius:16px;padding:25px;background:#fff;min-height:220px;display:flex;flex-direction:column;justify-content:space-between;transition:.2s}.category-card:nth-child(2),.category-card:nth-child(5){background:#f8fbff}.category-card:hover{border-color:#bac4d5;transform:translateY(-2px)}.category-icon{width:42px;height:42px;border-radius:12px;background:var(--brand-soft);color:var(--brand);display:grid;place-items:center;font-weight:800}.category-card h3{font-size:21px;margin:22px 0 8px;letter-spacing:-.02em}.category-card p{color:var(--muted);margin:0;font-size:14px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product-card{border:1px solid var(--border);border-radius:16px;padding:22px;background:#fff;display:flex;flex-direction:column;min-height:285px;transition:.2s}.product-card:hover{border-color:#b8c3d4;box-shadow:0 12px 28px rgba(16,18,22,.055);transform:translateY(-2px)}.product-top{display:flex;justify-content:space-between;align-items:start}.product-logo{width:42px;height:42px}.badge{font-size:11px;padding:4px 8px;border-radius:999px;background:#eef4ff;color:#155eef;font-weight:800}.category-label{font-size:11px;text-transform:uppercase;letter-spacing:.09em;color:var(--muted);font-weight:750;margin-top:18px}.product-card h3{font-size:21px;margin:5px 0 8px;line-height:1.25;letter-spacing:-.02em}.product-card p{color:var(--muted);font-size:14px;margin:0 0 16px}.meta-row{display:flex;flex-wrap:wrap;gap:7px;margin-top:auto}.meta-pill{font-size:11px;border:1px solid var(--border);border-radius:999px;padding:4px 8px;color:#555d68}.product-bottom{display:flex;justify-content:space-between;align-items:end;border-top:1px solid var(--border);margin-top:18px;padding-top:15px}.price-cue small{display:block;color:var(--muted);font-size:11px}.price-cue strong{font-size:20px}.editorial-bestsellers{display:grid;grid-template-columns:1.15fr .85fr;gap:18px}.featured-product{background:#0b1f3a;color:#fff;border-radius:18px;padding:34px;min-height:430px;display:flex;flex-direction:column;position:relative;overflow:hidden}.featured-product:after{content:"";position:absolute;width:220px;height:220px;border-radius:50%;background:rgba(255,255,255,.06);right:-80px;top:-60px}.featured-product .product-logo{width:54px;height:54px}.featured-product p{color:#cad5e5;max-width:500px}.featured-product h3{font-size:34px;line-height:1.12;margin:20px 0 12px}.featured-product .feature-bottom{margin-top:auto}.mini-products{display:grid;grid-template-columns:1fr 1fr;gap:18px}.mini-card{border:1px solid var(--border);border-radius:16px;padding:20px;background:#fff;display:flex;flex-direction:column;justify-content:space-between}.mini-card img{width:34px;height:34px}.mini-card h4{font-size:17px;margin:14px 0 8px}.search-panel{background:#0f1724;color:#fff;border-radius:20px;padding:44px}.search-panel h2{font-size:34px;margin:0 0 8px;letter-spacing:-.03em}.search-panel p{color:#c9d2df;margin:0 0 22px}.search-inline{display:flex;background:#fff;border-radius:12px;padding:6px;max-width:760px}.search-inline input{flex:1;border:0;outline:0;padding:10px 13px;min-width:0}.search-inline button{border:0;background:var(--brand);color:#fff;border-radius:8px;padding:0 18px;font-weight:700}.suggestions{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.suggestions button{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);color:#fff;border-radius:999px;padding:6px 10px;font-size:12px}.split{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:start}.benefits{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--border);border-left:1px solid var(--border)}.benefit{padding:24px;border-right:1px solid var(--border);border-bottom:1px solid var(--border)}.benefit-num{font-size:12px;color:var(--brand);font-weight:800}.benefit h3{font-size:18px;margin:14px 0 7px}.benefit p{font-size:14px;color:var(--muted);margin:0}.editorial-split{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.editorial-image{border-radius:18px;overflow:hidden;border:1px solid var(--border)}.editorial-image img{width:100%;height:470px;object-fit:cover}.editorial-copy p{color:var(--muted)}.age-track{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.age-item{padding:24px 18px;border-right:1px solid var(--border);position:relative}.age-item:last-child{border-right:0}.age-item:before{content:"";width:9px;height:9px;border-radius:50%;background:var(--brand);position:absolute;top:-5px;left:18px}.age-item strong{display:block;margin-bottom:7px}.age-item p{margin:0;color:var(--muted);font-size:13px}.pricing-shell{border:1px solid var(--border);border-radius:18px;background:#fff;padding:24px}.pricing-head{display:flex;justify-content:space-between;gap:24px;align-items:center;margin-bottom:20px}.pricing-tabs{display:flex;gap:6px;overflow:auto}.pricing-tab{white-space:nowrap;border:1px solid var(--border);background:#fff;border-radius:9px;padding:8px 11px;font-size:12px;font-weight:700}.pricing-tab.active{background:var(--brand-dark);border-color:var(--brand-dark);color:#fff}.pricing-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.price-card{border:1px solid var(--border);border-radius:16px;padding:20px;background:#fff;position:relative}.price-card.popular{border-color:#8eb1f7;background:#fbfdff}.popular-ribbon{position:absolute;top:12px;right:12px;font-size:10px;background:var(--brand-soft);color:var(--brand);font-weight:800;padding:4px 7px;border-radius:999px}.price-card .tier{font-size:12px;color:var(--muted);font-weight:750}.price-card .qty{font-size:19px;font-weight:750;margin:7px 0 2px}.price-card .price{font-size:32px;font-weight:750;letter-spacing:-.04em}.price-card .per{font-size:11px;color:var(--muted)}.price-card ul{list-style:none;padding:14px 0 0;margin:16px 0;border-top:1px solid var(--border)}.price-card li{font-size:12px;margin:7px 0;color:#4d5560}.price-card .btn{width:100%;margin-top:8px}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid var(--border)}.step{padding:24px 24px 0 0;position:relative}.step:before{content:"";width:11px;height:11px;border-radius:50%;background:var(--brand);position:absolute;top:-6px;left:0}.step-num{font-size:12px;color:var(--brand);font-weight:850}.step h3{font-size:18px;margin:12px 0 8px}.step p{font-size:14px;color:var(--muted);margin:0}.custom-band{background:#eef4ff;border:1px solid #dbe7ff;border-radius:20px;padding:42px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:30px}.custom-band h2{font-size:32px;margin:0 0 7px;letter-spacing:-.03em}.custom-band p{margin:0;color:#4d5a6c}.serve-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;background:var(--border);border:1px solid var(--border);border-radius:16px;overflow:hidden}.serve-item{background:#fff;padding:22px}.serve-item h3{font-size:17px;margin:0 0 8px}.serve-item p{font-size:13px;color:var(--muted);margin:0}.blog-grid{display:grid;grid-template-columns:1.2fr .9fr .9fr;gap:18px}.blog-card{border:1px solid var(--border);border-radius:16px;overflow:hidden;background:#fff}.blog-card img{width:100%;height:210px;object-fit:cover}.blog-card:first-child img{height:280px}.blog-body{padding:20px}.blog-meta{font-size:11px;color:var(--brand);font-weight:800;text-transform:uppercase;letter-spacing:.09em}.blog-card h3{font-size:21px;line-height:1.25;margin:8px 0}.blog-card p{color:var(--muted);font-size:14px}.faq-list{border-top:1px solid var(--border)}.faq-item{border-bottom:1px solid var(--border)}.faq-q{width:100%;background:none;border:0;text-align:left;padding:20px 0;display:flex;justify-content:space-between;gap:20px;font-weight:750;color:var(--text)}.faq-a{max-height:0;overflow:hidden;color:var(--muted);transition:max-height .25s ease}.faq-item.open .faq-a{max-height:220px;padding-bottom:20px}.faq-q span:last-child{font-size:20px;color:var(--muted)}.final-cta{background:#0b1f3a;color:#fff;border-radius:20px;padding:46px;display:flex;justify-content:space-between;gap:30px;align-items:center}.final-cta h2{font-size:34px;line-height:1.13;margin:0 0 8px}.final-cta p{color:#cbd6e5;margin:0}.site-footer{border-top:1px solid var(--border);margin-top:70px;background:#fafbfc}.footer-cta{padding:34px 0;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;gap:24px}.footer-cta h3{margin:0;font-size:22px}.footer-grid{display:grid;grid-template-columns:1.3fr repeat(5,1fr);gap:32px;padding:54px 0}.footer-brand p{font-size:13px;color:var(--muted);max-width:270px}.footer-col h4{font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:#313844;margin:0 0 13px}.footer-col a{display:block;color:var(--muted);font-size:13px;padding:5px 0}.footer-col a:hover{color:var(--brand)}.footer-bottom{border-top:1px solid var(--border);padding:18px 0;font-size:12px;color:var(--muted);display:flex;justify-content:space-between;gap:20px}.page-hero{padding:72px 0 62px;border-bottom:1px solid var(--border)}.page-hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:60px;align-items:center}.page-hero h1{font-size:clamp(42px,4.5vw,58px);letter-spacing:-.048em;line-height:1.05;margin:0 0 18px}.page-hero p{font-size:17px;color:var(--muted);max-width:680px}.page-photo img{width:100%;height:410px;object-fit:cover;border-radius:18px;border:1px solid var(--border)}.breadcrumb{font-size:12px;color:var(--muted);margin-bottom:20px}.breadcrumb a:hover{color:var(--brand)}.product-hero{padding:58px 0 66px;border-bottom:1px solid var(--border)}.product-hero-grid{display:grid;grid-template-columns:1.06fr .94fr;gap:65px;align-items:center}.product-identity{display:flex;align-items:center;gap:12px;margin-bottom:18px}.product-identity img{width:48px;height:48px}.product-hero h1{font-size:clamp(42px,4.5vw,58px);line-height:1.06;letter-spacing:-.045em;margin:0 0 16px}.product-hero p{font-size:17px;color:var(--muted)}.info-panel{border:1px solid var(--border);border-radius:18px;background:#fbfcfe;padding:24px}.info-row{display:flex;justify-content:space-between;gap:24px;padding:13px 0;border-bottom:1px solid var(--border);font-size:13px}.info-row:last-child{border-bottom:0}.info-row span{color:var(--muted)}.content-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:60px}.content-prose h2{font-size:32px;line-height:1.2;margin:0 0 18px}.content-prose h3{font-size:20px;margin-top:30px}.content-prose p,.content-prose li{color:#505864}.spec-card{border:1px solid var(--border);border-radius:16px;padding:22px;position:sticky;top:110px}.spec-card h3{margin-top:0}.clean-list{list-style:none;padding:0;margin:0}.clean-list li{padding:11px 0;border-bottom:1px solid var(--border);font-size:14px}.clean-list li:last-child{border-bottom:0}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.country-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.country-card{border:1px solid var(--border);border-radius:14px;padding:16px;background:#fff}.country-card strong{display:block;margin-bottom:5px}.flag{font-size:22px}.market-hero{padding:64px 0 42px}.market-search{display:grid;grid-template-columns:1fr auto;gap:10px;max-width:800px;margin-top:24px}.market-search input{height:50px;border:1px solid var(--border-strong);border-radius:10px;padding:0 15px}.filterbar{position:sticky;top:76px;z-index:20;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:13px 0}.filters{display:flex;gap:8px;overflow:auto}.filter-btn{white-space:nowrap;border:1px solid var(--border);background:#fff;border-radius:9px;padding:7px 11px;font-size:12px;font-weight:700}.filter-btn.active{background:var(--brand-dark);color:#fff;border-color:var(--brand-dark)}.directory-group{margin-bottom:48px}.directory-group h2{font-size:30px}.directory-list{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.directory-link{border:1px solid var(--border);border-radius:13px;padding:15px;display:flex;align-items:center;gap:12px}.directory-link:hover{border-color:#b8c3d4}.directory-link img{width:34px;height:34px}.directory-link small{display:block;color:var(--muted)}.contact-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.contact-card{border:1px solid var(--border);border-radius:15px;padding:20px}.contact-card h3{font-size:18px;margin:0 0 8px}.contact-card p{font-size:13px;color:var(--muted);margin:0}.form-shell{border:1px solid var(--border);border-radius:18px;padding:28px;background:#fff}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:flex;flex-direction:column;gap:7px}.field.full{grid-column:1/-1}.field label{font-size:13px;font-weight:750}.field input,.field select,.field textarea{border:1px solid var(--border-strong);border-radius:10px;min-height:48px;padding:10px 12px;background:#fff;outline:none}.field textarea{min-height:140px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:#7aa2f4;box-shadow:0 0 0 3px #eef4ff}.form-note{font-size:12px;color:var(--muted);margin-top:10px}.legal{max-width:820px}.legal h2{font-size:27px;margin-top:40px}.legal p,.legal li{color:#505864}.toc{border:1px solid var(--border);border-radius:14px;padding:18px;background:var(--surface);margin:26px 0}.toc a{display:block;color:var(--brand);font-size:14px;padding:4px 0}.article{max-width:780px;margin:auto}.article h1{font-size:48px;line-height:1.08;letter-spacing:-.04em}.article h2{font-size:30px;margin-top:45px}.article h3{font-size:21px;margin-top:30px}.article p,.article li{color:#4f5763}.article img{border-radius:16px;margin:28px 0;border:1px solid var(--border)}.search-modal,.order-modal{position:fixed;inset:0;background:rgba(5,12,23,.54);z-index:100;display:none;padding:24px;align-items:flex-start;justify-content:center}.search-modal.open,.order-modal.open{display:flex}.modal-card{width:min(720px,100%);margin-top:9vh;background:#fff;border-radius:18px;border:1px solid var(--border);box-shadow:0 28px 80px rgba(0,0,0,.18);overflow:hidden}.modal-head{display:flex;justify-content:space-between;align-items:center;padding:18px 20px;border-bottom:1px solid var(--border)}.modal-head h2{font-size:18px;margin:0}.modal-close{border:0;background:#f3f5f7;width:36px;height:36px;border-radius:9px}.modal-body{padding:20px}.command-input{width:100%;height:50px;border:1px solid var(--border-strong);border-radius:10px;padding:0 14px}.search-results{max-height:420px;overflow:auto;margin-top:12px}.search-result{display:flex;align-items:center;gap:12px;padding:11px;border-radius:10px}.search-result:hover,.search-result.active{background:var(--surface)}.search-result img{width:32px;height:32px}.search-result small{display:block;color:var(--muted)}.mobile-overlay{position:fixed;inset:0;background:rgba(5,12,23,.42);z-index:70;display:none}.mobile-drawer{position:fixed;top:0;right:0;height:100%;width:min(390px,92vw);background:#fff;z-index:80;transform:translateX(100%);transition:.25s ease;overflow:auto;padding:20px}.mobile-overlay.open{display:block}.mobile-drawer.open{transform:translateX(0)}.drawer-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.drawer-link{display:block;padding:12px 0;border-bottom:1px solid var(--border);font-weight:700}.drawer-group button{width:100%;border:0;background:none;text-align:left;padding:12px 0;border-bottom:1px solid var(--border);font-weight:700;display:flex;justify-content:space-between}.drawer-sub{display:none;padding:6px 0 10px 12px}.drawer-group.open .drawer-sub{display:block}.drawer-sub a{display:block;padding:8px;color:var(--muted);font-size:14px}.drawer-actions{display:grid;gap:8px;margin-top:22px}.muted{color:var(--muted)}.hidden{display:none!important}.no-results{padding:30px;text-align:center;color:var(--muted)}


/* 2026 refinement pass: lighter typography, clean brand imagery, upgraded pricing */
body{font-weight:400;letter-spacing:-.004em}
.eyebrow{font-weight:620;letter-spacing:.115em}
.section-title{font-weight:570;letter-spacing:-.032em}
.btn,.text-link{font-weight:620}
.category-label,.badge,.meta-pill{font-weight:600}
.hero{min-height:calc(100svh - 112px);padding:clamp(34px,5vh,54px) 0;display:flex;align-items:center}
.hero-grid{gap:clamp(42px,5vw,72px)}
.hero h1{font-size:clamp(43px,4.5vw,58px);line-height:1.04;letter-spacing:-.047em;font-weight:570;margin-bottom:20px}
.hero p{font-size:17px;line-height:1.62}
.photo-frame{border-radius:16px;box-shadow:none}
.photo-frame img{height:clamp(390px,56vh,510px);object-position:center}
.float-card{display:none!important}
.confidence-row{font-weight:560}

.category-grid{gap:20px}
.category-card{min-height:228px;padding:26px;border-radius:15px;box-shadow:0 1px 0 rgba(16,18,22,.02);overflow:hidden}
.category-card:nth-child(2),.category-card:nth-child(5){background:#fff}
.category-card:nth-child(3),.category-card:nth-child(6){background:#fafbfc}
.category-card:hover{transform:translateY(-2px);border-color:#c6ccd6;box-shadow:0 14px 32px rgba(16,18,22,.05)}
.category-brand-row{display:flex;align-items:center;margin-bottom:24px;isolation:isolate}
.category-brand{width:42px;height:42px;border:1px solid var(--border);border-radius:12px;background:#fff;display:grid;place-items:center;box-shadow:0 3px 10px rgba(16,18,22,.045);margin-left:-7px}
.category-brand:first-child{margin-left:0}.category-brand:nth-child(2){transform:translateY(3px)}.category-brand:nth-child(3){transform:translateY(-2px)}
.category-brand img{width:28px;height:28px;object-fit:contain;border-radius:7px}
.category-card h3{font-size:20px;line-height:1.28;margin:0 0 9px;letter-spacing:-.022em;font-weight:580}
.category-card p{font-size:14px;line-height:1.62;max-width:360px}
.category-card .text-link{font-size:13px;font-weight:600;margin-top:24px}

.product-card h3{font-weight:580}.price-cue strong{font-weight:620}.badge{font-weight:620}
.pricing-shell{border:1px solid #dde2ea;border-radius:20px;background:#fff;padding:28px;box-shadow:0 18px 50px rgba(15,23,36,.045)}
.pricing-head{align-items:center;margin-bottom:16px}
.pricing-brand{display:flex;align-items:center;gap:14px;min-width:260px}
.pricing-brand-logo{width:52px;height:52px;border:1px solid var(--border);border-radius:14px;background:#fff;display:grid;place-items:center;box-shadow:0 5px 14px rgba(16,18,22,.05)}
.pricing-brand-logo img{width:38px;height:38px;object-fit:contain;border-radius:9px}
.pricing-brand strong{display:block;font-size:18px;font-weight:600;letter-spacing:-.02em;line-height:1.25}
.pricing-kicker{display:block;text-transform:uppercase;letter-spacing:.11em;font-size:10px;color:var(--product-color,var(--brand));font-weight:650;margin-bottom:3px}
.pricing-helper{font-size:12px!important;margin-top:3px}
.pricing-controls{margin-bottom:20px}
.pricing-mode-tabs{display:inline-flex;gap:3px;padding:4px;border:1px solid var(--border);background:#f7f8fa;border-radius:11px}
.pricing-mode-tab{border:0;background:transparent;color:#5a626e;border-radius:8px;padding:8px 18px;min-width:86px;font-size:13px;font-weight:600;transition:.18s}
.pricing-mode-tab:hover{color:var(--text)}
.pricing-mode-tab.active{background:#fff;color:var(--text);box-shadow:0 1px 5px rgba(16,18,22,.08)}
.aged-tabs{display:flex;align-items:center;gap:7px;overflow:auto;padding:2px 1px 18px;margin-top:4px;scrollbar-width:thin}
.aged-tabs[hidden]{display:none!important}
.aged-tab{white-space:nowrap;border:1px solid var(--border);background:#fff;color:#5a626e;border-radius:9px;padding:8px 12px;font-size:12px;font-weight:560;transition:.18s}
.aged-tab:hover{border-color:#bdc5d2;color:var(--text)}
.aged-tab.active{border-color:color-mix(in srgb,var(--product-color,var(--brand)) 45%,#d9dee7);background:color-mix(in srgb,var(--product-color,var(--brand)) 7%,#fff);color:var(--text)}
.pricing-context{display:flex;align-items:center;gap:9px;margin:2px 0 16px;font-size:12px;color:var(--muted)}
.pricing-context-label{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#87909d}
.pricing-context strong{font-size:12px;font-weight:600;color:var(--text);padding-right:9px;border-right:1px solid var(--border)}
.pricing-grid{gap:16px}
.price-card{border:1px solid #e1e5eb;border-radius:17px;padding:20px;background:#fff;position:relative;overflow:hidden;transition:.2s ease;box-shadow:0 1px 0 rgba(16,18,22,.02)}
.price-card:before{content:"";position:absolute;left:0;right:0;top:0;height:3px;background:var(--product-color,var(--brand));opacity:.85}
.price-card:hover{transform:translateY(-3px);border-color:#cbd2dc;box-shadow:0 18px 36px rgba(16,18,22,.065)}
.price-card.popular{border-color:color-mix(in srgb,var(--product-color,var(--brand)) 30%,#dfe4eb);background:linear-gradient(180deg,color-mix(in srgb,var(--product-color,var(--brand)) 3.5%,#fff),#fff 34%)}
.popular-ribbon{top:14px;right:14px;background:color-mix(in srgb,var(--product-color,var(--brand)) 9%,#fff);border:1px solid color-mix(in srgb,var(--product-color,var(--brand)) 24%,#e3e7ed);color:var(--product-color,var(--brand));font-weight:650;padding:5px 8px}
.price-card-brand{display:flex;align-items:center;gap:9px;margin:3px 0 18px}
.price-logo{width:38px;height:38px;border-radius:10px;border:1px solid var(--border);display:grid;place-items:center;background:#fff}.price-logo img{width:28px;height:28px;object-fit:contain;border-radius:7px}
.age-chip{font-size:10px;padding:5px 8px;border-radius:999px;background:#f5f7fa;border:1px solid #e4e7ec;color:#59616d;font-weight:600}
.price-card .tier{font-size:11px;color:#76808d;font-weight:600;letter-spacing:.08em;text-transform:uppercase}
.price-card .qty{font-size:18px;font-weight:590;margin:6px 0 8px;letter-spacing:-.022em}
.price-line{display:flex;align-items:baseline;gap:7px}.price-card .price{font-size:34px;font-weight:610;letter-spacing:-.045em;line-height:1}.price-unit{font-size:11px;color:#8a929d}
.price-card .per{font-size:11.5px;margin-top:6px;color:#747d89}
.price-card ul.price-features{padding:16px 0 0;margin:17px 0 14px;border-top:1px solid var(--border)}
.price-card .price-features li{display:grid;grid-template-columns:19px 1fr;align-items:start;gap:8px;font-size:12px;line-height:1.45;margin:9px 0;color:#454d58}
.feature-check{width:18px;height:18px;border-radius:50%;display:grid;place-items:center;background:color-mix(in srgb,var(--product-color,var(--brand)) 9%,#fff);color:var(--product-color,var(--brand));font-size:10px;font-weight:800;margin-top:0}
.price-card .btn{margin-top:8px;font-weight:600;min-height:44px}
.pricing-footnote{display:flex;align-items:center;justify-content:space-between;gap:18px;border-top:1px solid var(--border);margin-top:20px;padding-top:17px;color:#737c88;font-size:12px}.pricing-footnote a{color:var(--brand);font-weight:600}
.home-pricing-controls{display:flex;flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:18px}.home-pricing-controls .aged-tabs{padding-bottom:0;margin-top:0}
.home-pricing-grid .product-card{min-height:275px}.home-pricing-grid .product-card h3{font-weight:580}

/* Typography refinement — restrained professional weight */
.page-hero h1,
.product-hero h1,
.article h1,
.hero h1 { font-weight: 570; }
.content-prose h2,
.content-prose h3,
.step h3,
.serve-item h3,
.blog-card h3,
.contact-card h3,
.directory-group h2,
.legal h2,
.article h2,
.article h3,
.custom-band h2,
.final-cta h2,
.footer-cta h3,
.search-panel h2,
.pricing-title h2 { font-weight: 580; }
.faq-q,
.step-num,
.blog-meta,
.filter-btn,
.drawer-link,
.drawer-group button,
.field label,
.info-row strong,
.spec-card h3 { font-weight: 600; }
.nav-link,
.btn,
.eyebrow,
.badge { font-weight: 600; }

/* PVAAccountsEra.com brand + conversion polish */
.brand{min-width:0}.brand-logo{display:block;width:210px;height:36px;object-fit:contain;object-position:left center}.drawer-head .brand-logo,.site-footer .brand-logo{width:194px;height:34px}.home-order-btn{width:100%;margin-top:16px}.threads-ip-home{background:linear-gradient(180deg,#f8faff 0%,#fff 100%);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.threads-ip-grid{margin-top:24px}.country-card-premium{align-items:flex-start;padding:20px;border-radius:16px;box-shadow:0 10px 28px rgba(16,18,22,.045);transition:.2s ease}.country-card-premium:hover{transform:translateY(-3px);border-color:#cbd4e4;box-shadow:0 18px 38px rgba(16,18,22,.07)}.country-card-premium .flag{font-size:30px}.country-card-premium strong{font-size:15px}.country-card-premium .btn{width:100%;margin-top:12px}

.order-modal{align-items:center;padding:18px}.order-card{width:min(650px,100%);margin-top:0;border-radius:22px}.order-card-head{padding:20px 22px}.order-kicker{display:block;text-transform:uppercase;letter-spacing:.12em;font-size:10px;font-weight:800;color:var(--brand);margin-bottom:3px}.order-card-head h2{font-size:20px}.order-summary-card{border:1px solid #dfe5ee;background:linear-gradient(180deg,#fbfcff,#f7f9fc);border-radius:16px;padding:16px}.order-summary-top{display:flex;align-items:center;gap:12px;padding-bottom:14px;border-bottom:1px solid var(--border)}.order-product-mark{width:46px;height:46px;border-radius:12px;background:#fff;border:1px solid var(--border);display:grid;place-items:center}.order-product-mark img{width:32px;height:32px;object-fit:contain}.order-summary-top small{display:block;color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.08em}.order-summary-top strong{display:block;font-size:18px;letter-spacing:-.02em}.order-summary-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:14px}.order-summary-details span{display:flex;flex-direction:column;padding:10px 11px;border:1px solid var(--border);border-radius:10px;background:#fff;font-size:13px;min-width:0}.order-summary-details b{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#7b8490;margin-bottom:2px}.order-notes-field{margin-top:16px}.order-channel-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:16px}.order-channel{border:1px solid var(--border);background:#fff;border-radius:14px;padding:14px;display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:10px;text-align:left;transition:.2s ease}.order-channel:hover{transform:translateY(-2px);border-color:#c7d0de;box-shadow:0 12px 28px rgba(16,18,22,.07)}.order-channel img{width:34px;height:34px}.order-channel strong{display:block;font-size:13px}.order-channel small{display:block;color:var(--muted);font-size:11px;margin-top:2px}.order-arrow{font-size:18px;color:var(--muted)}.order-copy-note{margin-bottom:0}

.floating-chat-stack{position:fixed;left:18px;bottom:18px;z-index:66;display:flex;flex-direction:column;gap:9px}.floating-chat{display:flex;align-items:center;gap:9px;width:48px;height:48px;padding:9px;border:1px solid var(--border);border-radius:14px;background:#fff;box-shadow:0 10px 28px rgba(12,20,32,.13);overflow:hidden;transition:width .22s ease,transform .2s ease,box-shadow .2s ease}.floating-chat:hover{width:128px;transform:translateY(-2px);box-shadow:0 15px 34px rgba(12,20,32,.17)}.floating-chat img{width:28px;height:28px;flex:0 0 28px}.floating-chat span{font-size:12px;font-weight:750;white-space:nowrap}.floating-whatsapp{border-color:#d8efe2}.floating-telegram{border-color:#d8eaf6}

@media(max-width:760px){.brand-logo{width:172px;height:32px}.drawer-head .brand-logo,.site-footer .brand-logo{width:168px;height:31px}.order-summary-details{grid-template-columns:1fr}.order-channel-grid{grid-template-columns:1fr}.floating-chat-stack{left:12px;bottom:12px}.floating-chat,.floating-chat:hover{width:46px;height:46px;padding:8px;border-radius:13px}.floating-chat span{display:none}.threads-ip-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.country-card-premium{padding:15px}.country-card-premium .btn{font-size:12px;padding-inline:10px}}
@media(max-width:460px){.threads-ip-grid{grid-template-columns:1fr}.order-card{border-radius:18px}.modal-body{padding:16px}.order-card-head{padding:16px}.floating-chat-stack{bottom:10px}}
.contact-card{display:block;color:inherit}.contact-direct{display:inline-flex;margin-top:10px;font-size:12px;font-weight:750;color:var(--brand)}
@media(max-width:640px){.contact-card{min-width:0}.content-grid .contact-card{width:100%}}

/* Order modal + floating contact refinement — 2026-08-22 */
.order-modal.open{display:flex;align-items:center;justify-content:center}
.order-modal{padding:18px}
.order-card{width:min(620px,calc(100vw - 36px));max-height:calc(100dvh - 36px);overflow:auto;margin:0!important;border-radius:20px;box-shadow:0 28px 90px rgba(8,18,34,.22)}
.order-card .modal-body{padding:18px 22px 22px}
.order-card .order-channel-grid{margin-top:14px}
.order-channel{cursor:pointer;width:100%;color:inherit}
.order-channel-whatsapp:hover{border-color:#9ddfb9;background:#f7fffa}
.order-channel-telegram:hover{border-color:#9dcef0;background:#f7fbff}
.floating-chat-stack{z-index:69}
@media(max-width:760px){
  .order-modal{padding:12px;align-items:center;justify-content:center}
  .order-card{width:calc(100vw - 24px);max-height:calc(100dvh - 24px);border-radius:18px;margin:0!important}
  .order-card .modal-body{padding:14px 16px 16px}
  .order-card-head{padding:15px 16px}
  .order-card-head h2{font-size:18px}
  .order-channel-grid{grid-template-columns:1fr;gap:10px}
  .order-channel{padding:12px 13px;border-radius:13px}
  .floating-chat-stack{left:12px;bottom:max(12px,env(safe-area-inset-bottom));gap:8px}
}

/* Brand wordmark sizing refinement — 2026-08-22
   Keep PVAAccountsEra.com clearly readable while preserving a balanced header. */
.brand-logo{
  width:238px;
  height:42px;
  max-width:100%;
  object-fit:contain;
  object-position:left center;
}
.drawer-head .brand-logo,
.site-footer .brand-logo{
  width:224px;
  height:40px;
}
