/* ==========================================================================
   BOT Internet — CSS unificado dos blocos Elementor
   Usado por: home-elementor.html, minha-bot-elementor.html,
   contato-elementor.html e desbloqueio-de-confianca-elementor.html

   Como publicar:
   1. Suba este arquivo na Biblioteca de Mídia do WordPress (ou na pasta
      do tema, ex.: wp-content/themes/SEU-TEMA/bot-elementor-shared.css).
   2. Copie a URL final do arquivo.
   3. Em cada página, troque o <link rel="stylesheet" href="..."> no topo
      do widget HTML pela URL copiada.
   ========================================================================== */

/* ============================================================
   COMPARTILHADO — usado nas duas páginas, não duplicar por página
   ============================================================ */

/* ----- Reset e variáveis globais ----- */
.bot-home, .bot-home * { box-sizing: border-box; }
.bot-home {
  --bot-blue: #0756b8;
  --bot-navy: #062d6c;
  --bot-yellow: #ffd22e;
  --bot-ink: #10203d;
  --bot-muted: #63718a;
  --bot-surface: #f4f8ff;
  font-family: Inter, Roboto, Arial, sans-serif;
  color: var(--bot-ink);
  background: #fff;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.bot-home :where(a) { color: inherit; text-decoration: none; }
.bot-home img { display: block; max-width: 100%; }
.bot-home__wrap { width: min(1160px, calc(100% - 40px)); margin: auto; }
@media (max-width: 560px) {
  .bot-home__wrap { width: min(100% - 28px, 1160px); }
}

/* ----- Componentes compartilhados: botões, ícone, seção e cabeçalho de seção ----- */
.bot-home__button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 0 22px; border-radius: 10px; background: var(--bot-yellow); color: #17243c; font-size: 14px; font-weight: 800; transition: transform .2s, box-shadow .2s; }
.bot-home__button:hover { transform: translateY(-2px); box-shadow: 0 9px 18px rgba(255, 210, 46, .28); }
.bot-home__button--outline { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.48); }
.bot-home__button--sm { min-height: 38px; padding: 0 16px; font-size: 12px; }
.bot-home__button--blue { background: var(--bot-blue); color: #fff; }
.bot-home__button--blue:hover { box-shadow: 0 9px 18px rgba(7, 86, 184, .28); }
.bot-home__icon { flex: 0 0 38px; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; background: #eaf4ff; color: var(--bot-blue); font-size: 20px; font-weight: 900; }
.bot-home__section { padding: 88px 0; }
.bot-home__section--soft { background: var(--bot-surface); }
.bot-home__section-head { max-width: 645px; margin: 0 auto 40px; text-align: center; }
.bot-home__kicker { margin: 0 0 10px; color: var(--bot-blue); font-size: 12px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.bot-home h2 { margin: 0; color: var(--bot-ink); font-size: clamp(29px, 4vw, 43px); line-height: 1.1; letter-spacing: -.035em; }
.bot-home__section-head p { margin: 15px 0 0; color: var(--bot-muted); font-size: 16px; line-height: 1.55; }
@media (max-width: 560px) {
  .bot-home__section { padding: 60px 0; }
}

/* ----- Barra superior ----- */
/* Mantém os links do cabeçalho (barra superior + menu) acima de camadas adicionadas pelo tema/Elementor. */
.bot-home__top, .bot-home__nav { position: relative; z-index: 10; }
.bot-home__top a, .bot-home__nav a { position: relative; z-index: 1; pointer-events: auto; cursor: pointer; }
.bot-home__top { background: var(--bot-navy); color: #fff; font-size: 13px; }
.bot-home__top-inner { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.bot-home__top-links, .bot-home__social { display: flex; align-items: center; gap: 17px; }
.bot-home__social a { display: inline-grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; color: #fff; }
.bot-home__social svg { width: 15px; height: 15px; fill: currentColor; }
.bot-home__social a:hover { background: rgba(255,255,255,.14); }
.bot-home__top a { opacity: .92; }
.bot-home__top a:hover { opacity: 1; }
@media (max-width: 560px) {
  .bot-home__top-inner { padding: 10px 0; align-items: flex-start; }
  .bot-home__social { display: flex; gap: 9px; }
  .bot-home__top-links { display: block; line-height: 1.8; }
  .bot-home__top-links a { display: block; }
}

/* ----- Menu de navegação ----- */
.bot-home__nav { background: #fff; box-shadow: 0 3px 18px rgba(13, 45, 98, .08); }
.bot-home__nav-inner { min-height: 77px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 22px; }
.bot-home__logo { width: 100px; flex: 0 0 auto; order: 1; }
.bot-home__menu { display: flex; align-items: center; gap: clamp(13px, 2vw, 27px); font-size: 16px; font-weight: 700; order: 4; }
.bot-home__menu a:hover, .bot-home__dropdown-toggle:hover { color: var(--bot-blue); }
.bot-home__dropdown-toggle:hover, .bot-home__dropdown-toggle:focus { background-color: transparent !important; color: var(--bot-blue) !important; }
.bot-home__menu a[aria-current="page"] { color: var(--bot-blue); }
.bot-home__dropdown { position: relative; }
.bot-home__dropdown-toggle { appearance: none; -webkit-appearance: none; display: inline-flex; align-items: center; gap: 5px; border: none; background: none; padding: 0; margin: 0; font: inherit; font-weight: 700; color: inherit; text-align: left; cursor: pointer; border-radius: 4px; }
.bot-home__dropdown-toggle:after { content: '▾'; font-size: 10px; transition: transform .18s; }
.bot-home__dropdown-toggle:focus { outline: none; }
.bot-home__dropdown-toggle:focus-visible { outline: 2px solid var(--bot-blue); outline-offset: 3px; }
.bot-home__dropdown-menu { position: absolute; top: calc(100% + 18px); left: 50%; transform: translateX(-50%) translateY(-6px); min-width: 230px; padding: 10px; border-radius: 14px; background: #fff; border: 1px solid #e4eaf3; box-shadow: 0 18px 40px rgba(13, 45, 98, .16); opacity: 0; visibility: hidden; transition: opacity .18s, transform .18s, visibility .18s; z-index: 20; }
.bot-home__dropdown:hover .bot-home__dropdown-menu, .bot-home__dropdown:focus-within .bot-home__dropdown-menu, .bot-home__dropdown-menu.is-open { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.bot-home__dropdown-menu a { display: block; padding: 9px 12px; border-radius: 9px; font-size: 14px; font-weight: 700; color: var(--bot-ink); }
.bot-home__dropdown-menu a:hover { background: #eaf3ff; color: var(--bot-blue); }

/* Botão hamburguer — só aparece em telas <= 900px, controlado via JS (ver <script> no final do <nav>) */
.bot-home__nav-toggle { appearance: none; -webkit-appearance: none; display: none; order: 2; flex: 0 0 auto; width: 40px; height: 40px; align-items: center; justify-content: center; border: none; background: none; padding: 0; border-radius: 8px; cursor: pointer; }
.bot-home__nav-toggle:hover, .bot-home__nav-toggle:focus { background-color: transparent !important; color: inherit !important; }
.bot-home__nav-toggle:focus { outline: none; }
.bot-home__nav-toggle:focus-visible { outline: 2px solid var(--bot-blue); outline-offset: 2px; }
.bot-home__nav-toggle span { position: relative; display: block; width: 22px; height: 2px; background: var(--bot-ink); border-radius: 2px; transition: background .2s; }
.bot-home__nav-toggle span::before, .bot-home__nav-toggle span::after { content: ''; position: absolute; left: 0; top: 0; width: 22px; height: 2px; background: var(--bot-ink); border-radius: 2px; transition: transform .2s; }
.bot-home__nav-toggle span::before { transform: translateY(-7px); }
.bot-home__nav-toggle span::after { transform: translateY(7px); }
.bot-home__nav-toggle.is-active span { background: transparent; }
.bot-home__nav-toggle.is-active span::before { transform: translateY(0) rotate(45deg); }
.bot-home__nav-toggle.is-active span::after { transform: translateY(0) rotate(-45deg); }

@media (max-width: 900px) {
  .bot-home__nav-toggle { display: inline-flex; }
  .bot-home__nav .bot-home__button { order: 3; }
  .bot-home__menu {
    display: none;
    flex-basis: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #e4eaf3;
  }
  .bot-home__menu.is-open { display: flex; }
  .bot-home__menu a { display: block; width: 100%; padding: 10px 4px; }
  .bot-home__dropdown { width: 100%; }
  .bot-home__dropdown-toggle { width: 100%; padding: 10px 4px; }
  .bot-home__dropdown-menu {
    position: static;
    display: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: none;
    padding: 0 0 0 14px;
    margin: 0;
  }
  .bot-home__dropdown:hover .bot-home__dropdown-menu { display: none; }
  .bot-home__dropdown-menu.is-open { display: block !important; transform: none; }
  .bot-home__dropdown-toggle[aria-expanded="true"]:after { transform: rotate(180deg); }
}
@media (max-width: 560px) {
  .bot-home__nav-inner { min-height: 67px; }
  .bot-home__nav .bot-home__button { min-height: 40px; padding: 0 13px; font-size: 12px; }
}

/* ----- Rodapé ----- */
.bot-home__footer { padding: 58px 0 22px; background: #061a3c; color: #fff; }
.bot-home__footer-grid { display: grid; grid-template-columns: 1.45fr 1fr 1fr 1fr; gap: 35px; }
.bot-home__footer-logo { width: 96px; margin-bottom: 14px; }
.bot-home__footer p, .bot-home__footer li { color: rgba(255,255,255,.7); font-size: 13px; line-height: 1.6; }
.bot-home__footer h3 { margin: 7px 0 16px; font-size: 15px; color: #fff; }
.bot-home__footer ul { padding: 0; margin: 0; list-style: none; }
.bot-home__footer li { margin: 0 0 9px; }
.bot-home__footer a:hover { color: var(--bot-yellow); }
.bot-home__footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 42px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.52); font-size: 12px; }
@media (max-width: 900px) {
  .bot-home__footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .bot-home__footer-grid { grid-template-columns: 1fr; }
  .bot-home__footer-bottom { display: block; }
  .bot-home__footer-bottom span + span { display: block; margin-top: 8px; }
}


/* ============================================================
   ESPECÍFICO — home-elementor.html
   ============================================================ */

/* ----- Hero ----- */
.bot-home__hero { position: relative; isolation: isolate; background: linear-gradient(118deg, #06377d 0%, #0866cf 57%, #08a1e6 100%); color: #fff; }
.bot-home__hero:before { content: ''; position: absolute; z-index: -1; width: 720px; height: 720px; right: -270px; top: -330px; border: 80px solid rgba(255,255,255,.08); border-radius: 50%; }
.bot-home__hero-inner { min-height: 540px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 35px; padding: 64px 0; }
.bot-home__eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 99px; background: rgba(255,255,255,.14); font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.bot-home h1 { max-width: 700px; margin: 18px 0; font-size: clamp(39px, 5vw, 66px); line-height: .99; letter-spacing: -.045em; color: #fff; }
.bot-home__hero p { max-width: 530px; margin: 0 0 28px; font-size: 18px; line-height: 1.55; opacity: .92; }
.bot-home__actions { display: flex; flex-wrap: wrap; gap: 13px; }
.bot-home__visual { position: relative; min-height: 350px; display: flex; align-items: end; justify-content: center; }
.bot-home__mascot { width: min(380px, 100%); filter: drop-shadow(0 18px 22px rgba(0, 25, 73, .32)); }
.bot-home__speed { position: absolute; right: 0; top: 20px; width: 205px; padding: 20px; border: 1px solid rgba(255,255,255,.42); border-radius: 18px; background: rgba(5, 40, 104, .48); box-shadow: 0 18px 36px rgba(1, 29, 80, .23); backdrop-filter: blur(9px); }
.bot-home__speed strong { display: block; font-size: 43px; line-height: 1; letter-spacing: -.06em; color: var(--bot-yellow); }
.bot-home__speed span { display: block; margin-top: 7px; font-size: 13px; line-height: 1.35; font-weight: 700; }
@media (max-width: 900px) {
  .bot-home__hero-inner { grid-template-columns: 1fr; padding: 54px 0 42px; }
  .bot-home__visual { min-height: 280px; }
  .bot-home__mascot { width: 290px; }
}
@media (max-width: 560px) {
  .bot-home__hero-inner { min-height: 0; padding-top: 46px; }
  .bot-home h1 { font-size: 40px; }
  .bot-home__hero p { font-size: 16px; }
  .bot-home__speed { z-index: 1; right: 0; top: 0; width: 157px; padding: 14px; }
  .bot-home__speed strong { font-size: 33px; }
  .bot-home__visual { min-height: 270px; }
}

/* ----- Faixa de confiança ----- */
.bot-home__trust { background: #fff; position: relative; z-index: 2; }
.bot-home__trust-inner { display: grid; grid-template-columns: repeat(4, 1fr); }
.bot-home__trust-item { min-height: 116px; padding: 25px 24px; display: flex; align-items: center; gap: 14px; border-right: 1px solid #e4eaf3; }
.bot-home__trust-item:last-child { border: 0; }
.bot-home__trust-item b, .bot-home__trust-item span { display: block; }
.bot-home__trust-item b { font-size: 14px; }
.bot-home__trust-item span { margin-top: 3px; color: var(--bot-muted); font-size: 12px; line-height: 1.35; }
@media (max-width: 900px) {
  .bot-home__trust-inner { grid-template-columns: repeat(2, 1fr); }
  .bot-home__trust-item:nth-child(2) { border-right: 0; }
  .bot-home__trust-item:nth-child(-n+2) { border-bottom: 1px solid #e4eaf3; }
}
@media (max-width: 560px) {
  .bot-home__trust-inner { grid-template-columns: 1fr; }
  .bot-home__trust-item { border-right: 0; border-bottom: 1px solid #e4eaf3; }
  .bot-home__trust-item:nth-child(2) { border-bottom: 1px solid #e4eaf3; }
  .bot-home__trust-item:last-child { border-bottom: 0; }
}

/* ----- Por que escolher a BOT (cards) ----- */
.bot-home__cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.bot-home__card { position: relative; padding: 31px 27px; border: 1px solid #e1e9f4; border-radius: 17px; background: #fff; box-shadow: 0 9px 23px rgba(26, 62, 113, .06); transition: transform .2s, box-shadow .2s; }
.bot-home__card:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(26, 62, 113, .12); }
.bot-home__card h3 { margin: 20px 0 10px; font-size: 20px; color: var(--bot-ink); }
.bot-home__card p { margin: 0; color: var(--bot-muted); font-size: 14px; line-height: 1.55; }
@media (max-width: 900px) {
  .bot-home__cards { grid-template-columns: 1fr; max-width: 520px; margin: auto; }
}

/* ----- Planos de internet ----- */
.bot-home__plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 21px; align-items: stretch; }
.bot-home__plan { display: flex; flex-direction: column; padding: 29px; border-radius: 18px; background: #fff; border: 1px solid #dfe8f4; }
.bot-home__plan--featured { color: #fff; background: linear-gradient(145deg, #075abb, #07357b); border-color: transparent; box-shadow: 0 16px 35px rgba(4, 62, 142, .25); transform: translateY(-10px); }
.bot-home__plan-label { min-height: 26px; color: var(--bot-blue); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.bot-home__plan--featured .bot-home__plan-label { color: var(--bot-yellow); }
.bot-home__plan h3 { margin: 10px 0; font-size: 26px; line-height: 1.1; }
.bot-home__price { margin: 7px 0 20px; font-size: 31px; font-weight: 900; letter-spacing: -.04em; }
.bot-home__price small { font-size: 14px; font-weight: 600; letter-spacing: 0; }
.bot-home__plan ul { margin: 0 0 25px; padding: 0; list-style: none; color: var(--bot-muted); font-size: 14px; line-height: 1.85; }
.bot-home__plan--featured ul { color: rgba(255,255,255,.86); }
.bot-home__plan li:before { content: '✓'; margin-right: 9px; color: #21a26a; font-weight: 900; }
.bot-home__plan--featured li:before { color: var(--bot-yellow); }
.bot-home__plan .bot-home__button { margin-top: auto; width: 100%; }
.bot-home__plan:not(.bot-home__plan--featured) .bot-home__button { background: #eaf3ff; color: var(--bot-blue); }
.bot-home__plans-note { display: flex; align-items: flex-start; gap: 12px; margin-top: 24px; padding: 16px 20px; border: 1px solid #ffe3a3; border-radius: 14px; background: #fff8e6; }
.bot-home__plans-note-icon { flex: 0 0 22px; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: #ffd22e; color: #17243c; font-size: 13px; font-weight: 900; }
.bot-home__plans-note p { margin: 0; color: #8a6100; font-size: 13px; line-height: 1.6; }
@media (max-width: 900px) {
  .bot-home__plans { grid-template-columns: 1fr; max-width: 520px; margin: auto; }
  .bot-home__plan--featured { transform: none; }
}

/* ----- Apps inclusos ----- */
.bot-home__apps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; max-width: 720px; margin: 0 auto; }
.bot-home__app { aspect-ratio: 1; border-radius: 24px; display: flex; align-items: center; justify-content: center; padding: 12px; text-align: center; box-shadow: 0 10px 24px rgba(26, 62, 113, .14); }
.bot-home__app-name { font-size: 13px; font-weight: 900; letter-spacing: -.01em; line-height: 1.2; color: #fff; }
.bot-home__app--light .bot-home__app-name { color: #17243c; }
.bot-home__app--hbomax { background: linear-gradient(160deg, #1b1f2e, #05060a); }
.bot-home__app--disney { background: linear-gradient(160deg, #123a56, #06182c); }
.bot-home__app--appletv { background: #101010; }
.bot-home__app--globoplay { background: linear-gradient(160deg, #f5333f, #d4101d); }
.bot-home__app--universal { background: #0a0a0a; }
.bot-home__app--360 { background: #111; }
.bot-home__app--smartcontent { background: #1a1a1a; }
.bot-home__app--indie-light { background: #eef3fb; }
.bot-home__app--indie-dark { background: #0a0a0a; }
.bot-home__app--ubookplus { background: linear-gradient(160deg, #ff7a3d, #e8501c); }
.bot-home__app--hotgo { background: #0a0a0a; }
.bot-home__app--nutri { background: linear-gradient(160deg, #ff7a3d, #e8501c); }
.bot-home__app--queima { background: linear-gradient(160deg, #ff7a3d, #e8501c); }
.bot-home__app--hub { background: #dceaf9; }
.bot-home__app--fluid { background: linear-gradient(160deg, #4bb8c4, #2e93a0); }
.bot-home__app--curta { background: #0a0a0a; }
.bot-home__app--docway { background: linear-gradient(160deg, #6fd23c, #46b81f); }
.bot-home__app--deezer-black { background: #0a0a0a; }
.bot-home__app--deezer-purple { background: linear-gradient(160deg, #8b2fe0, #6c1fc2); }
@media (max-width: 900px) {
  .bot-home__apps { grid-template-columns: repeat(3, 1fr); max-width: 420px; }
}
@media (max-width: 560px) {
  .bot-home__apps { grid-template-columns: repeat(2, 1fr); }
}

/* ----- Serviços extras ----- */
.bot-home__addons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.bot-home__addon { padding: 27px; border: 1px solid #e1e9f4; border-radius: 17px; background: #fff; box-shadow: 0 9px 23px rgba(26, 62, 113, .06); }
.bot-home__addon h3 { margin: 0 0 18px; font-size: 18px; color: var(--bot-ink); }
.bot-home__addon-item { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 0; border-top: 1px solid #eef2f8; }
.bot-home__addon-item:first-of-type { border-top: 0; padding-top: 0; }
.bot-home__addon-label { display: block; color: var(--bot-muted); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
.bot-home__addon-item strong { display: block; margin-top: 3px; font-size: 20px; font-weight: 900; letter-spacing: -.03em; }
.bot-home__addon--highlight { display: flex; flex-direction: column; justify-content: center; color: #fff; text-align: center; background: linear-gradient(145deg, #075abb, #07357b); border-color: transparent; }
.bot-home__addon--highlight h3 { color: #fff; margin-bottom: 12px; }
.bot-home__addon-desc { margin: 0; font-size: 15px; line-height: 1.6; opacity: .92; }
.bot-home__addon-desc strong { color: var(--bot-yellow); }
@media (max-width: 900px) {
  .bot-home__addons { grid-template-columns: 1fr; max-width: 520px; margin: auto; }
}

/* ----- Mais serviços ----- */
.bot-home__service-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 28px; align-items: stretch; }
.bot-home__service-panel { padding: 40px; border-radius: 20px; color: #fff; background: linear-gradient(130deg, #082f70, #0875c9); }
.bot-home__service-panel h2 { color: #fff; }
.bot-home__service-panel p { max-width: 500px; margin: 17px 0 25px; font-size: 16px; line-height: 1.55; opacity: .88; }
.bot-home__service-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.bot-home__service-link { display: block; padding: 17px 15px; border: 1px solid #deebf8; border-radius: 14px; background: #fff; font-size: 14px; font-weight: 800; transition: border .2s, color .2s; }
.bot-home__service-link:hover { border-color: var(--bot-blue); color: var(--bot-blue); }
@media (max-width: 900px) {
  .bot-home__service-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .bot-home__service-links { grid-template-columns: 1fr; }
  .bot-home__service-panel { padding: 30px 25px; }
}

/* ----- Conteúdos úteis ----- */
.bot-home__article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.bot-home__article { display: flex; align-items: center; justify-content: space-between; gap: 13px; min-height: 94px; padding: 19px; border: 1px solid #e1e9f4; border-radius: 14px; background: #fff; color: var(--bot-ink); font-size: 14px; font-weight: 750; line-height: 1.4; transition: transform .2s, border .2s, box-shadow .2s; }
.bot-home__article:after { content: '→'; flex: 0 0 auto; color: var(--bot-blue); font-size: 20px; font-weight: 900; }
.bot-home__article:hover { border-color: #9bc5f2; transform: translateY(-3px); box-shadow: 0 10px 22px rgba(26, 62, 113, .1); }
@media (max-width: 900px) {
  .bot-home__article-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .bot-home__article-grid { grid-template-columns: 1fr; }
}


/* ============================================================
   ESPECÍFICO — minha-bot-elementor.html
   ============================================================ */

/* ----- Cards da área do cliente ----- */
.bot-home__client-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.bot-home__client-card { display: flex; flex-direction: column; padding: 31px 27px; border: 1px solid #e1e9f4; border-radius: 17px; background: #fff; box-shadow: 0 9px 23px rgba(26, 62, 113, .06); transition: transform .2s, box-shadow .2s; }
.bot-home__client-card:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(26, 62, 113, .12); }
.bot-home__client-card h3 { margin: 0 0 14px; font-size: 19px; color: var(--bot-ink); }
.bot-home__client-card p { flex: 1; margin: 0 0 26px; color: var(--bot-muted); font-size: 14px; line-height: 1.6; }
.bot-home__client-card .bot-home__button { align-self: flex-start; }
@media (max-width: 900px) {
  .bot-home__client-grid { grid-template-columns: 1fr; max-width: 520px; margin: auto; }
}


/* ============================================================
   ESPECÍFICO — contato-elementor.html
   ============================================================ */

/* ----- Layout: informações + formulário ----- */
.bot-home__contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 28px; align-items: start; }
.bot-home__contact-info { display: flex; flex-direction: column; gap: 16px; }
.bot-home__contact-item { display: flex; align-items: flex-start; gap: 14px; padding: 22px; border: 1px solid #e1e9f4; border-radius: 16px; background: #fff; box-shadow: 0 9px 23px rgba(26, 62, 113, .06); }
.bot-home__contact-item b { display: block; font-size: 14px; color: var(--bot-ink); }
.bot-home__contact-item span, .bot-home__contact-item a { display: block; margin-top: 4px; color: var(--bot-muted); font-size: 13px; line-height: 1.5; }
.bot-home__contact-item a:hover { color: var(--bot-blue); }

/* ----- Cartão do formulário ----- */
.bot-home__contact-form { padding: 34px; border: 1px solid #e1e9f4; border-radius: 20px; background: #fff; box-shadow: 0 9px 23px rgba(26, 62, 113, .06); }
.bot-home__contact-form h3 { margin: 0 0 8px; font-size: 20px; color: var(--bot-ink); }
.bot-home__contact-form > p { margin: 0 0 22px; color: var(--bot-muted); font-size: 14px; line-height: 1.55; }

/* Ajustes leves no formulário HubSpot para acompanhar o visual do site */
.bot-home__contact-form .hs-form-field { margin-bottom: 16px; }
.bot-home__contact-form .hs-form-field label { display: block; margin-bottom: 6px; color: var(--bot-ink); font-size: 13px; font-weight: 700; }
.bot-home__contact-form .input { width: 100%; }
.bot-home__contact-form .hs-input { width: 100%; min-height: 46px; padding: 0 14px; border: 1px solid #dbe4f0; border-radius: 10px; background: #fff; font-family: inherit; font-size: 14px; color: var(--bot-ink); }
.bot-home__contact-form textarea.hs-input { min-height: 110px; padding: 12px 14px; resize: vertical; }
.bot-home__contact-form .hs-input:focus { outline: none; border-color: var(--bot-blue); box-shadow: 0 0 0 3px rgba(7, 86, 184, .12); }
.bot-home__contact-form .hs-error-msgs { margin: 6px 0 0; padding: 0; list-style: none; color: #c62828; font-size: 12px; }
.bot-home__contact-form .hs-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 26px; border: 0; border-radius: 10px; background: var(--bot-yellow); color: #17243c; font-size: 14px; font-weight: 800; cursor: pointer; transition: transform .2s, box-shadow .2s; }
.bot-home__contact-form .hs-button:hover { transform: translateY(-2px); box-shadow: 0 9px 18px rgba(255, 210, 46, .28); }
.bot-home__contact-form #agilize-result { font-size: 14px; }
@media (max-width: 900px) {
  .bot-home__contact-grid { grid-template-columns: 1fr; }
}


/* ============================================================
   ESPECÍFICO — desbloqueio-de-confianca-elementor.html
   ============================================================ */

/* ----- Selos de duração/frequência ----- */
.bot-home__unlock-highlight { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin: 0 auto 8px; }
.bot-home__unlock-tag { display: inline-flex; align-items: center; gap: 8px; padding: 10px 18px; border-radius: 99px; background: #eaf3ff; color: var(--bot-blue); font-size: 13px; font-weight: 800; }

/* ----- Canais de desbloqueio (3 cards com passo a passo numerado) ----- */
.bot-home__unlock-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.bot-home__unlock-card { display: flex; flex-direction: column; padding: 29px; border: 1px solid #e1e9f4; border-radius: 17px; background: #fff; box-shadow: 0 9px 23px rgba(26, 62, 113, .06); }
.bot-home__unlock-card-head { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.bot-home__unlock-card h3 { margin: 0; font-size: 17px; line-height: 1.3; color: var(--bot-ink); }
.bot-home__unlock-steps { flex: 1; margin: 0 0 20px; padding: 0; list-style: none; counter-reset: unlock-step; }
.bot-home__unlock-steps li { position: relative; padding: 0 0 16px 32px; color: var(--bot-muted); font-size: 14px; line-height: 1.55; }
.bot-home__unlock-steps li:last-child { padding-bottom: 0; }
.bot-home__unlock-steps li:before { counter-increment: unlock-step; content: counter(unlock-step); position: absolute; left: 0; top: 0; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: var(--bot-blue); color: #fff; font-size: 12px; font-weight: 900; }
.bot-home__unlock-card > .bot-home__button { margin-top: auto; width: 100%; }
.bot-home__unlock-card-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: auto; }
.bot-home__unlock-card-actions .bot-home__button { flex: 1; }
@media (max-width: 900px) {
  .bot-home__unlock-grid { grid-template-columns: 1fr; max-width: 520px; margin: auto; }
}

/* ----- Avisos pós-desbloqueio (reaproveita o cartão amarelo de .bot-home__plans-note) ----- */
.bot-home__unlock-notes { display: flex; flex-direction: column; gap: 14px; max-width: 820px; margin: 0 auto; }
.bot-home__unlock-notes .bot-home__plans-note { margin-top: 0; }


/* ============================================================
   ESPECÍFICO — obrigado-plano-elementor.html e obrigado-contato-elementor.html
   ============================================================ */

/* ----- Confirmação ----- */
.bot-home__confirm { padding: 100px 0; text-align: center; }
.bot-home__confirm-badge { width: 76px; height: 76px; margin: 0 auto 24px; border-radius: 50%; display: grid; place-items: center; background: linear-gradient(145deg, #075abb, #07357b); color: #fff; font-size: 34px; font-weight: 900; box-shadow: 0 16px 35px rgba(4, 62, 142, .25); }
.bot-home__confirm-status { display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px; margin-bottom: 18px; border-radius: 99px; background: #eaf3ff; color: var(--bot-blue); font-size: 13px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.bot-home__confirm-message { max-width: 520px; margin: 14px auto 0; color: var(--bot-muted); font-size: 16px; line-height: 1.6; }
.bot-home__confirm .bot-home__button { margin-top: 30px; }
@media (max-width: 560px) {
  .bot-home__confirm { padding: 70px 0; }
}
