/*
Theme Name: ACE Landing — Anti‑Chargeback Express
Theme URI: https://example.com/
Author: Victor Takayama (template by ChatGPT)
Author URI: https://example.com/
Description: Landing page moderna e de alta conversão para o produto "Kit Anti‑Chargeback Express". Otimizada para performance, clareza e aplicação direta.
Version: 1.3.0
Requires at least: 5.8
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: anti-chargeback-express
Tags: one-column, custom-logo, custom-menu, landing-page, responsive-layout
*/

:root{
  --bg:#0b1020;
  --bg2:#0a0f1e;
  --card:#0f1630;
  --card2:#101a38;
  --text:#e9ecff;
  --muted:rgba(233,236,255,.72);
  --muted2:rgba(233,236,255,.55);
  --line:rgba(233,236,255,.10);
  --accent:#6ee7ff;
  --accent2:#a78bfa;
  --good:#34d399;
  --warn:#fbbf24;
  --bad:#fb7185;
  --shadow: 0 16px 50px rgba(0,0,0,.35);
  --shadow2: 0 10px 30px rgba(0,0,0,.25);
  --radius: 18px;
  --radius2: 26px;
  --max: 1140px;
  --font: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
}

*{ box-sizing:border-box; }
html,body{ height:100%; }
body{
  margin:0;
  font-family:var(--font);
  color:var(--text);
  background:
    radial-gradient(900px 500px at 20% 10%, rgba(110,231,255,.18), transparent 60%),
    radial-gradient(700px 450px at 80% 20%, rgba(167,139,250,.16), transparent 55%),
    linear-gradient(180deg, var(--bg), var(--bg2));
  line-height:1.55;
}

a{ color:inherit; text-decoration:none; }
a:hover{ text-decoration:underline; text-underline-offset:3px; }

img{ max-width:100%; height:auto; }

.container{
  width:100%;
  max-width:var(--max);
  margin:0 auto;
  padding:0 22px;
}

.skip-link{
  position:absolute;
  left:-9999px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
}
.skip-link:focus{
  left:16px;
  top:16px;
  width:auto;
  height:auto;
  padding:10px 12px;
  background:#111a;
  border:1px solid var(--line);
  border-radius:12px;
  z-index:9999;
}

.header{
  position:sticky;
  top:0;
  z-index:50;
  backdrop-filter: blur(10px);
  background: linear-gradient(180deg, rgba(11,16,32,.85), rgba(11,16,32,.55));
  border-bottom:1px solid var(--line);
}
.nav{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:14px 0;
}
.brand{
  display:flex;
  align-items:center;
  gap:10px;
  min-width: 180px;
}
.brand-mark{
  width:34px;height:34px;border-radius:12px;
  background: linear-gradient(135deg, rgba(110,231,255,.95), rgba(167,139,250,.9));
  box-shadow: var(--shadow2);
}
.brand b{ letter-spacing:.2px; }
.brand small{ display:block; font-size:12px; color:var(--muted); margin-top:-2px; }

.nav-links{
  display:flex;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;
  justify-content:flex-end;
}
.nav-links a{
  font-size:14px;
  color:var(--muted);
  padding:8px 10px;
  border-radius:12px;
  border:1px solid transparent;
}
.nav-links a:hover{
  color:var(--text);
  border-color: var(--line);
  text-decoration:none;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:12px 16px;
  border-radius: 14px;
  border:1px solid var(--line);
  font-weight:700;
  letter-spacing:.2px;
  cursor:pointer;
  transition: transform .08s ease, background .2s ease, border-color .2s ease;
  text-decoration:none !important;
}
.btn:active{ transform: translateY(1px); }
.btn-primary{
  background: linear-gradient(135deg, rgba(110,231,255,.18), rgba(167,139,250,.18));
  border-color: rgba(110,231,255,.35);
  box-shadow: var(--shadow2);
}
.btn-primary:hover{ border-color: rgba(167,139,250,.55); }
.btn-ghost{
  background: rgba(255,255,255,.02);
}
.btn-ghost:hover{ background: rgba(255,255,255,.04); }

.pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:7px 10px;
  border-radius: 999px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.03);
  color:var(--muted);
  font-size:13px;
}

.hero{
  padding: 58px 0 26px;
}
.hero-grid{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap:28px;
  align-items:start;
}
@media (max-width: 920px){
  .hero-grid{ grid-template-columns:1fr; }
}

.h-title{
  font-size: clamp(34px, 4vw, 54px);
  line-height:1.05;
  letter-spacing:-.8px;
  margin: 14px 0 14px;
}
.h-sub{
  font-size: 18px;
  color: var(--muted);
  max-width: 58ch;
  margin: 0 0 18px;
}
.hero-actions{ display:flex; gap:12px; flex-wrap:wrap; margin-top:18px; align-items:center; }
.hero-actions .note{ color: var(--muted2); font-size: 13px; }

