@font-face {
  font-family: "Noto Sans Arabic";
  src: url("assets/NotoSansArabic-Regular.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Noto Sans Arabic";
  src: url("assets/NotoSansArabic-Bold.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

:root {
  --ink: #15201c;
  --ink-soft: #4e5d57;
  --forest: #12251f;
  --forest-2: #1d3a31;
  --emerald: #26745b;
  --emerald-bright: #51ba91;
  --signal: #c24e3b;
  --ember: #b63f33;
  --ember-bright: #ff6d55;
  --ember-deep: #28110f;
  --blue-signal: #74bdd1;
  --paper: #ffffff;
  --mist: #f2f5f3;
  --line: #d8dfdb;
  --line-dark: rgba(255, 255, 255, 0.16);
  --shadow: 0 16px 40px rgba(14, 31, 24, 0.1);
  --container: 1180px;
  --header-height: 76px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 20px);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Noto Sans Arabic", Tahoma, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

img,
svg {
  display: block;
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid #69d1a7;
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  z-index: 200;
  top: 10px;
  right: 10px;
  padding: 8px 14px;
  color: var(--forest);
  background: var(--paper);
  border-radius: 4px;
  transform: translateY(-150%);
}

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

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

.icon,
.service-icon,
.deliverable-icon,
.contact-icon {
  --icon: url("assets/icons/circle-check.svg");
  display: inline-block;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  background: currentColor;
  -webkit-mask: var(--icon) center / contain no-repeat;
  mask: var(--icon) center / contain no-repeat;
}

.icon-phone { --icon: url("assets/icons/phone.svg"); }
.icon-arrow-left { --icon: url("assets/icons/arrow-left.svg"); }
.icon-menu { --icon: url("assets/icons/menu.svg"); }
.icon-close { --icon: url("assets/icons/x.svg"); }
.icon-circle-check { --icon: url("assets/icons/circle-check.svg"); }
.icon-workflow { --icon: url("assets/icons/workflow.svg"); }
.icon-message { --icon: url("assets/icons/message-square-text.svg"); }
.icon-radar { --icon: url("assets/icons/radar.svg"); }
.icon-shield-check { --icon: url("assets/icons/shield-check.svg"); }
.icon-boxes { --icon: url("assets/icons/boxes.svg"); }
.icon-network { --icon: url("assets/icons/network.svg"); }
.icon-git-branch { --icon: url("assets/icons/git-branch.svg"); }
.icon-file-check { --icon: url("assets/icons/file-check-2.svg"); }
.icon-chart { --icon: url("assets/icons/chart-no-axes-combined.svg"); }
.icon-users { --icon: url("assets/icons/users-round.svg"); }
.icon-mail { --icon: url("assets/icons/mail.svg"); }

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: var(--header-height);
  color: #fff;
  background: rgba(13, 27, 23, 0.9);
  border-bottom: 1px solid var(--line-dark);
  backdrop-filter: blur(14px);
  transition: background-color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(13, 27, 23, 0.97);
  box-shadow: 0 8px 24px rgba(6, 18, 13, 0.18);
}

.header-inner {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  flex: 0 0 auto;
}

.brand-mark {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: var(--emerald-bright);
  stroke-width: 2.2px;
}

.brand-mark path:last-child {
  stroke: #fff;
}

.brand-copy {
  display: grid;
  line-height: 1.2;
}

.brand-copy strong {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.brand-copy span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 10px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-inline: auto;
}

.main-nav a {
  position: relative;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  transition: color 160ms ease;
}

.main-nav a::after {
  position: absolute;
  right: 0;
  bottom: -10px;
  width: 0;
  height: 2px;
  content: "";
  background: var(--emerald-bright);
  transition: width 160ms ease;
}

.main-nav a:hover {
  color: #fff;
}

.main-nav a:hover::after {
  width: 100%;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.header-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 12px;
}

.header-phone .icon {
  width: 16px;
  height: 16px;
  color: var(--emerald-bright);
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 20px;
  border: 1px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-small {
  min-height: 40px;
  padding: 7px 14px;
  font-size: 12px;
}

.button-light {
  color: var(--forest);
  background: #fff;
}

.button-light:hover {
  background: #dff4eb;
}

.button-primary {
  color: var(--forest);
  background: var(--emerald-bright);
}

.button-primary:hover {
  background: #70d0aa;
}

.button-ghost {
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.46);
}

.button-ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
}

.button-dark {
  color: #fff;
  background: var(--forest);
}

.button-dark:hover {
  background: var(--forest-2);
}

.icon-button {
  display: inline-grid;
  width: 42px;
  height: 42px;
  padding: 0;
  place-items: center;
  color: #fff;
  background: transparent;
  border: 1px solid var(--line-dark);
  border-radius: 6px;
  cursor: pointer;
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  display: flex;
  min-height: 680px;
  height: calc(100svh - 72px);
  max-height: 840px;
  align-items: center;
  color: #fff;
  background-color: #101a17;
  background-image: url("assets/hero-security.webp");
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background: rgba(5, 13, 10, 0.36);
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  height: 100%;
  padding-block: calc(var(--header-height) + 48px) 112px;
}

.hero-content {
  width: min(610px, 56%);
  margin-inline-start: auto;
}

.eyebrow,
.section-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--emerald);
  font-size: 12px;
  font-weight: 700;
}

