:root {
  --blue-950: #071426;
  --blue-900: #10233f;
  --blue-800: #172f55;
  --anthracite: #1c2d36;
  --text: #1b2730;
  --muted: #61707c;
  --line: #dbe3ea;
  --surface: #ffffff;
  --surface-soft: #f4f7f9;
  --gold: #d7ab05;
  --gold-soft: #f0c53a;
  --shadow: 0 22px 60px rgba(7, 20, 38, 0.13);
  --radius: 8px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  background: var(--surface);
}

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

[hidden] {
  display: none !important;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.container {
  width: min(100% - 32px, var(--container));
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: 12px;
  z-index: 1000;
  padding: 10px 14px;
  color: var(--blue-950);
  background: var(--gold);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(219, 227, 234, 0.86);
  backdrop-filter: blur(14px);
}

.topbar {
  color: #dfe8ef;
  background: var(--blue-950);
  font-size: 0.88rem;
}

.topbar__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  justify-content: center;
  padding-block: 8px;
}

.topbar a {
  text-decoration: none;
}

.navbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  gap: 18px;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
  text-decoration: none;
  min-width: 0;
}

.logo__mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  color: var(--blue-950);
  background: linear-gradient(135deg, var(--gold), var(--gold-soft));
  border-radius: var(--radius);
  font-weight: 800;
}

.logo__mark--image {
  padding: 5px;
  background: #ffffff;
  border: 1px solid rgba(219, 227, 234, 0.95);
}

.logo__mark--image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.logo strong,
.logo small {
  display: block;
}

.logo strong {
  color: var(--blue-900);
  line-height: 1.1;
  max-width: min(48vw, 190px);
  font-size: clamp(0.9rem, 3.8vw, 1.08rem);
}

.logo small {
  color: var(--muted);
  font-size: 0.78rem;
}

.menu-toggle {
  display: inline-grid;
  gap: 5px;
  width: 46px;
  height: 46px;
  padding: 12px;
  background: var(--surface-soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  cursor: pointer;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--blue-900);
}

.nav-panel {
  position: absolute;
  inset: calc(100% + 1px) 16px auto 16px;
  display: none;
  padding: 18px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.nav-panel.is-open {
  display: block;
}

.nav-list {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 0 0 16px;
  list-style: none;
}

.nav-list a {
  display: block;
  padding: 10px 4px;
  color: var(--blue-900);
  text-decoration: none;
  font-weight: 700;
  white-space: nowrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn--primary {
  color: var(--blue-950);
  background: var(--gold);
}

.btn--primary:hover {
  background: #e2b957;
}

.btn--secondary {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.4);
}

.btn--full {
  width: 100%;
}

.section {
  padding-block: 72px;
}

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

.section-dark {
  color: #ffffff;
  background: var(--blue-950);
}

.hero {
  position: relative;
  min-height: 680px;
  display: grid;
  align-items: center;
  overflow: hidden;
}

.hero__media {
  position: absolute;
  inset: 0;
}

.hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 20, 38, 0.96), rgba(7, 20, 38, 0.74) 44%, rgba(7, 20, 38, 0.28)),
    linear-gradient(0deg, rgba(7, 20, 38, 0.7), transparent 45%);
}

.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__content {
  position: relative;
  z-index: 1;
  max-width: var(--container);
  padding-block: 98px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.split h2,
.contact-copy h2,
.legal-section h2 {
  margin: 0;
  color: inherit;
  line-height: 1.08;
}

.hero h1 {
  max-width: 820px;
  font-size: clamp(2.35rem, 8vw, 5.25rem);
}

.hero__lead {
  max-width: 680px;
  margin: 22px 0 0;
  color: #e9eef4;
  font-size: 1.16rem;
}

.button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.hero__contact {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 22px;
  color: #dfe8ef;
  font-weight: 800;
}

.hero__contact a {
  text-decoration-color: rgba(213, 168, 70, 0.8);
  text-underline-offset: 5px;
}

.trust-strip {
  color: #ffffff;
  background: var(--blue-900);
}

.trust-strip__inner {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-block: 16px;
  scrollbar-width: thin;
}

.trust-strip span {
  flex: 0 0 auto;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #eef4f8;
  font-weight: 700;
  font-size: 0.9rem;
}

.intro-band {
  padding-block: 34px;
  background: #ffffff;
}

.intro-grid {
  display: grid;
  gap: 14px;
}

.intro-grid article {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #ffffff, #f7fafb);
}

.intro-grid span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 900;
}

