/*
Theme Name: Seu Site Com IA
Theme URI: https://seusitecomia.com.br
Author: Dr. Douglas Bento
Author URI: https://seusitecomia.com.br
Description: Landing page de alta conversão para o curso Como Criar Seu Site com I.A.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: seu-site-com-ia
*/

/* ─── RESET & BASE ─────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  background-color: #0a0a0a;
  color: #e5e5e5;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }

/* ─── CSS VARIABLES ────────────────────────────────────── */
:root {
  --orange:      #ea580c;
  --orange-light:#fb923c;
  --orange-glow: rgba(234,88,12,0.35);
  --gold:        #fbbf24;
  --bg-900:      #0a0a0a;
  --bg-800:      #171717;
  --bg-700:      #262626;
  --bg-card:     #1a1a1a;
  --border:      rgba(255,255,255,0.08);
  --text-white:  #ffffff;
  --text-light:  #e5e5e5;
  --text-muted:  #a3a3a3;
  --text-dim:    #737373;
  --serif:       'DM Sans', 'Helvetica Neue', Helvetica, system-ui, sans-serif;
  --sans:        'Inter', system-ui, sans-serif;
  --radius:      12px;
  --radius-lg:   20px;
  --max-w:       1100px;
  --section-py:  96px;
}

/* ─── TYPOGRAPHY ───────────────────────────────────────── */
h1,h2,h3,h4 { font-family: 'DM Sans', 'Helvetica Neue', Helvetica, system-ui, sans-serif; line-height: 1.15; color: var(--text-white); font-weight: 700; letter-spacing: -0.02em; }
h1 { font-size: clamp(2.2rem, 5vw, 3.8rem); }
h2 { font-size: clamp(1.8rem, 3.5vw, 2.8rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.5rem); }
p  { color: var(--text-muted); line-height: 1.75; }

/* ─── LAYOUT ───────────────────────────────────────────── */
.container { width: 100%; max-width: var(--max-w); margin: 0 auto; padding: 0 24px; }
section { padding: var(--section-py) 0; }

