@keyframes acc-fadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes acc-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes acc-scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes acc-lineGrow{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes acc-countUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.acc-container{background:#faf9f5;min-height:100vh;overflow-x:hidden;color:#3a3a3a}.acc-back{position:fixed;top:6.5rem;left:max(2rem,calc((100vw - 80rem) / 2 + 2rem));z-index:50;display:flex;align-items:center;gap:.5rem;font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:#3a3a3a;text-decoration:none;background:#faf9f5e6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:.6rem 1.2rem;border-radius:100px;border:1px solid #3a3a3a1a;transition:all .3s ease}.acc-back:hover{background:#3a3a3a;color:#fff;border-color:#3a3a3a}.acc-back svg{transition:transform .3s ease}.acc-back:hover svg{transform:translateX(-3px)}.acc-hero{position:relative;height:57vh;min-height:400px;max-height:600px;overflow:hidden;display:flex;align-items:flex-end}.acc-hero-image{position:absolute;inset:0;z-index:1}.acc-hero-image img{object-fit:cover;width:100%;height:100%}.acc-hero-overlay{position:absolute;inset:0;z-index:2;background:linear-gradient(0deg,#7b5aa1f2 0,#7b5aa1b3 35%,#7b5aa14d 60%,#7b5aa11a)}.acc-hero-content{position:relative;z-index:3;max-width:80rem;margin:0 auto;padding:0 3rem 5rem;width:100%;animation:acc-fadeUp .6s ease-out both}@keyframes acc-trophyFadeIn{0%{opacity:0;transform:translateY(30px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes acc-trophyGlow{0%,to{opacity:.4;transform:translate(-50%,-50%) scale(1)}50%{opacity:.7;transform:translate(-50%,-50%) scale(1.1)}}.acc-hero-trophy{position:absolute;right:10%;top:35%;transform:translateY(-50%);z-index:2;width:360px;height:440px;animation:acc-trophyFadeIn .6s cubic-bezier(.22,1,.36,1) both}.acc-trophy-glow{position:absolute;top:45%;left:50%;transform:translate(-50%,-50%);width:250px;height:250px;background:radial-gradient(circle,#8b6bb126 0,#0000 65%);animation:acc-trophyGlow 4s ease-in-out infinite;pointer-events:none}.acc-trophy-svg{width:100%;height:100%;filter:drop-shadow(0 8px 24px rgba(0,0,0,.2))}.acc-hero-label{display:inline-flex;align-items:center;gap:.75rem;font-size:.8rem;letter-spacing:.15em;text-transform:uppercase;color:#ffffffb3;margin-bottom:1.5rem}.acc-hero-label:before{content:"";display:block;width:32px;height:1px;background:#8b6bb1}.acc-hero-title{font-size:clamp(3.5rem,7vw,6rem);text-transform:uppercase;letter-spacing:-.01em;line-height:.9;color:#fff;margin-bottom:1.5rem;max-width:800px}.acc-hero-title span{display:block;color:#2e9b8f;font-size:.5em;letter-spacing:.05em;margin-top:.3em;line-height:1.2}.acc-hero-meta{display:flex;gap:2rem;align-items:center}.acc-hero-stat{font-size:.85rem;letter-spacing:.1em;text-transform:uppercase;color:#fff9}.acc-hero-stat strong{color:#fff;font-weight:400;display:block;font-size:1.8rem;letter-spacing:-.02em;margin-bottom:.15rem}.acc-hero-divider{width:1px;height:40px;background:#fff3}.acc-problem{max-width:80rem;margin:0 auto;padding:8rem 3rem;display:grid;grid-template-columns:1fr 1.2fr;gap:6rem;align-items:start}.acc-problem-label{font-size:1.1rem;letter-spacing:.15em;text-transform:uppercase;color:#8b6bb1;margin-bottom:2rem;display:flex;align-items:center;gap:.75rem}.acc-problem-label:after{content:"";flex:1;height:1px;background:#8b6bb133}.acc-problem-title{font-size:clamp(2.2rem,3.5vw,3.2rem);text-transform:uppercase;letter-spacing:.02em;line-height:1;color:#3a3a3a}.acc-problem-text{font-size:1.15rem;line-height:1.85;color:#666;padding-top:.5rem}.acc-problem-text p{margin:0}.acc-divider{max-width:80rem;margin:0 auto;padding:0 3rem}.acc-divider-line{height:1px;background:linear-gradient(90deg,#0000,#8b6bb14d,#0000)}.acc-rounds{max-width:80rem;margin:0 auto;padding:8rem 3rem 4rem}.acc-rounds-header{text-align:center;margin-bottom:6rem}.acc-rounds-label{font-size:1.1rem;letter-spacing:.15em;text-transform:uppercase;color:#8b6bb1;margin-bottom:1.5rem}.acc-rounds-title{font-size:clamp(2.5rem,4vw,3.5rem);text-transform:uppercase;letter-spacing:.02em;color:#3a3a3a;margin-bottom:1rem}.acc-rounds-subtitle{font-size:1.15rem;color:#666;max-width:550px;margin:0 auto;line-height:1.6}.acc-round{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-bottom:6rem;animation:acc-fadeUp .8s ease-out both}.acc-round:nth-child(2n){direction:rtl}.acc-round:nth-child(2n)>*{direction:ltr}.acc-round-image{position:relative;border-radius:12px;overflow:hidden;aspect-ratio:4/3}.acc-round-image img{object-fit:cover;transition:none}.acc-round:hover .acc-round-image img{transform:none}.acc-round-image:after{content:"";position:absolute;inset:0;border-radius:12px;border:1px solid #ffffff1a;pointer-events:none}.acc-round-number{font-size:5rem;line-height:1;color:#8b6bb11f;letter-spacing:-.04em;margin-bottom:.5rem}.acc-round-duration{display:inline-block;font-size:.75rem;letter-spacing:.1em;color:#2e9b8f;background:#2e9b8f14;padding:.35rem .9rem;border-radius:100px}.acc-round-duration,.acc-round-name{text-transform:uppercase;margin-bottom:1rem}.acc-round-name{font-size:clamp(1.6rem,2.5vw,2.2rem);letter-spacing:.03em;color:#3a3a3a;line-height:1.1}.acc-round-desc{font-size:1.1rem;line-height:1.7;color:#666;margin:0}.acc-video{background:#3a3a3a;padding:8rem 0;position:relative}.acc-video-inner{max-width:80rem;margin:0 auto;padding:0 3rem}.acc-video-header{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:end;margin-bottom:4rem}.acc-video-label{font-size:1.1rem;letter-spacing:.15em;text-transform:uppercase;color:#8b6bb1;margin-bottom:1.5rem}.acc-video-title{font-size:clamp(2.2rem,3.5vw,3rem);text-transform:uppercase;letter-spacing:.02em;color:#fff;line-height:1}.acc-video-desc{font-size:1.05rem;color:#ffffff80;line-height:1.7;margin:0;align-self:end}.acc-video-embed{position:relative;width:100%;border-radius:16px;overflow:hidden;box-shadow:0 24px 80px #0006}.acc-video-player{width:100%;height:auto;display:block;border-radius:16px}.acc-video-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#0000004d;cursor:pointer;transition:opacity .3s ease;border-radius:16px}.acc-video-overlay.playing{opacity:0;pointer-events:none}.acc-video-play-btn{width:80px;height:80px;border-radius:50%;background:#fffffff2;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 8px 30px #0000004d}.acc-video-play-btn:hover{transform:scale(1.1);box-shadow:0 12px 40px #0006}.acc-play-icon{font-size:1.5rem;color:#3a3a3a;margin-left:4px}.acc-gallery{padding:8rem 3rem;max-width:80rem;margin:0 auto}.acc-gallery-header{display:flex;justify-content:space-between;align-items:end;margin-bottom:4rem}.acc-gallery-title{font-size:clamp(2.2rem,3.5vw,3rem);text-transform:uppercase;letter-spacing:.02em;color:#3a3a3a}.acc-gallery-count{font-size:.85rem;letter-spacing:.1em;text-transform:uppercase;color:#999}.acc-gallery-grid{display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:auto;gap:1rem}.acc-gallery-item{border-radius:10px;overflow:hidden;position:relative}.acc-gallery-item img{object-fit:cover;transition:none;display:block}.acc-gallery-item:hover img{transform:none}.acc-gallery-item:first-child{grid-column:1/8;aspect-ratio:16/10}.acc-gallery-item:nth-child(2){grid-column:8/13;aspect-ratio:4/3}.acc-gallery-item:nth-child(3){grid-column:1/5;aspect-ratio:4/3}.acc-gallery-item:nth-child(4){grid-column:5/9;aspect-ratio:4/3}.acc-gallery-item:nth-child(5){grid-column:9/13;aspect-ratio:4/3}.acc-gallery-item:nth-child(6){grid-column:1/7;aspect-ratio:16/10}.acc-gallery-item:nth-child(7){grid-column:7/13;aspect-ratio:16/10}.acc-gallery-item:nth-child(8){grid-column:1/13;aspect-ratio:21/9}.acc-pillars{background:#3a3a3a;padding:8rem 3rem}.acc-pillars-inner{max-width:80rem;margin:0 auto}.acc-pillars-header{margin-bottom:5rem}.acc-pillars-label{font-size:1.1rem;letter-spacing:.15em;text-transform:uppercase;color:#8b6bb1;margin-bottom:1.5rem}.acc-pillars-title{font-size:clamp(2.2rem,3.5vw,3rem);text-transform:uppercase;letter-spacing:.02em;color:#fff;max-width:500px}.acc-pillars-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid #ffffff1a}.acc-pillar{padding:2.5rem 2rem 2.5rem 0;border-bottom:1px solid #ffffff1a;position:relative;transition:all .3s ease}.acc-pillar:before{content:"";position:absolute;top:0;left:0;width:0;height:2px;background:#8b6bb1;transition:width .4s ease}.acc-pillar:hover:before{width:100%}.acc-pillar-number{font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:#ffffff40;margin-bottom:1.5rem}.acc-pillar-name{font-size:1.4rem;text-transform:uppercase;letter-spacing:.04em;color:#fff;margin-bottom:.75rem;line-height:1.2}.acc-pillar-desc{font-size:1.1rem;color:#ffffff80;line-height:1.6;margin:0}.acc-outcomes{max-width:80rem;margin:0 auto;padding:8rem 3rem}.acc-outcomes-header{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;margin-bottom:5rem}.acc-outcomes-label{font-size:1.1rem;letter-spacing:.15em;text-transform:uppercase;color:#8b6bb1;margin-bottom:1.5rem}.acc-outcomes-title{font-size:clamp(2.2rem,3.5vw,3rem);text-transform:uppercase;letter-spacing:.02em;color:#3a3a3a;line-height:1}.acc-outcomes-intro{font-size:1.1rem;color:#666;line-height:1.7;margin:0;padding-top:.5rem}.acc-outcomes-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.acc-outcome{border-left:2px solid #8b6bb1;padding:2rem}.acc-outcome-name{font-size:1.3rem;text-transform:uppercase;letter-spacing:.04em;color:#3a3a3a;margin-bottom:.5rem;line-height:1.2}.acc-outcome-desc{font-size:1.1rem;color:#666;line-height:1.6;margin:0}.acc-client-video{background:#faf9f5;padding:8rem 0;position:relative}.acc-client-video-inner{max-width:80rem;margin:0 auto;padding:0 3rem}.acc-client-video-content{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.acc-client-video-text{padding-right:2rem}.acc-client-video-label{font-size:1.1rem;letter-spacing:.15em;text-transform:uppercase;color:#8b6bb1;margin-bottom:1.5rem}.acc-client-video-title{font-size:clamp(2.2rem,3.5vw,3rem);text-transform:uppercase;letter-spacing:.02em;color:#3a3a3a;line-height:1;margin-bottom:2rem}.acc-client-video-desc{font-size:1.05rem;color:#666;line-height:1.7;margin:0}.acc-client-video-embed{position:relative;width:100%;aspect-ratio:1/1;border-radius:16px;overflow:hidden;box-shadow:0 24px 80px #0000001f}.acc-client-video-player{width:100%;height:100%;object-fit:cover;display:block;border-radius:16px}.acc-cta{background:#3a3a3a;padding:10rem 3rem;text-align:center;position:relative;overflow:hidden}.acc-cta:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;background:radial-gradient(circle,#8b6bb114 0,#0000 70%);pointer-events:none}.acc-cta-content{position:relative;z-index:2;max-width:700px;margin:0 auto}.acc-cta-title{font-size:clamp(2.5rem,4vw,3.5rem);text-transform:uppercase;letter-spacing:.02em;color:#fff;line-height:1;margin-bottom:1.5rem}.acc-cta-text{font-size:1.1rem;color:#ffffff80;line-height:1.7;margin-bottom:3rem}.acc-cta-button{display:inline-block;background:#8b6bb1;color:#fff;padding:1.2rem 3.5rem;border-radius:100px;border:none;font-size:1.1rem;text-transform:uppercase;letter-spacing:.08em;cursor:pointer;transition:all .4s ease;box-shadow:0 8px 32px #8b6bb14d}.acc-cta-button:hover{transform:translateY(-3px);box-shadow:0 16px 48px #8b6bb173;background:#9d7ec3}@media (max-width:1024px){.acc-hero{height:47vh;min-height:340px}.acc-hero-trophy{width:260px;height:320px;right:5%;opacity:.7}.acc-hero-content{padding:0 2rem 4rem}.acc-problem{padding:6rem 2rem}.acc-problem,.acc-round{grid-template-columns:1fr;gap:2rem}.acc-round{margin-bottom:5rem}.acc-round:nth-child(2n){direction:ltr}.acc-round-number{font-size:3.5rem}.acc-video-header{grid-template-columns:1fr;gap:1.5rem}.acc-gallery-grid{grid-template-columns:repeat(6,1fr)}.acc-gallery-item:first-child{grid-column:1/4;grid-row:1}.acc-gallery-item:nth-child(2){grid-column:4/7;grid-row:1}.acc-gallery-item:nth-child(3){grid-column:1/3;grid-row:2}.acc-gallery-item:nth-child(4){grid-column:3/5;grid-row:2}.acc-gallery-item:nth-child(5){grid-column:5/7;grid-row:2}.acc-gallery-item:nth-child(6){grid-column:1/3;grid-row:3}.acc-gallery-item:nth-child(7){grid-column:3/5;grid-row:3}.acc-gallery-item:nth-child(8){grid-column:5/7;grid-row:3;aspect-ratio:1/1}.acc-pillars-grid{grid-template-columns:repeat(2,1fr);gap:0 3rem}.acc-outcomes-header{grid-template-columns:1fr;gap:1.5rem}.acc-outcomes-grid{grid-template-columns:repeat(2,1fr)}.acc-client-video-content{grid-template-columns:1fr 1fr;gap:3rem}.acc-client-video-text{padding-right:0}}@media (max-width:768px){.acc-back{top:5.5rem;left:1rem;font-size:.75rem;padding:.5rem 1rem}.acc-hero-trophy{width:180px;height:220px;right:-1%;top:30%;opacity:.3}.acc-hero{height:43vh;min-height:300px}.acc-hero-content{padding:0 1.5rem 3rem}.acc-hero-meta{flex-wrap:wrap;gap:1.5rem}.acc-hero-divider{display:none}.acc-problem{padding:5rem 1.5rem}.acc-rounds{padding:5rem 1.5rem 2rem}.acc-round,.acc-rounds-header{margin-bottom:4rem}.acc-gallery,.acc-video{padding:5rem 1.5rem}.acc-gallery-header{flex-direction:column;align-items:flex-start;gap:.5rem}.acc-gallery-grid{grid-template-columns:repeat(2,1fr)}.acc-gallery-item{grid-column:auto!important;aspect-ratio:4/3!important}.acc-gallery-item:nth-child(odd):last-child{grid-column:1/3!important;aspect-ratio:16/10!important}.acc-pillars{padding:5rem 1.5rem}.acc-pillars-grid{grid-template-columns:1fr}.acc-pillar{padding:2rem 0}.acc-outcomes{padding:5rem 1.5rem}.acc-outcomes-grid{grid-template-columns:1fr;gap:2rem}.acc-client-video{padding:5rem 0}.acc-client-video-inner{padding:0 1.5rem}.acc-client-video-content{grid-template-columns:1fr;gap:3rem}.acc-client-video-text{padding-right:0}.acc-client-video-embed{max-width:480px}.acc-cta{padding:6rem 1.5rem}.acc-divider{padding:0 1.5rem}}@media (max-width:480px){.acc-hero{height:40vh;min-height:270px}.acc-hero-stat strong{font-size:1.4rem}.acc-round-number{font-size:3rem}}.acc-back,.acc-client-video-label,.acc-client-video-title,.acc-cta-button,.acc-cta-title,.acc-gallery-count,.acc-gallery-title,.acc-hero-label,.acc-hero-stat strong,.acc-hero-title,.acc-outcome-name,.acc-outcome-number,.acc-outcomes-label,.acc-outcomes-title,.acc-pillar-name,.acc-pillar-number,.acc-pillars-label,.acc-pillars-title,.acc-problem-label,.acc-problem-title,.acc-round-duration,.acc-round-name,.acc-round-number,.acc-rounds-label,.acc-rounds-title,.acc-video-label,.acc-video-title{font-family:var(--font-staatliches),-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;font-weight:400}.acc-client-video-desc,.acc-cta-text,.acc-hero-content .acc-hero-title span,.acc-outcome-desc,.acc-outcomes-intro,.acc-pillar-desc,.acc-problem-text,.acc-round-desc,.acc-rounds-subtitle,.acc-video-desc{font-family:var(--font-roboto),-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}