#container-max-width {
    background: var(--lh-paper);
}

/*header*/
.header-row-top {
    text-align: center;
    padding: 12px 0;
    background: #64C4F0;
    border-bottom: 4px solid var(--lh-primary-dark);
    overflow-anchor: none;
}

.header-row-top .container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.brand-header-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: clamp(72px, 8.5vw, 100px);
}

.brand-heading-img {
    height: clamp(48px, 5.5vw, 72px);
    width: auto;
    display: block;
    object-fit: contain;
    image-rendering: -webkit-optimize-contrast;
}

.brand-header-wrap .site-logo-halo {
    position: absolute;
    left: 47%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.site-header-main {
    display: contents;
}

.site-logo-large {
    gap: var(--lh-space-4);
}

.site-logo-large:hover .site-logo-image {
    transform: none;
}

.site-logo:hover .site-logo-image {
    transform: scale(1.04) rotate(-2deg);
}

.site-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: var(--lh-ink);
    flex-shrink: 0;
}

.site-logo-halo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: clamp(72px, 8.5vw, 100px);
    height: clamp(72px, 8.5vw, 100px);
    background: var(--lh-white);
    border-radius: 50%;
    padding: 1px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 100, 160, 0.22), inset 0 -2px 6px rgba(100, 196, 240, 0.18);
    transition: transform 120ms var(--lh-ease-soft), box-shadow 200ms var(--lh-ease-soft);
    flex-shrink: 0;
}

.site-logo-large .site-logo-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    background: transparent;
    transition: none;
}

.nav-hamburger {
    width: 44px;
    height: 44px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background: var(--lh-paper);
    border-radius: 50%;
    color: var(--lh-primary);
    flex-shrink: 0;
    transition: background 180ms ease, transform 180ms ease;
}

.header-row-nav {
    position: sticky;
    top: 0;
    z-index: 100;
    background: var(--lh-paper);
    border-bottom: 4px solid var(--lh-primary);
    box-shadow: var(--lh-shadow-md);
    transition: box-shadow 110ms var(--lh-ease-soft);
}

.header-nav-row {
    display: flex;
    align-items: center;
    gap: var(--lh-space-2);
    padding: var(--lh-space-2) 0;
    position: relative;
    min-height: 56px;
}

.nav-hamburger span {
    display: block;
    width: 20px;
    height: 2px;
    background: currentColor;
    border-radius: 999px;
    transition: transform 220ms ease, opacity 200ms ease;
}

/*header*/

/*footer*/
.site-logo-image-footer {
    width: 64px;
}

.site-footer {
    max-width: var(--lh-container);
    margin: 0 auto;
    box-shadow: -1px 0 0 rgba(0, 100, 160, 0.06), 1px 0 0 rgba(0, 100, 160, 0.06), 0 8px 32px rgba(0, 100, 160, 0.12);
    background: var(--lh-primary);
    color: var(--lh-white);
    padding-top: var(--lh-space-7);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr 1.2fr;
    gap: var(--lh-space-6);
    padding-bottom: var(--lh-space-6);
}

.footer-brand {
    padding-right: 20px;
}

.footer-brand p {
    color: rgba(255, 255, 255, 0.92);
    font-size: 14px;
    line-height: 1.7;
    margin-top: 10px;
}

.footer-social {
    display: flex;
    gap: 10px;
    margin-top: var(--lh-space-4);
}

.footer-brand .site-logo-text .tag {
    color: var(--lh-white);
    font-size: 28px;
    font-family: 'HelvethaicaMon';
    font-weight: 700;
}

.footer-col h3 {
    color: var(--lh-white);
    font-size: 24px;
    margin-bottom: var(--lh-space-4);
}

.footer-col ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-col ul li, .footer-col ul li a {
    color: var(--lh-white);
    font-size: 14px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    padding: var(--lh-space-4) 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.92);
}

.payment-icons {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.payment-icons span {
    background: rgba(255, 255, 255, 0.18);
    color: var(--lh-white);
    padding: 4px 10px;
    border-radius: var(--lh-radius-xs);
    font-size: 11px;
    font-weight: 600;
}

/*footer*/

/*maintenance page*/
.maintenance-page {
    display: flex;
    justify-content: center;
    padding: 24px;
}

.maintenance-card {
    width: 100%;
    max-width: 720px;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 28px;
    padding: 48px 36px;
    text-align: center;
    box-shadow: 0 25px 70px rgba(0, 31, 77, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.7);
}

.icon-box {
    width: 96px;
    height: 96px;
    margin: 0 auto 28px;
    border-radius: 50%;
    background: #EAF4FF;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-theme);
    font-size: 46px;
    box-shadow: inset 0 0 0 8px #D6E9FA;
}

.maintenance-header {
    color: var(--bs-theme);
    font-size: 34px;
    margin-bottom: 14px;
    font-weight: 700;
}

.maintenance-subtitle {
    font-size: 19px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 12px;
}

.maintenance-desc {
    font-size: 16px;
    line-height: 1.8;
    color: #6b7280;
    max-width: 560px;
    margin: 0 auto 30px;
}

.maintenance-status {
    background: #F3F9FF;
    border-left: 5px solid var(--lh-primary);
    border-radius: 14px;
    padding: 18px 20px;
    text-align: left;
    margin: 28px auto;
    max-width: 520px;
    color: #374151;
    font-size: 15px;
}