/* راهنمای سفارش – لندینگ حکاکی اختصاصی */
.og-page {
    padding-bottom: 80px;
    background: #fff;
}

.og-hero {
    width: 100%;
    overflow: hidden;
    background: #1a1512;
}

.og-hero__img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 420px;
    object-fit: cover;
    object-position: center;
}

.og-intro {
    margin: 36px 0 32px;
    text-align: right;
}

.og-intro__title {
    margin: 0 0 14px;
    color: #c1272d;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.7;
}

.og-intro__text {
    margin: 0 0 10px;
    color: #2b2b2b;
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
}

.og-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 22px;
}

.og-card {
    padding: 22px 20px 24px;
    border-radius: 18px;
    color: #222;
}

.og-card--steps {
    background: #98d0a8;
}

.og-card--where {
    background: #90d8f0;
}

.og-card--what {
    background: #f8d0a0;
}

.og-card__title {
    margin: 0 0 14px;
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
}

.og-card__lead,
.og-card__text {
    margin: 0 0 12px;
    font-size: 13.5px;
    line-height: 1.95;
    text-align: right;
}

.og-list {
    margin: 0;
    padding: 0 18px 0 0;
    list-style-type: decimal;
}

.og-list li {
    margin-bottom: 10px;
    font-size: 13.5px;
    line-height: 1.95;
    text-align: right;
}

.og-block {
    margin-bottom: 14px;
}

.og-block__title {
    margin: 0 0 8px;
    font-size: 14.5px;
    font-weight: 700;
    line-height: 1.7;
}

.og-block__subtitle {
    margin: 0 0 6px;
    font-size: 13.5px;
    font-weight: 700;
    line-height: 1.7;
}

.og-bullets {
    margin: 0;
    padding: 0 16px 0 0;
    list-style: disc;
}

.og-bullets li {
    margin-bottom: 12px;
    font-size: 13.5px;
    line-height: 1.95;
    text-align: right;
}

.og-bullets strong {
    display: inline;
    font-weight: 700;
}

.og-bullets span {
    display: inline;
}

.og-notes {
    padding: 24px 22px 28px;
    border-radius: 18px;
    background: #f0a8c8;
}

.og-notes__title {
    margin: 0 0 14px;
    color: #c1272d;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
}

.og-notes__list {
    margin: 0 0 18px;
    padding: 0 18px 0 0;
    list-style-type: decimal;
}

.og-notes__list li {
    margin-bottom: 10px;
    color: #222;
    font-size: 14px;
    line-height: 2;
}

.og-notes__help-title {
    margin: 0 0 8px;
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 700;
}

.og-notes__help-text {
    margin: 0;
    color: #222;
    font-size: 14px;
    line-height: 2;
}

.og-notes__phone {
    color: #c1272d;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.og-notes__phone:hover {
    text-decoration: underline;
}

@media (max-width: 991px) {
    .og-grid {
        grid-template-columns: 1fr;
    }

    .og-intro {
        margin-top: 28px;
    }

    .og-intro__title {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .og-page {
        padding-bottom: 48px;
    }

    .og-hero__img {
        max-height: 260px;
    }

    .og-card,
    .og-notes {
        padding: 18px 16px 20px;
        border-radius: 14px;
    }

    .og-card__title {
        font-size: 16px;
    }

    .og-intro__text,
    .og-card__lead,
    .og-card__text,
    .og-list li,
    .og-bullets li,
    .og-notes__list li,
    .og-notes__help-text {
        font-size: 13px;
    }
}
