/* ==============================================================================
   Soft Futura — eCommerce Solution Product Detail Page Stylesheet
   Matches visual design system, dark navy hero, realistic mockups, Razorpay checkout,
   solution cards, benefits strip, testimonials, demo form, and FAQ accordion.
   ============================================================================== */

:root {
  --ec-navy-dark: #020617;
  --ec-navy-card: #091533;
  --ec-navy-border: rgba(255, 255, 255, 0.12);
  --ec-blue-primary: #2563eb;
  --ec-blue-hover: #1d4ed8;
  --ec-blue-light: #38bdf8;
  --ec-blue-soft: #eff6ff;
  --ec-blue-strip: #f0f7ff;
  --ec-text-main: #0f172a;
  --ec-text-muted: #64748b;
  --ec-text-light: #94a3b8;
  --ec-bg-light: #f8fafc;
  --ec-border-light: #e2e8f0;
  --ec-font-main: 'Inter', system-ui, -apple-system, sans-serif;
  --ec-font-heading: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  --ec-font-script: 'Caveat', cursive, sans-serif;
}

body.ec-page,
.ec-page,
main#main-content {
  width: 100%;
  max-width: 100%;
  font-family: var(--ec-font-main);
  color: var(--ec-text-main);
  background-color: #ffffff;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* All Sections Full Width 100% */
.ec-page section,
.ec-hero,
.ec-benefits-section,
.ec-build-section,
.ec-why-section,
.ec-industries-section,
.ec-razorpay-section,
.ec-testimonials-section,
.ec-demo-faq-section {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.ec-container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding-left: clamp(1rem, 3vw, 2rem);
  padding-right: clamp(1rem, 3vw, 2rem);
  box-sizing: border-box;
}

/* ==============================================================================
   1. HERO SECTION (Dark Navy with Realistic ShopKart Mockups)
   ============================================================================== */
.ec-hero {
  position: relative;
  background-color: var(--ec-navy-dark);
  background-image:
    radial-gradient(circle at 18% 45%, rgba(37, 99, 235, 0.28) 0%, transparent 55%),
    radial-gradient(circle at 82% 40%, rgba(56, 189, 248, 0.16) 0%, transparent 60%),
    linear-gradient(180deg, #020617 0%, #05102a 100%);
  color: #ffffff;
  padding: 125px 0 65px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ec-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 1.15fr;
  gap: 40px;
  align-items: center;
}

/* Left Content */
.ec-hero-content {
  position: relative;
  z-index: 2;
}

.ec-hero-eyebrow {
  display: inline-block;
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--ec-blue-light);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.ec-hero-title {
  font-family: var(--ec-font-heading);
  font-size: clamp(2.1rem, 3.4vw, 2.9rem);
  font-weight: 800;
  line-height: 1.18;
  color: #ffffff;
  letter-spacing: -0.025em;
  margin: 0 0 16px 0;
}

.ec-text-blue {
  color: #3b82f6;
}

.ec-hero-desc {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #cbd5e1;
  margin: 0 0 24px 0;
  max-width: 490px;
}

.ec-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-bottom: 34px;
}

.ec-btn-primary {
  background: var(--ec-blue-primary);
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 700;
  padding: 11px 26px;
  border-radius: 9999px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.25s ease;
  box-shadow: 0 4px 18px rgba(37, 99, 235, 0.45);
}

.ec-btn-primary:hover {
  background: var(--ec-blue-hover);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.6);
  color: #ffffff;
}

.ec-btn-secondary {
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 600;
  padding: 10px 22px;
  border-radius: 9999px;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.22);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.25s ease;
  backdrop-filter: blur(8px);
}

.ec-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.4);
  color: #ffffff;
  transform: translateY(-2px);
}

/* 4 Capability Indicators */
.ec-hero-indicators {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.ec-indicator-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.ec-indicator-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ec-blue-light);
}

