/*
Theme Name: HerboUniVed
Theme URI: https://herbounived.com
Author: Admagnate Technologies
Description: Premium AYUSH clinic theme for HerboUniVed - Unani & Ayurvedic care platform. Fully editable via WordPress admin, custom post types for Physicians and Treatments.
Version: 1.0
Text Domain: herbounived
*/

/* ==========================================================================
   DESIGN TOKENS
   ========================================================================== */
:root {
  --color-forest: #14532D;
  --color-forest-dark: #0E3D21;
  --color-leaf: #4CAF50;
  --color-leaf-light: #E8F5E9;
  --color-gold: #C9A227;
  --color-gold-light: #F4E9C9;
  --color-cream: #FAF8F3;
  --color-charcoal: #2B2B28;
  --color-gray: #6B6B63;
  --color-white: #FFFFFF;
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'Poppins', -apple-system, sans-serif;
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 28px;
  --shadow-card: 0 8px 30px rgba(20, 83, 45, 0.08);
  --shadow-card-hover: 0 16px 40px rgba(20, 83, 45, 0.15);
  --max-width: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--color-charcoal);
  background: var(--color-cream);
  line-height: 1.65;
  font-size: 16px;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; margin: 0; padding: 0; }
h1, h2, h3, h4 {
  font-family: var(--font-display);
  color: var(--color-forest);
  line-height: 1.2;
  margin: 0 0 16px;
  letter-spacing: -0.01em;
}
h1 { font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 700; }
h2 { font-size: clamp(1.6rem, 4vw, 2.4rem); font-weight: 700; }
h3 { font-size: clamp(1.15rem, 3vw, 1.5rem); font-weight: 600; }
p { margin: 0 0 16px; color: var(--color-gray); }
.container { max-width: var(--max-width); margin: 0 auto; padding: 0 24px; }
.section { padding: 80px 0; }
.section-alt { background: var(--color-white); }
@media (max-width: 640px) {
  .section { padding: 52px 0; }
  .hero { padding: 60px 0; }
}
.eyebrow {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.78rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--color-gold);
  font-weight: 700;
  margin-bottom: 14px;
}
.section-head { text-align: center; max-width: 700px; margin: 0 auto 48px; }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 50px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.25s ease;
}
.btn-primary { background: var(--color-forest); color: var(--color-white); box-shadow: 0 6px 18px rgba(20,83,45,0.25); }
.btn-primary:hover { background: var(--color-forest-dark); transform: translateY(-2px); box-shadow: var(--shadow-card-hover); }
.btn-gold { background: var(--color-gold); color: var(--color-forest-dark); box-shadow: 0 6px 18px rgba(201,162,39,0.35); }
.btn-gold:hover { background: #b8901f; transform: translateY(-2px); }
.btn-outline { background: transparent; border-color: var(--color-forest); color: var(--color-forest); }
.btn-outline:hover { background: var(--color-forest); color: var(--color-white); }
.btn-whatsapp { background: #25D366; color: white; }
.btn-block { width: 100%; justify-content: center; }

/* ==========================================================================
   HEADER
   ========================================================================== */
.site-header { background: var(--color-white); position: sticky; top: 0; z-index: 999; box-shadow: 0 2px 12px rgba(0,0,0,0.06); }
.header-top {
  background: var(--color-forest);
  color: var(--color-leaf-light);
  font-size: 0.82rem;
  padding: 8px 0;
}
.header-top .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.header-top a { color: var(--color-gold-light); }
.header-top .socials { display: flex; gap: 14px; align-items: center; }
.header-top .socials a { display: flex; align-items: center; }
.header-top .socials svg { display: block; transition: opacity 0.2s; }
.header-top .socials a:hover svg { opacity: 0.75; }
.header-main .container { display: flex; align-items: center; justify-content: space-between; padding: 14px 24px; gap: 16px; flex-wrap: nowrap; }
.site-logo { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.site-logo img { height: 58px; width: auto; }
.site-logo .logo-text { font-family: var(--font-display); font-weight: 700; font-size: 1.5rem; color: var(--color-forest); }
.site-logo .logo-text span { color: var(--color-leaf); }
.main-nav ul { display: flex; gap: 4px; align-items: center; flex-wrap: nowrap; }
.main-nav a {
  padding: 9px 14px;
  font-weight: 500;
  font-size: 0.88rem;
  color: var(--color-charcoal);
  border-radius: 30px;
  transition: all 0.2s;
  white-space: nowrap;
}
.main-nav a:hover, .main-nav a.active { background: var(--color-leaf-light); color: var(--color-forest); }
.nav-cta {
  background: var(--color-forest) !important;
  color: white !important;
  padding: 10px 20px !important;
  white-space: nowrap;
  flex-shrink: 0;
}
.menu-toggle { display: none; background: none; border: none; font-size: 1.6rem; color: var(--color-forest); cursor: pointer; flex-shrink: 0; }
#huvNavBackdrop { display: none; }

@media (max-width: 1180px) {
  .main-nav a { font-size: 0.82rem; padding: 8px 10px; }
  .nav-cta { padding: 8px 16px !important; }
}

@media (max-width: 900px) {
  .header-main .container { flex-wrap: nowrap; }
  .main-nav { position: fixed; top: 0; right: -100%; height: 100vh; width: 280px; background: var(--color-white); flex-direction: column; padding: 90px 24px; transition: right 0.3s ease; box-shadow: -4px 0 20px rgba(0,0,0,0.15); z-index: 1001; }
  .main-nav.open { right: 0; }
  .main-nav ul { flex-direction: column; align-items: flex-start; width: 100%; flex-wrap: nowrap; }
  .main-nav a { width: 100%; font-size: 0.95rem; padding: 12px 16px; }
  .nav-cta { width: 100%; text-align: center; justify-content: center; display: flex; }
  .menu-toggle { display: block; position: relative; z-index: 1002; }
  .header-top .container { font-size: 0.72rem; }
  #huvNavBackdrop { display: block; position: fixed; inset: 0; background: rgba(0,0,0,0.45); z-index: 1000; opacity: 0; pointer-events: none; transition: opacity 0.3s ease; }
  #huvNavBackdrop.show { opacity: 1; pointer-events: auto; }
}

/* ==========================================================================
   HERO
   ========================================================================== */
.hero {
  background: linear-gradient(135deg, var(--color-forest) 0%, var(--color-forest-dark) 100%);
  color: var(--color-white);
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.06) 1.5px, transparent 1.5px);
  background-size: 26px 26px;
  opacity: 0.5;
}
.hero::after {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(76,175,80,0.25), transparent 50%);
}
.hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 48px; align-items: center; position: relative; z-index: 1; }
.hero h1 { color: var(--color-white); }
.hero h1 em { color: var(--color-gold-light); font-style: normal; }
.hero p.lead { color: #D7E8DA; font-size: 1.1rem; max-width: 520px; line-height: 1.7; }
.hero-badges { display: flex; gap: 20px; margin-top: 32px; flex-wrap: wrap; }
.hero-badge { display: flex; align-items: center; gap: 8px; font-size: 0.85rem; color: var(--color-gold-light); }
.hero-physician-page h1 { font-size: clamp(1.8rem, 4.5vw, 2.8rem); }
.hero-image { position: relative; }
.hero-image img { border-radius: var(--radius-lg); box-shadow: 0 30px 60px rgba(0,0,0,0.35); width: 100%; }
.hero-cta-row { display: flex; gap: 16px; margin-top: 32px; flex-wrap: wrap; }
.hero-grid-physician { grid-template-columns: 0.8fr 1.2fr; }

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; text-align: center; }
  .hero-grid-physician { grid-template-columns: 1fr; }
  .hero-badges { justify-content: center; }
  .hero p.lead { margin-left: auto; margin-right: auto; }
  .hero-physician-page .hero-image { max-width: 260px; margin: 0 auto 28px; }
  .hero-cta-row { flex-direction: column; align-items: stretch; gap: 14px; }
  .hero-cta-row .btn { width: 100%; justify-content: center; }
}

