/* ============================================================
   GIỚI THIỆU PAGE STYLES
   ============================================================ */

/* ---- Shared ---- */
.gt-navy {
    color: #14313A;
}

.gt-green-accent {
    color: #26FFB1;
}

.gt-section-title {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -2px;
    color: #262626;
    text-align: center;
    margin-bottom: 64px;
    line-height: normal;
}

/* ---- HERO ---- */
.gt-hero {
    position: relative;
    overflow: hidden;
    padding: 60px 0 80px;
    background: #fff;
}

.gt-hero-bg-img {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0.35;
    pointer-events: none;
}

.hero-icon-1 {
    position: absolute;
    top: 0;
    right: 20%;
    width: 160px;
    z-index: 1;
}

.hero-icon-2 {
    position: absolute;
    bottom: 0;
    left: 20%;
    width: 160px;
    z-index: 1;
}

.gt-hero-color-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 120px;
    bottom: 0;
    background: #23f7ab;
    mix-blend-mode: color;
    pointer-events: none;
}

.gt-hero-content {
    text-align: center;
    position: relative;
    z-index: 1;
}

:root {
    --gt-navy: #14313A;
    --gt-green: #26FFB1;
    --gt-overlay: rgba(35, 247, 171, 0.9);
    --gt-font: 'Google Sans', sans-serif;
}

.gt-breadcrumb {
    font-size: 14px;
    color: rgba(47, 47, 47, 0.6);
    margin-bottom: 28px;
}

.gt-hero-title {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 1.1;
    margin-bottom: 28px;
}

.gt-hero-sub {
    font-size: 20px;
    color: #2f2f2f;
    max-width: 820px;
    margin: 0 auto 40px;
    line-height: 1.6;
}

.gt-hero-photo-wrap {
    position: relative;
    z-index: 1;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto 32px;
    padding: 0 15px;
}

.gt-hero-photo {
    width: 100%;
    max-width: 950px;
    height: 533px;
    object-fit: cover;
    border-radius: 26px;
    display: block;
}

.gt-hero-cta {
    position: relative;
    z-index: 1;
    text-align: center;
}

.gt-hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 32px;
    background: #14313A;
    color: #fff;
    border-radius: 58px;
    text-decoration: none;
    font-family: "Google Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: background 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
}

.gt-hero-btn img {
    transition: filter 0.3s ease;
}

.gt-hero-btn:hover {
    background: linear-gradient(90deg, #14313A 0%, #005570 100%);
    box-shadow: 0 4px 7.5px 0 rgba(6, 70, 102, 0.28);
    color: #00FFA3;
}

.gt-hero-btn:hover img {
    filter: brightness(0) saturate(100%) invert(82%) sepia(57%) saturate(400%) hue-rotate(95deg) brightness(103%);
}

/* ---- CEO STORY ---- */
.gt-story {
    padding: 100px 0;
}

.gt-story-inner {
    display: flex;
    align-items: center;
    gap: 80px;
    max-width: 1354px;
    margin: 0 auto;
}

.gt-story-img-col {
    flex-shrink: 0;
    width: 324px;
    position: relative;
}

.gt-story-deco {
    position: absolute;
    top: -16px;
    left: -141px;
    width: 144%;
    opacity: 0.6;
    pointer-events: none;
}

.gt-story-deco img {
    width: 100%;
}

.gt-story-photo {
    width: 100%;
    height: 463px;
    object-fit: cover;
    border-radius: 20px;
    display: block;
    position: relative;
    z-index: 1;
}

.gt-story-text-col {
    flex: 1;
}

.gt-section-subheading {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.05em;
    color: var(--gt-navy);
    margin-bottom: 48px;
}

.gt-story-heading {
    font-size: 28px;
    font-weight: 700;
    color: #14313A;
    margin-bottom: 24px;
    line-height: 1.4;
}

.gt-story-body {
    font-size: 28px;
    color: #2f2f2f;
    line-height: 1.4;
    margin-bottom: 32px;
    text-align: justify;
}

.gt-story-author {
    font-size: 20px;
    font-weight: 700;
    line-height: 2.4;
    color: var(--gt-navy);
}

.gt-story-author strong {
    font-weight: 700;
}

/* ---- 3 KHÔNG ---- */
.gt-commitment {
    padding: 100px 0;
}

.gt-commitment-inner {
    display: flex;
    align-items: stretch;
    position: relative;
    gap: 80px;
}

.gt-commitment-left {
    flex-shrink: 0;
    width: 369px;

    display: flex;
    align-items: center;
}

.gt-commitment-bg-img {
    position: absolute;
    top: 0;
    left: 15%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
    height: 400px;
    width: 400px;
}

.gt-commitment-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.25;
    color: var(--gt-navy);
    margin-bottom: 32px;
}

