.td-home-hero {
    position: relative;
    min-height: 100vh;
    background:
        linear-gradient(90deg,
            rgba(18, 66, 134, .90) 0%,
            rgba(18, 66, 134, .68) 38%,
            rgba(18, 66, 134, .25) 68%,
            rgba(255, 255, 255, 0) 100%),
        url('../../images/background/landing/home/banner_welcome_photo_pc.webp') 60% center / cover no-repeat;
    display: flex;
    align-items: center;
    color: #ffffff;
    padding: 160px 0 90px;
}

.td-home-hero-content {
    width: min(1180px, 92%);
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.td-home-hero-inner {
    max-width: 680px;
}

.td-home-hero-eyebrow {
    display: inline-block;
    background: rgba(98, 216, 252, .22);
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 18px;
}

.td-home-hero-title {
    color: #ffffff;
    font-size: clamp(38px, 6vw, 70px);
    line-height: 1.05;
    font-weight: 800;
    margin-bottom: 20px;
}

.td-home-hero-text {
    color: rgba(255, 255, 255, .94);
    font-size: 18px;
    line-height: 1.75;
    max-width: 620px;
    margin-bottom: 0;
}

.td-home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.td-home-hero-btn,
.td-home-hero-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
    transition: .25s ease;
}

.td-home-hero-btn {
    background: #ffffff;
    color: #124286;
    box-shadow: 0 14px 30px rgba(0, 0, 0, .18);
}

.td-home-hero-btn:hover {
    background: #62D8FC;
    color: #124286;
    transform: translateY(-2px);
}

.td-home-hero-btn-outline {
    border: 2px solid rgba(255, 255, 255, .85);
    color: #ffffff;
    background: transparent;
}

.td-home-hero-btn-outline:hover {
    background: #ffffff;
    color: #124286;
}

.td-google-rating {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-top: 28px;
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .22);
    backdrop-filter: blur(8px);
    border-radius: 18px;
    padding: 14px 18px;
    color: #ffffff;
}

.td-google-rating strong {
    font-size: 20px;
    color: #ffffff;
}

.td-stars {
    color: #FFD700;
    letter-spacing: 1px;
    font-size: 14px;
    display: block;
    margin-top: 2px;
}

.td-google-rating span {
    display: block;
    font-size: 14px;
    line-height: 1.35;
}

.td-home-info-bar {
    background: #124286;
    color: #ffffff;
    padding: 24px 0;
}

