﻿.site-footer {
  padding: 0;
  background: #ffffff; }

.site-footer-shell {
  border: 1px solid #e3e8f2;
  border-radius: 0;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(26, 37, 63, 0.06);
  width: 100%; }

.site-footer-divider {
  width: 100%;
  border-top: 1px solid #e8edf5; }

.site-footer-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  padding: 18px 56px 12px; }

.site-footer-brand {
  flex: 1 1 68%;
  max-width: 760px; }

.site-footer-logo {
  display: inline-block;
  line-height: 0;
  margin-left: 0;
  margin-bottom: 12px;
  text-decoration: none; }

.site-footer-logo img {
  display: block;
  width: auto;
  max-width: 320px;
  height: 84px;
  object-fit: contain;
  filter: saturate(1.05) contrast(1.03); }

.site-footer-logo:hover,
.site-footer-logo:focus {
  text-decoration: none; }

.site-footer-brand p {
  margin: 0;
  color: #6f7787;
  font-size: 1.95rem;
  line-height: 1.65; }

.site-footer-cta {
  flex: 0 0 auto;
  margin-top: 52px;
  text-align: right; }

.site-footer-cta p {
  margin: 0 0 18px;
  color: #7a8290;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase; }

.site-footer-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 314px;
  min-height: 64px;
  padding: 0 34px;
  border-radius: 999px;
  background: #ef2b23;
  color: #ffffff;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(239, 43, 35, 0.2);
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease; }

.site-footer-cta a:hover,
.site-footer-cta a:focus {
  color: #ffffff;
  text-decoration: none;
  background: #db231b;
  transform: translateY(-1px); }

.site-footer-cta a:active {
  transform: translateY(1px); }

.site-footer-bottom {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 18px;
  align-items: center;
  padding: 24px 56px 28px;
  justify-content: space-between; }

.site-footer-contact,
.site-footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center; }

.site-footer-contact a,
.site-footer-nav a,
.site-footer-copy {
  color: #6e7584;
  font-size: 1.35rem;
  font-weight: 600;
  text-decoration: none; }

.site-footer-contact a:hover,
.site-footer-contact a:focus,
.site-footer-nav a:hover,
.site-footer-nav a:focus {
  color: #ef2b23;
  text-decoration: none; }

.site-footer-contact i {
  margin-right: 10px;
  color: #ef2b23; }

.site-footer-copy {
  margin: 0;
  text-align: center;
  white-space: nowrap; }

@media (max-width: 1199px) {
  .site-footer-top {
    padding: 16px 34px 16px; }

  .site-footer-logo img {
    max-width: 250px;
    height: 66px; }

  .site-footer-bottom {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 24px 34px 28px; }

  .site-footer-contact,
  .site-footer-nav {
    justify-content: center; }

  .site-footer-copy {
    white-space: normal;
    text-align: center; } }
@media (max-width: 767px) {
  .site-footer {
    padding-bottom: 0; }

  .site-footer-top {
    flex-direction: column;
    align-items: center;
    padding: 18px 20px;
    text-align: center; }

  .site-footer-brand {
    max-width: none;
    width: 100%; }

  .site-footer-logo {
    margin-left: 0;
    margin-bottom: 12px;
    display: inline-block; }

  .site-footer-logo img {
    width: auto;
    max-width: 180px;
    height: 46px; }

  .site-footer-brand p {
    margin-top: 16px;
    font-size: 1.7rem;
    text-align: center; }

  .site-footer-cta {
    width: 100%;
    text-align: center; }

  .site-footer-cta a {
    width: 100%;
    min-width: 0;
    min-height: 56px;
    font-size: 1.8rem; }

  .site-footer-bottom {
    gap: 18px;
    padding: 20px;
    justify-items: center;
    text-align: center; }

  .site-footer-contact,
  .site-footer-nav {
    width: 100%;
    gap: 14px 20px;
    justify-content: center; }

  .site-footer-contact {
    flex-direction: column;
    align-items: center; }

  .site-footer-nav {
    flex-direction: column;
    align-items: center; }

  .site-footer-contact a,
  .site-footer-nav a {
    width: auto;
    text-align: center; }

  .site-footer-copy {
    white-space: normal;
    max-width: 100%;
    text-align: center; } }

