@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400;1,600&family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  /* Brand palette extracted from logo */
  --navy:        #1a3a5c;
  --navy-mid:    #1e4976;
  --navy-light:  #2b6cb0;
  --orange:      #f47b20;
  --orange-light:#fef0e6;
  --orange-dark: #c45e0a;
  --sky:         #e8f3fc;
  --sky-mid:     #b8d9f5;
  --white:       #ffffff;
  --off-white:   #f8fafc;
  --text-dark:   #0f2236;
  --text-mid:    #3a5a78;
  --text-light:  #7a9ab5;
  --border:      rgba(26,58,92,0.1);
  --green:       #2daa5f;
  --green-light: #e6f7ee;
  --radius:      16px;
  --radius-sm:   8px;
  --font-display:'Cormorant Garamond', Georgia, serif;
  --font-body:   'DM Sans', sans-serif;
  --ease:        cubic-bezier(0.4,0,0.2,1);
  --transition:  0.3s cubic-bezier(0.4,0,0.2,1);
}

html { scroll-behavior: smooth; }
body { font-family: var(--font-body); color: var(--text-dark); background: var(--white); overflow-x: hidden; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img  { max-width: 100%; height: auto; }
a    { color: inherit; text-decoration: none; }

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
  height: 70px; padding: 0 1.5rem;
  display: flex; align-items: center; justify-content: space-between;
  transition: box-shadow var(--transition);
}
nav.scrolled { box-shadow: 0 4px 24px rgba(26,58,92,0.1); }

.nav-logo img { height: 44px; width: auto; display: block; }

.nav-links { display: none; list-style: none; gap: 0.15rem; align-items: center; }
@media (min-width: 900px) { .nav-links { display: flex; } }
.nav-links a { padding: 0.45rem 0.8rem; border-radius: var(--radius-sm); font-size: 0.85rem; color: var(--text-mid); transition: background var(--transition), color var(--transition); white-space: nowrap; }
.nav-links a:hover, .nav-links a.active { background: var(--sky); color: var(--navy); }
.nav-cta { background: var(--orange) !important; color: white !important; border-radius: 50px !important; font-weight: 500 !important; transition: background var(--transition) !important; }
.nav-cta:hover { background: var(--orange-dark) !important; }

.nav-hamburger { display: flex; flex-direction: column; gap: 5px; cursor: pointer; padding: 0.5rem; border: none; background: none; border-radius: var(--radius-sm); }
.nav-hamburger:hover { background: var(--sky); }
.nav-hamburger span { display: block; width: 22px; height: 2px; background: var(--navy); border-radius: 2px; }
@media (min-width: 900px) { .nav-hamburger { display: none; } }

.mobile-menu { display: none; position: fixed; top: 70px; left: 0; right: 0; background: white; border-bottom: 1px solid var(--border); padding: 1rem 1.5rem 1.5rem; z-index: 99; box-shadow: 0 8px 32px rgba(26,58,92,0.1); }
.mobile-menu.open { display: block; }
.mobile-menu a { display: block; padding: 0.75rem 0; font-size: 0.95rem; color: var(--text-mid); border-bottom: 1px solid var(--border); }
.mobile-menu a:last-child { border-bottom: none; }
.mobile-menu a:hover { color: var(--navy-light); }
.mob-cta { display: block; margin-top: 1rem; background: var(--orange); color: white !important; text-align: center; padding: 0.875rem; border-radius: 50px; font-weight: 500; }