/* ==========================================================================
   CARDS (Services / Treatments / Physicians)
   ========================================================================== */
.grid { display: grid; gap: 28px; grid-auto-rows: 1fr; align-items: stretch; }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-5 { grid-template-columns: repeat(5, 1fr); }
@media (max-width: 1100px) { .grid-4, .grid-5 { grid-template-columns: repeat(2, 1fr); } .grid-3 { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 640px) { .grid-4, .grid-5, .grid-3 { grid-template-columns: 1fr; } }

.card {
  background: var(--color-white);
  border-radius: var(--radius-md);
  padding: 32px 26px;
  box-shadow: var(--shadow-card);
  transition: all 0.3s ease;
  border: 1px solid rgba(20,83,45,0.06);
  border-top: 3px solid var(--color-gold);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.physician-card { padding-top: 0; border-top: none; }
.physician-card .physician-photo { border-top: 3px solid var(--color-gold); }
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-card-hover); }
.card-icon {
  width: 56px; height: 56px;
  background: var(--color-leaf-light);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem; margin-bottom: 18px;
}
.card .price { font-family: var(--font-display); color: var(--color-gold); font-size: 1.3rem; font-weight: 700; margin: 10px 0; }
.card-footer { margin-top: auto; padding-top: 16px; }

/* Physician Card */
.physician-card { text-align: center; overflow: hidden; padding: 0 0 28px; display: flex; flex-direction: column; height: 100%; }
.physician-photo { width: 100%; height: 320px; overflow: hidden; border-radius: var(--radius-md) var(--radius-md) 0 0; background: var(--color-leaf-light); position: relative; }
.physician-photo img { width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block; }
.physician-card .p-body { padding: 22px 20px 0; display: flex; flex-direction: column; flex-grow: 1; }
.physician-card h3 { margin-bottom: 4px; }
.physician-card .designation { color: var(--color-gold); font-size: 0.85rem; font-weight: 600; margin-bottom: 14px; min-height: 38px; }
.physician-card .btn { margin: 6px 0; }
.physician-card .checklist { flex-grow: 1; }

