:root {
  --hc-bg: #f4f7fb;
  --hc-surface: #ffffff;
  --hc-ink: #111a2e;
  --hc-muted: #5a647d;
  --hc-line: #d6dfed;
  --hc-primary: #0050c8;
  --hc-primary-deep: #00398f;
  --hc-dark: #091633;
  --hc-dark-2: #0e1f47;
}

html {
  scroll-behavior: smooth;
}

.home-conversion {
  background: var(--hc-bg);
}

.home-conversion .wrap {
  width: 100%;
  margin: 0;
  gap: 0;
}

.hc-section {
  width: 100%;
  padding: clamp(48px, 6vw, 96px) 0;
}

.hc-container {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
}

.hc-narrow {
  width: min(860px, calc(100% - 40px));
}

.hc-center {
  text-align: center;
}

.hc-title-wrap {
  text-align: center;
  margin-bottom: 22px;
}

.hc-section h1,
.hc-section h2,
.hc-section h3,
.hc-section p,
.hc-section li,
.hc-section summary {
  margin: 0;
}

.hc-section h1,
.hc-section h2,
.hc-section h3 {
  color: var(--hc-ink);
  letter-spacing: -0.03em;
}

.hc-section h1 {
  font-size: clamp(40px, 5.5vw, 78px);
  line-height: 1.04;
  font-weight: 800;
}

.hc-section h2 {
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1.1;
  font-weight: 800;
}

.hc-section h3 {
  font-size: clamp(22px, 2.3vw, 30px);
  line-height: 1.25;
  font-weight: 700;
}

.hc-section p,
.hc-section li {
  color: var(--hc-muted);
  font-size: clamp(17px, 1.35vw, 22px);
  line-height: 1.6;
}

.hc-btn {
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  font-size: 16px;
  line-height: 1;
  padding: 14px 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hc-btn:hover {
  transform: translateY(-1px);
}

.hc-btn-primary {
  background: linear-gradient(135deg, var(--hc-primary) 0%, var(--hc-primary-deep) 100%);
  color: #fff;
  box-shadow: 0 12px 24px rgba(0, 80, 200, 0.35);
}

.hc-btn-outline {
  border: 1px solid color-mix(in oklab, var(--hc-primary) 34%, #ffffff);
  color: var(--hc-primary);
  background: #fff;
}

.hc-btn-lg {
  font-size: 18px;
  padding: 18px 36px;
}

.hc-cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.hc-center-row {
  justify-content: center;
}

/* Hero */
.hc-hero {
  background: radial-gradient(circle at 92% 14%, #243564 0%, transparent 45%), linear-gradient(180deg, var(--hc-dark) 0%, var(--hc-dark-2) 100%);
}

.hc-hero-grid {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: clamp(24px, 4vw, 52px);
  align-items: center;
}

.hc-hero-copy h1,
.hc-hero-copy p,
.hc-hero-copy .hc-microcopy {
  color: #e7ecfb;
}

.hc-subhead {
  margin-top: 18px;
  max-width: 640px;
}

.hc-microcopy {
  margin-top: 14px;
  font-size: 14px;
  opacity: 0.9;
}

.hc-hero-copy .hc-cta-row {
  margin-top: 24px;
}

.hc-hero-visual {
  display: flex;
  justify-content: center;
}

.hc-screen {
  width: min(560px, 100%);
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
  backdrop-filter: blur(2px);
  padding: 14px;
}

.hc-screen-top {
  display: flex;
  gap: 6px;
  margin-bottom: 12px;
}

.hc-screen-top span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.6);
}

.hc-dashboard-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 12px;
}

.hc-widget {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
  padding: 12px;
}

.hc-chart {
  min-height: 188px;
  position: relative;
  overflow: hidden;
}

.hc-chart-line {
  position: absolute;
  left: 8%;
  right: 10%;
  bottom: 22%;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #8fe2ff 15%, #7ab7ff 50%, #79ffbd 100%);
  transform: rotate(-12deg);
}

.hc-chart-dot {
  position: absolute;
  right: 10%;
  top: 24%;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #79ffbd;
  box-shadow: 0 0 0 8px rgba(121, 255, 189, 0.15);
  animation: hcPulse 2.6s infinite;
}

.hc-calendar {
  min-height: 188px;
}

.hc-calendar-title {
  color: #eef3ff;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 8px;
}

.hc-calendar ul {
  margin: 0;
  padding-left: 16px;
  display: grid;
  gap: 8px;
}

.hc-calendar li,
.hc-stream p {
  color: #d8e2fa;
  font-size: 13px;
}

