.site-footer{background:var(--plum);color:var(--cream);overflow:hidden;padding-block:var(--space-8) var(--space-3);position:relative}.site-footer:after,.site-footer:before{border-radius:999px;content:"";pointer-events:none;position:absolute}.site-footer:before{background:var(--coral);height:250px;opacity:.18;right:-70px;top:-110px;width:250px}.site-footer:after{background:var(--yellow);bottom:-130px;height:210px;left:20%;opacity:.12;width:210px}.site-footer__inner{position:relative;z-index:1}.site-footer__brand{align-items:center;border-bottom:1px solid color-mix(in srgb,var(--cream) 24%,transparent);display:grid;gap:var(--space-4);grid-template-columns:minmax(0,180px) minmax(0,460px);justify-content:space-between;padding-bottom:var(--space-6)}.site-footer__logo-link{background:var(--cream);border-radius:var(--radius-md);display:inline-flex;width:fit-content}.site-footer__logo{height:auto;width:156px}.site-footer__brand p{color:var(--mint);font-size:clamp(1.5rem,3vw,2.25rem);font-weight:750;line-height:1.15;margin:0;max-width:24ch}.site-footer__links{display:grid;gap:var(--space-4);grid-template-columns:repeat(4,minmax(0,1fr));padding-block:var(--space-6)}.site-footer h2{color:var(--coral);font-size:.8125rem;font-weight:800;letter-spacing:.09em;margin:0 0 var(--space-2);text-transform:uppercase}.site-footer ul{display:grid;gap:10px;list-style:none;margin:0;padding:0}.site-footer a{border-radius:4px;text-decoration-color:transparent;text-decoration-thickness:2px;text-underline-offset:5px;transition:color .16s ease,text-decoration-color .16s ease}.site-footer a:hover{color:var(--yellow);text-decoration-color:currentcolor}.site-footer__start-free{color:var(--yellow);font-weight:800}.site-footer__base{align-items:center;border-top:1px solid color-mix(in srgb,var(--cream) 24%,transparent);color:color-mix(in srgb,var(--cream) 78%,transparent);display:flex;font-size:.875rem;gap:var(--space-3);justify-content:space-between;padding-top:var(--space-3)}.site-footer__base p{margin:0}.site-footer .site-footer__socials{display:flex;flex-wrap:wrap;gap:var(--space-3)}.site-footer__socials a{color:var(--mint);font-weight:800}@media (max-width:767px){.site-footer{padding-block:var(--space-6) var(--space-3)}.site-footer__brand{grid-template-columns:minmax(0,1fr);padding-bottom:var(--space-4)}.site-footer__links{gap:var(--space-4) var(--space-3);grid-template-columns:repeat(2,minmax(0,1fr));padding-block:var(--space-4)}.site-footer__base{align-items:flex-start;flex-direction:column}}@media (max-width:420px){.site-footer__links{grid-template-columns:minmax(0,1fr)}}@media (prefers-reduced-motion:reduce){.site-footer a{transition:none}}