:root{--brand-bg-canvas: #FAFAF8;--brand-bg-elevated: #F5F3F0;--brand-text-primary: #2D2C2A;--brand-text-secondary: #5A5856;--brand-text-tertiary: #8B8884;--brand-primary: #3D7EA6;--brand-primary-light: #5A9DBF;--brand-primary-dark: #2D5F7A;--brand-success: #5FA463;--brand-error: #C95D5D;--brand-warning: #D9A24A;--brand-spacing-1: 4px;--brand-spacing-2: 8px;--brand-spacing-3: 12px;--brand-spacing-4: 16px;--brand-spacing-5: 20px;--brand-spacing-6: 24px;--brand-spacing-8: 32px;--brand-spacing-12: 48px;--brand-font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--brand-font-semibold: 600;--brand-font-medium: 500;--brand-font-bold: 700;--brand-text-xs: 12px;--brand-text-sm: 14px;--brand-text-base: 16px;--brand-text-lg: 18px;--brand-text-xl: 20px;--brand-text-2xl: 24px;--brand-text-3xl: 30px;--brand-text-4xl: 40px;--brand-text-5xl: 56px;--brand-text-display: 72px;--brand-radius-md: 8px;--brand-radius-lg: 12px;--brand-border-subtle: rgba(45, 44, 42, .08);--brand-border-default: rgba(45, 44, 42, .12);--brand-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--brand-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--brand-bg-primary-subtle: rgba(61, 126, 166, .05);--brand-bg-success-subtle: rgba(95, 164, 99, .05)}body{font-family:var(--brand-font-family);color:var(--brand-text-primary);background-color:var(--brand-bg-canvas);margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.hero-primary{background-color:var(--brand-primary)!important;background-image:none!important}.hero-success{background-color:var(--brand-success)!important;background-image:none!important}.floating-orbs-container{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;pointer-events:none;z-index:0}.floating-orb{position:absolute;border-radius:50%;filter:blur(60px);opacity:.3;will-change:transform}.floating-orb--primary{background:#3d7ea6;width:300px;height:300px;top:-50px;left:-50px;animation:float-1 25s ease-in-out infinite}.floating-orb--secondary{background:#5fa463;width:250px;height:250px;top:50%;right:-100px;animation:float-2 30s ease-in-out infinite;animation-delay:-5s}.floating-orb--accent{background:#5a9dbf;width:200px;height:200px;bottom:-50px;left:30%;animation:float-3 20s ease-in-out infinite;animation-delay:-10s}@keyframes float-1{0%,to{transform:translate(0) scale(1)}25%{transform:translate(40px,30px) scale(1.05)}50%{transform:translate(20px,-20px) scale(.95)}75%{transform:translate(-30px,20px) scale(1.02)}}@keyframes float-2{0%,to{transform:translate(0) scale(1)}33%{transform:translate(-50px,30px) scale(1.08)}66%{transform:translate(30px,-40px) scale(.92)}}@keyframes float-3{0%,to{transform:translate(0) scale(1)}50%{transform:translate(60px,-30px) scale(1.1)}}.gradient-mesh{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#3d7ea626,#5fa4631a,#3d7ea626);background-size:400% 400%;animation:gradient-shift 20s ease infinite;pointer-events:none;z-index:0}.gradient-mesh--vibrant{background:linear-gradient(135deg,#3d7ea640,#5fa46333,#5a9dbf26 66%,#3d7ea640);background-size:400% 400%}.gradient-mesh--subtle{background:linear-gradient(135deg,#3d7ea614,#5fa4630d,#3d7ea614);background-size:400% 400%}@keyframes gradient-shift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@media (prefers-reduced-motion: reduce){.floating-orb,.gradient-mesh{animation:none!important}.floating-orb{opacity:.15}}.hero-beaver-animated{animation:beaver-float 6s ease-in-out infinite;will-change:transform}@keyframes beaver-float{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-12px) scale(1.02)}}.hero-beaver-animated:after{content:"";position:absolute;top:20%;right:15%;width:35%;height:40%;background:radial-gradient(ellipse,rgba(95,164,99,.3) 0%,transparent 70%);animation:screen-glow 3s ease-in-out infinite;pointer-events:none}@keyframes screen-glow{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.combined-background{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;pointer-events:none}.combined-background .gradient-mesh{opacity:.6}.combined-background .floating-orbs-container{opacity:.4}.floating-orbs-container,.gradient-mesh,.hero-beaver-animated{transform:translateZ(0);backface-visibility:hidden}.hero-slideshow{position:relative;width:100%;height:100%;min-height:300px;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #0000004d}.hero-slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;animation:slideshow-fade 45s infinite;will-change:opacity,transform}.hero-slide img{width:100%;height:100%;object-fit:cover;animation:slideshow-zoom 45s infinite}.hero-slide:nth-child(1){animation-delay:0s}.hero-slide:nth-child(1) img{animation-delay:0s}.hero-slide:nth-child(2){animation-delay:5s}.hero-slide:nth-child(2) img{animation-delay:5s}.hero-slide:nth-child(3){animation-delay:10s}.hero-slide:nth-child(3) img{animation-delay:10s}.hero-slide:nth-child(4){animation-delay:15s}.hero-slide:nth-child(4) img{animation-delay:15s}.hero-slide:nth-child(5){animation-delay:20s}.hero-slide:nth-child(5) img{animation-delay:20s}.hero-slide:nth-child(6){animation-delay:25s}.hero-slide:nth-child(6) img{animation-delay:25s}.hero-slide:nth-child(7){animation-delay:30s}.hero-slide:nth-child(7) img{animation-delay:30s}.hero-slide:nth-child(8){animation-delay:35s}.hero-slide:nth-child(8) img{animation-delay:35s}.hero-slide:nth-child(9){animation-delay:40s}.hero-slide:nth-child(9) img{animation-delay:40s}@keyframes slideshow-fade{0%{opacity:0}1.5%{opacity:1}9.5%{opacity:1}12%{opacity:0}to{opacity:0}}@keyframes slideshow-zoom{0%{transform:scale(1)}11%{transform:scale(1.05)}to{transform:scale(1.05)}}@media (prefers-reduced-motion: reduce){.hero-slide{animation:none}.hero-slide img{animation:none;transform:none}.hero-slide:first-child{opacity:1}}@media (max-width: 900px){.hero-slideshow{min-height:250px;border-radius:12px}}@media (max-width: 600px){.hero-slideshow{min-height:200px;border-radius:8px;box-shadow:0 10px 30px #00000040}}
