:root {
  --ink: #07152d;
  --navy: #06182f;
  --navy-2: #08213b;
  --red: #e02026;
  --soft: #f4f6f9;
  --line: #d9dde5;
  --muted: #45505f;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #ffffff;
  color: var(--ink);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0;
}

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

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

.sprite {
  display: none;
}

svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.topbar {
  height: 92px;
  background: #ffffff;
  border-bottom: 1px solid rgba(7, 21, 45, 0.08);
}

.topbar-inner {
  width: 100%;
  height: 92px;
  margin: 0;
  padding: 0 34px;
  display: flex;
  align-items: center;
}

.brand {
  width: 210px;
  flex: 0 0 auto;
}

.brand img {
  width: 210px;
  height: 46px;
  display: block;
}

.nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 31px;
  color: #07152d;
  font-size: 9px;
  font-weight: 800;
  white-space: nowrap;
}

.nav a {
  line-height: 1;
}

.top-cta {
  width: 101px;
  height: 34px;
  margin-left: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background: #bf151b;
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(191, 21, 27, 0.16);
  font-size: 9px;
  font-weight: 800;
}

.hero {
  position: relative;
  height: 362px;
  overflow: hidden;
  background:
    radial-gradient(circle at 54% 30%, rgba(65, 86, 108, 0.42), transparent 40%),
    linear-gradient(90deg, #05172e 0%, #06182f 49%, #0a2038 100%);
}

.hero-photo {
  position: absolute;
  top: 0;
  right: 0;
  width: 575px;
  height: 362px;
  object-fit: cover;
  object-position: right top;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    #06182f 0%,
    #06182f 35%,
    rgba(6, 24, 47, 0.94) 44%,
    rgba(6, 24, 47, 0.72) 55%,
    rgba(6, 24, 47, 0.42) 68%,
    rgba(6, 24, 47, 0.14) 82%,
    rgba(6, 24, 47, 0) 100%
  );
}

.hero-content {
  position: relative;
  z-index: 1;
  width: 550px;
  padding-top: 43px;
  margin-left: 50px;
  color: #ffffff;
}

.hero h1 {
  font-size: 48px;
  line-height: 0.95;
  font-weight: 900;
}

.hero-subtitle {
  margin-top: 4px;
  font-size: 20px;
  line-height: 1.18;
  font-weight: 800;
}

.red-rule {
  display: block;
  width: 54px;
  height: 2px;
  margin: 18px 0 16px;
  background: var(--red);
}

.red-rule.small {
  width: 27px;
  height: 2px;
  margin: 9px 0 14px;
}

.hero h2 {
  font-size: 19px;
  line-height: 1.32;
  font-weight: 800;
}

.hero-copy {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  line-height: 1.37;
  font-weight: 400;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border-radius: 3px;
  background: var(--red);
  color: #ffffff;
  font-weight: 800;
  box-shadow: 0 9px 18px rgba(224, 32, 38, 0.16);
}

.btn span {
  font-size: 18px;
  line-height: 1;
}

.hero-btn {
  width: 242px;
  height: 37px;
  margin-top: 20px;
  font-size: 12px;
}

.feature-strip {
  height: 164px;
  width: 100%;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: start;
  background: #ffffff;
}

.feature {
  position: relative;
  min-height: 116px;
  margin-top: 24px;
  padding: 0 16px;
  text-align: center;
}

.feature + .feature {
  border-left: 1px solid var(--line);
}

.feature svg {
  width: 39px;
  height: 39px;
  margin: 0 auto 11px;
  color: var(--red);
  stroke-width: 1.45;
}

.feature h3 {
  font-size: 11px;
  line-height: 1.1;
  font-weight: 900;
}

.feature p {
  margin-top: 9px;
  color: #000712;
  font-size: 10px;
  line-height: 1.36;
  font-weight: 500;
}

