:root{
  --brand-navy:#0b2a4a;
  --brand-red:#c3202f;
  --brand-cream:#f6f8fb;
  --text:#102033;
  --muted:#53657a;
  --radius:14px;
  --shadow:0 14px 32px rgba(11,42,74,.10);
}
*{box-sizing:border-box}
body{
  margin:0;
  font-family:"Segoe UI",Arial,sans-serif;
  color:var(--text);
  background:linear-gradient(180deg,#f4f8fc 0%,#ffffff 22%);
  line-height:1.55;
}
.container{width:min(1140px,calc(100% - 2rem));margin:0 auto}
.section{padding:2.2rem 0}
.section-muted{background:var(--brand-cream)}
.section-intro{color:var(--muted);max-width:75ch}
.grid{display:grid;gap:1rem}
.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.stack-row{display:flex;gap:.6rem;flex-wrap:wrap}

.site-header{
  position:sticky;top:0;z-index:30;
  background:rgba(255,255,255,.94);
  border-bottom:1px solid #dce5ef;
  backdrop-filter:blur(6px);
}
.header-bar{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:1rem}
.brand{display:inline-flex;align-items:center;gap:.55rem;color:var(--brand-navy);text-decoration:none;font-weight:700}
.brand-mark{width:34px;height:34px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:var(--brand-navy);color:#fff}
.menu-inline{list-style:none;margin:0;padding:0;display:flex;gap:.9rem}
.menu-inline li{list-style:none}
.menu-inline a{text-decoration:none;color:#1c324b;font-weight:600}

.skip-link{position:absolute;left:-9999px;top:0}
.skip-link:focus{left:12px;z-index:50;background:#fff;padding:.55rem;border-radius:10px}

.btn{
  display:inline-flex;align-items:center;justify-content:center;
  border-radius:999px;padding:.7rem 1rem;font-weight:700;
  text-decoration:none;border:1px solid transparent
}
.btn-primary{background:var(--brand-red);color:#fff}
.btn-primary:hover{filter:brightness(1.05)}
.btn-ghost{background:#fff;border-color:#ccd9e7;color:var(--brand-navy)}

.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:1rem}
.hero-card{
  background:linear-gradient(140deg,#0d3157,#0a2442);
  color:#fff;border-radius:var(--radius);padding:1.4rem;box-shadow:var(--shadow)
}
.hero-card h1{margin:0 0 .7rem;line-height:1.08;font-size:clamp(1.9rem,3vw,2.7rem)}
.hero-trust{font-size:.92rem;opacity:.95;margin:.9rem 0 0}
.hero-media img,.cover{width:100%;height:auto;display:block}
.hero-points{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;margin:.9rem 0 1rem}
.hero-point{border:1px solid rgba(255,255,255,.22);border-radius:10px;padding:.45rem .55rem;font-size:.86rem}

.card{
  background:#fff;border:1px solid #e4edf6;border-radius:var(--radius);
  box-shadow:0 10px 24px rgba(9,35,60,.07);overflow:hidden
}
.card-body{padding:.9rem}
.card h3{margin:0 0 .45rem;color:var(--brand-navy)}
.card p{margin:.25rem 0 .8rem;color:var(--muted)}
.cover{aspect-ratio:16/10;object-fit:cover;background:#edf2f8}

.trust-chip-row{display:flex;flex-wrap:wrap;gap:.55rem}
.trust-chip{
  display:inline-flex;align-items:center;padding:.5rem .8rem;border-radius:999px;
  border:1px solid #cad6e3;background:#fff;color:#20405d;font-weight:600;font-size:.88rem
}

.site-footer{margin-top:1rem;background:#0b243f;color:#d7e6f6}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:1rem;padding:2rem 0 1.2rem}
.footer-menu{list-style:none;margin:0;padding:0}
.footer-menu li{margin:.35rem 0}
.footer-menu a,.site-footer a{color:#d7e6f6;text-decoration:none}
.footer-bottom{border-top:1px solid rgba(255,255,255,.2);padding:.75rem 0 1rem;font-size:.9rem;color:#b8ccdf}

a:focus-visible,button:focus-visible{outline:3px solid #ffbf00;outline-offset:2px}

.woocommerce ul.products{
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem
}
.products .product.hissezoh-product-card{float:none!important;width:auto!important;margin:0!important}
.product-card-inner{height:100%;display:flex;flex-direction:column;overflow:hidden}
.product-card-media{display:block}
.product-card-title{font-size:1.1rem;line-height:1.35;margin:0}
.product-card-title a{text-decoration:none;color:var(--brand-navy)}
.product-card-desc{color:var(--muted);font-size:.95rem;margin:.4rem 0 .85rem}
.product-card-footer{display:flex;align-items:center;justify-content:space-between;gap:.8rem}
.product-card-footer .price{color:var(--brand-red);font-weight:700}
.product-card-footer .btn{padding:.5rem .85rem}

.hissezoh-single-product-card{
  background:#fff;border:1px solid #e4edf6;border-radius:var(--radius);
  box-shadow:var(--shadow);padding:1rem
}
.hissezoh-single-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:1.1rem;align-items:start}
.hissezoh-single-image{width:100%;height:auto;display:block;border-radius:12px;object-fit:cover}
.hissezoh-single-summary h1{margin-top:0;margin-bottom:.6rem;color:var(--brand-navy)}
.price-wrap{margin:.2rem 0 .8rem}
.price-wrap .price{color:var(--brand-red);font-weight:700;font-size:1.15rem}
.add-to-cart-wrap{margin-top:1rem}
.single-product .single_add_to_cart_button{background:var(--brand-red)!important;border-radius:999px}

@media(max-width:1000px){
  .grid-3,.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}
  .woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:900px){
  .hero-grid,.hissezoh-single-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:640px){
  .grid-3,.grid-4,.woocommerce ul.products{grid-template-columns:1fr}
  .menu-inline{display:none}
  .footer-grid{grid-template-columns:1fr}
  .hero-points{grid-template-columns:1fr}
}
