/* style.css — SellerView.ai Landing Page Design Tokens & Components */

/* ===== FONTS ===== */
@import url('https://api.fontshare.com/v2/css?f[]=general-sans@400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');

/* ===== DESIGN TOKENS ===== */
:root {
  /* Fonts */
  --font-display: 'General Sans', 'Inter', sans-serif;
  --font-body: 'Inter', 'Helvetica Neue', Arial, sans-serif;

  /* Type Scale */
  --text-xs:   clamp(0.75rem,  0.7rem  + 0.25vw, 0.875rem);
  --text-sm:   clamp(0.875rem, 0.8rem  + 0.35vw, 1rem);
  --text-base: clamp(1rem,     0.95rem + 0.25vw, 1.125rem);
  --text-lg:   clamp(1.125rem, 1rem    + 0.75vw, 1.5rem);
  --text-xl:   clamp(1.5rem,   1.2rem  + 1.25vw, 2.25rem);
  --text-2xl:  clamp(2rem,     1.2rem  + 2.5vw,  3.5rem);
  --text-3xl:  clamp(2.5rem,   1rem    + 4vw,    5rem);

  /* Spacing */
  --space-1:  0.25rem;
  --space-2:  0.5rem;
  --space-3:  0.75rem;
  --space-4:  1rem;
  --space-5:  1.25rem;
  --space-6:  1.5rem;
  --space-8:  2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --space-32: 8rem;

  /* SellerView Brand Colors — Light Only */
  --color-bg: #FFFFFF;
  --color-bg-alt: #F8F9FC;
  --color-surface: #FFFFFF;
  --color-surface-alt: #F1F3F8;

  --color-text: #1B2A4A;
  --color-text-secondary: #5A6680;
  --color-text-muted: #8896AB;

  --color-navy: #1B2A4A;
  --color-navy-light: #2D4066;
  --color-cta: #E8636B;
  --color-cta-hover: #D4545C;
  --color-cta-light: rgba(232, 99, 107, 0.08);

  --color-success: #22C55E;
  --color-danger: #EF4444;
  --color-border: #E2E6EE;

  /* Radius */
  --radius-sm: 6px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xl: 16px;
  --radius-2xl: 20px;

  /* Shadows */
  --shadow-sm: 0 1px 3px rgba(27, 42, 74, 0.06);
  --shadow-md: 0 4px 16px rgba(27, 42, 74, 0.08);
  --shadow-lg: 0 12px 40px rgba(27, 42, 74, 0.12);
  --shadow-xl: 0 20px 60px rgba(27, 42, 74, 0.16);

  /* Content widths */
  --content-narrow: 640px;
  --content-default: 960px;
  --content-wide: 1200px;
}

/* ===== LAYOUT ===== */
.container {
  width: 100%;
  max-width: var(--content-wide);
  margin: 0 auto;
  padding-inline: var(--space-6);
}

.section {
  padding-block: clamp(var(--space-16), 8vw, var(--space-24));
}

.section--alt {
  background: var(--color-bg-alt);
}

/* ===== TYPOGRAPHY ===== */
.heading-hero {
  font-family: var(--font-display);
  font-size: var(--text-2xl);
  font-weight: 700;
  line-height: 1.1;
  color: var(--color-navy);
  letter-spacing: -0.02em;
}

.heading-section {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  font-weight: 600;
  line-height: 1.15;
  color: var(--color-navy);
  letter-spacing: -0.01em;
}

.heading-sub {
  font-family: var(--font-display);
  font-size: var(--text-lg);
  font-weight: 600;
  line-height: 1.25;
  color: var(--color-navy);
}

.text-body {
  font-size: var(--text-base);
  color: var(--color-text-secondary);
  line-height: 1.65;
}

.text-sm {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
}

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

.section-label {
  font-family: var(--font-display);
  font-size: var(--text-sm);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-cta);
  margin-bottom: var(--space-4);
}

.video-card {
  width: 90%;
  max-width: 900px;        /* key control */
  margin: 40px auto;       /* center */
  /* background: #fff; */
  border-radius: 16px;
  padding: 12px;
  /* box-shadow: 0 10px 30px rgba(0,0,0,0.12); */
}



/* pricings */
.pricing-wrapper{
  padding-top: 20;
  margin-top: 0;
}
/* HEADER */
.pricing-header {
  text-align: center;
  padding: 60px 20px 20px;
  margin-top: 0;
}

