.suniva-trust-footer {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    color: #173f39;
    background: linear-gradient(145deg, #fffdfa 0%, #faf5e9 52%, #f1f8f4 100%);
    border-top: 1px solid rgba(185, 145, 54, .2);
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

.suniva-trust-footer * { box-sizing: border-box; }

.suniva-trust-footer__glow {
    position: absolute;
    top: -180px;
    left: 50%;
    width: 520px;
    height: 320px;
    transform: translateX(-50%);
    pointer-events: none;
    background: radial-gradient(circle, rgba(231, 195, 103, .22), transparent 68%);
}

.suniva-trust-footer__inner {
    position: relative;
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: 72px 0 30px;
}

.suniva-trust-footer__brand { max-width: 630px; margin-bottom: 48px; }

.suniva-trust-footer__eyebrow {
    margin: 0 0 12px;
    color: #b78b2f;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .22em;
}

.suniva-trust-footer__brand h2 {
    margin: 0;
    color: #123e38;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 5vw, 58px);
    font-weight: 500;
    letter-spacing: .12em;
    line-height: 1.1;
}

.suniva-trust-footer__message {
    margin: 16px 0 0;
    color: #173f39;
    font-family: Georgia, "Yu Mincho", serif;
    font-size: clamp(18px, 2.1vw, 25px);
    line-height: 1.65;
}

.suniva-trust-footer__promise {
    margin: 10px 0 0;
    color: #72817c;
    font-size: 13px;
    line-height: 1.8;
}

.suniva-trust-footer__nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.suniva-trust-footer__group {
    min-height: 210px;
    padding: 26px;
    border: 1px solid rgba(185, 145, 54, .18);
    border-radius: 22px;
    background: rgba(255, 255, 255, .72);
    box-shadow: 0 16px 45px rgba(31, 69, 59, .06);
}

.suniva-trust-footer__group h3 {
    margin: 0 0 17px;
    color: #a77c22;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
}

.suniva-trust-footer__group a {
    display: block;
    padding: 8px 0;
    color: #173f39;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
    text-decoration: none;
}

.suniva-trust-footer__group a:hover,
.suniva-trust-footer__group a:focus-visible { color: #b78b2f; text-decoration: underline; }

.suniva-trust-footer__group p {
    margin: 10px 0 0;
    color: #79847f;
    font-size: 11px;
    line-height: 1.75;
}

.suniva-trust-footer__bottom {
    display: flex;
    justify-content: space-between;
    gap: 28px;
    align-items: flex-end;
    margin-top: 34px;
    padding-top: 24px;
    border-top: 1px solid rgba(23, 63, 57, .1);
    color: #75817d;
}

.suniva-trust-footer__bottom p,
.suniva-trust-footer__bottom small { margin: 0; font-size: 11px; line-height: 1.8; }
.suniva-trust-footer__bottom span { display: block; }

.suniva-trust-footer__compact-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
    margin: -12px 0 28px;
}

.suniva-trust-footer__compact-nav a {
    color: #173f39;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.suniva-trust-footer--compact .suniva-trust-footer__inner { padding-top: 36px; }
.suniva-trust-footer--compact .suniva-trust-footer__brand { margin-bottom: 28px; }
.suniva-trust-footer--compact .suniva-trust-footer__brand h2 { font-size: 28px; }
.suniva-trust-footer--compact .suniva-trust-footer__message { font-size: 16px; }
.suniva-trust-footer--compact .suniva-trust-footer__promise { display: none; }
.suniva-trust-footer--compact .suniva-trust-footer__bottom { margin-top: 0; }

@media (max-width: 820px) {
    .suniva-trust-footer__inner { width: min(100% - 32px, 620px); padding: 54px 0 24px; }
    .suniva-trust-footer__brand { margin-bottom: 30px; }
    .suniva-trust-footer__nav { grid-template-columns: 1fr; gap: 12px; }
    .suniva-trust-footer__group { min-height: 0; padding: 22px; border-radius: 18px; }
    .suniva-trust-footer__group a { min-height: 44px; display: flex; align-items: center; border-bottom: 1px solid rgba(23, 63, 57, .08); }
    .suniva-trust-footer__group a:last-of-type { border-bottom: 0; }
    .suniva-trust-footer__bottom { flex-direction: column; align-items: flex-start; gap: 12px; }
    .suniva-trust-footer__compact-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; }
    .suniva-trust-footer__compact-nav a { display: flex; align-items: center; min-height: 44px; border-bottom: 1px solid rgba(23, 63, 57, .08); }
}