/* Treatment card image */
.treatment-photo { aspect-ratio: 16/10; overflow: hidden; border-radius: var(--radius-md); margin-bottom: 18px; }
.treatment-photo img { width: 100%; height: 100%; object-fit: cover; }

/* ==========================================================================
   ABOUT / SPLIT SECTIONS
   ========================================================================== */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
@media (max-width: 900px) { .split { grid-template-columns: 1fr; } }
.split img { border-radius: var(--radius-lg); box-shadow: var(--shadow-card); }
.checklist li { display: flex; gap: 10px; margin-bottom: 12px; color: var(--color-charcoal); }
.checklist li::before { content: '✔'; color: var(--color-leaf); font-weight: 700; }

/* ==========================================================================
   FORMS (Appointment / Enquiry / Contact)
   ========================================================================== */
.form-card {
  background: var(--color-white);
  border-radius: var(--radius-md);
  padding: 40px;
  box-shadow: var(--shadow-card);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 18px; }
@media (max-width: 640px) { .form-row { grid-template-columns: 1fr; } }
.form-group label { display: block; font-size: 0.88rem; font-weight: 600; color: var(--color-forest); margin-bottom: 6px; }
.form-group input, .form-group select, .form-group textarea {
  width: 100%; padding: 12px 16px; border: 1.5px solid #E0DCD0; border-radius: var(--radius-sm);
  font-family: var(--font-body); font-size: 0.95rem; background: var(--color-cream);
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  outline: none; border-color: var(--color-leaf); background: white;
}
.form-msg { padding: 14px; border-radius: var(--radius-sm); margin-bottom: 18px; font-size: 0.9rem; display:none; }
.form-msg.success { background: var(--color-leaf-light); color: var(--color-forest); display:block; }
.form-msg.error { background: #FBE9E7; color: #B71C1C; display:block; }

/* ==========================================================================
   FLOATING WHATSAPP + CHATBOT DOCK
   ========================================================================== */
.floating-whatsapp {
  position: fixed; bottom: 26px; right: 26px; z-index: 998;
  width: 60px; height: 60px; background: #25D366; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 24px rgba(0,0,0,0.25); font-size: 1.8rem; color: white;
  animation: pulse 2.4s infinite;
}
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(37,211,102,0.5);} 70% { box-shadow: 0 0 0 16px rgba(37,211,102,0);} 100% { box-shadow: 0 0 0 0 rgba(37,211,102,0);} }

/* ==========================================================================
   CERTIFICATION GALLERY
   ========================================================================== */
