/* Competitor-inspired trust strip — matches Seylan green/gold system */
.sg-trust-bar {
    background: #f6f8f6;
    border-bottom: 1px solid rgba(10, 26, 15, 0.08);
    padding: 14px 0;
}

.sg-trust-bar__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px 8px;
}

.sg-trust-bar__item {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1 1 160px;
    min-width: 140px;
    justify-content: center;
}

.sg-trust-bar__icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #0a5c38;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    flex-shrink: 0;
}

.sg-trust-bar__text {
    display: flex;
    flex-direction: column;
    line-height: 1.25;
}

.sg-trust-bar__text strong {
    font-size: 12px;
    font-weight: 700;
    color: #12241c;
    letter-spacing: 0.02em;
}

.sg-trust-bar__text small {
    font-size: 11px;
    color: #5b6b63;
}

.sg-trust-bar__text a {
    color: #0a5c38;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.sg-trust-bar__text a:hover {
    color: #074529;
}

/* Home gem-intent strip (Brilliant Earth / AFG category clarity) */
.sg-intent-strip {
    background: #fff;
    border-bottom: 1px solid rgba(10, 26, 15, 0.06);
    padding: 28px 0 8px;
}

.sg-intent-strip__head {
    text-align: center;
    margin-bottom: 18px;
}

.sg-intent-strip__head h2 {
    font-size: 1.35rem;
    font-weight: 700;
    color: #12241c;
    margin: 0 0 6px;
}

.sg-intent-strip__head p {
    margin: 0;
    color: #5b6b63;
    font-size: 0.95rem;
}

.sg-intent-strip__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 12px;
    margin: 0;
    padding: 0 0 20px;
    list-style: none;
}

.sg-intent-strip__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 14px 10px;
    border: 1px solid rgba(10, 26, 15, 0.1);
    border-radius: 10px;
    text-decoration: none !important;
    color: #12241c;
    background: #fafbfa;
    transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.sg-intent-strip__link:hover {
    border-color: rgba(10, 92, 56, 0.45);
    background: #fff;
    transform: translateY(-2px);
    color: #0a5c38;
}

.sg-intent-strip__link span {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.sg-intent-strip__link i {
    font-size: 18px;
    color: #0a5c38;
}

.sg-intent-strip__link--all {
    background: #0a5c38;
    border-color: #0a5c38;
    color: #fff;
}

.sg-intent-strip__link--all i,
.sg-intent-strip__link--all span {
    color: #fff;
}

.sg-intent-strip__link--all:hover {
    background: #074529;
    border-color: #074529;
    color: #fff;
}

/* Consult CTA */
.sg-consult {
    padding: 48px 0;
    background: #0a1a0f;
    color: #fff;
}

.sg-consult__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.sg-consult__eyebrow {
    margin: 0 0 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #deba83;
}

.sg-consult__copy h2 {
    margin: 0 0 10px;
    font-size: clamp(1.4rem, 2.4vw, 1.9rem);
    font-weight: 700;
    color: #fff;
}

.sg-consult__copy p {
    margin: 0;
    max-width: 46ch;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.98rem;
    line-height: 1.55;
}

.sg-consult__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.sg-consult__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
    letter-spacing: 0.03em;
    transition: transform 0.2s ease, background 0.2s ease;
}

.sg-consult__btn:hover {
    transform: translateY(-2px);
}

.sg-consult__btn--primary {
    background: #deba83;
    color: #0a1a0f !important;
}

.sg-consult__btn--ghost {
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #fff !important;
}

/* Welcome offer modal */
.sg-welcome[hidden] {
    display: none !important;
}

.sg-welcome {
    position: fixed;
    inset: 0;
    z-index: 10050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.sg-welcome__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(10, 26, 15, 0.55);
}

.sg-welcome__panel {
    position: relative;
    width: min(420px, 100%);
    background: #fff;
    border: 1px solid rgba(10, 26, 15, 0.1);
    border-radius: 12px;
    padding: 32px 28px 24px;
    text-align: center;
}

.sg-welcome__close {
    position: absolute;
    top: 10px;
    right: 12px;
    border: 0;
    background: transparent;
    font-size: 28px;
    line-height: 1;
    color: #5b6b63;
    cursor: pointer;
}

.sg-welcome__eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #0a5c38;
    margin-bottom: 10px;
}

.sg-welcome__title {
    margin: 0 0 10px;
    font-size: 1.75rem;
    font-weight: 700;
    color: #12241c;
    line-height: 1.2;
}

.sg-welcome__title span {
    color: #0a5c38;
}

.sg-welcome__copy {
    margin: 0 0 18px;
    color: #5b6b63;
    font-size: 0.95rem;
    line-height: 1.5;
}

.sg-welcome__form {
    display: grid;
    gap: 10px;
}

.sg-welcome__form input {
    width: 100%;
    border: 1px solid rgba(10, 26, 15, 0.15);
    border-radius: 6px;
    padding: 12px 14px;
    font-size: 14px;
}

.sg-welcome__form button {
    border: 0;
    border-radius: 6px;
    padding: 12px 16px;
    background: #0a5c38;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
}

.sg-welcome__form button:hover {
    background: #074529;
}

.sg-welcome__fine {
    margin: 12px 0 8px;
    font-size: 11px;
    color: #7a8a82;
}

.sg-welcome__skip {
    border: 0;
    background: transparent;
    color: #5b6b63;
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer;
}

/* Softer luxury sale badges */
.sg-sale-badge {
    background: #0a5c38 !important;
    box-shadow: none !important;
    border-radius: 6px !important;
    font-weight: 700 !important;
}

.sg-sale-badge--loud {
    background: #b45309 !important;
}

@media (max-width: 767.98px) {
    .sg-trust-bar__item {
        flex: 1 1 calc(50% - 8px);
        justify-content: flex-start;
    }

    .sg-trust-bar__item:last-child {
        flex-basis: 100%;
        justify-content: center;
    }

    .sg-consult__inner {
        text-align: center;
        justify-content: center;
    }

    .sg-consult__actions {
        justify-content: center;
        width: 100%;
    }
}
