:root {
  --bg-main: #f7fbfd;
  --bg-secondary: #edf6fa;
  --primary: #0f3d56;
  --primary-soft: #23647f;
  --accent: #35c7d0;
  --accent-light: #7fe4ea;
  --green: #8cc63f;
  --text-dark: #10212b;
  --text-light: #5f7280;
  --white: #ffffff;
  --border-soft: rgba(15, 61, 86, 0.09);
  --glass: rgba(255,255,255,0.58);
  --shadow-soft: 0 24px 80px rgba(15, 61, 86, 0.10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--text-dark);
  background: var(--bg-main);
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

a { color: inherit; }

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  /*padding: 30px 58px;*/
  pointer-events: none;
}

.brand {
  display: inline-flex;
  align-items: center;
  pointer-events: auto;
}

.brand img {
  width: 290px;
  max-width: 78vw;
  height: auto;
  display: block;
  filter: drop-shadow(0 18px 34px rgba(15, 61, 86, 0.10));
}

.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(53,199,208,0.18), transparent 28%),
    radial-gradient(circle at 85% 22%, rgba(127,228,234,0.18), transparent 28%),
    radial-gradient(circle at bottom right, rgba(15,61,86,0.08), transparent 32%),
    linear-gradient(180deg, #fbfdff 0%, #eef7fb 100%);
}

.dna-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.72) 0%, rgba(255,255,255,0.36) 45%, rgba(247,251,253,0.88) 100%),
    radial-gradient(circle at center, rgba(255,255,255,0.10), rgba(255,255,255,0.52));
}

.hero-content {
  position: relative;
  z-index: 10;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 160px 24px 90px;
}

.eyebrow, .section-kicker {
  margin: 0 0 18px;
  color: var(--accent);
  font-size: 0.83rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0 0 28px;
  max-width: 1050px;
  color: var(--primary);
  font-size: clamp(3.25rem, 7.2vw, 6.8rem);
  line-height: 1.01;
  letter-spacing: -0.058em;
  font-weight: 800;
}

.hero-lead {
  margin: 0 0 44px;
  max-width: 880px;
  color: var(--text-light);
  font-size: clamp(1.08rem, 2vw, 1.42rem);
  line-height: 1.72;
  font-weight: 500;
}

.hero-actions, .contact-actions {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 16px 34px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: -0.01em;
  transition: transform .28s ease, box-shadow .28s ease, background .28s ease;
}

