/* Delta Dental Credentialing Page Styles */

:root {
  --dd-primary: #009639; /* Delta Dental Green */
  --dd-primary-hover: #007a2e;
  --dd-dark-blue: #033b58;
  --dd-secondary: #0b2240;
  --dd-bg-light: #f8fafc;
  --dd-border: #e2e8f0;
  --dd-text-dark: #1e293b;
  --dd-text-muted: #64748b;
  --dd-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Breadcrumbs */
.dd-breadcrumbs {
  font-size: 14px;
  color: var(--dd-text-muted);
}
.dd-breadcrumbs a {
  color: var(--dd-text-muted);
  text-decoration: none;
  transition: var(--dd-transition);
}
.dd-breadcrumbs a:hover {
  color: var(--dd-primary);
  text-decoration: underline;
}

/* Hero Section */
.dd-hero-section {
  position: relative;
  background-color: var(--dd-bg-light);
  border-bottom: 1px solid var(--dd-border);
}
.dd-hero-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 48%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
  opacity: 0.85;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 1) 35%);
  mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 1) 35%);
}
@media (max-width: 991.98px) {
  .dd-hero-bg {
    width: 100%;
    opacity: 0.12;
    mask-image: none;
    -webkit-mask-image: none;
  }
}
.dd-hero-content {
  position: relative;
  z-index: 2;
}
.dd-hero-title {
  color: var(--dd-dark-blue);
  font-size: 3rem;
  line-height: 1.15;
  letter-spacing: -0.02em;
  font-weight: 800;
}
@media (max-width: 767.98px) {
  .dd-hero-title {
    font-size: 2.25rem;
  }
}
.dd-hero-subtitle {
  font-size: 1.3rem;
  line-height: 1.4;
}
.dd-hero-desc {
  color: var(--dd-text-muted);
  font-size: 1.05rem;
  line-height: 1.6;
}

/* Bullets */
.dd-bullet-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--dd-text-dark);
  margin-bottom: 12px;
}
.dd-bullet-item i {
  font-size: 16px;
}

/* Badges */
.dd-hero-badges {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--dd-text-muted);
}
.dd-badge-item {
  display: flex;
  align-items: center;
  gap: 6px;
}
.dd-badge-item i {
  font-size: 14px;
}

/* Buttons */
.dd-btn-primary {
  color: #ffffff !important;
  font-weight: 700;
  padding: 13px 26px;
  border-radius: 8px;
  border: none;
  box-shadow: 0 4px 6px -1px rgba(0, 150, 57, 0.2);
  transition: var(--dd-transition);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.dd-btn-primary:hover {
  background-color: var(--dd-primary-hover) !important;
  transform: translateY(-1px);
}
.dd-btn-secondary {
  background-color: #ffffff;
  color: var(--dd-text-dark) !important;
  font-weight: 700;
  padding: 13px 26px;
  border-radius: 8px;
  border: 1px solid var(--dd-border);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
  transition: var(--dd-transition);
}
.dd-btn-secondary:hover {
  background-color: var(--dd-bg-light);
  border-color: #cbd5e1;
  transform: translateY(-1px);
}

/* Sidebar Join Card */
.dd-hero-sidebar-card {
  border-color: #f1f5f9 !important;
  max-width: 440px;
  margin-left: auto;
}
@media (max-width: 991.98px) {
  .dd-hero-sidebar-card {
    margin-right: auto;
  }
}
.dd-card-heading {
  font-size: 1.25rem;
}
.dd-join-icon-wrapper {
  width: 32px;
  height: 32px;
  background-color: #e6f6ec !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
}

/* Supported networks strip */
.dd-networks-row {
  row-gap: 16px;
}
.dd-network-item {
  border-color: #f1f5f9 !important;
  min-height: 38px;
  display: flex;
  align-items: center;
}

/* Works steps section */
.dd-works-section {
  background-color: #ffffff;
}
.dd-step-col {
  position: relative;
}
@media (min-width: 768px) {
  .dd-steps-row {
    display: flex;
    justify-content: space-between;
  }
  .dd-step-col {
    flex: 1;
    max-width: 20%;
  }
  .dd-step-col:not(:last-child)::after {
    content: '\f061';
    font-family: "Font Awesome 7 Pro";
    font-weight: 900;
    position: absolute;
    top: 26px;
    right: -10px;
    color: #cbd5e1;
    font-size: 13px;
  }
}
.dd-step-circle-icon {
  width: 52px;
  height: 52px;
  background-color: var(--dd-primary) !important;
  font-size: 20px;
  transition: var(--dd-transition);
}
.dd-step-circle-icon:hover {
  transform: scale(1.05);
}

/* Info Grid Section */
.dd-info-card {
  border-color: #f1f5f9 !important;
  transition: var(--dd-transition);
}
.dd-info-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 12px -3px rgba(0, 0, 0, 0.04);
}
.dd-card-time-icon {
  width: 44px;
  height: 44px;
  background-color: #e6f6ec !important;
  flex-shrink: 0;
}

/* Testimonial Cards */
.dd-testimonials-section {
  background-color: #ffffff;
}
.dd-testimonial-card {
  border-color: #f1f5f9 !important;
}

/* FAQs */
.dd-faq-accordion .accordion-item {
  border-color: #f1f5f9 !important;
}
.dd-faq-accordion .accordion-button:not(.collapsed) {
  color: var(--dd-primary) !important;
  background-color: rgba(0, 150, 57, 0.02) !important;
}
.dd-faq-accordion .accordion-button::after {
  background-size: 12px;
}
