/* =========================================================
   Wellness Cares Path — Editorial Wellness Design (v2)
   Palette: deep ink green · forest · warm gold · cream
   Type: Fraunces (display serif) + Manrope (body)
   ========================================================= */

/* ---------- Fonts ---------- */
@font-face { font-family:'Fraunces'; src:url('fonts/Fraunces-500-normal.woff2') format('woff2'); font-weight:500; font-style:normal; font-display:swap; }
@font-face { font-family:'Fraunces'; src:url('fonts/Fraunces-600-normal.woff2') format('woff2'); font-weight:600; font-style:normal; font-display:swap; }
@font-face { font-family:'Fraunces'; src:url('fonts/Fraunces-700-normal.woff2') format('woff2'); font-weight:700; font-style:normal; font-display:swap; }
@font-face { font-family:'Fraunces'; src:url('fonts/Fraunces-500-italic.woff2') format('woff2'); font-weight:500; font-style:italic; font-display:swap; }
@font-face { font-family:'Fraunces'; src:url('fonts/Fraunces-600-italic.woff2') format('woff2'); font-weight:600; font-style:italic; font-display:swap; }
@font-face { font-family:'Manrope'; src:url('fonts/Manrope-400-normal.woff2') format('woff2'); font-weight:400; font-style:normal; font-display:swap; }
@font-face { font-family:'Manrope'; src:url('fonts/Manrope-500-normal.woff2') format('woff2'); font-weight:500; font-style:normal; font-display:swap; }
@font-face { font-family:'Manrope'; src:url('fonts/Manrope-600-normal.woff2') format('woff2'); font-weight:600; font-style:normal; font-display:swap; }
@font-face { font-family:'Manrope'; src:url('fonts/Manrope-700-normal.woff2') format('woff2'); font-weight:700; font-style:normal; font-display:swap; }
@font-face { font-family:'Manrope'; src:url('fonts/Manrope-800-normal.woff2') format('woff2'); font-weight:800; font-style:normal; font-display:swap; }

/* ---------- Base ---------- */
:root {
  --ink: #212b23;
  --ink-soft: #35413a;
  --forest: #2e6b4e;
  --forest-dark: #245239;
  --gold: #c8973b;
  --gold-dark: #a97c28;
  --gold-soft: #f3e6c6;
  --cream: #f6f1e5;
  --cream-deep: #ede4cf;
  --paper: #fffdf7;
  --text: #5b6258;
  --border: #e4dcc8;
  --radius: 18px;
  --shadow: 0 18px 44px rgba(33, 43, 35, .10);
  --serif: 'Fraunces', Georgia, 'Times New Roman', serif;
  --sans: 'Manrope', 'Segoe UI', Arial, sans-serif;
}

* { outline: none; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  color: var(--text);
  font-size: 16px;
  line-height: 1.75;
  background: var(--paper);
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--serif);
  color: var(--ink);
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: -.01em;
}

a { text-decoration: none; transition: all .25s ease; color: var(--forest); }
a:hover { color: var(--forest-dark); }
img { max-width: 100%; }

section { padding: 92px 0; }
.section-cream, .section-light { background: var(--cream); }
.section-paper, .section-white { background: var(--paper); }
.section-ink { background: var(--ink); }

::selection { background: var(--gold-soft); color: var(--ink); }

/* ---------- Buttons ---------- */
.btn {
  font-family: var(--sans);
  font-weight: 700;
  font-size: .92rem;
  letter-spacing: .04em;
  border-radius: 10px;
  padding: 13px 30px;
  transition: all .25s ease;
}

.btn-primary {
  background: var(--forest);
  border: 1.5px solid var(--forest);
  color: #fff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: var(--forest-dark) !important;
  border-color: var(--forest-dark) !important;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(46, 107, 78, .32);
}

.btn-outline-primary {
  border: 1.5px solid var(--forest);
  color: var(--forest);
  background: transparent;
}
.btn-outline-primary:hover {
  background: var(--forest);
  border-color: var(--forest);
  color: #fff;
  transform: translateY(-2px);
}

