/* ========================================
   ABOUT US PAGE STYLES
======================================== */

/* ========================================
   ABOUT US HERO SECTION
======================================== */
.about-hero {
    background: #1A1A1A;
    padding: 160px 60px 70px;
    text-align: center;
}

.about-hero-container {
    max-width: 1400px;
    margin: 0 auto;
}

.about-hero-title {
    font-size: clamp(48px, 6vw, 72px);
    font-weight: 700;
    color: var(--white);
    letter-spacing: -1px;
    margin: 0;
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards;
    animation-delay: 0.2s;
}

/* ========================================
   WHY CHOOSE US SECTION
======================================== */
.why-choose-section {
    background: var(--white);
    padding: 50px 60px 50px;
    overflow: visible;
}

.why-choose-container {
    max-width: 1140px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

/* Left Content */
.why-choose-content {
    max-width: 460px;
}

.why-choose-title {
    font-size: clamp(32px, 4vw, 42px);
    font-weight: 700;
    color: var(--dark-text);
    margin-bottom: 20px;
    line-height: 1.15;
    letter-spacing: -0.5px;
}

.why-choose-text {
    font-size: 14px;
    line-height: 1.75;
    color: var(--gray-text);
    margin-bottom: 16px;
}

.why-choose-text:last-of-type {
    margin-bottom: 28px;
}

.why-choose-cta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* Right Image Section */
.why-choose-image-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    min-height: 480px;
    overflow: visible;
}

/* Orange rounded rectangle background - covers full area except top-left corner */
.why-choose-image-bg {
    position: absolute;
    top: 50px;
    left: 50px;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #FF8044 0%, #FF601A 100%);
    border-radius: 24px 24px 24px 24px;
}

/* Boy image - overflows on top (head) and left (thumb) */
.why-choose-image {
    position: relative;
    z-index: 2;
    height: 470px;
    width: auto;
    object-fit: contain;
}

/* ========================================
   ABOUT FEATURES SECTION
======================================== */
.about-features-section {
    background: var(--white);
    padding: 40px 60px 70px;
}

.about-features-container {
    max-width: 1140px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}

.about-feature-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 30px;
    border-right: 1px solid #E5E5E5;
}

.about-feature-card:first-child {
    padding-left: 0;
}

.about-feature-card:last-child {
    border-right: none;
    padding-right: 0;
}

.about-feature-header {
    display: flex;
    align-items: center;
    gap: 12px;
}

.about-feature-icon {
    width: 36px;
    height: 36px;
    background: #FFF5F0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.about-feature-icon svg {
    width: 20px;
    height: 20px;
}

.about-feature-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--dark-text);
    margin: 0;
}

.about-feature-desc {
    font-size: 13px;
    line-height: 1.65;
    color: var(--gray-text);
    margin: 0;
    padding-left: 48px;
}

/* ========================================
   WHAT MAKES US DIFFERENT SECTION
======================================== */
.what-makes-us-section {
    background: var(--white);
    padding: 90px 80px;
}

.what-makes-us-container {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: start;
}

.what-makes-us-content {
    max-width: 620px;
}

.what-makes-us-title {
    font-size: clamp(52px, 6vw, 70px);
    font-weight: 700;
    color: #141414;
    line-height: 1.05;
    margin-bottom: 22px;
    letter-spacing: -0.8px;
}

.what-makes-us-intro {
    font-size: 16px;
    line-height: 1.7;
    color: #6b6f78;
    margin-bottom: 28px;
}

.what-makes-us-subtitle {
    font-size: 16px;
    font-weight: 500;
    color: #1f1f1f;
    margin-bottom: 28px;
}

.what-makes-us-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px 22px;
    margin-bottom: 32px;
}

