@import url(https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,600;1,400&family=DM+Sans:wght@300;400;500&display=swap);.controle-emocional-page{background-color:#f9f9f9;padding:40px 20px;min-height:100vh}.container-ce{max-width:1200px;margin:0 auto}*{margin:0;padding:0;box-sizing:border-box}body{font-family:'DM Sans',sans-serif;background:#f0f4ff}.hero-ce{position:relative;overflow:hidden;padding:70px 40px 60px;background:linear-gradient(135deg,#0f1f5c 0%,#1a3a8a 40%,#2563eb 100%);display:flex;align-items:center;justify-content:center;min-height:340px}.hero-ce::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 10% 80%,rgb(37 99 235 / .35) 0%,transparent 60%),radial-gradient(ellipse 60% 50% at 90% 20%,rgb(96 165 250 / .2) 0%,transparent 55%);pointer-events:none}.particle{position:absolute;border-radius:50%;background:rgb(147 197 253 / .15);animation:float var(--dur,6s) ease-in-out infinite;animation-delay:var(--delay,0s)}.p1{width:180px;height:180px;top:-60px;left:-40px;--dur:8s}.p2{width:90px;height:90px;top:30px;right:80px;--dur:6s;--delay:-2s;background:rgb(147 197 253 / .1)}.p3{width:50px;height:50px;bottom:20px;left:30%;--dur:7s;--delay:-1s;background:rgb(147 197 253 / .2)}.p4{width:130px;height:130px;bottom:-50px;right:-30px;--dur:9s;--delay:-3s}@keyframes float{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-18px) scale(1.04)}}.hero-wave{position:absolute;bottom:-1px;left:0;width:100%;line-height:0}.hero-inner{position:relative;z-index:2;text-align:center;max-width:680px}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgb(255 255 255 / .12);border:1px solid rgb(255 255 255 / .25);backdrop-filter:blur(8px);padding:6px 16px;border-radius:999px;margin-bottom:22px;animation:fadeDown 0.7s ease both}.hero-badge svg{width:15px;height:15px;color:#93c5fd;flex-shrink:0;animation:heartbeat 1.8s ease-in-out infinite}@keyframes heartbeat{0%,100%{transform:scale(1)}25%{transform:scale(1.2)}50%{transform:scale(1)}}.hero-badge span{color:#bfdbfe;font-size:11px;font-weight:500;letter-spacing:1.5px;text-transform:uppercase}.hero-title{font-family:'Lora',Georgia,serif;font-size:clamp(2.2rem, 5vw, 3.5rem);font-weight:600;color:#fff;line-height:1.15;margin-bottom:18px;animation:fadeDown 0.7s ease 0.1s both}.hero-title em{font-style:italic;color:#93c5fd}.hero-divider{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:18px;animation:fadeDown 0.7s ease 0.2s both}.hero-divider::before,.hero-divider::after{content:'';width:60px;height:1px;background:linear-gradient(90deg,transparent,rgb(147 197 253 / .6),transparent)}.hero-divider-dot{width:6px;height:6px;border-radius:50%;background:#60a5fa;box-shadow:0 0 10px #60a5fa}.hero-description{font-size:1.05rem;color:rgb(219 234 254 / .85);line-height:1.7;font-weight:300;max-width:520px;margin:0 auto 28px;animation:fadeDown 0.7s ease 0.3s both}.hero-tags{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;animation:fadeDown 0.7s ease 0.4s both}.hero-tag{display:inline-flex;align-items:center;gap:5px;background:rgb(255 255 255 / .08);border:1px solid rgb(255 255 255 / .15);color:#bfdbfe;font-size:12px;font-weight:400;padding:5px 13px;border-radius:999px;transition:background 0.2s,border-color 0.2s}.hero-tag:hover{background:rgb(255 255 255 / .16);border-color:rgb(147 197 253 / .5)}.hero-tag svg{width:12px;height:12px;opacity:.7}@keyframes fadeDown{from{opacity:0;transform:translateY(-14px)}to{opacity:1;transform:translateY(0)}}.page-body{max-width:1200px;margin:40px auto;padding:0 40px}.section-demo{background:#fff;border-radius:12px;padding:30px;box-shadow:0 2px 12px rgb(0 0 0 / .06)}.section-demo h2{font-size:1.2rem;color:#333;font-weight:600;margin-bottom:12px;display:flex;align-items:center;gap:8px}.section-demo h2 svg{color:#2563eb}.demo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.demo-card{background:#f3f4f6;border-radius:8px;height:120px;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-size:13px}@media (max-width:640px){.hero-ce{padding:50px 24px 50px}.demo-grid{grid-template-columns:1fr}.page-body{padding:0 20px}}.section-ce{margin-bottom:70px;opacity:0;transform:translateY(30px);transition:opacity 0.6s ease,transform 0.6s ease}.section-ce.aos-animate{opacity:1;transform:translateY(0)}.section-title-ce{font-size:1.8em;color:#333;font-weight:700;margin:0 0 30px 0;display:flex;align-items:center;gap:12px}.section-title-ce svg{color:#2563eb;flex-shrink:0}.populares-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:2rem}.popular-item{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgb(0 0 0 / .1);transition:all 0.3s ease}.popular-item:hover{transform:translateY(-4px);box-shadow:4px 4px 0 #1a73e8,0 5px 15px rgb(0 0 0 / .46)}.popular-link{display:block;text-decoration:none;color:inherit}.popular-thumbnail{position:relative;padding-top:60%;overflow:hidden}.popular-thumbnail img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.popular-content{padding:1.5rem}.popular-title{font-size:1.125rem;font-weight:600;margin-bottom:.75rem;color:#333;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.popular-meta{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:#666}.popular-date{color:#999}.popular-views{color:#0073aa;font-weight:600}.registro-secao-ce{position:absolute;bottom:12px;left:12px;background:linear-gradient(135deg,#1e3a8a 0%,#2563eb 100%);padding:7px 14px;border-radius:18px;display:flex;align-items:center;gap:7px;box-shadow:0 2px 8px rgb(16 97 255 / .35);z-index:10}.heart-icon{width:16px;height:16px;color:#fff;animation:heartbeat 1.5s ease-in-out infinite}@keyframes heartbeat{0%,100%{transform:scale(1)}25%{transform:scale(1.15)}50%{transform:scale(1)}}.registro-secao-ce span{color:#fff;font-size:10px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.registro-carousel,.registro-recente{padding:6px}.registro-carousel span,.registro-recente span{display:none}.posts-recentes-ce{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:2rem!important;margin-bottom:2rem!important}.posts-recentes-ce .post-item-recente{grid-column:span 1!important;width:100%!important}.posts-recentes-ce .pagination-ce{grid-column:1 / -1!important;width:100%!important}.posts-recentes-ce .filtros-loading{grid-column:1 / -1!important}.posts-recentes-ce .no-posts-ce{grid-column:1 / -1!important}@media (max-width:1024px){.populares-grid{grid-template-columns:repeat(2,1fr)!important;gap:1.5rem!important}}@media (max-width:640px){.populares-grid{grid-template-columns:1fr!important;gap:1rem!important}}@media (max-width:1024px){.posts-recentes-ce{grid-template-columns:repeat(2,1fr)!important;gap:1.5rem!important}}@media (max-width:640px){.posts-recentes-ce{grid-template-columns:1fr!important;gap:1rem!important}}