:root {
  --navy: #07173b;
  --navy-2: #13264f;
  --blue: #1e5eff;
  --teal: #0f766e;
  --green: #12805c;
  --ink: #121826;
  --text: #323947;
  --muted: #667085;
  --gold: #bd8e3a;
  --gold-dark: #856027;
  --gold-soft: #f7efe1;
  --soft: #f7f8fa;
  --surface: #f3f6fb;
  --white: #ffffff;
  --line: #e3e7ef;
  --shadow: 0 22px 70px rgba(7, 23, 59, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.skip-link,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  z-index: 1000;
  width: auto;
  height: auto;
  clip: auto;
  left: 16px;
  top: 16px;
  padding: 10px 14px;
  color: var(--navy);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.header-top {
  display: flex;
  gap: 22px;
  justify-content: center;
  padding: 6px 20px;
  color: var(--navy);
  background: var(--soft);
  border-bottom: 1px solid var(--line);
  font-size: 0.76rem;
  font-weight: 750;
}

.header-top span {
  white-space: nowrap;
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, calc(100% - 40px));
  min-height: 78px;
  margin: 0 auto;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 168px;
}

.brand img {
  width: 158px;
  height: 76px;
  object-fit: contain;
  background: var(--white);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--navy);
  font-size: 0.94rem;
  font-weight: 800;
}

.site-nav a {
  transition: color 0.18s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--gold-dark);
}

.nav-cta {
  min-height: 42px;
  padding: 10px 18px;
  color: var(--white) !important;
  background: var(--navy);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(7, 23, 59, 0.18);
}

.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.menu-button span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--navy);
}

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.78fr);
  gap: clamp(38px, 6vw, 82px);
  align-items: center;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(62px, 8vw, 112px) 0 clamp(56px, 6vw, 86px);
  color: var(--navy);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 5% auto auto 41%;
  z-index: -1;
  width: min(620px, 48vw);
  aspect-ratio: 640 / 820;
  display: none;
  background: none;
  opacity: 0;
  pointer-events: none;
}

.hero > * {
  position: relative;
  z-index: 1;
}

.hero-home {
  grid-template-columns: minmax(0, 640px) minmax(380px, 1fr);
  width: 100%;
  min-height: min(720px, calc(100vh - 78px));
  padding-left: max(20px, calc((100% - 1180px) / 2));
  padding-right: max(20px, calc((100% - 1180px) / 2));
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.78) 0%, rgba(255, 255, 255, 0.44) 43%, rgba(255, 255, 255, 0.08) 100%),
    url("assets/prime-tree-background.jpg") center center / cover no-repeat;
}

.hero-home::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0.18) 42%, rgba(255, 255, 255, 0) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(247, 239, 225, 0.2));
  opacity: 1;
  pointer-events: none;
}

.hero-home .hero-copy,
.hero-visual-home,
.hero-assurance {
  position: relative;
  z-index: 3;
}

.hero-tree-mark {
  position: absolute;
  display: none;
  top: 42px;
  left: max(356px, calc((100% - 1180px) / 2 + 345px));
  z-index: 1;
  width: min(560px, 42vw);
  height: min(660px, calc(100% - 60px));
  pointer-events: none;
  opacity: 0.52;
}

.hero-tree-mark svg {
  width: 100%;
  height: 100%;
  overflow: visible;
  filter: drop-shadow(0 20px 34px rgba(133, 96, 39, 0.12));
}

.mark-branches path,
.mark-ground {
  fill: none;
  stroke: rgba(133, 96, 39, 0.62);
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mark-branches path {
  stroke-width: 10;
}

.mark-trunk {
  stroke-width: 18 !important;
}

.mark-ground {
  stroke-width: 14;
}

.mark-leaves path {
  fill: rgba(189, 142, 58, 0.16);
  stroke: rgba(133, 96, 39, 0.62);
  stroke-width: 6;
  transform-box: fill-box;
  transform-origin: center;
  animation: markLeafBreath 8s ease-in-out infinite;
}

.mark-leaves path:nth-child(3n) {
  animation-delay: 0.9s;
}

.mark-leaves path:nth-child(3n + 1) {
  animation-delay: 1.7s;
}

.hero-growth-tree {
  display: none;
}

.hero-growth-tree {
  position: absolute !important;
  top: -46px;
  right: max(-132px, calc((100% - 1180px) / 2 - 118px));
  bottom: -72px;
  z-index: 1 !important;
  width: min(990px, 74vw);
  pointer-events: none;
  opacity: 0.43;
}

.hero-growth-tree svg {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 22px 44px rgba(133, 96, 39, 0.14));
}

.growth-line {
  --line-delay: 0s;
  fill: none;
  stroke-width: 11;
  opacity: 0.9;
  stroke-dasharray: 1200;
  stroke-dashoffset: 1200;
  transform-box: fill-box;
  transform-origin: bottom center;
  animation:
    branchGrow 2.85s cubic-bezier(0.19, 1, 0.22, 1) forwards,
    branchPulse 7.8s ease-in-out infinite;
  animation-delay: var(--line-delay), calc(var(--line-delay) + 2.85s);
}

.growth-line.trunk {
  stroke-width: 18;
  --line-delay: 0.08s;
}

.growth-line.root {
  stroke-width: 9;
  --line-delay: 0.25s;
}

.growth-line.branch {
  stroke-width: 10;
}

.growth-line.twig {
  stroke-width: 7.5;
}

