.ga-hero{background:#f6f9fc;border-radius:16px;padding:60px 24px;margin:0 20px;position:relative;overflow:hidden}
.ga-hero-inner{max-width:1344px;margin:0 auto;display:flex;align-items:center;gap:40px;position:relative;z-index:1}
.ga-hero-text{flex:1}
.ga-hero-text h1{font-size:2.5rem;font-weight:500;color:#0a2540;letter-spacing:-0.02em;margin:0 0 16px;line-height:1.15}
.ga-hero-text p{font-size:1.05rem;color:#425466;line-height:1.7;margin:0 0 28px}
.ga-hero-img{flex:0 0 640px;text-align:center;position:relative}
@media(max-width:1023px){.ga-hero-img{flex:0 0 420px}}
@media(max-width:768px){.ga-hero-inner{flex-direction:column;text-align:center}.ga-hero-img{flex:none;width:100%}.ga-hero-text h1{font-size:1.75rem}}

/* Phone-frame for portrait screenshots */
.cm-phone{width:260px;border-radius:36px;border:3px solid #1a1a1a;background:#1a1a1a;overflow:hidden;margin:0 auto;position:relative;box-shadow:0 20px 60px rgba(0,0,0,0.18),inset 0 0 0 1px rgba(255,255,255,0.08);}
.cm-phone img{width:100%!important;height:auto;display:block;border-radius:0!important;max-width:100%!important;}
@media(max-width:768px){.cm-phone{width:240px;border-radius:32px;}}

/* Reverse galaxy rotation on this page (counter-clockwise) */
.ga-hero .galaxy-container{animation-direction:normal,reverse!important;}
.ga-hero .rotating .item img{animation-direction:reverse!important;}

/* Bigger galaxy on desktop — scale rings + item positions ~35% */
@media(min-width:769px){
    .ga-hero .galaxy-container{width:580px!important;height:580px!important;top:-130px!important;right:-80px!important;}
    .ga-hero .small-circle{width:200px!important;height:200px!important;}
    .ga-hero .medium-circle{width:300px!important;height:300px!important;}
    .ga-hero .large-circle{width:400px!important;height:400px!important;}
    .ga-hero .items-container.small-circle .item:nth-child(1){left:calc(50% + 65px * cos(0deg))!important;top:calc(50% + 65px * sin(0deg))!important;}
    .ga-hero .items-container.small-circle .item:nth-child(2){left:calc(50% + 100px * cos(120deg))!important;top:calc(50% + 100px * sin(120deg))!important;}
    .ga-hero .items-container.small-circle .item:nth-child(3){left:calc(50% + 142px * cos(240deg))!important;top:calc(50% + 142px * sin(240deg))!important;}
    .ga-hero .items-container.medium-circle .item:nth-child(1){left:calc(50% + 165px * cos(30deg))!important;top:calc(50% + 165px * sin(30deg))!important;}
    .ga-hero .items-container.medium-circle .item:nth-child(2){left:calc(50% + 150px * cos(150deg))!important;top:calc(50% + 150px * sin(150deg))!important;}
    .ga-hero .items-container.medium-circle .item:nth-child(3){left:calc(50% + 172px * cos(270deg))!important;top:calc(50% + 172px * sin(270deg))!important;}
    .ga-hero .items-container.large-circle .item:nth-child(1){left:calc(50% + 200px * cos(120deg))!important;top:calc(50% + 200px * sin(120deg))!important;}
    .ga-hero .items-container.large-circle .item:nth-child(2){left:calc(50% + 200px * cos(180deg))!important;top:calc(50% + 200px * sin(180deg))!important;}
    .ga-hero .items-container.large-circle .item:nth-child(3){left:calc(50% + 200px * cos(300deg))!important;top:calc(50% + 200px * sin(300deg))!important;}
    .ga-hero .item{width:52px!important;height:52px!important;}
}