/* ─── BUTTONS ──────────────────────────────────────────── */
.btn-primary {
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all 0.25s ease;
  background: radial-gradient(65.28% 65.28% at 50% 100%, rgba(251,191,36,0.8) 0%, rgba(251,191,36,0) 100%),
              linear-gradient(0deg, #ea580c, #ea580c);
  border-radius: 9999px;
  border: none;
  padding: 16px 36px;
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.01em;
  text-decoration: none;
  gap: 8px;
}
.btn-primary::before {
  content: "";
  position: absolute;
  inset: 1px;
  background: linear-gradient(177.95deg, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 100%);
  border-radius: 9999px;
  z-index: 0;
}
.btn-primary::after {
  content: "";
  position: absolute;
  inset: 2px;
  background: radial-gradient(65.28% 65.28% at 50% 100%, rgba(251,191,36,0.8) 0%, rgba(251,191,36,0) 100%),
              linear-gradient(0deg, #ea580c, #ea580c);
  border-radius: 9999px;
  z-index: 0;
}
.btn-primary span { position: relative; z-index: 2; display: inline-flex; align-items: center; gap: 8px; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 30px var(--orange-glow); }
.btn-primary:hover svg { transform: translateX(2px); }
.btn-primary svg { width: 18px; height: 18px; stroke: white; fill: none; transition: transform 0.3s; position: relative; z-index: 2; }

/* Particles */
.btn-points { overflow: hidden; width: 100%; height: 100%; pointer-events: none; position: absolute; z-index: 1; }
.btn-points span { bottom: -10px; position: absolute; animation: fp infinite ease-in-out; width: 2px; height: 2px; background: #fff; border-radius: 9999px; }
@keyframes fp { 0%{transform:translateY(0)} 85%{opacity:0} 100%{transform:translateY(-55px);opacity:0} }
.btn-points span:nth-child(1){left:10%;opacity:1;animation-duration:2.35s;animation-delay:.2s}
.btn-points span:nth-child(2){left:30%;opacity:.7;animation-duration:2.5s;animation-delay:.5s}
.btn-points span:nth-child(3){left:25%;opacity:.8;animation-duration:2.2s;animation-delay:.1s}
.btn-points span:nth-child(4){left:44%;opacity:.6;animation-duration:2.05s}
.btn-points span:nth-child(5){left:50%;opacity:1;animation-duration:1.9s}
.btn-points span:nth-child(6){left:75%;opacity:.5;animation-duration:1.5s;animation-delay:1.5s}
.btn-points span:nth-child(7){left:88%;opacity:.9;animation-duration:2.2s;animation-delay:.2s}

.btn-large { padding: 20px 48px; font-size: 1.15rem; }
.btn-block  { width: 100%; justify-content: center; }

/* ─── NAV ÂNCORA ───────────────────────────────────────── */
.site-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(10,10,10,0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  padding: 14px 0;
}
.site-nav .container { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.nav-logo img { height: 44px; width: auto; }
.nav-logo .nav-logo-text { font-family: 'DM Sans', 'Helvetica Neue', Helvetica, system-ui, sans-serif; font-size: 1.2rem; color: var(--text-white); font-weight: 700; }
.nav-links { display: flex; gap: 6px; align-items: center; flex-wrap: wrap; }
.nav-links a {
  color: var(--text-muted);
  font-size: 0.85rem;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 9999px;
  transition: all 0.2s;
  border: 1px solid transparent;
}
.nav-links a:hover { color: var(--text-white); border-color: var(--border); }
.nav-links .nav-cta {
  background: radial-gradient(65.28% 65.28% at 50% 100%, rgba(251,191,36,0.8) 0%, rgba(251,191,36,0) 100%),
              linear-gradient(0deg, #ea580c, #ea580c);
  color: #fff;
  border: none;
}
.nav-links .nav-cta:hover { opacity: 0.9; transform: translateY(-1px); }

/* ─── HERO ─────────────────────────────────────────────── */
.hero {
  position: relative;
  overflow: hidden;
  padding: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('https://seusitecomia.com.br/wp-content/uploads/2026/05/COMO-CRIAR-SEU-SITE-COM-I.A.-1.jpg');
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(10,10,10,0.97) 40%, rgba(10,10,10,0.7) 70%, rgba(10,10,10,0.3) 100%);
}
.hero-overlay-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
  background: linear-gradient(to bottom, transparent, #0a0a0a);
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 680px;
  padding: 120px 0 100px;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(234,88,12,0.15);
  border: 1px solid rgba(234,88,12,0.4);
  color: var(--orange-light);
  font-size: 0.78rem;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 9999px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.hero-badge svg { width: 14px; height: 14px; stroke: var(--orange-light); fill: none; }
.hero h1 { margin-bottom: 12px; }
.hero h1 em { font-style: normal; color: var(--orange-light); }
.hero-sub {
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  color: var(--text-muted);
  margin-bottom: 32px;
  max-width: 560px;
}
.hero-sub strong { color: var(--text-white); }
.hero-for {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.05);
  border: 1px solid var(--border);
  color: var(--text-muted);
  font-size: 0.85rem;
  padding: 8px 18px;
  border-radius: 9999px;
  margin-bottom: 40px;
}
.hero-for svg { width: 16px; height: 16px; stroke: var(--orange-light); fill: none; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.hero-scroll {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text-dim);
  font-size: 0.8rem;
  margin-top: 48px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.hero-scroll::before {
  content: '';
  display: block;
  width: 24px;
  height: 1px;
  background: var(--text-dim);
}

/* ─── URGÊNCIA TICKER ──────────────────────────────────── */
.urgency-bar {
  background: linear-gradient(90deg, var(--orange) 0%, #c2410c 100%);
  padding: 12px 0;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.02em;
}
.urgency-bar strong { color: var(--gold); }

/* ─── SEÇÃO: PARA QUEM ─────────────────────────────────── */
.for-who { background: var(--bg-900); }
.section-label {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--orange-light);
  margin-bottom: 12px;
}
.section-title { margin-bottom: 16px; }
.section-desc { color: var(--text-muted); max-width: 640px; margin-bottom: 48px; }
.for-who-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 48px;
}
.for-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  transition: border-color 0.2s, transform 0.2s;
}
.for-card:hover { border-color: rgba(234,88,12,0.3); transform: translateY(-3px); }
.for-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(234,88,12,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.for-icon svg { width: 22px; height: 22px; stroke: var(--orange-light); fill: none; }
.for-card h3 { font-size: 1rem; margin-bottom: 6px; }
.for-card p { font-size: 0.88rem; }

/* ─── SEÇÃO: O QUE VOCÊ VAI APRENDER ──────────────────── */
.curriculum { background: var(--bg-800); }
.curriculum-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 16px;
  margin-top: 48px;
}
.module-card {
  background: var(--bg-900);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
  transition: border-color 0.2s;
}
.module-card:hover { border-color: rgba(234,88,12,0.25); }
.module-num {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--orange-light);
  margin-bottom: 8px;
}
.module-card h3 { font-size: 1.05rem; margin-bottom: 10px; font-family: var(--sans); font-weight: 600; }
.module-items { list-style: none; }
.module-items li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.85rem;
  color: var(--text-muted);
  padding: 4px 0;
}
.module-items li::before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fb923c' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
  margin-top: 3px;
}