.growth-line.b1,
.growth-line.b2 {
  --line-delay: 0.62s;
}

.growth-line.b3,
.growth-line.b4 {
  --line-delay: 0.85s;
}

.growth-line.b5,
.growth-line.b6 {
  --line-delay: 1.06s;
}

.growth-line.b7,
.growth-line.b8,
.growth-line.b9,
.growth-line.b10 {
  --line-delay: 1.28s;
}

.growth-line.b11,
.growth-line.b12,
.growth-line.b13,
.growth-line.b14 {
  --line-delay: 1.48s;
}

.growth-line.b15,
.growth-line.b16,
.growth-line.b17,
.growth-line.b18,
.growth-line.b19 {
  --line-delay: 1.68s;
}

.growth-line.b20,
.growth-line.b21,
.growth-line.b22,
.growth-line.b23,
.growth-line.b24,
.growth-line.b25 {
  --line-delay: 1.86s;
}

.growth-leaf {
  --d: 1.7s;
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
  animation:
    leafBloom 0.82s cubic-bezier(0.19, 1, 0.22, 1) forwards,
    leafGrowDrift 6.6s ease-in-out infinite;
  animation-delay: var(--d), calc(var(--d) + 0.82s);
}

.growth-leaf:nth-child(1),
.growth-leaf:nth-child(7),
.growth-leaf:nth-child(13),
.growth-leaf:nth-child(19),
.growth-leaf:nth-child(25) {
  --d: 1.55s;
}

.growth-leaf:nth-child(2),
.growth-leaf:nth-child(8),
.growth-leaf:nth-child(14),
.growth-leaf:nth-child(20),
.growth-leaf:nth-child(26) {
  --d: 1.75s;
}

.growth-leaf:nth-child(3),
.growth-leaf:nth-child(9),
.growth-leaf:nth-child(15),
.growth-leaf:nth-child(21) {
  --d: 1.95s;
}

.growth-leaf:nth-child(4),
.growth-leaf:nth-child(10),
.growth-leaf:nth-child(16),
.growth-leaf:nth-child(22) {
  --d: 2.15s;
}

.growth-leaf:nth-child(5),
.growth-leaf:nth-child(11),
.growth-leaf:nth-child(17),
.growth-leaf:nth-child(23) {
  --d: 2.35s;
}

.growth-leaf:nth-child(6),
.growth-leaf:nth-child(12),
.growth-leaf:nth-child(18),
.growth-leaf:nth-child(24) {
  --d: 2.55s;
}

.hero-assurance {
  align-self: end;
  justify-self: end;
  width: min(360px, 100%);
  margin-bottom: 72px;
  padding: 24px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(227, 231, 239, 0.9);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(7, 23, 59, 0.12);
  backdrop-filter: blur(12px);
}

.hero-assurance span {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--gold-dark);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-assurance strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.15rem;
  line-height: 1.28;
}

.hero-assurance p {
  margin-bottom: 0;
  color: var(--muted);
}

@keyframes markLeafBreath {
  0%,
  100% {
    opacity: 0.78;
    transform: translateY(0) scale(1);
  }
  50% {
    opacity: 1;
    transform: translateY(-3px) scale(1.015);
  }
}

@keyframes branchPulse {
  0%,
  100% {
    opacity: 0.72;
    transform: scaleY(0.992);
  }
  50% {
    opacity: 1;
    transform: scaleY(1.006);
  }
}

@keyframes branchGrow {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes leafBloom {
  from {
    opacity: 0;
    transform: scale(0.46) translateY(18px) rotate(-8deg);
  }
  to {
    opacity: 0.84;
    transform: scale(1) translateY(0) rotate(0);
  }
}

@keyframes leafGrowDrift {
  0%,
  100% {
    opacity: 0.72;
    transform: translateY(0) scale(0.98) rotate(0deg);
  }
  50% {
    opacity: 0.93;
    transform: translateY(-7px) scale(1.035) rotate(2deg);
  }
}

/*
  Older hero visual rules are kept for the internal service pages.
*/
/*
  min-height: min(720px, calc(100vh - 80px));
}

.hero-home::before {
  display: none;
}
*/

.hero:not(.hero-home) h1 {
  font-size: clamp(2.75rem, 5.4vw, 4.85rem);
}

.hero-copy {
  max-width: 700px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold-dark);
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  color: var(--navy);
  font-size: clamp(3.1rem, 6.4vw, 5.8rem);
  line-height: 0.96;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  color: var(--navy);
  font-size: clamp(2rem, 4.2vw, 3.7rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  color: var(--ink);
  font-size: 1.16rem;
  line-height: 1.25;
}

.hero-subtitle {
  max-width: 660px;
  margin-bottom: 30px;
  color: var(--text);
  font-size: clamp(1.08rem, 1.8vw, 1.28rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 20px;
  border: 0;
  border-radius: 8px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  color: var(--white);
  background: var(--navy);
  box-shadow: 0 14px 34px rgba(7, 23, 59, 0.18);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--navy-2);
}

.button-secondary {
  color: var(--navy);
  background: var(--white);
  border: 1px solid var(--line);
}

.credibility-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 680px;
  margin: 0;
  overflow: hidden;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.credibility-list div {
  padding: 16px;
  background: var(--white);
}

.credibility-list dt {
  margin-bottom: 4px;
  color: var(--gold-dark);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.credibility-list dd {
  margin: 0;
  color: var(--navy);
  font-weight: 850;
}

.hero-editorial {
  position: relative;
  align-self: stretch;
  display: grid;
  align-content: center;
}

.hero-editorial figure {
  margin: 0;
  padding: 16px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-editorial img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: 54% center;
  border-radius: 6px;
}

.editorial-card {
  width: min(88%, 420px);
  margin: -62px auto 0;
  padding: 22px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(7, 23, 59, 0.12);
}

.editorial-card span,
.service-body span,
.audience-card span,
.solution-card span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--gold-dark);
  font-weight: 950;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  font-size: 0.72rem;
}

