@import url('https://fonts.googleapis.com/css2?family=Syne:wght@500;700;800&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --mkt-navy: #0c2a4d;
  --mkt-blue: #0d4a9a;
  --mkt-blue-deep: #072044;
  --mkt-orange: #f87000;
  --mkt-ink: #1c334c;
  --mkt-muted: #4a6076;
  --mkt-line: #d7e3ef;
  --mkt-paper: #f6f9fc;
  --mkt-white: #fff;
}

.mkt-shell {
  font-family: 'Manrope', 'Segoe UI', sans-serif;
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 0%, rgba(13, 74, 154, 0.08), transparent 36%),
    radial-gradient(circle at 92% 8%, rgba(248, 112, 0, 0.1), transparent 28%),
    var(--mkt-paper);
  color: var(--mkt-ink);
}

.mkt-display {
  font-family: 'Syne', 'Manrope', sans-serif;
  letter-spacing: -0.03em;
}

.mkt-wrap {
  width: min(1160px, calc(100% - 2rem));
  margin: 0 auto;
}

.mkt-kicker {
  margin: 0 0 0.65rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mkt-orange);
}

.mkt-top {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(16px);
  background: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid rgba(215, 227, 239, 0.9);
}

.mkt-top-inner {
  width: min(1160px, calc(100% - 2rem));
  margin: 0 auto;
  min-height: 4.5rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.mkt-brand img,
.mkt-logo {
  display: block;
  height: 2.15rem;
  width: auto;
  max-width: 210px;
}

.mkt-menu-btn {
  display: none;
  margin-left: auto;
  border: 1px solid var(--mkt-line);
  background: var(--mkt-white);
  border-radius: 0.7rem;
  padding: 0.45rem 0.7rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--mkt-blue);
  cursor: pointer;
}

.mkt-nav-bar {
  display: flex;
  align-items: center;
  gap: 0.15rem;
  flex: 1;
}

.mkt-nav-bar a,
.mkt-drop-toggle {
  padding: 0.45rem 0.7rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #35506c;
  text-decoration: none;
  background: none;
  border: 0;
  cursor: pointer;
  border-radius: 0.55rem;
}

.mkt-nav-bar a:hover,
.mkt-drop-toggle:hover,
.mkt-nav-bar a.is-active {
  color: var(--mkt-blue);
  background: #eef4fb;
}

.mkt-drop {
  position: relative;
}

.mkt-drop-panel {
  display: none;
  position: absolute;
  top: calc(100% + 0.35rem);
  left: 0;
  min-width: 15.5rem;
  padding: 0.45rem;
  border-radius: 1rem;
  border: 1px solid var(--mkt-line);
  background: var(--mkt-white);
  box-shadow: 0 18px 40px rgba(12, 42, 77, 0.12);
}

.mkt-drop:hover .mkt-drop-panel,
.mkt-drop:focus-within .mkt-drop-panel,
.mkt-shell.is-nav-open .mkt-drop-panel {
  display: grid;
  gap: 0.15rem;
}

.mkt-drop-panel a {
  display: block;
  padding: 0.55rem 0.7rem;
  border-radius: 0.7rem;
  color: var(--mkt-navy);
  font-weight: 700;
  text-decoration: none;
}

.mkt-drop-panel a:hover {
  background: #f3f8ff;
}

.mkt-top-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.mkt-ghost,
.mkt-login,
.mkt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.55rem 1.05rem;
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
}

.mkt-ghost {
  color: var(--mkt-blue);
  border: 1px solid #c5d7ea;
  background: var(--mkt-white);
}

.mkt-login,
.mkt-btn-primary {
  background: var(--mkt-orange);
  color: var(--mkt-white);
  border: 1px solid var(--mkt-orange);
}

.mkt-btn-dark {
  background: var(--mkt-navy);
  color: var(--mkt-white);
}

