{"path":"/public_html/tourism/assets/css/home.css","name":"home.css","size":10590,"extension":".css","modified":"2026-03-26T14:52:23.120409534Z","mode":420,"isDir":false,"isSymlink":false,"type":"text","content":"/* ============================================================\n   HOME PAGE STYLES\n   ============================================================ */\n\n/* ── Hero ── */\n.hero {\n    position: relative;\n    min-height: 90vh;\n    display: flex;\n    align-items: center;\n    overflow: hidden;\n    padding-top: var(--header-height);\n}\n\n.hero-bg {\n    position: absolute;\n    top: 0; left: 0; right: 0; bottom: 0;\n    background: linear-gradient(160deg, #C2410C 0%, #EA580C 15%, #F97316 35%, #FB923C 50%, #C084FC 70%, #A78BFA 85%, #7C3AED 100%);\n}\n\n.hero-overlay {\n    position: absolute;\n    top: 0; left: 0; right: 0; bottom: 0;\n    background:\n        linear-gradient(90deg, rgba(6, 10, 20, 0.62) 0%, rgba(6, 10, 20, 0.46) 26%, rgba(6, 10, 20, 0.18) 56%, rgba(6, 10, 20, 0.08) 100%),\n        linear-gradient(180deg, rgba(20, 12, 10, 0.2) 0%, rgba(20, 12, 10, 0.3) 38%, rgba(20, 12, 10, 0.52) 100%),\n        radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 26%),\n        url(\"data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3z' fill='%23ffffff' fill-opacity='0.035'/%3E%3C/svg%3E\");\n    opacity: 1;\n}\n\n.hero-content {\n    position: relative;\n    z-index: 2;\n    color: var(--color-white);\n    padding: var(--space-12) 0 var(--space-20);\n    max-width: min(700px, 100%);\n    isolation: isolate;\n    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.28);\n}\n\n.hero-content::before {\n    content: \"\";\n    position: absolute;\n    inset: calc(var(--space-6) * -1) calc(var(--space-8) * -1) calc(var(--space-7) * -1) calc(var(--space-4) * -1);\n    background: linear-gradient(135deg, rgba(7, 12, 24, 0.72) 0%, rgba(15, 23, 42, 0.58) 42%, rgba(15, 23, 42, 0.18) 100%);\n    border: 1px solid rgba(255, 255, 255, 0.18);\n    border-radius: 32px;\n    box-shadow: 0 30px 80px rgba(2, 6, 23, 0.38);\n    backdrop-filter: blur(16px);\n    z-index: -1;\n}\n\n.hero-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: var(--space-2);\n    padding: var(--space-2) var(--space-4);\n    background: rgba(7, 12, 24, 0.52);\n    border: 1px solid rgba(255,255,255,0.28);\n    border-radius: var(--radius-full);\n    font-size: var(--text-sm);\n    font-weight: var(--weight-semibold);\n    color: rgba(255,255,255,0.98);\n    margin-bottom: var(--space-6);\n    backdrop-filter: blur(14px);\n    box-shadow: 0 24px 48px rgba(2, 6, 23, 0.26);\n    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.45);\n}\n\n.hero-title {\n    font-size: clamp(2.5rem, 6vw, 4.5rem);\n    font-family: var(--font-heading);\n    font-weight: var(--weight-extrabold);\n    line-height: 1.04;\n    letter-spacing: -0.04em;\n    color: var(--color-white);\n    margin-bottom: var(--space-5);\n    text-shadow: 0 8px 30px rgba(2, 6, 23, 0.54), 0 3px 10px rgba(2, 6, 23, 0.38);\n}\n\n.hero-gradient {\n    background: linear-gradient(135deg, #FFE6A7 0%, #FFD29A 30%, #F4C9FF 68%, #DDD6FE 100%);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.12);\n    filter: drop-shadow(0 12px 26px rgba(2, 6, 23, 0.46)) drop-shadow(0 4px 10px rgba(2, 6, 23, 0.3));\n}\n\n.hero-subtitle {\n    font-size: var(--text-lg);\n    color: rgba(255,255,255,0.98);\n    max-width: 620px;\n    line-height: var(--leading-relaxed);\n    margin-bottom: var(--space-8);\n    text-shadow: 0 4px 16px rgba(2, 6, 23, 0.48);\n}\n\n.hero-actions {\n    display: flex;\n    gap: var(--space-4);\n    flex-wrap: wrap;\n    margin-bottom: var(--space-10);\n}\n\n.hero-stats {\n    display: flex;\n    align-items: center;\n    gap: var(--space-6);\n    padding: var(--space-5) var(--space-6);\n    background: rgba(7, 12, 24, 0.38);\n    border: 1px solid rgba(255,255,255,0.18);\n    border-radius: var(--radius-xl);\n    backdrop-filter: blur(16px);\n    box-shadow: 0 24px 50px rgba(2, 6, 23, 0.24);\n    width: fit-content;\n}\n\n.hero-stat { text-align: center; }\n.hero-stat-value {\n    display: block;\n    font-size: var(--text-2xl);\n    font-weight: var(--weight-extrabold);\n    font-family: var(--font-heading);\n    color: var(--color-white);\n    line-height: 1;\n}\n.hero-stat-label {\n    font-size: var(--text-xs);\n    color: rgba(255,255,255,0.6);\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n    margin-top: var(--space-1);\n    display: block;\n}\n.hero-stat-divider {\n    width: 1px;\n    height: 32px;\n    background: rgba(255,255,255,0.15);\n}\n\n.hero-wave {\n    position: absolute;\n    bottom: -1px;\n    left: 0;\n    right: 0;\n    z-index: 2;\n    line-height: 0;\n}\n.hero-wave svg { width: 100%; height: 80px; }\n\n/* ── Section Headers ── */\n.section-header {\n    display: flex;\n    align-items: flex-end;\n    justify-content: space-between;\n}\n.section-header h2 { margin-bottom: var(--space-1); }\n.section-header p { margin-bottom: 0; }\n\n/* ── Trail Cards ── */\n.trail-card {\n    background: var(--color-white);\n    border-radius: var(--radius-lg);\n    box-shadow: var(--shadow-sm);\n    padding: var(--space-5);\n    transition: transform var(--motion-ui) var(--ease-standard),\n                box-shadow var(--motion-ui) var(--ease-standard);\n}\n.trail-card:hover {\n    transform: translateY(-2px);\n    box-shadow: var(--shadow-md);\n}\n.trail-card-inner {\n    display: flex;\n    align-items: center;\n    gap: var(--space-4);\n}\n.trail-icon {\n    width: 48px;\n    height: 48px;\n    border-radius: var(--radius-lg);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: var(--text-xl);\n    flex-shrink: 0;\n}\n.trail-info { flex: 1; }\n.trail-info h3 {\n    font-size: var(--text-base);\n    margin-bottom: var(--space-1);\n}\n.trail-meta {\n    display: flex;\n    gap: var(--space-4);\n    margin-top: var(--space-2);\n    font-size: var(--text-xs);\n    color: var(--color-gray-500);\n}\n.trail-meta i { margin-right: var(--space-1); }\n\n/* ── Card Image Placeholder ── */\n.card-image-placeholder {\n    width: 100%;\n    height: 100%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n}\n\n/* ── Map CTA Section ── */\n.map-cta-section { background: var(--color-gray-50); }\n.map-cta-card {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: var(--space-10);\n    align-items: center;\n    background: linear-gradient(135deg, #9A2E0E 0%, #EA580C 40%, #5B21B6 100%);\n    border-radius: var(--radius-2xl);\n    padding: var(--space-12);\n    color: var(--color-white);\n    overflow: hidden;\n}\n.map-cta-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: var(--space-2);\n    padding: var(--space-2) var(--space-3);\n    background: rgba(255,255,255,0.1);\n    border-radius: var(--radius-full);\n    font-size: var(--text-xs);\n    font-weight: var(--weight-medium);\n    margin-bottom: var(--space-4);\n}\n.map-cta-content h2 { color: var(--color-white); font-size: var(--text-3xl); }\n.map-cta-content p { color: rgba(255,255,255,0.7); margin-bottom: var(--space-6); }\n\n.map-preview-frame {\n    background: rgba(255,255,255,0.06);\n    border: 1px solid rgba(255,255,255,0.1);\n    border-radius: var(--radius-xl);\n    overflow: hidden;\n    aspect-ratio: 16/10;\n}\n.map-preview-dots {\n    display: flex;\n    gap: 6px;\n    padding: var(--space-3) var(--space-4);\n    background: rgba(0,0,0,0.2);\n}\n.map-preview-dots span {\n    width: 10px; height: 10px;\n    border-radius: 50%;\n    background: rgba(255,255,255,0.2);\n}\n.map-preview-dots span:first-child { background: #ff5f57; }\n.map-preview-dots span:nth-child(2) { background: #ffbd2e; }\n.map-preview-dots span:nth-child(3) { background: #28c840; }\n.map-preview-content {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    padding: var(--space-10);\n    color: rgba(255,255,255,0.3);\n    gap: var(--space-3);\n}\n.map-preview-content i { font-size: 3rem; }\n\n/* ── Advisories Banner ── */\n.advisories-banner { background: var(--color-white); }\n.advisories-scroll {\n    display: flex;\n    gap: var(--space-3);\n    overflow-x: auto;\n    padding: var(--space-2) 0;\n    scrollbar-width: none;\n}\n.advisories-scroll::-webkit-scrollbar { display: none; }\n.advisory-chip {\n    display: flex;\n    align-items: center;\n    gap: var(--space-2);\n    padding: var(--space-2) var(--space-4);\n    border-radius: var(--radius-full);\n    font-size: var(--text-sm);\n    font-weight: var(--weight-medium);\n    white-space: nowrap;\n    flex-shrink: 0;\n}\n.advisory-info     { background: var(--color-info-bg); color: #055160; }\n.advisory-warning  { background: var(--color-warning-bg); color: #664D03; }\n.advisory-critical { background: var(--color-danger-bg); color: var(--color-danger); }\n\n/* ── Event Date Badge ── */\n.event-date-badge {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    width: 56px;\n    height: 56px;\n    background: var(--color-ocean-pale);\n    border-radius: var(--radius-lg);\n    color: var(--color-ocean-dark);\n}\n.event-month {\n    font-size: var(--text-xs);\n    font-weight: var(--weight-semibold);\n    text-transform: uppercase;\n    line-height: 1;\n}\n.event-day {\n    font-size: var(--text-xl);\n    font-weight: var(--weight-extrabold);\n    line-height: 1;\n}\n\n/* ── Safety Section ── */\n.safety-section { background: var(--color-white); }\n.safety-link-card {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    text-align: center;\n    padding: var(--space-6);\n    border-radius: var(--radius-lg);\n    background: var(--color-gray-50);\n    transition: all var(--motion-ui) var(--ease-standard);\n    text-decoration: none;\n    color: inherit;\n}\n.safety-link-card:hover {\n    transform: translateY(-4px);\n    box-shadow: var(--shadow-md);\n    background: var(--color-white);\n    color: inherit;\n}\n.safety-link-icon {\n    width: 56px;\n    height: 56px;\n    border-radius: var(--radius-xl);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: var(--text-xl);\n    margin-bottom: var(--space-4);\n}\n.safety-link-card h4 {\n    font-size: var(--text-base);\n    margin-bottom: var(--space-2);\n}\n.safety-link-card p {\n    font-size: var(--text-sm);\n    color: var(--color-gray-500);\n    margin-bottom: 0;\n}\n\n/* ── Trails Section ── */\n.trails-section { background: var(--color-white); }\n\n/* ── Mobile Adjustments ── */\n@media (max-width: 768px) {\n    .hero { min-height: 80vh; }\n    .hero-content { padding: var(--space-8) 0 var(--space-16); }\n    .hero-content::before {\n        inset: calc(var(--space-4) * -1) calc(var(--space-4) * -1) calc(var(--space-5) * -1) calc(var(--space-3) * -1);\n        border-radius: 24px;\n    }\n    .hero-stats { flex-wrap: wrap; gap: var(--space-4); }\n    .hero-stat-divider { display: none; }\n    .hero-actions { flex-direction: column; }\n    .hero-actions .btn { width: 100%; }\n\n    .section-header { flex-direction: column; align-items: flex-start; gap: var(--space-4); }\n\n    .map-cta-card {\n        grid-template-columns: 1fr;\n        padding: var(--space-8);\n    }\n    .map-cta-visual { display: none; }\n}\n\n\n.hero-actions .btn {\n    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);\n}\n\n.hero-actions .btn-outline {\n    background: rgba(7, 12, 24, 0.34);\n    border-color: rgba(255, 255, 255, 0.42);\n    color: rgba(255, 255, 255, 0.98);\n    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.42);\n}\n\n.hero-stat-value,\n.hero-stat-label {\n    text-shadow: 0 3px 12px rgba(2, 6, 23, 0.34);\n}\n","link":""}

