/* =========================================
   caothimau.css – Trang CEO Cao Thị Mẫu
   ========================================= */

/* ---- HERO SECTION ---- */
.ctm-hero {
    position: relative;
    overflow: hidden;
    padding-bottom: 0;
    background: linear-gradient(135deg, #ffffff 0%, #feffff 40%, #aeefd9 100%);
}

.dt-success-bg {
    position: absolute;
    inset: 0;
    background: url('/assets/images/bgcaothimau.png') center / cover no-repeat;
    mix-blend-mode: multiply;
    pointer-events: none;
    opacity: 0.15;
}

.ctm-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.ctm-hero-bg-img {
    position: absolute;
    top: 0;
    left: -14.48%;
    width: 114.48%;
    max-width: none;
    opacity: 0.35;
    mix-blend-mode: color;
}

.ctm-hero-inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding-top: 80px;
    padding-bottom: 80px;
    min-height: 727px;
}

/* Left: Text */
.ctm-hero-left {
    display: flex;
    flex-direction: column;
    gap: 65px;
    max-width: 635px;
    flex-shrink: 0;
}

.ctm-hero-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ctm-hero-heading {
    font-family: 'Google Sans', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 1;
    letter-spacing: -2.4px;
    color: #262626;
    margin: 0;
}

.ctm-hero-heading-green {
    color: #00D88A;
}

.ctm-hero-body {
    font-family: 'Google Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    color: #262626;
    max-width: 612px;
}

/* CTA Button */
.ctm-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 32px;
    height: 58px;
    background: linear-gradient(90deg, #19D08E 0%, #26FFB1 100%);
    border-radius: 58px;
    text-decoration: none;
    font-family: 'Google Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    white-space: nowrap;
    transition: opacity 0.2s ease;
    align-self: flex-start;
}

.ctm-btn-primary:hover {
    opacity: 0.88;
}

/* Right: Photo */
.ctm-hero-right {
    position: relative;
    flex-shrink: 0;
    width: 510px;
}

.ctm-hero-photo-glow {
    position: absolute;
    left: -30px;
    top: 0;
    width: 540px;
    height: 565px;
    background: linear-gradient(-27deg, #19D08E 4.75%, #26FFB1 89.98%);
    border-radius: 35px;
    filter: blur(21px);
    z-index: 0;
}

.ctm-hero-photo-wrap {
    position: relative;
    z-index: 1;
    width: 510px;
    height: 584px;
    border-radius: 20px;
    overflow: hidden;
}

.ctm-hero-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

/* ---- STATS BAR ---- */
.ctm-stats-bar {
    position: relative;
    z-index: 1;
    padding: 60px 0 80px;
}

.ctm-stats-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.ctm-stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    flex: 1;
}

.ctm-stat-number {
    font-family: 'Google Sans', sans-serif;
    font-weight: 700;
    font-size: 150px;
    line-height: 1;
    letter-spacing: -7.5px;
    background: linear-gradient(90deg, #19D08E 0%, #26FFB1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.ctm-stat-divider {
    width: 100%;
    height: 1px;
    background: #262626;
    opacity: 0.15;
}

.ctm-stat-label {
    font-family: 'Google Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #262626;
    text-align: center;
    max-width: 200px;
}

/* ---- VIDEO SECTION ---- */
.ctm-video-section {
    padding: 100px 0 60px;
}

.ctm-section-heading {
    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;
}

.ctm-video-wrap {
    position: relative;
    width: 950px;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 26px;
    overflow: hidden;
    cursor: pointer;
}

.ctm-video-thumb {
    width: 100%;
    height: 533px;
    object-fit: cover;
    display: block;
    border-radius: 26px;
}

.ctm-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background: rgb(145 145 145 / 90%);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, transform 0.2s ease;
}

.ctm-play-btn:hover {
    background: #fff;
    transform: translate(-50%, -50%) scale(1.08);
}

.ctm-play-btn svg {
    margin-left: 4px;
}

.ctm-video-caption {
    font-family: 'Google Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    color: #064666;
    text-align: center;
    max-width: 912px;
    margin: 32px auto 0;
}

.ctm-video-caption strong {
    color: #00CD83;
    font-weight: 700;
}