.pricing-header h1 {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 10px;
}

.sub1 {
  font-size: 18px;
  margin-bottom: 5px;
 margin: auto;
  align-items: center;
  justify-content: center;
}

.sub2 {
  font-size: 15px;
  color: #666;
  margin: auto;
  align-items: center;
  justify-content: center;
}

.pricing-section {
  max-width: 1200px;
  margin: auto;
  padding: 0px 20px;
}

.pricing-header {
  text-align: center;
  padding: 60px 20px 20px;
}

.pricing-header h1 {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 10px;
}

.sub1 {
  font-size: 18px;
  margin-bottom: 5px;
}

.sub2 {
  font-size: 15px;
  color: #666;
}

/* TOGGLE */
.toggle-wrapper {
  text-align: center;
  margin-bottom: 30px;
}

.toggle {
  display: inline-flex;
  background: #e9eef5;
  border-radius: 30px;
  padding: 5px;
}

.toggle button {
  border: none;
  padding: 8px 18px;
  border-radius: 30px;
  background: transparent;
  cursor: pointer;
}

.toggle .active {
  background: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.save {
  color: red;
  margin-left: 10px;
  font-size: 14px;
}

@media (max-width: 768px) {
  .save {
    color: red;
  margin-left: 3px;
  font-size: 9px;
  }
}

/* GRID */
.pricing-grid {
  display: none;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.active-plan {
  display: grid;
}

/* CARD */
.card {
  background: #fff;
  padding: 22px;
  border-radius: 14px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
}

.card h2 {
  font-size: 28px;
  margin: 10px 0;
}

.bill {
  font-size: 13px;
  color: #777;
}

/* BUTTON */
.card button {
  width: 100%;
  margin-top: 15px;
  padding: 10px;
  border-radius: 8px;
  border: none;
  background: #eee;
}

/* .primary {
  background: #2f4e79;
  color: #fff;
} */

/* HIGHLIGHT */
.highlight {
  border: 2px solid #2f4e79;
  position: relative;
}

.badge {
  position: absolute;
  top: -10px;
  left: 15px;
  background: #2f4e79;
  color: #fff;
  padding: 4px 10px;
  font-size: 12px;
  border-radius: 20px;
}

/* MOBILE */
 @media (max-width: 1000px) {
  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pricing-header h1 {
    font-size: 32px;
  }
}

@media (max-width: 500px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .pricing-header h1 {
    font-size: 26px;
  }

  .sub1, .sub2 {
    font-size: 14px;
  }
}


/* extra points */
.features {
  list-style: none;
  padding: 0;
  margin-top: 18px;
}

.features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 14px;
}

/* ICON */
.features .icon {
  width: 18px;
  height: 18px;
  background: #ffeaea;
  color: #ff5a5f;
  font-size: 11px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3px;
  flex-shrink: 0;
}

/* TEXT BLOCK */
.features .label {
  display: block;
  font-size: 13px;
  color: #8a94a6;   /* subtle gray */
  margin-bottom: 2px;
}

.features .value {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #1f2d3d;   /* dark premium text */
  line-height: 1.4;
}

/* PRICE NOTE */
.price-note {
  font-size: 12px;
  color: #9aa3af;
  margin-top: 12px;
}

.primary{
   font-size: 12px;
  border-radius: 20px;
  color:#000000;
  
}

.btn{
  font-size: 12px;
  border-radius: 20px;
  color:#000000;
  background-color: #3b5876;
}
@media (max-width: 500px) {
  .features .value {
    font-size: 13px;
  }

  .features .label {
    font-size: 12px;
  }
}

/* video ratio */
.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  border-radius: 12px;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .video-card {
    width: 95%;
    margin: 20px auto;
  }
}

.dashboard-mockup {
  width: 100%;
  max-width: 950px; /* increase from 520px → bigger visual */
}
.dashboard-mockups {
  width: 100%;
  max-width: 120px; /* increase from 520px → bigger visual */
}
.dashboard-imagee {
  width: 170%;
  height: auto;
  display: block;
  border-radius: 0;
  object-fit: contain;
}
.dashboard-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.12);
}
.dashboard-image {
  box-shadow: 0 30px 80px rgba(0,0,0,0.12);
}


