:root{--bg-color: #030303;--bg-gradient: linear-gradient(180deg, #030303 0%, #080808 100%);--text-primary: #f3f4f6;--text-secondary: #9ca3af;--accent-color: #22d3ee;--accent-glow: rgba(34, 211, 238, .4);--card-bg: rgba(20, 20, 20, .4);--border-color: rgba(255, 255, 255, .08);--font-heading: "Cormorant Garamond", serif;--font-body: "Montserrat", sans-serif}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}.lenis.lenis-scrolling iframe{pointer-events:none}*{box-sizing:border-box;margin:0;padding:0;cursor:none}body{background-color:var(--bg-color);background-image:var(--bg-gradient);color:var(--text-primary);font-family:var(--font-body);overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.noise-overlay{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9000;opacity:.04;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMDAiIGhlaWdodD0iMjAwIj48ZmlsdGVyIGlkPSJnoiPjxmZVR1cmJ1bGVuY2UgdHlwZT0iZnJhY3RhbE5vaXNlIiBiYXNlRnJlcXVlbmN5PSIwLjY1IiBudW1PY3RhdmVzPSIzIiBzdGl0Y2hUaWxlcz0ic3RpdGNoIi8+PC9maWx0ZXI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsdGVyPSJ1cmwoI2cpIiBvcGFjaXR5PSIwLjUiLz48L3N2Zz4=)}#cursor-follower{position:fixed;top:0;left:0;width:20px;height:20px;border:1px solid var(--accent-color);border-radius:50%;pointer-events:none;z-index:10000;transform:translate(-50%,-50%);transition:width .3s,height .3s,background-color .3s;mix-blend-mode:difference}#cursor-follower.active{width:60px;height:60px;background-color:var(--accent-glow);border-color:transparent;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}h1,h2,h3,h4{font-family:var(--font-heading);font-weight:600}.section-title{font-size:4rem;text-align:center;margin-bottom:5rem;background:linear-gradient(to right,#fff,#6b7280);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;opacity:0}.section-title-left{font-size:3.5rem;margin-bottom:2rem;background:linear-gradient(to right,#fff,#6b7280);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.container{max-width:1200px;margin:0 auto;padding:0 2rem}section{position:relative;padding:10rem 0;overflow:hidden}.nav-dock{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);background:#0a0a0a99;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--border-color);padding:.8rem 1.5rem;border-radius:2rem;display:flex;gap:1.5rem;z-index:100;box-shadow:0 10px 30px #00000080}.nav-link{color:var(--text-secondary);text-decoration:none;font-size:.9rem;font-weight:500;transition:color .3s;padding:.5rem;position:relative}.nav-link:hover,.nav-link.active{color:#fff}.nav-link:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%) scaleX(0);width:4px;height:4px;background:var(--accent-color);border-radius:50%;transition:transform .3s}.nav-link.active:after{transform:translate(-50%) scaleX(1)}.hero-section{height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;background:radial-gradient(circle at 50% 50%,#1a1a1a,#000)}.hero-bg-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:18vw;font-weight:900;color:#ffffff05;white-space:nowrap;pointer-events:none;z-index:0}.hero-content{z-index:1;max-width:1000px}.hero-greeting{color:var(--accent-color);font-size:1.2rem;letter-spacing:3px;text-transform:uppercase;margin-bottom:1.5rem;font-weight:500}.hero-title{font-size:7rem;line-height:.9;margin-bottom:2rem;background:linear-gradient(to bottom right,#fff 30%,#666);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero-subtitle{font-size:1.5rem;color:var(--text-secondary);margin-bottom:3rem;font-weight:300}.hero-roles{display:flex;justify-content:center;gap:1.5rem;font-size:1rem;color:var(--text-secondary);letter-spacing:1px;text-transform:uppercase;font-weight:500}.separator{color:var(--accent-color);opacity:.8}.about-content-wrapper{display:flex;align-items:center;justify-content:center;gap:6rem}.about-avatar-container{position:relative;width:180px;height:180px;flex-shrink:0}.about-avatar{width:100%;height:100%;border-radius:50%;object-fit:cover;border:1px solid var(--border-color);filter:grayscale(100%);transition:filter .5s}.about-avatar-container:hover .about-avatar{filter:grayscale(0%)}.about-text-content{max-width:600px}.about-bio{font-size:1.3rem;line-height:1.8;color:var(--text-secondary);margin-bottom:2.5rem}.about-bio strong{color:#fff;font-weight:500}.resume-container{display:flex;justify-content:flex-start}.resume-btn{display:inline-flex;align-items:center;gap:1rem;padding:1rem 2rem;background:#ffffff0d;border:1px solid var(--border-color);border-radius:2rem;text-decoration:none;color:#fff;transition:.3s}.resume-btn:hover{background:var(--accent-color);color:#000;border-color:var(--accent-color)}.resume-icon{font-size:1.2rem}.resume-text{font-weight:600;letter-spacing:1px;text-transform:uppercase;font-size:.9rem}.timeline-section{padding:8rem 0}.timeline{position:relative;max-width:800px;margin:0 auto;padding-left:3rem;border-left:1px solid rgba(255,255,255,.1)}.timeline-item{position:relative;margin-bottom:5rem;padding-left:2rem}.timeline-marker{position:absolute;left:-3.45rem;top:.5rem;width:1rem;height:1rem;background:#000;border:2px solid var(--accent-color);border-radius:50%;z-index:2;transition:transform .3s}.timeline-item:hover .timeline-marker{transform:scale(1.5);background:var(--accent-color)}.timeline-year{display:block;color:var(--accent-color);font-size:.9rem;margin-bottom:.5rem;font-weight:600;letter-spacing:1px}.timeline-role{font-size:2rem;color:#fff;margin-bottom:.5rem}.timeline-company{font-size:1.2rem;color:var(--text-secondary);margin-bottom:1rem;font-weight:400}.timeline-desc{color:#888;line-height:1.6;max-width:500px}.skills-section{padding:6rem 0;background:#ffffff03}.skills-marquee-wrapper{width:100%;overflow:hidden;white-space:nowrap;-webkit-mask-image:linear-gradient(to right,transparent,black 20%,black 80%,transparent);mask-image:linear-gradient(to right,transparent,black 20%,black 80%,transparent)}.skills-marquee{display:inline-flex;gap:4rem;animation:marquee 30s linear infinite}.skill-tag{font-family:var(--font-heading);font-size:3rem;color:#ffffff4d;transition:color .3s,transform .3s;cursor:default}.skill-tag:hover{color:var(--accent-color);transform:scale(1.1)}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.project-showcase{display:flex;justify-content:center;perspective:1000px}.project-card-premium{width:100%;max-width:1100px;min-height:500px;background:#0a0a0a;border-radius:2rem;border:1px solid var(--border-color);box-shadow:0 30px 60px #00000080;overflow:hidden;position:relative;transition:transform .5s,box-shadow .5s}.project-card-premium:hover{transform:translateY(-10px) rotateX(2deg);box-shadow:0 50px 100px #22d3ee1a}.project-card-inner{display:grid;grid-template-columns:1fr 1fr;height:100%}.project-visual-side{background:radial-gradient(circle at center,#1a1a1a,#000);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.app-icon-container{width:140px;height:140px;background:#ffffff08;border-radius:30px;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);z-index:2;transition:transform .5s}.project-card-premium:hover .app-icon-container{transform:scale(1.1)}.app-icon{width:70px;height:auto}.visual-glow{position:absolute;width:300px;height:300px;background:var(--accent-color);filter:blur(100px);opacity:.1;z-index:1;animation:float-glow 5s infinite alternate}@keyframes float-glow{0%{transform:translate(-20px,-20px)}to{transform:translate(20px,20px)}}.project-info-side{padding:4rem;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(to right,#0a0a0a,#050505)}.project-label{color:var(--accent-color);text-transform:uppercase;letter-spacing:2px;font-size:.8rem;margin-bottom:1rem;display:block}.project-title{font-size:3.5rem;color:#fff;margin-bottom:1.5rem;line-height:1}.project-summary{color:var(--text-secondary);line-height:1.7;margin-bottom:2rem;font-size:1.1rem}.project-features{list-style:none;margin-bottom:3rem}.project-features li{color:#ccc;margin-bottom:.8rem;padding-left:1.5rem;position:relative}.project-features li:before{content:"▹";position:absolute;left:0;color:var(--accent-color)}.project-actions{display:flex;gap:1.5rem}.action-btn{padding:1rem 2rem;border-radius:2rem;text-decoration:none;font-weight:600;transition:.3s}.action-btn.primary{background:#fff;color:#000}.action-btn.primary:hover{background:var(--accent-color)}.action-btn.secondary{border:1px solid rgba(255,255,255,.2);color:#fff}.action-btn.secondary:hover{border-color:#fff}.contact-form{max-width:600px;margin:0 auto 4rem;background:var(--card-bg);padding:3rem;border-radius:1.5rem;border:1px solid var(--border-color)}.form-group{margin-bottom:1.5rem;text-align:left}.form-group label{display:block;margin-bottom:.5rem;color:var(--text-secondary);font-size:.9rem}.form-input{width:100%;padding:1rem;background:#0000004d;border:1px solid var(--border-color);border-radius:.5rem;color:#fff;font-family:var(--font-body);transition:.3s}.form-input:focus{outline:none;border-color:var(--accent-color);background:#00000080}.btn-primary{width:100%;padding:1rem;background:var(--accent-color);color:#000;border:none;border-radius:.5rem;font-weight:700;cursor:pointer;transition:.3s}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 5px 15px var(--accent-glow)}.social-links{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem}.social-links a{color:var(--text-secondary);text-decoration:none;transition:.3s}.social-links a:hover{color:#fff}footer{text-align:center;color:#444;font-size:.8rem}.back-btn{position:fixed;top:2rem;left:2rem;z-index:100;color:#fff;text-decoration:none;font-weight:500;display:flex;align-items:center;gap:.5rem;padding:.8rem 1.5rem;background:#00000080;border:1px solid var(--border-color);border-radius:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:.3s}.back-btn:hover{background:var(--accent-color);color:#000;gap:1rem}.project-hero{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:radial-gradient(circle at 50% 30%,#1a1a1a,#000);position:relative;padding-top:8rem}.project-logo-large{width:180px;height:180px;margin-bottom:2rem;background:#ffffff0d;border-radius:40px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.1);box-shadow:0 0 50px #22d3ee33}.project-logo-large img{width:100px;height:auto}.project-title-large{font-size:6rem;line-height:1;margin-bottom:1rem;background:linear-gradient(to bottom,#fff,#888);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.project-subtitle{font-size:1.5rem;color:var(--accent-color);margin-bottom:2rem;letter-spacing:1px}.project-tags-large{display:flex;gap:1rem;justify-content:center}.project-tags-large span{padding:.5rem 1.5rem;border:1px solid var(--border-color);border-radius:2rem;color:var(--text-secondary);font-size:.9rem}.hero-scroll-indicator{position:absolute;bottom:3rem;display:flex;flex-direction:column;align-items:center;gap:1rem;color:var(--text-secondary);font-size:.8rem;letter-spacing:2px;text-transform:uppercase}.scroll-line{width:1px;height:60px;background:linear-gradient(to bottom,var(--accent-color),transparent)}.project-overview{padding:8rem 0;background:#050505}.overview-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:6rem;align-items:center}.project-desc-text{font-size:1.2rem;line-height:1.8;color:#ccc}.project-desc-text strong{color:#fff}.overview-stats{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.stat-box{background:var(--card-bg);padding:2rem;border-radius:1.5rem;border:1px solid var(--border-color);text-align:center}.stat-number{display:block;font-size:3rem;font-weight:700;color:var(--accent-color);margin-bottom:.5rem}.stat-label{color:var(--text-secondary);font-size:.9rem;text-transform:uppercase;letter-spacing:1px}.ai-features{padding:8rem 0;background:#080808}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem}.feature-card{background:linear-gradient(145deg,#111,#0a0a0a);padding:3rem;border-radius:2rem;border:1px solid var(--border-color);transition:transform .3s,border-color .3s}.feature-card:hover{transform:translateY(-10px);border-color:var(--accent-color)}.feature-card h3{font-size:1.8rem;margin-bottom:1rem;color:#fff}.feature-card p{color:#aaa;line-height:1.6}.screenshots-section{padding:10rem 0;background:#030303}.screenshots-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:4rem}.screenshot-item{display:flex;flex-direction:column;align-items:center;gap:2rem}.phone-frame{width:100%;aspect-ratio:9/19.5;background:#000;border-radius:36px;border:6px solid #1a1a1a;overflow:hidden;box-shadow:0 0 0 2px #333,0 20px 50px #000c;transition:transform .5s,box-shadow .5s;position:relative}.phone-frame img{width:100%;height:100%;object-fit:cover}.screenshot-caption{text-align:center}.screenshot-caption h3{font-size:1.2rem;margin-bottom:.5rem;color:#fff}.screenshot-caption p{color:var(--text-secondary);font-size:.9rem}.project-footer{padding:8rem 0;text-align:center;background:radial-gradient(circle at 50% 100%,#111,#000)}.project-footer h2{font-size:4rem;margin-bottom:1rem}.project-footer p{color:var(--text-secondary);margin-bottom:3rem;font-size:1.2rem}.footer-legal{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;gap:1rem}.legal-link{color:var(--text-secondary);text-decoration:none;font-size:.9rem;transition:color .3s ease}.legal-link:hover{color:var(--accent-color)}.legal-separator{color:#fff3;font-size:.8rem}@media(max-width:1024px){.screenshots-gallery{grid-template-columns:repeat(2,1fr);gap:4rem}}@media(max-width:768px){.hero-title{font-size:4rem}.hero-roles{flex-direction:column;gap:.5rem;font-size:1rem}.separator{display:none}.about-content-wrapper{flex-direction:column;gap:3rem;text-align:center}.project-card-inner{grid-template-columns:1fr}.project-visual-side{min-height:250px}.project-info-side{padding:2rem}.nav-dock{width:90%;justify-content:space-around;padding:.8rem;gap:0}.nav-link{font-size:.75rem;padding:.3rem}.timeline{padding-left:1rem;border-left:none}.timeline-item{padding-left:0;border-left:1px solid rgba(255,255,255,.1);padding-left:2rem}.timeline-marker{left:-.5rem}.project-title-large{font-size:4rem}.overview-grid{grid-template-columns:1fr;gap:3rem}.screenshots-gallery{grid-template-columns:1fr;max-width:300px;margin:4rem auto 0}}.project-showcase-new{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1100px;margin:0 auto}.project-content-new{padding:2rem}.project-badge{display:inline-block;padding:.5rem 1rem;background:#22d3ee1a;color:var(--accent-color);border-radius:2rem;font-size:.8rem;text-transform:uppercase;letter-spacing:1px;margin-bottom:1.5rem;border:1px solid rgba(34,211,238,.2)}.project-title-new{font-size:4rem;line-height:1;margin-bottom:1.5rem;color:#fff}.project-desc-new{font-size:1.1rem;line-height:1.7;color:var(--text-secondary);margin-bottom:2rem}.project-desc-new strong{color:#fff}.project-tech-new{display:flex;gap:1rem;margin-bottom:3rem}.project-tech-new span{padding:.5rem 1rem;background:#ffffff0d;border-radius:.5rem;font-size:.9rem;color:#ccc;border:1px solid var(--border-color)}.project-actions-new{display:flex;gap:1rem}.btn-glow{padding:1rem 2rem;background:var(--accent-color);color:#000;border-radius:2rem;text-decoration:none;font-weight:600;box-shadow:0 0 20px #22d3ee66;transition:.3s}.btn-glow:hover{transform:translateY(-2px);box-shadow:0 0 40px #22d3ee99}.project-visual-new{display:flex;justify-content:center;position:relative}.phone-mockup-large{width:300px;height:600px;background:#000;border-radius:40px;border:6px solid #1a1a1a;overflow:hidden;position:relative;box-shadow:0 30px 80px #0009;transform:rotate(-5deg);transition:transform .5s}.phone-mockup-large:hover{transform:rotate(0) scale(1.02)}.phone-mockup-large img{width:100%;height:100%;object-fit:fit}.mockup-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120%;height:120%;background:radial-gradient(circle,var(--accent-color),transparent 70%);opacity:.15;z-index:-1;pointer-events:none}.form-status{margin-top:1rem;font-size:.9rem;min-height:1.5rem}.form-status.success{color:#4ade80}.form-status.error{color:#ef4444}@media(max-width:900px){.project-showcase-new{grid-template-columns:1fr;text-align:center}.project-tech-new,.project-actions-new{justify-content:center}.phone-mockup-large{margin:0 auto;transform:rotate(0)}}@media(max-width:768px){.project-showcase-new{grid-template-columns:1fr;gap:3rem;text-align:center}.project-title-new{font-size:3rem}.project-tech-new{justify-content:center;flex-wrap:wrap}.project-actions-new{justify-content:center}.phone-mockup-large{width:260px;height:520px;margin:0 auto;transform:rotate(0)}.project-hero{padding-top:6rem;min-height:auto;padding-bottom:4rem}.project-logo-large{width:120px;height:120px;border-radius:30px}.project-logo-large img{width:60px}.project-title-large{font-size:3.5rem}.project-subtitle{font-size:1.1rem;padding:0 1rem}.project-tags-large{flex-wrap:wrap}.overview-grid{grid-template-columns:1fr;gap:3rem;text-align:center}.overview-stats{gap:1rem}.stat-number{font-size:2.5rem}.features-grid{grid-template-columns:1fr;gap:2rem}.feature-card{padding:2rem}.screenshots-gallery{grid-template-columns:1fr;gap:3rem;max-width:300px;margin:3rem auto 0}.project-footer h2{font-size:2.5rem}.footer-legal{flex-direction:column;gap:.8rem;font-size:.85rem}.legal-separator{display:none}}@media(max-width:480px){.section-title,.section-title-left{font-size:2.5rem}.hero-title{font-size:3.5rem}.project-title-new{font-size:2.5rem}.phone-mockup-large{width:220px;height:440px}.project-title-large{font-size:2.8rem}.stat-box{padding:1.5rem}}@media(max-width:480px){.project-hero{padding-top:4rem;justify-content:center}.project-hero-content{text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.project-logo-large{width:100px;height:100px;margin-bottom:1.5rem;border-radius:25px;margin:0 auto}.project-logo-large img{width:50px}.project-title-large{font-size:2.5rem;margin-bottom:.5rem}.project-subtitle{font-size:1rem;margin-bottom:1.5rem;line-height:1.4}.project-tags-large span{padding:.4rem 1rem;font-size:.75rem}}.project-hero-modern{min-height:100vh;display:flex;align-items:center;position:relative;background:radial-gradient(circle at 70% 30%,#111,#000 70%);overflow:hidden;padding-top:4rem}.hero-split-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:4rem;align-items:center}.hero-brand{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.brand-logo{width:50px;height:50px;border-radius:12px}.brand-name{font-size:1.5rem;font-weight:700;letter-spacing:1px}.hero-headline{font-size:5rem;line-height:1.1;margin-bottom:1.5rem;font-weight:700}.text-gradient{background:linear-gradient(to right,#fff,var(--accent-color));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero-subtext{font-size:1.2rem;color:var(--text-secondary);line-height:1.6;max-width:500px;margin-bottom:3rem}.hero-cta-group{display:flex;align-items:center;gap:2rem}.btn-glow-large{padding:1.2rem 2.5rem;background:var(--accent-color);color:#000;border-radius:3rem;font-weight:700;text-decoration:none;font-size:1.1rem;box-shadow:0 0 30px #22d3ee66;transition:.3s}.btn-glow-large:hover{transform:translateY(-3px);box-shadow:0 0 50px #22d3ee99}.tag-pill{padding:.5rem 1rem;border:1px solid rgba(255,255,255,.2);border-radius:2rem;font-size:.8rem;color:#ccc;margin-right:.5rem}.hero-right-visual{position:relative;display:flex;justify-content:center}.hero-phone-mockup{width:320px;height:650px;background:#000;border-radius:45px;border:11px solid #1a1a1a;position:relative;box-shadow:-10px 30px 60px #000c;transform:rotate(-10deg) translateY(20px);overflow:visible;transition:transform .5s}.hero-phone-mockup img{width:100%;height:100%;object-fit:fit;border-radius:32px}.hero-glow-effect{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:150%;height:80%;background:var(--accent-color);filter:blur(120px);opacity:.15;z-index:-1;pointer-events:none}.floating-badge{position:absolute;background:#141414cc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:.8rem 1.5rem;border-radius:1rem;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;gap:.8rem;font-weight:600;font-size:.9rem;box-shadow:0 10px 30px #0000004d;z-index:10;animation:float-badge 4s infinite ease-in-out}.badge-1{top:15%;left:-60px;animation-delay:0s}.badge-2{bottom:20%;right:-40px;animation-delay:2s}.icon{font-size:1.2rem}@keyframes float-badge{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media(max-width:900px){.hero-split-layout{grid-template-columns:1fr;text-align:center;gap:3rem}.hero-brand{justify-content:center}.hero-headline{font-size:3.5rem}.hero-subtext{margin:0 auto 2rem}.hero-cta-group{justify-content:center;flex-direction:column;gap:1.5rem}.hero-phone-mockup{width:260px;height:520px;transform:rotate(0);margin:0 auto}.badge-1{left:-20px}.badge-2{right:-20px}}@media(max-width:480px){.hero-headline{font-size:2.8rem}.hero-phone-mockup{width:220px;height:440px}.floating-badge{padding:.5rem 1rem;font-size:.8rem}}@media(max-width:900px){.project-hero-modern{padding-top:6rem;padding-bottom:4rem;height:auto;min-height:auto}.hero-split-layout{display:flex;flex-direction:column;gap:3rem;text-align:center}.hero-left-content{display:flex;flex-direction:column;align-items:center}.hero-brand{justify-content:center;margin-bottom:1.5rem}.hero-headline{font-size:3.5rem;margin-bottom:1rem}.hero-subtext{font-size:1.1rem;max-width:100%;padding:0 1rem;margin-bottom:2rem}.hero-cta-group{justify-content:center;width:100%}.hero-tags-row{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.hero-right-visual{width:100%;display:flex;justify-content:center;margin-top:1rem}.hero-phone-mockup{width:280px;height:560px;transform:rotate(0);margin:0;box-shadow:0 20px 50px #0009}}@media(max-width:480px){.project-hero-modern{padding-top:5rem}.hero-headline{font-size:2.8rem}.hero-phone-mockup{width:240px;height:480px;border-width:10px;border-radius:35px}.hero-phone-mockup img{border-radius:25px}.tag-pill{font-size:.75rem;padding:.4rem .8rem}}@media(max-width:768px){.project-hero-modern{padding-top:5rem;padding-bottom:2rem;min-height:auto;height:auto;display:block}.hero-split-layout{display:flex;flex-direction:column-reverse;gap:2rem;align-items:center}.hero-right-visual{width:100%;margin-bottom:1rem;transform:scale(.9)}.hero-phone-mockup{width:220px;height:440px;transform:rotate(0);margin:0 auto;box-shadow:0 15px 40px #00000080}.hero-left-content{text-align:center;padding:0 1rem;z-index:2}.hero-brand{justify-content:center;margin-bottom:1rem}.brand-logo{width:40px;height:40px}.brand-name{font-size:1.2rem}.hero-headline{font-size:2.5rem;line-height:1.1;margin-bottom:1rem}.hero-subtext{font-size:1rem;margin-bottom:1.5rem;color:#ccc}.hero-cta-group{flex-direction:column;gap:1rem}.hero-tags-row{justify-content:center}.hero-scroll-indicator{display:none}}@media(max-width:768px){.project-hero-modern{padding:3rem 0 2rem;min-height:90vh;display:flex;align-items:center}.container{padding:0 1.5rem}.hero-split-layout{grid-template-columns:1fr;gap:2.5rem}.hero-left-content{order:2}.hero-right-visual{order:1;margin-bottom:0}.hero-brand{margin-bottom:1.5rem}.brand-logo{width:45px;height:45px}.brand-name{font-size:1.3rem}.hero-headline{font-size:2.8rem;line-height:1.15;margin-bottom:1.2rem}.hero-subtext{font-size:1rem;line-height:1.5;margin-bottom:2rem;padding:0}.hero-cta-group{flex-direction:column;align-items:center;gap:1.5rem}.hero-tags-row{width:100%;justify-content:center}.tag-pill{font-size:.75rem;padding:.4rem .9rem}.hero-phone-mockup{width:250px;height:500px;transform:rotate(0) translateY(0);box-shadow:0 20px 50px #0009}.hero-glow-effect{filter:blur(80px);opacity:.1}}@media(max-width:480px){.project-hero-modern{padding:2rem 0 1.5rem;min-height:85vh}.hero-headline{font-size:2.2rem}.hero-subtext{font-size:.95rem}.hero-phone-mockup{width:200px;height:400px;border-width:10px}.hero-phone-mockup img{border-radius:28px}}@media(max-width:900px){.project-hero-modern{padding:4rem 1rem 3rem;min-height:auto;height:auto}.hero-split-layout{display:flex;flex-direction:column;gap:2rem;text-align:center}.hero-left-content{width:100%;display:flex;flex-direction:column;align-items:center}.hero-brand{justify-content:center}.hero-headline{font-size:2.5rem}.hero-subtext{max-width:100%;padding:0 1rem}.hero-cta-group{width:100%;flex-direction:column;align-items:center}.hero-tags-row{display:flex;justify-content:center;gap:.8rem}.hero-right-visual{width:100%;display:flex;justify-content:center}.hero-phone-mockup{width:240px;height:480px;transform:rotate(0) translateY(0);margin:0}}@media(max-width:480px){.hero-headline{font-size:2rem}.hero-subtext{font-size:.95rem}.hero-phone-mockup{width:200px;height:400px}}@media(max-width:768px){.hero-right-visual{display:none!important}.project-hero-modern{padding:5rem 1.5rem 3rem;min-height:70vh;display:flex;align-items:center;justify-content:center}.hero-split-layout{display:block;text-align:center;max-width:500px;margin:0 auto}.hero-left-content{width:100%}.hero-brand{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:2rem}.brand-logo{width:50px;height:50px}.brand-name{font-size:1.5rem}.hero-headline{font-size:2.8rem;line-height:1.2;margin-bottom:1.5rem}.hero-subtext{font-size:1.1rem;line-height:1.6;margin-bottom:2.5rem;color:#aaa}.hero-cta-group{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.hero-tags-row{display:flex;gap:1rem;justify-content:center}.tag-pill{padding:.6rem 1.2rem;font-size:.85rem}}@media(max-width:480px){.project-hero-modern{padding:4rem 1rem 2rem}.hero-headline{font-size:2.2rem}.hero-subtext{font-size:1rem}.brand-logo{width:40px;height:40px}.brand-name{font-size:1.3rem}}