.ec-indicator-icon svg {
  width: 24px;
  height: 24px;
  stroke: var(--ec-blue-light);
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ec-indicator-text {
  font-size: 0.72rem;
  font-weight: 600;
  color: #cbd5e1;
  line-height: 1.35;
  margin: 0;
}

.ec-indicator-sub {
  color: #94a3b8;
  font-weight: 400;
  display: block;
}

/* Right Column: Realistic Mockup Composition */
.ec-hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Handwritten Script Overlay (Upper Right) */
.ec-hero-script-wrap {
  position: absolute;
  top: -24px;
  right: -8px;
  z-index: 10;
  text-align: right;
  pointer-events: none;
}

.ec-hero-script-text {
  font-family: var(--ec-font-script);
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.1;
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
  display: block;
  transform: rotate(-5deg);
}

.ec-hero-script-underline {
  margin-top: 2px;
  transform: rotate(-5deg);
}

/* Realistic MacBook Wrap */
.ec-mockups-container {
  position: relative;
  width: 100%;
  max-width: 580px;
}

.ec-macbook-wrap {
  position: relative;
  width: 100%;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.75));
}

.ec-laptop-lid {
  background: #111827;
  border-radius: 14px 14px 2px 2px;
  padding: 9px 9px 0 9px;
  border: 1.5px solid #374151;
  position: relative;
}

.ec-lid-top-bezel {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 5px;
}

.ec-camera-dot {
  width: 4px;
  height: 4px;
  background: #4b5563;
  border-radius: 50%;
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.2);
}

/* Screen content */
.ec-store-screen {
  background: #ffffff;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: #0f172a;
}

/* Store Topbar */
.ec-screen-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 14px;
  background: #ffffff;
  border-bottom: 1px solid #f1f5f9;
}

.ec-store-logo {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 800;
  font-size: 0.82rem;
  color: #0f172a;
  letter-spacing: -0.02em;
}

.ec-store-search {
  display: flex;
  align-items: center;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 4px 10px;
  width: 220px;
  font-size: 0.68rem;
  color: #94a3b8;
  gap: 6px;
}

.ec-store-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.7rem;
  color: #475569;
}

.ec-cart-badge-wrap {
  position: relative;
  display: inline-flex;
}

.ec-cart-badge {
  position: absolute;
  top: -4px;
  right: -8px;
  background: #2563eb;
  color: #ffffff;
  font-size: 0.52rem;
  font-weight: 700;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Category Navigation */
.ec-screen-cats {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 4px 14px;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
  font-size: 0.62rem;
  font-weight: 600;
  color: #475569;
  white-space: nowrap;
}

.ec-screen-cats span:hover {
  color: #2563eb;
}

/* Store Hero Banner */
.ec-store-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(135deg, #022c22 0%, #064e3b 50%, #0f766e 100%);
  color: #ffffff;
  padding: 16px 20px;
  position: relative;
  overflow: hidden;
}

.ec-banner-info h4 {
  font-size: 0.64rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6ee7b7;
  margin: 0 0 3px 0;
}

.ec-banner-info h3 {
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 10px 0;
  color: #ffffff;
}

.ec-banner-btn {
  background: #2563eb;
  color: #ffffff;
  font-size: 0.62rem;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 9999px;
  display: inline-block;
  text-decoration: none;
}

.ec-banner-phones {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  height: 75px;
}

.ec-mini-phone {
  width: 34px;
  height: 65px;
  background: #0f172a;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 6px 12px rgba(0,0,0,0.4);
  position: relative;
  overflow: hidden;
}

.ec-mini-phone.center {
  height: 72px;
  border-color: #38bdf8;
  box-shadow: 0 8px 16px rgba(56, 189, 248, 0.35);
}

/* Store Trust Badges */
.ec-store-trust {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 6px 12px;
  background: #ffffff;
  border-bottom: 1px solid #f1f5f9;
  font-size: 0.6rem;
  font-weight: 600;
  color: #334155;
}

.ec-trust-item {
  display: flex;
  align-items: center;
  gap: 5px;
}

/* Shop By Category Row */
.ec-store-categories {
  padding: 10px 14px 14px;
  background: #ffffff;
}

.ec-sec-header {
  font-size: 0.68rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 8px;
}

.ec-cat-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}

.ec-cat-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 6px 4px;
  text-align: center;
}

.ec-cat-card img,
.ec-cat-icon {
  width: 24px;
  height: 24px;
  margin: 0 auto 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
}

.ec-cat-card span {
  display: block;
  font-size: 0.54rem;
  font-weight: 600;
  color: #334155;
}

