:root {
  --navy: #011133;
  --blue: #0160e2;
  --light: #f2f2f2;
  --ink: #191919;
  --white: #ffffff;
  --line: rgba(1, 17, 51, 0.12);
  --shadow: 0 24px 70px rgba(1, 17, 51, 0.15);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 84px;
  padding: 18px clamp(20px, 5vw, 72px);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand img {
  width: min(260px, 48vw);
  height: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: auto;
  color: rgba(25, 25, 25, 0.74);
  font-size: 0.95rem;
  font-weight: 600;
}

.main-nav a:hover {
  color: var(--blue);
}

.header-cta {
  padding: 12px 18px;
  border-radius: 6px;
  color: var(--white);
  background: var(--navy);
  font-weight: 700;
  white-space: nowrap;
}

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

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--navy);
}

.section,
.section-band {
  padding: clamp(64px, 8vw, 112px) clamp(20px, 5vw, 72px);
}

.section {
  max-width: 1240px;
  margin: 0 auto;
}

.section-band {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: clamp(36px, 6vw, 76px);
  align-items: center;
}

.hero {
  min-height: calc(100vh - 84px);
  padding-top: clamp(56px, 7vw, 88px);
  padding-bottom: clamp(56px, 7vw, 88px);
  background:
    radial-gradient(circle at 84% 18%, rgba(1, 96, 226, 0.23), transparent 32%),
    linear-gradient(135deg, var(--navy) 0%, #031b50 68%, #ffffff 68%, #ffffff 100%);
  color: var(--white);
}

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

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #8fc0ff;
}

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

h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(2.45rem, 5.1vw, 4.65rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  color: var(--navy);
  font-size: 1.2rem;
  line-height: 1.2;
}

.hero-copy {
  max-width: 650px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.08rem, 2vw, 1.34rem);
}

.hero-actions,
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 0;
  border-radius: 6px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.primary {
  color: var(--white);
  background: var(--blue);
  box-shadow: 0 16px 36px rgba(1, 96, 226, 0.28);
}

.secondary {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
}

.trust-row {
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.95rem;
  font-weight: 700;
}

.trust-row span {
  position: relative;
  padding-left: 16px;
}

.trust-row span::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blue);
  content: "";
}

.hero-panel {
  color: var(--navy);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(1, 17, 51, 0.1);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: clamp(24px, 4vw, 36px);
}

.status-line {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}

.status-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #20c997;
  box-shadow: 0 0 0 7px rgba(32, 201, 151, 0.12);
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 28px 0;
}

.metric-grid div {
  min-height: 116px;
  padding: 16px;
  border-radius: 8px;
  background: var(--light);
}

.metric-grid strong,
.metric-grid span {
  display: block;
}

.metric-grid strong {
  color: var(--blue);
  font-size: clamp(1.3rem, 3vw, 2rem);
  line-height: 1;
}

.metric-grid span {
  margin-top: 10px;
  color: rgba(25, 25, 25, 0.72);
  font-size: 0.9rem;
  font-weight: 700;
}

.support-ticket {
  padding: 20px;
  border-left: 4px solid var(--blue);
  background: rgba(1, 96, 226, 0.08);
}

.support-ticket span,
.support-ticket strong {
  display: block;
}

