/* Shared purchase area: a full toolkit presentation and a compact commission strip. */
.creation-offer {
    position: relative;
    isolation: isolate;
    padding: 0;
    --offer-lime: #d7f36d;
    --offer-ink: #f8f4e8;
    color: var(--offer-ink);
    border: 1px solid #53673a;
    background: #172211;
    box-shadow: 0 16px 40px #0004;
    scroll-margin-top: 96px;
}
.creation-offer::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 48px;
    right: 1.5%;
    width: min(64%, 1800px);
    height: calc(100% - 80px);
    background: url("../assets/images/ai-tools-package-kit.png") right center / contain no-repeat;
    opacity: .82;
    pointer-events: none;
}
.creation-offer--texture::before {
    top: 44px;
    right: -1%;
    width: min(64%, 1800px);
    height: 72%;
}
.creation-offer--aimod-dev::before {
    right: -1%;
}
.creation-offer--model::before {
    top: 24px;
    right: -1%;
}
.creation-offer *, .creation-offer *::before, .creation-offer *::after { box-sizing: border-box; }
.creation-choice {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 32px;
    border-bottom: 1px solid #d7f36d30;
    background: #10180d;
    font-size: 1rem;
}
.creation-choice > span { color: #d9dfcb; }
.creation-choice__links { display: flex; flex-wrap: wrap; gap: 10px; }
.creation-choice__links a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 10px 18px;
    border: 1px solid #76845e;
    color: #f8f4e8;
    text-decoration: none;
    line-height: 1.4;
}
.creation-choice__links a:first-child { border-color: var(--offer-lime); color: var(--offer-lime); }
.creation-choice__links a:hover { background: #d7f36d18; }
.creation-main { padding: clamp(24px, 3.5vw, 46px); scroll-margin-top: 96px; }
.creation-heading { max-width: 960px; }
.creation-eyebrow {
    display: block;
    margin-bottom: 14px;
    color: var(--offer-lime);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
}
.creation-heading h2 {
    margin: 0;
    color: var(--offer-ink);
    font-family: "MinecraftAE", "Microsoft YaHei", sans-serif;
    font-size: clamp(1.8rem, 3vw, 2.65rem);
    font-weight: 400;
    line-height: 1.35;
    text-wrap: balance;
}
.creation-heading .creation-lead { margin: 18px 0 0; max-width: none; color: #dce1d2; font-size: 1rem; line-height: 1.85; white-space: nowrap; }
.creation-details { margin-top: 30px; }
.creation-features { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.creation-feature { min-width: 0; border: 1px solid #71835755; border-top: 2px solid #708b41; padding: 22px; background: #182512; }
.creation-feature__number { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 32px; background: #d7f36d12; margin-bottom: 16px; color: var(--offer-lime); font: 400 1rem/1.4 "MinecraftAE", sans-serif; }
.creation-feature h3 { margin: 0; color: #f8f4e8; font: 700 1.15rem/1.55 "Microsoft YaHei", sans-serif; text-wrap: pretty; }
.creation-feature p { margin: 14px 0 0; color: #dce1d2; font-size: 1rem; line-height: 1.8; }
.creation-feature .creation-feature__summary { color: #f0f2e7; font-weight: 500; }
.creation-feature .creation-feature__detail { margin-top: 8px; color: #becbb1; }
.creation-purchase { display: flex; align-items: center; gap: 22px; flex-wrap: nowrap; margin-top: 30px; }
.creation-purchase p { margin: 0; color: #c8d2bd; font-size: .9375rem; line-height: 1.7; white-space: nowrap; }
.creation-offer .creation-purchase .mc-action { width: auto; max-width: none; min-height: 48px; flex: 0 0 auto; white-space: nowrap; text-align: center; font-size: 1rem; line-height: 1.5; }
.creation-offer a:focus-visible { outline: 3px solid var(--offer-lime); outline-offset: 5px; }
.creation-service {
    display: grid;
    grid-template-columns: minmax(160px, .7fr) minmax(0, 1.9fr) auto;
    align-items: center;
    gap: 24px;
    padding: 24px 32px;
    background: #11170f;
    border-top: 1px solid #778a534d;
    scroll-margin-top: 96px;
}
.creation-service__heading > span { display: block; color: #bfcaaf; font-size: .875rem; line-height: 1.5; }
.creation-service h3 { margin: 6px 0 0; font-size: 1.35rem; line-height: 1.4; color: #f8f4e8; }
.creation-service > p { margin: 0; color: #dce1d2; font-size: 1rem; line-height: 1.75; }
.creation-service .mc-action--secondary { background: transparent; border: 1px solid #94a280; box-shadow: none; color: #f8f4e8; }
.creation-service .mc-action--secondary:hover { background: #26351c; }
.creation-offer--texture .creation-details { display: grid; gap: 24px; }
.creation-comparison { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: 28px; align-items: center; min-width: 0; padding: 22px; border: 1px solid #718357; background: #0d160c; }
.creation-comparison table { width: 100%; border-collapse: collapse; table-layout: fixed; font-size: .9375rem; line-height: 1.6; }
.creation-comparison caption { color: #f8f4e8; font-weight: 700; font-size: 1.15rem; text-align: left; margin-bottom: 16px; }
.creation-comparison th, .creation-comparison td { padding: 12px 8px; text-align: left; vertical-align: top; border-bottom: 1px solid #71835755; overflow-wrap: anywhere; }
.creation-comparison th { font-weight: 600; }
.creation-comparison th:first-child, .creation-comparison td:first-child { width: 24%; padding-left: 0; }
.creation-comparison th:last-child, .creation-comparison td:last-child { color: var(--offer-lime); }
.creation-comparison .creation-comparison__note { margin: 14px 0 0; color: #c8d2bd; font-size: .875rem; line-height: 1.7; }
.creation-comparison__copy { min-width: 0; }
.creation-preview { margin: 0; min-width: 0; }
.creation-preview img { display: block; width: 100%; height: auto; max-height: 320px; object-fit: contain; }
.creation-preview figcaption { margin-top: 10px; color: #c8d2bd; font-size: .875rem; line-height: 1.6; }
.creation-offer--model .creation-features { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 36px; }
@media (max-width: 1000px) {
    .creation-service { grid-template-columns: minmax(0, 1fr) auto; gap: 14px 24px; }
    .creation-service__heading { grid-column: 1; }
    .creation-service > p { grid-column: 1; }
    .creation-service > a { grid-column: 2; grid-row: 1 / 3; }
    .creation-offer--texture .creation-details { grid-template-columns: 1fr; gap: 24px; }
    .creation-comparison { grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: 24px; }
    .creation-offer::before { right: 1.5%; width: 66%; opacity: .72; }
    .creation-offer--texture::before { top: 60px; right: 0; height: 68%; }
    .creation-offer--aimod-dev::before { right: 0; }
    .creation-offer--model::before { top: 38px; right: 0; }
}
@media (max-width: 700px) {
    .creation-offer::before { top: 92px; right: 4%; width: 92%; height: 260px; opacity: .22; }
    .creation-offer--texture::before { height: 260px; }
    .creation-choice { align-items: flex-start; flex-direction: column; padding: 18px 20px; gap: 10px; }
    .creation-choice__links { width: 100%; }
    .creation-choice__links a { justify-content: center; flex: 1 1 130px; padding: 10px 12px; }
    .creation-main { padding: 26px 20px; }
    .creation-heading h2 { font-size: 1.85rem; }
    .creation-features, .creation-offer--model .creation-features { grid-template-columns: 1fr; gap: 22px; }
    .creation-feature { display: grid; grid-template-columns: 36px minmax(0, 1fr); gap: 12px; padding: 18px 14px; }
    .creation-feature__number { margin: 4px 0 0; }
    .creation-service { grid-template-columns: 1fr; padding: 22px 20px; gap: 14px; }
    .creation-service > a { grid-column: 1; grid-row: auto; justify-self: start; }
    .creation-heading .creation-lead, .creation-purchase p { white-space: normal; }
    .creation-purchase { align-items: flex-start; flex-direction: column; gap: 14px; }
    .creation-comparison { display: block; padding: 16px; }
    .creation-preview { margin-top: 18px; }
}
