.site-footer { color: #f8fbff; background-color: #111315; background-image: radial-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(115deg, rgba(0,102,255,.12), transparent 42%); background-size: 12px 12px, 100% 100%; }
.site-footer .shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .85fr 1fr .9fr 1.1fr; gap: 30px; padding: 58px 0 46px; }
.footer-brand { max-width: 290px; }
.footer-brand-mark { display: block; width: 250px; height: 90px; color: transparent; background: url("Tecenda_Logo_Principal_Fundo_Transparente.png") left center / contain no-repeat; filter: brightness(0) invert(1); font-size: 0; text-decoration: none; }
.footer-brand small { display: none; }
.footer-brand p { margin: 0; color: #c8d0d8; font-size: 14px; line-height: 1.8; }
.footer-column h2 { margin: 0 0 18px; color: #fff; font-size: 16px; font-weight: 800; letter-spacing: .02em; text-transform: uppercase; }
.footer-column ul { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.footer-column:nth-child(3) li:nth-child(3) { display: none; }
.footer-column li, .footer-column a { color: #dce4eb; font-size: 14px; line-height: 1.55; text-decoration: none; }
.footer-column a:hover, .footer-column a:focus-visible { color: #00d0d1; }
.footer-item-label { display: block; margin-bottom: 2px; color: #8f9da9; font-size: 12px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 0 24px; border-top: 1px solid rgba(255,255,255,.13); color: #9da9b5; font-size: 12px; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 26px; } .footer-brand { max-width: none; } }
@media (max-width: 620px) { .site-footer .shell { width: min(100% - 32px, 1180px); } .footer-grid { grid-template-columns: 1fr; gap: 28px; padding: 42px 0 34px; } .footer-brand { max-width: 320px; } .footer-bottom { align-items: flex-start; flex-direction: column; gap: 6px; } }
