:root {
  --bg: #080711;
  --bg-2: #111028;
  --panel: rgba(24, 20, 47, 0.68);
  --panel-strong: rgba(37, 30, 70, 0.82);
  --text: #f5f3ff;
  --muted: #b5afcb;
  --dim: #817a99;
  --line: rgba(186, 165, 255, 0.2);
  --violet: #8b5cf6;
  --violet-soft: #b58cff;
  --cyan: #42d8f4;
  --cyan-soft: rgba(66, 216, 244, 0.16);
  --graphite: #161523;
  --shadow: 0 24px 70px rgba(2, 2, 12, 0.45);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  color: var(--text);
  background:
    linear-gradient(120deg, rgba(139, 92, 246, 0.16), transparent 34%),
    linear-gradient(245deg, rgba(66, 216, 244, 0.1), transparent 34%),
    linear-gradient(180deg, var(--bg), #0e0b1b 58%, #080711);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(66, 216, 244, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(66, 216, 244, 0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  content: "";
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.78), transparent 78%);
}

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

h1,
h2,
h3,
p,
a,
button,
input,
strong,
span,
dd {
  overflow-wrap: break-word;
}

.site-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 74px;
  padding: 16px 48px;
  color: var(--text);
  background: rgba(8, 7, 17, 0.66);
  border-bottom: 1px solid rgba(181, 140, 255, 0.16);
  backdrop-filter: blur(18px);
  transition: background 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(8, 7, 17, 0.92);
  border-color: rgba(66, 216, 244, 0.2);
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.34);
}

.brand,
.nav {
  display: flex;
  align-items: center;
}

.brand {
  gap: 12px;
  font-size: 18px;
  font-weight: 800;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: #080711;
  background: linear-gradient(135deg, var(--cyan), var(--violet-soft));
  border-radius: 6px;
  box-shadow: 0 0 26px rgba(139, 92, 246, 0.48);
  font-size: 13px;
  font-weight: 900;
}

.nav {
  gap: 24px;
  color: var(--muted);
  font-size: 15px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav a {
  position: relative;
  padding: 8px 0;
}

.nav a::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--cyan);
  content: "";
  opacity: 0;
  transform: scaleX(0.35);
  transition: opacity 160ms ease, transform 160ms ease;
}

.nav a:hover,
.nav a.is-active {
  color: var(--text);
}

.nav a.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.hero {
  min-height: 92vh;
  display: flex;
  align-items: center;
  padding-top: 74px;
  overflow: hidden;
  background-image:
    linear-gradient(90deg, rgba(8, 7, 17, 0.96) 0%, rgba(8, 7, 17, 0.84) 38%, rgba(8, 7, 17, 0.2) 100%),
    url("assets/cyber-business-hero.png");
  background-position: center;
  background-size: cover;
}

.hero-inner {
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.44fr);
  gap: 48px;
  align-items: center;
}

.hero-content {
  max-width: 740px;
  min-width: 0;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 620px;
  margin-top: 28px;
}

.hero-metrics div {
  min-height: 82px;
  padding: 14px;
  background: linear-gradient(180deg, rgba(31, 25, 60, 0.66), rgba(8, 7, 17, 0.52));
  border: 1px solid rgba(186, 165, 255, 0.18);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.2);
}

.hero-metrics span {
  display: block;
  margin-bottom: 10px;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
}

.hero-metrics strong {
  display: block;
  color: var(--text);
  font-size: 15px;
  line-height: 1.25;
  text-transform: uppercase;
}