/* ============================================================
   HOME PAGE HERO RESTORE + POLISH
   ============================================================ */
.hero {
    min-height: 92vh;
}

.hero-bg {
    background:
        radial-gradient(circle at 78% 20%, rgba(229, 201, 255, 0.34) 0%, rgba(229, 201, 255, 0) 28%),
        radial-gradient(circle at 70% 72%, rgba(255, 196, 120, 0.18) 0%, rgba(255, 196, 120, 0) 26%),
        linear-gradient(128deg, #100913 0%, #231132 18%, #ff8a2b 48%, #ffb24d 66%, #d9bcff 86%, #b992ff 100%);
}

.hero-bg::before {
    content: "";
    position: absolute;
    inset: -3%;
    background:
        linear-gradient(96deg, rgba(8, 6, 14, 0.82) 0%, rgba(8, 6, 14, 0.68) 32%, rgba(8, 6, 14, 0.24) 62%, rgba(8, 6, 14, 0.48) 100%),
        linear-gradient(180deg, rgba(8, 6, 14, 0.12) 0%, rgba(8, 6, 14, 0.52) 100%),
        url('https://pagtour.wphi.info/rotunda5v.png') center center / cover no-repeat;
    opacity: 0.76;
    transform: scale(1.03);
    filter: saturate(1.08) contrast(1.04);
}

.hero-overlay {
    background:
        radial-gradient(circle at 84% 18%, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 18%),
        linear-gradient(90deg, rgba(10, 8, 18, 0.66) 0%, rgba(10, 8, 18, 0.3) 44%, rgba(10, 8, 18, 0.08) 78%, rgba(10, 8, 18, 0.2) 100%);
}

.hero-content {
    max-width: min(760px, 100%);
    padding: clamp(7rem, 12vh, 9rem) 0 calc(var(--space-20) + 1rem);
}

.hero-content::before {
    inset: calc(var(--space-5) * -1) calc(var(--space-7) * -1) calc(var(--space-6) * -1) calc(var(--space-3) * -1);
    background: linear-gradient(145deg, rgba(5, 5, 10, 0.84) 0%, rgba(17, 13, 28, 0.76) 52%, rgba(17, 13, 28, 0.42) 100%);
    border-color: rgba(255, 255, 255, 0.16);
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.hero-badge {
    background: rgba(10, 8, 18, 0.58);
    border-color: rgba(255, 255, 255, 0.2);
}

.hero-title {
    max-width: 8ch;
    margin-bottom: var(--space-5);
    text-shadow:
        0 2px 0 rgba(0, 0, 0, 0.78),
        0 5px 0 rgba(0, 0, 0, 0.56),
        0 14px 30px rgba(0, 0, 0, 0.38);
}

.hero-title-line {
    display: block;
    width: auto;
    position: relative;
}

.hero-title-line::after {
    content: none !important;
}

.hero-title-primary {
    color: #ffffff;
}

.hero-title-secondary {
    margin-top: 0.04em;
}

.hero-gradient {
    background: linear-gradient(135deg, #ffd89c 0%, #ffb14b 36%, #ecd7ff 72%, #c9b4ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-text-stroke: 0;
    filter: drop-shadow(0 2px 0 rgba(62, 27, 0, 0.42)) drop-shadow(0 12px 24px rgba(0, 0, 0, 0.34));
}

.hero-subtitle {
    max-width: 560px;
    color: rgba(255, 255, 255, 0.96);
    text-shadow: 0 8px 18px rgba(0, 0, 0, 0.34);
}

.hero-actions .btn-outline {
    background: rgba(10, 8, 18, 0.32);
    border-color: rgba(255, 255, 255, 0.26);
}

.hero-stats {
    background: rgba(10, 8, 18, 0.38);
    border-color: rgba(255, 255, 255, 0.14);
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.26);
}

.hero-scene {
    display: none;
}

.card-image-placeholder {
    position: relative;
    flex-direction: column;
    gap: 12px;
    color: #ffffff;
    overflow: hidden;
    padding: 1rem;
    text-align: center;
}

.card-image-placeholder::after {
    content: "";
    position: absolute;
    inset: auto -12% -24% auto;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 70%);
}

.card-image-placeholder-copy {
    display: flex;
    flex-direction: column;
    gap: 4px;
    position: relative;
    z-index: 1;
}

.card-image-placeholder-copy strong {
    font-size: 1rem;
    line-height: 1.2;
}

.card-image-placeholder-copy span {
    font-size: 0.78rem;
    opacity: 0.82;
}

.card-image-placeholder-kicker {
    font-size: 0.7rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    opacity: 0.74;
}

.card-image-admin-btn {
    display: none !important;
}

@media (max-width: 1100px) {
    .hero-content {
        max-width: min(700px, 100%);
    }
}

@media (max-width: 768px) {
    .hero {
        min-height: auto;
    }

    .hero-content {
        max-width: 100%;
        padding: calc(var(--header-height) + var(--space-8)) 0 calc(var(--space-16) + 1rem);
    }

    .hero-content::before {
        inset: calc(var(--space-4) * -1) calc(var(--space-4) * -1) calc(var(--space-5) * -1) calc(var(--space-2) * -1);
    }

    .hero-title {
        max-width: none;
    }

    .hero-stats {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: var(--space-4);
    }

    .hero-stat-divider {
        display: none;
    }
}

@media (max-width: 560px) {
    .hero-actions {
        flex-direction: column;
    }

    .hero-actions .btn {
        width: 100%;
        justify-content: center;
    }

    .hero-title {
        font-size: clamp(2.5rem, 16vw, 4rem);
    }
}

/* ============================================================
   HOME PAGE HOTFIX TUNE
   ============================================================ */
.hero-content {
    color: #ffffff;
}

.hero-badge {
    display: inline-flex !important;
    width: fit-content;
    color: #ffffff;
}

.hero-title {
    max-width: none;
}

.hero-title-secondary {
    white-space: nowrap;
}

.hero-subtitle {
    color: rgba(255, 255, 255, 0.96) !important;
}

.hero-stats {
    display: flex !important;
    width: fit-content;
    color: #ffffff;
}

.hero-stat {
    text-align: center;
}

.hero-stat-value {
    display: block;
    color: #ffffff;
}

.hero-stat-label {
    display: block;
    color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 768px) {
    .hero-title-secondary {
        white-space: normal;
    }

    .hero-stats {
        width: 100%;
    }
}

/* ============================================================
   HOME PAGE HERO POLISH 2
   ============================================================ */
.hero > .container.hero-content {
    width: min(820px, calc(100vw - 96px));
    max-width: min(820px, calc(100vw - 96px));
    margin-left: clamp(48px, 8vw, 180px);
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}

.hero-badge {
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 0.9rem;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.hero-title {
    font-size: clamp(3.2rem, 7vw, 5.25rem);
    line-height: 0.95;
    letter-spacing: -0.045em;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.58), 0 10px 24px rgba(0, 0, 0, 0.26);
}

.hero-title-primary,
.hero-title-secondary {
    width: fit-content;
}

.hero-title-secondary {
    margin-top: 0.08em;
}

.hero-gradient {
    background: linear-gradient(135deg, #ffe0ab 0%, #ffb451 34%, #e7d7ff 72%, #cbbcff 100%);
    filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.22));
}

