/* =====================================================
CITY FOOTER
===================================================== */

.city-footer {
position: relative;
color: #ffffff;
background: #12245c;
}

.city-footer-cta {
position: relative;
min-height: 330px;
overflow: hidden;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}

.city-footer-cta__overlay {
position: absolute;
inset: 0;
background:
linear-gradient(
90deg,
rgba(17, 34, 87, 0.94) 0%,
rgba(24, 43, 103, 0.88) 52%,
rgba(34, 52, 112, 0.8) 100%
);
}

.city-footer-cta__container {
position: relative;
z-index: 2;
display: grid;
grid-template-columns: minmax(0, 1fr) 330px;
min-height: 330px;
align-items: center;
gap: 70px;
padding-top: 58px;
padding-bottom: 58px;
}

.city-footer-cta__content {
max-width: 720px;
}

.city-footer-cta__eyebrow {
display: inline-flex;
align-items: center;
gap: 11px;
margin-bottom: 14px;
color: rgba(255, 255, 255, 0.74);
font-size: 0.72rem;
font-weight: 750;
letter-spacing: 0.14em;
text-transform: uppercase;
}

.city-footer-cta__eyebrow::before {
display: block;
width: 30px;
height: 2px;
background: #d5b76f;
content: "";
}

.city-footer-cta__title {
max-width: 620px;
margin: 0;
color: #ffffff;
font-size: clamp(2rem, 3.3vw, 3.0rem);
font-weight: 800;
line-height: 1.06;
letter-spacing: -0.04em;
text-wrap: balance;
}

.city-footer-cta__description {
max-width: 640px;
margin: 20px 0 0;
color: rgba(255, 255, 255, 0.78);
font-size: 0.94rem;
line-height: 1.7;
}

.city-footer-cta__actions {
display: flex;
flex-direction: column;
gap: 14px;
}

.city-footer-cta__button {
display: grid;
grid-template-columns: 42px minmax(0, 1fr) 18px;
min-height: 62px;
align-items: center;
gap: 13px;
padding: 12px 18px;
color: #ffffff;
font-size: 0.84rem;
font-weight: 700;
text-decoration: none;
border: 1px solid rgba(255, 255, 255, 0.42);
border-radius: 10px;
transition:
color 0.22s ease,
background-color 0.22s ease,
border-color 0.22s ease,
transform 0.22s ease;
}

.city-footer-cta__button--primary {
color: #14245b;
background: #ffffff;
border-color: #ffffff;
}

.city-footer-cta__button--secondary {
color: #ffffff;
background: rgba(255, 255, 255, 0.04);
}

.city-footer-cta__button:hover {
transform: translateY(-2px);
}

.city-footer-cta__button--primary:hover {
color: #ffffff;
background: #d0ae62;
border-color: #d0ae62;
}

.city-footer-cta__button--secondary:hover {
color: #14245b;
background: #ffffff;
border-color: #ffffff;
}

.city-footer-cta__button-icon {
display: inline-flex;
width: 38px;
height: 38px;
align-items: center;
justify-content: center;
border-radius: 50%;
background: rgba(18, 36, 92, 0.08);
font-size: 1rem;
}

.city-footer-cta__button--secondary .city-footer-cta__button-icon {
background: rgba(255, 255, 255, 0.1);
}

.city-footer-cta__button-arrow {
font-size: 0.72rem;
transition: transform 0.2s ease;
}

.city-footer-cta__button:hover .city-footer-cta__button-arrow {
transform: translateX(4px);
}

.city-footer-cta__button:focus-visible {
outline: 3px solid #d5b76f;
outline-offset: 4px;
}

/* =====================================================
MAIN FOOTER
===================================================== */

.city-footer-main {
position: relative;
overflow: hidden;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}

.city-footer-main__overlay {
position: absolute;
inset: 0;
background:
linear-gradient(
180deg,
rgba(17, 34, 87, 0.92) 0%,
rgba(11, 24, 67, 0.96) 100%
);
}