.eyebrow {
  color: #96e2c3;
}

.eyebrow-line {
  width: 28px;
  height: 2px;
  background: var(--emerald-bright);
}

.hero h1 {
  margin: 18px 0 20px;
  color: #fff;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.13;
}

.hero h1 span {
  display: block;
  max-width: 570px;
  margin-top: 12px;
  font-size: 38px;
  line-height: 1.5;
}

.hero-content > p {
  max-width: 590px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 2;
}

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

.hero-assurances {
  display: flex;
  flex-wrap: wrap;
  gap: 11px 22px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.hero-assurances li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 11px;
}

.hero-assurances .icon {
  width: 15px;
  height: 15px;
  color: var(--emerald-bright);
}

.capability-bar {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 68px;
  background: rgba(10, 22, 18, 0.9);
  border-top: 1px solid var(--line-dark);
}

.capability-list {
  display: grid;
  min-height: 68px;
  align-items: center;
  grid-template-columns: repeat(6, 1fr);
}

.capability-list span {
  color: rgba(255, 255, 255, 0.7);
  border-left: 1px solid var(--line-dark);
  font-family: Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}

.capability-list span:last-child {
  border-left: 0;
}

.problem-band {
  padding: 38px 0;
  background: var(--mist);
  border-bottom: 1px solid var(--line);
}

.problem-layout {
  display: grid;
  align-items: center;
  gap: 48px;
  grid-template-columns: 1.05fr 1.6fr;
}

.section-heading h2,
.approach-copy h2,
.contact-copy h2 {
  margin: 10px 0 0;
  color: var(--ink);
  font-size: 36px;
  line-height: 1.55;
}

.compact-heading h2 {
  font-size: 24px;
}

.problem-points {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, 1fr);
}

.problem-points div {
  display: grid;
  gap: 5px;
  min-height: 76px;
  padding-inline: 24px;
  align-content: center;
  border-right: 1px solid var(--line);
}

.problem-points div:first-child {
  border-right: 0;
}

.problem-points strong {
  font-size: 14px;
}

.problem-points span {
  color: var(--ink-soft);
  font-size: 11px;
  line-height: 1.7;
}

.section {
  padding: 96px 0;
}

.section-intro {
  display: grid;
  align-items: end;
  gap: 64px;
  margin-bottom: 42px;
  grid-template-columns: 1.1fr 0.9fr;
}

.section-intro > p {
  margin: 0 0 8px;
  color: var(--ink-soft);
  line-height: 2;
}

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

.service-card {
  position: relative;
  min-height: 410px;
  padding: 30px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.service-card::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 3px;
  content: "";
  background: var(--emerald);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.service-card:hover {
  border-color: #9eb8ac;
  box-shadow: var(--shadow);
  transform: translateY(-4px);
}

.service-card:hover::before {
  transform: scaleX(1);
}

.service-featured {
  background: var(--forest);
  border-color: var(--forest);
}

.service-ai-card {
  min-height: 320px;
  padding-bottom: 76px;
  background: #f8fbfb;
  border-color: #c9dde1;
  grid-column: 1 / -1;
}

.service-ai-card::before {
  background: var(--blue-signal);
}

.service-ai-card .service-icon,
.service-ai-card .service-outcome {
  color: #27738a;
}

.service-ai-card > p {
  max-width: 820px;
  min-height: auto;
}

.service-ai-card ul {
  gap: 12px;
  padding-right: 0;
  grid-template-columns: repeat(3, 1fr);
}

.service-ai-card li {
  min-height: 58px;
  padding: 12px 16px;
  align-content: center;
  background: rgba(116, 189, 209, 0.075);
  border: 1px solid rgba(39, 115, 138, 0.14);
  border-radius: 6px;
  list-style-position: inside;
}

.service-featured h3,
.service-featured .service-number {
  color: #fff;
}

.service-card.service-featured > p,
.service-card.service-featured li {
  color: rgba(255, 255, 255, 0.72);
}

.service-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.service-number {
  color: #7e8d87;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.service-icon {
  width: 34px;
  height: 34px;
  color: var(--emerald);
}

.service-featured .service-icon {
  color: var(--emerald-bright);
}

.service-card h3 {
  margin: 26px 0 12px;
  font-size: 22px;
}

.service-card > p {
  max-width: 530px;
  min-height: 60px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.9;
}

.service-card ul {
  display: grid;
  gap: 6px;
  padding: 18px 20px 0 0;
  margin: 18px 0 0;
  border-top: 1px solid var(--line);
}

.service-featured ul {
  border-color: var(--line-dark);
}

.service-card li {
  padding-right: 4px;
  color: #35433e;
  font-size: 12px;
}

.service-card li::marker {
  color: var(--emerald);
}

.service-outcome {
  position: absolute;
  right: 30px;
  bottom: 26px;
  color: var(--emerald);
  font-size: 11px;
  font-weight: 700;
}

.service-featured .service-outcome {
  color: var(--emerald-bright);
}

.integration-band {
  display: grid;
  align-items: center;
  gap: 24px;
  padding: 28px 30px;
  margin-top: 18px;
  background: #e7f2ed;
  border-right: 4px solid var(--emerald);
  grid-template-columns: auto 1fr auto;
}

.integration-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  color: #fff;
  background: var(--emerald);
  border-radius: 6px;
}