/* Laptop Keyboard Base */
.ec-laptop-base {
  height: 11px;
  background: linear-gradient(180deg, #d1d5db 0%, #9ca3af 100%);
  border-radius: 0 0 10px 10px;
  position: relative;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}

.ec-base-notch {
  width: 70px;
  height: 4px;
  background: #6b7280;
  border-radius: 0 0 4px 4px;
  margin: 0 auto;
}

/* Foreground Overlapping Smartphone */
.ec-phone-wrap {
  position: absolute;
  right: -18px;
  bottom: -15px;
  width: 175px;
  background: #090d16;
  border-radius: 24px;
  padding: 7px;
  border: 2px solid #374151;
  box-shadow: -10px 15px 35px rgba(0, 0, 0, 0.7);
  z-index: 5;
}

.ec-phone-screen {
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: #0f172a;
}

.ec-phone-topbar {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 0 2px;
  background: #ffffff;
}

.ec-phone-notch {
  width: 50px;
  height: 10px;
  background: #090d16;
  border-radius: 6px;
}

.ec-phone-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 10px;
  font-size: 0.72rem;
  font-weight: 800;
}

.ec-phone-search {
  margin: 2px 8px 6px;
  background: #f1f5f9;
  border-radius: 6px;
  padding: 3px 8px;
  font-size: 0.55rem;
  color: #94a3b8;
}

.ec-phone-deal {
  margin: 0 8px 6px;
  background: linear-gradient(135deg, #064e3b 0%, #0f766e 100%);
  color: #ffffff;
  border-radius: 8px;
  padding: 8px;
}

.ec-phone-deal h5 {
  font-size: 0.65rem;
  font-weight: 800;
  margin: 0;
}

.ec-phone-deal p {
  font-size: 0.5rem;
  color: #6ee7b7;
  margin: 1px 0 5px 0;
}

.ec-phone-deal span {
  background: #2563eb;
  color: #ffffff;
  font-size: 0.48rem;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 4px;
  display: inline-block;
}

.ec-phone-featured {
  padding: 0 8px 6px;
}

.ec-phone-feat-title {
  font-size: 0.58rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.ec-phone-products-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}

.ec-phone-prod-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 5px;
  padding: 4px;
  text-align: center;
}

.ec-phone-prod-img {
  width: 100%;
  height: 38px;
  background: #e0f2fe;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  margin-bottom: 3px;
}

.ec-phone-prod-title {
  font-size: 0.48rem;
  font-weight: 600;
  color: #1e293b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ec-phone-prod-price {
  font-size: 0.5rem;
  font-weight: 700;
  color: #2563eb;
  margin: 1px 0 2px 0;
}

.ec-phone-prod-btn {
  background: #2563eb;
  color: #ffffff;
  font-size: 0.42rem;
  font-weight: 700;
  padding: 2px 4px;
  border-radius: 3px;
  display: block;
}

.ec-phone-bottom-nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 5px 0;
  border-top: 1px solid #e2e8f0;
  background: #ffffff;
  font-size: 0.45rem;
  color: #64748b;
}

.ec-phone-bottom-nav .active {
  color: #2563eb;
  font-weight: 700;
}

/* ==============================================================================
   2. BENEFITS STRIP (Light Blue 5-Column Bar)
   ============================================================================== */
.ec-benefits-section {
  background: #f0f7ff;
  border-bottom: 1px solid #e0f0fe;
  padding: 24px 0;
}

.ec-benefits-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  align-items: center;
}

.ec-benefit-col {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ec-benefit-icon-wrap {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 4px 10px rgba(37, 99, 235, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid #bfdbfe;
}

.ec-benefit-icon-wrap svg {
  width: 22px;
  height: 22px;
  stroke: var(--ec-blue-primary);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ec-benefit-text {
  font-size: 0.84rem;
  line-height: 1.35;
  color: #1e293b;
  margin: 0;
  font-weight: 700;
}

.ec-benefit-sub {
  display: block;
  font-weight: 500;
  color: #64748b;
  font-size: 0.8rem;
}

/* ==============================================================================
   3. BUILD • SELL • GROW SECTION (Left Content + 3 Solution Cards)
   ============================================================================== */
.ec-build-section {
  padding: 75px 0;
  background: #ffffff;
}

.ec-build-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.35fr;
  gap: 45px;
  align-items: flex-start;
}

/* Left Content */
.ec-build-eyebrow {
  display: inline-block;
  font-size: 0.76rem;
  font-weight: 800;
  color: var(--ec-blue-primary);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.ec-build-heading {
  font-family: var(--ec-font-heading);
  font-size: clamp(1.85rem, 2.7vw, 2.35rem);
  font-weight: 800;
  color: #0f172a;
  line-height: 1.2;
  margin: 0 0 16px 0;
  letter-spacing: -0.02em;
}

.ec-build-desc {
  font-size: 0.92rem;
  line-height: 1.6;
  color: #475569;
  margin: 0 0 24px 0;
}

.ec-checklist {
  list-style: none;
  padding: 0;
  margin: 0 0 28px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ec-check-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #1e293b;
}

.ec-check-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #2563eb;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ec-check-icon svg {
  width: 12px;
  height: 12px;
  stroke: #ffffff;
  stroke-width: 3;
  fill: none;
}

/* Right Side: 3 Product Solution Cards */
.ec-solutions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.ec-sol-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ec-sol-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 36px rgba(37, 99, 235, 0.12);
  border-color: #cbd5e1;
}

.ec-sol-preview-wrap {
  background: #f0f7ff;
  padding: 16px 12px 28px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #e0f0fe;
  min-height: 140px;
}

.ec-sol-mockup-img {
  width: 100%;
  max-width: 190px;
  height: auto;
  display: block;
  filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.15));
}