.hc-stream {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.hc-pill {
  background: rgba(255, 255, 255, 0.16);
  color: #ebf0fe;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 600;
}

/* Clarity section */
.hc-clarity {
  position: relative;
  background:
    radial-gradient(circle at 12% 0%, rgba(67, 128, 255, 0.2) 0%, transparent 42%),
    radial-gradient(circle at 88% 100%, rgba(58, 184, 255, 0.18) 0%, transparent 36%),
    #f2f7ff;
  border-top: 1px solid #d3e0f4;
  border-bottom: 1px solid #d3e0f4;
}

.hc-clarity-shell {
  border: 1px solid #aec7f0;
  border-radius: 24px;
  background:
    radial-gradient(circle at 10% 0%, rgba(109, 153, 255, 0.26) 0%, transparent 40%),
    linear-gradient(145deg, #0d1c42 0%, #15306a 54%, #0f53b4 100%);
  padding: clamp(22px, 3vw, 34px);
  box-shadow: 0 22px 42px rgba(18, 43, 91, 0.24);
}

.hc-clarity-head {
  text-align: center;
}

.hc-clarity-head h2 {
  color: #f5f8ff;
}

.hc-clarity-grid {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

.hc-clarity-step {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(214, 230, 255, 0.5);
  border-radius: 18px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.08) 100%);
  backdrop-filter: blur(2px);
  padding: 18px 18px 20px;
  min-height: 178px;
  display: grid;
  grid-template-rows: auto 1fr;
  align-items: start;
  gap: 16px;
  box-shadow: 0 14px 30px rgba(12, 26, 61, 0.24);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.hc-clarity-step::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, #8bb3ff 0%, #74e4ff 100%);
}

.hc-clarity-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 36px rgba(10, 26, 62, 0.34);
}

.hc-clarity-step-top {
  display: flex;
  align-items: center;
  gap: 0;
  min-height: 34px;
}

.hc-clarity-emoji {
  font-size: 26px;
  line-height: 1;
}

.hc-clarity-step h3 {
  color: #f8fbff;
  font-size: clamp(21px, 1.8vw, 28px);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -0.015em;
  text-wrap: balance;
}

.hc-clarity-step-one {
  background: linear-gradient(155deg, rgba(106, 160, 255, 0.35) 0%, rgba(42, 103, 225, 0.2) 100%);
}

.hc-clarity-step-two {
  background: linear-gradient(155deg, rgba(87, 187, 255, 0.34) 0%, rgba(18, 124, 214, 0.2) 100%);
}

.hc-clarity-step-three {
  background: linear-gradient(155deg, rgba(74, 137, 255, 0.35) 0%, rgba(31, 84, 200, 0.22) 100%);
}

/* Problem */
.hc-problem {
  background: #eef3fb;
  border-top: 1px solid var(--hc-line);
  border-bottom: 1px solid var(--hc-line);
}

.hc-problem-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(22px, 4vw, 40px);
  align-items: center;
}

.hc-problem-copy p,
.hc-problem-copy ul {
  margin-top: 10px;
}

.hc-problem-copy ul {
  padding-left: 18px;
  display: grid;
  gap: 6px;
}

.hc-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.hc-site-card {
  background: #fff;
  border: 1px solid var(--hc-line);
  border-radius: 12px;
  padding: 14px;
}

.hc-site-card h3 {
  font-size: 18px;
}

.hc-site-card p {
  font-size: 13px;
  margin-top: 4px;
}

.hc-site-lines {
  margin-top: 12px;
  display: grid;
  gap: 7px;
}

.hc-site-lines span {
  display: block;
  height: 8px;
  border-radius: 6px;
  background: #e8eef8;
}