.cert-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 640px) { .cert-gallery { grid-template-columns: repeat(2, 1fr); } }
.cert-gallery img { border-radius: var(--radius-sm); border: 1px solid #E0DCD0; cursor: pointer; transition: transform 0.2s; }
.cert-gallery img:hover { transform: scale(1.04); }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer { background: var(--color-forest-dark); color: #C9D9CD; padding: 60px 0 20px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.3fr; gap: 40px; margin-bottom: 40px; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .footer-grid { grid-template-columns: 1fr; } }
.site-footer h4 { color: white; font-size: 1rem; margin-bottom: 18px; }
.site-footer a { color: #C9D9CD; }
.site-footer a:hover { color: var(--color-gold-light); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 20px; text-align: center; font-size: 0.85rem; }

/* Emergency notice box */
.emergency-box {
  background: #FBE9E7; border-left: 4px solid #C62828; padding: 20px 24px; border-radius: var(--radius-sm); margin: 24px 0;
}
.emergency-box strong { color: #C62828; }

/* Badge strip */
.trust-strip { display: flex; justify-content: center; gap: 40px; flex-wrap: wrap; padding: 30px 0; background: var(--color-leaf-light); }
.trust-strip .item { display: flex; align-items: center; gap: 10px; font-weight: 600; color: var(--color-forest); font-size: 0.9rem; }

/* ==========================================================================
   SCROLL REVEAL ANIMATION
   ========================================================================== */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-1 { transition-delay: 0.05s; }
.reveal-2 { transition-delay: 0.15s; }
.reveal-3 { transition-delay: 0.25s; }
.reveal-4 { transition-delay: 0.35s; }
.reveal-5 { transition-delay: 0.45s; }

/* ==========================================================================
   CONDITION / KEYWORD CHIPS (replaces plain bullet lists)
   ========================================================================== */
.chip-cloud { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.chip {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 22px;
  background: var(--color-white);
  border: 1.5px solid var(--color-leaf-light);
  border-radius: 50px;
  font-size: 0.9rem; font-weight: 600;
  color: var(--color-forest);
  box-shadow: 0 4px 14px rgba(20,83,45,0.06);
  transition: all 0.25s ease;
  cursor: default;
}
.chip:hover { background: var(--color-forest); color: white; border-color: var(--color-forest); transform: translateY(-3px); box-shadow: var(--shadow-card-hover); }
.chip .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--color-gold); flex-shrink: 0; }

/* ==========================================================================
   NUMBERED STEP CARDS (How It Works)
   ========================================================================== */
.step-card { position: relative; padding-top: 46px; }
.step-number {
  position: absolute; top: -22px; left: 26px;
  width: 52px; height: 52px;
  background: linear-gradient(135deg, var(--color-gold), #b8901f);
  color: white; font-family: var(--font-display); font-weight: 700; font-size: 1.4rem;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 20px rgba(201,162,39,0.4);
}

/* ==========================================================================
   MODALITY / APPROACH PILLS (Our Holistic Approach)
   ========================================================================== */
.modality-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
@media (max-width: 900px) { .modality-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 560px) { .modality-grid { grid-template-columns: repeat(2, 1fr); } }
.modality-item {
  background: var(--color-white);
  border-radius: var(--radius-md);
  padding: 24px 16px;
  text-align: center;
  box-shadow: var(--shadow-card);
  border-top: 3px solid var(--color-leaf);
  transition: all 0.3s ease;
}
.modality-item:hover { transform: translateY(-6px); box-shadow: var(--shadow-card-hover); }
.modality-item .m-icon { font-size: 1.8rem; margin-bottom: 10px; }
.modality-item span { font-size: 0.85rem; font-weight: 600; color: var(--color-forest); display: block; }

/* ==========================================================================
   DECORATIVE BACKGROUND SHAPES (adds "graphic" premium feel without images)
   ========================================================================== */
.decor-blob { position: absolute; border-radius: 50%; filter: blur(60px); opacity: 0.35; z-index: 0; pointer-events: none; }
.decor-blob-green { background: var(--color-leaf); }
.decor-blob-gold { background: var(--color-gold); }
.section-decor { position: relative; overflow: hidden; }

/* Full-width image band */
.image-band { width: 100%; height: 420px; border-radius: var(--radius-lg); overflow: hidden; position: relative; box-shadow: var(--shadow-card); }
.image-band img { width: 100%; height: 100%; object-fit: cover; }
.image-band .image-band-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(20,83,45,0.75) 0%, transparent 60%);
  display: flex; align-items: flex-end; padding: 32px;
}
.image-band .image-band-overlay h3 { color: white; margin: 0; }
@media (max-width: 640px) { .image-band { height: 280px; } }

/* Auto-rotating crossfade quote slider (pure CSS, no JS) */
.quote-slider { position: relative; width: 100%; height: 340px; overflow: hidden; }
.quote-slider img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  opacity: 0; animation: huvSlideFade 12s infinite;
}
.quote-slider img:nth-child(1) { animation-delay: 0s; }
.quote-slider img:nth-child(2) { animation-delay: 6s; }
@keyframes huvSlideFade {
  0%   { opacity: 0; }
  4%   { opacity: 1; }
  46%  { opacity: 1; }
  50%  { opacity: 0; }
  100% { opacity: 0; }
}
@media (max-width: 640px) { .quote-slider { height: 200px; } }

/* Utility */
.text-center { text-align: center; }
.mt-32 { margin-top: 32px; }

/* ==========================================================================
   AI ASSISTANT CHAT WIDGET
   ========================================================================== */
#huv-ai-widget { position: fixed; bottom: 96px; right: 26px; z-index: 999; }
#huv-ai-toggle {
  width: 60px; height: 60px; border-radius: 50%;
  background: linear-gradient(135deg, var(--color-forest), var(--color-leaf));
  color: white; font-size: 1.6rem; border: none; cursor: pointer;
  box-shadow: 0 8px 24px rgba(20,83,45,0.35);
  animation: huvAiPulse 2.8s infinite;
}
@keyframes huvAiPulse { 0% { box-shadow: 0 0 0 0 rgba(76,175,80,0.5);} 70% { box-shadow: 0 0 0 14px rgba(76,175,80,0);} 100% { box-shadow: 0 0 0 0 rgba(76,175,80,0);} }

