/* TechOne CRM – Marketing site styles */
:root {
  --toc-primary: #0d9488;
  --toc-primary-dark: #0f766e;
  --toc-secondary: #0e7490;
  --toc-accent: #06b6d4;
  --toc-dark: #0f172a;
  --toc-muted: #64748b;
  --toc-light: #f1f5f9;
  --toc-white: #ffffff;
  --toc-gradient: linear-gradient(135deg, #0d9488 0%, #0e7490 50%, #6366f1 100%);
  --toc-gradient-soft: linear-gradient(180deg, #f0fdfa 0%, #ecfeff 50%, #f5f3ff 100%);
  --toc-shadow: 0 4px 24px rgba(13, 148, 136, 0.12);
  --toc-shadow-lg: 0 20px 50px rgba(13, 148, 136, 0.15);
  --toc-radius: 16px;
  --toc-radius-lg: 24px;
  --toc-transition: all 0.3s ease;
}

body.marketing-page {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--toc-dark);
  overflow-x: hidden;
}

/* Nav */
.marketing-nav {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  padding: 0.75rem 0;
  transition: var(--toc-transition);
}

.marketing-nav .navbar-brand {
  font-weight: 800;
  color: var(--toc-dark) !important;
  letter-spacing: -0.02em;
}

.marketing-nav .navbar-brand.toc-brand-logo {
  font-size: inherit;
}

/* Header logo — larger mark + always show wordmark (overrides cached brand.css) */
.marketing-nav .navbar-brand.toc-brand-logo .toc-brand-logo__mark {
  width: 56px;
  height: 56px;
  min-width: 56px;
  min-height: 56px;
}

.marketing-nav .navbar-brand.toc-brand-logo .toc-brand-logo__img {
  width: 56px !important;
  height: 56px !important;
  max-width: 56px !important;
  max-height: 56px !important;
  object-fit: contain;
}

.marketing-nav .navbar-brand.toc-brand-logo .toc-brand-logo__text {
  font-size: 1.4rem !important;
  font-weight: 800;
}

@media (max-width: 575.98px) {
  .marketing-nav .navbar-brand.toc-brand-logo .toc-brand-logo__mark,
  .marketing-nav .navbar-brand.toc-brand-logo .toc-brand-logo__img {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    max-width: 44px !important;
    max-height: 44px !important;
  }

  .marketing-nav .navbar-brand.toc-brand-logo .toc-brand-logo__text {
    font-size: 1.12rem !important;
  }
}

.marketing-nav .nav-link {
  font-weight: 600;
  color: var(--toc-muted) !important;
  padding: 0.5rem 1rem !important;
  border-radius: 10px;
  transition: var(--toc-transition);
}

.marketing-nav .nav-link:hover {
  color: var(--toc-primary) !important;
  background: rgba(13, 148, 136, 0.08);
}

.marketing-nav .nav-link.is-active {
  color: var(--toc-primary) !important;
  background: rgba(13, 148, 136, 0.12);
}

.marketing-nav .btn-login {
  font-weight: 600;
  color: var(--toc-primary) !important;
  border: 1px solid var(--toc-primary);
  padding: 0.5rem 1.25rem;
  border-radius: 10px;
}

.marketing-nav .btn-login:hover {
  background: rgba(13, 148, 136, 0.1);
  color: var(--toc-primary-dark) !important;
  border-color: var(--toc-primary-dark);
}

.marketing-nav .btn-cta {
  font-weight: 600;
  background: var(--toc-gradient);
  border: none;
  color: white !important;
  padding: 0.5rem 1.25rem;
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(13, 148, 136, 0.4);
}

.marketing-nav .btn-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(13, 148, 136, 0.45);
  color: white !important;
}

/* Hero */
.marketing-hero {
  padding: 5rem 0 5rem;
  background: var(--toc-gradient-soft);
  position: relative;
  isolation: isolate;
}

.marketing-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%230d9488' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.6;
  pointer-events: none;
  z-index: 0;
}

.marketing-hero-blobs {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.marketing-hero-blobs-drift {
  position: absolute;
  inset: 0;
  will-change: transform;
}

.marketing-hero .container {
  position: relative;
  z-index: 1;
}

.marketing-hero-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(72px);
  opacity: 0.5;
  will-change: transform;
}

.marketing-hero-blob--a {
  width: min(520px, 95vw);
  height: min(440px, 75vw);
  background: radial-gradient(circle, rgba(13, 148, 136, 0.55) 0%, transparent 72%);
  left: -18%;
  top: -12%;
}

.marketing-hero-blob--b {
  width: min(500px, 90vw);
  height: min(400px, 70vw);
  background: radial-gradient(circle, rgba(99, 102, 241, 0.48) 0%, transparent 72%);
  right: -22%;
  top: 15%;
}

.marketing-hero-blob--c {
  width: min(420px, 85vw);
  height: min(340px, 60vw);
  background: radial-gradient(circle, rgba(6, 182, 212, 0.42) 0%, transparent 72%);
  left: 20%;
  bottom: -18%;
}

/* Rotating conic “halo” behind hero dashboard mockup */
.home-hero-mockup-frame {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding: 2px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(99, 102, 241, 0.12);
}

.home-hero-mockup-frame::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 160%;
  height: 160%;
  transform: translate(-50%, -50%);
  background: conic-gradient(
    from 0deg,
    #0d9488,
    #6366f1,
    #06b6d4,
    #8b5cf6,
    #14b8a6,
    #0d9488
  );
  animation: marketing-mockup-halo-spin 14s linear infinite;
  z-index: 0;
}

.home-hero-mockup-frame .browser-mockup {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

@keyframes marketing-mockup-halo-spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero-mockup-frame::before {
    animation: none;
    opacity: 0.85;
  }

  .marketing-hero-blob {
    opacity: 0.28;
  }
}

.marketing-hero h1 {
  font-weight: 800;
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: var(--toc-dark);
}

.marketing-hero .lead {
  font-size: 1.2rem;
  color: var(--toc-muted);
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.marketing-hero .col-lg-6.text-lg-start .lead {
  margin-left: 0;
  margin-right: auto;
}

.marketing-channel-strip {
  pointer-events: none;
}

.marketing-channel-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--toc-dark);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 999px;
  padding: 0.4rem 0.85rem;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
}

.marketing-channel-pill i {
  font-size: 1rem;
}

