:root{--primary-color:#2E7D32;--primary-dark:#1B5E20;--primary-light:#E8F5E9;--bg-color:#FFFFFF;--bg-surface:#F5F7F6;--text-color:#1A231F;--text-muted:#5A6561;--border-color:#E2E8F0;--shadow-md:0 4px 16px rgba(0, 0, 0, 0.08);--font-stack:'Inter', system-ui, -apple-system, sans-serif;--transition-smooth:all 0.3s cubic-bezier(0.4, 0, 0.2, 1)}html.dark-mode{--primary-color:#4CAF50;--primary-dark:#388E3C;--primary-light:#1B2E1D;--bg-color:#0F1412;--bg-surface:#171E1B;--text-color:#F3F4F6;--text-muted:#9CA3AF;--border-color:#2D3748;--shadow-md:0 4px 16px rgba(0, 0, 0, 0.35)}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-color);font-family:var(--font-stack);line-height:1.6;transition:none}body.transitions-ready{transition:background-color 0.3s ease,color 0.3s ease}a{color:var(--primary-color)}img{max-width:100%;height:auto;display:block}.site-container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.site-header{position:sticky;top:0;z-index:1000;background-color:rgb(255 255 255 / .85);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-color);padding:1rem 0}html.dark-mode .site-header{background-color:rgb(15 20 18 / .85)}.home .site-header,.page-template-page-cv .site-header{border-bottom:none}.main-navigation ul{list-style:none;display:flex;gap:2rem;margin:0;padding:0}.main-navigation a{color:var(--text-color);text-decoration:none;font-weight:500;font-size:.95rem;transition:color 0.2s ease}.main-navigation a:hover{color:var(--primary-color)}.reading-progress-container{position:fixed;top:0;left:0;width:100%;height:3px;z-index:9999;background:#fff0}#reading-progress-bar{height:100%;width:0%;background:var(--primary-color);transition:width 0.1s linear}.drawer-backdrop{display:none;position:fixed;inset:0;background:rgb(0 0 0 / .5);z-index:1099;opacity:0;transition:opacity 0.3s ease}.drawer-backdrop.active{display:block;opacity:1}.mobile-side-drawer{position:fixed;top:0;left:-320px;width:300px;height:100%;background:var(--bg-color);border-right:1px solid var(--border-color);z-index:1100;padding:2rem 1.5rem;overflow-y:auto;transition:left 0.3s cubic-bezier(.4,0,.2,1)}.mobile-side-drawer.open{left:0}.mobile-navigation{list-style:none;padding:0}.mobile-navigation li{border-bottom:1px solid var(--border-color)}.mobile-navigation a{display:block;padding:.9rem 0;color:var(--text-color);text-decoration:none;font-weight:500}.case-studies-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:2.5rem}@media (max-width:1024px){.case-studies-grid{grid-template-columns:1fr}}@media (max-width:768px){h1{font-size:2rem}.hero-section .site-container{grid-template-columns:1fr!important}.lead-magnet-page .site-container{grid-template-columns:1fr!important}.header-wrap{flex-wrap:wrap;gap:1rem}.main-navigation{display:none}}.marquee-section{overflow:hidden;padding:1.5rem 0;border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color)}.marquee-wrapper{overflow:hidden}.marquee-content{display:flex;gap:4rem;width:max-content;animation:marqueeLinear 25s linear infinite}.marquee-content:hover{animation-play-state:paused}.marquee-item{display:flex;align-items:center;font-weight:700;font-size:1.1rem;color:var(--text-muted);white-space:nowrap;padding:0 1rem}@keyframes marqueeLinear{0%{transform:translate3d(0,0,0)}100%{transform:translate3d(-50%,0,0)}}.lite-youtube-embed{position:relative;width:100%;aspect-ratio:16 / 9;background:#000;border-radius:8px;cursor:pointer;overflow:hidden}.lite-youtube-embed img{width:100%;height:100%;object-fit:cover;transition:opacity 0.3s ease}.lite-youtube-embed:hover img{opacity:.75}.lite-youtube-play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:68px;height:48px;background:red;border:none;border-radius:12px;cursor:pointer}.lite-youtube-play-btn::after{content:'';position:absolute;top:50%;left:55%;transform:translate(-50%,-50%);border-style:solid;border-width:10px 0 10px 18px;border-color:#fff0 #fff0 #fff0 #fff}.comment-form textarea,.comment-form input[type="text"],.comment-form input[type="email"],.comment-form input[type="url"]{width:100%;padding:.75rem;border:1px solid var(--border-color);border-radius:6px;background:var(--bg-color);color:var(--text-color);font-family:var(--font-stack);font-size:1rem;transition:border-color 0.2s ease}.comment-form textarea:focus,.comment-form input:focus{outline:none;border-color:var(--primary-color)}.submit-btn{display:inline-block;background-color:var(--primary-color);color:#fff;padding:.75rem 2rem;border:none;border-radius:6px;cursor:pointer;font-weight:600;font-size:1rem;text-decoration:none;transition:var(--transition-smooth)}.submit-btn:hover{background-color:var(--primary-dark);color:#fff}.whatsapp-fixed-trigger{position:fixed;bottom:2rem;left:2rem;z-index:1050;width:56px;height:56px;background:#25D366;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 16px rgb(37 211 102 / .4);transition:left 0.3s ease,transform 0.3s ease}.whatsapp-fixed-trigger:hover{transform:scale(1.1);color:#fff}body.sidebar-active .whatsapp-fixed-trigger{left:310px}.scroll-nav-buttons{position:fixed;bottom:2rem;right:1.5rem;z-index:1050;display:flex;flex-direction:column;gap:.5rem;opacity:0;pointer-events:none;transition:opacity 0.3s ease}.scroll-nav-buttons.visible{opacity:1;pointer-events:auto}.scroll-nav-btn{width:40px;height:40px;background:var(--bg-surface);border:1px solid var(--border-color);border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:1rem;transition:var(--transition-smooth);text-decoration:none}.scroll-nav-btn:hover{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}#exit-intent-overlay{display:none;position:fixed;inset:0;background:rgb(0 0 0 / .6);backdrop-filter:blur(4px);z-index:9999;align-items:center;justify-content:center}#exit-intent-overlay.active{display:flex}#exit-intent-modal{background:var(--bg-color);border:1px solid var(--border-color);border-radius:16px;padding:3rem 2.5rem;max-width:480px;width:90%;text-align:center;position:relative;box-shadow:var(--shadow-md);animation:modalSlideIn 0.35s cubic-bezier(.4,0,.2,1)}@keyframes modalSlideIn{from{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}#exit-intent-close{position:absolute;top:1rem;right:1.25rem;background:none;border:none;font-size:1.75rem;cursor:pointer;color:var(--text-muted);line-height:1}.service-card{border-radius:12px;transition:var(--transition-smooth)}.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.top-btn{transition:color 0.2s ease}.top-btn:hover{color:var(--primary-color)!important}.entry-content p,.entry-content h2,.entry-content h3,.entry-content ul,.entry-content ol,.entry-content img{margin-bottom:1.5rem}.entry-content ul,.entry-content ol{padding-left:1.5rem}.entry-content li{margin-bottom:.4rem}