/*
 * @license
 * SPDX-License-Identifier: Apache-2.0
*/:root{--bg-dark: #111111;--bg-card: #1C1C1C;--border-color: #2a2a2a;--text-primary: #f0f0f0;--text-secondary: #a0a0a0;--brand-blue: #4A90E2;--font-heading: "Sora", sans-serif;--font-body: "Outfit", sans-serif;--font-serif: "Playfair Display", serif;--font-display: "Playfair Display", serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background-color:var(--bg-dark);color:var(--text-primary);font-family:var(--font-body);background-image:repeating-linear-gradient(45deg,rgba(255,255,255,.02) 0,rgba(255,255,255,.02) 1px,transparent 0,transparent 50%);background-size:40px 40px}#root{display:flex;flex-direction:column;align-items:center}.container{width:100%;max-width:1200px;padding:0 2rem}.header{position:sticky;top:20px;z-index:100;display:flex;justify-content:center;align-items:flex-start;width:100%;height:80px;padding-top:8px}.header-menu-container{position:relative;background-color:#1c1c1ccc;border:1px solid var(--border-color);cursor:pointer;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);overflow:hidden;width:240px;height:48px;border-radius:32px;transition:height .3s ease,background-color .2s ease}@media(min-width:768px){.header-menu-container{width:260px}}.header-menu-container:hover{background-color:#282828cc}.header-menu-container.open{height:340px}.header-pill-view{display:flex;align-items:center;justify-content:space-between;width:100%;height:48px;padding:0 .75rem 0 .5rem;position:absolute;top:0;left:0;transition:opacity .25s ease,visibility 0s linear 0s}.header-pill-left{display:flex;align-items:center;gap:.5rem}.header-menu-container.open .header-pill-view{opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease,visibility 0s linear .25s}.header-pill-view .profile-pic{width:32px;height:32px;border-radius:50%;background-color:#444;font-weight:700;font-family:var(--font-heading);overflow:hidden;display:flex;align-items:center;justify-content:center}.header-pill-view .logo-pic{background-color:transparent}.header-pill-view span{font-family:var(--font-heading);font-weight:600;padding-right:.5rem}.header-menu-view{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;visibility:hidden;display:flex;flex-direction:column;transition:opacity .25s ease,visibility 0s linear .25s;pointer-events:none}.header-menu-container.open .header-menu-view{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .25s ease .05s,visibility 0s linear 0s}.menu-top-bar{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-bottom:1px solid var(--border-color);flex-shrink:0}.menu-profile{display:flex;align-items:center;gap:.5rem}.menu-profile .profile-pic{width:24px;height:24px;font-size:.8rem;background-color:#444;font-weight:700;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center}.menu-profile .logo-pic{background-color:transparent}.profile-pic img{width:100%;height:100%;object-fit:cover}.menu-profile span{font-family:var(--font-heading);font-weight:500}.time{font-size:.875rem;color:var(--text-secondary)}.menu-content-wrapper{padding:.5rem;flex-grow:1;display:flex;flex-direction:column}.menu-nav-new{display:flex;flex-direction:column;gap:.25rem}.menu-nav-new a,.menu-nav-new button{display:flex;align-items:center;gap:.75rem;padding:.5rem;border-radius:6px;text-decoration:none;color:var(--text-primary);background:none;border:none;cursor:pointer;text-align:left;font-family:var(--font-body);font-size:.9rem;font-weight:500;transition:background-color .2s ease,color .2s ease;width:100%}.menu-nav-new a:hover,.menu-nav-new button:hover{background-color:#ffffff0d;color:#fff}.menu-nav-new button{color:var(--text-secondary)}.menu-nav-new a.active{background-color:#ffffff1a;color:#fff}.menu-nav-new svg{width:16px;height:16px;color:var(--text-secondary)}.menu-nav-new a:hover svg,.menu-nav-new button:hover svg,.menu-nav-new a.active svg{color:var(--text-primary)}.menu-divider-new{height:1px;background-color:var(--border-color);margin:.5rem 0 .25rem}.theme-switcher-new{margin-top:.5rem}.theme-switcher-new>p{font-size:.875rem;color:var(--text-secondary);padding:0 .5rem .25rem}.theme-buttons-new{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));background-color:#ffffff0d;border-radius:999px;padding:4px}.theme-buttons-new button{position:relative;padding:.5rem;border:none;background-color:transparent;color:var(--text-secondary);cursor:pointer;border-radius:999px;display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.875rem;transition:all .2s ease}.theme-buttons-new button.active{background-color:#fff3;color:var(--text-primary)}.theme-buttons-new button.disabled{opacity:.6;cursor:default;border:1px dashed rgba(255,255,255,.2)}.theme-buttons-new button.disabled:hover{background-color:transparent;transform:none}.theme-buttons-new button:disabled{pointer-events:none}.theme-buttons-new button svg{width:16px;height:16px}.hero{text-align:center;padding:2rem 1rem;max-width:780px;margin:0 auto}@media(min-width:768px){.hero{padding:4.5rem 0 2rem}}.hero-subtitle{color:var(--text-secondary);font-size:1rem;margin-bottom:1.5rem;font-family:var(--font-serif)}@media(min-width:768px){.hero-subtitle{font-size:1.125rem}}.hero-title-wrapper{position:relative;display:inline-block;margin-bottom:1.5rem;transform:scale(.95)}@media(min-width:768px){.hero-title-wrapper{transform:scale(1)}}.selection-box{position:absolute;top:0;left:0;right:0;bottom:0;border:1px solid var(--brand-blue);pointer-events:none}.selection-box .handle{position:absolute;width:8px;height:8px;background-color:var(--bg-dark);border:1px solid var(--brand-blue)}.selection-box .handle.top-left{top:-4px;left:-4px}.selection-box .handle.top-right{top:-4px;right:-4px}.selection-box .handle.bottom-left{bottom:-4px;left:-4px}.selection-box .handle.bottom-right{bottom:-4px;right:-4px}.hero-title{font-family:var(--font-display);font-size:1.35rem;line-height:1.3;font-weight:400;color:#e5e5e5;letter-spacing:-.5px;margin:0;font-style:normal}@media(min-width:768px){.hero-title{font-size:1.8rem}}.hero-title em{display:inline-block;font-style:normal;font-weight:400;color:#fff;background-color:var(--bg-dark);position:relative;padding:.5rem 1rem;border-radius:8px;line-height:1.6;text-align:center;overflow:hidden}.hero-title em:before{content:"";position:absolute;right:0;bottom:0;left:0;width:100%;height:700px;top:-240px;transform:rotate(45deg);background-image:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(81,173,255,.1) 2px,rgba(81,173,255,.1) 3px,transparent 3px,transparent 6px);pointer-events:none;z-index:0}.hero-title em>*{position:relative;z-index:1}.hero-description{font-size:1rem;line-height:1.6;color:var(--text-secondary);max-width:650px;margin:0 auto 2rem}.hero-actions{display:flex;justify-content:center;gap:.75rem;margin-bottom:2.5rem;flex-wrap:wrap}@media(min-width:768px){.hero-actions{gap:1rem;flex-wrap:nowrap}}.btn{padding:.7rem 1.3rem;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;transition:all .2s ease;font-family:var(--font-body)}@media(min-width:768px){.btn{padding:.8rem 1.5rem;font-size:1rem}}.btn-primary{background-color:var(--brand-blue);color:#fff;border:1px solid var(--brand-blue)}.btn-primary:hover{filter:brightness(1.1)}.btn-secondary{background-color:transparent;color:var(--text-primary);border:1px solid var(--border-color)}.btn-secondary:hover{background-color:var(--bg-card);border-color:#444}.btn-hero-primary,.btn-hero-secondary{border-radius:12px;transition:all .4s cubic-bezier(.34,1.56,.64,1);gap:.6rem;padding:.5rem 1rem;font-size:.95rem;font-weight:500}.btn-hero-primary{max-width:150px;padding:.5rem .6rem;font-size:.85rem;gap:.4rem}@media(min-width:768px){.btn-hero-primary{max-width:none;padding:.5rem 1rem;font-size:.95rem;gap:.6rem}.btn-hero-primary:hover{padding:.5rem 1.5rem}}.btn-hero-primary{background-color:#1c1c1ccc;border:1px solid rgba(255,255,255,.1);border-bottom:3px solid rgba(255,255,255,.15);color:var(--text-primary);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.btn-hero-primary:hover{background-color:#282828e6;border-color:#fff3;border-bottom:3px solid rgba(255,255,255,.25);transform:translateY(-2px);box-shadow:0 8px 20px #0000004d}.btn-profile-pic{width:32px;height:32px;border-radius:50%;object-fit:cover;flex-shrink:0;opacity:1;transform:translate(0);transition:all .4s cubic-bezier(.34,1.56,.64,1)}.btn-hero-primary{position:relative;display:flex;align-items:center;gap:.5rem;transition:all .4s cubic-bezier(.34,1.56,.64,1)}.plus-icon{font-size:1.5rem;font-weight:300;color:var(--text-primary);flex-shrink:0;display:none}.you-profile{width:32px;height:32px;border-radius:50%;background-color:#444;display:none;align-items:center;justify-content:center;font-size:.65rem;font-weight:500;color:var(--text-secondary);flex-shrink:0}@media(min-width:768px){.plus-icon{display:block;opacity:0;transform:scale(.5) translate(-20px);transition:all .4s cubic-bezier(.34,1.56,.64,1);width:0;overflow:hidden}.you-profile{display:flex;opacity:0;transform:scale(.5) translate(-20px);transition:all .4s cubic-bezier(.34,1.56,.64,1);width:0;overflow:hidden}}.btn-text{white-space:nowrap;transition:all .4s cubic-bezier(.34,1.56,.64,1)}@media(min-width:768px){.btn-hero-primary:hover{gap:.6rem}}@media(min-width:768px){.btn-hero-primary:hover .plus-icon,.btn-hero-primary:hover .you-profile{opacity:1;transform:scale(1) translate(0);width:auto}.btn-hero-primary:hover .you-profile{width:32px}}.btn-hero-secondary{background-color:#1c1c1ccc;border:1px solid rgba(255,255,255,.1);color:var(--text-primary);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.btn-hero-secondary:hover{background-color:#282828e6;border-color:#fff3;transform:translateY(-2px);box-shadow:0 8px 20px #0000004d}.hero-logos{display:flex;justify-content:center;align-items:center;gap:0;flex-wrap:wrap;max-width:100%;padding:0 1rem;margin-bottom:1rem}@media(min-width:768px){.hero-logos{flex-wrap:nowrap;padding:0;margin-bottom:1.5rem}}.logo-circle{width:40px;height:40px;border-radius:50%;border:2px solid var(--bg-dark);display:flex;align-items:center;justify-content:center;color:var(--text-secondary);font-size:.8rem;font-weight:700;margin-left:-10px;transition:transform .2s ease;position:relative;cursor:pointer}.logo-circle:first-child{margin-left:0}.logo-circle:hover{transform:translateY(-4px) scale(1.15);z-index:10}.logo-circle[data-plus=true]{overflow:visible}.logo-circle[data-plus=true]:after{content:"Your company next?";position:absolute;bottom:-44px;left:50%;transform:translate(-50%);background-color:#1c1c1cf2;color:var(--text-primary);padding:.5rem .75rem;border-radius:8px;font-size:.75rem;font-weight:500;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .3s ease,transform .3s ease;border:1px solid rgba(255,255,255,.1);z-index:100;font-family:var(--font-body)}.logo-circle[data-plus=true]:before{content:"";position:absolute;bottom:-14px;left:50%;transform:translate(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:7px solid rgba(28,28,28,.95);opacity:0;pointer-events:none;transition:opacity .3s ease;z-index:100}.logo-circle[data-plus=true]:hover:after{opacity:1;transform:translate(-50%) translateY(0)}.logo-circle[data-plus=true]:hover:before{opacity:1}.projects-section{width:100%;padding:1.5rem 0 2rem}.projects-header{text-align:center;max-width:800px;margin:0 auto 3rem;padding:0 2rem}.section-title{font-family:var(--font-heading);font-size:2.5rem;font-weight:600;margin-bottom:1rem;background:linear-gradient(135deg,#fff,#999);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-subtitle{font-size:1.1rem;color:var(--text-secondary);line-height:1.6;max-width:600px;margin:0 auto}@media(max-width:767px){.section-title{font-size:2rem}.section-subtitle{font-size:1rem}}.projects{padding:0 1rem 2rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;max-width:100%;width:100%;grid-auto-rows:280px;grid-auto-flow:dense;border-radius:0 0 24px 24px;overflow:hidden}@media(min-width:768px){.projects{padding:0 2rem}}@media(min-width:768px){.projects{grid-template-columns:repeat(3,1fr);grid-auto-rows:350px;gap:1.5rem;max-width:100%;width:100%;margin:0;overflow:visible;grid-auto-flow:row}}.project-card{position:relative;background-color:#000;border:1px solid #222;border-radius:20px;transition:transform .4s cubic-bezier(.34,1.56,.64,1),box-shadow .4s ease,border-color .3s ease,z-index .3s ease;overflow:hidden;cursor:pointer;grid-column:span 1;grid-row:span 1;padding:.75rem}@media(min-width:768px){.project-card{padding:1rem;border-radius:24px}}.project-card.wide{grid-column:span 2}.project-card.extra-wide{grid-column:span 3}.project-card.tall{grid-row:span 2}.project-card.phone{grid-row:span 2;width:min(350px,100%);max-width:100%;margin:0 auto;justify-self:center}.project-card.phone .project-image{aspect-ratio:9 / 16}.project-card.phone .project-image video{width:100%;height:100%;object-fit:cover}.project-card.big{grid-column:span 2;grid-row:span 2}.project-card.full-width{grid-column:span 4}@media(min-width:768px){.project-card,.project-card.big,.project-card.moodsport{grid-column:span 1;grid-row:span 1}.project-card.phone{grid-column:span 1;grid-row:span 1;width:100%;max-width:100%;justify-self:stretch;margin:0}.project-card.phone .project-image{width:100%;height:100%;aspect-ratio:initial}.project-card.phone .project-image video{width:100%;height:100%;object-fit:cover}.project-card.istichara-card{grid-column:span 1;grid-row:span 1}}@media(max-width:767px){.project-card.wide,.project-card.extra-wide,.project-card.tall,.project-card.big,.project-card.full-width{grid-column:span 1;grid-row:span 1}.project-card.phone{max-width:100%;height:auto;min-height:0}.project-card.phone .project-image{aspect-ratio:9 / 16;height:auto;min-height:0}.project-card.phone .project-image video{height:auto}.projects{grid-auto-rows:minmax(280px,auto)}}.project-card:hover{border-color:#555;z-index:10}@media(min-width:768px){.project-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 60px #0009,0 0 0 1px #ffffff1a}}.project-image{position:relative;width:100%;height:100%;border-radius:12px;overflow:hidden}.project-image img,.project-image video{width:100%;height:100%;display:block;object-fit:cover;transition:filter .4s ease}.project-card:hover .project-image img,.project-card:hover .project-image video{filter:blur(8px)}.project-card.istichara-card .project-image img{object-position:center 75%}.empty-project-card{background:linear-gradient(135deg,#1c1c1c99,#28282866);border:2px dashed rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;text-decoration:none;transition:all .4s cubic-bezier(.34,1.56,.64,1)}.empty-project-card:hover{background:linear-gradient(135deg,#282828b3,#34343480);border-color:#fff6;transform:translateY(-8px) scale(1.02);box-shadow:0 20px 60px #0009}.empty-card-content{text-align:center;padding:2rem}.empty-card-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#4a90e233,#4a90e21a);border:2px solid rgba(74,144,226,.4);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem;font-weight:300;color:var(--brand-blue);transition:all .3s ease}.empty-project-card:hover .empty-card-icon{transform:rotate(90deg) scale(1.1);background:linear-gradient(135deg,#4a90e24d,#4a90e226);border-color:#4a90e299}.empty-card-title{font-family:var(--font-heading);font-size:2rem;font-weight:600;color:var(--text-primary);margin-bottom:.75rem;background:linear-gradient(135deg,#fff,#aaa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.empty-card-subtitle{font-size:1rem;color:var(--text-secondary);font-weight:400;line-height:1.5}.project-name-pill{position:absolute;bottom:1rem;right:.75rem;display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.65rem 1.4rem;border-radius:999px;background:linear-gradient(145deg,#34343a52,#5858602e);color:var(--text-primary);font-family:var(--font-heading);font-size:.95rem;font-weight:500;letter-spacing:.01em;border:1px solid rgba(210,210,220,.45);backdrop-filter:blur(18px) saturate(185%);-webkit-backdrop-filter:blur(18px) saturate(185%);overflow:hidden;transition:transform .4s ease,box-shadow .4s ease,background .4s ease}.project-name-pill:after{content:"";position:absolute;top:-40%;right:-30%;bottom:-40%;left:-30%;background:radial-gradient(circle at 30% 30%,rgba(235,235,240,.35),transparent 72%);opacity:.5;filter:blur(12px);z-index:0;mix-blend-mode:lighten}.project-name-pill:after{top:-35%;right:-25%;bottom:-35%;left:-25%;background:radial-gradient(circle at 70% 70%,rgba(160,160,170,.4),transparent 75%);opacity:.55}.project-name-pill span{isolation:isolate}.project-card:hover .project-name-pill{transition:transform .4s ease,box-shadow .4s ease,background .4s ease}.project-card:hover .project-name-pill:before,.project-card:hover .project-name-pill:after{animation:pillRipple 7s ease-in-out infinite}.project-card:hover .project-name-pill:after{animation-direction:reverse}.project-name-pill span{position:relative;z-index:1;text-shadow:0 0 4px rgba(255,255,255,.3)}@keyframes pillRipple{0%{transform:translate3d(-8%,-6%,0) scale(1);opacity:.45}50%{transform:translate3d(6%,8%,0) scale(1.18);opacity:.7}to{transform:translate3d(-8%,-6%,0) scale(1);opacity:.45}}.project-card:hover .project-name-pill{background:#1c1c1cbf;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-color:#fff3}.project-hover-actions{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;gap:.75rem;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:3}.project-card:hover .project-hover-actions{opacity:1;visibility:visible}.project-action-wrapper{display:flex;flex-direction:column;align-items:center;gap:.5rem}.action-label{font-size:.75rem;color:#fff;font-family:var(--font-heading);font-weight:500;text-shadow:0 2px 4px rgba(0,0,0,.5);white-space:nowrap}.project-action-btn{width:48px;height:48px;border-radius:50%;background:#1c1c1cbf;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;text-decoration:none}.project-action-btn:hover{background:#282828d9;border-color:#ffffff4d;transform:scale(1.1)}.project-action-btn svg{color:#fff}.project-card.wide .project-action-btn,.project-card.extra-wide .project-action-btn{width:56px;height:56px}.project-card.wide .project-hover-actions,.project-card.extra-wide .project-hover-actions{gap:1rem}.project-card.wide .project-action-btn svg,.project-card.extra-wide .project-action-btn svg{width:22px;height:22px}.project-card.wide .action-label,.project-card.extra-wide .action-label{font-size:.8rem}.project-card.big .project-action-btn{width:64px;height:64px}.project-card.big .project-hover-actions{gap:1.25rem}.project-card.big .project-action-btn svg{width:24px;height:24px}.project-card.big .action-label{font-size:.85rem}.project-private-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:.75rem;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:3}.project-card:hover .project-private-overlay{opacity:1;visibility:visible}.project-private-overlay svg{color:#fff;filter:drop-shadow(0 2px 8px rgba(0,0,0,.5))}.private-text{font-size:.9rem;color:#fff;font-family:var(--font-heading);font-weight:600;text-shadow:0 2px 8px rgba(0,0,0,.5);white-space:nowrap;letter-spacing:.02em}.project-card.wide .private-text{font-size:1rem}.project-card.big .private-text{font-size:1.1rem}.live-badge{position:absolute;top:1.5rem;left:1.5rem;background-color:#1c1c1cb3;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#fff;padding:.4rem .8rem;border-radius:999px;font-size:.8rem;z-index:2;display:flex;align-items:center;border:1px solid rgba(255,255,255,.1)}.live-badge .icon{font-size:1rem;vertical-align:middle}.contact{padding:6rem 2rem;background-color:#000;border-top:1px solid var(--border-color);width:100%}.footer-container{max-width:800px;margin:0 auto;width:100%;padding:0 2rem}.footer-header{text-align:center;margin-bottom:3rem}.footer-subtitle{font-size:.9rem;color:var(--brand-blue);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;font-weight:600}.footer-header h2{font-family:var(--font-heading);font-size:clamp(1.9rem,5vw,2.5rem);line-height:1.2;margin:0 auto 1rem;text-align:center;max-width:22ch;background:linear-gradient(135deg,#fff,#888);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-description{font-size:1.1rem;color:var(--text-secondary);line-height:1.6}.footer-content{margin-bottom:3rem}.contact-form-modern{display:flex;flex-direction:column;gap:1.25rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.form-group-modern input,.form-group-modern textarea{width:100%;background:#1c1c1c66;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1rem 1.25rem;color:var(--text-primary);font-family:var(--font-body);font-size:1rem;transition:all .3s ease}.form-group-modern input:focus,.form-group-modern textarea:focus{outline:none;border-color:#ffffff4d;background:#28282899}.form-group-modern input::placeholder,.form-group-modern textarea::placeholder{color:var(--text-secondary)}.form-group-modern textarea{resize:vertical;min-height:120px}.file-input{display:none}.file-input-label{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 1.25rem;background:#1c1c1c66;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px dashed rgba(255,255,255,.2);border-radius:16px;color:var(--text-secondary);font-family:var(--font-body);font-size:.95rem;cursor:pointer;transition:all .3s ease}.file-input-label:hover{border-color:#ffffff4d;background:#28282899;color:var(--text-primary)}.file-input-label svg{width:20px;height:20px}.submit-btn-modern{background-color:#1c1c1ccc;border:1px solid rgba(255,255,255,.1);border-bottom:3px solid rgba(255,255,255,.15);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:var(--text-primary);padding:.8rem 1.5rem;border-radius:12px;font-family:var(--font-body);font-size:1rem;font-weight:500;cursor:pointer;transition:all .4s cubic-bezier(.34,1.56,.64,1);display:flex;align-items:center;justify-content:center;gap:.6rem;width:100%}.submit-btn-modern:hover{background-color:#282828e6;border-color:#fff3;border-bottom:3px solid rgba(255,255,255,.25);transform:translateY(-2px);box-shadow:0 8px 20px #0000004d}.submit-btn-modern svg{width:20px;height:20px}.submit-btn-modern:disabled{opacity:.7;cursor:not-allowed}.submit-btn-modern:disabled:hover{transform:none;background-color:#1c1c1ccc;border-color:#ffffff1a;border-bottom:3px solid rgba(255,255,255,.15);box-shadow:none}.form-message{padding:1rem 1.25rem;border-radius:12px;font-size:.95rem;text-align:center;animation:slideIn .3s ease}.form-message.success{background:#22c55e26;border:1px solid rgba(34,197,94,.3);color:#22c55e}.form-message.error{background:#ef444426;border:1px solid rgba(239,68,68,.3);color:#ef4444}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.footer-bottom{text-align:center;padding-top:3rem;border-top:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{color:var(--text-secondary);font-size:.9rem}.footer-social{display:flex;gap:1rem}.footer-social a{width:40px;height:40px;background:#1c1c1c66;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);transition:all .3s ease;text-decoration:none}.footer-social a:hover{background:#28282899;border-color:#fff3;color:#fff;transform:translateY(-2px)}.footer-social a svg{width:20px;height:20px}@media(max-width:768px){.form-row{grid-template-columns:1fr}.footer-bottom{flex-direction:column;text-align:center}.contact{padding:4rem 1rem}}@media(max-width:600px){.footer-container{padding:0 1.25rem}.footer-header{margin-bottom:2.5rem}.footer-description{font-size:1rem}.footer-content{margin-bottom:2.5rem}}.icon{font-family:Material Symbols Outlined;font-weight:300;line-height:1;font-feature-settings:"liga";vertical-align:middle}