.btn-primary {
  color: white;
  background: linear-gradient(135deg, #35c7d0, #66dce3);
  box-shadow: 0 14px 36px rgba(53,199,208,0.26);
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 46px rgba(53,199,208,0.32);
}

.btn-secondary {
  color: var(--primary);
  background: rgba(255,255,255,0.72);
  border: 1px solid var(--border-soft);
  backdrop-filter: blur(14px);
  box-shadow: 0 10px 30px rgba(15,61,86,0.07);
}

.btn-secondary:hover {
  transform: translateY(-3px);
  background: var(--white);
  box-shadow: 0 16px 36px rgba(15,61,86,0.10);
}

.section {
  padding: 110px 24px;
  background: var(--bg-main);
}

.section-light {
  background: linear-gradient(180deg, #f7fbfd, #eef7fb);
}

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

.section-heading {
  max-width: 760px;
  margin-bottom: 46px;
}

.section h2 {
  margin: 0 0 18px;
  color: var(--primary);
  font-size: clamp(2.1rem, 4.8vw, 4.15rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.section-heading p, .muted {
  color: var(--text-light);
  font-size: 1.08rem;
  line-height: 1.72;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.glass-card {
  background: rgba(255,255,255,0.64);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,0.55);
  box-shadow: var(--shadow-soft);
}

.card {
  border-radius: 32px;
  padding: 34px;
}

.card-number {
  display: inline-flex;
  margin-bottom: 52px;
  color: var(--accent);
  font-weight: 800;
  letter-spacing: 0.12em;
}

.card h3 {
  margin: 0 0 14px;
  color: var(--primary);
  font-size: 1.38rem;
  letter-spacing: -0.025em;
}

.card p {
  margin: 0;
  color: var(--text-light);
  line-height: 1.7;
}

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
  align-items: start;
}

.steps {
  display: grid;
  gap: 16px;
}

.step {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  align-items: center;
  padding: 22px 24px;
  border-radius: 24px;
  background: white;
  border: 1px solid var(--border-soft);
  box-shadow: 0 12px 36px rgba(15, 61, 86, 0.055);
}

.step strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  color: white;
  background: linear-gradient(135deg, var(--primary), var(--accent));
}

.step span {
  color: var(--primary);
  font-weight: 700;
}

.offer-section, .modes-section, .faq-section { background: linear-gradient(180deg, var(--bg-main), var(--bg-secondary)); }
.cards-grid, .mode-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.offer-section .section-heading {
	margin: 0 auto 46px auto;
	text-align: center;
}
	
.offer-section .section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--accent);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.premium-card, .mode-card {
  background: var(--glass);
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 32px;
  padding: 34px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}
.premium-card:hover, .mode-card:hover { transform: translateY(-6px); transition: transform .25s ease; }
.card-icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  color: white;
  font-weight: 800;
  background: linear-gradient(135deg, var(--accent), var(--green));
  margin-bottom: 28px;
}
h3 {
  color: var(--primary);
  font-size: 1.5rem;
  line-height: 1.18;
  letter-spacing: -.025em;
  margin-bottom: 16px;
}
.premium-card p, .mode-card p, .timeline-item p, .faq-list p { color: var(--text-soft); line-height: 1.7; }
ul { list-style: none; padding: 0; margin: 24px 0 0; }
li {
  color: var(--primary-deep);
  margin: 12px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
li::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--green));
  flex: 0 0 auto;
}

.contact-section {
  padding-top: 80px;
}

