/* ========================================
   Google Ads Search Page (quangcaogoogle2)
   ======================================== */

/* --- Hero Section --- */
.gg2-hero {
    position: relative;
    padding-top: 20px;
    overflow: hidden;
    /* Figma: node 1:5141 */
}

.gg2-hero>.container {
    position: relative;
    z-index: 3;
}

.gg2-hero-bg-white {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-bottom-left-radius: 12vw;
    z-index: 2;
    /* Moved up to stay on top of Problems */
}

/* 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);
}

.gg2-hero-content {
    text-align: center;
    /* display: flex;
    align-items: flex-start;
    gap: 60px; */
}

.gg2-hero-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.gg2-hero-left {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: end;
}

.gg2-hero-title {
    /* Figma: node 1:5183 — heading: Google Sans Bold 48px, line-height 100%, letter-spacing -5% */
    font-family: 'Google Sans', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 1;
    letter-spacing: -2.4px;
    color: #14313a;
    margin-bottom: 32px;
}

.gg2-green {
    color: #00d88a;
}

/* USP card — Figma: node 1:5190 */
.gg2-hero-usp {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 32px;
}

.gg2-usp-icon {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    border: 1px solid #30e0ff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
}

.gg2-usp-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.gg2-usp-card {
    border: 1px solid #30e0ff;
    border-radius: 30px;
    padding: 24px;
    max-width: 354px;
}

.gg2-usp-title {
    font-family: 'Google Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #262626;
    margin-bottom: 12px;
}

.gg2-usp-desc {
    font-family: 'Google Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #262626;
    line-height: 1.4;
}

/* CTA Button — Figma: node 1:5185 */
.gg2-hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 34px;
    padding: 10px 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;
    margin-bottom: 32px;
    transition: opacity 0.3s ease;
}

.gg2-hero-cta:hover {
    opacity: 0.9;
}

.gg2-hero-cta svg {
    width: 24px;
    height: 24px;
    transform: rotate(40deg);
    flex-shrink: 0;
}

/* Trust row — Figma: node 1:5197 */
.gg2-hero-trust {
    display: flex;
    align-items: center;
    gap: 19px;
    margin-bottom: 20px;
}

.gg2-hero-avatars {
    display: flex;
}

.gg2-hero-avatar {
    width: 59px;
    height: 59px;
    border-radius: 50%;
    object-fit: cover;
    margin-left: -17px;
}

.gg2-hero-avatar:first-child {
    margin-left: 0;
}

.gg2-hero-trust-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.gg2-hero-stars {
    width: 100px;
    height: 20px;
    object-fit: cover;
}

.gg2-hero-trust-number {
    font-family: 'Google Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #2f2f2f;
}

.gg2-hero-trust-label {
    font-family: 'Google Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #2f2f2f;
}

/* Figma: node 1:5197 (forecast text) */
.gg2-hero-forecast {
    font-family: 'Google Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #262626;
    opacity: 0.47;
    max-width: 362px;
    line-height: 1.4;
}

/* Hero right - Image — Figma: node 1:5142 */
.gg2-hero-right {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    gap: 50px;
}

.gg2-hero-image-wrapper {
    position: relative;
}

.gg2-hero-forecast {
    font-family: 'Google Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #262626;
    opacity: 0.47;
    max-width: 362px;
    line-height: 1.4;
}

.gg2-google-partner {}

.gg2-google-partner img {
    width: 180px;
    height: auto;
}

