:root {
  --blue: #1d4ed8;
  --blue-600: #2563eb;
  --blue-50: #eff4ff;
  --blue-100: #dbe6ff;
  --ink: #0f172a;
  --muted: #64748b;
  --line: #e5e9f2;
  --bg: #ffffff;
  --radius: 18px;
  --shadow: 0 10px 30px -12px rgba(15, 23, 42, .15);
  --bs-primary: var(--blue);
  --bs-primary-rgb: 29, 78, 216;
  --bs-body-font-family: "Plus Jakarta Sans", system-ui, sans-serif;
}

html, body { background: var(--bg); color: var(--ink); }
body { font-family: "Plus Jakarta Sans", system-ui, sans-serif; display: flex; flex-direction: column; min-height: 100vh; -webkit-font-smoothing: antialiased; }
main { flex: 1; }
h1, h2, h3, .brand-name, .stat-value, .btn-main { font-family: "Montserrat", sans-serif; }
.text-blue { color: var(--blue); }

/* Header */
/* Fundo opaco (sem backdrop-filter): o menu usa mix-blend-mode e precisa
   enxergar o que está atrás dele no mesmo contexto de empilhamento. */
.topbar { background: #fff; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 99; }
.topbar > .container { padding-top: .65rem; padding-bottom: .65rem; }
.skip-link { position: absolute; top: .5rem; left: .5rem; z-index: 200; background: #fff; padding: .5rem .9rem; border-radius: 10px; }
.brand-avatar { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; border: 2px solid var(--blue-100); }
.brand-name { color: var(--ink); font-size: 1.02rem; font-weight: 700; }
.brand-sub { color: var(--muted); font-size: .74rem; }

/* Hero / acesso */
/* Em telas grandes o conteúdo ocupa a altura toda, sem sobra embaixo */
.page-acesso main { display: flex; }
.hero { background: radial-gradient(1000px 420px at 85% -10%, var(--blue-50), transparent 70%), #fff; flex: 1; display: flex; align-items: center; }
.hero > .container { width: 100%; }
.eyebrow { display: inline-flex; align-items: center; gap: .5rem; font-family: Sora, sans-serif; font-size: .74rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--blue); background: #fff; border: 0; padding: .5rem 1rem; border-radius: 999px; box-shadow: 0 4px 12px -8px rgba(29,78,216,.28); }
.eyebrow i { font-size: 1.05rem; }
.hero-title { font-weight: 800; font-size: clamp(1.45rem, 6.6vw, 2.9rem); line-height: 1.16; letter-spacing: -.02em; }
.hero-text { color: var(--muted); font-size: 1.06rem; max-width: 34rem; }
.feature-list { list-style: none; padding: 0; margin: 0; display: grid; gap: .85rem; }
.feature-list li { display: flex; gap: .8rem; align-items: center; color: #334155; }
.feature-list i { flex: none; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; background: transparent; border: 1px solid var(--line); color: var(--blue); font-size: 1.1rem; }
.agent-card { align-items: center; gap: .9rem; padding: .8rem 1.1rem .8rem .8rem; border: 1px solid var(--line); border-radius: 999px; width: fit-content; }
.agent-card img { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; }
.agent-card strong { display: block; font-family: Montserrat, sans-serif; }
.agent-card small { color: var(--muted); }

.login-card { background: #fff; border: 1px solid var(--line); border-radius: 24px; padding: 2rem; box-shadow: none; }
.login-avatar { width: 88px; height: 88px; border-radius: 50%; object-fit: cover; border: 4px solid #fff; box-shadow: 0 0 0 2px var(--blue-100); }
.login-title { font-weight: 700; font-size: 1.35rem; }
.form-label { font-weight: 600; font-size: .9rem; color: #334155; }
.input-icon { position: relative; }
.input-icon > i { position: absolute; left: 1rem; top: 50%; transform: translateY(-50%); color: var(--muted); pointer-events: none; z-index: 2; }
.input-icon .form-control { padding-left: 2.8rem; border-radius: 14px; border-color: var(--line); font-size: 1rem; min-height: 54px; }
.form-control:focus { border-color: var(--blue); box-shadow: 0 0 0 .25rem rgba(29,78,216,.15); }
.btn-primary { --bs-btn-bg: var(--blue); --bs-btn-border-color: var(--blue); --bs-btn-hover-bg: #1e40af; --bs-btn-hover-border-color: #1e40af; --bs-btn-active-bg: #1e3a8a; }
.btn-outline-primary { --bs-btn-color: var(--blue); --bs-btn-border-color: var(--blue); --bs-btn-hover-bg: var(--blue); --bs-btn-hover-border-color: var(--blue); }
.btn-main { border-radius: 14px; font-weight: 700; min-height: 54px; transition: transform .15s ease, box-shadow .15s ease; }
.btn-main:hover { transform: translateY(-1px); box-shadow: 0 10px 20px -8px rgba(29,78,216,.55); }
.secure-note { display: flex; gap: .5rem; align-items: center; justify-content: center; font-size: .8rem; color: var(--muted); }
.secure-note i { color: #16a34a; }
.hp-wrap { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* Painel */
.page-title { font-weight: 800; font-size: clamp(1.6rem, 3vw, 2.2rem); letter-spacing: -.02em; }
.section-title { font-weight: 700; font-size: 1.25rem; }
.stat-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.3rem 1.4rem; }
.stat-highlight { background: linear-gradient(135deg, var(--blue) 0%, #3b6cf0 100%); border: 0; color: #fff; }
.stat-highlight .stat-label { color: rgba(255,255,255,.8); }
.stat-label { font-size: .78rem; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); }
.stat-value { font-size: 1.6rem; font-weight: 800; color: var(--blue); }
.stat-value--ok { color: #16a34a; }
.stat-phase { font-family: Montserrat, sans-serif; font-weight: 700; font-size: 1.1rem; }
.progress-blue { height: 10px; border-radius: 999px; background: var(--blue-50); }
.progress-blue .progress-bar { width: 0; background: var(--blue); border-radius: 999px; transition: width 1s cubic-bezier(.2,.8,.2,1), background-color .4s ease; }
/* Quanto mais adiantado o processo, mais escura a barra; concluído fica verde */
.progress-bar.n-inicio { background: #9dbcf8; }
.progress-bar.n-baixo { background: #6f9cf3; }
.progress-bar.n-medio { background: #2563eb; }
.progress-bar.n-alto { background: #1e3a8a; }
.progress-bar.n-completo { background: #16a34a; }
.progress-blue:has(.n-completo) { background: #dcfce7; }
.info-list { list-style: none; padding: 0; margin: 0; display: grid; gap: .5rem; }
.info-list li { display: flex; gap: .6rem; align-items: center; }
.info-list i { color: var(--blue); }

.pending-box { background: #fffbeb; border: 1px solid #fde68a; color: #92400e; border-radius: var(--radius); padding: 1.1rem 1.3rem; }

.badge-status { display: inline-flex; align-items: center; font-size: .74rem; font-weight: 600; padding: .3rem .7rem; border-radius: 999px; background: #f1f5f9; color: #334155; }
.s-concluida { background: #dcfce7; color: #166534; }
.s-andamento { background: var(--blue-100); color: var(--blue); }
.s-aguardando { background: #fef3c7; color: #92400e; }
.s-prevista { background: #f1f5f9; color: var(--muted); }
.stat-highlight .badge-status { background: rgba(255,255,255,.2); color: #fff; }

/* Timeline */
.timeline { list-style: none; padding: 0; margin: 0; position: relative; }
.timeline::before { content: ""; position: absolute; left: 19px; top: 8px; bottom: 8px; width: 2px; background: var(--line); }
.tl-item { position: relative; padding-left: 58px; margin-bottom: 1.25rem; }
.tl-dot { position: absolute; left: 0; top: 14px; width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: #fff; border: 2px solid var(--line); color: var(--muted); z-index: 1; }
.t-concluida .tl-dot { background: var(--blue); border-color: var(--blue); color: #fff; }
.t-andamento .tl-dot { border-color: var(--blue); color: var(--blue); box-shadow: 0 0 0 6px var(--blue-50); }
.t-aguardando .tl-dot { border-color: #f59e0b; color: #d97706; box-shadow: 0 0 0 6px #fffbeb; }
.tl-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.2rem 1.3rem; transition: box-shadow .2s ease, transform .2s ease; }
.tl-card:hover { box-shadow: var(--shadow); }
.tl-date { font-size: .82rem; font-weight: 600; color: var(--blue); }
.tl-title { font-size: 1.05rem; font-weight: 700; margin-bottom: .35rem; }
.tl-text { color: #475569; margin-bottom: .5rem; }
.tl-wait { font-size: .9rem; background: #fffbeb; color: #92400e; border-radius: 10px; padding: .5rem .75rem; margin: .5rem 0 0; }

.media-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); gap: .6rem; margin-top: .9rem; }
.media-thumb { position: relative; aspect-ratio: 1; border: 0; padding: 0; border-radius: 12px; overflow: hidden; background: var(--blue-50); cursor: zoom-in; }
.media-thumb img, .media-thumb video { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.media-thumb:hover img, .media-thumb:hover video { transform: scale(1.06); }
.media-thumb .play { position: absolute; inset: 0; display: grid; place-items: center; color: #fff; font-size: 2rem; background: rgba(15,23,42,.35); }
.media-modal { background: #0b1220; border: 0; border-radius: 18px; overflow: hidden; }
.media-full { max-width: 100%; max-height: 78vh; display: block; margin: 0 auto; }

.empty-state { text-align: center; color: var(--muted); border: 2px dashed var(--line); border-radius: var(--radius); padding: 3rem 1.5rem; }
.empty-state i { font-size: 2.2rem; color: var(--blue); display: block; margin-bottom: .6rem; }

/* Login do painel (substitui a tela padrão do Django) */
.admin-login { background: radial-gradient(900px 380px at 50% -10%, var(--blue-50), transparent 70%), #fff; }
.admin-login__wrap { min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 2rem 1rem; }
.admin-login__card { width: 100%; max-width: 420px; }
.admin-login__back { margin: 1.25rem 0 0; font-size: .85rem; }
.admin-login__back a { color: var(--muted); text-decoration: none; }
.admin-login__back a:hover { color: var(--blue); }

.footer { border-top: 1px solid var(--line); color: var(--muted); font-size: .82rem; }
.footer strong { color: var(--ink); }

@media (max-width: 575.98px) {
  .login-card { padding: 1.5rem 1.2rem; border-radius: 20px; }
  .brand-sub { font-size: .68rem; }
  .brand-avatar { width: 40px; height: 40px; }
  .tl-item { padding-left: 48px; }
  .timeline::before { left: 16px; }
  .tl-dot { width: 34px; height: 34px; font-size: .85rem; }
  .media-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (prefers-reduced-motion: reduce) { * { transition: none !important; } }


/* ==== Cards de resumo do cliente ==== */
.resumo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.rc {
  position: relative; overflow: hidden; display: flex; flex-direction: column; gap: 1rem;
  background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 1.4rem;
  transition: transform .25s cubic-bezier(.2,.8,.2,1), box-shadow .25s ease, border-color .25s ease;
}
.rc:hover { transform: translateY(-3px); box-shadow: 0 20px 40px -22px rgba(29,78,216,.45); border-color: var(--blue-100); }
.rc-chip {
  position: relative; z-index: 1; width: 48px; height: 48px; border-radius: 16px; display: grid; place-items: center;
  font-size: 1.6rem; color: #fff; background: linear-gradient(135deg, #3b6cf0, var(--blue));
  box-shadow: 0 10px 20px -10px rgba(29,78,216,.8);
}
.rc-corpo { position: relative; z-index: 1; display: flex; flex-direction: column; gap: .5rem; flex: 1; }
.rc-rotulo { font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); }
.rc-titulo { font-family: Montserrat, sans-serif; font-weight: 800; font-size: 1.35rem; line-height: 1.25; margin: 0; }
.rc-nota { color: var(--muted); font-size: .88rem; }

.rc-anel {
  --cor: var(--blue); --track: var(--blue-50);
  position: relative; width: 116px; height: 116px; display: grid; place-items: center;
  font-family: Montserrat, sans-serif; font-weight: 800; font-size: 1.6rem; color: var(--cor);
}
.rc-anel::before {
  content: ""; position: absolute; inset: 0; border-radius: 50%;
  background: conic-gradient(var(--cor) calc(var(--p) * 1%), var(--track) 0);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 12px), #000 calc(100% - 11px));
          mask: radial-gradient(farthest-side, transparent calc(100% - 12px), #000 calc(100% - 11px));
}
.rc-anel span { position: relative; }
.rc-anel.n-inicio { --cor: #9dbcf8; } .rc-anel.n-baixo { --cor: #6f9cf3; } .rc-anel.n-medio { --cor: #2563eb; }
.rc-anel.n-alto { --cor: #1e3a8a; } .rc-anel.n-completo { --cor: #16a34a; --track: #dcfce7; }

.rc--fase { background: linear-gradient(150deg, #1d4ed8 0%, #1e3a8a 100%); border-color: transparent; color: #fff; }
.rc--fase .rc-chip { background: rgba(255,255,255,.16); box-shadow: none; backdrop-filter: blur(4px); }
.rc--fase .rc-rotulo { color: rgba(255,255,255,.75); }
.rc--fase .badge-status { align-self: flex-start; background: rgba(255,255,255,.18); color: #fff; }

.rc-lista { list-style: none; margin: 0; padding: 0; display: grid; gap: .75rem; }
.rc-lista li { display: flex; align-items: center; gap: .8rem; font-weight: 600; }
.rc-lista .chip {
  flex: none; width: 38px; height: 38px; display: flex; align-items: center; justify-content: center;
  border-radius: 12px; background: var(--blue-50); color: var(--blue); font-size: 1.25rem; line-height: 1;
}
.rc-lista small { display: block; font-weight: 500; font-size: .74rem; color: var(--muted); }

@media (max-width: 991.98px) { .resumo-grid { grid-template-columns: 1fr 1fr; } .rc--dados { grid-column: 1 / -1; } }
@media (max-width: 575.98px) { .resumo-grid { grid-template-columns: 1fr; } }

/* ==== Vantagens da landing ==== */
.vantagens { list-style: none; padding: 0; margin: 0; display: grid; gap: .7rem; max-width: 34rem; }
.vantagens li {
  display: flex; align-items: center; gap: 1rem; padding: .85rem 1.1rem;
  background: #fff; border: 1px solid var(--line); border-radius: 18px;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.vantagens li:hover { transform: translateX(6px); border-color: var(--blue-100); box-shadow: 0 14px 30px -20px rgba(29,78,216,.5); }
.vantagens .chip {
  flex: none; width: 46px; height: 46px; display: flex; align-items: center; justify-content: center;
  border-radius: 14px; font-size: 1.5rem; line-height: 1; color: #fff;
  background: linear-gradient(135deg, #3b6cf0, var(--blue));
}
.rc-chip, .chip { line-height: 1; }
.rc-chip { display: flex; align-items: center; justify-content: center; }


/* ==== Landing: ordem no celular = apresentação, formulário, vantagens ==== */
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 1.75rem; }
.hero-form { display: flex; justify-content: center; }
.hero-form .login-card { width: 100%; max-width: 480px; }

@media (min-width: 992px) {
  .hero-grid {
    grid-template-columns: minmax(0, 6fr) minmax(0, 5fr);
    grid-template-areas: "intro form" "extras form";
    column-gap: 4.5rem; row-gap: 1.5rem; align-items: center;
  }
  .hero-intro  { grid-area: intro;  align-self: end; }
  .hero-extras { grid-area: extras; align-self: start; }
  .hero-form   { grid-area: form;   align-self: center; }
}
@media (max-width: 991.98px) {
  .hero-extras { padding-top: .5rem; }
  .hero-text { max-width: none; }
}


/* ==== Celular: cabeçalho flutuante com efeito "liquid glass" ==== */
@media (max-width: 767.98px) {
  .topbar {
    position: sticky; top: .7rem; z-index: 99;
    background: transparent; border: 0; padding: 0 .75rem;
    margin-bottom: .5rem;
  }
  .topbar > .container {
    max-width: none; padding: .45rem .7rem;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(255,255,255,.72) 0%, rgba(255,255,255,.38) 100%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
            backdrop-filter: blur(16px) saturate(180%);
    border: 1px solid rgba(255,255,255,.75);
    box-shadow:
      0 6px 16px -10px rgba(15,23,42,.2),
      inset 0 1px 0 rgba(255,255,255,.95),
      inset 0 -1px 0 rgba(29,78,216,.06);
  }
  .topbar .mobile-menu-popover {
    left: .75rem; right: .75rem; top: calc(100% + .5rem);
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(255,255,255,.86), rgba(255,255,255,.62));
    -webkit-backdrop-filter: blur(16px) saturate(180%);
            backdrop-filter: blur(16px) saturate(180%);
    border: 1px solid rgba(255,255,255,.8);
    box-shadow: 0 10px 24px -14px rgba(15,23,42,.25), inset 0 1px 0 rgba(255,255,255,.95);
  }
  .topbar .mobile-menu-link { background: var(--blue); color: #fff; }
  .topbar .mobile-menu-link:hover { background: #1e40af; color: #fff; }
  .topbar .mobile-menu-link.is-active { background: #1e3a8a; color: #fff; }
}
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  @media (max-width: 767.98px) { .topbar > .container { background: rgba(255,255,255,.94); } }
}


/* Celular: laterais um pouco mais curtas (antes 12px, agora 9px) */
@media (max-width: 767.98px) {
  .container { padding-left: 1.4rem !important; padding-right: 1.4rem !important; }
  .topbar { padding: 0 1.1rem; }
  .topbar > .container { padding-left: .9rem !important; padding-right: .9rem !important; }
  .topbar .mobile-menu-popover { left: 1.1rem; right: 1.1rem; }
}


/* ==== Computador: mesmo cabeçalho flutuante "liquid glass" ==== */
@media (min-width: 768px) {
  .topbar {
    position: sticky; top: .85rem; z-index: 99;
    background: transparent; border: 0; padding: 0 1rem;
    margin-bottom: .5rem;
  }
  .topbar > .container {
    padding: .5rem 1rem;
    border-radius: 26px;
    background: linear-gradient(135deg, rgba(255,255,255,.72) 0%, rgba(255,255,255,.38) 100%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
            backdrop-filter: blur(16px) saturate(180%);
    border: 1px solid rgba(255,255,255,.75);
    box-shadow:
      0 6px 16px -10px rgba(15,23,42,.2),
      inset 0 1px 0 rgba(255,255,255,.95),
      inset 0 -1px 0 rgba(29,78,216,.06);
  }
}
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  @media (min-width: 768px) { .topbar > .container { background: rgba(255,255,255,.94); } }
}


/* Celular: etiqueta "Área exclusiva para clientes" centralizada e sem sombra */
@media (max-width: 767.98px) {
  .hero-intro { text-align: center; }
  .hero-intro .eyebrow { display: none; }
  .hero-intro .hero-title { margin-top: 0 !important; }
  .hero-intro .hero-text { margin-left: auto; margin-right: auto; font-size: .92rem; line-height: 1.5; }
}


/* Dados abaixo de "Olá, nome" */
.saudacao-dados { color: var(--muted); }
.saudacao-dados .sd-item i { display: none; }

@media (max-width: 767.98px) {
  .eyebrow-processo { display: none; }
  .saudacao-dados {
    display: flex; flex-direction: column; gap: .45rem; margin-top: .6rem;
    color: #1e293b; font-size: 1rem; font-weight: 600;
  }
  .saudacao-dados .sd-sep { display: none; }
  .saudacao-dados .sd-item { display: flex; align-items: center; gap: .55rem; }
  .saudacao-dados .sd-item i { display: inline-flex; color: var(--blue); font-size: 1.2rem; }
}


/* ==== Página não encontrada ==== */
.page-erro main { display: flex; }
.erro-pagina {
  flex: 1; display: flex; align-items: center; width: 100%;
  background: radial-gradient(900px 380px at 50% 0%, var(--blue-50), transparent 70%), #fff;
  padding: 2rem 0 3rem;
}
.erro-conteudo { max-width: 560px; margin: 0 auto; text-align: center; }
.erro-numero {
  display: flex; align-items: center; justify-content: center; gap: .5rem;
  font-family: Montserrat, sans-serif; font-weight: 800; line-height: 1;
  font-size: clamp(5.5rem, 24vw, 9.5rem); letter-spacing: -.04em;
  color: var(--blue); margin-bottom: 1.25rem;
}
.erro-icone {
  display: inline-flex; align-items: center; justify-content: center;
  width: .78em; height: .78em; border-radius: 30%; font-size: inherit;
  background: linear-gradient(135deg, #3b6cf0, var(--blue)); color: #fff;
}
.erro-icone i { font-size: .5em; line-height: 1; display: flex; }
.erro-titulo { font-weight: 800; font-size: clamp(1.5rem, 5vw, 2.1rem); letter-spacing: -.02em; margin-bottom: .75rem; }
.erro-texto { color: var(--muted); font-size: 1.02rem; margin: 0 auto 1.75rem; max-width: 30rem; }
.erro-acoes { display: flex; flex-direction: column; align-items: center; gap: 1rem; }
.erro-voltar { color: var(--muted); text-decoration: none; font-weight: 600; font-size: .92rem; display: inline-flex; align-items: center; gap: .4rem; }
.erro-voltar:hover { color: var(--blue); }
@media (max-width: 575.98px) { .erro-acoes .specular-button { width: 100%; } }

a.specular-button, a.specular-button:hover { text-decoration: none; color: var(--sb-text-color); }


/* ==== Botões de WhatsApp e Instagram no menu ==== */
.redes-sociais { display: flex; align-items: center; gap: .5rem; margin-left: .25rem; }
.rede {
  width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 1.35rem; line-height: 1; text-decoration: none;
  transition: transform .2s cubic-bezier(.2,.8,.2,1), box-shadow .25s ease;
}
.rede--whatsapp { background: #25d366; box-shadow: 0 8px 16px -10px rgba(37,211,102,.9); }
.rede--instagram {
  background: linear-gradient(45deg, #feda75 0%, #fa7e1e 28%, #d62976 62%, #962fbf 100%);
  box-shadow: 0 8px 16px -10px rgba(214,41,118,.8);
}
.rede:hover { transform: translateY(-2px) scale(1.06); color: #fff; }
.rede--whatsapp:hover { box-shadow: 0 12px 20px -10px rgba(37,211,102,1); }
.rede--instagram:hover { box-shadow: 0 12px 20px -10px rgba(214,41,118,1); }
.rede:focus-visible, .rede-btn:focus-visible { outline: 2px solid var(--blue); outline-offset: 3px; }

/* No celular ficam dentro do menu, lado a lado */
.mobile-redes { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; }
.rede-btn {
  display: flex; align-items: center; justify-content: center; gap: .5rem;
  padding: 12px 10px; border-radius: 50px; color: #fff; text-decoration: none;
  font-family: Montserrat, sans-serif; font-weight: 700; font-size: .9rem;
}
.rede-btn i { font-size: 1.25rem; }
.rede-btn--whatsapp { background: #25d366; }
.rede-btn--instagram { background: linear-gradient(45deg, #feda75 0%, #fa7e1e 28%, #d62976 62%, #962fbf 100%); }
.rede-btn:hover { color: #fff; filter: brightness(1.05); }

@media (max-width: 767.98px) { .redes-sociais { display: none; } }
@media (min-width: 768px) { .mobile-redes { display: none; } }
