.pnc-page, .page-wrapper {
  font-family: "Hind", Helvetica, Arial, sans-serif;
  color: #253031;
  background-color: #ffffff;
  line-height: 1.6;
}

.pnc-section h1, .pnc-section h2, .pnc-section h3, .section h1, .section h2, .section h3, .section h4 {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #253031;
  margin-top: 0;
}

.pnc-overline, .overline {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  color: #2978a0;
  display: inline-block;
}

.btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.2s ease;
  padding: 0.85rem 1.8rem;
}
.btn.primary {
  background-color: #f0af0a;
  color: #253031;
}
.btn.primary:hover, .btn.primary:focus {
  background-color: #cc950a;
  color: #ffffff;
}
.btn.secondary {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.7);
}
.btn.secondary:hover, .btn.secondary:focus {
  border-color: #ffffff;
  color: #f0af0a;
}

.btn-small {
  padding: 0.65rem 1.25rem;
  font-size: 1rem;
}

.pnc-page, .page-wrapper {
  font-family: "Hind", Helvetica, Arial, sans-serif;
  color: #253031;
  background-color: #ffffff;
  line-height: 1.6;
}

.pnc-section h1, .pnc-section h2, .pnc-section h3, .section h1, .section h2, .section h3, .section h4 {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #253031;
  margin-top: 0;
}

.pnc-overline, .overline {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  color: #2978a0;
  display: inline-block;
}

.section {
  padding: clamp(72px, 8vw, 110px) min(6vw, 90px);
}
.section:nth-of-type(odd) {
  background-color: #ffffff;
}
.section:nth-of-type(even) {
  background-color: #f4f4f4;
}
.section.section-hero {
  background-color: #253031;
  color: #ffffff;
}

.section-alt {
  padding: 90px min(6vw, 90px);
}
.section-alt:nth-of-type(even) {
  background-color: #f4f4f4;
}

.constrain {
  max-width: 1200px;
  margin: 0 auto;
}

.section h1, .section h2, .section h3, .section h4 {
  margin-bottom: 1rem;
}

.card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 28px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid #d9d9d9;
}

.card-elevated {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  padding: 32px;
  border: 1px solid #d9d9d9;
}