.what-makes-us-feature {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.feature-icon {
    width: 46px;
    height: 46px;
    background: var(--brand-orange);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.feature-icon svg {
    width: 20px;
    height: 20px;
}

.what-makes-us-feature p {
    font-size: 15px;
    line-height: 1.6;
    color: #4a4f58;
    margin: 0;
    padding-top: 4px;
}

.what-makes-us-footer {
    font-size: 15px;
    line-height: 1.6;
    color: #1f1f1f;
    margin: 8px 0 0;
}

/* Right Side - Stats & Image */
.what-makes-us-right {
    display: flex;
    justify-content: center;
}

.stats-board {
    position: relative;
    width: 100%;
    max-width: 640px;
    min-height: 640px;
    padding: 32px 32px 0;
    background: linear-gradient(180deg, #f6f8fa 0%, #ffffff 70%);
    border-radius: 32px;
    box-shadow: 0 30px 86px rgba(12, 16, 35, 0.12);
    overflow: hidden;
}

.stats-board::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 20%, rgba(255, 255, 255, 0.48) 0%, rgba(244, 246, 248, 0.4) 42%, rgba(244, 246, 248, 0.68) 100%);
    z-index: 0;
}

.stats-board::after {
    content: "";
    position: absolute;
    inset: 38% 18% 120px;
    background: radial-gradient(circle, rgba(255, 140, 60, 0.28) 0%, rgba(255, 140, 60, 0.12) 34%, rgba(255, 140, 60, 0.05) 56%, transparent 78%);
    border-radius: 50%;
    filter: blur(0.4px);
    z-index: 1;
}

.stats-card {
    position: absolute;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid #eef0f3;
    border-radius: 26px;
    padding: 24px 26px;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
    z-index: 3;
    min-width: 240px;
}

.stats-card-left {
    top: 24px;
    left: 24px;
}

.stats-card-right {
    top: 24px;
    right: 24px;
}

.stat-number {
    font-size: 58px;
    font-weight: 700;
    color: #0b1b35;
    line-height: 1;
    margin: 0 0 8px 0;
}

.stat-label {
    font-size: 14px;
    color: #6c7280;
    margin: 0 0 14px 0;
}

.stat-growth {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #e8f5ea;
    padding: 7px 14px;
    border-radius: 999px;
}

.growth-icon {
    color: #1fb76a;
    font-size: 13px;
    font-weight: 700;
}

.growth-text {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.2px;
    color: #1fb76a;
}

.stat-rating {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.rating-number {
    font-size: 58px;
    font-weight: 700;
    color: #f97316;
    line-height: 1;
}

.rating-star {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff3e4;
    color: #ff9c26;
    font-size: 18px;
    font-weight: 700;
}

.what-makes-us-image {
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translate(-50%, -10px);
    width: 88%;
    max-width: 470px;
    z-index: 2;
}

.image-rings {
    position: absolute;
    left: 50%;
    bottom: 88px;
    transform: translateX(-50%);
    width: 100%;
    aspect-ratio: 1;
    background: radial-gradient(circle, rgba(255, 140, 60, 0.36) 0%, rgba(255, 140, 60, 0.18) 26%, rgba(255, 140, 60, 0.08) 48%, transparent 70%);
    border-radius: 50%;
    filter: blur(0.3px);
    z-index: 1;
}

.what-makes-us-image img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
    display: block;
    filter: drop-shadow(0 22px 60px rgba(12, 16, 35, 0.16));
}

/* ========================================
   OUR PROMISE SECTION
======================================== */
.our-promise-section {
    background: linear-gradient(to bottom, #0f0f0f 0 52%, #ffffff 52% 100%);
    padding: 100px 60px;
}

.our-promise-container {
    max-width: 1080px;
    margin: 0 auto;
}

.our-promise-header {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) 1px minmax(280px, 1.1fr);
    column-gap: 36px;
    align-items: center;
    margin-bottom: 52px;
}

.our-promise-title {
    font-size: clamp(42px, 5vw, 64px);
    font-weight: 700;
    color: var(--white);
    line-height: 1.1;
    margin: 0;
    letter-spacing: -0.5px;
}

.our-promise-divider {
    width: 1px;
    height: 52px;
    background: rgba(255, 255, 255, 0.25);
    justify-self: center;
}

.our-promise-desc {
    max-width: 520px;
    font-size: 15px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.68);
    justify-self: start;
    margin: 0;
}

.our-promise-video {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 52px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: none;
}

.video-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 72px;
    height: 72px;
    background: var(--brand-orange);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 16px 36px rgba(255, 96, 26, 0.35), 0 6px 18px rgba(0, 0, 0, 0.35);
}

.video-play-btn::before {
    content: "";
    position: absolute;
    inset: -6px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    pointer-events: none;
}

.video-play-btn:hover {
    transform: translate(-50%, -50%) scale(1.08);
    box-shadow: 0 20px 45px rgba(255, 96, 26, 0.45), 0 8px 20px rgba(0, 0, 0, 0.4);
}

