*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;line-height:1.6;color:#333;overflow-x:hidden;margin:0;min-height:100vh;background-color:#fff;padding-top:80px;padding-top:calc(80px + env(safe-area-inset-top))}@media(max-width:768px){body{padding-top:70px;padding-top:calc(70px + env(safe-area-inset-top))}}#root{min-height:100vh;width:100%}html{scroll-behavior:smooth}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .6s ease-out}.btn{padding:12px 24px;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;display:inline-block;border:2px solid transparent;cursor:pointer;font-family:inherit;font-size:1rem}.btn-primary{background-color:#2563eb;color:#fff;border-color:#2563eb}.btn-primary:hover{background-color:#1d4ed8;transform:translateY(-2px);box-shadow:0 10px 25px #2563eb4d}.btn-secondary{background-color:transparent;color:#fff;border-color:#fff}.btn-secondary:hover{background-color:#fff;color:#2563eb;transform:translateY(-2px)}.section-header{text-align:center;margin-bottom:4rem}.container{max-width:1200px;margin:0 auto;padding:0 20px}.content-container{max-width:1200px;margin:0 auto;padding:0 16px}@media(min-width:768px){.content-container{padding:0 24px}}img,video,iframe{max-width:100%;height:auto}@media(max-width:768px){.section-header h2{font-size:2rem}.section-header p{font-size:1rem}}@media(max-width:480px){.section-header h2{font-size:1.75rem}}.navbar{position:fixed;top:0;width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1000;transition:all .3s ease;border-bottom:1px solid rgba(0,0,0,.05)}.navbar.scrolled{background:#fffffffa;box-shadow:0 4px 30px #0000001a;border-bottom:1px solid rgba(0,0,0,.1)}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;height:80px}.logo-link{text-decoration:none;color:inherit;display:flex;align-items:center;gap:.75rem;transition:transform .3s ease}.logo-link:hover{transform:translateY(-1px)}.logo-image{width:45px;height:45px;object-fit:contain;transition:transform .3s ease;background:transparent}.logo-link:hover .logo-image{transform:scale(1.05)}.logo-text{color:#1e293b;font-weight:700;font-size:1.5rem;margin:0}.nav-menu{display:flex;list-style:none;gap:2.5rem;align-items:center}.nav-item{list-style:none;position:relative}.dropdown{position:relative}.dropdown-toggle{cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease}.dropdown-toggle i{font-size:.75rem;transition:transform .3s ease}.dropdown:hover .dropdown-toggle i{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:calc(100% + 10px);left:0;background:#fff;border-radius:12px;box-shadow:0 20px 40px #00000026;border:1px solid rgba(0,0,0,.05);min-width:280px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:1000;padding:.5rem 0}.dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-link{display:flex;align-items:center;gap:.75rem;padding:.875rem 1.25rem;color:#475569;text-decoration:none;transition:all .3s ease;font-size:.9rem;font-weight:500}.dropdown-link:hover{background:linear-gradient(135deg,#f8fafc,#e2e8f0);color:#3b82f6;transform:translate(5px)}.dropdown-link i{width:16px;color:#64748b;font-size:.9rem}.dropdown-link:hover i{color:#3b82f6}.nav-link{background:none;border:none;text-decoration:none;color:#475569;font-weight:600;transition:all .3s ease;position:relative;cursor:pointer;font-family:inherit;font-size:.95rem;padding:.5rem 0}.nav-link.active{color:#3b82f6}.nav-link:hover{color:#3b82f6;transform:translateY(-1px)}.nav-link:after{content:"";position:absolute;width:0;height:2px;bottom:0;left:50%;background:linear-gradient(90deg,#3b82f6,#1d4ed8);transition:all .3s ease;transform:translate(-50%);border-radius:1px}.nav-link:hover:after,.nav-link.active:after{width:100%}.contact-btn{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff!important;padding:.75rem 1.5rem!important;border-radius:8px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px #3b82f64d}.contact-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #3b82f666}.contact-btn:after{display:none}.hamburger{display:none;flex-direction:column;cursor:pointer;padding:.5rem;border-radius:6px;transition:all .3s ease}.hamburger:hover{background:#0000000d}.bar{width:28px;height:3px;background-color:#475569;margin:3px 0;transition:all .3s ease;border-radius:2px}.hamburger.active .bar:nth-child(2){opacity:0;transform:scale(0)}.hamburger.active .bar:nth-child(1){transform:translateY(9px) rotate(45deg);background-color:#3b82f6}.hamburger.active .bar:nth-child(3){transform:translateY(-9px) rotate(-45deg);background-color:#3b82f6}@media(max-width:768px){.nav-container{padding:0 1.5rem;padding-left:calc(1.5rem + env(safe-area-inset-left));padding-right:calc(1.5rem + env(safe-area-inset-right));height:70px}.navbar{padding-top:env(safe-area-inset-top);box-sizing:border-box}.logo-image{width:40px;height:40px}.logo-text{font-size:1.25rem}.hamburger{display:flex}.nav-menu{position:fixed;left:-100%;top:calc(70px + env(safe-area-inset-top));flex-direction:column;background:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);width:100%;text-align:left;transition:all .3s ease;box-shadow:0 10px 40px #0000001a;padding:2rem 0;gap:0;border-top:1px solid rgba(0,0,0,.05);max-height:calc(100vh - (70px + env(safe-area-inset-top)));overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;box-sizing:border-box}.nav-menu.active{left:0}.nav-item{margin:.5rem 0;padding:0 2rem}.nav-link{padding:1rem 0;font-size:1rem}.dropdown-menu{position:static;display:none;box-shadow:none;background:#f8fafccc;margin:.5rem 0;border-radius:8px;border:1px solid rgba(0,0,0,.05)}.dropdown.open .dropdown-menu{display:block;opacity:1;visibility:visible;transform:none}.dropdown.open .dropdown-toggle i{transform:rotate(180deg)}.dropdown-link{padding:.75rem 1rem;font-size:.9rem}.contact-btn{margin-top:1rem;text-align:center;display:inline-block;width:auto}}.footer{background-color:#1e293b;color:#fff;padding:36px 0 0}.footer-main{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:2rem;margin-bottom:1rem}.footer-brand{max-width:340px}.footer-logo{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.footer-logo-image{width:28px;height:28px;object-fit:contain;background:transparent}.footer-logo h3{margin:0;color:#fff;font-size:1.25rem;font-weight:700}.footer-description{color:#cbd5e1;line-height:1.5;font-size:.9rem}.footer-section h4{margin-bottom:.75rem;color:#fff;font-size:1rem;font-weight:600}.footer-section ul li{margin-bottom:.4rem}.footer-section ul li a,.footer-section ul li button{color:#cbd5e1;text-decoration:none;transition:color .3s ease;background:none;border:none;cursor:pointer;font-family:inherit;font-size:.85rem;padding:0}.contact-item{display:flex;align-items:center;gap:.6rem;margin-bottom:.5rem}.contact-item a{display:inline-flex;align-items:center;gap:.6rem;color:#cbd5e1;text-decoration:none;font-size:.85rem;transition:color .3s ease}.contact-item span{color:#cbd5e1;font-size:.85rem}.footer-bottom{border-top:1px solid #334155;padding:1rem 0}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem}.footer-bottom p{color:#94a3b8;margin:0;font-size:.85rem}.footer-links{display:flex;gap:1rem}.footer-links a{color:#94a3b8;text-decoration:none;font-size:.85rem;transition:color .3s ease}@media(max-width:768px){.footer{padding:28px 0 0}.footer-main{grid-template-columns:1fr;gap:1.5rem}.footer-brand{text-align:center}.footer-logo-image{width:26px;height:26px}.footer-logo h3{font-size:1.15rem}.footer-bottom-content{flex-direction:column;text-align:center}.footer-links{justify-content:center}}@media(max-width:480px){.footer-logo-image{width:24px;height:24px}.footer-logo h3{font-size:1.1rem}.footer-links{flex-direction:column;gap:.75rem}}.cookie-preferences-overlay{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:10001;display:flex;align-items:center;justify-content:center;padding:2rem;animation:fadeIn .3s ease-out}.cookie-preferences-modal{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:600px;width:100%;max-height:80vh;overflow:hidden;animation:slideUp .3s ease-out}.cookie-preferences-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;border-bottom:1px solid #e2e8f0;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.cookie-preferences-header h2{margin:0;color:#1e293b;font-size:1.5rem;font-weight:700}.close-btn{background:none;border:none;color:#64748b;font-size:1.25rem;cursor:pointer;padding:.5rem;border-radius:6px;transition:all .3s ease}.close-btn:hover{background:#0000000d;color:#1e293b}.cookie-preferences-content{padding:2rem;max-height:50vh;overflow-y:auto}.cookie-preferences-description{color:#64748b;line-height:1.6;margin-bottom:2rem;font-size:.95rem}.cookie-categories{display:flex;flex-direction:column;gap:1.5rem}.cookie-category{border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;transition:all .3s ease}.cookie-category:hover{border-color:#3b82f6;box-shadow:0 4px 15px #3b82f61a}.cookie-category-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.cookie-category-info h3{margin:0 0 .5rem;color:#1e293b;font-size:1.1rem;font-weight:600}.cookie-category-info p{margin:0;color:#64748b;font-size:.9rem;line-height:1.5}.cookie-toggle{position:relative;display:inline-block;width:50px;height:24px}.cookie-toggle input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;inset:0;background-color:#cbd5e1;transition:.3s;border-radius:24px}.toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%;box-shadow:0 2px 4px #0003}.cookie-toggle input:checked+.toggle-slider{background-color:#3b82f6}.cookie-toggle input:checked+.toggle-slider:before{transform:translate(26px)}.cookie-toggle.disabled{opacity:.6;cursor:not-allowed}.cookie-toggle.disabled .toggle-slider{background-color:#3b82f6;cursor:not-allowed}.cookie-preferences-footer{display:flex;gap:1rem;padding:1.5rem 2rem;border-top:1px solid #e2e8f0;background:#f8fafc;justify-content:flex-end;flex-wrap:wrap}.cookie-btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s ease;font-family:inherit;min-width:120px}.cookie-btn-accent{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 4px 15px #10b9814d}.cookie-btn-accent:hover{transform:translateY(-2px);box-shadow:0 8px 25px #10b98166}@media(max-width:768px){.cookie-preferences-overlay{padding:1rem}.cookie-preferences-modal{max-height:90vh}.cookie-preferences-header{padding:1rem 1.5rem}.cookie-preferences-content{padding:1.5rem}.cookie-preferences-footer{padding:1rem 1.5rem;flex-direction:column}.cookie-btn{width:100%;min-width:auto}.cookie-category-header{flex-direction:column;align-items:flex-start;gap:1rem}.cookie-toggle{align-self:flex-end}}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid rgba(0,0,0,.1);box-shadow:0 -4px 30px #0000001a;z-index:10000;padding:1.5rem 0;animation:slideUp .5s ease-out}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.cookie-banner-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.cookie-banner-text{display:flex;align-items:flex-start;gap:1rem;flex:1}.cookie-icon{width:40px;height:40px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.25rem}.cookie-icon i{color:#fff;font-size:1.2rem}.cookie-text h3{margin:0 0 .5rem;color:#1e293b;font-size:1.1rem;font-weight:600}.cookie-text p{margin:0;color:#64748b;font-size:.9rem;line-height:1.5;max-width:500px}.cookie-banner-actions{display:flex;gap:.75rem;flex-shrink:0}.cookie-btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s ease;font-family:inherit;min-width:100px}.cookie-btn-primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;box-shadow:0 4px 15px #3b82f64d}.cookie-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #3b82f666}.cookie-btn-secondary{background:#f8fafc;color:#64748b;border:1px solid #e2e8f0}.cookie-btn-secondary:hover{background:#f1f5f9;color:#475569;transform:translateY(-1px)}.cookie-btn-tertiary{background:transparent;color:#3b82f6;border:1px solid #3b82f6}.cookie-btn-tertiary:hover{background:#3b82f6;color:#fff;transform:translateY(-1px)}@media(max-width:768px){.cookie-banner{padding:1rem 0}.cookie-banner-content{flex-direction:column;gap:1.5rem;padding:0 1.5rem}.cookie-banner-text{flex-direction:column;text-align:center;gap:.75rem}.cookie-icon{align-self:center}.cookie-text p{max-width:none}.cookie-banner-actions{width:100%;justify-content:center;flex-wrap:wrap}.cookie-btn{flex:1;min-width:80px}}@media(max-width:480px){.cookie-banner-actions{flex-direction:column;width:100%}.cookie-btn{width:100%;min-width:auto}.cookie-text h3{font-size:1rem}.cookie-text p{font-size:.85rem}}.calendly-modal-overlay{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:10002;display:flex;align-items:center;justify-content:center;padding:1rem;animation:fadeIn .3s ease-out}.calendly-modal{background:#fff;border-radius:14px;box-shadow:0 20px 60px #0000004d;max-width:720px;width:100%;max-height:85vh;overflow:hidden;animation:slideUp .3s ease-out;position:relative}.calendly-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #e2e8f0;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.calendly-modal-header h3{margin:0;color:#1e293b;font-size:1.25rem;font-weight:700}.calendly-close-btn{background:none;border:none;color:#64748b;font-size:1.25rem;cursor:pointer;padding:.5rem;border-radius:6px;transition:all .3s ease;display:flex;align-items:center;justify-content:center;width:36px;height:36px}.calendly-close-btn:hover{background:#0000000d;color:#1e293b}.calendly-modal-content{position:relative;height:520px;overflow:hidden}.calendly-loading{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;z-index:1}.loading-spinner{width:32px;height:32px;border:4px solid #e2e8f0;border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:.75rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.calendly-loading p{color:#64748b;font-size:.95rem;margin:0}.calendly-modal-content iframe{border:none;width:100%;height:100%}@media(max-width:768px){.calendly-modal-overlay{padding:.75rem}.calendly-modal{max-height:90vh;border-radius:12px;max-width:640px}.calendly-modal-header{padding:.75rem 1rem}.calendly-modal-header h3{font-size:1.15rem}.calendly-modal-content{height:460px}}@media(max-width:480px){.calendly-modal-overlay{padding:.5rem}.calendly-modal{border-radius:10px;max-width:100%}.calendly-modal-header{padding:.6rem .9rem}.calendly-modal-header h3{font-size:1rem}.calendly-modal-content{height:420px}}.hero{min-height:100vh;display:flex;align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;position:relative;overflow:hidden;width:100%}.hero:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><defs><radialGradient id="a" cx="50%" cy="50%"><stop offset="0%" stop-color="%23ffffff" stop-opacity="0.1"/><stop offset="100%" stop-color="%23ffffff" stop-opacity="0"/></radialGradient></defs><circle cx="200" cy="200" r="100" fill="url(%23a)"/><circle cx="800" cy="300" r="150" fill="url(%23a)"/><circle cx="400" cy="700" r="120" fill="url(%23a)"/></svg>');opacity:.3}.hero-container{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1;width:100%}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.typed-text{display:inline}.cursor{display:inline;animation:blink 1s infinite}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.hero-subtitle{font-size:1.25rem;margin-bottom:2rem;opacity:.9;line-height:1.6}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero-image{display:flex;justify-content:center;align-items:center}.cloud-icons{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.cloud-logo{width:80px;height:80px;object-fit:contain;transition:transform .3s ease;animation:float 3s ease-in-out infinite}.cloud-logo:nth-child(1){animation-delay:0s}.cloud-logo:nth-child(2){animation-delay:.5s}.cloud-logo:nth-child(3){animation-delay:1s}.cloud-logo:nth-child(4){animation-delay:1.5s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media(max-width:768px){.hero-container{grid-template-columns:1fr;text-align:center;gap:2rem}.hero-title{font-size:2.5rem}.hero-buttons{justify-content:center}}@media(max-width:480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-buttons{flex-direction:column;align-items:center}.btn{width:100%;max-width:300px;text-align:center}}.services{padding:120px 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0);position:relative;overflow:hidden}.services:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 20%,rgba(37,99,235,.05) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(29,78,216,.05) 0%,transparent 50%);pointer-events:none}.services .home-services-grid{display:grid;grid-template-columns:repeat(4,minmax(250px,1fr));gap:1.5rem;max-width:1600px;margin:0 auto;position:relative;z-index:1;width:100%}@media(max-width:1600px){.services .home-services-grid{grid-template-columns:repeat(4,minmax(220px,1fr));gap:1.25rem;max-width:1400px}}@media(max-width:1200px){.services .home-services-grid{grid-template-columns:repeat(4,minmax(200px,1fr));gap:1rem;max-width:1200px}}@media(max-width:1000px){.services .home-services-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(max-width:768px){.services .home-services-grid{grid-template-columns:1fr;gap:1.5rem}}.service-card-link{text-decoration:none;color:inherit;display:block}.service-card{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;box-shadow:0 4px 16px #00000014,0 2px 4px #0000000d;transition:all .3s ease;border:1px solid rgba(255,255,255,.2);overflow:hidden;height:100%;display:flex;flex-direction:column;position:relative;padding:1rem;text-align:center;min-height:200px}.service-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #2563eb1f,0 4px 16px #00000014;border-color:#2563eb4d}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#2563eb,#1d4ed8,#3b82f6);opacity:0;transition:opacity .3s ease}.service-card:hover:before{opacity:1}.service-icon{width:50px;height:50px;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;box-shadow:0 4px 12px #2563eb40;transition:all .3s ease}.service-card:hover .service-icon{transform:scale(1.05) rotate(3deg);box-shadow:0 6px 20px #2563eb59}.service-icon i{font-size:1.25rem;color:#fff}.service-card h3{font-size:1rem;font-weight:600;color:#1e293b;margin-bottom:.5rem;background:linear-gradient(135deg,#1e293b,#475569);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.service-card p{color:#64748b;font-size:.8rem;line-height:1.4;font-weight:400;margin-bottom:.75rem;flex-grow:1}.service-arrow{width:32px;height:32px;background:#2563eb1a;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;opacity:0;transform:translateY(8px);transition:all .3s ease;margin:0 auto}.service-card:hover .service-arrow{opacity:1;transform:translateY(0);background:#2563eb33}@media(max-width:768px){.services{padding:80px 0}.service-card{padding:1.25rem}.service-icon{width:45px;height:45px;margin-bottom:.75rem}.service-icon i{font-size:1.125rem}.service-card h3{font-size:1rem;margin-bottom:.5rem}.service-card p{font-size:.8rem;margin-bottom:.75rem}.service-arrow{width:28px;height:28px;font-size:.75rem}}@media(max-width:480px){.service-card{padding:1rem}.service-card h3{font-size:.95rem}.service-card p{font-size:.75rem}}.platforms{padding:100px 0;background:#fff}.platforms-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.platform-card{text-align:center;padding:2rem;border-radius:12px;transition:all .3s ease;border:2px solid #e2e8f0;cursor:pointer}.platform-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.platform-card:active{transform:scale(.95)}.platform-logo{width:60px;height:60px;object-fit:contain;margin-bottom:1rem;transition:transform .3s ease}.platform-card:hover .platform-logo{transform:scale(1.1)}.platform-card h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.platform-card p{color:#64748b}@media(max-width:768px){.platforms{padding:60px 0}.platforms-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.platforms-grid{grid-template-columns:1fr}}.about{padding:100px 0;background-color:#f8fafc}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text h2{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1.5rem}.about-text p{color:#64748b;margin-bottom:1.5rem;line-height:1.6}.about-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem}.stat{text-align:center}.stat h3{font-size:2rem;font-weight:700;color:#2563eb;margin-bottom:.5rem;transition:all .3s ease}.stat p{color:#64748b;font-weight:500}.about-image{display:flex;justify-content:center;align-items:center}.image-placeholder{width:300px;height:300px;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:20px;display:flex;align-items:center;justify-content:center;animation:pulse 2s ease-in-out infinite}.image-placeholder i{font-size:4rem;color:#fff}@media(max-width:768px){.about{padding:60px 0}.about-content{grid-template-columns:1fr;gap:2rem}.about-stats{grid-template-columns:1fr;gap:1rem}.image-placeholder{width:250px;height:250px}}@media(max-width:480px){.about-text h2{font-size:2rem}.image-placeholder{width:200px;height:200px}.image-placeholder i{font-size:3rem}}.contact{padding:100px 0;background:#fff}.contact-content{display:grid;grid-template-columns:1fr;justify-items:center;gap:4rem;margin-top:3rem}.contact-info{display:flex;flex-direction:column;gap:1rem}.contact-item{display:flex;align-items:center;gap:1rem}.contact-item i{width:50px;height:50px;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.25rem}.contact-item h4{font-size:1.125rem;font-weight:600;color:#1e293b;margin-bottom:.25rem}.contact-item p{color:#64748b}.contact-form{display:flex;flex-direction:column;gap:1.5rem;width:100%;max-width:680px;margin:0 auto}.form-group{display:flex;flex-direction:column}.form-group input,.form-group textarea{padding:12px 16px;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color .3s ease;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#2563eb}.form-group textarea{resize:vertical;min-height:120px}.btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.btn:disabled:hover{transform:none;box-shadow:none}.form-actions{display:flex;gap:1rem;flex-wrap:wrap}.btn{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:1rem;text-decoration:none;display:inline-block;text-align:center}.btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #2563eb4d}.btn-secondary{background:transparent;color:#2563eb;border:2px solid #2563eb}.btn-secondary:hover{background:#2563eb;color:#fff;box-shadow:0 10px 25px #2563eb4d}.form-status{margin-bottom:1rem;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.status-message{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border-radius:8px;font-size:.95rem;font-weight:500;animation:fadeIn .3s ease-out}.status-message.success{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0}.status-message.success i{color:#16a34a;font-size:1.1rem}.status-message.error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.status-message.error i{color:#dc2626;font-size:1.1rem}.status-message span{flex:1;line-height:1.4}@media(max-width:768px){.contact{padding:60px 0}.contact-content{grid-template-columns:1fr;gap:2rem;justify-items:stretch}.contact-form{max-width:100%}.form-actions{flex-direction:column}.btn{width:100%}}.certifications{min-height:100vh;background:#fff;width:100%;overflow-x:hidden}.certifications-hero{background:linear-gradient(135deg,#1e293b,#334155);color:#fff;padding:120px 0 80px;text-align:center}.cert-tabs{display:flex;justify-content:center;gap:1rem;padding:2rem 0;background:#fff;border-bottom:1px solid #e2e8f0;flex-wrap:wrap}.cert-tab{display:flex;align-items:center;gap:.75rem;padding:1rem 2rem;border:2px solid #e2e8f0;border-radius:12px;background:#fff;color:#64748b;font-weight:600;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.cert-tab:hover,.cert-tab.active{color:#fff;border-color:var(--tab-color);background:var(--tab-color);transform:translateY(-2px);box-shadow:0 10px 25px #0000001a}.cert-tab i{font-size:1.25rem}.cert-content{background:#fff;padding:4rem 0;width:100%}.provider-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem;padding:0 2rem;max-width:1200px;margin-left:auto;margin-right:auto}.provider-info{display:flex;align-items:center;gap:1.5rem}.provider-badge{width:80px;height:80px;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:2rem;transition:transform .3s ease}.provider-badge:hover{transform:scale(1.1)}.provider-logo{width:60px;height:60px;object-fit:contain;transition:transform .3s ease}.tab-logo{width:24px;height:24px;object-fit:contain;margin-right:.5rem}.provider-details h2{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.provider-details p{color:#64748b;font-size:1.125rem}.certifications-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;padding:0 2rem;max-width:1200px;margin:0 auto}.certification-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:2rem;transition:all .3s ease;position:relative;overflow:hidden}.certification-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:scaleX(0);transition:transform .3s ease}.certification-card:hover:before{transform:scaleX(1)}.certification-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a;border-color:#2563eb}.cert-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.cert-icon{width:50px;height:50px;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#2563eb;font-size:1.25rem}.cert-level-badge{padding:.5rem 1rem;border-radius:20px;color:#fff;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.level-associate{background:linear-gradient(135deg,#10b981,#059669)}.level-professional{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.level-specialty{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.level-expert{background:linear-gradient(135deg,#f59e0b,#d97706)}.cert-body h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:1rem;line-height:1.3}.cert-body p{color:#64748b;line-height:1.6;margin-bottom:1.5rem}.cert-skills{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);color:#475569;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:500}@media(max-width:768px){.certifications-hero{padding:80px 0 60px}.hero-content h1{font-size:2.5rem}.cert-tabs{flex-direction:column;align-items:center}.cert-tab{width:100%;max-width:300px;justify-content:center}.provider-header{flex-direction:column;gap:2rem;text-align:center}.certifications-grid{grid-template-columns:1fr;padding:0 1rem}}@media(max-width:480px){.hero-content h1{font-size:2rem}.certifications-grid{padding:0 .5rem}.certification-card{padding:1.5rem}}.certifications-page,.careers-page{min-height:100vh;padding-top:0;width:100%;overflow-x:hidden}.certifications-page .certifications,.careers-page .careers{padding-top:0;width:100%}.careers{min-height:100vh;background:#fff;width:100%;overflow-x:hidden}.careers-hero{background:linear-gradient(135deg,#1e293b,#334155);color:#fff;padding:120px 0 80px;text-align:center}.hero-content h1{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;background:linear-gradient(135deg,#fff,#e2e8f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-content p{font-size:1.25rem;margin-bottom:3rem;opacity:.9;line-height:1.6;max-width:600px;margin-left:auto;margin-right:auto}.remote-policy{background:#fff;padding:4rem 0;margin:2rem 0;border-radius:20px;box-shadow:0 10px 30px #0000001a;width:100%}.policy-content{max-width:1200px;margin:0 auto;padding:0 2rem}.policy-text h2{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1.5rem;text-align:center}.policy-text p{font-size:1.125rem;color:#64748b;margin-bottom:2rem;line-height:1.6;text-align:center;max-width:800px;margin-left:auto;margin-right:auto}.policy-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.feature{display:flex;align-items:flex-start;gap:1rem;padding:2rem;background:#f8fafc;border-radius:16px;transition:all .3s ease}.feature:hover{background:#e2e8f0;transform:translateY(-5px)}.feature i{font-size:2rem;color:#2563eb;margin-top:.25rem}.feature h4{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.feature p{color:#64748b;font-size:1rem;line-height:1.5;margin:0}.benefits-section{padding:4rem 0;background:#f8fafc;margin:2rem 0;border-radius:20px;width:100%}.section-header{text-align:center;margin-bottom:3rem}.section-header p{font-size:1.125rem;color:#64748b;max-width:600px;margin:0 auto}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;padding:0 2rem}.benefit-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 6px #0000000d;transition:all .3s ease;border:1px solid #e2e8f0}.benefit-icon{width:60px;height:60px;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.benefit-icon i{font-size:1.5rem;color:#fff}.benefit-content h3{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.benefit-content p{color:#64748b;margin-bottom:1.5rem;line-height:1.6}.positions-section{padding:4rem 0;background:#fff;margin:2rem 0;border-radius:20px;box-shadow:0 10px 30px #0000001a;width:100%}.positions-container{display:grid;grid-template-columns:300px 1fr;gap:2rem;margin-top:2rem;max-width:1200px;margin-left:auto;margin-right:auto;padding:0 2rem}.positions-sidebar{display:flex;flex-direction:column;gap:1rem}.position-tab{padding:1.5rem;border:2px solid #e2e8f0;border-radius:12px;background:#fff;cursor:pointer;transition:all .3s ease;text-align:left}.position-tab:hover{border-color:#2563eb;transform:translate(5px)}.position-tab.active{border-color:#2563eb;background:#f8fafc}.tab-content h4{font-size:1.125rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.tab-meta{display:flex;flex-direction:column;gap:.25rem}.tab-meta span{font-size:.875rem;color:#64748b;display:flex;align-items:center;gap:.5rem}.tab-meta i{color:#2563eb;font-size:.75rem}.position-details{background:#f8fafc;border-radius:16px;padding:2rem}.position-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000000d}.position-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e2e8f0}.position-header h3{font-size:1.75rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.position-meta{display:flex;flex-wrap:wrap;gap:1rem}.position-meta span{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f1f5f9;border-radius:20px;font-size:.875rem;color:#475569}.position-meta i{color:#2563eb}.position-body>div{margin-bottom:2rem}.position-body h4{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.position-body p{color:#64748b;line-height:1.6}.position-body ul{list-style:none}.position-body li{color:#475569;position:relative;padding:.5rem 0 .5rem 1.5rem}.position-body li:before{content:"";position:absolute;left:0;color:transparent;font-weight:700}.apply-section{display:flex;gap:1rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.btn{padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;border:2px solid transparent;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem}.btn-primary{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border-color:#2563eb}.btn-secondary{background:transparent;color:#2563eb;border-color:#2563eb}.btn-secondary:hover{background:#2563eb;color:#fff}.culture-section{padding:4rem 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0);margin:2rem 0;border-radius:20px;width:100%}.culture-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem;max-width:1200px;margin-left:auto;margin-right:auto;padding:0 2rem}.culture-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 6px #0000000d;transition:all .3s ease}.culture-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a}.culture-icon{width:60px;height:60px;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.culture-icon i{font-size:1.5rem;color:#fff}.culture-content h3{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.culture-content p{color:#64748b;margin-bottom:1.5rem;line-height:1.6}@media(max-width:768px){.careers-hero{padding:80px 0 60px}.hero-content h1{font-size:2.5rem}.policy-features,.benefits-grid,.positions-container{grid-template-columns:1fr}.positions-sidebar{order:2}.position-details{order:1}.culture-grid{grid-template-columns:1fr}}@media(max-width:480px){.hero-content h1{font-size:2rem}.apply-section{flex-direction:column}.btn{width:100%;text-align:center}}.open-positions-section{background:#f8fafc;padding:4rem 0;margin:2rem 0}.positions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;margin-top:3rem}.position-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #0000000d;border:1px solid #e2e8f0;transition:transform .3s ease,box-shadow .3s ease}.position-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.position-header{margin-bottom:1.5rem}.position-badge{display:inline-block;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;margin-bottom:1rem}.position-card h3{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:.75rem}.position-card p{color:#64748b;line-height:1.6;margin-bottom:1.5rem}.position-meta{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.position-meta span{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#64748b;background:#f1f5f9;padding:.5rem 1rem;border-radius:20px}.position-meta i{font-size:.85rem;color:#2563eb}.position-actions{display:flex;gap:1rem;flex-wrap:wrap}.content-container{max-width:1200px;margin:0 auto;padding:0 2rem}.featured-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:3rem;border:1px solid rgba(255,255,255,.2);text-align:center;max-width:800px;margin:0 auto}.featured-header{margin-bottom:2rem}.position-badge{display:inline-block;background:#fff3;color:#fff;padding:.5rem 1.5rem;border-radius:25px;font-size:.9rem;font-weight:600;margin-bottom:1.5rem;border:1px solid rgba(255,255,255,.3)}.featured-card h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.featured-card p{font-size:1.1rem;opacity:.9;line-height:1.6;margin-bottom:2rem}.featured-meta{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}.featured-meta span{display:flex;align-items:center;gap:.5rem;background:#ffffff1a;padding:.75rem 1.5rem;border-radius:25px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.featured-meta i{font-size:1rem;opacity:.8}.featured-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem}.btn-primary{background:#fff;color:#2563eb;box-shadow:0 4px 16px #0000001a}.btn-primary:hover{background:#f8fafc;transform:translateY(-2px);box-shadow:0 8px 24px #00000026}.btn-secondary{background:#ffffff1a;color:#fff;border:2px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-secondary:hover{background:#fff3;border-color:#ffffff80;transform:translateY(-2px)}.wellfound-section{background:#f8fafc;padding:4rem 0;margin:2rem 0}.wellfound-embed-container{max-width:1200px;margin:0 auto;padding:0 2rem;background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:2rem;min-height:400px}.wellfound-embed-container iframe{width:100%;border:none;border-radius:8px}@media(max-width:768px){.positions-grid{grid-template-columns:1fr;gap:1.5rem}.position-card{padding:1.5rem}.position-card h3{font-size:1.25rem}.position-meta,.position-actions{flex-direction:column;gap:.75rem}.btn{width:100%;text-align:center}}@media(max-width:768px){.wellfound-embed-container{padding:1rem;margin:0 1rem}}.devops-page{min-height:100vh;background-color:#fff;width:100%}.devops-hero{background:linear-gradient(135deg,#1e293b,#334155);color:#fff;padding:120px 0 80px;text-align:center}.devops-hero h1{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;color:#fff}.methodologies-section{padding:100px 0;background-color:#f8fafc}.methodologies-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}@media(min-width:1200px){.methodologies-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:1199px)and (min-width:900px){.methodologies-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:899px)and (min-width:600px){.methodologies-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:599px){.methodologies-grid{grid-template-columns:1fr}}.methodology-card{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 4px 6px #0000000d;border:1px solid #e2e8f0;transition:all .3s ease}.methodology-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a}.methodology-card h3{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.methodology-card p{color:#64748b;margin-bottom:1.5rem;line-height:1.6}.methodology-features{list-style:none;padding:0}.methodology-features li{color:#475569;position:relative;padding:.5rem 0 .5rem 1.5rem}.methodology-features li:before{content:"✓";position:absolute;left:0;color:#2563eb;font-weight:700}.tools-section{padding:100px 0;background-color:#fff}.devops-page .tools-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:3rem}@media(min-width:1200px){.devops-page .tools-grid{grid-template-columns:repeat(5,1fr)}}@media(max-width:1199px)and (min-width:900px){.devops-page .tools-grid{grid-template-columns:repeat(5,1fr)}}@media(max-width:899px)and (min-width:600px){.devops-page .tools-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:599px){.devops-page .tools-grid{grid-template-columns:1fr}}.tool-card{background:#f8fafc;padding:1.5rem;border-radius:12px;text-align:center;border:1px solid #e2e8f0;transition:all .3s ease}.tool-card:hover{background:#f8fafc;color:#1e293b;transform:translateY(-2px)}.tool-logo{width:60px;height:60px;background:transparent;border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;transition:all .3s ease;box-shadow:none;border:none}.tool-logo-img{width:50px;height:50px;object-fit:contain;transition:all .3s ease;filter:none}.tool-card:hover .tool-logo{background:transparent;transform:scale(1.05);box-shadow:none}.tool-card:hover .tool-logo-img{filter:none;transform:scale(1.1)}.tool-card:hover .tool-category{color:#64748b}.devops-page .benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}@media(min-width:1200px){.devops-page .benefits-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:1199px)and (min-width:900px){.devops-page .benefits-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:899px)and (min-width:600px){.devops-page .benefits-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:599px){.devops-page .benefits-grid{grid-template-columns:1fr}}.benefit-icon{width:80px;height:80px;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.process-steps{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-top:3rem;position:relative}.process-steps:before{content:"";position:absolute;top:30px;left:0;right:0;height:2px;background:linear-gradient(90deg,#e2e8f0,#3b82f6,#e2e8f0);z-index:1}.step-number{width:50px;height:50px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;flex-shrink:0}.cta-section{padding:100px 0;background:linear-gradient(135deg,#1e293b,#334155);color:#fff;text-align:center}.btn-primary{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #2563eb4d}.btn-secondary:hover{background:#fff;color:#1e293b}@media(max-width:768px){.devops-hero h1{font-size:2.5rem}.hero-stats{flex-direction:column;gap:2rem}.methodologies-grid,.benefits-grid,.process-steps{grid-template-columns:1fr}.cta-buttons{flex-direction:column;align-items:center}.process-step{flex-direction:column;text-align:center}}.security-page{min-height:100vh;background-color:#fff;width:100%}.security-hero{background:linear-gradient(135deg,#1e293b,#334155);color:#fff;padding:120px 0 80px;text-align:center}.security-hero h1{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;color:#fff}.hero-stats .stat p{font-size:1rem;color:#fff;opacity:.9}.security-page .services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}@media(min-width:1200px){.security-page .services-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:1199px)and (min-width:900px){.security-page .services-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:899px)and (min-width:600px){.security-page .services-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:599px){.security-page .services-grid{grid-template-columns:1fr}}.service-features li:before{content:"✓";position:absolute;left:0;color:#dc2626;font-weight:700}.frameworks-section{padding:100px 0;background-color:#fff}.security-page .frameworks-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:3rem}@media(min-width:1200px){.security-page .frameworks-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:1199px)and (min-width:900px){.security-page .frameworks-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:899px)and (min-width:600px){.security-page .frameworks-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:599px){.security-page .frameworks-grid{grid-template-columns:1fr}}.framework-card{background:#f8fafc;padding:1.5rem;border-radius:12px;text-align:center;border:1px solid #e2e8f0;transition:all .3s ease}.framework-card:hover{background:#dc2626;color:#fff;transform:translateY(-2px)}.framework-logo{width:60px;height:60px;background:linear-gradient(135deg,var(--framework-color, #dc2626),var(--framework-color, #ef4444));border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;transition:all .3s ease;padding:8px;box-shadow:0 4px 12px #0000001a}.framework-logo img{width:100%;height:100%;object-fit:contain;filter:brightness(0) invert(1);transition:all .3s ease}.framework-logo .fallback-icon{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.framework-logo .framework-initial{font-size:1.5rem;font-weight:700;color:#fff;text-transform:uppercase}.framework-card:hover .framework-logo{background:#fff3;transform:scale(1.05)}.framework-card:hover .framework-logo img{filter:brightness(0) invert(1)}.framework-card h4{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.framework-category{font-size:.875rem;color:#64748b;font-weight:500}.framework-card:hover .framework-category{color:#fffc}.features-section{padding:100px 0;background-color:#f8fafc}.feature-card{background:#fff;padding:2rem;border-radius:16px;text-align:center;box-shadow:0 4px 6px #0000000d;border:1px solid #e2e8f0;transition:all .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a}.feature-icon{width:80px;height:80px;background:linear-gradient(135deg,#dc2626,#991b1b);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.threat-section{padding:100px 0;background:linear-gradient(135deg,#1e293b,#334155);color:#fff}.threat-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.threat-text h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.threat-text p{font-size:1.125rem;margin-bottom:2rem;opacity:.9;line-height:1.6}.threat-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.threat-stat{text-align:center}.threat-stat h4{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:#dc2626}.threat-stat p{font-size:.875rem;opacity:.8}.threat-visual{display:flex;justify-content:center;align-items:center}.security-shield{width:200px;height:200px;background:linear-gradient(135deg,#dc2626,#991b1b);border-radius:50%;display:flex;align-items:center;justify-content:center;animation:pulse 2s infinite}.security-shield i{font-size:4rem;color:#fff}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.cta-section{padding:100px 0;background:linear-gradient(135deg,#dc2626,#991b1b);color:#fff;text-align:center}.btn-primary{background:#fff;color:#dc2626}.btn-secondary:hover{background:#fff;color:#dc2626}@media(max-width:768px){.security-hero h1{font-size:2.5rem}.hero-stats{flex-direction:column;gap:2rem}.services-grid,.features-grid{grid-template-columns:1fr}.process-timeline{flex-direction:column;align-items:stretch;gap:1.5rem}.process-timeline:before{display:none}.process-step{max-width:none;width:100%}.threat-content{grid-template-columns:1fr;gap:2rem}.threat-stats{grid-template-columns:1fr}.cta-buttons{flex-direction:column;align-items:center}.process-step{flex-direction:column;text-align:center}}.monitoring-page{min-height:100vh;background-color:#fff;width:100%}.monitoring-hero{background:linear-gradient(135deg,#1e293b,#334155);color:#fff;padding:120px 0 80px;text-align:center}.monitoring-hero h1{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;color:#fff}.monitoring-hero .hero-content{position:relative;z-index:1}.monitoring-hero h1{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;color:#000!important}.monitoring-page .services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}@media(min-width:1200px){.monitoring-page .services-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:1199px)and (min-width:900px){.monitoring-page .services-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:899px)and (min-width:600px){.monitoring-page .services-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:599px){.monitoring-page .services-grid{grid-template-columns:1fr}}.pillars-section{padding:100px 0;background-color:#fff}.pillars-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.pillar-card{background:#f8fafc;padding:2.5rem;border-radius:16px;border:2px solid var(--pillar-color);transition:all .3s ease}.pillar-card:hover{background:#fff;box-shadow:0 20px 40px #0000001a;transform:translateY(-5px)}.pillar-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.pillar-icon{width:60px;height:60px;border-radius:12px;display:flex;align-items:center;justify-content:center}.pillar-icon i{font-size:1.5rem;color:#fff}.pillar-header h3{font-size:1.5rem;font-weight:600;color:#1e293b}.pillar-description{color:#64748b;margin-bottom:1.5rem;line-height:1.6}.pillar-examples{display:flex;flex-wrap:wrap;gap:.5rem}.example-tag{background:var(--pillar-color);color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.875rem;font-weight:500}.monitoring-page .tools-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:3rem}@media(min-width:1200px){.monitoring-page .tools-grid{grid-template-columns:repeat(5,1fr)}}@media(max-width:1199px)and (min-width:900px){.monitoring-page .tools-grid{grid-template-columns:repeat(5,1fr)}}@media(max-width:899px)and (min-width:600px){.monitoring-page .tools-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:599px){.monitoring-page .tools-grid{grid-template-columns:1fr}}.tool-card:hover{background:#059669;color:#fff;transform:translateY(-2px)}.tool-logo{width:60px;height:60px;background:linear-gradient(135deg,var(--tool-color, #059669),var(--tool-color, #10b981));border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;transition:all .3s ease;padding:8px;box-shadow:0 4px 12px #0000001a}.features-section{padding:100px 0;background-color:#fff}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.feature-card{background:#f8fafc;padding:2rem;border-radius:16px;text-align:center;border:1px solid #e2e8f0;transition:all .3s ease}.feature-card:hover{background:#fff;transform:translateY(-5px);box-shadow:0 20px 40px #0000001a}.feature-icon{width:80px;height:80px;background:linear-gradient(135deg,#059669,#047857);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.feature-icon i{font-size:2rem;color:#fff}.feature-card h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.feature-card p{color:#64748b;line-height:1.6}.monitoring-page .benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}@media(min-width:1200px){.monitoring-page .benefits-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:1199px)and (min-width:900px){.monitoring-page .benefits-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:899px)and (min-width:600px){.monitoring-page .benefits-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:599px){.monitoring-page .benefits-grid{grid-template-columns:1fr}}.step-number{width:50px;height:50px;background:linear-gradient(135deg,#059669,#047857);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;flex-shrink:0}@media(max-width:768px){.monitoring-hero h1{font-size:3.5rem!important;color:#059669!important}.hero-stats{flex-direction:column;gap:2rem}.services-grid,.pillars-grid,.features-grid,.benefits-grid{grid-template-columns:1fr}.process-timeline{flex-direction:column;align-items:stretch;gap:1.5rem}.process-timeline:before{display:none}.process-step{max-width:none;width:100%}.cta-buttons{flex-direction:column;align-items:center}.process-step,.pillar-header{flex-direction:column;text-align:center}}.cloud-migration-page{min-height:100vh;background-color:#fff;width:100%}.migration-hero{background:linear-gradient(135deg,#1e293b,#334155);color:#fff;padding:120px 0 80px;text-align:center}.migration-hero h1{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;color:#fff}.migration-hero .hero-content{position:relative;z-index:1}.migration-hero h1{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;color:#000!important}.service-features li:before{content:"✓";position:absolute;left:0;color:#7c3aed;font-weight:700}.process-section{padding:100px 0;background-color:#fff}.process-step{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.5rem;background:#f8fafc;border-radius:16px;border:1px solid #e2e8f0;transition:all .3s ease;flex:1;max-width:200px;position:relative;z-index:2}.process-step:hover{background:#fff;box-shadow:0 10px 25px #0000001a}.step-number{width:50px;height:50px;background:linear-gradient(135deg,#7c3aed,#5b21b6);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;flex-shrink:0}.service-tag{background:#7c3aed;color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.875rem;font-weight:500}.benefit-icon{width:80px;height:80px;background:linear-gradient(135deg,#7c3aed,#5b21b6);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.cta-section{padding:100px 0;background:linear-gradient(135deg,#7c3aed,#5b21b6);color:#fff;text-align:center}.btn-primary{background:#fff;color:#7c3aed}.btn-secondary:hover{background:#fff;color:#7c3aed}@media(max-width:768px){.migration-hero h1{font-size:3.5rem!important;color:#059669!important}.hero-stats{flex-direction:column;gap:2rem}.process-timeline{flex-direction:column;align-items:stretch;gap:1.5rem}.process-timeline:before{display:none}.process-step{max-width:none;width:100%}.cta-buttons{flex-direction:column;align-items:center}.process-step{flex-direction:column;text-align:center}}.cloud-migration-page .services-grid,.cloud-migration-page .providers-grid,.cloud-migration-page .benefits-grid{grid-template-columns:1fr}@media(min-width:600px){.cloud-migration-page .services-grid,.cloud-migration-page .providers-grid,.cloud-migration-page .benefits-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.cloud-migration-page .services-grid,.cloud-migration-page .providers-grid,.cloud-migration-page .benefits-grid{grid-template-columns:repeat(4,1fr)}}.container-kubernetes-page{min-height:100vh;background-color:#fff;width:100%}.kubernetes-hero{background:linear-gradient(135deg,#1e293b,#334155);color:#fff;padding:120px 0 80px;text-align:center}.kubernetes-hero h1{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;color:#fff}.kubernetes-hero .hero-content{position:relative;z-index:1}.kubernetes-hero h1{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;color:#000!important}.service-features li:before{content:"✓";position:absolute;left:0;color:#0ea5e9;font-weight:700}.platforms-section{padding:100px 0;background-color:#fff}.platforms-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.platform-card{background:#f8fafc;padding:2rem;border-radius:16px;border:2px solid var(--platform-color);transition:all .3s ease}.platform-card:hover{background:#fff;box-shadow:0 20px 40px #0000001a;transform:translateY(-5px)}.platform-header h3{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.platform-header p{color:#64748b;margin-bottom:1.5rem;line-height:1.6}.platform-features{display:flex;flex-wrap:wrap;gap:.5rem}.feature-tag{background:var(--platform-color);color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.875rem;font-weight:500}.tools-section{padding:100px 0;background-color:#f8fafc}.tools-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:3rem}@media(min-width:1200px){.tools-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:1199px)and (min-width:900px){.tools-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:899px)and (min-width:600px){.tools-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:599px){.tools-grid{grid-template-columns:1fr}}.tool-card{background:#fff;padding:1.5rem;border-radius:12px;text-align:center;border:1px solid #e2e8f0;transition:all .3s ease}.tool-card:hover{background:#0ea5e9;color:#fff;transform:translateY(-2px)}.tool-logo{width:60px;height:60px;background:linear-gradient(135deg,var(--tool-color, #0ea5e9),var(--tool-color, #0284c7));border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;transition:all .3s ease;padding:8px;box-shadow:0 4px 12px #0000001a}.tool-logo img{width:100%;height:100%;object-fit:contain;filter:brightness(0) invert(1);transition:all .3s ease}.tool-logo .fallback-icon{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.tool-logo .tool-initial{font-size:1.5rem;font-weight:700;color:#fff;text-transform:uppercase}.tool-card:hover .tool-logo{background:#fff3;transform:scale(1.05)}.tool-card:hover .tool-logo img{filter:brightness(0) invert(1)}.tool-card h4{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.tool-category{font-size:.875rem;color:#64748b;font-weight:500}.tool-card:hover .tool-category{color:#fffc}.benefits-section{padding:100px 0;background-color:#fff}@media(min-width:1200px){.benefits-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:1199px)and (min-width:900px){.benefits-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:899px)and (min-width:600px){.benefits-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:599px){.benefits-grid{grid-template-columns:1fr}}.benefit-card{background:#f8fafc;padding:2rem;border-radius:16px;text-align:center;border:1px solid #e2e8f0;transition:all .3s ease}.benefit-card:hover{background:#fff;transform:translateY(-5px);box-shadow:0 20px 40px #0000001a}.benefit-icon{width:80px;height:80px;background:linear-gradient(135deg,#0ea5e9,#0284c7);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.process-section{padding:100px 0;background-color:#f8fafc}.process-timeline{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-top:3rem;position:relative}.process-timeline:before{content:"";position:absolute;top:30px;left:0;right:0;height:2px;background:linear-gradient(90deg,#e2e8f0,#3b82f6,#e2e8f0);z-index:1}.process-step{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.5rem;background:#fff;border-radius:16px;border:1px solid #e2e8f0;transition:all .3s ease;flex:1;max-width:200px;position:relative;z-index:2}.process-step:hover{box-shadow:0 10px 25px #0000001a}.step-number{width:40px;height:40px;background:#3b82f6;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;margin-bottom:1rem;border:3px solid white;box-shadow:0 2px 8px #0000001a}.step-content h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.step-content p{color:#64748b;line-height:1.6}.cta-section{padding:100px 0;background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff;text-align:center}.btn-primary{background:#fff;color:#0ea5e9}.btn-secondary:hover{background:#fff;color:#0ea5e9}@media(max-width:768px){.kubernetes-hero h1{font-size:3.5rem!important;color:#059669!important}.hero-stats{flex-direction:column;gap:2rem}.services-grid,.benefits-grid{grid-template-columns:1fr}.process-timeline{flex-direction:column;align-items:stretch;gap:1.5rem}.process-timeline:before{display:none}.process-step{max-width:none;width:100%}.platforms-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.cta-buttons{flex-direction:column;align-items:center}.process-step{flex-direction:column;text-align:center}}.container-kubernetes-page .services-grid,.container-kubernetes-page .tools-grid,.container-kubernetes-page .benefits-grid{grid-template-columns:1fr}@media(min-width:600px){.container-kubernetes-page .services-grid,.container-kubernetes-page .tools-grid,.container-kubernetes-page .benefits-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.container-kubernetes-page .services-grid,.container-kubernetes-page .benefits-grid{grid-template-columns:repeat(4,1fr)}.container-kubernetes-page .tools-grid{grid-template-columns:repeat(5,1fr)}}.cloud-architecture-page{min-height:100vh;background-color:#fff;width:100%}.architecture-hero{background:linear-gradient(135deg,#1e293b,#334155);color:#fff;padding:120px 0 80px;text-align:center}.architecture-hero h1{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;color:#fff}.architecture-hero .hero-content{position:relative;z-index:1}.architecture-hero h1{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;color:#000!important}.service-features li:before{content:"✓";position:absolute;left:0;color:#8b5cf6;font-weight:700}.patterns-section{padding:100px 0;background-color:#fff}.patterns-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.pattern-card{background:#f8fafc;padding:2rem;border-radius:16px;border:1px solid #e2e8f0;transition:all .3s ease}.pattern-card:hover{background:#fff;box-shadow:0 10px 25px #0000001a;transform:translateY(-2px)}.pattern-card h3{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.pattern-card p{color:#64748b;margin-bottom:1.5rem;line-height:1.6}.use-cases h4{font-size:1rem;font-weight:600;color:#374151;margin-bottom:.75rem}.use-cases ul{list-style:none;padding:0}.use-cases li{color:#64748b;font-size:.875rem;position:relative;padding:.25rem 0 .25rem 1rem}.use-cases li:before{content:"";position:absolute;left:0;color:transparent;font-weight:700}.providers-section{padding:100px 0;background-color:#f8fafc}.providers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.provider-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 6px #0000000d;border:1px solid #e2e8f0;transition:all .3s ease;text-align:center}.provider-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a}.provider-logo{width:80px;height:80px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center}.provider-logo img{width:100%;height:100%;object-fit:contain}.provider-card h3{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:1.5rem}.provider-services,.provider-specialties{margin-bottom:1.5rem}.provider-services h4,.provider-specialties h4{font-size:1rem;font-weight:600;color:#374151;margin-bottom:.75rem}.services-tags{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.service-tag{background:#8b5cf6;color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.875rem;font-weight:500}.provider-specialties ul{list-style:none;padding:0}.provider-specialties li{padding:.25rem 0;color:#64748b;font-size:.875rem}.principles-section{padding:100px 0;background-color:#fff}.principles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.principle-card{background:#f8fafc;padding:2rem;border-radius:16px;text-align:center;border:1px solid #e2e8f0;transition:all .3s ease}.principle-card:hover{background:#fff;transform:translateY(-5px);box-shadow:0 20px 40px #0000001a}.principle-icon{width:80px;height:80px;background:linear-gradient(135deg,#8b5cf6,#7c3aed);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.principle-icon i{font-size:2rem;color:#fff}.principle-card h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.principle-card p{color:#64748b;line-height:1.6}.benefit-icon{width:80px;height:80px;background:linear-gradient(135deg,#8b5cf6,#7c3aed);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.cta-section{padding:100px 0;background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;text-align:center}.btn-primary{background:#fff;color:#8b5cf6}.btn-secondary:hover{background:#fff;color:#8b5cf6}@media(max-width:768px){.architecture-hero h1{font-size:3.5rem!important;color:#059669!important}.hero-stats{flex-direction:column;gap:2rem}.cta-buttons{flex-direction:column;align-items:center}}.cloud-architecture-page .services-grid,.cloud-architecture-page .patterns-grid,.cloud-architecture-page .providers-grid,.cloud-architecture-page .benefits-grid,.cloud-architecture-page .principles-grid{grid-template-columns:1fr}@media(min-width:600px){.cloud-architecture-page .services-grid,.cloud-architecture-page .patterns-grid,.cloud-architecture-page .providers-grid,.cloud-architecture-page .benefits-grid,.cloud-architecture-page .principles-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.cloud-architecture-page .services-grid,.cloud-architecture-page .patterns-grid,.cloud-architecture-page .providers-grid,.cloud-architecture-page .benefits-grid{grid-template-columns:repeat(4,1fr)}.cloud-architecture-page .principles-grid{grid-template-columns:repeat(3,1fr)}}.cost-optimization-page{min-height:100vh;background-color:#fff;width:100%}.optimization-hero{background:linear-gradient(135deg,#1e293b,#334155);color:#fff;padding:120px 0 80px;text-align:center}.optimization-hero h1{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;color:#fff}.optimization-hero .hero-content{position:relative;z-index:1}.optimization-hero h1{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;color:#000!important}.hero-subtitle{font-size:1.25rem;margin-bottom:3rem;color:#fff;opacity:.9;line-height:1.6;max-width:600px;margin-left:auto;margin-right:auto}.hero-stats{display:flex;justify-content:center;gap:4rem;margin-top:3rem}.hero-stats .stat{text-align:center}.hero-stats .stat h3{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;color:#fff}.hero-stats .stat p{font-size:1rem;opacity:.8}.services-section{padding:100px 0;background-color:#f8fafc}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.service-card{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 4px 6px #0000000d;border:1px solid #e2e8f0;transition:all .3s ease}.service-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a}.service-card h3{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.service-card p{color:#64748b;margin-bottom:1.5rem;line-height:1.6}.service-features{list-style:none;padding:0}.service-features li{color:#475569;position:relative;padding:.5rem 0 .5rem 1.5rem}.service-features li:before{content:"✓";position:absolute;left:0;color:#059669;font-weight:700}.strategies-section{padding:100px 0;background-color:#fff}.strategies-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.strategy-card{background:#f8fafc;padding:2rem;border-radius:16px;border:1px solid #e2e8f0;transition:all .3s ease}.strategy-card:hover{background:#fff;box-shadow:0 10px 25px #0000001a;transform:translateY(-2px)}.strategy-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.strategy-header h3{font-size:1.25rem;font-weight:600;color:#1e293b}.savings-badge{background:#059669;color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.875rem;font-weight:600}.strategy-card p{color:#64748b;line-height:1.6}.benefits-section{padding:100px 0;background-color:#f8fafc}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.benefit-card{background:#fff;padding:2rem;border-radius:16px;text-align:center;box-shadow:0 4px 6px #0000000d;border:1px solid #e2e8f0;transition:all .3s ease}.benefit-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a}.benefit-icon{width:80px;height:80px;background:linear-gradient(135deg,#059669,#047857);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.benefit-icon i{font-size:2rem;color:#fff}.benefit-card h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.benefit-card p{color:#64748b;line-height:1.6}.cta-section{padding:100px 0;background:linear-gradient(135deg,#059669,#047857);color:#fff;text-align:center}.cta-content p{font-size:1.125rem;margin-bottom:2rem;opacity:.9;max-width:600px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{padding:1rem 2rem;border-radius:8px;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:all .3s ease;font-size:1rem}.btn-primary{background:#fff;color:#059669}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #ffffff4d}.btn-secondary{background:transparent;color:#fff;border:2px solid white}.btn-secondary:hover{background:#fff;color:#059669}@media(max-width:768px){.optimization-hero h1{font-size:3.5rem!important;color:#059669!important}.hero-stats{flex-direction:column;gap:2rem}.services-grid,.benefits-grid,.strategies-grid{grid-template-columns:1fr}.cta-buttons{flex-direction:column;align-items:center}.strategy-header{flex-direction:column;align-items:flex-start;gap:.5rem}}.cost-optimization-page .services-grid,.cost-optimization-page .benefits-grid{grid-template-columns:1fr}@media(min-width:600px){.cost-optimization-page .services-grid,.cost-optimization-page .benefits-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.cost-optimization-page .services-grid,.cost-optimization-page .benefits-grid{grid-template-columns:repeat(4,1fr)}}.apply-dialog-overlay{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:10003;display:flex;align-items:center;justify-content:center;padding:2rem;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.apply-dialog{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;animation:slideUp .3s ease-out;position:relative}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.apply-dialog-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;border-bottom:1px solid #e2e8f0;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:16px 16px 0 0}.apply-dialog-header h3{margin:0;color:#1e293b;font-size:1.5rem;font-weight:700}.apply-close-btn{background:none;border:none;color:#64748b;font-size:1.5rem;cursor:pointer;padding:.5rem;border-radius:6px;transition:all .3s ease;display:flex;align-items:center;justify-content:center;width:40px;height:40px}.apply-close-btn:hover{background:#0000000d;color:#1e293b}.apply-dialog-content{padding:2rem}.apply-simple{text-align:center;padding:2rem 1rem}.apply-icon{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;margin:0 auto 1.5rem;box-shadow:0 8px 25px #3b82f64d}.apply-simple h4{margin:0 0 1rem;color:#1e293b;font-size:1.5rem;font-weight:700}.apply-simple p{margin:0 0 1rem;color:#64748b;line-height:1.6;font-size:1rem}.apply-simple p:last-child{margin-bottom:0}.apply-simple strong{color:#3b82f6;font-weight:600}.apply-dialog-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.btn{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;padding:12px 24px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:1rem;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;justify-content:center}.btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #3b82f64d}.btn-secondary{background:transparent;color:#6b7280;border:2px solid #e2e8f0}.btn-secondary:hover{background:#f8fafc;color:#374151;border-color:#d1d5db;box-shadow:0 4px 12px #0000001a}.btn i{font-size:.9rem}@media(max-width:768px){.apply-dialog-overlay{padding:1rem}.apply-dialog{max-height:95vh;border-radius:12px}.apply-dialog-header{padding:1rem 1.5rem}.apply-dialog-header h3{font-size:1.25rem}.apply-dialog-content{padding:1.5rem}.apply-dialog-actions{flex-direction:column}.btn{width:100%}}@media(max-width:480px){.apply-dialog-overlay{padding:.5rem}.apply-dialog{border-radius:8px}.apply-dialog-header{padding:.75rem 1rem}.apply-dialog-header h3{font-size:1.1rem}.apply-dialog-content{padding:1rem}}.intern-position-page{max-width:900px;margin:0 auto;padding:6rem 2rem 2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;min-height:100vh;width:100%;overflow-x:hidden;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.page-header{text-align:center;margin-bottom:3rem;padding:2.5rem 2rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border-radius:16px;box-shadow:0 8px 32px #3b82f633;transition:transform .3s ease,box-shadow .3s ease}.page-header:hover{transform:translateY(-3px);box-shadow:0 12px 40px #3b82f64d}.page-header h1{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1rem;text-shadow:0 2px 4px rgba(0,0,0,.1)}.job-details{font-size:1.1rem;color:#ffffffe6;display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.job-details span{white-space:nowrap}.role-section,.responsibilities-section,.skills-section,.apply-section{margin-bottom:3rem;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;border:1px solid #e2e8f0;transition:transform .3s ease,box-shadow .3s ease}.role-section:hover,.responsibilities-section:hover,.skills-section:hover,.apply-section:hover{transform:translateY(-4px);box-shadow:0 8px 32px #0000001f}.role-section h2,.responsibilities-section h2,.skills-section h2,.apply-section h2{font-size:1.8rem;font-weight:600;color:#1e293b;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:3px solid #6b7280;position:relative}.role-section p,.apply-section p{font-size:1.1rem;color:#4b5563;margin-bottom:1rem}ul{list-style:none;padding:0;margin:0}li{position:relative;padding:.75rem 0 .75rem 2rem;color:#4b5563;border-bottom:1px solid #f3f4f6}li:last-child{border-bottom:none}li:before{content:"";position:absolute;left:0;top:.75rem;color:transparent;font-size:1.2rem;font-weight:700}.skills-section h2:not(:first-child){margin-top:2rem}.learning-section{background:linear-gradient(135deg,#fef3c7,#fde68a);border-left:4px solid #f59e0b}.learning-section h2{color:#92400e}.perks-section{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border-left:4px solid #10b981}.perks-section h2{color:#065f46}.who-section{background:linear-gradient(135deg,#f3e8ff,#e9d5ff);border-left:4px solid #8b5cf6}.who-section h2{color:#6b21a8}.apply-section{text-align:center;background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;padding:3rem 2rem;border-radius:16px;box-shadow:0 12px 40px #1e40af4d;position:relative;overflow:hidden}.apply-section:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:applyShimmer 3s ease-in-out infinite;pointer-events:none}@keyframes applyShimmer{0%,to{transform:translate(-100%) translateY(-100%) rotate(0)}50%{transform:translate(0) translateY(0) rotate(180deg)}}.apply-section h2{color:#fff;margin-bottom:1.5rem;font-weight:800;font-size:2.2rem;text-shadow:0 2px 4px rgba(0,0,0,.2);position:relative;z-index:1}.apply-section p{font-size:1.2rem;color:#fffffff2;margin:0 0 2rem;font-weight:500;position:relative;z-index:1}.apply-button{display:inline-block;background:#fff;color:#1e40af;padding:1rem 2.5rem;border-radius:50px;text-decoration:none;font-weight:700;font-size:1.1rem;box-shadow:0 8px 25px #0003;transition:all .3s ease;position:relative;z-index:1;border:none;cursor:pointer}.apply-button:hover{transform:translateY(-3px);box-shadow:0 12px 35px #0000004d;color:#1e40af;text-decoration:none}.apply-button:active{transform:translateY(-1px);box-shadow:0 6px 20px #0003}@media(max-width:768px){.intern-position-page{padding:5rem 1rem 1rem}.page-header h1{font-size:2rem}.job-details{flex-direction:column;gap:.5rem}.role-section h2,.responsibilities-section h2,.skills-section h2{font-size:1.5rem}.apply-section{padding:2rem 1.5rem}.apply-section h2{font-size:1.8rem}.apply-section p{font-size:1.1rem}.apply-button{padding:.875rem 2rem;font-size:1rem}}.intern-position-modern{--bg-start: #0f172a;--bg-end: #0b1220;--primary: #6b7280;--primary-2: #60a5fa;--text: #e5e7eb;--muted: #94a3b8;--card: rgba(255, 255, 255, .06);--card-border: rgba(255, 255, 255, .08);--accent: #10b981;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--text);background:radial-gradient(1200px 800px at 20% -10%,rgba(56,189,248,.15),transparent 40%),radial-gradient(1000px 800px at 120% 20%,rgba(59,130,246,.12),transparent 50%),linear-gradient(180deg,var(--bg-start),var(--bg-end));min-height:100vh;box-sizing:border-box;overflow-x:clip;width:100%}.intern-position-modern .hero{position:relative;padding:7rem 1.5rem 4rem;overflow:hidden}.intern-position-modern .hero-decor{position:absolute;inset:0;background:radial-gradient(600px 300px at 80% -10%,rgba(16,185,129,.15),transparent),radial-gradient(700px 400px at -10% 60%,rgba(59,130,246,.18),transparent);filter:blur(40px);opacity:.7;pointer-events:none}.intern-position-modern .hero-content{max-width:1100px;margin:0 auto;text-align:center}.intern-position-modern h1{font-size:3.25rem;line-height:1.1;margin-bottom:1rem;background:linear-gradient(90deg,#fff,#dbeafe);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.intern-position-modern .hero-subtitle{max-width:820px;margin:.75rem auto 1.75rem;font-size:1.15rem;color:var(--muted)}.intern-position-modern .hero-meta{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap;margin-bottom:1.75rem}.intern-position-modern .pill{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .9rem;border-radius:999px;background:#ffffff0f;border:1px solid var(--card-border);color:var(--text);font-weight:500}.intern-position-modern .pill.accent{background:#10b9811f;border-color:#10b9814d;color:#d1fae5}.intern-position-modern .hero-cta{display:flex;gap:1rem;justify-content:center}.intern-position-modern .btn{display:inline-block;padding:.9rem 1.3rem;border-radius:12px;font-weight:600;text-decoration:none;border:1px solid var(--card-border);transition:all .2s ease}.intern-position-modern .btn.btn-primary{background:linear-gradient(90deg,var(--primary),var(--primary-2));color:#fff;box-shadow:0 12px 26px #3b82f640}.intern-position-modern .btn.btn-secondary{background:#ffffff0f;color:var(--text)}.intern-position-modern .btn:hover{transform:translateY(-1px)}.intern-position-modern .btn.btn-primary:hover{box-shadow:0 16px 34px #3b82f659}.intern-position-modern .btn.btn-lg{padding:1.05rem 1.5rem;border-radius:14px}.intern-position-modern .highlights{max-width:1100px;margin:0 auto;padding:1rem 1.5rem 2.5rem}.intern-position-modern .cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem}.intern-position-modern .card{background:var(--card);border:1px solid var(--card-border);border-radius:16px;padding:1.4rem;box-shadow:0 8px 20px #00000026;transition:transform .2s ease,box-shadow .2s ease}.intern-position-modern .card:hover{transform:translateY(-3px);box-shadow:0 12px 26px #0003}.intern-position-modern .card-icon{font-size:1.35rem;margin-bottom:.4rem}.intern-position-modern .card h3{font-size:1.15rem;margin-bottom:.4rem}.intern-position-modern .card p{color:var(--muted)}.intern-position-modern .section{max-width:1100px;margin:0 auto;padding:2.5rem 1.5rem}.intern-position-modern .section h2{font-size:1.75rem;margin-bottom:1rem;background:linear-gradient(90deg,#fff,#dbeafe);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.intern-position-modern .timeline{position:relative;margin-top:1.25rem}.intern-position-modern .step{display:grid;grid-template-columns:28px 1fr;gap:1rem;align-items:start}.intern-position-modern .step+.step{margin-top:1rem}.intern-position-modern .dot{width:16px;height:16px;border-radius:50%;background:var(--primary);box-shadow:0 0 0 6px #3b82f626;position:relative;top:6px}.intern-position-modern .step-content h4{margin:0 0 .3rem;font-size:1.05rem}.intern-position-modern .step-content p{margin:0;color:var(--muted)}.intern-position-modern .badges{display:flex;flex-wrap:wrap;gap:.6rem;margin:.5rem 0 1rem}.intern-position-modern .badge{display:inline-flex;align-items:center;padding:.45rem .8rem;border-radius:999px;background:#ffffff0f;border:1px solid var(--card-border);color:var(--text);font-size:.95rem}.intern-position-modern .split{max-width:1100px;margin:0 auto;padding:1rem 1.5rem 3rem;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.intern-position-modern .split-card{background:var(--card);border:1px solid var(--card-border);border-radius:16px;padding:1.2rem 1.4rem}.intern-position-modern .split-card h2{font-size:1.35rem;margin-bottom:.6rem}.intern-position-modern .split-card ul{list-style:none;padding:0;margin:0}.intern-position-modern .split-card li{padding:.5rem 0;border-bottom:1px dashed rgba(255,255,255,.08);color:var(--muted)}.intern-position-modern .split-card li:last-child{border-bottom:none}.intern-position-modern .cta-final{max-width:1100px;margin:0 auto 3.5rem;padding:2rem 1.5rem;text-align:center;background:linear-gradient(90deg,#1e3a8a99,#1d4ed899);border:1px solid rgba(255,255,255,.08);border-radius:18px}.intern-position-modern .cta-final h2{font-size:1.8rem;margin-bottom:.75rem}.intern-position-modern .cta-final p{color:var(--muted);margin-bottom:1rem}@media(max-width:900px){.intern-position-modern h1{font-size:2.5rem}}@media(max-width:768px){.intern-position-modern{padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}.intern-position-modern .hero{padding:6rem calc(1rem + env(safe-area-inset-right)) 3rem calc(1rem + env(safe-area-inset-left));overflow:visible}.intern-position-modern .hero-cta{flex-direction:column;gap:.75rem;align-items:center}.intern-position-modern .hero-content{max-width:100%}.intern-position-modern .split,.intern-position-modern .cards-grid{grid-template-columns:1fr}.intern-position-modern .highlights,.intern-position-modern .section,.intern-position-modern .split,.intern-position-modern .cta-final{padding-left:calc(1.5rem + env(safe-area-inset-left));padding-right:calc(1.5rem + env(safe-area-inset-right));box-sizing:border-box}.intern-position-modern *,.intern-position-modern .badges .badge{overflow-wrap:anywhere;word-break:break-word}}.about-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.about-hero{background:linear-gradient(135deg,#1e293b,#334155);color:#fff;padding:120px 0 80px;text-align:center;position:relative;overflow:hidden}.about-hero:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.3}.hero-content{position:relative;z-index:2;max-width:800px;margin:0 auto;padding:0 20px}.about-hero h1{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;background:linear-gradient(135deg,#fff,#cbd5e1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;line-height:1.6;color:#cbd5e1;margin-bottom:0}.company-overview{padding:80px 0;background:#fff}.overview-content{display:grid;grid-template-columns:2fr 1fr;gap:60px;align-items:start}.overview-text h2{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:2rem}.overview-text p{font-size:1.1rem;line-height:1.8;color:#64748b;margin-bottom:1.5rem}.overview-stats{display:grid;grid-template-columns:1fr 1fr;gap:20px}.stat-card{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:30px 20px;border-radius:16px;text-align:center;border:1px solid #e2e8f0;transition:all .3s ease}.stat-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a}.stat-card h3{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.stat-card p{font-size:.9rem;color:#64748b;margin:0;font-weight:500}.values-section{padding:80px 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.section-header{text-align:center;margin-bottom:60px}.section-header h2{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.section-header p{font-size:1.1rem;color:#64748b;max-width:600px;margin:0 auto}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}.value-card{background:#fff;padding:40px 30px;border-radius:16px;text-align:center;border:1px solid #e2e8f0;transition:all .3s ease}.value-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a}.value-icon{width:80px;height:80px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.value-icon i{font-size:2rem;color:#fff}.value-card h3{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.value-card p{font-size:1rem;line-height:1.6;color:#64748b;margin:0}.team-section{padding:80px 0;background:#fff}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}.team-card{background:#fff;border-radius:16px;overflow:hidden;border:1px solid #e2e8f0;transition:all .3s ease}.team-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a}.member-image{height:250px;overflow:hidden}.member-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.team-card:hover .member-image img{transform:scale(1.05)}.member-info{padding:30px;text-align:center}.member-info h3{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.member-role{font-size:1rem;color:#3b82f6;font-weight:500;margin-bottom:.5rem}.member-expertise{font-size:.9rem;color:#64748b;margin-bottom:.5rem}.member-experience{font-size:.9rem;color:#94a3b8;margin:0}.certifications-section{padding:80px 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.certifications-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.cert-card{background:#fff;padding:25px;border-radius:12px;border:1px solid #e2e8f0;transition:all .3s ease}.cert-card:hover{transform:translateY(-3px);box-shadow:0 10px 25px #0000001a}.cert-card h4{font-size:1.1rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.cert-card p{font-size:.9rem;color:#64748b;margin:0}.about-cta{padding:80px 0;background:linear-gradient(135deg,#1e293b,#334155);color:#fff;text-align:center}.cta-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-content p{font-size:1.1rem;color:#cbd5e1;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.btn{display:inline-block;padding:15px 30px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;border:2px solid transparent}.btn-primary{background:#3b82f6;color:#fff;border-color:#3b82f6}.btn-primary:hover{background:#2563eb;border-color:#2563eb;transform:translateY(-2px)}.btn-secondary{background:transparent;color:#fff;border-color:#fff}.btn-secondary:hover{background:#fff;color:#1e293b;transform:translateY(-2px)}@media(max-width:768px){.about-hero h1{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.overview-content{grid-template-columns:1fr;gap:40px}.overview-stats{grid-template-columns:1fr 1fr}.values-grid,.team-grid,.certifications-grid{grid-template-columns:1fr}.cta-buttons{flex-direction:column;align-items:center}.btn{width:200px}}@media(max-width:480px){.about-hero{padding:100px 0 60px}.about-hero h1,.section-header h2,.overview-text h2{font-size:2rem}.overview-stats{grid-template-columns:1fr}.stat-card{padding:20px 15px}.value-card,.team-card{margin:0 10px}}.App{min-height:100vh;width:100%;display:flex;flex-direction:column;background-color:#fff}
