:root { --blue:#092f87; --blue-deep:#06246d; --yellow:#ffd339; --cream:#f8f5ed; --ink:#152342; --mint:#d9f2e7; }
* { box-sizing:border-box; } html { scroll-behavior:smooth; } body { margin:0; color:var(--ink); background:var(--cream); font-family:"DM Sans",sans-serif; } h1,h2,h3,p { margin-top:0; } h1,h2,h3 { font-family:Montserrat,sans-serif; letter-spacing:-.055em; } .topbar { height:84px; display:flex; align-items:center; gap:36px; padding:0 max(5vw,32px); background:var(--cream); } .brand { display:flex; gap:9px; align-items:center; text-decoration:none; color:var(--blue); font-size:12px; font-weight:700; line-height:1.02; text-transform:uppercase; letter-spacing:.02em; } .brand strong { font-size:16px; } .brand-mark { width:39px; height:39px; display:grid; place-items:center; border-radius:50%; color:var(--blue); background:var(--yellow); font-family:Montserrat,sans-serif; font-size:25px; font-weight:900; } .navigation { display:flex; align-items:center; gap:28px; margin-left:auto; } .navigation a { color:var(--ink); text-decoration:none; font-size:14px; font-weight:600; } .button { display:inline-flex; justify-content:center; align-items:center; gap:18px; padding:16px 22px; border:0; color:var(--blue); background:var(--yellow); text-decoration:none; font:700 14px "DM Sans",sans-serif; cursor:pointer; } .button-small { padding:12px 17px; font-size:13px; } .menu-toggle { display:none; border:0; background:transparent; font-size:24px; color:var(--blue); } .hero { min-height:604px; position:relative; overflow:hidden; display:grid; grid-template-columns:1.1fr .9fr; padding:76px max(5vw,32px) 75px; background:var(--blue); color:white; } .hero-content { z-index:2; max-width:710px; } .eyebrow { color:var(--yellow); font-weight:700; font-size:12px; letter-spacing:.13em; } h1 { max-width:670px; margin-bottom:22px; font-size:clamp(46px,5.7vw,81px); line-height:.98; } h1 em { color:var(--yellow); font-style:normal; } .hero-text { max-width:535px; color:#d9e0f4; font-size:18px; line-height:1.55; } .hero-actions { display:flex; align-items:center; gap:27px; margin-top:34px; } .text-link { color:white; font-size:14px; font-weight:700; text-decoration:none; border-bottom:1px solid currentColor; padding-bottom:3px; } .hero-visual { position:relative; min-height:400px; overflow:hidden; margin:-76px calc(max(5vw,32px) * -1) -75px 20px; background:#6cc3d9; } .sun { position:absolute; width:127px; height:127px; left:15%; top:16%; border-radius:50%; background:var(--yellow); } .hill { position:absolute; border-radius:50% 50% 0 0; bottom:0; } .hill-one { width:680px; height:260px; left:-13%; background:#277449; transform:rotate(-8deg); } .hill-two { width:570px; height:190px; right:-23%; background:#184e36; } .road { position:absolute; width:140%; height:60px; right:-35%; bottom:84px; background:#efbd38; transform:rotate(-19deg); } .candidate-card { position:absolute; z-index:3; right:18%; bottom:12%; width:215px; padding:31px 23px 23px; color:var(--blue); background:var(--cream); box-shadow:13px 13px 0 rgba(5,29,83,.2); transform:rotate(-6deg); } .candidate-card span { display:block; font-family:Montserrat,sans-serif; font-weight:900; font-size:65px; color:var(--yellow); text-shadow:2px 2px var(--blue); } .candidate-card strong { display:block; font-family:Montserrat,sans-serif; font-size:29px; } .candidate-card small { font-weight:700; text-transform:uppercase; } .hero-stamp { position:absolute; right:4%; bottom:5%; z-index:4; width:73px; height:73px; border:2px solid var(--yellow); display:grid; place-items:center; border-radius:50%; font:800 11px/1 Montserrat,sans-serif; color:var(--yellow); text-align:center; transform:rotate(12deg); } .section { padding:110px max(8vw,32px); } .intro { display:grid; grid-template-columns:.65fr 1.35fr; gap:75px; background:var(--cream); } .section-label { align-self:start; color:var(--blue); font-size:12px; font-weight:700; letter-spacing:.12em; } .intro h2,.priorities h2,.join h2 { font-size:clamp(34px,4.2vw,57px); line-height:1.02; } .intro p { max-width:670px; font-size:19px; line-height:1.65; } .dark { color:var(--blue); } .priorities { color:white; background:var(--blue-deep); } .priorities-heading { display:flex; align-items:end; justify-content:space-between; max-width:980px; margin-bottom:54px; } .priorities-heading h2 { max-width:650px; margin:0; } .priority-grid { display:grid; grid-template-columns:repeat(4,1fr); border-top:1px solid #5471b3; } .priority-grid article { min-height:246px; position:relative; padding:28px 22px 22px 0; border-right:1px solid #5471b3; } .priority-grid article:not(:first-child) { padding-left:22px; } .priority-grid article:last-child { border:0; } .number { color:var(--yellow); font:700 12px Montserrat,sans-serif; } .priority-grid h3 { margin:42px 0 11px; font-size:21px; line-height:1.07; } .priority-grid p { max-width:205px; margin:0; color:#bdcaeb; font-size:14px; line-height:1.5; } .arrow { position:absolute; right:18px; bottom:19px; color:var(--yellow); font-size:22px; } .quote { text-align:center; padding-top:90px; padding-bottom:90px; background:var(--mint); } .quote-mark { margin:0; color:var(--blue); font:100px/.7 Georgia,serif; } blockquote { max-width:940px; margin:20px auto 25px; color:var(--blue); font:800 clamp(31px,4.4vw,59px)/1.05 Montserrat,sans-serif; letter-spacing:-.06em; } .quote-author { margin:0; color:var(--blue); font-size:12px; font-weight:700; letter-spacing:.1em; } .join { display:grid; grid-template-columns:1fr 1fr; gap:65px; padding:88px max(8vw,32px); color:white; background:#1c7152; } .join h2 { max-width:560px; margin-bottom:15px; } .join p:not(.eyebrow) { max-width:490px; color:#d0ece0; line-height:1.6; } .join-form { align-self:center; } .join-form label { display:block; margin-bottom:9px; font-size:13px; font-weight:700; } .join-form>div { display:flex; } input { min-width:0; flex:1; padding:16px; border:0; font:16px "DM Sans",sans-serif; } .join-form small { display:block; margin-top:12px; color:#b8ddcd; font-size:11px; } footer { padding:47px max(8vw,32px) 25px; color:white; background:var(--blue-deep); } .footer-top { display:flex; align-items:center; justify-content:space-between; padding-bottom:38px; } .footer-top .brand { color:white; } .footer-top>p { margin:0; color:#b7c5e6; font-size:14px; } .socials { display:flex; gap:10px; }.socials a { width:29px; height:29px; display:grid; place-items:center; border:1px solid #8ea1cc; border-radius:50%; color:white; font-size:11px; font-weight:700; text-decoration:none; } .footer-bottom { display:flex; justify-content:space-between; padding-top:22px; border-top:1px solid #365394; color:#a9b9df; font-size:11px; }
@media (max-width:800px) { .topbar { height:70px; }.navigation,.topbar>.button { display:none; }.menu-toggle { display:block; margin-left:auto; }.navigation.open { position:absolute; z-index:10; top:70px; left:0; right:0; display:flex; flex-direction:column; align-items:stretch; gap:0; padding:15px 32px 25px; background:var(--cream); box-shadow:0 5px 10px #0002; }.navigation.open a { padding:13px 0; }.hero { grid-template-columns:1fr; padding-top:65px; }.hero-visual { min-height:300px; margin:42px -32px -75px; }.hero-stamp { top:40%; right:8%; bottom:auto; }.intro,.join { grid-template-columns:1fr; gap:33px; }.section { padding-top:73px; padding-bottom:73px; }.priority-grid { grid-template-columns:1fr 1fr; }.priority-grid article:nth-child(2) { border-right:0; }.priority-grid article:nth-child(3) { border-top:1px solid #5471b3; padding-left:0; }.priority-grid article:nth-child(4) { border-top:1px solid #5471b3; }.footer-top,.footer-bottom { align-items:flex-start; gap:22px; flex-direction:column; }.join-form>div { flex-direction:column; gap:8px; } }
@media (max-width:470px) { .hero-actions { flex-direction:column; align-items:flex-start; }.priority-grid { grid-template-columns:1fr; }.priority-grid article,.priority-grid article:not(:first-child) { min-height:190px; padding-left:0; border-right:0; border-top:1px solid #5471b3; }.priority-grid article:first-child { border-top:0; }.candidate-card { right:12%; }.hero-stamp { display:none; } }

/* Identidade oficial e retrato do candidato */
.brand-logo-link { width:180px; height:58px; }
.brand-logo { width:180px; height:58px; object-fit:contain; }
.hero-visual { background:linear-gradient(135deg, #1d75b8 0%, #0a3e94 100%); }
.hero-visual::after { content:""; position:absolute; z-index:1; inset:auto -5% 0 -15%; height:29%; background:linear-gradient(160deg, transparent 0 22%, #008d27 23% 40%, #ffd21e 41% 56%, #f6a000 57% 72%, transparent 73%); opacity:.9; transform:rotate(-4deg); }
.hero-glow { position:absolute; width:560px; height:560px; left:50%; top:4%; border-radius:50%; background:rgba(255,211,57,.19); filter:blur(3px); }
.hero-photo { position:absolute; z-index:2; left:50%; bottom:-3px; width:min(620px, 100%); height:auto; transform:translateX(-50%); filter:drop-shadow(-13px 7px 13px rgba(1,18,64,.30)); }
.candidate-card { z-index:4; right:7%; bottom:14%; width:184px; padding:22px 18px 17px; transform:rotate(-4deg); }
.candidate-card span { font-size:43px; }.candidate-card strong { font-size:21px; line-height:.96; }.candidate-card small { font-size:9px; }
@media (max-width:800px) { .brand-logo-link { width:152px; height:48px; }.brand-logo { width:152px; height:48px; }.hero-photo { width:min(480px,100%); }.candidate-card { right:12%; bottom:12%; } }
.join-cta { align-self:center; padding:27px 30px 29px; border-left:2px solid var(--yellow); }.join-cta p { margin-bottom:8px; color:#d0ece0; font-size:14px; }.join-cta strong { display:block; margin-bottom:23px; color:#fff; font:800 clamp(28px,3vw,42px)/.92 Montserrat,sans-serif; letter-spacing:-.05em; }.join-cta strong span { color:var(--yellow); }.footer-logo { display:block; width:180px; height:70px; padding:6px 10px; background:#fff; border-radius:3px; }.footer-logo img { width:100%; height:100%; object-fit:contain; }

/* Ajuste do retrato: mantém o rosto e o corpo integralmente visíveis. */
.hero-photo { left:54%; width:min(450px, 90%); bottom:0; }
.candidate-card { right:5%; bottom:8%; }
@media (max-width:800px) { .hero-photo { left:52%; width:min(410px, 90%); } }

/* Versão final do enquadramento: foto integral, sem corte na cabeça. */
.hero-photo { left:54%; width:min(420px, 88%); bottom:0; }
.candidate-card { right:4%; bottom:7%; transform:rotate(-3deg) scale(.88); transform-origin:bottom right; }
@media (max-width:800px) { .hero-photo { left:52%; width:min(385px, 86%); } }

/* Celular: espaço suficiente para mostrar o retrato completo. */
@media (max-width:800px) {
  .hero { padding-bottom:0; }
  .hero-visual { min-height:460px; margin-bottom:0; }
  .hero-photo { left:50%; width:min(340px, 84%); bottom:0; }
  .candidate-card { right:2%; bottom:4%; transform:rotate(-3deg) scale(.68); transform-origin:bottom right; }
  .hero-stamp { display:none; }
}
