
:root{--bg:#f7fafc;--bg-soft:#eef7f7;--surface:#ffffff;--text:#0f172a;--muted:#5b6b82;--border:#dfe7ef;--primary:#0f172a;--accent:#14b8a6;--accent-dark:#0f9488;--shadow:0 18px 48px rgba(15,23,42,.08);--radius:22px;--max:1180px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--text);background:var(--bg);line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{width:min(var(--max),calc(100% - 32px));margin-inline:auto}.section{padding:84px 0}.section-sm{padding:56px 0}.section-alt{background:var(--bg-soft)}.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;background:rgba(20,184,166,.12);color:#0f766e;font-size:13px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}h1,h2,h3,h4,p,ul{margin:0}h1{font-size:clamp(2.3rem,5vw,4.7rem);line-height:1.02;letter-spacing:-.04em}h2{font-size:clamp(1.8rem,3vw,3rem);line-height:1.08;letter-spacing:-.03em;margin-top:14px}h3{font-size:1.2rem;line-height:1.2;margin-bottom:10px}h4{font-size:1rem;margin-bottom:10px}.lead{font-size:1.08rem;color:var(--muted);max-width:62ch}.muted{color:var(--muted)}.badge-row,.btn-row{display:flex;flex-wrap:wrap;gap:14px}.badge{display:inline-flex;align-items:center;min-height:36px;padding:0 14px;border-radius:999px;background:#fff;border:1px solid var(--border);color:var(--muted);font-size:.9rem;font-weight:700}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 22px;border-radius:999px;font-weight:800;border:1px solid transparent;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--primary);color:#fff;box-shadow:var(--shadow)}.btn-secondary{background:#fff;color:var(--primary);border-color:var(--border)}.btn-accent{background:var(--accent);color:#fff}.site-header{position:sticky;top:0;z-index:30;background:rgba(247,250,252,.86);backdrop-filter:blur(12px);border-bottom:1px solid rgba(223,231,239,.8)}.nav{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:14px;font-weight:800;letter-spacing:-.02em;min-width:0}.brand-logo{width:42px;height:42px;border-radius:14px;border:1px solid var(--border);object-fit:cover;background:#fff;flex:0 0 auto}.brand-text{display:flex;flex-direction:column;line-height:1.1}.brand-text small{font-size:.78rem;color:var(--muted);font-weight:700}.nav-links{display:flex;align-items:center;gap:22px;color:var(--muted);font-weight:700}.nav-links a.active,.footer-links a.active{color:var(--primary)}.menu-toggle{display:none;border:1px solid var(--border);background:#fff;border-radius:12px;min-height:44px;min-width:44px;font-size:1.2rem}.mobile-menu{display:none;padding:0 0 18px}.mobile-menu a{display:block;padding:14px 0;border-top:1px solid var(--border);font-weight:700}.hero{padding:72px 0 56px}.hero-grid,.split-grid,.category-hero,.contact-grid,.cta-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:34px;align-items:center}.page-hero{padding:64px 0 24px}.hero-copy{display:grid;gap:18px}.hero-card,.visual-card,.panel,.cta-band,.card,.legal-card,.contact-card,.slot-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.hero-card{padding:22px}.hero-visual{border-radius:20px;overflow:hidden;display:grid;grid-template-columns:1fr 1fr;gap:16px}.hero-main{grid-column:span 2;display:grid;grid-template-columns:1fr 1.05fr;gap:16px;align-items:stretch}.placeholder-image{width:100%;height:100%;min-height:220px;border-radius:18px;border:1px solid var(--border);object-fit:cover;background:linear-gradient(180deg,#ffffff,#eef7f7)}.placeholder-image.small{min-height:110px}.hero-copy-card,.mini-card{padding:20px;border-radius:18px;border:1px solid var(--border);background:linear-gradient(180deg,#ffffff,#fbffff)}.mini-card h4{margin-top:8px}.section-head{display:grid;gap:14px;max-width:760px;margin-bottom:34px}.grid-2,.grid-3{display:grid;gap:20px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.card{padding:24px;display:flex;flex-direction:column;gap:12px}.card-icon{width:50px;height:50px;display:inline-flex;align-items:center;justify-content:center;border-radius:16px;background:rgba(20,184,166,.12);color:#0f766e;font-size:1.25rem}.category-card .placeholder-image,.slot-card .placeholder-image{margin-bottom:16px}.category-card ul,.slot-card ul,.check-list,.legal-list{padding:0;margin:0;list-style:none;display:grid;gap:10px}.category-card ul li,.slot-card ul li,.check-list li,.legal-list li{display:flex;gap:10px;align-items:flex-start;color:var(--muted)}.category-card ul li::before,.slot-card ul li::before,.check-list li::before,.legal-list li::before{content:"✓";color:var(--accent-dark);font-weight:900;margin-top:1px}.panel,.contact-card,.legal-card,.slot-card{padding:26px}.kicker{color:#0f766e;font-size:.82rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.cta-band{padding:34px;background:linear-gradient(135deg,#0f172a,#102a43 60%,#0f766e 140%);color:#fff}.cta-band .lead,.cta-band .muted{color:rgba(255,255,255,.8)}.footer{padding:48px 0 56px}.footer-inner{display:grid;gap:20px;border-top:1px solid var(--border);padding-top:24px}.footer-top{display:flex;flex-wrap:wrap;justify-content:space-between;gap:20px}.footer-links,.footer-bottom-links{display:flex;flex-wrap:wrap;gap:18px;color:var(--muted);font-weight:700}.footer-copy{color:var(--muted);font-size:.95rem}.contact-list{display:grid;gap:10px}.contact-item{display:flex;flex-wrap:wrap;gap:8px;color:var(--muted)}.contact-label{min-width:96px;font-weight:800;color:var(--text)}.notice{padding:16px 18px;border-radius:16px;background:#fff8e8;border:1px solid #f1d58a;color:#73510f}.legal-card section{display:grid;gap:10px}.category-banner{display:grid;gap:16px}.breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;color:var(--muted);font-size:.95rem}.breadcrumbs a{font-weight:700}.center{text-align:center;align-items:center}.text-center{text-align:center}@media (max-width:980px){.hero-grid,.split-grid,.category-hero,.contact-grid,.cta-grid{grid-template-columns:1fr}.grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-main{grid-template-columns:1fr}}@media (max-width:760px){.section{padding:64px 0}.section-sm{padding:44px 0}.hero{padding:48px 0 24px}.page-hero{padding:48px 0 20px}.grid-2,.grid-3{grid-template-columns:1fr}.nav-links{display:none}.menu-toggle{display:inline-flex;align-items:center;justify-content:center}.mobile-menu.open{display:block}.footer-top{flex-direction:column}}


/* Amazon product cards */
.slot-card{display:flex;flex-direction:column;gap:12px;height:100%}
.slot-card h3{margin:0}.slot-card ul{flex:1}.slot-card .btn-row{margin-top:8px}
.product-tag{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:rgba(20,184,166,.12);color:#0f766e;font-size:.78rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;width:max-content}
.note-panel{background:linear-gradient(180deg,#ffffff,#f8fdfd)}
.note-panel p{margin-top:10px}.disclosure-note{font-size:.95rem;color:var(--muted)}
.slot-card .placeholder-image{height:240px;min-height:240px}
@media (max-width:760px){.slot-card .placeholder-image{height:220px;min-height:220px}}


/* Product card refresh */
#featured-products .grid-3{align-items:stretch}
#featured-products .slot-card{
  display:flex;
  flex-direction:column;
  gap:14px;
  height:100%;
  padding:18px;
  overflow:hidden;
  border-radius:28px;
  background:#fff;
}
#featured-products .slot-card .placeholder-image{
  width:100%;
  height:auto;
  min-height:0;
  aspect-ratio:1 / 1;
  object-fit:contain;
  border-radius:22px;
  border:1px solid var(--border);
  background:#fff;
  padding:16px;
  margin-bottom:2px;
}
#featured-products .slot-card h3{
  margin:0;
  font-size:1.32rem;
  line-height:1.15;
}
#featured-products .slot-card p{margin:0}
#featured-products .slot-card ul{
  flex:1;
  margin-top:2px;
}
#featured-products .slot-card .btn-row{
  margin-top:auto;
}
#featured-products .slot-card .btn{
  width:100%;
}
#featured-products .slot-card .product-tag{
  margin-top:2px;
}
@media (max-width: 1180px){
  #featured-products .grid-3{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width: 760px){
  #featured-products .grid-3{grid-template-columns:1fr;}
  #featured-products .slot-card{padding:16px;border-radius:24px;}
  #featured-products .slot-card .placeholder-image{padding:12px;}
}


/* Product text alignment fix */
#featured-products .grid-3{align-items:start}
#featured-products .slot-card{gap:16px}
#featured-products .slot-card .product-content{
  display:flex;
  flex-direction:column;
  gap:12px;
  flex:1;
  min-width:0;
}
#featured-products .slot-card .product-content > *{margin:0}
#featured-products .slot-card .product-tag{align-self:flex-start}
#featured-products .slot-card ul{margin:0;padding:0;display:grid;gap:10px}
#featured-products .slot-card .btn-row{margin-top:auto;padding-top:4px}
#featured-products .slot-card h3,
#featured-products .slot-card p,
#featured-products .slot-card ul,
#featured-products .slot-card .btn-row{
  width:100%;
}
#featured-products{padding-bottom:72px}
#other-categories{padding-top:28px}