.editorial-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.16rem;
  line-height: 1.25;
}

.editorial-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  overflow: hidden;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.trust-strip span {
  padding: 18px 20px;
  color: var(--navy);
  background: var(--soft);
  font-weight: 850;
}

.hero-checks {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--navy);
  font-weight: 800;
}

.hero-checks li {
  position: relative;
  padding-left: 28px;
}

.hero-checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 12px;
  height: 12px;
  background: var(--gold);
  border-radius: 50%;
}

.hero-visual {
  position: relative;
  margin: 0;
}

.hero-framed {
  justify-self: end;
  width: min(100%, 470px);
  margin-bottom: 54px;
  padding: 10px;
  background:
    linear-gradient(var(--white), var(--white)) padding-box,
    linear-gradient(135deg, #f4dfac 0%, #bd8e3a 34%, #7e5b25 64%, #e6c789 100%) border-box;
  border: 2px solid transparent;
  border-radius: 4px;
  box-shadow:
    0 22px 58px rgba(7, 23, 59, 0.14),
    inset 0 0 0 1px rgba(255, 255, 255, 0.75);
}

.hero-visual img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-visual-home img {
  aspect-ratio: 1.12 / 1;
  object-position: 56% center;
  border-radius: 3px;
  box-shadow: none;
}

.photo-badge {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  padding: 18px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(223, 228, 238, 0.92);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(7, 23, 59, 0.14);
}

.photo-badge strong,
.photo-badge span {
  display: block;
}

.photo-badge span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.94rem;
}

.hero-photo-card {
  left: 34px;
  right: 34px;
  bottom: -72px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(215, 196, 153, 0.85);
  box-shadow: 0 22px 48px rgba(7, 23, 59, 0.16);
}

.hero-photo-card span {
  margin: 0 0 9px;
  color: var(--gold-dark);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-photo-card strong {
  color: var(--navy);
  font-size: 1.04rem;
  line-height: 1.22;
}

.hero-photo-card small {
  display: block;
  margin-top: 10px;
  color: var(--text);
  font-size: 0.88rem;
  line-height: 1.45;
}

.trust-bar {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 36px;
  overflow: hidden;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(7, 23, 59, 0.08);
}

.trust-bar div {
  padding: 22px;
  background: var(--white);
}

.trust-bar strong,
.trust-bar span {
  display: block;
}

.trust-bar strong {
  color: var(--navy);
}

.trust-bar span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.94rem;
}

.section {
  padding: 92px 0;
}

.section > * {
  width: min(1180px, calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
}

.section-white {
  background: var(--white);
}

.section-soft,
.section-light,
.section-muted {
  background: var(--soft);
}

.section-intro {
  max-width: 850px;
  margin-bottom: 42px;
}

.section-intro p:not(.eyebrow),
.section-heading-row > p {
  color: var(--muted);
  font-size: 1.08rem;
}

.section-heading-row {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.56fr);
  gap: 46px;
  align-items: end;
  margin-bottom: 44px;
}

.section-heading-row h2 {
  margin-bottom: 0;
}

.section-heading-row > p {
  margin-bottom: 8px;
}

.service-showcase {
  display: grid;
  border-top: 1px solid var(--line);
}

.service-item {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 28px;
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
}

.service-number {
  color: var(--gold);
  font-size: 3.6rem;
  font-weight: 950;
  line-height: 1;
}

.service-body {
  max-width: 790px;
}

.service-body h3 {
  margin-bottom: 12px;
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 3.15rem);
}

.service-body p {
  max-width: 720px;
  color: var(--muted);
  font-size: 1.08rem;
}

.service-item-featured {
  background:
    linear-gradient(90deg, rgba(247, 239, 225, 0.52), rgba(255, 255, 255, 0));
}

.solution-grid,
.issue-grid,
.confidence-grid,
.audience-grid,
.requirement-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.solution-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.solution-card,
.issue-grid article,
.confidence-grid article,
.process-list article,
.audience-card,
.requirement-card,
.quote-card,
.signature-panel {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.solution-card {
  box-shadow: 0 18px 46px rgba(7, 23, 59, 0.08);
}

.solution-image {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.solution-card:nth-child(2) .solution-image {
  object-position: center 38%;
}

.solution-content,
.issue-grid article,
.confidence-grid article,
.audience-card,
.requirement-card,
.quote-card,
.signature-panel {
  padding: 24px;
}

.solution-card h3 {
  margin-bottom: 12px;
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 3.15rem);
}

.solution-card p,
.issue-grid p,
.confidence-grid p,
.process-list p,
.audience-card p,
.requirement-card p,
.quote-card p,
.signature-panel p {
  color: var(--muted);
}

.text-link {
  display: inline-flex;
  margin-top: 14px;
  color: var(--navy);
  font-weight: 900;
  border-bottom: 2px solid var(--gold);
}

.issue-grid span {
  display: inline-flex;
  margin-bottom: 38px;
  color: var(--gold-dark);
  font-size: 2.8rem;
  font-weight: 950;
  line-height: 1;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.process-list article {
  padding: 24px;
}

.process-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 28px;
  color: var(--navy);
  background: var(--gold-soft);
  border: 1px solid rgba(189, 142, 58, 0.28);
  border-radius: 8px;
  font-weight: 950;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 0.72fr);
  gap: 60px;
  align-items: start;
}

