/* Prime Tax Global — layout & component overrides (colors: see theme-primetax.css) */

html {
    scroll-behavior: smooth;
}

.navbar-nav-container {
    width: 100%;
    gap: 0.75rem;
    justify-content: flex-start;
}

.navbar-logo-container {
    width: auto;
    flex: 0 0 auto;
}

.gft-nav-right {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-left: auto;
    flex: 0 1 auto;
}

.nav-link-container {
    flex: 0 1 auto;
    width: auto;
    min-width: 0;
}

.navbar-cta-container {
    flex: 0 0 auto;
    margin-left: auto;
}

.gft-text-logo {
    font-family: var(--font-family-heading);
    font-size: 28px;
    font-weight: 900;
    text-decoration: none;
    letter-spacing: -0.01em;
    line-height: 1.15;
    white-space: nowrap;
    display: inline-flex;
    align-items: baseline;
}

.gft-text-logo__brand {
    color: #fff !important;
    font-weight: 900;
    -webkit-text-fill-color: #fff;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.9), 0 2px 6px rgba(0, 0, 0, 0.35);
}

.gft-text-logo__accent {
    background: linear-gradient(135deg, var(--ptg-brand-gold-light, #d4b06a) 0%, var(--ptg-brand-gold, #b6904e) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-weight: 900;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35));
}

.gft-text-logo:hover .gft-text-logo__brand {
    color: #fff !important;
    -webkit-text-fill-color: #fff;
}

.gft-text-logo:hover .gft-text-logo__accent {
    background: linear-gradient(135deg, #2dd4bf 0%, #2dd4bf 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.navbar-logo-container .navbar-brand.gft-text-logo {
    background: transparent;
    padding: 0;
    box-shadow: none;
}

.gft-text-logo-footer {
    font-family: var(--font-family-heading);
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -0.01em;
    line-height: 1.15;
    margin-bottom: 4px;
}

.gft-text-logo-footer .gft-text-logo__brand {
    color: #fff;
    font-weight: 900;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.9), 0 2px 6px rgba(0, 0, 0, 0.35);
}

.gft-text-logo-footer .gft-text-logo__accent {
    background: linear-gradient(135deg, var(--ptg-brand-gold-light, #d4b06a) 0%, var(--ptg-brand-gold, #b6904e) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-weight: 900;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35));
}

.banner-home__btn-group {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-self: flex-start;
    gap: 12px;
    width: auto;
    max-width: 100%;
}

.banner-home__btn-group .btn {
    display: inline-flex;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.banner-home__btn-group .btn .btn-title {
    white-space: nowrap;
}

.banner-home__hero-left {
    max-width: 100%;
    align-items: flex-start;
    text-align: left;
}

.banner-home__hero-left .banner-home__description-content {
    width: 100%;
    height: auto;
    justify-self: auto;
    align-items: flex-start;
    justify-content: flex-start;
}

.banner-home__badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    padding: 10px 20px;
    border-radius: 999px;
    background: rgba(8, 20, 40, 0.82);
    border: 1px solid rgba(59, 130, 246, 0.35);
    box-shadow: 0 0 20px rgba(59, 130, 246, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.banner-home__badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #3b82f6;
    box-shadow: 0 0 8px rgba(59, 130, 246, 0.8);
    flex-shrink: 0;
    animation: gft-badge-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.banner-home__badge-text {
    color: #93c5fd;
    font-family: var(--font-family-heading);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.3;
    text-transform: uppercase;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.banner-home__badge-text strong {
    color: #FFFFFF;
    font-weight: 800;
}

@keyframes gft-badge-pulse {
    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.45;
    }
}

.banner-home__title-content .banner-home__title {
    color: var(--secondary);
}

.banner-home__title-content .banner-home__description--tagline {
    font-size: 28px;
    line-height: 1.45;
    font-weight: 500;
    color: var(--secondary);
}

.banner-home__highlight {
    background: linear-gradient(135deg, #3b82f6 0%, #93c5fd 50%, #ccfbf1 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-weight: 800;
}

.banner-home__title-content .banner-home__description--tagline .banner-home__highlight {
    font-size: 1.35em;
    letter-spacing: 0.02em;
}

.banner-home__description-content .banner-home__description {
    font-size: 20px;
    line-height: 1.75;
    font-weight: 500;
    color: #ffffff;
    padding: 0;
    margin: 0;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.45);
}

@media (max-width: 991px) {
    .banner-home__title-content .banner-home__description--tagline {
        font-size: 24px;
    }

    .banner-home__description-content .banner-home__description {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .banner-home__badge {
        padding: 9px 16px;
    }

    .banner-home__badge-text {
        font-size: 12px;
        letter-spacing: 0.05em;
    }

    .banner-home__title-content .banner-home__description--tagline {
        font-size: 20px;
    }

    .banner-home__description-content .banner-home__description {
        font-size: 17px;
    }

    .banner-home__btn-group {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .banner-home__hero-left {
        text-align: left;
        align-items: flex-start;
    }

    .banner-home__hero-left .banner-home__description-content {
        align-items: flex-start;
        text-align: left;
    }
}

.service-section__grid-layout--two {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 50px;
}

@media (max-width: 991px) {
    .service-section__grid-layout--two {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

/* Homepage CTA banner */
.gft-cta-banner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 48px 56px;
    border-radius: 24px;
    background: linear-gradient(135deg, #0a1f3d 0%, #0d2847 45%, #123a5c 100%);
    box-shadow: 0 20px 50px rgba(10, 31, 61, 0.25);
}

.gft-cta-banner__content {
    flex: 1 1 auto;
    max-width: 640px;
}

.gft-cta-banner__title {
    font-size: clamp(28px, 3.5vw, 40px);
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    margin: 0 0 16px;
}

.gft-cta-banner__text {
    font-size: 17px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.82);
    margin: 0 0 24px;
}

.gft-cta-banner__badges {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
}

.gft-cta-banner__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}

.gft-cta-banner__badge i {
    color: #3b82f6;
    font-size: 16px;
}

.gft-cta-banner__actions {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
}

.gft-cta-banner__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 28px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.gft-cta-banner__btn--primary {
    background: #3b82f6;
    color: #0a1f3d;
    box-shadow: 0 8px 24px rgba(212, 175, 55, 0.35);
}

.gft-cta-banner__btn--primary:hover {
    color: #0a1f3d;
    background: #e0bc45;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(212, 175, 55, 0.45);
}

.gft-cta-banner__btn--outline {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.55);
}

.gft-cta-banner__btn--outline:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    border-color: #fff;
    transform: translateY(-2px);
}

@media (max-width: 991px) {
    .gft-cta-banner {
        flex-direction: column;
        align-items: flex-start;
        padding: 36px 32px;
    }

    .gft-cta-banner__actions {
        width: 100%;
        flex-wrap: wrap;
    }

    .gft-cta-banner__btn {
        flex: 1 1 auto;
        min-width: 140px;
    }
}

@media (max-width: 575px) {
    .gft-cta-banner {
        padding: 28px 24px;
        border-radius: 18px;
    }

    .gft-cta-banner__actions {
        flex-direction: column;
        width: 100%;
    }

    .gft-cta-banner__btn {
        width: 100%;
    }
}

.navbar-nav .nav-link {
    white-space: nowrap;
    font-size: 21px;
}

.navbar-nav .dropdown-menu .dropdown-item {
    font-size: 20px;
    padding: 12px 22px;
}

.nav-link-container .navbar-nav {
    flex-wrap: nowrap;
    gap: 0.15rem;
    justify-content: flex-end;
}

.navbar-nav .nav-item {
    padding: 0 0.4rem;
}

.navbar-nav .nav-link.gft-nav-portal {
    background-color: var(--accent-color);
    color: #fff !important;
    border-radius: 50px;
    padding: 12px 24px !important;
    font-size: 20px;
    font-weight: 600;
    box-shadow: 0 4px 14px rgba(14, 165, 233, 0.35);
}

.navbar-nav .nav-link.gft-nav-portal:hover,
.navbar-nav .nav-link.gft-nav-portal.active,
.navbar-nav .nav-link.gft-nav-portal:focus {
    background-color: var(--accent-color-3);
    color: #fff !important;
}

.navbar-nav .nav-link.gft-nav-portal i {
    margin-right: 6px;
}

.sidebar-menu a.gft-nav-portal {
    display: inline-block;
    margin-top: 8px;
    padding: 12px 24px !important;
    border-radius: 50px;
    background-color: var(--accent-color);
    color: #fff !important;
    font-weight: 600;
    text-align: center;
}

.sidebar-menu a.gft-nav-portal:hover,
.sidebar-menu a.gft-nav-portal.active,
.sidebar-menu a.gft-nav-portal:focus {
    background-color: var(--accent-color-3);
    color: #fff !important;
}

/* Mobile sidebar menu — larger, easier to read */
@media (max-width: 1199.98px) {
    .navbar-nav-container .nav-btn {
        padding: 12px 14px;
        font-size: 22px;
    }

    .sidebar-menu a {
        font-size: 20px !important;
        font-weight: 500;
        line-height: 1.5;
    }

    .sidebar-dropdown-menu a {
        font-size: 18px !important;
        font-weight: 400;
    }

    .sidebar-dropdown-btn {
        font-size: 1.4rem;
    }

    .sidebar-menu li {
        padding: 14px 16px;
    }

    .sidebar-menu a.gft-nav-portal {
        font-size: 20px !important;
        padding: 14px 28px !important;
    }
}

@media (max-width: 767.98px) {
    .sidebar-menu a {
        font-size: 19px !important;
    }

    .sidebar-dropdown-menu a {
        font-size: 17px !important;
    }

    .sidebar-menu a.gft-nav-portal {
        font-size: 19px !important;
    }
}

@media (min-width: 992px) {
    .navbar-nav-container .nav-btn {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1399px) {
    .navbar-nav .nav-link {
        font-size: 19px;
        padding-left: 0.55rem;
        padding-right: 0.55rem;
    }

    .navbar-nav .dropdown-menu .dropdown-item {
        font-size: 18px;
    }

    .gft-text-logo {
        font-size: 24px;
    }
}

.gft-phone-link {
    color: inherit;
    text-decoration: none;
}

.gft-phone-link:hover {
    color: inherit;
    opacity: 0.9;
}

.gft-footer-contact.card__footer-newsletter {
    gap: 24px;
    justify-content: flex-start;
}

.gft-footer-contact h3 {
    margin: 0;
}

.gft-footer-contact__details {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
}

.gft-footer-contact__item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
}

.gft-footer-contact__item h6 {
    margin: 0 0 4px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.65);
}

.gft-footer-contact__item p {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
}

.gft-footer-contact a {
    color: inherit;
    text-decoration: none;
}

.gft-footer-contact a:hover {
    color: #0EA5E9;
}

.gft-footer-contact__item .contact-info-icon {
    font-size: 22px;
    margin-top: 2px;
    flex-shrink: 0;
}

.gft-footer-contact__btn {
    align-self: flex-start;
    margin-top: auto;
    text-decoration: none;
}

/* Inner page content wrappers */
.gft-page-content {
    padding-bottom: 0;
}

.gft-page-content .section:last-child {
    padding-bottom: 80px;
}

.gft-about-play-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #0EA5E9;
    color: #fff;
    text-decoration: none;
}

.gft-about-play-link:hover {
    color: #fff;
    opacity: 0.9;
}

.proven-result__achievement-item a {
    color: inherit;
    text-decoration: none;
}

.proven-result__achievement-item a:hover {
    color: #0EA5E9;
}

.gft-tax-hero {
    background: linear-gradient(135deg, #2F2F2F 0%, #1a1a1a 100%);
}

.contact__info-item a {
    color: inherit;
    text-decoration: none;
}

.contact__info-item a:hover {
    color: #0EA5E9;
}

/* About page */
.gft-about-intro__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 380px;
    border-radius: 4px;
}

.gft-about-intro__content {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.gft-about-intro__content h2 {
    font-size: clamp(28px, 3.5vw, 42px);
    line-height: 1.2;
    margin: 0;
}

.gft-about-intro__text {
    font-size: 17px;
    line-height: 1.75;
    color: #7A7A7A;
    margin: 0;
}

.card__about-overview .gft-about-highlight-icon {
    font-size: 32px;
    color: #0EA5E9;
}

.card__about-overview h5 {
    margin: 0;
}

.card__about-overview p {
    font-size: 15px;
    line-height: 1.6;
    color: #7A7A7A;
}

.about-mission__main-content > p {
    font-size: 17px;
    line-height: 1.75;
    color: #7A7A7A;
    margin: 0;
}

.about-mission__main-content h2 {
    font-size: clamp(28px, 3.5vw, 42px);
    line-height: 1.2;
}

.gft-about-values-section {
    background: #f8fafc;
}

.gft-about-values__heading {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 3rem;
}

.gft-about-values__heading h2 {
    font-size: clamp(28px, 3.5vw, 42px);
    margin-bottom: 0;
}

.gft-about-regions-list {
    margin: 0;
    padding: 0;
}

.gft-about-regions-list a {
    color: inherit;
    text-decoration: none;
}

.gft-about-regions-list a:hover {
    color: #0EA5E9;
}

.contact-cta__title-container h3 {
    font-size: clamp(24px, 3vw, 36px);
    line-height: 1.25;
}

/* Floating WhatsApp & Email buttons */
@keyframes gft-floating-ping {
    75%,
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.gft-floating-contact {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.gft-floating-contact__btn {
    position: relative;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    border: 4px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: visible;
}

.gft-floating-contact__btn:hover {
    color: #fff;
    transform: scale(1.1);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.35);
}

.gft-floating-contact__btn--email {
    background: #0EA5E9;
}

.gft-floating-contact__btn--whatsapp {
    background: #25D366;
}

.gft-floating-contact__ping {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    opacity: 0.75;
    animation: gft-floating-ping 1.5s cubic-bezier(0, 0, 0.2, 1) infinite;
    pointer-events: none;
}

.gft-floating-contact__ping--email {
    background: #0EA5E9;
}

.gft-floating-contact__ping--whatsapp {
    background: #25D366;
}

.gft-floating-contact__icon {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    line-height: 1;
}

@media (max-width: 767px) {
    .gft-floating-contact {
        right: 16px;
        bottom: 20px;
        gap: 14px;
    }

    .gft-floating-contact__btn {
        width: 62px;
        height: 62px;
    }

    .gft-floating-contact__icon {
        font-size: 30px;
    }
}
.gft-service-box {
    background: #fff;
    border: 1px solid rgba(15, 49, 58, 0.08);
    border-radius: 12px;
    padding: 32px 28px;
    height: 100%;
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}

.gft-service-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #0EA5E9, #0EA5E9);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
}

.gft-service-box:hover {
    box-shadow: 0 20px 50px rgba(15, 49, 58, 0.1);
    transform: translateY(-4px);
}

.gft-service-box:hover::before {
    transform: scaleX(1);
}

.gft-service-box__icon {
    width: 64px;
    height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(0, 71, 171, 0.1);
    color: #0EA5E9;
    font-size: 28px;
    margin-bottom: 22px;
}

.gft-service-box__title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #0f313a;
}

.gft-service-box__text {
    color: #5f6f75;
    line-height: 1.7;
    margin: 0;
}

.gft-service-box--link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.gft-service-box--link:hover {
    color: inherit;
}

.gft-service-box__more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    font-size: 14px;
    font-weight: 600;
    color: #0EA5E9;
    transition: gap 0.2s ease;
}

.gft-service-box--link:hover .gft-service-box__more {
    gap: 12px;
}

.gft-service-detail__short {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #2563eb;
    margin-bottom: 8px;
}

.gft-service-detail__features {
    margin-top: 0;
    padding: 28px;
    border-radius: 16px;
    background: #f7f9fd;
    border: 1px solid rgba(10, 31, 61, 0.08);
}

.gft-service-detail__features h4 {
    font-size: 20px;
    font-weight: 700;
    color: #0a1f3d;
    margin-bottom: 16px;
}

.gft-service-detail__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px;
}

.gft-service-detail__list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    color: #0a1f3d;
}

.gft-service-detail__list li i {
    color: #2563eb;
    font-size: 14px;
}

.gft-service-detail__phone {
    display: block;
    margin-top: 14px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.gft-service-detail__phone:hover {
    color: #93c5fd;
}

.gft-tax-sidebar__nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gft-tax-sidebar__nav li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    color: #0a1f3d;
    font-weight: 500;
    border-bottom: 1px solid rgba(10, 31, 61, 0.08);
    text-decoration: none;
}

.gft-tax-sidebar__nav li a:hover,
.gft-tax-sidebar__nav li a.active {
    color: #0EA5E9;
}

.gft-tax-sidebar__nav li a i {
    width: 18px;
    color: #2563eb;
    font-size: 14px;
}

/* Services overview page (all services) */
.gft-services-overview__intro {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}

.gft-services-overview__intro h2 {
    margin-bottom: 16px;
}

.gft-services-overview__intro > p {
    font-size: 17px;
    line-height: 1.75;
    color: #5a6478;
    margin-bottom: 24px;
}

.gft-services-overview__highlights {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 20px;
}

.gft-services-overview__highlights span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #0a1f3d;
}

