.transay-home-page {
    --thp-space-1: 12px;
    --thp-space-2: 16px;
    --thp-space-3: 24px;
    --thp-space-4: 32px;
    --thp-space-5: 48px;
    --thp-space-6: 64px;
    --thp-section-y: var(--thp-space-5);
    --thp-radius-sm: 18px;
    --thp-radius-md: 24px;
    --thp-radius-lg: 32px;
    --thp-bg: #f4f8fa;
    --thp-surface: #ffffff;
    --thp-surface-soft: #edf3f6;
    --thp-text: var(--heading-color);
    --thp-muted: rgba(1, 30, 44, 0.68);
    --thp-muted-light: rgba(255, 255, 255, 0.8);
    --thp-accent: var(--accent-color);
    --thp-accent-2: #0d5c84;
    --thp-accent-3: #2c7da0;
    --thp-border: rgba(1, 30, 44, 0.1);
    --thp-border-strong: rgba(1, 30, 44, 0.16);
    --thp-shadow-sm: 0 10px 24px rgba(1, 30, 44, 0.06);
    --thp-shadow-md: 0 18px 42px rgba(1, 30, 44, 0.1);
    --thp-shadow-lg: 0 28px 70px rgba(1, 30, 44, 0.14);
    color: var(--thp-text);
    background: radial-gradient(circle at top left, rgba(13, 92, 132, 0.06), transparent 28%), radial-gradient(circle at top right, rgba(44, 125, 160, 0.05), transparent 26%), var(--thp-bg);
    overflow-x: clip;
}

    .transay-home-page *,
    .transay-home-page *::before,
    .transay-home-page *::after {
        box-sizing: border-box;
    }

    .transay-home-page .section {
        position: relative;
    }

    .transay-home-page .container {
        position: relative;
        z-index: 2;
    }

    .transay-home-page img {
        display: block;
        width: 100%;
    }

    .transay-home-page a {
        text-decoration: none;
    }

    .transay-home-page ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

.thp-section-heading {
    max-width: 760px;
    margin-bottom: var(--thp-space-4);
}

.thp-section-kicker,
.thp-eyebrow,
.thp-chip,
.thp-chip-tech,
.thp-assurance-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1;
}

.thp-section-kicker,
.thp-chip,
.thp-assurance-badge {
    color: var(--thp-accent);
    background: rgba(13, 92, 132, 0.08);
    border: 1px solid rgba(13, 92, 132, 0.14);
}

.thp-chip-tech {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.thp-eyebrow {
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.thp-section-heading h2,
.thp-tech-copy h3,
.thp-assurance-card h3,
.thp-hero-copy h1,
.thp-akd-headline,
.thp-mini-office-head h3,
.thp-customer-care-copy h2,
.thp-cta-copy h2 {
    margin: 16px 0 0;
    font-family: var(--heading-font);
    font-weight: 800;
    letter-spacing: -0.035em;
    color: var(--thp-text);
}

.thp-section-heading h2,
.thp-akd-headline,
.thp-customer-care-copy h2,
.thp-cta-copy h2 {
    font-size: clamp(2rem, 3vw, 3.2rem);
    line-height: 1.2;
}

.thp-section-heading p,
.thp-tech-copy p,
.thp-assurance-card p,
.thp-hero-copy p,
.thp-mini-office-head p,
.thp-story-office-points p,
.thp-customer-care-copy > p,
.thp-customer-care-points p,
.thp-cta-copy p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.8;
    color: var(--thp-muted);
}

.thp-inline-link,
.thp-inline-link-light {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    font-weight: 700;
}

.thp-inline-link {
    color: var(--thp-accent);
}

.thp-inline-link-light {
    color: #fff;
}

/* ----------------------------------
   Hero
---------------------------------- */
.thp-hero-section {
    position: relative;
    overflow: hidden;
    height: clamp(103vh, 97vh, 103px);
    margin-bottom: 0;
    background: linear-gradient(90deg, rgba(4, 12, 26, 0.84) 0%, rgba(4, 12, 26, 0.56) 36%, rgba(4, 12, 26, 0.3) 64%, rgba(4, 12, 26, 0.72) 100%), linear-gradient(180deg, rgba(4, 12, 26, 0.18) 0%, rgba(4, 12, 26, 0.34) 56%, rgba(4, 12, 26, 0.86) 100%), url('/assets/img/hero/filo.png') center center / cover no-repeat;
}

    .thp-hero-section .container {
        height: 100%;
    }

.thp-hero-shell {
    display: flex;
    align-items: center;
    min-height: clamp(520px, 76vh, 720px);
    padding: var(--thp-space-6) 0;
}

.thp-hero-section .row {
    display: block;
    width: 100%;
    margin: 0;
}

.thp-hero-section [class*='col-lg-'] {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
}

.thp-hero-copy {
    max-width: 720px;
}

    .thp-hero-copy h1 {
        margin: 0 0 18px;
        color: #fff;
        font-size: clamp(2.6rem, 5vw, 5rem);
        line-height: 0.94;
        letter-spacing: -0.05em;
        max-width: 11ch;
    }

        .thp-hero-copy h1 span {
            display: block;
            color: #0f6791;
        }

    .thp-hero-copy p {
        max-width: 52ch;
        color: rgba(255, 255, 255, 0.82);
    }

.thp-hero-actions,
.thp-tech-actions,
.thp-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.thp-hero-actions {
    margin-top: 28px;
}

/* ----------------------------------
   Carousel
---------------------------------- */
.thp-carousel-section {
    position: relative;
    z-index: 4;
    margin-top: -92px;
}

.thp-carousel-shell {
    position: relative;
    padding: 18px;
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(13, 92, 132, 0.08);
    box-shadow: 0 28px 70px rgba(1, 30, 44, 0.14);
    backdrop-filter: blur(10px);
}

.thp-carousel-frame {
    position: relative;
}

#carouselExampleCaptions.thp-home-carousel {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 8.2;
    border-radius: 28px;
    overflow: hidden;
    background: #dde8ed;
    box-shadow: 0 16px 36px rgba(1, 30, 44, 0.14);
}

    #carouselExampleCaptions.thp-home-carousel .carousel-inner,
    #carouselExampleCaptions.thp-home-carousel .carousel-item,
    #carouselExampleCaptions.thp-home-carousel .hero-slide-media,
    #carouselExampleCaptions.thp-home-carousel .hero-media-element,
    #carouselExampleCaptions.thp-home-carousel .hero-slide-media picture,
    #carouselExampleCaptions.thp-home-carousel .hero-slide-media picture img {
        width: 100%;
        height: 100%;
    }

    #carouselExampleCaptions.thp-home-carousel .carousel-inner {
        position: absolute;
        inset: 0;
    }

    #carouselExampleCaptions.thp-home-carousel .carousel-item {
        min-height: 100%;
        overflow: hidden;
    }

    #carouselExampleCaptions.thp-home-carousel .hero-media-element,
    #carouselExampleCaptions.thp-home-carousel .hero-slide-media picture img {
        display: block;
        object-fit: cover;
        object-position: center center;
        transform: none !important;
        transition: none !important;
    }

        #carouselExampleCaptions.thp-home-carousel .hero-media-element.focal-right {
            object-position: right center;
        }

    #carouselExampleCaptions.thp-home-carousel video.hero-media-element {
        transform: none !important;
        transition: none !important;
        will-change: auto;
    }

    #carouselExampleCaptions.thp-home-carousel::before,
    #carouselExampleCaptions.thp-home-carousel::after {
        content: none !important;
    }

    #carouselExampleCaptions.thp-home-carousel .carousel-control-prev,
    #carouselExampleCaptions.thp-home-carousel .carousel-control-next {
        z-index: 3;
        width: 58px;
        height: 58px;
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
        border-radius: 999px;
        background: rgba(1, 30, 44, 0.28);
        border: 1px solid rgba(255, 255, 255, 0.18);
        backdrop-filter: blur(10px);
        transition: background 0.24s ease, transform 0.24s ease, border-color 0.24s ease;
    }

    #carouselExampleCaptions.thp-home-carousel .carousel-control-prev {
        left: 18px;
    }

    #carouselExampleCaptions.thp-home-carousel .carousel-control-next {
        right: 18px;
    }

        #carouselExampleCaptions.thp-home-carousel .carousel-control-prev:hover,
        #carouselExampleCaptions.thp-home-carousel .carousel-control-next:hover {
            transform: translateY(-50%) scale(1.05);
            background: rgba(13, 92, 132, 0.72);
            border-color: rgba(255, 255, 255, 0.26);
        }

    #carouselExampleCaptions.thp-home-carousel .carousel-indicators {
        z-index: 3;
        margin-bottom: 18px;
    }

        #carouselExampleCaptions.thp-home-carousel .carousel-indicators [data-bs-target] {
            width: 10px;
            height: 10px;
            margin: 0 5px;
            border-radius: 999px;
            opacity: 0.6;
            transition: opacity 0.24s ease, transform 0.24s ease;
        }

        #carouselExampleCaptions.thp-home-carousel .carousel-indicators .active {
            opacity: 1;
            transform: scale(1.18);
        }

