/* =========================================================
   ALSO HIRE • UI THEME
   Arquivo de estilos base da landing (tokens, layout, componentes)
========================================================= */

/* ========== TOKENS ========== */
:root{
  /* Paleta */
  --primary:#e71c5c;     /* magenta da marca */
  --primary-2:#ff2c8b;   /* par do gradiente do hero */
  --ink:#000000;
  --muted:#656565;
  --bg:#ffffff;

  --line:#d0cece;        /* bordas leves */
  --amber:#ffcb30;
  --lavender:#f4b4ff;

  --surface:#ffffff;
  --surface-2:#ffffff;
  --outline:var(--line);
  --accent2:#ffcb30;

  /* Raio/sombra/spacing */
  --radius-sm:.6rem; --radius-md:1rem; --radius-lg:1.35rem;
  --shadow-sm:0 4px 14px rgba(0,0,0,.06);
  --shadow-md:0 10px 28px rgba(0,0,0,.10);

  --space-1:.5rem; --space-2:.8rem; --space-3:1.2rem; --space-4:1.8rem;
  --space-5:2.6rem; --space-6:3.6rem; --space-7:5.2rem;

  --font-title:"Bebas Neue", sans-serif;
  --font-ui:"Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* ========== RESET + BASE + A11Y ========== */
*{box-sizing:border-box}

/* Correção da rolagem infinita / tela branca + base tipográfica */
html, body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  height: auto;
  overflow-x: hidden;
  font-family: var(--font-ui);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img,svg,video{max-width:100%; height:auto; display:block}
a{text-decoration:none; color:inherit}
.container{width:min(1200px, 92vw); margin-inline:auto}

/* Link de skip para acessibilidade */
.skip-link{
  position:absolute;
  left:-9999px;
  top:auto;
  background:#000;
  color:#fff;
  padding:.6rem 1rem;
  border-radius:.6rem;
  z-index:10000
}
.skip-link:focus{left:1rem; top:1rem}

.sr-only{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0
}
:focus-visible{
  outline:3px solid var(--primary);
  outline-offset:3px;
  border-radius:.4rem
}

/* ========== NAVBAR ========== */
.navbar{
  position:sticky;
  top:0;
  z-index:1000;
  background:rgba(255,255,255,.84);
  backdrop-filter:saturate(180%) blur(10px);
  border-bottom:1px solid rgba(0,0,0,.06);
  transition:box-shadow .2s
}
.navbar.scrolled{box-shadow:var(--shadow-sm)}
.nav-content{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:.9rem 0;
  min-height:80px;
}
.logo-img{height:56px}
.menu-toggle{
  display:none;
  background:transparent;
  border:2px solid var(--primary);
  color:var(--primary);
  border-radius:.6rem;
  padding:.35rem .55rem;
  font-weight:700
}
.nav-list{
  display:flex;
  align-items:center;
  gap:1.05rem;
  list-style:none
}

/* Links de navegação (cor base e hover) */
.nav-list li a {
  color: var(--ink);
  font-weight: 500;
  transition: color 0.2s;
}
.nav-list li a:hover {
  color: var(--primary);
}

.nav-divider{
  width:1px;
  height:24px;
  background:rgba(0,0,0,.12);
  margin:0 .35rem
}

/* Estilo novo para o botão de Carreiras no Header */
.nav-careers-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(241, 38, 114, 0.22);
  background: #fff;
  color: #f12672 !important;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease;
}

.nav-careers-link:hover,
.nav-careers-link:focus {
  background: #fff0f6;
  border-color: rgba(241, 38, 114, 0.35);
  color: #d81b60 !important;
}

/* ========== BOTÕES ========== */
a.btn{display:inline-flex; align-items:center; justify-content:center; gap:.55rem}
.btn{
  border-radius:999px;
  padding:.85rem 1.25rem;
  font-weight:700;
  border:2px solid transparent;
  transition:.22s
}
.btn-primary{
  background:var(--primary);
  color:#fff
}
.btn-primary:hover{
  filter:saturate(1.08) brightness(1.02);
  transform:translateY(-1px)
}
.btn-outline{
  background:transparent;
  border-color:var(--primary);
  color:var(--primary)
}
.btn-outline:hover{
  background:var(--primary);
  color:#fff
}
.btn-ghost{
  background:transparent;
  border-color:var(--outline);
  color:var(--ink)
}
.btn-ghost:hover{
  border-color:var(--primary);
  color:var(--primary)
}

/* Botão WhatsApp com SVG */
.btn-whatsapp{
  display:inline-flex;
  align-items:center;
  gap:.4rem;
}
.btn-whatsapp .ico{
  width:18px;
  height:18px;
}