.gg2-hero-image-bg {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    width: 423px;
    height: 457px;
    background: linear-gradient(180deg, #00ffa3 0%, rgb(233 233 233 / 20%) 100%);
    border-radius: 40px 40px 0 0;
    z-index: 0;
}

.gg2-hero-image {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    display: block;
}

/* Hero BG Decoration */
.hero-bg-decoration {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    /* Nằm trên lớp gg2-hero-bg-white */
    pointer-events: none;
    border-bottom-left-radius: 12vw;
    overflow: hidden;
    /* Dùng mask gradient để ảnh chìm dần vào nền trắng ở phần bên trái một cách tự nhiên */
    -webkit-mask-image: linear-gradient(to right, transparent 0%, transparent 35%, black 65%, black 100%);
    mask-image: linear-gradient(to right, transparent 0%, transparent 35%, black 65%, black 100%);
}

.bg-anhphu {
    position: absolute;
    top: 0;
    right: -10%;
    /* Kéo về mạn phải */
    height: 100%;
    width: 70%;
    /* Chỉ chiếm vùng mạn phải */
    object-fit: cover;
    z-index: 1;
    opacity: 0.65;
    /* Độ mờ vừa phải để hoà hợp mướt mắt, không bị đậm màu */
}

.bg-pattern {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 60%;
    object-fit: cover;
    z-index: 2;
    opacity: 0.25;
    /* Chấm bi nhẹ */
}

/* Figma: node 1:6717 — Google Partner badge */
.gg2-google-partner {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 316px;
}

.gg2-google-partner-icon {
    width: 49px;
    height: 75px;
    object-fit: contain;
}

.gg2-partner-card {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    font-family: 'Google Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #000;
    line-height: 1.25;
}

/* --- 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;
}

/* 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:hover {
    background: linear-gradient(135deg, #ff784e, #ffcc26);
    border-color: transparent;
    transform: translateY(-5px);
}

.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;
    transition: color 0.3s ease;
}

.gg2-problem-card:hover p {
    color: #000;
}

/* 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;
    transition: all 0.3s ease;
}

.gg2-solution-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.gg2-solution-card-icon {
    width: 125px;
    height: 107px;
    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;
}


/* =========================================
   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;
}

.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;
}

.td-step:hover .td-step-number {
    background: linear-gradient(180deg, #ff7b7b 13.684%, #00ffa3 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* 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;
}


/* --- 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;
    }

    .gg2-problems-content {
        padding-top: 20px;
    }
}


/* --- 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-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: all 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;
    background-clip: text;
}

.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 {
    transition: transform 0.3s ease;
}

.gg-process-step:hover {
    transform: translateY(-5px);
}

.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;
}

.gg-process-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    margin-top: 60px;
    width: 100%;
}

.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-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;
}

.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;
}

.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: all 0.3s ease;
}

.ctm-project-card:hover .ctm-project-name {
    background: 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;
}

.gg-process-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    margin-top: 60px;
    width: 100%;
}

.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;
}

/* ===== PRICING SECTION ===== */
.gg2-pricing {
    padding: 80px 0;
}

.gg2-pricing-heading {
    text-align: center;
    font-family: 'Google Sans', sans-serif;
    font-weight: 700;
    font-size: 48px;
    letter-spacing: -2.4px;
    color: #262626;
    margin-bottom: 40px;
}

.gg2-pricing-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

.gg2-pricing-card {
    background: #e8fbff;
    border-radius: 20px;
    padding: 40px;
    width: 100%;
    max-width: 826px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.gg2-pricing-card-title {
    font-family: 'Google Sans', sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #064666;
    text-align: center;
    margin: 0;
}

.gg2-pricing-details {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    opacity: 0.75;
}

.gg2-pricing-divider {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #b1b1b1;
}

.gg2-pricing-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
}

.gg2-pricing-label {
    font-family: 'Google Sans', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #000;
    margin: 0;
}

.gg2-pricing-value {
    font-family: 'Google Sans', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #000;
    line-height: 1.5;
}

.gg2-pricing-note-wrap {
    display: flex;
    justify-content: center;
}

.gg2-pricing-note-sm {
    max-width: 825px !important;
}

.gg2-pricing-success {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.gg2-pricing-success-inner {
    background: #fff9f9;
    border-radius: 20px;
    padding: 60px 80px;
    max-width: 1066px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.gg2-pricing-success-inner p {
    font-family: 'Google Sans', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.25;
    color: #14313a;
    margin: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .gg2-pricing-heading {
        font-size: 36px;
    }

    .gg2-pricing-card {
        padding: 30px 20px;
    }

    .gg2-pricing-card-title {
        font-size: 24px;
    }

    .gg2-pricing-label,
    .gg2-pricing-value {
        font-size: 18px;
    }

    .gg2-pricing-success-inner {
        padding: 40px 20px;
    }

    .gg2-pricing-success-inner p {
        font-size: 28px;
    }
}


/* ---- 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-btn2 {
    color: #3F3F3F !important;
    background: linear-gradient(90deg, #BCBCBC 0%, #B8FFE5 100%) !important;
}

.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-btn:hover {
    opacity: 0.9;
}

.gt-cta-btn-icon {
    width: 24px;
    height: 24px;
}

/* 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;
    }
}


/* --- Testimonial Section --- */
.gg2-testimonial {
    padding: 80px 0;
    background: #fff;
}

.gg2-testimonial-card {
    background: #fff9f9;
    border-radius: 20px;
    padding: 64px 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.gg2-testimonial-author {
    margin-bottom: 24px;
}

.gg2-testimonial-name {
    font-family: 'Google Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
    color: #262626;
    opacity: 0.89;
}

.gg2-testimonial-role {
    font-family: 'Google Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #262626;
    opacity: 0.56;
}

.gg2-testimonial-quote-mark {
    width: 33px;
    height: 23px;
    margin-bottom: 16px;
}

.gg2-testimonial-quote-mark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.gg2-testimonial-text {
    font-family: 'Google Sans', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.2;
    color: #14313a;
    max-width: 894px;
}

/* ========== 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 Hero & Journey ========== */
@media (max-width: 1024px) {
    .gg2-hero-main {
        flex-direction: column;
        gap: 40px;
    }

    .gg2-hero-left {
        align-items: center;
        text-align: center;
    }

    .gg2-hero-title {
        font-size: 36px;
    }

    .gg-breadcrumb-nav {
        white-space: normal;
    }

    .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-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .ctm-projects-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .ctm-projects-heading {
        font-size: 36px;
        max-width: 100%;
    }

    .ctm-projects-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .gg2-hero-title {
        font-size: 28px;
        letter-spacing: -1px;
    }

    .gg2-hero-cta {
        width: 100%;
        justify-content: center;
    }

    .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;
    }

    .gg2-testimonial-card {
        padding: 40px 24px;
    }

    .gg2-testimonial-text {
        font-size: 28px;
    }

    .ctm-projects-heading {
        font-size: 28px;
        letter-spacing: -1px;
    }

    .ctm-project-name {
        font-size: 22px;
    }

    .ctm-project-desc {
        font-size: 16px;
    }

    .gt-cta-btn-wrapper {
        flex-direction: column;
        align-items: stretch;
    }

    .gt-cta-btn {
        justify-content: center;
        width: 100%;
    }
}


@media (max-width: 480px) {
    .gg-process-number {
        font-size: 60px;
    }

    .gg-process-step-title {
        font-size: 20px;
    }

    .gg-process-step-desc {
        font-size: 15px;
    }

    .gt-cta-title {
        font-size: 22px;
    }

    .gt-cta-card {
        padding: 30px 15px;
    }

    .gt-cta-btn {
        font-size: 16px;
    }
}