/* One continuous navy closing: a focused CTA followed by an open footer. */
.closing {
  --closing-paper: #f7f8fb;
  --closing-muted: #c5d2e2;
  position: relative; isolation: isolate; overflow: hidden;
  color: var(--closing-paper);
  background: radial-gradient(ellipse at 50% 0, #294967 0, transparent 66%), linear-gradient(#172b44, #13243b);
  padding: 82px 0 74px;
}
.closing__pattern { position: absolute; inset: 0; z-index: -1; pointer-events: none; }
.closing__grid { position: absolute; inset: 0; background: radial-gradient(#c5dfff40 .7px, transparent .7px); background-size: 27px 27px; mask-image: linear-gradient(90deg, #000, transparent 26%, transparent 74%, #000); opacity: .5; }
.closing__lines { width: 100%; height: 100%; fill: none; stroke-width: 1; }
.closing__guides { stroke: #badcff26; }
.closing__signal { stroke: #ffb0888c; stroke-dasharray: .09 .91; stroke-dashoffset: 1; }
.closing--visible .closing__signal { animation: closing-signal 4.5s ease-in-out both; }
.closing__inner { text-align: center; max-width: 920px; }
.closing__eyebrow { justify-content: center; color: #bed5eb; font-size: .875rem; }
.closing__eyebrow .eyebrow__line { background: #ffb088; }
.closing h2 { font-size: clamp(2.5rem, 4.5vw, 4rem); font-weight: 800; line-height: 1.13; letter-spacing: -.055em; margin-top: 23px; }
.closing h2>span { position: relative; display: inline-block; color: #c8e4fb; }
.closing__underline { position: absolute; left: -5%; width: 110%; height: 17px; bottom: -13px; fill: none; stroke: #ffb088; stroke-width: 1.6; overflow: visible; }
.closing--visible .closing__underline path { stroke-dasharray: 1; animation: closing-underline 1.6s .2s var(--ease) both; }
.closing__description { max-width: 680px; margin: 34px auto 0; font-size: 1.125rem; line-height: 1.85; color: var(--closing-muted); }
.closing__button { display: inline-flex; align-items: center; justify-content: space-between; gap: 22px; max-width: 100%; margin-top: 30px; padding: 12px 13px 12px 24px; border: 1px solid #ffffff1f; border-radius: 100px; background: #ce4312; color: #fff; font-size: 1rem; font-weight: 500; line-height: 1.4; box-shadow: 0 12px 35px -19px #f06e3780; transition: background .3s, box-shadow .3s, transform .3s var(--ease); }
.closing__button-icon { display: grid; place-items: center; width: 40px; height: 40px; flex: 0 0 40px; border-radius: 50%; background: #ffffff1a; transition: transform .35s var(--ease), background .35s; }
.closing__button:hover { transform: translateY(-3px); background: #bf390c; box-shadow: 0 18px 40px -20px #f06e3799; }
.closing__button:hover .closing__button-icon { transform: rotate(45deg); background: #ffffff29; }
.closing__note { color: #bccbde; font-size: .875rem; line-height: 1.6; margin-top: 18px; }
.closing a:focus-visible, .site-footer a:focus-visible { outline-color: #ffb088; }
.site-footer { color: #e9f0f7; background: #13243b; padding-bottom: 26px; }
.site-footer__main { display: grid; gap: 36px; padding-block: 38px; border-top: 1px solid #bed8ef2b; }
.site-footer__brand { display: inline-flex; }
.site-footer__brand .brand__symbol { color: #f7f8fb; }
.site-footer__brand .brand__symbol>span { color: #ffb088; }
.site-footer__brand .brand__name { color: #f7f8fb; }
.site-footer__brand .brand__name>span { color: #bfd8ef; }
.site-footer__identity>p { margin-top: 20px; color: #bbcadd; font-size: 1rem; line-height: 1.8; }
.site-footer__nav, .site-footer__contact { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.site-footer__label { color: #aebfd3; font-size: .875rem; font-weight: 500; letter-spacing: .07em; margin-bottom: 6px; line-height: 1.6; }
.site-footer__nav>a, .site-footer__contact>a { font-size: 1rem; line-height: 1.6; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.site-footer__contact .site-footer__email { font-size: clamp(1rem, 1.5vw, 1.125rem); overflow-wrap: anywhere; }
.site-footer__contact>p:last-child { color: #bbcadd; font-size: .875rem; line-height: 1.7; }
.site-footer a:hover { color: #ffb088; }
.site-footer__nav>a:hover, .site-footer__contact>a:hover { text-decoration: underline; }
.site-footer__bottom { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid #bed8ef26; }
.site-footer__bottom>p { font-size: .875rem; line-height: 1.8; color: #aebfd3; }
.site-footer__top { display: inline-flex; align-items: center; gap: 14px; font-size: .875rem; }
.site-footer__top>span { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid #bed8ef40; border-radius: 50%; font-size: 20px; transition: transform .3s; }
.site-footer__top:hover>span { transform: translateY(-3px); }
@keyframes closing-signal { 0% { stroke-dashoffset: 1; opacity: 0; } 12% { opacity: 1; } 85% { opacity: 1; } 100% { stroke-dashoffset: 0; opacity: 0; } }
@keyframes closing-underline { from { stroke-dashoffset: 1; } to { stroke-dashoffset: 0; } }
@media (min-width: 600px) { .site-footer__main { grid-template-columns: 1fr 1fr; } .site-footer__identity { grid-column: 1/-1; } }
@media (min-width: 1000px) { .closing { padding-block: 100px 88px; } .site-footer__main { grid-template-columns: 1.2fr .7fr 1.1fr; gap: 48px; padding-block: 44px; } .site-footer__identity { grid-column: auto; } }
@media (max-width: 599px) { .closing__break { display: none; } .closing__button { gap: 15px; padding-left: 20px; } .closing__lines { opacity: .6; } }
@media (prefers-reduced-motion: reduce) { .closing--visible .closing__signal, .closing--visible .closing__underline path { animation: none; } .closing__signal { display: none; } .closing__button, .closing__button-icon, .site-footer__top>span { transition: none; } }