/* Botões na navbar (variações) */
.navbar .btn-primary{
  background:var(--primary);
  color:#fff
}
.navbar .btn-outline{
  border-color:var(--primary);
  color:var(--primary);
  background:transparent
}
.navbar .btn-ghost{
  background:transparent;
  border-color:#dcdcdc;
  color:var(--ink)
}

/* Hero escopo */
.hero-v2 .btn-primary{
  background:#fff;
  color:#e30062
}
.hero-v2 .btn-primary:hover{transform:translateY(-1px)}
.hero-v2 .btn-ghost{
  background:rgba(255,255,255,.14);
  color:#fff;
  border-color:rgba(255,255,255,.45);
  backdrop-filter:blur(6px)
}
.hero-v2 .btn-outline{
  border-color:rgba(255,255,255,.55);
  color:#fff
}

/* ========== HERO ========== */
.hero{
  color:#fff;
  background:
    radial-gradient(1200px 480px at 20% -10%, rgba(255,255,255,.12), transparent 60%),
    linear-gradient(0deg, rgba(231,28,92,.96), rgba(231,28,92,.96)),
    url("../images/pattern-network.svg") center/cover no-repeat;
  padding:clamp(2.4rem, 7vw, 4.8rem) 0 clamp(2rem, 6vw, 3.6rem)
}
.hero-grid{
  display:grid;
  gap:var(--space-5);
  grid-template-columns:1.1fr .9fr;
  align-items:center
}
.hero-copy h1{
  font-family:var(--font-title);
  letter-spacing:.6px;
  font-size:clamp(2.1rem, 4.2vw, 3.6rem);
  line-height:1.06;
  margin:0 0 .9rem
}
.hero-sub{
  font-size:clamp(1.02rem,1.2vw,1.15rem);
  opacity:.98;
  margin-bottom:var(--space-3)
}
.hero-media img{
  width:100%;
  max-width:560px;
  border-radius:1.5rem;
  box-shadow:var(--shadow-md)
}
.trustbar{margin-top:var(--space-5)}

/* Versão compacta do hero v2 */
.hero-v2{
  padding:clamp(48px,6vw,96px) 0 32px;
  color:#fff;
  background:
    radial-gradient(1200px 600px at 10% -10%, rgba(255,255,255,.12), transparent),
    linear-gradient(180deg, var(--primary-2) 0%, var(--primary) 60%, #d5005c 100%);
  position:relative;
  overflow:hidden;
}

/* Moldura contínua do gradiente do hero */
.hero-v2::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,#ff2d84 0%,#e30062 60%,#d5005c 100%);
  z-index:0;
}
.hero-v2 > .container,
.hero-v2 .hero-copy,
.hero-v2 .hero-media{
  position:relative;
  z-index:1;
}

.hero-v2 .hero-grid{
  display:grid;
  grid-template-columns:1.1fr 1fr;
  gap:clamp(24px, 4vw, 56px);
  align-items:center
}

/* Título principal do hero v2 */
.hero-v2 .hero-copy h1 {
  font-family: "Bebas Neue", system-ui, sans-serif;
  font-size: clamp(42px, 6vw, 68px);
  line-height: .95;
  letter-spacing: .5px;
  margin: 0 0 32px;
}

.hero-v2 .hero-sub{
  font-weight:500;
  font-size:clamp(16px,1.6vw,18px);
  opacity:.95;
  margin:0 0 20px;
  max-width:52ch
}
.hero-v2 .cta-row{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin:6px 0 18px
}

/* Estatística / card flutuante no hero */
.stat-card{
  position:absolute;
  right: 2%;
  bottom: 2%;
  background: rgba(17,17,17,.92);
  color:#fff;
  border-radius: 14px;
  padding: 12px 16px;
  box-shadow:0 8px 20px rgba(0,0,0,.35)
}
.stat-card strong{
  display:block;
  font-size: 20px;
  line-height:1.1
}
.stat-card span{
  font-size:13px;
  opacity:.9
}

.trustbar--compact{margin-top:18px}
.trustbar--compact .trustbar-label{display:none}
.trustbar--compact .trust-logos{
  display:flex;
  gap:16px;
  padding:0;
  margin:0;
  list-style:none;
  opacity:.9
}
.trustbar--compact .trust-logos li{
  font-weight:700;
  font-size:.92rem;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.18)
}
.hero--compact .hero-copy h1{
  font-size:clamp(40px,6.2vw,64px);
  margin:0 0 10px
}
.hero--compact .hero-sub{
  max-width:48ch;
  margin:0 0 14px;
  opacity:.95
}

