.store-hero {
    position: relative;
    overflow: hidden;
}

.store-hero::after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: min(42vw, 560px);
    height: 70%;
    background: linear-gradient(135deg, #20d6cc22, #a6f20c26 55%, transparent);
    clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
    content: "";
    pointer-events: none;
}

.store-priority {
    border-top: 1px solid #22393f;
}

.store-package-grid,
.store-proof-grid,
.store-build-path,
.store-article-grid {
    display: grid;
    gap: 14px;
}

.store-package-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 24px;
}

.store-package-grid--wide {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.store-package-grid article,
.store-proof-grid article,
.store-build-path article,
.store-article-grid a {
    border: 1px solid #315052;
    background: #0d171b;
}

.store-package-grid article {
    display: flex;
    min-height: 250px;
    flex-direction: column;
    padding: 22px;
}

.store-package-grid span,
.store-build-path span {
    width: fit-content;
    color: #20d6cc;
    font-size: 13px;
    font-weight: 900;
}

.store-package-grid h3,
.store-proof-grid h3,
.store-build-path h3 {
    margin: 18px 0 10px;
    font-size: clamp(21px, 2.4vw, 28px);
    line-height: 1.12;
}

.store-package-grid p,
.store-proof-grid p,
.store-build-path p {
    color: #aebfc3;
    line-height: 1.65;
}

.store-package-grid strong {
    margin-top: auto;
    color: #a6f20c;
    font-size: 20px;
}

.store-package-grid a {
    display: inline-flex;
    width: fit-content;
    min-height: 40px;
    align-items: center;
    margin-top: 18px;
    border: 1px solid #315052;
    background: #10191e;
    color: #dff7f5;
    font-weight: 900;
    padding: 9px 12px;
    text-decoration: none;
}

.store-package-grid a:hover {
    border-color: #a6f20c;
    color: #a6f20c;
}

.store-proof-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 22px;
}

.store-proof-grid article {
    min-height: 170px;
    padding: 20px;
}

.store-build-path {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 22px;
}

.store-build-path article {
    padding: 20px;
}

.store-article-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 22px;
}

.store-article-grid a {
    display: flex;
    min-height: 150px;
    flex-direction: column;
    justify-content: space-between;
    color: #eef8f8;
    padding: 18px;
    text-decoration: none;
}

.store-article-grid strong {
    font-size: 20px;
    line-height: 1.18;
}

.store-article-grid span {
    color: #a6f20c;
    font-weight: 900;
}

.service-intent-card--primary {
    background: linear-gradient(135deg, #123329, #10191e);
    border-color: #a6f20c;
    box-shadow: 0 18px 40px #a6f20c12;
}

.store-quiz-section {
    border-top: 1px solid #22393f;
    border-bottom: 1px solid #22393f;
    background: #071014;
}

.store-quiz {
    display: grid;
    grid-template-columns: minmax(260px, .78fr) minmax(0, 1.22fr);
    gap: 28px;
    align-items: start;
}

.store-quiz__intro,
.store-quiz__form {
    border: 1px solid #315052;
    background: #0d171b;
}

.store-quiz__intro {
    position: sticky;
    top: 112px;
    padding: 28px;
}

.store-quiz__intro h2 {
    margin: 0 0 14px;
    font-size: clamp(28px, 3vw, 44px);
    line-height: 1.05;
}

.store-quiz__intro p {
    color: #aebfc3;
    line-height: 1.7;
}

.store-quiz__note {
    display: grid;
    gap: 6px;
    margin-top: 22px;
    border: 1px solid #294047;
    background: #10191e;
    padding: 16px;
}

.store-quiz__note strong {
    color: #a6f20c;
}

.store-quiz__note span {
    color: #d7e4e7;
    line-height: 1.45;
}

.store-quiz__form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    padding: 24px;
}

.store-quiz__form label {
    display: grid;
    gap: 7px;
    color: #dff7f5;
    font-weight: 800;
}

.store-quiz__form input,
.store-quiz__form select,
.store-quiz__form textarea {
    width: 100%;
    min-height: 46px;
    border: 1px solid #385158;
    background: #071014;
    color: #fff;
    font: inherit;
    font-weight: 500;
    padding: 11px 13px;
}

.store-quiz__form textarea {
    min-height: 130px;
    resize: vertical;
}

.store-quiz__message,
.store-quiz__form button {
    grid-column: 1 / -1;
}

.store-hot-links {
    border-top: 1px solid #22393f;
}

.store-hot-links--compact {
    margin: 28px 0;
    border: 1px solid #315052;
    background: #0b1216;
}

.store-hot-links--compact .container {
    width: 100%;
    max-width: none;
}

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

