/* =========================================================
   ibry.chat — Landing page
   Cores e fonte no estilo Chatwoot: Haskoy · azul #2781F6
   (Estrutura/proporções seguem o layout inspirado na Huggy)
   ========================================================= */

:root {
  /* Cores da marca iBry.Chat (baseadas no site antigo) */
  --teal-bright: #09c8be;  /* PRIMÁRIA — teal do site antigo (botões/destaques) */
  --teal-hover:  #07b3aa;  /* hover da primária */
  --teal:        #0a8f88;  /* teal legível p/ textos e ícones */
  --teal-soft:   #33b89f;
  --blue:        #4385f5;   /* secundária (azul) */
  --blue-dark:   #2f6be0;   /* links / hover */
  --green:       #09c8be;   /* destaque teal (compat.) */
  --light-blue:  #b8d0fc;   /* azul claro */
  --red:         #f80000;   /* detalhe pontual */

  /* Neutros (site antigo) */
  --ink:        #293a51;   /* títulos (navy) */
  --body:       #6b7989;   /* texto  */
  --muted:      #8a97a6;
  --muted-2:    #b6c1cd;
  --line:       #e6ebf0;
  --line-soft:  #f1f4f7;
  --bg:         #ffffff;
  --bg-alt:     #f8f9fa;
  --blue-tint:  #e7f7fe;   /* azul bem claro */
  --blue-tint2: #b8d0fc;
  --teal-tint:  #e7f6f3;   /* teal bem claro */
  --dark:       #22304a;   /* navy escuro */

  /* Sistema */
  --radius:   16px;
  --radius-sm:12px;
  --radius-lg:24px;
  --shadow:    0 24px 60px -30px rgba(28,32,36,.28);
  --shadow-sm: 0 12px 30px -20px rgba(28,32,36,.35);
  --wrap: 1180px;
  --font: 'Rubik', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  --font-head: 'Poppins', 'Rubik', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

/* --------------------- Reset -------------------- */
*,*::before,*::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: clip; }
body {
  font-family: var(--font);
  color: var(--body);
  /* Fundo desfocado do site antigo, começando no topo (atrás do cabeçalho) */
  background-color: var(--bg);
  background-image: url("../img/blur-c.png");
  background-repeat: no-repeat;
  background-position: 50% -240px;
  background-size: 1200px auto;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  /* clip evita rolagem horizontal SEM quebrar position: sticky (ao contrário de hidden) */
  overflow-x: clip;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: var(--font-head); cursor: pointer; border: none; background: none; }
ul { list-style: none; }
h1,h2,h3,h4 { color: var(--ink); font-family: var(--font-head); font-weight: 700; line-height: 1.2; letter-spacing: -.02em; }

/* --------------------- Layout ------------------- */
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: 24px; }
.section { padding: 62px 0; }
.section--tight { padding: 44px 0; }
.center { text-align: center; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 500;
  color: var(--blue-dark);
  background: var(--blue-tint); border: 1px solid var(--blue-tint2);
  padding: 7px 15px; border-radius: 100px;
}
.eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); }

.section-head { max-width: 640px; margin: 0 auto 38px; text-align: center; }
.section-head h2 { font-size: clamp(28px, 4vw, 44px); margin: 18px 0 14px; }
.section-head p { font-size: 18px; color: var(--body); }

.lead { font-size: 19px; color: var(--body); line-height: 1.6; }