.marketing-channel-pill .fa-whatsapp {
  color: #25d366;
}

.marketing-channel-pill .fa-instagram {
  color: #e4405f;
}

.marketing-channel-pill .fa-meta {
  color: #0668e1;
}

.hero-quick-links {
  margin-top: 0.15rem;
}

.hero-quick-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--toc-secondary);
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(14, 116, 144, 0.18);
  border-radius: 999px;
  padding: 0.36rem 0.78rem;
  transition: var(--toc-transition);
}

.hero-quick-link:hover {
  color: var(--toc-primary-dark);
  border-color: rgba(13, 148, 136, 0.35);
  background: rgba(255, 255, 255, 0.92);
  transform: translateY(-1px);
}

.hero-quick-link:focus-visible {
  outline: 3px solid rgba(13, 148, 136, 0.35);
  outline-offset: 2px;
}

.marketing-hero .btn-hero-primary {
  background: var(--toc-gradient);
  border: none;
  color: white;
  font-weight: 700;
  padding: 0.85rem 2rem;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(13, 148, 136, 0.35);
  transition: var(--toc-transition);
}

.marketing-hero .btn-hero-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(13, 148, 136, 0.4);
  color: white;
}

.marketing-hero .btn-hero-secondary {
  background: white;
  color: var(--toc-primary);
  font-weight: 700;
  border: 2px solid var(--toc-primary);
  padding: 0.85rem 2rem;
  border-radius: 12px;
  transition: var(--toc-transition);
}

.marketing-hero .btn-hero-secondary:hover {
  background: rgba(13, 148, 136, 0.08);
  color: var(--toc-primary-dark);
  border-color: var(--toc-primary-dark);
}

/* Browser mockup & demo images */
.browser-mockup {
  background: #1e293b;
  padding: 0.75rem 0.75rem 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.browser-mockup::before {
  content: '';
  display: block;
  height: 12px;
  margin-bottom: 0.5rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='54' height='12' viewBox='0 0 54 12'%3E%3Ccircle cx='6' cy='6' r='6' fill='%23ef4444'/%3E%3Ccircle cx='24' cy='6' r='6' fill='%23eab308'/%3E%3Ccircle cx='42' cy='6' r='6' fill='%2322c55e'/%3E%3C/svg%3E") no-repeat left center;
}

.demo-hero-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0 0 8px 8px;
}

/* Homepage marketing shots (bundled under public/img/marketing/) */
.home-hero-mockup {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.home-present-mockup {
  max-width: 420px;
}

.home-present-img {
  display: block;
}

.demo-block {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition: var(--toc-transition);
}

.demo-block:hover {
  box-shadow: var(--toc-shadow);
  border-color: rgba(13, 148, 136, 0.2);
}

.demo-block-img-wrap {
  height: 200px;
  overflow: hidden;
  background: var(--toc-light);
}

.demo-block-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.demo-block:hover .demo-block-img {
  transform: scale(1.05);
}

/* Product UI mockups (no stock images) */
.demo-block-ui .demo-block-img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: #f8fafc;
}

.demo-mockup-inbox {
  background: linear-gradient(180deg, #dcfce7 0%, #f0fdf4 100%);
}

.mockup-inbox {
  width: 100%;
  height: 100%;
  min-height: 200px;
  padding: 0.75rem;
  font-size: 0.8rem;
}

.mockup-inbox-header {
  font-weight: 700;
  color: #166534;
  margin-bottom: 0.5rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid rgba(22, 101, 52, 0.2);
}

.mockup-chat-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.4rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
  margin-bottom: 0.35rem;
}

.mockup-chat-row.unread {
  background: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.mockup-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--toc-gradient);
  color: white;
  font-weight: 700;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.mockup-chat-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.mockup-name {
  font-weight: 600;
  color: var(--toc-dark);
}

