/* ============================================================
   União IPTV — Design System v2.0 (Clean / Professional)
   ============================================================ */

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

/* ── Tokens ── */
:root {
  --bg:          #08090F;
  --bg2:         #0D0E1A;
  --bg3:         #111320;
  --card:        #0E1018;
  --card-hover:  #131525;
  --border:      rgba(255,255,255,0.07);
  --border-act:  rgba(124,58,237,0.5);

  --purple:      #7C3AED;
  --purple-lt:   #A78BFA;
  --purple-dk:   #5B21B6;
  --blue:        #0EA5E9;
  --green:       #10B981;
  --red:         #EF4444;

  --text:        #F1F5F9;
  --text-2:      #94A3B8;
  --text-3:      #8493A8;
  --white:       #FFFFFF;

  --grad:        linear-gradient(135deg, #7C3AED 0%, #0EA5E9 100%);
  --grad-sub:    linear-gradient(135deg, #5B21B6 0%, #0369A1 100%);

  --sh-sm:       0 1px 3px rgba(0,0,0,.4);
  --sh-md:       0 4px 16px rgba(0,0,0,.5);
  --sh-lg:       0 12px 40px rgba(0,0,0,.6);
  --sh-purple:   0 8px 32px rgba(124,58,237,.35);

  --r:    12px;
  --r-sm:  8px;
  --r-xs:  6px;
  --ease: cubic-bezier(.4,0,.2,1);
}

/* ── Keyframes ── */
@keyframes fadeUp {
  from { opacity:0; transform:translateY(22px); }
  to   { opacity:1; transform:translateY(0); }
}
@keyframes fadeIn {
  from { opacity:0; }
  to   { opacity:1; }
}
@keyframes slideRight {
  from { opacity:0; transform:translateX(-18px); }
  to   { opacity:1; transform:translateX(0); }
}
@keyframes shimmerBtn {
  0%   { background-position: -200% center; }
  100% { background-position: 200% center; }
}

/* ── Base ── */
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Outfit', system-ui, -apple-system, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a   { color: inherit; text-decoration: none; }

/* ── Typography ── */
h1, h2 { font-family: 'Syne', system-ui, sans-serif; }
h1 { font-size: clamp(2.1rem,4.5vw,3.6rem); font-weight:800; line-height:1.12; letter-spacing:-.03em; }
h2 { font-size: clamp(1.7rem,3vw,2.55rem); font-weight:800; line-height:1.18; letter-spacing:-.025em; }
h3 { font-size: clamp(1.05rem,1.8vw,1.3rem); font-weight:700; line-height:1.3; }
h4 { font-size:.95rem; font-weight:700; }
p  { color: var(--text-2); font-size:1.02rem; }

.grad-text {
  background: var(--grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── Layout ── */
.container { max-width:1160px; margin:0 auto; padding:0 24px; }
.section    { padding:88px 0; }
.section-alt{
  background: var(--bg2);
  position:relative;
}
.section-alt::before {
  content:'';
  position:absolute; inset:0;
  background-image:
    radial-gradient(ellipse 60% 50% at 80% 50%, rgba(124,58,237,.06) 0%, transparent 70%);
  pointer-events:none;
}

/* ── Grid utilities ── */
.grid-2 { display:grid; grid-template-columns:repeat(2,1fr); gap:20px; }
.grid-3 { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.grid-4 { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }

/* ── Buttons ── */
.btn {
  display:inline-flex; align-items:center; gap:8px;
  padding:13px 28px; border-radius:50px;
  font-weight:600; font-size:.95rem;
  border:none; cursor:pointer;
  transition: transform .22s var(--ease), box-shadow .22s var(--ease), opacity .2s;
  white-space:nowrap; text-decoration:none;
}
.btn-primary {
  background: var(--grad);
  color: var(--white);
  box-shadow: 0 4px 18px rgba(124,58,237,.4);
}
.btn-primary:hover { transform:translateY(-2px); box-shadow:0 8px 28px rgba(124,58,237,.55); }

.btn-ghost {
  background:transparent; color:var(--text);
  border:1px solid var(--border);
}
.btn-ghost:hover { border-color:var(--border-act); background:rgba(124,58,237,.08); transform:translateY(-2px); }

.btn-outline-white {
  background:transparent; color:var(--white);
  border:1px solid rgba(255,255,255,.2);
}
.btn-outline-white:hover { border-color:rgba(255,255,255,.5); background:rgba(255,255,255,.06); transform:translateY(-2px); }

.btn-sm { padding:9px 20px; font-size:.85rem; }
.btn-lg { padding:16px 36px; font-size:1.05rem; }
.btn-block { width:100%; justify-content:center; }

/* ── Header ── */
header {
  position: sticky; top:0; z-index:1000;
  background: rgba(8,9,15,.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  padding:14px 0;
}

nav { display:flex; align-items:center; justify-content:space-between; gap:24px; }

.logo { display:flex; align-items:center; gap:10px; text-decoration:none; flex-shrink:0; }
.logo-mark {
  width:36px; height:36px;
  background: var(--grad);
  border-radius:9px;
  display:flex; align-items:center; justify-content:center;
}
.logo-mark svg { width:18px; height:18px; stroke:white; fill:none; stroke-width:2.5; }
.logo-text { font-family:'Syne',sans-serif; font-size:1.25rem; font-weight:800; color:var(--white); letter-spacing:-.04em; }
.logo-text em { color:var(--purple-lt); font-style:normal; }

.nav-links {
  display:flex; align-items:center; gap:28px;
  list-style:none;
}
.nav-links a {
  color:var(--text-2); font-weight:500; font-size:.9rem;
  transition:color .2s;
  position:relative;
}
.nav-links a:hover, .nav-links a.active { color:var(--white); }
.nav-links a.active::after {
  content:''; position:absolute; bottom:-3px; left:0;
  width:100%; height:2px;
  background:var(--grad); border-radius:2px;
}

/* ── Section header ── */
.sh { text-align:center; max-width:640px; margin:0 auto 56px; }
.sh-tag {
  display:inline-block;
  background:rgba(124,58,237,.12);
  color:var(--purple-lt);
  border:1px solid rgba(124,58,237,.25);
  padding:4px 14px; border-radius:50px;
  font-size:.75rem; font-weight:700;
  text-transform:uppercase; letter-spacing:.1em;
  margin-bottom:14px;
}
.sh h2 { color:var(--white); margin-bottom:14px; }
.sh p   { max-width:540px; margin:0 auto; }

/* ── Cards ── */
.card {
  background:var(--card);
  border:1px solid var(--border);
  border-radius:var(--r);
  padding:28px 24px;
  transition: border-color .25s var(--ease), transform .25s var(--ease), box-shadow .25s var(--ease);
  position:relative;
  overflow:hidden;
}
.card::before {
  content:'';
  position:absolute; top:0; left:0; right:0; height:2px;
  background: var(--grad);
  opacity:0;
  transition: opacity .3s var(--ease);
  border-radius: var(--r) var(--r) 0 0;
}
.card:hover {
  border-color:var(--border-act);
  transform:translateY(-4px);
  box-shadow: 0 8px 32px rgba(124,58,237,.2);
}
.card:hover::before { opacity:1; }
.card-icon {
  width:48px; height:48px;
  background:rgba(124,58,237,.12);
  border:1px solid rgba(124,58,237,.22);
  border-radius:var(--r-sm);
  display:flex; align-items:center; justify-content:center;
  margin-bottom:20px;
  flex-shrink:0;
}
.card-icon svg { width:22px; height:22px; stroke:var(--purple-lt); fill:none; stroke-width:1.75; }
.card h3 { color:var(--white); margin-bottom:8px; }

/* ── Hero ── */
.hero {
  padding:90px 0 80px;
  position:relative;
  overflow:hidden;
}
.hero::before {
  content:'';
  position:absolute; inset:0;
  background:
    radial-gradient(ellipse 75% 60% at 20% 50%, rgba(124,58,237,.18) 0%, transparent 65%),
    radial-gradient(ellipse 50% 50% at 85% 15%, rgba(14,165,233,.12) 0%, transparent 60%),
    radial-gradient(ellipse 40% 40% at 70% 85%, rgba(124,58,237,.09) 0%, transparent 55%);
  pointer-events:none;
}
.hero::after {
  content:'';
  position:absolute; inset:0;
  background-image:
    repeating-linear-gradient(0deg, transparent, transparent 79px, rgba(255,255,255,.018) 80px),
    repeating-linear-gradient(90deg, transparent, transparent 79px, rgba(255,255,255,.018) 80px);
  pointer-events:none;
}

/* Hero entrance animations */
.hero-label   { animation: fadeUp  .55s .05s ease-out both; }
.hero h1      { animation: fadeUp  .65s .12s ease-out both; }
.hero .lead   { animation: fadeUp  .65s .22s ease-out both; }
.hero-actions { animation: fadeUp  .65s .32s ease-out both; }
.hero-stats   { animation: fadeUp  .65s .44s ease-out both; }
.hero-visual  { animation: fadeIn  .9s  .18s ease-out both; }

.hero-inner {
  position:relative; z-index:1;
  display:grid; grid-template-columns:1fr 1fr;
  gap:56px; align-items:center;
}

.hero-label {
  display:inline-flex; align-items:center; gap:7px;
  background:rgba(124,58,237,.1);
  border:1px solid rgba(124,58,237,.3);
  color:var(--purple-lt);
  padding:6px 14px; border-radius:50px;
  font-size:.78rem; font-weight:700;
  text-transform:uppercase; letter-spacing:.08em;
  margin-bottom:22px;
}
.hero-dot {
  width:7px; height:7px; border-radius:50%;
  background:var(--blue);
  animation:pulse-dot 2s infinite;
}
@keyframes pulse-dot { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.4;transform:scale(.75)} }

.hero h1 { color:var(--white); margin-bottom:20px; }
.hero .lead { font-size:1.1rem; max-width:500px; margin-bottom:36px; }

.hero-actions { display:flex; gap:12px; flex-wrap:wrap; margin-bottom:48px; }

.hero-stats { display:flex; gap:32px; flex-wrap:wrap; }
.stat-n { display:block; font-size:1.9rem; font-weight:900; color:var(--white); line-height:1; }
.stat-l { display:block; font-size:.77rem; color:var(--text-3); font-weight:500; margin-top:3px; }

/* ── Hero visual (screen mockup — pure CSS) ── */
.hero-visual { display:flex; justify-content:center; align-items:center; }
.screen-wrap {
  width:100%; max-width:460px;
  background:var(--card);
  border:1px solid var(--border);
  border-radius:18px;
  padding:18px;
  box-shadow: var(--sh-lg), 0 0 0 1px rgba(124,58,237,.08);
}
.screen-display {
  background: linear-gradient(145deg, #0D0F20 0%, #161829 100%);
  border-radius:10px;
  aspect-ratio:16/9;
  position:relative;
  display:flex; align-items:center; justify-content:center;
  overflow:hidden;
}
.screen-display::before {
  content:'';
  position:absolute; inset:0;
  background: linear-gradient(135deg,rgba(124,58,237,.15),rgba(14,165,233,.07));
}
.screen-play {
  width:64px; height:64px;
  background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.2);
  border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  position:relative; z-index:1;
  animation:float 3.5s ease-in-out infinite;
}
.screen-play svg { width:22px; height:22px; fill:white; margin-left:3px; }
.screen-badge {
  position:absolute; bottom:12px; left:12px;
  background:rgba(239,68,68,.85);
  color:white; font-size:.7rem; font-weight:700;
  padding:3px 10px; border-radius:4px;
  z-index:2; letter-spacing:.05em;
}
.screen-bar {
  display:flex; gap:8px; margin-top:12px; padding:10px;
  background:rgba(255,255,255,.03); border-radius:8px;
}
.screen-ch {
  flex:1; height:32px; border-radius:5px;
  animation:chp 3s infinite;
}
.screen-ch:nth-child(1){ background:linear-gradient(90deg,#7C3AED,#0EA5E9); animation-delay:0s; }
.screen-ch:nth-child(2){ background:linear-gradient(90deg,#0EA5E9,#10B981); animation-delay:.4s; }
.screen-ch:nth-child(3){ background:linear-gradient(90deg,#10B981,#7C3AED); animation-delay:.8s; }
.screen-ch:nth-child(4){ background:linear-gradient(90deg,#EF4444,#7C3AED); animation-delay:1.2s; }

@keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-10px)} }
@keyframes chp   { 0%,100%{opacity:.45} 50%{opacity:.85} }

.screen-info {
  display:flex; gap:12px; margin-top:12px;
}
.info-chip {
  flex:1; background:rgba(255,255,255,.04);
  border:1px solid var(--border);
  border-radius:var(--r-xs);
  padding:10px 12px;
}
.info-chip .ic-v { font-size:1.1rem; font-weight:800; color:var(--white); }
.info-chip .ic-l { font-size:.7rem; color:var(--text-3); margin-top:1px; }

/* ── Trust bar ── */
.trust-bar {
  background:var(--bg2);
  border-top:1px solid var(--border);
  border-bottom:1px solid var(--border);
  padding:22px 0;
}
.trust-inner {
  display:flex; align-items:center; justify-content:center;
  gap:36px; flex-wrap:wrap;
}
.trust-item {
  display:flex; align-items:center; gap:8px;
  font-size:.85rem; font-weight:600; color:var(--text-2);
}
.trust-item svg { width:16px; height:16px; stroke:var(--green); fill:none; stroke-width:2.5; flex-shrink:0; }

/* ── Plans ── */
.plans-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; align-items:start; }

.plan-card {
  background:var(--card);
  border:1px solid var(--border);
  border-radius:var(--r);
  padding:32px 26px;
  position:relative;
  transition:border-color .25s, transform .25s, box-shadow .25s;
}
.plan-card:hover { transform:translateY(-4px); box-shadow:var(--sh-md); }
.plan-card.featured {
  border-color: rgba(124,58,237,.6);
  background:linear-gradient(145deg,rgba(124,58,237,.08),var(--card));
  box-shadow: var(--sh-purple);
}
.plan-pill {
  position:absolute; top:-13px; left:50%; transform:translateX(-50%);
  background:var(--grad);
  color:white; font-size:.72rem; font-weight:700;
  padding:4px 18px; border-radius:50px; white-space:nowrap;
}
.plan-tier   { font-size:.85rem; font-weight:700; color:var(--text-3); margin-bottom:8px; }
.plan-price  { font-size:2.6rem; font-weight:900; color:var(--white); line-height:1; margin-bottom:4px; }
.plan-price sub { font-size:1rem; font-weight:500; color:var(--text-2); }
.plan-sub    { font-size:.82rem; color:var(--text-2); margin-bottom:24px; }
.plan-feats  { list-style:none; display:flex; flex-direction:column; gap:10px; margin-bottom:28px; }
.plan-feats li {
  display:flex; align-items:center; gap:9px;
  font-size:.9rem; color:var(--text);
}
.plan-feats li svg { width:16px; height:16px; stroke:var(--green); fill:none; stroke-width:2.5; flex-shrink:0; }

/* ── Steps ── */
.steps-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; position:relative; }
.steps-grid::before {
  content:''; position:absolute;
  top:28px; left:12.5%; width:75%; height:1px;
  background:linear-gradient(90deg,var(--purple),var(--blue));
  z-index:0;
}
.step { text-align:center; position:relative; z-index:1; }
.step-n {
  width:56px; height:56px;
  background:var(--grad);
  border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  font-size:1.2rem; font-weight:900; color:white;
  margin:0 auto 18px;
  box-shadow:0 4px 16px rgba(124,58,237,.4);
}
.step h3 { color:var(--white); margin-bottom:8px; font-size:1rem; }

/* ── Channels ── */
.ch-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; margin-bottom:40px; }
.ch-card {
  background:var(--card); border:1px solid var(--border);
  border-radius:var(--r-sm); padding:22px 16px; text-align:center;
  transition:border-color .25s, transform .25s;
}
.ch-card:hover { border-color:var(--border-act); transform:translateY(-3px); }
.ch-icon {
  width:44px; height:44px;
  background:rgba(124,58,237,.1);
  border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  margin:0 auto 12px;
}
.ch-icon svg { width:20px; height:20px; stroke:var(--purple-lt); fill:none; stroke-width:1.75; }
.ch-name  { font-weight:700; color:var(--white); font-size:.88rem; }
.ch-count { font-size:.76rem; color:var(--text-3); margin-top:3px; }

/* ── Comparison table ── */
.table-wrap { overflow-x:auto; border-radius:var(--r); border:1px solid var(--border); }
table.cmp { width:100%; border-collapse:collapse; background:var(--card); }
table.cmp th {
  background:rgba(124,58,237,.1); color:var(--white);
  font-weight:700; padding:14px 18px; text-align:left;
  font-size:.82rem; text-transform:uppercase; letter-spacing:.07em;
}
table.cmp td {
  padding:13px 18px; border-top:1px solid var(--border);
  color:var(--text); font-size:.9rem;
}
table.cmp tr:hover td { background:rgba(124,58,237,.04); }
.yes { color:var(--green); font-weight:700; }
.no  { color:var(--red);   font-weight:700; }

/* ── FAQ ── */
.faq-list { max-width:740px; margin:0 auto; display:flex; flex-direction:column; gap:10px; }
details.faq {
  background:var(--card); border:1px solid var(--border);
  border-radius:var(--r-sm); overflow:hidden;
  transition:border-color .25s;
}
details.faq[open] { border-color:var(--border-act); }
summary.faq-q {
  list-style:none; cursor:pointer;
  display:flex; align-items:center; justify-content:space-between; gap:16px;
  padding:18px 22px;
  color:var(--white); font-weight:600; font-size:.97rem;
  user-select:none;
  transition:color .2s;
}
summary.faq-q::-webkit-details-marker { display:none; }
summary.faq-q:hover { color:var(--purple-lt); }
.faq-caret {
  width:28px; height:28px; flex-shrink:0;
  background:rgba(124,58,237,.14); border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  transition:transform .3s var(--ease), background .25s;
}
.faq-caret svg { width:14px; height:14px; stroke:var(--purple-lt); fill:none; stroke-width:2.5; }
details[open] .faq-caret { transform:rotate(180deg); background:rgba(124,58,237,.28); }
.faq-body { padding:0 22px 18px; }
.faq-body p { font-size:.93rem; }

/* ── Testimonials ── */
.testi-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.testi-card {
  background:var(--card); border:1px solid var(--border);
  border-radius:var(--r); padding:26px 22px;
  transition:border-color .25s, transform .25s;
}
.testi-card:hover { border-color:var(--border-act); transform:translateY(-3px); }
.testi-stars { display:flex; gap:3px; margin-bottom:14px; }
.testi-stars svg { width:16px; height:16px; fill:#FBBF24; stroke:none; }
.testi-text { color:var(--text); font-size:.93rem; line-height:1.65; margin-bottom:20px; font-style:italic; }
.testi-author { display:flex; align-items:center; gap:11px; }
.testi-av {
  width:40px; height:40px; border-radius:50%;
  background:var(--grad);
  display:flex; align-items:center; justify-content:center;
  font-weight:700; color:white; font-size:.88rem; flex-shrink:0;
}
.testi-name { font-weight:700; color:var(--white); font-size:.87rem; }
.testi-loc  { font-size:.76rem; color:var(--text-2); }

/* ── CTA section ── */
.cta-sec {
  padding:80px 0;
  background: var(--bg2);
  border-top:1px solid var(--border);
  border-bottom:1px solid var(--border);
  text-align:center;
  position:relative;
  overflow:hidden;
}
.cta-sec::before {
  content:'';
  position:absolute; inset:0;
  background:
    radial-gradient(ellipse 70% 80% at 50% 50%, rgba(124,58,237,.14) 0%, transparent 70%),
    radial-gradient(ellipse 30% 40% at 10% 20%, rgba(14,165,233,.08) 0%, transparent 60%),
    radial-gradient(ellipse 30% 40% at 90% 80%, rgba(124,58,237,.08) 0%, transparent 60%);
  pointer-events:none;
}
.cta-sec h2 { color:var(--white); margin-bottom:14px; }
.cta-sec p  { margin-bottom:36px; max-width:500px; margin-left:auto; margin-right:auto; }
.cta-btns   { display:flex; gap:12px; justify-content:center; flex-wrap:wrap; }

/* ── Footer ── */
footer {
  background:var(--bg2);
  border-top:1px solid var(--border);
  padding:56px 0 28px;
}
.foot-grid {
  display:grid; grid-template-columns:2fr 1fr 1fr 1fr;
  gap:40px; margin-bottom:40px;
}
.foot-brand p { font-size:.87rem; color:var(--text-2); margin:14px 0 20px; max-width:260px; }
.foot-social  { display:flex; gap:10px; }
.foot-social a {
  width:36px; height:36px;
  background:var(--card); border:1px solid var(--border);
  border-radius:var(--r-xs);
  display:flex; align-items:center; justify-content:center;
  transition:background .2s, border-color .2s, transform .2s;
}
.foot-social a:hover { background:var(--purple); border-color:var(--purple); transform:translateY(-2px); }
.foot-social a svg { width:16px; height:16px; stroke:var(--text-2); fill:none; stroke-width:2; }
.foot-social a:hover svg { stroke:white; }

.foot-col h4,
.foot-heading {
  color:var(--white); font-size:.78rem; font-weight:700;
  text-transform:uppercase; letter-spacing:.1em; margin-bottom:16px;
}
.foot-links { list-style:none; display:flex; flex-direction:column; gap:8px; }
.foot-links a {
  color:var(--text-2); font-size:.87rem;
  transition:color .2s, padding-left .2s;
}
.foot-links a:hover { color:var(--white); padding-left:4px; }

.foot-bottom {
  border-top:1px solid var(--border); padding-top:22px;
  display:flex; align-items:center; justify-content:space-between;
  flex-wrap:wrap; gap:10px;
  font-size:.82rem; color:var(--text-2);
}
.foot-bottom a { color:var(--text-2); transition:color .2s; }
.foot-bottom a:hover { color:var(--white); }

/* ── Blog ── */
.blog-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.blog-card {
  background:var(--card); border:1px solid var(--border);
  border-radius:var(--r); overflow:hidden;
  transition:border-color .25s, transform .25s;
  display:flex; flex-direction:column;
}
.blog-card:hover { border-color:var(--border-act); transform:translateY(-4px); }
.blog-thumb {
  height:170px;
  background:linear-gradient(135deg,rgba(124,58,237,.25),rgba(14,165,233,.15));
  display:flex; align-items:center; justify-content:center;
  flex-shrink:0;
}
.blog-thumb svg { width:40px; height:40px; stroke:rgba(167,139,250,.6); fill:none; stroke-width:1.5; }
.blog-body { padding:20px; flex:1; display:flex; flex-direction:column; }
.blog-cat {
  font-size:.72rem; font-weight:700; color:var(--purple-lt);
  text-transform:uppercase; letter-spacing:.08em; margin-bottom:8px;
}
.blog-body h3 { color:var(--white); margin-bottom:8px; font-size:1.05rem; }
.blog-meta { font-size:.78rem; color:var(--text-3); margin-top:auto; padding-top:14px; }

/* ── Article ── */
.article-wrap { max-width:760px; margin:0 auto; }
.article-wrap h2 { color:var(--white); margin:36px 0 14px; }
.article-wrap h3 { color:var(--white); margin:28px 0 10px; }
.article-wrap p  { margin-bottom:16px; }
.article-wrap ul, .article-wrap ol { padding-left:24px; margin-bottom:16px; }
.article-wrap li { color:var(--text-2); margin-bottom:6px; font-size:.98rem; }
.article-wrap strong { color:var(--white); font-weight:600; }

/* ── Breadcrumb navigation ── */
.breadcrumb-nav {
  background: var(--bg2);
  border-bottom: 1px solid var(--border);
  padding: 10px 0;
}
.breadcrumb {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  font-size: .8rem;
  color: var(--text-3);
}
.breadcrumb li { display: flex; align-items: center; gap: 6px; }
.breadcrumb li:not(:last-child)::after {
  content: '/';
  color: var(--text-3);
  opacity: .5;
}
.breadcrumb a { color: var(--text-2); }
.breadcrumb a:hover { color: var(--purple-lt); }
.breadcrumb li:last-child { color: var(--text); font-weight: 500; }

.article-hero { padding:80px 0 40px; }
.article-hero .sh-tag { margin-bottom:18px; }
.article-hero h1 { color:var(--white); max-width:720px; margin:0 auto 16px; text-align:center; }
.article-meta { display:flex; gap:16px; justify-content:center; flex-wrap:wrap; font-size:.82rem; color:var(--text-3); margin-bottom:40px; }

/* ── Floating CTA button ── */
.float-cta {
  position:fixed; bottom:28px; right:24px; z-index:9999;
  display:flex; align-items:center; gap:10px;
  background:#25D366;
  color:#022c14;
  padding:13px 20px 13px 16px;
  border-radius:50px;
  font-weight:700; font-size:.88rem;
  text-decoration:none;
  box-shadow: 0 4px 20px rgba(37,211,102,.45);
  transition: transform .22s var(--ease), box-shadow .22s var(--ease);
  animation: fadeUp .6s .6s ease-out both;
}
.float-cta:hover {
  transform:translateY(-3px) scale(1.04);
  box-shadow: 0 8px 28px rgba(37,211,102,.6);
}
.float-cta svg { width:22px; height:22px; flex-shrink:0; }
@media(max-width:768px){
  .float-cta { bottom:18px; right:16px; padding:12px 16px 12px 14px; font-size:.82rem; }
  .float-cta svg { width:20px; height:20px; }
}

/* ── Page hero (interior pages) ── */
.page-hero {
  padding:72px 0 56px;
  text-align:center; position:relative; overflow:hidden;
}
.page-hero::before {
  content:'';
  position:absolute; inset:0;
  background:radial-gradient(ellipse 60% 50% at 50% 50%,rgba(124,58,237,.1) 0%,transparent 70%);
  pointer-events:none;
}
.page-hero .sh-tag { margin-bottom:14px; }
.page-hero h1 { color:var(--white); max-width:680px; margin:0 auto 16px; }
.page-hero p   { max-width:560px; margin:0 auto 32px; font-size:1.05rem; }

/* ── Inline link ── */
.link-p { color:var(--purple-lt); font-weight:600; }
.link-p:hover { text-decoration:underline; }

/* ── Divider ── */
.divider { height:1px; background:var(--border); margin:0; }

/* ── Badge ── */
.badge-row { display:flex; gap:14px; flex-wrap:wrap; justify-content:center; margin-top:32px; }
.badge-item {
  display:flex; align-items:center; gap:8px;
  background:var(--card); border:1px solid var(--border);
  border-radius:var(--r-sm); padding:10px 16px;
  font-size:.85rem; font-weight:600; color:var(--text);
}
.badge-item svg { width:15px; height:15px; stroke:var(--green); fill:none; stroke-width:2.5; flex-shrink:0; }

/* ── Contact form ── */
.contact-card {
  background:var(--card); border:1px solid var(--border);
  border-radius:var(--r); padding:36px 32px; max-width:580px; width:100%;
}
.form-group { display:flex; flex-direction:column; gap:5px; margin-bottom:16px; }
.form-group label { font-size:.83rem; font-weight:600; color:var(--text-2); }
.form-group input,
.form-group select,
.form-group textarea {
  padding:12px 14px;
  background:rgba(255,255,255,.04);
  border:1px solid var(--border);
  border-radius:var(--r-xs);
  color:var(--white); font-size:.95rem; font-family:inherit;
  outline:none; resize:vertical;
  transition:border-color .2s, box-shadow .2s;
}
.form-group input::placeholder,
.form-group textarea::placeholder { color:var(--text-3); }
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color:var(--purple);
  box-shadow:0 0 0 3px rgba(124,58,237,.15);
}
.form-group select { appearance:none; cursor:pointer; }
.form-group select option { background:var(--bg2); }

/* ── Utility: ícone de check em listas inline ── */
.li-check {
  width:20px; height:20px;
  flex-shrink:0;
  stroke:var(--green);
  margin-top:2px;
}

/* ── Utility grids (responsive) ── */
.col-2 {
  display:grid; grid-template-columns:1fr 1fr;
  gap:48px; align-items:start;
}
.hero-teste-inner {
  display:grid; grid-template-columns:1fr 1fr;
  gap:56px; align-items:center;
  position:relative; z-index:1;
}
.apps-grid {
  display:grid; grid-template-columns:repeat(2,1fr);
  gap:20px; max-width:880px; margin:0 auto;
}

/* ── Responsivo ── */
@media(max-width:1024px){
  .hero-inner { grid-template-columns:1fr; gap:44px; }
  .hero-visual { order:-1; }
  .plans-grid  { grid-template-columns:1fr; max-width:400px; margin:0 auto; }
  .grid-3      { grid-template-columns:repeat(2,1fr); }
  .steps-grid  { grid-template-columns:repeat(2,1fr); }
  .steps-grid::before { display:none; }
  .testi-grid  { grid-template-columns:1fr; max-width:520px; margin:0 auto; }
  .foot-grid   { grid-template-columns:1fr 1fr; }
  .blog-grid   { grid-template-columns:repeat(2,1fr); }
  .ch-grid     { grid-template-columns:repeat(3,1fr); }
}
@media(max-width:768px){
  .section { padding:60px 0; }
  h1 { font-size:2rem; }
  h2 { font-size:1.65rem; }
  .nav-links { display:none; }
  .hero { padding:64px 0 56px; }
  .hero-stats { gap:20px; }
  .hero-actions { flex-direction:column; }
  .hero-actions .btn { width:100%; justify-content:center; }
  .grid-3,.grid-4 { grid-template-columns:1fr; }
  .col-2,.hero-teste-inner,.apps-grid { grid-template-columns:1fr; }
  .ch-grid        { grid-template-columns:repeat(2,1fr); }
  .steps-grid     { grid-template-columns:1fr; }
  .blog-grid      { grid-template-columns:1fr; }
  .foot-grid      { grid-template-columns:1fr; gap:24px; }
  .foot-bottom    { flex-direction:column; text-align:center; }
  .cta-btns       { flex-direction:column; align-items:center; }
  .cta-btns .btn  { width:100%; max-width:360px; }
  .trust-inner    { gap:18px; }
  .testi-grid     { grid-template-columns:1fr; }
}