.integration-icon .icon {
  width: 27px;
  height: 27px;
}

.integration-band h3 {
  margin: 4px 0;
  font-size: 19px;
}

.integration-band p {
  max-width: 720px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--forest);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.text-link:hover {
  color: var(--emerald);
}

.text-link-light {
  color: rgba(255, 255, 255, 0.78);
}

.text-link-light:hover {
  color: #fff;
}

.pentest-section {
  position: relative;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(31, 12, 11, 0.98), rgba(18, 19, 16, 0.98)),
    #1d0c0b;
  overflow: hidden;
}

.pentest-section::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(255, 109, 85, 0.052) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 109, 85, 0.044) 1px, transparent 1px);
  background-size: 58px 58px;
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
  pointer-events: none;
}

.pentest-section .section-kicker-light {
  color: var(--ember-bright);
}

.pentest-layout {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  gap: 58px;
  grid-template-columns: 0.88fr 1.12fr;
}

.pentest-copy h2 {
  max-width: 560px;
  margin: 10px 0 0;
  color: #fff;
  font-size: 36px;
  line-height: 1.55;
}

.pentest-copy > p {
  max-width: 560px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.74);
  line-height: 2;
}

.pentest-speed-note {
  max-width: 570px;
  padding: 16px 18px;
  margin-top: 22px;
  background: rgba(255, 109, 85, 0.08);
  border: 1px solid rgba(255, 109, 85, 0.2);
  border-right: 3px solid var(--ember-bright);
  border-radius: 8px;
}

.pentest-speed-note strong {
  display: block;
  color: #fff;
  font-size: 14px;
}

.pentest-speed-note span {
  display: block;
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.9;
}

.pentest-speed-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 13px;
}

.pentest-speed-tags small {
  padding: 4px 8px;
  color: #ffd2c9;
  background: rgba(0, 0, 0, 0.16);
  border: 1px solid rgba(255, 109, 85, 0.18);
  border-radius: 5px;
  font-family: Arial, sans-serif;
  font-size: 9px;
}

.pentest-section .button-primary {
  color: #fff;
  background: var(--ember);
  box-shadow: 0 14px 30px rgba(129, 35, 28, 0.24);
}

.pentest-section .button-primary:hover {
  background: #d14b3c;
}

.pentest-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 30px;
}

.pentest-checks {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.pentest-checks li {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
}

.pentest-checks .icon {
  width: 16px;
  height: 16px;
  color: var(--ember-bright);
}

.pentest-console {
  position: relative;
  padding: 22px;
  background: rgba(14, 8, 7, 0.93);
  border: 1px solid rgba(255, 109, 85, 0.22);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.38), 0 0 0 1px rgba(255, 109, 85, 0.06);
  overflow: hidden;
}

.pentest-console::before {
  position: absolute;
  top: 0;
  right: -40%;
  width: 40%;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--ember-bright), transparent);
  animation: consoleTrace 4.8s linear infinite;
}

.console-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 16px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.console-topbar span {
  color: rgba(255, 255, 255, 0.78);
  font-family: Arial, sans-serif;
  font-size: 12px;
}

.console-topbar strong {
  padding: 5px 9px;
  color: #ffd2c9;
  background: rgba(255, 109, 85, 0.13);
  border: 1px solid rgba(255, 109, 85, 0.4);
  border-radius: 5px;
  font-family: Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 0;
}

.intel-strip {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
  grid-template-columns: repeat(5, 1fr);
}

.intel-strip span {
  min-height: 38px;
  padding: 8px 10px;
  align-content: center;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 109, 85, 0.075);
  border: 1px solid rgba(255, 109, 85, 0.17);
  border-radius: 6px;
  font-family: Arial, sans-serif;
  font-size: 10px;
  text-align: center;
}