.ec-sol-badge-wrap {
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 2;
}

.ec-badge-circle {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #2563eb;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(37, 99, 235, 0.35);
}

.ec-badge-circle.android {
  background: #22c55e;
  box-shadow: 0 4px 10px rgba(34, 197, 94, 0.35);
}

.ec-badge-circle.apple {
  background: #0f172a;
  box-shadow: 0 4px 10px rgba(15, 23, 42, 0.35);
}

.ec-badge-circle svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.ec-sol-body {
  padding: 24px 16px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.ec-sol-title {
  font-family: var(--ec-font-heading);
  font-size: 1.05rem;
  font-weight: 800;
  color: #0f172a;
  text-align: center;
  margin: 0 0 14px 0;
}

.ec-sol-title span {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  color: #64748b;
}

.ec-sol-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ec-sol-features li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.78rem;
  line-height: 1.4;
  color: #334155;
  font-weight: 500;
}

.ec-sol-features svg {
  width: 14px;
  height: 14px;
  color: #2563eb;
  stroke: #2563eb;
  stroke-width: 2.8;
  fill: none;
  flex-shrink: 0;
  margin-top: 2px;
}

/* ==============================================================================
   4. WHY CHOOSE OUR ECOMMERCE SOLUTION (Dark Navy Banner)
   ============================================================================== */
.ec-why-section {
  background-color: var(--ec-navy-dark);
  background-image:
    radial-gradient(circle at 50% 50%, rgba(37, 99, 235, 0.18) 0%, transparent 65%),
    linear-gradient(180deg, #020617 0%, #06112c 100%);
  color: #ffffff;
  padding: 44px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ec-why-heading {
  font-family: var(--ec-font-heading);
  font-size: clamp(1.45rem, 2.2vw, 1.85rem);
  font-weight: 800;
  text-align: center;
  color: #ffffff;
  margin: 0 0 32px 0;
}

.ec-why-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.ec-why-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ec-why-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #2563eb;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.4);
}

.ec-why-icon svg {
  width: 22px;
  height: 22px;
  stroke: #ffffff;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ec-why-text {
  font-size: 0.82rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
  margin: 0;
}

.ec-why-sub {
  display: block;
  font-weight: 400;
  color: #94a3b8;
  font-size: 0.74rem;
}

/* ==============================================================================
   5. PERFECT FOR EVERY BUSINESS (9 Industries Row)
   ============================================================================== */
.ec-industries-section {
  padding: 60px 0;
  background: #ffffff;
  text-align: center;
}

.ec-ind-heading {
  font-family: var(--ec-font-heading);
  font-size: clamp(1.65rem, 2.4vw, 2.15rem);
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 6px 0;
}

.ec-ind-subtitle {
  font-size: 0.9rem;
  color: #64748b;
  margin: 0 0 34px 0;
}

.ec-ind-grid {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 12px;
}

.ec-ind-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 16px 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  transition: all 0.25s ease;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.03);
}

.ec-ind-card:hover {
  transform: translateY(-4px);
  border-color: #93c5fd;
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.1);
}

.ec-ind-icon {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2563eb;
}

.ec-ind-icon svg {
  width: 26px;
  height: 26px;
  stroke: #2563eb;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ec-ind-name {
  font-size: 0.72rem;
  font-weight: 700;
  color: #1e293b;
  line-height: 1.25;
  margin: 0;
}