/* ─── SEÇÃO: RESULTADO / PROVA SOCIAL ─────────────────── */
.results { background: var(--bg-900); }
.results-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px;
  margin-top: 48px;
}
.stat-card {
  text-align: center;
  padding: 32px 20px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
}
.stat-num {
  font-family: 'DM Sans', 'Helvetica Neue', Helvetica, system-ui, sans-serif;
  font-size: clamp(2.2rem, 4vw, 3rem);
  color: var(--orange-light);
  display: block;
  line-height: 1;
  margin-bottom: 8px;
}
.stat-label { font-size: 0.88rem; color: var(--text-muted); }

/* ─── SEÇÃO: MINISTRANTE ───────────────────────────────── */
.instructor { background: var(--bg-800); }
.instructor-inner {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 64px;
  align-items: start;
}
.instructor-photo-wrap {
  position: sticky;
  top: 100px;
}
.instructor-photo {
  width: 100%;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  object-fit: cover;
}
.instructor-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(234,88,12,0.12);
  border: 1px solid rgba(234,88,12,0.3);
  color: var(--orange-light);
  font-size: 0.75rem;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 9999px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}
.instructor h2 { margin-bottom: 8px; }
.instructor-title { color: var(--orange-light); font-size: 1rem; font-weight: 500; margin-bottom: 24px; }
.instructor-bio { color: var(--text-muted); line-height: 1.8; margin-bottom: 20px; }
.instructor-credentials { list-style: none; margin-top: 28px; display: flex; flex-direction: column; gap: 10px; }
.instructor-credentials li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.9rem;
  color: var(--text-muted);
}
.instructor-credentials li::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fb923c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
  margin-top: 2px;
}

/* ─── SEÇÃO: PRODUTO ───────────────────────────────────── */
.product { background: var(--bg-900); }
.product-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.product-img { border-radius: var(--radius-lg); border: 1px solid var(--border); }
.product-features { list-style: none; margin: 28px 0; display: flex; flex-direction: column; gap: 12px; }
.product-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.92rem;
  color: var(--text-light);
}
.product-features li svg { width: 18px; height: 18px; stroke: var(--orange-light); fill: none; flex-shrink: 0; }

