:root {
  --wak-home-bg: #e9eef7;
  --wak-home-ink: #10213d;
  --wak-home-ink-soft: #5c6b84;
  --wak-home-ink-inverse: #edf4ff;
  --wak-home-surface: #ffffff;
  --wak-home-surface-muted: #f4f7fc;
  --wak-home-surface-dark: #10284f;
  --wak-home-surface-dark-2: #17386d;
  --wak-home-line: rgba(83, 109, 160, 0.22);
  --wak-home-line-strong: rgba(83, 109, 160, 0.38);
  --wak-home-primary: #2a69ff;
  --wak-home-primary-2: #7fb1ff;
  --wak-home-accent: #d8e7ff;
  --wak-home-shadow: 0 30px 80px rgba(16, 33, 61, 0.14);
  --wak-home-shadow-soft: 0 18px 42px rgba(16, 33, 61, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.wak-front-home {
  margin: 0;
  color: var(--wak-home-ink);
  background:
    radial-gradient(circle at top right, rgba(127, 177, 255, 0.28), transparent 26%),
    linear-gradient(180deg, #0f274d 0 470px, #edf2f9 470px 100%);
  font-family: "Segoe UI Variable", "Segoe UI", "Trebuchet MS", sans-serif;
}

a {
  color: inherit;
}

.wak-front-shell,
.wak-section,
.wak-front-footer {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
}

.wak-front-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 26px 0 14px;
}

.wak-front-brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
}

.wak-front-brand__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: linear-gradient(135deg, #1a54d7, #7fb1ff);
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.12em;
  box-shadow: 0 16px 32px rgba(20, 82, 222, 0.28);
}

.wak-front-brand__text {
  color: rgba(237, 244, 255, 0.76);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.wak-front-nav {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.wak-front-nav a {
  color: rgba(237, 244, 255, 0.8);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 600;
}

.wak-front-nav__login {
  padding: 11px 17px;
  border-radius: 999px;
  border: 1px solid rgba(237, 244, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.wak-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 26px;
  align-items: stretch;
  padding: 22px 0 18px;
}

.wak-hero__content,
.wak-hero__panel {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  box-shadow: var(--wak-home-shadow);
}

.wak-hero__content {
  padding: 46px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 44%),
    linear-gradient(145deg, #f8fbff 0%, #edf3ff 100%);
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.wak-hero__content::after {
  content: "";
  position: absolute;
  right: -90px;
  top: 24px;
  width: 220px;
  height: 220px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(127, 177, 255, 0.24), transparent 70%);
}

.wak-eyebrow {
  margin: 0 0 16px;
  color: #3d6fda;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.wak-hero h1,
.wak-section__intro h2 {
  margin: 0;
  font-family: Cambria, Georgia, serif;
  letter-spacing: -0.05em;
  line-height: 0.93;
}

.wak-hero h1 {
  position: relative;
  z-index: 1;
  max-width: 9.2ch;
  font-size: clamp(3.2rem, 7vw, 6.2rem);
  color: #193157;
}

.wak-hero__lead,
.wak-section__intro p,
.wak-feature-card p,
.wak-offer-card p,
.wak-rail__step p,
.wak-front-footer p {
  color: var(--wak-home-ink-soft);
  line-height: 1.72;
}

.wak-hero__lead {
  position: relative;
  z-index: 1;
  max-width: 54ch;
  margin: 22px 0 0;
  font-size: 1.05rem;
}

.wak-hero__actions {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.wak-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.wak-btn--primary {
  background: linear-gradient(135deg, var(--wak-home-primary), #7fb1ff);
  color: #fff;
  box-shadow: 0 16px 34px rgba(42, 105, 255, 0.24);
}

.wak-btn--secondary {
  border: 1px solid rgba(83, 109, 160, 0.28);
  background: rgba(255, 255, 255, 0.92);
  color: #163061;
}

.wak-hero__meta {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 30px 0 0;
  list-style: none;
}

.wak-hero__meta li {
  padding: 11px 15px;
  border-radius: 999px;
  background: rgba(216, 231, 255, 0.74);
  color: #163061;
  font-size: 0.9rem;
  font-weight: 600;
}

.wak-checkout-status-banner {
  position: relative;
  z-index: 1;
  margin-top: 24px;
  padding: 22px 24px;
  border-radius: 24px;
  border: 1px solid rgba(83, 109, 160, 0.22);
  background: rgba(255, 255, 255, 0.9);
  color: #163061;
  box-shadow: var(--wak-home-shadow-soft);
}

.wak-checkout-status-banner--success {
  border-color: rgba(42, 105, 255, 0.24);
  background: linear-gradient(145deg, #2a69ff, #173a76);
  color: #fff;
  box-shadow: 0 22px 44px rgba(20, 82, 222, 0.26);
}

.wak-checkout-status-banner--flash {
  margin-top: 16px;
  background: rgba(216, 231, 255, 0.92);
}

.wak-checkout-status-banner__eyebrow {
  display: block;
  margin-bottom: 10px;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.8;
}

.wak-checkout-status-banner__title {
  display: block;
  font-size: clamp(1.4rem, 2.6vw, 2.2rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.wak-checkout-status-banner__text {
  margin: 12px 0 0;
  font-size: 1rem;
  line-height: 1.65;
  color: inherit;
  opacity: 0.92;
}

.wak-hero__panel {
  padding: 30px;
  min-height: 430px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 40%),
    linear-gradient(160deg, #0d2142 0%, #153361 58%, #0f2850 100%);
  border: 1px solid rgba(127, 177, 255, 0.18);
}

.wak-hero__panel-glow {
  position: absolute;
  inset: auto auto -100px 50%;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(127, 177, 255, 0.28), transparent 70%);
  transform: translateX(-50%);
}

.wak-panel-kicker {
  position: relative;
  z-index: 1;
  color: rgba(237, 244, 255, 0.62);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.wak-orbit {
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(127, 177, 255, 0.18);
}

.wak-orbit--primary {
  right: 34px;
  bottom: 34px;
  width: 220px;
  height: 220px;
}

.wak-orbit--secondary {
  left: 18px;
  top: 88px;
  width: 110px;
  height: 110px;
  background: radial-gradient(circle, rgba(127, 177, 255, 0.13), transparent 68%);
}

.wak-stack-card {
  position: relative;
  z-index: 1;
  width: min(100%, 310px);
  margin-top: 22px;
  margin-left: auto;
  padding: 24px;
  border-radius: 26px;
  background: linear-gradient(145deg, #2a69ff, #173a76);
  color: #fff;
  box-shadow: 0 20px 42px rgba(6, 18, 40, 0.24);
}

.wak-stack-card--muted {
  margin-left: 0;
  background: rgba(255, 255, 255, 0.96);
  color: var(--wak-home-ink);
}

.wak-stack-card strong {
  display: block;
  font-size: 1.05rem;
  line-height: 1.45;
}

.wak-stack-card__label {
  display: block;
  margin-bottom: 10px;
  color: inherit;
  opacity: 0.72;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.wak-stack-strip {
  position: absolute;
  right: 26px;
  bottom: 22px;
  left: 26px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  z-index: 1;
}

.wak-stack-strip span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  min-height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(237, 244, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(237, 244, 255, 0.76);
  font-size: 0.78rem;
  font-weight: 800;
}

.wak-section {
  padding: 34px 0;
}

.wak-section--metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.wak-metric {
  padding: 22px 20px;
  border-top: 4px solid #2a69ff;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--wak-home-shadow-soft);
}

.wak-metric__value {
  display: block;
  margin-bottom: 8px;
  font-size: clamp(2rem, 4vw, 3.1rem);
  font-weight: 900;
  line-height: 1;
  color: #15386d;
}

.wak-metric__label {
  color: var(--wak-home-ink-soft);
  font-size: 0.92rem;
  line-height: 1.45;
}

.wak-section__intro {
  max-width: 760px;
  margin-bottom: 26px;
}

.wak-section__intro h2 {
  font-size: clamp(2.6rem, 4.8vw, 4.4rem);
  color: #182f57;
}

.wak-grid {
  display: grid;
  gap: 18px;
}

.wak-grid--features {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wak-feature-card,
.wak-offer-card,
.wak-rail__step {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid var(--wak-home-line);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--wak-home-shadow-soft);
}

.wak-feature-card,
.wak-offer-card {
  padding: 28px;
}

.wak-feature-card__index {
  display: inline-flex;
  margin-bottom: 20px;
  color: #7e93b8;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.2em;
}

.wak-feature-card h3,
.wak-offer-card h3 {
  margin: 0 0 12px;
  font-size: 1.52rem;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.wak-feature-card--accent {
  background: linear-gradient(160deg, #17335f, #10284f);
  border-color: rgba(127, 177, 255, 0.2);
}

.wak-feature-card--accent .wak-feature-card__index,
.wak-feature-card--accent h3,
.wak-feature-card--accent p {
  color: var(--wak-home-ink-inverse);
}

.wak-feature-card--accent p {
  opacity: 0.82;
}

.wak-section--offers {
  padding-top: 48px;
}

.wak-grid--offers {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wak-offer-card {
  display: flex;
  flex-direction: column;
}

.wak-offer-card--accent {
  background:
    radial-gradient(circle at top right, rgba(127, 177, 255, 0.22), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f4f7fd 100%);
}

.wak-offer-card__tag {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 18px;
  padding: 8px 13px;
  border-radius: 999px;
  background: #dfeaff;
  color: #163061;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wak-offer-card ul {
  padding-left: 18px;
  margin: 16px 0 28px;
  color: var(--wak-home-ink-soft);
}

.wak-offer-card li + li {
  margin-top: 9px;
}

.wak-offer-card .wak-btn {
  margin-top: auto;
  align-self: flex-start;
}

.wak-section--split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 24px;
  align-items: start;
}

.wak-rail {
  position: relative;
  display: grid;
  gap: 14px;
}

.wak-rail__step {
  padding: 24px 24px 22px;
}

.wak-rail__step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: #dfeaff;
  color: #17386d;
  font-weight: 900;
}

.wak-rail__step strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.12rem;
}

.wak-front-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 44px 0 58px;
  border-top: 1px solid rgba(83, 109, 160, 0.2);
}

.wak-front-footer strong {
  display: block;
  margin-bottom: 10px;
  color: #17386d;
  font-size: 1.16rem;
}

.wak-front-footer__links {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.wak-front-footer__links a {
  color: var(--wak-home-ink-soft);
  text-decoration: none;
  font-weight: 600;
}

.wak-checkout-config-form {
  display: grid;
  gap: 14px;
  width: min(100%, 560px);
}

.wak-checkout-config-field {
  display: grid;
  gap: 8px;
}

.wak-checkout-config-field span {
  font-size: 0.94rem;
  font-weight: 700;
  color: #23416f;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.wak-checkout-config-field input {
  width: 100%;
  border: 1px solid rgba(35, 65, 111, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  padding: 14px 16px;
  font: inherit;
  color: #17386d;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.wak-checkout-config-field input:focus {
  outline: 2px solid rgba(45, 106, 255, 0.25);
  border-color: rgba(45, 106, 255, 0.45);
}

@media (max-width: 980px) {
  .wak-hero,
  .wak-grid--features,
  .wak-grid--offers,
  .wak-section--metrics,
  .wak-section--split {
    grid-template-columns: 1fr;
  }

  .wak-hero__content,
  .wak-hero__panel {
    padding: 28px;
  }

  body.wak-front-home {
    background:
      linear-gradient(180deg, #0f274d 0 560px, #edf2f9 560px 100%);
  }
}

@media (max-width: 720px) {
  .wak-front-shell,
  .wak-section,
  .wak-front-footer {
    width: min(100% - 20px, 1200px);
  }

  .wak-front-topbar,
  .wak-front-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .wak-front-nav {
    gap: 12px;
  }

  .wak-front-nav__login {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .wak-hero {
    padding-top: 16px;
  }

  .wak-hero h1 {
    max-width: none;
    font-size: clamp(2.9rem, 11vw, 4.6rem);
  }

  .wak-stack-strip {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    margin-top: 18px;
  }
}
