:root {
  --ink: #002a56;
  --deep: #001936;
  --blue: #075fb2;
  --bright: #0b73d9;
  --pale: #f4f8fc;
  --white: #ffffff;
  --silver: #d9e2ec;
  --muted: #52677d;
  --line: rgba(0, 42, 86, 0.14);
  color: var(--ink);
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  background: var(--pale);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--pale);
}

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

.header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 10px clamp(18px, 5vw, 64px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: max-content;
}

.brand-wordmark {
  display: grid;
  gap: 1px;
  color: var(--ink);
  line-height: 1;
  text-transform: uppercase;
}

.brand-wordmark strong,
.brand-wordmark em {
  display: block;
  font-style: normal;
  letter-spacing: 0.12em;
}

.brand-wordmark strong {
  font-size: 22px;
  font-weight: 900;
}

.brand-wordmark em {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding: 0 28px;
  color: var(--blue);
  font-size: 15px;
  font-weight: 900;
}

.brand-wordmark em::before,
.brand-wordmark em::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 22px;
  height: 2px;
  background: var(--blue);
}

.brand-wordmark em::before {
  left: 0;
}

.brand-wordmark em::after {
  right: 0;
}

nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2.6vw, 30px);
  color: var(--muted);
  font-size: 15px;
  font-weight: 800;
}

.nav-action {
  border-radius: 8px;
  padding: 10px 13px;
  color: var(--white);
  background: var(--blue);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 500px);
  gap: clamp(32px, 6vw, 80px);
  align-items: center;
  min-height: calc(100vh - 79px);
  padding: clamp(54px, 8vw, 112px) clamp(18px, 5vw, 64px);
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 80% 20%, rgba(11, 115, 217, 0.46), transparent 30%),
    linear-gradient(120deg, rgba(0, 25, 54, 0.98), rgba(0, 42, 86, 0.96), rgba(7, 95, 178, 0.86));
}

.hero-copy {
  max-width: 820px;
}

.eyebrow {
  margin: 0 0 14px;
  color: #9bd0ff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: 0;
}

h1 {
  max-width: 820px;
  margin-bottom: 24px;
  font-size: clamp(48px, 7.4vw, 94px);
  line-height: 0.98;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(32px, 4.4vw, 58px);
  line-height: 1.07;
}

h3 {
  margin-bottom: 10px;
  font-size: 28px;
}

.hero-copy > p {
  max-width: 660px;
  margin-bottom: 30px;
  color: #dcecff;
  font-size: clamp(19px, 2vw, 24px);
  line-height: 1.48;
}

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

.button,
button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border-radius: 8px;
  padding: 14px 18px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.button.primary,
button {
  border: 0;
  color: var(--white);
  background: var(--bright);
}

.button.secondary {
  border: 1px solid rgba(255, 255, 255, 0.36);
  color: var(--white);
}

.revenue-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.28);
}

.card-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px;
  border-bottom: 1px solid var(--line);
  background: #edf5ff;
  font-weight: 900;
}

.card-top strong {
  color: var(--bright);
}

.big-number {
  padding: 28px 28px 8px;
  color: var(--blue);
  font-size: clamp(48px, 5vw, 68px);
  font-weight: 900;
  line-height: 1;
}

.revenue-card p {
  margin: 0;
  padding: 0 28px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.5;
}

.path {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: end;
  gap: 12px;
  height: 150px;
  padding: 26px 28px 0;
}

.path span {
  display: block;
  border-radius: 10px 10px 0 0;
  background: var(--blue);
}

.path span:nth-child(1) {
  height: 42%;
}

.path span:nth-child(2) {
  height: 60%;
  background: #4b8ecb;
}

.path span:nth-child(3) {
  height: 78%;
  background: var(--bright);
}

.path span:nth-child(4) {
  height: 100%;
  background: var(--ink);
}

ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 26px 28px 30px;
  list-style: none;
  color: var(--muted);
  font-weight: 900;
}

li::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--bright);
}

.why,
.system,
.fit,
.promise,
.pricing,
.contact {
  padding: clamp(54px, 8vw, 100px) clamp(18px, 5vw, 64px);
}