.gft-services-overview__highlights i {
    color: #2563eb;
}

.gft-services-overview__image {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgba(10, 31, 61, 0.12);
}

.gft-services-overview__image img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    display: block;
}

.gft-services-overview__content h3 {
    font-size: 28px;
    font-weight: 700;
    color: #0a1f3d;
    margin-bottom: 14px;
}

.gft-services-overview__content > p {
    font-size: 16px;
    line-height: 1.75;
    color: #5a6478;
    margin-bottom: 12px;
}

.gft-services-overview__icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: rgba(14, 165, 233, 0.1);
    color: #0EA5E9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 12px;
}

.gft-service-detail__lead {
    font-size: 17px;
    font-weight: 500;
    color: #0a1f3d;
    margin-bottom: 14px;
}

.gft-service-detail__benefits,
.gft-service-detail__process,
.gft-service-detail__faq {
    margin-top: 36px;
}

.gft-service-page .gft-tax-section .gft-service-detail__features h4 {
    display: none;
}

.gft-service-page .service-details__title {
    font-size: 32px;
    font-weight: 700;
    color: #0a1f3d;
    margin-bottom: 16px;
}

.gft-service-page .service-details__text {
    font-size: 16px;
    line-height: 1.75;
    color: #5a6478;
    margin-bottom: 14px;
}