.btn-accent {
  background: var(--gold);
  border: 1.5px solid var(--gold);
  color: #fff;
}
.btn-accent:hover, .btn-accent:focus, .btn-accent:active {
  background: var(--gold-dark) !important;
  border-color: var(--gold-dark) !important;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(200, 151, 59, .35);
}

.btn-ink {
  background: var(--ink);
  border: 1.5px solid var(--ink);
  color: var(--cream);
}
.btn-ink:hover { background: #141b16; border-color: #141b16; color: #fff; transform: translateY(-2px); }

.btn-sm { padding: 9px 22px; font-size: .85rem; }

/* ---------- Topbar ---------- */
.topbar {
  background: var(--forest);
  color: #dcefe4;
  font-size: .84rem;
  font-weight: 500;
  padding: 9px 0;
}
.topbar a { color: #dcefe4; }
.topbar a:hover { color: #fff; }
.topbar .tb-item { display: inline-flex; align-items: center; gap: 7px; }
.topbar svg { flex-shrink: 0; opacity: .85; }
.topbar .tb-divider { opacity: .35; }

/* ---------- Navbar ---------- */
.main-nav {
  background: var(--paper);
  border-bottom: 1px solid var(--border);
  padding: 16px 0;
}
.navbar-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--serif);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--ink) !important;
  letter-spacing: -.02em;
}
.navbar-brand .brand-accent { color: var(--forest); font-style: italic; }
.brand-logo {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.brand-logo::after {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  border: 1px solid var(--gold);
  opacity: .7;
}
.main-nav .nav-link {
  font-family: var(--sans);
  color: var(--ink-soft);
  font-weight: 600;
  font-size: .95rem;
  margin: 0 10px;
  position: relative;
}
.main-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 10px; right: 10px; bottom: 0;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
}
.main-nav .nav-link:hover::after,
.main-nav .nav-link.active::after { transform: scaleX(1); }
.main-nav .nav-link.active { color: var(--ink); }

/* ---------- Kickers & section titles ---------- */
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--sans);
  color: var(--gold-dark);
  font-weight: 700;
  font-size: .78rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.kicker::before {
  content: "";
  width: 34px; height: 1.5px;
  background: var(--gold);
}
.kicker.kicker-center::after {
  content: "";
  width: 34px; height: 1.5px;
  background: var(--gold);
}

.section-title { text-align: center; max-width: 700px; margin: 0 auto 56px; }
.section-title .kicker { justify-content: center; }
.section-title h2 { font-size: 2.5rem; margin-bottom: 14px; }
.section-title h2 em { font-style: italic; color: var(--forest); }
.section-title p { margin: 0; font-size: 1.02rem; }
.section-title.text-start { text-align: left; margin-left: 0; }
.section-title.text-start .kicker { justify-content: flex-start; }

/* ---------- Hero (centered editorial) ---------- */
.hero {
  background:
    radial-gradient(900px 420px at 50% -8%, rgba(200, 151, 59, .16), transparent 62%),
    var(--cream);
  padding: 96px 0 90px;
  position: relative;
  overflow: hidden;
}
.hero::before, .hero::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(46, 107, 78, .12);
  border-radius: 50%;
}
.hero::before { width: 420px; height: 420px; left: -190px; top: -140px; }
.hero::after { width: 320px; height: 320px; right: -130px; bottom: -110px; }
.hero .container { position: relative; z-index: 1; }

.hero h1 {
  font-size: 3.6rem;
  font-weight: 600;
  letter-spacing: -.02em;
  color: var(--ink);
}
.hero h1 em { font-style: italic; color: var(--forest); }
.hero p.lead-text {
  font-size: 1.13rem;
  max-width: 620px;
  margin: 22px auto 0;
}