.intro-grid h2 {
  margin: 0 0 8px;
  color: var(--blue-900);
  font-size: 1.25rem;
  line-height: 1.2;
}

.intro-grid p {
  margin: 0;
  color: var(--muted);
}

.split,
.contact-layout,
.legal-grid {
  display: grid;
  gap: 36px;
}

.split__content p,
.section-heading p,
.contact-copy p,
.legal-section p {
  color: var(--muted);
}

.split h2,
.section-heading h2,
.contact-copy h2,
.legal-section h2 {
  color: var(--blue-900);
  font-size: clamp(2rem, 5vw, 3.2rem);
}

.values-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.values-grid span {
  padding: 10px 12px;
  color: var(--blue-900);
  background: var(--surface-soft);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 800;
}

.image-frame {
  margin: 0;
}

.master-card,
.location-visual {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.master-card {
  overflow: hidden;
  align-self: stretch;
  background: var(--surface);
  border: 1px solid var(--line);
}

.master-card img {
  width: 100%;
  max-height: 280px;
  object-fit: contain;
  padding: 24px;
  background: #ffffff;
}

.master-card .brand-logo-full {
  max-height: 190px;
  padding-bottom: 12px;
}

.master-card .master-seal {
  max-height: 190px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.master-card div {
  padding: 24px;
  background: var(--blue-900);
}

.master-card h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 1.45rem;
  line-height: 1.2;
}

.master-card p:not(.eyebrow) {
  margin: 0;
  color: #dfe8ef;
}

.image-frame figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.92rem;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.card-grid {
  display: grid;
  gap: 18px;
}

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

.service-card,
.benefit-list article,
.contact-form {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.service-card {
  padding: 24px;
  min-height: 100%;
}

.icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  color: var(--blue-950);
  background: linear-gradient(135deg, var(--gold), var(--gold-soft));
  border-radius: var(--radius);
}

.icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.service-card h3,
.benefit-list h3,
.site-footer h2 {
  margin: 0 0 10px;
  color: var(--blue-900);
  line-height: 1.25;
}

.service-card p,
.benefit-list p {
  margin: 0 0 18px;
  color: var(--muted);
}

.text-link {
  color: var(--blue-900);
  font-weight: 900;
  text-decoration-color: var(--gold);
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
}

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

.benefit-list article {
  padding: 22px;
  border-left: 4px solid var(--gold);
}

.contact-facts {
  display: grid;
  gap: 8px;
  margin: 24px 0;
}

.contact-facts p {
  margin: 0;
}

.download-list {
  display: grid;
  gap: 12px;
}

.download-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  color: var(--blue-900);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-weight: 900;
  text-decoration: none;
}

.download-list a::after {
  content: "PDF";
  flex: 0 0 auto;
  padding: 4px 8px;
  color: #ffffff;
  background: var(--gold);
  border-radius: 999px;
  font-size: 0.72rem;
}

.location-card {
  display: grid;
  gap: 14px;
}

.location-visual {
  width: 100%;
  border: 1px solid var(--line);
}

.btn--location {
  justify-self: start;
  color: #ffffff;
  background: var(--blue-900);
  border-color: var(--blue-900);
}

.btn--location:hover {
  background: var(--blue-800);
}

.contact-form {
  padding: 22px;
  align-self: start;
}

.form-row {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}

.form-row label,
.checkbox-row {
  color: var(--blue-900);
  font-weight: 800;
}

