/* ── Quote Builder Landing Page ──────────────────────────────────────── */

body.page-id-4233 .site-content,
body.page-id-4233 .ast-container,
body.page-id-4233 #primary,
body.page-id-4233 #main,
body.page-id-4233 article,
body.page-id-4233 .entry-content,
body.page-id-4233 .elementor-4233 {
  margin: 0;
  max-width: none;
  padding: 0;
  width: 100%;
}

.elementor-4233 .quote-builder-page {
  background: #fff;
  color: var(--ast-global-color-3);
}

/* ── Hero ── */
.elementor-4233 .qb-hero {
  background: var(--ast-global-color-1);
  border-bottom: 3px solid var(--ast-global-color-0);
  padding: 100px 24px 80px;
  text-align: center;
}

.elementor-4233 .qb-hero-inner {
  margin: 0 auto;
  max-width: 760px;
}

.elementor-4233 .qb-hero-label {
  color: var(--ast-global-color-0);
  display: block;
  font-family: 'Karla', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.elementor-4233 .qb-hero-title {
  color: #fff;
  font-family: 'Rubik', sans-serif;
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 20px;
}

.elementor-4233 .qb-hero-sub {
  color: rgba(255,255,255,0.7);
  font-family: 'Karla', sans-serif;
  font-size: 1.1rem;
  line-height: 1.65;
  margin: 0 auto;
  max-width: 560px;
}

/* ── Form Section ── */
.elementor-4233 .qb-form-section {
  background: #fff;
  padding-top: 0;
}

.elementor-4233 .quote-builder-fillout-shell {
  min-height: calc(100vh - 78px);
  width: 100%;
}

.elementor-4233 .quote-builder-fillout {
  min-height: calc(100vh - 78px);
  overflow: hidden;
  position: relative;
  width: 100%;
}

.elementor-4233 .quote-builder-fillout iframe {
  border: 0;
  display: block;
  width: 100%;
}

/* ── How It Works ── */
.elementor-4233 .qb-steps {
  background: var(--ast-global-color-6);
  border-top: 1px solid #ddd;
  padding: 72px 24px;
}

.elementor-4233 .qb-steps-inner {
  margin: 0 auto;
  max-width: 960px;
}

.elementor-4233 .qb-steps-heading {
  color: var(--ast-global-color-2);
  font-family: 'Rubik', sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0 0 48px;
  text-align: center;
}

.elementor-4233 .qb-steps-heading::after {
  background: var(--ast-global-color-0);
  content: '';
  display: block;
  height: 3px;
  margin: 12px auto 0;
  width: 48px;
}

.elementor-4233 .qb-steps-grid {
  align-items: flex-start;
  display: flex;
  gap: 0;
  justify-content: center;
}

.elementor-4233 .qb-step {
  align-items: flex-start;
  display: flex;
  flex: 1;
  gap: 16px;
  max-width: 260px;
  padding: 0 20px;
}

.elementor-4233 .qb-step-num {
  align-items: center;
  background: var(--ast-global-color-0);
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  font-family: 'Rubik', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  height: 44px;
  justify-content: center;
  margin-top: 2px;
  width: 44px;
}

.elementor-4233 .qb-step-body h3 {
  color: var(--ast-global-color-2);
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 8px;
}

.elementor-4233 .qb-step-body p {
  color: var(--ast-global-color-3);
  font-family: 'Karla', sans-serif;
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0;
}

.elementor-4233 .qb-step-divider {
  align-self: center;
  background: var(--ast-global-color-0);
  flex-shrink: 0;
  height: 2px;
  margin-top: -20px;
  opacity: 0.3;
  width: 40px;
}

/* ── Trust Bar ── */
.elementor-4233 .qb-trust {
  background: #fff;
  border-top: 1px solid #ddd;
  padding: 40px 24px;
}

.elementor-4233 .qb-trust-inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  margin: 0 auto;
  max-width: 900px;
}

.elementor-4233 .qb-trust-item {
  align-items: center;
  color: var(--ast-global-color-3);
  display: flex;
  font-family: 'Karla', sans-serif;
  font-size: 0.9rem;
  gap: 10px;
}

.elementor-4233 .qb-trust-icon {
  color: var(--ast-global-color-0);
  flex-shrink: 0;
  height: 20px;
  width: 20px;
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .elementor-4233 .qb-hero {
    padding: 80px 20px 60px;
  }

  .elementor-4233 .qb-steps-grid {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }

  .elementor-4233 .qb-step {
    max-width: 100%;
    padding: 0;
    width: 100%;
  }

  .elementor-4233 .qb-step-divider {
    display: none;
  }

  .elementor-4233 .qb-trust-inner {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}

@media (max-width: 921px) {
  .elementor-4233 .quote-builder-fillout-shell,
  .elementor-4233 .quote-builder-fillout {
    min-height: calc(100vh - 78px);
  }
}