/* ========== SECTIONS/CARDS ========== */
.section{
  padding:clamp(2.2rem, 6vw, 4rem) 0
}
.section.alt{background:var(--surface)}
.section-head{
  text-align:center;
  margin-bottom:var(--space-4)
}
.section-head h2{
  font-family:var(--font-title);
  color:var(--primary);
  letter-spacing:.4px;
  font-size:clamp(1.8rem, 3.6vw, 2.4rem);
  margin-bottom:.4rem
}
.section-sub{
  color:var(--muted);
  max-width:760px;
  margin:0 auto
}

.grid-3{
  display:grid;
  gap:var(--space-3);
  grid-template-columns:repeat(3,1fr)
}
.grid-4{
  display:grid;
  gap:var(--space-3);
  grid-template-columns:repeat(4,1fr)
}

.cards .card,
.case,
.product{
  background:var(--surface-2);
  border:1px solid var(--outline);
  border-radius:var(--radius-lg);
  padding:1.25rem;
  box-shadow:var(--shadow-sm)
}
.cards.lift > *:hover,
.product:hover,
.case:hover{
  transform:translateY(-2px);
  box-shadow:var(--shadow-md)
}
.card h3,
.product h3,
.case h3{
  color:var(--primary);
  margin-bottom:.35rem;
  font-weight:800
}
.product-list{
  margin:.6rem 0 0 1.2rem;
  color:var(--muted)
}