.hero-subtitle {
    max-width: 620px;
    font-size: clamp(1.05rem, 1.25vw, 1.35rem);
    line-height: 1.65;
}

.hero-actions {
    gap: 1rem;
}

.hero-stats {
    gap: 0;
    padding: 1.1rem 1.3rem;
    border-radius: 24px;
}

.hero-stat {
    min-width: 110px;
}

.hero-stat-divider {
    width: 1px;
    height: 42px;
    margin: 0 0.45rem;
    background: rgba(255, 255, 255, 0.18);
    flex: 0 0 1px;
}

@media (max-width: 900px) {
    .hero > .container.hero-content {
        width: calc(100% - 64px);
        max-width: calc(100% - 64px);
        margin-left: 32px;
    }

    .hero-stat {
        min-width: 96px;
    }
}

@media (max-width: 768px) {
    .hero > .container.hero-content {
        width: calc(100% - 2rem);
        max-width: calc(100% - 2rem);
        margin: 0 auto;
    }

    .hero-badge {
        font-size: 0.85rem;
    }

    .hero-title {
        font-size: clamp(2.7rem, 15vw, 4.1rem);
        line-height: 0.98;
    }

    .hero-subtitle {
        font-size: 1rem;
        line-height: 1.55;
    }

    .hero-stats {
        gap: var(--space-4);
        padding: 1rem;
    }

    .hero-stat {
        min-width: 0;
    }
}