.mockup-msg {
  color: var(--toc-muted);
  font-size: 0.75rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mockup-time {
  font-size: 0.7rem;
  color: var(--toc-muted);
  flex-shrink: 0;
}

/* Automation workflow mockup */
.demo-mockup-flow {
  background: linear-gradient(180deg, #e0f2fe 0%, #f0f9ff 100%);
}

.mockup-flow {
  width: 100%;
  height: 100%;
  min-height: 200px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mockup-flow-title {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--toc-muted);
  margin-bottom: 0.75rem;
}

.mockup-flow-steps {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  flex-wrap: wrap;
  justify-content: center;
}

.mockup-flow-node {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  background: white;
  padding: 0.6rem 0.75rem;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(13, 148, 136, 0.12);
  border: 1px solid rgba(13, 148, 136, 0.2);
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--toc-dark);
  min-width: 80px;
}

.mockup-flow-node i {
  color: var(--toc-primary);
  font-size: 1rem;
}

.mockup-flow-arrow {
  width: 20px;
  height: 2px;
  background: var(--toc-primary);
  opacity: 0.5;
  position: relative;
}

.mockup-flow-arrow::after {
  content: '';
  position: absolute;
  right: -2px;
  top: 50%;
  margin-top: -3px;
  border: solid var(--toc-primary);
  border-width: 0 2px 2px 0;
  padding: 2px;
  transform: rotate(-45deg);
  opacity: 0.5;
}

/* CRM / Leads mockup */
.demo-mockup-crm {
  background: linear-gradient(180deg, #f5f3ff 0%, #faf5ff 100%);
}

.mockup-crm {
  width: 100%;
  height: 100%;
  min-height: 200px;
  padding: 0.75rem;
  font-size: 0.8rem;
}

.mockup-crm-header {
  font-weight: 700;
  color: var(--toc-dark);
  margin-bottom: 0.5rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.mockup-crm-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0.6rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.8);
  margin-bottom: 0.35rem;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.mockup-crm-name {
  font-weight: 600;
  color: var(--toc-dark);
}

.mockup-crm-status {
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.2rem 0.5rem;
  border-radius: 100px;
}

.mockup-crm-status.hot {
  background: #fef2f2;
  color: #b91c1c;
}

.mockup-crm-status.warm {
  background: #fffbeb;
  color: #b45309;
}

.mockup-crm-status.new {
  background: #eff6ff;
  color: #1d4ed8;
}

.demo-block-body {
  display: flex;
  flex-direction: column;
}

.demo-block-link {
  color: var(--toc-primary);
  font-weight: 600;
  text-decoration: none;
  margin-top: auto;
  font-size: 0.9rem;
  transition: var(--toc-transition);
}

.demo-block-link:hover {
  color: var(--toc-primary-dark);
}

/* How it works steps */
.how-step {
  padding: 1.5rem 1rem;
  background: white;
  border-radius: var(--toc-radius);
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  transition: var(--toc-transition);
  height: 100%;
}

.how-step:hover {
  box-shadow: var(--toc-shadow);
  border-color: rgba(13, 148, 136, 0.15);
}

.how-step-num {
  width: 48px;
  height: 48px;
  margin: 0 auto;
  background: var(--toc-gradient);
  color: white;
  font-weight: 800;
  font-size: 1.25rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Trust strip */
.trust-strip {
  background: white;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.trust-badges .trust-badge-card {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 14px;
  padding: 1rem 1rem 0.95rem;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.trust-badge-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--toc-gradient);
  color: #fff;
  font-size: 1rem;
  margin-bottom: 0.6rem;
}

.trust-badge-title {
  font-weight: 700;
  color: var(--toc-dark);
  font-size: 0.95rem;
  margin-bottom: 0.35rem;
}

.trust-badge-text {
  color: var(--toc-muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.letter-spacing {
  letter-spacing: 0.06em;
}

/* Meta partner badges (home) */
.meta-partner-strip {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.meta-partner-logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  transition: opacity 0.2s ease;
}

.meta-partner-logo-link:hover {
  opacity: 0.88;
}

/* Wide Meta lockup is light-on-dark; give it a panel so it reads on the light page */
.meta-partner-logo-link--dark {
  background: linear-gradient(180deg, #1c1e21 0%, #0f1114 100%);
  padding: 0.85rem 1.35rem;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.meta-partner-logo-link--dark:hover {
  opacity: 1;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.22);
}

.meta-partner-logo-link--dark .meta-partner-logo--wide {
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.25));
}

.meta-partner-logo {
  height: auto;
  max-width: 100%;
  object-fit: contain;
}

.meta-partner-logo--wide {
  max-height: 56px;
  width: min(280px, 85vw);
}

.meta-partner-logo--badge {
  max-height: 72px;
  width: min(120px, 28vw);
}

@media (min-width: 768px) {
  .meta-partner-logo--wide {
    max-height: 64px;
  }

  .meta-partner-logo--badge {
    max-height: 88px;
  }
}

.demo-img-wrap {
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.demo-img-wrap img {
  display: block;
}

/* Hero-style buttons – work in any section (links and buttons) */
a.btn-hero-primary,
button.btn-hero-primary,
.btn-hero-primary {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background: var(--toc-gradient);
  border: none;
  color: white !important;
  font-weight: 700;
  padding: 0.85rem 2rem;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(13, 148, 136, 0.35);
  transition: var(--toc-transition);
  cursor: pointer;
}

a.btn-hero-primary:hover,
button.btn-hero-primary:hover,
.btn-hero-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(13, 148, 136, 0.4);
  color: white !important;
}

a.btn-hero-secondary,
button.btn-hero-secondary,
.btn-hero-secondary {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background: white;
  color: var(--toc-primary) !important;
  font-weight: 700;
  border: 2px solid var(--toc-primary);
  padding: 0.85rem 2rem;
  border-radius: 12px;
  transition: var(--toc-transition);
  cursor: pointer;
}

a.btn-hero-secondary:hover,
button.btn-hero-secondary:hover,
.btn-hero-secondary:hover {
  background: rgba(13, 148, 136, 0.08);
  color: var(--toc-primary-dark) !important;
  border-color: var(--toc-primary-dark);
}

/* Section titles */
.marketing-section {
  padding: 4.25rem 0;
}

@media (min-width: 992px) {
  .marketing-section {
    padding: 5rem 0;
  }
}

.home-section-title {
  font-weight: 800;
  font-size: clamp(1.85rem, 3.8vw, 2.55rem);
  letter-spacing: -0.025em;
  color: var(--toc-dark);
  line-height: 1.18;
}

.marketing-section .home-section-title.h3 {
  font-size: clamp(1.35rem, 3vw, 1.65rem);
  line-height: 1.25;
}

.marketing-section .home-section-title.h4 {
  font-size: clamp(1.15rem, 2.5vw, 1.35rem);
  line-height: 1.3;
}

.home-section-lead {
  max-width: 560px;
}

.home-section-lead--narrow {
  max-width: 520px;
}

/* Homepage: credibility strip under hero (tighter than full sections) */
.home-stats-strip.marketing-section {
  padding: 2.5rem 0 2.75rem;
  background: #fff;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

@media (min-width: 992px) {
  .home-stats-strip.marketing-section {
    padding: 3rem 0;
  }
}

.home-stat-card {
  text-align: center;
  padding: 1.35rem 1.15rem;
  border-radius: 18px;
  background: linear-gradient(165deg, #f8fafc 0%, #ffffff 48%, #f1f5f9 100%);
  border: 1px solid rgba(15, 23, 42, 0.07);
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  height: 100%;
}

.home-stat-card:hover {
  transform: translateY(-3px);
  border-color: rgba(13, 148, 136, 0.28);
  box-shadow: 0 16px 40px rgba(13, 148, 136, 0.1);
}

.home-stat-kicker {
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--toc-primary);
  margin-bottom: 0.4rem;
}

.home-stat-title {
  font-size: clamp(1.12rem, 2.4vw, 1.42rem);
  font-weight: 800;
  color: var(--toc-dark);
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.home-stat-desc {
  font-size: 0.875rem;
  color: var(--toc-muted);
  line-height: 1.5;
  margin: 0;
}

/* Homepage: “See it in action” cards */
.home-demo-section .demo-block-home {
  border-radius: 20px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow:
    0 2px 0 rgba(255, 255, 255, 0.9) inset,
    0 18px 48px -18px rgba(15, 23, 42, 0.12);
  position: relative;
}

.home-demo-section .demo-block-home::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  z-index: 2;
  border-radius: 20px 20px 0 0;
  pointer-events: none;
}

.home-demo-section .row > .col-lg-4:nth-child(1) .demo-block-home::before {
  background: linear-gradient(90deg, #22c55e, #25d366);
}

.home-demo-section .row > .col-lg-4:nth-child(2) .demo-block-home::before {
  background: linear-gradient(90deg, #0ea5e9, #6366f1);
}

.home-demo-section .row > .col-lg-4:nth-child(3) .demo-block-home::before {
  background: linear-gradient(90deg, #a855f7, #0d9488);
}

.home-demo-section .demo-block-home:hover {
  border-color: rgba(13, 148, 136, 0.22);
  box-shadow:
    0 2px 0 rgba(255, 255, 255, 0.95) inset,
    0 24px 56px -20px rgba(13, 148, 136, 0.18);
}

.home-how-section .how-step--home {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.85);
  box-shadow:
    0 2px 0 rgba(255, 255, 255, 0.95) inset,
    0 14px 40px rgba(99, 102, 241, 0.08);
}

.home-how-section .how-step--home:hover {
  border-color: rgba(13, 148, 136, 0.22);
  box-shadow:
    0 2px 0 rgba(255, 255, 255, 0.98) inset,
    0 20px 48px rgba(13, 148, 136, 0.12);
}

.home-team-section {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 50%, #ffffff 100%) !important;
}

.home-present-frame {
  box-shadow:
    0 2px 0 rgba(255, 255, 255, 0.85) inset,
    0 24px 56px -16px rgba(15, 23, 42, 0.14);
  border-color: rgba(15, 23, 42, 0.1) !important;
}

.trust-strip-lead {
  max-width: 36rem;
}

.faq-section {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%) !important;
}

.faq-wrap {
  max-width: 900px;
}

.faq-accordion {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 52px rgba(15, 23, 42, 0.08);
}

.faq-accordion .accordion-item {
  border: 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.faq-accordion .accordion-item:last-child {
  border-bottom: 0;
}

.faq-accordion .accordion-button {
  font-weight: 700;
  font-size: 1rem;
  color: var(--toc-dark);
  background: #fff;
  box-shadow: none;
  padding: 1.05rem 1.25rem;
}

.faq-accordion .accordion-button:not(.collapsed) {
  color: var(--toc-primary-dark);
  background: linear-gradient(180deg, #f0fdfa 0%, #ffffff 100%);
}

.faq-accordion .accordion-button:focus {
  box-shadow: inset 0 0 0 2px rgba(13, 148, 136, 0.24);
}

.faq-accordion .accordion-body {
  font-size: 0.94rem;
  color: var(--toc-muted);
  line-height: 1.65;
  padding: 0.2rem 1.25rem 1.05rem;
}

.marketing-section .section-badge {
  display: inline-block;
  background: rgba(13, 148, 136, 0.12);
  color: var(--toc-primary);
  font-weight: 700;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.35rem 0.9rem;
  border-radius: 100px;
  margin-bottom: 1rem;
}

.marketing-section h2 {
  font-weight: 800;
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  letter-spacing: -0.02em;
  color: var(--toc-dark);
}

/* Features page: composite overview image */
.features-board-wrap {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  border-radius: var(--toc-radius-lg);
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow:
    0 4px 6px -1px rgba(15, 23, 42, 0.06),
    0 20px 40px -12px rgba(15, 23, 42, 0.12);
}

.features-board-img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 576px) {
  .features-board-wrap {
    border-radius: var(--toc-radius);
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
}

/* Feature cards */
.feature-card {
  background: white;
  border-radius: var(--toc-radius);
  padding: 1.75rem;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  transition: var(--toc-transition);
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--toc-shadow-lg);
  border-color: rgba(13, 148, 136, 0.2);
}

.feature-card .feature-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--toc-gradient);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 1.25rem;
}

/* Pricing cards */
.pricing-card {
  display: flex;
  flex-direction: column;
  background: white;
  border-radius: var(--toc-radius-lg);
  padding: 2rem;
  height: 100%;
  border: 2px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
  transition: var(--toc-transition);
  position: relative;
}

.pricing-card:hover {
  border-color: var(--toc-primary);
  box-shadow: var(--toc-shadow-lg);
  transform: translateY(-4px);
}

.pricing-card.featured {
  border-color: var(--toc-primary);
  background: linear-gradient(180deg, rgba(13, 148, 136, 0.04) 0%, white 30%);
  box-shadow: 0 12px 40px rgba(13, 148, 136, 0.15);
}

.pricing-card .price {
  font-weight: 800;
  font-size: 2.25rem;
  color: var(--toc-dark);
  letter-spacing: -0.02em;
}

.pricing-card .price small {
  font-weight: 600;
  color: var(--toc-muted);
  font-size: 0.95rem;
}

.pricing-card .btn-pricing {
  margin-top: auto;
  background: var(--toc-gradient);
  border: none;
  color: white;
  font-weight: 700;
  padding: 0.75rem 1.5rem;
  border-radius: 12px;
  width: 100%;
  transition: var(--toc-transition);
}

.pricing-card .btn-pricing:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(13, 148, 136, 0.4);
  color: white;
}

.pricing-card.featured .btn-pricing {
  padding: 0.9rem 1.5rem;
  font-size: 1.05rem;
}

/* Footer */
.marketing-footer {
  background: var(--toc-dark);
  color: rgba(255, 255, 255, 0.8);
  padding: 4rem 0 2rem;
  margin-top: 4rem;
}

.marketing-footer a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: color 0.2s;
}

.marketing-footer a:hover {
  color: white;
}

.marketing-footer .footer-brand {
  font-weight: 800;
  font-size: 1.35rem;
  color: white !important;
  letter-spacing: -0.02em;
}

.marketing-footer .footer-title {
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: white;
  margin-bottom: 1.25rem;
}

.marketing-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.marketing-footer ul li {
  margin-bottom: 0.6rem;
}

.marketing-footer .copyright {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
}

/* Page content (privacy, terms, about, contact) */
.marketing-page-content {
  padding: 4rem 0 5rem;
  min-height: 60vh;
}

.marketing-page-content h1 {
  font-weight: 800;
  font-size: 2.5rem;
  color: var(--toc-dark);
  margin-bottom: 1.5rem;
}

.marketing-page-content h2 {
  font-weight: 700;
  font-size: 1.35rem;
  color: var(--toc-dark);
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

.marketing-page-content p, .marketing-page-content li {
  color: var(--toc-muted);
  line-height: 1.75;
}

/* Contact form */
.contact-form .form-control, .contact-form .form-select {
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.75rem 1rem;
}

.contact-form .form-control:focus {
  border-color: var(--toc-primary);
  box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.15);
}

.contact-form .btn-submit {
  background: var(--toc-gradient);
  border: none;
  color: white;
  font-weight: 700;
  padding: 0.85rem 2rem;
  border-radius: 12px;
  transition: var(--toc-transition);
}

.contact-form .btn-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(13, 148, 136, 0.4);
  color: white;
}

.contact-form .g-recaptcha {
  transform-origin: 0 0;
}

@media (max-width: 400px) {
  .contact-form .g-recaptcha {
    transform: scale(0.9);
  }
}

.recaptcha-legal a {
  color: var(--toc-primary);
}

/* CTA strip */
.cta-strip {
  background: var(--toc-gradient);
  color: white;
  padding: 3.5rem 0;
  border-radius: var(--toc-radius-lg);
  text-align: center;
}

.cta-strip h3 {
  font-weight: 800;
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
}

.cta-strip--premium {
  position: relative;
  overflow: hidden;
  padding: 3.75rem 1.5rem;
  box-shadow:
    0 2px 0 rgba(255, 255, 255, 0.12) inset,
    0 28px 64px rgba(13, 148, 136, 0.35);
}

.cta-strip--premium::before {
  content: '';
  position: absolute;
  top: -40%;
  right: -15%;
  width: min(520px, 70vw);
  height: min(520px, 70vw);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.22) 0%, transparent 65%);
  pointer-events: none;
}

