.homepage-refresh {
    font-family: "Trebuchet MS", "Segoe UI", sans-serif;
    color: #10243b;
    background:
        radial-gradient(circle at top left, rgba(125, 219, 255, 0.22), transparent 24%),
        radial-gradient(circle at top right, rgba(255, 206, 135, 0.18), transparent 22%),
        linear-gradient(180deg, #edfaff 0%, #f7fcff 45%, #fff7ee 100%);
}

.homepage-shell {
    overflow: clip;
}

.homepage-header {
    background: rgba(240, 251, 255, 0.74);
    border-bottom: 1px solid rgba(16, 77, 110, 0.08);
    backdrop-filter: blur(18px);
}

.homepage-refresh .main-site-menu {
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(75, 125, 154, 0.16);
    box-shadow: 0 18px 42px rgba(12, 60, 90, 0.08);
}

.homepage-refresh .main-site-menu .nav-link:hover,
.homepage-refresh .main-site-menu .nav-link:focus {
    background: rgba(59, 171, 224, 0.12);
}

.hero-refresh {
    padding: 1rem 1rem 0;
}

.hero-refresh-slider,
.hero-refresh-slider .carousel-inner,
.hero-refresh-slider .carousel-item,
.hero-refresh-slide {
    min-height: calc(100vh - 1rem);
}

.hero-refresh-slide {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 38px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 42px 120px rgba(17, 63, 102, 0.18);
    background:
        radial-gradient(circle at 16% 20%, rgba(255, 255, 255, 0.18), transparent 18%),
        radial-gradient(circle at 82% 10%, rgba(139, 240, 255, 0.2), transparent 20%),
        linear-gradient(135deg, rgba(7, 71, 127, 0.92), rgba(18, 161, 169, 0.76), rgba(12, 33, 72, 0.96));
}

.hero-refresh-slide.has-custom-hero {
    background: linear-gradient(135deg, rgba(8, 35, 67, 0.72), rgba(8, 35, 67, 0.5)), var(--hero-image) center/cover no-repeat !important;
}

.hero-refresh-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 120%, rgba(255, 229, 174, 0.22), transparent 34%),
        linear-gradient(115deg, rgba(255, 255, 255, 0.08), transparent 44%),
        linear-gradient(320deg, rgba(255, 255, 255, 0.04), transparent 44%);
}

.hero-refresh-slide-2 {
    background:
        radial-gradient(circle at 20% 18%, rgba(255, 231, 181, 0.2), transparent 18%),
        radial-gradient(circle at 86% 16%, rgba(173, 255, 237, 0.18), transparent 20%),
        linear-gradient(135deg, rgba(0, 108, 132, 0.92), rgba(16, 98, 148, 0.82), rgba(10, 36, 64, 0.96));
}

.hero-refresh-slide-3 {
    background:
        radial-gradient(circle at 20% 18%, rgba(205, 233, 255, 0.22), transparent 18%),
        radial-gradient(circle at 84% 14%, rgba(255, 190, 138, 0.18), transparent 20%),
        linear-gradient(135deg, rgba(25, 92, 151, 0.92), rgba(44, 118, 209, 0.76), rgba(14, 35, 74, 0.98));
}

.hero-refresh-air,
.hero-refresh-bubbles {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.air-line {
    position: absolute;
    width: 210px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
    opacity: 0.34;
    animation: heroAir 16s linear infinite;
}

.air-line::after {
    content: "";
    position: absolute;
    right: 18px;
    top: -2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.55);
    box-shadow: 0 0 16px rgba(255, 255, 255, 0.36);
}

.air-line-1 { top: 14%; left: -10%; animation-delay: -2s; }
.air-line-2 { top: 26%; left: 8%; width: 250px; animation-delay: -7s; }
.air-line-3 { top: 37%; left: -8%; width: 280px; animation-delay: -5s; }
.air-line-4 { top: 49%; left: 12%; width: 230px; animation-delay: -11s; }
.air-line-5 { top: 61%; left: -6%; width: 300px; animation-delay: -4s; }
.air-line-6 { top: 73%; left: 16%; width: 230px; animation-delay: -13s; }
.air-line-7 { top: 82%; left: -12%; width: 260px; animation-delay: -9s; }
.air-line-8 { top: 90%; left: 6%; width: 210px; animation-delay: -15s; }

.bubble {
    position: absolute;
    bottom: -140px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.26) 36%, rgba(255, 255, 255, 0.06) 62%, transparent 78%);
    border: 1px solid rgba(255, 255, 255, 0.24);
    box-shadow: inset 0 0 16px rgba(255, 255, 255, 0.22), 0 0 18px rgba(255, 255, 255, 0.16);
    opacity: 0.78;
    animation: bubbleRise 14s linear infinite;
}

.bubble-1 { left: 5%; width: 14px; height: 14px; animation-delay: -3s; }
.bubble-2 { left: 11%; width: 18px; height: 18px; animation-duration: 17s; animation-delay: -9s; }
.bubble-3 { left: 18%; width: 24px; height: 24px; animation-duration: 12s; animation-delay: -6s; }
.bubble-4 { left: 26%; width: 12px; height: 12px; animation-duration: 10s; animation-delay: -4s; }
.bubble-5 { left: 33%; width: 28px; height: 28px; animation-duration: 18s; animation-delay: -12s; }
.bubble-6 { left: 40%; width: 16px; height: 16px; animation-duration: 11s; animation-delay: -5s; }
.bubble-7 { left: 47%; width: 10px; height: 10px; animation-duration: 9s; animation-delay: -1s; }
.bubble-8 { left: 54%; width: 22px; height: 22px; animation-duration: 16s; animation-delay: -13s; }
.bubble-9 { left: 60%; width: 18px; height: 18px; animation-duration: 13s; animation-delay: -8s; }
.bubble-10 { left: 67%; width: 28px; height: 28px; animation-duration: 15s; animation-delay: -10s; }
.bubble-11 { left: 72%; width: 12px; height: 12px; animation-duration: 8s; animation-delay: -2s; }
.bubble-12 { left: 78%; width: 20px; height: 20px; animation-duration: 13s; animation-delay: -7s; }
.bubble-13 { left: 83%; width: 28px; height: 28px; animation-duration: 18s; animation-delay: -14s; }
.bubble-14 { left: 88%; width: 14px; height: 14px; animation-duration: 11s; animation-delay: -5s; }
.bubble-15 { left: 92%; width: 18px; height: 18px; animation-duration: 15s; animation-delay: -10s; }
.bubble-16 { left: 38%; width: 8px; height: 8px; animation-duration: 7s; animation-delay: -3s; }
.bubble-17 { left: 58%; width: 9px; height: 9px; animation-duration: 8s; animation-delay: -6s; }
.bubble-18 { left: 96%; width: 10px; height: 10px; animation-duration: 9s; animation-delay: -4s; }

.hero-refresh-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 420px);
    gap: 2.5rem;
    align-items: center;
}

.hero-refresh-copy h1 {
    margin: 1rem 0 1.25rem;
    max-width: 10ch;
    font-size: clamp(3rem, 7vw, 6.4rem);
    line-height: 0.94;
    color: #fff;
}

.hero-refresh-copy .lead {
    max-width: 52ch;
    font-size: 1.08rem;
}