.thp-carousel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 16px;
}

.thp-carousel-head-copy p {
    margin: 8px 0 0;
    font-size: 0.95rem;
    line-height: 1.65;
    color: var(--thp-muted);
}

.thp-carousel-toggle {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid rgba(13, 92, 132, 0.14);
    background: rgba(255, 255, 255, 0.88);
    color: var(--thp-accent);
    font-size: 0.9rem;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(1, 30, 44, 0.06);
    transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease, color 0.24s ease;
}

    .thp-carousel-toggle:hover {
        transform: translateY(-2px);
        box-shadow: 0 16px 30px rgba(1, 30, 44, 0.10);
        background: rgba(13, 92, 132, 0.92);
        color: #ffffff;
    }

.thp-carousel-body {
    display: block;
}

.thp-carousel-shell.is-collapsed .thp-carousel-body {
    display: none;
}

.thp-carousel-shell.is-collapsed {
    padding-bottom: 18px;
}

@media (max-width: 767.98px) {
    .thp-carousel-head {
        flex-direction: column;
        align-items: stretch;
    }

    .thp-carousel-toggle {
        width: 100%;
    }
}

/* ----------------------------------
   Services
---------------------------------- */
.thp-service-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    border-radius: var(--thp-radius-md);
    background: #fff;
    border: 1px solid rgba(1, 30, 44, 0.08);
    box-shadow: var(--thp-shadow-sm);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

    .thp-service-card:hover {
        transform: translateY(-6px);
        box-shadow: var(--thp-shadow-md);
        border-color: rgba(13, 92, 132, 0.16);
    }

.thp-service-media {
    flex: 0 0 auto;
    aspect-ratio: 1.1 / 1;
    overflow: hidden;
}

    .thp-service-media img {
        height: 100%;
        object-fit: cover;
        transition: transform 0.45s ease;
    }

.thp-service-card:hover .thp-service-media img {
    transform: scale(1.05);
}

.thp-service-body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    padding: var(--thp-space-3);
}

.thp-service-icon,
.thp-assurance-icon,
.thp-assurance-icon-white {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(13, 92, 132, 0.11), rgba(44, 125, 160, 0.1));
    color: var(--thp-accent);
    font-size: 1.3rem;
}

.thp-assurance-icon-white {
    color: #fff;
}

.thp-service-body h3 {
    margin: 0 0 10px;
    font-size: 1.3rem;
    font-weight: 800;
    color: var(--thp-text);
}

.thp-service-body p,
.thp-assurance-card p {
    margin-bottom: 0;
    font-size: 0.98rem;
    line-height: 1.75;
    color: var(--thp-muted);
}

.thp-service-body .thp-inline-link,
.thp-service-body .thp-inline-link-light,
.thp-assurance-card .thp-inline-link,
.thp-assurance-card .thp-inline-link-light {
    margin-top: auto;
    padding-top: 18px;
    align-self: flex-start;
}

/* ----------------------------------
   Technology
---------------------------------- */
.thp-tech-section {
    background: radial-gradient(circle at top center, rgba(13, 92, 132, 0.06), transparent 18%), linear-gradient(180deg, #f4f8fa 0%, #edf3f6 100%);
}

.thp-tech-stack {
    display: grid;
    gap: var(--thp-space-4);
}

.thp-tech-panel,
.thp-cta-shell {
    overflow: hidden;
    border-radius: var(--thp-radius-lg);
    padding: var(--thp-space-4);
    box-shadow: var(--thp-shadow-lg);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

    .thp-tech-panel.is-smart {
        background: linear-gradient(135deg, #06283a 0%, #0d4c6a 52%, #0a5d84 100%);
    }

    .thp-tech-panel.is-passenger {
        background: linear-gradient(135deg, #082638 0%, #0d3652 52%, #14597d 100%);
    }

    .thp-tech-panel.is-management {
        background: linear-gradient(135deg, #061c2b 0%, #0b314a 48%, #156287 100%);
    }

.thp-tech-copy.is-light h3,
.thp-tech-copy.is-light p,
.thp-tech-copy.is-light a {
    color: #fff;
}

.thp-tech-copy.is-light p {
    color: rgba(255, 255, 255, 0.78);
}

.thp-smart-stage,
.thp-control-stage,
.thp-management-stage {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
}

.thp-smart-stage,
.thp-control-stage {
    min-height: 420px;
}

.thp-smart-stage {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)), radial-gradient(circle at center, rgba(127, 213, 255, 0.18), transparent 42%), rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

    .thp-smart-stage::before,
    .thp-smart-stage::after {
        content: '';
        position: absolute;
        inset: 0;
        pointer-events: none;
    }

    .thp-smart-stage::before {
        background: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
        background-size: 34px 34px;
        mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 1), transparent 82%);
    }

    .thp-smart-stage::after {
        width: 180px;
        height: 180px;
        inset: 50% auto auto 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        border: 1px solid rgba(127, 213, 255, 0.26);
        animation: thp-spin-slow 16s linear infinite;
    }

.thp-smart-glow,
.thp-management-glow {
    position: absolute;
    inset: 50% auto auto 50%;
    border-radius: 50%;
    pointer-events: none;
}

.thp-smart-glow {
    width: 260px;
    height: 260px;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(127, 213, 255, 0.18), transparent 70%);
    filter: blur(6px);
}

.thp-smart-device-wrap {
    position: absolute;
    inset: 52% auto auto 50%;
    width: min(84%, 520px);
    transform: translate(-50%, -50%);
}

.thp-smart-device,
.thp-control-device {
    width: 100%;
    filter: drop-shadow(0 22px 56px rgba(0, 0, 0, 0.28));
    animation: thp-float-center 7s ease-in-out infinite;
}

.thp-smart-badge,
.thp-control-float,
.thp-control-status,
.thp-management-float {
    position: absolute;
    backdrop-filter: blur(12px);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
    color: #fff;
}

.thp-smart-badge {
    padding: 11px 16px;
    border-radius: 16px;
    font-size: 0.86rem;
    font-weight: 800;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.badge-rec {
    top: 28px;
    left: 28px;
    color: #ff8d8d;
    animation: thp-float-a 6s ease-in-out infinite;
}

.badge-gps {
    top: 34px;
    right: 28px;
    animation: thp-float-b 7s ease-in-out infinite;
}

.badge-live {
    left: 34px;
    bottom: 38px;
    animation: thp-float-c 6.5s ease-in-out infinite;
}

.badge-alarm {
    right: 30px;
    bottom: 56px;
    animation: thp-float-d 7.2s ease-in-out infinite;
}

.thp-control-stage {
    background: radial-gradient(circle at center, rgba(127, 213, 255, 0.14), transparent 36%), linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.02));
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.thp-control-grid {
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
    background-size: 36px 36px;
    opacity: 0.6;
    mask-image: radial-gradient(circle at center, rgba(0,0,0,1), transparent 80%);
}

.thp-control-device-shell {
    position: absolute;
    inset: 50% auto auto 50%;
    width: min(48%, 300px);
    transform: translate(-50%, -50%);
}

.thp-control-device-glow {
    position: absolute;
    inset: 50% auto auto 50%;
    width: 210px;
    height: 210px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(127, 213, 255, 0.22), transparent 72%);
    filter: blur(10px);
}

.thp-control-float,
.thp-control-status,
.thp-management-float {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

    .thp-control-float strong,
    .thp-control-status strong,
    .thp-management-float strong {
        display: block;
        font-size: 0.94rem;
    }

.thp-control-icon,
.thp-management-card-icon,
.thp-management-float-icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    font-size: 1.08rem;
    line-height: 1;
    color: #8fddff;
    background: rgba(127, 213, 255, 0.12);
    border: 1px solid rgba(127, 213, 255, 0.18);
}

.thp-control-icon {
    color: #7fd5ff;
}

.thp-management-card-icon i,
.thp-management-float-icon i,
.thp-management-points i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    line-height: 1;
    font-size: inherit;
}

.float-top-left {
    top: 28px;
    left: 24px;
    animation: thp-float-a 6s ease-in-out infinite;
}

.float-top-right {
    top: 38px;
    right: 24px;
    animation: thp-float-b 6.8s ease-in-out infinite;
}

.float-bottom-left {
    left: 22px;
    bottom: 34px;
    animation: thp-float-c 6.6s ease-in-out infinite;
}

.float-bottom-right {
    right: 24px;
    bottom: 54px;
    animation: thp-float-d 7s ease-in-out infinite;
}

.thp-control-status.status-top {
    top: 148px;
    right: 42px;
}

.thp-control-status.status-bottom {
    left: 48px;
    bottom: 156px;
}

.thp-status-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #75ff9b;
    box-shadow: 0 0 12px rgba(117, 255, 155, 0.8);
}

