*{box-sizing:border-box}
:root{--ink:#171717;--muted:#666;--line:#e8e8e8;--soft:#f7f7f5;--white:#fff;--dark:#1d1d1d}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff}
a{text-decoration:none;color:inherit}
button,input{font:inherit}
.top-strip{background:#171717;color:#fff;text-align:center;padding:9px 16px;font-size:12px;letter-spacing:.3px}
.header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.header-inner{max-width:1220px;margin:auto;min-height:92px;padding:12px 22px;display:grid;grid-template-columns:180px 1fr auto;gap:22px;align-items:center}
.brand{display:flex;align-items:center;height:68px;overflow:hidden;background:#fff}
.brand img{width:175px;height:64px;object-fit:contain;display:block}
.search{display:flex;border:1px solid #d9d9d9;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 3px 16px rgba(0,0,0,.04)}
.search input{flex:1;border:0;outline:0;padding:13px 16px;min-width:0}
.search button{border:0;background:#171717;color:#fff;padding:0 22px;cursor:pointer}
.header-actions{display:flex;gap:9px}
.account-btn,.cart-btn{border:1px solid #d7d7d7;background:#fff;border-radius:10px;padding:11px 13px;cursor:pointer}
.cart-btn{background:#171717;color:#fff;border-color:#171717}
.cart-btn span{display:inline-grid;place-items:center;min-width:20px;height:20px;border-radius:10px;background:#fff;color:#171717;font-size:11px;margin-left:5px}
.nav{max-width:1220px;margin:auto;padding:0 22px 12px;display:flex;gap:25px;font-size:13px;font-weight:600;color:#555}
.nav a:hover{color:#000}
main{max-width:1220px;margin:auto;padding:0 22px}
.hero{margin-top:22px;min-height:455px;border-radius:24px;background:linear-gradient(135deg,#f4f4f2,#fff);border:1px solid #ededeb;display:grid;grid-template-columns:1.15fr .85fr;overflow:hidden}
.hero-copy{padding:72px 70px;align-self:center}
.eyebrow{font-size:11px;font-weight:800;letter-spacing:2px;color:#777}
.hero h1{font-size:50px;line-height:1.06;margin:14px 0 20px;letter-spacing:-2px}
.hero h1 span{color:#666}
.hero p{max-width:580px;color:#666;line-height:1.7;font-size:16px}
.primary-btn,.secondary-btn{display:inline-flex;align-items:center;gap:14px;margin-top:17px;padding:14px 20px;border-radius:10px;font-weight:700}
.primary-btn{background:#171717;color:#fff}
.secondary-btn{background:#fff;border:1px solid #ddd}
.hero-visual{display:grid;place-items:center;background:#ececea;position:relative}
.visual-card{width:260px;height:260px;border-radius:30px;background:#fff;border:1px solid #ddd;box-shadow:0 25px 60px rgba(0,0,0,.09);display:grid;place-items:center;align-content:center;gap:10px;transform:rotate(3deg)}
.visual-circle{width:95px;height:95px;border-radius:50%;background:#171717;color:#fff;display:grid;place-items:center;font-weight:900;font-size:26px}
.visual-card small{color:#777}
.trust{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#e8e8e8;margin:22px 0 62px;border:1px solid #e8e8e8;border-radius:16px;overflow:hidden}
.trust div{background:#fff;padding:20px;display:flex;align-items:center;gap:10px;font-size:13px}
.trust b{font-size:17px}
.section{padding:10px 0 58px}
.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:22px}
.section-head h2{font-size:30px;margin:8px 0 0;letter-spacing:-.7px}
.section-head>a{font-size:13px;font-weight:700}
.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.category-card{padding:22px;border:1px solid var(--line);border-radius:16px;background:#fff;transition:.2s}
.category-card:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(0,0,0,.07)}
.category-card span{font-size:26px;display:block;margin-bottom:18px}
.category-card b{display:block;margin-bottom:7px}
.category-card small{color:#777;line-height:1.4}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.product-card{border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#fff}
.product-image{height:235px;background:linear-gradient(180deg,#f8fbff,#eef4ff);padding:10px;box-sizing:border-box;display:grid;place-items:center;font-size:42px}
.product-image img{display:block;width:100%;height:100%;object-fit:contain;padding:4px;box-sizing:border-box}
.product-body{padding:17px}
.product-body small{color:#777}
.product-body h3{font-size:15px;margin:8px 0 12px}
.product-row{display:flex;justify-content:space-between;align-items:center}
.price{font-weight:800}
.add-btn{border:0;background:#171717;color:#fff;border-radius:8px;padding:9px 11px;cursor:pointer;font-size:12px}
.deal{margin:10px 0 62px;padding:38px 42px;border-radius:20px;background:#171717;color:#fff;display:flex;justify-content:space-between;align-items:center;gap:20px}
.deal .eyebrow{color:#aaa}
.deal h2{font-size:28px;margin:9px 0}
.deal p{margin:0;color:#bbb}
.deal .secondary-btn{background:#fff;color:#171717;border:0}
.empty-state{border:1px dashed #ccc;border-radius:16px;padding:45px;text-align:center;color:#777;background:#fafafa}
footer{background:#171717;color:#fff;margin-top:20px}
.footer-main{max-width:1220px;margin:auto;padding:52px 22px 38px;display:grid;grid-template-columns:2fr 1fr 1fr 1.3fr;gap:35px}
.footer-brand img{width:175px;height:64px;object-fit:contain;background:#fff}
.footer-brand p{color:#aaa;max-width:350px;line-height:1.6;font-size:13px}
footer h4{margin:0 0 15px}
footer a{display:block;color:#aaa;font-size:13px;margin:9px 0}
footer a:hover{color:#fff}
.footer-bottom{border-top:1px solid #333;text-align:center;padding:18px 22px;color:#888;font-size:12px}
.toast{position:fixed;right:20px;bottom:20px;background:#171717;color:#fff;padding:13px 16px;border-radius:10px;display:none;z-index:50;font-size:13px;box-shadow:0 10px 30px rgba(0,0,0,.2)}
@media(max-width:900px){.header-inner{grid-template-columns:150px 1fr}.header-actions{grid-column:1/-1}.hero{grid-template-columns:1fr}.hero-visual{min-height:260px}.category-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.trust{grid-template-columns:repeat(2,1fr)}.footer-main{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.header-inner{display:flex;flex-wrap:wrap}.brand{width:140px}.brand img{width:140px}.search{order:3;width:100%}.nav{overflow:auto;gap:18px;white-space:nowrap}.hero-copy{padding:45px 28px}.hero h1{font-size:37px}.hero-visual{min-height:220px}.category-grid,.product-grid,.trust{grid-template-columns:1fr 1fr}.section-head h2{font-size:24px}.deal{display:block;padding:30px 25px}.deal .secondary-btn{margin-top:15px}.footer-main{grid-template-columns:1fr}.category-card{padding:17px}}
@media(max-width:420px){.category-grid,.product-grid,.trust{grid-template-columns:1fr}.header-actions{width:100%}.account-btn,.cart-btn{flex:1}}

/* Product details page — shares the same visual language as the homepage */
.product-page{max-width:1220px;margin:auto;padding:28px 22px 70px}
.breadcrumb{font-size:13px;color:#777;margin:5px 0 24px}.breadcrumb span{margin:0 8px;color:#bbb}.breadcrumb a{color:#333}
.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.gallery{position:sticky;top:125px}
.main-product-image{height:510px;border:1px solid #dbe5f5;border-radius:22px;background:linear-gradient(180deg,#f8fbff,#eef4ff);display:grid;place-items:center;font-size:58px;font-weight:800;color:#777}
.thumb-row{display:flex;gap:10px;margin-top:12px}.thumb{width:82px;height:68px;border:1px solid #ddd;background:#fafafa;border-radius:10px;cursor:pointer;font-size:10px}.thumb.active{border:2px solid #171717}
.product-info h1{font-size:40px;line-height:1.08;letter-spacing:-1.4px;margin:12px 0 14px}.rating{font-size:14px;letter-spacing:2px}.rating span{color:#777;letter-spacing:0;margin-left:8px}.description{color:#666;line-height:1.7;max-width:560px}
.price-box{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:26px 0 10px}.sale-price{font-size:30px;font-weight:800}.mrp{text-decoration:line-through;color:#888}.save{font-size:12px;background:#eee;padding:6px 9px;border-radius:6px;font-weight:700}
.stock{font-size:13px;font-weight:700;margin:16px 0 25px}.stock span{color:#3b7a45;margin-right:6px}
.option label{display:block;font-size:13px;font-weight:700;margin-bottom:9px}.quantity{display:flex;width:132px;border:1px solid #ddd;border-radius:9px;overflow:hidden}.quantity button,.quantity input{width:44px;height:42px;border:0;background:#fff;text-align:center}.quantity button{cursor:pointer;font-size:19px}.quantity input{outline:0}
.purchase-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:22px 0 28px}.add-cart,.buy-now{border:0;border-radius:10px;padding:15px;font-weight:800;cursor:pointer}.add-cart{background:#171717;color:#fff}.buy-now{background:#fff;border:1px solid #171717}
.benefits{border-top:1px solid #e7e7e7}.benefits>div{display:flex;gap:12px;padding:16px 0;border-bottom:1px solid #eee}.benefits b{width:28px;height:28px;border-radius:50%;background:#eee;display:grid;place-items:center}.benefits strong,.benefits small{display:block}.benefits small{color:#777;margin-top:3px}
.details-section{margin-top:75px;border:1px solid #e7e7e7;border-radius:18px;overflow:hidden}.tabs{display:flex;border-bottom:1px solid #e7e7e7}.tab{border:0;background:#fff;padding:18px 24px;font-weight:700;cursor:pointer}.tab.active{border-bottom:2px solid #171717}.details-content{padding:30px}.details-content h2{margin-top:0}.details-content p{color:#666;line-height:1.7}.spec-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#e5e5e5;border:1px solid #e5e5e5;margin-top:25px}.spec-grid div{background:#fff;padding:18px}.spec-grid span,.spec-grid b{display:block}.spec-grid span{font-size:12px;color:#888;margin-bottom:6px}
@media(max-width:850px){.product-detail{grid-template-columns:1fr;gap:35px}.gallery{position:static}.main-product-image{height:390px}.product-info h1{font-size:34px}.spec-grid{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.product-page{padding:20px 15px 50px}.main-product-image{height:300px}.purchase-actions{grid-template-columns:1fr}.tabs{overflow:auto;white-space:nowrap}.details-content{padding:22px}.spec-grid{grid-template-columns:1fr}}

/* FINAL PHASE — premium marketplace visual system */
:root{--im-bg:#f5f7fb;--im-surface:#fff;--im-ink:#172033;--im-muted:#667085;--im-line:#e6eaf0;--im-accent:#1f5eff;--im-accent2:#7c3aed;--im-radius:18px;--im-shadow:0 12px 36px rgba(20,31,55,.08)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:radial-gradient(circle at 10% 0%,rgba(31,94,255,.06),transparent 28%),radial-gradient(circle at 90% 0%,rgba(124,58,237,.06),transparent 24%),var(--im-bg);color:var(--im-ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55}
a{transition:all .18s ease}.top-strip{background:#111827;color:#fff;font-size:12px;letter-spacing:.02em;padding:9px 16px;text-align:center}.header{background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-bottom:1px solid var(--im-line);position:sticky;top:0;z-index:50}.header-inner{max-width:1240px;margin:auto;padding:14px 20px;gap:18px}.brand img{width:92px;height:78px;object-fit:contain;border-radius:14px;box-shadow:0 8px 22px rgba(0,0,0,.08)}.search{flex:1;display:flex;max-width:650px}.search input{height:46px;border:1px solid #d9dee8;border-right:0;border-radius:13px 0 0 13px;padding:0 16px;background:#fbfcfe;outline:none}.search input:focus{border-color:#9db6ff;box-shadow:0 0 0 3px rgba(31,94,255,.10)}.search button,.primary-btn{border:0;border-radius:12px;background:linear-gradient(135deg,var(--im-accent),var(--im-accent2));color:#fff;font-weight:800;box-shadow:0 8px 20px rgba(31,94,255,.2)}.search button{padding:0 22px;border-radius:0 13px 13px 0}.header-actions{gap:10px}.account-btn,.cart-btn{border:1px solid var(--im-line);background:#fff;border-radius:12px;padding:10px 14px;font-weight:750}.cart-btn span{background:#111827;color:#fff;border-radius:999px;padding:2px 7px;font-size:11px;margin-left:4px}.nav{max-width:1240px;margin:auto;padding:0 20px 12px;gap:24px}.nav a{color:#4b5565;font-weight:650}.nav a:hover{color:var(--im-accent)}main{max-width:1240px;margin:auto}.hero{margin:28px 20px 22px;border-radius:28px;padding:54px clamp(26px,5vw,68px);background:linear-gradient(135deg,#111827 0%,#1e293b 58%,#312e81 100%);color:#fff;box-shadow:0 22px 60px rgba(17,24,39,.18);overflow:hidden;position:relative}.hero:after{content:"";position:absolute;width:420px;height:420px;border-radius:50%;right:-120px;top:-180px;background:rgba(255,255,255,.08)}.hero-copy{position:relative;z-index:2;max-width:690px}.hero h1{font-size:clamp(38px,5vw,66px);line-height:1.03;letter-spacing:-.04em;margin:10px 0 18px}.hero h1 span{background:linear-gradient(90deg,#a8c7ff,#e9d5ff);-webkit-background-clip:text;background-clip:text;color:transparent}.hero p{color:#d6dbea;font-size:17px;max-width:600px}.hero .primary-btn{display:inline-flex;margin-top:12px;padding:13px 19px}.trust{margin:0 20px 32px;background:#fff;border:1px solid var(--im-line);border-radius:18px;box-shadow:var(--im-shadow);padding:16px;display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.trust div{display:flex;align-items:center;justify-content:center;gap:8px;color:#475467;font-weight:650}.trust b{width:25px;height:25px;display:grid;place-items:center;border-radius:50%;background:#eaf1ff;color:var(--im-accent)}.section{padding:20px}.section-head{margin-bottom:18px}.section-head h2{font-size:30px;letter-spacing:-.025em;margin:4px 0}.eyebrow{font-size:11px;font-weight:850;letter-spacing:.14em;color:var(--im-accent)}.category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.category-card{background:#fff;border:1px solid var(--im-line);border-radius:18px;padding:20px;min-height:135px;box-shadow:0 5px 18px rgba(20,31,55,.04);display:flex;flex-direction:column;gap:7px}.category-card:hover{transform:translateY(-4px);box-shadow:var(--im-shadow);border-color:#c9d6ff}.category-card>span{font-size:27px}.category-card b{font-size:15px}.category-card small{color:var(--im-muted)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{background:#fff;border:1px solid var(--im-line);border-radius:18px;overflow:hidden;box-shadow:0 5px 18px rgba(20,31,55,.04);transition:transform .18s,box-shadow .18s}.product-card:hover{transform:translateY(-5px);box-shadow:var(--im-shadow)}.deal{margin:20px;border-radius:22px;padding:32px;background:linear-gradient(120deg,#eef4ff,#f7f0ff);border:1px solid #dfe7ff}.footer{margin-top:45px}.footer-bottom{border-top:1px solid var(--im-line);padding:24px 20px;text-align:center;color:var(--im-muted);background:#fff}.product-page{padding:25px 20px}.breadcrumb{color:var(--im-muted);margin-bottom:20px}.details-section,.card,.form-card{background:#fff;border:1px solid var(--im-line);border-radius:20px;box-shadow:var(--im-shadow)}button{font:inherit}.modal,.overlay{backdrop-filter:blur(5px)}
@media(max-width:1000px){.category-grid{grid-template-columns:repeat(3,1fr)}.product-grid{grid-template-columns:repeat(3,1fr)}.trust{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.header-inner{flex-wrap:wrap}.brand img{width:58px;height:58px}.search{order:3;flex-basis:100%;max-width:none}.nav{overflow:auto;white-space:nowrap}.hero{margin:16px 12px;padding:38px 24px}.hero h1{font-size:42px}.trust{margin:0 12px 22px;grid-template-columns:1fr 1fr}.section{padding:14px 12px}.category-grid{grid-template-columns:repeat(2,1fr);gap:10px}.product-grid{grid-template-columns:repeat(2,1fr);gap:10px}.category-card{padding:14px;min-height:120px}.deal{margin:12px;padding:24px}.header-actions{margin-left:auto}.account-btn,.cart-btn{padding:8px 10px}}
@media(max-width:430px){.trust{grid-template-columns:1fr}.product-grid{grid-template-columns:1fr 1fr}.hero h1{font-size:35px}.hero p{font-size:15px}}

.contact-bar{max-width:1240px;margin:10px auto 0;padding:10px 20px;display:none;align-items:center;justify-content:center;gap:12px;background:#f6f9ff;border:1px solid #dce7ff;border-radius:12px;font-size:13px}.contact-bar a{font-weight:800;color:#1f5eff;text-decoration:none}.product-contact{display:none;align-items:center;justify-content:space-between;gap:12px;margin-top:14px;padding:12px 14px;border:1px solid #dce7ff;border-radius:12px;background:#f6f9ff;color:#475467;font-size:13px}.product-contact a{font-weight:800;color:#1f5eff;text-decoration:none;white-space:nowrap}@media(max-width:600px){.contact-bar{margin:8px 12px 0;padding:9px 12px;font-size:12px}.product-contact{align-items:flex-start;flex-direction:column}}
/* FINAL CUSTOMER HOMEPAGE PASS */
.hero-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:18px}.hero-link-btn{display:inline-flex;align-items:center;padding:12px 17px;border:1px solid rgba(255,255,255,.22);border-radius:12px;color:#fff;background:rgba(255,255,255,.08);font-weight:800}.hero-link-btn:hover{background:rgba(255,255,255,.15)}
.hero-visual{min-height:390px;background:radial-gradient(circle at 50% 48%,rgba(89,146,255,.28),transparent 55%),linear-gradient(145deg,#172554,#111827);overflow:hidden}.hero-orbit{position:absolute;border:1px solid rgba(255,255,255,.18);border-radius:50%}.orbit-one{width:360px;height:360px}.orbit-two{width:500px;height:500px}.hero-product-stack{position:relative;z-index:2;width:290px;height:210px;border-radius:32px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(12px);display:grid;grid-template-columns:repeat(3,1fr);place-items:center;font-size:42px;box-shadow:0 24px 60px rgba(0,0,0,.28);transform:rotate(-4deg)}.hero-product-stack span:nth-child(4),.hero-product-stack span:nth-child(5){transform:translateY(-4px)}.hero-badge{position:absolute;right:28px;bottom:24px;z-index:3;display:flex;flex-direction:column;align-items:center;justify-content:center;width:94px;height:94px;border-radius:50%;background:#fff;color:#111827;box-shadow:0 14px 30px rgba(0,0,0,.2)}.hero-badge b{font-size:20px}.hero-badge small{color:#64748b;font-weight:700}
.feature-strip{margin:0 20px 30px;display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.feature-tile{appearance:none;border:1px solid var(--im-line);background:#fff;border-radius:18px;padding:18px 16px;text-align:left;cursor:pointer;display:grid;grid-template-columns:38px 1fr;grid-template-rows:auto auto;column-gap:10px;box-shadow:0 5px 18px rgba(20,31,55,.04);transition:.18s}.feature-tile span{grid-row:1/3;width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:#eef4ff;color:#1f5eff;font-size:20px;font-weight:900}.feature-tile b{font-size:14px}.feature-tile small{color:var(--im-muted);margin-top:3px}.feature-tile:hover,.feature-tile.active{transform:translateY(-3px);border-color:#c5d4ff;box-shadow:0 12px 28px rgba(31,94,255,.12)}.feature-tile.active{background:linear-gradient(135deg,#f8fbff,#eef4ff)}
.featured-first{padding-top:8px}.section-subtitle{margin:5px 0 0;color:var(--im-muted);font-size:14px}.result-count{font-size:13px;font-weight:800;color:#475467;background:#f3f6fb;border:1px solid var(--im-line);border-radius:999px;padding:8px 12px;white-space:nowrap}.full-span{grid-column:1/-1}
.browse-panel{background:linear-gradient(135deg,#f7faff,#fff);border:1px solid var(--im-line);border-radius:22px;padding:20px;box-shadow:var(--im-shadow)}.browse-search-row{display:grid;grid-template-columns:1fr 1fr 1.8fr auto auto;gap:10px;align-items:end;margin-bottom:20px}.filter-field{display:flex;flex-direction:column;gap:6px}.filter-field label{font-size:11px;font-weight:850;letter-spacing:.04em;color:#475467}.filter-field select,.filter-field input{height:46px;border:1px solid #d9dee8;border-radius:12px;padding:0 13px;background:#fff;outline:none;min-width:0}.filter-field select:focus,.filter-field input:focus{border-color:#9db6ff;box-shadow:0 0 0 3px rgba(31,94,255,.08)}.filter-btn,.clear-btn{height:46px;border:0;border-radius:12px;padding:0 18px;font-weight:800;cursor:pointer}.filter-btn{background:linear-gradient(135deg,var(--im-accent),var(--im-accent2));color:#fff}.clear-btn{background:#fff;border:1px solid var(--im-line);color:#475467}.browse-panel .category-grid{grid-template-columns:repeat(5,1fr)}.browse-panel .category-card{appearance:none;text-align:left;cursor:pointer}
@media(max-width:1000px){.feature-strip{grid-template-columns:repeat(3,1fr)}.browse-search-row{grid-template-columns:1fr 1fr}.filter-wide{grid-column:1/-1}.browse-panel .category-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:700px){.hero{margin:16px 12px}.hero-visual{min-height:250px}.hero-product-stack{width:230px;height:165px;font-size:34px}.hero-badge{right:15px;bottom:15px;width:78px;height:78px}.feature-strip{margin:0 12px 22px;grid-template-columns:1fr 1fr}.result-count{display:none}.browse-search-row{grid-template-columns:1fr}.filter-wide{grid-column:auto}.browse-panel{padding:14px}.browse-panel .category-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:430px){.feature-strip{grid-template-columns:1fr}.feature-tile{padding:15px}.hero-actions{align-items:stretch}.hero-actions a{width:100%;justify-content:center}}


.location-optin{margin:18px 0;padding:14px 16px;border:1px solid #d7e5f7;border-radius:14px;background:linear-gradient(90deg,#f4f9ff,#ffffff);display:flex;align-items:center;gap:12px;flex-wrap:wrap}.location-optin>div{display:flex;flex-direction:column;gap:3px;flex:1;min-width:240px}.location-optin b{color:#153a6b}.location-optin span,.location-optin small{color:#667085}.location-optin button{border:0;border-radius:9px;padding:9px 14px;cursor:pointer;background:#1266d6;color:#fff;font-weight:700}.location-optin .location-later{background:#eef2f7;color:#344054}.location-optin button:disabled{opacity:.6;cursor:wait}.location-hidden{opacity:.65}.location-hidden button{display:none}
.local-focus-banner{margin:18px auto 0;max-width:1180px;padding:20px 24px;display:flex;align-items:center;justify-content:space-between;gap:18px;background:linear-gradient(135deg,#eef5ff,#fff7ed);border:1px solid #dce6f5;border-radius:18px;box-shadow:0 8px 24px rgba(20,55,100,.06)}
.local-focus-banner h2{margin:4px 0 6px;font-size:22px}.local-focus-banner p{margin:0;color:#5d6b7f}.local-focus-badge{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:999px;background:#0b3b8f;color:#fff;font-weight:800;white-space:nowrap}
@media(max-width:700px){.local-focus-banner{margin:12px 12px 0;padding:17px;align-items:flex-start;flex-direction:column}.local-focus-badge{align-self:flex-start}}
