@import url("/assets/vietnamclinic/style.css?v=20260814a");

:root {
  --ink: #1f2a54;
  --ink-soft: #55638e;
  --green: #3c4975;
  --green-dark: #171f42;
  --mint: #d3d7e6;
  --mint-soft: #e9ebf3;
  --coral: #d75d53;
  --coral-dark: #a83b3b;
  --coral-soft: #f8e7e4;
  --gold: #faf7f0;
  --gold-deep: #d75d53;
  --gold-soft: #f9d3cf;
  --gold-pale: #faf7f0;
  --sand: #eee8de;
  --paper: #fdfbf8;
  --muted: #676f89;
  --line: rgba(31, 42, 84, 0.16);
  --shadow: 0 24px 70px rgba(31, 42, 84, 0.14);
}

.site-header { background: rgba(250, 247, 240, 0.97); border-bottom-color: rgba(215, 93, 83, 0.2); }
.site-header__brand { width: 240px; }
.hero, .rankings-hero, .blog-hero, .page-hero, .post-hero, .legal-hero, .contact-hero, .search-hero, .not-found-hero, .clinic-profile-hero {
  background: linear-gradient(135deg, #1f2a54 0%, #1f2a54 66%, #3a466f 100%);
}
.section--ink { background: linear-gradient(145deg, #1f2a54, #3a466f); }
.specialty-card--medical { color: #ffffff; background: #d75d53; }
.specialty-card--psychology { color: #1f2a54; background: #faf7f0; }
.specialty-card--aesthetic { color: #ffffff; background: #1f2a54; border: 1px solid rgba(255,255,255,.25); }
.btn--primary:hover { background: #893337; border-color: #893337; }
.hero__signal, .trust-list, .provider-card, .post-card { border-color: rgba(31, 42, 84, .14); }
.provider-card::before { background: linear-gradient(90deg, #1f2a54 0 50%, #faf7f0 50% 66%, #d75d53 66%); }
.site-footer { background: #10162f; }

@media (max-width: 700px) {
  .site-header__brand { width: 196px; }
}
