/* ============ HEALAUS GLOBAL STYLESHEET ============ */
:root {
  --navy: #1e3a52;
  --navy-dark: #142838;
  --coral: #e8705a;
  --coral-dark: #d45e48;
  --light-coral: #f4a090;
  --soft-bg: #faf8f6;
  --cream: #fdf6f2;
  --white: #ffffff;
  --light-navy: #2d5172;
  --text-muted: #6b7c8d;
  --text-soft: #8a98a6;
  --border: #e4ebef;
  --teal: #2a7f7f;
  --teal-dark: #226666;
  --gold: #c9983a;
  --green: #1a8d4f;
  --soft-green: #e7f6ed;
  --radius: 18px;
  --radius-lg: 26px;
  --shadow-sm: 0 4px 16px rgba(30,58,82,0.06);
  --shadow-md: 0 12px 40px rgba(30,58,82,0.10);
  --shadow-lg: 0 24px 70px rgba(30,58,82,0.14);
  --font-serif: 'Playfair Display', Georgia, serif;
  --font-sans: 'DM Sans', -apple-system, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-sans);
  color: var(--navy);
  background: var(--white);
  overflow-x: hidden;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { text-decoration: none; }
img { max-width: 100%; display: block; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.container-narrow { max-width: 900px; margin: 0 auto; padding: 0 24px; }

/* ============ NAV ============ */
nav {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
  padding: 0 4%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 96px;
}
.nav-logo img { height: 72px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 30px; list-style: none; }
.nav-links a {
  color: var(--navy);
  font-size: 14.5px;
  font-weight: 500;
  letter-spacing: 0.01em;
  transition: color 0.2s;
  position: relative;
}
.nav-links a:not(.nav-cta):hover { color: var(--coral); }
.nav-links a:not(.nav-cta)::after {
  content: ''; position: absolute; bottom: -6px; left: 0; width: 0; height: 2px;
  background: var(--coral); transition: width 0.25s;
}
.nav-links a:not(.nav-cta):hover::after { width: 100%; }
.nav-cta {
  background: var(--coral);
  color: white !important;
  padding: 11px 24px;
  border-radius: 50px;
  font-weight: 600 !important;
  transition: all 0.25s !important;
}
.nav-cta:hover { background: var(--coral-dark); transform: translateY(-1px); box-shadow: 0 6px 18px rgba(232,112,90,0.3); }
.nav-hamburger { display: none; cursor: pointer; flex-direction: column; gap: 5px; padding: 8px; }
.nav-hamburger span { display: block; width: 26px; height: 2.5px; background: var(--navy); border-radius: 2px; transition: 0.3s; }

/* ============ BUTTONS ============ */
.btn {
  display: inline-block; padding: 15px 34px; border-radius: 50px;
  font-size: 15px; font-weight: 600; cursor: pointer; border: none;
  font-family: var(--font-sans); transition: all 0.3s; text-align: center;
}
.btn-primary { background: var(--coral); color: white; }
.btn-primary:hover { background: var(--coral-dark); transform: translateY(-2px); box-shadow: 0 10px 28px rgba(232,112,90,0.35); }
.btn-navy { background: var(--navy); color: white; }
.btn-navy:hover { background: var(--navy-dark); transform: translateY(-2px); box-shadow: 0 10px 28px rgba(30,58,82,0.3); }
.btn-teal { background: var(--teal); color: white; }
.btn-teal:hover { background: var(--teal-dark); transform: translateY(-2px); }
.btn-outline { border: 2px solid var(--navy); color: var(--navy); background: transparent; padding: 13px 32px; }
.btn-outline:hover { background: var(--navy); color: white; transform: translateY(-2px); }
.btn-white { background: white; color: var(--navy); }
.btn-white:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(0,0,0,0.15); }
.btn-lg { padding: 17px 42px; font-size: 16px; }
.btn-block { display: block; width: 100%; }

/* ============ SECTIONS ============ */
section { padding: 100px 0; }
.section-header { text-align: center; max-width: 720px; margin: 0 auto 64px; padding: 0 24px; }
.section-tag {
  display: inline-block; background: rgba(30,58,82,0.07); color: var(--navy);
  padding: 7px 18px; border-radius: 50px; font-size: 12px; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 22px;
}
.section-tag.coral { background: rgba(232,112,90,0.1); color: var(--coral); }
h1, h2, h3, h4 { font-family: var(--font-serif); color: var(--navy); line-height: 1.2; font-weight: 700; }
.section-header h2 { font-size: clamp(30px, 3.4vw, 44px); margin-bottom: 18px; }
.section-header p { font-size: 17px; color: var(--text-muted); line-height: 1.75; font-weight: 300; }
.eyebrow-em { font-style: italic; color: var(--coral); }