.trusted-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1px;
  flex-wrap: nowrap;
  margin-top: 4px;
}

.trusted-logos img {
  height: 250px;
  
}

@media (max-width: 768px) {

  .trusted-logos {
    display: flex;
     justify-content: center;
  align-items: center;
  margin: auto;
    flex-wrap: nowrap;        /* prevent wrapping */
     overflow-x: scroll;        /* allow scroll if needed */
    gap: 0px;
    justify-content: flex-start; /* important */
  }

  .trusted-logos img {
    height: 250px;   
    width: 180px;          /* bigger logos */
    flex-shrink: 0;           /* prevent shrinking */
  }

  /* optional - hide scrollbar */
  .trusted-logos::-webkit-scrollbar {
    display: none;
  }

}


/* ===== CTA BUTTONS ===== */
.btn-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  background: var(--color-cta);
  color: #fff;
  font-family: var(--font-display);
  font-size: var(--text-base);
  font-weight: 600;
  padding: 16px 40px;
  border-radius: var(--radius-md);
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(232, 99, 107, 0.35);
  border: none;
  cursor: pointer;
  white-space: nowrap;
}

.btn-cta:hover {
  background: var(--color-cta-hover);
  box-shadow: 0 6px 20px rgba(232, 99, 107, 0.45);
  transform: translateY(-1px);
}

.btn-cta:active {
  transform: translateY(0);
}

.btn-cta--large {
  font-size: var(--text-lg);
  padding: 18px 48px;
}

.btn-cta svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  background: transparent;
  color: var(--color-navy);
  font-family: var(--font-display);
  font-size: var(--text-sm);
  font-weight: 500;
  padding: 12px 24px;
  border-radius: var(--radius-md);
  text-decoration: none;
  border: 1.5px solid var(--color-border);
}

.btn-ghost:hover {
  border-color: var(--color-navy);
  background: rgba(27, 42, 74, 0.03);
}

/* ===== HEADER ===== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #FFFFFF;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  padding: var(--space-4) 0;
}

.header--scrolled {
  border-bottom-color: var(--color-border);
  box-shadow: var(--shadow-sm);
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.header__logo .logo-seller { color: var(--color-navy); }
.header__logo .logo-view { color: var(--color-cta); }
.header__logo .logo-ai { color: var(--color-navy); }

.header__cta .btn-cta {
  font-size: var(--text-sm);
  padding: 10px 24px;
}

/* ===== STICKY CTA BAR ===== */
.sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid var(--color-border);
  padding: var(--space-3) 0;
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.sticky-cta--visible {
  transform: translateY(0);
}

.sticky-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
}

.sticky-cta__text {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: var(--text-sm);
  color: var(--color-navy);
}

.sticky-cta__text span {
  color: var(--color-text-secondary);
  font-weight: 400;
}

.sticky-cta .btn-cta {
  font-size: var(--text-sm);
  padding: 10px 28px;
  flex-shrink: 0;
}

/* ===== HERO SECTION ===== */
.hero {
  padding-top: calc(80px + clamp(var(--space-12), 6vw, var(--space-20)));
  padding-bottom: clamp(var(--space-12), 6vw, var(--space-20));
  background: linear-gradient(180deg, #FFFFFF 0%, #F8F9FC 100%);
  overflow: hidden;
}

.hero__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(var(--space-8), 4vw, var(--space-16));
  align-items: center;
}

.hero__content {
  max-width: 560px;
}

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  background: var(--color-cta-light);
  border: 1px solid rgba(232, 99, 107, 0.15);
  color: var(--color-cta);
  font-family: var(--font-display);
  font-size: var(--text-xs);
  font-weight: 600;
  padding: 6px 14px;
  border-radius: var(--radius-2xl);
  margin-bottom: var(--space-6);
}

.hero__badge svg {
  width: 14px;
  height: 14px;
}

.hero__title {
  margin-bottom: var(--space-6);
}

.hero__subtitle {
  font-size: var(--text-base);
  color: var(--color-text-secondary);
  line-height: 1.7;
  margin-bottom: var(--space-8);
  max-width: 500px;
}

