@font-face { font-family:'Cooper';    src:url('https://poppys.global/wp-content/uploads/2023/06/COOPBL.ttf') format('truetype'); }
@font-face { font-family:'COCON-BOLD';src:url('https://poppys.global/wp-content/uploads/2025/02/COCON-BOLD-_1_.ttf') format('truetype'); }

*,*::before,*::after{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{font-family:'Poppins',system-ui,sans-serif;background:#fff;color:rgb(30,30,30);overflow-x:hidden;}
a{text-decoration:none;color:inherit;cursor:pointer;}
img{display:block;max-width:100%;}

:root{
  --red:rgb(255,0,0);
  --red-form:rgb(255,58,58);
  --red-act:rgb(229,9,19);
  --red-dark:rgb(73,13,13);
  --yellow:rgb(214,255,0);
  --yellow-mark:rgb(255,255,0);
  --text:rgb(30,30,30);
}

/* ═══ LANG BAR ═══ */
#lang-bar{
  position:fixed;top:0;left:0;right:0;z-index:9999;
  height:36px;background:rgba(255,255,255,.97);backdrop-filter:blur(6px);
  border-bottom:2px solid var(--red);
  display:flex;align-items:center;justify-content:flex-end;padding:0 28px;
}
.lb-flags{display:flex;gap:3px;}
.lang-btn{
  display:flex;align-items:center;gap:4px;
  background:none;border:1.5px solid transparent;border-radius:20px;padding:2px 9px;
  cursor:pointer;font-family:'COCON-BOLD',sans-serif;font-size:11px;color:#999;transition:all .15s;
}
.lang-btn .fl{font-size:15px;}
.lang-btn:hover{color:var(--red);border-color:rgba(255,0,0,.3);}
.lang-btn.active{color:var(--red);border-color:var(--red);background:rgba(255,0,0,.06);}

/* ═══ HEADER (221px total, sticky) ═══ */
#site-header{
  position:sticky;top:36px;z-index:998;
  background:#fff;width:100%;
}
.hdr-top{position:relative;height:155px;overflow:visible;cursor:pointer;}
.hdr-icon{position:absolute;left:60px;top:-5px;width:155px;height:150px;}
.hdr-icon img{width:100%;height:100%;object-fit:contain;}
.hdr-wordmark{position:absolute;left:600px;top:47px;width:258px;height:60px;}
.hdr-wordmark img{width:100%;height:100%;object-fit:contain;}
.hdr-wordmark .wm-fb{display:none;font-family:'COCON-BOLD',sans-serif;font-size:38px;color:var(--red);letter-spacing:-1px;line-height:1;}
.hdr-nav{height:66px;border-top:1px solid #f0f0f0;display:flex;align-items:center;justify-content:center;}
.main-nav{display:flex;align-items:center;}
.main-nav a{font-family:'COCON-BOLD',sans-serif;font-size:15px;color:rgb(0,0,0);padding:13px 20px;display:block;transition:color .15s;white-space:nowrap;}
.main-nav a:hover{color:var(--red-act);}
.main-nav a.nav-on{color:var(--red-act);}
.main-nav a.nav-fr{background:var(--red);color:var(--yellow)!important;border-radius:30px;padding:5px 10px;margin-left:4px;}

/* ═══════════════════════════════════════════════════
   LAYOUT PRINCIPAL
   col-esq: 1016px (conteúdo)
   col-dir: 454px  (formulário vermelho, sticky)
   ═══════════════════════════════════════════════════ */
.page-outer{
  display:flex;
  align-items:flex-start;
  width:1470px;
  max-width:100%;
  margin:0 auto;
}

/* ═══ COLUNA ESQUERDA ═══ */
.col-left{
  width:1016px;
  flex-shrink:0;
  padding:0;
  background:#fff;
}

/* Bandeirinhas Google Translate replicadas */
.gtranslate-bar{
  display:flex;align-items:center;gap:6px;
  padding:12px 16px 8px;
}
.gtranslate-bar span{font-size:20px;cursor:pointer;}
.gtranslate-bar select{
  font-size:13px;padding:4px 8px;border:1px solid #ccc;border-radius:3px;
  color:#555;background:#fff;cursor:pointer;max-width:220px;
}

/* Cada bloco modelo: inner-section 2 colunas 50/50 (494px + 491px) */
.model-block{
  display:grid;
  grid-template-columns:494px 1fr;
  align-items:start;
  padding:10px;
  gap:0;
  margin-bottom:20px;
}

/* Foto — wrapper com padding:10px (como elementor) */
.model-img-col{
  padding:10px;
}
.model-img-col img{
  width:100%;
  display:block;
  /* As imagens já têm efeito de papel rasgado embutido */
}

/* Texto do modelo */
.model-text-col{
  padding:10px;
}

/* Título: Cooper, vermelho, 30px, uppercase */
.model-title{
  font-family:'Cooper',sans-serif;
  font-size:30px;
  font-weight:600;
  color:var(--red);
  text-transform:uppercase;
  letter-spacing:0.5px;
  margin-bottom:18px;
  line-height:1.1;
}

/* Specs list */
.model-specs{
  list-style:none;
  display:flex;
  flex-direction:column;
  gap:5px;
  margin-bottom:28px;
}
.model-specs li{
  font-family:'Poppins',sans-serif;
  font-size:16px;
  color:var(--text);
  line-height:1.5;
}
/* Strong com mark amarelo rgb(255,255,0) — exato do site */
.model-specs li strong{
  font-weight:700;
  background:var(--yellow-mark);
  color:#000;
  display:inline;
  padding:0 1px;
}

/* Botão "Como funciona a Poppys?" */
/* bg: rgb(255,58,58)  color: white  font: Poppins 15px  radius: 3px  pad: 12px 24px */
.btn-como{
  display:inline-block;
  background:var(--red-form);
  color:#fff;
  font-family:'Poppins',sans-serif;
  font-size:15px;
  font-weight:500;
  padding:12px 24px;
  border-radius:3px;
  border:none;cursor:pointer;
  transition:background .2s,transform .15s;
  text-decoration:none;
}
.btn-como:hover{background:var(--red-act);transform:translateY(-2px);}

/* ═══ COLUNA DIREITA: Formulário STICKY vermelho ═══
   col1Bg: rgb(255,58,58)
   sticky: fica fixo enquanto o usuário scrolla os modelos
   ═══ */
.col-right{
  width:454px;
  flex-shrink:0;
  position:sticky;
  top:calc(36px + 221px); /* lang-bar 36 + header 221 */
  background:var(--red-form);
  min-height:calc(100vh - 36px - 221px);
  padding:28px 24px 40px;
  display:flex;
  flex-direction:column;
}

.fc-top-label{
  font-family:'Poppins',sans-serif;
  font-size:14px;
  color:rgba(255,255,255,.75);
  text-align:center;
  margin-bottom:8px;
}
.fc-main-title{
  font-family:'Cooper',sans-serif;
  font-size:22px;
  font-weight:600;
  color:#fff;
  text-align:center;
  text-transform:uppercase;
  line-height:1.25;
  margin-bottom:22px;
}
.fc-f{
  width:100%;
  border:1px solid rgba(255,255,255,.25);
  border-radius:3px;
  padding:12px 14px;
  font-size:14px;
  font-family:'Poppins',sans-serif;
  color:#333;background:#fff;
  margin-bottom:10px;outline:none;
  transition:border-color .18s;
}
.fc-f:focus{border-color:rgba(255,255,255,.7);}
.fc-f::placeholder{color:#bbb;}
.fc-row{display:flex;gap:8px;}
.fc-row .fc-f{flex:1;}
.fc-row select.fc-f{width:90px;flex:none;}
.fc-btn{
  width:100%;margin-top:6px;
  background:#7DC241;color:#fff;
  font-family:'COCON-BOLD',sans-serif;
  font-size:13px;letter-spacing:.5px;
  padding:14px;border:none;border-radius:3px;
  cursor:pointer;transition:background .2s;
}
.fc-btn:hover{background:#6aad36;}
.fc-legal{
  font-size:9.5px;color:rgba(255,255,255,.55);
  line-height:1.5;margin-top:12px;text-align:justify;
}
.fc-hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none;}
#modelos-feedback{
  position:fixed;bottom:78px;left:50%;transform:translateX(-50%);z-index:9997;
  max-width:min(420px,calc(100% - 32px));padding:12px 18px;border-radius:10px;
  font-family:'COCON-BOLD',sans-serif;font-size:13px;box-shadow:0 8px 28px rgba(0,0,0,.25);
  display:none;animation:toastIn .4s ease both;
}
#modelos-feedback.ok{background:#1b5e20;color:#fff;}
#modelos-feedback.err{background:#6a1b1b;color:#fff;}

/* ═══ FOOTER & STRIPE ═══ */
.red-stripe{background:var(--red);height:50px;width:100%;}
#site-footer{background:var(--red-dark);height:50px;display:flex;align-items:center;justify-content:center;}
#site-footer p{font-family:'COCON-BOLD',sans-serif;font-size:11px;color:rgba(255,255,255,.4);letter-spacing:1.5px;}

/* ═══ TOAST ═══ */
#lang-toast{
  position:fixed;bottom:22px;left:50%;transform:translateX(-50%);
  background:rgba(15,15,15,.96);color:#fff;
  padding:9px 18px;border-radius:40px;
  font-family:'COCON-BOLD',sans-serif;font-size:12px;
  display:flex;align-items:center;gap:9px;
  border:1px solid rgba(255,0,0,.5);z-index:9998;
  box-shadow:0 6px 28px rgba(0,0,0,.4);
  animation:toastIn .4s ease both;
  transition:opacity .45s ease,transform .45s ease,visibility .45s;
  white-space:nowrap;
}
#lang-toast.hide{
  opacity:0;visibility:hidden;pointer-events:none;
  transform:translateX(-50%) translateY(12px);
}
#lang-toast button{background:rgba(255,255,255,.15);border:none;color:#fff;width:19px;height:19px;border-radius:50%;cursor:pointer;font-size:11px;display:flex;align-items:center;justify-content:center;}
@keyframes toastIn{from{opacity:0;transform:translateX(-50%) translateY(14px);}to{opacity:1;transform:translateX(-50%) translateY(0);}}

/* ═══ HIDE EMPTY SPEC ROWS ═══ */
/* Quando label ou valor ficam vazios via i18n, esconde a linha */
.model-specs li.spec-hidden { display: none; }
.reveal{opacity:0;transform:translateY(18px);transition:opacity .55s ease,transform .55s ease;}
.reveal.in{opacity:1;transform:none;}

/* ═══ RESPONSIVE ═══ */
@media(max-width:1100px){
  .hdr-wordmark{left:50%;transform:translateX(-50%);}
  .page-outer{flex-direction:column;width:100%;}
  .col-left{width:100%;}
  .col-right{position:static;width:100%;min-height:auto;}
  .model-block{grid-template-columns:1fr;}
}
@media(max-width:700px){
  .hdr-top{height:110px;}
  .hdr-icon{display:none;}
  .hdr-wordmark{left:50%;transform:translateX(-50%);width:180px;top:30px;}
  .model-title{font-size:24px;}
}