.gft-service-page .service-details__pages {
    padding: 24px 26px 28px;
    background-color: #f0f2f8;
    border-radius: 16px;
}

.gft-service-page .service-details__pages__title {
    margin-bottom: 18px;
    font-size: 20px;
    font-weight: 700;
    color: #0a1f3d;
}

.gft-service-page .service-details__nav {
    margin: 0;
}

.gft-service-page .service-details__nav li + li {
    margin-top: 10px;
}

.gft-service-page .service-details__nav li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    font-weight: 600;
    font-size: 15px;
    color: #0a1f3d;
    text-decoration: none;
    border-radius: 100px;
    background-color: #fff;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.gft-service-page .service-details__nav li a:hover,
.gft-service-page .service-details__nav li.current a {
    color: #0EA5E9;
}

.gft-services-overview__grid {
    padding-top: 0;
}

.gft-services-overview__card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.gft-services-overview__card .gft-service-detail__short {
    margin-bottom: 6px;
}

.gft-services-overview__card .gft-service-box__text {
    flex-grow: 1;
}

.gft-service-detail__benefits h4,
.gft-service-detail__process h4,
.gft-service-detail__faq h4 {
    font-size: 22px;
    font-weight: 700;
    color: #0a1f3d;
    margin-bottom: 18px;
}

