
:root {
  --ink: #10161d;
  --muted: #61707e;
  --line: #dce3e8;
  --paper: #ffffff;
  --soft: #f4f7f8;
  --cream: #fffaf1;
  --brand: #f3a712;
  --brand-bright: #ffbd2f;
  --brand-dark: #c97800;
  --navy: #172533;
  --navy-2: #22394c;
  --navy-3: #0f1a24;
  --radius: 20px;
  --shadow: 0 24px 70px rgba(23,37,51,.13);
  --shadow-soft: 0 10px 34px rgba(23,37,51,.08);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}

body.menu-open { overflow: hidden; }

img, svg { max-width: 100%; }

a {
  color: inherit;
  text-decoration: none;
}

button, input, textarea { font: inherit; }

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background:
    linear-gradient(180deg, rgba(31,48,63,.98), rgba(22,36,48,.97));
  border-bottom: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 10px 34px rgba(10,17,24,.16);
  backdrop-filter: blur(14px);
}

.nav {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-right: auto;
  color: white;
}

.brand-mark {
  width: 47px;
  height: 47px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(145deg, var(--brand-bright), var(--brand));
  color: #1e1a12;
  font-family: Manrope, sans-serif;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(243,167,18,.22);
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.brand-text strong {
  font-family: Manrope, sans-serif;
  font-size: 18px;
  letter-spacing: -.02em;
}

.brand-text strong span,
footer strong span {
  color: var(--brand);
}

.brand-text small {
  color: #aebdca;
  font-size: 12px;
  margin-top: 3px;
}

nav {
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: 14px;
  font-weight: 700;
  color: #d9e2e8;
}

nav a {
  position: relative;
}

nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -8px;
  height: 2px;
  background: var(--brand);
  transition: .2s ease;
}

nav a:hover { color: white; }
nav a:hover::after { right: 0; }

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 12px;
  background: rgba(255,255,255,.06);
  color: white;
  padding: 11px;
}

.menu-toggle > span:not(.sr-only) {
  display: block;
  height: 2px;
  background: currentColor;
  margin: 5px 0;
  border-radius: 2px;
}

/* Buttons */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 12px;
  padding: 15px 22px;
  background: linear-gradient(180deg, var(--brand-bright), var(--brand));
  color: #17120a;
  font-weight: 800;
  cursor: pointer;
  transition: .2s ease;
  box-shadow: 0 10px 28px rgba(243,167,18,.23);
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(243,167,18,.31);
}

.button-small {
  padding: 11px 16px;
  font-size: 14px;
}

.button-ghost {
  background: rgba(255,255,255,.76);
  border: 1px solid #c8d0d7;
  box-shadow: none;
  color: var(--ink);
}

/* Hero */
.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 12%, rgba(243,167,18,.20), transparent 28%),
    radial-gradient(circle at 10% 16%, rgba(34,57,76,.12), transparent 26%),
    linear-gradient(180deg, #f7fafb 0%, #fff9ef 100%);
  padding: 100px 0 82px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .38;
  background-image:
    linear-gradient(rgba(23,37,51,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23,37,51,.04) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black, transparent 88%);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 66px;
  align-items: center;
}