.contact-card {
  border-radius: 38px;
  padding: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.contact-card h2 { max-width: 680px; }

@media (max-width: 900px) {
  .site-header { padding: 24px 24px; }
  .brand img { width: 260px; }
  .hero-content { padding-top: 150px; }
  .cards-grid, .split { grid-template-columns: 1fr; }
  .contact-card { flex-direction: column; align-items: flex-start; }
  .contact-actions { justify-content: flex-start; }
}

@media (max-width: 560px) {
  .brand img { width: 220px; }
  .site-header { padding: 20px; }
  .hero h1 { font-size: clamp(2.65rem, 16vw, 4.2rem); }
  .hero-lead { font-size: 1rem; }
  .btn { width: 100%; }
  .hero-actions, .contact-actions { width: 100%; }
  .section { padding: 82px 18px; }
  .card, .contact-card { padding: 26px; border-radius: 26px; }
}

.pathways-section {
  position: relative;
  overflow: hidden;
  padding: 120px 24px;
  background:
    radial-gradient(circle at 15% 20%, rgba(53, 199, 208, 0.18), transparent 34%),
    radial-gradient(circle at 85% 75%, rgba(123, 228, 234, 0.22), transparent 34%),
    linear-gradient(180deg, #f8fcff 0%, #eef7fb 100%);
}

.section-container {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.pathways-bg {
  position: absolute;
  inset: auto -10% -35% -10%;
  height: 420px;
  background: radial-gradient(circle, rgba(53, 199, 208, 0.18), transparent 62%);
  filter: blur(30px);
  pointer-events: none;
}

.pathways-inner {
  position: relative;
  z-index: 2;
  text-align: center;
}

.section-eyebrow {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 16px;
  border: 1px solid rgba(15, 61, 86, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(14px);
  color: #35c7d0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pathways-section h2 {
  margin: 0 auto 22px;
  max-width: 820px;
  color: #0f3d56;
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.pathways-lead {
  max-width: 780px;
  margin: 0 auto 58px;
  color: #5f7280;
  font-size: clamp(1.05rem, 1.6vw, 1.32rem);
  line-height: 1.75;
}

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

.pathway-card {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  padding: 46px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 36px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.46));
  box-shadow:
    0 28px 80px rgba(15, 61, 86, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(22px);
  text-align: left;
  transition:
    transform 0.45s ease,
    box-shadow 0.45s ease,
    border-color 0.45s ease;
}

.pathway-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  background:
    radial-gradient(circle at 20% 10%, rgba(53, 199, 208, 0.22), transparent 36%),
    radial-gradient(circle at 90% 100%, rgba(127, 228, 234, 0.2), transparent 36%);
  opacity: 0;
  transition: opacity 0.45s ease;
  pointer-events: none;
}

.pathway-card:hover {
  transform: translateY(-8px);
  border-color: rgba(53, 199, 208, 0.28);
  box-shadow:
    0 34px 100px rgba(15, 61, 86, 0.14),
    0 18px 40px rgba(53, 199, 208, 0.14);
}

.pathway-card:hover::before {
  opacity: 1;
}

.pathway-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 86px;
  height: 86px;
  margin-bottom: 34px;
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(53, 199, 208, 0.18), rgba(255, 255, 255, 0.82));
  box-shadow:
    0 16px 34px rgba(53, 199, 208, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.pathway-icon svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: #0f3d56;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pathway-card h3 {
  position: relative;
  margin: 0 0 18px;
  color: #0f3d56;
  font-size: clamp(1.65rem, 2.4vw, 2.15rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.pathway-card p {
  position: relative;
  margin: 0 0 26px;
  color: #5f7280;
  font-size: 1.05rem;
  line-height: 1.75;
}

.pathway-card ul {
  position: relative;
  display: grid;
  gap: 12px;
  margin: 0 0 34px;
  padding: 0;
  list-style: none;
}

.pathway-card li {
  position: relative;
  padding-left: 30px;
  color: #213947;
  font-weight: 500;
}

.pathway-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, #35c7d0, #7fe4ea);
  box-shadow: 0 0 0 5px rgba(53, 199, 208, 0.12);
}

.pathway-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding: 16px 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, #35c7d0, #62dbe2);
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 16px 36px rgba(53, 199, 208, 0.25);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.pathway-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 46px rgba(53, 199, 208, 0.32);
}

.pathway-button.secondary {
  background: #ffffff;
  color: #0f3d56;
  border: 1px solid rgba(15, 61, 86, 0.09);
  box-shadow: 0 16px 38px rgba(15, 61, 86, 0.08);
}

.reveal-card {
  opacity: 0;
  transform: translateY(24px);
  animation: pathwayReveal 0.9s ease forwards;
}

.reveal-card.delay {
  animation-delay: 0.16s;
}

@keyframes pathwayReveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 860px) {
  .pathways-section {
    padding: 88px 18px;
  }

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

  .pathway-card {
    min-height: auto;
    padding: 34px 28px;
    border-radius: 28px;
  }

  .pathway-icon {
    width: 76px;
    height: 76px;
    border-radius: 24px;
  }
}

.journey-section {
  position: relative;
  overflow: hidden;
  padding: 120px 24px;
  background:
    radial-gradient(circle at 15% 20%, rgba(53, 199, 208, 0.18), transparent 34%),
    radial-gradient(circle at 85% 75%, rgba(127, 228, 234, 0.2), transparent 34%),
    linear-gradient(180deg, #f8fcff 0%, #eef7fb 100%);
}

.journey-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 70px;
}

.journey-header h2 {
  margin: 0 0 22px;
  color: #0f3d56;
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.journey-header p {
  color: #5f7280;
  font-size: clamp(1.05rem, 1.6vw, 1.32rem);
  line-height: 1.75;
}

.journey-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  border-radius: 42px;
  overflow: hidden;
  background: rgba(255,255,255,0.45);
  backdrop-filter: blur(22px);
  border: 1px solid rgba(255,255,255,0.7);
  box-shadow: 0 34px 100px rgba(15, 61, 86, 0.12);
}

.journey-split::before {
  content: "";
  position: absolute;
  top: 36px;
  bottom: 36px;
  left: 50%;
  width: 1px;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(15, 61, 86, 0.14),
    rgba(53, 199, 208, 0.34),
    rgba(15, 61, 86, 0.14),
    transparent
  );
}

