:root {
  --ink: #07151f;
  --navy: #102638;
  --deep: #0a1d2b;
  --gold: #c8a45d;
  --copper: #b46b3a;
  --teal: #177b78;
  --paper: #f4efe6;
  --mist: #edf4f2;
  --white: #fffdf8;
  --muted: #5f6873;
  --line: rgba(7,21,31,.13);
  --shadow: 0 24px 80px rgba(7,21,31,.18);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); line-height: 1.6; }
body::before {
  content: ""; position: fixed; inset: 0; pointer-events: none; z-index: -1;
  background:
    linear-gradient(110deg, transparent 0 44%, rgba(200,164,93,.08) 44% 45%, transparent 45% 100%),
    radial-gradient(circle at 12% 16%, rgba(23,123,120,.12), transparent 28%),
    radial-gradient(circle at 84% 24%, rgba(200,164,93,.13), transparent 24%);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.welcome-screen {
  position: fixed; inset: 0; z-index: 100; display: grid; place-items: center;
  background: #07151f; color: white; animation: welcomeOut 1.6s ease 1.15s forwards;
}
.welcome-screen div { display: grid; gap: 12px; text-align: center; padding: 24px; animation: welcomeRise 1s ease both; }
.welcome-screen span { color: var(--gold); text-transform: uppercase; letter-spacing: .16em; font-size: 13px; font-weight: 900; }
.welcome-screen strong { font-size: clamp(28px, 4.5vw, 58px); line-height: 1.02; max-width: 820px; }
.topbar {
  display: flex; justify-content: center; align-items: center; gap: 18px; min-height: 34px;
  padding: 6px 18px; background: var(--ink); color: rgba(255,255,255,.82); font-size: 13px; font-weight: 800;
}
.topbar a { color: var(--gold); }
.site-header {
  position: sticky; top: 0; z-index: 20; display: flex; align-items: center; gap: 24px;
  padding: 14px clamp(18px, 4vw, 58px); background: rgba(255,253,248,.86);
  backdrop-filter: blur(18px); border-bottom: 1px solid var(--line);
}
.brand { display: flex; gap: 12px; align-items: center; margin-right: auto; }
.brand strong { display: block; color: var(--ink); font-size: clamp(22px, 2vw, 30px); line-height: 1; letter-spacing: 0; }
.brand small { display: block; color: var(--muted); margin-top: 4px; font-weight: 900; }
.nav { display: flex; gap: 8px; color: #313b45; font-size: 14px; }
.nav a { padding: 9px 11px; border-radius: 8px; font-weight: 800; }
.nav a:hover, .text-link:hover { color: var(--copper); }
.nav a:hover { background: rgba(180,107,58,.1); }
.btn {
  display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px;
  border-radius: 8px; border: 1px solid transparent; background: linear-gradient(135deg, var(--gold), #e1c985);
  color: #120d04; font-weight: 900; box-shadow: 0 16px 34px rgba(200,164,93,.28); transition: transform .2s ease, box-shadow .2s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 18px 44px rgba(200,164,93,.36); }
.btn-small { min-height: 40px; padding: 0 16px; }
.btn-ghost { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.35); color: white; box-shadow: none; }
.hero { min-height: min(760px, calc(100vh - 92px)); position: relative; display: grid; align-items: center; overflow: hidden; color: white; }
.hero-clean { min-height: min(650px, calc(100vh - 88px)); }
.hero-media {
  position: absolute; inset: 0; background:
    linear-gradient(90deg, rgba(7,21,31,.98), rgba(7,21,31,.82), rgba(7,21,31,.54)),
    linear-gradient(135deg, #07151f, #102638 62%, #2d2119);
  transform: scale(1.02); animation: slowDrift 16s ease-in-out infinite alternate;
}
.hero-shell {
  position: relative; width: min(1220px, calc(100% - 36px)); margin: 0 auto;
  display: grid; grid-template-columns: minmax(0, .9fr) minmax(360px, 500px); gap: clamp(28px, 5vw, 74px); align-items: center;
}
.hero-content { position: relative; }
.hero-portrait {
  position: relative; align-self: center; border-radius: 8px; overflow: hidden; min-height: 560px;
  border: 1px solid rgba(200,164,93,.38); box-shadow: 0 30px 90px rgba(0,0,0,.34);
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  transform: perspective(900px) rotateY(-3deg);
}
.hero-portrait img { width: 100%; height: 100%; min-height: 560px; object-fit: contain; object-position: center bottom; background: rgba(7,21,31,.28); }
.portrait-badge {
  position: absolute; left: 18px; right: 18px; bottom: 18px; padding: 16px;
  border-radius: 8px; background: rgba(7,21,31,.78); border: 1px solid rgba(255,255,255,.16); backdrop-filter: blur(18px);
}
.portrait-badge span { display: block; color: var(--gold); text-transform: uppercase; letter-spacing: .12em; font-size: 12px; font-weight: 900; }
.portrait-badge strong { display: block; color: white; font-size: 22px; line-height: 1.1; margin-top: 4px; }
.portrait-badge em { display: block; color: rgba(255,255,255,.74); font-style: normal; font-weight: 800; margin-top: 4px; }
.eyebrow { color: var(--gold); text-transform: uppercase; letter-spacing: .12em; font-weight: 900; font-size: 12px; margin: 0 0 14px; }
h1, h2, h3 { line-height: 1.08; margin: 0; letter-spacing: 0; }
h1 { font-size: clamp(36px, 4.5vw, 64px); max-width: 860px; }
.hero h1 { font-size: clamp(34px, 3.8vw, 54px); max-width: 780px; }
.hero-clean h1 { font-size: clamp(38px, 5vw, 64px); max-width: 720px; }
h2 { font-size: clamp(30px, 4vw, 56px); }
h3 { font-size: 22px; }
.hero-subtitle { max-width: 700px; color: white; font-size: clamp(20px, 2.4vw, 30px); line-height: 1.22; margin: 16px 0 0; font-weight: 900; }
.hero-copy { max-width: 660px; color: rgba(255,255,255,.84); font-size: clamp(16px, 1.45vw, 18px); margin: 20px 0; }
.hero-clean .hero-copy { max-width: 610px; margin: 14px 0 24px; }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.trust-row span { border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.08); border-radius: 8px; padding: 9px 12px; backdrop-filter: blur(12px); font-weight: 800; }
.hero-trust-simple { margin-top: 20px; }
.hero-trust-simple span { letter-spacing: .02em; }
.hero-trust-line { margin-top: 18px; color: rgba(255,255,255,.78); font-weight: 900; letter-spacing: .01em; }
.signature-services { padding-top: 44px; padding-bottom: 54px; background: var(--paper); }
.signature-services .section-head { margin-bottom: 22px; }
.signature-services h2 { font-size: clamp(26px, 3vw, 38px); }
.quick-service-row { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.quick-service-row a {
  min-height: 62px; display: grid; place-items: center; text-align: center; padding: 12px;
  border: 1px solid var(--line); border-radius: 8px; background: rgba(255,253,248,.9);
  color: var(--navy); font-weight: 900; box-shadow: 0 12px 32px rgba(7,21,31,.06);
}
.quick-service-row a:hover { color: var(--copper); transform: translateY(-2px); }
.page-hero {
  padding: clamp(78px, 10vw, 146px) clamp(18px, 5vw, 72px) clamp(48px, 7vw, 84px);
  background:
    linear-gradient(135deg, rgba(7,21,31,.96), rgba(16,38,56,.9)),
    url("https://images.unsplash.com/photo-1554224155-6726b3ff858f?auto=format&fit=crop&w=1800&q=76") center/cover;
  color: white;
}
.page-hero p { max-width: 760px; color: rgba(255,255,255,.78); font-size: 19px; }
.page-hero .eyebrow { color: var(--gold); }
.section, .band, .footer { padding: clamp(68px, 9vw, 128px) clamp(18px, 5vw, 72px); }
.band { background: var(--paper); }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; padding-top: 42px; padding-bottom: 42px; }
.stats div { padding: 24px; border-left: 1px solid var(--line); }
.stats strong { display: block; font-size: 38px; color: var(--copper); line-height: 1; }
.stats span, p { color: #454f59; }
.two-col { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(28px, 6vw, 88px); align-items: start; }
.section-head { max-width: 780px; margin-bottom: 34px; }
.section-head p { font-size: 18px; }
.service-grid, .usp-grid, .testimonial-grid, .blog-grid, .industry-grid, .process-grid {
  display: grid; gap: 18px;
}
.service-grid { grid-template-columns: repeat(3, 1fr); }
.service-detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card, .usp, .blog-grid article, .lead-form, blockquote, .process-step, .course-detail {
  background: rgba(255,253,248,.86); border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 18px 50px rgba(7,21,31,.08);
}
.service-card { padding: 26px; transition: transform .25s ease, box-shadow .25s ease; position: relative; overflow: hidden; }
.service-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: linear-gradient(90deg, var(--gold), var(--teal)); }
.service-card::after { content: ""; position: absolute; inset: -40% auto auto -20%; width: 120px; height: 220%; background: rgba(255,255,255,.2); transform: rotate(24deg) translateX(-130px); transition: transform .55s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-card:hover::after { transform: rotate(24deg) translateX(420px); }
.service-card span { display: inline-block; color: var(--teal); font-weight: 900; margin-bottom: 20px; }
.service-card a { color: var(--copper); font-weight: 900; }
.dark { background: var(--ink); color: white; }
.dark p { color: rgba(255,255,255,.72); }
.industry-grid { grid-template-columns: repeat(4, 1fr); }
.industry-grid span { min-height: 64px; display: grid; place-items: center; padding: 14px; border: 1px solid rgba(255,255,255,.14); border-radius: 8px; background: rgba(255,255,255,.06); color: rgba(255,255,255,.88); font-weight: 900; text-align: center; }
.usp-grid { grid-template-columns: repeat(3, 1fr); }
.usp, .blog-grid article, blockquote, .process-step { padding: 24px; }
.usp span { color: var(--teal); font-weight: 900; }
.process { background: linear-gradient(180deg, var(--white), var(--mist)); }
.process-grid { grid-template-columns: repeat(4, 1fr); }
.process-step strong { color: var(--gold); font-size: 30px; display: block; margin-bottom: 14px; }
.testimonial-grid { grid-template-columns: repeat(2, 1fr); }
blockquote { margin: 0; font-size: 20px; }
cite { display: block; margin-top: 18px; color: var(--muted); font-size: 14px; font-style: normal; }
.course-detail-list { display: grid; gap: 18px; }
.course-detail { padding: clamp(24px, 4vw, 42px); }
.course-detail span { display: inline-block; color: var(--teal); font-weight: 900; margin-bottom: 10px; text-transform: uppercase; letter-spacing: .08em; font-size: 12px; }
.course-detail p { max-width: 840px; }
.blog-grid { grid-template-columns: repeat(3, 1fr); }
.featured-blogs { grid-template-columns: repeat(3, 1fr); }
.article { max-width: 920px; margin: 0 auto; }
.article h2 { font-size: clamp(26px, 3vw, 40px); margin-top: 34px; }
.article-copy { max-width: 940px; }
.article-copy p { font-size: 18px; }
.page-links { display: flex; flex-wrap: wrap; gap: 12px; }
.page-links a { padding: 12px 14px; border: 1px solid var(--line); border-radius: 8px; background: white; font-weight: 900; color: var(--navy); }
.cta-strip { margin-top: 34px; padding: clamp(28px, 5vw, 52px); border-radius: 8px; color: white; background: linear-gradient(135deg, var(--ink), var(--navy), var(--teal)); }
.cta-strip p { color: rgba(255,255,255,.78); }
.blog-preview { background: linear-gradient(180deg, var(--white), var(--mist)); }
.blog-preview .btn { margin-top: 28px; }
.rich-blog-grid article, .featured-blogs article { position: relative; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.rich-blog-grid article:hover, .featured-blogs article:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.rich-blog-grid article span, .featured-blogs article span { color: var(--teal); font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.rich-blog-grid article h3, .featured-blogs article h3 { margin-top: 10px; }
.contact { display: grid; grid-template-columns: 1fr 460px; gap: clamp(28px, 6vw, 84px); background: var(--paper); }
.contact-actions a { padding: 12px 14px; border-radius: 8px; background: white; border: 1px solid var(--line); font-weight: 800; }
.location-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(28px, 5vw, 72px); align-items: stretch; background: var(--white); }
.location-copy { align-self: center; }
.location-copy p { font-size: 18px; }
.map-frame { min-height: 390px; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; box-shadow: var(--shadow); background: var(--mist); }
.map-frame iframe { width: 100%; height: 100%; min-height: 390px; border: 0; display: block; }
.lead-form { padding: 24px; display: grid; gap: 14px; }
label { display: grid; gap: 7px; font-weight: 800; color: #222b33; }
input, select, textarea { width: 100%; min-height: 48px; border: 1px solid var(--line); border-radius: 8px; padding: 0 12px; background: white; font: inherit; }
textarea { min-height: 118px; padding: 12px; resize: vertical; }
.form-note { margin: 0; font-size: 13px; color: var(--muted); }
.planner-hero {
  background:
    linear-gradient(135deg, rgba(7,21,31,.94), rgba(16,38,56,.86)),
    url("https://images.unsplash.com/photo-1554224154-26032ffc0d07?auto=format&fit=crop&w=1800&q=76") center/cover;
}
.planner-shell {
  display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: clamp(22px, 4vw, 48px);
  align-items: start;
}
.planner-panel, .planner-report, .planner-side {
  border: 1px solid var(--line); border-radius: 8px; background: rgba(255,253,248,.92);
  box-shadow: 0 18px 50px rgba(7,21,31,.08);
}
.planner-panel { padding: clamp(18px, 3vw, 30px); }
.planner-side { padding: 22px; position: sticky; top: 112px; }
.planner-progress { height: 8px; overflow: hidden; border-radius: 999px; background: rgba(7,21,31,.12); margin: 18px 0 8px; }
.planner-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--teal), var(--gold)); transition: width .25s ease; }
.planner-progress-copy { margin: 0; color: var(--muted); font-size: 13px; font-weight: 800; }
.planner-steps { display: grid; gap: 18px; margin-top: 22px; }
.planner-step { display: none; gap: 16px; }
.planner-step.is-active { display: grid; }
.planner-step h2 { font-size: clamp(25px, 3vw, 36px); }
.planner-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.planner-grid .wide { grid-column: 1 / -1; }
.choice-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.choice-tile { position: relative; }
.choice-tile input { position: absolute; opacity: 0; pointer-events: none; }
.choice-tile span {
  min-height: 76px; display: grid; align-content: center; gap: 4px; padding: 14px;
  border: 1px solid var(--line); border-radius: 8px; background: white; font-weight: 900;
}
.choice-tile small { display: block; color: var(--muted); font-weight: 700; line-height: 1.35; }
.choice-tile input:checked + span { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(23,123,120,.14); background: var(--mist); }
.planner-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 10px; }
.planner-actions .btn { border: 0; cursor: pointer; }
.planner-actions .btn[disabled] { opacity: .45; cursor: not-allowed; transform: none; }
.planner-secondary { background: white; color: var(--navy); border: 1px solid var(--line) !important; box-shadow: none; }
.planner-side ul, .planner-report ul, .planner-report ol { padding-left: 20px; color: #454f59; }
.planner-side li, .planner-report li { margin: 7px 0; }
.planner-report { display: none; margin-top: 24px; overflow: hidden; }
.planner-report.is-visible { display: block; }
.report-head {
  display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: center; padding: 24px;
  color: white; background: linear-gradient(135deg, var(--ink), var(--navy), var(--teal));
}
.report-head p { color: rgba(255,255,255,.74); margin: 8px 0 0; }
.score-ring {
  width: 116px; aspect-ratio: 1; border-radius: 999px; display: grid; place-items: center;
  background: conic-gradient(var(--gold) var(--score, 0%), rgba(255,255,255,.18) 0);
}
.score-ring strong {
  width: 84px; aspect-ratio: 1; border-radius: 999px; display: grid; place-items: center;
  background: var(--ink); color: white; font-size: 28px;
}
.report-body { padding: 24px; display: grid; gap: 18px; }
.report-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.report-card { border: 1px solid var(--line); border-radius: 8px; padding: 16px; background: white; }
.report-card strong { display: block; color: var(--teal); font-size: 20px; }
.advisor-note { border-left: 4px solid var(--gold); padding: 18px; background: rgba(237,244,242,.72); border-radius: 8px; }
.advisor-note p { margin: 8px 0 0; }
.plan-section { border-top: 1px solid var(--line); padding-top: 18px; }
.plan-section h3 { margin-bottom: 8px; }
.reason-list { display: grid; gap: 12px; padding-left: 0 !important; list-style: none; }
.reason-list li { margin: 0; padding: 14px; border: 1px solid var(--line); border-radius: 8px; background: white; }
.reason-list strong { display: block; color: var(--navy); margin-bottom: 4px; }
.calculation-box { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.calculation-box div { padding: 14px; border: 1px solid var(--line); border-radius: 8px; background: white; }
.calculation-box strong { display: block; color: var(--copper); font-size: 18px; }
.calculation-box span { color: var(--muted); font-size: 13px; font-weight: 800; }
.pill-row { display: flex; flex-wrap: wrap; gap: 8px; }
.pill-row span { padding: 8px 10px; border-radius: 999px; background: var(--mist); border: 1px solid rgba(23,123,120,.18); font-weight: 900; color: var(--navy); font-size: 13px; }
.planner-disclaimer { font-size: 13px; color: var(--muted); border-top: 1px solid var(--line); padding-top: 16px; }
.source-links a { display: inline-block; margin: 6px 10px 0 0; color: var(--copper); font-weight: 900; }
.faq details { border-top: 1px solid var(--line); padding: 20px 0; }
.faq summary { cursor: pointer; font-weight: 900; font-size: 20px; }
.footer { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; background: var(--ink); color: white; }
.footer p { color: rgba(255,255,255,.66); }
.footer a { display: block; color: rgba(255,255,255,.78); margin: 8px 0; }
.footer-contact { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-top: 16px; }
.footer-contact strong { width: 100%; color: var(--gold); }
.footer-contact a { display: inline-flex; align-items: center; min-height: 38px; margin: 0; padding: 8px 12px; border-radius: 8px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); color: white; font-weight: 900; }
.floating-call, .floating-wa {
  position: fixed; right: 18px; z-index: 30; border-radius: 8px; padding: 13px 16px; min-width: 118px;
  display: inline-flex; align-items: center; justify-content: center; font-weight: 900; box-shadow: var(--shadow);
}
.floating-call { bottom: 78px; background: var(--ink); color: white; }
.floating-wa { bottom: 20px; background: var(--teal); color: white; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes welcomeOut {
  to { opacity: 0; visibility: hidden; transform: scale(1.03); }
}
@keyframes welcomeRise {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: none; }
}
@keyframes slowDrift {
  from { transform: scale(1.02) translateX(0); }
  to { transform: scale(1.06) translateX(-12px); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .btn, .service-card { transition: none; }
  .welcome-screen { display: none; }
  .hero-media { animation: none; }
}
@media (max-width: 1050px) {
  .service-grid, .usp-grid, .process-grid { grid-template-columns: repeat(2, 1fr); }
  .planner-shell { grid-template-columns: 1fr; }
  .planner-side { position: static; }
  .report-grid { grid-template-columns: repeat(2, 1fr); }
  .calculation-box { grid-template-columns: repeat(2, 1fr); }
  .nav { order: 3; width: 100%; overflow-x: auto; padding-top: 8px; }
  .site-header { flex-wrap: wrap; }
  .stats, .industry-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-shell { grid-template-columns: 1fr; padding: 48px 0; }
  .hero-portrait { min-height: 460px; max-width: 420px; }
  .hero-portrait img { min-height: 460px; object-fit: cover; object-position: center top; }
  .hero-media { background: linear-gradient(135deg, rgba(7,21,31,.98), rgba(16,38,56,.94), rgba(45,33,25,.9)); }
  .quick-service-row { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 760px) {
  .site-header { gap: 12px; }
  .topbar { justify-content: flex-start; overflow-x: auto; white-space: nowrap; }
  .brand small { display: none; }
  .btn-small { display: none; }
  .hero { min-height: auto; }
  h1 { font-size: clamp(30px, 10vw, 42px); }
  .hero-clean h1 { font-size: clamp(42px, 13vw, 58px); }
  .hero-subtitle { font-size: 20px; }
  .two-col, .contact, .location-section, .footer { grid-template-columns: 1fr; }
  .service-grid, .service-detail-grid, .usp-grid, .testimonial-grid, .blog-grid, .process-grid, .stats, .industry-grid { grid-template-columns: 1fr; }
  .planner-grid, .choice-grid, .report-grid, .report-head { grid-template-columns: 1fr; }
  .calculation-box { grid-template-columns: 1fr; }
  .score-ring { width: 98px; }
  .hero-actions .btn { width: 100%; }
  .hero-portrait { min-height: 420px; }
  .hero-portrait img { min-height: 420px; }
  .quick-service-row { grid-template-columns: repeat(2, 1fr); }
  .section, .band, .footer { padding-left: 18px; padding-right: 18px; }
}