/* Temas de section (fundos especiais) */
.section.theme-rose{
  background: radial-gradient(700px 260px at 8% 0%, color-mix(in srgb, var(--primary) 8%, transparent), transparent 60%);
}
.section.theme-lavender{
  background: color-mix(in srgb, var(--lavender) 28%, #fff 72%);
}
.section.theme-lavender .cards > *,
.section.theme-lavender .product,
.section.theme-lavender .case{
  border-color: color-mix(in srgb, var(--lavender) 40%, var(--line) 60%);
}
.section.theme-amber{
  background: linear-gradient(0deg, color-mix(in srgb, var(--amber) 12%, #fff 88%), color-mix(in srgb, var(--amber) 12%, #fff 88%));
  border-top: 1px solid color-mix(in srgb, var(--amber) 40%, var(--line) 60%);
  border-bottom: 1px solid color-mix(in srgb, var(--amber) 40%, var(--line) 60%);
}

/* Wrapper para alinhar todos os cards de produto em altura */
.product-cards.is-aligned{ align-items: stretch; }
.product-cards.is-aligned .product{
  display: grid;
  grid-template-rows: 92px auto 1fr;
  gap: .55rem;
  padding: 1rem 1.1rem;
}
.product-cards.is-aligned .product .thumb{
  width: 84px;
  height: 84px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 6px 14px rgba(0,0,0,.08);
  justify-self: start;
  align-self: center;
  margin: 0;
}
.product-cards.is-aligned .product h3{
  margin: 0;
  line-height: 1.18;
}
.product-cards.is-aligned .product p{
  margin: 0;
  color: var(--ink);
}
.product-cards.is-aligned .product:hover{
  transform: translateY(-2px);
}

/* Responsivo cards alinhados */
@media (max-width: 992px){
  .product-cards.is-aligned{
    grid-template-columns: 1fr;
  }
  .product-cards.is-aligned .product{
    grid-template-rows: 88px auto 1fr;
  }
  .product-cards.is-aligned .product .thumb{
    width: 80px;
    height: 80px;
    border-radius: 14px;
  }
}

/* ====== SEÇÕES COM MÍDIA LATERAL ====== */
.has-media .media-grid{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(20px,4vw,56px);
  align-items: center;
}
.has-media .section-body{ min-width: 0; }
.section-media{
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
  isolation: isolate;
}
.section-media img{
  width:100%;
  height:auto;
  display:block;
  object-fit:cover;
  transform: translateZ(0);
  will-change: transform;
}
.media-grid[data-media="left"]{
  grid-template-columns: .95fr 1.05fr;
}
.media-grid[data-media="left"] .section-body{ order: 2; }
.media-grid[data-media="left"] .section-media{ order: 1; }
.has-media .section-head{
  text-align:left;
  margin-bottom: var(--space-3);
}
@media (max-width: 992px){
  .has-media .media-grid,
  .media-grid[data-media="left"]{
    grid-template-columns: 1fr;
  }
  .has-media .section-head{
    text-align:center;
  }
}

/* ========== TIMELINE ========== */
.timeline{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:var(--space-3)
}
.tl-item{
  display:grid;
  grid-template-columns:48px 1fr;
  gap:1rem;
  align-items:flex-start
}
.tl-badge{
  width:48px;
  height:48px;
  border-radius:999px;
  background:var(--primary);
  color:#fff;
  display:grid;
  place-items:center;
  font-weight:900
}
.tl-body h3{
  margin:.15rem 0 .2rem;
  color:var(--primary)
}

/* ========== SIMULADOR ========== */
.sim-leads .form-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(240px,1fr));
  gap:1rem 1.5rem;
  margin-bottom:1rem
}
.sim-leads .field label{
  font-weight:600;
  display:block;
  margin-bottom:.35rem
}
.sim-leads input{
  width:100%;
  padding:.6rem .8rem;
  border-radius:.5rem;
  border:1px solid var(--outline);
  font-size:1rem
}
.sim2-actions{
  display:flex;
  align-items:center;
  gap:1rem;
  margin-top:.4rem
}
.assumptions{
  color:var(--muted);
  font-size:.9rem
}
.sim2-result{
  margin-top:1.5rem;
  display:none
}
.sim2-result.active{
  display:block;
  animation:fadeIn .4s ease
}
.simcard{
  background:#fff;
  border:1px solid var(--outline);
  border-radius:12px;
  padding:1rem;
  margin-bottom:1rem;
  box-shadow:var(--shadow-sm)
}
.simcard h3{
  margin:0 0 .4rem
}
.simcard strong{
  font-size:1.1rem
}
.simcard.is-best{
  border-color:var(--primary);
  background:rgba(227,0,98,0.04)
}
@keyframes fadeIn{
  from{opacity:0; transform:translateY(8px)}
  to{opacity:1; transform:translateY(0)}
}

/* ========== CTA / ORÇAMENTO / FORM LEAD ========== */
.cta{
  background:linear-gradient(0deg, rgba(231,28,92,.04), rgba(231,28,92,.04));
  border-top:1px solid var(--outline);
  border-bottom:1px solid var(--outline);
  padding:clamp(2.4rem, 6vw, 4rem) 0
}
.cta-grid{
  display:grid;
  gap:var(--space-4);
  grid-template-columns:1.1fr .9fr;
  align-items:center
}
.cta h2{
  font-family:var(--font-title);
  font-size:clamp(1.8rem, 3.2vw, 2.3rem);
  color:var(--primary);
  margin-bottom:.35rem
}
.cta-sub{
  color:var(--muted);
  margin-bottom:var(--space-2)
}
.lead-form .lead-row{
  display:grid;
  gap:.6rem;
  grid-template-columns:repeat(3,1fr);
  margin-bottom:.6rem
}
.lead-form input,
.lead-form textarea{
  width:100%;
  padding:.85rem 1rem;
  border:1px solid var(--outline);
  border-radius:.8rem;
  font:inherit
}

/* Checklist lateral de benefícios */
.checklist{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:.5rem
}
.checklist li::before{
  content:"✓";
  margin-right:.5rem;
  color:var(--primary);
  font-weight:900
}

/* ========== FOOTER ========== */
.footer{
  background:var(--primary);
  color:#fff
}
.footer-content{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  gap:1.2rem;
  padding:var(--space-4) 0 var(--space-3)
}
.footer-tagline{
  max-width:360px;
  opacity:.95
}
.footer-nav{
  list-style:none;
  display:flex;
  gap:1rem;
  flex-wrap:wrap;
  margin:0 0 1rem 0;
  padding:0
}
.footer-nav a{
  color:#fff;
  font-weight:600;
  opacity:.95
}
.footer-nav a:hover{
  color:var(--accent2)
}
.social-icon.is-icon{
  width:44px;
  height:44px;
  display:inline-grid;
  place-items:center;
  border-radius:999px;
  background:#fff;
  color:var(--primary);
  border:1px solid #fff;
  transition:background .2s, transform .1s, border-color .2s;
}
.social-icon.is-icon:hover{
  background:#fff;
  color:var(--primary);
  border-color:var(--primary);
  transform:translateY(-2px);
}
.footer-bottom{
  text-align:center;
  padding:.8rem 0 1.1rem;
  opacity:.9
}
.ico{
  width:20px;
  height:20px;
  fill:currentColor
}

/* ========== RESPONSIVO GERAL ========== */
@media (max-width:992px){
  .hero-grid,
  .hero-v2 .hero-grid{
    grid-template-columns:1fr;
    text-align:center
  }
  .hero-media,
  .collage{
    order:-1
  }
  .collage{
    height:440px;
    margin-bottom:12px
  }
  .cta-grid{
    grid-template-columns:1fr
  }
  .lead-form .lead-row{
    grid-template-columns:1fr
  }
}

@media (max-width:768px){
  .menu-toggle{display:inline-block}
  #main-menu{position:relative}
  .nav-list{display:none}
  #main-menu.open .nav-list{
    display:flex;
    flex-direction:column;
    gap:.8rem;
    position:absolute;
    right:0;
    top:calc(100% + .5rem);
    background:#fff;
    padding:1rem;
    min-width:260px;
    border:1px solid rgba(0,0,0,.06);
    border-radius:.9rem;
    box-shadow:var(--shadow-md)
  }
}

