@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--bg-primary:#f8fafc;--bg-secondary:#fff;--text-main:#0f172a;--text-muted:#64748b;--accent-primary:#2563eb;--accent-secondary:#0ea5e9;--border-light:#e2e8f0;--card-shadow:0 4px 6px -1px #0000000d, 0 2px 4px -1px #00000008;--card-shadow-hover:0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-primary);color:var(--text-main);font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:var(--text-main);font-weight:700;line-height:1.2}a{color:var(--accent-primary);text-decoration:none;transition:all .2s}a:hover{color:var(--accent-secondary)}.container{max-width:1280px;margin:0 auto;padding:0 2rem}.text-primary{color:var(--accent-primary)}.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}.grid{gap:2rem;display:grid}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}@media (width<=768px){.grid-cols-2,.grid-cols-3{grid-template-columns:1fr}}.hero{background-color:var(--bg-secondary);border-bottom:1px solid var(--border-light);padding-top:1rem;padding-bottom:4rem}.hero-header{justify-content:space-between;align-items:center;margin-bottom:4rem;display:flex}.logo-container{align-items:center;gap:1rem;display:flex}.logo{border-bottom:1px solid var(--border-light);display:flex}.logo-image{object-fit:cover;border:2px solid var(--border-light);background-color:#fff;border-radius:50%;width:50px;height:50px;box-shadow:0 2px 4px #0000000d}.company-name{color:var(--text-main);letter-spacing:-.5px;font-size:1.25rem;font-weight:700}.contact-btn{color:var(--text-main);font-weight:500}.badge{color:var(--accent-primary);background-color:#eff6ff;border-radius:9999px;margin-bottom:1.5rem;padding:.25rem .75rem;font-size:.875rem;font-weight:600;display:inline-block}.hero-text{flex-direction:column;justify-content:center;display:flex}.hero-text h1{letter-spacing:-.025em;color:#0f172a;font-size:3rem}.hero-description{color:var(--text-muted);max-width:90%;font-size:1.125rem}.hero-actions{gap:1rem;margin-top:1rem;display:flex}.primary-btn{background-color:var(--accent-primary);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:background-color .2s}.primary-btn:hover{background-color:#1d4ed8}.secondary-btn{color:var(--text-main);border:1px solid var(--border-light);cursor:pointer;background-color:#fff;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s}.secondary-btn:hover{background-color:#f1f5f9;border-color:#cbd5e1}.hero-visual{justify-content:center;align-items:center;display:flex}.hero-main-image{width:100%;max-width:600px;box-shadow:var(--card-shadow-hover);border-radius:16px}@media (width<=768px){.hero-text h1{font-size:2.25rem}.hero-actions{flex-direction:column}.hero-header{margin-bottom:2rem}}.ribbon-container{background-color:var(--bg-primary);border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light);padding:3rem 0;position:relative;overflow:hidden}.ribbon-title{text-align:center;color:var(--text-muted);letter-spacing:2px;margin-bottom:2rem;font-size:.875rem;font-weight:600}.ribbon-wrapper{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)}.ribbon-track{width:max-content;animation:30s linear infinite scrollLeft;display:flex}.ribbon-item{color:var(--border-light);white-space:nowrap;padding:0 3rem;font-size:1.5rem;font-weight:700;transition:color .3s}.ribbon-item:hover{color:var(--accent-primary)}@keyframes scrollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}.services-section{background-color:var(--bg-primary);padding:5rem 0}.section-header h2{margin-bottom:.5rem;font-size:2.25rem}.section-subtitle{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.125rem}.services-grid{perspective:1000px;gap:2rem}.service-card{background:var(--bg-secondary);border:1px solid var(--border-light);box-shadow:var(--card-shadow);transform-style:preserve-3d;border-radius:12px;flex-direction:column;transition:transform .4s,box-shadow .4s;display:flex;overflow:hidden}.service-card:hover{transform:translateY(-10px)rotateX(5deg)rotateY(-2deg);box-shadow:0 20px 40px #0000001a}.service-image-container{width:100%;height:200px;position:relative;overflow:hidden}.service-image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.service-card:hover .service-image{transform:scale(1.05)}.service-icon-badge{z-index:2;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.25rem;display:flex;position:absolute;bottom:-15px;right:20px;box-shadow:0 4px 6px #0000001a}.service-content{flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.service-content h3{color:#0f172a;margin-bottom:.75rem;font-size:1.25rem}.service-content p{color:var(--text-muted);flex-grow:1;margin-bottom:1.5rem;font-size:.95rem}.learn-more-link{color:var(--accent-primary);margin-top:auto;font-size:.875rem;font-weight:600;display:inline-block}.learn-more-link:hover{text-decoration:underline}@media (width<=1024px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.services-grid{grid-template-columns:1fr}}.about-section{background-color:#fff;padding:6rem 0}.about-container{align-items:center;gap:4rem;display:flex}.about-content{flex:1}.about-title{color:var(--text-main);margin-bottom:1.5rem;font-size:2.5rem;line-height:1.2}.about-description{color:var(--text-muted);margin-bottom:1.5rem;font-size:1.125rem;line-height:1.8}.about-stats{border-top:1px solid var(--border-light);gap:3rem;margin-top:3rem;padding-top:2rem;display:flex}.stat-item{flex-direction:column;display:flex}.stat-number{color:var(--accent-primary);margin-bottom:.25rem;font-size:2.5rem;font-weight:700}.stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;font-size:.875rem;font-weight:600}.about-image-wrapper{flex:1;position:relative}.about-image-wrapper:before{content:"";border:2px solid var(--accent-primary);z-index:0;border-radius:16px;position:absolute;inset:-20px 20px 20px -20px}.about-image{z-index:1;border-radius:16px;width:100%;height:auto;position:relative;box-shadow:0 20px 40px #0000001a}@media (width<=992px){.about-container{flex-direction:column}.about-stats{flex-wrap:wrap}}.footer-section{background-color:var(--bg-secondary);border-top:1px solid var(--border-light);padding:3rem 0}.contact-bar{justify-content:space-between;align-items:center;margin-bottom:3rem;display:flex}.contact-item{align-items:center;gap:.5rem;font-size:1rem;display:flex}.contact-icon{color:var(--accent-primary);font-size:1.2rem}.industries-section{text-align:center}.industries-title{color:var(--text-muted);letter-spacing:2px;justify-content:center;align-items:center;gap:1rem;margin-bottom:2rem;font-weight:600;display:flex}.industries-title:before,.industries-title:after{content:"";background:var(--border-light);width:50px;height:1px}.industries-list{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.industry-item{color:var(--text-main);border:1px solid var(--border-light);background:var(--bg-primary);border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-weight:500;transition:all .2s;display:flex}.industry-item:hover{border-color:var(--accent-primary);box-shadow:var(--card-shadow);background:#fff}.industry-icon{font-size:1.2rem}@media (width<=768px){.contact-bar{flex-direction:column;gap:1.5rem}}.service-detail-page{background-color:var(--bg-primary);flex-direction:column;min-height:100vh;display:flex}.detail-header{padding:1.5rem 2rem}.back-link{color:var(--text-muted);font-weight:600}.back-link:hover{color:var(--accent-primary)}.detail-hero{color:#fff;text-align:center;background-position:50%;background-size:cover;padding:6rem 2rem}.detail-hero-content{max-width:800px;margin:0 auto}.detail-icon{margin-bottom:1rem;font-size:4rem}.detail-hero h1{color:#fff;margin-bottom:1rem;font-size:3.5rem}.detail-subtitle{opacity:.9;font-size:1.25rem}.detail-body{z-index:10;flex-grow:1;margin-top:-3rem;padding:4rem 2rem;position:relative}.detail-content-card{box-shadow:var(--card-shadow-hover);background:#fff;border-radius:16px;max-width:900px;margin:0 auto;padding:3rem}.detail-content-card h2{border-bottom:2px solid var(--border-light);margin-bottom:1.5rem;padding-bottom:.5rem;font-size:2rem}.detail-content-card p{color:var(--text-muted);margin-bottom:2rem;font-size:1.125rem;line-height:1.8}.detail-cta{border-top:1px solid var(--border-light);text-align:center;margin-top:4rem;padding-top:2rem}.detail-cta h3{margin-bottom:1.5rem}@media (width<=768px){.detail-hero h1{font-size:2.5rem}.detail-content-card{padding:2rem}}
