/* ==========================================================================
   Health Choice Zone — Main Stylesheet
   Palette: deep teal + warm coral on a soft mint canvas
   Type:    Fraunces (display) + Plus Jakarta Sans (body)
   ========================================================================== */

:root {
  /* Brand colours */
  --hc-teal:        #0E7C6B;
  --hc-teal-dark:   #07564A;
  --hc-teal-deep:   #04342E;
  --hc-mint:        #6FD3BE;
  --hc-mint-soft:   #D8F1EA;
  --hc-coral:       #FF6B57;
  --hc-coral-soft:  #FFE7E2;
  --hc-sun:         #FFC24B;
  --hc-ink:         #10221F;
  --hc-slate:       #566A66;
  --hc-line:        #E2ECE9;
  --hc-canvas:      #F6FAF8;
  --hc-white:       #FFFFFF;

  /* Effects */
  --hc-radius-sm:   14px;
  --hc-radius:      22px;
  --hc-radius-lg:   32px;
  --hc-shadow-sm:   0 2px 10px rgba(7, 60, 52, .06);
  --hc-shadow:      0 18px 44px rgba(7, 60, 52, .10);
  --hc-shadow-lg:   0 34px 70px rgba(7, 60, 52, .16);
  --hc-ring:        0 0 0 4px rgba(111, 211, 190, .22);
  --hc-ease:        cubic-bezier(.22, .9, .28, 1);

  /* Bootstrap overrides */
  --bs-primary:     #0E7C6B;
  --bs-link-color:  #0E7C6B;
  --bs-body-font-family: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  --bs-body-color:  #566A66;
  --bs-border-radius: 14px;
}

/* ==========================================================================
   Base
   ========================================================================== */

* { -webkit-tap-highlight-color: transparent; }

html { scroll-behavior: smooth; scroll-padding-top: 96px; }

