.home-page .contact-screen { min-height: 0; background: #fafafa; color: #333; border-top: 1px solid #eee; }
.contact-screen .contact-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(420px, .85fr); gap: 64px; width: min(1400px, calc(100% - 112px)); margin: 0 auto; padding: 48px 0; align-items: start; }
.contact-eyebrow { margin: 0 0 14px; font-size: 13px; font-weight: 600; letter-spacing: .18em; color: var(--red); }
.contact-copy h2 { color: #1f1f1f; font-size: 40px; line-height: 1.15; margin: 0 0 20px; }
.contact-copy h2::after, .contact-screen .message-form h2::after { content: ''; display: block; width: 40px; height: 2px; background: var(--red); margin-top: 18px; }
.contact-intro { max-width: 620px; font-size: 18px; line-height: 1.55; color: #5a5a5a; margin: 0 0 26px; }
.contact-group { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 20px; }
.contact-group:last-child { margin-bottom: 0; }
.contact-symbol { display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; flex: 0 0 48px; border-radius: 50%; background: #ed1b2412; color: var(--red); }
.contact-symbol svg { width: 23px; height: 23px; stroke-width: 1.6; }
.contact-group > div { min-width: 0; flex: 1; }
.contact-screen .contact-info :is(p,a,strong) { color: #555; font-size: 15px; line-height: 1.55; overflow-wrap: anywhere; }
.contact-screen .contact-info strong { color: #333; }
.contact-screen .contact-info a { display: block; margin-bottom: 5px; }
.contact-screen .contact-info p { margin: 4px 0 0; }
.contact-screen a:hover,.site-footer a:hover { color: var(--red); }
.contact-screen .message-form { width: 100%; max-width: 600px; justify-self: end; background: #fff; border: 1px solid #e8e8e8; border-radius: 14px; padding: 34px; box-shadow: 0 8px 30px #0000000a; display: grid; gap: 16px; }
.contact-screen .message-form h2 { margin: 0; color: #1f1f1f; font-size: 30px; font-weight: 700; }
.home-page .contact-screen .quote-description { color: #666; font-size: 16px; line-height: 1.5; margin: 0 0 8px; }
.contact-screen .form-pair { grid-template-columns: 1fr; gap: 16px; }
.contact-screen :is(input,select,textarea) { background: #fff; color: #333; border: 1px solid #ddd; border-radius: 8px; font-size: 16px; min-width: 0; }
.contact-screen :is(input,select) { height: 52px; padding: 0 16px; }
.contact-screen textarea { min-height: 120px; padding: 14px 16px; }
.contact-screen :is(input,select,textarea):focus { outline: none; border-color: var(--red); }
.contact-screen .message-form .btn { min-height: 56px; width: 100%; background: var(--red); color: #fff; font-size: 17px; font-weight: 700; box-shadow: none; }
.contact-screen .message-form .btn:hover { background: var(--red-dark); }
.contact-screen .message-form .btn svg { width: 24px; height: 24px; stroke-width: 1.8; }
.site-footer { background: #f7f7f7; border-top: 1px solid #e5e5e5; }
.footer-main { display: grid; grid-template-columns: 1.4fr .8fr .9fr; gap: 70px; width: min(1400px, calc(100% - 112px)); margin: auto; padding: 48px 0; }
.site-footer .footer-brand img { width: 176px; height: 58px; object-fit: cover; object-position: center top; mix-blend-mode: multiply; filter: none; margin-bottom: 20px; }
.site-footer .footer-brand p { color: #555; font-size: 15px; line-height: 1.5; margin: 0 0 8px; max-width: 420px; }
.site-footer h3 { color: #222; font-size: 19px; margin: 0 0 22px; }
.site-footer nav a { display: flex; align-items: center; gap: 12px; margin-bottom: 13px; color: #555; font-size: 15px; }
.site-footer nav a:hover { color: var(--red); }
.footer-touch svg { width: 22px; height: 22px; color: var(--red); stroke-width: 1.6; }
.site-footer .social-row { margin-top: 20px; gap: 10px; }
.site-footer .social-link { color: var(--red); background: #fff; border: 1px solid #ddd; box-shadow: none; }
.site-footer .social-link.youtube span { border-left-color: currentColor; }
.site-footer .social-link:hover { background: var(--red); color: #fff; }
.contact-copyright { min-height: 56px; padding: 8px 20px; display: flex; justify-content: center; align-items: center; text-align: center; font-size: 13px; color: #d0d0d0; background: #20242a; }
.home-page .sticky-whatsapp.contact-in-view { visibility: hidden; pointer-events: none; }
@media (max-width: 1100px) {
 .contact-screen .contact-grid { grid-template-columns: 1fr; width: min(720px, calc(100% - 40px)); gap: 36px; }
 .contact-screen .message-form { max-width: none; }
 .footer-main { gap: 32px; width: calc(100% - 48px); }
}
@media (max-width: 820px) {
 .contact-screen .contact-grid { padding: 36px 0; }
 .contact-copy h2 { font-size: 36px; }
 .contact-intro { font-size: 17px; }
 .contact-group { gap: 12px; }
 .contact-screen .message-form { padding: 24px; }
 .contact-screen .message-form h2 { font-size: 26px; }
 .footer-main { grid-template-columns: 1fr; padding: 40px 0 76px; gap: 32px; width: calc(100% - 40px); }
}
/* Contact and footer share one bottom-of-page composition. */
.home-page .contactFooterSection { min-height: calc(100svh - var(--header-h)); display: flex; flex-direction: column; justify-content: flex-start; }
.contactFooterSection .site-footer { margin-top: auto; }
.contactFooterSection .contact-copyright { min-height: 50px; }
@media (min-width: 1101px) {
 .contactFooterSection .contact-grid { width: min(1480px, calc(100% - 112px)); padding: 32px 0 28px; gap: 60px; }
 .contactFooterSection .contact-eyebrow { margin-bottom: 8px; }
 .contactFooterSection .contact-copy h2 { font-size: 36px; margin-bottom: 14px; }
 .contactFooterSection .contact-copy h2::after { margin-top: 10px; }
 .contactFooterSection .contact-intro { font-size: 16px; line-height: 1.5; margin-bottom: 18px; }
 .contactFooterSection .contact-group { gap: 14px; margin-bottom: 10px; }
 .contactFooterSection .contact-symbol { width: 42px; height: 42px; flex-basis: 42px; }
 .contactFooterSection .contact-info :is(p,a,strong) { font-size: 14px; line-height: 1.5; }
 .contactFooterSection .contact-info a { margin-bottom: 3px; }
 .contactFooterSection .message-form { padding: 26px; gap: 10px; }
 .contactFooterSection .message-form h2 { font-size: 28px; }
 .contactFooterSection .message-form h2::after { margin-top: 12px; }
 .home-page .contactFooterSection .quote-description { font-size: 15px; margin-bottom: 4px; }
 .contactFooterSection .form-pair { grid-template-columns: 1fr 1fr; gap: 10px; }
 .contactFooterSection :is(input,select) { height: 50px; font-size: 15px; }
 .contactFooterSection textarea { min-height: 100px; height: 100px; font-size: 15px; }
 .contactFooterSection .message-form .btn { min-height: 52px; }
 .contactFooterSection .footer-main { width: min(1480px, calc(100% - 112px)); padding: 24px 0; gap: 60px; }
 .contactFooterSection .footer-brand img { width: 164px; height: 54px; margin-bottom: 10px; }
 .contactFooterSection .footer-brand p { font-size: 14px; margin-bottom: 4px; }
 .contactFooterSection .social-row { margin-top: 12px; gap: 10px; }
 .contactFooterSection .social-link { width: 34px; height: 34px; }
 .contactFooterSection .site-footer h3 { font-size: 18px; margin-bottom: 14px; }
 .contactFooterSection .site-footer nav a { font-size: 14px; margin-bottom: 7px; }
}
@media (max-width: 1100px) { .home-page .contactFooterSection { min-height: 0; } }
/* Cap the composition on tall displays instead of stretching empty space. */
@media (min-width: 1101px) { .home-page .contactFooterSection { min-height: min(900px, calc(100svh - var(--header-h))); } }
@media (min-width: 1101px) and (min-height: 1000px) {
 .contactFooterSection .contact-grid { padding-block: 48px 40px; }
 .contactFooterSection .footer-main { padding-block: 32px; }
}
/* Footer-only brand signature. */
.site-footer .footer-brand img { margin-bottom: 0; }
.site-footer .footer-brand p.footer-brand-slogan { margin: 14px 0 0; font-size: 13px; font-weight: 600; letter-spacing: .14em; text-transform: none; color: var(--red); line-height: 1.5; max-width: 100%; }
.site-footer .footer-brand p.footer-brand-desc { margin: 8px 0 0; font-size: 14px; line-height: 1.6; color: #666; max-width: 360px; }
/* Current footer channels use their own brand colors. */
.site-footer .social-link.facebook { color: #fff; background: #1877f2; border-color: #1877f2; }
.site-footer .social-link.linkedin { color: #fff; background: #0a66c2; border-color: #0a66c2; }
.site-footer .social-link.facebook:hover { color: #fff; background: #1464cc; border-color: #1464cc; }
.site-footer .social-link.linkedin:hover { color: #fff; background: #084f96; border-color: #084f96; }