/* ─── SEÇÃO: PREÇOS ────────────────────────────────────── */
.pricing { background: var(--bg-800); }
.pricing-card {
  max-width: 560px;
  margin: 48px auto 0;
  background: var(--bg-900);
  border: 2px solid rgba(234,88,12,0.5);
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
.pricing-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--orange), var(--gold), var(--orange));
}
.pricing-header {
  padding: 40px 40px 0;
  text-align: center;
}
.pricing-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(251,191,36,0.12);
  border: 1px solid rgba(251,191,36,0.3);
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 9999px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
}
.pricing-name { font-family: 'DM Sans', 'Helvetica Neue', Helvetica, system-ui, sans-serif; font-size: 1.6rem; color: var(--text-white); margin-bottom: 24px; font-weight: 700; }
.pricing-old { font-size: 1rem; color: var(--text-dim); text-decoration: line-through; margin-bottom: 4px; }
.pricing-price {
  font-family: 'DM Sans', 'Helvetica Neue', Helvetica, system-ui, sans-serif;
  font-size: clamp(3rem, 8vw, 5rem);
  color: var(--text-white);
  line-height: 1;
  font-weight: 800;
}
.pricing-price span { font-size: 1.8rem; vertical-align: top; margin-top: 14px; display: inline-block; color: var(--orange-light); }
.pricing-installment { font-size: 0.88rem; color: var(--text-muted); margin-top: 8px; }
.pricing-body { padding: 32px 40px; }
.pricing-includes { list-style: none; margin-bottom: 32px; display: flex; flex-direction: column; gap: 10px; }
.pricing-includes li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  color: var(--text-muted);
}
.pricing-includes li svg { width: 18px; height: 18px; stroke: #4ade80; fill: none; flex-shrink: 0; }
.pricing-guarantee {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(74,222,128,0.06);
  border: 1px solid rgba(74,222,128,0.15);
  border-radius: var(--radius);
  padding: 16px 20px;
  margin-top: 20px;
  font-size: 0.85rem;
  color: var(--text-muted);
}
.pricing-guarantee svg { width: 32px; height: 32px; stroke: #4ade80; fill: none; flex-shrink: 0; }
.pricing-security {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.security-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  color: var(--text-dim);
}
.security-item svg { width: 14px; height: 14px; stroke: var(--text-dim); fill: none; }

/* ─── SEÇÃO: FAQ ───────────────────────────────────────── */
.faq { background: var(--bg-900); }
.faq-list { max-width: 760px; margin: 48px auto 0; display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color 0.2s;
}
.faq-item.open { border-color: rgba(234,88,12,0.3); }
.faq-question {
  width: 100%;
  background: none;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  cursor: pointer;
  font-family: var(--sans);
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--text-white);
  text-align: left;
}
.faq-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(234,88,12,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.3s, background 0.2s;
}
.faq-item.open .faq-icon { transform: rotate(45deg); background: rgba(234,88,12,0.25); }
.faq-icon svg { width: 14px; height: 14px; stroke: var(--orange-light); fill: none; }
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s;
  padding: 0 24px;
}
.faq-item.open .faq-answer { max-height: 400px; padding: 0 24px 20px; }
.faq-answer p { font-size: 0.9rem; }

/* ─── CTA FINAL ────────────────────────────────────────── */
.cta-final {
  background: var(--bg-800);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-final::before {
  content: '';
  position: absolute;
  top: -200px; left: 50%;
  transform: translateX(-50%);
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(234,88,12,0.12) 0%, transparent 70%);
  pointer-events: none;
}
.cta-final h2 { margin-bottom: 16px; }
.cta-final p { max-width: 560px; margin: 0 auto 40px; }

/* ─── FOOTER ───────────────────────────────────────────── */
.site-footer {
  background: var(--bg-900);
  border-top: 1px solid var(--border);
  padding: 40px 0;
  text-align: center;
}
.site-footer p { font-size: 0.82rem; color: var(--text-dim); line-height: 1.8; }
.site-footer a { color: var(--orange-light); }

