body { padding-top: var(--header-height); }

.site-header { background: rgba(255, 255, 255, 0.9); border-bottom: 1px solid rgba(226, 232, 240, 0.95); left: 0; position: fixed; top: 0; width: 100%; z-index: 100; backdrop-filter: blur(10px); }
.header-inner { align-items: center; display: flex; height: var(--header-height); justify-content: space-between; gap: 1.5rem; }
.brand-link { align-items: center; display: inline-flex; gap: 0.75rem; color: var(--color-primary); font-weight: 800; text-decoration: none; }
.brand-logo { height: 64px; width: auto; object-fit: contain; }
.brand-wordmark { color: var(--color-primary); font-size: 1.25rem; font-weight: 800; line-height: 1; letter-spacing: 0; text-transform: uppercase; }
.brand-wordmark span { color: var(--color-primary-light); font-weight: 300; }
.brand-copy { line-height: 1.05; }
.brand-copy small { display: block; color: var(--color-muted); font-size: 0.72rem; font-weight: 650; margin-top: 0.25rem; }
.site-nav { align-items: center; display: none; gap: 2.5rem; }
.site-nav a { color: var(--color-primary); font-size: 0.75rem; font-weight: 800; text-decoration: none; text-transform: uppercase; }
.site-nav a:hover { color: var(--color-primary-light); }
.site-nav .site-nav-cta { background: var(--color-primary-light); border-radius: 999px; box-shadow: 0 12px 28px rgba(37, 99, 235, 0.22); color: #fff; padding: 1rem 1.65rem; }
.site-nav .site-nav-cta:hover { background: #1d4ed8; color: #fff; }
.mobile-menu-button { align-items: center; background: transparent; border: 0; color: var(--color-primary); cursor: pointer; display: inline-flex; font-size: 1.65rem; height: 44px; justify-content: center; width: 44px; }
.mobile-menu { background: #fff; border-bottom: 1px solid var(--color-border); box-shadow: 0 20px 45px rgba(10, 29, 55, 0.12); display: none; left: 0; position: absolute; top: var(--header-height); width: 100%; }
.mobile-menu.is-open { display: block; }
.mobile-menu-inner { display: flex; flex-direction: column; gap: 0.25rem; padding: 1.5rem; }
.mobile-menu a { color: var(--color-primary); font-size: 0.78rem; font-weight: 800; padding: 0.8rem 0; text-decoration: none; text-transform: uppercase; }
.mobile-menu .site-nav-cta { background: var(--color-primary-light); border-radius: 999px; color: #fff; margin-top: 0.7rem; padding: 1rem 1.25rem; text-align: center; }

.hero { overflow: hidden; padding: clamp(4rem, 9vw, 7.5rem) 0; position: relative; }
.hero::before { background: radial-gradient(circle, rgba(88, 191, 211, 0.24), transparent 68%); content: ""; height: 550px; position: absolute; right: -180px; top: -220px; width: 550px; }
.hero-grid { align-items: center; display: grid; gap: 2.5rem; position: relative; }
.hero-copy { display: grid; gap: 1.25rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 0.4rem; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 0.65rem; }
.hero-visual { min-height: 360px; position: relative; }
.hero-panel { background: linear-gradient(145deg, #0b2447, #174f78); border-radius: 30px; color: #fff; min-height: 350px; overflow: hidden; padding: clamp(1.5rem, 4vw, 2.6rem); position: relative; box-shadow: 0 30px 70px rgba(11, 36, 71, 0.26); }
.hero-panel::after { border: 1px solid rgba(255,255,255,.16); border-radius: 50%; content: ""; height: 330px; position: absolute; right: -100px; top: -80px; width: 330px; }
.hero-panel img { filter: drop-shadow(0 16px 26px rgba(0,0,0,.25)); margin: 0 auto 1rem; width: 145px; }
.hero-panel h2 { color: #fff; font-size: 1.65rem; }
.hero-panel p { color: rgba(255,255,255,.78); margin-top: 0.8rem; }
.mock-score { align-items: baseline; display: flex; gap: 0.35rem; margin-top: 1.5rem; }
.mock-score strong { font-size: 4rem; line-height: 1; }
.mock-score span { color: rgba(255,255,255,.72); }

.trust-strip { background: #fff; border-block: 1px solid var(--color-border); }
.trust-grid { display: grid; gap: 1rem; padding: 1.25rem 0; }
.trust-item { align-items: center; display: flex; gap: 0.7rem; color: #344054; font-size: 0.92rem; font-weight: 650; }
.trust-item::before { background: var(--color-secondary); border-radius: 50%; color: white; content: "✓"; display: grid; font-size: 0.72rem; height: 22px; place-items: center; width: 22px; }

.category-card { display: grid; gap: 0.8rem; }
.category-card p { color: var(--color-muted); }
.health-map-layout { align-items: center; display: grid; gap: clamp(2rem, 5vw, 4rem); }
.health-map-heading { color: var(--color-primary); }
.health-heptagon-card { border-radius: var(--border-radius-lg); overflow: visible; padding: clamp(1rem, 3vw, 2rem); }
.heptagon-visual { aspect-ratio: 1; margin-inline: auto; max-width: 560px; position: relative; width: min(100%, 560px); }
.heptagon-svg { height: 100%; overflow: visible; width: 100%; }
.heptagon-svg line { stroke: rgba(37, 99, 235, 0.18); stroke-width: 2; }
.heptagon-ring { fill: rgba(37, 99, 235, 0.035); stroke: rgba(37, 99, 235, 0.22); stroke-width: 2; }
.heptagon-ring-outer { fill: rgba(37, 99, 235, 0.045); stroke: rgba(10, 29, 55, 0.26); stroke-width: 3; }
.heptagon-ring-middle { fill: rgba(56, 189, 248, 0.05); }
.heptagon-ring-inner { fill: rgba(15, 118, 110, 0.06); }
.heptagon-core { fill: #0a1d37; filter: drop-shadow(0 16px 24px rgba(10, 29, 55, 0.24)); stroke: rgba(255,255,255,.72); stroke-width: 4; }
.heptagon-center { align-items: center; background: #0a1d37; border-radius: 50%; color: #fff; display: flex; flex-direction: column; height: 116px; justify-content: center; left: 50%; line-height: 1.05; position: absolute; text-align: center; top: 50%; transform: translate(-50%, -50%); width: 116px; }
.heptagon-center strong { font-size: 1.05rem; font-weight: 800; text-transform: uppercase; }
.heptagon-center span { color: rgba(191, 219, 254, 0.76); font-size: 0.68rem; font-weight: 800; margin-top: 0.35rem; text-transform: uppercase; }
.heptagon-label { background: #fff; border: 1px solid rgba(219, 229, 241, 0.95); border-radius: 999px; box-shadow: 0 12px 28px rgba(10, 29, 55, 0.09); color: var(--color-primary); font-size: 0.72rem; font-weight: 800; max-width: 172px; padding: 0.55rem 0.75rem; position: absolute; text-align: center; text-transform: uppercase; transform: translate(-50%, -50%); }
.heptagon-label-1 { left: 50%; top: 2%; }
.heptagon-label-2 { left: 82%; top: 18%; }
.heptagon-label-3 { left: 92%; top: 58%; }
.heptagon-label-4 { left: 66%; top: 92%; }
.heptagon-label-5 { left: 34%; top: 92%; }
.heptagon-label-6 { left: 8%; top: 58%; }
.heptagon-label-7 { left: 18%; top: 18%; }
.health-dimension-list { display: grid; gap: 0.85rem; }
.health-dimension { align-items: start; background: rgba(255,255,255,.86); border: 1px solid var(--color-border); border-radius: var(--border-radius-sm); display: grid; gap: 0.85rem; grid-template-columns: auto 1fr; padding: 1rem; }
.health-dimension > span { align-items: center; background: linear-gradient(135deg, #0a1d37, #2563eb); border-radius: 50%; color: #fff; display: flex; font-size: 0.72rem; font-weight: 800; height: 34px; justify-content: center; width: 34px; }
.health-dimension h3 { font-size: 1rem; margin-bottom: 0.25rem; }
.health-dimension p { color: var(--color-muted); font-size: 0.92rem; }
.step-grid { counter-reset: step; display: grid; gap: 1rem; }
.step-card { counter-increment: step; padding-left: 4rem; position: relative; }
.step-card::before { align-items: center; background: var(--color-primary); border-radius: 50%; color: #fff; content: counter(step); display: flex; font-weight: 800; height: 56px; justify-content: center; left: 1rem; position: absolute; top: 1rem; width: 42px; }

.cta-band { background: linear-gradient(135deg, #0b2447, #1b5f8a); border-radius: var(--border-radius-lg); color: #fff; display: grid; gap: 1.5rem; padding: clamp(1.7rem, 5vw, 3.4rem); }
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255,255,255,.82); }

.site-footer { background: var(--color-primary); border-top: 1px solid rgba(255,255,255,.1); color: rgba(191, 219, 254, 0.78); padding: 5rem 0; }
.footer-grid { align-items: center; display: flex; flex-direction: column; gap: 3rem; text-align: center; }
.footer-brand { align-items: center; display: flex; flex-direction: column; gap: 0.8rem; max-width: 680px; }
.footer-brand .brand-link { color: #fff; }
.footer-brand .brand-wordmark { color: #fff; font-size: 1.125rem; font-weight: 900; }
.footer-links { display: flex; flex-wrap: wrap; gap: 1rem 2rem; justify-content: center; }
.footer-links a { color: rgba(191, 219, 254, 0.78); font-size: 0.68rem; font-weight: 800; text-decoration: none; text-transform: uppercase; }
.footer-links a:hover { color: #fff; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 0.8rem 2rem; justify-content: center; }
.footer-legal a { color: rgba(191, 219, 254, 0.42); font-size: 0.64rem; font-weight: 800; text-decoration: none; text-transform: uppercase; }
.footer-legal a:hover { color: #fff; }
.footer-bottom { color: rgba(191, 219, 254, 0.28); font-size: 0.68rem; font-weight: 700; text-transform: uppercase; }

.content-page { padding: 3.5rem 0 6rem; }
.prose { background: #fff; border: 1px solid var(--color-border); border-radius: var(--border-radius); box-shadow: var(--shadow-soft); padding: clamp(1.35rem, 4vw, 3rem); }
.prose h2 { margin-top: 2.4rem; }
.prose h3 { margin-top: 1.7rem; }
.prose p, .prose ul, .prose ol { margin-top: 0.85rem; }
.prose ul, .prose ol { padding-left: 1.35rem; }
.prose li + li { margin-top: 0.45rem; }

.site-footer .brand-logo { content: url('../assets/patrimonio-in-mano-light.png'); }