.mkt-hero {
  position: relative;
  overflow: hidden;
  border-radius: 1.75rem;
  border: 1px solid var(--mkt-line);
  background:
    linear-gradient(145deg, #082445 0%, #0d4a9a 46%, #134a7c 100%);
  color: var(--mkt-white);
  padding: 2.4rem 1.6rem 2rem;
  margin: 1.25rem 0 1.75rem;
}

.mkt-hero::after {
  content: '';
  position: absolute;
  right: -8%;
  top: -20%;
  width: 22rem;
  height: 22rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(248, 112, 0, 0.35), transparent 68%);
  pointer-events: none;
}

/* Home: photo hero — text sits on the dark-blue left of the image */
.mkt-hero--home {
  min-height: 22rem;
  border-color: rgba(255, 255, 255, 0.12);
  background-color: #082445;
  background-image:
    linear-gradient(
      105deg,
      rgba(6, 22, 44, 0.92) 0%,
      rgba(6, 22, 44, 0.78) 34%,
      rgba(6, 22, 44, 0.35) 58%,
      rgba(6, 22, 44, 0.12) 100%
    ),
    url('/hero-home.jpg');
  background-size: cover;
  background-position: 72% center;
  background-repeat: no-repeat;
}

.mkt-hero--home::after {
  display: none;
}

.mkt-hero--home .mkt-map-card {
  display: none;
}

@media (min-width: 900px) {
  .mkt-hero--home {
    min-height: 28rem;
    padding: 3.4rem 2.6rem 3rem;
    background-position: 78% center;
  }

  .mkt-hero--home .mkt-hero-grid {
    grid-template-columns: minmax(0, 1fr);
    max-width: 34rem;
  }
}

.mkt-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.6rem;
}

@media (min-width: 900px) {
  .mkt-hero {
    padding: 3rem 2.4rem 2.5rem;
  }

  .mkt-hero-grid {
    grid-template-columns: 1.15fr 0.85fr;
    align-items: center;
  }
}

.mkt-hero h1 {
  font-size: clamp(2rem, 4.4vw, 3.35rem);
  line-height: 1.08;
  margin: 0;
  color: var(--mkt-white);
}

.mkt-hero p {
  margin: 1rem 0 0;
  max-width: 38rem;
  font-size: 1.05rem;
  line-height: 1.65;
  color: #d7e6f7;
}

.mkt-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.4rem;
}

.mkt-hero-actions .mkt-btn-primary {
  background: var(--mkt-orange);
}

.mkt-hero-actions .mkt-ghost {
  background: rgba(255, 255, 255, 0.08);
  color: var(--mkt-white);
  border-color: rgba(255, 255, 255, 0.28);
}

.mkt-chips {
  display: grid;
  gap: 0.55rem;
  margin-top: 1.4rem;
}

@media (min-width: 700px) {
  .mkt-chips {
    grid-template-columns: repeat(3, 1fr);
  }
}

.mkt-chip {
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  padding: 0.75rem 0.9rem;
  font-size: 0.86rem;
  line-height: 1.45;
  color: #eef5ff;
}

.mkt-map-card {
  border-radius: 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(7, 24, 48, 0.35);
  padding: 1rem;
}

.mkt-map-card ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

.mkt-map-card li {
  display: grid;
  grid-template-columns: 1.4rem 1fr;
  gap: 0.55rem;
  align-items: start;
  font-size: 0.86rem;
  line-height: 1.4;
  color: #e7f0fa;
}

.mkt-map-card b {
  color: #ffd3a3;
  font-size: 0.72rem;
}

.mkt-section {
  margin: 0 0 1.75rem;
  padding: 1.5rem 1.25rem 1.6rem;
  border-radius: 1.5rem;
  border: 1px solid var(--mkt-line);
  background: var(--mkt-white);
}

.mkt-section h2,
.mkt-hero-lite h1 {
  margin: 0;
  font-size: clamp(1.45rem, 3vw, 2rem);
  color: var(--mkt-navy);
}

