:root {
  --brand-primary: #0f766e;
  --brand-primary-dark: #0a5c56;
  --brand-soft: #eef9f7;
  --text-main: #1f2937;
  --text-muted: #4b5563;
  --border-soft: #d8ebe8;
}

html {
  font-size: 16px;
  min-height: 100%;
}

body {
  margin: 0;
  color: var(--text-main);
  background: linear-gradient(180deg, #f1fcfa 0%, #ffffff 38%);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.site-main {
  width: 100%;
  padding: 1.25rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0f3f3b;
  font-weight: 700;
}

.site-header {
  background: #ffffff;
  border-bottom: 0;
}

.brand-logo {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 10px;
}

.brand-name {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0f3f3b;
}

.brand-name-light {
  color: #5b8f69;
  font-weight: 500;
}

.btn-consult {
  background-color: var(--brand-primary);
  color: #fff;
  border: 1px solid var(--brand-primary);
}

.btn-consult:hover {
  background-color: var(--brand-primary-dark);
  color: #fff;
}

.site-nav {
  background: #ffffff;
  border-bottom: 1px solid var(--border-soft);
}

.site-nav .nav-link {
  color: #3f4a49;
  font-weight: 600;
}

.site-nav .nav-link:hover,
.site-nav .nav-link:focus {
  color: var(--brand-primary);
}

.site-nav .navbar-collapse {
  margin-left: auto;
}

.hero-card,
.content-card,
.price-card,
.blog-card,
.service-card,
.mini-card {
  background: #fff;
  border: 1px solid var(--border-soft);
  border-radius: 1rem;
  box-shadow: 0 8px 24px rgba(15, 118, 110, 0.06);
}

.hero-card,
.content-card,
.blog-card {
  padding: 1.5rem;
}

.mini-card {
  padding: 1rem;
  font-weight: 600;
}

.service-card {
  overflow: hidden;
}

.service-image-col {
  background: linear-gradient(180deg, #f4fbfa 0%, #ffffff 100%);
}

.service-image-wrap {
  height: 100%;
  min-height: 220px;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-content {
  padding: 1.25rem 1.25rem 1.25rem 0;
}

.service-meta {
  margin-bottom: 0;
  color: var(--text-muted);
}

.service-meta li {
  margin-bottom: 0.35rem;
}

.service-image {
  width: 100%;
  max-width: 320px;
  height: auto;
  max-height: 260px;
  object-fit: contain;
}

.price-card {
  padding: 1.5rem;
}

.price-card.featured {
  border-color: #86d3cb;
  box-shadow: 0 10px 28px rgba(15, 118, 110, 0.12);
}

.price {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--brand-primary-dark);
}

.price-card ul {
  padding-left: 1.1rem;
  color: var(--text-muted);
}

.blog-card p,
.content-card p,
.hero-card p,
.service-card p {
  color: var(--text-muted);
}

@media (max-width: 767.98px) {
  .service-content {
    padding: 0 1.1rem 1.2rem;
  }

  .service-image-wrap {
    min-height: 180px;
    padding-bottom: 0;
  }

  .service-image {
    max-width: 260px;
    max-height: 220px;
  }
}

.btn-primary {
  background-color: var(--brand-primary);
  border-color: var(--brand-primary);
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: var(--brand-primary-dark);
  border-color: var(--brand-primary-dark);
}

.btn-outline-primary {
  border-color: var(--brand-primary);
  color: var(--brand-primary);
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
  background-color: var(--brand-primary);
  border-color: var(--brand-primary);
}

.site-footer {
  background: #f2faf8;
  border-top: 1px solid var(--border-soft);
}

.help-list {
  list-style: none;
  padding-left: 0;
}

.help-list li {
  margin-bottom: 0.5rem;
}

.rc-hero {
  position: relative;
  min-height: 620px;
  border-radius: 1.2rem;
  overflow: hidden;
  background-image: url('/images/banner.jpeg');
  background-size: cover;
  background-position: center;
}

.rc-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(13, 16, 24, 0.56), rgba(13, 16, 24, 0.24));
}

.rc-hero-content {
  position: relative;
  z-index: 1;
  max-width: 720px;
  padding: 110px 3.2rem 2rem;
  color: #ffffff;
}

