.trust-badges-shell {
    background:
        radial-gradient(circle at top left, rgba(245, 158, 11, 0.12), transparent 30%),
        linear-gradient(180deg, #fffdf8 0%, #ffffff 100%);
    border-top: 1px solid rgba(148, 163, 184, 0.14);
    border-bottom: 1px solid rgba(148, 163, 184, 0.14);
}

.trust-badges-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 34px 16px;
}

.trust-badges-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.trust-badges-heading-copy {
    max-width: 680px;
}

.trust-badges-eyebrow {
    font-size: 12px;
    color: #b45309;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.trust-badges-title {
    margin: 0;
    font-size: 28px;
    line-height: 1.15;
    color: #0f172a;
    font-weight: 900;
}

.trust-badges-panels {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 22px;
    align-items: start;
}

.trust-badge-panel {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(226, 232, 240, 0.96);
    border-radius: 24px;
    padding: 20px;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.06);
    backdrop-filter: blur(8px);
}

.trust-badge-panel-label {
    font-size: 13px;
    color: #64748b;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 14px;
}

.trust-badge-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 12px;
}

.trust-badge-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 92px;
    padding: 14px 12px;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid #e2e8f0;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.9), 0 12px 26px rgba(15,23,42,0.05);
    overflow: hidden;
}

.trust-badge-card::after {
    content: '';
    position: absolute;
    inset: auto -18px -28px auto;
    width: 56px;
    height: 56px;
    border-radius: 999px;
    background: rgba(245, 158, 11, 0.08);
    pointer-events: none;
}

.trust-badge-card img {
    height: 30px;
    width: auto;
    max-width: 108px;
    object-fit: contain;
    display: block;
}

.trust-badge-card span {
    position: relative;
    z-index: 1;
}

.trust-badge-card-label {
    font-size: 12px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
    text-align: center;
    text-wrap: balance;
}

.trust-badge-card-fallback {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 10px;
    border-radius: 14px;
    background: #111827;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.04em;
}

.store-media-frame {
    position: relative;
    overflow: hidden;
    border-radius: var(--store-media-radius, 16px);
    background: #f8fafc;
}

.store-media-image {
    display: block;
    width: 100%;
    height: var(--store-media-height, 220px);
    object-fit: cover;
    background: #f8fafc;
}

.store-media-center-badge-wrap {
    position: absolute;
    inset: auto 16px 16px 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    pointer-events: none;
}

.store-media-badge,
.store-media-brand-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.56);
    color: rgba(255, 255, 255, 0.96);
    line-height: 1.2;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.16);
    backdrop-filter: blur(6px);
}

.store-media-badge {
    max-width: 100%;
    padding: 10px 14px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.05em;
}

.store-media-brand-badge {
    position: absolute;
    right: 12px;
    bottom: 12px;
    max-width: calc(100% - 24px);
    padding: 8px 12px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.04em;
    pointer-events: none;
}

.store-media-badge-dot {
    width: 8px;
    height: 8px;
    flex: 0 0 auto;
    border-radius: 999px;
    background: color-mix(in srgb, var(--theme-primary, #9333ea) 70%, white);
}

.store-footer {
    margin-top: auto;
    background:
        radial-gradient(circle at top left, rgba(245, 158, 11, 0.12), transparent 22%),
        linear-gradient(180deg, var(--theme-secondary) 0%, color-mix(in srgb, var(--theme-secondary) 84%, black) 100%);
    color: #e5e7eb;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.store-footer-shell {
    max-width: 1200px;
    margin: 0 auto;
    padding: 32px 16px 22px;
}

.store-footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(180px, 1fr));
    gap: 18px;
    align-items: start;
}

.store-footer-panel {
    min-width: 0;
    padding: 20px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.14);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.store-footer-panel-title {
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: 900;
    color: #ffffff;
}

.store-footer-brand-title {
    font-size: 22px;
    line-height: 1.15;
    font-weight: 900;
    color: #ffffff;
    margin: 0 0 10px;
}

.store-footer-brand-copy {
    margin: 0;
    color: #cbd5e1;
    font-size: 14px;
    line-height: 1.8;
}

.store-footer-brand-site {
    margin-top: 14px;
    color: #94a3b8;
    font-size: 12px;
    line-height: 1.7;
}

.store-footer-brand-site a {
    color: var(--theme-accent);
    text-decoration: none;
    font-weight: 800;
}

.store-footer-list {
    display: grid;
    gap: 10px;
}

