.mega-footer { position: relative; margin-top: 40px; padding: 80px max(24px,calc((100vw - 1380px)/2)) 26px; background: linear-gradient(135deg,rgba(255,255,255,.45),rgba(230,246,240,.36)); border-radius: 48px 48px 0 0; border-top: 1px solid rgba(255,255,255,.9); box-shadow: inset 0 1px 0 white; backdrop-filter: blur(20px); color: #30343d; }
.mega-footer .footer__inner { display: grid; grid-template-columns: 1.5fr repeat(5,minmax(0,1fr)); gap: 30px; }
.mega-footer .footer__logo-img { display: block; width: 170px; height: auto; margin-bottom: 20px; }
.mega-footer .footer__tagline { max-width: 260px; margin: 0 0 22px; font: 400 14px/1.6 Jost,sans-serif; }
.mega-footer .footer__contact { font: 400 13px/1.85 Jost,sans-serif; }
.mega-footer .footer__heading { margin: 0 0 21px; font: 650 12px/1.4 Jost,sans-serif; letter-spacing: .06em; text-transform: uppercase; color: #176561; }
.mega-footer ul { list-style: none; margin: 0; padding: 0; }
.mega-footer li { margin-bottom: 10px; }
.mega-footer a { color: #424852; font: 400 13px/1.5 Jost,sans-serif; text-decoration: none; text-underline-offset: 4px; }
.mega-footer a:hover { color: #075e5d; text-decoration: underline; }
.mega-footer .footer__bar { display: flex; gap: 30px; justify-content: space-between; margin-top: 50px; padding-top: 22px; border-top: 1px solid rgba(28,27,41,.11); font: 400 11px/1.6 Jost,sans-serif; color: #5c626a; }
.mega-footer .footer__bar p { margin: 0; }
@media(max-width:1150px){.mega-footer .footer__inner{grid-template-columns:repeat(3,minmax(0,1fr));gap:40px}.mega-footer .footer__brand{grid-row:span 2}.mega-footer .footer__bar{display:block}.mega-footer .footer__bar p+p{margin-top:10px}}
@media(max-width:600px){.mega-footer{padding-top:50px;border-radius:32px 32px 0 0}.mega-footer .footer__inner{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px}.mega-footer .footer__brand{grid-column:1/-1;grid-row:auto}.mega-footer .footer__tagline{max-width:100%}.mega-footer a{display:inline-block;padding:5px 0;font-size:13px}.mega-footer li{margin-bottom:4px}}
