
.seo-geo-hero{
  position:relative;
  overflow:hidden;
  padding: 55px 22px;
  background:
  linear-gradient(180deg,#f7f9fc,#f1f1f1);
    color:#111;
  
}

.seo-geo-hero-inner{
  max-width:1400px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1.05fr 0.95fr;
  gap:48px;
  align-items:center;

}

.seo-geo-kicker{
  display:inline-block;
  margin-bottom:18px;
  padding:8px 14px;
  border-radius:999px;
  background:#0A3161;
  color:#fff;
  font-size:0.82rem;
  letter-spacing:0.08em;
  text-transform:uppercase;
  font-weight:700;
}

.seo-geo-hero h1{
  margin:0 0 24px;
  font-size:clamp(1.8rem,3.7vw, 3.7rem);
  line-height:1.02;
  letter-spacing:-0.04em;
  color:#111;
}

.seo-geo-subtitle{
  max-width:680px;
  margin:0 0 32px;
  font-size:1.12rem;
  line-height:1.7;
  color:#333;
}

.seo-geo-hero-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}

.seo-geo-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 22px;
  border-radius:999px;
  text-decoration:none;
  font-weight:700;
  transition:0.25s ease;
}

.seo-geo-btn.primary{
  background:#0A3161;
  color:#fff;
}

.seo-geo-btn.secondary{
  background:#fff;
  color:#0A3161;
  border:1px solid rgba(10,49,97,0.25);
}

.seo-geo-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 28px rgba(10,49,97,0.16);
}

.seo-geo-phase-badge{
  position:absolute;
  top:26px;
  right:-64px;
  transform:rotate(32deg);
  width: 300px;
  padding:14px 18px;
  background:linear-gradient(135deg,#0A3161,#174b87);
  color:#fff;
  text-align:center;
  font-weight:800;
  font-size:0.88rem;
  box-shadow:0 14px 30px rgba(10,49,97,0.25);
  z-index:3;
}

.seo-geo-phase-badge span{
  display:block;
  margin-top:4px;
  font-size:0.68rem;
  font-weight:500;
  opacity:0.88;
}

.seo-geo-hero-visual{
  position:relative;
  min-height: 340px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
}

.visual-card{
  width:230px;
  min-height: 250px;
  border-radius:28px;
  padding:20px;
  background:#fff;
  box-shadow:0 24px 60px rgba(0,0,0,0.10);
  position:relative;
}

.visual-card.cosmetic{
  transform:rotate(-4deg);
  border:1px solid rgba(255,80,140,0.22);
}

.visual-card.technical{
  transform:rotate(4deg);
  border:1px solid rgba(10,49,97,0.18);
}

.visual-label{
  display:inline-block;
  margin-bottom:18px;
  font-size: 1.3rem;
  text-transform:uppercase;
  letter-spacing:0.08em;
  color:#0A3161;
  font-weight:800;
}

.visual-card h3{
  margin:0 0 14px;
  font-size:1.5rem;
  line-height:1.08;
  color:#111;
}

.visual-card p{
  font-size:0.95rem;
  line-height:1.6;
  color:#555;
}

.visual-card ul{
  margin:0;
  padding:0;
  list-style:none;
}

.visual-card li{
  margin:12px 0;
  padding:12px 14px;
  border-radius:14px;
  background:#f3f6fb;
  color:#0A3161;
  font-weight:700;
  font-size:0.92rem;
}

.visual-divider{
  width:46px;
  height:46px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#111;
  color:#fff;
  font-weight:800;
  z-index:2;
}

.fake-glow{
  position:absolute;
  right:20px;
  bottom:20px;
  width:90px;
  height:90px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(255,90,160,0.35), transparent 65%);
}

@media(max-width:900px){

  .seo-geo-hero{
    padding:70px 10px 10px;
    
  }

  .seo-geo-hero-inner{
    max-width:none;
    margin:0;
    display:flex;
    overflow-x:auto;
    gap:18px;
    padding:0 18px 5px;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
  }

  .seo-geo-hero-content,
  .seo-geo-hero-visual{
    flex:0 0 100%;
    scroll-snap-align:start;
  }

  .seo-geo-hero-content{
    padding:10px 0;
  }

  .seo-geo-hero-visual{
    min-height:330px;
    flex-direction:row;
    gap:12px;
    justify-content:flex-start;
  }

  .visual-card,
  .visual-card.cosmetic,
  .visual-card.technical{
    width:250px;
    min-width:210px;
    min-height:260px;
    transform:none;
  }

  .visual-divider{
    flex:0 0 42px;
    width:42px;
    height:42px;
    align-self:center;
  }

  .seo-geo-phase-badge{
    top: 8px;
    right: -60px;
    width:245px;
    font-size:0.66rem;
     transform:rotate( 30deg);
  }
}








