.site-footer{
    margin-top:clamp(44px,5vw,72px);
    padding:18px 0 24px;
    background:linear-gradient(180deg,#fff 0%,#fff8fa 36%,#fff4f8 100%);
    border-top:1px solid rgba(236,91,137,.14);
}
.site-footer a{color:inherit;text-decoration:none;}
.site-footer__benefits{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    margin:0 0 26px;
    border:1px solid rgba(236,91,137,.17);
    border-radius:20px;
    background:rgba(255,255,255,.68);
    overflow:hidden;
}
.site-footer__benefit{
    display:grid;
    grid-template-columns:minmax(0,1fr);
    align-items:center;
    gap:0;
    min-height:82px;
    padding:14px 24px;
}
.site-footer__benefit:not(:last-child){border-right:1px solid rgba(236,91,137,.12);}
.site-footer__benefit strong,.site-footer__benefit span{display:block;}
.site-footer__benefit strong{font-size:15px;line-height:1.25;font-weight:750;}
.site-footer__benefit div>span{margin-top:4px;color:var(--color-muted);font-size:12px;line-height:1.4;}
.site-footer__main{
    display:grid;
    grid-template-columns:minmax(300px,1.45fr) repeat(3,minmax(140px,.7fr));
    gap:clamp(30px,5vw,72px);
    padding:clamp(34px,4vw,58px) 0;
}
.site-footer__brand{max-width:430px;}
.site-footer__logo{display:inline-flex;width:88px;height:88px;align-items:center;justify-content:center;}
.site-footer__logo img{display:block;width:100%;height:100%;object-fit:contain;}
.site-footer__brand>p{max-width:390px;margin:18px 0 0;color:#4e474a;font-size:15px;line-height:1.65;}
.site-footer__socials{display:flex;gap:9px;margin-top:18px;}
.site-footer__socials a{display:grid;place-items:center;width:40px;height:40px;border:1px solid rgba(17,17,17,.12);border-radius:50%;background:#fff;transition:color .2s ease,border-color .2s ease,transform .2s ease,background .2s ease;}
.site-footer__socials a:hover{transform:translateY(-2px);color:#fff;border-color:transparent;background:linear-gradient(135deg,#f56da2,#ec3f7a);}
.site-footer__socials svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;}
.site-footer__contact{display:flex;flex-direction:column;align-items:flex-start;gap:7px;margin-top:20px;font-size:14px;font-weight:650;}
.site-footer__contact a:hover,.site-footer__menu a:hover{color:#ed4f86;}
.site-footer__nav h3{margin:8px 0 18px;font-size:13px;letter-spacing:.14em;text-transform:uppercase;}
.site-footer__menu{display:flex;flex-direction:column;gap:11px;margin:0;padding:0;list-style:none;}
.site-footer__menu a{color:#5f575a;font-size:14px;line-height:1.4;transition:color .2s ease,transform .2s ease;}
.site-footer__menu a:hover{display:inline-block;transform:translateX(3px);}
.site-footer__bottom{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;padding-top:22px;border-top:1px solid rgba(17,17,17,.1);color:#70686b;font-size:12px;}
.site-footer__bottom nav{justify-self:center;}
.site-footer__bottom .site-footer__menu{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:18px;}
.site-footer__credit{justify-self:end;font-weight:700;}
.site-footer__credit:hover{color:#ed4f86;}
@media(max-width:1100px){
    .site-footer__main{grid-template-columns:1.2fr repeat(3,1fr);gap:30px;}
}
@media(max-width:767px){
    .site-footer{margin-top:40px;padding-top:14px;}
    .site-footer__benefits{grid-template-columns:1fr;margin-bottom:20px;border-radius:18px;}
    .site-footer__benefit{min-height:72px;padding:14px 20px;}
    .site-footer__benefit:not(:last-child){border-right:0;border-bottom:1px solid rgba(236,91,137,.12);}
    .site-footer__main{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 22px;padding:34px 0;}
    .site-footer__brand{grid-column:1/-1;}
    .site-footer__bottom{grid-template-columns:1fr;text-align:center;gap:14px;}
    .site-footer__bottom nav,.site-footer__credit{justify-self:center;}
}
@media(max-width:479px){
    .site-footer__main{grid-template-columns:1fr 1fr;}
    .site-footer__nav:last-child{grid-column:1/-1;}
}
@media(prefers-reduced-motion:reduce){.site-footer *{scroll-behavior:auto;transition:none;}}

/* Mobile footer rhythm */
@media(max-width:767px){
  .site-footer{margin-top:40px}
  .site-footer__benefits{margin-inline:16px;border-radius:22px}
  .site-footer__benefit{min-height:0;padding:18px 16px}
  .site-footer__main{padding:34px 16px 24px}
  .site-footer__columns{gap:24px 18px}
  .site-footer__bottom{gap:14px;padding-block:18px}
}

/* Mobile footer layout */
@media (max-width: 767px) {
    .site-footer { margin-top: 32px; }
    .site-footer__benefits { width: calc(100% - 32px); margin: 0 auto 20px; }
    .site-footer__benefit { padding: 17px 18px; text-align: left; }
    .site-footer__benefit h3 { margin-bottom: 4px; }
    .site-footer__main { width: calc(100% - 32px); margin-inline: auto; padding: 30px 0 22px; }
    .site-footer__brand > p { margin-top: 12px; line-height: 1.55; }
    .site-footer__bottom { width: calc(100% - 32px); margin-inline: auto; padding: 18px 0 max(18px, env(safe-area-inset-bottom)); }
}

.site-footer__benefits{grid-template-columns:minmax(0,1fr);}
.site-footer__benefit{justify-content:center;text-align:center;}