.thp-live-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 800;
    color: #ff9f8b;
    background: rgba(255, 159, 139, 0.14);
    border: 1px solid rgba(255, 159, 139, 0.24);
}

/* Management */
.thp-management-points {
    display: grid;
    gap: 12px;
    margin: 22px 0 0;
    padding: 0;
}

    .thp-management-points li {
        display: grid;
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 12px;
        align-items: start;
        padding: 12px 14px;
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.08);
        border: 1px solid rgba(255, 255, 255, 0.12);
        box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
    }

    .thp-management-points i {
        width: 46px;
        height: 46px;
        border-radius: 14px;
        background: rgba(127, 213, 255, 0.12);
        border: 1px solid rgba(127, 213, 255, 0.16);
        color: #8fddff;
        font-size: 1.05rem;
    }

    .thp-management-points span {
        color: rgba(255, 255, 255, 0.82);
        line-height: 1.7;
        font-size: 0.94rem;
    }

.thp-management-stage {
    position: relative;
    min-height: 600px;
    padding: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at center, rgba(127, 213, 255, 0.16), transparent 36%), linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.02));
    border: 1px solid rgba(255, 255, 255, 0.1);
}

    .thp-management-stage::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
        background-size: 34px 34px;
        opacity: 0.65;
        mask-image: radial-gradient(circle at center, rgba(0,0,0,1), transparent 82%);
        pointer-events: none;
    }

.thp-management-orbit {
    position: absolute;
    inset: 50% auto auto 50%;
    border-radius: 50%;
    border: 1px solid rgba(127, 213, 255, 0.18);
    transform: translate(-50%, -50%);
    pointer-events: none;
}

    .thp-management-orbit.orbit-outer {
        width: 340px;
        height: 340px;
        animation: thp-management-spin 18s linear infinite;
    }

    .thp-management-orbit.orbit-inner {
        width: 220px;
        height: 220px;
        opacity: 0.8;
        animation: thp-management-spin-reverse 12s linear infinite;
    }

.thp-management-glow {
    width: 240px;
    height: 240px;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(127, 213, 255, 0.20), transparent 72%);
    filter: blur(10px);
}

.thp-management-panel {
    position: absolute;
    inset: 50% auto auto 50%;
    width: min(84%, 480px);
    transform: translate(-50%, -50%);
    padding: 18px;
    border-radius: 26px;
    background: rgba(7, 25, 38, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(14px);
    animation: thp-management-panel-float 7.4s ease-in-out infinite;
    z-index: 2;
}

.thp-management-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

.thp-management-brand,
.thp-management-live {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0 14px;
    border-radius: 999px;
    font-size: 0.83rem;
    font-weight: 800;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.thp-management-brand-dot,
.thp-management-live-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.thp-management-brand-dot {
    background: #7fd5ff;
    box-shadow: 0 0 14px rgba(127, 213, 255, 0.65);
}

.thp-management-live-dot {
    background: #78ff98;
    box-shadow: 0 0 14px rgba(120, 255, 152, 0.75);
    animation: thp-management-live-pulse 1.8s ease-in-out infinite;
}

.thp-management-dashboard-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    align-items: stretch;
}

.thp-management-card {
    min-height: 0;
    padding: 18px 18px 16px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.05));
    border: 1px solid rgba(255, 255, 255, 0.10);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.14);
    transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

    .thp-management-card:hover {
        transform: translateY(-6px);
        border-color: rgba(127, 213, 255, 0.22);
        box-shadow: 0 18px 42px rgba(0, 0, 0, 0.20);
    }

    .thp-management-card strong {
        display: block;
        margin-bottom: 8px;
        color: #fff;
        font-size: 1rem;
        font-weight: 800;
        line-height: 1.28;
    }

    .thp-management-card p,
    .thp-management-float span {
        margin: 0;
        color: rgba(255, 255, 255, 0.72);
        font-size: 0.9rem;
        line-height: 1.62;
    }

.thp-management-bottom-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

    .thp-management-bottom-strip span {
        min-height: 34px;
        display: inline-flex;
        align-items: center;
        padding: 0 12px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.07);
        border: 1px solid rgba(255, 255, 255, 0.10);
        color: rgba(255, 255, 255, 0.78);
        font-size: 0.78rem;
        font-weight: 700;
    }

.thp-management-float {
    z-index: 3;
}

    .thp-management-float span {
        font-size: 0.76rem;
        line-height: 1.45;
    }

.mpf-sms {
    top: 16px;
    left: 14px;
    animation: thp-float-a 6.1s ease-in-out infinite;
}

.mpf-feedback {
    top: 16px;
    right: 14px;
    animation: thp-float-b 6.8s ease-in-out infinite;
}

.mpf-survey {
    left: 14px;
    bottom: 20px;
    animation: thp-float-c 6.4s ease-in-out infinite;
}

.mpf-audit {
    right: 14px;
    bottom: 20px;
    animation: thp-float-d 7s ease-in-out infinite;
}

/* ----------------------------------
   Customer Care
---------------------------------- */
.thp-customer-care-section {
    background: radial-gradient(circle at top left, rgba(13, 92, 132, 0.06), transparent 28%), linear-gradient(180deg, #f4f8fa 0%, #eef4f7 100%);
}

.thp-customer-care-copy {
    max-width: 620px;
}

    .thp-customer-care-copy h2 {
        margin: 16px 0 14px;
        line-height: 1.06;
    }

    .thp-customer-care-copy > p {
        line-height: 1.85;
    }

.thp-customer-care-points {
    display: grid;
    gap: 14px;
    margin-top: 26px;
}

    .thp-customer-care-points article,
    .thp-story-office-points article {
        display: grid;
        grid-template-columns: 54px minmax(0, 1fr);
        gap: 14px;
        padding: 16px 18px;
        border-radius: 20px;
        background: rgba(255, 255, 255, 0.9);
        border: 1px solid var(--thp-border);
        box-shadow: var(--thp-shadow-sm);
    }

    .thp-customer-care-points i,
    .thp-story-office-points i {
        width: 54px;
        height: 54px;
        border-radius: 16px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 1.1rem;
        color: var(--thp-accent);
        background: rgba(13, 92, 132, 0.1);
    }

    .thp-customer-care-points h3,
    .thp-story-office-points h3 {
        margin: 2px 0 6px;
        font-size: 1rem;
        font-weight: 800;
        color: var(--thp-text);
    }

.thp-customer-care-stage {
    position: relative;
    min-height: 620px;
    padding: 28px;
    margin-bottom:40px;
    border-radius: 32px;
    overflow: hidden;
    background: linear-gradient(135deg, #07263a 0%, #0d3f5e 54%, #156287 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--thp-shadow-lg);
}

.thp-customer-care-stage-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

    .thp-customer-care-stage-bg::before,
    .thp-customer-care-stage-bg::after {
        content: "";
        position: absolute;
        inset: 0;
    }

    .thp-customer-care-stage-bg::before {
        background: linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
        background-size: 34px 34px;
        opacity: 0.55;
        mask-image: radial-gradient(circle at center, rgba(0,0,0,1), transparent 82%);
    }

    .thp-customer-care-stage-bg::after {
        width: 320px;
        height: 320px;
        inset: 50% auto auto 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        background: radial-gradient(circle, rgba(127, 213, 255, 0.18), transparent 72%);
        filter: blur(10px);
    }

.thp-customer-care-svg-shell {
    position: relative;
    z-index: 2;
    width: min(100%, 620px);
    margin: 0 auto;
    left: 15%;
}

    .thp-customer-care-svg-shell svg {
        display: block;
        width: 100% !important;
        height: auto !important;
        max-width: none;
        filter: drop-shadow(0 26px 60px rgba(0, 0, 0, 0.22));
    }

.thp-customer-care-stage #support-phone,
.thp-customer-care-stage #support-agent,
.thp-customer-care-stage #support-keyboard,
.thp-customer-care-stage #support-monitor,
.thp-customer-care-stage #icons-call,
.thp-customer-care-stage #icons-bubbles {
    transform-box: fill-box;
    transform-origin: center;
    opacity: 0;
    will-change: transform, opacity;
}

.thp-customer-care-stage #support-phone {
    transform: translate3d(0, 90px, 0) scale(0.78);
}

.thp-customer-care-stage #support-agent {
    transform: translate3d(0, 150px, 0) scale(0.72);
}

.thp-customer-care-stage #support-keyboard {
    transform: translate3d(0, 175px, 0) scale(0.78);
}

.thp-customer-care-stage #support-monitor {
    transform: translate3d(0, 135px, 0) scale(0.76);
}

.thp-customer-care-stage #icons-call,
.thp-customer-care-stage #icons-bubbles {
    transform: translate3d(0, -75px, 0) scale(0.84);
}

.thp-customer-care-stage.aos-animate #support-phone {
    animation: thpCsPhoneIn 0.95s cubic-bezier(.2,.85,.24,1) 0.05s forwards;
}