.video-play-btn svg {
    width: 24px;
    height: 28px;
}

.our-promise-clients {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 28px 36px;
    align-items: center;
    color: #2a2a2a;
}

.client-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.9;
    transition: opacity 0.3s ease;
}

.client-logo:hover {
    opacity: 1;
}

.client-logo img {
    max-width: 100%;
    height: auto;
    max-height: 34px;
    filter: none;
}

/* ========================================
   OUR ROOTS SECTION
======================================== */
.our-roots-section {
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.our-roots-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.our-roots-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.our-roots-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px;
    display: flex;
    justify-content: flex-end;
}

.our-roots-card {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 50px;
    max-width: 520px;
}

.our-roots-title {
    font-size: clamp(36px, 4vw, 48px);
    font-weight: 700;
    color: var(--dark-text);
    line-height: 1.1;
    margin-bottom: 28px;
    letter-spacing: -0.5px;
}

.text-orange {
    color: var(--brand-orange);
}

.our-roots-content p {
    font-size: 15px;
    line-height: 1.7;
    color: var(--dark-text);
    margin-bottom: 16px;
}

.our-roots-content p:last-child {
    margin-bottom: 0;
}

/* ========================================
   ORANGE DIVIDER
======================================== */
.about-orange-divider {
    height: 8px;
    background: var(--brand-orange);
}

/* ========================================
   BTN SECONDARY DARK
======================================== */
.why-choose-cta .btn-secondary-dark {
    background: #1f1f1f;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    font-weight: 500;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 14px 22px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.why-choose-cta .btn-secondary-dark:hover {
    background: #262626;
    transform: translateY(-2px);
}

