:root {
  --primary: #ff5a6b;
  --primary-dark: #e44859;
  --accent-yellow: #ffc928;
  --error: #ff4b4b;
}

/* -------------------- GLOBAL RESET -------------------- */
* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: "Inter", system-ui, sans-serif;
  background: #fff;
  color: #111827;
}

a { text-decoration: none; color: inherit; }

/* -------------------- HEADER -------------------- */
.header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 50;
  background: rgba(0,0,0,0.65);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,0.12);
  color: #fff;
}

.header-inner {
  max-width: 1200px;
  margin: auto;
  padding: 12px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo { display: flex; align-items: center; gap: 10px; }
.logo-icon {
  width: 32px; height: 32px;
  border-radius: 999px;
  border: 2px solid #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 16px; font-weight: 700;
}
.logo-text-main {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.header-cta {
  padding: 10px 18px;
  border-radius: 999px;
  background: var(--primary);
  color: #fff;
  border: none;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.15s, transform 0.08s;
}
.header-cta:hover {
  background: var(--primary-dark);
  transform: translateY(-1px);
}

/* -------------------- HERO -------------------- */
.hero {
  position: relative;
  min-height: 90vh;
  padding-top: 72px;
  display: flex;
  justify-content: center;
  color: #fff;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=1920&q=80");
  background-size: cover;
  background-position: center;
  z-index: -2;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0,0,0,0.85), rgba(0,0,0,0.5) 45%, rgba(0,0,0,0.8));
  z-index: -1;
}

.hero-inner {
  max-width: 1200px;
  margin: auto;
  padding: 40px 24px 60px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
}

.hero-copy { max-width: 540px; }

.eyebrow {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: rgba(255,255,255,0.7);
  margin-bottom: 10px;
}

.hero-title {
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.05;
}
.hero-title span { color: var(--accent-yellow); }

.hero-subtitle {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255,255,255,0.9);
  margin-bottom: 26px;
}

.bullet-row { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 26px; }

.pill {
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.3);
  font-size: 12px;
  background: rgba(0,0,0,0.35);
  backdrop-filter: blur(10px);
}

.trust-row {
  display: flex;
  gap: 18px;
  margin-bottom: 24px;
  color: rgba(255,255,255,0.9);
  flex-wrap: wrap;
}
.trust-number { font-size: 18px; font-weight: 700; }
.trust-label {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
}
.divider-dot {
  width: 4px; height: 4px;
  border-radius: 999px;
  background: rgba(255,255,255,0.7);
}

.hero-cta-main {
  padding: 12px 26px;
  border-radius: 999px;
  border: none;
  background: var(--primary);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(255,90,107,0.35);
  transition: background 0.15s, transform 0.08s;
}
.hero-cta-main:hover {
  background: var(--primary-dark);
  transform: translateY(-1px);
}

