/* Commerce home — distinct digital (theme8) vs services (theme9) storefronts */

/* ─── Base store shells ─── */
.commerce-digital-store {
    background:
        linear-gradient(180deg, #f8fafc 0%, #eef2ff 42%, #f8fafc 100%);
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
}

.commerce-services-store {
    background:
        linear-gradient(180deg, #fafaf9 0%, #f0fdfa 38%, #fff7ed 100%);
    font-family: 'DM Sans', system-ui, -apple-system, sans-serif;
}

.commerce-services-store .commerce-hero__title,
.commerce-services-store .commerce-steps__title,
.commerce-services-store .services-showcase__title,
.commerce-services-store .services-catalog-sections__title,
.commerce-services-store .home-showcase__heading {
    font-family: 'Fraunces', Georgia, 'Times New Roman', serif;
}

/* ─── Split hero layout ─── */
.commerce-hero--split {
    margin: 0 0 1.25rem;
    padding: 0 1rem;
}

.commerce-hero__split {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
    gap: 0;
    overflow: hidden;
    border-radius: 24px;
    min-height: 420px;
    background: linear-gradient(135deg, #312e81 0%, #4c1d95 45%, #6d28d9 100%);
    box-shadow: 0 24px 60px rgba(49, 46, 129, 0.22);
}

.commerce-hero--services .commerce-hero__split {
    background: linear-gradient(135deg, #134e4a 0%, #0f766e 48%, #14b8a6 100%);
    box-shadow: 0 24px 60px rgba(15, 118, 110, 0.2);
}

.commerce-hero__split.has-image {
    background-image: var(--hero-banner);
    background-size: cover;
    background-position: center;
}

.commerce-hero__split.has-image::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.72), rgba(15, 23, 42, 0.45));
    pointer-events: none;
}

.commerce-hero--split .commerce-hero__content,
.commerce-hero--split .commerce-hero__visual {
    position: relative;
    z-index: 1;
}

.commerce-hero__split {
    position: relative;
}

.commerce-hero--split .commerce-hero__content {
    padding: 2.5rem 2rem;
    max-width: none;
    align-self: center;
}

.commerce-hero--services .commerce-hero__cta--primary {
    background: #fff7ed;
    color: #9a3412;
}

.commerce-hero--digital .commerce-hero__cta--primary {
    background: #fff;
    color: #4c1d95;
}

/* Digital hero visual */
.commerce-hero__visual--digital {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.08);
    border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.commerce-hero__digital-panel {
    width: min(100%, 320px);
    padding: 1.25rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    color: #0f172a;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.18);
}

.commerce-hero__digital-badge {
    display: inline-block;
    margin-bottom: 1rem;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: #ede9fe;
    color: #5b21b6;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.commerce-hero__digital-types {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.commerce-hero__digital-type {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.55rem 0.65rem;
    border-radius: 10px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #334155;
}

.commerce-hero__digital-type-icon {
    font-size: 1rem;
    line-height: 1;
}

.commerce-hero__digital-preview {
    padding: 0.85rem;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px dashed #c7d2fe;
}

.commerce-hero__digital-preview-bar {
    height: 8px;
    width: 42%;
    border-radius: 999px;
    background: #c7d2fe;
    margin-bottom: 0.65rem;
}

.commerce-hero__digital-preview-line {
    height: 6px;
    width: 78%;
    border-radius: 999px;
    background: #e2e8f0;
    margin-bottom: 0.45rem;
}

.commerce-hero__digital-preview-line--wide {
    width: 92%;
}

.commerce-hero__digital-preview-cta {
    display: inline-flex;
    margin-top: 0.65rem;
    padding: 0.45rem 0.85rem;
    border-radius: 8px;
    background: #7c3aed;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
}

/* Services hero visual — booking panel */
.commerce-hero__visual--services {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.commerce-hero__booking-panel {
    width: min(100%, 320px);
    padding: 1.25rem;
    border-radius: 18px;
    background: #fff;
    color: #0f172a;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
}

.commerce-hero__booking-title {
    margin: 0 0 0.85rem;
    font-family: 'Fraunces', Georgia, serif;
    font-size: 1.125rem;
    font-weight: 700;
    color: #0f172a;
}

.commerce-hero__booking-field {
    padding: 0.7rem 0.85rem;
    margin-bottom: 0.75rem;
    border-radius: 10px;
    border: 1px solid #cbd5e1;
    background: #f8fafc;
    color: #64748b;
    font-size: 0.875rem;
}

.commerce-hero__booking-slots {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.commerce-hero__booking-slots span {
    padding: 0.45rem 0.7rem;
    border-radius: 8px;
    background: #ccfbf1;
    color: #0f766e;
    font-size: 0.8125rem;
    font-weight: 700;
}

.commerce-hero__booking-slots span.is-active {
    background: #0d9488;
    color: #fff;
}

.commerce-hero__booking-service {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    margin-bottom: 1rem;
    border-radius: 12px;
    background: #f0fdfa;
    border: 1px solid #99f6e4;
}

.commerce-hero__booking-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0d9488, #14b8a6);
    flex-shrink: 0;
}

.commerce-hero__booking-service strong {
    display: block;
    font-size: 0.9375rem;
    color: #0f172a;
}

.commerce-hero__booking-service em {
    display: block;
    font-style: normal;
    font-size: 0.8125rem;
    color: #64748b;
}

.commerce-hero__booking-cta {
    display: block;
    text-align: center;
    padding: 0.7rem 1rem;
    border-radius: 10px;
    background: #ea580c;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 700;
}

/* Intro eyebrow */
.commerce-intro__eyebrow {
    margin: 0 0 0.35rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.commerce-intro--digital .commerce-intro__eyebrow {
    color: #5b21b6;
}

.commerce-intro--services .commerce-intro__eyebrow {
    color: #0f766e;
}

.commerce-intro--digital {
    background: #fff;
    border-color: #c7d2fe;
    box-shadow: 0 8px 24px rgba(99, 102, 241, 0.08);
}

.commerce-intro--services {
    background: #fff;
    border-color: #99f6e4;
    box-shadow: 0 8px 24px rgba(13, 148, 136, 0.08);
}

.commerce-intro--services .commerce-intro__chip {
    border-color: #fed7aa;
    color: #9a3412;
    background: #fff7ed;
}

/* How it works */
.commerce-steps {
    margin: 0 1rem 1.5rem;
    padding: 1.5rem;
    border-radius: 20px;
}

.commerce-steps--digital {
    background: linear-gradient(135deg, #eef2ff 0%, #f5f3ff 100%);
    border: 1px solid #c7d2fe;
}

.commerce-steps--services {
    background: linear-gradient(135deg, #f0fdfa 0%, #fff7ed 100%);
    border: 1px solid #99f6e4;
}

.commerce-steps__inner {
    max-width: 960px;
    margin: 0 auto;
}

.commerce-steps__eyebrow {
    margin: 0 0 0.35rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748b;
}

.commerce-steps__title {
    margin: 0 0 1.25rem;
    font-size: clamp(1.25rem, 2.5vw, 1.65rem);
    line-height: 1.25;
    color: #0f172a;
}

.commerce-steps__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin: 0 0 1.25rem;
    padding: 0;
    list-style: none;
}

.commerce-steps__item {
    display: flex;
    gap: 0.85rem;
    padding: 1rem;
    border-radius: 14px;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.06);
}

.commerce-steps__icon {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 12px;
}

.commerce-steps--digital .commerce-steps__icon {
    background: #ede9fe;
    color: #6d28d9;
}

.commerce-steps--services .commerce-steps__icon {
    background: #ccfbf1;
    color: #0f766e;
}

.commerce-steps__item strong {
    display: block;
    margin-bottom: 0.25rem;
    font-size: 0.9375rem;
    color: #0f172a;
}

.commerce-steps__item p {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.5;
    color: #64748b;
}

.commerce-steps__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.25rem;
    border-radius: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.15s ease;
}

.commerce-steps--digital .commerce-steps__cta {
    background: #7c3aed;
    color: #fff;
}

.commerce-steps--services .commerce-steps__cta {
    background: #0d9488;
    color: #fff;
}

.commerce-steps__cta:hover {
    transform: translateY(-1px);
    color: #fff;
}

/* Digital showcase cards */
.digital-showcase__eyebrow {
    margin: 0 0 0.25rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #6d28d9;
}

.digital-showcase__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.digital-showcase-card {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e2e8f0;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.digital-showcase-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 36px rgba(79, 70, 229, 0.12);
}

.digital-showcase-card__media {
    position: relative;
    aspect-ratio: 4 / 3;
    background: linear-gradient(135deg, #eef2ff, #ede9fe);
}

.digital-showcase-card__media img,
.digital-showcase-card__placeholder {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.digital-showcase-card__placeholder {
    display: block;
    background: linear-gradient(135deg, #eef2ff, #ddd6fe);
}

.digital-showcase-card__type {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0.3rem 0.55rem;
    border-radius: 999px;
    background: rgba(91, 33, 182, 0.92);
    color: #fff;
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.digital-showcase-card__body {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 0.9rem;
}

.digital-showcase-card__label {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #7c3aed;
}

.digital-showcase-card__name {
    font-size: 0.9375rem;
    line-height: 1.35;
    color: #0f172a;
}

.digital-showcase-card__price,
.digital-showcase-card__meta {
    font-size: 0.8125rem;
    color: #64748b;
}

.digital-showcase-card__cta {
    margin-top: 0.35rem;
    display: inline-flex;
    align-self: flex-start;
    padding: 0.4rem 0.7rem;
    border-radius: 8px;
    background: #7c3aed;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
}

/* Services showcase cards */
.services-showcase__eyebrow {
    margin: 0 0 0.25rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #0f766e;
}

.services-showcase__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.services-showcase-card {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr);
    gap: 0;
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #d1fae5;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.services-showcase-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(13, 148, 136, 0.12);
}

.services-showcase-card__media {
    min-height: 160px;
    background: #ecfeff;
}

.services-showcase-card__media img,
.services-showcase-card__placeholder {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services-showcase-card__placeholder {
    display: block;
    min-height: 160px;
    background: linear-gradient(180deg, #ccfbf1, #fef3c7);
}

.services-showcase-card__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.35rem;
    padding: 1rem 1.1rem;
}

.services-showcase-card__label {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #ea580c;
}

.services-showcase-card__name {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 1.05rem;
    line-height: 1.3;
    color: #0f172a;
}

.services-showcase-card__duration {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.8125rem;
    color: #0f766e;
    font-weight: 600;
}

.services-showcase-card__price,
.services-showcase-card__meta {
    font-size: 0.875rem;
    color: #475569;
    font-weight: 600;
}

.services-showcase-card__cta {
    margin-top: 0.35rem;
    display: inline-flex;
    align-self: flex-start;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: #0d9488;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
}

/* Digital catalog grid */
.digital-catalog-sections__header,
.services-catalog-sections__header {
    max-width: 1280px;
    margin: 0 auto 1.25rem;
    padding: 0 1rem;
}

.digital-catalog-sections__eyebrow {
    margin: 0 0 0.25rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #6d28d9;
}

.services-catalog-sections__eyebrow {
    margin: 0 0 0.25rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #0f766e;
}

.digital-catalog-sections__title,
.services-catalog-sections__title {
    margin: 0;
    font-size: clamp(1.35rem, 2.5vw, 1.85rem);
    color: #0f172a;
}

.digital-catalog-section__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1rem;
}

.digital-catalog-card {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.06);
}

.digital-catalog-card__media {
    position: relative;
    display: block;
    aspect-ratio: 1;
    background: #eef2ff;
}

.digital-catalog-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.digital-catalog-card__type {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    padding: 0.3rem 0.55rem;
    border-radius: 999px;
    background: rgba(91, 33, 182, 0.92);
    color: #fff;
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
}

.digital-catalog-card__body {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.9rem;
}

.digital-catalog-card__name {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.35;
}

.digital-catalog-card__name a {
    color: #0f172a;
    text-decoration: none;
}

.digital-catalog-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.65rem 0.85rem;
    border-radius: 10px;
    background: #7c3aed !important;
    border-color: #7c3aed !important;
    color: #fff !important;
    font-size: 0.8125rem;
    font-weight: 700;
    text-decoration: none;
}

.digital-catalog-card__btn:hover {
    background: #6d28d9 !important;
    color: #fff !important;
}

/* Services catalog list */
.services-catalog-section__list {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.services-catalog-card {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 0;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ccfbf1;
    box-shadow: 0 4px 16px rgba(13, 148, 136, 0.06);
}

.services-catalog-card__media {
    display: block;
    min-height: 120px;
    background: #ecfeff;
}

.services-catalog-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services-catalog-card__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.65rem;
    padding: 1rem 1.1rem;
}

.services-catalog-card__top {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.5rem;
}

.services-catalog-card__name {
    margin: 0;
    font-family: 'Fraunces', Georgia, serif;
    font-size: 1.05rem;
    line-height: 1.3;
}

.services-catalog-card__name a {
    color: #0f172a;
    text-decoration: none;
}

.services-catalog-card__duration {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #0f766e;
    white-space: nowrap;
}

.services-catalog-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.services-catalog-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.55rem 1rem;
    border-radius: 999px;
    background: #0d9488 !important;
    border-color: #0d9488 !important;
    color: #fff !important;
    font-size: 0.8125rem;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.services-catalog-card__btn:hover {
    background: #0f766e !important;
    color: #fff !important;
}

.commerce-card-badge--service {
    background: rgba(13, 148, 136, 0.92);
    color: #fff;
}

/* ─── Centered digital hero ─── */
.commerce-hero--centered {
    margin: 0 0 1.25rem;
    padding: 0 1rem;
}

.commerce-hero__centered {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(135deg, #312e81 0%, #4c1d95 45%, #6d28d9 100%);
    box-shadow: 0 24px 60px rgba(49, 46, 129, 0.22);
}

.commerce-hero--services .commerce-hero__centered {
    background: linear-gradient(135deg, #134e4a 0%, #0f766e 48%, #14b8a6 100%);
    box-shadow: 0 24px 60px rgba(15, 118, 110, 0.2);
}

.commerce-hero__centered.has-image {
    background-image: var(--hero-banner);
    background-size: cover;
    background-position: center;
}

.commerce-hero__centered .commerce-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.2) 0%, rgba(15, 23, 42, 0.75) 100%);
    pointer-events: none;
}

.commerce-hero--centered .commerce-hero__content {
    position: relative;
    z-index: 1;
    max-width: 720px;
    margin: 0 auto;
    padding: 2.5rem 1.75rem;
    color: #fff;
}

.commerce-hero--centered .commerce-hero__title,
.commerce-hero--digital .commerce-hero__title,
.commerce-hero--services .commerce-hero__title,
.commerce-hero--centered h1.commerce-hero__title {
    color: #fff;
}

.commerce-hero--centered .commerce-hero__tagline,
.commerce-hero--centered .commerce-hero__eyebrow,
.commerce-hero--centered .commerce-hero__trust {
    color: rgba(255, 255, 255, 0.92);
}

.commerce-hero--centered .commerce-hero__actions,
.commerce-hero--centered .commerce-hero__trust {
    justify-content: center;
}

.commerce-hero--centered .commerce-hero__trust {
    display: flex;
    flex-wrap: wrap;
}

/* ─── Envato-style digital marketplace cards ─── */
.digital-market-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1.25rem;
}

.digital-market-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    overflow: hidden;
    transition: box-shadow 0.2s ease;
}

