/* RS Top Coder — Premium Footer (visual polish only) */
.rstc-footer {
    --rstc-green: #8BC53F;
    --rstc-green-deep: #6fa828;
    --rstc-green-soft: rgba(139, 197, 63, 0.12);
    --rstc-ink: #1f2a2e;
    --rstc-muted: #5c6b70;
    --rstc-line: rgba(31, 42, 46, 0.075);
    --rstc-bg: #fbfcfb;
    --rstc-radius: 16px;
    --rstc-font: var(--font-family-Poppins, 'Poppins', sans-serif);
    --rstc-body: var(--font-family-Roboto, 'Roboto', sans-serif);
    --rstc-ease: cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    background:
        radial-gradient(1200px 420px at 8% 0%, rgba(139, 197, 63, 0.045), transparent 55%),
        radial-gradient(900px 380px at 92% 100%, rgba(139, 197, 63, 0.035), transparent 50%),
        var(--rstc-bg);
    color: var(--rstc-ink);
    overflow: hidden;
}

.rstc-footer a {
    text-decoration: none;
    color: inherit;
    transition: color 0.22s var(--rstc-ease), transform 0.22s var(--rstc-ease), gap 0.22s var(--rstc-ease);
}

.rstc-footer__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

/* Soft 2–3% grid */
.rstc-footer__grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(31, 42, 46, 0.028) 1px, transparent 1px),
        linear-gradient(90deg, rgba(31, 42, 46, 0.028) 1px, transparent 1px);
    background-size: 40px 40px;
    background-position: -1px -1px;
    opacity: 1;
    -webkit-mask-image: radial-gradient(ellipse 90% 75% at 50% 40%, #000 18%, transparent 80%);
    mask-image: radial-gradient(ellipse 90% 75% at 50% 40%, #000 18%, transparent 80%);
}

.rstc-footer__noise {
    position: absolute;
    inset: 0;
    opacity: 0.035;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    background-size: 180px 180px;
}

.rstc-footer__glow {
    position: absolute;
    width: min(460px, 75vw);
    height: min(460px, 75vw);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(139, 197, 63, 0.11) 0%, transparent 70%);
    filter: blur(2px);
}

.rstc-footer__glow--tl {
    top: -140px;
    left: -90px;
}

.rstc-footer__glow--br {
    right: -110px;
    bottom: -150px;
    background: radial-gradient(circle, rgba(139, 197, 63, 0.09) 0%, transparent 72%);
}

.rstc-footer__fade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(251, 252, 251, 0.65) 0%, transparent 16%, transparent 78%, rgba(251, 252, 251, 0.8) 100%),
        linear-gradient(90deg, rgba(251, 252, 251, 0.4) 0%, transparent 10%, transparent 90%, rgba(251, 252, 251, 0.4) 100%);
}

/* Wider usable width — less side padding / more content space */
.rstc-footer .auto-container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1360px;
    padding-left: 20px;
    padding-right: 20px;
}

/* ---------- CTA ---------- */
.rstc-footer-cta {
    padding: 56px 0 12px;
}

.rstc-footer-cta__panel {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding: 40px 44px;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(245, 250, 238, 0.96) 100%);
    border: 1px solid rgba(139, 197, 63, 0.2);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.85) inset,
        0 18px 42px rgba(31, 42, 46, 0.07);
}

.rstc-footer-cta__copy h2 {
    margin: 0 0 12px;
    font-size: clamp(23px, 2.7vw, 32px);
    font-weight: 700;
    line-height: 1.22;
    letter-spacing: -0.01em;
    font-family: var(--rstc-font);
    color: var(--rstc-ink);
}

.rstc-footer-cta__copy p {
    margin: 0;
    max-width: 540px;
    font-size: 15.5px;
    line-height: 1.65;
    color: var(--rstc-muted);
    font-family: var(--rstc-body);
}

.rstc-footer-cta__actions {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    flex-shrink: 0;
}

.rstc-footer-cta__actions::before {
    content: '';
    position: absolute;
    left: 8%;
    top: 50%;
    width: 120px;
    height: 48px;
    transform: translateY(-50%);
    border-radius: 999px;
    background: radial-gradient(circle, rgba(139, 197, 63, 0.28) 0%, transparent 70%);
    filter: blur(10px);
    z-index: 0;
    pointer-events: none;
}