.gt-commitment-card {
    flex: 1;
    background: rgba(255, 255, 255, 0.41);
    backdrop-filter: blur(13px);
    border-radius: 20px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    max-width: 646px;
}

.gt-commitment-item {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.gt-commitment-item h3 {
    font-size: 20px;
    font-weight: 700;
    color: #064666;
}

.gt-commitment-item p {
    font-size: 20px;
    color: #2f2f2f;
    line-height: 1.5;
}

.gt-divider-line {
    height: 1px;
    background: #26ffb1;
}

/* ---- CORE VALUES ---- */
.gt-values {
    padding: 80px 0;
    position: relative;
}

.gt-values-box {
    border: 1px solid #26ffb1;
    background: #f9fdff;
    border-radius: 20px;
    padding: 60px 40px 40px;
    text-align: center;
    position: relative;
    margin-top: 50px;
}

.gt-values-icon {
    width: 100px;
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    z-index: 2;
}

.gt-commitment-list li {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 16px;
    display: flex;
    gap: 12px;
}

.gt-values-label {
    font-size: 20px;
    color: #2f2f2f;
    margin-bottom: 16px;
}

.gt-values-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.25;
    color: var(--gt-navy);
    max-width: 900px;
    margin: 0 auto;
}

/* ---- SERVICES ECOSYSTEM ---- */
.gt-services-section {
    padding: 100px 0;
}

.gt-services-grid {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
}

.gt-service-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 205px;
    text-align: center;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.gt-service-item:hover {
    transform: translateY(-5px);
}

.gt-service-item img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 16px;
    transition: transform 0.3s ease;
}

.gt-service-item:hover img {
    transform: scale(1.02);
}

.gt-service-item strong {
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 4px;
    color: var(--gt-navy);
}

.gt-service-item span {
    font-size: 16px;
    font-weight: 400;
    color: #666;
}

/* ---- PROCESS ---- */
.gt-process {
    padding: 80px 0;
}

.gt-process-box {
    background: #f6f2ff;
    border-radius: 20px;
    padding: 60px 80px;
    max-width: 874px;
    margin: 0 auto;
}

.gt-process-title {
    font-size: 32px;
    font-weight: 700;
    color: #262626;
    letter-spacing: -1.6px;
    text-align: center;
    margin-bottom: 48px;
}

/* 3-column grid: left-text | circle | right-text */
.gt-process-steps {
    position: relative;
    display: flex;
    flex-direction: column;
}

/* Vertical connector line — precisely from center of circle 1 to center of circle 5.
   Each row is ~69px. Center of first circle = 34.5px from top.
   Distance from circle 1 center to circle 5 center = 4 × 69 = 276px. */
.gt-process-steps::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 35px;
    height: 274px;
    width: 1px;
    background: #14313A;
    opacity: 0.2;
    pointer-events: none;
    z-index: 0;
}

/* Each step row: grid with 3 columns */
.gt-step {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    min-height: 69px;
    position: relative;
}

/* Left column: right-aligned */
.gt-step-col--left {
    display: flex;
    justify-content: flex-end;
    padding-right: 20px;
}

/* Right column: left-aligned */
.gt-step-col--right {
    display: flex;
    justify-content: flex-start;
    padding-left: 20px;
}

