:root{--bg:#111114;--bg-card:#18181b;--text:#fff;--text-muted:#a1a1aa;--border:#27272a;--accent:#6366f1;--accent-hover:#818cf8;--sans:system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;font-family:var(--sans);color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:80px}body{background:var(--bg);min-width:320px;min-height:100vh;color:var(--text);margin:0;padding:0;overflow-x:hidden}a{color:inherit;text-decoration:none}button,input,textarea{font-family:inherit}button{cursor:pointer}#root{background:var(--bg);width:100%;min-height:100vh;margin:0;padding:0}img{max-width:100%;height:auto;display:block}::selection{background:var(--accent);color:#fff}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:#3f3f46;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--accent)}section{width:100%;max-width:1280px;margin:0 auto;padding:60px;scroll-margin-top:80px;position:relative}.section-heading{text-align:center;margin-bottom:40px}.section-heading p{color:var(--accent);margin:0 0 8px;font-size:14px;font-weight:600}.section-heading h2{color:var(--text);letter-spacing:-1px;margin:0;font-size:44px;line-height:1.1}.scroll-reveal{width:100%;margin:0;padding:0}.scroll-reveal-content{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(30px)}.scroll-reveal.show .scroll-reveal-content{opacity:1;transform:translateY(0)}@media (width<=900px){html{scroll-padding-top:70px}section{width:100%;max-width:100%;padding:50px 30px;scroll-margin-top:70px}.section-heading{margin-bottom:35px}.section-heading h2{font-size:40px}.section-heading p{font-size:14px}}@media (width<=600px){section{width:100%;max-width:100%;padding:45px 20px;scroll-margin-top:70px}.section-heading{margin-bottom:30px}.section-heading p{font-size:13px}.section-heading h2{letter-spacing:-.5px;font-size:34px}}@media (width<=400px){section{padding:40px 16px}.section-heading h2{font-size:30px}.section-heading p{font-size:12px}}.navbar{border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1000;background:#111114eb;justify-content:space-between;align-items:center;width:100%;height:80px;padding:0 60px;display:flex;position:fixed;top:0;left:0}.nav-logo{letter-spacing:-1px;color:var(--text);font-size:28px;font-weight:800;transition:color .3s}.nav-logo span{color:var(--accent)}.nav-logo:hover{color:var(--accent-hover)}.nav-links{align-items:center;gap:34px;display:flex}.nav-links a{color:#e4e4e7;font-size:16px;font-weight:600;transition:color .3s,transform .3s;position:relative}.nav-links a:after{content:"";background:var(--accent);width:0;height:2px;transition:width .3s;position:absolute;bottom:-8px;left:0}.nav-links a:hover{color:var(--accent-hover)}.nav-links a:hover:after{width:100%}.menu-toggle{color:var(--text);z-index:1100;background:0 0;border:none;padding:6px;font-size:30px;line-height:1;display:none}@media (width<=1000px){.navbar{padding:0 30px}.nav-links{gap:20px}.nav-links a{font-size:14px}}@media (width<=768px){.navbar{height:70px;padding:0 20px}.nav-logo{font-size:24px}.menu-toggle{display:block}.nav-links{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#111114fa;flex-direction:column;justify-content:flex-start;align-items:center;gap:0;width:100%;height:calc(100vh - 70px);padding-top:50px;transition:right .35s;display:flex;position:fixed;top:70px;right:-100%;overflow-y:auto}.nav-links.active{right:0}.nav-links a{text-align:center;width:100%;padding:18px 20px;font-size:18px}.nav-links a:after{display:none}}@media (width<=400px){.navbar{padding:0 16px}.nav-logo{font-size:22px}.menu-toggle{font-size:27px}}.hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 80px);padding-top:80px;padding-bottom:80px;display:flex}.hero-content{width:100%;max-width:1000px;margin:0 auto}.hero-greeting{color:var(--accent);margin:0 0 18px;font-size:19px;font-weight:600;line-height:1.4}.hero h1{max-width:900px;color:var(--text);letter-spacing:-4px;margin:0 auto;font-size:clamp(52px,7vw,84px);font-weight:800;line-height:1}.hero h1 span{color:var(--accent)}.hero-description{max-width:680px;color:var(--text-muted);margin:26px auto 0;font-size:18px;line-height:1.65}.hero-buttons{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-top:32px;display:flex}.primary-btn,.secondary-btn{white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;min-height:46px;padding:0 22px;font-size:14px;font-weight:600;transition:transform .3s,background .3s,border-color .3s,color .3s,box-shadow .3s;display:inline-flex}.primary-btn{background:var(--accent);color:#fff;border:1px solid var(--accent)}.primary-btn:hover{background:var(--accent-hover);border-color:var(--accent-hover);transform:translateY(-3px);box-shadow:0 8px 20px #6366f140}.secondary-btn{color:var(--text);border:1px solid var(--border);background:0 0}.secondary-btn:hover{color:var(--accent-hover);border-color:var(--accent);transform:translateY(-3px);box-shadow:0 8px 20px #6366f11f}.hero-tech{flex-wrap:wrap;justify-content:center;align-items:center;gap:9px;margin-top:34px;display:flex}.hero-tech span{color:var(--text-muted);background:var(--bg-card);border:1px solid var(--border);border-radius:20px;padding:7px 13px;font-size:12px;transition:color .3s,border-color .3s,transform .3s,background .3s}.hero-tech span:hover{color:var(--accent-hover);border-color:var(--accent);background:#1f1f25;transform:translateY(-2px)}.hero-animate{opacity:0;animation:.7s forwards heroFadeUp;transform:translateY(20px)}.hero-delay-1{animation-delay:.1s}.hero-delay-2{animation-delay:.25s}.hero-delay-3{animation-delay:.4s}.hero-delay-4{animation-delay:.55s}.hero-delay-5{animation-delay:.7s}@keyframes heroFadeUp{to{opacity:1;transform:translateY(0)}}@media (width<=900px){.hero{min-height:calc(100vh - 70px);padding-top:70px;padding-bottom:60px}.hero-content{max-width:750px}.hero h1{letter-spacing:-3px;font-size:clamp(48px,8vw,72px)}.hero-description{max-width:620px;font-size:17px}}@media (width<=600px){.hero{justify-content:flex-start;min-height:auto;padding-top:75px;padding-bottom:50px}.hero-content{width:100%;max-width:100%}.hero-greeting{margin-bottom:16px;font-size:16px;line-height:1.4}.hero h1{letter-spacing:-2px;max-width:100%;font-size:clamp(40px,12vw,58px);line-height:1.05}.hero h1 span{display:block}.hero-description{max-width:100%;margin-top:22px;font-size:15px;line-height:1.6}.hero-buttons{flex-direction:column;gap:10px;width:100%;margin-top:28px}.primary-btn,.secondary-btn{width:100%;max-width:290px;min-height:45px}.hero-tech{gap:7px;margin-top:30px;padding-bottom:5px}.hero-tech span{padding:6px 11px;font-size:11px}}@media (width<=400px){.hero{padding-top:70px;padding-bottom:40px}.hero-greeting{font-size:15px}.hero h1{letter-spacing:-1.5px;font-size:40px}.hero-description{font-size:14px;line-height:1.6}.hero-buttons{margin-top:24px}.hero-tech{margin-top:25px}}@media (prefers-reduced-motion:reduce){.hero-animate{opacity:1;animation:none;transform:none}}.about-section{background:var(--bg)}.about-section .section-heading{margin-bottom:50px}.about-content{grid-template-columns:1.4fr .8fr;align-items:center;gap:70px;display:grid}.about-text{flex-direction:column;gap:22px;display:flex}.about-text p{color:var(--text-muted);margin:0;font-size:17px;line-height:1.8}.about-stats{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}.stat-card{text-align:center;background:var(--bg-card);border:1px solid var(--border);border-radius:14px;flex-direction:column;justify-content:center;align-items:center;min-height:150px;padding:25px;transition:transform .3s,border-color .3s,box-shadow .3s;display:flex}.stat-card:hover{border-color:var(--accent);transform:translateY(-6px);box-shadow:0 12px 30px #6366f11f}.stat-number{color:var(--accent);font-size:30px;font-weight:800}.stat-label{color:var(--text-muted);margin-top:8px;font-size:14px}.scroll-reveal:not(.show) .about-animate{opacity:0;transform:translateY(25px)}.scroll-reveal.show .about-animate{opacity:1;transition:opacity .7s,transform .7s;transform:translateY(0)}.scroll-reveal.show .about-delay-1{transition-delay:.1s}.scroll-reveal.show .about-delay-2{transition-delay:.25s}.scroll-reveal.show .about-delay-3{transition-delay:.4s}.scroll-reveal.show .about-delay-4{transition-delay:.55s}.scroll-reveal.show .about-delay-5{transition-delay:.7s}@media (width<=900px){.about-section .section-heading{margin-bottom:40px}.about-content{grid-template-columns:1fr;gap:45px}.about-text p{font-size:16px}}@media (width<=600px){.about-section .section-heading{margin-bottom:35px}.about-content{gap:35px}.about-text{gap:18px}.about-text p{font-size:15.5px;line-height:1.7}.about-stats{grid-template-columns:repeat(2,1fr);gap:12px}.stat-card{min-height:130px;padding:18px}.stat-number{font-size:25px}.stat-label{font-size:13px}}@media (width<=400px){.about-stats{gap:10px}.stat-card{min-height:115px;padding:14px 10px}.stat-number{font-size:22px}.stat-label{font-size:12px}}.skills-section{background:var(--bg)}.proficiency-card{border:1px solid var(--border);background:linear-gradient(145deg,#18181bfa,#111114fa);border-radius:18px;max-width:1000px;margin:0 auto 35px;padding:35px;transition:border-color .3s,transform .3s,box-shadow .3s}.proficiency-card:hover{border-color:#6366f18c;box-shadow:0 20px 45px #00000040}.proficiency-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:32px;display:flex}.proficiency-label{color:var(--accent);text-transform:uppercase;letter-spacing:.8px;margin-bottom:7px;font-size:12px;font-weight:700;display:block}.proficiency-header h3{color:var(--text);margin:0;font-size:22px}.proficiency-badge{color:var(--accent-hover);background:#6366f11a;border:1px solid #6366f140;border-radius:20px;flex-shrink:0;padding:8px 13px;font-size:12px;font-weight:600}.proficiency-chart{flex-direction:column;gap:18px;display:flex}.proficiency-row{width:100%}.proficiency-info{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.proficiency-info span{color:#d4d4d8;font-size:14px;font-weight:500}.proficiency-info strong{color:var(--accent);font-size:13px}.proficiency-track{background:#27272a;border-radius:20px;width:100%;height:7px;overflow:hidden}.proficiency-progress{background:linear-gradient(90deg, var(--accent), var(--accent-hover));width:0;height:100%;transition:width 1.2s cubic-bezier(.22,1,.36,1);transition-delay:var(--skill-delay);border-radius:20px}.scroll-reveal.show .proficiency-progress{width:var(--skill-level)}.skills-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.skill-card{background:var(--bg-card);border:1px solid var(--border);border-radius:14px;padding:30px;transition:transform .3s,border-color .3s,box-shadow .3s}.skill-card:hover{border-color:var(--accent);transform:translateY(-5px);box-shadow:0 15px 35px #0003}.skill-card-header{align-items:center;gap:12px;margin-bottom:24px;display:flex}.skill-card-header h3{color:var(--text);margin:0;font-size:20px}.skill-card-number{width:32px;height:32px;color:var(--accent);background:#6366f11a;border:1px solid #6366f133;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;font-weight:700;display:flex}.skill-list{flex-direction:column;gap:17px;display:flex}.skill-item{width:100%}.skill-info{justify-content:space-between;align-items:center;margin-bottom:7px;display:flex}.skill-info span:first-child{color:#d4d4d8;font-size:13px}.skill-info span:last-child{color:var(--text-muted);font-size:11px}.skill-bar{background:#27272a;border-radius:20px;width:100%;height:5px;overflow:hidden}.skill-progress{background:var(--accent);border-radius:20px;width:0;height:100%;transition:width 1s cubic-bezier(.22,1,.36,1) .2s}.scroll-reveal.show .skill-progress{width:var(--skill-level)}.scroll-reveal:not(.show) .skills-animate{opacity:0;transform:translateY(30px)}.scroll-reveal.show .skills-animate{opacity:1;transition:opacity .7s,transform .7s;transform:translateY(0)}.scroll-reveal.show .skills-delay-1{transition-delay:.1s}.scroll-reveal.show .skills-delay-2{transition-delay:.25s}.scroll-reveal.show .skill-card-delay-3{transition-delay:.4s}.scroll-reveal.show .skill-card-delay-4{transition-delay:.55s}.scroll-reveal.show .skill-card-delay-5{transition-delay:.7s}.scroll-reveal.show .skill-card-delay-6{transition-delay:.85s}@media (width<=900px){.skills-grid{grid-template-columns:1fr;gap:20px}.proficiency-card{padding:30px}}@media (width<=600px){.proficiency-card{border-radius:16px;margin-bottom:25px;padding:24px 20px}.proficiency-header{flex-direction:column;align-items:flex-start;gap:14px;margin-bottom:25px}.proficiency-header h3{font-size:19px}.proficiency-badge{font-size:11px}.proficiency-chart{gap:16px}.proficiency-info span{font-size:13px}.skills-grid{gap:18px}.skill-card{padding:24px 20px}.skill-card-header h3{font-size:18px}}@media (width<=400px){.proficiency-card,.skill-card{padding:22px 16px}.proficiency-header h3{font-size:18px}}.experience-section{background:var(--bg)}.experience-card{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;max-width:1000px;margin:0 auto;padding:40px;transition:border-color .3s,transform .3s,box-shadow .3s}.experience-card:hover{border-color:var(--accent);transform:translateY(-5px);box-shadow:0 18px 40px #00000040}.experience-header{justify-content:space-between;align-items:flex-start;gap:30px;display:flex}.experience-header h3{color:var(--text);margin:0;font-size:24px}.experience-header h4{color:var(--accent);margin:8px 0 0;font-size:17px}.experience-date{color:var(--text-muted);flex-shrink:0;font-size:14px}.experience-location{color:var(--text-muted);margin:12px 0 25px;font-size:14px}.experience-points{color:var(--text-muted);margin:0;padding-left:20px}.experience-points li{margin-bottom:14px;line-height:1.7}.experience-points li::marker{color:var(--accent)}.experience-tech{flex-wrap:wrap;gap:9px;margin-top:30px;display:flex}.experience-tech span{border:1px solid var(--border);color:#d4d4d8;background:#202024;border-radius:6px;padding:7px 12px;font-size:12px;transition:color .3s,border-color .3s,transform .3s}.experience-tech span:hover{color:var(--accent-hover);border-color:var(--accent);transform:translateY(-3px)}.scroll-reveal:not(.show) .experience-animate{opacity:0;transform:translateY(25px)}.scroll-reveal.show .experience-animate{opacity:1;transition:opacity .7s,transform .7s;transform:translateY(0)}.scroll-reveal.show .experience-delay-1{transition-delay:.1s}.scroll-reveal.show .experience-delay-2{transition-delay:.25s}.scroll-reveal.show .experience-delay-3{transition-delay:.4s}.scroll-reveal.show .experience-delay-4{transition-delay:.55s}.scroll-reveal.show .experience-delay-5{transition-delay:.7s}.scroll-reveal.show .experience-delay-6{transition-delay:.85s}@media (width<=650px){.experience-card{padding:25px 20px}.experience-header{flex-direction:column;gap:10px}.experience-header h3{font-size:20px}.experience-date{font-size:13px}.experience-points{padding-left:18px}.experience-points li{line-height:1.65}.experience-tech{gap:8px;margin-top:25px}}@media (width<=400px){.experience-card{padding:22px 16px}.experience-header h3{font-size:18px}.experience-header h4{font-size:15px}}.education-list{flex-direction:column;gap:22px;display:flex}.education-card{border:1px solid var(--border);background:linear-gradient(145deg,#18181bf5,#111114f5);border-radius:20px;grid-template-columns:70px 1fr auto;align-items:center;gap:25px;padding:30px;transition:transform .35s,border-color .35s,box-shadow .35s;display:grid;position:relative}.education-card:hover{border-color:#6366f18c;transform:translateY(-6px);box-shadow:0 20px 45px #0000004d}.education-number{width:52px;height:52px;color:var(--accent);background:#6366f11a;border:1px solid #6366f140;border-radius:14px;justify-content:center;align-items:center;font-size:14px;font-weight:700;display:flex}.education-main h3{color:var(--text);margin:0 0 8px;font-size:20px}.education-main h4{color:var(--accent);margin:0 0 8px;font-size:15px;font-weight:600}.education-main p{color:var(--text-muted);margin:0;font-size:14px}.education-details{flex-direction:column;align-items:flex-end;gap:8px;display:flex}.education-details span{color:var(--text-muted);font-size:13px}.education-details strong{color:var(--accent);font-size:15px}.scroll-reveal:not(.show) .education-animate{opacity:0;transform:translateY(25px)}.scroll-reveal.show .education-animate{opacity:1;transition:opacity .7s,transform .7s;transform:translateY(0)}.scroll-reveal.show .education-delay-1{transition-delay:.1s}.scroll-reveal.show .education-delay-2{transition-delay:.25s}.scroll-reveal.show .education-delay-3{transition-delay:.4s}.scroll-reveal.show .education-delay-4{transition-delay:.55s}.scroll-reveal.show .education-delay-5{transition-delay:.7s}@media (width<=900px){.education-card{grid-template-columns:60px 1fr;gap:20px}.education-details{flex-direction:row;grid-column:2;align-items:flex-start;gap:20px}}@media (width<=600px){.education-section{padding-top:28px;padding-bottom:28px}.education-card{border-radius:17px;grid-template-columns:1fr;gap:18px;padding:24px}.education-number{width:45px;height:45px}.education-main h3{font-size:18px;line-height:1.4}.education-main h4{font-size:14px;line-height:1.5}.education-details{flex-direction:column;grid-column:auto;align-items:flex-start;gap:6px}}@media (width<=400px){.education-card{padding:20px}.education-main h3{font-size:17px}}.projects-section{background:var(--bg);width:100%}.projects-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;width:100%;display:grid}.project-card{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;flex-direction:column;min-width:0;padding:32px;transition:transform .3s,border-color .3s,box-shadow .3s;display:flex;position:relative}.project-card:hover{border-color:var(--accent);transform:translateY(-6px);box-shadow:0 18px 40px #00000040}.project-number{color:#3f3f46;pointer-events:none;font-size:45px;font-weight:800;line-height:1;position:absolute;top:22px;right:25px}.project-header{z-index:1;position:relative}.project-category{color:var(--accent);text-transform:uppercase;letter-spacing:.5px;margin-bottom:14px;font-size:12px;font-weight:600;display:inline-block}.project-header h3{color:var(--text);margin:0 50px 14px 0;font-size:24px;line-height:1.3}.project-header p{color:var(--text-muted);margin:0;font-size:14px;line-height:1.7}.project-technologies{flex-wrap:wrap;gap:8px;margin-top:25px;display:flex}.project-technologies span{color:#d4d4d8;border:1px solid var(--border);background:#202024;border-radius:6px;padding:6px 10px;font-size:11px;transition:color .3s,border-color .3s,transform .3s}.project-technologies span:hover{color:var(--accent-hover);border-color:var(--accent);transform:translateY(-2px)}.project-highlights{margin-top:28px}.project-highlights h4{color:var(--text);margin:0 0 14px;font-size:15px}.project-highlights ul{color:var(--text-muted);margin:0;padding-left:18px}.project-highlights li{margin-bottom:9px;font-size:13px;line-height:1.6}.project-highlights li::marker{color:var(--accent)}.project-buttons{gap:10px;margin-top:auto;padding-top:30px;display:flex}.project-btn{border-radius:7px;justify-content:center;align-items:center;min-height:40px;padding:0 17px;font-size:13px;font-weight:600;transition:transform .3s,background .3s,color .3s,border-color .3s;display:inline-flex}.project-btn:hover{transform:translateY(-2px)}.primary-project-btn{background:var(--accent);color:#fff;border:1px solid var(--accent)}.primary-project-btn:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.secondary-project-btn{color:var(--text-muted);border:1px solid var(--border);background:0 0}.secondary-project-btn:hover{color:var(--accent-hover);border-color:var(--accent)}@media (width<=900px){.projects-grid{grid-template-columns:1fr;gap:20px}.project-card{padding:28px}}@media (width<=600px){.projects-grid{grid-template-columns:1fr;gap:18px}.project-card{border-radius:15px;width:100%;padding:25px 20px}.project-number{font-size:35px;top:18px;right:18px}.project-header h3{font-size:21px;line-height:1.35}.project-header p{font-size:13px;line-height:1.65}.project-technologies{gap:7px;margin-top:20px}.project-technologies span{padding:6px 9px;font-size:10px}.project-highlights{margin-top:23px}.project-highlights li{font-size:12px;line-height:1.6}.project-buttons{flex-direction:column;gap:9px;padding-top:25px}.project-btn{width:100%}}@media (width<=400px){.project-card{padding:22px 16px}.project-header h3{margin-right:40px;font-size:19px}.project-header p{font-size:12px}}.certifications-section{background:var(--bg)}.certifications-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.credential-card{background:var(--bg-card);border:1px solid var(--border);border-radius:14px;padding:30px;transition:transform .3s,border-color .3s,box-shadow .3s}.credential-card:hover{border-color:var(--accent);transform:translateY(-5px);box-shadow:0 18px 35px #00000038}.credential-card h3{color:var(--text);margin:0 0 25px;font-size:21px}.credential-list{flex-direction:column;gap:18px;display:flex}.credential-item{align-items:flex-start;gap:12px;display:flex}.credential-dot{background:var(--accent);border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:8px}.credential-item p{color:var(--text-muted);margin:0;font-size:15px;line-height:1.6}.credential-item{transition:transform .3s}.credential-item:hover{transform:translate(5px)}.credential-item:hover p{color:var(--text)}.credential-item:hover .credential-dot{box-shadow:0 0 10px #6366f199}.scroll-reveal:not(.show) .certifications-animate{opacity:0;transform:translateY(30px)}.scroll-reveal.show .certifications-animate{opacity:1;transition:opacity .7s,transform .7s;transform:translateY(0)}.scroll-reveal.show .certifications-delay-1{transition-delay:.1s}.scroll-reveal.show .certification-delay-2{transition-delay:.3s}.scroll-reveal.show .certification-delay-3{transition-delay:.5s}@media (width<=900px){.certifications-grid{grid-template-columns:1fr;gap:20px}}@media (width<=650px){.credential-card{padding:25px 20px}.credential-card h3{font-size:20px}.credential-item p{font-size:14px}}@media (width<=400px){.credential-card{padding:22px 16px}.credential-list{gap:15px}}.contact-intro{text-align:center;max-width:700px;margin:0 auto 45px}.contact-intro h3{color:var(--text);margin:0 0 12px;font-size:25px}.contact-intro p{color:var(--text-muted);margin:0;font-size:16px;line-height:1.7}.contact-options{flex-direction:column;gap:14px;max-width:850px;margin:0 auto;display:flex}.contact-option{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;grid-template-columns:50px 1fr auto;align-items:center;gap:18px;padding:20px 24px;transition:transform .3s,border-color .3s;display:grid}.contact-option:hover{border-color:var(--accent);transform:translate(5px)}.contact-icon{width:48px;height:48px;color:var(--accent);background:#202024;border-radius:10px;justify-content:center;align-items:center;font-size:20px;display:flex}.contact-option h3{color:var(--text);margin:0 0 5px;font-size:17px}.contact-option p{color:var(--text-muted);margin:0;font-size:13px}.contact-arrow{color:var(--accent);font-size:24px}.social-links{justify-content:center;gap:30px;margin-top:40px;display:flex}.social-links a{color:var(--text-muted);font-size:15px;font-weight:600;transition:color .3s}.social-links a:hover{color:var(--accent-hover)}@media (width<=600px){.contact-option{grid-template-columns:44px 1fr auto;gap:12px;padding:17px}.contact-icon{width:44px;height:44px}.contact-option h3{font-size:15px}.contact-option p{font-size:12px}.contact-arrow{font-size:20px}}