.split p {
  color: var(--muted);
  font-size: 1.08rem;
}

.quote-card {
  background: var(--soft);
}

.quote-card strong {
  display: block;
  margin-bottom: 14px;
  color: var(--navy);
  font-size: 1.3rem;
}

.signature-panel {
  position: relative;
  padding: 34px;
  background: var(--white);
}

.signature-panel img {
  width: 230px;
  height: auto;
  margin-bottom: 22px;
}

.signature-panel p {
  max-width: 430px;
  margin-bottom: 0;
}

.document-list,
.comparison-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.document-list li,
.comparison-list li {
  padding: 16px 18px;
  color: var(--navy);
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 800;
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 900px;
}

.faq-list details {
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.faq-list summary {
  cursor: pointer;
  padding: 20px 22px;
  color: var(--navy);
  font-weight: 900;
}

.faq-list p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--muted);
}

.lead-form-card {
  overflow: hidden;
  color: var(--navy);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.form-photo {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center 48%;
}

.lead-form-card h2,
.lead-form-card p,
.lead-form {
  margin-left: 24px;
  margin-right: 24px;
}

.lead-form-card h2 {
  margin-top: 24px;
  margin-bottom: 8px;
  color: var(--navy);
  font-size: 2rem;
}

.lead-form-card p {
  color: var(--muted);
}

.lead-form {
  display: grid;
  gap: 12px;
  margin-top: 18px;
  margin-bottom: 24px;
}

.lead-form label {
  display: grid;
  gap: 6px;
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 850;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  color: var(--ink);
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.lead-form textarea {
  min-height: 88px;
  resize: vertical;
}

.lead-form small {
  color: var(--muted);
}

.comparison-table {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.comparison-table > div {
  padding: 18px;
  background: var(--white);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.comparison-table > div:nth-child(3n) {
  border-right: 0;
}

.comparison-table .table-head {
  color: var(--navy);
  background: var(--gold-soft);
  font-weight: 900;
}

.comparison-table strong {
  color: var(--navy);
}

.final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  width: min(1180px, calc(100% - 40px));
  margin: 70px auto;
  padding: 34px;
  color: var(--navy);
  background: var(--gold-soft);
  border: 1px solid rgba(189, 142, 58, 0.28);
  border-radius: 8px;
}

.final-cta h2 {
  margin-bottom: 12px;
  color: var(--navy);
}

.final-cta p:not(.eyebrow) {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--text);
}

.site-footer {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 40px;
  padding: 44px max(20px, calc((100% - 1180px) / 2));
  color: var(--muted);
  background: var(--white);
  border-top: 1px solid var(--line);
}

.site-footer img {
  width: 160px;
  height: 78px;
  margin-bottom: 16px;
  object-fit: contain;
  background: var(--white);
}

.site-footer strong,
.site-footer span,
.site-footer a {
  display: block;
}

.site-footer strong {
  margin-bottom: 10px;
  color: var(--navy);
}

.site-footer a {
  color: var(--gold-dark);
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 17px;
  color: var(--white);
  background: var(--navy);
  border-radius: 8px;
  box-shadow: var(--shadow);
  font-weight: 900;
}

@media (max-width: 980px) {
  .header-top {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .nav-shell {
    min-height: 72px;
  }

  .menu-button {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    left: 20px;
    right: 20px;
    top: calc(100% + 8px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 12px 10px;
  }

  .hero,
  .split,
  .site-footer,
  .solution-grid,
  .section-heading-row {
    grid-template-columns: 1fr;
  }

  .hero-home {
    min-height: 0;
  }

  .hero-tree-mark {
    top: 92px;
    left: auto;
    right: -150px;
    width: 520px;
    height: 610px;
    opacity: 0.22;
  }

  .hero-growth-tree {
    top: 92px;
    right: -210px;
    bottom: auto;
    width: 620px;
    height: 660px;
    opacity: 0.28;
  }

  .hero-assurance {
    justify-self: stretch;
    width: 100%;
    margin-bottom: 0;
  }

  .hero-framed {
    justify-self: stretch;
    width: 100%;
    max-width: 560px;
    margin: 8px auto 74px;
  }

  .hero-visual img,
  .hero-visual-home img {
    aspect-ratio: 16 / 11;
  }

  .trust-bar,
  .trust-strip,
  .issue-grid,
  .confidence-grid,
  .process-list,
  .audience-grid,
  .requirement-grid {
    grid-template-columns: 1fr;
  }

  .final-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 680px) {
  .nav-shell,
  .trust-bar,
  .trust-strip,
  .section > *,
  .final-cta,
  .hero {
    width: min(100% - 28px, 1180px);
  }

  .brand {
    width: 124px;
  }

  .brand img {
    width: 118px;
    height: 58px;
  }

  .hero::before {
    inset: 7% -24% auto auto;
    width: 300px;
    opacity: 0.05;
  }

  .hero {
    gap: 32px;
    padding: 38px 0 46px;
  }

  .hero-home {
    width: 100%;
    max-width: 100%;
    padding-left: 14px;
    padding-right: 14px;
  }

  .hero-home .hero-copy,
  .hero-visual-home {
    justify-self: start;
    width: 100%;
    max-width: 362px;
  }

  .hero-home .hero-subtitle {
    max-width: 100%;
  }

  .hero-tree-mark {
    top: 178px;
    right: -250px;
    width: 540px;
    height: 620px;
    opacity: 0.18;
  }

  .hero-growth-tree {
    top: 164px;
    right: -252px;
    width: 570px;
    height: 650px;
    opacity: 0.24;
  }

  .hero-assurance {
    padding: 22px;
    background: rgba(255, 255, 255, 0.92);
  }

  .hero-framed {
    margin: 20px 0 86px;
    padding: 7px;
  }

  .hero-photo-card {
    left: 14px;
    right: 14px;
    bottom: -82px;
    padding: 18px;
  }

  h1 {
    font-size: 2.55rem;
    line-height: 1.04;
    max-width: 100%;
  }

  .hero .eyebrow {
    max-width: 300px;
    font-size: 0.68rem;
    letter-spacing: 0.09em;
  }

  h2 {
    font-size: 2.08rem;
  }

  .hero-actions {
    display: grid;
  }

  .credibility-list {
    display: none;
  }

  .hero-editorial img {
    aspect-ratio: 4 / 3;
  }

  .editorial-card {
    width: calc(100% - 24px);
    margin-top: -32px;
  }

  .section {
    padding: 58px 0;
  }

  .section-heading-row {
    gap: 16px;
  }

  .service-item {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 28px 0;
  }

  .service-number {
    font-size: 2.2rem;
  }

  .solution-content,
  .issue-grid article,
  .confidence-grid article,
  .process-list article,
  .audience-card,
  .requirement-card,
  .quote-card,
  .signature-panel,
  .final-cta {
    padding: 20px;
  }

  .hero-visual img,
  .hero-visual-home img {
    aspect-ratio: 4 / 3;
  }

  .photo-badge {
    position: static;
    margin-top: 12px;
  }

  .hero-checks {
    display: none;
  }

  .lead-form-card h2,
  .lead-form-card p,
  .lead-form {
    margin-left: 20px;
    margin-right: 20px;
  }

  .comparison-table {
    grid-template-columns: 1fr;
  }

  .comparison-table > div,
  .comparison-table > div:nth-child(3n) {
    border-right: 0;
  }

  .floating-whatsapp {
    display: none;
  }
}

@media (max-width: 380px) {
  .hero-home .hero-copy,
  .hero-visual-home {
    max-width: 332px;
  }
}

.site-nav {
  gap: 18px;
  font-size: 0.88rem;
}

.nav-cta,
.button-primary,
.floating-whatsapp {
  background:
    linear-gradient(135deg, var(--navy) 0%, #0c245c 52%, #173b8f 100%);
}

.nav-cta:hover,
.nav-cta:focus-visible,
.button-primary:hover,
.button-primary:focus-visible,
.floating-whatsapp:hover,
.floating-whatsapp:focus-visible {
  background:
    linear-gradient(135deg, var(--navy-2) 0%, #143980 52%, var(--blue) 100%);
}

.hero-home {
  grid-template-columns: minmax(0, 650px) minmax(340px, 470px);
  gap: clamp(32px, 4vw, 56px);
  padding-top: clamp(46px, 6vw, 76px);
  padding-bottom: clamp(20px, 3vw, 30px);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.86) 0%, rgba(255, 255, 255, 0.62) 42%, rgba(255, 255, 255, 0.16) 100%),
    linear-gradient(180deg, rgba(7, 23, 59, 0) 0%, rgba(7, 23, 59, 0.08) 100%),
    url("assets/prime-tree-background.jpg") center center / cover no-repeat;
}

.hero-home::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 0;
  height: 170px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), var(--white));
  pointer-events: none;
}

.hero-home h1 {
  max-width: 720px;
  font-size: clamp(2.9rem, 4.7vw, 4.55rem);
  line-height: 1;
}

.hero-home .hero-subtitle {
  max-width: 650px;
  color: #243045;
}

.hero-home .hero-actions {
  margin-bottom: 0;
}

.hero-paths {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 680px;
  margin: 0 0 24px;
}

.hero-paths a {
  display: grid;
  gap: 5px;
  min-height: 132px;
  padding: 16px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(210, 217, 230, 0.92);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(7, 23, 59, 0.08);
  backdrop-filter: blur(10px);
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.hero-paths a:hover,
.hero-paths a:focus-visible {
  transform: translateY(-2px);
  background: var(--white);
  border-color: rgba(189, 142, 58, 0.54);
}

.hero-paths span {
  color: var(--gold-dark);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.hero-paths strong {
  color: var(--navy);
  font-size: 1.08rem;
  line-height: 1.18;
}

.hero-paths small {
  color: var(--text);
  font-size: 0.9rem;
  line-height: 1.36;
}

.hero-dashboard {
  position: relative;
  justify-self: end;
  width: min(100%, 470px);
  padding: 18px;
  overflow: hidden;
  color: var(--navy);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(246, 249, 255, 0.9)) padding-box,
    linear-gradient(135deg, rgba(189, 142, 58, 0.9), rgba(30, 94, 255, 0.34), rgba(15, 118, 110, 0.36)) border-box;
  border: 1px solid transparent;
  border-radius: 8px;
  box-shadow:
    0 30px 80px rgba(7, 23, 59, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(16px);
}

.hero-dashboard::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(7, 23, 59, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 23, 59, 0.055) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), transparent 82%);
  pointer-events: none;
}