.card{
  background: linear-gradient(180deg, rgba(15,22,48,.92), rgba(15,22,48,.70));
  border:1px solid var(--line);
  border-radius: var(--radius2);
  box-shadow: var(--shadow);
}
.card-inner{ padding: 18px; }
.card h3{ margin: 2px 0 12px; font-size: 16px; letter-spacing:.2px; }
.kpi{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:10px;
  margin-top: 10px;
}
@media (max-width: 560px){
  .kpi{ grid-template-columns:1fr; }
}
.kpi .k{
  border:1px solid var(--line);
  background: rgba(255,255,255,.03);
  border-radius: 16px;
  padding: 12px;
}
.k .big{ font-size: 18px; font-weight:800; }
.k .lbl{ font-size: 12px; color: var(--muted); margin-top: 2px; }

.badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top: 16px;
}

.section{
  padding: 42px 0;
}
.section h2{
  font-size: 28px;
  margin: 0 0 10px;
  letter-spacing:-.3px;
}
.section p.lead{
  color: var(--muted);
  margin: 0 0 18px;
  max-width: 80ch;
}

.grid-3{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}
@media (max-width: 920px){
  .grid-3{ grid-template-columns:1fr; }
}
.feature{
  padding: 16px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: rgba(255,255,255,.03);
  min-height: 120px;
}
.feature b{
  display:block;
  margin-bottom:6px;
  font-size: 15px;
}
.feature span{
  color: var(--muted);
  font-size: 14px;
}

.split{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:18px;
  align-items:start;
}
@media (max-width: 920px){
  .split{ grid-template-columns:1fr; }
}

.list{
  margin:0;
  padding-left: 18px;
  color: var(--muted);
}
.list li{ margin: 8px 0; }

.steps{
  display:grid;
  grid-template-columns: repeat(7, 1fr);
  gap:10px;
}
@media (max-width: 920px){
  .steps{ grid-template-columns:1fr; }
}
.step{
  border: 1px solid var(--line);
  background: rgba(255,255,255,.03);
  border-radius: 16px;
  padding: 12px;
}
.step .n{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:28px;height:28px;
  border-radius: 10px;
  background: rgba(110,231,255,.14);
  border:1px solid rgba(110,231,255,.35);
  font-weight:800;
}
.step b{ display:block; margin-top:8px; font-size:14px; }
.step span{ display:block; margin-top:4px; font-size:13px; color: var(--muted); }

.price-wrap{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:16px;
  align-items:stretch;
}
@media (max-width: 920px){
  .price-wrap{ grid-template-columns:1fr; }
}
.price-card{
  padding: 20px;
}
.price{
  font-size: 38px;
  font-weight: 900;
  letter-spacing: -1px;
  margin: 6px 0;
}
.subprice{ color: var(--muted); margin-top:-4px; font-size: 14px;}
.hr{ height:1px; background: var(--line); margin: 16px 0; border:0; }
.small{ font-size: 13px; color: var(--muted2); }

.faq{
  border-top:1px solid var(--line);
}
.faq details{
  padding: 16px 0;
  border-bottom:1px solid var(--line);
}
.faq summary{
  cursor:pointer;
  font-weight:700;
}
.faq .ans{ color: var(--muted); margin-top:8px; }

.footer{
  padding: 32px 0 22px;
  border-top:1px solid var(--line);
  color: var(--muted2);
  font-size: 13px;
}
.footer a{ color: var(--muted); }

.sticky-cta{
  position: fixed;
  left: 0; right: 0;
  bottom: 12px;
  z-index: 60;
  display:none;
}
.sticky-cta .inner{
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 22px;
}
.sticky-cta .bar{
  display:flex;
  gap:10px;
  align-items:center;
  justify-content:space-between;
  padding: 12px 12px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: rgba(15,22,48,.92);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow2);
}
.sticky-cta .txt{
  display:flex; flex-direction:column; gap:2px;
}
.sticky-cta .txt b{ font-size: 13px; }
.sticky-cta .txt span{ font-size: 12px; color: var(--muted); }
@media (max-width: 920px){
  .sticky-cta{ display:block; }
}

.notice{
  border:1px solid var(--line);
  background: rgba(255,255,255,.03);
  border-radius: var(--radius);
  padding: 14px;
  color: var(--muted);
  font-size: 14px;
}

.code{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 12px;
  color: rgba(233,236,255,.78);
  background: rgba(255,255,255,.03);
  border:1px solid var(--line);
  border-radius: 14px;
  padding: 10px 12px;
  overflow:auto;
}

/* WordPress essentials */
.wp-caption, .wp-caption-text { color: var(--muted2); }
.alignwide{ margin-left:auto; margin-right:auto; }