/* Circle — always center column */
.gt-step-num {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #064666;
    color: #00FFA3;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

/* Text block */
.gt-step-text {
    display: flex;
    flex-direction: column;
    gap: 6px;
    max-width: 386px;
}

/* Left-side text: right-aligned */
.gt-step-col--left .gt-step-text {
    text-align: right;
}

/* Right-side text: left-aligned */
.gt-step-col--right .gt-step-text {
    text-align: left;
}

.gt-step-text strong {
    font-size: 20px;
    font-weight: 700;
    color: #262626;
    text-transform: uppercase;
    line-height: 1.25;
}

.gt-step-text span {
    font-size: 20px;
    color: #262626;
    opacity: 0.66;
    line-height: 1.25;
}

/* ---- TEAM ---- */
.gt-team {
    padding: 100px 0;
}

.gt-team-header {
    margin-bottom: 48px;
}

.gt-team-header h2 {
    font-size: 32px;
    font-weight: 700;
    color: #262626;
    letter-spacing: -1.6px;
    max-width: 463px;
    line-height: 1.3;
    margin-bottom: 12px;
}

.gt-team-header p {
    font-size: 20px;
    color: #262626;
    opacity: 0.66;
}

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

.gt-member-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.gt-member-info {
    transition: background 0.3s ease;
}

.gt-member-info strong,
.gt-member-info span {
    transition: color 0.3s ease;
}

.gt-member-card:hover .gt-member-info {
    border-radius: 10px;
    background: var(--gradient, linear-gradient(90deg, #19D08E 0%, #26FFB1 100%));
}

.gt-member-card:hover .gt-member-info strong,
.gt-member-card:hover .gt-member-info span {
    color: #fff;
}

.gt-member-photo {
    width: 100%;
    height: 429px;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}

.gt-member-info {
    background: #fff;
    border-radius: 10px;
    padding: 12px 18px;
    margin: -90px 12px 12px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.gt-member-info strong {
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 4px;
    color: var(--gt-navy);
}

.gt-member-info span {
    font-size: 18px;
    font-weight: 400;
    color: #444;
}

/* ---- LEARNING BANNER ---- */
/* Figma node 44:652 — Group 1315: 1920×739px */
.gt-learning {
    position: relative;
    height: 739px;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    /* Text positioned at y:0 in Figma */
    padding-top: 0;
}

.gt-learning-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-image: url('assets/images/about/learning-1.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

/* Figma fill_Y14TFF: gradient covers top 327px (of 739px total) */
/* linear-gradient(180deg, white 11%, 0.83 at 24%, transparent at 47%) */
.gt-learning-overlay {
    position: absolute;
    top: -30%;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 1) 11%,
            rgba(255, 255, 255, 0.83) 24%,
            rgba(255, 255, 255, 0) 47%);
    pointer-events: none;
}

.gt-learning .container,
.gt-learning-container {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
    display: flex;
    /* align-items: center; */
    justify-content: center;
}

/* Figma: 520×80px text block at x:668 (center of 1920) y:0 */
.gt-learning-text {
    font-size: 32px;
    font-weight: 400;
    /* Figma: fontWeight 400 */
    line-height: 1.252;
    color: #00D88A;
    /* Figma: x1 trên nền trắng = #00D88A */
    text-align: center;
    max-width: 520px;
}

/* ---- CERTIFICATIONS ---- */
.gt-certs {
    padding: 100px 0;
}

.gt-certs-logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.gt-certs-logos img {
    max-height: 86px;
    width: auto;
    object-fit: contain;
}

/* ---- TESTIMONIAL ---- */
.gt-testimonial {
    padding: 100px 0;
}

.gt-testimonial-inner {
    display: flex;
    align-items: flex-start;
    gap: 73px;
}

.gt-testi-left {
    flex-shrink: 0;
    width: 539px;
}

.gt-testi-source {
    font-size: 16px;
    color: #262626;
    opacity: 0.56;
    margin-bottom: 16px;
}

.gt-testi-person h3 {
    font-size: 24px;
    font-weight: 700;
    opacity: 0.89;
    margin-bottom: 4px;
}

.gt-testi-person p {
    font-size: 20px;
    opacity: 0.56;
    margin-bottom: 0;
}

.gt-hero-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.05em;
    margin-bottom: 24px;
    color: #fff;
}

.gt-hero-subtext {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.4;
    max-width: 820px;
    margin-bottom: 40px;
    color: #fff;
}

.gt-testi-quote {
    font-size: 48px;
    color: #14313A;
    line-height: 1.3;
    margin: 24px 0 0;
    border: none;
    padding: 0;
}

.gt-quote-mark {
    display: block;
    font-size: 80px;
    font-weight: 700;
    color: #00D88A;
    line-height: 0.8;
    margin-bottom: 8px;
}

.gt-testi-right {
    flex: 1;
}

.gt-testi-img-wrap {
    position: relative;
}

.gt-testi-img {
    width: 100%;
    height: 479px;
    object-fit: cover;
    border-radius: 25px;
    display: block;
}

.gt-testi-tags {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 297px;
}

.gt-tag {
    background: #00FFA3;
    color: #000;
    font-size: 16px;
    padding: 10px;
    border-radius: 10px;
    text-align: right;
    line-height: 1.4;
}

.gt-tag-bold {
    font-size: 20px;
    font-weight: 700;
}

.gt-testi-project-info {
    background: #fff;
    border-radius: 10px;
    padding: 11px;
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    position: absolute;
    top: 79%;
    left: 3%;
}

.gt-testi-project-info strong {
    font-size: 20px;
    font-weight: 700;
}

.gt-testi-project-info span {
    font-size: 16px;
}

/* ---- FAQ ---- */
.gt-faq {
    padding: 100px 0;
}

.gt-faq-title {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -2.4px;
    color: #262626;
    max-width: 485px;
    line-height: 1.3;
    margin-bottom: 60px;
}

/* Rotate to minus when active */
.faq-item.active .toggle-icon::after {
    transform: rotate(0deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
    padding: 0;
}

.faq-item.active .faq-answer {
    max-height: 200px;
    padding-bottom: 32px;
}

.faq-answer p {
    font-size: 20px;
    line-height: 1.6;
    color: #444;
    margin: 0;
    max-width: 900px;
}

/* ---- 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 {
    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;
    }
}

/* ============================================================
   RESPONSIVE – 1024px (Tablet)
   ============================================================ */
@media (max-width: 1024px) {

    /* -- Global headings & section padding -- */
    .gt-section-title {
        font-size: 38px;
        letter-spacing: -1.8px;
        margin-bottom: 48px;
    }

    .gt-hero {
        padding: 40px 0 60px;
    }

    .gt-hero-title {
        font-size: 38px;
    }

    .gt-hero-sub,
    .gt-hero-subtext {
        font-size: 18px;
    }

    .gt-hero-photo {
        max-width: 100%;
        height: auto;
    }

    .hero-icon-1 {
        width: 120px;
        right: 15%;
    }

    .hero-icon-2 {
        width: 120px;
        left: 15%;
    }

    /* -- Story -- */
    .gt-story {
        padding: 70px 0;
    }

    .gt-story-inner {
        flex-direction: column;
        gap: 40px;
    }

    .gt-story-img-col {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }

    .gt-story-deco {
        left: -60px;
    }

    .gt-story-heading {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .gt-story-body {
        font-size: 18px;
        text-align: left;
    }

    .gt-section-subheading {
        font-size: 28px;
        margin-bottom: 32px;
    }

    /* -- Commitment (3 Không) -- */
    .gt-commitment {
        padding: 70px 0;
    }

    .gt-commitment-inner {
        flex-direction: column;
        gap: 40px;
    }

    .gt-commitment-left {
        width: 100%;
    }

    .gt-commitment-title {
        font-size: 38px;
    }

    .gt-commitment-card {
        max-width: 100%;
    }

    /* -- Values -- */
    .gt-values-box {
        padding: 50px 30px 40px;
        margin-top: 50px;
    }

    .gt-values-title {
        font-size: 32px;
    }

    /* -- Services -- */
    .gt-services-section {
        padding: 70px 0;
    }

    .gt-services-grid {
        gap: 40px;
    }

    .gt-service-item {
        width: auto;
        flex: 1 1 140px;
    }

    /* -- Process -- */
    .gt-process {
        padding: 60px 0;
    }

    .gt-process-box {
        padding: 40px 30px;
    }

    .gt-process-title {
        font-size: 28px;
    }

    .gt-step-text {
        max-width: 100%;
    }

    /* -- Team -- */
    .gt-team {
        padding: 70px 0;
    }

    .gt-team-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gt-team-header h2 {
        font-size: 28px;
    }

    /* -- Learning banner -- */
    .gt-learning {
        height: 500px;
    }

    .gt-learning-text {
        font-size: 26px;
    }

    /* -- Testimonial -- */
    .gt-testimonial {
        padding: 70px 0;
    }

    .gt-testimonial-inner {
        flex-direction: column;
        gap: 40px;
    }

    .gt-testi-left {
        width: 100%;
    }

    .gt-testi-quote {
        font-size: 32px;
        margin-top: 16px;
    }

    /* -- Certifications -- */
    .gt-certs {
        padding: 70px 0;
    }

    .gt-certs-logos {
        justify-content: center;
    }

    /* -- FAQ -- */
    .gt-faq {
        padding: 70px 0;
    }

    .gt-faq-title {
        font-size: 38px;
    }

    /* -- CTA -- */
    .gt-cta-section {
        padding: 70px 0;
    }

    .gt-cta-card {
        left: 0;
        width: 100%;
        padding: 36px 30px;
    }

    .gt-cta-title {
        font-size: 28px;
    }

    .gt-cta-desc {
        font-size: 18px;
    }
}

/* ============================================================
   RESPONSIVE – 768px (Mobile)
   ============================================================ */
@media (max-width: 768px) {

    /* -- Global headings & section padding -- */
    .gt-section-title {
        font-size: 28px;
        letter-spacing: -1.2px;
        margin-bottom: 32px;
    }

    /* -- Hero -- */
    .gt-hero {
        padding: 30px 0 40px;
    }

    .gt-hero-title {
        font-size: 28px;
        letter-spacing: -1.2px;
    }

    .gt-hero-sub,
    .gt-hero-subtext {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .gt-hero-photo {
        max-width: 100%;
        height: auto;
        border-radius: 16px;
    }

    .hero-icon-1 {
        width: 80px;
        right: 10%;
        top: -15px;
    }

    .hero-icon-2 {
        width: 80px;
        left: 10%;
        bottom: -15px;
    }

    .gt-hero-btn {
        font-size: 16px;
        padding: 10px 24px;
        gap: 8px;
    }

    /* -- Story -- */
    .gt-story {
        padding: 50px 0;
    }

    .gt-story-inner {
        flex-direction: column;
        gap: 30px;
    }

    .gt-story-img-col {
        width: 100%;
    }

    .gt-story-deco {
        left: -30px;
        top: -10px;
    }

    .gt-story-photo {
        height: auto;
    }

    .gt-story-heading {
        font-size: 20px;
        margin-top: 20px;
    }

    .gt-story-body {
        font-size: 18px;
    }

    .gt-section-subheading {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .gt-story-author {
        font-size: 16px;
        line-height: normal;
        margin-top: 16px;
    }

    /* -- Commitment (3 Không) -- */
    .gt-commitment {
        padding: 50px 0;
    }

    .gt-commitment-inner {
        flex-direction: column;
        gap: 30px;
    }

    .gt-commitment-left {
        width: 100%;
    }

    .gt-commitment-title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .gt-commitment-bg-img {
        display: none;
    }

    .gt-commitment-item h3 {
        font-size: 18px;
    }

    .gt-commitment-item p {
        font-size: 16px;
    }

    /* -- Values -- */
    .gt-values {
        padding: 50px 0;
    }

    .gt-values-box {
        padding: 40px 16px 30px;
        margin-top: 40px;
    }

    .gt-values-title {
        font-size: 28px;
    }

    .gt-values-label {
        font-size: 16px;
    }

    /* -- Services -- */
    .gt-services-section {
        padding: 50px 0;
    }

    .gt-services-grid {
        gap: 24px;
        justify-content: center;
    }

    .gt-service-item {
        width: auto;
        flex: 1 1 130px;
    }

    .gt-service-item strong {
        font-size: 16px;
    }

    .gt-service-item span {
        font-size: 14px;
    }

    /* -- Process -- */
    .gt-process {
        padding: 40px 0;
    }

    .gt-process-box {
        padding: 30px 16px;
    }

    .gt-process-title {
        font-size: 24px;
        margin-bottom: 32px;
    }

    .gt-process-steps::before {
        display: block;
        left: 20px;
        top: 20px;
        height: calc(100% - 40px);
    }

    .gt-step {
        display: grid;
        grid-template-columns: 40px 1fr;
        grid-template-areas: "num text";
        gap: 16px;
        align-items: flex-start;
        min-height: auto;
        padding: 16px 0;
        text-align: left;
    }

    .gt-step-num {
        grid-area: num;
        width: 40px;
        height: 40px;
        font-size: 16px;
        margin: 0;
        z-index: 1;
    }

    .gt-step-col--left,
    .gt-step-col--right {
        grid-area: text;
        display: block;
        justify-content: flex-start;
        padding: 0;
    }

    .gt-step-col--left .gt-step-text,
    .gt-step-col--right .gt-step-text {
        text-align: left;
    }

    .gt-step-text {
        max-width: 100%;
    }

    .gt-step-text strong,
    .gt-step-text span {
        font-size: 16px;
    }

    .gt-step-num {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    /* -- Team -- */
    .gt-team {
        padding: 50px 0;
    }

    .gt-team-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .gt-team-header h2 {
        font-size: 24px;
    }

    .gt-team-header p {
        font-size: 16px;
    }

    .gt-member-photo {
        height: 320px;
    }

    /* -- Learning banner -- */
    .gt-learning {
        height: 360px;
    }

    .gt-learning-text {
        font-size: 22px;
        max-width: 90%;
    }

    /* -- Certifications -- */
    .gt-certs-logos {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        gap: 32px;
        padding-bottom: 8px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .gt-certs-logos::-webkit-scrollbar {
        display: none;
    }

    .gt-certs-logos img {
        flex-shrink: 0;
        max-height: 50px;
    }

    /* -- Testimonial -- */
    .gt-testimonial {
        padding: 50px 0;
    }

    .gt-testimonial-inner {
        flex-direction: column;
        gap: 30px;
    }

    .gt-testi-left {
        width: 100%;
    }

    .gt-testi-quote {
        font-size: 28px;
    }

    .gt-quote-mark {
        font-size: 40px;
    }

    .gt-testi-img {
        height: 320px;
    }

    .gt-testi-tags {
        max-width: 220px;
    }

    .gt-tag {
        font-size: 14px;
        padding: 8px;
    }

    .gt-tag-bold {
        font-size: 16px;
    }

    /* -- FAQ -- */
    .gt-faq {
        padding: 50px 0;
    }

    .gt-faq-title {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .faq-answer p {
        font-size: 16px;
    }

    /* -- CTA -- */
    .gt-cta-section {
        padding: 50px 0;
    }

    .gt-cta-wrapper {
        padding: 0 16px;
    }

    .gt-cta-char {
        display: none;
    }

    .gt-cta-card {
        position: static;
        width: 100%;
        height: auto;
        padding: 30px 16px;
    }

    .gt-cta-title {
        font-size: 24px;
    }

    .gt-cta-desc {
        font-size: 16px;
    }

    .gt-cta-btn {
        font-size: 16px;
        padding: 0 24px;
        gap: 16px;
    }
}

/* ---- Hành trình Saltech ---- */
.gt-journey {
    text-align: center;
}

.gt-journey-title {
    color: #064666;
    text-align: center;
    font-family: "Google Sans", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 32px;
}

.gt-journey-body {
    max-width: 720px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.75;
    color: #3c3c3c;
}

.gt-journey-body p {
    margin-bottom: 16px;
}

@media (max-width: 768px) {
    .gt-journey {
        padding: 48px 0;
    }

    .gt-journey-title {
        font-size: 32px;
    }
}