/* ========== Google Maps Hero Section ========== */
.gmap-hero {
    position: relative;
    overflow: hidden;
    padding: 80px 0 60px;
    min-height: 600px;
}

/* Breadcrumb */
.gg-breadcrumb-nav {
    margin-bottom: 40px;
}

.gg-breadcrumb-list {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: 'Google Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.gg-breadcrumb-item a {
    text-decoration: none;
    color: rgba(47, 47, 47, 0.6);
    transition: color 0.3s ease;
}

.gg-breadcrumb-item a:hover {
    color: #00D88A;
}

.gg-breadcrumb-separator {
    margin: 0 8px;
    color: rgba(47, 47, 47, 0.4);
}

.gg-breadcrumb-item.active {
    color: rgba(47, 47, 47, 0.8);
}

.gmap-hero-bg-white {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-bottom-left-radius: 12vw;
    z-index: 2;
}

.gmap-hero-stick {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.gmap-hero-stick p {
    font-size: 20px;
    font-weight: 700;
    margin-top: 15px;
    background: linear-gradient(90deg, #5E5E5E 25.8%, #FF2626 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gmap-hero-bg-top {
    position: absolute;
    top: -8%;
    left: -12%;
    width: 75%;
    height: auto;
    pointer-events: none;
    z-index: 0;
    opacity: 0.5;
    border-radius: 40px 40px 0 0;
}

.gmap-hero-bg-side {
    position: absolute;
    bottom: -15%;
    right: -10%;
    width: 45%;
    height: auto;
    pointer-events: none;
    z-index: 0;
    opacity: 0.5;
}

.gmap-hero-container {
    display: flex;
    align-items: center;
    gap: 60px;
    position: relative;
    z-index: 3;
}

.gmap-hero-content {
    flex: 1;
    max-width: 600px;
}

.gmap-hero-title {
    font-family: 'Google Sans', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.15;
    letter-spacing: -2.4px;
    color: #14313A;
    margin-bottom: 24px;
}

.gmap-hero-title .highlight {
    color: #00D88A;
}

.gmap-hero-subtitle {
    font-family: 'Google Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.6;
    color: #262626;
    margin-bottom: 40px;
    max-width: 513px;
}

.gmap-hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 32px;
    background: linear-gradient(90deg, #FF784E, #FFCC26);
    border-radius: 58px;
    color: #fff;
    font-family: 'Google Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-decoration: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.gmap-hero-btn:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

.gmap-hero-btn svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.gmap-hero-image {
    flex: 1;
    max-width: 576px;
    position: relative;
    overflow: visible;
}

.gmap-dashboard-img {
    width: 100%;
    height: auto;
    border-radius: 31px;
    display: block;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}

/* ========== Responsive ========== */
@media (max-width: 1024px) {
    .gmap-hero-container {
        flex-direction: column;
        gap: 40px;
    }

    .gmap-hero-content {
        max-width: 100%;
        text-align: center;
    }

    .gmap-hero-subtitle {
        max-width: 100%;
    }

    .gmap-hero-title {
        font-size: 36px;
    }

    .gmap-hero-image {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .gg-breadcrumb-nav {
        margin-bottom: 20px;
    }

    .gmap-hero {
        padding: 40px 0 30px;
    }

    .gmap-hero-title {
        font-size: 28px;
        letter-spacing: -1.2px;
    }

    .gmap-hero-subtitle {
        font-size: 16px;
    }

    .gmap-hero-btn {
        font-size: 16px;
        padding: 12px 24px;
    }

    .gmap-hero-bg-top {
        width: 300px;
    }

    .gmap-hero-bg-side {
        display: none;
    }
}


/* --- Problems Section — Figma: node 1:5138 --- */
.gg2-problems {
    position: relative;
    padding: 180px 0 120px;
    overflow: hidden;
    margin-top: -12vw;
    /* Overlap with Hero section */
    z-index: 1;
    /* Lower than Hero's white bg */
}

.gg2-problems-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #00465c 0%, #001217 100%);
    border-bottom-left-radius: 12vw;
    z-index: -1;
}

/* Warning tape */
.gg2-warning-tape-wrapper {
    position: absolute;
    top: 52%;
    /* Centered behind the cards */
    left: -500px;
    right: -500px;
    height: 300px;
    transform: translateY(-50%);
    z-index: 0;
    pointer-events: none;
}

.gg2-warning-tape {
    position: absolute;
    left: -500px;
    right: -500px;
    height: 70px;
    /* Slimmer tapes like in the image */
    background-color: #005a76;
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.gg2-tape-1 {
    top: 40px;
    transform: rotate(-7deg);
    /* More subtle slant like the image */
}

.gg2-tape-2 {
    bottom: 40px;
    transform: rotate(7deg);
}

.gg2-tape-scroll {
    display: flex;
    align-items: center;
    gap: 24px;
    animation: tape-scroll 12s linear infinite;
    width: max-content;
}

.gg2-tape-scroll-reverse {
    display: flex;
    align-items: center;
    gap: 24px;
    animation: tape-scroll-reverse 12s linear infinite;
    width: max-content;
}

@keyframes tape-scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes tape-scroll-reverse {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0);
    }
}

.gg2-tape-item {
    font-family: 'Google Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #000;
}

.gg2-tape-triangle {
    font-size: 20px;
    color: #000;
}

.gg2-problems-content {
    position: relative;
    z-index: 1;
    text-align: center;
    padding-top: 180px;
}

.gg2-problems-subtitle {
    font-family: 'Google Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    opacity: 0.75;
    margin-bottom: 16px;
}

.gg2-problems-title {
    font-family: 'Google Sans', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 1;
    letter-spacing: -2.4px;
    color: #fff;
    max-width: 800px;
    margin: 0 auto 16px;
}

.gg2-problems-sub2 {
    font-family: 'Google Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    opacity: 0.65;
    margin-bottom: 48px;
}

.gg2-green {
    color: #00d88a;
}

/* Problem cards */
.gg2-problems-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 60px;
}

.gg2-problem-card {
    height: 287px;
    border-radius: 20px;
    border: 1px solid #b1ffe3;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5.4px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    transition: all 0.3s ease;
}

.gg2-problem-card p {
    font-family: 'Google Sans', sans-serif;
    font-weight: 700;
    font-size: 27px;
    text-align: center;
    color: #fff;
    line-height: 1.3;
}


/* Solution text */
.gg2-problems-solution {
    font-family: 'Google Sans', sans-serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

/* --- Solution Section --- */
.gg2-solution {
    position: relative;
    padding: 400px 0 100px;
    overflow: hidden;
    background: #f0faf5;
    margin-top: -12vw;
    z-index: 0;
}

.gg2-solution-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
}

.gg2-solution-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gg2-solution-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gg2-solution-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 16px;
    background: #bcebda;
    border-radius: 10px;
    font-family: 'Google Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #828282;
    margin-bottom: 24px;
}

