
.contentPage {
    min-height: 760px;
    padding: 30px 0 88px;
    background:
        radial-gradient(circle at 84% 0%, rgb(232 243 228 / 66%), transparent 440px),
        linear-gradient(180deg, #fbfcfa 0%, #fff 520px);
}

.contentBreadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #707770;
    font-size: 13px;
}

.contentBreadcrumb a {
    color: var(--green);
    font-weight: 800;
}

.contentHero {
    margin-top: 28px;
    padding: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    border: 1px solid #dbe4d8;
    border-radius: 17px;
    background: linear-gradient(135deg, #f4faf2 0%, #fff 75%);
    box-shadow: 0 11px 34px rgb(0 0 0 / 5%);
}

.contentHeroCopy {
    max-width: 780px;
}

.contentHero h1 {
    margin-top: 6px;
    color: #151915;
    font-size: clamp(37px, 5vw, 54px);
    line-height: 1.06;
    letter-spacing: -1.3px;
}

.contentHeroCopy > p:last-child {
    max-width: 700px;
    margin-top: 11px;
    color: #596159;
    font-size: 16px;
    line-height: 1.65;
}

.contentHeroAside {
    width: min(330px, 100%);
    padding: 17px;
    border: 1px solid #d7e2d4;
    border-radius: 12px;
    background: #fff;
}

.contentHeroAside strong {
    display: block;
    color: #1f251f;
    font-size: 14px;
}

.contentHeroAside p {
    margin-top: 5px;
    color: #626962;
    font-size: 12px;
    line-height: 1.5;
}

.contentLayout {
    margin-top: 25px;
    display: grid;
    grid-template-columns: 245px minmax(0, 1fr);
    gap: 25px;
    align-items: start;
}

.contentToc {
    position: sticky;
    top: 20px;
    padding: 19px;
    border: 1px solid #dfe5dc;
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 7px 24px rgb(0 0 0 / 4%);
}

.contentToc strong {
    color: #202520;
    font-size: 13px;
}

.contentToc nav {
    margin-top: 10px;
    display: grid;
    gap: 3px;
}

.contentToc a {
    padding: 8px 9px;
    border-radius: 7px;
    color: #5b635b;
    font-size: 12px;
    font-weight: 700;
}

.contentToc a:hover {
    background: #f1f6ef;
    color: var(--green-darker);
}

.contentMain {
    min-width: 0;
    display: grid;
    gap: 18px;
}

.contentCard {
    min-width: 0;
    padding: 25px;
    scroll-margin-top: 22px;
    border: 1px solid #dfe5dc;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 7px 25px rgb(0 0 0 / 4%);
}

.contentCard h2 {
    color: #192019;
    font-size: 25px;
}

.contentCard h3 {
    margin-top: 20px;
    color: #273027;
    font-size: 17px;
}

.contentCard p,
.contentCard li,
.contentCard dd {
    color: #545d54;
    font-size: 13px;
    line-height: 1.72;
}

.contentCard p {
    margin-top: 10px;
}

.contentCard ul,
.contentCard ol {
    margin-top: 10px;
    padding-left: 21px;
}

.contentCard li + li {
    margin-top: 6px;
}

.contentCard a {
    color: var(--green);
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.contentCard dl {
    margin-top: 13px;
}

.contentCard dl > div {
    padding: 11px 0;
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 18px;
}

.contentCard dl > div + div {
    border-top: 1px solid #e6eae4;
}

.contentCard dt {
    color: #2c342c;
    font-size: 12px;
    font-weight: 900;
}

.contentNotice {
    padding: 15px 16px;
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 11px;
    align-items: start;
    border: 1px solid #d5e1d2;
    border-radius: 10px;
    background: #f6faf5;
}

.contentNotice + .contentNotice {
    margin-top: 12px;
}

.contentNotice > span {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e7f2e4;
    color: var(--green);
    font-weight: 900;
}

.contentNotice strong {
    display: block;
    color: #202620;
    font-size: 13px;
}

.contentNotice p {
    margin-top: 3px;
    font-size: 12px;
}

.contentLaunchRequirement {
    margin-top: 14px;
    padding: 15px 16px;
    border: 1px solid #e4bd8b;
    border-left: 5px solid var(--orange);
    border-radius: 9px;
    background: #fff8ef;
}

.contentLaunchRequirement strong {
    display: block;
    color: #713b12;
    font-size: 13px;
}

.contentLaunchRequirement p {
    margin-top: 5px;
    color: #714a2d;
    font-size: 12px;
}

.deliverySummaryGrid {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
}

.deliverySummaryCard {
    padding: 20px;
    border: 1px solid #dce5d9;
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 6px 22px rgb(0 0 0 / 4%);
}

.deliverySummaryCard span {
    color: var(--green);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.deliverySummaryCard strong {
    margin-top: 7px;
    display: block;
    color: #1d231d;
    font-size: 21px;
}

.deliverySummaryCard p {
    margin-top: 8px;
    color: #5d655d;
    font-size: 12px;
    line-height: 1.55;
}

.deliveryNoService {
    margin-top: 15px;
    padding: 16px 19px;
    border: 1px solid #edc9ac;
    border-radius: 11px;
    background: #fff8f2;
    color: #6f3c1b;
    text-align: center;
}

.deliveryNoService strong {
    font-size: 14px;
}

.deliveryRulesGrid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 13px;
}

.deliveryRule {
    padding: 17px;
    border-radius: 11px;
    background: #f6f9f5;
}

.deliveryRule span {
    color: #737a73;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .45px;
}

.deliveryRule strong {
    margin-top: 4px;
    display: block;
    color: #202520;
    font-size: 18px;
}

.deliverySteps {
    counter-reset: delivery-step;
    margin-top: 15px;
    display: grid;
    gap: 13px;
}

.deliveryStep {
    position: relative;
    padding: 16px 16px 16px 61px;
    border-radius: 11px;
    background: #f7f9f6;
}

.deliveryStep::before {
    counter-increment: delivery-step;
    content: counter(delivery-step);
    position: absolute;
    top: 15px;
    left: 15px;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--green);
    color: #fff;
    font-size: 13px;
    font-weight: 900;
}

.deliveryStep strong {
    color: #242a24;
    font-size: 13px;
}

.deliveryStep p {
    margin-top: 3px;
    font-size: 12px;
}

.policyTableWrap {
    margin-top: 15px;
    overflow-x: auto;
    border: 1px solid #dfe5dc;
    border-radius: 10px;
}

.policyTable {
    width: 100%;
    min-width: 650px;
    border-collapse: collapse;
}

.policyTable th,
.policyTable td {
    padding: 12px 13px;
    border-bottom: 1px solid #e3e8e1;
    color: #525b52;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
    vertical-align: top;
}

.policyTable th {
    background: #f4f7f3;
    color: #293129;
    font-weight: 900;
}

.policyTable tr:last-child td {
    border-bottom: 0;
}

.cookieSettingsOpen {
    margin-top: 16px;
}

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

    .contentToc {
        position: static;
    }

    .contentToc nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .deliverySummaryGrid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .contentPage {
        padding-top: 22px;
        padding-bottom: 62px;
    }

    .contentHero {
        margin-top: 22px;
        padding: 25px 19px;
        align-items: stretch;
        flex-direction: column;
    }

    .contentHero h1 {
        font-size: 39px;
    }

    .contentHeroCopy > p:last-child {
        font-size: 14px;
    }

    .contentHeroAside {
        width: 100%;
    }

    .contentToc nav {
        grid-template-columns: 1fr;
    }

    .contentCard {
        padding: 21px 17px;
    }

    .contentCard dl > div {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .deliverySummaryGrid,
    .deliveryRulesGrid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 520px) {
    .contentPage .innerContainer {
        padding-right: 11px;
        padding-left: 11px;
    }

    .contentHero h1 {
        font-size: 35px;
    }
}
