/*
Theme Name: YSE Elementor
Theme URI: https://yseinternet.com.br/
Author: YSE Internet
Description: Tema leve da YSE Internet, preparado para Elementor Free, incluindo header e footer editáveis.
Version: 0.3.0
Requires at least: 6.5
Requires PHP: 8.0
Text Domain: yse-elementor
License: GPL-2.0-or-later
*/
:root{--yse-purple-950:#120019;--yse-purple-900:#21002f;--yse-purple:#4b0874;--yse-neon:#8f2cff;--yse-yellow:#ffd21a;--yse-black:#08070b;--yse-white:#fff;--yse-container:1200px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--yse-purple-950);color:#fff;font-family:Inter,Arial,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.yse-site-main{min-height:60vh}.yse-fallback-header,.yse-fallback-footer{background:rgba(8,7,11,.96);border-color:rgba(255,255,255,.08)}.yse-fallback-header{border-bottom:1px solid rgba(255,255,255,.08)}.yse-fallback-footer{border-top:1px solid rgba(255,255,255,.08)}.yse-fallback-header__inner,.yse-fallback-footer__inner{width:min(100% - 32px,var(--yse-container));margin:auto;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px 0}.yse-brand img{width:180px;display:block}.yse-menu{display:flex;gap:24px;list-style:none;margin:0;padding:0}.yse-menu a:hover{color:var(--yse-yellow)}.yse-button{display:inline-flex;padding:14px 24px;border-radius:14px;font-weight:800}.yse-button--primary{background:var(--yse-yellow);color:#08070b}.yse-content{width:min(100% - 32px,900px);margin:auto;padding:72px 0}.yse-skip-link{position:fixed;left:12px;top:-60px;z-index:99999;padding:12px 16px;color:#000;background:var(--yse-yellow)}.yse-skip-link:focus{top:12px}@media(max-width:820px){.yse-fallback-header__inner,.yse-fallback-footer__inner{flex-direction:column;align-items:flex-start}.yse-menu{flex-wrap:wrap;gap:12px 18px}.yse-brand img{width:150px}}


/* v0.2 component helpers */
.yse-section{padding:96px 0}.yse-grid{display:grid;gap:24px}.yse-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.yse-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.yse-section-title{font-size:clamp(2rem,5vw,4.5rem);line-height:1.02;margin:0 0 18px}.yse-kicker{letter-spacing:.18em;text-transform:uppercase;color:var(--yse-yellow);font-weight:800}.yse-muted{color:var(--yse-muted)}@media(max-width:900px){.yse-grid--3,.yse-grid--4{grid-template-columns:1fr 1fr}.yse-section{padding:72px 0}}@media(max-width:640px){.yse-grid--3,.yse-grid--4{grid-template-columns:1fr}}