.city-footer-main__container {
position: relative;
z-index: 2;
padding-top: 34px;
padding-bottom: 26px;
}

/* =====================================================
SOCIAL LINKS
===================================================== */

.city-footer-social {
display: flex;
align-items: center;
justify-content: center;
gap: 14px;
flex-wrap: wrap;
}

.city-footer-social__link {
display: inline-flex;
min-height: 36px;
align-items: center;
justify-content: center;
gap: 9px;
padding: 7px 16px;
color: rgba(255, 255, 255, 0.88);
font-size: 0.68rem;
font-weight: 650;
letter-spacing: 0.05em;
text-decoration: none;
text-transform: uppercase;
border: 1px solid rgba(255, 255, 255, 0.38);
border-radius: 999px;
transition:
color 0.2s ease,
background-color 0.2s ease,
border-color 0.2s ease,
transform 0.2s ease;
}

.city-footer-social__link:hover {
color: #14245b;
background: #ffffff;
border-color: #ffffff;
transform: translateY(-2px);
}

.city-footer-social__link [class^="icon-"],
.city-footer-social__link [class*=" icon-"] {
font-size: 0.82rem;
}

.city-footer-social__link:focus-visible {
outline: 3px solid #d5b76f;
outline-offset: 4px;
}

.city-footer-main__divider {
width: 100%;
height: 1px;
margin: 26px 0;
background: rgba(255, 255, 255, 0.22);
}

/* =====================================================
FOOTER GRID
===================================================== */

.city-footer-main__grid {
display: grid;
grid-template-columns: 1.2fr 1fr 1fr;
gap: 60px;
align-items: start;
}

/* =====================================================
BRAND
===================================================== */

.city-footer-brand {
max-width: 360px;
}

.city-footer-brand__link {
display: inline-flex;
align-items: center;
gap: 16px;
color: #ffffff;
text-decoration: none;
}

.city-footer-brand__logo {
display: block;
width: 54px;
height: auto;
object-fit: contain;
}

.city-footer-brand__text {
display: flex;
flex-direction: column;
line-height: 1;
}

.city-footer-brand__city {
color: rgba(255, 255, 255, 0.82);
font-size: 1rem;
font-weight: 400;
}

.city-footer-brand__name {
margin-top: 5px;
color: #ffffff;
font-size: 1.65rem;
font-weight: 800;
letter-spacing: 0.03em;
}

.city-footer-brand__description {
max-width: 300px;
margin: 20px 0 0;
color: rgba(255, 255, 255, 0.66);
font-size: 0.78rem;
line-height: 1.65;
}

/* =====================================================
FOOTER COLUMNS
===================================================== */

.city-footer-column__title {
margin: 0 0 20px;
color: #ffffff;
font-size: 0.92rem;
font-weight: 700;
letter-spacing: 0.01em;
}

.city-footer-column__title::after {
display: block;
width: 32px;
height: 2px;
margin-top: 10px;
background: #d5b76f;
content: "";
}

.city-footer-column__empty {
margin: 0;
color: rgba(255, 255, 255, 0.66);
font-size: 0.78rem;
}

/* =====================================================
CONTACT
===================================================== */

.city-footer-contact {
display: flex;
flex-direction: column;
gap: 14px;
margin: 0;
font-style: normal;
}

.city-footer-contact__item {
display: flex;
align-items: flex-start;
gap: 11px;
color: rgba(255, 255, 255, 0.78);
font-size: 0.78rem;
line-height: 1.55;
text-decoration: none;
}

a.city-footer-contact__item:hover {
color: #ffffff;
}

.city-footer-contact__icon {
flex: 0 0 auto;
margin-top: 2px;
color: #d5b76f;
font-size: 0.8rem;
}

.city-footer-contact__item:focus-visible {
outline: 3px solid #d5b76f;
outline-offset: 4px;
border-radius: 4px;
}

/* =====================================================
USEFUL LINKS
===================================================== */

.city-footer-links {
display: flex;
flex-direction: column;
gap: 11px;
margin: 0;
padding: 0;
list-style: none;
}