.why {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1fr);
  gap: clamp(28px, 6vw, 82px);
  align-items: end;
  background: var(--white);
}

.why .eyebrow,
.system .eyebrow,
.fit .eyebrow,
.pricing .eyebrow {
  color: var(--blue);
}

.why > p,
.fit-list p,
.contact p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.65;
}

.system {
  background: #edf5ff;
}

.section-head {
  max-width: 900px;
  margin-bottom: 34px;
}

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

.steps article {
  min-height: 250px;
  padding: 28px;
  border-radius: 8px;
  color: var(--white);
  background: var(--ink);
}

.steps span {
  display: inline-block;
  margin-bottom: 34px;
  color: #9bd0ff;
  font-weight: 900;
}

.steps p {
  margin-bottom: 0;
  color: #dcecff;
  font-size: 17px;
  line-height: 1.58;
}

.fit {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1fr);
  gap: clamp(28px, 6vw, 82px);
  background: var(--white);
}

.fit-list {
  display: grid;
  gap: 12px;
}

.fit-list p {
  max-width: none;
  padding: 18px 20px;
  border-left: 5px solid var(--bright);
  border-radius: 0 8px 8px 0;
  background: var(--pale);
  font-weight: 900;
}

.promise {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.promise div {
  min-height: 190px;
  padding: 30px;
  background: var(--pale);
}

.promise strong,
.promise span {
  display: block;
}

.promise strong {
  margin-bottom: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
}

.promise span {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.pricing {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1fr);
  gap: clamp(28px, 6vw, 82px);
  background: var(--white);
}

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

.price-grid article {
  min-width: 0;
  overflow: hidden;
  padding: 26px;
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(135deg, var(--deep), var(--blue));
}

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

.price-grid span {
  margin-bottom: 16px;
  color: #9bd0ff;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.price-grid strong {
  margin-bottom: 12px;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.08;
  overflow-wrap: break-word;
}

.price-grid p {
  margin: 0;
  color: #dcecff;
  line-height: 1.55;
}

.contact {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(320px, 520px);
  gap: clamp(28px, 6vw, 80px);
  color: var(--white);
  background: var(--deep);
}

.contact.standalone {
  min-height: calc(100vh - 79px);
  grid-template-columns: minmax(0, 900px);
  align-items: center;
}

.contact .eyebrow {
  color: #9bd0ff;
}

.contact p {
  color: #dcecff;
}

form {
  display: grid;
  gap: 16px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

label {
  display: grid;
  gap: 8px;
  color: #f0f6ff;
  font-size: 14px;
  font-weight: 900;
}

.hidden-field {
  display: none;
}

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

textarea {
  min-height: 116px;
  resize: vertical;
}

#form-note {
  margin: 0;
  color: #c7dcf4;
  font-size: 13px;
  line-height: 1.45;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 24px clamp(18px, 5vw, 64px);
  color: #dcecff;
  background: #001327;
  font-size: 14px;
  font-weight: 900;
}

footer span:first-child {
  color: var(--white);
}

.plain-page {
  max-width: 920px;
  min-height: calc(100vh - 79px);
  padding: clamp(54px, 8vw, 100px) clamp(18px, 5vw, 64px);
  background: var(--pale);
}

.plain-page .eyebrow {
  color: var(--blue);
}

.plain-page h1 {
  color: var(--ink);
  font-size: clamp(42px, 6vw, 78px);
}

.plain-page p {
  color: var(--muted);
  font-size: 19px;
  line-height: 1.68;
}

@media (max-width: 900px) {
  .header {
    align-items: flex-start;
    flex-direction: column;
  }

  nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero,
  .why,
  .fit,
  .pricing,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .steps,
  .promise,
  .price-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .brand-wordmark strong {
    font-size: 19px;
  }

  .brand-wordmark em {
    font-size: 13px;
    padding: 0 22px;
  }

  nav {
    gap: 10px;
    font-size: 14px;
  }

  .nav-action {
    padding: 9px 11px;
  }

  h1 {
    font-size: 43px;
  }

  .revenue-card {
    display: none;
  }

  .actions {
    display: grid;
  }

  footer {
    flex-direction: column;
  }
}
