/* Lead Lift V9 Custom Styles */
/* Extends the Reverse SaaS template design system */

/* Lead Lift brand accent: lime/cyan gradient replacement */
.leadlify-accent {
  background: linear-gradient(90deg, #a3e635, #22d3ee);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

:root {
  --v9-blue: #38bdf8;
  --v9-blue-deep: #0f172a;
  --v9-panel: #121418;
  --v9-panel-2: #191c22;
  --v9-line: rgba(255, 253, 246, 0.12);
  --v9-text: #fffdf6;
  --v9-muted: #b9bbc3;
}

.black-theme {
  background:
    radial-gradient(circle at 50% 0%, rgba(56, 189, 248, 0.12), transparent 34rem),
    linear-gradient(180deg, #111317 0%, #0d0d0f 100%);
}

.black-theme h1,
.black-theme h2,
.black-theme h3,
.black-theme h4,
.black-theme .sub-heading-03,
.black-theme .heading-01,
.black-theme .heading-02 {
  color: var(--v9-text);
}

.agent-card,
.process-step,
.case-study-card,
.v9-audit-card,
.v9-fit-card,
.v9-objection-card,
.v9-quiz-card,
.v9-home-services-panel,
.v9-next-step {
  color: var(--v9-text);
}

.agent-card p,
.process-step p,
.case-study-card p,
.v9-muted,
.v9-fit-card span,
.v9-objection-card span,
.v9-home-flow-item p,
.v9-next-step p,
.v9-score-result p {
  color: var(--v9-muted) !important;
}

.pricing-grid > div {
  color: #151619;
}

.pricing-grid h3,
.pricing-grid .heading-02,
.pricing-grid .sub-heading-03 {
  color: #151619 !important;
}

.pricing-grid p,
.pricing-grid span.body-r-02,
.pricing-grid .body-sm-02 {
  color: #343741 !important;
}

.pricing-grid a {
  color: inherit;
}

/* Section spacing helpers */
.section-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

html,
body {
  overflow-x: clip;
}

.navigation {
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 0 !important;
}

.navbar-component {
  position: relative;
  width: 100%;
}

.nav-container {
  align-items: center;
  width: auto;
}

.nav-container .w-nav-brand,
.nav-container .w-nav-brand img,
.nav-container > div {
  align-self: center;
}

.nav-container .w-nav-brand {
  display: flex;
  align-items: center;
  height: 64px;
}

.nav-container > div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}

.container-fluid {
  width: min(calc(100% - 96px), 1160px);
  max-width: 1160px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.v9-hero {
  position: relative;
  overflow: hidden;
  padding-top: 96px;
}

.v9-hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1180px;
  pointer-events: none;
  background-image: url("../images/brand/v12-hero-bg.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.65;
  filter: brightness(0.8) saturate(1.2) contrast(1.1);
  -webkit-mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.95) 58%, rgba(0, 0, 0, 0.72) 80%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.95) 58%, rgba(0, 0, 0, 0.72) 80%, transparent 100%);
}

