:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}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}}body,html,#root{min-height:100vh;min-width:100vw;height:100vh;width:100vw;margin:0;padding:0;overflow-x:hidden;background:linear-gradient(120deg,#5f2c82,#49a09d)}.fullpage-bg{min-height:100vh;min-width:100vw;height:100vh;width:100vw;margin:0;padding:0;border-radius:0;box-shadow:none;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;background:transparent;position:relative;overflow:hidden}.container.fullpage-bg{min-height:100vh;min-width:100vw;height:auto;width:100vw;margin:0;padding:0;border-radius:0;box-shadow:none;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;background:transparent;position:relative}@keyframes gradientBG{0%{background:linear-gradient(120deg,#6a82fb,#fc5c7d)}50%{background:linear-gradient(120deg,#fc5c7d,#fcb045)}to{background:linear-gradient(120deg,#43cea2,#185a9d)}}.floating-circle{position:absolute;border-radius:50%;opacity:.18;filter:blur(2px);animation:float 14s ease-in-out infinite alternate;pointer-events:none}.floating-circle.c1{width:420px;height:420px;left:5vw;top:8vh;background:#fcb045;animation-delay:0s}.floating-circle.c2{width:260px;height:260px;right:7vw;top:18vh;background:#5f2c82;animation-delay:2s}.floating-circle.c3{width:180px;height:180px;left:18vw;bottom:8vh;background:#49a09d;animation-delay:4s}@keyframes float{0%{transform:translateY(0) scale(1)}50%{transform:translateY(-40px) scale(1.08)}to{transform:translateY(0) scale(1)}}.navbar{width:100%;max-width:100vw;border-radius:0 0 2rem 2rem;margin:0;padding:2rem 0 1.5rem;background:#ffffff2e;box-shadow:0 4px 32px #1f268721,0 1px #0000002e;display:flex;justify-content:center;align-items:center;gap:2rem;backdrop-filter:blur(18px) saturate(180%);-webkit-backdrop-filter:blur(18px) saturate(180%);border-bottom:1.2px solid rgba(0,0,0,.18);position:sticky;top:0;z-index:10;transition:background .3s,box-shadow .3s}.logo{font-size:2.2rem;font-weight:700;color:#fff;letter-spacing:1px;margin-right:2rem;text-shadow:0 4px 16px rgba(0,0,0,.18);-webkit-user-select:none;user-select:none}.nav-links{list-style:none;display:flex;gap:1.2rem;margin:0;padding:0}.nav-links a{color:#fff;text-decoration:none;font-weight:500;font-size:1.1rem;position:relative;padding:.4rem 1.2rem;border-radius:1.5rem;background:#ffffff1a;transition:color .2s,background .2s,box-shadow .2s;z-index:1;overflow:hidden;box-shadow:0 2px 8px #1f268712}.nav-links a.active,.nav-links a:hover{background:linear-gradient(90deg,#fcb045,#fd1d1d);color:#fff;box-shadow:0 4px 16px #fc5c7d21}.lang-switcher{display:flex;align-items:center;gap:.5rem;margin-left:2rem;font-size:1.08rem;background:#ffffff2e;border-radius:.7rem;padding:.25rem .9rem;box-shadow:0 1px 6px #0d8abc12;font-weight:500;-webkit-user-select:none;user-select:none;color:#fff}.lang{color:#fff;cursor:pointer;opacity:.7;transition:opacity .2s,color .2s}.lang.active{color:#fff;opacity:1;font-weight:700}.lang-divider{color:#fff;font-weight:400;opacity:.7;margin:0 .2rem}.lang:hover{opacity:1;color:#fcb045}.main-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.2rem;width:100%;margin-top:3rem;position:relative;z-index:1}.container.fullpage-bg::-webkit-scrollbar,.main-content::-webkit-scrollbar{width:8px;background:transparent}.container.fullpage-bg::-webkit-scrollbar-thumb,.main-content::-webkit-scrollbar-thumb{background:#bdbdbd88;border-radius:6px}.profile-img{width:180px;height:180px;border-radius:50%;background:#fff;object-fit:cover;margin-bottom:1.5rem;box-shadow:0 8px 32px #fc5c7d2e;animation:floatProfile 4s ease-in-out infinite alternate;display:block;border:none;outline:7px solid transparent;outline-offset:-7px;position:relative}.profile-img:after{content:"";position:absolute;inset:-7px;border-radius:50%;z-index:2;pointer-events:none;background:linear-gradient(135deg,#fcb045,#fd1d1d);opacity:1}@keyframes floatProfile{0%{transform:translateY(0)}50%{transform:translateY(-18px)}to{transform:translateY(0)}}.title{font-size:3.2rem;font-weight:900;color:#fff;margin:0;text-shadow:0 8px 32px rgba(31,38,135,.22),0 2px 0 #fcb045;letter-spacing:1px;position:relative}.title:after{content:"";display:block;width:80px;height:5px;margin:18px auto 0;border-radius:3px;background:linear-gradient(90deg,#fcb045,#fd1d1d)}.subtitle{font-size:1.6rem;color:#fcb045;margin:0;font-weight:700;text-shadow:0 2px 8px rgba(252,92,125,.1);margin-bottom:.5rem;letter-spacing:.5px}.description{color:#fff;font-size:1.15rem;text-align:center;margin-top:.7rem;margin-bottom:0;max-width:700px;text-shadow:0 2px 8px rgba(31,38,135,.1)}.section-underline{width:120px;height:5px;margin:18px auto 0;border-radius:3px;background:linear-gradient(90deg,#fcb045,#fd1d1d);display:block}.section-underline:before,.section-underline:after,.about-underline,.about-underline:before,.about-underline:after{display:none!important;content:none!important;height:0!important;margin:0!important;background:none!important;border:none!important}.aboutme-text{max-width:800px;margin:0 auto;text-align:left;color:#fff;font-size:1.08rem;line-height:1.7;letter-spacing:.01em;padding:0 1.2rem 2rem}.aboutme-text p{margin-bottom:1.2rem;margin-top:0}.aboutme-text b{color:#fcb045;font-weight:700}.portfolio-card{background:#ffffff1a;border-radius:1.5rem;box-shadow:0 4px 24px #1f26871a;padding:1.2rem 1.2rem 1rem;margin:1rem 0;max-width:320px;min-width:320px;width:320px;min-height:420px;display:flex;flex-direction:column;align-items:center;position:relative;transition:box-shadow .2s,transform .2s}.portfolio-card:hover{box-shadow:0 8px 32px #fc5c7d2e;transform:translateY(-4px) scale(1.02)}.portfolio-title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.7rem;text-align:center}.portfolio-desc{color:#e0e0e0;font-size:1.08rem;text-align:center;margin-bottom:1.2rem}.portfolio-tech-divider{width:100%;border-top:2px solid #fcb045;margin:1.2rem 0 .7rem;padding-top:.7rem;display:flex;justify-content:center}.portfolio-tech-list{display:flex;gap:1rem;flex-wrap:wrap}.tech-badge{display:flex;align-items:center;gap:.5rem;background:#fff;color:#222;font-weight:600;border-radius:2rem;padding:.3rem 1.1rem .3rem .7rem;font-size:1rem;box-shadow:0 2px 8px #fc5c7d14;transition:background .2s,color .2s}.tech-badge:hover{background:#fcb045;color:#fff}.tech-icon{width:28px;height:28px;display:inline-block}.portfolio-card-actions{display:flex;gap:1rem;margin-top:1.2rem;justify-content:center}.portfolio-btn{background:linear-gradient(90deg,#fcb045,#fd1d1d);color:#fff;font-weight:700;border:none;border-radius:1.2rem;padding:.5rem 1.5rem;font-size:1rem;cursor:pointer;box-shadow:0 2px 8px #fc5c7d1a;transition:background .2s,box-shadow .2s,transform .2s}.portfolio-btn:hover{background:linear-gradient(90deg,#fd1d1d,#fcb045);box-shadow:0 4px 16px #fc5c7d2e;transform:scale(1.05)}.portfolio-btn.github{background:#222;color:#fff}.portfolio-btn.github:hover{background:#444}.portfolio-modal-bg{position:fixed;inset:0;background:#0000008c;z-index:1000;display:flex;align-items:center;justify-content:center}.portfolio-modal{background:#232946;border-radius:1.5rem;padding:2rem 2.5rem;max-width:700px;width:95vw;max-height:90vh;overflow-y:auto;box-shadow:0 8px 32px #1f268738;position:relative;display:flex;flex-direction:column;align-items:center}.modal-title{color:#fff;font-size:1.3rem;font-weight:700;margin-bottom:1.2rem}.modal-images{display:flex;flex-wrap:wrap;gap:1.2rem;justify-content:center;margin-bottom:1.5rem}.modal-img{width:180px;height:120px;object-fit:cover;border-radius:1rem;box-shadow:0 2px 8px #fc5c7d1a;background:#fff}.modal-close{background:#fcb045;color:#fff;border:none;border-radius:1rem;padding:.5rem 1.5rem;font-size:1rem;font-weight:700;cursor:pointer;margin-top:.5rem;transition:background .2s}.modal-close:hover{background:#fd1d1d}.portfolio-tech-section{width:100%;display:flex;flex-direction:column;align-items:center;margin:1.2rem 0 .7rem;position:relative}.portfolio-tech-flex{width:100%;display:flex;align-items:center;justify-content:center;gap:1.1rem;margin:1.2rem 0 .7rem;flex-wrap:wrap}.portfolio-tech-label{color:#fcb045;font-weight:600;font-size:.98rem;letter-spacing:.5px;margin:0;background:none;padding:0;border-radius:0;box-shadow:none}.flex-tech{display:flex;align-items:center;gap:.7rem;flex-wrap:wrap}.portfolio-tech-divider-grey{width:90%;height:1.5px;background:linear-gradient(90deg,#e0e0e0,#bdbdbd);border-radius:1px;margin:1.1rem auto .7rem}.center-tech{justify-content:center;margin-bottom:.5rem}.horizontal-scroll{display:flex;flex-direction:row;gap:1.2rem;overflow-x:auto;overflow-y:hidden;padding-bottom:.5rem;max-width:95vw;scrollbar-width:thin;scrollbar-color:#fcb045 #232946}.horizontal-scroll::-webkit-scrollbar{height:8px;background:#232946}.horizontal-scroll::-webkit-scrollbar-thumb{background:#fcb045;border-radius:6px}.lightbox-bg{position:fixed;inset:0;background:#000000d9;z-index:3000;display:flex;align-items:flex-start;justify-content:center;padding-top:64px;animation:fadeIn .2s}.lightbox-img{max-width:90vw;max-height:80vh;border-radius:1.5rem;box-shadow:0 8px 32px #fc5c7d38;background:#fff;animation:zoomIn .2s;margin-bottom:32px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes zoomIn{0%{transform:scale(.8);opacity:.5}to{transform:scale(1);opacity:1}}.modal-open .navbar{display:none!important}.portfolio-cards-row{display:flex;flex-direction:row;gap:1.5rem;justify-content:center;align-items:stretch;flex-wrap:nowrap;margin:2.5rem 0 1.5rem;width:100%;padding:0 1.2rem}@media (max-width: 1100px){.portfolio-cards-row{flex-wrap:wrap;justify-content:center;gap:1.2rem;padding:0 .5rem}}@media (max-width: 900px){.portfolio-cards-row{flex-direction:column;align-items:center;gap:1.5rem;margin:1.2rem 0 1rem;padding:0 .2rem}}@media (max-width: 700px){.navbar{flex-direction:column;gap:.5rem;padding:.7rem 0;border-radius:0 0 1rem 1rem;font-size:.95rem}.logo{margin-right:0;font-size:1.1rem;margin-bottom:.3rem}.nav-links{gap:.2rem;flex-wrap:wrap;justify-content:center;width:100%;display:flex;margin-bottom:.5rem}.nav-links a{font-size:.98rem;padding:.3rem .7rem;margin-bottom:.5rem;min-width:130px;text-align:center;box-sizing:border-box;display:inline-block}.lang-switcher{margin-left:0;font-size:.98rem;padding:.15rem .5rem;gap:.2rem;margin-top:.2rem}.main-content{margin-top:1.2rem;gap:.5rem;padding:0 .2rem}.profile-img{width:80px;height:80px;margin-bottom:1rem}.title{font-size:1.2rem}.subtitle{font-size:1rem}.description{font-size:.98rem;max-width:98vw}.portfolio-card,.cv-card,.contact-form-container{max-width:98vw;min-width:unset;margin:.5rem 0;padding:.7rem .3rem;border-radius:1rem}.portfolio-cards-row,.cv-grid{flex-direction:column!important;align-items:center;gap:.7rem;margin:.5rem 0;width:100%;display:flex}.form-row{flex-direction:column;gap:.3rem}.form-group label{font-size:.98rem}.form-group input,.form-group textarea{font-size:.98rem;padding:.5rem .7rem}.contact-btn{font-size:.98rem;padding:.5rem 1.1rem}.cv-header .title{font-size:1.5rem;margin-top:1.2rem}.cv-header{margin-bottom:1rem}.cv-card h2,.cv-card h3{font-size:1.05rem}.cv-card{padding:.7rem .3rem;min-width:unset;margin:.3rem 0}.cv-skills-list{flex-direction:column;gap:.7rem}.cv-tech-badge{font-size:.95rem;padding:.2rem .7rem .2rem .5rem}}.about-underline{display:none!important}.splash-screen{position:fixed;inset:0;width:100vw;height:100vh;background:linear-gradient(120deg,#5f2c82,#49a09d);z-index:9999;display:flex;flex-direction:column;align-items:center;justify-content:center;animation:fadeInSplash .3s}.splash-logo{font-size:3.2rem;font-weight:900;color:#fff;letter-spacing:.15em;text-shadow:0 4px 24px rgba(31,38,135,.18),0 1px 0 #fcb04544;margin-bottom:2.2rem;background:linear-gradient(90deg,#fcb045,#fd1d1d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.splash-loader{width:48px;height:48px;border:5px solid #fff;border-top:5px solid #fcb045;border-radius:50%;animation:spinSplash 1s linear infinite;margin-bottom:.5rem}@keyframes spinSplash{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeInSplash{0%{opacity:0}to{opacity:1}}.portfolio-fadein{opacity:0;transform:translateY(32px);transition:opacity .7s cubic-bezier(.4,0,.2,1),transform .7s cubic-bezier(.4,0,.2,1)}.portfolio-fadein.show{opacity:1;transform:translateY(0)}.aboutme-fadein{opacity:0;transform:translateY(32px) translate(32px);transition:opacity .7s cubic-bezier(.4,0,.2,1),transform .7s cubic-bezier(.4,0,.2,1)}.aboutme-fadein.show{opacity:1;transform:translateY(0) translate(0)}.cv-page{padding:0 0 32px;min-height:100vh;background:linear-gradient(120deg,#5f2c82,#49a09d)}.cv-header{display:flex;flex-direction:column;align-items:center;margin-bottom:32px;margin-top:0}.main-content.cv-page{margin-top:0}.cv-header .title{font-size:3.2rem;font-weight:900;color:#fff;margin:0;text-shadow:0 8px 32px rgba(31,38,135,.22),0 2px 0 #fcb045;letter-spacing:1px;position:relative;margin-top:2.5rem}.cv-header .title:after{content:"";display:block;width:80px;height:5px;margin:18px auto 0;border-radius:3px;background:linear-gradient(90deg,#fcb045,#fd1d1d)}.cv-download-btn{margin-top:16px;padding:12px 32px;background:linear-gradient(90deg,#3b82f6,#06b6d4);color:#fff;border:none;border-radius:32px;font-size:1.1rem;font-weight:600;box-shadow:0 4px 16px #3b82f614;cursor:pointer;transition:transform .15s,box-shadow .15s,background .2s;text-decoration:none;letter-spacing:.5px}.cv-download-btn:hover{transform:translateY(-2px) scale(1.04);box-shadow:0 8px 24px #06b6d41f;background:linear-gradient(90deg,#06b6d4,#3b82f6)}.cv-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:56px;max-width:1200px;margin:0 auto}.cv-card{background:#ffffff1a;border-radius:1.5rem;box-shadow:0 4px 24px #1f26871a;padding:1.2rem 1.2rem 1rem;margin:0 8px;min-width:320px;width:100%;min-height:220px;display:flex;flex-direction:column;align-items:flex-start;position:relative;transition:box-shadow .2s,transform .2s}.cv-card:hover{box-shadow:0 8px 32px #fc5c7d2e;transform:translateY(-4px) scale(1.02)}.cv-card h2,.cv-card h3{margin-bottom:8px;color:#fff}.cv-card h3{font-size:1.25rem;font-weight:800;background:linear-gradient(90deg,#fcb045,#fd1d1d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;margin-bottom:10px;border-left:4px solid #06b6d4;padding-left:10px;text-shadow:0 2px 8px rgba(252,92,125,.1),0 1px 0 #fff2;letter-spacing:.5px}.cv-card h2{font-size:1.35rem;font-weight:900;color:#fff;margin-bottom:10px;text-shadow:0 2px 8px rgba(31,38,135,.18),0 1px 0 #fcb04544}.cv-title{color:#06b6d4;font-weight:700;margin-bottom:6px;font-size:1.08rem;letter-spacing:.2px}.cv-card p,.cv-card span,.cv-card li{color:#f3f4f6;font-size:1.04rem;line-height:1.7;letter-spacing:.01em}.cv-card a{color:#06b6d4;text-decoration:underline}.cv-edu-item,.cv-exp-item,.cv-proj-item{margin-bottom:14px}.cv-activities{margin:4px 0 0;padding-left:18px;font-size:.97rem}.cv-skills-list{display:flex;gap:32px;flex-wrap:wrap}.cv-skills-list ul{margin:0;padding-left:18px}.cv-tech-badge{display:inline-block;background:#1f26872e;color:#fcb045;border-radius:2rem;padding:.3rem 1.1rem .3rem .7rem;font-size:1rem;font-weight:700;margin-right:6px;margin-bottom:4px;box-shadow:0 2px 8px #1f26871a;transition:background .2s,color .2s;letter-spacing:.2px}.cv-tech-badge:hover{background:linear-gradient(90deg,#fcb045,#fd1d1d);color:#fff}.cv-card.certifications ul{padding-left:18px;margin:0}.cv-card.personal-info h2{font-size:1.35rem;font-weight:900;background:linear-gradient(90deg,#fcb045,#fd1d1d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;margin-bottom:10px;letter-spacing:.5px;text-shadow:0 2px 8px rgba(252,92,125,.1),0 1px 0 #fff2}.cv-company{font-weight:800;color:#06b6d4;letter-spacing:.1px;text-shadow:0 1px 4px rgba(6,182,212,.08)}.cv-personal-info-box{background:#ffffff1a;border-radius:1.5rem;box-shadow:0 4px 24px #1f26871a;padding:1.2rem 1.2rem 1rem;margin:0 auto 2.5rem;max-width:700px;width:100%;display:flex;flex-direction:column;align-items:center;gap:.5rem}.cv-personal-info-box h2{font-size:2.1rem;font-weight:900;color:#fff;margin-bottom:.2rem;text-shadow:0 2px 8px rgba(31,38,135,.18),0 1px 0 #fcb04544}.cv-personal-info-box .cv-title{color:#fcb045;font-weight:700;font-size:1.15rem;margin-bottom:.5rem}.cv-personal-row{display:flex;flex-wrap:wrap;gap:1.2rem;justify-content:center;color:#fff;font-size:1.08rem;margin-top:.5rem}.cv-personal-row a{color:#06b6d4;text-decoration:underline}.cv-timeline{position:relative;margin:0 auto 2.5rem;max-width:800px;padding-left:20px;border-left:4px solid #fcb045}.cv-timeline-item{position:relative;margin-bottom:2.5rem;min-height:80px}.cv-timeline-dot{position:absolute;left:-32px;top:12px;width:22px;height:22px;background:linear-gradient(90deg,#fcb045,#fd1d1d);border-radius:50%;box-shadow:0 2px 8px #fc5c7d2e;border:4px solid #fff;z-index:2}.cv-timeline-content{margin-left:18px;background:#ffffff1a;border-radius:1.2rem;box-shadow:0 2px 12px #1f268714;padding:1.1rem 1.3rem;position:relative;min-width:0}.cv-timeline-date{font-size:1.01rem;color:#fd1d1d;font-weight:700;margin-bottom:.2rem;letter-spacing:.2px}.cv-timeline-title{font-size:1.18rem;font-weight:800;color:#fcb045;margin-bottom:.3rem;letter-spacing:.2px}.cv-timeline-box{color:#fff;font-size:1.05rem;line-height:1.7;margin-bottom:.2rem}.cv-timeline-tags{margin-top:.5rem;display:flex;flex-wrap:wrap;gap:.5rem}.cv-timeline-tag{display:inline-block;background:#1f26872e;color:#fcb045;border-radius:2rem;padding:.3rem 1.1rem .3rem .7rem;font-size:1rem;font-weight:700;margin-right:2px;margin-bottom:2px;box-shadow:0 2px 8px #1f26871a;transition:background .2s,color .2s;letter-spacing:.2px}.cv-timeline-tag:hover{background:linear-gradient(90deg,#fcb045,#fd1d1d);color:#fff}.cv-bottom-section{display:flex;flex-wrap:wrap;gap:2.5rem;justify-content:center;margin:0 auto;max-width:1100px;flex-direction:row}.cv-bottom-card{background:#ffffff1a;border-radius:1.5rem;box-shadow:0 4px 24px #1f26871a;padding:1.2rem 1.2rem 1rem;flex:1 1 350px;max-width:420px;min-width:280px;display:flex;flex-direction:column;align-items:flex-start;margin-bottom:1.5rem}.cv-bottom-title{font-size:1.25rem;font-weight:800;color:#fcb045;margin-bottom:.7rem;letter-spacing:.2px}.cv-bottom-skills{display:flex;flex-direction:column;gap:1.1rem;width:100%}.cv-bottom-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.3rem}.cv-bottom-cert-list{margin:0;padding-left:18px;color:#fff;font-size:1.04rem;line-height:1.7}@media (max-width: 900px){.cv-timeline{max-width:98vw;padding-left:10px}.cv-bottom-section{flex-direction:column;gap:1.2rem;max-width:98vw}.cv-bottom-card{max-width:98vw;min-width:unset}}@media (max-width: 600px){.cv-personal-info-box{max-width:98vw;padding:.7rem .2rem}.cv-timeline-content{padding:.7rem}}@media (max-width: 1100px){.cv-grid{grid-template-columns:1fr 1fr;gap:32px}}@media (max-width: 700px){.cv-grid{grid-template-columns:1fr;gap:18px}.cv-header{margin-bottom:18px}.cv-card{padding:18px 10px 14px;min-width:unset;margin:0}}.contact-page{min-height:100vh;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:0}.contact-page .title{margin-top:1.2rem}.contact-form-container{background:#ffffff21;border-radius:2rem;box-shadow:0 8px 32px #1f26872e;padding:1.2rem 1.2rem 1.1rem;margin-top:1.2rem;min-width:320px;max-width:370px;width:100%;display:flex;flex-direction:column;align-items:center;transition:box-shadow .2s,background .2s;border:1.5px solid rgba(252,92,125,.1);-webkit-backdrop-filter:blur(6px) saturate(120%);backdrop-filter:blur(6px) saturate(120%)}.contact-form{width:100%;display:flex;flex-direction:column;gap:.7rem}.form-row{display:flex;gap:.7rem}.form-group{display:flex;flex-direction:column;flex:1;min-width:0}.form-group label{color:#fcb045;font-weight:700;margin-bottom:.18rem;font-size:1.01rem;letter-spacing:.2px}.form-group input,.form-group textarea{background:#ffffff38;border:none;border-radius:1.1rem;padding:.5rem .8rem;font-size:1.01rem;color:#222;box-shadow:0 2px 12px #1f26871a;outline:none;margin-bottom:.1rem;transition:box-shadow .2s,background .2s,border .2s;resize:none;border:1.5px solid transparent}.form-group textarea{min-height:70px;max-height:120px}.form-group input:focus,.form-group textarea:focus{background:#fff;box-shadow:0 4px 16px #fc5c7d21;border:1.5px solid #fcb045}.contact-btn{background:linear-gradient(90deg,#fcb045,#fd1d1d);color:#fff;font-weight:700;border:none;border-radius:1.5rem;padding:.7rem 1.2rem;font-size:1.08rem;cursor:pointer;box-shadow:0 2px 12px #fc5c7d21;transition:background .2s,box-shadow .2s,transform .2s;margin-top:.2rem;letter-spacing:.5px}.contact-btn:hover{background:linear-gradient(90deg,#fd1d1d,#fcb045);box-shadow:0 4px 18px #fc5c7d2e;transform:scale(1.05)}.contact-success{color:#15803d;font-size:1.18rem;font-weight:800;text-align:center;margin:1.5rem 0;background:#ffffffd9;border-radius:1rem;padding:1.2rem 1rem;box-shadow:0 2px 8px #1f268714;letter-spacing:.2px}@media (max-width: 600px){.contact-form-container{min-width:unset;max-width:98vw;padding:.7rem .2rem}.form-row{flex-direction:column;gap:.5rem}}
