@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&family=DM+Sans:wght@400;500;700&family=Cairo:wght@400;600;700&display=swap";
.pitch-deck-root{--pitch-navy:#22333b;--pitch-cream:#f7f5f2;--pitch-accent:#c8553d;--pitch-muted:#6a7c85;--pitch-sand:#ede0d4;--pitch-card:#fff;color:var(--pitch-navy);background:#e2e8f0;font-family:DM Sans,sans-serif}.pitch-deck-root[dir=rtl]{font-family:Cairo,sans-serif}.pitch-deck-root h1,.pitch-deck-root h2,.pitch-deck-root h3,.pitch-deck-root h4{font-family:Poppins,sans-serif}.pitch-deck-root[dir=rtl] h1,.pitch-deck-root[dir=rtl] h2,.pitch-deck-root[dir=rtl] h3,.pitch-deck-root[dir=rtl] h4{font-family:Cairo,sans-serif}.pitch-deck-toolbar{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#f7f5f2eb;border-bottom:1px solid #22333b1f}.pitch-deck-toolbar-inner{justify-content:space-between;align-items:center;gap:1rem;max-width:80rem;margin:0 auto;padding:.75rem 1.25rem;display:flex}.pitch-deck-brand{letter-spacing:.08em;color:var(--pitch-navy);font-size:1rem;font-weight:700;text-decoration:none}.pitch-deck-scroll{scroll-snap-type:y proximity;flex-direction:column;align-items:center;gap:2.5rem;padding:2.5rem 1rem 4rem;display:flex}.pitch-deck-slide{background:var(--pitch-cream);scroll-snap-align:start;border-radius:4px;flex-direction:column;justify-content:space-between;width:min(100%,80rem);min-height:min(720px,100svh - 4.5rem);padding:2.5rem 2rem 2rem;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #00000026}.pitch-deck-slide:before{content:"";pointer-events:none;background:radial-gradient(circle at 95% 5%,#c8553d0a 0%,#0000 40%),radial-gradient(circle at 5% 95%,#22333b05 0%,#0000 50%);position:absolute;inset:0}.pitch-deck-slide>*{z-index:1;position:relative}.pitch-deck-slide--dark{background:var(--pitch-navy);color:var(--pitch-cream)}.pitch-deck-slide--dark:before{background:radial-gradient(circle at 95% 5%,#c8553d1a 0%,#0000 40%),radial-gradient(circle at 5% 95%,#ede0d40d 0%,#0000 50%)}.pitch-deck-kicker{letter-spacing:.2em;text-transform:uppercase;color:var(--pitch-accent);margin-bottom:.5rem;font-size:.7rem;font-weight:700;display:block}.pitch-deck-root[dir=rtl] .pitch-deck-kicker{letter-spacing:0;text-transform:none}.pitch-deck-title{color:var(--pitch-navy);font-size:clamp(1.5rem,2.4vw,2.125rem);font-weight:700;line-height:1.2}.pitch-deck-slide--dark .pitch-deck-title{color:var(--pitch-cream)}.pitch-deck-subtitle{color:var(--pitch-muted);margin-top:.4rem;font-size:1rem;line-height:1.4}.pitch-deck-slide--dark .pitch-deck-subtitle{color:var(--pitch-sand)}.pitch-deck-hero{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.pitch-deck-hero h1{letter-spacing:-.04em;color:var(--pitch-cream);font-size:clamp(3rem,8vw,5.25rem);line-height:1}.pitch-deck-hero-tagline{color:var(--pitch-accent);margin:1rem 0 1.25rem;font-size:clamp(1.1rem,2vw,1.5rem);font-weight:500}.pitch-deck-hero-body{max-width:46rem;color:var(--pitch-sand);font-size:.95rem;line-height:1.6}.pitch-deck-content{flex-direction:column;flex:1;justify-content:center;gap:1.25rem;display:flex}.pitch-deck-grid-3{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;display:grid}.pitch-deck-grid-4{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.pitch-deck-card{background:var(--pitch-card);border-bottom:4px solid var(--pitch-navy);border-radius:6px;flex-direction:column;justify-content:space-between;min-height:12rem;padding:1.5rem;display:flex;box-shadow:0 4px 12px #00000008}.pitch-deck-card--accent{border-bottom-color:var(--pitch-accent)}.pitch-deck-card-mark{background:var(--pitch-accent);border-radius:999px;width:2rem;height:.25rem;margin-bottom:1rem}.pitch-deck-card h3{color:var(--pitch-navy);margin-bottom:.75rem;font-size:1.05rem;line-height:1.3}.pitch-deck-card p{color:#556066;font-size:.875rem;line-height:1.6}.pitch-deck-stat{text-align:center;background:var(--pitch-navy);min-height:10rem;color:var(--pitch-cream);border-top:4px solid var(--pitch-accent);border-radius:4px;flex-direction:column;justify-content:center;padding:1.25rem 1rem;display:flex}.pitch-deck-slide--dark .pitch-deck-stat{background:#ffffff0d}.pitch-deck-stat-value{color:var(--pitch-accent);margin-bottom:.5rem;font-family:Poppins,sans-serif;font-size:clamp(1.25rem,2.5vw,2.25rem);font-weight:700}.pitch-deck-stat-label{color:var(--pitch-sand);font-size:.8rem;line-height:1.5}.pitch-deck-callout{background:var(--pitch-navy);color:var(--pitch-cream);border-inline-start:5px solid var(--pitch-accent);border-radius:4px;align-items:flex-start;gap:.75rem;padding:.9rem 1.1rem;font-size:.8rem;line-height:1.5;display:flex}.pitch-deck-slide--dark .pitch-deck-callout{background:#ffffff14}.pitch-deck-callout strong{color:var(--pitch-cream)}.pitch-deck-footnote{color:#7f8c8d;font-size:.7rem;font-style:italic}.pitch-deck-flow{grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;display:grid}.pitch-deck-flow-node{background:var(--pitch-card);border:1px solid #22333b0d;border-radius:6px;padding:1.25rem 1rem;position:relative;box-shadow:0 4px 10px #00000005}.pitch-deck-flow-num{letter-spacing:.08em;text-transform:uppercase;color:var(--pitch-accent);margin-bottom:.5rem;font-size:.7rem;font-weight:700;display:block}.pitch-deck-flow-node h4{color:var(--pitch-navy);margin-bottom:.4rem;font-size:1rem}.pitch-deck-flow-node p{color:var(--pitch-muted);font-size:.75rem;line-height:1.5}.pitch-deck-tech{color:var(--pitch-sand);background:var(--pitch-navy);border-radius:4px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-top:1rem;padding:.75rem 1rem;font-size:.75rem;font-weight:600;display:flex}.pitch-deck-tech-title{letter-spacing:.05em;text-transform:uppercase;color:var(--pitch-accent);font-size:.7rem;font-weight:700}.pitch-deck-tech-tags{flex-wrap:wrap;gap:.5rem;display:flex}.pitch-deck-tech-tag{background:#ffffff14;border-radius:3px;padding:.15rem .6rem}.pitch-deck-ask-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;display:grid}.pitch-deck-ask-card{background:var(--pitch-card);border-top:5px solid var(--pitch-navy);border-radius:6px;padding:1.25rem 1rem;box-shadow:0 4px 10px #00000005}.pitch-deck-ask-card--highlight{border-top-color:var(--pitch-accent)}.pitch-deck-ask-pct{color:var(--pitch-accent);font-family:Poppins,sans-serif;font-size:2.25rem;font-weight:700;line-height:1}.pitch-deck-ask-label{color:var(--pitch-navy);margin:.5rem 0;font-size:1rem;font-weight:700;display:block}.pitch-deck-ask-desc{color:#556066;font-size:.75rem;line-height:1.5}.pitch-deck-team{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;display:grid}.pitch-deck-profile{background:var(--pitch-card);border-top:4px solid var(--pitch-accent);border-radius:8px;gap:1rem;padding:1.25rem;display:flex;box-shadow:0 4px 12px #00000005}.pitch-deck-avatar{width:4rem;height:4rem;color:var(--pitch-navy);background:var(--pitch-sand);border:3px solid var(--pitch-accent);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.25rem;font-weight:700;display:flex}.pitch-deck-profile h3{color:var(--pitch-navy);font-size:1.1rem}.pitch-deck-profile-role{letter-spacing:.05em;text-transform:uppercase;color:var(--pitch-accent);margin:.15rem 0 .5rem;font-size:.7rem;font-weight:600}.pitch-deck-profile-links{flex-wrap:wrap;gap:.35rem .75rem;margin-bottom:.75rem;display:flex}.pitch-deck-link{color:var(--pitch-accent);font-size:.72rem;font-weight:600;text-decoration:none}.pitch-deck-link:hover{text-decoration:underline}.pitch-deck-contact-list{text-align:start;margin:.75rem 0 0;padding:0;list-style:none}.pitch-deck-contact-item+.pitch-deck-contact-item{border-top:1px solid #ffffff1f;margin-top:1rem;padding-top:1rem}.pitch-deck-contact-name{color:var(--pitch-cream);margin-bottom:.35rem;font-size:.9rem;font-weight:700}.pitch-deck-contact-site{color:var(--pitch-cream);margin-top:1.25rem;font-size:.875rem;font-weight:700}.pitch-deck-profile ul{margin:0;padding:0;list-style:none}.pitch-deck-profile li{color:#556066;margin-bottom:.35rem;padding-inline-start:1.1rem;font-size:.75rem;line-height:1.4;position:relative}.pitch-deck-profile li:before{content:"✓";color:var(--pitch-accent);font-size:.65rem;font-weight:700;position:absolute;inset-inline-start:0}.pitch-deck-close-box{background:#ffffff0d;border-radius:6px;padding:1.25rem 2rem;display:inline-block}.pitch-deck-close-box p:first-child{color:var(--pitch-accent);margin-bottom:.25rem;font-size:1rem;font-weight:700}.pitch-deck-footer{letter-spacing:.04em;color:var(--pitch-muted);border-top:1px solid #22333b14;justify-content:space-between;align-items:center;gap:1rem;padding-top:.75rem;font-size:.7rem;font-weight:500;display:flex}.pitch-deck-slide--dark .pitch-deck-footer{color:var(--pitch-sand);border-top-color:#f7f5f21a}.pitch-deck-footer-brand{color:var(--pitch-accent);font-weight:700}@media (max-width:1024px){.pitch-deck-grid-4,.pitch-deck-flow,.pitch-deck-ask-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.pitch-deck-slide{min-height:auto;padding:1.5rem 1.25rem}.pitch-deck-grid-3,.pitch-deck-grid-4,.pitch-deck-flow,.pitch-deck-ask-grid,.pitch-deck-team{grid-template-columns:1fr}.pitch-deck-profile{flex-direction:column}}