@keyframes prototype-slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes prototype-fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes prototype-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes prototype-pulse{0%,to{opacity:1}50%{opacity:.7}}.prototype-container{background:#faf9f5;min-height:100vh;overflow-x:hidden;position:relative;color:#3a3a3a}.prototype-section{position:relative;max-width:80rem;margin:0 auto;z-index:2}.prototype-hero-section{min-height:90vh;display:grid;grid-template-columns:1fr 1.5fr;align-items:center;padding:6rem 2rem 4rem;gap:4rem;position:relative}.prototype-hero-shape-background{position:relative;display:flex;align-items:center;justify-content:center;height:500px}.prototype-hero-shape-img{width:100%;height:100%;object-fit:contain;opacity:.8;animation:prototype-float 6s ease-in-out infinite}.prototype-hero-shape-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}.prototype-hero-plus-icon{filter:drop-shadow(0 8px 16px rgba(46,155,143,.3))}.prototype-hero-plus-icon svg{fill:#fff}.prototype-hero-content{animation:prototype-slideInUp 1s ease-out}.prototype-hero-badge{display:inline-block;background:#2e9b8f1a;color:#2e9b8f;font-size:.9rem;text-transform:uppercase;letter-spacing:.1em;padding:.5rem 1.5rem;border-radius:25px;margin-bottom:2rem;border:1px solid #2e9b8f33}.prototype-hero-title{margin-bottom:2rem}.prototype-title-line{font-size:clamp(3.5rem,6vw,5rem);text-transform:uppercase;letter-spacing:.02em;line-height:.9;color:#2e9b8f;display:block}.prototype-subtitle-line{font-size:clamp(1.8rem,3vw,2.5rem);text-transform:uppercase;letter-spacing:.05em;color:#3a3a3a;display:block;margin-top:.5rem}.prototype-hero-description{font-size:1.2rem;font-weight:400;color:#666;line-height:1.6;margin-bottom:3rem}.prototype-hero-value-props{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem}.prototype-value-prop{background:#fff;padding:1.5rem;border-radius:12px;border-left:4px solid #2e9b8f;box-shadow:0 4px 16px #0000000d;transition:all .3s ease}.prototype-value-prop:hover{transform:translateY(-2px);box-shadow:0 8px 24px #2e9b8f26}.prototype-value-prop h4{font-size:1.1rem;text-transform:uppercase;letter-spacing:.05em;color:#2e9b8f;margin-bottom:.5rem}.prototype-value-prop p{font-size:.95rem;color:#666;line-height:1.5;margin:0}.prototype-hero-process-summary{background:linear-gradient(135deg,#2e9b8f0d,#ffc1070d);padding:2rem;border-radius:16px;border:1px solid #2e9b8f1a}.prototype-process-highlight{text-align:center}.prototype-timeline-badge{display:inline-block;background:#2e9b8f;color:#fff;font-size:.9rem;text-transform:uppercase;letter-spacing:.1em;padding:.6rem 1.2rem;border-radius:25px;margin-bottom:1rem;box-shadow:0 4px 12px #2e9b8f4d}.prototype-process-highlight p{font-size:1.05rem;color:#3a3a3a;line-height:1.6;margin:0;font-weight:500}.process-section{padding:8rem 2rem;background:#fff}.process-header{text-align:center;margin-bottom:6rem}.prototype-section-title{font-size:clamp(2.5rem,4vw,4rem);text-transform:uppercase;letter-spacing:.05em;color:#3a3a3a;margin-bottom:1rem}.prototype-section-subtitle{font-size:1.3rem;color:#666;font-weight:400;max-width:600px;margin:0 auto;line-height:1.5}.process-timeline{display:flex;flex-direction:column;gap:3rem;max-width:1400px;margin:0 auto}.process-step{background:#fff;border-radius:24px;border:1px solid #2e9b8f1a;box-shadow:0 8px 40px #00000014;transition:all .6s ease;cursor:pointer;overflow:hidden;position:relative;display:grid;grid-template-columns:1fr 300px;gap:0;animation:prototype-fadeInScale 1s ease-out;animation-fill-mode:both}.process-step:first-child{animation-delay:.1s}.process-step:nth-child(2){animation-delay:.2s}.process-step:nth-child(3){animation-delay:.3s}.process-step:hover{transform:translateY(-5px);box-shadow:0 20px 60px #2e9b8f26;border-color:#2e9b8f4d}.process-step.active{transform:translateY(-10px);box-shadow:0 30px 80px #2e9b8f33;border-color:#2e9b8f66}.step-header{padding:3rem;display:flex;gap:2rem;align-items:flex-start}.step-timeline{flex-direction:column;gap:.5rem;flex-shrink:0}.step-number,.step-timeline{display:flex;align-items:center}.step-number{width:60px;height:60px;background:#2e9b8f;color:#fff;border-radius:50%;justify-content:center;font-size:1.5rem}.step-week{font-size:.9rem;font-weight:600;color:#2e9b8f;text-transform:uppercase;letter-spacing:.05em}.step-content{flex:1}.step-title{font-size:2rem;text-transform:uppercase;letter-spacing:.05em;color:#3a3a3a;margin-bottom:1rem;line-height:1.1}.step-description{font-size:1.1rem;color:#666;line-height:1.6;margin:0}.step-visual{height:100%;min-height:250px;overflow:hidden;position:relative}.step-image{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.process-step:hover .step-image{transform:scale(1.05)}.step-details{grid-column:1/-1;max-height:0;overflow:hidden;transition:all .6s ease;opacity:0}.step-details.expanded{max-height:500px;opacity:1;padding:2rem 3rem 3rem;border-top:1px solid #2e9b8f1a}.activities-section{margin-bottom:2rem}.activities-section h4{font-size:1.3rem;text-transform:uppercase;letter-spacing:.05em;color:#2e9b8f;margin-bottom:1rem}.activities-list{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem}.activity-item{display:flex;align-items:center;gap:.8rem;padding:.8rem;background:#2e9b8f0d;border-radius:8px;transition:all .3s ease}.activity-item:hover{background:#2e9b8f1a;transform:translateX(5px)}.activity-icon svg{fill:#2e9b8f}.activity-item span{font-size:.95rem;color:#3a3a3a;font-weight:500}.deliverable-highlight{background:#2e9b8f1a;padding:1.5rem;border-radius:12px;border-left:4px solid #2e9b8f}.deliverable-highlight h4{font-size:1.1rem;text-transform:uppercase;letter-spacing:.05em;color:#2e9b8f;margin-bottom:.5rem}.deliverable-highlight p{font-size:1rem;color:#3a3a3a;font-weight:600;margin:0}.validation-section{padding:8rem 2rem;background:#faf9f5}.validation-content{max-width:1200px;margin:0 auto;text-align:center}.prototype-section-description{font-size:1.2rem;color:#666;line-height:1.6;margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto}.metrics-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:4rem}.metric-card{background:#fff;padding:2rem;border-radius:16px;border:1px solid #2e9b8f1a;box-shadow:0 8px 30px #0000000d;text-align:left;transition:all .3s ease}.metric-card:hover{transform:translateY(-5px);box-shadow:0 15px 50px #2e9b8f1a}.metric-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.metric-name{font-size:1.3rem;text-transform:uppercase;letter-spacing:.05em;color:#3a3a3a;margin:0;flex:1}.metric-target{background:#2e9b8f;color:#fff;font-size:.9rem;font-weight:700;padding:.5rem 1rem;border-radius:50px;white-space:nowrap}.metric-description{font-size:1rem;color:#666;line-height:1.5;margin:0}.outcomes-section{padding:8rem 2rem;background:#fff}.outcomes-header{text-align:center;margin-bottom:6rem}.outcomes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto 4rem}.outcome-card{background:#fff;padding:2rem;border-radius:16px;border:2px solid;transition:all .3s ease;text-align:center}.outcome-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001a}.outcome-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.outcome-title{font-size:1.8rem;text-transform:uppercase;letter-spacing:.05em;margin:0}.outcome-percentage{color:#fff;font-size:.9rem;font-weight:700;padding:.5rem 1rem;border-radius:50px}.outcome-description{font-size:1.1rem;font-weight:600;color:#3a3a3a;margin-bottom:1rem}.outcome-details p{font-size:.95rem;color:#666;line-height:1.5;margin:0}.investment-summary{max-width:800px;margin:0 auto}.summary-card{background:#2e9b8f0d;padding:3rem;border-radius:50px;border:1px solid #2e9b8f1a;text-align:center}.summary-card h3{font-size:2rem;text-transform:uppercase;letter-spacing:.05em;color:#2e9b8f;margin-bottom:1rem}.summary-card p{font-size:1.1rem;color:#666;line-height:1.6;margin-bottom:2rem}.summary-benefits{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.benefit-item{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;color:#3a3a3a}.benefit-icon svg{fill:#2e9b8f}.prototype-cta-section{padding:8rem 2rem;background:linear-gradient(135deg,#8b6bb10d,#2e9b8f0d);text-align:center;border-radius:20px;margin:0 2rem}.prototype-cta-content h2{font-size:clamp(1.8rem,3vw,2.5rem);text-transform:uppercase;letter-spacing:.05em;color:#3a3a3a;margin-bottom:2rem}.prototype-cta-content p{font-size:1.2rem;color:#666;line-height:1.6;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.prototype-cta-button.primary{background:#8b6bb1;color:#fff;padding:1.5rem 4rem;border-radius:50px;border:none;font-size:1.2rem;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:all .4s ease;box-shadow:0 10px 30px #8b6bb166}.prototype-cta-button.primary:hover{transform:translateY(-3px);box-shadow:0 20px 50px #8b6bb199}.proto-cta-floating-shapes{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1;overflow:hidden}.proto-cta-floating-shape{position:absolute;animation:prototype-float 4s ease-in-out infinite;opacity:.15;transition:opacity .3s ease}.proto-cta-floating-shape:hover{opacity:.25}.proto-cta-shape-1{top:15%;left:8%;animation-delay:0s}.proto-cta-shape-1 .proto-cta-triangle,.proto-cta-shape-1 svg,.proto-cta-shape-1 svg *{fill:#8b6bb1!important}.proto-cta-shape-2{top:25%;right:12%;animation-delay:.7s}.proto-cta-shape-2 .proto-cta-plus,.proto-cta-shape-2 svg,.proto-cta-shape-2 svg *{fill:#2e9b8f!important}.proto-cta-shape-3{bottom:30%;left:15%;animation-delay:1.4s}.proto-cta-shape-3 .proto-cta-hourglass,.proto-cta-shape-3 svg,.proto-cta-shape-3 svg *{fill:#3a3a3a!important}.proto-cta-shape-4{bottom:20%;right:10%;animation-delay:2.1s}.proto-cta-shape-4 .proto-cta-wobble,.proto-cta-shape-4 svg,.proto-cta-shape-4 svg *{fill:#8b6bb1!important}.proto-cta-shape-5{top:35%;left:5%;animation-delay:1.2s}.proto-cta-shape-5 .proto-cta-triangle-small,.proto-cta-shape-5 svg,.proto-cta-shape-5 svg *{fill:#2e9b8f!important}.proto-cta-shape-6{bottom:45%;right:5%;animation-delay:.5s}.proto-cta-shape-6 .proto-cta-plus-small,.proto-cta-shape-6 svg,.proto-cta-shape-6 svg *{fill:#3a3a3a!important}.prototype-cta-content,.prototype-cta-section{position:relative;z-index:2}@media (max-width:1024px){.prototype-hero-section{min-height:70vh}.process-step,.prototype-hero-section{grid-template-columns:1fr}.step-header{flex-direction:column;text-align:center;gap:1rem}.step-timeline{flex-direction:row;gap:1rem}.activities-list,.metrics-grid,.outcomes-grid{grid-template-columns:1fr}.outcomes-grid{gap:1.5rem}.summary-benefits{flex-direction:column;align-items:center;gap:1rem}}@media (max-width:768px){.outcomes-section,.process-section,.prototype-cta-section,.prototype-hero-section,.validation-section{padding:4rem 1.5rem}.prototype-hero-section{grid-template-columns:1fr;gap:3rem}.prototype-hero-shape-background{height:300px;order:-1}.prototype-hero-process-summary{padding:1.5rem}.prototype-timeline-badge{font-size:.8rem;padding:.5rem 1rem}.step-details.expanded,.step-header{padding:2rem}}@media (max-width:480px){.hero-timeline{flex-direction:column;text-align:center;gap:1rem}.step-title{font-size:1.5rem}.outcome-header{flex-direction:column;gap:1rem}}.activities-section h4,.deliverable-highlight h4,.metric-name,.outcome-title,.prototype-cta-button.primary,.prototype-cta-content h2,.prototype-hero-badge,.prototype-section-title,.prototype-subtitle-line,.prototype-timeline-badge,.prototype-title-line,.prototype-value-prop h4,.step-number,.step-title,.summary-card h3{font-family:var(--font-staatliches),-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif}.activity-item span,.benefit-item,.deliverable-highlight p,.metric-description,.metric-target,.outcome-description,.outcome-details p,.outcome-percentage,.prototype-cta-content p,.prototype-hero-description,.prototype-process-highlight p,.prototype-section-description,.prototype-section-subtitle,.prototype-value-prop p,.step-description,.step-week,.summary-card p{font-family:var(--font-roboto),-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}