.gft-service-benefit-card {
    height: 100%;
    padding: 22px 20px;
    border-radius: 14px;
    background: #f7f9fd;
    border: 1px solid rgba(10, 31, 61, 0.08);
}

.gft-service-benefit-card h5 {
    font-size: 16px;
    font-weight: 700;
    color: #0a1f3d;
    margin-bottom: 8px;
}

.gft-service-benefit-card p {
    font-size: 14px;
    line-height: 1.6;
    color: #5a6478;
    margin: 0;
}

.gft-services-overview__content .gft-service-detail__lead {
    margin-bottom: 12px;
}

.gft-services-overview__content .gft-service-detail__list {
    margin: 20px 0 28px;
}

.gft-services-overview__cta-text {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 16px;
}

@media (max-width: 991px) {
    .gft-services-overview__image img {
        height: 280px;
    }
}

.gft-about-premium {
    background: linear-gradient(135deg, #2F2F2F 0%, #0EA5E9 100%);
    color: #fff;
    border-radius: 16px;
    padding: 48px;
}

.gft-about-premium .sec-title__title {
    color: #fff !important;
}

.gft-value-card {
    background: #fff;
    border-radius: 12px;
    padding: 36px 28px;
    height: 100%;
    box-shadow: 0 10px 40px rgba(15, 49, 58, 0.06);
    border: 1px solid rgba(15, 49, 58, 0.06);
}

.gft-value-card__num {
    font-size: 42px;
    font-weight: 700;
    color: #0EA5E9;
    line-height: 1;
    margin-bottom: 8px;
}

.gft-value-card__icon {
    width: 64px;
    height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(0, 71, 171, 0.1);
    color: #0EA5E9;
    font-size: 28px;
    margin-bottom: 20px;
}

.gft-value-card__title {
    font-size: 20px;
    font-weight: 600;
    color: #0f313a;
    margin-bottom: 12px;
}

.gft-value-card__text {
    color: #5f6f75;
    line-height: 1.7;
    margin: 0;
}

.gft-mission-block {
    margin-top: 28px;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.gft-mission-block:first-of-type {
    margin-top: 24px;
    padding-top: 0;
    border-top: 0;
}

.gft-mission-block__title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.gft-mission-block__title i {
    color: var(--findox-primary, #f5c835);
    font-size: 24px;
}

.gft-mission-block__text {
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.75;
    margin: 0;
}

.gft-about-premium .sec-title__tagline {
    color: rgba(255, 255, 255, 0.9);
}

.gft-stat-strip {
    background: #eef2f9;
    border-top: 1px solid rgba(0, 71, 171, 0.12);
    border-bottom: 1px solid rgba(0, 71, 171, 0.12);
}

.gft-stat-strip__item h3 {
    font-size: 42px;
    font-weight: 700;
    color: #0EA5E9;
    margin-bottom: 6px;
}

.gft-country-card {
    display: block;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(15, 49, 58, 0.08);
    height: 100%;
    transition: all 0.35s ease;
    text-decoration: none;
    color: inherit;
}

.gft-country-card:hover {
    box-shadow: 0 24px 60px rgba(15, 49, 58, 0.12);
    transform: translateY(-6px);
    color: inherit;
}

.gft-country-card__img {
    height: 200px;
    background-size: cover;
    background-position: center;
}

.gft-country-card__body {
    padding: 28px;
}

.gft-country-card__flag {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #0EA5E9;
    margin-bottom: 8px;
}

.gft-why-feature {
    display: flex;
    gap: 18px;
    padding: 22px 0;
    border-bottom: 1px solid rgba(15, 49, 58, 0.08);
}

.gft-why-feature:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.gft-why-feature__icon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(0, 71, 171, 0.1);
    color: #0EA5E9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.gft-why-feature__title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #0f313a;
}

.gft-why-feature__text {
    color: #5f6f75;
    margin: 0;
    line-height: 1.65;
}

.gft-quote-block {
    background: #eef2f9;
    border-left: 4px solid #0EA5E9;
    padding: 28px 32px;
    border-radius: 0 12px 12px 0;
    font-style: italic;
    color: #3d4f55;
}

.book-appointment__bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.page-home .book-appointment__bg {
    background-attachment: scroll;
}

body.aos-fallback [data-aos] {
    opacity: 1 !important;
    transform: none !important;
}

.about-two__list li i.icon-right {
    color: var(--findox-base, #006654);
    font-size: 14px;
    margin-top: 3px;
    flex-shrink: 0;
}

.hero-one__image img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Topbar contact actions */
.topbar {
    padding: 14px 0 !important;
}

.gft-topbar-actions {
    display: flex;
    align-items: center;
    gap: 22px;
    margin: 0;
}

.gft-topbar-action {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--findox-black2, #222);
    text-decoration: none;
    transition: color 0.3s ease;
}

.gft-topbar-action:hover {
    color: #0EA5E9;
}

.gft-topbar-action__icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(0, 71, 171, 0.12);
    color: #0EA5E9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
    transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.gft-topbar-action:hover .gft-topbar-action__icon {
    background: #0EA5E9;
    color: #fff;
    transform: translateY(-2px);
}

.gft-topbar-action__label {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
}

.topbar__info__icon {
    font-size: 18px !important;
}

.topbar__info li {
    font-size: 15px !important;
}

@media (max-width: 1199px) {
    .gft-topbar-actions {
        gap: 14px;
    }

    .gft-topbar-action__icon {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .gft-topbar-action__label {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .topbar__right {
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
    }

    .gft-topbar-actions {
        width: 100%;
        justify-content: center;
    }
}

/* Tax country pages */
.gft-tax-hero {
    background: linear-gradient(145deg, #0c1222 0%, #1e3a8a 52%, #172554 100%);
    padding: 60px 0;
    color: #fff;
}

.gft-tax-hero__label {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #93c5fd;
    margin-bottom: 12px;
}

.gft-tax-hero__title {
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 700;
    color: #fff;
    line-height: 1.25;
    margin-bottom: 18px;
}

.gft-tax-hero__text {
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.75;
    margin-bottom: 0;
}

.gft-tax-hero__stat {
    background: rgba(15, 23, 42, 0.55);
    border: 1px solid rgba(147, 197, 253, 0.25);
    border-radius: 12px;
    padding: 24px 16px;
    text-align: center;
    height: 100%;
}

.gft-tax-hero__stat h3 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 6px;
}

.gft-tax-hero__stat p {
    font-size: 13px;
    color: rgba(226, 232, 240, 0.9);
    margin: 0;
    line-height: 1.4;
}

.gft-tax-featured-image {
    border-radius: 16px;
    overflow: hidden;
    max-height: 420px;
}

.gft-tax-featured-image img {
    border-radius: 16px;
}

.gft-tax-section {
    margin-top: 56px;
    padding-top: 56px;
    border-top: 1px solid rgba(15, 49, 58, 0.08);
}

.gft-tax-section:first-of-type {
    margin-top: 40px;
    padding-top: 0;
    border-top: 0;
}

.gft-tax-detail {
    display: flex;
    gap: 24px;
    padding: 28px 0;
    border-bottom: 1px solid rgba(15, 49, 58, 0.08);
}

.gft-tax-detail:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.gft-tax-detail__icon {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(0, 71, 171, 0.1);
    color: #0EA5E9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.gft-tax-detail__title {
    font-size: 20px;
    font-weight: 600;
    color: #0f313a;
    margin-bottom: 10px;
}

.gft-tax-detail__text {
    color: #5f6f75;
    line-height: 1.75;
    margin: 0;
}

.gft-tax-audience {
    background: #eef2f9;
    border-radius: 12px;
    padding: 28px;
    height: 100%;
    border-left: 4px solid #0EA5E9;
}

.gft-tax-audience__title {
    font-size: 18px;
    font-weight: 600;
    color: #0f313a;
    margin-bottom: 10px;
}

.gft-tax-audience__text {
    color: #5f6f75;
    line-height: 1.7;
    margin: 0;
}

.gft-tax-step {
    background: #fff;
    border: 1px solid rgba(15, 49, 58, 0.08);
    border-radius: 12px;
    padding: 28px;
    height: 100%;
    transition: box-shadow 0.3s ease;
}

.gft-tax-step:hover {
    box-shadow: 0 12px 40px rgba(15, 49, 58, 0.08);
}

.gft-tax-step__num {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #0EA5E9;
    background: rgba(0, 71, 171, 0.1);
    padding: 6px 14px;
    border-radius: 100px;
    margin-bottom: 14px;
}

.gft-tax-step__title {
    font-size: 18px;
    font-weight: 600;
    color: #0f313a;
    margin-bottom: 8px;
}

.gft-tax-step__text {
    color: #5f6f75;
    line-height: 1.65;
    margin: 0;
}

.gft-tax-sidebar {
    position: sticky;
    top: 100px;
}

.gft-tax-sidebar__nav,
.gft-tax-sidebar__regions {
    margin-bottom: 24px;
}

.gft-tax-sidebar__cta {
    background: linear-gradient(135deg, #2F2F2F 0%, #0EA5E9 100%);
    border-radius: 16px;
    padding: 28px;
    color: #fff;
    text-align: center;
}

.gft-tax-sidebar__cta-img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 20px;
}

.gft-tax-sidebar__cta h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.gft-tax-sidebar__cta p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.gft-tax-sidebar__cta .findox-btn--border {
    border-color: rgba(255, 255, 255, 0.4);
    color: #fff;
}

.gft-tax-topics-wrap {
    background: #eef2f9;
    border-radius: 16px;
    padding: 36px 32px;
    border: 1px solid rgba(0, 71, 171, 0.1);
}

.gft-tax-topic {
    position: relative;
    background: #fff;
    border-radius: 14px;
    padding: 32px 28px 32px 32px;
    height: 100%;
    border: 1px solid rgba(15, 49, 58, 0.06);
    box-shadow: 0 8px 30px rgba(15, 49, 58, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.gft-tax-topic::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #0EA5E9, #0EA5E9);
    border-radius: 14px 0 0 14px;
}

.gft-tax-topic:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(15, 49, 58, 0.1);
}

.gft-tax-topic__num {
    position: absolute;
    top: 16px;
    right: 20px;
    font-size: 48px;
    font-weight: 800;
    line-height: 1;
    color: rgba(0, 71, 171, 0.08);
    pointer-events: none;
    user-select: none;
}

.gft-tax-topic__icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(0, 71, 171, 0.1);
    color: #0EA5E9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 18px;
}

.gft-tax-topic__title {
    font-size: 19px;
    font-weight: 600;
    color: #0f313a;
    margin-bottom: 12px;
    padding-right: 40px;
    line-height: 1.35;
}

.gft-tax-topic__text {
    color: #5f6f75;
    line-height: 1.75;
    margin: 0;
    font-size: 15px;
}

/* Tax page FAQ */
.gft-tax-faq .accordion {
    background: #fff;
    border: 1px solid rgba(15, 49, 58, 0.08);
    border-radius: 12px;
    margin-bottom: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(15, 49, 58, 0.04);
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.gft-tax-faq .accordion:last-child {
    margin-bottom: 0;
}

.gft-tax-faq .accordion.active {
    border-color: rgba(0, 71, 171, 0.25);
    box-shadow: 0 8px 30px rgba(15, 49, 58, 0.08);
}

.gft-tax-faq__header {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 24px;
    cursor: pointer;
    background: #fff;
    transition: background 0.3s ease;
}

.gft-tax-faq .accordion.active .gft-tax-faq__header {
    background: #eef2f9;
}

.gft-tax-faq__badge {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #0EA5E9;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.gft-tax-faq__question {
    flex: 1;
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    color: #0f313a;
    line-height: 1.45;
    text-transform: none;
}

.gft-tax-faq__toggle {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(0, 71, 171, 0.1);
    position: relative;
    transition: background 0.3s ease, transform 0.3s ease;
}

.gft-tax-faq__toggle::before,
.gft-tax-faq__toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: #0EA5E9;
    border-radius: 2px;
    transition: transform 0.3s ease;
}

.gft-tax-faq__toggle::before {
    width: 14px;
    height: 2px;
    transform: translate(-50%, -50%);
}

.gft-tax-faq__toggle::after {
    width: 2px;
    height: 14px;
    transform: translate(-50%, -50%);
}

.gft-tax-faq .accordion.active .gft-tax-faq__toggle {
    background: #0EA5E9;
}

.gft-tax-faq .accordion.active .gft-tax-faq__toggle::before,
.gft-tax-faq .accordion.active .gft-tax-faq__toggle::after {
    background: #fff;
}

.gft-tax-faq .accordion.active .gft-tax-faq__toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
    opacity: 0;
}

.gft-tax-faq__body {
    padding: 0 24px 22px 80px;
}

.gft-tax-faq__body p {
    margin: 0;
    color: #5f6f75;
    line-height: 1.75;
    font-size: 15px;
}

/* Compact page header / breadcrumb */
.gft-contact-simple__title {
    font-size: 32px;
    font-weight: 700;
    color: #0f313a;
    margin-bottom: 16px;
}

.gft-contact-simple__text {
    color: #5f6f75;
    line-height: 1.75;
    margin-bottom: 32px;
}

.gft-contact-simple__list li {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(0, 71, 171, 0.1);
}

.gft-contact-simple__list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.gft-contact-simple__icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(0, 71, 171, 0.1);
    color: #0EA5E9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.gft-contact-simple__list strong {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #0f313a;
    margin-bottom: 4px;
}

.gft-contact-simple__list a,
.gft-contact-simple__list span {
    color: #5f6f75;
    font-size: 15px;
    line-height: 1.5;
    text-decoration: none;
}

.gft-contact-simple__list a:hover {
    color: #0EA5E9;
}

.gft-contact-simple__form {
    background: #fff;
    border: 1px solid rgba(0, 71, 171, 0.1);
    border-radius: 12px;
    padding: 36px 32px;
    box-shadow: 0 8px 30px rgba(0, 71, 171, 0.06);
}

@media (max-width: 991px) {
    .gft-contact-simple__form {
        padding: 28px 24px;
    }

    .gft-contact-simple__title {
        font-size: 26px;
    }
}

/* ============================================
   Premium U.S. Homepage — Navy & Gold
   ============================================ */

.gft-premium-home .slideshow-container .slide::before {
    background-color: transparent;
    background-image: linear-gradient(
        100deg,
        rgba(5, 12, 28, 0.93) 0%,
        rgba(8, 22, 48, 0.82) 32%,
        rgba(10, 31, 61, 0.52) 58%,
        rgba(12, 40, 68, 0.22) 100%
    );
    opacity: 1;
}

/* Rich hero section */
.gft-hero-premium {
    position: relative;
    overflow: hidden;
}

.gft-hero-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 3;
}

.gft-hero-glow--gold {
    top: 12%;
    left: -4%;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.14) 0%, transparent 68%);
}

