@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Sen:wght@200;300;400;500;600;700;800&display=swap";:root{--primary-red: #D92323;--dark-bg: #020B14;--text-white: #FFFFFF;--text-grey: #9CA3AF;--font-main: "Sen", sans-serif;--h1-size: 3.5rem;--h2-size: 2.5rem;--h3-size: 1.75rem;--p-size: 1rem;--font-weight-bold: 600;--font-weight-normal: 400;--font-weight-light: 300}*{margin:0;padding:0;box-sizing:border-box}html,body{font-family:var(--font-main);background-color:#fff;color:#111;line-height:1.6;font-weight:var(--font-weight-normal);-webkit-font-smoothing:antialiased;overflow-x:hidden;width:100%;position:relative}#root,.App{width:100%;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-weight:var(--font-weight-bold);line-height:1.2}h1{font-size:var(--h1-size)}h2{font-size:var(--h2-size)}p{font-size:var(--p-size)}a{text-decoration:none;color:inherit}ul{list-style:none}button{cursor:pointer;border:none;font-family:inherit}@media(min-width:2000px){main section{margin-top:-1px;border:none!important;outline:none!important}main section:first-of-type{margin-top:0}}.header{position:absolute;top:0;left:0;width:100%;z-index:1000;padding:1.5rem 0;background:transparent}.container{max-width:1400px;margin:0 auto;padding:0 2rem}.header-container{display:flex;justify-content:space-between;align-items:center}.logo-img{width:70px;height:auto;display:block;transition:transform .3s ease}.logo-img:hover{transform:scale(1.1)}.desktop-nav ul{display:flex;gap:2.5rem;align-items:center;list-style:none;margin:0;padding:0}.desktop-nav li{position:relative}.desktop-nav a{font-family:Sen,sans-serif;font-size:16px;font-weight:400;color:var(--text-white);transition:all .3s ease;text-transform:capitalize;text-decoration:none}.contact-link{display:flex;align-items:center;gap:5px}.desktop-nav a:hover{color:var(--primary-red)}.dropdown-menu{position:absolute;top:100%;left:0;background-color:#fff;min-width:200px;padding:0;box-shadow:0 4px 10px #0000001a;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .3s ease;display:flex!important;flex-direction:column!important;gap:0!important;border-radius:4px;z-index:1001;overflow:hidden;border:1px solid rgba(0,0,0,.05)}.desktop-nav li:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu li{width:100%}.dropdown-menu a{color:#111!important;padding:15px 25px;display:block;font-size:.9rem;font-weight:600;text-transform:capitalize;transition:background-color .2s,color .2s;white-space:nowrap;border-bottom:1px solid #f3f4f6;text-align:left}.dropdown-menu a:last-child{border-bottom:none}.dropdown-menu a:hover{background-color:#f9fafb;color:#d92323!important}.header-actions{display:flex;align-items:center;gap:1.5rem}.search-btn,.mobile-menu-btn{background:none;border:none;color:#fff;font-size:1.3rem;display:flex;align-items:center;padding:5px;transition:transform .2s}.search-btn:hover{transform:scale(1.1)}.mobile-menu-btn{display:none;z-index:1001}.mobile-menu-btn.menu-open{position:fixed;top:1.5rem;right:1rem}.mobile-nav{position:fixed;top:0;right:-100%;width:100%;height:100vh;background-color:#020b14fa;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);padding-top:8rem;transition:right .4s cubic-bezier(.19,1,.22,1);display:flex;flex-direction:column;align-items:center;z-index:999;overflow-y:auto}.mobile-nav.open{right:0}.mobile-nav ul{display:flex;flex-direction:column;gap:2.5rem;text-align:center;list-style:none;padding:0}.mobile-nav a{font-size:1.2rem;font-weight:200;color:var(--text-white);text-decoration:none}@media(min-width:768px){.mobile-nav{max-width:400px;right:-400px;border-left:1px solid rgba(255,255,255,.1)}}@media(max-width:960px){.desktop-nav{display:none}.mobile-menu-btn{display:flex}.container{padding:0 1rem}}.mobile-nav-item{width:100%;display:flex;flex-direction:column;align-items:center}.mobile-nav-link-wrapper{display:flex;align-items:center;gap:10px;cursor:pointer;color:var(--text-white);font-size:1.2rem;font-weight:200}.mobile-submenu{display:flex;flex-direction:column;gap:1.5rem!important;margin-top:1.5rem;background:#ffffff0d;width:100%;padding:1rem 0!important;border-radius:8px;overflow:hidden;list-style:none}.mobile-submenu li a{font-size:1rem!important;color:#ccc!important;text-transform:capitalize;text-decoration:none}.mobile-submenu li a:hover{color:#d92323!important}.search-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#fffffffa;z-index:2000;display:flex;justify-content:center;padding-top:15vh;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.search-close-btn{position:absolute;top:2rem;right:2rem;background:none;border:none;font-size:2.5rem;cursor:pointer;color:#333;transition:transform .2s}.search-close-btn:hover{transform:rotate(90deg);color:#d92323}.search-container{width:100%;max-width:800px;padding:0 2rem}.search-input-wrapper{position:relative;border-bottom:2px solid #ccc;display:flex;align-items:center;gap:1rem;padding-bottom:.5rem;transition:border-color .3s}.search-input-wrapper:focus-within{border-color:#d92323}.search-icon-large{font-size:2rem;color:#999}.search-input{width:100%;border:none;font-size:2rem;outline:none;background:transparent;color:#111;font-weight:300}.search-results{margin-top:3rem}.search-results ul{list-style:none;padding:0}.search-results li{padding:1.5rem 0;border-bottom:1px solid #eee;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:padding-left .2s}.search-results li:hover{padding-left:1rem;border-bottom-color:#d92323}.result-title{font-size:1.5rem;font-weight:500;color:#333}.result-info{display:flex;flex-direction:column}.result-category{font-size:.8rem;color:#888;text-transform:uppercase;letter-spacing:1px;margin-top:4px}.result-arrow{color:#ddd;font-size:1.5rem;transition:transform .2s,color .2s}.search-results li:hover .result-arrow{transform:translate(5px);color:#d92323}.search-recommendations{margin-top:3rem}.search-recommendations h3{font-size:.9rem;text-transform:uppercase;color:#999;margin-bottom:1.5rem;letter-spacing:1px}.pill-container{display:flex;flex-wrap:wrap;gap:1rem}.rec-pill{background:#f3f4f6;border:none;padding:.8rem 1.5rem;border-radius:50px;font-size:1rem;color:#333;cursor:pointer;transition:all .3s ease}.rec-pill:hover{background:#d92323;color:#fff;transform:translateY(-2px);box-shadow:0 4px 10px #d9232333}.no-results{font-size:1.2rem;color:#666;text-align:center;margin-top:2rem}.hero{position:relative;height:100vh;min-height:700px;display:flex;align-items:center;overflow:hidden;background-color:var(--dark-bg)}.video-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.video-background video{width:100%;height:100%;object-fit:cover}.overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at center,#020b1466,#020b14d9);z-index:1}.grid-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;background-image:radial-gradient(rgba(255,255,255,.1) 1px,transparent 1px);background-size:40px 40px;pointer-events:none}.hero-content{position:relative;z-index:10;color:#fff;width:100%;padding-top:60px}.hero-subtitle{display:flex;align-items:center;gap:.8rem;font-size:1rem;font-weight:var(--font-weight-normal);margin-bottom:1.5rem;color:#e5e7eb;letter-spacing:.5px}.check-icon{font-size:1.1rem;color:#fff}.hero-title{font-size:var(--h1-size);font-weight:var(--font-weight-bold);margin-bottom:1.5rem;line-height:1.1;letter-spacing:-.5px}.hero-description{font-size:1.125rem;color:#e0e0e0;line-height:1.6;margin-bottom:3.5rem;max-width:750px;font-weight:var(--font-weight-normal)}.hero-footer{display:flex;align-items:center;gap:4rem}.contact-btn{background-color:var(--primary-red);color:#fff;padding:1rem 2.8rem;font-size:1.1rem;font-weight:600;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 4px 15px #d923234d}.contact-btn:hover{background-color:#fca5a5;background-color:#b91c1c;transform:translateY(-3px);box-shadow:0 6px 20px #d9232366}.location-info{display:flex;flex-direction:column;justify-content:center;border-left:2px solid rgba(255,255,255,.2);padding-left:1rem}.location-info strong{font-weight:600;color:#fff;font-size:1rem;margin-bottom:2px}.location-info span{color:#9ca3af;font-size:.9rem}@media(max-width:1024px){.hero-title{font-size:3.5rem}}@media(max-width:768px){.hero-title{font-size:2.8rem}.hero-description{font-size:1.1rem;margin-bottom:3rem}.hero-footer{flex-direction:column;align-items:flex-start;gap:2rem}.location-info{border-left:none;padding-left:0;margin-left:5px}}@media(max-width:480px){.hero-title{font-size:2.2rem}}.objective-section{background-color:#fff;padding:3rem 0;color:#111}.objective-container{display:flex;justify-content:space-between;align-items:flex-start;gap:4rem;max-width:1400px;margin:0 auto;padding:0 2rem}.objective-title{flex:1;font-size:3rem;font-weight:700;line-height:1.2;color:#000}.objective-content{flex:1.5;display:flex;flex-direction:column;gap:2rem}.objective-text{font-size:1.125rem;line-height:1.6;color:#374151;text-align:justify}.visit-link{display:inline-flex;align-items:center;gap:.5rem;color:#d92323;font-weight:700;font-size:1rem;text-transform:uppercase;letter-spacing:1px;transition:gap .3s ease}.visit-link:hover{gap:.8rem}@media(max-width:768px){.objective-container{flex-direction:column;gap:2rem;padding:0 1rem}.objective-title{font-size:2.5rem}.objective-text{text-align:left}}.services-section{padding:3rem 0;background-color:#fff}.services-container{max-width:1200px;margin:0 auto;padding:0 2rem}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.service-card-new{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 20px #0000000d;display:flex;gap:2rem;align-items:flex-start;transition:transform .3s ease,box-shadow .3s ease;height:100%;cursor:pointer}.service-card-new:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.service-icon-wrapper-new{flex-shrink:0;width:80px;height:80px}.service-icon-new{width:100%;height:100%;object-fit:contain}.service-content-new h3{font-size:1.5rem;font-weight:700;color:#111;margin-bottom:1rem}.service-content-new p{font-size:1rem;color:#4b5563;line-height:1.6}@media(max-width:900px){.services-grid{grid-template-columns:1fr;max-width:600px;margin:0 auto}}@media(max-width:768px){.services-section{padding:2rem 0}.service-card-new{flex-direction:column;align-items:center;text-align:center}}.process-section{background-color:#fff;padding:3rem 0}.process-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:#111}.process-container{display:flex;gap:4rem;max-width:1400px;margin:0 auto;padding:0 2rem;align-items:flex-start}.process-tabs{flex:1;display:flex;flex-direction:column;background:#f9fafb;border-radius:4px;overflow:hidden;min-width:250px}.tab-btn{padding:1.5rem 2rem;text-align:left;background:transparent;border:none;border-left:4px solid transparent;font-size:1.1rem;font-weight:500;color:#4b5563;cursor:pointer;transition:all .3s ease}.tab-btn:hover{background-color:#f3f4f6;color:#111}.tab-btn.active{background-color:#f3f4f6;border-left-color:#dc2626;color:#111;font-weight:600}.process-content{flex:3}.content-image{width:100%;max-width:700px;height:auto;border-radius:8px;margin-bottom:2rem;object-fit:cover;box-shadow:0 10px 15px -3px #0000001a}@media(max-width:768px){.content-image{max-width:100%}}.text-content{color:#374151}.content-block{margin-bottom:2rem}.block-title{font-size:1.25rem;font-weight:700;margin-bottom:.8rem;color:#111}.block-description{font-size:1rem;line-height:1.6;margin-bottom:1rem;text-align:justify}.tech-list-title,.frameworks-title{font-weight:600;margin-bottom:.5rem;display:block;color:#1f2937}.tech-list{list-style:none;padding-left:0}.tech-list li{margin-bottom:.5rem;font-size:.95rem;line-height:1.5}@media(max-width:960px){.process-container{flex-direction:column;gap:2rem;padding:0 1rem}.process-tabs{width:100%;flex-direction:row;overflow-x:auto;border-bottom:1px solid #E5E7EB}.tab-btn{padding:1rem;border-left:none;border-bottom:4px solid transparent;white-space:nowrap}.tab-btn.active{border-left:none;border-bottom-color:#dc2626}}.stats-section{position:relative;padding:3rem 0;background-color:#000;color:#fff;overflow:hidden;min-height:500px;display:flex;align-items:center}.stats-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.stats-bg img{width:100%;height:100%;object-fit:cover;opacity:.6}.stats-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right,#0009,#0000001a);z-index:1}.stats-container{position:relative;z-index:2;width:100%;max-width:100%;padding:0 5%;display:flex;justify-content:flex-end}.stats-content-wrapper{max-width:600px;margin-left:auto}.stats-small-title{font-size:1rem;color:#e5e7eb;margin-bottom:.5rem;font-weight:500}.stats-main-title{font-size:2.5rem;font-weight:600;margin-bottom:1.5rem;line-height:1.2}.stats-description{font-size:1rem;line-height:1.6;color:#d1d5db;margin-bottom:3rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2.5rem}.stat-item{display:flex;flex-direction:column}.stat-number{font-size:2.5rem;font-weight:600;color:#fff;line-height:1;margin-bottom:.5rem}.stat-label{font-size:1rem;color:#e5e7eb}@media(max-width:768px){.stats-main-title{font-size:2.5rem}.stats-container{justify-content:flex-start;padding:0 1rem}.stats-content-wrapper{margin-left:0;max-width:100%}.stats-grid{gap:2rem}.stat-number{font-size:2.5rem}}.community-section{padding:3rem 0;background-color:#fff;text-align:center}.community-header{margin-bottom:4rem}.community-subtitle{font-size:1rem;color:#ef4444;font-weight:600;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.community-title{font-size:2.5rem;font-weight:700;color:#111}.community-grid{display:grid;grid-template-columns:repeat(3,1fr);justify-content:center;gap:2rem;max-width:1400px;margin:0 auto;padding:0 2rem}.community-card{background-color:#fff1f2;padding:3rem 2rem;border-radius:8px;text-align:left;transition:transform .3s ease}.community-card:hover{transform:translateY(-5px)}.icon-box{width:60px;height:60px;background-color:#ef4444;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:2rem;color:#fff;font-size:1.8rem}.card-title{font-size:1.5rem;font-weight:700;color:#111;margin-bottom:1.5rem}.card-description{font-size:1rem;line-height:1.8;color:#374151;text-align:justify;hyphens:auto;-webkit-hyphens:auto;-ms-hyphens:auto}@media(max-width:1024px){.community-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.community-grid{grid-template-columns:1fr;padding:0 1rem;gap:1.5rem}.community-title{font-size:2.5rem}.community-card{padding:2rem 1.5rem}}.approach-section{padding:3rem 0;background-color:#fff}.approach-container{max-width:1200px;margin:0 auto;padding:0 2rem}.approach-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:4rem;gap:4rem;flex-wrap:wrap}.approach-title{font-size:2.5rem;font-weight:700;color:#111;line-height:1.2;flex:1;min-width:300px}.approach-description{font-size:1.1rem;color:#4b5563;line-height:1.6;flex:1;min-width:300px;margin-top:1rem}.approach-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.approach-card{background-color:#757575;padding:3rem 2rem;color:#fff;border-radius:4px;display:flex;flex-direction:column;justify-content:space-between;min-height:350px;transition:transform .3s ease}.approach-card:hover{transform:translateY(-5px)}.approach-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:#fff}.approach-card p{font-size:.95rem;line-height:1.6;color:#e5e5e5;margin-bottom:2rem;flex-grow:1}.approach-btn{background-color:#d92323;color:#fff;padding:.8rem 2rem;border:none;font-weight:600;text-transform:lowercase;font-size:1rem;display:inline-flex;align-items:center;gap:.5rem;width:fit-content;border-radius:4px;transition:background-color .3s ease;text-decoration:none;cursor:pointer}.approach-btn:hover{background-color:#b91c1c}@media(max-width:1024px){.approach-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.approach-section{padding:2rem 0}.approach-grid{grid-template-columns:1fr}.approach-header{flex-direction:column;gap:1rem}.approach-title{font-size:2rem}}.dreams-section{padding:3rem 0;background-color:#fff;text-align:center}.dreams-container{max-width:1400px;margin:0 auto;padding:0 2rem}.dreams-title{font-size:2.5rem;font-weight:700;color:#111;margin-bottom:4rem;line-height:1.2}.dreams-image-wrapper{width:100%;max-width:800px;margin:0 auto;border-radius:8px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;perspective:1000px;cursor:pointer}.dreams-image{width:100%;height:auto;display:block;object-fit:contain;border-radius:8px}@media(max-width:768px){.dreams-title{font-size:1.75rem;margin-bottom:2rem}}.faq-section{padding:3rem 0;background-color:#fff;text-align:center}.faq-container{max-width:1000px;margin:0 auto;padding:0 2rem}.faq-header{margin-bottom:3rem}.faq-title{font-size:2.5rem;font-weight:700;color:#111;margin-bottom:1rem}.faq-subtitle{font-size:1.1rem;color:#4b5563}.faq-content-wrapper{background-color:#fff5f5;padding:3rem;border-radius:8px}.faq-item{background-color:#fff;margin-bottom:1rem;border-radius:4px;overflow:hidden;text-align:left}.faq-question-btn{width:100%;padding:1.5rem;display:flex;justify-content:space-between;align-items:center;background:#fff;border:none;cursor:pointer;font-family:inherit;font-size:1.1rem;font-weight:500;color:#111;text-align:left;transition:background-color .3s ease}.faq-question-btn:hover{background-color:#f9f9f9}.faq-toggle-icon{width:30px;height:30px;background-color:#d92323;color:#fff;display:flex;align-items:center;justify-content:center;border-radius:4px;font-size:1.2rem;flex-shrink:0}.faq-answer{padding:0 2rem;color:#4b5563;line-height:1.6;font-size:1rem;overflow:hidden}.faq-answer-inner{padding-bottom:1.5rem}@media(max-width:768px){.faq-content-wrapper{padding:1.5rem}.faq-title{font-size:2rem}.faq-question-btn{padding:1rem}.faq-question-btn span{font-size:1rem}}.tech-stack-section{padding:3rem 0;background-color:#fff;text-align:center;overflow:hidden}.tech-stack-container{max-width:1200px;margin:0 auto;padding:0 2rem}.tech-stack-title{font-size:2rem;font-weight:600;color:#374151;margin-bottom:3rem;opacity:.8}.tech-logos-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:2rem;justify-items:center;align-items:center}.tech-logo-item{width:120px;height:80px;display:flex;justify-content:center;align-items:center;transition:transform .3s ease;opacity:1}.tech-logo-item:hover{transform:scale(1.1)}.tech-logo-img{max-width:100%;max-height:100%;object-fit:contain}@media(max-width:768px){.tech-stack-container{padding:0 1rem}.tech-logos-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}.tech-logo-item{width:80px;height:60px}}.marketing-stack-section{padding:3rem 0;background-color:#fff;text-align:center;overflow:hidden}.marketing-stack-container{max-width:1200px;margin:0 auto;padding:0 2rem}.marketing-logos-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:2rem;justify-items:center;align-items:center}.marketing-logo-item{width:120px;height:80px;display:flex;justify-content:center;align-items:center;transition:transform .3s ease;opacity:1}.marketing-logo-item:hover{transform:scale(1.1)}@media(max-width:768px){.marketing-stack-container{padding:0 1rem}.marketing-logos-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}.marketing-logo-item{width:80px;height:60px}}.execution-section{padding:3rem 0;background-color:#fff}.execution-container{max-width:1200px;margin:0 auto;padding:0 2rem}.execution-title{font-size:2.5rem;font-weight:700;color:#111;margin-bottom:4rem;text-align:left}.execution-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.execution-card{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 20px #0000000d;display:flex;gap:2rem;align-items:flex-start;transition:transform .3s ease,box-shadow .3s ease;height:100%;border:1px solid transparent}.execution-card.highlight{border:1px solid #ff4d4f}.execution-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.execution-icon-wrapper{flex-shrink:0;width:80px;height:80px}.execution-icon{width:100%;height:100%;object-fit:contain}.execution-content h3{font-size:1.5rem;font-weight:700;color:#111;margin-bottom:1rem}.execution-content p{font-size:1rem;color:#4b5563;line-height:1.6}@media(max-width:900px){.execution-grid{grid-template-columns:1fr;max-width:600px;margin:0 auto}}@media(max-width:768px){.execution-section{padding:2rem 0}.execution-card{flex-direction:column;align-items:center;text-align:center}.execution-title{text-align:center}}.code-banner-section{width:100%;margin-top:0;padding:4rem 0 2rem;display:flex;justify-content:center;perspective:1000px;background-color:#fff}.code-banner-wrapper{width:100%;max-width:800px;margin:0 auto;position:relative;cursor:pointer;transform-style:preserve-3d}.code-banner-img{width:100%;height:350px;display:block;object-fit:cover;border-radius:12px;box-shadow:0 10px 30px #0003;filter:brightness(.9)}.dev-services-section{padding:3rem 0;background-color:#fff;text-align:center}.dev-services-container{max-width:1200px;margin:0 auto;padding:0 2rem}.dev-services-title{font-size:2.5rem;font-weight:700;color:#111;margin-bottom:4rem;text-transform:lowercase}.dev-services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;justify-content:center}.dev-service-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1rem;transition:transform .3s ease}.dev-service-card:hover{transform:translateY(-5px)}.dev-service-icon{width:80px;height:80px;object-fit:contain;margin-bottom:1.5rem}.dev-service-card h3{font-size:1.5rem;font-weight:600;color:#111;margin-bottom:1rem}.dev-service-card p{font-size:1rem;color:#4b5563;line-height:1.6;margin-bottom:1.5rem;max-width:350px}.dev-service-link{font-size:1rem;color:#111;font-weight:500;text-decoration:none;transition:color .3s ease;display:inline-flex;align-items:center;gap:.25rem}.dev-service-link:hover{color:#d92323}@media(max-width:768px){.dev-services-section{padding:2rem 0}.dev-services-title{font-size:2rem}}.quote-section{position:relative;width:100%;height:400px;background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;display:flex;align-items:center;overflow:hidden}.quote-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0006}.quote-container{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:0 2rem;width:100%}.quote-text{font-size:2.5rem;font-weight:600;color:#fff;max-width:700px;line-height:1.3}@media(max-width:768px){.quote-section{height:300px}.quote-text{font-size:1.8rem}}.tech-attributes-section{padding:3rem 0;background-color:#fff;text-align:center}.tech-attributes-container{max-width:1400px;margin:0 auto;padding:0 2rem}.tech-header{margin-bottom:4rem}.tech-subtitle{font-size:1rem;color:#d92323;text-transform:uppercase;letter-spacing:1px;font-weight:500;margin-bottom:1rem;display:block}.tech-title{font-size:2.5rem;font-weight:700;color:#111;margin-bottom:1.5rem}.tech-description{font-size:1.1rem;color:#4b5563;max-width:800px;margin:0 auto;line-height:1.6}.tech-grid{display:grid;grid-template-columns:repeat(2,1fr);justify-content:center;gap:3rem;align-items:stretch}.tech-card{display:flex;flex-direction:column;align-items:center;text-align:center;background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 20px #0000000d;transition:transform .3s ease,box-shadow .3s ease;height:100%}.tech-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.tech-icon-wrapper{font-size:3rem;color:#d92323;margin-bottom:1.5rem}.tech-card h3{font-size:1.5rem;font-weight:700;color:#111;margin-bottom:1.5rem}.tech-card p{font-size:.95rem;color:#4b5563;line-height:1.8;text-align:justify;hyphens:auto;-webkit-hyphens:auto;word-break:break-word}@media(max-width:1200px){.tech-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.tech-attributes-section{padding:2rem 0}.tech-attributes-container{padding:0 1rem}.tech-grid{grid-template-columns:1fr}.tech-title{font-size:2rem}}.hosting-section{padding:3rem 0;background-color:#fff;text-align:center}.hosting-container{max-width:1200px;margin:0 auto;padding:0 2rem}.hosting-text{font-size:1.5rem;font-weight:500;color:#111;margin-bottom:3rem;line-height:1.4}.hosting-cta{color:#d92323;font-weight:700;text-decoration:none;cursor:pointer;transition:color .3s ease}.hosting-cta:hover{color:#b91c1c;text-decoration:underline}.hosting-image-wrapper{width:100%;max-width:1000px;margin:0 auto;perspective:1000px;cursor:pointer}.hosting-image{width:100%;height:400px;object-fit:cover;display:block;border-radius:8px;box-shadow:0 20px 40px #0000001a}@media(max-width:768px){.hosting-section{padding:2rem 0}.hosting-container{padding:0 1rem}.hosting-text{font-size:1.25rem}.hosting-image{height:250px}}.digital-process-section{padding:3rem 0;background-color:#fff}.digital-process-container{max-width:1200px;margin:0 auto;padding:0 2rem}.digital-process-title{font-size:2.5rem;font-weight:700;color:#111;margin-bottom:4rem;text-align:left}.digital-process-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.process-card{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 20px #0000000d;display:flex;gap:2rem;align-items:flex-start;transition:transform .3s ease,box-shadow .3s ease;height:100%}.process-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.process-icon-wrapper{flex-shrink:0;width:80px;height:80px}.process-icon{width:100%;height:100%;object-fit:contain}.process-content{text-align:left}.process-content h3{font-size:1.5rem;font-weight:700;color:#111;margin-bottom:1rem}.process-content p{font-size:1rem;color:#4b5563;line-height:1.6}@media(max-width:900px){.digital-process-grid{grid-template-columns:1fr;max-width:600px;margin:0 auto}}@media(max-width:768px){.digital-process-section{padding:2rem 0}.process-card{flex-direction:column;align-items:center;text-align:center}.digital-process-title,.process-content{text-align:center}}.digital-brain-section{width:100%;margin-top:0;padding:3rem 0;display:flex;justify-content:center;perspective:1000px;background-color:#fff}.digital-brain-wrapper{width:100%;max-width:800px;margin:0 auto;position:relative;cursor:pointer;transform-style:preserve-3d}.digital-brain-img{width:100%;height:350px;display:block;object-fit:cover;border-radius:12px;box-shadow:0 10px 30px #0003;filter:brightness(.9)}.digital-services-section{padding:3rem 0;background-color:#fff;text-align:center}.digital-services-title{font-size:2.5rem;font-weight:700;color:#000;margin-bottom:4rem;text-transform:lowercase}.digital-services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;max-width:1200px;margin:0 auto}.service-card{display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:0;background:transparent;box-shadow:none;border:none;transition:none!important}.service-card:hover{transform:none!important;background:transparent!important;box-shadow:none!important;border:none!important}.service-icon-wrapper{width:80px;height:80px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.service-icon{width:100%;height:auto;object-fit:contain}.service-card h3{font-size:1.5rem;font-weight:700;color:#000;margin:0}.service-card p{font-size:1rem;color:#333;line-height:1.6;max-width:300px;margin:0;text-align:center}.service-link{font-size:1rem;color:#333;text-decoration:none;font-weight:500;margin-top:1rem;display:inline-flex;align-items:center;gap:.25rem;transition:color .3s ease}.service-link:hover{color:#000;text-decoration:underline}@media(max-width:900px){.digital-services-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.digital-services-grid{grid-template-columns:1fr}}.digital-quote-section{position:relative;width:100%;height:400px;background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;display:flex;align-items:center;overflow:hidden}.digital-quote-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0006}.digital-quote-container{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:0 2rem;width:100%}.digital-quote-text{font-size:2.5rem;font-weight:600;color:#fff;max-width:700px;line-height:1.3}@media(max-width:768px){.digital-quote-section{height:300px;background-attachment:scroll}.digital-quote-text{font-size:1.8rem}}.digital-attributes-section{padding:3rem 0;background-color:#fff;text-align:center}.digital-attributes-container{max-width:1400px;margin:0 auto;padding:0 2rem}.digital-attr-header{margin-bottom:4rem}.digital-attr-subtitle{font-size:1rem;color:#d92323;text-transform:uppercase;letter-spacing:1px;font-weight:500;margin-bottom:1rem;display:block}.digital-attr-title{font-size:2.5rem;font-weight:700;color:#111;margin-bottom:1.5rem}.digital-attr-description{font-size:1.1rem;color:#4b5563;max-width:800px;margin:0 auto;line-height:1.6}.digital-attr-grid{display:grid;grid-template-columns:repeat(2,1fr);justify-content:center;gap:3rem;align-items:stretch}.digital-attr-card{display:flex;flex-direction:column;align-items:center;text-align:center;background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 20px #0000000d;transition:transform .3s ease,box-shadow .3s ease;height:100%}.digital-attr-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.digital-attr-icon-wrapper{font-size:3rem;color:#d92323;margin-bottom:1.5rem}.digital-attr-card h3{font-size:1.5rem;font-weight:700;color:#111;margin-bottom:1.5rem}.digital-attr-card p{font-size:.95rem;color:#4b5563;line-height:1.8;text-align:justify;hyphens:auto;-webkit-hyphens:auto;word-break:break-word}@media(max-width:1200px){.digital-attr-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.digital-attributes-section{padding:3rem 0}.digital-attributes-container{padding:0 1rem}.digital-attr-grid{grid-template-columns:1fr}.digital-attr-title{font-size:2rem}}.digital-marketing-banner-section{padding:3rem 0;background-color:#fff;text-align:center}.digital-marketing-container{max-width:1200px;margin:0 auto;padding:0 2rem}.digital-marketing-text{font-size:1.5rem;font-weight:500;color:#111;margin-bottom:3rem;line-height:1.4}.digital-marketing-wrapper{width:100%;max-width:900px;margin:0 auto;position:relative;cursor:pointer;transform-style:preserve-3d;perspective:1000px}.digital-marketing-img{width:100%;height:auto;display:block;border-radius:12px;box-shadow:0 10px 30px #00000026}@media(max-width:768px){.digital-marketing-text{font-size:1.25rem}}.digital-faq-section{padding:3rem 0;background-color:#fff;text-align:center}.digital-faq-container{max-width:1000px;margin:0 auto;padding:0 2rem}.digital-faq-header{margin-bottom:3rem}.digital-faq-title{font-size:2.5rem;font-weight:700;color:#111;margin-bottom:1rem}.digital-faq-subtitle{font-size:1.1rem;color:#4b5563}.digital-faq-content-wrapper{background-color:#fff5f5;padding:3rem;border-radius:8px}.digital-faq-item{margin-bottom:1rem;border-radius:4px;overflow:hidden}.digital-faq-question{width:100%;background-color:#fff;border:none;padding:1.5rem;display:flex;align-items:center;justify-content:space-between;cursor:pointer;text-align:left;transition:background-color .3s ease}.digital-faq-question span{font-size:1.1rem;font-weight:500;color:#111;padding-right:1rem}.digital-faq-icon{width:30px;height:30px;background-color:#d92323;color:#fff;display:flex;align-items:center;justify-content:center;border-radius:4px;font-size:1.2rem;flex-shrink:0;transition:transform .3s ease}.digital-faq-answer{background-color:#fff;text-align:left;padding:0 1.5rem;color:#4b5563;line-height:1.6;border-top:1px solid transparent}.digital-faq-answer p{padding-bottom:1.5rem;margin:0;padding-top:.5rem}@media(max-width:768px){.digital-faq-content-wrapper{padding:1.5rem}.digital-faq-title{font-size:2rem}.digital-faq-question{padding:1rem}.digital-faq-question span{font-size:1rem}}.digital-page{background-color:#fff;color:#111;width:100%;min-height:100vh}.digital-hero{color:#fff;position:relative;height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center}.digital-hero-content{position:relative;z-index:3;text-align:left;padding:0 2rem;max-width:1200px;width:100%}.digital-hero-title{font-size:2.8rem;font-weight:700;margin-bottom:1rem;line-height:1.2;text-transform:uppercase}.digital-hero-subtitle{font-size:1.1rem;max-width:550px;margin:0;line-height:1.6;color:#f3f4f6}@media(max-width:768px){.digital-hero-title{font-size:2rem;text-align:center}.digital-hero-subtitle{text-align:center;margin:0 auto;font-size:1rem}.digital-hero-content{text-align:center}}.hub-intro-section{padding:3rem 0 1rem;background-color:#fff;text-align:center}.hub-intro-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;flex-direction:column;align-items:center}.hub-intro-title{font-size:2.5rem;font-weight:700;color:#111;margin-bottom:2rem}.hub-intro-description{font-size:1.15rem;font-weight:400;color:#374151;line-height:1.6;max-width:1000px;margin-bottom:2rem;text-align:center;-webkit-hyphens:none;hyphens:none}.hub-intro-image-wrapper{width:100%;max-width:800px;margin:1rem auto 0;border-radius:12px;box-shadow:0 10px 30px #0000001a;perspective:1000px;position:relative}.hub-intro-image{width:100%;height:350px;object-fit:cover;display:block;border-radius:12px}@media(max-width:768px){.hub-intro-title{font-size:2rem}.hub-intro-description{font-size:1rem;text-align:left}}.hub-services-section{padding:2rem 0;background-color:#fff;text-align:center}.hub-services-container{max-width:1200px;margin:0 auto;padding:0 2rem}.hub-services-title{font-size:2.5rem;font-weight:700;color:#111;margin-bottom:3rem;text-transform:lowercase}.hub-services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.hub-service-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1rem}.hub-service-icon{width:80px;height:80px;object-fit:contain;margin-bottom:1.5rem}.hub-service-name{font-size:1.25rem;font-weight:600;color:#000;margin-bottom:1rem}.hub-service-description{font-size:.95rem;color:#111;line-height:1.6;max-width:300px}@media(max-width:900px){.hub-services-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.hub-services-grid{grid-template-columns:1fr}.hub-services-title{font-size:2rem}}.hub-community-section{position:relative;width:100%;height:40vh;min-height:300px;background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;display:flex;align-items:center;justify-content:flex-start;padding:0 5%}.hub-community-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;z-index:1}.hub-community-content{position:relative;z-index:2;max-width:1200px;color:#fff}.hub-community-text{font-size:2.5rem;font-weight:700;line-height:1.3}@media(max-width:768px){.hub-community-text{font-size:2rem;text-align:center}.hub-community-section{justify-content:center;padding:0 1rem}}@media(min-width:2000px){.hub-community-section{height:400px;min-height:unset}}.hub-hosting-section{padding:2rem 0;background-color:#fff;text-align:center}.hub-hosting-container{max-width:1200px;margin:0 auto;padding:0 2rem}.hub-hosting-text{font-size:1.5rem;font-weight:500;color:#111;margin-bottom:3rem;line-height:1.4}.highlight-red{color:#d92323;font-weight:700;cursor:pointer;text-decoration:none;transition:color .3s ease}.highlight-red:hover{color:#b91c1c;text-decoration:underline}.hub-hosting-wrapper{width:100%;max-width:800px;margin:0 auto;position:relative;cursor:pointer;transform-style:preserve-3d;perspective:1000px}.hub-hosting-img{width:100%;height:350px;display:block;object-fit:cover;border-radius:12px;box-shadow:0 10px 30px #00000026}@media(max-width:768px){.hub-hosting-text{font-size:1.25rem}}.hub-faq-section{padding:3rem 0;background-color:#fff;text-align:center}.hub-faq-container{max-width:1000px;margin:0 auto;padding:0 2rem}.hub-faq-header{margin-bottom:3rem}.hub-faq-title{font-size:2.5rem;font-weight:700;color:#111;margin-bottom:1rem}.hub-faq-subtitle{font-size:1.1rem;color:#4b5563}.hub-faq-content-wrapper{background-color:#fff5f5;padding:3rem;border-radius:8px}.hub-faq-item{background-color:#fff;margin-bottom:1rem;border-radius:4px;overflow:hidden;text-align:left}.hub-faq-question-btn{width:100%;padding:1.5rem;display:flex;justify-content:space-between;align-items:center;background:#fff;border:none;cursor:pointer;font-family:inherit;font-size:1.1rem;font-weight:500;color:#111;text-align:left;transition:background-color .3s ease}.hub-faq-question-btn:hover{background-color:#f9f9f9}.hub-faq-toggle-icon{width:30px;height:30px;background-color:#d92323;color:#fff;display:flex;align-items:center;justify-content:center;border-radius:4px;font-size:1.2rem;flex-shrink:0}.hub-faq-answer{padding:0 2rem;color:#4b5563;line-height:1.6;font-size:1rem;overflow:hidden}.hub-faq-answer-inner{padding-bottom:1.5rem}@media(max-width:768px){.hub-faq-content-wrapper{padding:1.5rem}.hub-faq-title{font-size:2rem}.hub-faq-question-btn{padding:1rem}.hub-faq-question-btn span{font-size:1rem}}.hub-page{background-color:#fff;color:#111;width:100%;min-height:100vh}.hub-hero{color:#fff;position:relative;height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center}.hub-hero-content{position:relative;z-index:3;text-align:left;padding:0 2rem;max-width:1200px;width:100%}.hub-hero-title{font-size:2.8rem;font-weight:700;margin-bottom:1rem;line-height:1.2;text-transform:uppercase}.hub-hero-subtitle{font-size:1.1rem;max-width:700px;margin:0;line-height:1.6;color:#f3f4f6}@media(max-width:768px){.hub-hero-title{font-size:2rem;text-align:center}.hub-hero-subtitle{text-align:center;margin:0 auto;font-size:1rem}.hub-hero-content{text-align:center}}.academy-page{background-color:#fff}.academy-interaction-section{width:100%;margin-top:0;padding:4rem 0 2rem;display:flex;justify-content:center;perspective:1000px;background-color:#fff}.academy-interaction-wrapper{width:100%;max-width:800px;margin:0 auto;position:relative;cursor:pointer;transform-style:preserve-3d}.academy-interaction-img{width:100%;height:350px;display:block;object-fit:cover;border-radius:12px;box-shadow:0 10px 30px #0003;filter:brightness(.9)}.academy-services-section{padding:3rem 0;background-color:#fff;text-align:center}.academy-services-container{max-width:1200px;margin:0 auto;padding:0 2rem}.academy-services-title{font-size:2.5rem;font-weight:700;color:#111;margin-bottom:4rem;text-transform:lowercase}.academy-services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;justify-content:center}.academy-service-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1rem;transition:transform .3s ease}.academy-service-card:hover{transform:translateY(-5px)}.academy-service-icon{width:60px;height:60px;object-fit:contain;margin-bottom:1.5rem}.academy-service-card h3{font-size:1.5rem;font-weight:600;color:#111;margin-bottom:1rem}.academy-service-card p{font-size:.95rem;color:#4b5563;line-height:1.6;margin-bottom:0;max-width:300px}@media(max-width:900px){.academy-services-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.academy-services-grid{grid-template-columns:1fr}.academy-services-section{padding:2rem 0}}.academy-quote-section{position:relative;width:100%;height:400px;background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;display:flex;align-items:center;overflow:hidden}.academy-quote-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0006}.academy-quote-container{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:0 2rem;width:100%}.academy-quote-text{font-size:2.5rem;font-weight:600;color:#fff;max-width:800px;line-height:1.3}@media(max-width:768px){.academy-quote-section{height:300px}.academy-quote-text{font-size:1.8rem}}.academy-hosting-section{padding:4rem 0;background-color:#fff;text-align:center;perspective:1000px}.academy-hosting-container{max-width:900px;margin:0 auto;padding:0 2rem;display:flex;flex-direction:column;align-items:center;gap:3rem}.academy-hosting-text{font-size:1.5rem;font-weight:500;color:#111;margin:0;line-height:1.5}.academy-contact-link{color:red;text-decoration:none;font-weight:700;transition:color .3s ease}.academy-contact-link:hover{color:#c00;text-decoration:underline}.academy-hosting-img-wrapper{width:100%;max-width:800px;height:auto;position:relative;cursor:pointer;transform-style:preserve-3d}.academy-hosting-img{width:100%;height:350px;display:block;object-fit:cover;border-radius:12px;box-shadow:0 10px 30px #0003}@media(max-width:768px){.academy-hosting-img{height:250px}.academy-hosting-text{font-size:1.25rem}}.academy-faq-section{padding:3rem 0;background-color:#fff;text-align:center}.academy-faq-container{max-width:1000px;margin:0 auto;padding:0 2rem}.academy-faq-header{margin-bottom:3rem}.academy-faq-title{font-size:2.5rem;font-weight:700;color:#111;margin-bottom:1rem}.academy-faq-subtitle{font-size:1.1rem;color:#4b5563}.academy-faq-content-wrapper{background-color:#fff5f5;padding:3rem;border-radius:8px}.academy-faq-item{background-color:#fff;margin-bottom:1rem;border-radius:4px;overflow:hidden;text-align:left}.academy-faq-question-btn{width:100%;padding:1.5rem;display:flex;justify-content:space-between;align-items:center;background:#fff;border:none;cursor:pointer;font-family:inherit;font-size:1.1rem;font-weight:500;color:#111;text-align:left;transition:background-color .3s ease}.academy-faq-question-btn:hover{background-color:#f9f9f9}.academy-faq-toggle-icon{width:30px;height:30px;background-color:#d92323;color:#fff;display:flex;align-items:center;justify-content:center;border-radius:4px;font-size:1.2rem;flex-shrink:0}.academy-faq-answer{padding:0 2rem;color:#4b5563;line-height:1.6;font-size:1rem;overflow:hidden}.academy-faq-answer-inner{padding-bottom:1.5rem}@media(max-width:768px){.academy-faq-content-wrapper{padding:1.5rem}.academy-faq-title{font-size:2rem}.academy-faq-question-btn{padding:1rem}.academy-faq-question-btn span{font-size:1rem}}.footer-dropdown-container{position:relative}.footer-dropdown-btn{background:none;border:none;padding:0;font-family:inherit;font-size:1rem;cursor:pointer;width:100%;justify-content:flex-start}.footer-submenu{background-color:#fff;color:#000;margin-top:.5rem;padding:0;border-radius:4px;overflow:hidden}.footer-submenu-link{display:block;color:#111;padding:.8rem 1rem;text-decoration:none;font-size:.95rem;border-bottom:1px solid #eee;transition:background-color .2s,color .2s;text-align:left}.footer-submenu-link:last-child{border-bottom:none}.footer-submenu-link:hover{background-color:#f5f5f5;color:#d92323}@media(max-width:768px){.footer-dropdown-btn{justify-content:center}.footer-submenu,.footer-submenu-link{text-align:center}}.footer{background-color:#111;color:#fff;padding:2rem 0 1rem;font-family:Sen,sans-serif;position:relative;overflow:hidden}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-cta{background-color:#1a1a1a;border:1px solid #333;padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center;border-radius:4px;margin-bottom:2rem;flex-wrap:wrap;gap:2rem}.footer-cta-text{font-size:1.5rem;font-weight:700;max-width:600px;line-height:1.2}.footer-cta-btn{background-color:#b91c1c;color:#fff;padding:.8rem 2rem;border:none;border-radius:4px;font-weight:600;font-size:1rem;cursor:pointer;text-transform:lowercase;text-decoration:none;transition:background-color .3s;display:flex;align-items:center;gap:.5rem}.footer-cta-btn:hover{background-color:#dc2626}.footer-links-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding-bottom:2rem;border-bottom:1px solid #333}.footer-column h3{font-size:1.2rem;font-weight:600;margin-bottom:1rem;color:#fff}.contact-number{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.5rem;display:block}.contact-support{font-size:.9rem;color:#9ca3af}.footer-link-list{list-style:none;padding:0}.footer-link-item{margin-bottom:.5rem}.footer-link{color:#d1d5db;text-decoration:none;font-size:1rem;display:flex;align-items:center;gap:.5rem;transition:color .3s}.footer-link:hover{color:#fff}.social-icons{display:flex;gap:1rem}.social-icon-btn{width:40px;height:40px;background-color:#333;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#fff;transition:background-color .3s;font-size:1.2rem;cursor:pointer}.social-icon-btn:hover{background-color:#b91c1c}.footer-bottom{padding-top:1.5rem;text-align:center;color:#9ca3af;font-size:.9rem;display:flex;justify-content:center;position:relative;align-items:center}.scroll-top-btn{position:absolute;right:0;bottom:0;background-color:#1a1a1a;color:#fff;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:4px;transition:background-color .3s}.scroll-top-btn:hover{background-color:#333}@media(max-width:768px){.footer-cta{flex-direction:column;text-align:center;padding:2rem}.footer-links-grid{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-column h3{margin-bottom:1rem}.social-icons,.footer-link{justify-content:center}.scroll-top-btn{position:static;margin-top:1rem}.footer-bottom{flex-direction:column}}.floating-whatsapp{position:fixed;bottom:30px;right:30px;width:60px;height:60px;background-color:#25d366;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px #0000004d;cursor:pointer;z-index:1000;transition:transform .3s ease,box-shadow .3s ease;text-decoration:none}.floating-whatsapp:hover{transform:scale(1.1);box-shadow:0 6px 14px #0006}.whatsapp-icon{font-size:35px}@media(max-width:768px){.floating-whatsapp{bottom:20px;right:20px;width:50px;height:50px}.whatsapp-icon{font-size:28px}}.web-content-section{padding:4rem 0;font-family:Sen,sans-serif;color:#333}.web-content-container{max-width:1000px;margin:0 auto;padding:0 2rem}.web-content-block{margin-bottom:3rem}.web-content-block h2{font-size:1.8rem;font-weight:700;margin-bottom:1rem;color:#111}.web-content-block p{font-size:1.1rem;line-height:1.6;color:#4b5563;margin-bottom:1.5rem}.web-feature-list,.web-benefit-list{list-style:none;padding:0}.web-feature-list li{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem;font-size:1.05rem;line-height:1.5}.web-icon-red{color:#d92323;font-size:1.2rem;margin-top:3px;flex-shrink:0}.web-benefit-list li{display:flex;align-items:center;gap:.8rem;margin-bottom:.8rem;font-size:1.05rem;color:#333}.web-bullet{font-size:.4rem;color:#333;flex-shrink:0}@media(max-width:768px){.web-content-block h2{font-size:1.5rem}}
