/*
 * custom.css - MyNaksh brand overrides
 * ALL sizes in px, no rem
 */

/* ===== CSS VARIABLES ===== */
:root {
  --accent: #e84393;
  --accent-dark: #c2306f;
  --dark-bg: #0d0d1a;
  --dark-bg-secondary: #141428;
  --text-dark: #1a1a2e;
  --text-body: #484848;
  --text-light: #f0f4f8;
  --text-muted-dark: #c8d6e5;
  --text-muted-darker: #8fabc4;
  --bg-rgb: 13, 13, 26;
}

/* ===== RESET TEMPLATE OVERRIDES ===== */
h1, h2, h3, h4, h5, h6 {
  text-transform: none;
  letter-spacing: normal;
}

body {
  font-size: 18px;
  color: #484848;
}

p {
  font-size: 16px;
  color: #484848;
  line-height: 28px;
}

/* ===== R77: NAV CLEANUP ===== */
.nav-item {
  margin-bottom: 0 !important;
  background-image: none !important;
}
.site-logo {
  max-width: none !important;
}
.btn-accent, .cta-primary, .cta-secondary {
  white-space: nowrap;
}

/* ===== LINKS ===== */
a {
  color: #e84393;
}
a:hover, a:focus {
  color: #c2306f;
}

/* ===== BUTTONS ===== */
.btn-accent {
  background-color: #e84393;
  color: #ffffff;
  border: 2px solid #e84393;
  padding: 10px 28px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 3px;
}
.btn-accent:hover, .btn-accent:focus {
  background-color: #c2306f;
  border-color: #c2306f;
  color: #ffffff;
}

.btn-primary {
  background-color: #e84393;
  border-color: #e84393;
  color: #ffffff;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #c2306f;
  border-color: #c2306f;
  color: #ffffff;
}

.btn-secondary {
  background-color: transparent;
  border: 2px solid #e84393;
  color: #e84393;
  padding: 10px 28px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 3px;
}
.btn-secondary:hover, .btn-secondary:focus {
  background-color: #e84393;
  color: #ffffff;
}

/* Outline button on dark backgrounds */
.btn-outline-hero {
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  padding: 10px 28px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 3px;
  margin-left: 12px;
}
.btn-outline-hero:hover, .btn-outline-hero:focus {
  background-color: #ffffff;
  color: #0d0d1a;
}

/* ===== NAVBAR ===== */
.navbar-default {
  background-color: rgba(13, 13, 26, 0.96);
  border-bottom: 1px solid rgba(232, 67, 147, 0.2);
}
.navbar-default .navbar-nav > li > a {
  color: #e2e8f0;
  font-size: 15px;
  font-weight: 500;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #e84393;
}
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active > a:hover {
  color: #e84393;
  background-color: transparent;
}
.navbar-brand {
  padding: 12px 15px;
}
/* Scrolled nav state */
.header.active {
  background-color: rgba(13, 13, 26, 0.98) !important;
}
.header.active .navbar-nav > li > a {
  color: #e2e8f0 !important;
}

/* ===== HERO SECTION ===== */
.hero-section {
  min-height: 600px;
  display: flex;
  align-items: center;
  position: relative;
  background-size: cover;
  background-position: center;
  padding-top: 120px;
  padding-bottom: 80px;
}
.hero-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(13, 13, 26, 0.65);
  pointer-events: none;
}
.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 40px;
}
.hero-title {
  font-size: 58px;
  font-weight: 700;
  color: #f0f4f8;
  line-height: 1.15;
  margin-bottom: 20px;
}
.hero-subtitle {
  font-size: 20px;
  color: #c8d6e5;
  line-height: 32px;
  max-width: 560px;
  margin-bottom: 36px;
}
.page-hero {
  min-height: 300px;
  display: flex;
  align-items: center;
  position: relative;
  background-size: cover;
  background-position: center;
  padding-top: 120px;
  padding-bottom: 60px;
}
.page-hero .hero-content {
  padding-top: 20px;
}
.page-hero h1 {
  font-size: 48px;
  font-weight: 700;
  color: #f0f4f8;
  margin-bottom: 12px;
}
.page-hero p {
  font-size: 18px;
  color: #c8d6e5;
}

/* ===== R79: HERO CONTAINER TRANSPARENT ===== */
.header-thumb {
  background: transparent !important;
  border: none !important;
}