.hero__cta-group {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.hero__trust {
  display: flex;
  align-items: center;
  gap: var(--space-6);
  font-size: var(--text-xs);
  color: var(--color-text-muted);
}

.hero__trust-item {
  display: flex;
  align-items: center;
  gap: var(--space-1);
}

.hero__trust-item svg {
  width: 16px;
  height: 16px;
  color: var(--color-success);
  flex-shrink: 0;
}

/* ===== DASHBOARD MOCKUP ===== */
.dashboard-mockup {
  background: #FFFFFF;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-xl);
  overflow: hidden;
  border: 1px solid var(--color-border);
  position: relative;
}

.dashboard-mockup::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(232,99,107,0.2) 0%, rgba(27,42,74,0.1) 50%, rgba(34,197,94,0.2) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.mock-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background: var(--color-navy);
  color: #fff;
}

.mock-header__logo {
  font-family: var(--font-display);
  font-size: 0.8rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
}

.mock-header__logo .dot { color: var(--color-cta); }

.mock-header__nav {
  display: flex;
  gap: 12px;
}

.mock-header__nav-item {
  font-size: 0.65rem;
  opacity: 0.6;
  padding: 3px 8px;
  border-radius: 4px;
}

.mock-header__nav-item--active {
  opacity: 1;
  background: rgba(255,255,255,0.12);
}

.mock-body {
  padding: 16px;
  background: #F8F9FC;
}

.mock-kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 14px;
}

.mock-kpi {
  background: #fff;
  border-radius: 8px;
  padding: 12px;
  border: 1px solid #E8EBF0;
}

.mock-kpi__label {
  font-size: 0.6rem;
  color: var(--color-text-muted);
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.mock-kpi__value {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--color-navy);
  font-variant-numeric: tabular-nums;
}

.mock-kpi__delta {
  font-size: 0.6rem;
  font-weight: 600;
  margin-top: 2px;
  display: flex;
  align-items: center;
  gap: 2px;
}

.mock-kpi__delta--up { color: var(--color-success); }
.mock-kpi__delta--down { color: var(--color-danger); }

.mock-chart-area {
  background: #fff;
  border-radius: 8px;
  padding: 14px;
  margin-bottom: 14px;
  border: 1px solid #E8EBF0;
}

.mock-chart-title {
  font-size: 0.65rem;
  font-weight: 600;
  color: var(--color-navy);
  margin-bottom: 10px;
}

.mock-bars {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  height: 80px;
  padding-bottom: 2px;
}

.mock-bar {
  flex: 1;
  border-radius: 3px 3px 0 0;
  position: relative;
  min-width: 0;
}

.mock-bar--revenue {
  background: linear-gradient(180deg, #1B2A4A 0%, #2D4066 100%);
}

.mock-bar--profit {
  background: linear-gradient(180deg, #22C55E 0%, #16A34A 100%);
}

.mock-bar--loss {
  background: linear-gradient(180deg, #EF4444 0%, #DC2626 100%);
}

.mock-bar-label {
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.5rem;
  color: var(--color-text-muted);
  white-space: nowrap;
}

.mock-chart-legend {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}

.mock-legend-item {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 0.55rem;
  color: var(--color-text-muted);
}

.mock-legend-dot {
  width: 6px;
  height: 6px;
  border-radius: 2px;
}

.mock-table {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #E8EBF0;
}

.mock-table-header {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 8px;
  padding: 8px 14px;
  font-size: 0.55rem;
  font-weight: 600;
  color: var(--color-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: #F8F9FC;
  border-bottom: 1px solid #E8EBF0;
}

.mock-table-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 8px;
  padding: 8px 14px;
  font-size: 0.65rem;
  border-bottom: 1px solid #F0F2F6;
  align-items: center;
}

.mock-table-row:last-child {
  border-bottom: none;
}

.mock-product-name {
  font-weight: 500;
  color: var(--color-navy);
  display: flex;
  align-items: center;
  gap: 6px;
}

.mock-product-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
}

.mock-table-val {
  font-variant-numeric: tabular-nums;
  color: var(--color-text-secondary);
}

.mock-profit-positive { color: var(--color-success); font-weight: 600; }
.mock-profit-negative { color: var(--color-danger); font-weight: 600; }

/* ===== LOGO BAR ===== */
.logobar {
  /* padding: clamp(var(--space-8), 4vw, var(--space-12)) 0;
  border-bottom: 1px solid var(--color-border); */
 padding: 4px 0;   /* tighter */

}

.logobar__label {
  font-size: var(--text-xs);
  color: var(--color-text-muted);
  text-align: center;
  margin-top: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
 
   /* was too large */

}

.logobar__grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(var(--space-8), 4vw, var(--space-16));
  flex-wrap: wrap;
}

.logobar__item {
  font-family: var(--font-display);
  font-size: clamp(0.85rem, 0.75rem + 0.5vw, 1.1rem);
  font-weight: 700;
  color: var(--color-text-muted);
  opacity: 0.5;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  white-space: nowrap;
  user-select: none;
}

/* ===== PROBLEMS SECTION ===== */
.problems__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-6);
  margin-top: var(--space-12);
}