/* ── PAGE HERO ── */
.page-hero { padding: 130px 1.5rem 5rem; background: var(--navy); position: relative; overflow: hidden; }
.ph-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px); background-size: 56px 56px; }
.ph-glow { position: absolute; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(244,123,32,0.15) 0%, transparent 65%); top: -200px; right: -150px; }
.ph-glow2 { position: absolute; width: 400px; height: 400px; border-radius: 50%; background: radial-gradient(circle, rgba(43,108,176,0.2) 0%, transparent 65%); bottom: -150px; left: -100px; }
.ph-inner { position: relative; max-width: 1080px; margin: 0 auto; }
.ph-tag { display: inline-block; background: rgba(244,123,32,0.2); border: 1px solid rgba(244,123,32,0.35); border-radius: 50px; padding: 0.35rem 0.875rem; font-size: 0.75rem; color: #ffb980; letter-spacing: 0.06em; text-transform: uppercase; font-weight: 500; margin-bottom: 1.1rem; }
.page-hero h1 { font-family: var(--font-display); font-size: clamp(2.2rem, 6vw, 4rem); font-weight: 700; font-style: italic; line-height: 1.1; color: white; margin-bottom: 1rem; }
.ph-sub { font-size: 1.05rem; color: rgba(255,255,255,0.65); max-width: 580px; line-height: 1.7; }

/* ── LAYOUT ── */
.container { max-width: 1080px; margin: 0 auto; }
section { padding: 5rem 1.5rem; }

.section-tag { display: inline-block; background: var(--orange-light); color: var(--orange-dark); font-size: 0.75rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; padding: 0.35rem 0.875rem; border-radius: 50px; margin-bottom: 1rem; }
.section-tag.blue  { background: var(--sky);         color: var(--navy-mid); }
.section-tag.green { background: var(--green-light);  color: #0e6634; }

.section-title { font-family: var(--font-display); font-size: clamp(1.8rem, 5vw, 2.8rem); font-weight: 700; font-style: italic; letter-spacing: -0.01em; line-height: 1.15; color: var(--text-dark); margin-bottom: 1rem; }
.section-lead  { font-size: 1.05rem; color: var(--text-mid); max-width: 600px; line-height: 1.75; }

/* ── BUTTONS ── */
.btn-primary { display: inline-flex; align-items: center; gap: 8px; background: var(--orange); color: white; padding: 0.9rem 1.875rem; border-radius: 50px; font-weight: 500; font-size: 0.95rem; font-family: var(--font-body); border: none; cursor: pointer; transition: transform var(--transition), box-shadow var(--transition), background var(--transition); white-space: nowrap; }
.btn-primary:hover { background: var(--orange-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(244,123,32,0.35); }
.btn-outline  { display: inline-flex; align-items: center; gap: 8px; border: 1.5px solid var(--border); color: var(--text-mid); padding: 0.85rem 1.75rem; border-radius: 50px; font-size: 0.9rem; transition: border-color var(--transition), color var(--transition); white-space: nowrap; }
.btn-outline:hover { border-color: var(--navy-light); color: var(--navy-light); }

/* ── CARDS ── */
.card { background: white; border: 1px solid var(--border); border-radius: var(--radius); padding: 1.75rem; transition: transform var(--transition), box-shadow var(--transition); }
.card:hover { transform: translateY(-4px); box-shadow: 0 16px 48px rgba(26,58,92,0.1); }

/* ── SERVICE CARDS ── */
.services-grid { display: grid; grid-template-columns: 1fr; gap: 1.25rem; }
@media (min-width: 640px)  { .services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .services-grid { grid-template-columns: repeat(3, 1fr); } }
.svc-icon { width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 1.25rem; }
.svc-icon.orange { background: var(--orange-light); }
.svc-icon.blue   { background: var(--sky); }
.svc-icon.green  { background: var(--green-light); }
.svc-icon svg    { width: 26px; height: 26px; }
.card h3 { font-family: var(--font-display); font-size: 1.2rem; font-weight: 700; font-style: italic; color: var(--text-dark); margin-bottom: 0.6rem; }
.card p  { font-size: 0.9rem; color: var(--text-mid); line-height: 1.7; }
.svc-link { display: inline-flex; align-items: center; gap: 4px; margin-top: 1.25rem; font-size: 0.875rem; font-weight: 500; color: var(--navy-light); transition: gap var(--transition); }
.card:hover .svc-link { gap: 8px; }

/* ── TWO-COL ── */
.two-col { display: grid; grid-template-columns: 1fr; gap: 3rem; }
@media (min-width: 768px) { .two-col { grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; } }

/* ── DARK STRIP ── */
.dark-strip { background: var(--navy); }
.dark-strip .section-title { color: white; }
.dark-strip .section-lead  { color: rgba(255,255,255,0.65); max-width: none; }
.dark-strip .section-tag   { background: rgba(244,123,32,0.18); color: #ffb980; }
.certs-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.875rem; }
.cert-pill  { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.13); border-radius: var(--radius-sm); padding: 0.875rem 1rem; font-size: 0.82rem; font-weight: 500; color: rgba(255,255,255,0.85); line-height: 1.4; }
.cert-pill span { display: block; font-size: 0.7rem; color: rgba(255,255,255,0.4); font-weight: 400; margin-top: 3px; }

/* ── QUOTE ── */
.quote-block { background: var(--sky); border-left: 4px solid var(--navy-light); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; padding: 1.5rem 1.75rem; font-style: italic; color: var(--navy-mid); font-size: 1rem; line-height: 1.75; }
.quote-block cite { display: block; margin-top: 0.75rem; font-style: normal; font-size: 0.85rem; color: var(--text-light); font-weight: 500; }

/* ── PRICING ── */
.pricing-table { background: var(--off-white); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.pricing-table-header { background: var(--navy); color: white; padding: 1.25rem 1.75rem; }
.pricing-table-header h3 { font-family: var(--font-display); font-size: 1.3rem; font-weight: 700; font-style: italic; }
.pricing-table-header p  { font-size: 0.8rem; color: rgba(255,255,255,0.55); margin-top: 0.25rem; }
.pricing-row { display: flex; justify-content: space-between; align-items: center; padding: 1rem 1.75rem; border-bottom: 1px solid var(--border); }
.pricing-row:last-child { border-bottom: none; }
.pricing-row.total  { background: var(--orange-light); font-weight: 600; color: var(--navy); }
.pricing-row.credit { color: var(--green); }
.pricing-label { font-size: 0.9rem; color: var(--text-mid); }
.pricing-row.total .pricing-label { color: var(--navy); font-weight: 600; }
.pricing-value { font-size: 0.95rem; font-weight: 500; }

/* ── CHECKLIST ── */
.checklist { list-style: none; display: flex; flex-direction: column; gap: 0.875rem; }
.checklist li { display: flex; gap: 0.875rem; align-items: flex-start; font-size: 0.95rem; color: var(--text-mid); line-height: 1.65; }
.check-icon { width: 22px; height: 22px; min-width: 22px; background: var(--green-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-top: 2px; }
.check-icon svg { width: 12px; height: 12px; stroke: var(--green); fill: none; }

/* ── STATS ── */
.stats-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
@media (min-width: 640px) { .stats-grid { grid-template-columns: repeat(4, 1fr); } }
.stat-card  { background: var(--off-white); border-radius: var(--radius-sm); padding: 1.25rem; text-align: center; }
.stat-num   { font-family: var(--font-display); font-size: 2rem; font-weight: 700; font-style: italic; color: var(--navy); display: block; }
.stat-label { font-size: 0.75rem; color: var(--text-light); text-transform: uppercase; letter-spacing: 0.05em; }

/* ── AREAS ── */
.areas-grid { display: grid; grid-template-columns: 1fr; gap: 0.75rem; }
@media (min-width: 480px) { .areas-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 768px) { .areas-grid { grid-template-columns: repeat(3, 1fr); } }
.area-card  { background: white; border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 1.1rem 1.25rem; display: flex; align-items: center; gap: 0.875rem; }
.area-dot   { width: 10px; height: 10px; min-width: 10px; border-radius: 50%; background: var(--navy-light); }
.area-dot.mainland { background: var(--orange); }
.area-name  { font-weight: 500; font-size: 0.9rem; color: var(--text-dark); }
.area-sub   { font-size: 0.78rem; color: var(--text-light); margin-top: 1px; }

/* ── NOTE BOX ── */
.note-box { background: var(--orange-light); border: 1px solid rgba(244,123,32,0.25); border-radius: var(--radius-sm); padding: 1.25rem 1.5rem; font-size: 0.875rem; color: #7a3800; line-height: 1.7; margin-top: 1.5rem; }
.note-box strong { display: block; margin-bottom: 0.3rem; font-weight: 600; }

/* ── FOOTER ── */
footer { background: #1c3a5c; color: rgba(255,255,255,0.75); padding: 3.5rem 1.5rem 2rem; }
.footer-inner { max-width: 1080px; margin: 0 auto; }
.footer-top { display: grid; grid-template-columns: 1fr; gap: 2.5rem; margin-bottom: 2.5rem; }
@media (min-width: 640px) { .footer-top { grid-template-columns: 2.5fr 1fr 1fr; } }
.footer-logo img { height: 42px; width: auto; margin-bottom: 1rem; filter: brightness(0) invert(1); opacity: 0.9; }
.footer-tagline { font-size: 0.875rem; line-height: 1.7; color: rgba(255,255,255,0.55); max-width: 280px; }
.footer-col h4  { font-family: var(--font-display); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.45); margin-bottom: 1rem; }
.footer-col a   { display: block; font-size: 0.875rem; color: rgba(255,255,255,0.7); margin-bottom: 0.5rem; transition: color var(--transition); }
.footer-col a:hover { color: white; }
.footer-bottom  { border-top: 1px solid rgba(255,255,255,0.12); padding-top: 1.5rem; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between; align-items: center; font-size: 0.8rem; color: rgba(255,255,255,0.45); }
.footer-bottom a { color: rgba(255,255,255,0.55); transition: color var(--transition); }
.footer-bottom a:hover { color: white; }

/* ── ANIMATIONS ── */
@keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.anim { opacity: 0; }
.anim.visible { animation: fadeUp 0.55s cubic-bezier(0.4,0,0.2,1) forwards; }
.anim-d1 { animation-delay: 0.08s; }
.anim-d2 { animation-delay: 0.16s; }
.anim-d3 { animation-delay: 0.24s; }
.anim-d4 { animation-delay: 0.32s; }