.mkt-section > p,
.mkt-lead {
  margin: 0.7rem 0 0;
  max-width: 46rem;
  color: var(--mkt-muted);
  line-height: 1.6;
}

.mkt-pain-grid,
.mkt-silo-grid,
.mkt-preset-grid,
.mkt-faq-grid {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.2rem;
}

@media (min-width: 800px) {
  .mkt-pain-grid,
  .mkt-silo-grid,
  .mkt-preset-grid {
    grid-template-columns: 1fr 1fr;
  }

  .mkt-faq-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.mkt-card,
.mkt-pain,
.mkt-silo-card,
.mkt-faq {
  border-radius: 1.15rem;
  border: 1px solid var(--mkt-line);
  background: #fbfdff;
  padding: 1.1rem 1.15rem;
}

button.mkt-card {
  font: inherit;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.mkt-pain h3,
.mkt-silo-card h2,
.mkt-faq h3,
.mkt-card h2 {
  margin: 0 0 0.45rem;
  font-size: 1.05rem;
  color: var(--mkt-navy);
}

.mkt-pain p,
.mkt-silo-card p,
.mkt-faq p,
.mkt-card p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--mkt-muted);
}

.mkt-pain .mkt-fix {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px dashed #d5e2ee;
  color: var(--mkt-ink);
}

.mkt-pain .mkt-fix strong {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--mkt-blue);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mkt-journey {
  display: grid;
  gap: 0.55rem;
  margin-top: 1.2rem;
}

@media (min-width: 900px) {
  .mkt-journey {
    grid-template-columns: repeat(6, 1fr);
  }
}

.mkt-step {
  position: relative;
  border-radius: 1.1rem;
  border: 1px solid var(--mkt-line);
  background: linear-gradient(180deg, #fff, #f3f8ff);
  padding: 0.9rem 0.85rem;
  min-height: 8.2rem;
}

.mkt-step span {
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--mkt-orange);
  margin-bottom: 0.35rem;
}

.mkt-step p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.45;
  color: var(--mkt-ink);
}

.mkt-compare {
  width: 100%;
  margin-top: 1.1rem;
  border-collapse: collapse;
  font-size: 0.92rem;
}

.mkt-compare th,
.mkt-compare td {
  border: 1px solid var(--mkt-line);
  padding: 0.75rem 0.85rem;
  text-align: left;
  vertical-align: top;
}

.mkt-compare th {
  background: #0d4a9a;
  color: #fff;
  font-weight: 700;
}

.mkt-compare td:last-child {
  background: #f3f8ff;
  color: var(--mkt-navy);
  font-weight: 600;
}

.mkt-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 1rem 0 0.85rem;
}

.mkt-tabs button {
  border-radius: 999px;
  border: 1px solid var(--mkt-line);
  background: var(--mkt-white);
  padding: 0.45rem 0.85rem;
  font-weight: 700;
  font-size: 0.8rem;
  color: #3b5670;
  cursor: pointer;
}

.mkt-tabs button.is-active {
  background: var(--mkt-navy);
  color: #fff;
  border-color: var(--mkt-navy);
}

.mkt-flow {
  display: grid;
  gap: 0.5rem;
}

@media (min-width: 800px) {
  .mkt-flow {
    grid-template-columns: repeat(4, 1fr);
  }
}

.mkt-flow-step {
  border-radius: 1rem;
  background: #fff;
  border: 1px solid var(--mkt-line);
  padding: 0.85rem;
}

.mkt-flow-step span {
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--mkt-blue);
  margin-bottom: 0.25rem;
}

.mkt-silo-card a {
  display: inline-block;
  margin-top: 0.75rem;
  font-weight: 800;
  color: var(--mkt-blue);
  text-decoration: none;
}

.mkt-price {
  font-family: 'Syne', 'Manrope', sans-serif;
  font-size: 1.65rem;
  color: var(--mkt-navy);
  margin: 0.55rem 0 0.15rem;
}