.hero-dashboard > * {
  position: relative;
  z-index: 1;
}

.dashboard-glow {
  height: 5px;
  margin: -2px -2px 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), var(--blue), var(--teal), var(--gold));
  background-size: 220% 100%;
  animation: dashboardSweep 5.5s ease-in-out infinite;
}

.dashboard-topline,
.dashboard-score,
.dashboard-flow article,
.dashboard-tags {
  border: 1px solid rgba(210, 217, 230, 0.86);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 36px rgba(7, 23, 59, 0.08);
}

.dashboard-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 16px;
  border-radius: 8px;
}

.dashboard-topline span,
.dashboard-score span,
.dashboard-flow span,
.dashboard-tags span {
  color: var(--gold-dark);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.dashboard-topline strong,
.dashboard-score strong,
.dashboard-flow strong {
  color: var(--navy);
}

.dashboard-score {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 12px;
  padding: 14px;
  border-radius: 8px;
}

.dashboard-score strong {
  display: block;
  margin-top: 6px;
  font-size: 1.34rem;
  line-height: 1.1;
}

.score-ring {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  color: var(--navy);
  background:
    radial-gradient(circle at center, var(--white) 54%, transparent 55%),
    conic-gradient(var(--teal), var(--blue), var(--gold), var(--teal));
  border-radius: 50%;
  font-weight: 950;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.85);
}