.journey-column {
  padding: 54px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.journey-column:first-child {
  background: linear-gradient(145deg, rgba(255,255,255,0.72), rgba(255,255,255,0.36));
}

.journey-column:last-child {
  background: linear-gradient(145deg, rgba(255,255,255,0.52), rgba(232,248,251,0.38));
}

.journey-top h3 {
  margin: 0 0 18px;
  color: #0f3d56;
  font-size: clamp(1.8rem, 2.7vw, 2.5rem);
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.journey-top p {
  margin: 0 0 32px;
  color: #5f7280;
  font-size: 1.06rem;
  line-height: 1.75;
}

.journey-next {
  margin-top: auto;
  padding-top: 34px;
  border-top: 1px solid rgba(15, 61, 86, 0.08);
}

.journey-next > span {
  display: inline-flex;
  margin-bottom: 24px;
  color: #35c7d0;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.benefit-list {
  display: grid;
  gap: 16px;
}

.benefit-item {
  position: relative;
  padding: 22px 22px 22px 54px;
  border-radius: 22px;
  background: rgba(255,255,255,0.58);
  border: 1px solid rgba(255,255,255,0.72);
  box-shadow: 0 12px 34px rgba(15, 61, 86, 0.06);
  transition: transform .3s ease, box-shadow .3s ease;
}

.benefit-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 46px rgba(15, 61, 86, 0.1);
}

.benefit-item::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 28px;
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: linear-gradient(135deg, #35c7d0, #7fe4ea);
  box-shadow: 0 0 0 6px rgba(53, 199, 208, 0.12);
}

.benefit-item strong {
  display: block;
  margin-bottom: 7px;
  color: #0f3d56;
  font-size: 1.03rem;
}

.benefit-item p {
  margin: 0;
  color: #5f7280;
  line-height: 1.55;
}

.benefit-item.muted {
  opacity: .82;
}

@media (max-width: 900px) {
  .journey-split {
    grid-template-columns: 1fr;
  }

  .journey-split::before {
    display: none;
  }

  .journey-column {
    padding: 38px 28px;
  }

  .journey-column + .journey-column {
    border-top: 1px solid rgba(15, 61, 86, 0.1);
  }
}

.journey-divider {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 20;

  transform: translate(-50%, -50%);
  will-change: transform;

  transition: transform 0.08s linear;
  pointer-events: none;
}

.journey-divider span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  border-radius: 999px;

  background:
    linear-gradient(
      145deg,
      rgba(255,255,255,0.88),
      rgba(255,255,255,0.58)
    );

  backdrop-filter: blur(18px);

  border: 1px solid rgba(255,255,255,0.8);

  box-shadow:
    0 14px 40px rgba(15,61,86,0.12),
    inset 0 1px 0 rgba(255,255,255,0.8);

  color: #0f3d56;

  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

@media (max-width: 900px) {

  .journey-divider {
    top: 50%;
    left: 50%;
  }

  .journey-divider span {
    width: 68px;
    height: 68px;
    font-size: 0.72rem;
  }

}

.journey-divider span {
  animation: dividerPulse 4s ease-in-out infinite;
}

@keyframes dividerPulse {
  0%, 100% {
    transform: scale(1);
    box-shadow:
      0 14px 40px rgba(15,61,86,0.12),
      0 0 0 rgba(53,199,208,0);
  }

  50% {
    transform: scale(1.04);
    box-shadow:
      0 18px 48px rgba(15,61,86,0.16),
      0 0 30px rgba(53,199,208,0.18);
  }
}

.journey-divider span {
  animation:
    dividerFloat 6s ease-in-out infinite;
}

@keyframes dividerFloat {
  0%,100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-6px);
  }
}