.gw-footer .gw-landing-wrap {
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
}

.gw-landing-footer {
    border-top: 2px solid #1e3348;
    background: #f7f8f9;
    padding: 18px 0 14px;
    margin-top: 0;
}

.gw-footer-nav-row {
    text-align: center;
    font-size: 12px;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #d8dde3;
}

.gw-footer-nav-row a {
    color: #1e3348;
    text-decoration: none;
    font-weight: bold;
}

.gw-footer-nav-row a:hover {
    color: #b8860b;
    text-decoration: underline;
}

.gw-footer-sep {
    color: #c0c8d0;
    margin: 0 8px;
}

.gw-footer-copy-row {
    text-align: center;
    font-size: 11px;
    color: #6a7a88;
}

.gw-footer-brand-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.gw-footer-bottom-area {
    position: relative;
    margin-top: 11px;
    padding-top: 11px;
    border-top: 1px solid #e4e8ec;
    min-height: 34px;
    box-sizing: border-box;
}

.gw-footer-bottom-area.has-ico-badge {
    padding-right: 96px;
    min-height: 62px;
}

.gw-footer-ico-badge {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 3px;
    width: 88px;
    padding: 6px 8px 5px;
    border: 1px solid #d8dde3;
    background: rgba(255, 255, 255, 0.82);
    box-sizing: border-box;
    opacity: 0.94;
    transition: opacity 0.15s ease, border-color 0.15s ease;
}

.gw-footer-ico-badge:hover {
    opacity: 1;
    border-color: #b8c4ce;
}

.gw-footer-ico-link {
    display: block;
    line-height: 0;
    width: 100%;
}

.gw-footer-ico-logo {
    display: block;
    width: 100%;
    height: 40px;
    object-fit: contain;
    object-position: center center;
}

.gw-footer-ico-number {
    display: block;
    font-size: 9px;
    line-height: 1.1;
    color: #6a7a88;
    letter-spacing: 0.03em;
    font-weight: 600;
    text-align: center;
}

.gw-footer-brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1.5px solid #b8860b;
    color: #b8860b;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    flex-shrink: 0;
    box-shadow: 0 0 0 3px rgba(184, 134, 11, 0.08);
}

.gw-footer-brand-text {
    display: inline-flex;
    align-items: baseline;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.gw-footer-brand-name {
    font-weight: 700;
    color: #1e3348;
}

.gw-footer-brand-sub {
    font-weight: 500;
    font-style: italic;
    letter-spacing: 0.04em;
    text-transform: none;
    color: #6a7a88;
}
