@font-face {
  font-family: "Myriad Pro";
  src: url("assets/fonts/myriadpro-regular.woff") format("woff");
  font-weight: 400;
}

@font-face {
  font-family: "Myriad Pro";
  src: url("assets/fonts/myriadpro-semibold.woff") format("woff");
  font-weight: 700;
}

:root {
  --orange: #e77817;
  --orange-dark: #bb5f11;
  --ink: #242322;
  --graphite: #605d5c;
  --grey: #838281;
  --line: #e5e5e3;
  --soft: #f6f6f5;
  --white: #ffffff;
  --radius: 8px;
  --shadow: 0 24px 70px rgba(36, 35, 34, 0.13);
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: "Myriad Pro", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  letter-spacing: 0;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.top-strip,
.nav-shell,
.hero,
.trust-band,
.section,
.page-hero,
.site-footer {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.top-strip {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  color: var(--graphite);
  font-size: 13px;
  text-transform: uppercase;
}

.lang-switch {
  display: inline-flex;
  gap: 4px;
  padding-left: 10px;
  border-left: 1px solid var(--line);
}

.lang-switch button {
  border: 0;
  padding: 4px 7px;
  color: var(--graphite);
  background: transparent;
  border-radius: 4px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.lang-switch button.active {
  color: var(--white);
  background: var(--orange);
}

.nav-shell {
  position: relative;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.brand img { width: 170px; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 4px;
  background: linear-gradient(180deg, #eeeeec, #d8d8d6);
  border-radius: var(--radius);
}

.nav-links a {
  padding: 13px 16px;
  color: var(--graphite);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 6px;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--orange);
  background: rgba(255, 255, 255, 0.72);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 6px;
  padding: 11px;
}

.nav-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--graphite);
}

.hero {
  position: relative;
  min-height: 660px;
  margin-top: 42px;
  display: grid;
  align-items: stretch;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--ink);
}

.hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(20, 19, 18, 0.94), rgba(20, 19, 18, 0.62) 38%, rgba(20, 19, 18, 0.2)),
    url("assets/images/hero-security-it.png") center right / cover no-repeat;
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(670px, 100%);
  padding: clamp(36px, 7vw, 76px);
  align-self: center;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--orange);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

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

h1, h2, h3 {
  overflow-wrap: anywhere;
}

.hero h1,
.page-hero h1 {
  margin-bottom: 22px;
  font-size: clamp(44px, 6vw, 76px);
  line-height: 0.96;
  font-weight: 700;
}

.hero h1,
.hero p { color: var(--white); }

.hero p:not(.eyebrow),
.page-hero p:not(.eyebrow) {
  max-width: 650px;
  font-size: 21px;
  line-height: 1.45;
}

.hero p:not(.eyebrow) { color: rgba(255,255,255,0.78); }
.page-hero p:not(.eyebrow) { color: var(--graphite); }

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 700;
  text-transform: uppercase;
}

.button.primary {
  color: var(--white);
  background: var(--orange);
  box-shadow: 0 10px 24px rgba(231, 120, 23, 0.26);
}

.button.secondary {
  color: var(--white);
  border-color: rgba(255,255,255,0.32);
  background: rgba(255,255,255,0.08);
}

.page-hero {
  padding: 82px 0 36px;
}

.trust-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 28px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.trust-band div {
  min-height: 126px;
  padding: 24px 26px;
  background: var(--soft);
}

.trust-band span,
.feature-card span,
.proof-grid span {
  display: block;
  margin-bottom: 10px;
  color: var(--orange);
  font-weight: 700;
  text-transform: uppercase;
}

.trust-band strong {
  color: var(--graphite);
  font-size: 20px;
}

.section { padding: 70px 0; }

.intro-grid,
.split-layout,
.contact-panel {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: start;
}

.intro-grid h2,
.text-panel h2 {
  margin-bottom: 0;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.04;
}

.text-panel,
.service-list,
.contact-note {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--soft);
}

.text-panel.dark {
  color: var(--white);
  background:
    linear-gradient(130deg, rgba(231,120,23,0.84), rgba(36,35,34,0.96)),
    url("assets/images/brand-mark-bg.png") center / cover;
}

.text-panel p,
.contact-note p {
  color: var(--graphite);
  font-size: 18px;
  line-height: 1.58;
}

.contact-details {
  margin: 26px 0 0;
  display: grid;
  gap: 12px;
}

