
:root{--red:#e10600;--red2:#b90000;--black:#111;--bg:#f5f6f8;--surface:#fff;--line:#e5e7eb;--muted:#6b7280;--green:#087443;--greenbg:#eaf9f0;--amber:#9a5b00;--amberbg:#fff7df}
*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--bg);color:#161616}a{text-decoration:none;color:inherit}.container{width:min(1180px,calc(100% - 32px));margin:auto}
.topbar{position:sticky;top:0;z-index:30;background:#fff;border-bottom:1px solid var(--line)}.nav{height:76px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:10px}.brand img{width:44px;height:44px;border-radius:12px}.brand span{display:flex;flex-direction:column}.brand small{font-size:8px;color:#777;margin-top:3px}.nav nav{display:flex;gap:20px;font-weight:700;font-size:14px}.langs{display:flex;gap:8px}.langs a{font-size:12px;padding:8px 10px;border:1px solid var(--line);border-radius:9px;background:#fff}
.btn{display:inline-flex;padding:12px 16px;border-radius:11px;font-weight:800;border:1px solid transparent;cursor:pointer;align-items:center;justify-content:center}.btn-red{background:var(--red);color:#fff}.btn-red:hover{background:var(--red2)}.btn-white{background:#fff;border-color:var(--line)}.btn-black{background:#111;color:#fff}.btn-sm{padding:8px 11px;font-size:12px}.actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}
.section{padding:66px 0}.section h2{font-size:38px;letter-spacing:-.04em}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px}.card h3{margin:10px 0}.muted{color:var(--muted)}.price{font-size:28px;font-weight:900}.pill{display:inline-flex;padding:6px 9px;border-radius:999px;background:#f1f1f1;font-size:11px;font-weight:800}.metrics{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:14px 0}.metrics div{background:#f8f8f8;border-radius:10px;padding:10px}.metrics small{display:block;color:#777;margin-top:3px}.eyebrow{color:var(--red);font-size:11px;letter-spacing:.14em;font-weight:900}
.form-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}label{font-size:13px;font-weight:800;display:block}input,select,textarea{width:100%;padding:12px;border:1px solid var(--line);border-radius:10px;margin-top:7px;background:#fff}textarea{min-height:110px}.notice{padding:12px;border:1px solid var(--line);background:#fafafa;border-radius:10px}.notice-red{background:#fff4f3;border-color:#ffd7d4}.notice-green{background:var(--greenbg);border-color:#c5ead5;color:var(--green)}
footer{background:#0b0b0b;color:#fff;padding:44px 0 22px}.footer-grid{display:grid;grid-template-columns:2fr 1fr;gap:30px}.footer-brand small{color:#aaa}
.table-wrap{overflow:auto;background:#fff;border:1px solid var(--line);border-radius:14px}table{width:100%;border-collapse:collapse}th,td{padding:12px;border-bottom:1px solid var(--line);text-align:left;font-size:13px}th{background:#fafafa;color:#555}.status{font-size:11px;font-weight:800;padding:5px 8px;background:#eee;border-radius:999px;white-space:nowrap}.status-green{background:var(--greenbg);color:var(--green)}.status-yellow{background:var(--amberbg);color:var(--amber)}
.admin-shell{display:grid;grid-template-columns:240px 1fr;gap:22px}.sidebar{background:#111;color:#fff;border-radius:18px;padding:16px;height:max-content;position:sticky;top:20px}.sidebar .logo{font-size:18px;font-weight:900;margin-bottom:15px}.sidebar a{display:block;padding:11px 12px;border-radius:9px;color:#d3d3d3}.sidebar a:hover,.sidebar a.active{background:#252525;color:#fff}
.admin-top{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px}.admin-top h1{font-size:38px;margin:0}.admin-top p{margin:5px 0 0;color:var(--muted)}
.stat-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-bottom:22px}.stat{background:#fff;border:1px solid var(--line);border-radius:15px;padding:16px}.stat span{font-size:11px;color:#777}.stat strong{font-size:26px;display:block;margin-top:6px}.stat.red{border-top:3px solid var(--red)}
.searchbar{display:grid;grid-template-columns:1fr 250px auto;gap:8px;margin-bottom:18px}.searchbar input,.searchbar select{margin:0}
.private{background:#fff6f5;border:1px solid #ffd5d2;border-radius:12px;padding:14px}.panel{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:16px}.lead-card{display:grid;grid-template-columns:1fr 1fr auto;gap:12px;align-items:center;padding:14px 0;border-bottom:1px solid var(--line)}.lead-card:last-child{border-bottom:0}.lead-contact b,.lead-contact span{display:block}.lead-contact span{font-size:12px;color:#777;margin-top:3px}
.market-toolbar{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:18px}
@media(max-width:1000px){.stat-grid{grid-template-columns:repeat(2,1fr)}.admin-shell{grid-template-columns:1fr}.sidebar{position:static}.two-col{grid-template-columns:1fr}}
@media(max-width:900px){.grid{grid-template-columns:1fr 1fr}.nav nav{display:none}}
@media(max-width:650px){.grid,.form-grid,.footer-grid,.stat-grid{grid-template-columns:1fr}.searchbar{grid-template-columns:1fr}.lead-card{grid-template-columns:1fr}.langs a{padding:7px 6px;font-size:10px}}


/* V13.1 — correção da Home/banner em celular */
.hero{
  padding:64px 0;
  background:linear-gradient(180deg,#fff,#f7f7f8);
  overflow:hidden;
}
.hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:48px;
  align-items:center;
}
.hero h1{
  font-size:clamp(40px,5vw,58px);
  line-height:1;
  letter-spacing:-.05em;
  margin:10px 0;
}
.hero p{
  font-size:18px;
  color:var(--muted);
  line-height:1.6;
}
.hero-grid > div{
  min-width:0;
}
.hero img{
  display:block;
  width:100%;
  max-width:520px;
  height:auto;
  max-height:520px;
  object-fit:contain;
  margin:0 auto;
  border-radius:24px;
  border:1px solid var(--line);
  background:#fff;
}

@media(max-width:900px){
  .hero{
    padding:42px 0 34px;
  }
  .hero-grid{
    grid-template-columns:1fr;
    gap:28px;
  }
  .hero-grid > div:first-child{
    order:1;
  }
  .hero-grid > div:last-child{
    order:2;
  }
  .hero h1{
    font-size:clamp(34px,10vw,46px);
  }
  .hero p{
    font-size:16px;
  }
  .hero img{
    width:min(100%,420px);
    max-height:320px;
    border-radius:18px;
  }
}

@media(max-width:520px){
  .hero{
    padding:32px 0 28px;
  }
  .hero-grid{
    gap:22px;
  }
  .hero img{
    width:100%;
    max-width:340px;
    max-height:240px;
    object-fit:contain;
    border-radius:16px;
  }
}


/* V13.2 — correção da foto de Everton Santos no mobile */
.about img,
.founder img,
.profile img,
.about-photo img,
.founder-photo img,
img[src*="weverton-santos"],
img[src*="everton-santos"]{
  display:block;
  width:100%;
  max-width:380px;
  height:auto;
  object-fit:cover;
  margin-left:auto;
  margin-right:auto;
}

@media(max-width:900px){
  .about img,
  .founder img,
  .profile img,
  .about-photo img,
  .founder-photo img,
  img[src*="weverton-santos"],
  img[src*="everton-santos"]{
    width:min(78vw,300px);
    max-width:300px;
    max-height:380px;
    height:auto;
    object-fit:cover;
  }
}

@media(max-width:520px){
  .about img,
  .founder img,
  .profile img,
  .about-photo img,
  .founder-photo img,
  img[src*="weverton-santos"],
  img[src*="everton-santos"]{
    width:min(72vw,260px);
    max-width:260px;
    max-height:330px;
    height:auto;
    object-fit:cover;
    border-radius:20px;
  }
}


/* =========================================================
   V13.3 — RESPONSIVIDADE COMPLETA DESKTOP + TABLET + MOBILE
   ========================================================= */

html, body{
  width:100%;
  max-width:100%;
  overflow-x:hidden;
}

img, svg, video{
  max-width:100%;
}

.container{
  width:min(1180px, calc(100% - 40px));
  margin-left:auto;
  margin-right:auto;
}

/* HEADER */
.topbar{
  width:100%;
}

.nav{
  min-height:76px;
  height:auto;
  padding:12px 0;
}

.brand{
  min-width:0;
}

.brand span{
  min-width:0;
}

.brand b,
.brand small{
  overflow-wrap:anywhere;
}

.nav nav{
  flex-wrap:wrap;
  justify-content:center;
}

.langs{
  flex-wrap:wrap;
  justify-content:flex-end;
}

/* HERO / BANNER */
.hero{
  width:100%;
  overflow:hidden;
}

.hero-grid{
  width:100%;
}

.hero-grid > *{
  min-width:0;
}

.hero img{
  width:100%;
  max-width:520px;
  height:auto;
  object-fit:contain;
}

/* SEÇÕES */
.section{
  width:100%;
}

.section h1,
.section h2,
.section h3,
.hero h1{
  overflow-wrap:anywhere;
}

/* CARDS / MARKETPLACE */
.grid{
  align-items:stretch;
}

.card{
  min-width:0;
  overflow:hidden;
}

.card .price,
.price{
  overflow-wrap:anywhere;
}

.metrics{
  min-width:0;
}

.metrics > div{
  min-width:0;
  overflow:hidden;
}

/* FORMULÁRIOS */
.form-card{
  width:100%;
  max-width:100%;
}

.form-grid > *{
  min-width:0;
}

input,
select,
textarea,
button{
  max-width:100%;
}

input,
select,
textarea{
  font-size:16px; /* evita zoom automático no iPhone */
}

/* TABELAS / ADMIN */
.table-wrap{
  max-width:100%;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
}

table{
  min-width:760px;
}

.admin-shell{
  width:100%;
  min-width:0;
}

.admin-shell > *{
  min-width:0;
}

.sidebar{
  overflow:hidden;
}

.stat-grid > *,
.two-col > *{
  min-width:0;
}

/* FOTO DO EVERTON / WEVERTON */
.about img,
.founder img,
.profile img,
.about-photo img,
.founder-photo img,
img[src*="weverton-santos"],
img[src*="everton-santos"]{
  display:block;
  width:100%;
  max-width:380px;
  height:auto;
  object-fit:cover;
  margin-left:auto;
  margin-right:auto;
}

/* TABLETS */
@media (max-width: 1024px){
  .container{
    width:min(100% - 32px, 960px);
  }

  .hero-grid{
    grid-template-columns:1fr 1fr;
    gap:32px;
  }

  .grid{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }

  .stat-grid{
    grid-template-columns:repeat(3, minmax(0,1fr));
  }

  .admin-shell{
    grid-template-columns:210px minmax(0,1fr);
  }
}

/* MOBILE / TABLET VERTICAL */
@media (max-width: 820px){
  .container{
    width:calc(100% - 28px);
  }

  .nav{
    display:grid;
    grid-template-columns:1fr auto;
    gap:10px 14px;
  }

  .nav .brand{
    grid-column:1;
  }

  .nav nav{
    grid-column:1 / -1;
    grid-row:2;
    display:flex;
    justify-content:flex-start;
    gap:8px 14px;
    overflow-x:auto;
    white-space:nowrap;
    padding-bottom:2px;
  }

  .langs{
    grid-column:2;
    grid-row:1;
  }

  .hero{
    padding:38px 0 30px;
  }

  .hero-grid{
    grid-template-columns:1fr;
    gap:24px;
  }

  .hero-grid > div:first-child{
    order:1;
  }

  .hero-grid > div:last-child{
    order:2;
  }

  .hero h1{
    font-size:clamp(34px,8vw,46px);
    line-height:1.04;
  }

  .hero p{
    font-size:16px;
  }

  .hero img{
    width:min(100%,420px);
    max-height:300px;
    object-fit:contain;
  }

  .grid{
    grid-template-columns:1fr;
  }

  .form-grid{
    grid-template-columns:1fr;
  }

  .market-toolbar{
    align-items:flex-start;
    flex-direction:column;
  }

  .searchbar{
    grid-template-columns:1fr;
  }

  .searchbar button{
    width:100%;
  }

  .admin-shell{
    grid-template-columns:1fr;
  }

  .sidebar{
    position:static;
    display:grid;
    grid-template-columns:repeat(2, minmax(0,1fr));
    gap:6px;
  }

  .sidebar .logo{
    grid-column:1 / -1;
  }

  .sidebar a{
    text-align:center;
  }

  .stat-grid{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }

  .two-col{
    grid-template-columns:1fr;
  }

  .admin-top{
    flex-direction:column;
    align-items:flex-start;
  }

  .lead-card{
    grid-template-columns:1fr;
  }

  .founder,
  .about,
  .profile{
    grid-template-columns:1fr !important;
  }

  .about img,
  .founder img,
  .profile img,
  .about-photo img,
  .founder-photo img,
  img[src*="weverton-santos"],
  img[src*="everton-santos"]{
    width:min(76vw,300px);
    max-width:300px;
    max-height:380px;
  }
}

/* CELULARES */
@media (max-width: 560px){
  .container{
    width:calc(100% - 22px);
  }

  .topbar{
    position:relative;
  }

  .nav{
    grid-template-columns:1fr;
    gap:10px;
    padding:10px 0;
  }

  .nav .brand,
  .nav nav,
  .langs{
    grid-column:1;
  }

  .nav .brand{
    justify-content:center;
  }

  .langs{
    grid-row:2;
    justify-content:center;
  }

  .nav nav{
    grid-row:3;
    justify-content:flex-start;
    width:100%;
    padding:4px 2px 6px;
  }

  .brand img{
    width:38px;
    height:38px;
  }

  .brand b{
    font-size:15px;
  }

  .brand small{
    font-size:7px;
  }

  .langs a{
    font-size:10px;
    padding:7px 8px;
  }

  .hero{
    padding:28px 0 24px;
  }

  .hero-grid{
    gap:18px;
  }

  .hero h1{
    font-size:clamp(30px,10vw,40px);
  }

  .hero p{
    font-size:15px;
    line-height:1.5;
  }

  .hero img{
    max-width:330px;
    max-height:220px;
    border-radius:16px;
  }

  .section{
    padding:42px 0;
  }

  .section h2{
    font-size:30px;
  }

  .btn{
    min-height:44px;
  }

  .actions{
    width:100%;
  }

  .actions .btn{
    flex:1 1 100%;
    width:100%;
  }

  .card{
    border-radius:15px;
    padding:15px;
  }

  .metrics{
    grid-template-columns:1fr 1fr;
    gap:7px;
  }

  .metrics > div{
    padding:9px;
  }

  .price{
    font-size:25px;
  }

  .form-card{
    padding:16px;
    border-radius:15px;
  }

  textarea{
    min-height:100px;
  }

  .stat-grid{
    grid-template-columns:1fr 1fr;
    gap:8px;
  }

  .stat{
    padding:12px;
  }

  .stat strong{
    font-size:22px;
  }

  .admin-top h1{
    font-size:31px;
  }

  .sidebar{
    grid-template-columns:1fr 1fr;
    border-radius:14px;
    padding:10px;
  }

  .sidebar a{
    padding:10px 8px;
    font-size:13px;
  }

  .about img,
  .founder img,
  .profile img,
  .about-photo img,
  .founder-photo img,
  img[src*="weverton-santos"],
  img[src*="everton-santos"]{
    width:min(70vw,250px);
    max-width:250px;
    max-height:320px;
    border-radius:18px;
  }

  footer{
    padding:32px 0 18px;
  }

  .footer-grid{
    grid-template-columns:1fr;
    gap:20px;
  }
}

/* CELULARES PEQUENOS */
@media (max-width: 390px){
  .container{
    width:calc(100% - 18px);
  }

  .stat-grid{
    grid-template-columns:1fr;
  }

  .metrics{
    grid-template-columns:1fr;
  }

  .hero img{
    max-width:290px;
    max-height:200px;
  }

  .about img,
  .founder img,
  .profile img,
  .about-photo img,
  .founder-photo img,
  img[src*="weverton-santos"],
  img[src*="everton-santos"]{
    width:min(72vw,230px);
    max-width:230px;
  }
}


/* =========================================================
   V13.4 — AJUSTE DE DESKTOP SEM ALTERAR O MOBILE
   Aplica somente acima de 821px
   ========================================================= */
@media (min-width: 821px){

  /* Alinhamento global da Home */
  .hero .container,
  .section .container{
    width:min(1180px, calc(100% - 40px));
    margin-left:auto;
    margin-right:auto;
  }

  /* HERO / BANNER — mantém tudo centralizado no mesmo eixo */
  .hero{
    padding:64px 0 56px;
  }

  .hero-grid{
    grid-template-columns:minmax(0,1.15fr) minmax(380px,.85fr);
    gap:56px;
    align-items:center;
  }

  .hero-grid > div:first-child{
    max-width:680px;
  }

  .hero h1{
    max-width:760px;
  }

  .hero img{
    width:100%;
    max-width:500px;
    max-height:430px;
    margin-left:auto;
    margin-right:0;
  }

  /* Marketplace / seções — espaçamento mais consistente */
  .section{
    padding:56px 0;
  }

  .market-toolbar{
    margin-bottom:20px;
  }

  /* Depoimentos — evita vazio exagerado abaixo */
  .testimonials-section,
  .testimonials{
    padding-bottom:44px !important;
  }

  /* Seção do fundador — desktop em duas colunas */
  .founder,
  .about,
  .profile,
  .founder-section .container{
    display:grid;
    grid-template-columns:minmax(320px,420px) minmax(0,1fr);
    gap:56px;
    align-items:center;
  }

  .founder img,
  .about img,
  .profile img,
  .about-photo img,
  .founder-photo img,
  img[src*="weverton-santos"],
  img[src*="everton-santos"]{
    width:100%;
    max-width:420px;
    max-height:520px;
    margin:0;
    justify-self:start;
  }

  .founder > div,
  .about > div,
  .profile > div{
    min-width:0;
  }

  /* Caso a imagem esteja sozinha antes do texto */
  .founder img + *,
  .about img + *,
  .profile img + *{
    align-self:center;
  }

  /* Impede a foto de ficar isolada numa linha no desktop */
  .founder,
  .about,
  .profile{
    width:100%;
  }

  /* Texto do fundador */
  .founder h2,
  .about h2,
  .profile h2{
    margin-top:6px;
    margin-bottom:14px;
  }

  .founder p,
  .about p,
  .profile p{
    max-width:720px;
    line-height:1.65;
  }

  .founder .actions,
  .about .actions,
  .profile .actions{
    margin-top:18px;
    width:auto;
  }

  .founder .actions .btn,
  .about .actions .btn,
  .profile .actions .btn{
    width:auto;
    flex:0 0 auto;
  }

  /* Contatos do fundador */
  .contact-cards{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
    margin-top:18px;
  }

  /* Cards gerais */
  .grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

  /* Área "Como funciona" */
  .how-grid,
  .steps-grid{
    grid-template-columns:repeat(4,minmax(0,1fr));
  }

  /* Admin desktop */
  .admin-shell{
    grid-template-columns:240px minmax(0,1fr);
  }

  .sidebar{
    position:sticky;
    top:20px;
  }

  .stat-grid{
    grid-template-columns:repeat(5,minmax(0,1fr));
  }

  .two-col{
    grid-template-columns:1fr 1fr;
  }
}

/* Desktop largo */
@media (min-width: 1280px){
  .hero .container,
  .section .container{
    width:min(1220px, calc(100% - 56px));
  }

  .hero-grid{
    gap:64px;
  }

  .hero img{
    max-width:520px;
  }
}


/* =========================================================
   V13.5 — CARDS PROFISSIONAIS DE CONTATO
   ========================================================= */

.contact-cards{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin-top:18px;
  width:100%;
  max-width:760px;
}

.contact-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:14px;
  padding:14px 16px;
  min-width:0;
  box-shadow:0 1px 2px rgba(0,0,0,.03);
}

.contact-card small{
  display:block;
  color:var(--muted);
  font-size:11px;
  font-weight:700;
  margin-bottom:5px;
  letter-spacing:.01em;
}

.contact-card b{
  display:block;
  font-size:14px;
  line-height:1.35;
  overflow-wrap:anywhere;
  word-break:break-word;
}

@media(max-width:820px){
  .contact-cards{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
    margin-top:16px;
  }

  .contact-card{
    padding:13px;
    border-radius:13px;
  }

  .contact-card small{
    font-size:10px;
  }

  .contact-card b{
    font-size:13px;
  }
}

@media(max-width:420px){
  .contact-cards{
    grid-template-columns:1fr;
  }
}


/* =========================================================
   V13.6 — CONTACT CARDS TAMBÉM NO DESKTOP
   ========================================================= */

@media (min-width: 821px){
  .contact-cards{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:14px;
    margin-top:22px;
    width:100%;
    max-width:980px;
  }

  .contact-card{
    background:#fff;
    border:1px solid var(--line);
    border-radius:14px;
    padding:16px 18px;
    min-height:88px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    box-shadow:0 2px 8px rgba(0,0,0,.035);
  }

  .contact-card small{
    font-size:11px;
    margin-bottom:6px;
  }

  .contact-card b{
    font-size:14px;
    line-height:1.4;
  }
}

@media (min-width: 821px) and (max-width: 1100px){
  .contact-cards{
    grid-template-columns:repeat(2,minmax(0,1fr));
    max-width:760px;
  }
}