/* ─── CUSTOMIZER LOGO ──────────────────────────────────── */
.custom-logo-link img { height: 44px; width: auto; }

/* ─── RESPONSIVO ───────────────────────────────────────── */
@media (max-width: 900px) {
  :root { --section-py: 64px; }
  .instructor-inner { grid-template-columns: 1fr; gap: 40px; }
  .instructor-photo-wrap { position: static; max-width: 320px; margin: 0 auto; }
  .product-inner { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  :root { --section-py: 48px; }
  .hero-content { padding: 100px 0 80px; }
  .hero-btns { flex-direction: column; align-items: flex-start; }
  .pricing-header, .pricing-body { padding-left: 24px; padding-right: 24px; }
  .nav-links a:not(.nav-cta) { display: none; }
}

/* ─── BEAMS ────────────────────────────────────────────── */
.beams-wrapper { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.beam {
  position: absolute;
  width: 2px;
  background: linear-gradient(to bottom, transparent, rgba(234,88,12,0.4), transparent);
  border-radius: 9999px;
  top: -100%;
}
.beam-1 { left: 20%; height: 60%; animation: beam-fall 6s linear infinite; }
.beam-2 { left: 65%; height: 45%; animation: beam-fall 8s linear infinite 2s; }
.beam-3 { left: 85%; height: 55%; animation: beam-fall 7s linear infinite 4s; }
@keyframes beam-fall {
  0%   { transform: translateY(-100%); opacity: 0; }
  5%   { opacity: .5; }
  50%  { opacity: 1; }
  95%  { opacity: .5; }
  100% { transform: translateY(120vh); opacity: 0; }
}

/* ─── SEÇÃO: IDIOMAS ───────────────────────────────────── */
.lang-section { background: var(--bg-800); }
.lang-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.lang-content h2 { margin-bottom: 16px; }
.lang-desc {
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 14px;
}
.lang-desc strong { color: var(--text-white); font-weight: 600; }
.lang-benefits {
  list-style: none;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.lang-benefits li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.88rem;
  color: var(--text-muted);
}
.lang-benefits li::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fb923c' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.lang-flags-wrap { display: flex; flex-direction: column; gap: 20px; }
.lang-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.lang-card {
  background: var(--bg-900);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 16px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  text-align: center;
  transition: border-color 0.2s, transform 0.2s;
}
.lang-card:hover {
  border-color: rgba(234,88,12,0.4);
  transform: translateY(-3px);
}
.lang-card--active {
  border-color: rgba(234,88,12,0.6);
  background: rgba(234,88,12,0.08);
}
.lang-flag { font-size: 1.6rem; line-height: 1; }
.lang-nome { font-size: 0.75rem; font-weight: 600; color: var(--text-white); }
.lang-codigo {
  font-size: 0.65rem;
  font-weight: 700;
  color: var(--text-dim);
  letter-spacing: 0.1em;
  font-family: var(--sans);
}
.lang-selector-demo {
  background: var(--bg-900);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lang-selector-label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-dim);
}
.lang-selector-mock {
  display: flex;
  align-items: center;
  gap: 6px;
  background: var(--bg-700);
  border: 1px solid var(--border);
  border-radius: 9999px;
  padding: 6px 14px;
  color: var(--text-light);
  font-size: 0.82rem;
  font-weight: 500;
}
.lang-selector-mock svg { color: var(--text-dim); }
@media (max-width: 900px) {
  .lang-layout { grid-template-columns: 1fr; gap: 40px; }
  .lang-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 480px) {
  .lang-grid { grid-template-columns: repeat(4, 1fr); gap: 8px; }
  .lang-card { padding: 12px 6px; }
  .lang-flag { font-size: 1.3rem; }
}