.rstc-footer-cta__actions .rstc-footer-btn {
    position: relative;
    z-index: 1;
}

.rstc-footer-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    font-family: var(--rstc-font);
    border: 1.5px solid transparent;
    transition: transform 0.22s var(--rstc-ease), box-shadow 0.22s var(--rstc-ease), background 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.rstc-footer-btn:hover {
    transform: translateY(-2px);
}

.rstc-footer-btn--primary {
    background: linear-gradient(180deg, #97ce4f 0%, var(--rstc-green) 100%);
    color: #fff;
    box-shadow: 0 10px 22px rgba(112, 157, 43, 0.28);
}

.rstc-footer-btn--primary:hover {
    color: #fff;
    box-shadow: 0 14px 28px rgba(112, 157, 43, 0.38);
}

.rstc-footer-btn--ghost {
    background: #fff;
    color: var(--rstc-ink);
    border-color: rgba(31, 42, 46, 0.12);
}

.rstc-footer-btn--ghost:hover {
    border-color: rgba(139, 197, 63, 0.45);
    color: var(--rstc-green-deep);
    box-shadow: 0 8px 18px rgba(31, 42, 46, 0.06);
}

.rstc-footer-btn svg {
    width: 16px;
    height: 16px;
    transition: transform 0.22s var(--rstc-ease);
}

.rstc-footer-btn:hover svg {
    transform: translateX(3px);
}

/* ---------- Main ---------- */
.rstc-footer__main {
    padding: 60px 0 44px;
}

.rstc-footer__top {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1fr;
    gap: 40px 32px;
    padding-bottom: 48px;
    border-bottom: 1px solid var(--rstc-line);
}

.rstc-footer__logo {
    display: inline-block;
    margin-bottom: 20px;
}

.rstc-footer__logo img {
    max-height: 56px;
    width: auto;
}

.rstc-footer__intro {
    margin: 0 0 20px;
    font-size: 14.5px;
    line-height: 1.72;
    color: var(--rstc-muted);
    font-family: var(--rstc-body);
}

.rstc-footer__highlights {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
}

.rstc-footer__highlights li {
    position: relative;
    padding: 7px 0 7px 26px;
    font-size: 13.5px;
    font-weight: 500;
    line-height: 1.4;
    color: var(--rstc-ink);
    font-family: var(--rstc-body);
}

.rstc-footer__highlights li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--rstc-green-soft);
    box-shadow: inset 0 0 0 3.5px var(--rstc-green);
}

.rstc-footer__social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.rstc-footer__social a {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: #fff;
    border: 1px solid var(--rstc-line);
    color: var(--rstc-muted);
    box-shadow: 0 4px 12px rgba(31, 42, 46, 0.04);
    transition: transform 0.22s var(--rstc-ease), color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s var(--rstc-ease);
}

.rstc-footer__social a:hover {
    transform: translateY(-3px) scale(1.03);
    color: var(--rstc-green);
    border-color: rgba(139, 197, 63, 0.4);
    box-shadow: 0 12px 22px rgba(139, 197, 63, 0.16);
}

.rstc-footer__social svg {
    width: 16px;
    height: 16px;
}

.rstc-footer__heading {
    margin: 0 0 18px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.01em;
    font-family: var(--rstc-font);
    color: var(--rstc-ink);
}

.rstc-footer__heading span {
    display: block;
    width: 32px;
    height: 3px;
    margin-top: 10px;
    border-radius: 3px;
    background: var(--rstc-green);
}

/* ---------- Insights ---------- */
.rstc-footer-insight {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 14px;
    margin-bottom: 12px;
    padding: 12px 10px;
    border-radius: 14px;
    border: 1px solid transparent;
    border-bottom: 1px solid var(--rstc-line);
    transition: transform 0.22s var(--rstc-ease), box-shadow 0.22s var(--rstc-ease), background 0.22s ease, border-color 0.22s ease;
}

.rstc-footer-insight:last-of-type {
    border-bottom-color: transparent;
    margin-bottom: 14px;
}

.rstc-footer-insight:hover {
    background: #fff;
    border-color: rgba(139, 197, 63, 0.16);
    box-shadow: 0 10px 24px rgba(31, 42, 46, 0.06);
    transform: translateY(-2px);
}