.dashboard-flow {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.dashboard-flow article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 4px 14px;
  padding: 12px 14px;
  border-radius: 8px;
  transform: translateX(0);
  transition: transform 0.22s ease, border-color 0.22s ease;
}

.dashboard-flow article:hover {
  transform: translateX(4px);
  border-color: rgba(30, 94, 255, 0.32);
}

.dashboard-flow span {
  grid-row: span 2;
  color: var(--blue);
}

.dashboard-flow small {
  color: var(--muted);
  font-size: 0.88rem;
}

.dashboard-bars {
  display: grid;
  gap: 7px;
  margin-top: 12px;
}

.dashboard-bars span {
  position: relative;
  height: 8px;
  overflow: hidden;
  background: rgba(7, 23, 59, 0.08);
  border-radius: 999px;
}

.dashboard-bars span::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--w);
  background: linear-gradient(90deg, var(--gold), var(--blue));
  border-radius: inherit;
  animation: barPulse 4.6s ease-in-out infinite;
}

.dashboard-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
  padding: 10px;
  border-radius: 8px;
}

.dashboard-tags span {
  padding: 7px 9px;
  color: var(--navy);
  background: var(--surface);
  border: 1px solid rgba(210, 217, 230, 0.86);
  border-radius: 999px;
  letter-spacing: 0;
  text-transform: none;
}

.proof-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(1180px, calc(100% - 40px));
  margin: 22px auto 0;
  overflow: hidden;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(7, 23, 59, 0.1);
}

.proof-band article {
  padding: 24px;
  background:
    linear-gradient(180deg, var(--white), #fbfcff);
}

.proof-band span {
  display: block;
  margin-bottom: 10px;
  color: var(--blue);
  font-size: clamp(1.55rem, 3vw, 2.55rem);
  font-weight: 950;
  line-height: 1;
}

.proof-band strong {
  display: block;
  color: var(--navy);
  font-size: 1.08rem;
}

.proof-band p {
  margin: 8px 0 0;
  color: var(--muted);
}

.section-navy {
  position: relative;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.82);
  background:
    linear-gradient(135deg, #07173b 0%, #0c245c 52%, #103f72 100%);
}

.section-navy::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.42;
}

.section-navy > * {
  position: relative;
  z-index: 1;
}

.section-navy h2,
.section-navy h3 {
  color: var(--white);
}

.section-navy .eyebrow {
  color: #f0d69c;
}

.section-navy .section-heading-row > p,
.section-navy p {
  color: rgba(255, 255, 255, 0.76);
}

.security-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.security-grid article {
  padding: 26px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(14px);
  transition: transform 0.22s ease, background 0.22s ease;
}

.security-grid article:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.13);
}

.security-grid span {
  display: inline-flex;
  margin-bottom: 34px;
  color: #f0d69c;
  font-size: 2.6rem;
  font-weight: 950;
  line-height: 1;
}

