:root {
  --blue: #0f5bd8;
  --blue-dark: #0b3f99;
  --green: #00a36c;
  --teal: #0f766e;
  --ink: #0f172a;
  --muted: #52637d;
  --line: #dbe5f0;
  --surface: #ffffff;
  --soft: #f4f8fc;
  --warning: #ffb020;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(15, 91, 216, 0.08), transparent 24rem),
    var(--soft);
}

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

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

.page-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.topbar {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-weight: 900;
  color: var(--blue-dark);
}

.brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.topbar__actions {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.topbar__actions a {
  padding: 0.62rem 0.9rem;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
}

.topbar__actions a:hover {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.74);
  color: var(--blue-dark);
}

.hero {
  min-height: calc(100vh - 100px);
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(380px, 0.68fr);
  align-items: center;
  gap: 2rem;
  padding: 1.25rem 0 2rem;
}

.hero__media {
  order: 2;
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(15, 91, 216, 0.18);
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.55), transparent 24%),
    linear-gradient(135deg, var(--blue) 0%, var(--teal) 52%, var(--green) 100%);
}

.hero__media::before {
  content: "";
  position: absolute;
  inset: 9%;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 24px;
}

.hero__media::after {
  content: "";
  position: absolute;
  width: 72%;
  height: 72%;
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.04));
  transform: rotate(-12deg);
}

.visual-card {
  position: absolute;
  z-index: 1;
  width: min(72%, 360px);
  padding: 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 22px;
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: 0 24px 52px rgba(15, 23, 42, 0.18);
  backdrop-filter: blur(16px);
}

.visual-card span,
.visual-card small,
.visual-card strong {
  display: block;
}

.visual-card span,
.visual-card small {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
}

.visual-card span {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.68rem;
}

.visual-card strong {
  margin: 0.35rem 0;
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  line-height: 1;
}

.visual-card small {
  font-size: 0.82rem;
}

.visual-card--main {
  top: 24%;
  left: 12%;
}

.visual-card--salary {
  right: 9%;
  bottom: 25%;
  width: min(54%, 260px);
}

.visual-card--contract {
  left: 16%;
  bottom: 10%;
  width: min(48%, 230px);
}

.hero__content {
  order: 1;
  padding: 1rem 0 2rem;
}

.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
  font-weight: 900;
}

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

h1 {
  max-width: 690px;
  margin-bottom: 1rem;
  color: var(--ink);
  font-size: clamp(2.75rem, 7vw, 5.9rem);
  line-height: 0.95;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 0.8rem;
  font-size: clamp(1.75rem, 3vw, 2.6rem);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 0.45rem;
  font-size: 1.06rem;
}

.hero__lead {
  max-width: 580px;
  margin-bottom: 1.35rem;
  color: var(--muted);
  font-size: 1.18rem;
  line-height: 1.55;
}

.speed-panel {
  display: grid;
  gap: 0.2rem;
  max-width: 420px;
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(15, 91, 216, 0.08), rgba(0, 163, 108, 0.12)),
    rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
}

.speed-panel span {
  display: block;
  color: var(--muted);
  font-weight: 800;
}

.speed-panel strong {
  display: block;
  color: var(--blue-dark);
  font-size: 1.65rem;
  line-height: 1;
}

.primary-cta,
.secondary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0.9rem 1.25rem;
  border-radius: 999px;
  font-weight: 900;
}

.primary-cta {
  min-width: 220px;
  color: #fff;
  background: linear-gradient(90deg, var(--blue), var(--green));
  box-shadow: 0 16px 36px rgba(15, 91, 216, 0.2);
}

.secondary-cta {
  color: var(--blue-dark);
  border: 1px solid var(--line);
  background: #fff;
}

.trust-line {
  margin: 0.9rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin: 0 0 1rem;
}

.proof-strip article,
.benefit-grid article,
.final-cta {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.06);
}

.proof-strip article {
  padding: 1rem;
}

.proof-strip strong,
.proof-strip span {
  display: block;
}

.proof-strip strong {
  font-size: 1.35rem;
}

.proof-strip span,
.benefit-grid p {
  color: var(--muted);
  line-height: 1.5;
}

.benefits {
  padding: 4rem 0 2rem;
}

.section-heading {
  max-width: 680px;
  margin-bottom: 1.25rem;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.benefit-grid article {
  padding: 1.2rem;
}

.icon-pill {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  color: #fff;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--blue), var(--teal));
  font-weight: 900;
}

.final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  margin: 2rem 0 2.5rem;
  padding: 1.4rem;
}

.final-cta h2 {
  max-width: 680px;
  margin-bottom: 0;
}

.final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.65rem;
}

@media (max-width: 900px) {
  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .hero__media {
    order: 1;
    min-height: 280px;
  }

  .visual-card--main {
    top: 12%;
  }

  .visual-card--salary {
    right: 7%;
    bottom: 18%;
  }

  .visual-card--contract {
    bottom: 8%;
  }

  .hero__content {
    order: 2;
  }

  .benefit-grid,
  .proof-strip {
    grid-template-columns: 1fr;
  }

  .final-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .final-cta__actions {
    justify-content: stretch;
  }

  .final-cta__actions a {
    flex: 1 1 180px;
  }
}

@media (max-width: 620px) {
  .page-shell {
    width: min(100% - 20px, 1180px);
  }

  .topbar {
    min-height: 68px;
  }

  .topbar__actions {
    display: none;
  }

  .primary-cta {
    width: 100%;
  }
}