.eyebrow {
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.eyebrow.light { color: #f6c562; }

h1, h2, h3 {
  font-family: Manrope, sans-serif;
  line-height: 1.15;
  margin-top: 0;
}

h1 {
  font-size: clamp(42px, 5.7vw, 70px);
  letter-spacing: -.047em;
  margin-bottom: 24px;
}

h2 {
  font-size: clamp(32px, 4vw, 48px);
  letter-spacing: -.035em;
  margin-bottom: 18px;
}

h3 { font-size: 20px; }

.hero-copy {
  max-width: 760px;
  font-size: 20px;
  color: var(--muted);
  margin-bottom: 30px;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid rgba(23,37,51,.11);
}

.hero-proof strong,
.hero-proof span {
  display: block;
}

.hero-proof strong {
  font-family: Manrope, sans-serif;
  font-size: 15px;
}

.hero-proof span {
  color: var(--muted);
  font-size: 13px;
  margin-top: 3px;
}

/* Illustration */
.hero-visual {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
}

.visual-glow {
  position: absolute;
  width: 410px;
  height: 410px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(243,167,18,.26), rgba(243,167,18,0) 68%);
  filter: blur(10px);
}

.ppe-illustration {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 650px;
}

.floating-badge {
  position: absolute;
  z-index: 3;
  min-width: 180px;
  padding: 14px 17px;
  border-radius: 16px;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(220,227,232,.95);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(10px);
}

.floating-badge strong,
.floating-badge span {
  display: block;
}

.floating-badge strong {
  font-family: Manrope, sans-serif;
  font-size: 14px;
}

.floating-badge span {
  color: var(--muted);
  font-size: 12px;
  margin-top: 3px;
}

.badge-one {
  left: -6px;
  top: 95px;
}

.badge-two {
  right: -6px;
  bottom: 72px;
}

/* Trust */
.trust-strip {
  background: linear-gradient(180deg, var(--navy), var(--navy-3));
  color: white;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
}

.trust-grid div {
  padding: 30px 24px;
  border-right: 1px solid rgba(255,255,255,.11);
}

.trust-grid div:first-child { padding-left: 0; }

.trust-grid strong,
.trust-grid span {
  display: block;
}

.trust-grid span {
  color: #aebcc8;
  font-size: 14px;
  margin-top: 5px;
}

/* Sections */
.section { padding: 98px 0; }

.section-alt { background: var(--soft); }

.section-heading {
  max-width: 790px;
  margin-bottom: 48px;
}

.section-heading.centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-heading p {
  color: var(--muted);
  font-size: 18px;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}

.card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px;
  min-height: 225px;
  background:
    linear-gradient(180deg, #fff, #fbfcfd);
  box-shadow: 0 10px 30px rgba(23,37,51,.05);
  transition: .2s ease;
}

.card::after {
  content: "";
  position: absolute;
  right: -35px;
  bottom: -35px;
  width: 115px;
  height: 115px;
  border-radius: 50%;
  background: rgba(243,167,18,.08);
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 46px rgba(23,37,51,.10);
}

.card-icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 11px;
  background: #fff2cf;
  color: var(--brand-dark);
  font-weight: 800;
  margin-bottom: 24px;
}

.card p {
  position: relative;
  z-index: 1;
  color: var(--muted);
  margin-bottom: 0;
}

/* Industries */
.section-industries {
  background:
    linear-gradient(135deg, #fffaf0 0%, #f7fafb 55%, #fff 100%);
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 18px;
}

.industry-grid article {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 24px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 8px 26px rgba(23,37,51,.04);
}

.industry-dot {
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  margin-top: 7px;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 0 7px rgba(243,167,18,.14);
}

.industry-grid h3 { margin-bottom: 7px; }
.industry-grid p { color: var(--muted); margin: 0; }

/* Steps */
.steps {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 18px;
}

.steps article {
  position: relative;
  background: white;
  border-radius: var(--radius);
  padding: 28px;
  border: 1px solid var(--line);
  box-shadow: 0 8px 24px rgba(23,37,51,.04);
}

.steps article > span {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: linear-gradient(145deg, #fff2cf, #ffe2a0);
  font-family: Manrope, sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: var(--brand-dark);
  margin-bottom: 22px;
}

.steps p { color: var(--muted); }

/* Comparison */
.comparison {
  background:
    radial-gradient(circle at 88% 15%, rgba(243,167,18,.15), transparent 24%),
    white;
}

.comparison-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 80px;
  align-items: center;
}

.comparison-grid > div:first-child p {
  color: var(--muted);
  font-size: 18px;
}

.comparison-list {
  display: grid;
  gap: 14px;
}

.comparison-list > div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  align-items: start;
  padding: 21px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: white;
  box-shadow: 0 8px 26px rgba(23,37,51,.045);
}

.comparison-list > div > span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: #fff2cf;
  color: var(--brand-dark);
  font-weight: 900;
}

.comparison-list strong { font-family: Manrope, sans-serif; }
.comparison-list p { color: var(--muted); margin: 4px 0 0; }

/* Dark why */
.why {
  background:
    radial-gradient(circle at 10% 15%, rgba(243,167,18,.13), transparent 23%),
    linear-gradient(180deg, var(--navy), #1d3142);
  color: white;
}

.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.why-list {
  display: grid;
  gap: 26px;
}

.why-list div {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255,255,255,.14);
}

.why-list strong,
.why-list span { display: block; }

.why-list span {
  color: #b8c6d0;
  margin-top: 6px;
}

/* FAQ */
.faq { background: white; }

.faq-grid {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

details {
  border: 1px solid var(--line);
  border-radius: 15px;
  background: #fff;
  padding: 0 20px;
  box-shadow: 0 7px 22px rgba(23,37,51,.035);
}

summary {
  list-style: none;
  cursor: pointer;
  padding: 19px 36px 19px 0;
  font-family: Manrope, sans-serif;
  font-weight: 700;
  position: relative;
}

summary::-webkit-details-marker { display: none; }

summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 15px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #fff2cf;
  color: var(--brand-dark);
  font-size: 20px;
}

details[open] summary::after { content: "−"; }

