:root{--color-primary: #2563eb;--color-primary-light: #3b82f6;--color-secondary: #f97316;--bg-surface: #ffffff;--bg-surface-alt: #f8fafc;--text-primary: #0f172a;--text-secondary: #475569;--text-muted: #64748b;--text-inverse: #ffffff;--font-base: clamp(14px, 1.6vw, 20px);--font-lg: clamp(18px, 2vw, 25);--font-xl: clamp(28px, 3.5vw, 42px);--section-padding: clamp(48px, 6vw, 80px) 20px;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1);--transition-base: 0.2s ease;--bg-gradient: linear-gradient(135deg, #0013bd 0%, #196ae3 25%, #518fec 50%, #ff914d 75%, #fc4c00 100%);--bg-gradient-hero: linear-gradient(135deg, rgba(0, 19, 189, 0.85) 0%, rgba(25, 106, 227, 0.8) 25%, rgba(81, 143, 236, 0.75) 50%, rgba(255, 145, 77, 0.7) 75%, rgba(252, 76, 0, 0.65) 100%);--radius-lg: 12px;--radius-xl: 16px;--header-offset: 80px}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;line-height:1.6;color:var(--text-primary);background:var(--bg-surface);overflow-x:hidden}#page-loader{position:fixed;inset:0;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:9999;transition:opacity .4s ease,visibility .4s ease}#page-loader.hiding{opacity:0;visibility:hidden}.spinner{width:44px;height:44px;border:3px solid rgba(255,255,255,.15);border-top-color:#0f172a;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%, 100%{transform:scale(1);opacity:.7}50%{transform:scale(1.05);opacity:1}}img{max-width:100%;height:auto;display:block}header{background:var(--bg-surface);padding:20px 0;box-shadow:var(--shadow-sm);position:fixed;width:100%;top:0;z-index:1000}.header-inner{display:flex;align-items:center;justify-content:space-between;width:100%;margin:0 auto;padding:0 24px;position:relative}#logo{display:flex;flex-direction:column;align-items:center;justify-content:center;height:70px;width:250px;overflow:hidden;flex-shrink:0}.apresentation{background-image:var(--bg-gradient);margin-top:100px;min-height:850px;overflow:hidden;position:relative}.apresentation-overlay{position:absolute;inset:0;z-index:1;background:var(--bg-gradient-hero);pointer-events:none;height:120%}.apresentation-content{position:relative;z-index:2;width:100%}.fundo-video{position:absolute;inset:-10% 0;z-index:0;width:100%;height:120%;object-fit:cover;transform:translate3d(0, 0, 0) scale(1.08);pointer-events:none}.hero-title{font-size:clamp(36px,5vw,68px);line-height:1.2;margin-bottom:24px;color:var(--text-inverse);font-weight:700}.hero-subtitle{font-size:clamp(18px,2.2vw,28px);line-height:1.5;margin-bottom:32px;color:var(--text-inverse);font-weight:300}.btn-demo{display:inline-flex;align-items:center;justify-content:center;padding:16px 32px;background:var(--color-secondary);color:var(--text-inverse);text-decoration:none;font-weight:600;border-radius:50px;transition:all .3s ease;box-shadow:0 4px 14px rgba(249,115,22,.4);border:none;cursor:pointer}@media (prefers-reduced-motion: reduce){*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important}}@media (max-width: 768px){.apresentation{min-height:auto;padding:40px 0}.displays{display:none !important}.hero-title{font-size:clamp(28px,8vw,42px)}.hero-subtitle{font-size:clamp(16px,4vw,20px)}}