.hero-banner {
  margin-top: 58px;
  position: relative;
}
.hero-banner img {
  width: 100%;
  object-fit: cover;
  border-radius: 26px;
  box-shadow: var(--shadow);
  display: block;
}
.hero-banner .hero-caption {
  position: absolute;
  left: 26px; bottom: 26px;
  background: rgba(33, 43, 35, .82);
  backdrop-filter: blur(4px);
  color: var(--cream);
  border-radius: 14px;
  padding: 14px 22px;
  font-size: .9rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.hero-banner .hero-caption svg { color: var(--gold); }

/* ---------- About ---------- */
.about-img-wrap { position: relative; }
.about-img-wrap > img {
  border-radius: 24px;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 5 / 4;
  box-shadow: var(--shadow);
}
.about-img-wrap::before {
  content: "";
  position: absolute;
  inset: 22px -22px -22px 22px;
  border: 1px solid var(--gold);
  border-radius: 24px;
  z-index: -1;
  opacity: .65;
}

.check-list { list-style: none; padding: 0; margin: 0; }
.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 15px;
  font-weight: 600;
  color: var(--ink-soft);
}
.check-list .ck-icon {
  flex-shrink: 0;
  width: 27px; height: 27px;
  border-radius: 50%;
  background: var(--gold-soft);
  color: var(--gold-dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 3px;
}

/* ---------- Why choose us (numbered) ---------- */
.why-item {
  background: var(--paper);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 34px 30px;
  height: 100%;
  transition: all .3s ease;
  position: relative;
  overflow: hidden;
}
.why-item::after {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  background: var(--gold);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform .3s ease;
}
.why-item:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.why-item:hover::after { transform: scaleY(1); }
.why-num {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--gold-dark);
  display: inline-block;
  margin-bottom: 12px;
}
.why-item h3 { font-size: 1.25rem; margin-bottom: 10px; }
.why-item p { font-size: .95rem; margin: 0; }

/* ---------- Service cards ---------- */
.service-card {
  background: var(--paper);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: all .3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.service-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow);
  border-color: var(--gold);
}
.service-img { overflow: hidden; padding: 14px 14px 0; }
.service-img img {
  width: 100%;
  height: 205px;
  object-fit: cover;
  border-radius: 12px;
  transition: transform .5s ease;
  display: block;
}
.service-card:hover .service-img img { transform: scale(1.06); }
.service-body { padding: 26px 28px 30px; display: flex; flex-direction: column; flex-grow: 1; }
.service-body h3 { font-size: 1.3rem; margin-bottom: 10px; }
.service-body p { font-size: .94rem; flex-grow: 1; margin-bottom: 22px; }
.service-body .btn { align-self: flex-start; }

/* ---------- Testimonials (light editorial) ---------- */
.testimonial-section { background: var(--cream); position: relative; overflow: hidden; }
.testimonial-section::before {
  content: "“";
  position: absolute;
  font-family: var(--serif);
  font-size: 26rem;
  line-height: 1;
  color: rgba(46, 107, 78, .06);
  top: -70px;
  left: 4%;
  pointer-events: none;
}

.testimonial-card {
  background: var(--paper);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 54px 60px 46px;
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
  box-shadow: var(--shadow);
  position: relative;
}
.testimonial-card .t-quote {
  font-family: var(--serif);
  font-size: 3.2rem;
  line-height: .5;
  color: var(--gold);
  margin-bottom: 26px;
}
.testimonial-card blockquote {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 500;
  font-size: 1.32rem;
  color: var(--ink-soft);
  margin-bottom: 28px;
}
.testimonial-card .t-rule {
  width: 44px; height: 2px;
  background: var(--gold);
  margin: 0 auto 16px;
}
.testimonial-card .t-name {
  font-family: var(--sans);
  font-weight: 700;
  font-size: .98rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--ink);
  margin: 0;
}

.testimonial-carousel .carousel-indicators { bottom: -52px; }
.testimonial-carousel .carousel-indicators [data-bs-target] {
  width: 26px; height: 3px;
  border-radius: 3px;
  background: rgba(33, 43, 35, .2);
  border: none;
}
.testimonial-carousel .carousel-indicators .active { background: var(--gold); }

