:root{--accent:#667eea;--accent-dark:#764ba2;--black:15, 18, 25;--gray:96, 115, 159;--gray-light:229, 233, 240;--gray-dark:34, 41, 57;--gray-gradient:rgba(var(--gray-light), 50%), #fff;--box-shadow:0 2px 6px rgba(var(--gray), 25%), 0 8px 24px rgba(var(--gray), 33%), 0 16px 32px rgba(var(--gray), 33%)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{text-align:left;word-wrap:break-word;overflow-wrap:break-word;color:rgb(var(--gray-dark));background:#fff;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:16px;line-height:1.6}main{width:100%;margin:0;padding:0}h1,h2,h3,h4,h5,h6{color:rgb(var(--black));margin:0 0 .5rem;line-height:1.2}h1{font-size:3.052em}h2{font-size:2.441em}h3{font-size:1.953em}h4{font-size:1.563em}h5{font-size:1.25em}strong,b{font-weight:700}a{color:var(--accent);text-decoration:none;transition:color .3s}a:hover{color:var(--accent-dark);text-decoration:underline}p{margin-bottom:1em}.prose p{margin-bottom:2em}textarea{width:100%;font-size:16px}input{font-size:16px}table{width:100%}img{border-radius:8px;max-width:100%;height:auto;display:block}code{background-color:rgb(var(--gray-light));border-radius:2px;padding:2px 5px;font-family:Courier New,Courier,monospace}pre{background-color:rgb(var(--gray-dark));color:#fff;border-radius:8px;padding:1.5em;overflow-x:auto}pre>code{all:unset;background:0 0;padding:0}blockquote{border-left:4px solid var(--accent);color:var(--gray);margin:0;padding:0 0 0 20px;font-size:1.333em;font-style:italic}hr{border:none;border-top:1px solid rgb(var(--gray-light))}@media (width<=768px){body{font-size:15px}main{padding:0}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}}.sr-only{clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:0;padding:0;overflow:hidden;position:absolute!important}[id]{scroll-margin-top:100px}header{box-shadow:0 2px 8px rgba(var(--black), 5%);z-index:1000;background:#fff;margin:0;padding:0 1em;position:sticky;top:0}header h2{margin:0;font-size:1em}header h2 a,header h2 a.active{text-decoration:none}nav{justify-content:space-between;align-items:center;display:flex}nav a{color:var(--black);border-bottom:4px solid #0000;padding:1em .5em;text-decoration:none}nav a.active{border-bottom-color:var(--accent);text-decoration:none}.social-links,.social-links a{display:flex}.container{max-width:1000px;margin:0 auto}.section-subtitle{text-align:center;color:#666;margin-bottom:3rem;font-size:1.1rem}.btn{cursor:pointer;border:none;border-radius:5px;padding:.75rem 2rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.btn-primary{color:#667eea;background:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0003}.btn-secondary{color:#fff;background:0 0;border:2px solid #fff}.btn-secondary:hover{background:#ffffff1a;transform:translateY(-2px)}.hero-section{color:#fff;text-align:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);align-items:center;min-height:600px;padding:6rem 1rem;display:flex;position:relative;overflow:hidden}.hero-section:before{content:"";background:#ffffff0d;border-radius:50%;width:400px;height:400px;position:absolute;top:-200px;left:-200px}.hero-section:after{content:"";background:#ffffff08;border-radius:50%;width:300px;height:300px;position:absolute;bottom:-150px;right:-150px}.hero-section .container{z-index:1;max-width:800px;position:relative}.hero-section h1{text-shadow:2px 2px 4px #0003;margin-bottom:1.5rem;font-size:3.5rem;font-weight:700}.hero-section p{opacity:.95;margin-bottom:2rem;font-size:1.2rem;line-height:1.8}.hero-cta{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.about-section{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:4rem 1rem}.about-section h2{text-align:center;margin-bottom:2rem;font-size:2.5rem}.about-content{align-items:center;gap:2rem;display:grid}.about-text p{text-align:justify;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.about-cta{gap:1rem;margin-top:2rem;display:flex}.services-section{background:#f8f9fa;padding:4rem 1rem}.services-section h2{text-align:center;color:#333;margin-bottom:1rem;font-size:2.5rem}.services-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.service-card{text-align:center;background:#fff;border-radius:8px;padding:2rem;transition:transform .3s,box-shadow .3s;box-shadow:0 2px 8px #0000001a}.service-card:hover{transform:translateY(-5px);box-shadow:0 5px 20px #00000026}.service-icon{color:#667eea;justify-content:center;margin-bottom:1rem;display:flex}.service-card h3{color:#333;margin-bottom:1rem;font-size:1.3rem}.service-card p{color:#666;line-height:1.6}.projects-section{background:#fff;padding:4rem 1rem}.projects-section h2{text-align:center;color:#333;margin-bottom:1rem;font-size:2.5rem}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.project-card{background:#f8f9fa;border-radius:8px;flex-direction:column;height:100%;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 2px 8px #0000001a}.project-card:hover{transform:translateY(-5px);box-shadow:0 5px 20px #00000026}.project-header{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:1.5rem}.project-header h3{margin:0;font-size:1.3rem}.project-body{flex-grow:1;padding:1.5rem}.project-body p{color:#666;margin-bottom:1rem;line-height:1.6}.technologies{flex-wrap:wrap;gap:.5rem;display:flex}.tech-tag{color:#667eea;background:#e0e7ff;border-radius:20px;padding:.35rem .75rem;font-size:.85rem;font-weight:500}.project-footer{border-top:1px solid #e0e0e0;padding:1rem 1.5rem}.btn-link{color:#667eea;font-weight:700;text-decoration:none;transition:color .3s}.btn-link:hover{color:#764ba2}.testimonials-section{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:4rem 1rem}.testimonials-section h2{text-align:center;margin-bottom:1rem;font-size:2.5rem}.testimonials-section .section-subtitle{opacity:.9;color:#fff}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.testimonial-card{backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:8px;padding:1.5rem;transition:transform .3s,background .3s}.testimonial-card:hover{background:#ffffff26;transform:translateY(-5px)}.testimonial-header{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.testimonial-avatar{background:#fff3;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.1rem;font-weight:700;display:flex}.testimonial-info h4{margin:0;font-size:1.1rem}.position{opacity:.8;margin:.25rem 0 0;font-size:.9rem}.testimonial-body p{margin:0;font-size:1rem;font-style:italic;line-height:1.6}.contact-section{background:#f8f9fa;padding:4rem 1rem}.contact-section h2{text-align:center;color:#333;margin-bottom:1rem;font-size:2.5rem}.contact-content{grid-template-columns:1fr 1fr;gap:3rem;display:grid}.contact-form{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 8px #0000001a}.form-group{margin-bottom:1.5rem}.form-group label{color:#333;margin-bottom:.5rem;font-weight:500;display:block}.form-group input,.form-group textarea{border:1px solid #ddd;border-radius:4px;width:100%;padding:.75rem;font-family:inherit;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{border-color:#667eea;outline:none;box-shadow:0 0 0 3px #667eea1a}.btn-submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:4px;width:100%;padding:.75rem;font-size:1rem;font-weight:700;transition:transform .3s,box-shadow .3s}.btn-submit:hover{transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.contact-info{flex-direction:column;gap:2rem;display:flex}.info-item{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px #0000001a}.info-item h4{color:#333;margin:0 0 .75rem;font-size:1.1rem}.info-item p{color:#666;margin:0;line-height:1.6}.info-item a{color:#667eea;text-decoration:none;transition:color .3s}.info-item a:hover{color:#764ba2}.contact-section .social-links{gap:1rem;display:flex}.contact-section .social-icon{font-size:1.5rem;text-decoration:none;transition:transform .3s;display:inline-block}.contact-section .social-icon:hover{transform:scale(1.2)}footer{color:#ccc;text-align:center;background:#333;padding:2rem 1rem}.footer-content{max-width:1000px;margin:0 auto}footer p{margin:0}@media (width<=768px){.social-links{display:none}.hero-section{min-height:auto;padding:4rem 1rem}.hero-section h1{font-size:2.5rem}.hero-section p{font-size:1rem}.hero-cta{flex-direction:column}.hero-cta .btn{width:100%}.about-section h2,.services-section h2,.projects-section h2,.contact-section h2,.testimonials-section h2{font-size:2rem}.about-text p{font-size:1rem}.about-cta{flex-direction:column}.services-grid,.projects-grid,.testimonials-grid,.contact-content{grid-template-columns:1fr}}