.contrast-card {
  background-color: #2a2e40;
  color: #ffffff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}
.contrast-card h3 {
  color: #ffffff;
}

.list-highlight {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.list-highlight ul {
  list-style: disc;
  padding-left: 0;
  margin: 0 0 1.25rem 1.5rem;
}
.list-highlight li {
  margin-bottom: 0.75rem;
  line-height: 1.5;
}
.list-highlight li:last-child {
  margin-bottom: 0;
}
.list-highlight p {
  margin: 0;
  color: #666666;
}

.testimonial {
  background-color: #ffffff;
  border-left: 4px solid #f0af0a;
  padding: 32px;
  border-radius: 12px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
  font-size: 1.1rem;
}
.testimonial strong {
  display: block;
  margin-top: 1rem;
  font-weight: 600;
  color: #2978a0;
}

.list-grid {
  display: grid;
  gap: 32px;
}

.grid {
  display: grid;
  gap: 40px;
}

@media (min-width: 768px) {
  .list-grid.two-col,
  .grid.two-col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .list-grid.three-col,
  .grid.three-col {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.comparison {
  display: grid;
  gap: 24px;
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .comparison {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.comparison-column {
  background: #ffffff;
  border-radius: 12px;
  padding: 32px;
  border: 1px solid #e4e4e4;
}
.comparison-column ul {
  padding-left: 20px;
  margin-bottom: 0;
}

.faq {
  border-top: 1px solid #d9d9d9;
  margin-top: 2rem;
}

.faq-item {
  border-bottom: 1px solid #d9d9d9;
}

.faq-button,
.faq-question {
  width: 100%;
  padding: 20px 0;
  text-align: left;
  font-weight: 600;
  color: #253031;
  background: none;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 1.1rem;
}

.faq-toggle {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #2978a0;
  background-color: #ffffff;
  margin-left: 12px;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.faq-item.is-open .faq-toggle {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  padding-right: 40px;
  color: #666666;
}
.faq-item.is-open .faq-answer {
  max-height: 400px;
  padding-bottom: 20px;
}

.step-grid,
.steps {
  display: grid;
  gap: 24px;
  margin-top: 2rem;
  counter-reset: step;
}

@media (min-width: 768px) {
  .steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 900px) {
  .step-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.step {
  counter-reset: step;
  position: relative;
}
.step::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  top: -18px;
  left: 24px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #2978a0;
  color: #ffffff;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 24px rgba(41, 120, 160, 0.4);
}
.step {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
  min-height: 260px;
  position: relative;
}

.step-alt {
  counter-reset: step;
  position: relative;
}
.step-alt::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  top: -20px;
  left: 24px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #2978a0;
  color: #ffffff;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 24px rgba(41, 120, 160, 0.4);
}
.step-alt {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
  position: relative;
}

.cta-band,
.cta {
  background-color: #253031;
  color: #ffffff;
  text-align: center;
  border-radius: 18px;
  padding: clamp(48px, 6vw, 72px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
}
.cta-band h2,
.cta h2 {
  color: #ffffff;
}
.cta-band p,
.cta p {
  color: rgba(255, 255, 255, 0.85);
}
.cta-band h2,
.cta h2 {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 4vw, 2.8rem);
}
.cta-band p,
.cta p {
  margin-bottom: 1rem;
  font-size: 1.15rem;
}
.cta-band .btn.secondary,
.cta .btn.secondary {
  border-color: rgba(255, 255, 255, 0.4);
}

.reassurance-callout {
  margin-top: 2rem !important;
  margin-bottom: 0 !important;
  padding: 1.75rem 2rem;
  background-color: rgba(41, 120, 160, 0.08);
  border-left: 4px solid #2978a0;
  border-radius: 8px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reassurance-callout p {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #253031;
  font-weight: 500;
  text-align: center;
}

.pnc-page, .page-wrapper {
  font-family: "Hind", Helvetica, Arial, sans-serif;
  color: #253031;
  background-color: #ffffff;
  line-height: 1.6;
}

.pnc-section h1, .pnc-section h2, .pnc-section h3, .section h1, .section h2, .section h3, .section h4 {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #253031;
  margin-top: 0;
}

.pnc-overline, .overline {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  color: #2978a0;
  display: inline-block;
}

:root {
  --pnc-teal: #2978a0;
  --pnc-gold: #f0af0a;
  --pnc-gold-dark: #cc950a;
  --pnc-charcoal: #253031;
  --pnc-navy: #2a2e40;
  --pnc-light: #f4f4f4;
  --pnc-mid-gray: #666666;
  --pnc-dark-gray: #333333;
  --pnc-divider: #d9d9d9;
}

.pnc-page {
  line-height: 1.65;
}

.pnc-section {
  padding: clamp(72px, 8vw, 110px) min(6vw, 90px);
}
.pnc-section:nth-of-type(odd) {
  background-color: #ffffff;
}
.pnc-section:nth-of-type(even) {
  background-color: #f4f4f4;
}
.pnc-section.pnc-hero {
  background-color: #253031;
  color: #ffffff;
}
.pnc-section h1, .pnc-section h2, .pnc-section h3 {
  margin: 0 0 1rem;
}

.pnc-constrain {
  max-width: 1200px;
  margin: 0 auto;
}

.pnc-overline {
  margin-bottom: 0.5rem;
}

body .pnc-page .pnc-section p,
body main#primary .pnc-section p,
body .pnc-constrain p {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  color: #666666;
}

ul, ol {
  margin-bottom: 1rem;
}

.pnc-hero .pnc-constrain {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}
@media (min-width: 900px) {
  .pnc-hero .pnc-constrain {
    grid-template-columns: 1fr 1fr;
  }
}
.pnc-hero h1, .pnc-hero p {
  color: #ffffff !important;
}
.pnc-hero h1 {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  margin-bottom: 1rem;
}
.pnc-hero p {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.pnc-hero .pnc-hero-subheading {
  font-size: 1.15rem;
  font-weight: 500;
  margin-bottom: 1.5rem !important;
}
.pnc-hero .pnc-hero-reassurance {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.85) !important;
  margin-top: 1.5rem !important;
  margin-bottom: 0 !important;
  font-style: italic;
}

body .pnc-page .pnc-section .pnc-hero-reassurance,
body main#primary .pnc-section .pnc-hero-reassurance,
body .pnc-constrain .pnc-hero-reassurance {
  margin-top: 1.5rem !important;
}

.pnc-hero-media img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
}

.pnc-btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 1.5rem;
}

.pnc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.2s ease;
  padding: 0.85rem 1.8rem;
}
.pnc-btn.primary {
  background-color: #f0af0a;
  color: #253031;
}
.pnc-btn.primary:hover, .pnc-btn.primary:focus {
  background-color: #cc950a;
  color: #ffffff;
}
.pnc-btn.secondary {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.7);
}
.pnc-btn.secondary:hover, .pnc-btn.secondary:focus {
  border-color: #ffffff;
  color: #f0af0a;
}

.pnc-trust-bar {
  background-color: #ffffff;
  padding: 2rem 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.pnc-trust-items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  text-align: center;
}
@media (min-width: 600px) {
  .pnc-trust-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .pnc-trust-items {
    grid-template-columns: repeat(4, 1fr);
  }
}

.pnc-trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}

.pnc-trust-icon {
  font-size: 1.5rem;
  color: #2978a0;
  font-weight: 600;
}

.pnc-trust-label {
  font-size: 1rem;
  color: #253031;
  font-weight: 500;
}

.pnc-badge-img {
  height: auto;
  width: auto;
  display: block;
}

.pnc-trust-item--webster {
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .pnc-trust-item--webster {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
  }
}

.pnc-trust-item__icon {
  height: 80px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.pnc-trust-item__text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .pnc-trust-item__text {
    align-items: flex-start;
  }
}

.pnc-trust-item__label {
  font-size: 1rem;
  color: #253031;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 768px) {
  .pnc-trust-item__label {
    text-align: left;
  }
}

.pnc-grid {
  display: grid;
  gap: 40px;
}
@media (min-width: 768px) {
  .pnc-grid.two-col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.pnc-illustration img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}

.pnc-symptom-list {
  list-style: disc;
  padding-left: 1.5rem;
  color: #666666;
}
.pnc-symptom-list li {
  margin-bottom: 0.4rem;
  line-height: 1.6;
}

.pnc-provider {
  background-color: rgba(41, 120, 160, 0.03);
}

.pnc-provider-image img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}

.pnc-provider-subtitle {
  color: #666666;
  margin-bottom: 1rem;
}

.pnc-maggie-header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .pnc-maggie-header {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.pnc-maggie-title {
  flex: 1;
}

.pnc-maggie-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .pnc-maggie-badge {
    align-items: flex-end;
    margin-top: 0;
  }
}

.pnc-maggie-badge__img {
  height: 120px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.pnc-testimonial-inline {
  background-color: rgba(240, 175, 10, 0.1);
  border-left: 4px solid #f0af0a;
  padding: 1.5rem;
  border-radius: 8px;
  margin: 2rem 0;
  font-style: italic;
}
.pnc-testimonial-inline p {
  margin-bottom: 0.5rem;
  color: #253031;
}
.pnc-testimonial-inline cite {
  display: block;
  margin-top: 0.5rem;
  font-style: normal;
  font-weight: 600;
  color: #2978a0;
}

.pnc-safety-list {
  list-style: disc;
  padding-left: 1.5rem;
  color: #666666;
}
.pnc-safety-list li {
  margin-bottom: 0.4rem;
  line-height: 1.6;
}

.pnc-checklist-intro {
  font-size: 1.1rem;
  font-weight: 600;
  color: #253031;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.pnc-checklist {
  list-style: disc;
  padding-left: 1.5rem;
  color: #666666;
}
.pnc-checklist li {
  margin-bottom: 0.4rem;
  line-height: 1.6;
}

.pnc-symptoms-grid {
  display: grid;
  gap: 24px;
  margin-top: 2rem;
}
@media (min-width: 600px) {
  .pnc-symptoms-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 900px) {
  .pnc-symptoms-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.pnc-symptom-card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 28px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
  text-align: center;
}
.pnc-symptom-card h3 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.pnc-symptom-icon {
  font-size: 2.5rem;
  color: #2978a0;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pnc-symptom-icon i {
  font-size: inherit;
  color: inherit;
}

.pnc-trimester-container {
  margin-top: 2rem;
}

.pnc-trimester-tabs {
  display: none;
  border-bottom: 2px solid #d9d9d9;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .pnc-trimester-tabs {
    display: flex;
    gap: 0;
  }
}

.pnc-tab-button {
  padding: 1rem 1.5rem;
  border: none;
  border-bottom: 3px solid transparent;
  background: none;
  font-weight: 600;
  color: #666666;
  cursor: pointer;
  transition: all 0.25s ease;
  font-size: 1.1rem;
}
.pnc-tab-button:hover {
  color: #253031;
}
.pnc-tab-button[aria-selected=true], .pnc-tab-button.active {
  color: #2978a0;
  border-bottom-color: #2978a0;
}

@media (min-width: 992px) {
  .pnc-tab-panels {
    display: block;
  }
}

.pnc-tab-panel .pnc-tab-panel-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: start;
}
@media (min-width: 992px) {
  .pnc-tab-panel .pnc-tab-panel-content {
    grid-template-columns: 1fr 3fr;
    gap: 2.5rem;
  }
}
.pnc-tab-panel .pnc-tab-panel-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
  object-fit: contain;
}
.pnc-tab-panel .pnc-tab-panel-text ul {
  list-style: disc;
  padding-left: 1.5rem;
  margin-top: 1rem;
}
.pnc-tab-panel .pnc-tab-panel-text li {
  margin-bottom: 0.4rem;
  line-height: 1.6;
}