/* ---- QUOTE CARD ---- */
.ctm-quote-section {
    padding: 60px 0;
}

.ctm-quote-card {
    background: #E8FCFF;
    border-radius: 20px;
    padding: 56px 64px;
    display: flex;
    align-items: flex-start;
    gap: 64px;
}

.ctm-quote-left {
    flex: 0 0 385px;
}

.ctm-quote-title {
    font-family: 'Google Sans', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.3;
    color: #064666;
}

.ctm-quote-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.ctm-quote-body {
    font-family: 'Google Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    color: #064666;
}

.ctm-quote-italic {
    font-family: 'Google Sans', sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 20px;
    line-height: 1.5;
    color: #064666;
}

/* ---- ROLES SECTION ---- */
.ctm-roles-section {
    padding: 60px 0 100px;
}

.ctm-roles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.ctm-role-card {
    border-radius: 20px;
    padding: 48px 38px;
    min-height: 311px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.ctm-role-card--yellow {
    background: #FFF8C4;
}

.ctm-role-card--blue {
    background: #99F0FF;
}

.ctm-role-card--green {
    background: #CCFFC0;
}

.ctm-role-title {
    font-family: 'Google Sans', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.25;
    color: #262626;
}

.ctm-role-body {
    font-family: 'Google Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    color: #262626;
}

/* ---- CERTIFICATIONS SECTION ---- */
.ctm-cert-section {
    position: relative;
    padding: 80px 0 100px;
    overflow: hidden;
}

.ctm-cert-section>.container {
    position: relative;
    z-index: 1;
}

.ctm-cert-label {
    font-family: 'Google Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #262626;
    text-align: center;
    margin-bottom: 48px;
}

.ctm-cert-watermark {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    pointer-events: none;
    /* background: linear-gradient(135deg, #ffffff 0%, #feffff 40%, #aeefd9 100%); */
    z-index: 0;
}

.ctm-cert-watermark img {
    width: 100%;
    display: block;
}

.ctm-cert-slider-wrap {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 0 160px;
    cursor: grab;
}

.ctm-cert-slider-wrap:active {
    cursor: grabbing;
}

.ctm-cert-track {
    display: flex;
    gap: 24px;
    transition: transform 0.4s ease;
    user-select: none;
}

.ctm-cert-track.is-dragging {
    transition: none !important;
}

.ctm-cert-slide {
    flex: 0 0 calc(33.333% - 16px);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.10);
    pointer-events: none;
}

.ctm-cert-slide img {
    width: 149.25%;
    max-width: none;
    height: 100%;
    object-fit: cover;
    display: block;
    margin-left: -24.63%;
}

.ctm-cert-nav {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 32px;
    position: relative;
    z-index: 1;
}

.ctm-cert-arrow {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1.5px solid rgba(38, 38, 38, 0.2);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s;
}

.ctm-cert-arrow:hover {
    border-color: #19D08E;
    background: #f0fff9;
}


/* =============================================
   Discover More Section [05]
   ============================================= */
.discover-section {
    padding: 80px 0 100px;
}