.digital-market-card:hover {
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.1);
}

.digital-market-card__thumb {
    display: block;
    aspect-ratio: 16 / 10;
    background: #f3f4f6;
    overflow: hidden;
}

.digital-market-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.25s ease;
}

.digital-market-card:hover .digital-market-card__thumb img {
    transform: scale(1.03);
}

.digital-market-card__body {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    padding: 0.9rem 1rem 1rem;
    flex: 1;
}

.digital-market-card__title {
    margin: 0;
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.35;
}

.digital-market-card__title a {
    color: #111827;
    text-decoration: none;
}

.digital-market-card__title a:hover {
    color: #4c1d95;
}

.digital-market-card__meta {
    margin: 0;
    font-size: 0.8125rem;
    color: #6b7280;
    line-height: 1.4;
}

.digital-market-card__price-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    margin-top: 0.15rem;
}

.digital-market-card__price {
    font-size: 1.125rem;
    font-weight: 700;
    color: #111827;
}

.digital-market-card__price ins {
    text-decoration: none;
}

.digital-market-card__type {
    margin: 0;
    font-size: 0.75rem;
    color: #9ca3af;
}

.digital-showcase__heading {
    color: #111827;
    font-weight: 700;
}

.digital-market-card__actions {
    display: flex;
    margin-top: auto;
    padding-top: 0.65rem;
}

