.tc-portrait-guard {
    display: none;
}

@media
    (max-width: 932px)
    and (orientation: landscape)
    and (max-height: 500px) {

    body.tc-portrait-guard-active {
        overflow: hidden !important;
    }

    body.tc-portrait-guard-active .tc-portrait-guard {
        position: fixed !important;
        inset: 0 !important;
        z-index: 99999 !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        padding: 20px !important;
        background:
            linear-gradient(
                135deg,
                rgba(0, 150, 136, 0.97),
                rgba(0, 121, 107, 0.98)
            ) !important;
    }

    .tc-portrait-guard-card {
        width: min(92vw, 430px);
        padding: 24px 22px;

        border-radius: 20px;
        background: #ffffff;
        box-shadow: 0 20px 50px rgba(15, 23, 42, 0.28);

        color: #1f2937;
        text-align: center;
    }

    .tc-portrait-guard-icon {
        display: flex;
        align-items: center;
        justify-content: center;

        width: 58px;
        height: 58px;
        margin: 0 auto 13px;

        border-radius: 16px;
        background: rgba(255, 122, 26, 0.12);
        color: #ff7a1a;

        font-size: 34px;
        font-weight: 800;
        line-height: 1;
    }

    .tc-portrait-guard-card strong {
        display: block;
        margin-bottom: 7px;

        color: #0f766e;
        font-size: 20px;
        line-height: 1.2;
    }

    .tc-portrait-guard-card p {
        margin: 0;

        color: #52606d;
        font-size: 14px;
        line-height: 1.5;
    }
}


/* =====================================================
   TURKISHCHE — PORTRAIT GUARD POLISH
   ===================================================== */

.tc-portrait-guard-logo {
    display: flex;
    align-items: baseline;
    justify-content: center;

    margin-bottom: 18px;

    font-size: 22px;
    font-weight: 850;
    letter-spacing: -0.6px;
    line-height: 1;
}

.tc-portrait-logo-main {
    color: #009688;
}

.tc-portrait-logo-accent {
    color: #ff7a1a;
}

.tc-portrait-phone-icon {
    position: relative;

    width: 78px;
    height: 78px;
    margin: 0 auto 18px;
}

.tc-portrait-phone-shape {
    position: absolute;
    left: 50%;
    top: 50%;

    width: 34px;
    height: 58px;

    border: 4px solid #009688;
    border-radius: 9px;
    background: rgba(0, 150, 136, 0.06);

    transform: translate(-50%, -50%);
}

.tc-portrait-phone-shape::after {
    content: "";

    position: absolute;
    left: 50%;
    bottom: 4px;

    width: 5px;
    height: 5px;

    border-radius: 50%;
    background: #009688;

    transform: translateX(-50%);
}

.tc-portrait-rotate-arrow {
    position: absolute;
    right: 0;
    bottom: -2px;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 32px;
    height: 32px;

    border-radius: 50%;
    background: #ff7a1a;
    color: #ffffff;

    font-size: 21px;
    font-weight: 800;
    line-height: 1;

    box-shadow: 0 5px 14px rgba(255, 122, 26, 0.28);
}

.tc-portrait-guard-card {
    border: 1px solid rgba(255, 255, 255, 0.45);
}

.tc-portrait-guard-card strong {
    font-size: 21px;
}

.tc-portrait-guard-card p {
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
}
