
:root{--navy:#0B2D5C;--navy2:#163E72;--red:#D71920;--red2:#E11D2E;--white:#fff;--blue50:#F4F8FC;--gray50:#F6F7F9;--gray100:#E3E8EF;--text:#20354A;--muted:#64748B;--shadow:0 16px 40px rgba(11,45,92,.09);--radius:22px;--max:1360px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);background:#fff;line-height:1.62}a{color:inherit;text-decoration:none}img,svg{display:block;max-width:100%}.skip-link{position:absolute;left:-9999px;top:auto}.skip-link:focus{left:16px;top:16px;z-index:999;background:#fff;padding:12px 16px;border:2px solid var(--red);border-radius:10px}.container{width:min(calc(100% - 40px),var(--max));margin-inline:auto}.section{padding:88px 0}.section-soft{background:var(--blue50)}.section-gray{background:var(--gray50)}.eyebrow{font-size:.76rem;font-weight:800;letter-spacing:.16em;color:var(--red);text-transform:uppercase}.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:30px}.section-head h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2rem,3vw,3.2rem);line-height:1.1;color:var(--navy);margin:8px 0}.section-head p{margin:0;color:var(--muted);max-width:720px}.text-link{color:var(--red);font-weight:800;white-space:nowrap}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(16px);border-bottom:1px solid rgba(227,232,239,.88)}.header-inner{height:78px;display:flex;align-items:center;gap:22px}.brand{display:flex;align-items:center;gap:10px;flex:0 0 auto;font-weight:900;color:var(--navy);font-size:1.08rem}.brand img{width:36px;height:36px}.nav{display:flex;align-items:center;justify-content:center;gap:17px;flex:1;font-size:.82rem;font-weight:700;color:#41556a}.nav a:hover,.nav a:focus{color:var(--red)}.header-cta{flex:0 0 auto}.menu-toggle{display:none;background:#fff;border:1px solid var(--gray100);border-radius:12px;padding:10px;color:var(--navy);font-weight:800}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:12px;padding:13px 19px;font-weight:800;border:1px solid transparent;transition:.2s ease;cursor:pointer}.btn:hover{transform:translateY(-1px)}.btn-red{background:var(--red);color:#fff;box-shadow:0 10px 24px rgba(215,25,32,.16)}.btn-red:hover{background:#bd151b}.btn-navy{background:var(--navy);color:#fff}.btn-outline{background:#fff;color:var(--navy);border-color:#cbd6e1}.btn-small{padding:10px 14px;font-size:.88rem}.hero{padding:72px 0 52px;background:linear-gradient(180deg,#fff 0%,#fbfdff 100%)}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:60px;align-items:center}.hero h1{font-family:Georgia,"Times New Roman",serif;color:var(--navy);font-size:clamp(3rem,5.6vw,5.75rem);line-height:.99;letter-spacing:-.035em;margin:18px 0 24px;max-width:780px}.hero-lede{font-size:1.14rem;color:var(--muted);max-width:670px}.hero-actions{display:flex;gap:13px;flex-wrap:wrap;margin-top:30px}.hero-art{position:relative}.hero-art img{width:100%;border-radius:30px;box-shadow:var(--shadow)}.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:54px}.trust-card{display:flex;gap:13px;align-items:flex-start;padding:18px;border:1px solid var(--gray100);border-radius:18px;background:#fff}.trust-card .icon-wrap{flex:0 0 42px}.trust-card strong{display:block;color:var(--navy);margin-bottom:3px}.trust-card span{font-size:.85rem;color:var(--muted)}.icon-wrap{width:48px;height:48px;border-radius:14px;background:#eef4fa;color:var(--navy);display:grid;place-items:center}.icon-wrap.red{background:#fff0f1;color:var(--red)}.icon-svg{width:25px;height:25px}.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.category-card{background:#fff;border:1px solid var(--gray100);border-radius:18px;padding:22px;min-height:142px;transition:.2s ease}.category-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#ccd9e6}.category-card h3{font-size:1rem;color:var(--navy);margin:14px 0 0}.product-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:18px}.product-grid.compact{grid-template-columns:repeat(4,1fr)}.product-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--gray100);border-radius:20px;padding:18px;min-height:350px;box-shadow:0 10px 25px rgba(11,45,92,.04);transition:.2s ease}.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.product-visual{height:126px;border-radius:16px;background:linear-gradient(135deg,#f7fafc,#edf3f9);display:grid;place-items:center;color:var(--navy);margin-bottom:18px;position:relative;overflow:hidden}.product-visual:before{content:"";position:absolute;width:84px;height:84px;border:12px solid rgba(215,25,32,.08);border-radius:50%;right:-24px;top:-24px}.product-visual .icon-svg{width:54px;height:54px}.product-card .category{font-size:.72rem;text-transform:uppercase;letter-spacing:.09em;font-weight:800;color:var(--red)}.product-card h3{color:var(--navy);font-size:1.05rem;line-height:1.25;margin:6px 0 8px}.product-card p{font-size:.84rem;color:var(--muted);margin:0 0 16px;flex:1}.product-actions{display:flex;gap:8px;align-items:center}.compare-toggle{border:1px solid var(--gray100);background:#fff;color:var(--navy);border-radius:10px;padding:10px;cursor:pointer;font-weight:800;font-size:.78rem}.compare-toggle.active{background:#eef4fa;border-color:#9eb4cb}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.step{text-align:center;padding:30px 24px}.step-number{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--red);color:#fff;font-weight:900;margin:0 auto 16px}.step .icon-wrap{margin:0 auto}.step h3{color:var(--navy);font-size:1.18rem}.step p{color:var(--muted)}.coming-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.coming-card{background:#fff;border:1px solid var(--gray100);border-radius:18px;padding:24px}.coming-card h3{color:var(--navy);margin:12px 0 4px}.coming-card span{font-size:.83rem;color:var(--muted)}.editorial-band{background:var(--navy);color:#fff;border-radius:30px;padding:38px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:24px}.editorial-band h2{font-family:Georgia,serif;font-size:2rem;margin:0 0 7px}.editorial-band p{margin:0;color:#ced9e6;max-width:760px}.site-footer{background:#071f3e;color:#d6e0ec;padding:62px 0 22px}.footer-grid{display:grid;grid-template-columns:1.55fr repeat(3,1fr);gap:48px}.footer-brand p{max-width:380px;color:#adbed0}.footer-brand .brand{color:#fff;font-size:1.18rem;margin-bottom:15px}.footer-col h3{color:#fff;font-size:.93rem;margin:0 0 15px}.footer-col a{display:block;color:#b9c8d8;font-size:.88rem;margin:9px 0}.footer-col a:hover{color:#fff}.footer-bottom{margin-top:40px;padding-top:18px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;gap:20px;font-size:.78rem;color:#91a5ba}.flag-mini{display:inline-grid;grid-template-columns:repeat(3,7px);gap:2px;vertical-align:middle;margin-right:8px}.flag-mini i{height:12px;background:#fff}.flag-mini i:first-child{background:var(--red)}.flag-mini i:last-child{background:#2a4d7a}.page-hero{padding:64px 0;background:linear-gradient(135deg,#f7fafd,#fff)}.page-hero h1{font-family:Georgia,serif;font-size:clamp(2.5rem,5vw,4.8rem);line-height:1.05;color:var(--navy);margin:12px 0 16px}.page-hero p{font-size:1.05rem;color:var(--muted);max-width:790px}.filter-bar{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:30px}.filter-bar input,.filter-bar select{padding:13px 14px;border:1px solid var(--gray100);border-radius:12px;background:#fff;color:var(--text);min-width:220px}.content-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:48px}.article h2,.article h3{color:var(--navy)}.article h2{font-family:Georgia,serif;font-size:2rem;margin-top:38px}.article p,.article li{color:#4e6276}.notice{padding:17px 18px;border-radius:14px;background:#fff8e6;border:1px solid #f1daa2;color:#6d5419}.disclosure{padding:14px 16px;background:#f8fafc;border:1px solid var(--gray100);border-radius:12px;color:#56697c;font-size:.85rem}.review-shell{padding:58px 0}.review-hero{display:grid;grid-template-columns:1fr 360px;gap:44px;align-items:center;margin-bottom:42px}.review-hero h1{font-family:Georgia,serif;color:var(--navy);font-size:clamp(2.4rem,4vw,4.5rem);line-height:1.06;margin:10px 0 16px}.review-hero p{color:var(--muted);font-size:1.05rem}.review-meta{display:flex;flex-wrap:wrap;gap:8px;margin:17px 0 24px}.pill{display:inline-flex;align-items:center;border-radius:999px;padding:7px 11px;background:#eef4fa;color:var(--navy);font-size:.75rem;font-weight:800}.review-visual{height:320px;background:linear-gradient(145deg,#f8fbfe,#e8f0f7);border:1px solid var(--gray100);border-radius:28px;display:grid;place-items:center;color:var(--navy);position:relative;overflow:hidden}.review-visual .icon-svg{width:108px;height:108px}.review-visual:after{content:"Prime Select Lab";position:absolute;bottom:20px;font-size:.72rem;letter-spacing:.13em;text-transform:uppercase;color:#8296aa}.review-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:44px}.review-content h2{font-family:Georgia,serif;color:var(--navy);font-size:1.8rem;margin-top:36px}.review-content p,.review-content li{color:#4f6377}.toc{position:sticky;top:100px;background:#fff;border:1px solid var(--gray100);border-radius:20px;padding:22px;box-shadow:0 8px 24px rgba(11,45,92,.04)}.toc h3{margin-top:0;color:var(--navy)}.toc a{display:block;font-size:.85rem;color:#5a6e82;padding:7px 0;border-bottom:1px solid #f0f3f6}.toc .seller-cta{margin-top:18px}.cta-panel{margin-top:34px;background:var(--navy);color:#fff;border-radius:24px;padding:26px}.cta-panel h3{font-family:Georgia,serif;font-size:1.5rem;margin:0 0 8px}.cta-panel p{color:#d2dfec}.table-wrap{overflow:auto}.compare-table{width:100%;border-collapse:collapse;background:#fff;border-radius:18px;overflow:hidden}.compare-table th,.compare-table td{border-bottom:1px solid var(--gray100);padding:15px;text-align:left;min-width:160px}.compare-table th{color:var(--navy);background:#f6f9fc}.empty-state{padding:40px;text-align:center;background:var(--blue50);border-radius:20px}.contact-card{max-width:760px;background:#fff;border:1px solid var(--gray100);border-radius:24px;padding:32px;box-shadow:var(--shadow)}.contact-email{font-size:1.3rem;font-weight:900;color:var(--red)}.cookie-note{position:fixed;left:18px;right:18px;bottom:18px;z-index:80;max-width:880px;margin:auto;background:#fff;border:1px solid var(--gray100);box-shadow:var(--shadow);border-radius:16px;padding:16px;display:flex;gap:18px;align-items:center}.cookie-note p{margin:0;flex:1;font-size:.82rem;color:#586c80}.cookie-note.hidden{display:none}@media(max-width:1180px){.nav{display:none}.menu-toggle{display:inline-flex;margin-left:auto}.header-cta{display:none}.nav.open{display:flex;position:absolute;top:78px;left:0;right:0;background:#fff;flex-direction:column;align-items:stretch;padding:18px 24px;border-bottom:1px solid var(--gray100);box-shadow:var(--shadow)}.nav.open a{padding:8px}.hero-grid{grid-template-columns:1fr}.hero-art{max-width:850px}.category-grid{grid-template-columns:repeat(4,1fr)}.product-grid{grid-template-columns:repeat(3,1fr)}.product-grid.compact{grid-template-columns:repeat(3,1fr)}}@media(max-width:820px){.section{padding:64px 0}.trust-row,.steps,.coming-grid{grid-template-columns:1fr}.category-grid{grid-template-columns:repeat(2,1fr)}.product-grid,.product-grid.compact{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.content-grid,.review-layout,.review-hero{grid-template-columns:1fr}.toc{position:static}.review-visual{height:240px}.editorial-band{grid-template-columns:1fr}.section-head{align-items:start;flex-direction:column}.footer-bottom{flex-direction:column}}@media(max-width:540px){.container{width:min(calc(100% - 24px),var(--max))}.header-inner{height:70px}.hero{padding-top:48px}.hero h1{font-size:3rem}.product-grid,.product-grid.compact,.category-grid,.footer-grid{grid-template-columns:1fr}.hero-actions .btn{width:100%}.trust-row{margin-top:34px}.product-card{min-height:auto}.cookie-note{flex-direction:column;align-items:stretch}.cookie-note .btn{width:100%}}

/* Prime Select AI Concierge */
.sr-only,.sr-only-focusable:not(:focus){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}.psl-ai{position:fixed;right:22px;bottom:22px;z-index:120;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.psl-ai-launcher{border:0;border-radius:999px;background:var(--red);color:#fff;box-shadow:0 14px 38px rgba(7,31,62,.25);padding:14px 18px;display:flex;align-items:center;gap:9px;font-weight:900;cursor:pointer}.psl-ai-launcher:hover{background:#bd151b;transform:translateY(-1px)}.psl-ai-spark{width:27px;height:27px;display:grid;place-items:center;border-radius:50%;background:#fff;color:var(--navy);font-size:16px}.psl-ai-panel{display:none;position:absolute;right:0;bottom:62px;width:min(390px,calc(100vw - 24px));height:min(650px,calc(100vh - 100px));background:#fff;border:1px solid var(--gray100);border-radius:22px;box-shadow:0 24px 70px rgba(7,31,62,.28);overflow:hidden;grid-template-rows:auto auto 1fr auto auto auto}.psl-ai-panel.open{display:grid;animation:pslAiIn .18s ease-out}@keyframes pslAiIn{from{opacity:0;transform:translateY(8px) scale(.985)}to{opacity:1;transform:none}}.psl-ai-head{display:flex;align-items:center;gap:11px;padding:15px 16px;background:var(--navy);color:#fff}.psl-ai-head>div:nth-child(2){display:flex;flex-direction:column;line-height:1.2}.psl-ai-head strong{font-size:.98rem}.psl-ai-head span{font-size:.72rem;color:#cbd8e6;margin-top:3px}.psl-ai-avatar{width:38px;height:38px;border-radius:13px;background:linear-gradient(135deg,#fff,#dfe9f4);color:var(--navy);display:grid;place-items:center;font-weight:950;border:2px solid rgba(255,255,255,.5)}.psl-ai-close{margin-left:auto;background:transparent;border:0;color:#fff;font-size:27px;line-height:1;cursor:pointer;padding:5px}.psl-ai-transparency{padding:9px 14px;background:#f8fafc;border-bottom:1px solid var(--gray100);color:#607386;font-size:.69rem;line-height:1.45}.psl-ai-messages{padding:14px;overflow:auto;background:linear-gradient(180deg,#fff,#fbfdff)}.psl-ai-msg{display:flex;flex-direction:column;align-items:flex-start;margin:8px 0}.psl-ai-msg.user{align-items:flex-end}.psl-ai-bubble{max-width:88%;padding:11px 13px;border-radius:16px 16px 16px 5px;background:#eef4fa;color:#27425e;font-size:.84rem;line-height:1.48}.psl-ai-msg.user .psl-ai-bubble{background:var(--navy);color:#fff;border-radius:16px 16px 5px 16px}.psl-ai-offer-actions{display:flex;flex-wrap:wrap;gap:7px;margin:8px 0 0}.psl-ai-offer-actions a{font-size:.75rem;font-weight:850;padding:9px 10px;border-radius:10px}.psl-ai-review-link{border:1px solid #cad6e3;color:var(--navy);background:#fff}.psl-ai-seller-link{background:var(--red);color:#fff}.psl-ai-typing{display:flex;gap:4px;align-items:center;min-width:58px}.psl-ai-typing i{width:6px;height:6px;border-radius:50%;background:#7890a7;animation:pslDot 1s infinite ease-in-out}.psl-ai-typing i:nth-child(2){animation-delay:.14s}.psl-ai-typing i:nth-child(3){animation-delay:.28s}@keyframes pslDot{0%,80%,100%{transform:translateY(0);opacity:.45}40%{transform:translateY(-4px);opacity:1}}.psl-ai-quick{display:flex;gap:6px;overflow:auto;padding:7px 12px 9px;border-top:1px solid #eef2f6;background:#fff}.psl-ai-quick button{white-space:nowrap;border:1px solid #d8e1ea;background:#fff;color:var(--navy);border-radius:999px;padding:7px 9px;font-size:.7rem;font-weight:800;cursor:pointer}.psl-ai-quick button:hover{border-color:#9db0c4;background:#f7fafd}.psl-ai-profile{border-top:1px solid #eef2f6;background:#fbfcfe;padding:7px 12px}.psl-ai-profile summary{cursor:pointer;font-size:.72rem;font-weight:850;color:var(--navy)}.psl-ai-profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:8px 0}.psl-ai-profile label{font-size:.65rem;color:#5c7085;font-weight:800}.psl-ai-profile input,.psl-ai-profile select{margin-top:3px;width:100%;padding:8px;border:1px solid #d8e1ea;border-radius:9px;background:#fff;color:#27425e;font-size:.72rem}.psl-ai-profile small{display:block;font-size:.62rem;color:#788b9d}.psl-ai-form{border-top:1px solid var(--gray100);padding:10px;background:#fff;display:grid;grid-template-columns:1fr auto;gap:8px;align-items:end}.psl-ai-form textarea{resize:none;max-height:95px;border:1px solid #ced9e4;border-radius:12px;padding:10px 11px;font:inherit;font-size:.82rem;color:var(--text);outline:none}.psl-ai-form textarea:focus{border-color:#7690aa;box-shadow:0 0 0 3px rgba(11,45,92,.08)}.psl-ai-form button{border:0;border-radius:11px;padding:11px 13px;background:var(--red);color:#fff;font-weight:900;cursor:pointer}.psl-ai-foot{display:flex;justify-content:center;gap:6px;background:#fff;padding:0 12px 9px;color:#8394a5;font-size:.61rem}.psl-ai-foot a{text-decoration:underline;text-underline-offset:2px}@media(max-width:540px){.psl-ai{right:12px;bottom:12px}.psl-ai-launcher span:last-child{display:none}.psl-ai-launcher{padding:11px}.psl-ai-panel{position:fixed;left:8px;right:8px;bottom:8px;width:auto;height:min(720px,calc(100vh - 16px));border-radius:18px}.psl-ai-profile-grid{grid-template-columns:1fr}}


/* ==============================================================
   PRIME SELECT LAB — APPROVED VISUAL V3 OVERRIDES
   Tightened to the approved red / white / navy editorial mockup.
   ============================================================== */
:root{--max:1240px;--radius:16px;--shadow:0 10px 28px rgba(11,45,92,.08)}
body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;line-height:1.5;color:#263b50}
.site-header{position:sticky;top:0;background:#fff;border-bottom:1px solid #e7edf3;box-shadow:none}
.header-inner{height:72px;gap:18px}
.brand{font-size:1.03rem;font-weight:850;letter-spacing:-.015em}
.brand img{width:32px;height:32px}
.nav{gap:14px;font-size:.75rem;font-weight:700;color:#304760}
.header-cta{border-radius:9px;padding:11px 17px;font-size:.78rem}
.hero{padding:46px 0 28px;background:#fff}
.hero-grid{display:grid;grid-template-columns:48% 52%;gap:28px;align-items:stretch}
.hero-grid>div:first-child{padding:20px 0 10px}
.hero h1{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:clamp(3rem,4.7vw,4.35rem);line-height:1.02;font-weight:850;letter-spacing:-.045em;margin:12px 0 18px;max-width:620px;color:var(--navy)}
.hero-lede{font-size:1.03rem;line-height:1.5;max-width:610px;color:#5b6f83}
.hero-actions{margin-top:24px}
.btn{border-radius:9px;padding:12px 18px}
.btn-outline{border-color:#b8c9da}
.hero-art{min-height:335px;height:100%;align-self:stretch}
.hero-art img{width:100%;height:100%;min-height:335px;object-fit:cover;border-radius:0;box-shadow:none}
.trust-row{grid-template-columns:repeat(3,1fr);gap:0;margin-top:0;border-top:1px solid #edf1f5;border-bottom:1px solid #edf1f5;background:#fff}
.trust-card{border:0;border-radius:0;padding:19px 22px;min-height:86px;align-items:center}
.trust-card+ .trust-card{border-left:1px solid #edf1f5}
.trust-card .icon-wrap{flex:0 0 42px}
.trust-card strong{font-size:.91rem}
.trust-card span{font-size:.74rem;line-height:1.35}
.section{padding:56px 0}
.section-soft{background:#fbfdff}
.section-head{margin-bottom:22px;align-items:center}
.section-head h2,.page-hero h1,.review-hero h1,.article h2,.review-content h2,.editorial-band h2{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif}
.section-head h2{font-size:2rem;line-height:1.1;font-weight:820;letter-spacing:-.03em;margin:5px 0 4px}
.section-head p{font-size:.91rem}
.eyebrow{font-size:.68rem;letter-spacing:.18em}
.category-grid{grid-template-columns:repeat(6,1fr);gap:10px}
.category-card{min-height:112px;padding:18px 14px;text-align:center;border-radius:12px;background:linear-gradient(180deg,#fff,#f7faff);box-shadow:0 4px 14px rgba(11,45,92,.025)}
.category-card .icon-wrap{margin:0 auto;width:42px;height:42px;border-radius:50%;background:transparent}
.category-card h3{font-size:.82rem;line-height:1.25;margin:9px 0 0}
.product-grid{gap:10px}
.product-card{border-radius:12px;padding:12px;min-height:322px;box-shadow:0 4px 14px rgba(11,45,92,.035)}
.product-visual{height:126px;border-radius:10px;background:#fff;margin-bottom:12px;overflow:visible;position:relative}
.product-visual:before{content:"";position:absolute;left:50%;top:26px;transform:translateX(-50%);width:64px;height:86px;border:1px solid #dfe5eb;border-radius:7px 7px 11px 11px;background:linear-gradient(180deg,#fff,#f2f3f4);box-shadow:0 8px 13px rgba(11,45,92,.09)}
.product-visual:after{content:"";position:absolute;left:50%;top:16px;transform:translateX(-50%);width:50px;height:15px;border:1px solid #d8dee4;border-radius:4px 4px 2px 2px;background:linear-gradient(180deg,#f9f9f9,#e8e8e8)}
.product-visual .icon-svg{width:31px;height:31px;position:relative;z-index:2;color:var(--red);margin-top:26px}
.product-card .category{font-size:.62rem;letter-spacing:.04em;text-transform:none;color:#65788b;font-weight:700;text-align:center}
.product-card h3{font-size:.92rem;text-align:center;margin:4px 0 7px}
.product-card p{font-size:.73rem;line-height:1.42;text-align:center;margin-bottom:12px}
.product-actions{justify-content:center;flex-wrap:wrap}
.product-actions .btn{font-size:.72rem;padding:8px 10px;background:#fff;color:var(--navy);border:1px solid #9dbbd6;box-shadow:none}
.compare-toggle{font-size:.69rem;padding:8px 9px}
.product-grid.compact{grid-template-columns:repeat(8,1fr)}
.product-grid.compact .product-card{min-height:230px;padding:9px}
.product-grid.compact .product-visual{height:80px}
.product-grid.compact .product-visual:before{top:17px;width:42px;height:56px;border-radius:5px 5px 8px 8px}
.product-grid.compact .product-visual:after{top:10px;width:32px;height:10px}
.product-grid.compact .product-visual .icon-svg{width:21px;height:21px;margin-top:19px}
.product-grid.compact .product-card p{display:none}
.product-grid.compact .product-card h3{font-size:.75rem;line-height:1.15}
.product-grid.compact .product-card .category{font-size:.57rem}
.steps{gap:10px}
.step{padding:20px 24px}
.step h3{font-size:1rem;margin-bottom:7px}
.step p{font-size:.83rem}
.editorial-band{border-radius:16px;padding:26px 30px}
.editorial-band h2{font-size:1.55rem}
.coming-card{border-radius:12px;padding:17px}
.coming-card h3{font-size:.92rem}
.site-footer{padding:48px 0 20px;background:#08284b}
.footer-grid{gap:34px}
.cookie-note{left:20px;right:auto;bottom:16px;max-width:620px;margin:0;border-radius:12px;padding:12px 14px;box-shadow:0 10px 30px rgba(7,31,62,.16)}
.cookie-note p{font-size:.73rem}
.psl-ai{right:18px;bottom:16px}
.psl-ai-launcher{border-radius:999px;padding:12px 15px;font-size:.77rem}
@media(max-width:1180px){.product-grid.compact{grid-template-columns:repeat(4,1fr)}.hero-grid{grid-template-columns:1fr 1fr}.hero h1{font-size:3.7rem}.nav{display:none}}
@media(max-width:820px){.hero-grid{grid-template-columns:1fr}.hero-art{min-height:280px}.hero-art img{min-height:280px}.trust-row{grid-template-columns:1fr}.trust-card+.trust-card{border-left:0;border-top:1px solid #edf1f5}.category-grid{grid-template-columns:repeat(2,1fr)}.product-grid.compact{grid-template-columns:repeat(2,1fr)}.cookie-note{right:12px;left:12px;max-width:none}}

/* ============================================================
   PRIME SELECT LAB — V4 VISUAL FIDELITY PASS
   Matches the approved navy / red / white editorial mockup.
   ============================================================ */

:root{
  --navy:#0b2d5c;
  --navy-deep:#08264c;
  --red:#df1822;
  --red-dark:#c9141c;
  --ink:#17324f;
  --muted:#61768d;
  --panel:#f2f6fa;
  --panel-blue:#edf5fb;
  --line:#dfe7ef;
  --soft-shadow:0 8px 22px rgba(11,45,92,.055);
  --max:1180px;
}

body,
.home-page{
  font-family:"Segoe UI",Arial,Helvetica,sans-serif;
  color:var(--ink);
  font-size:15px;
  line-height:1.5;
}

.home-page .container{width:min(calc(100% - 48px),var(--max));}

/* Typography — approved mockup uses a clean, modern sans-serif hierarchy */
.home-page h1,
.home-page h2,
.home-page h3,
.home-page .brand,
.home-page .btn,
.home-page .nav{
  font-family:"Segoe UI",Arial,Helvetica,sans-serif;
}

.home-page .section-head h2{
  font-family:"Segoe UI",Arial,Helvetica,sans-serif;
  font-size:30px;
  line-height:1.08;
  font-weight:800;
  letter-spacing:-.025em;
  margin:4px 0 4px;
}
.home-page .section-head p{font-size:14px;line-height:1.45;}
.home-page .eyebrow{font-size:11px;font-weight:800;letter-spacing:.18em;}
.home-page .text-link{font-size:13px;font-weight:800;color:var(--red);}

/* Header */
.home-page .site-header{background:#fff;border-bottom:1px solid #e5ebf1;box-shadow:none;}
.home-page .header-inner{height:66px;gap:18px;}
.home-page .brand{font-size:16px;font-weight:800;letter-spacing:-.01em;}
.home-page .brand img{width:31px;height:31px;}
.home-page .nav{gap:18px;font-size:11px;font-weight:700;color:#173a63;}
.home-page .header-cta .btn{padding:11px 18px;border-radius:8px;font-size:12px;}

/* Hero */
.home-page .hero-section{
  padding:38px 0 0;
  background:#fff;
}
.home-page .hero-grid{
  grid-template-columns:46% 54%;
  gap:28px;
  align-items:center;
}
.home-page .hero h1{
  font-family:"Segoe UI",Arial,Helvetica,sans-serif;
  font-size:48px;
  line-height:1.04;
  font-weight:800;
  letter-spacing:-.035em;
  margin:10px 0 14px;
  max-width:510px;
}
.home-page .hero-lede{
  font-size:16px;
  line-height:1.43;
  max-width:515px;
  color:#536b83;
  margin:0;
}
.home-page .hero-actions{margin-top:19px;gap:11px;}
.home-page .hero-actions .btn{border-radius:8px;padding:12px 19px;font-size:13px;}
.home-page .hero-actions .btn-outline{border-color:var(--red);}
.home-page .hero-art{height:auto!important;min-height:0!important;max-width:none;align-self:center;overflow:hidden;}
.home-page .hero-art img{
  display:block;
  width:100%;
  height:auto!important;
  min-height:0!important;
  object-fit:contain!important;
  border-radius:0!important;
  box-shadow:none!important;
}

/* Trust strip */
.home-page .trust-row{
  margin-top:0;
  grid-template-columns:repeat(3,1fr);
  gap:0;
  border-bottom:1px solid #e8edf2;
}
.home-page .trust-card{
  min-height:80px;
  border:0;
  border-radius:0;
  padding:16px 20px 16px 8px;
  background:#fff;
  align-items:center;
}
.home-page .trust-card+.trust-card{border-left:1px solid #e8edf2; padding-left:22px;}
.home-page .trust-card .icon-wrap{width:42px;height:42px;flex-basis:42px;border-radius:50%;background:#f2f6fb;}
.home-page .trust-card .icon-wrap.red{background:#fff1f2;}
.home-page .trust-card strong{font-size:13px;color:var(--navy);font-weight:800;margin-bottom:2px;}
.home-page .trust-card span{font-size:11px;line-height:1.35;color:#667b90;}

/* Section rhythm */
.home-page .section{padding:36px 0;}
.home-page .section-head{margin-bottom:17px;}

/* Wellness Categories — pale blue figure/card backgrounds from approved mockup */
.home-page .categories-section{background:#fff;padding-top:28px;}
.home-page .categories-section .category-grid{grid-template-columns:repeat(6,1fr);gap:9px;}
.home-page .categories-section .category-card{
  min-height:92px;
  padding:13px 10px 11px;
  border:1px solid #e5ebf1;
  border-radius:8px;
  background:linear-gradient(180deg,#f7fafe 0%,#eef3f8 100%);
  box-shadow:0 3px 10px rgba(11,45,92,.025);
}
.home-page .categories-section .category-card:hover{box-shadow:0 8px 18px rgba(11,45,92,.07);border-color:#d7e1ea;}
.home-page .categories-section .category-card .icon-wrap{
  width:37px;height:37px;margin:0 auto;border-radius:10px;background:transparent;color:var(--red);
}
.home-page .categories-section .category-card:nth-child(2n) .icon-wrap{color:var(--navy);}
.home-page .categories-section .category-card h3{font-size:12px;line-height:1.18;margin:6px 0 0;font-weight:800;color:var(--navy);}

/* Featured review cards */
.home-page .featured-section{background:#fff;}
.home-page .featured-section .product-grid{grid-template-columns:repeat(6,1fr);gap:9px;}
.home-page .featured-section .product-card{
  min-height:312px;
  padding:11px 10px 10px;
  border-radius:8px;
  border:1px solid #e3e9ef;
  box-shadow:0 4px 12px rgba(11,45,92,.035);
}
.home-page .featured-section .product-visual{height:104px;margin-bottom:8px;background:#fff;}
.home-page .featured-section .product-visual:before{top:21px;width:57px;height:72px;border-radius:6px 6px 9px 9px;background:linear-gradient(180deg,#fff,#f4f5f6);}
.home-page .featured-section .product-visual:after{top:13px;width:44px;height:12px;}
.home-page .featured-section .product-visual .icon-svg{width:26px;height:26px;margin-top:23px;}
.home-page .featured-section .product-card .category{font-size:10px;text-transform:none;letter-spacing:0;color:#64788d;text-align:center;}
.home-page .featured-section .product-card h3{font-size:14px;line-height:1.18;margin:3px 0 7px;text-align:center;}
.home-page .featured-section .product-card p{font-size:11px;line-height:1.38;margin-bottom:10px;text-align:center;color:#5f7388;}

/* View Review buttons — RED outline exactly as approved direction */
.home-page .product-card .product-actions .btn.btn-navy{
  background:#fff!important;
  color:var(--navy)!important;
  border:1.5px solid var(--red)!important;
  border-radius:6px!important;
  box-shadow:none!important;
  font-size:11px!important;
  padding:8px 12px!important;
  font-weight:800!important;
}
.home-page .product-card .product-actions .btn.btn-navy:hover{
  background:#fff6f6!important;
  border-color:var(--red-dark)!important;
  transform:translateY(-1px);
}
.home-page .compare-toggle{display:none!important;}

/* More Products to Explore — light blue-gray panel + compact editorial cards */
.home-page .more-products-section{
  background:linear-gradient(180deg,#f8fafc 0%,#f3f7fa 100%);
  border-top:1px solid #edf1f5;
  border-bottom:1px solid #edf1f5;
}
.home-page .more-products-section .product-grid.compact{
  grid-template-columns:repeat(11,minmax(0,1fr));
  gap:6px;
}
.home-page .more-products-section .product-card{
  min-height:175px;
  padding:7px 5px 8px;
  border-radius:7px;
  background:linear-gradient(180deg,#fbfdff,#f0f5f9);
  border:1px solid #e4ebf1;
  box-shadow:none;
}
.home-page .more-products-section .product-visual{height:58px;margin-bottom:4px;background:transparent;}
.home-page .more-products-section .product-visual:before{top:12px;width:34px;height:43px;border-radius:4px 4px 6px 6px;}
.home-page .more-products-section .product-visual:after{top:7px;width:26px;height:8px;}
.home-page .more-products-section .product-visual .icon-svg{width:17px;height:17px;margin-top:13px;color:var(--red);}
.home-page .more-products-section .product-card:nth-child(2n) .product-visual .icon-svg{color:var(--navy);}
.home-page .more-products-section .product-card .category{font-size:8px;line-height:1.12;text-align:center;letter-spacing:0;text-transform:none;color:#73869a;}
.home-page .more-products-section .product-card h3{font-size:10px;line-height:1.12;margin:3px 0 6px;text-align:center;}
.home-page .more-products-section .product-card p{display:none;}
.home-page .more-products-section .product-actions{margin-top:auto;}
.home-page .more-products-section .product-actions .btn.btn-navy{font-size:9px!important;padding:6px 7px!important;white-space:nowrap;}

/* How Prime Select Lab Works — stronger icons, dotted connectors and decorative leaf */
.home-page .how-section{
  position:relative;
  overflow:hidden;
  background:linear-gradient(180deg,#fff 0%,#fbfdff 100%);
}
.home-page .how-section .container{position:relative;z-index:1;}
.home-page .how-section .container:after{
  content:"";
  position:absolute;
  right:-5px;
  bottom:-24px;
  width:170px;
  height:140px;
  opacity:.28;
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;
  pointer-events:none;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 180 150'%3E%3Cg fill='%2395b7cf'%3E%3Cellipse cx='92' cy='86' rx='16' ry='42' transform='rotate(-35 92 86)'/%3E%3Cellipse cx='127' cy='63' rx='14' ry='36' transform='rotate(28 127 63)'/%3E%3Cellipse cx='139' cy='105' rx='12' ry='30' transform='rotate(48 139 105)'/%3E%3C/g%3E%3Cpath d='M70 132c29-40 43-67 72-96' stroke='%237da3bd' stroke-width='3' fill='none'/%3E%3C/svg%3E");
}
.home-page .how-section .steps{grid-template-columns:repeat(3,1fr);gap:42px;position:relative;}
.home-page .how-section .step{position:relative;padding:9px 24px 11px;text-align:left;min-height:145px;}
.home-page .how-section .step-number{
  width:34px;height:34px;margin:0 0 8px;border-radius:50%;font-size:14px;position:absolute;left:0;top:6px;z-index:3;
}
.home-page .how-section .step .icon-wrap{
  width:49px;height:49px;margin:0 0 7px 42px;border-radius:11px;background:transparent;color:var(--navy);
}
.home-page .how-section .step:nth-child(2) .icon-wrap{color:var(--navy);}
.home-page .how-section .step:nth-child(3) .icon-wrap{color:var(--navy);}
.home-page .how-section .step .icon-svg{width:34px;height:34px;stroke-width:1.7;}
.home-page .how-section .step h3{font-size:13px;margin:4px 0 4px;font-weight:800;}
.home-page .how-section .step p{font-size:11px;line-height:1.38;margin:0;color:#657a8f;max-width:250px;}
.home-page .how-section .step:not(:last-child):after{
  content:"";
  position:absolute;
  top:31px;
  right:-31px;
  width:72px;
  border-top:2px dotted #9eb9ce;
}

/* Coming Soon — pale-blue rounded field from approved mockup */
.home-page .coming-section{background:#fff;padding-top:22px;padding-bottom:28px;}
.home-page .coming-section .container{
  background:linear-gradient(100deg,#eef6fc 0%,#e5f1fa 100%);
  border:1px solid #dce9f3;
  border-radius:10px;
  padding:18px 18px 16px;
}
.home-page .coming-section .section-head{margin-bottom:12px;}
.home-page .coming-section .section-head h2{font-size:22px;}
.home-page .coming-section .section-head p{font-size:12px;}
.home-page .coming-grid{grid-template-columns:repeat(4,1fr);gap:10px;}
.home-page .coming-card{
  display:grid;
  grid-template-columns:39px 1fr;
  column-gap:10px;
  align-items:center;
  min-height:62px;
  padding:10px 12px;
  border-radius:7px;
  border:0;
  background:rgba(255,255,255,.92);
  box-shadow:0 2px 8px rgba(11,45,92,.025);
}
.home-page .coming-card .icon-wrap{grid-row:1 / span 2;width:36px;height:36px;border-radius:9px;background:transparent;color:var(--red);}
.home-page .coming-card:nth-child(even) .icon-wrap{color:var(--navy);}
.home-page .coming-card h3{font-size:12px;line-height:1.1;margin:0;color:var(--navy);}
.home-page .coming-card span{font-size:10px;line-height:1.15;color:#6b8094;}

/* Footer */
.home-page .site-footer{background:#08284b;padding:38px 0 16px;}
.home-page .footer-grid{grid-template-columns:1.25fr .8fr .65fr .85fr;gap:36px;}
.home-page .footer-brand .brand{font-size:17px;}
.home-page .footer-brand p,.home-page .footer-col a{font-size:12px;line-height:1.5;}
.home-page .footer-col h3{font-size:12px;}
.home-page .footer-bottom{margin-top:24px;font-size:10px;}

/* Cookie note — smaller and less visually dominant */
.home-page .cookie-note{
  max-width:440px;
  padding:8px 10px;
  border-radius:8px;
  left:10px;
  bottom:10px;
  gap:10px;
  box-shadow:0 7px 18px rgba(7,31,62,.12);
}
.home-page .cookie-note p{font-size:9.5px;line-height:1.28;}
.home-page .cookie-note .btn{font-size:10px;padding:8px 11px;border-radius:7px;}
.home-page .psl-ai{right:12px;bottom:10px;}
.home-page .psl-ai-launcher{padding:10px 13px;font-size:11px;}

@media(max-width:1100px){
  .home-page .hero h1{font-size:43px;}
  .home-page .nav{gap:11px;font-size:10px;}
  .home-page .more-products-section .product-grid.compact{grid-template-columns:repeat(6,1fr);}
}
@media(max-width:820px){
  .home-page .container{width:min(calc(100% - 28px),var(--max));}
  .home-page .hero-grid{grid-template-columns:1fr;gap:20px;}
  .home-page .hero h1{font-size:41px;max-width:620px;}
  .home-page .hero-art{max-width:650px;}
  .home-page .trust-row{grid-template-columns:1fr;}
  .home-page .trust-card+.trust-card{border-left:0;border-top:1px solid #e8edf2;padding-left:8px;}
  .home-page .categories-section .category-grid{grid-template-columns:repeat(2,1fr);}
  .home-page .featured-section .product-grid{grid-template-columns:repeat(2,1fr);}
  .home-page .more-products-section .product-grid.compact{grid-template-columns:repeat(2,1fr);}
  .home-page .how-section .steps{grid-template-columns:1fr;gap:10px;}
  .home-page .how-section .step:not(:last-child):after{display:none;}
  .home-page .coming-grid{grid-template-columns:1fr;}
  .home-page .footer-grid{grid-template-columns:1fr 1fr;}
}
@media(max-width:520px){
  .home-page .hero h1{font-size:35px;}
  .home-page .featured-section .product-grid{grid-template-columns:1fr;}
  .home-page .footer-grid{grid-template-columns:1fr;}
}

/* ============================================================
   PRIME SELECT LAB — COMPLETE v8 GLOBAL FINISHING PASS
   ============================================================ */
.brand{font-weight:900;letter-spacing:-.02em;color:#0B2D5C}
.brand img{width:36px;height:36px;filter:drop-shadow(0 4px 10px rgba(11,45,92,.09))}
.site-footer .brand{color:#fff;font-size:1.28rem}
.footer-brand p{font-size:.98rem;line-height:1.5}
.flag-mini{position:relative!important;display:inline-block!important;width:24px!important;height:15px!important;border-radius:2px!important;overflow:hidden!important;vertical-align:middle!important;margin-right:9px!important;background:repeating-linear-gradient(to bottom,#c91f2c 0 2.2px,#fff 2.2px 4.4px)!important;grid-template-columns:none!important;gap:0!important}
.flag-mini i{display:none!important}
.flag-mini:before{content:"";position:absolute;left:0;top:0;width:10px;height:8.8px;background:#234273}
.flag-mini:after{content:"★";position:absolute;left:1.5px;top:-.2px;font-size:7px;line-height:8px;color:#fff}

.product-visual.real-product-image{height:170px!important;background:linear-gradient(180deg,#f8fbfe,#eef4f9)!important;border:1px solid #e1e9f0!important;overflow:hidden!important;display:grid!important;place-items:center!important;padding:10px!important}
.product-visual.real-product-image:before,.product-visual.real-product-image:after{display:none!important}
.product-visual.real-product-image img{width:100%!important;height:100%!important;object-fit:contain!important;filter:drop-shadow(0 7px 16px rgba(11,45,92,.11))}

.review-visual.real-review-image{height:390px!important;background:linear-gradient(180deg,#f9fbfd,#edf4f9)!important;border:1px solid #e0e8ef!important;padding:18px!important;overflow:hidden!important}
.review-visual.real-review-image:after{display:none!important}
.review-visual.real-review-image img{width:100%!important;height:100%!important;object-fit:contain!important;filter:drop-shadow(0 12px 22px rgba(11,45,92,.12))}

@media(max-width:820px){
  .product-visual.real-product-image{height:150px!important}
  .review-visual.real-review-image{height:310px!important}
}
