.package-page-main {
    padding: 34px 0 62px;
    background:
        radial-gradient(circle at 17% 60%, rgba(255, 177, 102, 0.18), transparent 15%),
        radial-gradient(circle at 23% 78%, rgba(255, 206, 156, 0.24), transparent 12%),
        linear-gradient(180deg, #ffffff 0%, #fffaf4 100%);
}

.package-page-main .wrap {
    width: min(1520px, calc(100vw - 20px));
    margin: 0 auto;
}

.package-page-content {
    display: grid;
    gap: 24px;
    min-width: 0;
}

.package-hero-card {
    display: grid;
    grid-template-columns: minmax(520px, 1.02fr) minmax(520px, 0.98fr);
    align-items: start;
    gap: 42px;
    min-height: 520px;
    min-width: 0;
}

.package-hero-copy {
    max-width: 720px;
    padding: 22px 0 10px;
}

.package-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: #fff1e3;
    color: #ff8b27;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.package-hero-copy h1 {
    margin: 18px 0 12px;
    color: #232833;
    font-size: clamp(38px, 4vw, 54px);
    font-weight: 900;
    line-height: 1.18;
    letter-spacing: -0.03em;
}

.package-hero-copy h1 em {
    color: #ff7f15;
    font-style: normal;
}

.package-hero-copy p {
    max-width: 620px;
    margin: 0;
    color: #737b8b;
    font-size: 16px;
    line-height: 1.95;
}

.package-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
    margin: 34px 0 0;
    padding: 0;
    list-style: none;
}

.package-hero-points li {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #565f71;
    font-size: 16px;
    font-weight: 700;
}

.package-hero-points li::before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background:
        radial-gradient(circle at 50% 50%, #ffffff 0 24%, transparent 25%),
        linear-gradient(135deg, #ffc16f 0%, #ff8b27 100%);
}

.package-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 36px;
}

.package-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 176px;
    min-height: 56px;
    padding: 0 28px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.package-btn:hover,
.package-btn:focus-visible {
    transform: translateY(-1px);
}

