:root {
  --navy-950: #06142c;
  --navy-900: #0b1e3b;
  --navy-800: #122e58;
  --blue-700: #0b47d8;
  --blue-600: #1458ee;
  --blue-500: #2f70ff;
  --gold: #e4b84f;
  --ice: #eef4ff;
  --white: #fff;
  --ink: #10213c;
  --muted: #61708a;
  --line: #dce5f2;
  --shadow: 0 24px 70px rgba(7, 25, 57, .14);
  --radius: 24px;
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: 72px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.container { width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; z-index: 999; left: 12px; top: -60px; padding: 10px 16px; background: #fff; color: var(--navy-950); border-radius: 6px; }
.skip-link:focus { top: 12px; }

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: 86px;
  color: #fff;
  transition: background .3s, box-shadow .3s, height .3s;
}
.site-header.scrolled { height: 72px; background: rgba(6, 20, 44, .94); box-shadow: 0 8px 30px rgba(0,0,0,.18); backdrop-filter: blur(16px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.brand { display: block; width: 178px; filter: brightness(0) invert(1); }
.brand img { width: 100%; }
.main-nav { display: flex; align-items: center; gap: 34px; font-size: .86rem; font-weight: 750; letter-spacing: .02em; }
.main-nav a:not(.nav-cta) { position: relative; padding-block: 10px; }
.main-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 2px; background: var(--blue-500); transition: right .25s; }
.main-nav a:hover::after, .main-nav a.active::after { right: 0; }
.nav-cta { padding: 11px 20px; border: 1px solid rgba(255,255,255,.45); border-radius: 100px; transition: .25s; }
.nav-cta:hover { background: #fff; color: var(--navy-900); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; border-radius: 8px; color: #fff; background: transparent; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px 0; background: currentColor; transition: .25s; }

.hero {
  position: relative;
  min-height: 790px;
  height: 100svh;
  max-height: 980px;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(115deg, var(--navy-950) 0%, #0b2859 58%, #0c49c8 100%);
}
.hero::after { content: ""; position: absolute; z-index: 1; inset: auto 0 0; height: 1px; background: rgba(255,255,255,.2); }
.hero-grid { position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 78px 78px; mask-image: linear-gradient(to right, #000, transparent 65%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); }
.hero-glow-one { width: 570px; height: 570px; right: -50px; top: 80px; border: 1px solid rgba(255,255,255,.12); box-shadow: 0 0 0 100px rgba(39,109,255,.08), 0 0 0 210px rgba(39,109,255,.04); }
.hero-glow-two { width: 260px; height: 260px; left: 45%; bottom: -150px; background: rgba(26, 86, 236, .32); filter: blur(80px); }
.hero-inner { position: relative; z-index: 3; height: 100%; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 48px; padding-top: 92px; }
.hero-copy { padding-bottom: 26px; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--blue-600); font-size: .76rem; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { color: #bcd2ff; }
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgba(228,184,79,.12); }
.hero h1 { max-width: 680px; margin: 24px 0 24px; font-size: clamp(3.5rem, 6.1vw, 6.4rem); line-height: .92; letter-spacing: -.065em; text-wrap: balance; }
.hero h1 span { display: block; color: transparent; -webkit-text-stroke: 1.5px rgba(255,255,255,.6); }
.hero-lead { max-width: 600px; margin: 0; color: #d7e3f7; font-size: clamp(1.04rem, 1.5vw, 1.25rem); line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 54px; padding: 0 24px; border: 1px solid transparent; border-radius: 100px; cursor: pointer; font-weight: 800; transition: transform .25s, background .25s, box-shadow .25s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--blue-600); box-shadow: 0 14px 32px rgba(20,88,238,.32); }
.button-primary:hover { background: var(--blue-500); box-shadow: 0 17px 38px rgba(20,88,238,.44); }
.button-ghost { color: #fff; background: transparent; border-color: rgba(255,255,255,.26); }
.button-ghost:hover { background: rgba(255,255,255,.08); }
.hero-proof { display: flex; margin-top: 48px; }
.hero-proof div { display: grid; padding: 0 28px; border-left: 1px solid rgba(255,255,255,.2); }
.hero-proof div:first-child { padding-left: 0; border-left: 0; }
.hero-proof strong { color: #fff; font-size: 1.25rem; line-height: 1.1; }
.hero-proof span { margin-top: 5px; color: #98aacc; font-size: .73rem; }
.hero-visual { position: relative; align-self: stretch; min-width: 0; }
.candidate-photo { position: absolute; z-index: 3; bottom: 0; left: 51%; width: min(560px, 45vw); max-height: 88%; object-fit: contain; object-position: bottom; transform: translateX(-50%); filter: drop-shadow(0 22px 26px rgba(0,0,0,.3)); }
.portrait-ring { position: absolute; z-index: 1; width: 530px; height: 530px; left: 52%; top: 52%; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; transform: translate(-50%, -50%); }
.portrait-ring::before, .portrait-ring::after { content: ""; position: absolute; inset: 44px; border: 1px dashed rgba(255,255,255,.14); border-radius: inherit; }
.portrait-ring::after { inset: 95px; border-style: solid; background: radial-gradient(circle, rgba(56,115,243,.35), rgba(5,20,47,0) 70%); }
.hero-signature {
  position: absolute;
  z-index: 6;
  right: -18px;
  bottom: 4.5%;
  left: -34px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: end;
  gap: 23px;
  min-height: 126px;
  padding: 17px 24px 15px;
  border-left: 4px solid var(--gold);
  border-bottom: 4px solid var(--blue-500);
  background: linear-gradient(90deg, rgba(6,20,44,.97), rgba(8,31,70,.83) 72%, rgba(10,42,100,.6));
  box-shadow: 0 20px 45px rgba(0,0,0,.28);
  backdrop-filter: blur(13px);
}
.hero-candidate-name { display: grid; align-content: end; padding-bottom: 5px; line-height: 1; }
.hero-candidate-name small { margin-bottom: 8px; color: #b9cae6; font-size: .58rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hero-candidate-name strong { color: #fff; font-size: clamp(1.45rem, 2.25vw, 2.15rem); letter-spacing: -.035em; line-height: .82; }
.hero-candidate-number {
  justify-self: end;
  color: #fff;
  font-size: clamp(5.2rem, 8.1vw, 8.3rem);
  font-weight: 950;
  letter-spacing: -.085em;
  line-height: .68;
  text-shadow: 0 10px 25px rgba(0,0,0,.25);
}
.trust-strip { color: #fff; background: var(--blue-700); }
.trust-grid { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.trust-grid span { font-size: .79rem; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.trust-grid i { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }
.section { padding: 112px 0; }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 80px; margin-bottom: 54px; }
.section-heading h2, .experience h2, .story h2, .follow h2 { margin: 14px 0 0; font-size: clamp(2.35rem, 4vw, 4.45rem); line-height: 1.03; letter-spacing: -.055em; text-wrap: balance; }
.section-heading p { margin: 0 0 6px; color: var(--muted); font-size: 1.05rem; }
.commitments { background: #f8faff; }
.commitment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.commitment-card { position: relative; min-height: 330px; display: flex; flex-direction: column; overflow: hidden; padding: 32px; border: 1px solid var(--line); border-top: 4px solid var(--blue-600); border-radius: var(--radius); background: #fff; box-shadow: 0 10px 28px rgba(16, 33, 60, .045); transition: transform .3s, box-shadow .3s, border-color .3s; }
.commitment-card:hover { transform: translateY(-7px); border-color: #b7caf0; box-shadow: var(--shadow); }
.commitment-card::after { content: ""; position: absolute; width: 130px; height: 130px; right: -75px; bottom: -75px; border: 1px solid #d8e3f5; border-radius: 50%; box-shadow: 0 0 0 25px rgba(20,88,238,.025), 0 0 0 50px rgba(20,88,238,.018); }
.card-number { position: absolute; top: 25px; right: 28px; display: grid; place-items: center; width: 33px; height: 33px; border-radius: 50%; color: var(--blue-700); background: #edf3ff; font-size: .72rem; font-weight: 900; letter-spacing: .04em; }
.card-icon { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 28px; border-radius: 14px; color: var(--blue-600); background: #e9f0ff; font-size: 1.35rem; font-weight: 900; }
.card-icon.age-icon { font-size: .86rem; }
.commitment-card h3 { margin: 0 0 13px; font-size: 1.28rem; line-height: 1.2; letter-spacing: -.025em; }
.commitment-card p { margin: 0 0 26px; color: var(--muted); font-size: .92rem; line-height: 1.65; }
.card-tag { width: fit-content; margin-top: auto; color: var(--blue-700); font-size: .69rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }

.experience { position: relative; overflow: hidden; color: #fff; background: var(--navy-950); }
.experience::before { content: "PR"; position: absolute; right: -40px; top: 50%; color: rgba(255,255,255,.025); font-size: 30rem; font-weight: 900; line-height: .6; transform: translateY(-50%); }
.experience-layout { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.experience-intro { position: sticky; top: 120px; align-self: start; }
.kicker.light { color: #86adff; }
.experience-intro > p { max-width: 520px; color: #aebeda; font-size: 1.05rem; }
.experience blockquote { margin: 42px 0 0; padding: 18px 24px; border-left: 3px solid var(--gold); color: #eef4ff; font-size: 1.05rem; font-style: italic; }
.timeline { position: relative; margin: 0; padding: 0; list-style: none; }
.timeline::before { content: ""; position: absolute; top: 12px; bottom: 12px; left: 59px; width: 1px; background: linear-gradient(#2f70ff, rgba(47,112,255,.1)); }
.timeline li { position: relative; display: grid; grid-template-columns: 120px 1fr; gap: 26px; padding-bottom: 42px; }
.timeline li:last-child { padding-bottom: 0; }
.timeline li > span { z-index: 1; width: fit-content; height: fit-content; padding: 7px 10px; border: 1px solid rgba(101,145,238,.4); border-radius: 100px; color: #91b2fa; background: var(--navy-950); font-size: .69rem; font-weight: 800; letter-spacing: .05em; }
.timeline li div { padding: 0 0 35px 4px; border-bottom: 1px solid rgba(255,255,255,.1); }
.timeline h3 { margin: 0 0 7px; font-size: 1.2rem; }
.timeline p { margin: 0; color: #95a9c9; font-size: .92rem; }

.story { background: #fff; }
.story-layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: 90px; align-items: start; }
.story-card { padding: 54px; border-radius: 30px; background: var(--ice); }
.story-label { color: var(--blue-700); font-size: .73rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.story h2 span { color: var(--blue-600); }
.story-lead { margin: 26px 0 18px; color: var(--ink); font-size: 1.17rem; font-weight: 650; line-height: 1.55; }
.story-card p:not(.story-lead) { color: var(--muted); }
.text-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 16px; color: var(--blue-700); font-size: .9rem; font-weight: 850; }
.text-link span { transition: transform .25s; }
.text-link:hover span { transform: translateX(5px); }
.story-facts { display: grid; }
.fact { display: grid; grid-template-columns: 64px 1fr; gap: 22px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.fact:first-child { padding-top: 8px; }
.fact-index { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; color: var(--blue-700); background: #edf3ff; font-weight: 900; }
.fact strong { font-size: 1.15rem; }
.fact p { margin: 5px 0 0; color: var(--muted); font-size: .92rem; }

.number-section { position: relative; overflow: hidden; padding: 95px 0; color: #fff; background: var(--blue-700); }
.number-watermark { position: absolute; right: -20px; bottom: -128px; color: rgba(255,255,255,.07); font-size: 24rem; font-weight: 950; letter-spacing: -.09em; line-height: 1; }
.number-inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.number-inner span { color: #c8d8ff; font-size: .74rem; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.number-inner h2 { margin: 12px 0 0; font-size: clamp(2.1rem, 3.3vw, 3.6rem); line-height: 1.06; letter-spacing: -.045em; }
.big-number { color: #fff; font-size: clamp(5rem, 12vw, 10.5rem); line-height: .8; letter-spacing: -.08em; }

.follow { padding-bottom: 70px; }
.follow-card { position: relative; display: grid; grid-template-columns: 1.12fr .88fr; gap: 70px; align-items: center; overflow: hidden; padding: 70px; border-radius: 32px; color: #fff; background: linear-gradient(135deg, var(--navy-950), #123468); box-shadow: var(--shadow); }
.follow-card::before { content: ""; position: absolute; width: 420px; height: 420px; right: -180px; top: -220px; border: 80px solid rgba(47,112,255,.13); border-radius: 50%; }
.follow h2 { font-size: clamp(2.3rem, 3.8vw, 4rem); }
.follow-copy p { max-width: 650px; margin: 24px 0 0; color: #b7c7e3; }
.social-actions { position: relative; display: grid; gap: 10px; }
.social-button { display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 15px; padding: 12px 15px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: rgba(255,255,255,.07); transition: transform .25s, background .25s; }
.social-button:hover { transform: translateX(5px); background: rgba(255,255,255,.12); }
.social-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px; color: #fff; background: #173761; }
.social-icon svg { width: 21px; height: 21px; fill: currentColor; }
.social-whatsapp { background: #25d366; }
.social-instagram { background: linear-gradient(135deg, #ad34a2, #fb8245); }
.social-facebook { background: #1877f2; }
.social-tiktok { background: #080808; }
.social-youtube { background: #f00; }
.social-x { background: #000; }
.social-button span:nth-child(2) { display: grid; line-height: 1.2; }
.social-button small { color: #9eb1d0; font-size: .68rem; }
.social-button strong { margin-top: 3px; font-size: .94rem; }
.social-button b { color: #8fa9da; }

.site-footer { padding: 60px 0 28px; color: #9eb0ca; background: #050f22; }
.footer-main { display: grid; grid-template-columns: 190px 1fr auto; align-items: center; gap: 36px; padding-bottom: 42px; }
.footer-main img { width: 180px; filter: brightness(0) invert(1); }
.footer-main p { margin: 0; font-style: italic; }
.footer-main a { color: #fff; font-size: .8rem; font-weight: 800; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); font-size: .72rem; }
.toast { position: fixed; z-index: 200; left: 50%; bottom: 26px; max-width: calc(100% - 30px); padding: 12px 18px; border-radius: 100px; color: #fff; background: var(--navy-950); box-shadow: 0 12px 35px rgba(0,0,0,.25); opacity: 0; pointer-events: none; transform: translate(-50%, 20px); transition: .3s; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .main-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 24px; background: rgba(6,20,44,.98); font-size: 1.25rem; opacity: 0; pointer-events: none; transition: opacity .25s; }
  .main-nav.open { opacity: 1; pointer-events: auto; }
  .menu-toggle { position: relative; z-index: 2; display: block; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: 860px; height: auto; max-height: none; }
  .hero-inner { min-height: 860px; grid-template-columns: 1fr 43%; gap: 10px; }
  .hero h1 { font-size: clamp(3.4rem, 8vw, 5rem); }
  .candidate-photo { width: 480px; max-width: none; left: 48%; }
  .portrait-ring { width: 420px; height: 420px; }
  .hero-proof { flex-wrap: wrap; gap: 24px 0; }
  .hero-proof div { padding-inline: 18px; }
  .commitment-grid { grid-template-columns: repeat(2, 1fr); }
  .experience-layout { gap: 55px; }
  .story-layout { gap: 42px; }
  .story-card { padding: 38px; }
  .follow-card { padding: 52px; gap: 40px; }
}

@media (max-width: 760px) {
  :root { --container: min(100% - 28px, 620px); }
  .site-header, .site-header.scrolled { height: 68px; }
  .brand { width: 150px; }
  .hero { height: auto; min-height: 0; max-height: none; }
  .hero-inner { min-height: 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding-top: 84px; }
  .hero-copy { position: relative; z-index: 6; order: 2; padding: 48px 0 68px; }
  .hero h1 { margin-top: 18px; font-size: clamp(3.2rem, 15vw, 4.7rem); }
  .hero-lead { max-width: 94%; font-size: 1rem; }
  .hero-actions { display: none; }
  .hero-proof { display: none; }
  .hero-visual { position: relative; inset: auto; order: 1; width: 100%; height: 500px; }
  .candidate-photo { width: 470px; max-height: 100%; left: 50%; }
  .portrait-ring { width: 360px; height: 360px; top: 52%; }
  .hero-signature { right: 0; bottom: 16px; left: 0; width: auto; gap: 14px; min-height: 104px; padding: 14px 16px 13px; }
  .hero-candidate-name small { font-size: .5rem; }
  .hero-candidate-name strong { font-size: 1.32rem; }
  .hero-candidate-number { font-size: clamp(4.15rem, 19vw, 5.6rem); }
  .trust-grid { min-height: 68px; overflow: hidden; justify-content: center; }
  .trust-grid span:nth-of-type(even), .trust-grid i:nth-of-type(even) { display: none; }
  .trust-grid span { font-size: .67rem; }
  .section { padding: 78px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 36px; }
  .section-heading h2, .experience h2, .story h2, .follow h2 { font-size: clamp(2.3rem, 11vw, 3.2rem); }
  .commitment-grid { grid-template-columns: 1fr; }
  .commitment-card { min-height: 285px; }
  .experience-layout, .story-layout, .follow-card { grid-template-columns: 1fr; }
  .experience-layout { gap: 60px; }
  .experience-intro { position: static; }
  .timeline li { grid-template-columns: 86px 1fr; gap: 12px; }
  .timeline::before { left: 43px; }
  .story-card { padding: 30px 24px; }
  .fact { grid-template-columns: 54px 1fr; gap: 14px; }
  .number-section { padding: 70px 0; }
  .number-inner { align-items: flex-start; flex-direction: column; }
  .big-number { font-size: clamp(5.3rem, 26vw, 8rem); }
  .number-watermark { display: none; }
  .follow { padding-bottom: 30px; }
  .follow-card { padding: 38px 24px; gap: 35px; }
  .footer-main { grid-template-columns: 1fr; gap: 20px; }
  .footer-main img { width: 170px; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 420px) {
  .hero-inner { padding-top: 78px; }
  .hero-copy { padding-top: 42px; }
  .hero h1 { font-size: 3.2rem; }
  .hero-visual { height: 470px; }
  .candidate-photo { width: 430px; }
  .hero-signature { right: 0; bottom: 12px; left: 0; width: auto; }
  .hero-candidate-number { font-size: 4.1rem; }
  .trust-grid { gap: 13px; }
  .commitment-card { padding: 27px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