.v9-hero::after {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1200px;
  pointer-events: none;
  background-image:
    linear-gradient(180deg, rgba(13, 15, 18, 0.34) 0%, rgba(13, 15, 18, 0.66) 58%, rgba(13, 15, 18, 0.92) 88%, #0d0d0f 100%),
    radial-gradient(circle, rgba(255, 253, 246, 0.62) 0 1px, transparent 1.8px),
    radial-gradient(circle, rgba(56, 189, 248, 0.5) 0 1.2px, transparent 2px),
    radial-gradient(circle, rgba(163, 230, 53, 0.42) 0 1px, transparent 1.7px),
    radial-gradient(circle at 50% 4%, rgba(56, 189, 248, 0.22), transparent 34rem),
    radial-gradient(circle at 50% 0%, rgba(255, 253, 246, 0.08), transparent 38rem);
  background-position:
    center top,
    0 0,
    46px 28px,
    92px 70px,
    center top;
  background-repeat: no-repeat;
  background-size:
    100% 100%,
    132px 132px,
    178px 178px,
    236px 236px,
    100% 100%,
    100% 100%;
  opacity: 1;
  animation: v9-hero-particles-drift 32s linear infinite;
}

.v9-hero > .container-fluid {
  position: relative;
  z-index: 2;
}

.v9-hero-head {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

@keyframes v9-hero-particles-drift {
  from {
    background-position:
      center top,
      0 0,
      46px 28px,
      92px 70px,
      center top,
      center top;
  }

  to {
    background-position:
      center top,
      132px 96px,
      -48px 178px,
      236px -118px,
      center top,
      center top;
  }
}

@keyframes v9-dashboard-bg-drift {
  from {
    background-position: 46% 48%;
    transform: scale(1);
  }

  to {
    background-position: 54% 52%;
    transform: scale(1.04);
  }
}

.v9-eyebrow-row {
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.v9-proof-pill,
.v9-section-kicker {
  color: var(--v9-blue);
  border: 1px solid rgba(56, 189, 248, 0.24);
  background: rgba(56, 189, 248, 0.08);
  border-radius: 999px;
  padding: 8px 14px;
  font-family: Interdisplay, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
}

.v9-section-kicker {
  display: inline-flex;
  margin-bottom: 18px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.v9-hero-title {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}

.v9-title-line {
  display: block;
}

.v9-title-action {
  font-size: 0.9em;
}

.industry-rotator {
  display: block;
  width: auto;
  min-width: 0;
  margin: 0.02em auto 0.04em;
  text-align: center;
  background: linear-gradient(90deg, #fffdf6 0%, #38bdf8 46%, #eaf7ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 0.98;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.industry-rotator.is-changing {
  opacity: 0;
  transform: translateY(8px);
}

.v9-hero-copy {
  color: #e4e5ea !important;
  margin-top: 24px;
}

.v9-hero-proofbar {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 26px;
}

.v9-hero-proofbar span {
  color: #e9ecf2;
  border: 1px solid var(--v9-line);
  background: rgba(255, 253, 246, 0.06);
  border-radius: 999px;
  padding: 9px 14px;
  font-family: Interdisplay, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.v9-hero-visual {
  position: relative;
  width: min(100%, 1060px);
  height: auto !important;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding: 58px 46px 70px;
  overflow: visible;
  border: 1px solid rgba(255, 253, 246, 0.18);
  border-radius: 28px;
  background: #101216;
  box-shadow: 0 38px 120px rgba(0, 0, 0, 0.55);
  filter: none;
  isolation: isolate;
}

.v9-hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 28px;
  background-image:
    linear-gradient(180deg, rgba(10, 12, 16, 0.02) 0%, rgba(10, 12, 16, 0.42) 100%),
    url("../images/brand/headerone.jpg");
  background-size: 110%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: 0;
  pointer-events: none;
  animation: v9-dashboard-bg-drift 22s ease-in-out infinite alternate;
}

.v9-hero-visual::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255, 253, 246, 0.16);
  border-radius: 20px;
  background:
    radial-gradient(circle at 50% 0%, rgba(56, 189, 248, 0.2), transparent 32rem),
    linear-gradient(180deg, rgba(16, 18, 22, 0.08), rgba(16, 18, 22, 0.42));
  z-index: 0;
  pointer-events: none;
}

.v9-hero-visual .hero-thumb---home-01 {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto !important;
  object-fit: contain;
  border: 1px solid rgba(255, 253, 246, 0.12);
  border-radius: 16px;
  background: rgba(15, 17, 21, 0.66);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.42);
}

/* V12 Animation System */
.v12-visual-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  min-height: 480px;
  margin-top: 60px;
  perspective: 1000px;
}

.v12-card {
  background: rgba(17, 19, 24, 0.82);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  padding: 24px;
  color: #fff;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.6);
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 0;
  transform: translateY(30px) scale(0.95);
  font-family: Interdisplay, sans-serif;
}

.v12-card.active {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.v12-card-agent { width: 320px; z-index: 5; }
.v12-card-calendar { width: 340px; z-index: 4; }
.v12-card-payment { width: 280px; z-index: 3; }

.v12-agent-header {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 20px;
}

.v12-agent-photo {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--v9-blue);
}

.v12-agent-name {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}

.v12-agent-status {
  font-size: 13px;
  color: var(--v9-blue);
  font-weight: 600;
}

.v12-waveform {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  height: 32px;
  margin: 20px 0;
}

.v12-wave-bar {
  flex: 1;
  background: linear-gradient(180deg, var(--v9-blue), #22d3ee);
  border-radius: 4px;
  animation: v12-wave-bounce 1.2s infinite ease-in-out;
}

@keyframes v12-wave-bounce {
  0%, 100% { height: 8px; }
  50% { height: 28px; }
}

.v12-chat-log {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.v12-chat-bubble {
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.4;
  align-self: flex-start;
  max-width: 90%;
  border-bottom-left-radius: 2px;
}

.v12-chat-bubble.bot {
  background: rgba(56, 189, 248, 0.15);
  border: 1px solid rgba(56, 189, 248, 0.2);
  align-self: flex-end;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 2px;
}

.v12-connector {
  width: 60px;
  overflow: visible;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.v12-connector.active {
  opacity: 1;
}

.v12-path-anim {
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
}

.v12-connector.active .v12-path-anim {
  animation: v12-path-draw 1.5s forwards ease-in-out;
}

@keyframes v12-path-draw {
  to { stroke-dashoffset: 0; }
}

.v12-cal-header {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--v9-muted);
  margin-bottom: 20px;
}

.v12-cal-row {
  display: flex;
  gap: 16px;
  padding: 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  margin-bottom: 8px;
  opacity: 0.6;
}

.v12-cal-row.active {
  background: rgba(163, 230, 53, 0.12);
  border: 1px solid rgba(163, 230, 53, 0.2);
  opacity: 1;
}

.v12-cal-time {
  font-weight: 700;
  color: var(--v9-blue);
  font-size: 14px;
}

.v12-cal-desc {
  font-size: 14px;
}

.v12-pay-title {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 12px;
}

.v12-pay-amount {
  font-family: Calsans, sans-serif;
  font-size: 32px;
  margin-bottom: 20px;
}

.v12-pay-status {
  padding: 8px;
  text-align: center;
  border-radius: 8px;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.1em;
  background: rgba(255, 255, 255, 0.1);
}

.v12-pay-status.paid {
  background: #a3e635;
  color: #071015;
  box-shadow: 0 0 20px rgba(163, 230, 53, 0.4);
}

@media (max-width: 991px) {
  .v12-visual-wrapper {
    flex-direction: column;
    gap: 20px;
    min-height: auto;
  }
  .v12-connector {
    transform: rotate(90deg);
    width: 40px;
    height: 40px;
  }
}

.v9-metric-strip {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  border: 1px solid rgba(255, 253, 246, 0.1);
  border-radius: 20px;
  background: rgba(255, 253, 246, 0.035);
}

.v9-industry-marquee-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
  mask-image: linear-gradient(90deg, transparent, #000 15%, #000 85%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 15%, #000 85%, transparent);
}

.v9-marquee-track {
  display: flex !important;
  width: max-content;
  gap: 24px !important;
  animation: v9-marquee-scroll 30s linear infinite;
}

.v9-marquee-track:hover {
  animation-play-state: paused;
}

@keyframes v9-marquee-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(calc(-50% - 12px)); }
}

.v9-industry-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.v9-industry-grid span {
  color: var(--v9-text);
  text-align: center;
  border: 1px solid var(--v9-line);
  background: linear-gradient(180deg, rgba(255, 253, 246, 0.07), rgba(255, 253, 246, 0.025));
  border-radius: 12px;
  padding: 16px 12px;
  font-family: Interdisplay, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.v9-industry-grid span:hover {
  transform: translateY(-2px);
  border-color: #38bdf8;
  background: rgba(56, 189, 248, 0.1);
}

.v9-audit-section,
.v9-quiz-section,
.v9-home-services-section,
.v9-next-steps-section,
.v9-objection-section {
  padding: 120px 0;
  background: #0d0d0f;
}

.v9-audit-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 460px;
  gap: 56px;
  align-items: center;
}

.v9-audit-card {
  border: 1px solid rgba(56, 189, 248, 0.24);
  background:
    linear-gradient(180deg, rgba(56, 189, 248, 0.12), transparent),
    var(--v9-panel);
  border-radius: 18px;
  padding: 34px;
}

.v9-check-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  list-style: none !important;
  padding: 0;
  margin: 22px 0 28px;
}

