:root{
  --bg:#000000;
  --bg2:#0a0a0a;
  --card: rgba(255,255,255,0.05);
  --card2: rgba(255,255,255,0.08);
  --stroke: rgba(255,255,255,0.10);
  --text: rgba(255,255,255,0.92);
  --muted: rgba(255,255,255,0.68);
  --muted2: rgba(255,255,255,0.50);
  --shadow: 0 14px 40px rgba(0,0,0,0.55);
  --r: 22px;
  --primary: #8b5cf6;
  --primary-dark: #7c3aed;
  --primary-light: rgba(139, 92, 246, 0.15);
  --primary-gradient: linear-gradient(135deg, #8b5cf6 0%, #6366f1 50%, #3b82f6 100%);
}

*{ box-sizing: border-box; }
html,body{ margin:0; padding:0; background:var(--bg); color:var(--text); font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial; }
html { scroll-behavior: smooth; }
a{ color:inherit; text-decoration:none; }
.container{ width:min(1200px, 96vw); margin:0 auto; }

.nav{
  position: sticky; top:0; z-index:20;
  background: rgba(0,0,0,0.72);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.nav-inner{
  display:flex; align-items:center; justify-content:space-between;
  padding: 14px 20px;
  width:100%;
  max-width: 1400px;
  margin:0 auto;
}
.brand{ display:flex; align-items:center; gap:10px; }
.brand-icon{
  width:32px; height:32px; border-radius: 10px;
  object-fit: contain;
  display: block;
}
.brand-mark{
  width:36px; height:36px; border-radius: 14px;
  display:grid; place-items:center;
  background: var(--primary-gradient);
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 10px 26px rgba(139, 92, 246, 0.3);
  font-weight: 800;
}
.brand-name{ font-weight: 800; letter-spacing: 0.2px; }

.nav-links{ display:flex; gap:16px; align-items:center; }
.nav-links a{ color: var(--muted); font-weight:600; font-size:14px; transition: color 140ms ease; }
.nav-links a:hover{ color: var(--text); }
.pill{
  padding:10px 12px; border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.06);
  transition: all 140ms ease;
}
.pill:hover{
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.18);
}

.brands-link{
  background: var(--primary-gradient);
  border-color: var(--primary);
  color: rgba(255,255,255,0.95);
  box-shadow: 0 4px 16px rgba(139, 92, 246, 0.4);
}

.brands-link:hover{
  background: var(--primary-gradient);
  border-color: var(--primary-dark);
  box-shadow: 0 8px 24px rgba(139, 92, 246, 0.5);
  transform: translateY(-1px);
}

.download-link{
  background: var(--primary-gradient);
  border-color: var(--primary);
  color: rgba(255,255,255,0.95);
  box-shadow: 0 4px 16px rgba(139, 92, 246, 0.4);
}

.download-link:hover{
  background: var(--primary-gradient);
  border-color: var(--primary-dark);
  box-shadow: 0 8px 24px rgba(139, 92, 246, 0.5);
  transform: translateY(-1px);
}

.hero{ position:relative; overflow:hidden; padding: 72px 20px 40px; }
.bg{ position:absolute; inset:0; pointer-events:none; }
.orb{
  position:absolute; filter: blur(60px); opacity:0.4;
  border-radius: 999px;
}
.orb-a{ width:520px; height:520px; left:-180px; top:-180px;
  background: radial-gradient(circle at 30% 30%, rgba(139, 92, 246, 0.4), rgba(99, 102, 241, 0.2), rgba(0,0,0,0.0));
}
.orb-b{ width:520px; height:520px; right:-200px; top:40px;
  background: radial-gradient(circle at 30% 30%, rgba(99, 102, 241, 0.4), rgba(59, 130, 246, 0.2), rgba(0,0,0,0.0));
}
.noise{
  position:absolute; inset:0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E");
  opacity:.15;
  mix-blend-mode: overlay;
}

.hero-inner{
  width:min(1200px, 96vw);
  margin:0 auto;
  display:grid;
  grid-template-columns: 1.25fr 0.85fr;
  gap: 40px;
  align-items: center;
  position:relative;
  padding: 0 20px;
}

