/*
Theme Name: Divi Child
Template: Divi
Version: 1.0.0
*/

.dc-scope {
  --dc-purple: #5b2d90;
  --dc-purple-dark: #44216c;
  --dc-light: #f8f7fc;
  --dc-text: #1f1a30;
  --dc-muted: #6f6887;
}

.dc-scope .dc-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 20px 80px;
}

.dc-scope .dc-hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 32px;
  align-items: center;
  padding: 48px;
  background: linear-gradient(120deg, var(--dc-purple), var(--dc-purple-dark));
  border-radius: 18px;
  color: #fff;
  box-shadow: 0 20px 40px rgba(34, 12, 60, 0.18);
}

.dc-scope .dc-hero--service,
.dc-scope .dc-hero--checklist,
.dc-scope .dc-hero--thanks {
  grid-template-columns: 1fr 1fr;
}

.dc-scope .dc-hero h1 {
  font-size: 32px;
  margin: 12px 0;
}

.dc-scope .dc-lead {
  color: #efe9ff;
  font-size: 17px;
  line-height: 1.6;
}

.dc-scope .dc-kicker {
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 700;
  color: #d9c9ff;
  margin: 0;
}

.dc-scope .dc-hero__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 18px 0;
}

.dc-scope .dc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
}

.dc-scope .dc-btn--primary {
  background: #fff;
  color: var(--dc-purple);
  border-color: #fff;
}

.dc-scope .dc-btn--ghost {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

.dc-scope .dc-phone {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.dc-scope .dc-hero__contacts {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
}

.dc-scope .dc-badge {
  background: rgba(255, 255, 255, 0.14);
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 14px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.dc-scope .dc-hero__panel {
  background: #fff;
  color: var(--dc-text);
  border-radius: 14px;
  padding: 28px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.dc-scope .dc-form label {
  display: block;
  margin-bottom: 12px;
  font-weight: 600;
  color: var(--dc-text);
}

.dc-scope .dc-form input,
.dc-scope .dc-form select,
.dc-scope .dc-form textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #d6d0e6;
  margin-top: 6px;
  box-sizing: border-box;
}

.dc-scope .dc-form__hint {
  color: var(--dc-muted);
  font-size: 13px;
  margin-top: 6px;
}

.dc-scope .dc-alert {
  padding: 12px 14px;
  border-radius: 10px;
  margin-bottom: 12px;
  font-weight: 600;
}

.dc-scope .dc-alert--success {
  background: #e6f5ec;
  color: #1b7747;
  border: 1px solid #b7e3c9;
}

.dc-scope .dc-alert--error {
  background: #ffecec;
  color: #b00020;
  border: 1px solid #ffc1c1;
}

.dc-scope .dc-section-head {
  text-align: center;
  margin: 60px 0 32px;
}

.dc-scope .dc-grid .dc-tiles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}

.dc-scope .dc-tile {
  background: #fff;
  border: 1px solid #e6e0f5;
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 14px 24px rgba(23, 7, 48, 0.06);
}

.dc-scope .dc-tile__label {
  font-weight: 700;
  margin-bottom: 4px;
  color: var(--dc-purple);
}

.dc-scope .dc-tile__text {
  color: var(--dc-muted);
  margin-top: 0;
}

.dc-scope .dc-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--dc-purple);
  font-weight: 700;
  text-decoration: none;
  margin-top: 10px;
}

.dc-scope .dc-trust {
  background: var(--dc-light);
  padding: 48px;
  border-radius: 16px;
  margin-top: 48px;
}

.dc-scope .dc-trust__items {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.dc-scope .dc-process .dc-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}

.dc-scope .dc-step {
  background: #fff;
  border: 1px solid #e6e0f5;
  border-radius: 14px;
  padding: 18px;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 12px;
}

.dc-scope .dc-step__number {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--dc-purple);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 800;
}

.dc-scope .dc-cta {
  margin-top: 48px;
  padding: 28px;
  background: linear-gradient(120deg, var(--dc-purple), var(--dc-purple-dark));
  color: #fff;
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.dc-scope .dc-cta__actions {
  display: flex;
  gap: 10px;
}

.dc-scope .dc-section {
  margin: 48px 0;
}

.dc-scope .dc-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}

.dc-scope .dc-list--check li::before {
  content: "?";
  color: var(--dc-purple);
  margin-right: 8px;
}

.dc-scope .dc-cards {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}

.dc-scope .dc-card {
  background: #fff;
  border: 1px solid #e6e0f5;
  border-radius: 12px;
  padding: 16px;
  color: var(--dc-text);
  box-shadow: 0 10px 16px rgba(0, 0, 0, 0.05);
}

.dc-scope .dc-highlight {
  background: var(--dc-light);
  padding: 24px;
  border-radius: 14px;
}

.dc-scope .dc-faq {
  display: grid;
  gap: 12px;
}

.dc-scope .dc-faq article {
  background: #fff;
  border: 1px solid #e6e0f5;
  border-radius: 12px;
  padding: 16px;
}

.dc-scope .dc-form-section {
  margin: 60px 0;
}

.dc-scope .dc-form-section__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
  align-items: start;
  background: #fff;
  border: 1px solid #e6e0f5;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.06);
}

.dc-scope .dc-contact-options {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 10px;
}

.dc-scope .dc-checkbox {
  display: flex;
  gap: 8px;
  align-items: center;
  font-weight: 500;
  color: var(--dc-text);
}

.dc-scope .dc-checklist .dc-hero,
.dc-scope .dc-thanks .dc-hero {
  background: #fff;
  color: var(--dc-text);
  border: 1px solid #e6e0f5;
}

.dc-scope .dc-thanks__panel {
  background: var(--dc-light);
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #e6e0f5;
}

@media (max-width: 900px) {
  .dc-scope .dc-hero,
  .dc-scope .dc-hero--service,
  .dc-scope .dc-hero--checklist,
  .dc-scope .dc-hero--thanks {
    grid-template-columns: 1fr;
    padding: 32px 24px;
  }

  .dc-scope .dc-page {
    padding: 24px 16px 60px;
  }
}
