﻿:root {
  --bg: #041128;
  --bg2: #0a2147;
  --card: #0a1734;
  --line: rgba(214, 177, 107, 0.22);
  --text: #ecf2ff;
  --muted: #b6c4dd;
  --gold: #d6b16b;
  --gold-2: #f0d59a;
  --ok: #31c48d;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "IBM Plex Sans", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 10% 10%, rgba(214, 177, 107, 0.12), transparent 30%),
    radial-gradient(circle at 90% 15%, rgba(73, 125, 228, 0.18), transparent 26%),
    linear-gradient(180deg, var(--bg) 0%, #03102a 100%);
}

a { color: inherit; text-decoration: none; }
.container { width: min(1140px, 92vw); margin: 0 auto; }
.section { padding: 86px 0; }
#servicos.section { padding-top: 48px; }
#suporte.section { padding-bottom: 44px; }
#faq.section { padding-top: 52px; }
h1, h2, h3 { font-family: "Sora", sans-serif; letter-spacing: -0.02em; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(8px);
  background: rgba(4, 17, 40, 0.85);
  border-bottom: 1px solid var(--line);
}
.nav {
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 18px;
}
.brand { display: inline-flex; align-items: center; gap: 10px; margin-right: auto; font-weight: 700; }
.brand-dot {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #ba8f49, #f0d59a);
  color: #16233d;
  font-size: 0.76rem;
}
.links { display: flex; align-items: center; gap: 20px; color: var(--muted); }
.links a:hover { color: var(--gold-2); }
.menu-btn {
  display: none;
  border: 0;
  background: transparent;
  color: var(--gold-2);
  font-size: 1.1rem;
}

.btn {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 700;
  transition: 180ms ease;
}
.btn-fill {
  background: linear-gradient(135deg, #ba8f49, #f0d59a);
  color: #15243d;
  box-shadow: 0 8px 20px rgba(214, 177, 107, 0.26);
}
.btn-fill:hover { transform: translateY(-2px); }
.btn-line {
  border: 1px solid var(--line);
  color: var(--gold-2);
  background: rgba(9, 27, 62, 0.6);
}
.btn-line:hover { border-color: rgba(240, 213, 154, 0.7); }

.hero { padding: 84px 0 60px; }
.hero-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 28px; align-items: start; }
.eyebrow {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  font-weight: 700;
  margin-bottom: 14px;
}
.hero-copy h1 { font-size: clamp(2rem, 4.7vw, 3.4rem); line-height: 1.07; margin-bottom: 14px; }
.hero-copy p { color: var(--muted); max-width: 60ch; margin-bottom: 24px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 22px 0; }
.hero-points { list-style: none; display: grid; gap: 10px; }
.hero-points li { color: var(--muted); display: flex; gap: 10px; align-items: center; }
.hero-points i { color: var(--ok); }

.hero-card {
  background: linear-gradient(165deg, rgba(10, 33, 71, 0.92), rgba(8, 21, 48, 0.9));
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 24px;
}
.hero-card h2 { color: var(--gold-2); margin-bottom: 12px; }
.hero-card ul { list-style: none; color: var(--muted); display: grid; gap: 9px; margin-bottom: 18px; }
.metric-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.metric-row article { background: rgba(5, 17, 40, 0.82); border: 1px solid var(--line); border-radius: 10px; padding: 12px; }
.metric-row strong { display: block; color: var(--gold-2); font-family: "Sora", sans-serif; }
.metric-row span { color: var(--muted); font-size: 0.9rem; }

.head { margin-bottom: 24px; }
.head h2 { font-size: clamp(1.5rem, 3vw, 2.3rem); }

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.service-grid article {
  background: rgba(8, 23, 53, 0.9);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 18px;
}
.service-grid i { color: var(--gold); font-size: 1.1rem; margin-bottom: 12px; }
.service-grid h3 { font-size: 1rem; margin-bottom: 8px; }
.service-grid p { color: var(--muted); }

.plans {
  background: linear-gradient(180deg, rgba(5, 19, 46, 0.8), rgba(4, 17, 40, 0.9));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.plan {
  background: rgba(8, 23, 53, 0.9);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 22px;
}
.plan h3 { margin-bottom: 8px; }
.price {
  margin-bottom: 16px;
  font-family: "Sora", sans-serif;
  font-size: 2rem;
  color: var(--gold-2);
}
.price span { font-size: 1rem; }
.price small { font-size: 0.9rem; color: var(--muted); margin-left: 4px; }
.plan ul { list-style: none; display: grid; gap: 9px; margin-bottom: 16px; color: var(--muted); }
.plan ul li::before { content: "+ "; color: var(--gold); }
.featured {
  border-color: rgba(240, 213, 154, 0.6);
  box-shadow: 0 0 0 1px rgba(240, 213, 154, 0.25), 0 14px 28px rgba(0, 0, 0, 0.3);
}
.badge {
  width: fit-content;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(240, 213, 154, 0.15);
  border: 1px solid rgba(240, 213, 154, 0.35);
  color: var(--gold-2);
  font-size: 0.78rem;
  font-weight: 700;
}

.loja-wrap {
  background: rgba(8, 23, 53, 0.9);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.loja-wrap p { color: var(--muted); }
.loja-actions { display: flex; flex-wrap: wrap; gap: 10px; }

.faq { display: grid; gap: 10px; }
.faq-item { border: 1px solid var(--line); border-radius: 12px; background: rgba(8, 23, 53, 0.88); overflow: hidden; }
.faq-q {
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--text);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  font-weight: 600;
}
.faq-q i { color: var(--gold); transition: transform 180ms ease; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 220ms ease; }
.faq-a p { padding: 0 16px 16px; color: var(--muted); }
.faq-item.open .faq-a { max-height: 220px; }
.faq-item.open .faq-q i { transform: rotate(180deg); }

.foot {
  border-top: 1px solid var(--line);
  background: rgba(3, 13, 30, 0.94);
}
.foot-wrap {
  min-height: 66px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--muted);
}

@media (max-width: 980px) {
  .menu-btn { display: inline-grid; place-items: center; }
  .links {
    position: fixed;
    top: 74px;
    right: 16px;
    width: min(260px, calc(100vw - 32px));
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: rgba(8, 23, 53, 0.98);
    display: grid;
    gap: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: 180ms ease;
  }
  .links.open { opacity: 1; visibility: visible; transform: translateY(0); }
  .nav > .btn { display: none; }
  .hero-grid, .service-grid, .plan-grid { grid-template-columns: 1fr; }
  .loja-wrap { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 640px) {
  .section { padding: 70px 0; }
  .hero { padding-top: 70px; }
  .foot-wrap { padding: 16px 0; min-height: auto; flex-direction: column; gap: 8px; }
}
