.hero-modern-section{background:#000;min-height:100vh;margin:0;padding:0;display:flex;position:relative;overflow:hidden}.hero-inner-container{background-image:radial-gradient(circle,#0000 0%,#0006 100%),linear-gradient(#00000080,#000),url(https://res.cloudinary.com/dssr24ouz/image/upload/425145585_ada1eced-5b96-4c0c-b0b5-ede889cd3e3e4_bkzpwz.jpg);background-position:50%;background-size:cover;border-radius:0;flex-direction:column;flex:1;justify-content:center;align-items:center;width:100%;font-family:Inter,sans-serif;display:flex;position:relative;overflow:hidden}.hero-centered-content{z-index:5;text-align:center}.hero-cinematic-title{color:#fffffff2;text-transform:uppercase;white-space:nowrap;margin:0;font-size:clamp(.7rem,1.2vw,.85rem);font-weight:300;line-height:1;letter-spacing:1.5em!important}.dot{color:#ffffff4d;vertical-align:baseline;margin:0 1rem;font-size:.8rem}.hero-sub-tagline{color:#fffffff2;letter-spacing:-.02em;max-width:900px;margin-top:1.5rem;margin-left:auto;margin-right:auto;font-family:Inter,sans-serif;font-size:clamp(2rem,5vw,4rem);font-weight:200;line-height:1.1}.hero-bottom-cta{z-index:5;justify-content:center;display:flex;position:absolute;bottom:6rem;left:0;right:0}.hero-explore-btn{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#fff;letter-spacing:.3em;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:100px;align-items:center;gap:1.5rem;padding:.6rem .6rem .6rem 2rem;font-size:.75rem;font-weight:500;transition:all .4s cubic-bezier(.23,1,.32,1);display:flex;box-shadow:inset 0 1px 1px #ffffff1a}.hero-explore-btn:hover{background:#ffffff1a;border-color:#ffffff4d;transform:translateY(-2px)}.arrow-circle{color:#000;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}@media (max-width:768px){.hero-modern-section{padding:0}.hero-inner-container{padding:2rem}.hero-cinematic-title{word-spacing:2.5em;white-space:normal;text-align:center;font-size:.55rem;line-height:2;display:block;letter-spacing:.4em!important}.dot{opacity:.3;margin:0 .5rem;font-size:.6rem;display:inline-block}.hero-sub-tagline{margin-top:2rem;font-size:1.75rem;line-height:1.2}.hero-bottom-cta{bottom:4rem}.hero-explore-btn{letter-spacing:.2em;gap:1rem;padding:.5rem .5rem .5rem 1.5rem;font-size:.65rem}.arrow-circle{width:32px;height:32px}.dot{display:none}}
.about-section{background:var(--bg-primary)}.about-container{display:block}.about-header{text-align:left;margin-bottom:6rem}.about-split{grid-template-columns:1fr 1.2fr;align-items:flex-start;gap:6rem;display:grid}.about-image .img-wrapper{aspect-ratio:1/1.2;border:1px solid var(--border-color);border-radius:12px;width:100%;overflow:hidden}.about-image img{object-fit:cover;opacity:.8;width:100%;height:100%}.section-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;align-items:center;gap:.75rem;margin-bottom:2rem;font-size:.75rem;font-weight:600;display:flex}.section-label .dot{background:#fff;border-radius:50%;width:6px;height:6px}.about-title{letter-spacing:-.01em;max-width:900px;margin-bottom:0;font-size:clamp(2rem,5vw,3.5rem);font-weight:200;line-height:1.2}.section-subtitle{text-transform:uppercase;letter-spacing:.3em;color:#fff6;margin-bottom:2.5rem;font-size:.75rem;font-weight:600}.about-list{grid-template-columns:1fr 1fr;gap:3rem 4rem;margin-bottom:5rem;list-style:none;display:grid}.about-list li{gap:1.5rem;display:flex}.list-item-content{flex-direction:column;gap:.6rem;display:flex}.list-item-content strong{color:#fffffff2;letter-spacing:.02em;font-size:1.1rem;font-weight:500}.list-item-content span{color:#ffffff80;font-size:.9rem;font-weight:300;line-height:1.5}.about-footer{border-top:1px solid #ffffff0d;padding-top:3rem}.footer-tagline{color:#ffffff4d;letter-spacing:.2em;text-transform:uppercase;font-size:.8rem;font-weight:500}@media (max-width:992px){.about-split{grid-template-columns:1fr;gap:4rem}.about-list{grid-template-columns:1fr;gap:2.5rem}}
.stats-section{background:var(--bg-primary);border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d;padding:8rem 0}.stats-row{justify-content:space-between;align-items:center;gap:2rem;max-width:1200px;margin:0 auto;display:flex}.stat-box{text-align:center;flex-direction:column;flex:1;align-items:center;display:flex;position:relative}.stat-box:not(:last-child):after{content:"";background:linear-gradient(#0000,#ffffff1a,#0000);width:1px;height:40px;position:absolute;top:50%;right:-1rem;transform:translateY(-50%)}.stat-value{color:#fff;letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:200}.stat-label{text-transform:uppercase;letter-spacing:.3em;color:#fff6;font-size:.7rem;font-weight:600}@media (max-width:992px){.stats-row{grid-template-columns:1fr 1fr;gap:4rem 2rem;display:grid}.stat-box:after{display:none}}@media (max-width:480px){.stats-row{grid-template-columns:1fr}}
.services-section{background:var(--bg-primary)}.section-header{text-align:left;margin-bottom:8rem}.section-title{letter-spacing:-.02em;margin-bottom:2rem;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:200}.section-subtitle{color:var(--text-secondary);letter-spacing:.05em;max-width:600px;font-size:1.1rem;font-weight:300}.services-grid{border-top:1px solid var(--border-color);border-left:1px solid var(--border-color);grid-template-columns:repeat(3,1fr);gap:0;display:grid}@media (max-width:992px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.services-grid{grid-template-columns:1fr}}.service-item{border-right:1px solid var(--border-color);border-bottom:1px solid var(--border-color);padding:5rem 4rem;transition:all .5s cubic-bezier(.23,1,.32,1);position:relative;overflow:hidden}.service-item:hover{background:#ffffff05}.service-icon{color:#fff;opacity:.4;margin-bottom:2.5rem;transition:all .5s}.service-item:hover .service-icon{opacity:1;filter:drop-shadow(0 0 10px #ffffff4d);transform:scale(1.1)}.service-name{margin-bottom:1.25rem;font-size:1.4rem;font-weight:500}.service-desc{color:var(--text-secondary);font-size:.95rem;font-weight:300;line-height:1.7}@media (max-width:768px){.section-header{margin-bottom:4rem}.section-title{font-size:2.25rem}.service-item{padding:3.5rem 2rem}.service-name{font-size:1.2rem}}.service-card-link{letter-spacing:.2em;color:var(--text-muted);text-transform:uppercase;align-items:center;gap:.75rem;margin-top:2.5rem;font-size:.7rem;font-weight:700;transition:all .3s;display:inline-flex}.service-item:hover .service-card-link{color:#fff}.service-card-link svg{transition:transform .3s}.service-card-link:hover svg{transform:translate(2px,-2px)}
.outcomes-section{background:var(--bg-primary)}.section-label{color:#fff6;text-transform:uppercase;letter-spacing:.2em;align-items:center;gap:.75rem;margin-bottom:2rem;font-size:.75rem;font-weight:600;display:flex}.outcomes-header{text-align:left;margin-bottom:8rem}.outcomes-title{letter-spacing:-.02em;margin-bottom:2.5rem;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:200;line-height:1.1}.outcomes-desc{color:#ffffff80;max-width:650px;margin:0 0 5rem;font-size:1.1rem;line-height:1.6}.outcomes-list{flex-direction:column;gap:12rem;display:flex}.outcome-row{align-items:center;gap:8rem;display:flex}.outcome-row:nth-child(2n){flex-direction:row-reverse}.outcome-image-wrap{aspect-ratio:16/10;background:#ffffff05;border:1px solid #ffffff1a;border-radius:24px;flex:1.4;transition:all .6s cubic-bezier(.23,1,.32,1);overflow:hidden}.outcome-image-wrap:hover{border-color:#ffffff4d;transform:scale(1.02)}.outcome-image-wrap img{object-fit:cover;opacity:.9;width:100%;height:100%;transition:transform 1.2s}.outcome-image-wrap:hover img{transform:scale(1.05)}.outcome-details{text-align:center;flex-direction:column;flex:1;align-items:center;display:flex}.outcome-row-title{color:#fff;letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2rem,3.5vw,2.5rem);font-weight:300}.outcome-row-subtitle{color:#ffffff80;margin-bottom:3.5rem;font-size:1.1rem;font-weight:300;line-height:1.6}.product-explore-btn{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#fff;letter-spacing:.3em;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:100px;align-self:center;align-items:center;gap:1.5rem;padding:.6rem .6rem .6rem 2rem;font-size:.75rem;font-weight:500;text-decoration:none;transition:all .4s cubic-bezier(.23,1,.32,1);display:inline-flex;box-shadow:inset 0 1px 1px #ffffff1a}.product-explore-btn:hover{background:#ffffff1a;border-color:#ffffff4d;transform:translateY(-2px)}.arrow-circle{color:#000;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.coming-soon-row{text-align:center;border-top:1px solid #ffffff0d;justify-content:center;margin-top:4rem;padding-top:10rem}.outcome-details.full-width{max-width:600px}.loading-bar{background:#ffffff0d;width:100%;max-width:300px;height:1px;margin:4rem auto 0;position:relative;overflow:hidden}.loading-progress{background:linear-gradient(90deg,#0000,#fff,#0000);width:100%;height:100%;animation:3s cubic-bezier(.65,0,.35,1) infinite loading-slide;position:absolute;top:0;left:0}@keyframes loading-slide{0%{transform:translate(-100%)}to{transform:translate(100%)}}@media (max-width:1100px){.outcome-row{gap:4rem}}@media (max-width:992px){.outcome-row{text-align:left;align-items:flex-start;gap:3rem;flex-direction:column!important}.outcomes-list{gap:10rem}.outcome-details.full-width{text-align:center;margin:0 auto}.product-explore-btn{letter-spacing:.2em;gap:1rem;padding:.5rem .5rem .5rem 1.5rem;font-size:.65rem}.arrow-circle{width:32px;height:32px}}
.cta-section{color:#fff;text-align:center;background:radial-gradient(circle at top,#ffffff08 0%,#0000 70%);border-top:1px solid #ffffff0d;padding:180px 0}.cta-card{max-width:1000px;margin:0 auto}.cta-title{letter-spacing:-.03em;margin-bottom:2.5rem;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:200;line-height:1.1}.cta-subtitle{color:#ffffff80;max-width:650px;margin-bottom:4.5rem;margin-left:auto;margin-right:auto;font-size:1.2rem;font-weight:300;line-height:1.6}.cta-btns{justify-content:center;align-items:center;gap:2.5rem;display:flex}.cta-btn-primary{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#fff;letter-spacing:.3em;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:100px;align-items:center;gap:1.5rem;padding:.6rem .6rem .6rem 2rem;font-size:.75rem;font-weight:500;text-decoration:none;transition:all .4s cubic-bezier(.23,1,.32,1);display:flex;box-shadow:inset 0 1px 1px #ffffff1a}.cta-btn-primary:hover{background:#ffffff1a;border-color:#ffffff4d;transform:translateY(-5px)}.cta-btn-primary .arrow-circle{color:#000;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.cta-btn-outline{color:#000;letter-spacing:.3em;background:#fff;border-radius:100px;align-items:center;gap:1.5rem;padding:.6rem .6rem .6rem 2.5rem;font-size:.75rem;font-weight:600;text-decoration:none;transition:all .4s cubic-bezier(.23,1,.32,1);display:flex}.cta-btn-outline:hover{background:#f0f0f0;transform:translateY(-5px)}.cta-btn-outline .arrow-circle{color:#fff;background:#000;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;display:flex}@media (max-width:768px){.cta-btns{flex-direction:column;align-items:center;gap:1.5rem}.cta-btn-primary,.cta-btn-outline{letter-spacing:.2em;border-radius:100px;align-items:center;gap:1.5rem;width:fit-content;height:48px;padding:0 .5rem 0 1.5rem;font-size:.65rem;display:flex}.cta-btn-primary .arrow-circle,.cta-btn-outline .arrow-circle{width:32px;height:32px}}
.app{color:#fff;background:#000;min-height:100vh}.content-wrap{padding:4rem 1.5rem 0}