.discover-inner {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.discover-label {
    flex: 0 0 311px;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    color: #a4a4a4;
    font-family: var(--font-family);
    font-weight: 400;
}

.discover-label-num,
.discover-label-text {
    line-height: normal;
}

.discover-label-num {
    color: #19D08E;
    font-weight: 700;
}

.discover-cards {
    flex: 1;
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.discover-card {
    width: 305px;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.discover-card-image {
    width: 305px;
    height: 177px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e6e6e6;
    margin-bottom: 21px;
}

.discover-card--active .discover-card-image {
    border-color: #00ffa3;
    box-shadow: 0 4px 13.3px 0 rgba(0, 255, 163, 0.16);
}

.discover-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.discover-card:hover .discover-card-image img {
    transform: scale(1.05);
}

.discover-card-text {
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.discover-card-cat {
    font-size: 20px;
    font-family: var(--font-family);
    font-weight: 400;
    color: #064666;
    line-height: normal;
}

.discover-card:not(.discover-card--active) .discover-card-cat {
    color: #2f2f2f;
}

.discover-card-title {
    font-size: 20px;
    font-family: var(--font-family);
    font-weight: 700;
    color: #064666;
    line-height: normal;
}

.discover-card:hover .discover-card-title {
    background: var(--gradient, linear-gradient(90deg, #19D08E 0%, #26FFB1 100%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.discover-card:not(.discover-card--active) .discover-card-title {
    color: #2f2f2f;
}

/* ---- 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;
}

.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;
}


/* =============================================
   CTA Banner Section
   ============================================= */
.cta-banner-section {
    padding: 60px 0 100px;
}

.cta-banner {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    background: #f9fdff;
    border: 1px solid #26ffb1;
    border-radius: 20px;
    backdrop-filter: blur(17.5px);
    overflow: visible;
    min-height: 200px;
    position: relative;
}

.cta-banner-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 597px;
    position: relative;
    z-index: 2;
    padding: 48px 60px;
}

.cta-banner-title {
    font-size: 32px;
    font-family: var(--font-family);
    font-weight: 700;
    color: #064666;
    line-height: normal;
}

.cta-banner-desc {
    font-size: 20px;
    font-family: var(--font-family);
    font-weight: 400;
    color: #2f2f2f;
    line-height: normal;
    max-width: 436px;
}

.cta-banner-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(90deg, #19d08e 0%, #26ffb1 100%);
    color: #fff;
    font-size: 20px;
    font-family: var(--font-family);
    font-weight: 700;
    text-decoration: none;
    border-radius: 58px;
    padding: 10px 32px;
    height: 48px;
    white-space: nowrap;
    width: fit-content;
    transition: opacity 0.2s;
}

.cta-banner-btn:hover {
    opacity: 0.88;
}

.cta-banner-btn img {
    width: 20px;
    height: 20px;
    display: block;
}

.cta-banner-visual {
    position: relative;
    flex-shrink: 0;
    width: 362px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 2;
}

.cta-banner-bg-clip {
    position: absolute;
    inset: 0;
    /*overflow: hidden;*/
    border-radius: 0 20px 20px 0;
    pointer-events: none;
}

.cta-banner-start {
    position: absolute;
    right: -10px;
    bottom: -30px;
    font-size: 200px;
    font-family: var(--font-family);
    font-weight: 700;
    color: #bcebda;
    opacity: 0.5;
    line-height: 1;
    letter-spacing: -3px;
    pointer-events: none;
    user-select: none;
    z-index: 1;
}

.cta-banner-img {
    position: absolute;
    z-index: 3;
    width: 380px;
    height: auto;
    object-fit: contain;
    display: block;
    top: -60px;
    right: -40px;
    pointer-events: none;
}

/* ---- GÓC CÁ NHÂN SECTION ---- */
.ctm-personal-section {
    padding: 80px 0 100px;
    border-top: 1px solid rgba(38, 38, 38, 0.1);
}

.ctm-personal-inner {
    display: flex;
    gap: 135px;
    align-items: flex-start;
}

.ctm-personal-label {
    font-family: 'Google Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #5E5E5E;
    flex-shrink: 0;
    width: 301px;
    padding-top: 6px;
}

.ctm-personal-content {
    display: flex;
    flex-direction: column;
    gap: 29px;
    flex: 1;
}

.ctm-personal-quote {
    font-family: 'Google Sans', sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.35;
    color: #064666;
}

.ctm-personal-author {
    display: flex;
    align-items: center;
    gap: 18px;
}

.ctm-personal-avatar {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.ctm-personal-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
}

.ctm-personal-name {
    font-family: 'Google Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    letter-spacing: -1px;
    color: #262626;
}

.ctm-personal-role {
    font-family: 'Google Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: #262626;
}

/* ---- CONTACT FORM SECTION ---- */
.ctm-contact-section {
    padding: 80px 0 120px;
}

.ctm-contact-inner {
    display: flex;
    gap: 159px;
    align-items: center;
}

/* Left */
.ctm-contact-left {
    display: flex;
    flex-direction: column;
    gap: 76px;
    flex-shrink: 0;
    width: 585px;
}

.ctm-contact-heading {
    font-family: 'Google Sans', sans-serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 1;
    color: #064666;
}

.ctm-contact-heading-gray {
    color: #C2C2C2;
}

.ctm-contact-img-wrap {
    width: 358px;
    height: 406px;
    flex-shrink: 0;
}

.ctm-contact-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* Right: Form */
.ctm-contact-right {
    flex: 1;
}

.ctm-contact-form {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.ctm-form-field {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.ctm-form-label {
    font-family: 'Google Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #848484;
}

.ctm-form-input {
    width: 100%;
    height: 58px;
    border: 1px solid #848484;
    border-radius: 5px;
    background: transparent;
    padding: 0 16px;
    font-family: 'Google Sans', sans-serif;
    font-size: 16px;
    color: #262626;
    outline: none;
    transition: border-color 0.2s;
}

.ctm-form-input:focus {
    border-color: #064666;
}

.ctm-form-textarea {
    height: 58px;
    padding: 16px;
    resize: vertical;
    min-height: 58px;
}

.ctm-form-textarea::placeholder {
    font-family: 'Google Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #8F8B8B;
}

.ctm-contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 34px;
    height: 48px;
    padding: 10px 32px;
    background: linear-gradient(90deg, #064666 0%, #0C70A2 100%);
    border: none;
    border-radius: 58px;
    font-family: 'Google Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    white-space: nowrap;
    align-self: flex-start;
    transition: opacity 0.2s;
}

.ctm-contact-btn:hover {
    opacity: 0.88;
}

/* Form status alerts */
.ctm-alert {
    padding: 16px 20px;
    border-radius: 12px;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.5;
}

.ctm-alert--success {
    background-color: #ecfdf5;
    color: #065f46;
    border: 1px solid #10b981;
}

.ctm-alert--error {
    background-color: #fef2f2;
    color: #991b1b;
    border: 1px solid #ef4444;
}

/* =========================================
   RESPONSIVE – Tablet (max-width: 1024px)
   ========================================= */
@media (max-width: 1024px) {

    /* Hero */
    .ctm-hero-inner {
        flex-direction: column;
        min-height: auto;
        padding-top: 60px;
        padding-bottom: 60px;
        gap: 32px;
    }

    .ctm-hero-left {
        max-width: 100%;
        gap: 40px;
    }

    .ctm-hero-right {
        width: 100%;
        display: flex;
        justify-content: center;
        position: relative;
    }

    .ctm-hero-photo-glow {
        left: 50%;
        transform: translateX(-50%);
        width: 380px;
        height: 440px;
        top: 20px;
    }

    .ctm-hero-photo-wrap {
        width: 350px;
        height: 480px;
        max-width: 100%;
        border-radius: 20px;
    }

    .ctm-hero-heading {
        font-size: 40px;
        letter-spacing: -2px;
    }

    .ctm-hero-body {
        font-size: 18px;
    }

    /* Stats */
    .ctm-stats-bar {
        padding: 40px 0 60px;
    }

    .ctm-stats-inner {
        flex-wrap: wrap;
        gap: 32px;
    }

    .ctm-stat-item {
        flex: 1 1 40%;
        min-width: 200px;
    }

    .ctm-stat-number {
        font-size: 80px;
        letter-spacing: -4px;
    }

    /* Video */
    .ctm-video-section {
        padding: 60px 0 40px;
    }

    .ctm-section-heading {
        font-size: 36px;
        letter-spacing: -1.8px;
        margin-bottom: 40px;
    }

    .ctm-video-thumb {
        height: auto;
        aspect-ratio: 16 / 9;
    }

    /* Quote */
    .ctm-quote-card {
        flex-direction: column;
        padding: 40px 36px;
        gap: 32px;
    }

    .ctm-quote-left {
        flex: none;
    }

    /* Roles */
    .ctm-roles-section {
        padding: 40px 0 60px;
    }

    .ctm-roles-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ctm-role-card {
        min-height: auto;
        padding: 36px 28px;
    }

    .ctm-role-title {
        font-size: 26px;
    }

    /* Certifications */
    .ctm-cert-section {
        padding: 60px 0 80px;
    }

    .ctm-cert-slider-wrap {
        padding: 0 60px;
    }

    .ctm-cert-slide {
        flex: 0 0 calc(50% - 12px);
    }

    /* Discover */
    .discover-section {
        padding: 60px 0 80px;
    }

    .discover-inner {
        flex-direction: column;
        gap: 24px;
    }

    .discover-label {
        flex: none;
        width: 100%;
    }

    .discover-cards {
        flex-wrap: wrap;
    }

    .discover-card {
        width: calc(50% - 8px);
    }

    .discover-card-image {
        width: 100%;
        height: auto;
        aspect-ratio: 305 / 177;
    }

    /* Projects */
    .ctm-projects-section {
        padding: 60px 0 80px;
    }

    .ctm-projects-heading {
        font-size: 36px;
        letter-spacing: -1.8px;
    }

    /* CTA Banner */
    .cta-banner-section {
        padding: 40px 0 60px;
    }

    .cta-banner-text {
        padding: 36px 40px;
    }

    .cta-banner-title {
        font-size: 26px;
    }

    .cta-banner-visual {
        width: 100%;
        display: flex;
        justify-content: center;
        position: relative;
    }

    .cta-banner-bg-clip {
        position: absolute;
        inset: 0;
        overflow: hidden;
        border-radius: 0 20px 20px 0;
    }

    .cta-banner-img {
        width: 320px;
        position: absolute;
        top: -50px;
        right: -20px;
    }

    .cta-banner-img {
        width: 280px;
    }

    /* Personal */
    .ctm-personal-section {
        padding: 60px 0 80px;
    }

    .ctm-personal-inner {
        flex-direction: column;
        gap: 24px;
    }

    .ctm-personal-label {
        width: 100%;
    }

    .ctm-personal-quote {
        font-size: 26px;
    }

    /* Contact */
    .ctm-contact-section {
        padding: 60px 0 80px;
    }

    .ctm-contact-inner {
        flex-direction: column;
        gap: 48px;
    }

    .ctm-contact-left {
        width: 100%;
        gap: 40px;
    }

    .ctm-contact-heading {
        font-size: 36px;
    }

    .ctm-contact-img-wrap {
        width: 100%;
        max-width: 358px;
        height: auto;
        aspect-ratio: 358 / 406;
    }

    .ctm-contact-right {
        width: 100%;
    }
}

/* =========================================
   RESPONSIVE – Mobile (max-width: 768px)
   ========================================= */
@media (max-width: 768px) {

    /* Hero */
    .ctm-hero-inner {
        flex-direction: column;
        padding-top: 40px;
        padding-bottom: 40px;
        gap: 48px;
        text-align: center;
    }

    .ctm-hero-left {
        width: 100%;
        max-width: 100%;
        gap: 32px;
        align-items: center;
    }

    .ctm-hero-heading {
        font-size: 32px;
        letter-spacing: -1.6px;
    }

    .ctm-hero-body {
        font-size: 16px;
        max-width: 100%;
    }

    .ctm-btn-primary {
        font-size: 16px;
        height: 48px;
        padding: 8px 24px;
        align-self: center;
    }

    .ctm-hero-right {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .ctm-hero-photo-glow {
        width: 300px;
        height: 380px;
        left: 50%;
        transform: translateX(-50%);
        top: 10px;
    }

    .ctm-hero-photo-wrap {
        width: 280px;
        height: 400px;
        max-width: 100%;
    }

    /* Stats */
    .ctm-stats-bar {
        padding: 32px 0 40px;
    }

    .ctm-stats-inner {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }

    .ctm-stat-item {
        flex: none;
        width: 100%;
        min-width: 0;
    }

    .ctm-stat-number {
        font-size: 72px;
        letter-spacing: -2.8px;
    }

    .ctm-stat-label {
        font-size: 16px;
    }

    /* Video */
    .ctm-video-section {
        padding: 40px 0 32px;
    }

    .ctm-section-heading {
        font-size: 28px;
        letter-spacing: -1.4px;
        margin-bottom: 28px;
    }

    .ctm-video-wrap {
        border-radius: 16px;
    }

    .ctm-video-thumb {
        border-radius: 16px;
    }

    .ctm-play-btn {
        width: 48px;
        height: 48px;
    }

    .ctm-play-btn svg {
        width: 16px;
        height: 16px;
    }

    .ctm-video-caption {
        font-size: 16px;
        margin-top: 20px;
    }

    /* Quote */
    .ctm-quote-section {
        padding: 40px 0;
    }

    .ctm-quote-card {
        padding: 32px 24px;
        gap: 24px;
    }

    .ctm-quote-title {
        font-size: 24px;
    }

    .ctm-quote-body,
    .ctm-quote-italic {
        font-size: 16px;
    }

    /* Roles */
    .ctm-roles-section {
        padding: 32px 0 40px;
    }

    .ctm-roles-grid {
        grid-template-columns: 1fr;
    }

    .ctm-role-card {
        padding: 32px 24px;
    }

    .ctm-role-title {
        font-size: 24px;
    }

    .ctm-role-body {
        font-size: 16px;
    }

    /* Certifications */
    .ctm-cert-section {
        padding: 40px 0 60px;
    }

    .ctm-cert-slider-wrap {
        padding: 0 16px;
    }

    .ctm-cert-slide {
        flex: 0 0 100%;
    }

    .ctm-cert-label {
        font-size: 16px;
        margin-bottom: 32px;
    }

    /* Discover */
    .discover-section {
        padding: 40px 0 60px;
    }

    .discover-cards {
        flex-direction: column;
    }

    .discover-card {
        width: 100%;
    }

    .discover-card-cat,
    .discover-card-title {
        font-size: 16px;
    }

    /* Projects */
    .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.4px;
    }

    .ctm-projects-link {
        font-size: 16px;
    }

    .ctm-projects-grid {
        grid-template-columns: 1fr;
    }

    .ctm-project-name {
        font-size: 22px;
    }

    .ctm-project-desc {
        font-size: 16px;
    }

    /* CTA Banner */
    .cta-banner-section {
        padding: 32px 0 40px;
    }

    .cta-banner {
        flex-direction: column;
        min-height: auto;
        align-items: center;
        text-align: center;
    }

    .cta-banner-text {
        padding: 40px 20px;
        align-items: center;
        width: 100%;
        max-width: 100%;
    }

    .cta-banner-title {
        font-size: 20px;
        max-width: 100%;
    }

    .cta-banner-desc {
        font-size: 15px;
        max-width: 100%;
    }

    .cta-banner-btn {
        margin: 0 auto;
        box-shadow: 0 4px 15px 0 rgba(25, 208, 142, 0.35);
        white-space: normal;
        height: auto;
        min-height: 48px;
        text-align: center;
        justify-content: center;
        width: 100%;
        max-width: 100%;
        padding: 10px 24px;
        line-height: 1.2;
    }

    .cta-banner-visual {
        width: 100%;
        min-height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
        position: relative;
    }

    .cta-banner-bg-clip {
        position: absolute;
        inset: 0;
        overflow: hidden;
        border-radius: 0 0 20px 20px;
    }

    .cta-banner-start {
        position: absolute;
        display: block;
        font-size: 110px;
        left: 50%;
        transform: translateX(-50%);
        bottom: 10px;
        opacity: 0.15;
        width: 100%;
        text-align: center;
        right: auto;
    }

    .cta-banner-img {
        width: 280px;
        position: relative;
        top: 0;
        left: 0;
        margin: 0 auto;
        display: block;
        z-index: 3;
    }

    .cta-banner-start {
        font-size: 120px;
    }

    /* Personal */
    .ctm-personal-section {
        padding: 40px 0 60px;
    }

    .ctm-personal-quote {
        font-size: 22px;
    }

    .ctm-personal-name {
        font-size: 18px;
    }

    .ctm-personal-avatar {
        width: 56px;
        height: 56px;
    }

    /* Contact */
    .ctm-contact-section {
        padding: 40px 0 60px;
    }

    .ctm-contact-inner {
        gap: 32px;
    }

    .ctm-contact-left {
        gap: 32px;
    }

    .ctm-contact-heading {
        font-size: 28px;
    }

    .ctm-contact-form {
        gap: 24px;
    }

    .ctm-form-input {
        height: 48px;
    }

    .ctm-form-textarea {
        height: 48px;
        min-height: 48px;
    }

    .ctm-contact-btn {
        font-size: 16px;
        height: 44px;
        padding: 8px 24px;
        gap: 20px;
    }
}