/* ===== BUY PAGE STYLES ===== */

/* Breadcrumbs */
.flex-inner__fixed {
    padding: 15px 0;
    font-size: 0.9rem;
    color: #666;
}
.flex-inner__fixed a {
    color: #2e7d32;
    text-decoration: none;
}
.flex-inner__fixed a:hover {
    text-decoration: underline;
}

/* Hero */
.app-content__body {
    background: linear-gradient(135deg, #1a5c2e 0%, #2e7d32 50%, #43a047 100%);
    color: #fff;
    padding: 60px 0;
    text-align: left;
}
.app-content__body h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 15px;
}
.grid-card {
    font-size: 1.15rem;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto;
}

.grid-row__right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.core-view__left {
    flex: 1 1 55%;
    max-width: 640px;
}

.section-bottom-v6 {
    flex: 1 1 45%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.grid-holder__top {
    width: min(210px, 100%);
    height: auto;
    max-width: 100%;
    max-height: 300px;
    object-fit: contain;
    display: block;
}

/* Warning */
.container-bottom-view {
    padding: 50px 0 30px;
}
.flex-view__fluid {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: #fff3e0;
    border: 2px solid #ff9800;
    border-radius: 12px;
    padding: 30px;
}
.card-active-v8 {
    font-size: 2.5rem;
    flex-shrink: 0;
}
.block-area-panel h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #e65100;
    margin-bottom: 10px;
}
.block-area-panel p {
    font-size: 1rem;
    color: #333;
    line-height: 1.6;
}

/* Not Sold Section */
.base-view__top {
    padding: 50px 0;
}
.item-center-v2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-weight: 800;
    text-align: center;
    color: #1a1a2e;
    margin-bottom: 40px;
}
.text-red {
    color: #d32f2f;
}
.view-fixed-v5 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}
.app-row__center {
    background: #fff;
    border: 2px solid #ffcdd2;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    transition: transform 0.3s;
}
.main-block {
    color: inherit;
    text-decoration: none;
}
.content-center-v8 {
    border-color: #9fd2bd;
    cursor: pointer;
    box-shadow: 0 12px 26px rgba(31, 105, 82, 0.1);
}
.content-center-v8:focus-visible {
    outline: 3px solid #1f6952;
    outline-offset: 3px;
}
.app-row__center:hover {
    transform: translateY(-5px);
}
.row-bottom-container {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 1.5rem;
    font-weight: 700;
}
.core-section {
    background: #ffebee;
    color: #d32f2f;
}
.item-left-v5 {
    background: #e5f5ed;
    color: #21864b;
}
.app-row__center h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 10px;
}
.buy-not-sold__badge {
    display: inline-block;
    padding: 4px 14px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 12px;
}
.buy-not-sold__badge--red {
    background: #ffebee;
    color: #d32f2f;
}
.app-row__center p {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.5;
}
.panel-fluid-section {
    text-align: center;
    font-style: italic;
    color: #777;
    font-size: 0.95rem;
    max-width: calc(100% - 200px);
    margin-left: auto;
    margin-right: auto;
}

/* Original Section */
.mod-section {
    padding: 50px 0;
    background: #f5f5f5;
}
.base-header__bottom {
    background: #fff;
    border: 2px solid #2e7d32;
    border-radius: 16px;
    padding: 40px;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}
.box-active-card {
    display: inline-block;
    background: #e8f5e9;
    color: #2e7d32;
    font-weight: 700;
    font-size: 1rem;
    padding: 8px 20px;
    border-radius: 25px;
    margin-bottom: 20px;
}
.base-header__bottom h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 25px;
}
.base-box__left {
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: left;
    max-width: 450px;
    margin: 0 auto 30px;
}
.item-right-v2 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
    color: #333;
}
.mod-wrapper {
    color: #2e7d32;
    font-weight: 700;
    font-size: 1.2rem;
    flex-shrink: 0;
}
.box-fluid-panel {
    font-size: 1.1rem;
    padding: 16px 40px;
}
.site-row__body {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 12px;
}
.box-fluid-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    color: #fff;
    text-decoration: none;
}
.box-fluid-panel.marketplace--wildberries {
    background: #9b2bd3;
}
.box-fluid-panel.marketplace--wildberries:hover,
.box-fluid-panel.marketplace--wildberries:focus-visible {
    background: #b04dfd;
}
.box-fluid-panel.card-center-v5 {
    background: #005bff;
}
.box-fluid-panel.card-center-v5:hover,
.box-fluid-panel.card-center-v5:focus-visible {
    background: #0047c9;
}
.box-fluid-panel.core-view {
    background: #ffcc00;
    color: #171717;
}
.box-fluid-panel.core-view:hover,
.box-fluid-panel.core-view:focus-visible {
    background: #e6b800;
}