.thp-customer-care-stage.aos-animate #support-agent {
    animation: thpCsRiseFromPhone 0.95s cubic-bezier(.2,.85,.24,1) 0.48s forwards;
}

.thp-customer-care-stage.aos-animate #support-keyboard {
    animation: thpCsRiseFromPhone 0.9s cubic-bezier(.2,.85,.24,1) 0.64s forwards;
}

.thp-customer-care-stage.aos-animate #support-monitor {
    animation: thpCsRiseFromPhone 0.9s cubic-bezier(.2,.85,.24,1) 0.78s forwards;
}

.thp-customer-care-stage.aos-animate #icons-call {
    animation: thpCsDropIn 0.82s cubic-bezier(.2,.85,.24,1) 1.02s forwards, thpCsFloatY 4.8s ease-in-out 2s infinite;
}

.thp-customer-care-stage.aos-animate #icons-bubbles {
    animation: thpCsDropIn 0.92s cubic-bezier(.2,.85,.24,1) 1.16s forwards, thpCsFloatYAlt 5.6s ease-in-out 2.25s infinite;
}

.thp-customer-care-badge {
    position: absolute;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 999px;
    color: #fff;
    font-size: 0.84rem;
    font-weight: 800;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(12px);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}

    .thp-customer-care-badge i {
        color: #8fddff;
    }

.badge-call {
    left: 18px;
    bottom: 18px;
    animation: thp-float-c 6.4s ease-in-out infinite;
}

.badge-mail {
    right: 18px;
    top: 18px;
    animation: thp-float-b 6.8s ease-in-out infinite;
}

/* ----------------------------------
   Akademi
---------------------------------- */
.thp-akademi-section {
    background: radial-gradient(circle at top left, rgba(13, 92, 132, 0.06), transparent 28%), radial-gradient(circle at bottom right, rgba(44, 125, 160, 0.05), transparent 26%), var(--thp-bg);
    padding-bottom: 0;
}

.thp-akd-intro-row {
    margin-bottom: var(--thp-space-1);
}

.thp-akd-headline span {
    display: block;
    background: linear-gradient(135deg, var(--thp-accent) 0%, var(--thp-accent-3) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.thp-akd-interactive {
    display: grid;
    gap: 18px;
}

.thp-akd-svg-shell {
    position: relative;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    overflow: visible;
}

    .thp-akd-svg-shell::before {
        display: none;
    }

.thp-akd-stage,
.thp-akd-illustration {
    overflow: visible;
}

.thp-akd-stage {
    position: relative;
    z-index: 1;
    max-width: none;
    margin: 0 auto;
    isolation: isolate;
}

.thp-akd-illustration {
    width: 100%;
    height: auto;
}

.thp-akd-copy-points {
    display: grid;
    gap: 14px;
    margin-top: 24px;
}

    .thp-akd-copy-points article {
        display: grid;
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 14px;
        padding: 14px 16px;
        border-radius: 20px;
        background: rgba(255, 255, 255, 0.82);
        border: 1px solid var(--thp-border);
        box-shadow: var(--thp-shadow-sm);
    }

    .thp-akd-copy-points i {
        width: 42px;
        height: 42px;
        border-radius: 14px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: var(--thp-accent);
        background: rgba(13, 92, 132, 0.10);
        font-size: 1rem;
    }

    .thp-akd-copy-points strong {
        display: block;
        margin-bottom: 4px;
        font-size: 0.98rem;
        font-weight: 800;
        color: var(--thp-text);
    }

    .thp-akd-copy-points p {
        margin: 0;
        font-size: 0.92rem;
        line-height: 1.7;
        color: var(--thp-muted);
    }

.thp-akd-copy-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.thp-akd-screen {
    transform-origin: center;
    animation: thpAkdScreenFloat 7s ease-in-out infinite;
}

.thp-akd-person {
    transform-origin: center;
    animation: thpAkdPersonFloat 6.4s ease-in-out infinite;
}

.thp-akd-person--one {
    animation-delay: 0s;
}

.thp-akd-person--two {
    animation-delay: .3s;
}

.thp-akd-person--three {
    animation-delay: .6s;
}

.thp-akd-person--four {
    animation-delay: .9s;
}

.thp-akd-person--five {
    animation-delay: 1.2s;
}

.thp-akd-person--six {
    animation-delay: 1.5s;
}

.thp-akd-chat {
    transform-origin: center;
    animation: thpAkdChatFloat 5.8s ease-in-out infinite;
}

.thp-akd-chat-dot {
    transform-box: fill-box;
    transform-origin: center;
    animation: thpAkdDotPulse 1.8s ease-in-out infinite;
}

#v9_3.thp-akd-chat-dot {
    animation-delay: 0s;
}

#v10_3.thp-akd-chat-dot {
    animation-delay: .2s;
}

#v11_3.thp-akd-chat-dot {
    animation-delay: .4s;
}

.thp-akd-bar {
    transform-box: fill-box;
    transform-origin: center bottom;
    animation: thpAkdBarPulse 3.2s ease-in-out infinite;
}

#v31.thp-akd-bar {
    animation-delay: 0s;
}

#v32.thp-akd-bar {
    animation-delay: .2s;
}

#v33.thp-akd-bar {
    animation-delay: .4s;
}

#v34.thp-akd-bar {
    animation-delay: .6s;
}

.thp-akd-node {
    cursor: pointer;
    pointer-events: all;
    opacity: 0;
    transform-box: fill-box;
    transform-origin: center;
    transform: translate3d(0, 42px, 0) scale(.82);
    filter: drop-shadow(0 10px 24px rgba(1, 30, 44, 0.08));
    transition: transform .28s ease, filter .28s ease, opacity .28s ease;
    will-change: transform, opacity, filter;
}

.thp-akd-stage.is-entering .thp-akd-node {
    animation: thpAkdBubbleIn 1.05s cubic-bezier(.18, .82, .24, 1) both;
    pointer-events: none;
}

.thp-akd-stage.is-entering .thp-akd-node--14 {
    animation-delay: .12s;
}

.thp-akd-stage.is-entering .thp-akd-node--13 {
    animation-delay: .28s;
}

.thp-akd-stage.is-entering .thp-akd-node--12 {
    animation-delay: .44s;
}

.thp-akd-stage.is-entering .thp-akd-node--11 {
    animation-delay: .60s;
}

.thp-akd-stage.is-entering .thp-akd-node--10 {
    animation-delay: .76s;
}

.thp-akd-stage.is-entering .thp-akd-node--9 {
    animation-delay: .92s;
}

.thp-akd-stage.is-entering .thp-akd-node--8 {
    animation-delay: 1.08s;
}

.thp-akd-stage.is-settled .thp-akd-node {
    animation: none !important;
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
}

    .thp-akd-stage.is-settled .thp-akd-node--12:hover,
    .thp-akd-stage.is-settled .thp-akd-node--12:focus-visible,
    .thp-akd-stage.is-settled .thp-akd-node--12.is-active {
        transform: translate3d(-39px, 0,70px) scale(1.4);

    }

.thp-akd-stage.is-settled .thp-akd-node--14:hover,
.thp-akd-stage.is-settled .thp-akd-node--14:focus-visible,
.thp-akd-stage.is-settled .thp-akd-node--14.is-active {
    transform: translate3d(-33px,20px, 70px) scale(1.4);
}

.thp-akd-stage.is-settled .thp-akd-node--13:hover,
.thp-akd-stage.is-settled .thp-akd-node--13:focus-visible,
.thp-akd-stage.is-settled .thp-akd-node--13.is-active,
.thp-akd-stage.is-settled .thp-akd-node--11:hover,
.thp-akd-stage.is-settled .thp-akd-node--11:focus-visible,
.thp-akd-stage.is-settled .thp-akd-node--11.is-active {
    transform: translate3d(37px, 0,70px) scale(1.4);
}

.thp-akd-stage.is-settled .thp-akd-node--9:hover,
.thp-akd-stage.is-settled .thp-akd-node--9:focus-visible,
.thp-akd-stage.is-settled .thp-akd-node--9.is-active {
    transform: translate3d(30px, 0,70px) scale(1.4);
}

.thp-akd-stage.is-settled .thp-akd-node--10:hover,
.thp-akd-stage.is-settled .thp-akd-node--10:focus-visible,
.thp-akd-stage.is-settled .thp-akd-node--10.is-active {
    transform: translate3d(-35px, 0,70px) scale(1.4);
}

.thp-akd-stage.is-settled .thp-akd-node--8:hover,
.thp-akd-stage.is-settled .thp-akd-node--8:focus-visible,
.thp-akd-stage.is-settled .thp-akd-node--8.is-active {
    transform: translate3d(-32px, 0,70px) scale(1.4);
}

.thp-akd-stage.is-settled .thp-akd-node.is-active {
    z-index: 3;
}