.store-hot-link-grid a {
    display: grid;
    gap: 9px;
    min-height: 130px;
    border: 1px solid #315052;
    border-top: 3px solid #20d6cc;
    background: #0d171b;
    padding: 18px;
    text-decoration: none;
}

.store-hot-link-grid strong {
    color: #f4fbfb;
    font-size: 20px;
    line-height: 1.15;
}

.store-hot-link-grid span {
    color: #aebfc3;
    line-height: 1.45;
}

.store-hot-link-grid a:hover {
    border-color: #a6f20c;
}

.store-sales-path,
.store-build-brief,
.store-price-focus {
    border-top: 1px solid #22393f;
}

.store-sales-path__grid,
.store-build-brief__grid,
.store-checklist-grid,
.store-price-focus__grid {
    display: grid;
    gap: 14px;
    margin-top: 24px;
}

.store-sales-path__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.store-build-brief__grid,
.store-price-focus__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.store-sales-path__grid article,
.store-build-brief__grid article,
.store-price-focus__grid article {
    min-height: 210px;
    border: 1px solid #315052;
    background: #0d171b;
    padding: 22px;
}

.store-sales-path__grid span,
.store-price-focus__grid span {
    color: #a6f20c;
    font-size: 13px;
    font-weight: 900;
}

.store-sales-path__grid h3,
.store-build-brief__grid h3,
.store-price-focus__grid h3 {
    margin: 14px 0 10px;
    color: #f4fbfb;
    font-size: clamp(21px, 2.2vw, 28px);
    line-height: 1.12;
}

.store-sales-path__grid p,
.store-build-brief__grid p,
.store-price-focus__grid p {
    color: #aebfc3;
    line-height: 1.65;
}

.store-checklist-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.store-checklist-grid span {
    min-height: 74px;
    border: 1px solid #315052;
    border-left: 4px solid #20d6cc;
    background: #0d171b;
    color: #eaf6f6;
    font-weight: 800;
    padding: 16px;
}

.store-money-cta {
    border-top: 1px solid #22393f;
    border-bottom: 1px solid #22393f;
    background: linear-gradient(135deg, #071014, #0c2625);
}

.store-money-cta__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
}

.store-money-cta h2 {
    margin: 0 0 12px;
    font-size: clamp(30px, 4vw, 54px);
    line-height: 1.04;
}

.store-money-cta p {
    max-width: 880px;
    color: #bfd0d4;
    line-height: 1.7;
}

.store-money-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
}

.service-choice-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.module-store-bridge {
    border-top: 1px solid #22393f;
    border-bottom: 1px solid #22393f;
    background: #071014;
}

.module-store-bridge__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
    padding-top: 42px;
    padding-bottom: 42px;
}

.module-store-bridge__inner h2 {
    margin: 0 0 12px;
    font-size: clamp(26px, 3vw, 42px);
    line-height: 1.08;
}

.module-store-bridge__inner p {
    max-width: 860px;
    color: #aebfc3;
    line-height: 1.7;
}

.module-store-bridge__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
}

@media (max-width: 1080px) {
    .store-proof-grid,
    .store-build-path,
    .store-article-grid,
    .store-sales-path__grid,
    .store-checklist-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .store-package-grid,
    .store-package-grid--wide,
    .store-quiz,
    .store-build-brief__grid,
    .store-price-focus__grid,
    .store-money-cta__inner,
    .module-store-bridge__inner {
        grid-template-columns: 1fr;
    }

    .store-money-cta__actions {
        justify-content: flex-start;
    }

    .module-store-bridge__actions {
        justify-content: flex-start;
    }

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

@media (max-width: 620px) {
    .store-proof-grid,
    .store-build-path,
    .store-article-grid,
    .store-sales-path__grid,
    .store-checklist-grid {
        grid-template-columns: 1fr;
    }

    .store-package-grid article,
    .store-proof-grid article,
    .store-build-path article,
    .store-article-grid a,
    .store-sales-path__grid article,
    .store-build-brief__grid article,
    .store-price-focus__grid article {
        min-height: 0;
        padding: 16px;
    }

    .module-store-bridge__inner {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .module-store-bridge__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .module-store-bridge__actions .button,
    .store-money-cta__actions .button {
        width: 100%;
    }

    .service-choice-grid {
        grid-template-columns: 1fr;
    }

    .store-quiz__intro,
    .store-quiz__form,
    .store-hot-link-grid a {
        padding: 16px;
    }

    .store-quiz__intro {
        position: static;
    }

    .store-quiz__form,
    .store-hot-link-grid {
        grid-template-columns: 1fr;
    }
}
