*{box-sizing:border-box;margin:0;padding:0}
body{font-family:'Barlow',sans-serif;background:#000;color:#fff;-webkit-font-smoothing:antialiased;overflow:hidden;height:100vh}
.deck-banner{position:fixed;top:0;left:0;right:0;z-index:200;background:rgba(0,0,0,0.7);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,0.1);padding:8px 16px;text-align:center;font-size:11px;color:rgba(255,255,255,0.8);letter-spacing:0.05em}

.deck-root{position:relative;width:100vw;height:100vh;padding-top:32px;background:#000;overflow:hidden}

.deck-slide{position:absolute;inset:32px 0 0;opacity:0;transform:translateX(100%) scale(0.95);transition:opacity .65s cubic-bezier(0.4,0,0.2,1),transform .65s cubic-bezier(0.4,0,0.2,1);pointer-events:none;overflow:hidden}
.deck-slide.active{opacity:1;transform:translateX(0) scale(1);pointer-events:auto}
.deck-slide.exit-left{opacity:0;transform:translateX(-30%) scale(0.95)}
.deck-slide.exit-right{opacity:0;transform:translateX(30%) scale(0.95)}
.deck-slide.enter-right{opacity:0;transform:translateX(100%) scale(0.95)}
.deck-slide.enter-left{opacity:0;transform:translateX(-100%) scale(0.95)}

.deck-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
.deck-bg-50{opacity:0.5}
.deck-bg-desat{filter:saturate(0)}
.deck-overlay-60{position:absolute;inset:0;background:rgba(0,0,0,0.6);z-index:1}
.deck-overlay-bottom{position:absolute;left:0;right:0;bottom:0;height:50%;background:linear-gradient(to top,#000,transparent);z-index:1;pointer-events:none}

.deck-content{position:relative;z-index:10;width:100%;height:100%;padding:48px 32px 80px;display:flex;flex-direction:column}
@media(min-width:1024px){.deck-content{padding:48px 80px 80px}}

/* Liquid glass */
.liquid-glass,.liquid-glass-strong{position:relative;background:rgba(255,255,255,0.01);background-blend-mode:luminosity;backdrop-filter:blur(4px);box-shadow:inset 0 1px 1px rgba(255,255,255,0.1);overflow:hidden}
.liquid-glass-strong{backdrop-filter:blur(50px);box-shadow:4px 4px 4px rgba(0,0,0,0.05),inset 0 1px 1px rgba(255,255,255,0.15)}
.liquid-glass::before,.liquid-glass-strong::before{content:'';position:absolute;inset:0;border-radius:inherit;padding:1.4px;background:linear-gradient(180deg,rgba(255,255,255,0.45) 0%,rgba(255,255,255,0.15) 20%,rgba(255,255,255,0) 40%,rgba(255,255,255,0) 60%,rgba(255,255,255,0.15) 80%,rgba(255,255,255,0.45) 100%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}
.liquid-glass-strong::before{background:linear-gradient(180deg,rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.2) 20%,rgba(255,255,255,0) 40%,rgba(255,255,255,0) 60%,rgba(255,255,255,0.2) 80%,rgba(255,255,255,0.5) 100%)}

/* Section label common */
.section-label{display:block;color:rgba(255,255,255,0.3);font-family:'Barlow',sans-serif;font-size:10px;letter-spacing:0.3em;text-transform:uppercase;margin-bottom:24px}

/* Animations */
@keyframes fade-up{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}
@keyframes slide-x-l{from{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}
@keyframes slide-x-r{from{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}
@keyframes slide-y{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
@keyframes scale-in{from{opacity:0;transform:scale(0.95)}to{opacity:1;transform:scale(1)}}
@keyframes blur-word{0%{filter:blur(10px);opacity:0;transform:translateY(50px)}50%{filter:blur(5px);opacity:0.5;transform:translateY(-5px)}100%{filter:blur(0);opacity:1;transform:translateY(0)}}

.fade-in{opacity:0;animation:scale-in 0.7s var(--d,0s) ease-out forwards}
.slide-x-left{opacity:0;animation:slide-x-l 0.7s var(--d,0s) ease-out forwards}
.slide-x-right{opacity:0;animation:slide-x-r 0.7s var(--d,0s) ease-out forwards}
.slide-y{opacity:0;animation:slide-y 0.7s var(--d,0s) ease-out forwards}

.blur-text{display:inline}
.blur-word{display:inline-block;margin-right:0.2em;animation:blur-word 0.7s ease-out both}

/* SLIDE 1: TitleSlide */
.title-slide{justify-content:space-between}
.topbar{display:flex;align-items:center;gap:8px}
.logo-circle{width:32px;height:32px;border-radius:50%;background:#fff;color:#000;display:inline-flex;align-items:center;justify-content:center;font-family:'Instrument Serif',serif;font-style:italic;font-size:14px}
.logo-name{font-family:'Instrument Serif',serif;font-style:italic;color:rgba(255,255,255,0.8);font-size:18px}
.topbar-divider{display:inline-block;width:1px;height:20px;background:rgba(255,255,255,0.2);margin:0 8px}
.topbar-tag{color:rgba(255,255,255,0.3);font-size:10px;letter-spacing:0.2em;text-transform:uppercase}

.title-center{flex:1;display:flex;flex-direction:column;justify-content:center;max-width:900px}
.pill-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 6px 6px 6px;border-radius:9999px;width:fit-content;margin-bottom:24px}
.pill-new{background:#fff;color:#000;border-radius:9999px;padding:4px 12px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:0.05em}
.pill-text{color:rgba(255,255,255,0.7);font-size:12px;font-weight:300;padding-right:14px}

.title-h1{font-family:'Instrument Serif',serif;font-style:italic;font-size:clamp(48px,8vw,104px);font-weight:400;line-height:0.85;letter-spacing:-0.02em;color:#fff;margin-bottom:32px;max-width:900px}
.title-sub{font-size:18px;color:rgba(255,255,255,0.5);font-weight:300;line-height:1.55;max-width:560px;margin-bottom:32px}
.title-cta{display:inline-flex;align-items:center;gap:10px;border:none;color:#fff;font-family:inherit;font-size:14px;padding:12px 24px;border-radius:9999px;cursor:pointer;width:fit-content}

.trusted-bar{display:flex;align-items:center;gap:24px;flex-wrap:wrap}
.trusted-label{color:rgba(255,255,255,0.5);font-size:11px;text-transform:uppercase;letter-spacing:0.2em}
.trusted-name{font-family:'Instrument Serif',serif;font-style:italic;font-size:18px;color:rgba(255,255,255,0.2)}

/* SLIDE 2: ProblemSlide */
.problem-slide{flex-direction:column;justify-content:center;gap:48px}
@media(min-width:1024px){.problem-slide{flex-direction:row;align-items:flex-start;gap:80px}}
.problem-left{flex:1}
.section-h2{font-family:'Instrument Serif',serif;font-style:italic;font-size:clamp(32px,5vw,64px);font-weight:400;line-height:0.9;letter-spacing:-0.01em;color:#fff;margin-bottom:32px}
.section-body{color:rgba(255,255,255,0.4);font-size:15px;font-weight:300;line-height:1.6;max-width:560px}
.problem-right{display:flex;flex-direction:column;gap:16px;width:100%}
@media(min-width:1024px){.problem-right{width:420px;flex-shrink:0}}
.problem-card{padding:24px 28px;border-radius:16px}
.problem-card-row{display:flex;align-items:center;gap:12px;margin-bottom:12px}
.problem-icon-box{width:40px;height:40px;border-radius:12px;background:linear-gradient(135deg,rgba(255,255,255,0.15),rgba(255,255,255,0.05));display:inline-flex;align-items:center;justify-content:center;color:rgba(255,255,255,0.8);font-size:20px}
.problem-icon-box .material-symbols-rounded{font-size:20px}
.problem-card-title{font-size:16px;font-weight:600;color:#fff}
.problem-card-desc{font-size:13px;font-weight:300;color:rgba(255,255,255,0.4);line-height:1.55;padding-left:52px}

/* SLIDE 3: CapabilitiesSlide */
.capabilities-slide{justify-content:space-between}
.cap-h2{font-family:'Instrument Serif',serif;font-style:italic;font-size:clamp(48px,9vw,128px);font-weight:400;line-height:0.85;letter-spacing:-0.01em;color:#fff;margin-bottom:32px;flex:1}
.cap-grid{display:grid;grid-template-columns:1fr;gap:24px}
@media(min-width:1024px){.cap-grid{grid-template-columns:1fr 1fr}}
.cap-card{border-radius:16px;overflow:hidden;display:flex;flex-direction:column}
.cap-card-video{height:180px;overflow:hidden}
@media(min-width:1024px){.cap-card-video{height:220px}}
.cap-card-video video{width:100%;height:100%;object-fit:cover;display:block}
.cap-card-text{padding:24px}
@media(min-width:1024px){.cap-card-text{padding:32px}}
.cap-card-title{font-family:'Instrument Serif',serif;font-style:italic;font-size:20px;color:#fff;margin-bottom:8px;line-height:1.2}
.cap-card-body{font-size:13px;font-weight:300;color:rgba(255,255,255,0.4);line-height:1.6}

/* SLIDE 4: WhyUsSlide */
.why-slide{justify-content:flex-start}
.why-top{display:flex;flex-direction:column;gap:24px;margin-bottom:auto}
@media(min-width:1024px){.why-top{flex-direction:row;justify-content:space-between;align-items:flex-end}}
.why-h2{font-family:'Instrument Serif',serif;font-style:italic;font-size:clamp(28px,4.5vw,56px);font-weight:400;line-height:0.9;color:#fff;letter-spacing:-0.01em}
.why-sub{color:rgba(255,255,255,0.35);font-size:14px;font-weight:300;max-width:340px}
.why-cards{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:auto}
@media(min-width:1024px){.why-cards{grid-template-columns:1fr 1fr 1fr 1fr;gap:24px}}
.why-card{padding:24px 28px;border-radius:16px;display:flex;flex-direction:column}
@media(min-width:1024px){.why-card{padding:32px}}
.why-icon{width:40px;height:40px;border-radius:9999px;display:inline-flex;align-items:center;justify-content:center;color:#fff;margin-bottom:24px}
.why-title{font-size:14px;font-weight:600;color:#fff;margin-bottom:8px}
@media(min-width:1024px){.why-title{font-size:16px}}
.why-desc{font-size:12px;font-weight:300;color:rgba(255,255,255,0.4);line-height:1.55}

/* SLIDE 5: StatsSlide */
.stats-slide{justify-content:flex-start}
.stats-h2{font-family:'Instrument Serif',serif;font-style:italic;font-size:clamp(36px,5.5vw,72px);font-weight:400;line-height:0.9;letter-spacing:-0.01em;color:#fff;margin-bottom:48px;max-width:1000px}
.stats-grid{display:flex;flex-direction:column;gap:24px;margin-top:auto}
.stat-row{display:flex;flex-direction:column;gap:32px}
.stat-divider{height:1px;background:rgba(255,255,255,0.2)}
.stat-content{display:flex;align-items:flex-start;gap:32px}
@media(min-width:1024px){.stat-content{gap:56px}}
.stat-num{font-family:'Instrument Serif',serif;font-style:italic;font-size:clamp(48px,9vw,128px);color:#fff;line-height:1;flex-shrink:0}
.stat-desc{padding-top:12px;flex:1;color:#fff;font-size:14px;font-weight:400;line-height:1.6}
@media(min-width:1024px){.stat-desc{font-size:18px;padding-top:16px;padding-right:80px}}
@media(min-width:1024px){
  .stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
  .stat-row{margin-bottom:0}
}

/* SLIDE 6: TestimonialsSlide */
.test-slide{justify-content:flex-start}
.test-h2{font-family:'Instrument Serif',serif;font-style:italic;font-size:clamp(28px,4.5vw,56px);font-weight:400;line-height:0.9;letter-spacing:-0.01em;color:#fff;margin-bottom:auto}
.test-grid{display:grid;grid-template-columns:1fr;gap:20px;margin-top:48px}
@media(min-width:1024px){.test-grid{grid-template-columns:repeat(3,1fr);gap:24px}}
.test-card{padding:32px;border-radius:16px;display:flex;flex-direction:column;justify-content:space-between;min-height:240px}
@media(min-width:1024px){.test-card{padding:40px}}
.test-quote{margin-bottom:32px}
.test-quote-mark{font-family:'Instrument Serif',serif;font-style:italic;font-size:32px;color:rgba(255,255,255,0.15);display:block;margin-bottom:16px}
.test-quote p{color:rgba(255,255,255,0.7);font-size:14px;font-weight:300;font-style:italic;line-height:1.6}
@media(min-width:1024px){.test-quote p{font-size:15px}}
.test-attr{display:flex;align-items:center;gap:12px;padding-top:16px;border-top:1px solid rgba(255,255,255,0.1)}
.test-avatar{width:32px;height:32px;border-radius:50%;background:rgba(255,255,255,0.1);display:inline-flex;align-items:center;justify-content:center;color:rgba(255,255,255,0.6);font-size:11px;font-weight:500}
.test-name{color:#fff;font-size:13px;font-weight:500}
.test-role{color:rgba(255,255,255,0.4);font-size:11px;font-weight:300}

/* SLIDE 7: CtaSlide */
.cta-slide{justify-content:flex-start}
.cta-main{flex:1;display:flex;flex-direction:column;gap:48px;align-items:flex-start;margin-top:24px}
@media(min-width:1024px){.cta-main{flex-direction:row;align-items:center;gap:80px}}
.cta-left{flex:1;max-width:660px}
.cta-h2{font-family:'Instrument Serif',serif;font-style:italic;font-size:clamp(48px,8vw,104px);font-weight:400;line-height:0.85;letter-spacing:-0.01em;color:#fff;margin-bottom:24px}
.cta-body{color:rgba(255,255,255,0.4);font-size:14px;font-weight:300;line-height:1.6;max-width:480px;margin-bottom:32px}
.cta-buttons{display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.cta-primary,.cta-secondary{display:inline-flex;align-items:center;gap:8px;border:none;font-family:inherit;font-size:14px;padding:12px 24px;border-radius:9999px;cursor:pointer}
.cta-primary{background:#fff;color:#000;font-weight:600}
.cta-secondary{color:#fff;font-weight:500}

.cta-right{padding:32px;border-radius:16px;width:100%;max-width:320px}
@media(min-width:1024px){.cta-right{padding:40px}}
.cta-right-header{display:flex;align-items:center;gap:12px;margin-bottom:24px}
.cta-mail-icon{width:40px;height:40px;border-radius:9999px;display:inline-flex;align-items:center;justify-content:center;color:#fff}
.cta-right-label{color:#fff;font-size:13px;font-weight:500}
.cta-contact{margin-bottom:16px}
.cta-contact div{color:#fff;font-size:13px;line-height:1.8}
.cta-locations{padding-top:16px;border-top:1px solid rgba(255,255,255,0.1)}
.cta-locations div{color:rgba(255,255,255,0.3);font-size:11px;line-height:1.8}

.cta-footer{display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,0.1);padding-top:16px;margin-top:24px}
.cta-footer span,.cta-footer .cta-foot-links span{color:rgba(255,255,255,0.3);font-size:11px;cursor:pointer;transition:color .2s}
.cta-foot-links{display:flex;gap:16px}

/* SlideControls */
.deck-controls{position:fixed;bottom:0;left:0;right:0;z-index:50;display:flex;justify-content:space-between;align-items:center;padding:16px 32px 24px;pointer-events:none}
@media(min-width:1024px){.deck-controls{padding:16px 80px 24px}}
.ctrl-left,.ctrl-right{display:flex;align-items:center;gap:8px;pointer-events:auto}
.ctrl-counter{color:rgba(255,255,255,0.3);font-size:11px;letter-spacing:0.2em;text-transform:uppercase}
.ctrl-divider{display:inline-block;width:1px;height:14px;background:rgba(255,255,255,0.15);margin:0 8px}
.ctrl-label{color:rgba(255,255,255,0.5);font-size:11px}
.ctrl-dots{display:flex;align-items:center;gap:6px}
.ctrl-dot{display:inline-block;height:4px;width:32px;background:rgba(255,255,255,0.2);border-radius:9999px;cursor:pointer;transition:all .5s}
.ctrl-dot:hover{background:rgba(255,255,255,0.4)}
.ctrl-dot.active{width:96px;background:#fff}
.ctrl-btn{width:32px;height:32px;border-radius:50%;border:none;background:transparent;color:rgba(255,255,255,0.5);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:all .2s}
.ctrl-btn:hover:not(:disabled){color:#fff;background:rgba(255,255,255,0.1)}
.ctrl-btn:disabled{opacity:0.2;cursor:not-allowed}