.intel-strip span:first-child {
  color: #d6f4fb;
  border-color: rgba(116, 189, 209, 0.28);
}

.console-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 0.9fr 1.1fr;
}

.radar-panel {
  display: grid;
  gap: 18px;
  align-content: center;
  min-height: 336px;
  padding: 18px;
  background: rgba(255, 109, 85, 0.045);
  border: 1px solid rgba(255, 109, 85, 0.14);
  border-radius: 8px;
}

.radar-visual {
  position: relative;
  width: min(100%, 245px);
  aspect-ratio: 1;
  margin-inline: auto;
  background:
    repeating-radial-gradient(circle, rgba(255, 109, 85, 0.17) 0 1px, transparent 1px 40px),
    linear-gradient(145deg, rgba(255, 109, 85, 0.18), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 109, 85, 0.38);
  border-radius: 50%;
  overflow: hidden;
}

.radar-visual::before,
.radar-visual::after {
  position: absolute;
  inset: 50% auto auto 0;
  width: 100%;
  height: 1px;
  content: "";
  background: rgba(255, 109, 85, 0.28);
}

.radar-visual::after {
  inset: 0 auto auto 50%;
  width: 1px;
  height: 100%;
}

.radar-ring,
.radar-sweep,
.radar-node {
  position: absolute;
}

.radar-ring {
  inset: 18%;
  border: 1px solid rgba(255, 109, 85, 0.24);
  border-radius: 50%;
}

.ring-two {
  inset: 32%;
}

.ring-three {
  inset: 46%;
}

.radar-sweep {
  inset: 0;
  background: conic-gradient(from 20deg, rgba(255, 109, 85, 0.46), transparent 74deg);
  border-radius: 50%;
  animation: radarSweep 4s linear infinite;
}

.radar-node {
  width: 10px;
  height: 10px;
  background: var(--ember-bright);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(255, 109, 85, 0.14), 0 0 18px rgba(255, 109, 85, 0.78);
  animation: radarPulse 2.5s ease-in-out infinite;
}

.node-one {
  top: 25%;
  right: 31%;
}

.node-two {
  top: 58%;
  right: 20%;
  animation-delay: 0.5s;
}

.node-three {
  bottom: 24%;
  left: 32%;
  animation-delay: 1s;
}

.node-four {
  top: 36%;
  left: 23%;
  animation-delay: 1.5s;
}

.radar-caption {
  display: grid;
  gap: 4px;
  text-align: center;
}

.radar-caption strong {
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 15px;
}

.radar-caption span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 11px;
}

.tool-stream {
  display: grid;
  gap: 10px;
}

.stream-row {
  position: relative;
  display: grid;
  align-items: center;
  gap: 2px 12px;
  min-height: 74px;
  padding: 13px 14px;
  background: rgba(255, 109, 85, 0.055);
  border: 1px solid rgba(255, 109, 85, 0.12);
  border-radius: 8px;
  grid-template-columns: 36px 1fr;
  overflow: hidden;
}

.stream-row::after {
  position: absolute;
  top: 0;
  right: -50%;
  bottom: 0;
  width: 38%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 109, 85, 0.12), transparent);
  animation: rowScan 4.5s ease-in-out infinite;
}

.stream-row:nth-child(2)::after {
  animation-delay: 0.65s;
}

.stream-row:nth-child(3)::after {
  animation-delay: 1.3s;
}

.stream-row:nth-child(4)::after {
  animation-delay: 1.95s;
}

.stream-row span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #fff;
  background: linear-gradient(145deg, var(--ember-bright), var(--ember));
  border-radius: 6px;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  grid-row: 1 / 3;
}

.stream-row strong {
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.stream-row small {
  color: rgba(255, 255, 255, 0.64);
  font-size: 10px;
}

.stream-row.is-active {
  border-color: rgba(255, 109, 85, 0.44);
  box-shadow: inset 0 0 0 1px rgba(255, 109, 85, 0.16);
}

.pentest-flow {
  display: grid;
  align-items: center;
  gap: 10px;
  padding-top: 18px;
  margin-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  grid-template-columns: auto 1fr auto 1fr auto 1fr auto;
}

.pentest-flow span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  font-weight: 700;
}

.pentest-flow i {
  position: relative;
  display: block;
  height: 2px;
  background: rgba(255, 255, 255, 0.14);
  overflow: hidden;
}

.pentest-flow i::before {
  position: absolute;
  inset: 0 -35% 0 auto;
  width: 35%;
  content: "";
  background: var(--ember-bright);
  animation: flowLine 2.8s ease-in-out infinite;
}

.pentest-flow i:nth-of-type(2)::before {
  animation-delay: 0.35s;
}