.thp-akd-stage.is-settled .thp-akd-node text,
.thp-akd-stage.is-settled .thp-akd-node tspan {
    transition: opacity .24s ease, filter .24s ease;
}

.thp-akd-stage.is-settled .thp-akd-node:hover text,
.thp-akd-stage.is-settled .thp-akd-node:hover tspan,
.thp-akd-stage.is-settled .thp-akd-node:focus-visible text,
.thp-akd-stage.is-settled .thp-akd-node:focus-visible tspan,
.thp-akd-stage.is-settled .thp-akd-node.is-active text,
.thp-akd-stage.is-settled .thp-akd-node.is-active tspan {
    filter: drop-shadow(0 0 6px rgba(255,255,255,.12));
}

/* ----------------------------------
   Assurance
---------------------------------- */
.thp-assurance-grid {
    margin-top: 8px;
}

.thp-assurance-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 28px;
    border-radius: var(--thp-radius-md);
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid var(--thp-border);
    box-shadow: var(--thp-shadow-sm);
}

    .thp-assurance-card h3 {
        font-size: 1.3rem;
        line-height: 1.3;
    }

    .thp-assurance-card.is-dark {
        color: #fff;
        background: linear-gradient(135deg, #0a3047 0%, #0f5778 100%);
        border-color: rgba(255, 255, 255, 0.1);
        box-shadow: var(--thp-shadow-lg);
    }

        .thp-assurance-card.is-dark p,
        .thp-assurance-card.is-dark h3,
        .thp-assurance-card.is-dark .thp-assurance-badge {
            color: #fff;
            border-color: rgba(255, 255, 255, 0.16);
        }

        .thp-assurance-card.is-dark p {
            color: rgba(255, 255, 255, 0.78);
        }

/* ----------------------------------
   Story + Office
---------------------------------- */
.thp-story-office-section {
    background: radial-gradient(circle at top left, rgba(13, 92, 132, 0.06), transparent 26%), linear-gradient(180deg, #f4f8fa 0%, #eef4f7 100%);
}

.thp-story-office-copy,
.thp-customer-care-copy,
.thp-mini-office-head {
    max-width: 620px;
}

.thp-story-office-points {
    display: grid;
    gap: 14px;
    margin-top: 26px;
}

.thp-mini-office-shell {
    padding: 24px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(13, 92, 132, 0.08);
    box-shadow: var(--thp-shadow-md);
}

.thp-mini-office-head {
    margin-bottom: 18px;
}

    .thp-mini-office-head h3 {
        margin: 14px 0 10px;
        font-size: clamp(1.35rem, 2.1vw, 1.9rem);
        line-height: 1.14;
        letter-spacing: -0.03em;
    }

.thp-mini-office-collage {
    position: relative;
    min-height: 420px;
}

.thp-mini-office-photo {
    position: absolute;
    overflow: hidden;
    margin: 0;
    border-radius: 24px;
    background: #fff;
    border: 1px solid rgba(1, 30, 44, 0.08);
    box-shadow: var(--thp-shadow-sm);
}

    .thp-mini-office-photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 0.45s ease;
    }

    .thp-mini-office-photo:hover img {
        transform: scale(1.04);
    }

    .thp-mini-office-photo video,
    .thp-mini-office-video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.mop-bottom {
    right: 30px;
    bottom: 0;
    width: 38%;
}

.mop-accent {
    left: 30px;
    bottom: 0;
    width: 38%;
    z-index: 2;
}

/* ----------------------------------
   CTA
---------------------------------- */
.thp-cta-shell {
    background: linear-gradient(135deg, #083047 0%, #0d5273 54%, #15719c 100%);
}

.thp-cta-copy h2,
.thp-cta-copy p,
.thp-cta-copy .thp-section-kicker {
    color: #fff;
}

.thp-cta-copy p {
    color: rgba(255, 255, 255, 0.8);
}

.thp-cta-copy .thp-section-kicker {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.16);
}

.thp-cta-contact-grid {
    display: grid;
    gap: 14px;
}

.thp-contact-card {
    display: block;
    padding: 20px 22px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    backdrop-filter: blur(12px);
    transition: transform 0.24s ease, background 0.24s ease, border-color 0.24s ease;
}

    .thp-contact-card:hover {
        transform: translateY(-3px);
        background: rgba(255, 255, 255, 0.14);
        border-color: rgba(255, 255, 255, 0.22);
    }

    .thp-contact-card span,
    .thp-contact-card strong,
    .thp-contact-card small {
        display: block;
        color: #fff;
    }

    .thp-contact-card span {
        margin-bottom: 10px;
        font-size: 0.84rem;
        font-weight: 700;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.74);
    }

    .thp-contact-card strong {
        font-size: 1.08rem;
        line-height: 1.45;
    }

    .thp-contact-card small {
        margin-top: 6px;
        line-height: 1.7;
        color: rgba(255, 255, 255, 0.72);
    }

/* ----------------------------------
   Motion
---------------------------------- */
@keyframes thp-float-a {
    0%, 100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(0, -10px, 0);
    }
}

@keyframes thp-float-b {
    0%, 100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(0, 10px, 0);
    }
}

@keyframes thp-float-c {
    0%, 100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(0, -12px, 0);
    }
}

@keyframes thp-float-d {
    0%, 100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(0, 8px, 0);
    }
}