.td-home-info-container {
    width: min(1180px, 92%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.td-home-info-block {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.td-home-info-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 15px;
    background: rgba(98, 216, 252, .18);
    color: #62D8FC;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
}

.td-home-info-block strong {
    color: #ffffff;
    display: block;
    margin-bottom: 4px;
    font-size: 17px;
}

.td-home-info-block span,
.td-home-info-block a {
    color: rgba(255, 255, 255, .88);
    font-size: 15px;
    line-height: 1.5;
}

.td-home-info-block a {
    text-decoration: underline;
}

.td-home-info-block a:hover {
    color: #62D8FC;
}

.td-home-hero-text-desktop {
    display: block;
}

.td-home-hero-text-mobile {
    display: none;
}

@media (max-width: 991px) {

    .td-home-hero-text-desktop {
        display: none;
    }

    .td-home-hero-text-mobile {
        display: block;
        max-width: 330px;
        margin: 0 auto;
        font-size: 14px;
        line-height: 1.45;
    }

    .td-home-hero {
        min-height: 780px;
        padding: 78px 0 22px;
        align-items: flex-start;
        background:
            linear-gradient(180deg,
                rgba(18, 66, 134, .74) 0%,
                rgba(18, 66, 134, .42) 30%,
                rgba(18, 66, 134, .10) 52%,
                rgba(18, 66, 134, 0) 100%),
            url('../images/background/landing/home/hero_mobile.png') center top / cover no-repeat;
    }

    .td-home-hero-content {
        width: min(520px, 92%);
        margin: 0 auto;
    }

    .td-home-hero-inner {
        max-width: 100%;
        min-height: 680px;
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .td-home-hero-eyebrow {
        align-self: center;
        padding: 7px 14px;
        margin-bottom: 10px;
    }

    .td-home-hero-title {
        line-height: 1.06;
        max-width: 345px;
        margin: 0 auto 10px;
    }

    .td-google-rating {
        display: none;
    }

    .td-home-hero-actions {
        margin-top: auto;
        margin-bottom: 42px;
        flex-direction: column;
        gap: 12px;
        justify-content: center;
    }

    .td-home-hero-btn,
    .td-home-hero-btn-outline {
        width: 100%;
        padding: 13px 24px;
    }

    .td-home-info-container {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .td-home-hero-text-desktop {
        display: none;
    }

    .td-home-hero {
        min-height: 720px;
        padding: 70px 0 18px;
        background:
            linear-gradient(180deg,
                rgba(18, 66, 134, .76) 0%,
                rgba(18, 66, 134, .42) 28%,
                rgba(18, 66, 134, .08) 50%,
                rgba(18, 66, 134, 0) 100%),
            url('../images/background/landing/home/hero_mobile.png') center top / cover no-repeat;
    }

    .td-home-hero-inner {
        min-height: 632px;
    }

    .td-home-hero-actions {
        margin-bottom: 34px;
    }

    .td-home-info-block {
        background: rgba(255, 255, 255, .06);
        padding: 16px;
        border-radius: 18px;
    }
}

:root {
    --td-blue: #124286;
    --td-sky: #62D8FC;
    --td-soft: #F4FBFF;
    --td-dark: #102A43;
    --td-text: #4A5568;
    --td-white: #ffffff;
    --td-radius: 24px;
}

.td-index-brand {
    font-family: 'Lexend Deca', sans-serif;
    color: var(--td-text);
}

.td-index-brand section {
    padding: 72px 0;
}

.td-index-container {
    width: min(1180px, 92%);
    margin: 0 auto;
}

.td-index-eyebrow {
    display: inline-block;
    color: var(--td-blue);
    background: rgba(98, 216, 252, .22);
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 18px;
}

.td-index-title {
    color: var(--td-blue);
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.15;
    font-weight: 800;
    margin-bottom: 18px;
}

.td-index-text {
    font-size: 17px;
    line-height: 1.75;
    color: var(--td-text);
}

.td-index-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.td-index-btn-primary,
.td-index-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 26px;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
    transition: .25s ease;
}

.td-index-btn-primary {
    background: var(--td-blue);
    color: var(--td-white);
    box-shadow: 0 12px 28px rgba(18, 66, 134, .25);
}

.td-index-btn-primary:hover {
    background: #0d3268;
    color: var(--td-white);
    transform: translateY(-2px);
}

.td-index-btn-outline {
    background: var(--td-white);
    color: var(--td-blue);
    border: 2px solid var(--td-blue);
}

.td-index-btn-outline:hover {
    background: var(--td-blue);
    color: var(--td-white);
}

@keyframes tdFadeUp {
    from {
        opacity: 0;
        transform: translateY(22px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.td-index-stat-card,
.td-index-service-card,
.td-index-location-card {
    animation: tdFadeUp .7s ease both;
}

.td-index-stat-card:nth-child(2),
.td-index-service-card:nth-child(2),
.td-index-location-card:nth-child(2) {
    animation-delay: .08s;
}

.td-index-stat-card:nth-child(3),
.td-index-service-card:nth-child(3),
.td-index-location-card:nth-child(3) {
    animation-delay: .16s;
}

.td-index-stat-card:nth-child(4),
.td-index-service-card:nth-child(4),
.td-index-location-card:nth-child(4) {
    animation-delay: .24s;
}

/* ABOUT */
.td-index-about {
    background: var(--td-white);
}

.td-index-about-grid {
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 55px;
    align-items: center;
}

.td-index-about-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}

.td-index-about-img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 28px;
    box-shadow: 0 18px 40px rgba(18, 66, 134, .12);
}

.td-index-about-img:first-child {
    margin-top: 34px;
}

.td-index-check-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 22px;
    list-style: none;
    padding: 0;
    margin: 26px 0 0;
}

.td-index-check-grid li {
    color: var(--td-dark);
    font-weight: 650;
    line-height: 1.5;
}

.td-index-check-grid i {
    color: var(--td-sky);
    margin-right: 8px;
}

/* TRUST */
.td-index-trust {
    background:
        radial-gradient(circle at top right, rgba(98, 216, 252, .28), transparent 35%),
        linear-gradient(135deg, var(--td-blue), #0d3268);
    color: var(--td-white);
    overflow: hidden;
}

.td-index-trust-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 45px;
    align-items: center;
}

.td-index-trust-title {
    color: var(--td-white);
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.12;
    font-weight: 800;
    margin-bottom: 18px;
}

.td-index-trust-text {
    color: rgba(255, 255, 255, .92);
    font-size: 17px;
    line-height: 1.75;
}

.td-index-trust-img-wrap {
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .18);
}

.td-index-trust-img {
    width: 100%;
    height: 440px;
    object-fit: cover;
    object-position: center center;
    display: block;
}

.td-index-trust .td-index-btn-primary {
    background: var(--td-white);
    color: var(--td-blue);
}

/* STATS */
.td-index-stats {
    background: var(--td-white);
}

.td-index-stats-head {
    max-width: 850px;
    margin: 0 auto 38px;
    text-align: center;
}

.td-index-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.td-index-stat-card {
    position: relative;
    overflow: hidden;
    background: var(--td-soft);
    border-radius: var(--td-radius);
    padding: 32px 24px;
    text-align: center;
    border: 1px solid rgba(18, 66, 134, .08);
    box-shadow: 0 14px 35px rgba(18, 66, 134, .08);
    transition: .25s ease;
}

.td-index-stat-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 5px;
    background: var(--td-sky);
}

.td-index-stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 42px rgba(18, 66, 134, .14);
}