/* ---------- FAQ ---------- */
.faq-accordion .accordion-item {
  border: none;
  border-bottom: 1px solid var(--border);
  border-radius: 0 !important;
  background: transparent;
}
.faq-accordion .accordion-item:first-child { border-top: 1px solid var(--border); }
.faq-accordion .accordion-button {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.18rem;
  color: var(--ink);
  background: transparent;
  padding: 22px 8px;
  box-shadow: none;
}
.faq-accordion .accordion-button:not(.collapsed) { color: var(--forest); background: transparent; }
.faq-accordion .accordion-button:focus { box-shadow: none; }
.faq-accordion .accordion-button::after {
  background-image: none;
  content: "+";
  font-family: var(--sans);
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--gold-dark);
  width: auto; height: auto;
  transform: none;
  line-height: .8;
}
.faq-accordion .accordion-button:not(.collapsed)::after { content: "–"; transform: none; }
.faq-accordion .accordion-body { font-size: .97rem; padding: 0 8px 24px; }

/* ---------- CTA (full-bleed ink) ---------- */
.cta-section {
  background:
    radial-gradient(700px 320px at 88% 120%, rgba(200, 151, 59, .16), transparent 60%),
    var(--ink);
  padding: 96px 0;
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  content: "";
  position: absolute;
  width: 420px; height: 420px;
  border: 1px solid rgba(246, 241, 229, .08);
  border-radius: 50%;
  top: -200px; left: -140px;
}
.cta-section h2 { color: var(--cream); font-size: 2.6rem; }
.cta-section h2 em { font-style: italic; color: var(--gold); }
.cta-section p { color: rgba(246, 241, 229, .78); margin: 14px 0 0; font-size: 1.05rem; }
.cta-phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.35rem;
  color: var(--cream);
}
.cta-phone svg { color: var(--gold); }

/* CTA banner panel (inner pages) */
.cta-banner {
  background:
    radial-gradient(600px 280px at 92% 130%, rgba(200, 151, 59, .2), transparent 60%),
    var(--ink);
  border-radius: 28px;
  padding: 62px 56px;
  color: var(--cream);
  position: relative;
  overflow: hidden;
}
.cta-banner::before {
  content: "";
  position: absolute;
  width: 300px; height: 300px;
  border: 1px solid rgba(246, 241, 229, .09);
  border-radius: 50%;
  top: -150px; right: -80px;
}
.cta-banner h2 { color: var(--cream); font-size: 2.2rem; }
.cta-banner h2 em { font-style: italic; color: var(--gold); }
.cta-banner p { color: rgba(246, 241, 229, .78); margin-bottom: 0; }

/* ---------- Blog cards ---------- */
.blog-card {
  background: var(--paper);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all .3s ease;
}
.blog-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); border-color: var(--gold); }
.blog-card .blog-img { overflow: hidden; display: block; padding: 14px 14px 0; }
.blog-card .blog-img img {
  width: 100%; height: 215px; object-fit: cover;
  border-radius: 12px;
  transition: transform .5s ease; display: block;
}
.blog-card:hover .blog-img img { transform: scale(1.06); }
.blog-body { padding: 26px 28px 30px; display: flex; flex-direction: column; flex-grow: 1; }
.blog-body h3 { font-size: 1.28rem; margin-bottom: 12px; }
.blog-body h3 a { color: var(--ink); }
.blog-body h3 a:hover { color: var(--forest); }
.blog-body p.excerpt { font-size: .95rem; flex-grow: 1; margin-bottom: 18px; }
.read-more {
  font-weight: 700;
  font-size: .88rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--gold-dark);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.read-more:hover { color: var(--forest); gap: 12px; }