.rstc-footer-insight__thumb {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    overflow: hidden;
    background: #eef3ea;
}

.rstc-footer-insight__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s var(--rstc-ease);
}

.rstc-footer-insight:hover .rstc-footer-insight__thumb img {
    transform: scale(1.08);
}

.rstc-footer-insight__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 5px;
    font-size: 11px;
    color: var(--rstc-muted);
    font-family: var(--rstc-body);
}

.rstc-footer-insight__meta i {
    font-style: normal;
    color: #5f8f24;
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 3px 8px;
    border-radius: 999px;
    background: var(--rstc-green-soft);
}

.rstc-footer-insight h4 {
    margin: 0 0 5px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
    font-family: var(--rstc-font);
}

.rstc-footer-insight h4 a {
    background-image: linear-gradient(var(--rstc-green), var(--rstc-green));
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1.5px;
    transition: background-size 0.25s var(--rstc-ease), color 0.2s ease;
}

.rstc-footer-insight h4 a:hover {
    color: #5f8f24;
    background-size: 100% 1.5px;
}

.rstc-footer-insight__more {
    font-size: 12.5px;
    font-weight: 600;
    color: #5f8f24;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: gap 0.22s var(--rstc-ease);
}

.rstc-footer-insight__more:hover {
    gap: 8px;
}

.rstc-footer-link-all {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 6px;
    font-size: 13.5px;
    font-weight: 600;
    color: #5f8f24;
    font-family: var(--rstc-font);
    transition: gap 0.22s var(--rstc-ease);
}

.rstc-footer-link-all:hover {
    gap: 10px;
}

/* ---------- Newsletter ---------- */
.rstc-footer-news {
    padding: 24px;
    border-radius: var(--rstc-radius);
    background: #fff;
    border: 1px solid rgba(31, 42, 46, 0.07);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.9) inset,
        0 16px 36px rgba(31, 42, 46, 0.07);
}

.rstc-footer-news p {
    margin: 0 0 16px;
    font-size: 13.5px;
    line-height: 1.6;
    color: var(--rstc-muted);
    font-family: var(--rstc-body);
}

.rstc-footer-news__form {
    display: flex;
    gap: 8px;
    margin-bottom: 14px;
}