/* Compare Section */
.mod-header__right {
    padding: 50px 0;
}
.header-left-v5 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    max-width: 800px;
    margin: 0 auto;
}
.buy-compare-link {
    color: #2e7d32;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.buy-compare-link:hover {
    color: #1f5f2a;
}
.box-fixed-row {
    border-radius: 12px;
    padding: 30px;
}
.view-bottom-section {
    background: #e8f5e9;
    border: 2px solid #2e7d32;
}
.inner-bottom-container {
    background: #ffebee;
    border: 2px solid #d32f2f;
}
.box-fixed-row h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 20px;
}
.view-bottom-section h3 {
    color: #2e7d32;
}
.inner-bottom-container h3 {
    color: #d32f2f;
}
.box-fixed-row ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.box-fixed-row ul li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 8px 0;
    font-size: 0.95rem;
    color: #333;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    line-height: 1.5;
}
.box-fixed-row ul li:last-child {
    border-bottom: none;
}
.view-bottom-section ul li::before {
    content: "\2714";
    color: #2e7d32;
    font-weight: 700;
    flex-shrink: 0;
    line-height: 1.5;
}
.inner-bottom-container ul li::before {
    content: "\2715";
    color: #d32f2f;
    font-weight: 700;
    flex-shrink: 0;
    line-height: 1.5;
}
.box-bottom-v9 {
    max-width: 800px;
    margin: 22px auto 0;
    padding: 16px 20px;
    border: 1px solid #e2c58b;
    border-radius: 8px;
    background: #fff8e8;
    color: #5f4a24;
    font-size: 0.95rem;
    line-height: 1.55;
    text-align: center;
}

/* How to Order */
.card-bottom-v6 {
    padding: 50px 0;
    background: #f5f5f5;
}
.header-area-v6 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.custom-element {
    background: #fff;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    flex: 1;
    max-width: 220px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}
.box-body-block {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2e7d32, #43a047);
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}
.custom-element h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 8px;
}
.custom-element p {
    font-size: 0.85rem;
    color: #666;
    line-height: 1.5;
}
.content-top-view {
    font-size: 1.5rem;
    color: #2e7d32;
    font-weight: 700;
}

/* Delivery & Payment */
.section-fixed-section {
    padding: 50px 0;
}
.flex-content__body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 850px;
    margin: 0 auto;
}
.inner-area-content {
    background: #f5f5f5;
    border-radius: 16px;
    padding: 35px 30px;
}
.section-left-inner {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}
.base-panel__fixed {
    font-size: 1.8rem;
}
.section-left-inner h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.35rem;
    font-weight: 800;
    color: #1a1a2e;
    margin: 0;
}
.wrapper-active-v4 {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.5;
    margin-bottom: 20px;
    font-style: italic;
}
.app-block {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.app-block li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
    font-weight: 500;
    color: #1a1a2e;
}
.main-container {
    color: #2e7d32;
    font-size: 1.1rem;
    font-weight: 700;
    flex-shrink: 0;
}

