*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#1e293b;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden}#root{width:100%;min-height:100vh}a{font-weight:500;text-decoration:inherit}button{font-family:inherit;cursor:pointer}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background:#f1f5f9;border-radius:10px}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#10b981,#059669);border-radius:10px;border:2px solid #f1f5f9;transition:background .3s ease}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#059669,#047857);border:2px solid #e2e8f0}::-webkit-scrollbar-thumb:active{background:linear-gradient(135deg,#047857,#065f46)}*{scrollbar-width:thin;scrollbar-color:#10b981 #f1f5f9}::-webkit-scrollbar-thumb{transition:background .3s ease,border .3s ease}.scrollable-container::-webkit-scrollbar{width:8px}.scrollable-container::-webkit-scrollbar-track{background:#f8fafc;border-radius:4px}.scrollable-container::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#10b981,#059669);border-radius:4px}.scrollable-container::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#059669,#047857)}.navbar{position:fixed;top:0;left:0;right:0;width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 10px #0000000d;z-index:1000;transition:all .3s ease}.navbar.scrolled{background:#fffffffa;box-shadow:0 4px 20px #0000001a}.navbar-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;height:80px}.navbar-logo{display:flex;align-items:center;text-decoration:none;z-index:1001}.logo-img{height:45px;width:auto;transition:transform .3s ease}.logo-img:hover{transform:scale(1.05)}.navbar-menu{display:flex;list-style:none;margin:0;padding:0;align-items:center;gap:1.5rem}.navbar-item,.navbar-item-dropdown{position:relative}.navbar-item-auth{margin-left:.5rem;padding-left:1rem;border-left:1px solid #e2e8f0}.navbar-link-dropdown{display:flex;align-items:center;gap:.5rem}.dropdown-arrow{transition:transform .3s ease;margin-left:.25rem}.dropdown-arrow.open{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:50%;transform:translate(-50%);background:#fff;border-radius:12px;box-shadow:0 10px 30px #00000026;min-width:220px;padding:.75rem 0;margin-top:.5rem;list-style:none;opacity:0;visibility:hidden;transform:translate(-50%) translateY(-10px);transition:all .3s cubic-bezier(.4,0,.2,1);z-index:1000;border:1px solid #e2e8f0}.dropdown-menu.active{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.dropdown-menu li{margin:0}.dropdown-link{display:block;padding:.75rem 1.5rem;color:#1e293b;text-decoration:none;font-size:.9rem;font-weight:500;transition:all .3s ease;position:relative}.dropdown-link:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#10b981,#059669);transform:scaleY(0);transition:transform .3s ease}.dropdown-link:hover{background:#f0fdf4;color:#10b981;padding-left:1.75rem}.dropdown-link:hover:before{transform:scaleY(1)}.navbar-link{text-decoration:none;color:#1e293b;font-weight:500;font-size:.95rem;transition:color .3s ease;position:relative;padding:.5rem 0}.navbar-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(90deg,#10b981,#059669);transition:width .3s ease}.navbar-link:hover{color:#10b981}.navbar-link:hover:after{width:100%}.navbar-link-button{color:#10b981;padding:.5rem 1.25rem;border-radius:6px;transition:all .3s ease}.navbar-link-button:hover{background:#10b9811a}.navbar-link-button:after{display:none}.navbar-link-cta{background:linear-gradient(90deg,#10b981,#059669);color:#fff!important;padding:.6rem 1.5rem;border-radius:8px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #10b9814d}.navbar-link-cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px #10b98166}.navbar-link-cta:after{display:none}.navbar-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001;gap:5px}.navbar-toggle span{width:25px;height:3px;background:#1e293b;border-radius:3px;transition:all .3s ease;transform-origin:center}.navbar-toggle.active span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.navbar-toggle.active span:nth-child(2){opacity:0}.navbar-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}@media screen and (max-width:968px){.navbar-container{padding:0 1.5rem;height:70px}.logo-img{height:40px}.navbar-toggle{display:flex}.navbar-menu{position:fixed;top:70px;left:0;right:0;flex-direction:column;background:#e2e8f0;box-shadow:0 10px 30px #0000001a;padding:2rem 0;gap:0;transform:translate(-100%);transition:transform .3s ease;max-height:calc(100vh - 70px);overflow-y:auto}.navbar-menu.active{transform:translate(0)}.navbar-item{width:100%;text-align:center;padding:0}.navbar-item-dropdown{width:100%}.navbar-link{display:block;padding:.75rem 1.5rem;font-size:.95rem;text-align:left}.navbar-link-dropdown{justify-content:space-between;width:100%}.navbar-link:after{display:none}.dropdown-menu{position:static;transform:none;opacity:1;visibility:visible;box-shadow:none;border:none;border-top:1px solid rgba(0,0,0,.1);border-radius:0;margin-top:0;padding:0;background:#ffffff80;max-height:0;overflow:hidden;transition:max-height .3s ease}.dropdown-menu.active{max-height:500px;transform:none}.dropdown-link{padding:.75rem 1.5rem .75rem 2.5rem;font-size:.9rem}.dropdown-link:before{display:none}.dropdown-link:hover{padding-left:3rem;background:#10b9811a}.dropdown-arrow{transition:transform .3s ease}.navbar-item-auth{margin-left:0;padding-left:0;border-left:none;margin-top:.5rem}.navbar-link-button,.navbar-link-cta{margin:.5rem 2rem;display:inline-block;width:calc(100% - 4rem);text-align:center}}@media screen and (max-width:480px){.navbar-container{padding:0 1rem}.logo-img{height:35px}}@media(prefers-color-scheme:dark){.navbar{background:#fffffff2}.navbar.scrolled{background:#fffffffa}.navbar-link{color:#1e293b}.navbar-link:hover{color:#34d399}.navbar-toggle span{background:#1e293b}.navbar-menu{background:#fff}}.footer{background:linear-gradient(135deg,#1e293b,#0f172a);color:#e2e8f0;padding:4rem 0 0;margin-top:0}.footer-container{max-width:1400px;margin:0 auto;padding:0 2rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-section{display:flex;flex-direction:column;gap:1.5rem}.footer-logo{margin-bottom:.5rem}.footer-logo-img{height:45px;width:auto;filter:brightness(0) invert(1)}.footer-description{color:#94a3b8;line-height:1.6;font-size:.95rem;max-width:300px}.footer-social{display:flex;gap:1rem;margin-top:.5rem}.social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#ffffff1a;color:#e2e8f0;transition:all .3s ease;text-decoration:none}.social-link:hover{background:linear-gradient(135deg,#10b981,#059669);color:#fff;transform:translateY(-3px);box-shadow:0 4px 12px #10b98166}.footer-title{font-size:1.1rem;font-weight:600;color:#fff;margin-bottom:.5rem}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer-links li a,.footer-links li a:visited{color:#94a3b8;text-decoration:none;font-size:.95rem;transition:all .3s ease;display:inline-block}.footer-links li a:hover,.footer-links li a:focus{color:#34d399;transform:translate(5px);text-decoration:none}.footer-contact{list-style:none;display:flex;flex-direction:column;gap:1rem}.footer-contact li{display:flex;align-items:flex-start;gap:.75rem;color:#94a3b8;font-size:.95rem;line-height:1.6}.footer-contact li svg{flex-shrink:0;margin-top:.2rem;color:#34d399}.footer-contact li span{flex:1}.footer-bottom{padding:2rem 0}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-copyright{color:#64748b;font-size:.9rem}.footer-legal{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.footer-legal a{color:#94a3b8;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-legal a:hover{color:#34d399}.footer-legal .separator{color:#475569}@media screen and (max-width:968px){.footer{padding:3rem 0 0}.footer-container{padding:0 1.5rem}.footer-content{grid-template-columns:repeat(2,1fr);gap:2.5rem;padding-bottom:2.5rem}.footer-description{max-width:100%}}@media screen and (max-width:640px){.footer-content{grid-template-columns:1fr;gap:2rem}.footer-bottom-content{flex-direction:column;text-align:center;gap:1rem}.footer-legal{justify-content:center}.footer-social{justify-content:flex-start}}@media screen and (max-width:480px){.footer-container{padding:0 1rem}.footer{padding:2.5rem 0 0}.footer-content{gap:1.5rem;padding-bottom:2rem}.footer-bottom{padding:1.5rem 0}}.loading-overlay{position:fixed;inset:0;background:linear-gradient(135deg,#fff,#f8fafc);display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeOut .5s ease-out forwards;animation-delay:2.5s;overflow:hidden}.loading-background{position:absolute;inset:0;overflow:hidden}.loading-particles{position:absolute;width:100%;height:100%}.loading-particle{position:absolute;width:4px;height:4px;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;opacity:.3;animation:floatParticle 8s ease-in-out infinite}.loading-particle[data-index="0"]{top:10%;left:20%;animation-delay:0s}.loading-particle[data-index="1"]{top:20%;left:80%;animation-delay:.4s}.loading-particle[data-index="2"]{top:40%;left:10%;animation-delay:.8s}.loading-particle[data-index="3"]{top:50%;left:90%;animation-delay:1.2s}.loading-particle[data-index="4"]{top:60%;left:15%;animation-delay:1.6s}.loading-particle[data-index="5"]{top:70%;left:85%;animation-delay:2s}.loading-particle[data-index="6"]{top:80%;left:30%;animation-delay:2.4s}.loading-particle[data-index="7"]{top:30%;left:70%;animation-delay:2.8s}.loading-particle[data-index="8"]{top:15%;left:50%;animation-delay:3.2s}.loading-particle[data-index="9"]{top:85%;left:60%;animation-delay:3.6s}.loading-particle[data-index="10"]{top:25%;left:40%;animation-delay:4s}.loading-particle[data-index="11"]{top:75%;left:25%;animation-delay:4.4s}.loading-particle[data-index="12"]{top:35%;left:75%;animation-delay:4.8s}.loading-particle[data-index="13"]{top:55%;left:5%;animation-delay:5.2s}.loading-particle[data-index="14"]{top:65%;left:95%;animation-delay:5.6s}.loading-particle[data-index="15"]{top:45%;left:55%;animation-delay:6s}.loading-particle[data-index="16"]{top:5%;left:35%;animation-delay:6.4s}.loading-particle[data-index="17"]{top:95%;left:45%;animation-delay:6.8s}.loading-particle[data-index="18"]{top:10%;left:65%;animation-delay:7.2s}.loading-particle[data-index="19"]{top:90%;left:80%;animation-delay:7.6s}.loading-content{text-align:center;display:flex;flex-direction:column;align-items:center;gap:2.5rem;position:relative;z-index:1}.loading-logo-container{position:relative;animation:fadeInScale .8s ease-out}.loading-logo-svg{filter:drop-shadow(0 10px 30px rgba(16,185,129,.2))}.loading-ring{transform-origin:80px 80px}.loading-ring-1{animation:rotate 6s linear infinite}.loading-ring-2{animation:rotate 8s linear infinite reverse}.loading-ring-3{animation:rotate 4s linear infinite}.loading-dashboard-bg{animation:pulse 3s ease-in-out infinite}.loading-center{animation:scale 2s ease-in-out infinite}.loading-core{animation:pulse 1.5s ease-in-out infinite}.loading-bar-item{transform-origin:bottom;animation:growBar 1.2s ease-out forwards;opacity:0}.loading-bar-1{animation-delay:.1s}.loading-bar-2{animation-delay:.2s}.loading-bar-3{animation-delay:.3s}.loading-bar-4{animation-delay:.4s}.loading-bar-5{animation-delay:.5s}.loading-bar-6{animation-delay:.6s}.loading-bar-7{animation-delay:.7s}.loading-bar-8{animation-delay:.8s}.loading-particle-dot{animation:orbitLoading 6s linear infinite;transform-origin:80px 80px;opacity:.7}.loading-particle-dot[data-index="0"]{animation-delay:0s}.loading-particle-dot[data-index="1"]{animation-delay:.75s}.loading-particle-dot[data-index="2"]{animation-delay:1.5s}.loading-particle-dot[data-index="3"]{animation-delay:2.25s}.loading-particle-dot[data-index="4"]{animation-delay:3s}.loading-particle-dot[data-index="5"]{animation-delay:3.75s}.loading-particle-dot[data-index="6"]{animation-delay:4.5s}.loading-particle-dot[data-index="7"]{animation-delay:5.25s}.loading-text-container{animation:fadeInUp .8s ease-out .2s both}.loading-text{font-size:3rem;font-weight:800;background:linear-gradient(135deg,#10b981,#059669,#047857);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradientShift 3s linear infinite;margin:0;letter-spacing:-.02em}.loading-subtitle{font-size:1rem;color:#64748b;font-weight:500;margin-top:.5rem;margin-bottom:0}.loading-progress-container{width:100%;max-width:400px;animation:fadeInUp .8s ease-out .4s both}.loading-bar{width:100%;height:8px;background:#10b9811a;border-radius:10px;overflow:hidden;position:relative;margin-bottom:1rem}.loading-progress{height:100%;background:linear-gradient(90deg,#10b981,#059669,#047857);border-radius:10px;transition:width .3s ease;position:relative;overflow:hidden;width:var(--progress-width, 0%);box-shadow:0 2px 10px #10b9814d}.loading-progress:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:shimmer 1.5s infinite}.loading-percentage{font-size:1.1rem;color:#059669;font-weight:700;letter-spacing:.05em}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes scale{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}@keyframes floatParticle{0%,to{transform:translate(0) scale(1);opacity:.3}50%{transform:translate(30px,-30px) scale(1.2);opacity:.6}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes orbitLoading{0%{transform:rotate(0) translate(55px) rotate(0)}to{transform:rotate(360deg) translate(55px) rotate(-360deg)}}@keyframes gradientShift{0%{background-position:0% center}to{background-position:200% center}}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes fadeOut{to{opacity:0;visibility:hidden}}.back-to-top{position:fixed;bottom:2rem;right:2rem;width:50px;height:50px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #10b98166;transition:all .3s ease;opacity:0;visibility:hidden;transform:translateY(20px);z-index:999}.back-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top:hover{background:linear-gradient(135deg,#059669,#047857);transform:translateY(-5px);box-shadow:0 6px 25px #10b98180}.back-to-top:active{transform:translateY(-2px)}.back-to-top svg{width:24px;height:24px;transition:transform .3s ease}.back-to-top:hover svg{transform:translateY(-2px)}@media screen and (max-width:640px){.back-to-top{width:45px;height:45px;bottom:1.5rem;right:1.5rem}.back-to-top svg{width:20px;height:20px}}@media screen and (max-width:480px){.back-to-top{width:40px;height:40px;bottom:1rem;right:1rem}.back-to-top svg{width:18px;height:18px}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;padding:0;margin-top:0;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.hero:before{content:"";position:absolute;inset:0;overflow:hidden;z-index:0}.hero-background{position:absolute;inset:0;overflow:hidden}.hero-gradient{position:absolute;top:-50%;right:-20%;width:800px;height:800px;background:radial-gradient(circle,rgba(16,185,129,.15) 0%,transparent 70%);border-radius:50%;animation:float 20s ease-in-out infinite}.hero-particles{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.particle{position:absolute;width:4px;height:4px;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;animation:particleFloat 4s ease-in-out infinite;opacity:.4}.particle[data-index]{left:calc(var(--index, 0) * 2%);top:calc(var(--index, 0) * 1.8%);animation-delay:calc(var(--index, 0) * .06s);animation-duration:calc(3s + var(--index, 0) * .04s)}@keyframes particleFloat{0%,to{transform:translateY(0) translate(0);opacity:.4}50%{transform:translateY(-20px) translate(10px);opacity:.8}}.hero-container{max-width:1400px;margin:0 auto;padding:100px 2rem 4rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:2}.hero-content{display:flex;flex-direction:column;gap:2rem}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#fff;border-radius:50px;box-shadow:0 4px 12px #0000001a;width:fit-content;font-size:.9rem;color:#475569;font-weight:500}.badge-icon{font-size:1.2rem;animation:spin 3s linear infinite}.hero-title{font-size:4rem;font-weight:800;line-height:1.1;color:#0f172a;margin:0}.gradient-text{background:linear-gradient(135deg,#10b981,#059669);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cursor{animation:blink 1s infinite;color:#10b981}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.hero-description{font-size:1.25rem;color:#64748b;line-height:1.7;max-width:600px}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;border-radius:12px;font-weight:600;text-decoration:none;transition:all .3s ease;font-size:1rem;border:none;cursor:pointer}.btn-primary{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 4px 20px #10b98166}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 30px #10b98180}.btn-primary svg{transition:transform .3s ease}.btn-primary:hover svg{transform:translate(5px)}.btn-secondary{background:#fff;color:#10b981;border:2px solid #e2e8f0}.btn-secondary:hover{border-color:#10b981;transform:translateY(-3px);box-shadow:0 4px 12px #10b98133}.hero-stats{display:flex;gap:3rem;margin-top:1rem}.stat-item{display:flex;flex-direction:column;gap:.5rem}.stat-number{font-size:2rem;font-weight:700;background:linear-gradient(135deg,#10b981,#059669);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-label{font-size:.9rem;color:#475569!important;font-weight:600;opacity:1!important}.hero-visual{position:relative;display:flex;align-items:center;justify-content:center}.hero-svg-container{width:100%;max-width:600px;aspect-ratio:1;position:relative}.hero-svg{width:100%;height:100%;filter:drop-shadow(0 20px 40px rgba(16,185,129,.2))}.grid-group{animation:fadeIn 1s ease-out}.chart-bar{transform-origin:bottom;animation:growBar 1.5s ease-out forwards;opacity:0}.chart-bar-1{animation-delay:.2s}.chart-bar-2{animation-delay:.4s}.chart-bar-3{animation-delay:.6s}.chart-bar-4{animation-delay:.8s}.chart-bar-5{animation-delay:1s}.chart-bar-6{animation-delay:1.2s}.dashboard-bg{animation:pulse 3s ease-in-out infinite}.dashboard-ring-1{animation:rotate 8s linear infinite;transform-origin:300px 250px}.dashboard-ring-2{animation:rotate 12s linear infinite reverse;transform-origin:300px 250px}.dashboard-center{animation:scale 2s ease-in-out infinite;transform-origin:300px 250px}.dashboard-core{animation:pulse 2s ease-in-out infinite;transform-origin:300px 250px}.icon-item{animation:floatIcon 3s ease-in-out infinite}.icon-1{animation-delay:0s}.icon-2{animation-delay:.5s}.icon-3{animation-delay:1s}.icon-4{animation-delay:1.5s}.flow-line{stroke-dasharray:500;stroke-dashoffset:500;animation:drawFlow 2s ease-out forwards}.flow-line-1{animation-delay:.3s}.flow-line-2{animation-delay:.5s}.flow-line-3{animation-delay:.7s}.flow-line-4{animation-delay:.9s}.particle-dot{animation:orbitParticle 10s linear infinite;transform-origin:300px 250px;opacity:.7}.particle-dot[data-index="0"]{animation-delay:0s}.particle-dot[data-index="1"]{animation-delay:.83s}.particle-dot[data-index="2"]{animation-delay:1.66s}.particle-dot[data-index="3"]{animation-delay:2.5s}.particle-dot[data-index="4"]{animation-delay:3.33s}.particle-dot[data-index="5"]{animation-delay:4.16s}.particle-dot[data-index="6"]{animation-delay:5s}.particle-dot[data-index="7"]{animation-delay:5.83s}.particle-dot[data-index="8"]{animation-delay:6.66s}.particle-dot[data-index="9"]{animation-delay:7.5s}.particle-dot[data-index="10"]{animation-delay:8.33s}.particle-dot[data-index="11"]{animation-delay:9.16s}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.9}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes nodePulse{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}@keyframes drawLine{0%{stroke-dashoffset:1000;opacity:0}50%{opacity:1}to{stroke-dashoffset:0;opacity:.8}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes growBar{0%{transform:scaleY(0);opacity:0}to{transform:scaleY(1);opacity:1}}@keyframes drawFlow{to{stroke-dashoffset:0}}@keyframes orbitParticle{0%{transform:rotate(0) translate(150px) rotate(0)}to{transform:rotate(360deg) translate(150px) rotate(-360deg)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fade-in-up{opacity:0;transform:translateY(30px);animation:fadeInUp .8s ease-out forwards}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}@media screen and (max-width:968px){.hero-container{grid-template-columns:1fr;gap:3rem;text-align:center;padding:90px 2rem 3rem}.hero-title{font-size:3rem}.hero-stats,.hero-cta{justify-content:center}.hero-svg-container{max-width:400px}}@media screen and (max-width:640px){.hero-container{padding:80px 1rem 2rem;gap:2rem}.hero-badge{padding:.5rem 1rem;font-size:.8rem}.badge-icon{font-size:1rem}.hero-title{font-size:2rem;line-height:1.2}.hero-description{font-size:.95rem;line-height:1.6}.hero-stats{flex-direction:column;gap:1rem;align-items:center;margin-top:.5rem}.stat-number{font-size:1.5rem}.stat-label{font-size:.8rem}.btn{width:100%;justify-content:center;padding:.875rem 1.5rem;font-size:.9rem}.hero-svg-container{max-width:280px}.hero-visual{order:-1}}@media screen and (max-width:480px){.hero-title{font-size:1.75rem}.hero-description{font-size:.9rem}.hero-svg-container{max-width:240px}}.features{padding:80px 0;background:#fff;position:relative;overflow:hidden}.features:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#e2e8f0,transparent)}.features-container{max-width:1400px;margin:0 auto;padding:0 2rem}.features-header{text-align:center;margin-bottom:3.5rem}.features-header .section-title{color:#0f172a!important;opacity:1!important}.features-header .section-description{color:#475569!important;opacity:1!important}.section-title{font-size:3rem;font-weight:800;color:#0f172a!important;margin-bottom:1rem;opacity:1!important}.section-description{font-size:1.25rem;color:#64748b;max-width:600px;margin:0 auto;font-weight:500}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{position:relative;padding:2.5rem;background:#fff;border-radius:20px;border:2px solid #f1f5f9;transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden;opacity:0;transform:translateY(30px);--feature-color: #10b981}.feature-color-10b981{--feature-color: #10b981}.feature-color-059669{--feature-color: #059669}.feature-color-047857{--feature-color: #047857}.feature-color-34d399{--feature-color: #34d399}.feature-color-6ee7b7{--feature-color: #6ee7b7}.feature-card.visible{opacity:1;transform:translateY(0);animation:slideInUp .6s ease-out}.feature-card:hover{transform:translateY(-10px);border-color:var(--feature-color);box-shadow:0 20px 40px #0000001a}.feature-icon-wrapper{position:relative;width:80px;height:80px;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center}.feature-icon-bg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.8);width:100%;height:100%;background:linear-gradient(135deg,var(--feature-color),var(--feature-color));opacity:.1;border-radius:20px;transition:all .4s ease}.feature-card:hover .feature-icon-bg{transform:translate(-50%,-50%) scale(1.1);opacity:.2}.feature-icon{position:relative;z-index:1;width:48px;height:48px;display:flex;align-items:center;justify-content:center;animation:floatIcon 3s ease-in-out infinite}.feature-card:nth-child(2n) .feature-icon{animation-delay:.5s}.feature-card:nth-child(3n) .feature-icon{animation-delay:1s}.feature-title{font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:1rem;transition:color .3s ease}.feature-card:hover .feature-title{color:var(--feature-color)}.feature-description{color:#64748b;line-height:1.7;font-size:1rem}.feature-hover-effect{position:absolute;inset:0;background:linear-gradient(135deg,var(--feature-color),transparent);opacity:0;transition:opacity .4s ease;pointer-events:none;border-radius:20px}.feature-card:hover .feature-hover-effect{opacity:.05}@keyframes floatIcon{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.scroll-reveal{transform:translateY(30px);transition:transform .8s ease-out;opacity:1}.scroll-reveal .section-title{color:#0f172a!important;opacity:1!important}.scroll-reveal .section-description{color:#475569!important;opacity:1!important}@media screen and (max-width:968px){.features{padding:60px 0}.section-title{font-size:2.5rem;color:#0f172a}.features-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.feature-card{padding:2rem}}@media screen and (max-width:640px){.features{padding:50px 0}.features-header{margin-bottom:2.5rem}.features-grid{grid-template-columns:1fr;gap:1.25rem}.section-title{font-size:1.75rem;color:#0f172a;margin-bottom:.75rem}.section-description{font-size:1rem}.feature-card{padding:1.5rem}.feature-icon-wrapper{width:60px;height:60px;margin-bottom:1rem}.feature-icon{width:40px;height:40px}.feature-title{font-size:1.25rem;margin-bottom:.75rem}.feature-description{font-size:.9rem;line-height:1.6}}@media screen and (max-width:480px){.section-title{font-size:1.5rem}.section-description{font-size:.95rem}.feature-icon-wrapper{width:50px;height:50px}.feature-icon{width:36px;height:36px}.feature-title{font-size:1.1rem}.feature-description{font-size:.85rem}}.statistics{padding:80px 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0);position:relative;overflow:hidden}.statistics:before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(16,185,129,.1) 0%,transparent 70%);border-radius:50%;animation:float 15s ease-in-out infinite;pointer-events:none}.statistics:after{content:"";position:absolute;bottom:-30%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(5,150,105,.08) 0%,transparent 70%);border-radius:50%;animation:float 20s ease-in-out infinite reverse;pointer-events:none}.statistics-container{max-width:1400px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.statistics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem}.stat-item{text-align:center;color:#0f172a;position:relative;padding:2.5rem 2rem;background:#fff;border-radius:20px;border:2px solid #f1f5f9;transition:all .4s cubic-bezier(.4,0,.2,1);animation:fadeInScale .8s ease-out;box-shadow:0 4px 20px #0000000d;overflow:hidden}.stat-item:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#10b981,#059669);transform:scaleX(0);transition:transform .4s ease}.stat-item:nth-child(1){animation-delay:.1s}.stat-item:nth-child(2){animation-delay:.2s}.stat-item:nth-child(3){animation-delay:.3s}.stat-item:nth-child(4){animation-delay:.4s}.stat-item:hover{transform:translateY(-8px);border-color:#10b981;box-shadow:0 20px 40px #10b98126}.stat-item:hover:before{transform:scaleX(1)}.stat-icon-wrapper{display:flex;justify-content:center;align-items:center;margin-bottom:1.5rem;position:relative}.stat-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;animation:floatIcon 3s ease-in-out infinite}.stat-icon svg{width:100%;height:100%}.stat-item:nth-child(2) .stat-icon{animation-delay:.2s}.stat-item:nth-child(3) .stat-icon{animation-delay:.4s}.stat-item:nth-child(4) .stat-icon{animation-delay:.6s}.stat-number-wrapper{display:flex;align-items:baseline;justify-content:center;gap:.25rem;margin-bottom:.5rem}.stat-number{font-size:3.5rem;font-weight:800;line-height:1;display:inline-block;background:linear-gradient(135deg,#10b981,#059669);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-suffix{font-size:2rem;font-weight:700;background:linear-gradient(135deg,#10b981,#059669);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-label{font-size:1.1rem;font-weight:600;margin-top:.75rem;color:#64748b;line-height:1.5}@keyframes fadeInScale{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes floatIcon{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@media screen and (max-width:968px){.statistics{padding:50px 0}.statistics-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.stat-item{padding:2rem 1.5rem}.stat-icon{width:40px;height:40px}.stat-number{font-size:2.5rem}.stat-suffix{font-size:1.75rem}.stat-label{font-size:1rem}}@media screen and (max-width:640px){.statistics{padding:50px 0}.statistics-header{margin-bottom:2.5rem}.section-title{font-size:1.75rem}.section-description{font-size:1rem}.statistics-grid{grid-template-columns:1fr;gap:1.25rem}.stat-item{padding:1.5rem}.stat-icon{width:36px;height:36px;margin-bottom:1rem}.stat-number{font-size:2rem}.stat-suffix{font-size:1.5rem}.stat-label{font-size:.9rem}}@media screen and (max-width:480px){.section-title{font-size:1.5rem}.stat-number{font-size:1.75rem}.stat-suffix{font-size:1.1rem}.stat-label{font-size:.8rem}}.how-it-works{padding:80px 0;background:linear-gradient(180deg,#f8fafc,#fff);position:relative}.how-it-works-container{max-width:1400px;margin:0 auto;padding:0 2rem}.how-it-works-header{text-align:center;margin-bottom:3.5rem}.how-it-works-header .section-title{font-size:3rem;font-weight:800;color:#0f172a;margin-bottom:1rem}.how-it-works-header .section-description{font-size:1.25rem;color:#64748b;max-width:600px;margin:0 auto;font-weight:500}.steps-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;position:relative}.step-card{position:relative;text-align:center;padding:2.5rem 2rem;background:#fff;border-radius:24px;box-shadow:0 4px 20px #00000014;transition:all .4s cubic-bezier(.4,0,.2,1);opacity:0;transform:translateY(50px) scale(.9)}.step-card.visible{opacity:1;transform:translateY(0) scale(1);animation:stepAppear .6s cubic-bezier(.4,0,.2,1)}.step-card:hover{transform:translateY(-15px) scale(1.02);box-shadow:0 20px 40px #10b98133}.step-number{position:absolute;top:-20px;left:50%;transform:translate(-50%);width:50px;height:50px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;box-shadow:0 4px 12px #10b98166;animation:numberPulse 2s ease-in-out infinite}.step-card:nth-child(2) .step-number{animation-delay:.2s}.step-card:nth-child(3) .step-number{animation-delay:.4s}.step-card:nth-child(4) .step-number{animation-delay:.6s}.step-icon-wrapper{position:relative;width:100px;height:100px;margin:2rem auto 1.5rem;display:flex;align-items:center;justify-content:center;z-index:1}.step-icon{width:64px;height:64px;position:relative;z-index:2;animation:iconFloat 3s ease-in-out infinite;display:flex;align-items:center;justify-content:center}.step-icon svg{width:100%;height:100%}.step-card:nth-child(2) .step-icon{animation-delay:.3s}.step-card:nth-child(3) .step-icon{animation-delay:.6s}.step-card:nth-child(4) .step-icon{animation-delay:.9s}.step-icon-ring{position:absolute;width:100%;height:100%;border:3px solid;border-image:linear-gradient(135deg,#10b981,#059669) 1;border-radius:50%;animation:ringRotate 4s linear infinite}.step-title{font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:1rem}.step-description{color:#64748b;line-height:1.7;font-size:1rem}.step-connector{position:absolute;top:50%;right:-1.5rem;width:3rem;height:100px;transform:translateY(-50%);z-index:0;display:none}.connector-svg{width:100%;height:100%}.connector-path{stroke-dasharray:200;stroke-dashoffset:200;animation:drawPath 2s ease-out forwards}.step-card:nth-child(2) .connector-path{animation-delay:.3s}.step-card:nth-child(3) .connector-path{animation-delay:.6s}@keyframes stepAppear{0%{opacity:0;transform:translateY(50px) scale(.9) rotateY(-10deg)}50%{transform:translateY(-10px) scale(1.05) rotateY(5deg)}to{opacity:1;transform:translateY(0) scale(1) rotateY(0)}}@keyframes numberPulse{0%,to{transform:translate(-50%) scale(1);box-shadow:0 4px 12px #10b98166}50%{transform:translate(-50%) scale(1.1);box-shadow:0 6px 20px #10b98199}}@keyframes iconFloat{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-15px) rotate(5deg)}}@keyframes ringRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes drawPath{to{stroke-dashoffset:0}}@media screen and (min-width:1024px){.step-connector{display:block}}@media screen and (max-width:968px){.how-it-works{padding:60px 0}.how-it-works-header .section-title{font-size:2.5rem;color:#0f172a}.steps-container{grid-template-columns:repeat(2,1fr);gap:2rem}.step-connector{display:none}}@media screen and (max-width:640px){.how-it-works{padding:50px 0}.how-it-works-header{margin-bottom:2.5rem}.how-it-works-header .section-title{font-size:1.75rem;color:#0f172a;margin-bottom:.75rem}.how-it-works-header .section-description{font-size:1rem}.steps-container{grid-template-columns:1fr;gap:1.5rem}.step-card{padding:1.5rem}.step-number{width:50px;height:50px;font-size:1.5rem}.step-icon{width:50px;height:50px}.step-title{font-size:1.25rem;margin-bottom:.75rem}.step-description{font-size:.9rem;line-height:1.6}}@media screen and (max-width:480px){.how-it-works-header .section-title{font-size:1.5rem}.step-number{width:45px;height:45px;font-size:1.25rem}.step-icon{width:44px;height:44px}.step-title{font-size:1.1rem}.step-description{font-size:.85rem}}.services-preview{padding:80px 0;background:#fff}.services-preview-container{max-width:1400px;margin:0 auto;padding:0 2rem}.services-preview-header{text-align:center;margin-bottom:4rem}.services-preview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}.service-preview-card{background:#fff;border:2px solid #f1f5f9;border-radius:20px;padding:2.5rem;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;display:block}.service-preview-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#10b981,#059669);transform:scaleX(0);transition:transform .4s ease}.service-preview-card:hover{transform:translateY(-8px);border-color:#10b981;box-shadow:0 20px 40px #10b98126;text-decoration:none}.service-preview-card:hover:before{transform:scaleX(1)}.service-preview-icon{width:48px;height:48px;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center}.service-preview-icon svg{width:100%;height:100%}.service-preview-title{font-size:1.5rem;font-weight:700;color:#0f172a!important;margin-bottom:.75rem;line-height:1.3}.service-preview-description{font-size:1rem;color:#64748b!important;line-height:1.6;margin-bottom:1.5rem}.service-preview-arrow{display:flex;align-items:center;color:#10b981;font-weight:600;transition:transform .3s ease}.service-preview-card:hover .service-preview-arrow{transform:translate(5px)}.services-preview-cta{text-align:center}.btn-view-all{display:inline-block;padding:1rem 2.5rem;background:linear-gradient(90deg,#10b981,#059669);color:#fff;text-decoration:none;border-radius:10px;font-size:1rem;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #10b9814d}.btn-view-all:hover{transform:translateY(-2px);box-shadow:0 6px 20px #10b98166;text-decoration:none;color:#fff}@media screen and (max-width:968px){.section-title{font-size:2.5rem}.services-preview-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}}@media screen and (max-width:640px){.services-preview{padding:50px 0}.services-preview-header{margin-bottom:2.5rem}.section-title{font-size:1.75rem;margin-bottom:.75rem}.section-description{font-size:1rem}.services-preview-grid{grid-template-columns:1fr;gap:1.25rem;margin-bottom:2rem}.service-preview-card{padding:1.5rem}.service-preview-icon{width:40px;height:40px;margin-bottom:1rem}.service-preview-title{font-size:1.25rem;margin-bottom:.75rem}.service-preview-description{font-size:.9rem;line-height:1.6}.btn-view-all{padding:.875rem 2rem;font-size:.95rem}.services-preview-container{padding:0 1rem}}@media screen and (max-width:480px){.section-title{font-size:1.5rem}.service-preview-icon{width:36px;height:36px}.service-preview-title{font-size:1.1rem}.service-preview-description{font-size:.85rem}}.offer-categories{padding:80px 0;background:#fff}.offer-categories-container{max-width:1400px;margin:0 auto;padding:0 2rem}.offer-categories-header{text-align:center;margin-bottom:3.5rem}.offer-categories-header .section-title{font-size:3rem;font-weight:800;color:#0f172a;margin-bottom:1rem}.offer-categories-header .section-description{font-size:1.25rem;color:#64748b;max-width:600px;margin:0 auto;font-weight:500}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.category-card{position:relative;background:#fff;border-radius:24px;padding:2.5rem;border:2px solid #f1f5f9;transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden;cursor:pointer;opacity:0;transform:translateY(30px) rotateY(10deg)}.category-card.visible{opacity:1;transform:translateY(0) rotateY(0);animation:cardFlip .8s cubic-bezier(.4,0,.2,1)}.category-card:hover{transform:translateY(-10px) scale(1.02);border-color:var(--category-color);box-shadow:0 20px 40px #00000026}.category-icon-wrapper{position:relative;width:80px;height:80px;margin-bottom:1.5rem}.category-icon-bg{position:absolute;width:100%;height:100%;background:var(--category-color);opacity:.1;border-radius:20px;transform:scale(.9) rotate(-5deg);transition:all .4s ease}.category-card:hover .category-icon-bg{transform:scale(1.1) rotate(5deg);opacity:.2}.category-icon{position:relative;width:48px;height:48px;display:flex;align-items:center;justify-content:center;z-index:2;animation:iconFloat 3s ease-in-out infinite}.category-icon svg{width:100%;height:100%}.category-card:nth-child(2n) .category-icon{animation-delay:.2s}.category-card:nth-child(3n) .category-icon{animation-delay:.4s}.category-content{position:relative;z-index:2}.category-name{font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:.75rem;transition:color .3s ease}.category-card:hover .category-name{color:var(--category-color)}.category-description{color:#64748b;line-height:1.7;font-size:.95rem;margin-bottom:1.5rem}.category-offers{display:flex;align-items:baseline;gap:.5rem}.offers-count{font-size:1.5rem;font-weight:700;color:var(--category-color)}.offers-label{font-size:.9rem;color:#64748b}.category-hover-bg{position:absolute;inset:0;background:linear-gradient(135deg,var(--category-color),transparent);opacity:0;transition:opacity .4s ease;border-radius:24px}.category-card:hover .category-hover-bg{opacity:.03}.category-arrow{position:absolute;bottom:2rem;right:2rem;width:40px;height:40px;background:var(--category-color);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;transform:translate(10px,10px) scale(0);opacity:0;transition:all .4s cubic-bezier(.4,0,.2,1)}.category-card:hover .category-arrow{transform:translate(0) scale(1);opacity:1}.category-arrow svg{transition:transform .3s ease}.category-card:hover .category-arrow svg{transform:translate(3px)}@keyframes cardFlip{0%{opacity:0;transform:translateY(30px) rotateY(10deg)}to{opacity:1;transform:translateY(0) rotateY(0)}}@keyframes iconFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@media screen and (max-width:968px){.offer-categories{padding:60px 0}.offer-categories-header .section-title{font-size:2.5rem;color:#0f172a}.categories-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.category-card{padding:2rem}}@media screen and (max-width:640px){.offer-categories{padding:50px 0}.offer-categories-header{margin-bottom:2.5rem}.offer-categories-header .section-title{font-size:1.75rem;margin-bottom:.75rem}.offer-categories-header .section-description{font-size:1rem}.categories-grid{grid-template-columns:1fr;gap:1.25rem}.category-card{padding:1.5rem}.category-icon-wrapper{width:60px;height:60px;margin-bottom:1rem}.category-icon{width:40px;height:40px}.category-name{font-size:1.25rem;margin-bottom:.75rem}.category-description{font-size:.9rem;line-height:1.6;margin-bottom:1rem}.offers-count{font-size:1.5rem}.offers-label{font-size:.85rem}}@media screen and (max-width:480px){.offer-categories-header .section-title{font-size:1.5rem}.category-icon-wrapper{width:50px;height:50px}.category-icon{width:36px;height:36px}.category-name{font-size:1.1rem}.category-description{font-size:.85rem}.offers-count{font-size:1.25rem}}.testimonials{padding:80px 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0);position:relative;overflow:hidden}.testimonials:before{content:"";position:absolute;top:-100px;right:-100px;width:400px;height:400px;background:radial-gradient(circle,rgba(16,185,129,.1) 0%,transparent 70%);border-radius:50%;animation:float 20s ease-in-out infinite}.testimonials-container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.testimonials-header{text-align:center;margin-bottom:3.5rem}.testimonials-header .section-title{font-size:3rem;font-weight:800;color:#0f172a;margin-bottom:1rem}.testimonials-header .section-description{font-size:1.25rem;color:#475569;max-width:600px;margin:0 auto;font-weight:500}.testimonials-carousel{position:relative;overflow:hidden;border-radius:24px;margin-bottom:3rem}.testimonials-track{display:flex;transition:transform .6s cubic-bezier(.4,0,.2,1);will-change:transform}.testimonial-card{min-width:100%;padding:4rem 3rem;background:#fff;border-radius:24px;box-shadow:0 10px 40px #0000001a;display:flex;flex-direction:column;gap:2rem;opacity:0;transform:scale(.9);transition:all .6s ease}.testimonial-card.visible{opacity:1;transform:scale(1);animation:testimonialFadeIn .8s ease-out}.testimonial-rating{display:flex;gap:.25rem;font-size:1.5rem;animation:starPop .6s ease-out}.star{display:inline-block;animation:starTwinkle 2s ease-in-out infinite}.star:nth-child(1){animation-delay:0s}.star:nth-child(2){animation-delay:.1s}.star:nth-child(3){animation-delay:.2s}.star:nth-child(4){animation-delay:.3s}.star:nth-child(5){animation-delay:.4s}.testimonial-content{font-size:1.25rem;line-height:1.8;color:#475569;font-style:italic;position:relative;padding-left:2rem}.testimonial-content:before{content:'"';position:absolute;left:0;top:-10px;font-size:4rem;color:#10b981;opacity:.2;font-family:Georgia,serif;line-height:1}.testimonial-author{display:flex;align-items:center;gap:1.5rem}.testimonial-avatar{width:70px;height:70px;border-radius:50%;background:linear-gradient(135deg,#10b981,#059669);display:flex;align-items:center;justify-content:center;font-size:2rem;box-shadow:0 4px 12px #10b9814d;animation:avatarFloat 3s ease-in-out infinite}.testimonial-info{flex:1}.testimonial-name{font-size:1.2rem;font-weight:700;color:#0f172a;margin-bottom:.25rem}.testimonial-role{font-size:.95rem;color:#475569}.testimonials-dots{display:flex;justify-content:center;gap:.75rem}.dot{width:12px;height:12px;border-radius:50%;border:none;background:#cbd5e1;cursor:pointer;transition:all .3s ease;padding:0}.dot:hover{background:#94a3b8;transform:scale(1.2)}.dot.active{background:linear-gradient(135deg,#10b981,#059669);width:32px;border-radius:6px;box-shadow:0 2px 8px #10b98166}@keyframes testimonialFadeIn{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes starPop{0%{transform:scale(0);opacity:0}50%{transform:scale(1.2)}to{transform:scale(1);opacity:1}}@keyframes starTwinkle{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}}@keyframes avatarFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media screen and (max-width:968px){.testimonials{padding:60px 0}.testimonials-header .section-title{font-size:2.5rem;color:#0f172a}.testimonial-card{padding:3rem 2rem}.testimonial-content{font-size:1.1rem;padding-left:1.5rem}}@media screen and (max-width:640px){.testimonials{padding:50px 0}.testimonials-header{margin-bottom:2.5rem}.testimonials-header .section-title{font-size:1.75rem;margin-bottom:.75rem}.testimonials-header .section-description{font-size:1rem}.testimonial-card{padding:1.5rem}.testimonial-content{font-size:.95rem;padding-left:.75rem;line-height:1.6}.testimonial-content:before{font-size:2.5rem;left:-.5rem}.testimonial-author{margin-top:1rem}.testimonial-name{font-size:1rem}.testimonial-role{font-size:.85rem}.testimonial-rating{font-size:1rem;margin-bottom:.75rem}}@media screen and (max-width:480px){.testimonials-header .section-title{font-size:1.5rem}.testimonial-content{font-size:.9rem}.testimonial-content:before{font-size:2rem}.testimonial-author{flex-direction:column;text-align:center}}.cta{padding:100px 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0);position:relative;overflow:hidden}.cta:before{content:"";position:absolute;top:-50%;right:-20%;width:800px;height:800px;background:radial-gradient(circle,rgba(16,185,129,.1) 0%,transparent 70%);border-radius:50%;animation:float 20s ease-in-out infinite}.cta:after{content:"";position:absolute;bottom:-30%;left:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(5,150,105,.08) 0%,transparent 70%);border-radius:50%;animation:float 25s ease-in-out infinite reverse}.cta-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.cta-content{color:#0f172a;display:flex;flex-direction:column;gap:2rem}.cta-content *{color:inherit}.cta-title{color:#0f172a!important}.cta-description{color:#64748b!important}.cta-badge{color:#475569!important}.cta-feature{color:#64748b!important}.cta-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#fff;border-radius:50px;width:fit-content;font-size:.9rem;font-weight:500;border:1px solid #e2e8f0;color:#475569;animation:badgePulse 2s ease-in-out infinite}.cta-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin:0;color:#0f172a!important}.cta-title .gradient-text{background:linear-gradient(135deg,#34d399,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cta-description{font-size:1.25rem;color:#64748b!important;line-height:1.7;max-width:600px}.cta-buttons{display:flex;gap:1rem;flex-wrap:wrap}.cta-buttons .btn-secondary{background:#fff;color:#0f172a;border:2px solid #10b981}.cta-buttons .btn-secondary:hover{background:#f0fdf4;border-color:#059669;color:#0f172a;transform:translateY(-3px);box-shadow:0 4px 12px #10b98133}.cta-features{display:flex;gap:2rem;flex-wrap:wrap;margin-top:1rem}.cta-feature{display:flex;align-items:center;gap:.5rem;color:#64748b;font-size:.95rem}.cta-feature svg{color:#10b981;flex-shrink:0}.cta-visual{display:flex;align-items:center;justify-content:center}.cta-svg-container{width:100%;max-width:400px;aspect-ratio:1;position:relative}.cta-svg{width:100%;height:100%;filter:drop-shadow(0 20px 40px rgba(16,185,129,.3))}.cta-circle-1{animation:ctaPulse 3s ease-in-out infinite}.cta-circle-2{animation:ctaPulse 3s ease-in-out infinite;animation-delay:.5s}.cta-circle-3{animation:ctaPulse 3s ease-in-out infinite;animation-delay:1s}.cta-icon-bg{animation:iconBounce 2s ease-in-out infinite}.cta-check{stroke-dasharray:100;stroke-dashoffset:100;animation:drawCheck 1.5s ease-out forwards;animation-delay:.5s}.cta-particle{animation:particleOrbit 8s linear infinite;transform-origin:200px 200px}@keyframes float{0%,to{transform:translate(0)}50%{transform:translate(30px,-30px)}}@keyframes badgePulse{0%,to{transform:scale(1);box-shadow:0 0 #fff3}50%{transform:scale(1.05);box-shadow:0 0 0 10px #fff0}}@keyframes ctaPulse{0%,to{transform:scale(1);opacity:.1}50%{transform:scale(1.1);opacity:.2}}@keyframes iconBounce{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-10px) scale(1.05)}}@keyframes drawCheck{to{stroke-dashoffset:0}}@keyframes particleOrbit{0%{transform:rotate(0) translate(180px) rotate(0)}to{transform:rotate(360deg) translate(180px) rotate(-360deg)}}@media screen and (max-width:968px){.cta{padding:70px 0}.cta-container{grid-template-columns:1fr;gap:3rem;text-align:center}.cta-title{font-size:2.5rem}.cta-buttons,.cta-features{justify-content:center}.cta-svg-container{max-width:300px}}@media screen and (max-width:640px){.cta{padding:60px 0}.cta-container{gap:2rem}.cta-badge{padding:.5rem 1rem;font-size:.8rem}.cta-title{font-size:1.75rem;line-height:1.2}.cta-description{font-size:1rem;line-height:1.6}.btn-large{width:100%;justify-content:center;padding:1rem 1.5rem;font-size:1rem}.cta-features{flex-direction:column;align-items:center;gap:.75rem}.cta-feature{font-size:.85rem}.cta-feature svg{width:18px;height:18px}.cta-svg-container{max-width:250px}}@media screen and (max-width:480px){.cta-title{font-size:1.5rem}.cta-description{font-size:.95rem}.cta-svg-container{max-width:200px}}.data-management-page{min-height:100vh;background:#fff;padding-top:80px}.data-hero{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:100px 0 80px;position:relative;overflow:hidden}.data-hero:before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(16,185,129,.1) 0%,transparent 70%);border-radius:50%;pointer-events:none}.data-hero-content{max-width:1000px;margin:0 auto;padding:0 2rem;text-align:center;position:relative;z-index:1}.data-hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#fff;border-radius:50px;box-shadow:0 4px 12px #0000000d;margin-bottom:2rem;font-size:.9rem;font-weight:500;color:#475569}.data-hero-title{font-size:3.5rem;font-weight:800;color:#0f172a;margin-bottom:1.5rem;line-height:1.2;background:linear-gradient(135deg,#0f172a,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.data-hero-description{font-size:1.25rem;color:#64748b;line-height:1.7;max-width:800px;margin:0 auto 2.5rem}.data-hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.data-container{max-width:1400px;margin:0 auto;padding:0 2rem}.data-features{padding:80px 0;background:#fff}.data-section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:3rem;font-weight:800;color:#0f172a;margin-bottom:1rem}.section-description{font-size:1.25rem;color:#64748b;max-width:600px;margin:0 auto;line-height:1.7}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.feature-card{background:#fff;border:2px solid #f1f5f9;border-radius:20px;padding:2.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);opacity:0;transform:translateY(30px);position:relative;overflow:hidden}.feature-card *{color:inherit}.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#10b981,#059669);transform:scaleX(0);transition:transform .4s ease}.feature-card.visible{opacity:1!important;transform:translateY(0);animation:slideInUp .6s ease-out}.feature-card .feature-title,.feature-card .feature-description,.feature-card .feature-details,.feature-card .feature-details li,.feature-card.visible .feature-title,.feature-card.visible .feature-description,.feature-card.visible .feature-details li{opacity:1!important}.feature-card:hover{transform:translateY(-8px);border-color:#10b981;box-shadow:0 20px 40px #10b98126}.feature-card:hover:before{transform:scaleX(1)}.feature-icon{width:48px;height:48px;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.feature-icon svg{width:100%;height:100%}.feature-title{font-size:1.5rem;font-weight:700;color:#0f172a!important;margin-bottom:1rem;line-height:1.3}.feature-description{font-size:1rem;color:#64748b!important;line-height:1.6;margin-bottom:1.5rem;min-height:3.2em}.feature-details{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.feature-details li{display:flex;align-items:center;gap:.75rem;font-size:.95rem;color:#475569!important;font-weight:500}.feature-details li svg{flex-shrink:0}.data-benefits{padding:80px 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.benefit-title{font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:1rem}.benefit-description{font-size:1rem;color:#64748b;line-height:1.6}.data-cta{padding:80px 0;background:linear-gradient(135deg,#10b981,#059669);position:relative;overflow:hidden}.data-cta:before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);border-radius:50%;pointer-events:none}.data-cta-content{max-width:800px;margin:0 auto;padding:0 2rem;text-align:center;position:relative;z-index:1}@media screen and (max-width:968px){.data-hero-title{font-size:2.5rem}.data-hero-description{font-size:1.1rem}.section-title{font-size:2.5rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.benefits-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media screen and (max-width:640px){.data-hero{padding:70px 0 50px}.data-hero-badge{padding:.5rem 1rem;font-size:.8rem}.data-hero-title{font-size:1.75rem;line-height:1.2}.data-hero-description{font-size:.95rem;line-height:1.6}.data-hero-buttons{flex-direction:column;align-items:stretch;gap:.75rem}.btn-primary,.btn-secondary{width:100%;text-align:center;padding:.875rem 1.5rem;font-size:.9rem}.data-features,.data-benefits{padding:50px 0}.data-section-header{margin-bottom:2.5rem}.section-title{font-size:1.75rem;margin-bottom:.75rem}.section-description{font-size:1rem}.features-grid,.benefits-grid{grid-template-columns:1fr;gap:1.25rem}.feature-card,.benefit-card{padding:1.5rem}.feature-icon{width:40px;height:40px;margin-bottom:1rem}.feature-title,.benefit-title{font-size:1.25rem;margin-bottom:.75rem}.feature-description,.benefit-description{font-size:.9rem;line-height:1.6}.feature-details{margin-top:1rem}.feature-details li{font-size:.85rem;padding:.5rem 0}.cta-title{font-size:1.75rem}.cta-description{font-size:1rem}.data-container{padding:0 1rem}}@media screen and (max-width:480px){.data-hero-title,.section-title{font-size:1.5rem}.feature-icon{width:36px;height:36px}.feature-title,.benefit-title{font-size:1.1rem}.feature-description,.benefit-description{font-size:.85rem}}.affiliate-services-page{min-height:100vh;background:#fff;padding-top:80px}.affiliate-hero{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:100px 0 80px;position:relative;overflow:hidden}.affiliate-hero:before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(16,185,129,.1) 0%,transparent 70%);border-radius:50%;pointer-events:none}.affiliate-hero-content{max-width:1000px;margin:0 auto;padding:0 2rem;text-align:center;position:relative;z-index:1}.affiliate-hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#fff;border-radius:50px;box-shadow:0 4px 12px #0000000d;margin-bottom:2rem;font-size:.9rem;font-weight:500;color:#475569}.affiliate-hero-title{font-size:3.5rem;font-weight:800;color:#0f172a;margin-bottom:1.5rem;line-height:1.2;background:linear-gradient(135deg,#0f172a,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.affiliate-hero-description{font-size:1.25rem;color:#64748b;line-height:1.7;max-width:800px;margin:0 auto 2.5rem}.affiliate-hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.affiliate-container{max-width:1400px;margin:0 auto;padding:0 2rem}.affiliate-services{padding:80px 0;background:#fff}.affiliate-section-header{text-align:center;margin-bottom:4rem}.affiliate-benefits{padding:80px 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.affiliate-cta{padding:80px 0;background:linear-gradient(135deg,#10b981,#059669);position:relative;overflow:hidden}.affiliate-cta:before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);border-radius:50%;pointer-events:none}.affiliate-cta-content{max-width:800px;margin:0 auto;padding:0 2rem;text-align:center;position:relative;z-index:1}@media screen and (max-width:968px){.affiliate-hero-title{font-size:2.5rem}.affiliate-hero-description{font-size:1.1rem}.section-title{font-size:2.5rem}.services-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.benefits-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media screen and (max-width:640px){.affiliate-hero{padding:70px 0 50px}.affiliate-hero-badge{padding:.5rem 1rem;font-size:.8rem}.affiliate-hero-title{font-size:1.75rem;line-height:1.2}.affiliate-hero-description{font-size:.95rem;line-height:1.6}.affiliate-hero-buttons{flex-direction:column;align-items:stretch;gap:.75rem}.btn-primary,.btn-secondary{width:100%;text-align:center;padding:.875rem 1.5rem;font-size:.9rem}.affiliate-services,.affiliate-benefits{padding:50px 0}.affiliate-section-header{margin-bottom:2.5rem}.section-title{font-size:1.75rem;margin-bottom:.75rem}.section-description{font-size:1rem}.services-grid,.benefits-grid{grid-template-columns:1fr;gap:1.25rem}.service-card,.benefit-card{padding:1.5rem}.service-icon,.benefit-icon{width:40px;height:40px;margin-bottom:1rem}.service-title,.benefit-title{font-size:1.25rem;margin-bottom:.75rem}.service-description,.benefit-description{font-size:.9rem;line-height:1.6}.service-details{margin-top:1rem}.service-details li{font-size:.85rem;padding:.5rem 0}.cta-title{font-size:1.75rem}.cta-description{font-size:1rem}.affiliate-container{padding:0 1rem}}@media screen and (max-width:480px){.affiliate-hero-title,.section-title{font-size:1.5rem}.service-icon,.benefit-icon{width:36px;height:36px}.service-title,.benefit-title{font-size:1.1rem}.service-description,.benefit-description{font-size:.85rem}}.legal-marketing-page{min-height:100vh;background:#fff;padding-top:80px}.legal-hero{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:100px 0 80px;position:relative;overflow:hidden}.legal-hero:before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(16,185,129,.1) 0%,transparent 70%);border-radius:50%;pointer-events:none}.legal-hero-content{max-width:1000px;margin:0 auto;padding:0 2rem;text-align:center;position:relative;z-index:1}.legal-hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#fff;border-radius:50px;box-shadow:0 4px 12px #0000000d;margin-bottom:2rem;font-size:.9rem;font-weight:500;color:#475569}.legal-hero-title{font-size:3.5rem;font-weight:800;color:#0f172a;margin-bottom:1.5rem;line-height:1.2;background:linear-gradient(135deg,#0f172a,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.legal-hero-description{font-size:1.25rem;color:#64748b;line-height:1.7;max-width:800px;margin:0 auto 2.5rem}.legal-hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.legal-container{max-width:1400px;margin:0 auto;padding:0 2rem}.legal-services{padding:80px 0;background:#fff}.legal-section-header{text-align:center;margin-bottom:4rem}.legal-benefits{padding:80px 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.legal-cta{padding:80px 0;background:linear-gradient(135deg,#10b981,#059669);position:relative;overflow:hidden}.legal-cta:before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);border-radius:50%;pointer-events:none}.legal-cta-content{max-width:800px;margin:0 auto;padding:0 2rem;text-align:center;position:relative;z-index:1}@media screen and (max-width:968px){.legal-hero-title{font-size:2.5rem}.legal-hero-description{font-size:1.1rem}.section-title{font-size:2.5rem}.services-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.benefits-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media screen and (max-width:640px){.legal-hero{padding:70px 0 50px}.legal-hero-badge{padding:.5rem 1rem;font-size:.8rem}.legal-hero-title{font-size:1.75rem;line-height:1.2}.legal-hero-description{font-size:.95rem;line-height:1.6}.legal-hero-buttons{flex-direction:column;align-items:stretch;gap:.75rem}.btn-primary,.btn-secondary{width:100%;text-align:center;padding:.875rem 1.5rem;font-size:.9rem}.legal-services,.legal-benefits{padding:50px 0}.legal-section-header{margin-bottom:2.5rem}.section-title{font-size:1.75rem;margin-bottom:.75rem}.section-description{font-size:1rem}.services-grid,.benefits-grid{grid-template-columns:1fr;gap:1.25rem}.service-card,.benefit-card{padding:1.5rem}.service-icon,.benefit-icon{width:40px;height:40px;margin-bottom:1rem}.service-title,.benefit-title{font-size:1.25rem;margin-bottom:.75rem}.service-description,.benefit-description{font-size:.9rem;line-height:1.6}.service-details{margin-top:1rem}.service-details li{font-size:.85rem;padding:.5rem 0}.cta-title{font-size:1.75rem}.cta-description{font-size:1rem}.legal-container{padding:0 1rem}}@media screen and (max-width:480px){.legal-hero-title,.section-title{font-size:1.5rem}.service-icon,.benefit-icon{width:36px;height:36px}.service-title,.benefit-title{font-size:1.1rem}.service-description,.benefit-description{font-size:.85rem}}.lead-generation-page{min-height:100vh;background:#fff;padding-top:80px}.lead-hero{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:100px 0 80px;position:relative;overflow:hidden}.lead-hero:before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(16,185,129,.1) 0%,transparent 70%);border-radius:50%;pointer-events:none}.lead-hero-content{max-width:1000px;margin:0 auto;padding:0 2rem;text-align:center;position:relative;z-index:1}.lead-hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#fff;border-radius:50px;box-shadow:0 4px 12px #0000000d;margin-bottom:2rem;font-size:.9rem;font-weight:500;color:#475569}.lead-hero-title{font-size:3.5rem;font-weight:800;color:#0f172a;margin-bottom:1.5rem;line-height:1.2;background:linear-gradient(135deg,#0f172a,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.lead-hero-description{font-size:1.25rem;color:#64748b;line-height:1.7;max-width:800px;margin:0 auto 2.5rem}.lead-hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.lead-container{max-width:1400px;margin:0 auto;padding:0 2rem}.lead-services{padding:80px 0;background:#fff}.lead-section-header{text-align:center;margin-bottom:4rem}.lead-benefits{padding:80px 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.lead-cta{padding:80px 0;background:linear-gradient(135deg,#10b981,#059669);position:relative;overflow:hidden}.lead-cta:before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);border-radius:50%;pointer-events:none}.lead-cta-content{max-width:800px;margin:0 auto;padding:0 2rem;text-align:center;position:relative;z-index:1}@media screen and (max-width:968px){.lead-hero-title{font-size:2.5rem}.lead-hero-description{font-size:1.1rem}.section-title{font-size:2.5rem}.services-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.benefits-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media screen and (max-width:640px){.lead-hero{padding:70px 0 50px}.lead-hero-badge{padding:.5rem 1rem;font-size:.8rem}.lead-hero-title{font-size:1.75rem;line-height:1.2}.lead-hero-description{font-size:.95rem;line-height:1.6}.lead-hero-buttons{flex-direction:column;align-items:stretch;gap:.75rem}.btn-primary,.btn-secondary{width:100%;text-align:center;padding:.875rem 1.5rem;font-size:.9rem}.lead-services,.lead-benefits{padding:50px 0}.lead-section-header{margin-bottom:2.5rem}.section-title{font-size:1.75rem;margin-bottom:.75rem}.section-description{font-size:1rem}.services-grid,.benefits-grid{grid-template-columns:1fr;gap:1.25rem}.service-card,.benefit-card{padding:1.5rem}.service-icon,.benefit-icon{width:40px;height:40px;margin-bottom:1rem}.service-title,.benefit-title{font-size:1.25rem;margin-bottom:.75rem}.service-description,.benefit-description{font-size:.9rem;line-height:1.6}.service-details{margin-top:1rem}.service-details li{font-size:.85rem;padding:.5rem 0}.cta-title{font-size:1.75rem}.cta-description{font-size:1rem}.lead-container{padding:0 1rem}}@media screen and (max-width:480px){.lead-hero-title,.section-title{font-size:1.5rem}.service-icon,.benefit-icon{width:36px;height:36px}.service-title,.benefit-title{font-size:1.1rem}.service-description,.benefit-description{font-size:.85rem}}.media-buying-page{min-height:100vh;background:#fff;padding-top:80px}.media-hero{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:100px 0 80px;position:relative;overflow:hidden}.media-hero:before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(16,185,129,.1) 0%,transparent 70%);border-radius:50%;pointer-events:none}.media-hero-content{max-width:1000px;margin:0 auto;padding:0 2rem;text-align:center;position:relative;z-index:1}.media-hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#fff;border-radius:50px;box-shadow:0 4px 12px #0000000d;margin-bottom:2rem;font-size:.9rem;font-weight:500;color:#475569}.media-hero-title{font-size:3.5rem;font-weight:800;color:#0f172a;margin-bottom:1.5rem;line-height:1.2;background:linear-gradient(135deg,#0f172a,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.media-hero-description{font-size:1.25rem;color:#64748b;line-height:1.7;max-width:800px;margin:0 auto 2.5rem}.media-hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary,.btn-secondary{padding:1rem 2rem;border-radius:10px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s ease;display:inline-block}.btn-primary{background:linear-gradient(90deg,#10b981,#059669);color:#fff;box-shadow:0 4px 12px #10b9814d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #10b98166}.btn-secondary{background:#fff;color:#10b981;border:2px solid #10b981}.btn-secondary:hover{background:#f0fdf4;transform:translateY(-2px)}.btn-large{padding:1.25rem 2.5rem;font-size:1.1rem}.media-container{max-width:1400px;margin:0 auto;padding:0 2rem}.media-services{padding:80px 0;background:#fff}.media-section-header{text-align:center;margin-bottom:4rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.service-card{background:#fff;border:2px solid #f1f5f9;border-radius:20px;padding:2.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);opacity:0;transform:translateY(30px);position:relative;overflow:hidden}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#10b981,#059669);transform:scaleX(0);transition:transform .4s ease}.service-card.visible{opacity:1!important;transform:translateY(0);animation:slideInUp .6s ease-out}.service-card:hover{transform:translateY(-8px);border-color:#10b981;box-shadow:0 20px 40px #10b98126}.service-card:hover:before{transform:scaleX(1)}.service-icon{width:48px;height:48px;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.service-icon svg{width:100%;height:100%}.service-title{font-size:1.5rem;font-weight:700;color:#0f172a!important;margin-bottom:1rem;line-height:1.3}.service-description{font-size:1rem;color:#64748b!important;line-height:1.6;margin-bottom:1.5rem;min-height:3.2em}.service-details{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.service-details li{display:flex;align-items:center;gap:.75rem;font-size:.95rem;color:#475569!important;font-weight:500;opacity:1!important}.service-details li svg{flex-shrink:0}.service-card .service-title,.service-card .service-description,.service-card .service-details,.service-card .service-details li,.service-card.visible .service-title,.service-card.visible .service-description,.service-card.visible .service-details li{opacity:1!important}.media-benefits{padding:80px 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.benefit-card{background:#fff;border-radius:20px;padding:2.5rem;text-align:center;transition:all .4s ease;opacity:0;transform:translateY(30px);box-shadow:0 4px 20px #0000000d;border:2px solid transparent}.benefit-card.visible{opacity:1!important;transform:translateY(0);animation:slideInUp .6s ease-out}.benefit-card:hover{transform:translateY(-8px);border-color:#10b981;box-shadow:0 20px 40px #10b98126}.benefit-icon{margin-bottom:1.5rem;display:flex;justify-content:center}.benefit-title{font-size:1.5rem;font-weight:700;color:#0f172a!important;margin-bottom:1rem}.benefit-description{font-size:1rem;color:#64748b!important;line-height:1.6}.benefit-card.visible .benefit-title,.benefit-card.visible .benefit-description{opacity:1!important}.benefit-card .benefit-title{color:#0f172a!important}.benefit-card .benefit-description{color:#64748b!important}.media-cta{padding:80px 0;background:linear-gradient(135deg,#10b981,#059669);position:relative;overflow:hidden}.media-cta:before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);border-radius:50%;pointer-events:none}.media-cta-content{max-width:800px;margin:0 auto;padding:0 2rem;text-align:center;position:relative;z-index:1}.cta-title{font-size:3rem;font-weight:800;color:#fff;margin-bottom:1rem}.cta-description{font-size:1.25rem;color:#ffffffe6;margin-bottom:2.5rem;line-height:1.7}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-buttons .btn-primary{background:#fff;color:#10b981}.cta-buttons .btn-primary:hover{background:#f0fdf4;box-shadow:0 6px 20px #ffffff4d}.cta-buttons .btn-secondary{background:transparent;color:#fff;border-color:#fff}.cta-buttons .btn-secondary:hover{background:#ffffff1a}@media screen and (max-width:968px){.media-hero-title{font-size:2.5rem}.media-hero-description{font-size:1.1rem}.section-title{font-size:2.5rem}.services-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.benefits-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media screen and (max-width:640px){.media-hero{padding:70px 0 50px}.media-hero-badge{padding:.5rem 1rem;font-size:.8rem}.media-hero-title{font-size:1.75rem;line-height:1.2}.media-hero-description{font-size:.95rem;line-height:1.6}.media-hero-buttons{flex-direction:column;align-items:stretch;gap:.75rem}.btn-primary,.btn-secondary{width:100%;text-align:center;padding:.875rem 1.5rem;font-size:.9rem}.media-services,.media-benefits{padding:50px 0}.media-section-header{margin-bottom:2.5rem}.section-title{font-size:1.75rem;margin-bottom:.75rem}.section-description{font-size:1rem}.services-grid,.benefits-grid{grid-template-columns:1fr;gap:1.25rem}.service-card,.benefit-card{padding:1.5rem}.service-icon,.benefit-icon{width:40px;height:40px;margin-bottom:1rem}.service-title,.benefit-title{font-size:1.25rem;margin-bottom:.75rem}.service-description,.benefit-description{font-size:.9rem;line-height:1.6}.service-details{margin-top:1rem}.service-details li{font-size:.85rem;padding:.5rem 0}.cta-title{font-size:1.75rem}.cta-description{font-size:1rem}.media-container{padding:0 1rem}}@media screen and (max-width:480px){.media-hero-title,.section-title{font-size:1.5rem}.service-icon,.benefit-icon{width:36px;height:36px}.service-title,.benefit-title{font-size:1.1rem}.service-description,.benefit-description{font-size:.85rem}}.about-page{min-height:100vh;background:#fff;padding-top:80px}.about-hero{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:100px 0 80px;position:relative;overflow:hidden}.about-hero:before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(16,185,129,.1) 0%,transparent 70%);border-radius:50%;pointer-events:none}.about-hero-content{max-width:1000px;margin:0 auto;padding:0 2rem;text-align:center;position:relative;z-index:1}.about-hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#fff;border-radius:50px;box-shadow:0 4px 12px #0000000d;margin-bottom:2rem;font-size:.9rem;font-weight:500;color:#475569}.about-hero-title{font-size:3.5rem;font-weight:800;color:#0f172a;margin-bottom:1.5rem;line-height:1.2;background:linear-gradient(135deg,#0f172a,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-hero-description{font-size:1.25rem;color:#64748b;line-height:1.7;max-width:800px;margin:0 auto}.about-container{max-width:1400px;margin:0 auto;padding:0 2rem}.about-story{padding:80px 0;background:#fff}.story-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.story-text{display:flex;flex-direction:column;gap:1.5rem}.story-description{font-size:1.1rem;color:#64748b!important;line-height:1.8}.story-image{display:flex;justify-content:center;align-items:center}.story-image-placeholder{width:100%;max-width:400px;height:400px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f0fdf4,#d1fae5);border-radius:20px}.about-values{padding:80px 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.about-section-header{text-align:center;margin-bottom:4rem}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.value-card{background:#fff;border-radius:20px;padding:2.5rem;text-align:center;transition:all .4s ease;opacity:0;transform:translateY(30px);box-shadow:0 4px 20px #0000000d;border:2px solid transparent}.value-card.visible{opacity:1!important;transform:translateY(0);animation:slideInUp .6s ease-out}.value-card:hover{transform:translateY(-8px);border-color:#10b981;box-shadow:0 20px 40px #10b98126}.value-icon{width:48px;height:48px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center}.value-icon svg{width:100%;height:100%}.value-title{font-size:1.5rem;font-weight:700;color:#0f172a!important;margin-bottom:1rem}.value-description{font-size:1rem;color:#64748b!important;line-height:1.6}.value-card.visible .value-title,.value-card.visible .value-description{opacity:1!important}.about-milestones{padding:80px 0;background:#fff}.milestones-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.milestone-card{background:linear-gradient(135deg,#10b981,#059669);border-radius:20px;padding:3rem 2rem;text-align:center;transition:all .4s ease;opacity:0;transform:translateY(30px);box-shadow:0 4px 20px #10b98133}.milestone-card.visible{opacity:1!important;transform:translateY(0);animation:slideInUp .6s ease-out}.milestone-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #10b9814d}.milestone-number{font-size:3rem;font-weight:800;color:#fff;margin-bottom:.5rem}.milestone-label{font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:.5rem}.milestone-description{font-size:.95rem;color:#ffffffe6;line-height:1.6}.about-mission{padding:80px 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.mission-content{max-width:900px;margin:0 auto;text-align:center}.mission-text{font-size:1.25rem;color:#64748b!important;line-height:1.8;margin-top:1.5rem}@media screen and (max-width:968px){.about-hero-title{font-size:2.5rem}.about-hero-description{font-size:1.1rem}.section-title{font-size:2.5rem}.story-content{grid-template-columns:1fr;gap:3rem}.values-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.milestones-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}@media screen and (max-width:640px){.about-hero{padding:70px 0 50px}.about-hero-badge{padding:.5rem 1rem;font-size:.8rem}.about-hero-title{font-size:1.75rem;line-height:1.2}.about-hero-description{font-size:.95rem;line-height:1.6}.about-story,.about-values,.about-milestones,.about-mission{padding:50px 0}.about-section-header{margin-bottom:2.5rem}.section-title{font-size:1.75rem;margin-bottom:.75rem}.section-description,.story-description{font-size:1rem}.values-grid,.milestones-grid{grid-template-columns:1fr;gap:1.25rem}.value-card,.milestone-card{padding:1.5rem}.value-icon{width:40px;height:40px;margin-bottom:1rem}.value-title{font-size:1.25rem;margin-bottom:.75rem}.value-description{font-size:.9rem;line-height:1.6}.milestone-number{font-size:2rem}.milestone-label{font-size:1.1rem}.milestone-description{font-size:.85rem}.mission-text{font-size:1rem}.about-container{padding:0 1rem}}@media screen and (max-width:480px){.about-hero-title,.section-title{font-size:1.5rem}.value-icon{width:36px;height:36px}.milestone-number{font-size:1.75rem}}.team-page{min-height:100vh;background:#fff;padding-top:80px}.team-hero{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:100px 0 80px;position:relative;overflow:hidden}.team-hero:before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(16,185,129,.1) 0%,transparent 70%);border-radius:50%;pointer-events:none}.team-hero-content{max-width:1000px;margin:0 auto;padding:0 2rem;text-align:center;position:relative;z-index:1}.team-hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#fff;border-radius:50px;box-shadow:0 4px 12px #0000000d;margin-bottom:2rem;font-size:.9rem;font-weight:500;color:#475569}.team-hero-title{font-size:3.5rem;font-weight:800;color:#0f172a;margin-bottom:1.5rem;line-height:1.2;background:linear-gradient(135deg,#0f172a,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.team-hero-description{font-size:1.25rem;color:#64748b;line-height:1.7;max-width:800px;margin:0 auto}.team-container{max-width:1400px;margin:0 auto;padding:0 2rem}.team-members{padding:80px 0;background:#fff}.team-section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:3rem;font-weight:800;color:#0f172a!important;margin-bottom:1rem}.section-description{font-size:1.25rem;color:#64748b!important;max-width:600px;margin:0 auto;line-height:1.7}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.team-member-card{background:#fff;border:2px solid #f1f5f9;border-radius:20px;padding:2rem;text-align:center;transition:all .4s ease;opacity:0;transform:translateY(30px);position:relative;overflow:hidden}.team-member-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#10b981,#059669);transform:scaleX(0);transition:transform .4s ease}.team-member-card.visible{opacity:1!important;transform:translateY(0);animation:slideInUp .6s ease-out}.team-member-card:hover{transform:translateY(-8px);border-color:#10b981;box-shadow:0 20px 40px #10b98126}.team-member-card:hover:before{transform:scaleX(1)}.member-image{width:150px;height:150px;margin:0 auto 1.5rem;border-radius:50%;overflow:hidden;background:linear-gradient(135deg,#f0fdf4,#d1fae5);display:flex;align-items:center;justify-content:center}.member-image svg{width:100%;height:100%}.member-info{margin-bottom:1.5rem}.member-name{font-size:1.5rem;font-weight:700;color:#0f172a!important;margin-bottom:.5rem}.member-role{font-size:1rem;font-weight:600;color:#10b981!important;margin-bottom:.75rem}.member-description{font-size:.95rem;color:#64748b!important;line-height:1.6}.member-social{display:flex;justify-content:center;gap:1rem;padding-top:1rem;border-top:1px solid #e2e8f0}.social-link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;background:#f1f5f9;transition:all .3s ease;text-decoration:none}.social-link:hover svg path{fill:#fff}.team-member-card.visible .member-name,.team-member-card.visible .member-role,.team-member-card.visible .member-description{opacity:1!important}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width:968px){.team-hero-title{font-size:2.5rem}.team-hero-description{font-size:1.1rem}.section-title{font-size:2.5rem}.team-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}}@media screen and (max-width:640px){.team-hero{padding:70px 0 50px}.team-hero-badge{padding:.5rem 1rem;font-size:.8rem}.team-hero-title{font-size:1.75rem;line-height:1.2}.team-hero-description{font-size:.95rem;line-height:1.6}.team-members{padding:50px 0}.team-section-header{margin-bottom:2.5rem}.section-title{font-size:1.75rem;margin-bottom:.75rem}.section-description{font-size:1rem}.team-grid{grid-template-columns:1fr;gap:1.25rem}.team-member-card{padding:1.5rem}.member-image{width:100px;height:100px;margin-bottom:1rem}.member-name{font-size:1.25rem;margin-bottom:.5rem}.member-role{font-size:.95rem;margin-bottom:.75rem}.member-description{font-size:.9rem;line-height:1.6}.social-link{width:32px;height:32px}.social-link svg{width:18px;height:18px}.team-container{padding:0 1rem}}@media screen and (max-width:480px){.team-hero-title,.section-title{font-size:1.5rem}.member-image{width:90px;height:90px}.member-name{font-size:1.1rem}.member-role{font-size:.9rem}.member-description{font-size:.85rem}}.contact-page{min-height:100vh;background:#fff;padding-top:80px}.contact-hero{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:100px 0 80px;position:relative;overflow:hidden}.contact-hero:before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(16,185,129,.1) 0%,transparent 70%);border-radius:50%;pointer-events:none}.contact-hero-content{max-width:1000px;margin:0 auto;padding:0 2rem;text-align:center;position:relative;z-index:1}.contact-hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#fff;border-radius:50px;box-shadow:0 4px 12px #0000000d;margin-bottom:2rem;font-size:.9rem;font-weight:500;color:#475569}.contact-hero-title{font-size:3.5rem;font-weight:800;color:#0f172a;margin-bottom:1.5rem;line-height:1.2;background:linear-gradient(135deg,#0f172a,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.contact-hero-description{font-size:1.25rem;color:#64748b;line-height:1.7;max-width:800px;margin:0 auto}.contact-container{max-width:1400px;margin:0 auto;padding:0 2rem}.contact-content{padding:80px 0;background:#fff}.contact-wrapper{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;align-items:start}.contact-info{display:flex;flex-direction:column;gap:2.5rem}.info-title{font-size:2rem;font-weight:700;color:#0f172a!important;margin-bottom:1rem}.info-item{display:flex;gap:1.5rem;align-items:flex-start}.info-icon{width:48px;height:48px;min-width:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f0fdf4,#d1fae5);border-radius:12px;flex-shrink:0}.info-icon svg{width:24px;height:24px}.info-content{flex:1}.info-label{font-size:1rem;font-weight:600;color:#0f172a!important;margin-bottom:.5rem}.info-value{font-size:1rem;color:#64748b!important;line-height:1.6;text-decoration:none;display:block}.info-value a{color:#10b981;text-decoration:none;transition:color .3s ease}.info-value a:hover{color:#059669}.social-links{display:flex;gap:.75rem;margin-top:.5rem}.social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:#f1f5f9;transition:all .3s ease;text-decoration:none}.social-link:hover{background:#10b981;transform:translateY(-2px)}.social-link:hover svg path{stroke:#fff}.contact-form-wrapper{background:#fff;border:2px solid #f1f5f9;border-radius:20px;padding:2.5rem}.form-title{font-size:2rem;font-weight:700;color:#0f172a!important;margin-bottom:2rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-size:.95rem;font-weight:600;color:#0f172a!important}.form-input,.form-textarea{padding:1rem;border:2px solid #e2e8f0;border-radius:10px;font-size:1rem;color:#0f172a;background:#fff;transition:all .3s ease;font-family:inherit}.form-input:focus,.form-textarea:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.form-textarea{resize:vertical;min-height:120px}.form-submit{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 2rem;background:linear-gradient(90deg,#10b981,#059669);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #10b9814d}.form-submit:hover{transform:translateY(-2px);box-shadow:0 6px 20px #10b98166}.form-submit svg{width:20px;height:20px}@media screen and (max-width:968px){.contact-hero-title{font-size:2.5rem}.contact-hero-description{font-size:1.1rem}.contact-wrapper{grid-template-columns:1fr;gap:3rem}.info-title,.form-title{font-size:1.75rem}}@media screen and (max-width:640px){.contact-hero{padding:70px 0 50px}.contact-hero-badge{padding:.5rem 1rem;font-size:.8rem}.contact-hero-title{font-size:1.75rem;line-height:1.2}.contact-hero-description{font-size:.95rem;line-height:1.6}.contact-content{padding:50px 0}.contact-wrapper{gap:2rem}.contact-form-wrapper{padding:1.5rem}.info-title,.form-title{font-size:1.5rem;margin-bottom:1.5rem}.info-item{flex-direction:column;gap:1rem}.info-icon{width:40px;height:40px;min-width:40px}.info-icon svg{width:20px;height:20px}.info-label{font-size:.95rem}.info-value,.form-label{font-size:.9rem}.form-input,.form-textarea{padding:.875rem;font-size:.95rem}.form-submit{padding:.875rem 1.5rem;font-size:.95rem}.social-link{width:36px;height:36px}.social-link svg{width:20px;height:20px}.contact-container{padding:0 1rem}}@media screen and (max-width:480px){.contact-hero-title{font-size:1.5rem}.info-title,.form-title{font-size:1.25rem}.form-input,.form-textarea{font-size:.9rem}}.main-content{margin-top:0;width:100%;overflow-x:hidden}@media screen and (max-width:968px){.main-content{margin-top:0}}html{scroll-behavior:smooth}.scroll-reveal{opacity:1;transform:translateY(30px);transition:transform .8s cubic-bezier(.4,0,.2,1)}.scroll-reveal.visible{transform:translateY(0)}.scroll-reveal .section-title,.scroll-reveal .section-description,.scroll-reveal h1,.scroll-reveal h2,.scroll-reveal h3,.scroll-reveal p{opacity:1!important;color:#0f172a!important}.scroll-reveal .section-description,.scroll-reveal p{color:#475569!important}
