.op-landing {
    background: #f8f5f0;
    color: #2b2420;
    font-family: Georgia, 'Times New Roman', serif;
    padding: 48px 16px;
}

.op-landing .btn,
.op-landing .form-control,
.op-landing input,
.op-landing select,
.op-landing textarea,
.op-landing label {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.op-container {
    margin: 0 auto;
    max-width: 1140px;
}

.op-overline {
    color: #a9793a;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.op-title {
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1.2;
    margin-bottom: 24px;
}

.op-cta {
    margin: 24px 0;
}

.op-btn-cta {
    background: #2b2420;
    border: 1px solid #2b2420;
    border-radius: 2px;
    color: #f8f5f0;
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    padding: 14px 36px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .15s ease-in-out, color .15s ease-in-out, transform .15s ease-in-out, box-shadow .15s ease-in-out;
}

.op-btn-cta:hover,
.op-btn-cta:focus-visible {
    background: #a9793a;
    border-color: #a9793a;
    box-shadow: 0 6px 16px rgba(43, 36, 32, .25);
    color: #fff;
    transform: translateY(-2px);
}

.op-main-image {
    background: #fff;
    border: 1px solid #e5ddd0;
    border-radius: 4px;
    overflow: hidden;
    padding: 16px;
}

.op-main-image img {
    width: 100%;
}

.op-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 16px;
}

.op-gallery-item {
    width: calc(25% - 9px);
}

.op-gallery-thumb {
    background: #fff;
    border: 1px solid #e5ddd0;
    border-radius: 4px;
    cursor: pointer;
    display: block;
    transition: border-color .15s ease-in-out, transform .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%;
}

.op-gallery-thumb:hover,
.op-gallery-thumb.active {
    border-color: #a9793a;
    box-shadow: 0 4px 10px rgba(43, 36, 32, .15);
    transform: translateY(-2px);
}

.op-info {
    background: #fff;
    border: 1px solid #e5ddd0;
    border-radius: 4px;
    padding: 32px;
}

.op-price {
    border-bottom: 1px solid #e5ddd0;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.op-price-label {
    color: #8a7f70;
    display: block;
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.op-price-value {
    color: #a9793a;
    font-size: 2.2rem;
}

.op-description {
    line-height: 1.7;
}

.op-benefits {
    border-top: 1px solid #e5ddd0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 8px;
    padding-top: 24px;
}

.op-benefit {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 0.85rem;
    text-align: center;
}

.op-benefit i {
    background: #f8f5f0;
    border: 1px solid #e5ddd0;
    border-radius: 50%;
    color: #a9793a;
    font-size: 1.3rem;
    height: 52px;
    line-height: 50px;
    margin-bottom: 10px;
    width: 52px;
}

.op-order {
    background: #fff;
    border: 1px solid #e5ddd0;
    border-radius: 4px;
    margin-top: 48px;
    padding: 32px;
}

.op-order-title {
    font-weight: 400;
    margin-bottom: 24px;
}

.op-order .form-control {
    border: 1px solid #d8cfc0;
    border-radius: 2px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.op-order .form-control:focus {
    border-color: #a9793a;
    box-shadow: 0 0 0 0.2rem rgba(169, 121, 58, .15);
}

.op-order .control-label {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.op-order .packeta-selector-open {
    background: transparent;
    border-color: #c9bfb0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 0.875rem;
    padding: 5px 14px;
}

.op-order .packeta-selector-open:hover,
.op-order .packeta-selector-open:focus-visible {
    background: #f0ece6;
    border-color: #a9793a;
    color: #2b2420;
}

.op-order .btn-primary {
    background: #2b2420;
    border-color: #2b2420;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    letter-spacing: 0.05em;
    padding: 10px 28px;
    text-transform: uppercase;
    transition: background-color .15s ease-in-out, transform .15s ease-in-out, box-shadow .15s ease-in-out;
}

.op-order .btn-primary:hover,
.op-order .btn-primary:focus-visible {
    background: #a9793a;
    border-color: #a9793a;
    box-shadow: 0 6px 16px rgba(43, 36, 32, .25);
    transform: translateY(-2px);
}

.op-personalization-badge {
    align-items: flex-start;
    background: #f8f5f0;
    border: 1px solid #e5ddd0;
    border-left: 3px solid #a9793a;
    border-radius: 4px;
    display: flex;
    gap: 12px;
    margin: 20px 0;
    padding: 16px 20px;
}

.op-personalization-badge i {
    color: #a9793a;
    font-size: 1.3rem;
    line-height: 1.4;
}

.op-monogram-pricing {
    background: #f8f5f0;
    border: 1px solid #e5ddd0;
    border-radius: 4px;
    margin-top: 20px;
    padding: 16px 20px;
}

.op-monogram-pricing-title {
    font-weight: 600;
    margin-bottom: 8px;
}

.op-monogram-pricing ul {
    margin-bottom: 12px;
    padding-left: 20px;
}

.op-monogram-note {
    color: #8a7f70;
    font-size: 0.875rem;
    margin-bottom: 0;
}

.op-order-summary {
    background: #fff;
    border: 1px solid #e5ddd0;
    border-radius: 4px;
    margin-top: 20px;
    padding: 16px 20px;
}

.op-summary-row {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
}

.op-summary-total {
    border-top: 1px solid #e5ddd0;
    margin-top: 6px;
    padding-top: 12px;
}

.op-terms {
    color: #8a7f70;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 0.85rem;
    margin-top: 16px;
}

.op-footer {
    color: #8a7f70;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 0.85rem;
    margin-top: 48px;
}

@media (max-width: 991px) {
    .op-title {
        font-size: 1.9rem;
    }

    .op-info {
        margin-top: 32px;
    }
}