/* CTA sticky mobile/desktop */
.cta-sticky{
  position:fixed;
  inset:auto 0 12px 0;
  display:none;
  z-index:999;
  padding:.6rem 1rem;
  pointer-events:none
}
.cta-sticky .btn{
  pointer-events:auto;
  box-shadow:var(--shadow-md)
}
/* Classe extra para esconder o CTA flutuante quando o form estiver visível */
.cta-sticky.is-hidden{
  display:none !important;
}
@media (max-width:768px){
  .cta-sticky{
    display:flex;
    gap:.6rem;
    justify-content:center
  }
}

/* Ajustes finos da colagem (desktop + mobile) */
.hero-media.collage {
  height: 520px;
  overflow: visible;
  position: relative;
  z-index: 1;
}
.collage .shot {
  position: absolute;
  border-radius: 24px !important;
  overflow: hidden !important;
  border: 4px solid #555555;
  background: #555555;
  box-shadow: 0 16px 36px rgba(0,0,0,.35);
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  mask-image: radial-gradient(white, black);
  transform: translateZ(0);
}
.collage .shot img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 24px !important;
}
.shot-a { top: -2%; left: -1%; width: 56%; height: 64%; transform: rotate(-1.5deg); }
.shot-b { right: -3%; top: 8%; width: 56%; height: 72%; transform: rotate(1.5deg); }
.shot-c { left: 20%; bottom: -3%; width: 48%; height: 50%; transform: rotate(-1deg); }

/* mobile empilhado */
@media (max-width: 992px){
  .hero-media.collage{
    height:auto;
    margin-top:16px;
  }
  .collage .shot{
    position:relative;
    width:100%;
    height:auto;
    transform:none;
    margin-bottom:12px;
    box-shadow:0 8px 18px rgba(0,0,0,.16);
  }
  .collage .shot img{
    position:relative;
    height:auto;
  }
  .stat-card{
    position:relative;
    right:auto;
    bottom:auto;
    margin:6px auto 0;
  }
}

/* CTA inline entre seções (botões centrais) */
.cta-inline {
  text-align:center;
  margin:clamp(2rem,6vw,3.2rem) auto;
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:.8rem;
}
.cta-inline .btn {
  font-size:1.05rem;
  padding:.9rem 1.6rem;
  box-shadow:0 4px 14px rgba(0,0,0,.06);
  transition:transform .2s;
}
.cta-inline .btn:hover {
  transform:translateY(-2px);
}

/* SEÇÃO FULL-BLEED (método) */
.section-fullbleed{
  position: relative;
  padding: clamp(3rem, 7vw, 5rem) 0;
  color: #fff;
}
.section-fullbleed .section-bg{
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.section-fullbleed .section-bg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  filter: none;
}
.section-fullbleed .section-bg::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.35) 40%, rgba(0,0,0,.12) 75%, rgba(0,0,0,0) 100%);
}
.section-fullbleed > .container{
  position: relative;
  z-index: 1;
}
.section-fullbleed .section-head h2{
  color:#fff;
}
.section-fullbleed .section-sub{
  color:rgba(255,255,255,.92);
}
.section-fullbleed .timeline{
  gap: var(--space-4);
}
.section-fullbleed .tl-body h3{
  color:#fff;
}
.section-fullbleed .tl-badge{
  background: var(--amber);
  color: #111;
  box-shadow: 0 6px 16px rgba(0,0,0,.25);
}
@media (max-width: 992px){
  .section-fullbleed{
    padding: clamp(2rem, 8vw, 3rem) 0;
  }
  .section-fullbleed .section-bg::after{
    background: linear-gradient(90deg, rgba(0,0,0,.62) 0%, rgba(0,0,0,.42) 55%, rgba(0,0,0,.18) 85%, rgba(0,0,0,0) 100%);
  }
}

/* BLOBS / máscaras */
.blob-media{ align-self: center; }
.blob-svg{
  width: min(560px, 44vw);
  height: auto;
  display: block;
}
.blob-accent{
  stroke: color-mix(in srgb, var(--primary) 18%, transparent);
  stroke-width: 1;
}
@supports not (clip-path: path("M0,0 L1,0 L1,1 L0,1 Z")){
  .blob-media img{
    border-radius: 28px;
    box-shadow: var(--shadow-md);
  }
}
@media (max-width: 992px){
  .blob-svg{
    width: min(92vw, 640px);
  }
}