.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  padding: 13px 14px;
  color: var(--text);
  background: #ffffff;
  border: 1px solid #c9d4de;
  border-radius: var(--radius);
}

.form-row textarea {
  resize: vertical;
}

.checkbox-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: start;
  margin-bottom: 18px;
  font-size: 0.92rem;
}

.checkbox-row input {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  accent-color: var(--blue-900);
}

.privacy-hint {
  margin: -4px 0 18px;
  padding: 12px 14px;
  color: var(--muted);
  background: var(--surface-soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-size: 0.92rem;
}

.privacy-hint strong {
  color: var(--blue-900);
}

.form-status {
  min-height: 24px;
  margin: 0 0 12px;
  color: var(--gold);
  font-weight: 800;
}

.form-status.is-error {
  color: #a93226;
}

.legal-section {
  border-top: 1px solid var(--line);
}

.legal-section article {
  min-width: 0;
}

.legal-section a,
.privacy-policy a {
  color: var(--blue-900);
  font-weight: 800;
  text-decoration-color: var(--gold);
  text-underline-offset: 4px;
}

.privacy-policy h3 {
  margin: 24px 0 8px;
  color: var(--blue-900);
  font-size: 1.05rem;
  line-height: 1.3;
}

.privacy-policy p {
  margin-block: 0 12px;
}

.legal-section--compact {
  padding-top: 30px;
  border-top: 0;
}

.credits-list {
  display: grid;
  gap: 10px;
  padding-left: 20px;
  margin: 0;
  color: var(--muted);
}

.credits-list strong {
  color: var(--blue-900);
}

.credits-list a {
  color: var(--blue-900);
  font-weight: 800;
  text-decoration-color: var(--gold);
  text-underline-offset: 4px;
}

.site-footer {
  padding-block: 48px 22px;
  color: #dfe8ef;
  background: var(--blue-950);
}

.footer-grid {
  display: grid;
  gap: 28px;
}

.logo--footer strong,
.site-footer h2 {
  color: #ffffff;
}

.logo--footer .logo__mark--image {
  border-color: rgba(255, 255, 255, 0.22);
}

.site-footer h2 {
  font-size: 1rem;
}

.site-footer p,
.site-footer a,
.site-footer small {
  color: #c7d2dc;
}

.site-footer ul {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-footer a {
  text-decoration: none;
}

.footer-bottom {
  padding-top: 28px;
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.cookie-banner {
  position: fixed;
  right: 16px;
  bottom: 16px;
  left: 16px;
  z-index: 80;
  display: grid;
  gap: 14px;
  padding: 18px;
  color: var(--text);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.cookie-banner[hidden] {
  display: none !important;
}

.cookie-banner p {
  margin: 6px 0 0;
  color: var(--muted);
}

.cookie-banner a {
  color: var(--blue-900);
  font-weight: 800;
  text-decoration-color: var(--gold);
  text-underline-offset: 4px;
}

@media (min-width: 620px) {
  .logo strong {
    max-width: none;
    white-space: nowrap;
  }

  .intro-grid,
  .service-grid,
  .benefit-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cookie-banner {
    left: auto;
    grid-template-columns: 1fr auto;
    align-items: center;
    max-width: 680px;
  }
}

@media (min-width: 1080px) {
  .topbar__inner {
    justify-content: flex-end;
  }

  .menu-toggle {
    display: none;
  }

  .nav-panel {
    position: static;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
  }

  .nav-list {
    display: flex;
    align-items: center;
    gap: 0;
    margin: 0;
  }

  .nav-list a {
    padding: 10px 7px;
    font-size: 0.9rem;
  }

  .nav-cta {
    white-space: nowrap;
  }

  .split,
  .contact-layout,
  .legal-grid {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

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

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

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

  .benefit-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .contact-form {
    padding: 30px;
  }

  .footer-grid {
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
  }
}

@media (min-width: 1120px) {
  .nav-list a {
    padding-inline: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