/* ===== SECTIONS ===== */
.section-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}
.section-title {
  font-size: 44px;
  font-weight: 800;
  color: #1a1a2e;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}
.section-subtitle {
  font-size: 18px;
  color: #5A4E4E;
  max-width: 640px;
  margin: 0 auto 48px;
  line-height: 30px;
}
.bg-white {
  background-color: #ffffff;
  color: #484848;
}
.bg-light {
  background-color: #f5f7fa;
  color: #484848;
}
.bg-warm {
  background-color: #FFF8F0;
  color: #484848;
}
.bg-dark-brand {
  background-color: #0d0d1a;
  color: #e2e8f0;
}

/* ===== CONTAINER NARROW ===== */
.container-narrow {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ===== FEATURE CARDS ===== */
.features-row {
  display: flex;
  flex-wrap: wrap;
}
.feature-card {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  border-radius: 8px;
  padding: 20px 16px;
}
.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(232, 67, 147, 0.12), 0 4px 16px rgba(0,0,0,0.07);
  background-color: #fffbfd;
}
.feature-icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(232, 67, 147, 0.1);
  border-radius: 50%;
  margin-bottom: 16px;
}
.feature-icon .fa {
  font-size: 28px;
  color: #e84393 !important;
}
.feature-card h3 {
  font-size: 20px;
  font-weight: 600;
  color: #1a1a2e;
  margin-bottom: 10px;
}
.feature-card p {
  font-size: 16px;
  color: #666;
  flex-grow: 1;
}

/* ===== R81: FORCE ACCENT ON ICONS ===== */
.feature-icon .fa,
.card-icon .fa,
.step-icon .fa {
  color: #e84393 !important;
}

/* ===== HOW IT WORKS / STEPS ===== */
.steps-row {
  display: flex;
  gap: 32px;
  justify-content: center;
}
.step-card {
  text-align: center;
  padding: 32px 24px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  border: 1px solid rgba(232, 67, 147, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.step-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(232, 67, 147, 0.14), 0 4px 16px rgba(0,0,0,0.08);
  border-color: rgba(232, 67, 147, 0.25);
}
.step-number {
  font-size: 48px;
  font-weight: 800;
  color: rgba(232, 67, 147, 0.15);
  line-height: 1;
  margin-bottom: 12px;
}
.step-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(232, 67, 147, 0.1);
  border-radius: 50%;
  margin: 0 auto 16px;
}
.step-icon .fa {
  font-size: 24px;
  color: #e84393 !important;
}
.step-card h3 {
  font-size: 20px;
  font-weight: 600;
  color: #1a1a2e;
  margin-bottom: 10px;
}
.step-card p {
  font-size: 16px;
  color: #666;
}

/* R80: Steps horizontal on mobile fix */
@media (max-width: 767px) {
  .steps-row {
    grid-template-columns: 1fr;
  }
}