.tag{
  display:inline-block;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  color: var(--muted);
  font-weight: 700;
  font-size: 12px;
}
h1{
  margin: 14px 0 10px;
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1.02;
  letter-spacing: -0.8px;
}
.grad{
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.sub{
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
  max-width: 52ch;
}

.cta-row{ display:flex; gap:12px; align-items:center; margin-top: 18px; flex-wrap:wrap; }
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  gap:10px; padding: 12px 16px;
  border-radius: 999px;
  font-weight: 800;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.06);
  color: var(--text);
  transition: all 140ms ease;
  cursor: pointer;
}
.btn:hover{ transform: translateY(-1px); box-shadow: 0 8px 20px rgba(0,0,0,0.3); }
.btn:focus-visible{
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}
.primary{
  background: var(--primary-gradient);
  color: rgba(255,255,255,0.95);
  border: 0;
  box-shadow: 0 4px 16px rgba(139, 92, 246, 0.4);
}
.primary:hover{
  box-shadow: 0 8px 24px rgba(139, 92, 246, 0.5);
}
.ghost{ background: rgba(255,255,255,0.06); }

.trust{ display:flex; gap:18px; margin-top: 18px; flex-wrap:wrap; }
.trust-item{
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
}
.kpi{ font-weight: 900; letter-spacing: .2px; }
.kpi-sub{ color: var(--muted2); font-size: 12px; margin-top: 3px; }

.hero-card{
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  flex-direction: column;
}

.app-video{
  width: 100%;
  max-width: 500px;
  height: auto;
  max-height: 70vh;
  object-fit: contain;
  object-position: center;
  display: block;
  border-radius: var(--r);
  margin: 0 auto;
}
.mock-img{
  height: 180px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 30% 20%, rgba(139, 92, 246, 0.25), rgba(99, 102, 241, 0.12)),
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(0,0,0,0.0));
  border: 1px solid rgba(255,255,255,0.10);
  position: relative;
  overflow:hidden;
}
.mock-badge{
  position:absolute; left:12px; top:12px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(0,0,0,0.45);
  border: 1px solid rgba(255,255,255,0.10);
  font-weight: 800;
  font-size: 12px;
}
.mock-pill{
  position:absolute; right:12px; bottom:12px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(0,0,0,0.45);
  border: 1px solid rgba(255,255,255,0.10);
  color: var(--muted);
  font-weight: 800;
  font-size: 12px;
}
.mock-actions{ display:flex; gap:10px; flex-wrap:wrap; margin: 12px 0; }
.chip{
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  font-weight: 800;
  font-size: 13px;
}
.mock-card{
  padding: 12px 12px;
  border-radius: 18px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
}
.mock-title{ font-weight: 900; margin-bottom: 6px; }
.mock-text{ color: var(--muted); line-height: 1.45; font-size: 14px; }
.mock-foot{ margin-top: 10px; color: var(--muted2); font-size: 12px; }

.section{ padding: 56px 20px; }
.section h2{
  margin: 0 0 10px;
  font-size: clamp(26px, 3.2vw, 36px);
  letter-spacing: -0.4px;
}
.section-sub{
  margin: 0 0 20px;
  color: var(--muted);
  max-width: 72ch;
  line-height: 1.55;
}
.alt{ background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.00)); }

.grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.card{
  border-radius: var(--r);
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  padding: 16px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.35);
  transition: transform 200ms ease, box-shadow 200ms ease;
}
.card:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.45);
}
.icon{
  width: 42px; height: 42px;
  border-radius: 16px;
  display:grid; place-items:center;
  background: var(--primary-light);
  border: 1px solid rgba(255,255,255,0.10);
  margin-bottom: 10px;
  font-size: 18px;
}
.card h3{ margin: 0 0 6px; font-size: 16px; letter-spacing: -0.2px; }
.card p{ margin: 0; color: var(--muted); line-height: 1.55; font-size: 14px; }

.steps{ 
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px; 
  margin-top: 20px; 
}

