/* Fase 21 (Performance) — extraído do bloco <style> inline de resources/views/header.blade.php
   para permitir cache de navegador entre navegações (antes era reenviado por completo em toda página). */

* { margin: 0; padding: 0; box-sizing: border-box; }

body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #1a1a1a; }

a { text-decoration: none; color: inherit; }

/* NAV */

.nav { display: flex; align-items: center; justify-content: space-between; padding: 16px 48px; background: #fff; border-bottom: 1px solid #f0f0f0; position: sticky; top: 0; z-index: 100; }

.nav-logo { display: flex; align-items: center; justify-content:center; padding:15px;width:100%;gap: 10px; font-size: 20px; font-weight: 700; }

.nav-logo-icon { width: 40px; height: 40px; border-radius: 12px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 18px; }

.nav-links { display: flex; align-items: center; gap: 10px; width:100%;justify-content: center }

.nav-link { font-size: 15px; color: #333; display: flex; align-items: center; gap: 6px; cursor: pointer; transition: color .2s; }

.nav-link:hover { color: #f898b4; }

.btn-entrar { font-size: 15px; color: #333; background: none; border: none; cursor: pointer; }

.btn-entrar:hover { color: #f898b4; }

.btn-criar { background: #f898b4; color: #fff; border: none; padding: 10px 24px; border-radius: 24px; font-size: 15px; font-weight: 600; cursor: pointer; transition: background .2s; }

.btn-criar:hover { background: #c4365a; }

/* STREAMING BAR */

.streaming-bar { display: flex; align-items: center; justify-content: space-between; padding: 14px 48px; background: #fff; border-bottom: 1px solid #f0f0f0; }

.streaming-info { display: flex; align-items: center; gap: 12px; }

.play-icon { width: 32px; height: 32px; background: none; border: 2px solid #f898b4; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #f898b4; font-size: 14px; }

.streaming-text h3 { font-size: 15px; font-weight: 600; }

.streaming-text p { font-size: 13px; color: #888; }

.btn-acessar { display: flex; align-items: center; gap: 8px; padding: 10px 24px; border: 1px solid #ccc; border-radius: 24px; background: #fff; font-size: 14px; cursor: pointer; transition: border-color .2s; }

.btn-acessar:hover { border-color: #f898b4; color: #f898b4; }

.conteudo {

  margin:20px;

}

/* HERO */

.hero { background: linear-gradient(180deg, #fdf2f4 0%, #faf5f0 100%); text-align: center; padding: 80px 24px 100px; }

.hero-label { color: #f898b4; font-size: 14px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 20px; }

.hero h1 { font-size: 52px; font-weight: 800; line-height: 1.15; margin-bottom: 24px; }

.hero h1 span { color: #f898b4; }

.hero p { font-size: 17px; color: #777; max-width: 560px; margin: 0 auto 40px; line-height: 1.6; }

.hero-buttons { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }

.btn-agendar, .btn-success { background-color:white;justify-content:center; display: inline-flex; align-items: center; gap: 8px; color: #bb0968; border: none; padding: 14px 32px; border-radius: 28px; font-size: 16px; font-weight: 600; cursor: pointer; transition: background .2s; }

.btn-agendar, .btn-success:hover { background-color: #f898b4; color:white }

.btn-servicos { display: inline-flex; align-items: center; gap: 8px; background: #fff; color: #333; border: 1px solid #ddd; padding: 14px 32px; border-radius: 28px; font-size: 16px; font-weight: 500; cursor: pointer; transition: border-color .2s; }

.btn-servicos:hover { border-color: #f898b4; color: #f898b4; }

.btn-success{

}

/* FEATURES */

.features { padding: 80px 48px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; max-width: 1200px; margin: 0 auto; }

.feature-card { background: #fff; border: 1px solid #f0f0f0; border-radius: 16px; padding: 40px 24px; text-align: center; transition: box-shadow .3s; }

.feature-card:hover { box-shadow: 0 8px 30px rgba(0,0,0,.06); }

.feature-icon { width: 56px; height: 56px; background: #fdf2f4; border-radius: 16px; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; color: #f898b4; font-size: 24px; }

.feature-card h3 { font-size: 17px; font-weight: 700; margin-bottom: 8px; }

.feature-card p { font-size: 14px; color: #888; line-height: 1.5; }

/* SERVIÇOS */

.servicos { padding: 80px 48px; text-align: center; background: #fafafa; }

.servicos h2 { font-size: 36px; font-weight: 800; margin-bottom: 12px; }

.servicos > p { font-size: 16px; color: #888; margin-bottom: 48px; }

.servicos-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1000px; margin: 0 auto; }

.servico-card { background: #fff; border: 1px solid #f0f0f0; border-radius: 16px; padding: 32px 24px; text-align: center; transition: box-shadow .3s; }

.servico-card:hover { box-shadow: 0 8px 30px rgba(0,0,0,.06); }

.servico-icon { width: 48px; height: 48px; background: #fdf2f4; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; color: #f898b4; font-size: 20px; }

.servico-card h3 { font-size: 16px; font-weight: 700; margin-bottom: 6px; }

.servico-card p { font-size: 13px; color: #888; }

/* CTA */

.cta { background: #f898b4; color: #fff; text-align: center; padding: 80px 24px; }

.cta h2 { font-size: 36px; font-weight: 800; margin-bottom: 16px; }

.cta p { font-size: 16px; opacity: .85; margin-bottom: 36px; max-width: 520px; margin-left: auto; margin-right: auto; }

.btn-comecar { display: inline-flex; align-items: center; gap: 8px; background: #fff; color: #333; border: none; padding: 14px 32px; border-radius: 28px; font-size: 16px; font-weight: 600; cursor: pointer; transition: transform .2s; }

.btn-comecar:hover { transform: translateY(-2px); }

/* FOOTER */

.footer { padding: 60px 48px 40px; display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 48px; max-width: 1200px; margin: 0 auto; border-top: 1px solid #eee; }

.footer-brand h3 { display: flex; align-items: center; gap: 10px; font-size: 20px; font-weight: 700; margin-bottom: 16px; }

.footer-brand .tagline { font-style: italic; color: #f898b4; font-size: 14px; margin-bottom: 12px; }

.footer-brand .desc { font-size: 14px; color: #777; line-height: 1.6; }

.footer h4 { font-size: 16px; font-weight: 700; margin-bottom: 20px; }

.footer-contact a, .footer-links a { display: flex; align-items: center; gap: 10px; font-size: 14px; color: #555; margin-bottom: 14px; transition: color .2s; }

.footer-contact a:hover, .footer-links a:hover { color: #f898b4; }

.footer-links a { gap: 0; }

.footer-bottom { text-align: center; padding: 20px; font-size: 13px; color: #aaa; border-top: 1px solid #eee; }

/* ARROWS */

.arrow { display: inline-block; transition: transform .2s; }

/* RESPONSIVE */

@media (max-width: 900px) {

  .features { grid-template-columns: repeat(2, 1fr); }

  .servicos-grid { grid-template-columns: repeat(2, 1fr); }

  .footer { grid-template-columns: 1fr; }

  .hero h1 { font-size: 36px; }

  .nav, .streaming-bar { padding: 14px 20px; }

  .features, .servicos { padding: 60px 20px; }

}

@media (max-width: 600px) {

  .features { grid-template-columns: 1fr; }

  .servicos-grid { grid-template-columns: 1fr; }

  .nav-links { gap: 12px; }

  .hero h1 { font-size: 28px; }

  .btn-entrar { display: none; }

}
