:root {
  --ink: #111417;
  --muted: #5f676d;
  --paper: #ffffff;
  --surface: #f4f6f5;
  --line: #dce1de;
  --green: #00a63c;
  --green-dark: #06732d;
  --orange: #e84a12;
  --orange-dark: #b8370d;
  --charcoal: #1e2428;
  --radius: 18px;
  --shadow: 0 18px 50px rgba(17, 20, 23, .10);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }

.skip-link {
  position: fixed; left: 1rem; top: -5rem; z-index: 1000;
  padding: .75rem 1rem; background: #fff; border: 2px solid var(--green);
  border-radius: 10px; font-weight: 800;
}
.skip-link:focus { top: 1rem; }

.container { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.narrow { width: min(calc(100% - 2rem), 820px); margin-inline: auto; }

.notice-bar {
  background: var(--charcoal); color: #fff; font-size: .88rem;
}
.notice-bar .container {
  display: flex; align-items: center; justify-content: center; gap: .55rem;
  padding: .55rem 0; text-align: center;
}
.notice-dot { width: .55rem; height: .55rem; border-radius: 50%; background: var(--green); flex: 0 0 auto; }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.96); backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(220,225,222,.9);
}
.header-row { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; }
.brand-mark {
  width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center;
  background: linear-gradient(135deg, var(--green) 0 56%, var(--orange) 56% 100%);
  color: #fff; font-weight: 950; letter-spacing: -.06em; box-shadow: 0 8px 24px rgba(0,166,60,.22);
}
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong { font-size: 1rem; letter-spacing: -.02em; }
.brand-copy span { color: var(--muted); font-size: .74rem; margin-top: .25rem; }

.site-nav { display: flex; align-items: center; gap: .2rem; }
.site-nav a {
  text-decoration: none; padding: .68rem .78rem; border-radius: 10px;
  font-size: .92rem; font-weight: 750; color: #30363a;
}
.site-nav a:hover, .site-nav a[aria-current="page"] { background: var(--surface); color: var(--green-dark); }
.nav-cta { background: var(--green) !important; color: #fff !important; margin-left: .35rem; }
.nav-cta:hover { background: var(--green-dark) !important; }
.menu-button {
  display: none; border: 1px solid var(--line); background: #fff; width: 44px; height: 44px;
  border-radius: 12px; cursor: pointer; padding: 10px;
}
.menu-button span { display: block; height: 2px; margin: 5px 0; background: var(--ink); }

.hero {
  overflow: hidden; position: relative;
  background:
    radial-gradient(circle at 85% 16%, rgba(232,74,18,.16), transparent 31%),
    radial-gradient(circle at 10% 94%, rgba(0,166,60,.13), transparent 30%),
    linear-gradient(180deg, #fbfcfb, #fff);
}
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 3.5rem; min-height: 660px; padding: 5rem 0; }
.eyebrow {
  display: inline-flex; align-items: center; gap: .55rem; color: var(--green-dark); font-weight: 850;
  text-transform: uppercase; letter-spacing: .1em; font-size: .75rem;
}
.eyebrow::before { content: ""; width: 28px; height: 3px; border-radius: 99px; background: var(--orange); }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; margin: 0 0 1rem; }
h1 { font-size: clamp(2.65rem, 6vw, 5.5rem); max-width: 850px; }
h2 { font-size: clamp(2rem, 4vw, 3.4rem); }
h3 { font-size: 1.35rem; }
.lead { font-size: clamp(1.05rem, 1.8vw, 1.28rem); color: var(--muted); max-width: 690px; }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.8rem; }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  min-height: 50px; padding: .82rem 1.15rem; border-radius: 12px;
  font-weight: 850; text-decoration: none; border: 1px solid transparent;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--green); }