/* PRÉ-RODAPÉ (fundadores) */
.prefooter{
  padding: clamp(1.4rem, 4vw, 2.2rem) 0;
  background: linear-gradient(0deg, rgba(0,0,0,.02), rgba(0,0,0,.02));
  border-top: 1px solid var(--outline);
}
.prefooter-head{
  display:flex;
  justify-content:flex-start;
  margin-bottom: .9rem;
}
.prefooter-label{
  margin:0;
  font-weight: 600;
  color: var(--muted);
}
.founder-row{
  display:flex;
  flex-wrap:wrap;
  gap: 1rem;
  justify-content: center;
}
.chip-linkedin{
  display:inline-flex;
  align-items:center;
  gap:.6rem;
  padding:.7rem 1.1rem;
  border-radius: 999px;
  border: 2px solid var(--primary);
  color: var(--primary);
  background: #fff;
  box-shadow: var(--shadow-sm);
  font-weight: 700;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.chip-linkedin:hover{
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  background: var(--primary);
  color:#fff;
  border-color: var(--primary);
}
.chip-linkedin:focus-visible{
  outline: 3px solid color-mix(in srgb, var(--primary) 60%, #fff 40%);
  outline-offset: 3px;
}
.chip-linkedin .chip-ico{
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  border: 2px solid currentColor;
}
.chip-linkedin .ico{
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.chip-linkedin .chip-text{
  white-space: nowrap;
}
@media (max-width: 640px){
  .founder-row{
    justify-content: flex-start;
  }
}

/* Ajustes adicionais mobile (grid e botões) */
@media (max-width: 768px){
  .grid-3,
  .grid-4{
    grid-template-columns: 1fr;
  }
  .cards .card,
  .product,
  .case{
    padding: 1rem;
  }
  .card h3,
  .product h3,
  .case h3{
    font-size: 1.1rem;
  }
  .section{
    padding: 1.6rem 0;
  }
  .hero-v2 .cta-row{
    flex-direction: column;
    width: 100%;
  }
  .hero-v2 .cta-row .btn{
    width: 100%;
  }

  /* MOBILE: esconder CTAs de seção (fica só o flutuante) */
  .cta-inline{
    display:none;
    gap:.6rem;
  }
  .cta-inline .btn{
    width: 100%;
  }

  .btn[data-full="true"]{
    width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 992px){
  .grid-3{
    grid-template-columns: 1fr 1fr;
  }
}

/* Ajuste de posicionamento do hero (desktop) */
@media (min-width: 992px) {
  .hero-v2 .hero-grid {
    align-items: stretch;
  }
  .hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 10px;
  }
  .hero-v2 .hero-copy h1 {
    margin-bottom: 0;
  }
}

/* FIX GERAL DO MENU (cores e botões) */
header.navbar .nav-list li a {
  color: var(--ink) !important;
  font-weight: 600 !important;
  opacity: 1 !important;
  text-decoration: none !important;
}
header.navbar .nav-list li a:hover {
  color: var(--primary) !important;
}
header.navbar .nav-list li a.btn-ghost {
  color: var(--ink) !important;
  border: 1px solid var(--outline) !important;
  background: transparent !important;
}
header.navbar .nav-list li a.btn-ghost:hover {
  color: var(--primary) !important;
  border-color: var(--primary) !important;
  background: transparent !important;
}
header.navbar .nav-list li a.btn-primary {
  background-color: var(--primary) !important;
  color: #ffffff !important;
  border: 2px solid var(--primary) !important;
}
header.navbar .nav-list li a.btn-primary:hover {
  filter: brightness(1.1);
  color: #ffffff !important;
}

/* =========================================================
   NOVO LAYOUT SECTION "POR QUE" (SPLIT SCREEN)
========================================================= */
.section-split {
  padding: clamp(3rem, 5vw, 5rem) 0;
  background: #fff;
  overflow: visible;
}
.split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.feature-list .icon-check {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background: rgba(231, 28, 92, 0.1);
  color: var(--primary);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 0.9rem;
  margin-top: 2px;
}
.feature-list strong {
  display: block;
  font-size: 1.15rem;
  color: var(--ink);
  margin-bottom: 0.2rem;
}
.feature-list p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.5;
}
.split-media {
  position: relative;
  margin: 0;
}
.split-media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 24px;
  box-shadow: 24px 24px 0 var(--primary-2);
  object-fit: cover;
  aspect-ratio: 4/3;
}
@media (max-width: 992px) {
  .split-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .split-media {
    margin-right: 24px;
    margin-bottom: 24px;
  }
  .split-media img {
    box-shadow: 16px 16px 0 var(--primary-2);
  }
}
.feature-bullets{
  list-style:none;
  margin:2rem 0 0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:1.3rem;
}
.feature-bullets li{
  display:flex;
  align-items:flex-start;
  gap:.9rem;
}
.icon-check{
  color:var(--primary);
  font-size:1.6rem;
  font-weight:900;
  line-height:1;
  margin-top:.15rem;
}
.feature-bullets strong{
  color:var(--primary);
  font-weight:700;
  font-size:1.1rem;
}
.feature-bullets p{
  margin:.25rem 0 0;
  color:var(--ink);
  opacity:.9;
}

/* Estilo da mensagem de sucesso do formulário */
.form-success-box {
  background: #f0fdf4;
  border: 2px solid #22c55e;
  border-radius: 12px;
  padding: 2rem;
  text-align: center;
  margin-bottom: 1.5rem;
  animation: fadeIn .4s ease;
}
.form-success-box h3 {
  color: #15803d;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.form-success-box p {
  color: #166534;
  font-size: 1.1rem;
}

/* =========================================
   AJUSTES FINAIS MOBILE (Hero + Sticky)
========================================= */
@media (max-width: 992px) {

  .collage .shot-b,
  .collage .shot-c {
    display: none !important;
  }
  .collage .shot-a {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    transform: none !important;
    left: auto;
    top: auto;
  }
  .hero-media.collage {
    height: auto !important;
    margin-bottom: 2rem;
  }

  .cta-sticky {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 16px 20px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 12px;
    pointer-events: none;
  }
  .cta-sticky .btn {
    pointer-events: auto;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 0.85rem;
    box-shadow: 0 4px 14px rgba(0,0,0,0.2);
    backdrop-filter: blur(4px);
  }
  .cta-sticky .btn-outline {
    background: rgba(255,255,255,0.95) !important;
    border-color: #fff !important;
    color: var(--primary) !important;
    font-weight: 700;
  }
  .cta-sticky .btn-primary {
    background: var(--primary) !important;
    border: 1px solid var(--primary) !important;
  }
}

/* MOBILE: reduzir texto do CTA no menu */
@media (max-width: 768px) {
  #main-menu .btn.btn-primary {
    font-size: 1rem;
    position: relative;
    color: transparent !important;
  }

  #main-menu .btn.btn-primary::after {
    content: "Demonstração";
    color: #fff;
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
  }
}

