.hero-image-cta,
.hero-image-cta:hover,
.hero-image-cta:focus {
  color: #ffffff;
  background-color: #fa715e
}

.grid-cta {
  --cta-color: #ffffff;
  --cta-background: #fa715e;
  --cta-hover-color: #ffffff;
  --cta-hover-background: #4cd6bc
}

.grid-cta-title {
  background-color: transparent
}

.grid-cta-title a {
  color: #5d5d60
}

.grid-cta-subtitle {
  color: #5d5d60;
  background-color: #dddddd
}

.grid-cta-footer {
  color: #5d5d60;
  background-color: transparent;
}

.grid-cta-option {}

.benefits {
  background-color: #e5e5e5
}

.benefits-title {
  color: #fa715e
}

.benefits-footer {
  color: #fa715e
}

.header-advertorial {
  background-color: #f0f4f8;
  border-bottom: 1px solid #d8dee6;
  padding: 0.6rem 1rem;
}

.header-advertorial p {
  font-size: 0.95rem;
  font-weight: 600;
  color: #2c3e50;
  letter-spacing: 0.02em;
}

.site-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: #2c3e50;
}

.site-brand:hover,
.site-brand:focus {
  text-decoration: none;
  color: #1a8cff;
}

.site-brand-name {
  font-family: 'Poppins', sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .site-brand-name {
    font-size: 1.25rem;
  }
}

h2.accent,
.post-content h2[style*="#ff9f1c"] {
  color: #ff9f1c !important;
}

.header-container--centered {
  justify-content: center !important;
}

.contact-content {
  padding-bottom: 2rem;
}

.contact-email-box {
  background-color: #e5e5e5;
  padding: 1.5rem 2rem;
  margin: 1.5rem 0 2rem;
  border-radius: 4px;
  text-align: center;
}

.contact-email-box h2 {
  margin-top: 0;
}

.contact-email-link {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 1rem 0;
}

.contact-email-link a {
  color: #1a8cff;
  text-decoration: none;
}

.contact-email-link a:hover,
.contact-email-link a:focus {
  text-decoration: underline;
}

.contact-hours {
  background-color: #f0f4f8;
  padding: 1.5rem 2rem;
  margin: 2rem 0 1rem;
  border-left: 4px solid #ff9f1c;
}

.contact-hours h2 {
  margin-top: 0;
  color: #2c3e50;
}

.contact-content ul:not([class]) {
  margin: 1rem 0 1.5rem 1.5rem;
}

.contact-content ul:not([class]) li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

.terms-content {
  padding-bottom: 2rem;
}

.terms-content h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.terms-content h3 {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.terms-notice {
  background-color: #fff3cd;
  border: 1px solid #ffc107;
  border-left: 4px solid #ff9f1c;
  padding: 1.25rem 1.5rem;
  margin: 1.5rem 0 2rem;
  font-size: 0.95rem;
  line-height: 1.6;
}

.terms-nav {
  background-color: #f0f4f8;
  padding: 1.5rem 2rem;
  margin: 1.5rem 0 2rem;
  border-radius: 4px;
}

.terms-nav ol {
  margin: 0.75rem 0 0 1.25rem;
  columns: 2;
  column-gap: 2rem;
}

.terms-nav li {
  margin-bottom: 0.4rem;
  line-height: 1.5;
}

.terms-nav a {
  color: #1a8cff;
  text-decoration: none;
}

.terms-nav a:hover,
.terms-nav a:focus {
  text-decoration: underline;
}

.terms-section {
  margin-bottom: 2rem;
}

.terms-section p,
.terms-section li {
  line-height: 1.7;
  margin-bottom: 0.75rem;
}

.terms-section ul {
  margin: 0.75rem 0 1rem 1.5rem;
}

@media (max-width: 600px) {
  .terms-nav ol {
    columns: 1;
  }
}