/* ---------- Page hero (inner pages) ---------- */
.page-hero {
  background:
    radial-gradient(600px 260px at 50% -30%, rgba(200, 151, 59, .18), transparent 65%),
    var(--cream);
  padding: 76px 0 66px;
  text-align: center;
  border-bottom: 1px solid var(--border);
}
.page-hero h1 { color: var(--ink); font-size: 2.9rem; }
.page-hero h1::after {
  content: "";
  display: block;
  width: 56px; height: 2px;
  background: var(--gold);
  margin: 22px auto 0;
}
.page-hero .hero-rule {
  width: 56px; height: 2px;
  background: var(--gold);
  margin: 20px auto 16px;
}
.page-hero .breadcrumb { justify-content: center; margin: 18px 0 0; font-size: .85rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.page-hero .breadcrumb a { color: var(--forest); }
.page-hero .breadcrumb-item.active { color: var(--gold-dark); }
.page-hero .breadcrumb-item + .breadcrumb-item::before { color: rgba(33,43,35,.35); }
.page-hero p.hero-sub { color: var(--text); max-width: 660px; margin: 18px auto 0; }

/* ---------- Info cards (contact) ---------- */
.info-card {
  background: var(--paper);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 34px 26px;
  text-align: center;
  height: 100%;
  transition: all .3s ease;
}
.info-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: var(--gold); }
.info-card .ic-icon {
  width: 60px; height: 60px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: var(--gold-soft);
  color: var(--gold-dark);
  display: flex; align-items: center; justify-content: center;
}
.info-card h3 { font-size: 1.2rem; margin-bottom: 8px; }
.info-card p, .info-card a { font-size: .93rem; margin: 0; color: var(--text); }
.info-card a:hover { color: var(--forest); }

/* ---------- Forms ---------- */
.form-card {
  background: var(--paper);
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 44px;
  box-shadow: var(--shadow);
}
.form-label { font-weight: 700; color: var(--ink); font-size: .88rem; letter-spacing: .02em; }
.form-control, .form-select {
  background: var(--cream);
  border: 1.5px solid transparent;
  border-radius: 10px;
  padding: 12px 16px;
  font-size: .95rem;
  color: var(--ink);
}
.form-control:focus, .form-select:focus {
  background: #fff;
  border-color: var(--forest);
  box-shadow: 0 0 0 4px rgba(46, 107, 78, .10);
}
.form-control::placeholder { color: #9aa095; }

.map-wrap {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid var(--border);
  height: 100%;
  min-height: 380px;
  background: var(--cream);
  box-shadow: var(--shadow);
}
.map-wrap iframe { width: 100%; height: 100%; min-height: 380px; border: 0; display: block; }

/* ---------- Newsletter / subscribe ---------- */
.subscribe-box { max-width: 660px; margin: 0 auto; text-align: center; }
.perk-list { list-style: none; padding: 0; margin: 0; text-align: left; }
.perk-list li { display: flex; gap: 13px; align-items: flex-start; margin-bottom: 15px; font-weight: 600; color: var(--ink-soft); }
.perk-list .ck-icon {
  flex-shrink: 0; width: 27px; height: 27px; border-radius: 50%;
  background: var(--gold-soft); color: var(--gold-dark);
  display: inline-flex; align-items: center; justify-content: center; margin-top: 3px;
}

.footer-newsletter .form-control {
  background: rgba(246, 241, 229, .08);
  border: 1px solid rgba(246, 241, 229, .22);
  color: #fff;
}
.footer-newsletter .form-control::placeholder { color: rgba(246, 241, 229, .5); }
.footer-newsletter .form-control:focus { background: rgba(246,241,229,.12); border-color: var(--gold); box-shadow: none; color: #fff; }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--ink);
  color: #b8c2b8;
  padding: 76px 0 0;
  font-size: .93rem;
}
.site-footer h5 {
  font-family: var(--sans);
  color: var(--cream);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 22px;
  position: relative;
  padding-bottom: 12px;
}
.site-footer h5::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 30px; height: 2px;
  background: var(--gold);
}
.site-footer a { color: #b8c2b8; }
.site-footer a:hover { color: var(--gold); }
.site-footer .navbar-brand { color: var(--cream) !important; }
.site-footer .navbar-brand span span { color: var(--gold) !important; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 11px; }
.footer-links a { display: inline-flex; align-items: center; gap: 8px; }
.footer-contact li { display: flex; gap: 12px; margin-bottom: 15px; align-items: flex-start; }
.footer-contact svg { flex-shrink: 0; margin-top: 4px; color: var(--gold); }
.social-icons { display: flex; gap: 10px; margin-top: 20px; }
.social-icons a {
  width: 40px; height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(246, 241, 229, .18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #d8dfd6;
}
.social-icons a:hover { background: var(--gold); border-color: var(--gold); color: var(--ink); transform: translateY(-3px); }

.footer-bottom {
  border-top: 1px solid rgba(246, 241, 229, .12);
  margin-top: 54px;
  padding: 22px 0;
  font-size: .86rem;
}
.footer-bottom a { margin: 0 6px; }

/* ---------- Back to top ---------- */
#backToTop {
  position: fixed;
  right: 24px; bottom: 24px;
  width: 48px; height: 48px;
  border-radius: 50%;
  border: none;
  background: var(--ink);
  color: var(--gold);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 26px rgba(33, 43, 35, .35);
  opacity: 0; visibility: hidden;
  transform: translateY(12px);
  transition: all .3s ease;
  z-index: 1050;
}
#backToTop.show { opacity: 1; visibility: visible; transform: translateY(0); }
#backToTop:hover { background: var(--forest); color: #fff; }

/* ---------- Reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .7s ease, transform .7s ease; }
.reveal.revealed { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ---------- Content pages (policy/terms/blog articles) ---------- */
.content-block h2 { font-size: 1.65rem; margin: 38px 0 14px; }
.content-block h3 { font-size: 1.2rem; margin: 26px 0 10px; }
.content-block p, .content-block li { font-size: .99rem; }
.content-block ul { padding-left: 22px; margin-bottom: 16px; }

.article-hero img { width: 100%; border-radius: 24px; max-height: 460px; object-fit: cover; box-shadow: var(--shadow); }
.author-box {
  display: flex; gap: 20px; align-items: center;
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 26px;
}
.author-box .a-avatar {
  width: 64px; height: 64px; flex-shrink: 0;
  border-radius: 50%;
  background: var(--ink);
  color: var(--gold);
  font-family: var(--serif);
  font-weight: 600; font-size: 1.35rem;
  display: flex; align-items: center; justify-content: center;
}

/* ---------- Misc ---------- */
.value-icon {
  width: 64px; height: 64px;
  border-radius: 50%;
  background: var(--gold-soft);
  color: var(--gold-dark);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 18px;
}

.step-num {
  width: 52px; height: 52px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--gold);
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.3rem;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 18px;
}

