.growth-section-head {
    margin: 34px 0 18px;
}
.growth-section-head h3 {
    font-size: 24px;
    font-weight: 800;
    margin: 0;
    color: #111827;
}
.growth-section-head p {
    color: #64748b;
    margin: 4px 0 0;
}
.growth-rec-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
    gap: 16px;
}
.growth-rec-card {
    position: relative;
    display: block;
    text-decoration: none;
    color: #111827;
    background: #fff;
    border: 1px solid #eef2f7;
    border-radius: 18px;
    padding: 12px;
    box-shadow: 0 14px 35px rgba(15,23,42,.07);
    transition: .2s ease;
}
.growth-rec-card:hover {
    transform: translateY(-3px);
    color: #111827;
    box-shadow: 0 20px 50px rgba(15,23,42,.12);
}
.growth-rec-card img {
    width: 100%;
    height: 150px;
    object-fit: contain;
    background: #f8fafc;
    border-radius: 14px;
    margin-bottom: 10px;
}
.growth-rec-card strong {
    display: block;
    min-height: 42px;
    font-size: 14px;
    line-height: 1.35;
}
.growth-rec-price {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #f05a22;
    font-weight: 800;
    margin-top: 8px;
}
.growth-rec-price del {
    color: #94a3b8;
    font-weight: 500;
    font-size: 12px;
}
.growth-rec-badge {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 2;
    padding: 5px 9px;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg,#ff7a35,#ff4b2b);
    font-size: 11px;
    font-weight: 800;
}
.growth-fomo-box {
    display: grid;
    gap: 8px;
    margin: 14px 0;
}
.growth-fomo-item {
    padding: 10px 12px;
    border-radius: 14px;
    background: #fff7ed;
    color: #9a3412;
    border: 1px solid #fed7aa;
    font-weight: 700;
}
.growth-fomo-item i {
    color: #f97316;
    margin-right: 6px;
}
.growth-live-sale {
    position: fixed;
    left: max(18px, env(safe-area-inset-left));
    bottom: max(18px, env(safe-area-inset-bottom));
    z-index: 1083;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 11px;
    width: min(348px, calc(100vw - 36px));
    padding: 14px 40px 14px 14px;
    background: rgba(255,255,255,.98);
    border: 1px solid #e7ebf3;
    border-radius: 18px;
    box-shadow: 0 22px 65px rgba(15,23,42,.20);
    opacity: 0;
    transform: translateY(16px);
    transition: opacity .28s ease, transform .28s ease;
}
.growth-live-sale.show { opacity: 1; transform: translateY(0); }
.growth-live-sale__icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    color: #0f8a63;
    background: #e9faf3;
    font-size: 16px;
}
.growth-live-sale__content { min-width: 0; }
.growth-live-sale__eyebrow {
    display: block;
    margin-bottom: 3px;
    color: #8290a5;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .08em;
}
.growth-live-sale strong { display: block; color: #1b2942; font-size: 13px; line-height: 18px; }
.growth-live-sale p { margin: 3px 0 0; color: #637187; font-size: 12px; line-height: 18px; }
.growth-live-sale p b { color: #34435c; font-weight: 800; }
.growth-live-sale__close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 26px;
    height: 26px;
    border: 0;
    border-radius: 50%;
    background: #f1f4f8;
    color: #6c788b;
    font-size: 18px;
    line-height: 1;
}
.growth-live-sale__close:hover { background: #e6ebf2; color: #26334b; }
.growth-chatbot {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 9998;
}
.growth-chatbot-btn {
    width: 58px;
    height: 58px;
    border: 0;
    border-radius: 50%;
    background: linear-gradient(135deg,#2563eb,#38bdf8);
    color: #fff;
    font-size: 25px;
    box-shadow: 0 18px 45px rgba(37,99,235,.35);
}
.growth-chatbot-panel {
    display: none;
    position: absolute;
    right: 0;
    bottom: 72px;
    width: 300px;
    background: #fff;
    border-radius: 20px;
    padding: 18px;
    box-shadow: 0 24px 70px rgba(15,23,42,.25);
}
.growth-chatbot.open .growth-chatbot-panel {
    display: block;
}
.growth-chatbot-panel strong {
    display: block;
    font-size: 17px;
    margin-bottom: 6px;
}
.growth-chatbot-panel p {
    color: #64748b;
    margin-bottom: 12px;
}
.growth-chatbot-actions {
    display: flex;
    gap: 8px;
}
.growth-chatbot-actions a {
    flex: 1;
    text-align: center;
    text-decoration: none;
    padding: 9px 10px;
    border-radius: 12px;
    background: #eff6ff;
    color: #2563eb;
    font-weight: 800;
}
.growth-wheel-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(15,23,42,.55);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
}
.growth-wheel-card {
    position: relative;
    width: min(440px, 100%);
    background: #fff;
    border-radius: 28px;
    padding: 24px;
    text-align: center;
    box-shadow: 0 35px 90px rgba(15,23,42,.4);
}
.growth-wheel-close {
    position: absolute;
    right: 18px;
    top: 16px;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 50%;
    background: #f1f5f9;
    color: #475569;
    font-size: 22px;
}
.growth-wheel-copy span {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 999px;
    background: #fff7ed;
    color: #f05a22;
    font-weight: 800;
    font-size: 12px;
}
.growth-wheel-copy h3 {
    margin: 10px 0 4px;
    font-size: 26px;
    font-weight: 900;
}
.growth-wheel-copy p {
    color: #64748b;
    margin-bottom: 16px;
}
.growth-wheel-visual {
    position: relative;
    width: 240px;
    height: 240px;
    margin: 0 auto 18px;
}
.growth-wheel-pointer {
    position: absolute;
    left: 50%;
    top: -3px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 30px solid #111827;
    z-index: 2;
}
.growth-wheel-disc {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background:
        conic-gradient(#ffedd5 0 60deg,#fed7aa 60deg 120deg,#fdba74 120deg 180deg,#fb923c 180deg 240deg,#f97316 240deg 300deg,#ea580c 300deg 360deg);
    border: 10px solid #fff;
    box-shadow: inset 0 0 0 2px #f97316, 0 18px 45px rgba(249,115,22,.22);
    position: relative;
    transition: transform 1.6s cubic-bezier(.12,.7,.24,1);
}
.growth-wheel-disc.spinning {
    transform: rotate(1120deg);
}
.growth-wheel-disc span {
    position: absolute;
    width: 86px;
    left: 77px;
    top: 108px;
    transform: rotate(calc((360deg / var(--n)) * var(--i))) translateY(-84px);
    transform-origin: center;
    font-size: 10px;
    font-weight: 900;
    color: #7c2d12;
}
.growth-spin-btn {
    width: 100%;
    border: 0;
    border-radius: 16px;
    padding: 13px 18px;
    background: linear-gradient(135deg,#ff7a35,#ff4b2b);
    color: #fff;
    font-weight: 900;
    font-size: 16px;
    box-shadow: 0 14px 35px rgba(255,75,43,.25);
}
.growth-spin-btn:disabled {
    opacity: .7;
}
.growth-wheel-result {
    margin-top: 14px;
}
.growth-wheel-win {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    color: #166534;
    border-radius: 16px;
    padding: 14px;
}
.growth-coupon-code {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin: 10px 0;
}
.growth-coupon-code span {
    padding: 8px 12px;
    border: 1px dashed #16a34a;
    border-radius: 10px;
    background: #fff;
    font-weight: 900;
    letter-spacing: 1px;
}
.growth-coupon-code button {
    border: 0;
    border-radius: 10px;
    padding: 8px 12px;
    background: #16a34a;
    color: #fff;
    font-weight: 800;
}
@media (max-width: 768px) {
    .growth-rec-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .growth-live-sale {
        left: 12px;
        bottom: max(12px, env(safe-area-inset-bottom));
        width: min(348px, calc(100vw - 24px));
    }
    .growth-chatbot {
        right: 16px;
        bottom: 16px;
    }
}

/* V28 storefront integrations: collection and bundles */
.pc-collection-builder,.pc-bundles-wrap{margin-top:16px;padding:16px;border:1px solid rgba(18,18,18,.12);border-radius:14px;background:#fff;box-shadow:0 8px 20px rgba(0,0,0,.035)}
.pc-widget-heading{display:flex;gap:10px;align-items:flex-start;margin-bottom:12px}.pc-widget-heading>i{margin-top:2px;font-size:18px}.pc-widget-heading strong{display:block;font-size:14px}.pc-widget-heading p{margin:2px 0 0;color:#777;font-size:12px}
.pc-collection-controls{display:flex;gap:8px}.pc-collection-controls input{min-width:0;flex:1;border:1px solid #d9d9d9;border-radius:9px;padding:9px 10px}.pc-collection-controls button{border:0;border-radius:9px;padding:9px 12px;background:#151515;color:#fff;font-weight:700;font-size:13px}
.pc-collection-result{color:#26754a}.pc-collection-result a{color:inherit;font-weight:700}.pc-bundles{display:grid;gap:10px}.pc-bundle-item{border:1px solid #ece7df;border-radius:10px;padding:12px;background:#fcfbf8}.pc-bundle-products{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin:8px 0}.pc-bundle-product{display:inline-flex;color:#181818;text-decoration:none;padding:5px 8px;background:#f1ede6;border-radius:999px;font-size:12px;font-weight:600}.pc-bundle-product:hover{text-decoration:underline}.pc-bundle-plus{color:#8a7c6a;font-weight:700}.pc-bundle-item small{display:block;color:#666}.pc-bundle-view,.pc-bundles-all{display:inline-flex;gap:6px;align-items:center;margin-top:10px;font-weight:700;font-size:13px;color:#1f1f1f;text-decoration:none}.pc-bundle-view:hover,.pc-bundles-all:hover{text-decoration:underline}
@media(max-width:575px){.pc-collection-controls{flex-direction:column}.pc-collection-controls button{width:100%}}