.why-choose-cta .btn-secondary-dark .arrow-icon {
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-choose-cta .btn-secondary-dark .arrow-icon svg {
    width: 14px;
    height: 14px;
    stroke: var(--white);
    fill: none;
}

.why-choose-cta .btn-primary {
    font-size: 14px;
    padding: 14px 22px;
}

/* ========================================
   SCROLL REVEAL ANIMATIONS
======================================== */
.reveal-left {
    opacity: 0;
    transform: translateX(-50px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal-left.revealed {
    opacity: 1;
    transform: translateX(0);
}

.reveal-right {
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal-right.revealed {
    opacity: 1;
    transform: translateX(0);
}

.reveal-up {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: var(--delay, 0s);
}

.reveal-up.revealed {
    opacity: 1;
    transform: translateY(0);
}

/* ========================================
   RESPONSIVE - TABLET (1024px and below)
======================================== */
@media (max-width: 1024px) {
    .about-hero {
        padding: 140px 40px 60px;
    }

    .why-choose-section {
        padding: 40px 40px 40px;
    }

    .why-choose-container {
        gap: 40px;
    }

    .why-choose-content {
        max-width: 400px;
    }

    .why-choose-image-wrapper {
        min-height: 420px;
    }

    .why-choose-image-bg {
        top: 45px;
        left: 40px;
    }

    .why-choose-image {
        height: 410px;
    }

    .about-features-section {
        padding: 30px 40px 60px;
    }

    .about-features-container {
        gap: 30px;
    }

    .what-makes-us-section {
        padding: 60px 40px;
    }

    .what-makes-us-container {
        gap: 60px;
    }

    .stats-board {
        max-width: 580px;
        min-height: 620px;
        padding: 28px 30px 0;
        border-radius: 30px;
    }

    .stat-number,
    .rating-number {
        font-size: 52px;
    }

    .rating-star {
        width: 30px;
        height: 30px;
        font-size: 17px;
    }

    .stats-card {
        padding: 20px 22px;
        min-width: 210px;
    }

    .our-promise-section {
        padding: 80px 40px;
    }

    .our-promise-header {
        column-gap: 28px;
        margin-bottom: 46px;
    }

    .our-promise-divider {
        height: 46px;
    }

    .our-promise-video {
        margin-bottom: 46px;
    }

    .our-promise-clients {
        gap: 30px;
    }

    .our-roots-container {
        padding: 50px 40px;
    }

    .our-roots-card {
        padding: 40px;
        max-width: 480px;
    }
}

/* ========================================
   RESPONSIVE - SMALL TABLET (900px and below)
======================================== */
@media (max-width: 900px) {
    .about-hero {
        padding: 130px 30px 50px;
    }

    .about-hero-title {
        font-size: 48px;
    }

    .why-choose-section {
        padding: 40px 30px 30px;
    }

    .why-choose-container {
        grid-template-columns: 1fr;
        gap: 40px;
        max-width: 500px;
    }

    .why-choose-content {
        max-width: 100%;
        text-align: center;
        order: 2;
    }

    .why-choose-cta {
        justify-content: center;
    }

    .why-choose-image-wrapper {
        order: 1;
    }

    .why-choose-image-wrapper {
        min-height: 380px;
        justify-content: center;
    }

    .why-choose-image-bg {
        top: 40px;
        left: 30px;
        right: 0;
        border-radius: 20px;
    }

    .why-choose-image {
        height: 370px;
    }

    .about-features-section {
        padding: 30px 30px 50px;
    }

    .about-features-container {
        grid-template-columns: 1fr;
        gap: 28px;
        max-width: 360px;
        margin: 0 auto;
    }

    .about-feature-card {
        text-align: left;
        align-items: flex-start;
        border-right: none;
        border-bottom: 1px solid #E5E5E5;
        padding: 0 0 24px 0;
        margin-bottom: 24px;
    }

    .about-feature-card:first-child {
        padding-left: 0;
    }

    .about-feature-card:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .about-feature-desc {
        padding-left: 48px;
    }

    .what-makes-us-section {
        padding: 50px 30px;
    }

    .what-makes-us-container {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .what-makes-us-features {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .what-makes-us-right {
        order: -1;
        max-width: 560px;
        margin: 0 auto;
    }

    .stats-board {
        min-height: 620px;
        padding: 30px 28px 0;
    }

    .stats-card-left {
        left: 22px;
        top: 22px;
    }

    .stats-card-right {
        right: 22px;
        top: 22px;
    }

    .what-makes-us-image {
        max-width: 380px;
    }

    .image-rings {
        bottom: 78px;
    }

    .stat-number,
    .rating-number {
        font-size: 46px;
    }

    .our-promise-section {
        padding: 70px 30px;
    }

    .our-promise-header {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-bottom: 40px;
    }

    .our-promise-divider {
        display: none;
    }

    .our-promise-title {
        font-size: 42px;
    }

    .our-promise-desc {
        font-size: 15px;
    }

    .our-promise-video {
        margin-bottom: 40px;
        border-radius: 16px;
    }

    .video-play-btn {
        width: 70px;
        height: 70px;
    }

    .our-promise-clients {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px 24px;
    }

    .our-roots-section {
        min-height: 500px;
    }

    .our-roots-container {
        padding: 40px 30px;
        justify-content: center;
    }

    .our-roots-card {
        padding: 35px;
        max-width: 100%;
    }

    .our-roots-title {
        font-size: 36px;
    }

    .our-roots-content p {
        font-size: 14px;
    }

    /* Adjust animation directions for mobile */
    .reveal-left,
    .reveal-right {
        transform: translateY(40px);
    }

    .reveal-left.revealed,
    .reveal-right.revealed {
        transform: translateY(0);
    }
}

/* ========================================
   RESPONSIVE - MOBILE (600px and below)
======================================== */
@media (max-width: 600px) {
    .about-hero {
        padding: 120px 20px 45px;
    }

    .about-hero-title {
        font-size: 36px;
    }

    .why-choose-section {
        padding: 35px 20px 25px;
    }

    .why-choose-container {
        gap: 35px;
    }

    .why-choose-title {
        font-size: 28px;
        margin-bottom: 18px;
    }

    .why-choose-text {
        font-size: 13px;
        margin-bottom: 12px;
    }

    .why-choose-text:last-of-type {
        margin-bottom: 24px;
    }

    .why-choose-cta {
        flex-direction: column;
        width: 100%;
    }

    .why-choose-cta .btn-primary,
    .why-choose-cta .btn-secondary-dark {
        width: 100%;
        justify-content: center;
        padding: 14px 20px;
    }

    .why-choose-image-wrapper {
        min-height: 340px;
    }

    .why-choose-image-bg {
        top: 35px;
        left: 25px;
        border-radius: 18px;
    }

    .why-choose-image {
        height: 330px;
    }

    .about-features-section {
        padding: 25px 20px 45px;
    }

    .our-roots-section {
        min-height: 450px;
    }

    .our-roots-container {
        padding: 30px 20px;
    }

    .our-roots-card {
        padding: 28px;
        border-radius: 12px;
    }

    .our-roots-title {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .our-roots-content p {
        font-size: 13px;
        margin-bottom: 12px;
    }

    .what-makes-us-section {
        padding: 40px 20px;
    }

    .what-makes-us-title {
        font-size: 30px;
    }

    .what-makes-us-intro,
    .what-makes-us-footer {
        font-size: 14px;
    }

    .what-makes-us-subtitle {
        font-size: 15px;
    }

    .what-makes-us-feature p {
        font-size: 13px;
    }

    .stats-board {
        max-width: 520px;
        min-height: 540px;
        padding: 24px 22px 0;
        border-radius: 26px;
    }

    .stats-card {
        padding: 16px 18px;
        min-width: 180px;
    }

    .stats-card-left {
        left: 16px;
        top: 16px;
    }

    .stats-card-right {
        right: 16px;
        top: 16px;
    }

    .stat-number,
    .rating-number {
        font-size: 42px;
    }

    .rating-star {
        width: 26px;
        height: 26px;
        font-size: 15px;
    }

    .stat-label {
        font-size: 12px;
    }

    .what-makes-us-image {
        max-width: 320px;
    }

    .image-rings {
        bottom: 76px;
    }

    .our-promise-section {
        padding: 60px 20px;
    }

    .our-promise-header {
        margin-bottom: 32px;
    }

    .our-promise-title {
        font-size: 36px;
    }

    .our-promise-desc {
        font-size: 14px;
    }

    .our-promise-video {
        margin-bottom: 32px;
        border-radius: 12px;
    }

    .video-play-btn {
        width: 60px;
        height: 60px;
    }

    .video-play-btn svg {
        width: 20px;
        height: 24px;
    }

    .our-promise-clients {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px 20px;
    }

    .client-logo img {
        max-height: 32px;
    }

    .about-features-container {
        gap: 24px;
    }

    .about-feature-icon {
        width: 38px;
        height: 38px;
        border-radius: 8px;
    }

    .about-feature-icon svg {
        width: 20px;
        height: 20px;
    }

    .about-feature-title {
        font-size: 16px;
    }

    .about-feature-desc {
        font-size: 13px;
    }
}

/* ========================================
   RESPONSIVE - SMALL MOBILE (400px and below)
======================================== */
@media (max-width: 400px) {
    .about-hero {
        padding: 110px 16px 40px;
    }

    .about-hero-title {
        font-size: 32px;
    }

    .why-choose-section {
        padding: 30px 16px 20px;
    }

    .why-choose-title {
        font-size: 26px;
    }

    .why-choose-image-wrapper {
        min-height: 300px;
    }

    .why-choose-image-bg {
        top: 30px;
        left: 20px;
        border-radius: 16px;
    }

    .why-choose-image {
        height: 290px;
    }

    .about-features-section {
        padding: 20px 16px 40px;
    }

    .our-roots-section {
        min-height: auto;
    }

    .our-roots-container {
        padding: 24px 16px;
    }

    .our-roots-card {
        padding: 24px;
    }

    .our-roots-title {
        font-size: 26px;
    }

    .our-roots-content p {
        font-size: 12px;
        line-height: 1.6;
    }

    .what-makes-us-section {
        padding: 30px 16px;
    }

    .what-makes-us-title {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .what-makes-us-intro,
    .what-makes-us-footer {
        font-size: 13px;
    }

    .what-makes-us-subtitle {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .feature-icon {
        width: 38px;
        height: 38px;
    }

    .what-makes-us-feature p {
        font-size: 12px;
    }

    .stats-board {
        min-height: 480px;
        padding: 22px 18px 0;
        border-radius: 22px;
    }

    .stats-card {
        padding: 14px 16px;
        min-width: 160px;
    }

    .stat-number,
    .rating-number {
        font-size: 36px;
    }

    .rating-star {
        width: 24px;
        height: 24px;
        font-size: 14px;
    }

    .stat-label {
        font-size: 11px;
    }

    .what-makes-us-image {
        max-width: 260px;
    }

    .image-rings {
        bottom: 64px;
    }

    .our-promise-section {
        padding: 50px 16px;
    }

    .our-promise-title {
        font-size: 32px;
    }

    .our-promise-desc {
        font-size: 13px;
    }

    .video-play-btn {
        width: 56px;
        height: 56px;
    }

    .our-promise-clients {
        gap: 20px 16px;
    }
}
