/* ============================================
   ABAIXOASSINADOS.COM.BR — HOST PLAYER
   Estética: Editorial Clean / Modern Tech
   ============================================ */

:root {
  --blue: #1a56db;
  --blue2: #1344b0;
  --green: #22c55e;
  --green2: #16a34a;
  --dark: #0f172a;
  --dark2: #1e293b;
  --slate: #334155;
  --muted: #64748b;
  --light: #f8fafc;
  --border: #e2e8f0;
  --white: #ffffff;
  --font: 'Instrument Sans', sans-serif;
  --font2: 'Space Grotesk', sans-serif;
  --max: 1200px;
  --radius: 14px;
  --shadow: 0 4px 24px rgba(0,0,0,.08);
  --shadow-lg: 0 12px 48px rgba(0,0,0,.12);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--font); background: var(--white); color: var(--slate); line-height: 1.7; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* ============================================ LAYOUT */
.container { max-width: var(--max); margin: 0 auto; padding: 0 1.5rem; }
.container-sm { max-width: 860px; margin: 0 auto; padding: 0 1.5rem; }
.section { padding: 5rem 0; }

.section-head { margin-bottom: 3rem; }
.section-head--inline { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
.section-head h2 { font-family: var(--font2); font-size: clamp(1.6rem, 3.5vw, 2.4rem); font-weight: 700; color: var(--dark); line-height: 1.2; margin-bottom: .8rem; }
.section-head .section-copy, p.section-copy { font-size: 1rem; color: var(--muted); line-height: 1.75; }

.eyebrow { display: inline-block; font-size: .78rem; font-weight: 600; color: var(--blue); text-transform: uppercase; letter-spacing: .08em; margin-bottom: .8rem; }

/* ============================================ GRIDS */
.grid { display: grid; gap: 1.5rem; }
.grid-2 { grid-template-columns: repeat(2,1fr); }
.grid-3 { grid-template-columns: repeat(3,1fr); }

/* ============================================ HEADER */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid transparent;
  transition: all .3s;
  padding: 0;
}
.site-header.scrolled {
  border-bottom-color: var(--border);
  box-shadow: 0 2px 20px rgba(0,0,0,.06);
}
.site-header__bar {
  display: flex;
  align-items: center;
  gap: 2rem;
  height: 72px;
}
.brand {
  display: flex;
  align-items: center;
  gap: .75rem;
  flex-shrink: 0;
}
.brand-icon { width: 44px; height: 44px; flex-shrink: 0; border-radius: 10px; overflow: hidden; }
.brand-icon svg { width: 44px; height: 44px; }
.brand__text { display: flex; flex-direction: column; }
.brand__name { font-family: var(--font2); font-size: 1.05rem; font-weight: 700; color: var(--dark); line-height: 1.2; }
.brand__tag { font-size: .7rem; color: var(--muted); }
.nav { margin-left: auto; }
.nav ul { display: flex; gap: .25rem; align-items: center; }
.nav a { font-size: .88rem; font-weight: 500; color: var(--slate); padding: .5rem .85rem; border-radius: 8px; transition: all .2s; white-space: nowrap; }
.nav a:hover { color: var(--blue); background: rgba(26,86,219,.06); }
.header-actions { display: flex; gap: .75rem; align-items: center; flex-shrink: 0; }
.btn-primary {
  background: var(--blue);
  color: white;
  font-weight: 600;
  font-size: .88rem;
  padding: .6rem 1.2rem;
  border-radius: 10px;
  transition: all .2s;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  font-family: var(--font);
}
.btn-primary:hover { background: var(--blue2); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(26,86,219,.3); }
.btn-secondary {
  background: transparent;
  color: var(--slate);
  font-weight: 600;
  font-size: .88rem;
  padding: .6rem 1.2rem;
  border-radius: 10px;
  border: 1.5px solid var(--border);
  transition: all .2s;
  white-space: nowrap;
  cursor: pointer;
  font-family: var(--font);
}
.btn-secondary:hover { border-color: var(--blue); color: var(--blue); }
.menu-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: .5rem; margin-left: auto; }
.menu-toggle span { display: block; width: 22px; height: 2px; background: var(--dark); border-radius: 2px; transition: all .3s; }
.nav.open { display: flex; }