/* ==============================================================================
   6. RAZORPAY PAYMENT SECTION (3-Column Layout)
   ============================================================================== */
.ec-razorpay-section {
  padding: 70px 0;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}

.ec-rzp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 0.85fr;
  gap: 40px;
  align-items: center;
}

/* Left Column: Razorpay Info */
.ec-rzp-left {
  position: relative;
}

.ec-rzp-logo-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.ec-rzp-logo-text {
  font-family: var(--ec-font-heading);
  font-size: 1.85rem;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: #0b1a42;
  display: flex;
  align-items: center;
  gap: 4px;
}

.ec-rzp-logo-text span {
  color: #0284c7;
}

.ec-rzp-heading {
  font-family: var(--ec-font-heading);
  font-size: clamp(1.5rem, 2.2vw, 1.95rem);
  font-weight: 800;
  color: #0f172a;
  line-height: 1.25;
  margin: 0 0 12px 0;
}

.ec-rzp-desc {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #475569;
  margin: 0 0 20px 0;
}

/* Center Column: Realistic Payment UI Card */
.ec-rzp-center {
  display: flex;
  justify-content: center;
}

.ec-rzp-checkout-card {
  width: 100%;
  max-width: 340px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.ec-rzp-card-header {
  padding: 14px 16px;
  border-bottom: 1px solid #f1f5f9;
  font-size: 0.84rem;
  font-weight: 700;
  color: #0f172a;
}

.ec-rzp-methods-list {
  display: flex;
  flex-direction: column;
}

.ec-rzp-method-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 16px;
  border-bottom: 1px solid #f1f5f9;
  transition: background 0.15s ease;
  cursor: pointer;
}

.ec-rzp-method-item:hover {
  background: #f8fafc;
}

.ec-rzp-method-icon {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2563eb;
  flex-shrink: 0;
}

.ec-rzp-method-icon svg {
  width: 18px;
  height: 18px;
  stroke: #2563eb;
  fill: none;
  stroke-width: 2;
}

.ec-rzp-method-info {
  flex: 1;
}

.ec-rzp-method-name {
  font-size: 0.82rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
}

.ec-rzp-method-sub {
  font-size: 0.7rem;
  color: #64748b;
  margin: 0;
}

.ec-rzp-card-footer {
  padding: 14px 16px;
  background: #ffffff;
}

.ec-rzp-pay-btn {
  width: 100%;
  background: #0284c7;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 10px;
  font-size: 0.92rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  box-shadow: 0 4px 12px rgba(2, 132, 199, 0.35);
}

.ec-rzp-pay-btn:hover {
  background: #0369a1;
}

/* Right Column: Decorative script & growth bullets */
.ec-rzp-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 10px;
}

.ec-growth-script-wrap {
  position: relative;
  margin-bottom: 24px;
}

.ec-growth-script-text {
  font-family: var(--ec-font-script);
  font-size: 2.1rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.1;
  display: block;
  transform: rotate(-6deg);
}

.ec-growth-arrow-svg {
  position: absolute;
  right: -55px;
  top: 15px;
}

.ec-growth-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ec-growth-bullets li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.95rem;
  font-weight: 700;
  color: #0f172a;
}

/* ==============================================================================
   7. TESTIMONIALS SECTION (Carousel + 3 Cards)
   ============================================================================== */
.ec-testimonials-section {
  padding: 70px 0;
  background: #ffffff;
}

.ec-testi-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 34px;
}

.ec-testi-eyebrow {
  font-size: 0.76rem;
  font-weight: 800;
  color: var(--ec-blue-primary);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 6px;
  display: inline-block;
}

.ec-testi-heading {
  font-family: var(--ec-font-heading);
  font-size: clamp(1.75rem, 2.6vw, 2.25rem);
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 6px 0;
  letter-spacing: -0.02em;
}

.ec-testi-subtitle {
  font-size: 0.9rem;
  color: #64748b;
  margin: 0;
}

.ec-testi-controls {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ec-carousel-btn {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  border: 1px solid #cbd5e1;
  background: #ffffff;
  color: #334155;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
}

.ec-carousel-btn:hover {
  background: #f8fafc;
  border-color: #2563eb;
  color: #2563eb;
}

.ec-testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.ec-testi-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
  transition: transform 0.25s, box-shadow 0.25s;
}

.ec-testi-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.08);
  border-color: #cbd5e1;
}

