/* ============================================================
   ConvertIQ Landing Page
   ============================================================ */

:root {
  --pink: #E91E7A;
  --pink-dark: #C11565;
  --pink-light: #FDE4EF;
  --ink: #0E0E10;
  --ink-soft: #1A1A1E;
  --gray-900: #111114;
  --gray-700: #3F3F46;
  --gray-600: #52525B;
  --gray-500: #71717A;
  --gray-400: #9CA3AF;
  --gray-300: #D4D4D8;
  --gray-200: #E4E4E7;
  --gray-100: #F4F4F5;
  --bg: #F6F6F7;
  --white: #ffffff;
  --text: #4B5265;
  --radius: 14px;
  --radius-lg: 24px;
}

html { scroll-behavior: smooth; }

main, main * { box-sizing: border-box; }

main {
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

main button { font-family: inherit; cursor: pointer; border: 0; background: none; }
main a { color: inherit; text-decoration: none; }

.ciq-wrap {
  width: min(1200px, 92%);
  margin: 0 auto;
  position: relative;
}

.grid-bg {
  position: relative;
  background:
    radial-gradient(circle, rgba(200, 200, 210, 0.35) 1px, transparent 1.5px) 0 0 / 32px 32px,
    #F6F6F7;
}

/* =========== SVG BACKGROUND ZONE =========== */
.svg-bg-zone {
  background-color: #F6F6F7;
  background-image: url('../assets/convertiq/imgs/Background1.svg');
  background-size: auto auto;
  background-repeat: repeat;
  background-position: top left;
}

/* =========== PILLS =========== */
.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}
.pill--outline {
  background: #FFFFFFB8;
  color: var(--ink);
  border: 1px solid #29292980;
  padding: 8px 20px 8px 8px;
  backdrop-filter: blur(12px) saturate(180%);
  -webkit-backdrop-filter: blur(12px) saturate(180%);
  box-shadow: 0 1px 4px rgba(0,0,0,0.06), inset 0 0 0 0.5px rgba(255,255,255,0.6);
}
.pill__dot {
  display: inline-flex;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: #FDE4EF;
  align-items: center; justify-content: center;
}
.pill--pink {
  background: var(--pink);
  color: #fff;
  font-weight: 600;
  padding: 8px 32px;
  font-size: 13px;
  letter-spacing: 0.01em;
  border-radius: 42px;
}

/* =========== BUTTONS =========== */
main .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 16px;
  font-weight: 600;
  font-size: 15px;
  transition: transform .15s ease, box-shadow .15s ease;
  white-space: nowrap;
}
main .btn:hover { transform: translateY(-1px); }
main .btn--ghost {
  background: #FDFDFD;
  border: 1px solid #292929;
  color: var(--ink);
  box-shadow: 0 1px 3px rgba(0,0,0,0.08), 0 4px 12px rgba(0,0,0,0.04);
}
main .btn--primary {
  background: #E20074;
  color: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08), 0 4px 16px rgba(226,0,116,0.35);
}
main .btn--primary:hover { background: #C10063; }
main .btn--dark {
  background: var(--ink);
  color: #fff;
  padding: 14px 28px;
}

/* =========== HERO =========== */
.hero {
  padding: 80px 0 100px;
  overflow: hidden;
}
.hero__inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.hero__title {
  margin: 28px 0 32px;
  font-size: 78px;
  font-weight: 500;
  line-height: 90px;
  letter-spacing: -1px;
  color: var(--ink);
}
.hero__chart {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -6px;
  margin: 0 6px;
}
.hero__chart img {
  width: 90px;
  height: auto;
  display: block;
}

.hero__desc {
  max-width: 1020px;
  margin: 0 auto 40px;
  color: #64748B;
  font-size: 22px;
  line-height: 1.6;
  text-align: center;
}
.hero__ctas {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 72px;
}

.hero__video {
  aspect-ratio: 16 / 9;
  width: 100%;
  background: #000;
  border-radius: 16px;
  max-width: 1050px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.12);
}
.hero__video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__video-toggle {
  position: absolute;
  bottom: 16px;
  right: 16px;
  z-index: 10;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .2s ease, transform .15s ease;
}
.hero__video-toggle:hover {
  background: rgba(0, 0, 0, 0.65);
  transform: scale(1.08);
}
.hero__video-mute {
  right: 68px; /* sits to the left of play/pause button */
}

