/* hero GEO */
.geo-hero{position:relative;width:100%;background-color:#080610;overflow:hidden;padding:160px 0 160px;display:flex;align-items:center;box-sizing:border-box;margin-bottom:-50px}
.geo-bars{position:absolute;bottom:0;left:0;right:0;height:400px;width:900px;background-image:var(--geo-bars-bg);background-repeat:no-repeat;background-position:bottom left;background-size:contain;pointer-events:none;opacity:.6;box-sizing:border-box;z-index:0}
.geo-glow{position:absolute;width:272px;height:472px;top:180px;left:250px;transform:rotate(-90deg);opacity:1;mix-blend-mode:plus-lighter;background:#EC6DFF3B;filter:blur(280px);pointer-events:none;z-index:0}
.geo-content{position:relative;z-index:1;padding:0 120px;display:flex;align-items:center;gap:64px;box-sizing:border-box;width:100%}
.geo-text{flex:1;min-width:0;display:flex;flex-direction:column;gap:20px;box-sizing:border-box}
.geo-heading{font-family:var(--font-manrope);font-weight:700;line-height:normal;letter-spacing:-1.4px;color:#F5F6F8;margin:0}
.geo-description{font-family:var(--font-inter);font-weight:400;line-height:1.5;color:#B5B0B7;margin:0;max-width:704px}
.geo-actions{display:flex;gap:16px;align-items:center;margin-top:20px;flex-wrap:wrap;box-sizing:border-box}
.geo-btn-primary{display:flex;align-items:center;gap:8px;padding:15px 16px 15px 24px;width:237px;height:58px;background-color:#56007A;border:none;border-radius:8px;box-shadow:0px 4px 16px 0px rgba(218,38,222,0.22);cursor:pointer;font-family:var(--font-instrument);font-weight:600;font-size:var(--fs-btn);letter-spacing:-0.16px;color:#FFFFFF;white-space:nowrap;text-decoration:none;box-sizing:border-box;outline:1px solid rgba(255,255,255,0.08);outline-offset:-1px;transition:background .2s ease,box-shadow .2s ease}
.geo-btn-primary:hover{background-color:#6A0096;box-shadow:0px 4px 24px 0px rgba(218,38,222,0.38)}
.geo-btn-primary:active{background-color:#440060;box-shadow:0px 2px 8px 0px rgba(218,38,222,0.18)}
.geo-btn-primary .icon-phone svg{flex-shrink:0;width:20px;height:20px}
.geo-btn-primary .icon-arrow img{flex-shrink:0;width:20px;height:auto}
.geo-btn-secondary{display:flex;align-items:center;gap:8px;padding:8px 24px;width:212px;height:60px;background-color:transparent;border:1px solid rgba(170,90,255,0.73);border-radius:8px;cursor:pointer;font-family:var(--font-inter);font-weight:600;font-size:18px;letter-spacing:-0.18px;color:#EEF2FF;text-decoration:none;white-space:nowrap;box-sizing:border-box}
.geo-btn-secondary:hover{background-color:rgba(170,90,255,0.08);border-color:rgba(170,90,255,0.95);color:#FFFFFF}
.geo-btn-secondary:active{background-color:rgba(170,90,255,0.14)}
.geo-btn-secondary .icon-arrow--dim img{opacity:.65}
.geo-illustration{flex-shrink:0;width:540px;display:flex;align-items:center;justify-content:center}
.geo-illustration-img{width:100%;max-width:615px;height:auto;border-radius:16px;display:block}

@media (max-width:1200px){
.geo-content{padding:0 60px}
}

@media (max-width:1024px){
.geo-hero{padding:140px 0 120px;margin-bottom:-30px}
.geo-content{flex-direction:column;padding:0 40px;gap:48px}
.geo-illustration{width:100%;max-width:480px}
.geo-bars{height:360px}
}

@media (max-width:768px){
.geo-hero{padding:120px 0 100px;margin-bottom:-20px}
.geo-content{padding:0 20px}
.geo-actions{flex-direction:column;align-items:flex-start;gap:12px;width:100%}
.geo-btn-primary,.geo-btn-secondary{width:100%;justify-content:center}
.geo-bars{height:220px}
}


/* Slider GEO */

.logo-slider-section{position:relative;width:100%;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:60px 0;gap:40px;box-sizing:border-box;background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);backdrop-filter:blur(11px);-webkit-backdrop-filter:blur(11px);border-top:1px solid #FFFFFF0D;border-bottom:1px solid #FFFFFF0D}

.logo-slider-section__border-line{position:absolute;top:0;left:0;right:0;height:0.604px;background-color:#000000;z-index:2;pointer-events:none}

.logo-slider-section__bg{position:absolute;top:0;left:0;right:0;height:232px;overflow:hidden;z-index:0}
.logo-slider-section__gradient-blob{position:absolute;top:-192px;left:50%;transform:translateX(-50%);width:1280px;height:384px;background-color:#0F0C12;border-radius:416px;filter:blur(48px)}

.logo-slider-section__track{position:relative;display:flex;align-items:center;width:max-content;z-index:1;will-change:transform}
.logo-slider-section__group{display:flex;align-items:center;flex-shrink:0}
.logo-slider-section__item{position:relative;flex-shrink:0;width:209px;height:52px;display:flex;align-items:center;justify-content:center}
.logo-slider-section__item::after{content:'';position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:24px;background-color:rgba(255,255,255,0.12)}
.logo-slider-section__item:last-child::after{display:none}
.logo-slider-section__item img{width:127.2px;height:45.05px;object-fit:contain;opacity:.75;display:block;pointer-events:none}

.logo-slider-section__trust--geo{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:10px;width:100%;box-sizing:border-box}
.logo-slider-section__trust-label{font-family:var(--font-manrope);font-weight:600;font-size:24px;line-height:1.5;color:#8C8C8C;margin:0;text-align:center;white-space:nowrap;display:flex;align-items:center;gap:16px}
.logo-slider-section__trust-label::before,.logo-slider-section__trust-label::after{content:'';flex:0 0 90px;width:90px;height:1.5px;background:linear-gradient(90deg,rgba(255,255,255,0) 0%,rgba(255,255,255,0.4) 100%);opacity:1}
.logo-slider-section__trust-label::after{transform:scaleX(-1)}
@media (max-width:1024px){
.logo-slider-section{margin-top:30px}
}

@media (max-width:768px){
.logo-slider-section{margin-top:20px}
.logo-slider-section__item{width:140px}
.logo-slider-section__item img{width:90px;height:32px}
.logo-slider-section__trust-label::before,.logo-slider-section__trust-label::after{min-width:20px}
}

/* GEO WHY */
.geo-why-section{width:100%;box-sizing:border-box;position:relative;overflow:hidden;background-image:linear-gradient(180deg,#1B0126 0%,#000000 33.5%),linear-gradient(180deg,rgba(0,0,0,0) 37.64%,#1B0126 100%)}

.geo-why-bg{position:absolute;inset:0;pointer-events:none;overflow:hidden;z-index:0}
.geo-why-bg-image{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-12.14deg);width:140%;max-width:none;height:auto;object-fit:cover;opacity:.6;pointer-events:none}

.geo-why-inner{position:relative;z-index:1;padding:61px 120px 60px;display:flex;flex-direction:column;gap:40px;align-items:flex-start;width:100%;box-sizing:border-box}

.geo-why-badge{display:inline-flex;align-items:center;gap:10px;background-color:rgba(123,0,255,0.25);border:1px solid rgba(255,255,255,0.2);border-radius:36px;padding:8px 24px}
.geo-why-badge-dot{display:block;width:14px;height:14px;position:relative;flex-shrink:0}
.geo-why-badge-dot::before{content:"";position:absolute;inset:26.07% 28.57% 31.07% 28.57%;background-color:#C79BFF;border-radius:999px;box-shadow:0px 0px 12px 2px rgba(182,128,255,0.45)}
.geo-why-badge-label{font-family:var(--font-inter);font-weight:400;font-size:var(--fs-badge);line-height:1.5;color:#C79BFF;white-space:nowrap}

.geo-why-card{background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.31) 100%);border:1px solid rgba(199,155,255,0.15);border-radius:16px;padding:17px;box-sizing:border-box;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}
.geo-why-card-inner{background:linear-gradient(180deg,rgba(34,0,77,0.05) 0%,rgba(86,0,123,0.51) 100%);border:1px solid #C79BFF26;border-radius:16px;padding:17px;display:flex;flex-direction:column;gap:12px;box-sizing:border-box;height:100%;transition:background .25s ease,border-color .25s ease}

.geo-why-header{display:flex;flex-direction:column;gap:20px;align-items:flex-start;width:100%}
.geo-why-heading{font-family:var(--font-manrope);font-weight:700;font-size:var(--fs-h2);line-height:normal;letter-spacing:-1.4px;color:#FFFFFF;margin:0;width:100%;text-align:left;}
.geo-why-subheading{font-family:var(--font-instrument);font-weight:400;font-size:var(--fs-body);line-height:1.5;color:rgba(255,255,255,0.7);margin:0}

.geo-why-card-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;width:100%}
.geo-why-card{background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.31) 100%);border:1px solid rgba(199,155,255,0.15);border-radius:16px;padding:17px;box-sizing:border-box}
.geo-why-card-inner{background:linear-gradient(to bottom,rgba(34,0,77,0.05) 0%,rgba(86,0,123,0.51) 100%);border:1px solid rgba(199,155,255,0.15);border-radius:16px;padding:17px;display:flex;flex-direction:column;gap:12px;box-sizing:border-box;height:100%;transition:background .25s ease,border-color .25s ease}
.geo-why-card:hover .geo-why-card-inner{background:linear-gradient(to bottom,rgba(34,0,77,0.15) 0%,rgba(86,0,123,0.65) 100%);border-color:rgba(199,155,255,0.3)}

.geo-why-card-header{display:flex;align-items:center;gap:16px;width:100%}
.geo-why-card-icon{flex-shrink:0;width:60px;height:60px;border-radius:20px;background:linear-gradient(to bottom,#000000 0%,#38004F 100%);border-top:1px solid #B680FF;border-bottom:1px solid #B680FF;display:flex;align-items:center;justify-content:center}
.geo-why-card-title{font-family:var(--font-instrument);font-weight:800;font-size:28px;line-height:36.4px;letter-spacing:-0.28px;color:#F5F2F7;margin:0;flex:1}
.geo-why-card-body{font-family:var(--font-inter);font-weight:400;font-size:var(--fs-body);line-height:1.5;color:rgba(255,255,255,0.7);margin:0}

@media (max-width:1200px){
.geo-why-inner{padding:50px 60px}
}

@media (max-width:1024px){
.geo-why-inner{padding:40px 40px}
.geo-why-card-grid{grid-template-columns:1fr}
}

@media (max-width:768px){
.geo-why-inner{padding:30px 20px}
.geo-why-card-title{font-size:22px}
}

/* services */
.geo-svc-section{background:linear-gradient(to top,#1C022D 0%,#000000 40.759%);width:100%;box-sizing:border-box;overflow:hidden}
.geo-svc-inner{padding:60px 120px;display:flex;flex-direction:column;align-items:center;gap:40px;width:100%;box-sizing:border-box}

.geo-svc-heading{display:flex;flex-direction:column;align-items:center;gap:20px;width:100%}
.geo-svc-badge{display:inline-flex;align-items:center;gap:10px;padding:8px 24px;background:rgba(123,0,255,0.25);border:1px solid rgba(255,255,255,0.2);border-radius:36px}
.geo-svc-badge-dot{display:block;width:8px;height:8px;border-radius:999px;background:#C79BFF;box-shadow:0 0 12px 2px rgba(182,128,255,0.45);flex-shrink:0}
.geo-svc-badge-label{font-family:var(--font-inter);font-weight:400;font-size:var(--fs-badge);line-height:1.5;color:#C79BFF;white-space:nowrap}
.geo-svc-title{font-family:var(--font-manrope);font-weight:700;font-size:var(--fs-h2);line-height:normal;letter-spacing:-1.4px;color:#FFFFFF;text-align:center;width:100%;margin:0}
.geo-svc-subtitle{font-family:var(--font-instrument);font-weight:400;font-size:var(--fs-body);line-height:1.5;color:rgba(255,255,255,0.7);text-align:center;margin:0}

.geo-svc-carousel{position:relative;width:100%;max-width:100%;height:429px;display:flex;align-items:center;justify-content:center}
.geo-svc-track{position:relative;width:320px;height:420px}

.geo-svc-nav{position:absolute;top:50%;transform:translateY(-50%);width:60px;height:60px;border-radius:9999px;background:rgba(109,109,109,0.25);border:1px solid rgba(255,255,255,0.08);display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;z-index:5;transition:background .2s ease,border-color .2s ease}
.geo-svc-nav--prev{left:0}
.geo-svc-nav--next{right:0}
.geo-svc-nav:hover{background:rgba(109,109,109,0.4);border-color:rgba(255,255,255,0.16)}
.geo-svc-nav:active{background:rgba(109,109,109,0.55)}

.geo-svc-card{position:absolute;top:0;left:0;width:320px;min-height:303px;box-sizing:border-box;display:flex;flex-direction:column;transition:transform .5s ease,opacity .5s ease,filter .5s ease;padding:26px 24px 24px;border-radius:20px;gap:10px}

/* Non-active (side) cards */
.geo-svc-card{background:linear-gradient(to bottom,rgba(255,255,255,0.06),rgba(255,255,255,0.02));backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,0.12)}
.geo-svc-card .geo-svc-card-num{font-family:var(--font-instrument);font-weight:800;font-size:40.8px;line-height:40.8px;white-space:nowrap;background:linear-gradient(102.35deg,#FFFFFF 0%,rgba(86,0,123,0.7) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.geo-svc-card .geo-svc-card-icon{width:59.5px;height:62.91px;border-radius:29.75px;border:1px solid rgba(86,0,123,0.2);background:radial-gradient(circle at center,rgba(86,0,123,0.25) 0%,rgba(255,255,255,0.02) 100%);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:25.5px;line-height:1;color:#FFFFFF}
.geo-svc-card.is-active .geo-svc-card-icon{width:60px;height:60px;border-radius:9999px;background:rgba(199,155,255,0.25);border:1px solid rgba(255,255,255,0.08);font-size:30px}
.geo-svc-card .geo-svc-card-heading{font-family:var(--font-instrument);font-weight:700;font-size:18.7px;line-height:25.245px;color:#FFFFFF;margin:0;width:100%}
.geo-svc-card .geo-svc-card-body{font-family:var(--font-instrument);font-weight:400;font-size:11.9px;line-height:20.23px;color:rgba(255,255,255,0.7);margin:0;width:100%}

/* Active (featured/center) card */
.geo-svc-card.is-active{background:radial-gradient(ellipse 340px 440px at 50% 40%,rgba(180,0,255,0.67) 0%,rgba(135,0,191,0.67) 25%,rgba(90,0,128,0.67) 50%,rgba(45,0,64,0.67) 75%,rgba(0,0,0,0.67) 100%);border:none;border-top:2px solid #B680FF;box-shadow:inset 0 0 0 1px rgba(86,0,123,0.2);backdrop-filter:none;-webkit-backdrop-filter:none;overflow:hidden}
.geo-svc-card.is-active .geo-svc-card-num{background:none;-webkit-background-clip:unset;-webkit-text-fill-color:#C79BFF;background-clip:unset;color:#C79BFF;font-size:48px;line-height:48px}
.geo-svc-card.is-active .geo-svc-card-icon{width:60px;height:60px;border-radius:9999px;background:rgba(199,155,255,0.25);border:1px solid rgba(255,255,255,0.08)}
.geo-svc-card.is-active .geo-svc-card-icon svg{width:32px;height:32px}
.geo-svc-card.is-active .geo-svc-card-heading{font-weight:800;font-size:28px;line-height:36.4px;color:#F5F2F7;letter-spacing:-0.28px}
.geo-svc-card.is-active .geo-svc-card-body{font-family:var(--font-inter);font-size:var(--fs-body);line-height:1.5}


.geo-svc-nav:hover{background:rgba(109,109,109,0.4);border-color:rgba(255,255,255,0.16)}
.geo-svc-nav:active{background:rgba(109,109,109,0.55)}

.geo-svc-dots{display:flex;align-items:center;justify-content:center;gap:8px}
.geo-svc-dot{width:8px;height:8px;border-radius:999px;background:rgba(255,255,255,0.2);border:none;padding:0;cursor:pointer;transition:background .2s ease,width .2s ease}
.geo-svc-dot.is-active{background:#C79BFF;width:24px}

@media (max-width:1200px){
.geo-svc-inner{padding:50px 60px}
}

@media (max-width:1024px){
.geo-svc-inner{padding:40px 40px}
.geo-svc-carousel{height:auto}
}

@media (max-width:768px){
.geo-svc-inner{padding:30px 20px}
.geo-svc-nav{width:44px;height:44px}
.geo-svc-track,.geo-svc-card{width:260px}
}

/* Platforms */
.geo-platforms-section{position:relative;width:100%;box-sizing:border-box;overflow:hidden;background:#0A0010}
.geo-platforms-bg{position:absolute;inset:0;pointer-events:none;overflow:hidden;z-index:0}
.geo-platforms-bg-image{position:absolute;inset:0;width:100%;height:100%;opacity:.8}

.geo-platforms-inner{position:relative;z-index:1;padding:60px 120px;box-sizing:border-box;width:100%}

.geo-platforms{display:flex;flex-direction:column;align-items:center;gap:40px;width:100%}
.geo-platforms__header{display:flex;flex-direction:column;align-items:center;gap:20px;width:100%}
.geo-platforms__eyebrow{display:inline-flex;align-items:center;gap:10px;padding:8px 24px;background:rgba(123,0,255,0.25);border:1px solid rgba(255,255,255,0.2);border-radius:36px}
.geo-platforms__eyebrow-dot{display:block;width:6px;height:6px;border-radius:999px;background:#C79BFF;box-shadow:0px 0px 12px 2px rgba(182,128,255,0.45);flex-shrink:0}
.geo-platforms__eyebrow-label{font-family:var(--font-inter);font-weight:400;font-size:var(--fs-badge);line-height:1.5;color:#C79BFF;white-space:nowrap}
.geo-platforms__heading{font-family:var(--font-manrope);font-weight:700;font-size:var(--fs-h2);line-height:normal;letter-spacing:-1.4px;color:#F5F6F8;text-align:center;margin:0}
.geo-platforms__subtext{font-family:var(--font-inter);font-weight:400;font-size:24px;line-height:1.5;color:#B5B0B7;text-align:center;margin:0;max-width:100%}

.geo-platforms__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:154px 154px;gap:24px;width:100%}
.geo-platform-card{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:11px 16px;border-radius:24px;background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.1);box-sizing:border-box;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:background .25s ease,border-color .25s ease,box-shadow .25s ease}
.geo-platform-card:hover{background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(86,0,123,0.49) 100%);border:none;box-shadow:inset 0 4px 0 0 #C79BFF}

.geo-platform-card__icon-wrap{position:relative;width:60px;height:60px;border-radius:9999px;background:rgba(199,155,255,0.25);border:1px solid rgba(255,255,255,0.08);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:border .25s ease,box-shadow .25s ease}
.geo-platform-card:hover .geo-platform-card__icon-wrap{border:4px solid #C79BFF;box-shadow:0px 0px 30.1px 0px #C79BFF}
.geo-platform-card__icon{width:24px;height:24px;display:block;pointer-events:none;transition:opacity .2s ease}
.geo-platform-card:hover .geo-platform-card__icon{opacity:.85}
.geo-platform-card__name{font-family:var(--font-instrument);font-weight:700;font-size:24px;line-height:1.5;color:#F5F6F8;white-space:nowrap;text-align:center}

@media (max-width:1200px){
.geo-platforms-inner{padding:50px 60px}
}

@media (max-width:1024px){
.geo-platforms-inner{padding:40px 40px}
.geo-platforms__grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:auto}
}

@media (max-width:768px){
.geo-platforms-inner{padding:30px 20px}
.geo-platforms__grid{grid-template-columns:1fr}
.geo-platform-card__name{white-space:normal}
}

/* How we work */
.geo-process{width:100%;box-sizing:border-box}
.geo-process__inner{padding:57px 120px 60px;display:flex;flex-direction:column;align-items:center;gap:60px;width:100%;box-sizing:border-box}

.geo-process__header{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%}
.geo-process__eyebrow{display:inline-flex;align-items:center;gap:10px;padding:8px 24px;border-radius:36px;background:rgba(123,0,255,0.25);border:1px solid rgba(255,255,255,0.2)}
.geo-process__eyebrow-dot{display:block;width:6px;height:6px;border-radius:999px;background:#C79BFF;box-shadow:0px 0px 12px 2px rgba(182,128,255,0.45);flex-shrink:0}
.geo-process__eyebrow-label{font-family:var(--font-inter);font-weight:400;font-size:var(--fs-badge);line-height:1.5;color:#C79BFF;white-space:nowrap}
.geo-process__title{font-family:var(--font-manrope);font-weight:700;font-size:var(--fs-h2);line-height:normal;letter-spacing:-1.4px;color:#F5F6F8;text-align:center;margin:0;width:100%}
.geo-process__subtitle{font-family:var(--font-inter);font-weight:400;font-size:var(--fs-body);line-height:1.5;color:#B5B0B7;text-align:center;margin:0;width:100%;max-width:900px}

.geo-process__timeline{position:relative;width:100%;padding-top:100px;padding-bottom:100px;box-sizing:border-box}

.geo-process__beam-track{position:absolute;top:140px;left:0;right:0;height:10px;border-radius:999px;overflow:hidden;z-index:1}
.geo-process__beam{height:100%;width:200%;background:linear-gradient(90deg,#FF4CB5 0%,#2A003C 50%,#290039 50%,#FF4CB5 100%);animation:geo-beam-flow 1s ease-in-out infinite alternate}

@keyframes geo-beam-flow{
0%{transform:translateX(0)}
100%{transform:translateX(-50%)}
}
.geo-process__beam-glow{position:absolute;top:0;height:100%;width:112px;left:-120px;background:linear-gradient(to right,transparent 0%,rgba(255,100,200,0.9) 40%,rgba(220,160,255,0.7) 60%,transparent 100%);filter:blur(3px);border-radius:999px;transition:left .45s cubic-bezier(.4,0,.2,1)}

.geo-process__row{position:relative;display:flex;justify-content:space-between;align-items:flex-start;z-index:2}
.geo-process__step{position:relative;display:flex;flex-direction:column;align-items:center;flex-shrink:0;z-index:10;transition:margin .35s ease}
.geo-process__step.is-active{z-index:30;margin-left:40px;margin-right:40px}

.geo-process__bubble{position:relative;display:flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:50%;background:linear-gradient(to bottom,rgba(18,4,26,0.85),rgba(8,2,12,0.85));backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,0.13);box-shadow:0 0 0 1px transparent;transition:box-shadow .3s ease;flex-shrink:0;cursor:default;z-index:5}
.geo-process__step.is-active .geo-process__bubble{box-shadow:0 0 28px 8px rgba(182,128,255,0.45),0 0 0 1px rgba(182,128,255,0.2)}

.geo-process__badge{position:absolute;inset:8px;border-radius:28px;background:linear-gradient(to bottom,#040008,#38004F);border-top:2.5px solid #B680FF;box-shadow:inset 0 5px 6px rgba(0,0,0,0.35);display:flex;align-items:center;justify-content:center}
.geo-process__number{position:relative;z-index:10;font-family:var(--font-instrument);font-weight:700;font-size:18px;letter-spacing:0.02em;color:#FFFFFF}

.geo-process__card{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0.96);width:267px;height:281px;padding:16px;border-radius:16px;background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.31) 100%);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid #C79BFF26;opacity:0;pointer-events:none;transition:opacity .18s ease,transform .18s ease;box-sizing:border-box;z-index:20;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}
.geo-process__step.is-active .geo-process__card{opacity:1;pointer-events:auto;transform:translate(-50%,-50%) scale(1);transition:opacity .32s ease,transform .32s ease}

.geo-process__step--first .geo-process__card{left:0;transform:translate(0,-50%) scale(0.96)}
.geo-process__step--first.is-active .geo-process__card{transform:translate(0,-50%) scale(1)}
.geo-process__step--last .geo-process__card{left:auto;right:0;transform:translate(0,-50%) scale(0.96)}
.geo-process__step--last.is-active .geo-process__card{transform:translate(0,-50%) scale(1)}

.geo-process__card-badge{width:60px;height:60px;border-radius:20px;padding:24px;background:linear-gradient(180deg,#000000 0%,#38004F 100%);border-top:1px solid #B680FF;border-bottom:1px solid #B680FF;display:flex;align-items:center;justify-content:center;box-sizing:border-box;flex-shrink:0}
.geo-process__card-num{display:block;font-family:var(--font-instrument);font-weight:700;font-size:18px;letter-spacing:0.02em;color:#C79BFF;margin:0}

.geo-process__card-title{font-family:var(--font-inter);font-weight:700;font-size:16px;line-height:1.5;letter-spacing:0;color:#F5F2F7;margin:0;text-align:center;vertical-align:middle}
.geo-process__card-desc{font-family:var(--font-inter);font-weight:400;font-size:14px;line-height:1.5;letter-spacing:0;color:rgba(255,255,255,0.7);margin:0;text-align:center}

@media (max-width:1200px){
.geo-process__inner{padding:50px 60px}
}

@media (max-width:1024px){
.geo-process__inner{padding:40px 40px}
.geo-process__timeline{padding-top:0;padding-bottom:0}
.geo-process__row{flex-wrap:wrap;row-gap:100px;justify-content:center;gap:40px}
.geo-process__beam-track{display:none}
.geo-process__step.is-active{margin-left:0;margin-right:0}
.geo-process__card{position:static;transform:none !important;opacity:1 !important;pointer-events:auto !important;width:100%;max-width:267px;height:auto;margin-top:16px}
.geo-process__bubble{display:none}
}

@media (max-width:768px){
.geo-process__inner{padding:30px 20px}
.geo-process__bubble{display:none}
}

/* Why brands trust */
.geo-trust-section{background:linear-gradient(to top,#230134,black 66.502%);padding:60px 120px;width:100%;box-sizing:border-box}
.geo-trust-inner{padding:60px 120px;display:flex;flex-direction:column;gap:40px;align-items:flex-start;width:100%;box-sizing:border-box}

.geo-trust-eyebrow{display:flex;align-items:center;gap:10px;background:rgba(123,0,255,0.25);border:1px solid rgba(255,255,255,0.2);border-radius:36px;padding:8px 24px}
.geo-trust-eyebrow-dot{display:block;width:6px;height:6px;border-radius:999px;background:#C79BFF;box-shadow:0px 0px 12px 2px rgba(182,128,255,0.45);flex-shrink:0}
.geo-trust-eyebrow-label{font-family:var(--font-inter);font-weight:400;font-size:var(--fs-badge);line-height:1.5;color:#C79BFF;white-space:nowrap}

.geo-trust-body{display:flex;flex-direction:column;gap:60px;align-items:flex-start;width:100%}
.geo-trust-heading-block{display:flex;flex-direction:column;gap:16px;width:100%}
.geo-trust-title{font-family:var(--font-manrope);font-weight:700;font-size:var(--fs-h2);line-height:normal;letter-spacing:-1.4px;color:#F5F6F8;margin:0;width:100%;text-align: left;}
.geo-trust-description{font-family:var(--font-instrument);font-weight:400;font-size:var(--fs-body);color:rgba(255,255,255,0.7);width:100%}
.geo-trust-description p{line-height:1.5;margin:0}


.geo-trust-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:repeat(2,fit-content(100%));gap:24px;width:100%}

.geo-trust-card{position:relative;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;padding:19px 21px;box-sizing:border-box;overflow:hidden;background:rgba(255,255,255,0.03);transition:background .3s ease,padding .3s ease,border-radius .3s ease}
.geo-trust-card::before{content:'';position:absolute;inset:0;border-radius:12px;border:1px solid rgba(255,255,255,0.07);pointer-events:none;transition:border .3s ease}

.geo-trust-card:hover{background:linear-gradient(to bottom,rgba(0,0,0,0),rgba(86,0,123,0.49));border-radius:24px;padding:28px 24px 24px}
.geo-trust-card:hover::before{border-radius:24px;border:none;border-top:4px solid #C79BFF}

.geo-trust-icon-wrap{position:relative;width:46px;height:46px;border-radius:20px;background:linear-gradient(to bottom,#000000,#38004F);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:rgba(255,255,255,0.65);transition:width .3s ease,height .3s ease,border-radius .3s ease,background .3s ease,box-shadow .3s ease,color .3s ease}
.geo-trust-icon-wrap::before{content:'';position:absolute;inset:0;border-radius:20px;border-top:1px solid #B680FF;border-bottom:1px solid #B680FF;pointer-events:none;transition:border .3s ease,opacity .3s ease}

.geo-trust-card:hover .geo-trust-icon-wrap{width:54px;height:54px;border-radius:9999px;background:rgba(199,155,255,0.25);box-shadow:0px 0px 30.1px 0px #C79BFF;color:#C79BFF}
.geo-trust-card:hover .geo-trust-icon-wrap::before{border:4px solid #C79BFF;border-radius:9999px}

.geo-trust-icon-wrap svg{color:inherit}

.geo-trust-card-label{font-family:var(--font-inter);font-weight:400;font-size:var(--fs-body);line-height:1.5;color:rgba(255,255,255,0.7);text-align:center;margin:0;width:100%}

@media (max-width:1200px){
.geo-trust-section{padding:50px 60px}
.geo-trust-inner{padding:50px 60px}
}

@media (max-width:1024px){
.geo-trust-section{padding:40px 40px}
.geo-trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.geo-trust-title{font-size:40px}
.geo-trust-inner{padding:40px 40px}
}

@media (max-width:768px){
.geo-trust-section{padding:30px 20px}
.geo-trust-grid{grid-template-columns:1fr}
.geo-trust-inner{padding:30px 20px}
}

/* case study */
.geo-cs-section{background:linear-gradient(180deg,#230135 0%,#000000 33.5%);width:100%;box-sizing:border-box;position:relative;overflow:hidden}
.geo-cs-inner{padding:60px 120px;display:flex;flex-direction:column;gap:60px;box-sizing:border-box;width:100%}

.geo-cs-badge{display:inline-flex;align-items:center;gap:10px;padding:8px 24px;background:rgba(123,0,255,0.25);border:1px solid rgba(255,255,255,0.2);border-radius:36px;align-self:flex-start}
.geo-cs-badge-dot{display:block;width:6px;height:6px;border-radius:999px;background:#C79BFF;box-shadow:0px 0px 12px 2px rgba(182,128,255,0.45);flex-shrink:0}
.geo-cs-badge-label{font-family:var(--font-inter);font-weight:400;font-size:var(--fs-badge);line-height:1.5;color:#C79BFF;white-space:nowrap}

.geo-cs-header{display:flex;gap:20px;align-items:flex-start;width:100%;flex-wrap:wrap}
.geo-cs-header__left{display:flex;flex-direction:column;gap:20px;flex:1 0 0;min-width:280px}
.geo-cs-header__heading{font-family:var(--font-manrope);font-weight:700;font-size:var(--fs-h2);line-height:normal;letter-spacing:-1.4px;color:#FFFFFF;margin:0;text-align:left}
.geo-cs-header__body{font-family:var(--font-instrument);font-weight:400;font-size:var(--fs-body);line-height:1.5;color:rgba(255,255,255,0.7);margin:0;text-align:left}

.geo-cs-stats{display:flex;flex-direction:column;gap:8px;width:269px;flex-shrink:0}
.geo-cs-stat{display:flex;flex-direction:column;align-items:center;gap:8px;padding:8px;text-align:center;width:100%;box-sizing:border-box}
.geo-cs-stat__number{font-family:var(--font-manrope);font-weight:800;font-size:var(--fs-h2);line-height:normal;letter-spacing:-1.4px;background:linear-gradient(180deg,#C79BFF 27.44%,#865D99 107.32%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:block}
.geo-cs-stat__label{font-family:var(--font-instrument);font-weight:400;font-size:var(--fs-body);line-height:1.5;color:#FFFFFF;display:block}
.geo-cs-section h2.case-related__heading{display:none;}
@media (max-width:1200px){
.geo-cs-inner{padding:50px 60px}
}

@media (max-width:1024px){
.geo-cs-inner{padding:40px 40px}
.geo-cs-header{flex-direction:column}
.geo-cs-stats{width:100%;flex-direction:row;flex-wrap:wrap}
.geo-cs-stat{flex:1 1 30%}
}

@media (max-width:768px){
.geo-cs-inner{padding:30px 20px}
.geo-cs-stats{flex-direction:column}
}

/* sldier case */
/* .geo-cs-slider-wrap .case-related__track{display:flex !important;flex-wrap:nowrap;align-items:stretch;gap:24px;overflow-x:auto;width:100%;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x mandatory}
.geo-cs-slider-wrap .case-related__track::-webkit-scrollbar{display:none}

.geo-cs-slider-wrap .case-related__card{position:relative;width:618px;height:570px;border-radius:25px;overflow:visible;background:linear-gradient(to bottom,#000000,#56007A);border-top:2px solid #B680FF;flex-shrink:0;box-sizing:border-box;padding:0;scroll-snap-align:start}
.geo-cs-slider-wrap .case-related__card-border{display:none}

.geo-cs-slider-wrap .case-related__image{position:absolute;top:16px;left:12px;right:10px;height:357px;border-radius:24px;overflow:hidden;background:transparent;transition:height .35s cubic-bezier(.25,.46,.45,.94)}
.geo-cs-slider-wrap .case-related__card:hover .case-related__image{height:228px}
.geo-cs-slider-wrap .case-related__image::after{content:'';position:absolute;inset:0;background:rgba(0,0,0,0.78);border-radius:24px;transition:background .35s ease}
.geo-cs-slider-wrap .case-related__card:hover .case-related__image::after{background:rgba(0,0,0,0.35)}
.geo-cs-slider-wrap .case-related__image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:24px}

.geo-cs-slider-wrap .case-related__content{position:absolute;left:10px;right:10px;bottom:-129px;top:auto;padding:19px 22px;background:rgba(0,0,0,0.49);border-radius:24px;box-sizing:border-box;transition:transform .35s cubic-bezier(.25,.46,.45,.94)}
.geo-cs-slider-wrap .case-related__card:hover .case-related__content{transform:translateY(-129px)}
.geo-cs-slider-wrap .case-related__body{display:flex;flex-direction:column;gap:16px}

.geo-cs-slider-wrap .case-related__badge{position:absolute;top:26px;left:24px;z-index:5;display:inline-flex;align-items:center;gap:10px;padding:8px 24px;background:rgba(123,0,255,0.25);border:1px solid rgba(255,255,255,0.2);border-radius:36px}
.geo-cs-slider-wrap .case-related__badge-dot{display:block;width:6px;height:6px;border-radius:999px;background:#C79BFF;box-shadow:0px 0px 12px 2px rgba(182,128,255,0.45);flex-shrink:0}
.geo-cs-slider-wrap .case-related__badge-label{font-family:var(--font-inter);font-weight:600;font-size:11.5px;letter-spacing:0.46px;text-transform:uppercase;color:#C79BFF;white-space:nowrap}

.geo-cs-slider-wrap .case-related__title{font-family:var(--font-manrope);font-weight:600;font-size:24px;line-height:normal;letter-spacing:-0.75px;color:#F5F6F8;margin:0;word-break:break-word}
.geo-cs-slider-wrap .case-related__desc{font-family:var(--font-inter);font-weight:400;font-size:16px;line-height:1.5;color:rgba(255,255,255,0.7);margin:0}

.geo-cs-slider-wrap .case-related__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;white-space:nowrap}
.geo-cs-slider-wrap .case-related__stat{display:flex;flex-direction:column;gap:0}
.geo-cs-slider-wrap .case-related__stat-value{font-family:var(--font-instrument);font-weight:600;font-size:24px;line-height:normal;letter-spacing:-0.75px;color:#F5F6F8}
.geo-cs-slider-wrap .case-related__stat-label{font-family:var(--font-inter);font-weight:400;font-size:14px;line-height:1.5;color:rgba(255,255,255,0.7);margin-top:5.88px}

.geo-cs-slider-wrap .case-related__link{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-inter);font-weight:600;font-size:18px;line-height:28px;letter-spacing:-0.18px;color:#EEF2FF;text-decoration:underline;margin-top:8px}
.geo-cs-slider-wrap .case-related__link:hover{opacity:.8}
.geo-cs-slider-wrap .case-related__arrow{opacity:.65}

@media (max-width:1024px){
.geo-cs-slider-wrap .case-related__card{width:calc(100vw - 80px);height:auto}
.geo-cs-slider-wrap .case-related__image{height:280px}
.geo-cs-slider-wrap .case-related__content{position:relative;bottom:0;transform:none !important;background:rgba(0,0,0,0.6)}
}

@media (max-width:768px){
.geo-cs-slider-wrap .case-related__card{width:calc(100vw - 40px)}
.geo-cs-slider-wrap .case-related__image{height:180px}
.geo-cs-slider-wrap .case-related__content{position:relative;bottom:0;transform:none !important;background:rgba(0,0,0,0.6)}
} */

.geo-cs-slider-wrap .case-related__track{display:flex !important;flex-wrap:nowrap;align-items:stretch;gap:24px;overflow-x:auto;width:100%;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x mandatory}
.geo-cs-slider-wrap .case-related__track::-webkit-scrollbar{display:none}

.geo-cs-slider-wrap .geo-cs-slide-card{width:420px;flex-shrink:0;scroll-snap-align:start;margin-bottom:0}

@media (max-width:1024px){
.geo-cs-slider-wrap .geo-cs-slide-card{width:calc(100vw - 80px)}
}

@media (max-width:768px){
.geo-cs-slider-wrap .geo-cs-slide-card{width:calc(100vw - 40px)}
}


/* Faq */
.geo-faq-section{width:100%;box-sizing:border-box}
.geo-faq-inner{display:flex;flex-direction:column;gap:40px;align-items:flex-end;padding:60px 120px;width:100%;box-sizing:border-box}

.geo-faq-header{display:flex;flex-direction:column;gap:10px;align-items:flex-start;width:100%;text-align:left}
.geo-faq-badge{display:inline-flex;align-items:center;justify-content:center;padding:8px 24px;border-radius:36px;background:rgba(123,0,255,0.15);border:1px solid rgba(255,255,255,0.2);font-family:var(--font-inter);font-weight:400;font-size:var(--fs-badge);line-height:1.5;color:#C79BFF;white-space:nowrap}
.geo-faq-title{font-family:var(--font-manrope);font-weight:700;font-size:var(--fs-h2);line-height:normal;letter-spacing:-1.4px;color:#FFFFFF;margin:0;text-align:left}
.geo-faq-title__accent{color:#C79BFF}

.geo-faq-body{display:flex;gap:40px;align-items:flex-start;justify-content:flex-end;width:100%;flex-wrap:wrap}

.geo-faq-accordion{display:flex;flex-direction:column;gap:24px;flex:1 0 0;min-width:280px}
.geo-faq-item{border-radius:16px;background:linear-gradient(to bottom,rgba(62,0,145,0.1),rgba(199,155,255,0.1));width:100%;box-sizing:border-box;cursor:pointer;transition:background .2s ease}
.geo-faq-item--collapsed{height:56px;overflow:hidden}
.geo-faq-item--collapsed:hover{background:linear-gradient(to bottom,rgba(62,0,145,0.18),rgba(199,155,255,0.18))}
.geo-faq-item--expanded{height:auto;border:1px solid #C79BFF;box-shadow:0px 27px 68.1px 0px rgba(199,155,255,0.18)}

.geo-faq-item__inner{display:flex;align-items:center;justify-content:space-between;padding:0 24px;height:56px;gap:16px;box-sizing:border-box}
.geo-faq-item__question{font-family:var(--font-manrope);font-weight:600;font-size:24px;letter-spacing:-0.75px;color:#FFFFFF;line-height:normal;flex:1 0 0;min-width:0}
.geo-faq-item--expanded .geo-faq-item__question{color:#C79BFF}

.geo-faq-item__icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:24px;height:24px}
.geo-faq-item__icon-minus{display:none}
.geo-faq-item--expanded .geo-faq-item__icon-plus{display:none}
.geo-faq-item--expanded .geo-faq-item__icon-minus{display:block}

.geo-faq-item__answer{font-family:var(--font-inter);font-weight:400;font-size:var(--fs-body);line-height:1.5;color:#B5B0B7;margin:0;padding:0 24px 24px 24px;width:100%;box-sizing:border-box;text-align:left}

.geo-faq-expert-card{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;padding:25px;width:449px;height:561px;flex-shrink:0;border-radius:16px;background:linear-gradient(to bottom,rgba(0,0,0,0.5),rgba(86,0,123,0.5));border:1px solid rgba(199,155,255,0.15);box-sizing:border-box}

.geo-faq-expert-photo{position:relative;width:100%;height:306px;border-radius:24px;overflow:hidden;background:#1A0A24;flex-shrink:0}
.geo-faq-expert-photo__img{position:absolute;width:100%;object-fit:cover;pointer-events:none}
.geo-faq-expert-photo__overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,0) 55%,rgba(10,0,16,0.9) 100%)}
.geo-faq-expert-photo__caption{position:absolute;bottom:24px;left:24px;display:flex;flex-direction:column;gap:2px}
.geo-faq-expert-photo__role{font-family:var(--font-inter);font-weight:400;font-size:var(--fs-body);line-height:1.5;color:#C79BFF}
.geo-faq-expert-photo__name{font-family:var(--font-instrument);font-weight:700;font-size:24px;line-height:1.5;color:#FFFFFF}

.geo-faq-expert-cta{display:flex;flex-direction:column;gap:24px;align-items:center;width:100%}
.geo-faq-expert-cta__copy{display:flex;flex-direction:column;gap:16px;align-items:center;width:100%}
.geo-faq-expert-cta__heading{font-family:var(--font-manrope);font-weight:600;font-size:24px;letter-spacing:-0.75px;color:#FFFFFF;margin:0;line-height:normal;white-space:nowrap}
.geo-faq-expert-cta__body{font-family:var(--font-inter);font-weight:400;font-size:var(--fs-body);line-height:1.5;color:rgba(255,255,255,0.8);text-align:center;margin:0;max-width:376px}

.geo-faq-expert-cta__btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:15px 16px 15px 24px;border-radius:8px;background:#56007A;box-shadow:0px 4px 16px 0px rgba(218,38,222,0.22);border:none;cursor:pointer;font-family:var(--font-instrument);font-weight:600;font-size:var(--fs-btn);letter-spacing:-0.16px;color:#FFFFFF;line-height:28px;box-sizing:border-box;text-decoration:none;transition:background .2s ease,box-shadow .2s ease}
.geo-faq-expert-cta__btn:hover{background:#6A009A;box-shadow:0px 4px 24px 0px rgba(218,38,222,0.38)}
.geo-faq-expert-cta__btn:active{background:#420060;box-shadow:0px 2px 8px 0px rgba(218,38,222,0.18)}

@media (max-width:1200px){
.geo-faq-inner{padding:50px 60px}
}

@media (max-width:1024px){
.geo-faq-inner{padding:40px 40px}
.geo-faq-body{flex-direction:column}
.geo-faq-expert-card{width:100%;height:auto}
}

@media (max-width:768px){
.geo-faq-inner{padding:30px 20px}
.geo-faq-item__question{font-size:18px}
}

/* CTA */

.geo-cta-section{width:100%;box-sizing:border-box;background:linear-gradient(180deg,rgba(25,1,34,0) -39.15%,#190122 100%)}
.geo-cta-inner{padding:60px 120px;box-sizing:border-box;width:100%}

.geo-cta-card{position:relative;width:100%;max-width:1199px;height:460px;border-radius:20px;overflow:hidden;display:flex;align-items:center;justify-content:center;box-sizing:border-box;margin:0 auto}
.geo-cta-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;pointer-events:none}

.geo-cta-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:24px;text-align:center;padding:0 60px;box-sizing:border-box;width:100%}

.geo-cta-heading{font-family:var(--font-manrope);font-weight:700;font-size:48px;line-height:1.15;letter-spacing:-1.4px;color:#FFFFFF;margin:0}
.geo-cta-subheading{font-family:var(--font-inter);font-weight:400;font-size:18px;line-height:1.5;color:rgba(255,255,255,0.7);margin:0;max-width:640px}

.geo-cta-actions{display:flex;gap:16px;align-items:center;justify-content:center;flex-wrap:wrap}

.geo-cta-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 24px;border-radius:8px;cursor:pointer;font-family:var(--font-instrument);font-weight:600;font-size:15px;white-space:nowrap;text-decoration:none;transition:background .2s ease,box-shadow .2s ease,border-color .2s ease}
.geo-cta-btn--primary{background:#56007A;color:#FFFFFF;box-shadow:0px 4px 16px 0px rgba(218,38,222,0.22);border:none}
.geo-cta-btn--primary:hover{background:#6A009A;box-shadow:0px 4px 24px 0px rgba(218,38,222,0.38)}
.geo-cta-btn--primary .icon-phone svg{width:16px;height:16px}
.geo-cta-btn--outline{background:transparent;color:#FFFFFF;border:1px solid rgba(199,155,255,0.5)}
.geo-cta-btn--outline:hover{background:rgba(199,155,255,0.08);border-color:rgba(199,155,255,0.9)}

@media (max-width:1200px){
.geo-cta-inner{padding:50px 60px}
}

@media (max-width:1024px){
.geo-cta-inner{padding:40px 40px}
.geo-cta-card{height:auto;padding:60px 0}
}

@media (max-width:768px){
.geo-cta-inner{padding:30px 20px}
.geo-cta-heading{font-size:32px}
.geo-cta-content{padding:0 24px}
.geo-cta-actions{flex-direction:column;width:100%}
.geo-cta-btn{width:100%}
}

/* third section */
.geo-what-section{position:relative;width:100%;box-sizing:border-box;overflow:hidden;background:#000000}
.geo-what-bg{position:absolute;inset:0;pointer-events:none;overflow:hidden;z-index:0}
.geo-what-bg-image{position:absolute;bottom:0;left:0;width:100%;height:auto;object-fit:cover;opacity:.5}

.geo-what-inner{position:relative;z-index:1;padding:60px 120px;display:flex;flex-direction:column;gap:40px;width:100%;box-sizing:border-box}

.geo-what-header{display:flex;flex-direction:column;gap:16px;align-items:flex-start;width:100%}
.geo-what-badge{display:inline-flex;align-items:center;gap:10px;padding:8px 24px;background:rgba(123,0,255,0.25);border:1px solid rgba(255,255,255,0.2);border-radius:36px}
.geo-what-badge-dot{display:block;width:6px;height:6px;border-radius:999px;background:#C79BFF;box-shadow:0px 0px 12px 2px rgba(182,128,255,0.45);flex-shrink:0}
.geo-what-badge-label{font-family:var(--font-inter);font-weight:400;font-size:var(--fs-badge);line-height:1.5;color:#C79BFF;white-space:nowrap}
.geo-what-heading{font-family:var(--font-manrope);font-weight:700;font-size:var(--fs-h1);line-height:1.15;letter-spacing:-1.4px;color:#FFFFFF;margin:0;text-align:left}
.geo-what-heading__accent{color:#C79BFF}
.geo-what-subtitle{font-family:var(--font-inter);font-weight:400;font-size:var(--fs-body);line-height:1.5;color:#B5B0B7;margin:0;text-align:left;max-width:900px}
.geo-what-subtitle__highlight{color:#E066FF}

.geo-what-grid{display:grid;grid-template-columns:minmax(0,520px) 1fr;gap:24px;width:100%;align-items:stretch}

.geo-what-definition{background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.31) 100%);border:1px solid #C79BFF26;backdrop-filter:blur(11px);-webkit-backdrop-filter:blur(11px);border-radius:16px;padding:32px;box-sizing:border-box;display:flex;flex-direction:column;gap:16px}

.geo-what-card{position:relative;background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.31) 100%);border:1px solid #C79BFF26;backdrop-filter:blur(11px);-webkit-backdrop-filter:blur(11px);border-radius:16px;padding:24px;box-sizing:border-box;overflow:hidden}
.geo-what-definition__eyebrow{font-family:var(--font-inter);font-weight:500;font-size:14px;color:#C79BFF}
.geo-what-definition__title{font-family:var(--font-manrope);font-weight:700;font-size:24px;line-height:1.3;color:#FFFFFF;margin:0}
.geo-what-definition__body{font-family:var(--font-inter);font-weight:400;font-size:var(--fs-body);line-height:1.5;color:#B5B0B7;margin:0}
.geo-what-definition__tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:auto;padding-top:16px}
.geo-what-tag{display:inline-flex;align-items:center;padding:8px 16px;border-radius:999px;border:1px solid rgba(199,155,255,0.4);color:#C79BFF;font-family:var(--font-inter);font-weight:500;font-size:14px;white-space:nowrap}

.geo-what-cards{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.geo-what-card--wide{grid-column:1/-1;display:flex;align-items:flex-start;gap:16px}
.geo-what-card--wide .geo-what-card__icon{margin-bottom:0;flex-shrink:0}
.geo-what-card__icon{width:44px;height:44px;border-radius:12px;background:linear-gradient(to bottom,#000000,#38004F);border:1px solid rgba(182,128,255,0.3);display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.geo-what-card__title{font-family:var(--font-manrope);font-weight:700;font-size:16px;line-height:1.4;color:#FFFFFF;margin:0 0 8px}
.geo-what-card__desc{font-family:var(--font-inter);font-weight:400;font-size:14px;line-height:1.5;color:#B5B0B7;margin:0}
.geo-what-card__num{position:absolute;bottom:8px;right:16px;font-family:var(--font-manrope);font-weight:800;font-size:40px;color:rgba(255,255,255,0.06);pointer-events:none;line-height:1}

@media (max-width:1200px){
.geo-what-inner{padding:50px 60px}
}

@media (max-width:1024px){
.geo-what-inner{padding:40px 40px}
.geo-what-grid{grid-template-columns:1fr}
}

@media (max-width:768px){
.geo-what-inner{padding:30px 20px}
.geo-what-cards{grid-template-columns:1fr}
.geo-what-card--wide{flex-direction:column}
.geo-what-heading{font-size:32px}
}