.eyebrow,
.section-kicker {
  margin: 0 0 18px;
  color: var(--cyan);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 24px;
  color: transparent;
  background: linear-gradient(135deg, #ffffff 0%, #d9ccff 46%, var(--cyan) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 76px;
  line-height: 0.96;
}

h2 {
  margin-bottom: 0;
  font-size: 42px;
  line-height: 1.1;
}

h3 {
  margin-bottom: 14px;
  font-size: 21px;
  line-height: 1.22;
}

.hero-copy {
  max-width: 700px;
  margin-bottom: 34px;
  color: rgba(245, 243, 255, 0.82);
  font-size: 22px;
  line-height: 1.5;
}

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

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

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

.button.primary {
  color: #070711;
  background: linear-gradient(135deg, var(--cyan), var(--violet-soft));
  box-shadow: 0 0 34px rgba(139, 92, 246, 0.34);
}

.button.secondary {
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(181, 140, 255, 0.34);
}

.button.secondary:hover {
  border-color: rgba(66, 216, 244, 0.68);
  background: rgba(66, 216, 244, 0.08);
}

.signal-panel {
  min-width: 0;
  padding: 22px;
  background:
    linear-gradient(145deg, rgba(31, 25, 60, 0.86), rgba(12, 11, 27, 0.66)),
    repeating-linear-gradient(90deg, transparent 0 22px, rgba(66, 216, 244, 0.05) 22px 23px);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.signal-panel::before {
  display: block;
  width: 100%;
  height: 3px;
  margin-bottom: 18px;
  background: linear-gradient(90deg, var(--cyan), var(--violet-soft), transparent);
  content: "";
}

.panel-line {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(186, 165, 255, 0.16);
}

.panel-line:first-child {
  padding-top: 0;
}

.panel-line:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.panel-line span {
  color: var(--muted);
  font-size: 14px;
}

.panel-line strong {
  color: var(--text);
  font-size: 18px;
}

.signal-bars {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.signal-bars span {
  position: relative;
  display: block;
  height: 8px;
  overflow: hidden;
  background: rgba(245, 243, 255, 0.08);
  border-radius: 999px;
}

.signal-bars span::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--bar);
  background: linear-gradient(90deg, var(--cyan), var(--violet-soft));
  content: "";
  box-shadow: 0 0 18px rgba(66, 216, 244, 0.28);
}

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

.process-strip {
  padding: 26px 0;
  background:
    linear-gradient(90deg, rgba(66, 216, 244, 0.08), rgba(181, 140, 255, 0.08)),
    linear-gradient(180deg, rgba(8, 7, 17, 0.94), rgba(13, 10, 28, 0.94));
  border-top: 1px solid rgba(66, 216, 244, 0.18);
  border-bottom: 1px solid rgba(181, 140, 255, 0.16);
}

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

.track-item {
  position: relative;
  min-width: 0;
  min-height: 158px;
  padding: 20px;
  background: rgba(8, 7, 17, 0.42);
  border: 1px solid rgba(186, 165, 255, 0.18);
  border-radius: 8px;
}

.track-item::before {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 32px;
  height: 2px;
  background: var(--cyan);
  content: "";
  box-shadow: 0 0 16px rgba(66, 216, 244, 0.6);
}

.track-item span {
  display: block;
  margin-bottom: 18px;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.track-item strong {
  display: block;
  margin-bottom: 10px;
  color: var(--text);
  font-size: 20px;
}

.track-item p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

.section {
  padding: 92px 0;
  position: relative;
}

.intro {
  background: linear-gradient(180deg, rgba(17, 16, 40, 0.92), rgba(12, 10, 27, 0.94));
  border-top: 1px solid rgba(181, 140, 255, 0.14);
}

.split {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 72px;
  align-items: start;
}

.text-flow p,
.contact-copy p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.text-flow p:last-child,
.contact-copy p:last-child {
  margin-bottom: 0;
}

.services {
  background:
    linear-gradient(180deg, rgba(8, 7, 17, 0.96), rgba(15, 12, 32, 0.98)),
    linear-gradient(90deg, rgba(66, 216, 244, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(66, 216, 244, 0.05) 1px, transparent 1px);
  background-size: auto, 56px 56px, 56px 56px;
}

.section-head {
  max-width: 850px;
  margin-bottom: 42px;
}

.section-note {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

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

.service-card {
  position: relative;
  min-width: 0;
  min-height: 306px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(31, 25, 60, 0.78), rgba(13, 12, 29, 0.84));
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
}

.service-card::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--cyan), var(--violet-soft));
  content: "";
}

.service-card:nth-child(even) {
  border-color: rgba(66, 216, 244, 0.24);
}

.service-number {
  display: inline-block;
  margin-bottom: 34px;
  color: var(--cyan);
  font-size: 14px;
  font-weight: 900;
}

.service-card p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.62;
}

.price-link {
  display: grid;
  gap: 8px;
  margin-top: auto;
  padding-top: 18px;
  color: var(--text);
  border-top: 1px solid rgba(186, 165, 255, 0.16);
}