/* -------------------- DESIGN SECTION -------------------- */
/* Global font (optional – add this once in your main CSS) */
body {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* HOME DESIGN SECTION TEXT */
.design-section {
  background: #f9fafb;
  padding: 72px 16px 64px;
  text-align: center;
}

.design-title {
  font-size: clamp(26px, 3vw, 32px);
  font-weight: 700;
  color: #1f2937;        /* Dark heading color */
  margin-bottom: 16px;
}

.design-text {
  font-size: 16px;
  line-height: 1.7;
  color: #4b5563;        /* Softer grey for body text */
  max-width: 640px;
  margin: 0 auto 26px;
}

/* Button text colors (optional, for completeness) */
.design-cta {
  color: #ffffff;
  background: #ff5a6b;
  border: none;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* NUMBERS STRIP TEXT */
.numbers-section {
  background: #4f9d7b;   /* Green strip background */
  color: #ffffff;
  padding: 64px 16px 70px;
  text-align: center;
}

.numbers-heading {
  font-size: clamp(26px, 3vw, 32px);
  font-weight: 700;
  color: #ffffff;        /* White heading */
  margin-bottom: 36px;
}

.stat-number {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;        /* White big number */
  margin-bottom: 6px;
}

.stat-label {
  font-size: 13px;
  text-transform: lowercase;
  color: rgba(255,255,255,0.9);  /* Slightly muted white */
}


/* -------------------- NUMBERS STRIP -------------------- */
.numbers-section {
  background: #4f9d7b;
  color: #fff;
  text-align: center;
  padding: 64px 16px 70px;
}
.numbers-inner { max-width: 980px; margin: auto; }

.numbers-heading {
  font-size: clamp(26px, 3vw, 32px);
  font-weight: 700;
  margin-bottom: 36px;
}

.numbers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.stat-number { font-size: 32px; font-weight: 700; }
.stat-label { font-size: 13px; opacity: 0.9; }

/* -------------------- RESPONSIVE -------------------- */
@media (max-width: 900px) {
  .hero-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .numbers-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media (max-width: 480px) {
  .numbers-grid {
    grid-template-columns: 1fr;
  }
}
/* MODAL OVERLAY (GENERIC) */
.modal-overlay.active { 
  display: flex; 
}

.modal-content {
  background: #fff;
  width: 100%;
  max-width: 450px;
  border-radius: 14px;
  padding: 20px 20px 18px;
  position: relative;
  animation: fadeUp 0.35s ease;
  max-height: 90vh;
  overflow-y: auto;
}

@keyframes fadeUp {
  from { transform: translateY(20px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #f3f4f6;
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
}

/* FORM CARD ELEMENTS INSIDE MODAL / POPUP */
.step-indicator {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 2px solid var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  color: var(--primary);
  background: #fff;
}

.form-heading {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #111827;
  padding-right: 44px;
}

.form-subheading {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 18px;
}

.form-progress {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.progress-bar {
  flex: 1;
  height: 4px;
  border-radius: 999px;
  background: #e5e7eb;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  width: 50%;
  background: var(--primary);
  transition: width 0.25s ease;
}

.progress-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #9ca3af;
  font-weight: 600;
}

form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 10px;
}

.form-step { 
  display: none; 
}

.form-step.active {
  display: block;
  animation: fadeIn 0.25s ease-out;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(4px); }
  to { opacity: 1; transform: translateY(0); }
}

.field-group { 
  margin-bottom: 8px; 
}

label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #374151;
  margin-bottom: 4px;
}

label span.required { 
  color: var(--primary); 
  margin-left: 2px; 
}

input, select, textarea {
  width: 100%;
  padding: 9px 11px;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  font-size: 14px;
  outline: none;
  transition: border 0.15s ease, box-shadow 0.15s ease;
  font-family: inherit;
}

input:focus, select:focus, textarea:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 1px rgba(255,90,107,0.25);
}

.inline-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.budget-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.budget-pill {
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid #d1d5db;
  font-size: 12px;
  cursor: pointer;
  background: #f9fafb;
  transition: background 0.1s ease, border 0.1s ease, color 0.1s ease;
}

.budget-pill.active {
  background: rgba(255,90,107,0.07);
  border-color: var(--primary);
  color: #b91c1c;
}

.btn-row {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 6px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: none;
  font-size: 14px;
  font-weight: 600;
  padding: 9px 18px;
  cursor: pointer;
  transition: background 0.15s ease, transform 0.08s ease;
  white-space: nowrap;
}

.btn-primary {
  background: var(--primary);
  color: #fff;
  box-shadow: 0 10px 22px rgba(255,90,107,0.35);
}

.btn-primary:hover { 
  background: var(--primary-dark); 
  transform: translateY(-1px); 
}

.btn-secondary {
  background: #f3f4f6;
  color: #111827;
}

.btn-secondary:hover { 
  background: #e5e7eb; 
}

.legal-text {
  font-size: 11px;
  color: #9ca3af;
  text-align: center;
  line-height: 1.5;
}

.legal-text a { 
  color: #6b21a8; 
  text-decoration: underline; 
}

.error-text {
  margin-top: 3px;
  font-size: 11px;
  color: var(--error);
  display: none;
}

.error-text.visible { 
  display: block; 
}

.success-banner {
  display: none;
  margin-bottom: 8px;
  padding: 8px 10px;
  border-radius: 8px;
  background: #ecfdf3;
  border: 1px solid #bbf7d0;
  font-size: 12px;
  color: #166534;
}

.success-banner.visible { 
  display: block; 
}

/* RESPONSIVE OVERRIDES FOR HERO + STYLES + FORM */
@media (max-width: 900px) {
  .hero-inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }
  .hero-image-placeholder { 
    margin: 0 auto; 
  }
  .styles-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .numbers-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 24px;
  }
}