.step{
  display:flex; 
  flex-direction: column;
  gap: 12px; 
  align-items:flex-start;
  border-radius: var(--r);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 24px;
  transition: all 200ms ease;
  aspect-ratio: 2 / 1;
  justify-content: flex-start;
}

.step:nth-child(1){
  background: rgba(139, 92, 246, 0.15);
  border: 1px solid rgba(139, 92, 246, 0.25);
}
.step:nth-child(1):hover{
  background: rgba(139, 92, 246, 0.20);
  border-color: rgba(139, 92, 246, 0.35);
}

.step:nth-child(2){
  background: rgba(99, 102, 241, 0.15);
  border: 1px solid rgba(99, 102, 241, 0.25);
}
.step:nth-child(2):hover{
  background: rgba(99, 102, 241, 0.20);
  border-color: rgba(99, 102, 241, 0.35);
}

.step:nth-child(3){
  background: rgba(168, 85, 247, 0.15);
  border: 1px solid rgba(168, 85, 247, 0.25);
}
.step:nth-child(3):hover{
  background: rgba(168, 85, 247, 0.20);
  border-color: rgba(168, 85, 247, 0.35);
}

.step:hover{
  transform: translateY(-4px);
}

.step-num{
  width: 48px; 
  height: 48px;
  border-radius: 14px;
  display:grid; 
  place-items:center;
  font-weight: 900;
  font-size: 20px;
  color: rgba(255,255,255,0.95);
  flex-shrink: 0;
  margin-bottom: 4px;
}

.step:nth-child(1) .step-num{
  background: rgba(139, 92, 246, 0.3);
  border: 1px solid rgba(139, 92, 246, 0.4);
}

.step:nth-child(2) .step-num{
  background: rgba(99, 102, 241, 0.3);
  border: 1px solid rgba(99, 102, 241, 0.4);
}

.step:nth-child(3) .step-num{
  background: rgba(168, 85, 247, 0.3);
  border: 1px solid rgba(168, 85, 247, 0.4);
}

.step h3{ 
  margin:0 0 8px; 
  font-size: 20px; 
  font-weight: 800; 
  color: var(--text);
  line-height: 1.2;
}

.step p{ 
  margin:0; 
  color: var(--muted); 
  line-height: 1.5; 
  font-size: 14px; 
}

.callout{
  margin-top: 16px;
  border-radius: var(--r);
  padding: 16px;
  background: var(--primary-light);
  border: 1px solid rgba(255,255,255,0.10);
}
.callout-title{ font-weight: 900; margin-bottom: 6px; }
.callout-text{ color: var(--muted); line-height: 1.55; }
.callout-text b{ color: var(--text); }

.faq details{
  border-radius: var(--r);
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  padding: 14px;
  margin: 10px 0;
  transition: background 200ms ease;
}
.faq details[open]{
  background: rgba(255,255,255,0.07);
}
.faq summary{
  cursor:pointer;
  font-weight: 900;
  outline:none;
  transition: color 140ms ease;
}
.faq summary:hover{
  color: var(--text);
}
.faq p{ color: var(--muted); line-height: 1.55; margin: 10px 0 0; }
.faq a{ text-decoration: underline; color: var(--primary); }

.final-cta{
  margin-top: 18px;
  border-radius: var(--r);
  padding: 18px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
}
.final-cta h3{ margin:0 0 6px; }
.final-cta p{ margin:0 0 12px; color: var(--muted); }

.footer{
  padding: 26px 20px;
  border-top: 1px solid rgba(255,255,255,0.06);
  background: rgba(0,0,0,0.15);
}
.footer-inner{
  display:flex; justify-content:space-between; align-items:center; gap: 12px; flex-wrap:wrap;
  max-width: 1400px;
  margin: 0 auto;
}
.foot-brand{ font-weight: 900; }
.foot-sub{ color: var(--muted2); font-size: 13px; margin-top: 4px; }
.foot-links{ display:flex; gap: 14px; }
.foot-links a{ color: var(--muted); font-weight: 800; font-size: 13px; transition: color 140ms ease; }
.foot-links a:hover{ color: var(--text); }