.hc-site-old p { color: #af5b5b; }
.hc-site-new p { color: #2f7a56; }

/* Relatable */
.hc-relatable {
  background: #fff;
}

.hc-relatable .hc-narrow {
  text-align: center;
}

.hc-relatable p {
  margin-top: 10px;
}

.hc-stagger-list {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  gap: 6px;
}

.hc-stagger-item {
  opacity: 1;
  transform: none;
  color: var(--hc-ink);
  font-weight: 700;
}

.hc-animate .hc-stagger-item {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.hc-animate .hc-stagger-list.is-visible .hc-stagger-item {
  opacity: 1;
  transform: translateY(0);
}

.hc-animate .hc-stagger-list.is-visible .hc-stagger-item:nth-child(2) { transition-delay: 0.1s; }
.hc-animate .hc-stagger-list.is-visible .hc-stagger-item:nth-child(3) { transition-delay: 0.2s; }

/* Solution */
.hc-solution {
  background: #f7f9fd;
  border-top: 1px solid var(--hc-line);
  border-bottom: 1px solid var(--hc-line);
}

.hc-solution-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(22px, 4vw, 42px);
  align-items: center;
}

.hc-platform-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.hc-platform {
  border-radius: 999px;
  padding: 7px 11px;
  border: 1px solid #b7c9ec;
  background: #fff;
  color: #2b3f69;
  font-size: 13px;
  font-weight: 700;
}

.hc-flow {
  border-radius: 14px;
  border: 1px solid var(--hc-line);
  background: #fff;
  padding: 16px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
}

.hc-flow-col {
  display: grid;
  gap: 10px;
}

.hc-flow-card {
  border: 1px solid #d5e0f3;
  background: #f8fbff;
  border-radius: 10px;
  padding: 10px;
  color: #2e4169;
  font-size: 13px;
  font-weight: 700;
}

.hc-flow-arrow {
  color: var(--hc-primary);
  font-size: 26px;
  font-weight: 800;
  animation: hcSlideArrow 1.8s ease-in-out infinite;
}

.hc-calendar-board {
  border: 1px solid #cfe0f8;
  background: #f4f9ff;
  border-radius: 10px;
  padding: 10px;
}

.hc-calendar-board p {
  color: #30466f;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 8px;
}

.hc-calendar-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 4px;
}

.hc-calendar-grid span {
  border-radius: 6px;
  background: #dce9fb;
  color: #36517d;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  padding: 7px 0;
}

.hc-solution-copy p {
  margin-top: 8px;
}

/* Benefits */
.hc-benefits {
  background: #fff;
}

.hc-benefit-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.hc-benefit {
  border: 1px solid var(--hc-line);
  border-radius: 14px;
  background: #f9fbff;
  padding: 18px 14px;
  display: grid;
  gap: 10px;
}

.hc-icon {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid #9cb9e8;
  color: var(--hc-primary);
  font-weight: 800;
  display: grid;
  place-items: center;
}

.hc-benefit p {
  color: #2d3f63;
  font-size: 15px;
  font-weight: 700;
}

/* Steps */
.hc-steps {
  background: #f3f7ff;
  border-top: 1px solid var(--hc-line);
  border-bottom: 1px solid var(--hc-line);
}

.hc-step-row {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 10px;
}

.hc-step {
  border: 1px solid var(--hc-line);
  border-radius: 14px;
  background: #fff;
  padding: 18px;
  min-height: 122px;
}

.hc-step-num {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  background: var(--hc-primary);
  margin-bottom: 8px;
}

.hc-step p {
  color: #2e4066;
  font-size: 15px;
  font-weight: 700;
}

.hc-step-link {
  color: var(--hc-primary);
  font-size: 22px;
  font-weight: 900;
  animation: hcSlideArrow 1.8s ease-in-out infinite;
}

/* Offer */
.hc-offer {
  background: linear-gradient(180deg, #0b1838 0%, #081430 100%);
}

.hc-offer h2,
.hc-offer p {
  color: #ebf0fd;
}

.hc-offer p {
  margin-top: 10px;
}

.hc-offer .hc-btn {
  margin-top: 20px;
}

/* Strategy */
.hc-strategy {
  background: #fff;
  border-top: 1px solid var(--hc-line);
}

.hc-strategy p {
  margin-top: 10px;
}

.hc-strategy .hc-btn {
  margin-top: 16px;
}

/* FAQ */
.hc-faq {
  background: #f7f9fc;
  border-top: 1px solid var(--hc-line);
  border-bottom: 1px solid var(--hc-line);
}

.hc-faq details {
  margin-top: 10px;
  border: 1px solid var(--hc-line);
  border-radius: 12px;
  background: #fff;
  padding: 13px 14px;
}

.hc-faq summary {
  cursor: pointer;
  color: #213154;
  font-size: 17px;
  font-weight: 700;
}

.hc-faq p {
  margin-top: 8px;
  font-size: 16px;
}

/* Final CTA */
.hc-final {
  background: linear-gradient(180deg, #0f1f48 0%, #0a1736 100%);
}

.hc-final h2 {
  color: #eef3ff;
}

.hc-final .hc-cta-row {
  margin-top: 20px;
}

.hc-final .hc-btn-outline {
  color: #dbe6ff;
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(215, 227, 251, 0.6);
}

/* Motion */
.hc-reveal {
  opacity: 1;
  transform: none;
}

.hc-animate .hc-reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.hc-animate .hc-reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

@keyframes hcPulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.18); opacity: 0.72; }
}

@keyframes hcSlideArrow {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(6px); }
}

/* Mobile sticky CTA */
.hc-mobile-cta {
  display: none;
}

@media (max-width: 1080px) {
  .hc-hero-grid,
  .hc-problem-grid,
  .hc-solution-grid {
    grid-template-columns: 1fr;
  }

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

  .hc-clarity-grid {
    grid-template-columns: 1fr;
  }

  .hc-step-row {
    grid-template-columns: 1fr;
  }

  .hc-step-link {
    transform: rotate(90deg);
    justify-self: center;
  }
}

@media (max-width: 920px) {
  .hc-container,
  .hc-narrow {
    width: calc(100% - 24px);
  }

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

  .hc-btn {
    width: 100%;
  }

  .hc-problem-copy ul {
    text-align: left;
  }

  .hc-compare {
    grid-template-columns: 1fr;
  }

  .hc-benefit-grid {
    grid-template-columns: 1fr;
  }

  .hc-mobile-cta {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 10px;
    z-index: 80;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 8px;
    border-radius: 14px;
    background: rgba(10, 22, 52, 0.92);
    border: 1px solid rgba(130, 156, 213, 0.5);
    backdrop-filter: blur(8px);
  }

  .hc-mobile-cta .hc-btn {
    padding: 12px 10px;
    font-size: 13px;
  }

  .home-conversion .site-footer {
    padding-bottom: 94px;
  }
}
