 :root {--brand-blue: #1E40AF;--brand-dark: #0B1E36;--bg-light: #F8FAFC;--text-dark: #1E293B;}html {scroll-behavior: smooth;}body {background-color: var(--bg-light);color: var(--text-dark);font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;margin: 0;padding: 0;}section[id] {scroll-margin-top: 5rem;}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {background: var(--brand-blue) !important;}.custom-progress-container {position: absolute;bottom: 32px !important;top: auto !important;left: 0 !important;right: 0 !important;width: 100% !important;z-index: 30;pointer-events: none;}.custom-progress-pagination {width: 30vw !important;min-width: 240px;max-width: 100%;display: flex;justify-content: flex-end;gap: 12px;pointer-events: auto;}.custom-progress-bullet {flex: 1;height: 20px;display: flex;align-items: center;cursor: pointer;background: transparent;}.custom-progress-bullet .bar-track {width: 100%;height: 3px;background: rgba(255, 255, 255, 0.25);border-radius: 2px;overflow: hidden;position: relative;transition: background 0.3s;}.custom-progress-bullet:hover .bar-track {background: rgba(255, 255, 255, 0.45);}.custom-progress-bullet .bar-fill {position: absolute;top: 0;left: 0;height: 100%;width: 0%;background: #ffffff;border-radius: 2px;}.custom-progress-bullet.is-passed .bar-fill {width: 100%;}.swiper-slide-active .kenburns-img {transform: scale(1.12);transition: transform 6s ease-out;}.kenburns-img {transform: scale(1.0);transition: transform 0.8s ease-out;}