.hero-refresh-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-bottom: 1.5rem;
}

.hero-refresh-tags span,
.hero-panel-foot span {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.hero-refresh-tags span {
    padding: 0.55rem 0.95rem;
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.92);
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(12px);
}

.hero-refresh-panel,
.trust-ribbon-grid,
.refresh-service-card,
.experience-intro,
.process-card,
.api-refresh-info,
.api-refresh-form,
.story-panel,
.testimonial-card,
.contact-refresh .contact-info,
.contact-refresh .contact-form-card {
    border: 1px solid rgba(122, 170, 198, 0.18);
    background: rgba(255, 255, 255, 0.74);
    backdrop-filter: blur(18px);
    box-shadow: 0 30px 80px rgba(18, 66, 99, 0.08);
}

.hero-refresh-panel {
    padding: 1.75rem;
    border-radius: 30px;
    color: #fff;
    background: rgba(7, 28, 52, 0.3);
    border-color: rgba(255, 255, 255, 0.18);
}

.hero-panel-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
    margin-top: 1.2rem;
}

.hero-panel-grid div {
    padding: 0.95rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.08);
}

.hero-panel-grid strong,
.hero-panel-grid span {
    display: block;
}

.hero-panel-grid strong {
    font-size: 1.2rem;
}

.hero-panel-grid span,
.hero-refresh-panel p {
    color: rgba(255, 255, 255, 0.76);
}

.hero-panel-foot {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.2rem;
    color: rgba(255, 255, 255, 0.82);
}

.hero-refresh-controls-wrap {
    position: absolute;
    left: 50%;
    bottom: 1.5rem;
    z-index: 3;
    transform: translateX(-50%);
}

.hero-refresh-controls {
    width: min(1180px, calc(100vw - 3rem));
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hero-refresh-indicators {
    position: static;
    justify-content: flex-start;
    margin: 0;
}

.hero-refresh-indicators button {
    width: 48px;
    height: 6px;
    border-radius: 999px;
}

.hero-refresh-arrows {
    display: flex;
    gap: 0.85rem;
}

.hero-refresh-arrows .carousel-control-prev,
.hero-refresh-arrows .carousel-control-next {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    opacity: 1;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.trust-ribbon,
.services-refresh,
.experience-refresh,
.api-refresh,
.story-refresh,
.contact-refresh {
    position: relative;
}

.trust-ribbon::before,
.services-refresh::before,
.experience-refresh::before,
.api-refresh::before,
.story-refresh::before,
.contact-refresh::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 10% 20%, rgba(114, 212, 255, 0.11), transparent 18%),
        radial-gradient(circle at 90% 80%, rgba(255, 198, 125, 0.11), transparent 18%);
}

.trust-ribbon-grid,
.experience-intro,
.story-panel,
.refresh-service-card,
.process-card,
.testimonial-card,
.contact-refresh .contact-info,
.contact-refresh .contact-form-card,
.api-refresh-info,
.api-refresh-form {
    position: relative;
    border-radius: 28px;
}

.trust-ribbon-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 2rem;
    padding: 2rem;
}

.trust-ribbon-points {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    align-content: center;
}

.trust-ribbon-points span {
    padding: 0.75rem 1rem;
    border-radius: 999px;
    background: rgba(15, 107, 150, 0.08);
    font-weight: 700;
}

.refresh-service-card {
    overflow: hidden;
}

.refresh-service-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(123, 214, 255, 0.14), transparent 44%, rgba(255, 196, 123, 0.16));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.refresh-service-card:hover::before {
    opacity: 1;
}

.service-card-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-top: 1rem;
    color: #0f5f86;
    font-weight: 700;
}
.process-grid,
.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.2rem;
}

.experience-intro,
.story-panel,
.api-refresh-info,
.api-refresh-form,
.contact-refresh .contact-info,
.contact-refresh .contact-form-card {
    padding: 2rem;
}

.process-card,
.testimonial-card {
    padding: 1.6rem;
}

.process-step {
    display: inline-flex;
    margin-bottom: 0.9rem;
    padding: 0.4rem 0.72rem;
    border-radius: 999px;
    background: rgba(19, 114, 164, 0.1);
    color: #0f5f86;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.story-points {
    display: grid;
    gap: 1rem;
    margin-top: 1.5rem;
}

.story-points div {
    padding: 1rem 1.1rem;
    border-radius: 20px;
    background: rgba(11, 102, 146, 0.06);
}

.story-points strong,
.story-points span,
.testimonial-card strong,
.testimonial-card span {
    display: block;
}

.story-points span,
.testimonial-card span {
    margin-top: 0.35rem;
    color: #5a6f85;
}

.contact-cta-stack {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.5rem;
}

.refresh-footer {
    padding: 1.4rem 0 2rem;
}

.refresh-footer-shell {
    display: grid;
    grid-template-columns: 1.2fr 1fr auto;
    gap: 1.5rem;
    align-items: center;
}

.refresh-footer-brand {
    display: block;
    font-size: 1.15rem;
    font-weight: 800;
}

.refresh-footer-shell p,
.refresh-footer-copy {
    margin: 0.45rem 0 0;
    color: #607287;
}

.refresh-footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

@keyframes heroAir {
    0% {
        transform: translate3d(-14vw, 0, 0) rotate(-7deg);
        opacity: 0;
    }
    15% {
        opacity: 0.34;
    }
    85% {
        opacity: 0.36;
    }
    100% {
        transform: translate3d(112vw, -4vh, 0) rotate(-7deg);
        opacity: 0;
    }
}

@keyframes bubbleRise {
    0% {
        transform: translate3d(0, 0, 0) scale(0.72);
        opacity: 0;
    }
    15% {
        opacity: 0.76;
    }
    50% {
        transform: translate3d(18px, -46vh, 0) scale(1);
    }
    100% {
        transform: translate3d(-10px, -110vh, 0) scale(1.08);
        opacity: 0;
    }
}

@media (max-width: 1199.98px) {
    .hero-refresh-inner,
    .trust-ribbon-grid,
    .process-grid,
    .testimonial-grid,
    .refresh-footer-shell {
        grid-template-columns: 1fr;
    }

    .hero-refresh-slide {
        padding: 6rem 0 7rem;
    }

    .hero-refresh-copy h1 {
        max-width: 12ch;
    }

    .hero-panel-grid {
        grid-template-columns: 1fr;
    }

    .refresh-footer-shell {
        text-align: center;
    }

    .refresh-footer-links {
        justify-content: center;
    }
}

