.ps-storefront {
    padding-bottom: 48px;
}

.ps-storefront__hero {
    background: #12343b;
    background-position: center;
    background-size: cover;
    color: #fff;
}

.ps-storefront__overlay {
    background: linear-gradient(180deg, rgba(18, 52, 59, 0.78), rgba(18, 52, 59, 0.92));
}

.ps-storefront__shell {
    margin: 0 auto;
    width: min(1120px, calc(100% - 32px));
}

.ps-storefront__hero .ps-storefront__shell {
    align-items: center;
    display: flex;
    gap: 20px;
    padding: 56px 0;
}

.ps-storefront__logo {
    border: 3px solid rgba(255, 255, 255, 0.25);
    border-radius: 24px;
    height: 88px;
    object-fit: cover;
    width: 88px;
}

.ps-storefront__eyebrow,
.ps-plan__eyebrow {
    color: #0d6e74;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.ps-storefront__hero .ps-storefront__eyebrow {
    color: #f6c15f;
}

.ps-storefront__sub {
    opacity: 0.9;
}

.ps-storefront__info-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
    padding: 28px 0;
}

.ps-panel,
.ps-plan,
.ps-contact-card,
.ps-store-grid__card,
.ps-product-card {
    background: #fff;
    border: 1px solid #e0ddd4;
    border-radius: 20px;
    box-shadow: 0 16px 34px rgba(18, 52, 59, 0.05);
}

.ps-panel {
    padding: 22px;
}

.ps-branch-list {
    margin: 0;
    padding-left: 20px;
}

.ps-product-grid,
.ps-store-grid,
.ps-plans {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.ps-product-card,
.ps-store-grid__card {
    color: #12343b;
    padding: 16px;
    text-decoration: none;
}

.ps-product-card img {
    border-radius: 14px;
    height: auto;
    width: 100%;
}

.ps-product-card__placeholder {
    align-items: center;
    background: #eef5f4;
    border-radius: 14px;
    color: #0d6e74;
    display: flex;
    font-weight: 700;
    justify-content: center;
    min-height: 160px;
    text-decoration: none;
}

.ps-product-card__price {
    color: #0d6e74;
    font-weight: 700;
}

.ps-storefront__button,
.ps-plan__cta,
.ps-contact-form button {
    background: #0d6e74;
    border: 0;
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    padding: 11px 16px;
    text-decoration: none;
}

.ps-store-grid__card {
    align-items: center;
    display: flex;
    gap: 14px;
}

.ps-store-grid__card h3,
.ps-store-grid__card p {
    margin: 0;
}

.ps-store-grid__logo {
    border-radius: 16px;
    flex: 0 0 56px;
    height: 56px;
    object-fit: cover;
    width: 56px;
}

.ps-store-grid__logo--fallback {
    align-items: center;
    background: #ef8f00;
    color: #fff;
    display: flex;
    font-weight: 700;
    justify-content: center;
}

.ps-storefront__pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin: 28px auto;
    width: min(1120px, calc(100% - 32px));
}

.ps-storefront__page {
    align-items: center;
    background: #fff;
    border: 1px solid #d9d2c1;
    border-radius: 10px;
    color: #12343b;
    display: inline-flex;
    height: 40px;
    justify-content: center;
    min-width: 40px;
    text-decoration: none;
}

.ps-storefront__page.is-current {
    background: #0d6e74;
    border-color: #0d6e74;
    color: #fff;
}

.ps-plan {
    padding: 24px;
}

.ps-plan--featured {
    border-color: #ef8f00;
    box-shadow: 0 20px 42px rgba(239, 143, 0, 0.14);
}

.ps-plan__price {
    color: #12343b;
    font-size: 2rem;
    font-weight: 700;
    margin: 10px 0;
}

.ps-plan ul {
    margin: 0;
    padding-left: 18px;
}

.ps-plan__cta {
    margin-top: 18px;
}

.ps-plan--featured .ps-plan__cta {
    background: #ef8f00;
    color: #12343b;
}

.ps-contact-card {
    margin: 24px 0;
    padding: 24px;
}

.ps-contact-form {
    display: grid;
    gap: 16px;
}

.ps-contact-form__grid {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr 1fr;
}

.ps-contact-form label {
    color: #12343b;
    display: grid;
    font-weight: 700;
    gap: 6px;
}

.ps-contact-form input,
.ps-contact-form select,
.ps-contact-form textarea {
    background: #fff;
    border: 1px solid #d9d2c1;
    border-radius: 12px;
    box-sizing: border-box;
    color: #12343b;
    font: inherit;
    padding: 12px 14px;
    width: 100%;
}

.ps-contact-form textarea {
    min-height: 150px;
    resize: vertical;
}

.ps-contact-form__privacy {
    color: #5f726c;
    font-size: 0.9rem;
    margin: 0;
}

.ps-contact-form__honeypot {
    height: 1px;
    left: -10000px;
    overflow: hidden;
    position: absolute;
    width: 1px;
}

.ps-contact-notice,
.ps-form-fallback {
    border-left: 4px solid #0d6e74;
    border-radius: 10px;
    margin: 18px 0;
    padding: 14px 16px;
}

.ps-contact-notice--success {
    background: #eaf7ef;
    border-color: #2f6f4f;
}

.ps-contact-notice--error {
    background: #fff2ee;
    border-color: #a43b2b;
}

.ps-form-fallback {
    background: #eef5f4;
}

@media (max-width: 800px) {
    .ps-contact-form__grid,
    .ps-storefront__info-grid {
        grid-template-columns: 1fr;
    }

    .ps-storefront__hero .ps-storefront__shell {
        align-items: flex-start;
        flex-direction: column;
        padding: 40px 0;
    }
}
