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