@media (max-width: 767.98px) {
    .hero-refresh {
        padding-inline: 0.55rem;
    }

    .hero-refresh-slider,
    .hero-refresh-slider .carousel-inner,
    .hero-refresh-slider .carousel-item,
    .hero-refresh-slide {
        min-height: auto;
    }

    .hero-refresh-slide {
        border-radius: 28px;
        padding: 6.5rem 0 8rem;
    }

    .hero-refresh-copy h1 {
        font-size: clamp(2.5rem, 13vw, 4.2rem);
    }

    .hero-refresh-controls {
        width: calc(100vw - 2rem);
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .hero-refresh-tags span,
    .trust-ribbon-points span {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .experience-intro,
    .story-panel,
    .api-refresh-info,
    .api-refresh-form,
    .contact-refresh .contact-info,
    .contact-refresh .contact-form-card,
    .trust-ribbon-grid {
        padding: 1.35rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .air-line,
    .bubble,
    .refresh-service-card::before {
        animation: none !important;
        transition: none !important;
    }
}
.homepage-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1100;
    background: transparent;
    border-bottom: 1px solid transparent;
    backdrop-filter: blur(18px);
    transition: background-color 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.homepage-header.is-scrolled {
    background: rgba(0, 0, 0, 0.92);
    border-bottom-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
}

.homepage-header.is-scrolled .navbar-brand span,
.homepage-header.is-scrolled .main-site-menu .nav-link,
.homepage-header.is-scrolled .site-menu-secondary {
    color: #fff;
}

.homepage-header.is-scrolled .main-site-menu {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: none;
}

.homepage-header.is-scrolled .main-site-menu .nav-link:hover,
.homepage-header.is-scrolled .main-site-menu .nav-link:focus {
    background: rgba(255, 255, 255, 0.12);
}

.hero-refresh {
    padding: 0;
}

.hero-refresh-slide {
    border-radius: 0;
    border: 0;
    box-shadow: none;
}

.hero-refresh-inner {
    padding-top: 7.5rem;
    padding-bottom: 7rem;
}

@media (max-width: 1199.98px) {
    .hero-refresh-slide {
        padding: 0;
    }
}

@media (max-width: 767.98px) {
    .hero-refresh-slider,
    .hero-refresh-slider .carousel-inner,
    .hero-refresh-slider .carousel-item,
    .hero-refresh-slide {
        min-height: 100vh;
    }

    .hero-refresh-slide {
        border-radius: 0;
        padding: 0;
    }

    .hero-refresh-inner {
        padding-top: 6.8rem;
        padding-bottom: 7rem;
    }
}
.contact-cloud {
    position: relative;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    min-height: 180px;
    display: grid;
    place-items: center;
}

.contact-cloud-puff {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.98), rgba(227, 244, 255, 0.96) 62%, rgba(201, 230, 248, 0.92));
    box-shadow: 0 18px 40px rgba(72, 132, 170, 0.16);
    animation: cloudFloat 6s ease-in-out infinite;
}

.contact-cloud-puff.puff-1 {
    width: 124px;
    height: 124px;
    left: 16%;
    top: 34px;
}

.contact-cloud-puff.puff-2 {
    width: 148px;
    height: 148px;
    top: 12px;
    left: 36%;
    animation-delay: -2s;
}

.contact-cloud-puff.puff-3 {
    width: 116px;
    height: 116px;
    right: 16%;
    top: 40px;
    animation-delay: -4s;
}

.contact-cloud-card {
    position: relative;
    z-index: 1;
    width: min(100%, 360px);
    padding: 1.15rem 1.25rem;
    border-radius: 26px;
    text-align: center;
    background: rgba(7, 84, 128, 0.88);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.24);
    box-shadow: 0 24px 60px rgba(12, 76, 120, 0.24);
    animation: cloudGrow 1.8s ease, cloudFloatCard 5s ease-in-out infinite;
}

.contact-cloud-label {
    display: inline-flex;
    margin-bottom: 0.8rem;
    padding: 0.38rem 0.78rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    font-size: 0.78rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.contact-cloud-link {
    display: block;
    color: #fff;
    text-decoration: none;
}

.contact-cloud-phone {
    font-size: clamp(1.25rem, 2.6vw, 1.8rem);
    font-weight: 800;
    letter-spacing: 0.04em;
    animation: contactFlyIn 1.2s ease 0.15s both;
}

.contact-cloud-email {
    margin-top: 0.45rem;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.86);
    animation: contactFlyIn 1.2s ease 0.35s both;
}