/* =========================================
   PÁGINA DE LOGIN (ALICE OS)
========================================= */

/* Remove margens do header/footer na página de login se quiser, 
   ou mantém para consistência. Aqui ajustamos o main. */
.login-page {
    min-height: 80vh; /* Ocupa a tela */
    display: flex;
    flex-direction: column;
}

.login-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 80vh;
    flex: 1;
}

/* --- LADO ESQUERDO (BRANDING) --- */
.login-brand {
    background-color: var(--primary);
    background-image: url('../images/hero-people-2.png'); /* Usando uma das fotos que já temos */
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 3rem;
}

.brand-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(231, 28, 92, 0.9), rgba(50, 10, 30, 0.8));
    z-index: 1;
}

.brand-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.brand-content h2 {
    font-family: var(--font-title);
    font-size: 3.5rem;
    margin-bottom: 1rem;
}

.brand-content p {
    font-size: 1.1rem;
    opacity: 0.9;
    max-width: 400px;
}

/* --- LADO DIREITO (FORMULÁRIO) --- */
.login-form-container {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.form-wrapper {
    width: 100%;
    max-width: 400px;
}

.form-wrapper h3 {
    font-size: 2rem;
    color: var(--primary);
    margin-bottom: 0.5rem;
}

.sub-login {
    color: var(--muted);
    margin-bottom: 2rem;
}

/* Estilizando o form padrão do WP */
#alsohire-login .login-username,
#alsohire-login .login-password {
    margin-bottom: 1.2rem;
}

#alsohire-login label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.4rem;
    color: var(--ink);
}

#alsohire-login input[type="text"],
#alsohire-login input[type="password"] {
    width: 100%;
    padding: 0.85rem 1rem;
    border: 1px solid var(--outline);
    border-radius: 0.8rem;
    font-size: 1rem;
    transition: border 0.2s;
}

#alsohire-login input:focus {
    border-color: var(--primary);
    outline: none;
}

#alsohire-login .login-remember {
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
    color: var(--muted);
}

#alsohire-login input[type="submit"] {
    background: var(--primary);
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 0.9rem 2rem;
    font-weight: 700;
    cursor: pointer;
    width: 100%;
    font-size: 1rem;
    transition: transform 0.2s, filter 0.2s;
}

#alsohire-login input[type="submit"]:hover {
    transform: translateY(-2px);
    filter: brightness(1.1);
}

.login-error {
    background: #fee2e2;
    color: #b91c1c;
    padding: 0.8rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
    text-align: center;
}

.back-home {
    margin-top: 2rem;
    text-align: center;
    font-size: 0.9rem;
}

.back-home a:hover {
    color: var(--primary);
    text-decoration: underline;
}