/* ============================================================
   HOME PAGE HERO REFERENCE REBUILD
   ============================================================ */
.hero {
    min-height: min(88vh, 860px);
    justify-content: center;
    text-align: center;
}

.hero::after {
    content: "PAGADIAN CITY TOURISM";
    position: absolute;
    inset: 16% 0 auto;
    z-index: 1;
    pointer-events: none;
    font-family: var(--font-heading);
    font-size: clamp(3.8rem, 10vw, 8.5rem);
    font-weight: 800;
    letter-spacing: 0.12em;
    color: rgba(255, 255, 255, 0.05);
    text-align: center;
    white-space: nowrap;
}

.hero-bg {
    background:
        linear-gradient(135deg, #081323 0%, #0d2340 44%, #09172a 100%);
}

.hero-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(4, 10, 20, 0.64) 0%, rgba(4, 10, 20, 0.32) 36%, rgba(4, 10, 20, 0.78) 100%),
        url('https://pagtour.wphi.info/rotunda5v.png') center center / cover no-repeat;
    opacity: 0.72;
    filter: saturate(0.92) contrast(1.02);
}

.hero-overlay {
    background:
        radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 18%),
        linear-gradient(180deg, rgba(7, 18, 36, 0.12) 0%, rgba(7, 18, 36, 0.42) 100%);
}