@media (min-width: 992px) {
  .pnc-trimester-accordion {
    display: none;
  }
}

.pnc-accordion-item {
  border-bottom: 1px solid #d9d9d9;
}

.pnc-accordion-button {
  width: 100%;
  padding: 1.5rem 0;
  text-align: left;
  font-weight: 600;
  color: #253031;
  background: none;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 1.1rem;
}
.pnc-accordion-button:hover {
  color: #2978a0;
}

.pnc-accordion-toggle {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #2978a0;
  margin-left: 12px;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.pnc-accordion-item.is-open .pnc-accordion-toggle {
  transform: rotate(45deg);
}

.pnc-accordion-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  color: #666666;
}
.pnc-accordion-item.is-open .pnc-accordion-panel {
  max-height: 2000px;
  padding-bottom: 1.5rem;
}
.pnc-accordion-panel .pnc-accordion-panel-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 600px) {
  .pnc-accordion-panel .pnc-accordion-panel-content {
    flex-direction: row;
    gap: 2rem;
  }
}
.pnc-accordion-panel .pnc-accordion-panel-image {
  flex-shrink: 0;
  width: 100%;
}
@media (min-width: 600px) {
  .pnc-accordion-panel .pnc-accordion-panel-image {
    width: 25%;
    max-width: 300px;
  }
}
.pnc-accordion-panel .pnc-accordion-panel-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
  object-fit: contain;
}
.pnc-accordion-panel .pnc-accordion-panel-text {
  flex: 1;
}
.pnc-accordion-panel .pnc-accordion-panel-text ul {
  list-style: disc;
  padding-left: 1.5rem;
  margin-top: 1rem;
}
.pnc-accordion-panel .pnc-accordion-panel-text li {
  margin-bottom: 0.4rem;
  line-height: 1.6;
}