.problem-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: var(--space-8);
  position: relative;
  overflow: hidden;
}

.problem-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--color-cta);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.problem-card:hover::before {
  opacity: 1;
}

.problem-card__icon {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-md);
  background: rgba(232, 99, 107, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--space-5);
  color: var(--color-cta);
}

.problem-card__icon svg {
  width: 24px;
  height: 24px;
}

.problem-card__title {
  font-family: var(--font-display);
  font-size: var(--text-base);
  font-weight: 600;
  color: var(--color-navy);
  margin-bottom: var(--space-3);
}

.problem-card__text {
  font-size: var(--text-sm);
  color: var(--color-text-secondary);
  line-height: 1.6;
}

/* ===== FEATURES SECTION ===== */
.features__list {
  display: flex;
  flex-direction: column;
  gap: clamp(var(--space-12), 6vw, var(--space-20));
  margin-top: var(--space-12);
}

.feature-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(var(--space-8), 4vw, var(--space-16));
  align-items: center;
}

.feature-block--reverse {
  direction: rtl;
}

.feature-block--reverse > * {
  direction: ltr;
}

.feature-block__content {
  max-width: 480px;
}

.feature-block__icon {
  width: 52px;
  height: 52px;
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--space-5);
}

.feature-block__icon svg {
  width: 26px;
  height: 26px;
}

.feature-block__icon--purple {
  background: rgba(109, 70, 207, 0.08);
  color: #6D46CF;
}

.feature-block__icon--blue {
  background: rgba(37, 99, 235, 0.08);
  color: #2563EB;
}

.feature-block__icon--green {
  background: rgba(34, 197, 94, 0.08);
  color: #16A34A;
}

.feature-block__icon--coral {
  background: rgba(232, 99, 107, 0.08);
  color: var(--color-cta);
}

.feature-block__title {
  font-family: var(--font-display);
  font-size: var(--text-lg);
  font-weight: 600;
  color: var(--color-navy);
  margin-bottom: var(--space-3);
}

.feature-block__text {
  font-size: var(--text-base);
  color: var(--color-text-secondary);
  line-height: 1.65;
  margin-bottom: var(--space-5);
}

