.meta-contact a {
  color: #085041;
  text-decoration: none;
  font-weight: 500;
}

.hero-banner {
  background: #031a14;
  border-radius: var(--border-radius-lg);
  padding: 2rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}

.hero-banner-text {
  font-size: 16px;
  color: #5DCAA5;
  line-height: 1.6;
  font-style: italic;
  margin: 0;
}

.hero-banner-text strong {
  color: #e0f5ee;
  font-weight: 500;
  font-style: normal;
}

.before-after {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 1.5rem 0 2rem;
}

.ba-card {
  border-radius: var(--border-radius-md);
  padding: 1.25rem 1.25rem 1rem;
  border: 0.5px solid var(--color-border-tertiary);
}

.ba-card.before {
  background: var(--color-background-secondary);
}

.ba-card.after {
  background: var(--color-background-primary);
  border: 2px solid #1D9E75;
}

.ba-label {
  font-size: 11px;
  font-family: var(--font-sans);
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 8px;
}

.ba-card.before .ba-label {
  color: var(--color-text-secondary);
}

.ba-card.after .ba-label {
  color: #1D9E75;
}

.ba-title {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--color-text-primary);
  margin: 0 0 8px;
}

.ba-points {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ba-points li {
  font-size: 13px;
  color: var(--color-text-secondary);
  font-family: var(--font-sans);
  line-height: 1.5;
  padding: 3px 0;
}

.ba-card.after .ba-points li {
  color: var(--color-text-primary);
}

.process-visual {
  display: flex;
  align-items: flex-start;
  gap: 0;
  margin: 1.5rem 0 2rem;
  overflow-x: auto;
}

.pv-step {
  flex: 1;
  min-width: 100px;
  text-align: center;
  position: relative;
}

.pv-step:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 18px;
  right: -1px;
  width: 2px;
  height: 2px;
  background: var(--color-border-tertiary);
}

.pv-dot {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #031a14;
  color: #5DCAA5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 500;
  font-family: var(--font-sans);
  margin: 0 auto 8px;
  position: relative;
  z-index: 1;
}

.pv-line {
  position: absolute;
  top: 18px;
  left: 50%;
  right: -50%;
  height: 1px;
  background: var(--color-border-tertiary);
  z-index: 0;
}

.pv-step:last-child .pv-line {
  display: none;
}

.pv-name {
  font-size: 11px;
  font-family: var(--font-sans);
  font-weight: 500;
  color: var(--color-text-secondary);
  line-height: 1.35;
  padding: 0 4px;
}

.highlight-box {
  border-left: 3px solid #1D9E75;
  background: #E1F5EE;
  border-radius: 0 var(--border-radius-md) var(--border-radius-md) 0;
  padding: 1rem 1.25rem;
  margin: 1.5rem 0;
}

.highlight-box p {
  margin: 0;
  font-size: 15px;
  color: #04342C;
  line-height: 1.6;
  font-weight: 400;
}

.tip-box {
  border-left: 3px solid #534AB7;
  background: #EEEDFE;
  border-radius: 0 var(--border-radius-md) var(--border-radius-md) 0;
  padding: 1rem 1.25rem;
  margin: 1.5rem 0;
}

.tip-box p {
  margin: 0;
  font-size: 15px;
  color: #26215C;
  line-height: 1.6;
  font-weight: 400;
}

.step-num {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #031a14;
  color: #5DCAA5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  font-family: var(--font-sans);
  margin-top: 2px;
}

.check {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #0F6E56;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.faq-a {
  font-size: 14px;
  color: var(--color-text-secondary);
  line-height: 1.6;
  margin: 0;
  font-family: var(--font-sans);
  font-weight: 400;
}

.contact-item a {
  color: #0F6E56;
  text-decoration: none;
}

.contact-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: #1D9E75;
}

.cta-block {
  background: #031a14;
  border-radius: var(--border-radius-lg);
  padding: 2rem;
  text-align: center;
  margin-top: 2.5rem;
}

.cta-block h3 {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  color: #e0f5ee;
  margin: 0 0 0.5rem;
}

.cta-block p {
  font-size: 15px;
  color: #5DCAA5;
  margin: 0 0 0.35rem;
  line-height: 1.6;
}

.cta-contact {
  font-size: 14px;
  color: #1D9E75;
  margin: 0 0 1.25rem;
  font-family: var(--font-sans);
}

.cta-contact a {
  color: #5DCAA5;
  text-decoration: none;
  font-weight: 500;
}

.cta-btn {
  display: inline-block;
  background: #0F6E56;
  color: #E1F5EE;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 500;
  padding: 10px 28px;
  border-radius: var(--border-radius-md);
  border: none;
  cursor: pointer;
  letter-spacing: 0.04em;
}

.cta-btn:hover {
  background: #085041;
}

@media (max-width: 520px) {
  .before-after {
    grid-template-columns: 1fr;
  }
}