/* Responsivo */
@media (max-width: 768px) {
    .login-split {
        grid-template-columns: 1fr;
    }
    .login-brand {
        display: none; /* Esconde o branding no mobile pra focar no login */
    }
    .login-page {
        min-height: auto;
    }
}

/* =========================================================
   PATCH VISUAL PREMIUM — ALSO HIRE
========================================================= */

/* Eyebrow (kicker acima de títulos) */
.eyebrow {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(255,255,255,.72);
  margin: 0 0 14px;
  display: block;
}
.eyebrow--dark {
  color: var(--primary);
}

/* Hero actions — CTAs dentro do hero */
.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 24px 0 20px;
}

/* Hero proof — microprovas abaixo dos CTAs */
.hero-proof {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 4px;
}
.hero-proof span {
  font-size: 12px;
  font-weight: 700;
  padding: 5px 13px;
  border-radius: 999px;
  background: rgba(255,255,255,.13);
  border: 1px solid rgba(255,255,255,.22);
  color: rgba(255,255,255,.88);
  white-space: nowrap;
}

/* Logo strip — logos dentro de área branca com sombra */
.logo-strip {
  background: #fff;
  border: 1px solid var(--outline);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  padding: 22px 28px;
  max-width: 1120px;
  margin: 0 auto;
}

/* Números prova social mais destacados */
#prova-social .cards.lift .card {
  text-align: center;
  padding: 1.6rem 1.2rem;
}
#prova-social .cards.lift .card h3 {
  font-family: var(--font-title);
  font-size: clamp(1.5rem, 3vw, 1.9rem);
  color: var(--primary);
  margin-bottom: .4rem;
}

/* Problema — fundo com mais contraste */
#problema.section.theme-rose {
  background: linear-gradient(135deg, rgba(231,28,92,.08) 0%, rgba(231,28,92,.03) 60%, #fff 100%);
  border-top: 3px solid rgba(231,28,92,.1);
  border-bottom: 3px solid rgba(231,28,92,.1);
}

/* Card destaque — Also Hire no comparativo */
.card--highlight {
  background: linear-gradient(135deg, rgba(231,28,92,.05), rgba(231,28,92,.02));
  border: 2px solid var(--primary) !important;
  position: relative;
}
.card--highlight::before {
  content: "✦ Nosso modelo";
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--primary);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .07em;
  padding: 3px 12px;
  border-radius: 999px;
  white-space: nowrap;
}
.card--highlight h3 {
  color: var(--primary);
}

/* Product showcase — seção plataforma */
.product-showcase {
  background: #f7f7f8;
  border-top: 1px solid var(--outline);
  border-bottom: 1px solid var(--outline);
  padding: clamp(3rem, 7vw, 5rem) 0;
}
.product-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}
.product-copy .eyebrow--dark {
  margin-bottom: 14px;
}
.product-copy h2 {
  font-family: var(--font-title);
  color: var(--primary);
  font-size: clamp(1.8rem, 3.2vw, 2.5rem);
  letter-spacing: .4px;
  margin: 0 0 14px;
  line-height: 1.04;
}
.product-copy > p {
  color: var(--muted);
  margin: 0 0 26px;
  font-size: .97rem;
}
.product-copy ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.product-copy ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: var(--ink);
  font-size: .95rem;
}
.product-copy ul li::before {
  content: "→";
  color: var(--primary);
  font-weight: 900;
  flex-shrink: 0;
}
.product-screen {
  position: relative;
}
.product-screen img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 28px 64px rgba(0,0,0,.13), 0 6px 18px rgba(0,0,0,.07);
  border: 1px solid var(--outline);
  display: block;
}
@media (max-width: 992px) {
  .product-grid {
    grid-template-columns: 1fr;
  }
  .product-screen {
    order: -1;
  }
}

/* CTA diagnóstico — checklist na seção demo */
.cta-diagnosis {
  margin: 18px 0 26px;
  padding: 18px 20px;
  background: rgba(231,28,92,.04);
  border: 1px solid rgba(231,28,92,.14);
  border-radius: var(--radius-md);
}
.cta-diagnosis p {
  font-weight: 700;
  color: var(--ink);
  margin: 0 0 10px;
  font-size: .93rem;
}
.cta-diagnosis ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.cta-diagnosis ul li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: .9rem;
  color: var(--ink);
  opacity: .88;
}
.cta-diagnosis ul li::before {
  content: "✓";
  color: var(--primary);
  font-weight: 900;
  flex-shrink: 0;
}

/* Mobile — hero actions e proof */
@media (max-width: 768px) {
  .hero-proof {
    justify-content: center;
  }
  .hero-actions {
    flex-direction: column;
  }
  .hero-actions .btn {
    width: 100%;
    text-align: center;
  }
}