
.gut{background:#082844;color:#fff}
.gut-layout{display:flex;gap:48px;align-items:center}
.gut-copy{flex:1}
.gut-visual{flex:1;min-height:380px;border-radius:26px;border:1px solid rgba(255,255,255,.1);position:relative;background:radial-gradient(circle at center,rgba(220,167,59,.18),rgba(255,255,255,.02));overflow:hidden}
.gut-ring{position:absolute;border-radius:50%;border:1px solid rgba(220,167,59,.35);animation:pulse 5s ease-in-out infinite}
.gut-ring.one{width:120px;height:120px;left:calc(50% - 60px);top:calc(50% - 60px)}
.gut-ring.two{width:220px;height:220px;left:calc(50% - 110px);top:calc(50% - 110px);animation-delay:-1.5s}
.gut-ring.three{width:320px;height:320px;left:calc(50% - 160px);top:calc(50% - 160px);animation-delay:-3s}
.gut-center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);text-align:center}
.gut-center strong{display:block;font-family:"PT Serif",Georgia,serif;font-size:29px;color:#dca73b}
.gut-center span{font-size:13px;color:rgba(255,255,255,.62)}
@keyframes pulse{50%{transform:scale(1.05);opacity:.52}}
@media(max-width:900px){.gut-layout{flex-direction:column}.gut-visual{width:100%}}
