@import "https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;1,9..40,300&display=swap";:root{--bg-primary:#070d0a;--bg-secondary:#0c1510;--bg-card:#111a14;--bg-card-hover:#162019;--accent:#10b981;--accent-light:#34d399;--accent-glow:#10b98126;--accent-glow-strong:#10b98159;--text-primary:#f0fdf4;--text-secondary:#a7c4b0;--text-muted:#4d7a5e;--border:#10b9811f;--border-hover:#10b98159;--font-display:"Syne", sans-serif;--font-body:"DM Sans", sans-serif;--nav-height:72px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{background-color:var(--bg-primary);color:var(--text-primary);font-family:var(--font-body);cursor:none;line-height:1.7;overflow-x:hidden}.cursor{background:var(--accent);pointer-events:none;z-index:99999;mix-blend-mode:normal;border-radius:50%;width:10px;height:10px;transition:transform .1s,width .3s,height .3s,background .3s;position:fixed;transform:translate(-50%,-50%)}.cursor-follower{border:1.5px solid var(--accent);pointer-events:none;z-index:99998;opacity:.5;border-radius:50%;width:36px;height:36px;transition:transform .18s,width .3s,height .3s,opacity .3s;position:fixed;transform:translate(-50%,-50%)}.cursor.hovered{background:var(--accent-light);width:16px;height:16px}.cursor-follower.hovered{opacity:.2;width:52px;height:52px}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--accent);border-radius:10px}::selection{background:var(--accent-glow-strong);color:var(--accent-light)}.section{padding:100px 0;position:relative}.container{max-width:1180px;margin:0 auto;padding:0 24px}.section-header{text-align:center;margin-bottom:70px}.section-tag{font-family:var(--font-display);letter-spacing:.25em;text-transform:uppercase;color:var(--accent);border:1px solid var(--border-hover);background:var(--accent-glow);border-radius:100px;margin-bottom:16px;padding:6px 16px;font-size:.75rem;font-weight:700;display:inline-block}.section-title{font-family:var(--font-display);color:var(--text-primary);font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.15}.section-title span{color:var(--accent);position:relative}.divider{background:linear-gradient(90deg, var(--accent), transparent);border-radius:4px;width:60px;height:3px;margin:20px auto 0}body:before{content:"";pointer-events:none;z-index:9999;opacity:.4;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.035'/%3E%3C/svg%3E");position:fixed;inset:0}.glow-blob{filter:blur(120px);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.btn-primary{background:var(--accent);color:var(--bg-primary);font-family:var(--font-display);letter-spacing:.05em;cursor:none;border:none;border-radius:8px;align-items:center;gap:10px;padding:14px 32px;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;position:relative;overflow:hidden}.btn-primary:before{content:"";background:linear-gradient(135deg, var(--accent-light), var(--accent));opacity:0;transition:opacity .3s;position:absolute;inset:0}.btn-primary:hover:before{opacity:1}.btn-primary:hover{box-shadow:0 12px 40px var(--accent-glow-strong);transform:translateY(-2px)}.btn-primary span{z-index:1;position:relative}.btn-outline{color:var(--accent);font-family:var(--font-display);letter-spacing:.05em;border:1.5px solid var(--border-hover);cursor:none;background:0 0;border-radius:8px;align-items:center;gap:10px;padding:13px 30px;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.btn-outline:hover{background:var(--accent-glow);border-color:var(--accent);transform:translateY(-2px)}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;transition:all .35s}.card:hover{background:var(--bg-card-hover);border-color:var(--border-hover);box-shadow:0 20px 60px #0006, 0 0 0 1px var(--border-hover);transform:translateY(-4px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px var(--accent-glow)}50%{box-shadow:0 0 40px var(--accent-glow-strong)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.animate-fadeInUp{animation:.7s forwards fadeInUp}.animate-fadeIn{animation:.7s forwards fadeIn}@media (width<=768px){.section{padding:70px 0}body{cursor:auto}.cursor,.cursor-follower{display:none}}.cv-page{background:var(--bg-primary);flex-direction:column;width:100%;height:100vh;display:flex}.cv-header{padding:16px}.back-btn{background:var(--accent);color:#000;cursor:pointer;border:none;border-radius:8px;padding:10px 16px;font-weight:600}.cv-container{flex:1}.cv-frame{border:none;width:100%;height:100%}@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);-webkit-user-select:none;user-select:none;border-radius:.25rem;width:100%;line-height:1;display:inline-flex;position:relative;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);background-repeat:no-repeat;background-image:var(--custom-highlight-background,linear-gradient(90deg, var(--base-color) 0%, var(--highlight-color) 50%, var(--base-color) 100%));height:100%;animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite;position:absolute;top:0;left:0;right:0;transform:translate(-100%)}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}:root{--loader-skeleton-bg:#1a2318;--loader-skeleton-highlight:#10b98133;--loader-accent:#10b981;--loader-dark:#111a14;--loader-text:#f0fdf4}.page-loader{background:var(--loader-dark);width:100%;min-height:100vh;position:relative;overflow:hidden}.loader-gradient-bg{pointer-events:none;z-index:0;background:linear-gradient(135deg,#10b9810d 0%,#10b98105 50%,#10b98114 100%);animation:6s ease-in-out infinite gradientShift;position:fixed;inset:0}@keyframes gradientShift{0%,to{background:linear-gradient(135deg,#10b9810d 0%,#10b98105 50%,#10b98114 100%)}50%{background:linear-gradient(-135deg,#10b98114 0%,#10b98105 50%,#10b9810d 100%)}}.loader-content{z-index:1;max-width:1200px;margin:0 auto;padding:40px 20px;position:relative}.loader-section{margin-bottom:80px;animation:.8s ease-out fadeInUp}.loader-navbar{border-bottom:1px solid #10b9811a;justify-content:space-between;align-items:center;margin-bottom:60px;padding:20px 0;display:flex}.loader-nav-items{gap:30px;display:flex}.loader-hero{grid-template-columns:1fr 1fr;align-items:center;gap:60px;margin-bottom:120px;display:grid}.loader-hero-left{flex-direction:column;gap:20px;display:flex}.loader-avatar{justify-self:center}.loader-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-top:30px;display:grid}.loader-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#10b9810d;border:1px solid #10b9811a;border-radius:12px;padding:20px}.loader-skills{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px;margin-top:30px;display:grid}.loader-skill-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#10b9810d;border:1px solid #10b9811a;border-radius:10px;padding:16px}.loader-projects{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px;margin-top:30px;display:grid}.loader-project-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#10b9810d;border:1px solid #10b9811a;border-radius:12px;padding:16px}.loader-item{background:linear-gradient(90deg, var(--loader-skeleton-bg) 0%, var(--loader-skeleton-highlight) 50%, var(--loader-skeleton-bg) 100%);background-size:200% 100%;border-radius:6px;margin:10px 0;animation:2s infinite shimmer}.loader-pulse-1,.loader-pulse-2{opacity:.1;pointer-events:none;border-radius:50%;position:fixed}.loader-pulse-1{background:radial-gradient(circle, var(--loader-accent) 0%, transparent 70%);width:300px;height:300px;animation:4s ease-in-out infinite pulse;top:10%;right:5%}.loader-pulse-2{background:radial-gradient(circle, var(--loader-accent) 0%, transparent 70%);width:250px;height:250px;animation:5s ease-in-out infinite reverse pulse;bottom:15%;left:5%}@keyframes pulse{0%,to{opacity:.1;transform:scale(1)}50%{opacity:.15;transform:scale(1.1)}}@media (width<=768px){.loader-hero{grid-template-columns:1fr}.loader-navbar{flex-direction:column;gap:20px}.loader-nav-items{justify-content:space-around;width:100%}.loader-section{margin-bottom:40px}}.react-loading-skeleton{background:linear-gradient(90deg, var(--loader-skeleton-bg) 0%, var(--loader-skeleton-highlight) 50%, var(--loader-skeleton-bg) 100%)!important;background-size:200% 100%!important;animation:2s infinite shimmer!important}.navbar{z-index:1000;height:var(--nav-height);background:0 0;transition:all .4s;position:fixed;top:0;left:0;right:0}.navbar.scrolled{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border);background:#070d0aeb;box-shadow:0 4px 40px #0006}.nav-container{flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:8px;max-width:1200px;height:100%;margin:0 auto;padding:0 24px;display:flex}.nav-logo{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.02em;cursor:none;white-space:nowrap;align-items:center;gap:2px;min-width:0;font-size:1.25rem;font-weight:800;text-decoration:none;display:flex;overflow:hidden}.logo-bracket{color:var(--accent);flex-shrink:0;font-size:1.1rem}.logo-name{text-overflow:ellipsis;overflow:hidden}.logo-dot{color:var(--accent);flex-shrink:0;font-size:1.5rem;line-height:1}.nav-links{align-items:center;gap:4px;list-style:none;display:flex}.nav-link{font-family:var(--font-display);letter-spacing:.02em;color:var(--text-secondary);cursor:none;white-space:nowrap;border-radius:8px;padding:7px 12px;font-size:.82rem;font-weight:600;text-decoration:none;transition:all .25s;position:relative}.nav-link:after{content:"";background:var(--accent);border-radius:4px;width:0;height:2px;transition:width .3s;position:absolute;bottom:4px;left:50%;transform:translate(-50%)}.nav-link:hover{color:var(--text-primary);background:var(--accent-glow)}.nav-link.active{color:var(--accent)}.nav-link.active:after{width:16px}.nav-toggle{background:var(--bg-card);border:1px solid var(--border);color:var(--text-primary);cursor:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:8px;transition:all .25s;display:none}.nav-toggle:hover{border-color:var(--border-hover);background:var(--accent-glow);color:var(--accent)}.mobile-menu{background:var(--bg-secondary);border-left:1px solid var(--border);z-index:999;width:min(340px,90vw);height:100vh;transition:right .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;right:-100%;overflow-y:auto}.mobile-menu.open{right:0}.mobile-menu-inner{flex-direction:column;height:100%;padding:100px 32px 40px;display:flex}.mobile-nav-links{flex-direction:column;flex:1;gap:4px;list-style:none;display:flex}.mobile-nav-links li{opacity:0;transform:translate(20px)}.mobile-menu.open .mobile-nav-links li{animation:.4s forwards slideInRight}@keyframes slideInRight{to{opacity:1;transform:translate(0)}}.mobile-nav-link{color:var(--text-secondary);font-family:var(--font-display);cursor:none;border-radius:10px;align-items:center;gap:16px;padding:14px 16px;font-size:1.05rem;font-weight:600;text-decoration:none;transition:all .25s;display:flex}.mobile-nav-link:hover,.mobile-nav-link.active{color:var(--accent);background:var(--accent-glow)}.mobile-link-num{color:var(--accent);letter-spacing:.1em;opacity:.7;min-width:20px;font-size:.7rem;font-weight:700}.mobile-menu-footer{border-top:1px solid var(--border);padding-top:24px}.mobile-menu-footer p{color:var(--text-muted);font-size:.8rem}.mobile-overlay{z-index:998;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;position:fixed;inset:0}@media (width<=960px){.nav-links{display:none}.nav-toggle{display:flex}}@media (width<=480px){.nav-container{padding:0 16px}.nav-logo{font-size:1.1rem}.logo-dot{font-size:1.3rem}.mobile-menu-inner{padding:90px 24px 32px}}@media (width<=360px){.nav-container{gap:6px;padding:0 12px}.nav-logo{font-size:.95rem}.logo-bracket{font-size:.9rem}.logo-dot{font-size:1.1rem}.nav-toggle{padding:7px}.mobile-menu-inner{padding:88px 20px 28px}.mobile-nav-link{gap:12px;padding:12px;font-size:.95rem}}@media (width<=300px){.nav-container{gap:4px;padding:0 10px}.nav-logo,.logo-bracket{font-size:.82rem}.logo-dot{font-size:.95rem;display:none}.nav-toggle{border-radius:6px;padding:6px}.mobile-menu{border-left:none;width:100vw}.mobile-menu-inner{padding:80px 16px 24px}.mobile-nav-link{gap:10px;padding:11px 10px;font-size:.9rem}.mobile-menu-footer p{word-break:break-all;font-size:.72rem}}.hero-section{min-height:100vh;padding:var(--nav-height) 0 60px;align-items:center;display:flex;position:relative;overflow:hidden}.hero-canvas{z-index:0;opacity:.6;width:100%;height:100%;position:absolute;inset:0}.hero-blob-1{background:radial-gradient(circle,#10b9811f,#0000 70%);width:600px;height:600px;top:-100px;right:-100px}.hero-blob-2{background:radial-gradient(circle,#10b98112,#0000 70%);width:400px;height:400px;bottom:-50px;left:5%}.hero-container{z-index:1;grid-template-columns:1fr 420px;align-items:center;gap:60px;display:grid;position:relative}.hero-greeting{font-family:var(--font-display);color:var(--accent);letter-spacing:.05em;align-items:center;gap:14px;margin-bottom:16px;font-size:.9rem;font-weight:600;display:flex}.greeting-line{background:var(--accent);border-radius:4px;width:40px;height:2px;display:block}.hero-name{font-family:var(--font-display);letter-spacing:-.03em;color:var(--text-primary);margin-bottom:20px;font-size:clamp(3.2rem,7vw,6rem);font-weight:800;line-height:1}.name-accent{color:var(--accent);position:relative}.name-accent:after{content:"";background:linear-gradient(90deg, var(--accent), transparent);opacity:.5;border-radius:4px;height:4px;position:absolute;bottom:4px;left:0;right:0}.hero-roles{flex-direction:column;gap:10px;margin-bottom:24px;display:flex}.role-label{color:var(--text-muted);letter-spacing:.05em;font-size:.85rem}.roles-badges{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.role-badge{font-family:var(--font-display);color:var(--text-secondary);border:1px solid var(--border);background:var(--bg-card);border-radius:100px;padding:5px 14px;font-size:.82rem;font-weight:700}.role-sep{color:var(--accent);opacity:.4}.hero-bio{color:var(--text-secondary);max-width:480px;margin-bottom:28px;font-size:1rem;line-height:1.7}.hero-bio strong{color:var(--accent-light);font-weight:500}.hero-stack{margin-bottom:36px}.stack-label{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:12px;font-size:.8rem;display:block}.stack-tags{flex-wrap:wrap;gap:8px;display:flex}.stack-tag{font-family:var(--font-display);color:var(--accent);background:var(--accent-glow);border:1px solid var(--border-hover);opacity:0;cursor:default;border-radius:6px;padding:5px 12px;font-size:.78rem;font-weight:700;transition:all .25s;animation:.5s forwards fadeInUp}.stack-tag:hover{background:#10b98133;transform:translateY(-2px)}.hero-actions{flex-wrap:wrap;gap:14px;margin-bottom:36px;display:flex}.hero-socials{gap:12px;display:flex}.social-link{background:var(--bg-card);border:1px solid var(--border);width:42px;height:42px;color:var(--text-secondary);cursor:none;border-radius:10px;justify-content:center;align-items:center;font-size:1rem;text-decoration:none;transition:all .3s;display:flex}.social-link:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-glow);box-shadow:0 8px 24px var(--accent-glow);transform:translateY(-3px)}.hero-visual{flex-direction:column;align-items:center;gap:28px;display:flex}.avatar-wrap{justify-content:center;align-items:center;width:280px;height:280px;display:flex;position:relative}.avatar-ring{border:1px solid var(--border-hover);border-radius:50%;animation:20s linear infinite spin;position:absolute;inset:-16px}.avatar-ring.ring-2{border-color:var(--border);border-style:dashed;animation-duration:30s;animation-direction:reverse;inset:-32px}@keyframes spin{to{transform:rotate(360deg)}}.avatar-placeholder{background:linear-gradient(135deg, var(--bg-card) 0%, #10b98114 100%);border:2px solid var(--border-hover);width:260px;height:260px;box-shadow:0 0 60px var(--accent-glow), inset 0 0 40px #10b9810a;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:8px;animation:5s ease-in-out infinite float;display:flex;overflow:hidden}.avatar-initials{font-family:var(--font-display);color:var(--accent);font-size:4rem;font-weight:800;line-height:1}.avatar-hint{color:var(--text-muted);text-align:center;padding:0 20px;font-size:.65rem;line-height:1.4}.avatar-badge{background:var(--accent);color:var(--bg-primary);font-family:var(--font-display);box-shadow:0 8px 20px var(--accent-glow-strong);border-radius:12px;flex-direction:column;align-items:center;padding:8px 14px;font-weight:800;display:flex;position:absolute;bottom:10px;right:0}.avatar-badge span{font-size:1.2rem;line-height:1}.avatar-badge small{white-space:nowrap;font-size:.65rem;font-weight:600}.hero-stats{gap:6px;width:100%;display:flex}.hero-stat{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;flex-direction:column;flex:1;align-items:center;gap:4px;padding:14px 10px;transition:all .3s;display:flex}.hero-stat:hover{border-color:var(--border-hover);background:var(--accent-glow)}.stat-num{font-family:var(--font-display);color:var(--accent);font-size:1.4rem;font-weight:800}.stat-label{color:var(--text-muted);text-align:center;font-size:.7rem;line-height:1.3}.hero-scroll-hint{z-index:1;position:absolute;bottom:32px;left:50%;transform:translate(-50%)}.hero-scroll-hint a{color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;cursor:none;flex-direction:column;align-items:center;gap:8px;font-size:.72rem;text-decoration:none;transition:color .3s;display:flex}.hero-scroll-hint a:hover{color:var(--accent)}.scroll-mouse{border:1.5px solid;border-radius:12px;justify-content:center;width:22px;height:34px;padding-top:5px;display:flex}.scroll-wheel{background:currentColor;border-radius:4px;width:3px;height:7px;animation:1.6s infinite scrollAnim}@keyframes scrollAnim{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(12px)}}@media (width<=960px){.hero-container{text-align:center;grid-template-columns:1fr}.hero-visual{order:-1}.hero-bio{margin:0 auto 28px}.hero-actions,.hero-socials,.roles-badges,.stack-tags,.hero-greeting{justify-content:center}.name-accent:after{display:none}}@media (width<=480px){.avatar-wrap{width:220px;height:220px}.avatar-placeholder{width:200px;height:200px}.avatar-initials{font-size:3rem}}@media (width<=400px){.hero-section{padding:var(--nav-height) 0 80px;min-height:100dvh}.hero-container{text-align:center;grid-template-columns:1fr;gap:28px;padding-inline:16px}.hero-greeting{justify-content:center;margin-bottom:10px;font-size:.78rem}.hero-name{margin-bottom:14px;font-size:clamp(2.2rem,11vw,3rem);line-height:1.05}.hero-roles{gap:8px;margin-bottom:16px}.roles-badges{justify-content:center;gap:6px}.role-badge{padding:4px 10px;font-size:.72rem}.role-sep{display:none}.hero-bio{max-width:100%;margin-bottom:20px;font-size:.88rem;line-height:1.65}.hero-stack{margin-bottom:24px}.stack-tags{justify-content:center;gap:6px}.stack-tag{padding:4px 10px;font-size:.72rem}.hero-actions{flex-direction:column;align-items:center;gap:10px;margin-bottom:24px}.btn-primary,.btn-outline{justify-content:center;width:100%;padding:12px 20px;font-size:.9rem}.hero-socials{justify-content:center;gap:10px}.social-link{border-radius:8px;width:38px;height:38px;font-size:.9rem}.hero-visual{order:-1;gap:18px}.avatar-wrap{width:170px;height:170px}.avatar-placeholder{width:154px;height:154px}.avatar-initials{font-size:2.4rem}.avatar-ring{inset:-10px}.avatar-ring.ring-2{inset:-22px}.avatar-badge{border-radius:10px;padding:6px 10px}.avatar-badge span{font-size:1rem}.avatar-badge small{font-size:.58rem}.hero-stats{gap:6px;width:100%}.hero-stat{border-radius:10px;padding:10px 6px}.stat-num{font-size:1.1rem}.stat-label{font-size:.62rem}.hero-scroll-hint{bottom:20px}.hero-scroll-hint a{gap:6px;font-size:.65rem}.scroll-mouse{width:18px;height:28px}}@media (width<=355px){.hero-stats{grid-template-columns:1fr 1fr;gap:6px;display:grid}.hero-stat{flex-direction:column;padding:8px 4px}.hero-stat:last-child{flex-direction:row;grid-column:1/-1;justify-content:center;gap:10px;padding:8px 12px}.stat-num{font-size:1rem}.stat-label{font-size:.6rem}}@media (width<=300px){.hero-name{font-size:clamp(1.9rem,13vw,2.4rem)}.avatar-wrap{width:140px;height:140px}.avatar-placeholder{width:126px;height:126px}.hero-stats{flex-direction:column;align-items:stretch;gap:6px;display:flex}.hero-stat,.hero-stat:last-child{flex-direction:row;grid-column:auto;justify-content:space-between;padding:8px 12px}.stat-num,.stat-label{font-size:.85rem}}.about-section{overflow:hidden}.about-blob{background:radial-gradient(circle,#10b98114,#0000 70%);width:500px;height:500px;top:50%;left:-150px;transform:translateY(-50%)}.about-grid{grid-template-columns:420px 1fr;align-items:center;gap:70px;display:grid}.about-image-frame{width:360px;height:400px;position:relative}.about-img-placeholder{background:linear-gradient(135deg, var(--bg-card) 0%, #10b9810f 100%);border:2px solid var(--border);width:100%;height:100%;font-family:var(--font-display);color:var(--accent);border-radius:24px;justify-content:center;align-items:center;font-size:6rem;font-weight:800;display:flex;overflow:hidden;box-shadow:0 20px 60px #0000004d}.about-img-placeholder img{object-fit:cover;border-radius:22px;width:100%;height:100%}.about-img-deco{z-index:-1;border-radius:16px;position:absolute}.deco-1{border:2px solid var(--border-hover);opacity:.5;border-radius:24px;width:100%;height:100%;top:14px;left:14px}.deco-2{background:var(--accent-glow);filter:blur(30px);border-radius:20px;width:60%;height:60%;bottom:-20px;right:-20px}.about-experience-card{background:var(--accent);color:var(--bg-primary);font-family:var(--font-display);box-shadow:0 10px 30px var(--accent-glow-strong);z-index:10;border-radius:16px;flex-direction:column;align-items:center;padding:16px 20px;font-weight:800;display:flex;position:absolute;bottom:-20px;right:-20px}.exp-num{font-size:2rem;line-height:1}.exp-label{white-space:nowrap;font-size:.7rem;font-weight:600}.about-subtitle{font-family:var(--font-display);color:var(--text-primary);margin-bottom:16px;font-size:1.5rem;font-weight:700}.about-text{color:var(--text-secondary);margin-bottom:16px;font-size:.97rem;line-height:1.8}.about-text strong{color:var(--accent-light);font-weight:500}.about-info-grid{grid-template-columns:1fr 1fr;gap:12px;margin:28px 0;display:grid}.info-item{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;align-items:flex-start;gap:12px;padding:12px 16px;transition:all .25s;display:flex}.info-item:hover{border-color:var(--border-hover);background:var(--accent-glow)}.info-icon{color:var(--accent);flex-shrink:0;margin-top:2px;font-size:1rem}.info-content{flex:1;min-width:0;overflow:hidden}.info-label{color:var(--text-muted);letter-spacing:.05em;text-transform:uppercase;margin-bottom:2px;font-size:.72rem;display:block}.info-value{color:var(--text-primary);word-break:break-word;overflow-wrap:break-word;font-size:.85rem;font-weight:500;display:block}.about-actions{gap:14px;display:flex}@media (width>=1200px){.about-grid{grid-template-columns:450px 1fr;gap:80px}.about-image-frame{width:380px;height:420px}}@media (width<=1199px) and (width>=960px){.about-grid{grid-template-columns:380px 1fr;gap:60px}.about-image-frame{width:340px;height:380px}.about-blob{width:400px;height:400px;left:-120px}}@media (width<=959px) and (width>=768px){.about-grid{grid-template-columns:1fr;justify-items:center;gap:50px}.about-image-frame{width:320px;height:360px}.about-blob{width:350px;height:350px;top:30%;left:-100px}.about-subtitle{font-size:1.3rem}.about-text{font-size:.95rem}.about-info-grid{grid-template-columns:1fr;gap:10px}.info-item{padding:10px 14px}.exp-num{font-size:1.8rem}.exp-label{font-size:.65rem}}@media (width<=767px) and (width>=600px){.about-grid{grid-template-columns:1fr;justify-items:center;gap:40px}.about-image-frame{width:280px;height:320px}.about-img-placeholder{border-radius:20px;font-size:5rem}.deco-1{border-radius:20px;top:12px;left:12px}.deco-2{filter:blur(25px);border-radius:16px;width:55%;height:55%;bottom:-15px;right:-15px}.about-experience-card{border-radius:12px;padding:12px 16px;bottom:-15px;right:-15px}.exp-num{font-size:1.5rem}.exp-label{font-size:.6rem}.about-subtitle{margin-bottom:12px;font-size:1.2rem}.about-text{margin-bottom:12px;font-size:.9rem;line-height:1.7}.about-info-grid{grid-template-columns:1fr;gap:8px;margin:20px 0}.info-item{gap:10px;padding:10px 12px}.info-icon{font-size:.9rem}.info-label{font-size:.65rem}.info-value{font-size:.8rem}.about-blob{width:300px;height:300px;top:40%;left:-80px}}@media (width<=599px) and (width>=500px){.about-grid{grid-template-columns:1fr;justify-items:center;gap:35px}.about-image-frame{width:240px;height:280px}.about-img-placeholder{border-radius:18px;font-size:4rem}.deco-1{border-radius:18px;top:10px;left:10px}.deco-2{filter:blur(20px);width:50%;height:50%;bottom:-12px;right:-12px}.about-experience-card{border-radius:10px;padding:10px 14px;bottom:-12px;right:-12px}.exp-num{font-size:1.3rem}.exp-label{font-size:.55rem}.about-subtitle{margin-bottom:10px;font-size:1rem}.about-text{margin-bottom:10px;font-size:.85rem;line-height:1.6}.about-info-grid{grid-template-columns:1fr;gap:8px;margin:16px 0}.info-item{gap:8px;padding:8px 10px}.info-icon{margin-top:1px;font-size:.85rem}.info-label{font-size:.6rem}.info-value{font-size:.75rem}.about-blob{width:250px;height:250px;left:-60px}.section-tag{font-size:.75rem}.section-title{font-size:1.8rem}}@media (width<=499px) and (width>=420px){.about-grid{grid-template-columns:1fr;justify-items:center;gap:30px}.about-image-frame{width:220px;height:260px}.about-img-placeholder{border-width:1.5px;border-radius:16px;font-size:3.5rem}.deco-1{border-width:1.5px;border-radius:16px;top:8px;left:8px}.deco-2{filter:blur(18px);width:48%;height:48%;bottom:-10px;right:-10px}.about-experience-card{border-radius:8px;padding:8px 12px;bottom:-10px;right:-10px}.exp-num{font-size:1.2rem}.exp-label{font-size:.5rem}.about-subtitle{margin-bottom:8px;font-size:.95rem}.about-text{margin-bottom:8px;font-size:.8rem;line-height:1.5}.about-info-grid{grid-template-columns:1fr;gap:6px;margin:14px 0}.info-item{gap:8px;padding:7px 10px}.info-icon{font-size:.8rem}.info-label{font-size:.55rem}.info-value{font-size:.7rem}.about-blob{width:220px;height:220px;top:45%;left:-50px}.section-tag{font-size:.7rem}.section-title{font-size:1.6rem}}@media (width<=419px) and (width>=380px){.about-grid{grid-template-columns:1fr;justify-items:center;gap:25px}.about-image-frame{width:200px;height:240px}.about-img-placeholder{border-width:1.5px;border-radius:14px;font-size:3rem}.deco-1{border-width:1.5px;border-radius:14px;top:6px;left:6px}.deco-2{filter:blur(15px);width:45%;height:45%;bottom:-8px;right:-8px}.about-experience-card{border-radius:6px;padding:6px 10px;bottom:-8px;right:-8px}.exp-num{font-size:1rem}.exp-label{font-size:.45rem}.about-subtitle{margin-bottom:8px;font-size:.9rem}.about-text{margin-bottom:8px;font-size:.75rem;line-height:1.5}.about-info-grid{grid-template-columns:1fr;gap:6px;margin:12px 0}.info-item{gap:6px;padding:6px 8px}.info-icon{font-size:.75rem}.info-label{font-size:.5rem}.info-value{font-size:.65rem}.about-blob{width:200px;height:200px;top:50%;left:-40px}.section-tag{font-size:.65rem}.section-title{font-size:1.4rem}}@media (width<=379px){.about-grid{grid-template-columns:1fr;justify-items:center;gap:20px}.about-image-frame{width:180px;height:220px}.about-img-placeholder{border-width:1.5px;border-radius:12px;padding:8px;font-size:2.5rem}.deco-1{border-width:1px;border-radius:12px;top:5px;left:5px}.deco-2{filter:blur(12px);width:40%;height:40%;bottom:-6px;right:-6px}.about-experience-card{border-radius:5px;padding:5px 8px;bottom:-6px;right:-6px}.exp-num{font-size:.85rem;line-height:.9}.exp-label{margin-top:2px;font-size:.4rem}.about-subtitle{margin-bottom:8px;font-size:.85rem;font-weight:600}.about-text{margin-bottom:8px;font-size:.7rem;line-height:1.4}.about-text strong{color:var(--accent-light)}.about-info-grid{grid-template-columns:1fr;gap:5px;margin:10px 0}.info-item{gap:6px;padding:5px 8px}.info-icon{margin-top:0;font-size:.7rem}.info-content{flex:1}.info-label{letter-spacing:.02em;margin-bottom:1px;font-size:.45rem}.info-value{font-size:.6rem;line-height:1.2}.about-actions{justify-content:center;gap:10px;width:100%}.btn-primary{padding:8px 16px;font-size:.75rem}.about-blob{width:180px;height:180px;top:55%;left:-30px}.section-tag{font-size:.6rem}.section-title{font-size:1.2rem}.divider{height:2px}.container{padding-left:12px;padding-right:12px}}@media (width<=349px){.about-section{padding-top:30px;padding-bottom:30px}.about-grid{grid-template-columns:1fr;justify-items:center;gap:18px}.about-image-frame{width:160px;height:200px}.about-img-placeholder{border-width:1px;border-radius:10px;font-size:2rem}.deco-1{border-width:1px;border-radius:10px;top:4px;left:4px}.deco-2{filter:blur(10px);width:35%;height:35%;bottom:-4px;right:-4px}.about-experience-card{border-radius:4px;padding:4px 6px;bottom:-4px;right:-4px}.exp-num{font-size:.75rem}.exp-label{font-size:.35rem}.about-subtitle{margin-bottom:6px;font-size:.8rem}.about-text{margin-bottom:6px;font-size:.65rem;line-height:1.3}.about-info-grid{grid-template-columns:1fr;gap:4px;margin:8px 0}.info-item{gap:4px;padding:4px 6px}.info-icon{font-size:.6rem}.info-label{font-size:.4rem}.info-value{font-size:.55rem}.about-blob{width:150px;height:150px;top:60%;left:-20px}.section-tag{font-size:.55rem}.section-title{font-size:1rem}.container{padding-left:10px;padding-right:10px}.about-actions{gap:8px}.btn-primary{padding:6px 12px;font-size:.65rem}}@media (width<=600px){.about-text-col{width:100%;padding:0 8px}.about-actions{justify-content:center}}@media (width<=480px){.info-value{word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.info-item:active{transform:scale(.98)}}@media print{.about-section{padding:20px}.about-blob{display:none}}.resume-section{overflow:hidden}.resume-blob{pointer-events:none;background:radial-gradient(circle,#10b98114,#0000 70%);width:400px;height:400px;top:20%;right:-100px}.resume-tabs{flex-wrap:wrap;justify-content:center;gap:10px;width:100%;margin-bottom:50px;display:flex}.resume-tab{background:var(--bg-card);border:1px solid var(--border);color:var(--text-secondary);font-family:var(--font-display);cursor:pointer;white-space:nowrap;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-width:0;padding:11px 24px;font-size:.88rem;font-weight:600;transition:all .3s;display:inline-flex}.resume-tab-icon{flex-shrink:0;align-items:center;font-size:1rem;display:inline-flex}.resume-tab-label{display:inline-block}.resume-tab:hover{border-color:var(--border-hover);color:var(--text-primary)}.resume-tab.active{background:var(--accent);color:var(--bg-primary);border-color:var(--accent);box-shadow:0 6px 20px var(--accent-glow-strong)}.timeline{max-width:720px;margin:0 auto;padding-left:32px;position:relative}.timeline:before{content:"";background:linear-gradient(to bottom, var(--accent), transparent);border-radius:4px;width:2px;position:absolute;top:12px;bottom:0;left:10px}.timeline-item{margin-bottom:28px;position:relative}.timeline-dot{background:var(--accent);border:3px solid var(--bg-primary);width:14px;height:14px;box-shadow:0 0 12px var(--accent-glow-strong);z-index:1;border-radius:50%;position:absolute;top:20px;left:-26px}.timeline-card{word-wrap:break-word;overflow-wrap:break-word;min-width:0;padding:22px 26px}.flex-period-time{justify-content:space-between;display:flex}.timeline-period,.timeline-time{color:var(--accent);font-size:.75rem;font-family:var(--font-display);letter-spacing:.08em;text-transform:uppercase;background:var(--accent-glow);border:1px solid var(--border-hover);word-break:break-word;border-radius:6px;max-width:100%;margin-bottom:10px;padding:3px 10px;font-weight:700;display:inline-block}.timeline-title{font-family:var(--font-display);color:var(--text-primary);word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;margin-bottom:6px;font-size:1.05rem;font-weight:700}.timeline-sub{color:var(--text-secondary);word-wrap:break-word;overflow-wrap:break-word;font-size:.875rem}.stack-tags{flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}.stack-tag{font-size:.75rem;font-family:var(--font-display);color:var(--accent);background:var(--accent-glow);border:1px solid var(--border-hover);letter-spacing:.03em;white-space:nowrap;text-overflow:ellipsis;border-radius:6px;max-width:100%;padding:4px 12px;font-weight:600;transition:all .2s;overflow:hidden}.stack-tag:hover{background:var(--accent);color:var(--bg-primary);border-color:var(--accent)}.certs-flip-grid{flex-wrap:wrap;justify-content:center;gap:36px;max-width:1200px;margin:0 auto;display:flex}.cert-flip-container{perspective:1200px;width:100%;max-width:400px;height:600px;position:relative}.cert-flipcard{cursor:pointer;width:100%;height:100%;transform-style:preserve-3d;transform-origin:50%;transition:transform .9s cubic-bezier(.645,.045,.355,1);position:relative}.cert-flipcard.flipped{transform:rotateY(180deg)}.cert-flip-front,.cert-flip-back{backface-visibility:hidden;-webkit-backdrop-filter:blur(18px);background:linear-gradient(145deg,#10b98112 0%,#0000008c 50%,#10b9810d 100%);border:1px solid #10b98140;border-radius:24px;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden;box-shadow:0 24px 60px #0009,inset 0 1px #ffffff0f,inset 0 0 0 1px #10b98114}.cert-flip-back{background:linear-gradient(145deg,#0009 0%,#10b98114 50%,#00000080 100%);transform:rotateY(180deg)}.cert-orb{filter:blur(40px);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.cert-orb--1{background:radial-gradient(circle,#10b98138,#0000 70%);width:180px;height:180px;top:-40px;right:-40px}.cert-orb--2{background:radial-gradient(circle,#06b6d426,#0000 70%);width:140px;height:140px;bottom:40px;left:-30px}.cert-orb--3{background:radial-gradient(circle,#10b98133,#0000 70%);width:160px;height:160px;bottom:-30px;right:-20px}.cert-orb--4{background:radial-gradient(circle,#a7f3d01a,#0000 70%);width:120px;height:120px;top:30px;left:-20px}.cert-holo-strip{pointer-events:none;z-index:1;background:linear-gradient(105deg,#0000 30%,#ffffff08 40%,#10b98114 50%,#ffffff08 60%,#0000 70%);width:60%;height:100%;animation:4s ease-in-out infinite holo-sweep;position:absolute;top:0;left:-100%}@keyframes holo-sweep{0%{opacity:0;left:-100%}10%{opacity:1}80%{opacity:1}to{opacity:0;left:200%}}.cert-corner-badge{z-index:2;pointer-events:none;width:90px;height:90px;position:absolute;top:0;right:0;overflow:hidden}.cert-corner-badge:before{content:"";border-top:0 solid #0000;border-bottom:90px solid #0000;border-left:0 solid #0000;border-right:90px solid #10b981d9;width:0;height:0;position:absolute;top:0;right:0}.cert-corner-badge span{letter-spacing:1.5px;color:#000;text-align:center;width:80px;font-size:9px;font-weight:800;position:absolute;top:18px;right:-16px;transform:rotate(45deg)}.cert-flip-front{z-index:0;flex-direction:column;padding:28px 28px 20px;display:flex;position:relative}.cert-front-header{z-index:2;align-items:center;gap:10px;margin-bottom:6px;display:flex;position:relative}.cert-issuer-logo{width:36px;height:36px;color:var(--accent);background:#10b9811a;border:1px solid #10b9814d;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;padding:6px;display:flex}.cert-issuer-logo svg{width:100%;height:100%}.cert-issuer-name{color:var(--accent);letter-spacing:.04em;text-transform:uppercase;opacity:.9;font-size:.78rem;font-weight:700}.cert-divider-line{z-index:2;align-items:center;gap:8px;margin:10px 0;display:flex;position:relative}.cert-divider-rule{background:linear-gradient(90deg,#0000,#10b98166,#0000);flex:1;height:1px}.cert-divider-dot{background:var(--accent);opacity:.6;border-radius:50%;width:4px;height:4px}.cert-front-body{text-align:center;z-index:2;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:6px;display:flex;position:relative}.cert-declaration{letter-spacing:3px;text-transform:uppercase;color:#10b981b3;margin-bottom:4px;font-size:.7rem;font-weight:700}.cert-medal-wrap{margin:8px 0 12px}.cert-medal{width:88px;height:88px;color:var(--accent);background:radial-gradient(circle at 35% 35%,#10b98133,#0000004d);border:1.5px solid #10b98180;border-radius:50%;justify-content:center;align-items:center;animation:3s ease-in-out infinite medal-pulse;display:flex;box-shadow:0 0 20px #10b98133,0 0 0 6px #10b9810f}.cert-medal svg{width:54px;height:54px}@keyframes medal-pulse{0%,to{box-shadow:0 0 20px #10b98133,0 0 0 6px #10b9810f}50%{box-shadow:0 0 30px #10b98159,0 0 0 8px #10b9811a}}.cert-awarded-to{color:#ffffff73;letter-spacing:.02em;font-size:.78rem}.cert-recipient-name{color:#fff;letter-spacing:.5px;background:linear-gradient(135deg, #fff 30%, var(--accent) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:2px 0 4px;font-size:1.35rem;font-weight:800}.cert-course-title{color:var(--accent);text-align:center;max-width:280px;margin-top:4px;font-size:1.05rem;font-weight:700;line-height:1.35}.cert-front-footer{z-index:2;border-top:1px solid #10b98126;justify-content:space-between;align-items:flex-end;margin-top:4px;padding-top:14px;display:flex;position:relative}.cert-footer-left,.cert-footer-right{flex-direction:column;gap:2px;display:flex}.cert-footer-right{text-align:right}.cert-footer-label{letter-spacing:1.5px;text-transform:uppercase;color:#ffffff59;font-size:.62rem;font-weight:600}.cert-footer-value{color:#fffc;font-size:.78rem;font-weight:700}.cert-id-num{color:var(--accent);letter-spacing:1px;font-family:Courier New,monospace;font-size:.72rem}.cert-footer-center{justify-content:center;align-items:center;display:flex}.cert-qr-placeholder{color:#10b98180;background:#10b9810a;border:1px solid #10b9814d;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.cert-qr-placeholder svg{fill:currentColor;width:22px;height:22px}.cert-flip-hint{letter-spacing:1.5px;text-transform:uppercase;color:#10b98166;z-index:3;pointer-events:none;white-space:nowrap;font-size:.62rem;animation:2.5s ease-in-out infinite hint-fade;position:absolute;bottom:10px;left:50%;transform:translate(-50%)}.back-hint{text-align:center;margin-top:4px;position:static;transform:none}@keyframes hint-fade{0%,to{opacity:.4}50%{opacity:.9}}.cert-flip-back{flex-direction:column;align-items:stretch;padding:28px 28px 20px;display:flex}.cert-back-inner{z-index:2;flex-direction:column;gap:12px;height:100%;display:flex;position:relative}.cert-back-badge{letter-spacing:.08em;color:var(--accent);text-transform:uppercase;background:#10b9811f;border:1px solid #10b98159;border-radius:100px;align-items:center;gap:6px;width:fit-content;padding:5px 14px;font-size:.72rem;font-weight:700;display:inline-flex}.cert-back-title{color:#fff;letter-spacing:.01em;font-size:1.15rem;font-weight:800;line-height:1.3}.cert-back-grid{grid-template-columns:1fr 1fr;gap:10px;margin:2px 0;display:grid}.cert-back-item{background:#ffffff0a;border:1px solid #ffffff12;border-radius:12px;align-items:flex-start;gap:10px;padding:12px;transition:border-color .3s;display:flex}.cert-back-item:hover{border-color:#10b9814d}.cert-back-icon{flex-shrink:0;margin-top:1px;font-size:1.1rem;line-height:1}.cert-back-label{letter-spacing:.08em;text-transform:uppercase;color:#ffffff61;margin-bottom:3px;font-size:.65rem;font-weight:600}.cert-back-val{color:#ffffffd9;font-size:.82rem;font-weight:700;line-height:1.2}.cert-back-divider{background:linear-gradient(90deg,#0000,#10b98140,#0000);height:1px;margin:2px 0}.cert-back-issuer-row{border-bottom:1px dashed #ffffff12;justify-content:space-between;align-items:center;padding:6px 0;display:flex}.cert-back-issuer-row .cert-back-label{margin:0}.cert-mono{color:var(--accent);letter-spacing:1px;font-family:Courier New,monospace;font-size:.78rem}.cert-verified-chip{background:#10b9811a;border:1px solid #10b9814d;border-radius:100px;align-items:center;gap:4px;padding:2px 8px;display:inline-flex;color:var(--accent)!important;font-size:.7rem!important}.cert-share-buttons{gap:10px;margin-top:auto;padding-top:8px;display:flex}.share-btn{width:42px;height:42px;color:var(--accent);cursor:pointer;background:#10b98114;border:1px solid #10b98140;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;transition:all .25s;display:flex}.share-btn:hover{background:var(--accent);color:#000;border-color:var(--accent);transform:translateY(-2px);box-shadow:0 8px 20px #10b9814d}.share-btn svg{fill:currentColor;width:18px;height:18px}.cert-flip-container:hover .cert-flipcard:not(.flipped){transform:translateY(-6px)rotateX(2deg)}.cert-flip-container:hover .cert-flipcard.flipped{transform:rotateY(180deg)translateY(-6px)rotateX(2deg)}@media (width<=1024px){.resume-blob{width:320px;height:320px;right:-80px}.certs-flip-grid{gap:28px}.cert-flip-container{max-width:380px;height:580px}.cert-flip-front,.cert-flip-back{padding:26px 24px 18px}}@media (width<=768px){.resume-blob{width:260px;height:260px;top:15%;right:-60px}.resume-tabs{gap:8px;margin-bottom:36px}.resume-tab{border-radius:9px;padding:10px 18px;font-size:.82rem}.timeline{max-width:100%;padding-left:28px}.timeline:before{left:8px}.timeline-dot{width:12px;height:12px;top:18px;left:-24px}.timeline-item{margin-bottom:22px}.timeline-card{padding:18px 20px}.timeline-title{font-size:1rem}.timeline-sub{font-size:.825rem}.certs-flip-grid{gap:24px}.cert-flip-container{max-width:100%;height:560px}.cert-flip-front,.cert-flip-back{padding:24px 22px 16px}.cert-medal{width:76px;height:76px}.cert-medal svg{width:46px;height:46px}.cert-recipient-name{font-size:1.2rem}.cert-course-title{font-size:.95rem}}@media (width<=480px){.resume-blob{width:200px;height:200px;right:-40px}.resume-tabs{gap:6px;margin-bottom:28px}.resume-tab{border-radius:8px;flex:auto;gap:6px;min-width:0;padding:9px 14px;font-size:.78rem}.resume-tab-icon{font-size:.95rem}.timeline{padding-left:24px}.timeline:before{left:6px}.timeline-dot{border-width:2px;width:11px;height:11px;top:16px;left:-22px}.timeline-item{margin-bottom:18px}.timeline-card{border-radius:12px;padding:16px}.timeline-period{margin-bottom:8px;padding:3px 8px;font-size:.68rem}.timeline-title{font-size:.95rem;line-height:1.35}.timeline-sub{font-size:.8rem}.stack-tags{gap:6px;margin-top:12px}.stack-tag{padding:3px 9px;font-size:.68rem}.certs-flip-grid{gap:20px;padding:0 4px}.cert-flip-container{max-width:100%;height:560px}.cert-flip-front,.cert-flip-back{border-radius:18px;padding:22px 18px 14px}.cert-corner-badge{width:75px;height:75px}.cert-corner-badge:before{border-width:0 75px 75px 0}.cert-corner-badge span{font-size:8px;top:15px}.cert-issuer-logo{width:30px;height:30px}.cert-issuer-name{font-size:.68rem}.cert-medal{width:70px;height:70px}.cert-medal svg{width:42px;height:42px}.cert-recipient-name{font-size:1.1rem}.cert-course-title{max-width:240px;font-size:.9rem}.cert-back-title{font-size:1rem}.cert-back-grid{gap:8px}.cert-back-item{padding:10px}.cert-back-icon{font-size:.95rem}.cert-back-val{font-size:.76rem}.share-btn{border-radius:10px;width:38px;height:38px}.share-btn svg{width:16px;height:16px}}@media (width<=380px){.resume-tabs{gap:5px}.resume-tab{gap:5px;padding:8px 10px;font-size:.72rem}.timeline{padding-left:20px}.timeline:before{left:5px}.timeline-dot{width:10px;height:10px;left:-19px}.timeline-card{padding:14px}.certs-flip-grid{gap:16px;padding:0 4px}.cert-flip-container{height:540px}.cert-flip-front,.cert-flip-back{padding:20px 16px 12px}.cert-medal{width:62px;height:62px}.cert-medal svg{width:38px;height:38px}.cert-recipient-name{font-size:1rem}.cert-back-grid{grid-template-columns:1fr 1fr}}@media (width<=350px){.resume-blob{width:160px;height:160px;right:-30px}.resume-tab{flex:1 1 0;gap:4px;padding:8px;font-size:.68rem}.resume-tab-icon{font-size:.9rem}.resume-tab-label{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}.timeline{padding-left:18px}.timeline-dot{width:9px;height:9px;top:14px;left:-17px}.timeline-item{margin-bottom:16px}.timeline-card{border-radius:10px;padding:12px}.timeline-period{font-size:.62rem}.timeline-title{font-size:.88rem}.timeline-sub{font-size:.74rem}.stack-tag{padding:2px 7px;font-size:.62rem}.certs-flip-grid{gap:12px;padding:0 2px}.cert-flip-container{height:520px}.cert-flip-front,.cert-flip-back{border-radius:16px;padding:18px 14px 12px}.cert-back-grid{grid-template-columns:1fr 1fr;gap:6px}.cert-back-item{padding:8px}.cert-back-val{font-size:.72rem}.cert-back-title{font-size:.92rem}.share-btn{width:36px;height:36px}}@media (width<=320px){.resume-tab{padding:7px 6px;font-size:.64rem}.timeline{padding-left:16px}.timeline-dot{left:-15px}.timeline-card{padding:11px}.cert-flip-container{height:500px}.cert-flip-front,.cert-flip-back{padding:16px 12px 10px}.cert-back-grid{grid-template-columns:1fr}}.skills-section{overflow:hidden}.skills-blob{pointer-events:none;background:radial-gradient(circle,#10b98112,#0000 70%);width:500px;height:500px;bottom:-100px;left:-100px}.skills-grid{grid-template-columns:repeat(2,1fr);gap:22px;width:100%;max-width:900px;margin:0 auto;display:grid}.skill-item{background:var(--bg-card);border:1px solid var(--border);word-wrap:break-word;overflow-wrap:break-word;border-radius:14px;min-width:0;padding:20px 24px;transition:all .3s}.skill-item:hover{border-color:var(--border-hover);background:var(--bg-card-hover);transform:translateY(-2px)}.skill-header{justify-content:space-between;align-items:center;gap:10px;min-width:0;margin-bottom:12px;display:flex}.skill-name{font-family:var(--font-display);color:var(--text-primary);word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;flex:auto;min-width:0;font-size:.92rem;font-weight:700;line-height:1.3}.skill-percent{font-family:var(--font-display);color:var(--accent);white-space:nowrap;flex-shrink:0;font-size:.82rem;font-weight:700}.skill-bar-track{background:#ffffff0d;border:1px solid #ffffff0a;border-radius:100px;width:100%;height:8px;overflow:hidden}.skill-bar-fill{background:linear-gradient(90deg, var(--accent), var(--skill-color,var(--accent-light)));border-radius:100px;height:100%;position:relative;overflow:hidden;box-shadow:0 0 10px #10b98166}.skill-bar-fill:after{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:60%;height:100%;animation:2.5s infinite shimmer;position:absolute;top:0;left:-100%}@media (width<=1024px){.skills-blob{width:380px;height:380px;bottom:-80px;left:-80px}.skills-grid{gap:18px;max-width:760px}.skill-item{padding:18px 20px}}@media (width<=768px){.skills-blob{width:300px;height:300px;bottom:-60px;left:-60px}.skills-grid{gap:16px}.skill-item{border-radius:12px;padding:16px 18px}.skill-name{font-size:.88rem}.skill-percent{font-size:.78rem}.skill-header{margin-bottom:10px}}@media (width<=640px){.skills-grid{grid-template-columns:1fr;gap:14px;max-width:520px}.skill-item{padding:16px 18px}}@media (width<=480px){.skills-blob{width:220px;height:220px;bottom:-50px;left:-50px}.skills-grid{gap:12px}.skill-item{border-radius:11px;padding:14px 16px}.skill-header{gap:8px;margin-bottom:9px}.skill-name{font-size:.84rem;line-height:1.3}.skill-percent{font-size:.74rem}.skill-bar-track{height:7px}}@media (width<=380px){.skills-grid{gap:11px}.skill-item{border-radius:10px;padding:13px 14px}.skill-name{font-size:.8rem}.skill-percent{font-size:.72rem}}@media (width<=350px){.skills-blob{width:180px;height:180px;bottom:-40px;left:-40px}.skills-grid{gap:10px}.skill-item{border-radius:10px;padding:12px}.skill-header{gap:6px;margin-bottom:8px}.skill-name{letter-spacing:0;font-size:.76rem;line-height:1.25}.skill-percent{font-size:.68rem}.skill-bar-track{border-radius:100px;height:6px}.skill-bar-fill{box-shadow:0 0 6px #10b98159}}@media (width<=320px){.skills-grid{gap:9px}.skill-item{padding:11px}.skill-name{font-size:.72rem}.skill-percent{font-size:.65rem}.skill-bar-track{height:6px}}.services-section{overflow:hidden}.services-blob{pointer-events:none;background:radial-gradient(circle,#10b98112,#0000 70%);width:600px;height:600px;top:0;right:-200px}.services-grid{grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:22px;width:100%;display:grid}.service-card{word-wrap:break-word;overflow-wrap:break-word;flex-direction:column;gap:12px;min-width:0;padding:28px;display:flex;position:relative;overflow:hidden}.service-card:before{content:"";background:linear-gradient(90deg, var(--accent), transparent);opacity:0;height:3px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.service-card:hover:before{opacity:1}.service-icon{background:var(--accent-glow);border:1px solid var(--border-hover);width:48px;height:48px;color:var(--accent);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.2rem;transition:all .3s;display:flex}.service-card:hover .service-icon{background:var(--accent);color:var(--bg-primary);box-shadow:0 8px 24px var(--accent-glow-strong)}.service-price{font-family:var(--font-display);color:var(--accent);letter-spacing:.05em;background:var(--accent-glow);border:1px solid var(--border-hover);word-break:break-word;border-radius:6px;width:fit-content;max-width:100%;padding:3px 10px;font-size:.8rem;font-weight:800}.service-title{font-family:var(--font-display);color:var(--text-primary);word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:1.05rem;font-weight:700;line-height:1.3}.service-desc{color:var(--text-secondary);word-wrap:break-word;overflow-wrap:break-word;flex:1;font-size:.875rem;line-height:1.7}.service-cta{font-family:var(--font-display);color:var(--accent);cursor:pointer;border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:6px;min-width:0;padding-top:10px;font-size:.82rem;font-weight:700;text-decoration:none;transition:gap .25s;display:flex}.service-cta-label{flex:auto;min-width:0}.service-cta-arrow{flex-shrink:0;transition:transform .25s}.service-cta:hover .service-cta-arrow{transform:translate(4px)}@media (width<=1024px){.services-blob{width:460px;height:460px;right:-150px}.services-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}.service-card{padding:24px}}@media (width<=768px){.services-blob{width:340px;height:340px;right:-100px}.services-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:18px}.service-card{border-radius:14px;padding:22px}.service-icon{border-radius:12px;width:44px;height:44px;font-size:1.1rem}.service-title{font-size:1rem}.service-desc{font-size:.84rem;line-height:1.65}}@media (width<=600px){.services-grid{grid-template-columns:1fr;gap:16px}.service-card{padding:22px}}@media (width<=480px){.services-blob{width:240px;height:240px;right:-70px}.services-grid{gap:14px}.service-card{border-radius:13px;gap:10px;padding:20px 18px}.service-icon{border-radius:11px;width:42px;height:42px;font-size:1.05rem}.service-price{letter-spacing:.04em;padding:3px 9px;font-size:.72rem}.service-title{font-size:.95rem;line-height:1.3}.service-desc{font-size:.8rem;line-height:1.6}.service-cta{padding-top:9px;font-size:.78rem}}@media (width<=380px){.service-card{gap:9px;padding:18px 16px}.service-icon{width:40px;height:40px;font-size:1rem}.service-title{font-size:.92rem}}@media (width<=350px){.services-blob{width:180px;height:180px;right:-50px}.services-grid{gap:12px}.service-card{border-radius:12px;gap:8px;padding:16px 14px}.service-icon{border-radius:10px;width:38px;height:38px;font-size:.95rem}.service-price{letter-spacing:.03em;border-radius:5px;padding:2px 8px;font-size:.66rem}.service-title{font-size:.88rem;line-height:1.3}.service-desc{font-size:.74rem;line-height:1.55}.service-cta{letter-spacing:0;gap:4px;padding-top:8px;font-size:.72rem}}@media (width<=320px){.service-card{padding:14px 12px}.service-icon{width:36px;height:36px}.service-title{font-size:.84rem}.service-desc{font-size:.7rem}.service-cta{font-size:.68rem}}.projects-section{overflow:hidden}.projects-blob{pointer-events:none;background:radial-gradient(circle,#10b98112,#0000 70%);width:500px;height:500px;top:10%;left:-150px}.filter-tabs{flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:16px;display:flex}.filter-btn{background:var(--bg-card);border:1px solid var(--border);color:var(--text-secondary);font-family:var(--font-display);cursor:pointer;white-space:nowrap;border-radius:100px;max-width:100%;padding:9px 20px;font-size:.82rem;font-weight:600;transition:all .25s}.filter-btn:hover{border-color:var(--border-hover);color:var(--text-primary)}.filter-btn.active{background:var(--accent);color:var(--bg-primary);border-color:var(--accent);box-shadow:0 4px 16px var(--accent-glow-strong)}.sort-tabs{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin-bottom:48px;display:flex}.sort-label{color:var(--text-muted);font-size:1rem;font-family:var(--font-display);margin-right:4px;font-weight:600}.sort-btn{background:var(--bg-card);border:1px solid var(--border);color:var(--text-secondary);font-family:var(--font-display);cursor:pointer;white-space:nowrap;border-radius:100px;padding:7px 16px;font-size:.78rem;font-weight:600;transition:all .25s}.sort-btn:hover{border-color:var(--border-hover);color:var(--text-primary)}.sort-btn.active{background:var(--accent);color:var(--bg-primary);border-color:var(--accent);box-shadow:0 4px 16px var(--accent-glow-strong)}.projects-grid{grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:22px;display:grid}.project-card{word-wrap:break-word;overflow-wrap:break-word;min-width:0;padding:0;overflow:hidden}.project-thumbnail{height:180px;position:relative;overflow:hidden}.project-thumb-bg{background:linear-gradient(135deg, var(--bg-secondary), color-mix(in srgb, var(--proj-color) 12%, var(--bg-secondary)));justify-content:center;align-items:center;width:100%;height:100%;transition:transform .4s;display:flex}.project-card:hover .project-thumb-bg{transform:scale(1.05)}.project-thumb-text{font-family:var(--font-display);color:var(--proj-color);opacity:.2;font-size:4rem;font-weight:800;line-height:1}.badge{letter-spacing:.05em;text-transform:uppercase;font-size:.75rem;font-weight:700;font-family:var(--font-display);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10;white-space:nowrap;border-radius:50px;align-items:center;gap:6px;padding:8px 16px;animation:.6s cubic-bezier(.34,1.56,.64,1) badgeBounceIn;display:flex;position:absolute;top:12px;left:12px;box-shadow:0 8px 24px #0003}@keyframes badgeBounceIn{0%{opacity:0;transform:translateY(-20px)scale(.8)}50%{opacity:1}to{opacity:1;transform:translateY(0)scale(1)}}.badge-live{color:#10b981;background:linear-gradient(135deg,#10b98140 0%,#10b98126 100%);border:1.5px solid #10b98180;animation:.6s cubic-bezier(.34,1.56,.64,1) badgeBounceIn,3s ease-in-out infinite badgePulseGreen}@keyframes badgePulseGreen{0%,to{box-shadow:0 8px 24px #10b98133}50%{box-shadow:0 8px 32px #10b98166}}.badge-live .badge-text:before{content:"✓";font-size:.9rem}.badge-demo{color:#3b82f6;background:linear-gradient(135deg,#3b82f640 0%,#3b82f626 100%);border:1.5px solid #3b82f680;animation:.6s cubic-bezier(.34,1.56,.64,1) badgeBounceIn}.badge-demo .badge-text:before{content:"🔧";font-size:.85rem}.badge-production{color:#a855f7;text-shadow:0 0 10px #a855f74d;background:linear-gradient(135deg,#a855f74d 0%,#8b5cf633 100%);border:1.5px solid #a855f799;font-weight:800;animation:.6s cubic-bezier(.34,1.56,.64,1) badgeBounceIn,2.5s ease-in-out infinite badgePulseProduction}@keyframes badgePulseProduction{0%,to{box-shadow:0 8px 24px #a855f740,inset 0 0 10px #a855f71a}50%{box-shadow:0 12px 36px #a855f773,inset 0 0 15px #a855f733}}.badge-production .badge-text:before{content:"⚡";font-size:.9rem}.badge-text{align-items:center;gap:5px;display:flex}.project-overlay{opacity:0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#070d0ad9;justify-content:center;align-items:center;gap:14px;transition:opacity .3s;display:flex;position:absolute;inset:0}.project-card:hover .project-overlay,.project-card:focus-within .project-overlay{opacity:1}.proj-action-btn{background:var(--accent);width:44px;height:44px;color:var(--bg-primary);cursor:pointer;box-shadow:0 6px 20px var(--accent-glow-strong);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;text-decoration:none;transition:all .3s;display:flex;transform:translateY(10px)}.project-card:hover .proj-action-btn,.project-card:focus-within .proj-action-btn{transform:translateY(0)}.proj-action-btn:nth-child(2){transition-delay:60ms}.proj-action-btn:hover{background:var(--accent-light);transform:translateY(-3px)scale(1.1)!important}.project-info{min-width:0;padding:18px 20px}.project-meta{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px;display:flex}.project-category{color:var(--accent);font-size:.72rem;font-family:var(--font-display);letter-spacing:.06em;text-transform:uppercase;word-break:break-word;flex:auto;min-width:0;font-weight:700}.project-status{font-size:.7rem;font-weight:700;font-family:var(--font-display);white-space:nowrap;border-radius:100px;flex-shrink:0;padding:3px 10px}.project-status.online{color:var(--accent-light);background:#10b98126;border:1px solid #10b9814d}.project-status.demo{color:var(--text-muted);border:1px solid var(--border);background:#ffffff0d}.project-title{font-family:var(--font-display);color:var(--text-primary);word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:.97rem;font-weight:700;line-height:1.3}.pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;margin-top:52px;display:flex}.page-btn{background:var(--bg-card);border:1px solid var(--border);min-width:40px;height:40px;color:var(--text-secondary);font-family:var(--font-display);cursor:pointer;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;padding:0 10px;font-size:.85rem;font-weight:600;transition:all .22s;display:flex}.page-btn:hover:not(:disabled){border-color:var(--border-hover);color:var(--text-primary);background:var(--bg-secondary);transform:translateY(-1px)}.page-btn.active{background:var(--accent);color:var(--bg-primary);border-color:var(--accent);box-shadow:0 4px 14px var(--accent-glow-strong);transform:translateY(-1px)}.page-btn:disabled{opacity:.25;cursor:not-allowed}.page-arrow{padding:0 14px;font-size:1rem}.page-ellipsis{color:var(--text-muted);-webkit-user-select:none;user-select:none;align-items:center;padding:0 4px;font-size:.9rem;display:flex}.pagination-label{text-align:center;color:var(--text-muted);font-size:.78rem;font-family:var(--font-display);letter-spacing:.04em;word-wrap:break-word;margin-top:14px}@media (width<=1024px){.projects-blob{width:380px;height:380px;left:-120px}.projects-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}.project-thumbnail{height:170px}.badge{padding:7px 14px;font-size:.72rem}}@media (width<=768px){.projects-blob{width:280px;height:280px;left:-80px}.filter-tabs{gap:6px;margin-bottom:14px}.filter-btn{padding:8px 16px;font-size:.78rem}.sort-tabs{gap:6px;margin-bottom:36px}.sort-label{font-size:.9rem}.sort-btn{padding:6px 13px;font-size:.74rem}.projects-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:18px}.project-thumbnail{height:160px}.project-thumb-text{font-size:3.4rem}.project-info{padding:16px 18px}.badge{padding:6px 12px;font-size:.68rem;top:10px;left:10px}.pagination{margin-top:40px}}@media (width<=640px){.projects-grid{grid-template-columns:1fr;gap:16px}.sort-tabs{justify-content:center}.project-overlay{opacity:1;-webkit-backdrop-filter:none;backdrop-filter:none;background:linear-gradient(#070d0a00 40%,#070d0ad9 100%);justify-content:flex-end;align-items:flex-end;padding:12px}.proj-action-btn{width:40px;height:40px;font-size:.95rem;transform:translateY(0)}.badge{padding:6px 12px;font-size:.66rem}}@media (width<=480px){.projects-blob{width:200px;height:200px;left:-60px}.filter-tabs{gap:5px;margin-bottom:12px}.filter-btn{border-radius:100px;padding:7px 13px;font-size:.72rem}.sort-tabs{gap:5px;margin-bottom:28px}.sort-label{text-align:center;width:100%;margin-bottom:4px;margin-right:0;font-size:.82rem}.sort-btn{padding:6px 11px;font-size:.7rem}.project-thumbnail{height:150px}.project-thumb-text{font-size:3rem}.project-info{padding:14px 16px}.project-category{letter-spacing:.04em;font-size:.68rem}.project-status{padding:2px 8px;font-size:.66rem}.project-title{font-size:.92rem}.proj-action-btn{width:38px;height:38px;font-size:.9rem}.badge{padding:5px 10px;font-size:.62rem;top:8px;left:8px}.pagination{gap:5px;margin-top:36px}.page-btn{border-radius:9px;min-width:36px;height:36px;padding:0 8px;font-size:.8rem}.page-arrow{padding:0 10px}.pagination-label{font-size:.72rem}}@media (width<=380px){.filter-btn{padding:6px 11px;font-size:.68rem}.sort-btn{padding:5px 10px;font-size:.66rem}.project-thumbnail{height:140px}.project-info{padding:13px 14px}.badge{padding:5px 9px;font-size:.58rem}.page-btn{min-width:34px;height:34px;padding:0 6px;font-size:.74rem}}@media (width<=350px){.projects-blob{width:160px;height:160px;left:-40px}.filter-tabs{gap:4px;margin-bottom:10px}.filter-btn{letter-spacing:0;padding:6px 10px;font-size:.65rem}.sort-tabs{gap:4px;margin-bottom:24px}.sort-label{margin-bottom:2px;font-size:.76rem}.sort-btn{padding:5px 9px;font-size:.62rem}.projects-grid{gap:14px}.project-thumbnail{height:130px}.project-thumb-text{font-size:2.6rem}.project-overlay{gap:10px;padding:10px}.proj-action-btn{width:34px;height:34px;font-size:.82rem}.project-info{padding:12px 13px}.project-meta{gap:8px;margin-bottom:6px}.project-category{letter-spacing:.03em;font-size:.62rem}.project-status{padding:2px 7px;font-size:.6rem}.project-title{font-size:.84rem;line-height:1.3}.badge{padding:4px 8px;font-size:.54rem}.pagination{gap:4px;margin-top:32px}.page-btn{border-radius:8px;min-width:32px;height:32px;padding:0 6px;font-size:.72rem}.page-arrow{padding:0 8px;font-size:.85rem}.page-ellipsis{padding:0 2px;font-size:.78rem}.pagination-label{letter-spacing:.02em;margin-top:12px;font-size:.66rem}}@media (width<=320px){.filter-btn{padding:5px 8px;font-size:.6rem}.sort-btn{padding:4px 8px;font-size:.58rem}.project-thumbnail{height:120px}.project-thumb-text{font-size:2.3rem}.project-info{padding:11px}.project-title{font-size:.78rem}.badge{padding:4px 7px;font-size:.5rem}.page-btn{min-width:30px;height:30px;padding:0 5px;font-size:.68rem}}.video-section{overflow:hidden}.video-blob-1{pointer-events:none;background:radial-gradient(circle,#10b98114,#0000 70%);width:500px;height:500px;top:0;right:-100px}.video-blob-2{pointer-events:none;background:radial-gradient(circle,#10b9810d,#0000 70%);width:300px;height:300px;bottom:0;left:5%}.section-subtitle{color:var(--text-secondary);word-wrap:break-word;overflow-wrap:break-word;margin-top:10px;font-size:.95rem}.upload-panel{margin-bottom:48px;overflow:hidden}.upload-toggle{width:100%;color:var(--text-primary);font-family:var(--font-display);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:12px;min-width:0;padding:20px 24px;font-size:.95rem;font-weight:700;transition:color .25s;display:flex}.upload-toggle:hover{color:var(--accent)}.upload-toggle svg{color:var(--accent);flex-shrink:0;font-size:1.2rem}.upload-toggle-text{word-wrap:break-word;overflow-wrap:break-word;flex:auto;min-width:0}.toggle-arrow{color:var(--accent);flex-shrink:0;margin-left:auto;font-size:1rem;transition:transform .3s;display:inline-block}.upload-form{overflow:hidden}.upload-form-inner{border-top:1px solid var(--border);flex-direction:column;gap:16px;padding:20px 24px 24px;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.form-group{flex-direction:column;gap:7px;min-width:0;display:flex}.form-group label{font-family:var(--font-display);color:var(--text-muted);letter-spacing:.06em;text-transform:uppercase;font-size:.78rem;font-weight:700}.upload-input{background:var(--bg-secondary);border:1px solid var(--border);color:var(--text-primary);font-family:var(--font-body);border-radius:10px;outline:none;width:100%;min-width:0;padding:11px 16px;font-size:.9rem;transition:border-color .25s}.upload-input::placeholder{color:var(--text-muted)}.upload-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow)}.upload-dropzone{border:2px dashed var(--border-hover);cursor:pointer;background:var(--accent-glow);text-align:center;border-radius:14px;flex-direction:column;align-items:center;gap:10px;padding:40px 24px;transition:all .3s;display:flex}.upload-dropzone:hover,.upload-dropzone.drag-over{border-color:var(--accent);background:#10b9811f}.dropzone-icon{color:var(--accent);font-size:2.5rem}.upload-dropzone p{color:var(--text-primary);font-family:var(--font-display);margin:0;font-size:.95rem;font-weight:600}.upload-dropzone span{color:var(--text-muted);font-size:.78rem}.video-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px;display:grid}.video-card{word-wrap:break-word;overflow-wrap:break-word;min-width:0;padding:0;overflow:hidden}.video-thumb-wrap{aspect-ratio:16/9;background:var(--bg-secondary);position:relative;overflow:hidden}.video-thumb{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.thumb-pattern{background:repeating-linear-gradient(45deg,#0000,#0000 20px,#10b98108 20px 40px);position:absolute;inset:0}.play-btn{z-index:1;background:var(--accent);width:64px;height:64px;color:var(--bg-primary);cursor:pointer;box-shadow:0 0 0 0 var(--accent-glow-strong);border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.3rem;transition:all .3s;animation:2.5s infinite pulse-glow;display:flex;position:relative}.play-btn:hover:not(:disabled){box-shadow:0 10px 30px var(--accent-glow-strong);transform:scale(1.12)}.play-btn:disabled{background:var(--bg-card-hover);color:var(--text-muted);cursor:not-allowed;animation:none}.demo-badge{color:var(--text-muted);font-size:.7rem;font-family:var(--font-display);border:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);white-space:nowrap;text-overflow:ellipsis;background:#070d0ad9;border-radius:6px;align-items:center;gap:5px;max-width:calc(100% - 24px);padding:4px 10px;font-weight:700;display:flex;position:absolute;top:12px;left:12px;overflow:hidden}.video-player{object-fit:contain;background:#000;width:100%;height:100%;display:block}.stop-btn{border:1px solid var(--border);width:32px;height:32px;color:var(--text-primary);cursor:pointer;z-index:10;background:#070d0ad9;border-radius:8px;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:10px;right:10px}.stop-btn:hover{background:var(--accent);color:var(--bg-primary);border-color:var(--accent)}.video-info{flex-direction:column;gap:8px;min-width:0;padding:18px 20px;display:flex}.video-meta{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.video-category{color:var(--accent);font-size:.72rem;font-family:var(--font-display);letter-spacing:.08em;text-transform:uppercase;word-break:break-word;flex:auto;min-width:0;font-weight:700}.video-delete{border:1px solid var(--border);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:6px;flex-shrink:0;align-items:center;padding:5px 7px;transition:all .2s;display:flex}.video-delete:hover{color:#ef4444;background:#ef44441a;border-color:#ef4444}.video-title{font-family:var(--font-display);color:var(--text-primary);word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:1rem;font-weight:700;line-height:1.3}.video-desc{color:var(--text-secondary);word-wrap:break-word;overflow-wrap:break-word;font-size:.85rem;line-height:1.6}.video-placeholder-hint{color:var(--text-muted);font-size:.75rem;font-style:italic}.video-lightbox{z-index:9000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000d9;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.lightbox-msg{background:var(--bg-card);border:1px solid var(--border);text-align:center;color:var(--text-secondary);word-wrap:break-word;overflow-wrap:break-word;border-radius:20px;flex-direction:column;align-items:center;gap:16px;max-width:100%;padding:48px;display:flex}.lightbox-msg p{font-family:var(--font-display);color:var(--text-primary);margin:0;font-size:1.1rem}.lightbox-msg button{background:var(--accent);color:var(--bg-primary);font-family:var(--font-display);cursor:pointer;border:none;border-radius:8px;padding:10px 24px;font-weight:700;transition:all .25s}.lightbox-msg button:hover{background:var(--accent-light)}@media (width<=1024px){.video-blob-1{width:380px;height:380px;right:-80px}.video-blob-2{width:240px;height:240px}.video-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.upload-panel{margin-bottom:36px}}@media (width<=768px){.video-blob-1{width:280px;height:280px;right:-60px}.video-blob-2{width:180px;height:180px}.section-subtitle{font-size:.88rem}.upload-toggle{gap:10px;padding:18px 20px;font-size:.9rem}.upload-form-inner{padding:18px 20px 20px}.upload-dropzone{padding:32px 20px}.dropzone-icon{font-size:2.2rem}.upload-dropzone p{font-size:.88rem}.video-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:18px}.play-btn{width:58px;height:58px;font-size:1.2rem}.video-info{padding:16px 18px}}@media (width<=640px){.video-grid{grid-template-columns:1fr;gap:16px}.form-row{grid-template-columns:1fr}}@media (width<=480px){.video-blob-1{width:200px;height:200px;right:-50px}.video-blob-2{width:140px;height:140px}.section-subtitle{margin-top:8px;font-size:.82rem}.upload-panel{margin-bottom:28px}.upload-toggle{gap:9px;padding:16px;font-size:.84rem}.upload-toggle svg{font-size:1.05rem}.toggle-arrow{font-size:.9rem}.upload-form-inner{gap:14px;padding:16px 16px 18px}.form-group label{letter-spacing:.04em;font-size:.7rem}.upload-input{border-radius:9px;padding:10px 13px;font-size:.85rem}.upload-dropzone{border-radius:12px;padding:26px 16px}.dropzone-icon{font-size:1.9rem}.upload-dropzone p{font-size:.82rem}.upload-dropzone span{font-size:.7rem}.play-btn{width:52px;height:52px;font-size:1.1rem}.demo-badge{padding:3px 8px;font-size:.62rem;top:10px;left:10px}.stop-btn{border-radius:7px;width:28px;height:28px;top:8px;right:8px}.video-info{gap:7px;padding:14px 16px}.video-category{letter-spacing:.05em;font-size:.66rem}.video-title{font-size:.92rem}.video-desc{font-size:.78rem;line-height:1.55}.video-placeholder-hint{font-size:.7rem}.lightbox-msg{border-radius:16px;padding:32px 24px}.lightbox-msg p{font-size:.95rem}}@media (width<=380px){.upload-toggle{padding:14px;font-size:.8rem}.upload-form-inner{padding:14px 14px 16px}.upload-dropzone{padding:22px 14px}.dropzone-icon{font-size:1.7rem}.upload-dropzone p{font-size:.78rem}.video-info{padding:13px 14px}.video-title{font-size:.88rem}}@media (width<=350px){.video-blob-1{width:160px;height:160px;right:-40px}.video-blob-2{width:120px;height:120px}.section-subtitle{margin-top:6px;font-size:.76rem}.upload-panel{margin-bottom:24px}.upload-toggle{gap:7px;padding:13px 12px;font-size:.74rem}.upload-toggle svg{font-size:.95rem}.toggle-arrow{font-size:.82rem}.upload-form-inner{gap:12px;padding:12px 12px 14px}.form-group{gap:5px}.form-group label{letter-spacing:.03em;font-size:.62rem}.upload-input{border-radius:8px;padding:9px 11px;font-size:.78rem}.upload-dropzone{border-radius:10px;gap:7px;padding:18px 12px}.dropzone-icon{font-size:1.5rem}.upload-dropzone p{font-size:.74rem;line-height:1.35}.upload-dropzone span{font-size:.62rem}.video-grid{gap:14px}.play-btn{width:46px;height:46px;font-size:.95rem}.demo-badge{border-radius:5px;gap:3px;padding:2px 6px;font-size:.56rem;top:8px;left:8px}.stop-btn{border-radius:6px;width:26px;height:26px;top:6px;right:6px}.video-info{gap:6px;padding:12px 13px}.video-meta{gap:6px}.video-category{letter-spacing:.04em;font-size:.6rem}.video-delete{border-radius:5px;padding:4px 6px}.video-title{font-size:.82rem;line-height:1.3}.video-desc{font-size:.72rem;line-height:1.5}.video-placeholder-hint{font-size:.64rem}.video-lightbox{padding:14px}.lightbox-msg{border-radius:14px;gap:12px;padding:24px 18px}.lightbox-msg p{font-size:.85rem}.lightbox-msg button{padding:9px 18px;font-size:.78rem}}@media (width<=320px){.upload-toggle{padding:12px 10px;font-size:.7rem}.upload-input{padding:8px 10px;font-size:.74rem}.upload-dropzone{padding:16px 10px}.upload-dropzone p{font-size:.7rem}.play-btn{width:42px;height:42px;font-size:.88rem}.video-info{padding:11px}.video-title{font-size:.78rem}.video-desc{font-size:.68rem}}.testimonials-section{background:var(--bg-primary,#070d0a);font-family:var(--font-body,"DM Sans", sans-serif);padding:100px 20px;position:relative;overflow:hidden}.blob{filter:blur(120px);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.blob-1{background:var(--accent,#10b981);opacity:.08;width:500px;height:500px;top:-120px;left:-160px}.blob-2{background:var(--accent-light,#34d399);opacity:.06;width:380px;height:380px;bottom:-80px;right:-100px}.testimonials-container{z-index:1;width:100%;max-width:900px;margin:0 auto;position:relative}.testimonials-section .section-header{text-align:center;margin-bottom:60px}.testimonials-section .section-tag{font-family:var(--font-display,"Syne", sans-serif);letter-spacing:.25em;text-transform:uppercase;color:var(--accent,#10b981);background:var(--accent-glow,#10b98126);border:1px solid var(--border-hover,#10b98159);word-break:break-word;border-radius:100px;max-width:100%;margin-bottom:20px;padding:6px 18px;font-size:.75rem;font-weight:700;display:inline-block}.testimonials-section .section-title{font-family:var(--font-display,"Syne", sans-serif);color:var(--text-primary,#f0fdf4);word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;margin:0 0 16px;font-size:clamp(1.4rem,5vw,3rem);font-weight:800;line-height:1.15}.testimonials-section .highlight{color:var(--accent,#10b981);-webkit-text-fill-color:var(--accent,#10b981);background:0 0}.testimonials-section .section-sub{color:var(--text-secondary,#a7c4b0);word-wrap:break-word;overflow-wrap:break-word;max-width:480px;margin:0 auto;font-size:1rem;line-height:1.7}.testimonial-stage{flex-direction:column;align-items:center;gap:32px;display:flex}.testimonial-card{background:var(--bg-card,#111a14);border:1px solid var(--border,#10b9811f);word-wrap:break-word;overflow-wrap:break-word;border-radius:20px;width:100%;min-width:0;max-width:780px;padding:52px 52px 44px;transition:border-color .35s,box-shadow .35s;position:relative;box-shadow:0 30px 80px #00000080,inset 0 0 0 1px #10b9810a}.testimonial-card:hover{border-color:var(--border-hover,#10b98159);box-shadow:0 30px 80px #00000080, 0 0 40px var(--accent-glow,#10b98126)}.testimonial-card.enter{animation:.45s forwards cardEnter}.testimonial-card.exit-next{animation:.35s forwards cardExitLeft}.testimonial-card.exit-prev{animation:.35s forwards cardExitRight}@keyframes cardEnter{0%{opacity:0;transform:translateY(20px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes cardExitLeft{to{opacity:0;transform:translate(-30px)scale(.96)}}@keyframes cardExitRight{to{opacity:0;transform:translate(30px)scale(.96)}}.testimonial-card:before{content:"";background:linear-gradient(90deg, transparent, var(--accent,#10b981), var(--accent-light,#34d399), transparent);border-radius:0 0 4px 4px;height:2px;position:absolute;top:0;left:48px;right:48px}.quote-icon{width:40px;height:40px;color:var(--accent,#10b981);opacity:.5;margin-bottom:24px}.testimonial-text{font-family:var(--font-body,"DM Sans", sans-serif);color:var(--text-secondary,#a7c4b0);word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;margin:0 0 28px;font-size:1.05rem;font-style:italic;font-weight:300;line-height:1.85}.star-rating{flex-wrap:wrap;gap:4px;margin-bottom:32px;display:flex}.star-rating svg{width:18px;height:18px;color:var(--accent,#10b981);flex-shrink:0}.testimonial-footer{border-top:1px solid var(--border,#10b9811f);align-items:center;gap:16px;min-width:0;padding-top:28px;display:flex}.avatar{width:52px;height:52px;font-family:var(--font-display,"Syne", sans-serif);color:var(--bg-primary,#070d0a);box-shadow:0 0 0 3px var(--accent-glow,#10b98133);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:15px;font-weight:700;display:flex}.author-info{word-wrap:break-word;overflow-wrap:break-word;flex-direction:column;gap:4px;min-width:0;display:flex}.author-name{font-family:var(--font-display,"Syne", sans-serif);color:var(--text-primary,#f0fdf4);word-wrap:break-word;font-size:.95rem;font-weight:700}.author-role{color:var(--accent,#10b981);word-wrap:break-word;font-size:.8rem;font-weight:500}.controls{flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;display:flex}.ctrl-btn{border:1px solid var(--border-hover,#10b98159);background:var(--accent-glow,#10b98114);width:44px;height:44px;color:var(--text-secondary,#a7c4b0);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:all .25s;display:flex}.ctrl-btn:hover{background:var(--accent,#10b981);border-color:var(--accent,#10b981);color:var(--bg-primary,#070d0a);box-shadow:0 0 24px var(--accent-glow-strong,#10b98159);transform:scale(1.1)}.ctrl-btn svg{width:18px;height:18px}.dots{align-items:center;gap:8px;display:flex}.dot{background:var(--border-hover,#10b98140);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;width:8px;height:8px;padding:0;transition:all .3s}.dot-active{background:var(--accent,#10b981);width:26px;box-shadow:0 0 12px var(--accent-glow-strong,#10b98159);border-radius:4px}.thumbnails{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:12px;display:flex}.thumb{background:var(--bg-card,#111a14);border:1px solid var(--border,#10b9811f);cursor:pointer;text-align:left;border-radius:50px;align-items:center;gap:10px;min-width:0;max-width:100%;padding:8px 16px 8px 8px;transition:all .25s;display:flex}.thumb:hover{border-color:var(--border-hover,#10b98159);background:var(--bg-card-hover,#162019)}.thumb-active{box-shadow:0 0 20px var(--accent-glow,#10b98126);border-color:var(--accent,#10b981)!important;background:var(--bg-card-hover,#162019)!important}.thumb-avatar{width:32px;height:32px;font-family:var(--font-display,"Syne", sans-serif);color:var(--bg-primary,#070d0a);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;font-weight:700;display:flex}.thumb-info{flex-direction:column;min-width:0;display:flex}.thumb-name{font-family:var(--font-display,"Syne", sans-serif);color:var(--text-primary,#f0fdf4);white-space:nowrap;text-overflow:ellipsis;max-width:160px;font-size:.75rem;font-weight:600;overflow:hidden}.thumb-company{color:var(--text-muted,#4d7a5e);white-space:nowrap;text-overflow:ellipsis;max-width:160px;font-size:.68rem;overflow:hidden}@media (width<=1024px){.testimonials-section{padding:90px 20px}.blob-1{width:380px;height:380px;top:-100px;left:-120px}.blob-2{width:280px;height:280px}.testimonial-card{padding:44px 40px 36px}.testimonial-card:before{left:36px;right:36px}}@media (width<=768px){.testimonials-section{padding:80px 18px}.blob-1{width:280px;height:280px;top:-80px;left:-100px}.blob-2{width:220px;height:220px}.testimonials-section .section-header{margin-bottom:44px}.testimonial-stage{gap:26px}.testimonial-card{border-radius:18px;padding:40px 32px 32px}.testimonial-card:before{left:28px;right:28px}.quote-icon{width:34px;height:34px;margin-bottom:18px}.testimonial-text{margin-bottom:22px;font-size:1rem;line-height:1.75}.star-rating{margin-bottom:24px}.testimonial-footer{gap:14px;padding-top:22px}.avatar{width:48px;height:48px;font-size:14px}}@media (width<=640px){.testimonials-section{padding:70px 16px}.testimonial-card{padding:36px 24px 28px}.testimonial-card:before{left:20px;right:20px}.testimonial-text{font-size:.95rem;line-height:1.7}.controls{gap:16px}}@media (width<=480px){.testimonials-section{padding:60px 14px}.blob-1{filter:blur(80px);width:200px;height:200px;top:-60px;left:-70px}.blob-2{filter:blur(80px);width:160px;height:160px}.testimonials-section .section-header{margin-bottom:36px}.testimonials-section .section-tag{letter-spacing:.18em;padding:5px 14px;font-size:.66rem}.testimonials-section .section-sub{font-size:.88rem;line-height:1.6}.testimonial-card{border-radius:16px;padding:30px 20px 24px}.testimonial-card:before{left:16px;right:16px}.quote-icon{width:30px;height:30px;margin-bottom:14px}.testimonial-text{margin-bottom:18px;font-size:.9rem;line-height:1.65}.star-rating{gap:3px;margin-bottom:20px}.star-rating svg{width:16px;height:16px}.testimonial-footer{gap:12px;padding-top:18px}.avatar{width:44px;height:44px;font-size:13px}.author-name{font-size:.88rem}.author-role{font-size:.74rem}.ctrl-btn{width:40px;height:40px}.ctrl-btn svg{width:16px;height:16px}.dot-active{width:22px}.thumbnails{gap:8px;margin-top:8px}.thumb{gap:8px;padding:6px 12px 6px 6px}.thumb-avatar{width:28px;height:28px;font-size:10px}.thumb-name{max-width:110px;font-size:.7rem}.thumb-company{max-width:110px;font-size:.62rem}}@media (width<=380px){.testimonials-section{padding:56px 12px}.testimonial-card{padding:26px 18px 22px}.testimonial-card:before{left:14px;right:14px}.testimonial-text{font-size:.86rem}.controls{gap:14px}}@media (width<=350px){.testimonials-section{padding:50px 10px}.blob-1{filter:blur(60px);width:160px;height:160px;top:-50px;left:-50px}.blob-2{filter:blur(60px);width:130px;height:130px}.testimonials-section .section-header{margin-bottom:30px}.testimonials-section .section-tag{letter-spacing:.14em;margin-bottom:14px;padding:4px 11px;font-size:.6rem}.testimonials-section .section-sub{font-size:.78rem;line-height:1.55}.testimonial-stage{gap:20px}.testimonial-card{border-radius:14px;padding:22px 14px 18px}.testimonial-card:before{left:10px;right:10px}.quote-icon{width:26px;height:26px;margin-bottom:12px}.testimonial-text{margin-bottom:16px;font-size:.8rem;line-height:1.6}.star-rating{gap:2px;margin-bottom:16px}.star-rating svg{width:14px;height:14px}.testimonial-footer{text-align:left;flex-direction:column;align-items:flex-start;gap:10px;padding-top:14px}.avatar{width:40px;height:40px;box-shadow:0 0 0 2px var(--accent-glow,#10b98133);font-size:12px}.author-info{width:100%}.author-name{font-size:.82rem}.author-role{font-size:.68rem;line-height:1.4}.controls{gap:10px}.ctrl-btn{width:36px;height:36px}.ctrl-btn svg{width:14px;height:14px}.dots{gap:6px}.dot{width:7px;height:7px}.dot-active{width:18px}.thumbnails{gap:6px;margin-top:6px}.thumb{border-radius:40px;gap:6px;padding:5px 10px 5px 5px}.thumb-avatar{width:24px;height:24px;font-size:9px}.thumb-name{max-width:90px;font-size:.64rem}.thumb-company{max-width:90px;font-size:.56rem}}@media (width<=320px){.testimonials-section{padding:44px 8px}.testimonial-card{padding:20px 12px 16px}.testimonial-text{font-size:.76rem;line-height:1.55}.ctrl-btn{width:34px;height:34px}.controls{gap:8px}.thumb-name,.thumb-company{max-width:80px}}.partners-section{background:var(--bg-secondary,#0c1510);font-family:var(--font-body,"DM Sans", sans-serif);padding:90px 20px;position:relative;overflow:hidden}.partners-section:before{content:"";pointer-events:none;background-image:linear-gradient(#10b98108 1px,#0000 1px),linear-gradient(90deg,#10b98108 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.partners-inner{z-index:1;width:100%;max-width:1100px;margin:0 auto;position:relative}.partners-header{text-align:center;margin-bottom:60px}.partners-section .section-tag{font-family:var(--font-display,"Syne", sans-serif);letter-spacing:.25em;text-transform:uppercase;color:var(--accent,#10b981);background:var(--accent-glow,#10b98126);border:1px solid var(--border-hover,#10b98159);border-radius:100px;margin-bottom:20px;padding:6px 18px;font-size:.75rem;font-weight:700;display:inline-block}.partners-title{font-family:var(--font-display,"Syne", sans-serif);color:var(--text-primary,#f0fdf4);word-wrap:break-word;overflow-wrap:break-word;margin:0 0 14px;font-size:clamp(1.5rem,4vw,2.8rem);font-weight:800;line-height:1.15}.partners-section .highlight{color:var(--accent,#10b981);-webkit-text-fill-color:var(--accent,#10b981);background:0 0}.partners-sub{color:var(--text-secondary,#a7c4b0);max-width:500px;margin:0 auto;font-size:1rem;line-height:1.7}.ticker-wrapper{margin-bottom:60px;padding:10px 0;position:relative;overflow:hidden}.ticker-fade{z-index:2;pointer-events:none;width:140px;position:absolute;top:0;bottom:0}.ticker-fade-left{background:linear-gradient(90deg, var(--bg-secondary,#0c1510), transparent);left:0}.ticker-fade-right{background:linear-gradient(270deg, var(--bg-secondary,#0c1510), transparent);right:0}.ticker-track{gap:20px;width:max-content;animation:28s linear infinite ticker;display:flex}.ticker-track:hover{animation-play-state:paused}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.partner-item{flex-shrink:0}.partner-card{background:var(--bg-card,#111a14);border:1px solid var(--border,#10b9811f);cursor:default;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:12px;width:160px;height:110px;padding:16px;transition:all .3s;display:flex;position:relative;overflow:hidden}.partner-card:before{content:"";background:linear-gradient(135deg, var(--accent-glow,#10b98114), transparent);opacity:0;border-radius:inherit;transition:opacity .3s;position:absolute;inset:0}.partner-card:hover{border-color:var(--border-hover,#10b98159);background:var(--bg-card-hover,#162019);box-shadow:0 20px 40px #0006, 0 0 30px var(--accent-glow,#10b9811a);transform:translateY(-6px)}.partner-card:hover:before{opacity:1}.partner-logo{filter:drop-shadow(0 2px 8px #0006);z-index:1;flex-shrink:0;justify-content:center;align-items:center;width:100%;height:80px;display:flex;position:relative;overflow:hidden}.partner-logo img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:80px;margin:0 auto;display:block}.partner-logo svg{width:100%;height:100%}.partner-name{font-family:var(--font-display,"Syne", sans-serif);color:var(--text-muted,#4d7a5e);letter-spacing:.5px;text-align:center;z-index:1;word-break:break-word;max-width:100%;font-size:.72rem;font-weight:600;transition:color .2s;position:relative}.partner-card:hover .partner-name{color:var(--text-secondary,#a7c4b0)}.partners-stats{background:var(--bg-card,#111a14);border:1px solid var(--border,#10b9811f);border-radius:20px;flex-wrap:wrap;justify-content:center;align-items:center;padding:36px 20px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 60px #0006}.partners-stats:before{content:"";background:linear-gradient(90deg, transparent, var(--accent,#10b981), var(--accent-light,#34d399), transparent);height:2px;position:absolute;top:0;left:20%;right:20%}.stat{text-align:center;flex:1;min-width:120px;padding:10px 24px}.stat-num{font-family:var(--font-display,"Syne", sans-serif);color:var(--accent,#10b981);margin-bottom:6px;font-size:2.4rem;font-weight:800;line-height:1.1;display:block}.stat-label{color:var(--text-muted,#4d7a5e);letter-spacing:.08em;text-transform:uppercase;font-size:.75rem;font-weight:500;display:block}.stat-divider{background:var(--border,#10b9811f);flex-shrink:0;width:1px;height:50px}@media (width<=1024px){.partners-section{padding:80px 18px}.partners-header,.ticker-wrapper{margin-bottom:50px}.ticker-fade{width:100px}}@media (width<=768px){.partners-section{padding:70px 16px}.partners-header{margin-bottom:40px}.partners-sub{font-size:.95rem}.ticker-fade{width:70px}.ticker-track{gap:16px;animation-duration:24s}.partner-card{width:150px;height:105px}.stat{min-width:110px;padding:10px 16px}.stat-num{font-size:2.1rem}}@media (width<=640px){.partners-section{padding:60px 14px}.partners-header{margin-bottom:36px}.partners-section .section-tag{letter-spacing:.2em;padding:5px 14px;font-size:.7rem}.ticker-wrapper{margin-bottom:40px}.ticker-fade{width:50px}.partner-card{border-radius:16px;width:130px;height:95px;padding:12px}.partner-logo{height:60px}.partner-logo img{max-height:60px}.partners-stats{border-radius:18px;gap:6px 0;padding:26px 14px}.stat{flex:0 0 50%;min-width:0;padding:12px 8px}.stat-divider{display:none}.stat-num{font-size:1.9rem}.stat-label{letter-spacing:.06em;font-size:.68rem}}@media (width<=480px){.partners-section{padding:54px 12px}.partners-title{font-size:clamp(1.4rem,6vw,1.9rem)}.partners-sub{padding:0 4px;font-size:.9rem;line-height:1.6}.ticker-track{gap:12px;animation-duration:22s}.partner-card{width:120px;height:90px;padding:10px}.partner-logo{height:52px}.partner-logo img{max-height:52px}.partner-name{font-size:.68rem}.partners-stats{padding:22px 12px}.stat-num{font-size:1.7rem}}@media (width<=380px){.partners-section{padding:48px 10px}.partners-header{margin-bottom:28px}.partners-section .section-tag{letter-spacing:.18em;margin-bottom:14px;padding:4px 12px;font-size:.62rem}.partners-title{font-size:1.5rem;line-height:1.2}.partners-sub{font-size:.82rem;line-height:1.55}.ticker-wrapper{margin-bottom:30px;padding:6px 0}.ticker-fade{width:32px}.ticker-track{gap:10px;animation-duration:20s}.partner-card{border-radius:14px;gap:6px;width:108px;height:82px;padding:8px}.partner-logo{height:44px}.partner-logo img{max-height:44px}.partner-name{letter-spacing:.3px;font-size:.62rem}.partners-stats{border-radius:16px;padding:18px 10px}.stat{padding:10px 4px}.stat-num{margin-bottom:4px;font-size:1.5rem}.stat-label{letter-spacing:.05em;font-size:.6rem}}@media (width<=350px){.partners-section{padding:42px 8px}.partners-header{margin-bottom:24px}.partners-section .section-tag{letter-spacing:.15em;margin-bottom:12px;padding:4px 10px;font-size:.58rem}.partners-title{margin:0 0 10px;font-size:1.3rem}.partners-sub{padding:0 2px;font-size:.78rem;line-height:1.5}.ticker-wrapper{margin-bottom:26px;padding:4px 0}.ticker-fade{width:24px}.ticker-track{gap:8px;animation-duration:18s}.partner-card{border-radius:12px;gap:5px;width:96px;height:76px;padding:7px}.partner-logo{height:38px}.partner-logo img{max-height:38px}.partner-name{letter-spacing:.2px;font-size:.58rem}.partners-stats{border-radius:14px;padding:16px 8px}.partners-stats:before{left:12%;right:12%}.stat{flex:0 0 50%;padding:8px 2px}.stat-num{margin-bottom:2px;font-size:1.35rem}.stat-label{letter-spacing:.04em;font-size:.55rem}}@media (width<=320px){.partners-section{padding:38px 6px}.partners-title{font-size:1.2rem}.partners-sub{font-size:.74rem}.ticker-fade{width:18px}.partner-card{width:88px;height:72px;padding:6px}.partner-logo{height:34px}.partner-logo img{max-height:34px}.partner-name{font-size:.55rem}.stat-num{font-size:1.25rem}.stat-label{font-size:.52rem}}@media (prefers-reduced-motion:reduce){.ticker-track{animation:none}.partner-card{transition:none}}.blog-section{overflow:hidden}.blog-blob{background:radial-gradient(circle,#10b98112,#0000 70%);width:450px;height:450px;top:20%;right:-100px}.blog-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;display:grid}.blog-card{word-wrap:break-word;overflow-wrap:break-word;flex-direction:column;min-width:0;padding:0;display:flex;overflow:hidden}.blog-card-top{background:linear-gradient(135deg, color-mix(in srgb, var(--post-color) 10%, var(--bg-secondary)), color-mix(in srgb, var(--post-color) 5%, var(--bg-secondary)));border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:10px;height:100px;padding:0 24px;display:flex;position:relative;overflow:hidden}.blog-card-top:after{content:"";background:linear-gradient(135deg, var(--post-color) 0%, transparent 60%);opacity:.08;position:absolute;inset:0}.blog-emoji{z-index:1;font-size:2.5rem;line-height:1}.blog-tag{font-family:var(--font-display);color:var(--post-color);border:1px solid color-mix(in srgb, var(--post-color) 30%, transparent);z-index:1;white-space:nowrap;text-overflow:ellipsis;background:#0000004d;border-radius:100px;max-width:60%;padding:4px 12px;font-size:.72rem;font-weight:800;overflow:hidden}.blog-card-body{flex-direction:column;flex:1;gap:10px;min-width:0;padding:22px 24px;display:flex}.blog-date{color:var(--text-muted);font-size:.75rem;font-family:var(--font-display);align-items:center;gap:6px;font-weight:600;display:flex}.blog-title{font-family:var(--font-display);color:var(--text-primary);word-break:break-word;font-size:1rem;font-weight:700;line-height:1.4}.blog-excerpt{color:var(--text-secondary);word-break:break-word;flex:1;font-size:.875rem;line-height:1.7}.blog-card-footer{border-top:1px solid var(--border);padding:16px 24px}.blog-read-more{color:var(--accent);font-family:var(--font-display);cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;padding:0;font-size:.83rem;font-weight:700;transition:gap .25s;display:flex}.blog-read-more svg{transition:transform .25s}.blog-read-more:hover svg{transform:translate(4px)}.blog-read-more:hover{color:var(--accent-light)}@media (width<=1024px){.blog-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}.blog-blob{width:360px;height:360px}}@media (width<=768px){.blog-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:18px}.blog-card-top{height:90px;padding:0 20px}.blog-emoji{font-size:2.2rem}.blog-card-body{padding:20px}.blog-card-footer{padding:14px 20px}.blog-blob{width:280px;height:280px;right:-80px}}@media (width<=640px){.blog-grid{grid-template-columns:1fr;gap:18px}.blog-card-top{height:84px;padding:0 18px}.blog-emoji{font-size:2rem}.blog-tag{padding:4px 10px;font-size:.68rem}.blog-card-body{gap:9px;padding:18px}.blog-title{font-size:.98rem}.blog-excerpt{font-size:.83rem;line-height:1.65}.blog-card-footer{padding:14px 18px}}@media (width<=480px){.blog-grid{gap:16px}.blog-card-top{height:78px;padding:0 16px}.blog-emoji{font-size:1.8rem}.blog-tag{padding:3px 9px;font-size:.64rem}.blog-card-body{gap:8px;padding:16px}.blog-date{font-size:.72rem}.blog-title{font-size:.94rem;line-height:1.35}.blog-excerpt{font-size:.8rem;line-height:1.6}.blog-card-footer{padding:12px 16px}.blog-read-more{font-size:.78rem}.blog-blob{width:220px;height:220px;right:-60px}}@media (width<=380px){.blog-grid{gap:14px}.blog-card{border-radius:14px}.blog-card-top{height:72px;padding:0 14px}.blog-emoji{font-size:1.65rem}.blog-tag{padding:3px 8px;font-size:.6rem}.blog-card-body{gap:7px;padding:14px}.blog-date{font-size:.68rem}.blog-title{font-size:.9rem;line-height:1.32}.blog-excerpt{font-size:.76rem;line-height:1.55}.blog-card-footer{padding:11px 14px}.blog-read-more{gap:6px;font-size:.74rem}}@media (width<=350px){.blog-grid{gap:12px}.blog-card{border-radius:12px}.blog-card-top{gap:8px;height:64px;padding:0 12px}.blog-emoji{font-size:1.45rem}.blog-tag{letter-spacing:.2px;max-width:55%;padding:2px 7px;font-size:.55rem}.blog-card-body{gap:6px;padding:12px}.blog-date{gap:4px;font-size:.62rem}.blog-title{font-size:.84rem;line-height:1.3}.blog-excerpt{font-size:.72rem;line-height:1.5}.blog-card-footer{padding:10px 12px}.blog-read-more{gap:5px;font-size:.7rem}.blog-blob{width:180px;height:180px;right:-50px}}@media (width<=320px){.blog-card-top{height:60px;padding:0 10px}.blog-emoji{font-size:1.3rem}.blog-tag{padding:2px 6px;font-size:.52rem}.blog-card-body{padding:11px}.blog-title{font-size:.8rem}.blog-excerpt{font-size:.7rem}.blog-card-footer{padding:9px 11px}.blog-read-more{font-size:.66rem}}@media (prefers-reduced-motion:reduce){.blog-read-more,.blog-read-more svg{transition:none}}.contact-section{overflow:hidden}.contact-blob-1{background:radial-gradient(circle,#10b98117,#0000 70%);width:500px;height:500px;top:-50px;left:-150px}.contact-blob-2{background:radial-gradient(circle,#10b9810f,#0000 70%);width:300px;height:300px;bottom:50px;right:5%}.contact-grid{grid-template-columns:1fr 1.4fr;align-items:start;gap:60px;display:grid}.contact-info{min-width:0}.contact-info-heading{font-family:var(--font-display);color:var(--text-primary);word-break:break-word;margin-bottom:16px;font-size:1.7rem;font-weight:800;line-height:1.25}.contact-info-text{color:var(--text-secondary);margin-bottom:32px;font-size:.92rem;line-height:1.75}.contact-info-list{flex-direction:column;gap:14px;margin-bottom:28px;display:flex}.contact-info-item{background:var(--bg-card);border:1px solid var(--border);border-radius:14px;align-items:flex-start;gap:22px;min-width:0;padding:16px 18px;transition:all .25s;display:flex}.contact-info-item>div{flex:1;min-width:0}.contact-info-item:hover{border-color:var(--border-hover);background:var(--accent-glow)}.contact-info-icon{background:var(--accent-glow);border:1px solid var(--border-hover);width:50px;height:50px;color:var(--accent);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;margin-bottom:10px;font-size:1rem;display:flex}.contact-info-label{color:var(--text-muted);letter-spacing:.07em;text-transform:uppercase;font-family:var(--font-display);margin-bottom:3px;font-weight:700;display:block;font-size:13px!important}.contact-info-value{color:var(--text-primary);word-break:break-word;overflow-wrap:anywhere;font-weight:500;display:block;font-size:14px!important}.contact-availability{color:var(--accent-light);font-size:.82rem;font-family:var(--font-display);align-items:center;gap:10px;font-weight:600;display:flex}.availability-dot{background:var(--accent);width:10px;height:10px;box-shadow:0 0 0 0 var(--accent-glow-strong);border-radius:50%;flex-shrink:0;animation:2s infinite pulse-ring}@keyframes pulse-ring{0%{box-shadow:0 0 0 0 var(--accent-glow-strong)}70%{box-shadow:0 0 0 8px #0000}to{box-shadow:0 0 #0000}}.contact-form-wrapper{min-width:0}.contact-form{flex-direction:column;gap:18px;padding:36px;display:flex}.contact-form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.contact-form-group{flex-direction:column;gap:8px;min-width:0;display:flex}.contact-form-group label{font-family:var(--font-display);color:var(--text-muted);letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:6px;font-size:.78rem;font-weight:700;display:flex}.contact-form-group input,.contact-form-group textarea{background:var(--bg-secondary);border:1px solid var(--border);color:var(--text-primary);font-family:var(--font-body);resize:none;box-sizing:border-box;border-radius:12px;outline:none;width:100%;max-width:100%;padding:13px 18px;font-size:.92rem;transition:all .25s}.contact-form-group input::placeholder,.contact-form-group textarea::placeholder{color:var(--text-muted)}.contact-form-group input:focus,.contact-form-group textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow);background:var(--bg-card)}.contact-submit-btn{background:var(--accent);color:var(--bg-primary);font-family:var(--font-display);cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:10px;padding:15px 32px;font-size:.95rem;font-weight:800;transition:all .3s;display:flex;position:relative;overflow:hidden}.contact-submit-btn:before{content:"";background:linear-gradient(135deg, var(--accent-light), var(--accent));opacity:0;transition:opacity .3s;position:absolute;inset:0}.contact-submit-btn:hover:not(:disabled):before{opacity:1}.contact-submit-btn:hover:not(:disabled){box-shadow:0 12px 40px var(--accent-glow-strong);transform:translateY(-2px)}.contact-submit-btn:disabled{opacity:.7;cursor:not-allowed}.contact-submit-btn svg,.contact-submit-btn span{z-index:1;position:relative}.spinner{border:2px solid #070d0a4d;border-top-color:var(--bg-primary);border-radius:50%;flex-shrink:0;width:18px;height:18px;animation:.8s linear infinite spin}@media (width<=1024px){.contact-grid{gap:40px}.contact-blob-1{width:380px;height:380px}.contact-blob-2{width:240px;height:240px}.contact-form{padding:30px}.contact-info-heading{font-size:1.55rem}}@media (width<=900px){.contact-grid{grid-template-columns:1fr;gap:36px}.contact-form-row{grid-template-columns:1fr 1fr}}@media (width<=768px){.contact-grid{gap:32px}.contact-info-heading{margin-bottom:14px;font-size:1.45rem}.contact-info-text{margin-bottom:26px;font-size:.88rem}.contact-form{gap:16px;padding:26px}.contact-form-row{gap:14px}.contact-form-group input,.contact-form-group textarea{padding:12px 16px;font-size:.9rem}}@media (width<=640px){.contact-form-row{grid-template-columns:1fr;gap:16px}.contact-form{padding:22px}@media (width<=640px){.contact-info-item{gap:18px}}.contact-info-icon{width:38px;height:38px}.contact-info-value{font-size:.84rem}.contact-info-list{gap:12px;margin-bottom:24px}.contact-availability{font-size:.78rem}.contact-submit-btn{padding:14px 26px;font-size:.9rem}}@media (width<=480px){.contact-blob-1{width:260px;height:260px;left:-100px}.contact-blob-2{width:180px;height:180px}.contact-info-heading{margin-bottom:12px;font-size:1.3rem}.contact-info-text{margin-bottom:22px;font-size:.84rem;line-height:1.65}.contact-info-item{gap:16px}.contact-info-icon{border-radius:9px;width:36px;height:36px;font-size:.92rem}.contact-info-label{font-size:.66rem}.contact-info-value{font-size:.8rem}.contact-form{border-radius:14px;gap:14px;padding:18px}.contact-form-group label{font-size:.72rem}.contact-form-group input,.contact-form-group textarea{border-radius:10px;padding:11px 14px;font-size:.88rem}.contact-submit-btn{border-radius:10px;padding:13px 22px;font-size:.85rem}}@media (width<=380px){.contact-grid{gap:26px}.contact-info-heading{font-size:1.18rem}.contact-info-text{margin-bottom:18px;font-size:.8rem;line-height:1.6}.contact-info-list{gap:10px;margin-bottom:20px}.contact-info-item{border-radius:11px;gap:10px;padding:11px 12px}.contact-info-icon{border-radius:8px;width:34px;height:34px;font-size:.85rem}.contact-info-label{letter-spacing:.05em;margin-bottom:2px;font-size:.6rem}.contact-info-value{font-size:.76rem}.contact-availability{gap:8px;font-size:.72rem}.contact-form{gap:13px;padding:16px}.contact-form-group{gap:6px}.contact-form-group label{gap:5px;font-size:.68rem}.contact-form-group input,.contact-form-group textarea{border-radius:10px;padding:10px 12px;font-size:.84rem}.contact-submit-btn{gap:8px;padding:12px 18px;font-size:.82rem}}@media (width<=350px){.contact-grid{gap:22px}.contact-blob-1{width:200px;height:200px;left:-80px}.contact-blob-2{width:140px;height:140px}.contact-info-heading{margin-bottom:10px;font-size:1.05rem;line-height:1.3}.contact-info-text{margin-bottom:16px;font-size:.74rem;line-height:1.55}.contact-info-list{gap:8px;margin-bottom:16px}.contact-info-item{border-radius:10px;gap:9px;padding:10px}.contact-info-icon{border-radius:7px;width:30px;height:30px;font-size:.78rem}.contact-info-label{letter-spacing:.04em;font-size:.55rem}.contact-info-value{font-size:.7rem}.contact-availability{gap:7px;font-size:.66rem}.availability-dot{width:8px;height:8px}.contact-form{border-radius:12px;gap:11px;padding:13px}.contact-form-row{gap:11px}.contact-form-group{gap:5px}.contact-form-group label{letter-spacing:.04em;gap:4px;font-size:.62rem}.contact-form-group input,.contact-form-group textarea{border-radius:9px;padding:9px 11px;font-size:.78rem}.contact-form-group textarea{min-height:96px}.contact-submit-btn{border-radius:9px;gap:7px;padding:11px 14px;font-size:.76rem}.contact-submit-btn svg{font-size:.85rem}.spinner{width:14px;height:14px}}@media (width<=320px){.contact-grid{gap:18px}.contact-info-heading{font-size:.98rem}.contact-info-text{font-size:.7rem}.contact-info-item{padding:9px}.contact-info-icon{width:28px;height:28px}.contact-info-value{font-size:.66rem}.contact-form{padding:11px}.contact-form-group input,.contact-form-group textarea{padding:8px 10px;font-size:.74rem}.contact-submit-btn{padding:10px 12px;font-size:.72rem}}@media (prefers-reduced-motion:reduce){.availability-dot{animation:none}.contact-submit-btn,.contact-info-item{transition:none}}.footer{background:var(--bg-secondary);border-top:1px solid var(--border);padding:80px 0 0;position:relative;overflow:hidden}.footer-glow{pointer-events:none;background:radial-gradient(#10b9810f,#0000 70%);width:600px;height:200px;position:absolute;top:0;left:50%;transform:translate(-50%)}.footer-top{border-bottom:1px solid var(--border);grid-template-columns:1.6fr 1fr 1.2fr;gap:60px;padding-bottom:60px;display:grid}.footer-brand,.footer-nav,.footer-contact{min-width:0}.footer-logo{font-family:var(--font-display);color:var(--text-primary);word-break:break-word;margin-bottom:14px;font-size:1.4rem;font-weight:800;text-decoration:none;display:inline-block}.footer-tagline{color:var(--text-secondary);margin-bottom:24px;font-size:.9rem;line-height:1.7}.footer-socials{flex-wrap:wrap;gap:10px;display:flex}.footer-socials a{background:var(--bg-card);border:1px solid var(--border);width:38px;height:38px;color:var(--text-secondary);cursor:pointer;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-size:.95rem;text-decoration:none;transition:all .3s;display:flex}.footer-socials a:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-glow);transform:translateY(-3px)}.footer-nav h4,.footer-contact h4{font-family:var(--font-display);color:var(--text-primary);letter-spacing:.1em;text-transform:uppercase;margin-bottom:20px;font-size:.82rem;font-weight:800}.footer-nav ul,.footer-contact ul{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.footer-nav ul li a{color:var(--text-secondary);cursor:pointer;font-size:.875rem;text-decoration:none;transition:color .25s;display:inline-block}.footer-nav ul li a:hover{color:var(--accent)}.footer-contact ul li{color:var(--text-secondary);align-items:flex-start;gap:10px;min-width:0;font-size:.875rem;line-height:1.5;display:flex}.footer-contact ul li>span:first-child{flex-shrink:0;margin-top:1px;font-size:.9rem}.footer-email{word-break:break-all;overflow-wrap:anywhere;min-width:0}.footer-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;padding:24px 0;display:flex}.footer-bottom p{color:var(--text-muted);margin:0;font-size:.82rem}.footer-bottom strong{color:var(--text-secondary)}.footer-credit{font-size:.8rem!important}.back-to-top{background:var(--accent);width:46px;height:46px;color:var(--bg-primary);cursor:pointer;z-index:500;box-shadow:0 6px 24px var(--accent-glow-strong);border-radius:12px;justify-content:center;align-items:center;font-size:1.1rem;text-decoration:none;transition:all .3s;display:flex;position:fixed;bottom:32px;right:32px}.back-to-top:hover{box-shadow:0 12px 36px var(--accent-glow-strong);background:var(--accent-light);transform:translateY(-4px)}@media (width<=1024px){.footer{padding:70px 0 0}.footer-top{gap:40px;padding-bottom:50px}.footer-glow{width:460px}}@media (width<=900px){.footer-top{grid-template-columns:1fr 1fr;gap:36px}.footer-brand{grid-column:1/-1}}@media (width<=768px){.footer{padding:60px 0 0}.footer-top{gap:30px;padding-bottom:40px}.footer-logo{font-size:1.3rem}.footer-tagline{margin-bottom:20px;font-size:.86rem}.footer-socials a{width:36px;height:36px}.back-to-top{width:42px;height:42px;bottom:24px;right:24px}}@media (width<=640px){.footer{padding:54px 0 0}.footer-top{gap:28px;padding-bottom:36px}.footer-bottom{text-align:center;flex-direction:column;padding:22px 0}.footer-bottom p{font-size:.78rem}.footer-credit{font-size:.76rem!important}}@media (width<=560px){.footer-top{grid-template-columns:1fr;gap:26px}.footer-nav ul,.footer-contact ul{gap:9px}}@media (width<=480px){.footer{padding:48px 0 0}.footer-glow{width:320px;height:160px}.footer-top{gap:22px;padding-bottom:28px}.footer-logo{margin-bottom:12px;font-size:1.2rem}.footer-tagline{margin-bottom:18px;font-size:.82rem;line-height:1.6}.footer-tagline br{display:none}.footer-socials{gap:8px}.footer-socials a{border-radius:9px;width:34px;height:34px;font-size:.88rem}.footer-nav h4,.footer-contact h4{margin-bottom:16px;font-size:.78rem}.footer-nav ul li a,.footer-contact ul li{font-size:.82rem}.footer-bottom{gap:6px;padding:18px 0}.footer-bottom p{font-size:.74rem}.footer-credit{font-size:.72rem!important}.back-to-top{border-radius:10px;width:40px;height:40px;font-size:1rem;bottom:18px;right:18px}}@media (width<=380px){.footer{padding:44px 0 0}.footer-top{gap:20px;padding-bottom:24px}.footer-logo{font-size:1.1rem}.footer-tagline{margin-bottom:16px;font-size:.78rem}.footer-socials a{border-radius:8px;width:32px;height:32px;font-size:.82rem}.footer-nav h4,.footer-contact h4{letter-spacing:.08em;margin-bottom:14px;font-size:.74rem}.footer-nav ul,.footer-contact ul{gap:8px}.footer-nav ul li a,.footer-contact ul li{font-size:.78rem}.footer-contact ul li{gap:8px}.footer-bottom p{font-size:.7rem}.footer-credit{font-size:.68rem!important}}@media (width<=350px){.footer{padding:38px 0 0}.footer-glow{width:240px;height:120px}.footer-top{gap:18px;padding-bottom:20px}.footer-logo{margin-bottom:10px;font-size:1rem}.footer-tagline{margin-bottom:14px;font-size:.72rem;line-height:1.55}.footer-socials{gap:7px}.footer-socials a{border-radius:8px;width:30px;height:30px;font-size:.76rem}.footer-nav h4,.footer-contact h4{letter-spacing:.06em;margin-bottom:12px;font-size:.68rem}.footer-nav ul,.footer-contact ul{gap:7px}.footer-nav ul li a,.footer-contact ul li{font-size:.74rem;line-height:1.45}.footer-contact ul li>span:first-child{font-size:.78rem}.footer-bottom{gap:4px;padding:14px 0}.footer-bottom p{font-size:.64rem;line-height:1.4}.footer-credit{font-size:.62rem!important}.back-to-top{border-radius:9px;width:36px;height:36px;font-size:.9rem;bottom:14px;right:14px}}@media (width<=320px){.footer-logo{font-size:.92rem}.footer-tagline{font-size:.68rem}.footer-socials a{width:28px;height:28px;font-size:.72rem}.footer-nav ul li a,.footer-contact ul li{font-size:.7rem}.footer-bottom p{font-size:.6rem}.footer-credit{font-size:.58rem!important}.back-to-top{width:34px;height:34px;bottom:12px;right:12px}}@media (prefers-reduced-motion:reduce){.footer-socials a,.back-to-top,.footer-nav ul li a{transition:none}}