.contact-details div {
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.contact-details dt {
  margin-bottom: 4px;
  color: var(--orange);
  font-weight: 700;
  text-transform: uppercase;
}

.contact-details dd {
  margin: 0;
  color: var(--graphite);
  font-size: 18px;
  line-height: 1.35;
}

.contact-details a {
  color: inherit;
  font-weight: 700;
}

.text-panel.dark p { color: rgba(255,255,255,0.82); }

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

.card-grid.three { grid-template-columns: repeat(3, 1fr); }
.card-grid.four { grid-template-columns: repeat(4, 1fr); }

.feature-card {
  min-height: 280px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 12px 28px rgba(36, 35, 34, 0.05);
}

.feature-card.accent {
  color: var(--white);
  background: linear-gradient(145deg, var(--orange), #3a3735);
}

.feature-card.accent span,
.feature-card.accent p { color: rgba(255,255,255,0.78); }

.feature-card h3 {
  margin: auto 0 12px;
  font-size: 26px;
  line-height: 1.05;
}

.feature-card p {
  margin-bottom: 0;
  color: var(--graphite);
  line-height: 1.5;
}

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

.proof-grid div {
  min-height: 140px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 12px 28px rgba(36, 35, 34, 0.05);
}

.proof-grid strong {
  color: var(--graphite);
  font-size: 24px;
  line-height: 1.08;
}

.service-list {
  display: grid;
  gap: 0;
}

.service-list div {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 58px;
  padding: 12px 0;
  color: var(--graphite);
  font-size: 18px;
  border-bottom: 1px solid var(--line);
}

.service-list div:last-child { border-bottom: 0; }
.service-list em { font-style: normal; }
.service-list span {
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  border-radius: 50%;
  background: var(--orange);
}

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

.partner-grid div {
  min-height: 150px;
  padding: 20px;
  display: flex;
  align-items: flex-end;
  color: var(--graphite);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.18;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #ffffff, var(--soft));
}

.partner-more-wrap {
  width: min(1160px, calc(100% - 40px));
  margin: -46px auto 70px;
}

.partner-more {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  color: var(--graphite);
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff, var(--soft));
}

.contact-panel {
  padding-top: 30px;
}

.contact-form {
  display: grid;
  gap: 14px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--soft);
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--graphite);
  font-weight: 700;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 13px 14px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid rgba(231, 120, 23, 0.28);
  border-color: var(--orange);
}

.site-footer {
  padding: 30px 0 42px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 20px;
  align-items: center;
  color: var(--graphite);
  border-top: 1px solid var(--line);
}

.site-footer img { width: 112px; }
.site-footer strong,
.site-footer span { display: block; }
.site-footer a {
  color: var(--orange);
  font-weight: 700;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
}

.legal-panel {
  display: grid;
  gap: 14px;
}

.legal-panel article {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--soft);
}

.legal-panel h2 {
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 24px;
}

.legal-panel p {
  margin-bottom: 0;
  color: var(--graphite);
  font-size: 18px;
  line-height: 1.58;
}

@media (max-width: 980px) {
  .nav-toggle { display: block; }
  .nav-links {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 8px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 8px;
    box-shadow: var(--shadow);
  }
  .nav-links.open { display: flex; }
  .hero { min-height: 560px; }
  .intro-grid,
  .split-layout,
  .contact-panel { grid-template-columns: 1fr; }
  .card-grid.three,
  .card-grid.four,
  .partner-grid,
  .trust-band { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .top-strip,
  .nav-shell,
  .hero,
  .trust-band,
  .section,
  .page-hero,
  .site-footer {
    width: min(100% - 28px, 1160px);
  }
  .top-strip {
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 10px 0 0;
    gap: 7px 12px;
  }
  .lang-switch {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }
  .brand img { width: 140px; }
  .hero {
    min-height: auto;
    margin-top: 22px;
  }
  .hero-content {
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 32px 24px;
  }
  .hero-media {
    background:
      linear-gradient(180deg, rgba(20, 19, 18, 0.94), rgba(20, 19, 18, 0.58)),
      url("assets/images/hero-security-it.png") center / cover no-repeat;
  }
  .hero h1,
  .page-hero h1 { font-size: 40px; }
  .hero p:not(.eyebrow),
  .page-hero p:not(.eyebrow) { font-size: 18px; }
  .hero-actions {
    flex-direction: column;
  }
  .button {
    width: 100%;
  }
  .card-grid.three,
  .card-grid.four,
  .partner-grid,
  .trust-band,
  .proof-grid,
  .site-footer { grid-template-columns: 1fr; }
  .footer-links {
    justify-content: flex-start;
    flex-direction: column;
    gap: 8px;
  }
  .section { padding: 48px 0; }
  .partner-more-wrap {
    width: min(100% - 28px, 1160px);
    margin: -28px auto 48px;
  }
  .text-panel,
  .service-list,
  .contact-note,
  .contact-form { padding: 24px; }
}

@media (max-width: 420px) {
  .top-strip,
  .nav-shell,
  .hero,
  .trust-band,
  .section,
  .page-hero,
  .site-footer,
  .partner-more-wrap {
    width: min(100% - 22px, 1160px);
  }
  .hero-content {
    min-height: 560px;
    padding: 28px 18px;
  }
  .hero h1,
  .page-hero h1 {
    font-size: 34px;
    line-height: 1;
  }
  .intro-grid h2,
  .text-panel h2 {
    font-size: 30px;
  }
  .feature-card,
  .text-panel,
  .service-list,
  .contact-note,
  .contact-form,
  .legal-panel article {
    padding: 20px;
  }
  .partner-grid div {
    min-height: 118px;
  }
}