@media (max-width: 640px) {
  .header-inner { 
    padding-inline: 16px; 
  }
  .hero-inner { 
    padding-inline: 16px; 
    padding-bottom: 46px; 
  }
  .styles-section { 
    padding-inline: 16px; 
  }
  .styles-header { 
    flex-direction: column; 
    align-items: flex-start; 
  }
  .styles-grid {
    grid-template-columns: minmax(0,1fr);
  }
  .inline-row {
    grid-template-columns: minmax(0,1fr);
  }
}

/* TESTIMONIAL VIDEO SECTION */
.testimonial-section {
  background: #f4f5f7;
  padding: 60px 16px 70px;
}

.testimonial-inner {
  max-width: 1100px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 32px;
  padding: 28px 32px;
  align-items: center;
}

.testimonial-video {
  position: relative;
  display: block;
  border-radius: 16px;
  overflow: hidden;
}

.testimonial-video img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

.video-play-btn {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-play-btn span {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #111827;
}

.testimonial-quote {
  text-align: left;
  color: #374151;
}

.quote-text {
  font-size: 17px;
  line-height: 1.8;
  font-style: italic;
  margin-bottom: 16px;
}

.quote-name {
  font-size: 14px;
  font-weight: 600;
  color: #4b5563;
}

/* Responsive testimonial */
@media (max-width: 900px) {
  .testimonial-inner {
    grid-template-columns: minmax(0, 1fr);
    padding: 22px 20px 26px;
  }
  .testimonial-video img {
    height: 230px;
  }
  .testimonial-quote {
    text-align: center;
  }
}

/* ---------------------------------------------
   INTERIOR PRICE ESTIMATOR SECTION
---------------------------------------------- */

.estimator-section {
  padding: 72px 16px 80px;
  background: #ffffff;
}

.estimator-inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.estimator-title {
  font-size: clamp(28px, 3vw, 34px);
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 8px;
}

.estimator-subtitle {
  font-size: 15px;
  color: #4b5563;
  margin-bottom: 30px;
}

/* GRID */
.estimator-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

/* CARDS */
.estimator-card {
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  text-align: left;
  border: 1px solid #f3f4f6;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.estimator-card-top {
  padding: 18px 22px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.estimator-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: #ffe4e4;
  font-size: 26px;
}

.estimator-card-body {
  padding: 18px 22px 22px;
}

.estimator-card-body h3 {
  font-size: 16px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 6px;
}

.estimator-card-body p {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 14px;
}

/* BUTTON */
.estimator-btn {
  width: 100%;
  padding: 11px 18px;
  border: none;
  border-radius: 999px;
  background: var(--primary);
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.15s ease, transform 0.08s ease, box-shadow 0.1s ease;
  box-shadow: 0 10px 24px rgba(255, 90, 107, 0.35);
}

.estimator-btn:hover {
  background: var(--primary-dark);
  transform: translateY(-1px);
}

/* Responsive estimator */
@media (max-width: 900px) {
  .estimator-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .estimator-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* WHAT WE OFFER SECTION */
.offer-section {
  background: #f4f5f7;
  padding: 72px 16px 80px;
}

.offer-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.offer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
}

.offer-title {
  font-size: clamp(28px, 3vw, 34px);
  font-weight: 700;
  color: #1f2937;
}

.offer-quote-btn {
  padding: 11px 28px;
  border-radius: 999px;
  border: none;
  background: var(--primary);
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(255, 90, 107, 0.35);
  white-space: nowrap;
  transition: background 0.15s ease, transform 0.08s ease;
}

.offer-quote-btn:hover {
  background: var(--primary-dark);
  transform: translateY(-1px);
}

/* cards */
.offer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.offer-card {
  position: relative;
  background: #ffffff;
  border-radius: 18px;
  padding: 22px 26px 24px;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
  border: 1px solid #f3f4f6;
}

.offer-card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.offer-card-header h3 {
  font-size: 16px;
  font-weight: 600;
  color: #111827;
}

.offer-icon {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #ffe4e4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

/* list */
.offer-list {
  padding-left: 18px;
  margin: 0;
}

.offer-list li {
  font-size: 14px;
  color: #4b5563;
  line-height: 1.7;
  margin-bottom: 6px;
}

/* right arrow on last card */
.offer-card-last {
  padding-right: 60px;
}

.offer-arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: none;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.15);
  font-size: 22px;
  cursor: default; /* purely decorative */
}