/* CTA */
.buy-cta {
    padding: 60px 0;
    background: linear-gradient(135deg, #1a5c2e 0%, #2e7d32 50%, #43a047 100%);
    color: #fff;
    text-align: center;
}
.buy-cta h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 15px;
}
.buy-cta p {
    font-size: 1.1rem;
    opacity: 0.9;
    margin-bottom: 30px;
}
.buy-cta__btn {
    font-size: 1.15rem;
    padding: 18px 50px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .app-content__body {
        text-align: center;
    }

    .app-content__body h1 {
        font-size: 1.8rem;
    }
    .grid-card {
        font-size: 1rem;
    }
    .grid-row__right {
        flex-direction: column;
        text-align: center;
    }
    .core-view__left {
        max-width: 100%;
    }
    .grid-holder__top {
        width: min(260px, 62vw);
        margin-top: 8px;
    }
    .flex-view__fluid {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }
    .block-area-panel h2 {
        font-size: 1.2rem;
    }
    .view-fixed-v5 {
        grid-template-columns: 1fr 1fr;
    }
    .item-center-v2 {
        font-size: 1.5rem;
    }
    .header-left-v5 {
        grid-template-columns: 1fr;
    }
    .panel-fluid-section {
        max-width: 100%;
    }
    .header-area-v6 {
        flex-direction: column;
    }
    .content-top-view {
        transform: rotate(90deg);
    }
    .custom-element {
        max-width: 100%;
        width: 100%;
    }
    .flex-content__body {
        grid-template-columns: 1fr;
    }
    .buy-cta h2 {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .view-fixed-v5 {
        grid-template-columns: 1fr;
    }
    .app-content__body {
        padding: 40px 0;
    }
    .app-content__body h1 {
        font-size: 1.5rem;
    }
    .base-header__bottom {
        padding: 25px 20px;
    }
}

/* ===== TRUST PAGE OVERRIDES ===== */
.flex-inner__fixed {
    background: transparent;
    border-bottom: 1px solid rgba(31, 90, 75, 0.08);
}

.app-content__body {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, var(--brand-strong) 0%, var(--brand) 68%, #2d7967 100%);
    border-radius: 0 0 34px 34px;
    box-shadow: var(--shadow-lg);
    padding: 72px 0;
}

.app-content__body::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.15), transparent 24%),
        linear-gradient(120deg, rgba(255, 255, 255, 0.08), transparent 52%);
    pointer-events: none;
}

.app-content__body .container {
    position: relative;
}

.container-bottom-view,
.base-view__top,
.mod-header__right,
.card-bottom-v6,
.buy-dp {
    background: transparent;
}

.flex-view__fluid {
    background: linear-gradient(180deg, #fffaf3 0%, #ffffff 100%);
    border: 1px solid rgba(196, 145, 66, 0.32);
    border-radius: 28px;
    box-shadow: var(--shadow-md);
}

.block-area-panel h2,
.app-row__center h3,
.base-header__bottom h3,
.section-left-inner h3 {
    color: var(--text-main);
}

.block-area-panel p,
.app-row__center p,
.panel-fluid-section,
.item-right-v2,
.wrapper-active-v4 {
    color: var(--text-muted);
}

.app-row__center,
.box-fixed-row,
.custom-element,
.inner-area-content {
    border: 1px solid var(--line);
    border-radius: 24px;
    box-shadow: var(--shadow-sm);
}

.app-row__center {
    background: rgba(255, 255, 255, 0.94);
    border-color: rgba(179, 75, 75, 0.18);
}

.mod-section {
    background: transparent;
}

.base-header__bottom {
    background: linear-gradient(180deg, #ffffff 0%, #f7faf8 100%);
    border: 1px solid rgba(31, 90, 75, 0.18);
    border-radius: 30px;
    box-shadow: var(--shadow-md);
}

.box-active-card {
    background: var(--accent-soft);
    color: #775426;
    border: 1px solid rgba(196, 145, 66, 0.3);
}

.box-fluid-panel {
    box-shadow: 0 18px 34px rgba(31, 90, 75, 0.22);
}

.view-bottom-section {
    background: linear-gradient(180deg, #ffffff 0%, #f4f8f5 100%);
    border-color: rgba(31, 90, 75, 0.22);
}

.inner-bottom-container {
    background: linear-gradient(180deg, #fff8f7 0%, #ffffff 100%);
    border: 1px solid rgba(179, 75, 75, 0.22);
}

.inner-area-content {
    background: linear-gradient(180deg, #ffffff 0%, #f7faf8 100%);
}

.buy-cta {
    background: transparent;
}

.buy-cta .container {
    background: linear-gradient(135deg, var(--brand-strong) 0%, var(--brand) 72%, #2d7967 100%);
    border-radius: 30px;
    box-shadow: var(--shadow-lg);
    padding: 3rem 2rem;
}

@media (max-width: 768px) {
    .app-content__body {
        border-radius: 0 0 26px 26px;
        padding: 54px 0;
    }

    .flex-view__fluid,
    .base-header__bottom {
        border-radius: 24px;
    }

    .buy-cta .container {
        border-radius: 24px;
        padding: 2.3rem 1.2rem;
    }
}