.hero-chip {
  display: inline-block;
  background: rgba(63, 95, 76, 0.85);
  border: 1px solid rgba(152, 205, 173, 0.6);
  border-radius: 999px;
  padding: 0.45rem 0.95rem;
  font-weight: 600;
}

.rc-hero h1 {
  margin-top: 1.2rem;
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.1;
}

.hero-sub {
  color: #f0f4f3;
  font-size: 1.25rem;
  max-width: 640px;
}

.btn-hero-secondary {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.btn-hero-secondary:hover,
.btn-hero-secondary:focus {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.hero-proof {
  color: #d5e8dd;
  font-weight: 600;
}

.rc-hero .btn {
  white-space: nowrap;
}

.rc-section {
  padding: 1.5rem;
  border: 1px solid #dce8e6;
  border-radius: 1rem;
  background: #ffffff;
}

.section-kicker {
  color: #247847;
  font-weight: 700;
  margin-bottom: 0.4rem;
}

.section-sub {
  color: var(--text-muted);
  font-size: 1.15rem;
}

.pillar-card,
.testimonial-card,
.step-card {
  height: 100%;
  border: 1px solid #d7e4e2;
  border-radius: 1rem;
  padding: 1.25rem;
  background: #ffffff;
}

.step-num {
  font-size: 3.4rem;
  font-weight: 800;
  color: #deebe6;
  line-height: 1;
}

.step-en {
  color: #267b46;
  font-weight: 700;
}

.consult-band {
  background: #32965a;
  border-radius: 1rem;
  padding: 2rem;
}

.consult-box {
  background: #ffffff;
  border-radius: 1rem;
  padding: 1.5rem;
}

.offer-tag {
  display: inline-block;
  background: #f1ebf1;
  color: #7e3f72;
  border-radius: 999px;
  padding: 0.35rem 0.85rem;
  font-size: 0.85rem;
  font-weight: 700;
}

.stars {
  color: #8f3f74;
  letter-spacing: 2px;
}

.final-cta {
  padding: 2.2rem 1rem;
  border: 1px solid #d7e4e2;
  border-radius: 1rem;
  background: #ffffff;
}

@media (min-width: 1200px) {
  .site-main {
    padding: 1.5rem 1.75rem;
  }
}

@media (max-width: 991px) {
  .site-main {
    padding: 1rem;
  }

  .rc-hero {
    min-height: 520px;
  }

  .rc-hero-content {
    padding: 80px 1.25rem 1.25rem;
  }

  .section-sub {
    font-size: 1rem;
  }

  .site-nav .btn-consult {
    margin-top: 0.6rem;
  }
}

@media (max-width: 767px) {
  .site-main {
    padding: 0.75rem;
  }

  .brand-logo {
    width: 36px;
    height: 36px;
  }

  .brand-name {
    font-size: 1.05rem;
  }

  .rc-hero {
    min-height: 500px;
    border-radius: 0.9rem;
  }

  .rc-hero-content {
    padding: 70px 1rem 1rem;
  }

  .hero-sub {
    font-size: 1.02rem;
  }

  .rc-hero .btn,
  .consult-box .btn,
  .final-cta .btn {
    width: 100%;
  }

  .consult-band,
  .rc-section,
  .final-cta {
    padding: 1rem;
  }

  .step-num {
    font-size: 2.8rem;
  }
}

.product-detail {
  border-top: 1px dashed #b9dcd7;
  padding-top: 1rem;
}

.product-detail h3 {
  font-size: 1.15rem;
  margin-bottom: 0.4rem;
}

.compliance-box {
  background: #f6fffd;
  border: 1px solid #b9e6df;
  border-radius: 1rem;
  padding: 1.5rem;
}

.claim-ok {
  color: #0b6d44;
}

.claim-avoid {
  color: #a03232;
}

.footer-links a {
  color: #115e59;
  text-decoration: none;
  margin-bottom: 0.35rem;
}

.footer-links a:hover {
  text-decoration: underline;
}

textarea.form-control,
input.form-control {
  border-color: #c5dfdb;
}

input.form-control:focus,
textarea.form-control:focus,
.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-check-input:focus {
  box-shadow: 0 0 0 0.15rem rgba(15, 118, 110, 0.2);
}