.gg2-solution-title {
    font-family: 'Google Sans', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 1;
    letter-spacing: -2.4px;
    color: #262626;
    text-align: center;
    margin-bottom: 60px;
}

.gg2-solution-title-green {
    display: block;
    background: linear-gradient(to right, #19d08e, #26ffb1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.gg2-solution-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    width: 100%;
}

.gg2-solution-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px 32px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.gg2-solution-card-icon {
    width: 54px;
    height: 54px;
    flex-shrink: 0;
}

.gg2-solution-card-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.gg2-solution-card-body {
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.gg2-solution-card-title {
    font-family: 'Google Sans', sans-serif;
    font-weight: 700;
    font-size: 27px;
    line-height: 1.2;
    color: #064666;
}

.gg2-solution-card-list {
    list-style: disc;
    padding-left: 27px;
    font-family: 'Google Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #064666;
    margin: 0;
}

.gg2-solution-card-list li+li {
    margin-top: 8px;
}


/* --- Audience Section (YES / NO cards) --- */
.gg2-audience {
    position: relative;
    padding: 100px 0;
    background: #fff;
}

.gg2-audience-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.gg2-audience-card {
    position: relative;
    border-radius: 12px;
    padding: 48px 40px;
    min-height: 382px;
    overflow: hidden;
}

.gg2-audience-card-watermark {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 65%;
    height: 65%;
    pointer-events: none;
}

.gg2-audience-card-watermark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom right;
}

.gg2-audience-yes {
    background: #fbfbfb;
}

.gg2-audience-no {
    background: #fae5d4;
}

.gg2-audience-card-inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.gg2-audience-icon {
    width: 73px;
    height: 73px;
    flex-shrink: 0;
}

.gg2-audience-card-title {
    font-family: 'Google Sans', sans-serif;
    font-weight: 700;
    font-size: 27px;
    line-height: 1.2;
    color: #064666;
}

.gg2-audience-card-list {
    list-style: disc;
    padding-left: 27px;
    font-family: 'Google Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #064666;
    margin: 0;
}

.gg2-audience-card-list li+li {
    margin-top: 8px;
}

/* --- Solution Pin Decoration --- */
.gg2-solution-pin-decor {
    position: absolute;
    top: 50%;
    right: -5%;
    transform: translateY(-50%);
    width: 475px;
    height: 688px;
    pointer-events: none;
    z-index: -1;
    opacity: 0.6;
}

.gg2-solution-pin-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: -1;
}