@media (max-width: 920px){
  .hero-inner{ 
    grid-template-columns: 1fr; 
    gap: 40px;
  }
  .nav-links{ display:none; }
  .grid{ grid-template-columns: 1fr; }
  .hero{ padding: 48px 0 32px; }
  .section{ padding: 40px 0; }
  .cta-row{ flex-direction: column; }
  .cta-row .btn{ width: 100%; }
  .trust{ flex-direction: column; }
  .footer-inner{ flex-direction: column; text-align: center; }
  .hero-card{
    max-width: 100%;
  }
  .app-video{
    max-width: 100%;
    max-height: 60vh;
  }
  .steps{
    grid-template-columns: 1fr;
  }
  .step{
    aspect-ratio: auto;
  }
}

@media (max-width: 768px){
  .grid{ grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px){
  .container{ width: calc(100% - 40px); }
  .hero-inner{ width: calc(100% - 40px); padding: 0 10px; }
  .card{ padding: 14px; }
  .step{ flex-direction: column; }
  .grid{ grid-template-columns: 1fr; }
}

/* B2B Page Styles */
.b2b-hero .hero-inner{
  grid-template-columns: 1.2fr 1fr;
}

.widget-preview{
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  border-radius: var(--r);
  overflow: hidden;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: var(--shadow);
  max-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.widget-screenshot{
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: contain;
  display: block;
}

.hero-card-note{
  margin-top: 12px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
}

.mini-points{
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mini-point{
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}

.active-link{
  color: var(--text) !important;
  font-weight: 800;
}

.problems-grid{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 24px;
}

.problem-card{
  border-radius: var(--r);
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  padding: 24px;
  transition: all 200ms ease;
}

.problem-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.45);
}

.problem-icon{
  font-size: 40px;
  margin-bottom: 12px;
}

.problem-card h3{
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 800;
  color: var(--text);
}

.problem-content{
  display:flex;
  flex-direction: column;
  gap: 16px;
}

.problem-content strong{
  color: var(--text);
  font-weight: 800;
  display: block;
  margin-bottom: 8px;
}

.problem-content ul{
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.6;
}

.problem-content li{
  margin-bottom: 6px;
}

.problem-reality,
.problem-cost{
  padding: 12px;
  background: rgba(239, 68, 68, 0.08);
  border-left: 3px solid rgba(239, 68, 68, 0.3);
  border-radius: 8px;
}

.problem-solution,
.problem-result{
  padding: 12px;
  background: rgba(34, 197, 94, 0.08);
  border-left: 3px solid rgba(34, 197, 94, 0.3);
  border-radius: 8px;
}

.how-works-steps{
  display:flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}

.how-step{
  display:flex;
  gap: 16px;
  align-items:flex-start;
  border-radius: var(--r);
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  padding: 20px;
}

.how-step-num{
  width: 50px;
  height: 50px;
  border-radius: 14px;
  display:grid;
  place-items:center;
  background: var(--primary-light);
  border: 1px solid rgba(255,255,255,0.10);
  font-weight: 900;
  font-size: 22px;
  color: var(--primary);
  flex-shrink: 0;
}

.how-step-content h3{
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 800;
}

.how-step-content p{
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.code-snippet{
  margin-top: 32px;
  padding: 24px;
  border-radius: var(--r);
  background: rgba(0,0,0,0.3);
  border: 1px solid rgba(255,255,255,0.10);
}

.code-title{
  font-weight: 800;
  margin-bottom: 12px;
  color: var(--text);
}

.code-block{
  background: rgba(0,0,0,0.5);
  padding: 16px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.10);
  margin-bottom: 8px;
}

.code-block code{
  color: rgba(139, 92, 246, 0.9);
  font-family: 'Monaco', 'Courier New', monospace;
  font-size: 14px;
}

.code-note{
  color: var(--muted2);
  font-size: 13px;
  margin: 0;
}

.results-grid{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 24px;
}

.result-card{
  border-radius: var(--r);
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  padding: 24px;
  transition: all 200ms ease;
}

.result-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.45);
}

.result-header{
  display:flex;
  align-items:center;
  gap: 12px;
  margin-bottom: 16px;
}

.result-icon{
  font-size: 32px;
}