.pentest-flow i:nth-of-type(3)::before {
  animation-delay: 0.7s;
}

.private-ai-section {
  position: relative;
  background: #f5f8f8;
  overflow: hidden;
}

.private-ai-section::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(39, 115, 138, 0.065) 1px, transparent 1px),
    linear-gradient(0deg, rgba(39, 115, 138, 0.05) 1px, transparent 1px);
  background-size: 64px 64px;
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 20%, #000 80%, transparent);
  mask-image: linear-gradient(180deg, transparent, #000 20%, #000 80%, transparent);
  pointer-events: none;
}

.private-ai-layout {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  gap: 64px;
  grid-template-columns: 1fr 1fr;
}

.private-ai-copy h2 {
  max-width: 620px;
  margin: 10px 0 0;
  color: var(--ink);
  font-size: 36px;
  line-height: 1.55;
}

.private-ai-copy > p {
  max-width: 620px;
  margin: 22px 0 0;
  color: var(--ink-soft);
  line-height: 2;
}

.private-ai-points {
  display: grid;
  gap: 0;
  padding: 0;
  margin: 30px 0 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.private-ai-points li {
  display: grid;
  gap: 5px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.private-ai-points strong {
  color: var(--ink);
  font-size: 14px;
}

.private-ai-points span {
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.8;
}

.ai-stack-panel {
  position: relative;
  padding: 24px;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(15, 33, 38, 0.96), rgba(12, 25, 29, 0.98)),
    #0f2228;
  border: 1px solid rgba(116, 189, 209, 0.24);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(11, 32, 38, 0.24);
  overflow: hidden;
}

.ai-stack-panel::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 24% 24%, rgba(116, 189, 209, 0.18), transparent 30%),
    repeating-linear-gradient(90deg, transparent 0 38px, rgba(255, 255, 255, 0.03) 38px 39px);
  pointer-events: none;
}

.ai-stack-panel > * {
  position: relative;
  z-index: 1;
}

.ai-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.ai-panel-head span {
  color: rgba(255, 255, 255, 0.82);
  font-family: Arial, sans-serif;
  font-size: 12px;
}

.ai-panel-head strong {
  padding: 6px 10px;
  color: #d8f8ff;
  background: rgba(116, 189, 209, 0.12);
  border: 1px solid rgba(116, 189, 209, 0.38);
  border-radius: 5px;
  font-size: 10px;
}

.gpu-cluster {
  position: relative;
  width: min(100%, 320px);
  aspect-ratio: 1;
  margin: 4px auto 22px;
  background:
    radial-gradient(circle, rgba(116, 189, 209, 0.1), transparent 62%),
    linear-gradient(145deg, rgba(116, 189, 209, 0.11), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(116, 189, 209, 0.28);
  border-radius: 8px;
  overflow: hidden;
}

.gpu-core,
.gpu-grid,
.gpu-orbit,
.gpu-dot {
  position: absolute;
}

.gpu-core {
  inset: 38%;
  background: linear-gradient(145deg, #d7fbff, var(--blue-signal));
  border-radius: 8px;
  box-shadow: 0 0 0 12px rgba(116, 189, 209, 0.08), 0 0 38px rgba(116, 189, 209, 0.42);
  animation: gpuPulse 2.8s ease-in-out infinite;
}

.gpu-grid {
  inset: 14%;
  border: 1px solid rgba(116, 189, 209, 0.14);
  border-radius: 12px;
}

.grid-b {
  inset: 28%;
}

.gpu-orbit {
  inset: 22%;
  border: 1px solid rgba(116, 189, 209, 0.22);
  border-radius: 50%;
  animation: gpuOrbit 9s linear infinite;
}

.orbit-b {
  inset: 9%;
  animation-duration: 13s;
  animation-direction: reverse;
}

.gpu-orbit::before {
  position: absolute;
  top: -4px;
  right: 32%;
  width: 8px;
  height: 8px;
  content: "";
  background: var(--blue-signal);
  border-radius: 50%;
  box-shadow: 0 0 16px rgba(116, 189, 209, 0.76);
}

.gpu-dot {
  width: 10px;
  height: 10px;
  background: var(--emerald-bright);
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(81, 186, 145, 0.7);
}

.dot-a {
  top: 24%;
  right: 24%;
}

.dot-b {
  bottom: 24%;
  right: 32%;
}

.dot-c {
  top: 44%;
  left: 22%;
}

.ai-data-lanes {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(4, 1fr);
}

.ai-data-lanes span {
  min-height: 40px;
  padding: 8px;
  align-content: center;
  color: rgba(255, 255, 255, 0.84);
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(116, 189, 209, 0.18);
  border-radius: 6px;
  font-family: Arial, sans-serif;
  font-size: 10px;
  text-align: center;
}

.ai-boundary {
  display: grid;
  align-items: center;
  gap: 10px;
  padding-top: 18px;
  margin-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  grid-template-columns: auto 1fr auto 1fr auto;
}

.ai-boundary span {
  color: rgba(255, 255, 255, 0.78);
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.ai-boundary i {
  display: block;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--blue-signal), transparent);
}

.approach-section {
  color: #fff;
  background: #1b2a25;
}

.approach-layout {
  display: grid;
  gap: 80px;
  grid-template-columns: 0.8fr 1.2fr;
}

.approach-copy {
  align-self: start;
  position: sticky;
  top: calc(var(--header-height) + 40px);
}

.approach-copy h2 {
  max-width: 400px;
  color: #fff;
}

.approach-copy p {
  max-width: 430px;
  margin: 20px 0 30px;
  color: rgba(255, 255, 255, 0.66);
}

.approach-copy .button-dark {
  color: var(--forest);
  background: var(--emerald-bright);
}

.process-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.process-list li {
  display: grid;
  gap: 26px;
  padding: 28px 0;
  border-top: 1px solid var(--line-dark);
  grid-template-columns: 46px 1fr;
}

.process-list li:last-child {
  border-bottom: 1px solid var(--line-dark);
}

.process-list > li > span {
  color: var(--emerald-bright);
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.process-list h3 {
  margin: 0 0 7px;
  font-size: 18px;
}

.process-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
}

.deliverables-section {
  background: var(--mist);
}

.deliverable-list {
  display: grid;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  grid-template-columns: repeat(4, 1fr);
}

.deliverable-list article {
  min-height: 218px;
  padding: 30px 24px;
  border-left: 1px solid var(--line);
}

.deliverable-list article:last-child {
  border-left: 0;
}

.deliverable-icon {
  width: 30px;
  height: 30px;
  color: var(--signal);
}

.deliverable-list h3 {
  margin: 24px 0 9px;
  font-size: 16px;
}

.deliverable-list p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 12px;
}

