@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--primary-color: #2563eb;--primary-dark: #1d4ed8;--secondary-color: #64748b;--accent-color: #3b82f6;--background-color: #f8fafc;--surface-color: #ffffff;--text-primary: #1e293b;--text-secondary: #64748b;--text-muted: #94a3b8;--border-color: #e2e8f0;--success-color: #16a34a;--warning-color: #f59e0b;--error-color: #ef4444;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem;--spacing-3xl: 4rem;--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", sans-serif;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--font-size-3xl: 1.875rem;--font-size-4xl: 2.25rem;--font-size-5xl: 3rem;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--radius-sm: .25rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--radius-2xl: 1.5rem;--transition-fast: .15s ease;--transition-normal: .3s ease;--transition-slow: .5s ease;font-family:var(--font-family);line-height:1.6;font-weight:400;color:var(--text-primary);background-color:var(--background-color);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:80px}body{margin:0;min-width:320px;min-height:100vh;font-size:var(--font-size-base);line-height:1.6;color:var(--text-primary);background-color:var(--background-color);overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:var(--spacing-md);color:var(--text-primary)}h1{font-size:var(--font-size-5xl);font-weight:700}h2{font-size:var(--font-size-4xl);color:var(--primary-color)}h3{font-size:var(--font-size-3xl)}h4{font-size:var(--font-size-2xl)}h5{font-size:var(--font-size-xl)}h6{font-size:var(--font-size-lg)}p{margin-bottom:var(--spacing-md);color:var(--text-secondary);line-height:1.7}a{color:var(--primary-color);text-decoration:none;transition:color var(--transition-normal)}a:hover{color:var(--primary-dark)}ul,ol{margin-bottom:var(--spacing-md)}li{margin-bottom:var(--spacing-xs)}img{max-width:100%;height:auto;display:block}:focus{outline:2px solid var(--primary-color);outline-offset:2px}:focus:not(:focus-visible){outline:none}::selection{background-color:#2563eb33;color:var(--text-primary)}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#f8fafcf2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(226,232,240,.5);transition:all .3s ease}.header.scrolled{background:#fffffff2;box-shadow:0 4px 6px -1px #0000001a}.header-content{display:flex;align-items:center;justify-content:space-between;padding:1rem 0}.logo{cursor:pointer;transition:transform .3s ease}.logo:hover{transform:scale(1.05)}.logo-text{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#2563eb,#1d4ed8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.desktop-nav{display:flex}.nav-list{display:flex;list-style:none;gap:2rem;margin:0;padding:0}.nav-link{background:none;border:none;color:#64748b;font-size:1rem;font-weight:500;cursor:pointer;padding:.5rem 1rem;border-radius:.5rem;transition:all .3s ease;position:relative}.nav-link:hover{color:#2563eb;background:#2563eb1a}.nav-link:after{content:"";position:absolute;bottom:-2px;left:50%;width:0;height:2px;background:#2563eb;transition:all .3s ease;transform:translate(-50%)}.nav-link:hover:after{width:80%}.mobile-menu-btn{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem;gap:4px}.mobile-menu-btn span{width:25px;height:3px;background:#64748b;border-radius:2px;transition:all .3s ease}.mobile-menu-btn.open span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.mobile-menu-btn.open span:nth-child(2){opacity:0}.mobile-menu-btn.open span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.mobile-nav{position:absolute;top:100%;left:0;right:0;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(226,232,240,.5);box-shadow:0 4px 6px -1px #0000001a;max-height:0;overflow:hidden;transition:all .3s ease;opacity:0;visibility:hidden}.mobile-nav.open{max-height:500px;opacity:1;visibility:visible}.mobile-nav-list{list-style:none;padding:1rem 0;margin:0}.mobile-nav-link{display:block;width:100%;background:none;border:none;color:#64748b;font-size:1.1rem;font-weight:500;cursor:pointer;padding:1rem 2rem;text-align:left;transition:all .3s ease}.mobile-nav-link:hover{color:#2563eb;background:#2563eb1a}@media (max-width: 768px){.desktop-nav{display:none}.mobile-menu-btn{display:flex}.header-content{padding:.75rem 0}.logo-text{font-size:1.25rem}}@media (max-width: 480px){.mobile-nav-link{padding:.75rem 1rem;font-size:1rem}}.animated-background{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:0;pointer-events:none}.grid-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(rgba(37,99,235,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(37,99,235,.1) 1px,transparent 1px);background-size:50px 50px;animation:gridMove 20s linear infinite}@keyframes gridMove{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.gradient-orb{position:absolute;border-radius:50%;filter:blur(40px);animation:float 15s ease-in-out infinite}.orb-1{width:300px;height:300px;background:radial-gradient(circle,rgba(37,99,235,.3) 0%,transparent 70%);top:10%;left:10%;animation-delay:0s}.orb-2{width:200px;height:200px;background:radial-gradient(circle,rgba(168,85,247,.2) 0%,transparent 70%);top:60%;right:15%;animation-delay:5s}.orb-3{width:250px;height:250px;background:radial-gradient(circle,rgba(34,197,94,.2) 0%,transparent 70%);bottom:20%;left:20%;animation-delay:10s}@keyframes float{0%,to{transform:translateY(0) translate(0) scale(1)}25%{transform:translateY(-20px) translate(10px) scale(1.1)}50%{transform:translateY(0) translate(20px) scale(1)}75%{transform:translateY(20px) translate(10px) scale(.9)}}.floating-code{position:absolute;bottom:-50px;background:#1e293be6;color:#64ffda;padding:8px 12px;border-radius:6px;font-family:Courier New,monospace;font-size:12px;white-space:nowrap;border:1px solid rgba(37,99,235,.3);box-shadow:0 4px 15px #2563eb33;animation:floatUp 15s linear infinite;transform:perspective(1000px) rotateX(0) rotateY(0)}@keyframes floatUp{0%{transform:translateY(0) perspective(1000px) rotateX(0) rotateY(0);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translateY(-100vh) perspective(1000px) rotateX(360deg) rotateY(180deg);opacity:0}}.geometric-shape{position:absolute;bottom:-100px;animation:shapeFloat 20s linear infinite}.geometric-shape.cube{width:40px;height:40px;background:linear-gradient(45deg,#2563eb99,#1d4ed8cc);border:2px solid rgba(37,99,235,.8);transform-style:preserve-3d;animation:shapeFloat 20s linear infinite,rotateCube 8s linear infinite}.geometric-shape.pyramid{width:0;height:0;border-left:25px solid transparent;border-right:25px solid transparent;border-bottom:40px solid rgba(168,85,247,.7);animation:shapeFloat 20s linear infinite,rotatePyramid 6s linear infinite}.geometric-shape.sphere{width:35px;height:35px;border-radius:50%;background:radial-gradient(circle at 30% 30%,#22c55ecc,#16a34a99);box-shadow:0 0 20px #22c55e66;animation:shapeFloat 20s linear infinite,pulseSphere 4s ease-in-out infinite}.geometric-shape.hexagon{width:40px;height:35px;background:#f59e0bb3;position:relative;margin:17.5px 0;border-left:20px solid transparent;border-right:20px solid transparent;border-bottom:12px solid rgba(245,158,11,.7);transform:rotate(180deg);animation:shapeFloat 20s linear infinite,rotateHexagon 5s linear infinite}@keyframes shapeFloat{0%{transform:translateY(0) translate(0) scale(.5);opacity:0}10%{opacity:1;transform:scale(1)}90%{opacity:1}to{transform:translateY(-120vh) translate(50px) scale(.3);opacity:0}}@keyframes rotateCube{0%{transform:rotateX(0) rotateY(0) rotate(0)}to{transform:rotateX(360deg) rotateY(360deg) rotate(360deg)}}@keyframes rotatePyramid{0%{transform:rotateY(0) rotate(0)}to{transform:rotateY(360deg) rotate(180deg)}}@keyframes pulseSphere{0%,to{transform:scale(1);box-shadow:0 0 20px #22c55e66}50%{transform:scale(1.2);box-shadow:0 0 30px #22c55ecc}}@keyframes rotateHexagon{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.binary-particle{position:absolute;bottom:-20px;color:#2563eb99;font-family:Courier New,monospace;font-weight:700;animation:binaryFloat 10s linear infinite;text-shadow:0 0 10px rgba(37,99,235,.5)}@keyframes binaryFloat{0%{transform:translateY(0) rotate(0);opacity:0}10%{opacity:1}90%{opacity:.8}to{transform:translateY(-100vh) rotate(720deg);opacity:0}}.circuit-line{position:absolute;bottom:-5px;height:2px;background:linear-gradient(90deg,transparent 0%,rgba(37,99,235,.8) 20%,rgba(37,99,235,1) 50%,rgba(37,99,235,.8) 80%,transparent 100%);animation:circuitMove 12s linear infinite;box-shadow:0 0 10px #2563eb80}@keyframes circuitMove{0%{transform:translateY(0) scaleX(0);opacity:0}10%{transform:scaleX(1);opacity:1}90%{opacity:1}to{transform:translateY(-100vh) scaleX(.5);opacity:0}}.tech-icon{position:absolute;font-size:2rem;color:#2563eb4d;font-weight:700;animation:techPulse 4s ease-in-out infinite}.icon-1{top:15%;left:15%;animation-delay:0s}.icon-2{top:25%;right:20%;animation-delay:1s}.icon-3{bottom:30%;left:25%;animation-delay:2s}.icon-4{top:60%;right:30%;animation-delay:3s}.icon-5{bottom:20%;right:15%;animation-delay:4s}@keyframes techPulse{0%,to{transform:scale(1);opacity:.3;text-shadow:0 0 10px rgba(37,99,235,.3)}50%{transform:scale(1.2);opacity:.7;text-shadow:0 0 20px rgba(37,99,235,.6)}}@media (max-width: 768px){.floating-code{font-size:10px;padding:6px 8px}.geometric-shape{transform:scale(.7)}.tech-icon{font-size:1.5rem}.gradient-orb{transform:scale(.7)}}.hero{min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;padding-top:80px;background:linear-gradient(135deg,#0f172a,#1e293b,#334155)}.hero-background{position:absolute;inset:0;z-index:1;pointer-events:none}.hero-pattern{position:absolute;inset:0;background-image:radial-gradient(circle at 25% 25%,rgba(37,99,235,.1) 0%,transparent 50%),radial-gradient(circle at 75% 75%,rgba(59,130,246,.1) 0%,transparent 50%);background-size:400px 400px;animation:float 20s ease-in-out infinite}@keyframes float{0%,to{transform:translate(0) rotate(0)}33%{transform:translate(30px,-30px) rotate(120deg)}66%{transform:translate(-20px,20px) rotate(240deg)}}.hero .container{position:relative;z-index:10}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;width:100%}.hero-text{z-index:1;max-width:600px;background:#0f172a66;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:20px;padding:2.5rem;border:1px solid rgba(37,99,235,.3);box-shadow:0 8px 32px #0006}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:1rem;color:#f8fafc;text-shadow:0 2px 4px rgba(0,0,0,.3)}.name-highlight{background:linear-gradient(135deg,#2563eb,#1d4ed8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.5rem;font-weight:500;margin-bottom:1.5rem;height:2rem;color:#94a3b8}.typing-text{display:inline-block}.cursor{display:inline-block;background:#2563eb;margin-left:2px;width:2px;animation:blink 1s infinite}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.hero-description{font-size:1.125rem;line-height:1.7;color:#cbd5e1;margin-bottom:2.5rem;max-width:600px}.hero-actions{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.hero-social{display:flex;gap:1rem}.social-link{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#fff;border-radius:50%;color:#64748b;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 6px -1px #0000001a}.social-link:hover{color:#2563eb;transform:translateY(-2px);box-shadow:0 8px 25px -5px #2563eb4d}.hero-visual{display:flex;justify-content:center;align-items:center;position:relative}.hero-avatar{position:relative;width:300px;height:300px;display:flex;align-items:center;justify-content:center}.avatar-image{width:200px;height:200px;border-radius:50%;overflow:hidden;position:relative;z-index:2;box-shadow:0 20px 40px -10px #2563eb4d;border:4px solid white;background:linear-gradient(135deg,#2563eb,#1d4ed8)}.profile-photo{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease}.profile-photo:hover{transform:scale(1.05)}.avatar-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:250px;height:250px;border-radius:50%;background:radial-gradient(circle,rgba(37,99,235,.2) 0%,transparent 70%);animation:pulse 3s ease-in-out infinite}@keyframes pulse{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.7}50%{transform:translate(-50%,-50%) scale(1.1);opacity:.4}}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:1}.scroll-arrow{cursor:pointer;color:#64748b;transition:all .3s ease;animation:bounce 2s infinite}.scroll-arrow:hover{color:#2563eb;transform:translateY(-2px)}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@media (max-width: 1024px){.hero-content{grid-template-columns:1fr;gap:3rem;text-align:center}.hero-visual{order:-1}.avatar-image{width:150px;height:150px}.avatar-glow{width:200px;height:200px}}@media (max-width: 768px){.hero{padding-top:60px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.25rem}.hero-description{font-size:1rem}.hero-actions,.hero-social{justify-content:center}}@media (max-width: 480px){.hero-title{font-size:2rem}.hero-actions{flex-direction:column;align-items:center}.btn{width:100%;max-width:250px}}.about{background:#fff;position:relative}.about:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#e2e8f0,transparent)}.section-title{text-align:center;margin-bottom:3rem;position:relative}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:3px;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:2px}.about-content{display:grid;grid-template-columns:1.2fr .8fr;gap:4rem;margin-bottom:4rem;align-items:start}.about-description p{margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8;color:#64748b;text-align:justify}.about-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:2rem}.stat-item{text-align:center;padding:1.5rem;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:1rem;transition:transform .3s ease;box-shadow:0 4px 15px -3px #2563eb4d}.stat-item:hover{transform:translateY(-5px);box-shadow:0 8px 25px -5px #2563eb66}.stat-number{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:.5rem;text-shadow:0 2px 4px rgba(0,0,0,.1)}.stat-label{font-size:.9rem;color:#ffffffe6;font-weight:600}.about-highlights{display:flex;flex-direction:column;position:relative}.about-photo-desktop{width:150px;height:150px;border-radius:50%;overflow:hidden;border:4px solid white;box-shadow:0 10px 30px -5px #2563eb4d;margin:0 auto 2rem;position:relative;z-index:1}.about-photo-mobile{display:none;width:100px;height:100px;border-radius:50%;overflow:hidden;border:3px solid white;box-shadow:0 8px 25px -5px #2563eb33;margin:0 auto 1.5rem}.about-profile-photo{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease}.about-profile-photo:hover{transform:scale(1.05)}.highlights-content{position:relative;z-index:2}.highlights-title{font-size:1.8rem;color:#1e293b;margin-bottom:2rem;text-align:center;font-weight:600}.highlights-grid{display:flex;flex-direction:column;gap:1.5rem}.highlight-card{padding:2rem;background:#fff;border:1px solid #e2e8f0;border-radius:1rem;transition:all .3s ease;position:relative;overflow:hidden;box-shadow:0 2px 8px -2px #0000001a}.highlight-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:scaleY(0);transition:transform .3s ease}.highlight-card:hover:before{transform:scaleY(1)}.highlight-card:hover{transform:translate(8px);box-shadow:0 10px 25px -5px #2563eb1a}.highlight-icon{width:48px;height:48px;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:1rem}.highlight-title{font-size:1.1rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.highlight-description{color:#64748b;line-height:1.6;font-size:.95rem}.about-personal{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:1.5rem;padding:2.5rem;margin-top:2rem}.personal-info h3{color:#1e293b;margin-bottom:1.5rem;font-size:1.5rem}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.info-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#fff;border-radius:.75rem;box-shadow:0 2px 4px -1px #0000000f}.info-label{font-weight:500;color:#64748b;display:flex;align-items:center;gap:.5rem}.info-value{font-weight:600;color:#1e293b}@media (max-width: 1024px){.about-content{grid-template-columns:1fr;gap:3rem}.about-stats{grid-template-columns:repeat(4,1fr)}.about-photo-desktop{width:120px;height:120px;margin-bottom:1.5rem}.about-photo-mobile{display:block}}@media (max-width: 768px){.about-stats{grid-template-columns:repeat(2,1fr);gap:1rem}.stat-item{padding:1rem}.stat-number{font-size:2rem}.about-personal{padding:1.5rem}.info-grid{grid-template-columns:1fr;gap:1rem}.info-item{flex-direction:column;text-align:center;gap:.5rem}.about-photo-desktop{width:100px;height:100px}.highlights-title{font-size:1.5rem}.highlight-card{padding:1.5rem}}@media (max-width: 480px){.about-stats{grid-template-columns:1fr}.highlights-grid{gap:1rem}.highlight-card{padding:1rem}}.experience{background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.timeline{position:relative;max-width:900px;margin:0 auto}.timeline-item{display:flex;margin-bottom:3rem;position:relative}.timeline-marker{position:relative;margin-right:2rem;display:flex;flex-direction:column;align-items:center}.timeline-dot{width:16px;height:16px;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:50%;border:4px solid white;box-shadow:0 4px 8px #2563eb4d;z-index:2;position:relative}.timeline-line{width:2px;flex:1;background:linear-gradient(180deg,#2563eb,#e2e8f0);margin-top:1rem}.experience-card{flex:1;background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .3s ease;border:1px solid #e2e8f0;position:relative;overflow:hidden}.experience-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(135deg,#2563eb,#1d4ed8)}.experience-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.experience-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.experience-title{flex:1}.position{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:.25rem}.company{font-size:1.1rem;font-weight:500;color:#2563eb;margin-bottom:0}.experience-meta{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem;text-align:right}.duration{font-size:.9rem;font-weight:500;color:#64748b}.location{font-size:.85rem;color:#94a3b8}.job-type{font-size:.75rem;padding:.25rem .75rem;border-radius:1rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.job-type.full-time{background:#22c55e1a;color:#16a34a}.job-type.freelance{background:#a855f71a;color:#a855f7}.experience-content{display:flex;flex-direction:column;gap:1.5rem}.achievements{list-style:none;padding:0;margin:0}.achievement-item{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem;font-size:.95rem;line-height:1.6;color:#64748b}.technologies{display:flex;flex-direction:column;gap:.75rem}.tech-label{font-size:.9rem;font-weight:500;color:#64748b}.tech-tags{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{font-size:.8rem;padding:.25rem .75rem;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);color:#475569;border-radius:1rem;font-weight:500;transition:all .3s ease}.tech-tag:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;transform:translateY(-1px)}@media (max-width: 768px){.timeline-marker{margin-right:1rem}.experience-card{padding:1.5rem}.experience-header{flex-direction:column;align-items:flex-start}.experience-meta{align-items:flex-start;text-align:left}.position{font-size:1.1rem}.company{font-size:1rem}}@media (max-width: 480px){.timeline-item{margin-bottom:2rem}.timeline-marker{margin-right:.75rem}.experience-card{padding:1rem}.achievement-item{font-size:.9rem}.tech-tags{gap:.25rem}.tech-tag{font-size:.75rem;padding:.2rem .5rem}}.skills{background:#fff}.skills-content{display:grid;grid-template-columns:300px 1fr;gap:3rem;margin-bottom:3rem}.skills-categories{display:flex;flex-direction:column;gap:.5rem;position:sticky;top:100px;height:fit-content}.category-btn{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:transparent;border:2px solid #e2e8f0;border-radius:1rem;cursor:pointer;transition:all .3s ease;text-align:left;width:100%}.category-btn:hover{border-color:#2563eb;background:#2563eb0d}.category-btn.active{background:linear-gradient(135deg,#2563eb,#1d4ed8);border-color:#2563eb;color:#fff;transform:translate(8px)}.category-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.category-title{font-weight:500;font-size:.95rem}.skills-display{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:1.5rem;padding:2.5rem}.skills-header{margin-bottom:2rem}.skills-category-title{font-size:1.5rem;color:#1e293b;margin-bottom:.5rem}.skills-description{color:#64748b;font-size:1rem}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.skill-card{background:#fff;padding:1.5rem;border-radius:1rem;box-shadow:0 2px 4px -1px #0000000f;transition:all .3s ease;border:1px solid #e2e8f0}.skill-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px -5px #0000001a}.skill-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.skill-info{display:flex;align-items:center;gap:.75rem}.skill-icon{flex-shrink:0}.skill-name{font-size:1.1rem;font-weight:600;color:#1e293b;margin:0}.skill-level{font-size:.8rem;font-weight:500;padding:.25rem .75rem;border-radius:1rem;background:#fffc}.skill-progress{margin-bottom:.75rem}.progress-bar{width:100%;height:6px;background:#e2e8f0;border-radius:3px;overflow:hidden}.progress-fill{height:100%;border-radius:3px;transition:width .8s ease;position:relative}.progress-fill:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 2s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.skill-experience{display:flex;align-items:center;gap:.5rem}.experience-text{font-size:.85rem;color:#64748b;font-weight:500}.skills-summary{margin-top:3rem}.expertise-highlights{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.highlight{display:flex;flex-direction:column;align-items:center;gap:.5rem}.highlight-number{font-size:2rem;font-weight:700;color:#fff}.highlight-text{font-size:.9rem;opacity:.9;color:#fff}@media (max-width: 1024px){.skills-content{grid-template-columns:1fr;gap:2rem}.skills-categories{position:static;flex-direction:row;overflow-x:auto;gap:1rem;padding-bottom:1rem}.category-btn{flex-shrink:0;min-width:200px}.category-btn.active{transform:none}}@media (max-width: 768px){.skills-display{padding:1.5rem}.skills-grid{grid-template-columns:1fr;gap:1rem}.skill-card{padding:1rem}.expertise-highlights{grid-template-columns:1fr;gap:1rem}.summary-card{padding:1.5rem}}@media (max-width: 480px){.skills-categories{flex-direction:column}.category-btn{min-width:auto}.skill-header{flex-direction:column;align-items:flex-start;gap:.5rem}}.projects{background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.projects-filter{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.filter-btn{padding:.75rem 1.5rem;background:#fff;border:2px solid #e2e8f0;border-radius:2rem;font-weight:500;cursor:pointer;transition:all .3s ease;color:#64748b}.filter-btn.active{background:linear-gradient(135deg,#2563eb,#1d4ed8);border-color:#2563eb;color:#fff;transform:translateY(-2px);box-shadow:0 8px 25px -5px #2563eb4d}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:3rem}.project-card{background:#fff;border-radius:1.5rem;padding:2rem;box-shadow:0 4px 6px -1px #0000001a;transition:all .3s ease;border:1px solid #e2e8f0;display:flex;flex-direction:column;height:100%}.project-card:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.project-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.project-icon{width:48px;height:48px;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff}.project-type{display:flex;align-items:center}.type-badge{font-size:.75rem;padding:.25rem .75rem;border-radius:1rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.type-badge.professional{background:#22c55e1a;color:#16a34a}.type-badge.personal{background:#3b82f61a;color:#2563eb}.type-badge.mvp{background:#a855f71a;color:#a855f7}.project-content{flex:1;display:flex;flex-direction:column;gap:1rem}.project-name{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0}.project-description{color:#64748b;line-height:1.6;font-size:.95rem}.project-role{color:#64748b;font-size:.9rem}.project-achievements h4,.project-technologies h4{font-size:.9rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.achievements-list{list-style:none;padding:0;margin:0}.achievement-item{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.5rem;font-size:.85rem;line-height:1.5;color:#64748b}.achievement-item svg{color:#22c55e;margin-top:.1rem;flex-shrink:0}.tech-stack{display:flex;flex-wrap:wrap;gap:.5rem}.tech-item{font-size:.75rem;padding:.25rem .75rem;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);color:#475569;border-radius:1rem;font-weight:500;transition:all .3s ease}.tech-item:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;transform:translateY(-1px)}.project-footer{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.project-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:transparent;border:2px solid #2563eb;border-radius:.5rem;color:#2563eb;font-weight:500;cursor:pointer;transition:all .3s ease;width:100%;justify-content:center}.project-btn:hover{background:#2563eb;color:#fff;transform:translateY(-2px)}.projects-summary{background:#fff;border-radius:1.5rem;padding:2.5rem;text-align:center;box-shadow:0 4px 6px -1px #0000001a}.summary-content h3{font-size:1.5rem;color:#1e293b;margin-bottom:1rem}.summary-content p{color:#64748b;line-height:1.6;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.project-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.stat-number{font-size:2rem;font-weight:700;color:#2563eb}@media (max-width: 768px){.projects-grid{grid-template-columns:1fr;gap:1.5rem}.project-card{padding:1.5rem}.projects-filter{gap:.5rem}.filter-btn{padding:.5rem 1rem;font-size:.9rem}.project-stats{grid-template-columns:1fr;gap:1rem}.projects-summary{padding:1.5rem}}@media (max-width: 480px){.projects-filter{flex-direction:column;align-items:center}.filter-btn{width:100%;max-width:200px}.project-card{padding:1rem}.project-header{flex-direction:column;gap:1rem;align-items:flex-start}.tech-stack{gap:.25rem}.tech-item{font-size:.7rem;padding:.2rem .5rem}}.testimonials{padding:80px 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0);min-height:100vh}.testimonials .container{max-width:1200px;margin:0 auto;padding:0 20px}.testimonials .section-title{text-align:center;font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:2rem;position:relative}.testimonials .section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:4px;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:2px}.testimonials .section-subtitle{text-align:center;font-size:1.1rem;color:#64748b;margin-bottom:3rem}.testimonials-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;margin-bottom:3rem}.stat-card{background:#fff;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 4px 6px #0000000d;border:1px solid #e2e8f0;transition:transform .3s ease,box-shadow .3s ease}.stat-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.stat-number{font-size:2.5rem;font-weight:700;color:#2563eb;margin-bottom:.5rem}.stat-label{font-size:.9rem;color:#64748b;font-weight:500}.stat-stars{margin-top:.5rem}.testimonials-filter{margin-bottom:3rem;text-align:center}.testimonials-filter h3{font-size:1.3rem;color:#1e293b;margin-bottom:1rem}.filter-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}.filter-btn{padding:.5rem 1rem;border:2px solid #e2e8f0;background:#fff;color:#64748b;border-radius:25px;cursor:pointer;transition:all .3s ease;font-weight:500}.filter-btn:hover{border-color:#2563eb;color:#2563eb}.filter-btn.active{background:#2563eb;border-color:#2563eb;color:#fff}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:4rem;max-width:1200px;margin-left:auto;margin-right:auto;align-items:stretch}.testimonial-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 6px #0000000d;border:1px solid #e2e8f0;transition:transform .3s ease,box-shadow .3s ease;position:relative;height:100%;min-height:400px;display:flex;flex-direction:column;justify-content:space-between}.testimonial-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0000001a}.testimonial-top{flex-grow:1;display:flex;flex-direction:column}.testimonial-bottom{margin-top:auto;padding-top:1rem;border-top:1px solid #f1f5f9}.testimonial-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.client-info{display:flex;align-items:center;gap:1rem}.client-avatar{width:50px;height:50px;min-width:50px;min-height:50px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#1d4ed8);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1rem;flex-shrink:0;box-sizing:border-box}.client-details{display:flex;flex-direction:column}.client-name-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.client-name{font-size:1.1rem;font-weight:600;color:#1e293b;margin:0}.repeat-client-badge{background:linear-gradient(135deg,#059669,#047857);color:#fff;padding:.15rem .5rem;border-radius:12px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.client-location{display:flex;align-items:center;gap:.5rem;margin-top:.25rem}.flag{font-size:1.2rem}.country{font-size:.9rem;color:#64748b}.review-meta{text-align:right}.rating{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.star{color:#fbbf24;font-size:1.2rem}.star.empty{color:#e5e7eb}.rating-number{font-weight:600;color:#1e293b}.review-date{font-size:.8rem;color:#64748b}.project-category{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.category-tag{background:#eff6ff;color:#2563eb;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500}.verified-badge{display:flex;align-items:center;gap:.25rem;color:#059669;font-size:.8rem;font-weight:500}.verified-badge svg{color:#059669}.review-text{font-size:1rem;line-height:1.6;color:#374151;margin-bottom:1rem;font-style:italic;flex-grow:1}.review-text.collapsed{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.expand-btn{background:none;border:none;color:#2563eb;font-size:.9rem;cursor:pointer;padding:0;margin-top:.5rem;text-decoration:underline;font-weight:500}.expand-btn:hover{color:#1d4ed8}.project-details{font-size:.9rem;color:#64748b;margin-bottom:.5rem;padding:.75rem;background:#f8fafc;border-radius:8px;border-left:3px solid #2563eb}.helpful-section{padding-top:.5rem;margin-top:.5rem}.helpful-text{font-size:.8rem;color:#64748b}.testimonials-cta{text-align:center;background:#fff;padding:3rem 2rem;border-radius:16px;box-shadow:0 4px 6px #0000000d;border:1px solid #e2e8f0}.testimonials-cta h3{font-size:1.8rem;color:#1e293b;margin-bottom:1rem}.testimonials-cta p{font-size:1.1rem;color:#64748b;margin-bottom:2rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-btn{padding:.75rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem}.cta-btn.primary{background:#2563eb;color:#fff;border:2px solid #2563eb}.cta-btn.primary:hover{background:#1d4ed8;border-color:#1d4ed8;transform:translateY(-2px)}.cta-btn.secondary{background:transparent;color:#2563eb;border:2px solid #2563eb}.cta-btn.secondary:hover{background:#2563eb;color:#fff;transform:translateY(-2px)}@media (max-width: 1024px){.testimonials-grid{grid-template-columns:repeat(2,1fr);max-width:800px;gap:1.5rem}}@media (max-width: 768px){.testimonials-stats{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem}.stat-card{padding:1.5rem 1rem}.stat-number{font-size:2rem}.testimonials-grid{grid-template-columns:1fr;gap:1.5rem}.testimonial-header{flex-direction:column;gap:1rem}.review-meta{text-align:left}.client-name-row{flex-direction:column;align-items:flex-start;gap:.25rem}.cta-buttons{flex-direction:column;align-items:center}.cta-btn{width:100%;max-width:300px;justify-content:center}.filter-buttons{gap:.25rem}.filter-btn{padding:.4rem .8rem;font-size:.9rem}}.education{background:#fff}.education-content{display:flex;flex-direction:column;gap:4rem}.subsection-title{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;color:#1e293b;margin-bottom:2rem;padding-bottom:.5rem;border-bottom:2px solid #e2e8f0}.subsection-title svg{color:#2563eb}.education-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.education-card{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:1rem;padding:2rem;transition:all .3s ease;border:1px solid #e2e8f0;position:relative;overflow:hidden}.education-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(135deg,#2563eb,#1d4ed8)}.education-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a}.education-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.education-icon{width:48px;height:48px;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff}.status-badge{font-size:.75rem;padding:.25rem .75rem;border-radius:1rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.status-badge.completed{background:#22c55e1a;color:#16a34a}.status-badge.in-progress{background:#3b82f61a;color:#3b82f6}.degree{font-size:1.1rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.institution{font-size:1rem;font-weight:500;color:#2563eb;margin-bottom:1rem}.education-meta{display:flex;flex-direction:column;gap:.25rem}.duration,.location{font-size:.9rem;color:#64748b}.certifications-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.certification-card{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a;transition:all .3s ease;border:1px solid #e2e8f0}.certification-card:hover{transform:translateY(-2px);box-shadow:0 10px 25px -5px #0000001a}.certification-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.certification-icon{width:40px;height:40px;background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff}.cert-year{font-size:.8rem;font-weight:500;color:#64748b;background:#f1f5f9;padding:.25rem .75rem;border-radius:1rem}.cert-name{font-size:1rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.cert-issuer{font-size:.9rem;color:#64748b;margin-bottom:.75rem}.cert-description{font-size:.85rem;color:#64748b;line-height:1.5;margin-bottom:1rem}.cert-skills{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag{font-size:.75rem;padding:.25rem .75rem;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);color:#475569;border-radius:1rem;font-weight:500}.awards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.award-card{background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:1rem;padding:2rem;transition:all .3s ease;border:1px solid #f59e0b;display:flex;gap:1.5rem;align-items:flex-start}.award-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #f59e0b33}.award-icon{color:#d97706;flex-shrink:0}.award-content{flex:1}.award-title{font-size:1.1rem;font-weight:600;color:#92400e;margin-bottom:.5rem}.award-organization{font-size:.9rem;font-weight:500;color:#b45309;margin-bottom:.75rem}.award-description{font-size:.9rem;color:#a16207;line-height:1.5;margin-bottom:1rem}.award-meta{display:flex;gap:1rem;font-size:.8rem;color:#92400e}.education-summary{margin-top:3rem}.summary-card{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;padding:2.5rem;border-radius:1.5rem;text-align:center}.summary-card h3{font-size:1.5rem;margin-bottom:1rem;color:#fff}.summary-card p{font-size:1.1rem;line-height:1.6;margin-bottom:2rem;opacity:.9;color:#fff}.learning-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.stat{display:flex;flex-direction:column;align-items:center;gap:.5rem}.stat-number{font-size:2rem;font-weight:700;color:#fff}.stat-label{font-size:.9rem;opacity:.9;color:#fff}@media (max-width: 768px){.education-grid,.certifications-grid,.awards-grid{grid-template-columns:1fr}.education-card,.certification-card{padding:1.5rem}.award-card{padding:1.5rem;flex-direction:column;text-align:center}.learning-stats{grid-template-columns:1fr;gap:1rem}.summary-card{padding:1.5rem}}@media (max-width: 480px){.education-content{gap:2rem}.subsection-title{font-size:1.25rem}.education-card,.certification-card,.award-card{padding:1rem}}.contact{background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.contact-intro{text-align:center;max-width:600px;margin:0 auto 3rem}.contact-intro p{font-size:1.1rem;line-height:1.6;color:#64748b}.contact-content{display:flex;justify-content:center;max-width:800px;margin:0 auto}.contact-info h3{font-size:1.5rem;color:#1e293b;margin-bottom:2rem}.contact-methods{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.contact-method{display:flex;gap:1rem;padding:1.5rem;background:#fff;border-radius:1rem;box-shadow:0 2px 4px -1px #0000000f;transition:all .3s ease;border:1px solid #e2e8f0}.contact-method:hover{transform:translateY(-2px);box-shadow:0 8px 25px -5px #0000001a}.method-icon{width:48px;height:48px;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.method-content{flex:1}.method-title{font-size:1.1rem;font-weight:600;color:#1e293b;margin-bottom:.25rem}.method-description{font-size:.9rem;color:#64748b;margin-bottom:.5rem}.method-link{color:#2563eb;text-decoration:none;font-weight:500;transition:color .3s ease}.method-link:hover{color:#1d4ed8;text-decoration:underline}.method-value{color:#1e293b;font-weight:500}.availability{background:#fff;padding:1.5rem;border-radius:1rem;box-shadow:0 2px 4px -1px #0000000f;border:1px solid #e2e8f0}.availability h4{font-size:1.1rem;color:#1e293b;margin-bottom:.75rem}.availability p{color:#64748b;margin-bottom:1rem;font-size:.95rem;line-height:1.5}.status-indicator{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;color:#16a34a}.status-dot{width:8px;height:8px;border-radius:50%;animation:pulse 2s infinite}.status-dot.available{background:#16a34a}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media (max-width: 1024px){.contact-content{max-width:600px}}@media (max-width: 768px){.contact-intro{margin-bottom:2rem}.contact-intro p{font-size:1rem}.contact-content{max-width:100%;padding:0 1rem}.contact-method{padding:1rem}.method-icon{width:40px;height:40px}.availability{padding:1rem}}@media (max-width: 480px){.contact-method{flex-direction:column;text-align:center}.method-content{text-align:center}}.footer{background:linear-gradient(135deg,#1e293b,#0f172a);color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:2rem}.footer-section{display:flex;flex-direction:column;gap:1rem}.footer-brand{max-width:350px}.brand-name{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#3b82f6,#1d4ed8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.brand-tagline{font-size:1rem;color:#94a3b8;margin-bottom:1rem;font-weight:500}.brand-description{font-size:.9rem;line-height:1.6;color:#cbd5e1}.footer-title{font-size:1.1rem;font-weight:600;color:#fff;margin-bottom:1rem}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-link{background:none;border:none;color:#cbd5e1;font-size:.9rem;cursor:pointer;transition:color .3s ease;text-align:left;padding:0}.footer-link:hover{color:#3b82f6}.contact-info{display:flex;flex-direction:column;gap:.75rem}.contact-item{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#cbd5e1}.contact-item svg{color:#64748b;flex-shrink:0}.contact-item a{color:#cbd5e1;text-decoration:none;transition:color .3s ease}.contact-item a:hover{color:#3b82f6}.social-links{display:flex;gap:1rem;margin-bottom:1.5rem}.social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#3b82f61a;border-radius:50%;color:#94a3b8;text-decoration:none;transition:all .3s ease}.social-link:hover{background:#3b82f6;color:#fff;transform:translateY(-2px)}.back-to-top{display:flex;align-items:center;gap:.5rem;background:transparent;border:2px solid #374151;color:#cbd5e1;padding:.75rem 1rem;border-radius:.5rem;cursor:pointer;transition:all .3s ease;font-size:.9rem;font-weight:500}.back-to-top:hover{border-color:#3b82f6;color:#3b82f6;transform:translateY(-2px)}.footer-bottom{margin-top:2rem}.footer-divider{height:1px;background:linear-gradient(90deg,transparent,#374151,transparent);margin-bottom:1.5rem}.footer-copyright{text-align:center;color:#94a3b8}.footer-copyright p{margin-bottom:.5rem;font-size:.9rem}.footer-note{font-size:.8rem;color:#64748b}@media (max-width: 1024px){.footer-content{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand{max-width:none}}@media (max-width: 768px){.footer{padding:2rem 0 1rem}.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-links{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:1rem}.contact-info{align-items:center}.contact-item,.social-links{justify-content:center}.back-to-top{align-self:center;width:fit-content}}@media (max-width: 480px){.footer-content{gap:1.5rem}.footer-links{flex-direction:column;gap:.5rem}.brand-name{font-size:1.25rem}.brand-description{font-size:.85rem}.footer-copyright p{font-size:.8rem}.footer-note{font-size:.75rem}}.App{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);color:#1e293b;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{line-height:1.6;font-size:16px;scroll-behavior:smooth}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:1rem}h1{font-size:3.5rem;font-weight:700}h2{font-size:2.5rem;color:#2563eb}h3{font-size:1.875rem}p{margin-bottom:1rem;color:#64748b}.container{max-width:1200px;margin:0 auto;padding:0 2rem}section{padding:5rem 0;position:relative}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-weight:500;text-decoration:none;transition:all .3s ease;cursor:pointer;font-size:1rem}.btn-primary{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;box-shadow:0 4px 14px #2563eb4d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #2563eb66}.btn-secondary{background:transparent;color:#2563eb;border:2px solid #2563eb}.btn-secondary:hover{background:#2563eb;color:#fff;transform:translateY(-2px)}.card{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .3s ease;border:1px solid #e2e8f0}.card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.grid{display:grid;gap:2rem}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .6s ease-out}@media (max-width: 768px){.container{padding:0 1rem}h1{font-size:2.5rem}h2{font-size:2rem}section{padding:3rem 0}.card{padding:1.5rem}}