.result-header h3{
  margin: 0;
  font-size: 20px;
  font-weight: 800;
}

.result-comparison{
  display:flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 16px;
}

.result-before{
  padding: 12px;
  background: rgba(239, 68, 68, 0.08);
  border-left: 3px solid rgba(239, 68, 68, 0.3);
  border-radius: 8px;
}

.result-after{
  padding: 12px;
  background: rgba(34, 197, 94, 0.08);
  border-left: 3px solid rgba(34, 197, 94, 0.3);
  border-radius: 8px;
}

.result-before strong,
.result-after strong{
  color: var(--text);
  font-weight: 800;
  display: block;
  margin-bottom: 4px;
}

.result-before p,
.result-after p{
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.result-impact{
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,0.10);
  color: var(--muted);
}

.result-impact strong{
  color: var(--text);
  font-weight: 800;
}

.highlight{
  color: var(--primary);
  font-weight: 800;
}

.why-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 24px;
}

.why-card{
  border-radius: var(--r);
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  padding: 24px;
  text-align: center;
  transition: all 200ms ease;
}

.why-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.45);
}

.why-icon{
  font-size: 48px;
  margin-bottom: 16px;
}

.why-card h3{
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 800;
}

.why-card p{
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.testimonials-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 24px;
}

.testimonial-card{
  border-radius: var(--r);
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  padding: 24px;
  position: relative;
  transition: all 200ms ease;
}

.testimonial-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.45);
}

.testimonial-quote{
  font-size: 60px;
  line-height: 1;
  color: var(--primary);
  opacity: 0.3;
  margin-bottom: 12px;
}

.testimonial-card p{
  margin: 0 0 16px;
  color: var(--muted);
  line-height: 1.6;
  font-size: 15px;
}

.testimonial-card p strong{
  color: var(--text);
  font-weight: 800;
}

.testimonial-author{
  color: var(--muted2);
  font-size: 13px;
  font-weight: 600;
}

.pricing-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 32px;
}

.pricing-card{
  border-radius: var(--r);
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  padding: 32px 24px;
  text-align: center;
  transition: all 200ms ease;
  position: relative;
}

.pricing-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.5);
}

.pricing-card.featured{
  background: rgba(139, 92, 246, 0.08);
  border: 2px solid rgba(139, 92, 246, 0.25);
  transform: scale(1.05);
}

.pricing-card.featured:hover{
  transform: scale(1.05) translateY(-4px);
}

.pricing-badge{
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--primary-gradient);
  color: rgba(255,255,255,0.95);
  padding: 6px 16px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.pricing-header{
  margin-bottom: 24px;
}

.pricing-header h3{
  margin: 0 0 12px;
  font-size: 24px;
  font-weight: 800;
}

.pricing-price{
  font-size: 36px;
  font-weight: 900;
  color: var(--text);
}

.pricing-price span{
  font-size: 16px;
  color: var(--muted);
  font-weight: 600;
}

.pricing-features{
  display:flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
  min-height: 120px;
}

.pricing-feature{
  color: var(--muted);
  line-height: 1.5;
}

.pricing-card .btn{
  width: 100%;
  justify-content: center;
}

.final-cta-section{
  padding: 80px 0;
}

.final-cta-large{
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.final-cta-large h2{
  font-size: clamp(32px, 4vw, 48px);
  margin: 0 0 16px;
  line-height: 1.2;
}

.final-cta-large > p{
  font-size: 20px;
  color: var(--muted);
  margin: 0 0 32px;
}

.btn.large{
  padding: 16px 32px;
  font-size: 18px;
}

.cta-subtext{
  margin-top: 16px;
  color: var(--muted2);
  font-size: 14px;
}

@media (max-width: 920px){
  .problems-grid,
  .results-grid{
    grid-template-columns: 1fr;
  }
  .why-grid,
  .testimonials-grid,
  .pricing-grid{
    grid-template-columns: 1fr;
  }
  .pricing-card.featured{
    transform: scale(1);
  }
  .pricing-card.featured:hover{
    transform: translateY(-4px);
  }
  .b2b-hero .hero-inner{
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  
  html {
    scroll-behavior: auto;
  }
}