.v9-check-list li {
  color: #eef2f7;
  position: relative;
  display: block;
  list-style: none !important;
  padding-left: 28px;
  font-family: Interdisplay, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.v9-check-list li::marker {
  content: "";
}

.v9-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--v9-blue);
  box-shadow: 0 0 0 5px rgba(56, 189, 248, 0.12);
}

.v9-card-cta {
  justify-content: center;
  width: 100%;
}

.v9-quiz-grid,
.v9-home-services-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 56px;
  align-items: center;
}

.v9-quiz-card,
.v9-home-services-panel {
  border: 1px solid rgba(255, 253, 246, 0.12);
  background: linear-gradient(180deg, rgba(255, 253, 246, 0.07), rgba(255, 253, 246, 0.025));
  border-radius: 18px;
  padding: 30px;
}

.v9-quiz-question + .v9-quiz-question {
  margin-top: 24px;
}

.v9-quiz-question strong,
.v9-home-flow-item strong,
.v9-next-step strong {
  display: block;
  color: var(--v9-text);
  font-family: Calsans, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 12px;
}

.v9-quiz-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.v9-quiz-options button {
  color: var(--v9-text);
  -webkit-text-fill-color: currentColor;
  background-clip: border-box;
  border: 1px solid rgba(255, 253, 246, 0.14);
  background: rgba(255, 253, 246, 0.045);
  border-radius: 999px;
  min-height: 44px;
  padding: 10px 12px;
  font-family: Interdisplay, sans-serif;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.v9-quiz-options button:hover {
  transform: translateY(-2px);
  border-color: rgba(163, 230, 53, 0.4);
}

.v9-quiz-options button.is-selected {
  color: #071015 !important;
  -webkit-text-fill-color: #071015 !important;
  background-clip: border-box;
  border-color: transparent;
  background: linear-gradient(90deg, #a3e635, #38bdf8);
  transform: scale(1.02);
  box-shadow: 0 0 15px rgba(56, 189, 248, 0.3), inset 0 0 0 1px rgba(7, 16, 21, 0.12) !important;
}

.v9-score-result {
  margin-top: 28px;
  border: 1px solid rgba(56, 189, 248, 0.28);
  background: rgba(56, 189, 248, 0.08);
  border-radius: 16px;
  padding: 22px;
}

.v9-score-label,
.v9-home-flow-item span,
.v9-next-step span {
  display: inline-flex;
  color: var(--v9-blue);
  margin-bottom: 8px;
  font-family: Interdisplay, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.v9-score-result strong {
  display: block;
  color: var(--v9-text);
  font-family: Calsans, Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 8px;
}

.v9-home-services-section {
  background:
    radial-gradient(circle at 80% 20%, rgba(56, 189, 248, 0.12), transparent 28rem),
    #101216;
}

.v9-inline-cta {
  margin-top: 28px;
}

.v9-home-services-panel {
  display: grid;
  gap: 16px;
}

.v9-home-flow-item {
  border: 1px solid rgba(255, 253, 246, 0.1);
  background: rgba(15, 17, 21, 0.62);
  border-radius: 14px;
  padding: 22px;
}

.v9-next-steps-section {
  background: #101216;
}

.v9-next-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.v9-next-step {
  border: 1px solid rgba(255, 253, 246, 0.12);
  background: linear-gradient(180deg, rgba(255, 253, 246, 0.07), rgba(255, 253, 246, 0.025));
  border-radius: 16px;
  padding: 26px;
}

.v9-sticky-mobile-cta {
  display: none;
}

.v9-fit-section {
  padding: 120px 0;
}

.v9-section-head {
  max-width: 760px;
  margin: 0 auto 56px;
  text-align: center;
}

.v9-fit-grid,
.v9-objection-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.v9-fit-card,
.v9-objection-card {
  min-height: 160px;
  border: 1px solid var(--v9-line);
  background: linear-gradient(180deg, rgba(255, 253, 246, 0.07), rgba(255, 253, 246, 0.025));
  border-radius: 16px;
  padding: 26px;
}

.v9-fit-card strong,
.v9-objection-card strong {
  display: block;
  color: var(--v9-text);
  margin-bottom: 10px;
  font-family: Calsans, Arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

.v9-fit-card span,
.v9-objection-card span {
  display: block;
  font-family: Interdisplay, sans-serif;
  font-size: 15px;
  line-height: 23px;
}

.v9-objection-section {
  border-top: 1px solid rgba(255, 253, 246, 0.08);
  border-bottom: 1px solid rgba(255, 253, 246, 0.08);
}

.v9-cta-note {
  color: #cfd3dc !important;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.cta-form {
  max-width: 640px;
}

.cta-form .form-group {
  align-items: center;
  flex-wrap: nowrap !important;
  height: auto;
  min-height: 56px;
}

.cta-form .footer-email {
  flex: 1 1 auto;
  min-width: 0 !important;
  height: 48px;
}

.cta-form .cta-form-btn {
  flex: 0 0 auto;
  min-height: 48px;
}

/* Pricing Cards Polish */
.pricing-grid > div {
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.pricing-grid > div:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.pricing-grid > div:not(.pricing-highlight):hover {
  border-color: rgba(56, 189, 248, 0.4);
}

@keyframes pricing-pulse {
  0% { box-shadow: 0 0 0 0 rgba(163, 230, 53, 0.4); }
  70% { box-shadow: 0 0 0 10px rgba(163, 230, 53, 0); }
  100% { box-shadow: 0 0 0 0 rgba(163, 230, 53, 0); }
}

/* Pricing highlight card */
.pricing-highlight {
  border: 2px solid #a3e635;
  position: relative;
  animation: pricing-pulse 3s infinite;
}

.pricing-highlight:hover {
  animation: none;
  box-shadow: 0 0 25px rgba(163, 230, 53, 0.3) !important;
}

.pricing-highlight::before {
  content: "Most Popular";
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #a3e635;
  color: #151619;
  font-family: Interdisplay, sans-serif;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 16px;
  border-radius: 20px;
}

/* FAQ accordion custom */
.faq-item {
  border-bottom: 1px solid #373737;
  padding: 24px 0;
}

.faq-question {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-answer.open {
  max-height: 500px;
}

.faq-icon {
  transition: transform 0.3s ease;
}

.faq-icon.rotate {
  transform: rotate(180deg);
}

/* Agent feature cards */
.agent-card {
  background: linear-gradient(180deg, rgba(255, 253, 246, 0.06), rgba(255, 253, 246, 0.025));
  border: 1px solid rgba(255, 253, 246, 0.12);
  border-radius: 14px;
  padding: 32px;
  transition: all 0.3s ease;
}

.agent-card:hover {
  border-color: #a3e635;
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2), 0 0 15px rgba(163, 230, 53, 0.15);
  background: linear-gradient(180deg, rgba(163, 230, 53, 0.08), rgba(255, 253, 246, 0.025));
}

.agent-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.18), rgba(255, 253, 246, 0.08));
  color: #eaf7ff;
  border: 1px solid rgba(56, 189, 248, 0.32);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-family: Interdisplay, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

/* Metric cards */
.metric-card {
  text-align: center;
  padding: 40px 24px;
}

.metric-value {
  font-family: Calsans, Arial, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 64px;
  background: linear-gradient(90deg, #a3e635, #22d3ee);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 8px;
}

/* Mobile nav */
.mobile-nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  min-width: 44px;
  min-height: 44px;
  padding: 10px;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .navbar-component {
    background-color: rgba(21, 22, 25, 0.95);
    backdrop-filter: blur(10px);
  }

  .nav-container {
    grid-template-columns: max-content 1fr max-content;
    min-height: 64px !important;
    height: 64px;
  }

  .mobile-nav-toggle {
    display: inline-flex;
  }

  .nav-menu-desktop {
    display: flex !important;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: auto;
    background: #151619;
    padding: 20px 48px 24px;
    border-bottom: 1px solid #ffffff0a;
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  }

  .nav-menu-desktop.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-menu-desktop .nav-link {
    width: 100%;
    min-height: 44px;
    padding: 10px 0;
    justify-content: center;
  }

  .nav-container .btn-04 {
    min-height: 44px;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
  }
}

@media (max-width: 479px) {
  .nav-container {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-left: 12px !important;
    margin-right: 12px !important;
  }

  .nav-container .w-nav-brand {
    width: 142px;
  }

  .nav-container .w-nav-brand img {
    width: 142px;
    height: auto;
  }

  .nav-container > div {
    gap: 8px;
  }

  .nav-container .btn-04 {
    width: 118px;
    min-width: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-container .btn-text-01 {
    white-space: normal;
  }
}

/* Smooth scroll */
html {
  scroll-behavior: smooth;
}

/* Placeholder image style */
.placeholder-img {
  background: linear-gradient(135deg, #1a1a1a, #2a2a2a);
  border: 2px dashed #373737;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #797979;
  font-family: Interdisplay, sans-serif;
  font-size: 14px;
  min-height: 200px;
  border-radius: 16px;
}

/* Process step cards */
.process-step {
  background: linear-gradient(180deg, rgba(255, 253, 246, 0.06), rgba(255, 253, 246, 0.025));
  border: 1px solid rgba(255, 253, 246, 0.12);
  border-radius: 14px;
  padding: 40px 32px;
  position: relative;
}

.process-number {
  font-family: Calsans, Arial, sans-serif;
  font-size: 48px;
  font-weight: 600;
  color: #a3e635;
  opacity: 0.3;
  position: absolute;
  top: 16px;
  right: 24px;
}

/* Case study card */
.case-study-card {
  background: linear-gradient(180deg, rgba(255, 253, 246, 0.06), rgba(255, 253, 246, 0.025));
  border: 1px solid rgba(255, 253, 246, 0.12);
  border-radius: 14px;
  padding: 32px;
}

.case-study-result {
  background: linear-gradient(90deg, #a3e6351a, #22d3ee1a);
  border: 1px solid #a3e63533;
  border-radius: 12px;
  padding: 16px;
  margin: 16px 0;
}

/* Responsive grid overrides */
@media (max-width: 991px) {
  .v9-audit-grid,
  .v9-quiz-grid,
  .v9-home-services-grid,
  .v9-fit-grid,
  .v9-objection-grid,
  .v9-next-steps-grid {
    grid-template-columns: 1fr;
  }

  .v9-industry-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .v9-activity-card {
    position: static;
    width: auto;
    margin-top: 12px;
  }

  .v9-hero-visual {
    display: grid;
    gap: 12px;
    padding: 34px 22px 38px;
    border-radius: 22px;
  }

  .v9-hero-visual::before {
    border-radius: 22px;
  }

  .v9-hero-visual::after {
    inset: 8px;
    border-radius: 16px;
  }

  .agent-grid,
  .problem-grid,
  .process-grid,
  .blueprint-grid,
  .results-grid,
  .case-grid,
  .pricing-grid,
  .dept-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .content-grid {
    grid-template-columns: 1fr !important;
  }
  .heading-01 {
    font-size: 48px !important;
    line-height: 56px !important;
  }
  .heading-02 {
    font-size: 40px !important;
    line-height: 48px !important;
  }
}

@media (max-width: 767px) {
  .v9-hero {
    padding-top: 72px;
  }

  .v9-hero::before {
    height: 1080px;
    opacity: 0.56;
  }

  .v9-hero::after {
    height: 1100px;
  }

  .v9-hero-title {
    font-size: 34px !important;
    line-height: 42px !important;
  }

  .v9-title-action {
    font-size: 0.8em;
    line-height: 1.12;
  }

  .industry-rotator {
    min-width: 0;
  }

  .v9-hero-proofbar span {
    width: 100%;
    text-align: center;
  }

  .v9-industry-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .v9-audit-section,
  .v9-quiz-section,
  .v9-home-services-section,
  .v9-next-steps-section,
  .v9-fit-section,
  .v9-objection-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .v9-audit-card,
  .v9-quiz-card,
  .v9-home-services-panel,
  .v9-fit-card,
  .v9-objection-card,
  .v9-next-step {
    padding: 24px;
  }

  .v9-quiz-options {
    grid-template-columns: 1fr;
  }

  .v9-sticky-mobile-cta {
    display: flex;
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 14px;
    z-index: 1002;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    color: #071015;
    background: #fffdf6;
    border-radius: 999px;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.34);
    font-family: Interdisplay, sans-serif;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    opacity: 0;
    pointer-events: none;
    transform: translateY(14px);
    transition: opacity 200ms ease, transform 200ms ease;
  }

  .v9-sticky-mobile-cta.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-audit-btn .btn-text-01 {
    font-size: 13px;
    line-height: 15px;
  }

  .agent-grid,
  .problem-grid,
  .process-grid,
  .blueprint-grid,
  .results-grid,
  .case-grid,
  .pricing-grid,
  .dept-grid {
    grid-template-columns: 1fr !important;
  }
  .heading-01 {
    font-size: 36px !important;
    line-height: 44px !important;
  }
  .heading-02 {
    font-size: 32px !important;
    line-height: 40px !important;
  }
  .metric-value {
    font-size: 40px !important;
    line-height: 48px !important;
  }
  .container-fluid {
    width: calc(100% - 48px);
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .hero---home-01 {
    padding-top: 80px !important;
  }
  .section-padding,
  section:not(.navigation) {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .form-group {
    align-items: stretch;
    flex-wrap: wrap !important;
    min-height: 0;
    padding: 0;
  }

  .footer-email {
    min-width: 0 !important;
    min-height: 52px;
  }

  .cta-form-btn {
    width: 100%;
    min-height: 52px;
  }
}

@media (max-width: 430px) {
  .v9-industry-grid {
    grid-template-columns: 1fr;
  }

  .v9-eyebrow-row {
    width: 100%;
  }

  .v9-proof-pill,
  .v9-section-kicker {
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .v9-hero::before,
  .v9-hero-visual::before {
    animation: none;
  }
}
