body{margin:0;padding:0}code{font-family:Fira Code,Courier New,monospace}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--primary:#0da5d0;--primary-light:#00d4d4;--secondary:#8b5cf6;--secondary-light:#a78bfa;--bg-dark:#0f1419;--bg-darker:#0a0e14;--bg-card:#1a1f2e;--bg-hover:#252d3d;--text-primary:#fff;--text-secondary:#b0b9c8;--text-muted:#7a8896;--border-color:#2a3544;--border-light:#3a4554;--gradient-primary:linear-gradient(135deg, #0da5d0, #00d4d4);--gradient-secondary:linear-gradient(135deg, #8b5cf6, #a78bfa);--gradient-blend:linear-gradient(135deg, #0da5d0, #8b5cf6);--spacing-xs:.5rem;--spacing-sm:1rem;--spacing-md:1.5rem;--spacing-lg:2rem;--spacing-xl:3rem;--spacing-2xl:4rem;--font-body:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;--font-mono:"Fira Code", "Courier New", monospace;--radius-sm:.375rem;--radius-md:.75rem;--radius-lg:1.25rem;--radius-xl:2rem;--transition-fast:.15s cubic-bezier(.4, 0, .2, 1);--transition-base:.3s cubic-bezier(.4, 0, .2, 1);--transition-slow:.5s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg-dark);color:var(--text-primary);font-family:var(--font-body);font-size:1rem;font-weight:400;line-height:1.6;overflow-x:hidden}.app{flex-direction:column;min-height:100vh;display:flex}main{flex:1}.container{max-width:1200px;padding:0 var(--spacing-lg);width:100%;margin:0 auto}h1,h2,h3,h4,h5,h6{margin-bottom:var(--spacing-md);font-weight:700;line-height:1.2}h1{font-size:clamp(2.5rem,5vw,4rem)}h2{font-size:clamp(2rem,4vw,3rem)}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.1rem}h6{font-size:1rem}p{color:var(--text-secondary);margin-bottom:var(--spacing-md);line-height:1.8}a{color:var(--primary);transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--primary-light)}.btn{border-radius:var(--radius-lg);cursor:pointer;transition:all var(--transition-base);font-size:1rem;font-weight:600;font-family:var(--font-body);border:none;padding:.875rem 2rem;display:inline-block;position:relative;overflow:hidden}.btn:before{content:"";width:0;height:0;transition:width var(--transition-base), height var(--transition-base);background:#fff3;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.btn:hover:before{width:300px;height:300px}.btn-primary{background:var(--gradient-primary);color:var(--bg-dark);font-weight:700;box-shadow:0 4px 20px #0da5d04d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 40px #0da5d080}.btn-secondary{border:2px solid var(--primary);color:var(--primary);background:0 0}.btn-secondary:hover{border-color:var(--primary-light);background:#0da5d01a}.section-title{text-align:center;margin-bottom:var(--spacing-md);background:linear-gradient(135deg, var(--text-primary), var(--primary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.section-subtitle{text-align:center;color:var(--text-secondary);max-width:600px;margin:0 auto var(--spacing-2xl);font-size:1.1rem}.gradient-text{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:3s infinite shimmer}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes float{0%,to{transform:translateY(0)translate(0)}25%{transform:translateY(-20px)translate(10px)}50%{transform:translateY(-40px)translate(0)}75%{transform:translateY(-20px)translate(-10px)}}@keyframes glow{0%,to{box-shadow:0 0 5px #0da5d080}50%{box-shadow:0 0 20px #0da5d0cc}}@media (width<=768px){h1{font-size:2rem}h2{font-size:1.5rem}.container{padding:0 var(--spacing-md)}.btn{padding:.75rem 1.5rem;font-size:.95rem}}@media (width<=480px){h1{font-size:1.75rem}h2{font-size:1.25rem}.container{padding:0 var(--spacing-sm)}.btn{padding:.625rem 1.25rem;font-size:.9rem}}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg-dark)}::-webkit-scrollbar-thumb{background:var(--primary);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--primary-light)}.header{z-index:1000;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border-bottom:1px solid #0000;padding:0;transition:all .3s;position:fixed;top:0;left:0;right:0}.header.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f0f0ff2;border-bottom:1px solid #ff8c001a;box-shadow:0 4px 20px #0000001a}.header-content{justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:20px 40px;display:flex}.logo{z-index:1;flex-shrink:0;align-items:center;gap:8px;font-size:1.5rem;font-weight:800;display:flex;position:relative}.logo-text{color:#ff8c00;letter-spacing:1px;font-weight:800;transition:color .3s}.logo:hover .logo-text{color:#ff7500}.nav{align-items:center;gap:40px;display:flex}.nav-link{color:#ccc;cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:0;font-family:inherit;font-size:.95rem;font-weight:500;transition:color .3s;position:relative}.nav-link:after{content:"";background:#ff8c00;width:0;height:2px;transition:width .3s;position:absolute;bottom:-6px;left:0}.nav-link:hover{color:#ff8c00}.nav-link:hover:after{width:100%}.nav-link.cta{color:#fff;background:#ff8c00;border-radius:6px;padding:12px 28px;font-weight:600;transition:all .3s}.nav-link.cta:after{display:none}.nav-link.cta:hover{color:#fff;background:#ff7500;transform:translateY(-2px);box-shadow:0 8px 24px #ff8c004d}.menu-toggle{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;gap:6px;padding:0;display:none;position:relative}.menu-toggle span{background:#ff8c00;border-radius:2px;width:25px;height:3px;transition:all .3s}@media (width<=1024px){.header-content{max-width:100%;padding:18px 30px}.logo{font-size:1.3rem}.nav{gap:30px}.nav-link{font-size:.9rem}.nav-link.cta{padding:11px 24px;font-size:.9rem}}@media (width<=768px){.header-content{max-width:100%;padding:16px 24px;position:relative}.logo{font-size:1.2rem}.menu-toggle{display:flex}.nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);visibility:hidden;z-index:999;background:#0f0f0ffc;border-bottom:1px solid #ff8c001a;flex-direction:column;gap:14px;max-height:0;padding:20px 24px;transition:max-height .4s,visibility .4s;position:fixed;top:70px;left:0;right:0;overflow:hidden}.nav.active{visibility:visible;max-height:500px}.nav-link{border-bottom:1px solid #ff8c000d;padding:12px 0;font-size:.9rem}.nav-link:last-child{border-bottom:none}.nav-link.cta{text-align:center;color:#fff;background:#ff8c00;border:none;border-radius:6px;width:100%;margin-top:8px;padding:11px 20px;font-size:.9rem}.nav-link.cta:hover{background:#ff7500}.menu-toggle.open span:first-child{transform:rotate(45deg)translate(10px,10px)}.menu-toggle.open span:nth-child(2){opacity:0}.menu-toggle.open span:nth-child(3){transform:rotate(-45deg)translate(7px,-7px)}}@media (width<=600px){.header-content{padding:14px 20px}.logo{font-size:1.1rem}.nav{padding:18px 20px;top:65px}.nav-link{padding:10px 0;font-size:.85rem}.nav-link.cta{padding:10px 18px;font-size:.85rem}.menu-toggle span{width:23px;height:2.75px}}@media (width<=480px){.header-content{padding:12px 16px}.logo{font-size:1rem}.nav{max-height:0;padding:16px;top:62px;overflow:hidden}.nav.active{max-height:450px}.nav-link{padding:10px 0;font-size:.8rem}.nav-link.cta{padding:9px 16px;font-size:.8rem}.menu-toggle span{width:22px;height:2.5px}}.hero{box-sizing:border-box;background:linear-gradient(135deg,#0f0f0f 0%,#1a1a1a 100%);justify-content:center;align-items:center;width:100%;min-height:100vh;margin-top:0;padding:120px 0 80px;display:flex;position:relative;overflow:hidden}.hero-content{z-index:1;box-sizing:border-box;grid-template-columns:1fr 1fr;align-items:center;gap:60px;width:100%;max-width:1200px;padding:0 40px;display:grid}.hero-text{width:100%;animation:.8s ease-out slideInLeft}.hero-greeting{color:#888;letter-spacing:1px;margin-bottom:8px;font-size:1rem;font-weight:400;display:block}.hero-name{color:#fff;margin-bottom:16px;font-size:clamp(2.5rem,8vw,3.5rem);font-weight:700;line-height:1.2}.hero-title{color:#ff8c00;margin-bottom:32px;font-size:clamp(2rem,6vw,3rem);font-weight:700;line-height:1.2}.hero-social{gap:20px;margin-bottom:40px;display:flex}.social-link{color:#999;cursor:pointer;accent-color:#ff8c00;background:0 0;border:2px solid #333;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:0;transition:all .3s;display:flex}.social-link svg{width:22px;height:22px;transition:all .3s}.social-link:hover{color:#ff8c00!important;border-color:#ff8c00!important}.social-link:hover svg{stroke:#ff8c00!important}.hero-buttons{flex-wrap:wrap;gap:20px;margin-bottom:50px;display:flex}.btn{cursor:pointer;text-transform:none;letter-spacing:0;border:none;border-radius:6px;padding:14px 32px;font-size:1rem;font-weight:600;transition:all .3s;display:inline-block}.btn-primary{color:#fff;background-color:#ff8c00}.btn-primary:hover{background-color:#ff7500;transform:translateY(-2px);box-shadow:0 8px 24px #ff8c004d}.btn-outline{color:#ccc;background-color:#0000;border:2px solid #444}.btn-outline:hover{color:#ff8c00;border-color:#ff8c00}.hero-stats{background:#1e1e1e99;border:1px solid #ff8c001a;border-radius:8px;align-items:center;gap:0;width:100%;transition:all .3s;display:flex}.stat{background:0 0;border:none;border-radius:0;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;padding:0;transition:all .3s;display:flex}.stat-value{color:#ff8c00;font-size:1.75rem;font-weight:700;display:block}.stat-label{color:#999;text-align:center;font-size:.95rem;font-weight:500;display:block}.stat-divider{background:#ff8c0026;width:1px;height:50px}.hero-image-section{justify-content:center;align-items:center;width:100%;animation:.8s ease-out slideInRight;display:flex;position:relative}.profile-wrapper{aspect-ratio:1;justify-content:center;align-items:center;width:100%;max-width:400px;display:flex;position:relative}.profile-image{object-fit:cover;z-index:2;border-radius:50%;width:100%;height:100%;display:block;position:relative;box-shadow:0 0 80px #ff8c0026}.image-glow{z-index:1;background:radial-gradient(circle,#ff8c0033 0%,#0000 70%);border-radius:50%;width:380px;height:380px;animation:3s ease-in-out infinite glowPulse;position:absolute}@keyframes glowPulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}@media (width<=1200px){.hero{padding:110px 0 70px}.hero-content{gap:50px;padding:0 35px}.hero-name{margin-bottom:14px;font-size:clamp(2.3rem,7vw,3.3rem)}.hero-title{margin-bottom:28px;font-size:clamp(1.9rem,5.5vw,2.8rem)}}@media (width<=1024px){.hero{min-height:auto;padding:100px 0 60px}.hero-content{grid-template-columns:1fr;gap:50px;padding:0 35px}.hero-text{text-align:center;animation:.8s ease-out slideInLeft}.hero-greeting{font-size:.98rem}.hero-name{margin-bottom:14px;font-size:clamp(2.2rem,7vw,3.2rem)}.hero-title{margin-bottom:26px;font-size:clamp(1.8rem,5vw,2.7rem)}.hero-subtitle{margin-bottom:28px;font-size:1.05rem}.hero-social{justify-content:center;gap:18px;margin-bottom:36px}.social-link{width:42px;height:42px}.social-link svg{width:21px;height:21px}.hero-buttons{justify-content:center;gap:16px;margin-bottom:44px}.btn{padding:13px 30px;font-size:.95rem}.hero-stats{background:#1e1e1e99;border:1px solid #ff8c001a;border-radius:8px;flex-direction:row;justify-content:center;align-items:center;gap:0;padding:20px 24px}.stat{background:0 0;border:none;border-radius:0;flex:1;justify-content:center;align-items:center;max-width:none;padding:0}.stat-value{font-size:1.65rem}.stat-label{color:#999;font-size:.92rem}.stat-divider{height:40px;display:block}.hero-image-section{justify-content:center;display:flex}.profile-wrapper{max-width:360px}.profile-image{box-shadow:0 0 70px #ff8c001f}.image-glow{width:340px;height:340px}}@media (width<=768px){.hero{min-height:auto;padding:90px 0 50px}.hero-content{gap:40px;max-width:100%;padding:0 24px}.hero-greeting{margin-bottom:6px;font-size:.95rem}.hero-name{margin-bottom:12px;font-size:2rem;line-height:1.25}.hero-title{margin-bottom:22px;font-size:2rem}.hero-subtitle{margin-bottom:24px;font-size:1rem}.hero-social{gap:16px;margin-bottom:32px}.social-link{width:40px;height:40px}.social-link svg{width:20px;height:20px}.hero-buttons{gap:12px;margin-bottom:38px}.btn{padding:12px 27px;font-size:.93rem}.hero-stats{background:#1e1e1e99;border:1px solid #ff8c001a;border-radius:8px;flex-direction:row;justify-content:center;align-items:center;gap:0;padding:18px 20px}.stat{background:0 0;border:none;border-radius:0;flex:1;justify-content:center;align-items:center;gap:8px;max-width:none;padding:0}.stat-value{font-size:1.55rem}.stat-label{color:#999;font-size:.9rem}.stat-divider{height:38px;display:block}.profile-wrapper{max-width:320px}.profile-image{box-shadow:0 0 60px #ff8c001f}.image-glow{width:300px;height:300px}}@media (width<=600px){.hero{min-height:auto;padding:80px 0 45px}.hero-content{gap:35px;max-width:100%;padding:0 20px}.hero-greeting{margin-bottom:6px;font-size:.92rem}.hero-name{margin-bottom:10px;font-size:2rem}.hero-title{margin-bottom:20px;font-size:1.75rem}.hero-subtitle{margin-bottom:20px;font-size:.95rem}.hero-social{gap:14px;margin-bottom:28px}.social-link{width:38px;height:38px}.social-link svg{width:19px;height:19px}.hero-buttons{flex-direction:column;justify-content:flex-start;gap:11px;margin-bottom:32px}.btn{text-align:center;width:100%;padding:11px 25px;font-size:.9rem}.hero-stats{background:#1e1e1e99;border:1px solid #ff8c001a;border-radius:7px;flex-direction:row;justify-content:center;align-items:center;gap:0;max-width:100%;padding:16px 18px}.stat{background:0 0;border:none;border-radius:0;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;max-width:none;padding:0}.stat-value{font-size:1.4rem}.stat-label{color:#999;font-size:.85rem}.stat-divider{height:36px;display:block}.profile-wrapper{max-width:280px}.image-glow{width:260px;height:260px}}@media (width<=480px){.hero{min-height:auto;padding:80px 0 40px}.hero-content{grid-template-columns:1fr;align-items:center;gap:24px;max-width:100%;padding:0 14px}.hero-image-section{order:-1;margin-bottom:16px}.hero-text{text-align:left;width:100%}.hero-greeting{letter-spacing:.5px;margin-bottom:2px;font-size:.75rem}.hero-name{margin-bottom:4px;font-size:2rem;font-weight:700;line-height:1.2}.hero-title{margin-bottom:12px;font-size:2.15rem;font-weight:700}.hero-subtitle{margin-bottom:16px;font-size:.9rem;line-height:1.5}.hero-social{justify-content:flex-start;gap:12px;margin-bottom:14px}.social-link{width:44px;height:44px}.social-link svg{width:22px;height:22px}.hero-buttons{flex-direction:row;justify-content:flex-start;gap:12px;margin-bottom:16px}.btn{text-align:center;border-radius:5px;width:auto;padding:12px 20px;font-size:.85rem;font-weight:600}.btn-primary:hover{transform:translateY(-1px)}.btn-primary{color:#fff;background-color:#ff8c00}.btn-outline{color:#ccc;background-color:#0000;border:2px solid #444}.hero-stats{background:#1e1e1e99;border:1px solid #ff8c001a;border-radius:6px;flex-direction:row;align-items:center;gap:0;width:100%;padding:16px 12px}.stat{background:0 0;border:none;border-radius:0;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:8px;width:auto;padding:0}.stat-value{color:#ff8c00;font-size:1rem;font-weight:700}.stat-label{color:#999;text-align:center;font-size:.65rem;font-weight:500}.stat-divider{height:34px;display:block}.hero-image-section{justify-content:space-around;align-items:flex-start;width:100%;display:flex}.profile-wrapper{min-width:140px;max-width:140px}.profile-image{box-shadow:0 0 40px #ff8c001a}.image-glow{width:130px;height:130px}}@media (width<=380px){.hero{min-height:auto;padding:75px 0 35px}.hero-content{grid-template-columns:1fr;align-items:center;gap:20px;padding:0 10px}.hero-image-section{order:-1;margin-bottom:12px}.hero-greeting{margin-bottom:2px;font-size:.7rem}.hero-name{margin-bottom:3px;font-size:2rem;line-height:1.1}.hero-title{margin-bottom:10px;font-size:2.05rem}.hero-subtitle{margin-bottom:10px;font-size:.8rem}.hero-social{justify-content:flex-start;gap:10px;margin-bottom:12px}.social-link{width:40px;height:40px}.social-link svg{width:20px;height:20px}.hero-buttons{flex-direction:row;justify-content:flex-start;gap:10px;margin-bottom:14px}.btn{width:auto;padding:11px 18px;font-size:.8rem}.hero-stats{background:#1e1e1e99;border:1px solid #ff8c001a;border-radius:5px;flex-direction:row;align-items:center;gap:0;width:100%;padding:14px 10px}.stat{background:0 0;border:none;border-radius:0;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:6px;padding:0}.stat-value{font-size:.9rem}.stat-label{color:#999;text-align:center;font-size:.6rem}.stat-divider{height:32px;display:block}.hero-image-section{justify-content:space-around;align-items:flex-start}.profile-wrapper{min-width:120px;max-width:120px}.image-glow{width:110px;height:110px}}.about{padding:20px var(--spacing-lg);background:linear-gradient(135deg,#0f0f0f 0%,#1a1f2e4d 50%,#0f0f0fcc 100%);border-top:1px solid #ff8c001a;border-bottom:1px solid #ff8c001a;position:relative}.about:before{content:"";background:linear-gradient(90deg,#0000,#ff8c004d,#0000);height:1px;position:absolute;top:0;left:0;right:0}.about:after{content:"";background:linear-gradient(90deg,#0000,#ff8c004d,#0000);height:1px;position:absolute;bottom:0;left:0;right:0}.about-container{z-index:1;max-width:1400px;margin:0 auto;position:relative}.about-title{text-align:center;background:linear-gradient(135deg,#fff 0%,#ff8c00 50%,orange 100%);-webkit-text-fill-color:transparent;letter-spacing:.5px;-webkit-background-clip:text;background-clip:text;margin-bottom:60px;font-size:clamp(2rem,5vw,3.5rem);font-weight:700;animation:.8s ease-out slideInDown}.about-content{gap:var(--spacing-2xl);grid-template-columns:.9fr 1.1fr;align-items:center;display:grid}.about-image-section{justify-content:center;animation:.8s ease-out .2s backwards slideInLeft;display:flex}.about-image-wrapper{aspect-ratio:1;border-radius:var(--radius-xl);max-width:350px;position:relative;overflow:hidden;box-shadow:0 20px 60px #ff8c0026}.about-image{object-fit:cover;border-radius:var(--radius-xl);border:2px solid;border-image:linear-gradient(135deg,#ff8c0080,#ffa5004d) 1;width:100%;height:100%;transition:all .3s ease-out;display:block;position:relative}.about-image:hover{transform:scale(1.05);box-shadow:0 0 30px #ff8c004d}.about-image-glow{pointer-events:none;filter:blur(40px);background:radial-gradient(circle,#ff8c0040,#0000);border-radius:50%;width:300px;height:300px;animation:3s ease-in-out infinite glowPulse;position:absolute;top:-50%;right:-50%}.about-text{animation:.8s ease-out .3s backwards slideInRight}.about-paragraph{margin-bottom:var(--spacing-lg);color:#b8bcc4;text-shadow:0 2px 4px #0000004d;letter-spacing:.3px;white-space:pre-wrap;word-break:break-word;max-height:100px;font-size:1.05rem;line-height:1.9;transition:all .4s cubic-bezier(.4,0,.2,1);display:block;position:relative;overflow:hidden}.about-paragraph.collapsed{max-height:100px;-webkit-mask-image:linear-gradient(#000 60%,#0000);mask-image:linear-gradient(#000 60%,#0000)}.about-paragraph.expanded{max-height:1000px;-webkit-mask-image:none;mask-image:none}.about-toggle-btn{color:#fff;cursor:pointer;margin-bottom:var(--spacing-2xl);letter-spacing:.5px;text-transform:uppercase;background:linear-gradient(135deg,#ff8c00 0%,orange 100%);border:none;border-radius:8px;padding:12px 28px;font-size:.95rem;font-weight:600;transition:all .3s ease-out;display:inline-block;position:relative;overflow:hidden;box-shadow:0 8px 20px #ff8c0040}.about-toggle-btn:before{content:"";z-index:0;background:#fff3;width:100%;height:100%;transition:left .3s ease-out;position:absolute;top:0;left:-100%}.about-toggle-btn:hover:before{left:100%}.about-toggle-btn:hover{background:linear-gradient(135deg,orange 0%,#ffb520 100%);transform:translateY(-3px);box-shadow:0 12px 30px #ff8c0059}.about-toggle-btn:active{transform:translateY(-1px)}.about-highlights{margin-top:var(--spacing-2xl);display:block}.about-highlight-card{border-radius:var(--radius-lg);padding:var(--spacing-2xl);transition:all var(--transition-base);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#1a1f2ecc,#232a3c99);border:1px solid #ff8c0026;animation:.8s ease-out .5s backwards fadeIn;position:relative;overflow:hidden;box-shadow:0 8px 24px #0003}.about-highlight-card:before{content:"";z-index:2;background:linear-gradient(90deg,#ff8c00,orange);height:3px;position:absolute;top:0;left:0;right:0}.about-highlight-card:after{content:"";background:linear-gradient(90deg,#0000,#ff8c0033,#0000);height:1px;position:absolute;bottom:0;left:0;right:0}.about-highlight-card:hover{background:linear-gradient(135deg,#1a1f2e,#2d3750cc);border-color:#ff8c0066;transform:translateY(-8px);box-shadow:0 16px 40px #ff8c0026}.about-highlight-header{margin-bottom:var(--spacing-2xl);padding-bottom:var(--spacing-lg);border-bottom:1px solid #ff8c001a;justify-content:space-between;align-items:center;display:flex}.about-highlight-card-title{color:#fff;letter-spacing:.3px;margin:0;font-size:1.3rem;font-weight:700}.about-highlight-date{color:#fff;text-align:center;background:linear-gradient(135deg,#ff8c00,orange);border-radius:6px;min-width:60px;padding:6px 14px;font-size:.9rem;font-weight:600}.about-highlight-items{gap:var(--spacing-lg);grid-template-columns:repeat(2,1fr);display:grid}.about-highlight-item{align-items:flex-start;gap:var(--spacing-md);padding:var(--spacing-md);background:#ff8c0008;border:1px solid #ff8c0014;border-radius:8px;transition:all .3s ease-out;display:flex}.about-highlight-item:hover{background:#ff8c0014;border-color:#ff8c0033;transform:translate(4px)}.about-highlight-item-icon{color:#ff8c00;filter:drop-shadow(0 0 4px #ff8c004d);flex-shrink:0;width:20px;min-width:20px;height:20px;margin-top:2px}.about-highlight-item-text{color:#b8bcc4;letter-spacing:.2px;font-size:.95rem;line-height:1.6}@keyframes slideInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media (width<=1024px){.about-content{gap:var(--spacing-xl);grid-template-columns:1fr}.about-image-wrapper{max-width:300px;box-shadow:0 16px 48px #ff8c001f}.about-highlight-items{grid-template-columns:1fr}}@media (width<=768px){.about{padding:80px var(--spacing-md);background:linear-gradient(135deg,#0f0f0f 0%,#1a1f2e40 50%,#0f0f0fbf 100%)}.about-title{margin-bottom:40px;font-size:clamp(1.75rem,4vw,2.5rem)}.about-paragraph{color:#b5bcc3;max-height:80px;font-size:1rem}.about-toggle-btn{margin-bottom:var(--spacing-xl);padding:10px 24px;font-size:.9rem}.about-highlight-card{padding:var(--spacing-xl)}.about-highlight-header{align-items:flex-start;gap:var(--spacing-md);margin-bottom:var(--spacing-lg);flex-direction:column}.about-highlight-card-title{font-size:1.1rem}.about-highlight-items{gap:var(--spacing-md);grid-template-columns:1fr}.about-image-wrapper{max-width:250px;box-shadow:0 12px 36px #ff8c001a}}@media (width<=480px){.about{padding:60px var(--spacing-sm);background:linear-gradient(135deg,#0f0f0f 0%,#1a1f2e33 50%,#0f0f0fb3 100%)}.about-title{margin-bottom:30px;font-size:1.75rem}.about-content{gap:var(--spacing-lg)}.about-paragraph{margin-bottom:var(--spacing-md);color:#ada8b0;max-height:60px;font-size:.95rem;line-height:1.8}.about-toggle-btn{margin-bottom:var(--spacing-lg);padding:9px 20px;font-size:.85rem}.about-highlight-card{padding:var(--spacing-lg)}.about-highlight-header{align-items:flex-start;gap:var(--spacing-sm);margin-bottom:var(--spacing-lg);padding-bottom:var(--spacing-md);flex-direction:column}.about-highlight-card-title{font-size:1rem}.about-highlight-date{min-width:50px;padding:5px 12px;font-size:.85rem}.about-highlight-items{gap:var(--spacing-sm);grid-template-columns:1fr}.about-highlight-item{padding:var(--spacing-sm);gap:var(--spacing-sm)}.about-highlight-item-icon{width:18px;height:18px}.about-highlight-item-text{font-size:.9rem}.about-image-wrapper{max-width:200px;box-shadow:0 8px 24px #ff8c0014}}.education{padding:20px var(--spacing-lg);background:linear-gradient(135deg,#0f0f0f 0%,#1a1f2e4d 50%,#0f0f0fcc 100%);border-top:1px solid #ff8c001a;position:relative}.education:before{content:"";background:linear-gradient(90deg,#0000,#ff8c004d,#0000);height:1px;position:absolute;top:0;left:0;right:0}.education-container{z-index:1;max-width:1400px;margin:0 auto;position:relative}.education-title{text-align:center;background:linear-gradient(135deg,#fff 0%,#ff8c00 50%,orange 100%);-webkit-text-fill-color:transparent;letter-spacing:.5px;-webkit-background-clip:text;background-clip:text;margin-bottom:60px;font-size:clamp(2rem,5vw,3.5rem);font-weight:700;animation:.8s ease-out slideInDown}.education-content{gap:var(--spacing-3xl);grid-template-columns:1fr 1fr;display:grid}.education-section-header{align-items:center;gap:var(--spacing-md);margin-bottom:var(--spacing-2xl);padding-bottom:var(--spacing-lg);border-bottom:2px dashed #ff8c0033;animation:.8s ease-out .2s backwards slideInLeft;display:flex;position:relative}.education-section-header:after{content:"";transform-origin:0;z-index:1;background:linear-gradient(90deg,#ff8c00,#0000);height:2px;transition:transform .6s ease-out;position:absolute;bottom:-2px;left:0;right:0;transform:scaleX(0)}.education-section:hover .education-section-header:after{transform:scaleX(1)}.education-section-icon{color:#ff8c00;filter:drop-shadow(0 0 6px #ff8c004d);flex-shrink:0;width:28px;height:28px;transition:all .3s ease-out}.education-section:hover .education-section-icon{filter:drop-shadow(0 0 12px #ff8c0080);transform:scale(1.15)rotate(5deg)}.education-section-title{color:#fff;letter-spacing:.3px;background:linear-gradient(90deg,#fff,#ff8c00);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:1.4rem;font-weight:700;transition:all .3s ease-out}.education-section:hover .education-section-title{letter-spacing:.5px}.education-timeline{gap:var(--spacing-xl);flex-direction:column;display:flex;position:relative}.education-timeline:before{content:"";opacity:.6;background:0 0;border-left:2px dashed #ff8c00;width:2px;position:absolute;top:20px;bottom:0;left:11px}.education-card{padding-top:0;padding-bottom:24px;padding-left:48px;animation:.8s ease-out .4s backwards slideInLeft;position:relative}.education-card-dot{z-index:2;background:linear-gradient(135deg,#ff8c00,orange);border:3px solid #0f0f0f;border-radius:50%;width:24px;height:24px;transition:all .3s ease-out;position:absolute;top:20px;left:0;box-shadow:0 0 20px #ff8c0066,inset 0 0 10px #ffffff1a}.education-card-dot:after{content:"";opacity:0;border:1px dashed #ff8c004d;border-radius:50%;transition:opacity .3s ease-out;position:absolute;inset:-8px}.education-card:hover .education-card-dot{transform:scale(1.3);box-shadow:0 0 30px #ff8c0099,inset 0 0 15px #fff3}.education-card:hover .education-card-dot:after{opacity:1}.education-card-content{-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:none;padding:0;transition:all .3s ease-out;position:relative;overflow:visible}.education-card-content:before,.education-card-content:after{content:"";display:none;position:absolute}.education-card:hover .education-card-content{box-shadow:none;background:0 0;border-color:#0000;transform:none}.education-degree{color:#ff8c00;letter-spacing:.3px;text-shadow:0 2px 4px #ff8c0033;margin:0 0 2px;font-size:1.05rem;font-weight:700;transition:all .3s ease-out}.education-card:hover .education-degree{color:orange;text-shadow:0 2px 8px #ff8c0066;letter-spacing:.4px}.education-institution{color:#fff;letter-spacing:.2px;margin:0 0 4px;font-size:.95rem;font-weight:600;transition:all .3s ease-out}.education-card:hover .education-institution{color:#e8e8ff}.education-meta{gap:var(--spacing-md);flex-wrap:wrap;margin-bottom:4px;font-size:.85rem;display:flex}.education-date{color:#ff8c00;border-bottom:1px solid #ff8c004d;padding-bottom:2px;font-weight:700;transition:all .3s ease-out}.education-card:hover .education-date{color:orange;border-bottom-color:#ff8c00cc;padding-bottom:3px}.education-location{color:#a8adb5;font-weight:500;transition:color .3s ease-out}.education-card:hover .education-location{color:#b8bcc4}.education-score{color:#b8bcc4;background:0 0;border:none;border-radius:0;margin:0;padding:0;font-size:.9rem;line-height:1.6;transition:all .3s ease-out}.education-card:hover .education-score{color:#ff8c00}.experience-card{animation:.8s ease-out .4s backwards slideInRight}.experience-role{color:#ff8c00;letter-spacing:.3px;text-shadow:0 2px 4px #ff8c0033;margin:0 0 2px;font-size:1.05rem;font-weight:700;transition:all .3s ease-out}.experience-card:hover .experience-role{color:orange;text-shadow:0 2px 8px #ff8c0066;letter-spacing:.4px}.experience-company{color:#fff;letter-spacing:.2px;margin:0 0 4px;font-size:.95rem;font-weight:600;transition:all .3s ease-out}.experience-card:hover .experience-company{color:#e8e8ff}.experience-period{color:#ff8c00;border-bottom:1px solid #ff8c004d;margin-bottom:6px;padding-bottom:2px;font-size:.85rem;font-weight:700;transition:all .3s ease-out;display:inline-block}.experience-card:hover .experience-period{color:orange;border-bottom-color:#ff8c00cc;padding-bottom:3px}.experience-description{color:#b8bcc4;border-left:none;margin:6px 0;padding-left:0;font-size:.9rem;line-height:1.6;transition:all .3s ease-out}.experience-card:hover .experience-description{color:#d0d5dd}.experience-highlights{flex-direction:column;gap:4px;margin:6px 0 0;padding:0;list-style:none;display:flex}.experience-highlight-item{color:#a8adb5;padding-left:var(--spacing-md);font-size:.9rem;line-height:1.6;transition:all .3s ease-out;position:relative}.experience-highlight-item:before{content:"▸";color:#ff8c00;font-size:1.1rem;font-weight:700;transition:all .3s ease-out;position:absolute;left:0}.experience-card:hover .experience-highlight-item{color:#b8bcc4;padding-left:calc(var(--spacing-md) + 2px)}.experience-card:hover .experience-highlight-item:before{color:orange;text-shadow:0 0 8px #ff8c0080}@media (width<=1024px){.education-content{gap:var(--spacing-2xl);grid-template-columns:1fr}.education-section-header{animation:.8s ease-out .2s backwards slideInLeft}.education-card{animation:.8s ease-out .4s backwards slideInLeft}.experience-card{animation:.8s ease-out .4s backwards fadeIn}.education-timeline:before{left:10px}.education-card-dot{left:-5px}}@media (width<=768px){.education{padding:80px var(--spacing-md);background:linear-gradient(135deg,#0f0f0f 0%,#1a1f2e40 50%,#0f0f0fbf 100%)}.education-title{margin-bottom:40px;font-size:clamp(1.75rem,4vw,2.5rem)}.education-content{gap:var(--spacing-2xl)}.education-section-title{font-size:1.2rem}.education-card{padding-bottom:20px;padding-left:45px}.education-degree,.experience-role{font-size:.95rem}.education-institution,.experience-company{font-size:.9rem}.education-meta{font-size:.8rem}}@media (width<=480px){.education{padding:60px var(--spacing-sm);background:linear-gradient(135deg,#0f0f0f 0%,#1a1f2e33 50%,#0f0f0fb3 100%)}.education-title{margin-bottom:30px;font-size:1.75rem}.education-content{gap:var(--spacing-xl);grid-template-columns:1fr}.education-section-header{margin-bottom:var(--spacing-lg);border-bottom:2px dashed #ff8c0026}.education-section-icon{width:24px;height:24px}.education-section-title{font-size:1.1rem}.education-timeline:before{left:8px}.education-card{padding-top:0;padding-bottom:18px;padding-left:40px}.education-card-dot{border-width:2px;width:20px;height:20px;left:-4px}.education-degree,.experience-role{font-size:.9rem}.education-institution,.experience-company{font-size:.85rem}.education-date{font-size:.8rem}.experience-highlights{gap:3px;margin-top:4px}.experience-highlight-item{padding-left:var(--spacing-sm);margin-bottom:0;font-size:.85rem}}@media (width<=380px){.education{padding:50px var(--spacing-sm);background:linear-gradient(135deg,#0f0f0f 0%,#1a1f2e26 50%,#0f0f0fa6 100%)}.education-title{margin-bottom:25px;font-size:1.5rem}.education-content{gap:var(--spacing-lg)}.education-section-header{gap:var(--spacing-sm);margin-bottom:var(--spacing-lg);border-bottom:2px dashed #ff8c001f}.education-section-title{font-size:1rem}.education-card{padding-top:0;padding-bottom:16px;padding-left:35px}.education-card-dot{border-width:2px;width:18px;height:18px;top:15px}.education-timeline:before{left:7px}.education-degree,.experience-role{font-size:.85rem}.education-score{padding:0;font-size:.8rem}.experience-highlights{gap:3px;margin-top:4px}.experience-highlight-item{font-size:.8rem}}.skills{background:linear-gradient(135deg,#0f0f0f 0%,#1a1a1a 50%,#0f0f0f 100%);padding:20px 0;position:relative;overflow:hidden}.skills:before{content:"";pointer-events:none;background:radial-gradient(circle,#ff8c0014 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:-50%;right:-50%}.skills:after{content:"";pointer-events:none;background:radial-gradient(circle,#ff8c000f 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;bottom:-50%;left:-50%}.skills-container{z-index:2;max-width:1200px;margin:0 auto;padding:0 40px;position:relative}.skills-header{text-align:center;margin-bottom:70px;animation:.6s ease-out fadeInDown}.skills-title{color:#fff;letter-spacing:-1px;background:linear-gradient(135deg,#fff 0%,#e5e7eb 50%,#b8bcc4 100%);-webkit-text-fill-color:transparent;word-spacing:.2em;-webkit-background-clip:text;background-clip:text;margin:0 0 15px;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800}.skills-subtitle{color:#999;letter-spacing:.4px;margin:0;font-size:clamp(1rem,2vw,1.2rem);font-weight:400}.skills-section{margin-bottom:100px;animation:.7s ease-out .1s backwards slideInUp}.section-header{color:#fff;letter-spacing:-.3px;border-bottom:2px solid #ff8c00;margin:0 0 45px;padding-bottom:15px;font-size:clamp(1.5rem,3vw,2rem);font-weight:700;display:inline-block}.skills-grid{grid-template-columns:repeat(auto-fit,minmax(310px,1fr));gap:28px;display:grid}.skill-card{-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,#1a1a1acc 0%,#20202099 100%);border:1px solid #ff8c0026;border-radius:16px;flex-direction:row;align-items:center;gap:24px;min-height:160px;padding:28px;transition:all .35s cubic-bezier(.34,1.56,.64,1);display:flex;position:relative;overflow:hidden}.skill-card:before{content:"";opacity:0;background:linear-gradient(45deg,#ff8c0014,#ff8c000d);border-radius:16px;transition:opacity .35s;position:absolute;inset:0}.skill-card:hover{background:linear-gradient(135deg,#202020f2 0%,#282828cc 100%);border-color:#ff8c0066;transform:translateY(-8px);box-shadow:0 20px 50px #ff8c001f,0 0 40px #ff8c0014,inset 0 1px #ff8c001a}.skill-card:hover:before{opacity:1}.skill-content{flex-direction:column;flex:1;gap:15px;display:flex}.skill-icon-wrapper{z-index:1;background:linear-gradient(135deg,#ff8c001f,#ff8c0014);border:1px solid #ff8c0033;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:70px;height:70px;transition:all .35s;display:flex;position:relative}.skill-card:hover .skill-icon-wrapper{background:linear-gradient(135deg,#ff8c0033,#ff8c0026);border-color:#ff8c0059;transform:scale(1.1)rotate(-5deg);box-shadow:0 0 20px #ff8c0026}.skill-icon-image{object-fit:contain;filter:drop-shadow(0 0 10px #ff8c0033);width:48px;height:48px;transition:all .35s}.icon-svg{color:#ff8c00;stroke-width:1.8px;width:28px;height:28px;transition:all .35s}.skill-card:hover .icon-svg{color:orange;stroke-width:2px;filter:drop-shadow(0 0 8px #ff8c004d)}.skill-category-title{color:#fff;letter-spacing:-.2px;z-index:1;margin:0 0 18px;font-size:1.3rem;font-weight:700;position:relative}.skill-list{z-index:1;flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex;position:relative}.skill-item{color:#b8bcc4;letter-spacing:.2px;border-left:3px solid #0000;padding:6px 0 6px 12px;font-size:.95rem;font-weight:500;transition:all .25s;position:relative}.skill-item:before{content:"";opacity:.4;background:#ff8c00;border-radius:50%;width:3px;height:3px;transition:all .25s;position:absolute;top:50%;left:0;transform:translateY(-50%)}.skill-item:hover{color:#fff;border-left-color:#ff8c00;padding-left:16px}.skill-item:hover:before{opacity:1;transform:translateY(-50%)scale(1.3)}.tools-section{animation:.7s ease-out .2s backwards slideInUp}.tools-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:20px;display:grid}.tool-card{cursor:pointer;text-align:center;-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,#1a1a1ab3 0%,#20202080 100%);border:1px solid #ff8c0026;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:15px;min-height:160px;padding:28px 20px;transition:all .35s cubic-bezier(.34,1.56,.64,1);display:flex;position:relative;overflow:hidden}.tool-card:before{content:"";opacity:0;z-index:0;background:radial-gradient(circle,#ff8c0026 0%,#0000 70%);transition:opacity .5s;position:absolute;inset:-50%}.tool-card:after{content:"";z-index:1;background:linear-gradient(135deg,#1a1a1ab3 0%,#20202080 100%);border-radius:13px;position:absolute;inset:1px}.tool-image-container{z-index:2;justify-content:center;align-items:center;width:60px;height:60px;transition:all .35s;display:flex;position:relative}.tool-image{object-fit:contain;filter:drop-shadow(0 4px 8px #0000004d);width:48px;height:48px;transition:all .35s}.tool-card:hover .tool-image{filter:drop-shadow(0 8px 16px #ff8c0033);transform:scale(1.15)rotateY(-10deg)}.tool-name{color:#b8bcc4;z-index:2;letter-spacing:-.2px;margin:0;font-size:1rem;font-weight:700;transition:all .35s;position:relative}.tool-card:hover{border-color:#ff8c0059;transform:translateY(-8px)scale(1.02);box-shadow:0 15px 40px #ff8c001a,0 0 30px #ff8c0014}.tool-card:hover:before{opacity:1}.tool-card:hover .tool-name{color:#ff8c00;letter-spacing:.5px}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media (width<=1024px){.skills-container{padding:0 30px}.section-header{margin-bottom:35px;font-size:1.7rem}.skills-grid{grid-template-columns:repeat(2,1fr);gap:24px}.skill-card{padding:30px}.skill-icon-wrapper{width:60px;height:60px;margin-bottom:18px}.icon-svg{width:26px;height:26px}.skill-category-title{font-size:1.2rem}.tools-grid{grid-template-columns:repeat(4,1fr);gap:18px}.tool-card{min-height:120px;padding:24px 18px}.tool-name{font-size:.95rem}}@media (width<=768px){.skills{padding:80px 0}.skills-container{padding:0 25px}.skills-header{margin-bottom:60px}.skills-title{margin-bottom:12px;font-size:2.2rem}.skills-subtitle{font-size:1rem}.skills-section{margin-bottom:70px}.section-header{margin-bottom:32px;font-size:1.5rem}.skills-grid{grid-template-columns:1fr;gap:22px}.skill-card{padding:28px}.skill-icon-wrapper{width:58px;height:58px}.icon-svg{width:25px;height:25px}.skill-category-title{font-size:1.15rem}.skill-item{font-size:.9rem}.tools-grid{grid-template-columns:repeat(4,1fr);gap:16px}.tool-card{min-height:115px;padding:22px 16px}.tool-name{font-size:.9rem}}@media (width<=600px){.skills{padding:60px 0}.skills-container{padding:0 20px}.skills-header{margin-bottom:50px}.skills-title{margin-bottom:10px;font-size:2rem}.skills-subtitle{font-size:.95rem}.skills-section{margin-bottom:60px}.section-header{margin-bottom:28px;font-size:1.35rem}.skills-grid{gap:18px}.skill-card{padding:24px}.skill-icon-wrapper{width:55px;height:55px;margin-bottom:16px}.icon-svg{width:24px;height:24px}.skill-category-title{margin-bottom:15px;font-size:1.1rem}.skill-item{gap:8px;font-size:.85rem}.tools-grid{grid-template-columns:repeat(3,1fr);gap:14px}.tool-card{min-height:110px;padding:20px 14px}.tool-name{font-size:.85rem}}@media (width<=480px){.skills{padding:50px 0}.skills-container{padding:0 16px}.skills-header{margin-bottom:45px}.skills-title{margin-bottom:8px;font-size:1.8rem}.skills-subtitle{font-size:.9rem}.skills-section{margin-bottom:50px}.section-header{margin-bottom:25px;padding-bottom:12px;font-size:1.25rem}.skill-card{padding:22px}.skill-icon-wrapper{width:52px;height:52px;margin-bottom:14px}.icon-svg{width:22px;height:22px}.skill-category-title{margin-bottom:13px;font-size:1.05rem}.skill-list{gap:8px}.skill-item{padding:5px 0 5px 10px;font-size:.8rem}.tools-grid{grid-template-columns:repeat(3,1fr);gap:12px}.tool-card{min-height:105px;padding:18px 12px}.tool-name{font-size:.8rem}}@media (width<=380px){.skills{padding:40px 0}.skills-container{padding:0 14px}.skills-header{margin-bottom:40px}.skills-title{margin-bottom:6px;font-size:1.6rem}.skills-subtitle{font-size:.85rem}.skills-section{margin-bottom:45px}.section-header{margin-bottom:22px;padding-bottom:10px;font-size:1.15rem}.skill-card{padding:20px}.skill-icon-wrapper{width:50px;height:50px;margin-bottom:12px}.icon-svg{width:20px;height:20px}.skill-category-title{margin-bottom:12px;font-size:1rem}.skill-item{padding:4px 0 4px 9px;font-size:.75rem}.tools-grid{grid-template-columns:repeat(3,1fr);gap:10px}.tool-card{min-height:100px;padding:16px 10px}.tool-name{font-size:.75rem}}@media (width<=1024px){.skills-container{padding:0 30px}.section-header{margin-bottom:35px;font-size:1.7rem}.skills-grid{grid-template-columns:repeat(2,1fr);gap:24px}.skill-card{padding:30px}.skill-icon-wrapper{width:60px;height:60px;margin-bottom:18px}.icon-svg{width:26px;height:26px}.skill-category-title{font-size:1.2rem}.tools-grid{grid-template-columns:repeat(4,1fr);gap:18px}.tool-card{min-height:120px;padding:24px 18px}.tool-name{font-size:.95rem}}@media (width<=768px){.skills{padding:80px 0}.skills-container{padding:0 25px}.skills-header{margin-bottom:60px}.skills-title{margin-bottom:12px;font-size:2.2rem}.skills-subtitle{font-size:1rem}.skills-section{margin-bottom:70px}.section-header{margin-bottom:32px;font-size:1.5rem}.skills-grid{grid-template-columns:1fr;gap:22px}.skill-card{padding:28px}.skill-icon-wrapper{width:58px;height:58px}.icon-svg{width:25px;height:25px}.skill-category-title{font-size:1.15rem}.skill-item{font-size:.9rem}.tools-grid{grid-template-columns:repeat(4,1fr);gap:16px}.tool-card{min-height:115px;padding:22px 16px}.tool-name{font-size:.9rem}}@media (width<=600px){.skills{padding:60px 0}.skills-container{padding:0 20px}.skills-header{margin-bottom:50px}.skills-title{margin-bottom:10px;font-size:2rem}.skills-subtitle{font-size:.95rem}.skills-section{margin-bottom:60px}.section-header{margin-bottom:28px;font-size:1.35rem}.skills-grid{gap:18px}.skill-card{padding:24px}.skill-icon-wrapper{width:55px;height:55px;margin-bottom:16px}.icon-svg{width:24px;height:24px}.skill-category-title{margin-bottom:15px;font-size:1.1rem}.skill-item{gap:8px;font-size:.85rem}.tools-grid{grid-template-columns:repeat(3,1fr);gap:14px}.tool-card{min-height:110px;padding:20px 14px}.tool-name{font-size:.85rem}}@media (width<=480px){.skills{padding:50px 0}.skills-container{padding:0 16px}.skills-header{margin-bottom:45px}.skills-title{margin-bottom:8px;font-size:1.8rem}.skills-subtitle{font-size:.9rem}.skills-section{margin-bottom:50px}.section-header{margin-bottom:25px;padding-bottom:12px;font-size:1.25rem}.skill-card{padding:22px}.skill-icon-wrapper{width:52px;height:52px;margin-bottom:14px}.icon-svg{width:22px;height:22px}.skill-category-title{margin-bottom:13px;font-size:1.05rem}.skill-list{gap:8px}.skill-item{padding:5px 0 5px 10px;font-size:.8rem}.tools-grid{grid-template-columns:repeat(3,1fr);gap:12px}.tool-card{min-height:105px;padding:18px 12px}.tool-name{font-size:.8rem}}@media (width<=380px){.skills{padding:40px 0}.skills-container{padding:0 14px}.skills-header{margin-bottom:40px}.skills-title{margin-bottom:6px;font-size:1.6rem}.skills-subtitle{font-size:.85rem}.skills-section{margin-bottom:45px}.section-header{margin-bottom:22px;padding-bottom:10px;font-size:1.15rem}.skill-card{padding:20px}.skill-icon-wrapper{width:50px;height:50px;margin-bottom:12px}.icon-svg{width:20px;height:20px}.skill-category-title{margin-bottom:12px;font-size:1rem}.skill-item{padding:4px 0 4px 9px;font-size:.75rem}.tools-grid{grid-template-columns:repeat(3,1fr);gap:10px}.tool-card{min-height:100px;padding:16px 10px}.tool-name{font-size:.75rem}}.services{background:linear-gradient(135deg,#0f0f0f 0%,#1a1a1a 50%,#0f0f0f 100%);padding:20px 0;position:relative;overflow:hidden}.services:before{content:"";pointer-events:none;background:radial-gradient(circle,#ff8c001f 0%,#0000 70%);border-radius:50%;width:500px;height:500px;animation:8s ease-in-out infinite float;position:absolute;top:-50%;left:-50%}.services:after{content:"";pointer-events:none;background:radial-gradient(circle,#ff8c0014 0%,#0000 70%);border-radius:50%;width:500px;height:500px;animation:10s ease-in-out infinite reverse float;position:absolute;bottom:-50%;right:-50%}.services-container{z-index:2;max-width:1200px;margin:0 auto;padding:0 40px;position:relative}.services-header{text-align:center;margin-bottom:70px;animation:.8s ease-out fadeInDown}.services-title{color:#fff;letter-spacing:-1px;background:linear-gradient(135deg,#fff 0%,orange 50%,#ff8c00 100%);-webkit-text-fill-color:transparent;text-shadow:0 10px 30px #ff8c0033;-webkit-background-clip:text;background-clip:text;margin:0 0 15px;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800}.services-subtitle{color:#a8b2d1;letter-spacing:.4px;margin:0;font-size:clamp(1rem,2vw,1.2rem);font-weight:400;transition:color .3s}.services-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;display:grid}.service-card{-webkit-backdrop-filter:blur(10px);text-align:center;cursor:pointer;background:linear-gradient(135deg,#101830d9 0%,#1a1a2db3 100%);border:1.5px solid #ff8c0033;border-radius:18px;flex-direction:column;align-items:center;height:100%;padding:32px 28px;transition:all .5s cubic-bezier(.34,1.56,.64,1);animation:.6s ease-out slideInUp;display:flex;position:relative;overflow:hidden}.service-card:first-child{animation-delay:.1s}.service-card:nth-child(2){animation-delay:.2s}.service-card:nth-child(3){animation-delay:.3s}.service-card:nth-child(4){animation-delay:.4s}.service-card:nth-child(5){animation-delay:.5s}.service-card:nth-child(6){animation-delay:.6s}.service-card:nth-child(7){animation-delay:.7s}.service-card:nth-child(8){animation-delay:.8s}.service-card:before{content:"";opacity:0;z-index:1;background:linear-gradient(45deg,#ff8c0026 0%,#ffa00014 25%,#ff64000d 50%,#ff8c0014 75%,#ff8c0026 100%);border-radius:18px;transition:opacity .5s;animation:3s ease-in-out infinite paused shimmer;position:absolute;inset:0}.service-card:after{content:"";opacity:0;z-index:0;background:linear-gradient(45deg,#ff8c0080 0%,#ffa0004d 25%,#ff640033 50%,#ffa0004d 75%,#ff8c0080 100%) 0 0/200% 200%;border-radius:18px;transition:opacity .5s;animation:4s infinite paused gradientShift;position:absolute;inset:-2px}.service-card:hover{background:linear-gradient(135deg,#101830fa 0%,#1a1a2df2 100%);border-color:#6464784d;transform:translateY(-16px);box-shadow:0 10px 40px #0006}.service-card:hover:before,.service-card:hover:after{opacity:0;animation-play-state:paused}.service-image-wrapper{z-index:2;background:#0a0e1ecc;border:1.5px solid #64647826;border-radius:14px;justify-content:center;align-items:center;width:100%;height:220px;margin-bottom:24px;transition:all .5s;display:flex;position:relative;overflow:hidden}.service-image-wrapper:before{content:"";opacity:0;z-index:1;background:radial-gradient(circle at 30% 30%,#0000004d,#0000 70%);border-radius:14px;transition:opacity .5s;position:absolute;inset:0}.service-card:hover .service-image-wrapper{background:linear-gradient(135deg,#10183099 0%,#1a1a2d80 100%);border-color:#64647833;box-shadow:0 5px 20px #0000004d}.service-card:hover .service-image-wrapper:before{opacity:0}.service-image{object-fit:cover;filter:brightness(.85);z-index:2;width:100%;height:100%;transition:all .5s cubic-bezier(.34,1.56,.64,1);position:relative}.service-card:hover .service-image{filter:brightness(.9);transform:scale(1.08)}.service-icon-overlay{-webkit-backdrop-filter:blur(12px);z-index:3;background:#1e1e32b3;border:1.5px solid #64647833;border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;transition:all .5s cubic-bezier(.34,1.56,.64,1);display:flex;position:absolute;bottom:8px;right:8px;box-shadow:0 4px 12px #0000004d}.service-card:hover .service-icon-overlay{background:#1e1e32cc;border-color:#6464784d;transform:scale(1.15)rotate(8deg)translateY(-10px);box-shadow:0 6px 16px #0006}.service-icon{object-fit:contain;filter:none;z-index:4;width:32px;height:32px;transition:all .5s;position:relative}.service-card:hover .service-icon{filter:none;transform:scale(1.15)rotate(15deg)}.service-title{color:#fff;letter-spacing:-.3px;z-index:2;margin:0 0 12px;font-size:1.4rem;font-weight:700;transition:all .4s cubic-bezier(.34,1.56,.64,1);position:relative}.service-card:hover .service-title{color:orange;text-shadow:none;letter-spacing:.2px}.service-description{color:#a8b2d1;letter-spacing:.3px;z-index:2;flex:1;margin:0;font-size:.95rem;line-height:1.6;transition:all .4s;position:relative}.service-card:hover .service-description{color:#d4dde8}.service-hover-effect{pointer-events:none;z-index:0;background:radial-gradient(circle,#ff8c0026 0%,#0000 70%);border-radius:50%;width:0;height:0;transition:all .8s;position:absolute}@keyframes gradientShift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@media (width<=1024px){.services{padding:90px 0}.services-container{padding:0 30px}.services-title{font-size:2.5rem}.services-grid{grid-template-columns:repeat(2,1fr);gap:28px}.service-card{padding:28px 24px;animation-duration:.5s}.service-image-wrapper{height:200px;margin-bottom:20px}.service-title{font-size:1.25rem}}@media (width<=768px){.services{padding:80px 0}.services-container{padding:0 25px}.services-header{margin-bottom:60px}.services-title{margin-bottom:12px;font-size:2.2rem}.services-subtitle{font-size:1rem}.services-grid{grid-template-columns:1fr;gap:24px}.service-card{padding:26px 22px;animation-duration:.5s}.service-card:hover{transform:translateY(-12px)}.service-image-wrapper{height:190px;margin-bottom:18px}.service-title{font-size:1.2rem}.service-description{font-size:.9rem}}@media (width<=600px){.services{padding:70px 0}.services-container{padding:0 20px}.services-header{margin-bottom:50px}.services-title{font-size:2rem}.services-subtitle{font-size:.95rem}.services-grid{gap:20px}.service-card{padding:24px 20px;animation-duration:.5s}.service-card:hover{transform:translateY(-10px)}.service-image-wrapper{height:180px;margin-bottom:16px}.service-title{font-size:1.15rem}.service-description{font-size:.85rem}.service-icon-overlay{width:45px;height:45px}.service-icon{width:28px;height:28px}}@media (width<=480px){.services{padding:60px 0}.services-container{padding:0 16px}.services-header{margin-bottom:45px}.services-title{font-size:1.8rem}.services-subtitle{font-size:.9rem}.service-card{padding:22px 18px}.service-card:hover{transform:translateY(-8px)}.service-image-wrapper{height:170px;margin-bottom:14px}.service-title{font-size:1.1rem}.service-description{font-size:.8rem}}@media (width<=380px){.services{padding:50px 0}.services-container{padding:0 14px}.services-header{margin-bottom:40px}.services-title{font-size:1.6rem}.services-subtitle{font-size:.85rem}.service-card{padding:20px 16px}.service-card:hover{transform:translateY(-6px)}.service-image-wrapper{height:160px;margin-bottom:12px}.service-title{font-size:1rem}.service-description{font-size:.75rem;line-height:1.5}.service-icon-overlay{width:40px;height:40px}.service-icon{width:24px;height:24px}}.projects{background:linear-gradient(135deg,#0f0f0f 0%,#1a1a1a 50%,#0f0f0f 100%);padding:20px 0;position:relative;overflow:hidden}.projects:before{content:"";pointer-events:none;background:radial-gradient(circle,#ff8c001f 0%,#0000 70%);border-radius:50%;width:500px;height:500px;animation:8s ease-in-out infinite float;position:absolute;top:-50%;left:-50%}.projects:after{content:"";pointer-events:none;background:radial-gradient(circle,#ff8c0014 0%,#0000 70%);border-radius:50%;width:500px;height:500px;animation:10s ease-in-out infinite reverse float;position:absolute;bottom:-50%;right:-50%}.projects-container{z-index:2;max-width:1400px;margin:0 auto;padding:0 40px;position:relative}.projects-header{text-align:center;margin-bottom:80px;animation:.8s ease-out fadeInDown}.projects-title{color:#fff;letter-spacing:-1px;background:linear-gradient(135deg,#fff 0%,orange 50%,#ff8c00 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 15px;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800}.projects-subtitle{color:#a8b2d1;letter-spacing:.4px;margin:0;font-size:clamp(1rem,2vw,1.2rem);font-weight:400}.projects-grid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.show-more-container{justify-content:center;align-items:center;margin-top:60px;display:flex}.show-more-btn{color:#fff;letter-spacing:.5px;cursor:pointer;background:linear-gradient(135deg,orange 0%,#ff8c00 100%);border:none;border-radius:12px;padding:14px 40px;font-size:1.1rem;font-weight:700;transition:all .4s cubic-bezier(.34,1.56,.64,1);box-shadow:0 5px 20px #ff8c0059}.show-more-btn:hover{letter-spacing:.7px;transform:translateY(-4px);box-shadow:0 10px 35px #ff8c0080,0 0 25px #ff8c0040}.project-card{cursor:pointer;-webkit-backdrop-filter:blur(10px);border:1.5px solid #fff;border-radius:18px;flex-direction:column;height:auto;transition:all .5s cubic-bezier(.34,1.56,.64,1);animation:.6s ease-out slideInUp;display:flex;position:relative;overflow:hidden}.project-card:first-child{animation-delay:.1s}.project-card:nth-child(2){animation-delay:.2s}.project-card:nth-child(3){animation-delay:.3s}.project-card:nth-child(4){animation-delay:.4s}.project-card:nth-child(5){animation-delay:.5s}.project-card:nth-child(6){animation-delay:.6s}.project-card:nth-child(7){animation-delay:.7s}.project-card:nth-child(8){animation-delay:.8s}.project-card:before{content:"";z-index:1;border-radius:18px;transition:opacity .5s;animation:3s ease-in-out infinite paused shimmer;position:absolute;inset:0}.project-card:hover{border-color:#6464784d;box-shadow:0 10px 40px #0006}.project-card:hover:before{opacity:0;animation-play-state:paused}.project-content-left{z-index:2;flex-direction:column;flex:1;gap:12px;padding:24px;display:flex;position:relative}.project-logo-badge{background:#fff;border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;transition:all .4s;display:flex}.project-logo{object-fit:contain;width:50px;height:50px}.project-name{color:#fff;letter-spacing:-.3px;margin:0;font-size:1.3rem;font-weight:700;transition:all .4s}.project-card:hover .project-name{color:orange}.project-description{color:#a8b2d1;letter-spacing:.2px;max-height:45px;margin:0;font-size:.85rem;line-height:1.6;transition:all .4s;overflow:hidden}.project-description.expanded{max-height:400px}.project-card:hover .project-description{color:#d4dde8}.expand-btn{color:orange;cursor:pointer;background:0 0;border:none;align-self:flex-start;padding:0;font-size:.85rem;font-weight:600;transition:all .3s}.expand-btn:hover{color:#ff8c00}.project-btn{color:#fff;letter-spacing:.3px;cursor:pointer;background:linear-gradient(135deg,orange 0%,#ff8c00 100%);border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:fit-content;margin-top:auto;padding:12px 24px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .4s cubic-bezier(.34,1.56,.64,1);display:inline-flex;box-shadow:0 4px 15px #ff8c004d}.project-btn:hover{letter-spacing:.5px;transform:translateY(-3px);box-shadow:0 8px 25px #ff8c0073,0 0 20px #ff8c0033}.btn-arrow{transition:transform .3s;transform:translate(0)}.project-btn:hover .btn-arrow{transform:translate(4px)}.project-content-right{z-index:2;flex:1;justify-content:center;align-items:center;width:100%;padding:0;display:flex;position:relative}.image-carousel{justify-content:center;align-items:center;width:100%;height:200px;display:flex;position:relative}.carousel-image{object-fit:cover;filter:brightness(.9);border-radius:12px;width:100%;height:100%;transition:all .5s}.project-card:hover .carousel-image{filter:brightness()}.carousel-btn{color:#fff;cursor:pointer;z-index:10;background:#ff8c00e6;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.2rem;font-weight:700;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.carousel-prev{left:12px}.carousel-next{right:12px}.carousel-btn:hover{background:#ff8c00;transform:translateY(-50%)scale(1.1);box-shadow:0 6px 20px #ff8c0066}.carousel-indicators{z-index:10;gap:8px;display:flex;position:absolute;bottom:12px;left:50%;transform:translate(-50%)}.indicator{cursor:pointer;background:#fff6;border:2px solid #fff9;border-radius:50%;width:10px;height:10px;transition:all .3s}.indicator.active{background:orange;border-color:#ff8c00;transform:scale(1.2)}.indicator:hover{background:#ffffffb3;transform:scale(1.1)}@media (width<=1024px){.projects-container{padding:0 30px}.projects-grid{grid-template-columns:repeat(3,1fr);gap:24px}.project-content-left{padding:20px}.project-name{font-size:1.2rem}}@media (width<=768px){.projects{padding:80px 0}.projects-container{padding:0 25px}.projects-header{margin-bottom:60px}.projects-title{font-size:2.2rem}.projects-subtitle{font-size:1rem}.projects-grid{grid-template-columns:repeat(2,1fr);gap:20px}.project-content-left{padding:18px}.project-name{font-size:1.1rem}.project-description{max-height:40px;font-size:.8rem}.image-carousel{height:180px}.project-btn{padding:10px 20px;font-size:.9rem}.carousel-btn{width:40px;height:40px;font-size:1rem}.show-more-btn{padding:12px 32px;font-size:1rem}}@media (width<=600px){.projects{padding:70px 0}.projects-container{padding:0 20px}.projects-header{margin-bottom:50px}.projects-title{font-size:2rem}.projects-subtitle{font-size:.95rem}.projects-grid{grid-template-columns:1fr;gap:20px}.project-content-left{padding:20px}.project-name{font-size:1.2rem}.project-description{max-height:45px;font-size:.85rem}.image-carousel{height:220px}.carousel-btn{width:38px;height:38px;font-size:.9rem}.show-more-btn{padding:12px 28px;font-size:.95rem}}@media (width<=480px){.projects{padding:60px 0}.projects-container{padding:0 16px}.projects-header{margin-bottom:40px}.projects-title{font-size:1.8rem}.projects-subtitle{font-size:.9rem}.projects-grid{grid-template-columns:1fr;gap:18px}.project-content-left{gap:8px;padding:16px}.project-logo-badge{width:45px;height:45px}.project-logo{width:28px;height:28px}.project-name{font-size:1.1rem}.project-description{max-height:35px;font-size:.75rem}.expand-btn{padding:0;font-size:.7rem}.image-carousel{height:180px}.project-btn{padding:9px 18px;font-size:.8rem}.carousel-btn{width:36px;height:36px;font-size:.8rem}.show-more-btn{margin-top:40px;padding:11px 24px;font-size:.9rem}}@media (width<=380px){.projects{padding:50px 0}.projects-container{padding:0 12px}.projects-header{margin-bottom:35px}.projects-title{font-size:1.6rem}.projects-subtitle{font-size:.85rem}.project-content-left{padding:14px}.project-name{font-size:1rem}.project-description{max-height:35px;font-size:.7rem;line-height:1.4}.image-carousel{height:160px}.project-btn{padding:8px 14px;font-size:.75rem}.carousel-btn{width:34px;height:34px;font-size:.7rem}.show-more-btn{margin-top:35px;padding:10px 20px;font-size:.85rem}}@media (width<=1200px){.projects{padding:100px 0}.projects-container{padding:0 30px}.projects-grid{grid-template-columns:repeat(3,1fr);gap:28px}.project-image-wrapper{height:220px}.project-info{padding:24px}}@media (width<=768px){.projects{padding:80px 0}.projects-container{padding:0 25px}.projects-header{margin-bottom:60px}.projects-title{margin-bottom:12px;font-size:2.2rem}.projects-subtitle{font-size:1rem}.projects-grid{grid-template-columns:repeat(2,1fr);gap:24px}.project-card{animation-duration:.5s}.project-image-wrapper{height:200px}.project-info{gap:10px;padding:22px}.project-title{font-size:1.2rem}.project-description{font-size:.85rem}.project-btn{padding:10px 20px;font-size:.9rem}}@media (width<=600px){.projects{padding:70px 0}.projects-container{padding:0 20px}.projects-header{margin-bottom:50px}.projects-title{font-size:2rem}.projects-subtitle{font-size:.95rem}.projects-grid{grid-template-columns:repeat(2,1fr);gap:20px}.project-card:hover{transform:translateY(-8px)}.project-image-wrapper{height:180px}.project-info{padding:20px}.project-title{margin-bottom:6px;font-size:1.1rem}.project-description{font-size:.8rem}.project-logo-container{width:50px;height:50px}.project-logo{width:32px;height:32px}.project-btn{padding:9px 18px;font-size:.85rem}}@media (width<=480px){.projects{padding:60px 0}.projects-container{padding:0 16px}.projects-header{margin-bottom:40px}.projects-title{font-size:1.8rem}.projects-subtitle{font-size:.9rem}.projects-grid{grid-template-columns:1fr;gap:18px}.project-card:hover{transform:translateY(-6px)}.project-image-wrapper{height:240px}.project-info{padding:18px}.project-title{font-size:1.05rem}.project-description{font-size:.8rem}.project-btn{padding:8px 16px;font-size:.8rem}}@media (width<=380px){.projects{padding:50px 0}.projects-container{padding:0 12px}.projects-header{margin-bottom:35px}.projects-title{font-size:1.6rem}.projects-subtitle{font-size:.85rem}.project-image-wrapper{height:200px}.project-logo-container{width:45px;height:45px}.project-logo{width:28px;height:28px}.project-info{gap:8px;padding:16px}.project-title{font-size:1rem}.project-description{font-size:.75rem;line-height:1.5}.project-btn{padding:7px 14px;font-size:.75rem}}.testimonials{background:linear-gradient(135deg,#0f0f0f 0%,#1a1a1a 50%,#0f0f0f 100%);padding:20px 0;position:relative;overflow:hidden}.testimonials:before{content:"";pointer-events:none;background:radial-gradient(circle,#ff8c001f 0%,#0000 70%);border-radius:50%;width:500px;height:500px;animation:8s ease-in-out infinite float;position:absolute;top:-50%;left:-50%}.testimonials:after{content:"";pointer-events:none;background:radial-gradient(circle,#ff8c0014 0%,#0000 70%);border-radius:50%;width:500px;height:500px;animation:10s ease-in-out infinite reverse float;position:absolute;bottom:-50%;right:-50%}.testimonials-container{z-index:2;max-width:1400px;margin:0 auto;padding:0 40px;position:relative}.testimonials-header{text-align:center;margin-bottom:80px;animation:.8s ease-out fadeInDown}.testimonials-title{color:#fff;letter-spacing:-1px;background:linear-gradient(135deg,#fff 0%,orange 50%,#ff8c00 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 15px;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800}.testimonials-subtitle{color:#a8b2d1;letter-spacing:.4px;margin:0;font-size:clamp(1rem,2vw,1.2rem);font-weight:400}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:32px;transition:all .4s ease-in-out;display:grid}.testimonials-wrapper{align-items:center;gap:20px;display:flex;position:relative}.testimonial-card{-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,#0f0f0f 0%,#1a1a1a 50%,#0f0f0f 100%);border:1.5px solid #ff8c0026;border-radius:18px;flex-direction:column;gap:16px;padding:32px;transition:all .5s cubic-bezier(.34,1.56,.64,1);animation:.6s ease-out slideInUp;display:flex;position:relative}.testimonial-card:first-child{animation-delay:.1s}.testimonial-card:nth-child(2){animation-delay:.2s}.testimonial-card:nth-child(3){animation-delay:.3s}.testimonial-card:nth-child(4){animation-delay:.4s}.testimonial-card:nth-child(5){animation-delay:.5s}.testimonial-card:nth-child(6){animation-delay:.6s}.testimonial-card:before{content:"";opacity:0;z-index:0;pointer-events:none;background:linear-gradient(45deg,#ff8c0026 0%,#ffa00014 25%,#ff64000d 50%,#ff8c0014 75%,#ff8c0026 100%);border-radius:18px;transition:opacity .5s;animation:3s ease-in-out infinite paused shimmer;position:absolute;inset:0}.testimonial-card:hover{background:linear-gradient(135deg,#101830fa 0%,#1a1a2df2 100%);border-color:#6464784d;transform:translateY(-8px);box-shadow:0 10px 40px #0006}.testimonial-card:hover:before{opacity:0;animation-play-state:paused}.testimonial-stars{z-index:2;gap:6px;display:flex;position:relative}.star{color:orange;text-shadow:0 0 8px #ffa5004d;font-size:1.5rem;transition:all .3s}.star.half{background:linear-gradient(90deg,orange 50%,#404050 50%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.testimonial-card:hover .star{color:#ff8c00;text-shadow:0 0 12px #ff8c0080;transform:scale(1.1)}.testimonial-text{color:#a8b2d1;letter-spacing:.3px;z-index:2;flex:1;margin:0;font-size:1rem;font-style:italic;line-height:1.8;transition:all .4s;position:relative}.testimonial-card:hover .testimonial-text{color:#d4dde8}.testimonial-author{z-index:2;align-items:center;gap:12px;padding-top:16px;display:flex;position:relative}.author-image{object-fit:cover;border:2px solid #ff8c004d;border-radius:50%;width:50px;height:50px;transition:all .3s}.testimonial-card:hover .author-image{border-color:#ff8c0099;box-shadow:0 0 12px #ff8c0033}.author-info{flex-direction:column;gap:2px;display:flex}.author-name{color:#fff;letter-spacing:-.2px;margin:0;font-size:1rem;font-weight:700;transition:all .3s}.testimonial-card:hover .author-name{color:orange}.author-title{color:#7a85a8;letter-spacing:.3px;margin:0;font-size:.8rem;font-weight:500;transition:all .3s}.testimonial-card:hover .author-title{color:#a8b2d1}.testimonials-nav-btn{color:orange;cursor:pointer;z-index:10;background:0 0;border:2px solid #ff8c004d;border-radius:8px;justify-content:center;align-items:center;min-width:50px;min-height:50px;padding:12px 16px;font-size:1.5rem;font-weight:700;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:flex}.testimonials-nav-btn:hover{color:#ff8c00;background:#ff8c0026;border-color:#ff8c0099;transform:scale(1.1);box-shadow:0 0 15px #ff8c004d}.testimonials-nav-btn:active{transform:scale(.95)}.testimonial-toggle-btn{color:orange;cursor:pointer;letter-spacing:.3px;z-index:3;background:#ff8c0026;border:1.5px solid #ff8c004d;border-radius:6px;align-self:flex-start;padding:8px 16px;font-size:.85rem;font-weight:600;transition:all .3s;position:relative}.testimonial-toggle-btn:hover{color:#ff8c00;background:#ff8c0040;border-color:#ff8c0099;box-shadow:0 4px 12px #ff8c0033}.testimonial-toggle-btn:active{transform:scale(.98)}@keyframes slideLeft{0%{opacity:0;transform:translate(100px)}to{opacity:1;transform:translate(0)}}@keyframes slideRight{0%{opacity:0;transform:translate(-100px)}to{opacity:1;transform:translate(0)}}@media (width<=1024px){.testimonials-container{padding:0 30px}.testimonials-wrapper{gap:16px}.testimonials-grid{grid-template-columns:repeat(2,1fr);gap:28px}.testimonial-card{padding:28px}.testimonials-nav-btn{min-width:45px;min-height:45px;padding:10px 14px;font-size:1.3rem}}@media (width<=768px){.testimonials{padding:80px 0}.testimonials-container{padding:0 25px}.testimonials-header{margin-bottom:60px}.testimonials-title{font-size:2.2rem}.testimonials-subtitle{font-size:1rem}.testimonials-wrapper{justify-content:space-between;align-items:center;gap:12px;width:100%;display:flex}.testimonials-grid{grid-template-columns:1fr;gap:20px;width:100%}.testimonial-card{padding:24px;animation:.6s ease-out slideInUp}.testimonial-text{font-size:.95rem}.author-image{width:44px;height:44px}.author-name{font-size:.95rem}.testimonials-nav-btn{min-width:42px;min-height:42px;padding:8px 12px;font-size:1.2rem}}@media (width<=600px){.testimonials{padding:70px 0}.testimonials-container{padding:0 20px}.testimonials-header{margin-bottom:50px}.testimonials-title{font-size:2rem}.testimonials-subtitle{font-size:.95rem}.testimonials-wrapper{justify-content:space-between;align-items:stretch;gap:10px;min-height:auto;display:flex}.testimonials-grid{flex:1;grid-template-columns:1fr;gap:18px;min-height:100%}.testimonial-card{gap:12px;padding:20px;animation:.5s ease-out slideInUp}.testimonial-text{font-size:.9rem;line-height:1.6}.star{font-size:1.3rem}.author-image{width:40px;height:40px}.author-name{font-size:.9rem}.author-title{font-size:.75rem}.testimonials-nav-btn{min-width:40px;height:auto;min-height:40px;padding:8px 10px;font-size:1.1rem}.testimonial-toggle-btn{padding:6px 12px;font-size:.8rem}}@media (width<=480px){.testimonials{padding:60px 0}.testimonials-container{padding:0 16px}.testimonials-header{margin-bottom:40px}.testimonials-title{font-size:1.8rem}.testimonials-subtitle{font-size:.9rem}.testimonials-wrapper{justify-content:space-between;align-items:stretch;gap:8px;min-height:auto;display:flex}.testimonials-grid{flex:1;grid-template-columns:1fr;gap:16px;min-height:100%}.testimonial-card{gap:10px;padding:18px}.testimonial-text{font-size:.85rem}.star{font-size:1.2rem}.testimonial-author{gap:10px}.author-image{width:38px;height:38px}.author-name{font-size:.85rem}.author-title{font-size:.7rem}.testimonials-nav-btn{min-width:38px;height:auto;min-height:38px;padding:6px 8px;font-size:1rem}.testimonial-toggle-btn{padding:5px 10px;font-size:.75rem}}@media (width<=380px){.testimonials{padding:50px 0}.testimonials-container{padding:0 12px}.testimonials-header{margin-bottom:35px}.testimonials-title{font-size:1.6rem}.testimonials-subtitle{font-size:.85rem}.testimonials-wrapper{justify-content:space-between;align-items:stretch;gap:6px;min-height:auto;display:flex}.testimonials-grid{flex:1;grid-template-columns:1fr;min-height:100%}.testimonial-card{padding:16px}.testimonial-text{font-size:.8rem;line-height:1.5}.star{font-size:1rem}.author-image{width:36px;height:36px}.author-name{font-size:.8rem}.author-title{font-size:.65rem}.testimonials-nav-btn{border-radius:50px;align-items:center;min-width:36px;height:20px;min-height:36px;padding:5px 6px;font-size:.9rem}.testimonial-toggle-btn{padding:4px 8px;font-size:.7rem}}.contact{padding:20px var(--spacing-lg);background:linear-gradient(135deg,#000 0%,#0a0a0a 50%,#000 100%);position:relative;overflow:hidden}.contact:before{content:"";pointer-events:none;background:radial-gradient(circle,#ffffff0d 0%,#0000 70%);border-radius:50%;width:500px;height:500px;animation:8s ease-in-out infinite float;position:absolute;top:-50%;left:-50%}.contact:after{content:"";pointer-events:none;background:radial-gradient(circle,#ffffff08 0%,#0000 70%);border-radius:50%;width:500px;height:500px;animation:10s ease-in-out infinite reverse float;position:absolute;bottom:-50%;right:-50%}.contact .container{z-index:2;max-width:1400px;margin:0 auto;position:relative}.contact-content{grid-template-columns:1fr 1.2fr;gap:60px;margin-bottom:60px;display:grid}.contact-info{flex-direction:column;gap:40px;display:flex}.info-item{align-items:flex-start;gap:20px;animation:.6s ease-out slideInUp;display:flex}.info-item:first-child{animation-delay:.1s}.info-item:nth-child(2){animation-delay:.2s}.info-item:nth-child(3){animation-delay:.3s}.info-item:nth-child(4){animation-delay:.4s}.info-emoji{justify-content:center;align-items:center;min-width:60px;height:60px;font-size:2.5rem;transition:all .3s;display:flex}.info-icon{justify-content:center;align-items:center;font-size:2.5rem;transition:all .3s;display:flex}.info-item:hover .info-icon{transform:translateY(-5px)scale(1.1)}.info-item:hover .info-emoji{transform:translateY(-5px)}.info-details{flex-direction:column;gap:8px;display:flex}.info-details h4{color:#fff;letter-spacing:-.3px;margin:0;font-size:1.1rem;font-weight:700}.info-details p{color:#d0d0d0;margin:0;font-size:.95rem;line-height:1.6}.info-details a{color:#fff;margin:0;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .3s}.info-details a:hover{color:#ccc;text-decoration:underline}.contact-form{-webkit-backdrop-filter:blur(10px);background:#141414cc;border:1.5px solid #ffffff1a;border-radius:18px;flex-direction:column;gap:24px;padding:40px;animation:.6s ease-out .5s both slideInUp;display:flex;box-shadow:0 8px 32px #00000080}.form-group{flex-direction:column;gap:10px;display:flex}.form-group label{color:#fff;letter-spacing:-.2px;font-size:1rem;font-weight:600}.form-group input,.form-group textarea{color:#fff;resize:vertical;background:#1e1e1ecc;border:1.5px solid #ffffff1a;border-radius:10px;padding:12px 16px;font-family:inherit;font-size:.95rem;transition:all .3s}.form-group input::placeholder,.form-group textarea::placeholder{color:#888}.form-group input:focus,.form-group textarea:focus{background:#1e1e1e;border-color:#ffffff4d;outline:none;box-shadow:0 0 20px #ffffff1a}.contact-form .btn{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:1px;background:#000;border:1.5px solid #ffffff4d;border-radius:10px;align-self:flex-start;margin-top:10px;padding:14px 32px;font-size:1rem;font-weight:700;transition:all .3s cubic-bezier(.34,1.56,.64,1)}.contact-form .btn:hover{background:#ffffff1a;border-color:#ffffff80;transform:translateY(-3px);box-shadow:0 15px 35px #ffffff1a}.contact-form .btn:active{transform:translateY(-1px)}@media (width<=1024px){.contact{padding:80px 30px}.contact-content{grid-template-columns:1fr;gap:50px}.contact-form{padding:30px}}@media (width<=768px){.contact{padding:70px 25px}.contact-content{gap:40px}.contact-info{gap:30px}.info-item{gap:16px}.info-emoji{min-width:50px;height:50px;font-size:2rem}.info-icon{font-size:2rem}.info-details h4{font-size:1rem}.info-details p,.info-details a{font-size:.9rem}.contact-form{gap:20px;padding:24px}.form-group label{font-size:.95rem}.form-group input,.form-group textarea{padding:10px 14px;font-size:.9rem}}@media (width<=600px){.contact{padding:60px 20px}.contact-content{gap:35px}.contact-info{gap:25px}.info-emoji{min-width:45px;height:45px;font-size:1.8rem}.info-icon{font-size:1.8rem}.info-details h4{font-size:.95rem}.contact-form{gap:18px;padding:20px}.form-group label{font-size:.9rem}.form-group input,.form-group textarea{padding:10px 12px;font-size:.88rem}.contact-form .btn{width:100%;padding:12px 24px;font-size:.9rem}}@media (width<=480px){.contact{padding:50px 16px}.section-title{font-size:2rem}.contact-content{gap:30px}.contact-info{gap:20px}.info-item{gap:12px}.info-emoji{min-width:40px;height:40px;font-size:1.6rem}.info-icon{font-size:1.6rem}.info-details h4{font-size:.9rem}.info-details p,.info-details a{font-size:.85rem}.contact-form{gap:16px;padding:16px}.form-group{gap:8px}.form-group label{font-size:.85rem}.form-group input,.form-group textarea{padding:8px 10px;font-size:.85rem}.contact-form .btn{letter-spacing:.5px;width:100%;padding:11px 20px;font-size:.85rem}}.social-links{border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:center;gap:20px;margin-top:60px;padding-top:40px;display:flex}.social-icon{color:#fff;background:#282828cc;border:1.5px solid #ffffff1a;border-radius:10px;justify-content:center;align-items:center;width:50px;height:50px;font-size:.75rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:flex;position:relative;overflow:hidden}.social-icon:before{content:"";z-index:0;background:#ffffff1a;border-radius:50%;width:0;height:0;transition:width .3s,height .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.social-icon:hover{background:#282828;border-color:#ffffff4d;box-shadow:0 0 20px #ffffff26}.social-icon:hover:before{width:100%;height:100%}.social-icon:hover{color:#fff;transform:translateY(-5px)}.social-icon span{z-index:1;position:relative}@media (width<=600px){.social-links{gap:16px;margin-top:40px;padding-top:30px}.social-icon{width:45px;height:45px;font-size:.7rem}}@media (width<=480px){.social-links{gap:12px}.social-icon{width:40px;height:40px;font-size:.65rem}}.footer{background:linear-gradient(#000 0%,#0a0a0a 100%);border-top:1px solid #ffffff1a;margin-top:auto;padding:50px 40px}.footer-container{flex-direction:column;align-items:center;gap:30px;max-width:1400px;margin:0 auto;display:flex}.footer-social{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.social-link{--accent-color:#fff;background:#282828cc;border:1.5px solid #ffffff26;border-radius:10px;justify-content:center;align-items:center;width:45px;height:45px;text-decoration:none;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:flex;position:relative;overflow:hidden}.social-link:before{content:"";background:var(--accent-color);z-index:0;border-radius:10px;width:100%;height:100%;transition:left .3s;position:absolute;top:0;left:-100%}.social-link:hover{border-color:var(--accent-color);background:var(--accent-color);box-shadow:0 0 20px #ffffff4d}.social-link:hover:before{left:0}.social-link:hover{transform:translateY(-5px)}.social-icon-img{object-fit:contain;z-index:1;filter:brightness();width:24px;height:24px;transition:filter .3s;position:relative}.social-link:hover .social-icon-img{filter:brightness(0)invert()}.footer-copyright{text-align:center;border-top:1px solid #ffffff1a;width:100%;padding-top:20px}.footer-copyright p{color:#888;letter-spacing:.3px;margin:0;font-size:.9rem}@media (width<=768px){.footer{padding:40px 30px}.footer-container{gap:25px}.footer-social{gap:16px}.social-link{width:40px;height:40px}.social-icon{font-size:1.1rem}.footer-copyright p{font-size:.85rem}}@media (width<=480px){.footer{padding:30px 20px}.footer-container{gap:20px}.footer-social{gap:12px}.social-link{width:38px;height:38px}.social-icon{font-size:1rem}.footer-copyright p{font-size:.8rem}}