.button-primary:hover { background: var(--green-dark); }
.button-secondary { background: #fff; border-color: var(--line); }
.button-secondary:hover { border-color: var(--ink); }
.button-dark { background: var(--charcoal); color: #fff; }
.button-orange { background: var(--orange); color: #fff; }
.button-orange:hover { background: var(--orange-dark); }
.text-link { color: var(--green-dark); font-weight: 850; text-underline-offset: 4px; }

.hero-card {
  position: relative; min-height: 440px; border-radius: 34px; overflow: hidden;
  background: var(--charcoal); box-shadow: var(--shadow); color: #fff;
}
.hero-card::before {
  content: ""; position: absolute; inset: -35% 12% 12% -38%;
  background: var(--orange); transform: rotate(24deg); border-radius: 42%; opacity: .95;
}
.hero-card::after {
  content: ""; position: absolute; width: 250px; height: 250px; right: -55px; bottom: -55px;
  border: 38px solid rgba(255,255,255,.08); border-radius: 50%;
}
.glove-art { position: absolute; inset: 0; display: grid; place-items: center; padding: 3rem; }
.glove-art svg { width: min(92%, 430px); filter: drop-shadow(0 26px 25px rgba(0,0,0,.3)); transform: rotate(-7deg); }
.hero-stamp {
  position: absolute; left: 1.5rem; bottom: 1.5rem; right: 1.5rem;
  background: rgba(255,255,255,.94); color: var(--ink); border-radius: 16px; padding: 1rem 1.1rem;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
.hero-stamp strong { display: block; }
.hero-stamp span { display: block; color: var(--muted); font-size: .84rem; }

.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-item { padding: 1.2rem; text-align: center; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; font-size: .98rem; }
.trust-item span { color: var(--muted); font-size: .82rem; }

.section { padding: 6rem 0; }
.section-soft { background: var(--surface); }
.section-dark { background: var(--charcoal); color: #fff; }
.section-header { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 2.4rem; }
.section-header p { color: var(--muted); max-width: 620px; margin: 0; }
.section-dark .section-header p { color: #bac0c4; }

.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.55rem; box-shadow: 0 10px 28px rgba(17,20,23,.05);
}
.card p { color: var(--muted); margin-bottom: 0; }
.icon-box {
  width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center;
  margin-bottom: 1.1rem; background: #eaf7ee; color: var(--green-dark);
}
.icon-box.orange { background: #fff0ea; color: var(--orange-dark); }
.icon-box.dark { background: #eceeef; color: var(--charcoal); }

.product-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; }
.product-card {
  display: flex; flex-direction: column; min-height: 100%; overflow: hidden;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
}
.product-visual {
  min-height: 180px; display: grid; place-items: center; position: relative; overflow: hidden;
  background: linear-gradient(135deg, #242a2e, #111417); color: #fff;
}
.product-visual.orange { background: linear-gradient(135deg, #ff6a22, #c53b0a); }
.product-visual.grey { background: linear-gradient(135deg, #6c7479, #242a2e); }
.product-visual.green { background: linear-gradient(135deg, #0d9d43, #064e24); }
.product-visual::before { content: ""; width: 130px; height: 130px; border: 24px solid rgba(255,255,255,.08); border-radius: 50%; position: absolute; }
.product-visual svg { width: 92px; position: relative; z-index: 1; }
.product-body { padding: 1.25rem; display: flex; flex-direction: column; flex: 1; }
.product-body p { color: var(--muted); font-size: .93rem; }
.product-body .text-link { margin-top: auto; }
.product-tag { font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 900; color: var(--orange-dark); }

.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 4rem; }
.panel {
  border-radius: 28px; padding: clamp(1.5rem, 4vw, 3.2rem); background: #fff; border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.check-list { list-style: none; padding: 0; margin: 1.4rem 0 0; display: grid; gap: .75rem; }
.check-list li { display: grid; grid-template-columns: 24px 1fr; gap: .7rem; align-items: start; }
.check-list li::before { content: "✓"; width: 22px; height: 22px; border-radius: 50%; background: #eaf7ee; color: var(--green-dark); display: grid; place-items: center; font-weight: 950; font-size: .78rem; margin-top: .12rem; }

.comparison { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
table { border-collapse: collapse; width: 100%; min-width: 700px; }
th, td { padding: 1rem; text-align: left; border-bottom: 1px solid var(--line); }
th { background: var(--surface); font-size: .84rem; text-transform: uppercase; letter-spacing: .06em; }
tr:last-child td { border-bottom: 0; }

.callout {
  border-left: 5px solid var(--orange); background: #fff8f4; border-radius: 0 16px 16px 0;
  padding: 1.25rem 1.4rem; color: #4d2a1d;
}
.disclaimer {
  padding: 1rem; border: 1px solid #f1c4b3; background: #fff8f4; color: #5a2b1b;
  border-radius: 14px; font-size: .88rem;
}

.page-hero { padding: 5.5rem 0 4rem; background: linear-gradient(180deg, var(--surface), #fff); border-bottom: 1px solid var(--line); }
.page-hero h1 { font-size: clamp(2.4rem, 5vw, 4.7rem); }
.breadcrumbs { display: flex; gap: .45rem; flex-wrap: wrap; margin-bottom: 1.2rem; color: var(--muted); font-size: .86rem; }
.breadcrumbs a { color: var(--green-dark); }

.faq { display: grid; gap: .8rem; }
details { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 1rem 1.1rem; }
summary { cursor: pointer; font-weight: 850; }
details p { color: var(--muted); margin-bottom: .25rem; }

.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 1.5rem; }
.contact-cards { display: grid; gap: 1rem; }
.contact-card { padding: 1.25rem; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.contact-card p { margin: .2rem 0 0; color: var(--muted); }
.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { display: grid; gap: .4rem; }
.field.full { grid-column: 1 / -1; }
label { font-weight: 800; font-size: .9rem; }
input, textarea, select { width: 100%; border: 1px solid #cfd6d2; border-radius: 11px; padding: .78rem .85rem; background: #fff; }
input:focus, textarea:focus, select:focus { outline: 3px solid rgba(0,166,60,.16); border-color: var(--green); }
textarea { min-height: 140px; resize: vertical; }
.form-note { font-size: .82rem; color: var(--muted); }

.cta-band { padding: 1.4rem 0; background: linear-gradient(90deg, var(--green-dark), var(--green)); color: #fff; }
.cta-row { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.cta-row p { margin: .15rem 0 0; opacity: .88; }

.site-footer { background: #111417; color: #fff; padding: 4rem 0 1.5rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr .9fr; gap: 2rem; }
.footer-grid h3 { font-size: .95rem; letter-spacing: .02em; }
.footer-grid p, .footer-grid a { color: #b6bdc1; font-size: .9rem; }
.footer-grid a { display: block; margin: .42rem 0; text-decoration: none; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { margin-top: 2.5rem; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.12); color: #91999e; font-size: .78rem; display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }

.badge-row { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1rem; }
.badge { border: 1px solid var(--line); border-radius: 999px; padding: .42rem .72rem; background: #fff; font-weight: 780; font-size: .78rem; }
.muted { color: var(--muted); }
.center { text-align: center; }
.spacer-top { margin-top: 2rem; }

@media (max-width: 980px) {
  .menu-button { display: block; }
  .site-nav {
    display: none; position: absolute; top: 78px; left: 1rem; right: 1rem; padding: .75rem;
    background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow);
    align-items: stretch; flex-direction: column;
  }
  .site-nav.open { display: flex; }
  .nav-cta { margin-left: 0; text-align: center; }
  .hero-grid, .split, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { min-height: auto; padding: 4rem 0; }
  .hero-card { min-height: 380px; }
  .product-grid { grid-template-columns: repeat(2,1fr); }
  .card-grid { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .brand-copy span { display: none; }
  h1 { font-size: 2.7rem; }
  .section { padding: 4.3rem 0; }
  .section-header { align-items: start; flex-direction: column; }
  .product-grid, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border-bottom: 0; }
  .cta-row { align-items: start; flex-direction: column; }
  .hero-stamp { align-items: start; flex-direction: column; }
}
.footer-grid .brand { display: inline-flex; }