/* =========== STATS =========== */
.stats {
  background: #0B0B0D;
  padding: 56px 0;
  color: #fff;
  text-align: center;
}
.stats__pill { margin-bottom: 36px; }
.stats__grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: min(1168px, 92%);
  margin: 0 auto;
  gap: 36px;
}
.stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
.stat__num {
  font-size: clamp(32px, 4.2vw, 54px);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 10px;
}
.stat__label {
  font-size: 18px;
  line-height: 22px;
  color: #B4B4BA;
  text-align: center;
}

/* =========== SECTION BASE =========== */
.section {
  padding: 110px 0;
}
.section__head {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 56px;
}
.section__title {
  font-size: clamp(32px, 4.5vw, 56px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 18px 0;
  color: var(--ink);
}
.section__desc {
  color: var(--text);
  font-size: 15px;
  line-height: 1.7;
  max-width: 780px;
  margin: 0 auto;
}

/* =========== CHALLENGES =========== */

/* Section head overrides scoped to challenges */
.challenges .section__head {
  max-width: 1177px;
  margin: 0 auto 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.challenges .pill--pink {
  width: 125px;
  height: 40px;
  font-size: 18px;
  font-weight: 500;
  color: #FDFDFD;
  background: #E20074;
  border-radius: 24px;
  padding: 8px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
}
.challenges .section__title {
  font-size: 64px;
  font-weight: 500;
  line-height: 78px;
  letter-spacing: -0.02em;
  color: #101010;
  margin: 0;
}
.challenges .section__desc {
  font-size: 22px;
  color: #64748B;
  max-width: 1177px;
  margin: 0;
}

/* Grid */
.challenges__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 24px;
  row-gap: 24px;
  width: min(952px, 92%);
  margin: 0 auto;
}

/* Card */
.c-card {
  min-height: 236px;
  border-radius: 24px;
  background: #FFFFFFBD;
  border: 1px solid rgba(255,255,255,0.6);
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0;
  backdrop-filter: blur(16px) saturate(160%);
  -webkit-backdrop-filter: blur(16px) saturate(160%);
  box-shadow:
    0 1px 0 rgba(255,255,255,0.85) inset,
    0 6px 24px rgba(0,0,0,0.06),
    0 1px 4px rgba(0,0,0,0.04);
}

/* Icon — adjust width/height to resize challenge icons */
.c-card__icon {
  margin-bottom: 12px;
  flex-shrink: 0;
  align-self: flex-start;
  line-height: 0;
}
.c-card__icon svg { width: 56px; height: 56px; display: block; }
.c-card__icon img { height: 56px; width: auto; display: block; }

/* Title */
.c-card__title {
  font-size: 26px;
  font-weight: 500;
  color: #101010;
  letter-spacing: 0px;
  line-height: 1;      /* ← Figma: line-height 100% */
  margin: 0 0 8px 0;  /* ← gap between title and description */
}

/* Description */
.c-card__desc {
  font-size: 15px;
  font-weight: 400;
  color: #64748B;
  letter-spacing: 0px;
  line-height: 1;      /* ← Figma: line-height 100% */
  margin: 0;
}

/* =========== BENEFITS =========== */
.benefits {
  padding-top: 0;
  padding-bottom: 80px;
  position: relative;
  background-color: #FFFFFF;
}

/* Bulb — 203×121px, no circle wrapper */
.benefits__bulb {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}
.benefits__glow { display: none; }
.benefits__bulb-icon {
  width: 203px;
  height: 121px;
  border-radius: 0;
  background: none;
  box-shadow: none;
  overflow: visible;
}
.benefits__bulb-icon img {
  width: 203px;
  height: 121px;
  object-fit: contain;
}

/* Section head */
.benefits .section__head {
  max-width: 893px;
  margin: 0 auto 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.benefits .pill--pink {
  font-size: 18px;
  font-weight: 500;
  color: #FDFDFD;
  background: #E20074;
  border-radius: 26px;
  padding: 8px 18px;
  width: auto;
  height: 40px;
}
.benefits .section__title {
  font-size: 64px;
  font-weight: 500;
  line-height: 92px;
  letter-spacing: -0.02em;
  color: #101010;
  margin: 0;
}
.benefits .section__desc {
  font-size: 22px;
  color: #64748B;
  margin: 0;
  text-align: left;
}

/* Grid */
.benefits__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 56px;
  row-gap: 52px;
  width: min(1092px, 92%);
  margin: 0 auto;
  align-items: stretch;
}

/* Standard benefit card */
.b-card {
  background: #141A24;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  gap: 24px;
  align-items: flex-start;
  color: #fff;
  min-height: 120px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.b-card__icon svg { width: 100%; height: 100%; }

.b-card__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.b-card__body h3 {
  font-size: 22px;
  font-weight: 500;
  color: #FDFDFD;
  letter-spacing: -0.01em;
  line-height: 1.3;
  margin: 0;
}
.b-card__body p {
  font-size: 16px;
  color: #DCDCDC;
  line-height: 1.6;
  margin: 0;
}

/* Team image card */
.b-card--image {
  padding: 0;
  background: transparent;
  grid-row: span 2;
  overflow: hidden;
  border-radius: 16px;
  min-height: 379px;
  position: relative;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.b-card__image {
  position: absolute;
  inset: 0;
  border-radius: 16px;
  overflow: hidden;
  background: #1a2030;
}
.b-card__photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.b-card__photo svg { width: 100%; height: 100%; }

/* CTA card */
.b-card--cta {
  background: transparent;
  padding: 0;
  min-height: auto;
  display: flex;
  align-self: stretch;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.b-card__cta {
  background: #E20074;
  color: #FFFFFF;
  width: 100%;
  height: 100%;
  padding: 28px 32px;
  border-radius: 16px;
  border: none;
  font-size: 22px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  position: relative;
  box-shadow: 0 4px 20px rgba(226,0,116,0.3);
  transition: background .2s ease;
}
.b-card__cta:hover { background: #C10063; }
.b-card__cta img {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  object-fit: contain;
}

/* =========== FEATURES =========== */

/* Section head */
.features .section__head {
  max-width: 723px;
  margin: 0 auto 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.features .pill--pink {
  width: 115px;
  height: 38px;
  font-size: 18px;
  font-weight: 500;
  color: #FDFDFD;
  background: #E20074;
  border-radius: 24px;
  padding: 8px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.features .section__title {
  font-size: 64px;
  font-weight: 500;
  line-height: 84px;
  letter-spacing: -0.02em;
  color: #292929;
  margin: 0;
}

/* List */
.features__list {
  display: flex;
  flex-direction: column;
  gap: 46px;
  width: min(1016px, 92%);
  margin: 0 auto;
  position: relative;
}
.features__list::before { display: none; }

/* Rows — text:icon ratio ≈ 737px:230px out of 1016px − 46px gap */
.f-row {
  display: grid;
  grid-template-columns: 3.2fr 1fr;
  gap: 46px;
  position: relative;
  z-index: 1;
}
.f-row--rev { grid-template-columns: 1fr 3.2fr; }

/* Base card reset */
.f-card {
  background: #FDFDFD;
  border-radius: 24px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
  padding: 24px;
  position: relative;
  border: none;
}

/* Text card */
.f-card--text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 185px;
  justify-content: center;
}
.f-card--text h3 {
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.01em;
  color: #101010;
  margin: 0;
}
.f-card--text p {
  font-size: 18px;
  line-height: 21px;
  color: #64748B;
  margin: 0;
}

/* Number icon replacement */
.f-num-img {
  width: 40px;
  height: 40px;
  display: block;
  flex-shrink: 0;
  object-fit: contain;
}
/* Keep old .f-num hidden in case any remain */
.f-num { display: none; }

/* Icon card — base */
.f-card--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 184px;
  border-radius: 24px;
  background: #FFFFFF;
  backdrop-filter: blur(10px) saturate(160%);
  -webkit-backdrop-filter: blur(10px) saturate(160%);
  box-shadow:
    0 1px 0 rgba(255,255,255,0.9) inset,
    0 4px 16px rgba(0,0,0,0.05);
}
/* Row 1 icon card — semi-transparent */
.f-row:first-child .f-card--icon {
  background: #FFFFFF99;
}
.f-card--icon svg { width: 90px; height: 90px; }
.f-card--icon-lg svg { width: 120px; height: 120px; }
.f-card--icon img { width: 90px; height: 90px; object-fit: contain; }
.f-card--icon-lg img { width: 120px; height: 120px; object-fit: contain; }

/* Enterprise.svg — Figma exact layout (Row 4 icon card) */
.f-row:nth-child(4) .f-card--icon {
  position: relative;
  overflow: hidden;
}
.f-row:nth-child(4) .f-card--icon img {
  position: absolute;
  width: 228.62px;
  height: 98.56px;
  top: 43.69px;
  left: 1.02px;
  border: none;
  object-fit: contain;
}

/* CTA */
.features__cta {
  margin-top: 56px;
  display: flex;
  justify-content: center;
}

/* Gradient groups — each wraps 3 rows with a blurred gradient behind them */
.features__group {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 46px;
}

.features__gradient {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 830px;
  height: 894px;
  pointer-events: none;
  z-index: 0;
  opacity: 1;
}

/* Ensure rows sit above the gradient */
.features__group .f-row { position: relative; z-index: 1; }

/* Get Started button — scoped override */
.features .btn--dark {
  width: 182px;
  height: 52px;
  padding: 8px 24px;
  border-radius: 16px;
  background: #292929;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  box-shadow:
    0px 4px 6px -2px rgba(36,36,36,0.03),
    0px 12px 16px -4px rgba(36,36,36,0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

/* =========== QUESTIONS =========== */

/* Section head */
.questions .section__head {
  max-width: 975px;
  margin: 0 auto 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.questions .section__title {
  font-size: 64px;
  font-weight: 500;
  line-height: 78px;
  letter-spacing: -0.02em;
  color: #101010;
  margin: 0;
}
.questions .section__desc {
  font-size: 22px;
  color: #64748B;
  margin: 0;
  text-align: left;
  width: 100%;
}

/* Panel */
.q-panel {
  background: #FFFFFF;
  border-radius: 24px;
  padding: 56px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.05);
  display: flex;
  gap: 60px;
  align-items: flex-start;
  width: min(1192px, 92%);
  margin: 0 auto;
}

/* Tabs column */
.q-tabs {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 0 0 411px;
  width: 411px;
}

/* Individual tab */
.q-tab {
  padding: 16px 24px;
  background: #F8FAFC;
  border-radius: 24px;
  font-size: 22px;
  font-weight: 400;
  color: #101010;
  text-align: left;
  line-height: 1.35;
  transition: all .2s ease;
  width: 100%;
}
.q-tab:hover { background: #EEF2F7; }
.q-tab--active,
.q-tab--active:hover {
  background: linear-gradient(90deg, #E20074 0%, rgba(228, 17, 125, 0.23) 100%) !important;
  color: #FFFFFF;
  font-weight: 500;
}

/* Answer column */
.q-answer {
  flex: 1;
  position: relative;
  padding: 8px 0;
  align-self: center;
}
.q-a {
  display: none;
  font-size: 28px;
  line-height: 44px;
  color: #101010;
  font-style: italic;
  font-weight: 400;
}
.q-a--active { display: block; }

/* =========== ADVANTAGE =========== */
.advantage {
  background: #0B0B0D;
  color: #fff;
  padding: 100px 0;
}

/* Header — flex: title left, desc right */
.adv__head {
  display: flex;
  gap: 232px;
  margin-bottom: 60px;
  align-items: flex-start;
  width: min(1280px, 92%);
  margin-left: auto;
  margin-right: auto;
}
.adv__title {
  font-size: 48px;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  flex-shrink: 0;
}
.text-pink { color: #E20074; }
.adv__desc {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  color: #CAD5E2;
  max-width: 570px;
  padding-top: 4px;
}

/* Grid — 3 cols; 5th card spans 2 */
.adv__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: min(1280px, 92%);
  margin: 0 auto;
}

/* Card */
.adv-card {
  background: #FFFFFF0D;
  border: none;
  border-top: 1px solid #FFFFFF1A;
  border-radius: 24px;
  padding: 33px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-height: 342px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.adv-card { min-height: 320px; }

/* Icon */
.adv-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}
.adv-card__icon img { width: 100%; height: 100%; object-fit: contain; }

/* Title */
.adv-card h3 {
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: -0.01em;
  line-height: 1.35;
  margin: 0;
}

/* Description */
.adv-card p {
  font-size: 16px;
  color: #90A1B9;
  line-height: 1.65;
  margin: 0;
}

/* =========== BIG CTA =========== */
.big-cta { padding: 100px 0; }

/* Outer glass wrapper */
.big-cta__wrap {
  position: relative;
  width: min(1091px, 92%);
  margin: 0 auto;
  padding: 45px;
  border: 1px solid #E20074;
  border-radius: 69px;
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(16px) saturate(160%);
  -webkit-backdrop-filter: blur(16px) saturate(160%);
  box-shadow:
    0 1px 0 rgba(255,255,255,0.15) inset,
    0 12px 40px rgba(226,0,116,0.08);
}

/* Star decorations */
.big-cta__star {
  position: absolute;
  width: 28px; height: 28px;
}
.big-cta__star svg { width: 100%; height: 100%; }
.big-cta__star--tl { top: -14px; left: 80px; }
.big-cta__star--br { bottom: -14px; right: 200px; }

/* Inner white card */
.big-cta__card {
  background: #FDFDFD;
  border-radius: 24px;
  padding: 44px 48px;
  display: flex;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
  min-height: 409px;
}
.big-cta__card::before { display: none; }

/* Text block */
.big-cta__text {
  flex: 0 0 532px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 1;
}
.big-cta__text h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: -0.01em;
  color: #292929;
  margin: 0;
}
.big-cta__text p {
  font-size: 18px;
  color: #64748B;
  line-height: 1.6;
  margin: 0;
}
.big-cta__text .btn--primary {
  align-self: flex-start;
  margin-top: 16px;
  width: 177px;
  height: 52px;
  padding: 8px 24px;
  border-radius: 16px;
  background: #E20074;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  box-shadow:
    0px 4px 6px -2px rgba(36,36,36,0.03),
    0px 12px 16px -4px rgba(36,36,36,0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.big-cta__text .btn--primary:hover { background: #C10063; }

/* Dashboard image — absolutely positioned per Figma coords */
.big-cta__dashboard {
  position: absolute;
  top: 72px;   /* ← move image down — increase to move further down */
  left: 609px;
  width: 469px;
  height: 307px;
  z-index: 2;
  flex: none;
}
.big-cta__gradient {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  pointer-events: none;
  z-index: 0;
  opacity: 0.8;
}
.big-cta__dashboard img:not(.big-cta__gradient) {
  position: relative;
  z-index: 1;
  width: 469px;
  height: 307px;
  max-width: none;
  display: block;
  object-fit: contain;
  object-position: top center;
  border-radius: 0;
  border: none;
  box-shadow: none;
}

/* Dashboard mock */
.dash {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
  overflow: hidden;
  font-size: 9px;
  border: 1px solid #e5e5e9;
}
.dash__top {
  background: #fafafb;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eaeaed;
}
.dash__logo { font-weight: 700; font-size: 11px; }
.dash__search {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  background: #fff;
  border: 1px solid #eaeaed;
  border-radius: 10px;
  color: #888;
  width: 160px;
}
.dash__body {
  display: grid;
  grid-template-columns: 110px 1fr;
  min-height: 300px;
}
.dash__side {
  background: #fafafb;
  padding: 12px 10px;
  border-right: 1px solid #eaeaed;
  position: relative;
}
.dash__side-item {
  padding: 5px 8px;
  border-radius: 5px;
  color: #555;
  margin-bottom: 2px;
}
.dash__side-item--active {
  background: #FDE4EF;
  color: var(--pink);
  font-weight: 600;
}
.dash__side-label {
  font-size: 8px;
  text-transform: uppercase;
  color: #aaa;
  padding: 8px;
  margin-top: 6px;
}
.dash__profile {
  position: absolute;
  bottom: 12px;
  left: 10px;
  right: 10px;
  background: #fff;
  border: 1px solid #eaeaed;
  border-radius: 8px;
  padding: 6px;
  display: flex;
  gap: 6px;
  align-items: center;
}
.dash__profile-avatar {
  width: 18px; height: 18px;
  border-radius: 50%;
  background: #E91E7A;
}
.dash__profile-name { font-weight: 600; font-size: 8px; }
.dash__profile-sub { font-size: 7px; color: #888; }

.dash__main { padding: 12px; }
.dash__main-title {
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 10px;
}
.dash__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  margin-bottom: 10px;
}
.dash__stat {
  border: 1px solid #eaeaed;
  border-radius: 6px;
  padding: 6px;
  position: relative;
}
.dash__stat-label { color: #888; font-size: 7px; margin-bottom: 2px; }
.dash__stat-val { font-weight: 700; font-size: 12px; }
.dash__badge {
  font-size: 7px;
  padding: 1px 4px;
  border-radius: 3px;
  position: absolute;
  top: 6px;
  right: 6px;
  font-weight: 600;
}
.dash__badge--green { background: #D4F5D4; color: #2A8A2A; }
.dash__badge--red { background: #F5D4D4; color: #C42A2A; }

.dash__row {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 6px;
  margin-bottom: 6px;
}
.dash__mrr, .dash__recent {
  border: 1px solid #eaeaed;
  border-radius: 6px;
  padding: 8px;
}
.dash__mrr-head { color: #888; font-size: 7px; margin-bottom: 4px; }
.dash__mrr-val { font-weight: 700; font-size: 14px; color: var(--pink); }
.dash__recent-title { color: #888; font-size: 7px; margin-bottom: 6px; }
.dash__recent-stats {
  display: flex;
  gap: 10px;
}
.dash__recent-stats > div { display: flex; flex-direction: column; gap: 2px; }
.dash__recent-val { font-weight: 700; font-size: 11px; }
.dash__recent-stats .dash__badge { position: static; align-self: flex-start; }

.dash__donut {
  border: 1px solid #eaeaed;
  border-radius: 6px;
  padding: 8px;
}
.dash__donut-title { color: #888; font-size: 7px; margin-bottom: 6px; }
.dash__donut-ring {
  width: 70px; height: 70px;
  border-radius: 50%;
  background: conic-gradient(#E91E7A 0 35%, #F5C4D4 35% 55%, #B0D4C0 55% 75%, #4A7AB8 75% 100%);
  mask: radial-gradient(circle, transparent 55%, #000 56%);
  -webkit-mask: radial-gradient(circle, transparent 55%, #000 56%);
  margin: 0 auto;
}
.dash__chart {
  border: 1px solid #eaeaed;
  border-radius: 6px;
  padding: 8px;
}
.dash__chart svg { width: 100%; height: 70px; }
.dash__summary {
  border-top: 1px solid #eaeaed;
  padding-top: 6px;
  font-size: 8px;
  color: #888;
}

/* =========== FAQ =========== */

/* Section head */
.faq .section__head {
  max-width: 737px;
  margin: 0 auto 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.faq .pill--pink {
  width: 78px;
  height: 40px;
  font-size: 18px;
  font-weight: 500;
  color: #FDFDFD;
  background: #E20074;
  border-radius: 24px;
  padding: 8px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.faq .section__title {
  font-size: 64px;
  font-weight: 500;
  line-height: 78px;
  letter-spacing: 0px;
  color: #000000;
  margin: 0;
  text-align: center;
  width: 100%;
}

/* List */
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: min(802px, 92%);
  margin: 0 auto;
}

/* Item */
.faq-item {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
  overflow: hidden;
}

/* Summary row */
.faq-item summary {
  list-style: none;
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  font-size: 22px;
  font-weight: 400;
  color: #292929;
  line-height: 30px;
}
.faq-item summary::-webkit-details-marker { display: none; }

/* Toggle button */
.faq-item__toggle {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: #E20074;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform .2s;
}
.faq-item__toggle svg { width: 14px; height: 14px; }
.faq-item[open] .faq-vline { display: none; }

/* Answer body */
.faq-item__body {
  padding: 0 24px 24px;
  margin-top: 8px;
  color: #7C7C7C;
  font-size: 15px;
  line-height: 21px;
}

/* =========== RESPONSIVE =========== */
@media (max-width: 900px) {
  .stats__grid { flex-wrap: wrap; justify-content: center; gap: 32px; }
  .stat { flex: 0 0 calc(50% - 16px); }
  .challenges__grid,
  .benefits__grid,
  .adv__grid { grid-template-columns: 1fr; }
  .adv__head { flex-direction: column; gap: 24px; }
  .adv__title { font-size: clamp(28px, 7vw, 48px); line-height: 1.2; }
  .adv__desc { font-size: 18px; max-width: 100%; }
  .challenges .section__title { font-size: clamp(32px, 8vw, 64px); line-height: 1.2; }
  .challenges .section__desc { font-size: 18px; }
  .benefits .section__title { font-size: clamp(32px, 8vw, 64px); line-height: 1.2; }
  .benefits .section__desc { font-size: 18px; }
  .benefits__grid { column-gap: 24px; row-gap: 24px; }
  .b-card--image { grid-row: auto; min-height: 260px; }
  .f-row, .f-row--rev { grid-template-columns: 1fr; }
  .q-panel { flex-direction: column; gap: 32px; padding: 28px; }
  .q-tabs { width: 100%; flex: none; }
  .questions .section__title { font-size: clamp(32px, 8vw, 64px); line-height: 1.2; }
  .questions .section__desc { font-size: 18px; }
  .q-tab { font-size: 18px; }
  .q-a { font-size: 20px; line-height: 32px; }
  .big-cta__wrap { border-radius: 32px; padding: 20px; }
  .big-cta__card { flex-direction: column; padding: 28px; min-height: auto; overflow: visible; }
  .big-cta__text { flex: none; width: 100%; }
  .big-cta__text .btn--primary { width: auto; }
  .big-cta__text h2 { font-size: 24px; line-height: 32px; }
  .big-cta__text p { font-size: 16px; }
  .big-cta__dashboard { position: static; width: 100%; height: auto; }
  .big-cta__dashboard img { width: 100%; height: auto; max-width: none; }
  .hero__desc br { display: none; }
  .hero__title { font-size: clamp(36px, 8vw, 78px); line-height: 1.15; }
  .hero__desc { font-size: 18px; }
  .section__desc br { display: none; }
  .b-card--image { grid-row: auto; }
}

/* =========== UI/UX REFINEMENTS =========== */

/* 1a. Hero — aligned to fixed header + 46px gap for brand logo */
.hero { padding-top: 124px; }

/* ConvertIQ brand logo above hero pill */
.hero__brand-logo {
  width: 300px;
  height: 48px;
  display: block;
  margin: 0 auto 36.62px;
}

/* 1b. Arrow.svg — tighter spacing around it */
.hero__chart { margin: 0 2px; }
.hero__chart img { width: 72px; }

/* 2. Video moved before CTAs in HTML — adjust spacing */
.hero__video { margin-bottom: 48px; }
.hero__ctas  { margin-bottom: 0; }

/* 4. Stats pill */
.stats .pill--pink {
  background: #E20074;
  border: 1px solid #F1F1F1;
  border-radius: 42px;
  padding: 8px 32px;
  font-size: 22px;
  font-weight: 500;
  color: #F8FAFC;
}

/* 4b. Stats — percentage values */
.stat__num {
  font-size: 58px;
  font-weight: 500;
  line-height: 46px;
  color: #F8FAFC;
  text-align: center;
  margin-bottom: 14px;
}

/* 4c. Stats — labels */
.stat__label {
  font-size: 18px;
  line-height: 22px;
  color: #E2E8F0;
  text-align: center;
}

/* 5a. Challenges — tighten description line spacing */
.challenges .section__desc { line-height: 29px; }

/* 5b. Challenges cards — icons left-aligned */
.c-card { align-items: flex-start; }

/* SVG icons have 20px built-in left padding in their 76×76 viewBox.
   Compensate so the white icon box aligns with title/desc text start. */
.c-card__icon { margin-left: -15px; }

/* 5c. Challenges — more space between title and description */
.c-card__title { margin-bottom: 14px; }
.c-card__desc  { line-height: 1.5; }

/* 6. Benefits — center description, wider container to reduce line count */
.benefits .section__desc {
  text-align: center;
  max-width: 980px;
}

/* =========== BENEFITS REFINEMENTS =========== */

/* 2. More gap between description and first row of cards */
.benefits .section__head { margin-bottom: 52px; }

/* 1. Icon box — edit width/height here to resize all icon boxes */
.b-card__icon {
  flex-shrink: 0;
  width: 115px;
  height: 140px;
  border-radius: 16px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Remove colored backgrounds — SVG only, no fill bleed */
.b-card__icon--lilac { background: transparent; }
.b-card__icon--sage  { background: transparent; }
.b-card__icon--blush { background: transparent; }
.b-card__icon--cream { background: transparent; }
.b-card__icon--mint  { background: transparent; }

/* SVG/img fully fills container with no distortion */
.b-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* 3. CTA outer box — #FDFDFD background with border and 16px inner padding */
.b-card--cta {
  background: #FDFDFD;
  border: 1px solid #475569;
  border-radius: 20px;
  padding: 16px;
  min-height: 165px;
  align-self: auto;
}

/* 3. CTA inner button — fills outer box minus 16px padding on all sides */
.b-card__cta {
  border-radius: 14px;
  padding: 24px 28px;
  min-height: 133px;
  font-size: 20px;
}

/* Text body vertically centered relative to icon box */
.b-card { align-items: center; }