.contact-section {
  padding: 90px 0;
  color: #fff;
  background: #0e1e19;
}

.contact-layout {
  display: grid;
  align-items: start;
  gap: 78px;
  grid-template-columns: 0.85fr 1.15fr;
}

.section-kicker-light {
  color: var(--emerald-bright);
}

.contact-copy h2 {
  color: #fff;
}

.contact-copy > p {
  margin: 22px 0 30px;
  color: rgba(255, 255, 255, 0.68);
}

.contact-methods {
  display: grid;
  gap: 16px;
  max-width: 360px;
}

.contact-method {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.contact-icon {
  width: 44px;
  height: 44px;
  padding: 11px;
  color: var(--forest);
  background: var(--emerald-bright);
  border-radius: 6px;
  -webkit-mask: none;
  mask: none;
}

.direct-call .contact-icon {
  background-color: var(--emerald-bright);
  background-image: url("assets/icons/phone.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 21px;
}

.direct-email .contact-icon {
  background-color: var(--emerald-bright);
  background-image: url("assets/icons/mail.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 21px;
}

.contact-method > span:last-child {
  display: grid;
  line-height: 1.4;
}

.contact-method small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
}

.contact-method strong {
  margin-top: 4px;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 20px;
}

.contact-form {
  padding: 34px;
  color: var(--ink);
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.2);
}

.form-heading {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.form-heading > .icon {
  width: 28px;
  height: 28px;
  margin-top: 4px;
  color: var(--emerald);
}

.form-heading h3 {
  margin: 0;
  font-size: 19px;
}

.form-heading p {
  margin: 4px 0 0;
  color: var(--ink-soft);
  font-size: 11px;
}

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

.field {
  display: grid;
  align-content: start;
}

.field label {
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 700;
}

.field label span {
  color: #5d6964;
  font-weight: 400;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  color: var(--ink);
  background: #fbfcfb;
  border: 1px solid #cfd8d3;
  border-radius: 5px;
  outline: none;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

.field textarea {
  min-height: 86px;
  margin-bottom: 16px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--emerald);
  box-shadow: 0 0 0 3px rgba(45, 133, 105, 0.13);
}

.field input[aria-invalid="true"],
.field select[aria-invalid="true"] {
  border-color: var(--signal);
}

.field-error {
  min-height: 20px;
  padding-top: 2px;
  color: #a43728;
  font-size: 9px;
}

.button-submit {
  width: 100%;
  color: #fff;
  background: var(--emerald);
  border: 0;
}

.button-submit:hover {
  background: #246e57;
}

.button-submit:disabled {
  cursor: wait;
  opacity: 0.7;
}

.form-trap {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.form-note,
.form-status {
  margin: 10px 0 0;
  color: #6c7974;
  font-size: 9px;
  text-align: center;
}

.form-status {
  min-height: 17px;
  color: var(--emerald);
  font-weight: 700;
}

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

.form-status.is-success {
  color: #1f765a;
}

.site-footer {
  color: rgba(255, 255, 255, 0.68);
  background: #09130f;
}

.footer-main {
  display: grid;
  align-items: center;
  gap: 34px;
  padding-block: 44px;
  grid-template-columns: auto 1fr auto;
}

.brand-footer .brand-mark {
  width: 34px;
  height: 34px;
}

.footer-main > p {
  max-width: 430px;
  margin: 0;
  font-size: 11px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  justify-content: end;
  font-size: 10px;
}

.footer-links a:hover {
  color: #fff;
}

.footer-bottom {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 9px;
}

@keyframes consoleTrace {
  0% {
    right: -40%;
  }

  100% {
    right: 100%;
  }
}

@keyframes radarSweep {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes radarPulse {
  0%,
  100% {
    transform: scale(0.92);
    opacity: 0.72;
  }

  50% {
    transform: scale(1.18);
    opacity: 1;
  }
}

@keyframes rowScan {
  0% {
    right: -50%;
  }

  48%,
  100% {
    right: 112%;
  }
}

@keyframes flowLine {
  0% {
    right: -35%;
  }

  100% {
    right: 100%;
  }
}

@keyframes gpuPulse {
  0%,
  100% {
    transform: scale(0.96);
    opacity: 0.82;
  }

  50% {
    transform: scale(1.05);
    opacity: 1;
  }
}

@keyframes gpuOrbit {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 1160px) {
  .main-nav {
    gap: 18px;
  }

  .header-email {
    display: none;
  }
}

@media (max-width: 1040px) {
  .main-nav {
    gap: 18px;
  }

  .header-phone {
    display: none;
  }

  .hero-content {
    width: min(590px, 66%);
  }

  .hero h1 {
    font-size: 54px;
  }

  .hero h1 span {
    font-size: 32px;
  }

  .problem-layout {
    gap: 28px;
    grid-template-columns: 1fr;
  }

  .approach-layout,
  .contact-layout {
    gap: 50px;
  }

  .pentest-layout {
    gap: 42px;
    grid-template-columns: 1fr;
  }

  .pentest-copy h2,
  .pentest-copy > p {
    max-width: 720px;
  }

  .private-ai-layout {
    gap: 42px;
    grid-template-columns: 1fr;
  }

  .private-ai-copy h2,
  .private-ai-copy > p {
    max-width: 720px;
  }

  .deliverable-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .deliverable-list article:nth-child(2) {
    border-left: 0;
  }

  .deliverable-list article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 820px) {
  :root {
    --header-height: 66px;
  }

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

  .header-actions .button-small {
    display: none;
  }

  .menu-toggle {
    display: inline-grid;
  }

  .main-nav {
    position: fixed;
    z-index: 99;
    top: var(--header-height);
    right: 0;
    left: 0;
    display: grid;
    gap: 0;
    padding: 10px 16px 18px;
    background: #10211b;
    border-bottom: 1px solid var(--line-dark);
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.2);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 160ms ease, transform 160ms ease;
  }

  .main-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

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

  .main-nav a::after {
    display: none;
  }

  .hero {
    min-height: 600px;
    height: calc(100svh - 58px);
    max-height: 760px;
    background-position: 38% center;
  }

  .hero-shade {
    background: rgba(5, 13, 10, 0.58);
  }

  .hero-inner {
    padding-block: calc(var(--header-height) + 30px) 96px;
  }

  .hero-content {
    width: min(610px, 86%);
  }

  .hero h1 {
    font-size: 46px;
  }

  .hero h1 span {
    font-size: 29px;
  }

  .hero-content > p {
    font-size: 15px;
  }

  .capability-list span:nth-child(n + 4) {
    display: none;
  }

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

  .section {
    padding: 72px 0;
  }

  .section-intro,
  .approach-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .pentest-copy h2 {
    font-size: 30px;
  }

  .private-ai-copy h2 {
    font-size: 30px;
  }

  .section-intro {
    gap: 22px;
  }

  .section-heading h2,
  .approach-copy h2,
  .contact-copy h2 {
    font-size: 30px;
  }

  .approach-copy {
    position: static;
  }

  .integration-band {
    align-items: start;
    grid-template-columns: auto 1fr;
  }

  .integration-band .text-link {
    grid-column: 2;
  }

  .contact-copy {
    max-width: 620px;
  }

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

  .footer-links {
    justify-content: start;
  }
}

@media (max-width: 620px) {
  body {
    font-size: 14px;
  }

  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .brand-copy span {
    display: none;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
  }

  .hero {
    min-height: 570px;
    height: calc(100svh - 52px);
    max-height: 700px;
    background-position: 32% center;
  }

  .hero-inner {
    align-items: flex-start;
    padding-top: calc(var(--header-height) + 46px);
  }

  .hero-content {
    width: 100%;
  }

  .eyebrow {
    font-size: 10px;
  }

  .hero h1 {
    margin: 14px 0 14px;
    font-size: 40px;
  }

  .hero h1 span {
    margin-top: 8px;
    font-size: 25px;
    line-height: 1.45;
  }

  .hero-content > p {
    max-width: 480px;
    font-size: 13px;
    line-height: 1.9;
  }

  .hero-actions {
    margin-top: 22px;
  }

  .hero-actions .button {
    min-height: 46px;
    padding: 9px 13px;
    font-size: 11px;
  }

  .hero-assurances {
    gap: 8px 14px;
    margin-top: 20px;
  }

  .hero-assurances li {
    font-size: 9px;
  }

  .capability-bar,
  .capability-list {
    min-height: 54px;
  }

  .capability-list span {
    font-size: 8px;
  }

  .problem-band {
    padding: 30px 0;
  }

  .compact-heading h2 {
    font-size: 20px;
  }

  .problem-points {
    grid-template-columns: 1fr;
  }

  .problem-points div {
    min-height: auto;
    padding: 12px 0;
    border-top: 1px solid var(--line);
    border-right: 0;
  }

  .section {
    padding: 60px 0;
  }

  .section-heading h2,
  .approach-copy h2,
  .contact-copy h2 {
    font-size: 26px;
  }

  .section-intro {
    margin-bottom: 30px;
  }

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

  .service-ai-card {
    grid-column: auto;
  }

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

  .service-ai-card li {
    min-height: auto;
  }

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

  .service-outcome {
    right: 24px;
    bottom: 22px;
  }

  .integration-band {
    padding: 22px;
    grid-template-columns: 1fr;
  }

  .integration-icon {
    width: 48px;
    height: 48px;
  }

  .integration-band .text-link {
    grid-column: 1;
  }

  .pentest-section {
    padding-block: 64px;
  }

  .pentest-copy h2 {
    font-size: 26px;
  }

  .private-ai-section {
    padding-block: 64px;
  }

  .private-ai-copy h2 {
    font-size: 26px;
  }

  .private-ai-points li {
    padding: 16px 0;
  }

  .ai-stack-panel {
    padding: 16px;
  }

  .ai-panel-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .gpu-cluster {
    width: min(100%, 260px);
  }

  .ai-data-lanes {
    grid-template-columns: repeat(2, 1fr);
  }

  .ai-boundary {
    gap: 6px;
    grid-template-columns: 1fr;
  }

  .ai-boundary i {
    display: none;
  }

  .ai-boundary span {
    min-height: 34px;
    padding: 7px 8px;
    align-content: center;
    background: rgba(116, 189, 209, 0.075);
    border: 1px solid rgba(116, 189, 209, 0.14);
    border-radius: 6px;
    font-size: 9px;
    text-align: center;
  }

  .pentest-actions {
    gap: 12px;
  }

  .pentest-actions .button {
    width: 100%;
  }

  .text-link-light {
    width: 100%;
    justify-content: center;
  }

  .pentest-console {
    padding: 16px;
  }

  .console-topbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

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

  .intel-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .intel-strip span {
    font-size: 9px;
  }

  .radar-panel {
    min-height: auto;
  }

  .radar-visual {
    width: min(100%, 220px);
  }

  .pentest-flow {
    gap: 6px;
    grid-template-columns: repeat(2, 1fr);
  }

  .pentest-flow i {
    display: none;
  }

  .pentest-flow span {
    min-height: 34px;
    padding: 7px 8px;
    align-content: center;
    background: rgba(255, 109, 85, 0.075);
    border: 1px solid rgba(255, 109, 85, 0.14);
    border-radius: 6px;
    font-size: 9px;
    text-align: center;
  }

  .process-list li {
    gap: 12px;
    grid-template-columns: 34px 1fr;
  }

  .deliverable-list {
    grid-template-columns: 1fr;
  }

  .deliverable-list article {
    min-height: 180px;
    border-bottom: 1px solid var(--line);
    border-left: 0;
  }

  .deliverable-list article:last-child {
    border-bottom: 0;
  }

  .contact-section {
    padding: 60px 0;
  }

  .contact-layout {
    gap: 38px;
  }

  .contact-form {
    padding: 24px 18px;
  }

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

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding-block: 14px;
  }
}

@media (max-height: 680px) and (max-width: 620px) {
  .hero {
    min-height: 520px;
  }

  .hero-inner {
    padding-top: calc(var(--header-height) + 24px);
  }

  .hero h1 {
    font-size: 34px;
  }

  .hero h1 span {
    font-size: 21px;
  }

  .hero-assurances {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
