*{margin:0;padding:0;box-sizing:border-box}:root{--bg:#ffffff;--bg-dark:#1a1a1a;--text:#000000;--text-light:#505050;--text-on-dark:#ffffff;--border:#d0d0d0;--accent:#000000;--card-bg:#ffffff}html{height:100%;height:100dvh}@supports not (height:100dvh){html{height:-webkit-fill-available}}body{font-family:-apple-system,BlinkMacSystemFont,helvetica neue,segoe ui,Arial,sans-serif;line-height:1.6;color:var(--text);background:var(--bg);font-size:16px;font-weight:400;letter-spacing:.01em;min-height:100%;min-height:100dvh}@supports not (min-height:100dvh){body{min-height:-webkit-fill-available}}header{position:fixed;top:0;left:0;right:0;background:rgba(255,255,255,.98);backdrop-filter:blur(10px);z-index:1000;box-shadow:0 1px 3px rgba(0,0,0,.1);transition:transform .3s ease}nav{display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:1.5rem 4rem}.logo{font-size:1.1rem;font-weight:600;letter-spacing:.05em;color:var(--accent);display:flex;align-items:center;text-decoration:none}.logo-icon{width:162px;height:50px;display:flex;align-items:center;justify-content:center}.logo-icon svg{width:100%;height:100%}nav ul{display:flex;list-style:none;gap:3rem}nav a{color:var(--text);text-decoration:none;font-size:.95rem;letter-spacing:.03em;transition:color .3s;font-weight:500}nav a:hover{color:var(--accent)}.language-switcher{font-size:.9rem;letter-spacing:.03em;white-space:nowrap}.language-switcher span{font-weight:700}.language-switcher a{font-weight:500}section{max-width:1400px;margin:0 auto;padding:8rem 4rem}section.wide{max-width:none}.hero{min-height:80vh;min-height:80dvh;display:flex;flex-direction:column;justify-content:center;padding-top:120px;background:linear-gradient(135deg,#f8f8f8 0%,#ffffff 100%)}@supports not (min-height:100dvh){.hero{min-height:-webkit-fill-available}}.hero h1{font-size:4.5rem;font-weight:600;line-height:1.1;margin-bottom:3rem;letter-spacing:-.02em;max-width:1e3px;color:#000}.hero-intro{max-width:700px;font-size:1.15rem;color:var(--text);line-height:1.7;margin-bottom:3rem}.hero-features{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:3rem}.hero-feature{list-style:none;padding:1.5rem;background:#fff;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,8%);font-size:.9rem;color:var(--text);font-weight:500;position:relative;transition:all .5s cubic-bezier(.25,.46,.45,.94);border:1px solid rgba(0,0,0,4%)}.hero-feature:hover{box-shadow:0 4px 20px rgba(0,0,0,.1),0 1px 4px rgba(0,0,0,6%);border-color:rgba(0,0,0,8%);transform:translateY(-2px)}.hero-feature span{display:block}.cta{display:inline-block;padding:1.2rem 3rem;background:var(--accent);color:#fff;text-decoration:none;font-size:.9rem;letter-spacing:.05em;text-transform:uppercase;transition:all .3s;font-weight:600;border-radius:4px;box-shadow:0 4px 15px rgba(0,0,0,.2)}.cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.25)}.section-dark{background:var(--bg-dark);color:var(--text-on-dark);margin:0;max-width:100%}.section-dark .section-content{max-width:1400px;margin:0 auto;padding-left:4rem;padding-right:4rem}.section-title{font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;color:var(--text-light);margin-bottom:4rem;font-weight:600}.section-dark .section-title{color:#888}.services-intro h2{font-size:3rem;font-weight:600;line-height:1.2;letter-spacing:-.02em;margin-bottom:2rem}.services-intro p{line-height:1.8;margin-bottom:2rem;font-size:1.05rem;max-width:800px}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.service-card{background:var(--card-bg);padding:0;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.1);transition:transform .3s,box-shadow .3s;overflow:hidden;text-decoration:none;color:inherit}.service-card:link,.service-card:visited,.service-card:hover,.service-card:active,.service-card:focus{text-decoration:none;color:inherit}.service-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(0,0,0,.15)}.service-card:hover .service-image img{transform:scale(1.05)}.service-image{width:100%;height:250px;overflow:hidden;background:linear-gradient(135deg,#e8e8e8 0%,#d0d0d0 100%)}.service-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s,filter .3s;filter:grayscale(100%)contrast(1.3)}.service-content{padding:3rem 2rem}.service-number{font-size:2.5rem;font-weight:600;color:#e0e0e0;margin-bottom:1rem;line-height:1}.service-card h3{font-size:1.4rem;font-weight:600;margin-bottom:1rem;letter-spacing:-.01em}.service-card p{color:var(--text-light);line-height:1.7;font-size:.95rem}.industries-intro{font-size:1.25rem;color:rgba(255,255,255,.9);line-height:1.8;margin-bottom:4rem;font-weight:400}.industries-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.industry-item{position:relative;background:linear-gradient(135deg,rgba(255,255,255,6%) 0%,rgba(255,255,255,2%) 100%);border:1px solid rgba(255,255,255,8%);overflow:hidden;transition:all .6s cubic-bezier(.4,0,.2,1);backdrop-filter:blur(20px)}.industry-item::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.3) 50%,transparent 100%);opacity:0;transition:opacity .6s ease}.industry-item:hover::before{opacity:1}.industry-item::after{content:'';position:absolute;top:0;bottom:0;left:0;width:1px;background:linear-gradient(180deg,transparent 0%,rgba(255,255,255,.15) 50%,transparent 100%);opacity:0;transition:opacity .6s ease}.industry-item:hover::after{opacity:1}.industry-item:hover{background:linear-gradient(135deg,rgba(255,255,255,.1) 0%,rgba(255,255,255,4%) 100%);border-color:rgba(255,255,255,.15);transform:translateY(-3px);box-shadow:0 12px 40px rgba(0,0,0,.5),inset 0 1px rgba(255,255,255,.1)}.industry-image{width:100%;height:280px;overflow:hidden;position:relative;background:rgba(0,0,0,.4)}.industry-image::after{content:'';position:absolute;inset:0;background:linear-gradient( to bottom,transparent 0%,rgba(26,26,26,.3) 60%,rgba(26,26,26,.85) 100% );pointer-events:none;z-index:1}.industry-image img{width:100%;height:100%;object-fit:cover;opacity:.4;transition:all .8s cubic-bezier(.4,0,.2,1);filter:grayscale(100%)contrast(1.1)brightness(.9)}.industry-item:hover .industry-image img{transform:scale(1.08);opacity:.6;filter:grayscale(50%)contrast(1.05)brightness(1)}.industry-item h3{font-size:1.05rem;font-weight:600;margin:0;padding:2rem 1.75rem;letter-spacing:.02em;line-height:1.4;color:rgba(255,255,255,.92);position:relative;z-index:2;transition:all .4s ease;text-align:left}.industry-item:hover h3{color:#fff;padding-left:2rem}#team p{color:var(--text-light);margin-top:1rem;margin-bottom:1rem}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:6rem;margin:0 auto;margin-top:3rem}.team-card{background:#fff;padding:0;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.1);transition:transform .3s,box-shadow .3s;overflow:hidden}.team-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(0,0,0,.15)}.team-image{width:100%;height:300px;background:linear-gradient(135deg,#e8e8e8 0%,#d0d0d0 100%);display:flex;align-items:center;justify-content:center;font-size:4rem;color:#999}.team-image img{width:100%;height:100%;object-fit:cover;overflow-clip-margin:unset;object-position:top}.team-info{padding:2rem}.team-info h3{font-size:1.5rem;font-weight:600;margin-bottom:.25rem;color:var(--text)}.team-role{font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:var(--text-light);margin-bottom:1rem;font-weight:600}.team-info p{color:var(--text-light);line-height:1.7;font-size:1rem;margin-bottom:1.5rem}.team-links{display:flex;gap:1.5rem;align-items:left}.team-linkedin,.team-email,.team-calendly{display:inline-flex;align-items:center;gap:.5rem;color:var(--accent);text-decoration:none;font-size:.9rem;font-weight:500;transition:opacity .3s}.team-linkedin:hover,.team-email:hover,.team-calendly:hover{opacity:.7}.team-linkedin svg,.team-email svg,.team-calendly svg{width:20px;height:20px}.contact-section{background:#f5f5f5;margin:0;max-width:100%}.contact-content{max-width:1400px;margin:0 auto;padding:0 4rem;display:grid;grid-template-columns:1fr 1fr;gap:6rem}.layout-landingpage .contact-content{grid-template-columns:2fr 1fr;padding-top:0;padding-bottom:0}.contact-info p{color:var(--text-light);line-height:1.8;margin-bottom:3rem;font-size:1.05rem}.contact-details{display:flex;flex-direction:column;gap:2rem}.contact-item{display:flex;flex-direction:column;gap:.5rem}.contact-item label{font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:var(--text-light);font-weight:600}.contact-item div{color:var(--text);text-decoration:none;font-size:1.1rem;transition:color .3s;font-weight:500}.contact-item a:hover{color:var(--accent)}.contact-form{display:flex;flex-direction:column;gap:2rem;background:#fff;padding:3rem;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,8%)}.form-group{display:flex;flex-direction:column}.form-group label{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-light);margin-bottom:.8rem;font-weight:600}.form-group input,.form-group textarea{padding:1rem;border:1px solid var(--border);background:#fff;font-size:1rem;font-family:inherit;color:var(--text);transition:border-color .3s;border-radius:4px}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--accent)}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{align-self:flex-start;padding:1.2rem 3rem;border:none;background:var(--accent);color:#fff;font-size:.9rem;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;transition:all .3s;font-weight:600;border-radius:4px;box-shadow:0 4px 15px rgba(0,0,0,.2)}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.25)}footer{padding:4rem 4rem 2rem;background:var(--bg-dark);color:#888;font-size:.9rem}.layout-landingpage footer{padding-top:0}.footer-content{max-width:1400px;margin:0 auto}.footer-sitemap{display:grid;grid-template-columns:repeat(2,minmax(220px,1fr));justify-content:center;gap:4rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:2rem}.layout-landingpage .footer-sitemap{border-top:1px solid rgba(255,255,255,.1);padding-top:3rem}.footer-section{text-align:center}.footer-section h3{font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:rgba(255,255,255,.6);margin-bottom:1rem;font-weight:600}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section li{margin-bottom:0;line-height:1.4}.footer-section a{color:rgba(255,255,255,.8);text-decoration:none;font-size:.85rem;transition:color .3s;display:inline-block}.footer-section a:hover{color:#fff}.footer-bottom{text-align:center}.footer-bottom p{margin:0}.footer-bottom a{color:#888;text-decoration:none;transition:color .3s}.footer-bottom a:hover{color:#fff}.page-content h1{font-size:3rem;font-weight:600;margin-bottom:3rem;letter-spacing:-.02em}.page-content .content h2{font-size:2rem;font-weight:600;margin-top:3rem;margin-bottom:1.5rem;letter-spacing:-.01em}.page-content .content h3{font-size:1.3rem;font-weight:600;margin-top:2rem;margin-bottom:.5rem;letter-spacing:-.01em}.page-content .content h4{font-size:1.1rem;font-weight:600;margin-top:1.5rem;margin-bottom:.5rem}.page-content .content p{line-height:1.8;color:var(--text);margin-bottom:1rem}.page-content .content ul,.page-content .content ol{margin-bottom:1.5rem;padding-left:2rem}.page-content .content li{line-height:1.8;color:var(--text);margin-bottom:.5rem}.page-content .content a{color:var(--accent);text-decoration:none}.page-content .content a:hover{text-decoration:underline}@media(max-width:1024px){nav{padding:1.5rem 2rem}section,.section-dark .section-content,.contact-content{padding:6rem 2rem}footer{padding:3rem 2rem 1.5rem}.footer-sitemap{grid-template-columns:1fr;gap:2.5rem}.hero h1{font-size:3rem}.services-grid{grid-template-columns:1fr;gap:3rem}.service{max-width:400px;margin:0 auto}.industries-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.team-grid{grid-template-columns:1fr;gap:2rem}.team-image{height:500px}.hero-features{grid-template-columns:1fr}.contact-content{grid-template-columns:1fr;gap:3rem}nav ul{gap:1.5rem}}@media(max-width:768px){.hero h1{font-size:2.2rem}nav ul{display:none}#industries .section-content{padding-top:0;padding-bottom:0}.industries-grid{grid-template-columns:1fr;gap:1rem}.industry-image{height:220px}.industry-item h3{font-size:.95rem;padding:1.5rem 1.25rem}.industry-item:hover h3{padding-left:1.5rem}.contact-content{padding:0}.contact-form{padding:0;background:0 0;border-radius:0;box-shadow:none}.page-content{padding:6rem 2rem 3rem}.page-content h1{font-size:2.2rem}.error-container{padding:4rem 2rem}.error-number{font-size:8rem}.error-container h1{font-size:2rem}.error-actions{flex-direction:column;gap:1rem}.btn-primary,.btn-secondary,.submit-btn{width:100%;text-align:center}}#error-404,#error-500,#error-503,#error-403,#error-401{min-height:calc(100vh - 200px);display:flex;align-items:center;justify-content:center;padding:8rem 4rem 4rem}.error-container{text-align:center;max-width:600px;margin:0 auto}.error-number{font-size:12rem;font-weight:700;line-height:1;color:var(--accent);margin-bottom:1rem;opacity:.1}.error-container h1{font-size:2.5rem;font-weight:600;margin-bottom:1.5rem;color:var(--text)}.error-container p{font-size:1.1rem;color:var(--text-light);margin-bottom:3rem;line-height:1.8}.error-actions{display:flex;gap:1.5rem;justify-content:center;align-items:center}.btn-primary,.btn-secondary{display:inline-block;padding:1.2rem 3rem;font-size:.9rem;letter-spacing:.05em;text-transform:uppercase;font-weight:600;text-decoration:none;border-radius:4px;transition:all .3s;cursor:pointer}.btn-primary{background:var(--accent);color:#fff;box-shadow:0 4px 15px rgba(0,0,0,.2)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.25)}.btn-secondary{background:0 0;color:var(--accent);border:2px solid var(--accent)}.btn-secondary:hover{background:var(--accent);color:#fff}.dcc-hero{background:linear-gradient(135deg,#f8f8f8 0%,#ffffff 100%);padding:12rem 4rem 8rem;margin-top:80px}.dcc-hero-content{max-width:1400px;margin:0 auto}.dcc-hero-label{font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;color:var(--text-light);margin-bottom:2rem;font-weight:600}.dcc-hero h1{font-size:4rem;font-weight:600;line-height:1.15;margin-bottom:2rem;letter-spacing:-.02em;max-width:1e3px;color:#000}.dcc-hero-intro{max-width:800px;font-size:1.25rem;color:var(--text);line-height:1.7;margin:0 0 3rem}.dcc-hero-cta{margin-top:3rem}.dcc-cta-button{display:inline-block;background:#000;color:#fff;padding:1.1rem 2.5rem;font-size:1rem;font-weight:500;text-decoration:none;border-radius:4px;transition:all .2s ease;letter-spacing:.02em}.dcc-cta-button:hover{background:#333;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.dcc-cta-subtext{margin-top:1rem;font-size:.9rem;color:var(--text-light)}.dcc-content{background:#fff}.dcc-content.wide{background:#fafafa}.dcc-container{max-width:1400px;margin:0 auto;padding:0 4rem}.dcc-section{padding:6rem 0}.dcc-section h2{font-size:2.5rem;font-weight:600;margin-bottom:2rem;letter-spacing:-.02em;color:var(--text)}.dcc-lead{font-size:1.25rem;line-height:1.7;margin-bottom:1.5rem;color:var(--text)}.dcc-intro-text{font-size:1.1rem;color:var(--text-light);margin-bottom:3rem;line-height:1.7}.dcc-section p{font-size:1rem;line-height:1.8;color:var(--text);margin-bottom:1rem}.dcc-services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;margin-top:3rem}.dcc-service-card{background:#fff;padding:2.5rem;border-radius:6px;border:1px solid #e8e8e8;transition:all .3s ease}.dcc-service-card:hover{border-color:#000;box-shadow:0 4px 20px rgba(0,0,0,8%);transform:translateY(-2px)}.dcc-service-card h3{font-size:1.4rem;font-weight:600;margin-bottom:1rem;color:var(--text)}.dcc-service-card p{margin:0;color:var(--text-light);line-height:1.7}.dcc-contact-section{padding:8rem 0;background:#fafafa}.dcc-contact-container{max-width:1400px;margin:0 auto;padding:0 4rem;display:grid;grid-template-columns:1.2fr 1fr;gap:6rem;align-items:center}.dcc-contact-content h2{font-size:2.5rem;font-weight:600;margin-bottom:1.5rem;letter-spacing:-.02em}.dcc-contact-intro{font-size:1.25rem;line-height:1.7;margin-bottom:1.5rem;color:var(--text)}.dcc-contact-content p{font-size:1rem;line-height:1.8;color:var(--text-light);margin-bottom:2rem}.dcc-contact-benefits{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.dcc-benefit-item{display:flex;align-items:center;gap:.8rem;font-size:1rem;color:var(--text)}.dcc-check-icon{width:20px;height:20px;color:#000;flex-shrink:0}.dcc-person-card{background:#fff;border-radius:8px;overflow:hidden;border:1px solid #e8e8e8;box-shadow:0 4px 20px rgba(0,0,0,8%)}.dcc-person-image{width:100%;aspect-ratio:1;overflow:hidden}.dcc-person-image img{width:100%;height:100%;object-fit:cover}.dcc-person-info{padding:2rem}.dcc-person-info h3{font-size:1.5rem;font-weight:600;margin-bottom:.3rem}.dcc-person-role{font-size:.9rem;color:var(--text-light);margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.dcc-person-info>p{color:var(--text-light);margin-bottom:1.5rem;font-size:.95rem}.dcc-person-links{display:flex;gap:1rem;flex-direction:column}.dcc-person-email,.dcc-person-linkedin{display:flex;align-items:center;gap:.6rem;padding:.8rem 1.2rem;background:#000;color:#fff;text-decoration:none;border-radius:4px;font-size:.95rem;font-weight:500;transition:all .2s ease}.dcc-person-email:hover,.dcc-person-linkedin:hover{background:#333;transform:translateY(-2px)}.dcc-person-email svg,.dcc-person-linkedin svg{width:18px;height:18px}.dcc-process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;margin-top:3rem}.dcc-process-step{position:relative}.dcc-process-number{font-size:3rem;font-weight:700;color:#f0f0f0;margin-bottom:1rem;line-height:1}.dcc-process-step h3{font-size:1.3rem;font-weight:600;margin-bottom:1rem;color:var(--text)}.dcc-process-step p{color:var(--text-light);line-height:1.7;margin:0}.dcc-value-section{background:#fafafa}.dcc-value-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;margin-top:3rem}.dcc-value-card{background:#fff;padding:2.5rem;border-radius:6px;border:1px solid #e8e8e8}.dcc-value-card h3{font-size:1.4rem;font-weight:600;margin-bottom:1rem;color:var(--text)}.dcc-value-card p{margin:0;color:var(--text-light);line-height:1.7}.dcc-standards-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;margin-top:3rem}.dcc-standard-card h3{font-size:1.3rem;font-weight:600;margin-bottom:1rem;color:var(--text)}.dcc-standard-card p{margin:0;color:var(--text-light);line-height:1.7}.dcc-systems-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-top:3rem}.dcc-system-card{background:#fafafa;padding:2rem;border-radius:6px}.dcc-system-card h4{font-size:1.1rem;font-weight:600;margin-bottom:.8rem;color:var(--text)}.dcc-system-card p{margin:0;font-size:.9rem;color:var(--text-light);line-height:1.6}.dcc-industries-section{background:#fafafa}.dcc-industries-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;margin-top:3rem}.dcc-industry-card{background:#fff;padding:2.5rem;border-radius:6px;border:1px solid #e8e8e8}.dcc-industry-card h3{font-size:1.4rem;font-weight:600;margin-bottom:1rem;color:var(--text)}.dcc-industry-card p{margin:0;color:var(--text-light);line-height:1.7}.dcc-why-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;margin-top:3rem}.dcc-why-card{background:#fafafa;padding:2.5rem;border-radius:6px}.dcc-why-card h3{font-size:1.3rem;font-weight:600;margin-bottom:1rem;color:var(--text)}.dcc-why-card p{margin:0;color:var(--text-light);line-height:1.7}.dcc-expect-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;margin-top:3rem}.dcc-expect-step h3{font-size:1.2rem;font-weight:600;margin-bottom:1rem;color:var(--text)}.dcc-expect-step p{margin:0;color:var(--text-light);line-height:1.7}.dcc-final-cta{background:linear-gradient(135deg,#000000 0%,#333333 100%);padding:6rem 4rem;text-align:center}.dcc-final-cta-content{max-width:800px;margin:0 auto}.dcc-final-cta h2{font-size:2.5rem;font-weight:600;color:#fff;margin-bottom:1.5rem;letter-spacing:-.02em}.dcc-final-cta p{font-size:1.2rem;color:rgba(255,255,255,.9);margin-bottom:2.5rem;line-height:1.7}.dcc-final-cta .dcc-cta-button{background:#fff;color:#000;font-size:1.1rem;padding:1.2rem 3rem}.dcc-final-cta .dcc-cta-button:hover{background:#f0f0f0;transform:translateY(-2px)}@media(max-width:1024px){.dcc-hero{padding:10rem 2rem 6rem}.dcc-hero h1{font-size:3rem}.dcc-container{padding:0 2rem}.dcc-section{padding:4rem 0}.dcc-contact-container{padding:0 2rem;gap:4rem}.dcc-services-grid,.dcc-value-grid,.dcc-standards-grid,.dcc-industries-grid,.dcc-why-grid{grid-template-columns:1fr;gap:2rem}.dcc-process-grid,.dcc-systems-grid,.dcc-expect-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.dcc-final-cta{padding:4rem 2rem}}@media(max-width:768px){.dcc-hero{padding:8rem 2rem 4rem}.dcc-hero h1{font-size:2.2rem}.dcc-hero-intro{font-size:1.1rem}.dcc-section h2{font-size:2rem}.dcc-contact-container{grid-template-columns:1fr;gap:3rem}.dcc-contact-section{padding:5rem 0}.dcc-process-grid,.dcc-systems-grid,.dcc-expect-grid{grid-template-columns:1fr}.dcc-final-cta h2{font-size:1.8rem}.dcc-final-cta p{font-size:1rem}}.se-hero{background:linear-gradient(135deg,#f8f8f8 0%,#ffffff 100%);padding:12rem 4rem 8rem;margin-top:80px}.se-hero-content{max-width:1400px;margin:0 auto}.se-hero-label{font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;color:var(--text-light);margin-bottom:2rem;font-weight:600}.se-hero h1{font-size:4rem;font-weight:600;line-height:1.15;margin-bottom:2rem;letter-spacing:-.02em;max-width:900px;color:#000}.se-hero-intro{max-width:700px;font-size:1.25rem;color:var(--text);line-height:1.7;margin:0}.se-content{background:#fff}.se-container{max-width:1400px;margin:0 auto}.se-section{padding:6rem 0;border-bottom:1px solid #f0f0f0}.se-section:last-child{border-bottom:none}.se-section h2{font-size:2.5rem;font-weight:600;margin-bottom:2rem;letter-spacing:-.02em;color:var(--text)}.se-lead{font-size:1.2rem;line-height:1.8;color:var(--text);margin-bottom:1.5rem}.se-intro-text{font-size:1.1rem;color:var(--text-light);margin-bottom:3rem;line-height:1.7}.se-section p{font-size:1rem;line-height:1.8;color:var(--text);margin-bottom:1rem}.se-services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;margin-top:3rem}.se-service-card{background:#fafafa;padding:2.5rem;border-radius:8px;border:1px solid #f0f0f0;transition:all .3s ease}.se-service-card:hover{background:#fff;border-color:#e0e0e0;box-shadow:0 4px 20px rgba(0,0,0,8%);transform:translateY(-2px)}.se-service-card h3{font-size:1.3rem;font-weight:600;margin-bottom:1rem;color:var(--text)}.se-service-card p{color:var(--text-light);font-size:.95rem;line-height:1.7;margin:0}.se-tech-section{background:#fafafa;border:none}.se-tech-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}.se-tech-category h4{font-size:.8rem;letter-spacing:.15em;text-transform:uppercase;color:var(--text-light);margin-bottom:.75rem;font-weight:600}.se-tech-category p{color:var(--text);font-size:1rem;line-height:1.6;margin:0}.se-industries-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;margin-top:3rem}.se-industry-card{padding:2rem 0;border-bottom:2px solid #f0f0f0;transition:border-color .3s ease}.se-industry-card:hover{border-bottom-color:var(--accent)}.se-industry-card h3{font-size:1.3rem;font-weight:600;margin-bottom:1rem;color:var(--text)}.se-industry-card p{color:var(--text-light);font-size:.95rem;line-height:1.7;margin:0}.se-specializations{background:linear-gradient(135deg,#f8f8f8 0%,#ffffff 100%);margin:0 -4rem;padding:6rem 4rem;border:none}.se-spec-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.se-spec-card{background:#fff;padding:2.5rem;border-radius:8px;border:1px solid #e0e0e0;transition:all .3s ease}.se-spec-card:hover{border-color:var(--accent);box-shadow:0 6px 25px rgba(0,0,0,.1);transform:translateY(-3px)}.se-spec-card h3{font-size:1.2rem;font-weight:600;margin-bottom:.5rem;color:var(--text)}.se-spec-status{font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;color:#999;margin-bottom:1rem;font-weight:600}.se-spec-card p:last-child{color:var(--text-light);font-size:.9rem;line-height:1.6;margin:0}.se-why-section{background:#fff}.se-why-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;margin-top:3rem}.se-why-card h3{font-size:1.3rem;font-weight:600;margin-bottom:1rem;color:var(--text)}.se-why-card p{color:var(--text-light);font-size:.95rem;line-height:1.7;margin:0}.se-why-card strong{color:var(--text);font-weight:600}.se-process-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:2rem;margin-top:3rem}.se-process-step{text-align:left}.se-process-number{font-size:2.5rem;font-weight:600;color:#e0e0e0;margin-bottom:1rem;line-height:1}.se-process-step h3{font-size:1.1rem;font-weight:600;margin-bottom:.75rem;color:var(--text)}.se-process-step p{color:var(--text-light);font-size:.9rem;line-height:1.6;margin:0}.se-outcomes-section{background:#fafafa;margin:0 -4rem;padding:6rem 4rem;border:none}.se-outcomes-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;margin-top:3rem}.se-outcome-card{background:#fff;padding:2.5rem;border-radius:8px;border-left:3px solid var(--accent);box-shadow:0 2px 10px rgba(0,0,0,5%)}.se-outcome-card h3{font-size:1.3rem;font-weight:600;margin-bottom:1rem;color:var(--text)}.se-outcome-card p{color:var(--text-light);font-size:.95rem;line-height:1.7;margin:0}.se-contact-section{background:var(--bg-dark);padding:8rem 4rem}.se-contact-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 400px;gap:6rem;align-items:center;padding:0 4rem}.se-contact-content h2{font-size:2.5rem;font-weight:600;margin-bottom:2rem;letter-spacing:-.02em;color:#fff}.se-contact-intro{font-size:1.15rem;line-height:1.7;color:rgba(255,255,255,.9);margin-bottom:1.5rem}.se-contact-content p{font-size:1rem;line-height:1.7;color:rgba(255,255,255,.8)}.se-person-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 8px 30px rgba(0,0,0,.3)}.se-person-image{width:100%;height:400px;background:linear-gradient(135deg,#e8e8e8 0%,#d0d0d0 100%)}.se-person-image img{width:100%;height:100%;object-fit:cover}.se-person-info{padding:2rem}.se-person-info h3{font-size:1.5rem;font-weight:600;margin-bottom:.25rem;color:var(--text)}.se-person-role{font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:var(--text-light);margin-bottom:1rem;font-weight:600}.se-person-info p{color:var(--text-light);font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.se-person-links{display:flex;gap:1.5rem;align-items:center}.se-person-email,.se-person-linkedin{display:inline-flex;align-items:center;gap:.5rem;color:var(--accent);text-decoration:none;font-size:.9rem;font-weight:500;transition:opacity .3s}.se-person-email:hover,.se-person-linkedin:hover{opacity:.7}.se-person-email svg,.se-person-linkedin svg{width:20px;height:20px}@media(max-width:1024px){.se-hero{padding:10rem 2rem 6rem}.se-hero h1{font-size:3rem}.se-container{padding:0 2rem}.se-section{padding:4rem 0}.se-tech-section,.se-specializations,.se-outcomes-section{margin:0 -2rem;padding:4rem 2rem}.se-services-grid,.se-industries-grid,.se-why-grid,.se-outcomes-grid{grid-template-columns:1fr;gap:2rem}.se-tech-grid,.se-spec-grid{grid-template-columns:repeat(2,1fr)}.se-process-grid{grid-template-columns:1fr}.se-contact-container{grid-template-columns:1fr;gap:4rem}.se-person-card{max-width:400px;margin:0 auto}}@media(max-width:768px){.se-hero{padding:8rem 2rem 4rem}.se-hero h1{font-size:2.2rem}.se-hero-intro{font-size:1.1rem}.se-section h2{font-size:2rem}.se-tech-grid,.se-spec-grid{grid-template-columns:1fr}.se-contact-section{padding:4rem 2rem}.se-contact-content h2{font-size:2rem}}.faq-list{margin-top:2rem}.faq-item{border-bottom:1px solid var(--border);padding:1.5rem 0}.faq-item:last-child{border-bottom:none}.faq-question{font-size:1.125rem;font-weight:600;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;color:var(--text);transition:color .2s}.faq-question:hover{color:var(--accent)}.faq-question::-webkit-details-marker{display:none}.faq-question::after{content:'+';font-size:1.5rem;font-weight:300;transition:transform .2s;flex-shrink:0;margin-left:1rem}details[open] .faq-question::after{transform:rotate(45deg)}.faq-answer{margin-top:1rem;padding-left:0;color:var(--text-light);line-height:1.7;animation:fadeIn .3s ease-in}.faq-answer p{margin:0}@keyframes fadeIn{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.faq-section{padding:0 1rem}.faq-question{font-size:1rem}.faq-item{padding:1.25rem 0}}