@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--bg-primary:#fff;--bg-secondary:#f6f8fa;--bg-card:#fff;--bg-card-hover:#f1f4f8;--text-main:#0a0a0b;--text-muted:#555;--accent:#0050ff;--accent-glow:#0050ff33;--border-light:#00000014;--radius-sm:8px;--radius-md:16px;--radius-lg:24px}.section-dark{--bg-primary:#0a0a0b;--bg-secondary:#111;--bg-card:#151515;--bg-card-hover:#1e1e1e;--text-main:#fff;--text-muted:#a0a0a0;--accent:#2c75ff;--accent-glow:#2c75ff33;--border-light:#ffffff1a;background-color:var(--bg-primary);color:var(--text-main)}*{box-sizing:border-box;margin:0;padding:0}html{font-size:90%}body{background-color:var(--bg-primary);color:var(--text-main);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif;line-height:1.6;transition:background-color .3s,color .3s;overflow-x:hidden}@media (width<=768px){.container{padding:0 1.25rem}}.section{padding:8rem 0;position:relative}@media (width<=768px){.section{padding:5rem 0}}.heading-xl{letter-spacing:-.04em;margin-bottom:2rem;font-size:clamp(2.5rem,6vw,5.5rem);font-weight:800;line-height:1.05}.heading-lg{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2rem,4vw,3.5rem);font-weight:700;line-height:1.1}.heading-md{letter-spacing:-.01em;margin-bottom:1rem;font-size:clamp(1.25rem,3vw,2.25rem);font-weight:600}.text-gradient{background:linear-gradient(135deg, var(--text-main) 0%, var(--text-muted) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.text-accent{color:var(--accent)}.subtitle{color:var(--text-muted);max-width:700px;margin-bottom:2.5rem;font-size:clamp(1.125rem,2vw,1.25rem);line-height:1.7}.btn{border-radius:var(--radius-sm);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 2.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary{color:#fff;background-color:#2563eb;box-shadow:0 4px 15px #2563eb33}.btn-primary:hover{background-color:#1d4ed8;transform:translateY(-2px);box-shadow:0 8px 25px #2563eb59}.section-dark .btn-primary{color:#fff;background-color:#2563eb;box-shadow:0 4px 15px #2563eb33}.btn-secondary{color:var(--text-main);border:1px solid var(--border-light);background-color:#0000}.btn-secondary:hover{background-color:#0000000d}.section-dark .btn-secondary:hover{background-color:#ffffff0d}.card{background-color:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-md);padding:2.5rem;transition:all .3s;position:relative;overflow:hidden}.card:hover{border-color:var(--border-light);background-color:var(--bg-card-hover);transform:translateY(-5px);box-shadow:0 20px 40px #00000014}.section-dark .card:hover{box-shadow:0 20px 40px #0006}.marquee-container{width:100vw;margin-left:calc(50% - 50vw);display:flex;position:relative;overflow:hidden}.bg-dots{background-image:radial-gradient(var(--border-light) 1px, transparent 1px);z-index:-1;background-size:32px 32px;width:100%;height:100%;position:absolute;top:0;left:0;-webkit-mask-image:linear-gradient(#000 0% 80%,#0000 100%);mask-image:linear-gradient(#000 0% 80%,#0000 100%)}.navbar{z-index:1000;background:var(--bg-primary);width:100%;padding:1.5rem 2rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0}.navbar.scrolled{background:var(--bg-primary);padding:1rem 2rem;box-shadow:0 10px 40px #0000001a}.nav-container{justify-content:space-between;align-items:center;display:flex}.logo{color:var(--text-main);letter-spacing:-.05em;font-size:1.5rem;font-weight:800;text-decoration:none;transition:opacity .3s}.logo:hover{opacity:.8}.navbar-logo-img{width:auto;height:35px;display:block}.desktop-links{gap:2.5rem;display:none}@media (width>=768px){.desktop-links{display:flex}}.nav-link{color:var(--text-muted);font-size:.95rem;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.nav-link:hover{color:var(--text-main)}.nav-link:after{content:"";background-color:var(--accent);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-link:hover:after{width:100%}.nav-actions{align-items:center;gap:1.5rem;display:flex}.nav-contact-link{color:var(--text-main);font-size:.95rem;font-weight:500;text-decoration:none;display:none}.get-started-btn{border-radius:99px;padding:.6rem 1.5rem;font-size:.9rem;display:none}@media (width>=768px){.nav-contact-link,.get-started-btn{display:inline-flex}}.mobile-menu-btn{color:var(--text-main);cursor:pointer;background:0 0;border:none;display:flex}@media (width>=768px){.mobile-menu-btn{display:none}}.mobile-menu{background-color:var(--bg-card);border-bottom:1px solid var(--border-light);flex-direction:column;gap:1rem;width:100%;padding:2rem;display:flex;position:absolute;top:100%;left:0;box-shadow:0 10px 40px #0000001a}.mobile-nav-link{color:var(--text-main);border-bottom:1px solid var(--border-light);padding:.5rem 0;font-size:1.1rem;font-weight:600;text-decoration:none}.hero-section{background-color:#fff;flex-direction:column;justify-content:center;min-height:100vh;padding-top:10rem;display:flex;position:relative;overflow:hidden}.hero-bg-dots{z-index:1;background-image:radial-gradient(circle,#18180c 1px,#0000 1px);background-size:30px 30px;width:100%;height:calc(100% - 200px);position:absolute;top:0;left:0;-webkit-mask-image:linear-gradient(#000 80%,#0000 100%);mask-image:linear-gradient(#000 80%,#0000 100%)}.hero-container{z-index:10;text-align:center;flex-direction:column;margin-bottom:6rem;display:flex;position:relative}.hero-content{flex-direction:column;align-items:center;gap:1.5rem;max-width:900px;margin:0 auto;display:flex}.hero-badge{border:1px solid var(--border-light);color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;background-color:#0000000d;border-radius:99px;margin-bottom:2rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;display:inline-block}.hero-subtitle{margin:0 auto 3rem;font-size:1.25rem}.hero-actions{align-items:center;gap:1.5rem;margin-top:1rem;display:flex}.trusted-section{z-index:10;background:#fff;flex-direction:column;align-items:center;width:100%;margin-top:auto;padding:4rem 0 2rem;display:flex;position:relative}.trusted-label{letter-spacing:.1em;color:var(--text-muted);text-transform:uppercase;margin-bottom:3rem;font-size:2rem;font-weight:600}.marquee-container{width:100%;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:8rem;width:max-content;padding:0 2rem;animation:30s linear infinite scroll-x;display:flex}.marquee-container:hover .marquee-content{animation-play-state:paused}.logo-item{flex-shrink:0;justify-content:center;align-items:center;min-width:160px;height:60px;display:flex}.logo-item img{object-fit:contain;mix-blend-mode:multiply;filter:saturate();opacity:.85;background:0 0;border-radius:8px;width:140px;height:45px;transition:all .4s cubic-bezier(.4,0,.2,1)}.logo-item:hover img{filter:saturate(1.1)brightness(1.05);mix-blend-mode:normal;opacity:1;border-radius:12px;transform:translateY(-8px)scale(1.1)}@keyframes scroll-x{0%{transform:translate(0)}to{transform:translate(-33.3333%)}}@media (width<=768px){.logo-item{min-width:100px;height:48px}.logo-item img{width:90px;height:32px}.marquee-content{gap:4rem}.trusted-label{font-size:1.5rem}}.bento-case-studies-section{color:#fff;background-color:#0c0c0c;padding:6rem 2rem}.bento-container{max-width:1280px;margin:0 auto}.bento-header-wrapper{margin-bottom:3rem}.bento-subtitle{letter-spacing:.15em;text-transform:uppercase;color:#6b7280;margin-bottom:.75rem;font-size:.75rem;font-weight:600;display:block}.bento-header-main{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:2rem;display:flex}.bento-header-text{max-width:700px}.bento-heading{color:#fff;margin:0 0 1rem;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.1}.bento-description{color:#9ca3af;margin:0;font-size:1.05rem;line-height:1.6}.bento-view-more{color:#3b82f6;white-space:nowrap;align-items:center;gap:.5rem;padding-bottom:.5rem;font-size:.9rem;font-weight:600;text-decoration:none;display:flex}.bento-view-more:hover{text-decoration:underline}.bento-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=900px){.bento-grid{grid-template-columns:1fr 1fr}}.bento-card{color:inherit;background:#ffffff08;border:1px solid #ffffff14;border-radius:1.5rem;flex-direction:column;text-decoration:none;transition:all .3s;display:flex;position:relative;overflow:hidden}.bento-card:hover{border-color:#3b82f666;transform:translateY(-4px);box-shadow:0 10px 40px -10px #00000080}.bento-card-content{z-index:10;flex-direction:column;flex:1;display:flex;position:relative}.bento-large{justify-content:flex-end;min-height:500px;padding:2.5rem}@media (width>=900px){.bento-large{min-height:600px}}.bento-card-img{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.bento-card-overlay{z-index:1;background:linear-gradient(#0f0f0f33 0%,#0f0f0ff2 100%);width:100%;height:100%;position:absolute;top:0;left:0}.bento-right-col{flex-direction:column;gap:1.5rem;display:flex}.bento-small{flex:1;min-height:280px;padding:2.5rem}.p-0{padding:0}.bento-sector{text-transform:uppercase;letter-spacing:.15em;color:#fff;margin-bottom:1.25rem;font-size:.75rem;font-weight:800;display:block}.bento-card h3{color:#fff;margin:0 0 1rem;font-size:1.5rem;font-weight:700;line-height:1.3}.bento-large p{color:#fff}.bento-card p{color:#9ca3af;margin:0 0 2rem;font-size:.95rem;line-height:1.5}.bento-highlight{color:#3b82f6;font-size:.9rem;font-weight:600}.bento-card-header{z-index:10;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex;position:relative}.bento-card-footer{justify-content:space-between;align-items:flex-end;margin-top:auto;display:flex}.bento-card-arrow{color:#4b5563;transition:color .3s}.bento-card:hover .bento-card-arrow{color:#fff}.tech-section{background:linear-gradient(#fff 0%,#f8fbff 100%);padding:6rem 2rem;position:relative;overflow:hidden}.tech-header{text-align:center;margin-bottom:4rem}.tech-title{letter-spacing:-.02em;color:#0f172a;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.75rem;font-size:2.5rem;font-weight:800}.tech-subtitle{color:#64748b;letter-spacing:.3px;font-size:1.05rem;font-weight:500}.tech-carousel-wrapper{border-radius:20px;padding:2rem 0;position:relative;overflow:hidden}.tech-carousel-flow{gap:1.5rem;animation:20s linear infinite scroll;display:flex}.tech-carousel-wrapper:hover .tech-carousel-flow{animation-play-state:paused}.carousel-fade-left,.carousel-fade-right{pointer-events:none;z-index:10;width:120px;height:100%;position:absolute;top:0}.carousel-fade-left{background:linear-gradient(90deg,#f8fbff 0%,#f8fbff00 100%);left:0}.carousel-fade-right{background:linear-gradient(90deg,#f8fbff00 0%,#f8fbff 100%);right:0}.tech-item{cursor:default;flex-direction:column;flex:none;align-items:center;transition:all .3s;display:flex}.tech-logo-container{background:#fff;border:1.5px solid #2563eb1a;border-radius:16px;justify-content:center;align-items:center;width:110px;height:110px;padding:1rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000000d}.tech-logo-container:hover{background:linear-gradient(135deg,#fff 0%,#f0f7ff 100%);border-color:#2563eb;transform:translateY(-8px)scale(1.05);box-shadow:0 12px 24px #2563eb26,0 0 0 2px #2563eb1a}.tech-logo{object-fit:contain;filter:drop-shadow(0 2px 4px #00000014);width:75%;height:75%;transition:all .3s}.tech-item:hover .tech-logo{filter:drop-shadow(0 4px 8px #0000001f)}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (width<=768px){.tech-section{padding:4rem 1rem}.tech-title{font-size:2rem}.tech-subtitle{font-size:.95rem}.tech-logo-container{width:95px;height:95px;padding:.75rem}.carousel-fade-left,.carousel-fade-right{width:80px}.tech-carousel-flow{gap:1rem}}@media (width<=480px){.tech-section{padding:3rem .75rem}.tech-title{font-size:1.75rem}.tech-subtitle{font-size:.9rem}.tech-logo-container{width:80px;height:80px;padding:.5rem}.carousel-fade-left,.carousel-fade-right{width:60px}.tech-carousel-flow{gap:.75rem}}.services-section{color:#fff;background-color:#050505;padding:120px 0;position:relative;overflow:hidden}.services-container{max-width:1300px;margin:0 auto;padding:0 40px}.services-header-centered{text-align:center;flex-direction:column;align-items:center;margin-bottom:100px;display:flex}.services-eyebrow-centered{justify-content:center;align-items:center;gap:16px;margin-bottom:24px;display:flex}.eyebrow-line{background-color:#2563eb;width:40px;height:2px;box-shadow:0 0 10px #2563eb66}.eyebrow-text{letter-spacing:.2em;color:#2563eb;text-transform:uppercase;font-size:12px;font-weight:700}.services-title-centered{letter-spacing:-.02em;white-space:nowrap;color:#fff;margin-bottom:24px;font-size:clamp(36px,5vw,68px);font-weight:800;line-height:1.1}.services-title-accent{color:#2563eb;text-shadow:0 0 20px #2563eb4d}.services-description-centered{color:#a0a0a0;max-width:700px;margin:0 auto;font-size:19px;line-height:1.6}.services-layout{flex-direction:column;gap:32px;display:flex}.featured-service-card{background:linear-gradient(145deg,#ffffff08 0%,#2563eb05 100%);border:1px solid #ffffff14;border-radius:24px;padding:48px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative}.featured-service-card:hover{background:linear-gradient(145deg,#ffffff0a 0%,#2563eb0a 100%);border-color:#2563eb66;transform:translateY(-4px);box-shadow:0 30px 60px #00000080,0 0 30px #2563eb1a}.featured-card-content{grid-template-columns:1.2fr 1fr;align-items:center;gap:64px;display:grid}.featured-card-left{flex-direction:column;display:flex}.card-icon-box.large{width:64px;height:64px;margin-bottom:32px;font-size:28px}.card-title.large{margin-bottom:20px;font-size:28px}.card-desc.large{color:#b0b0b0;margin-bottom:32px;font-size:16px}.featured-card-right{background:#ffffff05;border:1px solid #ffffff0d;border-radius:20px;padding:32px}.services-subgrid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.service-card{background:#ffffff05;border:1px solid #ffffff0d;border-radius:20px;flex-direction:column;padding:32px;transition:all .4s;display:flex}.service-card:hover{background:#ffffff0a;border-color:#2563eb4d;transform:translateY(-8px)}.card-top{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.card-num{color:#555;font-size:13px;font-weight:600}.card-tag{letter-spacing:.1em;color:#2563eb;text-shadow:0 0 5px #2563eb33;background:#2563eb1a;border:1px solid #2563eb4d;border-radius:6px;padding:4px 12px;font-size:10px;font-weight:700}.card-icon-box{color:#2563eb;background:#2563eb1a;border:1.5px solid #2563eb66;border-radius:12px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:24px;display:flex;box-shadow:0 0 15px #2563eb1a}.service-card:hover .card-icon-box{color:#fff;background:#2563eb;box-shadow:0 0 25px #2563eb80}.card-title{color:#fff;margin-bottom:12px;font-size:18px;font-weight:700}.card-desc{color:#999;margin-bottom:24px;font-size:14px;line-height:1.6}.card-points{flex-direction:column;gap:12px;margin:0 0 24px;padding:0;list-style:none;display:flex}.card-points li{align-items:flex-start;gap:12px;display:flex}.point-dot{background-color:#2563eb;border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:8px;box-shadow:0 0 10px #2563ebcc}.point-text{color:silver;font-size:13.5px}.badge-group{flex-wrap:wrap;gap:8px;margin-top:auto;display:flex}.badge-pill{color:#888;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:100px;padding:6px 14px;font-size:10px;font-weight:600}@media (width<=1100px){.featured-card-content{grid-template-columns:1fr;gap:32px}.services-subgrid{grid-template-columns:repeat(2,1fr)}.services-title-centered{white-space:normal}}@media (width<=768px){.services-section{padding:80px 0}.services-header-centered{margin-bottom:64px}.services-subgrid{grid-template-columns:1fr}.featured-service-card{padding:24px}}.stats-section{z-index:1;background-color:#020202;padding:8rem 0;position:relative}.stats-header{text-align:center;margin-bottom:4rem}.stats-title{color:#fff;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:700;line-height:1.2}.text-accent{color:#3b82f6;text-shadow:0 0 30px #3b82f666}.stats-grid{grid-template-columns:1fr;gap:1.5rem;max-width:1200px;margin:0 auto;display:grid}@media (width>=640px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=968px){.stats-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.stat-card{text-align:center;cursor:default;background-color:#0a0a0a;border:1px solid #ffffff0d;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;padding:3.5rem 2rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;overflow:hidden}.stat-card:before{content:"";opacity:0;background:linear-gradient(90deg,#0000,#3b82f6,#0000);height:2px;transition:opacity .4s;position:absolute;top:0;left:0;right:0}.stat-card:hover:before{opacity:1}.stat-value{color:#3b82f6;letter-spacing:-.02em;text-shadow:0 0 20px #3b82f64d;margin-bottom:1.2rem;font-size:clamp(3rem,4.5vw,4rem);font-weight:800;line-height:1}.stat-label{color:#888;text-transform:uppercase;letter-spacing:.15em;font-size:.8rem;font-weight:700;transition:color .3s}.stat-card:hover .stat-label{color:#ccc}.methodology-section{background-color:#030303;min-height:100vh;padding:8rem 0 10rem;position:relative}.container{max-width:1440px;margin:0 auto;padding:0 3rem}.methodology-intro{text-align:center;margin-bottom:8rem}.intro-label{letter-spacing:.25em;color:#2563eb;margin-bottom:2rem;font-size:.75rem;font-weight:700;display:block}.intro-title{color:#fff;letter-spacing:-.03em;max-width:900px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:clamp(2rem,5vw,3.8rem);font-weight:800;line-height:1.15}.intro-description{color:#888;max-width:800px;margin:0 auto;font-size:1.2rem}.stats-container{margin-bottom:10rem}.stats-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.stat-card{text-align:center;background:#ffffff05;border:1px solid #ffffff0f;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;min-height:240px;padding:3rem 1.5rem;transition:all .4s;display:flex}.stat-card:hover{background:#ffffff0a;border-color:#2563eb4d;transform:translateY(-8px)}.stat-number{color:#2563eb;letter-spacing:-.03em;margin-bottom:1rem;font-size:3.5rem;font-weight:800;line-height:1}.stat-card:nth-child(4) .stat-number{white-space:nowrap;font-size:2.8rem}.stat-label{color:#666;text-transform:uppercase;letter-spacing:.1em;font-size:.85rem;font-weight:600}.methodology-header{text-align:center;flex-direction:column;align-items:center;margin-bottom:5rem;display:flex}.process-badge{justify-content:center;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.process-line{background:linear-gradient(90deg,#2563eb,#0000);width:40px;height:2px}.process-text{letter-spacing:.25em;color:#2563eb;text-transform:uppercase;font-size:.75rem;font-weight:700}.methodology-title{color:#fff;text-align:center;margin-bottom:1.5rem;font-size:clamp(3rem,6vw,5rem);font-weight:800}.methodology-title .text-accent{color:#2563eb}.methodology-desc{color:#888;max-width:500px;margin:0 auto;font-size:1.15rem}.process-timeline{margin-top:8rem;padding:0 2rem;position:relative}.track-container{width:100%;height:4px;margin-bottom:4rem;position:relative}.track-base{background:#ffffff14;border-radius:4px;width:100%;height:4px;position:absolute;top:0;left:0}.track-fill{background:linear-gradient(90deg,#2563eb,#60a5fa);border-radius:4px;width:0%;height:4px;transition:width .1s linear;position:absolute;top:0;left:0;box-shadow:0 0 20px #2563eb80}.track-glow{z-index:10;background:#fff;border:4px solid #2563eb;border-radius:50%;width:16px;height:16px;transition:left .1s linear;position:absolute;top:50%;left:0%;transform:translate(-50%,-50%);box-shadow:0 0 25px #2563eb}.timeline-steps{justify-content:space-between;display:flex;position:relative}.timeline-step{flex-direction:column;width:18%;display:flex;position:relative}.step-point{position:absolute;top:-95px;left:0}.step-icon-btn{color:#666;background:#0a0a0a;border:1px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s;display:flex}.timeline-step:hover .step-icon-btn,.step-icon-btn.active{color:#fff;background:#2563eb1a;border-color:#2563eb;box-shadow:0 0 25px #2563eb66}.step-icon-btn.active{border-width:2px;transform:scale(1.1)}.step-content{text-align:center;margin-top:1.5rem}.step-meta{color:#666;justify-content:center;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.75rem;font-weight:700;transition:color .3s;display:flex}.timeline-step.active .step-meta{color:#2563eb}.timeline-step.active .step-title{color:#fff;text-shadow:0 0 15px #2563eb66}.timeline-step.active .step-desc{color:#bbb}.step-num{font-weight:800}.step-phase{color:#666;opacity:.7}.step-title{color:#fff;margin-bottom:1rem;font-size:1.4rem;font-weight:700}.step-desc{color:#888;font-size:.95rem;line-height:1.6}@keyframes pulse-glow{0%,to{opacity:.8;transform:translate(-50%,-50%)scale(1)}50%{opacity:1;transform:translate(-50%,-50%)scale(1.2)}}.track-glow{animation:2s ease-in-out infinite pulse-glow}@media (width<=1200px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=968px){.methodology-title{font-size:3rem}.timeline-steps{flex-direction:column;gap:4rem;padding-left:3rem}.timeline-step{width:100%}.track-container{width:4px;height:100%;margin-bottom:0;position:absolute;top:0;left:24px}.track-base,.track-fill{width:4px;height:100%}.track-glow{top:0%;left:50%!important}.step-point{top:0;left:-48px}}@media (width<=640px){.stats-grid{grid-template-columns:1fr}.stat-card{min-height:180px}}.team-header{margin-bottom:4rem}.team-marquee{width:100%;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)}.team-track{width:max-content;padding:2rem 0;animation:50s linear infinite scroll;display:flex;gap:8rem!important}.team-marquee:hover .team-track{animation-play-state:paused}.team-card{flex:0 0 380px;max-width:380px;transition:transform .3s}.team-card:hover{transform:translateY(-8px)}.team-image-container{aspect-ratio:3/4;background-color:#f1f4f8;border-radius:12px;width:100%;overflow:hidden}.team-image{object-fit:cover;object-position:center top;filter:none;width:100%;height:100%;transition:transform .5s}.team-card:hover .team-image{transform:scale(1.05)}.team-info{text-align:center;margin-top:1rem}.team-info h4{color:var(--text-main);margin-bottom:.25rem;font-size:1.1rem;font-weight:700}.team-info p{color:var(--text-muted);font-size:.875rem;font-weight:500}.ts-section{background:linear-gradient(135deg,#fff,#f8fbff);padding:8rem 0}.ts-header{text-align:center;margin-bottom:4rem}.ts-header .heading-xl{letter-spacing:-.03em;margin-bottom:1.5rem;font-size:clamp(2.4rem,5vw,3.8rem);font-weight:800;line-height:1.1}.ts-line{background:#2563eb;width:60px;height:4px;margin:1.25rem auto}.ts-stage{flex-direction:column;align-items:center;display:flex}.ts-card-wrap{width:95%;max-width:1000px;position:relative}.ts-avatar{z-index:2;background:linear-gradient(135deg,#2563eb,#60a5fa,#2563eb);border-radius:50%;justify-content:center;align-items:center;width:130px;height:130px;margin:0 auto -65px;padding:5px;animation:3s ease-in-out infinite alternate avatar-glow;display:flex;position:relative;overflow:hidden;box-shadow:0 0 0 5px #2563eb1a,0 8px 30px #2563eb40}@keyframes avatar-glow{0%{box-shadow:0 0 0 5px #2563eb1a,0 8px 30px #2563eb33}to{box-shadow:0 0 0 8px #2563eb26,0 12px 40px #2563eb59}}.ts-avatar img{object-fit:cover;object-position:center top;background:#f0f4f8;border-radius:50%;width:100%;height:100%;display:block}.ts-avatar span{color:#2563eb;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;font-size:1.8rem;font-weight:700;display:flex}.ts-card{text-align:center;background:#fff;border:1px solid #2563eb14;border-radius:32px;flex-direction:column;justify-content:center;min-height:400px;padding:5.5rem 4rem 3.5rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;box-shadow:0 10px 15px -3px #0000001a,0 25px 60px -12px #00000014}.ts-card:hover{transform:translateY(-8px);box-shadow:0 15px 25px -5px #2563eb1a,0 35px 80px -15px #2563eb26}.ts-text{color:#1a1a1b;flex-grow:1;justify-content:center;align-items:center;max-width:840px;margin:0 auto;font-size:1.25rem;font-style:italic;font-weight:400;line-height:1.8;display:flex}.ts-footer{margin-top:2.5rem}.ts-footer h4{margin:0 0 .4rem;font-size:1.3rem;font-weight:700}.ts-footer p{color:#64748b;font-size:1rem}.ts-footer a{color:#2563eb;border-bottom:1px solid #0000;font-weight:600;text-decoration:none;transition:all .2s}.ts-footer a:hover{color:#1d4ed8;border-bottom:1px solid #2563eb}.ts-nav{align-items:center;gap:1.5rem;margin-top:3.5rem;display:flex}.ts-nav button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;transition:all .3s;display:flex;box-shadow:0 4px 12px #2563eb33}.ts-nav button:hover{background:#1d4ed8;transform:scale(1.15);box-shadow:0 6px 20px #2563eb4d}.ts-dots{gap:10px;display:flex}.ts-dots span{cursor:pointer;background:#cbd5e1;border-radius:50%;width:10px;height:10px;transition:all .3s}.ts-dots .active{background:#2563eb;border-radius:6px;width:32px}@media (width<=992px){.ts-card{padding:5rem 2.5rem 3rem}.ts-text{font-size:1.15rem}}@media (width<=768px){.ts-card-wrap{width:100%;max-width:100%}.ts-card{min-height:450px;padding:4.5rem 1.5rem 2.5rem}.ts-text{font-size:1.1rem;line-height:1.6}.ts-avatar{width:110px;height:110px;margin-bottom:-55px}.ts-footer h4{font-size:1.15rem}}.contact-section{color:#000;background-color:#fff;justify-content:center;padding:6rem 0;display:flex}.contact-container{flex-direction:column;align-items:center;width:100%;max-width:900px;display:flex}.contact-toggle{border:1px solid #000;margin-bottom:4rem;display:flex}.toggle-btn{letter-spacing:.1em;text-transform:uppercase;cursor:pointer;color:#000;background:0 0;border:none;padding:1rem 2rem;font-size:.75rem;font-weight:600;transition:all .2s}.toggle-btn.active{color:#fff;background-color:#000}.toggle-btn:not(.active):hover{background-color:#f5f5f5}.heading-contact-new{letter-spacing:-.02em;color:#000;text-align:center;margin-bottom:3rem;font-size:4rem;font-weight:800;line-height:1.1}.heading-italic{letter-spacing:-.05em;text-underline-offset:4px;font-family:inherit;font-style:italic;font-weight:700;text-decoration:underline;text-decoration-thickness:3px}.contact-form-card{background:#fff;border:1px solid #000;width:100%;padding:3rem 4rem}.contact-form{flex-direction:column;gap:2rem;display:flex}.form-row{grid-template-columns:1fr;gap:2rem;display:grid}@media (width>=768px){.form-row{grid-template-columns:1fr 1fr}}.form-group{flex-direction:column;gap:.75rem;display:flex}.form-group label{letter-spacing:.1em;text-transform:uppercase;color:#000;font-size:.7rem;font-weight:600}.form-group input,.form-group textarea{color:#000;background-color:#f4f4f4;border:none;padding:1.25rem 1rem;font-family:inherit;font-size:.95rem;transition:background-color .2s}.form-group input::placeholder,.form-group textarea::placeholder{color:#888}.form-group input:focus,.form-group textarea:focus{background-color:#e5e5e5;outline:none}.form-actions{justify-content:flex-end;margin-top:1rem;display:flex}.submit-btn{color:#fff;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;background-color:#000;border:none;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:.75rem;font-weight:600;transition:opacity .2s;display:flex}.submit-btn:hover{opacity:.8}.submit-btn:disabled{opacity:.7;cursor:not-allowed}.modal-backdrop.booking-modal-backdrop{z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#0006;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:fixed;top:0;left:0}.booking-modal-icon{color:#000;background:#fff;border:2px solid #000;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 2rem;display:flex}.footer{color:#fff;background-color:#030303;border-top:none;padding:6rem 0 2rem;font-family:inherit}.footer-container{grid-template-columns:1fr;gap:3rem;max-width:1240px;margin:0 auto;display:grid}@media (width>=768px){.footer-container{grid-template-columns:2fr 1fr 1fr 1fr}}.footer-brand{flex-direction:column;align-items:flex-start;display:flex}.footer-logo{filter:invert()brightness(200%);object-fit:contain;object-position:left;width:auto;height:35px;margin-bottom:1.5rem;display:block}.footer-desc{color:#888;max-width:320px;margin-bottom:2rem;font-size:.85rem;line-height:1.6}.social-links{gap:1rem;display:flex}.social-btn{color:#a0a0a0;background-color:#111;border:1px solid #222;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.social-btn:hover{color:#fff;background-color:#222}.footer-heading{color:#fff;text-transform:uppercase;letter-spacing:.1em;margin-bottom:2.5rem;font-size:.7rem;font-weight:700}.footer-list{flex-direction:column;gap:1.25rem;margin:0;padding:0;list-style:none;display:flex}.footer-list li{color:#a0a0a0;font-size:.85rem}.footer-link{color:#a0a0a0;text-decoration:none;transition:color .2s}.footer-link:hover{color:#fff}.contact-item{align-items:flex-start;gap:.75rem;line-height:1.5;display:flex}.contact-item svg{color:#666;flex-shrink:0;margin-top:2px}.footer-bottom{color:#555;border-top:1px solid #111;flex-direction:column;justify-content:space-between;align-items:center;gap:1rem;margin-top:6rem;padding-top:2rem;font-size:.75rem;display:flex}@media (width>=768px){.footer-bottom{flex-direction:row}}.footer-legal-links{gap:2rem;display:flex}.footer-legal-links a{color:#888;text-decoration:none;transition:color .2s}.footer-legal-links a:hover{color:#fff}.about-page{color:#000;background-color:#fff;overflow-x:hidden}.about-hero{text-align:center;padding-top:12rem;padding-bottom:5rem}.about-main-heading{letter-spacing:-.04em;color:#000;margin-bottom:2rem;font-size:clamp(3rem,8vw,5rem);font-weight:800;line-height:1.1}.max-width-wrapper{max-width:900px;margin:0 auto}.about-intro-text{color:#444;max-width:800px;margin-top:2rem;margin-left:auto;margin-right:auto;font-size:1.5rem;line-height:1.6}.about-mission{justify-content:center;display:flex}.mission-content{background:#fdfdfd;border:1px solid #eaeaea;border-radius:12px;max-width:900px;margin:0 auto;padding:4rem;box-shadow:0 10px 30px #0000000d}.mission-description{color:#333;text-align:center;font-size:1.25rem;font-weight:500;line-height:1.8}.about-services-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;margin-top:3rem;display:grid}.about-service-card{background:#fff;border:1px solid #f0f0f0;border-radius:16px;height:100%;padding:3rem 2rem;transition:all .3s}.about-service-card:hover{border-color:var(--accent);transform:translateY(-8px);box-shadow:0 20px 40px #00000014}.service-icon-wrapper{width:64px;height:64px;color:var(--accent,#000);background:#f4f4f4;border-radius:12px;justify-content:center;align-items:center;margin-bottom:2rem;display:flex}.about-service-card h3{letter-spacing:-.02em;margin-bottom:1.25rem;font-size:1.5rem;font-weight:700}.about-service-card p{color:#666;line-height:1.7}.about-philosophy{color:#fff;background-color:#0c0c0c;position:relative;overflow:hidden}.philosophy-content-wrapper{text-align:center;z-index:2;max-width:1000px;margin:0 auto;padding:0 1rem;position:relative}.text-glow-accent{color:#3b82f6;text-shadow:0 0 30px #3b82f666;font-weight:800;position:relative}.philosophy-badge{text-transform:uppercase;letter-spacing:.2em;color:#888;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:100px;align-items:center;gap:.6rem;margin-bottom:3rem;padding:.6rem 1.5rem;font-size:.7rem;font-weight:600;display:inline-flex}.philosophy-text-main{color:#d1d5db;letter-spacing:-.01em;margin-bottom:4rem;font-size:1.6rem;font-weight:400;line-height:1.8}.philosophy-text-main strong{color:#fff;font-weight:700}.philosophy-conclusion-premium{background:linear-gradient(#ffffff08 0%,#ffffff03 100%);border:1px solid #ffffff14;border-radius:24px;max-width:800px;margin:4rem auto 0;padding:4rem;position:relative;overflow:hidden;box-shadow:0 40px 100px #00000080}.philosophy-conclusion-premium:before{content:"";background:#3b82f6;width:100px;height:2px;position:absolute;top:0;left:50%;transform:translate(-50%);box-shadow:0 0 20px #3b82f6}.philosophy-conclusion-premium p{color:#fff;letter-spacing:-.03em;margin:0;font-size:1.75rem;font-weight:600;line-height:1.5}.philosophy-conclusion-premium p strong{color:#3b82f6;text-shadow:0 0 15px #3b82f64d}.about-philosophy:after{content:"";background:radial-gradient(circle, var(--accent,#3b82f6) 0%, transparent 70%);opacity:.08;pointer-events:none;filter:blur(60px);width:400px;height:400px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (width<=992px){.philosophy-layout{grid-template-columns:1fr;gap:4rem}}@media (width<=768px){.heading-xl{font-size:3rem}.mission-content{padding:2rem}}.blog-header{text-align:center;padding:4rem 0 2rem}.categories-container{-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;margin-bottom:2rem;padding:1rem 0 3rem;overflow-x:auto}.categories-container::-webkit-scrollbar{display:none}.categories-list{flex-wrap:wrap;justify-content:center;gap:.75rem;min-width:max-content;padding:0 1rem;display:flex}.category-chip{background-color:var(--bg-secondary);color:var(--text-muted);border:1px solid var(--border-light);cursor:pointer;white-space:nowrap;border-radius:100px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;transition:all .2s}.category-chip:hover{background-color:var(--bg-card-hover);border-color:#00000026}.category-chip.active{color:#fff;background-color:#111;border-color:#111}.blog-grid{grid-template-columns:repeat(1,1fr);gap:2.5rem;margin-bottom:5rem;display:grid}@media (width>=768px){.blog-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.blog-grid{grid-template-columns:repeat(3,1fr)}}.blog-card{background:#fff;border:1px solid #00000014;border-radius:12px;flex-direction:column;height:100%;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}.blog-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000014}.blog-card-image{object-fit:cover;background-color:#f0f0f0;width:100%;height:220px}.blog-card-content{flex-direction:column;flex-grow:1;padding:2rem;display:flex}.blog-card-header{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.blog-category-badge{color:#666;text-transform:capitalize;background-color:#f5f5f5;border-radius:6px;padding:.35rem .75rem;font-size:.75rem;font-weight:700}.blog-date,.blog-read-time{color:#888;font-size:.8125rem}.blog-card-title{color:#111;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:1rem;font-size:1.5rem;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.blog-card-excerpt{color:#666;-webkit-line-clamp:4;-webkit-box-orient:vertical;flex-grow:1;margin-bottom:1.5rem;font-size:.9375rem;line-height:1.6;display:-webkit-box;overflow:hidden}.blog-tags{flex-wrap:wrap;gap:.5rem;margin-top:auto;display:flex}.tag-chip{color:#777;background-color:#f8f8f8;border-radius:4px;padding:.25rem .65rem;font-size:.75rem;font-weight:500}.section-dark .blog-card{background:#151515;border-color:#ffffff1a}.section-dark .blog-card-title{color:#fff}.section-dark .blog-card-excerpt{color:#a0a0a0}.section-dark .blog-category-badge{color:#a0a0a0;background-color:#1e1e1e}.section-dark .tag-chip{color:#888;background-color:#1e1e1e}.section-dark .category-chip:not(.active){color:#a0a0a0;background-color:#111;border-color:#ffffff1a}.section-dark .category-chip.active{color:#111;background-color:#fff;border-color:#fff}.section-light{color:#111;background-color:#fff}.blog-post-page{min-height:100vh;padding-top:100px}.blog-post-container{max-width:850px;margin:0 auto;padding:4rem 2rem}.back-link{color:#666;align-items:center;gap:.5rem;margin-bottom:3rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.back-link:hover{color:var(--accent);transform:translate(-5px)}.blog-post-hero{margin-bottom:4rem}.blog-post-meta{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.blog-post-category{color:#2563eb;text-transform:uppercase;letter-spacing:1px;background-color:#2563eb1a;border-radius:6px;padding:.4rem 1rem;font-size:.8rem;font-weight:700}.blog-post-date,.blog-post-read-time{color:#888;font-size:.875rem}.blog-post-title{color:#000;letter-spacing:-.02em;margin-bottom:2.5rem;font-size:clamp(2.5rem,6vw,4rem);font-weight:850;line-height:1.1}.blog-post-image{border-radius:20px;width:100%;margin-bottom:4rem;box-shadow:0 30px 60px #00000014}.blog-post-body{color:#333;font-size:1.25rem;line-height:1.9}.blog-post-body h2{color:#000;letter-spacing:-.01em;margin:4rem 0 1.5rem;font-size:2.25rem;font-weight:800}.blog-post-body h3{color:#000;margin:3rem 0 1.25rem;font-size:1.75rem;font-weight:700}.blog-post-body p{color:#444;margin-bottom:2rem}.blog-post-body table{border-collapse:collapse;border-radius:12px;width:100%;margin:3rem 0;overflow:hidden;box-shadow:0 0 0 1px #eee}.blog-post-body th{text-align:left;color:#111;background-color:#f8f9fa;border-bottom:2px solid #eee;padding:1.2rem;font-weight:700}.blog-post-body td{color:#444;border-bottom:1px solid #eee;padding:1.2rem}.blog-post-body figure{margin:4rem 0}.blog-post-body figure img{border-radius:16px;box-shadow:0 20px 40px #0000000d}.blog-post-footer{text-align:center;background-color:#f8f9fa;border-radius:30px;flex-direction:column;align-items:center;margin-top:6rem;padding:5rem 2rem;display:flex}.blog-post-tags{flex-wrap:wrap;justify-content:center;gap:.8rem;margin-bottom:3rem;display:flex}.blog-post-tag{color:#666;background-color:#fff;border-radius:100px;padding:.5rem 1.2rem;font-size:.875rem;font-weight:500;box-shadow:0 4px 10px #00000008}.blog-post-footer .heading-md{color:#000;margin-bottom:1rem;font-weight:800}.blog-post-footer .subtitle{color:#555;margin-bottom:2.5rem}@media (width<=768px){.blog-post-container{padding:2rem 1.5rem}.blog-post-title{font-size:2.5rem}.blog-post-body{font-size:1.15rem}}.case-studies-page{color:#0a0a0b;background-color:#fff;position:relative;overflow-x:hidden}.cases-main{z-index:1;position:relative}.cases-bg-glows{pointer-events:none;z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.glow{filter:blur(120px);opacity:.4;border-radius:50%;position:absolute}.glow-1{background:radial-gradient(circle,#0050ff14 0%,#0000 70%);width:600px;height:600px;top:-100px;left:-200px}.glow-2{background:radial-gradient(circle,#6366f10d 0%,#0000 70%);width:500px;height:500px;top:40%;right:-100px}.section-tag{letter-spacing:.2em;color:#64748b;text-transform:uppercase;font-size:.8rem;font-weight:700}.cases-hero{padding-top:10rem;padding-bottom:4rem}.cases-hero h1{letter-spacing:-.04em;line-height:1}.featured-card-visual{color:inherit;background:#fff;border:1px solid #f1f5f9;border-radius:32px;grid-template-columns:1.2fr .8fr;text-decoration:none;transition:all .6s cubic-bezier(.16,1,.3,1);display:grid;overflow:hidden;box-shadow:0 4px 20px #00000005}.featured-card-visual:hover{border-color:#e2e8f0;transform:translateY(-8px);box-shadow:0 40px 80px #0000000f}.featured-image-side{height:600px;overflow:hidden}.featured-image-side img{object-fit:cover;width:100%;height:100%;transition:transform 1.2s cubic-bezier(.16,1,.3,1)}.featured-card-visual:hover .hover-zoom{transform:scale(1.05)}.featured-content-side{background:linear-gradient(135deg,#fff 0%,#fcfdfe 100%);flex-direction:column;justify-content:center;padding:4rem;display:flex}.card-badge-premium{letter-spacing:.1em;color:#0050ff;text-transform:uppercase;margin-bottom:2rem;font-size:.75rem;font-weight:800}.summary-premium{color:#475569;font-size:1.15rem;line-height:1.6}.featured-stats-preview{gap:2rem;display:flex}.stat-pill{flex-direction:column;display:flex}.stat-pill .val{color:#0f172a;font-size:1.5rem;font-weight:800}.stat-pill .lbl{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.read-more-btn{letter-spacing:.1em;color:#0f172a;align-items:center;gap:1.5rem;margin-top:auto;font-size:.85rem;font-weight:800;display:flex}.btn-circle{background:#f1f5f9;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .4s;display:flex}.featured-card-visual:hover .btn-circle{color:#fff;background:#0050ff;transform:rotate(-45deg)}.mini-cases-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.mini-case-card-visual{color:inherit;background:#fff;border:1px solid #f1f5f9;border-radius:24px;flex-direction:column;height:100%;text-decoration:none;transition:all .4s;display:flex;overflow:hidden}.mini-case-card-visual:hover{border-color:#e2e8f0;transform:translateY(-5px);box-shadow:0 20px 40px #0000000a}.mini-card-image{height:280px;position:relative;overflow:hidden}.mini-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .8s}.mini-badge-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);letter-spacing:.05em;color:#0f172a;text-transform:uppercase;background:#ffffffe6;border-radius:100px;padding:.5rem 1rem;font-size:.65rem;font-weight:800;position:absolute;top:1.5rem;left:1.5rem}.mini-card-content-visual{flex-direction:column;flex-grow:1;padding:2rem;display:flex}.mini-card-content-visual h4{color:#0f172a;font-size:1.4rem;font-weight:700;line-height:1.3}.mini-summary-visual{color:#64748b;font-size:.95rem;line-height:1.6}.mini-footer-visual{color:#0050ff;justify-content:space-between;align-items:center;margin-top:auto;font-size:.85rem;font-weight:700;display:flex}.arrow-icon{transition:transform .3s}.mini-case-card-visual:hover .arrow-icon{transform:translate(4px)}.mini-case-card-visual:hover .hover-zoom{transform:scale(1.05)}@media (width<=1024px){.featured-card-visual{grid-template-columns:1fr}.featured-image-side{height:400px}}@media (width<=768px){.cases-hero h1{font-size:3.5rem}.mini-cases-grid{grid-template-columns:1fr}.featured-content-side{padding:2.5rem}}.case-detail-hero-section{padding-top:10rem}.back-link-premium{color:#64748b;letter-spacing:.12em;align-items:center;gap:.75rem;margin-bottom:3.5rem;font-size:.75rem;font-weight:800;text-decoration:none;transition:all .3s;display:inline-flex}.back-link-premium:hover{color:#0050ff;transform:translate(-5px)}.case-category-badge{letter-spacing:.2em;color:#0050ff;text-transform:uppercase;margin-bottom:1.5rem;font-size:.85rem;font-weight:800;display:inline-block}.case-hero-image-wrap{border:1px solid #f1f5f9;border-radius:40px;width:100%;margin:4rem 0;overflow:hidden;box-shadow:0 40px 100px #0000001a}.hero-img-main{width:100%;height:auto;display:block}.case-quick-meta{border-bottom:2px solid #f8fafc;grid-template-columns:repeat(3,1fr);gap:6rem;margin-bottom:6rem;padding-bottom:3rem;display:grid}.meta-item{flex-direction:column;gap:.5rem;display:flex}.meta-label{color:#94a3b8;letter-spacing:.12em;font-size:.7rem;font-weight:700}.meta-val{color:#0f172a;font-size:1.1rem;font-weight:700}.narrative-column-centered{max-width:850px;margin:0 auto}.section-title-premium{letter-spacing:-.04em;color:#0f172a;margin-bottom:2.5rem;font-size:2.25rem;font-weight:800}.narrative-text-premium{color:#334155;white-space:pre-line;font-size:1.25rem;line-height:1.8}.architecture-wrap-premium{background:#fcfdfe;border:1px solid #f1f5f9;border-radius:40px;margin:6rem 0;padding:4rem;box-shadow:inset 0 2px 10px #00000003}.img-header{color:#94a3b8;letter-spacing:.25em;text-align:center;margin-bottom:3rem;font-size:.8rem;font-weight:800}.architecture-wrap-premium img{border-radius:20px;width:100%;box-shadow:0 20px 50px #00000014}.caption{text-align:center;color:#64748b;margin-top:2.5rem;font-size:1rem}.results-list-premium{flex-direction:column;gap:2.5rem;margin:0;padding:0;list-style:none;display:flex}.result-item-premium{color:#334155;gap:2rem;font-size:1.25rem;line-height:1.6;display:flex}.check-icon{color:#0050ff;flex-shrink:0;margin-top:6px}.explore-cases-premium{background-color:#f8fafc;border-top:1px solid #f1f5f9;margin-top:4rem;padding:8rem 0}.explore-header-premium{justify-content:space-between;align-items:center;margin-bottom:5rem;display:flex}.see-all-premium{color:#0050ff;letter-spacing:.1em;background:#fff;border:1px solid #e2e8f0;border-radius:100px;align-items:center;gap:.75rem;padding:.75rem 1.5rem;font-size:.75rem;font-weight:800;text-decoration:none;transition:all .3s;display:flex}.see-all-premium:hover{color:#fff;background:#0050ff;border-color:#0050ff;transform:translateY(-2px)}.explore-grid-premium{grid-template-columns:repeat(3,1fr);gap:4rem;display:grid}.explore-card-mini{color:inherit;background:#fff;border:1px solid #f1f5f9;border-radius:24px;flex-direction:column;text-decoration:none;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden;box-shadow:0 4px 12px #00000005}.explore-card-mini:hover{border-color:#0050ff1a;transform:translateY(-12px);box-shadow:0 40px 80px #0050ff14}.mini-img-wrap{aspect-ratio:16/10;overflow:hidden}.mini-img-wrap img{object-fit:cover;width:100%;height:100%;transition:transform 1.2s cubic-bezier(.16,1,.3,1)}.explore-card-mini:hover .mini-img-wrap img{transform:scale(1.08)}.mini-content-wrap{background:#fff;flex-direction:column;flex-grow:1;padding:2.5rem;display:flex}.mini-category{color:#0050ff;letter-spacing:.15em;text-transform:uppercase;opacity:.8;margin-bottom:1.25rem;font-size:.7rem;font-weight:800;display:block}.explore-card-mini h5{color:#0f172a;letter-spacing:-.02em;margin-bottom:2.5rem;font-size:1.4rem;font-weight:700;line-height:1.4}.mini-cta{color:#0050ff;letter-spacing:.1em;align-items:center;gap:.75rem;margin-top:auto;font-size:.75rem;font-weight:800;transition:gap .3s;display:flex}.explore-card-mini:hover .mini-cta{gap:1.25rem}@media (width<=1024px){.explore-grid-premium{gap:2rem}}@media (width<=768px){.case-quick-meta{grid-template-columns:1fr;gap:2.5rem}.section-title-premium{font-size:1.8rem}.explore-grid-premium{grid-template-columns:1fr}.explore-header-premium{flex-direction:column;align-items:flex-start;gap:1.5rem}}