.gft-hero-glow--blue {
    bottom: 8%;
    right: -6%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(14, 165, 233, 0.1) 0%, transparent 70%);
}

.gft-hero-panel {
    position: relative;
    z-index: 4;
    gap: 22px !important;
    padding: 12px 0 8px;
}

.gft-premium-home .banner-home__title {
    font-size: clamp(40px, 5.2vw, 68px) !important;
    line-height: 1.1 !important;
    font-weight: 700 !important;
    letter-spacing: -0.025em;
    text-shadow: 0 4px 28px rgba(0, 0, 0, 0.4);
    margin: 0;
}

.gft-premium-home .banner-home__highlight {
    filter: drop-shadow(0 2px 12px rgba(59, 130, 246, 0.45));
}

.gft-hero-divider {
    width: 72px;
    height: 4px;
    border-radius: 4px;
    background: linear-gradient(90deg, #2563eb 0%, #3b82f6 50%, #93c5fd 100%);
    box-shadow: 0 0 20px rgba(59, 130, 246, 0.35);
}

.gft-premium-home .banner-home__description--tagline {
    font-size: clamp(22px, 2.4vw, 30px) !important;
    font-weight: 400 !important;
    letter-spacing: -0.01em;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
    margin: 0;
}

.gft-premium-home .gft-hero-body {
    max-width: none;
    width: 100%;
    font-size: 18px !important;
    line-height: 1.8 !important;
    color: rgba(255, 255, 255, 0.92) !important;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
    margin: 4px 0 0 !important;
}

.gft-hero-container--full {
    max-width: 100%;
    width: 100%;
    padding-left: clamp(20px, 4vw, 56px);
    padding-right: clamp(20px, 4vw, 56px);
}

.gft-premium-home .gft-hero-text-full,
.gft-premium-home .gft-hero-text-full .banner-home__description-content,
.gft-premium-home .gft-hero-text-full .banner-home__title,
.gft-premium-home .gft-hero-text-full .banner-home__description--tagline,
.gft-premium-home .gft-hero-text-full .gft-hero-body {
    width: 100%;
    max-width: 100%;
}

.gft-premium-home .banner-home__description-content {
    width: 100% !important;
}

.gft-premium-home .banner-home__btn-group {
    gap: 16px;
    margin-top: 8px;
}

.gft-premium-home .banner-home__btn-group .btn .btn-title {
    padding: 18px 36px;
    font-size: 20px;
    letter-spacing: 0.02em;
}

.gft-premium-home .banner-home__btn-group .gft-btn-gold .btn-title {
    background: linear-gradient(135deg, #2563eb 0%, #3b82f6 55%, #93c5fd 100%);
    color: #0a1628;
    font-weight: 700;
    box-shadow: 0 8px 28px rgba(37, 99, 235, 0.4);
}

.gft-premium-home .banner-home__btn-group .gft-btn-gold:hover .btn-title {
    background: linear-gradient(135deg, #2dd4bf 0%, #2dd4bf 100%);
    color: #0a1628;
    transform: translateY(-2px);
    box-shadow: 0 14px 36px rgba(37, 99, 235, 0.5);
}

.gft-premium-home .banner-home__btn-group .btn-accent-secondary .btn-title {
    background: rgba(255, 255, 255, 0.96);
    color: #0a1f3d !important;
    font-weight: 700;
    border: 2px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.gft-premium-home .banner-home__btn-group .btn-accent-secondary:hover .btn-title {
    background: #fff;
    color: #0a1f3d !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
}

.gft-trust-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.gft-trust-strip__item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(59, 130, 246, 0.22);
    color: rgba(255, 255, 255, 0.94);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.03em;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: border-color 0.3s ease, background 0.3s ease;
}

.gft-trust-strip__item:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(59, 130, 246, 0.45);
}

.gft-trust-strip__item i {
    color: #3b82f6;
    font-size: 15px;
}

.gft-premium-home .gft-stat-card {
    width: 100%;
    padding: 28px 30px;
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.04) 100%);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.gft-premium-home .gft-stat-card:hover {
    transform: translateY(-5px);
    border-color: rgba(59, 130, 246, 0.45);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.gft-premium-home .gft-stat-card h5 {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.02em;
    opacity: 0.9;
}

.gft-premium-home .banner-home__experience-rate {
    font-size: clamp(36px, 4vw, 52px) !important;
}

.gft-premium-home .banner-home-experience-rate-suffix {
    font-size: clamp(28px, 3vw, 40px) !important;
}

.gft-premium-home .banner-home__experience-rate,
.gft-premium-home .banner-home-experience-rate-suffix {
    color: #3b82f6 !important;
}

.gft-premium-home .banner-home__badge {
    padding: 11px 22px;
    background: linear-gradient(135deg, rgba(8, 20, 40, 0.9) 0%, rgba(12, 32, 58, 0.85) 100%);
    border: 1px solid rgba(59, 130, 246, 0.4);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2), 0 0 30px rgba(59, 130, 246, 0.08);
}

/* Hero right-side panel */
.gft-hero-right {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    padding: 8px 0;
}

.gft-hero-side {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.gft-hero-side__stats {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.gft-hero-side__stat {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 18px 22px;
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.05) 100%);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    transition: transform 0.35s ease, border-color 0.35s ease;
}

.gft-hero-side__stat:hover {
    transform: translateX(4px);
    border-color: rgba(59, 130, 246, 0.35);
}

.gft-hero-side__stat-num {
    display: flex;
    align-items: baseline;
    gap: 2px;
    min-width: 88px;
    flex-shrink: 0;
}

.gft-hero-side__stat-num .banner-home__experience-rate {
    font-size: 36px !important;
}

.gft-hero-side__stat-num .banner-home-experience-rate-suffix {
    font-size: 24px !important;
}

.gft-hero-side__stat p {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.35;
    margin: 0;
}

.gft-hero-side__stat p span {
    display: block;
    margin-top: 3px;
    font-size: 12px;
    font-weight: 400;
    opacity: 0.72;
}

.gft-hero-side__benefits {
    padding: 20px 22px;
    border-radius: 16px;
    background: rgba(8, 20, 40, 0.72);
    border: 1px solid rgba(59, 130, 246, 0.28);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.gft-hero-side__benefits h4 {
    color: #93c5fd;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin: 0 0 12px;
}

.gft-hero-side__benefits ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 9px;
}

.gft-hero-side__benefits li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 14px;
    font-weight: 500;
}