@keyframes thp-float-center {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes thp-spin-slow {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes thp-management-panel-float {
    0%, 100% {
        transform: translate(-50%, -50%);
    }

    50% {
        transform: translate(-50%, calc(-50% - 8px));
    }
}

@keyframes thp-management-spin {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes thp-management-spin-reverse {
    from {
        transform: translate(-50%, -50%) rotate(360deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(0deg);
    }
}

@keyframes thp-management-live-pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.18);
        opacity: 0.8;
    }
}

@keyframes thpCsPhoneIn {
    0% {
        opacity: 0;
        transform: translate3d(0, 90px, 0) scale(0.78);
    }

    65% {
        opacity: 1;
        transform: translate3d(0, -10px, 0) scale(1.03);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes thpCsRiseFromPhone {
    0% {
        opacity: 0;
        transform: translate3d(0, 150px, 0) scale(0.72);
    }

    70% {
        opacity: 1;
        transform: translate3d(0, -8px, 0) scale(1.02);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes thpCsDropIn {
    0% {
        opacity: 0;
        transform: translate3d(0, -75px, 0) scale(0.84);
    }

    70% {
        opacity: 1;
        transform: translate3d(0, 6px, 0) scale(1.02);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes thpCsFloatY {
    0%, 100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(0, -10px, 0);
    }
}

@keyframes thpCsFloatYAlt {
    0%, 100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(0, 8px, 0);
    }
}

@keyframes thpAkdBubbleIn {
    0% {
        opacity: 0;
        transform: translate3d(0, 42px, 0) scale(.82);
    }

    65% {
        opacity: 1;
        transform: translate3d(0, -6px, 0) scale(1.02);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes thpAkdScreenFloat {
    0%, 100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(0, -8px, 0);
    }
}

@keyframes thpAkdPersonFloat {
    0%, 100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(0, -5px, 0);
    }
}

@keyframes thpAkdChatFloat {
    0%, 100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes thpAkdDotPulse {
    0%, 100% {
        opacity: .5;
        transform: scale(.9);
    }

    50% {
        opacity: 1;
        transform: scale(1.12);
    }
}

@keyframes thpAkdBarPulse {
    0%, 100% {
        transform: scaleY(1);
    }

    50% {
        transform: scaleY(1.12);
    }
}

/* ----------------------------------
   Responsive
---------------------------------- */
@media (min-width: 1921px) {
    #carouselExampleCaptions.thp-home-carousel {
        min-height: min(32vw, 760px);
    }
}

@media (max-width: 1399.98px) {
    .thp-mini-office-collage {
        min-height: 380px;
    }

    .mop-main {
        inset: 0 110px 72px 0;
    }
}

@media (max-width: 1199.98px) {
    .transay-home-page {
        --thp-section-y: var(--thp-space-4);
    }

    .thp-hero-copy h1 {
        font-size: clamp(2.4rem, 4.8vw, 4.2rem);
    }

    .thp-carousel-section {
        margin-top: -72px;
    }

    .thp-carousel-shell {
        padding: 16px;
    }

    #carouselExampleCaptions.thp-home-carousel {
        aspect-ratio: 16 / 9;
    }

    .thp-management-stage {
        min-height: 400px;
    }

    .thp-management-panel {
        width: min(80%, 500px);
    }

    .thp-management-float {
        min-width: 205px;
        max-width: 220px;
        padding: 12px 14px;
    }

    .thp-customer-care-stage {
        min-height: 560px;
        padding: 24px;
    }

    .thp-customer-care-svg-shell {
        width: min(100%, 560px);
    }
}

@media (max-width: 991.98px) {
    .transay-home-page {
        --thp-section-y: var(--thp-space-4);
    }

    .thp-hero-section {
        min-height: 500px;
        background-position: 68% center;
    }

    .thp-hero-shell {
        min-height: 500px;
        padding: var(--thp-space-5) 0;
    }

    .thp-hero-copy h1 {
        font-size: clamp(2.2rem, 6.8vw, 3.7rem);
        max-width: 9ch;
    }

    .thp-hero-copy p,
    .thp-section-heading,
    .thp-customer-care-copy {
        max-width: 100%;
    }

    .thp-carousel-section {
        margin-top: -44px;
    }

    .thp-carousel-shell {
        padding: 14px;
        border-radius: 28px;
    }

    #carouselExampleCaptions.thp-home-carousel {
        aspect-ratio: 16 / 10;
        border-radius: 24px;
    }

        #carouselExampleCaptions.thp-home-carousel .carousel-control-prev,
        #carouselExampleCaptions.thp-home-carousel .carousel-control-next {
            width: 50px;
            height: 50px;
        }

    .thp-tech-panel,
    .thp-cta-shell {
        padding: 28px;
    }

    .thp-control-status.status-top {
        top: 24px;
        right: 24px;
    }

    .thp-control-status.status-bottom {
        left: 24px;
        bottom: 24px;
    }

    .thp-management-stage {
        min-height: 390px;
        padding: 22px;
    }

    .thp-management-panel {
        width: min(84%, 480px);
        padding: 18px;
    }

    .thp-management-float {
        min-width: 190px;
        max-width: 210px;
        padding: 12px 14px;
    }

    .thp-customer-care-stage {
        min-height: 520px;
    }

    .thp-customer-care-svg-shell {
        width: min(100%, 520px);
    }

    .thp-mini-office-shell {
        padding: 22px;
    }

    .thp-mini-office-collage {
        min-height: 360px;
    }

    .mop-main {
        inset: 0 96px 64px 0;
    }

    .thp-akd-stage.is-settled .thp-akd-node:hover,
    .thp-akd-stage.is-settled .thp-akd-node:focus-visible,
    .thp-akd-stage.is-settled .thp-akd-node.is-active {
        transform: translate3d(0, 0, 0) scale(1.55);
    }

    .thp-akd-stage.is-settled .thp-akd-node--14:hover,
    .thp-akd-stage.is-settled .thp-akd-node--14:focus-visible,
    .thp-akd-stage.is-settled .thp-akd-node--14.is-active {
        transform: translate3d(0, 42px, 0) scale(1.55);
    }
}

@media (max-width: 767.98px) {
    .transay-home-page {
        --thp-section-y: var(--thp-space-3);
    }

    .thp-hero-section {
        min-height: 440px;
        margin-bottom: var(--thp-space-1);
        background-position: 72% center;
    }

    .thp-hero-shell {
        min-height: 440px;
        padding: var(--thp-space-4) 0;
    }

    .thp-hero-copy h1 {
        font-size: clamp(2rem, 9vw, 3rem);
        max-width: 8.5ch;
    }

    .thp-hero-actions,
    .thp-tech-actions,
    .thp-cta-actions,
    .thp-akd-copy-actions {
        flex-direction: column;
    }

        .thp-hero-actions .tx-btn,
        .thp-tech-actions .tx-btn,
        .thp-cta-actions .tx-btn,
        .thp-akd-copy-actions .tx-btn {
            width: 100%;
        }

    .thp-carousel-section {
        margin-top: 0;
    }

    .thp-carousel-shell {
        padding: 12px;
        border-radius: 24px;
    }

    #carouselExampleCaptions.thp-home-carousel {
        aspect-ratio: 16 / 11.2;
        border-radius: 20px;
    }

        #carouselExampleCaptions.thp-home-carousel .carousel-control-prev,
        #carouselExampleCaptions.thp-home-carousel .carousel-control-next,
        .thp-osl-btn {
            width: 44px;
            height: 44px;
        }

        #carouselExampleCaptions.thp-home-carousel .carousel-control-prev {
            left: 12px;
        }

        #carouselExampleCaptions.thp-home-carousel .carousel-control-next {
            right: 12px;
        }

    .thp-tech-panel,
    .thp-cta-shell {
        padding: 22px;
        border-radius: 28px;
    }

    .thp-smart-stage,
    .thp-control-stage {
        min-height: 360px;
    }

    .thp-control-float,
    .thp-control-status {
        position: static;
        margin-bottom: 12px;
    }

    .thp-control-stage {
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding: 18px;
        min-height: unset;
    }

    .thp-control-device-shell {
        position: relative;
        inset: auto;
        transform: none;
        width: 100%;
        max-width: 220px;
        margin: 10px auto 6px;
    }

    .thp-control-device-glow {
        width: 180px;
        height: 180px;
    }

    .thp-management-stage {
        min-height: unset;
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        padding: 18px;
    }

    .thp-management-orbit,
    .thp-management-glow {
        display: none;
    }

    .thp-management-panel {
        position: relative;
        inset: auto;
        transform: none !important;
        width: 100%;
        max-width: none;
        order: 1;
        animation: none;
    }

    .thp-management-float {
        position: static;
        width: calc(50% - 6px);
        min-width: 0;
        max-width: none;
        min-height: 88px;
        padding: 12px;
    }

    .thp-management-dashboard-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .thp-customer-care-points article,
    .thp-story-office-points article {
        grid-template-columns: 50px minmax(0, 1fr);
        padding: 14px 16px;
    }

    .thp-customer-care-points i,
    .thp-story-office-points i {
        width: 50px;
        height: 50px;
        font-size: 1rem;
    }

    .thp-customer-care-stage {
        min-height: 460px;
        padding: 18px;
        border-radius: 26px;
    }

    .thp-customer-care-svg-shell {
        width: 100%;
    }

    .thp-customer-care-badge {
        min-height: 38px;
        padding: 0 12px;
        font-size: 0.78rem;
    }

    .thp-mini-office-shell {
        padding: 18px;
        border-radius: 24px;
    }

    .thp-mini-office-collage {
        min-height: unset;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .thp-mini-office-photo {
        position: static;
        width: 100% !important;
        height: 180px !important;
        inset: auto !important;
        border-radius: 18px;
    }

    .mop-main,
    .mop-accent {
        grid-column: 1 / 3;
    }

    .mop-main {
        height: 240px !important;
    }

    .mop-accent {
        height: 150px !important;
    }

    .thp-akd-stage.is-settled .thp-akd-node:hover,
    .thp-akd-stage.is-settled .thp-akd-node:focus-visible,
    .thp-akd-stage.is-settled .thp-akd-node.is-active {
        transform: translate3d(0, 0, 0) scale(1.32);
    }

    .thp-akd-stage.is-settled .thp-akd-node--14:hover,
    .thp-akd-stage.is-settled .thp-akd-node--14:focus-visible,
    .thp-akd-stage.is-settled .thp-akd-node--14.is-active {
        transform: translate3d(0, 26px, 0) scale(1.32);
    }
}

