﻿*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:'Inter',system-ui,sans-serif;color:#1a2340;background:#f2f5f8;line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:'Space Grotesk',system-ui,sans-serif;line-height:1.2}a{text-decoration:none;color:inherit}ul{list-style:none}img{max-width:100%;display:block}button{font-family:inherit;cursor:pointer}:root{--primary:#1a2a4a;--primary-light:#2a3d66;--primary-dark:#0f1a30;--accent:#1a9e8f;--accent-light:#22b8a7;--accent-dark:#148576;--foreground:#1a2340;--foreground-70:rgba(26,35,64,.7);--foreground-80:rgba(26,35,64,.8);--muted:#6b7a94;--bg:#f2f5f8;--light-bg:#e8ecf1;--card:#fff;--border:#dce3ed;--gradient-hero:linear-gradient(135deg,#121e3a 0%,#1f3057 50%,#1c3d54 100%);--gradient-accent:linear-gradient(135deg,#1a9e8f 0%,#22a8b8 100%);--shadow-card:0 4px 24px -4px rgba(26,35,64,.08);--shadow-elevated:0 12px 40px -8px rgba(26,35,64,.15);--radius:0.75rem}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.text-gradient{background:var(--gradient-accent);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.accent-gradient{background:var(--gradient-accent)}.hero-gradient{background:var(--gradient-hero)}.section-padding{padding:5rem 1.5rem}@media(min-width:768px){.section-padding{padding:5rem 3rem}}@media(min-width:1024px){.section-padding{padding:5rem 5rem}}.site-header{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(255,255,255,.95);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);height:64px}.site-header .container{display:flex;align-items:center;justify-content:space-between;height:100%}.logo{font-family:'Space Grotesk',sans-serif;font-size:1.25rem;font-weight:700;color:var(--primary)}.logo span{background:var(--gradient-accent);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.desktop-nav{display:none;align-items:center;gap:.25rem}.desktop-nav a{padding:.5rem .75rem;border-radius:.375rem;font-size:.875rem;font-weight:500;color:var(--foreground-70);transition:all .2s}.desktop-nav a:hover,.desktop-nav a.active{color:var(--primary-dark);background:rgba(26,158,143,.18)}.nav-dropdown{position:relative}.nav-dropdown>a{display:flex;align-items:center;gap:.25rem}.nav-dropdown>a::after{content:'';width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid currentColor;margin-left:.25rem;transition:transform .2s}.nav-dropdown:hover>a::after{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:0;min-width:200px;background:var(--card);border:1px solid var(--border);border-radius:.5rem;box-shadow:0 4px 12px rgba(0,0,0,.1);padding:.5rem;margin-top:.25rem;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .2s ease}.nav-dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu a{display:block;padding:.625rem .875rem;border-radius:.375rem;font-size:.875rem;color:var(--foreground-70);white-space:nowrap}.dropdown-menu a:hover{color:var(--accent);background:rgba(26,158,143,.1)}.header-actions{display:none;align-items:center;gap:.75rem}.lang-switch{display:flex;align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.875rem;font-weight:500;border-radius:.375rem;border:1px solid var(--border);color:var(--foreground-80);background:transparent;transition:all .2s}.lang-switch:hover{color:var(--foreground);background:var(--bg)}.btn-cta{display:inline-flex;align-items:center;gap:.5rem;background:var(--gradient-accent);color:#fff;padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:600;border:none;transition:opacity .2s}.btn-cta:hover{opacity:.9}.btn-outline{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 2rem;font-weight:600;color:#fff;border:1px solid rgba(255,255,255,.3);border-radius:.5rem;background:transparent;transition:background .2s}.btn-outline:hover{background:rgba(255,255,255,.1)}.mobile-toggle{display:flex;padding:.5rem;background:none;border:none;color:var(--foreground)}.mobile-menu{display:none;flex-direction:column;padding:1rem;gap:.25rem;background:var(--card);border-bottom:1px solid var(--border)}.mobile-menu.open{display:flex}.mobile-menu a{padding:.75rem 1rem;border-radius:.375rem;font-size:.875rem;font-weight:500;color:var(--foreground-70);transition:all .2s}.mobile-menu a:hover,.mobile-menu a.active{color:var(--primary-dark);background:rgba(26,158,143,.18)}.mobile-menu .mobile-dropdown{display:flex;flex-direction:column}.mobile-menu .mobile-dropdown>a{display:flex;align-items:center;justify-content:space-between}.mobile-menu .mobile-dropdown>a::after{content:'';width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid currentColor;transition:transform .2s}.mobile-menu .mobile-dropdown.open>a::after{transform:rotate(180deg)}.mobile-menu .mobile-submenu{display:none;flex-direction:column;padding-left:1rem;margin-top:.25rem}.mobile-menu .mobile-dropdown.open .mobile-submenu{display:flex}.mobile-menu .mobile-submenu a{padding:.5rem 1rem;font-size:.8125rem}.mobile-menu .mobile-bottom{display:flex;align-items:center;gap:.75rem;padding-top:.75rem;margin-top:.5rem;border-top:1px solid var(--border)}@media(min-width:1024px){.desktop-nav,.header-actions{display:flex}.mobile-toggle{display:none}}.hero{position:relative;min-height:90vh;display:flex;align-items:center;overflow:hidden}.hero-bg{position:absolute;inset:0}.hero-bg img{width:100%;height:100%;object-fit:cover}.hero-bg .overlay{position:absolute;inset:0;background:var(--gradient-hero);opacity:.88}.hero .container{position:relative;padding-top:6rem;padding-bottom:6rem}.hero h1{font-size:2.25rem;font-weight:700;color:#fff;line-height:1.15}.hero h1 span{display:block;margin-top:.25rem}.hero p{margin-top:1.5rem;font-size:1.125rem;color:rgba(255,255,255,.7);max-width:42rem;line-height:1.7}.hero-buttons{margin-top:2.5rem;display:flex;flex-wrap:wrap;gap:1rem}@media(min-width:768px){.hero h1{font-size:3rem}}@media(min-width:1024px){.hero h1{font-size:3.75rem}}.stats-bar{position:relative;margin-top:-4rem;z-index:10}.stats-grid{background:var(--card);border-radius:1rem;box-shadow:var(--shadow-elevated);display:grid;grid-template-columns:repeat(2,1fr)}.stats-grid .stat{padding:2rem;text-align:center;border-bottom:1px solid var(--border)}.stats-grid .stat:nth-child(odd){border-right:1px solid var(--border)}.stat-value{font-family:'Space Grotesk',sans-serif;font-size:1.875rem;font-weight:700;color:var(--accent)}.stat-label{font-size:.875rem;color:var(--muted);margin-top:.25rem}@media(min-width:1024px){.stats-grid{grid-template-columns:repeat(4,1fr)}.stats-grid .stat{border-bottom:none;border-right:1px solid var(--border)}.stats-grid .stat:last-child{border-right:none}}.section-title{text-align:center;margin-bottom:4rem}.section-title h2{font-size:1.875rem;font-weight:700;color:var(--foreground)}.section-title p{color:var(--muted);margin-top:.75rem;max-width:36rem;margin-left:auto;margin-right:auto}@media(min-width:768px){.section-title h2{font-size:2.25rem}}.services-grid{display:grid;gap:2rem}@media(min-width:768px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.services-grid{grid-template-columns:repeat(4,1fr)}}.service-card{display:block;background:var(--card);border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow-card);border:1px solid transparent;transition:all .3s;height:100%}.service-card:hover{box-shadow:var(--shadow-elevated);border-color:rgba(26,158,143,.2)}.icon-box{width:3rem;height:3rem;border-radius:.5rem;background:var(--gradient-accent);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.icon-box svg{width:1.5rem;height:1.5rem;color:#fff;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.service-card h3{font-size:1.25rem;font-weight:600;color:var(--foreground);margin-bottom:.75rem}.service-card p{font-size:.875rem;color:var(--muted);line-height:1.6;margin-bottom:1rem}.service-card ul{margin-bottom:1.25rem}.service-card li{font-size:.875rem;color:var(--foreground-80);display:flex;align-items:center;gap:.5rem;padding:.25rem 0}.service-card li svg{width:.75rem;height:.75rem;color:var(--accent);flex-shrink:0}.card-link{font-size:.875rem;font-weight:500;color:var(--accent);display:flex;align-items:center;gap:.25rem;transition:gap .2s}.card-link:hover{gap:.5rem}.card-link svg{width:1rem;height:1rem}.cta-section{text-align:center}.cta-section h2{font-size:1.875rem;font-weight:700;color:#fff}@media(min-width:768px){.cta-section h2{font-size:2.25rem}}.cta-buttons{margin-top:2rem;display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.cta-buttons .btn-cta{padding:.875rem 2rem}.page-hero{position:relative;padding:8rem 1.5rem 4rem;text-align:center;overflow:hidden}.page-hero .hero-bg{position:absolute;inset:0}.page-hero .hero-bg img{width:100%;height:100%;object-fit:cover}.page-hero .hero-bg .overlay{position:absolute;inset:0;background:var(--gradient-hero);opacity:.88}.page-hero .container{position:relative}.page-hero h1{font-size:2.25rem;font-weight:700;color:#fff}.page-hero p{color:rgba(255,255,255,.7);margin-top:1rem;max-width:36rem;margin-left:auto;margin-right:auto;font-size:1.125rem}@media(min-width:768px){.page-hero h1{font-size:3rem}}.mission-grid{display:grid;gap:2rem}@media(min-width:768px){.mission-grid{grid-template-columns:repeat(2,1fr)}}.mission-card{background:var(--card);border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow-card)}.mission-card h2{font-size:1.5rem;font-weight:700;color:var(--foreground);margin:.75rem 0 1rem}.mission-card p{color:var(--muted);line-height:1.7}.values-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}@media(min-width:1024px){.values-grid{grid-template-columns:repeat(4,1fr)}}.value-card{background:var(--card);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow-card);text-align:center}.expertise-grid{display:grid;gap:2rem;grid-template-columns:1fr}@media(min-width:768px){.expertise-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.expertise-grid{grid-template-columns:repeat(4,1fr)}}.expertise-card{background:var(--card);padding:2rem;border-radius:var(--radius);box-shadow:var(--shadow-card);transition:all .3s ease}.expertise-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.1)}.expertise-icon{width:64px;height:64px;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;background:var(--gradient-accent);border-radius:12px;color:#fff}.expertise-card h3{margin-bottom:.5rem;color:var(--foreground);font-size:1.25rem;font-weight:600}.expertise-card p{color:var(--muted);margin-bottom:1rem;font-size:.95rem;line-height:1.6}.expertise-badge{display:inline-block;padding:0.375rem 0.875rem;background:rgba(0,102,204,0.1);color:var(--primary);border-radius:20px;font-size:0.8125rem;font-weight:600}.value-card .icon-circle{width:2.5rem;height:2.5rem;border-radius:50%;background:var(--gradient-accent);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.value-card .icon-circle svg{width:1.25rem;height:1.25rem;color:#fff}.value-card h3{font-weight:600;color:var(--foreground);margin-bottom:.5rem}.value-card p{font-size:.875rem;color:var(--muted)}.stats-section{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media(min-width:1024px){.stats-section{grid-template-columns:repeat(4,1fr)}}.stats-section .stat{text-align:center}.service-detail{display:flex;flex-direction:column;gap:3rem;align-items:center}.service-detail.reverse{flex-direction:column}@media(min-width:1024px){.service-detail{flex-direction:row}.service-detail.reverse{flex-direction:row-reverse}}.service-detail .content{flex:1}.service-detail .content h2{font-size:1.875rem;font-weight:700;color:var(--foreground);margin:.75rem 0 1rem}.service-detail .content p{color:var(--muted);line-height:1.7;margin-bottom:1.5rem}.service-detail .check-list{display:grid;gap:.75rem}@media(min-width:640px){.service-detail .check-list{grid-template-columns:repeat(2,1fr)}}.service-detail .check-list li{display:flex;align-items:center;gap:.5rem;color:var(--foreground-80)}.service-detail .check-list li svg{width:1.25rem;height:1.25rem;color:var(--accent);flex-shrink:0}.service-detail .visual{flex:1;width:100%}.service-detail .visual .placeholder{aspect-ratio:16/9;border-radius:1rem;background:var(--gradient-hero);opacity:.2}.service-block{scroll-margin-top:80px}.service-block+.service-block{margin-top:5rem}.project-card{background:var(--card);border-radius:1rem;padding:2rem 2.5rem;box-shadow:var(--shadow-card);border:1px solid rgba(220,227,237,.5)}.project-card+.project-card{margin-top:2rem}.project-header{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}@media(min-width:768px){.project-header{flex-direction:row;align-items:center;justify-content:space-between}}.project-header h3{font-size:1.5rem;font-weight:700;color:var(--foreground)}.tech-tags{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500;background:rgba(26,158,143,.1);color:var(--accent)}.project-details{display:grid;gap:1.5rem}@media(min-width:768px){.project-details{grid-template-columns:repeat(3,1fr)}}.project-details h4{font-weight:600;color:var(--foreground);margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.project-details h4 svg{width:1rem;height:1rem;color:var(--accent)}.project-details p{font-size:.875rem;color:var(--muted)}.advantages-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}@media(min-width:1024px){.advantages-grid{grid-template-columns:repeat(4,1fr)}}.advantage-card{background:var(--card);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow-card);text-align:center}.advantage-card h3{font-weight:600;color:var(--foreground);margin:.5rem 0}.advantage-card p{font-size:.875rem;color:var(--muted)}.process-flow{display:flex;flex-direction:column;align-items:center;gap:1rem}@media(min-width:768px){.process-flow{flex-direction:row;justify-content:center}}.process-step{display:flex;align-items:center;gap:.75rem}.step-number{width:2.5rem;height:2.5rem;border-radius:50%;background:var(--gradient-accent);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.875rem;flex-shrink:0}.step-label{font-weight:500;color:var(--foreground);white-space:nowrap}.process-arrow{display:none;color:var(--muted)}@media(min-width:768px){.process-arrow{display:block}}.spontaneous{text-align:center;max-width:40rem;margin:0 auto}.spontaneous h2{font-size:1.875rem;font-weight:700;color:var(--foreground);margin-bottom:1rem}.spontaneous p{color:var(--muted);margin-bottom:2rem}.blog-grid{display:grid;gap:2rem}@media(min-width:768px){.blog-grid{grid-template-columns:repeat(2,1fr)}}.blog-card{background:var(--card);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-card);border:1px solid rgba(220,227,237,.5)}.blog-card .thumb{aspect-ratio:2/1;background:var(--gradient-hero);opacity:.2}.blog-card .content{padding:1.5rem}.blog-meta{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.blog-tag{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500;background:rgba(26,158,143,.1);color:var(--accent)}.blog-date{font-size:.75rem;color:var(--muted);display:flex;align-items:center;gap:.25rem}.blog-card h2{font-size:1.25rem;font-weight:700;color:var(--foreground);margin-bottom:.5rem;transition:color .2s}.blog-card:hover h2{color:var(--accent)}.blog-card p{font-size:.875rem;color:var(--muted);line-height:1.6;margin-bottom:1rem}.contact-grid{display:grid;gap:3rem}@media(min-width:1024px){.contact-grid{grid-template-columns:3fr 2fr}}.form-grid{display:grid;gap:1.5rem}.form-row{display:grid;gap:1.5rem}@media(min-width:640px){.form-row{grid-template-columns:repeat(2,1fr)}}.form-group label{display:block;font-size:.875rem;font-weight:500;color:var(--foreground);margin-bottom:.5rem}.form-group input,.form-group textarea{width:100%;padding:.75rem 1rem;border-radius:.5rem;border:1px solid var(--border);background:var(--card);color:var(--foreground);font-family:inherit;font-size:.875rem;transition:box-shadow .2s}.form-group input:focus,.form-group textarea:focus{outline:none;box-shadow:0 0 0 3px rgba(26,158,143,.25)}.form-group textarea{resize:none}.contact-info{background:var(--card);border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow-card)}.contact-info h3{font-size:1.25rem;font-weight:700;color:var(--foreground);margin-bottom:1.5rem}.info-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.25rem}.info-item .icon-box{flex-shrink:0}.info-item .label{font-weight:500;color:var(--foreground)}.info-item .value{font-size:.875rem;color:var(--muted)}.info-item a{color:var(--accent);font-size:.875rem}.info-item a:hover{text-decoration:underline}.success-msg{background:rgba(26,158,143,.1);border-radius:var(--radius);padding:3rem;text-align:center}.success-msg svg{width:3rem;height:3rem;color:var(--accent);margin:0 auto 1rem}.success-msg h3{font-size:1.5rem;font-weight:700;color:var(--foreground);margin-bottom:.5rem}.success-msg p{color:var(--muted)}.legal-content{max-width:48rem;margin:0 auto}.legal-content h2{font-size:1.25rem;font-weight:600;color:var(--foreground);margin:2rem 0 .75rem}.legal-content p{color:var(--muted);margin-bottom:1rem;line-height:1.7}.legal-content strong{color:var(--foreground)}.site-footer{color:#fff}.footer-grid{display:grid;gap:2.5rem;grid-template-columns:1fr}@media(min-width:768px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.footer-grid{grid-template-columns:repeat(4,1fr)}}.footer-brand h3{font-family:'Space Grotesk',sans-serif;font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.footer-brand h3 span{opacity:.8}.footer-brand p{font-size:.875rem;opacity:.7;line-height:1.6}.social-links{display:flex;gap:.75rem;margin-top:1.25rem}.social-link{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:.375rem;background:rgba(255,255,255,.1);transition:background .2s}.social-link:hover{background:rgba(255,255,255,.2)}.social-link svg{width:1rem;height:1rem;color:#fff}.footer-section h4{font-family:'Space Grotesk',sans-serif;font-weight:600;margin-bottom:1rem}.footer-section ul{display:flex;flex-direction:column;gap:.5rem}.footer-section a{font-size:.875rem;opacity:.7;transition:opacity .2s}.footer-section a:hover{opacity:1}.footer-section li{font-size:.875rem;opacity:.7}.footer-contact li{display:flex;align-items:center;gap:.5rem;font-size:.875rem;opacity:.7;margin-bottom:.75rem}.footer-contact svg{width:1rem;height:1rem;flex-shrink:0}.microsoft-badges{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin:2.5rem 0;padding:2rem 0;border-top:1px solid rgba(255,255,255,.15);border-bottom:1px solid rgba(255,255,255,.15)}.badge-item{display:flex;align-items:center;gap:.625rem;padding:.75rem 1.25rem;background:rgba(255,255,255,.1);border-radius:.5rem;font-size:.8125rem;font-weight:600;opacity:.9;transition:all .3s ease;backdrop-filter:blur(10px)}.badge-item:hover{opacity:1;background:rgba(255,255,255,.15);transform:translateY(-2px)}.badge-icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.2);border-radius:.375rem}.badge-icon svg{width:18px;height:18px;color:#fff}.testimonials-section{background:var(--background)}.testimonials-grid{display:grid;gap:2rem;grid-template-columns:1fr}@media(min-width:768px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}.testimonial-card{background:var(--card);padding:2rem;border-radius:var(--radius);box-shadow:var(--shadow-card);position:relative;border:1px solid rgba(220,227,237,.5);transition:all .3s ease}.testimonial-card:hover{transform:translateY(-3px);box-shadow:0 10px 30px rgba(0,0,0,.08)}.experts-grid{display:grid;gap:2rem;grid-template-columns:1fr}@media(min-width:768px){.experts-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.experts-grid{grid-template-columns:repeat(3,1fr)}}.expert-card{background:var(--card);border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow-card);transition:all .3s ease;border:1px solid var(--border)}.expert-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-elevated)}.expert-avatar{display:flex;justify-content:center;margin-bottom:1.5rem}.avatar-placeholder{width:96px;height:96px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(0,0,0,.1)}.expert-info h3{font-size:1.25rem;font-weight:700;color:var(--foreground);margin-bottom:.25rem;text-align:center}.expert-role{font-size:.875rem;font-weight:600;color:var(--accent);text-align:center;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.5px}.expert-certifications{font-size:.75rem;color:var(--muted);text-align:center;margin-bottom:1rem;font-style:italic;padding:.5rem;background:rgba(26,158,143,.05);border-radius:.375rem}.expert-description{font-size:.875rem;color:var(--muted);line-height:1.6;margin-bottom:1.25rem;text-align:center}.expert-skills{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.skill-tag{font-size:.75rem;padding:.375rem .75rem;background:var(--gradient-accent);color:#fff;border-radius:1rem;font-weight:500;white-space:nowrap}.certifications-stats{display:grid;gap:2rem;grid-template-columns:1fr}@media(min-width:768px){.certifications-stats{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.certifications-stats{grid-template-columns:repeat(4,1fr)}}.stat-card{background:var(--card);padding:2.5rem 1.5rem;border-radius:var(--radius);text-align:center;box-shadow:var(--shadow-card);border:1px solid var(--border);transition:all .3s ease}.stat-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-elevated)}.stat-number{font-size:3rem;font-weight:700;background:var(--gradient-accent);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem;font-family:'Space Grotesk',sans-serif}.stat-label{font-size:.875rem;color:var(--muted);font-weight:500}.testimonial-quote{font-size:.9375rem;color:var(--muted);line-height:1.7;margin-bottom:1.5rem;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:1rem;padding-top:1rem;border-top:1px solid rgba(220,227,237,.3)}.main-padded{padding-top:64px}.max-w-hero{max-width:48rem;margin:0 auto}.btn-cta-lg{padding:.875rem 2rem}.tech-label{font-size:.75rem;color:var(--muted)}.text-center{text-align:center}.section-title h2.text-white{color:#fff}.section-title p.cta-description{color:rgba(255,255,255,0.9);max-width:700px;margin:0 auto 2rem}.btn-cta.btn-cta-white{background:#fff;color:var(--primary)}.mt-cta{margin-top:1.5rem}.pt-8rem{padding-top:8rem}.legal-title{font-size:2.25rem;font-weight:700;margin-bottom:2rem}.expert-avatar img{width:96px;height:96px;border-radius:50%;object-fit:cover;box-shadow:0 4px 12px rgba(0,0,0,1)}.btn-cta.btn-profile{margin-top:1rem;font-size:.875rem;padding:.625rem 1.25rem}.bg-light{background-color:var(--light-bg)}.delay-1{animation-delay:0.1s}.delay-2{animation-delay:0.2s}.tech-section-title{margin-top:1.5rem;font-size:1.125rem;color:var(--foreground)}.use-case-list{list-style:disc;margin-left:1.5rem;color:var(--muted);line-height:1.8}.footer-padding{padding:4rem 1.5rem}.testimonial-avatar{width:48px;height:48px;border-radius:50%;background:var(--gradient-accent);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.125rem}.testimonial-info h4{font-size:.9375rem;font-weight:600;color:var(--foreground);margin-bottom:.25rem}.testimonial-info p{font-size:.8125rem;color:var(--muted)}.testimonial-tech{display:flex;align-items:center;gap:.5rem;margin-top:.75rem}.tech-logo{width:24px;height:24px;opacity:.6;transition:opacity .3s}.tech-logo:hover{opacity:1}.footer-bottom{border-top:1px solid rgba(255,255,255,.2);margin-top:3rem;padding-top:2rem;display:flex;flex-direction:column;align-items:center;gap:1rem;font-size:.875rem;opacity:.6}@media(min-width:768px){.footer-bottom{flex-direction:row;justify-content:space-between}}.hero-center-flex{display:flex;flex-direction:column;align-items:center;text-align:center;gap:2rem;position:relative;z-index:1}.expert-avatar-lg{width:128px;height:128px;border-radius:50%;object-fit:cover;box-shadow:0 8px 24px rgba(0,0,0,.15);border:4px solid rgba(255,255,255,0.2)}.hero-title-white{color:#fff;margin-bottom:.5rem}.page-hero p.hero-subtitle-white{color:rgba(255,255,255,0.9);font-size:1.25rem;font-weight:600;margin-bottom:1rem}.mobile-contact-btn{color:#fff;align-items:center;justify-content:center;gap:.625rem;font-size:1rem;font-weight:500;background:#007AFF;padding:.875rem 1.5rem;border-radius:14px;box-shadow:0 4px 12px rgba(0,122,255,0.4);transition:all 0.3s ease;text-decoration:none;border:none}.mobile-contact-btn:hover{box-shadow:0 6px 16px rgba(0,122,255,0.5)}.badges-container{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:1.5rem}.skill-tag.skill-tag-white{background:rgba(255,255,255,0.2);color:#fff}.social-links-hero{display:flex;gap:1.5rem;justify-content:center;margin-top:2rem;flex-wrap:wrap}.social-link-white{color:#fff;display:flex;align-items:center;gap:.5rem;font-size:.9rem}.max-w-900{max-width:900px;margin:0 auto}.h2-section{font-size:1.75rem;margin-bottom:1.5rem;color:var(--foreground)}.h2-section-2rem{font-size:1.75rem;margin-bottom:2rem;color:var(--foreground)}.text-muted{color:var(--muted);line-height:1.8}.text-muted-mb{color:var(--muted);line-height:1.8;margin-bottom:1rem}.expertise-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.expertise-card{background:var(--card);padding:1.5rem;border-radius:var(--radius);border:1px solid var(--border)}.icon-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.icon-box-40{width:40px;height:40px;background:var(--gradient-accent);border-radius:.5rem;display:flex;align-items:center;justify-content:center}.h3-expertise{font-size:1.125rem;font-weight:600;color:var(--foreground)}.ul-muted-sm{color:var(--muted);font-size:.9rem;line-height:1.7}.timeline-container{border-left:2px solid var(--border);padding-left:2rem;position:relative}.timeline-item{margin-bottom:3rem}.timeline-dot-active{position:absolute;left:-9px;width:16px;height:16px;background:var(--accent);border-radius:50%;border:3px solid var(--bg)}.timeline-dot-muted{position:absolute;left:-9px;width:16px;height:16px;background:var(--muted);border-radius:50%;border:3px solid var(--bg)}.timeline-period-active{color:var(--accent);font-size:.875rem;font-weight:600;margin-bottom:.5rem}.timeline-period-muted{color:var(--muted);font-size:.875rem;font-weight:600;margin-bottom:.5rem}.h3-timeline{font-size:1.25rem;font-weight:700;color:var(--foreground);margin-bottom:.25rem}.p-company{color:var(--muted);margin-bottom:1rem;font-style:italic}.ul-timeline{color:var(--muted);line-height:1.8;font-size:.95rem}.cert-grid{display:grid;gap:3rem;grid-template-columns:1fr}.cert-flex-col{display:flex;flex-direction:column;gap:1rem}.cert-card{background:var(--card);padding:1.25rem;border-radius:var(--radius);border:1px solid var(--border);display:flex;align-items:center;gap:1rem}.icon-box-50{width:50px;height:50px;background:var(--gradient-accent);border-radius:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.h3-bold{font-weight:600;color:var(--foreground)}.h3-bold-mb{font-weight:600;color:var(--foreground);margin-bottom:.25rem}.text-sm-muted{color:var(--muted);font-size:.9rem}.credly-link{color:var(--accent);font-weight:600;display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.education-flex{display:flex;flex-direction:column;gap:1.5rem}.lang-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.lang-card{background:var(--card);padding:1rem;border-radius:var(--radius);border:1px solid var(--border)}.footer-bottom a{transition:opacity .2s}.footer-bottom a:hover{opacity:1}.footer-links{display:flex;gap:1.5rem}.bg-muted{background:rgba(210,218,230,.3)}.fade-up{opacity:1;transform:translateY(0)}.js .fade-up{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.js .fade-up.visible{opacity:1;transform:translateY(0)}