.feature-block__bullets {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.feature-block__bullets li {
  display: flex;
  align-items: flex-start;
  gap: var(--space-3);
  font-size: var(--text-sm);
  color: var(--color-text-secondary);
}

.feature-block__bullets li svg {
  width: 18px;
  height: 18px;
  color: var(--color-success);
  flex-shrink: 0;
  margin-top: 2px;
}

.feature-visual {
  background: var(--color-bg-alt);
  border-radius: var(--radius-xl);
  border: 1px solid var(--color-border);
  padding: clamp(var(--space-6), 3vw, var(--space-10));
  aspect-ratio: 4 / 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

/* Feature Visual: P&L Dashboard Mini */
.fv-pnl__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid var(--color-border);
}

.fv-pnl__row:last-child { border-bottom: none; }

.fv-pnl__label {
  font-size: 0.75rem;
  color: var(--color-text-secondary);
}

.fv-pnl__val {
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

.fv-pnl__val--green { color: var(--color-success); }
.fv-pnl__val--red { color: var(--color-danger); }
.fv-pnl__val--dark { color: var(--color-navy); }

/* Feature Visual: Fee bars */
.fv-fees__bar-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.fv-fees__bar {
  display: flex;
  align-items: center;
  gap: 10px;
}

.fv-fees__bar-label {
  font-size: 0.7rem;
  color: var(--color-text-secondary);
  width: 80px;
  flex-shrink: 0;
  text-align: right;
}

.fv-fees__bar-track {
  flex: 1;
  height: 22px;
  background: #EDF0F7;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.fv-fees__bar-fill {
  height: 100%;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding-left: 8px;
  font-size: 0.6rem;
  font-weight: 600;
  color: #fff;
}

.fv-fees__bar-fill--navy { background: var(--color-navy); }
.fv-fees__bar-fill--coral { background: var(--color-cta); }
.fv-fees__bar-fill--blue { background: #2563EB; }
.fv-fees__bar-fill--amber { background: #F59E0B; }

.fv-fees__bar-change {
  font-size: 0.6rem;
  font-weight: 600;
  width: 50px;
  text-align: right;
  flex-shrink: 0;
}

/* Feature Visual: COGS */
.fv-cogs__items {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.fv-cogs__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  padding: 10px 14px;
}

.fv-cogs__item-left {
  display: flex;
  align-items: center;
  gap: 8px;
}

.fv-cogs__item-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.fv-cogs__item-name {
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--color-navy);
}

.fv-cogs__item-val {
  font-family: var(--font-display);
  font-size: 0.8rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  color: var(--color-text-secondary);
}

/* Feature Visual: Alerts */
.fv-alerts__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.fv-alert {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  padding: 10px 14px;
}

.fv-alert__icon {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.fv-alert__icon svg {
  width: 14px;
  height: 14px;
}

.fv-alert__icon--red {
  background: rgba(239, 68, 68, 0.1);
  color: var(--color-danger);
}

.fv-alert__icon--amber {
  background: rgba(245, 158, 11, 0.1);
  color: #F59E0B;
}

.fv-alert__icon--green {
  background: rgba(34, 197, 94, 0.1);
  color: var(--color-success);
}

.fv-alert__body { flex: 1; min-width: 0; }

.fv-alert__title {
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--color-navy);
  margin-bottom: 1px;
}

.fv-alert__desc {
  font-size: 0.6rem;
  color: var(--color-text-muted);
}

.fv-alert__time {
  font-size: 0.55rem;
  color: var(--color-text-muted);
  flex-shrink: 0;
  margin-top: 2px;
}

/* ===== HOW IT WORKS ===== */
.steps__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-8);
  margin-top: var(--space-12);
  position: relative;
}

.steps__grid::before {
  content: '';
  position: absolute;
  top: 36px;
  left: calc(16.66% + 24px);
  right: calc(16.66% + 24px);
  height: 2px;
  background: linear-gradient(90deg, var(--color-cta), var(--color-navy));
  opacity: 0.15;
}

.step-card {
  text-align: center;
  position: relative;
}

.step-card__number {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-navy) 0%, #2D4066 100%);
  color: #fff;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto var(--space-5);
  position: relative;
  z-index: 1;
}

.step-card__title {
  font-family: var(--font-display);
  font-size: var(--text-base);
  font-weight: 600;
  color: var(--color-navy);
  margin-bottom: var(--space-2);
}

.step-card__text {
  font-size: var(--text-sm);
  color: var(--color-text-secondary);
  max-width: 280px;
  margin: 0 auto;
}

/* ===== STATS / RESULTS ===== */
.stats__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-6);
  margin-top: var(--space-12);
}

.stat-card {
  text-align: center;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: var(--space-8) var(--space-6);
}

.stat-card__value {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  font-weight: 700;
  color: var(--color-navy);
  margin-bottom: var(--space-2);
  line-height: 1.2;
}

.stat-card__value .highlight {
  color: var(--color-cta);
}

.stat-card__text {
  font-size: var(--text-sm);
  color: var(--color-text-secondary);
  max-width: 260px;
  margin: 0 auto;
}

/* ===== FAQ ===== */
.faq__list {
  max-width: 760px;
  margin: var(--space-12) auto 0;
}

.faq-item {
  border-bottom: 1px solid var(--color-border);
}

.faq-item:first-child {
  border-top: 1px solid var(--color-border);
}

.faq-item__question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--space-5) 0;
  font-family: var(--font-display);
  font-size: var(--text-base);
  font-weight: 600;
  color: var(--color-navy);
  text-align: left;
  cursor: pointer;
  background: none;
  border: none;
  gap: var(--space-4);
}

.faq-item__question:hover {
  color: var(--color-cta);
}