.content-grid {
  width: 100%;
  margin: 0;
  display: grid;
  grid-template-columns: minmax(0, 45%) minmax(0, 1fr);
  gap: 10px;
}

.panel {
  height: 403px;
  border-radius: 0;
  padding: 25px 24px 25px;
}

.panel h2 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
}

.panel p {
  font-size: 12px;
  line-height: 1.48;
  font-weight: 500;
}

.panel p + p {
  margin-top: 10px;
}

.panel-light {
  padding-left: 56px;
  background: linear-gradient(135deg, #e7ebf1 0%, #f3f5f8 100%);
  box-shadow: 0 8px 20px rgba(7, 21, 45, 0.07);
}

.panel-dark {
  padding-right: 36px;
  background:
    radial-gradient(circle at 85% 50%, rgba(30, 71, 106, 0.35), transparent 45%),
    linear-gradient(135deg, #06182f 0%, #08213b 100%);
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(7, 21, 45, 0.13);
}

.check-list {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}

.check-list li {
  position: relative;
  min-height: 18px;
  padding-left: 23px;
  font-size: 11px;
  line-height: 1.55;
  font-weight: 500;
}

.check-list li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--red);
}

.check-list li::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 4px;
  width: 5px;
  height: 3px;
  border-left: 1.5px solid #ffffff;
  border-bottom: 1.5px solid #ffffff;
  transform: rotate(-45deg);
}

.check-list.light li {
  font-size: 12px;
  line-height: 1.63;
}

.note {
  height: 62px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0 17px;
  border-radius: 4px;
  background: #d7dde6;
}

.note svg {
  width: 38px;
  height: 38px;
  color: var(--ink);
  flex: 0 0 auto;
}

.note strong {
  font-size: 13px;
  line-height: 1.35;
  font-weight: 900;
}

.dark-note {
  height: 57px;
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 13px;
}

.people-badge {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border: 2px solid var(--red);
  border-radius: 50%;
  color: #ffffff;
}

.people-badge svg {
  width: 31px;
  height: 31px;
  stroke-width: 0;
  fill: currentColor;
}

.dark-note strong {
  min-height: 55px;
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 13px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 900;
}

.steps-section {
  width: 100%;
  margin: 30px 0 0;
  padding: 0 34px 22px 50px;
}

.steps-section h2,
.audience-section h2 {
  font-size: 21px;
  line-height: 1.15;
  font-weight: 900;
}

.steps-section .red-rule.small,
.audience-section .red-rule.small {
  margin: 9px 0 1px;
}

.steps {
  margin: 12px 0 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 10px minmax(0, 1fr) 10px minmax(0, 1fr);
  align-items: center;
}

.step-card {
  position: relative;
  height: 101px;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 18px 24px 17px 28px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #ffffff;
}

.step-number {
  position: absolute;
  top: -14px;
  left: 93px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--navy);
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
}

.step-card svg {
  width: 42px;
  height: 42px;
  color: var(--ink);
  flex: 0 0 auto;
}

.step-card h3 {
  font-size: 11px;
  line-height: 1.1;
  font-weight: 900;
}

.step-card p {
  margin-top: 7px;
  font-size: 10px;
  line-height: 1.32;
  font-weight: 500;
}

.step-arrow {
  color: var(--red);
  font-size: 34px;
  line-height: 1;
  text-align: center;
  transform: translateY(-2px);
  position: relative;
  z-index: 2;
}

.audience-section {
  width: 100%;
  margin: 15px 0 0;
  padding: 0 34px 0 50px;
}

.audience-grid {
  margin-top: 8px;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 10px;
}

.audience {
  min-height: 69px;
  text-align: center;
  color: var(--ink);
}

.audience svg {
  width: 32px;
  height: 32px;
  margin: 0 auto 7px;
  stroke-width: 1.45;
}

.audience strong {
  display: block;
  font-size: 9.6px;
  line-height: 1.08;
  font-weight: 900;
}

footer {
  margin-top: 24px;
}