.digital-market-card__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 40px;
    padding: 0.55rem 0.85rem;
    border-radius: 4px;
    border: 1px solid #7c3aed;
    background: #7c3aed;
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.digital-market-card__btn:hover {
    background: #6d28d9;
    border-color: #6d28d9;
    color: #fff;
}

.digital-market-card__btn--browse {
    display: inline-flex;
    margin-top: auto;
}

.digital-market-card__badge {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #7c3aed;
}

.digital-market-card--browse {
    text-decoration: none;
    color: inherit;
}

.digital-market-card__thumb-placeholder {
    width: 100%;
    height: 100%;
    min-height: 160px;
    background: linear-gradient(135deg, #eef2ff, #ddd6fe);
}

.digital-market-card .product-course-rating {
    margin: 0;
}

@media (max-width: 991px) {
    .commerce-hero__split {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .commerce-hero__visual--digital,
    .commerce-hero__visual--services {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.12);
    }

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

    .commerce-steps__list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .digital-showcase__grid,
    .services-showcase__grid {
        grid-template-columns: 1fr;
    }

    .services-showcase-card,
    .services-catalog-card {
        grid-template-columns: 96px minmax(0, 1fr);
    }

    .commerce-hero--split .commerce-hero__content {
        padding: 1.5rem 1.25rem;
    }
}