.testimonials-section .section-heading-row {
  align-items: start;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.testimonial-card {
  display: grid;
  align-content: space-between;
  min-height: 280px;
  padding: 28px;
  color: var(--navy);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(7, 23, 59, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.testimonial-card:hover {
  transform: translateY(-4px);
  border-color: rgba(189, 142, 58, 0.52);
  box-shadow: 0 26px 70px rgba(7, 23, 59, 0.14);
}

.testimonial-card p {
  color: var(--navy);
  font-size: 1.12rem;
  line-height: 1.55;
}

.testimonial-card strong,
.testimonial-card span {
  display: block;
}

.testimonial-card strong {
  color: var(--navy);
}

.testimonial-card span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.92rem;
}

.featured-testimonial {
  background:
    linear-gradient(180deg, #ffffff, #fffaf0);
  border-color: rgba(189, 142, 58, 0.42);
}

.final-cta-form {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 0.62fr);
  align-items: start;
  background:
    linear-gradient(135deg, #fff8e9, #ffffff 52%, #eef4ff);
  box-shadow: 0 22px 70px rgba(7, 23, 59, 0.1);
}

.cta-form {
  width: 100%;
  margin: 0;
  padding: 20px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(210, 217, 230, 0.9);
  border-radius: 8px;
  box-shadow: 0 16px 44px rgba(7, 23, 59, 0.08);
}

.cta-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.cta-form .button {
  width: 100%;
}

body.js-ready .reveal-item {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

body.js-ready .reveal-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes dashboardSweep {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

@keyframes barPulse {
  0%,
  100% {
    opacity: 0.72;
    transform: scaleX(0.96);
    transform-origin: left center;
  }
  50% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 1100px) {
  .site-nav {
    gap: 12px;
    font-size: 0.82rem;
  }
}

@media (max-width: 980px) {
  .hero-home {
    grid-template-columns: 1fr;
  }

  .hero-dashboard {
    justify-self: stretch;
    width: 100%;
    max-width: 620px;
  }

  .proof-band,
  .security-grid,
  .testimonial-grid,
  .final-cta-form {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .hero-home .hero-copy,
  .hero-dashboard {
    max-width: 100%;
  }

  .hero-home {
    padding-top: 34px;
    padding-bottom: 20px;
  }

  .hero-home h1 {
    font-size: 2.3rem;
    line-height: 1.06;
  }

  .hero-paths {
    grid-template-columns: 1fr;
    gap: 9px;
    margin-bottom: 22px;
  }

  .hero-paths a {
    min-height: 0;
    padding: 14px;
  }

  .hero-home .hero-actions {
    margin-bottom: 0;
  }

  .hero-dashboard {
    display: none;
  }

  .dashboard-score {
    align-items: flex-start;
  }

  .dashboard-score strong {
    font-size: 1.3rem;
  }

  .score-ring {
    width: 58px;
    height: 58px;
    font-size: 0.9rem;
  }

  .proof-band {
    width: min(100% - 28px, 1180px);
  }

  .proof-band article,
  .security-grid article,
  .testimonial-card,
  .cta-form {
    padding: 20px;
  }

  .testimonial-card {
    min-height: auto;
  }

  .final-cta-form {
    margin-top: 54px;
  }

  .cta-form-grid {
    grid-template-columns: 1fr;
  }
}

/* =========================================================================
   HOME 2.0 — Typography, high-contrast hero, proof, service cards
   (overrides appended; internal pages keep their original styles)
   ========================================================================= */

:root {
  --gold: #c79a48;
  --gold-bright: #e3bf72;
  --gold-dark: #a9802f;
  --navy: #07173b;
  --navy-2: #0c2256;
  --hero-ink: #f4f7ff;
  --hero-muted: #aebbd8;
}

body {
  font-family: "Manrope", ui-sans-serif, system-ui, -apple-system, sans-serif;
}

h1, h2, .hero-stats-list strong, .service-card h3 {
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  letter-spacing: -0.01em;
  font-weight: 600;
}

h1 { line-height: 1.02; }
h1 em {
  font-style: italic;
  color: var(--gold-dark);
}

.eyebrow {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
}

/* ---------- HERO: dark, cinematic ---------- */
.hero-home {
  position: relative;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  align-items: center;
  min-height: min(760px, calc(100vh - 78px));
  color: var(--hero-ink);
  background:
    radial-gradient(1200px 700px at 82% -8%, rgba(199, 154, 72, 0.22), transparent 60%),
    linear-gradient(115deg, rgba(7, 23, 59, 0.97) 0%, rgba(7, 23, 59, 0.86) 46%, rgba(12, 34, 86, 0.78) 100%),
    url("assets/prime-tree-background.jpg") center center / cover no-repeat;
}
.hero-home::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  background:
    linear-gradient(180deg, rgba(7, 23, 59, 0.1) 0%, rgba(7, 23, 59, 0.55) 100%);
  opacity: 1;
  pointer-events: none;
}

.hero-home .hero-copy { color: var(--hero-ink); }
.hero-home .eyebrow { color: var(--gold-bright); }
.hero-home h1 { color: #ffffff; }
.hero-home .hero-subtitle { color: var(--hero-muted); }

.hero-reassure {
  margin: 22px 0 0;
  color: var(--hero-muted);
  font-size: 0.92rem;
  font-weight: 600;
}

/* Activate the brand tree — subtle, behind content, right side */
.hero-home .hero-growth-tree {
  display: block !important;
  position: absolute !important;
  top: 50%;
  right: -8%;
  transform: translateY(-50%);
  bottom: auto;
  width: min(720px, 56vw);
  height: auto;
  aspect-ratio: 940 / 900;
  z-index: 0;
  opacity: 0.4;
  pointer-events: none;
  -webkit-mask-image: radial-gradient(60% 70% at 55% 45%, #000 55%, transparent 100%);
  mask-image: radial-gradient(60% 70% at 55% 45%, #000 55%, transparent 100%);
}
.hero-home > .hero-copy,
.hero-home > .hero-stats { position: relative; z-index: 2; }

/* Hero path cards on dark bg */
.hero-home .hero-paths a {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(174, 187, 216, 0.22);
  backdrop-filter: blur(6px);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.hero-home .hero-paths a:hover,
.hero-home .hero-paths a:focus-visible {
  transform: translateY(-3px);
  border-color: var(--gold);
  background: rgba(199, 154, 72, 0.12);
}
.hero-home .hero-paths span { color: var(--gold-bright); }
.hero-home .hero-paths strong { color: #ffffff; }
.hero-home .hero-paths small { color: var(--hero-muted); }

/* Buttons */
.button-primary {
  background: linear-gradient(135deg, var(--gold-bright), var(--gold-dark));
  color: #1a1205;
  box-shadow: 0 16px 40px rgba(199, 154, 72, 0.32);
}
.button-primary:hover,
.button-primary:focus-visible {
  background: linear-gradient(135deg, #f0d493, var(--gold));
}
.button-ghost {
  background: transparent;
  color: var(--hero-ink);
  border: 1px solid rgba(174, 187, 216, 0.4);
}
.button-ghost:hover,
.button-ghost:focus-visible {
  border-color: var(--gold-bright);
  color: #fff;
}

/* ---------- HERO STATS panel (replaces abstract dashboard) ---------- */
.hero-stats {
  align-self: center;
  padding: 30px 28px;
  color: var(--hero-ink);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(199, 154, 72, 0.35);
  border-radius: 16px;
  backdrop-filter: blur(14px);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.35);
}
.hero-stats-head {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(174, 187, 216, 0.2);
}
.hero-stats .score-ring {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  font-family: "Fraunces", serif;
  font-weight: 700;
  color: #1a1205;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold-dark));
}
.hero-stats-head strong { display: block; font-size: 1rem; color: #fff; }
.hero-stats-head small { color: var(--hero-muted); font-size: 0.82rem; }
.hero-stats-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 18px;
}
.hero-stats-list li { display: grid; gap: 2px; }
.hero-stats-list strong {
  font-size: 1.7rem;
  line-height: 1;
  color: var(--gold-bright);
}
.hero-stats-list span { color: var(--hero-muted); font-size: 0.9rem; }
.hero-stats-note {
  margin: 18px 0 0;
  font-size: 0.78rem;
  line-height: 1.4;
}

/* Placeholder content: clearly flagged, never ships silently */
[data-placeholder] {
  position: relative;
}
.hero-stats-note[data-placeholder],
.testimonials-section p[data-placeholder] {
  color: var(--gold-dark);
  font-style: italic;
}
.testimonial-card[data-placeholder] {
  border-style: dashed !important;
  border-color: var(--gold) !important;
}
.testimonial-card[data-placeholder] span { color: var(--gold-dark); }

/* ---------- SERVICE CARDS with imagery ---------- */
.service-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-top: 8px;
}
.service-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 18px 48px rgba(7, 23, 59, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 64px rgba(7, 23, 59, 0.16);
}
.service-card-media {
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.service-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.service-card:hover .service-card-media img { transform: scale(1.05); }
.service-card-body { padding: 26px 26px 28px; }
.service-card-featured {
  border-color: var(--gold);
  box-shadow: 0 24px 60px rgba(199, 154, 72, 0.18);
}
.service-tag {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--gold-dark);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.service-card h3 { font-size: 1.7rem; margin-bottom: 12px; }
.service-card p { color: var(--text); margin-bottom: 18px; }
.text-link {
  font-weight: 800;
  color: var(--navy);
  border-bottom: 2px solid var(--gold);
  padding-bottom: 2px;
}
.text-link:hover { color: var(--gold-dark); }

/* ---------- CTA points ---------- */
.cta-points {
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.cta-points li {
  position: relative;
  padding-left: 26px;
  font-weight: 600;
  color: var(--navy);
}
.cta-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 14px;
  height: 8px;
  border-left: 2.5px solid var(--gold-dark);
  border-bottom: 2.5px solid var(--gold-dark);
  transform: rotate(-45deg);
}

/* ---------- Floating WhatsApp polish ---------- */
.floating-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  background: #25d366;
  color: #07321a;
  font-weight: 800;
  border-radius: 999px;
  box-shadow: 0 14px 34px rgba(37, 211, 102, 0.4);
}
.floating-whatsapp:hover { background: #1ebe5a; }
.floating-whatsapp svg { flex: none; }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .hero-home {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .hero-home .hero-growth-tree {
    right: -20%;
    width: 90%;
    opacity: 0.22;
  }
  .hero-stats { order: 3; }
  .service-cards { grid-template-columns: 1fr; }
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .growth-line, .growth-leaf, .mark-leaves path {
    animation: none !important;
    stroke-dashoffset: 0 !important;
    opacity: 0.6 !important;
  }
}

/* Hero bottom fix: prevent reassurance line washing into white */
.hero-home {
  min-height: auto;
  padding-top: clamp(56px, 7vw, 92px);
  padding-bottom: clamp(56px, 7vw, 88px);
}
.hero-home::after { content: none; }
.hero-reassure {
  color: var(--gold-bright);
  text-shadow: 0 1px 12px rgba(7, 23, 59, 0.6);
}

/* Hero "Qual é o seu caso?" prompt above the two equal paths */
.hero-paths-label {
  margin: 0 0 12px;
  color: var(--gold-bright);
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
}
/* Logo sizing in header/footer for the new wordmark */
.brand img { height: 46px; width: auto; }
.site-footer img { height: 52px; width: auto; }
@media (max-width: 600px) { .brand img { height: 38px; } }