.ec-testi-quote-icon {
  font-family: Georgia, serif;
  font-size: 2.5rem;
  line-height: 1;
  color: #3b82f6;
  margin-bottom: 8px;
}

.ec-testi-text {
  font-size: 0.88rem;
  line-height: 1.55;
  color: #334155;
  margin: 0 0 20px 0;
  flex: 1;
}

.ec-testi-client {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ec-client-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #e2e8f0;
}

.ec-client-name {
  font-size: 0.88rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 2px 0;
}

.ec-client-role {
  font-size: 0.74rem;
  color: #64748b;
  margin: 0;
}

/* ==============================================================================
   8. DEMO FORM + FAQ SECTION (Dark Demo Form Left, FAQ Accordion Right)
   ============================================================================== */
.ec-demo-faq-section {
  padding: 65px 0 80px;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
}

.ec-demo-faq-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 40px;
  align-items: flex-start;
}

/* Left: Dark Navy Demo Form Card */
.ec-demo-card {
  background-color: var(--ec-navy-dark);
  background-image:
    radial-gradient(circle at 80% 20%, rgba(37, 99, 235, 0.25) 0%, transparent 60%),
    linear-gradient(180deg, #020617 0%, #06112c 100%);
  color: #ffffff;
  border-radius: 18px;
  padding: 32px 28px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.ec-demo-heading {
  font-family: var(--ec-font-heading);
  font-size: 1.6rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 6px 0;
  letter-spacing: -0.02em;
}

.ec-demo-desc {
  font-size: 0.84rem;
  line-height: 1.5;
  color: #cbd5e1;
  margin: 0 0 18px 0;
}

.ec-demo-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ec-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.ec-form-input,
.ec-form-select,
.ec-form-textarea {
  width: 100%;
  background: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: 7px;
  padding: 8px 12px;
  font-size: 0.82rem;
  color: #0f172a;
  font-family: inherit;
  box-sizing: border-box;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.ec-form-input,
.ec-form-select {
  height: 38px;
}

.ec-form-input:focus,
.ec-form-select:focus,
.ec-form-textarea:focus {
  border-color: var(--ec-blue-primary);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.25);
}

.ec-form-textarea {
  resize: vertical;
  min-height: 55px;
}

.ec-form-btn-submit {
  background: var(--ec-blue-primary);
  color: #ffffff;
  border: none;
  border-radius: 9999px;
  padding: 9px 24px;
  font-size: 0.86rem;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: all 0.25s ease;
  width: fit-content;
  box-shadow: 0 4px 16px rgba(37, 99, 235, 0.4);
}

.ec-form-btn-submit:hover {
  background: var(--ec-blue-hover);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.55);
}

.ec-form-status {
  display: none;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 0.78rem;
  font-weight: 600;
  margin-top: 4px;
}

.ec-form-status.success {
  background: rgba(34, 197, 94, 0.15);
  color: #4ade80;
  border: 1px solid rgba(34, 197, 94, 0.3);
}

.ec-form-status.error {
  background: rgba(239, 68, 68, 0.15);
  color: #f87171;
  border: 1px solid rgba(239, 68, 68, 0.3);
}

.ec-privacy-text {
  font-size: 0.7rem;
  color: #94a3b8;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
}

/* Right: FAQ Accordion */
.ec-faq-wrap {
  display: flex;
  flex-direction: column;
}

.ec-faq-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.ec-faq-heading {
  font-family: var(--ec-font-heading);
  font-size: 1.45rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0;
  letter-spacing: -0.02em;
}

.ec-faq-link {
  font-size: 0.84rem;
  font-weight: 700;
  color: #2563eb;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.ec-faq-link:hover {
  text-decoration: underline;
}

.ec-accordion {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
}

.ec-accordion-item {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  overflow: hidden;
  transition: border-color 0.2s;
}

.ec-accordion-item.active {
  border-color: #93c5fd;
}

.ec-accordion-btn {
  width: 100%;
  background: #ffffff;
  border: none;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: inherit;
  font-size: 0.88rem;
  font-weight: 700;
  color: #0f172a;
  cursor: pointer;
  text-align: left;
  gap: 12px;
}

.ec-accordion-btn svg {
  width: 16px;
  height: 16px;
  stroke: #64748b;
  stroke-width: 2.2;
  fill: none;
  transition: transform 0.25s ease;
  flex-shrink: 0;
}

.ec-accordion-item.active .ec-accordion-btn svg {
  transform: rotate(180deg);
  stroke: #2563eb;
}

.ec-accordion-content {
  display: none;
  padding: 0 18px 14px;
  font-size: 0.84rem;
  line-height: 1.55;
  color: #475569;
}

.ec-accordion-item.active .ec-accordion-content {
  display: block;
}

/* Bottom CTA Card: Need a Custom Solution? */
.ec-custom-cta-card {
  background: #f0f7ff;
  border: 1px solid #bfdbfe;
  border-radius: 12px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.ec-custom-cta-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ec-custom-cta-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #ffffff;
  color: #2563eb;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(37, 99, 235, 0.15);
  flex-shrink: 0;
}

.ec-custom-cta-icon svg {
  width: 20px;
  height: 20px;
  stroke: #2563eb;
  fill: none;
  stroke-width: 2;
}

.ec-custom-cta-title {
  font-size: 0.88rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
}

.ec-custom-cta-sub {
  font-size: 0.76rem;
  color: #64748b;
  margin: 0;
}

.ec-btn-custom-talk {
  background: #2563eb;
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 8px 18px;
  border-radius: 9999px;
  text-decoration: none;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.35);
}

