*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.navigation{position:fixed;top:0;width:100%;background:var(--surface);box-shadow:var(--elevation-2);z-index:1000}.nav-container{max-width:1200px;margin:0 auto;padding:16px 24px;display:flex;justify-content:space-between;align-items:center}.logo{font-size:22px;line-height:28px;font-weight:400;color:var(--on-surface);text-decoration:none}.nav-links{display:flex;list-style:none;gap:24px;align-items:center}.nav-links a{color:var(--on-surface-variant);text-decoration:none;font-size:14px;font-weight:500;letter-spacing:.1px;padding:8px 12px;border-radius:var(--radius-small);transition:background-color .2s,color .2s}.nav-links a:hover{background-color:#ff6b351a;color:var(--accent)}.nav-links a.active{background-color:var(--accent);color:#fff}.contact-dropdown{position:relative}.contact-dropdown:before{content:"";position:absolute;top:100%;right:0;width:100%;height:8px;background:transparent}.contact-trigger{color:var(--on-surface-variant);font-size:14px;font-weight:500;letter-spacing:.1px;padding:8px 12px;border-radius:var(--radius-small);transition:background-color .2s,color .2s;cursor:pointer;display:inline-block;line-height:1.5}.contact-trigger:hover{background-color:#ff6b351a;color:var(--accent)}.contact-menu{position:absolute;top:100%;right:0;margin-top:4px;background:var(--surface);border-radius:var(--radius-medium);box-shadow:var(--elevation-3);padding:8px;min-width:280px;z-index:1001}.contact-item{display:flex;align-items:center;gap:12px;padding:12px 16px;color:var(--on-surface);text-decoration:none;font-size:14px;border-radius:var(--radius-small);transition:background-color .2s}.contact-item:hover{background-color:var(--surface-variant)}.contact-icon{width:20px;height:20px;flex-shrink:0;color:var(--primary)}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px;z-index:1002}.hamburger span{display:block;width:24px;height:2px;background:var(--on-surface);border-radius:2px;transition:transform .3s,opacity .3s}.hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.contact-mobile-card{display:none}@media (max-width: 768px){.hamburger{display:flex}.nav-links{display:none;position:fixed;top:64px;left:0;right:0;bottom:0;background:var(--surface);flex-direction:column;padding:32px 24px;gap:0;z-index:1001;overflow-y:auto;justify-content:space-between}.nav-links.mobile-open{display:flex}.nav-links li{list-style:none}.nav-links a{display:block;padding:16px 0;font-size:18px;font-weight:400;color:var(--on-surface);border-bottom:1px solid var(--outline-variant);border-radius:0;text-align:left}.nav-links a:hover{background:none;color:var(--accent)}.nav-links a.active{background:none;color:var(--accent);font-weight:600}.contact-desktop{display:none}.contact-mobile-card{display:flex;flex-direction:row;gap:16px;flex-wrap:wrap;list-style:none;padding:20px 0 0;margin-top:auto;border-top:1px solid var(--outline-variant)}.contact-mobile-card a{color:var(--on-surface-variant);text-decoration:none;font-size:13px;font-weight:500;transition:color .2s;padding:0;border-bottom:none}.contact-mobile-card a:hover{color:var(--accent)}}@media (min-width: 1600px){.nav-container{max-width:1400px}}.hero{margin-top:64px;height:calc(100vh - 64px);display:flex;align-items:center;justify-content:center;padding:0 24px;background:var(--primary);color:#fff;overflow:hidden;position:relative;background-image:radial-gradient(circle,rgba(255,255,255,.15) 1px,transparent 1px);background-size:24px 24px;background-position:0 0}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.depth-layer{position:absolute;top:0;left:0;width:100%;height:100%}.depth-layer-back{opacity:.15}.depth-layer-mid{opacity:.25}.depth-layer-front{opacity:.35}.shape{position:absolute;background:#fff}.shape-circle-1{width:300px;height:300px;border-radius:50%;top:10%;right:5%;animation:floatSlow 35s ease-in-out infinite}.shape-circle-2{width:280px;height:280px;border-radius:50%;bottom:5%;right:8%;animation:floatSlow 40s ease-in-out infinite;animation-delay:-15s}.shape-circle-6{width:100px;height:100px;border-radius:50%;top:46%;right:12%;animation:floatFast 18s ease-in-out infinite;animation-delay:-10s}.shape-square-1{width:182px;height:182px;border-radius:30px;bottom:25%;right:20%;animation:floatSlow 40s ease-in-out infinite;animation-delay:-15s;transform:rotate(15deg)}.shape-circle-3{width:140px;height:140px;border-radius:50%;top:25%;right:30%;animation:floatMedium 28s ease-in-out infinite;animation-delay:-10s}.shape-line-1{width:130px;height:130px;bottom:23%;right:10%;animation:floatMedium 22s ease-in-out infinite;animation-delay:-5s;transform:rotate(45deg);clip-path:polygon(50% 0%,0% 100%,100% 100%);border-radius:20px}.shape-circle-4{width:90px;height:90px;border-radius:50%;top:35%;right:18%;animation:floatFast 18s ease-in-out infinite}.shape-line-2{width:100px;height:100px;top:65%;right:35%;animation:floatFast 20s ease-in-out infinite;animation-delay:-8s;transform:rotate(-30deg);clip-path:polygon(50% 0%,0% 100%,100% 100%);border-radius:15px}.shape-square-2{width:85px;height:85px;border-radius:15px;top:12%;right:22%;animation:floatFast 16s ease-in-out infinite;animation-delay:-12s;transform:rotate(-10deg)}.shape-circle-5{width:70px;height:70px;border-radius:50%;bottom:35%;right:28%;animation:floatFast 19s ease-in-out infinite;animation-delay:-4s}@keyframes floatSlow{0%,to{transform:translate(0) rotate(0)}25%{transform:translate(15px,-15px) rotate(3deg)}50%{transform:translate(-10px,10px) rotate(-3deg)}75%{transform:translate(10px,8px) rotate(2deg)}}@keyframes floatMedium{0%,to{transform:translate(0) rotate(0)}25%{transform:translate(25px,-20px) rotate(5deg)}50%{transform:translate(-20px,15px) rotate(-5deg)}75%{transform:translate(15px,12px) rotate(3deg)}}@keyframes floatFast{0%,to{transform:translate(0) rotate(0)}25%{transform:translate(35px,-25px) rotate(8deg)}50%{transform:translate(-30px,20px) rotate(-8deg)}75%{transform:translate(20px,18px) rotate(5deg)}}.hero-container{max-width:1200px;width:100%;display:grid;grid-template-columns:1.5fr 1fr;gap:80px;align-items:center;position:relative;z-index:1}.hero-content{text-align:left}.hero-content h1{font-size:clamp(32px,4vw,56px);line-height:1.15;font-weight:400;letter-spacing:-.25px;margin-bottom:24px;color:#fff}.hero-content p{font-size:clamp(16px,1.5vw,22px);line-height:1.5;font-weight:400;letter-spacing:.5px;margin-bottom:0;color:#ffffffe6}.hero-content p:last-of-type{margin-bottom:32px}.hero-buttons{display:flex;gap:16px;flex-wrap:wrap}.floating-contact{position:fixed;top:80px;right:24px;display:flex;align-items:center;gap:16px;font-size:14px;padding:12px 20px;border:1px solid rgba(26,15,227,.3);border-radius:var(--radius-medium);background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:var(--elevation-2);z-index:1000;transition:box-shadow .2s}.floating-contact:hover{box-shadow:var(--elevation-3)}.floating-contact a{color:var(--primary);text-decoration:none;transition:opacity .2s;display:flex;align-items:center;gap:8px}.floating-contact a:hover{opacity:.7}.floating-contact .contact-icon{width:18px;height:18px;flex-shrink:0}.floating-contact .contact-separator{opacity:.5;color:var(--on-surface-variant)}.cta-button{display:inline-block;padding:14px 32px;background:#fff;color:var(--primary);text-decoration:none;border-radius:var(--radius-large);font-size:16px;font-weight:500;letter-spacing:.1px;box-shadow:var(--elevation-2);transition:box-shadow .2s,transform .2s;white-space:nowrap}.hero-contact{display:none}.cta-button:hover{box-shadow:var(--elevation-3);transform:translateY(-2px)}.cta-button:active{box-shadow:var(--elevation-1);transform:translateY(0)}.cta-button-secondary{background:transparent;color:#fff;border:2px solid #FFFFFF;box-shadow:none}.cta-button-secondary:hover{background:#ffffff1a;box-shadow:none}.hero-illustration{display:flex;align-items:center;justify-content:center;position:relative;margin-top:60px}.hero-illustration img{width:100%;max-width:clamp(180px,15vw,300px);height:auto;position:relative;z-index:1}.hero-illustration:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(calc(-50% + 10px));width:75%;height:25px;background:radial-gradient(ellipse at center,rgba(0,0,0,.6) 0%,rgba(0,0,0,.3) 40%,transparent 70%);filter:blur(10px)}@media (max-width: 968px){.hero-container{grid-template-columns:1fr;gap:40px;text-align:center}.hero-illustration{order:2}.hero-content{order:1;text-align:center}.hero-illustration img{max-width:250px}}@media (max-width: 768px){.hero{height:auto;min-height:calc(100vh - 64px);padding:40px 24px}.hero-container{gap:24px}.hero-content{text-align:center}.hero-content p{margin-bottom:0}.hero-illustration img{max-width:150px}.hero-illustration{margin-top:0}.hero-buttons{justify-content:center}.depth-layer-back,.depth-layer-mid,.shape-circle-6,.shape-square-2,.floating-contact{display:none}}@media (min-width: 1600px){.hero-container{max-width:1400px}}@media (min-width: 1600px){.shape-circle-1{width:420px;height:420px}.shape-circle-2{width:380px;height:380px}.shape-circle-3{width:200px;height:200px}.shape-circle-4{width:130px;height:130px}.shape-circle-5{width:100px;height:100px}.shape-circle-6{width:140px;height:140px}.shape-square-1{width:250px;height:250px}.shape-square-2{width:120px;height:120px}.shape-line-1{width:180px;height:180px}.shape-line-2{width:140px;height:140px}}.work-section{padding:80px 24px;background-image:radial-gradient(circle,rgba(26,15,227,.12) 1px,transparent 1px);background-size:24px 24px;background-position:0 0}.work-section-top{padding-top:100px}.works-page-title{font-size:clamp(32px,4vw,48px);line-height:1.15;font-weight:400;margin-bottom:16px;margin-top:24px;color:var(--on-surface)}.works-description{font-size:16px;line-height:24px;font-weight:400;letter-spacing:.5px;color:var(--on-surface-variant);margin-bottom:48px}.container{max-width:1200px;margin:0 auto}@media (min-width: 1600px){.container{max-width:1400px}}.project-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px}.project-card{background:var(--surface);border-radius:var(--radius-large);padding:32px;box-shadow:var(--elevation-2);transition:box-shadow .3s,transform .3s,opacity .3s;display:flex;flex-direction:column;gap:24px}.project-card:hover{box-shadow:var(--elevation-3);transform:translateY(-4px)}.project-card.card-hidden{opacity:0;pointer-events:none}.flip-card-container{position:fixed;top:var(--start-top);left:var(--start-left);width:var(--start-width);height:var(--start-height);z-index:1001;pointer-events:none;border-radius:var(--radius-large)}.flip-card-container.active{animation:expandCard .45s cubic-bezier(.4,0,.2,1) forwards}.flip-card-container.closing{animation:collapseCard .4s cubic-bezier(.4,0,.2,1) forwards}@keyframes expandCard{0%{top:var(--start-top);left:var(--start-left);width:var(--start-width);height:var(--start-height);border-radius:var(--radius-large)}to{top:4vh;left:2.5vw;width:95vw;height:92vh;border-radius:var(--radius-large)}}@keyframes collapseCard{0%{top:4vh;left:2.5vw;width:95vw;height:92vh;border-radius:var(--radius-large)}to{top:var(--start-top);left:var(--start-left);width:var(--start-width);height:var(--start-height);border-radius:var(--radius-large)}}.flip-card-inner{position:relative;width:100%;height:100%;pointer-events:all}.flip-card-front,.flip-card-back{position:absolute;width:100%;height:100%;border-radius:var(--radius-large);background:var(--surface);box-shadow:var(--elevation-4)}.flip-card-front{padding:32px;display:flex;flex-direction:column;gap:24px;transition:opacity .2s ease}.flip-card-container.active .flip-card-front{opacity:0;pointer-events:none}.flip-card-container.closing .flip-card-front{opacity:0}@keyframes fadeOutContent{0%{opacity:1}to{opacity:0}}@keyframes fadeInContent{0%{opacity:0}to{opacity:1}}.flip-card-back{overflow-y:auto;display:flex;flex-direction:column;position:relative;opacity:0}.flip-card-container.active .flip-card-back{animation:fadeInContent .3s ease .35s forwards}.flip-card-container.closing .flip-card-back{animation:fadeOutContent .15s ease forwards}.project-header{display:flex;justify-content:space-between;align-items:center}.company-logo-card{height:40px;width:auto;max-width:120px;object-fit:contain}.release-date{font-size:14px;font-weight:500;color:var(--accent);letter-spacing:.1px}.project-content{flex:1}.project-content h3{font-size:24px;line-height:32px;font-weight:500;margin-bottom:16px;color:var(--on-surface)}.project-content p{font-size:14px;line-height:20px;font-weight:400;letter-spacing:.25px;color:var(--on-surface-variant)}.project-footer{display:flex;justify-content:flex-start}.case-study-button{color:var(--accent);text-decoration:none;font-size:14px;font-weight:500;letter-spacing:.1px;transition:color .2s;background:none;border:none;padding:0;cursor:pointer;font-family:inherit}.case-study-button:hover{color:var(--primary)}.case-study-button:focus{outline:none}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0000;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px);z-index:1000;transition:background .4s,backdrop-filter .4s}.modal-overlay.active{background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-overlay.closing{background:#0000;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-close{position:sticky;top:16px;align-self:flex-end;margin:16px 16px 0 0;background:var(--surface-variant);border:none;width:40px;height:40px;border-radius:50%;font-size:28px;line-height:1;cursor:pointer;color:var(--on-surface);transition:background .2s,transform .2s;z-index:10;display:flex;align-items:center;justify-content:center;flex-shrink:0}.modal-close:hover{background:var(--outline-variant);transform:rotate(90deg)}.modal-body{padding:64px;flex-shrink:0}.case-study-header{text-align:center;margin-bottom:48px;padding-bottom:32px;border-bottom:1px solid var(--outline-variant)}.case-study-logo{height:60px;width:auto;max-width:200px;object-fit:contain;margin-bottom:24px}.case-study-header h1{font-size:36px;line-height:44px;font-weight:500;margin-bottom:12px;color:var(--on-surface)}.case-study-meta{font-size:16px;font-weight:500;color:var(--accent);letter-spacing:.1px}.case-study-section{margin-bottom:40px}.case-study-section h2{font-size:32px;line-height:40px;font-weight:600;margin-bottom:24px;color:var(--on-surface);position:relative;padding-bottom:12px}.case-study-section h2:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:4px;background:var(--accent);border-radius:2px}.case-study-section p{font-size:16px;line-height:24px;font-weight:400;letter-spacing:.5px;color:var(--on-surface-variant);margin-bottom:16px}.case-study-section p:last-child{margin-bottom:0}.case-study-section ul{margin-bottom:24px}.case-study-section ul+p{margin-top:24px}.case-study-section h3{font-size:20px;line-height:28px;font-weight:600;margin-top:32px;margin-bottom:16px;color:var(--accent)}.case-study-section h3:first-child{margin-top:0}.highlight-stat{background:linear-gradient(135deg,#1a0fe30d,#1a0fe305);padding:28px 32px;border-radius:var(--radius-medium);border-left:5px solid var(--accent);font-size:17px;line-height:26px;font-weight:500;color:var(--on-surface);margin:32px 0;box-shadow:0 2px 8px #0000000a}.case-study-note{background:var(--surface-variant);padding:16px 20px;border-radius:var(--radius-small);font-size:14px;line-height:20px;color:var(--on-surface-variant);margin-top:32px}.user-quote{font-style:italic;color:var(--on-surface-variant);padding-left:24px;border-left:3px solid var(--accent);margin:16px 0;font-size:15px;line-height:24px}.case-study-visual{margin:32px 0;border-radius:var(--radius-medium);overflow:hidden;border:1px solid rgba(0,0,0,.08)}.case-study-visual.reduced{width:75%;margin:32px auto}.case-study-image,.case-study-video{width:100%;height:auto;display:block}.visual-caption{font-size:13px;color:var(--on-surface-variant);text-align:center;padding:12px 16px;background:var(--surface-variant);margin:0}.case-study-visual-pair{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:32px 0}.visual-pair-item{border-radius:var(--radius-medium);overflow:hidden;border:1px solid rgba(0,0,0,.08)}.survey-chart{margin:24px 0;padding:24px;background:var(--surface);border-radius:var(--radius-medium);border:1px solid rgba(0,0,0,.08)}.survey-bar{display:flex;align-items:center;gap:16px;margin-bottom:16px}.survey-bar:last-child{margin-bottom:0}.survey-label{min-width:120px;font-size:14px;font-weight:500;color:var(--on-surface)}.survey-bar-container{flex:1;position:relative;height:32px;background:#0000000a;border-radius:4px;overflow:hidden}.survey-bar-fill{position:absolute;left:0;top:0;height:100%;background:#1a0fe3cc;transition:width .6s ease-out;border-radius:4px}.survey-bar-fill.neutral{background:#1a0fe366}.survey-bar-fill.negative{background:#1a0fe333}.survey-percentage{position:absolute;right:12px;top:50%;transform:translateY(-50%);font-size:13px;font-weight:600;color:var(--on-surface);z-index:1}.case-study-note em{font-style:italic}.case-study-section .persona-row{display:flex!important;gap:48px;align-items:flex-start;margin-bottom:40px}.case-study-section .persona-row:last-child{margin-bottom:0}.case-study-section .persona-card{background:var(--surface-variant);padding:28px 32px;border-radius:var(--radius-medium);flex:1;max-width:65%;position:relative}.confidentiality-banner{background:#fef3c7;border:1px solid #F59E0B;border-radius:var(--radius-medium);margin-bottom:32px;overflow:hidden}.confidentiality-header{display:flex;align-items:center;gap:12px;padding:16px 20px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .2s}.confidentiality-header:hover{background:#f59e0b1a}.confidentiality-icon{font-size:20px}.confidentiality-title{flex:1;font-weight:600;font-size:14px;color:#92400e}.confidentiality-toggle{font-size:12px;color:#92400e;transition:transform .3s}.confidentiality-banner.expanded .confidentiality-toggle{transform:rotate(180deg)}.confidentiality-content{max-height:0;overflow:hidden;transition:max-height .3s ease-out;padding:0 20px}.confidentiality-banner.expanded .confidentiality-content{max-height:500px;padding:0 20px 20px}.confidentiality-content p{margin-bottom:12px;font-size:14px;color:#92400e}.confidentiality-content ul{margin:0;padding-left:20px;list-style-type:disc}.confidentiality-content li{margin-bottom:8px;font-size:13px;color:#78350f;line-height:1.5}.confidentiality-content li:last-child{margin-bottom:0}.persona-ribbon{position:absolute;top:16px;right:16px;padding:4px 12px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.8px;color:#fff;border-radius:4px;z-index:1}.persona-ribbon.primary{background:var(--accent)}.persona-ribbon.secondary{background:#6b7280}.case-study-section .persona-card h3{margin-top:0;margin-bottom:20px;font-size:22px;font-weight:600}.case-study-section .persona-section{margin-bottom:24px}.case-study-section .persona-section:last-child{margin-bottom:0}.case-study-section .persona-section h4{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.8px;color:var(--on-surface-variant);margin-bottom:10px;margin-top:0}.case-study-section .persona-section p{margin-bottom:10px;line-height:1.5;font-size:15px}.case-study-section .persona-section ul{margin:0;padding-left:20px;list-style-type:disc}.case-study-section .persona-section li{margin-bottom:6px;line-height:1.5;font-size:15px}.case-study-section .persona-section li:last-child{margin-bottom:0}.case-study-section .persona-avatar{flex-shrink:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:20px;position:relative;margin-left:30px}.case-study-section .persona-avatar:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:50%;height:20px;background:radial-gradient(ellipse at center,rgba(0,0,0,.4) 0%,transparent 70%);filter:blur(8px);z-index:-1}.case-study-section .persona-row:last-of-type .persona-avatar:after{width:97.5%;bottom:1px}#project-2-personas .persona-row:first-of-type .persona-avatar:after{width:97.5%;bottom:1px}#project-2-personas .persona-row:last-of-type .persona-avatar:after{width:50%;bottom:-10px}#project-3-personas .persona-row:first-of-type .persona-avatar:after{width:97.5%;bottom:1px}#project-4-personas .persona-row:first-of-type .persona-avatar:after{width:97.5%;bottom:1px}.case-study-section .persona-avatar img{width:auto;height:auto;max-height:360px;object-fit:contain}.speech-bubble{position:relative;background:#fff;border-radius:12px;padding:16px 20px;max-width:280px;font-size:14px;line-height:1.5;font-style:italic;color:var(--on-surface);box-shadow:0 2px 8px #0000001a;border:2px solid var(--accent)}.speech-bubble:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-top:12px solid white;filter:drop-shadow(0 2px 1px rgba(0,0,0,.05))}.speech-bubble:before{content:"";position:absolute;bottom:-13px;left:50%;transform:translate(-50%);width:0;height:0;border-left:14px solid transparent;border-right:14px solid transparent;border-top:14px solid var(--accent)}.persona-quote{font-size:16px;line-height:24px;font-style:italic;color:var(--accent);margin-bottom:16px;padding-left:16px;border-left:3px solid var(--accent)}.persona-quote-large{font-size:15px;line-height:24px;font-weight:500;font-style:italic;color:var(--accent);margin:12px 0 16px;padding-left:16px;border-left:3px solid var(--accent)}.section-divider{height:20px;background:none;margin:48px auto;position:relative;overflow:hidden;width:60%;max-width:400px}.section-divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:12px;transform:translateY(-50%);background-image:url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='0,6 5,0 10,6 15,12 20,6' fill='none' stroke='%231A0FE3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:repeat-x;background-position:center}.process-timeline{display:flex;flex-direction:column;gap:0;position:relative;padding:40px 0;max-width:100%;margin:0 auto}.process-timeline:before{content:"";position:absolute;left:28px;top:0;bottom:0;width:3px;background:linear-gradient(to bottom,transparent,var(--accent),transparent);z-index:0}.process-step{display:flex;gap:32px;align-items:flex-start;position:relative;margin-bottom:32px}.process-step:last-child{margin-bottom:0}.process-number{flex-shrink:0;width:56px;height:56px;border-radius:50%;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:600;position:relative;z-index:1;box-shadow:0 4px 12px #1a0fe34d}.process-content{flex:1;padding-top:8px}.process-content h3{margin-top:0;margin-bottom:12px;font-size:20px}.process-content p{margin-bottom:0;line-height:1.6}.workflow-steps{display:flex;align-items:center;gap:16px;margin:32px 0;overflow-x:auto;padding:8px 0}.workflow-step{display:flex;flex-direction:column;align-items:center;gap:16px;min-width:150px;flex-shrink:0;padding:24px 20px;background:var(--surface-variant);border-radius:var(--radius-medium);box-shadow:0 1px 3px #0000001a;transition:transform .2s,box-shadow .2s}.workflow-step:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000001f}.workflow-number{width:44px;height:44px;border-radius:50%;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:600;box-shadow:0 2px 8px #1a0fe333}.workflow-content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px}.workflow-content strong{font-size:15px;font-weight:600;color:var(--on-surface);line-height:22px}.workflow-location{font-size:13px;color:var(--on-surface-variant);line-height:18px;font-style:italic}.workflow-arrow{font-size:28px;color:var(--primary);flex-shrink:0;font-weight:300;margin:0 4px}@media (max-width: 768px){.modal-body{padding:32px 24px}.case-study-header h1{font-size:28px;line-height:36px}.case-study-section h2{font-size:24px;line-height:32px}}.persona-row{display:flex!important;flex-direction:row!important;gap:40px!important;margin-bottom:40px!important;align-items:flex-start!important}.persona-row:last-child{margin-bottom:0!important}.persona-card{width:auto!important;max-width:65%!important;flex:1 1 auto!important}.persona-avatar{width:auto!important;flex:0 0 auto!important}.modal-body{background-image:radial-gradient(circle at 20% 50%,rgba(26,15,227,.02) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(26,15,227,.02) 0%,transparent 50%)}.workflow-step{transition:transform .2s,box-shadow .2s,background .2s}.workflow-step:hover{transform:translateY(-4px);box-shadow:0 6px 16px #00000026;background:#fff}.process-step{transition:transform .2s ease}.process-step:hover .process-number{transform:scale(1.1);box-shadow:0 6px 20px #1a0fe366}.case-study-section p strong{color:var(--on-surface);font-weight:600}.case-study-section{animation:fadeInUp .6s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.new-workflow .workflow-step{background:linear-gradient(135deg,#f973160d,#f9731605);border:1px solid rgba(249,115,22,.2)}.new-workflow .workflow-number{background:#f97316;box-shadow:0 2px 8px #f973164d}.new-workflow .workflow-arrow{color:#f97316}.new-workflow .workflow-step:hover{background:linear-gradient(135deg,#f973161a,#f973160d);border-color:#f9731666}.new-workflow .workflow-step.automated{background:linear-gradient(135deg,#f9731626,#f9731614);border:2px dashed rgba(249,115,22,.5);opacity:1;position:relative}.new-workflow .workflow-step.automated:before{content:"⚡ AUTOMATED";position:absolute;top:-10px;left:50%;transform:translate(-50%);background:#f97316;color:#fff;font-size:9px;font-weight:700;padding:2px 8px;border-radius:10px;letter-spacing:.5px}.new-workflow .workflow-step.automated .workflow-number{background:linear-gradient(135deg,#f97316,#fb923c);border:2px solid white;box-shadow:0 2px 12px #f9731680}.new-workflow .workflow-step.automated .workflow-content strong{color:#ea580c}.new-workflow .workflow-step.optional{background:linear-gradient(135deg,#f9731614,#f973160a);border:2px dashed rgba(249,115,22,.3);opacity:.85;position:relative}.new-workflow .workflow-step.optional:before{content:"OPTIONAL";position:absolute;top:-10px;left:50%;transform:translate(-50%);background:#94a3b8;color:#fff;font-size:9px;font-weight:700;padding:2px 8px;border-radius:10px;letter-spacing:.5px}.new-workflow .workflow-step.optional .workflow-number{background:#94a3b8;border:2px solid white;box-shadow:0 2px 8px #94a3b866}.new-workflow .workflow-step.optional .workflow-content strong{color:#64748b}@media (max-width: 768px){.flip-card-container.active{top:0!important;left:0!important;width:100vw!important;height:100vh!important;border-radius:0!important}.project-grid{grid-template-columns:1fr}.persona-row{flex-direction:column!important;gap:24px!important}.persona-card{width:100%!important;max-width:100%!important;flex:1 1 100%!important}.persona-avatar{align-self:center;margin-left:0!important;width:100%;display:flex;flex-direction:column;align-items:center}.persona-ribbon{position:relative;top:auto;right:auto;display:inline-block;margin-bottom:12px}.persona-avatar img{max-height:200px}.speech-bubble{max-width:100%}.workflow-steps{flex-direction:column!important;flex-wrap:nowrap!important;align-items:stretch!important;gap:0!important;overflow-x:visible!important}.workflow-arrow{transform:rotate(90deg);display:block;text-align:center;padding:4px 0;color:var(--on-surface-variant)}.workflow-step{width:100%!important;min-width:unset!important}.case-study-visual-pair{grid-template-columns:1fr}.case-study-visual.reduced{width:100%;margin:24px 0}.survey-bar{flex-direction:column;align-items:flex-start;gap:6px;margin-bottom:20px}.survey-label{min-width:unset;font-size:13px}.survey-bar-container{width:100%;flex:none;min-height:32px}.process-timeline{gap:24px}.process-step{gap:12px}.modal-body{padding:24px 16px}.case-study-header h1{font-size:22px;line-height:30px}.case-study-section h2{font-size:20px;line-height:28px}.case-study-section h3{font-size:16px}.highlight-stat{padding:20px;font-size:15px}.modal-close{top:12px;right:12px}.project-card:hover{transform:none}}.about-section{padding:80px 24px;background-image:radial-gradient(circle,rgba(26,15,227,.12) 1px,transparent 1px);background-size:24px 24px;background-position:0 0}.about-section-top{padding-top:120px}.about-title{font-size:28px;line-height:36px;font-weight:700;margin-bottom:24px;color:var(--on-surface);text-align:left}.about-intro-section{display:flex;gap:48px;align-items:flex-start;max-width:1200px;margin:0 auto 48px;background:var(--surface);padding:32px 220px 32px 32px;border-radius:var(--radius-large);box-shadow:var(--elevation-2);position:relative;overflow:visible;transition:box-shadow .3s,transform .3s}.about-intro-section:after{content:"";position:absolute;right:310px;top:calc(20% + 20px);bottom:calc(20% - 20px);width:1px;background:var(--outline-variant)}.about-intro-section:hover{box-shadow:var(--elevation-3);transform:translateY(-4px)}.about-intro{flex:1;max-width:800px}.about-intro p{font-size:14px;line-height:20px;font-weight:400;letter-spacing:.25px;color:var(--on-surface-variant);margin:0 0 16px}.about-intro p:last-child{margin-bottom:0}.about-avatar{position:absolute;right:80px;bottom:-95px;width:180px;height:auto;display:flex;align-items:flex-end;justify-content:center;margin-left:0;filter:drop-shadow(0 8px 16px rgba(0,0,0,.15))}.about-avatar:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60%;height:20px;background:radial-gradient(ellipse at center,rgba(0,0,0,.2) 0%,transparent 70%);filter:blur(8px);z-index:-1}.about-avatar img{width:100%;height:auto;max-width:180px}.about-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px;max-width:1200px;margin:0 auto}.about-card{background:var(--surface);padding:32px;border-radius:var(--radius-large);box-shadow:var(--elevation-2);transition:box-shadow .3s,transform .3s}.about-card:hover{box-shadow:var(--elevation-3);transform:translateY(-4px)}.about-card h2{font-size:28px;line-height:36px;font-weight:700;margin-bottom:24px;color:var(--on-surface);border-bottom:2px solid var(--accent);padding-bottom:12px}.about-card ul{list-style:none;padding:0}.about-card ul li{margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid var(--outline-variant);display:flex;gap:16px;align-items:flex-start}.about-card ul li:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.education-logo{width:48px;height:48px;object-fit:contain;flex-shrink:0}.education-content{flex:1}.about-card ul li strong{display:block;font-size:18px;line-height:24px;font-weight:600;color:var(--on-surface);margin-bottom:4px}.about-card ul li .year{display:block;font-size:14px;font-weight:500;color:var(--accent);margin-bottom:8px}.about-card ul li p{font-size:14px;line-height:20px;color:var(--on-surface-variant);margin:0}.skills-tags{display:flex;flex-wrap:wrap;gap:16px}.skill-tag{padding:16px 28px;background:var(--surface-variant);border-radius:var(--radius-small);font-size:15px;font-weight:500;color:var(--on-surface);transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex;align-items:baseline;gap:20px}.skill-icon{width:24px;height:24px;object-fit:contain;flex-shrink:0;margin-right:8px;vertical-align:middle;position:relative;top:0}.skill-tag:hover{transform:translateY(-2px);box-shadow:var(--elevation-1);background:var(--accent);color:#fff}.skill-tag-invision:hover .skill-icon{filter:brightness(0) invert(1)}.languages-list{list-style:none;padding:0}.languages-list li{display:flex;align-items:center;gap:16px;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid var(--outline-variant)}.languages-list li:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.language-flag{font-size:32px}.languages-list li div{flex:1}.languages-list li strong{display:block;font-size:18px;font-weight:600;color:var(--on-surface);margin-bottom:4px}.proficiency{font-size:14px;color:var(--accent);font-weight:500}@media (max-width: 768px){.about-section-top{padding-top:80px}.about-grid{grid-template-columns:1fr}.about-intro-section{flex-direction:column;gap:32px;padding:24px}.about-intro{padding:0}.about-intro p{font-size:15px;line-height:24px}.about-avatar{display:none}.about-intro-section:after{display:none}.about-intro-section:hover,.about-card:hover{transform:none;box-shadow:var(--elevation-2)}.about-card{padding:24px 20px}.skill-tag{padding:12px 20px;font-size:14px;gap:12px}.skills-tags{gap:10px}}@media (min-width: 1600px){.about-intro-section,.about-grid{max-width:1400px}}.contact-info-header{margin-top:16px}.contact-info-header p{font-size:14px;line-height:20px;font-weight:400;letter-spacing:.25px;opacity:.9}.cv-section{padding:64px 24px;background-image:radial-gradient(circle,rgba(26,15,227,.12) 1px,transparent 1px);background-size:24px 24px;background-position:0 0}.cv-section-top{padding-top:100px}.cv-layout{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:200px 1fr;gap:80px;position:relative}.cv-timeline{position:sticky;top:100px;height:fit-content;display:flex;flex-direction:column;gap:32px}.timeline-line{position:absolute;left:11px;top:12px;bottom:12px;width:2px;background:var(--outline-variant)}.timeline-item{display:flex;align-items:flex-start;gap:16px;text-decoration:none;color:var(--on-surface-variant);position:relative;transition:color .2s;padding:4px 0;cursor:pointer}.timeline-item:hover,.timeline-item.active{color:var(--primary)}.timeline-dot{width:24px;height:24px;border-radius:50%;border:2px solid var(--outline);background:var(--surface);flex-shrink:0;transition:all .3s ease;z-index:1;margin-top:2px;position:relative}.timeline-dot:before{content:"";position:absolute;top:-10px;left:-10px;right:-10px;bottom:-10px}.timeline-item:hover .timeline-dot{border-color:var(--accent);transform:scale(1.1)}.timeline-item.active .timeline-dot{border-color:var(--accent);background:var(--accent);transform:scale(1.2);box-shadow:0 0 0 4px #ff6b3526}.timeline-content{display:flex;flex-direction:column;gap:4px}.timeline-label{font-size:14px;font-weight:600;letter-spacing:.1px;line-height:1.2}.timeline-date{font-size:11px;font-weight:400;opacity:.7;line-height:1.2}.cv-main{min-width:0}.cv-page-title{font-size:clamp(32px,4vw,48px);line-height:1.15;font-weight:400;margin-bottom:32px;margin-top:24px;color:var(--on-surface)}.cv-intro{margin-bottom:64px;padding:32px;background:var(--surface-variant);border-radius:var(--radius-medium)}.cv-intro p{font-size:16px;line-height:24px;font-weight:400;letter-spacing:.5px;color:var(--on-surface-variant);margin-bottom:16px}.cv-intro p:last-child{margin-bottom:0}.cv-section-content{margin-bottom:80px;scroll-margin-top:100px;padding:32px;background:var(--surface);border-radius:var(--radius-large);box-shadow:var(--elevation-2);position:relative;transition:box-shadow .3s,transform .3s}.company-logo{position:absolute;top:32px;right:32px;height:53px;width:auto;max-width:132px;object-fit:contain;opacity:.9}.cv-section-content:hover{box-shadow:var(--elevation-3);transform:translateY(-4px)}.cv-section-content:after{content:"";position:absolute;left:50%;bottom:-80px;transform:translate(-50%);width:2px;height:80px;background-image:linear-gradient(to bottom,var(--primary) 50%,transparent 50%);background-size:2px 8px;background-repeat:repeat-y}.cv-section-content:last-of-type:after{display:none}.cv-section-content h2{font-size:32px;line-height:40px;font-weight:400;margin-bottom:12px;color:var(--on-surface)}.cv-section-content h3{font-size:20px;line-height:28px;font-weight:500;margin-bottom:8px;color:var(--accent)}.cv-meta{color:var(--accent);font-size:14px;line-height:20px;font-weight:500;letter-spacing:.25px;margin-bottom:16px}.cv-section-content p{font-size:16px;line-height:24px;font-weight:400;letter-spacing:.5px;color:var(--on-surface-variant);margin-bottom:16px}.cv-section-content p:last-child{margin-bottom:0}.cv-additional{margin-top:80px;padding-top:40px;border-top:2px solid var(--outline-variant)}.cv-additional-section{margin-bottom:48px}.cv-additional-section h3{font-size:24px;line-height:32px;font-weight:700;margin-bottom:24px;color:var(--on-surface)}.cv-additional-section ul{list-style:none;padding-left:0}.cv-additional-section ul li{padding-left:24px;margin-bottom:12px;position:relative;font-size:16px;line-height:24px;font-weight:400;letter-spacing:.5px;color:var(--on-surface-variant)}.cv-additional-section ul li:before{content:"•";color:var(--primary);font-weight:700;position:absolute;left:0}.skills-tags{display:flex;flex-wrap:wrap;gap:12px}.skill-tag{padding:8px 16px;background:var(--surface-variant);border-radius:var(--radius-small);font-size:14px;font-weight:500;color:var(--on-surface);transition:transform .2s,box-shadow .2s;display:inline-block}.skill-tag:hover{transform:translateY(-2px);box-shadow:var(--elevation-1)}.cv-download{position:fixed;bottom:32px;right:32px;z-index:100}.cv-download-wrapper{position:relative}.download-menu{position:absolute;bottom:100%;right:0;margin-bottom:8px;background:var(--surface);border-radius:var(--radius-medium);box-shadow:var(--elevation-3);padding:8px;min-width:270px}.download-option{display:block;padding:12px 16px;color:var(--on-surface);text-decoration:none;font-size:14px;border-radius:var(--radius-small);transition:background-color .2s}.download-option:hover{background-color:var(--surface-variant)}.cta-button-floating{display:inline-block;padding:12px 24px;background:var(--surface);color:var(--primary);text-decoration:none;border-radius:var(--radius-large);font-size:14px;font-weight:500;letter-spacing:.1px;box-shadow:var(--elevation-1);transition:box-shadow .2s,transform .2s;white-space:nowrap;border:1px solid var(--outline-variant);cursor:pointer}.cta-button-floating:hover{box-shadow:var(--elevation-2);transform:translateY(-2px);background:var(--surface-variant)}.cta-button-floating:active{box-shadow:var(--elevation-2);transform:translateY(0)}@media (max-width: 968px){.cv-layout{grid-template-columns:1fr;gap:40px}.cv-timeline{position:relative;top:0;flex-direction:row;overflow-x:auto;padding-bottom:16px}.timeline-line{left:12px;right:12px;top:11px;bottom:auto;width:auto;height:2px}.timeline-item{flex-direction:column;gap:8px;min-width:fit-content}.timeline-label{font-size:12px}}@media (max-width: 768px){.cv-timeline{display:none}.company-logo{height:36px}.cv-download{bottom:16px;right:16px}.cv-section-content:hover{transform:none;box-shadow:var(--elevation-2)}.cv-section-content{margin-bottom:40px;padding:24px 20px}.cv-section-content:after{display:block;height:40px;bottom:-40px}.cv-section-content h2{font-size:24px;line-height:32px}}@media (min-width: 1600px){.cv-layout{max-width:1400px}}.not-found{margin-top:64px;min-height:calc(100vh - 64px);display:flex;align-items:center;justify-content:center;padding:40px 24px;background:var(--background);background-image:radial-gradient(circle,rgba(26,15,227,.12) 1px,transparent 1px);background-size:24px 24px;background-position:0 0}.not-found-content{text-align:center;max-width:500px}.not-found-illustration{margin-bottom:24px}.not-found-illustration img{max-width:200px;height:auto}.not-found-code{font-size:clamp(80px,15vw,160px);font-weight:700;color:var(--accent);opacity:.3;line-height:1;margin-bottom:-20px}.not-found h1{font-size:clamp(24px,3vw,36px);font-weight:500;color:var(--on-surface);margin-bottom:16px}.not-found p{font-size:16px;line-height:24px;color:var(--on-surface-variant);margin-bottom:32px}.not-found-links{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.not-found-cta-primary{display:inline-block;padding:14px 32px;background:var(--primary);color:#fff;text-decoration:none;border-radius:var(--radius-large);font-size:16px;font-weight:500;box-shadow:var(--elevation-2);transition:box-shadow .2s,transform .2s}.not-found-cta-primary:hover{box-shadow:var(--elevation-3);transform:translateY(-2px)}.cta-button-secondary-dark{display:inline-block;padding:14px 32px;background:transparent;color:var(--primary);text-decoration:none;border-radius:var(--radius-large);font-size:16px;font-weight:500;border:2px solid var(--primary);transition:background .2s}.cta-button-secondary-dark:hover{background:#1a0fe30d}.footer{padding:24px;text-align:center;background:var(--surface);color:var(--on-surface-variant);font-size:14px;line-height:20px;font-weight:400;letter-spacing:.25px;margin-top:auto}:root{--primary: #1A0FE3;--primary-light: #829CD0;--primary-dark: #000B4F;--accent: #FF6B35;--accent-light: #FFA07A;--surface: #FFFFFF;--surface-variant: #F5F7FA;--background: #FAFBFC;--on-surface: #000B4F;--on-surface-variant: #323232;--outline: #829CD0;--outline-variant: #EBEBEB;--elevation-1: 0px 1px 2px rgba(0, 11, 79, .3), 0px 1px 3px 1px rgba(0, 11, 79, .15);--elevation-2: 0px 1px 2px rgba(0, 11, 79, .3), 0px 2px 6px 2px rgba(0, 11, 79, .15);--elevation-3: 0px 4px 8px 3px rgba(0, 11, 79, .15), 0px 1px 3px rgba(0, 11, 79, .3);--radius-small: 8px;--radius-medium: 12px;--radius-large: 16px;--radius-extra-large: 28px}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;color:var(--on-surface);background-color:var(--background);-webkit-font-smoothing:antialiased}.app{min-height:100vh;display:flex;flex-direction:column}
