/* ============================================================
   MinhasOfertas — folha de estilo
   Tema claro neutro • acentos vermelho Claro
   (visual próprio: fontes Sora + Nunito Sans)
   ============================================================ */

:root {
  --red: #ed1c24;
  --red-deep: #c40d14;
  --red-tint: #fef1f1;
  --ink: #16181d;          /* texto principal (cor fixa, nunca igual ao fundo) */
  --muted: #6d7280;
  --bg: #f6f7f9;           /* fundo geral frio/claro */
  --card: #ffffff;
  --soft: #eef1f5;         /* superfície neutra suave */
  --line: #e6e8ee;
  --r-lg: 22px;
  --r-md: 16px;
  --r-sm: 12px;
  --sh-1: 0 6px 20px rgba(22, 24, 29, 0.06);
  --sh-2: 0 24px 50px -28px rgba(22, 24, 29, 0.28);
  --shell: 1160px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
[id] { scroll-margin-top: 90px; }

body {
  font-family: "Nunito Sans", system-ui, -apple-system, sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.shell { width: 100%; max-width: var(--shell); margin: 0 auto; padding: 0 22px; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4, h5 { font-family: "Sora", sans-serif; font-weight: 700; line-height: 1.2; letter-spacing: -0.015em; color: var(--ink); }

/* ===== Botões ===== */
.bt {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: "Sora", sans-serif; font-weight: 600; font-size: .96rem;
  padding: 12px 22px; border-radius: var(--r-sm);
  border: 2px solid transparent; cursor: pointer;
  transition: transform .15s ease, background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.bt:active { transform: translateY(1px); }
.bt-pill { border-radius: 999px; }
.bt-big { padding: 15px 30px; font-size: 1.04rem; }
.bt-block { width: 100%; }

.bt-red { background: var(--red); color: #fff; box-shadow: 0 12px 24px -14px rgba(237,28,36,.75); }
.bt-red:hover { background: var(--red-deep); transform: translateY(-2px); }
.bt-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.bt-ghost:hover { border-color: var(--red); color: var(--red-deep); }
.bt-outline { background: var(--card); color: var(--red-deep); border-color: var(--line); }
.bt-outline:hover { border-color: var(--red); background: var(--red-tint); }
.bt-white { background: #fff; color: var(--red-deep); }
.bt-white:hover { transform: translateY(-2px); box-shadow: 0 14px 28px -16px rgba(0,0,0,.45); }

/* ===== Header ===== */
.hdr {
  position: sticky; top: 0; z-index: 40;
  background: rgba(246,247,249,.9);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.hdr-in { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.mark { display: flex; align-items: center; gap: 9px; font-family: "Sora", sans-serif; font-weight: 700; font-size: 1.18rem; }
.mark b { color: var(--red); }
.mark-ic {
  display: grid; place-items: center; width: 34px; height: 34px;
  background: var(--red); color: #fff; border-radius: 10px; font-size: 1rem;
}
.menu { display: flex; gap: 26px; }
.menu a { color: var(--muted); font-weight: 600; font-size: .94rem; transition: color .2s; }
.menu a:hover { color: var(--red); }

/* ===== Hero ===== */
.hero { padding: 70px 0 60px; }
.hero-in { display: grid; grid-template-columns: 1.1fr .9fr; gap: 50px; align-items: center; }
.flag {
  display: inline-block; font-family: "Sora", sans-serif; font-weight: 600;
  font-size: .82rem; color: var(--red-deep);
  background: var(--red-tint); border: 1px solid #fbd9da;
  padding: 7px 15px; border-radius: 999px; margin-bottom: 20px;
}
.hero-left h1 { font-size: clamp(2.2rem, 4.8vw, 3.4rem); font-weight: 800; }
.hero-left h1 .red { color: var(--red); }
.hero-p { color: var(--muted); font-size: 1.12rem; margin: 20px 0 28px; max-width: 34em; }
.hero-cta { display: flex; gap: 13px; flex-wrap: wrap; }
.badges { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; }
.badge-chip { font-size: .86rem; font-weight: 600; color: var(--ink); background: var(--soft); padding: 8px 14px; border-radius: 999px; }

/* Painel do hero (lista de serviços, não card de preço) */
.hero-panel {
  background: var(--card); border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: 28px; box-shadow: var(--sh-2);
}
.panel-top { padding-bottom: 18px; border-bottom: 1px dashed var(--line); margin-bottom: 18px; }
.panel-label {
  display: inline-block; font-family: "Sora", sans-serif; font-weight: 600; font-size: .76rem;
  text-transform: uppercase; letter-spacing: .06em; color: var(--red-deep);
  background: var(--red-tint); padding: 5px 12px; border-radius: 999px; margin-bottom: 14px;
}
.panel-speed { font-family: "Sora", sans-serif; font-weight: 800; font-size: 3rem; line-height: 1; color: var(--ink); }
.panel-speed small { font-size: 1.1rem; color: var(--muted); font-weight: 600; margin-left: 6px; }
.panel-price { font-family: "Sora", sans-serif; font-weight: 700; font-size: 1.5rem; color: var(--red); margin-top: 8px; }
.panel-price small { font-size: .9rem; color: var(--muted); font-weight: 500; }
.panel-list { list-style: none; display: grid; gap: 12px; margin-bottom: 20px; }
.panel-list li { position: relative; padding-left: 28px; }
.panel-list li::before {
  content: "✓"; position: absolute; left: 0; top: -1px;
  display: grid; place-items: center; width: 20px; height: 20px;
  background: var(--red); color: #fff; border-radius: 50%; font-size: .72rem; font-weight: 700;
}
.panel-note { text-align: center; color: var(--muted); font-size: .82rem; margin-top: 12px; }

/* ===== Métricas ===== */
.metrics { padding: 8px 0 40px; }
.metrics-in {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
  background: var(--ink); border-radius: var(--r-md); padding: 28px 24px;
}
.metric { text-align: center; color: #fff; }
.metric b { display: block; font-family: "Sora", sans-serif; font-weight: 800; font-size: 1.7rem; }
.metric span { color: #b9bcc6; font-size: .85rem; }

/* ===== Cabeçalho de seção ===== */
.sec-head { text-align: center; max-width: 620px; margin: 0 auto 44px; }
.tag {
  display: inline-block; font-family: "Sora", sans-serif; font-weight: 600;
  font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; color: var(--red);
  margin-bottom: 10px;
}
.sec-head h2 { font-size: clamp(1.8rem, 3.6vw, 2.5rem); font-weight: 800; }
.sec-head p { color: var(--muted); margin-top: 12px; }

/* ===== Planos ===== */
.planos { padding: 80px 0; }
.grid-planos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.plano {
  position: relative; background: var(--card); border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: 28px 24px;
  display: flex; flex-direction: column; box-shadow: var(--sh-1);
  transition: transform .18s ease, box-shadow .2s ease, border-color .2s ease;
}
.plano:hover { transform: translateY(-5px); box-shadow: var(--sh-2); }
.plano-fav { border: 2px solid var(--red); }
.plano-pro { border: 2px solid #d4d7df; }
.plano-fav, .plano-pro { padding-top: 40px; }

.fav-tag {
  position: absolute; top: -13px; left: 24px;
  background: var(--red); color: #fff; font-family: "Sora", sans-serif;
  font-weight: 600; font-size: .76rem; padding: 6px 14px; border-radius: 999px;
  box-shadow: 0 8px 16px -8px rgba(237,28,36,.6);
}
.fav-dark { background: #2b2e36; box-shadow: none; }

.plano-pill {
  display: inline-block; font-family: "Sora", sans-serif; font-weight: 700;
  font-size: 1.1rem; color: var(--red-deep);
  background: var(--red-tint); padding: 6px 14px; border-radius: 10px; margin-bottom: 14px;
}
.plano-pill small { font-size: .78rem; color: var(--muted); font-weight: 600; }
.plano-top h3 { font-size: 1.2rem; }
.plano-desc { color: var(--muted); font-size: .92rem; margin: 4px 0 0; min-height: 2.4em; }
.plano-valor { font-family: "Sora", sans-serif; font-weight: 800; font-size: 1.8rem; margin: 16px 0 18px; }
.plano-valor small { font-size: .9rem; color: var(--muted); font-weight: 500; }
.plano-itens { list-style: none; display: grid; gap: 10px; margin-bottom: 22px; flex: 1; }
.plano-itens li { position: relative; padding-left: 25px; font-size: .95rem; }
.plano-itens li::before {
  content: "✓"; position: absolute; left: 0; color: var(--red); font-weight: 800;
}

/* ===== Incluso ===== */
.incluso { padding: 80px 0; background: var(--soft); }
.grid-incluso { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.inc {
  background: var(--card); border: 1px solid var(--line);
  border-radius: var(--r-md); padding: 26px; box-shadow: var(--sh-1);
  transition: transform .18s ease;
}
.inc:hover { transform: translateY(-4px); }
.inc-ic {
  display: grid; place-items: center; width: 50px; height: 50px;
  background: var(--red-tint); border-radius: 14px; font-size: 1.5rem; margin-bottom: 16px;
}
.inc h4 { font-size: 1.08rem; margin-bottom: 6px; }
.inc p { color: var(--muted); font-size: .94rem; }

/* ===== Tabela ===== */
.tabela { padding: 80px 0; }
.tb-scroll { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--r-md); box-shadow: var(--sh-1); }
.tb { width: 100%; border-collapse: collapse; min-width: 680px; background: var(--card); }
.tb thead th {
  background: var(--soft); text-align: left; padding: 16px 20px;
  font-family: "Sora", sans-serif; font-size: .8rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .04em; color: var(--muted);
}
.tb td { padding: 16px 20px; border-top: 1px solid var(--line); font-size: .95rem; }
.tb tbody tr:hover { background: #fafbfc; }
.tb tbody td:first-child { font-weight: 700; }
.tb tbody td:last-child { font-family: "Sora", sans-serif; font-weight: 700; color: var(--red-deep); }
.tb-fav { background: var(--red-tint); }
.tb-fav:hover { background: var(--red-tint) !important; }

/* ===== Faixa CTA ===== */
.faixa { padding: 76px 0; }
.faixa-in {
  display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap;
  background: linear-gradient(120deg, var(--red-deep), var(--red) 60%, #ff4d54);
  border-radius: var(--r-lg); padding: 44px 40px;
}
.faixa-tx h2 { color: #fff; font-size: clamp(1.6rem, 3vw, 2.2rem); max-width: 16em; }
.faixa-tx p { color: rgba(255,255,255,.92); margin-top: 8px; }

/* ===== FAQ ===== */
.faq { padding: 80px 0; background: var(--soft); }
.faq-shell { max-width: 820px; }
.ac {
  background: var(--card); border: 1px solid var(--line);
  border-radius: var(--r-sm); margin-bottom: 12px; padding: 2px 22px;
  transition: border-color .2s;
}
.ac[open] { border-color: var(--red); }
.ac summary {
  list-style: none; cursor: pointer; font-family: "Sora", sans-serif; font-weight: 600;
  padding: 18px 0; display: flex; align-items: center; gap: 14px;
}
.ac summary::-webkit-details-marker { display: none; }
.ac summary::before {
  content: "+"; flex-shrink: 0;
  display: grid; place-items: center; width: 26px; height: 26px;
  background: var(--red-tint); color: var(--red-deep); border-radius: 8px;
  font-size: 1.2rem; transition: transform .2s, background .2s;
}
.ac[open] summary::before { content: "−"; background: var(--red); color: #fff; }
.ac div { color: var(--muted); padding: 0 0 20px 40px; }

/* ===== Footer ===== */
.ft { background: var(--ink); color: #c7cad2; padding-top: 54px; }
.ft-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; padding-bottom: 42px; }
.mark-ft { color: #fff; margin-bottom: 14px; }
.mark-ft b { color: #ff6168; }
.ft-brand p { color: #9396a1; max-width: 30em; font-size: .93rem; }
.ft-col h5 { color: #fff; font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 14px; }
.ft-col a, .ft-mini { display: block; color: #c7cad2; font-size: .93rem; margin-bottom: 10px; transition: color .2s; }
.ft-col a:hover { color: #ff6168; }
.ft-mini { color: #9396a1; }

.ft-base { border-top: 1px solid #2a2d35; padding: 20px 0; }
.ft-base-in { display: flex; justify-content: space-between; align-items: center; gap: 14px; flex-wrap: wrap; }
.ft-base-in p { color: #9396a1; font-size: .85rem; }
.ft-legal { display: flex; align-items: center; gap: 10px; }
.ft-legal a { color: #c7cad2; transition: color .2s; }
.ft-legal a:hover { color: #ff6168; text-decoration: underline; }
.ft-legal span { color: #565965; }

/* ===== Páginas legais ===== */
.legal { padding: 54px 0 80px; }
.legal .shell { max-width: 800px; }
.legal-top { padding: 34px 0; border-bottom: 1px solid var(--line); margin-bottom: 36px; }
.legal-back { color: var(--muted); font-size: .92rem; }
.legal-back:hover { color: var(--red); }
.legal h1 { font-size: clamp(2rem, 4vw, 2.7rem); margin-top: 12px; }
.legal-date { color: var(--muted); font-size: .9rem; margin-top: 8px; }
.legal h2 { font-size: 1.28rem; margin: 32px 0 12px; }
.legal h2:first-of-type { margin-top: 0; }
.legal p, .legal li { color: #4a4e5a; margin-bottom: 12px; }
.legal ul { padding-left: 22px; margin-bottom: 12px; }
.legal li { margin-bottom: 8px; }
.legal strong { color: var(--ink); }
.legal a.inline { color: var(--red-deep); text-decoration: underline; }

/* ===== Responsivo ===== */
@media (max-width: 900px) {
  .hero-in { grid-template-columns: 1fr; gap: 36px; }
  .hero-panel { max-width: 420px; }
  .metrics-in { grid-template-columns: repeat(2, 1fr); gap: 22px; }
  .grid-planos { grid-template-columns: repeat(2, 1fr); }
  .grid-incluso { grid-template-columns: repeat(2, 1fr); }
  .ft-grid { grid-template-columns: 1fr 1fr; }
  .ft-brand { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .menu { display: none; }
  /* tabela vira cartões */
  .tb { min-width: 0; }
  .tb thead { display: none; }
  .tb, .tb tbody, .tb tr, .tb td { display: block; width: 100%; }
  .tb tbody tr { border: 1px solid var(--line); border-radius: var(--r-sm); margin-bottom: 12px; overflow: hidden; }
  .tb td { display: flex; justify-content: space-between; padding: 12px 18px; border-top: none; }
  .tb td + td { border-top: 1px solid var(--line); }
  .tb td::before { content: attr(data-c); color: var(--muted); font-weight: 700; }
  .tb tbody td:first-child { background: var(--red-tint); }
}

@media (max-width: 560px) {
  .grid-planos { grid-template-columns: 1fr; }
  .grid-incluso { grid-template-columns: 1fr; }
  .ft-grid { grid-template-columns: 1fr; }
  .hero { padding: 50px 0 40px; }
  .faixa-in { padding: 34px 24px; }
}