/* responsive offers */
@media (max-width: 900px) {
  .offer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .offer-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .offer-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .offer-card-last {
    padding-right: 26px;
  }
  .offer-arrow {
    display: none;
  }
}

/* OUR TRUSTED PARTNERS */
.partners-section {
  padding: 72px 16px 40px;
  background: #ffffff;
}

.partners-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.partners-title {
  font-size: clamp(28px, 3vw, 34px);
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 6px;
}

.partners-subtitle {
  font-size: 15px;
  color: #4b5563;
  margin-bottom: 26px;
}

.partners-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.partner-card {
  flex: 0 0 auto;
  min-width: 140px;
  padding: 18px 24px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid #f3f4f6;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  color: #4b5563;
}

.partner-card img {
  max-width: 120px;
  max-height: 48px;
  object-fit: contain;
  display: block;
}

/* DOWNLOAD GUIDE BANNER */
.guide-section {
  padding: 32px 16px 80px;
  background: #ffffff;
}

.guide-inner {
  max-width: 1100px;
  margin: 0 auto;
  background: #fde7ac;
  border-radius: 18px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 0;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
}

.guide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.guide-content {
  padding: 32px 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
}

.guide-content h3 {
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 700;
  color: #1f2937;
}

.guide-content p {
  font-size: 14px;
  color: #4b5563;
  line-height: 1.7;
}

.guide-btn {
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 26px;
  border-radius: 999px;
  background: var(--primary);
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border: none;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(255, 90, 107, 0.35);
  text-decoration: none;
}

.guide-btn:hover {
  background: var(--primary-dark);
  transform: translateY(-1px);
}

/* responsive guide */
@media (max-width: 900px) {
  .guide-inner {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 640px) {
  .partners-logos {
    gap: 12px;
  }
  .partner-card {
    min-width: 45%;
  }
}

/* TEST SECTION */
.tests-section {
  padding: 70px 16px;
  background: #ffffff;
}

.tests-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.tests-title {
  font-size: clamp(28px, 3vw, 34px);
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 6px;
}

.tests-subtitle {
  font-size: 15px;
  color: #4b5563;
  margin-bottom: 26px;
}

/* Tabs */
.test-tabs {
  display: flex;
  gap: 30px;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 30px;
}

.test-tab {
  padding: 14px 0;
  position: relative;
  font-size: 15px;
  cursor: pointer;
  color: #374151;
  background: none;
  border: none;
}

.test-tab.active {
  color: var(--primary);
  font-weight: 600;
}

.test-tab.active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--primary);
}

/* Content */
.test-content {
  margin-top: 20px;
}

.test-item {
  display: none;
  grid-template-columns: 1.3fr 1fr;
  gap: 40px;
  align-items: center;
}

.test-item.active {
  display: grid;
}

.test-media img,
.test-media video {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 8px 18px rgba(0,0,0,0.1);
}

.test-text h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #1f2937;
}

.test-text p {
  font-size: 15px;
  color: #4b5563;
}

/* HOW IT WORKS */
.how-section {
  padding: 70px 16px 60px;
  background: #ffffff;
  text-align: center;
}

.how-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.how-title {
  font-size: clamp(28px, 3vw, 34px);
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 32px;
}

.how-timeline {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

.how-step {
  position: relative;
  flex: 1 1 140px;
  min-width: 130px;
}

.how-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 10px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #f3f4f6;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  position: relative;
  z-index: 2;
}

/* dotted connector line between steps */
.how-step::after {
  content: "";
  position: absolute;
  top: 40px; /* vertical center of icon */
  left: 50%;
  right: -50%;
  border-top: 2px dashed #d1d5db;
  z-index: 1;
}

.how-step:last-child::after {
  content: none;
}

.how-caption {
  font-size: 14px;
  color: #374151;
  line-height: 1.4;
}

/* CTA button */
.how-cta {
  margin-top: 10px;
  padding: 12px 32px;
  border-radius: 999px;
  border: none;
  background: var(--primary);
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(255, 90, 107, 0.35);
  transition: background 0.15s ease, transform 0.08s ease;
}