/* ===== STATS SECTION ===== */
.stats-section {
  background: linear-gradient(135deg, #e84393 0%, #f07e1a 60%, #e84393 100%);
  background-size: 200% 200%;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
.stats-section::before {
  content: "";
  position: absolute;
  top: -40px; left: -40px; right: -40px; bottom: -40px;
  background: radial-gradient(ellipse at 30% 50%, rgba(255,255,255,0.12) 0%, transparent 60%),
              radial-gradient(ellipse at 70% 50%, rgba(0,0,0,0.1) 0%, transparent 60%);
  pointer-events: none;
}
.stats-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.stat-item {
  padding: 24px 20px;
}
.stat-number {
  font-size: 52px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1.05;
  text-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.stat-label {
  font-size: 15px;
  color: rgba(255,255,255,0.85);
  margin-top: 8px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ===== CTA SECTION ===== */
.cta-section {
  background: linear-gradient(135deg, #e84393 0%, #c2306f 40%, #7b1fa2 100%);
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: radial-gradient(ellipse at 80% 50%, rgba(255,255,255,0.08) 0%, transparent 60%);
  pointer-events: none;
}
.cta-section h2 {
  font-size: 42px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}
.cta-section p {
  font-size: 18px;
  color: rgba(255,255,255,0.9);
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
}

/* ===== TEAM CARDS ===== */
.team-row {
  display: flex;
  flex-wrap: wrap;
}
.team-card {
  margin-bottom: 40px;
}
.team-avatar {
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 16px;
}
.team-avatar img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center;
  display: block;
}
.team-info h3 {
  font-size: 20px;
  font-weight: 600;
  color: #1a1a2e;
  margin-bottom: 4px;
}
.team-role {
  display: block;
  font-size: 14px;
  color: #e84393;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.team-info p {
  font-size: 15px;
  color: #666;
}

/* ===== ABOUT PAGE ===== */
.about-img {
  border-radius: 6px;
  width: 100%;
  height: auto;
}
.mission-icon {
  width: 64px;
  height: 64px;
  background-color: rgba(232, 67, 147, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
.mission-icon .fa {
  font-size: 28px;
  color: #e84393;
}
.value-item {
  display: flex;
  gap: 20px;
  margin-bottom: 32px;
  align-items: flex-start;
}
.value-item .fa {
  font-size: 24px;
  flex-shrink: 0;
  margin-top: 4px;
}
.value-text h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
}

/* ===== CONTACT PAGE ===== */
.contact-form .form-control {
  border-radius: 3px;
  border: 1px solid #ddd;
  font-size: 15px;
  padding: 10px 14px;
  height: auto;
}
.contact-form .form-control:focus {
  border-color: #e84393;
  box-shadow: 0 0 0 2px rgba(232, 67, 147, 0.15);
}
.contact-form label {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 4px;
}
.contact-info-block {
  margin-top: 10px;
}
.contact-info-item {
  display: flex;
  gap: 14px;
  margin-bottom: 20px;
  align-items: flex-start;
}
.contact-info-item .fa {
  font-size: 20px;
  color: #e84393;
  flex-shrink: 0;
  margin-top: 2px;
}
.contact-info-item strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 4px;
}
.contact-info-item p {
  font-size: 15px;
  color: #666;
  margin: 0;
}
.contact-sla-list {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
}
.contact-sla-list li {
  font-size: 15px;
  color: #666;
  margin-bottom: 8px;
}
.contact-sla-list li .fa {
  margin-right: 8px;
}

/* ===== PLATFORM PAGE ===== */
.platform-screenshot {
  border-radius: 6px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.12);
  width: 100%;
  height: auto;
}
.platform-feature-list {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
}
.platform-feature-list li {
  font-size: 15px;
  color: #484848;
  margin-bottom: 10px;
  padding-left: 4px;
}
.platform-feature-list li .fa {
  margin-right: 8px;
}
.integration-card {
  padding: 24px;
  margin-bottom: 24px;
  background-color: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 6px;
}
.integration-icon {
  width: 48px;
  height: 48px;
  background-color: rgba(232, 67, 147, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.integration-icon .fa {
  font-size: 22px;
  color: #e84393;
}
.differentiator-item {
  display: flex;
  gap: 18px;
  margin-bottom: 32px;
  align-items: flex-start;
}
.differentiator-icon {
  width: 48px;
  height: 48px;
  background-color: rgba(232, 67, 147, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.differentiator-icon .fa {
  font-size: 20px;
  color: #e84393;
}
.differentiator-text h4 {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a2e;
  margin-bottom: 6px;
}

/* ===== BLOG GRID ===== */
.blog-grid {
  display: flex;
  flex-wrap: wrap;
}
.blog-card {
  margin-bottom: 40px;
  background: #ffffff;
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blog-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}
.blog-card > div {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.blog-grid {
  display: flex;
  flex-wrap: wrap;
}
.blog-grid > [class*="col-"] {
  display: flex;
}
.blog-card-inner {
  background: #ffffff;
  border: 1px solid #eee;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.blog-thumb {
  overflow: hidden;
  height: 220px;
}
.blog-thumb img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
  display: block;
  max-width: 100%;
}
.blog-content {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.blog-meta {
  font-size: 13px;
  color: #999;
  margin-bottom: 10px;
}
.blog-date {
  margin-right: 12px;
}
.blog-category {
  color: #e84393;
  font-weight: 600;
}
.blog-title {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a2e;
  margin-bottom: 10px;
  line-height: 1.4;
}
.blog-excerpt {
  font-size: 15px;
  color: #666;
  flex-grow: 1;
  margin-bottom: 16px;
}
.blog-read-more {
  font-size: 14px;
  font-weight: 600;
  color: #e84393;
  text-decoration: none;
  margin-top: auto;
}
.blog-read-more:hover {
  color: #c2306f;
}

/* R-IMG: Blog/article images */
.blog-thumb img,
article img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

/* ===== LEGAL CONTENT ===== */
.legal-content h3 {
  font-size: 22px;
  font-weight: 600;
  color: #1a1a2e;
  margin-top: 32px;
  margin-bottom: 12px;
}
.legal-content p {
  font-size: 16px;
  color: #484848;
  line-height: 28px;
}

/* ===== FOOTER ===== */
.site-footer {
  background-color: #0a0a18;
  color: #c8d6e5;
  padding: 60px 0 0;
}
.site-footer h4 {
  color: #f0f4f8;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
  text-transform: none;
  letter-spacing: normal;
}
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li {
  font-size: 14px;
  color: #8fabc4;
  margin-bottom: 8px;
}
.footer-links a {
  color: #8fabc4;
  text-decoration: none;
}
.footer-links a:hover {
  color: #e84393;
}
.footer-links .fa {
  margin-right: 6px;
  color: #e84393;
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  margin-top: 40px;
  padding: 20px 0;
}
.footer-copy {
  font-size: 14px;
  color: #8fabc4;
  margin: 0;
}

/* ===== COOKIE BANNER ===== */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #1a0d14;
  border-top: 2px solid #e84393;
  padding: 16px 24px;
  z-index: 9999;
  color: #f0f4f8;
}
.cookie-banner-inner {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.cookie-banner p {
  margin: 0;
  font-size: 14px;
  color: #c8d6e5;
  flex-grow: 1;
}
.cookie-banner a {
  color: #e84393;
}

/* ===== R89: TEMPLATE OVERLAY ===== */
.tm-bg-overlay,
[class*="overlay"] {
  pointer-events: none !important;
}

/* ===== WOW VISIBILITY FALLBACK =====
   Ensure feature/step cards are visible even if WOW.js animation
   doesn't fire (e.g. reduced-motion, JS timing, server preview) */
.feature-card,
.step-card {
  visibility: visible !important;
}

/* steps-row uses display:grid; inside Bootstrap .row — normalize col widths */
.steps-row .step-card {
  float: none;
  width: auto;
}
.steps-row > .col-md-4 {
  flex: 1;
  max-width: 33.333%;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .hero-title { font-size: 42px; }
  .section-title { font-size: 36px; }
}
@media (max-width: 767px) {
  .hero-title { font-size: 32px; }
  .hero-subtitle { font-size: 17px; }
  .section-padding { padding-top: 56px; padding-bottom: 56px; }
  .btn-outline-hero { margin-left: 0; margin-top: 12px; }
  .cookie-banner-inner { flex-direction: column; align-items: flex-start; }
  .steps-row { grid-template-columns: 1fr; }
  .section-title { font-size: 30px; }
  .trusted-logos-bar { gap: 16px; }
  .trusted-logo-item { font-size: 13px; min-width: 110px; }
}

/* ===== HERO SPLIT LAYOUT (product mockup) ===== */
.hero-row-split {
  display: flex;
  align-items: center;
}
.hero-product-col {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 40px;
}
.hero-product-mockup {
  width: 100%;
  max-width: 560px;
  margin-left: auto;
}
.hero-mockup-img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.55), 0 4px 16px rgba(232, 67, 147, 0.15);
  display: block;
}
@media (max-width: 991px) {
  .hero-row-split { flex-direction: column; }
  .hero-product-col { display: none !important; }
}

/* ===== FEATURE SPLIT ROWS (image+text alternating) ===== */
.feature-split-row {
  display: flex;
  align-items: center;
  margin-bottom: 64px;
  padding-bottom: 64px;
  border-bottom: 1px solid #f0f0f0;
}
.feature-split-row:last-of-type {
  border-bottom: none;
}
.feature-split-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 40px 20px 20px;
}
.feature-split-text .feature-icon {
  margin-bottom: 20px;
}
.feature-split-text h3 {
  font-size: 26px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 14px;
}
.feature-split-text p {
  font-size: 17px;
  color: #555;
  line-height: 30px;
}
.feature-split-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-screenshot {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08);
  display: block;
  border: 2px solid rgba(232, 67, 147, 0.18);
  transition: box-shadow 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}
.feature-screenshot:hover {
  box-shadow: 0 16px 48px rgba(232, 67, 147, 0.22), 0 4px 16px rgba(0, 0, 0, 0.12);
  border-color: rgba(232, 67, 147, 0.45);
  transform: translateY(-3px);
}
.features-icon-row {
  margin-top: 16px;
  padding-top: 48px;
  border-top: 1px solid #f0f0f0;
}
@media (max-width: 767px) {
  .feature-split-row {
    flex-direction: column;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .feature-split-text {
    padding: 0 0 24px 0;
    order: 1;
  }
  .feature-split-image {
    order: 2;
    width: 100%;
  }
  /* Always show text first on mobile regardless of HTML order */
  .feature-split-row .col-md-6:first-child.feature-split-image {
    order: 2;
  }
  .feature-split-row .col-md-6:last-child.feature-split-text {
    order: 1;
  }
}

/* ===== PRODUCT SHOWCASE SECTION ===== */
.product-showcase-section {
  background-color: #0d0d1a;
  background-image: linear-gradient(135deg, #0d0d1a 0%, #1a0d14 100%);
  position: relative;
  overflow: hidden;
}
.product-showcase-section::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  height: 400px;
  background: radial-gradient(ellipse, rgba(232, 67, 147, 0.25) 0%, rgba(192, 48, 111, 0.1) 40%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.product-showcase-section .container {
  position: relative;
  z-index: 1;
}
.showcase-screenshot {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 16px 64px rgba(0, 0, 0, 0.65), 0 4px 20px rgba(232, 67, 147, 0.35), 0 0 0 1px rgba(232, 67, 147, 0.2);
  display: block;
  margin-bottom: 24px;
}
.showcase-caption {
  font-size: 18px;
  color: #c8d6e5;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.3px;
  margin: 0;
}

/* ===== HOW IT WORKS — step thumbnails ===== */
.step-thumb {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}
.step-thumb-img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  object-position: center top;
  display: block;
}

/* ============================================================
   Fix CTA button contrast (complete override) — appended
   ============================================================ */
.cta-section .btn-accent,
.cta-section .btn-primary,
.bg-dark-brand .btn-accent,
.bg-dark-brand .btn-primary {
  background-color: #ffffff !important;
  border: 2px solid #ffffff !important;
  color: #e84393 !important;
}
.cta-section .btn-accent:hover,
.cta-section .btn-primary:hover,
.bg-dark-brand .btn-accent:hover,
.bg-dark-brand .btn-primary:hover {
  background-color: transparent !important;
  color: #ffffff !important;
}
/* Outline/secondary buttons on dark bg */
.cta-section .btn-secondary,
.cta-section .btn-outline,
.bg-dark-brand .btn-secondary {
  border-color: #ffffff !important;
  color: #ffffff !important;
}

/* ============================================================
   INDIAN MARKET DESIGN ADDITIONS
   ============================================================ */

/* ===== TRUSTED BY SECTION ===== */
.trusted-by-section {
  background-color: #ffffff;
  padding: 28px 0 32px;
  border-bottom: 1px solid #f0e8e8;
}
.trusted-by-label {
  font-size: 13px;
  font-weight: 700;
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 20px;
}
.trusted-logos-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 24px 40px;
}
.trusted-logo-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.1;
  font-size: 14px;
  font-weight: 800;
  color: #888;
  letter-spacing: 0.3px;
  min-width: 130px;
  text-align: center;
  filter: grayscale(100%);
  opacity: 0.65;
  transition: opacity 0.2s ease, filter 0.2s ease;
  text-transform: uppercase;
}
.trusted-logo-item:hover {
  opacity: 0.9;
  filter: grayscale(60%);
}
.trusted-logo-item span {
  font-size: 11px;
  font-weight: 500;
  color: #bbb;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-top: 2px;
}

/* ===== SECTION WAVE DIVIDERS ===== */
.section-wave-divider {
  display: block;
  line-height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.section-wave-divider svg {
  display: block;
  width: 100%;
  height: 64px;
}
.wave-light-to-warm {
  background-color: #0d0d1a; /* matches product showcase bg above it */
}
.wave-warm-to-accent {
  background-color: #FFF8F0; /* warm bg section above */
}

/* ===== bg-warm section titles/subtitles ===== */
.bg-warm .section-title {
  color: #1a1a2e;
}
.bg-warm .section-subtitle {
  color: #5A4E4E;
}
.bg-warm .step-card {
  background-color: #ffffff;
  border-color: rgba(232, 67, 147, 0.1);
}

/* ===== SECTION title size bump on feature sections ===== */
#features .section-title,
#how-it-works .section-title,
#cta .section-title {
  font-size: 44px;
}

/* ===== FEATURE SECTION warm alternating bg ===== */
#features {
  background-color: #ffffff;
}
#features .feature-split-row:nth-of-type(even) {
  background-color: #FFF8F0;
  border-radius: 12px;
  padding-left: 24px;
  padding-right: 24px;
}

/* ===== Stats section responsive ===== */
@media (max-width: 767px) {
  .stat-number { font-size: 38px; }
  .stats-section { padding-top: 40px; padding-bottom: 40px; }
  .trusted-logos-bar { gap: 14px 20px; }
  .section-wave-divider svg { height: 40px; }
}

/* === About page stats fix: dark text on white bg === */
.bg-white .stat-number {
  color: #e84393;
  text-shadow: none;
}
.bg-white .stat-label {
  color: #5A4E4E;
}