.package-btn-primary {
    color: #ffffff;
    background: linear-gradient(135deg, #ffa43a 0%, #ff7b16 100%);
    box-shadow: 0 16px 26px rgba(255, 134, 30, 0.18);
}

.package-btn-secondary {
    color: #687487;
    border: 1px solid rgba(231, 236, 243, 0.98);
    background: #ffffff;
}

.package-btn-secondary:hover,
.package-btn-secondary:focus-visible {
    border-color: rgba(255, 139, 39, 0.35);
    color: #ff7d15;
}

.package-hero-visual {
    width: 100%;
}

.package-hero-visual-frame {
    display: grid;
    place-items: center;
    min-height: 520px;
    overflow: visible;
}

.package-hero-visual-copy {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 100%;
    min-height: 520px;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
}

.package-hero-image {
    display: block;
    width: min(100%, 720px);
    max-height: 560px;
    object-fit: contain;
}

.package-section,
.package-bottom-support {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.package-section-head {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 16px;
}

.package-section-index {
    color: #ffad61;
    font-size: 25px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.04em;
}

.package-section-copy h2 {
    margin: 0;
    color: #232832;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.2;
}

.package-section-copy p {
    margin: 4px 0 0;
    color: #98a0af;
    font-size: 12px;
    line-height: 1.75;
}

.package-plan-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.package-plan-card {
    position: relative;
    display: grid;
    align-content: start;
    gap: 10px;
    min-height: 306px;
    padding: 18px 16px 16px;
    border: 1px solid #eee5dc;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: none;
    min-width: 0;
}

.package-plan-card.is-featured {
    border-color: rgba(255, 135, 28, 0.48);
    box-shadow: inset 0 0 0 1px rgba(255, 135, 28, 0.12);
}

.package-plan-card.is-custom {
    background: linear-gradient(180deg, #ffffff 0%, #fff9f2 100%);
}

.package-card-tag {
    justify-self: start;
    min-height: 22px;
    padding: 0 8px;
    border-radius: 8px;
    background: #fff1df;
    color: #ff891f;
    font-size: 10px;
    font-weight: 800;
    line-height: 22px;
}

.package-card-tag.is-ghost {
    background: #f6f8fb;
    color: #8590a4;
}

.package-plan-card h3 {
    margin: 0;
    color: #232933;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.2;
}

.package-plan-caption {
    color: #9099a9;
    font-size: 11px;
    line-height: 1.7;
}

.package-price {
    display: flex;
    align-items: flex-end;
    gap: 4px;
    color: #ff7d16;
    font-weight: 900;
    line-height: 1;
}

.package-price small {
    font-size: 12px;
    font-weight: 800;
    transform: translateY(-3px);
}

.package-price strong {
    font-size: 30px;
    letter-spacing: -0.05em;
}

.package-price span {
    margin-left: 2px;
    color: #9ca4b2;
    font-size: 11px;
    font-weight: 700;
    transform: translateY(-4px);
}

.package-price.is-custom strong {
    color: #ff8b23;
    font-size: 24px;
    letter-spacing: 0;
}

.package-plan-meta {
    display: grid;
    gap: 6px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.package-plan-meta li,
.package-scene-card li {
    position: relative;
    padding-left: 13px;
    color: #666f81;
    font-size: 12px;
    line-height: 1.6;
}

.package-plan-meta li::before,
.package-scene-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 4px;
    height: 4px;
    border-radius: 999px;
    background: #ff9d35;
}

.package-plan-card .package-btn,
.package-scene-card .package-btn,
.package-combo-meta .package-btn {
    min-width: 96px;
    min-height: 34px;
    padding: 0 16px;
    font-size: 12px;
}

.package-scene-stack {
    display: grid;
    gap: 14px;
}

.package-scene-row {
    display: grid;
    grid-template-columns: minmax(220px, 1.15fr) repeat(4, minmax(0, 1fr));
    gap: 12px;
    min-width: 0;
}

.package-scene-banner,
.package-scene-card,
.package-combo-card,
.package-comparison-card,
.package-support-card {
    border: 1px solid #eee5dc;
    border-radius: 14px;
    box-shadow: none;
}

.package-scene-banner {
    display: grid;
    align-content: start;
    gap: 14px;
    padding: 16px;
    background: linear-gradient(180deg, #fbfdff 0%, #f4f8ff 100%);
}

.package-scene-banner.is-purple {
    background: linear-gradient(180deg, #fbf8ff 0%, #f5eeff 100%);
}

.package-scene-visual {
    display: grid;
    place-items: center;
    min-height: 154px;
    padding: 0;
    border: 0;
    background: transparent;
    overflow: hidden;
    text-align: center;
}

.package-scene-visual img {
    display: block;
    width: min(100%, 320px);
    max-height: 162px;
    object-fit: contain;
}

.package-scene-banner h3 {
    margin: 0;
    color: #2b3240;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.25;
}

.package-scene-banner p,
.package-scene-card p,
.package-combo-title p {
    margin: 0;
    color: #788295;
    font-size: 12px;
    line-height: 1.75;
}

.package-scene-card {
    display: grid;
    align-content: start;
    gap: 9px;
    padding: 16px 14px;
    background: linear-gradient(180deg, #ffffff 0%, #fffdfa 100%);
}

.package-scene-card.is-hot {
    border-color: rgba(255, 140, 39, 0.42);
    box-shadow: inset 0 0 0 1px rgba(255, 133, 30, 0.12);
}

.package-scene-card h4 {
    margin: 0;
    color: #2a313f;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.2;
}

.package-scene-card ul {
    display: grid;
    gap: 7px;
    padding: 0;
    margin: 0;
    list-style: none;
}

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

.package-combo-card {
    padding: 16px;
    background: #ffffff;
    min-width: 0;
}

.package-combo-top {
    display: flex;
    align-items: center;
    gap: 8px;
}

.package-combo-icon,
.package-support-icon {
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(255, 155, 49, 0.22);
    background: #ffffff;
}

.package-combo-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
}

.package-combo-icon img {
    display: block;
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.package-combo-title {
    display: grid;
    gap: 4px;
}

.package-combo-title h3 {
    margin: 0;
    color: #2a303c;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.2;
}

.package-combo-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 14px;
}

.package-combo-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: #f8f9fc;
    color: #5f687b;
    font-size: 11px;
    font-weight: 700;
}

.package-combo-chip::before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 5px;
    border: 1px solid rgba(255, 159, 55, 0.35);
    background: linear-gradient(135deg, rgba(255, 188, 118, 0.28) 0%, rgba(255, 139, 38, 0.08) 100%);
}

.package-combo-meta {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 14px;
    margin-top: 18px;
}

.package-combo-price strong {
    color: #ff801a;
    font-size: 30px;
    font-weight: 900;
    line-height: 1;
}

.package-combo-price span {
    margin-left: 5px;
    color: #96a0b1;
    font-size: 11px;
    font-weight: 700;
}

.package-comparison-card {
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #fffdf9 100%);
}

.package-comparison-grid {
    display: grid;
    grid-template-columns: 150px repeat(4, minmax(0, 1fr));
}

.package-comparison-cell {
    padding: 12px 14px;
    border-right: 1px solid rgba(238, 231, 225, 0.96);
    border-bottom: 1px solid rgba(238, 231, 225, 0.96);
    color: #616a7d;
    font-size: 12px;
    line-height: 1.65;
}

.package-comparison-cell:nth-child(5n) {
    border-right: 0;
}

.package-comparison-cell.is-head {
    padding-top: 14px;
    padding-bottom: 14px;
    background: #fff9f2;
    color: #2a313f;
    font-weight: 800;
}

.package-comparison-cell.is-key {
    background: #fffefb;
    color: #2b3340;
    font-weight: 700;
}

.package-comparison-plan {
    position: relative;
    display: grid;
    gap: 6px;
}

.package-comparison-plan strong {
    color: #232933;
    font-size: 16px;
    font-weight: 900;
}

.package-comparison-plan span {
    color: #ff8018;
    font-size: 12px;
    font-weight: 800;
}

.package-comparison-cell.is-recommended {
    background: linear-gradient(180deg, #fff7ee 0%, #fffdf9 100%);
}

.package-comparison-cell.is-recommended .package-comparison-plan::after {
    content: "推荐";
    position: absolute;
    top: -6px;
    right: -4px;
    min-width: 42px;
    height: 22px;
    padding: 0 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ffae49 0%, #ff8018 100%);
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    line-height: 22px;
    text-align: center;
}

.package-process-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
}

.package-process-grid::before {
    content: "";
    position: absolute;
    left: 8%;
    right: 8%;
    top: 28px;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 183, 118, 0.28) 0%, rgba(255, 147, 57, 0.42) 50%, rgba(255, 183, 118, 0.28) 100%);
}

.package-process-step {
    position: relative;
    z-index: 1;
    display: grid;
    justify-items: center;
    gap: 10px;
    padding: 10px 8px 0;
    text-align: center;
}

.package-process-icon {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    border: 1.5px dashed rgba(255, 157, 56, 0.3);
    background: linear-gradient(180deg, #fff7ed 0%, #fffefb 100%);
    color: #ff8f27;
    font-size: 11px;
    font-weight: 800;
}

.package-process-step h3 {
    margin: 0;
    color: #2a313e;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
}

.package-process-step p {
    margin: 0;
    color: #98a1b0;
    font-size: 11px;
    line-height: 1.7;
}

.package-bottom-support {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(300px, 0.9fr);
    gap: 12px;
    align-items: stretch;
    grid-auto-rows: minmax(260px, auto);
    margin-top: 4px;
    min-width: 0;
}

.package-support-card {
    display: flex;
    flex-direction: column;
    min-height: 260px;
    padding: 18px;
    background: #ffffff;
}

.package-support-card h2,
.package-contact-card h2 {
    margin: 0;
    color: #2a313e;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.2;
}

.package-support-card p,
.package-contact-card p {
    margin: 5px 0 0;
    color: #99a2b1;
    font-size: 13px;
    line-height: 1.6;
}

.package-support-grid,
.package-faq-list {
    display: grid;
    flex: 1;
    gap: 8px;
    margin-top: 14px;
}

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

.package-support-item {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
    gap: 4px 10px;
    min-height: 62px;
    padding: 11px 12px;
    border-radius: 14px;
    background: #fbfcfe;
    border: 1px solid rgba(236, 240, 245, 0.96);
}

.package-support-icon {
    grid-row: span 2;
    width: 34px;
    height: 34px;
    border-radius: 12px;
}

.package-support-icon img {
    display: block;
    width: 27px;
    height: 27px;
    object-fit: contain;
}

.package-support-item strong,
.package-faq-item strong {
    color: #2c3442;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
}

.package-support-item span,
.package-faq-item span {
    color: #97a0b0;
    font-size: 12px;
    line-height: 1.42;
}

.package-faq-item {
    min-height: 46px;
    padding: 11px 12px;
    border-radius: 12px;
    background: #fbfcfe;
    border: 1px solid rgba(236, 240, 245, 0.96);
}

.package-faq-item span {
    display: block;
    margin-top: 4px;
}

.package-contact-card {
    display: grid;
    align-content: space-between;
    gap: 12px;
    min-height: 260px;
    padding: 18px 20px;
    border-radius: 16px;
    background:
        radial-gradient(circle at 84% 14%, rgba(255, 201, 143, 0.34), transparent 28%),
        linear-gradient(135deg, #ffa53a 0%, #ff7f16 100%);
    color: #ffffff;
}

.package-contact-card h2,
.package-contact-card p {
    color: #ffffff;
}

.package-contact-card p {
    color: rgba(255, 255, 255, 0.84);
}

.package-contact-list {
    display: grid;
    gap: 8px;
    padding: 0;
    margin: 14px 0 0;
    list-style: none;
}

.package-contact-list li {
    position: relative;
    padding-left: 16px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 12px;
    line-height: 1.55;
}

.package-contact-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.85);
}

.package-contact-visual {
    display: grid;
    justify-items: end;
    align-content: end;
    gap: 8px;
}

.package-contact-portrait {
    display: grid;
    place-items: center;
    overflow: hidden;
    width: 110px;
    height: 128px;
    border-radius: 16px 16px 12px 12px;
    border: 1.5px dashed rgba(255, 255, 255, 0.45);
    background: rgba(255, 255, 255, 0.18);
}

.package-contact-portrait img {
    display: block;
    width: 100px;
    height: 116px;
    object-fit: contain;
}

.package-contact-card .package-btn-secondary {
    color: #ff7d15;
    background: #ffffff;
    border-color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 1360px) {
    .package-page-main .wrap {
        width: min(1320px, calc(100vw - 24px));
    }

    .package-hero-card {
        grid-template-columns: minmax(430px, 1fr) minmax(430px, 0.9fr);
        gap: 28px;
        min-height: 460px;
    }

    .package-hero-copy h1 {
        font-size: clamp(34px, 3.5vw, 48px);
    }

    .package-hero-visual-frame,
    .package-hero-visual-copy {
        min-height: 460px;
    }

    .package-hero-image {
        max-height: 500px;
    }

    .package-btn {
        min-width: 154px;
        min-height: 50px;
        font-size: 16px;
    }
}

@media (max-width: 1180px) {
    .package-hero-card {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .package-hero-visual-frame,
    .package-hero-visual-copy {
        min-height: 320px;
    }

    .package-hero-copy {
        max-width: 760px;
        padding-top: 8px;
    }

    .package-hero-image {
        max-height: 360px;
    }

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

    .package-scene-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .package-scene-banner {
        grid-column: 1 / -1;
    }

    .package-bottom-support {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 920px) {
    .package-page-main {
        padding: 20px 0 54px;
    }

    .package-page-main .wrap {
        width: min(100vw - 16px, 100%);
    }

    .package-page-content {
        gap: 22px;
    }

    .package-hero-card {
        gap: 16px;
    }

    .package-hero-copy h1 {
        font-size: 30px;
    }

    .package-hero-copy p {
        font-size: 14px;
    }

    .package-btn {
        min-width: 136px;
        min-height: 44px;
        font-size: 14px;
    }

    .package-hero-actions {
        gap: 10px;
        margin-top: 22px;
    }

    .package-hero-visual-frame,
    .package-hero-visual-copy {
        min-height: 260px;
    }

    .package-hero-image {
        max-height: 280px;
    }

    .package-plan-grid,
    .package-scene-row,
    .package-combo-grid,
    .package-process-grid,
    .package-support-grid {
        grid-template-columns: 1fr;
    }

    .package-process-grid::before {
        display: none;
    }

    .package-comparison-card {
        overflow-x: auto;
    }

    .package-comparison-grid {
        min-width: 760px;
    }
}

@media (max-width: 640px) {
    .package-page-main {
        padding-top: 18px;
        padding-bottom: 42px;
    }

    .package-page-main .wrap {
        width: min(100vw - 12px, 100%);
    }

    .package-hero-copy {
        padding-top: 0;
    }

    .package-hero-eyebrow {
        min-height: 28px;
        padding: 0 10px;
        font-size: 10px;
    }

    .package-hero-copy h1 {
        margin-top: 12px;
        font-size: 26px;
        line-height: 1.22;
    }

    .package-hero-copy p {
        font-size: 13px;
        line-height: 1.75;
    }

    .package-hero-points {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px 12px;
        margin-top: 18px;
    }

    .package-hero-points li {
        font-size: 13px;
    }

    .package-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .package-btn,
    .package-plan-card .package-btn,
    .package-scene-card .package-btn,
    .package-combo-meta .package-btn {
        width: 100%;
        min-width: 0;
    }

    .package-hero-visual-frame,
    .package-hero-visual-copy {
        min-height: 210px;
    }

    .package-hero-image {
        max-height: 220px;
    }

    .package-section-head {
        margin-bottom: 12px;
    }

    .package-section-copy h2 {
        font-size: 20px;
    }

    .package-plan-card {
        min-height: 0;
    }

    .package-scene-visual {
        min-height: 118px;
    }

    .package-combo-top,
    .package-combo-meta {
        align-items: flex-start;
        flex-direction: column;
    }

    .package-support-card,
    .package-contact-card {
        min-height: 0;
    }
}

@media (max-width: 420px) {
    .package-page-main .wrap {
        width: min(100vw - 10px, 100%);
    }

    .package-hero-copy h1 {
        font-size: 24px;
    }

    .package-hero-points {
        grid-template-columns: 1fr;
    }

    .package-price strong,
    .package-combo-price strong {
        font-size: 26px;
    }

    .package-comparison-grid {
        min-width: 640px;
        grid-template-columns: 118px repeat(4, minmax(118px, 1fr));
    }

    .package-comparison-cell {
        padding: 10px;
        font-size: 11px;
    }
}