@keyframes cloudGrow {
    0% {
        transform: scale(0.78);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes contactFlyIn {
    0% {
        transform: translateY(18px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes cloudFloat {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes cloudFloatCard {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

@media (max-width: 767.98px) {
    .contact-cloud {
        min-height: 200px;
    }

    .contact-cloud-puff.puff-1 {
        left: 2%;
    }

    .contact-cloud-puff.puff-2 {
        left: 28%;
    }

    .contact-cloud-puff.puff-3 {
        right: 2%;
    }
}
.homepage-topbar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(0, 0, 0, 0.18);
}

.homepage-topbar-inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1.5rem;
    min-height: 42px;
}

.homepage-topbar-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #fff;
    text-decoration: none;
    font-size: 0.92rem;
    font-weight: 600;
}

.homepage-topbar-link:hover {
    color: #c9f0ff;
}

.homepage-header.is-scrolled .homepage-topbar {
    background: transparent;
    border-bottom-color: rgba(255, 255, 255, 0.08);
}

@media (max-width: 767.98px) {
    .homepage-topbar-inner {
        min-height: 52px;
        justify-content: center;
        flex-wrap: wrap;
        gap: 0.6rem 1rem;
        padding-top: 0.35rem;
        padding-bottom: 0.35rem;
    }

    .homepage-topbar-link {
        font-size: 0.85rem;
    }
}
.homepage-topbar-link {
    position: relative;
    overflow: hidden;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.homepage-topbar-link::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transform: translateX(-130%);
    animation: topbarShine 4.8s ease-in-out infinite;
}

.homepage-topbar-link-phone {
    animation: topbarFloatInLeft 0.9s ease both;
}

.homepage-topbar-link-email {
    animation: topbarFloatInRight 0.9s ease 0.16s both;
}

.homepage-topbar-icon {
    position: relative;
    z-index: 1;
}

.homepage-topbar-icon-phone {
    transform-origin: 65% 20%;
    animation: phoneRing 1.9s ease-in-out infinite;
}

.homepage-topbar-link:hover {
    color: #c9f0ff;
    transform: translateY(-1px);
}

@keyframes topbarFloatInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-18px, -8px, 0) scale(0.96);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes topbarFloatInRight {
    0% {
        opacity: 0;
        transform: translate3d(18px, -8px, 0) scale(0.96);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes phoneRing {
    0%,
    100% {
        transform: rotate(0deg) scale(1);
    }
    8% {
        transform: rotate(16deg) scale(1.08);
    }
    16% {
        transform: rotate(-14deg) scale(1.08);
    }
    24% {
        transform: rotate(12deg) scale(1.06);
    }
    32% {
        transform: rotate(-10deg) scale(1.06);
    }
    40% {
        transform: rotate(7deg) scale(1.03);
    }
    48% {
        transform: rotate(0deg) scale(1);
    }
}

@keyframes topbarShine {
    0%,
    100% {
        transform: translateX(-130%);
    }
    45%,
    55% {
        transform: translateX(130%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .homepage-topbar-link,
    .homepage-topbar-link::before,
    .homepage-topbar-icon-phone {
        animation: none !important;
        transition: none !important;
    }
}
.mobile-footer-nav {
    display: none;
}

@media (max-width: 767.98px) {
    .homepage-refresh {
        padding-bottom: 84px;
    }

    .mobile-footer-nav {
        position: fixed;
        left: 0.75rem;
        right: 0.75rem;
        bottom: 0.75rem;
        z-index: 1200;
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: 1fr;
        gap: 0.45rem;
        padding: 0.55rem;
        border-radius: 22px;
        background: rgba(8, 18, 31, 0.92);
        border: 1px solid rgba(255, 255, 255, 0.1);
        box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
        backdrop-filter: blur(18px);
    }

    .mobile-footer-link {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.22rem;
        min-height: 54px;
        border-radius: 16px;
        color: rgba(255, 255, 255, 0.88);
        text-decoration: none;
        font-size: 0.72rem;
        font-weight: 700;
        transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
    }

    .mobile-footer-link i {
        font-size: 1rem;
    }

    .mobile-footer-link:hover,
    .mobile-footer-link:focus,
    .mobile-footer-link:active {
        color: #fff;
        background: rgba(255, 255, 255, 0.1);
        transform: translateY(-1px);
    }
}
html {
    scroll-behavior: smooth;
}

.scroll-home-btn {
    position: fixed;
    right: 1rem;
    bottom: 6.25rem;
    z-index: 1190;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.8rem 0.95rem;
    border: 0;
    border-radius: 999px;
    background: rgba(8, 18, 31, 0.92);
    color: #fff;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(16px);
    transform: translateY(18px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.22s ease, transform 0.22s ease, background-color 0.22s ease;
}

.scroll-home-btn.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.scroll-home-btn i {
    font-size: 1.1rem;
}

.scroll-home-btn:hover,
.scroll-home-btn:focus {
    background: rgba(16, 38, 61, 0.96);
}

@media (max-width: 767.98px) {
    .scroll-home-btn {
        right: 0.75rem;
        bottom: 5.9rem;
        padding: 0.75rem 0.9rem;
    }
}
.homepage-refresh .chat-fab {
    right: 1rem;
    bottom: 1rem;
    padding: 0.82rem 1rem;
    border-radius: 18px;
    background: rgba(8, 18, 31, 0.92);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
}

.homepage-refresh .chat-fab i {
    font-size: 1rem;
}

.homepage-refresh .chat-widget {
    right: 1rem;
    bottom: 5.25rem;
    width: min(290px, calc(100vw - 1.5rem));
    transform: translateY(16px) scale(0.96);
}

.homepage-refresh .chat-widget.is-open {
    transform: translateY(0) scale(1);
}

.homepage-refresh .chat-widget-card {
    border-radius: 22px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(101, 146, 176, 0.16);
    box-shadow: 0 24px 60px rgba(17, 53, 82, 0.18);
}

.homepage-refresh .chat-widget-header {
    padding: 0.72rem 0.82rem;
    background: linear-gradient(135deg, #0a2238, #0f5f86);
}

.homepage-refresh .chat-widget-header strong {
    font-size: 0.95rem;
}

.homepage-refresh .chat-widget-header .admin-muted {
    color: rgba(255, 255, 255, 0.68) !important;
    font-size: 0.76rem;
}

.homepage-refresh .chat-widget-hide,
.homepage-refresh .chat-widget-close {
    width: 30px;
    height: 30px;
}

.homepage-refresh .chat-widget-body {
    padding: 0.72rem;
}

.homepage-refresh .chat-widget-intro {
    padding: 0.65rem 0.72rem;
    border-radius: 14px;
    margin-bottom: 0.72rem;
    font-size: 0.84rem;
    line-height: 1.45;
    background: linear-gradient(135deg, rgba(210, 240, 255, 0.7), rgba(255, 245, 229, 0.86));
}

.homepage-refresh .chat-messages {
    min-height: 72px;
    max-height: 136px;
    gap: 0.55rem;
    margin-bottom: 0.55rem;
}

.homepage-refresh .chat-widget .form-control,
.homepage-refresh .chat-widget .form-select {
    min-height: 42px;
    border-radius: 12px;
    font-size: 0.84rem;
}

.homepage-refresh .chat-widget textarea.form-control {
    min-height: 78px;
}

.homepage-refresh .chat-helper-text,
.homepage-refresh .chat-status-row,
.homepage-refresh #chatVisitorLabel {
    font-size: 0.76rem;
}

.homepage-refresh .chat-widget .btn.btn-brand {
    min-height: 42px;
    border-radius: 14px;
    font-size: 0.88rem;
}

.homepage-refresh .chat-message-bubble {
    padding: 0.6rem 0.72rem;
    border-radius: 14px;
    font-size: 0.82rem;
}

.homepage-refresh .chat-widget-alert {
    margin-top: 0.72rem;
    border-radius: 14px;
    font-size: 0.8rem;
}

@media (max-width: 767.98px) {
    .homepage-refresh .chat-widget {
        right: 0.75rem;
        left: auto;
        bottom: 5.4rem;
        width: min(280px, calc(100vw - 1.5rem));
    }

    .homepage-refresh .chat-fab {
        right: 0.75rem;
        bottom: 1rem;
    }
}
.homepage-refresh .chat-fab {
    border-radius: 999px;
    padding: 0.88rem 1.05rem;
}

.homepage-refresh .chat-widget {
    width: min(300px, calc(100vw - 1.5rem));
}

.homepage-refresh .chat-widget-card {
    border-radius: 32px;
}

.homepage-refresh .chat-widget-header {
    padding: 0.8rem 0.95rem;
    border-radius: 32px 32px 22px 22px;
}

.homepage-refresh .chat-widget-body {
    padding: 0.9rem;
}

.homepage-refresh .chat-widget-intro {
    border-radius: 22px;
}

.homepage-refresh .chat-widget .form-control,
.homepage-refresh .chat-widget .form-select,
.homepage-refresh .chat-widget .btn.btn-brand,
.homepage-refresh .chat-widget-alert,
.homepage-refresh .chat-message-bubble {
    border-radius: 20px;
}

.homepage-refresh .chat-widget-hide,
.homepage-refresh .chat-widget-close {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

@media (max-width: 767.98px) {
    .homepage-refresh .chat-widget {
        width: min(286px, calc(100vw - 1.5rem));
    }

    .homepage-refresh .chat-widget-card {
        border-radius: 28px;
    }
}
.homepage-refresh .chat-widget {
    width: min(248px, calc(100vw - 1.25rem));
    bottom: 4.9rem;
}

.homepage-refresh .chat-widget-card {
    border-radius: 26px;
}

.homepage-refresh .chat-widget-header {
    padding: 0.68rem 0.8rem;
}

.homepage-refresh .chat-widget-header strong {
    font-size: 0.88rem;
}

.homepage-refresh .chat-widget-header .admin-muted {
    font-size: 0.72rem;
}

.homepage-refresh .chat-widget-body {
    padding: 0.65rem;
}

.homepage-refresh .chat-widget-intro {
    padding: 0.58rem 0.65rem;
    margin-bottom: 0.58rem;
    font-size: 0.78rem;
}

.homepage-refresh .chat-messages {
    min-height: 58px;
    max-height: 112px;
    margin-bottom: 0.48rem;
}

.homepage-refresh .chat-widget .form-control,
.homepage-refresh .chat-widget .form-select {
    min-height: 38px;
    padding: 0.5rem 0.7rem;
    font-size: 0.78rem;
}

.homepage-refresh .chat-widget textarea.form-control {
    min-height: 66px;
}

.homepage-refresh .chat-widget .btn.btn-brand {
    min-height: 38px;
    font-size: 0.8rem;
}

.homepage-refresh .chat-helper-text,
.homepage-refresh .chat-status-row,
.homepage-refresh #chatVisitorLabel,
.homepage-refresh .chat-message-bubble,
.homepage-refresh .chat-widget-alert {
    font-size: 0.74rem;
}

@media (max-width: 767.98px) {
    .homepage-refresh .chat-widget {
        width: min(236px, calc(100vw - 1.25rem));
        right: 0.65rem;
    }
}
.homepage-refresh .chat-widget {
    bottom: 4.7rem;
}

.homepage-refresh .chat-widget-body {
    padding: 0.55rem;
}

.homepage-refresh .chat-widget-intro {
    padding: 0.5rem 0.58rem;
    margin-bottom: 0.45rem;
    font-size: 0.74rem;
    line-height: 1.35;
}

.homepage-refresh .chat-messages {
    min-height: 42px;
    max-height: 82px;
    margin-bottom: 0.4rem;
}

.homepage-refresh .chat-widget .form-control,
.homepage-refresh .chat-widget .form-select {
    min-height: 34px;
    padding: 0.42rem 0.65rem;
}

.homepage-refresh .chat-widget textarea.form-control {
    min-height: 54px;
}

.homepage-refresh .chat-widget .btn.btn-brand {
    min-height: 34px;
    padding-top: 0.42rem;
    padding-bottom: 0.42rem;
}

.homepage-refresh .chat-helper-text,
.homepage-refresh .chat-status-row,
.homepage-refresh #chatVisitorLabel,
.homepage-refresh .chat-message-bubble,
.homepage-refresh .chat-widget-alert {
    font-size: 0.7rem;
}
.hero-sound-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 48px;
    padding: 0.75rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    backdrop-filter: blur(12px);
    box-shadow: 0 16px 34px rgba(6, 18, 34, 0.16);
    transition: transform 0.22s ease, background-color 0.22s ease, border-color 0.22s ease;
}

.hero-sound-toggle:hover,
.hero-sound-toggle:focus {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    transform: translateY(-1px);
}

.hero-sound-toggle.is-muted {
    background: rgba(8, 18, 31, 0.42);
    border-color: rgba(255, 255, 255, 0.12);
}

.hero-sound-toggle i {
    font-size: 1rem;
}

@media (max-width: 767.98px) {
    .hero-sound-toggle {
        width: 100%;
        justify-content: center;
    }
}
.hero-refresh-air::before,
.hero-refresh-air::after {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(10px);
    opacity: 0.72;
    mix-blend-mode: screen;
    animation: cornerGlowFloat 7.5s ease-in-out infinite;
}

.hero-refresh-air::before {
    top: -90px;
    left: -70px;
    background:
        radial-gradient(circle, rgba(255, 245, 196, 0.78) 0%, rgba(255, 219, 118, 0.42) 28%, rgba(120, 220, 255, 0.18) 58%, transparent 78%);
}

.hero-refresh-air::after {
    right: -70px;
    bottom: -90px;
    background:
        radial-gradient(circle, rgba(184, 242, 255, 0.72) 0%, rgba(126, 217, 255, 0.34) 30%, rgba(255, 214, 148, 0.2) 58%, transparent 80%);
    animation-delay: -3.2s;
}

.hero-refresh-bubbles::before,
.hero-refresh-bubbles::after {
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(12px);
    opacity: 0.42;
    animation: cornerPulse 6.8s ease-in-out infinite;
}

.hero-refresh-bubbles::before {
    top: 10%;
    right: 12%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.72), rgba(130, 223, 255, 0.18) 52%, transparent 72%);
}

.hero-refresh-bubbles::after {
    left: 10%;
    bottom: 14%;
    background: radial-gradient(circle, rgba(255, 241, 204, 0.68), rgba(255, 194, 126, 0.16) 56%, transparent 74%);
    animation-delay: -2.6s;
}

@keyframes cornerGlowFloat {
    0%,
    100% {
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 0.56;
    }
    50% {
        transform: translate3d(10px, -8px, 0) scale(1.08);
        opacity: 0.82;
    }
}

@keyframes cornerPulse {
    0%,
    100% {
        transform: scale(0.92);
        opacity: 0.24;
    }
    50% {
        transform: scale(1.14);
        opacity: 0.54;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-refresh-air::before,
    .hero-refresh-air::after,
    .hero-refresh-bubbles::before,
    .hero-refresh-bubbles::after {
        animation: none !important;
    }
}
.partner-marquee-section {
    position: relative;
    padding: 1.25rem 0 0.5rem;
}

.partner-marquee-shell {
    width: min(1240px, calc(100% - 1.5rem));
    margin: 0 auto;
    padding: 1rem 0 0;
}

.partner-marquee-kicker {
    display: inline-flex;
    margin: 0 0 0.85rem 1rem;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    background: rgba(15, 107, 150, 0.08);
    color: #0f5f86;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.partner-marquee-track-wrap {
    overflow: hidden;
    padding: 0.35rem 0;
    mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}

.partner-marquee-track {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: max-content;
    animation: partnerMarquee 34s linear infinite;
}

.partner-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.85rem 1.2rem;
    border-radius: 999px;
    white-space: nowrap;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(126, 173, 197, 0.18);
    box-shadow: 0 18px 40px rgba(16, 70, 101, 0.08);
    color: #16425f;
    font-weight: 700;
}

.partner-chip i {
    color: #1ea7c7;
}

@keyframes partnerMarquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 767.98px) {
    .partner-marquee-shell {
        width: calc(100% - 1rem);
    }

    .partner-marquee-kicker {
        margin-left: 0.5rem;
    }

    .partner-chip {
        padding: 0.75rem 1rem;
        font-size: 0.84rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .partner-marquee-track {
        animation: none !important;
    }
}
.partner-chip-logo {
    width: 26px;
    height: 26px;
    object-fit: contain;
    flex: 0 0 auto;
}

.partner-chip span {
    display: inline-block;
}
.partner-scene-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.partner-flight-accent {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 108px;
    height: 42px;
    color: #0f6ab4;
}

.partner-flight-accent i {
    position: relative;
    z-index: 1;
    font-size: 1.05rem;
    animation: planeTakeoff 6.5s ease-in-out infinite;
}

.flight-trail {
    position: absolute;
    width: 78px;
    height: 2px;
    background: linear-gradient(90deg, rgba(15, 106, 180, 0), rgba(15, 106, 180, 0.5), rgba(15, 106, 180, 0));
    border-radius: 999px;
    animation: planeTrail 6.5s ease-in-out infinite;
}

.partner-rail-scene {
    position: relative;
    height: 76px;
    margin: 0.25rem 0 0.5rem;
}

.partner-train-engine {
    position: absolute;
    left: 0;
    bottom: 14px;
    width: 120px;
    height: 54px;
    animation: trainBob 3.4s ease-in-out infinite;
}

.train-body,
.train-cabin,
.train-stack,
.train-wheel,
.train-track-line {
    position: absolute;
}

.train-body {
    left: 16px;
    bottom: 12px;
    width: 72px;
    height: 24px;
    border-radius: 12px 16px 10px 10px;
    background: linear-gradient(135deg, #0f6ab4, #2ec4b6);
    box-shadow: 0 14px 28px rgba(15, 106, 180, 0.16);
}

.train-cabin {
    left: 62px;
    bottom: 30px;
    width: 28px;
    height: 16px;
    border-radius: 8px 10px 0 0;
    background: linear-gradient(135deg, #ffd98a, #ffb255);
}

.train-stack {
    left: 30px;
    bottom: 32px;
    width: 10px;
    height: 18px;
    border-radius: 6px;
    background: #12314a;
}

.train-wheel {
    bottom: 4px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #17354b;
    border: 3px solid #d8f5ff;
    animation: wheelSpin 1.2s linear infinite;
}

.wheel-1 { left: 18px; }
.wheel-2 { left: 48px; }
.wheel-3 { left: 78px; }

.train-smoke {
    position: absolute;
    left: 26px;
    bottom: 46px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,0.85), rgba(216, 244, 255, 0.38) 58%, transparent 74%);
    animation: trainSmoke 4.6s ease-out infinite;
}

.smoke-2 {
    animation-delay: -1.5s;
}

.smoke-3 {
    animation-delay: -3s;
}

.train-track-line {
    left: 0;
    right: 0;
    bottom: 8px;
    height: 6px;
    border-radius: 999px;
    background: repeating-linear-gradient(90deg, rgba(15, 106, 180, 0.18) 0 24px, rgba(255,255,255,0.75) 24px 30px);
}

.partner-marquee-track-wrap-reverse {
    margin-top: 0.55rem;
}

.partner-marquee-track-reverse {
    animation-direction: reverse;
    animation-duration: 42s;
    opacity: 0.92;
}

.partner-chip-alt {
    background: rgba(244, 251, 255, 0.88);
}

.partner-chip-alt i {
    color: #ff9b42;
}

@keyframes trainSmoke {
    0% {
        transform: translate3d(0, 0, 0) scale(0.45);
        opacity: 0;
    }
    30% {
        opacity: 0.72;
    }
    100% {
        transform: translate3d(34px, -38px, 0) scale(1.35);
        opacity: 0;
    }
}

@keyframes trainBob {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-3px);
    }
}

@keyframes wheelSpin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes planeTakeoff {
    0%,
    100% {
        transform: translate3d(0, 0, 0) rotate(0deg);
        opacity: 0.75;
    }
    50% {
        transform: translate3d(18px, -12px, 0) rotate(-14deg);
        opacity: 1;
    }
}

@keyframes planeTrail {
    0%,
    100% {
        transform: scaleX(0.72) translateX(0);
        opacity: 0.3;
    }
    50% {
        transform: scaleX(1.08) translateX(-6px);
        opacity: 0.72;
    }
}

@media (max-width: 767.98px) {
    .partner-scene-top {
        align-items: flex-start;
    }

    .partner-flight-accent {
        width: 76px;
        height: 34px;
    }

    .partner-rail-scene {
        height: 68px;
    }

    .partner-train-engine {
        width: 92px;
        transform: scale(0.9);
        transform-origin: left bottom;
    }

    .partner-marquee-track {
        animation-duration: 40s;
    }

    .partner-marquee-track-reverse {
        animation-duration: 48s;
    }
}

@media (prefers-reduced-motion: reduce) {
    .partner-flight-accent i,
    .flight-trail,
    .partner-train-engine,
    .train-wheel,
    .train-smoke,
    .partner-marquee-track-reverse {
        animation: none !important;
    }
}
.partner-showcase-scenes {
    position: relative;
    min-height: 190px;
}

.partner-scene-mode {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
}

.partner-scene-mode-train {
    animation: partnerSceneTrainSwap 18s linear infinite;
}

.partner-scene-mode-flight {
    animation: partnerSceneFlightSwap 18s linear infinite;
}

.partner-marquee-track-train {
    animation-duration: 26s;
}

.partner-marquee-track-flight {
    animation-duration: 28s;
    animation-direction: reverse;
}

.partner-flight-scene {
    position: relative;
    height: 76px;
    margin: 0.25rem 0 0.5rem;
}

.partner-scene-mode-flight .partner-flight-accent {
    position: absolute;
    right: 2rem;
    top: 0.4rem;
    width: 168px;
    height: 64px;
}

.partner-scene-mode-flight .partner-flight-accent i {
    font-size: 1.5rem;
    animation-duration: 5.8s;
}

.partner-scene-mode-flight .flight-trail {
    width: 118px;
    height: 3px;
    animation-duration: 5.8s;
}

.partner-marquee-track-wrap-train,
.partner-marquee-track-wrap-flight {
    margin-top: 0.15rem;
}

@keyframes partnerSceneTrainSwap {
    0%, 44% {
        opacity: 1;
        transform: translateY(0);
    }
    48%, 100% {
        opacity: 0;
        transform: translateY(8px);
    }
}

@keyframes partnerSceneFlightSwap {
    0%, 48% {
        opacity: 0;
        transform: translateY(8px);
    }
    52%, 96% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(8px);
    }
}

@media (max-width: 767.98px) {
    .partner-showcase-scenes {
        min-height: 176px;
    }

    .partner-flight-scene {
        height: 64px;
    }

    .partner-scene-mode-flight .partner-flight-accent {
        right: 0.75rem;
        width: 112px;
        height: 44px;
    }

    .partner-scene-mode-flight .partner-flight-accent i {
        font-size: 1.15rem;
    }

    .partner-scene-mode-flight .flight-trail {
        width: 82px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .partner-scene-mode-train,
    .partner-scene-mode-flight,
    .partner-marquee-track-train,
    .partner-marquee-track-flight {
        animation: none !important;
        opacity: 1 !important;
        position: static;
    }

    .partner-showcase-scenes {
        min-height: 0;
    }
}
.partner-showcase-scenes {
    position: relative;
    min-height: 208px;
}

.partner-scene-mode {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
}

.partner-scene-mode-train {
    animation: partnerSceneTrainSwap 35s linear infinite;
}

.partner-scene-mode-flight {
    animation: partnerSceneFlightSwap 35s linear infinite;
}

.partner-scene-mode-bus {
    animation: partnerSceneBusSwap 35s linear infinite;
}

.partner-scene-mode-hotel {
    animation: partnerSceneHotelSwap 35s linear infinite;
}

.partner-scene-mode-tourism {
    animation: partnerSceneTourismSwap 35s linear infinite;
}

.partner-marquee-track-train { animation-duration: 26s; }
.partner-marquee-track-flight { animation-duration: 28s; animation-direction: reverse; }
.partner-marquee-track-bus { animation-duration: 24s; }
.partner-marquee-track-hotel { animation-duration: 30s; animation-direction: reverse; }
.partner-marquee-track-tourism { animation-duration: 32s; }

.partner-bus-scene,
.partner-hotel-scene,
.partner-tourism-scene,
.partner-flight-scene,
.partner-rail-scene {
    position: relative;
    height: 78px;
    margin: 0.25rem 0 0.5rem;
}

.partner-bus-vehicle {
    position: absolute;
    left: 0;
    bottom: 14px;
    width: 132px;
    height: 38px;
    border-radius: 14px 18px 10px 10px;
    background: linear-gradient(135deg, #ffb255, #f97316);
    box-shadow: 0 14px 28px rgba(249, 115, 22, 0.18);
    animation: busDrive 3.6s ease-in-out infinite;
}

.bus-window {
    position: absolute;
    top: 9px;
    width: 18px;
    height: 11px;
    border-radius: 4px;
    background: rgba(227, 248, 255, 0.9);
}

.window-1 { left: 22px; }
.window-2 { left: 48px; }
.window-3 { left: 74px; }

.bus-wheel {
    position: absolute;
    bottom: -8px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #17354b;
    border: 3px solid #fff3d8;
    animation: wheelSpin 1.1s linear infinite;
}

.bus-wheel-1 { left: 24px; }
.bus-wheel-2 { right: 20px; }

.bus-road-line {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 7px;
    height: 5px;
    border-radius: 999px;
    background: repeating-linear-gradient(90deg, rgba(249, 115, 22, 0.18) 0 28px, rgba(255,255,255,0.82) 28px 34px);
}

.partner-hotel-building {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 92px;
    height: 58px;
    border-radius: 14px 14px 10px 10px;
    background: linear-gradient(180deg, #12314a, #0f6ab4);
    box-shadow: 0 18px 34px rgba(15, 106, 180, 0.18);
    animation: hotelGlow 4.8s ease-in-out infinite;
}

.hotel-sign {
    position: absolute;
    left: 14px;
    top: 6px;
    padding: 0.18rem 0.45rem;
    border-radius: 999px;
    background: rgba(255, 204, 112, 0.22);
    color: #fff3d8;
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.hotel-window {
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 3px;
    background: rgba(246, 252, 255, 0.92);
}

.hw-1 { left: 18px; top: 24px; }
.hw-2 { left: 40px; top: 24px; }
.hw-3 { left: 62px; top: 24px; }
.hw-4 { left: 18px; top: 40px; }
.hw-5 { left: 40px; top: 40px; }
.hw-6 { left: 62px; top: 40px; }

.hotel-star {
    position: absolute;
    width: 12px;
    height: 12px;
    background: radial-gradient(circle, #fff6cf 0%, #ffd074 56%, transparent 70%);
    border-radius: 50%;
    animation: hotelStarTwinkle 3.8s ease-in-out infinite;
}

.hotel-star-1 { left: 110px; top: 10px; }
.hotel-star-2 { left: 132px; top: 26px; animation-delay: -1.8s; }

.tourism-sun {
    position: absolute;
    left: 0;
    top: 4px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: radial-gradient(circle, #fff7ca 0%, #ffca68 62%, rgba(255, 202, 104, 0.08) 72%);
    box-shadow: 0 0 28px rgba(255, 202, 104, 0.34);
}

.tourism-palm {
    position: absolute;
    bottom: 14px;
    width: 44px;
    height: 58px;
}

.palm-1 { left: 34px; }
.palm-2 { left: 78px; transform: scale(0.82); transform-origin: bottom left; }

.palm-trunk {
    position: absolute;
    left: 18px;
    bottom: 0;
    width: 8px;
    height: 38px;
    border-radius: 8px;
    background: linear-gradient(180deg, #9c6a3c, #6f4722);
}

.palm-leaf {
    position: absolute;
    left: 12px;
    top: 8px;
    width: 24px;
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(90deg, #8ff0b4, #2ec4b6);
    transform-origin: left center;
    animation: palmSway 4.2s ease-in-out infinite;
}

.leaf-1 { transform: rotate(-34deg); }
.leaf-2 { top: 14px; transform: rotate(-4deg); animation-delay: -1.1s; }
.leaf-3 { top: 20px; transform: rotate(24deg); animation-delay: -2.1s; }

.tourism-wave {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(49, 184, 227, 0.18), rgba(255,255,255,0.82), rgba(49, 184, 227, 0.18));
    animation: waveShift 3.4s linear infinite;
}

.partner-chip-bus { background: rgba(255, 249, 239, 0.92); }
.partner-chip-bus i { color: #f97316; }
.partner-chip-hotel { background: rgba(241, 247, 255, 0.92); }
.partner-chip-hotel i { color: #0f6ab4; }
.partner-chip-tourism { background: rgba(240, 255, 247, 0.92); }
.partner-chip-tourism i { color: #17a772; }

@keyframes busDrive {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-3px); }
}

@keyframes hotelGlow {
    0%, 100% { transform: translateY(0); box-shadow: 0 18px 34px rgba(15, 106, 180, 0.18); }
    50% { transform: translateY(-4px); box-shadow: 0 24px 42px rgba(15, 106, 180, 0.26); }
}

@keyframes hotelStarTwinkle {
    0%, 100% { opacity: 0.35; transform: scale(0.8); }
    50% { opacity: 1; transform: scale(1.2); }
}

@keyframes palmSway {
    0%, 100% { margin-left: 0; }
    50% { margin-left: 4px; }
}

@keyframes waveShift {
    0% { background-position: 0 0; }
    100% { background-position: 120px 0; }
}

@keyframes partnerSceneTrainSwap {
    0%, 16% { opacity: 1; transform: translateY(0); }
    20%, 100% { opacity: 0; transform: translateY(10px); }
}

@keyframes partnerSceneFlightSwap {
    0%, 20% { opacity: 0; transform: translateY(10px); }
    24%, 36% { opacity: 1; transform: translateY(0); }
    40%, 100% { opacity: 0; transform: translateY(10px); }
}

@keyframes partnerSceneBusSwap {
    0%, 40% { opacity: 0; transform: translateY(10px); }
    44%, 56% { opacity: 1; transform: translateY(0); }
    60%, 100% { opacity: 0; transform: translateY(10px); }
}

@keyframes partnerSceneHotelSwap {
    0%, 60% { opacity: 0; transform: translateY(10px); }
    64%, 76% { opacity: 1; transform: translateY(0); }
    80%, 100% { opacity: 0; transform: translateY(10px); }
}

@keyframes partnerSceneTourismSwap {
    0%, 80% { opacity: 0; transform: translateY(10px); }
    84%, 96% { opacity: 1; transform: translateY(0); }
    100% { opacity: 0; transform: translateY(10px); }
}

@media (max-width: 767.98px) {
    .partner-showcase-scenes { min-height: 192px; }
    .partner-bus-scene,
    .partner-hotel-scene,
    .partner-tourism-scene,
    .partner-flight-scene,
    .partner-rail-scene { height: 68px; }
    .partner-bus-vehicle { width: 104px; transform-origin: left bottom; }
    .partner-hotel-building { width: 78px; height: 52px; }
    .hotel-star-1 { left: 92px; }
    .hotel-star-2 { left: 108px; }
    .tourism-palm { transform-origin: bottom left; }
    .partner-scene-mode-flight .partner-flight-accent { right: 0.5rem; width: 102px; height: 42px; }
    .partner-scene-mode-flight .partner-flight-accent i { font-size: 1.1rem; }
    .partner-scene-mode-flight .flight-trail { width: 72px; }
}

@media (prefers-reduced-motion: reduce) {
    .partner-scene-mode-train,
    .partner-scene-mode-flight,
    .partner-scene-mode-bus,
    .partner-scene-mode-hotel,
    .partner-scene-mode-tourism,
    .partner-marquee-track-train,
    .partner-marquee-track-flight,
    .partner-marquee-track-bus,
    .partner-marquee-track-hotel,
    .partner-marquee-track-tourism,
    .partner-bus-vehicle,
    .partner-hotel-building,
    .hotel-star,
    .palm-leaf,
    .tourism-wave {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
        position: static;
    }
    .partner-showcase-scenes { min-height: 0; }
}
.homepage-refresh .support-dock {
    position: fixed;
    right: max(0.8rem, env(safe-area-inset-right));
    bottom: calc(0.8rem + env(safe-area-inset-bottom));
    z-index: 1040;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.7rem;
    pointer-events: none;
}

.homepage-refresh .support-call-fab,
.homepage-refresh .chat-fab {
    position: relative;
    pointer-events: auto;
    border: none;
    isolation: isolate;
}

.homepage-refresh .support-call-fab {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 52px;
    padding: 0.88rem 1rem;
    border-radius: 999px;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(135deg, #0f766e, #14b8a6);
    box-shadow: 0 18px 34px rgba(15, 118, 110, 0.28);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.homepage-refresh .support-call-fab::after,
.homepage-refresh .chat-fab::after {
    content: "";
    position: absolute;
    inset: -6px;
    border-radius: inherit;
    border: 1px solid rgba(255, 255, 255, 0.18);
    opacity: 0.45;
    z-index: -1;
    animation: supportPulseRing 2.6s ease-out infinite;
}

.homepage-refresh .support-call-fab i,
.homepage-refresh .chat-fab i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.12);
}

.homepage-refresh .support-call-fab:hover,
.homepage-refresh .support-call-fab:focus-visible,
.homepage-refresh .chat-fab:hover,
.homepage-refresh .chat-fab:focus-visible {
    transform: translateY(-3px);
    box-shadow: 0 22px 40px rgba(15, 23, 42, 0.24);
}

.homepage-refresh .chat-fab {
    right: auto;
    bottom: auto;
    min-height: 56px;
    max-width: min(280px, calc(100vw - 5rem));
    padding: 0.9rem 1.05rem;
    border-radius: 22px;
    background:
        radial-gradient(circle at top right, rgba(125, 211, 252, 0.28), transparent 42%),
        linear-gradient(135deg, rgba(7, 18, 34, 0.98), rgba(11, 61, 89, 0.96));
    box-shadow: 0 20px 42px rgba(3, 15, 28, 0.28);
    backdrop-filter: blur(16px);
}

.homepage-refresh .chat-fab::before {
    content: "";
    position: absolute;
    inset: 8px auto auto 14px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(103, 232, 249, 0.7);
    box-shadow:
        18px 10px 0 -2px rgba(255, 255, 255, 0.36),
        160px 4px 0 -3px rgba(125, 211, 252, 0.28);
    animation: supportBubbleFloat 3.4s ease-in-out infinite;
}

.homepage-refresh .chat-fab span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.homepage-refresh .chat-widget {
    right: max(0.8rem, env(safe-area-inset-right));
    left: auto;
    bottom: calc(5.55rem + env(safe-area-inset-bottom));
    width: min(340px, calc(100vw - 1rem));
    transform-origin: bottom right;
    transform: translateY(14px) scale(0.94);
    z-index: 1041;
}

.homepage-refresh .chat-widget.is-open {
    transform: translateY(0) scale(1);
}

.homepage-refresh .chat-widget-card {
    border-radius: 28px;
    border: 1px solid rgba(103, 146, 176, 0.18);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 250, 255, 0.98));
    box-shadow: 0 26px 70px rgba(10, 35, 56, 0.22);
}

.homepage-refresh .chat-widget-header {
    position: relative;
    overflow: hidden;
    padding: 0.85rem 0.95rem;
    background:
        radial-gradient(circle at top right, rgba(103, 232, 249, 0.24), transparent 28%),
        linear-gradient(135deg, #081828, #0d5276);
}

.homepage-refresh .chat-widget-header::after {
    content: "";
    position: absolute;
    right: 14px;
    bottom: -14px;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    filter: blur(2px);
}

.homepage-refresh .chat-widget-body {
    padding: 0.8rem;
}

.homepage-refresh .chat-widget-intro {
    padding: 0.72rem 0.8rem;
    margin-bottom: 0.75rem;
    border-radius: 18px;
    font-size: 0.82rem;
    line-height: 1.45;
    background:
        radial-gradient(circle at top left, rgba(125, 211, 252, 0.3), transparent 35%),
        linear-gradient(135deg, rgba(224, 242, 254, 0.9), rgba(255, 247, 237, 0.94));
}

.homepage-refresh .chat-messages {
    min-height: 72px;
    max-height: 140px;
    margin-bottom: 0.6rem;
}

.homepage-refresh .chat-widget .form-control,
.homepage-refresh .chat-widget .form-select {
    min-height: 40px;
    padding: 0.56rem 0.72rem;
    border-radius: 15px;
    font-size: 0.8rem;
}

.homepage-refresh .chat-widget textarea.form-control {
    min-height: 72px;
}

.homepage-refresh .chat-widget .btn.btn-brand {
    min-height: 40px;
    border-radius: 16px;
    font-size: 0.82rem;
}

.homepage-refresh .chat-helper-text,
.homepage-refresh .chat-status-row,
.homepage-refresh #chatVisitorLabel,
.homepage-refresh .chat-message-bubble,
.homepage-refresh .chat-widget-alert {
    font-size: 0.74rem;
}

.homepage-refresh .chat-message-bubble,
.homepage-refresh .chat-widget-alert {
    border-radius: 16px;
}

@keyframes supportBubbleFloat {
    0%, 100% {
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 0.9;
    }
    50% {
        transform: translate3d(4px, -6px, 0) scale(1.08);
        opacity: 1;
    }
}

@keyframes supportPulseRing {
    0% {
        transform: scale(0.92);
        opacity: 0.52;
    }
    70% {
        transform: scale(1.08);
        opacity: 0;
    }
    100% {
        transform: scale(1.08);
        opacity: 0;
    }
}

@media (max-width: 767.98px) {
    .homepage-refresh .support-dock {
        right: max(0.65rem, env(safe-area-inset-right));
        bottom: calc(0.65rem + env(safe-area-inset-bottom));
        gap: 0.5rem;
    }

    .homepage-refresh .support-call-fab {
        min-height: 48px;
        padding: 0.78rem 0.88rem;
    }

    .homepage-refresh .support-call-fab span {
        display: none;
    }

    .homepage-refresh .chat-fab {
        max-width: min(232px, calc(100vw - 4.65rem));
        min-height: 50px;
        padding: 0.78rem 0.92rem;
        border-radius: 18px;
    }

    .homepage-refresh .chat-widget {
        right: max(0.55rem, env(safe-area-inset-right));
        bottom: calc(4.95rem + env(safe-area-inset-bottom));
        width: min(318px, calc(100vw - 1.1rem));
    }

    .homepage-refresh .chat-widget-card {
        border-radius: 24px;
    }
}

@media (max-width: 479.98px) {
    .homepage-refresh .support-dock {
        gap: 0.45rem;
    }

    .homepage-refresh .chat-fab {
        max-width: min(212px, calc(100vw - 4.25rem));
        padding-inline: 0.82rem;
    }

    .homepage-refresh .chat-fab span {
        font-size: 0.78rem;
    }

    .homepage-refresh .chat-widget {
        width: min(300px, calc(100vw - 0.9rem));
        bottom: calc(4.7rem + env(safe-area-inset-bottom));
    }
}