.city-footer-links__item {
margin: 0;
}

.city-footer-links__link {
display: inline-flex;
align-items: center;
gap: 9px;
color: rgba(255, 255, 255, 0.75);
font-size: 0.78rem;
line-height: 1.45;
text-decoration: none;
transition:
color 0.2s ease,
transform 0.2s ease;
}

.city-footer-links__link:hover {
color: #ffffff;
transform: translateX(4px);
}

.city-footer-links__icon {
flex: 0 0 auto;
color: #d5b76f;
font-size: 0.62rem;
}

.city-footer-links__link:focus-visible,
.city-footer-links__children a:focus-visible {
outline: 3px solid #d5b76f;
outline-offset: 4px;
border-radius: 4px;
}

.city-footer-links__children {
display: flex;
flex-direction: column;
gap: 8px;
margin: 9px 0 0 20px;
padding: 0;
list-style: none;
}

.city-footer-links__children a {
color: rgba(255, 255, 255, 0.62);
font-size: 0.72rem;
text-decoration: none;
}

.city-footer-links__children a:hover {
color: #ffffff;
}

/* =====================================================
FOOTER BOTTOM
===================================================== */

.city-footer-bottom {
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
flex-wrap: wrap;
color: rgba(255, 255, 255, 0.62);
font-size: 0.68rem;
text-align: center;
}

.city-footer-bottom p {
margin: 0;
}

.city-footer-bottom__developer::before {
margin-right: 8px;
content: "|";
color: rgba(255, 255, 255, 0.36);
}

.city-footer-bottom__developer a {
color: #ffffff;
font-weight: 700;
text-decoration: none;
}

.city-footer-bottom__developer a:hover {
color: #d5b76f;
}

.city-footer-bottom__developer a:focus-visible {
outline: 3px solid #d5b76f;
outline-offset: 4px;
border-radius: 3px;
}


/* =====================================================
TABLET
===================================================== */

@media (max-width: 991.98px) {
.city-footer-cta__container {
grid-template-columns: minmax(0, 1fr) 280px;
gap: 44px;
}

.city-footer-main__grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 44px;
}

.city-footer-brand {
grid-column: 1 / -1;
max-width: 100%;
}
}

/* =====================================================
MOBILE
===================================================== */

@media (max-width: 767.98px) {
.city-footer-cta {
min-height: auto;
}

.city-footer-cta__container {
grid-template-columns: minmax(0, 1fr);
min-height: auto;
gap: 32px;
padding-top: 50px;
padding-bottom: 50px;
}

.city-footer-cta__content {
max-width: 100%;
}

.city-footer-cta__title {
font-size: clamp(2rem, 10vw, 3rem);
}

.city-footer-cta__description {
font-size: 0.88rem;
}

.city-footer-cta__actions {
width: 100%;
}

.city-footer-cta__button {
width: 100%;
}

.city-footer-main__container {
padding-top: 28px;
padding-bottom: 22px;
}

.city-footer-social {
justify-content: flex-start;
gap: 10px;
}

.city-footer-social__link {
min-height: 40px;
padding: 8px 13px;
}

.city-footer-main__divider {
margin: 22px 0;
}

.city-footer-main__grid {
grid-template-columns: minmax(0, 1fr);
gap: 34px;
}

.city-footer-brand {
max-width: 100%;
}

.city-footer-brand__logo {
width: 48px;
}

.city-footer-brand__name {
font-size: 1.45rem;
}

.city-footer-bottom {
flex-direction: column;
gap: 4px;
}

.city-footer-bottom__developer::before {
display: none;
}
}

/* =====================================================
SMALL MOBILE
===================================================== */

@media (max-width: 479.98px) {
.city-footer-social {
display: grid;
grid-template-columns: 1fr;
}

.city-footer-social__link {
width: 100%;
}

.city-footer-cta__button {
grid-template-columns: 38px minmax(0, 1fr) 16px;
padding-right: 15px;
padding-left: 15px;
}
}