/* --------------------- Botões (estilo Chatwoot) - */
.btn {
  /* Proporções iguais às da Huggy: fonte 14px, peso 500, pílula, ~40px de altura */
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-weight: 500; font-size: 14px; line-height: 1;
  font-family: var(--font-head);
  padding: 11px 22px; border-radius: 50px;
  transition: background .18s ease, color .18s ease, box-shadow .18s ease, transform .18s ease;
  white-space: nowrap; border: 2px solid transparent;
}
.btn:active { transform: translateY(1px); }
/* primário: teal sólido (site antigo) */
.btn--primary { background: var(--teal-bright); color: #fff; border-color: var(--teal-bright); box-shadow: 0 12px 26px -12px rgba(9,200,190,.5); }
.btn--primary:hover { background: var(--teal-hover); border-color: var(--teal-hover); box-shadow: 0 16px 30px -12px rgba(9,200,190,.55); }
/* secundário: contorno */
.btn--outline { background: #fff; color: var(--ink); border-color: var(--line); }
.btn--outline:hover { border-color: var(--teal-bright); color: var(--teal-bright); }
/* claro (sobre fundo escuro) */
.btn--light { background: #fff; color: var(--ink); border-color: #fff; }
.btn--light:hover { background: transparent; color: #fff; border-color: rgba(255,255,255,.5); }
.btn--lg { padding: 13px 26px; font-size: 14px; }   /* hero ~44px, como na Huggy */
.btn--sm { padding: 11px 20px; font-size: 14px; }   /* cabeçalho ~40px */
.btn--round { border-radius: 50px; }
.btn--block { width: 100%; }
/* No cabeçalho, "Entrar" é contorno azul (estilo Huggy) */
.nav .btn--outline { border-color: var(--teal-bright); color: var(--teal-bright); }
.nav .btn--outline:hover { background: var(--teal-bright); color: #fff; border-color: var(--teal-bright); }

/* --------------------- Header ------------------- */
/* display:contents faz o header não gerar caixa própria, para que a barra
   sticky grude em relação ao body (página inteira) e não ao header curto. */
.header { display: contents; }

/* Só a barra principal é fixa; a faixa superior rola com a página (como na Huggy).
   A barra se esconde ao rolar para baixo e reaparece ao rolar para cima (auto-hide). */
.navbar {
  position: sticky; top: 0; z-index: 60;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: transform .32s ease, background .25s, border-color .25s, box-shadow .25s;
  will-change: transform;
}
.navbar.is-stuck { background: rgba(255,255,255,.9); backdrop-filter: saturate(180%) blur(12px); border-color: var(--line-soft); box-shadow: 0 6px 24px -20px rgba(28,32,36,.4); }
.navbar.is-hidden { transform: translateY(-100%); }

/* Faixa utilitária superior (não fixa, transparente sobre o fundo) */
.topbar { border-bottom: none; }
.topbar__in { display: flex; align-items: center; justify-content: flex-end; gap: 24px; height: 38px; }
.topbar__in a, .topbar__lang { font-size: 12.5px; font-weight: 400; color: var(--muted); display: inline-flex; align-items: center; gap: 6px; cursor: pointer; }
.topbar__in a:hover, .topbar__lang:hover { color: var(--blue); }
.topbar__lang .caret { opacity: .8; }

.nav { display: flex; align-items: center; gap: 30px; height: 72px; }

/* Itens de menu com dropdown */
.nav__item { position: relative; display: flex; align-items: center; height: 100%; }
.nav__link { display: inline-flex; align-items: center; gap: 5px; font-size: 14.5px; font-weight: 500; color: var(--body); cursor: pointer; background: none; border: none; font-family: var(--font-head); height: 100%; transition: color .15s; }
.nav__link:hover { color: var(--blue); }
.nav__link .caret { transition: transform .2s; }
.nav__item.has-drop:hover .nav__link .caret { transform: rotate(180deg); }
.nav__item.has-drop:hover .nav__link { color: var(--blue); }

.nav__drop {
  position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(8px);
  min-width: 260px; background: #fff; border: 1px solid var(--line);
  border-radius: 14px; box-shadow: var(--shadow); padding: 10px;
  opacity: 0; visibility: hidden; transition: opacity .18s ease, transform .18s ease; z-index: 70;
}
.nav__item.has-drop:hover .nav__drop,
.nav__item.has-drop:focus-within .nav__drop { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(6px); }
.nav__item.has-drop:focus-within .nav__link { color:var(--blue); }
.nav__item.has-drop:focus-within .nav__link .caret { transform:rotate(180deg); }
@media (hover:hover) and (min-width:901px) {
  .nav__drop::before {
    content:""; position:absolute; left:0; right:0; top:-12px; height:12px;
  }
}
.nav__drop a { display: block; padding: 10px 12px; border-radius: 10px; transition: background .15s; }
.nav__drop a:hover { background: var(--blue-tint); }
.nav__drop b { display: block; font-size: 14px; font-weight: 600; color: var(--ink); }
.nav__drop span { display: block; font-size: 12.5px; color: var(--muted); margin-top: 1px; }
.nav__drop--wide { min-width:560px; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:4px; }
.brand { display: inline-flex; align-items: center; gap: 9px; font-weight: 700; font-size: 22px; color: var(--ink); letter-spacing: -.02em; }
.brand__mark { width: 34px; height: 34px; border-radius: 9px; display: grid; place-items: center; background: var(--blue); color:#fff; }
.brand__mark svg { width: 19px; height: 19px; }
/* Logo original completa (com slogan) no cabeçalho, dimensionada para a altura do menu */
.brand__logo { display: block; height: 40px; width: auto; max-width: 100%; }
@media (max-width: 480px) { .brand__logo { height: 32px; } }
@media (max-width: 360px) { .brand__logo { height: 28px; } }
/* Logo completa (com slogan) no rodapé */
.brand--full { display: inline-block; }
.brand--full img { height: 52px; width: auto; display: block; }

.nav__menu { display: flex; align-items: center; gap: 22px; height: 100%; margin-left: 8px; }
.nav__actions { display: flex; align-items: center; gap: 12px; margin-left: auto; }
.nav__mcta { display: none; }
.nav__util { display: none; }
.nav__toggle { display: none; width: 42px; height: 42px; border-radius: 10px; align-items:center; justify-content:center; color: var(--ink); }
.nav__toggle span { position: relative; width: 20px; height: 2px; background: currentColor; border-radius: 2px; }
.nav__toggle span::before,.nav__toggle span::after { content:""; position:absolute; left:0; width:20px; height:2px; background: currentColor; border-radius:2px; }
.nav__toggle span::before { top: -6px; }
.nav__toggle span::after  { top: 6px; }

/* --------------------- Hero --------------------- */
/* Sem overflow:hidden para não cortar o fundo; o blur vem do body */
.hero { position: relative; padding: 36px 0 54px; }
.hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.hero h1 {
  color: #292962;
  font-size: clamp(40px, 5.1vw, 60px);
  line-height: 1.2;
  margin: 22px 0 20px;
  letter-spacing: 0;
}
.hero h1 .hl {
  background: linear-gradient(-90deg, #21ffcb 48.76%, #00acff 98.19%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.hero p.lead { max-width: 520px; margin-bottom: 30px; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 26px; }
.hero__note { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; font-size: 13.5px; color: var(--muted); }
.hero__note .avatars { display: flex; }
.hero__note .avatars span { width: 32px; height: 32px; border-radius: 50%; margin-left: -9px; border: 2px solid #fff; background: var(--blue); display:grid;place-items:center;color:#fff;font-size:12px;font-weight:600; }
.hero__note .avatars span:nth-child(2){ background:var(--teal);} .hero__note .avatars span:nth-child(3){ background:#6f9ff6;}
.hero__note .avatars span:first-child { margin-left: 0; }
.stars { color: #ffb020; letter-spacing: 2px; }

/* Hero mockup */
.hero__art { position: relative; min-width: 0; }
.mock { background: #fff; border-radius: 20px; border: 1px solid var(--line); box-shadow: var(--shadow); overflow: hidden; }
.mock__bar { display:flex; align-items:center; gap:7px; padding: 13px 16px; border-bottom: 1px solid var(--line-soft); background: #fbfbfc; }
.mock__bar i { width: 11px; height: 11px; border-radius: 50%; background: #e2e6ea; display:block; }
.mock__bar i:nth-child(1){ background:#ff5f57;} .mock__bar i:nth-child(2){ background:#febc2e;} .mock__bar i:nth-child(3){ background:#28c840;}
.mock__bar span { margin-left: 8px; font-size: 12px; color: var(--muted); font-weight: 500;}
.mock__body { display: grid; grid-template-columns: 82px 1fr; min-height: 356px; }
.mock__rail { background: #f6f9fe; border-right: 1px solid var(--line-soft); padding: 16px 0; display:flex; flex-direction:column; align-items:center; gap:15px; }
.mock__rail .r-logo { width: 34px;height:34px;border-radius:9px;background:var(--blue); }
.mock__rail .r-ic { width: 34px;height:34px;border-radius:9px;background:#e7eefc; }
.mock__rail .r-ic.on { background:var(--blue-tint2); box-shadow: inset 0 0 0 1.5px var(--light-blue);}
.mock__chat { padding: 18px 20px; display:flex; flex-direction:column; gap:12px; background: #fff; }
.chat-row { display:flex; gap:9px; align-items:flex-end; }
.chat-row.me { flex-direction: row-reverse; }
.chat-av { width:28px;height:28px;border-radius:50%; background:#e9f0fd; display:grid;place-items:center;flex:0 0 auto; }
.chat-av.a2 { background:#e0f2ef; }
.bubble { max-width: 74%; padding: 10px 13px; border-radius: 14px; font-size: 13px; line-height:1.5; color:#3b4a54; background:#f2f4f6; border-top-left-radius:4px; }
.chat-row.me .bubble { background: #e7f0fe; color:#0a4da0; border-top-left-radius:14px; border-top-right-radius:4px; }
.bubble.typing { display:inline-flex; gap:4px; }
.bubble.typing i { width:6px;height:6px;border-radius:50%;background:#b7c2cc; animation: blink 1.2s infinite; }
.bubble.typing i:nth-child(2){ animation-delay:.2s;} .bubble.typing i:nth-child(3){ animation-delay:.4s;}
@keyframes blink { 0%,60%,100%{opacity:.35;transform:translateY(0)} 30%{opacity:1;transform:translateY(-2px)} }
.mock__tag { position:absolute; background:#fff; border:1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow-sm); padding: 11px 14px; display:flex; align-items:center; gap:10px; font-size:12.5px; font-weight:600; color:var(--ink); }
.mock__tag small { display:block; font-weight:400; color:var(--muted); font-size:11px; }
.mock__tag .ico { width:32px;height:32px;border-radius:9px; display:grid;place-items:center; color:#fff; }
.tag-1 { top: -22px; left: -26px; }
.tag-1 .ico { background:#25d366; border-radius:8px; }
.tag-1 .ico svg { width:20px; height:20px; }
.tag-2 { bottom: -24px; right: -20px; }
.tag-2 .ico { background: var(--blue); }
.float { animation: float 6s ease-in-out infinite; }
.float.d { animation-delay: -3s; }
@keyframes float { 0%,100%{ transform: translateY(0);} 50%{ transform: translateY(-9px);} }

/* --------- Mockup: interface real do iBry.Chat --------- */
.mock__body.appui { grid-template-columns: 46px 172px 1fr; min-height: 372px; background:#fff; }

/* Rail lateral em gradiente */
.appui__rail { background: linear-gradient(180deg,#09c8be,#4385f5); display:flex; flex-direction:column; align-items:center; gap:13px; padding:12px 0; }
.appui__logo { width:30px; height:30px; border-radius:8px; background:#fff; display:grid; place-items:center; }
.appui__logo svg { width:18px; height:18px; }
.appui__ic { position:relative; width:30px; height:30px; border-radius:8px; display:grid; place-items:center; color:#fff; }
.appui__ic svg { width:17px; height:17px; }
.appui__ic.on { background:rgba(255,255,255,.22); }
.appui__ic.wa b { position:absolute; top:-4px; right:-4px; min-width:14px; height:14px; padding:0 3px; border-radius:7px; background:var(--red); color:#fff; font-size:8px; font-weight:600; display:grid; place-items:center; box-shadow:0 0 0 2px #2f8fdc; }

/* Lista de atendimentos */
.appui__list { border-right:1px solid var(--line-soft); display:flex; flex-direction:column; background:#fff; min-width:0; }
.appui__search { display:flex; align-items:center; gap:6px; margin:10px; padding:7px 10px; background:var(--bg-alt); border-radius:8px; color:var(--muted); font-size:10.5px; }
.appui__search svg { width:13px; height:13px; flex:0 0 auto; }
.appui__tabs { display:flex; gap:2px; padding:0 8px 8px; border-bottom:1px solid var(--line-soft); }
.appui__tabs span { flex:1; display:flex; align-items:center; justify-content:center; gap:4px; padding:5px 2px; font-size:9.5px; font-weight:600; color:var(--muted); border-bottom:2px solid transparent; white-space:nowrap; }
.appui__tabs span b { font-size:8.5px; background:var(--line-soft); color:var(--muted); border-radius:6px; padding:0 5px; }
.appui__tabs span.on { color:var(--blue); border-bottom-color:var(--blue); }
.appui__tabs span.on b { background:var(--blue); color:#fff; }

.conv { display:flex; gap:8px; padding:9px 10px; border-bottom:1px solid var(--line-soft); border-left:3px solid transparent; }
.conv--on { border-left-color:#f5a623; background:#fffdf7; }
.conv__av { width:30px; height:30px; border-radius:50%; background:linear-gradient(135deg,#cdd8e6,#9fb2c7); flex:0 0 auto; }
.conv__b { flex:1; min-width:0; }
.conv__r1 { display:flex; align-items:center; justify-content:space-between; gap:6px; }
.conv__r1 b { font-size:11px; font-weight:600; color:var(--ink); white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.conv__t { flex:0 0 auto; font-size:8px; font-weight:600; color:#fff; background:var(--blue); border-radius:5px; padding:1px 5px; }
.conv__r2 { font-size:10px; color:var(--muted); white-space:nowrap; overflow:hidden; text-overflow:ellipsis; margin:2px 0 5px; }
.conv__r3 { display:flex; align-items:center; justify-content:space-between; }
.ctag { font-size:8.5px; font-weight:600; padding:1px 6px; border-radius:5px; }
.ctag--f { background:#fdf0d1; color:#a9791a; }
.ctag--c { background:var(--blue-tint); color:var(--blue-dark); }
.conv__chk { width:18px; height:18px; border-radius:50%; border:1.5px solid var(--green); display:grid; place-items:center; color:var(--teal); }
.conv__chk svg { width:10px; height:10px; }

/* Área de chat */
.appui__chat { display:flex; flex-direction:column; background:#e9e1d6; position:relative; min-width:0; }
.ct-info { min-width:0; }
.ct-info b { white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.appui__chattop { display:flex; align-items:center; gap:9px; padding:10px 12px; background:#fff; border-bottom:1px solid var(--line-soft); }
.ct-av { width:26px; height:26px; border-radius:50%; background:linear-gradient(135deg,#cdd8e6,#9fb2c7); flex:0 0 auto; }
.ct-info b { display:block; font-size:11px; font-weight:600; color:var(--ink); line-height:1.2; }
.ct-info span { font-size:8.5px; color:var(--teal); }
.appui__canvas { flex:1; position:relative; display:flex; flex-direction:column; justify-content:flex-end; padding:14px 14px 12px; overflow:hidden; background-image: radial-gradient(rgba(120,120,120,.06) 1px, transparent 1px); background-size:14px 14px; }
.appui__wm { position:absolute; top:24px; left:50%; transform:translateX(-50%); width:58%; max-width:170px; height:auto; opacity:.14; }

/* Thread animada (loop de 12s) */
.appui__thread { position:relative; display:flex; flex-direction:column; gap:6px; }
.ab { max-width:80%; font-size:9.5px; line-height:1.4; padding:6px 9px; border-radius:10px; opacity:0; box-shadow:0 1px 1px rgba(0,0,0,.05); }
.ab--in { align-self:flex-start; background:#fff; color:#33414c; border-top-left-radius:3px; }
.ab--out { align-self:flex-end; background:#dcf8c6; color:#1f3d17; border-top-right-radius:3px; }
.ab--typing { display:inline-flex; align-items:center; gap:4px; }
.ab__ai { color:var(--teal); flex:0 0 auto; }
.ab--typing i { width:5px; height:5px; border-radius:50%; background:#7fae74; animation: abBlink 1.1s infinite; }
.ab--typing i:nth-child(3){ animation-delay:.18s; } .ab--typing i:nth-child(4){ animation-delay:.36s; }
@keyframes abBlink { 0%,60%,100%{opacity:.35;transform:translateY(0)} 30%{opacity:1;transform:translateY(-2px)} }
.appui__resolved { align-self:center; display:inline-flex; align-items:center; gap:5px; margin-top:2px; font-size:9px; font-weight:600; color:var(--teal); background:var(--teal-tint); border-radius:20px; padding:4px 10px; opacity:0; }
.appui__resolved svg { flex:0 0 auto; }

/* Sequência sincronizada (todas 12s, começam juntas, em loop) */
.a1 { animation: abSeq1 12s infinite; }
.at { animation: abSeqTyping 12s infinite; }
.a2 { animation: abSeq2 12s infinite; }
.a3 { animation: abSeq3 12s infinite; }
.a4 { animation: abSeq4 12s infinite; }
.ar { animation: abSeqDone 12s infinite; }
@keyframes abSeq1     { 0%,4%{opacity:0;transform:translateY(6px)} 8%,90%{opacity:1;transform:none} 96%,100%{opacity:0} }
@keyframes abSeqTyping{ 0%,14%{opacity:0} 18%,28%{opacity:1} 32%,100%{opacity:0} }
@keyframes abSeq2     { 0%,30%{opacity:0;transform:translateY(6px)} 34%,90%{opacity:1;transform:none} 96%,100%{opacity:0} }
@keyframes abSeq3     { 0%,48%{opacity:0;transform:translateY(6px)} 52%,90%{opacity:1;transform:none} 96%,100%{opacity:0} }
@keyframes abSeq4     { 0%,64%{opacity:0;transform:translateY(6px)} 68%,90%{opacity:1;transform:none} 96%,100%{opacity:0} }
@keyframes abSeqDone  { 0%,78%{opacity:0;transform:translateY(6px)} 82%,93%{opacity:1;transform:none} 97%,100%{opacity:0} }
@media (prefers-reduced-motion: reduce) {
  .a1,.at,.a2,.a3,.a4,.ar { animation: none; opacity:1; }
  .at { display:none; }
}
.appui__input { display:flex; align-items:center; gap:8px; padding:9px 12px; background:#f3eee6; }
.appui__input .ii { width:15px; height:15px; border-radius:4px; background:#c9d0d7; flex:0 0 auto; }
.appui__field { flex:1; min-width:0; background:#fff; border-radius:16px; padding:7px 12px; font-size:9.5px; color:var(--muted); white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.appui__tgl { width:26px; height:15px; border-radius:10px; background:var(--green); position:relative; flex:0 0 auto; }
.appui__tgl::after { content:""; position:absolute; top:2px; right:2px; width:11px; height:11px; border-radius:50%; background:#fff; }

/* --------------------- Logos -------------------- */
.logos { padding: 40px 0 8px; }
.logos p { text-align:center; font-size: 13.5px; font-weight:500; color: var(--muted); margin-bottom: 26px; }
.logos__viewport {
  --logo-gap: 24px;
  --logo-half-gap: 12px;
  width: 100%;
  max-width: 960px;
  margin-inline: auto;
  overflow-x: auto;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  scrollbar-width: none;
}
.logos__viewport::-webkit-scrollbar { display:none; }
.logos__viewport.is-ready { overflow:hidden; }
.logos__track,
.logos__row {
  display:flex; align-items:center; width:max-content; gap:var(--logo-gap);
}
.logos__row { flex:0 0 auto; opacity:1; }
.logos__viewport.is-ready .logos__track { animation:logo-carousel 34s linear infinite; }
.logos__viewport:hover .logos__track { animation-play-state:paused; }
.client-logo {
  width:150px; flex:0 0 150px; min-height:70px;
  display:grid; place-items:center;
}
.client-logo img {
  width:min(100%, 135px); height:52px; object-fit:contain;
}
.client-logo img.client-logo__img--mono {
  filter:brightness(0) saturate(100%) invert(64%) sepia(8%) saturate(721%) hue-rotate(174deg) brightness(92%) contrast(84%);
}
.client-logo img.client-logo__img--tall { width:76px; height:60px; }
@keyframes logo-carousel {
  to { transform:translateX(calc(-50% - var(--logo-half-gap))); }
}

/* --------------------- Camadas / Recursos ------- */
.layer { display:grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items:center; }
.layer + .layer { margin-top: 62px; }
.layer--rev .layer__text { order: 2; }
.layer__badge { display:inline-flex; align-items:center; gap:9px; font-size:13px; font-weight:500; padding:6px 13px; border-radius:100px; margin-bottom: 18px; }
.layer__badge svg { width:16px; height:16px; }
.b-auto  { color:var(--blue-dark); background:var(--blue-tint); }
.b-ai    { color:var(--teal); background:var(--teal-tint); }
.b-human { color:var(--blue-dark); background:var(--blue-tint); }
.b-data  { color:var(--teal); background:var(--teal-tint); }
.layer__text h3 { font-size: clamp(24px,3vw,32px); margin-bottom: 14px; }
.layer__text p { font-size: 17px; margin-bottom: 22px; }
.layer__list { display:grid; gap: 13px; }
.layer__list li { display:flex; gap:11px; align-items:flex-start; font-size:15.5px; color: #435159; }
.layer__list li svg { width:20px;height:20px;flex:0 0 auto; margin-top:1px; color: var(--blue); }
.layer__link { display:inline-flex; align-items:center; gap:7px; margin-top:24px; font-weight:500; color: var(--blue-dark); }
.layer__link svg { width:17px;height:17px; transition: transform .2s;}
.layer__link:hover svg { transform: translateX(4px); }

.panel { border-radius: var(--radius-lg); padding: 26px; border:1px solid var(--line); box-shadow: var(--shadow); position:relative; overflow:hidden; }
.panel--auto  { background: linear-gradient(150deg,var(--blue-tint), #ffffff); }
.panel--ai    { background: linear-gradient(150deg,var(--teal-tint), #ffffff); }
.panel--human { background: linear-gradient(150deg,var(--blue-tint), #ffffff); }
.panel--data  { background: linear-gradient(150deg,var(--teal-tint), #ffffff); }

/* Flow mock (bot) */
.flow { display:grid; gap:12px; }
.flow__node { background:#fff; border:1px solid var(--line); border-radius:14px; padding:13px 15px; display:flex; gap:12px; align-items:center; box-shadow: var(--shadow-sm); font-size:14px; font-weight:500; color:var(--ink); }
.flow__node .n-ic { width:34px;height:34px;border-radius:10px; display:grid;place-items:center; color:#fff; flex:0 0 auto; }
.flow__node small { display:block; color:var(--muted); font-weight:400; font-size:12.5px; }
.flow__node b { color: var(--blue-dark); font-weight:600; }
.flow__branch { display:flex; gap:12px; }
.flow__branch .flow__node { flex:1; }
.n-pink{background:var(--blue);} .n-purple{background:var(--teal);} .n-green{background:#25d366;} .n-blue{background:var(--blue);}

/* Kanban mock */
.kanban { display:grid; grid-template-columns: repeat(3,1fr); gap:12px; }
.kan-col { background:#fff; border:1px solid var(--line); border-radius:14px; padding:12px; }
.kan-col h5 { font-size:12px; font-weight:600; color:var(--muted); margin-bottom:10px; display:flex; justify-content:space-between; }
.kan-card { background:#fafbfe; border:1px solid var(--line-soft); border-radius:10px; padding:9px 10px; margin-bottom:8px; font-size:12.5px; color:var(--ink); font-weight:500; }
.kan-card span { display:block; font-size:11px; color:var(--muted); font-weight:400; margin-top:3px; }
.kan-card .tagd { display:inline-block; margin-top:6px; font-size:10px; font-weight:600; padding:2px 8px; border-radius:100px; }
.t-hot{ background:var(--blue-tint); color:var(--blue-dark);} .t-new{ background:var(--teal-tint); color:var(--teal);} .t-wait{ background:#fef3e2; color:#c98000;}

/* Report mock */
.report { display:grid; gap:14px; }
.report__stats { display:grid; grid-template-columns: repeat(3,1fr); gap:12px; }
.rstat { background:#fff; border:1px solid var(--line); border-radius:14px; padding:14px; text-align:center; box-shadow:var(--shadow-sm); }
.rstat b { font-size:24px; color:var(--ink); display:block; letter-spacing:-.02em; }
.rstat small { font-size:11.5px; color:var(--muted); }
.report__chart { background:#fff; border:1px solid var(--line); border-radius:16px; padding:18px; }
.bars { display:flex; align-items:flex-end; gap:10px; height:120px; }
.bars i { flex:1; border-radius:8px 8px 4px 4px; background: linear-gradient(180deg,#86b0f9,var(--blue)); display:block; }

/* --------------------- Produtos ----------------- */
.product-suite { background:#fff; }
.product-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; }
.product-card {
  background:#fff; border:1px solid var(--line); border-radius:16px;
  padding:24px 22px 22px; min-height:100%;
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.product-card:hover { transform:translateY(-5px); box-shadow:var(--shadow-sm); border-color:#cfe0f7; }
.product-card__ic {
  width:44px; height:44px; border-radius:13px; display:grid; place-items:center;
  color:var(--blue); margin-bottom:18px;
  background:#fff; border:1px solid rgba(67,133,245,.16);
  box-shadow:0 10px 24px -18px rgba(41,58,81,.44);
}
.product-card__ic svg { width:24px; height:24px; }
.product-card__ic--blue { color:var(--blue); border-color:rgba(67,133,245,.18); }
.product-card__ic--teal { color:var(--teal); border-color:rgba(9,200,190,.2); }
.product-card h3 { font-size:20px; margin-bottom:10px; }
.product-card p { font-size:14.5px; line-height:1.55; color:var(--body); margin-bottom:16px; }
.product-card ul { display:grid; gap:8px; }
.product-card li {
  position:relative; padding-left:16px; font-size:13.5px; line-height:1.45; color:#536373;
}
.product-card li::before {
  content:""; position:absolute; left:0; top:.62em; width:6px; height:6px; border-radius:50%; background:var(--teal-bright);
}
.product-strip {
  margin-top:28px; border:1px solid var(--line); border-radius:18px; padding:22px;
  display:grid; grid-template-columns:minmax(230px,.75fr) 1.25fr; gap:22px; align-items:center;
  background:linear-gradient(140deg,var(--blue-tint),#fff 58%,var(--teal-tint));
}
.product-strip h3 { font-size:21px; margin-bottom:7px; }
.product-strip p { font-size:14.5px; color:var(--body); max-width:440px; }
.product-strip__items { display:flex; flex-wrap:wrap; gap:10px; justify-content:flex-end; }
.product-strip__items span {
  display:inline-flex; align-items:center; min-height:34px; padding:8px 12px; border-radius:100px;
  background:#fff; border:1px solid rgba(67,133,245,.18); color:var(--ink); font-size:13px; font-weight:500;
}

/* --------------------- Segmentos ---------------- */
.seg-grid { display:grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.seg-card { background:#fff; border:1px solid var(--line); border-radius: var(--radius); padding: 30px 26px; transition: transform .2s, box-shadow .2s, border-color .2s; }
.seg-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color:#bcd8fb; }
.seg-card .s-ic {
  width:52px;height:52px;border-radius:14px; display:grid;place-items:center;
  color:var(--blue); margin-bottom:18px; background:#fff;
  border:1px solid rgba(67,133,245,.16);
  box-shadow:0 10px 24px -18px rgba(41,58,81,.44);
}
.seg-card .s-ic svg { width:24px;height:24px; }
.seg-card .s-ic--commerce { color:var(--blue); }
.seg-card .s-ic--finance { color:var(--teal); border-color:rgba(9,200,190,.2); }
.seg-card .s-ic--health { color:#e23b55; border-color:rgba(248,0,0,.14); }
.seg-card h3 { font-size:20px; margin-bottom:16px; }
.seg-card ul { display:grid; gap:12px; margin-bottom:20px; }
.seg-card li { display:flex; gap:10px; font-size:14.5px; color:#45545d; }
.seg-card li b { color: var(--ink); font-weight:600; }
.seg-card li svg { width:19px;height:19px;flex:0 0 auto;color:var(--blue); margin-top:1px;}

/* --------------------- Stats (escuro) ----------- */
.stats { background: var(--dark); color:#fff; border-radius: 28px; padding: 62px 48px; position:relative; overflow:hidden; }
.stats::before { content:""; position:absolute; inset:0; background: radial-gradient(600px 300px at 12% 0%, rgba(9,200,190,.28), transparent 60%), radial-gradient(600px 300px at 92% 100%, rgba(67,133,245,.32), transparent 60%); }
.stats__inner { position:relative; }
.stats h2 { color:#fff; font-size: clamp(26px,3.4vw,38px); max-width: 620px; margin-bottom:12px; }
.stats > .stats__inner > p { color: #b9c2cf; max-width:560px; margin-bottom:44px; font-size:17px; }
.stats__grid { display:grid; grid-template-columns: repeat(3,1fr); gap: 28px; margin-bottom: 44px; }
.stat b { font-size: clamp(38px,5vw,54px); font-weight:700; letter-spacing:-.03em; color:#fff; display:block; line-height:1; }
.stat span { color:#aeb8c6; font-size:15px; display:block; margin-top:12px; max-width: 260px; }
.stats__foot { display:flex; flex-wrap:wrap; align-items:center; gap:18px; }

/* --------------------- Canais ------------------- */
.channels { background: var(--bg-alt); }
.chan-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:16px; margin-top:46px; }
.chan-grid--legacy { display:none; }
.chan-carousel {
  position:relative; width:100vw; max-width:100vw;
  margin:46px 0 0 calc(50% - 50vw); overflow:hidden;
}
.chan-carousel__viewport {
  overflow-x:auto; padding:4px 0 12px;
  scroll-snap-type:x mandatory; scrollbar-width:none;
}
.chan-carousel__viewport::-webkit-scrollbar { display:none; }
.chan-grid--complete {
  display:flex; grid-template-columns:none; gap:16px; margin-top:0;
  width:100%; transition:transform .52s cubic-bezier(.4,0,.2,1); will-change:transform;
}
.chan-grid--complete .chan {
  flex:0 0 clamp(220px,21vw,245px);
  min-width:0; scroll-snap-align:start;
}
.chan-grid--complete .chan.reveal { opacity:1; transform:none; }
.chan-grid--complete .chan.reveal:hover { transform:translateY(-4px); }
.chan-carousel.is-ready .chan-carousel__viewport { overflow:hidden; scroll-snap-type:none; }
.chan {
  --chan-surface:#fff; min-height:90px; position:relative;
  border:2px solid transparent; border-radius:16px;
  background:
    linear-gradient(var(--chan-surface),var(--chan-surface)) padding-box,
    linear-gradient(273deg,#21ffcb 55%,#00acff 100%) border-box;
  padding:17px; display:flex; align-items:center; gap:14px;
  transition:transform .18s, box-shadow .18s;
}
.chan:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.chan .c-ic { width:44px;height:44px;border-radius:12px; display:grid;place-items:center; color:#fff; flex:0 0 auto; }
.chan .c-ic img { width:23px; height:23px; filter:brightness(0) invert(1); }
.chan .c-ic svg { width:23px; height:23px; }
.chan > div { min-width:0; }
.chan b { display:block; font-size:14.5px; line-height:1.25; color:var(--ink); font-weight:600; }
.chan small { display:block; margin-top:3px; font-size:12px; line-height:1.3; color:var(--muted); }
.c-ic--word { font-family:var(--font-head); font-weight:800; letter-spacing:0; }
.c-ic--lu { background:#0086ff; font-size:18px; }
.chan .c-ic--brand { background:#fff; border:1px solid #e5e9ef; overflow:hidden; }
.chan .c-ic--brand img { width:30px; height:30px; object-fit:contain; filter:none; }
.chan .c-ic--brand.c-ic--google img { width:24px; height:24px; }
.chan .c-ic--brand.c-ic--webchat img { width:25px; height:25px; }
.chan .c-ic--app { background:#fff; border:1px solid #e5e9ef; overflow:hidden; }
.chan .c-ic--app img { width:100%; height:100%; object-fit:cover; filter:none; }
.chan .c-ic--utility {
  background:#fff; color:var(--blue);
  border:1px solid rgba(67,133,245,.16);
  box-shadow:0 10px 24px -18px rgba(41,58,81,.44);
}
.chan .c-ic--utility svg { stroke:currentColor; }
.chan .c-ic--sms,
.chan .c-ic--internal { color:var(--blue); }
.chan .c-ic--email { color:#d9483b; border-color:rgba(217,72,59,.16); }
.chan .c-ic--voice,
.chan .c-ic--integration { color:var(--teal); border-color:rgba(9,200,190,.2); }
.chan--soon { --chan-surface:#fbfcfe; padding-right:78px; }
.chan__soon { position:absolute; top:9px; right:9px; padding:3px 7px; border-radius:100px; background:var(--blue-tint); color:var(--blue); font-size:9.5px; font-weight:600; line-height:1; }

/* --------------------- Soluções por time -------- */
.teams { display:grid; grid-template-columns: repeat(4,1fr); gap:20px; }
.team { border-radius: var(--radius); padding: 32px 28px; border:1px solid var(--line); position:relative; overflow:hidden; transition: transform .2s, box-shadow .2s; }
.team:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.team--mkt { background: linear-gradient(150deg,var(--blue-tint),#fff); }
.team--sales { background: linear-gradient(150deg,var(--teal-tint),#fff); }
.team--rel { background: linear-gradient(150deg,var(--blue-tint),#fff); }
.team--cs { background: linear-gradient(150deg,var(--teal-tint),#fff); }
.team h3 { font-size:21px; margin-bottom:12px; }
.team p { font-size:15px; margin-bottom:22px; }
.team .team__ic {
  width:50px;height:50px;border-radius:14px; display:grid;place-items:center;
  color:var(--blue); margin-bottom:20px; background:#fff;
  border:1px solid rgba(67,133,245,.16);
  box-shadow:0 10px 24px -18px rgba(41,58,81,.44);
}
.team .team__ic svg { width:24px;height:24px; }
.team .team__ic--marketing { color:var(--blue); }
.team .team__ic--sales,
.team .team__ic--cs { color:var(--teal); border-color:rgba(9,200,190,.2); }
.team .team__ic--support { color:var(--blue-dark); }
.team a { font-weight:500; color:var(--blue-dark); display:inline-flex; align-items:center; gap:7px; }
.team a svg { width:16px;height:16px; }

/* --------------------- Depoimentos (carrossel) -- */
.tcar { position:relative; max-width:1060px; margin:44px auto 0; }
.tcar__viewport { overflow:hidden; padding:0; margin:0; }
.tcar__track { display:flex; transition:transform .5s cubic-bezier(.4,0,.2,1); }
.tcar__slide { min-width:100%; box-sizing:border-box; padding:0; }
/* Card branco (sem borda em degradê); a borda fica só na foto */
.tcard { position:relative; display:flex; align-items:center; gap:34px; background:#fff; border-radius:24px; box-shadow:none; padding:22px; }
/* Foto à esquerda com borda em degradê teal→azul (só na foto) */
.tcard__photo { flex:0 0 30%; align-self:stretch; min-height:206px; display:grid; place-items:center;
  border:3px solid transparent; border-radius:14px;
  background: var(--pf) padding-box, linear-gradient(273deg, #21ffcb 55%, #00acff 100%) border-box; }
.tcard__photo span { font-size:38px; font-weight:700; color:#fff; font-family:var(--font-head); }
.tcard__photo.av1 { --pf: linear-gradient(150deg,#2f74d6,#5b53d4); }
.tcard__photo.av2 { --pf: linear-gradient(150deg,#0f97a4,#1573c9); }
.tcard__photo.av3 { --pf: linear-gradient(150deg,#3a63c9,#7b4fd0); }
.tcard__photo.av4 { --pf: linear-gradient(150deg,#1f8ea0,#2f6fd6); }
/* Conteúdo à direita (padding à direita reserva espaço p/ os botões) */
.tcard__body { flex:1; display:flex; flex-direction:column; justify-content:center; padding:6px 4px 6px 2px; }
.tcard .stars { font-size:16px; margin-bottom:14px; }
.tcard__quote { font-size:19px; line-height:1.5; color:var(--body); margin-bottom:18px; padding-right:24px; }
.tcard__meta { display:flex; flex-direction:column; gap:2px; align-self:flex-start; }
.tcard__name { font-size:18px; font-weight:700; color:var(--ink); }
.tcard__role { font-size:13px; color:var(--muted); }

/* Setas juntas no canto inferior direito do card */
.tcar__arrow { position:absolute; bottom:26px; top:auto; transform:none; width:46px; height:46px; border-radius:50%; background:#fff; box-shadow:0 6px 20px rgba(41,58,81,.16); display:grid; place-items:center; color:var(--ink); cursor:pointer; z-index:3; transition:color .18s, box-shadow .18s, background .18s; }
.tcar__arrow:hover { color:#fff; background:var(--teal-bright); box-shadow:0 8px 24px rgba(9,200,190,.4); }
.tcar__prev { left:auto; right:88px; }
.tcar__next { right:30px; }

/* Dots ocultos (navegação pelos botões, como no site antigo) */
.tcar__dots { display:none; }

/* --------------------- Planos (formato site antigo) ------ */
/* Toggle Mensal / Anual */
.price-toggle { display:flex; align-items:center; justify-content:center; gap:12px; margin-top:24px; flex-wrap:wrap; }
.pt-label { font-size:15px; font-weight:600; color:var(--muted); cursor:pointer; transition:color .2s; }
.pt-label.is-on { color:var(--ink); }
.pt-switch { width:52px; height:28px; border-radius:100px; background:var(--line); position:relative; padding:0; cursor:pointer; transition:background .25s; flex:0 0 auto; }
.pt-switch[aria-checked="true"] { background:var(--teal-bright); }
.pt-knob { position:absolute; top:3px; left:3px; width:22px; height:22px; border-radius:50%; background:#fff; box-shadow:0 2px 5px rgba(0,0,0,.2); transition:transform .25s cubic-bezier(.4,1.3,.5,1); }
.pt-switch[aria-checked="true"] .pt-knob { transform:translateX(24px); }
.pt-switch[aria-checked="true"] { background:#33b89f; }
.pt-save { font-size:11px; font-weight:700; letter-spacing:.03em; color:#fff; background:var(--blue); padding:5px 11px; border-radius:100px; }

/* Grade de 4 planos — cards brancos (idêntico ao site antigo) */
.price-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:24px; margin-top:48px; align-items:stretch; }
.price-card { display:flex; flex-direction:column; border:3px solid transparent; border-radius:14px; background:#fff; box-shadow:0 5px 36px rgba(0,0,0,.06); padding:27px 23px; position:relative; transition:transform .22s ease, box-shadow .22s ease; }
/* Borda em degradê teal→azul: no hover e no card Popular (idêntico ao site antigo) */
.price-card:hover,
.price-card--popular {
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(273deg, #21ffcb 55%, #00acff 100%) border-box;
}
.price-card:hover { transform:translateY(-5px); box-shadow:0 18px 46px rgba(41,58,81,.10); }
.price-card--popular { box-shadow:0 8px 40px rgba(9,200,190,.14); }
.price-card--popular:hover { box-shadow:0 18px 50px rgba(9,200,190,.22); }
.price-card__badge {
  position:absolute; top:8px; right:8px; z-index:2;
  display:inline-block; background:var(--ink); color:#fff; font-size:10px; font-weight:600;
  letter-spacing:.05em; line-height:1; padding:4px 8px; border-radius:100px;
}
.price-card__intro { min-height:205px; }
.price-card__name { font-size:14px; font-weight:600; color:var(--ink); margin-bottom:7px; }
.price-card__position { min-height:42px; margin-bottom:13px; color:var(--blue); font-size:14px; font-weight:600; line-height:1.45; }
.price-card__price { display:flex; align-items:baseline; gap:5px; margin-bottom:15px; }
.pc-val { flex:0 0 auto; white-space:nowrap; font-size:28px; font-weight:700; color:var(--ink); line-height:1; font-family:var(--font-head); transition:opacity .2s ease, transform .2s ease; }
.pc-val.is-anim { opacity:0; transform:translateY(-6px); }
.pc-per { white-space:nowrap; font-size:12px; font-weight:400; color:var(--muted); opacity:.55; }
.price-card__desc { color:var(--body); font-size:13.5px; line-height:1.5; }
.price-card__includes { margin-top:23px; color:var(--ink); font-size:12px; font-weight:700; line-height:1.4; text-transform:uppercase; }
/* Botões teal do site antigo (#33B89F), pílula, largura total */
.price-card .btn { width:100%; }
.price-card .btn--outline { background:#fff; color:#33b89f; border:1px solid #33b89f; }
.price-card .btn--outline:hover { background:#33b89f; color:#fff; border-color:#33b89f; }
.price-card .btn--primary { background:#33b89f; border-color:#33b89f; box-shadow:none; }
.price-card .btn--primary:hover { background:#2ba488; border-color:#2ba488; box-shadow:none; }
.price-feats { display:grid; gap:11px; margin-top:13px; }
.price-feats li { display:flex; align-items:flex-start; gap:9px; font-size:13.5px; line-height:1.4; color:var(--body); }
.price-feats li svg { width:15px; height:15px; margin-top:2px; flex:0 0 auto; color:#33b89f; }

.plan-comparison-toggle { display:flex; justify-content:center; margin-top:32px; }
.plan-comparison-toggle__button { min-width:230px; border-color:#33b89f; color:#33b89f; }
.plan-comparison-toggle__button:hover { border-color:#33b89f; background:#33b89f; color:#fff; }
.plan-comparison-toggle__button svg { transition:transform .25s ease; }
.plan-comparison-toggle__button[aria-expanded="true"] svg { transform:rotate(180deg); }
.plan-comparison[hidden] { display:none; }
.plan-comparison { margin-top:64px; animation:planComparisonIn .35s ease both; }
@keyframes planComparisonIn {
  from { opacity:0; transform:translateY(12px); }
  to { opacity:1; transform:none; }
}
.plan-notes { display:grid; gap:4px; margin:16px 0 0; color:var(--muted); font-size:12.5px; line-height:1.5; text-align:left; }
.plan-comparison__head { max-width:650px; margin-bottom:28px; }
.plan-comparison__head h3 { color:var(--ink); font-family:var(--font-head); font-size:clamp(25px,3vw,34px); line-height:1.15; }
.plan-comparison__head p { margin-top:10px; color:var(--body); font-size:15px; }
.plan-table-wrap {
  width:100%; overflow-x:auto; overscroll-behavior-inline:contain;
  border-top:1px solid var(--line); border-bottom:1px solid var(--line);
  scrollbar-color:#b5c1d4 transparent; scrollbar-width:thin;
}
.plan-table { width:100%; min-width:880px; border-collapse:collapse; table-layout:fixed; color:var(--body); font-size:13.5px; }
.plan-table th,
.plan-table td { padding:14px 15px; border-bottom:1px solid var(--line-soft); text-align:center; vertical-align:middle; }
.plan-table thead th { color:var(--ink); font-size:13px; font-weight:700; background:#fff; }
.plan-table thead th:first-child,
.plan-table tbody th { width:25%; text-align:left; }
.plan-table tbody th { color:var(--ink); font-weight:600; background:#fff; }
.plan-table tbody tr:last-child th,
.plan-table tbody tr:last-child td { border-bottom:0; }
.plan-table__popular { background:rgba(1,248,160,.055) !important; }
.plan-table thead .plan-table__popular { color:#178d77; }
.plan-table thead .plan-table__popular span {
  display:block; width:max-content; margin:5px auto 0; padding:3px 7px;
  border-radius:100px; background:var(--ink); color:#fff; font-size:8px; line-height:1; text-transform:uppercase;
}
.table-check { display:inline-grid; place-items:center; width:19px; height:19px; border-radius:50%; background:#e5fbf5; color:#16967d; font-size:13px; font-weight:800; }
.table-none { color:#a5afbf; font-size:18px; line-height:1; }

.price-val { font-size:34px;font-weight:700;color:var(--ink);letter-spacing:-.02em; }
.price-val span { font-size:15px;color:var(--muted);font-weight:500; }
.price-desc { font-size:14px;color:var(--muted);margin:6px 0 20px; }

/* --------------------- FAQ ---------------------- */
.faq { max-width: 780px; margin: 0 auto; }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__q { width:100%; text-align:left; display:flex; justify-content:space-between; align-items:center; gap:16px; padding: 22px 4px; font-size:17px; font-weight:600; color:var(--ink); }
.faq__q .pm { width:26px;height:26px;border-radius:50%; background:var(--blue-tint); display:grid;place-items:center; flex:0 0 auto; transition:.25s; color:var(--blue); }
.faq__item.open .pm { background: var(--blue); color:#fff; transform: rotate(45deg); }
.faq__a { max-height:0; overflow:hidden; transition: max-height .3s ease; }
.faq__a p { padding: 0 4px 22px; font-size:15.5px; color:var(--body); }

/* --------------------- CTA final ---------------- */
.cta { position:relative; overflow:hidden; background: var(--dark); border-radius: 28px; padding: 66px 48px; text-align:center; color:#fff; }
.cta::before { content:""; position:absolute; inset:0; background: radial-gradient(560px 300px at 20% 0%, rgba(9,200,190,.26), transparent 60%), radial-gradient(560px 300px at 85% 110%, rgba(67,133,245,.32), transparent 60%); }
.cta__in { position:relative; max-width: 640px; margin:0 auto; }
.cta h2 { color:#fff; font-size: clamp(28px,4vw,42px); margin-bottom:16px; }
.cta p { color: rgba(255,255,255,.85); font-size:18px; margin-bottom:32px; }
.cta .hero__cta { justify-content:center; }
.cta small { display:block; margin-top:20px; color: rgba(255,255,255,.75); font-size:13.5px; }

/* --------------------- Footer (claro) ----------- */
.footer { background: #fff; color: var(--body); padding: 72px 0 30px; border-top: 1px solid var(--line); }
/* Marca à esquerda e menu à direita em telas largas */
.footer > .wrap {
  max-width:1360px; display:grid; grid-template-columns:220px minmax(0,1fr);
  column-gap:48px; align-items:start;
}
.footer__brand { max-width:220px; }
.footer .brand { margin-bottom:16px; }
.footer__brand p { font-size:14px; font-weight:300; color:var(--muted-2); line-height:1.22; margin:0; }

/* Colunas de links */
.footer__top { display:grid; grid-template-columns: 1fr 1fr 1.7fr 1.2fr; gap:24px 28px; padding-bottom:44px; }
.footer__col--contact a { font-weight:600; color:var(--ink); }
.footer__col--contact a:hover { color:var(--teal-bright); }
.footer__contact-item { display:flex !important; align-items:flex-start; gap:10px; padding:5px 0 !important; line-height:1.45; }
.footer__contact-item svg {
  width:17px; height:17px; flex:0 0 17px; margin-top:2px; fill:none;
  stroke:var(--teal-bright); stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round;
  filter:grayscale(1) contrast(0); opacity:.4;
}
.footer__contact-item:hover svg { filter:none; opacity:1; }
.footer__contact-item--address { font-size:13.5px !important; font-weight:500 !important; color:var(--body) !important; }
.footer__contact-item--address:hover { color:var(--teal) !important; }
.footer__hours { font-size:13.5px; color:var(--muted); margin-top:10px; padding-left:27px; line-height:1.5; }
.footer__partners { margin-top:18px; }
.footer__partners-label { display:block; font-size:11px; font-weight:600; letter-spacing:.04em; text-transform:uppercase; color:var(--muted-2); margin-bottom:10px; }
.footer__partners-row { display:flex; align-items:center; gap:14px; }
.footer__partners-row img { height:52px; width:auto; display:block; }
/* Faixa full de aplicativos para acesso em todas as plataformas */
.footer__appband {
  grid-column:1 / -1;
  display:flex; align-items:center; justify-content:center; gap:48px; padding:28px 0;
  border-bottom:1px solid var(--line);
}
.footer__appgroup { display:flex; align-items:center; gap:12px; }
.footer__appgroup > span { display:block; font-size:14px; line-height:21px; color:#b1b7be; }
.footer__app { display:flex; align-items:center; gap:12px; }
.footer__app a {
  width:22px; height:22px; display:grid; place-items:center; flex:0 0 22px;
  filter:grayscale(1) contrast(0); opacity:.4;
}
.footer__app a:hover { filter:none; opacity:1; }
.footer__app img { width:22px; height:22px; display:block; object-fit:contain; }
.footer__col h5 { color:var(--light-blue); font-size:12.5px; font-weight:700; letter-spacing:.06em; text-transform:uppercase; margin-bottom:16px; }
.footer__col a { display:block; font-size:14.5px; color:var(--body); padding:6px 0; transition:color .15s; }
.footer__col a:hover { color:var(--teal-bright); }
.footer__bottom { grid-column:1 / -1; display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:16px; padding-top:26px; font-size:13.5px; color:var(--muted); }
.footer__bottom .fb-links { display:flex; gap:22px; flex-wrap:wrap; }
.footer__bottom a:hover { color:var(--blue); }
.footer__soc { display:flex; align-items:center; gap:12px; }
.footer__soc a {
  width:22px; height:22px; display:grid; place-items:center; flex:0 0 22px;
  filter:grayscale(1) contrast(0); opacity:.4;
}
.footer__soc a[aria-label="Instagram"] { color:#e4405f; }
.footer__soc a[aria-label="WhatsApp"] { color:#25d366; }
.footer__soc a[aria-label="LinkedIn"] { color:#0a66c2; }
.footer__soc a[aria-label="YouTube"] { color:#f80000; }
.footer__soc a:hover { filter:none; opacity:1; }
.footer__soc svg { width:22px; height:22px; }

/* --------------------- Voltar ao topo ----------- */
.scroll-top {
  --to-top-progress: 0deg;
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 90;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  padding: 3px;
  color: var(--teal-bright);
  background:
    conic-gradient(from 0deg, var(--teal-bright) 0deg, var(--blue) var(--to-top-progress), rgba(182,193,205,.24) var(--to-top-progress), rgba(182,193,205,.24) 360deg);
  box-shadow: 0 16px 36px -20px rgba(41,58,81,.55);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(12px) scale(.94);
  transition: opacity .2s ease, visibility .2s ease, transform .2s ease, box-shadow .2s ease;
}
.scroll-top.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}
.scroll-top__in {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(255,255,255,.78);
}
.scroll-top svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.scroll-top:hover,
.scroll-top:focus-visible {
  color: #fff;
  box-shadow: 0 18px 42px -20px rgba(9,200,190,.8);
  outline: none;
}
.scroll-top:hover .scroll-top__in,
.scroll-top:focus-visible .scroll-top__in {
  background: var(--teal-bright);
  border-color: var(--teal-bright);
}

/* --------------------- Reveal ------------------- */
.js .reveal { opacity:0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.js .reveal.in { opacity:1; transform:none; }
@media (prefers-reduced-motion: reduce) { .js .reveal { opacity:1; transform:none; transition:none; } }
@media (prefers-reduced-motion: reduce) { .plan-comparison { animation:none; } }

/* --------------------- Responsivo --------------- */
@media (max-width: 1100px) {
  .price-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width: 1050px) {
  .footer > .wrap { max-width:var(--wrap); grid-template-columns:1fr; }
  .footer__brand {
    max-width:640px; padding-bottom:36px; margin-bottom:36px;
    border-bottom:1px solid var(--line);
  }
  .footer__brand p { max-width:460px; }
  .footer__top, .footer__appband, .footer__bottom { grid-column:1; }
}
@media (max-width: 960px) {
  .hero__grid { grid-template-columns: 1fr; gap: 48px; }
  .hero__art { max-width: 480px; width: 100%; margin: 0 auto; }
  .layer, .layer--rev .layer__text { grid-template-columns: 1fr; order: 0; }
  .layer__media { order: -1; }
  .seg-grid, .teams, .quotes, .stats__grid, .footer__top, .price-grid, .product-grid { grid-template-columns: 1fr 1fr; }
  .chan-grid { grid-template-columns: 1fr 1fr; }
  .footer__top { grid-template-columns: 1fr 1fr; }
  .footer__appband { gap:32px; }
  .product-strip { grid-template-columns:1fr; }
  .product-strip__items { justify-content:flex-start; }
}
@media (max-width: 900px) {
  .topbar { display: none; }
  .nav__menu { display: none; }
  .nav__actions .btn { display: none; }
  .nav__toggle { display: flex; }
  /* Menu mobile: painel de tela cheia (estilo Huggy) */
  .header.nav-open .nav__menu {
    display:flex; position:fixed; top:72px; left:0; right:0; bottom:0;
    height: calc(100vh - 72px); height: calc(100dvh - 72px);
    flex-direction:column; align-items:stretch; gap:0;
    background:#fff; padding: 6px 20px 22px; overflow-y:auto; overscroll-behavior:contain;
  }
  /* Botões ancorados na base do menu */
  .header.nav-open .nav__mcta { display:flex; flex-direction:column; gap:10px; margin-top:auto; padding-top:18px; }
  .header.nav-open .nav__mcta .btn { display:inline-flex; }
  /* Itens utilitários (Status, Empresa, Fale conosco, idioma) dentro do menu mobile */
  .header.nav-open .nav__util { display:flex; flex-wrap:wrap; gap:6px 20px; padding-top:16px; margin-top:16px; border-top:1px solid var(--line); }
  .header.nav-open .nav__util a { display:inline-flex; align-items:center; gap:6px; font-size:14px; color:var(--muted); padding:5px 0; }
  .header.nav-open .nav__util a:hover { color:var(--teal-bright); }
  /* Hambúrguer vira X quando aberto */
  .header.nav-open .nav__toggle span { background:transparent; }
  .header.nav-open .nav__toggle span::before { top:0; transform:rotate(45deg); }
  .header.nav-open .nav__toggle span::after { top:0; transform:rotate(-45deg); }
  .header.nav-open .nav__item { flex-direction: column; align-items: stretch; height: auto; }
  .header.nav-open .nav__link { justify-content: space-between; width: 100%; height: auto; padding: 14px 8px; border-bottom: 1px solid var(--line-soft); }
  .header.nav-open .nav__menu > .nav__link { padding: 14px 8px; border-bottom: 1px solid var(--line-soft); }
  /* Dropdowns viram acordeão (abre com clique via .open) */
  .header.nav-open .nav__drop {
    position: static; transform: none; opacity: 1; visibility: hidden; box-shadow: none; border: none;
    min-width: 0; padding: 0 8px; max-height: 0; overflow: hidden; transition: max-height .25s ease;
  }
  .header.nav-open .nav__item.open .nav__drop { visibility: visible; max-height: 720px; padding: 4px 8px 10px; }
  .header.nav-open .nav__drop--wide { display:block; min-width:0; }
  .header.nav-open .nav__item.open .nav__link .caret { transform: rotate(180deg); }
  /* No toque, o dedo ativa :hover — impedir que o transform do hover desktop
     desloque o submenu (translateX). Especificidade alta força transform:none. */
  .header.nav-open .nav__item.has-drop .nav__drop { transform: none !important; }
  .header.nav-open .nav__item:hover .nav__drop { opacity: 1; visibility: hidden; }
  .header.nav-open .nav__item.open:hover .nav__drop { visibility: visible; }
  .header.nav-open .nav__drop a { border-radius: 8px; }
}
@media (max-width: 760px) {
  .section { padding: 46px 0; }
  .hero { padding: 20px 0 40px; }
  .tcard { flex-direction:column; gap:18px; padding:16px 16px 66px; }
  .tcard__photo { flex:none; width:100%; min-height:170px; }
  .tcard__photo span { font-size:34px; }
  .tcard__body { padding:2px 6px; text-align:center; align-items:center; }
  .tcard__meta { align-items:center; }
  .tcard .stars { margin-bottom:12px; }
  .tcard__quote { font-size:16.5px; margin-bottom:16px; padding-right:0; }
  .tcar__arrow { width:42px; height:42px; bottom:16px; }
  .tcar__prev { left:auto; right:66px; } .tcar__next { right:16px; }
  .seg-grid, .teams, .quotes, .stats__grid, .chan-grid, .footer__top, .price-grid, .product-grid { grid-template-columns: 1fr; }
  .price-card__intro { min-height:0; }
  .price-card__position { min-height:0; }
  .plan-comparison { margin-top:48px; }
  .plan-comparison-toggle__button { width:100%; }
  .plan-table-wrap { margin-inline:0; }
  .plan-table { min-width:760px; }
  .plan-table th,
  .plan-table td { padding:13px 12px; }
  .plan-table thead th:first-child,
  .plan-table tbody th { position:sticky; left:0; z-index:1; width:170px; box-shadow:8px 0 12px -12px rgba(17,34,59,.35); }
  .plan-table thead th:first-child { z-index:2; }
  .stats, .cta { padding: 46px 26px; border-radius: 22px; }
  .kanban { grid-template-columns: 1fr; }
  .hero__cta .btn { flex: 1; }
  .footer__appband { align-items:flex-start; flex-direction:column; gap:18px; padding-block:26px; }
  .footer__appgroup { width:100%; justify-content:space-between; }
  .product-card { padding:22px 20px; }
  .product-strip { padding:20px; }
}
/* Mockup do hero em telas pequenas: colunas fluidas + selos dentro da tela */
@media (max-width: 600px) {
  .chan-carousel { margin-top:34px; }
  .chan-grid--complete { gap:12px; }
  .chan-carousel__viewport { padding-inline:0; }
  .mock__body.appui { grid-template-columns: 38px 40% 1fr; min-height: 316px; }
  .appui__rail { gap: 11px; padding: 10px 0; }
  .appui__logo, .appui__ic { width: 26px; height: 26px; }
  .appui__logo svg, .appui__ic svg { width: 15px; height: 15px; }
  .appui__search { margin: 8px; padding: 6px 8px; }
  .conv { padding: 8px; gap: 6px; }
  .conv__av { width: 26px; height: 26px; }
  .mock__tag { padding: 9px 11px; font-size: 11px; }
  .mock__tag .ico { width: 28px; height: 28px; }
  .tag-1 { top: -14px; left: 0; }
  .tag-2 { bottom: -16px; right: 0; }
}
@media (max-width: 420px) {
  .wrap { padding-inline: 18px; }
  .report__stats { grid-template-columns: 1fr; }
  .footer__appgroup { align-items:flex-start; }
  .footer__appgroup > span { max-width:230px; }
  .mock__tag { font-size: 10.5px; }
  .mock__tag small { font-size: 10px; }
  .scroll-top { right: 16px; bottom: 16px; width: 46px; height: 46px; }
  .scroll-top svg { width: 18px; height: 18px; }
}

/* =========================================================
   Página Fale Conosco
   ========================================================= */
.ct-hero { padding-top: 34px; }

/* Canais rápidos (WhatsApp / E-mail / Telefone) */
.ct-channels { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.ct-channel { display:flex; align-items:center; gap:14px; background:#fff; border:1px solid var(--line); border-radius:16px; padding:18px 20px; box-shadow:0 5px 30px rgba(41,58,81,.05); transition:transform .18s, box-shadow .18s, border-color .18s; }
.ct-channel:hover { transform:translateY(-4px); box-shadow:0 14px 40px rgba(41,58,81,.10); border-color:#d7e6f5; }
.ct-channel__ic { flex:0 0 auto; width:46px; height:46px; border-radius:12px; display:grid; place-items:center; }
.ct-channel b { display:block; font-size:15.5px; color:var(--ink); font-weight:700; }
.ct-channel span { font-size:13px; color:var(--muted); }
.ct-channel div { flex:1; min-width:0; }
.ct-channel__arrow { color:var(--muted-2); transition:transform .18s, color .18s; flex:0 0 auto; }
.ct-channel:hover .ct-channel__arrow { color:var(--teal-bright); transform:translateX(3px); }

/* Grade formulário + informações */
.ct-grid { display:grid; grid-template-columns:1.35fr 1fr; gap:28px; align-items:start; }

/* Formulário */
.ct-form-card { background:#fff; border:1px solid var(--line); border-radius:22px; box-shadow:0 8px 44px rgba(41,58,81,.07); padding:34px 34px 30px; }
.ct-form-card h3 { font-size:22px; margin-bottom:4px; }
.ct-form-sub { font-size:14.5px; color:var(--muted); margin-bottom:24px; }
.ct-form { display:flex; flex-direction:column; gap:16px; }
.ct-row { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.ct-field { display:flex; flex-direction:column; gap:6px; min-width:0; }
.ct-field label { font-size:13px; font-weight:600; color:var(--ink); }
.ct-field input, .ct-field select, .ct-field textarea {
  width:100%; font-family:inherit; font-size:14.5px; color:var(--ink);
  background:var(--bg-alt); border:1.5px solid var(--line); border-radius:11px;
  padding:12px 14px; transition:border-color .18s, box-shadow .18s, background .18s;
}
.ct-field textarea { resize:vertical; min-height:120px; }
.ct-field select { appearance:none; -webkit-appearance:none; cursor:pointer;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%238a97a6' stroke-width='2.4'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat:no-repeat; background-position:right 14px center; padding-right:38px; }
.ct-field input::placeholder, .ct-field textarea::placeholder { color:var(--muted-2); }
.ct-field input:focus, .ct-field select:focus, .ct-field textarea:focus {
  outline:none; background:#fff; border-color:var(--teal-bright); box-shadow:0 0 0 4px rgba(9,200,190,.14);
}
.ct-consent { display:flex; align-items:flex-start; gap:10px; font-size:13px; color:var(--body); line-height:1.5; margin-top:2px; }
.ct-consent input { flex:0 0 auto; width:17px; height:17px; margin-top:2px; accent-color:var(--teal-bright); }
.ct-consent a { color:var(--blue-dark); font-weight:600; }
.ct-submit { align-self:flex-start; margin-top:6px; }
.ct-form-note { font-size:13.5px; margin-top:2px; min-height:1px; }
.ct-form-note.is-ok { color:#0a8f88; }
.ct-form-note.is-err { color:#c0392b; }

/* Coluna de informações */
.ct-info { background:linear-gradient(160deg, var(--teal-tint), #fff 60%); border:1px solid var(--line); border-radius:22px; padding:32px 30px; }
.ct-info h3 { font-size:20px; margin-bottom:22px; }
.ct-info-list { display:flex; flex-direction:column; gap:20px; }
.ct-info-list li { display:flex; gap:14px; align-items:flex-start; }
.ct-info__ic { flex:0 0 auto; width:42px; height:42px; border-radius:12px; background:#fff; box-shadow:0 4px 16px rgba(41,58,81,.08); display:grid; place-items:center; color:var(--teal-bright); }
.ct-info__ic svg { width:20px; height:20px; }
.ct-info-list b { display:block; font-size:14px; color:var(--ink); font-weight:700; margin-bottom:2px; }
.ct-info-list a, .ct-info-list span { font-size:14px; color:var(--body); }
.ct-info-list a:hover { color:var(--teal-bright); }
.ct-info-soc { margin-top:26px; padding-top:22px; border-top:1px solid var(--line); }
.ct-info-soc > span { display:block; font-size:13px; font-weight:600; color:var(--muted); margin-bottom:12px; }

@media (max-width: 900px) {
  .ct-channels { grid-template-columns:1fr; }
  .ct-grid { grid-template-columns:1fr; }
}
@media (max-width: 560px) {
  .ct-row { grid-template-columns:1fr; }
  .ct-form-card { padding:26px 20px; }
  .ct-info { padding:26px 20px; }
  .ct-submit { align-self:stretch; }
}

/* =========================================================
   Página Login
   ========================================================= */
.login-page {
  min-height:100vh;
  display:flex;
  flex-direction:column;
  background-position:50% -220px;
}
.login-header {
  padding:24px 0 10px;
}
.login-header__in {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.login-header__link {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:9px 18px;
  border:1px solid rgba(67,133,245,.2);
  border-radius:100px;
  color:var(--blue-dark);
  background:rgba(255,255,255,.72);
  font-family:var(--font-head);
  font-size:14px;
  font-weight:500;
  transition:background .18s ease, color .18s ease, border-color .18s ease;
}
.login-header__link:hover {
  background:var(--blue);
  border-color:var(--blue);
  color:#fff;
}
.login-main {
  flex:1;
  display:grid;
  align-items:center;
  padding:34px 0 54px;
}
.login-shell {
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(360px,450px);
  gap:54px;
  align-items:center;
}
.login-intro {
  max-width:600px;
}
.login-intro h1 {
  max-width:580px;
  margin:18px 0 16px;
  font-size:clamp(34px,5vw,58px);
  line-height:1.08;
}
.login-intro p {
  max-width:530px;
  color:var(--body);
  font-size:17px;
  line-height:1.65;
}
.login-preview {
  max-width:500px;
  margin-top:34px;
  border:1px solid rgba(67,133,245,.16);
  border-radius:24px;
  overflow:hidden;
  background:#fff;
  box-shadow:var(--shadow);
}
.login-preview__top {
  height:42px;
  display:flex;
  align-items:center;
  gap:7px;
  padding:0 16px;
  background:#f8fbff;
  border-bottom:1px solid var(--line);
}
.login-preview__top span {
  width:9px;
  height:9px;
  border-radius:50%;
  background:#d3dde8;
}
.login-preview__body {
  min-height:214px;
  display:grid;
  grid-template-columns:58px 1fr;
}
.login-preview__side {
  display:grid;
  align-content:start;
  justify-items:center;
  gap:13px;
  padding-top:18px;
  background:linear-gradient(180deg,var(--blue),#16bfc5);
}
.login-preview__side i {
  width:28px;
  height:28px;
  border-radius:9px;
  background:rgba(255,255,255,.22);
}
.login-preview__content {
  display:grid;
  align-content:center;
  gap:14px;
  padding:24px;
  background:
    radial-gradient(240px 120px at 100% 0%, rgba(9,200,190,.13), transparent 70%),
    #fff;
}
.login-preview__metric {
  width:max-content;
  padding:12px 15px;
  border:1px solid var(--line);
  border-radius:15px;
  background:#fff;
  box-shadow:0 14px 26px -24px rgba(41,58,81,.55);
}
.login-preview__metric b {
  display:block;
  color:var(--ink);
  font-family:var(--font-head);
  font-size:28px;
  line-height:1;
}
.login-preview__metric span {
  display:block;
  margin-top:4px;
  color:var(--muted);
  font-size:12px;
}
.login-preview__chat {
  display:flex;
  align-items:center;
  gap:9px;
  max-width:275px;
}
.login-preview__chat span {
  width:28px;
  height:28px;
  border-radius:50%;
  flex:0 0 auto;
  background:var(--blue-tint2);
}
.login-preview__chat p {
  margin:0;
  padding:9px 12px;
  border-radius:14px;
  background:#f4f8fc;
  color:var(--ink);
  font-size:12px;
  line-height:1.3;
}
.login-preview__chat--out {
  justify-self:end;
}
.login-preview__chat--out span {
  order:2;
  background:var(--teal-bright);
}
.login-preview__chat--out p {
  background:var(--teal-tint);
  color:var(--teal);
}
.login-card {
  background:rgba(255,255,255,.94);
  border:1px solid var(--line);
  border-radius:24px;
  padding:34px;
  box-shadow:var(--shadow);
}
.login-card h2 {
  margin-bottom:7px;
  font-size:28px;
}
.login-card > p {
  margin-bottom:26px;
  color:var(--muted);
  font-size:14.5px;
}
.login-form {
  display:grid;
  gap:16px;
}
.login-field {
  display:grid;
  gap:7px;
}
.login-field > span:first-child {
  color:var(--ink);
  font-family:var(--font-head);
  font-size:13px;
  font-weight:600;
}
.login-field input {
  width:100%;
  min-height:48px;
  border:1.5px solid var(--line);
  border-radius:12px;
  background:#f8fbff;
  color:var(--ink);
  font:500 14.5px/1 var(--font);
  padding:0 14px;
  transition:background .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.login-field input::placeholder {
  color:var(--muted-2);
}
.login-field input:focus {
  outline:none;
  background:#fff;
  border-color:var(--teal-bright);
  box-shadow:0 0 0 4px rgba(9,200,190,.14);
}
.login-password {
  position:relative;
  display:block;
}
.login-password input {
  padding-right:50px;
}
.login-password__toggle {
  position:absolute;
  top:50%;
  right:8px;
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:10px;
  color:var(--muted);
  transform:translateY(-50%);
}
.login-password__toggle:hover {
  color:var(--blue);
  background:var(--blue-tint);
}
.login-password__toggle svg {
  width:19px;
  height:19px;
}
.login-options {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin:2px 0 4px;
  color:var(--muted);
  font-size:13.5px;
}
.login-options label {
  display:inline-flex;
  align-items:center;
  gap:8px;
}
.login-options input {
  width:16px;
  height:16px;
  accent-color:var(--teal-bright);
}
.login-options a,
.login-card__foot a {
  color:var(--blue-dark);
  font-weight:500;
}
.login-options a:hover,
.login-card__foot a:hover {
  color:var(--teal);
}
.login-submit {
  min-height:48px;
}
.login-message {
  min-height:20px;
  color:var(--muted);
  font-size:13px;
  line-height:1.45;
}
.login-message.is-ok {
  color:var(--teal);
}
.login-card__foot {
  display:flex;
  justify-content:center;
  gap:6px;
  margin-top:22px;
  padding-top:20px;
  border-top:1px solid var(--line);
  color:var(--muted);
  font-size:14px;
}
.login-footer {
  padding:18px 0 28px;
  color:var(--muted);
  font-size:13px;
}
.login-footer__in {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
.login-footer a:hover {
  color:var(--teal);
}

@media (max-width: 900px) {
  .login-main { align-items:start; padding-top:26px; }
  .login-shell {
    grid-template-columns:1fr;
    gap:28px;
  }
  .login-intro {
    max-width:720px;
    text-align:center;
    margin-inline:auto;
  }
  .login-intro h1,
  .login-intro p,
  .login-preview {
    margin-inline:auto;
  }
  .login-card {
    max-width:520px;
    width:100%;
    margin-inline:auto;
  }
}
@media (max-width: 560px) {
  .login-header { padding-top:18px; }
  .login-header__in {
    align-items:flex-start;
    flex-direction:column;
  }
  .login-header__link { min-height:36px; padding:8px 14px; }
  .login-main { padding:22px 0 40px; }
  .login-intro h1 { font-size:34px; }
  .login-intro p { font-size:15.5px; }
  .login-preview { display:none; }
  .login-card { padding:26px 20px; border-radius:20px; }
  .login-options {
    align-items:flex-start;
    flex-direction:column;
    gap:10px;
  }
  .login-card__foot {
    align-items:center;
    flex-direction:column;
    text-align:center;
  }
  .login-footer__in {
    align-items:flex-start;
    flex-direction:column;
  }
}
