:root{
  --green-950:#07170f;
  --green-900:#0a241a;
  --green-800:#0d3a29;
  --green-700:#0f5b3b;
  --green-600:#2c7757;
  --red:#ed281f;
  --red-dark:#bd1711;
  --white:#fff;
  --muted:rgba(255,255,255,.65);
  --line:rgba(255,255,255,.13);
}

*{box-sizing:border-box}
html,body{width:100%;height:100%;margin:0;overflow:hidden}
body{
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  background:var(--green-950);
  color:#fff;
}
button,input{font:inherit}
a{color:inherit}
img{display:block;max-width:100%}

.landing{
  position:relative;
  height:100vh;
  height:100dvh;
  min-height:0;
  overflow:hidden;
  isolation:isolate;
  padding:clamp(18px,2.4vh,30px) clamp(24px,5vw,76px) clamp(18px,2.6vh,32px);
  background:
    radial-gradient(circle at 14% 48%, rgba(34,123,80,.34), transparent 29%),
    radial-gradient(circle at 95% 68%, rgba(220,138,58,.24), transparent 26%),
    linear-gradient(135deg,#071911 0%,#0a2c20 46%,#13533a 100%);
}


.ambient{
  position:absolute;
  border-radius:50%;
  filter:blur(70px);
  pointer-events:none;
  z-index:-1;
}
.ambient--a{width:34vw;height:34vw;left:-17vw;top:23vh;background:rgba(63,181,116,.18)}
.ambient--b{width:26vw;height:26vw;right:-10vw;bottom:9vh;background:rgba(237,40,31,.14)}

.number-watermark{
  position:absolute;
  right:-5vw;
  top:8vh;
  z-index:-1;
  font-family:"Barlow Condensed",sans-serif;
  font-size:clamp(180px,28vw,490px);
  line-height:.74;
  font-weight:800;
  font-style:italic;
  letter-spacing:-.08em;
  color:rgba(255,255,255,.03);
  user-select:none;
}

.mini-header{
  height:clamp(42px,6.6vh,68px);
  max-width:1280px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  position:relative;
  z-index:6;
}
.brand{display:flex;align-items:center;gap:11px;text-decoration:none}
.brand-mark{width:38px;height:38px;border-radius:9px;background:var(--red);position:relative;flex:0 0 auto}
.brand-mark i::before,.brand-mark i::after{
  content:"";
  position:absolute;
  left:50%;top:50%;
  transform:translate(-50%,-50%) rotate(45deg);
  background:#fff;
  border-radius:2px;
}
.brand-mark i::before{width:18px;height:18px}
.brand-mark i::after{width:7px;height:27px;background:var(--red)}
.brand-copy{display:flex;flex-direction:column;line-height:1}
.brand-copy strong{font-family:"Barlow Condensed",sans-serif;font-size:20px;letter-spacing:.03em}
.brand-copy small{margin-top:4px;font-size:8px;letter-spacing:.15em;opacity:.55;font-weight:800}
.instagram-top{
  text-decoration:none;
  font-size:12px;
  font-weight:800;
  padding:10px 16px;
  border:1px solid rgba(255,255,255,.25);
  border-radius:999px;
  background:rgba(255,255,255,.03);
}

.hero-shell{
  max-width:1280px;
  height:calc(100vh - clamp(42px,6.6vh,68px) - clamp(72px,10vh,108px));
  height:calc(100dvh - clamp(42px,6.6vh,68px) - clamp(72px,10vh,108px));
  margin:0 auto;
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  align-items:center;
  gap:clamp(36px,5vw,76px);
  position:relative;
  z-index:3;
}

.copy{align-self:center;max-width:590px}
.kicker{
  display:flex;align-items:center;gap:9px;
  font-size:clamp(9px,1vw,11px);
  letter-spacing:.18em;
  color:rgba(255,255,255,.66);
  font-weight:800;
}
.kicker span{width:8px;height:8px;border-radius:50%;background:var(--red);box-shadow:0 0 0 6px rgba(237,40,31,.12)}

h1{
  margin:clamp(12px,1.6vh,20px) 0 clamp(8px,1.5vh,14px);
  font-family:"Barlow Condensed",sans-serif;
  text-transform:uppercase;
  letter-spacing:-.045em;
  line-height:.76;
}
h1 span{display:block;font-size:clamp(74px,8.3vw,124px);font-weight:600}
h1 strong{display:block;font-size:clamp(92px,10vw,150px);font-weight:800}

.role{
  margin:0 0 clamp(18px,2.8vh,28px);
  font-size:clamp(14px,1.2vw,17px);
  color:rgba(255,255,255,.7);
}
.role b{color:#fff}

.slogan{margin-bottom:clamp(22px,3vh,30px)}
.slogan small{
  display:block;
  margin-bottom:7px;
  font-size:9px;
  font-weight:800;
  letter-spacing:.18em;
  color:rgba(255,255,255,.48);
}
.slogan div{display:flex;align-items:flex-end;gap:9px;flex-wrap:wrap}
.slogan em{
  font-family:"Barlow Condensed",sans-serif;
  font-size:clamp(38px,4vw,50px);
  line-height:.85;
  font-style:italic;
  font-weight:700;
  color:#b6d7c4;
}
.slogan i{font-family:Georgia,serif;font-size:24px;opacity:.55}
.slogan strong{
  font-family:"Barlow Condensed",sans-serif;
  font-size:clamp(40px,4.2vw,53px);
  line-height:.82;
  letter-spacing:.01em;
}

.actions{display:flex;gap:12px;flex-wrap:wrap}
.btn{
  min-height:46px;
  padding:12px 20px;
  border-radius:999px;
  border:0;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  font-weight:800;
  font-size:12px;
  cursor:pointer;
  transition:.2s transform,.2s box-shadow,.2s background;
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--red);color:#fff;box-shadow:0 12px 28px rgba(237,40,31,.22)}
.btn-primary:hover{background:var(--red-dark)}
.btn-secondary{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.29);color:#fff}

.meta{
  margin-top:clamp(22px,3.4vh,34px);
  padding-top:clamp(18px,2.4vh,24px);
  border-top:1px solid rgba(255,255,255,.12);
  display:grid;
  grid-template-columns:130px 1fr;
  gap:24px;
}
.meta div{display:flex;flex-direction:column;gap:4px}
.meta small{font-size:8px;letter-spacing:.16em;color:rgba(255,255,255,.44);font-weight:800}
.meta strong{font-family:"Barlow Condensed",sans-serif;font-size:36px;font-style:italic;line-height:1}
.meta a{font-size:12px;font-weight:800;text-decoration:none}

.visual{height:min(70vh,675px);align-self:center}
.portrait-card{
  height:100%;
  position:relative;
  overflow:hidden;
  border-radius:38px 38px 10px 10px;
  border:1px solid rgba(255,255,255,.13);
  background:#071710;
  box-shadow:0 40px 100px rgba(0,0,0,.33);
}
.portrait-carousel{
  position:absolute;
  inset:0;
  overflow:hidden;
}
.carousel-slide{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  opacity:0;
  transition:opacity 1.25s ease-in-out;
  pointer-events:none;
}
.carousel-slide.is-active{opacity:1}
.carousel-slide img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 16%;
  transform:scale(1.01);
}
.carousel-dots{
  position:absolute;
  z-index:6;
  left:22px;
  bottom:24px;
  display:flex;
  gap:7px;
  align-items:center;
}
.carousel-dot{
  width:7px;
  height:7px;
  padding:0;
  border:0;
  border-radius:50%;
  background:rgba(255,255,255,.38);
  cursor:pointer;
  transition:.25s transform,.25s background;
}
.carousel-dot.is-active{
  background:#fff;
  transform:scale(1.35);
}
.portrait-frame{
  position:absolute;
  z-index:4;
  inset:16px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:27px 27px 7px 7px;
  pointer-events:none;
}
.portrait-shade{
  position:absolute;inset:auto 0 0;height:53%;
  background:linear-gradient(to top,rgba(7,23,15,.93),rgba(10,54,37,.48),transparent)
}
.candidate-number{
  position:absolute;
  right:22px;
  bottom:22px;
  z-index:5;
  min-width:190px;
  display:flex;
  align-items:flex-end;
  gap:12px;
  padding:13px 15px 12px;
  background:rgba(255,255,255,.95);
  color:#0b3a28;
  border-radius:15px;
  box-shadow:0 18px 50px rgba(0,0,0,.24);
}
.candidate-number small{
  padding-bottom:7px;
  font-size:8px;
  letter-spacing:.15em;
  font-weight:800;
}
.candidate-number strong{
  font-family:"Barlow Condensed",sans-serif;
  font-size:58px;
  line-height:.72;
  font-style:italic;
  color:var(--red);
}

.legal{
  position:absolute;
  left:50%;
  bottom:clamp(11px,1.8vh,20px);
  transform:translateX(-50%);
  width:min(1280px,calc(100% - 48px));
  display:flex;
  gap:14px;
  z-index:7;
  font-size:8px;
  letter-spacing:.14em;
  color:rgba(255,255,255,.52);
}
.legal b{color:rgba(255,255,255,.72)}

.modal{
  position:fixed;
  inset:0;
  z-index:1000;
  display:grid;
  place-items:center;
  padding:18px;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:.22s;
}
.modal.is-open{opacity:1;visibility:visible;pointer-events:auto}
.modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(2,12,8,.78);
  backdrop-filter:blur(14px);
}
.modal-card{
  width:min(650px,100%);
  max-height:calc(100vh - 36px);
  max-height:calc(100dvh - 36px);
  overflow:auto;
  position:relative;
  z-index:2;
  border-radius:28px;
  padding:clamp(24px,4vw,38px);
  color:#15251d;
  background:#fff;
  box-shadow:0 32px 100px rgba(0,0,0,.34);
  transform:translateY(14px) scale(.985);
  transition:.22s transform;
}
.modal.is-open .modal-card{transform:none}
.modal-close{
  position:absolute;right:16px;top:14px;
  width:38px;height:38px;border-radius:50%;
  border:1px solid #dfe5e1;background:#fff;color:#385045;
  font-size:26px;line-height:1;cursor:pointer
}
.modal-heading>span{font-size:9px;letter-spacing:.18em;color:#0f5b3b;font-weight:800}
.modal-heading h2{
  margin:8px 38px 8px 0;
  font-family:"Barlow Condensed",sans-serif;
  font-size:clamp(40px,6vw,58px);
  line-height:.95;
  text-transform:uppercase;
}
.modal-heading p{margin:0 0 22px;color:#65736b;font-size:14px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.form label{display:flex;flex-direction:column;gap:7px;margin-bottom:4px}
.form label span{font-size:10px;font-weight:800}
.form input[type="text"],.form input[type="tel"],.form input[type="email"]{
  width:100%;
  border:1px solid #d9e0dc;
  background:#fbfcfb;
  border-radius:13px;
  padding:13px 14px;
  outline:none;
}
.form input:focus{border-color:#0f5b3b;box-shadow:0 0 0 3px rgba(15,91,59,.09)}
.consent{
  margin-top:14px!important;
  display:flex!important;
  flex-direction:row!important;
  align-items:flex-start;
  gap:9px!important;
}
.consent input{margin-top:3px}
.consent span{font-weight:500!important;color:#65736b;line-height:1.45}
.submit-btn{
  width:100%;
  margin-top:16px;
  border:0;
  border-radius:999px;
  min-height:48px;
  background:var(--red);
  color:#fff;
  font-weight:800;
  cursor:pointer;
}
.submit-btn:hover{background:var(--red-dark)}
.loading{display:none}
.form.is-loading .label{display:none}
.form.is-loading .loading{display:inline}
.form-status{min-height:18px;margin:10px 0 0;font-size:11px}
.form-status.is-success{color:#0f5b3b}
.form-status.is-error{color:#ad100c}


/* =========================================================
   RESPONSIVO — V3
   A landing continua sem scroll, mas muda de composição
   conforme largura, altura e orientação da tela.
   ========================================================= */

/* Notebook / tablet grande */
@media (max-width:1100px) and (min-width:761px){
  .landing{
    padding-left:24px;
    padding-right:24px;
  }

  .hero-shell{
    grid-template-columns:.88fr 1.12fr;
    gap:28px;
  }

  .copy{max-width:500px}

  h1 span{font-size:clamp(60px,8vw,82px)}
  h1 strong{font-size:clamp(76px,10vw,102px)}

  .role{font-size:13px;margin-bottom:18px}

  .slogan{margin-bottom:18px}
  .slogan em{font-size:34px}
  .slogan strong{font-size:37px}

  .btn{min-height:42px;padding:10px 16px;font-size:11px}

  .meta{
    margin-top:20px;
    padding-top:15px;
    grid-template-columns:105px 1fr;
    gap:16px;
  }
  .meta strong{font-size:31px}
  .meta a{font-size:10px}

  .visual{
    height:min(64dvh,590px);
    min-height:420px;
  }

  .portrait-card{border-radius:30px 30px 9px 9px}
  .candidate-number{right:15px;bottom:15px;min-width:155px;padding:10px 12px}
  .candidate-number strong{font-size:48px}
  .candidate-number small{font-size:6px}
}

/* Celular em retrato */
@media (max-width:760px) and (orientation:portrait){
  html,body{overflow:hidden}

  .landing{
    width:100%;
    height:100vh;
    height:100dvh;
    min-height:0;
    padding:
      max(12px, env(safe-area-inset-top))
      14px
      max(9px, env(safe-area-inset-bottom));
  }

  .mini-header{
    height:44px;
    max-width:none;
  }

  .brand{gap:8px}
  .brand-mark{width:32px;height:32px;border-radius:8px}
  .brand-mark i::before{width:15px;height:15px}
  .brand-mark i::after{width:6px;height:23px}
  .brand-copy strong{font-size:16px}
  .brand-copy small{display:none}

  .instagram-top{
    padding:7px 11px;
    font-size:9px;
    background:rgba(255,255,255,.05);
  }

  .hero-shell{
    display:block;
    position:relative;
    width:100%;
    max-width:none;
    height:calc(100vh - 66px);
    height:calc(100dvh - 66px);
    margin:0;
  }

  .copy{
    position:absolute;
    z-index:8;
    top:10px;
    left:0;
    right:0;
    max-width:none;
    padding:0;
  }

  .kicker{
    font-size:7px;
    letter-spacing:.15em;
    gap:7px;
  }
  .kicker span{
    width:6px;height:6px;
    box-shadow:0 0 0 4px rgba(237,40,31,.12);
  }

  h1{
    margin:8px 0 5px;
    line-height:.75;
  }
  h1 span{font-size:clamp(44px,13.5vw,58px)}
  h1 strong{font-size:clamp(56px,17vw,72px)}

  .role{
    margin:0 0 10px;
    max-width:65%;
    font-size:10px;
    line-height:1.25;
  }

  .slogan{margin-bottom:11px}
  .slogan small{
    margin-bottom:3px;
    font-size:6px;
    letter-spacing:.16em;
  }
  .slogan div{gap:6px}
  .slogan em{font-size:clamp(24px,7.4vw,31px)}
  .slogan i{font-size:15px}
  .slogan strong{font-size:clamp(26px,8vw,34px)}

  .actions{
    gap:7px;
    flex-wrap:nowrap;
  }
  .btn{
    min-height:37px;
    padding:8px 12px;
    font-size:9px;
    white-space:nowrap;
  }

  /* No celular o número e o Instagram já aparecem no badge/topo.
     Retirar esta repetição libera espaço e evita colisões. */
  .meta{display:none}

  .visual{
    position:absolute;
    z-index:3;
    left:0;
    right:0;
    top:46%;
    bottom:30px;
    width:auto;
    height:auto;
    min-height:0;
    opacity:1;
  }

  .portrait-card{
    width:100%;
    height:100%;
    border-radius:24px 24px 8px 8px;
    box-shadow:0 22px 60px rgba(0,0,0,.28);
  }

  .portrait-frame{
    inset:9px;
    border-radius:17px 17px 5px 5px;
  }

  .carousel-slide img{
    object-position:center 14%;
    transform:scale(1.005);
  }

  .portrait-shade{
    height:47%;
    background:linear-gradient(to top,rgba(7,23,15,.88),rgba(10,54,37,.30),transparent);
  }

  .candidate-number{
    right:10px;
    bottom:10px;
    min-width:0;
    gap:7px;
    padding:8px 10px 7px;
    border-radius:10px;
  }
  .candidate-number small{
    font-size:5px;
    letter-spacing:.11em;
    padding-bottom:4px;
  }
  .candidate-number strong{font-size:36px}

  .carousel-dots{
    left:12px;
    bottom:13px;
    gap:6px;
  }
  .carousel-dot{width:6px;height:6px}

  .number-watermark{
    top:auto;
    right:-11vw;
    bottom:15vh;
    font-size:66vw;
  }

  .legal{
    left:14px;
    right:14px;
    bottom:max(5px, env(safe-area-inset-bottom));
    transform:none;
    width:auto;
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    gap:7px;
    font-size:5px;
    line-height:1.1;
    letter-spacing:.09em;
    white-space:nowrap;
  }

  .modal{padding:12px}
  .modal-card{
    width:100%;
    max-height:calc(100vh - 24px);
    max-height:calc(100dvh - 24px);
    border-radius:22px;
    padding:20px;
  }
  .modal-heading h2{
    font-size:38px;
    margin-top:6px;
  }
  .modal-heading p{font-size:12px;margin-bottom:16px}
  .form-grid{grid-template-columns:1fr;gap:8px}
  .form input[type="text"],
  .form input[type="tel"],
  .form input[type="email"]{
    padding:11px 12px;
  }
  .consent{margin-top:10px!important}
  .consent span{font-size:9px!important}
  .submit-btn{min-height:44px;margin-top:12px}
}

/* Telefones mais baixos: compacta sem quebrar a viewport */
@media (max-width:760px) and (orientation:portrait) and (max-height:740px){
  .mini-header{height:40px}

  .hero-shell{
    height:calc(100vh - 58px);
    height:calc(100dvh - 58px);
  }

  .copy{top:5px}

  h1{margin:6px 0 4px}
  h1 span{font-size:42px}
  h1 strong{font-size:53px}

  .role{
    margin-bottom:7px;
    font-size:9px;
  }

  .slogan{margin-bottom:8px}
  .slogan em{font-size:23px}
  .slogan i{font-size:14px}
  .slogan strong{font-size:25px}

  .btn{
    min-height:34px;
    padding:7px 10px;
    font-size:8px;
  }

  .visual{
    top:44%;
    bottom:27px;
  }

  .candidate-number strong{font-size:32px}
  .candidate-number small{display:none}

  .legal{font-size:4.5px}
}

/* Telefones estreitos */
@media (max-width:380px) and (orientation:portrait){
  .instagram-top{padding:7px 9px}
  .role{max-width:70%}
  .btn{padding-left:9px;padding-right:9px}
  .candidate-number{padding:7px 9px}
}

/* Celular em paisagem: composição lateral compacta */
@media (max-height:560px) and (orientation:landscape){
  .landing{
    height:100vh;
    height:100dvh;
    min-height:0;
    padding:
      max(8px, env(safe-area-inset-top))
      max(16px, env(safe-area-inset-right))
      max(8px, env(safe-area-inset-bottom))
      max(16px, env(safe-area-inset-left));
  }

  .mini-header{
    height:36px;
    max-width:1180px;
  }

  .brand-mark{width:29px;height:29px}
  .brand-copy strong{font-size:14px}
  .brand-copy small{display:none}
  .instagram-top{padding:6px 10px;font-size:8px}

  .hero-shell{
    height:calc(100vh - 52px);
    height:calc(100dvh - 52px);
    max-width:1180px;
    grid-template-columns:.82fr 1.18fr;
    gap:24px;
  }

  .copy{max-width:430px}

  .kicker{font-size:6px}
  h1{margin:5px 0 3px}
  h1 span{font-size:41px}
  h1 strong{font-size:52px}

  .role{font-size:9px;margin-bottom:7px}

  .slogan{margin-bottom:8px}
  .slogan small{font-size:5px;margin-bottom:2px}
  .slogan em{font-size:23px}
  .slogan i{font-size:13px}
  .slogan strong{font-size:25px}

  .actions{gap:7px}
  .btn{min-height:32px;padding:6px 10px;font-size:8px}

  .meta{display:none}

  .visual{
    height:calc(100dvh - 62px);
    min-height:0;
  }

  .portrait-card{border-radius:23px 23px 7px 7px}
  .portrait-frame{inset:8px;border-radius:16px 16px 4px 4px}
  .candidate-number{right:9px;bottom:9px;padding:7px 9px;min-width:0}
  .candidate-number small{display:none}
  .candidate-number strong{font-size:32px}

  .carousel-dots{left:11px;bottom:11px}

  .legal{
    bottom:4px;
    font-size:4.5px;
  }
}

/* Desktop baixo / notebook 1366x768 e semelhantes */
@media (min-width:761px) and (max-height:720px){
  .landing{padding-top:10px;padding-bottom:10px}
  .mini-header{height:43px}

  .hero-shell{
    height:calc(100vh - 66px);
    height:calc(100dvh - 66px);
  }

  h1{margin:7px 0 5px}
  h1 span{font-size:62px}
  h1 strong{font-size:79px}

  .role{margin-bottom:11px;font-size:12px}

  .slogan{margin-bottom:12px}
  .slogan small{margin-bottom:3px}
  .slogan em{font-size:31px}
  .slogan i{font-size:18px}
  .slogan strong{font-size:34px}

  .btn{min-height:38px;padding:8px 14px;font-size:10px}

  .meta{
    margin-top:13px;
    padding-top:11px;
    grid-template-columns:100px 1fr;
  }
  .meta strong{font-size:29px}

  .visual{
    height:calc(100dvh - 86px);
    max-height:620px;
  }

  .legal{bottom:6px}
}
