body.palopokota-info-home-page {
    width: 100%;
}

.palopokota-info-home {
    overflow: hidden;
}

.palopokota-info-home .hero-height {
    min-height: 100svh;
    height: 100svh;
    padding: clamp(24px, 6vh, 96px) 0;
}

.palopokota-info-home .hero-bg::after {
    position: absolute;
    inset: 0;
    content: '';
    background: linear-gradient(90deg, rgba(3, 38, 63, .88), rgba(3, 38, 63, .48));
}

.palopokota-info-home .hero-content {
    max-width: 760px;
    opacity: 1;
    transform: none;
}

.palopokota-info-home .hero-button {
    margin-top: clamp(18px, 4vh, 48px);
    margin-left: 0;
    opacity: 1;
    transform: none;
}

.palopokota-info-home .palopokota-info-logo {
    width: clamp(50px, 9vh, 78px);
    height: clamp(50px, 9vh, 78px);
    margin-bottom: clamp(12px, 3vh, 24px);
    padding: clamp(7px, 1.2vh, 11px);
    object-fit: contain;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .18);
}

.palopokota-info-home .hero-text {
    max-width: 660px;
    margin-top: clamp(12px, 2.5vh, 30px);
    font-size: clamp(14px, 2.1vh, 18px);
    line-height: 1.55;
}

.palopokota-info-home .palopokota-info-caption {
    margin-top: clamp(10px, 2vh, 22px);
    color: rgba(255, 255, 255, .78);
    font-size: clamp(12px, 1.7vh, 14px);
}

.palopokota-info-home .hero-content h1 {
    margin-top: clamp(8px, 1.5vh, 20px);
    font-size: clamp(38px, 9vh, 76px);
}

.palopokota-info-home .hero-content h2 {
    margin: clamp(6px, 1.2vh, 12px) 0 clamp(12px, 2vh, 24px);
    font-size: clamp(18px, 3.5vh, 28px);
    line-height: 1.25;
}

.palopokota-info-home .theme-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    max-width: 100%;
    padding: clamp(11px, 1.8vh, 16px) clamp(18px, 2.6vw, 28px);
    font-size: clamp(13px, 1.9vh, 16px);
    white-space: normal;
}

.palopokota-info-overview, .palopokota-info-contact { padding: clamp(64px, 9vw, 112px) 0; }
.palopokota-info-overview { background: #f4f8fb; color: #18364b; }
.palopokota-info-contact { background: #07385a; color: #fff; }
.palopokota-info-home h2 { font-size: clamp(28px, 4vw, 42px); line-height: 1.2; }
.palopokota-info-home .section-eyebrow { color: #0b6a9c; font-size: .82rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.palopokota-info-overview p, .palopokota-info-contact p { font-size: 1.05rem; line-height: 1.75; }
.palopokota-info-overview .info-card { height: 100%; padding: 28px; border: 1px solid #dce7ed; border-radius: 14px; background: #fff; box-shadow: 0 8px 24px rgba(8, 55, 85, .06); }
.palopokota-info-home h3 { font-size: 1.25rem; }
.directory-link { color: #07385a; font-weight: 800; text-decoration: none; }
.directory-link:hover { text-decoration: underline; }
.palopokota-info-contact .directory-link { display: inline-block; margin-top: 8px; color: #fff; }
.palopokota-info-contact a { color: #fff; font-weight: 700; }
