@import"https://fonts.googleapis.com/css2?family=Google+Sans:wght@400;500;700&display=swap";:root{--gcp-blue: #4285F4;--gcp-red: #DB4437;--gcp-yellow: #F4B400;--gcp-green: #0F9D58;--gcp-grey: #5F6368;--gcp-light-grey: #F8F9FA}body{font-family:Google Sans,Arial,sans-serif;color:var(--gcp-grey);background-color:#fff;line-height:1.6;margin:0;padding:0}.container{max-width:1200px;margin:0 auto;padding:0 20px}.gcp-header{background-color:#fff;box-shadow:0 2px 4px #0000001a;position:fixed;width:100%;z-index:1000}.gcp-header nav ul{display:flex;justify-content:center;list-style-type:none;padding:20px 0;margin:0}.gcp-header nav ul li{margin:0 15px}.gcp-header nav ul li a{color:var(--gcp-grey);text-decoration:none;font-weight:500;transition:color .3s ease}.gcp-header nav ul li a:hover{color:var(--gcp-blue)}.larger-text{font-size:1.2em}.hero-role{font-size:36px;color:var(--gcp-blue);margin-bottom:15px}.gcp-hero{background-color:var(--gcp-light-grey);text-align:center;padding:120px 0 60px}.profile-photo{width:200px;height:200px;border-radius:50%;object-fit:cover;margin-bottom:30px;box-shadow:0 10px 20px #0000001a}h1,h2{color:var(--gcp-blue)}h1{font-size:48px;margin-bottom:10px}h2{font-size:24px;margin-bottom:20px}.tagline{font-size:18px;color:var(--gcp-grey)}.gcp-section{padding:80px 0 40px}.gcp-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.gcp-card{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:20px;transition:box-shadow .3s ease}.gcp-card:hover{box-shadow:0 4px 8px #0000001a}.gcp-card h3{color:var(--gcp-blue);margin-bottom:10px}.gcp-card img{width:30px;height:30px;margin-right:10px;vertical-align:middle}.skill-list{list-style-type:none;padding-left:0}.skill-list li{margin-bottom:8px}.gcp-button{display:inline-block;background-color:var(--gcp-blue);color:#fff;padding:10px 20px;border-radius:4px;text-decoration:none;transition:background-color .3s ease}.gcp-button:hover{background-color:#3367d6}.gcp-contact-info{display:flex;justify-content:center;flex-wrap:wrap;gap:20px}.gcp-footer{background-color:var(--gcp-light-grey);text-align:center;padding:20px 0;color:var(--gcp-grey)}.photo-container{position:relative;display:inline-block}.logo-42{position:absolute;bottom:-20px;right:5px;width:80px;height:80px;border-radius:50%}.project-card a{color:var(--gcp-blue);text-decoration:none}.project-card a:hover{text-decoration:underline}@media (max-width: 768px){.gcp-grid{grid-template-columns:1fr}}.tech-stack-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-top:2rem}.tech-category-card{background-color:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;transition:all .3s ease}.tech-category-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.tech-category-title{color:var(--gcp-blue);font-size:1.1rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--gcp-light-grey)}.tech-icons{display:flex;flex-wrap:wrap;gap:12px}.tech-icon-wrapper{display:flex;align-items:center;gap:8px;padding:8px 12px;background-color:var(--gcp-light-grey);border-radius:8px;transition:all .2s ease}.tech-icon-wrapper:hover{background-color:var(--gcp-blue);transform:scale(1.05)}.tech-icon-wrapper:hover .tech-name{color:#fff}.tech-icon{width:24px;height:24px;object-fit:contain}.tech-name{font-size:.9rem;font-weight:500;color:var(--gcp-grey);transition:color .2s ease}@media (max-width: 768px){.tech-stack-grid{grid-template-columns:1fr}}.devops-animation-container{min-height:100vh;background:linear-gradient(to bottom right,#0f172a,#1e3a8a,#0f172a);padding:2rem;color:#fff}.devops-content{max-width:1280px;margin:0 auto;display:flex;flex-direction:column;gap:3rem}.devops-header{text-align:center}.devops-header h1{font-size:3rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(to right,#60a5fa,#22d3ee);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.devops-header p{font-size:1.5rem;color:#bfdbfe}.flow-animation-section{background:#ffffff0d;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:1.5rem;padding:3rem 2rem;box-shadow:0 20px 25px -5px #0000004d;border:1px solid rgba(255,255,255,.1)}.flow-container{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:2rem}.flow-item{text-align:center;transition:all .7s ease;min-width:80px}.flow-item.inactive{opacity:.3;transform:scale(.9)}.flow-item.active{opacity:1;transform:scale(1.05)}.flow-icon-wrapper{position:relative;width:60px;height:60px;display:flex;align-items:center;justify-content:center;margin:.75rem auto}.flow-icon{font-size:2.5rem;position:relative;z-index:2;animation:bounce 1s ease-in-out infinite}.flow-item.active .flow-icon{animation:bounce .5s ease-in-out infinite}.flow-item.active:first-child .flow-icon{animation:typing 2s ease-in-out infinite}.flow-pulse{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;background:radial-gradient(circle,rgba(96,165,250,.5),transparent);border-radius:50%;animation:pulse-ring 1.5s ease-out infinite}.flow-pulse-red{background:radial-gradient(circle,rgba(239,68,68,.5),transparent)}.flow-arrow{font-size:2rem;color:#94a3b8;transition:all .7s ease;opacity:.3}.flow-arrow.active{opacity:1;color:#60a5fa;animation:arrow-flow 1s ease-in-out infinite}.flow-label{margin-bottom:.5rem;font-size:.9rem;font-weight:500;color:#cbd5e1;line-height:1.2}.flow-item.active .flow-label{color:#60a5fa;font-weight:600}.flow-description{margin-top:.5rem;font-size:.8rem;font-weight:500;color:#22d3ee;font-style:italic}@keyframes pulse-ring{0%{transform:translate(-50%,-50%) scale(.8);opacity:1}to{transform:translate(-50%,-50%) scale(2);opacity:0}}@keyframes arrow-flow{0%,to{transform:translate(0)}50%{transform:translate(10px)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes typing{0%,to{transform:scale(1)}25%{transform:scale(1.1) rotate(-5deg)}75%{transform:scale(1.1) rotate(5deg)}}.before-after-section{background:#ffffff1a;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:1.5rem;padding:2rem;box-shadow:0 20px 25px -5px #0000004d;border:1px solid rgba(255,255,255,.2)}.before-after-section h2{font-size:1.875rem;font-weight:700;margin-bottom:2rem;text-align:center;color:#67e8f9}.comparison-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.comparison-card{display:flex;flex-direction:column;gap:1rem}.comparison-header{text-align:center;margin-bottom:1.5rem}.comparison-header .icon{font-size:3rem;margin-bottom:.5rem}.comparison-header h3{font-size:1.5rem;font-weight:700}.comparison-header .old-way h3{color:#f87171}.comparison-header .new-way h3{color:#4ade80}.stat-item{padding:1rem;border-radius:.5rem;border-left-width:4px}.stat-item.old{background:#ef444433;border-color:#ef4444}.stat-item.new{background:#22c55e33;border-color:#22c55e}.stat-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.stat-header span{font-weight:600}.stat-header .old-time{color:#fca5a5;font-weight:700}.stat-header .new-time{color:#86efac;font-weight:700}.stat-bar{height:.5rem;border-radius:9999px;overflow:hidden;position:relative}.stat-bar.old-bar{background:#7f1d1d4d}.stat-bar.new-bar{background:#14532d4d}.stat-bar-fill{height:100%;transition:width 1s ease}.stat-bar-fill.old-fill{background:#ef4444}.stat-bar-fill.new-fill{background:#22c55e;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.stat-footer{margin-top:1.5rem;display:flex;flex-direction:column;gap:.5rem;font-size:.875rem}.stat-footer.old-footer{color:#fecaca}.stat-footer.new-footer{color:#bbf7d0}.comparison-footer{margin-top:2rem;text-align:center}.comparison-badge{display:inline-block;background:linear-gradient(to right,#ef4444,#22c55e);padding:.25rem;border-radius:9999px}.comparison-badge-inner{background:#0f172a;padding:1rem 2rem;border-radius:9999px}.comparison-badge p{font-size:1.5rem;font-weight:700}.comparison-badge .fast{color:#f87171}.comparison-badge .arrow{color:#fff;margin:0 .75rem}.comparison-badge .reliable{color:#4ade80}.main-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.explanation-card,.animation-card{background:#ffffff1a;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:1.5rem;padding:2rem;box-shadow:0 20px 25px -5px #0000004d;border:1px solid rgba(255,255,255,.2)}.explanation-card h2,.animation-card h2{font-size:1.875rem;font-weight:700;margin-bottom:1.5rem;color:#67e8f9}.explanation-item{display:flex;gap:1rem;margin-bottom:1.5rem}.explanation-item .icon{font-size:2rem;flex-shrink:0}.explanation-item-content{flex:1}.explanation-item-content .title{font-weight:600;font-size:1.25rem;margin-bottom:.5rem}.explanation-item-content p,.explanation-item-content ul{color:#dbeafe;line-height:1.75}.explanation-item-content ul{list-style:none;padding:0}.explanation-item-content ul li{margin-bottom:.5rem}.animation-card h2{text-align:center}.animation-circle{position:relative;width:100%;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:1rem;padding:1rem}.animation-center{position:absolute;z-index:10}.pulse-ring{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom right,#3b82f6,#06b6d4);border-radius:50%;width:8rem;height:8rem;animation:ping 1s cubic-bezier(0,0,.2,1) infinite;opacity:.2}@keyframes ping{75%,to{transform:scale(2);opacity:0}}.center-circle{position:relative;background:linear-gradient(to bottom right,#3b82f6,#06b6d4);border-radius:50%;width:8rem;height:8rem;display:flex;align-items:center;justify-content:center;box-shadow:0 20px 25px -5px #0000004d}.center-circle .icon{font-size:2rem;margin-bottom:.25rem}.center-circle p{font-size:.75rem;font-weight:700}.stage-item{position:relative;transition:all .7s ease}.stage-item.fade{opacity:.15;transform:scale(1)}.stage-item.highlight{opacity:1;transform:scale(1.1)}.stage-ping{position:absolute;top:0;right:0;bottom:0;left:0;animation:ping 1s cubic-bezier(0,0,.2,1) infinite}.stage-card{position:relative;padding:1.5rem;border-radius:1rem;box-shadow:0 10px 15px -3px #0000004d;width:10rem;text-align:center;border:2px solid transparent;transition:all .3s ease}.stage-card:hover{transform:scale(1.05)}.stage-card .icon{font-size:3rem;margin-bottom:.5rem}.stage-card .title{font-weight:700;font-size:1.125rem}.stage-card .subtitle{font-size:.875rem}.stage-purple{background:linear-gradient(to bottom right,#a855f7,#7c3aed)}.stage-purple-subtitle{color:#e9d5ff}.stage-blue{background:linear-gradient(to bottom right,#3b82f6,#2563eb)}.stage-blue-subtitle{color:#dbeafe}.stage-cyan{background:linear-gradient(to bottom right,#06b6d4,#0891b2)}.stage-cyan-subtitle{color:#cffafe}.stage-teal{background:linear-gradient(to bottom right,#14b8a6,#0d9488)}.stage-teal-subtitle{color:#ccfbf1}.stage-green{background:linear-gradient(to bottom right,#22c55e,#16a34a)}.stage-green-subtitle{color:#dcfce7}.stage-yellow{background:linear-gradient(to bottom right,#eab308,#ca8a04)}.stage-yellow-subtitle{color:#fef9c3}.stage-orange{background:linear-gradient(to bottom right,#f97316,#ea580c)}.stage-orange-subtitle{color:#ffedd5}.stage-red{background:linear-gradient(to bottom right,#ef4444,#dc2626)}.stage-red-subtitle{color:#fee2e2}.circle-svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.circle-svg circle{cx:50%;cy:50%;r:140;fill:none;stroke:#ffffff1a;stroke-width:2;stroke-dasharray:5,5}.faq-section{background:#ffffff1a;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:1.5rem;padding:2rem;box-shadow:0 20px 25px -5px #0000004d;border:1px solid rgba(255,255,255,.2)}.faq-section h2{font-size:1.875rem;font-weight:700;margin-bottom:2rem;text-align:center;color:#67e8f9}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.faq-item{padding:1.5rem;border-radius:1rem;border:1px solid}.faq-blue{background:#3b82f61a;border-color:#3b82f64d}.faq-purple{background:#a855f71a;border-color:#a855f74d}.faq-green{background:#22c55e1a;border-color:#22c55e4d}.faq-orange{background:#f973161a;border-color:#f973164d}.faq-item-header{display:flex;gap:.75rem;margin-bottom:.75rem}.faq-item-header .icon{font-size:1.875rem;flex-shrink:0}.faq-item-header h3{font-size:1.25rem;font-weight:700}.faq-blue .faq-item-header h3{color:#93c5fd}.faq-purple .faq-item-header h3{color:#c084fc}.faq-green .faq-item-header h3{color:#86efac}.faq-orange .faq-item-header h3{color:#fdba74}.faq-item p{line-height:1.75}.faq-blue p{color:#dbeafe}.faq-purple p{color:#e9d5ff}.faq-green p{color:#dcfce7}.faq-orange p{color:#ffedd5}@media (max-width: 1024px){.main-grid{grid-template-columns:1fr}}@media (max-width: 768px){.comparison-grid,.faq-grid{grid-template-columns:1fr}.devops-header h1{font-size:2rem}.devops-header p{font-size:1.25rem}.animation-circle{height:20rem}}
