.telegram-browser-guide {
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.88);
    pointer-events: auto;
}

.telegram-browser-guide.is-hidden {
    display: none;
}

body.telegram-guide-active {
    overflow: hidden;
}

/* Keep guide inside the same 640px column as .o-wrapper */
.tbg-stage {
    position: absolute;
    inset: 0 auto 0 50%;
    width: 100%;
    max-width: 640px;
    transform: translateX(-50%);
}

.tbg-arrow {
    position: absolute;
    z-index: 3;
    height: auto;
    pointer-events: none;
    mix-blend-mode: screen;
}

.tbg-arrow-1 {
    top: 6%;
    left: 72%;
    width: clamp(68px, 16%, 84px);
    transform: rotate(-80deg);
    transform-origin: 35% 55%;
}

.tbg-arrow-2 {
    top: 27%;
    left: 21%;
    width: clamp(68px, 16%, 84px);
    transform: rotate(12deg);
    transform-origin: 10% 20%;
}

.tbg-step {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}

.tbg-circle {
    position: absolute;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: clamp(8px, 2.5%, 12px) clamp(10px, 3.5%, 16px);
    border: 2px dashed #fff;
    border-radius: 50%;
    text-align: center;
}

.tbg-step-1 .tbg-circle {
    top: 10%;
    left: 8%;
    width: clamp(250px, 72%, 300px);
    height: clamp(132px, 38%, 160px);
}

.tbg-step-2 .tbg-circle {
    top: 32%;
    right: 4%;
    left: auto;
    width: clamp(250px, 72%, 300px);
    height: clamp(132px, 38%, 160px);
}

.tbg-step-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 6px;
}

.tbg-step-km,
.tbg-step-en {
    font-size: clamp(20px, 5.5vw, 24px);
    font-weight: 700;
    line-height: 1.15;
    color: #00aeef;
}

.tbg-text-en,
.tbg-text-km {
    margin: 0;
    max-width: min(240px, 68%);
    color: #fff;
    font-size: clamp(11px, 3vw, 13px);
    font-weight: 700;
    line-height: 1.35;
}

.tbg-text-km {
    margin-top: 5px;
    font-family: "Kh-Battambang", "Battambang", sans-serif;
}

.tbg-dots {
    font-size: 15px;
    letter-spacing: 1px;
}

.tbg-tap-hint {
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
    z-index: 4;
    margin: 0;
    color: rgba(255, 255, 255, 0.65);
    font-size: 13px;
    text-align: center;
    pointer-events: none;
}
@media (max-width: 430px) {
   .tbg-arrow-2{
    top: 36%;
   }
   .tbg-step-2 .tbg-circle{
    top: 42%;
   }
   .tbg-circle{
    padding-left: 0;
    padding-right: 0;
   }
}