@media (max-width: 575.98px) {
    .thp-section-heading {
        margin-bottom: var(--thp-space-3);
    }

    .thp-service-body,
    .thp-assurance-card,
    .thp-contact-card {
        padding-left: 18px;
        padding-right: 18px;
    }

    .thp-management-points li {
        grid-template-columns: 38px minmax(0, 1fr);
        padding: 12px;
    }

    .thp-management-card-icon,
    .thp-management-float-icon,
    .thp-management-points i {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
    }

    .thp-management-topbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .thp-management-dashboard-grid {
        grid-template-columns: 1fr;
    }

    .thp-management-float {
        width: 100%;
    }

    .thp-customer-care-stage {
        min-height: 420px;
    }

    .badge-call {
        left: 12px;
        bottom: 12px;
    }

    .badge-mail {
        right: 12px;
        top: 12px;
    }

    .thp-mini-office-collage {
        grid-template-columns: 1fr;
    }

    .mop-main,
    .mop-accent {
        grid-column: 1 / 2;
    }

    .thp-mini-office-photo {
        height: 200px !important;
    }

    .mop-main {
        height: 220px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .thp-smart-device,
    .thp-control-device,
    .thp-smart-stage::after,
    .badge-rec,
    .badge-gps,
    .badge-live,
    .badge-alarm,
    .float-top-left,
    .float-top-right,
    .float-bottom-left,
    .float-bottom-right,
    .thp-management-panel,
    .thp-management-orbit,
    .mpf-sms,
    .mpf-feedback,
    .mpf-survey,
    .mpf-audit,
    .thp-management-live-dot,
    .thp-customer-care-stage #support-phone,
    .thp-customer-care-stage #support-agent,
    .thp-customer-care-stage #support-keyboard,
    .thp-customer-care-stage #support-monitor,
    .thp-customer-care-stage #icons-call,
    .thp-customer-care-stage #icons-bubbles,
    .thp-customer-care-badge,
    .thp-akd-screen,
    .thp-akd-person,
    .thp-akd-chat,
    .thp-akd-chat-dot,
    .thp-akd-bar,
    .thp-akd-node {
        animation: none !important;
        transition: none !important;
    }

    .thp-customer-care-stage #support-phone,
    .thp-customer-care-stage #support-agent,
    .thp-customer-care-stage #support-keyboard,
    .thp-customer-care-stage #support-monitor,
    .thp-customer-care-stage #icons-call,
    .thp-customer-care-stage #icons-bubbles,
    .thp-akd-node {
        opacity: 1 !important;
        transform: none !important;
    }
}

/* ----------------------------------
   Field Operations Home
---------------------------------- */
.thp-fieldops-home-section {
    background: radial-gradient(circle at top left, rgba(13, 92, 132, 0.06), transparent 26%), linear-gradient(180deg, #eef4f7 0%, #f4f8fa 100%);
}

.thp-fieldops-copy {
    max-width: 620px;
}

    .thp-fieldops-copy h2 {
        margin: 16px 0 14px;
        font-size: clamp(2rem, 3vw, 3.2rem);
        line-height: 1.08;
        font-weight: 800;
        letter-spacing: -0.035em;
        color: var(--thp-text);
    }

        .thp-fieldops-copy h2 span {
            display: block;
            color: var(--thp-accent);
        }

    .thp-fieldops-copy > p {
        margin: 0;
        line-height: 1.85;
        color: var(--thp-muted);
    }

.thp-fieldops-points {
    display: grid;
    gap: 14px;
    margin-top: 26px;
}

    .thp-fieldops-points article {
        display: grid;
        grid-template-columns: 54px minmax(0, 1fr);
        gap: 14px;
        padding: 16px 18px;
        border-radius: 20px;
        background: rgba(255, 255, 255, 0.9);
        border: 1px solid var(--thp-border);
        box-shadow: var(--thp-shadow-sm);
    }

    .thp-fieldops-points i {
        width: 54px;
        height: 54px;
        border-radius: 16px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 1.1rem;
        color: var(--thp-accent);
        background: rgba(13, 92, 132, 0.10);
    }

    .thp-fieldops-points h3 {
        margin: 2px 0 6px;
        font-size: 1rem;
        font-weight: 800;
        color: var(--thp-text);
    }

    .thp-fieldops-points p {
        margin: 0;
        line-height: 1.78;
        color: var(--thp-muted);
    }

.thp-fieldops-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 22px;
}

.thp-fieldops-metric {
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid var(--thp-border);
    box-shadow: var(--thp-shadow-sm);
}

    .thp-fieldops-metric strong {
        display: block;
        margin-bottom: 4px;
        font-size: 0.98rem;
        font-weight: 800;
        color: var(--thp-accent);
    }

    .thp-fieldops-metric span {
        display: block;
        font-size: 0.88rem;
        line-height: 1.6;
        color: var(--thp-muted);
    }

.thp-fieldops-stage {
    position: relative;
    min-height: 640px;
    padding: 28px;
    border-radius: 32px;
    overflow: hidden;
    background: linear-gradient(135deg, #07263a 0%, #0d3f5e 54%, #156287 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--thp-shadow-lg);
}

.thp-fieldops-stage-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

    .thp-fieldops-stage-bg::before,
    .thp-fieldops-stage-bg::after {
        content: "";
        position: absolute;
        inset: 0;
    }

    .thp-fieldops-stage-bg::before {
        background: linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
        background-size: 34px 34px;
        opacity: 0.55;
        mask-image: radial-gradient(circle at center, rgba(0,0,0,1), transparent 82%);
    }

    .thp-fieldops-stage-bg::after {
        width: 340px;
        height: 340px;
        inset: 50% auto auto 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        background: radial-gradient(circle, rgba(127, 213, 255, 0.20), transparent 72%);
        filter: blur(10px);
    }

.thp-fieldops-svg-shell {
    position: relative;
    z-index: 2;
    width: min(100%, 640px);
    margin: 0 auto;
}

    .thp-fieldops-svg-shell svg {
        display: block;
        width: 100% !important;
        height: auto !important;
        max-width: none;
        filter: drop-shadow(0 26px 60px rgba(0, 0, 0, 0.22));
    }

.thp-fieldops-badge {
    position: absolute;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 999px;
    color: #fff;
    font-size: 0.84rem;
    font-weight: 800;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(12px);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}

    .thp-fieldops-badge i {
        color: #8fddff;
    }

.thp-fieldops-badge--top-left {
    left: 18px;
    top: 18px;
    animation: thp-float-a 6.2s ease-in-out infinite;
}

.thp-fieldops-badge--top-right {
    right: 18px;
    top: 18px;
    animation: thp-float-b 6.8s ease-in-out infinite;
}

.thp-fieldops-badge--bottom-left {
    left: 18px;
    bottom: 18px;
    animation: thp-float-c 6.5s ease-in-out infinite;
}

.thp-fieldops-badge--bottom-right {
    right: 18px;
    bottom: 18px;
    animation: thp-float-d 7s ease-in-out infinite;
}

/* SVG staged entrance */
.thp-fieldops-stage #fo-home-ring,
.thp-fieldops-stage #fo-home-glow,
.thp-fieldops-stage #fo-home-board-shadow,
.thp-fieldops-stage #fo-home-board,
.thp-fieldops-stage #fo-home-panel-left,
.thp-fieldops-stage #fo-home-panel-right,
.thp-fieldops-stage #fo-home-bar,
.thp-fieldops-stage #fo-home-route,
.thp-fieldops-stage #fo-home-vehicle,
.thp-fieldops-stage #fo-home-spark {
    transform-box: fill-box;
    transform-origin: center;
    opacity: 0;
    will-change: transform, opacity;
}

.thp-fieldops-stage #fo-home-ring {
    transform: scale(0.84);
}

.thp-fieldops-stage #fo-home-glow {
    transform: scale(0.72);
}

.thp-fieldops-stage #fo-home-board-shadow,
.thp-fieldops-stage #fo-home-board {
    transform: translate3d(0, 82px, 0) scale(0.92);
}

.thp-fieldops-stage #fo-home-panel-left {
    transform: translate3d(-64px, 28px, 0) scale(0.92);
}

.thp-fieldops-stage #fo-home-panel-right {
    transform: translate3d(64px, 28px, 0) scale(0.92);
}

.thp-fieldops-stage #fo-home-bar {
    transform: translate3d(0, 58px, 0) scale(0.94);
}

.thp-fieldops-stage #fo-home-route {
    transform: translate3d(40px, 18px, 0) scale(0.9);
}

.thp-fieldops-stage #fo-home-vehicle {
    transform: translate3d(-50px, 16px, 0) scale(0.88);
}

.thp-fieldops-stage #fo-home-spark {
    transform: translate3d(0, -38px, 0) scale(0.84);
}

.thp-fieldops-stage.aos-animate #fo-home-ring {
    animation: thpFoZoomIn 0.95s cubic-bezier(.2,.85,.24,1) 0.05s forwards, thp-spin-slow 18s linear 1.05s infinite;
}

.thp-fieldops-stage.aos-animate #fo-home-glow {
    animation: thpFoGlowIn 1s cubic-bezier(.2,.85,.24,1) 0.12s forwards;
}

.thp-fieldops-stage.aos-animate #fo-home-board-shadow,
.thp-fieldops-stage.aos-animate #fo-home-board {
    animation: thpFoRiseIn 0.95s cubic-bezier(.2,.85,.24,1) 0.22s forwards;
}

.thp-fieldops-stage.aos-animate #fo-home-panel-left {
    animation: thpFoSlideLeft 0.92s cubic-bezier(.2,.85,.24,1) 0.56s forwards;
}

.thp-fieldops-stage.aos-animate #fo-home-panel-right {
    animation: thpFoSlideRight 0.92s cubic-bezier(.2,.85,.24,1) 0.72s forwards;
}

.thp-fieldops-stage.aos-animate #fo-home-bar {
    animation: thpFoRiseIn 0.82s cubic-bezier(.2,.85,.24,1) 0.9s forwards;
}

.thp-fieldops-stage.aos-animate #fo-home-route {
    animation: thpFoSlideRight 0.82s cubic-bezier(.2,.85,.24,1) 1.02s forwards;
}

.thp-fieldops-stage.aos-animate #fo-home-vehicle {
    animation: thpFoSlideLeft 0.82s cubic-bezier(.2,.85,.24,1) 1.08s forwards, thp-float-c 6.8s ease-in-out 1.95s infinite;
}

.thp-fieldops-stage.aos-animate #fo-home-spark {
    animation: thpFoDropIn 0.82s cubic-bezier(.2,.85,.24,1) 1.18s forwards, thp-float-b 6.2s ease-in-out 2.1s infinite;
}

.thp-fieldops-stage #fo-home-dash-line {
    stroke-dasharray: 10 12;
    animation: thpFoDash 7.5s linear infinite;
}