/* ============ PAGE HERO (interior pages) ============ */
.page-hero {
  background: linear-gradient(135deg, #f0f4f8 0%, var(--soft-bg) 55%, var(--cream) 100%);
  padding: 70px 0 80px; text-align: center; position: relative; overflow: hidden;
}
.page-hero::before { content:''; position:absolute; top:-120px; right:-80px; width:420px; height:420px; border-radius:50%; background:rgba(232,112,90,0.07); }
.page-hero::after { content:''; position:absolute; bottom:-160px; left:-100px; width:380px; height:380px; border-radius:50%; background:rgba(30,58,82,0.05); }
.page-hero .container { position: relative; z-index: 2; }
.page-hero-logo { height: 130px; margin: 0 auto 28px; }
.page-hero h1 { font-size: clamp(34px, 4.5vw, 56px); margin-bottom: 18px; }
.page-hero h1 em { font-style: italic; color: var(--coral); }
.page-hero p { font-size: 18px; color: var(--text-muted); max-width: 640px; margin: 0 auto; font-weight: 300; line-height: 1.7; }

/* ============ CARDS ============ */
.card {
  background: white; border-radius: var(--radius); border: 1px solid var(--border);
  padding: 36px 30px; transition: transform 0.3s, box-shadow 0.3s;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }

/* ============ CONFIDENTIALITY NOTICE BAR ============ */
.confid-bar {
  background: var(--navy); color: rgba(255,255,255,0.92);
  padding: 14px 4%; text-align: center; font-size: 13.5px; line-height: 1.5;
  display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap;
}
.confid-bar i, .confid-bar .lock { color: var(--light-coral); }
.confid-bar a { color: var(--light-coral); text-decoration: underline; font-weight: 500; }

/* ============ FOOTER ============ */
footer { background: #0f1f2e; color: rgba(255,255,255,0.65); padding: 76px 4% 36px; }
.footer-grid { display: grid; grid-template-columns: 2.2fr 1fr 1fr 1fr; gap: 56px; max-width: 1200px; margin: 0 auto 52px; }
.footer-logo { height: 96px; margin-bottom: 22px; }
.footer-brand p { font-size: 14px; line-height: 1.75; color: rgba(255,255,255,0.5); margin-bottom: 18px; max-width: 340px; }
.footer-col h4 { font-family: var(--font-sans); font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: white; margin-bottom: 20px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 13px; }
.footer-col ul li a { font-size: 14px; color: rgba(255,255,255,0.55); transition: color 0.2s; }
.footer-col ul li a:hover { color: var(--light-coral); }
.footer-bottom { max-width: 1200px; margin: 0 auto; padding-top: 30px; border-top: 1px solid rgba(255,255,255,0.08); display: flex; justify-content: space-between; align-items: center; font-size: 13px; color: rgba(255,255,255,0.35); flex-wrap: wrap; gap: 12px; }
.pacfa-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(232,112,90,0.14); border: 1px solid rgba(232,112,90,0.3); border-radius: 50px; padding: 8px 18px; font-size: 13px; color: var(--light-coral); font-weight: 600; }

/* ============ ANIMATIONS ============ */
@keyframes fadeUp { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.in { opacity: 1; transform: translateY(0); }
.fade-1 { animation: fadeUp 0.8s ease both; }
.fade-2 { animation: fadeUp 0.8s ease 0.15s both; }
.fade-3 { animation: fadeUp 0.8s ease 0.3s both; }

/* ============ RESPONSIVE ============ */
@media (max-width: 980px) {
  .nav-links { display: none; }
  .nav-links.open { display: flex; flex-direction: column; position: fixed; top: 96px; left: 0; right: 0; background: white; padding: 28px; gap: 22px; border-bottom: 1px solid var(--border); box-shadow: var(--shadow-md); align-items: flex-start; }
  .nav-hamburger { display: flex; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
}
@media (max-width: 600px) {
  section { padding: 64px 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .nav-logo img { height: 56px; }
  .page-hero-logo { height: 90px; }
}
