.about-section{min-height:100vh;padding:80px 20px;background:linear-gradient(135deg,hsl(var(--background)) 0,hsl(var(--muted)) 100%);color:hsl(var(--foreground));transition:all .3s ease}.section-title{font-size:clamp(2.5rem,5vw,4rem)}.section-subtitle{max-width:600px}.content-grid{display:grid;grid-template-columns:1fr;gap:60px;margin-bottom:60px}@media (min-width:1024px){.content-grid{grid-template-columns:400px 1fr;align-items:start}}.profile-column{display:flex;justify-content:center}.profile-card-wrapper{width:100%;max-width:350px}.profile-card{background:linear-gradient(145deg,rgba(255,107,0,.08),rgba(255,140,0,.03));border:1px solid hsl(var(--border));border-radius:24px;padding:40px 30px;transition:transform .3s ease,border-color .3s ease;transform-style:preserve-3d;position:relative;overflow:hidden;box-shadow:0 4px 20px rgba(255,107,0,.08)}.profile-card:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at var(--pointer-x,50%) var(--pointer-y,50%),rgba(255,107,0,.3) 0,transparent 50%);opacity:0;transition:opacity .3s ease}.profile-card.active{transform:rotateX(var(--rotate-y)) rotateY(var(--rotate-x));border-color:rgba(255,107,0,.4)}.profile-card.active:before{opacity:1}.card-content{z-index:1;text-align:center}.avatar-container{position:relative;width:200px;height:200px;margin:0 auto 24px}.avatar-image{width:100%;height:100%;border-radius:50%;object-fit:cover;border:4px solid rgba(255,107,0,.3);filter:grayscale(100%);transition:all .5s ease;display:block}.profile-card:hover .avatar-image{filter:grayscale(0);border-color:#ff6b00;transform:scale(1.05)}.card-info h3{font-size:1.5rem;font-weight:700;margin:0 0 8px;color:hsl(var(--foreground))}.card-info p{font-size:1rem;color:hsl(var(--muted-foreground));margin:0 0 12px}.handle{display:inline-block;padding:6px 16px;background:rgba(255,107,0,.15);border-radius:50px;font-size:.875rem;color:#ff6b00;font-weight:500}.text-column{display:flex;flex-direction:column;gap:40px}.bio-text p{font-size:1.0625rem;line-height:1.8;color:hsl(var(--foreground)/.9);margin-bottom:20px}.lead-text{font-size:1.25rem!important;color:hsl(var(--foreground))!important}.lead-text strong{color:#ff6b00;font-weight:600}.skills-title{font-size:1.5rem;font-weight:600;margin-bottom:24px;color:hsl(var(--foreground))}.skills-grid{gap:20px}.skill-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:16px;padding:20px;transition:all .3s ease}.skill-card:hover{background:rgba(255,107,0,.05);border-color:rgba(255,107,0,.3);transform:translateY(-2px);box-shadow:0 4px 20px rgba(255,107,0,.1)}.skill-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.skill-icon{width:24px;height:24px;color:#ff6b00}.skill-name{font-weight:500;font-size:1rem}.skill-bar-container{height:6px;background:hsl(var(--muted));border-radius:3px;overflow:hidden;margin-bottom:8px}.skill-bar{height:100%;background:linear-gradient(90deg,#ff6b00,#ff8c00);border-radius:3px;transition:width 1s ease}.skill-level{font-size:.875rem;color:hsl(var(--muted-foreground))}.stats-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px;margin-top:60px}.stat-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:20px;padding:32px 24px;display:flex;align-items:center;gap:20px;transition:all .3s ease}.stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(255,107,0,.15);border-color:rgba(255,107,0,.3);background:rgba(255,107,0,.03)}.stat-icon{width:48px;height:48px;color:#ff6b00;flex-shrink:0}.stat-value{font-size:2.5rem;font-weight:700;line-height:1;background:linear-gradient(135deg,hsl(var(--foreground)) 0,#ff6b00 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-label{font-size:.875rem;color:hsl(var(--muted-foreground));margin-top:4px}@media (max-width:768px){.about-section{padding:60px 16px}.section-header{margin-bottom:40px}.content-grid{gap:40px}.avatar-container{width:160px;height:160px}.bio-text p{font-size:1rem}.lead-text{font-size:1.125rem!important}.stats-section{grid-template-columns:1fr;gap:16px}.stat-value{font-size:2rem}}@media (max-width:480px){.section-title{font-size:2rem}.profile-card{padding:30px 20px}.avatar-container{width:140px;height:140px}}.portfolio-section{min-height:100vh;padding:80px 20px;background:hsl(var(--background));color:hsl(var(--foreground))}.container{max-width:1200px}.highlight-group{margin-bottom:40px}.highlight-group-item{height:100%}.highlighter-item{position:relative;overflow:hidden;padding:1px;border-radius:24px;transition:all .3s ease}.highlighter-item:before{content:"";position:absolute;left:-200px;top:-200px;width:400px;height:400px;background:#ff6b00;border-radius:50%;opacity:0;filter:blur(100px);transform:translate(var(--mouse-x,50%),var(--mouse-y,50%));transition:opacity .5s ease;pointer-events:none;z-index:1}.highlighter-item:hover:before{opacity:.15}.card-inner{position:relative;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:24px;padding:40px;overflow:hidden;z-index:2}.particles{position:absolute;inset:0;opacity:.1;transition:opacity .5s ease;pointer-events:none}.highlighter-item:hover .particles{opacity:.3}.skills-card{margin-bottom:40px}.skills-content{position:relative;display:grid;grid-template-columns:1fr;gap:40px;z-index:3}@media (min-width:768px){.skills-content{grid-template-columns:350px 1fr;align-items:center}}.skills-visual{position:relative;height:300px}.center-icon,.skills-visual{display:flex;align-items:center;justify-content:center}.center-icon{width:64px;height:64px;border-radius:50%;background:rgba(255,107,0,.1);border:2px solid rgba(255,107,0,.3);color:#ff6b00}.skill-badge{position:absolute;padding:8px 16px;background:hsl(var(--muted));border:1px solid hsl(var(--border));border-radius:20px;font-size:14px;transition:all .5s ease;color:hsl(var(--foreground))}.pointer{position:absolute;transition:all 1s cubic-bezier(.4,0,.2,1);pointer-events:none}.pointer-svg{fill:#ff6b00;stroke:#fff;stroke-width:1;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.skills-info{display:flex;flex-direction:column;gap:20px}.skills-title{font-size:2.5rem;font-weight:700;margin:0;background:linear-gradient(135deg,hsl(var(--foreground)) 0,#ff6b00 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.skills-description{font-size:1.125rem;color:hsl(var(--muted-foreground));margin:0;line-height:1.6}.tech-stack{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.tech-tag{padding:6px 14px;background:rgba(255,107,0,.1);border:1px solid rgba(255,107,0,.2);border-radius:20px;font-size:14px;color:#ff6b00;font-weight:500}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px;margin-bottom:40px}.skill-grid-item{height:100%}.skill-grid-inner{position:relative;padding:32px 24px;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:20px;display:flex;flex-direction:column;gap:16px;transition:all .3s ease;z-index:2}.skill-grid-inner:hover{transform:translateY(-4px)}.skill-icon-wrapper{width:56px;height:56px;border-radius:12px;background:rgba(255,107,0,.1);display:flex;align-items:center;justify-content:center;color:#ff6b00}.skill-name{font-size:1.25rem;font-weight:600;margin:0;color:hsl(var(--foreground))}.progress-container{height:8px;background:hsl(var(--muted));border-radius:4px;overflow:hidden}.progress-bar{height:100%;background:linear-gradient(90deg,#ff6b00,#ff8c00);border-radius:4px;transition:width 1s ease}.skill-percentage{font-size:.875rem;color:hsl(var(--muted-foreground));font-weight:600}.contact-content{position:relative;z-index:3}.contact-header{text-align:center;margin-bottom:40px}.contact-title{font-size:2.5rem;font-weight:700;margin:0 0 16px;background:linear-gradient(135deg,hsl(var(--foreground)) 0,#ff6b00 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.contact-description{font-size:1.125rem;color:hsl(var(--muted-foreground));max-width:600px;margin:0 auto}.contact-actions{display:flex;flex-direction:column;align-items:center;gap:24px}@media (min-width:640px){.contact-actions{flex-direction:row;justify-content:center}}.btn{padding:14px 32px;border-radius:12px;font-size:16px;font-weight:600;border:none;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:8px}.btn-primary{background:#ff6b00;color:#fff}.btn-primary:hover{background:#ff8c00;transform:translateY(-2px);box-shadow:0 8px 24px rgba(255,107,0,.3)}.contact-links{display:flex;gap:12px}.btn-icon{width:48px;height:48px;border-radius:12px;background:hsl(var(--card));border:1px solid hsl(var(--border));color:#ff6b00;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.btn-icon:hover{background:rgba(255,107,0,.1);border-color:#ff6b00;transform:translateY(-2px)}@media (max-width:768px){.portfolio-section{padding:60px 16px}.card-inner{padding:24px}.contact-title,.skills-title{font-size:2rem}.skills-visual{height:250px}.skills-grid{grid-template-columns:1fr}}.services-section{min-height:100vh;padding:80px 20px;background:linear-gradient(to bottom,hsl(var(--background)),hsl(var(--muted)/.2))}.container{max-width:1400px;margin:0 auto}.section-header{text-align:center;margin-bottom:60px}.section-tag{display:inline-block;padding:8px 20px;background:rgba(255,107,0,.1);border:1px solid rgba(255,107,0,.3);border-radius:50px;color:#ff6b00;font-size:14px;font-weight:500;margin-bottom:20px;text-transform:uppercase;letter-spacing:.5px}.section-title{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;margin:0 0 16px;background:linear-gradient(135deg,hsl(var(--foreground)) 0,#ff6b00 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-subtitle{font-size:1.125rem;color:hsl(var(--muted-foreground));max-width:700px;margin:0 auto;line-height:1.6}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1px;background:hsl(var(--border));border:1px solid hsl(var(--border));border-radius:24px;overflow:hidden;margin-bottom:60px}@media (min-width:768px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.services-grid{grid-template-columns:repeat(4,1fr)}}.service-card-wrapper{animation:fadeInUp .6s ease-out backwards;animation-delay:calc(var(--index) * .1s)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.service-card{position:relative;background:hsl(var(--card));padding:32px 24px;height:100%;overflow:hidden;transition:all .3s ease}.gradient-effect{position:absolute;inset:0;opacity:0;transition:opacity .3s ease;pointer-events:none;z-index:1}.gradient-top{background:linear-gradient(to top,transparent 0,hsl(var(--muted)) 100%)}.gradient-bottom{background:linear-gradient(to bottom,transparent 0,hsl(var(--muted)) 100%)}.service-card:hover .gradient-effect{opacity:.5}.side-indicator{position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:24px;background:hsl(var(--muted-foreground)/.3);border-radius:0 4px 4px 0;transition:all .3s ease;z-index:2}.service-card:hover .side-indicator{height:48px;background:#ff6b00}.card-content{position:relative;z-index:2;display:flex;flex-direction:column;gap:16px;height:100%}.icon-wrapper{width:56px;height:56px;border-radius:12px;background:rgba(255,107,0,.1);display:flex;align-items:center;justify-content:center;color:#ff6b00;transition:all .3s ease}.service-card:hover .icon-wrapper{background:rgba(255,107,0,.15);transform:scale(1.05)}.service-title{font-size:1.25rem;font-weight:600;color:hsl(var(--foreground));margin:0;transition:transform .3s ease}.service-card:hover .service-title{transform:translateX(8px)}.service-description{font-size:.9375rem;line-height:1.6;color:hsl(var(--muted-foreground));margin:0;flex-grow:1}.tags-container{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto}.tag{padding:6px 12px;background:hsl(var(--muted));border:1px solid hsl(var(--border));border-radius:6px;font-size:.75rem;font-weight:500;color:hsl(var(--foreground));transition:all .3s ease}.service-card:hover .tag{background:rgba(255,107,0,.1);border-color:rgba(255,107,0,.3);color:#ff6b00}.additional-skills{text-align:center;padding:40px 20px;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:24px}.skills-subtitle{font-size:1.5rem;font-weight:600;color:hsl(var(--foreground));margin:0 0 24px}.skills-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.skill-badge{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:rgba(255,107,0,.1);border:1px solid rgba(255,107,0,.2);border-radius:50px;color:#ff6b00;font-size:.9375rem;font-weight:500;transition:all .3s ease;cursor:default}.skill-badge:hover{background:rgba(255,107,0,.15);border-color:#ff6b00;transform:translateY(-2px);box-shadow:0 4px 12px rgba(255,107,0,.2)}@media (max-width:1024px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.services-section{padding:60px 16px}.services-grid{grid-template-columns:1fr;gap:1px}.service-card{padding:24px 20px}.section-title{font-size:2rem}.skills-badges{gap:8px}.skill-badge{padding:8px 16px;font-size:.875rem}}@media (max-width:480px){.icon-wrapper{width:48px;height:48px}.service-title{font-size:1.125rem}.service-description{font-size:.875rem}}