.feature-card {
  background: var(--paper);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 38px 30px;
  height: 100%;
  transition: all .3s ease;
}
.feature-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: var(--gold); }
.feature-icon {
  width: 62px; height: 62px;
  border-radius: 16px;
  background: var(--gold-soft);
  color: var(--gold-dark);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
  transition: all .3s ease;
}
.feature-card:hover .feature-icon { background: var(--forest); color: #fff; transform: rotate(-6deg) scale(1.05); }
.feature-card h3 { font-size: 1.3rem; margin-bottom: 10px; }
.feature-card p { font-size: .95rem; margin: 0; }

/* ---------- Responsive ---------- */
@media (max-width: 991.98px) {
  .hero { padding: 70px 0 64px; }
  .hero h1 { font-size: 2.7rem; }
  .hero-banner { margin-top: 44px; }
  section { padding: 66px 0; }
  .section-title h2 { font-size: 2rem; }
  .cta-section { padding: 66px 0; }
  .cta-section h2 { font-size: 2rem; }
  .about-img-wrap::before { display: none; }
  .main-nav .navbar-collapse { margin-top: 14px; }
  .main-nav .nav-link { margin: 4px 0; }
  .testimonial-card { padding: 40px 28px 36px; }
  .testimonial-card blockquote { font-size: 1.15rem; }
}

@media (max-width: 575.98px) {
  .hero h1 { font-size: 2.2rem; }
  .form-card { padding: 30px 22px; }
  .testimonial-card { padding: 34px 20px 30px; }
  .testimonial-section::before { font-size: 16rem; }
  .hero-banner .hero-caption { left: 14px; bottom: 14px; right: 14px; font-size: .82rem; }
  .page-hero h1 { font-size: 2.2rem; }
}

.blog-content {
  text-align: justify;
}