.how-cta:hover {
  background: var(--primary-dark);
  transform: translateY(-1px);
}

/* CONNECT WITH US */
.connect-section {
  padding: 60px 16px 80px;
  background: #f4f5f7;
  text-align: center;
}

.connect-inner {
  max-width: 700px;
  margin: 0 auto;
}

.connect-title {
  font-size: clamp(26px, 3vw, 32px);
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 8px;
}

.connect-subtitle {
  font-size: 14px;
  color: #4b5563;
  margin-bottom: 26px;
}

.connect-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}

.connect-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 26px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none;
  cursor: pointer;
}

.connect-icon {
  font-size: 18px;
}

/* Call */
.connect-call {
  background: #234361;
  color: #ffffff;
}

/* WhatsApp */
.connect-whatsapp {
  background: #1f7a4d;
  color: #ffffff;
}

.connect-call:hover,
.connect-whatsapp:hover {
  filter: brightness(1.05);
}

/* Responsive timeline */
@media (max-width: 900px) {
  .how-timeline {
    gap: 28px;
  }
  .how-step::after {
    right: -20%;
  }
}

@media (max-width: 640px) {
  .how-timeline {
    flex-direction: column;
    align-items: center;
  }

  .how-step {
    flex: none;
  }

  .how-step::after {
    display: none;
  }
}