.store-footer-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #e5e7eb;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition: color 0.18s ease, transform 0.18s ease;
}

.store-footer-link:hover {
    color: #ffffff;
    transform: translateX(1px);
}

.store-footer-link-bullet {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--theme-accent);
    box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.12);
    flex: 0 0 auto;
}

.store-footer-social-link,
.store-footer-social-disabled {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-height: 42px;
    padding: 10px 12px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #e5e7eb;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.store-footer-social-link:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
}

.store-footer-social-disabled {
    opacity: 0.72;
}

.store-footer-social-icon {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--theme-accent);
    flex: 0 0 auto;
}

.store-footer-social-icon svg {
    width: 18px;
    height: 18px;
    display: block;
}

.store-footer-contact {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
    gap: 18px;
    margin-top: 18px;
    padding: 22px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 42px rgba(15, 23, 42, 0.16);
}

.store-footer-contact-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--theme-accent);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.store-footer-contact-title {
    margin: 16px 0 8px;
    font-size: 28px;
    line-height: 1.15;
    color: #ffffff;
    font-weight: 900;
}

.store-footer-contact-copy {
    margin: 0;
    color: #cbd5e1;
    font-size: 14px;
    line-height: 1.8;
}

.store-footer-contact-card {
    margin-top: 18px;
    padding: 18px;
    border-radius: 20px;
    background: rgba(15, 23, 42, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.store-footer-contact-label {
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--theme-accent);
    margin-bottom: 8px;
}

.store-footer-contact-address {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.85;
    font-weight: 700;
}

.store-footer-contact-meta {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 12px;
    margin-top: 14px;
}

.store-footer-contact-meta-card {
    padding: 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.store-footer-contact-meta-title {
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #94a3b8;
    margin-bottom: 6px;
}

.store-footer-contact-meta-value,
.store-footer-contact-meta-value a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.6;
    text-decoration: none;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.store-footer-contact-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 16px;
}

.store-footer-contact-action {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 900;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.store-footer-contact-action:hover {
    transform: translateY(-1px);
}

.store-footer-contact-action-primary {
    background: linear-gradient(135deg, var(--theme-accent), color-mix(in srgb, var(--theme-accent) 70%, white));
    color: #111827;
    box-shadow: 0 14px 28px rgba(245, 158, 11, 0.18);
}

.store-footer-contact-action-secondary {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.store-footer-contact-map {
    position: relative;
    overflow: hidden;
    min-height: 100%;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.2), rgba(255, 255, 255, 0.02));
}

.store-footer-contact-map iframe {
    width: 100%;
    height: 100%;
    min-height: 320px;
    border: 0;
    display: block;
}

.store-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: #94a3b8;
    font-size: 12px;
    line-height: 1.7;
}

.store-footer-developer {
    color: var(--theme-accent);
    font-weight: 800;
}

@media (max-width: 980px) {
    .store-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .store-footer-contact {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .trust-badges-heading {
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 18px;
    }

    .trust-badges-inner {
        padding: 28px 16px;
    }

    .trust-badges-title {
        font-size: 24px;
    }

    .trust-badges-panels {
        gap: 16px;
    }

    .trust-badge-panel {
        padding: 16px;
        border-radius: 20px;
    }

    .trust-badge-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .trust-badge-card {
        min-height: 84px;
        padding: 12px 10px;
        gap: 8px;
        border-radius: 16px;
    }

    .trust-badge-card img {
        height: 26px;
        max-width: 96px;
    }

    .trust-badge-card-fallback {
        min-width: 38px;
        height: 38px;
        border-radius: 12px;
    }
}

@media (max-width: 640px) {
    .store-footer-shell {
        padding: 24px 12px 18px;
    }

    .store-footer-grid {
        grid-template-columns: 1fr;
    }

    .store-footer-panel,
    .store-footer-contact {
        padding: 18px;
        border-radius: 22px;
    }

    .store-footer-contact-title {
        font-size: 24px;
    }

    .store-footer-contact-map iframe {
        min-height: 260px;
    }
}

@media (max-width: 480px) {
    .trust-badges-inner {
        padding: 24px 12px;
    }

    .trust-badges-title {
        font-size: 21px;
    }

    .trust-badge-panel-label {
        font-size: 12px;
        margin-bottom: 12px;
    }

    .trust-badge-card {
        min-height: 78px;
        padding: 10px 8px;
    }

    .trust-badge-card img {
        height: 24px;
        max-width: 88px;
    }

    .trust-badge-card-label {
        font-size: 11px;
    }
}