:root{
  --gaine-purple:#6843E1;
  --gaine-lime:#CFFD34;
  --gaine-dark:#081528;
  --gaine-slate:#484C5C;

  --bg: #ffffff;
  --muted: rgba(255,255,255,.78);
  --text: #081528;
  --text-2: rgba(72,76,92,.88);
  --border: rgba(8,21,40,.10);

  /* Compensa header sticky ao navegar por âncoras (#...) */
  --anchor-offset: 42px;

  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 14px;

  --shadow: 0 20px 50px rgba(8,21,40,.12);
  --shadow-soft: 0 10px 25px rgba(8,21,40,.08);
  --ring: 0 0 0 .25rem rgba(104,67,225,.22);
}

html{
  scroll-behavior: smooth;
  scroll-padding-top: var(--anchor-offset);
}
:where([id]){
  scroll-margin-top: var(--anchor-offset);
}
@media (max-width: 992px){
  :root{ --anchor-offset: 34px; }
}
body{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
}
.display{
  font-family: "DM Sans", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

/* Header */
.site-header{
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(255,255,255,.70);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(8,21,40,.08);
}
.brand{
  display:flex;
  align-items:center;
  gap: 12px;
  text-decoration:none;
  color: inherit;
  min-width: 0;
}
.brand img{ height: 32px; width: auto; display:block; }
@media (max-width: 992px){
  .brand img{ height: 28px; }
}

.navlink{
  text-decoration:none;
  color: rgba(8,21,40,.86);
  font-weight: 750;
}
.navlink:hover{ text-decoration: underline; }

/* Buttons (site-ish, not app) */
.btn-site{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 14px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 850;
  letter-spacing: -0.01em;
  transition: transform .12s ease, box-shadow .12s ease, background-color .12s ease, border-color .12s ease;
  white-space: nowrap;
}
.btn-site:focus{ box-shadow: var(--ring); outline: none; }
.btn-site:hover{ transform: translateY(-1px); }
.btn-primary{
  background: var(--gaine-purple);
  color: #fff;
  box-shadow: 0 18px 40px rgba(104,67,225,.18);
}
.btn-primary:hover{ background:#5a36db; color:#fff; }
.btn-accent{
  background: var(--gaine-lime);
  color: var(--gaine-dark);
  box-shadow: 0 18px 40px rgba(207,253,52,.16);
}
.btn-accent:hover{ filter: brightness(.98); color: var(--gaine-dark); }
.btn-ghost{
  background: rgba(255,255,255,.72);
  border-color: rgba(8,21,40,.14);
  color: rgba(8,21,40,.90);
}
.btn-ghost:hover{ background:#fff; border-color: rgba(104,67,225,.30); }

/* Section rhythm */
.section{
  padding: 72px 0;
  position: relative;
}
.section.alt{
  background: #F6F7FB;
}
.section.grad{
  /* Inspirado no fundo abstrato “clean” do app GAINE */
  background:
    radial-gradient(1200px 500px at 10% -10%, rgba(104,67,225,.10), transparent 55%),
    radial-gradient(900px 420px at 95% 0%, rgba(207,253,52,.18), transparent 60%),
    #F8FAFC;
}
.kicker{
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 11px;
  color: rgba(72,76,92,.78);
}
.h1{
  font-weight: 950;
  letter-spacing: -0.04em;
  line-height: 1.03;
  font-size: clamp(34px, 3.2vw + 18px, 64px);
  margin: 10px 0 14px;
}
.lead{
  color: rgba(72,76,92,.88);
  font-weight: 650;
  font-size: 1.10rem;
  margin: 0;
  max-width: 72ch;
}
.accent{
  padding: 0 .18em;
  border-radius: .25em;
  background: rgba(207,253,52,.55);
}

/* HERO full-bleed dark */
.hero{
  padding: 144px 0 118px;
  background:
    radial-gradient(1200px 520px at 15% -10%, rgba(104,67,225,.28), transparent 60%),
    radial-gradient(900px 420px at 90% 0%, rgba(207,253,52,.16), transparent 62%),
    linear-gradient(180deg, #061022 0%, #081528 45%, #070F1D 100%);
  color: rgba(255,255,255,.92);
  overflow:hidden;
}
.hero::before{
  content:"";
  position:absolute;
  inset: 0;
  background-image: url("../assets/lines.svg");
  background-size: cover;
  background-position: center;
  opacity: .24;
  pointer-events:none;
}
.hero .kicker{ color: rgba(255,255,255,.72); }
.hero .lead{ color: rgba(255,255,255,.90); }
.hero .accent{ background: rgba(207,253,52,.38); }
.hero .kicker,
.hero .btn-site{
  text-shadow: 0 18px 55px rgba(0,0,0,.50);
}

.hero .h1{
  color: #fff;
  text-shadow: 0 18px 55px rgba(0,0,0,.55);
}
.hero .lead{
  text-shadow: 0 18px 55px rgba(0,0,0,.45);
}

.hero-media{
  position: relative;
  border-radius: var(--radius-xl);
  overflow:hidden;
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 30px 80px rgba(0,0,0,.35);
}
.hero-media img{ width:100%; height:auto; display:block; }
.hero-media::after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(135deg, rgba(104,67,225,.10), rgba(207,253,52,.06));
  pointer-events:none;
}

/* hero-media: sem scale (prioriza legibilidade do conteúdo) */

/* Experimento: imagem como background (desktop), sem mídia à direita */
.hero .hero-media{ display:none; }
@media (min-width: 992px){
  .hero{
    background-image:
      /* overlay escuro para legibilidade */
      linear-gradient(90deg,
        rgba(6,16,34,.92) 0%,
        rgba(6,16,34,.72) 40%,
        rgba(6,16,34,.40) 70%,
        rgba(6,16,34,.18) 100%
      ),
      /* tints sutis da marca */
      radial-gradient(1200px 520px at 15% -10%, rgba(104,67,225,.18), transparent 60%),
      radial-gradient(900px 420px at 90% 0%, rgba(207,253,52,.10), transparent 62%),
      /* imagem */
      url("../img/illustrations/top-pgrs-illustration.png");
    background-size:
      auto,
      auto,
      auto,
      cover;
    background-position:
      0 0,
      0 0,
      0 0,
      78% center;
    background-repeat: no-repeat;
  }
  .hero::before{ opacity: .14; }
}

/* No mobile, mantém o hero clean/abstrato (sem imagem) */
@media (max-width: 991.98px){
  .hero{
    background:
      radial-gradient(1200px 520px at 15% -10%, rgba(104,67,225,.28), transparent 60%),
      radial-gradient(900px 420px at 90% 0%, rgba(207,253,52,.16), transparent 62%),
      linear-gradient(180deg, #061022 0%, #081528 45%, #070F1D 100%);
  }
}

/* Editorial “shot” frame for prints */
.shot{
  border-radius: 22px;
  overflow:hidden;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(8,21,40,.10);
  box-shadow: var(--shadow-soft);
}
.shot img{ width:100%; height:auto; display:block; }
.shot figcaption{
  padding: 12px 14px;
  color: rgba(72,76,92,.84);
  font-weight: 650;
  font-size: 13px;
}

/* “Por que” cards */
.why-grid{ margin-top: 22px; }
.why{
  height: 100%;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(8,21,40,.10);
  background: rgba(255,255,255,.92);
  box-shadow: var(--shadow-soft);
  padding: 18px;
  --why-icon: 44px;
  --why-gap: 12px;
}
.why-head{
  display:flex;
  align-items:flex-end;
  justify-content: space-between;
  gap: 12px;
}
.why-head h3{
  margin: 0;
  min-width: 0;
}
.why .ico{
  width: 44px; height: 44px;
  border-radius: 16px;
  display:flex; align-items:center; justify-content:center;
  border: 1px solid rgba(8,21,40,.10);
  background: rgba(255,255,255,.75);
  position: relative;
  overflow: hidden;
  flex: 0 0 44px;
}
.why .ico.purple{ background: rgba(104,67,225,.10); border-color: rgba(104,67,225,.16); }
.why .ico.lime{ background: rgba(207,253,52,.22); border-color: rgba(207,253,52,.45); }
.why .ico::after{
  content:"";
  position:absolute;
  inset:-40%;
  background: radial-gradient(circle at 30% 20%, rgba(255,255,255,.55), transparent 45%),
              radial-gradient(circle at 70% 70%, rgba(255,255,255,.25), transparent 55%);
  transform: rotate(18deg);
  opacity: .55;
  pointer-events:none;
}
.ico-svg{
  width: 22px;
  height: 22px;
  fill: none;
  stroke: rgba(8,21,40,.92);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  position: relative;
  z-index: 1;
}
.why .ico.purple .ico-svg{ stroke: rgba(104,67,225,.98); }
.why .ico.lime .ico-svg{ stroke: rgba(8,21,40,.92); }
.why h3{
  font-size: 16px;
  font-weight: 820;
  letter-spacing: -0.01em;
}
.why-desc{
  margin: 10px 0 0;
  padding-right: calc(var(--why-icon) + var(--why-gap));
  color: rgba(72,76,92,.90);
  font-weight: 650;
  font-size: 14px;
}

@media (max-width: 420px){
  .why-desc{ padding-right: 0; }
}

/* Feature list (no cards) */
.bullet{
  display:flex;
  align-items:flex-start;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(8,21,40,.08);
}
.bullet:last-child{ border-bottom: 0; }
.dot{
  width: 10px;
  height: 10px;
  margin-top: 6px;
  border-radius: 999px;
  background: rgba(104,67,225,.75);
  box-shadow: 0 10px 18px rgba(104,67,225,.18);
  flex: 0 0 10px;
}
.bullet h4{
  margin: 0 0 4px;
  font-weight: 900;
  letter-spacing: -0.01em;
  font-size: 16px;
}
.bullet p{
  margin: 0;
  color: rgba(72,76,92,.90);
  font-weight: 650;
  font-size: 14px;
}

/* Pricing block */
.pricing{
  border-radius: var(--radius-xl);
  border: 1px solid rgba(104,67,225,.18);
  background: rgba(255,255,255,.92);
  box-shadow: var(--shadow);
  padding: 24px;
}
.price{
  font-weight: 950;
  font-size: 44px;
  letter-spacing: -0.04em;
  margin: 8px 0 2px;
}
.price small{
  font-size: 14px;
  color: rgba(72,76,92,.86);
  font-weight: 750;
}

.plan-sub{
  color: rgba(72,76,92,.86);
  font-weight: 650;
  font-size: 14px;
}
.plan-badge{
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(104,67,225,.10);
  border: 1px solid rgba(104,67,225,.18);
  color: rgba(104,67,225,.98);
  flex: 0 0 44px;
}
.plan-badge .bi{ font-size: 1.15rem; }

.plan-includes{
  display: grid;
  gap: 12px;
}
.plan-include{
  display:flex;
  gap: 12px;
  align-items:flex-start;
  padding: 12px 12px;
  border-radius: 18px;
  border: 1px solid rgba(8,21,40,.08);
  background: rgba(248,250,252,.70);
}
.plan-include .ico{
  width: 40px;
  height: 40px;
  border-radius: 16px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(8,21,40,.10);
  color: rgba(104,67,225,.98);
  flex: 0 0 40px;
}
.plan-include .ico .bi{ font-size: 1.05rem; }
.plan-include .title{
  font-weight: 900;
  letter-spacing: -0.01em;
}
.plan-include .desc{
  margin-top: 2px;
  color: rgba(72,76,92,.88);
  font-weight: 650;
  font-size: 13px;
}

.plan-microtrust{
  display:flex;
  flex-wrap: wrap;
  gap: 12px 14px;
  color: rgba(72,76,92,.86);
  font-weight: 650;
  font-size: 13px;
}
.plan-microtrust .bi{
  color: rgba(104,67,225,.98);
  margin-right: 6px;
}
.plan-foot{
  color: rgba(72,76,92,.84);
  font-weight: 650;
  font-size: 13px;
}

/* About (editorial, sem “card”) */
.about-prose{
  max-width: 78ch;
  padding-left: 16px;
  border-left: 2px solid rgba(104,67,225,.20);
}
.about-kicker{
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 11px;
  color: rgba(72,76,92,.78);
  margin-bottom: 10px;
}
.about-prose p{
  margin: 0;
  color: rgba(72,76,92,.90);
  font-weight: 650;
  line-height: 1.7;
  font-size: 15px;
}
.about-prose p + p{ margin-top: 12px; }

@media (max-width: 992px){
  .about-prose{
    padding-left: 0;
    border-left: 0;
  }
}

/* Roadmap tags */
.tags{ display:flex; flex-wrap: wrap; gap: 10px; margin-top: 12px; }
.tag{
  display:inline-flex;
  align-items:center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(8,21,40,.10);
  background: rgba(255,255,255,.80);
  font-weight: 850;
  color: rgba(8,21,40,.90);
}
.badge-soon{
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(104,67,225,.10);
  border: 1px solid rgba(104,67,225,.18);
  color: var(--gaine-purple);
}

/* Roadmap cards (new services) */
.roadmap-card{
  height: 100%;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(8,21,40,.10);
  background: rgba(255,255,255,.92);
  box-shadow: var(--shadow-soft);
  padding: 18px;
}
.roadmap-head{
  display:flex;
  align-items:flex-start;
  gap: 12px;
}
.roadmap-ico{
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display:flex;
  align-items:center;
  justify-content:center;
  border: 1px solid rgba(8,21,40,.10);
  background: rgba(104,67,225,.10);
  color: rgba(104,67,225,.98);
  flex: 0 0 44px;
}
.roadmap-ico .bi{ font-size: 1.15rem; }
.roadmap-title{
  display:flex;
  flex-wrap: wrap;
  align-items:center;
  gap: 10px;
  min-width: 0;
}
.roadmap-title h3{
  margin: 0;
  font-size: 16px;
  font-weight: 820;
  letter-spacing: -0.01em;
}
.roadmap-desc{
  margin: 10px 0 0;
  color: rgba(72,76,92,.90);
  font-weight: 650;
  font-size: 14px;
}
.clamp-3{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

/* FAQ */
.faq details{
  border: 1px solid rgba(8,21,40,.10);
  border-radius: var(--radius-lg);
  padding: 14px 16px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 10px 22px rgba(8,21,40,.06);
}
.faq details + details{ margin-top: 10px; }
.faq summary{ cursor:pointer; font-weight: 900; letter-spacing: -0.01em; }
.faq p{ margin: 10px 0 0; color: rgba(72,76,92,.92); font-weight: 650; }

.faq-group + .faq-group{ margin-top: 18px; }
.faq-group-title{
  margin: 16px 2px 10px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 11px;
  color: rgba(72,76,92,.78);
}

/* Form */
.form-label{
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(8,21,40,.92);
  margin-bottom: 6px;
}
.form-control, .form-select, textarea{
  border-radius: var(--radius-md) !important;
  border: 1px solid rgba(8,21,40,.12) !important;
  background: rgba(248,250,252,.92) !important;
  padding: 10px 12px !important;
  font-weight: 650;
}
.form-control:focus, .form-select:focus, textarea:focus{
  border-color: rgba(104,67,225,.55) !important;
  box-shadow: var(--ring) !important;
  background: #fff !important;
}

/* Footer (dark, like hero) */
.site-footer{
  position: relative;
  padding: 72px 0 34px;
  background:
    radial-gradient(1200px 520px at 15% -10%, rgba(104,67,225,.26), transparent 60%),
    radial-gradient(900px 420px at 90% 0%, rgba(207,253,52,.14), transparent 62%),
    linear-gradient(180deg, #061022 0%, #081528 45%, #070F1D 100%);
  color: rgba(255,255,255,.84);
  overflow: hidden;
}
.site-footer::before{
  content:"";
  position:absolute;
  inset:0;
  background-image: url("../assets/lines.svg");
  background-size: cover;
  background-position: center;
  opacity: .16;
  pointer-events:none;
}
.site-footer .container{ position: relative; z-index: 1; }

.footer-brand{
  display:inline-flex;
  align-items:center;
  text-decoration:none;
  color: inherit;
}
.footer-brand img{ height: 30px; width:auto; display:block; }
@media (max-width: 992px){
  .footer-brand img{ height: 28px; }
}

.footer-prose{
  margin: 12px 0 0;
  color: rgba(255,255,255,.78);
  font-weight: 650;
  max-width: 46ch;
}
.footer-title{
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 11px;
  color: rgba(255,255,255,.72);
  margin-bottom: 12px;
}
.footer-list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}
.footer-list a,
.site-footer a{
  color: rgba(255,255,255,.82);
  text-decoration: none;
  font-weight: 750;
}
.site-footer a:hover{
  color: #fff;
  text-decoration: underline;
}

.site-footer-bottom{
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.70);
  font-weight: 650;
  font-size: 14px;
}
.site-footer-bottom .footer-links a{
  color: rgba(255,255,255,.74);
  font-weight: 650;
}

/* Consent banner */
.consent{
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 9999;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(8,21,40,.14);
  background: rgba(255,255,255,.92);
  box-shadow: var(--shadow);
  padding: 14px 14px;
  display: none;
}
.consent.show{ display:block; }
.consent h4{
  margin: 0 0 6px;
  font-weight: 950;
  letter-spacing: -0.02em;
}
.consent p{
  margin: 0;
  color: rgba(72,76,92,.92);
  font-weight: 650;
  font-size: 14px;
}
.consent-actions{ display:flex; flex-wrap:wrap; gap:10px; margin-top: 12px; }

/* Small tweaks */
@media (max-width: 992px){
  .section{ padding: 56px 0; }
  .hero{ padding: 105px 0 77px; }
}

