:root {
  --blue-950: #08133f;
  --blue-900: #101a4a;
  --blue-800: #17245f;
  --blue-600: #0877c9;
  --blue-100: #eaf7ff;
  --blue-50: #f6fbff;
  --line: #cfe7f6;
  --line-soft: #e2f0f8;
  --text: #172033;
  --muted: #667386;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(16, 26, 74, 0.09);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: Inter, Manrope, "Plus Jakarta Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.page-shell {
  min-height: 100vh;
  padding: 0;
}

.notice-card {
  width: min(1180px, 100%);
  margin: 0 auto;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.topbar {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px clamp(18px, 4vw, 42px);
  border-bottom: 1px solid var(--line-soft);
  background: transparent;
}

.onze-logo {
  width: clamp(142px, 16vw, 198px);
  height: auto;
}

.status-pill {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--blue-800);
  background: var(--blue-50);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
  white-space: nowrap;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.48fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  padding: clamp(24px, 4.5vw, 52px) clamp(18px, 5vw, 58px) clamp(28px, 4.5vw, 54px);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 680px;
  margin-bottom: 14px;
  color: var(--blue-950);
  font-size: clamp(38px, 5.7vw, 68px);
  line-height: 1;
  letter-spacing: 0;
  text-wrap: balance;
}

.lead {
  max-width: 650px;
  margin-bottom: 0;
  color: #334056;
  font-size: clamp(17px, 1.65vw, 20px);
  line-height: 1.45;
}

.brand-panel {
  display: grid;
  gap: 14px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(246, 251, 255, 0.9));
}

.brand-card {
  display: flex;
  min-height: 96px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line-soft);
  border-radius: 14px;
  background: var(--white);
}

.brand-card img {
  width: 124px;
  height: auto;
}

.rust-card img {
  width: 132px;
}

.commercial-section {
  padding: clamp(22px, 3.5vw, 34px) clamp(18px, 5vw, 58px) clamp(26px, 3.5vw, 38px);
  border-top: 1px solid var(--line-soft);
  background: var(--white);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(280px, 0.58fr);
  gap: 24px;
  align-items: end;
  margin-bottom: 16px;
}

h2 {
  margin-bottom: 0;
  color: var(--blue-950);
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.05;
}

.section-heading p {
  max-width: 560px;
  margin-bottom: 3px;
  color: #4a5668;
  font-size: 14.5px;
  line-height: 1.42;
}

.commercial-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.commercial-card {
  display: grid;
  min-height: 240px;
  align-content: start;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
  box-shadow: 0 12px 28px rgba(16, 26, 74, 0.045);
}

.commercial-card span {
  width: fit-content;
  margin-bottom: 14px;
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--blue-800);
  background: var(--blue-100);
  font-size: 11.5px;
  font-weight: 900;
}

.commercial-card h3 {
  margin-bottom: 10px;
  color: var(--blue-950);
  font-size: 32px;
  line-height: 1;
}

.commercial-card p {
  margin-bottom: 18px;
  color: #4a5668;
  font-size: 14.5px;
  line-height: 1.42;
}

.commercial-card a:not(.button) {
  margin-top: auto;
  color: var(--blue-900);
  font-size: 11.5px;
  font-weight: 800;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.footer {
  display: block;
  align-items: center;
  padding: 10px clamp(18px, 5vw, 58px);
  border-top: 1px solid var(--line-soft);
  text-align: center;
}

.footer p {
  margin: 0;
  color: var(--muted);
  font-size: 11.5px;
}

.footer a {
  color: var(--blue-800);
  font-weight: 850;
  text-decoration: none;
}

@media (max-width: 1020px) {
  .hero-grid,
  .section-heading {
    grid-template-columns: 1fr;
  }

  .commercial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  body {
    background: #ffffff;
  }

  .page-shell {
    padding: 0;
  }

  .notice-card {
    min-height: 100vh;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .topbar {
    min-height: 76px;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding: 14px 18px;
  }

  .onze-logo {
    width: 150px;
  }

  .status-pill {
    min-height: 28px;
    font-size: 11px;
  }

  .hero-grid {
    gap: 24px;
    padding: 34px 18px 30px;
  }

  h1 {
    max-width: 330px;
    font-size: clamp(36px, 12vw, 48px);
    line-height: 1;
  }

  .lead {
    max-width: 320px;
    margin-bottom: 22px;
    font-size: 16px;
    line-height: 1.48;
  }

  .brand-panel {
    gap: 9px;
    padding: 12px;
    border-radius: 14px;
  }

  .brand-card {
    min-height: 76px;
  }

  .brand-card img {
    width: 112px;
  }

  .rust-card img {
    width: 118px;
  }

  .commercial-section {
    padding: 34px 18px;
  }

  .section-heading {
    gap: 10px;
    margin-bottom: 20px;
  }

  h2 {
    max-width: 320px;
    font-size: 30px;
  }

  .section-heading p {
    max-width: 320px;
    font-size: 14.5px;
  }

  .commercial-grid {
    grid-template-columns: 1fr;
  }

  .commercial-card {
    min-height: auto;
    padding: 16px;
  }

  .commercial-card h3 {
    font-size: 26px;
  }

  .footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
