.navbar{position:sticky;top:0;z-index:1000;background:#0d0f12f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #2d3139;padding:1rem 0;animation:slideDown .5s ease-out}.navbar-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center}.navbar-brand{font-size:1.5rem;font-weight:700;color:#c7cacc;transition:all .3s cubic-bezier(.34,1.56,.64,1);letter-spacing:-.01em}.navbar-brand:hover{color:#c91b68;transform:scale(1.08)}.nav-menu{display:flex;align-items:center;gap:2.5rem}.nav-link{color:#9399a3;font-weight:600;font-size:1rem;padding:.5rem 0;border-bottom:2px solid transparent;transition:all .3s ease;position:relative}.nav-link:before{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:linear-gradient(90deg,#c91b68,#809fff);transition:width .3s ease}.nav-link:hover{color:#c7cacc}.nav-link:hover:before{width:100%}.hamburger{display:none;flex-direction:column;background:none;border:none;cursor:pointer;gap:6px;padding:0}.hamburger span{width:26px;height:2.5px;background:#c7cacc;border-radius:.25rem;transition:all .3s cubic-bezier(.34,1.56,.64,1)}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(10px,10px)}.hamburger.active span:nth-child(2){opacity:0;transform:translate(-10px)}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(8px,-8px)}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.hamburger{display:flex}.nav-menu{position:absolute;top:100%;left:0;right:0;flex-direction:column;background:#0d0f12fa;padding:1.5rem;max-height:0;overflow:hidden;transition:max-height .3s ease-out;gap:0}.nav-menu.active{max-height:400px}.nav-link{padding:.75rem 0}}.hero{position:relative;overflow:hidden;min-height:100vh;display:flex;align-items:center;background:var(--bg-primary);padding:8rem 0 6rem}.hero-container{position:relative;z-index:2;display:grid;grid-template-columns:1.1fr .9fr;align-items:start;gap:5.5rem}.hero-grid-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:50px 50px;-webkit-mask-image:radial-gradient(circle at center,black 55%,transparent 100%);mask-image:radial-gradient(circle at center,black 55%,transparent 100%)}.hero-glow{position:absolute;border-radius:50%;filter:blur(120px);opacity:.18}.hero-glow-1{width:420px;height:420px;background:var(--primary);top:-120px;left:-120px}.hero-glow-2{width:380px;height:380px;background:var(--secondary);bottom:-120px;right:-120px}.hero-left{display:flex;flex-direction:column;gap:1.2rem}.availability{display:inline-flex;align-items:center;gap:.6rem;width:max-content;padding:.75rem 1.1rem;border-radius:999px;background:#ffffff0a;border:1px solid var(--border);color:var(--text-secondary);font-size:.9rem;font-weight:600}.hero-greeting{font-size:1.1rem;color:var(--secondary);margin:0}.hero-title{font-size:clamp(3.5rem,7vw,5.8rem);line-height:1;font-weight:800;color:#fff;margin:0}.hero-title span{background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-role{font-size:1.45rem;max-width:620px;line-height:1.45;font-weight:600}.hero-description{max-width:650px;font-size:1.1rem;line-height:1.9;color:var(--text-secondary)}.hero-buttons{display:flex;gap:1rem;margin-top:.5rem;flex-wrap:wrap}.hero-btn-primary{display:flex;align-items:center;gap:.7rem;padding:16px 28px;border:none;cursor:pointer;border-radius:16px;background:var(--primary);color:#fff;font-size:1rem;font-weight:700;transition:var(--transition)}.hero-btn-primary:hover{transform:translateY(-4px);box-shadow:0 18px 40px #c91b6859}.hero-btn-secondary{display:flex;align-items:center;gap:.7rem;padding:16px 28px;border-radius:16px;border:1px solid var(--border);text-decoration:none;color:#fff;background:#ffffff08;transition:var(--transition)}.hero-btn-secondary:hover{border-color:var(--secondary);background:#809fff14;transform:translateY(-4px)}.hero-tech{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1rem}.hero-tech span{padding:.75rem 1rem;border-radius:999px;background:#ffffff0a;border:1px solid var(--border);font-size:.9rem;font-weight:600;color:var(--text-secondary);transition:var(--transition)}.hero-tech span:hover{transform:translateY(-5px);border-color:var(--secondary);color:#fff}.hero-dashboard{background:#ffffff09;border:1px solid rgba(255,255,255,.1);border-radius:28px;padding:38px 34px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 25px 70px #00000073,inset 0 1px #ffffff14;display:flex;flex-direction:column;gap:26px;height:fit-content;margin-top:20px}.profile-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding-bottom:26px;border-bottom:1px solid rgba(255,255,255,.09)}.profile-image{width:185px;height:185px;padding:6px;border-radius:9999px;background:linear-gradient(135deg,#c91b68,#809fff,#00f2ff);margin-bottom:22px;box-shadow:0 0 0 12px #ffffff12,0 25px 50px #00000073;transition:all .5s cubic-bezier(.23,1,.32,1);position:relative;overflow:hidden;animation:floatProfile 6s ease-in-out infinite}.profile-image:hover{transform:scale(1.06) rotate(3deg);box-shadow:0 0 0 16px #ffffff1f,0 30px 60px #00000080}.profile-image img{width:100%;height:100%;border-radius:9999px;object-fit:cover;border:5px solid #16181d;transition:transform .6s ease}.profile-image:hover img{transform:scale(1.08)}@keyframes floatProfile{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-12px) rotate(1deg)}}.profile-card h2{margin-top:8px;font-size:1.65rem;color:#fff}.profile-card p{margin-top:4px;font-size:.95rem;color:#9aa4b2}.experience-card{display:flex;gap:18px;padding:20px;background:#ffffff0a;border-radius:16px;align-items:center}.experience-card div{display:flex;flex-direction:column;gap:8px}.experience-card strong{color:#fff}.experience-card span{color:var(--text-secondary);font-size:.9rem}.dashboard-skills{display:flex;flex-direction:column;gap:16px}.dashboard-skill-top{display:flex;justify-content:space-between;margin-bottom:8px;font-size:.92rem}.dashboard-progress{height:8px;background:#1c1d21;border-radius:999px;overflow:hidden}.dashboard-progress-fill{height:100%;background:linear-gradient(90deg,var(--primary),var(--secondary));border-radius:999px;box-shadow:0 0 8px #c91b6880}.dashboard-footer{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.dashboard-footer div{display:flex;gap:8px;align-items:center;justify-content:center;padding:14px;border-radius:14px;background:#ffffff08;font-size:.9rem}.projects{padding:7rem 0;background:#0d0f12}.projects .container{padding:0 1.5rem;max-width:1300px;margin:0 auto}.projects-header{text-align:center;margin-bottom:5rem}.projects-header h2{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;margin:0 0 1rem;color:#c7cacc}.projects-subtitle{font-size:clamp(1rem,2vw,1.2rem);color:#9399a3;max-width:600px;margin:0 auto;line-height:1.7}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:2.5rem;margin-bottom:6rem}.project-card{position:relative;background:#15191f99;border:1px solid rgba(45,49,57,.5);border-radius:1.5rem;padding:2.5rem;overflow:hidden;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:flex;flex-direction:column;gap:1.5rem;animation:fadeInSection .8s ease-out both}.project-card:nth-child(1){animation-delay:.1s}.project-card:nth-child(2){animation-delay:.15s}.project-card:nth-child(3){animation-delay:.2s}.project-card:nth-child(4){animation-delay:.25s}.project-card:nth-child(5){animation-delay:.3s}.project-card:nth-child(6){animation-delay:.35s}.project-card:hover{border-color:#c91b684d;background:#15191fcc;box-shadow:0 20px 60px #c91b6826}.project-accent{position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#c91b68,#809fff,transparent);transform:translate(-100%);transition:transform .5s ease-out}.project-card:hover .project-accent{transform:translate(100%)}.project-icon{font-size:3rem;animation:floatIcon 3s ease-in-out infinite}@keyframes floatIcon{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.project-content{flex:1}.project-title{font-size:1.4rem;font-weight:700;color:#c7cacc;margin:0 0 .75rem;transition:color .3s ease}.project-card:hover .project-title{color:#c91b68}.project-description{font-size:.95rem;line-height:1.7;color:#9399a3;margin:0 0 1.25rem}.status-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:999px;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem;transition:all .3s ease}.status-live{background:#00ff781a;color:#30d158;border:1px solid rgba(0,255,120,.2)}.status-dot{width:8px;height:8px;background:#30d158;border-radius:50%;display:inline-block;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.status-complete{background:#809fff1a;color:#809fff;border:1px solid rgba(128,159,255,.2)}.tech-stack{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem}.tech-badge{padding:.5rem 1rem;background:#c91b681a;color:#c91b68;border:1px solid rgba(201,27,104,.2);border-radius:.6rem;font-size:.85rem;font-weight:600;transition:all .3s ease}.tech-badge:hover{background:#c91b6833;border-color:#c91b68;transform:translateY(-2px)}.project-links{display:flex;gap:1rem;flex-wrap:wrap}.link-btn{flex:1;min-width:120px;padding:.75rem 1.25rem;border-radius:.75rem;text-align:center;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.view-btn{background:linear-gradient(135deg,#c91b68,#a01554);color:#fff;box-shadow:0 8px 20px #c91b6840}.view-btn:hover{transform:translateY(-3px);box-shadow:0 12px 30px #c91b6859}.github-btn{background:#ffffff14;color:#fff;border:1px solid rgba(255,255,255,.15)}.github-btn:hover{background:#809fff1f;border-color:#809fff;color:#809fff;transform:translateY(-3px)}.projects-stats-wrapper{padding:4rem 0}.stats-intro{text-align:center;margin-bottom:3.5rem}.stats-intro h3{font-size:2.5rem;font-weight:800;color:#c7cacc;margin:0 0 .75rem}.stats-intro p{font-size:1.1rem;color:#9399a3;margin:0}.projects-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.projects-stat{position:relative;padding:2.5rem;background:linear-gradient(135deg,#c91b6814,#809fff14);border:1px solid rgba(45,49,57,.5);border-radius:1.5rem;text-align:center;transition:all .3s cubic-bezier(.34,1.56,.64,1);cursor:pointer;overflow:hidden}.projects-stat:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#c91b68,#809fff);transform:scaleX(0);transform-origin:left;transition:transform .4s ease-out}.projects-stat:hover{border-color:#c91b684d;background:linear-gradient(135deg,#c91b6826,#809fff1a);box-shadow:0 20px 60px #0000004d}.projects-stat:hover:before{transform:scaleX(1)}.stat-icon{font-size:3rem;margin-bottom:1rem;animation:bounceIcon 3s ease-in-out infinite}@keyframes bounceIcon{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.stat-value{font-size:3.5rem;font-weight:800;background:linear-gradient(135deg,#c91b68,#809fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem;line-height:1}.stat-label{font-size:1.1rem;font-weight:700;color:#c7cacc;margin-bottom:.5rem}.stat-description{font-size:.9rem;color:#9399a3;line-height:1.5}.stat-glow{position:absolute;top:50%;left:50%;width:0;height:0;background:radial-gradient(circle,rgba(201,27,104,.2),transparent);border-radius:50%;transform:translate(-50%,-50%);transition:all .3s ease;pointer-events:none}.projects-stat:hover .stat-glow{width:300px;height:300px}@media (max-width: 1024px){.projects-grid,.projects-stats{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.projects{padding:4rem 0}.projects-grid{grid-template-columns:1fr;gap:1.75rem;margin-bottom:3rem}.projects-stats{grid-template-columns:1fr}.stat-value,.stat-icon{font-size:2.5rem}.stats-intro h3{font-size:1.75rem}}@media (max-width: 480px){.projects .container{padding:0 1rem}.projects-stat{padding:1.75rem}.stat-value,.stat-icon{font-size:2rem}.stat-label{font-size:1rem}.stat-description{font-size:.85rem}}.skills{padding:7rem 0;background:#0d0f12;position:relative;overflow:hidden}.skills .container{padding:0 1.5rem;max-width:1300px;margin:0 auto}.skills-header{text-align:center;margin-bottom:5rem}.skills-header h2{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;margin:0 0 1rem;color:#c7cacc}.skills-subtitle{font-size:clamp(1rem,2vw,1.2rem);color:#9399a3;max-width:600px;margin:0 auto;line-height:1.7}.skills-grid-wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;margin-bottom:5rem}.skill-category{background:#15191f99;border:1px solid rgba(45,49,57,.5);border-radius:1.5rem;padding:2.5rem;transition:all .3s cubic-bezier(.34,1.56,.64,1);position:relative;overflow:hidden}.skill-category:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--category-color);transform:scaleX(0);transform-origin:left;transition:transform .4s ease-out}.skill-category:hover{border-color:var(--category-color);background:#15191fcc;box-shadow:0 20px 60px #0000004d}.skill-category:hover:before{transform:scaleX(1)}.category-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid rgba(199,202,204,.1)}.category-icon{font-size:2rem;animation:rotateIcon .6s ease-out}@keyframes rotateIcon{0%{transform:rotate(-20deg) scale(0)}to{transform:rotate(0) scale(1)}}.category-title{font-size:1.4rem;font-weight:700;color:#c7cacc;margin:0}.category-skills{display:flex;flex-direction:column;gap:1.75rem}.skill-item{display:flex;flex-direction:column;gap:.75rem;cursor:pointer;transition:all .3s ease}.skill-name{display:flex;justify-content:space-between;align-items:center}.skill-name h4{font-size:1rem;font-weight:700;color:#c7cacc;margin:0;transition:color .3s ease}.skill-item:hover .skill-name h4{color:var(--category-color)}.skill-level{font-size:.85rem;font-weight:700;color:var(--category-color);background:#c91b681a;padding:.3rem .8rem;border-radius:999px;transition:all .3s ease}.skill-item:hover .skill-level{background:var(--category-color);color:#fff}.skill-bar{height:6px;background:#ffffff14;border-radius:999px;overflow:hidden}.skill-progress{height:100%;background:linear-gradient(90deg,var(--category-color),rgba(255,255,255,.3));border-radius:999px;box-shadow:0 0 12px var(--category-color);transition:all .3s ease}.skill-item:hover .skill-progress{box-shadow:0 0 24px var(--category-color)}.skills-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:0;background:#15191f99;border:1px solid rgba(45,49,57,.5);border-radius:1.5rem;padding:2.5rem 0;text-align:center}.stat{padding:0 2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;transition:all .3s ease}.stat:hover{background:#c91b680d}.stat-number{font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,#c91b68,#809fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-divider{display:none}@media (max-width: 1024px){.skills-grid-wrapper{grid-template-columns:repeat(2,1fr);gap:2rem}.skills-stats{grid-template-columns:1fr;gap:0}.stat{padding:1.5rem 2rem;border-bottom:1px solid rgba(45,49,57,.5)}.stat:last-child{border-bottom:none}.stat-divider{display:none}}@media (max-width: 768px){.skills{padding:4rem 0}.skills-header{margin-bottom:3.5rem}.skills-header h2{font-size:2.25rem}.skills-grid-wrapper{grid-template-columns:1fr;gap:1.75rem;margin-bottom:3rem}.skill-category{padding:2rem}.category-skills{gap:1.5rem}.skill-item{gap:.6rem}.skill-name h4{font-size:.95rem}.stats-number{font-size:2rem}.stat-label{font-size:.85rem}}@media (max-width: 480px){.skills{padding:3rem 0}.skills .container{padding:0 1rem}.skills-header h2{font-size:1.75rem}.skills-subtitle{font-size:.95rem}.skill-category{padding:1.5rem;border-radius:1rem}.category-header{margin-bottom:1.5rem;padding-bottom:1rem;gap:.75rem}.category-icon{font-size:1.5rem}.category-title{font-size:1.1rem}.skill-name h4{font-size:.9rem}.skill-level{font-size:.8rem;padding:.25rem .6rem}.skills-stats{padding:1.5rem 0}.stat{padding:1rem 1.5rem}.stat-number{font-size:1.75rem}}.footer{background:#0a0c0f;border-top:1px solid #2d3139;padding:4rem 0 1.75rem;margin-top:5rem}.footer .container{padding:0 1.5rem;max-width:1300px;margin:0 auto}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:3rem;margin-bottom:3.5rem}.footer-section{animation:fadeInSection .8s ease-out both}.footer-section:nth-child(1){animation-delay:.1s}.footer-section:nth-child(2){animation-delay:.2s}.footer-section:nth-child(3){animation-delay:.3s}.footer-section:nth-child(4){animation-delay:.4s}.footer-section h3{font-size:1.5rem;margin-bottom:.5rem;color:#c7cacc;font-weight:800}.footer-section h4{font-size:1.1rem;margin-bottom:1rem;color:#c7cacc;font-weight:700}.footer-section p{color:#9399a3;font-size:.95rem;line-height:1.6;margin-bottom:.5rem}.footer-section p.tagline{color:#c91b68;font-size:.9rem;font-weight:600}.footer-section a{display:block;color:#9399a3;font-size:.95rem;margin-bottom:.75rem;transition:all .3s cubic-bezier(.34,1.56,.64,1);font-weight:500}.footer-section a:hover{color:#c91b68;transform:translate(6px)}.footer-section a[href^="mailto:"],.footer-section a[href^="tel:"]{color:#809fff}.footer-section a[href^="mailto:"]:hover,.footer-section a[href^="tel:"]:hover{color:#c91b68}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #2d3139;color:#6b7280;font-size:.9rem}.footer-bottom p{margin:.5rem 0;color:#6b7280}.footer-credit{color:#9399a3;font-size:.85rem;margin-top:.5rem}@keyframes fadeInSection{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.footer{padding:3rem 0 1.75rem;margin-top:3rem}.footer-content{grid-template-columns:repeat(2,1fr);gap:2rem}.footer-section h3{font-size:1.25rem}.footer-section h4{font-size:1rem}.footer-section a,.footer-section p{font-size:.9rem}}@media (max-width: 480px){.footer-content{grid-template-columns:1fr;gap:1.5rem}.footer-section h3{font-size:1.1rem}.footer-section h4{font-size:.95rem}.footer-bottom{padding-top:1.5rem}}.about{padding:7rem 0;background:#0d0f12}.about .container{padding:0 1.5rem}.about-hero{text-align:center;margin-bottom:5rem}.about-intro h2{font-size:3.5rem;margin-bottom:1rem;color:#c7cacc}.about-intro p{font-size:1.2rem;color:#9399a3;max-width:600px;margin:0 auto}.about-profile{display:grid;grid-template-columns:300px 1fr;gap:4rem;align-items:center;margin-bottom:5rem;padding:3rem 2rem;background:#15191f80;border-radius:1.5rem;border:1px solid rgba(45,49,57,.5)}.profile-image{position:relative}.profile-image img{width:280px;height:280px;border-radius:1.5rem;border:2px solid #c91b68;object-fit:cover;transition:all .3s ease}.profile-image img:hover{border-color:#809fff;box-shadow:0 15px 50px #c91b6833}.profile-text h3{font-size:2.5rem;margin-bottom:.5rem;color:#c7cacc}.profile-text .role{color:#c91b68;font-weight:700;font-size:1.1rem;margin-bottom:1.5rem}.profile-text .bio{color:#9399a3;line-height:1.9;font-size:1.05rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.75rem;margin-bottom:5rem}.stat-card{padding:2.5rem;background:linear-gradient(135deg,#c91b680d,#809fff0d);border:1px solid rgba(45,49,57,.5);border-radius:1rem;text-align:center;transition:all .3s ease}.stat-card:hover{border-color:#c91b68;background:#c91b681a;transform:translateY(-4px)}.stat-number{font-size:2.5rem;font-weight:700;color:#c91b68;margin-bottom:.5rem}.stat-label{font-size:.95rem;color:#9399a3;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.timeline-section{margin-bottom:5rem}.section-title{font-size:2rem;margin-bottom:3rem;color:#c7cacc;position:relative;padding-bottom:1rem}.section-title:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background:linear-gradient(90deg,#c91b68,#809fff);border-radius:2px}.timeline{position:relative;padding:2rem 0}.timeline:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:2px;background:linear-gradient(180deg,#c91b68,#809fff,transparent)}.timeline-item{margin-bottom:2rem;width:100%;position:relative}.timeline-item:nth-child(odd){text-align:right;padding-right:52%}.timeline-item:nth-child(2n){text-align:left;padding-left:52%}.timeline-dot{position:absolute;left:50%;top:0;width:16px;height:16px;background:#c91b68;border:3px solid #0d0f12;border-radius:50%;transform:translate(-50%);transition:all .3s ease}.timeline-item:hover .timeline-dot{width:24px;height:24px;background:#809fff;box-shadow:0 0 20px #809fff66}.timeline-content{padding:1.5rem;background:#15191f99;border:1px solid rgba(45,49,57,.5);border-radius:.75rem}.timeline-year{color:#c91b68;font-weight:700;font-size:.9rem}.timeline-content h4{font-size:1.3rem;margin-top:.5rem;color:#c7cacc}.timeline-content p{color:#9399a3;margin-top:.5rem}.philosophy-section{margin-bottom:5rem}.philosophy-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem}.philosophy-card{padding:2rem;background:#15191f99;border:1px solid rgba(45,49,57,.5);border-radius:1rem;text-align:center;transition:all .3s ease}.philosophy-card:hover{border-color:#c91b68;background:#c91b6814}.philosophy-icon{font-size:2.5rem;margin-bottom:1rem}.philosophy-card h4{color:#c7cacc;margin-bottom:.75rem}.philosophy-card p{color:#9399a3;font-size:.95rem}.funfacts-section{margin-bottom:5rem}.funfacts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.funfact-item{padding:1.75rem;background:#15191f99;border:1px solid rgba(201,27,104,.2);border-radius:.75rem;color:#c7cacc;font-size:1rem;font-weight:500;transition:all .3s ease;cursor:default}.funfact-item:hover{border-color:#c91b68;background:#c91b681a;transform:translate(4px)}.current-focus{padding:3rem;background:#15191f99;border:1px solid rgba(45,49,57,.5);border-radius:1.5rem}.current-focus h3{font-size:2rem;margin-bottom:2rem;color:#c7cacc}.focus-items{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.focus-item{display:flex;gap:1.5rem;padding:1.5rem;background:#0d0f1280;border-radius:.75rem;transition:all .3s ease}.focus-item:hover{background:#c91b6814;transform:translate(4px)}.focus-emoji{font-size:2rem;min-width:50px}.focus-item h4{color:#c7cacc;margin-bottom:.25rem}.focus-item p{color:#9399a3;font-size:.95rem}@media (max-width: 1024px){.about-profile{grid-template-columns:1fr;gap:2rem}.timeline:before{left:20px}.timeline-item{padding-left:60px!important;text-align:left!important}.timeline-dot{left:20px}.timeline-content{margin-left:0}}@media (max-width: 768px){.about{padding:4rem 0}.about-intro h2{font-size:2.5rem}.about-profile{padding:2rem 1.5rem;gap:2rem}.profile-image img{width:240px;height:240px}.profile-text h3{font-size:1.75rem}.stats-grid{grid-template-columns:repeat(2,1fr)}.timeline:before{left:16px}.timeline-dot{left:16px;width:12px;height:12px}.philosophy-grid{grid-template-columns:repeat(2,1fr)}.funfacts-grid,.focus-items{grid-template-columns:1fr}}@media (max-width: 480px){.about-intro h2{font-size:2rem}.profile-image img{width:200px;height:200px}.section-title{font-size:1.5rem}.philosophy-grid,.stats-grid{grid-template-columns:1fr}}.contact{padding:5.5rem 0;animation:fadeInSection .8s ease-out}.contact .container{padding:0 1.5rem;max-width:700px}.contact h2{text-align:center;font-size:3rem;margin-bottom:.75rem}.contact-subtitle{text-align:center;color:#9399a3;margin-bottom:3rem;font-size:1.1rem}.contact-form{display:flex;flex-direction:column;gap:1.75rem;margin-bottom:3.5rem;animation:slideInUp .8s ease-out .2s both}.contact-form input,.contact-form textarea{padding:1.1rem;background:#15191f;border:1.5px solid #2d3139;border-radius:.75rem;color:#c7cacc;font-size:1.05rem;font-family:inherit;transition:all .3s ease}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#6b7280}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#c91b68;background:#0f172acc;box-shadow:0 0 20px #c91b6840;transform:translateY(-2px)}.btn-submit{padding:1.2rem;background:#c91b68;color:#fff;border:none;border-radius:.75rem;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s cubic-bezier(.34,1.56,.64,1);margin-top:.5rem}.btn-submit:hover{background:#a01554;transform:translateY(-4px);box-shadow:0 15px 40px #c91b684d}.btn-submit:active{transform:translateY(-2px)}.contact-socials{display:flex;justify-content:center;gap:3rem;animation:slideInUp .8s ease-out .4s both}.social-link{color:#809fff;font-weight:700;font-size:1.1rem;transition:all .3s cubic-bezier(.34,1.56,.64,1);position:relative}.social-link:hover{color:#c91b68;transform:translateY(-4px)}.social-link:after{content:"";position:absolute;bottom:-8px;left:0;right:0;height:2px;background:#c91b68;transform:scaleX(0);transform-origin:center;transition:transform .3s ease}.social-link:hover:after{transform:scaleX(1)}@media (max-width: 768px){.contact{padding:3.5rem 0}.contact .container{max-width:100%}.contact-socials{gap:2rem}}.testimonials{padding:8rem 0;background:var(--bg-secondary)}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:3.2rem;margin-bottom:1rem;background:linear-gradient(90deg,var(--primary),var(--secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.section-header p{font-size:1.2rem;color:var(--text-secondary);max-width:500px;margin:0 auto}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:2.5rem}.testimonial-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:2.8rem 2.2rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:all .4s cubic-bezier(.23,1,.32,1);height:100%;display:flex;flex-direction:column}.testimonial-card:hover{border-color:var(--primary);transform:translateY(-12px);box-shadow:0 30px 60px #0006}.quote-icon{color:var(--primary);opacity:.7;margin-bottom:1.5rem}.testimonial-text{font-size:1.15rem;line-height:1.75;color:var(--text-secondary);flex:1;margin-bottom:2rem}.stars{margin-bottom:2rem;display:flex;gap:4px}.testimonial-author{display:flex;align-items:center;gap:1rem}.author-img{width:58px;height:58px;border-radius:50%;object-fit:cover;border:3px solid rgba(255,255,255,.1)}.testimonial-author h4{margin:0;color:#fff;font-size:1.1rem}.testimonial-author p{margin:2px 0 0;color:var(--text-secondary);font-size:.95rem}.testimonial-author span{font-size:.85rem;color:var(--primary)}:root{--bg-primary: #070B14;--bg-secondary: #101827;--bg-card: #151C2E;--bg-card-hover: #1B2438;--border: #273248;--text-primary: #F8FAFC;--text-secondary: #94A3B8;--primary: #3B82F6;--primary-hover: #2563EB;--secondary: #8B5CF6;--success: #22C55E;--danger: #EF4444;--warning: #F59E0B;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--container-width: 1240px;--radius-sm: 12px;--radius-md: 18px;--radius-lg: 24px;--radius-xl: 32px;--transition: all .35s ease;--shadow-sm: 0 10px 30px rgba(0,0,0,.18);--shadow-lg: 0 25px 70px rgba(0,0,0,.35)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg-primary);color:var(--text-primary);font-family:var(--font-sans);line-height:1.7;overflow-x:hidden;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(circle at top left,rgba(59,130,246,.12),transparent 35%),radial-gradient(circle at bottom right,rgba(139,92,246,.1),transparent 35%);z-index:-2}body:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:60px 60px;-webkit-mask-image:radial-gradient(circle,black 55%,transparent 100%);mask-image:radial-gradient(circle,black 55%,transparent 100%);z-index:-1;opacity:.35}h1{font-size:clamp(3rem,6vw,5rem);font-weight:800;line-height:1.05;letter-spacing:-2px}h2{font-size:clamp(2.2rem,5vw,3.5rem);font-weight:700;line-height:1.15}h3{font-size:1.8rem;font-weight:700}h4{font-size:1.3rem;font-weight:600}p{font-size:1.05rem;line-height:1.9;color:var(--text-secondary)}a{text-decoration:none;color:var(--primary);transition:var(--transition)}a:hover{color:var(--secondary)}img{max-width:100%;display:block}ul{list-style:none}button{font-family:inherit;cursor:pointer;border:none;outline:none;transition:var(--transition)}input,textarea{font-family:inherit;outline:none}.container{width:min(100% - 2rem,var(--container-width));margin-inline:auto}section{padding:110px 0;position:relative}.glass{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--primary);border-radius:999px}::-webkit-scrollbar-thumb:hover{background:var(--secondary)}::selection{background:var(--primary);color:#fff}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(35px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}@media (max-width:992px){section{padding:90px 0}}@media (max-width:768px){.container{width:min(100% - 1.5rem,var(--container-width))}h1{font-size:3rem}h2{font-size:2.3rem}section{padding:75px 0}}@media (max-width:480px){h1{font-size:2.5rem}h2{font-size:2rem}p{font-size:1rem}}
