@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap";@import"https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600;700&display=swap";#root{width:100%;max-width:100%;margin:0;padding:0;text-align:center}.logo{height:auto;padding:0;will-change:auto;transition:none}.logo:hover,.logo.react:hover{filter:none}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.app{width:100%;max-width:100%}.main-content{padding-top:5rem}.header{background-color:var(--color-dark);padding:var(--space-lg) 0}.nav{display:flex;justify-content:space-between;align-items:center}.logo{font-size:var(--fs-xl);font-weight:700;color:#fff}.nav-links{display:flex;gap:var(--space-md)}.nav-link{color:#fff;font-weight:500}.hero{background:linear-gradient(135deg,var(--color-secondary) 0%,var(--color-dark) 100%);color:#fff;padding:var(--space-xxl) 0;text-align:center;margin-top:4rem}.hero h1{color:#fff;font-size:var(--fs-xxxl);margin-bottom:var(--space-lg)}.hero p{font-size:var(--fs-lg);max-width:600px;margin:0 auto var(--space-xl)}.cta-button{background-color:var(--color-primary);color:#fff;padding:var(--space-md) var(--space-xl);font-size:var(--fs-md);font-weight:600;border-radius:4px;display:inline-block}.cta-button:hover{background-color:var(--color-primary-dark);text-decoration:none}.section{padding:var(--space-xxl) 0}.section-title{text-align:center;margin-bottom:var(--space-xl)}.services{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:var(--space-lg)}.service-card{background-color:#fff;border-radius:8px;padding:var(--space-lg);box-shadow:0 4px 6px #0000001a;text-align:center;transition:transform .3s ease}.service-card:hover{transform:translateY(-5px)}.service-icon{font-size:var(--fs-xxxl);color:var(--color-primary);margin-bottom:var(--space-md)}.service-title{margin-bottom:var(--space-sm);color:var(--color-dark)}.footer{background-color:var(--color-dark);color:#fff;padding:var(--space-xl) 0;text-align:center}@media (max-width: 768px){.hero h1{font-size:var(--fs-xxl)}.hero p{font-size:var(--fs-md)}.services{grid-template-columns:1fr}}@keyframes pulse{0%,to{transform:scale(1);opacity:.8}50%{transform:scale(1.5);opacity:.2}}@keyframes tickerScroll{0%{transform:translate(-50%)}to{transform:translate(0)}}@keyframes tickerScroll2{0%{transform:translate(-25%)}to{transform:translate(-75%)}}@keyframes barGrow{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@keyframes wordChange{0%,20%{opacity:1;transform:translateY(0)}25%,95%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes iconBounce{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-15px) rotate(10deg)}}.home-banner{position:relative;width:100%;height:100vh;overflow:hidden;background-color:#fff}@media (max-width: 480px){.home-banner{height:calc(100vh - 60px)}}.home-banner .grid-background{position:absolute;top:0;left:0;width:100%;height:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(75px,1fr));grid-template-rows:repeat(auto-fit,minmax(75px,1fr));z-index:1}@media (max-width: 768px){.home-banner .grid-background{grid-template-columns:repeat(auto-fit,minmax(50px,1fr));grid-template-rows:repeat(auto-fit,minmax(50px,1fr))}}.home-banner .grid-background .grid-cell{width:100%;height:100%;border:1px solid rgba(30,62,98,.1)}@media (max-width: 480px){.home-banner .grid-background .grid-cell{border-width:.5px}}.home-banner .banner-content-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:2;pointer-events:none;padding:8rem 2rem 10rem}@media (max-width: 991px){.home-banner .banner-content-wrapper{padding:6rem 1.5rem 9rem}}@media (max-width: 768px){.home-banner .banner-content-wrapper{padding:5rem 1.25rem 8rem}}@media (max-width: 480px){.home-banner .banner-content-wrapper{padding:4rem 1rem 7rem;justify-content:flex-start}}.home-banner .banner-content{max-width:900px;text-align:center;padding:2rem}@media (max-width: 768px){.home-banner .banner-content{padding:1.5rem}}@media (max-width: 480px){.home-banner .banner-content{padding:1rem;max-width:100%}}.home-banner .banner-content .headline{font-size:3rem;line-height:1.2;margin-bottom:1.25rem;color:var(--color-dark);position:relative;opacity:0;transform:translateY(30px);transition:all .5s ease;font-weight:800}.home-banner .banner-content .headline.slide-in{opacity:1;transform:translateY(0)}.home-banner .banner-content .headline .word-carousel{height:3.5rem;margin-top:.5rem;position:relative;display:block;overflow:hidden}.home-banner .banner-content .headline .word-carousel .carousel-word{position:absolute;top:0;left:0;width:100%;opacity:0;font-size:2.8rem;color:var(--color-primary);transform:translateY(20px);transition:all .5s ease;font-weight:900}.home-banner .banner-content .headline .word-carousel .carousel-word.active{opacity:1;transform:translateY(0)}@media (max-width: 1200px){.home-banner .banner-content .headline{font-size:2.7rem}.home-banner .banner-content .headline .word-carousel{height:3.2rem}.home-banner .banner-content .headline .word-carousel .carousel-word{font-size:2.5rem}}@media (max-width: 991px){.home-banner .banner-content .headline{font-size:2.4rem}.home-banner .banner-content .headline .word-carousel{height:2.8rem}.home-banner .banner-content .headline .word-carousel .carousel-word{font-size:2.2rem}}@media (max-width: 768px){.home-banner .banner-content .headline{font-size:2.2rem;margin-bottom:1rem}.home-banner .banner-content .headline .word-carousel{height:2.5rem}.home-banner .banner-content .headline .word-carousel .carousel-word{font-size:2rem}}@media (max-width: 480px){.home-banner .banner-content .headline{font-size:1.8rem;line-height:1.3;margin-bottom:.75rem}.home-banner .banner-content .headline .word-carousel{height:2.2rem;margin-top:.35rem}.home-banner .banner-content .headline .word-carousel .carousel-word{font-size:1.7rem}}@media (max-width: 360px){.home-banner .banner-content .headline{font-size:1.6rem}.home-banner .banner-content .headline .word-carousel{height:2rem}.home-banner .banner-content .headline .word-carousel .carousel-word{font-size:1.5rem}}.home-banner .banner-content .description{font-size:1rem;line-height:1.6;color:rgba(var(--color-dark-rgb),.8);margin-bottom:1.75rem;opacity:0;transform:translateY(30px);transition:all .5s ease .2s;max-width:80%;margin-left:auto;margin-right:auto}.home-banner .banner-content .description.slide-in{opacity:1;transform:translateY(0)}@media (max-width: 768px){.home-banner .banner-content .description{max-width:100%;font-size:.95rem;margin-bottom:1.5rem}}@media (max-width: 480px){.home-banner .banner-content .description{font-size:.9rem;line-height:1.5;margin-bottom:1.25rem;padding:0 .5rem}}.home-banner .banner-content .stats-row{display:flex;justify-content:center;gap:35px;margin-bottom:2rem;opacity:0;transform:translateY(30px);transition:all .5s ease .3s}.home-banner .banner-content .stats-row.slide-in{opacity:1;transform:translateY(0)}@media (max-width: 768px){.home-banner .banner-content .stats-row{gap:25px;margin-bottom:1.75rem}}@media (max-width: 480px){.home-banner .banner-content .stats-row{flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;gap:15px;margin-bottom:1.5rem;padding:0 .25rem}}@media (max-width: 360px){.home-banner .banner-content .stats-row{gap:10px}}.home-banner .banner-content .stats-row .stat-card{display:flex;flex-direction:column;align-items:center;position:relative}@media (max-width: 480px){.home-banner .banner-content .stats-row .stat-card{flex:0 0 calc(50% - 15px);margin-bottom:1rem}}.home-banner .banner-content .stats-row .stat-card:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:30px;height:2px;background-color:var(--color-primary);border-radius:2px;opacity:.7}@media (max-width: 480px){.home-banner .banner-content .stats-row .stat-card:after{width:25px;bottom:-6px}}.home-banner .banner-content .stats-row .stat-card .stat-number{font-size:1.9rem;font-weight:800;color:var(--color-primary);font-family:var(--font-secondary);line-height:1;margin-bottom:5px}@media (max-width: 991px){.home-banner .banner-content .stats-row .stat-card .stat-number{font-size:1.8rem}}@media (max-width: 768px){.home-banner .banner-content .stats-row .stat-card .stat-number{font-size:1.6rem;margin-bottom:4px}}@media (max-width: 480px){.home-banner .banner-content .stats-row .stat-card .stat-number{font-size:1.5rem}}@media (max-width: 360px){.home-banner .banner-content .stats-row .stat-card .stat-number{font-size:1.4rem}}.home-banner .banner-content .stats-row .stat-card .stat-label{font-size:.8rem;color:var(--color-secondary);font-weight:500;text-transform:uppercase;letter-spacing:.8px}@media (max-width: 768px){.home-banner .banner-content .stats-row .stat-card .stat-label{font-size:.75rem;letter-spacing:.6px}}@media (max-width: 480px){.home-banner .banner-content .stats-row .stat-card .stat-label{font-size:.7rem;letter-spacing:.5px}}@media (max-width: 360px){.home-banner .banner-content .stats-row .stat-card .stat-label{font-size:.65rem}}.home-banner .banner-content .button-group{display:flex;justify-content:center;gap:25px;opacity:0;transform:translateY(30px);transition:all .5s ease .4s;margin-bottom:1rem}.home-banner .banner-content .button-group.slide-in{opacity:1;transform:translateY(0)}.home-banner .banner-content .button-group .btn{padding:.875rem 1.75rem;border-radius:30px;font-size:1rem;font-weight:600;text-transform:uppercase;pointer-events:auto;cursor:pointer;transition:all .3s ease}@media (max-width: 768px){.home-banner .banner-content .button-group .btn{padding:.75rem 1.5rem;font-size:.9rem}}@media (max-width: 480px){.home-banner .banner-content .button-group .btn{padding:.7rem 1.4rem;font-size:.85rem;min-width:140px}}.home-banner .banner-content .button-group .btn.btn-primary{background-color:var(--color-primary);color:#fff;border:none;mix-blend-mode:difference}.home-banner .banner-content .button-group .btn.btn-primary:hover{transform:translateY(-3px);box-shadow:0 10px 20px rgba(var(--color-primary-rgb),.3);border-radius:30px}.home-banner .banner-content .button-group .btn.btn-secondary{border:2px solid var(--color-secondary);background-color:transparent;color:var(--color-secondary)}.home-banner .banner-content .button-group .btn.btn-secondary:hover{background-color:var(--color-secondary);color:#fff;border-radius:30px}@media (max-width: 480px){.home-banner .banner-content .button-group{flex-direction:column;gap:15px;width:80%;max-width:250px;margin:0 auto 1rem}}.home-banner .ticker-strips-container{position:absolute;bottom:0;left:0;width:100%;height:160px;z-index:3;overflow:hidden}@media (max-width: 768px){.home-banner .ticker-strips-container{height:140px}}@media (max-width: 480px){.home-banner .ticker-strips-container{height:120px}}.home-banner .ticker-strip{position:absolute;width:120%;height:65px;background-color:#fff;border:2px solid var(--color-primary);overflow:hidden;z-index:3;transform-origin:right}@media (max-width: 768px){.home-banner .ticker-strip{height:55px}}@media (max-width: 480px){.home-banner .ticker-strip{height:45px;border-width:1.5px}}.home-banner .ticker-strip:first-child{bottom:50px;left:-5%;right:-5%;transform:rotate(1deg);border-color:var(--color-primary);border-left:2px solid var(--color-primary);border-right:2px solid var(--color-primary)}@media (max-width: 768px){.home-banner .ticker-strip:first-child{bottom:35px}}@media (max-width: 480px){.home-banner .ticker-strip:first-child{bottom:30px;border-left-width:1.5px;border-right-width:1.5px}}.home-banner .ticker-strip:first-child .ticker-content.animate{animation:tickerScroll 22s linear infinite}@media (max-width: 480px){.home-banner .ticker-strip:first-child .ticker-content.animate{animation-duration:18s}}.home-banner .ticker-strip:last-child{bottom:15px;left:-10%;right:-10%;transform:rotate(0);border-color:var(--color-secondary)}@media (max-width: 768px){.home-banner .ticker-strip:last-child{bottom:10px}}@media (max-width: 480px){.home-banner .ticker-strip:last-child{bottom:8px}}.home-banner .ticker-strip:last-child .ticker-content.animate{animation:tickerScroll2 26s linear infinite}@media (max-width: 480px){.home-banner .ticker-strip:last-child .ticker-content.animate{animation-duration:20s}}.home-banner .ticker-strip .ticker-content{height:100%;display:flex;align-items:center;white-space:nowrap}.home-banner .ticker-strip .ticker-content .ticker-item{display:inline-flex;align-items:center;gap:12px;margin:0 50px;font-size:.95rem;color:var(--color-dark);font-weight:600;text-transform:uppercase;letter-spacing:1px}@media (max-width: 768px){.home-banner .ticker-strip .ticker-content .ticker-item{font-size:.85rem;margin:0 35px;gap:10px}}@media (max-width: 480px){.home-banner .ticker-strip .ticker-content .ticker-item{font-size:.75rem;margin:0 25px;gap:8px;letter-spacing:.5px}}.home-banner .ticker-strip .ticker-content .ticker-item .ticker-bullet{display:inline-block;width:8px;height:8px;border-radius:50%;background-color:var(--color-primary)}@media (max-width: 768px){.home-banner .ticker-strip .ticker-content .ticker-item .ticker-bullet{width:7px;height:7px}}@media (max-width: 480px){.home-banner .ticker-strip .ticker-content .ticker-item .ticker-bullet{width:5px;height:5px}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%{transform:translateY(0) rotate(0)}50%{transform:translateY(-15px) rotate(3deg)}to{transform:translateY(0) rotate(0)}}@keyframes pulse{0%{transform:scale(1);opacity:.8}50%{transform:scale(1.05);opacity:1}to{transform:scale(1);opacity:.8}}@keyframes gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.about-section{position:relative;padding:90px 0;overflow:hidden;background-color:#fafafa}.about-section .about-container{max-width:1400px;margin:0 auto;padding:0 30px;position:relative;z-index:2}.about-section .about-content{opacity:0;transition:opacity .5s ease}.about-section .about-content.in-view{opacity:1}.about-section .about-content.in-view .appear-element{animation:fadeIn .8s ease forwards}.about-section .about-content.in-view .slide-in-element{animation:slideInLeft .8s ease forwards}.about-section .about-content.in-view .slide-in-element.delay-1{animation-delay:.2s}.about-section .about-content.in-view .slide-in-element.delay-2{animation-delay:.4s}.about-section .about-content.in-view .slide-in-element.delay-3{animation-delay:.6s}.about-section .about-content.in-view .slide-in-element.delay-4{animation-delay:.8s}.about-section .about-content.in-view .fade-in-element{animation:fadeIn .8s ease forwards}.about-section .about-header{text-align:center;margin-bottom:40px}.about-section .about-header .section-tag{display:inline-block;padding:6px 14px;background:linear-gradient(135deg,rgba(var(--color-primary),.1),rgba(var(--color-secondary),.1));border-radius:50px;font-size:.8rem;font-weight:600;color:var(--color-primary);margin-bottom:15px;text-transform:uppercase;letter-spacing:1px}.about-section .about-header .section-title{font-size:2.8rem;line-height:1.2;max-width:800px;margin:0 auto}.about-section .about-header .section-title .highlight{color:var(--color-primary);position:relative}.about-section .about-header .section-title .highlight:after{content:"";position:absolute;width:100%;height:8px;background-color:rgba(var(--color-primary),.2);bottom:5px;left:0;z-index:-1;border-radius:4px}@media (max-width: 768px){.about-section .about-header .section-title{font-size:2.2rem}}.about-section .about-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-bottom:60px}@media (max-width: 992px){.about-section .about-grid{grid-template-columns:1fr;gap:40px}}.about-section .about-text .lead-text{font-size:1.1rem;line-height:1.5;color:rgba(var(--color-dark),.9);margin-bottom:30px}.about-section .about-text .about-tabs{display:flex;gap:10px;margin-bottom:30px;overflow-x:auto;scrollbar-width:none}.about-section .about-text .about-tabs::-webkit-scrollbar{display:none}@media (max-width: 768px){.about-section .about-text .about-tabs{justify-content:center}}.about-section .about-text .about-tabs .tab-button{background:none;border:none;padding:10px 20px;font-family:var(--font-primary);font-size:1rem;font-weight:600;color:var(--color-dark);cursor:pointer;opacity:.6;transition:all .3s ease;white-space:nowrap;display:flex;align-items:center;gap:8px;position:relative}.about-section .about-text .about-tabs .tab-button:after{content:"";position:absolute;width:0;height:2px;bottom:0;left:50%;background-color:var(--color-primary);transition:all .3s ease;transform:translate(-50%)}.about-section .about-text .about-tabs .tab-button:hover{opacity:.8}.about-section .about-text .about-tabs .tab-button.active{opacity:1;color:var(--color-primary)}.about-section .about-text .about-tabs .tab-button.active:after{width:70%}.about-section .about-text .tab-content{padding:18px;border-radius:12px;background:linear-gradient(145deg,#fff,#f5f5f5);box-shadow:0 10px 30px #0000000d}.about-section .about-text .tab-content h3{color:var(--color-secondary);margin-bottom:12px;font-size:1.4rem}.about-section .about-text .tab-content p{line-height:1.6;margin:0;color:rgba(var(--color-dark),.8)}.about-section .about-visual .visual-container{position:relative}.about-section .about-visual .visual-container .video-container{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 20px 50px #00000026}.about-section .about-visual .visual-container .video-container:before{content:"";display:block;padding-top:60%}.about-section .about-visual .visual-container .video-container .video-thumbnail{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.about-section .about-visual .visual-container .video-container .video-thumbnail img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.about-section .about-visual .visual-container .video-container .video-thumbnail:hover img{transform:scale(1.05)}.about-section .about-visual .visual-container .video-container .video-thumbnail .play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;background:#ffffffe6;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:var(--color-primary);box-shadow:0 10px 30px #0003}.about-section .about-visual .visual-container .video-container .video-thumbnail .play-button:hover{transform:translate(-50%,-50%) scale(1.1);background:#fff}.about-section .about-visual .visual-container .video-container .video-thumbnail .play-button svg{margin-left:5px}.about-section .about-visual .visual-container .experience-badge{position:absolute;bottom:-30px;left:-20px;width:120px;height:120px;border-radius:60px;background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 10px 30px rgba(var(--color-primary),.3);animation:pulse 5s infinite ease-in-out}.about-section .about-visual .visual-container .experience-badge .years{font-size:2.2rem;font-weight:700;line-height:1}.about-section .about-visual .visual-container .experience-badge .text{font-size:.8rem;text-align:center;line-height:1.2;margin-top:5px}.about-section .about-visual .visual-container .decorative-element{position:absolute;border-radius:4px}.about-section .about-visual .visual-container .decorative-element.elem-1{top:-30px;right:-20px;width:100px;height:100px;background:repeating-linear-gradient(45deg,transparent,transparent 5px,rgba(var(--color-secondary),.05) 5px,rgba(var(--color-secondary),.05) 10px);transform:rotate(15deg);animation:float 8s infinite ease-in-out;z-index:-1}.about-section .about-visual .visual-container .decorative-element.elem-2{bottom:-40px;right:20%;width:70px;height:70px;border:2px dashed rgba(var(--color-primary),.3);transform:rotate(30deg);animation:float 10s infinite ease-in-out reverse;z-index:-1}.about-section .about-visual .visual-container .decorative-element.elem-3{top:15%;left:-40px;width:60px;height:60px;background:linear-gradient(135deg,rgba(var(--color-primary),.1),rgba(var(--color-secondary),.1));transform:rotate(45deg);z-index:-1;animation:float 9s infinite ease-in-out}.about-section .core-features{margin-bottom:60px}.about-section .core-features h3{text-align:center;margin-bottom:35px;font-size:1.8rem;color:var(--color-dark)}.about-section .core-features .features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}@media (max-width: 992px){.about-section .core-features .features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.about-section .core-features .features-grid{grid-template-columns:1fr}}.about-section .core-features .features-grid .feature-card{background:#fff;border-radius:12px;padding:25px;box-shadow:0 15px 40px #0000000d;transition:all .3s ease;position:relative;overflow:hidden}.about-section .core-features .features-grid .feature-card:hover{transform:translateY(-10px);box-shadow:0 20px 50px #0000001a}.about-section .core-features .features-grid .feature-card:hover .feature-number{opacity:.15}.about-section .core-features .features-grid .feature-card .feature-number{position:absolute;bottom:-10px;right:10px;font-size:4.5rem;font-weight:800;color:var(--color-secondary);opacity:.1;transition:all .3s ease;line-height:1}.about-section .core-features .features-grid .feature-card .feature-content{position:relative;z-index:1}.about-section .core-features .features-grid .feature-card .feature-content h4{color:var(--color-dark);margin-bottom:12px;font-size:1.3rem}.about-section .core-features .features-grid .feature-card .feature-content p{color:rgba(var(--color-dark),.7);line-height:1.6;margin:0}.about-section .about-stats .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;padding:30px;background:linear-gradient(135deg,rgba(var(--color-secondary),.02),rgba(var(--color-primary),.02));border-radius:16px}@media (max-width: 992px){.about-section .about-stats .stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.about-section .about-stats .stats-grid{grid-template-columns:1fr;gap:20px}}.about-section .about-stats .stats-grid .stat-item{text-align:center;padding:20px}.about-section .about-stats .stats-grid .stat-item .stat-value{display:flex;align-items:center;justify-content:center;margin-bottom:10px}.about-section .about-stats .stats-grid .stat-item .stat-value .counter{font-size:3rem;font-weight:700;line-height:1;background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.about-section .about-stats .stats-grid .stat-item .stat-label{font-size:1rem;color:var(--color-dark);font-weight:500}.about-section .about-background{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.about-section .about-background .bg-pattern{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.3;background-image:radial-gradient(rgba(var(--color-secondary),.1) 1px,transparent 1px);background-size:30px 30px}.about-section .about-background .bg-gradient{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(var(--color-primary),.05),#fff0,rgba(var(--color-secondary),.05));background-size:200% 200%;animation:gradient 15s ease infinite}.tab-icon{display:inline-flex;align-items:center;justify-content:center}.tab-icon svg{width:18px;height:18px;stroke-width:2px}@keyframes fadeSlideIn{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes float{0%{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(5deg)}to{transform:translateY(0) rotate(0)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.services-section{position:relative;padding:100px 0;overflow:hidden;background-color:#f9f9ff}.services-section .services-pattern-bg{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.3;background:linear-gradient(135deg,rgba(var(--color-secondary),.03) 25%,transparent 25%),linear-gradient(225deg,rgba(var(--color-secondary),.03) 25%,transparent 25%),linear-gradient(45deg,rgba(var(--color-secondary),.03) 25%,transparent 25%),linear-gradient(315deg,rgba(var(--color-secondary),.03) 25%,transparent 25%);background-position:40px 0,40px 0,0 0,0 0;background-size:80px 80px;background-repeat:repeat}.services-section .services-container{max-width:1400px;margin:0 auto;padding:0 30px;position:relative;z-index:2}.services-section .services-content{opacity:0;transition:opacity .8s ease}.services-section .services-content.in-view{opacity:1}.services-section .services-content.in-view .services-header .section-tag{animation:fadeSlideUp .8s ease forwards}.services-section .services-content.in-view .services-header .section-title{animation:fadeSlideUp .8s ease .2s forwards;opacity:0;transform:translateY(30px)}.services-section .services-content.in-view .services-header .section-subtitle{animation:fadeSlideUp .8s ease .4s forwards;opacity:0;transform:translateY(30px)}.services-section .services-content.in-view .services-tabs{animation:fadeSlideUp .8s ease .6s forwards;opacity:0;transform:translateY(30px)}.services-section .services-content.in-view .services-cta{animation:fadeSlideUp .8s ease .8s forwards;opacity:0;transform:translateY(30px)}.services-section .services-header{text-align:center;margin-bottom:60px}.services-section .services-header .section-tag{display:inline-block;padding:8px 20px;background:linear-gradient(135deg,rgba(var(--color-primary),.1),rgba(var(--color-secondary),.1));border-radius:50px;font-size:.9rem;font-weight:600;color:var(--color-primary);margin-bottom:20px;text-transform:uppercase;letter-spacing:1px}.services-section .services-header .section-title{font-size:2.8rem;line-height:1.2;max-width:700px;margin:0 auto 20px;color:var(--color-dark)}.services-section .services-header .section-title .highlight{color:var(--color-primary);position:relative}.services-section .services-header .section-title .highlight:after{content:"";position:absolute;bottom:5px;left:0;width:100%;height:8px;background-color:rgba(var(--color-primary),.2);z-index:-1;border-radius:4px}@media (max-width: 768px){.services-section .services-header .section-title{font-size:2.2rem}}.services-section .services-header .section-subtitle{font-size:1.1rem;max-width:600px;margin:0 auto;color:rgba(var(--color-dark),.7)}.services-section .services-tabs{margin-bottom:80px}.services-section .services-tabs .tabs-wrapper{display:flex;justify-content:center;gap:15px;margin-bottom:40px;flex-wrap:wrap}.services-section .services-tabs .tabs-wrapper .service-tab{padding:15px 25px;background:#fff;border:none;border-radius:10px;box-shadow:0 5px 15px #0000000d;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:10px;font-family:var(--font-primary);color:var(--color-dark);font-weight:600;font-size:1rem}.services-section .services-tabs .tabs-wrapper .service-tab:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.services-section .services-tabs .tabs-wrapper .service-tab.active{background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark, #0056b3));color:#fff;transform:translateY(-5px);box-shadow:0 10px 25px rgba(var(--color-primary),.2)}.services-section .services-tabs .tabs-wrapper .service-tab.active .tab-icon svg{stroke:#fff}.services-section .services-tabs .tabs-wrapper .service-tab .tab-icon{display:flex;align-items:center;justify-content:center}.services-section .services-tabs .tabs-wrapper .service-tab .tab-icon svg{width:18px;height:18px;stroke-width:2.5px;transition:all .3s ease}@media (max-width: 768px){.services-section .services-tabs .tabs-wrapper .service-tab{padding:12px 18px;font-size:.9rem}.services-section .services-tabs .tabs-wrapper .service-tab .tab-icon svg{width:16px;height:16px}}.services-section .services-tabs .service-panel{background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000001a;overflow:hidden;position:relative;min-height:400px}.services-section .services-tabs .service-panel .service-content{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;opacity:0;visibility:hidden;transition:all .5s ease}.services-section .services-tabs .service-panel .service-content.active{opacity:1;visibility:visible;z-index:2}.services-section .services-tabs .service-panel .service-content .service-info{flex:0 0 60%;padding:40px}.services-section .services-tabs .service-panel .service-content .service-info h3{font-size:2rem;margin-bottom:15px;color:var(--color-dark)}.services-section .services-tabs .service-panel .service-content .service-info p{font-size:1.1rem;color:rgba(var(--color-dark),.7);line-height:1.6;margin-bottom:30px}.services-section .services-tabs .service-panel .service-content .service-info .sub-services{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:15px;margin-bottom:40px}.services-section .services-tabs .service-panel .service-content .service-info .sub-services .sub-service{display:flex;align-items:center;gap:10px}.services-section .services-tabs .service-panel .service-content .service-info .sub-services .sub-service .check-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background-color:rgba(var(--color-primary),.1);border-radius:50%;color:var(--color-primary)}.services-section .services-tabs .service-panel .service-content .service-info .sub-services .sub-service .check-icon svg{width:14px;height:14px;stroke:var(--color-primary)}.services-section .services-tabs .service-panel .service-content .service-info .sub-services .sub-service .sub-service-name{font-weight:500;color:var(--color-dark)}.services-section .services-tabs .service-panel .service-content .service-info .service-cta{display:inline-flex;align-items:center;gap:10px;padding:12px 25px;background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark, #0056b3));color:#fff;border:none;border-radius:50px;font-family:var(--font-primary);font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 20px rgba(var(--color-primary),.2)}.services-section .services-tabs .service-panel .service-content .service-info .service-cta:hover{transform:translateY(-3px);box-shadow:0 15px 30px rgba(var(--color-primary),.3)}.services-section .services-tabs .service-panel .service-content .service-info .service-cta:hover svg{transform:translate(5px)}.services-section .services-tabs .service-panel .service-content .service-info .service-cta svg{transition:transform .3s ease}.services-section .services-tabs .service-panel .service-content .service-info .btn-primary{display:inline-flex;align-items:center;gap:10px;padding:12px 25px;margin-bottom:10px}.services-section .services-tabs .service-panel .service-content .service-info .btn-primary svg{width:20px;height:20px;transition:transform .3s ease}.services-section .services-tabs .service-panel .service-content .service-info .btn-primary:hover svg{transform:translate(5px)}@media (max-width: 992px){.services-section .services-tabs .service-panel .service-content .service-info{flex:0 0 100%}}.services-section .services-tabs .service-panel .service-content .service-visual{flex:0 0 40%;position:relative;background:linear-gradient(135deg,rgba(var(--color-primary),.05),rgba(var(--color-secondary),.05));display:flex;align-items:center;justify-content:center;overflow:hidden}.services-section .services-tabs .service-panel .service-content .service-visual .service-image{position:absolute;width:100%;height:100%;z-index:0;display:flex;align-items:center;justify-content:center;opacity:.85}.services-section .services-tabs .service-panel .service-content .service-visual .service-image img{max-width:90%;max-height:90%;object-fit:contain;filter:drop-shadow(0 10px 20px rgba(0,0,0,.1));transition:all .5s ease;transform:scale(1)}.services-section .services-tabs .service-panel .service-content .service-visual .service-image img:hover{transform:scale(1.05)}.services-section .services-tabs .service-panel .service-content .service-visual .service-icon-large{z-index:1;animation:pulse 5s infinite ease-in-out;position:absolute;top:20px;right:20px;opacity:.3}.services-section .services-tabs .service-panel .service-content .service-visual .service-icon-large svg{width:80px;height:80px;stroke:rgba(var(--color-primary),.5);stroke-width:1px}.services-section .services-tabs .service-panel .service-content .service-visual .service-accent{position:absolute;width:300px;height:300px;border-radius:50%;background:linear-gradient(135deg,rgba(var(--color-primary),.1),rgba(var(--color-secondary),.1));animation:spin 30s linear infinite;z-index:0}.services-section .services-tabs .service-panel .service-content .service-visual .service-accent:before,.services-section .services-tabs .service-panel .service-content .service-visual .service-accent:after{content:"";position:absolute;border-radius:50%}.services-section .services-tabs .service-panel .service-content .service-visual .service-accent:before{top:50px;left:50px;width:200px;height:200px;background:linear-gradient(135deg,rgba(var(--color-primary),.05),rgba(var(--color-secondary),.05));animation:spin 20s linear infinite reverse}.services-section .services-tabs .service-panel .service-content .service-visual .service-accent:after{top:100px;left:100px;width:100px;height:100px;background:linear-gradient(135deg,rgba(var(--color-primary),.1),rgba(var(--color-secondary),.1));animation:spin 10s linear infinite}@media (max-width: 992px){.services-section .services-tabs .service-panel .service-content .service-visual{display:none}}.services-section .services-cta{background:linear-gradient(135deg,var(--color-secondary),var(--color-secondary-dark, #6a1b9a));border-radius:20px;padding:40px;display:flex;align-items:center;justify-content:space-between;color:#fff;box-shadow:0 20px 50px rgba(var(--color-secondary),.3)}.services-section .services-cta .cta-content h3{font-size:1.8rem;margin-bottom:10px;color:#fff}.services-section .services-cta .cta-content p{font-size:1.1rem;opacity:.9;max-width:500px}.services-section .services-cta .btn{background:#fff;color:var(--color-secondary);box-shadow:0 10px 30px #0000001a}.services-section .services-cta .btn:hover{transform:translateY(-3px);box-shadow:0 15px 30px #0003}@media (max-width: 768px){.services-section .services-cta{flex-direction:column;text-align:center;gap:30px}.services-section .services-cta .cta-content h3{font-size:1.6rem}.services-section .services-cta .cta-content p{font-size:1rem}}.services-section .services-floating-elements{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none}.services-section .services-floating-elements .floating-element{position:absolute;border-radius:50%;background:linear-gradient(135deg,rgba(var(--color-primary),.1),rgba(var(--color-secondary),.1))}.services-section .services-floating-elements .floating-element.fe-1{top:15%;right:10%;width:300px;height:300px;opacity:.5;filter:blur(50px)}.services-section .services-floating-elements .floating-element.fe-2{bottom:20%;left:5%;width:250px;height:250px;opacity:.4;filter:blur(40px)}.services-section .services-floating-elements .floating-element.fe-3{top:60%;right:20%;width:200px;height:200px;opacity:.3;filter:blur(30px)}@media (max-width: 576px){.services-section{padding:80px 0}.services-section .services-header{margin-bottom:40px}.services-section .services-header .section-tag{padding:6px 16px;font-size:.8rem}.services-section .services-header .section-title{font-size:2rem}.services-section .services-header .section-subtitle{font-size:1rem}.services-section .services-tabs .tabs-wrapper{flex-direction:column;gap:10px}.services-section .services-tabs .tabs-wrapper .service-tab{width:100%;justify-content:center}.services-section .services-tabs .service-panel{min-height:500px}.services-section .services-tabs .service-panel .service-content .service-info{padding:25px}.services-section .services-tabs .service-panel .service-content .service-info h3{font-size:1.8rem}.services-section .services-tabs .service-panel .service-content .service-info p{font-size:1rem}.services-section .services-tabs .service-panel .service-content .service-info .sub-services{grid-template-columns:1fr}}@keyframes slideInUp{0%{opacity:0;transform:translate3d(0,40px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes imageReveal{0%{transform:scale(1.2);opacity:0}to{transform:scale(1);opacity:1}}@keyframes lineExpand{0%{width:0}to{width:100%}}@keyframes indicatorProgress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes subtleFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes subtleRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes panelAccent{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.industries-section{position:relative;padding:120px 0;overflow:hidden;background-color:#fff;color:var(--color-dark);z-index:1}@media (max-width: 768px){.industries-section{padding:80px 0}}.industries-section .industries-backdrop{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;overflow:hidden}.industries-section .industries-backdrop .backdrop-design{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#fafbfd,#f0f4f9);opacity:.8}.industries-section .industries-backdrop .backdrop-design:before{content:"";position:absolute;top:-50%;right:-30%;width:80%;height:200%;background:radial-gradient(ellipse at center,rgba(var(--color-primary),.03),rgba(var(--color-primary),0) 70%);transform:rotate(-15deg)}.industries-section .industries-backdrop .backdrop-design:after{content:"";position:absolute;bottom:-30%;left:-20%;width:70%;height:140%;background:radial-gradient(ellipse at center,rgba(var(--color-secondary),.03),rgba(var(--color-secondary),0) 70%);transform:rotate(20deg)}.industries-section .industries-container{max-width:1400px;margin:0 auto;padding:0 30px;position:relative;z-index:5}@media (max-width: 768px){.industries-section .industries-container{padding:0 20px}}.industries-section .industries-content{opacity:0;will-change:opacity;transition:opacity .5s ease}.industries-section .industries-content.in-view{opacity:1}.industries-section .industries-content.in-view .industries-header .section-mark{animation:slideInUp .8s ease forwards;will-change:transform,opacity}.industries-section .industries-content.in-view .industries-header .section-title{animation:slideInUp .8s ease .2s forwards;will-change:transform,opacity}.industries-section .industries-content.in-view .industries-header .section-subtitle{animation:slideInUp .8s ease .4s forwards;will-change:transform,opacity}.industries-section .industries-content.in-view .industries-experience-gallery{animation:fadeIn 1.2s ease .6s forwards;will-change:opacity}.industries-section .industries-content.in-view .industries-mobile{animation:fadeIn 1.2s ease .6s forwards;opacity:0}.industries-section .industries-header{text-align:center;margin-bottom:80px;position:relative}@media (max-width: 768px){.industries-section .industries-header{margin-bottom:50px}}.industries-section .industries-header .section-mark{display:flex;align-items:center;justify-content:center;margin-bottom:15px}.industries-section .industries-header .section-mark .mark-line{display:inline-block;width:40px;height:1px;background-color:var(--color-primary);margin-right:15px}.industries-section .industries-header .section-mark .mark-text{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:3px;color:var(--color-primary)}.industries-section .industries-header .section-title{font-size:3.2rem;font-weight:300;line-height:1.2;letter-spacing:-.5px;color:var(--color-dark);margin:0 auto 25px;max-width:800px}.industries-section .industries-header .section-title .highlight{color:var(--color-primary);font-weight:500;position:relative;z-index:1}.industries-section .industries-header .section-title .highlight:after{content:"";position:absolute;left:0;bottom:8px;width:100%;height:8px;background-color:rgba(var(--color-primary),.1);z-index:-1}@media (max-width: 768px){.industries-section .industries-header .section-title{font-size:2.5rem;margin-bottom:15px}}.industries-section .industries-header .section-subtitle{font-size:1.1rem;line-height:1.7;color:rgba(var(--color-dark),.7);max-width:700px;margin:0 auto;font-weight:400}@media (max-width: 768px){.industries-section .industries-header .section-subtitle{font-size:1rem;line-height:1.5}}.industries-section .industries-experience-gallery{margin-bottom:80px}@media (max-width: 768px){.industries-section .industries-experience-gallery{display:none}}.industries-section .industries-experience-gallery .gallery-main{position:relative}.industries-section .industries-experience-gallery .gallery-main .gallery-panels{display:flex;gap:30px;padding:30px 0;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.industries-section .industries-experience-gallery .gallery-main .gallery-panels::-webkit-scrollbar{display:none}.industries-section .industries-experience-gallery .gallery-main .gallery-panels .industry-panel{flex:0 0 380px;height:540px;border-radius:8px;overflow:hidden;transition:all .5s cubic-bezier(.25,.46,.45,.94);transform:translateZ(0);will-change:transform,opacity;backface-visibility:hidden;opacity:.8;box-shadow:0 8px 30px #00000014;cursor:pointer;position:relative}@media (max-width: 1200px){.industries-section .industries-experience-gallery .gallery-main .gallery-panels .industry-panel{flex:0 0 340px;height:520px}}.industries-section .industries-experience-gallery .gallery-main .gallery-panels .industry-panel.active{transform:scaleZ(1);opacity:1;box-shadow:0 15px 40px #0000001f}.industries-section .industries-experience-gallery .gallery-main .gallery-panels .industry-panel.active .panel-content .panel-accent{opacity:1;transform:translate(0)}.industries-section .industries-experience-gallery .gallery-main .gallery-panels .industry-panel.active .panel-content .panel-image-container .panel-image-wrapper img{transform:scale3d(1.05,1.05,1)}.industries-section .industries-experience-gallery .gallery-main .gallery-panels .industry-panel.active .panel-content .panel-image-container .panel-symbol{transform:translateY(0)}.industries-section .industries-experience-gallery .gallery-main .gallery-panels .industry-panel.active .panel-content .panel-details .panel-header .expertise-meter .expertise-fill{animation:lineExpand 2s cubic-bezier(.25,.46,.45,.94) forwards}.industries-section .industries-experience-gallery .gallery-main .gallery-panels .industry-panel.active .panel-content .panel-details .industry-specialties .specialty-item{opacity:1;transform:translate(0)}.industries-section .industries-experience-gallery .gallery-main .gallery-panels .industry-panel .panel-content{width:100%;height:100%;background-color:#fff;position:relative;display:flex;flex-direction:column}.industries-section .industries-experience-gallery .gallery-main .gallery-panels .industry-panel .panel-content .panel-accent{position:absolute;top:0;left:0;width:4px;height:100%;background-color:var(--industry-color);opacity:0;transform:translate(-20px);transition:all .6s ease}.industries-section .industries-experience-gallery .gallery-main .gallery-panels .industry-panel .panel-content .panel-image-container{position:relative;height:260px;overflow:hidden}@media (max-width: 1200px){.industries-section .industries-experience-gallery .gallery-main .gallery-panels .industry-panel .panel-content .panel-image-container{height:240px}}.industries-section .industries-experience-gallery .gallery-main .gallery-panels .industry-panel .panel-content .panel-image-container .panel-image-wrapper{width:100%;height:100%;overflow:hidden}.industries-section .industries-experience-gallery .gallery-main .gallery-panels .industry-panel .panel-content .panel-image-container .panel-image-wrapper img{width:100%;height:100%;object-fit:cover;transform:scaleZ(1);will-change:transform;backface-visibility:hidden;transition:transform 1.2s ease}.industries-section .industries-experience-gallery .gallery-main .gallery-panels .industry-panel .panel-content .panel-image-container .panel-image-wrapper .image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0000,#0003,#00000080)}.industries-section .industries-experience-gallery .gallery-main .gallery-panels .industry-panel .panel-content .panel-image-container .panel-symbol{position:absolute;bottom:15px;right:20px;width:60px;height:60px;border-radius:30px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:1.2rem;box-shadow:0 8px 25px #00000026;transform:translateY(10px);transition:transform .5s ease;z-index:5}.industries-section .industries-experience-gallery .gallery-main .gallery-panels .industry-panel .panel-content .panel-details{flex:1;padding:35px 30px 30px;display:flex;flex-direction:column}.industries-section .industries-experience-gallery .gallery-main .gallery-panels .industry-panel .panel-content .panel-details .panel-header{margin-bottom:20px}.industries-section .industries-experience-gallery .gallery-main .gallery-panels .industry-panel .panel-content .panel-details .panel-header .industry-name{font-size:1.8rem;font-weight:600;color:var(--color-dark);margin:0 0 10px}@media (max-width: 1200px){.industries-section .industries-experience-gallery .gallery-main .gallery-panels .industry-panel .panel-content .panel-details .panel-header .industry-name{font-size:1.6rem}}.industries-section .industries-experience-gallery .gallery-main .gallery-panels .industry-panel .panel-content .panel-details .panel-header .expertise-meter{position:relative;height:3px;width:100%;background-color:#0000000d;border-radius:3px;margin-top:15px;overflow:hidden}.industries-section .industries-experience-gallery .gallery-main .gallery-panels .industry-panel .panel-content .panel-details .panel-header .expertise-meter .expertise-fill{position:absolute;top:0;left:0;height:100%;width:0;background-color:var(--industry-color);border-radius:3px;transform-origin:left}.industries-section .industries-experience-gallery .gallery-main .gallery-panels .industry-panel .panel-content .panel-details .panel-header .expertise-meter .expertise-label{position:absolute;top:-25px;right:0;font-size:.8rem;font-weight:600;color:var(--industry-color)}.industries-section .industries-experience-gallery .gallery-main .gallery-panels .industry-panel .panel-content .panel-details .industry-description{font-size:.95rem;line-height:1.6;color:rgba(var(--color-dark),.75);margin-bottom:25px}@media (max-width: 1200px){.industries-section .industries-experience-gallery .gallery-main .gallery-panels .industry-panel .panel-content .panel-details .industry-description{font-size:.9rem;margin-bottom:20px}}.industries-section .industries-experience-gallery .gallery-main .gallery-panels .industry-panel .panel-content .panel-details .industry-specialties{margin-top:auto;display:flex;flex-direction:column;gap:12px}.industries-section .industries-experience-gallery .gallery-main .gallery-panels .industry-panel .panel-content .panel-details .industry-specialties .specialty-item{display:flex;align-items:center;font-size:.9rem;font-weight:500;opacity:0;transform:translate(20px);transition:all .5s ease;transition-delay:calc(var(--i, 0) * .1s)}.industries-section .industries-experience-gallery .gallery-main .gallery-panels .industry-panel .panel-content .panel-details .industry-specialties .specialty-item:nth-child(1){--i: 1}.industries-section .industries-experience-gallery .gallery-main .gallery-panels .industry-panel .panel-content .panel-details .industry-specialties .specialty-item:nth-child(2){--i: 2}.industries-section .industries-experience-gallery .gallery-main .gallery-panels .industry-panel .panel-content .panel-details .industry-specialties .specialty-item:nth-child(3){--i: 3}.industries-section .industries-experience-gallery .gallery-main .gallery-panels .industry-panel .panel-content .panel-details .industry-specialties .specialty-item .specialty-indicator{width:6px;height:6px;border-radius:50%;background-color:var(--industry-color);margin-right:12px;flex-shrink:0}.industries-section .industries-experience-gallery .gallery-main .gallery-panels .industry-panel .panel-content .panel-details .industry-specialties .specialty-item span{color:var(--color-dark)}@media (max-width: 1200px){.industries-section .industries-experience-gallery .gallery-main .gallery-panels .industry-panel .panel-content .panel-details .industry-specialties .specialty-item{font-size:.85rem}}.industries-section .industries-experience-gallery .gallery-main .gallery-navigation{display:flex;justify-content:center;margin-top:50px}.industries-section .industries-experience-gallery .gallery-main .gallery-navigation .navigation-indicators{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;max-width:100%;padding:0 20px}.industries-section .industries-experience-gallery .gallery-main .gallery-navigation .navigation-indicators .nav-indicator{position:relative;width:10px;height:10px;border-radius:50%;background-color:#e1e5e9;border:none;padding:0;cursor:pointer;transition:all .3s ease}.industries-section .industries-experience-gallery .gallery-main .gallery-navigation .navigation-indicators .nav-indicator:hover{background-color:rgba(var(--indicator-color),.5)}.industries-section .industries-experience-gallery .gallery-main .gallery-navigation .navigation-indicators .nav-indicator:hover .indicator-label{opacity:1;transform:translateY(0)}.industries-section .industries-experience-gallery .gallery-main .gallery-navigation .navigation-indicators .nav-indicator.active{background-color:var(--indicator-color)}.industries-section .industries-experience-gallery .gallery-main .gallery-navigation .navigation-indicators .nav-indicator.active:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:20px;height:20px;background-color:transparent;border:1px solid var(--indicator-color);border-radius:50%;opacity:.5}.industries-section .industries-experience-gallery .gallery-main .gallery-navigation .navigation-indicators .nav-indicator.active .indicator-progress{animation:indicatorProgress 6s linear forwards;animation-play-state:running}.industries-section .industries-experience-gallery .gallery-main .gallery-navigation .navigation-indicators .nav-indicator.active .indicator-label{opacity:1;transform:translateY(0)}.industries-section .industries-experience-gallery .gallery-main .gallery-navigation .navigation-indicators .nav-indicator .indicator-progress{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;background-color:var(--indicator-color);transform:scaleX(0);transform-origin:left;mix-blend-mode:multiply;animation-play-state:paused}.industries-section .industries-experience-gallery .gallery-main .gallery-navigation .navigation-indicators .nav-indicator .indicator-label{position:absolute;bottom:calc(100% + 12px);left:50%;transform:translate(-50%,10px);white-space:nowrap;font-size:.75rem;font-weight:600;color:var(--indicator-color);opacity:0;transition:all .3s ease;pointer-events:none;z-index:10}.industries-section .industries-mobile{display:none}@media (max-width: 768px){.industries-section .industries-mobile{display:block;margin-bottom:60px;padding:0 15px}}.industries-section .industries-mobile .mobile-showcase{position:relative;border-radius:8px;overflow:hidden;box-shadow:0 15px 35px #0000001f}.industries-section .industries-mobile .mobile-showcase .mobile-panel{display:none;background-color:#fff}.industries-section .industries-mobile .mobile-showcase .mobile-panel.active{display:block;animation:fadeIn .5s ease forwards;will-change:opacity}.industries-section .industries-mobile .mobile-showcase .mobile-panel .mobile-panel-header{display:flex;align-items:center;padding:15px;background-color:var(--industry-color)}.industries-section .industries-mobile .mobile-showcase .mobile-panel .mobile-panel-header .mobile-symbol{width:40px;height:40px;border-radius:50%;background-color:#fff3;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;margin-right:15px;flex-shrink:0}.industries-section .industries-mobile .mobile-showcase .mobile-panel .mobile-panel-header .mobile-title{flex:1}.industries-section .industries-mobile .mobile-showcase .mobile-panel .mobile-panel-header .mobile-title h3{color:#fff;margin:0 0 5px;font-size:1.4rem;font-weight:600}.industries-section .industries-mobile .mobile-showcase .mobile-panel .mobile-panel-header .mobile-title .expertise-indicator{display:flex;align-items:center;gap:10px}.industries-section .industries-mobile .mobile-showcase .mobile-panel .mobile-panel-header .mobile-title .expertise-indicator .expertise-bar{flex:1;height:3px;background-color:#fff3;border-radius:3px;overflow:hidden}.industries-section .industries-mobile .mobile-showcase .mobile-panel .mobile-panel-header .mobile-title .expertise-indicator .expertise-bar .expertise-progress{height:100%;background-color:#fff;border-radius:3px;animation:lineExpand 1.5s cubic-bezier(.25,.46,.45,.94) forwards}.industries-section .industries-mobile .mobile-showcase .mobile-panel .mobile-panel-header .mobile-title .expertise-indicator .expertise-percentage{font-size:.8rem;font-weight:600;color:#fff}.industries-section .industries-mobile .mobile-showcase .mobile-panel .mobile-image{height:220px;overflow:hidden;position:relative}.industries-section .industries-mobile .mobile-showcase .mobile-panel .mobile-image img{width:100%;height:100%;object-fit:cover}.industries-section .industries-mobile .mobile-showcase .mobile-panel .mobile-image:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:50%;background:linear-gradient(to bottom,#0000,#0006);pointer-events:none}.industries-section .industries-mobile .mobile-showcase .mobile-panel .mobile-content{padding:25px 20px}.industries-section .industries-mobile .mobile-showcase .mobile-panel .mobile-content p{font-size:.95rem;line-height:1.6;color:rgba(var(--color-dark),.75);margin-bottom:25px}.industries-section .industries-mobile .mobile-showcase .mobile-panel .mobile-content .mobile-specialties{display:flex;flex-direction:column;gap:14px}.industries-section .industries-mobile .mobile-showcase .mobile-panel .mobile-content .mobile-specialties .mobile-specialty{display:flex;align-items:center;font-size:.9rem;font-weight:500;color:var(--color-dark)}.industries-section .industries-mobile .mobile-showcase .mobile-panel .mobile-content .mobile-specialties .mobile-specialty .specialty-marker{width:6px;height:6px;border-radius:50%;background-color:var(--industry-color);margin-right:12px;display:inline-block;flex-shrink:0}.industries-section .industries-mobile .mobile-navigation{display:flex;justify-content:center;gap:12px;margin-top:25px}.industries-section .industries-mobile .mobile-navigation .mobile-nav-dot{width:10px;height:10px;border-radius:50%;background-color:#e1e5e9;border:none;padding:0;transition:all .3s ease;cursor:pointer}.industries-section .industries-mobile .mobile-navigation .mobile-nav-dot.active{background-color:var(--dot-color);transform:scale(1.3)}.industries-section .industries-decorations{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.industries-section .industries-decorations .deco-element{position:absolute;background-color:rgba(var(--color-primary),.05);border-radius:50%;will-change:transform;backface-visibility:hidden}.industries-section .industries-decorations .deco-element.elem-1{top:15%;right:10%;width:300px;height:300px;background:linear-gradient(135deg,rgba(var(--color-primary),.02),rgba(var(--color-primary),.05));animation:subtleFloat 20s infinite ease-in-out;filter:blur(50px);transform:translateZ(0)}.industries-section .industries-decorations .deco-element.elem-2{bottom:20%;left:5%;width:250px;height:250px;background:linear-gradient(135deg,rgba(var(--color-secondary),.03),rgba(var(--color-secondary),.05));animation:subtleFloat 18s infinite ease-in-out reverse;filter:blur(40px);transform:translateZ(0)}.industries-section .industries-decorations .deco-element.elem-3{top:30%;left:15%;width:80px;height:80px;background-color:rgba(var(--color-primary),.08);animation:subtleRotate 40s infinite linear;filter:blur(20px)}.industries-section .industries-decorations .grid-pattern{position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(rgba(0,0,0,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.02) 1px,transparent 1px);background-size:30px 30px;opacity:.3}.industry-panel,.panel-image-wrapper img,.panel-symbol,.expertise-fill,.specialty-item,.nav-indicator,.mobile-panel{transform:translateZ(0);backface-visibility:hidden;perspective:1000px}.industry-panel,.panel-content,.panel-image-wrapper img,.panel-symbol,.expertise-fill,.specialty-item,.nav-indicator{transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1)}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{transform:scale(1);opacity:.7}50%{transform:scale(1.05);opacity:1}to{transform:scale(1);opacity:.7}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}.contact-section{position:relative;padding:100px 0;overflow:hidden;background-color:#f5f8ff}.contact-section .contact-pattern-bg{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.4;background:radial-gradient(circle at 20% 20%,rgba(var(--color-secondary),.03) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(var(--color-primary),.03) 0%,transparent 50%)}.contact-section .contact-container{max-width:1400px;margin:0 auto;padding:0 30px;position:relative;z-index:2}.contact-section .contact-content{opacity:0;transition:opacity .8s ease}.contact-section .contact-content.in-view{opacity:1}.contact-section .contact-content.in-view .contact-header .section-tag{animation:fadeSlideUp .8s ease forwards}.contact-section .contact-content.in-view .contact-header .section-title{animation:fadeSlideUp .8s ease .2s forwards;opacity:0;transform:translateY(30px)}.contact-section .contact-content.in-view .contact-header .section-subtitle{animation:fadeSlideUp .8s ease .4s forwards;opacity:0;transform:translateY(30px)}.contact-section .contact-content.in-view .contact-grid{animation:fadeSlideUp .8s ease .6s forwards;opacity:0;transform:translateY(30px)}.contact-section .contact-header{text-align:center;margin-bottom:60px}.contact-section .contact-header .section-tag{display:inline-block;padding:8px 20px;background:linear-gradient(135deg,rgba(var(--color-primary),.1),rgba(var(--color-secondary),.1));border-radius:50px;font-size:.9rem;font-weight:600;color:var(--color-primary);margin-bottom:20px;text-transform:uppercase;letter-spacing:1px}.contact-section .contact-header .section-title{font-size:2.8rem;line-height:1.2;max-width:700px;margin:0 auto 20px;color:var(--color-dark)}.contact-section .contact-header .section-title .highlight{color:var(--color-primary);position:relative}.contact-section .contact-header .section-title .highlight:after{content:"";position:absolute;bottom:5px;left:0;width:100%;height:8px;background-color:rgba(var(--color-primary),.2);z-index:-1;border-radius:4px}@media (max-width: 768px){.contact-section .contact-header .section-title{font-size:2.2rem}}.contact-section .contact-header .section-subtitle{font-size:1.1rem;max-width:600px;margin:0 auto;color:rgba(var(--color-dark),.7)}.contact-section .contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px}@media (max-width: 992px){.contact-section .contact-grid{grid-template-columns:1fr}}.contact-section .contact-grid .contact-form-wrapper{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 20px 50px #00000014;transform:translateY(0);transition:all .4s ease}.contact-section .contact-grid .contact-form-wrapper:hover{transform:translateY(-5px);box-shadow:0 30px 60px #0000001a}.contact-section .contact-grid .contact-form-wrapper .form-status{margin-top:1rem;padding:1rem;border-radius:8px;text-align:center}.contact-section .contact-grid .contact-form-wrapper .form-status.success{background:#00c2881a;color:#00c288}.contact-section .contact-grid .contact-form-wrapper .form-status.error{background:#ff3a5e1a;color:#ff3a5e}.contact-section .contact-grid .contact-form-wrapper .form-header{padding:30px;background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark, #CC5200));position:relative;overflow:hidden}.contact-section .contact-grid .contact-form-wrapper .form-header:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);opacity:.6}.contact-section .contact-grid .contact-form-wrapper .form-header h3{color:#fff;margin:0;font-size:1.8rem;position:relative}.contact-section .contact-grid .contact-form-wrapper .contact-form{padding:30px}.contact-section .contact-grid .contact-form-wrapper .contact-form .loading{opacity:.8;cursor:not-allowed}.contact-section .contact-grid .contact-form-wrapper .contact-form .loading:after{content:"";position:absolute;width:20px;height:20px;top:50%;left:50%;margin:-10px 0 0 -10px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:button-loading-spinner .8s linear infinite}@keyframes button-loading-spinner{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.contact-section .contact-grid .contact-form-wrapper .contact-form .form-group{margin-bottom:20px;position:relative}.contact-section .contact-grid .contact-form-wrapper .contact-form .form-group label{position:absolute;left:20px;top:16px;color:rgba(var(--color-dark),.5);font-size:1rem;pointer-events:none;transition:all .3s ease;background:transparent;padding:0 5px;font-weight:400}.contact-section .contact-grid .contact-form-wrapper .contact-form .form-group input,.contact-section .contact-grid .contact-form-wrapper .contact-form .form-group textarea{width:100%;padding:15px 20px;border:1px solid rgba(var(--color-dark),.1);border-radius:10px;font-family:var(--font-primary);font-size:1rem;background-color:#fafafa;transition:all .3s ease;box-shadow:0 4px 10px #00000005}.contact-section .contact-grid .contact-form-wrapper .contact-form .form-group input:focus,.contact-section .contact-grid .contact-form-wrapper .contact-form .form-group textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 5px 15px rgba(var(--color-primary),.15);background-color:#fff;transform:translateY(-2px)}.contact-section .contact-grid .contact-form-wrapper .contact-form .form-group input::placeholder,.contact-section .contact-grid .contact-form-wrapper .contact-form .form-group textarea::placeholder{color:transparent}.contact-section .contact-grid .contact-form-wrapper .contact-form .form-group input:hover,.contact-section .contact-grid .contact-form-wrapper .contact-form .form-group textarea:hover{border-color:rgba(var(--color-primary),.3);background-color:#ffffffe6}.contact-section .contact-grid .contact-form-wrapper .contact-form .form-group input:focus~label,.contact-section .contact-grid .contact-form-wrapper .contact-form .form-group input:not(:placeholder-shown)~label,.contact-section .contact-grid .contact-form-wrapper .contact-form .form-group textarea:focus~label,.contact-section .contact-grid .contact-form-wrapper .contact-form .form-group textarea:not(:placeholder-shown)~label{top:-10px;left:15px;font-size:.85rem;color:var(--color-primary);font-weight:600;background-color:#fff;padding:0 5px;z-index:5}.contact-section .contact-grid .contact-form-wrapper .contact-form .form-group input:focus~label:after,.contact-section .contact-grid .contact-form-wrapper .contact-form .form-group input:not(:placeholder-shown)~label:after,.contact-section .contact-grid .contact-form-wrapper .contact-form .form-group textarea:focus~label:after,.contact-section .contact-grid .contact-form-wrapper .contact-form .form-group textarea:not(:placeholder-shown)~label:after{content:"";position:absolute;bottom:5px;left:0;width:100%;height:4px;background-color:rgba(var(--color-primary),.1);z-index:-1;border-radius:2px}.contact-section .contact-grid .contact-form-wrapper .contact-form .form-group textarea{resize:vertical;min-height:120px;line-height:1.5}.contact-section .contact-grid .contact-form-wrapper .contact-form .form-group textarea:focus{min-height:150px}.contact-section .contact-grid .contact-form-wrapper .contact-form .form-group:after{content:"";position:absolute;bottom:0;left:20px;width:0;height:2px;background:linear-gradient(90deg,var(--color-primary),var(--color-primary-dark, #CC5200));transition:width .3s ease;border-radius:2px;z-index:2;opacity:0;transform:translateY(-8px)}.contact-section .contact-grid .contact-form-wrapper .contact-form .form-group:focus-within:after{width:calc(100% - 40px);opacity:1}.contact-section .contact-grid .contact-form-wrapper .contact-form .textarea-group label{top:16px}.contact-section .contact-grid .contact-form-wrapper .contact-form .textarea-group textarea:focus~label,.contact-section .contact-grid .contact-form-wrapper .contact-form .textarea-group textarea:not(:placeholder-shown)~label{top:-10px;background-color:#fff}.contact-section .contact-grid .contact-form-wrapper .contact-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media (max-width: 576px){.contact-section .contact-grid .contact-form-wrapper .contact-form .form-row{grid-template-columns:1fr}}.contact-section .contact-grid .contact-form-wrapper .contact-form .btn-primary{display:inline-flex;align-items:center;gap:10px;padding:15px 30px;font-weight:600;font-size:1rem}.contact-section .contact-grid .contact-form-wrapper .contact-form .btn-primary svg{width:20px;height:20px;transition:transform .3s ease}.contact-section .contact-grid .contact-form-wrapper .contact-form .btn-primary:hover svg{transform:translate(5px)}.contact-section .contact-grid .contact-form-wrapper .contact-form .btn-submit{display:inline-flex;align-items:center;gap:10px;padding:15px 30px;background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark, #CC5200));color:#fff;border:none;border-radius:50px;font-family:var(--font-primary);font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 20px rgba(var(--color-primary),.2)}.contact-section .contact-grid .contact-form-wrapper .contact-form .btn-submit:hover{transform:translateY(-3px);box-shadow:0 15px 30px rgba(var(--color-primary),.3)}.contact-section .contact-grid .contact-form-wrapper .contact-form .btn-submit:hover svg{transform:translate(5px)}.contact-section .contact-grid .contact-form-wrapper .contact-form .btn-submit svg{width:20px;height:20px;transition:transform .3s ease}.contact-section .contact-grid .contact-info{display:flex;flex-direction:column;gap:20px}.contact-section .contact-grid .contact-info .info-card{background:#fff;border-radius:15px;padding:20px;display:flex;align-items:center;gap:20px;box-shadow:0 5px 15px #0000000d;transition:all .3s ease;position:relative;overflow:hidden;z-index:1}.contact-section .contact-grid .contact-info .info-card:before{content:"";position:absolute;left:0;top:0;width:5px;height:100%;background:linear-gradient(to bottom,var(--color-primary),var(--color-primary-dark, #CC5200));opacity:0;transition:all .3s ease}.contact-section .contact-grid .contact-info .info-card:hover{transform:translateY(-5px) translate(5px);box-shadow:0 10px 30px #0000001a}.contact-section .contact-grid .contact-info .info-card:hover:before{opacity:1}.contact-section .contact-grid .contact-info .info-card:hover .info-icon{transform:scale(1.1) rotate(5deg);box-shadow:0 8px 20px rgba(var(--color-primary),.2)}.contact-section .contact-grid .contact-info .info-card:hover .info-icon img{transform:scale(1.2)}.contact-section .contact-grid .contact-info .info-card .info-icon{display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:linear-gradient(135deg,rgba(var(--color-primary),.1),rgba(var(--color-secondary),.1));border-radius:12px;transition:all .3s ease;box-shadow:0 5px 15px rgba(var(--color-primary),.1)}.contact-section .contact-grid .contact-info .info-card .info-icon img{width:30px;height:30px;object-fit:contain;transition:all .3s ease}.contact-section .contact-grid .contact-info .info-card .info-content{flex:1}.contact-section .contact-grid .contact-info .info-card .info-content h4{margin:0 0 5px;font-size:1.2rem;color:var(--color-dark);font-weight:600}.contact-section .contact-grid .contact-info .info-card .info-content p{margin:0;color:rgba(var(--color-dark),.7);line-height:1.5;font-size:1rem}.contact-section .contact-grid .contact-info .info-card .info-content p:last-child{margin-top:3px}.contact-section .contact-grid .contact-info .book-call-btn{margin-top:20px;text-align:center;position:relative}.contact-section .contact-grid .contact-info .book-call-btn:before{content:"";position:absolute;top:50%;left:0;width:100%;height:1px;background:radial-gradient(circle,rgba(var(--color-primary),.2),transparent 80%);margin-top:-25px}.contact-section .contact-grid .contact-info .book-call-btn:after{position:absolute;top:-5px;left:50%;transform:translate(-50%);background-color:#fff;padding:0 15px;color:rgba(var(--color-dark),.5);font-size:.9rem;font-weight:600}.contact-section .contact-grid .contact-info .book-call-btn .btn-primary{width:100%;padding:15px 30px;display:inline-flex;align-items:center;justify-content:center;margin-top:15px}.contact-section .contact-grid .contact-info .book-call-btn .btn-primary:hover{transform:translateY(-5px)}.contact-section .contact-floating-elements{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none}.contact-section .contact-floating-elements .floating-element{position:absolute;border-radius:50%}.contact-section .contact-floating-elements .floating-element.fe-1{top:10%;right:5%;width:300px;height:300px;background:linear-gradient(135deg,rgba(var(--color-primary),.03),rgba(var(--color-secondary),.05));opacity:.8;filter:blur(60px);animation:float 15s ease-in-out infinite}.contact-section .contact-floating-elements .floating-element.fe-2{bottom:10%;left:5%;width:250px;height:250px;background:linear-gradient(135deg,rgba(var(--color-secondary),.05),rgba(var(--color-primary),.03));opacity:.6;filter:blur(50px);animation:float 20s ease-in-out infinite reverse}@media (max-width: 768px){.contact-section{padding:80px 0}.contact-section .contact-header{margin-bottom:40px}.contact-section .contact-header .section-tag{padding:6px 16px;font-size:.8rem}.contact-section .contact-header .section-title{font-size:2rem}.contact-section .contact-header .section-subtitle{font-size:1rem}}.testimonials-section{position:relative;padding:120px 0 100px;overflow:hidden;background-color:#f8f9fc}@media (max-width: 768px){.testimonials-section{padding:80px 0 70px}}.testimonials-section .floating-shapes{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}.testimonials-section .floating-shapes .shape{position:absolute;border-radius:50%;opacity:.4}.testimonials-section .floating-shapes .shape.shape-1{top:10%;left:5%;width:150px;height:150px;background:linear-gradient(45deg,var(--color-primary),transparent);animation:float 15s infinite ease-in-out}.testimonials-section .floating-shapes .shape.shape-2{top:60%;right:5%;width:200px;height:200px;background:linear-gradient(135deg,var(--color-secondary),transparent);animation:float 20s infinite ease-in-out reverse}.testimonials-section .floating-shapes .shape.shape-3{bottom:10%;left:20%;width:120px;height:120px;background:radial-gradient(circle,rgba(var(--color-primary),.8) 0%,transparent 70%);animation:float 18s infinite ease-in-out 2s}.testimonials-section .floating-shapes .shape.shape-4{top:30%;right:15%;width:100px;height:100px;background:radial-gradient(circle,rgba(var(--color-secondary),.8) 0%,transparent 70%);animation:float 12s infinite ease-in-out 1s}@keyframes float{0%{transform:translate(0) rotate(0)}25%{transform:translate(15px,15px) rotate(5deg)}50%{transform:translateY(30px) rotate(0)}75%{transform:translate(-15px,15px) rotate(-5deg)}to{transform:translate(0) rotate(0)}}.testimonials-section .container{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:0 20px}.testimonials-section .section-header{text-align:center;margin-bottom:60px}.testimonials-section .section-header .section-title-wrapper{max-width:700px;margin:0 auto}.testimonials-section .section-header .section-overline{display:inline-block;font-size:.9rem;font-weight:600;color:var(--color-primary);text-transform:uppercase;margin-bottom:15px;letter-spacing:2px;background:linear-gradient(90deg,var(--color-primary),var(--color-secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.testimonials-section .section-header .section-title{font-size:2.8rem;margin-bottom:20px;color:var(--color-dark);line-height:1.2}@media (max-width: 768px){.testimonials-section .section-header .section-title{font-size:2.2rem}}.testimonials-section .section-header .section-subtitle{font-size:1.1rem;color:rgba(var(--color-dark),.7);line-height:1.6}.testimonials-section .client-statistics{display:flex;justify-content:center;gap:60px;margin-bottom:70px;flex-wrap:wrap}@media (max-width: 768px){.testimonials-section .client-statistics{gap:30px}}.testimonials-section .client-statistics .stat-item{text-align:center;transition:transform .3s ease}.testimonials-section .client-statistics .stat-item:hover{transform:translateY(-10px)}.testimonials-section .client-statistics .stat-item .stat-value{font-size:3.5rem;font-weight:700;color:var(--color-dark);line-height:1;margin-bottom:10px}.testimonials-section .client-statistics .stat-item .stat-value span{font-size:2rem;color:var(--color-primary)}.testimonials-section .client-statistics .stat-item .stat-label{font-size:1rem;color:rgba(var(--color-dark),.7);font-weight:500}.testimonials-section .testimonial-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-bottom:70px;perspective:1000px}@media (max-width: 991px){.testimonials-section .testimonial-cards{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media (max-width: 768px){.testimonials-section .testimonial-cards{grid-template-columns:1fr;max-width:350px;margin-left:auto;margin-right:auto}}.testimonials-section .testimonial-cards .testimonial-card{height:400px;perspective:1000px;border-radius:20px;box-shadow:0 10px 30px #0000001a;transition:transform .5s ease;cursor:pointer}.testimonials-section .testimonial-cards .testimonial-card:hover{transform:translateY(-15px)}.testimonials-section .testimonial-cards .testimonial-card:hover .card-inner,.testimonials-section .testimonial-cards .testimonial-card.active .card-inner{transform:rotateY(180deg)}.testimonials-section .testimonial-cards .testimonial-card .card-inner{position:relative;width:100%;height:100%;text-align:center;transition:transform .8s;transform-style:preserve-3d;border-radius:20px;box-shadow:0 0 0 1px rgba(var(--card-color),.1)}.testimonials-section .testimonial-cards .testimonial-card .card-front,.testimonials-section .testimonial-cards .testimonial-card .card-back{position:absolute;width:100%;height:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px}.testimonials-section .testimonial-cards .testimonial-card .card-front{background-color:#fff}.testimonials-section .testimonial-cards .testimonial-card .card-front .profile-image{width:140px;height:140px;border-radius:50%;overflow:hidden;margin-bottom:20px;border:6px solid white;box-shadow:0 10px 30px #00000026;transition:all .3s ease}.testimonials-section .testimonial-cards .testimonial-card .card-front .profile-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.testimonials-section .testimonial-cards .testimonial-card .card-front .client-name{font-size:1.5rem;color:var(--color-dark);margin:0 0 5px;font-weight:600}.testimonials-section .testimonial-cards .testimonial-card .card-front .client-position{font-size:.9rem;color:var(--card-color);margin:0;font-weight:500}.testimonials-section .testimonial-cards .testimonial-card .card-back{background-color:#fff;transform:rotateY(180deg);justify-content:space-between}.testimonials-section .testimonial-cards .testimonial-card .card-back .quote-icon{color:var(--card-color);margin-bottom:15px}.testimonials-section .testimonial-cards .testimonial-card .card-back .quote-icon .material-icons{font-size:2rem}.testimonials-section .testimonial-cards .testimonial-card .card-back blockquote{margin:0 0 20px;padding:0;font-style:italic}.testimonials-section .testimonial-cards .testimonial-card .card-back blockquote p{font-size:.95rem;line-height:1.6;color:var(--color-dark);display:-webkit-box;-webkit-line-clamp:7;-webkit-box-orient:vertical;overflow:hidden}.testimonials-section .testimonial-cards .testimonial-card .card-back .testimonial-rating{display:flex;gap:4px}.testimonials-section .testimonial-cards .testimonial-card .card-back .testimonial-rating .star{color:#e0e0e0}.testimonials-section .testimonial-cards .testimonial-card .card-back .testimonial-rating .star.filled{color:gold}.testimonials-section .testimonial-cards .testimonial-card .card-back .testimonial-rating .star .material-icons{font-size:1.2rem}.testimonials-section .trust-banner{max-width:900px;margin:0 auto 70px;overflow:hidden;position:relative;padding:20px 0;background-color:#fff;border-radius:10px;box-shadow:0 8px 30px #0000000d}.testimonials-section .trust-banner .trust-banner-inner{display:flex;gap:40px;animation:scroll 25s linear infinite;white-space:nowrap;padding:10px 0}.testimonials-section .trust-banner .trust-banner-inner .trust-item{display:flex;align-items:center;gap:10px;color:var(--color-dark);font-weight:500}.testimonials-section .trust-banner .trust-banner-inner .trust-item .material-icons{color:var(--color-primary);font-size:1.2rem}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.testimonials-section .testimonial-cta{max-width:900px;margin:0 auto;text-align:center;background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));padding:60px 40px;border-radius:20px;box-shadow:0 20px 50px rgba(var(--color-primary),.2);color:#fff;overflow:hidden;position:relative}.testimonials-section .testimonial-cta:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,#fff3,#fff0 80%);transform:rotate(45deg);pointer-events:none}@media (max-width: 768px){.testimonials-section .testimonial-cta{padding:40px 20px}}.testimonials-section .testimonial-cta .cta-content{position:relative;z-index:1}.testimonials-section .testimonial-cta h3{font-size:2rem;margin-bottom:15px;font-weight:700}@media (max-width: 768px){.testimonials-section .testimonial-cta h3{font-size:1.5rem}}.testimonials-section .testimonial-cta p{font-size:1.1rem;opacity:.9;margin-bottom:30px;max-width:600px;margin-left:auto;margin-right:auto}.testimonials-section .testimonial-cta .cta-buttons{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.testimonials-section .testimonial-cta .cta-buttons .btn{min-width:180px;height:50px;display:inline-flex;align-items:center;justify-content:center;border-radius:50px;font-weight:600;font-size:1rem;transition:all .3s ease}.testimonials-section .testimonial-cta .cta-buttons .btn.btn-primary{background-color:#fff;color:var(--color-primary)}.testimonials-section .testimonial-cta .cta-buttons .btn.btn-primary:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000001a}.testimonials-section .testimonial-cta .cta-buttons .btn.btn-outline{background-color:transparent;color:#fff;border:2px solid white}.testimonials-section .testimonial-cta .cta-buttons .btn.btn-outline:hover{background-color:#ffffff1a;transform:translateY(-5px)}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}@keyframes gradientBg{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes pulseGlow{0%,to{box-shadow:0 0 20px rgba(var(--color-primary),.6)}50%{box-shadow:0 0 40px rgba(var(--color-primary),.9)}}@keyframes floatUpDown{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes pulseFade{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}}@keyframes progressLine{0%{height:0%}to{height:100%}}@keyframes dotPulse{0%,to{transform:scale(1);box-shadow:0 0 rgba(var(--color-primary),.7)}50%{transform:scale(1.1);box-shadow:0 0 0 10px rgba(var(--color-primary),0)}}.services-main{overflow-x:hidden}.services-main .container{max-width:1200px;margin:0 auto;padding:0 20px}.services-main .section-header{text-align:center;margin-bottom:60px}.services-main .section-header h2{font-size:2.5rem;margin-bottom:15px;color:var(--color-dark)}.services-main .section-header h2 .highlight{color:var(--color-primary);position:relative}.services-main .section-header h2 .highlight:after{content:"";position:absolute;bottom:5px;left:0;width:100%;height:8px;background-color:rgba(var(--color-primary),.2);z-index:-1;border-radius:4px}.services-main .section-header p{font-size:1.1rem;color:rgba(var(--color-dark),.7);max-width:600px;margin:0 auto}.services-hero{position:relative;background:linear-gradient(-45deg,var(--color-dark),#1a1a2e,#16213e,#0f3460);background-size:400% 400%;animation:gradientBg 15s ease infinite;color:#fff;padding:150px 0 220px;overflow:hidden}.services-hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-repeat:no-repeat;background-position:right center;background-size:50% auto;opacity:.07;z-index:1;animation:floatUpDown 8s ease-in-out infinite}.services-hero:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle,rgba(255,255,255,.15) 2px,transparent 2px),radial-gradient(circle,rgba(255,255,255,.1) 1px,transparent 1px);background-size:50px 50px,30px 30px;background-position:0 0,25px 25px;animation:float 15s linear infinite;opacity:.4;z-index:1}.services-hero .digital-patterns{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;overflow:hidden}.services-hero .digital-patterns .pattern-element{position:absolute;width:12px;height:12px;background-color:#fff3;border-radius:50%;animation:pulseFade 4s infinite}.services-hero .digital-patterns .pattern-element:before,.services-hero .digital-patterns .pattern-element:after{content:"";position:absolute;width:100%;height:1px;background-color:#ffffff1a}.services-hero .digital-patterns .pattern-element:before{top:50%;left:-100px;width:80px;transform:translateY(-50%)}.services-hero .digital-patterns .pattern-element:after{top:-40px;left:50%;height:60px;width:1px;transform:translate(-50%)}.services-hero .digital-patterns .pattern-element:nth-child(3n){background-color:rgba(var(--color-primary),.3);width:8px;height:8px}.services-hero .digital-patterns .pattern-element:nth-child(4n){background-color:rgba(var(--color-secondary),.3);width:15px;height:15px}.services-hero .digital-patterns .pattern-element:nth-child(5n){opacity:.5;animation-duration:6s}.services-hero .hero-content{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;align-items:center;position:relative;z-index:2}.services-hero .hero-content.centered{justify-content:center;text-align:center}.services-hero .hero-content.centered .hero-text{padding-right:0;max-width:800px}.services-hero .hero-content.centered .hero-text h1{font-size:4.5rem;letter-spacing:-1px;text-shadow:0 5px 15px rgba(0,0,0,.3);margin-bottom:30px}.services-hero .hero-content.centered .hero-text h1 .highlight{display:inline-block;position:relative;color:var(--color-primary)}.services-hero .hero-content.centered .hero-text h1 .highlight:after{content:"";position:absolute;bottom:5px;left:0;width:100%;height:12px;background:linear-gradient(90deg,rgba(var(--color-primary),.3),rgba(var(--color-primary),0));z-index:-1;border-radius:4px;transform:skew(-5deg)}@media (max-width: 767px){.services-hero .hero-content.centered .hero-text h1{font-size:3rem}}.services-hero .hero-content.centered .hero-text p{font-size:1.5rem;margin-bottom:50px;font-weight:300;line-height:1.6;max-width:85%;margin-left:auto;margin-right:auto;opacity:.9}@media (max-width: 767px){.services-hero .hero-content.centered .hero-text p{font-size:1.2rem;max-width:95%}}.services-hero .hero-content.centered .hero-text .hero-cta{display:flex;gap:20px;justify-content:center;margin-top:30px}.services-hero .hero-content.centered .hero-text .hero-cta .primary-btn,.services-hero .hero-content.centered .hero-text .hero-cta .outline-btn{padding:15px 30px;border-radius:50px;font-weight:600;font-size:1.1rem;text-decoration:none;transition:all .3s ease}.services-hero .hero-content.centered .hero-text .hero-cta .primary-btn{background:var(--color-primary);color:#fff;box-shadow:0 10px 20px rgba(var(--color-primary),.3)}.services-hero .hero-content.centered .hero-text .hero-cta .primary-btn:hover{background:#e65100;transform:translateY(-3px)}.services-hero .hero-content.centered .hero-text .hero-cta .outline-btn{border:2px solid white;color:#fff}.services-hero .hero-content.centered .hero-text .hero-cta .outline-btn:hover{background:#ffffff1a;transform:translateY(-3px)}@media (max-width: 576px){.services-hero .hero-content.centered .hero-text .hero-cta{flex-direction:column;gap:15px}}@media (max-width: 991px){.services-hero .hero-content{flex-direction:column;text-align:center}}.services-hero .hero-text{flex:1;padding-right:40px}@media (max-width: 991px){.services-hero .hero-text{padding-right:0;margin-bottom:40px}}.services-hero .hero-text h1{font-size:3.5rem;margin-bottom:20px;line-height:1.2;color:#fff}.services-hero .hero-text h1 .highlight{color:var(--color-primary);position:relative}.services-hero .hero-text h1 .highlight:after{content:"";position:absolute;bottom:5px;left:0;width:100%;height:10px;background-color:rgba(var(--color-primary),.3);z-index:-1;border-radius:4px}@media (max-width: 767px){.services-hero .hero-text h1{font-size:2.8rem}}.services-hero .hero-text p{font-size:1.2rem;opacity:.9;margin-bottom:30px}.services-hero .hero-wave{position:absolute;bottom:-1px;left:0;width:100%;line-height:0;z-index:2}.services-hero .hero-wave svg{display:block;width:100%;height:auto}.services-hero .hero-stats{display:flex;justify-content:center;gap:60px;margin-top:30px}.services-hero .hero-stats .stat-item{display:flex;flex-direction:column;align-items:center;position:relative;padding:15px 30px;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:15px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.services-hero .hero-stats .stat-item:hover{transform:translateY(-5px);background:#ffffff14;box-shadow:0 20px 40px #0003}.services-hero .hero-stats .stat-item .stat-number{font-size:2.5rem;font-weight:700;background:linear-gradient(90deg,var(--color-primary),var(--color-secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:1;margin-bottom:8px}.services-hero .hero-stats .stat-item .stat-label{color:#fffc;font-size:.9rem;font-weight:500;text-transform:uppercase;letter-spacing:1px}@media (max-width: 767px){.services-hero .hero-stats .stat-item{padding:10px 20px}.services-hero .hero-stats .stat-item .stat-number{font-size:2rem}.services-hero .hero-stats .stat-item .stat-label{font-size:.8rem}}@media (max-width: 576px){.services-hero .hero-stats .stat-item{padding:8px 15px}}@media (max-width: 576px){.services-hero .hero-stats{gap:20px}}.services-showcase{padding:120px 0;background-color:#f9f9ff;position:relative;overflow:hidden}.services-showcase .showcase-bg-element{position:absolute;top:0;right:0;width:70%;height:100%;background:linear-gradient(135deg,rgba(var(--color-primary),.03),rgba(var(--color-secondary),.05));clip-path:polygon(20% 0,100% 0,100% 100%,0% 100%);z-index:0}.services-showcase .container{position:relative;z-index:2}.services-showcase .section-header h2{font-size:3rem;margin-bottom:20px}.services-showcase .section-header h2 .highlight:after{height:12px;border-radius:6px;transform:skew(-5deg)}.services-showcase .section-header p{font-size:1.2rem;line-height:1.6}.services-showcase .services-carousel{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:30px;padding:30px 0;scrollbar-width:none;-ms-overflow-style:none}.services-showcase .services-carousel::-webkit-scrollbar{display:none}@media (max-width: 991px){.services-showcase .services-carousel{padding-bottom:60px}}.services-showcase .service-card{min-width:350px;height:500px;perspective:1500px;scroll-snap-align:center;position:relative}@media (max-width: 767px){.services-showcase .service-card{min-width:300px;height:450px}}.services-showcase .service-card.animated .service-inner{animation:scaleIn .6s cubic-bezier(.16,1,.3,1) forwards}.services-showcase .service-card.animated .service-number{animation:fadeUp .6s cubic-bezier(.16,1,.3,1) .3s forwards}.services-showcase .service-card.marketing .service-inner{background:linear-gradient(145deg,#fff,#fff5f0)}.services-showcase .service-card.marketing .service-inner:before{background:linear-gradient(to right,var(--color-primary),#FF8A65)}.services-showcase .service-card.tech .service-inner{background:linear-gradient(145deg,#fff,#f0f7ff)}.services-showcase .service-card.tech .service-inner:before{background:linear-gradient(to right,#1d7ec2,#64b5f6)}.services-showcase .service-card.support .service-inner{background:linear-gradient(145deg,#fff,#f5f0ff)}.services-showcase .service-card.support .service-inner:before{background:linear-gradient(to right,#8a4fff,#b388ff)}.services-showcase .service-card .service-inner{width:100%;height:100%;position:relative;transform-style:preserve-3d;transition:all .6s cubic-bezier(.23,1,.32,1);opacity:0;transform:scale(.95) translateY(10px);border-radius:20px;box-shadow:0 15px 35px #0000001a;overflow:hidden}.services-showcase .service-card .service-inner:before{content:"";position:absolute;top:0;left:0;width:100%;height:5px;z-index:1}.services-showcase .service-card .service-inner:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at top right,rgba(255,255,255,.8),transparent 300px);opacity:.7;z-index:0}.services-showcase .service-card:hover .service-inner{transform:scale(1.03) translateY(-10px) rotateY(10deg);box-shadow:0 20px 40px #0000001a,0 15px 20px rgba(var(--color-primary-rgb),.2),-10px 10px 20px #0000000a}.services-showcase .service-card .service-front,.services-showcase .service-card .service-back{position:absolute;width:100%;height:100%;backface-visibility:hidden;border-radius:20px;padding:40px 30px;display:flex;flex-direction:column}.services-showcase .service-card .service-front{overflow:hidden;z-index:2;background:transparent}.services-showcase .service-card .service-front .service-icon{width:90px;height:90px;display:flex;align-items:center;justify-content:center;background:rgba(var(--color-primary-rgb),.07);border-radius:18px;margin-bottom:25px;transition:all .5s cubic-bezier(.23,1,.32,1);position:relative;overflow:hidden}.services-showcase .service-card .service-front .service-icon:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(var(--color-primary-rgb),.1),rgba(var(--color-secondary-rgb),.1));opacity:0;transition:opacity .4s ease}.services-showcase .service-card .service-front .service-icon:after{content:"";position:absolute;top:-60%;left:-100%;width:300%;height:200%;background:linear-gradient(60deg,#fff0 20%,#fff3,#fff0 60%);transform:rotate(30deg);opacity:0;transition:all .6s cubic-bezier(.23,1,.32,1)}.services-showcase .service-card .service-front .service-icon img{width:45px;height:45px;position:relative;z-index:1;transition:all .4s ease}.services-showcase .service-card .service-front h3{font-size:1.8rem;margin-bottom:15px;color:var(--color-dark);position:relative;display:inline-block;transition:all .4s ease}.services-showcase .service-card .service-front h3:after{content:"";position:absolute;bottom:-5px;left:0;width:40px;height:3px;background:var(--color-primary);transition:width .4s ease}.services-showcase .service-card .service-front .service-bullet-points{list-style:none;padding:0;margin:0 0 20px;position:relative;z-index:2;transition:all .4s ease;text-align:left}.services-showcase .service-card .service-front .service-bullet-points li{position:relative;padding-left:20px;margin-bottom:10px;color:rgba(var(--color-dark-rgb),.8);font-size:.95rem;line-height:1.4}.services-showcase .service-card .service-front .service-bullet-points li:before{content:"";position:absolute;left:0;top:8px;width:6px;height:6px;border-radius:50%;background-color:var(--color-primary)}.services-showcase .service-card .service-front .service-bullet-points li:last-child{margin-bottom:0}.services-showcase .service-card .service-front p{color:rgba(var(--color-dark-rgb),.7);line-height:1.6;position:relative;z-index:2;transition:all .4s ease}.services-showcase .service-card .service-front .card-overlay{position:absolute;bottom:0;left:0;width:100%;height:55%;background:linear-gradient(to top,#fffffffa 30%,#fffc 70%,#fff0);z-index:1;pointer-events:none;transition:all .4s ease}.services-showcase .service-card .service-front .card-hover-button{position:absolute;bottom:30px;left:50%;transform:translate(-50%) translateY(20px);background:var(--color-primary);color:#fff;border:none;border-radius:30px;padding:12px 25px;font-size:.95rem;font-weight:600;text-decoration:none;display:flex;align-items:center;gap:8px;opacity:0;transition:all .4s cubic-bezier(.23,1,.32,1);z-index:5;box-shadow:0 5px 15px rgba(var(--color-primary-rgb),.3)}.services-showcase .service-card .service-front .card-hover-button svg{transition:transform .3s ease}.services-showcase .service-card .service-front .card-hover-button:hover{box-shadow:0 8px 20px rgba(var(--color-primary-rgb),.4);transform:translate(-50%) translateY(0) scale(1.05)}.services-showcase .service-card .service-front .card-hover-button:hover svg{transform:translate(4px)}.services-showcase .service-card .service-back{background:linear-gradient(135deg,var(--color-dark),#121212);color:#fff;transform:rotateY(180deg);display:flex;flex-direction:column;justify-content:space-between;z-index:1}.services-showcase .service-card .service-back:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 30% 90%,rgba(var(--color-primary-rgb),.15) 0%,transparent 25%),radial-gradient(circle at 70% 10%,rgba(var(--color-secondary-rgb),.1) 0%,transparent 20%);border-radius:20px;opacity:.6;z-index:0}.services-showcase .service-card .service-back h3{font-size:1.8rem;margin-bottom:20px;color:#fff;position:relative;padding-bottom:15px}.services-showcase .service-card .service-back h3:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background:var(--color-primary)}.services-showcase .service-card .service-back .service-features{list-style:none;padding:0;margin:0 0 25px;flex-grow:1;position:relative;z-index:1}.services-showcase .service-card .service-back .service-features li{display:flex;align-items:center;margin-bottom:15px;color:#ffffffe6}.services-showcase .service-card .service-back .service-features li .check-icon{color:var(--color-primary);margin-right:12px;stroke:var(--color-primary);min-width:16px;stroke-width:3}.services-showcase .service-card .service-back .service-link{display:inline-flex;align-items:center;color:#fff;font-weight:600;text-decoration:none;transition:all .3s ease;background:var(--color-primary);padding:12px 25px;border-radius:30px;align-self:flex-start;position:relative;z-index:1;overflow:hidden}.services-showcase .service-card .service-back .service-link:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transform:translate(-100%);transition:transform .6s ease}.services-showcase .service-card .service-back .service-link svg{margin-left:8px;transition:transform .3s ease}.services-showcase .service-card .service-back .service-link:hover{background:#e65100;transform:translateY(-3px);box-shadow:0 5px 15px rgba(var(--color-primary-rgb),.4)}.services-showcase .service-card .service-back .service-link:hover:before{transform:translate(100%)}.services-showcase .service-card .service-back .service-link:hover svg{transform:translate(5px)}.services-showcase .service-card:hover .service-front .service-icon{transform:translateY(-5px);box-shadow:0 10px 20px rgba(var(--color-primary-rgb),.15)}.services-showcase .service-card:hover .service-front .service-icon:before{opacity:1}.services-showcase .service-card:hover .service-front .service-icon:after{opacity:1;transform:translate(100%) rotate(30deg)}.services-showcase .service-card:hover .service-front .service-icon img{transform:scale(1.1)}.services-showcase .service-card:hover .service-front h3{transform:translateY(-5px)}.services-showcase .service-card:hover .service-front h3:after{width:70px}.services-showcase .service-card:hover .service-front .service-bullet-points{transform:translateY(-3px)}.services-showcase .service-card:hover .service-front .card-overlay{height:50%}.services-showcase .service-card:hover .service-front .card-hover-button{opacity:1;transform:translate(-50%) translateY(0)}.services-showcase .service-card .service-number{position:absolute;top:-35px;right:15px;font-size:6rem;font-weight:800;background:linear-gradient(135deg,rgba(var(--color-primary-rgb),.15),rgba(var(--color-secondary-rgb),.15));-webkit-background-clip:text;-webkit-text-fill-color:transparent;z-index:10;line-height:1;opacity:0;transform:translateY(20px);text-shadow:0 5px 10px rgba(var(--color-dark-rgb),.1)}.services-showcase .services-nav{margin-top:40px;display:flex;justify-content:center}.services-showcase .services-nav .nav-dots{display:flex;gap:15px;flex-wrap:wrap;justify-content:center}.services-showcase .services-nav .nav-dots .nav-dot{width:auto;height:auto;border-radius:30px;background:#fff;border:none;cursor:pointer;transition:all .3s ease;position:relative;display:flex;align-items:center;padding:8px 15px;box-shadow:0 5px 15px #0000000d}.services-showcase .services-nav .nav-dots .nav-dot.marketing{border-left:3px solid var(--color-primary)}.services-showcase .services-nav .nav-dots .nav-dot.tech{border-left:3px solid #1D7EC2}.services-showcase .services-nav .nav-dots .nav-dot.support{border-left:3px solid #8A4FFF}.services-showcase .services-nav .nav-dots .nav-dot .dot-icon{width:20px;height:20px;margin-right:8px}.services-showcase .services-nav .nav-dots .nav-dot .dot-icon img{width:100%;height:100%;object-fit:contain}.services-showcase .services-nav .nav-dots .nav-dot:hover,.services-showcase .services-nav .nav-dots .nav-dot:focus{transform:translateY(-3px);box-shadow:0 8px 20px #0000001a}.services-showcase .services-nav .nav-dots .nav-dot:hover .dot-label,.services-showcase .services-nav .nav-dots .nav-dot:focus .dot-label{opacity:1}.services-showcase .services-nav .nav-dots .nav-dot .dot-label{font-size:.9rem;font-weight:500;color:var(--color-dark)}.services-process{padding:120px 0;background-color:#fff;position:relative;overflow:hidden}.services-process .process-bg{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 30% 40%,rgba(var(--color-primary),.03) 0%,transparent 60%),radial-gradient(circle at 70% 60%,rgba(var(--color-secondary),.03) 0%,transparent 60%);opacity:.8;z-index:0}.services-process .process-bg:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(rgba(var(--color-dark),.03) 1px,transparent 1px),linear-gradient(90deg,rgba(var(--color-dark),.03) 1px,transparent 1px);background-size:40px 40px;z-index:-1}.services-process .container{position:relative;z-index:1}.services-process .section-header{margin-bottom:80px}.services-process .section-header h2 .highlight:after{height:12px;transform:skew(-5deg)}.services-process .process-timeline{position:relative;margin:0 auto;max-width:1000px;padding:40px 0}.services-process .process-timeline .timeline-track{position:absolute;top:0;left:50%;width:4px;height:100%;transform:translate(-50%)}.services-process .process-timeline .timeline-track .track-line{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(var(--color-dark),.1);border-radius:2px}.services-process .process-timeline .timeline-track .track-progress{position:absolute;top:0;left:0;width:100%;height:0%;background:linear-gradient(var(--color-primary),var(--color-secondary));border-radius:2px;animation:progressLine 3s ease-out forwards;animation-delay:.5s;z-index:1}@media (max-width: 767px){.services-process .process-timeline .timeline-track{left:30px}}.services-process .process-steps{position:relative}.services-process .process-steps .process-step{display:flex;margin-bottom:100px;position:relative;opacity:0;animation:fadeSlideIn .6s ease-out forwards}.services-process .process-steps .process-step:last-child{margin-bottom:0}.services-process .process-steps .process-step:nth-child(1){animation-delay:.2s}.services-process .process-steps .process-step:nth-child(2){animation-delay:.4s}.services-process .process-steps .process-step:nth-child(3){animation-delay:.6s}.services-process .process-steps .process-step:nth-child(4){animation-delay:.8s}.services-process .process-steps .process-step:nth-child(odd){flex-direction:row-reverse}.services-process .process-steps .process-step:nth-child(odd) .step-content{padding-right:0;padding-left:60px;text-align:left}@media (max-width: 767px){.services-process .process-steps .process-step:nth-child(odd) .step-content{padding-left:20px}}.services-process .process-steps .process-step:nth-child(odd) .step-connector{left:auto;right:48%}.services-process .process-steps .process-step:nth-child(odd) .step-connector .connector-line{left:auto;right:15px}@media (max-width: 767px){.services-process .process-steps .process-step:nth-child(odd) .step-connector .connector-line{left:-25px;right:auto}}@media (max-width: 767px){.services-process .process-steps .process-step:nth-child(odd) .step-connector{left:30px;right:auto}}@media (max-width: 767px){.services-process .process-steps .process-step:nth-child(odd){flex-direction:row}}.services-process .process-steps .process-step .step-connector{position:absolute;top:20px;left:50%;transform:translate(-50%);z-index:2}.services-process .process-steps .process-step .step-connector .connector-dot{width:20px;height:20px;background-color:var(--color-primary);border-radius:50%;position:relative;z-index:2;animation:dotPulse 2s infinite}.services-process .process-steps .process-step .step-connector .connector-dot:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;background-color:#fff;border-radius:50%}.services-process .process-steps .process-step .step-connector .connector-line{position:absolute;top:50%;left:15px;width:60px;height:2px;background:linear-gradient(to right,var(--color-primary),rgba(var(--color-primary),.2));transform:translateY(-50%)}@media (max-width: 767px){.services-process .process-steps .process-step .step-connector .connector-line{width:30px}}@media (max-width: 767px){.services-process .process-steps .process-step .step-connector{left:30px}}.services-process .process-steps .process-step .step-content{width:50%;padding-right:60px;position:relative;display:flex;gap:20px}@media (max-width: 767px){.services-process .process-steps .process-step .step-content{width:calc(100% - 60px);margin-left:60px;padding-right:0}}.services-process .process-steps .process-step .step-content .step-icon{flex:0 0 60px;width:60px;height:60px;background:linear-gradient(135deg,rgba(var(--color-primary),.1),rgba(var(--color-primary),.05));border-radius:15px;display:flex;align-items:center;justify-content:center;margin-top:5px}.services-process .process-steps .process-step .step-content .step-icon svg{stroke:var(--color-primary);width:28px;height:28px}.services-process .process-steps .process-step .step-content .step-details{flex:1}.services-process .process-steps .process-step .step-content .step-details .step-number{font-size:2rem;font-weight:800;line-height:1;margin-bottom:8px;color:var(--color-primary);font-family:var(--font-secondary);background:linear-gradient(90deg,var(--color-primary),var(--color-secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.services-process .process-steps .process-step .step-content .step-details h3{font-size:1.8rem;margin-bottom:15px;color:var(--color-dark);position:relative;display:inline-block;font-weight:700}.services-process .process-steps .process-step .step-content .step-details h3:after{content:"";position:absolute;bottom:-5px;left:0;width:40px;height:3px;background:var(--color-primary)}.services-process .process-steps .process-step .step-content .step-details p{color:rgba(var(--color-dark),.7);line-height:1.7;margin-bottom:20px;font-size:1.05rem}.services-process .process-steps .process-step .step-content .step-details .step-deliverables{display:flex;flex-wrap:wrap;gap:12px;list-style:none;padding:0;margin:0}.services-process .process-steps .process-step .step-content .step-details .step-deliverables li{background-color:rgba(var(--color-primary),.08);color:var(--color-dark);font-size:.9rem;font-weight:500;padding:6px 12px;border-radius:20px;display:inline-flex;align-items:center}.services-process .process-steps .process-step .step-content .step-details .step-deliverables li:before{content:"";display:inline-block;width:6px;height:6px;background-color:var(--color-primary);border-radius:50%;margin-right:8px}@media (max-width: 576px){.services-process .process-steps .process-step .step-content .step-details .step-deliverables{flex-direction:column;gap:8px}}@media (max-width: 991px){.services-process .process-steps .process-step{margin-bottom:80px}}@media (max-width: 576px){.services-process .process-steps .process-step{margin-bottom:60px}.services-process .process-steps .process-step .step-content{flex-direction:column;gap:15px}.services-process .process-steps .process-step .step-content .step-icon{width:50px;height:50px;margin-bottom:5px}.services-process .process-steps .process-step .step-content .step-icon svg{width:24px;height:24px}.services-process .process-steps .process-step .step-content .step-details h3{font-size:1.5rem}.services-process .process-steps .process-step .step-content .step-details p{font-size:1rem}}.services-cta{padding:80px 0;background:linear-gradient(135deg,rgba(var(--color-primary),.05),rgba(var(--color-secondary),.05));position:relative;overflow:hidden}.services-cta .container{display:flex;align-items:center}@media (max-width: 991px){.services-cta .container{flex-direction:column}}.services-cta .cta-content{flex:1;padding-right:40px}@media (max-width: 991px){.services-cta .cta-content{padding-right:0;margin-bottom:40px;text-align:center}}.services-cta .cta-content h2{font-size:2.2rem;margin-bottom:15px;color:var(--color-dark)}.services-cta .cta-content p{font-size:1.1rem;color:rgba(var(--color-dark),.7);margin-bottom:30px}.services-cta .cta-content .cta-button{display:inline-flex;align-items:center;padding:15px 35px;background:var(--color-primary);color:#fff;font-weight:600;border-radius:50px;text-decoration:none;transition:all .3s ease;box-shadow:0 10px 20px rgba(var(--color-primary),.3)}.services-cta .cta-content .cta-button svg{margin-left:10px;transition:transform .3s ease}.services-cta .cta-content .cta-button:hover{background:#e65100;transform:translateY(-3px);box-shadow:0 15px 25px rgba(var(--color-primary),.4)}.services-cta .cta-content .cta-button:hover svg{transform:translate(5px)}.services-cta .cta-visual{flex:1;position:relative}.services-cta .cta-visual .cta-graphic{position:relative;z-index:2}.services-cta .cta-visual .cta-graphic svg{width:100%;height:auto;max-height:400px}.services-cta .cta-visual .cta-shape{position:absolute;width:300px;height:300px;border-radius:50%;background:linear-gradient(135deg,rgba(var(--color-primary),.2),rgba(var(--color-secondary),.2));top:-50px;right:-100px;z-index:1}@media (max-width: 767px){.services-main .section-header h2{font-size:2rem}.services-main .section-header p{font-size:1rem}.services-hero{padding:100px 0 150px}.services-hero .hero-text h1{color:#fff;font-size:2.5rem}.services-hero .hero-text p{font-size:1.1rem}.services-cta .cta-content h2{font-size:1.8rem}}@keyframes slideRight{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse{0%,to{box-shadow:0 0 rgba(var(--color-primary),.4)}50%{box-shadow:0 0 0 10px rgba(var(--color-primary),0)}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes growWidth{0%{width:0}to{width:100%}}.industries-main{width:100%;overflow-x:hidden}.industries-main .industries-hero{position:relative;padding:100px 0 80px;background-color:#0f172a;overflow:hidden;color:#fff}@media (max-width: 768px){.industries-main .industries-hero{padding:80px 0 60px}}.industries-main .industries-hero .hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:3}@media (max-width: 992px){.industries-main .industries-hero .hero-grid{grid-template-columns:1fr}}.industries-main .industries-hero .hero-content-wrapper{display:flex;flex-direction:column;justify-content:center}@media (max-width: 992px){.industries-main .industries-hero .hero-content-wrapper{text-align:center}}.industries-main .industries-hero .hero-content{max-width:600px}@media (max-width: 992px){.industries-main .industries-hero .hero-content{max-width:100%;margin:0 auto}}.industries-main .industries-hero .hero-content.animate .hero-badge{animation:slideUp .6s ease forwards}.industries-main .industries-hero .hero-content.animate .hero-title{animation:slideUp .8s ease .2s forwards}.industries-main .industries-hero .hero-content.animate .hero-description{animation:slideUp .8s ease .4s forwards}.industries-main .industries-hero .hero-content.animate .hero-cta{animation:slideUp .8s ease .6s forwards}.industries-main .industries-hero .hero-content .hero-badge{display:inline-flex;align-items:center;background:#ffffff1a;border-radius:50px;padding:8px 16px;margin-bottom:25px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);opacity:0;transform:translateY(30px)}.industries-main .industries-hero .hero-content .hero-badge .badge-icon{color:var(--color-primary);font-size:18px;margin-right:8px}.industries-main .industries-hero .hero-content .hero-badge .badge-text{font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:#fff}.industries-main .industries-hero .hero-content .hero-title{color:#fff;font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:25px;opacity:0;transform:translateY(30px)}.industries-main .industries-hero .hero-content .hero-title .highlight{color:var(--color-primary);position:relative}.industries-main .industries-hero .hero-content .hero-title .highlight:after{content:"";position:absolute;left:0;bottom:10px;width:100%;height:10px;background-color:rgba(var(--color-primary),.2);z-index:-1;border-radius:5px}@media (max-width: 768px){.industries-main .industries-hero .hero-content .hero-title{font-size:2.5rem}}.industries-main .industries-hero .hero-content .button-group{display:flex;justify-content:center;gap:25px;opacity:0;transform:translateY(30px);transition:all .5s ease .4s;margin-bottom:1rem}.industries-main .industries-hero .hero-content .button-group.slide-in{opacity:1;transform:translateY(0)}.industries-main .industries-hero .hero-content .button-group .btn{padding:.875rem 1.75rem;border-radius:30px;font-size:1rem;font-weight:600;text-transform:uppercase;pointer-events:auto;cursor:pointer;transition:all .3s ease}@media (max-width: 768px){.industries-main .industries-hero .hero-content .button-group .btn{padding:.75rem 1.5rem;font-size:.9rem}}@media (max-width: 480px){.industries-main .industries-hero .hero-content .button-group .btn{padding:.7rem 1.4rem;font-size:.85rem;min-width:140px}}.industries-main .industries-hero .hero-content .button-group .btn.btn-primary{background-color:var(--color-primary);color:#fff;border:none;mix-blend-mode:difference}.industries-main .industries-hero .hero-content .button-group .btn.btn-primary:hover{transform:translateY(-3px);box-shadow:0 10px 20px rgba(var(--color-primary-rgb),.3);border-radius:30px}.industries-main .industries-hero .hero-content .button-group .btn.btn-secondary{border:2px solid var(--color-secondary);background-color:transparent;color:var(--color-secondary)}.industries-main .industries-hero .hero-content .button-group .btn.btn-secondary:hover{background-color:var(--color-secondary);color:#fff;border-radius:30px}@media (max-width: 480px){.industries-main .industries-hero .hero-content{flex-direction:column;gap:15px;width:80%;max-width:250px;margin:0 auto 1rem}}.industries-main .industries-hero .hero-content .hero-description{font-size:1.2rem;line-height:1.6;margin-bottom:35px;opacity:0;transform:translateY(30px);color:#fffc}@media (max-width: 768px){.industries-main .industries-hero .hero-content .hero-description{font-size:1.1rem}}.industries-main .industries-hero .hero-content .hero-cta{margin-left:30px;display:flex;gap:20px;opacity:0;transform:translateY(30px)}@media (max-width: 576px){.industries-main .industries-hero .hero-content .hero-cta{flex-direction:column;align-items:center}.industries-main .industries-hero .hero-content .hero-cta .btn{width:100%;max-width:280px}}.industries-main .industries-hero .hero-content .hero-cta .btn{display:flex;align-items:center;justify-content:center;padding:15px 30px;border-radius:8px;font-size:1rem;font-weight:600;transition:all .3s ease}.industries-main .industries-hero .hero-content .hero-cta .btn-primary{background-color:var(--color-primary);color:#fff;border:none}.industries-main .industries-hero .hero-content .hero-cta .btn-primary:hover{transform:translateY(-3px);box-shadow:0 10px 20px rgba(var(--color-primary),.3)}.industries-main .industries-hero .hero-content .hero-cta .btn-primary .btn-icon{margin-left:10px;transition:transform .3s ease}.industries-main .industries-hero .hero-content .hero-cta .btn-primary:hover .btn-icon{transform:translate(5px)}.industries-main .industries-hero .hero-content .hero-cta .btn-secondary{background-color:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.industries-main .industries-hero .hero-content .hero-cta .btn-secondary:hover{background-color:#fff3;transform:translateY(-3px);box-shadow:0 10px 20px #0003}.industries-main .industries-hero .hero-visual{display:flex;align-items:center;justify-content:center;position:relative}.industries-main .industries-hero .hero-visual .industry-cards-container{position:relative;width:100%;height:400px}@media (max-width: 992px){.industries-main .industries-hero .hero-visual .industry-cards-container{height:300px;margin:20px auto}}.industries-main .industries-hero .hero-visual .industry-cards-container .industry-card{position:absolute;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:20px;width:150px;height:120px;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 15px 30px #0003;transition:all .5s ease;opacity:0;border-left:3px solid var(--card-color)}.industries-main .industries-hero .hero-visual .industry-cards-container .industry-card:nth-child(1){top:10%;left:10%;animation:fadeIn .5s ease var(--card-delay) forwards,float 5s ease-in-out infinite}.industries-main .industries-hero .hero-visual .industry-cards-container .industry-card:nth-child(2){top:60%;left:15%;animation:fadeIn .5s ease var(--card-delay) forwards,float 6s ease-in-out 1s infinite}.industries-main .industries-hero .hero-visual .industry-cards-container .industry-card:nth-child(3){top:30%;left:50%;animation:fadeIn .5s ease var(--card-delay) forwards,float 4s ease-in-out .5s infinite}.industries-main .industries-hero .hero-visual .industry-cards-container .industry-card:nth-child(4){top:15%;right:15%;animation:fadeIn .5s ease var(--card-delay) forwards,float 5.5s ease-in-out .3s infinite}.industries-main .industries-hero .hero-visual .industry-cards-container .industry-card:nth-child(5){top:65%;right:10%;animation:fadeIn .5s ease var(--card-delay) forwards,float 5s ease-in-out .7s infinite}.industries-main .industries-hero .hero-visual .industry-cards-container .industry-card:nth-child(6){bottom:10%;left:40%;animation:fadeIn .5s ease var(--card-delay) forwards,float 4.5s ease-in-out .2s infinite}@media (max-width: 768px){.industries-main .industries-hero .hero-visual .industry-cards-container .industry-card{width:120px;height:100px;padding:15px}}.industries-main .industries-hero .hero-visual .industry-cards-container .industry-card:hover{transform:scale(1.05) translateZ(10px);z-index:10;box-shadow:0 20px 40px #0000004d}.industries-main .industries-hero .hero-visual .industry-cards-container .industry-card .card-icon{width:50px;height:50px;background:linear-gradient(135deg,var(--card-color),transparent);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:10px}.industries-main .industries-hero .hero-visual .industry-cards-container .industry-card .card-icon .material-icons{font-size:24px;color:#fff}.industries-main .industries-hero .hero-visual .industry-cards-container .industry-card .card-name{font-size:14px;font-weight:600;color:#ffffffe6}.industries-main .industries-hero .hero-stats{display:flex;justify-content:space-between;max-width:900px;margin:60px auto 0;padding:0 20px;position:relative;z-index:3}@media (max-width: 768px){.industries-main .industries-hero .hero-stats{flex-direction:column;gap:30px;align-items:center}}.industries-main .industries-hero .hero-stats .stat-item{display:flex;flex-direction:column;align-items:flex-start;width:30%}@media (max-width: 768px){.industries-main .industries-hero .hero-stats .stat-item{width:100%;max-width:300px}}.industries-main .industries-hero .hero-stats .stat-item .stat-number{font-size:3rem;font-weight:700;color:#fff;line-height:1;margin-bottom:5px}.industries-main .industries-hero .hero-stats .stat-item .stat-number sup{font-size:1.5rem;vertical-align:super;opacity:.8}.industries-main .industries-hero .hero-stats .stat-item .stat-label{font-size:1rem;color:#fffc;margin-bottom:12px}.industries-main .industries-hero .hero-stats .stat-item .stat-bar{height:4px;background:linear-gradient(90deg,var(--color-primary),rgba(var(--color-primary),.3));border-radius:10px;width:0;animation:growWidth 1.5s ease-out 1.2s forwards}.industries-main .industries-hero .hero-backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 20%,rgba(var(--color-primary),.2),transparent 40%),radial-gradient(circle at 80% 80%,rgba(var(--color-secondary),.2),transparent 40%);z-index:1}.industries-main .industries-hero .hero-backdrop:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M50 50c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10s-10-4.477-10-10 4.477-10 10-10zM10 10c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10S0 25.523 0 20s4.477-10 10-10zm10 8c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8zm40 40c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.industries-main .industries-hero .hero-shapes{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.industries-main .industries-hero .hero-shapes .shape{position:absolute;border-radius:50%}.industries-main .industries-hero .hero-shapes .shape-1{width:300px;height:300px;background:radial-gradient(circle at center,rgba(var(--color-primary),.2),transparent 70%);top:-150px;left:-50px;animation:pulse 8s infinite}.industries-main .industries-hero .hero-shapes .shape-2{width:200px;height:200px;background:radial-gradient(circle at center,rgba(var(--color-secondary),.15),transparent 70%);bottom:-100px;right:10%;animation:pulse 12s infinite 1s}.industries-main .industries-hero .hero-shapes .shape-3{width:150px;height:150px;border:1px solid rgba(255,255,255,.1);top:20%;right:5%;animation:rotate 30s linear infinite}.industries-main .industries-hero .hero-shapes .shape-3:before{content:"";position:absolute;top:50%;left:50%;width:120%;height:120%;border:1px solid rgba(255,255,255,.05);border-radius:50%;transform:translate(-50%,-50%)}.industries-main .industries-hero .hero-shapes .shape-4{width:100px;height:100px;background:radial-gradient(circle at center,rgba(var(--color-primary),.1),transparent 70%);bottom:20%;left:10%;animation:pulse 10s infinite 2s}.industries-main .industries-tabs{padding:100px 0;background-color:#fff}@media (max-width: 768px){.industries-main .industries-tabs{padding:70px 0}}.industries-main .industries-tabs .tabs-header{text-align:center;max-width:700px;margin:0 auto 60px}.industries-main .industries-tabs .tabs-header h2{font-size:2.8rem;margin-bottom:15px}@media (max-width: 768px){.industries-main .industries-tabs .tabs-header h2{font-size:2.2rem}}.industries-main .industries-tabs .tabs-header p{font-size:1.1rem;color:rgba(var(--color-dark),.7)}.industries-main .industries-tabs .tabs-navigation{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:50px}.industries-main .industries-tabs .tabs-navigation .tab-button{display:flex;align-items:center;padding:12px 20px;border:1px solid #e1e1e1;border-radius:8px;background-color:#fff;cursor:pointer;transition:all .3s ease;color:var(--color-dark)}.industries-main .industries-tabs .tabs-navigation .tab-button:hover{background-color:#f5f5f5}.industries-main .industries-tabs .tabs-navigation .tab-button.active{border-color:var(--tab-color, var(--color-primary));background-color:rgba(var(--tab-color, var(--color-primary)),.05);box-shadow:0 4px 12px #0000000d;color:var(--tab-color, var(--color-primary))}.industries-main .industries-tabs .tabs-navigation .tab-button .tab-icon{margin-right:10px;font-size:1.2rem}.industries-main .industries-tabs .tabs-navigation .tab-button .tab-name{font-weight:500}.industries-main .industries-tabs .tabs-content{position:relative;min-height:500px}.industries-main .industries-tabs .tabs-content .tab-panel{position:absolute;top:0;left:0;width:100%;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s}.industries-main .industries-tabs .tabs-content .tab-panel.active{opacity:1;visibility:visible;position:relative}.industries-main .industries-tabs .tabs-content .tab-panel .panel-layout{display:flex;gap:60px;align-items:center}@media (max-width: 992px){.industries-main .industries-tabs .tabs-content .tab-panel .panel-layout{flex-direction:column-reverse;gap:40px}}.industries-main .industries-tabs .tabs-content .tab-panel .panel-content{flex:1}.industries-main .industries-tabs .tabs-content .tab-panel .panel-content .panel-header{margin-bottom:25px}.industries-main .industries-tabs .tabs-content .tab-panel .panel-content .panel-header .panel-title{font-size:2.5rem;color:var(--color-dark);margin-bottom:10px}@media (max-width: 768px){.industries-main .industries-tabs .tabs-content .tab-panel .panel-content .panel-header .panel-title{font-size:2rem}}.industries-main .industries-tabs .tabs-content .tab-panel .panel-content .panel-header .panel-tagline{font-size:1.5rem;font-weight:600;color:var(--panel-color, var(--color-primary))}@media (max-width: 768px){.industries-main .industries-tabs .tabs-content .tab-panel .panel-content .panel-header .panel-tagline{font-size:1.3rem}}.industries-main .industries-tabs .tabs-content .tab-panel .panel-content .panel-description{font-size:1.1rem;line-height:1.7;color:rgba(var(--color-dark),.8);margin-bottom:30px}.industries-main .industries-tabs .tabs-content .tab-panel .panel-content .panel-benefits{margin-bottom:30px}.industries-main .industries-tabs .tabs-content .tab-panel .panel-content .panel-benefits h4{font-size:1.2rem;margin-bottom:15px;font-weight:600}.industries-main .industries-tabs .tabs-content .tab-panel .panel-content .panel-benefits ul{list-style:none;padding:0;margin:0}.industries-main .industries-tabs .tabs-content .tab-panel .panel-content .panel-benefits ul li{display:flex;align-items:flex-start;margin-bottom:15px}.industries-main .industries-tabs .tabs-content .tab-panel .panel-content .panel-benefits ul li .check-icon{color:var(--panel-color, var(--color-primary));margin-right:10px;flex-shrink:0}.industries-main .industries-tabs .tabs-content .tab-panel .panel-content .panel-benefits ul li span{font-size:1rem;line-height:1.4}.industries-main .industries-tabs .tabs-content .tab-panel .panel-content .panel-case{background-color:#f8f9fc;padding:25px;border-radius:10px;border-left:4px solid var(--panel-color, var(--color-primary));margin-bottom:30px}.industries-main .industries-tabs .tabs-content .tab-panel .panel-content .panel-case .case-label{font-size:.8rem;font-weight:700;color:var(--panel-color, var(--color-primary));letter-spacing:1px;margin-bottom:8px}.industries-main .industries-tabs .tabs-content .tab-panel .panel-content .panel-case p{margin:0;font-size:.95rem;line-height:1.6}.industries-main .industries-tabs .tabs-content .tab-panel .panel-content .panel-cta{display:flex;gap:20px}@media (max-width: 576px){.industries-main .industries-tabs .tabs-content .tab-panel .panel-content .panel-cta{flex-direction:column}.industries-main .industries-tabs .tabs-content .tab-panel .panel-content .panel-cta .btn{width:100%}}.industries-main .industries-tabs .tabs-content .tab-panel .panel-visual{flex:0 0 45%}@media (max-width: 992px){.industries-main .industries-tabs .tabs-content .tab-panel .panel-visual{width:100%;max-width:500px;margin:0 auto}}.industries-main .industries-tabs .tabs-content .tab-panel .panel-visual .panel-image-container{position:relative;border-radius:15px;overflow:hidden;box-shadow:0 20px 40px #0000001f}.industries-main .industries-tabs .tabs-content .tab-panel .panel-visual .panel-image-container img{display:block;width:100%;height:auto;object-fit:cover}.industries-main .industries-tabs .tabs-content .tab-panel .panel-visual .panel-image-container .image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom right,rgba(var(--overlay-color, var(--color-primary)),.2),rgba(var(--overlay-color, var(--color-primary)),.02));mix-blend-mode:multiply}.industries-main .process-section{padding:100px 0;background-color:#f8f9fc}@media (max-width: 768px){.industries-main .process-section{padding:70px 0}}.industries-main .process-section .process-header{text-align:center;max-width:700px;margin:0 auto 60px}.industries-main .process-section .process-header .process-overline{display:inline-block;font-size:.85rem;font-weight:600;letter-spacing:2px;color:var(--color-primary);margin-bottom:15px}.industries-main .process-section .process-header h2{font-size:2.8rem;margin-bottom:15px}@media (max-width: 768px){.industries-main .process-section .process-header h2{font-size:2.2rem}}.industries-main .process-section .process-header p{font-size:1.1rem;color:rgba(var(--color-dark),.7)}.industries-main .process-section .process-steps{display:flex;justify-content:space-between;margin-bottom:80px;position:relative}.industries-main .process-section .process-steps:before{content:"";position:absolute;top:70px;left:5%;width:90%;height:2px;background-color:rgba(var(--color-primary),.15);z-index:0}@media (max-width: 992px){.industries-main .process-section .process-steps:before{display:none}}@media (max-width: 992px){.industries-main .process-section .process-steps{flex-direction:column;gap:40px}}.industries-main .process-section .process-steps .process-step{flex:1;max-width:220px;position:relative;z-index:1}@media (max-width: 992px){.industries-main .process-section .process-steps .process-step{max-width:100%;display:flex;align-items:flex-start;gap:20px}}.industries-main .process-section .process-steps .process-step .step-number{width:50px;height:50px;display:flex;align-items:center;justify-content:center;background-color:var(--color-primary);color:#fff;font-size:1.2rem;font-weight:700;border-radius:50%;margin:0 auto 20px;position:relative;box-shadow:0 8px 20px rgba(var(--color-primary),.25)}@media (max-width: 992px){.industries-main .process-section .process-steps .process-step .step-number{margin:0;flex-shrink:0}}.industries-main .process-section .process-steps .process-step .step-content{text-align:center}@media (max-width: 992px){.industries-main .process-section .process-steps .process-step .step-content{text-align:left}}.industries-main .process-section .process-steps .process-step .step-content .step-icon{width:60px;height:60px;background-color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 15px;box-shadow:0 8px 15px #0000001a}@media (max-width: 992px){.industries-main .process-section .process-steps .process-step .step-content .step-icon{margin:0 0 15px}}.industries-main .process-section .process-steps .process-step .step-content .step-icon .material-icons{font-size:1.6rem;color:var(--color-primary)}.industries-main .process-section .process-steps .process-step .step-content .step-title{font-size:1.3rem;margin-bottom:10px;color:var(--color-dark)}.industries-main .process-section .process-steps .process-step .step-content .step-description{font-size:.95rem;line-height:1.6;color:rgba(var(--color-dark),.7)}.industries-main .process-section .process-cta{display:flex;align-items:center;justify-content:space-between;background-color:#fff;padding:40px;border-radius:15px;box-shadow:0 15px 30px #00000014}@media (max-width: 768px){.industries-main .process-section .process-cta{flex-direction:column;text-align:center;gap:30px;padding:30px 20px}}.industries-main .process-section .process-cta .cta-text h3{font-size:1.6rem;margin-bottom:5px}@media (max-width: 768px){.industries-main .process-section .process-cta .cta-text h3{font-size:1.4rem}}.industries-main .process-section .process-cta .cta-text p{font-size:1.1rem;color:rgba(var(--color-dark),.7);margin:0}.industries-main .testimonials-section{padding:100px 0;background-color:#fff}@media (max-width: 768px){.industries-main .testimonials-section{padding:70px 0}}.industries-main .testimonials-section .testimonials-header{text-align:center;max-width:700px;margin:0 auto 60px}.industries-main .testimonials-section .testimonials-header h2{font-size:2.8rem;margin-bottom:15px}@media (max-width: 768px){.industries-main .testimonials-section .testimonials-header h2{font-size:2.2rem}}.industries-main .testimonials-section .testimonials-header p{font-size:1.1rem;color:rgba(var(--color-dark),.7)}.industries-main .testimonials-section .testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}.industries-main .testimonials-section .testimonials-grid .testimonial-card{background-color:#f8f9fc;border-radius:15px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.industries-main .testimonials-section .testimonials-grid .testimonial-card:hover{transform:translateY(-10px);box-shadow:0 15px 30px #00000014}.industries-main .testimonials-section .testimonials-grid .testimonial-card .testimonial-content{padding:40px 30px}.industries-main .testimonials-section .testimonials-grid .testimonial-card .testimonial-content .quote-icon{color:var(--color-primary);margin-bottom:20px}.industries-main .testimonials-section .testimonials-grid .testimonial-card .testimonial-content .quote-icon .material-icons{font-size:2rem;opacity:.5}.industries-main .testimonials-section .testimonials-grid .testimonial-card .testimonial-content .quote-text{font-size:1.1rem;line-height:1.7;color:var(--color-dark);margin-bottom:25px;font-style:italic}.industries-main .testimonials-section .testimonials-grid .testimonial-card .testimonial-content .testimonial-author{display:flex;align-items:center}.industries-main .testimonials-section .testimonials-grid .testimonial-card .testimonial-content .testimonial-author .author-info .author-name{font-size:1.1rem;font-weight:600;color:var(--color-dark)}.industries-main .testimonials-section .testimonials-grid .testimonial-card .testimonial-content .testimonial-author .author-info .author-position{font-size:.9rem;color:rgba(var(--color-dark),.6)}.industries-main .final-cta{padding:100px 0;background-color:#f8f9fc}@media (max-width: 768px){.industries-main .final-cta{padding:70px 0}}.industries-main .final-cta .cta-wrapper{max-width:800px;margin:0 auto;text-align:center}.industries-main .final-cta .cta-wrapper h2{font-size:2.8rem;margin-bottom:20px}.industries-main .final-cta .cta-wrapper h2 .highlight{color:var(--color-primary);font-weight:500;position:relative}.industries-main .final-cta .cta-wrapper h2 .highlight:after{content:"";position:absolute;left:0;bottom:8px;width:100%;height:10px;background-color:rgba(var(--color-primary),.1);z-index:-1}@media (max-width: 768px){.industries-main .final-cta .cta-wrapper h2{font-size:2.2rem}}.industries-main .final-cta .cta-wrapper p{font-size:1.2rem;color:rgba(var(--color-dark),.7);margin-bottom:40px}@media (max-width: 768px){.industries-main .final-cta .cta-wrapper p{font-size:1.1rem}}.industries-main .final-cta .cta-wrapper .btn{min-width:250px}.blogs-main{position:relative;overflow:hidden;padding-top:80px}.featured-posts{padding:80px 0;background-color:#f8f9fb}.featured-posts .section-title{text-align:center;margin-bottom:50px;font-size:2.5rem;position:relative}.featured-posts .section-title .highlight{color:var(--color-primary);position:relative}.featured-posts .section-title .highlight:after{content:"";position:absolute;bottom:5px;left:0;width:100%;height:8px;background-color:rgba(var(--color-primary-rgb),.3);z-index:-1}.featured-posts .featured-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}@media (max-width: 768px){.featured-posts .featured-grid{grid-template-columns:1fr}}.featured-posts .featured-post-card{background-color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 5px 15px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.featured-posts .featured-post-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #0000001a}.featured-posts .featured-post-card .post-image{height:280px;position:relative;overflow:hidden}.featured-posts .featured-post-card .post-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.featured-posts .featured-post-card .post-image:hover img{transform:scale(1.05)}.featured-posts .featured-post-card .post-image .category-badge{position:absolute;top:20px;left:20px;background-color:var(--color-primary);color:#fff;padding:5px 12px;border-radius:30px;font-size:.8rem;font-weight:600;z-index:2}.featured-posts .featured-post-card .post-content{padding:25px}.featured-posts .featured-post-card .post-content .post-title{font-size:1.4rem;margin-bottom:12px;line-height:1.4;transition:color .3s ease}.featured-posts .featured-post-card .post-content .post-title:hover{color:var(--color-primary)}.featured-posts .featured-post-card .post-content .post-description{color:#666;margin-bottom:20px;line-height:1.6}.featured-posts .featured-post-card .post-content .post-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.featured-posts .featured-post-card .post-content .post-meta .author{display:flex;align-items:center}.featured-posts .featured-post-card .post-content .post-meta .author .author-image{width:40px;height:40px;border-radius:50%;object-fit:cover;margin-right:10px}.featured-posts .featured-post-card .post-content .post-meta .author .author-name{font-weight:600;font-size:.9rem}.featured-posts .featured-post-card .post-content .post-meta .post-info{font-size:.85rem;color:#777}.featured-posts .featured-post-card .post-content .post-meta .post-info .post-date{margin-right:10px;position:relative}.featured-posts .featured-post-card .post-content .post-meta .post-info .post-date:after{content:"•";margin-left:10px}.featured-posts .featured-post-card .post-content .post-meta .post-info .read-time{color:#666}.featured-posts .featured-post-card .post-content .read-more{display:inline-flex;align-items:center;color:var(--color-primary);font-weight:600;font-size:.95rem;transition:all .3s ease}.featured-posts .featured-post-card .post-content .read-more svg{margin-left:8px;transition:transform .3s ease}.featured-posts .featured-post-card .post-content .read-more:hover{color:var(--color-primary-dark);text-decoration:none}.featured-posts .featured-post-card .post-content .read-more:hover svg{transform:translate(5px)}.blog-list-section{padding:80px 0;background-color:#fff}.blog-list-section .blog-layout{display:grid;grid-template-columns:2fr 1fr;gap:50px}@media (max-width: 992px){.blog-list-section .blog-layout{grid-template-columns:1fr}}.blog-list-section .blog-main-content .search-filter{margin-bottom:30px}.blog-list-section .blog-main-content .search-filter .search-bar{position:relative;max-width:500px}.blog-list-section .blog-main-content .search-filter .search-bar input{width:100%;padding:12px 50px 12px 20px;border:1px solid #e5e5e5;border-radius:8px;font-size:1rem;transition:all .3s ease}.blog-list-section .blog-main-content .search-filter .search-bar input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(var(--color-primary-rgb),.2)}.blog-list-section .blog-main-content .search-filter .search-bar .search-button{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:#777;padding:5px;transition:color .3s ease}.blog-list-section .blog-main-content .search-filter .search-bar .search-button:hover{color:var(--color-primary)}.blog-list-section .blog-main-content .blog-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;margin-bottom:50px}@media (max-width: 768px){.blog-list-section .blog-main-content .blog-grid{grid-template-columns:1fr}}.blog-list-section .blog-main-content .blog-card{background-color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 5px 15px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.blog-list-section .blog-main-content .blog-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #0000001a}.blog-list-section .blog-main-content .blog-card .post-image{height:220px;position:relative;overflow:hidden}.blog-list-section .blog-main-content .blog-card .post-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.blog-list-section .blog-main-content .blog-card .post-image:hover img{transform:scale(1.05)}.blog-list-section .blog-main-content .blog-card .post-image .category-badge{position:absolute;top:15px;left:15px;background-color:var(--color-primary);color:#fff;padding:4px 10px;border-radius:30px;font-size:.75rem;font-weight:600;z-index:2}.blog-list-section .blog-main-content .blog-card .post-content{padding:20px}.blog-list-section .blog-main-content .blog-card .post-content .post-title{font-size:1.2rem;margin-bottom:10px;line-height:1.4;transition:color .3s ease}.blog-list-section .blog-main-content .blog-card .post-content .post-title:hover{color:var(--color-primary)}.blog-list-section .blog-main-content .blog-card .post-content .post-description{color:#666;margin-bottom:15px;line-height:1.6;font-size:.95rem}.blog-list-section .blog-main-content .blog-card .post-content .post-meta{margin-bottom:15px}.blog-list-section .blog-main-content .blog-card .post-content .post-meta .post-info{font-size:.85rem;color:#777}.blog-list-section .blog-main-content .blog-card .post-content .post-meta .post-info .post-date{margin-right:10px;position:relative}.blog-list-section .blog-main-content .blog-card .post-content .post-meta .post-info .post-date:after{content:"•";margin-left:10px}.blog-list-section .blog-main-content .blog-card .post-content .post-meta .post-info .read-time{color:#666}.blog-list-section .blog-main-content .blog-card .post-content .read-more{display:inline-flex;align-items:center;color:var(--color-primary);font-weight:600;font-size:.9rem;transition:all .3s ease}.blog-list-section .blog-main-content .blog-card .post-content .read-more svg{margin-left:8px;transition:transform .3s ease}.blog-list-section .blog-main-content .blog-card .post-content .read-more:hover{color:var(--color-primary-dark);text-decoration:none}.blog-list-section .blog-main-content .blog-card .post-content .read-more:hover svg{transform:translate(5px)}.blog-list-section .blog-main-content .no-results{text-align:center;padding:40px 0}.blog-list-section .blog-main-content .no-results h3{margin-bottom:10px;color:var(--color-secondary)}.blog-list-section .blog-main-content .no-results p{color:#666}.blog-list-section .blog-main-content .pagination{display:flex;justify-content:center;align-items:center}.blog-list-section .blog-main-content .pagination .pagination-button{width:40px;height:40px;display:flex;align-items:center;justify-content:center;margin:0 5px;border-radius:8px;border:none;background-color:#f5f5f5;color:#333;font-weight:600;cursor:pointer;transition:all .3s ease}.blog-list-section .blog-main-content .pagination .pagination-button:hover{background-color:#e5e5e5}.blog-list-section .blog-main-content .pagination .pagination-button.active{background-color:var(--color-primary);color:#fff}.blog-list-section .blog-main-content .pagination .pagination-button.next{width:auto;padding:0 15px}.blog-list-section .blog-main-content .pagination .pagination-button.next svg{margin-left:8px}.blog-list-section .blog-main-content .pagination .pagination-button.next:hover svg{transform:translate(3px)}.blog-list-section .blog-sidebar .sidebar-widget{background-color:#f8f9fb;border-radius:12px;padding:25px;margin-bottom:30px}.blog-list-section .blog-sidebar .sidebar-widget .widget-title{font-size:1.3rem;margin-bottom:20px;position:relative;padding-bottom:10px}.blog-list-section .blog-sidebar .sidebar-widget .widget-title:after{content:"";position:absolute;bottom:0;left:0;width:50px;height:3px;background-color:var(--color-primary)}.blog-list-section .blog-sidebar .sidebar-widget.categories-widget .categories-list{list-style:none;padding:0;margin:0}.blog-list-section .blog-sidebar .sidebar-widget.categories-widget .categories-list .category-item{display:flex;justify-content:space-between;align-items:center;padding:12px 15px;border-radius:8px;margin-bottom:5px;cursor:pointer;transition:all .3s ease}.blog-list-section .blog-sidebar .sidebar-widget.categories-widget .categories-list .category-item:hover{background-color:rgba(var(--color-primary-rgb),.1)}.blog-list-section .blog-sidebar .sidebar-widget.categories-widget .categories-list .category-item.active{background-color:var(--color-primary);color:#fff}.blog-list-section .blog-sidebar .sidebar-widget.categories-widget .categories-list .category-item.active .category-count{background-color:#ffffff4d}.blog-list-section .blog-sidebar .sidebar-widget.categories-widget .categories-list .category-item .category-name{font-weight:500}.blog-list-section .blog-sidebar .sidebar-widget.categories-widget .categories-list .category-item .category-count{background-color:#0000000d;padding:3px 10px;border-radius:30px;font-size:.8rem;font-weight:600}.blog-list-section .blog-sidebar .sidebar-widget.subscribe-widget{background:linear-gradient(135deg,var(--color-secondary),var(--color-dark));color:#fff}.blog-list-section .blog-sidebar .sidebar-widget.subscribe-widget .widget-title{color:#fff}.blog-list-section .blog-sidebar .sidebar-widget.subscribe-widget .widget-title:after{background-color:var(--color-primary)}.blog-list-section .blog-sidebar .sidebar-widget.subscribe-widget p{margin-bottom:20px;color:#fffc}.blog-list-section .blog-sidebar .sidebar-widget.subscribe-widget .subscribe-form input{width:100%;padding:12px 15px;border-radius:8px;border:none;margin-bottom:15px}.blog-list-section .blog-sidebar .sidebar-widget.subscribe-widget .subscribe-form input:focus{outline:none;box-shadow:0 0 0 3px #fff3}.blog-list-section .blog-sidebar .sidebar-widget.subscribe-widget .subscribe-form button{width:100%}.blog-list-section .blog-sidebar .sidebar-widget.recent-posts-widget .recent-posts-list{list-style:none;padding:0;margin:0}.blog-list-section .blog-sidebar .sidebar-widget.recent-posts-widget .recent-posts-list .recent-post-item{display:flex;margin-bottom:20px}.blog-list-section .blog-sidebar .sidebar-widget.recent-posts-widget .recent-posts-list .recent-post-item:last-child{margin-bottom:0}.blog-list-section .blog-sidebar .sidebar-widget.recent-posts-widget .recent-posts-list .recent-post-item .post-thumbnail{width:80px;height:80px;border-radius:8px;overflow:hidden;margin-right:15px;flex-shrink:0}.blog-list-section .blog-sidebar .sidebar-widget.recent-posts-widget .recent-posts-list .recent-post-item .post-thumbnail img{width:100%;height:100%;object-fit:cover}.blog-list-section .blog-sidebar .sidebar-widget.recent-posts-widget .recent-posts-list .recent-post-item .post-details .post-title{font-size:1rem;margin-bottom:5px}.blog-list-section .blog-sidebar .sidebar-widget.recent-posts-widget .recent-posts-list .recent-post-item .post-details .post-title a{color:var(--color-dark);transition:color .3s ease}.blog-list-section .blog-sidebar .sidebar-widget.recent-posts-widget .recent-posts-list .recent-post-item .post-details .post-title a:hover{color:var(--color-primary);text-decoration:none}.blog-list-section .blog-sidebar .sidebar-widget.recent-posts-widget .recent-posts-list .recent-post-item .post-details .post-date{font-size:.85rem;color:#777}.blog-list-section .blog-sidebar .sidebar-widget.tags-widget .tags-cloud{display:flex;flex-wrap:wrap;gap:10px}.blog-list-section .blog-sidebar .sidebar-widget.tags-widget .tags-cloud .tag{display:inline-block;padding:5px 12px;background-color:#fff;border:1px solid #e5e5e5;border-radius:30px;font-size:.85rem;color:#666;transition:all .3s ease}.blog-list-section .blog-sidebar .sidebar-widget.tags-widget .tags-cloud .tag:hover{background-color:var(--color-primary);border-color:var(--color-primary);color:#fff;text-decoration:none}.blog-cta-section{padding:80px 0;background-color:#f8f9fb}.blog-cta-section .cta-wrapper{background:linear-gradient(135deg,var(--color-secondary),var(--color-dark));border-radius:15px;padding:60px;position:relative;overflow:hidden}@media (max-width: 768px){.blog-cta-section .cta-wrapper{padding:40px 30px}}.blog-cta-section .cta-wrapper .cta-content{max-width:600px;position:relative;z-index:2}.blog-cta-section .cta-wrapper .cta-content h2{color:#fff;font-size:2.2rem;margin-bottom:15px}.blog-cta-section .cta-wrapper .cta-content p{color:#fffc;font-size:1.1rem;margin-bottom:30px}.blog-cta-section .cta-wrapper .cta-decoration{position:absolute;top:0;right:0;width:100%;height:100%;z-index:1}.blog-cta-section .cta-wrapper .cta-decoration .geometric-element{position:absolute;width:300px;height:300px;border-radius:50%;background-color:#ffffff0d;top:-100px;right:-50px}.blog-cta-section .cta-wrapper .cta-decoration .blur-circle{position:absolute;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(var(--color-primary-rgb),.3),#0000 70%);top:50%;right:-100px;transform:translateY(-50%);filter:blur(50px)}@media (max-width: 1200px){.featured-posts .section-title{font-size:2.2rem}}@media (max-width: 992px){.blog-cta-section .cta-wrapper .cta-content h2{font-size:1.8rem}}@media (max-width: 768px){.featured-posts{padding:60px 0}.featured-posts .section-title{font-size:1.8rem;margin-bottom:30px}.blog-list-section,.blog-cta-section{padding:60px 0}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes pulse{0%,to{transform:scale(1);opacity:.7}50%{transform:scale(1.1);opacity:.3}}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes shine{0%{background-position:-200% center}to{background-position:200% center}}@keyframes float-particle{0%{transform:translateY(0) translate(0)}25%{transform:translateY(-15px) translate(10px)}50%{transform:translateY(5px) translate(15px)}75%{transform:translateY(10px) translate(-5px)}to{transform:translateY(0) translate(0)}}.pricing-main{overflow-x:hidden}.pricing-main .container{max-width:1200px;margin:0 auto;padding:0 20px;position:relative}.pricing-main .section-header{text-align:center;margin-bottom:3rem}.pricing-main .section-header h1,.pricing-main .section-header h2{font-size:3rem;margin-bottom:1rem;color:var(--color-dark)}.pricing-main .section-header h1 .highlight,.pricing-main .section-header h2 .highlight{color:#ff6500;position:relative}.pricing-main .section-header h1 .highlight:after,.pricing-main .section-header h2 .highlight:after{content:"";position:absolute;bottom:5px;left:0;width:100%;height:8px;background-color:rgba(var(--color-primary),.2);z-index:-1;border-radius:4px}@media (max-width: 768px){.pricing-main .section-header h1,.pricing-main .section-header h2{font-size:2.5rem}}.pricing-main .section-header p{font-size:1.2rem;color:rgba(var(--color-dark),.7);max-width:700px;margin:0 auto}@media (max-width: 768px){.pricing-main .section-header p{font-size:1rem}}.pricing-main .pricing-hero{position:relative;background:linear-gradient(135deg,var(--color-dark),#16213e);color:#fff;padding:120px 0 180px;overflow:hidden}.pricing-main .pricing-hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-size:50% auto;opacity:.05;z-index:1}.pricing-main .pricing-hero .hero-content{position:relative;z-index:3;text-align:center;max-width:800px;margin:0 auto}.pricing-main .pricing-hero .hero-content.animate-on-scroll{opacity:0;animation:fadeUp .8s ease-out forwards}.pricing-main .pricing-hero .hero-content h1{color:#fff;font-size:4rem;margin-bottom:1.5rem}.pricing-main .pricing-hero .hero-content h1 .highlight:after{background-color:rgba(var(--color-primary),.3)}@media (max-width: 768px){.pricing-main .pricing-hero .hero-content h1{font-size:3rem}}.pricing-main .pricing-hero .hero-content p{color:#ffffffe6;font-size:1.3rem;margin-bottom:2rem}@media (max-width: 768px){.pricing-main .pricing-hero .hero-content p{font-size:1.1rem}}.pricing-main .pricing-hero .hero-wave{position:absolute;bottom:-2px;left:0;width:100%;z-index:2;line-height:0}.pricing-main .pricing-hero .pricing-particles{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:1}.pricing-main .pricing-hero .pricing-particles .particle{position:absolute;width:5px;height:5px;background-color:#ffffff4d;border-radius:50%;animation:float-particle 15s infinite ease-in-out}.pricing-main .pricing-hero .pricing-particles .particle:before{content:"";position:absolute;top:50%;left:0;width:100px;height:1px;background:linear-gradient(90deg,rgba(255,255,255,.3),transparent);transform:translateY(-50%)}.pricing-main .pricing-hero .pricing-particles .particle:after{content:"";position:absolute;top:0;left:50%;width:1px;height:100px;background:linear-gradient(to bottom,rgba(255,255,255,.3),transparent);transform:translate(-50%)}.pricing-main .pricing-hero .pricing-particles .particle:nth-child(2n){background-color:rgba(var(--color-primary),.4);width:7px;height:7px}.pricing-main .pricing-hero .pricing-particles .particle:nth-child(3n){background-color:rgba(var(--color-secondary),.4);width:6px;height:6px}.pricing-main .pricing-plans-section{padding:3rem 0 5rem;background-color:#f9f9ff;position:relative;margin-top:-1px}.pricing-main .pricing-plans-section .pricing-tabs{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;opacity:0;transform:translateY(30px);transition:all .6s ease}.pricing-main .pricing-plans-section .pricing-tabs.animate-on-scroll{opacity:1;transform:translateY(0)}.pricing-main .pricing-plans-section .pricing-tabs .pricing-tab{padding:1rem 2rem;background-color:#fff;border:2px solid transparent;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;color:var(--color-dark);box-shadow:0 5px 15px #0000000d}.pricing-main .pricing-plans-section .pricing-tabs .pricing-tab:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0000001a}.pricing-main .pricing-plans-section .pricing-tabs .pricing-tab.active{background-color:#fff;color:var(--color-primary);transform:translateY(-3px);box-shadow:0 8px 20px #0000001a}@media (max-width: 768px){.pricing-main .pricing-plans-section .pricing-tabs{flex-wrap:wrap}.pricing-main .pricing-plans-section .pricing-tabs .pricing-tab{padding:.8rem 1.5rem;font-size:.95rem}}.pricing-main .pricing-plans-section .pricing-cards-container{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:2rem;opacity:0;transform:translateY(30px);transition:all .6s ease}.pricing-main .pricing-plans-section .pricing-cards-container.animate-on-scroll{opacity:1;transform:translateY(0)}@media (max-width: 1200px){.pricing-main .pricing-plans-section .pricing-cards-container{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.pricing-main .pricing-plans-section .pricing-cards-container{grid-template-columns:1fr}}.pricing-main .pricing-plans-section .pricing-cards-container .pricing-card{background-color:#fff;border-radius:20px;padding:2.5rem 2rem;box-shadow:0 15px 30px #0000001a;transition:all .4s ease;position:relative;display:flex;flex-direction:column;opacity:.7;transform:scale(.95)}.pricing-main .pricing-plans-section .pricing-cards-container .pricing-card.active{opacity:1;transform:scale(1);z-index:2}.pricing-main .pricing-plans-section .pricing-cards-container .pricing-card.highlighted{border-top:5px solid var(--plan-color)}.pricing-main .pricing-plans-section .pricing-cards-container .pricing-card .popular-badge{position:absolute;top:-12px;right:20px;background:linear-gradient(90deg,var(--color-primary),var(--color-secondary));color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600;box-shadow:0 5px 15px #00000026}.pricing-main .pricing-plans-section .pricing-cards-container .pricing-card .plan-header{margin-bottom:1.5rem}.pricing-main .pricing-plans-section .pricing-cards-container .pricing-card .plan-header .plan-name{font-size:1.8rem;margin-bottom:.5rem;color:var(--plan-color)}.pricing-main .pricing-plans-section .pricing-cards-container .pricing-card .plan-header .plan-description{color:rgba(var(--color-dark),.7);font-size:.95rem}.pricing-main .pricing-plans-section .pricing-cards-container .pricing-card .plan-price{margin-bottom:1rem}.pricing-main .pricing-plans-section .pricing-cards-container .pricing-card .plan-price .price{font-size:3rem;font-weight:800;color:var(--color-dark);line-height:1}.pricing-main .pricing-plans-section .pricing-cards-container .pricing-card .plan-price .period{font-size:1.1rem;color:rgba(var(--color-dark),.6)}.pricing-main .pricing-plans-section .pricing-cards-container .pricing-card .hours-per-day{padding:.8rem 1.2rem;background-color:rgba(var(--plan-color),.1);border-radius:10px;margin-bottom:1.5rem}.pricing-main .pricing-plans-section .pricing-cards-container .pricing-card .hours-per-day .hours{font-weight:700;color:var(--plan-color);margin-right:.5rem}.pricing-main .pricing-plans-section .pricing-cards-container .pricing-card .hours-per-day .label{font-size:.9rem;color:rgba(var(--color-dark),.7)}.pricing-main .pricing-plans-section .pricing-cards-container .pricing-card .plan-features{flex-grow:1;margin-bottom:1.5rem}.pricing-main .pricing-plans-section .pricing-cards-container .pricing-card .plan-features h4{margin-bottom:1rem;font-size:1.1rem;color:var(--color-dark);font-weight:600}.pricing-main .pricing-plans-section .pricing-cards-container .pricing-card .plan-features ul{list-style:none;padding:0}.pricing-main .pricing-plans-section .pricing-cards-container .pricing-card .plan-features ul li{display:flex;align-items:center;margin-bottom:.8rem}.pricing-main .pricing-plans-section .pricing-cards-container .pricing-card .plan-features ul li.feature-included .feature-icon svg{width:18px;height:18px;stroke:var(--plan-color)}.pricing-main .pricing-plans-section .pricing-cards-container .pricing-card .plan-features ul li.feature-special .special-text{font-size:.85rem;font-weight:700;color:var(--plan-color)}.pricing-main .pricing-plans-section .pricing-cards-container .pricing-card .plan-features ul li .feature-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;margin-right:.8rem;flex-shrink:0}.pricing-main .pricing-plans-section .pricing-cards-container .pricing-card .plan-features ul li .feature-text{font-size:.95rem;color:rgba(var(--color-dark),.8)}.pricing-main .pricing-plans-section .pricing-cards-container .pricing-card .plan-action{margin-top:auto}.pricing-main .pricing-plans-section .pricing-cards-container .pricing-card .plan-action .action-button{display:block;width:100%;padding:1rem;background-color:var(--plan-color);color:#fff;text-align:center;border-radius:50px;font-weight:600;font-size:1.1rem;transition:all .3s ease;text-decoration:none;position:relative;overflow:hidden}.pricing-main .pricing-plans-section .pricing-cards-container .pricing-card .plan-action .action-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:all .6s ease}.pricing-main .pricing-plans-section .pricing-cards-container .pricing-card .plan-action .action-button:hover{transform:translateY(-3px);box-shadow:0 10px 20px #00000026}.pricing-main .pricing-plans-section .pricing-cards-container .pricing-card .plan-action .action-button:hover:before{left:100%}.pricing-main .services-comparison-section{padding:5rem 0;background-color:#fff}.pricing-main .services-comparison-section .comparison-table-container{overflow-x:auto;margin-top:3rem;opacity:0;transform:translateY(30px);transition:all .6s ease}.pricing-main .services-comparison-section .comparison-table-container.animate-on-scroll{opacity:1;transform:translateY(0)}.pricing-main .services-comparison-section .comparison-table-container .comparison-table{min-width:900px}.pricing-main .services-comparison-section .comparison-table-container .comparison-table .table-header{display:grid;grid-template-columns:180px 200px repeat(4,1fr);gap:1px;background-color:#f0f0f0;margin-bottom:1px;border-radius:10px 10px 0 0;overflow:hidden}.pricing-main .services-comparison-section .comparison-table-container .comparison-table .table-header>div{background-color:var(--color-dark);color:#fff;padding:1.2rem 1rem;font-weight:600}.pricing-main .services-comparison-section .comparison-table-container .comparison-table .table-header .plan-column{text-align:center}.pricing-main .services-comparison-section .comparison-table-container .comparison-table .table-header .plan-column .plan-name{font-size:1.2rem;margin-bottom:.3rem}.pricing-main .services-comparison-section .comparison-table-container .comparison-table .table-header .plan-column .plan-price{font-size:.9rem;margin-bottom:.2rem}.pricing-main .services-comparison-section .comparison-table-container .comparison-table .table-header .plan-column .plan-hours{font-size:.8rem;opacity:.8}.pricing-main .services-comparison-section .comparison-table-container .comparison-table .table-body{display:grid;grid-template-columns:180px 200px repeat(4,1fr);gap:1px;background-color:#f0f0f0;border-radius:0 0 10px 10px;overflow:hidden}.pricing-main .services-comparison-section .comparison-table-container .comparison-table .table-body .table-row{display:contents}.pricing-main .services-comparison-section .comparison-table-container .comparison-table .table-body .table-row.category-start .service-cell,.pricing-main .services-comparison-section .comparison-table-container .comparison-table .table-body .table-row.category-start .plan-cell{border-top:1px solid #f0f0f0}.pricing-main .services-comparison-section .comparison-table-container .comparison-table .table-body .table-row .category-cell{background-color:#f9f9ff;padding:1rem;display:flex;align-items:center;font-weight:700;color:var(--color-dark)}.pricing-main .services-comparison-section .comparison-table-container .comparison-table .table-body .table-row .service-cell{background-color:#fff;padding:1rem;display:flex;align-items:center;color:var(--color-dark)}.pricing-main .services-comparison-section .comparison-table-container .comparison-table .table-body .table-row .plan-cell{background-color:#fff;padding:1rem;display:flex;align-items:center;justify-content:center}.pricing-main .services-comparison-section .comparison-table-container .comparison-table .table-body .table-row .plan-cell svg{width:20px;height:20px}.pricing-main .services-comparison-section .comparison-table-container .comparison-table .table-body .table-row .plan-cell .x-mark{color:rgba(var(--color-dark),.3);font-size:1.1rem}.pricing-main .services-comparison-section .comparison-table-container .comparison-table .table-body .table-row .plan-cell .special-text{font-size:.85rem;font-weight:600}.pricing-main .additional-benefits-section{padding:5rem 0;background-color:#f9f9ff}.pricing-main .additional-benefits-section .benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem}@media (max-width: 1200px){.pricing-main .additional-benefits-section .benefits-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.pricing-main .additional-benefits-section .benefits-grid{grid-template-columns:1fr}}.pricing-main .additional-benefits-section .benefits-grid .benefit-card{background-color:#fff;border-radius:15px;padding:2rem;box-shadow:0 10px 25px #0000000d;text-align:center;transition:all .3s ease;opacity:0;transform:translateY(30px)}.pricing-main .additional-benefits-section .benefits-grid .benefit-card.animate-on-scroll{opacity:1;transform:translateY(0)}.pricing-main .additional-benefits-section .benefits-grid .benefit-card:hover{transform:translateY(-10px);box-shadow:0 15px 35px #0000001a}.pricing-main .additional-benefits-section .benefits-grid .benefit-card:hover .benefit-icon{transform:scale(1.1);background-color:var(--color-primary)}.pricing-main .additional-benefits-section .benefits-grid .benefit-card:hover .benefit-icon svg{stroke:#fff}.pricing-main .additional-benefits-section .benefits-grid .benefit-card .benefit-icon{width:70px;height:70px;border-radius:50%;background-color:rgba(var(--color-primary),.1);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;transition:all .3s ease}.pricing-main .additional-benefits-section .benefits-grid .benefit-card .benefit-icon svg{width:32px;height:32px;stroke:var(--color-primary);transition:all .3s ease}.pricing-main .additional-benefits-section .benefits-grid .benefit-card h3{color:var(--color-dark);font-size:1.3rem;margin-bottom:1rem}.pricing-main .additional-benefits-section .benefits-grid .benefit-card p{color:rgba(var(--color-dark),.7);font-size:.95rem}.pricing-main .pricing-faq-section{padding:5rem 0;background-color:#fff}.pricing-main .pricing-faq-section .faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem}@media (max-width: 768px){.pricing-main .pricing-faq-section .faq-grid{grid-template-columns:1fr}}.pricing-main .pricing-faq-section .faq-grid .faq-item{background-color:#f9f9ff;border-radius:15px;padding:2rem;transition:all .3s ease;opacity:0;transform:translateY(30px)}.pricing-main .pricing-faq-section .faq-grid .faq-item.animate-on-scroll{opacity:1;transform:translateY(0)}.pricing-main .pricing-faq-section .faq-grid .faq-item:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000000d}.pricing-main .pricing-faq-section .faq-grid .faq-item h3{color:var(--color-dark);font-size:1.3rem;margin-bottom:1rem;position:relative;padding-left:1.5rem}.pricing-main .pricing-faq-section .faq-grid .faq-item h3:before{content:"Q";position:absolute;left:0;top:0;color:var(--color-primary);font-weight:800}.pricing-main .pricing-faq-section .faq-grid .faq-item p{color:rgba(var(--color-dark),.7);font-size:1rem;line-height:1.6;position:relative;padding-left:1.5rem}.pricing-main .pricing-faq-section .faq-grid .faq-item p:before{content:"A";position:absolute;left:0;top:0;color:var(--color-secondary);font-weight:800}.pricing-main .pricing-cta-section{padding:6rem 0;background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));position:relative;overflow:hidden}.pricing-main .pricing-cta-section .cta-content{color:#fff;text-align:center;max-width:800px;margin:0 auto;position:relative;z-index:2;opacity:0;transform:translateY(30px)}.pricing-main .pricing-cta-section .cta-content.animate-on-scroll{opacity:1;transform:translateY(0)}.pricing-main .pricing-cta-section .cta-content h2{font-size:3rem;margin-bottom:1.5rem;color:#fff}@media (max-width: 768px){.pricing-main .pricing-cta-section .cta-content h2{font-size:2.5rem}}.pricing-main .pricing-cta-section .cta-content p{font-size:1.2rem;margin-bottom:2.5rem;color:#ffffffe6}@media (max-width: 768px){.pricing-main .pricing-cta-section .cta-content p{font-size:1.1rem}}.pricing-main .pricing-cta-section .cta-content .cta-buttons{display:flex;justify-content:center;gap:1.5rem}@media (max-width: 576px){.pricing-main .pricing-cta-section .cta-content .cta-buttons{flex-direction:column;align-items:center}}.pricing-main .pricing-cta-section .cta-content .cta-buttons .cta-button{padding:1.2rem 2.5rem;border-radius:50px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;min-width:200px}@media (max-width: 768px){.pricing-main .pricing-cta-section .cta-content .cta-buttons .cta-button{padding:1rem 2rem;font-size:1rem}}.pricing-main .pricing-cta-section .cta-content .cta-buttons .cta-button.primary{background-color:#fff;color:var(--color-primary)}.pricing-main .pricing-cta-section .cta-content .cta-buttons .cta-button.primary:hover{transform:translateY(-5px);box-shadow:0 15px 30px #0003}.pricing-main .pricing-cta-section .cta-content .cta-buttons .cta-button.secondary{background-color:transparent;border:2px solid white;color:#fff}.pricing-main .pricing-cta-section .cta-content .cta-buttons .cta-button.secondary svg{margin-right:.5rem;stroke:#fff}.pricing-main .pricing-cta-section .cta-content .cta-buttons .cta-button.secondary:hover{background-color:#ffffff1a;transform:translateY(-5px);box-shadow:0 15px 30px #0003}.pricing-main .pricing-cta-section .cta-shapes{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:1}.pricing-main .pricing-cta-section .cta-shapes .shape{position:absolute;border-radius:50%}.pricing-main .pricing-cta-section .cta-shapes .shape.shape-1{width:300px;height:300px;bottom:-150px;left:-100px;background:radial-gradient(circle at center,rgba(255,255,255,.2),transparent 70%)}.pricing-main .pricing-cta-section .cta-shapes .shape.shape-2{width:400px;height:400px;top:-200px;right:-200px;background:radial-gradient(circle at center,rgba(255,255,255,.15),transparent 70%)}.pricing-main .pricing-cta-section .cta-shapes .shape.shape-3{width:200px;height:200px;top:50%;left:60%;background:radial-gradient(circle at center,rgba(255,255,255,.1),transparent 70%)}.pricing-main .animate-on-scroll{transition:opacity .8s ease,transform .8s ease}.pricing-main .animate-on-scroll[data-id=benefit-1]{transition-delay:.1s}.pricing-main .animate-on-scroll[data-id=benefit-2]{transition-delay:.2s}.pricing-main .animate-on-scroll[data-id=benefit-3]{transition-delay:.3s}.pricing-main .animate-on-scroll[data-id=benefit-4]{transition-delay:.4s}.pricing-main .animate-on-scroll[data-id=faq-1]{transition-delay:.1s}.pricing-main .animate-on-scroll[data-id=faq-2]{transition-delay:.2s}.pricing-main .animate-on-scroll[data-id=faq-3]{transition-delay:.3s}.pricing-main .animate-on-scroll[data-id=faq-4]{transition-delay:.4s}.lead-gen-section{position:relative;width:100%;min-height:100vh;overflow:hidden;background-color:#fff;padding:120px 0 80px}@media (max-width: 991px){.lead-gen-section{padding:100px 0 60px}}@media (max-width: 768px){.lead-gen-section{padding:80px 0 40px}}.lead-gen-section .lead-gen-pattern-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 10% 20%,rgba(var(--color-primary-rgb),.05) 0%,transparent 10%),radial-gradient(circle at 90% 30%,rgba(var(--color-secondary-rgb),.05) 0%,transparent 20%),radial-gradient(circle at 30% 70%,rgba(var(--color-primary-rgb),.05) 0%,transparent 15%),radial-gradient(circle at 70% 90%,rgba(var(--color-secondary-rgb),.05) 0%,transparent 12%);opacity:.7;z-index:0}.lead-gen-section .lead-gen-container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}@media (max-width: 768px){.lead-gen-section .lead-gen-container{padding:0 1.5rem}}.lead-gen-section .lead-gen-header{text-align:center;margin-bottom:4rem}@media (max-width: 768px){.lead-gen-section .lead-gen-header{margin-bottom:3rem}}.lead-gen-section .lead-gen-header .section-tag{display:inline-block;padding:.5rem 1.5rem;font-size:.875rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:#fff;background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));border-radius:50px;margin-bottom:1.5rem;box-shadow:0 4px 15px rgba(var(--color-primary-rgb),.3)}.lead-gen-section .lead-gen-header .section-title{font-size:3rem;line-height:1.2;margin-bottom:1.5rem;color:var(--color-dark);font-weight:800}@media (max-width: 991px){.lead-gen-section .lead-gen-header .section-title{font-size:2.5rem}}@media (max-width: 768px){.lead-gen-section .lead-gen-header .section-title{font-size:2.2rem}}@media (max-width: 480px){.lead-gen-section .lead-gen-header .section-title{font-size:1.8rem}}.lead-gen-section .lead-gen-header .section-title .highlight{color:var(--color-primary);position:relative}.lead-gen-section .lead-gen-header .section-title .highlight:after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:6px;border-radius:3px;background:linear-gradient(90deg,var(--color-primary),var(--color-primary-light));z-index:-1;opacity:.3}.lead-gen-section .lead-gen-header .section-subtitle{max-width:700px;margin:0 auto;font-size:1.25rem;line-height:1.6;color:rgba(var(--color-dark-rgb),.8)}@media (max-width: 768px){.lead-gen-section .lead-gen-header .section-subtitle{font-size:1.1rem}}.lead-gen-section .service-showcase{display:flex;gap:3rem;margin-bottom:5rem}@media (max-width: 991px){.lead-gen-section .service-showcase{flex-direction:column;gap:2rem;margin-bottom:4rem}}.lead-gen-section .service-showcase .services-nav{display:flex;flex-direction:column;min-width:280px}@media (max-width: 991px){.lead-gen-section .service-showcase .services-nav{flex-direction:row;min-width:0;flex-wrap:wrap;justify-content:center;gap:.5rem}}.lead-gen-section .service-showcase .services-nav .service-nav-item{display:flex;align-items:center;gap:1rem;padding:1.2rem 1.5rem;background-color:#fff;border:1px solid rgba(var(--color-secondary-rgb),.15);border-radius:12px;margin-bottom:1rem;cursor:pointer;transition:all .3s ease;position:relative;text-align:left}@media (max-width: 991px){.lead-gen-section .service-showcase .services-nav .service-nav-item{padding:.8rem 1rem;margin-bottom:0;flex-direction:column;text-align:center;min-width:120px;gap:.5rem}}.lead-gen-section .service-showcase .services-nav .service-nav-item:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(var(--color-dark-rgb),.1)}.lead-gen-section .service-showcase .services-nav .service-nav-item.active{background:linear-gradient(135deg,rgba(var(--color-secondary-rgb),.05),rgba(var(--color-secondary-rgb),.1));border-color:rgba(var(--color-secondary-rgb),.3);box-shadow:0 8px 20px rgba(var(--color-dark-rgb),.1)}.lead-gen-section .service-showcase .services-nav .service-nav-item.active:before{content:"";position:absolute;left:0;top:0;height:100%;width:4px;background:linear-gradient(to bottom,var(--color-primary),var(--color-secondary));border-radius:2px 0 0 2px}@media (max-width: 991px){.lead-gen-section .service-showcase .services-nav .service-nav-item.active:before{left:0;top:0;height:3px;width:100%;border-radius:2px 2px 0 0;background:linear-gradient(to right,var(--color-primary),var(--color-secondary))}}.lead-gen-section .service-showcase .services-nav .service-nav-item.active .service-icon{color:var(--color-primary)}.lead-gen-section .service-showcase .services-nav .service-nav-item.active .service-title{color:var(--color-secondary);font-weight:700}.lead-gen-section .service-showcase .services-nav .service-nav-item .service-icon{color:rgba(var(--color-dark-rgb),.6);transition:all .3s ease}.lead-gen-section .service-showcase .services-nav .service-nav-item .service-title{font-weight:600;color:rgba(var(--color-dark-rgb),.8);transition:all .3s ease}@media (max-width: 991px){.lead-gen-section .service-showcase .services-nav .service-nav-item .service-title{font-size:.9rem}}.lead-gen-section .service-showcase .service-detail{flex:1;background:linear-gradient(135deg,#fff,rgba(var(--color-secondary-rgb),.02));border-radius:20px;padding:2.5rem;box-shadow:0 10px 30px rgba(var(--color-dark-rgb),.05);position:relative;overflow:hidden}@media (max-width: 768px){.lead-gen-section .service-showcase .service-detail{padding:2rem 1.5rem}}.lead-gen-section .service-showcase .service-detail .service-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:1.5rem}.lead-gen-section .service-showcase .service-detail .service-header .service-icon-large{display:flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:16px;background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));color:#fff;box-shadow:0 8px 20px rgba(var(--color-primary-rgb),.3)}.lead-gen-section .service-showcase .service-detail .service-header .service-icon-large svg{width:32px;height:32px}.lead-gen-section .service-showcase .service-detail .service-header h2{margin-bottom:0;font-size:2.2rem}@media (max-width: 768px){.lead-gen-section .service-showcase .service-detail .service-header h2{font-size:1.8rem}}.lead-gen-section .service-showcase .service-detail .service-description{font-size:1.1rem;line-height:1.6;margin-bottom:2rem;color:rgba(var(--color-dark-rgb),.8)}@media (max-width: 768px){.lead-gen-section .service-showcase .service-detail .service-description{font-size:1rem}}.lead-gen-section .service-showcase .service-detail .service-features-benefits{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2.5rem}@media (max-width: 768px){.lead-gen-section .service-showcase .service-detail .service-features-benefits{grid-template-columns:1fr;gap:1.5rem}}.lead-gen-section .service-showcase .service-detail .service-features-benefits h3{font-size:1.4rem;margin-bottom:1.2rem;color:var(--color-secondary);position:relative;display:inline-block}.lead-gen-section .service-showcase .service-detail .service-features-benefits h3:after{content:"";position:absolute;left:0;bottom:-8px;width:40px;height:3px;background:var(--color-primary);border-radius:2px}.lead-gen-section .service-showcase .service-detail .service-features-benefits ul{list-style:none;padding:0;margin:0}.lead-gen-section .service-showcase .service-detail .service-features-benefits ul li{display:flex;align-items:flex-start;gap:.8rem;margin-bottom:.8rem;font-size:1.05rem}@media (max-width: 768px){.lead-gen-section .service-showcase .service-detail .service-features-benefits ul li{font-size:.95rem}}.lead-gen-section .service-showcase .service-detail .service-features-benefits ul li span.check-icon,.lead-gen-section .service-showcase .service-detail .service-features-benefits ul li span.benefit-icon{margin-top:2px;display:flex;align-items:center;justify-content:center;min-width:22px;height:22px}.lead-gen-section .service-showcase .service-detail .service-features-benefits ul li span.check-icon svg,.lead-gen-section .service-showcase .service-detail .service-features-benefits ul li span.benefit-icon svg{color:var(--color-primary)}.lead-gen-section .service-showcase .service-detail .service-features-benefits ul li span.benefit-icon svg{color:var(--color-secondary)}.lead-gen-section .service-showcase .service-detail .service-actions{display:flex;gap:1rem}@media (max-width: 480px){.lead-gen-section .service-showcase .service-detail .service-actions{flex-direction:column}}.lead-gen-section .service-showcase .service-detail .service-actions .btn{min-width:200px}@media (max-width: 768px){.lead-gen-section .service-showcase .service-detail .service-actions .btn{min-width:180px}}@media (max-width: 480px){.lead-gen-section .service-showcase .service-detail .service-actions .btn{width:100%}}.lead-gen-section .service-showcase .service-detail .service-actions .btn svg{margin-left:.5rem;transition:transform .3s ease}.lead-gen-section .service-showcase .service-detail .service-actions .btn:hover svg{transform:translate(4px)}.lead-gen-section .process-section{margin-bottom:5rem}@media (max-width: 768px){.lead-gen-section .process-section{margin-bottom:4rem}}.lead-gen-section .process-section h2{text-align:center;margin-bottom:3rem;font-size:2.4rem}@media (max-width: 768px){.lead-gen-section .process-section h2{font-size:2rem;margin-bottom:2.5rem}}.lead-gen-section .process-section .process-timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media (max-width: 991px){.lead-gen-section .process-section .process-timeline{grid-template-columns:repeat(2,1fr)}}@media (max-width: 580px){.lead-gen-section .process-section .process-timeline{grid-template-columns:1fr}}.lead-gen-section .process-section .process-timeline .process-step{background-color:#fff;padding:2rem;border-radius:16px;box-shadow:0 10px 30px rgba(var(--color-dark-rgb),.05);position:relative;transition:all .3s ease}.lead-gen-section .process-section .process-timeline .process-step:hover{transform:translateY(-5px);box-shadow:0 15px 30px rgba(var(--color-dark-rgb),.1)}.lead-gen-section .process-section .process-timeline .process-step .step-number{position:absolute;top:-20px;left:20px;font-size:2.5rem;font-weight:900;background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;opacity:.7}.lead-gen-section .process-section .process-timeline .process-step .step-content h3{margin-top:1rem;margin-bottom:1rem;font-size:1.25rem;color:var(--color-secondary)}.lead-gen-section .process-section .process-timeline .process-step .step-content p{color:rgba(var(--color-dark-rgb),.7);line-height:1.6;margin:0}.lead-gen-section .cta-section{background:linear-gradient(135deg,rgba(var(--color-primary-rgb),.05),rgba(var(--color-secondary-rgb),.1));padding:3.5rem;border-radius:24px;box-shadow:0 15px 30px rgba(var(--color-dark-rgb),.05);display:flex;align-items:center;justify-content:space-between;position:relative;overflow:hidden}@media (max-width: 991px){.lead-gen-section .cta-section{flex-direction:column;text-align:center;padding:3rem 2rem}}@media (max-width: 480px){.lead-gen-section .cta-section{padding:2.5rem 1.5rem}}.lead-gen-section .cta-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,rgba(var(--color-primary-rgb),.03),rgba(var(--color-primary-rgb),0),rgba(var(--color-secondary-rgb),.03));background-size:200% 200%;animation:gradientFlow 15s ease infinite;z-index:0}.lead-gen-section .cta-section .cta-content{position:relative;z-index:1}.lead-gen-section .cta-section .cta-content h2{margin-bottom:.5rem;font-size:2.2rem}@media (max-width: 768px){.lead-gen-section .cta-section .cta-content h2{font-size:1.8rem}}.lead-gen-section .cta-section .cta-content p{font-size:1.2rem;color:rgba(var(--color-dark-rgb),.8);margin:0}@media (max-width: 768px){.lead-gen-section .cta-section .cta-content p{font-size:1.1rem}}.lead-gen-section .cta-section .cta-buttons{display:flex;gap:1rem;position:relative;z-index:1}@media (max-width: 991px){.lead-gen-section .cta-section .cta-buttons{margin-top:2rem}}@media (max-width: 480px){.lead-gen-section .cta-section .cta-buttons{flex-direction:column}}.lead-gen-section .floating-elements{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.lead-gen-section .floating-elements .floating-element{position:absolute;border-radius:50%;opacity:.4;filter:blur(40px)}.lead-gen-section .floating-elements .floating-element.fe-1{top:15%;left:-5%;width:400px;height:400px;background:linear-gradient(135deg,rgba(var(--color-primary-rgb),.2),rgba(var(--color-primary-rgb),0));animation:float 20s ease-in-out infinite}@media (max-width: 768px){.lead-gen-section .floating-elements .floating-element.fe-1{width:300px;height:300px}}.lead-gen-section .floating-elements .floating-element.fe-2{top:40%;right:-8%;width:500px;height:500px;background:linear-gradient(135deg,rgba(var(--color-secondary-rgb),0),rgba(var(--color-secondary-rgb),.15));animation:float 25s ease-in-out infinite reverse}@media (max-width: 768px){.lead-gen-section .floating-elements .floating-element.fe-2{width:350px;height:350px}}.lead-gen-section .floating-elements .floating-element.fe-3{bottom:10%;left:20%;width:300px;height:300px;background:linear-gradient(135deg,rgba(var(--color-primary-rgb),.1),rgba(var(--color-secondary-rgb),.1));animation:float 18s ease-in-out infinite}@media (max-width: 768px){.lead-gen-section .floating-elements .floating-element.fe-3{width:200px;height:200px}}.lead-gen-section .in-view .slide-in-element{animation:slideUp .8s ease forwards}.lead-gen-section .in-view .fade-in-element{animation:fadeIn 1s ease forwards}.lead-gen-section .in-view .appear-element{animation:fadeIn .5s ease forwards}.lead-gen-section .in-view .delay-1{animation-delay:.2s}.lead-gen-section .in-view .delay-2{animation-delay:.4s}.lead-gen-section .in-view .delay-3{animation-delay:.6s}@keyframes dash{to{stroke-dashoffset:1000}}@keyframes glow{0%,to{box-shadow:0 0 10px rgba(var(--color-primary-rgb),.5)}50%{box-shadow:0 0 25px rgba(var(--color-primary-rgb),.8)}}.seo-section{position:relative;width:100%;min-height:100vh;background-color:#fff;overflow:hidden;padding:0 0 60px;margin-top:0}@media (max-width: 991px){.seo-section{padding:0 0 50px}}@media (max-width: 768px){.seo-section{padding:0 0 40px}}.seo-section .seo-floating-elements{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden}.seo-section .seo-floating-elements .floating-element{position:absolute;border-radius:50%;opacity:.1;background:transparent;animation:float linear infinite;pointer-events:none;color:rgba(var(--color-secondary-rgb),.2)}.seo-section .seo-floating-elements .floating-element svg{width:100%;height:100%}.seo-section .seo-floating-elements .floating-element.fe-3,.seo-section .seo-floating-elements .floating-element.fe-6,.seo-section .seo-floating-elements .floating-element.fe-9,.seo-section .seo-floating-elements .floating-element.fe-12{color:rgba(var(--color-primary-rgb),.2)}.seo-section .seo-gradient-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;background:radial-gradient(circle at 20% 30%,rgba(var(--color-primary-rgb),.03) 0%,transparent 20%),radial-gradient(circle at 80% 20%,rgba(var(--color-secondary-rgb),.03) 0%,transparent 20%),radial-gradient(circle at 40% 80%,rgba(var(--color-primary-rgb),.03) 0%,transparent 20%),radial-gradient(circle at 70% 70%,rgba(var(--color-secondary-rgb),.03) 0%,transparent 20%);opacity:.9}.seo-section .seo-mesh-grid{position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(to right,rgba(var(--color-secondary-rgb),.03) 1px,transparent 1px),linear-gradient(to bottom,rgba(var(--color-secondary-rgb),.03) 1px,transparent 1px);background-size:40px 40px;z-index:0;opacity:.7}@media (max-width: 768px){.seo-section .seo-mesh-grid{background-size:30px 30px}}.seo-section .seo-container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:1;padding-top:60px}@media (max-width: 991px){.seo-section .seo-container{padding-top:50px}}@media (max-width: 768px){.seo-section .seo-container{padding-top:40px}}.seo-section .seo-hero{text-align:center;margin-bottom:4rem;margin-top:0;position:relative;padding-top:1rem;display:block;min-height:200px}@media (max-width: 768px){.seo-section .seo-hero{margin-bottom:3rem}}.seo-section .seo-hero .hero-badge{display:inline-block;padding:.6rem 1.8rem;font-size:.9rem;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:#fff;background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));border-radius:50px;margin-bottom:1.8rem;box-shadow:0 8px 20px rgba(var(--color-primary-rgb),.3);position:relative;overflow:hidden}.seo-section .seo-hero .hero-badge:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(to right,#fff0,#ffffff4d,#fff0);transform:rotate(30deg);animation:shimmer 3s infinite;pointer-events:none}.seo-section .seo-hero .hero-title{font-size:3.5rem;line-height:1.2;margin-bottom:1.5rem;color:var(--color-dark);font-weight:800}@media (max-width: 991px){.seo-section .seo-hero .hero-title{font-size:3rem}}@media (max-width: 768px){.seo-section .seo-hero .hero-title{font-size:2.5rem}}@media (max-width: 480px){.seo-section .seo-hero .hero-title{font-size:2rem}}.seo-section .seo-hero .hero-title .highlight{color:var(--color-primary);position:relative;display:inline-block}.seo-section .seo-hero .hero-title .highlight:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:8px;background:linear-gradient(90deg,var(--color-primary),var(--color-primary-light));border-radius:4px;z-index:-1;opacity:.3}.seo-section .seo-hero .hero-description{max-width:700px;margin:0 auto 2.5rem;font-size:1.3rem;line-height:1.6;color:rgba(var(--color-dark-rgb),.75)}@media (max-width: 768px){.seo-section .seo-hero .hero-description{font-size:1.1rem;margin-bottom:2rem}}.seo-section .seo-hero .hero-stats{display:flex;justify-content:center;gap:3rem;margin:0 auto}@media (max-width: 768px){.seo-section .seo-hero .hero-stats{gap:2rem}}@media (max-width: 480px){.seo-section .seo-hero .hero-stats{flex-direction:column;gap:1.5rem}}.seo-section .seo-hero .hero-stats .stat-item{text-align:center}.seo-section .seo-hero .hero-stats .stat-item .stat-value{font-size:2.8rem;font-weight:800;color:var(--color-secondary);margin-bottom:.5rem;line-height:1;font-family:var(--font-secondary);position:relative;display:inline-block}@media (max-width: 768px){.seo-section .seo-hero .hero-stats .stat-item .stat-value{font-size:2.5rem}}.seo-section .seo-hero .hero-stats .stat-item .stat-value:after{content:"";position:absolute;bottom:-5px;left:25%;width:50%;height:3px;background:var(--color-primary);border-radius:2px}.seo-section .seo-hero .hero-stats .stat-item .stat-label{font-size:1rem;color:rgba(var(--color-dark-rgb),.7);font-weight:500}@media (max-width: 768px){.seo-section .seo-hero .hero-stats .stat-item .stat-label{font-size:.9rem}}.seo-section .search-rankings-visualization{background:linear-gradient(135deg,#f8f9fa,#f1f3f5);border-radius:16px;padding:2rem;margin-bottom:5rem;box-shadow:0 15px 30px rgba(var(--color-dark-rgb),.05);overflow:hidden;transition:all .3s ease}@media (max-width: 768px){.seo-section .search-rankings-visualization{padding:1.5rem;margin-bottom:4rem}}.seo-section .search-rankings-visualization:hover{box-shadow:0 20px 40px rgba(var(--color-dark-rgb),.1);transform:translateY(-5px)}.seo-section .search-rankings-visualization .search-bar{display:flex;align-items:center;background-color:#fff;border-radius:50px;padding:.8rem 1.5rem;margin-bottom:1.5rem;box-shadow:0 5px 15px rgba(var(--color-dark-rgb),.05)}.seo-section .search-rankings-visualization .search-bar .search-icon{margin-right:.8rem;color:rgba(var(--color-dark-rgb),.5)}.seo-section .search-rankings-visualization .search-bar .search-placeholder{color:rgba(var(--color-dark-rgb),.7);font-size:1rem}.seo-section .search-rankings-visualization .search-results .result-item{display:flex;align-items:flex-start;padding:1.2rem;border-radius:8px;margin-bottom:1rem;transition:all .3s ease;position:relative}.seo-section .search-rankings-visualization .search-results .result-item.featured{background-color:rgba(var(--color-primary-rgb),.05);border-left:3px solid var(--color-primary)}.seo-section .search-rankings-visualization .search-results .result-item.featured.hover{transform:scale(1.03) translate(5px);box-shadow:0 8px 20px rgba(var(--color-primary-rgb),.15);z-index:2}.seo-section .search-rankings-visualization .search-results .result-item.featured .result-title{color:var(--color-primary);font-weight:700}.seo-section .search-rankings-visualization .search-results .result-item.competitor{background-color:#fff;border-left:3px solid rgba(var(--color-dark-rgb),.1)}.seo-section .search-rankings-visualization .search-results .result-item.competitor.hover{opacity:.7;transform:scale(.98)}.seo-section .search-rankings-visualization .search-results .result-item .result-rank{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background-color:#f8f9fa;border-radius:50%;margin-right:1rem;font-weight:700;color:rgba(var(--color-dark-rgb),.7);flex-shrink:0;font-size:.9rem}.featured .seo-section .search-rankings-visualization .search-results .result-item .result-rank{background-color:var(--color-primary);color:#fff}.seo-section .search-rankings-visualization .search-results .result-item .result-content .result-title{font-weight:600;margin-bottom:.3rem;color:rgba(var(--color-dark-rgb),.8)}.seo-section .search-rankings-visualization .search-results .result-item .result-content .result-url{color:green;font-size:.9rem;margin-bottom:.3rem}.seo-section .search-rankings-visualization .search-results .result-item .result-content .result-description{font-size:.9rem;color:rgba(var(--color-dark-rgb),.6);line-height:1.4}.seo-section .services-section{margin-bottom:5rem}@media (max-width: 768px){.seo-section .services-section{margin-bottom:4rem}}.seo-section .services-section .section-title{text-align:center;font-size:2.5rem;margin-bottom:.8rem}@media (max-width: 768px){.seo-section .services-section .section-title{font-size:2.2rem}}.seo-section .services-section .section-subtitle{text-align:center;font-size:1.1rem;color:rgba(var(--color-dark-rgb),.7);margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto}@media (max-width: 768px){.seo-section .services-section .section-subtitle{font-size:1rem;margin-bottom:2.5rem}}.seo-section .services-section .services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}@media (max-width: 768px){.seo-section .services-section .services-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem}}.seo-section .services-section .services-grid .service-card{background:#fff;border-radius:20px;padding:2rem;transition:all .3s ease;box-shadow:0 10px 25px rgba(var(--color-dark-rgb),.05);cursor:pointer;border:1px solid rgba(var(--color-dark-rgb),.05);height:100%;display:flex;flex-direction:column}.seo-section .services-section .services-grid .service-card:hover{transform:translateY(-10px);box-shadow:0 15px 30px rgba(var(--color-dark-rgb),.1)}.seo-section .services-section .services-grid .service-card.active{border-color:var(--color-primary);box-shadow:0 15px 30px rgba(var(--color-primary-rgb),.1)}.seo-section .services-section .services-grid .service-card.active .service-card-header .service-icon{background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));color:#fff}.seo-section .services-section .services-grid .service-card.active .service-card-header h3{color:var(--color-primary)}.seo-section .services-section .services-grid .service-card .service-card-header{display:flex;align-items:center;margin-bottom:1.2rem}.seo-section .services-section .services-grid .service-card .service-card-header .service-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background-color:rgba(var(--color-secondary-rgb),.1);color:var(--color-secondary);margin-right:1rem;transition:all .3s ease}.seo-section .services-section .services-grid .service-card .service-card-header h3{font-size:1.4rem;margin:0;font-weight:600;transition:all .3s ease}@media (max-width: 768px){.seo-section .services-section .services-grid .service-card .service-card-header h3{font-size:1.2rem}}.seo-section .services-section .services-grid .service-card .service-description{margin-bottom:1.5rem;color:rgba(var(--color-dark-rgb),.7);font-size:.95rem;line-height:1.5;flex-grow:1}.seo-section .services-section .services-grid .service-card .service-metrics-preview{display:flex;gap:1rem;margin-bottom:1.5rem}.seo-section .services-section .services-grid .service-card .service-metrics-preview .metric-preview{flex:1;display:flex;flex-direction:column;align-items:center}.seo-section .services-section .services-grid .service-card .service-metrics-preview .metric-preview .metric-circle{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem;position:relative}.seo-section .services-section .services-grid .service-card .service-metrics-preview .metric-preview .metric-circle:after{content:"";position:absolute;top:5px;left:5px;right:5px;bottom:5px;background:#fff;border-radius:50%}.seo-section .services-section .services-grid .service-card .service-metrics-preview .metric-preview .metric-circle .metric-value{font-size:.9rem;font-weight:700;color:var(--color-dark);position:relative;z-index:1}.seo-section .services-section .services-grid .service-card .service-metrics-preview .metric-preview .metric-label{font-size:.8rem;color:rgba(var(--color-dark-rgb),.6)}.seo-section .services-section .service-detail-panel{background:#fff;border-radius:24px;padding:2.5rem;box-shadow:0 20px 40px rgba(var(--color-dark-rgb),.08);margin-bottom:2rem}@media (max-width: 768px){.seo-section .services-section .service-detail-panel{padding:1.8rem}}.seo-section .services-section .service-detail-panel .service-detail-header{display:flex;align-items:center;margin-bottom:2rem}.seo-section .services-section .service-detail-panel .service-detail-header .detail-icon{display:flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:16px;background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));color:#fff;margin-right:1.5rem}@media (max-width: 768px){.seo-section .services-section .service-detail-panel .service-detail-header .detail-icon{width:50px;height:50px;border-radius:12px}}.seo-section .services-section .service-detail-panel .service-detail-header h3{font-size:1.8rem;margin:0;color:var(--color-dark)}@media (max-width: 768px){.seo-section .services-section .service-detail-panel .service-detail-header h3{font-size:1.5rem}}.seo-section .services-section .service-detail-panel .service-detail-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:2rem}@media (max-width: 991px){.seo-section .services-section .service-detail-panel .service-detail-content{grid-template-columns:1fr;gap:2rem}}.seo-section .services-section .service-detail-panel .service-detail-content .detail-description p{font-size:1.05rem;line-height:1.6;color:rgba(var(--color-dark-rgb),.75);margin-bottom:1.5rem}@media (max-width: 768px){.seo-section .services-section .service-detail-panel .service-detail-content .detail-description p{font-size:1rem}}.seo-section .services-section .service-detail-panel .service-detail-content .detail-description h4{font-size:1.2rem;margin-bottom:1.2rem;color:var(--color-secondary);position:relative}.seo-section .services-section .service-detail-panel .service-detail-content .detail-description h4:after{content:"";position:absolute;left:0;bottom:-5px;width:40px;height:3px;background:var(--color-primary)}.seo-section .services-section .service-detail-panel .service-detail-content .detail-description .benefits-list{list-style:none;padding:0}.seo-section .services-section .service-detail-panel .service-detail-content .detail-description .benefits-list li{display:flex;align-items:center;margin-bottom:.8rem;font-size:1rem}.seo-section .services-section .service-detail-panel .service-detail-content .detail-description .benefits-list li .benefit-check{min-width:20px;margin-right:.8rem;color:var(--color-primary)}.seo-section .services-section .service-detail-panel .service-detail-content .detail-metrics h4{font-size:1.2rem;margin-bottom:1.2rem;color:var(--color-secondary);position:relative}.seo-section .services-section .service-detail-panel .service-detail-content .detail-metrics h4:after{content:"";position:absolute;left:0;bottom:-5px;width:40px;height:3px;background:var(--color-primary)}.seo-section .services-section .service-detail-panel .service-detail-content .detail-metrics .metrics-container{background:rgba(var(--color-dark-rgb),.02);border-radius:16px;padding:1.8rem}@media (max-width: 768px){.seo-section .services-section .service-detail-panel .service-detail-content .detail-metrics .metrics-container{padding:1.5rem}}.seo-section .services-section .service-detail-panel .service-detail-content .detail-metrics .metrics-container .metric{margin-bottom:1.5rem}.seo-section .services-section .service-detail-panel .service-detail-content .detail-metrics .metrics-container .metric:last-child{margin-bottom:0}.seo-section .services-section .service-detail-panel .service-detail-content .detail-metrics .metrics-container .metric .metric-label{display:flex;justify-content:space-between;margin-bottom:.5rem;font-size:.9rem;color:rgba(var(--color-dark-rgb),.7);font-weight:500}.seo-section .services-section .service-detail-panel .service-detail-content .detail-metrics .metrics-container .metric .metric-bar{height:10px;background-color:rgba(var(--color-dark-rgb),.1);border-radius:5px;overflow:hidden;margin-bottom:.3rem}.seo-section .services-section .service-detail-panel .service-detail-content .detail-metrics .metrics-container .metric .metric-bar .metric-fill{height:100%;background:linear-gradient(90deg,var(--color-primary),var(--color-secondary));border-radius:5px;animation:fillBar 1.5s ease-out forwards}@keyframes fillBar{0%{width:0%}}.seo-section .services-section .service-detail-panel .service-detail-content .detail-metrics .metrics-container .metric .metric-percentage{font-size:.9rem;font-weight:600;color:var(--color-secondary);text-align:right}.seo-section .services-section .service-detail-panel .service-detail-cta{text-align:center}.seo-section .services-section .service-detail-panel .service-detail-cta .btn-service-action{display:inline-flex;align-items:center;justify-content:center;gap:.8rem;background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));color:#fff;border:none;border-radius:50px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 25px rgba(var(--color-primary-rgb),.3)}@media (max-width: 768px){.seo-section .services-section .service-detail-panel .service-detail-cta .btn-service-action{padding:.9rem 1.8rem;font-size:1rem}}.seo-section .services-section .service-detail-panel .service-detail-cta .btn-service-action:hover{transform:translateY(-3px);box-shadow:0 15px 30px rgba(var(--color-primary-rgb),.4)}.seo-section .services-section .service-detail-panel .service-detail-cta .btn-service-action:hover svg{transform:translate(3px)}.seo-section .services-section .service-detail-panel .service-detail-cta .btn-service-action svg{transition:transform .3s ease}.seo-section .process-section{margin-bottom:5rem}@media (max-width: 768px){.seo-section .process-section{margin-bottom:4rem}}.seo-section .process-section .section-title,.seo-section .process-section .section-subtitle{text-align:center}.seo-section .process-section .section-title{font-size:2.5rem;margin-bottom:.8rem}@media (max-width: 768px){.seo-section .process-section .section-title{font-size:2.2rem}}.seo-section .process-section .section-subtitle{font-size:1.1rem;color:rgba(var(--color-dark-rgb),.7);margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto}@media (max-width: 768px){.seo-section .process-section .section-subtitle{font-size:1rem;margin-bottom:2.5rem}}.seo-section .process-section .process-timeline{position:relative;display:flex;flex-direction:column;gap:2rem}.seo-section .process-section .process-timeline .timeline-track{position:absolute;top:40px;bottom:40px;left:40px;width:3px;background:linear-gradient(to bottom,var(--color-primary),var(--color-secondary));border-radius:2px;z-index:0}@media (max-width: 768px){.seo-section .process-section .process-timeline .timeline-track{left:30px}}@media (max-width: 480px){.seo-section .process-section .process-timeline .timeline-track{left:25px}}.seo-section .process-section .process-timeline .timeline-item{display:flex;position:relative;transition:all .3s ease}.seo-section .process-section .process-timeline .timeline-item:hover{transform:translate(5px)}.seo-section .process-section .process-timeline .timeline-item.active .timeline-icon .icon-bg{background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));color:#fff;box-shadow:0 10px 25px rgba(var(--color-primary-rgb),.3);transform:scale(1.1)}.seo-section .process-section .process-timeline .timeline-item.active .timeline-icon .icon-number{background-color:var(--color-primary);color:#fff;transform:scale(1.1)}.seo-section .process-section .process-timeline .timeline-item .timeline-icon{position:relative;margin-right:2rem}@media (max-width: 768px){.seo-section .process-section .process-timeline .timeline-item .timeline-icon{margin-right:1.5rem}}.seo-section .process-section .process-timeline .timeline-item .timeline-icon .icon-bg{display:flex;align-items:center;justify-content:center;width:80px;height:80px;background:#fff;border-radius:50%;box-shadow:0 8px 20px rgba(var(--color-dark-rgb),.1);z-index:1;color:var(--color-secondary);transition:all .3s ease}@media (max-width: 768px){.seo-section .process-section .process-timeline .timeline-item .timeline-icon .icon-bg{width:60px;height:60px}}.seo-section .process-section .process-timeline .timeline-item .timeline-icon .icon-bg svg{width:30px;height:30px}@media (max-width: 768px){.seo-section .process-section .process-timeline .timeline-item .timeline-icon .icon-bg svg{width:24px;height:24px}}.seo-section .process-section .process-timeline .timeline-item .timeline-icon .icon-number{position:absolute;top:0;right:0;width:30px;height:30px;background-color:var(--color-secondary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;z-index:2;transition:all .3s ease}@media (max-width: 768px){.seo-section .process-section .process-timeline .timeline-item .timeline-icon .icon-number{width:24px;height:24px;font-size:.8rem}}.seo-section .process-section .process-timeline .timeline-item .timeline-content{background:#fff;border-radius:16px;padding:1.8rem;flex:1;box-shadow:0 8px 20px rgba(var(--color-dark-rgb),.05)}@media (max-width: 768px){.seo-section .process-section .process-timeline .timeline-item .timeline-content{padding:1.5rem}}.seo-section .process-section .process-timeline .timeline-item .timeline-content h3{font-size:1.5rem;margin-bottom:.8rem;color:var(--color-secondary)}@media (max-width: 768px){.seo-section .process-section .process-timeline .timeline-item .timeline-content h3{font-size:1.3rem}}.seo-section .process-section .process-timeline .timeline-item .timeline-content p{color:rgba(var(--color-dark-rgb),.7);margin-bottom:1.2rem;font-size:1rem;line-height:1.6}.seo-section .process-section .process-timeline .timeline-item .timeline-content .timeline-progress .progress-bar{height:6px;background-color:rgba(var(--color-dark-rgb),.1);border-radius:3px;overflow:hidden;margin-bottom:.5rem}.seo-section .process-section .process-timeline .timeline-item .timeline-content .timeline-progress .progress-bar .progress-fill{height:100%;background:linear-gradient(90deg,var(--color-primary),var(--color-secondary));border-radius:3px}.seo-section .process-section .process-timeline .timeline-item .timeline-content .timeline-progress .progress-text{font-size:.8rem;color:rgba(var(--color-dark-rgb),.6);text-align:right}.seo-section .seo-ranking-graph{margin-bottom:5rem;background:#fff;border-radius:20px;padding:2.5rem;box-shadow:0 15px 30px rgba(var(--color-dark-rgb),.05)}@media (max-width: 768px){.seo-section .seo-ranking-graph{margin-bottom:4rem;padding:1.8rem}}.seo-section .seo-ranking-graph .graph-header{text-align:center;margin-bottom:2.5rem}.seo-section .seo-ranking-graph .graph-header h2{font-size:2rem;margin-bottom:.8rem}@media (max-width: 768px){.seo-section .seo-ranking-graph .graph-header h2{font-size:1.8rem}}.seo-section .seo-ranking-graph .graph-header p{color:rgba(var(--color-dark-rgb),.7);max-width:600px;margin:0 auto}.seo-section .seo-ranking-graph .graph-container{position:relative;height:350px}@media (max-width: 768px){.seo-section .seo-ranking-graph .graph-container{height:280px}}@media (max-width: 480px){.seo-section .seo-ranking-graph .graph-container{height:220px}}.seo-section .seo-ranking-graph .graph-container .graph-axes{position:absolute;top:0;left:0;right:0;bottom:0}.seo-section .seo-ranking-graph .graph-container .graph-axes .y-axis{position:absolute;top:0;left:0;bottom:40px;width:80px;display:flex;flex-direction:column;justify-content:space-between}.seo-section .seo-ranking-graph .graph-container .graph-axes .y-axis span{font-size:.8rem;color:rgba(var(--color-dark-rgb),.6);transform:translateY(50%)}.seo-section .seo-ranking-graph .graph-container .graph-axes .x-axis{position:absolute;left:80px;right:0;bottom:0;height:40px;display:flex;justify-content:space-between}.seo-section .seo-ranking-graph .graph-container .graph-axes .x-axis span{font-size:.8rem;color:rgba(var(--color-dark-rgb),.6);transform:translate(-50%)}.seo-section .seo-ranking-graph .graph-container .graph-axes .x-axis span:first-child{transform:translate(0)}.seo-section .seo-ranking-graph .graph-container .graph-axes .x-axis span:last-child{transform:translate(-100%)}@media (max-width: 480px){.seo-section .seo-ranking-graph .graph-container .graph-axes .x-axis span{font-size:.7rem}}.seo-section .seo-ranking-graph .graph-container .graph-plot{position:absolute;top:0;left:80px;right:0;bottom:40px;border-left:1px solid rgba(var(--color-dark-rgb),.1);border-bottom:1px solid rgba(var(--color-dark-rgb),.1);background-image:linear-gradient(to right,rgba(var(--color-dark-rgb),.05) 1px,transparent 1px),linear-gradient(to bottom,rgba(var(--color-dark-rgb),.05) 1px,transparent 1px);background-size:25% 25%}.seo-section .seo-ranking-graph .graph-container .graph-plot .plot-line{position:absolute;top:0;left:0;right:0;bottom:0;overflow:visible}.seo-section .seo-ranking-graph .graph-container .graph-plot .plot-line.rankings-line:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,rgba(var(--color-primary-rgb),0),rgba(var(--color-primary-rgb),.1),rgba(var(--color-primary-rgb),.2));clip-path:polygon(0% 90%,25% 75%,50% 55%,75% 35%,100% 15%,100% 100%,0% 100%)}.seo-section .seo-ranking-graph .graph-container .graph-plot .plot-line.rankings-line .plot-point{background-color:var(--color-primary);border:2px solid white;box-shadow:0 0 0 2px var(--color-primary)}.seo-section .seo-ranking-graph .graph-container .graph-plot .plot-line.traffic-line:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,rgba(var(--color-secondary-rgb),0),rgba(var(--color-secondary-rgb),.1),rgba(var(--color-secondary-rgb),.2));clip-path:polygon(0% 95%,25% 85%,50% 65%,75% 45%,100% 25%,100% 100%,0% 100%)}.seo-section .seo-ranking-graph .graph-container .graph-plot .plot-line.traffic-line .plot-point{background-color:var(--color-secondary);border:2px solid white;box-shadow:0 0 0 2px var(--color-secondary)}.seo-section .seo-ranking-graph .graph-container .graph-plot .plot-line.conversion-line:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,rgba(var(--color-dark-rgb),0),rgba(var(--color-dark-rgb),.1),rgba(var(--color-dark-rgb),.15));clip-path:polygon(0% 98%,25% 90%,50% 80%,75% 60%,100% 40%,100% 100%,0% 100%)}.seo-section .seo-ranking-graph .graph-container .graph-plot .plot-line.conversion-line .plot-point{background-color:var(--color-dark);border:2px solid white;box-shadow:0 0 0 2px var(--color-dark)}.seo-section .seo-ranking-graph .graph-container .graph-plot .plot-line:before{content:"";position:absolute;top:10%;left:0%;width:100%;height:1px;background:linear-gradient(90deg,transparent 0%,transparent 100%);z-index:1;border-top:1px dashed rgba(var(--color-dark-rgb),.1)}.seo-section .seo-ranking-graph .graph-container .graph-plot .plot-line .plot-point{position:absolute;width:12px;height:12px;border-radius:50%;transform:translate(-50%,50%);z-index:2}@media (max-width: 480px){.seo-section .seo-ranking-graph .graph-container .graph-plot .plot-line .plot-point{width:10px;height:10px}}.seo-section .seo-ranking-graph .graph-container .graph-plot .plot-legend{position:absolute;top:20px;right:20px;background:#fff;border-radius:8px;padding:.8rem;box-shadow:0 5px 15px rgba(var(--color-dark-rgb),.05);display:flex;flex-direction:column;gap:.5rem}@media (max-width: 480px){.seo-section .seo-ranking-graph .graph-container .graph-plot .plot-legend{top:10px;right:10px;padding:.6rem}}.seo-section .seo-ranking-graph .graph-container .graph-plot .plot-legend .legend-item{display:flex;align-items:center;gap:.5rem}.seo-section .seo-ranking-graph .graph-container .graph-plot .plot-legend .legend-item .legend-color{width:12px;height:12px;border-radius:50%}.seo-section .seo-ranking-graph .graph-container .graph-plot .plot-legend .legend-item .legend-color.rankings{background-color:var(--color-primary)}.seo-section .seo-ranking-graph .graph-container .graph-plot .plot-legend .legend-item .legend-color.traffic{background-color:var(--color-secondary)}.seo-section .seo-ranking-graph .graph-container .graph-plot .plot-legend .legend-item .legend-color.conversions{background-color:var(--color-dark)}.seo-section .seo-ranking-graph .graph-container .graph-plot .plot-legend .legend-item .legend-label{font-size:.8rem;color:rgba(var(--color-dark-rgb),.7)}@media (max-width: 480px){.seo-section .seo-ranking-graph .graph-container .graph-plot .plot-legend .legend-item .legend-label{font-size:.7rem}}.seo-section .seo-cta-section{margin-bottom:2rem}.seo-section .seo-cta-section .cta-glass-card{position:relative;background:#ffffff4d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;padding:3rem;overflow:hidden;border:1px solid rgba(255,255,255,.5);box-shadow:0 20px 40px rgba(var(--color-dark-rgb),.1),0 5px 15px rgba(var(--color-dark-rgb),.05)}@media (max-width: 768px){.seo-section .seo-cta-section .cta-glass-card{padding:2.5rem}}@media (max-width: 480px){.seo-section .seo-cta-section .cta-glass-card{padding:2rem 1.5rem}}.seo-section .seo-cta-section .cta-glass-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(var(--color-primary-rgb),.05),rgba(var(--color-secondary-rgb),.1));z-index:-1}.seo-section .seo-cta-section .cta-glass-card .cta-content{position:relative;z-index:1;text-align:center;max-width:700px;margin:0 auto}.seo-section .seo-cta-section .cta-glass-card .cta-content h2{font-size:2.5rem;margin-bottom:1rem}@media (max-width: 768px){.seo-section .seo-cta-section .cta-glass-card .cta-content h2{font-size:2.2rem}}@media (max-width: 480px){.seo-section .seo-cta-section .cta-glass-card .cta-content h2{font-size:1.8rem}}.seo-section .seo-cta-section .cta-glass-card .cta-content p{font-size:1.2rem;color:rgba(var(--color-dark-rgb),.8);margin-bottom:2rem}@media (max-width: 768px){.seo-section .seo-cta-section .cta-glass-card .cta-content p{font-size:1.1rem}}.seo-section .seo-cta-section .cta-glass-card .cta-content .cta-buttons{display:flex;justify-content:center;gap:1.5rem}@media (max-width: 480px){.seo-section .seo-cta-section .cta-glass-card .cta-content .cta-buttons{flex-direction:column;gap:1rem}}.seo-section .seo-cta-section .cta-glass-card .cta-content .cta-buttons .btn{padding:1rem 2rem;font-size:1.1rem;border-radius:50px;min-width:220px;font-weight:600}@media (max-width: 768px){.seo-section .seo-cta-section .cta-glass-card .cta-content .cta-buttons .btn{padding:.9rem 1.8rem;font-size:1rem;min-width:200px}}@media (max-width: 480px){.seo-section .seo-cta-section .cta-glass-card .cta-content .cta-buttons .btn{width:100%}}.seo-section .seo-cta-section .cta-glass-card .cta-content .cta-buttons .btn.btn-glow{background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));color:#fff;border:none;position:relative;overflow:hidden;box-shadow:0 10px 25px rgba(var(--color-primary-rgb),.4);animation:glow 3s infinite}.seo-section .seo-cta-section .cta-glass-card .cta-content .cta-buttons .btn.btn-glow .btn-particles{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;pointer-events:none}.seo-section .seo-cta-section .cta-glass-card .cta-content .cta-buttons .btn.btn-outline{background:transparent;border:2px solid var(--color-secondary);color:var(--color-secondary);transition:all .3s ease}.seo-section .seo-cta-section .cta-glass-card .cta-content .cta-buttons .btn.btn-outline:hover{background:var(--color-secondary);color:#fff;box-shadow:0 10px 25px rgba(var(--color-secondary-rgb),.3)}.seo-section .seo-cta-section .cta-glass-card .cta-decoration{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;overflow:hidden}.seo-section .seo-cta-section .cta-glass-card .cta-decoration .decoration-element{position:absolute;border-radius:50%}.seo-section .seo-cta-section .cta-glass-card .cta-decoration .decoration-element.de-1{top:-100px;right:-100px;width:300px;height:300px;background:radial-gradient(circle,rgba(var(--color-primary-rgb),.1),rgba(var(--color-primary-rgb),0) 70%)}.seo-section .seo-cta-section .cta-glass-card .cta-decoration .decoration-element.de-2{bottom:-80px;left:-80px;width:250px;height:250px;background:radial-gradient(circle,rgba(var(--color-secondary-rgb),.1),rgba(var(--color-secondary-rgb),0) 70%)}.seo-section .seo-cta-section .cta-glass-card .cta-decoration .decoration-element.de-3{top:30%;left:30%;width:200px;height:200px;background:radial-gradient(circle,rgba(var(--color-dark-rgb),.05),rgba(var(--color-dark-rgb),0) 70%)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes orbit{0%{transform:rotate(0) translate(20px) rotate(0)}to{transform:rotate(360deg) translate(20px) rotate(-360deg)}}@keyframes pulse{0%{transform:scale(.95);opacity:.7}50%{transform:scale(1.05);opacity:1}to{transform:scale(.95);opacity:.7}}@keyframes dash{to{stroke-dashoffset:-1000}}@keyframes wave{0%,to{transform:scale(0);opacity:.5}50%{transform:scale(1);opacity:0}}.digital-presence{position:relative;width:100%;min-height:100vh;overflow:hidden;background-color:#fafbff;padding:0}.digital-presence .dp-interactive-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden}.digital-presence .dp-interactive-bg .dp-bg-layer{position:absolute;top:0;left:0;width:100%;height:120%}.digital-presence .dp-interactive-bg .dp-bg-layer.dp-bg-shapes{opacity:.05;background-image:radial-gradient(circle at 20% 30%,var(--color-secondary) 0%,transparent 8%),radial-gradient(circle at 80% 20%,var(--color-primary) 0%,transparent 6%),radial-gradient(circle at 40% 80%,var(--color-secondary) 0%,transparent 10%),radial-gradient(circle at 70% 90%,var(--color-secondary) 0%,transparent 5%)}.digital-presence .dp-interactive-bg .dp-bg-blur{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-backdrop-filter:blur(100px);backdrop-filter:blur(100px);z-index:-1}.digital-presence .dp-interactive-bg .dp-floating-particles{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.digital-presence .dp-interactive-bg .dp-floating-particles .dp-particle{position:absolute;border-radius:50%;background:linear-gradient(135deg,rgba(var(--color-primary),.6),rgba(var(--color-secondary),.6));mix-blend-mode:screen;animation:float linear infinite}.digital-presence .dp-interactive-bg .dp-connection-lines{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;opacity:.1;overflow:hidden}.digital-presence .dp-interactive-bg .dp-connection-lines .dp-lines-svg{width:100%;height:100%}.digital-presence .dp-interactive-bg .dp-connection-lines .dp-lines-svg .dp-line{stroke:var(--color-secondary);stroke-width:1;stroke-dasharray:5;animation:dash 50s linear infinite}.digital-presence .dp-container{max-width:1400px;margin:0 auto;padding:80px 2rem;position:relative;z-index:2}@media (max-width: 991px){.digital-presence .dp-container{padding:60px 2rem}}@media (max-width: 768px){.digital-presence .dp-container{padding:40px 1.5rem}}.digital-presence .dp-hero{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;padding:2rem 0 4rem}@media (max-width: 991px){.digital-presence .dp-hero{grid-template-columns:1fr;gap:3rem}}.digital-presence .dp-hero .dp-hero-content .dp-subtitle{display:inline-block;background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;font-weight:700;letter-spacing:2px;margin-bottom:1.5rem;position:relative;font-size:1rem}.digital-presence .dp-hero .dp-hero-content .dp-subtitle:after{content:"";position:absolute;bottom:-8px;left:0;width:60px;height:3px;background:var(--color-primary)}.digital-presence .dp-hero .dp-hero-content .dp-title{font-size:3.8rem;line-height:1.1;margin-bottom:1.5rem;font-weight:800;color:var(--color-dark)}@media (max-width: 991px){.digital-presence .dp-hero .dp-hero-content .dp-title{font-size:3.2rem}}@media (max-width: 768px){.digital-presence .dp-hero .dp-hero-content .dp-title{font-size:2.8rem}}.digital-presence .dp-hero .dp-hero-content .dp-title .dp-title-highlight{display:inline;background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.digital-presence .dp-hero .dp-hero-content .dp-description{font-size:1.2rem;line-height:1.6;color:rgba(var(--color-dark),.7);margin-bottom:2.5rem;max-width:500px}@media (max-width: 768px){.digital-presence .dp-hero .dp-hero-content .dp-description{font-size:1.1rem}}.digital-presence .dp-hero .dp-hero-content .dp-hero-buttons{display:flex;gap:1.5rem}@media (max-width: 480px){.digital-presence .dp-hero .dp-hero-content .dp-hero-buttons{flex-direction:column;gap:1rem}}.digital-presence .dp-hero .dp-hero-visual{position:relative;display:flex;justify-content:center;align-items:center;min-height:400px}.digital-presence .dp-hero .dp-hero-visual .dp-digital-visual{position:relative;width:100%;height:100%}.digital-presence .dp-hero .dp-hero-visual .dp-digital-visual .dp-device{position:relative;width:240px;height:400px;margin:0 auto;background:linear-gradient(135deg,#2c2c2c,#1a1a1a);border-radius:30px;box-shadow:0 30px 60px rgba(var(--color-dark),.2);overflow:hidden}.digital-presence .dp-hero .dp-hero-visual .dp-digital-visual .dp-device .dp-device-screen{position:absolute;top:10px;left:10px;right:10px;bottom:10px;background:#fff;border-radius:20px;padding:15px}.digital-presence .dp-hero .dp-hero-visual .dp-digital-visual .dp-device .dp-device-screen .dp-screen-content{width:100%;height:100%}.digital-presence .dp-hero .dp-hero-visual .dp-digital-visual .dp-device .dp-device-screen .dp-screen-content .dp-mockup-logo{width:80px;height:30px;background:linear-gradient(90deg,var(--color-primary),var(--color-secondary));border-radius:4px;margin-bottom:25px}.digital-presence .dp-hero .dp-hero-visual .dp-digital-visual .dp-device .dp-device-screen .dp-screen-content .dp-mockup-text .dp-text-line{height:12px;background-color:rgba(var(--color-dark),.08);border-radius:6px;margin-bottom:12px;width:100%}.digital-presence .dp-hero .dp-hero-visual .dp-digital-visual .dp-device .dp-device-screen .dp-screen-content .dp-mockup-text .dp-text-line.short{width:70%}.digital-presence .dp-hero .dp-hero-visual .dp-digital-visual .dp-social-icons-group{position:absolute;display:flex;flex-wrap:wrap;justify-content:center;gap:30px;top:50%;left:50%;transform:translate(-50%,-50%);width:280px;z-index:10}.digital-presence .dp-hero .dp-hero-visual .dp-digital-visual .dp-social-icons-group .dp-social-icon{width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#fff;cursor:pointer;box-shadow:0 8px 16px rgba(var(--color-dark),.15);transition:all .3s ease}.digital-presence .dp-hero .dp-hero-visual .dp-digital-visual .dp-social-icons-group .dp-social-icon:hover{transform:translateY(-8px)}.digital-presence .dp-hero .dp-hero-visual .dp-digital-visual .dp-social-icons-group .dp-social-icon svg{width:24px;height:24px}.digital-presence .dp-hero .dp-hero-visual .dp-digital-visual .dp-social-icons-group .dp-social-icon.facebook{background-color:#1877f2}.digital-presence .dp-hero .dp-hero-visual .dp-digital-visual .dp-social-icons-group .dp-social-icon.instagram{background:linear-gradient(45deg,#ffdc80,#f77737,#c13584,#833ab4)}.digital-presence .dp-hero .dp-hero-visual .dp-digital-visual .dp-social-icons-group .dp-social-icon.twitter{background-color:#1da1f2}.digital-presence .dp-hero .dp-hero-visual .dp-digital-visual .dp-social-icons-group .dp-social-icon.linkedin{background-color:#0077b5}.digital-presence .dp-hero .dp-hero-visual .dp-digital-visual .dp-social-icons-group .dp-social-icon.google{background-color:var(--color-primary)}.digital-presence .dp-hero .dp-hero-visual .dp-digital-visual .dp-connection-lines{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.digital-presence .dp-hero .dp-hero-visual .dp-digital-visual .dp-connection-lines .dp-connection-line{position:absolute;height:2px;background:linear-gradient(90deg,rgba(var(--color-primary),.5),rgba(var(--color-secondary),.5));transform-origin:left center}.digital-presence .dp-hero .dp-hero-visual .dp-digital-visual .dp-connection-lines .dp-connection-line.line1{width:100px;top:40%;left:35%;transform:rotate(30deg)}.digital-presence .dp-hero .dp-hero-visual .dp-digital-visual .dp-connection-lines .dp-connection-line.line2{width:120px;top:55%;left:30%;transform:rotate(-45deg)}.digital-presence .dp-hero .dp-hero-visual .dp-digital-visual .dp-connection-lines .dp-connection-line.line3{width:80px;top:35%;right:35%;transform:rotate(-25deg)}.digital-presence .dp-hero .dp-hero-visual .dp-digital-visual .dp-connection-lines .dp-connection-line.line4{width:100px;top:60%;right:30%;transform:rotate(40deg)}.digital-presence .dp-btn{display:inline-block;padding:1rem 2rem;border-radius:50px;font-weight:600;transition:all .3s ease;text-align:center;border:none;cursor:pointer;font-size:1.05rem}.digital-presence .dp-btn.dp-btn-primary{background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));color:#fff;box-shadow:0 10px 20px rgba(var(--color-secondary),.3)}.digital-presence .dp-btn.dp-btn-primary:hover{transform:translateY(-3px);box-shadow:0 15px 25px rgba(var(--color-secondary),.4)}.digital-presence .dp-btn.dp-btn-secondary{background:transparent;color:var(--color-dark);border:2px solid rgba(var(--color-secondary),.8)}.digital-presence .dp-btn.dp-btn-secondary:hover{background:rgba(var(--color-secondary),.1);transform:translateY(-3px)}.digital-presence .dp-section-header{text-align:center;margin-bottom:3rem}.digital-presence .dp-section-header h2{font-size:2.5rem;margin-bottom:1.5rem;font-weight:700;color:var(--color-dark)}@media (max-width: 768px){.digital-presence .dp-section-header h2{font-size:2.2rem}}.digital-presence .dp-section-header .dp-section-divider{display:flex;align-items:center;justify-content:center;gap:.5rem}.digital-presence .dp-section-header .dp-section-divider .dp-divider-line{height:2px;width:50px;background:linear-gradient(90deg,transparent,var(--color-secondary),transparent)}.digital-presence .dp-section-header .dp-section-divider .dp-divider-dot{width:10px;height:10px;border-radius:50%;background:var(--color-secondary)}.digital-presence .dp-services{padding:4rem 0;position:relative}.digital-presence .dp-services .dp-services-wrapper{display:grid;grid-template-columns:1.2fr .8fr;gap:3rem;align-items:center}@media (max-width: 1100px){.digital-presence .dp-services .dp-services-wrapper{grid-template-columns:1fr}}.digital-presence .dp-services .dp-services-list{display:flex;flex-direction:column;gap:1.5rem}.digital-presence .dp-services .dp-services-list .dp-service-item{display:flex;background:#fff;border-radius:16px;padding:1.8rem;transition:all .3s ease;position:relative;overflow:hidden;box-shadow:0 10px 30px rgba(var(--color-dark),.05);border-left:4px solid transparent;cursor:pointer}.digital-presence .dp-services .dp-services-list .dp-service-item:hover{transform:translate(10px)}.digital-presence .dp-services .dp-services-list .dp-service-item:before{content:"";position:absolute;top:0;left:0;width:8px;height:100%;background:var(--gradient-color, linear-gradient(135deg, var(--color-primary), var(--color-secondary)));opacity:0;transition:all .3s ease}.digital-presence .dp-services .dp-services-list .dp-service-item.active{background:#ffffffe6;box-shadow:0 15px 40px rgba(var(--color-secondary),.15);transform:translate(15px) scale(1.03)}.digital-presence .dp-services .dp-services-list .dp-service-item.active:before{opacity:1}.digital-presence .dp-services .dp-services-list .dp-service-item.active .dp-service-toggle{background:var(--gradient-color, linear-gradient(135deg, var(--color-primary), var(--color-secondary)));color:#fff}.digital-presence .dp-services .dp-services-list .dp-service-item .dp-service-icon{width:60px;height:60px;min-width:60px;border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff;margin-right:1.5rem}@media (max-width: 768px){.digital-presence .dp-services .dp-services-list .dp-service-item .dp-service-icon{width:50px;height:50px;min-width:50px;margin-right:1rem}}.digital-presence .dp-services .dp-services-list .dp-service-item .dp-service-content{flex:1}.digital-presence .dp-services .dp-services-list .dp-service-item .dp-service-content h3{font-size:1.4rem;margin-bottom:.8rem;font-weight:600}@media (max-width: 768px){.digital-presence .dp-services .dp-services-list .dp-service-item .dp-service-content h3{font-size:1.2rem}}.digital-presence .dp-services .dp-services-list .dp-service-item .dp-service-content p{color:rgba(var(--color-dark),.7);font-size:1rem;line-height:1.6;margin-bottom:1rem}.digital-presence .dp-services .dp-services-list .dp-service-item .dp-service-content .dp-service-benefits{overflow:hidden}.digital-presence .dp-services .dp-services-list .dp-service-item .dp-service-content .dp-service-benefits h4{font-size:1.1rem;margin-bottom:1rem;color:var(--color-secondary);font-weight:600}.digital-presence .dp-services .dp-services-list .dp-service-item .dp-service-content .dp-service-benefits ul{list-style:none;padding:0;margin:0}.digital-presence .dp-services .dp-services-list .dp-service-item .dp-service-content .dp-service-benefits ul li{display:flex;align-items:center;margin-bottom:.5rem;color:rgba(var(--color-dark),.8)}.digital-presence .dp-services .dp-services-list .dp-service-item .dp-service-content .dp-service-benefits ul li:before{content:"";display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:10px;background:var(--color-secondary)}.digital-presence .dp-services .dp-services-list .dp-service-item .dp-service-toggle{width:32px;height:32px;min-width:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(var(--color-secondary),.1);color:var(--color-secondary);transition:all .3s ease;margin-left:1rem;cursor:pointer}.digital-presence .dp-services .dp-services-list .dp-service-item .dp-service-toggle:hover{background:rgba(var(--color-secondary),.2)}.digital-presence .dp-services .dp-services-visual{position:relative}.digital-presence .dp-services .dp-services-visual .dp-device-mockup{position:relative;max-width:100%}.digital-presence .dp-services .dp-services-visual .dp-device-mockup .dp-device-frame{position:relative;width:100%;padding-top:180%;background:linear-gradient(135deg,#2c2c2c,#1a1a1a);border-radius:36px;box-shadow:0 50px 100px rgba(var(--color-dark),.25),0 10px 30px rgba(var(--color-dark),.12);overflow:hidden}.digital-presence .dp-services .dp-services-visual .dp-device-mockup .dp-device-frame:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:40%;height:30px;background:#1a1a1a;border-radius:0 0 20px 20px;z-index:2}.digital-presence .dp-services .dp-services-visual .dp-device-mockup .dp-device-frame .dp-device-screen{position:absolute;top:3%;left:3%;right:3%;bottom:3%;background:#fff;border-radius:28px;overflow:hidden}.digital-presence .dp-services .dp-services-visual .dp-device-mockup .dp-device-frame .dp-device-screen .dp-screen-content{width:100%;height:100%;padding:8%}.digital-presence .dp-services .dp-services-visual .dp-device-mockup .dp-device-frame .dp-device-screen .dp-screen-content .dp-mockup-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10%}.digital-presence .dp-services .dp-services-visual .dp-device-mockup .dp-device-frame .dp-device-screen .dp-screen-content .dp-mockup-header .dp-mockup-logo{width:30%;height:20px;background:linear-gradient(90deg,var(--color-primary),var(--color-secondary));border-radius:4px}.digital-presence .dp-services .dp-services-visual .dp-device-mockup .dp-device-frame .dp-device-screen .dp-screen-content .dp-mockup-header .dp-mockup-nav{display:flex;gap:10px}.digital-presence .dp-services .dp-services-visual .dp-device-mockup .dp-device-frame .dp-device-screen .dp-screen-content .dp-mockup-header .dp-mockup-nav .dp-nav-item{width:20px;height:10px;background:rgba(var(--color-dark),.1);border-radius:2px}.digital-presence .dp-services .dp-services-visual .dp-device-mockup .dp-device-frame .dp-device-screen .dp-screen-content .dp-mockup-hero{margin-bottom:15%}.digital-presence .dp-services .dp-services-visual .dp-device-mockup .dp-device-frame .dp-device-screen .dp-screen-content .dp-mockup-hero .dp-mockup-headline{width:80%;height:25px;background:rgba(var(--color-dark),.1);border-radius:4px;margin-bottom:15px}.digital-presence .dp-services .dp-services-visual .dp-device-mockup .dp-device-frame .dp-device-screen .dp-screen-content .dp-mockup-hero .dp-mockup-paragraph{width:100%;height:12px;background:rgba(var(--color-dark),.05);border-radius:2px;margin-bottom:10px}.digital-presence .dp-services .dp-services-visual .dp-device-mockup .dp-device-frame .dp-device-screen .dp-screen-content .dp-mockup-hero .dp-mockup-paragraph.short{width:70%}.digital-presence .dp-services .dp-services-visual .dp-device-mockup .dp-device-frame .dp-device-screen .dp-screen-content .dp-mockup-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8%}.digital-presence .dp-services .dp-services-visual .dp-device-mockup .dp-device-frame .dp-device-screen .dp-screen-content .dp-mockup-grid .dp-mockup-card{padding-top:100%;background:rgba(var(--color-dark),.03);border-radius:8px;position:relative}.digital-presence .dp-services .dp-services-visual .dp-device-mockup .dp-device-frame .dp-device-screen .dp-screen-content .dp-mockup-grid .dp-mockup-card:after{content:"";position:absolute;bottom:15%;left:10%;right:10%;height:8px;background:rgba(var(--color-dark),.05);border-radius:2px}.digital-presence .dp-services .dp-services-visual .dp-device-mockup .dp-device-frame .dp-device-screen .dp-social-icons{position:absolute;bottom:8%;left:0;right:0;display:flex;justify-content:center;gap:5%}.digital-presence .dp-services .dp-services-visual .dp-device-mockup .dp-device-frame .dp-device-screen .dp-social-icons .dp-social-icon{width:12%;aspect-ratio:1;border-radius:50%}.digital-presence .dp-services .dp-services-visual .dp-device-mockup .dp-device-frame .dp-device-screen .dp-social-icons .dp-social-icon.facebook{background:#1877f2}.digital-presence .dp-services .dp-services-visual .dp-device-mockup .dp-device-frame .dp-device-screen .dp-social-icons .dp-social-icon.instagram{background:linear-gradient(45deg,#ffdc80,#f77737,#c13584,#833ab4)}.digital-presence .dp-services .dp-services-visual .dp-device-mockup .dp-device-frame .dp-device-screen .dp-social-icons .dp-social-icon.twitter{background:#1da1f2}.digital-presence .dp-services .dp-services-visual .dp-device-mockup .dp-device-frame .dp-device-screen .dp-social-icons .dp-social-icon.linkedin{background:#0077b5}.digital-presence .dp-services .dp-services-visual .dp-device-mockup .dp-device-reflection{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#ffffff1a,#fff0,#ffffff0d);pointer-events:none}.digital-presence .dp-process{padding:5rem 0;position:relative}.digital-presence .dp-process .dp-process-flow{max-width:900px;margin:0 auto}.digital-presence .dp-process .dp-process-flow .dp-process-timeline{position:relative;padding-left:60px}.digital-presence .dp-process .dp-process-flow .dp-process-timeline:before{content:"";position:absolute;top:0;bottom:0;left:30px;width:2px;background:linear-gradient(to bottom,transparent,var(--color-secondary),var(--color-primary),transparent)}.digital-presence .dp-process .dp-process-flow .dp-process-timeline .dp-process-step{position:relative;margin-bottom:3rem}.digital-presence .dp-process .dp-process-flow .dp-process-timeline .dp-process-step:last-child{margin-bottom:0}.digital-presence .dp-process .dp-process-flow .dp-process-timeline .dp-process-step .dp-step-connector{position:absolute;top:0;left:-60px}.digital-presence .dp-process .dp-process-flow .dp-process-timeline .dp-process-step .dp-step-connector .dp-step-line{position:absolute;top:20px;left:30px;width:30px;height:2px;background:linear-gradient(90deg,var(--color-secondary),var(--color-primary))}.digital-presence .dp-process .dp-process-flow .dp-process-timeline .dp-process-step .dp-step-connector .dp-step-number{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));color:#fff;font-weight:700;box-shadow:0 5px 15px rgba(var(--color-secondary),.3);z-index:1}.digital-presence .dp-process .dp-process-flow .dp-process-timeline .dp-process-step .dp-step-content{background:#fff;padding:1.8rem;border-radius:16px;box-shadow:0 10px 30px rgba(var(--color-dark),.05);transition:all .3s ease}.digital-presence .dp-process .dp-process-flow .dp-process-timeline .dp-process-step .dp-step-content:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(var(--color-dark),.08)}.digital-presence .dp-process .dp-process-flow .dp-process-timeline .dp-process-step .dp-step-content .dp-step-icon{display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px;background:linear-gradient(135deg,rgba(var(--color-primary),.1),rgba(var(--color-secondary),.1));border-radius:12px;color:var(--color-secondary);margin-bottom:1rem}.digital-presence .dp-process .dp-process-flow .dp-process-timeline .dp-process-step .dp-step-content h3{font-size:1.3rem;margin-bottom:.8rem;color:var(--color-dark)}.digital-presence .dp-process .dp-process-flow .dp-process-timeline .dp-process-step .dp-step-content p{color:rgba(var(--color-dark),.7);font-size:1rem;line-height:1.6}.digital-presence .dp-cta{padding:4rem 0 2rem;position:relative}.digital-presence .dp-cta .dp-cta-wrapper{background:#fff;border-radius:24px;overflow:hidden;padding:3rem;box-shadow:0 20px 50px rgba(var(--color-dark),.08);position:relative;display:flex;justify-content:space-between;align-items:center}@media (max-width: 768px){.digital-presence .dp-cta .dp-cta-wrapper{flex-direction:column;gap:2rem;padding:2.5rem}}.digital-presence .dp-cta .dp-cta-wrapper:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(var(--color-secondary),.05),rgba(var(--color-primary),.05));z-index:0}.digital-presence .dp-cta .dp-cta-wrapper .dp-cta-content{position:relative;z-index:1;max-width:500px}.digital-presence .dp-cta .dp-cta-wrapper .dp-cta-content h2{font-size:2.2rem;margin-bottom:1rem;color:var(--color-dark)}@media (max-width: 768px){.digital-presence .dp-cta .dp-cta-wrapper .dp-cta-content h2{font-size:2rem}}.digital-presence .dp-cta .dp-cta-wrapper .dp-cta-content p{color:rgba(var(--color-dark),.7);font-size:1.1rem;margin-bottom:1.8rem}.digital-presence .dp-cta .dp-cta-wrapper .dp-cta-content .dp-cta-buttons{display:flex;align-items:center;gap:2rem}@media (max-width: 480px){.digital-presence .dp-cta .dp-cta-wrapper .dp-cta-content .dp-cta-buttons{flex-direction:column;align-items:flex-start;gap:1rem}}.digital-presence .dp-cta .dp-cta-wrapper .dp-cta-content .dp-cta-buttons .dp-cta-call{display:flex;align-items:center;color:var(--color-secondary);font-weight:600;text-decoration:none}.digital-presence .dp-cta .dp-cta-wrapper .dp-cta-content .dp-cta-buttons .dp-cta-call:before{content:"";width:1.5rem;height:1.5rem;margin-right:.5rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2336D1DC' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 01-2.18 2 19.79 19.79 0 01-8.63-3.07 19.5 19.5 0 01-6-6 19.79 19.79 0 01-3.07-8.67A2 2 0 014.11 2h3a2 2 0 012 1.72 12.84 12.84 0 00.7 2.81 2 2 0 01-.45 2.11L8.09 9.91a16 16 0 006 6l1.27-1.27a2 2 0 012.11-.45 12.84 12.84 0 002.81.7A2 2 0 0122 16.92z'%3E%3C/path%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:center}.digital-presence .dp-cta .dp-cta-wrapper .dp-cta-visual{position:relative;width:150px;height:150px}@media (max-width: 768px){.digital-presence .dp-cta .dp-cta-wrapper .dp-cta-visual{display:none}}.digital-presence .dp-cta .dp-cta-wrapper .dp-cta-visual .dp-pulse-circle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;border-radius:50%;background:linear-gradient(135deg,rgba(var(--color-primary),.5),rgba(var(--color-secondary),.5));opacity:.3}.digital-presence .dp-cta .dp-cta-wrapper .dp-cta-visual .dp-pulse-circle:nth-child(1){animation:wave 3s infinite}.digital-presence .dp-cta .dp-cta-wrapper .dp-cta-visual .dp-pulse-circle:nth-child(2){animation:wave 3s infinite 1s}.digital-presence .dp-cta .dp-cta-wrapper .dp-cta-visual .dp-pulse-circle:nth-child(3){animation:wave 3s infinite 2s}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(5deg)}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@keyframes progress{0%{background-position:0% 50%}to{background-position:100% 50%}}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.development-page{position:relative;width:100%;overflow:hidden;padding-bottom:4rem;background-color:#fafbff}.development-page .dev-bg-elements{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;overflow:hidden}.development-page .dev-bg-elements .dev-grid-lines{position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(to right,rgba(var(--color-dark),.03) 1px,transparent 1px),linear-gradient(to bottom,rgba(var(--color-dark),.03) 1px,transparent 1px);background-size:30px 30px;z-index:0}.development-page .dev-bg-elements .dev-floating-elements .dev-floating-el{position:absolute;opacity:.15;animation:float linear infinite}.development-page .dev-bg-elements .dev-floating-elements .dev-floating-el.dev-el-1{top:15%;left:10%;animation-duration:25s;animation-delay:0s}.development-page .dev-bg-elements .dev-floating-elements .dev-floating-el.dev-el-2{top:35%;left:5%;animation-duration:30s;animation-delay:5s}.development-page .dev-bg-elements .dev-floating-elements .dev-floating-el.dev-el-3{top:60%;left:15%;animation-duration:20s;animation-delay:2s}.development-page .dev-bg-elements .dev-floating-elements .dev-floating-el.dev-el-4{top:25%;right:5%;animation-duration:35s;animation-delay:0s}.development-page .dev-bg-elements .dev-floating-elements .dev-floating-el.dev-el-5{top:65%;right:12%;animation-duration:28s;animation-delay:3s}.development-page .dev-bg-elements .dev-floating-elements .dev-floating-el.dev-el-6{top:80%;left:30%;animation-duration:32s;animation-delay:1s}.development-page .dev-bg-elements .dev-floating-elements .dev-floating-el.dev-el-7{top:15%;right:25%;animation-duration:26s;animation-delay:4s}.development-page .dev-bg-elements .dev-floating-elements .dev-floating-el.dev-el-8{top:45%;right:30%;animation-duration:22s;animation-delay:6s}.development-page .dev-bg-elements .dev-floating-elements .dev-floating-el .dev-code-snippet{padding:12px;background:#1e293b;border-radius:8px;color:#94a3b8;font-family:monospace;font-size:.8rem}.development-page .dev-bg-elements .dev-floating-elements .dev-floating-el .dev-shape{width:40px;height:40px;border:2px solid var(--color-primary)}.development-page .dev-bg-elements .dev-floating-elements .dev-floating-el .dev-shape:nth-child(odd){border-radius:50%}.development-page .dev-bg-elements .dev-floating-elements .dev-floating-el .dev-shape:nth-child(2n){border-radius:8px;transform:rotate(45deg)}.development-page .dev-container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}@media (max-width: 768px){.development-page .dev-container{padding:0 1.5rem}}.development-page .dev-hero{position:relative;padding:6rem 0 8rem;background-image:radial-gradient(circle at top right,rgba(var(--color-primary),.05),transparent 70%);overflow:hidden}@media (max-width: 768px){.development-page .dev-hero{padding:4rem 0 6rem}}.development-page .dev-hero .dev-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem}@media (max-width: 991px){.development-page .dev-hero .dev-hero-grid{grid-template-columns:1fr;gap:3rem}}.development-page .dev-hero .dev-hero-grid .dev-hero-content .dev-eyebrow{display:inline-block;font-size:.9rem;font-weight:600;color:var(--color-primary);letter-spacing:1.5px;margin-bottom:1.5rem;position:relative;padding-left:20px}.development-page .dev-hero .dev-hero-grid .dev-hero-content .dev-eyebrow:before{content:"";position:absolute;top:50%;left:0;width:12px;height:2px;background:var(--color-primary);transform:translateY(-50%)}.development-page .dev-hero .dev-hero-grid .dev-hero-content .dev-title{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}@media (max-width: 991px){.development-page .dev-hero .dev-hero-grid .dev-hero-content .dev-title{font-size:3rem}}@media (max-width: 768px){.development-page .dev-hero .dev-hero-grid .dev-hero-content .dev-title{font-size:2.5rem}}.development-page .dev-hero .dev-hero-grid .dev-hero-content .dev-title .dev-title-highlight{color:var(--color-primary);position:relative}.development-page .dev-hero .dev-hero-grid .dev-hero-content .dev-title .dev-title-highlight:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:8px;background-color:rgba(var(--color-primary),.2);border-radius:4px;z-index:-1}.development-page .dev-hero .dev-hero-grid .dev-hero-content .dev-subtitle{font-size:1.2rem;color:rgba(var(--color-dark),.7);line-height:1.6;margin-bottom:2.5rem;max-width:500px}@media (max-width: 768px){.development-page .dev-hero .dev-hero-grid .dev-hero-content .dev-subtitle{font-size:1.1rem}}.development-page .dev-hero .dev-hero-grid .dev-hero-content .dev-hero-cta{display:flex;gap:1.5rem}@media (max-width: 480px){.development-page .dev-hero .dev-hero-grid .dev-hero-content .dev-hero-cta{flex-direction:column;gap:1rem}}.development-page .dev-hero .dev-hero-grid .dev-hero-visual{display:flex;justify-content:flex-end;align-items:center}@media (max-width: 991px){.development-page .dev-hero .dev-hero-grid .dev-hero-visual{justify-content:center}}.development-page .dev-hero .dev-hero-grid .dev-hero-visual .dev-code-editor{width:100%;max-width:500px;background:#1e293b;border-radius:12px;overflow:hidden;box-shadow:0 20px 40px rgba(var(--color-dark),.15)}.development-page .dev-hero .dev-hero-grid .dev-hero-visual .dev-code-editor .dev-code-header{display:flex;align-items:center;padding:1rem;background-color:#151d2a}.development-page .dev-hero .dev-hero-grid .dev-hero-visual .dev-code-editor .dev-code-header .dev-code-dots{display:flex;gap:6px;margin-right:1rem}.development-page .dev-hero .dev-hero-grid .dev-hero-visual .dev-code-editor .dev-code-header .dev-code-dots .dev-dot{width:12px;height:12px;border-radius:50%}.development-page .dev-hero .dev-hero-grid .dev-hero-visual .dev-code-editor .dev-code-header .dev-code-dots .dev-dot.red{background-color:#ff5f56}.development-page .dev-hero .dev-hero-grid .dev-hero-visual .dev-code-editor .dev-code-header .dev-code-dots .dev-dot.yellow{background-color:#ffbd2e}.development-page .dev-hero .dev-hero-grid .dev-hero-visual .dev-code-editor .dev-code-header .dev-code-dots .dev-dot.green{background-color:#27c93f}.development-page .dev-hero .dev-hero-grid .dev-hero-visual .dev-code-editor .dev-code-header .dev-code-title{color:#ffffffb3;font-size:.9rem}.development-page .dev-hero .dev-hero-grid .dev-hero-visual .dev-code-editor .dev-code-body{padding:1.5rem;max-height:300px;overflow-y:auto}.development-page .dev-hero .dev-hero-grid .dev-hero-visual .dev-code-editor .dev-code-body .dev-code-content{margin:0;font-family:Consolas,monospace}.development-page .dev-hero .dev-hero-grid .dev-hero-visual .dev-code-editor .dev-code-body .dev-code-content code{color:#94a3b8;line-height:1.6;white-space:pre-wrap}.development-page .dev-hero .dev-hero-grid .dev-hero-visual .dev-code-editor .dev-code-body .dev-code-content .dev-cursor{display:inline-block;width:2px;height:1.2em;background-color:#fff;vertical-align:middle;margin-left:2px}.development-page .dev-hero .dev-hero-grid .dev-hero-visual .dev-code-editor .dev-code-body .dev-code-content .dev-cursor.active{animation:blink .8s infinite}.development-page .dev-hero .dev-hero-divider{position:absolute;bottom:0;left:0;width:100%;height:100px;z-index:2}.development-page .dev-hero .dev-hero-divider svg{width:100%;height:100%}.development-page .dev-hero .dev-hero-divider svg .dev-divider-fill{fill:#fff}.development-page .btn{padding:.875rem 1.75rem;border-radius:30px;font-size:1rem;font-weight:600;text-transform:uppercase;pointer-events:auto;cursor:pointer;transition:all .3s ease}@media (max-width: 768px){.development-page .btn{padding:.75rem 1.5rem;font-size:.9rem}}@media (max-width: 480px){.development-page .btn{padding:.7rem 1.4rem;font-size:.85rem;min-width:140px}}.development-page .btn.btn-primary{background-color:var(--color-primary);color:#fff;border:none;mix-blend-mode:difference}.development-page .btn.btn-primary:hover{transform:translateY(-3px);box-shadow:0 10px 20px rgba(var(--color-primary-rgb),.3);border-radius:30px}.development-page .btn.btn-secondary{border:2px solid var(--color-secondary);background-color:transparent;color:var(--color-secondary)}.development-page .btn.btn-secondary:hover{background-color:var(--color-secondary);color:#fff;border-radius:30px}.development-page .dev-section-header{text-align:center;margin-bottom:3rem}.development-page .dev-section-header h2{font-size:2.5rem;font-weight:700;color:var(--color-dark);margin-bottom:1.2rem}@media (max-width: 768px){.development-page .dev-section-header h2{font-size:2rem}}.development-page .dev-section-header .dev-header-bar{width:100px;height:4px;background:rgba(var(--color-dark),.1);border-radius:2px;margin:0 auto;position:relative;overflow:hidden}.development-page .dev-section-header .dev-header-bar .dev-header-progress{position:absolute;top:0;left:0;height:100%;border-radius:2px;background:linear-gradient(90deg,var(--color-primary),var(--color-secondary));background-size:200% 100%;animation:progress 2s ease infinite}.development-page .dev-services{padding:4rem 0;position:relative;background-color:#fff}.development-page .dev-services .dev-services-container{display:grid;grid-template-columns:300px 1fr;gap:3rem}@media (max-width: 991px){.development-page .dev-services .dev-services-container{grid-template-columns:1fr;gap:2rem}}.development-page .dev-services .dev-services-container .dev-services-tabs{display:flex;flex-direction:column;gap:1rem}@media (max-width: 991px){.development-page .dev-services .dev-services-container .dev-services-tabs{flex-direction:row;flex-wrap:wrap;justify-content:center}}.development-page .dev-services .dev-services-container .dev-services-tabs .dev-tab{display:flex;align-items:center;gap:1rem;padding:1.2rem;background:#fff9;border-radius:12px;cursor:pointer;transition:all .3s ease;border-left:3px solid transparent}@media (max-width: 991px){.development-page .dev-services .dev-services-container .dev-services-tabs .dev-tab{flex:1;min-width:150px;max-width:200px;justify-content:center;flex-direction:column;text-align:center;padding:1rem}}@media (max-width: 480px){.development-page .dev-services .dev-services-container .dev-services-tabs .dev-tab{min-width:120px}}.development-page .dev-services .dev-services-container .dev-services-tabs .dev-tab:hover{background:#ffffffe6;transform:translate(5px)}@media (max-width: 991px){.development-page .dev-services .dev-services-container .dev-services-tabs .dev-tab:hover{transform:translateY(-5px)}}.development-page .dev-services .dev-services-container .dev-services-tabs .dev-tab.active{border-left-color:var(--color-primary);background:#fff;box-shadow:0 10px 30px rgba(var(--color-dark),.1)}@media (max-width: 991px){.development-page .dev-services .dev-services-container .dev-services-tabs .dev-tab.active{border-left-color:transparent;border-top:3px solid var(--color-primary)}}.development-page .dev-services .dev-services-container .dev-services-tabs .dev-tab.active .dev-tab-icon{background:var(--color-primary);color:#fff}.development-page .dev-services .dev-services-container .dev-services-tabs .dev-tab.active .dev-tab-indicator span{width:100%}.development-page .dev-services .dev-services-container .dev-services-tabs .dev-tab .dev-tab-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background:rgba(var(--color-dark),.05);color:var(--color-dark);transition:all .3s ease}@media (max-width: 991px){.development-page .dev-services .dev-services-container .dev-services-tabs .dev-tab .dev-tab-icon{margin-bottom:.5rem}}.development-page .dev-services .dev-services-container .dev-services-tabs .dev-tab .dev-tab-content{flex:1}.development-page .dev-services .dev-services-container .dev-services-tabs .dev-tab .dev-tab-content h3{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;line-height:1.3}@media (max-width: 991px){.development-page .dev-services .dev-services-container .dev-services-tabs .dev-tab .dev-tab-content h3{font-size:.95rem;margin-bottom:.7rem}}.development-page .dev-services .dev-services-container .dev-services-tabs .dev-tab .dev-tab-content .dev-tab-indicator{height:3px;width:100%;background:rgba(var(--color-dark),.1);border-radius:2px;overflow:hidden}.development-page .dev-services .dev-services-container .dev-services-tabs .dev-tab .dev-tab-content .dev-tab-indicator span{display:block;height:100%;width:0;background:var(--color-primary);border-radius:2px;transition:width .5s ease}.development-page .dev-services .dev-services-container .dev-service-details{background:#fff;border-radius:16px;box-shadow:0 15px 50px rgba(var(--color-dark),.08);overflow:hidden}.development-page .dev-services .dev-services-container .dev-service-details .dev-details-content{display:grid;grid-template-columns:1fr 1fr}@media (max-width: 768px){.development-page .dev-services .dev-services-container .dev-service-details .dev-details-content{grid-template-columns:1fr}}.development-page .dev-services .dev-services-container .dev-service-details .dev-details-content .dev-service-description{padding:2rem}@media (max-width: 768px){.development-page .dev-services .dev-services-container .dev-service-details .dev-details-content .dev-service-description{padding:1.5rem}}.development-page .dev-services .dev-services-container .dev-service-details .dev-details-content .dev-service-description h3{font-size:1.8rem;font-weight:700;margin-bottom:1rem;color:var(--color-dark)}@media (max-width: 768px){.development-page .dev-services .dev-services-container .dev-service-details .dev-details-content .dev-service-description h3{font-size:1.5rem}}.development-page .dev-services .dev-services-container .dev-service-details .dev-details-content .dev-service-description p{font-size:1.05rem;color:rgba(var(--color-dark),.7);line-height:1.6;margin-bottom:2rem}@media (max-width: 768px){.development-page .dev-services .dev-services-container .dev-service-details .dev-details-content .dev-service-description p{font-size:1rem;margin-bottom:1.5rem}}.development-page .dev-services .dev-services-container .dev-service-details .dev-details-content .dev-service-description .dev-service-features h4{font-size:1.2rem;font-weight:600;margin-bottom:1.2rem;color:var(--color-primary);position:relative;padding-left:20px}.development-page .dev-services .dev-services-container .dev-service-details .dev-details-content .dev-service-description .dev-service-features h4:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:10px;height:10px;border-radius:50%;background:var(--color-primary)}.development-page .dev-services .dev-services-container .dev-service-details .dev-details-content .dev-service-description .dev-service-features ul{list-style:none;padding:0;margin:0}.development-page .dev-services .dev-services-container .dev-service-details .dev-details-content .dev-service-description .dev-service-features ul li{font-size:1rem;color:rgba(var(--color-dark),.8);margin-bottom:.8rem;display:flex;align-items:flex-start}.development-page .dev-services .dev-services-container .dev-service-details .dev-details-content .dev-service-description .dev-service-features ul li .dev-feature-icon{color:var(--color-primary);display:inline-flex;margin-right:10px;margin-top:2px}.development-page .dev-services .dev-services-container .dev-service-details .dev-details-content .dev-service-description .dev-service-features ul li .dev-feature-icon svg{width:16px;height:16px}.development-page .dev-services .dev-services-container .dev-service-details .dev-details-content .dev-code-preview{background:#1e293b;height:100%}@media (max-width: 768px){.development-page .dev-services .dev-services-container .dev-service-details .dev-details-content .dev-code-preview{height:300px}}.development-page .dev-services .dev-services-container .dev-service-details .dev-details-content .dev-code-preview .dev-preview-header{display:flex;align-items:center;padding:.8rem 1.2rem;background-color:#151d2a}.development-page .dev-services .dev-services-container .dev-service-details .dev-details-content .dev-code-preview .dev-preview-header .dev-preview-dots{display:flex;gap:6px;margin-right:1rem}.development-page .dev-services .dev-services-container .dev-service-details .dev-details-content .dev-code-preview .dev-preview-header .dev-preview-dots .dev-dot{width:10px;height:10px;border-radius:50%}.development-page .dev-services .dev-services-container .dev-service-details .dev-details-content .dev-code-preview .dev-preview-header .dev-preview-dots .dev-dot.red{background-color:#ff5f56}.development-page .dev-services .dev-services-container .dev-service-details .dev-details-content .dev-code-preview .dev-preview-header .dev-preview-dots .dev-dot.yellow{background-color:#ffbd2e}.development-page .dev-services .dev-services-container .dev-service-details .dev-details-content .dev-code-preview .dev-preview-header .dev-preview-dots .dev-dot.green{background-color:#27c93f}.development-page .dev-services .dev-services-container .dev-service-details .dev-details-content .dev-code-preview .dev-preview-header .dev-preview-title{color:#ffffffb3;font-size:.8rem}.development-page .dev-services .dev-services-container .dev-service-details .dev-details-content .dev-code-preview .dev-preview-body{padding:1.2rem;height:calc(100% - 38px);overflow-y:auto}.development-page .dev-services .dev-services-container .dev-service-details .dev-details-content .dev-code-preview .dev-preview-body .dev-preview-code{margin:0;font-family:Consolas,monospace;font-size:.85rem;line-height:1.5}.development-page .dev-services .dev-services-container .dev-service-details .dev-details-content .dev-code-preview .dev-preview-body .dev-preview-code code{color:#94a3b8;white-space:pre-wrap}.development-page .dev-services .dev-services-container .dev-service-details .dev-details-content .dev-code-preview .dev-preview-body .dev-preview-code code .token-string{color:#a5d6ff}.development-page .dev-services .dev-services-container .dev-service-details .dev-details-content .dev-code-preview .dev-preview-body .dev-preview-code code .token-comment{color:#6b7280}.development-page .dev-services .dev-services-container .dev-service-details .dev-details-content .dev-code-preview .dev-preview-body .dev-preview-code code .token-keyword{color:#f472b6}.development-page .dev-services .dev-services-container .dev-service-details .dev-details-content .dev-code-preview .dev-preview-body .dev-preview-code code .token-function{color:#60a5fa}.development-page .dev-process{padding:5rem 0;position:relative;background-color:#f8fafc}.development-page .dev-process .dev-process-flow{max-width:800px;margin:0 auto;padding:2rem 0;position:relative}.development-page .dev-process .dev-process-flow .dev-process-step{display:flex;position:relative;padding:2rem 0}.development-page .dev-process .dev-process-flow .dev-process-step:last-child{padding-bottom:0}.development-page .dev-process .dev-process-flow .dev-process-step .dev-step-number{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;border-radius:50%;background:var(--color-primary);color:#fff;font-weight:600;margin-right:1.5rem;z-index:2}.development-page .dev-process .dev-process-flow .dev-process-step .dev-step-content{background:#fff;padding:1.8rem;border-radius:16px;box-shadow:0 10px 30px rgba(var(--color-dark),.05);flex:1;position:relative;transition:all .3s ease}.development-page .dev-process .dev-process-flow .dev-process-step .dev-step-content:hover{transform:translateY(-5px) translate(5px);box-shadow:0 20px 40px rgba(var(--color-dark),.08)}.development-page .dev-process .dev-process-flow .dev-process-step .dev-step-content:hover .dev-step-icon{background:var(--color-primary);color:#fff}.development-page .dev-process .dev-process-flow .dev-process-step .dev-step-content .dev-step-icon{width:50px;height:50px;border-radius:12px;background:rgba(var(--color-primary),.1);color:var(--color-primary);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;transition:all .3s ease}.development-page .dev-process .dev-process-flow .dev-process-step .dev-step-content h3{font-size:1.3rem;font-weight:600;margin-bottom:.8rem;color:var(--color-dark)}.development-page .dev-process .dev-process-flow .dev-process-step .dev-step-content p{font-size:1rem;color:rgba(var(--color-dark),.7);line-height:1.6}.development-page .dev-process .dev-process-flow .dev-process-step .dev-step-connector{position:absolute;left:20px;top:40px;bottom:0;transform:translate(-50%);color:var(--color-primary);opacity:.5}.development-page .dev-cta{padding:4rem 0;position:relative}.development-page .dev-cta .dev-cta-container{background:#fff;border-radius:20px;box-shadow:0 20px 50px rgba(var(--color-dark),.1);padding:3rem;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between}@media (max-width: 768px){.development-page .dev-cta .dev-cta-container{flex-direction:column;padding:2.5rem 1.5rem}}.development-page .dev-cta .dev-cta-container .dev-cta-content{position:relative;z-index:1;max-width:600px}.development-page .dev-cta .dev-cta-container .dev-cta-content h2{font-size:2.2rem;font-weight:700;margin-bottom:1rem;color:var(--color-dark)}@media (max-width: 768px){.development-page .dev-cta .dev-cta-container .dev-cta-content h2{font-size:1.8rem}}.development-page .dev-cta .dev-cta-container .dev-cta-content p{font-size:1.1rem;color:rgba(var(--color-dark),.7);line-height:1.6;margin-bottom:2rem}@media (max-width: 768px){.development-page .dev-cta .dev-cta-container .dev-cta-content p{font-size:1rem}}.development-page .dev-cta .dev-cta-container .dev-cta-content .dev-cta-buttons{display:flex;gap:1.5rem}@media (max-width: 768px){.development-page .dev-cta .dev-cta-container .dev-cta-content .dev-cta-buttons{flex-direction:column;gap:1rem}}.development-page .dev-cta .dev-cta-container .dev-cta-content .dev-cta-buttons .dev-cta-phone{display:flex;align-items:center;color:var(--color-primary);font-weight:600;text-decoration:none;font-size:1rem}.development-page .dev-cta .dev-cta-container .dev-cta-content .dev-cta-buttons .dev-cta-phone svg{margin-right:.5rem}.development-page .dev-cta .dev-cta-container .dev-cta-decoration{position:relative}@media (max-width: 768px){.development-page .dev-cta .dev-cta-container .dev-cta-decoration{display:none}}.development-page .dev-cta .dev-cta-container .dev-cta-decoration .dev-decoration{position:absolute;color:rgba(var(--color-primary),.1)}.development-page .dev-cta .dev-cta-container .dev-cta-decoration .dev-decoration.code-brackets{top:-80px;right:-20px;transform:scale(3)}.development-page .dev-cta .dev-cta-container .dev-cta-decoration .dev-decoration.code-curly{bottom:-80px;right:30px;transform:scale(3)}.development-page .dev-cta .dev-cta-container .dev-cta-decoration .dev-decoration.dot-pattern{position:absolute;top:-10px;right:80px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.development-page .dev-cta .dev-cta-container .dev-cta-decoration .dev-decoration.dot-pattern .dot{width:8px;height:8px;border-radius:50%;background-color:var(--color-primary);opacity:.2}:root{--color-primary: #FF6500;--color-primary-rgb: 255, 101, 0;--color-secondary: #1E3E62;--color-dark: #0B192C;--color-black: #000000;--color-secondary-rgb: 30, 62, 98;--color-secondary-light-rgb: 42, 88, 136;--color-dark-rgb: 11, 25, 44;--color-primary-light: #FF8533;--color-primary-dark: #CC5200;--color-secondary-light: #2A5888;--color-secondary-dark: #15304D;--font-primary: "Helvetica", "Lato", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--font-secondary: "EB Garamond", "Futura", serif;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-xxl: 3rem;--fs-xs: .75rem;--fs-sm: .875rem;--fs-md: 1rem;--fs-lg: 1.25rem;--fs-xl: 1.5rem;--fs-xxl: 2rem;--fs-xxxl: 3rem}*,*:before,*:after{box-sizing:border-box}html{font-size:16px}body{margin:0;font-family:var(--font-primary);color:var(--color-dark);background-color:#fff;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{margin:0 0 var(--space-md);font-weight:700;line-height:1.2;color:var(--color-dark);font-family:var(--font-secondary)}h1{font-size:var(--fs-xxxl)}h2{font-size:var(--fs-xxl)}h3{font-size:var(--fs-xl)}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}.btn{display:inline-flex;align-items:center;justify-content:center;padding:var(--space-sm) var(--space-lg);font-weight:600;cursor:pointer;font-family:var(--font-primary);transition:all .3s ease;border-radius:8px;position:relative;overflow:hidden;text-align:center;min-width:150px;font-size:var(--fs-md);outline:none;border:none;text-decoration:none;transform:translateY(0);box-shadow:0 4px 6px #0000001a}.btn span{position:relative;z-index:2;display:inline-block;transition:all .3s ease;letter-spacing:.5px}.btn:hover span{transform:scale(1.05);letter-spacing:1px}.btn-primary{background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));color:#fff;border:none;overflow:hidden;position:relative}.btn-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,#fff0,#ffffff4d,#fff0);transition:.5s;transform:skew(-25deg)}.btn-primary:hover,.btn-primary:focus{transform:translateY(-3px);box-shadow:0 10px 20px rgba(var(--color-primary-rgb),.4);text-shadow:0 0 8px rgba(0,0,0,.3)}.btn-primary:active{transform:translateY(-1px)}.btn-primary:hover:before{left:100%;transition:.7s}.btn-secondary{background-color:#ffffff1a;color:var(--color-secondary);border:2px solid var(--color-secondary);position:relative;z-index:1;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);overflow:hidden}.btn-secondary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,rgba(var(--color-secondary-light-rgb),.1),rgba(var(--color-secondary-rgb),.3));transition:all .5s ease;z-index:-1;transform:skew(-15deg)}.btn-secondary:after{content:"";position:absolute;top:0;right:-100%;width:100%;height:100%;background:linear-gradient(90deg,rgba(var(--color-secondary-rgb),.3),rgba(var(--color-secondary-light-rgb),.1));transition:all .5s ease;z-index:-1;transform:skew(-15deg)}.btn-secondary:hover,.btn-secondary:focus{color:#fff;border-color:var(--color-secondary-dark);transform:translateY(-3px);box-shadow:0 7px 14px #1e3e624d;text-shadow:0 0 5px rgba(255,255,255,.5)}.btn-secondary:hover:before{left:0}.btn-secondary:hover:after{right:0}.btn-secondary:active{transform:translateY(-1px)}.btn-sm{padding:calc(var(--space-xs) + 2px) var(--space-md);font-size:var(--fs-sm);min-width:120px}.btn-lg{padding:var(--space-md) var(--space-xl);font-size:var(--fs-lg);min-width:180px}.btn-rounded{border-radius:50px}.btn-icon{display:inline-flex;align-items:center;gap:var(--space-sm)}.btn-icon i,.btn-icon svg{font-size:1.2em}.btn-ghost{background-color:transparent;color:var(--color-dark);border:1px solid transparent;box-shadow:none}.btn-ghost:hover,.btn-ghost:focus{background-color:#0000000d;transform:translateY(0);box-shadow:none}.btn:disabled,.btn.disabled{opacity:.6;cursor:not-allowed;pointer-events:none}button,.button{background-color:var(--color-primary);color:#fff;border:none;padding:var(--space-sm) var(--space-lg);border-radius:4px;font-weight:600;cursor:pointer;font-family:var(--font-primary);transition:background-color .2s}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 var(--space-md)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px) rotate(2deg)}}@keyframes pulse{0%,to{transform:scale(1);opacity:.8}50%{transform:scale(1.05);opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes gradientFlow{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.va-section{position:relative;width:100%;min-height:100vh;overflow:hidden;background-color:#fff;padding:120px 0 80px}@media (max-width: 991px){.va-section{padding:100px 0 60px}}@media (max-width: 768px){.va-section{padding:80px 0 40px}}.va-section .va-pattern-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 10% 20%,rgba(var(--color-primary-rgb),.05) 0%,transparent 10%),radial-gradient(circle at 90% 30%,rgba(var(--color-secondary-rgb),.05) 0%,transparent 20%),radial-gradient(circle at 30% 70%,rgba(var(--color-primary-rgb),.05) 0%,transparent 15%),radial-gradient(circle at 70% 90%,rgba(var(--color-secondary-rgb),.05) 0%,transparent 12%);opacity:.7;z-index:0}.va-section .va-container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}@media (max-width: 768px){.va-section .va-container{padding:0 1.5rem}}.va-section .va-header{text-align:center;margin-bottom:4rem}@media (max-width: 768px){.va-section .va-header{margin-bottom:3rem}}.va-section .va-header .section-tag{display:inline-block;padding:.5rem 1.5rem;font-size:.875rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:#fff;background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));border-radius:50px;margin-bottom:1.5rem;box-shadow:0 4px 15px rgba(var(--color-primary-rgb),.3)}.va-section .va-header .section-title{font-size:3rem;line-height:1.2;margin-bottom:1.5rem;color:var(--color-dark);font-weight:800}@media (max-width: 991px){.va-section .va-header .section-title{font-size:2.5rem}}@media (max-width: 768px){.va-section .va-header .section-title{font-size:2.2rem}}@media (max-width: 480px){.va-section .va-header .section-title{font-size:1.8rem}}.va-section .va-header .section-title .highlight{color:var(--color-primary);position:relative}.va-section .va-header .section-title .highlight:after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:6px;border-radius:3px;background:linear-gradient(90deg,var(--color-primary),var(--color-primary-light));z-index:-1;opacity:.3}.va-section .va-header .section-subtitle{max-width:700px;margin:0 auto;font-size:1.25rem;line-height:1.6;color:rgba(var(--color-dark-rgb),.8)}@media (max-width: 768px){.va-section .va-header .section-subtitle{font-size:1.1rem}}.va-section .service-showcase{display:flex;gap:3rem;margin-bottom:5rem}@media (max-width: 991px){.va-section .service-showcase{flex-direction:column;gap:2rem;margin-bottom:4rem}}.va-section .service-showcase .services-nav{display:flex;flex-direction:column;min-width:280px}@media (max-width: 991px){.va-section .service-showcase .services-nav{flex-direction:row;min-width:0;flex-wrap:wrap;justify-content:center;gap:.5rem}}.va-section .service-showcase .services-nav .service-nav-item{display:flex;align-items:center;gap:1rem;padding:1.2rem 1.5rem;background-color:#fff;border:1px solid rgba(var(--color-secondary-rgb),.15);border-radius:12px;margin-bottom:1rem;cursor:pointer;transition:all .3s ease;position:relative;text-align:left}@media (max-width: 991px){.va-section .service-showcase .services-nav .service-nav-item{padding:.8rem 1rem;margin-bottom:0;flex-direction:column;text-align:center;min-width:120px;gap:.5rem}}.va-section .service-showcase .services-nav .service-nav-item:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(var(--color-dark-rgb),.1)}.va-section .service-showcase .services-nav .service-nav-item.active{background:linear-gradient(135deg,rgba(var(--color-secondary-rgb),.05),rgba(var(--color-secondary-rgb),.1));border-color:rgba(var(--color-secondary-rgb),.3);box-shadow:0 8px 20px rgba(var(--color-dark-rgb),.1)}.va-section .service-showcase .services-nav .service-nav-item.active .service-icon{color:var(--color-primary)}.va-section .service-showcase .services-nav .service-nav-item.active .service-title{color:var(--color-dark);font-weight:700}.va-section .service-showcase .services-nav .service-nav-item.active:after{content:"";position:absolute;left:-3px;top:50%;transform:translateY(-50%);height:70%;width:6px;background:linear-gradient(to bottom,var(--color-primary),var(--color-primary-light));border-radius:3px}@media (max-width: 991px){.va-section .service-showcase .services-nav .service-nav-item.active:after{left:50%;top:-3px;transform:translate(-50%);height:6px;width:70%}}.va-section .service-showcase .services-nav .service-nav-item .service-icon{color:rgba(var(--color-dark-rgb),.7);transition:all .3s ease}.va-section .service-showcase .services-nav .service-nav-item .service-title{font-weight:600;font-size:1.1rem;color:rgba(var(--color-dark-rgb),.85);transition:all .3s ease}@media (max-width: 991px){.va-section .service-showcase .services-nav .service-nav-item .service-title{font-size:.9rem}}.va-section .service-showcase .service-detail{flex:1;background-color:#fff;border-radius:20px;padding:2.5rem;box-shadow:0 10px 40px rgba(var(--color-dark-rgb),.08);border:1px solid rgba(var(--color-secondary-rgb),.1)}@media (max-width: 768px){.va-section .service-showcase .service-detail{padding:2rem 1.5rem}}.va-section .service-showcase .service-detail .service-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:1.5rem}@media (max-width: 480px){.va-section .service-showcase .service-detail .service-header{flex-direction:column;align-items:flex-start;gap:1rem}}.va-section .service-showcase .service-detail .service-header .service-icon-large{width:70px;height:70px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(var(--color-primary-rgb),.1),rgba(var(--color-primary-rgb),.2));border-radius:20px;color:var(--color-primary);font-size:2rem}.va-section .service-showcase .service-detail .service-header .service-icon-large svg{width:36px;height:36px}@media (max-width: 768px){.va-section .service-showcase .service-detail .service-header .service-icon-large{width:60px;height:60px}.va-section .service-showcase .service-detail .service-header .service-icon-large svg{width:30px;height:30px}}.va-section .service-showcase .service-detail .service-header h2{font-size:2.2rem;margin-bottom:0}@media (max-width: 768px){.va-section .service-showcase .service-detail .service-header h2{font-size:1.8rem}}@media (max-width: 480px){.va-section .service-showcase .service-detail .service-header h2{font-size:1.5rem}}.va-section .service-showcase .service-detail .service-description{font-size:1.1rem;line-height:1.7;color:rgba(var(--color-dark-rgb),.8);margin-bottom:2.5rem}@media (max-width: 768px){.va-section .service-showcase .service-detail .service-description{font-size:1rem;margin-bottom:2rem}}.va-section .service-showcase .service-detail .service-features-benefits{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:2.5rem}@media (max-width: 768px){.va-section .service-showcase .service-detail .service-features-benefits{grid-template-columns:1fr;gap:2rem}}.va-section .service-showcase .service-detail .service-features-benefits h3{font-size:1.5rem;margin-bottom:1.5rem;color:var(--color-dark);position:relative}.va-section .service-showcase .service-detail .service-features-benefits h3:after{content:"";position:absolute;bottom:-8px;left:0;height:3px;width:60px;background:linear-gradient(to right,var(--color-primary),var(--color-primary-light));border-radius:2px}.va-section .service-showcase .service-detail .service-features-benefits .features-list,.va-section .service-showcase .service-detail .service-features-benefits .benefits-list{list-style:none;padding:0;margin:0}.va-section .service-showcase .service-detail .service-features-benefits .features-list li,.va-section .service-showcase .service-detail .service-features-benefits .benefits-list li{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem;font-size:1.05rem;color:rgba(var(--color-dark-rgb),.85)}@media (max-width: 768px){.va-section .service-showcase .service-detail .service-features-benefits .features-list li,.va-section .service-showcase .service-detail .service-features-benefits .benefits-list li{font-size:.95rem}}.va-section .service-showcase .service-detail .service-features-benefits .features-list li span.check-icon,.va-section .service-showcase .service-detail .service-features-benefits .features-list li span.benefit-icon,.va-section .service-showcase .service-detail .service-features-benefits .benefits-list li span.check-icon,.va-section .service-showcase .service-detail .service-features-benefits .benefits-list li span.benefit-icon{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;margin-top:4px}.va-section .service-showcase .service-detail .service-features-benefits .features-list li span.check-icon,.va-section .service-showcase .service-detail .service-features-benefits .benefits-list li span.check-icon{color:var(--color-primary)}.va-section .service-showcase .service-detail .service-features-benefits .features-list li span.benefit-icon,.va-section .service-showcase .service-detail .service-features-benefits .benefits-list li span.benefit-icon{color:var(--color-secondary)}.va-section .service-showcase .service-detail .service-actions{display:flex;gap:1.5rem;flex-wrap:wrap}@media (max-width: 480px){.va-section .service-showcase .service-detail .service-actions{flex-direction:column;gap:1rem}}.va-section .service-showcase .service-detail .service-actions button{display:flex;align-items:center;justify-content:center;gap:.8rem}.va-section .service-showcase .service-detail .service-actions button svg{transition:transform .3s ease}.va-section .service-showcase .service-detail .service-actions button:hover svg{transform:translate(5px)}.va-section .process-section{margin:6rem 0;position:relative}.va-section .process-section .process-title{text-align:center;margin-bottom:4rem;font-size:2.5rem;font-weight:700;position:relative}.va-section .process-section .process-title:after{content:"";position:absolute;bottom:-15px;left:50%;transform:translate(-50%);height:4px;width:80px;background:linear-gradient(to right,var(--color-primary),var(--color-primary-light));border-radius:2px}@media (max-width: 768px){.va-section .process-section .process-title{font-size:2rem;margin-bottom:3rem}}.va-section .process-section .process-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}@media (max-width: 991px){.va-section .process-section .process-steps{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.va-section .process-section .process-steps{grid-template-columns:1fr}}.va-section .process-section .process-steps .process-card{background-color:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 10px 30px rgba(var(--color-dark-rgb),.06);border:1px solid rgba(var(--color-secondary-rgb),.1);position:relative;overflow:hidden;transition:all .3s ease}.va-section .process-section .process-steps .process-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px rgba(var(--color-dark-rgb),.1)}.va-section .process-section .process-steps .process-card .process-number{position:absolute;top:1.5rem;right:1.5rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));color:#fff;font-weight:700;font-size:1.2rem;box-shadow:0 4px 10px rgba(var(--color-primary-rgb),.3)}.va-section .process-section .process-steps .process-card h3{font-size:1.4rem;margin-bottom:1.2rem;color:var(--color-dark)}.va-section .process-section .process-steps .process-card p{font-size:1rem;line-height:1.6;color:rgba(var(--color-dark-rgb),.8);margin:0}.va-section .process-section .process-steps .process-card:before{content:"";position:absolute;bottom:0;left:0;height:4px;width:0;background:linear-gradient(to right,var(--color-primary),var(--color-primary-light));transition:all .5s ease}.va-section .process-section .process-steps .process-card:hover:before{width:100%}.va-section .cta-section{background:linear-gradient(135deg,var(--color-secondary),var(--color-secondary-dark));border-radius:20px;padding:4rem 3rem;display:flex;justify-content:space-between;align-items:center;position:relative;overflow:hidden;box-shadow:0 15px 50px rgba(var(--color-secondary-rgb),.3)}@media (max-width: 991px){.va-section .cta-section{flex-direction:column;gap:2.5rem;text-align:center;padding:3rem 2rem}}.va-section .cta-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 90% 10%,rgba(255,255,255,.1) 0%,transparent 30%),radial-gradient(circle at 10% 90%,rgba(255,255,255,.05) 0%,transparent 40%);z-index:0}.va-section .cta-section .cta-content{position:relative;z-index:1;max-width:60%}@media (max-width: 991px){.va-section .cta-section .cta-content{max-width:100%}}.va-section .cta-section .cta-content h2{color:#fff;font-size:2.8rem;font-weight:700;margin-bottom:1rem}@media (max-width: 768px){.va-section .cta-section .cta-content h2{font-size:2.3rem}}@media (max-width: 480px){.va-section .cta-section .cta-content h2{font-size:2rem}}.va-section .cta-section .cta-content p{color:#ffffffe6;font-size:1.2rem;line-height:1.6;margin:0}@media (max-width: 768px){.va-section .cta-section .cta-content p{font-size:1.1rem}}.va-section .cta-section .cta-buttons{display:flex;gap:1.5rem;position:relative;z-index:1}@media (max-width: 575px){.va-section .cta-section .cta-buttons{flex-direction:column;width:100%}}.va-section .cta-section .cta-buttons .btn{min-width:180px;padding:1rem 1.5rem}@media (max-width: 575px){.va-section .cta-section .cta-buttons .btn{width:100%}}.va-section .cta-section .cta-buttons .btn-primary{background:#fff;color:var(--color-secondary)}.va-section .cta-section .cta-buttons .btn-primary:hover{background:#f8f8f8;transform:translateY(-5px);box-shadow:0 12px 25px #00000026}.va-section .cta-section .cta-buttons .btn-secondary{background:transparent;border:2px solid white;color:#fff}.va-section .cta-section .cta-buttons .btn-secondary:hover{background:#ffffff1a;transform:translateY(-5px);box-shadow:0 12px 25px #00000026}.va-section .va-content{opacity:0;transform:translateY(30px);transition:all .8s ease}.va-section .va-content.in-view{opacity:1;transform:translateY(0)}.site-header{position:fixed;top:0;left:0;width:100%;z-index:1000;padding:1rem 0;transition:all .3s ease;background-color:var(--color-dark)}.site-header.scrolled{box-shadow:0 2px 10px #0000001a}.header-container{display:flex;align-items:center;justify-content:space-between}.logo-container{flex:0 0 auto;z-index:20;margin-right:150px}.logo{text-decoration:none;display:flex;align-items:center}.logo-img{height:40px;width:auto;transition:all .3s ease}.main-navigation{flex:1 1 auto;display:flex;justify-content:center}.nav-list{display:flex;list-style:none;margin:0;padding:0;gap:2rem}.nav-item,.nav-item.dropdown{position:relative}.nav-item.dropdown.open .dropdown-arrow{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:50%;margin-top:15px;transform:translate(-50%) translateY(5px) scaleY(0);width:280px;background-color:#fff;border-radius:12px;padding:12px;box-shadow:0 10px 30px #00000026;list-style:none;z-index:100;opacity:0;visibility:hidden;transform-origin:top center;transition:transform .3s cubic-bezier(.16,1,.3,1),opacity .2s ease,visibility .2s ease;border:1px solid rgba(0,0,0,.08)}.dropdown-menu:before{content:"";position:absolute;top:-6px;left:50%;transform:translate(-50%) rotate(45deg);width:12px;height:12px;background-color:#fff;border-top:1px solid rgba(0,0,0,.08);border-left:1px solid rgba(0,0,0,.08);z-index:-1}.dropdown-menu.show{margin-left:170px;opacity:1;visibility:visible;transform:translate(-50%) translateY(0) scaleY(1)}.dropdown-menu .dropdown-item{display:block;padding:12px 16px;color:var(--color-dark);text-decoration:none;font-size:.95rem;font-weight:500;transition:all .25s ease;border-radius:8px;margin-bottom:4px}.dropdown-menu .dropdown-item:hover{background-color:rgba(var(--color-primary-rgb),.08);color:var(--color-primary);transform:translate(5px)}.dropdown-menu .dropdown-item:last-child{margin-bottom:0}.dropdown-arrow{transition:transform .3s cubic-bezier(.16,1,.3,1)}.dropdown.open .dropdown-arrow{transform:rotate(180deg)}.nav-link{font-size:.95rem;color:#ffffffd9;text-decoration:none;font-weight:500;padding:.5rem 0;transition:all .3s ease;position:relative;display:flex;align-items:center;gap:.3rem}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--color-primary);transition:width .3s ease}.nav-link:hover,.nav-link.active{color:var(--color-primary);text-decoration:none}.nav-link:hover:after,.nav-link.active:after{width:100%}.nav-link.active{color:var(--color-primary)}.nav-link.dropdown-toggle{padding-right:.3rem;cursor:pointer}.header-actions{flex:0 0 auto}.btn-wrapper{text-decoration:none;display:inline-block}.glow-button{width:11em;position:relative;height:2.5em;border:3px ridge var(--color-primary);outline:none;background-color:transparent;color:#fff;transition:1s;border-radius:.3em;font-size:16px;font-weight:700;cursor:pointer}.glow-button:after{content:"";position:absolute;top:-10px;left:3%;width:95%;height:40%;background-color:var(--color-dark);transition:.5s;transform-origin:center}.glow-button:before{content:"";transform-origin:center;position:absolute;top:80%;left:3%;width:95%;height:40%;background-color:var(--color-dark);transition:.5s}.glow-button:hover:before,.glow-button:hover:after{transform:scale(0)}.glow-button:hover{box-shadow:inset 0 0 25px var(--color-primary)}.mobile-menu-toggle{display:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;cursor:pointer;z-index:20}.mobile-menu-toggle span{display:block;height:2px;width:100%;background-color:#fff;border-radius:2px;transition:all .3s ease}.desktop-navigation{justify-content:center;width:100%}.desktop-navigation .nav-list{display:flex;list-style:none;margin:0;padding:0;gap:2rem}.desktop-only{display:block}.mobile-nav-overlay{position:fixed;top:0;left:0;width:100%;height:0;background-color:var(--color-dark);z-index:999;overflow:hidden;transition:height .4s ease-in-out;opacity:0}.mobile-nav-overlay.active{height:100vh;opacity:1}@media (max-width: 991px){.desktop-navigation,.desktop-only{display:none}.main-navigation{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease .2s}.main-navigation.mobile-menu-open{opacity:1}.mobile-nav-container{width:100%;max-width:500px;padding:2rem;margin:0 auto}.nav-list{flex-direction:column;gap:1.5rem;margin-bottom:3rem}.dropdown-menu{position:static;width:100%;min-width:auto;margin-top:.5rem;margin-left:0;transform:none;box-shadow:none;background-color:#ffffff0d;border-radius:8px;padding:0;max-height:0;opacity:0;overflow:hidden;visibility:visible;transition:max-height .4s ease,padding .4s ease,opacity .4s ease;border:none;display:block}.dropdown-menu:before{display:none}.dropdown-menu.show{max-height:500px;padding:10px;opacity:1}.dropdown-menu.show .service-item{opacity:1;transform:translateY(0)}.dropdown-menu.staggered-dropdown .service-item{opacity:0;transform:translateY(-10px)}.dropdown-menu.staggered-dropdown .service-item:nth-child(1){transition-delay:.05s}.dropdown-menu.staggered-dropdown .service-item:nth-child(2){transition-delay:.1s}.dropdown-menu.staggered-dropdown .service-item:nth-child(3){transition-delay:.15s}.dropdown-menu.staggered-dropdown .service-item:nth-child(4){transition-delay:.2s}.dropdown-menu.staggered-dropdown .service-item:nth-child(5){transition-delay:.25s}.dropdown-menu.staggered-dropdown .service-item:nth-child(6){transition-delay:.3s}.dropdown-menu .dropdown-item{color:#fffc;padding:10px 16px;white-space:nowrap;margin-bottom:5px}.dropdown-menu .dropdown-item:before{background:linear-gradient(90deg,#ffffff1a,#ffffff0d)}.dropdown-menu .dropdown-item .service-icon{background-color:#ffffff1a;color:#fff;transform:scale(.9)}.dropdown-menu .dropdown-item:hover{color:var(--color-primary)}.dropdown-menu .dropdown-item:hover .service-icon{background-color:var(--color-primary);transform:scale(1)}.nav-item.dropdown{overflow:hidden}.nav-item.dropdown .nav-link.dropdown-toggle,.nav-item.dropdown .dropdown-toggle{justify-content:space-between;align-items:center;cursor:pointer}.nav-link{display:block;padding:.75rem 0;font-size:1.2rem;width:100%;color:#fff;font-weight:500;transition:color .3s ease}.nav-link:hover{color:var(--color-primary)}.dropdown-arrow{margin-left:auto;transition:transform .3s ease}.dropdown.open .dropdown-arrow{transform:rotate(180deg)}.mobile-menu-toggle{display:flex;flex-direction:column;justify-content:space-between;width:30px;height:22px;position:relative;z-index:1000}.mobile-menu-toggle span{display:block;height:2px;width:100%;background-color:#fff;border-radius:2px;transition:all .3s ease}.mobile-menu-toggle.active span:nth-child(1){transform:translateY(10px) rotate(45deg)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:translateY(-10px) rotate(-45deg)}.mobile-header-actions{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.mobile-header-actions .btn-wrapper{width:100%}.mobile-header-actions .mobile-cta{width:100%;padding:1rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.mobile-header-actions .btn-primary{background-color:var(--color-primary);color:#fff;border:none}.mobile-header-actions .btn-primary:hover{background-color:#cc5600}.mobile-header-actions .btn-secondary{background-color:transparent;color:#fff;border:2px solid var(--color-primary)}.mobile-header-actions .btn-secondary:hover{background-color:#ff6b001a}}@media (max-width: 767px){.site-header{padding:.8rem 0}.header-actions{display:none}.logo-img{height:32px}.main-navigation.mobile-menu-open .header-actions{display:block;margin-top:2rem}.main-navigation.mobile-menu-open .header-actions .glow-button{width:100%}}.site-footer{position:relative;background:linear-gradient(135deg,#0b192c,#1e3e62);color:#ffffffbf;font-size:.95rem;overflow:hidden}.site-footer:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='rgba(255,255,255,0.03)' fill-rule='evenodd'/%3E%3C/svg%3E");opacity:.5;z-index:0}.footer-accent{position:absolute;top:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,var(--color-primary) 0%,var(--color-secondary) 100%)}.footer-top{position:relative;z-index:1;padding:4rem 0 3rem}.footer-subscribe-banner{background:linear-gradient(135deg,#ff6500e6,#ff7d32cc);border-radius:16px;padding:2.5rem;margin-bottom:4rem;display:flex;justify-content:space-between;align-items:center;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000026}.footer-subscribe-banner:before{content:"";position:absolute;top:0;right:0;width:300px;height:300px;background:radial-gradient(circle,#fff3,#fff0 70%);z-index:0;border-radius:50%;transform:translate(30%,-30%)}.footer-subscribe-banner:after{content:"";position:absolute;bottom:0;left:0;width:200px;height:200px;background:radial-gradient(circle,#ffffff1a,#fff0 70%);z-index:0;border-radius:50%;transform:translate(-30%,30%)}@media (max-width: 991px){.footer-subscribe-banner{flex-direction:column;text-align:center;padding:2rem 1.5rem}}.footer-subscribe-banner .subscribe-content{position:relative;z-index:1;flex:1;padding-right:2rem}@media (max-width: 991px){.footer-subscribe-banner .subscribe-content{padding-right:0;margin-bottom:1.5rem}}.footer-subscribe-banner .subscribe-content h3{color:#fff;font-size:1.8rem;font-weight:700;margin-bottom:.75rem;letter-spacing:.5px}.footer-subscribe-banner .subscribe-content p{color:#ffffffe6;font-size:1.05rem;max-width:500px;margin:0}.footer-subscribe-banner .subscribe-form{position:relative;z-index:1;min-width:380px}@media (max-width: 991px){.footer-subscribe-banner .subscribe-form{min-width:100%;width:100%}}.footer-subscribe-banner .subscribe-form .input-wrapper{display:flex;position:relative}.footer-subscribe-banner .subscribe-form .input-wrapper input{flex:1;height:56px;background-color:#ffffff26;border:1px solid rgba(255,255,255,.3);border-radius:28px;padding:0 8rem 0 1.5rem;color:#fff;font-size:1rem;transition:all .3s ease;font-weight:500}.footer-subscribe-banner .subscribe-form .input-wrapper input:focus{outline:none;background-color:#fff3;box-shadow:0 0 20px #fff3}.footer-subscribe-banner .subscribe-form .input-wrapper input::placeholder{color:#ffffffb3;font-weight:400}.footer-subscribe-banner .subscribe-form .input-wrapper button{position:absolute;right:4px;top:4px;height:48px;background:linear-gradient(135deg,#0b192c,#1e3e62);border:none;border-radius:24px;color:#fff;padding:0 1.5rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .3s ease;overflow:hidden}.footer-subscribe-banner .subscribe-form .input-wrapper button span{transition:transform .3s ease}.footer-subscribe-banner .subscribe-form .input-wrapper button svg{transition:transform .4s ease}.footer-subscribe-banner .subscribe-form .input-wrapper button:hover{background:linear-gradient(135deg,#1e3e62,#132d4a);box-shadow:0 0 15px #0000004d}.footer-subscribe-banner .subscribe-form .input-wrapper button:hover span{transform:translate(-4px)}.footer-subscribe-banner .subscribe-form .input-wrapper button:hover svg{transform:translate(3px)}.footer-subscribe-banner .subscribe-form .input-wrapper button:active{transform:scale(.98)}.footer-main{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem}@media (max-width: 991px){.footer-main{grid-template-columns:1fr;gap:2.5rem}}.footer-info{display:flex;flex-direction:column;position:relative;padding-left:1.25rem;text-align:left}.footer-info:before{content:"";position:absolute;left:0;top:0;width:3px;height:80px;background:linear-gradient(to bottom,var(--color-primary),transparent);border-radius:10px}.footer-logo{margin-bottom:2rem;display:inline-block;position:relative}.footer-logo img{height:45px;width:auto;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));transition:all .3s ease}.footer-logo img:hover{transform:translateY(-3px);filter:drop-shadow(0 5px 10px rgba(0,0,0,.3)) brightness(1.05)}.contact-info{list-style:none;padding:0;margin:0 0 2rem;text-align:left}.contact-info li{padding-left:2rem;position:relative;margin-bottom:1.25rem;transition:transform .3s ease}.contact-info li:hover{transform:translate(5px)}.contact-info li:before{content:"";position:absolute;left:0;top:3px;width:18px;height:18px;background-size:contain;background-repeat:no-repeat;opacity:.9;transition:transform .3s ease}.contact-info li.address:before{background-image:url(/location.png)}.contact-info li.phone:before{background-image:url(/phone.png)}.contact-info li.email:before{background-image:url(/mail.png)}.contact-info a{color:#ffffffe6;text-decoration:none;transition:all .2s ease}.contact-info a:hover{color:var(--color-primary)}.footer-nav{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem}@media (max-width: 767px){.footer-nav{grid-template-columns:1fr 1fr}}@media (max-width: 576px){.footer-nav{grid-template-columns:1fr}}.footer-nav-column h4{color:#fff;font-size:1.25rem;font-weight:700;margin-bottom:1.5rem;letter-spacing:.5px;position:relative;display:inline-block}.footer-nav-column h4:after{content:"";position:absolute;left:0;bottom:-8px;width:40px;height:2px;background:var(--color-primary)}.footer-nav-column ul{list-style:none;padding:0;margin:0}.footer-nav-column ul li{margin-bottom:.85rem;position:relative}.footer-nav-column ul li a{color:#ffffffbf;text-decoration:none;transition:all .3s ease;display:inline-block}.footer-nav-column ul li a:hover{color:#fff;transform:translate(5px)}.footer-bottom{position:relative;z-index:1;border-top:1px solid rgba(255,255,255,.08);padding:1.5rem 0;background-color:#00000026}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}@media (max-width: 767px){.footer-bottom-content{flex-direction:column;text-align:center}}.footer-legal{display:flex;gap:2rem}.footer-legal a{color:#ffffffb3;text-decoration:none;transition:all .2s ease;font-size:.95rem}.footer-legal a:hover{color:#fff;text-decoration:underline}.footer-copyright{font-size:.95rem;color:#fff9}.footer-copyright p{margin:0}.social-links{display:flex;gap:1.2rem;margin:1.5rem 0}.social-links .social-icon{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:12px;background:#ffffff1a;color:#fff;transition:all .3s ease;position:relative;overflow:hidden;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 8px #0003}.social-links .social-icon:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,#ff6500cc,#ff650099);opacity:0;transition:all .4s ease;z-index:0}.social-links .social-icon img{width:20px;height:20px;position:relative;z-index:1;transition:all .3s ease;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.social-links .social-icon:hover{transform:translateY(-5px) scale(1.1);box-shadow:0 8px 20px #0000004d,0 0 15px #ff650066}.social-links .social-icon:hover:before{opacity:1}.social-links .social-icon:hover img{transform:scale(1.2);filter:brightness(1.2) drop-shadow(0 2px 4px rgba(0,0,0,.3))}.social-links .social-icon:active{transform:translateY(-2px);box-shadow:0 5px 10px #0000004d}