.gg2-solution-bg-shape {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1510px;
    height: 820px;
    background: #edfff8;
    border-radius: 74px;
    z-index: 1;
}

.gg2-solution-card-list li strong {
    font-weight: 700;
}

.gg2-audience-card-body {
    display: flex;
    flex-direction: column;
    gap: 17px;
}

/* --- Responsive Solution & Audience --- */
@media (max-width: 1024px) {
    .gg2-solution {
        padding: 300px 0 80px;
    }

    .gg2-solution-cards {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .gg2-solution-title {
        font-size: 36px;
    }

    .gg2-solution-pin-decor {
        display: none;
    }

    .gg2-audience-cards {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

@media (max-width: 768px) {
    .gg2-solution {
        padding: 200px 0 60px;
    }

    .gg2-solution-title {
        font-size: 28px;
    }

    .gg2-solution-card {
        padding: 32px 24px;
    }

    .gg2-audience-card {
        padding: 32px 24px;
        min-height: auto;
    }

    .gg2-audience {
        padding: 60px 0;
    }
}


/* =========================================
   ONBOARDING JOURNEY SECTION
   ========================================= */

.td-journey {
    padding: 80px 0 100px;
    background-color: #ffffff;
}

.td-journey-divider {
    height: 1px;
    background-color: rgba(38, 38, 38, 0.15);
    margin-bottom: 64px;
}

/* 2-column: left text | right (dot+number+text per step) */
.td-journey-flex {
    display: flex;
    justify-content: space-between;
    gap: 48px;
    align-items: flex-start;
}

/* Left column */
.td-journey-left {
    /* flex: 0 0 600px; */
    width: 50%;
}

.td-journey-heading {
    font-size: 48px;
    font-weight: 700;
    color: var(--td-body);
    line-height: 1.15;
    letter-spacing: -0.03em;
    margin-bottom: 24px;
}

.td-journey-body {
    font-size: 20px;
    font-weight: 400;
    color: var(--td-body);
    line-height: 1.6;
}

/* Right: steps column */
.td-journey-steps {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Each step: dot-col | number | text */
.td-step {
    display: flex;
    align-items: stretch;
    gap: 0;
}

/* Dot column: dot on top, line extends down to next step */
.td-step-dot-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    width: 30px;
    /* align dot with the vertical center of the number's first line */
    padding-top: 14px;
}

.td-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #c8c8c8;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.td-step:hover .td-dot {
    width: 18px;
    height: 18px;
    background-color: #00ffa3;
    box-shadow: 0 0 0 4px rgba(0, 255, 163, 0.2);
}

.td-dot-line {
    width: 2px;
    flex: 1;
    background-color: #e0e0e0;
    margin-top: 6px;
}

/* Number */
.td-step-number {
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 106px;
    font-weight: 100;
    line-height: 0.85;
    background: linear-gradient(180deg, #000000 13.684%, #fafafa 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    user-select: none;
    flex-shrink: 0;
    width: 120px;
    text-align: left;
    transition: all 0.3s ease;
    opacity: 0.3;
}

.td-step:hover .td-step-number {
    background: linear-gradient(180deg, #ff7b7b 13.684%, #00ffa3 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 1;
}

/* hover mới highlight */
.gg2-problem-card:hover {
    background: linear-gradient(135deg, #ff784e, #ffcc26);
    border: none;
}

/* text đổi màu khi hover */
.gg2-problem-card:hover p {
    color: #000;
}

/* Text content */
.td-step-content {
    flex: 1;
    padding-left: 20px;
    padding-top: 12px;
    padding-bottom: 32px;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.td-step--last .td-step-content {
    padding-bottom: 0;
}

.td-step-title {
    font-size: 28px;
    font-weight: 700;
    color: #969696;
    transition: color 0.3s ease;
}

.td-step:hover .td-step-title {
    color: #000000;
}

.td-step-sub {
    font-size: 20px;
    font-weight: 400;
    color: #969696;
    line-height: 1.5;
    transition: color 0.3s ease;
}

.td-step:hover .td-step-sub {
    color: #000000;
}


/* --- Deliverables Section --- */
.gg2-deliverables {
    padding: 80px 0 100px;
    background: #fff;
}

.gg2-deliverables-content {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.gg2-deliverables-left {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.gg2-deliverables-heading {
    font-family: 'Google Sans', sans-serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 1;
    color: #064666;
    white-space: nowrap;
}

.gg2-deliverables-deco {
    position: relative;
}

.gg2-deliverables-deco-lg {
    width: 196px;
    height: auto;
    display: block;
}

.gg2-deliverables-deco-sm {
    position: absolute;
    bottom: 0;
    right: 0;
    object-fit: cover;
}

.gg2-deliverables-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 8px;
}

.gg2-deliverables-desc {
    font-family: 'Google Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    color: #000;
    opacity: 0.5;
}

.gg2-deliverables-cards {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.gg2-deliverable-card {
    border: 1px solid #c5dfa7;
    border-radius: 10px;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gg2-deliverable-card p {
    font-family: 'Google Sans', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.3;
    color: #064666;
}

.gg-process-line img {
    width: 100%;
    height: 1px;
    background-color: #000;
}


/* ===== Process Section ===== */
.gg-process {
    padding: 80px 0;
}

.gg-process-layout {
    display: flex;
    gap: 60px;
}

.gg-process-step {
    transition: transform 0.3s ease;
}

.gg-process-step:hover {
    transform: translateY(-5px);
}

.gg-process-label {
    font-family: 'Google Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: var(--text-dark, #262626);
    line-height: 1.5;
    flex-shrink: 0;
    width: 212px;
    padding-top: 10px;
}

.gg-process-grid {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 60px;
}

.gg-process-step-header {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 20px;
}

.gg-process-number {
    font-family: 'SF Pro Display', 'Google Sans', sans-serif;
    font-size: 106px;
    font-weight: 200;
    line-height: 0.85;
    background: linear-gradient(180deg, #000 13.68%, #FAFAFA 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: background 0.3s ease;
}

.gg-process-step:hover .gg-process-number {
    background: linear-gradient(90deg, #19D08E 0%, #26FFB1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gg-process-step-title {
    font-family: 'Google Sans', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    padding-top: 25px;
}

.gg-process-step-desc {
    font-family: 'Google Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    line-height: 1.4;
    text-align: justify;
    max-width: 440px;
}

.gg-process-divider {
    grid-column: 1;
    display: flex;
    align-items: center;
}

.gg-process-divider img {
    width: 100%;
    max-width: 376px;
    height: 1px;
}

.gg-process-trophy {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.gg-process-trophy img {
    width: 258px;
    height: 354px;
    object-fit: cover;
}


/* Row layout: step1+step2 on row1, divider+trophy span row2-3, step3 on row2 */
.gg-process-grid {
    grid-template-rows: auto auto auto;
}

.gg-process-step:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}

.gg-process-step:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}

.gg-process-divider {
    grid-column: 1;
    grid-row: 2;
}

.gg-process-step--with-image {
    grid-column: 1;
    grid-row: 3;
}

.gg-process-trophy {
    grid-column: 2;
    grid-row: 2 / 4;
}

.gg-process-line img {
    width: 100%;
    height: 1px;
    background-color: #000;
}

.gg2-pricing-note {
    border: 3px solid #acf1ff;
    border-radius: 20px;
    padding: 24px 64px;
    text-align: center;
    max-width: 1056px;
    width: 100%;
}

.gg-process-divider-bottom {
    width: 100%;
}

.gg-process-divider-bottom img {
    width: 100%;
    height: 1px;
    background-color: #000;
}

.gg2-pricing-note p {
    font-family: 'Google Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    color: #064666;
}


/* ---- PROJECTS SECTION ---- */
.ctm-projects-section {
    padding: 80px 0 100px;
}

.ctm-projects-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 48px;
}

.ctm-projects-heading {
    font-family: 'Google Sans', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 1;
    letter-spacing: -2.4px;
    color: #262626;
    max-width: 505px;
}

.ctm-projects-link {
    font-family: 'Google Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #14313A;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    flex-shrink: 0;
}

.ctm-projects-link:hover {
    color: #00D88A;
}

.ctm-projects-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

a.ctm-project-card {
    text-decoration: none;
    color: inherit;
}

.ctm-project-card {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.ctm-project-img {
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 16 / 10;
}

.ctm-project-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.ctm-project-card:hover .ctm-project-img img {
    transform: scale(1.05);
}

.ctm-project-body {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ctm-project-name {
    font-family: 'Google Sans', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.2;
    color: #000;
    transition: color 0.3s ease;
}

.ctm-project-card:hover .ctm-project-name {
    background: var(--gradient, linear-gradient(90deg, #19D08E 0%, #26FFB1 100%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.ctm-project-desc {
    font-family: 'Google Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.6;
    color: #262626;
}

.ctm-project-desc strong {
    font-weight: 700;
}

.ctm-project-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ctm-project-tag {
    display: inline-block;
    padding: 4px 14px;
    border-radius: 20px;
    background: #E8F5EC;
    color: #1A7A3C;
    font-family: 'Google Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
}

/* ---- PROJECTS SECTION RESPONSIVE ---- */
@media screen and (max-width: 1200px) {
    .ctm-projects-heading {
        font-size: 36px;
        letter-spacing: -1.8px;
    }

    .ctm-projects-section {
        padding: 60px 0 80px;
    }
}

@media screen and (max-width: 992px) {
    .ctm-projects-heading {
        font-size: 32px;
    }

    .ctm-projects-link {
        font-size: 17px;
    }

    .ctm-project-name {
        font-size: 24px;
    }

    .ctm-project-desc {
        font-size: 17px;
    }
}

@media screen and (max-width: 768px) {
    .ctm-projects-section {
        padding: 40px 0 60px;
    }

    .ctm-projects-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        margin-bottom: 32px;
    }

    .ctm-projects-heading {
        font-size: 28px;
        letter-spacing: -1.2px;
        max-width: 100%;
    }

    .ctm-projects-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .ctm-project-name {
        font-size: 22px;
    }

    .ctm-project-desc {
        font-size: 16px;
    }
}

@media screen and (max-width: 480px) {
    .ctm-projects-section {
        padding: 30px 0 40px;
    }

    .ctm-projects-heading {
        font-size: 22px;
        letter-spacing: -1px;
    }

    .ctm-projects-link {
        font-size: 15px;
    }

    .ctm-project-name {
        font-size: 20px;
    }

    .ctm-project-desc {
        font-size: 15px;
    }

    .ctm-project-tag {
        font-size: 12px;
        padding: 3px 10px;
    }
}


/* ===== KẾT QUẢ SECTION ===== */
.gg2-result {
    text-align: center;
    padding: 80px 0 60px;
}

.gg2-result-label {
    font-family: 'Google Sans', sans-serif;
    font-size: 18px;
    color: #262626;
    opacity: 0.69;
    margin-bottom: 16px;
}

.gg2-result-title {
    font-family: 'Google Sans', sans-serif;
    font-size: 48px;
    color: #00D88A;
    line-height: 1.3;
    max-width: 894px;
    margin: 0 auto;
}

/* ===== CHI TIẾT DỊCH VỤ SECTION ===== */
.gg2-service-detail {
    padding: 40px 0 80px;
}

.gg2-service-detail-heading {
    font-family: 'Google Sans', sans-serif;
    font-weight: 700;
    font-size: 48px;
    color: #262626;
    text-align: center;
    letter-spacing: -2.4px;
    margin-bottom: 60px;
}

.gg2-service-detail-row {
    display: flex;
    align-items: flex-start;
    background: #f5f9fa;
    border-radius: 20px;
    padding: 40px 50px;
    margin-bottom: 20px;
    gap: 60px;
}

.gg2-service-detail-label {
    font-family: 'Google Sans', sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #000;
    min-width: 220px;
    flex-shrink: 0;
}

.gg2-service-detail-content {
    font-family: 'Google Sans', sans-serif;
    font-size: 28px;
    color: #000;
    line-height: 1.6;
}

.gg2-service-detail-note {
    color: #ff7d7d;
}

.gg2-service-detail-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.gg2-service-detail-list li {
    display: flex;
    align-items: center;
    gap: 14px;
    font-family: 'Google Sans', sans-serif;
    font-size: 28px;
    color: #000;
}

.gg2-check-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
}

.gg2-check-icon svg {
    width: 38px;
    height: 38px;
}

/* Responsive kết quả + chi tiết dịch vụ */
@media (max-width: 1256px) {
    .gg2-result-title {
        font-size: 32px;
    }

    .gg2-service-detail-heading {
        font-size: 36px;
    }

    .gg2-service-detail-row {
        flex-direction: column;
        gap: 20px;
        padding: 30px;
    }

    .gg2-service-detail-label {
        font-size: 26px;
    }

    .gg2-service-detail-content {
        font-size: 22px;
    }

    .gg2-service-detail-list li {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .gg2-result-title {
        font-size: 24px;
    }

    .gg2-service-detail-heading {
        font-size: 28px;
        letter-spacing: -1px;
    }

    .gg2-service-detail-row {
        padding: 24px 20px;
    }

    .gg2-service-detail-label {
        font-size: 22px;
    }

    .gg2-service-detail-content {
        font-size: 18px;
    }

    .gg2-service-detail-list li {
        font-size: 18px;
    }
}


/* ---- CTA ---- */
.gt-cta-section {
    padding: 100px 0;
    background: #fff;
    overflow: hidden;
}

.gt-cta-wrapper {
    position: relative;
    max-width: 1256px;
    height: 387px;
    margin: 0 auto;
}

.gt-cta-char {
    position: absolute;
    z-index: 2;
    pointer-events: none;
}

.gt-cta-char--left {
    left: 0;
    top: 158px;
    width: 221px;
    height: 203px;
    object-fit: contain;
}

.gt-cta-char--right {
    right: 0;
    top: 0;
    width: 332px;
    height: 387px;
    object-fit: contain;
}

.gt-cta-card {
    position: absolute;
    left: 138px;
    top: 71px;
    width: 967px;
    height: 304px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid #26FFB1;
    border-radius: 20px;
    backdrop-filter: blur(35px);
    -webkit-backdrop-filter: blur(35px);
    z-index: 2;
    padding: 43px 51px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.gt-cta-content {
    /* Aligns with Figma x:189 which is 51px from card x:138 */
    position: relative;
}

.gt-cta-title {
    font-size: 32px;
    font-weight: 700;
    color: #064666;
    line-height: 1.25;
    margin-bottom: 16px;
    max-width: 678px;
}

.gt-cta-desc {
    font-size: 20px;
    font-weight: 400;
    color: #2F2F2F;
    line-height: 1.25;
    margin-bottom: 30px;
    max-width: 709px;
}

.gt-cta-btn-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.gt-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 34px;
    height: 42px;
    padding: 0 32px;
    background: linear-gradient(90deg, #19D08E 0%, #26FFB1 100%);
    border-radius: 58px;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
    width: fit-content;
    transition: opacity 0.2s;
}

.gt-cta-btn2 {
    color: #3F3F3F;
    background: linear-gradient(90deg, #BCBCBC 0%, #B8FFE5 100%);
}

.gt-cta-btn:hover {
    opacity: 0.9;
}

.gt-cta-btn-icon {
    width: 24px;
    height: 24px;
}

.gt-cta-btn-icon2 {
    color: #3F3F3F;
}

/* ========== Responsive CTA ========== */
@media (max-width: 1256px) {
    .gt-cta-wrapper {
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 20px;
    }

    .gt-cta-char {
        display: none;
    }

    .gt-cta-card {
        position: static;
        width: 100%;
        height: auto;
        padding: 40px 20px;
    }
}

/* ========== Responsive Journey ========== */
@media (max-width: 1024px) {
    .td-journey-flex {
        flex-direction: column;
        gap: 32px;
    }

    .td-journey-left {
        width: 100%;
    }

    .td-journey-heading {
        font-size: 36px;
    }

    .gg-process-layout {
        flex-direction: column;
        gap: 30px;
    }

    .gg-process-label {
        width: 100%;
    }

    .gg-process-number {
        font-size: 72px;
    }

    .gg-process-step-title {
        font-size: 24px;
    }

    .gg-process-step-desc {
        font-size: 18px;
    }

    .gg-process-grid {
        grid-template-columns: 1fr;
    }

    .gg-process-step:nth-child(1),
    .gg-process-step:nth-child(2),
    .gg-process-step--with-image {
        grid-column: 1;
        grid-row: auto;
    }

    .gg-process-divider,
    .gg-process-trophy {
        display: none;
    }

    .gg2-deliverables-content {
        flex-direction: column;
        gap: 32px;
    }

    .gg2-deliverables-heading {
        font-size: 36px;
        white-space: normal;
    }

    .gg2-problems {
        padding: 120px 0 80px;
    }

    .gg2-problems-content {
        padding-top: 100px;
    }

    .gg2-problems-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .gg2-problems {
        padding: 80px 0 60px;
        margin-top: -8vw;
    }

    .gg2-problems-content {
        padding-top: 60px;
    }

    .gg2-problems-bg {
        border-bottom-left-radius: 8vw;
    }

    .td-journey-heading {
        font-size: 28px;
    }

    .td-step-number {
        font-size: 72px;
        width: 80px;
    }

    .td-step-title {
        font-size: 22px;
    }

    .td-step-sub {
        font-size: 16px;
    }

    .gg2-deliverables-heading {
        font-size: 28px;
    }

    .gg2-deliverable-card p {
        font-size: 20px;
    }

    .gg2-pricing-note {
        padding: 20px 24px;
    }

    .gg2-problems-cards {
        grid-template-columns: 1fr;
    }

    .gg2-problem-card {
        height: auto;
        min-height: 160px;
    }

    .gg2-problems-title {
        font-size: 28px;
        letter-spacing: -1px;
    }

    .gg2-problems-solution {
        font-size: 28px;
    }

    .gt-cta-btn-wrapper {
        flex-direction: column;
        align-items: stretch;
    }

    .gt-cta-btn {
        justify-content: center;
        width: 100%;
    }
}