.price-link span {
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.price-link strong {
  font-size: 17px;
  line-height: 1.3;
}

.price-link:hover strong {
  color: var(--cyan);
}

.cases {
  background:
    linear-gradient(140deg, rgba(66, 216, 244, 0.08), transparent 38%),
    linear-gradient(180deg, rgba(15, 12, 32, 0.98), rgba(10, 8, 22, 0.98));
  border-top: 1px solid rgba(181, 140, 255, 0.14);
}

.cases-head p:last-child {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.case-card {
  position: relative;
  min-width: 0;
  display: flex;
  min-height: 390px;
  flex-direction: column;
  padding: 24px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(28, 23, 55, 0.82), rgba(12, 11, 27, 0.92));
  border: 1px solid rgba(186, 165, 255, 0.2);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
}

.case-card::before {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  border-top: 1px solid rgba(66, 216, 244, 0.48);
  border-right: 1px solid rgba(66, 216, 244, 0.48);
  content: "";
}

.case-card.featured {
  border-color: rgba(66, 216, 244, 0.36);
  box-shadow: 0 0 40px rgba(66, 216, 244, 0.08), 0 18px 44px rgba(0, 0, 0, 0.24);
}

.case-tag {
  position: relative;
  z-index: 1;
  align-self: flex-start;
  max-width: calc(100% - 54px);
  margin-bottom: 24px;
  padding: 7px 10px;
  color: var(--cyan);
  background: rgba(66, 216, 244, 0.08);
  border: 1px solid rgba(66, 216, 244, 0.22);
  border-radius: 6px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.case-card p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.62;
}

.case-example {
  margin: 18px 0 0;
  padding: 0 0 0 16px;
  border-left: 2px solid rgba(66, 216, 244, 0.58);
}

.case-example h4 {
  margin: 0 0 8px;
  color: var(--cyan);
  font-size: 14px;
  line-height: 1.2;
}

.case-example p {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
}

.case-flow {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.case-flow li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 44px;
  padding: 9px 12px 9px 38px;
  color: var(--text);
  background: rgba(66, 216, 244, 0.08);
  border: 1px solid rgba(66, 216, 244, 0.22);
  border-radius: 6px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  text-align: left;
}

.case-flow li::before {
  position: absolute;
  left: 12px;
  top: 50%;
  width: 14px;
  height: 14px;
  background: linear-gradient(135deg, var(--cyan), var(--violet-soft));
  border-radius: 50%;
  box-shadow: 0 0 14px rgba(66, 216, 244, 0.32);
  content: "";
  transform: translateY(-50%);
}

.case-flow li:not(:last-child)::after {
  position: absolute;
  left: 18px;
  top: calc(100% + 1px);
  z-index: 1;
  color: var(--cyan);
  content: "";
  width: 2px;
  height: 8px;
  background: rgba(66, 216, 244, 0.42);
}

.case-result {
  display: grid;
  gap: 12px;
  margin: 20px 0 24px;
  padding: 18px 0;
  border-top: 1px solid rgba(186, 165, 255, 0.16);
  border-bottom: 1px solid rgba(186, 165, 255, 0.16);
}

.case-result div {
  display: grid;
  gap: 4px;
}

.case-result dt {
  color: var(--dim);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.case-result dd {
  margin: 0;
  color: var(--text);
  font-size: 15px;
  line-height: 1.4;
}

.case-link {
  margin-top: auto;
  color: var(--cyan);
  font-weight: 900;
}

.case-link:hover {
  color: var(--violet-soft);
}

.notice {
  background:
    linear-gradient(135deg, rgba(87, 45, 175, 0.64), rgba(15, 14, 35, 0.96)),
    linear-gradient(90deg, rgba(66, 216, 244, 0.12), transparent 62%);
  border-top: 1px solid rgba(181, 140, 255, 0.18);
  border-bottom: 1px solid rgba(181, 140, 255, 0.18);
}

.notice-inner {
  max-width: 980px;
}

.notice p {
  margin: 0;
  color: var(--text);
  font-size: 30px;
  line-height: 1.34;
}

.contact {
  background:
    linear-gradient(120deg, rgba(139, 92, 246, 0.14), transparent 40%),
    linear-gradient(180deg, rgba(12, 10, 27, 0.98), rgba(8, 7, 17, 1));
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 64px;
  align-items: start;
}

.contact-form {
  min-width: 0;
  display: grid;
  gap: 18px;
  padding: 28px;
  background: linear-gradient(180deg, rgba(31, 25, 60, 0.82), rgba(12, 11, 27, 0.92));
  border: 1px solid rgba(181, 140, 255, 0.28);
  border-radius: 8px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--text);
  font-weight: 800;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 13px 14px;
  color: var(--text);
  background: rgba(8, 7, 17, 0.62);
  border: 1px solid rgba(181, 140, 255, 0.3);
  border-radius: 6px;
  font: inherit;
}

.contact-form textarea {
  min-height: 132px;
  resize: vertical;
  line-height: 1.5;
}

.contact-form textarea::placeholder {
  color: rgba(181, 175, 203, 0.72);
}

.contact-form input[type="checkbox"] {
  width: 18px;
  min-height: 18px;
  height: 18px;
  accent-color: var(--cyan);
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 3px solid rgba(66, 216, 244, 0.16);
  border-color: var(--cyan);
}

.consent-field {
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 12px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
}

.consent-field a,
.footer-brand a,
.policy-document a {
  color: var(--cyan);
}

.consent-field a:hover,
.footer-brand a:hover,
.policy-document a:hover {
  color: var(--violet-soft);
}

.submit {
  width: 100%;
  margin-top: 8px;
  white-space: normal;
}

.form-status {
  min-height: 44px;
  margin: 0;
  padding: 12px 14px;
  color: var(--text);
  background: rgba(66, 216, 244, 0.1);
  border: 1px solid rgba(66, 216, 244, 0.28);
  border-radius: 6px;
  font-size: 15px;
  line-height: 1.35;
}

.form-status:empty {
  display: none;
}

.site-footer {
  padding: 28px 0;
  color: var(--muted);
  background: #070711;
  border-top: 1px solid rgba(181, 140, 255, 0.14);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  font-size: 15px;
}

.footer-brand,
.footer-legal {
  display: grid;
  gap: 8px;
}

.footer-brand span:first-child,
.footer-legal span:first-child {
  color: var(--text);
  font-weight: 800;
}

.footer-brand a {
  font-size: 14px;
}

.footer-legal {
  text-align: right;
}

.policy-page .site-header {
  position: sticky;
}

.policy-main {
  background:
    linear-gradient(120deg, rgba(139, 92, 246, 0.13), transparent 36%),
    linear-gradient(180deg, rgba(8, 7, 17, 0.98), rgba(12, 10, 27, 1));
}

.policy-hero {
  padding: 86px 0 54px;
  border-bottom: 1px solid rgba(181, 140, 255, 0.14);
}

.policy-hero h1 {
  max-width: 900px;
  margin-bottom: 20px;
  font-size: 58px;
}

.policy-hero p {
  max-width: 760px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.6;
}

.policy-date {
  display: inline-flex;
  margin-top: 14px;
  padding: 8px 12px;
  color: var(--cyan);
  background: rgba(66, 216, 244, 0.08);
  border: 1px solid rgba(66, 216, 244, 0.2);
  border-radius: 6px;
  font-size: 14px;
  font-weight: 800;
}

.policy-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 42px;
  align-items: start;
}