details p {
  color: var(--muted);
  margin: 0;
  padding: 0 36px 20px 0;
}

/* Inquiry */
.inquiry {
  background:
    radial-gradient(circle at 12% 16%, rgba(243,167,18,.16), transparent 22%),
    linear-gradient(180deg, #fffaf0, #f7fafb);
}

.inquiry-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 70px;
}

.inquiry-grid > div:first-child > p {
  color: var(--muted);
  font-size: 18px;
}

.contact-box {
  display: grid;
  gap: 7px;
  margin-top: 30px;
  padding: 22px;
  border: 1px solid rgba(220,227,232,.95);
  border-radius: 18px;
  background: rgba(255,255,255,.76);
}

.contact-box strong { font-size: 18px; }
.contact-box span { color: var(--muted); }
.contact-box a { color: var(--brand-dark); font-weight: 700; }

.inquiry-form {
  background: white;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 32px;
  box-shadow: var(--shadow);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

label {
  display: grid;
  gap: 7px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 18px;
}

input, textarea {
  width: 100%;
  border: 1px solid #cbd4dc;
  border-radius: 10px;
  padding: 13px 14px;
  background: white;
  color: var(--ink);
}

input:focus, textarea:focus {
  outline: 2px solid rgba(243,167,18,.28);
  border-color: var(--brand);
}

.file-field {
  border: 1px dashed #b9c4cd;
  padding: 16px;
  border-radius: 12px;
  background: #fcfdfe;
}

.file-field small {
  color: var(--muted);
  font-weight: 400;
}

.consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 400;
}

.consent input {
  width: auto;
  margin-top: 5px;
}

.form-status {
  min-height: 24px;
  color: var(--muted);
}

/* Footer */
footer {
  background: var(--navy-3);
  color: white;
  padding: 38px 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr auto;
  gap: 30px;
  align-items: center;
  font-size: 14px;
}

.footer-grid > div {
  display: grid;
  gap: 4px;
}

.footer-grid strong {
  font-family: Manrope, sans-serif;
  font-size: 18px;
}

.footer-grid small,
.footer-grid span,
.footer-grid a {
  color: #aebbc7;
}

/* Responsive */
@media (max-width: 1040px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .hero-copy-wrap { max-width: 820px; }

  .hero-visual {
    max-width: 760px;
    margin: 0 auto;
    width: 100%;
  }

  .comparison-grid,
  .why-grid,
  .inquiry-grid {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .trust-grid { grid-template-columns: 1fr 1fr; }
  .cards { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }

  .nav-cta { display: none; }

  .menu-toggle { display: block; }

  nav {
    display: none;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 72px;
    padding: 18px;
    border-radius: 16px;
    background: #1b2c3a;
    box-shadow: 0 20px 50px rgba(0,0,0,.28);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  nav.open { display: flex; }

  nav a {
    padding: 13px 10px;
    border-bottom: 1px solid rgba(255,255,255,.08);
  }

  nav a:last-child { border-bottom: 0; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 26px, 1180px); }

  .hero {
    padding: 72px 0 44px;
  }

  h1 { font-size: 42px; }

  .hero-proof {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .hero-visual {
    min-height: 440px;
  }

  .floating-badge {
    min-width: 150px;
    padding: 11px 13px;
  }

  .badge-one { left: 0; top: 60px; }
  .badge-two { right: 0; bottom: 36px; }

  .trust-grid,
  .cards,
  .steps,
  .industry-grid,
  .form-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .trust-grid div {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.12);
    padding-left: 0;
  }

  .section { padding: 72px 0; }

  .inquiry-form { padding: 22px; }

  .footer-grid { align-items: start; }
}

@media (max-width: 480px) {
  .brand-text small { display: none; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 350px; }
  .floating-badge { display: none; }
}

/* Brand assets */
.brand img {
  display: block;
  width: 250px;
  max-height: 58px;
  object-fit: contain;
  object-position: left center;
}

.footer-brand img {
  display: block;
  width: 220px;
  max-height: 54px;
  object-fit: contain;
  object-position: left center;
  margin-bottom: 8px;
}

.honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.response-note {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.submit-button[disabled] {
  opacity: .7;
  cursor: wait;
  transform: none;
}

.form-status.success {
  color: #176b3a;
  background: #edf8f1;
  border: 1px solid #bfe4cc;
  border-radius: 10px;
  padding: 10px 12px;
}

.form-status.error {
  color: #8f2c24;
  background: #fff1ef;
  border: 1px solid #efc5c0;
  border-radius: 10px;
  padding: 10px 12px;
}

@media (max-width: 760px) {
  .brand img { width: 190px; max-height: 48px; }
  .footer-brand img { width: 190px; }
}