.hero-content::before {
    display: none;
}

.hero > .container.hero-content {
    width: min(1100px, calc(100% - 2rem));
    max-width: min(1100px, calc(100% - 2rem));
    margin: 0 auto;
    padding: clamp(7rem, 12vh, 8.5rem) 0 calc(var(--space-16) + 1rem);
    color: #ffffff;
}

.hero-badge {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: fit-content;
    margin: 0 auto 1.25rem;
    padding: 0.55rem 1rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(10px);
}

.hero-title-single {
    margin: 0 auto 0.5rem;
    font-size: clamp(4rem, 8vw, 6.6rem);
    line-height: 0.88;
    letter-spacing: -0.05em;
    color: #ffffff;
    text-shadow: 0 4px 0 rgba(0, 0, 0, 0.22), 0 18px 40px rgba(0, 0, 0, 0.26);
}

.hero-kicker {
    margin: 0 auto 1.25rem;
    font-family: var(--font-heading);
    font-size: clamp(2rem, 4.4vw, 4rem);
    line-height: 1.02;
    color: #e0b324;
    text-shadow: 0 2px 0 rgba(71, 49, 0, 0.4), 0 10px 24px rgba(0, 0, 0, 0.22);
}

.hero-subtitle {
    max-width: 900px;
    margin: 0 auto 2rem;
    font-size: clamp(1.1rem, 1.45vw, 1.55rem);
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.9) !important;
    text-shadow: 0 10px 22px rgba(0, 0, 0, 0.2);
}

