@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=Montserrat:wght@300;400;500;600;700&display=swap";:root{--bg-color:#0c0c0c;--surface-color:#1a1a1a;--primary-color:#fff;--primary-glow:#ffffff1a;--secondary-color:#a3a3a3;--text-primary:#fff;--text-secondary:#a3a3a3;--accent-gradient:linear-gradient(135deg, #fff 0%, #737373 100%);--font-main:"Montserrat", sans-serif;--font-classic:"Playfair Display", serif}[data-theme=light]{--bg-color:#fafafa;--surface-color:#fff;--primary-color:#000;--primary-glow:#0000000d;--secondary-color:#666;--text-primary:#111;--text-secondary:#666;--accent-gradient:linear-gradient(135deg, #000 0%, #666 100%)}*{box-sizing:border-box;cursor:none;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-primary);font-family:var(--font-main);-webkit-font-smoothing:antialiased;line-height:1.7;overflow-x:hidden}a,button{color:inherit;cursor:none;text-decoration:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-classic);letter-spacing:-.02em;font-weight:700;line-height:1.2}ul{list-style:none}img{max-width:100%;display:block}.custom-cursor{pointer-events:none;z-index:9999;width:40px;height:40px;transition:width .2s,height .2s;position:fixed;top:0;left:0;transform:translate(-50%,-50%)}.custom-cursor-img{width:100%;height:100%;animation:4s linear infinite cursorSpin}.custom-cursor.hovered{width:60px;height:60px}@keyframes cursorSpin{0%{transform:rotate(0)scale(1)}50%{transform:rotate(180deg)scale(1.1)}to{transform:rotate(360deg)scale(1)}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:#444;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--primary-color)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.gradient-text{background:var(--accent-gradient);-webkit-text-fill-color:transparent;font-family:var(--font-classic);-webkit-background-clip:text;background-clip:text}.glass-card{background:var(--surface-color);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--primary-glow);border-radius:12px;padding:2rem;box-shadow:0 10px 30px #0006}.modern-classic-card{background:var(--surface-color);border:1px solid var(--primary-glow);box-shadow:4px 4px 0px var(--primary-glow);border-radius:8px;padding:2rem;transition:all .3s;position:relative}.modern-classic-card:hover{box-shadow:8px 8px 0px var(--primary-glow);border-color:var(--primary-color);transform:translateY(-5px)}.text-classic-gold{color:var(--primary-color);font-family:var(--font-classic);letter-spacing:1px}.text-shadow-classic{text-shadow:2px 2px 4px #00000080;font-family:var(--font-classic)}.btn-primary{background:var(--accent-gradient);color:#111;font-family:var(--font-main);letter-spacing:1px;border:1px solid var(--primary-color);cursor:none;text-transform:uppercase;border-radius:4px;padding:.8rem 2.5rem;font-size:.9rem;font-weight:600;transition:all .3s;display:inline-block}.btn-primary:hover{color:var(--primary-color);box-shadow:0 5px 15px var(--primary-glow);background:0 0}.btn-secondary{color:var(--text-primary);font-family:var(--font-main);letter-spacing:1px;cursor:none;text-transform:uppercase;background:0 0;border:1px solid #ffffff4d;border-radius:4px;padding:.8rem 2.5rem;font-size:.9rem;font-weight:600;transition:all .3s}.btn-secondary:hover{border-color:var(--primary-color);color:var(--primary-color)}.experience-timeline{flex-direction:column;gap:2rem;margin-top:2rem;display:flex;position:relative}.experience-timeline:before{content:"";background:#fff3;width:2px;height:100%;position:absolute;top:0;left:20px}.experience-item{margin-left:10px;padding-left:60px;position:relative}.experience-icon{background:var(--bg-color);border:2px solid var(--primary-color);z-index:2;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex;position:absolute;top:20px;left:-2px}.experience-icon .dot{background:var(--primary-color);border-radius:50%;width:10px;height:10px}.experience-content h3{margin-bottom:.5rem;font-size:1.4rem}.experience-content p{color:var(--text-secondary);font-size:1rem;line-height:1.7}@media (width<=768px){*{cursor:auto!important}.custom-cursor{display:none!important}}.nav{z-index:1000;width:100%;padding:1.5rem 0;transition:all .3s;position:fixed;top:0;left:0}.nav.scrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0c0c0cd9;border-bottom:1px solid #ffffff0f;padding:1rem 0;transition:all .4s}.nav-container{justify-content:space-between;align-items:center;display:flex}.logo{letter-spacing:2px;font-size:1.5rem;font-weight:800}.logo span{color:var(--primary-color)}.nav-desktop{align-items:center;gap:2.5rem;display:flex}.nav-desktop a{color:var(--text-secondary);font-size:.9rem;font-weight:500;transition:color .3s}.nav-desktop a:hover{color:var(--text-primary)}.lang-toggle{background:var(--primary-glow);border:1px solid var(--primary-glow);color:var(--text-primary);cursor:pointer;border-radius:50px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-family:inherit;font-size:.8rem;font-weight:600;transition:all .3s;display:flex}.lang-toggle:hover{background:var(--primary-color);border-color:var(--primary-color);color:var(--bg-color)}.theme-toggle{background:var(--primary-glow);border:1px solid var(--primary-glow);color:var(--text-primary);cursor:none;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:all .3s;display:flex}.theme-toggle:hover{background:var(--primary-color);border-color:var(--primary-color);color:var(--bg-color)}.menu-btn{color:var(--text-primary);cursor:pointer;background:0 0;border:none;display:none}.mobile-menu{background:var(--bg-color);z-index:999;border-bottom:1px solid #ffffff0d;flex-direction:column;gap:1.5rem;width:100%;padding:2rem;display:flex;position:fixed;top:80px;left:0}.hero{align-items:center;min-height:100vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.hero.full-centered{text-align:center;justify-content:center}.hero:before{content:"";background:var(--primary-color);filter:blur(150px);opacity:.15;z-index:-1;width:300px;height:300px;position:absolute;top:20%;left:10%}.hero-container-simple{width:100%;max-width:800px}.hero-content.centered{flex-direction:column;align-items:center;display:flex}.greeting{color:var(--primary-color);margin-bottom:1rem;font-size:1.2rem;font-weight:600}.name{text-transform:uppercase;font-size:4.5rem;font-weight:800;line-height:1.1;font-family:var(--font-classic);margin-bottom:1rem}.name.large{font-size:5.5rem}.role{text-transform:uppercase;font-size:2.2rem;font-weight:700;font-family:var(--font-main);letter-spacing:2px;margin-bottom:1.5rem}.role.large{font-size:3rem}.hero-desc{color:var(--text-secondary);max-width:500px;margin-bottom:2.5rem;font-size:1.1rem}.hero-desc.centered{max-width:700px}.hero-btns{gap:1rem;display:flex}.flex-btn{align-items:center;gap:.8rem;display:flex}.hero-image-wrapper{justify-content:center;align-items:center;display:flex;position:relative}.hero-image-wrapper.about-version{width:fit-content}.hero-image-glow{background:var(--accent-gradient);filter:blur(40px);opacity:.3;z-index:-1;border-radius:30% 70% 70% 30%/30% 30% 70% 70%;width:110%;height:110%;animation:8s ease-in-out infinite morph;position:absolute}@keyframes morph{0%{border-radius:30% 70% 70% 30%/30% 30% 70% 70%}50%{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}to{border-radius:30% 70% 70% 30%/30% 30% 70% 70%}}.hero-image{object-fit:cover;border:4px solid #ffffff1a;border-radius:30% 70% 70% 30%/30% 30% 70% 70%;width:380px;height:380px;animation:8s ease-in-out infinite morph}.tech-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2;white-space:nowrap;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:15px;align-items:center;gap:.8rem;padding:.8rem 1.2rem;font-weight:600;display:flex;position:absolute}.badge-1{top:10%;left:-5%}.badge-2{bottom:20%;right:-5%}.badge-3{bottom:-5%;left:20%}.scroll-indicator{position:absolute;bottom:30px;left:50%;transform:translate(-50%)}.mouse{border:2px solid var(--text-secondary);border-radius:20px;width:25px;height:40px;position:relative}.mouse:after{content:"";background:var(--primary-color);border-radius:2px;width:4px;height:8px;position:absolute;top:8px;left:50%;transform:translate(-50%)}.section-padding{padding:120px 0}.section-header{margin-bottom:4rem}.section-header.center{text-align:center}.section-title{margin-bottom:1rem;font-size:3rem;font-weight:800}.section-line{background:var(--accent-gradient);border-radius:2px;width:80px;height:4px}.section-subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.1rem}.about-bento{background:var(--bg-color)}.bento-grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:minmax(160px,auto);gap:1.5rem;display:grid}.bento-card{background:var(--surface-color);border:1px solid var(--primary-glow);border-radius:20px;flex-direction:column;justify-content:center;padding:2rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;overflow:hidden}.bento-card:hover{border-color:var(--primary-color);transform:translateY(-5px);box-shadow:0 10px 30px #0003}.card-main-text{grid-column:span 2;justify-content:flex-start}.card-main-text .highlight-text{color:var(--primary-color);font-size:1.4rem;font-weight:600;line-height:1.4;font-family:var(--font-classic);margin-bottom:1rem}.card-main-text p{color:var(--text-secondary);font-size:1rem;line-height:1.6}.card-image{background:0 0;border:none;grid-row:span 2;justify-content:center;align-items:center;padding:0;display:flex}.card-image .hero-image{object-fit:cover;border-radius:20px;width:100%;height:100%}.bento-version{width:100%;height:100%}.card-stat{text-align:center;align-items:center}.card-philosophy{flex-direction:row;align-items:center;gap:1.5rem}.card-philosophy .philosophy-icon{background:var(--primary-glow);width:50px;height:50px;color:var(--primary-color);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.card-philosophy h4{color:var(--primary-color);margin-bottom:.3rem;font-size:1.1rem}.card-philosophy p{color:var(--text-secondary);font-size:.85rem;line-height:1.4}@media (width<=1024px){.bento-grid{grid-template-columns:repeat(2,1fr)}.card-main-text{grid-column:span 2}}@media (width<=768px){.bento-grid{grid-template-columns:1fr}.card-main-text,.card-image,.card-stat,.card-philosophy{grid-area:span 1/span 1}.card-image{height:350px}}.skills-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.skill-card h3{color:var(--primary-color);margin-bottom:1.5rem}.skills-list{flex-wrap:wrap;gap:.8rem;display:flex}.skill-tag{background:#ffffff0d;border:1px solid #ffffff0d;border-radius:12px;align-items:center;gap:.8rem;padding:.6rem 1.2rem;font-size:.9rem;transition:all .3s;display:flex}.skill-tag:hover{border-color:var(--primary-color);color:var(--primary-color);background:#8b5cf61a;transform:translateY(-5px)!important}.skill-icon{color:var(--primary-color);align-items:center;font-size:1.2rem;display:flex}.skills-v2{background:var(--bg-color);padding-bottom:5rem;overflow:hidden}.skills-description{text-align:center;max-width:800px;margin:0 auto 5rem}.skills-description p{color:var(--text-secondary);font-size:1.15rem;line-height:1.8}.marquee-wrapper{width:100%;padding:2rem 0;position:relative}.experience-v2{background:var(--bg-color);position:relative}.experience-timeline-container{max-width:900px;margin:4rem auto 0;padding-left:50px;position:relative}.timeline-progress-line{background:var(--accent-gradient);transform-origin:top;z-index:1;opacity:.3;width:2px;height:100%;position:absolute;top:0;left:14px}.experience-list{flex-direction:column;gap:3rem;display:flex}.experience-card-wrapper{align-items:flex-start;display:flex;position:relative}.timeline-node{background:var(--surface-color);border:2px solid var(--primary-color);z-index:2;width:30px;height:30px;box-shadow:0 0 15px var(--primary-glow);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:10px;left:-50px}.node-icon{color:var(--primary-color);display:flex}.experience-card{border-radius:20px;width:100%;padding:2rem}.card-header{margin-bottom:1rem}.card-meta{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.8rem;display:flex}.experience-badge{color:var(--primary-color);background:var(--primary-glow);text-transform:uppercase;letter-spacing:1px;border-radius:50px;padding:.3rem .8rem;font-size:.75rem;font-weight:700;display:inline-block}.experience-date{color:var(--text-secondary);font-size:.85rem;font-weight:600;font-family:var(--font-main)}.experience-card h3{font-size:1.5rem;line-height:1.3}.experience-card p{color:var(--text-secondary);font-size:1rem;line-height:1.8}@media (width<=768px){.experience-timeline-container{padding-left:30px}.timeline-node{width:24px;height:24px;left:-30px}.node-icon svg{width:12px;height:12px}.timeline-progress-line{left:18px}}.marquee-container{flex-direction:column;gap:3rem;width:100%;display:flex;position:relative}.marquee-fade-left{background:linear-gradient(to right, var(--bg-color), transparent);z-index:5;width:15%;height:100%;position:absolute;top:0;left:0}.marquee-fade-right{background:linear-gradient(to left, var(--bg-color), transparent);z-index:5;width:15%;height:100%;position:absolute;top:0;right:0}.marquee-row{width:max-content;display:flex}.marquee-track{gap:3rem;padding-right:3rem;display:flex}.skill-icon-box{flex-direction:column;justify-content:center;align-items:center;gap:.8rem;min-width:60px;display:flex}.skill-v2-icon{color:var(--text-primary);opacity:.8;filter:grayscale();font-size:2.5rem;transition:all .3s}.skill-icon-box:hover .skill-v2-icon{opacity:1;filter:grayscale(0);color:var(--primary-color);transform:scale(1.1)}.skill-v2-name{text-transform:uppercase;letter-spacing:1px;color:var(--text-secondary);opacity:0;font-size:.9rem;font-weight:600;transition:all .3s}.skill-icon-box:hover .skill-v2-name{opacity:1}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem;display:grid}.project-card{background:var(--surface-color);border:1px solid #ffffff12;border-radius:16px;transition:transform .3s,box-shadow .3s;overflow:hidden}.project-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000004d}.project-img{position:relative}.project-overlay{opacity:0;z-index:2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000bf;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .3s;display:flex;position:absolute;top:0;left:0}.project-card:hover .project-overlay{opacity:1}.overlay-links{gap:1.5rem;display:flex}.overlay-links a{background:var(--text-primary);color:var(--bg-color);border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;font-size:1rem;transition:transform .3s;display:flex}.overlay-links a:hover{transform:scale(1.1)}.project-info{padding:2rem}.project-tag{color:var(--primary-color);text-transform:uppercase;letter-spacing:1px;font-size:.8rem;font-weight:700}.project-info h3{margin:.5rem 0 1rem;font-size:1.5rem}.project-info p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.95rem}.project-tech{gap:1rem;display:flex}.project-tech span{color:var(--text-secondary);background:#ffffff0d;border:1px solid #ffffff14;border-radius:5px;padding:.3rem .8rem;font-size:.8rem}.project-detail-hint{color:var(--primary-color);opacity:.7;font-size:.8rem;font-family:var(--font-main);letter-spacing:.5px;margin-top:1rem;display:block}.project-modal-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:2000;background:#000000bf;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.project-modal{background:var(--surface-color);border:1px solid #ffffff1a;border-radius:16px;width:100%;max-width:700px;max-height:90vh;position:relative;overflow-y:auto;box-shadow:0 30px 60px #00000080}.modal-close{color:var(--text-primary);cursor:none;z-index:10;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem}.modal-close:hover{background:var(--primary-color);color:var(--bg-color)}.modal-img{object-fit:cover;border-radius:16px 16px 0 0;width:100%;height:260px;display:block}.modal-body{padding:2rem}.modal-body h2{font-size:2rem;font-family:var(--font-classic);margin:.5rem 0 1rem}.modal-desc{color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.8}.modal-highlights{flex-direction:column;gap:.6rem;list-style:none;display:flex}.modal-highlights li{color:var(--text-secondary);align-items:flex-start;font-size:.95rem;display:flex}.modal-actions{flex-wrap:wrap;gap:1rem;margin-top:2rem;display:flex}.contact-grid{grid-template-columns:1fr 1.2fr;gap:4rem;display:grid;padding:4rem!important}.contact-info h2{margin-bottom:1rem;font-size:2.5rem}.contact-info p{color:var(--text-secondary);margin-bottom:3rem}.contact-links{flex-direction:column;gap:1.5rem;display:flex}.contact-link{align-items:center;gap:1.5rem;font-size:1.1rem;transition:color .3s;display:flex}.contact-link:hover{color:var(--primary-color)}.icon-wrapper{width:50px;height:50px;color:var(--primary-color);background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;display:flex}.contact-form{flex-direction:column;gap:1.5rem;display:flex}.contact-submit-btn{justify-content:center;align-items:center;gap:.5rem;width:100%;transition:all .3s;display:flex}.contact-submit-btn:disabled{opacity:.6;cursor:not-allowed}.form-success-note{color:#4ade80;text-align:center;margin-top:-.5rem;font-size:.9rem}.form-error-note{color:#f87171;text-align:center;margin-top:-.5rem;font-size:.9rem}.form-group input,.form-group textarea{background:var(--bg-color);width:100%;color:var(--text-primary);font-family:var(--font-main);border:1px solid #ffffff1a;border-radius:8px;outline:none;padding:1.2rem;font-size:.95rem;transition:all .3s}.form-group input:focus,.form-group textarea:focus{border-color:var(--primary-color);background:var(--surface-color);box-shadow:0 0 0 3px var(--primary-glow)}.footer{border-top:1px solid #ffffff0d;padding:4rem 0}.footer-content{justify-content:space-between;align-items:center;display:flex}.footer-content p{color:var(--text-secondary);font-size:.9rem}.footer-socials{gap:1.5rem;display:flex}.footer-socials a{color:var(--text-secondary);transition:color .3s}.footer-socials a:hover{color:var(--primary-color)}@media (width<=1024px){.hero-container-simple{max-width:100%}.name.large{font-size:4rem}.role.large{font-size:2.5rem}.about-grid-new{text-align:center;grid-template-columns:1fr;gap:4rem}.about-image-side{justify-content:center;display:flex}.about-stats-new{justify-content:center}.about-philosophy{grid-template-columns:1fr}.philosophy-item{text-align:center;flex-direction:column;align-items:center}.contact-grid{grid-template-columns:1fr;gap:3rem}}@media (width<=768px){.nav-desktop{display:none}.menu-btn{display:block}.container{padding:0 1.5rem}.name.large{font-size:3rem}.role.large{font-size:1.8rem}.hero-image{width:300px;height:300px}.about-stats-new{flex-direction:column;gap:1.5rem}.footer-content{text-align:center;flex-direction:column;gap:2rem}}.contact-simple .container{justify-content:center;display:flex}.contact-card-simple{text-align:center;border-radius:40px;width:100%;max-width:800px;padding:5rem 2rem}.contact-header{margin-bottom:3rem}.contact-subtitle-new{color:var(--text-secondary);max-width:500px;margin:1rem auto 0;font-size:1.2rem}.cta-wrapper{margin-bottom:3rem}.large-cta{border-radius:50px;align-items:center;gap:1rem;margin:0 auto;padding:1.2rem 3rem;font-size:1.1rem;display:flex}.social-links-simple{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:3rem;display:flex}.social-pill{background:var(--primary-glow);border:1px solid var(--primary-glow);color:var(--text-primary);border-radius:50px;align-items:center;gap:.8rem;padding:.6rem 1.5rem;font-weight:600;transition:all .3s;display:flex}.social-pill:hover{background:var(--primary-color);color:var(--bg-color);border-color:var(--primary-color)}.contact-footer-text{color:var(--text-secondary);opacity:.7;font-size:.9rem}@media (width<=768px){.contact-card-simple{padding:3rem 1.5rem}.large-cta{justify-content:center;width:100%}}.filter-container{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3rem;display:flex}.filter-btn{background:var(--surface-color);border:1px solid var(--primary-glow);color:var(--text-secondary);cursor:pointer;border-radius:50px;padding:.6rem 1.8rem;font-size:.9rem;font-weight:600;transition:all .3s}.filter-btn.active,.filter-btn:hover{background:var(--primary-color);color:var(--bg-color);border-color:var(--primary-color)}.project-card{transform-style:preserve-3d;transition:transform .1s}.card-img{object-fit:cover;border-radius:12px 12px 0 0;width:100%;height:240px}.card-placeholder{background:var(--surface-color);alignItems:center;justifyContent:center;height:240px;color:var(--text-secondary);font-family:var(--font-classic);letter-spacing:2px;display:flex}.project-modal{border-radius:24px;width:95%;max-width:1000px;max-height:90vh;padding:0;position:relative;overflow-y:auto}.modal-content{grid-template-columns:1.2fr 1fr;display:grid}.modal-image-side img{object-fit:cover;width:100%;height:100%}.modal-info-side{padding:3rem}.modal-desc{color:var(--text-secondary);margin:1.5rem 0;font-size:1.05rem;line-height:1.8}.highlights-box{background:var(--primary-glow);border-radius:16px;margin-bottom:2rem;padding:1.5rem}.highlights-box h4{text-transform:uppercase;letter-spacing:1px;color:var(--primary-color);margin-bottom:1rem;font-size:.9rem}.highlights-box ul{flex-direction:column;gap:.8rem;list-style:none;display:flex}.highlights-box li{color:var(--text-primary);align-items:flex-start;gap:.5rem;font-size:.95rem;display:flex}.modal-actions{gap:1rem;display:flex}@media (width<=900px){.modal-content{grid-template-columns:1fr}.modal-image-side{height:250px}.modal-info-side{padding:2rem}}.availability-badge{color:#22c55e;background:#22c55e1a;border:1px solid #22c55e33;border-radius:50px;align-items:center;gap:.8rem;margin-bottom:2rem;padding:.5rem 1.2rem;font-size:.85rem;font-weight:600;display:inline-flex}.pulse-dot{background:#22c55e;border-radius:50%;width:8px;height:8px;position:relative}.pulse-dot:after{content:"";background:inherit;border-radius:inherit;animation:2s infinite pulse-green;position:absolute;inset:0}@keyframes pulse-green{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(3)}}.role-container{justify-content:center;align-items:center;height:4rem;margin-bottom:1rem;display:flex}.trust-section{opacity:.6;flex-direction:column;gap:1.5rem;margin-top:5rem;display:flex}.trust-section span:first-child{text-transform:uppercase;letter-spacing:2px;font-size:.8rem}.trust-logos{flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;display:flex}.logo-text{font-family:var(--font-classic);font-size:1.1rem;font-weight:600}.logo-divider{background:var(--text-secondary);opacity:.3;border-radius:50%;width:4px;height:4px}@media (width<=768px){.role-container{height:3rem}.name.large{font-size:2.8rem}.role.large{font-size:1.6rem}.trust-logos{gap:1rem}}