/* motion helpers */
@keyframes thpFoRiseIn {
    0% {
        opacity: 0;
        transform: translate3d(0, 82px, 0) scale(0.92);
    }

    70% {
        opacity: 1;
        transform: translate3d(0, -6px, 0) scale(1.02);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes thpFoSlideLeft {
    0% {
        opacity: 0;
        transform: translate3d(-64px, 28px, 0) scale(0.92);
    }

    70% {
        opacity: 1;
        transform: translate3d(4px, -4px, 0) scale(1.02);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes thpFoSlideRight {
    0% {
        opacity: 0;
        transform: translate3d(64px, 28px, 0) scale(0.92);
    }

    70% {
        opacity: 1;
        transform: translate3d(-4px, -4px, 0) scale(1.02);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes thpFoDropIn {
    0% {
        opacity: 0;
        transform: translate3d(0, -38px, 0) scale(0.84);
    }

    70% {
        opacity: 1;
        transform: translate3d(0, 4px, 0) scale(1.02);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes thpFoZoomIn {
    0% {
        opacity: 0;
        transform: scale(0.84);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes thpFoGlowIn {
    0% {
        opacity: 0;
        transform: scale(0.72);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes thpFoDash {
    from {
        stroke-dashoffset: 0;
    }

    to {
        stroke-dashoffset: -88;
    }
}

/* responsive */
@media (max-width: 1199.98px) {
    .thp-fieldops-stage {
        min-height: 580px;
        padding: 24px;
    }
}

@media (max-width: 991.98px) {
    .thp-fieldops-copy {
        max-width: 100%;
    }

    .thp-fieldops-stage {
        min-height: 540px;
    }
}

@media (max-width: 767.98px) {
    .thp-fieldops-points article {
        grid-template-columns: 50px minmax(0, 1fr);
        padding: 14px 16px;
    }

    .thp-fieldops-points i {
        width: 50px;
        height: 50px;
        font-size: 1rem;
    }

    .thp-fieldops-metrics {
        grid-template-columns: 1fr;
    }

    .thp-fieldops-stage {
        min-height: 460px;
        padding: 18px;
        border-radius: 26px;
    }

    .thp-fieldops-badge {
        min-height: 38px;
        padding: 0 12px;
        font-size: 0.78rem;
    }
}

@media (max-width: 575.98px) {
    .thp-fieldops-stage {
        min-height: 420px;
    }

    .thp-fieldops-badge--top-left {
        left: 12px;
        top: 12px;
    }

    .thp-fieldops-badge--top-right {
        right: 12px;
        top: 12px;
    }

    .thp-fieldops-badge--bottom-left {
        left: 12px;
        bottom: 12px;
    }

    .thp-fieldops-badge--bottom-right {
        right: 12px;
        bottom: 12px;
    }
}

/* ----------------------------------
   Field Operations OS SVG Animation
---------------------------------- */

.thp-fieldops-stage--os {
    position: relative;
    overflow: hidden;
}

.thp-fieldops-svg-shell--os {
    position: relative;
    z-index: 2;
    width: min(100%, 680px);
    margin: 0 auto;
}

    .thp-fieldops-svg-shell--os svg {
        display: block;
        width: 100%;
        height: auto;
        filter: drop-shadow(0 26px 60px rgba(0, 0, 0, 0.22));
    }

/* ortak */
.thp-fieldops-stage--os #fieldop-computer,
.thp-fieldops-stage--os #fieldop-screen-1,
.thp-fieldops-stage--os #fieldop-screen-2,
.thp-fieldops-stage--os #fieldop-agent,
.thp-fieldops-stage--os #fieldop-gears-icon,
.thp-fieldops-stage--os #fieldop-wrench-icon,
.thp-fieldops-stage--os #fieldop-report-icon {
    transform-box: fill-box;
    will-change: transform, opacity;
    opacity: 0;
}

/* 1) laptop aşağıdan gelsin */
.thp-fieldops-stage--os #fieldop-computer {
    transform-origin: center bottom;
    transform: translate3d(0, 140px, 0) scale(0.78);
}

/* 2) ekranlar laptop içinden çıksın */
.thp-fieldops-stage--os #fieldop-screen-1,
.thp-fieldops-stage--os #fieldop-screen-2 {
    transform-origin: center bottom;
}

.thp-fieldops-stage--os #fieldop-screen-1 {
    transform: translate3d(0, 240px, 0) scale(0.42);
}

.thp-fieldops-stage--os #fieldop-screen-2 {
    transform: translate3d(0, 260px, 0) scale(0.36);
}

/* 3) agent ve iconlar yukarıdan düşsün */
.thp-fieldops-stage--os #fieldop-agent,
.thp-fieldops-stage--os #fieldop-gears-icon,
.thp-fieldops-stage--os #fieldop-wrench-icon,
.thp-fieldops-stage--os #fieldop-report-icon {
    transform-origin: center center;
    transform: translate3d(0, -180px, 0) scale(0.86);
}

/* AOS tetiklenince animasyonlar başlasın */
.thp-fieldops-stage--os.aos-animate #fieldop-computer {
    animation: thpFoLaptopIn 0.95s cubic-bezier(.2,.85,.24,1) 0.06s forwards;
}

.thp-fieldops-stage--os.aos-animate #fieldop-screen-1 {
    animation: thpFoScreenOut 0.95s cubic-bezier(.2,.85,.24,1) 0.62s forwards, thp-float-a 6.4s ease-in-out 1.9s infinite;
}

.thp-fieldops-stage--os.aos-animate #fieldop-screen-2 {
    animation: thpFoScreenOut 0.95s cubic-bezier(.2,.85,.24,1) 1.02s forwards, thp-float-b 6.9s ease-in-out 2.25s infinite;
}

.thp-fieldops-stage--os.aos-animate #fieldop-agent {
    animation: thpFoDropFromTop 0.9s cubic-bezier(.2,.85,.24,1) 1.44s forwards, thp-float-c 6.2s ease-in-out 2.4s infinite;
}

.thp-fieldops-stage--os.aos-animate #fieldop-gears-icon {
    animation: thpFoDropFromTop 0.82s cubic-bezier(.2,.85,.24,1) 1.72s forwards, thp-float-a 6.1s ease-in-out 2.5s infinite;
}

.thp-fieldops-stage--os.aos-animate #fieldop-wrench-icon {
    animation: thpFoDropFromTop 0.82s cubic-bezier(.2,.85,.24,1) 1.88s forwards, thp-float-d 6.8s ease-in-out 2.65s infinite;
}

.thp-fieldops-stage--os.aos-animate #fieldop-report-icon {
    animation: thpFoDropFromTop 0.82s cubic-bezier(.2,.85,.24,1) 2.02s forwards, thp-float-b 6.5s ease-in-out 2.8s infinite;
}

/* keyframes */

@keyframes thpFoLaptopIn {
    0% {
        opacity: 0;
        transform: translate3d(0, 140px, 0) scale(0.78);
    }

    65% {
        opacity: 1;
        transform: translate3d(0, -8px, 0) scale(1.02);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes thpFoScreenOut {
    0% {
        opacity: 0;
        transform: translate3d(0, 250px, 0) scale(0.38);
    }

    70% {
        opacity: 1;
        transform: translate3d(0, -10px, 0) scale(1.02);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes thpFoDropFromTop {
    0% {
        opacity: 0;
        transform: translate3d(0, -180px, 0) scale(0.86);
    }

    70% {
        opacity: 1;
        transform: translate3d(0, 8px, 0) scale(1.03);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

.thp-carousel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 16px;
}

.thp-carousel-head-copy p {
    margin: 8px 0 0;
    font-size: 0.95rem;
    line-height: 1.65;
    color: var(--thp-muted);
}

.thp-carousel-toggle {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid rgba(13, 92, 132, 0.14);
    background: rgba(255, 255, 255, 0.88);
    color: var(--thp-accent);
    font-size: 0.9rem;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(1, 30, 44, 0.06);
    transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease, color 0.24s ease;
}

    .thp-carousel-toggle:hover {
        transform: translateY(-2px);
        box-shadow: 0 16px 30px rgba(1, 30, 44, 0.10);
        background: rgba(13, 92, 132, 0.92);
        color: #ffffff;
    }

.thp-carousel-body {
    display: block;
}

.thp-carousel-shell.is-collapsed .thp-carousel-body {
    display: none;
}

.thp-carousel-shell.is-collapsed {
    padding-bottom: 18px;
}

@media (max-width: 767.98px) {
    .thp-carousel-head {
        flex-direction: column;
        align-items: stretch;
    }

    .thp-carousel-toggle {
        width: 100%;
    }
}

#carouselExampleCaptions.thp-home-carousel .hero-slide-media,
#carouselExampleCaptions.thp-home-carousel .hero-slide-media img,
#carouselExampleCaptions.thp-home-carousel .hero-slide-media video,
#carouselExampleCaptions.thp-home-carousel .hero-slide-media picture img {
    opacity: 1 !important;
}