/* Responsive test content */
@media (max-width: 900px) {
  .test-item {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

/* Remove all unwanted white space globally, but keep main font from body */
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}

/* =========================================
   NEWS SECTION
========================================= */
.news-section {
  width: 100%;
  padding: 60px 20px;
  background: #fff;
}

.news-inner {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.news-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

@media (max-width: 900px) {
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .news-grid {
    grid-template-columns: 1fr;
  }
}

.news-card {
  padding: 20px;
  border-radius: 12px;
  background: #fafafa;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.news-card:hover {
  transform: translateY(-6px);
}

.news-card img {
  height: 55px;
  object-fit: contain;
  margin-bottom: 15px;
}

.news-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* =========================================
   CTA SECTION
========================================= */
.cta-section {
  width: 100%;
  background: linear-gradient(90deg, #4b0082, #7c3aed);
  padding: 80px 20px;
  text-align: center;
  color: #fff;
}

.cta-inner {
  max-width: 900px;
  margin: auto;
}

.cta-title {
  font-size: 36px;
  font-weight: 700;
}

.cta-title span {
  color: #ffd54f;
}

.cta-subtitle {
  font-size: 16px;
  margin: 15px 0 30px;
  opacity: 0.9;
}

.cta-btn {
  padding: 14px 32px;
  border: none;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 600;
  background: #ff6464;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}

.cta-btn:hover {
  background: #ff7f7f;
}

/* FOOTER BASE */
.ls-footer {
  width: 100%;
  background: #3b2f3b;    /* Similar to Livspace footer tone */
  color: #e8e8e8;
  padding: 0;
  margin: 0;
}

/* TOP COPYRIGHT BAR */
.ls-footer-top {
  text-align: center;
  padding: 18px 10px;
  font-size: 15px;
  background: #362a36;
  width: 100%;
}

/* EACH ROW SECTION */
.ls-footer-row {
  padding: 25px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ls-footer-row h4 {
  margin-bottom: 8px;
  font-size: 17px;
  color: #ffffff;
}

/* TEXT BLOCK — LIVSPACE STYLE */
.ls-footer-row p {
  font-size: 14px;
  line-height: 1.8;
  color: #d4d4d4;
  margin: 0;
}

/* FOOTER RESPONSIVE */
@media (max-width: 768px) {
  .ls-footer-row p {
    font-size: 13px;
    line-height: 1.6;
  }
}

@media (max-width: 480px) {
  .ls-footer-row {
    padding: 18px 12px;
  }
  .ls-footer-row p {
    font-size: 12px;
  }
}

/* FIT EVEN 70mm / VERY SMALL SCREENS */
@media (max-width: 300px) {
  .ls-footer-row p {
    font-size: 11px;
    line-height: 1.4;
  }
  .ls-footer-top {
    font-size: 12px;
  }
}

/* QUOTE MODAL (SEPARATE SYSTEM) */
.quote-modal {
  position: fixed;
  inset: 0;
  display: none;                /* hidden by default */
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.quote-modal.is-open {
  display: flex;
}

.quote-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
}

/* Dialog */
.quote-modal-dialog {
  position: relative;
  z-index: 1;
  max-width: 460px;
  width: 100%;
  margin: 16px;
}

/* Re-use your .form-card styles, just make sure it has white bg & rounded corners */
.popup-form.form-card {
  width: 100%;
}

/* Close button */
.quote-close-btn {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: none;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

/* Prevent scroll when modal open */
body.no-scroll {
  overflow: hidden;
}
/* Global font (optional – add this once in your main CSS) */
body {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* HOME DESIGN SECTION TEXT */
.design-section {
  background: #f9fafb;
  padding: 72px 16px 64px;
  text-align: center;
}

.design-title {
  font-size: clamp(26px, 3vw, 32px);
  font-weight: 700;
  color: #1f2937;        /* Dark heading color */
  margin-bottom: 16px;
}

.design-text {
  font-size: 16px;
  line-height: 1.7;
  color: #4b5563;        /* Softer grey for body text */
  max-width: 640px;
  margin: 0 auto 26px;
}

/* Button text colors (optional, for completeness) */
.design-cta {
  color: #ffffff;
  background: #ff5a6b;
  border: none;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* NUMBERS STRIP TEXT */
.numbers-section {
  background: #4f9d7b;   /* Green strip background */
  color: #ffffff;
  padding: 64px 16px 70px;
  text-align: center;
}

.numbers-heading {
  font-size: clamp(26px, 3vw, 32px);
  font-weight: 700;
  color: #ffffff;        /* White heading */
  margin-bottom: 36px;
}

.stat-number {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;        /* White big number */
  margin-bottom: 6px;
}

.stat-label {
  font-size: 13px;
  text-transform: lowercase;
  color: rgba(255,255,255,0.9);  /* Slightly muted white */
}
body {
      font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      margin: 0;
      padding: 0;
      background: #f3f4f6;
      color: #111827;
    }

    /* ESTIMATOR SECTION BASIC STYLES */
    .estimator-section {
      padding: 72px 16px 80px;
      background: #ffffff;
    }

    .estimator-inner {
      max-width: 1100px;
      margin: 0 auto;
      text-align: center;
    }

    .estimator-title {
      font-size: 28px;
      font-weight: 700;
      margin-bottom: 8px;
    }

    .estimator-subtitle {
      font-size: 15px;
      color: #4b5563;
      margin-bottom: 30px;
    }

    .estimator-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 24px;
      text-align: left;
    }

    .estimator-card {
      background: #ffffff;
      border-radius: 18px;
      border: 1px solid #e5e7eb;
      box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
      overflow: hidden;
    }

    .estimator-card-top {
      padding: 18px 22px 0;
    }

    .estimator-icon {
      width: 56px;
      height: 56px;
      border-radius: 18px;
      background: #ffe4e4;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 26px;
    }

    .estimator-card-body {
      padding: 18px 22px 22px;
    }

    .estimator-card-body h3 {
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 6px;
    }

    .estimator-card-body p {
      font-size: 13px;
      color: #6b7280;
      margin-bottom: 14px;
    }

    .estimator-btn {
      width: 100%;
      padding: 10px 18px;
      border-radius: 999px;
      border: none;
      background: #ff5a6b;
      color: #ffffff;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      cursor: pointer;
      box-shadow: 0 8px 22px rgba(255, 90, 107, 0.4);
      transition: background 0.15s ease, transform 0.08s ease;
    }

    .estimator-btn:hover {
      background: #e44859;
      transform: translateY(-1px);
    }

    @media (max-width: 900px) {
      .estimator-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }
    @media (max-width: 640px) {
      .estimator-grid {
        grid-template-columns: minmax(0, 1fr);
      }
    }

    /* MODAL */
    .modal-overlay {
      position: fixed;
      inset: 0;
      background: rgba(0,0,0,0.7);
      display: none;
      justify-content: center;
      align-items: center;
      padding: 20px;
      z-index: 999;
    }

    .modal-overlay.active {
      display: flex;
    }

    .modal-content {
      background: #ffffff;
      width: 100%;
      max-width: 420px;
      border-radius: 14px;
      padding: 20px 20px 18px;
      position: relative;
      max-height: 90vh;
      overflow-y: auto;
      box-shadow: 0 18px 40px rgba(0,0,0,0.4);
      animation: fadeUp 0.3s ease-out;
    }

    @keyframes fadeUp {
      from { transform: translateY(20px); opacity: 0; }
      to   { transform: translateY(0);   opacity: 1; }
    }

    .modal-close {
      position: absolute;
      top: 10px;
      right: 10px;
      width: 32px;
      height: 32px;
      border-radius: 999px;
      border: none;
      background: #f3f4f6;
      font-size: 20px;
      cursor: pointer;
    }

    .field-group {
      margin-bottom: 12px;
    }

    .field-group label {
      display: block;
      font-size: 13px;
      font-weight: 500;
      color: #374151;
      margin-bottom: 4px;
    }

    .field-group input,
    .field-group select {
      width: 100%;
      padding: 9px 11px;
      border-radius: 8px;
      border: 1px solid #d1d5db;
      font-size: 14px;
      outline: none;
      transition: border 0.15s ease, box-shadow 0.15s ease;
    }

    .field-group input:focus,
    .field-group select:focus {
      border-color: #ff5a6b;
      box-shadow: 0 0 0 1px rgba(255, 90, 107, 0.25);
    }

    .btn-row {
      display: flex;
      justify-content: flex-end;
      margin-top: 10px;
    }

    .btn {
      border-radius: 999px;
      border: none;
      padding: 9px 18px;
      font-size: 14px;
      font-weight: 600;
      cursor: pointer;
    }

    .btn-primary {
      background: #ff5a6b;
      color: #ffffff;
      box-shadow: 0 8px 18px rgba(255, 90, 107, 0.4);
    }

    .btn-primary:hover {
      background: #e44859;
    }

    .legal-text {
      font-size: 11px;
      color: #6b7280;
      margin-top: 10px;
      line-height: 1.5;
    }

    #estimatorResult {
      margin-top: 14px;
      font-size: 14px;
      color: #111827;
      display: none;
      padding: 10px 12px;
      border-radius: 8px;
      background: #ecfdf3;
      border: 1px solid #bbf7d0;
    }

    body.no-scroll {
      overflow: hidden;
    }
    /* ==============================
   GLOBAL GLASS BACKGROUND STYLE
============================== */
.glassy-bg {
  position: relative;
  padding: 80px 20px;
  color: #fff !important;
  overflow: hidden;
}

.glassy-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("https://images.unsplash.com/photo-1600585154340-be6161a56a0c")
    center/cover no-repeat;
  z-index: -3;
}

.glassy-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: -2;
}

/* Force WHITE text */
.glassy-bg h2,
.glassy-bg h3,
.glassy-bg p,
.glassy-bg li,
.glassy-bg a {
  color: #fff !important;
}

/* Glass Cards */
.glassy-card {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.35);
  padding: 25px;
  border-radius: 16px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

/* White Outline Buttons */
.glassy-btn,
.glassy-bg .header-cta,
.glassy-bg .cta-btn {
  padding: 12px 26px;
  background: transparent !important;
  border: 2px solid #fff;
  color: #fff !important;
  border-radius: 6px;
  font-weight: 600;
  display: inline-block;
  transition: 0.3s ease;
}

.glassy-btn:hover,
.glassy-bg .header-cta:hover,
.glassy-bg .cta-btn:hover {
  background: rgba(255,255,255,0.25) !important;
}

/* Responsive grids */
.offer-grid,
.partners-logos {
  display: grid;
  gap: 20px;
}

.offer-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.partners-logos {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.partner-card img {
  width: 100%;
  max-height: 90px;
  object-fit: contain;
  filter: brightness(0) invert(1); /* make logos white if needed */
}

/* Tests Layout */
.test-item {
  display: none;
  gap: 20px;
  margin-top: 30px;
}
.test-item.active { display: flex; }

.test-tabs button {
  padding: 10px 18px;
  border-radius: 6px;
  background: rgba(255,255,255,0.2);
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
}
.test-tabs button.active {
  background: #fff;
  color: #000;
}

/* How it works */
.how-timeline {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 40px 0;
}
.how-step { text-align: center; width: 150px; }
.how-icon { font-size: 36px; }

</style>