#huv-ai-panel {
  position: fixed; bottom: 170px; right: 26px;
  width: 360px; max-width: 90vw; height: 500px; max-height: 70vh;
  background: white; border-radius: var(--radius-md);
  box-shadow: 0 20px 60px rgba(0,0,0,0.25);
  display: flex; flex-direction: column; overflow: hidden;
  opacity: 0; pointer-events: none; transform: translateY(20px);
  transition: all 0.25s ease;
}
#huv-ai-panel.open { opacity: 1; pointer-events: auto; transform: translateY(0); }

#huv-ai-header {
  background: var(--color-forest); color: white; padding: 16px 20px;
  display: flex; justify-content: space-between; align-items: center;
  font-family: var(--font-display); font-weight: 700;
}
#huv-ai-close { background: none; border: none; color: white; font-size: 1.1rem; cursor: pointer; }

#huv-ai-messages { flex: 1; overflow-y: auto; padding: 16px; display: flex; flex-direction: column; gap: 10px; background: var(--color-cream); }
.huv-ai-msg { max-width: 82%; padding: 10px 14px; border-radius: 14px; font-size: 0.9rem; line-height: 1.5; white-space: pre-wrap; }
.huv-ai-msg-bot { background: white; color: var(--color-charcoal); align-self: flex-start; border-bottom-left-radius: 4px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.huv-ai-msg-user { background: var(--color-forest); color: white; align-self: flex-end; border-bottom-right-radius: 4px; }

#huv-ai-typing { padding: 0 16px 8px; font-size: 0.8rem; color: var(--color-gray); font-style: italic; }

#huv-ai-form { display: flex; border-top: 1px solid #eee; padding: 10px; gap: 8px; }
#huv-ai-form input { flex: 1; border: 1.5px solid #E0DCD0; border-radius: 20px; padding: 10px 16px; font-family: var(--font-body); font-size: 0.9rem; }
#huv-ai-form input:focus { outline: none; border-color: var(--color-leaf); }
#huv-ai-form button { width: 40px; height: 40px; border-radius: 50%; background: var(--color-forest); color: white; border: none; font-size: 1.1rem; cursor: pointer; flex-shrink: 0; }

@media (max-width: 640px) {
  .floating-whatsapp { right: 16px; bottom: 16px; }
  #huv-ai-widget { right: 16px; bottom: 84px; }
  #huv-ai-panel { right: 8px; bottom: 156px; width: calc(100vw - 16px); }
}

/* ==========================================================================
   APPOINTMENT CONFIRMATION SCREEN
   ========================================================================== */
.huv-success { text-align: center; padding: 10px 0; }
.huv-success-icon { font-size: 3rem; margin-bottom: 12px; }
.huv-success h3 { color: var(--color-forest); }
.huv-success-box {
  background: var(--color-leaf-light);
  border-radius: var(--radius-sm);
  padding: 18px 20px;
  margin: 18px 0;
  text-align: left;
}
.huv-success-box h4 { margin-bottom: 10px; color: var(--color-forest); }
.huv-success-box p { margin-bottom: 6px; color: var(--color-charcoal); }
.huv-success-urgent { background: #FBE9E7; border-left: 4px solid var(--color-gold); }
.huv-success-actions { display: flex; gap: 12px; margin-top: 20px; flex-wrap: wrap; }
.huv-success-actions .btn { flex: 1; justify-content: center; min-width: 140px; }
@media (max-width: 480px) { .huv-success-actions { flex-direction: column; } }