.cta-strip--premium::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: min(400px, 55vw);
  height: min(400px, 55vw);
  background: radial-gradient(circle, rgba(99, 102, 241, 0.35) 0%, transparent 62%);
  pointer-events: none;
}

.cta-strip-title {
  position: relative;
  z-index: 1;
  font-weight: 800;
  font-size: clamp(1.45rem, 3.2vw, 2rem);
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
}

.cta-strip--premium p,
.cta-strip--premium .d-flex {
  position: relative;
  z-index: 1;
}

.cta-strip p {
  opacity: 0.95;
  margin-bottom: 1.5rem;
}

.cta-strip .btn-light {
  background: white;
  color: var(--toc-primary);
  font-weight: 700;
  padding: 0.75rem 2rem;
  border-radius: 12px;
  border: none;
  transition: var(--toc-transition);
}

.cta-strip .btn-light:hover {
  background: rgba(255, 255, 255, 0.95);
  color: var(--toc-primary-dark);
  transform: translateY(-1px);
}

/* WhatsApp CTAs & conversion blocks */
.btn-wa-nav {
  font-weight: 600;
  background: #25d366;
  border: none;
  color: white !important;
  padding: 0.5rem 1rem;
  border-radius: 10px;
  align-items: center;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.35);
}

.btn-wa-nav:hover {
  background: #20bd5a;
  color: white !important;
  transform: translateY(-1px);
}