.rstc-footer-news__form input {
    flex: 1;
    min-width: 0;
    height: 48px;
    padding: 0 16px;
    border-radius: 12px;
    border: 1.5px solid rgba(31, 42, 46, 0.12);
    background: #fbfcfb;
    font-size: 14px;
    color: var(--rstc-ink);
    outline: none;
    transition: border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.rstc-footer-news__form input:focus {
    border-color: var(--rstc-green);
    background: #fff;
    box-shadow: 0 0 0 4px var(--rstc-green-soft);
}

.rstc-footer-news__form button {
    flex: 0 0 50px;
    width: 50px;
    height: 48px;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(180deg, #97ce4f 0%, var(--rstc-green) 100%);
    color: #fff;
    cursor: pointer;
    display: grid;
    place-items: center;
    box-shadow: 0 8px 16px rgba(112, 157, 43, 0.25);
    transition: transform 0.22s var(--rstc-ease), box-shadow 0.22s var(--rstc-ease);
}

.rstc-footer-news__form button:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 20px rgba(112, 157, 43, 0.35);
}

.rstc-footer-news__form button svg {
    width: 18px;
    height: 18px;
    transition: transform 0.22s var(--rstc-ease);
}

.rstc-footer-news__form button:hover svg {
    transform: translateX(2px);
}

.rstc-footer-news__notes {
    list-style: none;
    margin: 0 0 18px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
}

.rstc-footer-news__notes li {
    font-size: 12px;
    color: var(--rstc-muted);
    font-family: var(--rstc-body);
}

.rstc-footer-news__notes li::before {
    content: '✓ ';
    color: var(--rstc-green);
    font-weight: 700;
}

.rstc-footer-consult {
    padding: 18px;
    border-radius: 14px;
    background: linear-gradient(160deg, #f7faf3 0%, #eef5e6 100%);
    border: 1px solid rgba(139, 197, 63, 0.22);
    box-shadow: 0 6px 16px rgba(112, 157, 43, 0.06);
}

.rstc-footer-consult strong {
    display: block;
    margin-bottom: 6px;
    font-size: 14.5px;
    font-family: var(--rstc-font);
}

.rstc-footer-consult p {
    margin: 0 0 12px;
    font-size: 13px;
    line-height: 1.5;
    color: var(--rstc-muted);
}

.rstc-footer-consult .rstc-footer-btn {
    min-height: 40px;
    width: 100%;
    font-size: 13px;
}

/* ---------- Contact ---------- */
.rstc-footer-contact {
    list-style: none;
    margin: 0;
    padding: 0;
}

.rstc-footer-contact li {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 14px;
    align-items: start;
    margin-bottom: 6px;
    padding: 10px 10px;
    border-radius: 12px;
    transition: background 0.22s ease, transform 0.22s var(--rstc-ease);
}

.rstc-footer-contact li:hover {
    background: rgba(255, 255, 255, 0.75);
    transform: translateX(2px);
}

.rstc-footer-contact__icon {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: var(--rstc-green-soft);
    color: #5f8f24;
    transition: transform 0.22s var(--rstc-ease), box-shadow 0.22s ease;
}

.rstc-footer-contact li:hover .rstc-footer-contact__icon {
    transform: scale(1.04);
    box-shadow: 0 6px 14px rgba(139, 197, 63, 0.18);
}

.rstc-footer-contact__icon svg {
    width: 17px;
    height: 17px;
}

.rstc-footer-contact strong {
    display: block;
    margin-bottom: 3px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #7a868c;
    font-family: var(--rstc-body);
}

.rstc-footer-contact a,
.rstc-footer-contact span {
    font-size: 14px;
    line-height: 1.5;
    color: var(--rstc-ink);
    font-family: var(--rstc-body);
}

.rstc-footer-contact a:hover {
    color: #5f8f24;
}

/* ---------- SEO link columns ---------- */
.rstc-footer__links {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 32px 28px;
    padding: 48px 0;
    border-bottom: 1px solid var(--rstc-line);
}

.rstc-footer__links h3 {
    margin: 0 0 18px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--rstc-ink);
    font-family: var(--rstc-font);
}

.rstc-footer__links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.rstc-footer__links li {
    margin-bottom: 10px;
}

.rstc-footer__links a {
    position: relative;
    display: inline-block;
    font-size: 13.5px;
    line-height: 1.45;
    color: var(--rstc-muted);
    font-family: var(--rstc-body);
    transition: color 0.22s ease, transform 0.22s var(--rstc-ease);
}

.rstc-footer__links a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 1.5px;
    background: var(--rstc-green);
    transition: width 0.22s var(--rstc-ease);
}

.rstc-footer__links a:hover {
    color: var(--rstc-ink);
    transform: translateX(3px);
}

.rstc-footer__links a:hover::after {
    width: 100%;
}

/* ---------- Trust ---------- */
.rstc-footer__trust {
    padding: 48px 0 40px;
    border-bottom: 1px solid var(--rstc-line);
}

.rstc-footer__trust-head {
    text-align: center;
    margin-bottom: 28px;
}

.rstc-footer__trust-head h3 {
    margin: 0 0 8px;
    font-size: clamp(19px, 2.2vw, 24px);
    font-weight: 700;
    font-family: var(--rstc-font);
}

.rstc-footer__trust-head p {
    margin: 0 auto;
    max-width: 440px;
    font-size: 14px;
    line-height: 1.55;
    color: var(--rstc-muted);
}

.rstc-footer__trust-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
}

.rstc-footer-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-height: 88px;
    height: 100%;
    padding: 16px 12px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid rgba(31, 42, 46, 0.07);
    box-shadow: 0 8px 20px rgba(31, 42, 46, 0.04);
    text-align: center;
    transition: transform 0.22s var(--rstc-ease), box-shadow 0.22s var(--rstc-ease), border-color 0.22s ease;
}

.rstc-footer-badge:hover {
    transform: translateY(-4px);
    border-color: rgba(139, 197, 63, 0.32);
    box-shadow: 0 16px 30px rgba(31, 42, 46, 0.08);
}

.rstc-footer-badge strong {
    font-size: 13.5px;
    font-weight: 700;
    font-family: var(--rstc-font);
    color: var(--rstc-ink);
}

