*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
body{font-family:Arial,Helvetica,sans-serif;font-size:16px;color:#333;background:var(--page,#fbfbf9)}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto}
.nav-search-link:hover{opacity:1}
.nav-account-link:hover{background:rgba(255,255,255,.12)}
.nav-cart-link:hover{background:rgba(255,255,255,.1)}
.promo-bar{background:var(--accent,#1f2327);color:#fff;text-align:center;padding:10px 20px;font-size:.88rem;font-weight:600}
.promo-bar a{color:#fff;text-decoration:underline}
.hero{background:linear-gradient(180deg,#fffefb 0%,#fffefb 30%,#eeece7 100%);
  color:#1a1a1a;padding:60px 20px 0;overflow:hidden}
body{background:#fffefb}
.hero-inner{max-width:1600px;margin:0 auto;display:flex;flex-direction:column;align-items:center}
.hero-text{text-align:center;max-width:840px;margin-bottom:40px}
.hero-text p{max-width:700px;margin-left:auto;margin-right:auto}
@media(max-width:640px){
  .hero h1{font-size:3.744rem;margin-top:-30px;color:#e00}
  .hero p{font-size:1.875rem;line-height:1.485}
  .hero .sj-one.sj-stacked .sj-drop img{
    max-width:calc(100% + 20px);
    width:calc(100% + 20px);
    margin-left:-10px;
    margin-right:-10px;
  }
}
@media(max-width:767px){
  .hero p{margin-bottom:8px}
  .sj-one.sj-stacked .sj-drop{padding-left:8px;padding-right:8px}
}
.hero .sj-cell{margin-bottom:0;width:100%}
.svc{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:stretch;
  max-width:840px;margin:28px auto 0;text-align:left}
.svc-cell{display:flex;flex-direction:column;gap:10px;padding:24px;
  border:1px solid #e8e8e8;border-radius:12px;background:#fff;color:inherit;
  text-decoration:none;transition:border-color .15s ease,box-shadow .15s ease}
.svc-cell:hover{border-color:#d3d7dc;box-shadow:0 6px 20px rgba(24,28,33,.07)}
.svc-ico{color:var(--accent,#1f2327);opacity:.9}
.svc-ico svg{width:40px;height:40px;display:block}
.svc-cell h3{margin:0;font-size:1.12rem;font-weight:700;color:#111}
.svc-cell p{margin:0;font-size:.92rem;line-height:1.55;color:#555}
.svc-go{margin-top:auto;padding-top:6px;font-size:.88rem;font-weight:700;
  color:var(--accent,#1f2327)}
@media(max-width:1023px){
  .svc{grid-template-columns:1fr}
}
.hero .sj-one.sj-stacked .sj-drop img{margin-top:-10px}
.hx{display:grid;grid-template-columns:1fr;gap:20px;width:100%;
  max-width:var(--content-max,1500px);padding:0 var(--chrome-gutter,28px);
  margin:0 auto 44px;box-sizing:border-box;align-items:stretch}
.hx-l,.hx-r{min-width:0;display:flex}
@media(max-width:900px){
}
@media(max-width:520px){
}
.hx-l>*,.hx-r>*{width:100%}
.hero h1{font-size:clamp(1.6rem,3.2vw,2.6rem);font-weight:400;line-height:1.2;margin-bottom:16px;color:#111}
.hero h1 b{font-weight:800}
.hero p{font-size:1rem;color:#555;margin-bottom:28px;line-height:1.65}
.gx{max-width:var(--content-max,1500px);
  padding:0 var(--chrome-gutter,28px);
  margin:0 auto 44px;text-align:left;box-sizing:border-box;width:100%}
.gx .gx-save{display:flex;width:fit-content;margin:0 auto 26px;
  min-height:37px;text-decoration:none}
.gx-counter{display:flex;flex-direction:column;align-items:center;justify-content:center;
            gap:2px;margin:0 auto 14px;padding:14px 20px;max-width:340px;
            border:1px solid #eee;border-radius:10px;background:#fff}
.gx-counter-num{font-size:2.1rem;font-weight:600;color:#39424b;line-height:1;
                font-variant-numeric:tabular-nums}
.gx-counter-u{font-size:1rem;font-weight:500;color:#9aa2ab;margin-left:2px}
.gx-counter-of{font-size:.78rem;color:#8a9099;text-align:center}
@media (prefers-reduced-motion:reduce){.gx-counter{transition:none}}
.gx .gx-signin{margin:-14px 0 26px;text-align:center;font-size:.82rem;
  color:#6b747d;line-height:1.5}
.gx .gx-signin a{color:var(--accent,#1f2327);font-weight:700}
.gx-held{border:1px solid #f0dba6;border-radius:8px;background:#fffaf0;
  padding:13px 16px;margin-bottom:16px;font-size:.87rem;line-height:1.5;
  color:#4a4032}
.gx-held b{color:#3d3527}
.btn-hero{display:inline-block;background:var(--accent,#1f2327);color:#fff;padding:13px 34px;border-radius:4px;font-size:1rem;font-weight:700;letter-spacing:.02em;margin-right:12px}
.btn-hero:hover{background:var(--accent-hover,#33383d)}
.btn-hero-outline{display:inline-block;border:2px solid #333;color:#333;padding:11px 26px;border-radius:4px;font-size:.95rem;font-weight:600}
.btn-hero-outline:hover{background:#333;color:#fff}
@media(max-width:640px){
  .btn-hero-outline{margin-top:10px}
}
.btn-cat{display:inline-block;background:var(--accent,#1f2327);color:#fff;padding:8px 18px;border-radius:4px;font-size:.85rem;font-weight:600;align-self:flex-start}
.btn-cat:hover{background:var(--accent-hover,#33383d)}
.features{background:var(--surface,#f7f6f2);padding:60px 20px}
.features-inner{max-width:1100px;margin:0 auto}
.features h2{text-align:center;font-size:1.5rem;font-weight:700;color:#111;margin-bottom:40px}
.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.feature{text-align:center}
.feature-icon{width:80px;height:80px;margin:0 auto 16px;display:flex;align-items:center;justify-content:center}
.feature-icon img{width:80px;height:80px;object-fit:contain}
.feature h3{font-size:1rem;font-weight:700;color:#111;margin-bottom:8px}
.feature-intro{font-size:.85rem;color:#666;line-height:1.5;margin-bottom:12px}
.feature ul{list-style:none;padding:0}
.feature ul li{font-size:.88rem;color:#555;padding:4px 0;border-bottom:1px solid #f0f0f0}
.feature ul li:last-child{border:none}
.features-cta{text-align:center;margin-top:36px;display:flex;justify-content:center;gap:16px;flex-wrap:wrap}
.btn-outline{padding:10px 24px;border:2px solid var(--accent,#1f2327);color:var(--accent,#1f2327);border-radius:4px;font-size:.9rem;font-weight:600}
.btn-outline:hover{background:var(--accent,#1f2327);color:#fff}
.tools-section{max-width:1200px;margin:0 auto;padding:60px 20px}
.tools-section h2{font-size:1.4rem;font-weight:700;color:#111;margin-bottom:8px}
.tools-section .subtitle{font-size:.9rem;color:#777;margin-bottom:32px}
.tools-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2px;background:var(--surface-2,#eeece7)}
.tool-card{background:#fff;padding:24px 16px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;cursor:pointer;transition:background .15s}
.tool-card:hover{background:var(--accent-tint,#f2f3f5)}
.tool-card-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center}
.tool-card-icon img{width:64px;height:64px;object-fit:contain}
.tool-card h4{font-size:.85rem;font-weight:700;color:#111;line-height:1.3}
.tool-card p{font-size:.75rem;color:#777;line-height:1.5}
.reviews-section{background:#fff;padding:52px 20px;border-top:1px solid #f0f0f0}
.reviews-inner{max-width:860px;margin:0 auto;text-align:center}
.reviews-inner h2{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:32px}
.reviews-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.review-card{background:var(--surface,#f7f6f2);border:1px solid #efefef;border-radius:10px;padding:28px 24px;text-align:left}
.review-stars{color:#f5a623;font-size:1.1rem;letter-spacing:2px;margin-bottom:12px}
.review-text{font-size:.95rem;line-height:1.65;color:#444;margin:0 0 14px;font-style:italic}
.review-author{font-size:.85rem;font-weight:600;color:#888}
@media(max-width:600px){.reviews-grid{grid-template-columns:1fr}}
.extra-section{background:#1f2327;padding:50px 20px}
.extra-inner{max-width:1100px;margin:0 auto}
.extra-inner h2{color:#fff;font-size:1.3rem;font-weight:700;margin-bottom:28px}
.extra-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.extra-card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:20px;display:flex;flex-direction:column;gap:6px;transition:background .2s}
.extra-card:hover{background:rgba(255,255,255,.1)}
.extra-card h4{color:#fff;font-size:.9rem;font-weight:700}
.extra-card p{color:#9ca3af;font-size:.8rem;line-height:1.5}
.extra-card .arrow{color:var(--accent,#1f2327);font-size:.8rem;font-weight:700;margin-top:4px}
footer{background:#111;color:#888;padding:48px 20px 24px}
.footer-inner{max-width:1200px;margin:0 auto}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px}
.footer-col h5{color:#fff;font-size:.85rem;font-weight:700;margin-bottom:14px;text-transform:uppercase;letter-spacing:.06em}
.footer-col ul{list-style:none;padding:0}
.footer-col ul li{margin-bottom:8px}
.footer-col ul li a{color:#888;font-size:.83rem}
.footer-col ul li a:hover{color:#fff}
.footer-logo{margin-bottom:14px}
.footer-logo img{height:26px;opacity:.8}
.footer-tagline{font-size:.82rem;line-height:1.6;margin-bottom:16px}
.footer-social{display:flex;gap:12px;margin-top:8px}
.footer-social a{color:#888;font-size:.82rem}
.footer-social a:hover{color:#fff}
.footer-bottom{border-top:1px solid #222;padding-top:20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px;font-size:.78rem}
.footer-bottom a{color:#666}
.footer-bottom a:hover{color:#fff}
@media(max-width:1024px){.tools-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1fr 1fr 1fr}}
@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:768px){.features-grid{grid-template-columns:1fr}.extra-grid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.tools-grid{grid-template-columns:repeat(2,1fr)}.extra-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}}