.footer-main {
  height: 183px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 459px 1fr;
}

.footer-about {
  padding: 14px 50px 0;
  background:
    radial-gradient(circle at 80% 30%, rgba(17, 58, 94, 0.45), transparent 38%),
    linear-gradient(135deg, #06182f 0%, #08213b 100%);
  color: #ffffff;
}

.footer-contact {
  position: relative;
  padding: 16px 50px 0 44px;
  background: linear-gradient(135deg, #e7ebf1 0%, #f3f5f8 100%);
}

.footer-about h2,
.footer-contact h2 {
  font-size: 18px;
  line-height: 1.15;
  font-weight: 900;
}

.footer-about .red-rule.small,
.footer-contact .red-rule.small {
  margin: 7px 0 9px;
}

.footer-about p {
  max-width: 363px;
  font-size: 11.4px;
  line-height: 1.24;
  font-weight: 500;
}

.footer-about p + p {
  margin-top: 7px;
}

.mr-logo {
  margin-top: 7px;
  display: flex;
  align-items: center;
  gap: 7px;
}

.mr-logo span {
  width: 27px;
  height: 27px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  background: var(--red);
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
}

.mr-logo strong {
  color: #ffffff;
  font-size: 21px;
  line-height: 1;
  font-weight: 900;
}

.footer-contact p {
  max-width: 370px;
  font-size: 11.5px;
  line-height: 1.32;
  font-weight: 500;
}

.contact-row {
  margin-top: 13px;
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--ink);
}

.contact-row + .contact-row {
  margin-top: 10px;
}

.contact-row svg {
  width: 18px;
  height: 18px;
  color: var(--ink);
  stroke-width: 2.1;
}

.contact-row strong {
  font-size: 13px;
  font-weight: 900;
}

.footer-btn {
  position: absolute;
  right: 36px;
  bottom: 28px;
  width: 222px;
  height: 38px;
  justify-content: space-between;
  gap: 10px;
  padding: 0 15px 0 16px;
  font-size: 10.2px;
  line-height: 1;
  white-space: nowrap;
}

.footer-bar {
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: var(--navy);
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.mini-shield {
  width: 23px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--red);
}

.mini-shield svg {
  width: 23px;
  height: 23px;
  stroke-width: 1.45;
}

.footer-bar p {
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
}

@media (max-width: 900px) {
  .topbar,
  .hero,
  .feature-strip,
  .content-grid,
  .steps-section,
  .audience-section,
  .footer-main {
    width: 100%;
  }

  .topbar {
    height: auto;
  }

  .topbar-inner {
    width: 100%;
    height: auto;
    padding: 18px 22px;
    flex-wrap: wrap;
    gap: 18px;
  }

  .nav {
    order: 3;
    width: 100%;
    margin-left: 0;
    justify-content: flex-end;
    gap: 18px;
    overflow-x: auto;
  }

  .top-cta {
    margin-left: auto;
  }

  .hero {
    min-height: 520px;
    height: auto;
  }

  .hero-photo {
    width: 100%;
    opacity: 0.45;
  }

  .hero-shade {
    background: linear-gradient(90deg, rgba(6, 24, 47, 0.95), rgba(6, 24, 47, 0.62));
  }

  .hero-content {
    width: auto;
    margin: 0;
    padding: 44px 28px 45px;
  }

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

  .feature-strip,
  .content-grid,
  .audience-grid {
    grid-template-columns: 1fr 1fr;
    height: auto;
  }

  .feature {
    min-height: 145px;
  }

  .content-grid {
    padding: 0 20px;
  }

  .steps {
    margin-left: 0;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .step-arrow {
    display: none;
  }

  .steps-section,
  .audience-section {
    padding: 0 20px;
  }

  .audience-grid {
    gap: 24px 10px;
  }

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

  .footer-about,
  .footer-contact {
    padding: 24px 28px;
  }

  .footer-btn {
    position: static;
    margin-top: 18px;
  }
}