/* ============================================ HERO */
.hero {
  padding: 5.5rem 0 4.5rem;
  background: linear-gradient(160deg, #f0f4ff 0%, #f8fafc 60%, #f0fdf4 100%);
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: -200px; right: -200px;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(26,86,219,.06) 0%, transparent 70%);
  border-radius: 50%;
}
.hero__panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  position: relative;
}
.hero__content { max-width: 560px; }
.hero__content h1 {
  font-family: var(--font2);
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 700;
  color: var(--dark);
  line-height: 1.15;
  margin-bottom: 1.2rem;
  letter-spacing: -.02em;
}
.hero__lead { font-size: 1.05rem; color: var(--muted); margin-bottom: 2rem; line-height: 1.75; }
.button-row { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 2.5rem; }
.button-row .btn-primary { font-size: 1rem; padding: .85rem 1.8rem; border-radius: 12px; }
.button-row .btn-secondary { font-size: 1rem; padding: .85rem 1.8rem; border-radius: 12px; }
.hero-metrics { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; border-top: 1px solid var(--border); padding-top: 2rem; }
.stat-card { }
.stat-card strong { display: block; font-family: var(--font2); font-size: 1.5rem; font-weight: 700; color: var(--dark); }
.stat-card span { font-size: .8rem; color: var(--muted); margin-top: .2rem; display: block; }

/* Hero media */
.hero__media { position: relative; }
.hero__media img { border-radius: 20px; box-shadow: var(--shadow-lg); border: 1px solid var(--border); width: 100%; }
.hero__badge {
  position: absolute;
  bottom: -16px;
  left: 24px;
  background: white;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 1rem 1.3rem;
  box-shadow: var(--shadow);
  max-width: 260px;
}
.hero__badge strong { display: block; font-size: .9rem; color: var(--dark); font-weight: 700; margin-bottom: .25rem; }
.hero__badge span { font-size: .78rem; color: var(--muted); }

/* ============================================ CONTENT CARDS */
.content-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 2rem;
  transition: all .3s;
}
.content-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: rgba(26,86,219,.2); }
.content-card h3 { font-family: var(--font2); font-size: 1.05rem; font-weight: 700; color: var(--dark); margin-bottom: .75rem; }
.content-card p { font-size: .9rem; color: var(--muted); line-height: 1.7; }

/* ============================================ DEVICE CARDS */
.device-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: all .3s;
}
.device-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.device-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.device-card > div { padding: 1.5rem; }
.device-card h3 { font-family: var(--font2); font-size: 1.1rem; font-weight: 700; color: var(--dark); margin-bottom: .6rem; }
.device-card p { font-size: .9rem; color: var(--muted); line-height: 1.7; }
.glass-card { background: white; }