.policy-document {
  max-width: 820px;
}

.policy-document h2 {
  margin: 34px 0 14px;
  color: var(--text);
  font-size: 25px;
  line-height: 1.25;
}

.policy-document h2:first-child {
  margin-top: 0;
}

.policy-document p,
.policy-document li {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.policy-document ul {
  margin: 0 0 18px;
  padding-left: 22px;
}

.policy-document li + li {
  margin-top: 8px;
}

.policy-summary {
  position: sticky;
  top: 96px;
  padding: 22px;
  background: linear-gradient(180deg, rgba(31, 25, 60, 0.76), rgba(12, 11, 27, 0.92));
  border: 1px solid rgba(186, 165, 255, 0.22);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.policy-summary > span {
  display: block;
  margin-bottom: 18px;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.policy-summary p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.policy-summary strong {
  color: var(--text);
}

.policy-summary .button {
  width: 100%;
  margin-top: 8px;
}

@media (max-width: 980px) {
  .site-header {
    padding: 14px 24px;
  }

  .hero {
    min-height: 820px;
    background-position: 58% center;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    align-content: center;
  }

  .signal-panel {
    max-width: 520px;
  }

  h1 {
    font-size: 58px;
  }

  h2 {
    font-size: 34px;
  }

  .hero-copy {
    font-size: 20px;
  }

  .split,
  .contact-layout,
  .policy-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }

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

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

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

  .policy-summary {
    position: static;
  }
}

@media (max-width: 680px) {
  .site-header {
    position: absolute;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    min-height: 0;
  }

  .nav {
    width: 100%;
    justify-content: space-between;
    gap: 12px;
    font-size: 14px;
  }

  .hero {
    min-height: 790px;
    background-image:
      linear-gradient(180deg, rgba(8, 7, 17, 0.96) 0%, rgba(8, 7, 17, 0.88) 52%, rgba(8, 7, 17, 0.32) 100%),
      url("assets/cyber-business-hero.png");
    background-position: 62% center;
  }

  .hero-inner {
    width: min(100% - 32px, 1160px);
    padding-top: 96px;
    gap: 24px;
  }

  h1 {
    font-size: 46px;
  }

  h2 {
    font-size: 30px;
  }

  .hero-copy,
  .text-flow p,
  .contact-copy p {
    font-size: 17px;
  }

  .hero-metrics,
  .process-track {
    grid-template-columns: 1fr;
  }

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

  .section {
    padding: 64px 0;
  }

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

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

  .service-card {
    min-height: 0;
  }

  .notice p {
    font-size: 24px;
  }

  .contact-form {
    padding: 20px;
  }

  .policy-hero h1 {
    font-size: 40px;
  }

  .policy-hero p {
    font-size: 17px;
  }

  .footer-inner {
    flex-direction: column;
  }

  .footer-legal {
    text-align: left;
  }
}