.hero-actions {
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.hero-stats {
    display: inline-flex !important;
    align-items: stretch;
    gap: 0;
    width: fit-content;
    margin: 0 auto;
    padding: 1.15rem 1.4rem;
    border-radius: 24px;
    background: rgba(7, 14, 28, 0.58);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
}

.hero-stat {
    min-width: 120px;
    text-align: center;
}

.hero-stat-value {
    display: block;
    color: #ffffff;
}

.hero-stat-label {
    display: block;
    color: rgba(255, 255, 255, 0.74);
}

.hero-stat-divider {
    width: 1px;
    height: auto;
    min-height: 42px;
    margin: 0 0.55rem;
    background: rgba(255, 255, 255, 0.16);
    flex: 0 0 1px;
}

.hero-title-line,
.hero-scene {
    display: none !important;
}

@media (max-width: 900px) {
    .hero::after {
        font-size: clamp(2.8rem, 12vw, 5rem);
        top: 20%;
    }

    .hero-kicker {
        font-size: clamp(1.7rem, 5vw, 2.5rem);
    }

    .hero-stat {
        min-width: 100px;
    }
}

@media (max-width: 768px) {
    .hero::after {
        inset: 18% 0 auto;
        white-space: normal;
        line-height: 0.95;
    }

    .hero > .container.hero-content {
        width: calc(100% - 2rem);
        max-width: calc(100% - 2rem);
        padding: calc(var(--header-height) + var(--space-8)) 0 calc(var(--space-14) + 1rem);
    }

    .hero-title-single {
        font-size: clamp(3rem, 15vw, 4.6rem);
    }

    .hero-kicker {
        font-size: clamp(1.5rem, 8vw, 2.4rem);
    }

    .hero-subtitle {
        font-size: 1rem;
        line-height: 1.55;
    }

    .hero-actions {
        flex-direction: column;
    }

    .hero-actions .btn {
        width: 100%;
        justify-content: center;
    }

    .hero-stats {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: var(--space-4);
        width: min(420px, 100%);
        padding: 1rem;
    }

    .hero-stat {
        min-width: 0;
    }

    .hero-stat-divider {
        display: none;
    }
}

/* ============================================================
   HOME PAGE WATERMARK OVERFLOW FIX
   ============================================================ */
body.page-home {
    overflow-x: hidden;
}

.hero {
    overflow: hidden;
}

.hero::after {
    width: 100%;
    max-width: 100%;
    padding: 0 1rem;
    box-sizing: border-box;
    white-space: normal;
    line-height: 0.9;
}


/* ============================================================
   HOME PAGE HERO ANIMATIONS
   ============================================================ */
.hero-bg::before {
    animation: heroBackgroundDrift 18s ease-in-out infinite alternate;
    transform-origin: center center;
}

.hero::after {
    animation: heroWatermarkFloat 11s ease-in-out infinite;
}

.hero-badge {
    animation: heroFadeUp 700ms cubic-bezier(0.22, 1, 0.36, 1) 60ms both;
}

.hero-title-single {
    animation: heroFadeUp 900ms cubic-bezier(0.22, 1, 0.36, 1) 140ms both;
}

.hero-kicker {
    animation: heroFadeUp 950ms cubic-bezier(0.22, 1, 0.36, 1) 260ms both;
}

.hero-subtitle {
    animation: heroFadeUp 1000ms cubic-bezier(0.22, 1, 0.36, 1) 380ms both;
}

.hero-actions {
    animation: heroFadeUp 1050ms cubic-bezier(0.22, 1, 0.36, 1) 500ms both;
}

.hero-stats {
    animation: heroFadeUp 1100ms cubic-bezier(0.22, 1, 0.36, 1) 620ms both;
}

.hero-actions .btn {
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background 220ms ease;
}

.hero-actions .btn:hover,
.hero-actions .btn:focus-visible {
    transform: translateY(-3px);
}

.hero-stats {
    transition: transform 260ms ease, box-shadow 260ms ease;
}

.hero-stats:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
}

@keyframes heroBackgroundDrift {
    from {
        transform: scale(1.02) translate3d(0, 0, 0);
    }
    to {
        transform: scale(1.08) translate3d(0, -10px, 0);
    }
}

@keyframes heroWatermarkFloat {
    0%, 100% {
        transform: translate3d(0, 0, 0);
        opacity: 0.05;
    }
    50% {
        transform: translate3d(0, -10px, 0);
        opacity: 0.09;
    }
}

@keyframes heroFadeUp {
    from {
        opacity: 0;
        transform: translate3d(0, 28px, 0);
        filter: blur(8px);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        filter: blur(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-bg::before,
    .hero::after,
    .hero-badge,
    .hero-title-single,
    .hero-kicker,
    .hero-subtitle,
    .hero-actions,
    .hero-stats {
        animation: none !important;
    }

    .hero-actions .btn,
    .hero-stats {
        transition: none !important;
    }
}