.support-ticket span {
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.support-ticket strong {
  margin-top: 6px;
  font-size: 1.05rem;
  line-height: 1.35;
}

.section-heading {
  max-width: 880px;
  margin-bottom: 38px;
}

.section-heading.compact {
  max-width: 760px;
}

.benefit-list,
.services-grid,
.plans-grid {
  display: grid;
  gap: 18px;
}

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

.benefit-list article {
  padding: 28px 0;
  border-top: 1px solid var(--line);
}

.benefit-list span {
  display: block;
  margin-bottom: 18px;
  color: var(--blue);
  font-weight: 800;
}

.benefit-list p,
.service-card p,
.plan-card p,
.promise p,
.contact-copy p,
.site-footer p {
  color: rgba(25, 25, 25, 0.72);
}

.services-section {
  background: var(--white);
}

.services-grid {
  grid-template-columns: repeat(4, 1fr);
}

.service-card,
.plan-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.service-card {
  display: flex;
  flex-direction: column;
  min-height: 360px;
  padding: 24px;
}

.icon-box {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 22px;
  border-radius: 8px;
  color: var(--white);
  background: var(--navy);
  font-size: 0.8rem;
  font-weight: 800;
}

ul {
  display: grid;
  gap: 9px;
  margin: auto 0 0;
  padding: 0;
  list-style: none;
}

li {
  position: relative;
  padding-left: 22px;
  color: rgba(25, 25, 25, 0.78);
}

li::before {
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue);
  content: "";
}

.promise {
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  color: var(--white);
  background: var(--navy);
}

.promise h2,
.promise p {
  color: var(--white);
}

.promise p:last-child {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.12rem;
}

.plans-grid {
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
}

.plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 560px;
  padding: 30px;
}

.plan-card.featured {
  border-color: rgba(1, 96, 226, 0.38);
  box-shadow: var(--shadow);
}

.badge {
  align-self: flex-start;
  margin-bottom: 18px;
  padding: 7px 10px;
  border-radius: 6px;
  color: var(--white);
  background: var(--blue);
  font-size: 0.78rem;
  font-weight: 800;
}

.price {
  margin: 20px 0 12px;
  color: var(--navy);
  font-weight: 700;
}

.price strong {
  font-size: 2.3rem;
  line-height: 1;
}

.price span {
  color: rgba(25, 25, 25, 0.56);
}

.price.custom strong {
  font-size: 1.55rem;
}

.plan-button {
  margin-top: auto;
  color: var(--navy);
  border: 1px solid var(--line);
  background: var(--light);
}

.plan-card .primary {
  margin-top: auto;
}

.contact-section {
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  background: var(--light);
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 4vw, 34px);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 8px;
  color: var(--navy);
  font-size: 0.92rem;
  font-weight: 800;
}

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

input:focus,
textarea:focus {
  border-color: var(--blue);
  outline: 3px solid rgba(1, 96, 226, 0.13);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px clamp(20px, 5vw, 72px);
  border-top: 1px solid var(--line);
  background: var(--white);
}

.site-footer img {
  width: 220px;
}

.site-footer p {
  max-width: 520px;
  margin: 0;
  text-align: right;
}

@media (max-width: 1040px) {
  .header-cta {
    display: none;
  }

  .section-band,
  .promise,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    background:
      radial-gradient(circle at 88% 18%, rgba(1, 96, 226, 0.24), transparent 34%),
      linear-gradient(160deg, var(--navy) 0%, #031b50 80%, #ffffff 80%, #ffffff 100%);
  }

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

@media (max-width: 760px) {
  .site-header {
    min-height: 74px;
    padding: 14px 20px;
  }

  .brand img {
    width: min(220px, 66vw);
  }

  .nav-toggle {
    display: block;
  }

  .main-nav {
    position: absolute;
    top: 73px;
    right: 20px;
    left: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin: 0;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .main-nav a {
    padding: 13px 10px;
  }

  .main-nav.is-open {
    display: flex;
  }

  .section,
  .section-band {
    padding: 56px 20px;
  }

  h1 {
    font-size: clamp(2.25rem, 11vw, 3.8rem);
  }

  h2 {
    font-size: clamp(1.9rem, 9vw, 3rem);
  }

  .benefit-list,
  .services-grid,
  .plans-grid {
    grid-template-columns: 1fr;
  }

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

  .service-card,
  .plan-card {
    min-height: auto;
  }

  .site-footer {
    display: grid;
  }

  .site-footer p {
    text-align: left;
  }
}
