/* ── Shopify Plus Page ── */

/* Hero */
.sph {
    background: linear-gradient(160deg, #0a0a0a 0%, #1a0510 50%, #1a0008 100%);
    padding: 88px 64px;
    position: relative;
    overflow: hidden;
}

.sph::before {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(232, 23, 93, 0.18) 0%, transparent 70%);
    top: -100px;
    right: -100px;
}

.sphi {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 52px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.sph h1 {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -1.5px;
    color: var(--wh);
    margin-bottom: 16px;
}

.sph h1 span {
    color: var(--ye);
}

.sph .sp {
    font-size: 16px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.7;
    margin-bottom: 26px;
}

/* Stat badge */
.spbst {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: rgba(255, 214, 0, 0.12);
    border: 1px solid rgba(255, 214, 0, 0.3);
    border-radius: 11px;
    padding: 11px 16px;
    margin-bottom: 24px;
}

.spbn {
    font-size: 28px;
    font-weight: 900;
    color: var(--ye);
    line-height: 1;
}

.spbt {
    font-size: 12px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.4;
}

.sph-ctas {
    display: flex;
    gap: 11px;
    flex-wrap: wrap;
}

/* Checkout preview widget */
.cpv {
    background: var(--wh);
    border-radius: 18px;
    padding: 22px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

.cpv-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--tm);
    margin-bottom: 13px;
}

.cps {
    display: flex;
    gap: 9px;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid var(--bl);
}

.cps:last-of-type {
    border-bottom: none;
}

.cpi {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    flex-shrink: 0;
}

.cpi.dn {
    background: #DCFCE7;
    color: #16A34A;
}

.cpi.ac {
    background: var(--cr);
    color: var(--wh);
}

.cpi.pe {
    background: var(--bl);
    color: var(--tm);
}

.cps h5 {
    font-size: 12px;
    font-weight: 800;
    color: var(--t1);
    margin-bottom: 1px;
}

.cps p {
    font-size: 10px;
    font-weight: 600;
    color: var(--tm);
}

/* Date picker inside checkout preview */
.cpdt {
    background: var(--yet);
    border: 1px solid var(--ye);
    border-radius: 10px;
    padding: 12px;
    margin-top: 12px;
}

.cpdt-title {
    font-size: 11px;
    font-weight: 700;
    color: var(--ch);
    margin-bottom: 3px;
}

.cpdt-month {
    font-size: 10px;
    font-weight: 600;
    color: rgba(17, 17, 17, 0.6);
    margin-bottom: 8px;
}

.cpdr {
    display: flex;
    gap: 5px;
    margin-top: 7px;
}

.cpd2 {
    width: 34px;
    height: 34px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
}

.cpd2.av {
    background: var(--wh);
    color: var(--t1);
    border: 1px solid var(--bl);
}

.cpd2.sel {
    background: var(--cr);
    color: var(--wh);
}

.cpd2.full {
    background: var(--of);
    color: var(--bm);
}

/* Why Plus cards */
.wp-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.wp-card-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: var(--crt);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 13px;
}

.wp-card-badge {
    background: var(--yet);
    color: var(--ch);
    font-size: 10px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 9999px;
    margin-bottom: 8px;
    display: inline-block;
}

.wp-card h3 {
    font-size: 17px;
    font-weight: 800;
    color: var(--t1);
    margin-bottom: 7px;
}

.wp-card p {
    font-size: 13px;
    font-weight: 600;
    color: var(--t2);
    line-height: 1.6;
}

/* Enterprise features grid */
.ef-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.ef-card {
    background: var(--wh);
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
}

.ef-card-accent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--cr);
}

.ef-card-label {
    font-size: 10px;
    font-weight: 800;
    color: var(--cr);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}

.ef-card-badge {
    background: var(--yet);
    color: var(--ch);
    font-size: 10px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 9999px;
    margin-bottom: 9px;
    display: inline-block;
}

.ef-card h3 {
    font-size: 16px;
    font-weight: 800;
    color: var(--t1);
    margin-bottom: 6px;
}

.ef-card p {
    font-size: 12px;
    font-weight: 600;
    color: var(--t2);
    line-height: 1.6;
}

/* ── SHOPIFY PLUS RESPONSIVE ── */
@media (max-width: 1024px) {
    .ef-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .sph { padding: 48px 20px; }
    .sphi { grid-template-columns: 1fr; gap: 28px; }
    .sph h1 { font-size: 32px; }
    .wp-cards { grid-template-columns: 1fr; }
    .ef-grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
    .sph h1 { font-size: 26px; }
}
