:root{--primary:#fbc02d;--bg-dark:#070707;--bg-light:#fff;--bg-gray:#f4f4f4;--text-light:#fff;--text-dark:#111;--text-muted:#888}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-dark);color:var(--text-light);font-family:Inter,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}ul{list-style:none}.font-serif{font-family:Playfair Display,serif}.text-primary{color:var(--primary)}.bg-primary{background-color:var(--primary)}.btn{cursor:pointer;border:none;border-radius:9999px;justify-content:center;align-items:center;padding:1rem 2.5rem;font-size:1.1rem;font-weight:700;transition:all .3s;display:inline-flex}.btn-primary{background-color:var(--primary);color:var(--text-dark)}.btn-primary:hover{background-color:#fadd6b}.btn-white{background-color:var(--bg-light);color:var(--text-dark)}.btn-white:hover{background-color:#e2e2e2}.btn-outline{color:var(--text-light);background-color:#0000;border:1px solid #ffffff4d}.btn-outline:hover{border-color:var(--text-light)}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}.nav-links{gap:2rem;display:flex}.nav-links a{font-size:.9rem;font-weight:400;transition:color .3s}.section-dark{background-color:var(--bg-dark);color:var(--text-light)}.section-light{background-color:var(--bg-light);color:var(--text-dark)}.section-gray{background-color:var(--bg-gray);color:var(--text-dark)}.section-title{color:inherit;letter-spacing:-1px;margin-bottom:.5rem;font-size:3rem;font-weight:700}.text-center{text-align:center}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mt-4{margin-top:2rem}.gap-2{gap:1rem}.gap-4{gap:2rem}.grid{display:grid}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}@media (width<=992px){.grid-cols-3{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.grid-cols-2,.grid-cols-3,.grid-cols-4{grid-template-columns:1fr}.nav-links{display:none}}.rich-text h1,.rich-text h2,.rich-text h3{color:#fff;margin-top:2.5rem;margin-bottom:1rem;font-weight:700;line-height:1.3}.rich-text h2{font-size:2rem}.rich-text h3{font-size:1.5rem}.rich-text p{margin-bottom:1.5rem;line-height:1.8}.rich-text ul,.rich-text ol{margin-bottom:1.5rem;padding-left:2rem}.rich-text li{margin-bottom:.5rem}.rich-text strong{color:#fff}.rich-text-light h1,.rich-text-light h2,.rich-text-light h3{color:#0b1c3d;margin-top:2.5rem;margin-bottom:1rem;font-weight:800;line-height:1.3}.rich-text-light h1{font-size:2.5rem}.rich-text-light h2{font-size:1.8rem}.rich-text-light h3{font-size:1.5rem}.rich-text-light p{color:#4b5563;margin-bottom:1.5rem;line-height:1.8}.rich-text-light ul,.rich-text-light ol{color:#4b5563;margin-bottom:1.5rem;padding-left:2rem}.rich-text-light li{margin-bottom:.5rem}.rich-text-light strong{color:#111827}.rich-text-light blockquote{border-left:4px solid var(--primary);color:#374151;margin:2rem 0;padding-left:1rem;font-style:italic}.navbar{justify-content:space-between;align-items:center;padding:1.5rem 0;display:flex}.logo{letter-spacing:2px;align-items:center;font-size:1.5rem;font-weight:800;display:flex}.nav-links{align-items:center;gap:2rem;display:flex}.nav-links a{color:var(--text-light);font-size:.9rem;font-weight:500;transition:color .3s}.nav-links a:hover{color:var(--primary)}.footer{background-color:#000;border-top:1px solid #111;padding:5rem 0 2rem}.footer-grid{grid-template-columns:1fr 2fr;gap:4rem;margin-bottom:4rem;display:grid}.footer-brand{max-width:400px}.footer-desc{color:#888;font-size:.95rem;line-height:1.6}.footer-subtitle{text-transform:uppercase;letter-spacing:1px;color:var(--text-light);margin-bottom:1.5rem;font-size:.85rem;font-weight:700}.input-group{background:#111;border:1px solid #222;border-radius:50px;padding:.25rem;display:flex;overflow:hidden}.input-group input{color:#fff;background:0 0;border:none;outline:none;flex:1;padding:0 1rem;font-size:.9rem}.input-group button{border-radius:50px;padding:.5rem 1.5rem}.footer-links{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.footer-column ul{flex-direction:column;gap:1rem;display:flex}.footer-column a{color:#888;font-size:.9rem;transition:color .3s}.footer-column a:hover{color:var(--primary)}.footer-bottom{color:#666;border-top:1px solid #222;justify-content:space-between;align-items:center;padding-top:2rem;font-size:.85rem;display:flex}.social-icons{gap:1rem;display:flex}.social-icons a{color:#666;background:#111;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:color .3s;display:flex}.social-icons a:hover{color:var(--primary);background:#222}@media (width<=992px){.footer-grid{grid-template-columns:1fr;gap:3rem}}@media (width<=768px){.footer-links{grid-template-columns:1fr 1fr}.footer-bottom{text-align:center;flex-direction:column;gap:1rem}}@media (width<=480px){.footer-links{grid-template-columns:1fr}}.hero{background:radial-gradient(circle at right, #fbc02d1a 0%, var(--bg-dark) 50%);padding:8rem 0 5rem}.hero .grid{align-items:center;gap:4rem}.subtitle{text-transform:uppercase;letter-spacing:2px;margin-bottom:1.5rem;font-size:.85rem;font-weight:600}.title{letter-spacing:-1px;margin-bottom:2rem;font-size:4.5rem;font-weight:700;line-height:1.1}.description{color:var(--text-muted);max-width:90%;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.6}.hero-actions{gap:1rem;display:flex}.hero-image{justify-content:center;align-items:center;display:flex;position:relative}.hero-img-element{border-radius:20px;max-width:100%;height:auto;animation:6s ease-in-out infinite float;box-shadow:0 20px 50px #fbc02d26}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}@media (width<=992px){.title{font-size:3.5rem}}@media (width<=768px){.hero .grid{gap:3rem}.title{font-size:2.5rem}}.trusted-by{border-bottom:1px solid #eaeaea;padding:4rem 0;overflow:hidden}.trusted-text{color:#666;text-transform:uppercase;letter-spacing:1px;font-size:.9rem}.marquee-container{white-space:nowrap;width:100%;display:flex;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000)}.marquee-content{align-items:center;gap:4rem;padding:1rem 0;animation:25s linear infinite scrollMarquee;display:flex}.marquee-content:hover{animation-play-state:paused}.logo-item{opacity:.6;filter:grayscale();justify-content:center;align-items:center;min-width:120px;transition:all .3s;display:flex}.logo-item:hover{opacity:1;filter:grayscale(0%)}.partner-logo{object-fit:contain;max-width:120px;max-height:50px}@keyframes scrollMarquee{0%{transform:translate(0)}to{transform:translate(calc(-50% - 2rem))}}.services{background-color:#fafafa;padding:6rem 0}.services-accordion{border-radius:12px;width:100%;height:500px;margin:0 auto;display:flex;overflow:hidden;box-shadow:0 20px 40px #0000001a}.service-accordion-item{cursor:pointer;border-right:1px solid #fff3;flex:1;transition:flex .5s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.service-accordion-item:last-child{border-right:none}.service-accordion-item.active{flex:3}.service-bg{background-position:50%;background-size:cover;transition:transform .8s;position:absolute;inset:0}.service-accordion-item.active .service-bg{transform:scale(1.05)}.service-overlay{background:linear-gradient(#0000001a 0%,#0000004d 50%,#000000e6 100%);transition:background .5s;position:absolute;inset:0}.service-accordion-item:not(.active) .service-overlay{background:linear-gradient(#000000b3 0%,#000000f2 100%)}.service-content-wrapper{color:#fff;text-align:left;flex-direction:column;justify-content:flex-end;height:100%;padding:2rem;display:flex;position:absolute;bottom:0;left:0;right:0}.service-accordion-item:not(.active) .service-content-wrapper{text-align:center;align-items:center}.service-title{white-space:nowrap;margin-bottom:1rem;font-size:1.5rem;font-weight:700;line-height:1.2}.service-accordion-item:not(.active) .service-title{white-space:normal;margin-bottom:2rem;font-size:1.25rem}.service-details{animation:.5s .2s both fadeIn}.service-desc{color:#ddd;max-width:90%;margin-bottom:1.5rem;font-size:.95rem;line-height:1.5}.service-btn{color:#000;border-radius:50px;margin-bottom:2rem;padding:.5rem 1.25rem;font-size:.85rem;font-weight:600}.service-icon{color:#fff9;font-size:1.5rem;font-weight:300;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.service-accordion-item.active .service-icon{left:2rem;transform:none}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.services-accordion{flex-direction:column;height:800px}.service-accordion-item{border-bottom:1px solid #fff3;border-right:none}}.steps{background-color:#fafafa;padding:6rem 0}.steps-subtitle{color:#888;text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem;font-size:.85rem}.steps-grid{text-align:left;gap:1.5rem;margin-top:4rem}.step-card{background:#fff;border-radius:20px;height:100%;padding:2.5rem 2rem;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 20px #00000005}.step-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px #0000000f}.step-badge{letter-spacing:.5px;background:0 0;border:1px solid;border-radius:50px;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.75rem;font-weight:700;display:inline-block}.step-title{color:#111;margin-bottom:1rem;font-size:1.25rem;font-weight:700;line-height:1.3}.step-desc{color:#6b7280;font-size:.95rem;line-height:1.7}.steps-action{margin-top:4rem}@media (width<=992px){.steps-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.steps-grid{grid-template-columns:1fr}}.statistics{padding:6rem 0}.stats-subtitle{color:#888;text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem;font-size:.85rem}.stats-desc{color:#666;max-width:600px;margin:0 auto;line-height:1.6}.stats-grid{border-top:1px solid #eee;margin-top:4rem;padding-top:3rem}.stat-item{position:relative}.stat-item:not(:last-child):after{content:"";background-color:#eee;width:1px;height:80%;position:absolute;top:10%;right:0}.stat-number{color:var(--text-dark);margin-bottom:.5rem;font-size:2.5rem;font-weight:800}.stat-label{color:#666;max-width:150px;margin:0 auto;font-size:.9rem}@media (width<=768px){.stat-item:not(:last-child):after{display:none}.stat-item{margin-bottom:2rem}}.blog{background-color:#050505;padding:6rem 0}.blog-subtitle{color:#888;text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem;font-size:.85rem}.blog-grid{text-align:left;gap:1.5rem;margin-top:3rem}.blog-card{background-color:#141414;border:1px solid #ffffff0d;border-radius:20px;flex-direction:column;height:100%;transition:transform .3s;display:flex;overflow:hidden}.blog-card:hover{border-color:#ffffff1a;transform:translateY(-5px)}.blog-img{height:220px;overflow:hidden}.blog-img img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.blog-card:hover .blog-img img{transform:scale(1.05)}.blog-content{flex-direction:column;flex-grow:1;padding:2rem;display:flex}.blog-title{color:var(--text-light);margin-bottom:1rem;font-size:1.3rem;font-weight:700;line-height:1.3}.blog-desc{color:#a0a0a0;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6;display:-webkit-box;overflow:hidden}.blog-divider{background-color:#ffffff1a;height:1px;margin-top:auto;margin-bottom:1.5rem}.blog-link{text-transform:uppercase;letter-spacing:1px;font-size:.9rem;font-weight:700;display:inline-block}.cta{background:linear-gradient(#fafafa 0%,#fff 100%);padding:8rem 0;position:relative;overflow:hidden}.cta:before{content:"";z-index:0;background:radial-gradient(circle,#fbc02d0d 0%,#fff0 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-50%;right:-10%}.cta-container{z-index:1;max-width:800px;margin:0 auto;position:relative}.cta-title{color:var(--text-dark);letter-spacing:-1px;margin-bottom:1.5rem;font-size:3.5rem;font-weight:700;line-height:1.1}.cta-desc{color:#666;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.6}.btn-dark{background-color:var(--text-dark);color:#fff;border-radius:50px;padding:1rem 2.5rem;font-size:1rem}.btn-dark:hover{background-color:#333}@media (width<=768px){.about-page .vision-grid{grid-template-columns:1fr!important;gap:2rem!important}.about-page .team-grid{grid-template-columns:1fr!important}.about-page .about-hero h1{font-size:2.5rem!important}.about-page .about-quote h2{font-size:1.5rem!important}}.contact-grid{grid-template-columns:1fr 1fr;align-items:flex-start;gap:2rem;display:grid}.contact-info-card{background-color:#fff;border:1px solid #f3f4f6;border-radius:12px;height:100%;padding:3rem 2.5rem;box-shadow:0 4px 20px #0000000d}.contact-form-card{background-color:#fff;border:1px solid #f3f4f6;border-radius:12px;padding:3rem 2.5rem;box-shadow:0 4px 20px #0000000d}.info-block{background-color:#f9fafb;border-radius:8px;align-items:flex-start;gap:1.5rem;margin-bottom:1.5rem;padding:1.5rem;display:flex}.info-block:last-child{margin-bottom:0}.info-icon-wrapper{background-color:#ffc10733;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.info-icon{color:#d97706;font-size:1.25rem}.form-row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.form-group{margin-bottom:1.5rem}.form-group label{color:#374151;margin-bottom:.5rem;font-size:.9rem;font-weight:600;display:block}.form-group input,.form-group textarea{color:#111827;background-color:#fff;border:1px solid #d1d5db;border-radius:6px;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .2s,box-shadow .2s}.form-group input::placeholder,.form-group textarea::placeholder{color:#9ca3af}.form-group input:focus,.form-group textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #ffc1071a}.submit-btn{background-color:var(--primary);color:#000;cursor:pointer;border:none;border-radius:6px;width:100%;padding:1rem;font-size:1rem;font-weight:700;transition:background-color .2s}.submit-btn:hover{background-color:#e0a800}@media (width<=768px){.contact-grid,.form-row{grid-template-columns:1fr}.contact-info-card,.contact-form-card{padding:2rem 1.5rem}}.text-dark{color:#111827!important}.text-muted{color:#6b7280!important}.sd-hero{color:#fff;background-color:#111827;padding:8rem 0 6rem}.sd-meta{color:var(--primary);letter-spacing:2px;text-transform:uppercase;margin-bottom:1.5rem;font-size:.85rem;font-weight:700}.sd-title{margin-bottom:1.5rem;font-size:4.5rem;font-weight:800;line-height:1.1}.sd-subtitle{color:#9ca3af;max-width:600px;margin-bottom:4rem;font-size:1.25rem;line-height:1.6}.sd-divider{background-color:#ffffff1a;border:0;height:1px;margin-bottom:3rem}.sd-features-row{flex-wrap:wrap;gap:3rem;display:flex}.sd-feature{align-items:center;gap:1rem;display:flex}.sd-feature-icon{color:#60a5fa;font-size:2rem}.sd-feature span{color:#e5e7eb;font-size:.95rem;font-weight:600;line-height:1.3}.sd-section-meta{letter-spacing:2px;margin-bottom:1rem;font-size:.85rem;font-weight:700}.sd-section-title{margin-bottom:1.5rem;font-size:3rem;font-weight:800}.sd-section-desc{font-size:1.15rem;line-height:1.6}.sd-overview{background-color:#fff;padding:6rem 0}.sd-stats-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.sd-stat-card{text-align:left;background-color:#fff;border:1px solid #f3f4f6;border-radius:12px;justify-content:center;align-items:center;gap:1.5rem;padding:2rem 1.5rem;display:flex;box-shadow:0 4px 6px -1px #0000000d}.sd-stat-icon-wrapper{background-color:#f3f4f6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.sd-stat-icon{color:#6b7280;font-size:1.25rem}.sd-stat-number{color:#111827;margin-bottom:.25rem;font-size:1.75rem;font-weight:900;line-height:1}.sd-stat-text{color:#6b7280;margin:0;font-size:.85rem}.sd-solutions{background-color:#f9fafb;padding:6rem 0}.sd-solutions-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.sd-solution-card{background-color:#fff;border:1px solid #f3f4f6;border-radius:12px;padding:2.5rem 2rem;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 20px #00000008}.sd-solution-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000014}.sd-solution-icon-wrapper{background-color:#eff6ff;border-radius:12px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1.5rem;display:flex}.sd-solution-icon{color:#3b82f6;font-size:1.5rem}.sd-solution-card h4{color:#111827;margin-bottom:1rem;font-size:1.25rem;font-weight:700}.sd-solution-card p{color:#6b7280;margin-bottom:2rem;font-size:.95rem;line-height:1.6}.sd-learn-more{color:#3b82f6;font-size:.9rem;font-weight:600;text-decoration:none;transition:color .2s}.sd-learn-more:hover{color:#2563eb}.sd-process{background-color:#fff;padding:6rem 0 8rem}.sd-timeline{justify-content:space-between;max-width:1000px;margin:0 auto;padding-top:2rem;display:flex;position:relative}.sd-timeline-line{background-color:var(--primary);z-index:1;height:2px;position:absolute;top:calc(2rem + 25px);left:5%;right:5%;transform:translateY(-50%)}.sd-timeline-step{z-index:2;width:18%;position:relative}.sd-timeline-icon{color:#fff;background-color:#111827;border:4px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;margin:0 auto 1.5rem;font-size:1.2rem;display:flex}.sd-timeline-step h5{color:#111827;margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.sd-timeline-step p{color:#6b7280;font-size:.85rem;line-height:1.5}.sd-cta-section{background-color:#fff;padding:0 0 6rem}.sd-cta-card{background-color:#111827;border-radius:20px;justify-content:space-between;align-items:center;padding:4rem;display:flex;box-shadow:0 20px 40px #00000026}.sd-cta-content{max-width:60%}.sd-cta-content h2{color:#fff;margin-bottom:1rem;font-size:3rem;font-weight:800;line-height:1.1}.sd-cta-content p{color:#9ca3af;margin:0;font-size:1.1rem}.sd-cta-btn{text-transform:uppercase;letter-spacing:1px;border-radius:30px;align-items:center;padding:1rem 2rem;font-size:1rem;display:inline-flex}@media (width<=992px){.sd-stats-grid,.sd-solutions-grid{grid-template-columns:repeat(2,1fr)}.sd-cta-card{text-align:center;flex-direction:column;padding:3rem 2rem}.sd-cta-content{max-width:100%;margin-bottom:2rem}}@media (width<=768px){.sd-title{font-size:3rem}.sd-stats-grid,.sd-solutions-grid{grid-template-columns:1fr}.sd-timeline{flex-direction:column;align-items:center;gap:3rem}.sd-timeline-line{width:2px;height:100%;inset:0 auto 0 50%;transform:translate(-50%)}.sd-timeline-step{width:80%}}.portfolio-page{background-color:#fff;min-height:100vh}.portfolio-hero{text-align:center;background-color:#f8f9fa;border-bottom:1px solid #e5e7eb;padding:6rem 2rem 4rem}.portfolio-title{color:#111827;margin-bottom:1rem;font-size:3.5rem;font-weight:800}.highlight-yellow{color:#facc15}.portfolio-subtitle{color:#4b5563;max-width:600px;margin:0 auto;font-size:1.15rem;line-height:1.6}.portfolio-grid-section{background-color:#fff;padding:5rem 2rem 8rem}.portfolio-grid{grid-template-columns:repeat(1,1fr);gap:2rem;max-width:1200px;margin:0 auto;display:grid}@media (width>=768px){.portfolio-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.portfolio-grid{grid-template-columns:repeat(3,1fr)}}.portfolio-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}.portfolio-card:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.portfolio-card-image{background-color:#e5e7eb;width:100%;height:240px;overflow:hidden}.portfolio-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.portfolio-card:hover .portfolio-card-image img{transform:scale(1.05)}.portfolio-card-content{flex-grow:1;padding:2rem 1.5rem}.portfolio-category{color:#d97706;text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;font-size:.75rem;font-weight:700;display:block}.portfolio-card-title{color:#111827;margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.portfolio-card-desc{color:#4b5563;font-size:.95rem;line-height:1.6}