.td-index-stat-icon {
    width: 62px;
    height: 62px;
    margin: 0 auto 18px;
    border-radius: 20px;
    background: rgba(98, 216, 252, .25);
    color: var(--td-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
}

.td-index-stat-card h3 {
    color: var(--td-blue);
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 10px;
}

.td-index-stat-card p {
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

/* SERVICES */
.td-index-services {
    background: var(--td-soft);
}

.td-index-section-head {
    max-width: 820px;
    margin-bottom: 38px;
}

.td-index-services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.td-index-service-card {
    background: var(--td-white);
    border-radius: var(--td-radius);
    padding: 26px;
    box-shadow: 0 14px 35px rgba(18, 66, 134, .08);
    border: 1px solid rgba(18, 66, 134, .08);
    transition: .25s ease;
    min-height: 245px;
}

.td-index-service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 42px rgba(18, 66, 134, .14);
}

.td-index-service-number {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: rgba(98, 216, 252, .25);
    color: var(--td-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    margin-bottom: 18px;
}

.td-index-service-card h3 {
    font-size: 20px;
    color: var(--td-blue);
    font-weight: 800;
    margin-bottom: 10px;
}

.td-index-service-card h3 a {
    color: var(--td-blue);
    text-decoration: none;
}

.td-index-service-card p {
    font-size: 15px;
    line-height: 1.65;
    margin: 0;
}

/* PAYMENT */
.td-index-payment {
    background: var(--td-white);
}

.td-index-payment-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
    margin-top: 35px;
}

.td-index-payment-card {
    background: var(--td-soft);
    border-radius: var(--td-radius);
    padding: 32px;
    border: 1px solid rgba(18, 66, 134, .08);
    box-shadow: 0 14px 35px rgba(18, 66, 134, .08);
}

.td-index-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: rgba(98, 216, 252, .25);
    color: var(--td-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    margin-bottom: 18px;
}

.td-index-payment-card h3 {
    color: var(--td-blue);
    font-size: 23px;
    font-weight: 800;
    margin-bottom: 12px;
}

/* LOCATIONS */
.td-index-locations {
    background: var(--td-soft);
    padding-bottom: 36px;
}

.td-index-locations-head {
    max-width: 850px;
    text-align: center;
    margin: 0 auto 38px;
}

.td-index-location-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.td-index-location-card {
    position: relative;
    overflow: hidden;
    min-height: 315px;
    border-radius: 28px;
    background: var(--td-white);
    box-shadow: 0 16px 38px rgba(18, 66, 134, .10);
    isolation: isolate;
}

.td-index-location-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(16, 42, 67, .78) 0%,
            rgba(16, 42, 67, .28) 45%,
            rgba(16, 42, 67, 0) 75%);
    z-index: 1;
    pointer-events: none;
}