.mkt-price-sub {
  margin: 0;
  font-size: 0.82rem;
  color: var(--mkt-muted);
}

.mkt-promo-banner {
  margin: 0 0 1rem;
  padding: 0.85rem 1rem;
  border-radius: 1rem;
  border: 1px solid #cfe0f2;
  background: #eef5ff;
  color: var(--mkt-navy);
  font-size: 0.9rem;
  line-height: 1.5;
}

.mkt-total-kicker {
  margin: 0;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffd3a3;
}

.mkt-total-year2 {
  margin: 0.45rem 0 0;
  font-size: 0.95rem;
  color: #d7e6f7;
}

.mkt-total-year2 strong {
  font-size: 1.05rem;
  font-family: 'Syne', 'Manrope', sans-serif;
}

.mkt-calc {
  display: grid;
  gap: 1rem;
  margin-top: 1.2rem;
}

@media (min-width: 900px) {
  .mkt-calc {
    grid-template-columns: 1.05fr 0.95fr;
  }
}

.mkt-field {
  margin-bottom: 0.9rem;
}

.mkt-field label {
  display: flex;
  justify-content: space-between;
  font-size: 0.88rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.mkt-field input[type='range'] {
  width: 100%;
}

.mkt-check {
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
  font-size: 0.9rem;
  line-height: 1.45;
}

.mkt-total {
  border-radius: 1.25rem;
  background: var(--mkt-navy);
  color: #fff;
  padding: 1.2rem;
}

.mkt-total strong {
  display: block;
  font-size: 2rem;
  font-family: 'Syne', 'Manrope', sans-serif;
}

.mkt-breakdown {
  list-style: none;
  margin: 0.85rem 0 0;
  padding: 0;
  font-size: 0.88rem;
}

.mkt-breakdown li {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.35rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.mkt-note {
  margin-top: 0.85rem;
  font-size: 0.8rem;
  line-height: 1.5;
  color: #d5e3f3;
}

.mkt-cta {
  border-radius: 1.5rem;
  background: linear-gradient(135deg, #0c2a4d, #0d4a9a);
  color: #fff;
  padding: 1.75rem;
  margin-bottom: 1.5rem;
}

.mkt-cta h2 {
  font-family: 'Syne', 'Manrope', sans-serif;
  margin: 0 0 0.5rem;
  font-size: 1.6rem;
}

.mkt-cta p {
  margin: 0 0 1rem;
  color: #dce9ff;
}

.mkt-cta a {
  display: inline-flex;
  border-radius: 999px;
  background: #fff;
  color: #0f3f7f;
  font-weight: 800;
  text-decoration: none;
  padding: 0.6rem 1.1rem;
}

.mkt-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.5rem 0 2rem;
  font-size: 0.8rem;
  color: #5a6b82;
}

.mkt-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.mkt-footer a {
  color: #3d5a78;
  text-decoration: none;
}

.mkt-list {
  margin: 0.75rem 0 0;
  padding-left: 1.1rem;
  color: var(--mkt-muted);
  line-height: 1.55;
}

@media (max-width: 860px) {
  .mkt-menu-btn {
    display: inline-flex;
  }

  .mkt-nav-bar,
  .mkt-top-actions {
    display: none;
  }

  .mkt-shell.is-nav-open .mkt-nav-bar,
  .mkt-shell.is-nav-open .mkt-top-actions {
    display: flex;
  }

  .mkt-shell.is-nav-open .mkt-top-inner {
    flex-wrap: wrap;
    padding-bottom: 0.9rem;
  }

  .mkt-shell.is-nav-open .mkt-nav-bar {
    flex-basis: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .mkt-shell.is-nav-open .mkt-top-actions {
    flex-basis: 100%;
  }

  .mkt-drop-panel {
    position: static;
    box-shadow: none;
    border: 0;
    padding: 0 0 0 0.6rem;
  }
}