.faq-item__icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
  color: var(--color-text-muted);
}

.faq-item--open .faq-item__icon {
  transform: rotate(45deg);
  color: var(--color-cta);
}

.faq-item__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.16, 1, 0.3, 1), padding 0.35s ease;
}

.faq-item--open .faq-item__answer {
  max-height: 300px;
  padding-bottom: var(--space-5);
}

.faq-item__answer p {
  font-size: var(--text-sm);
  color: var(--color-text-secondary);
  line-height: 1.7;
}

/* ===== FINAL CTA ===== */
.final-cta__sub{
  margin: auto;
  align-items: center;
  justify-content: center;
}
.final-cta__trust{
  margin: auto;
  align-items: center;
  justify-content: center;
}
.final-cta {
  background: linear-gradient(135deg, var(--color-navy) 0%, #2D4066 100%);
  color: #fff;
  text-align: center;
  padding: clamp(var(--space-16), 8vw, var(--space-24)) 0;
}

.final-cta .heading-section {
  color: #fff;
  max-width: 600px;
  margin: 0 auto var(--space-4);
}

.final-cta__sub {
  font-size: var(--text-base);
  color: rgba(255,255,255,0.7);
  margin-bottom: var(--space-8);
}

.final-cta .btn-cta {
  background: var(--color-cta);
  font-size: var(--text-base);
  padding: 16px 48px;
}

.final-cta__trust {
  margin-top: var(--space-5);
  font-size: var(--text-xs);
  color: rgba(255,255,255,0.5);
}

/* ===== FOOTER ===== */
.footer {
  padding: var(--space-8) 0;
  border-top: 1px solid var(--color-border);
}

.footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--space-4);
}

.footer__logo {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-navy);
}

.footer__logo .logo-view { color: var(--color-cta); }

.footer__links {
  display: flex;
  gap: var(--space-6);
}

.footer__links a {
  font-size: var(--text-xs);
  color: var(--color-text-muted);
  text-decoration: none;
}

.footer__links a:hover {
  color: var(--color-cta);
}

.footer__copy {
  font-size: var(--text-xs);
  color: var(--color-text-muted);
}

/* ===== SCROLL ANIMATIONS ===== */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), 
              transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal--visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal--delay-1 { transition-delay: 0.1s; }
.reveal--delay-2 { transition-delay: 0.2s; }
.reveal--delay-3 { transition-delay: 0.3s; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .hero__grid {
    grid-template-columns: 1fr;
    gap: var(--space-10);
  }

  .hero__content {
    max-width: 100%;
    text-align: center;
  }

  .hero__subtitle {
    margin-inline: auto;
  }

  .hero__cta-group {
    align-items: center;
  }

  .hero__trust {
    justify-content: center;
  }

  .dashboard-mockup {
    max-width: 560px;
    margin: 0 auto;
  }

  .feature-block {
    grid-template-columns: 1fr;
    gap: var(--space-8);
  }

  .feature-block--reverse {
    direction: ltr;
  }

  .feature-block__content {
    max-width: 100%;
  }

  .feature-visual {
    max-width: 480px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .problems__grid {
    grid-template-columns: 1fr;
    gap: var(--space-4);
  }

  .steps__grid {
    grid-template-columns: 1fr;
    gap: var(--space-8);
  }

  .steps__grid::before {
    display: none;
  }

  .stats__grid {
    grid-template-columns: 1fr;
    gap: var(--space-4);
  }

  .sticky-cta__text {
    display: none;
  }

  .sticky-cta__inner {
    justify-content: center;
  }

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

  .mock-header__nav {
    display: none;
  }

  .logobar__grid {
    gap: var(--space-5);
  }
}

@media (max-width: 480px) {
  .hero__trust {
    flex-direction: column;
    gap: var(--space-2);
  }

  .btn-cta--large {
    width: 100%;
  }

  .header__logo {
    font-size: 1.15rem;
  }

  .header__cta .btn-cta {
    font-size: 0.8rem;
    padding: 8px 16px;
  }

  .footer__inner {
    flex-direction: column;
    text-align: center;
  }

  .feature-visual {
    aspect-ratio: auto;
    padding: var(--space-6);
  }

  .mock-kpis {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .mock-kpi {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
  }

  .mock-kpi__delta {
    margin-top: 0;
  }
}