.rstc-footer-badge span {
    font-size: 11.5px;
    color: var(--rstc-muted);
    font-family: var(--rstc-body);
}

.rstc-footer-badge em {
    font-style: normal;
    color: #e6b800;
    letter-spacing: 1px;
    font-size: 11px;
}

/* ---------- Bottom ---------- */
.rstc-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 28px 0 8px;
    flex-wrap: wrap;
}

.rstc-footer__copy {
    font-size: 13px;
    line-height: 1.55;
    color: var(--rstc-muted);
    font-family: var(--rstc-body);
}

.rstc-footer__copy strong {
    display: block;
    margin-top: 4px;
    color: var(--rstc-ink);
    font-weight: 600;
}

.rstc-footer__legal {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.rstc-footer__legal a {
    position: relative;
    font-size: 13px;
    color: var(--rstc-muted);
    font-family: var(--rstc-body);
    padding-bottom: 2px;
}

.rstc-footer__legal a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1.5px;
    background: var(--rstc-green);
    transition: width 0.22s var(--rstc-ease);
}

.rstc-footer__legal a:hover {
    color: #5f8f24;
}

.rstc-footer__legal a:hover::after {
    width: 100%;
}

.rstc-footer__seo {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* ---------- Responsive ---------- */
@media (max-width: 1199px) {
    .rstc-footer .auto-container {
        max-width: 100%;
        padding-left: 24px;
        padding-right: 24px;
    }

    .rstc-footer__top {
        grid-template-columns: 1fr 1fr;
        gap: 36px 28px;
    }

    .rstc-footer__links {
        grid-template-columns: repeat(3, 1fr);
        gap: 28px 22px;
    }

    .rstc-footer__trust-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .rstc-footer__grid {
        background-size: 44px 44px;
    }
}

@media (max-width: 991px) {
    .rstc-footer-cta {
        padding: 40px 0 8px;
    }

    .rstc-footer-cta__panel {
        flex-direction: column;
        align-items: flex-start;
        padding: 30px 26px;
        gap: 22px;
    }

    .rstc-footer__main {
        padding: 44px 0 36px;
    }

    .rstc-footer__links {
        grid-template-columns: repeat(2, 1fr);
        padding: 36px 0;
    }

    .rstc-footer__trust {
        padding: 36px 0 32px;
    }
}

@media (max-width: 767px) {
    .rstc-footer .auto-container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .rstc-footer__top {
        grid-template-columns: 1fr;
        gap: 32px;
        padding-bottom: 36px;
    }

    .rstc-footer__trust-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .rstc-footer__bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        padding: 24px 0 4px;
    }

    .rstc-footer-cta__actions {
        width: 100%;
    }

    .rstc-footer-cta__actions::before {
        display: none;
    }

    .rstc-footer-cta__actions .rstc-footer-btn {
        flex: 1 1 calc(50% - 6px);
        min-width: 140px;
    }

    .rstc-footer__grid {
        opacity: 0.9;
        background-size: 48px 48px;
    }

    .rstc-footer__glow {
        width: min(280px, 85vw);
        height: min(280px, 85vw);
    }

    .rstc-footer-news {
        padding: 20px;
    }
}

@media (max-width: 575px) {
    .rstc-footer-cta__actions .rstc-footer-btn {
        flex: 1 1 100%;
    }

    .rstc-footer-cta__copy h2 {
        font-size: 22px;
    }

    .rstc-footer__links {
        gap: 24px 18px;
    }
}

@media (max-width: 480px) {
    .rstc-footer__links {
        grid-template-columns: repeat(2, 1fr);
        gap: 22px 16px;
    }

    .rstc-footer-news__form {
        flex-direction: column;
    }

    .rstc-footer-news__form button {
        width: 100%;
        flex: none;
    }

    .rstc-footer__trust-grid {
        grid-template-columns: 1fr 1fr;
    }

    .rstc-footer-badge {
        min-height: 78px;
        padding: 12px 8px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .rstc-footer a,
    .rstc-footer-btn,
    .rstc-footer-badge,
    .rstc-footer__social a,
    .rstc-footer-insight,
    .rstc-footer-insight__thumb img,
    .rstc-footer-contact li,
    .rstc-footer-news__form button {
        transition: none;
    }
}
