:root{
    --ink:#0f172a;
    --ink-2:#15182f;
    --purple:#7c3aed;
    --violet:#a855f7;
    --pink:#ec4899;
    --lavender:#ede9fe;
    --paper:#fff;
    --soft:#f7f5fb;
    --text:#172033;
    --muted:#667085;
    --line:rgba(15,23,42,.1);
    --radius:24px;
    --shadow:0 24px 70px rgba(68,38,120,.12);
    --ease:cubic-bezier(.2,.75,.25,1)
}
 *{
    box-sizing:border-box
}
html{
    scroll-behavior:smooth
}
body{
    margin:0;
    font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    color:var(--text);
    background:#fff;
    line-height:1.6;
    -webkit-font-smoothing:antialiased;
    overflow-x:hidden
}
body.menu-open{
    overflow:hidden
}
a{
    color:inherit;
    text-decoration:none
}
button{
    font:inherit
}




img{
    display:block;
    max-width:100%
}
.skip-link{
    position:fixed;
    top:10px;
    left:10px;
    z-index:9999;
    padding:10px 16px;
    background:#fff;
    border-radius:10px;
    transform:translateY(-150%)
}
.skip-link:focus{
    transform:none
}
.shell{
    width:min(1160px,calc(100% - 40px));
    margin-inline:auto
}
.section{
    padding:112px 0;
    position:relative
}
.soft-section{
    background:#faf1e8;
}
.dark-section{
 background-image: url("assets/images/bg.jpg");
        background-size: cover;
  background-position: center;
    color:#000000;
}
.site-header{
    position:fixed;
    top:12px;
    left:0;
    right:0;
    z-index:1000;
    transition:.4s var(--ease)
}
.site-header.scrolled{
    top:8px
}
.nav{
    height:68px;
    padding:0 14px 0 18px;
    display:flex;
    align-items:center;
    border:1px solid rgba(255,255,255,.14);
    background: rgb(255,255,255);
    backdrop-filter:blur(8px);
    -webkit-backdrop-filter:blur(8px);
    border-radius:18px;
    box-shadow:0 12px 40px rgba(0,0,0,.12)
}
.site-header.scrolled .nav{
    background:rgba(255,255,255,.86);
    border-color:rgba(15,23,42,.08);
    box-shadow:0 12px 40px rgba(31,24,65,.1)
}
.brand{
    display:flex;
    align-items:center;
    gap:10px;
    font-weight:800;
    letter-spacing:-.03em;
    font-size:20px
}
.brand-mark,.mini-logo{
    display:grid;
    place-items:center;
    color:#fff;
    background:linear-gradient(135deg,var(--purple),var(--pink));
    box-shadow:0 7px 18px rgba(124,58,237,.3)
}
.brand-mark{
    width:36px;
    height:36px;
    border-radius:11px
}
.nav .brand{
    color:#fff
}
.site-header.scrolled .brand{
    color:var(--ink)
}
.nav-menu{
    margin-left:auto;
    display:flex;
    align-items:center;
    gap:5px
}
.nav-menu>a:not(.button){
    padding:10px 12px;
    font-size:14px;
    font-weight:600;
    color: rgb(120 55 102);
    border-radius:10px;
    transition:.25s
}
.site-header.scrolled .nav-menu>a:not(.button){
    color:#475467
}
.nav-menu>a:not(.button):hover{
    color:#fff;
    background:rgba(255,255,255,.08)
}
.site-header.scrolled .nav-menu>a:not(.button):hover{
    color:var(--purple);
    background:var(--lavender)
}
.nav-toggle{
    display:none
}
.button{
    min-height:54px;
    padding:0 22px;
    border-radius:15px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:14px;
    font-size:15px;
    font-weight:750;
    border:1px solid transparent;
    transition:.3s var(--ease);
    cursor:pointer
}
.button:hover{
    transform:translate3d(0,-2px,0)
}
.button-primary{
    background:#B16A9D;
    color:#fff;

}
.button-primary:hover{
    box-shadow:0 18px 38px rgba(124,58,237,.45)
}
.button-ghost{
    color:#fff;
    border-color:rgba(255,255,255,.22);
background: rgb(0 0 0 / 78%);
    backdrop-filter:blur(10px)
}
.button-ghost:hover{
    background:rgba(64,64,64,.9);
    box-shadow:0 18px 38px rgba(128,128,128,.45);
}
.button-sm{
    min-height:42px;
    padding:0 17px;
    border-radius:12px;
    margin-left:8px
}
.eyebrow{
    display:inline-flex;
    align-items:center;
    gap:8px;
    text-transform:uppercase;
    letter-spacing:.14em;
    font-size:11px;
    font-weight:800;
    color:#ffffff;
    background:rgb(131 65 113);
    border:1px solid rgba(124,58,237,.12);
    border-radius:999px;
    padding:7px 12px;
    margin-bottom:19px
}
.eyebrow-dark{
    color: #ffffff;
    background: rgb(131 65 113);
    border-color: rgb(255 255 255 / 15%);
}
.section-title{
    font-size:clamp(40px,5.3vw,68px);
    line-height:1.04;
    letter-spacing:-.055em;
    margin:0;
    font-weight:760
}
.gradient-text{
   background-image: linear-gradient(126deg, #ffffff 0%, #edb3dd 100%);
    -webkit-background-clip:text;
    background-clip:text;
    color:transparent
}

.gradient-text2{
   background-image:linear-gradient(126deg, #783766 0%, #B16A9D 100%);
    -webkit-background-clip:text;
    background-clip:text;
    color:transparent
}


.section-lead{
    font-size:18px;
    line-height:1.75;
    color:var(--muted);
    max-width:570px
}
.dark-section .section-lead{
    color:#000000;
}
.center-heading{
    text-align:center;
    max-width:760px;
    margin:0 auto 55px
}
.center-heading .section-lead{
    margin-inline:auto
}
.split-heading{
    display:flex;
   align-items: center;
    justify-content:space-between;
    gap:60px;
    margin-bottom:55px
}
.split-heading>div{
    flex:1
}
.about-copy{
    font-size:17px;
    color:#4b5565
}
.about-copy p{
    margin:0 0 13px
}
.disclaimer{
    display:inline-flex;
    margin-top:10px;
    padding:7px 12px;
    background:#fff4ed;
    border:1px solid #fed7aa;
    border-radius:999px;
    color:#9a3412;
    font-size:12px;
    font-weight:700
}
 .hero{
    min-height:100svh;
    padding:145px 0 80px;
    position:relative;
    display:grid;
    align-items:center;
    overflow:hidden;
      background-image: url("assets/images/bg.jpg");
        background-size: cover;
  background-position: center;

}
.hero:before{
    content:"";
    position:absolute;
    inset:0;
    background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
    background-size:72px 72px;
    mask-image:linear-gradient(to bottom,black,transparent 85%)
}
.aurora{
    position:absolute;
    border-radius:50%;
    filter:blur(40px);
    opacity:.45;
    animation:aurora 12s ease-in-out infinite alternate
}
.aurora-one{
    width:460px;
    height:460px;
    background:var(--purple);
    top:-150px;
    right:10%
}
.aurora-two{
    width:380px;
    height:380px;
    background:var(--pink);
    bottom:-180px;
    left:-100px;
    animation-delay:-6s
}
.hero-grid{
    display:grid;
    grid-template-columns:1.02fr .98fr;
    align-items:center;
    gap:55px;
    position:relative;
    z-index:2
}
.hero h1{
    font-size:clamp(58px,7vw,94px);
    line-height:.93;
    letter-spacing:-.065em;
    margin:0 0 27px;
    font-weight:780
}
.hero-intro{
    font-size:20px;
    margin:0 0 7px;
    color:#9c5788;
}
.hero-intro strong{
    color:#000;
}
.hero-description{
    font-size:16px;
    color: #333333;
    max-width:580px;
    margin:0 0 30px
}
.button-row{
    display:flex;
    gap:12px;
    flex-wrap:wrap
}
.hero-stats{
    display:flex;
    gap:0;
    margin-top:45px;
    padding-top:28px;
    border-top:0px solid rgba(255,255,255,.12)
}
.hero-stats>div{
    display:flex;
    align-items:center;
    gap:11px;
    padding-right:27px;
    margin-right:27px;
    border-right:1px solid rgba(0,0,0,.5)
}
.hero-stats>div:last-child{
    border:0;
    margin:0;
    padding:0
}
.hero-stats strong{
    font-size:25px;
    letter-spacing:-.04em
}
.hero-stats span{
    font-size:11px;
    color:#000000;
    line-height:1.35;
    text-transform:uppercase;
    letter-spacing:.07em
}
.pulse-dot,.online-dot{
    width:7px;
    height:7px;
    border-radius:50%;
    background:#783766;
    box-shadow:0 0 0 6px rgba(192,132,252,.12);
    animation:pulse 2s infinite
}
.hero-visual{
    position:relative;
    height:680px
}
.rumi-frame{
    position:absolute;
    inset:15px 40px 0;
    border-radius:50% 50% 30px 30px/38% 38% 30px 30px;
    overflow:hidden;
    mask-image:linear-gradient(to bottom,#000 78%,transparent 100%);
    filter:drop-shadow(0 25px 70px rgba(124,58,237,.35))
}
.rumi-frame img{
    width:100%;
    height:100%;
    object-fit:cover
}
.orbit{
    position:absolute;
    left:50%;
    top:43%;
    border:1px solid rgba(216,180,254,.21);
    border-radius:50%;
    transform:translate(-50%,-50%) rotate(-12deg);
    animation:orbit 14s linear infinite
}
.orbit-a{
    width:610px;
    height:300px
}
.orbit-b{
    width:500px;
    height:520px;
    animation-direction:reverse;
    animation-duration:19s
}
.phone,.download-phone{
    position:absolute;
    background:#0a0c18;
    border:5px solid #28253c;
    border-radius:30px;
    box-shadow:0 30px 70px rgba(0,0,0,.42),inset 0 0 0 1px rgba(255,255,255,.08);
    padding:7px;
    z-index:4
}
.phone{
    width:150px;
    height:305px;
    animation:float 7s ease-in-out infinite
}
.phone-left{
    left:-12px;
    top:180px;
    transform:rotate(-8deg)
}
.phone-right{
    right:-20px;
    top:150px;
    transform:rotate(8deg);
    animation-delay:-2.5s
}
.phone-screen,.app-screen{
    height:100%;
    border-radius:21px;
    padding:14px 12px;
    background:linear-gradient(165deg,#19112f,#0e1024 55%,#18102a);
    color:#fff;
    overflow:hidden;
    text-align:center
}
.phone-time{
    display:block;
    text-align:left;
    font-size:7px;
    color:#bbb
}
.mini-logo{
    width:25px;
    height:25px;
    border-radius:8px;
    margin:18px auto 12px;
    font-size:11px;
    font-weight:800
}
.phone-screen p{
    font-size:10px;
    color:#aaa
}
.phone-screen>strong{
    font-size:24px;
    display:block
}
.phone-screen small{
    font-size:8px;
    color:#9da5b8
}
.aura-chart{
    height:75px;
    display:flex;
    align-items:flex-end;
    justify-content:center;
    gap:4px;
    margin:18px 0 10px
}
.aura-chart i{
    display:block;
    width:9px;
    height:40%;
    border-radius:6px;
    background:linear-gradient(to top,var(--purple),var(--pink));
    animation:bars 2s ease-in-out infinite alternate
}
.aura-chart i:nth-child(2){
    height:65%;
    animation-delay:-1s
}
.aura-chart i:nth-child(3){
    height:90%;
    animation-delay:-.4s
}
.aura-chart i:nth-child(4){
    height:58%;
    animation-delay:-1.5s
}
.aura-chart i:nth-child(5){
    height:35%;
    animation-delay:-.8s
}
.mood-orb{
    width:82px;
    height:82px;
    border-radius:50%;
    display:grid;
    place-items:center;
    margin:17px auto;
    background:radial-gradient(circle at 35% 35%,#f9a8d4,var(--violet) 45%,#312e81);
    box-shadow:0 0 40px rgba(168,85,247,.6);
    font-size:11px
}
.phone-screen button{
    display:block;
    width:100%;
    border:0;
    border-radius:8px;
    padding:8px;
    margin-top:18px;
    background:var(--purple);
    color:#fff;
    font-size:8px
}
.float-pill{
    position:absolute;
    z-index:6;
    padding:9px 13px;
    border:1px solid rgba(255,255,255,.13);
    border-radius:999px;
    background:rgba(16,17,39,.65);
    backdrop-filter:blur(15px);
    font-size:11px;
    color:#d8d9e5;
    box-shadow:0 15px 35px rgba(0,0,0,.25);
    animation:float 4s ease-in-out infinite
}
.float-pill span{
    color:#d8b4fe
}
.pill-one{
    top:95px;
    left:28px
}
.pill-two{
    right:28px;
    bottom:87px;
    animation-delay:-1.5s
}
.particle{
    position:absolute;
    width:3px;
    height:3px;
    border-radius:50%;
    background:#d8b4fe;
    opacity:.5;
    animation:particleFloat var(--duration) linear infinite;
    left:var(--x);
    top:var(--y)
}
.scroll-cue{
    position:absolute;
    bottom:20px;
    left:50%;
    transform:translateX(-50%);
    z-index:3;
    font-size:9px;
    letter-spacing:.15em;
    text-transform:uppercase;
    color:#f3c498;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:8px
}
.scroll-cue span{
    height:28px;
    width:1px;
    background:linear-gradient(to bottom,#c084fc,transparent);
    animation:scrollCue 2s infinite
}
 .feature-grid{
    display:grid;
    gap:17px
}
.four-grid{
    grid-template-columns:repeat(4,1fr)
}
.glass-card{
    padding:28px;
    border-radius:var(--radius);
    border:1px solid var(--line);
    background:rgba(255,255,255,.75);
    box-shadow:0 12px 40px rgba(31,24,65,.05);
    transition:.35s var(--ease)
}
.glass-card:hover{
    transform:translateY(-8px);
    box-shadow:var(--shadow);
    border-color:rgba(124,58,237,.2)
}
.icon-box{
    width:46px;
    height:46px;
    border-radius:14px;
    display:grid;
    place-items:center;
    margin-bottom:38px;
    color: #834171;
    background:linear-gradient(135deg,var(--lavender),#fce7f3);
    font-size:20px
}
.glass-card h3{
    font-size:18px;
    margin:0 0 8px;
    letter-spacing:-.02em
}
.glass-card p{
    font-size:14px;
    color:var(--muted);
    margin:0
}
.benefit-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px
}
.benefit-card{
    min-height:440px;
    border-radius:26px;
    padding:30px;
    position:relative;
    overflow:hidden;
    color:#fff;
    box-shadow:var(--shadow);
    transition:.35s var(--ease)
}
.benefit-card:hover{
    transform:translateY(-8px)
}
.body-card{
   background: #ffffff;
}
.mind-card{
    background:#ffffff;
}
.energy-card{
    background:#ffffff;
}
.benefit-symbol{
    height:145px;
    display:grid;
    place-items:center;
    font-size:80px;
    font-weight:800;
    color:rgba(255,255,255,.07);
    position:relative;
    z-index:1
}
.benefit-card .card-label{
    font-size:11px;
    letter-spacing:.14em;
    text-transform:uppercase;
    color:#121212;
}
.benefit-card h3{
    font-size:28px;
    line-height:1.1;
    letter-spacing:-.04em;
    margin:10px 0 24px;
    max-width:240px;
	color: #803e6e;
}
.benefit-card ul{
    list-style:none;
    padding:0;
    margin:0
}
.benefit-card li{
    font-size:14px;
color: #000000;
    padding:8px 0;
    border-bottom:1px solid rgba(255,255,255,.09)
}
.benefit-card li:before{
    content:"✓";
    color: #803e6e;
    margin-right:9px
}
.card-glow{
    position:absolute;
    width:200px;
    height:200px;
    right:-70px;
    top:-50px;
    background:var(--violet);
    filter:blur(65px);
    opacity:.25
}
.capabilities{
     background-image: url("assets/images/bg.jpg");
        background-size: cover;
  background-position: center;
}
.capabilities-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:95px
}
.sticky-copy{
    position:sticky;
    top:130px;
    align-self:start
}
.cap-list{
    border-top:1px solid rgba(255,255,255,.12)
}
.cap-item{
    display:grid;
    grid-template-columns:55px 1fr;
    gap:22px;
    padding:35px 0;
    border-bottom:1px solid rgba(255,255,255,.12)
}
.cap-item>span{
    font-size:14px;
    color: #000000;
}
.cap-item h3{
    font-size:26px;
    margin:0 0 6px
}
.cap-item p{
    margin:0;
    color: #000000;
}
.how-grid{
    display:grid;
    grid-template-columns:.75fr 1.25fr;
    gap:95px
}
.timeline{
    position:relative
}
.timeline-line{
    position:absolute;
    left:26px;
    top:28px;
    bottom:40px;
    width:1px;
    background:#e2e0e8
}
.timeline-line i{
    position:absolute;
    top:0;
    left:0;
    width:1px;
    height:0;
    background:linear-gradient(var(--purple),var(--pink));
    box-shadow:0 0 12px var(--violet)
}
.timeline-step{
    display:grid;
    grid-template-columns:54px 1fr;
    gap:27px;
    padding:0 0 48px;
    position:relative
}
.timeline-step>span{
    width:54px;
    height:54px;
    border-radius:17px;
    background:#fff;
    border:1px solid #ded9e8;
    box-shadow:0 10px 25px rgba(39,25,72,.08);
    display:grid;
    place-items:center;
    font-size:11px;
    color:var(--purple);
    z-index:2;
    transition:.3s;
    font-size:14px;
}
.timeline-step.visible>span{
    background:linear-gradient(135deg, #783766 0%, #B16A9D 100%);
    border-color:transparent;
    color:#fff
}
.timeline-step small{
    color: #834171;
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:.12em;
    font-weight:800
}
.timeline-step h3{
    margin:5px 0 8px;
    font-size:23px
}
.timeline-step p{
    margin:0;
    color:var(--muted);
    font-size:15px
}
.tech-hero{
    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:center;
    gap:70px;
    margin-bottom:70px
}
.text-link{
    display:inline-flex;
    gap:12px;
    color: #312e81;
    font-weight:700;
    margin-top:15px
}
.energy-viz{
    position:relative;
    aspect-ratio:1;
    display:grid;
    place-items:center
}
.energy-core{
    width:150px;
    height:210px;
    border-radius:48% 48% 40% 40%;
    background:radial-gradient(circle at 50% 28%,#f5d0fe,#c084fc 23%,#7c3aed 53%,#312e81 75%,transparent 76%);
    filter:drop-shadow(0 0 35px rgba(168,85,247,.55));
    position:relative;
    z-index:2
}
.energy-core:before{
    content:"";
    position:absolute;
    width:65px;
    height:65px;
    left:50%;
    top:-28px;
    transform:translateX(-50%);
    border-radius:50%;
    background:inherit
}
.energy-core span{
    position:absolute;
    width:7px;
    height:7px;
    border-radius:50%;
    left:50%;
    top:25%;
    background:#fff;
    box-shadow:0 45px #f9a8d4,0 90px #c4b5fd,0 135px #f0abfc
}
.ring{
    position:absolute;
    border:1px solid rgba(124,58,237,.2);
    border-radius:50%;
    animation:spin 14s linear infinite
}
.r1{
    width:55%;
    height:75%
}
.r2{
    width:80%;
    height:45%;
    animation-direction:reverse
}
.r3{
    width:95%;
    height:95%;
    border-style:dashed
}
.energy-viz b{
    position:absolute;
    width:10px;
    height:10px;
    border-radius:50%;
    background:var(--pink);
    box-shadow:0 0 20px var(--pink)
}
.n1{
    top:20%;
    left:17%
}
.n2{
    right:8%;
    top:50%
}
.n3{
    bottom:14%;
    left:28%
}
.tech-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:14px
}
.tech-card{
    padding:25px;
    background:#fff;
    border:1px solid var(--line);
    border-radius:20px
}
.tech-card span, .mission-card span{
    font-size:11px;
    color:#783766;
    font-weight:800
}

.mission-card.featured span {
    font-size:11px;
    color:#fff;
    font-weight:800
}

.tech-card h3{
    font-size:17px;
    line-height:1.25;
    margin:10px 0 10px
}
.tech-card p{
    font-size:13px;
    color:var(--muted);
    margin:0
}
.rumi-grid{
    display:grid;
    grid-template-columns:.9fr 1.1fr;
    gap:80px;
    align-items:center
}
.rumi-portrait{
    
    position:relative;
    border-radius:32px;
    overflow:hidden;
    background:#18112f
}
.rumi-portrait img{
    width:100%;
    height:100%;
    object-fit:cover
}
.rumi-portrait:after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(to top,rgba(8,10,25,.65),transparent 45%)
}
.portrait-caption{
    position:absolute;
    bottom:22px;
    left:22px;
    right:22px;
    z-index:2;
    display:flex;
    align-items:center;
    gap:14px;
    padding:16px 18px;
    border:1px solid rgba(255,255,255,.14);
    background:#ffffff;
    backdrop-filter:blur(15px);
    border-radius:18px
}
.portrait-caption div{
    display:flex;
    flex-direction:column
}
.portrait-caption small{
    color:#333;
}
.check-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
    margin:28px 0
}
.check-grid span{
    padding:12px 14px;
    border-radius:12px;
    background:rgba(255,255,255,.055);
    border:1px solid rgba(255,255,255,.09);
    font-size:16px;
    color:#333333;
}
.check-grid span:before{
    content:"✓";
    color:#c084fc;
    margin-right:9px
}
.rumi-quote{
    padding:22px;
    border-left:2px solid var(--violet);
    background:linear-gradient(90deg,rgba(168,85,247,.09),transparent);
    border-radius:0 15px 15px 0
}
.rumi-quote p{
    font-size:17px;
    font-style:italic;
    margin:0 0 6px;
    color:#000000;
}
.rumi-quote span{
    font-size:14px;
    color:#333333;
}
.vision{
    display:grid;
    place-items:center;
    position:relative;
    overflow:hidden;
    background:#af699b;
}
.vision:before{
    content:"";
    position:absolute;
    width:600px;
    height:600px;
    border-radius:50%;
    border:1px solid rgba(192,132,252,.14);
    box-shadow:0 0 150px rgba(124,58,237,.15),inset 0 0 150px rgba(124,58,237,.08)
}
.vision-inner{
    text-align:center;
    position:relative;
    padding:120px 0
}
.vision-line{
    font-size:clamp(24px,2.5vw,36px);
    line-height:1.15;
    letter-spacing:-.055em;
    font-weight:730;
    margin:8px 0;
    color:#565c70;
    transition:1s
}
.vision-line.visible{
    color:#f7f4fb
}
.vision-line.gradient-text.visible{
    color:transparent
}
.mission-grid{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:16px
}
.mission-card{
    grid-column:span 2;
    padding:29px;
    min-height:190px;
    border-radius:22px;
    border:1px solid var(--line);
    background:#fff;
    position:relative;
    overflow:hidden;
    transition:.3s
}
.mission-card:nth-child(4){
    grid-column:2/span 2
}
.mission-card:hover{
    transform:translateY(-6px);
    box-shadow:var(--shadow)
}
.mission-card.featured{
    background-image: linear-gradient(126deg, #B16A9D 0%, #783766  100%);
    color:#fff
}
.mission-card h3{
    margin:20px 0 8px;
    font-size:20px
}
.mission-card p{
    font-size:14px;
    color:var(--muted);
    margin:0
}
.mission-card.featured p{
    color:#eee;
}
.network-grid{
    display:grid;
    grid-template-columns:.9fr 1.1fr;
    align-items:center;
    gap:70px
}
.network-orbit{
    height:520px;
    position:relative
}
.network-orbit:before,.network-orbit:after{
    content:"";
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    border:1px solid rgba(124,58,237,.13);
    border-radius:50%
}
.network-orbit:before{
    width:75%;
    height:55%
}
.network-orbit:after{
    width:95%;
    height:80%;
    border-style:dashed
}
.network-center{
    position:absolute;
    z-index:2;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    width:130px;
    height:130px;
    border-radius:40px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    color:#fff;
    background-image: linear-gradient(126deg, #783766 0%, #B16A9D 100%);
    box-shadow:0 25px 55px rgba(124,58,237,.35)
}
.network-center span{
    font-size:42px;
    font-weight:800
}
.network-center small{
    font-weight:700
}
.network-node{
    position:absolute;
    z-index:3;
    padding:11px 15px;
    border-radius:13px;
    background:#fff;
    border:1px solid var(--line);
    box-shadow:0 12px 30px rgba(54,33,91,.09);
    font-size:14px;
    font-weight:700;
    animation:float 7s ease-in-out infinite
}
.nn1{
    left:5%;
    top:20%
}
.nn2{
    right:2%;
    top:14%;
    animation-delay:-1s
}
.nn3{
    right:8%;
    bottom:12%;
    animation-delay:-2s
}
.nn4{
    left:1%;
    bottom:20%;
    animation-delay:-3s
}
.nn5{
    left:43%;
    top:2%;
    animation-delay:-4s
}
.stats-section{
    padding:70px 0;
    background-image: linear-gradient(270deg, #783766 0%, #B16A9D 100%);
}
.stats-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr)
}
.stat{
    padding:10px 40px;
    text-align:center;
    border-right:1px solid rgba(255,255,255,.12)
}
.stat:last-child{
    border:0
}
.stat strong{
    font-size:clamp(42px,5vw,68px);
    letter-spacing:-.05em;
    display:block;
    background:linear-gradient(120deg,#fff,#d8b4fe);
    -webkit-background-clip:text;
    background-clip:text;
    color:transparent
}
.stat span{
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:.11em;
    color:#ffffff;
}
.slider-controls{
    display:flex;
    justify-content:flex-end;
    gap:8px
}
.slider-button{
    width:45px;
    height:45px;
    border:1px solid var(--line);
    border-radius:50%;
    background:#fff;
    cursor:pointer;
    color:var(--ink);
    transition:.25s
}
.slider-button:hover{
    background:var(--ink);
    color:#fff
}
.testimonial-window{
    overflow:hidden
}
.testimonial-track{
    display:flex;
    transition:transform .6s var(--ease)
}
.testimonial-card{
    flex:0 0 calc((100% - 34px)/3);
    margin-right:17px;
    min-height:340px;
    padding:30px;
    border:1px solid var(--line);
    border-radius:24px;
    background:#fff;
    display:flex;
    flex-direction:column
}
.stars{
    color:#803e6e;
    letter-spacing:3px;
    font-size:12px
}
.testimonial-card blockquote{
    font-size:20px;
    line-height:1.55;
    letter-spacing:-.02em;
    margin:35px 0;
    flex:1
}
.testimonial-card footer{
    display:flex;
    align-items:center;
    gap:12px
}
.testimonial-card footer>span{
    width:42px;
    height:42px;
    border-radius:50%;
    display:grid;
    place-items:center;
    background:var(--lavender);
    color:#803e6e;
    font-weight:800;
    font-size:12px
}
.testimonial-card footer div{
    display:flex;
    flex-direction:column
}
.testimonial-card footer small{
    color:var(--muted)
}
.slider-dots{
    display:flex;
    justify-content:center;
    gap:7px;
    margin-top:24px
}
.slider-dots button{
    width:7px;
    height:7px;
    padding:0;
    border:0;
    border-radius:50%;
    background:#d2cedb;
    cursor:pointer
}
.slider-dots button.active{
    width:25px;
    border-radius:6px;
    background: #803e6e;
}
.download{
 background-image: url("assets/images/bg.jpg");
        background-size: cover;
  background-position: center;
}
.download-grid{
    display:grid;
    grid-template-columns:.85fr 1.15fr;
    align-items:center;
    gap:60px
}
.download-features{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin:25px 0
}
.download-features span{
    font-size:14px;
    padding:8px 11px;
    border:1px solid rgba(255,255,255,.11);
    border-radius:999px;
    color:#333;
}
.download-features span:before{
    content:"✓";
    color:#c084fc;
    margin-right:6px
}
.store-row{
    display:flex;
    gap:10px
}
.store-button{
    display:flex;
    align-items:center;
    gap:10px;
    padding:9px 15px;
    border:1px solid rgba(255,255,255,.18);
    border-radius:13px;
    background: rgb(0 0 0 / 74%);
}
.store-button>span{
    font-size:21px;
	color:#eeeeee;
}
.store-button small{
    font-size:8px;
    line-height:1.1;
    display:flex;
    flex-direction:column;
    color:#b8bdca
}
.store-button strong{
    font-size:14px;
    color:#fff
}
.phone-stage{
    height:600px;
    position:relative
}
.download-phone{
    width:230px;
    height:470px;
    top:70px;
    left:50%;
    transform:translateX(-50%);
    z-index:4
}
.dp-left{
    left:26%;
    top:110px;
    transform:translateX(-50%) rotate(-11deg);
    z-index:2
}
.dp-right{
    left:74%;
    top:110px;
    transform:translateX(-50%) rotate(11deg);
    z-index:2
}
.app-screen{
    padding:23px 16px
}
.app-screen p{
    font-size:11px;
    color:#a9adba;
    margin-top:25px
}
.app-screen h4{
    font-size:19px;
    margin:10px 0
}
.energy-wave{
    height:170px;
    margin:25px 0;
    background:radial-gradient(ellipse at 50% 50%,rgba(244,114,182,.7),transparent 50%),repeating-radial-gradient(ellipse at 50% 50%,transparent 0 18px,rgba(192,132,252,.22) 19px 20px);
    animation:pulse 3s infinite
}
.score-ring{
    width:150px;
    height:150px;
    border-radius:50%;
    margin:50px auto 30px;
    display:grid;
    place-content:center;
    border:9px solid #302b4d;
    border-top-color:#c084fc;
    border-right-color:#ec4899;
    box-shadow:0 0 40px rgba(168,85,247,.25)
}
.score-ring strong{
    font-size:47px;
    line-height:1
}
.score-ring small{
    color:#b7bac8
}
.app-bars{
    display:flex;
    gap:8px
}
.app-bars i{
    height:55px;
    flex:1;
    border-radius:8px;
    background:linear-gradient(to top,#7c3aed,#ec4899)
}
.app-bars i:nth-child(2){
    height:75px
}
.app-bars i:nth-child(3){
    height:42px
}
.chat-bubble{
    padding:12px;
    text-align:left;
    background:#27213c;
    border-radius:13px 13px 13px 2px;
    font-size:11px;
    margin:40px 0 12px
}
.user-bubble{
    margin:0 0 30px 25px;
    background:#6d28d9;
    border-radius:13px 13px 2px 13px
}
.chat-screen>small{
    color:#8d93a4;
    font-size:8px
}
.faq-grid{
    display:grid;
    grid-template-columns:.8fr 1.2fr;
    gap:90px
}
.faq-heading{
    position:sticky;
    top:130px;
    align-self:start
}
.accordion{
    border-top:1px solid var(--line)
}
.faq-item{
    border-bottom:1px solid var(--line)
}
.faq-item button{
    width:100%;
    border:0;
    background:none;
    padding:24px 0;
    display:flex;
    justify-content:space-between;
    align-items:center;
    text-align:left;
    font-weight:700;
    font-size:17px;
    color:var(--text);
    cursor:pointer
}
.faq-item button i{
    width:30px;
    height:30px;
    border-radius:50%;
    display:grid;
    place-items:center;
    background:var(--soft);
    font-style:normal;
    font-size:20px;
    transition:.3s
}
.faq-item.open button i{
    transform:rotate(45deg);
    background:var(--lavender);
    color:var(--purple)
}
.faq-answer{
    display:grid;
    grid-template-rows:0fr;
    transition:grid-template-rows .35s var(--ease)
}
.faq-answer p{
    overflow:hidden;
    margin:0;
    color:var(--muted)
}
.faq-item.open .faq-answer{
    grid-template-rows:1fr
}
.faq-item.open .faq-answer p{
    padding:0 50px 24px 0
}
.final-cta{
    min-height:680px;
    display:grid;
    place-items:center;
    text-align:center;
    overflow:hidden;
    background-image: url("assets/images/bg.jpg");
        background-size: cover;
  background-position: center;
}
.final-cta-inner{
    position:relative;
    z-index:2
}
.final-cta h2{
    font-size:clamp(55px,8vw,100px);
    line-height:.96;
    letter-spacing:-.065em;
    margin:0 0 25px
}
.final-cta p{
    color:#333;
    font-size:18px
}
.final-cta .button-row{
    justify-content:center;
    margin-top:30px
}
.cta-orb{
    position:absolute;
    width:540px;
    height:540px;
    border-radius:50%;
    border:1px solid rgba(192,132,252,.15);
    box-shadow:inset 0 0 140px rgba(124,58,237,.1),0 0 180px rgba(124,58,237,.16);
    animation:pulse 4s infinite
}
.footer{
    background:#6f2c5c;
    color:#fff;
    padding:75px 0 25px
}
.footer-top{
    display:grid;
    grid-template-columns:1.4fr repeat(4,1fr);
    gap:35px
}
.footer-brand p,.footer-column p{
    font-size:13px;
    color:#eeeeee;
}
.socials{
    display:flex;
    gap:8px;
    margin-top:22px
}
.socials a{
    width:34px;
    height:34px;
    border-radius:10px;
    display:grid;
    place-items:center;
    border:1px solid rgba(255,255,255,.12);
    color:#aab0bd;
    font-size:11px
}
.footer-column{
    display:flex;
    flex-direction:column;
    gap:10px
}
.footer-column h3{
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:.12em;
    color:#ffffff;
    margin:8px 0 12px
}
.footer-column a{
    font-size:13px;
    color:#eeeeee;
}
.footer-column a:hover{
    color:#d8b4fe;
}
.footer-bottom{
    margin-top:55px;
    padding-top:22px;
    border-top:1px solid rgba(255,255,255,.09);
    display:flex;
    justify-content:space-between;
    color:#efefef;
    font-size:11px
}
 .reveal{
    opacity:0;
    transform:translateY(24px);
    transition:opacity .8s var(--ease),transform .8s var(--ease)
}
.reveal.visible{
    opacity:1;
    transform:none
}
.delay-1{
    transition-delay:.08s
}
.delay-2{
    transition-delay:.16s
}
.delay-3{
    transition-delay:.24s
}
.delay-4{
    transition-delay:.32s
}
@keyframes aurora{
    to{
        transform:translate(90px,45px) scale(1.15)
    }
}
@keyframes pulse{
    50%{
        transform:scale(1.06);
        opacity:.75
    }
}
@keyframes float{
    50%{
        translate:0 -12px
    }
}
@keyframes orbit{
    to{
        transform:translate(-50%,-50%) rotate(348deg)
    }
}
@keyframes spin{
    to{
        transform:rotate(360deg)
    }
}
@keyframes bars{
    to{
        height:95%
    }
}
@keyframes particleFloat{
    to{
        transform:translateY(-140px) scale(0);
        opacity:0
    }
}
@keyframes scrollCue{
    50%{
        transform:scaleY(.5);
        transform-origin:top
    }
}
 @media(max-width:980px){
    .section{
        padding:90px 10px;
    }
    .nav-toggle{
        display:flex;
        margin-left:auto;
        width:42px;
        height:42px;
        border:0;
        border-radius:12px;
        background:rgba(255,255,255,.1);
        flex-direction:column;
        justify-content:center;
        align-items:center;
        gap:6px
    }
    .nav-toggle span{
        width:20px;
        height:2px;
        background:#fff;
        transition:.3s
    }
    .site-header.scrolled .nav-toggle{
        background:var(--soft)
    }
    .site-header.scrolled .nav-toggle span{
        background:var(--ink)
    }
    .nav-toggle[aria-expanded=true] span:first-child{
        transform:translateY(4px) rotate(45deg)
    }
    .nav-toggle[aria-expanded=true] span:last-child{
        transform:translateY(-4px) rotate(-45deg)
    }
    .nav-menu{
        position:fixed;
        left:20px;
        right:20px;
        top:88px;
        padding:18px;
        display:flex;
        flex-direction:column;
        align-items:stretch;
        background:rgba(13,15,31,.97);
        border:1px solid rgba(255,255,255,.1);
        border-radius:20px;
        box-shadow:0 25px 80px rgba(0,0,0,.4);
        opacity:0;
        visibility:hidden;
        transform:translateY(-15px);
        transition:.3s
    }
    .nav-menu.open{
        opacity:1;
        visibility:visible;
        transform:none
    }
    .nav-menu>a:not(.button),.site-header.scrolled .nav-menu>a:not(.button){
        color:#e5e7eb;
        padding:12px
    }
    .nav-menu .button{
        margin:8px 0 0
    }
    .hero{
        padding-top:130px
    }
    .hero-grid{
        grid-template-columns:1fr;
        gap:30px
    }
    .hero-copy{
        text-align:center
    }
    .hero-description{
        margin-inline:auto
    }
    .hero .button-row,.hero-stats{
        justify-content:center
    }
    .hero-visual{
        height:600px;
        max-width:600px;
        width:100%;
        margin:auto
    }
    .split-heading{
        align-items: center;
        flex-direction: row;
    }
    .four-grid,.tech-grid{
        grid-template-columns:repeat(2,1fr);
    }
    .capabilities-grid,.how-grid,.rumi-grid,.network-grid,.faq-grid{
        grid-template-columns:1fr;
        gap:55px;
   }
    .sticky-copy,.faq-heading{
        position:relative;
        top:auto;
    }
    .tech-hero{
        grid-template-columns:1fr;
    }
    .energy-viz{
        max-width:520px;
        margin:auto;
        width:100%
    }
    .rumi-portrait{
        max-width:550px;
        width:100%;
        margin:auto
    }
    .mission-grid{
        grid-template-columns:repeat(2,1fr)
    }
    .mission-card,.mission-card:nth-child(4){
        grid-column:auto
    }
    .testimonial-card{
        flex-basis:calc((100% - 17px)/2)
    }
    .download-grid{
        grid-template-columns:1fr
    }
    .download-copy{
        text-align:center
    }
    .download-copy .section-lead{
        margin-inline:auto
    }
    .download-features,.store-row{
        justify-content:center
    }
    .phone-stage{
        max-width:700px;
        width:100%;
        margin:auto
    }
    .footer-top{
        grid-template-columns:2fr repeat(2,1fr)
    }
    .footer-brand{
        grid-row:span 2
    }
    .contact-column{
        grid-column:2/span 2
    }
}
 @media(max-width:680px){
    .shell{
        width:min(100% - 28px,1160px)
    }

    .site-header{
        top:7px
    }
    .nav{
        height:60px;
        border-radius:15px
    }
    .nav .brand{
        font-size:18px
    }
    .brand-mark{
        width:32px;
        height:32px
    }
    .hero{
        padding:110px 0 55px;
        min-height:auto
    }
    .hero h1{
        font-size:clamp(52px,15vw,72px)
    }
    .hero-intro{
        font-size:18px
    }
    .hero-stats{
        justify-content:space-between
    }
    .hero-stats>div{
        display:block;
        padding-right:12px;
        margin-right:12px
    }
    .hero-stats span{
        display:block;
        margin-top:4px
    }
    .hero-visual{
        height:500px
    }
    .rumi-frame{
        inset:15px 20px 0
    }
    .orbit-a{
        width:460px
    }
    .orbit-b{
        width:390px;
        height:430px
    }
    .phone{
        width:118px;
        height:240px;
        border-radius:24px;
        border-width:4px
    }
    .phone-left{
        left:-7px;
        top:230px
    }
    .phone-right{
        right:-8px;
        top:110px
    }
    .phone-screen{
        padding:9px
    }
    .mood-orb{
        width:62px;
        height:62px
    }
    .float-pill{
        font-size:9px
    }
    .pill-one{
        left:5px
    }
    .pill-two{
        right:0
    }
    .scroll-cue{
        display:none
    }
    .split-heading{
        display:block;
        margin-bottom:38px
        align-items: center;
    }
    .about-copy{
        margin-top:28px
    }
    .four-grid,.benefit-grid,.tech-grid{
        grid-template-columns:1fr
    }
    .benefit-card{
        min-height:385px
    }
    .capabilities-grid{
        gap:38px
    }
    .cap-item{
        padding:25px 0
    }
    .timeline-step{
        gap:18px
    }
    .center-heading{
        margin-bottom:38px
    }
    .rumi-portrait{
        height:520px
    }
    .check-grid{
        grid-template-columns:1fr
    }
    .vision-line{
        font-size:clamp(35px,10vw,55px)
    }
    .mission-grid{
        grid-template-columns:1fr
    }
    .mission-card{
        min-height:185px
    }
    .mission-card h3{
        margin-top:40px
    }
    .network-orbit{
        height:440px
    }
    .network-node{
        font-size:9px;
        padding:8px 10px
    }
    .stats-grid{
        grid-template-columns:1fr 1fr
    }
    .stat{
        padding:25px 10px;
        border-bottom:1px solid rgba(255,255,255,.1)
    }
    .stat:nth-child(2){
        border-right:0
    }
    .testimonial-card{
        flex-basis:100%;
        margin-right:14px;
        min-height:310px
    }
    .testimonials .split-heading{
        display:flex;
        align-items:flex-end;
        gap:10px
    }
    .slider-controls{
        flex:none
    }
    .download .section-title{
        font-size:45px
    }
    .phone-stage{
        height:500px
    }
    .download-phone{
        width:190px;
        height:390px
    }
    .dp-left{
        left:18%;
        top:90px
    }
    .dp-right{
        left:82%;
        top:90px
    }
    .store-row{
        flex-direction:column;
        align-items:center
    }
    .faq-grid{
        gap:30px
    }
    .final-cta{
        min-height:600px
    }
    .final-cta h2{
        font-size:clamp(50px,14vw,75px)
    }
    .footer-top{
        grid-template-columns:1fr 1fr
    }
    .footer-brand{
        grid-column:1/-1;
        grid-row:auto
    }
    .contact-column{
        grid-column:1/-1
    }
    .footer-bottom{
        flex-direction:column;
        gap:7px
    }
    .button-row .button{
        width:100%
    }
}
 @media(prefers-reduced-motion:reduce){
    html{
        scroll-behavior:auto
    }
    *,*:before,*:after{
        animation-duration:.01ms!important;
        animation-iteration-count:1!important;
        transition-duration:.01ms!important
    }
    .reveal{
        opacity:1;
        transform:none
    }
}
 
 
 .hero-phones{
    position:relative;
    width:520px;
   
	 height:650px;
    margin:auto;
}

.phone{
    position:absolute;
    width:250px;
	 height:500px;
    border-radius:20px;
    filter:
        drop-shadow(0 25px 40px rgba(0,0,0,.45));
    transition:.5s;
}

.phone:hover{
    transform:scale(1.04);
}

/* Left Phone */

.phone-left{

    left:30px;
    bottom:80px;

    transform:rotate(-5deg);

    animation:floatLeft 6s ease-in-out infinite;
}

/* Right Phone */

.phone-right{

    right:20px;
    top:40px;

    transform:rotate(12deg);

    animation:floatRight 7s ease-in-out infinite;
}

@keyframes floatLeft{

    0%,100%{
        transform:
        rotate(-5deg)
        translateY(0px);
    }

    50%{
        transform:
        rotate(-3deg)
        translateY(-5px);
    }

}

@keyframes floatRight{

    0%,100%{
        transform:
        rotate(5deg)
        translateY(0px);
    }

    50%{
        transform:
        rotate(7deg)
        translateY(15px);
    }

}

.hero .button-row{
    display:grid;
    gap:12px;
}

.hero .button{
    width:100%;
}

.hero h1{
    overflow-wrap:anywhere;
}

.whatsapp-chat {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    z-index: 9999;
    transition: 0.3s;
}

.whatsapp-chat:hover {
    transform: scale(1.1);
}

.whatsapp-chat img {
    width: 35px;
    height: 35px;
}

@media (max-width: 320px) {
    .shell {  
        width: 100%;

    }
}

@media (max-width: 480px) {
    .shell {  
        max-width:460px;
        width: 100%;

    }
}

@media (max-width:680px) {
.hero-phones{
        max-width:460px;
        width:100% !important;
}
}

@media (max-width: 680px) {
    .hero-visual {
        height: 600px;
    }
}

@media (max-width: 680px) {
    .capabilities .cap-item {
        padding: 0px 0px;
    }
    
    .capabilities .cap-item {
    gap: 0px;
    padding: 0px;
    grid-template-columns: 0px 1fr;
   
}
}

/* ===== Performance Optimizations ===== */
img{
  height:auto;
  decoding:async;
}
section{
  content-visibility:auto;
  contain-intrinsic-size:900px;
}
.hero{
  content-visibility:visible;
}
.button{
  will-change:transform;
}
.phone{
  will-change:transform;
  backface-visibility:hidden;
  transform:translateZ(0);
}
.reveal{
  will-change:transform,opacity;
}
@media (max-width:768px){
  .particle,
  .aurora,
  .orbit,
  .float-pill,
  .network-node,
  .cta-orb{
    animation:none!important;
  }
  .particle{
    display:none!important;
  }
}

@media (max-width: 680px) {
    .section {
        padding: 76px 15px !important;
       
    }

.footer {
    padding: 75px 15px 25px;
}


}