.gft-hero-side__benefits li i {
    color: #3b82f6;
    font-size: 13px;
    flex-shrink: 0;
}

.gft-hero-side__cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 22px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
}

.gft-hero-side__cta-info {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.gft-hero-side__cta-info > i {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: rgba(14, 165, 233, 0.12);
    color: #0EA5E9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

.gft-hero-side__cta-info strong {
    display: block;
    color: #0a1628;
    font-size: 16px;
    line-height: 1.3;
}

.gft-hero-side__cta-info span {
    display: block;
    font-size: 11px;
    color: #5a6478;
    line-height: 1.4;
}

.gft-hero-side__cta-btn {
    flex-shrink: 0;
    padding: 12px 20px;
    border-radius: 50px;
    background: linear-gradient(135deg, #2563eb, #3b82f6);
    color: #0a1628;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gft-hero-side__cta-btn:hover {
    color: #0a1628;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.4);
}

@media (max-width: 991px) {
    .gft-hero-right {
        margin-top: 32px;
        padding: 0;
    }

    .gft-hero-side__cta {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }

    .gft-hero-side__cta-info {
        justify-content: center;
    }

    .gft-hero-side__cta-btn {
        text-align: center;
    }
}

.gft-premium-home .sub-heading {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #0a1f3d;
}

.gft-premium-home .banner-home .sub-heading,
.gft-premium-home .trust-overview__banner .sub-heading,
.gft-premium-home .proven-result__banner .sub-heading {
    color: #93c5fd;
}

.gft-premium-home .sub-heading::before {
    content: "";
    width: 36px;
    height: 3px;
    border-radius: 2px;
    background: linear-gradient(90deg, #2563eb, #93c5fd);
    flex-shrink: 0;
}

.gft-premium-home .service-section__content-layout {
    padding: 32px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid rgba(10, 31, 61, 0.08);
    box-shadow: 0 8px 32px rgba(10, 31, 61, 0.06);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.gft-premium-home .service-section__content-layout:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 50px rgba(10, 31, 61, 0.12);
    border-color: rgba(37, 99, 235, 0.28);
}

.gft-premium-home .service-section__content-layout .image-container:not(.service-icon) {
    border-radius: 14px;
    overflow: hidden;
}

.gft-premium-home .service-section__cta-container {
    color: #0a1f3d;
    font-weight: 600;
}

.gft-premium-home .service-section__cta-container:hover {
    color: #2563eb;
}

.gft-premium-home .company-intro-banner {
    background: linear-gradient(135deg, #0a1f3d 0%, #0d2847 50%, #123a5c 100%);
}

.gft-premium-home .whychooseus-highlight-item {
    padding: 24px 26px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid rgba(10, 31, 61, 0.07);
    box-shadow: 0 4px 22px rgba(10, 31, 61, 0.05);
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.gft-premium-home .whychooseus-highlight-item:hover {
    box-shadow: 0 14px 36px rgba(10, 31, 61, 0.1);
    border-color: rgba(37, 99, 235, 0.2);
}

.gft-premium-home .chooseus-highlight-icon {
    color: #2563eb;
}

.gft-premium-home .card-chooseus-cta,
.gft-premium-home .card-trust-overview-cta,
.gft-premium-home .card-trust-overview-highlight {
    border-radius: 18px;
    box-shadow: 0 16px 40px rgba(10, 31, 61, 0.1);
}

.gft-premium-home .proven-result__achievement-item {
    border-radius: 16px;
    padding: 28px 24px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    transition: border-color 0.3s ease;
}

.gft-premium-home .proven-result__achievement-item:hover {
    border-color: rgba(59, 130, 246, 0.35);
}

/* Proven results — 2-card layout */
.gft-premium-home .gft-results-grid--two {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    align-content: start;
}

.gft-premium-home .gft-results-grid--two .proven-result__achievement-item {
    border-right: none !important;
    border-bottom: none !important;
    padding: 32px 28px !important;
    min-height: 200px;
    justify-content: center;
}

.gft-premium-home .gft-results-grid--two .proven-result__achievement-item:nth-child(even) {
    padding: 32px 28px !important;
}

.gft-premium-home .gft-results-grid--two .proven-result-stat {
    font-size: clamp(48px, 5.5vw, 72px) !important;
    line-height: 1 !important;
}

.gft-premium-home .gft-results-grid--two .proven-result-suffix {
    font-size: clamp(30px, 3.5vw, 42px) !important;
    line-height: 1 !important;
}

.gft-premium-home .gft-results-grid--two .proven-result__achievement-item h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    opacity: 0.92;
}

.gft-premium-home .proven-result-stat,
.gft-premium-home .proven-result-suffix {
    color: #3b82f6 !important;
}

.gft-premium-home .blog-layout__inner-container {
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(10, 31, 61, 0.08);
    box-shadow: 0 6px 26px rgba(10, 31, 61, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.gft-premium-home .blog-layout__inner-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 44px rgba(10, 31, 61, 0.11);
}

.gft-premium-home .blog-link {
    font-weight: 600;
    color: #0a1f3d;
}

.gft-premium-home .blog-link:hover {
    color: #2563eb;
}

.gft-premium-home .trust-overview__banner {
    background: linear-gradient(135deg, #0a1f3d 0%, #123a5c 100%);
}

/* ===== Homepage section system ===== */
.gft-section {
    position: relative;
}

.gft-section--light {
    background: #f7f9fd;
}

.gft-section--alt {
    background: #fff;
}

.gft-section--dark {
    background: linear-gradient(135deg, #0a1f3d 0%, #0d2847 50%, #123a5c 100%);
}

.gft-section-intro {
    max-width: 600px;
    margin: 12px auto 0;
    font-size: 17px;
    line-height: 1.7;
    color: #5a6478;
}

.gft-premium-home h2 {
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.gft-premium-home .service-link-wrapper {
    font-weight: 600;
    white-space: nowrap;
}

.gft-premium-home .service-link-wrapper i {
    font-size: 12px;
    margin-left: 4px;
    transition: transform 0.2s ease;
}

.gft-premium-home .service-link-wrapper:hover i {
    transform: translateX(3px);
}

/* Service cards */
.gft-service-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 4px;
}

.gft-service-tags span {
    padding: 5px 12px;
    border-radius: 999px;
    background: rgba(14, 165, 233, 0.08);
    border: 1px solid rgba(14, 165, 233, 0.18);
    color: #0a1f3d;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.gft-premium-home .gft-service-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.gft-premium-home .gft-service-card .service-section__cta-container {
    margin-top: auto;
}

/* Trust overview list */
.gft-trust-list {
    list-style: none;
    padding: 0;
    margin: 16px 0 0;
    display: grid;
    gap: 10px;
}

.gft-trust-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #0a1f3d;
}

.gft-trust-list li i {
    color: #2563eb;
    font-size: 13px;
}

.gft-premium-home .trust-overview-stat,
.gft-premium-home .trust-overview-suffix {
    color: #3b82f6 !important;
}

/* Gold button on dark sections */
.gft-btn-gold-dark .btn-title {
    background: linear-gradient(135deg, var(--ptg-brand-gold-light, #d4b06a) 0%, var(--ptg-brand-gold, #b6904e) 100%) !important;
    color: var(--ptg-brand-blue-deep, #0f2d52) !important;
    font-weight: 700;
    box-shadow: 0 8px 28px rgba(182, 144, 78, 0.35);
}

.gft-btn-gold-dark:hover .btn-title {
    background: linear-gradient(135deg, #2dd4bf 0%, #2dd4bf 100%) !important;
    color: #0a1628 !important;
    transform: translateY(-2px);
}

.gft-btn-outline .btn-title {
    background: transparent !important;
    color: #0a1f3d !important;
    border: 2px solid #0a1f3d !important;
    font-weight: 700;
}

.gft-btn-outline:hover .btn-title {
    background: #0a1f3d !important;
    color: #fff !important;
}

/* Why choose CTA card */
.gft-premium-home .gft-choose-cta {
    background: linear-gradient(135deg, #0a1f3d 0%, #123a5c 100%);
    border: 1px solid rgba(59, 130, 246, 0.2);
}

.gft-premium-home .gft-choose-cta h4 {
    color: #fff;
}

.gft-premium-home .gft-choose-cta .card-chooseus-link {
    color: #3b82f6;
}

.gft-premium-home .gft-choose-cta .card-chooseus-link:hover {
    color: #93c5fd;
}

/* Testimonials */
.gft-premium-home .gft-testimonial-card {
    border-radius: 18px;
    border: 1px solid rgba(10, 31, 61, 0.08);
    box-shadow: 0 6px 26px rgba(10, 31, 61, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    padding: 28px 30px;
}

.gft-premium-home .gft-testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(10, 31, 61, 0.1);
    border-color: rgba(37, 99, 235, 0.22);
}

.gft-testimonial-card__stars {
    display: flex;
    gap: 3px;
    margin-bottom: 4px;
}

.gft-testimonial-card__stars i {
    color: #3b82f6;
    font-size: 14px;
}

.gft-premium-home .testimonial__heading-container {
    text-align: center;
    margin-bottom: 8px;
}

.gft-premium-home .testimonial__heading-container .gft-section-intro {
    margin-left: auto;
    margin-right: auto;
}

/* Insight cards */
.gft-insight-card__category {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 5px 12px;
    border-radius: 999px;
    background: rgba(10, 31, 61, 0.85);
    color: #93c5fd;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.gft-premium-home .gft-insight-card .blog-image {
    position: relative;
}

.gft-insight-card__body {
    padding: 20px 22px 24px;
}

.gft-insight-card__read {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #2563eb;
    margin-top: 4px;
    transition: gap 0.2s ease;
}

.gft-insight-card__read:hover {
    color: #0a1f3d;
    gap: 12px;
}

.gft-premium-home .blog__heading-container {
    text-align: center;
    margin-bottom: 8px;
}

.gft-premium-home .blog__heading-container .gft-section-intro {
    margin-left: auto;
    margin-right: auto;
}

/* Company intro polish */
.gft-premium-home .company-intro-banner .company-intro__content-title h3 {
    font-size: clamp(22px, 2.8vw, 32px);
    line-height: 1.5;
    font-weight: 500;
}

.gft-premium-home .company-intro-avatar-title {
    opacity: 0.9;
}

@media (max-width: 767px) {
    .gft-trust-strip {
        flex-direction: column;
        gap: 10px;
    }

    .gft-premium-home .gft-stat-card {
        padding: 20px 22px;
    }

    .gft-premium-home .service-section__content-layout {
        padding: 24px;
    }

    .gft-premium-home .gft-results-grid--two {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .gft-premium-home .gft-results-grid--two .proven-result__achievement-item {
        min-height: auto;
        padding: 24px 22px !important;
    }
}
