.main-footer { background: var(--navy); padding: 60px 0 40px; font-family: "Hanken Grotesk", sans-serif; text-transform: none; color: #bdcadc; }
.main-footer .footer-top { display: grid; grid-template-columns: 1.5fr repeat(4, 1fr); gap: 32px; padding-bottom: 44px; border-bottom: 1px solid #263a55; margin-bottom: 28px; }
.main-footer .footer-logo { font-family: "Bricolage Grotesque", sans-serif; font-size: 30px; font-weight: 700; color: white; margin-bottom: 16px; }
.main-footer .footer-logo { display: flex; align-items: center; gap: 12px; }
.main-footer .footer-logo img { width: 40px; height: 40px; object-fit: contain; }
.contact-dialog { width: min(580px, calc(100% - 32px)); max-height: calc(100vh - 40px); overflow: auto; margin: auto; padding: 40px; border: 1px solid #cbd8e9; border-radius: 20px; color: #051229; background: #f5f7fb; font-family: "Hanken Grotesk", sans-serif; box-shadow: 0 30px 100px #05122955; }
.contact-dialog::backdrop { background: #051229aa; backdrop-filter: blur(5px); }
.contact-close { position: absolute; right: 14px; top: 10px; width: 40px; height: 40px; border: 0; background: transparent; font-size: 30px; color: #4a6080; cursor: pointer; }
.contact-dialog h2 { margin: 8px 0 12px; font-size: 34px; line-height: 1.1; }
.contact-dialog p { color: #4a6080; font-size: 17px; line-height: 1.5; }
.contact-dialog label { display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; font-size: 16px; font-weight: 600; }
.contact-dialog input { width: 100%; min-width: 0; padding: 12px; border: 1px solid #aebfd5; border-radius: 7px; background: white; color: #051229; font: inherit; }
.contact-dialog input:focus { outline: 2px solid #008fa8; outline-offset: 2px; }
.contact-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-dialog .contact-hint { font-size: 14px; margin-top: -8px; }
.contact-dialog .contact-feedback { color: #9d3629; font-size: 15px; }
.contact-dialog .contact-feedback[data-state="success"] { color: #006b5f; font-weight: 600; }
.contact-dialog .contact-feedback:empty { display: none; }
.contact-dialog .btn { width: 100%; min-height: 52px; font-size: 18px; cursor: pointer; }
@media (max-width: 650px) { .contact-dialog { padding: 30px 22px; } .contact-fields { grid-template-columns: 1fr; gap: 0; } }
.main-footer .footer-desc { font-size: 15px; line-height: 1.6; max-width: 270px; }
.main-footer .footer-col-title { font-size: 16px; font-weight: 600; color: white; margin-bottom: 18px; }
.main-footer .footer-links { padding: 0; margin: 0; list-style: none; display: flex; flex-direction: column; gap: 12px; }
.main-footer a { color: #bdcadc; text-decoration: none; font-size: 14px; line-height: 1.5; }
.main-footer a:hover, .main-footer a:focus-visible { color: var(--cyan); }
.main-footer .footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 24px; font-size: 13px; }
.main-footer .footer-legal { display: flex; flex-wrap: wrap; gap: 24px; }
.closing .btn.primary { min-height: 64px; padding: 18px 28px; font-size: 19px; font-weight: 700; flex-shrink: 0; border: 1px solid #3de0f7; border-bottom: 4px solid #007d91; border-radius: 10px; box-shadow: 0 10px 24px rgba(0,143,168,.18); }

.closing .btn.primary:hover { transform: translateY(-2px); background: #3ddbf1; }
@media (max-width: 980px) { .main-footer .footer-top { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 650px) { .main-footer .footer-top { grid-template-columns: 1fr; } .closing .btn.primary { max-width: 100%; font-size: 17px; } }