.pnc-steps {
  display: grid;
  gap: 24px;
  margin-top: 2rem;
  counter-reset: pnc-step;
}
@media (min-width: 768px) {
  .pnc-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 900px) {
  .pnc-steps {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.pnc-step {
  position: relative;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
  min-height: 200px;
}
.pnc-step::before {
  counter-increment: pnc-step;
  content: counter(pnc-step);
  position: absolute;
  top: -18px;
  left: 24px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #2978a0;
  color: #ffffff;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 24px rgba(41, 120, 160, 0.4);
}
.pnc-step h3 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.pnc-safety-callout {
  background-color: rgba(240, 175, 10, 0.1);
  border-left: 4px solid #f0af0a;
  padding: 2rem;
  border-radius: 12px;
  margin-top: 2rem;
}
.pnc-safety-callout h2 {
  color: #253031;
  margin-bottom: 1rem;
}
.pnc-safety-callout ul {
  margin-top: 0;
}

.pnc-testimonials-carousel {
  position: relative;
  margin-top: 2rem;
}

.pnc-carousel-track {
  position: relative;
  min-height: 200px;
}

.pnc-testimonial-card {
  background-color: #ffffff;
  border-left: 4px solid #f0af0a;
  padding: 32px;
  border-radius: 12px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
  font-size: 1.1rem;
  line-height: 1.65;
}
.pnc-testimonial-card[hidden] {
  display: none;
}
.pnc-testimonial-card p {
  margin-bottom: 1rem;
  color: #253031;
  font-style: italic;
}
.pnc-testimonial-card cite {
  display: block;
  margin-top: 1rem;
  font-style: normal;
  font-weight: 600;
  color: #2978a0;
}

.pnc-carousel-prev,
.pnc-carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #2978a0;
  background-color: #ffffff;
  color: #2978a0;
  font-size: 1.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
  z-index: 10;
}
.pnc-carousel-prev:hover,
.pnc-carousel-next:hover {
  background-color: #2978a0;
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(41, 120, 160, 0.4);
}
.pnc-carousel-prev:focus,
.pnc-carousel-next:focus {
  outline: 2px solid #2978a0;
  outline-offset: 2px;
}

.pnc-carousel-prev {
  left: -24px;
}
@media (max-width: 600px) {
  .pnc-carousel-prev {
    left: 0;
  }
}

.pnc-carousel-next {
  right: -24px;
}
@media (max-width: 600px) {
  .pnc-carousel-next {
    right: 0;
  }
}

.pnc-carousel-indicators {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.pnc-carousel-indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #2978a0;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.25s ease;
  padding: 0;
}
.pnc-carousel-indicator:hover {
  background-color: rgba(41, 120, 160, 0.3);
}
.pnc-carousel-indicator.active, .pnc-carousel-indicator[aria-selected=true] {
  background-color: #2978a0;
}
.pnc-carousel-indicator:focus {
  outline: 2px solid #2978a0;
  outline-offset: 2px;
}

.pnc-approach-grid {
  display: grid;
  gap: 32px;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .pnc-approach-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.pnc-approach-item {
  text-align: center;
}
.pnc-approach-item h3 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.pnc-approach-icon {
  font-size: 2.5rem;
  color: #2978a0;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pnc-approach-icon i {
  font-size: inherit;
  color: inherit;
}

.pnc-faq {
  border-top: 1px solid #d9d9d9;
  margin-top: 2rem;
}

.pnc-faq-item {
  border-bottom: 1px solid #d9d9d9;
}

.pnc-faq-button {
  width: 100%;
  padding: 20px 0;
  text-align: left;
  font-weight: 600;
  font-size: 1.1rem;
  color: #253031;
  background: none;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.pnc-faq-button:hover {
  color: #2978a0;
}

.pnc-faq-toggle {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #2978a0;
  margin-left: 12px;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.pnc-faq-item.is-open .pnc-faq-toggle {
  transform: rotate(45deg);
}

.pnc-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  padding-right: 40px;
  color: #666666;
}
.pnc-faq-item.is-open .pnc-faq-answer {
  max-height: 400px;
  padding-bottom: 20px;
}

.pnc-cta-band {
  background-color: #253031;
  color: #ffffff;
  text-align: center;
  border-radius: 18px;
  padding: clamp(48px, 6vw, 72px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
}
.pnc-cta-band h2 {
  color: #ffffff;
}
.pnc-cta-band p {
  color: rgba(255, 255, 255, 0.85);
}
.pnc-cta-band {
  text-align: center;
}
.pnc-cta-band h2 {
  color: #ffffff;
  margin-bottom: 1rem;
}
.pnc-cta-band p {
  color: rgba(255, 255, 255, 0.85) !important;
  margin-bottom: 1rem;
}

body .pnc-page .pnc-section .pnc-cta-band p,
body main#primary .pnc-section .pnc-cta-band p {
  color: rgba(255, 255, 255, 0.85) !important;
}

.pnc-footer-contact {
  background-color: #f4f4f4;
  text-align: center;
}

.pnc-contact-info h3 {
  margin-bottom: 1rem;
}
.pnc-contact-info p {
  margin-bottom: 0.5rem;
}
.pnc-contact-info a {
  color: #2978a0;
  text-decoration: none;
}
.pnc-contact-info a:hover {
  text-decoration: underline;
}

.pnc-contact-tagline {
  font-style: italic;
  color: #666666;
  margin-top: 1rem;
}

/*# sourceMappingURL=prenatal-chiropractic.css.map */
