/* Cloud VM EPYC landing — 4 sections */
.epyc-landing-section__inner {
    position: relative;
    z-index: 1;
}

/* Section 1 */
.epyc-landing-s1 {
    background: linear-gradient(135deg, #ecfdf5 0%, #f8fafc 50%, #fff 100%);
}

.epyc-mock-card-wrap {
    position: relative;
    margin: 0;
    max-width: 420px;
    width: 100%;
}
.epyc-mock-card-wrap__badge {
    position: absolute;
    top: -0.65rem;
    left: 1rem;
    right: 1rem;
    z-index: 2;
    max-width: calc(100% - 2rem);
    font-size: 0.625rem;
    font-weight: 700;
    line-height: 1.35;
    text-transform: none;
    letter-spacing: 0;
    color: #047857;
    background: #fff;
    border: 1px solid #a7f3d0;
    border-radius: 999px;
    padding: 0.3rem 0.75rem;
    box-shadow: 0 2px 8px rgb(16 185 129 / 10%);
    text-align: center;
}
.epyc-mock-card {
    pointer-events: none;
    user-select: none;
}
.epyc-mock-card .vm-service-card__action {
    cursor: default;
}
.epyc-mock-card__metrics {
    margin-top: 0.5rem;
}

/* Hero fact chips — thông số ngay đầu trang */
.epyc-fact-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
@media (min-width: 1024px) {
    .epyc-fact-chips {
        justify-content: flex-start;
    }
}
.epyc-fact-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #0f172a;
    background: #fff;
    border: 1px solid #d1fae5;
    border-radius: 999px;
    padding: 0.4rem 0.85rem;
    box-shadow: 0 1px 3px rgb(15 23 42 / 5%);
}
.epyc-fact-chip i {
    color: #059669;
    font-size: 0.8rem;
}

/* Hardware proof grid */
.epyc-hw-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
}
@media (min-width: 768px) {
    .epyc-hw-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
.epyc-hw-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    padding: 1.15rem 1.2rem;
    box-shadow: 0 1px 3px rgb(15 23 42 / 5%);
}
.epyc-hw-card--featured {
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.epyc-hw-card--featured .epyc-hw-card__proof {
    margin-top: auto;
}
.epyc-hw-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 0.55rem;
    background: #ecfdf5;
    color: #059669;
    font-size: 1rem;
    margin-bottom: 0.65rem;
}
.epyc-hw-card__title {
    font-size: 1rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 0.35rem;
}
.epyc-hw-card__text {
    font-size: 0.8125rem;
    color: #64748b;
    line-height: 1.5;
    margin: 0;
}
.epyc-hw-card__proof {
    margin: 0;
}
.epyc-hw-card__proof img {
    width: 100%;
    height: auto;
    border-radius: 0.65rem;
    border: 1px solid #e2e8f0;
}
.epyc-hw-card__proof figcaption {
    font-size: 0.75rem;
    color: #64748b;
    margin-top: 0.4rem;
    text-align: center;
}
.epyc-hw-speedproof {
    margin: 0 auto;
    max-width: 640px;
    text-align: center;
}
.epyc-hw-speedproof img {
    width: 100%;
    height: auto;
    border-radius: 0.75rem;
    border: 1px solid #e2e8f0;
}
.epyc-hw-speedproof figcaption {
    font-size: 0.8125rem;
    color: #64748b;
    margin-top: 0.5rem;
}

/* Section 3 — pricing on landing */
.vm-catalog--landing {
    max-width: 100%;
}
.vm-catalog--landing .vm-catalog-table-wrap {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 4px 20px rgb(15 23 42 / 6%);
}

/* Section 4 — panel features */
.epyc-landing-s4 {
    background: linear-gradient(180deg, #fff 0%, #f0fdf4 100%);
}
.epyc-panel-features {
    display: grid;
    gap: 0.75rem;
    list-style: none;
    margin: 0;
    padding: 0;
}
@media (min-width: 640px) {
    .epyc-panel-features {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 1024px) {
    .epyc-panel-features {
        grid-template-columns: repeat(3, 1fr);
    }
}
.epyc-panel-feature {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    padding: 0.9rem 1rem;
}
.epyc-panel-feature__icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 0.5rem;
    background: #ecfdf5;
    color: #059669;
    font-size: 0.85rem;
}
.epyc-panel-feature__title {
    font-size: 0.875rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 0.15rem;
}
.epyc-panel-feature__text {
    font-size: 0.8125rem;
    color: #64748b;
    line-height: 1.4;
    margin: 0;
}

/* Reveal safety — content visible without JS */
.epyc-landing-s1 .section-title,
.epyc-landing-s1 .section-subtitle,
.epyc-landing-s2 .section-title,
.epyc-landing-s2 .section-subtitle,
.epyc-landing-s3 .section-title,
.epyc-landing-s3 .section-subtitle,
.epyc-landing-s4 .section-title,
.epyc-landing-s4 .section-subtitle,
.epyc-mock-card-wrap,
.epyc-fact-chips,
.epyc-hw-grid,
.epyc-panel-features,
.vm-catalog--landing {
    opacity: 1;
    transform: none;
}
