.header{position:sticky;top:0;z-index:60;background:#060d1ad9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #1b2235;box-shadow:0 2px 8px #00000040}.header-container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem clamp(1rem,4vw,2.5rem)}.logo{display:flex;align-items:baseline;gap:.35rem;font-family:Sora,sans-serif;font-weight:600;font-size:1.4rem;cursor:pointer;transition:transform .3s ease}.logo:hover{transform:scale(1.03)}.logo-main{color:#e6edf3}.logo-accent{color:#00c2b8}.nav-links{display:flex;align-items:center;gap:2rem}.nav-links a{position:relative;font-family:DM Sans,sans-serif;color:#e6edf3;font-size:1rem;text-decoration:none;transition:color .3s ease,text-shadow .3s ease}.nav-links a:hover{color:#00c2b8;text-shadow:0 0 8px rgba(0,194,184,.5)}.nav-links a:after{content:"";position:absolute;bottom:-6px;left:0;width:0;height:2px;border-radius:2px;background:linear-gradient(90deg,#07f,#00c2b8);transition:width .3s ease}.nav-links a:hover:after{width:100%}.socials{display:flex;align-items:center;gap:14px}.socials a{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:radial-gradient(circle at 30% 30%,#0f1a33,#0b1224 80%);color:#e6edf3;border:1px solid rgba(0,194,184,.25);transition:all .35s ease}.socials a:hover{color:#00c2b8;border-color:#00c2b8;background:linear-gradient(135deg,#081021,#0b1224 40%,#07f);transform:translateY(-2px)}.hamburger{display:none;border:1px solid rgba(0,194,184,.25);background:radial-gradient(circle at 30% 30%,#0f1a33,#0b1224 80%);color:#e6edf3;width:42px;height:42px;border-radius:50%;align-items:center;justify-content:center;transition:all .3s ease}.hamburger:hover{color:#00c2b8;border-color:#00c2b8;transform:translateY(-2px)}@media(max-width:900px){.nav-links,.socials{display:none}.hamburger{display:inline-flex}}.nav-backdrop{position:fixed;inset:0;background:#060d1aa6;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);opacity:0;pointer-events:none;transition:opacity .25s ease;z-index:998}.nav-backdrop.show{opacity:1;pointer-events:auto}.nav-drawer{position:fixed;top:0;right:0;width:min(84vw,380px);height:100dvh;background:linear-gradient(135deg,#081021,#0b1224 60%,#102a54);border-left:1px solid #1b2235;box-shadow:-8px 0 24px #00000073;transform:translate(100%);transition:transform .32s cubic-bezier(.22,.61,.36,1);z-index:999;contain:paint;will-change:transform;overflow-y:auto;-webkit-overflow-scrolling:touch}.nav-drawer.open{transform:translate(0)}.drawer-content{display:flex;flex-direction:column;gap:1.2rem;padding:1.25rem 1.5rem 2rem}.drawer-close{align-self:flex-end;border:1px solid rgba(0,194,184,.25);background:transparent;color:#e6edf3;width:40px;height:40px;border-radius:50%;display:grid;place-items:center;transition:all .25s ease}.drawer-close:hover{color:#00c2b8;border-color:#00c2b8}.drawer-content a{font-family:DM Sans,sans-serif;font-size:1.15rem;color:#e6edf3;padding:.4rem .25rem;border-radius:8px;transition:color .25s ease,background .25s ease;cursor:pointer}.drawer-content a:hover{color:#00c2b8;background:#00c2b814}.drawer-socials{display:flex;gap:12px;margin-top:.75rem}.drawer-socials a{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:radial-gradient(circle at 30% 30%,#0f1a33,#0b1224 80%);color:#e6edf3;border:1px solid rgba(0,194,184,.25);transition:all .3s ease}.drawer-socials a:hover{color:#00c2b8;border-color:#00c2b8;transform:translateY(-2px)}html,body{overflow-x:hidden}body.menu-open{position:fixed;overflow:hidden;width:100%;height:100dvh;inset:0}.footer{background:linear-gradient(180deg,#081021,#060d1a 90%);border-top:1px solid #1b2235;text-align:center;padding:1.75rem 0;color:#9da3af;font-family:DM Sans,sans-serif;font-size:.95rem;letter-spacing:.3px;position:relative;overflow:hidden;z-index:5}.footer:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:60%;height:2px;background:linear-gradient(90deg,transparent,#00c2b8 50%,transparent);opacity:.25;filter:blur(1px)}.footer p{margin:0;color:#9da3af;transition:color .35s ease,text-shadow .35s ease}.footer p:hover{color:#00c2b8;text-shadow:0 0 8px rgba(0,194,184,.3);cursor:default}@media(min-width:1025px)and (max-width:1499px){.footer{padding:1.6rem 0;font-size:.93rem}.footer:before{width:55%}}@media(max-width:1024px){.footer{padding:1.5rem 0;font-size:.9rem;letter-spacing:.25px}.footer:before{width:65%}.footer-socials{gap:10px}.footer-socials a{width:38px;height:38px}}@media(max-width:768px){.footer{padding:1.4rem 0;font-size:.88rem}.footer:before{width:70%}.footer-socials a{width:36px;height:36px}}@media(max-width:480px){.footer{padding:1.3rem 0;font-size:.85rem;letter-spacing:.25px}.footer:before{width:75%;opacity:.3}.footer-socials{margin-top:.9rem;gap:8px}.footer-socials a{width:34px;height:34px}}@media(max-width:375px){.footer{padding:1.1rem 0;font-size:.8rem}.footer:before{width:80%;height:1.5px}.footer-socials a{width:32px;height:32px}}@media(max-width:320px){.footer{padding:1rem 0;font-size:.78rem}.footer:before{width:85%;height:1.5px}.footer-socials a{width:30px;height:30px}.footer,.footer-socials{min-width:0}}.home{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 80px);color:#e6edf3;position:relative;overflow:hidden;background:#0e1117;z-index:1}.home.hero-bg:before{pointer-events:none}.home-container{display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:2rem;max-width:1200px;width:100%;padding:clamp(1.5rem,5vw,3rem);position:relative;z-index:2}.home-text{position:relative;z-index:3;overflow:hidden}.home-text .intro-label{color:#00c2b8;letter-spacing:1px;font-size:1rem;margin-bottom:.5rem;font-weight:500;text-transform:uppercase;opacity:.9;animation:fadeInUp .8s ease forwards}.home-text .intro-name{font-family:Sora,sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;color:#e6edf3;line-height:1.2;animation:fadeInUp 1s ease forwards}.home-text .intro-name span{color:#00c2b8}.home-text .intro-role{font-size:clamp(1.25rem,3vw,2rem);color:#9da3af;margin-top:.25rem;animation:fadeInUp 1.2s ease forwards}.home-text .intro-desc{color:#9da3af;max-width:600px;margin:1rem 0 2rem;line-height:1.6;font-size:1rem;animation:fadeInUp 1.4s ease forwards}.home-actions{display:flex;gap:1rem;flex-wrap:wrap;position:relative;z-index:3;animation:fadeInUp 1.6s ease forwards}.home-actions .btn{display:inline-block;background:#00c2b8;color:#0e1117;padding:.65rem 1.5rem;border-radius:8px;font-size:.95rem;font-weight:600;text-decoration:none;border:none;transition:all .35s ease;font-family:Sora,sans-serif;letter-spacing:.3px;cursor:pointer}.home-actions .btn:hover{background:#00e6d0;transform:translateY(-2px);box-shadow:0 0 14px #00c2b859}.home-actions .btn--ghost{background:transparent;border:1px solid #00c2b8;color:#00c2b8}.home-actions .btn--ghost:hover{background:#00c2b826;box-shadow:0 0 12px #00c2b840}.home-socials{display:flex;gap:14px;margin-top:2rem;padding:5px 0;position:relative;z-index:3;animation:fadeInUp 1.8s ease forwards}.home-socials a{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:radial-gradient(circle at 30% 30%,#0f1a33,#0b1224 80%);border:1px solid rgba(0,194,184,.25);color:#e6edf3;box-shadow:0 2px 8px #0006;transition:all .35s ease;cursor:pointer}.home-socials a:hover{color:#00c2b8;border-color:#00c2b8;background:linear-gradient(135deg,#081021,#0b1224 40%,#07f);box-shadow:0 0 12px #00c2b866;transform:translateY(-2px)}.home-visual{position:relative;display:flex;justify-content:center;align-items:center;z-index:0;animation:fadeInUp 2s ease forwards}.hero-glow{position:absolute;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(0,194,184,.25),transparent 70%);filter:blur(60px);z-index:0}.hero-image{width:260px;height:260px;border-radius:50%;object-fit:cover;border:2px solid #00c2b8;z-index:1;box-shadow:0 0 20px #00c2b840;transition:transform .4s ease,box-shadow .4s ease}.hero-image:hover{transform:scale(1.03);box-shadow:0 0 25px #00c2b866}@media(min-width:1025px)and (max-width:1499px){.home-container{max-width:1000px;gap:1.5rem}.hero-image{width:240px;height:240px}}@media(max-width:1024px){.home{padding-top:4rem;min-height:auto}.home-container{grid-template-columns:1fr;text-align:center;gap:2.5rem;max-width:700px;margin:0 auto}.home-text{order:2}.home-text .intro-label{font-size:.95rem}.home-text .intro-name{font-size:clamp(2rem,5vw,3rem)}.home-text .intro-role{font-size:1.3rem}.home-text .intro-desc{margin:1rem auto 2rem;font-size:.95rem;line-height:1.6;text-align:center}.home-actions,.home-socials{justify-content:center}.home-visual{order:1}.hero-image{width:230px;height:230px}.hero-glow{width:260px;height:260px;filter:blur(50px)}}@media(max-width:768px){.home-container{padding:2rem 1.5rem;gap:2rem}.home-text .intro-name{font-size:clamp(1.9rem,6vw,2.5rem)}.home-text .intro-role{font-size:1.15rem}.home-text .intro-desc{max-width:90%}.home-actions .btn{font-size:.9rem;padding:.6rem 1.3rem}.hero-image{width:200px;height:200px}.hero-glow{width:220px;height:220px;filter:blur(45px)}}@media(max-width:480px){.home-container{padding:1.5rem}.home-text .intro-name{font-size:2.3rem}.home-text .intro-role{font-size:1.1rem}.hero-image{width:180px;height:180px}.home-actions{flex-direction:column;align-items:center}.home-actions .btn{width:100%;max-width:250px;text-align:center}}@media(max-width:375px){.home-text .intro-name{font-size:1.9rem}.home-text .intro-role{font-size:1rem}.hero-image{width:160px;height:160px}.home-actions .btn{font-size:.85rem;padding:.55rem 1rem}}@media(max-width:320px){.home-text .intro-name{font-size:1.7rem}.home-text .intro-role{font-size:.95rem}.hero-image{width:140px;height:140px}.home-actions .btn{font-size:.8rem;padding:.5rem .9rem}}.about{position:relative;background:#0e1117;color:#e6edf3;padding:clamp(80px,8vw,140px) 0;overflow:hidden;overflow-x:clip;z-index:1}.about.hero-bg:before{pointer-events:none}.about-container{display:grid;grid-template-columns:1.1fr .9fr;align-items:flex-start;gap:3rem;max-width:1200px;margin:0 auto;padding:0 clamp(1.5rem,5vw,3rem);position:relative;z-index:2}.about-title{font-family:Sora,sans-serif;font-size:clamp(2rem,4vw,2.5rem);font-weight:700;color:#e6edf3;margin-bottom:1rem;position:relative;z-index:3}.about-title:after{content:"";display:block;width:80px;height:3px;margin-top:6px;background:linear-gradient(90deg,#00c2b8,#07f);border-radius:2px}.about-intro,.about-body{font-family:DM Sans,sans-serif;font-size:1.05rem;color:#9da3af;line-height:1.7;margin-bottom:1.2rem;position:relative;z-index:3}.about-intro span{color:#00c2b8;font-weight:600}.about-highlight{margin:1.5rem 0;font-weight:500;color:#e6edf3;border-left:4px solid #00c2b8;padding-left:1rem;position:relative;z-index:3}.skills-wrapper{margin-top:2.5rem;position:relative;z-index:3}.skills-title{font-family:Sora,sans-serif;font-size:1.2rem;font-weight:600;color:#e6edf3;margin-bottom:1rem;letter-spacing:.5px}.skills-tags{display:flex;flex-wrap:wrap;gap:12px}.skill-tag{background:radial-gradient(circle at top left,#00c2b815,#0b1224);border:1px solid rgba(0,194,184,.25);color:#9da3af;padding:.45rem .9rem;font-size:.9rem;font-weight:500;border-radius:8px;box-shadow:inset 0 0 12px #00c2b80d;transition:all .35s ease;cursor:pointer;z-index:3}.skill-tag:hover{color:#00c2b8;border-color:#00c2b8;transform:translateY(-3px) scale(1.05);box-shadow:0 0 16px #00c2b873,inset 0 0 6px #00c2b826;background:radial-gradient(circle at 25% 25%,#00c2b826,#0e1117);animation:tagPulse 1.4s ease-in-out infinite alternate}.about-visual{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:2rem;padding-top:3.4rem;width:100%;position:relative;z-index:2}.about-code{background:#0b1224;border:1px solid rgba(0,194,184,.2);border-radius:12px;padding:1rem 1.5rem;font-family:Fira Code,monospace;color:#9da3af;font-size:.95rem;box-shadow:0 0 12px #00c2b81a;line-height:1.6;animation:fadeInUp .6s ease forwards;pointer-events:auto;z-index:3}.about-grid{display:flex;flex-direction:column;width:100%;align-items:stretch;gap:1.5rem;margin-top:.5rem;position:relative;z-index:3}.about-card{background:#0b1224;border:1px solid rgba(0,194,184,.25);border-radius:12px;padding:1.6rem;flex:1;width:100%;box-shadow:0 4px 14px #00000040;transition:transform .3s ease,box-shadow .3s ease}.about-card:hover{transform:translateY(-3px);box-shadow:0 0 16px #00c2b84d}.about-card h4{color:#00c2b8;margin-bottom:.8rem;font-weight:600}.about-card p{color:#9da3af;font-size:.92rem;margin:.35rem 0}.about-quote{margin-top:2rem;font-style:italic;color:#e2b714;text-align:center;position:relative;z-index:3}@keyframes tagPulse{0%{box-shadow:0 0 8px #00c2b840}to{box-shadow:0 0 18px #00c2b880}}@media(max-width:1024px){.about-container{grid-template-columns:1fr;text-align:center}.about-visual{justify-content:center;align-items:center;padding-top:0}.about-code{max-width:500px;margin:0 auto}.skills-tags{justify-content:center}.about-title:after{margin:10px auto 0}.about-grid{align-items:center}.about-card{max-width:500px}}@media(max-width:768px){.about-title{font-size:2rem}.about-intro,.about-body{font-size:.98rem}.about-highlight{font-size:.95rem}.about-code{font-size:.9rem}.skills-tags{gap:10px}.skill-tag{font-size:.85rem;padding:.4rem .8rem}}@media(max-width:480px){.about-container{padding:0 1.2rem}.about-title{font-size:1.8rem;margin-bottom:1rem}.about-intro,.about-body{font-size:.9rem;line-height:1.65;text-align:left}.about-highlight{font-size:.9rem;border-left-width:3px;padding-left:.8rem;margin:1rem 0}.about-code{font-size:.85rem;padding:1rem 1.2rem}.about-card{padding:1.2rem;font-size:.9rem}.skill-tag{font-size:.8rem;padding:.35rem .7rem}.about-quote{font-size:.9rem}.about-content,.about-visual{min-width:0}.about-code pre{margin:0;white-space:pre-wrap;word-break:break-word;overflow-wrap:anywhere}}@media(max-width:375px){.about-container{padding:0 1rem}.about-title{font-size:1.65rem}.about-intro,.about-body{font-size:.85rem;line-height:1.6}.about-highlight{font-size:.85rem;padding-left:.7rem}.about-code{font-size:.82rem;padding:.9rem 1rem}.skill-tag{font-size:.75rem;padding:.3rem .65rem}.about-content,.about-visual{min-width:0}.about-code pre{margin:0;white-space:pre-wrap;word-break:break-word;overflow-wrap:anywhere}}@media(max-width:320px){.about-container{padding:0 .8rem}.about-title{font-size:1.5rem}.about-intro,.about-body{font-size:.8rem;line-height:1.55}.about-code{font-size:.78rem;padding:.8rem .9rem}.skill-tag{font-size:.7rem;padding:.3rem .6rem}.about-content,.about-visual{min-width:0}.about-code pre{margin:0;white-space:pre-wrap;word-break:break-word;overflow-wrap:anywhere}}.projects{position:relative;background:#0e1117;color:#e6edf3;padding:clamp(80px,8vw,140px) 0;overflow:hidden;z-index:1}.projects.hero-bg:before{pointer-events:none}.projects-container{max-width:1200px;margin:0 auto;padding:0 clamp(1.5rem,5vw,3rem);text-align:center;position:relative;z-index:2}.projects-title{font-family:Sora,sans-serif;font-size:clamp(2rem,4vw,2.5rem);font-weight:700;margin-bottom:.5rem;color:#e6edf3;position:relative;z-index:3}.projects-title:after{content:"";display:block;width:80px;height:3px;margin:6px auto 0;background:linear-gradient(90deg,#00c2b8,#07f);border-radius:2px}.projects-sub{color:#9da3af;font-size:1.05rem;line-height:1.6;margin-bottom:3rem;position:relative;z-index:3}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;position:relative;z-index:3}.project-card{background:#0b1224;border:1px solid rgba(0,194,184,.2);border-radius:14px;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;transition:all .35s ease;box-shadow:0 3px 12px #00000040;position:relative;z-index:2;pointer-events:auto}.project-card:hover{transform:translateY(-6px);border-color:#00c2b8;box-shadow:0 0 20px #00c2b840}.project-img-wrapper{position:relative;overflow:hidden;height:220px;border-bottom:1px solid rgba(0,194,184,.15);flex-shrink:0}.project-video,.project-img{width:100%;height:100%;object-fit:cover;object-position:top center;border-radius:inherit;display:block;transition:transform .4s ease,box-shadow .4s ease}.project-img-wrapper:hover .project-img,.project-img-wrapper:hover .project-video{transform:scale(1.03);box-shadow:0 0 18px #00c2b84d}.project-content{display:flex;flex-direction:column;justify-content:space-between;flex:1;padding:1.5rem;text-align:left;min-height:270px;position:relative;z-index:3}.project-content h3{font-family:Sora,sans-serif;font-size:1.3rem;color:#00c2b8;margin-bottom:.4rem}.project-content p{color:#9da3af;font-size:.95rem;line-height:1.5;margin-bottom:1rem;flex-grow:1}.project-tech{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:1.2rem}.tech-tag{background:#00c2b814;border:1px solid rgba(0,194,184,.25);color:#00c2b8;padding:.3rem .8rem;border-radius:6px;font-size:.8rem;font-weight:500;transition:all .35s ease;cursor:pointer;position:relative}.tech-tag:hover{background:#00c2b82e;transform:scale(1.07);box-shadow:0 0 12px #00c2b859}.tech-tag:after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 30%,rgba(0,194,184,.15) 50%,transparent 70%);opacity:0;transition:opacity .4s ease}.tech-tag:hover:after{opacity:1}.project-links{display:flex;gap:.8rem;margin-top:auto}.btn{display:inline-block;background:#00c2b8;color:#0e1117;padding:.55rem 1.25rem;border-radius:8px;font-size:.85rem;font-weight:600;text-decoration:none;border:none;transition:all .3s ease;cursor:pointer}.btn:hover{background:#00e6d0;transform:translateY(-2px);box-shadow:0 0 10px #00e6d066}.btn--ghost{background:transparent;border:1px solid #00c2b8;color:#00c2b8}.btn--ghost:hover{background:#00c2b826;box-shadow:0 0 10px #00c2b840}@media(min-width:1025px)and (max-width:1499px){.projects-container{max-width:1000px;padding:0 clamp(1.5rem,4vw,2.5rem)}.projects-grid{gap:1.8rem}.project-content h3{font-size:1.25rem}.project-content p{font-size:.93rem}}@media(max-width:1024px){.projects-container{max-width:900px;padding:0 2rem}.projects-title{font-size:2.2rem}.projects-sub{font-size:1rem;margin-bottom:2.5rem}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.8rem}.project-content{padding:1.3rem;min-height:250px}.project-content h3{font-size:1.2rem}.project-content p{font-size:.92rem}.project-img-wrapper{height:200px}}@media(max-width:768px){.projects-container{padding:0 1.5rem}.projects-title{font-size:2rem}.projects-sub{font-size:.98rem;margin-bottom:2rem}.projects-grid{grid-template-columns:1fr;gap:1.6rem}.project-card{max-width:600px;margin:0 auto}.project-img-wrapper{height:190px}.project-content{text-align:center;padding:1.2rem}.project-content h3{font-size:1.15rem}.project-content p{font-size:.9rem}.project-tech,.project-links{justify-content:center}.tech-tag{font-size:.78rem;padding:.3rem .7rem}.btn{font-size:.8rem;padding:.5rem 1rem}}@media(max-width:480px){.projects-container{padding:0 1.2rem}.projects-title{font-size:1.75rem}.projects-sub{font-size:.9rem;margin-bottom:1.8rem}.projects-grid{grid-template-columns:1fr;gap:1.4rem}.project-card{border-radius:10px}.project-img-wrapper{height:170px}.project-content{padding:1rem 1.1rem;text-align:left}.project-content h3{font-size:1.05rem}.project-content p{font-size:.85rem;line-height:1.55}.tech-tag{font-size:.75rem;padding:.25rem .6rem}.btn{font-size:.78rem;padding:.45rem .9rem}}@media(max-width:375px){.projects-container{padding:0 1rem}.projects-title{font-size:1.6rem}.projects-sub{font-size:.85rem}.project-img-wrapper{height:160px}.project-content{padding:.9rem 1rem}.project-content h3{font-size:1rem}.project-content p{font-size:.82rem}.tech-tag{font-size:.7rem;padding:.25rem .55rem}.btn{font-size:.75rem;padding:.4rem .8rem}}@media(max-width:320px){.projects-container{padding:0 .8rem}.projects-title{font-size:1.5rem}.projects-sub{font-size:.8rem}.project-img-wrapper{height:150px}.project-content{padding:.8rem .9rem}.project-content h3{font-size:.95rem}.project-content p{font-size:.78rem}.tech-tag{font-size:.68rem;padding:.2rem .5rem}.btn{font-size:.7rem;padding:.4rem .75rem}.projects-grid,.project-card{min-width:0}}.contact{position:relative;background:#0e1117;color:#e6edf3;padding:clamp(80px,8vw,140px) 0;overflow:hidden;z-index:1}.contact.hero-bg:before{pointer-events:none}.contact-container{max-width:1100px;margin:0 auto;padding:0 clamp(1.5rem,5vw,3rem);position:relative;z-index:2}.contact-title{font-family:Sora,sans-serif;font-size:clamp(2rem,4vw,2.5rem);font-weight:700;text-align:center;margin-bottom:.5rem;color:#e6edf3;position:relative;z-index:3}.contact-title:after{content:"";display:block;width:80px;height:3px;margin:6px auto 0;background:linear-gradient(90deg,#00c2b8,#07f);border-radius:2px}.contact-sub{text-align:center;color:#9da3af;font-size:1.05rem;line-height:1.6;margin-bottom:3rem;position:relative;z-index:3}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start;position:relative;z-index:3}.contact-info h3{color:#00c2b8;font-size:1.4rem;margin-bottom:1rem;font-weight:600;letter-spacing:.3px}.contact-info p{color:#9da3af;line-height:1.6;margin-bottom:1.2rem;font-size:1rem}.contact-details{margin-top:1.5rem;display:grid;gap:14px;position:relative;z-index:3}.contact-chip{display:flex;align-items:center;gap:12px;text-decoration:none;cursor:pointer;transition:all .35s ease}.icon-circle{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:radial-gradient(circle at 30% 30%,#0f1a33,#0b1224 80%);border:1px solid rgba(0,194,184,.25);color:#e6edf3;box-shadow:0 2px 8px #0006;transition:all .35s ease;flex-shrink:0}.contact-chip .label{color:#9da3af;font-weight:500;transition:color .35s ease,text-shadow .35s ease;-webkit-user-select:text;user-select:text}.contact-chip:hover .icon-circle{color:#00c2b8;border-color:#00c2b8;background:linear-gradient(135deg,#081021,#0b1224 40%,#07f);box-shadow:0 0 12px #00c2b866;transform:translateY(-2px)}.contact-chip:hover .label{color:#e6edf3;text-shadow:0 0 8px rgba(0,194,184,.35)}.contact-form{display:flex;flex-direction:column;gap:1.2rem;position:relative;z-index:3}.form-group input,.form-group textarea{width:100%;background:#0b1224;border:1px solid rgba(0,194,184,.2);border-radius:8px;padding:.9rem 1rem;color:#e6edf3;font-size:1rem;transition:all .3s ease;font-family:DM Sans,sans-serif}.form-group input:focus,.form-group textarea:focus{border-color:#00c2b8;box-shadow:0 0 10px #00c2b84d;outline:none}.form-group textarea{resize:none;min-height:130px}.contact-form .btn{align-self:flex-start;background:#00c2b8;color:#0e1117;padding:.75rem 1.6rem;border-radius:8px;font-weight:600;border:none;cursor:pointer;transition:all .35s ease;font-family:Sora,sans-serif;letter-spacing:.3px}.contact-form .btn:hover{background:#00e6d0;transform:translateY(-2px);box-shadow:0 0 12px #00c2b859}.contact-form .btn:active{transform:translateY(0);box-shadow:0 0 8px #00c2b840}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(min-width:1025px)and (max-width:1499px){.contact-container{max-width:950px;padding:0 clamp(1.5rem,4vw,2.5rem)}.contact-grid{gap:2.5rem}.contact-info h3{font-size:1.3rem}.contact-info p,.form-group input,.form-group textarea{font-size:.95rem}.contact-form{max-width:100%}}@media(max-width:1024px){.contact-container{max-width:900px;padding:0 2rem}.contact-title{font-size:2.2rem}.contact-sub{font-size:1rem;margin-bottom:2.5rem}.contact-grid{grid-template-columns:1fr;gap:2.5rem;text-align:center}.contact-info{text-align:center}.contact-details{justify-content:center;place-items:center}.contact-chip{justify-content:center}.contact-form{width:85%;max-width:720px;margin:0 auto}.contact-form .btn{align-self:center}}@media(max-width:768px){.contact-container{padding:0 1.5rem}.contact-title{font-size:2rem}.contact-sub{font-size:.98rem;margin-bottom:2rem}.contact-grid{gap:2.2rem}.contact-info h3{font-size:1.25rem}.contact-info p{font-size:.9rem}.icon-circle{width:40px;height:40px}.contact-chip .label{font-size:.9rem}.contact-form{width:90%;max-width:680px}.form-group input,.form-group textarea{font-size:.9rem;padding:.8rem .9rem}.contact-form .btn{font-size:.9rem;padding:.65rem 1.4rem}}@media(max-width:480px){.contact-container{padding:0 1.2rem}.contact-title{font-size:1.8rem}.contact-sub{font-size:.9rem;margin-bottom:1.8rem}.contact-grid{gap:1.8rem}.contact-info h3{font-size:1.15rem}.contact-info p{font-size:.88rem}.icon-circle{width:38px;height:38px}.contact-chip{gap:10px}.contact-chip .label{font-size:.88rem}.contact-form{width:100%;max-width:100%}.form-group input,.form-group textarea{font-size:.88rem;padding:.75rem .85rem}.contact-form .btn{width:100%;max-width:260px;font-size:.85rem;text-align:center}}@media(max-width:375px){.contact-container{padding:0 1rem}.contact-title{font-size:1.6rem}.contact-sub{font-size:.85rem}.contact-info h3{font-size:1.05rem}.contact-info p{font-size:.82rem}.icon-circle{width:36px;height:36px}.contact-chip .label{font-size:.85rem}.contact-form{width:100%;max-width:100%}.form-group input,.form-group textarea{font-size:.85rem;padding:.7rem .8rem}.contact-form .btn{font-size:.8rem;padding:.55rem 1.1rem}}@media(max-width:320px){.contact-container{padding:0 .8rem}.contact-title{font-size:1.5rem}.contact-sub{font-size:.8rem}.contact-info h3{font-size:1rem}.contact-info p{font-size:.78rem}.icon-circle{width:34px;height:34px}.contact-chip .label{font-size:.8rem}.contact-form{width:100%;max-width:100%}.form-group input,.form-group textarea{font-size:.8rem;padding:.65rem .75rem}.contact-form .btn{font-size:.78rem;padding:.5rem .9rem}.contact-grid,.contact-info,.contact-form{min-width:0}}.form-status{margin-top:1rem;font-size:.95rem;font-weight:500;color:#00c2b8;text-align:left}.form-status:has(>.error){color:#ff5e5e}