.btn-whatsapp-hero {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background: #25d366;
  border: 2px solid #25d366;
  color: white !important;
  font-weight: 700;
  padding: 0.85rem 2rem;
  border-radius: 12px;
  transition: var(--toc-transition);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.35);
}

.btn-whatsapp-hero:hover {
  background: #20bd5a;
  border-color: #20bd5a;
  color: white !important;
  transform: translateY(-2px);
}

.btn-whatsapp-lg {
  display: inline-block;
  font-weight: 700;
  background: #25d366;
  color: white !important;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 12px;
  text-decoration: none;
  transition: var(--toc-transition);
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.3);
}

.btn-whatsapp-lg:hover {
  background: #20bd5a;
  color: white !important;
  transform: translateY(-1px);
}

/* Proof cards — use <p> only (Bootstrap h3 was blowing up “kicker” text). Scoped for specificity. */
section.proof-cards-section {
  padding: 4rem 0;
  background-color: #eef2f7;
  background-image:
    radial-gradient(ellipse 90% 60% at 50% 0%, rgba(13, 148, 136, 0.12), transparent 55%),
    linear-gradient(180deg, #f1f5f9 0%, #e2e8f0 100%);
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

section.proof-cards-section .proof-cards-subtitle {
  color: var(--toc-muted);
  font-size: 0.95rem;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

section.proof-cards-section .row.g-4.justify-content-center > [class*='col-'] {
  perspective: 1100px;
}

section.proof-cards-section article.proof-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 300px;
  padding: 1.65rem 1.4rem 1.35rem;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow:
    0 2px 0 rgba(255, 255, 255, 0.8) inset,
    0 14px 40px -12px rgba(15, 23, 42, 0.18);
  overflow: hidden;
  transition: box-shadow 0.28s ease;
  text-align: left;
  z-index: 0;
  transform-style: preserve-3d;
}

section.proof-cards-section article.proof-card:hover {
  box-shadow:
    0 2px 0 rgba(255, 255, 255, 0.85) inset,
    0 22px 50px -14px rgba(15, 23, 42, 0.22);
}

section.proof-cards-section .proof-card--teal {
  border-left: 4px solid #0d9488;
}

section.proof-cards-section .proof-card--indigo {
  border-left: 4px solid #6366f1;
}

section.proof-cards-section .proof-card--amber {
  border-left: 4px solid #f59e0b;
}

section.proof-cards-section .proof-card--cyan {
  border-left: 4px solid #06b6d4;
}

section.proof-cards-section .proof-card-glow {
  position: absolute;
  top: -45%;
  right: -30%;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  opacity: 0.5;
  pointer-events: none;
  filter: blur(3px);
  z-index: 0;
}

section.proof-cards-section .proof-card--teal .proof-card-glow {
  background: radial-gradient(circle, rgba(13, 148, 136, 0.4) 0%, transparent 72%);
}

section.proof-cards-section .proof-card--indigo .proof-card-glow {
  background: radial-gradient(circle, rgba(99, 102, 241, 0.4) 0%, transparent 72%);
}

section.proof-cards-section .proof-card--amber .proof-card-glow {
  background: radial-gradient(circle, rgba(245, 158, 11, 0.4) 0%, transparent 72%);
}

section.proof-cards-section .proof-card--cyan .proof-card-glow {
  background: radial-gradient(circle, rgba(6, 182, 212, 0.4) 0%, transparent 72%);
}

section.proof-cards-section .proof-card-icon {
  position: relative;
  z-index: 1;
  width: 58px;
  height: 58px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  color: #fff;
  margin-bottom: 1rem;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
}

section.proof-cards-section .proof-card--teal .proof-card-icon {
  background: linear-gradient(145deg, #0d9488, #14b8a6);
}

section.proof-cards-section .proof-card--indigo .proof-card-icon {
  background: linear-gradient(145deg, #4f46e5, #818cf8);
}

section.proof-cards-section .proof-card--amber .proof-card-icon {
  background: linear-gradient(145deg, #d97706, #fbbf24);
}

section.proof-cards-section .proof-card--cyan .proof-card-icon {
  background: linear-gradient(145deg, #0891b2, #22d3ee);
}

/* <p> typography — explicit sizes so Bootstrap can’t resize “headings” */
section.proof-cards-section .proof-card-kicker {
  position: relative;
  z-index: 1;
  font-size: 0.6875rem !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #64748b !important;
  margin: 0 0 0.4rem !important;
}

section.proof-cards-section .proof-card-headline {
  position: relative;
  z-index: 1;
  font-size: 1.125rem !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  color: #0f172a !important;
  margin: 0 0 0.5rem !important;
  letter-spacing: -0.02em;
}

section.proof-cards-section .proof-card-desc {
  position: relative;
  z-index: 1;
  font-size: 0.8125rem !important;
  line-height: 1.5 !important;
  color: #64748b !important;
  font-weight: 500;
  margin: 0 0 1rem !important;
}

/* Industry pills — always separated, never one blob of text */
section.proof-cards-section .proof-card-tags {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0 0 1rem !important;
}

section.proof-cards-section .proof-card-tags span {
  display: inline-flex;
  align-items: center;
  font-size: 0.6875rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  padding: 0.4rem 0.75rem !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, rgba(13, 148, 136, 0.14), rgba(13, 148, 136, 0.08)) !important;
  color: #0f766e !important;
  border: 1px solid rgba(13, 148, 136, 0.35) !important;
  box-shadow: 0 1px 2px rgba(13, 148, 136, 0.12);
  white-space: nowrap;
}

/* Mini skyline */
section.proof-cards-section .proof-card-art--buildings {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.5rem;
  height: 56px;
  margin-top: auto;
  padding-top: 0.75rem;
  position: relative;
  z-index: 1;
}

section.proof-cards-section .proof-card-art--buildings span {
  display: block;
  width: 22%;
  max-width: 52px;
  border-radius: 5px 5px 2px 2px;
  background: linear-gradient(180deg, rgba(13, 148, 136, 0.45), rgba(13, 148, 136, 0.12));
  border: 1px solid rgba(13, 148, 136, 0.35);
}

section.proof-cards-section .proof-card-art--buildings span:nth-child(1) {
  height: 38%;
}

section.proof-cards-section .proof-card-art--buildings span:nth-child(2) {
  height: 72%;
}

section.proof-cards-section .proof-card-art--buildings span:nth-child(3) {
  height: 55%;
}

/* Activity bars */
section.proof-cards-section .proof-card-bars {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.5rem;
  height: 80px;
  margin-top: auto;
  padding: 0.55rem 0.85rem;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(99, 102, 241, 0.1), rgba(99, 102, 241, 0.03));
  border: 1px solid rgba(99, 102, 241, 0.28);
  position: relative;
  z-index: 1;
}

section.proof-cards-section .proof-card-bars span {
  flex: 1;
  max-width: 40px;
  border-radius: 8px 8px 3px 3px;
  background: linear-gradient(180deg, #a5b4fc, #6366f1);
  min-height: 20%;
  box-shadow: 0 -3px 10px rgba(79, 70, 229, 0.35);
}

/* Timeline */
section.proof-cards-section .proof-card-timeline {
  margin-top: auto;
  padding: 0.75rem 0.85rem;
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(245, 158, 11, 0.12), rgba(245, 158, 11, 0.04));
  border: 1px solid rgba(217, 119, 6, 0.35);
  position: relative;
  z-index: 1;
}

section.proof-cards-section .proof-card-timeline-row {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.8125rem !important;
  font-weight: 700 !important;
  color: #92400e !important;
}

section.proof-cards-section .proof-card-timeline-row i {
  width: 1.15rem;
  text-align: center;
  color: #d97706;
}

section.proof-cards-section .proof-card-timeline-line {
  height: 10px;
  margin-left: 0.5rem;
  border-left: 2px dashed rgba(217, 119, 6, 0.5);
}

/* Stack layers */
section.proof-cards-section .proof-card-stack {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin-top: auto;
  position: relative;
  z-index: 1;
}

section.proof-cards-section .proof-card-stack-layer {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.8125rem !important;
  font-weight: 700 !important;
  padding: 0.55rem 0.7rem !important;
  border-radius: 11px;
  background: linear-gradient(180deg, rgba(6, 182, 212, 0.14), rgba(6, 182, 212, 0.06));
  border: 1px solid rgba(6, 182, 212, 0.35);
  color: #0e7490 !important;
  box-shadow: 0 2px 8px rgba(6, 182, 212, 0.15);
}

section.proof-cards-section .proof-card-stack-layer i {
  width: 1.15rem;
  text-align: center;
  opacity: 0.95;
}

section.proof-cards-section .proof-card-stack-layer:nth-child(2) {
  margin-left: 0.6rem;
}

section.proof-cards-section .proof-card-stack-layer:nth-child(3) {
  margin-left: 1.15rem;
}

@media (max-width: 767px) {
  section.proof-cards-section article.proof-card {
    min-height: 0;
  }
}

.pain-solution-band {
  background:
    radial-gradient(ellipse 80% 50% at 100% 20%, rgba(99, 102, 241, 0.06), transparent 55%),
    radial-gradient(ellipse 70% 45% at 0% 80%, rgba(13, 148, 136, 0.08), transparent 50%),
    linear-gradient(180deg, #f8fafc 0%, #f0fdfa 100%);
}

.funnel-mockup-card--elevated {
  box-shadow:
    0 2px 0 rgba(255, 255, 255, 0.92) inset,
    0 28px 64px -20px rgba(15, 23, 42, 0.18);
  border: 1px solid rgba(13, 148, 136, 0.24) !important;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.solution-checklist li {
  margin-bottom: 0.5rem;
}

.funnel-mockup-card {
  background: white;
  border: 1px solid rgba(13, 148, 136, 0.15);
}

.wa-bubble-out {
  background: #dcf8c6;
  border-radius: 12px;
  padding: 0.85rem 1rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #111;
  text-align: left;
}

.wa-bubble .wa-meta {
  font-size: 0.7rem;
  color: var(--toc-muted);
  display: block;
  margin-bottom: 0.35rem;
}

.lead-magnet-section {
  background: var(--toc-gradient-soft);
}

.lead-magnet-card {
  background: white;
  border: 1px solid rgba(13, 148, 136, 0.12);
  box-shadow: var(--toc-shadow);
}

.lead-magnet-card--premium {
  border: none;
  background: linear-gradient(180deg, #ffffff 0%, #f8fffe 100%);
  box-shadow:
    0 0 0 1px rgba(13, 148, 136, 0.2),
    0 24px 64px rgba(15, 23, 42, 0.09);
}

.marketing-float-wa {
  position: fixed;
  bottom: 1.25rem;
  right: 1rem;
  z-index: 1040;
  align-items: center;
  gap: 0.5rem;
  background: #25d366;
  color: white !important;
  font-weight: 700;
  padding: 0.65rem 1rem;
  border-radius: 100px;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45);
  font-size: 0.95rem;
}

.marketing-float-wa:hover {
  color: white !important;
  background: #20bd5a;
}

.marketing-float-wa i {
  font-size: 1.35rem;
}

/* Responsive */
@media (max-width: 991px) {
  .marketing-hero { padding: 3.5rem 0 4rem; }
  .marketing-nav .navbar-collapse { margin-top: 1rem; }
}

@media (max-width: 576px) {
  .marketing-hero .btn-hero-primary,
  .marketing-hero .btn-hero-secondary,
  .marketing-hero .btn-whatsapp-hero,
  .btn-hero-primary,
  .btn-hero-secondary,
  .btn-whatsapp-hero,
  .btn-whatsapp-lg {
    width: 100%;
    margin-bottom: 0;
    display: block;
    box-sizing: border-box;
    text-align: center;
  }

  .d-flex.flex-wrap.gap-3 > .btn-hero-primary,
  .d-flex.flex-wrap.gap-3 > .btn-hero-secondary,
  .d-flex.flex-wrap.gap-3 > .btn-whatsapp-hero,
  .d-flex.flex-wrap.gap-2 > .btn-hero-primary,
  .d-flex.flex-wrap.gap-2 > .btn-hero-secondary,
  .d-flex.flex-wrap.gap-2 > .btn-whatsapp-hero {
    width: 100%;
    flex: 1 1 100%;
  }

  .hero-quick-links {
    justify-content: center;
  }

  .hero-quick-link {
    font-size: 0.72rem;
    padding: 0.34rem 0.68rem;
  }

  .faq-accordion .accordion-button {
    font-size: 0.95rem;
    padding: 0.95rem 1rem;
  }

  .faq-accordion .accordion-body {
    font-size: 0.9rem;
    padding: 0.1rem 1rem 0.95rem;
  }
}

/* Blog */
.blog-index-section {
  padding-top: 0;
}

.blog-card {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: var(--toc-radius);
  box-shadow: var(--toc-shadow);
  transition: var(--toc-transition);
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.blog-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--toc-shadow-lg);
}

.blog-card-media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #e2e8f0;
}

.blog-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.blog-card:hover .blog-card-media img {
  transform: scale(1.03);
}

.blog-card-body {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blog-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  font-size: 0.8rem;
  color: var(--toc-muted);
  margin-bottom: 0.75rem;
}

.blog-card-category {
  font-weight: 700;
  color: var(--toc-primary);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.blog-card-title {
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: 0.75rem;
}

.blog-card-title a {
  color: var(--toc-dark);
  text-decoration: none;
}

.blog-card-title a:hover {
  color: var(--toc-primary);
}

.blog-card-excerpt {
  color: var(--toc-muted);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  flex: 1;
}

.blog-card-link {
  font-weight: 700;
  color: var(--toc-primary);
  text-decoration: none;
  font-size: 0.9rem;
}

.blog-card-link:hover {
  color: var(--toc-primary-dark);
}

.blog-article-section {
  padding-top: 2rem;
}

.blog-article-title {
  font-weight: 800;
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  line-height: 1.2;
  color: var(--toc-dark);
}

.blog-article-excerpt {
  color: var(--toc-muted);
}

.blog-breadcrumb a {
  color: var(--toc-primary);
  text-decoration: none;
}

.marketing-page-content--blog {
  padding: 0;
  min-height: 0;
}

.marketing-page-content--blog .blog-lead {
  font-size: 1.1rem;
  color: var(--toc-dark);
  line-height: 1.75;
  margin-bottom: 1.5rem;
}

.blog-article-hero {
  margin: 0 0 2rem;
  border-radius: var(--toc-radius-lg);
  overflow: hidden;
  background: #e2e8f0;
}

.blog-article-hero img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1200 / 788;
  object-fit: cover;
}

.marketing-page-content--blog .blog-figure {
  margin: 1.75rem 0 2rem;
  border-radius: var(--toc-radius-lg);
  overflow: hidden;
  background: linear-gradient(180deg, #f8fafc 0%, #eef2ff 100%);
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.marketing-page-content--blog .blog-figure img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}

.marketing-page-content--blog .blog-figure figcaption {
  padding: 0.85rem 1.1rem 1.1rem;
  font-size: 0.9rem;
  color: var(--toc-muted);
  line-height: 1.5;
}

.marketing-page-content--blog .blog-quote {
  margin: 1.25rem 0;
  padding: 1rem 1.25rem;
  border-left: 4px solid var(--toc-primary);
  background: rgba(15, 23, 42, 0.03);
  border-radius: 0 var(--toc-radius) var(--toc-radius) 0;
  color: var(--toc-dark);
  font-size: 1rem;
}

.marketing-page-content--blog h2 {
  margin-top: 2.25rem;
}

.marketing-page-content--blog h3 {
  margin-top: 1.5rem;
}

.blog-cta-strip {
  background: var(--toc-gradient);
  color: #fff;
  border-radius: var(--toc-radius-lg);
  padding: 2.5rem 2rem;
  text-align: center;
  box-shadow: var(--toc-shadow-lg);
}

.blog-cta-strip h3 {
  font-weight: 800;
  margin-bottom: 0.75rem;
}

.blog-cta-strip p {
  opacity: 0.92;
  max-width: 520px;
  margin: 0 auto 1.25rem;
}

.blog-comparison-table-wrap {
  overflow-x: auto;
  margin: 1.5rem 0 2rem;
}

.blog-comparison-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
}

.blog-comparison-table th,
.blog-comparison-table td {
  border: 1px solid rgba(15, 23, 42, 0.1);
  padding: 0.75rem 1rem;
  vertical-align: top;
}

.blog-comparison-table th {
  background: var(--toc-light);
  font-weight: 700;
  color: var(--toc-dark);
}

.competitor-value-strip {
  background: linear-gradient(180deg, #f0fdfa 0%, #fff 100%);
}

.competitor-value-card {
  background: #fff;
  border: 1px solid rgba(13, 148, 136, 0.15);
  border-radius: var(--toc-radius-lg);
  padding: 1.75rem 2rem;
  box-shadow: var(--toc-shadow);
}

/* Plan comparison matrix (Features / Pricing pages) */
.plan-compare-section .plan-compare-subtitle {
  max-width: 640px;
}

.plan-compare-wrap {
  max-width: 1040px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: var(--toc-radius-lg);
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
}

.plan-compare-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  margin: 0;
  font-size: 0.95rem;
}

.plan-compare-table thead th {
  padding: 1rem 0.85rem;
  font-weight: 700;
  font-size: 0.9rem;
  text-align: center;
  border-bottom: 2px solid rgba(15, 23, 42, 0.08);
  vertical-align: bottom;
}

.plan-compare-table tbody th,
.plan-compare-table tbody td {
  padding: 0.85rem 0.85rem;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  vertical-align: middle;
}

.plan-compare-table tbody tr:last-child th,
.plan-compare-table tbody tr:last-child td {
  border-bottom: none;
}

.plan-compare-table tbody tr:hover td,
.plan-compare-table tbody tr:hover th[scope="row"] {
  background: rgba(248, 250, 252, 0.9);
}

.plan-compare-feature-col {
  text-align: left;
  font-weight: 600;
  color: var(--toc-dark, #0f172a);
  min-width: 220px;
  background: #fff;
}

.plan-compare-tier-col {
  width: 17%;
  min-width: 96px;
}

.plan-compare-tier--starter {
  background: rgba(248, 250, 252, 0.6);
}

.plan-compare-tier--growth {
  background: rgba(240, 253, 250, 0.5);
}

.plan-compare-tier--pro {
  background: linear-gradient(180deg, rgba(13, 148, 136, 0.1) 0%, rgba(13, 148, 136, 0.04) 100%);
}

.plan-compare-tier--enterprise {
  background: linear-gradient(180deg, rgba(30, 41, 59, 0.08) 0%, rgba(30, 41, 59, 0.03) 100%);
}

.plan-compare-popular {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--toc-primary, #0d9488);
}

.plan-compare-enterprise-tag {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #475569;
}

.plan-compare-contact {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--toc-primary, #0d9488);
  text-decoration: none;
  line-height: 1.2;
  max-width: 88px;
}

.plan-compare-contact:hover {
  color: #0f766e;
  text-decoration: underline;
}

.plan-compare-contact i {
  font-size: 1rem;
}

.plan-compare-cta-row th,
.plan-compare-cta-row td {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 2px solid rgba(15, 23, 42, 0.08);
  background: rgba(248, 250, 252, 0.5);
}

.plan-compare-btn-trial {
  background: #fff;
  border: 1px solid rgba(13, 148, 136, 0.35);
  color: var(--toc-primary, #0d9488);
  font-weight: 600;
  white-space: nowrap;
}

.plan-compare-btn-trial:hover {
  background: rgba(13, 148, 136, 0.08);
  border-color: var(--toc-primary, #0d9488);
  color: #0f766e;
}

.plan-compare-btn-enterprise {
  background: var(--toc-dark, #0f172a);
  border-color: var(--toc-dark, #0f172a);
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
}

.plan-compare-btn-enterprise:hover {
  background: #1e293b;
  border-color: #1e293b;
  color: #fff;
}

.plan-compare-legend-icon {
  color: var(--toc-primary, #0d9488);
  margin-right: 0.25rem;
}

.plan-compare-yes {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #d1fae5;
  color: #047857;
  font-size: 0.85rem;
  line-height: 1;
  box-shadow: inset 0 0 0 1px rgba(5, 150, 105, 0.15);
}

.plan-compare-yes--inline {
  width: 1.35rem;
  height: 1.35rem;
  font-size: 0.65rem;
  vertical-align: middle;
  margin-right: 0.35rem;
}

.plan-compare-no {
  display: inline-block;
  color: #cbd5e1;
  font-size: 1.35rem;
  font-weight: 300;
  line-height: 1;
}

.plan-compare-no--inline {
  font-size: 1rem;
  margin-right: 0.35rem;
}

.plan-compare-legend {
  max-width: 640px;
}

.plan-compare-legend-sep {
  margin: 0 0.5rem;
  opacity: 0.5;
}

@media (max-width: 575.98px) {
  .plan-compare-table {
    font-size: 0.88rem;
  }

  .plan-compare-feature-col {
    min-width: 180px;
  }

  .plan-compare-yes {
    width: 1.75rem;
    height: 1.75rem;
    font-size: 0.75rem;
  }
}

.competitor-guides-section {
  background: #fff;
}

/* ============================================
   REAL TEAMS SECTION - Professional Images
   ============================================ */

.home-real-teams-section {
  padding: 4rem 0;
}

.real-team-image-frame {
  position: relative;
  overflow: hidden;
  background: #f1f5f9;
  border-radius: 1rem;
  aspect-ratio: 4 / 3;
  max-height: 380px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.1);
}

.real-team-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
  display: block;
  transition: transform 0.35s ease;
}

.real-team-image-frame:hover img {
  transform: scale(1.04);
}

.real-team-image-frame::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 55%, rgba(15, 23, 42, 0.12) 100%);
  z-index: 1;
  pointer-events: none;
}

@media (max-width: 991.98px) {
  .home-real-teams-section {
    padding: 3rem 0;
  }

  .real-team-image-frame {
    margin-bottom: 1.5rem;
    max-height: 280px;
    aspect-ratio: 16 / 10;
  }
}