.td-index-location-card img {
    width: 100%;
    height: 315px;
    object-fit: cover;
    object-position: center center;
    display: block;
    transition: .5s ease;
    filter: saturate(1.04) contrast(1.02);
}

.td-index-location-card:hover img {
    transform: scale(1.07);
}

.td-index-location-content {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    z-index: 2;
}

.td-index-location-content h3 {
    color: var(--td-white);
    font-size: 25px;
    line-height: 1.1;
    font-weight: 800;
    margin: 0 0 8px;
    text-shadow: 0 4px 14px rgba(0, 0, 0, .35);
}

.td-index-location-content span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, .95);
    font-size: 15px;
    font-weight: 700;
}

.td-index-location-content i {
    color: var(--td-sky);
}

.td-index-location-main-link {
    position: absolute;
    inset: 0;
    z-index: 3;
    text-indent: -9999px;
}

.td-index-location-map-link {
    position: relative;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .18);
    color: var(--td-white);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    backdrop-filter: blur(8px);
}

.td-index-location-map-link:hover {
    background: var(--td-sky);
    color: var(--td-blue);
}

.td-index-location-coming {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 5;
    background: var(--td-sky);
    color: var(--td-blue);
    font-size: 13px;
    font-weight: 800;
    padding: 8px 14px;
    border-radius: 999px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .16);
}

/* REVIEWS */
.td-index-reviews {
    background: var(--td-white);
    text-align: center;
}

@media (max-width: 991px) {

    .td-index-about-grid,
    .td-index-trust-grid {
        grid-template-columns: 1fr;
    }

    .td-index-about-images {
        order: 2;
    }

    .td-index-services-grid,
    .td-index-stats-grid,
    .td-index-location-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .td-index-payment-grid {
        grid-template-columns: 1fr;
    }

    .td-index-about-img {
        height: 360px;
    }

    .td-index-trust-img {
        height: 380px;
        object-position: center top;
    }
}

@media (max-width: 575px) {
    .td-index-brand section {
        padding: 52px 0;
    }

    .td-index-about-grid {
        gap: 32px;
    }

    .td-index-about-images {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .td-index-about-img {
        height: 250px;
        border-radius: 22px;
    }

    .td-index-about-img:first-child {
        margin-top: 24px;
    }

    .td-index-check-grid,
    .td-index-services-grid,
    .td-index-stats-grid,
    .td-index-location-grid {
        grid-template-columns: 1fr;
    }

    .td-index-trust-grid {
        gap: 28px;
    }

    .td-index-trust-img {
        height: 310px;
        object-position: center top;
    }

    .td-index-location-card,
    .td-index-location-card img {
        min-height: 260px;
        height: 260px;
    }

    .td-index-location-content {
        left: 20px;
        right: 20px;
        bottom: 20px;
    }

    .td-index-location-content h3 {
        font-size: 23px;
    }

    .td-index-btns {
        flex-direction: column;
    }

    .td-index-btn-primary,
    .td-index-btn-outline {
        width: 100%;
    }
}

@media (max-width: 390px) {
    .td-index-about-images {
        grid-template-columns: 1fr;
    }

    .td-index-about-img,
    .td-index-about-img:first-child {
        height: auto;
        margin-top: 0;
    }
}