/* ============================================ TESTIMONIALS */
.testimonial {
  background: var(--light);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 2rem;
  transition: all .3s;
}
.testimonial:hover { border-color: rgba(26,86,219,.2); }
.testimonial__text { font-size: .95rem; color: var(--slate); line-height: 1.7; margin-bottom: 1.2rem; font-style: italic; }
.testimonial__meta { display: flex; flex-direction: column; gap: .3rem; }
.stars { color: #f59e0b; font-size: 1rem; }
.testimonial__meta span:last-child { font-size: .82rem; color: var(--muted); }

/* ============================================ INFO STRIP */
.info-strip { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; padding: 0; }
.info-strip .glass-card { padding: 2rem; border: 1px solid var(--border); border-radius: var(--radius); }
.info-strip strong { display: block; font-family: var(--font2); font-size: 1rem; font-weight: 700; color: var(--dark); margin-bottom: .5rem; }

/* ============================================ CTA PANEL */
.cta-panel {
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue2) 100%);
  border-radius: 24px;
  padding: 4rem;
  text-align: center;
  color: white;
}
.cta-panel .eyebrow { color: rgba(255,255,255,.7); }
.cta-panel h2 { font-family: var(--font2); font-size: clamp(1.6rem, 3.5vw, 2.4rem); font-weight: 700; color: white; margin-bottom: 1rem; }
.cta-panel p { color: rgba(255,255,255,.8); margin-bottom: 2.5rem; max-width: 600px; margin-left: auto; margin-right: auto; }
.cta-panel .btn-primary { background: white; color: var(--blue); font-size: 1rem; padding: .9rem 2rem; }
.cta-panel .btn-primary:hover { background: #f0f4ff; box-shadow: 0 8px 24px rgba(0,0,0,.2); }
.cta-panel .btn-secondary { border-color: rgba(255,255,255,.3); color: white; font-size: 1rem; padding: .9rem 2rem; }
.cta-panel .btn-secondary:hover { border-color: white; background: rgba(255,255,255,.1); }

/* ============================================ FAQ */
.faq { display: flex; flex-direction: column; gap: .75rem; }
.faq__item { border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; transition: border-color .3s; }
.faq__item.is-open { border-color: rgba(26,86,219,.3); }
.faq__button {
  width: 100%;
  text-align: left;
  padding: 1.2rem 1.5rem;
  background: none;
  border: none;
  font-family: var(--font);
  font-size: .95rem;
  font-weight: 600;
  color: var(--dark);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.faq__button::after { content: '+'; font-size: 1.3rem; color: var(--blue); flex-shrink: 0; transition: transform .3s; }
.faq__item.is-open .faq__button::after { transform: rotate(45deg); }
.faq__answer { display: none; padding: 0 1.5rem 1.2rem; font-size: .9rem; color: var(--muted); line-height: 1.75; }
.faq__item.is-open .faq__answer { display: block; }

/* ============================================ BLOG */
.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; margin-bottom: 2.5rem; }
.blog-card { background: white; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; transition: all .3s; }
.blog-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.blog-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.blog-card > div, .blog-card h3, .blog-card p, .chip-row { padding-left: 1.5rem; padding-right: 1.5rem; }
.chip-row { display: flex; gap: .5rem; padding-top: 1.2rem; padding-bottom: .5rem; }
.chip { background: var(--light); border: 1px solid var(--border); border-radius: 50px; font-size: .75rem; font-weight: 600; padding: .2rem .7rem; color: var(--muted); }
.blog-card h3 { font-family: var(--font2); font-size: 1rem; font-weight: 700; color: var(--dark); margin-bottom: .75rem; line-height: 1.4; }
.blog-card h3 a { color: inherit; transition: color .2s; }
.blog-card h3 a:hover { color: var(--blue); }
.blog-card p { font-size: .875rem; color: var(--muted); padding-bottom: 1.5rem; line-height: 1.6; }

/* ============================================ FOOTER */
.footer { background: var(--dark); padding: 4rem 0 2.5rem; }
.footer-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
.footer .brand__name { color: white; }
.footer .brand__tag { color: rgba(255,255,255,.4); }
.footer-copy { font-size: .85rem; color: rgba(255,255,255,.4); margin-top: 1rem; line-height: 1.7; max-width: 400px; }
.footer-copy strong { color: rgba(255,255,255,.7); }
.footer-links { display: flex; flex-wrap: wrap; gap: 1rem 2rem; align-items: flex-start; padding-top: .5rem; }
.footer-links a { font-size: .85rem; color: rgba(255,255,255,.5); transition: color .2s; }
.footer-links a:hover { color: white; }
.footer-links span { font-size: .85rem; color: rgba(255,255,255,.3); }

/* ============================================ FLOATING WA */
.floating-whatsapp {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  background: #25d366;
  color: white;
  display: flex;
  align-items: center;
  gap: .6rem;
  padding: .8rem 1.3rem;
  border-radius: 50px;
  box-shadow: 0 8px 30px rgba(37,211,102,.4);
  z-index: 900;
  font-weight: 600;
  font-size: .875rem;
  transition: all .25s;
  text-decoration: none;
}
.floating-whatsapp svg { width: 22px; height: 22px; flex-shrink: 0; }
.floating-whatsapp:hover { background: #1db954; transform: scale(1.04); }

.mobile-bar {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 900;
  padding: .7rem 1rem;
  background: rgba(15,23,42,.97);
  border-top: 1px solid rgba(255,255,255,.08);
}
.mobile-bar a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  background: #25d366;
  color: white;
  font-weight: 700;
  font-size: .9rem;
  padding: .9rem;
  border-radius: 12px;
  text-decoration: none;
}

/* ============================================ BLOG PAGE */
.breadcrumb { font-size: .82rem; color: var(--muted); margin-bottom: 2rem; }
.breadcrumb a { color: var(--blue); }
.article-hero img { width: 100%; border-radius: var(--radius); margin-bottom: 2rem; aspect-ratio: 16/7; object-fit: cover; }
.article-body h2 { font-family: var(--font2); font-size: 1.4rem; font-weight: 700; color: var(--dark); margin: 2.5rem 0 1rem; }
.article-body p { margin-bottom: 1.2rem; color: var(--slate); }
.article-body ul { padding-left: 1.5rem; margin-bottom: 1.2rem; }
.article-body li { margin-bottom: .5rem; color: var(--slate); }

/* ============================================ RESPONSIVE */
@media(max-width:1024px) {
  .hero__panel { grid-template-columns: 1fr; }
  .hero__media { display: none; }
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .blog-grid { grid-template-columns: 1fr 1fr; }
  .footer-panel { grid-template-columns: 1fr; }
  .section-head--inline { grid-template-columns: 1fr; gap: 1rem; }
  .info-strip { grid-template-columns: 1fr; }
  .cta-panel { padding: 2.5rem 2rem; }
}
@media(max-width:768px) {
  .nav, .header-actions { display: none; }
  .nav.open { display: block; position: fixed; top: 72px; left: 0; right: 0; background: white; border-top: 1px solid var(--border); padding: 1rem 1.5rem 2rem; z-index: 999; }
  .nav.open ul { flex-direction: column; gap: .5rem; }
  .nav.open + .header-actions { display: none; }
  .menu-toggle { display: flex; }
  .grid-2, .grid-3 { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
  .hero-metrics { grid-template-columns: 1fr; gap: 1.5rem; }
  .mobile-bar { display: block; }
  .floating-whatsapp { bottom: 5.5rem; right: 1rem; padding: .8rem; border-radius: 50%; }
  .floating-whatsapp span { display: none; }
}