.ec-btn-custom-talk:hover {
  background: #1d4ed8;
  transform: translateY(-1px);
}

/* ==============================================================================
   RESPONSIVE STYLES (1200px, 991px, 768px, 576px, 375px)
   ============================================================================== */
@media (max-width: 1100px) {
  .ec-ind-grid {
    grid-template-columns: repeat(5, 1fr);
  }

  .ec-rzp-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ec-rzp-right {
    grid-column: span 2;
    align-items: center;
    text-align: center;
    padding-left: 0;
    margin-top: 10px;
  }

  .ec-growth-bullets {
    flex-direction: row;
    gap: 24px;
  }
}

@media (max-width: 991px) {
  .ec-hero {
    padding: 105px 0 50px;
  }

  .ec-hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .ec-hero-visual {
    margin-top: 10px;
  }

  .ec-benefits-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }

  .ec-build-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .ec-why-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }

  .ec-demo-faq-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

@media (max-width: 768px) {
  .ec-hero-title {
    font-size: clamp(1.75rem, 5.5vw, 2.2rem);
  }

  .ec-screen-header .ec-store-search {
    display: none;
  }

  .ec-screen-header .ec-store-actions span:not(.ec-cart-badge) {
    display: none;
  }

  .ec-screen-cats {
    font-size: 0.54rem;
    gap: 8px;
    overflow-x: auto;
  }

  .ec-banner-phones {
    display: none;
  }

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

  .ec-cat-card:nth-child(n+4) {
    display: none;
  }

  .ec-hero-indicators {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

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

  .ec-solutions-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

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

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

  .ec-rzp-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .ec-rzp-right {
    grid-column: span 1;
    align-items: flex-start;
    text-align: left;
  }

  .ec-growth-bullets {
    flex-direction: column;
    gap: 12px;
  }

  .ec-testi-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .ec-testi-grid {
    grid-template-columns: 1fr;
  }

  .ec-hero-visual {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
  }

  .ec-mockups-container {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
  }

  .ec-phone-wrap {
    width: 115px;
    right: 4px;
    bottom: 4px;
  }

  .ec-hero-script-wrap {
    display: none;
  }

  .ec-form-row {
    grid-template-columns: 1fr;
  }

  .ec-custom-cta-card {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 480px) {
  .ec-container {
    padding: 0 16px;
  }

  .ec-hero-title {
    font-size: clamp(1.55rem, 6.8vw, 1.95rem);
  }

  .ec-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .ec-btn-primary,
  .ec-btn-secondary {
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
  }

  .ec-hero-indicators {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ec-benefits-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ec-why-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ec-ind-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .ec-phone-wrap {
    display: none; /* Clean presentation on compact smartphone screens */
  }

  .ec-hero-script-wrap {
    display: none;
  }

  .ec-store-search {
    display: none;
  }

  .ec-screen-cats {
    font-size: 0.52rem;
    gap: 8px;
    overflow-x: auto;
  }

  .ec-banner-phones {
    display: none;
  }

  .ec-banner-info h3 {
    font-size: 0.84rem;
  }

  .ec-cat-card:nth-child(n+4) {
    display: none;
  }

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

  .ec-growth-script-text {
    font-size: 1.7rem;
  }
}