body {
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  color: var(--hc-slate);
  background: var(--hc-canvas);
  font-size: 1.03rem;
  line-height: 1.75;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6, .hc-display {
  font-family: "Fraunces", "Plus Jakarta Sans", Georgia, serif;
  color: var(--hc-ink);
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: -.015em;
}

h1 { font-size: clamp(2.3rem, 5vw, 3.6rem); }
h2 { font-size: clamp(1.85rem, 3.6vw, 2.7rem); }
h3 { font-size: clamp(1.25rem, 2.2vw, 1.55rem); }

p:last-child { margin-bottom: 0; }
a { text-decoration: none; transition: color .25s var(--hc-ease); }
img { max-width: 100%; }
::selection { background: var(--hc-mint); color: var(--hc-teal-deep); }

:focus-visible {
  outline: 3px solid var(--hc-teal);
  outline-offset: 3px;
  border-radius: 6px;
}

.section { padding: clamp(64px, 8vw, 110px) 0; position: relative; }
.section-tight { padding: clamp(48px, 6vw, 76px) 0; }

/* Scroll-margin for in-page anchors */
[id] { scroll-margin-top: 110px; }

/* ==========================================================================
   Decorative background art
   ========================================================================== */

.hc-bg-art { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 0; }
.hc-bg-art > * { position: absolute; }

.hc-blob {
  border-radius: 46% 54% 58% 42% / 50% 42% 58% 50%;
  filter: blur(58px);
  opacity: .55;
}
.hc-blob--mint  { background: radial-gradient(circle at 30% 30%, #9BE7D6, rgba(155,231,214,0)); }
.hc-blob--coral { background: radial-gradient(circle at 30% 30%, #FFD3C8, rgba(255,211,200,0)); }
.hc-blob--sun   { background: radial-gradient(circle at 30% 30%, #FFE7B0, rgba(255,231,176,0)); }

.hc-grid-lines {
  inset: 0;
  background-image:
    linear-gradient(rgba(14,124,107,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(14,124,107,.055) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 0%, #000 20%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 0%, #000 20%, transparent 75%);
}

.hc-dots {
  width: 180px; height: 180px;
  background-image: radial-gradient(rgba(14,124,107,.28) 1.6px, transparent 1.6px);
  background-size: 18px 18px;
  opacity: .7;
}

.section-inner { position: relative; z-index: 1; }

/* ==========================================================================
   Utility components
   ========================================================================== */

.hc-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: .74rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase;
  color: var(--hc-teal);
  background: var(--hc-mint-soft);
  border: 1px solid rgba(14,124,107,.14);
  padding: 8px 18px; border-radius: 100px;
  margin-bottom: 20px;
}
.hc-eyebrow i { font-size: .95rem; }
.hc-eyebrow--coral { color: #C23C28; background: var(--hc-coral-soft); border-color: rgba(255,107,87,.2); }
.hc-eyebrow--light { color: #DFF7F0; background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.22); }

.hc-lead { font-size: clamp(1.05rem, 1.5vw, 1.19rem); color: var(--hc-slate); }

.hc-text-grad {
  background: linear-gradient(100deg, var(--hc-teal) 10%, #19A08A 45%, var(--hc-coral) 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}

.hc-underline {
  position: relative; display: inline-block;
}
.hc-underline::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: .04em; height: .34em;
  background: rgba(255,194,75,.42); border-radius: 100px; z-index: -1;
  transform: scaleX(0); transform-origin: left;
  animation: hc-swipe 1s .5s var(--hc-ease) forwards;
}
@keyframes hc-swipe { to { transform: scaleX(1); } }

/* Buttons ---------------------------------------------------------------- */
.btn {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700; font-size: .95rem; letter-spacing: .01em;
  border-radius: 100px; padding: 13px 28px;
  border: 2px solid transparent;
  transition: transform .3s var(--hc-ease), box-shadow .3s var(--hc-ease),
              background-color .3s var(--hc-ease), color .3s var(--hc-ease), border-color .3s var(--hc-ease);
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
}
.btn:active { transform: translateY(1px) scale(.99); }

.btn-hc-primary {
  background: linear-gradient(120deg, var(--hc-teal) 0%, #12937E 55%, #17A98F 100%);
  color: #fff;
  box-shadow: 0 12px 26px rgba(14,124,107,.30);
}
.btn-hc-primary:hover {
  color: #fff; transform: translateY(-3px);
  box-shadow: 0 20px 38px rgba(14,124,107,.38);
}

.btn-hc-coral {
  background: linear-gradient(120deg, var(--hc-coral) 0%, #FF8A5B 100%);
  color: #fff; box-shadow: 0 12px 26px rgba(255,107,87,.30);
}
.btn-hc-coral:hover { color: #fff; transform: translateY(-3px); box-shadow: 0 20px 38px rgba(255,107,87,.40); }

.btn-hc-ghost {
  background: #fff; color: var(--hc-teal-dark); border-color: var(--hc-line);
  box-shadow: var(--hc-shadow-sm);
}
.btn-hc-ghost:hover { border-color: var(--hc-mint); color: var(--hc-teal); transform: translateY(-3px); box-shadow: var(--hc-shadow); }

.btn-hc-light {
  background: rgba(255,255,255,.14); color: #fff; border-color: rgba(255,255,255,.34);
  backdrop-filter: blur(6px);
}
.btn-hc-light:hover { background: #fff; color: var(--hc-teal-dark); transform: translateY(-3px); }

.btn-hc-sm { padding: 10px 20px; font-size: .87rem; }
.btn-hc-lg { padding: 16px 34px; font-size: 1.02rem; }

/* Icon chip -------------------------------------------------------------- */
.hc-chip {
  width: 58px; height: 58px; flex: 0 0 58px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 18px; font-size: 1.5rem;
  background: var(--hc-mint-soft); color: var(--hc-teal);
  transition: transform .4s var(--hc-ease), background-color .4s var(--hc-ease), color .4s var(--hc-ease);
}
.hc-chip--coral { background: var(--hc-coral-soft); color: var(--hc-coral); }
.hc-chip--sun   { background: #FFF3D6; color: #C98A08; }

/* Cards base ------------------------------------------------------------- */
.hc-card {
  background: #fff; border: 1px solid var(--hc-line); border-radius: var(--hc-radius);
  box-shadow: var(--hc-shadow-sm);
  transition: transform .4s var(--hc-ease), box-shadow .4s var(--hc-ease), border-color .4s var(--hc-ease);
  height: 100%;
}
.hc-card:hover { transform: translateY(-8px); box-shadow: var(--hc-shadow); border-color: rgba(111,211,190,.6); }

/* Pills / tags ----------------------------------------------------------- */
.hc-tag {
  display: inline-block; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
  padding: 6px 14px; border-radius: 100px;
  background: var(--hc-mint-soft); color: var(--hc-teal-dark);
}
.hc-tag--coral { background: var(--hc-coral-soft); color: #C23C28; }
.hc-tag--sun   { background: #FFF3D6; color: #96690A; }

/* Section heading block -------------------------------------------------- */
.hc-head { max-width: 720px; margin-bottom: clamp(34px, 4vw, 54px); }
.hc-head--center { margin-left: auto; margin-right: auto; text-align: center; }
.hc-head p { margin-top: 14px; }

/* Divider wave ----------------------------------------------------------- */
.hc-wave { display: block; width: 100%; height: auto; line-height: 0; }

/* ==========================================================================
   Top bar
   ========================================================================== */

.hc-topbar {
  background: var(--hc-teal-deep);
  color: rgba(255,255,255,.86);
  font-size: .83rem;
  padding: 9px 0;
  position: relative; z-index: 1035;
}
.hc-topbar a { color: rgba(255,255,255,.86); font-weight: 600; }
.hc-topbar a:hover { color: var(--hc-mint); }
.hc-topbar i { color: var(--hc-mint); margin-right: 7px; }
.hc-topbar .hc-topbar-divider {
  width: 1px; height: 15px; background: rgba(255,255,255,.2); display: inline-block; margin: 0 16px;
  vertical-align: middle;
}
.hc-topbar .hc-topbar-links a + a { margin-left: 18px; }
@media (max-width: 991.98px) {
  .hc-topbar .hc-topbar-links { display: none; }
  .hc-topbar { text-align: center; }
  .hc-topbar .hc-topbar-divider { display: none; }
}

/* ==========================================================================
   Navbar
   ========================================================================== */

.hc-navbar {
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  border-bottom: 1px solid rgba(226,236,233,.9);
  padding: 14px 0;
  transition: box-shadow .35s var(--hc-ease), padding .35s var(--hc-ease), background-color .35s var(--hc-ease);
  z-index: 1034;
}
.hc-navbar.hc-scrolled {
  padding: 8px 0;
  box-shadow: 0 10px 30px rgba(7,60,52,.10);
  background: rgba(255,255,255,.96);
}

.hc-brand { display: inline-flex; align-items: center; gap: 12px; }
.hc-brand:hover { text-decoration: none; }

.hc-brand-mark {
  width: 48px; height: 48px; flex: 0 0 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--hc-teal) 0%, #17A98F 60%, var(--hc-mint) 100%);
  display: grid; place-items: center;
  color: #fff; font-size: 1.35rem;
  box-shadow: 0 10px 22px rgba(14,124,107,.32);
  position: relative; overflow: hidden;
}
.hc-brand-mark::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 78% 20%, rgba(255,255,255,.55), transparent 55%);
}
.hc-brand-mark i { position: relative; z-index: 1; }

.hc-brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.hc-brand-name {
  font-family: "Fraunces", serif; font-weight: 700; font-size: 1.2rem;
  color: var(--hc-ink); letter-spacing: -.02em;
}
.hc-brand-tag {
  font-size: .66rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase;
  color: var(--hc-teal); margin-top: 3px;
}

.hc-navbar .nav-link {
  font-weight: 600; font-size: .95rem; color: var(--hc-ink);
  padding: 10px 16px !important; border-radius: 100px; position: relative;
}
.hc-navbar .nav-link:hover { color: var(--hc-teal); background: var(--hc-mint-soft); }
.hc-navbar .nav-link.active { color: var(--hc-teal); background: var(--hc-mint-soft); }
.hc-navbar .nav-link.active::after {
  content: ""; position: absolute; left: 18px; right: 18px; bottom: 5px; height: 2px;
  background: var(--hc-coral); border-radius: 2px;
}

.hc-navbar .navbar-toggler {
  border: 1px solid var(--hc-line); padding: 8px 12px; border-radius: 12px;
  box-shadow: none !important;
}
.hc-navbar .navbar-toggler:focus { box-shadow: var(--hc-ring); }
.hc-navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(14,124,107,1)' stroke-linecap='round' stroke-width='2.4' d='M4 8h22M4 15h22M4 22h22'/%3e%3c/svg%3e");
}

@media (max-width: 991.98px) {
  .hc-navbar .navbar-collapse {
    background: #fff; border: 1px solid var(--hc-line); border-radius: var(--hc-radius);
    padding: 14px; margin-top: 14px; box-shadow: var(--hc-shadow);
  }
  .hc-navbar .nav-link { display: block; margin-bottom: 4px; }
  .hc-navbar .nav-link.active::after { display: none; }
  .hc-navbar .hc-nav-cta { margin-top: 10px; width: 100%; }
}

/* ==========================================================================
   Hero (home)
   ========================================================================== */

.hc-hero {
  position: relative;
  padding: clamp(60px, 8vw, 104px) 0 clamp(70px, 9vw, 120px);
  background:
    radial-gradient(1100px 520px at 88% -6%, rgba(111,211,190,.32), transparent 62%),
    radial-gradient(800px 460px at 4% 8%, rgba(255,194,75,.20), transparent 60%),
    linear-gradient(180deg, #FFFFFF 0%, var(--hc-canvas) 100%);
  overflow: hidden;
}

.hc-hero-title { font-size: clamp(2.4rem, 5.2vw, 3.9rem); font-weight: 700; }

.hc-hero-media { position: relative; }
.hc-hero-frame {
  position: relative; border-radius: 30px 90px 30px 90px; overflow: hidden;
  box-shadow: var(--hc-shadow-lg);
  border: 8px solid #fff;
  transform: rotate(-1.2deg);
  transition: transform .6s var(--hc-ease);
}
.hc-hero-frame:hover { transform: rotate(0deg) scale(1.01); }
.hc-hero-frame img { width: 100%; height: 100%; object-fit: cover; display: block; aspect-ratio: 4/4.4; }

.hc-float-card {
  position: absolute; background: #fff; border-radius: 20px;
  box-shadow: var(--hc-shadow); padding: 14px 18px;
  display: flex; align-items: center; gap: 13px;
  border: 1px solid var(--hc-line);
  animation: hc-float 6s ease-in-out infinite;
  max-width: 265px;
}
.hc-float-card strong { display: block; color: var(--hc-ink); font-size: .93rem; font-weight: 700; line-height: 1.25; }
.hc-float-card span { display: block; font-size: .78rem; color: var(--hc-slate); line-height: 1.35; }
.hc-float-card--a { top: 9%; left: -12px; }
.hc-float-card--b { bottom: 11%; right: -10px; animation-delay: 1.6s; }
.hc-float-card--c { bottom: -18px; left: 8%; animation-delay: 3s; }

@keyframes hc-float {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-11px); }
}

.hc-hero-points { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 12px; }
.hc-hero-points li { display: flex; align-items: flex-start; gap: 12px; font-weight: 600; color: var(--hc-ink); }
.hc-hero-points i {
  color: var(--hc-teal); background: var(--hc-mint-soft); border-radius: 50%;
  width: 26px; height: 26px; flex: 0 0 26px; display: grid; place-items: center; font-size: .8rem; margin-top: 2px;
}

@media (max-width: 991.98px) {
  .hc-float-card--a { left: 0; }
  .hc-float-card--b { right: 0; }
}
@media (max-width: 575.98px) {
  .hc-float-card { display: none; }
  .hc-hero-frame { border-radius: 26px 60px 26px 60px; }
}

/* Marquee ribbon --------------------------------------------------------- */
.hc-ribbon {
  background: var(--hc-teal-deep); color: #fff; overflow: hidden;
  padding: 16px 0; position: relative;
}
.hc-ribbon-track {
  display: flex; gap: 0; width: max-content;
  animation: hc-marquee 34s linear infinite;
}
.hc-ribbon:hover .hc-ribbon-track { animation-play-state: paused; }
.hc-ribbon-item {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 0 30px; font-weight: 700; letter-spacing: .04em; font-size: .95rem; white-space: nowrap;
}
.hc-ribbon-item i { color: var(--hc-mint); }
.hc-ribbon-item::after {
  content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--hc-coral); margin-left: 30px;
}
@keyframes hc-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ==========================================================================
   About block
   ========================================================================== */

.hc-about-media { position: relative; }
.hc-about-img {
  border-radius: 90px 26px 90px 26px; overflow: hidden; box-shadow: var(--hc-shadow-lg);
  border: 8px solid #fff;
}
.hc-about-img img { width: 100%; display: block; object-fit: cover; aspect-ratio: 4/4.2; }
.hc-about-badge {
  position: absolute; bottom: 26px; left: -14px;
  background: linear-gradient(130deg, var(--hc-coral), #FF9068);
  color: #fff; border-radius: 20px; padding: 18px 22px;
  box-shadow: 0 20px 40px rgba(255,107,87,.34);
  max-width: 250px;
}
.hc-about-badge strong { display: block; font-family: "Fraunces", serif; font-size: 1.12rem; line-height: 1.2; }
.hc-about-badge span { font-size: .82rem; opacity: .94; }

.hc-check-list { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 14px; }
.hc-check-list li { display: flex; gap: 14px; align-items: flex-start; }
.hc-check-list i {
  width: 28px; height: 28px; flex: 0 0 28px; border-radius: 9px; display: grid; place-items: center;
  background: var(--hc-mint-soft); color: var(--hc-teal); font-size: .9rem; margin-top: 3px;
}
.hc-check-list strong { color: var(--hc-ink); font-weight: 700; }

/* ==========================================================================
   Why choose us
   ========================================================================== */

.hc-why {
  background:
    radial-gradient(760px 420px at 100% 0%, rgba(111,211,190,.18), transparent 60%),
    linear-gradient(180deg, #fff 0%, var(--hc-canvas) 100%);
}

.hc-why-card {
  background: #fff; border: 1px solid var(--hc-line); border-radius: var(--hc-radius);
  padding: 30px 26px; height: 100%; position: relative; overflow: hidden;
  transition: transform .4s var(--hc-ease), box-shadow .4s var(--hc-ease), border-color .4s var(--hc-ease);
}
.hc-why-card::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--hc-teal), var(--hc-mint));
  transform: scaleX(0); transform-origin: left; transition: transform .45s var(--hc-ease);
}
.hc-why-card:hover { transform: translateY(-8px); box-shadow: var(--hc-shadow); border-color: transparent; }
.hc-why-card:hover::before { transform: scaleX(1); }
.hc-why-card h3 { font-size: 1.2rem; margin: 18px 0 10px; }
.hc-why-card p { font-size: .97rem; margin: 0; }

.hc-why-card--alt::before { background: linear-gradient(90deg, var(--hc-coral), #FFA48A); }
.hc-why-card--sun::before { background: linear-gradient(90deg, #F0A91C, var(--hc-sun)); }

/* ==========================================================================
   Services grid
   ========================================================================== */

.hc-services { background: var(--hc-canvas); }

.hc-service-card {
  background: #fff; border: 1px solid var(--hc-line); border-radius: var(--hc-radius);
  overflow: hidden; height: 100%; display: flex; flex-direction: column;
  transition: transform .45s var(--hc-ease), box-shadow .45s var(--hc-ease), border-color .45s var(--hc-ease);
}
.hc-service-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--hc-shadow-lg);
  border-color: rgba(111,211,190,.75);
}

.hc-service-media { position: relative; overflow: hidden; }
.hc-service-media img {
  width: 100%; height: 218px; object-fit: cover; display: block;
  transition: transform .8s var(--hc-ease);
}
.hc-service-card:hover .hc-service-media img { transform: scale(1.09); }
.hc-service-media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(4,52,46,0) 40%, rgba(4,52,46,.42) 100%);
}
.hc-service-icon {
  position: absolute; left: 18px; bottom: -24px; z-index: 2;
  width: 52px; height: 52px; border-radius: 16px; display: grid; place-items: center;
  background: linear-gradient(135deg, var(--hc-teal), #1AA98E);
  color: #fff; font-size: 1.3rem; border: 3px solid #fff;
  box-shadow: 0 10px 22px rgba(14,124,107,.30);
  transition: transform .45s var(--hc-ease);
}
.hc-service-card:hover .hc-service-icon { transform: translateY(-4px) rotate(-6deg); }
.hc-service-icon--coral { background: linear-gradient(135deg, var(--hc-coral), #FF9371); box-shadow: 0 10px 22px rgba(255,107,87,.30); }
.hc-service-icon--sun   { background: linear-gradient(135deg, #EFA113, var(--hc-sun)); box-shadow: 0 10px 22px rgba(240,169,28,.30); }

.hc-service-body { padding: 38px 24px 26px; display: flex; flex-direction: column; flex: 1; }
.hc-service-body h3 { font-size: 1.22rem; margin-bottom: 10px; }
.hc-service-body p { font-size: .95rem; flex: 1; }
.hc-service-body .btn { align-self: flex-start; margin-top: 20px; }

.hc-service-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 14px; }
.hc-service-tags span {
  font-size: .7rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  color: var(--hc-teal); background: var(--hc-mint-soft); border-radius: 100px; padding: 4px 11px;
}

/* ==========================================================================
   Testimonials
   ========================================================================== */

.hc-testimonials {
  background:
    radial-gradient(900px 500px at 12% 0%, rgba(255,194,75,.14), transparent 60%),
    linear-gradient(180deg, #fff 0%, var(--hc-mint-soft) 140%);
}

.hc-quote {
  background: #fff; border: 1px solid var(--hc-line); border-radius: var(--hc-radius);
  padding: 30px 28px 26px; height: 100%; position: relative; overflow: hidden;
  box-shadow: var(--hc-shadow-sm);
  transition: transform .4s var(--hc-ease), box-shadow .4s var(--hc-ease);
}
.hc-quote:hover { transform: translateY(-7px); box-shadow: var(--hc-shadow); }
.hc-quote::before {
  content: "\201C";
  position: absolute; top: -18px; right: 16px;
  font-family: "Fraunces", serif; font-size: 8rem; line-height: 1;
  color: var(--hc-mint-soft); z-index: 0;
}
.hc-quote > * { position: relative; z-index: 1; }
.hc-quote-stars { color: var(--hc-sun); letter-spacing: 2px; font-size: .95rem; margin-bottom: 14px; }
.hc-quote-text { color: var(--hc-ink); font-size: 1.02rem; line-height: 1.72; margin-bottom: 22px; }
.hc-quote-person { display: flex; align-items: center; gap: 14px; }
.hc-quote-person img {
  width: 52px; height: 52px; border-radius: 50%; object-fit: cover;
  border: 3px solid var(--hc-mint-soft); background: var(--hc-mint-soft);
}
.hc-quote-person strong { display: block; color: var(--hc-ink); font-size: .99rem; }
.hc-quote-person span { display: block; font-size: .82rem; color: var(--hc-slate); }

.hc-quote--featured {
  background: linear-gradient(140deg, var(--hc-teal-dark), var(--hc-teal));
  border-color: transparent; color: #fff;
}
.hc-quote--featured .hc-quote-text, .hc-quote--featured .hc-quote-person strong { color: #fff; }
.hc-quote--featured .hc-quote-person span { color: rgba(255,255,255,.78); }
.hc-quote--featured::before { color: rgba(255,255,255,.14); }

/* Carousel variant for smaller screens */
.hc-testi-carousel .carousel-indicators { margin-bottom: -3.4rem; }
.hc-testi-carousel .carousel-indicators [data-bs-target] {
  width: 10px; height: 10px; border-radius: 50%; background-color: var(--hc-teal);
  border: 0; opacity: .28; margin: 0 5px;
}
.hc-testi-carousel .carousel-indicators .active { opacity: 1; background-color: var(--hc-coral); }

/* ==========================================================================
   Blog
   ========================================================================== */

.hc-post-card {
  background: #fff; border: 1px solid var(--hc-line); border-radius: var(--hc-radius);
  overflow: hidden; height: 100%; display: flex; flex-direction: column;
  transition: transform .45s var(--hc-ease), box-shadow .45s var(--hc-ease);
}
.hc-post-card:hover { transform: translateY(-9px); box-shadow: var(--hc-shadow-lg); }
.hc-post-media { position: relative; overflow: hidden; display: block; }
.hc-post-media img {
  width: 100%; height: 232px; object-fit: cover; display: block;
  transition: transform .8s var(--hc-ease);
}
.hc-post-card:hover .hc-post-media img { transform: scale(1.08); }
.hc-post-cat {
  position: absolute; top: 16px; left: 16px; z-index: 2;
  background: rgba(255,255,255,.94); color: var(--hc-teal-dark);
  font-size: .71rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
  padding: 7px 14px; border-radius: 100px; box-shadow: var(--hc-shadow-sm);
}
.hc-post-body { padding: 26px 24px; display: flex; flex-direction: column; flex: 1; }
.hc-post-meta {
  display: flex; flex-wrap: wrap; align-items: center; gap: 8px 16px;
  font-size: .82rem; color: var(--hc-slate); margin-bottom: 12px;
}
.hc-post-meta i { color: var(--hc-teal); margin-right: 6px; }
.hc-post-body h3 { font-size: 1.24rem; margin-bottom: 12px; }
.hc-post-body h3 a { color: var(--hc-ink); }
.hc-post-body h3 a:hover { color: var(--hc-teal); }
.hc-post-body p { font-size: .96rem; flex: 1; }
.hc-read-more {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 20px;
  font-weight: 700; font-size: .92rem; color: var(--hc-teal);
}
.hc-read-more i { transition: transform .35s var(--hc-ease); }
.hc-read-more:hover { color: var(--hc-coral); }
.hc-read-more:hover i { transform: translateX(6px); }

/* ==========================================================================
   FAQ
   ========================================================================== */

.hc-faq { background: var(--hc-canvas); }

.hc-faq .accordion-item {
  background: #fff; border: 1px solid var(--hc-line) !important;
  border-radius: var(--hc-radius) !important; margin-bottom: 14px; overflow: hidden;
  box-shadow: var(--hc-shadow-sm);
}
.hc-faq .accordion-button {
  background: #fff; color: var(--hc-ink);
  font-family: "Plus Jakarta Sans", sans-serif; font-weight: 700; font-size: 1.02rem;
  padding: 22px 26px; box-shadow: none !important; gap: 14px;
}
.hc-faq .accordion-button:not(.collapsed) {
  background: linear-gradient(180deg, #fff, var(--hc-mint-soft));
  color: var(--hc-teal-dark);
}
.hc-faq .accordion-button::after {
  background: none; content: "\F4FE";
  font-family: "bootstrap-icons"; font-size: 1.05rem; color: var(--hc-teal);
  width: auto; height: auto; transform: none; margin-left: auto;
}
.hc-faq .accordion-button:not(.collapsed)::after { content: "\F2EA"; }
.hc-faq .accordion-body { padding: 4px 26px 26px; color: var(--hc-slate); }
.hc-faq .accordion-body strong { color: var(--hc-ink); }

.hc-faq-aside {
  background: linear-gradient(150deg, var(--hc-teal-deep), var(--hc-teal) 85%);
  border-radius: var(--hc-radius-lg); padding: 38px 32px; color: #fff;
  position: relative; overflow: hidden;
  box-shadow: var(--hc-shadow-lg);
}
.hc-faq-aside::after {
  content: ""; position: absolute; width: 260px; height: 260px; border-radius: 50%;
  background: radial-gradient(circle, rgba(111,211,190,.45), transparent 70%);
  top: -90px; right: -80px;
}
.hc-faq-aside h3, .hc-faq-aside strong { color: #fff; }
.hc-faq-aside > * { position: relative; z-index: 1; }
.hc-faq-aside p { color: rgba(255,255,255,.85); }
.hc-faq-contact { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 14px; }
.hc-faq-contact li { display: flex; gap: 13px; align-items: center; }
.hc-faq-contact i {
  width: 42px; height: 42px; flex: 0 0 42px; border-radius: 13px; display: grid; place-items: center;
  background: rgba(255,255,255,.14); color: var(--hc-mint); font-size: 1.05rem;
}
.hc-faq-contact a { color: #fff; font-weight: 700; word-break: break-word; }
.hc-faq-contact a:hover { color: var(--hc-mint); }
.hc-faq-contact span { font-size: .78rem; display: block; color: rgba(255,255,255,.65); letter-spacing: .08em; text-transform: uppercase; }

/* ==========================================================================
   CTA banner
   ========================================================================== */

.hc-cta {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, var(--hc-teal-deep) 0%, var(--hc-teal) 52%, #14917C 100%);
  color: #fff; border-radius: var(--hc-radius-lg);
  padding: clamp(40px, 5vw, 64px);
  box-shadow: var(--hc-shadow-lg);
}
.hc-cta::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 88% 14%, rgba(255,194,75,.28), transparent 42%),
    radial-gradient(circle at 8% 88%, rgba(111,211,190,.30), transparent 46%);
}
.hc-cta > * { position: relative; z-index: 1; }
.hc-cta h2 { color: #fff; }
.hc-cta p { color: rgba(255,255,255,.86); }
.hc-cta-pattern {
  position: absolute; inset: 0; opacity: .3; z-index: 0;
  background-image: radial-gradient(rgba(255,255,255,.34) 1.4px, transparent 1.4px);
  background-size: 22px 22px;
  mask-image: radial-gradient(ellipse 60% 70% at 100% 0%, #000, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse 60% 70% at 100% 0%, #000, transparent 70%);
}

.hc-cta-full {
  background:
    linear-gradient(100deg, rgba(4,52,46,.94) 0%, rgba(7,86,74,.88) 46%, rgba(14,124,107,.62) 100%),
    url("../img/cta-consultation.jpg") center/cover no-repeat;
  padding: clamp(66px, 8vw, 110px) 0;
  color: #fff; position: relative; overflow: hidden;
}
.hc-cta-full h2, .hc-cta-full h3 { color: #fff; }
.hc-cta-full p { color: rgba(255,255,255,.87); }

/* ==========================================================================
   Page hero (interior pages)
   ========================================================================== */

.hc-page-hero {
  position: relative; overflow: hidden;
  padding: clamp(58px, 7vw, 92px) 0 clamp(58px, 7vw, 92px);
  background:
    radial-gradient(760px 400px at 84% 0%, rgba(111,211,190,.34), transparent 60%),
    radial-gradient(600px 340px at 6% 100%, rgba(255,194,75,.20), transparent 60%),
    linear-gradient(180deg, #fff 0%, var(--hc-canvas) 100%);
  border-bottom: 1px solid var(--hc-line);
}
.hc-page-hero h1 { font-size: clamp(2.1rem, 4.4vw, 3.2rem); }
.hc-page-hero--dark {
  background:
    radial-gradient(760px 420px at 82% 10%, rgba(111,211,190,.24), transparent 60%),
    linear-gradient(135deg, var(--hc-teal-deep), var(--hc-teal) 88%);
  border-bottom: 0;
}
.hc-page-hero--dark h1, .hc-page-hero--dark p { color: #fff; }
.hc-page-hero--dark p { color: rgba(255,255,255,.86); }

.hc-breadcrumb {
  display: flex; flex-wrap: wrap; align-items: center; gap: 9px;
  font-size: .85rem; font-weight: 600; margin-bottom: 18px;
}
.hc-breadcrumb a { color: var(--hc-teal); }
.hc-breadcrumb a:hover { color: var(--hc-coral); }
.hc-breadcrumb .hc-sep { color: rgba(86,106,102,.5); }
.hc-breadcrumb .hc-current { color: var(--hc-slate); }
.hc-page-hero--dark .hc-breadcrumb a { color: var(--hc-mint); }
.hc-page-hero--dark .hc-breadcrumb .hc-current { color: rgba(255,255,255,.9); }
.hc-page-hero--dark .hc-breadcrumb .hc-sep { color: rgba(255,255,255,.5); }

/* ==========================================================================
   Forms
   ========================================================================== */

.hc-form-card {
  background: #fff; border: 1px solid var(--hc-line); border-radius: var(--hc-radius-lg);
  padding: clamp(28px, 4vw, 44px); box-shadow: var(--hc-shadow);
}
.hc-form-label {
  font-size: .8rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase;
  color: var(--hc-ink); margin-bottom: 8px;
}
.hc-form-control {
  border: 2px solid var(--hc-line); border-radius: 14px; padding: 13px 16px;
  font-size: .97rem; color: var(--hc-ink); background: #FCFEFD;
  transition: border-color .3s var(--hc-ease), box-shadow .3s var(--hc-ease), background-color .3s var(--hc-ease);
  width: 100%;
}
.hc-form-control::placeholder { color: #A6B7B3; }
.hc-form-control:focus {
  border-color: var(--hc-teal); background: #fff;
  box-shadow: var(--hc-ring); outline: none;
}
.hc-form-control.is-invalid { border-color: #E2503C; background: #FFF7F5; }
textarea.hc-form-control { min-height: 140px; resize: vertical; }
select.hc-form-control { appearance: none; -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230E7C6B'%3e%3cpath d='M1.6 5.2a.8.8 0 0 1 1.1 0L8 10.5l5.3-5.3a.8.8 0 1 1 1.1 1.1l-5.8 5.9a.8.8 0 0 1-1.1 0L1.6 6.3a.8.8 0 0 1 0-1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat; background-position: right 15px center; background-size: 15px; padding-right: 44px;
}
.hc-form-hint { font-size: .82rem; color: var(--hc-slate); margin-top: 8px; }
.hc-form-error { font-size: .82rem; color: #D3412C; margin-top: 7px; display: none; font-weight: 600; }
.hc-form-error.show { display: block; }

.hc-input-icon { position: relative; }
.hc-input-icon > i {
  position: absolute; left: 16px; top: 50%; transform: translateY(-50%);
  color: var(--hc-teal); font-size: 1.05rem; pointer-events: none;
}
.hc-input-icon .hc-form-control { padding-left: 46px; }

/* Checkbox / radio custom */
.hc-check { display: flex; gap: 12px; align-items: flex-start; cursor: pointer; }
.hc-check input {
  appearance: none; -webkit-appearance: none;
  width: 22px; height: 22px; flex: 0 0 22px; margin: 2px 0 0;
  border: 2px solid #C8D9D5; border-radius: 7px; background: #fff; cursor: pointer;
  transition: all .25s var(--hc-ease); position: relative;
}
.hc-check input[type="radio"] { border-radius: 50%; }
.hc-check input:checked { background: var(--hc-teal); border-color: var(--hc-teal); }
.hc-check input:checked::after {
  content: "\F26E"; font-family: "bootstrap-icons"; color: #fff;
  font-size: .78rem; position: absolute; inset: 0; display: grid; place-items: center;
}
.hc-check input[type="radio"]:checked::after {
  content: ""; width: 8px; height: 8px; border-radius: 50%; background: #fff;
}
.hc-check span { font-size: .92rem; }
.hc-check a { color: var(--hc-teal); font-weight: 700; }
.hc-check a:hover { color: var(--hc-coral); }

/* Alert / toast */
.hc-alert {
  border-radius: 16px; padding: 16px 20px; font-size: .95rem; font-weight: 600;
  display: none; gap: 12px; align-items: flex-start; border: 1px solid transparent;
}
.hc-alert.show { display: flex; animation: hc-pop .45s var(--hc-ease); }
.hc-alert i { font-size: 1.2rem; line-height: 1.4; }
.hc-alert--success { background: #E7F8F2; color: #07564A; border-color: #B6E6D8; }
.hc-alert--error   { background: #FDEEEB; color: #A8351F; border-color: #F8CFC6; }
@keyframes hc-pop { from { opacity: 0; transform: translateY(-8px) scale(.98); } to { opacity: 1; transform: none; } }

/* Interest chips (contact form) */
.hc-chipset { display: flex; flex-wrap: wrap; gap: 9px; }
.hc-chip-choice input { position: absolute; opacity: 0; pointer-events: none; }
.hc-chip-choice span {
  display: inline-flex; align-items: center; gap: 8px; cursor: pointer;
  border: 2px solid var(--hc-line); background: #fff; color: var(--hc-slate);
  border-radius: 100px; padding: 9px 16px; font-size: .86rem; font-weight: 700;
  transition: all .28s var(--hc-ease); user-select: none;
}
.hc-chip-choice span:hover { border-color: var(--hc-mint); color: var(--hc-teal); }
.hc-chip-choice input:checked + span {
  background: var(--hc-teal); border-color: var(--hc-teal); color: #fff;
  box-shadow: 0 8px 18px rgba(14,124,107,.26);
}
.hc-chip-choice input:focus-visible + span { box-shadow: var(--hc-ring); }

/* ==========================================================================
   Contact page
   ========================================================================== */

.hc-contact-card {
  background: #fff; border: 1px solid var(--hc-line); border-radius: var(--hc-radius);
  padding: 26px 24px; height: 100%; box-shadow: var(--hc-shadow-sm);
  transition: transform .4s var(--hc-ease), box-shadow .4s var(--hc-ease), border-color .4s var(--hc-ease);
}
.hc-contact-card:hover { transform: translateY(-7px); box-shadow: var(--hc-shadow); border-color: rgba(111,211,190,.6); }
.hc-contact-card h3 { font-size: 1.08rem; margin: 16px 0 8px; }
.hc-contact-card p, .hc-contact-card a { font-size: .96rem; color: var(--hc-slate); }
.hc-contact-card a { font-weight: 700; color: var(--hc-ink); word-break: break-word; }
.hc-contact-card a:hover { color: var(--hc-teal); }
.hc-contact-card .hc-chip { margin-bottom: 2px; }

.hc-map-frame {
  border-radius: var(--hc-radius-lg); overflow: hidden; border: 1px solid var(--hc-line);
  box-shadow: var(--hc-shadow); background: var(--hc-mint-soft);
}
.hc-map-frame iframe { width: 100%; height: 400px; border: 0; display: block; }

.hc-hours { list-style: none; padding: 0; margin: 0; }
.hc-hours li {
  display: flex; justify-content: space-between; gap: 14px;
  padding: 12px 0; border-bottom: 1px dashed var(--hc-line); font-size: .95rem;
}
.hc-hours li:last-child { border-bottom: 0; }
.hc-hours strong { color: var(--hc-ink); font-weight: 700; }
.hc-hours span { color: var(--hc-teal); font-weight: 700; }

/* ==========================================================================
   Article / blog detail
   ========================================================================== */

.hc-article-head { position: relative; }
.hc-article-cover {
  border-radius: var(--hc-radius-lg); overflow: hidden; box-shadow: var(--hc-shadow-lg);
  border: 8px solid #fff; margin-top: 34px;
}
.hc-article-cover img { width: 100%; display: block; object-fit: cover; aspect-ratio: 16/8; }

.hc-article-body { font-size: 1.06rem; }
.hc-article-body h2 { font-size: clamp(1.5rem, 2.6vw, 1.95rem); margin: 42px 0 16px; }
.hc-article-body h3 { font-size: 1.28rem; margin: 32px 0 12px; }
.hc-article-body p { margin-bottom: 18px; }
.hc-article-body ul, .hc-article-body ol { margin: 0 0 22px; padding-left: 0; list-style: none; }
.hc-article-body ul li, .hc-article-body ol li { position: relative; padding-left: 34px; margin-bottom: 12px; }
.hc-article-body ul li::before {
  content: "\F26E"; font-family: "bootstrap-icons"; color: var(--hc-teal);
  position: absolute; left: 0; top: 1px;
  width: 24px; height: 24px; border-radius: 8px; background: var(--hc-mint-soft);
  display: grid; place-items: center; font-size: .78rem;
}
.hc-article-body ol { counter-reset: hc-ol; }
.hc-article-body ol li { counter-increment: hc-ol; }
.hc-article-body ol li::before {
  content: counter(hc-ol); font-family: "Fraunces", serif; font-weight: 700;
  color: var(--hc-teal-dark); background: var(--hc-mint-soft);
  position: absolute; left: 0; top: 2px; width: 24px; height: 24px; border-radius: 8px;
  display: grid; place-items: center; font-size: .82rem;
}
.hc-article-body blockquote {
  margin: 32px 0; padding: 26px 30px; border-left: 5px solid var(--hc-coral);
  background: linear-gradient(120deg, #fff, var(--hc-mint-soft));
  border-radius: 0 var(--hc-radius) var(--hc-radius) 0;
  font-family: "Fraunces", serif; font-size: 1.28rem; line-height: 1.55; color: var(--hc-ink);
}
.hc-article-body blockquote p { margin: 0; }
.hc-callout {
  background: #FFF8E9; border: 1px solid #F6E2B4; border-radius: var(--hc-radius);
  padding: 24px 26px; margin: 30px 0;
}
.hc-callout strong { color: var(--hc-ink); }
.hc-callout-title {
  display: flex; align-items: center; gap: 10px; margin-bottom: 10px;
  font-weight: 800; color: #96690A; text-transform: uppercase; letter-spacing: .1em; font-size: .78rem;
}

.hc-byline { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 20px; }
.hc-byline-avatar {
  width: 56px; height: 56px; border-radius: 50%; object-fit: cover;
  border: 3px solid #fff; box-shadow: var(--hc-shadow-sm); background: var(--hc-mint-soft);
}
.hc-byline strong { display: block; color: var(--hc-ink); font-size: 1rem; }
.hc-byline span { display: block; font-size: .85rem; }

.hc-share { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.hc-share-btn {
  width: 44px; height: 44px; border-radius: 13px; display: grid; place-items: center;
  background: #fff; border: 1px solid var(--hc-line); color: var(--hc-slate); font-size: 1.05rem;
  box-shadow: var(--hc-shadow-sm); transition: all .3s var(--hc-ease);
}
.hc-share-btn:hover { background: var(--hc-teal); border-color: var(--hc-teal); color: #fff; transform: translateY(-3px); }

.hc-article-nav {
  display: flex; flex-direction: column; gap: 6px; padding: 24px; border-radius: var(--hc-radius);
  background: #fff; border: 1px solid var(--hc-line); height: 100%;
  transition: all .35s var(--hc-ease);
}
.hc-article-nav:hover { transform: translateY(-5px); box-shadow: var(--hc-shadow); border-color: rgba(111,211,190,.6); }
.hc-article-nav small {
  font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--hc-teal);
}
.hc-article-nav strong { font-family: "Fraunces", serif; font-size: 1.05rem; color: var(--hc-ink); line-height: 1.35; }
.hc-article-nav:hover strong { color: var(--hc-teal); }

.hc-sidebar-card {
  background: #fff; border: 1px solid var(--hc-line); border-radius: var(--hc-radius);
  padding: 26px; box-shadow: var(--hc-shadow-sm); margin-bottom: 22px;
}
.hc-sidebar-card h3 { font-size: 1.1rem; margin-bottom: 16px; }
.hc-side-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.hc-side-list a {
  display: flex; gap: 11px; align-items: flex-start; color: var(--hc-slate); font-size: .94rem; font-weight: 600;
}
.hc-side-list a i { color: var(--hc-teal); margin-top: 4px; font-size: .8rem; }
.hc-side-list a:hover { color: var(--hc-teal); }

/* ==========================================================================
   Newsletter (subscribe / unsubscribe)
   ========================================================================== */

.hc-news-hero {
  background:
    radial-gradient(700px 380px at 85% 0%, rgba(111,211,190,.30), transparent 60%),
    radial-gradient(520px 320px at 5% 100%, rgba(255,194,75,.18), transparent 60%),
    linear-gradient(180deg, #fff, var(--hc-canvas));
}
.hc-news-hero--coral {
  background:
    radial-gradient(700px 380px at 85% 0%, rgba(255,107,87,.16), transparent 60%),
    radial-gradient(520px 320px at 5% 100%, rgba(111,211,190,.20), transparent 60%),
    linear-gradient(180deg, #fff, var(--hc-canvas));
}

.hc-perk {
  display: flex; gap: 15px; align-items: flex-start; padding: 18px 20px;
  background: #fff; border: 1px solid var(--hc-line); border-radius: 18px;
  transition: all .35s var(--hc-ease); height: 100%;
}
.hc-perk:hover { transform: translateY(-5px); box-shadow: var(--hc-shadow); border-color: rgba(111,211,190,.6); }
.hc-perk i {
  width: 44px; height: 44px; flex: 0 0 44px; border-radius: 14px; display: grid; place-items: center;
  background: var(--hc-mint-soft); color: var(--hc-teal); font-size: 1.15rem;
}
.hc-perk strong { display: block; color: var(--hc-ink); font-size: .99rem; margin-bottom: 3px; }
.hc-perk span { font-size: .88rem; color: var(--hc-slate); line-height: 1.55; }

.hc-plan-card {
  background: #fff; border: 2px solid var(--hc-line); border-radius: var(--hc-radius);
  padding: 26px; height: 100%; position: relative; cursor: pointer;
  transition: all .32s var(--hc-ease);
}
.hc-plan-card:hover { border-color: var(--hc-mint); transform: translateY(-5px); box-shadow: var(--hc-shadow); }
.hc-plan-card input { position: absolute; opacity: 0; pointer-events: none; }
.hc-plan-card input:checked ~ .hc-plan-inner { color: var(--hc-teal-dark); }
.hc-plan-card:has(input:checked) {
  border-color: var(--hc-teal); background: linear-gradient(180deg, #fff, var(--hc-mint-soft));
  box-shadow: 0 16px 34px rgba(14,124,107,.18);
}
.hc-plan-card:has(input:focus-visible) { box-shadow: var(--hc-ring); }
.hc-plan-inner { display: flex; gap: 14px; align-items: flex-start; }
.hc-plan-inner i { font-size: 1.4rem; color: var(--hc-teal); }
.hc-plan-inner strong { display: block; color: var(--hc-ink); font-size: 1.02rem; font-family: "Fraunces", serif; }
.hc-plan-inner span { font-size: .88rem; color: var(--hc-slate); }

.hc-success-card { text-align: center; padding: clamp(30px, 4vw, 46px); }
.hc-success-mark {
  width: 92px; height: 92px; margin: 0 auto 22px; border-radius: 50%;
  display: grid; place-items: center; font-size: 2.5rem; color: #fff;
  background: linear-gradient(135deg, var(--hc-teal), var(--hc-mint));
  box-shadow: 0 18px 36px rgba(14,124,107,.32);
  animation: hc-bounce .7s var(--hc-ease);
}
.hc-success-mark--coral { background: linear-gradient(135deg, var(--hc-coral), #FFA48A); box-shadow: 0 18px 36px rgba(255,107,87,.32); }
@keyframes hc-bounce {
  0% { transform: scale(.4); opacity: 0; }
  60% { transform: scale(1.1); }
  100% { transform: scale(1); opacity: 1; }
}

.hc-status-list { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 12px; text-align: left; }
.hc-status-list li {
  display: flex; gap: 13px; align-items: center; background: var(--hc-canvas);
  border: 1px solid var(--hc-line); border-radius: 14px; padding: 14px 16px; font-size: .94rem;
}
.hc-status-list i { color: var(--hc-teal); font-size: 1.1rem; }
.hc-status-list--coral i { color: var(--hc-coral); }

/* ==========================================================================
   Legal pages (privacy / terms)
   ========================================================================== */

.hc-legal-body h2 { font-size: 1.42rem; margin: 44px 0 14px; }
.hc-legal-body h3 { font-size: 1.12rem; margin: 28px 0 10px; }
.hc-legal-body p { margin-bottom: 16px; }
.hc-legal-body ul { margin: 0 0 20px; padding-left: 0; list-style: none; }
.hc-legal-body ul li { position: relative; padding-left: 28px; margin-bottom: 10px; }
.hc-legal-body ul li::before {
  content: ""; position: absolute; left: 6px; top: .68em;
  width: 8px; height: 8px; border-radius: 50%; background: var(--hc-mint);
}
.hc-legal-body strong { color: var(--hc-ink); }

.hc-toc {
  background: #fff; border: 1px solid var(--hc-line); border-radius: var(--hc-radius);
  padding: 24px 26px; position: sticky; top: 100px;
}
.hc-toc h3 { font-size: 1rem; margin-bottom: 14px; }
.hc-toc ol { list-style: none; padding: 0; margin: 0; counter-reset: toc; }
.hc-toc li { counter-increment: toc; margin-bottom: 3px; }
.hc-toc a {
  display: block; padding: 7px 10px; border-radius: 10px;
  font-size: .9rem; font-weight: 600; color: var(--hc-slate);
}
.hc-toc a::before { content: counter(toc) ". "; color: var(--hc-teal); font-weight: 800; }
.hc-toc a:hover, .hc-toc a.active { background: var(--hc-mint-soft); color: var(--hc-teal-dark); }

.hc-legal-note {
  background: linear-gradient(140deg, var(--hc-mint-soft), #fff);
  border: 1px solid rgba(111,211,190,.5); border-radius: var(--hc-radius);
  padding: 22px 24px; margin-bottom: 30px; font-size: .95rem;
}

/* ==========================================================================
   Footer
   ========================================================================== */

.hc-footer {
  background: var(--hc-teal-deep); color: rgba(255,255,255,.74);
  position: relative; overflow: hidden; padding-top: clamp(56px, 6vw, 82px);
}
.hc-footer::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image:
    radial-gradient(circle at 92% 6%, rgba(111,211,190,.18), transparent 40%),
    radial-gradient(circle at 4% 96%, rgba(255,194,75,.12), transparent 42%);
}
.hc-footer > .container { position: relative; z-index: 1; }
.hc-footer a { color: rgba(255,255,255,.74); font-size: .95rem; }
.hc-footer a:hover { color: var(--hc-mint); }
.hc-footer h3, .hc-footer h4 { color: #fff; }

.hc-footer-title {
  font-family: "Plus Jakarta Sans", sans-serif; font-weight: 800; font-size: .78rem;
  letter-spacing: .18em; text-transform: uppercase; color: var(--hc-mint); margin-bottom: 20px;
}
.hc-footer-links { list-style: none; padding: 0; margin: 0; display: grid; gap: 11px; }
.hc-footer-links a { display: inline-flex; align-items: center; gap: 9px; }
.hc-footer-links a i { font-size: .72rem; color: var(--hc-mint); opacity: .8; transition: transform .3s var(--hc-ease); }
.hc-footer-links a:hover i { transform: translateX(4px); }

.hc-footer-about p { font-size: .95rem; line-height: 1.8; }
.hc-footer-brand { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.hc-footer-brand .hc-brand-name { color: #fff; }
.hc-footer-brand .hc-brand-tag { color: var(--hc-mint); }

.hc-footer-contact { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.hc-footer-contact li { display: flex; gap: 13px; align-items: flex-start; font-size: .95rem; }
.hc-footer-contact i {
  width: 38px; height: 38px; flex: 0 0 38px; border-radius: 12px; display: grid; place-items: center;
  background: rgba(255,255,255,.08); color: var(--hc-mint); font-size: 1rem;
}
.hc-footer-contact a { word-break: break-word; }

.hc-socials { display: flex; gap: 10px; margin-top: 22px; }
.hc-socials a {
  width: 42px; height: 42px; border-radius: 13px; display: grid; place-items: center;
  background: rgba(255,255,255,.08); color: #fff; font-size: 1.05rem;
  transition: all .32s var(--hc-ease);
}
.hc-socials a:hover { background: var(--hc-mint); color: var(--hc-teal-deep); transform: translateY(-4px); }

.hc-footer-mini-form { display: flex; gap: 9px; margin-top: 14px; }
.hc-footer-mini-form input {
  flex: 1; min-width: 0; border-radius: 100px; border: 1px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.08); color: #fff; padding: 12px 18px; font-size: .92rem;
}
.hc-footer-mini-form input::placeholder { color: rgba(255,255,255,.55); }
.hc-footer-mini-form input:focus { outline: none; border-color: var(--hc-mint); background: rgba(255,255,255,.14); }
.hc-footer-mini-form button {
  border: 0; border-radius: 100px; background: var(--hc-mint); color: var(--hc-teal-deep);
  padding: 12px 20px; font-weight: 800; font-size: .9rem; transition: all .3s var(--hc-ease);
}
.hc-footer-mini-form button:hover { background: #fff; transform: translateY(-2px); }

.hc-footer-bottom {
  border-top: 1px solid rgba(255,255,255,.12); margin-top: clamp(40px, 5vw, 60px);
  padding: 22px 0; font-size: .87rem;
}
.hc-footer-bottom a { font-weight: 600; }
.hc-footer-legal { display: flex; flex-wrap: wrap; gap: 8px 22px; }

.hc-footer-disclaimer {
  background: rgba(0,0,0,.18); padding: 16px 0; font-size: .8rem; color: rgba(255,255,255,.55);
  border-top: 1px solid rgba(255,255,255,.07);
}

/* ==========================================================================
   Back to top + scroll progress
   ========================================================================== */

.hc-progress {
  position: fixed; top: 0; left: 0; height: 3px; width: 0%;
  background: linear-gradient(90deg, var(--hc-teal), var(--hc-mint), var(--hc-sun));
  z-index: 1060; transition: width .1s linear;
}

.hc-to-top {
  position: fixed; right: 22px; bottom: 22px; z-index: 1050;
  width: 50px; height: 50px; border-radius: 16px; border: 0;
  background: linear-gradient(135deg, var(--hc-teal), #17A98F); color: #fff; font-size: 1.2rem;
  display: grid; place-items: center; box-shadow: 0 14px 30px rgba(14,124,107,.36);
  opacity: 0; visibility: hidden; transform: translateY(16px);
  transition: all .4s var(--hc-ease); cursor: pointer;
}
.hc-to-top.show { opacity: 1; visibility: visible; transform: none; }
.hc-to-top:hover { transform: translateY(-4px); box-shadow: 0 20px 38px rgba(14,124,107,.44); }

/* ==========================================================================
   Scroll reveal animations
   ========================================================================== */

.hc-reveal {
  opacity: 0; transform: translateY(26px);
  transition: opacity .75s var(--hc-ease), transform .75s var(--hc-ease);
  will-change: opacity, transform;
}
.hc-reveal.in { opacity: 1; transform: none; }
.hc-reveal[data-delay="1"] { transition-delay: .08s; }
.hc-reveal[data-delay="2"] { transition-delay: .16s; }
.hc-reveal[data-delay="3"] { transition-delay: .24s; }
.hc-reveal[data-delay="4"] { transition-delay: .32s; }
.hc-reveal[data-delay="5"] { transition-delay: .40s; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .001ms !important; animation-iteration-count: 1 !important;
    transition-duration: .001ms !important; scroll-behavior: auto !important;
  }
  .hc-reveal { opacity: 1; transform: none; }
  .hc-underline::after { transform: scaleX(1); }
}

/* ==========================================================================
   Misc helpers
   ========================================================================== */

.hc-surface-white { background: #fff; }
.hc-hr { border: 0; height: 1px; background: var(--hc-line); margin: 42px 0; }
.hc-sticky { position: sticky; top: 100px; }
.hc-emoji-free { font-style: normal; }

.sr-only-focusable:focus {
  position: fixed; top: 10px; left: 10px; z-index: 2000;
  background: #fff; color: var(--hc-teal-dark); padding: 12px 18px; border-radius: 12px;
  box-shadow: var(--hc-shadow); font-weight: 700;
}
