/* ===== INDEX CSS ===== */
/* Hero, What, Who, Why sections */

/* Why Section Header */
.main .why-header {
    display: flex;
    width: 100%;
    align-self: center;
    position: relative;
    margin: 3.333rem 0;
    flex-direction: column;
    align-items: center;
    gap: 0.667rem;
}



.main .why-header-title-highlight {
    position: relative;
    z-index: 1;
}

.main .why-header-title-highlight:before {
    content: "";
    position: absolute;
    background-color: #ff9b29;
    height: 1rem;
    width: 10.667rem;
    left: -0.333rem;
    bottom: 1px;
    z-index: -1;
}

.main .section-divider {
    position: absolute;
    top: 1.111rem;
    left: 17.222rem;
    width: 10.667rem;
    height: 1rem;
    background-color: #ff9b29;
}

.main .section-title {
    position: relative;
    align-self: stretch;
    font-family: var(--h3-font-family);
    font-weight: var(--h3-font-weight);
    color: var(--black);
    font-size: var(--h3-font-size);
    text-align: center;
    letter-spacing: var(--h3-letter-spacing);
    line-height: var(--h3-line-height);
    font-style: var(--h3-font-style);
}

.main .what-header-title-highlight {
    display: inline-block;
    position: relative;
}

.main .what-header-title-highlight:before {
    content: "";
    position: absolute;
    display: block;
    width: 7.444rem;
    height: 1rem;
    background-color: #ff9b29;
    bottom: 0;
    left: -0.111rem;
    z-index: -1;
}

.main .section-subtitle {
    position: relative;
    width: fit-content;
    font-family: "Montserrat", Helvetica;
    font-weight: 500;
    color: var(--black);
    font-size: 1.111rem;
    letter-spacing: 0;
    line-height: normal;
    text-align: center;
}

.main .why-features-grid {
    display: flex;
    width: 100%;
    position: relative;
    gap: 1.333rem;
}

/* Legacy classes - kept for other sections (will refactor later) */
.main .frame-3 {
    display: flex;
    margin-left: 0.044rem;
    height: 4.167rem;
    width: 39.875rem;
    align-self: center;
    position: relative;
    margin-top: 3.333rem;
    flex-direction: column;
    align-items: center;
    gap: 0.667rem;
}

.main .high-line {
    position: absolute;
    top: 1.111rem;
    left: 17.222rem;
    width: 10.667rem;
    height: 1rem;
    background-color: #ff9b29;
}

.main .text-wrapper-2 {
    position: relative;
    align-self: stretch;
    font-family: var(--h3-font-family);
    font-weight: var(--h3-font-weight);
    color: var(--black);
    font-size: var(--h3-font-size);
    text-align: center;
    letter-spacing: var(--h3-letter-spacing);
    line-height: var(--h3-line-height);
    font-style: var(--h3-font-style);
}

.main .text-wrapper-3 {
    position: relative;
    width: fit-content;
    font-family: "Montserrat", Helvetica;
    font-weight: 500;
    color: var(--black);
    font-size: 1.111rem;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
}

.main .frame-4 {
    display: inline-flex;
    margin-left: 3.333rem;
    width: 73.333rem;
    height: 8.444rem;
    position: relative;
    align-items: flex-start;
    gap: 1.333rem;
}

/* Why Section Feature Cards */
.main .feature-card {
    display: flex;
    flex: 1;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.333rem;
    position: relative;
    border-radius: 0.667rem;
    overflow: hidden;
}

.main .feature-card:nth-child(1) {
    background-color: #02949c;
}

.main .feature-card:nth-child(2) {
    background-color: var(--purple);
}

.main .feature-card:nth-child(3) {
    background-color: #ff9b29;
}

.main .feature-icon {
    position: relative;
    width: 3.625rem;
    height: 3.625rem;
}

.main .feature-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    position: relative;
    flex: 1;
    flex-grow: 1;
}

.main .feature-title {
    position: relative;
    align-self: stretch;
    font-family: var(--subtitle-font-family);
    font-weight: var(--subtitle-font-weight);
    color: #ffffff;
    font-size: var(--subtitle-font-size);
    letter-spacing: var(--subtitle-letter-spacing);
    line-height: var(--subtitle-line-height);
    font-style: var(--subtitle-font-style);
}

.main .feature-description {
    position: relative;
    align-self: stretch;
    font-family: var(--body-2-font-family);
    font-weight: var(--body-2-font-weight);
    color: #ffffff;
    font-size: var(--body-2-font-size);
    letter-spacing: var(--body-2-letter-spacing);
    line-height: var(--body-2-line-height);
    font-style: var(--body-2-font-style);
}

/* Legacy classes - kept for other sections (will refactor later) */
.main .frame-5 {
    display: flex;
    width: 23.556rem;
    height: 8.444rem;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.333rem;
    position: relative;
    background-color: #02949c;
    border-radius: 0.667rem;
    overflow: hidden;
}

.main .why-choose-us {
    position: relative;
    width: 3.625rem;
    height: 3.625rem;
}

.main .frame-6 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    position: relative;
    flex: 1;
    flex-grow: 1;
}

.main .agility-impact {
    position: relative;
    align-self: stretch;
    font-family: var(--subtitle-font-family);
    font-weight: var(--subtitle-font-weight);
    color: #ffffff;
    font-size: var(--subtitle-font-size);
    letter-spacing: var(--subtitle-letter-spacing);
    line-height: var(--subtitle-line-height);
    font-style: var(--subtitle-font-style);
}

.main .text-wrapper-4 {
    position: relative;
    align-self: stretch;
    font-family: var(--body-2-font-family);
    font-weight: var(--body-2-font-weight);
    color: #ffffff;
    font-size: var(--body-2-font-size);
    letter-spacing: var(--body-2-letter-spacing);
    line-height: var(--body-2-line-height);
    font-style: var(--body-2-font-style);
}

.main .frame-7 {
    display: flex;
    width: 23.556rem;
    height: 8.444rem;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.333rem;
    position: relative;
    background-color: var(--purple);
    border-radius: 0.667rem;
    overflow: hidden;
}

.main .frame-8 {
    display: flex;
    width: 23.556rem;
    height: 8.444rem;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.333rem;
    position: relative;
    background-color: #ff9b29;
    border-radius: 0.667rem;
    overflow: hidden;
}

.main .who-section {
    width: 100%;
    padding: 2.5rem 0;
}


/* Who Section Header */
.main .who-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.667rem;
    margin: 3.667rem auto 0;
}

.main .who-header-title-highlight {
    position: relative;
}

.main .who-header-title-highlight:before {
    content: "";
    position: absolute;
    background-color: #ff9b29;
    height: 1rem;
    width: 5.556rem;
    right: -0.056rem;
    bottom: 1px;
    z-index: -1;
}

.main .who-feature-wrapper {
    display: flex;
    width: 100%;
    flex-direction: row;
    gap: 2.333rem;
    margin-top: 3.333rem;
}

.main .who-feature-item-left {
    display: flex;
    flex-direction: column;
    gap: 2.333rem;
    flex: 1;
}

.main .who-feature-item-right {
    display: flex;
    flex-direction: column;
    gap: 3.667rem;
    padding-top: 1.056rem;
    flex: 2;
}

.main .who-intro {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.333rem;
    position: relative;
    flex: 0 0 auto;
}

.main .intro-label {
    position: relative;
    width: fit-content;
    font-family: var(--caption-1-font-family);
    font-weight: var(--caption-1-font-weight);
    color: var(--graygray-500);
    font-size: var(--caption-1-font-size);
    letter-spacing: var(--caption-1-letter-spacing);
    line-height: var(--caption-1-line-height);
    font-style: var(--caption-1-font-style);
}

/* Legacy classes - kept for other sections */
.main .frame-9 {
    display: flex;
    flex-direction: column;
    width: 39.889rem;
    align-items: center;
    gap: 0.667rem;
    position: absolute;
    top: 3.667rem;
    left: calc(50.00% - 19.889rem);
}

.main .high-line-2 {
    top: 1.111rem;
    left: 13rem;
    width: 5.556rem;
    background-color: #ff9b29;
    position: absolute;
    height: 1rem;
}

.main .frame-10 {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.333rem;
    position: relative;
    flex: 0 0 auto;
}

.main .text-wrapper-5 {
    position: relative;
    width: fit-content;
    font-family: var(--caption-1-font-family);
    font-weight: var(--caption-1-font-weight);
    color: var(--graygray-500);
    font-size: var(--caption-1-font-size);
    letter-spacing: var(--caption-1-letter-spacing);
    line-height: var(--caption-1-line-height);
    font-style: var(--caption-1-font-style);
}

.main .screenshot-wrapper {
    width: 100%;
    height: 17.444rem;
    display: flex;
    justify-content: flex-end;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0px 0.167rem 0.167rem #00000040;
}

.main .screenshot {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Who Section Badge */
.main .who-badge {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 1rem;
    padding: 1.278rem 1.833rem;
    background-color: #02949c;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0px 0.167rem 0.167rem #00000040;
}

.main .badge-number {
    position: relative;
    width: fit-content;
    font-family: var(--h1-font-family);
    font-weight: var(--h1-font-weight);
    color: #ffffff;
    font-size: var(--h1-font-size);
    letter-spacing: var(--h1-letter-spacing);
    line-height: var(--h1-line-height);
    font-style: var(--h1-font-style);
}

.main .badge-text {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.333rem;
    position: relative;
    flex: 0 0 auto;
}

.main .badge-text-line {
    position: relative;
    align-self: stretch;
    font-family: var(--h5-font-family);
    font-weight: var(--h5-font-weight);
    color: #ffffff;
    font-size: var(--h5-font-size);
    letter-spacing: var(--h5-letter-spacing);
    line-height: var(--h5-line-height);
    font-style: var(--h5-font-style);
}

/* Legacy classes - kept for other sections */
.main .frame-11 {
    display: flex;
    width: 23.778rem;
    height: 6.222rem;
    align-items: center;
    gap: 1rem;
    padding: 0.667rem 1.833rem;
    position: absolute;
    top: 37.611rem;
    left: 3.333rem;
    background-color: #02949c;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0px 0.167rem 0.167rem #00000040;
}

.main .text-wrapper-6 {
    position: relative;
    width: fit-content;
    font-family: var(--h1-font-family);
    font-weight: var(--h1-font-weight);
    color: #ffffff;
    font-size: var(--h1-font-size);
    letter-spacing: var(--h1-letter-spacing);
    line-height: var(--h1-line-height);
    font-style: var(--h1-font-style);
}

.main .frame-12 {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.333rem;
    position: relative;
    flex: 0 0 auto;
}

.main .text-wrapper-7 {
    position: relative;
    align-self: stretch;
    font-family: var(--h5-font-family);
    font-weight: var(--h5-font-weight);
    color: #ffffff;
    font-size: var(--h5-font-size);
    letter-spacing: var(--h5-letter-spacing);
    line-height: var(--h5-line-height);
    font-style: var(--h5-font-style);
}

.main .text-wrapper-8 {
    position: relative;
    align-self: stretch;
    font-family: var(--h5-font-family);
    font-weight: var(--h5-font-weight);
    color: #ffffff;
    font-size: var(--h5-font-size);
    letter-spacing: var(--h5-letter-spacing);
    line-height: var(--h5-line-height);
    font-style: var(--h5-font-style);
}

/* Who Section Features List */
.main .who-features-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 33.222rem;
    align-items: flex-start;
    gap: 0.889rem;
}

.main .who-feature-item {
    display: flex;
    align-items: center;
    gap: 1.333rem;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.main .feature-bullet-icon {
    position: relative;
    width: 1.333rem;
    height: 1.333rem;
}

.main .feature-text {
    position: relative;
    flex: 1;
    font-family: "Montserrat", Helvetica;
    font-weight: 400;
    color: var(--black);
    font-size: 0.889rem;
    letter-spacing: 0;
    line-height: 0.889rem;
}

.main .text-normal {
    font-weight: 500;
    color: #0c0c0c;
    font-family: var(--body-2-font-family);
}

.main .text-white-normal {
    font-weight: 500;
    color: var(--white);
    font-family: var(--body-2-font-family);
}

.main .text-highlight {
    font-weight: var(--body-2-font-weight);
    color: #ff9b29;
    font-family: var(--body-2-font-family);
    font-style: var(--body-2-font-style);
    letter-spacing: var(--body-2-letter-spacing);
    line-height: var(--body-2-line-height);
    font-size: var(--body-2-font-size);
}

.main .decorative-icon {
    position: absolute;
    top: 5.611rem;
    left: -3.056rem;
    width: 9.889rem;
    height: 9.889rem;
    z-index: -1;
}

/* Legacy classes - kept for other sections */
.main .frame-13 {
    display: flex;
    flex-direction: column;
    width: 33.222rem;
    align-items: flex-start;
    gap: 0.889rem;
    position: absolute;
    top: 12.167rem;
    left: 31.111rem;
}

.main .frame-14 {
    display: flex;
    align-items: center;
    gap: 1.333rem;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.main .div-2 {
    position: relative;
    flex: 1;
    font-family: "Montserrat", Helvetica;
    font-weight: 400;
    color: var(--black);
    font-size: 0.889rem;
    letter-spacing: 0;
    line-height: 0.889rem;
}

.main .span {
    font-weight: 500;
    color: #0c0c0c;
}

.main .text-wrapper-9 {
    font-weight: var(--body-2-font-weight);
    color: #ff9b29;
    font-family: var(--body-2-font-family);
    font-style: var(--body-2-font-style);
    letter-spacing: var(--body-2-letter-spacing);
    line-height: var(--body-2-line-height);
    font-size: var(--body-2-font-size);
}

.main .icon-2 {
    position: absolute;
    top: 5.611rem;
    left: 0;
    width: 9.889rem;
    height: 9.889rem;
}

.main .image-wrapper {
    width: 100%;
    height: 24.167rem;
    display: flex;
    justify-content: center;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0px 0.167rem 0.167rem #00000040;
}

.main .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main .what-section {
    width: 100%;
}


/* What We Do Section */
.main .what-header {
    display: flex;
    position: relative;
    margin: 3.667rem auto 3.25rem;
    flex-direction: column;
    align-items: center;
    gap: 0.667rem;
}

.main .section-tagline {
    position: relative;
    align-self: stretch;
    font-family: "Montserrat", Helvetica;
    font-weight: 500;
    color: var(--black);
    font-size: 1.111rem;
    letter-spacing: 0;
    line-height: normal;
}

.main .what-services-grid {
    display: inline-flex;
    width: 100%;
    position: relative;
    gap: 1.333rem;
    flex-wrap: wrap;
}

.main .service-card {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 0.444rem;
    padding: 1rem;
    background-color: var(--graygray-200);
    border-radius: 0.667rem;
    overflow: hidden;
}

.main .service-title {
    position: relative;
    align-self: stretch;
    font-family: var(--subtitle-font-family);
    font-weight: var(--subtitle-font-weight);
    color: var(--black);
    font-size: var(--subtitle-font-size);
    letter-spacing: var(--subtitle-letter-spacing);
    line-height: var(--subtitle-line-height);
    font-style: var(--subtitle-font-style);
}

.main .service-description {
    position: relative;
    align-self: stretch;
    font-family: var(--body-2-font-family);
    font-weight: var(--body-2-font-weight);
    color: var(--black);
    font-size: var(--body-2-font-size);
    letter-spacing: var(--body-2-letter-spacing);
    line-height: var(--body-2-line-height);
    font-style: var(--body-2-font-style);
}

/* Legacy classes - kept for other sections */
.main .frame-15 {
    display: flex;
    margin-left: 0.044rem;
    height: 4.167rem;
    width: 39.875rem;
    position: relative;
    margin-top: 3.667rem;
    flex-direction: column;
    align-items: center;
    gap: 0.667rem;
}

.main .high-line-3 {
    top: 1.222rem;
    left: 19.444rem;
    width: 7.444rem;
    background-color: #ff9b29;
    position: absolute;
    height: 1rem;
}

.main .text-wrapper-10 {
    position: relative;
    align-self: stretch;
    font-family: "Montserrat", Helvetica;
    font-weight: 500;
    color: var(--black);
    font-size: 1.111rem;
    letter-spacing: 0;
    line-height: normal;
}

.main .frame-16 {
    display: inline-flex;
    height: 8.389rem;
    width: 73.333rem;
    position: relative;
    align-items: flex-start;
    gap: 1.333rem;
}

.main .frame-17 {
    display: flex;
    flex-direction: column;
    width: 17.333rem;
    height: 8.389rem;
    align-items: flex-start;
    gap: 0.444rem;
    padding: 1rem;
    position: relative;
    background-color: var(--graygray-200);
    border-radius: 0.667rem;
    overflow: hidden;
}

.main .text-wrapper-11 {
    position: relative;
    align-self: stretch;
    font-family: var(--subtitle-font-family);
    font-weight: var(--subtitle-font-weight);
    color: var(--black);
    font-size: var(--subtitle-font-size);
    letter-spacing: var(--subtitle-letter-spacing);
    line-height: var(--subtitle-line-height);
    font-style: var(--subtitle-font-style);
}

.main .text-wrapper-12 {
    position: relative;
    align-self: stretch;
    font-family: var(--body-2-font-family);
    font-weight: var(--body-2-font-weight);
    color: var(--black);
    font-size: var(--body-2-font-size);
    letter-spacing: var(--body-2-letter-spacing);
    line-height: var(--body-2-line-height);
    font-style: var(--body-2-font-style);
}

.main .we-build-frameworks {
    position: relative;
    align-self: stretch;
    margin-bottom: -0.014rem;
    font-family: var(--body-2-font-family);
    font-weight: var(--body-2-font-weight);
    color: var(--black);
    font-size: var(--body-2-font-size);
    letter-spacing: var(--body-2-letter-spacing);
    line-height: var(--body-2-line-height);
    font-style: var(--body-2-font-style);
}

.main .hero-section {
    margin-top: 4.444rem;
    width: 100%;
    height: 40.889rem;
    background-image: url('../images/hero-background.png');
    background-position: center;
    background-size: cover;
}


/* Hero Section */
.main .hero-background {
    position: absolute;
    top: 9.889rem;
    left: 2.611rem;
    width: 29.833rem;
    height: 3.056rem;
    background-color: #ff9b29;
}

.main .hero-decoration {
    position: absolute;
}

.main .hero-decoration:nth-of-type(2) {
    width: 68.18%;
    height: 83.35%;
    top: 18.74%;
    left: 31.82%;
}

.main .hero-decoration:nth-of-type(3) {
    width: 25.16%;
    height: 30.76%;
    top: 69.25%;
    left: 0;
}

.main .hero-portrait {
    position: absolute;
    top: 2.222rem;
    right: 2.222rem;
    width: 26.444rem;
    height: 38.667rem;
    object-fit: cover;
}

.main .hero-container {
    width: 42.389rem;
    position: absolute;
    top: 6.889rem;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.833rem;
}

.main .hero-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.main .hero-title {
    position: relative;
    width: 37.542rem;
    font-family: "Montserrat", Helvetica;
    font-weight: 400;
    color: var(--black);
    font-size: 2.444rem;
    letter-spacing: 0;
    line-height: 2.444rem;
}

.main .title-part-normal {
    font-weight: var(--h2-font-weight);
    color: var(--white);
    font-family: var(--h2-font-family);
    font-style: var(--h2-font-style);
    letter-spacing: var(--h2-letter-spacing);
    line-height: var(--h2-line-height);
    font-size: var(--h2-font-size);
}

.main .title-part-normal-accent {
    font-weight: var(--h2-font-weight);
    color: var(--black);
    font-family: var(--h2-font-family);
    font-style: var(--h2-font-style);
    letter-spacing: var(--h2-letter-spacing);
    line-height: var(--h2-line-height);
    font-size: var(--h2-font-size);
}

.main .title-part-highlight-accent {
    background-color: #ff9b29;
    padding-left: 0.556rem;
    padding-right: 0.556rem;
    margin-left: -0.556rem;
}

.main .title-part-accent {
    font-weight: var(--h2-font-weight);
    color: #ff9b29;
    font-family: var(--h2-font-family);
    font-style: var(--h2-font-style);
    letter-spacing: var(--h2-letter-spacing);
    line-height: var(--h2-line-height);
    font-size: var(--h2-font-size);
}

.main .title-part-highlight {
    font-weight: var(--h2-font-weight);
    color: #ffffff;
    font-family: var(--h2-font-family);
    font-style: var(--h2-font-style);
    letter-spacing: var(--h2-letter-spacing);
    line-height: var(--h2-line-height);
    font-size: var(--h2-font-size);
}

.main .hero-intro {
    position: relative;
    align-self: stretch;
    font-family: "Montserrat", Helvetica;
    font-weight: 400;
    color: var(--black);
    font-size: 0.889rem;
    letter-spacing: 0;
    line-height: 0.889rem;
}

.main .hero-description {
    position: relative;
    align-self: stretch;
    font-family: var(--body-2-font-family);
    font-weight: var(--body-2-font-weight);
    color: var(--white);
    font-size: var(--body-2-font-size);
    letter-spacing: var(--body-2-letter-spacing);
    line-height: var(--body-2-line-height);
    font-style: var(--body-2-font-style);
}

.main .hero-buttons {
    display: inline-flex;
    align-items: center;
    gap: 0.667rem;
    position: relative;
    flex: 0 0 auto;
}

.main .hero-buttons .btn-contact {
    color: #ff9b29;
    border-color: #ff9b29;
}

.main .hero-buttons .btn-contact .btn-text {
    color: #ff9b29;
}

.main .hero-buttons .btn-contact:hover {
    color: #ffffff;
    border-color: #ffffff;
}

.main .hero-buttons .btn-contact:hover .btn-text {
    color: #ffffff;
}

/* Legacy classes - kept for other sections */
.main .rectangle {
    position: absolute;
    top: 9.889rem;
    left: 2.611rem;
    width: 29.833rem;
    height: 3.056rem;
    background-color: #ff9b29;
}

.main .group {
    position: absolute;
    width: 68.18%;
    height: 83.35%;
    top: 18.74%;
    left: 31.82%;
}

.main .group-2 {
    position: absolute;
    width: 25.16%;
    height: 30.76%;
    top: 69.25%;
    left: 0;
}

.main .jason-portrait-cec {
    position: absolute;
    top: 2.222rem;
    left: 46.556rem;
    width: 26.444rem;
    height: 38.667rem;
    object-fit: cover;
}

.main .frame-18 {
    width: 42.389rem;
    position: absolute;
    top: 6.889rem;
    left: 3.333rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.833rem;
}

.main .frame-19 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.main .YOU-HAVE-CHALLENGES {
    position: relative;
    width: 37.542rem;
    font-family: "Montserrat", Helvetica;
    font-weight: 400;
    color: var(--black);
    font-size: 2.444rem;
    letter-spacing: 0;
    line-height: 2.444rem;
}

.main .text-wrapper-13 {
    font-weight: var(--h2-font-weight);
    color: #0c0c0c;
    font-family: var(--h2-font-family);
    font-style: var(--h2-font-style);
    letter-spacing: var(--h2-letter-spacing);
    line-height: var(--h2-line-height);
    font-size: var(--h2-font-size);
}

.main .text-wrapper-14 {
    font-weight: var(--h2-font-weight);
    color: #ff9b29;
    font-family: var(--h2-font-family);
    font-style: var(--h2-font-style);
    letter-spacing: var(--h2-letter-spacing);
    line-height: var(--h2-line-height);
    font-size: var(--h2-font-size);
}

.main .text-wrapper-15 {
    font-weight: var(--h2-font-weight);
    color: #ffffff;
    font-family: var(--h2-font-family);
    font-style: var(--h2-font-style);
    letter-spacing: var(--h2-letter-spacing);
    line-height: var(--h2-line-height);
    font-size: var(--h2-font-size);
}

.main .div-3 {
    position: relative;
    align-self: stretch;
    font-family: "Montserrat", Helvetica;
    font-weight: 400;
    color: var(--black);
    font-size: 0.889rem;
    letter-spacing: 0;
    line-height: 0.889rem;
}

/* ============================================================================
   RESPONSIVE STYLES - INDEX PAGE
   ============================================================================ */

/* Desktop lớn: 1439px trở xuống */
@media (max-width: 1439px) {}

/* Desktop nhỏ: 1200px trở xuống */
@media (max-width: 1200px) {

    .main .hero-container {
        width: 560px;
    }

    .main .hero-portrait {
        max-width: 25.222rem;
    }

    .main .hero-title {
        font-size: 2rem;
        line-height: 2.222rem;
    }

    .main .why-items,
    .main .who-items {
        gap: 1.111rem;
    }

    .main .why-item,
    .main .who-item {
        width: calc(50% - 0.556rem);
    }
}

/* Tablet: 1024px trở xuống */
@media (max-width: 1023px) {
    .main .hero-section {
        height: auto;
        padding: 5.556rem 0 3.333rem;
    }

    .main .hero-container {
        flex-direction: column;
        gap: 2.222rem;
    }

    .main .hero-title {
        font-size: 1.778rem;
        line-height: 2rem;
        width: auto;
    }

    .main .hero-intro,
    .main .hero-description {
        font-size: 0.889rem;
    }

    .main .hero-container {
        position: static;
        width: 100%;
        height: 500px;
    }

    .main .hero-content {
        width: 400px;
    }

    .main .title-part-highlight-accent {
        background-color: transparent;
        position: relative;
        z-index: 1;
    }

    span.title-part-highlight-accent:before {
        content: "";
        background-color: #ff9b29;
        position: absolute;
        left: 0;
        bottom: 0;
        height: 35px;
        width: 100%;
        z-index: -1;
    }

    .main .title-part-normal,
    .main .title-part-accent,
    .main .title-part-normal-accent,
    .main .title-part-highlight {
        font-size: 1.8rem;
    }

    .main .hero-portrait {
        max-width: 370px;
        width: 100%;
        height: auto;
        top: unset;
        bottom: -3.333rem;
        right: -60px;
    }

    .main .service-card {
        flex: 0 0 calc(50% - 0.667rem);
        max-width: calc(50% - 0.667rem);
    }

    .main .why-items,
    .main .who-items {
        flex-direction: column;
        gap: 1.667rem;
    }

    .main .why-item,
    .main .who-item {
        width: 100%;
    }

    .main .who-feature-item-right {
        order: 1;
        width: 100%;
        flex: unset;
        position: relative;
    }

    .main .who-feature-item-left {
        order: 2;
        flex: unset;
        width: 33%;
        gap: 20px;
    }

    .main .who-feature-wrapper {
        flex-wrap: wrap;
        flex-direction: unset;
        margin-top: 1rem;
    }

    .main .screenshot-wrapper {
        position: absolute;
        top: calc(100% + 38px);
        left: calc(33% + 20px);
        width: calc(67% - 20px);
        height: 395px;
    }

    .main .who-badge {
        padding: 1rem;
    }

    .main .badge-number {
        font-size: 2rem;
    }

    .main .badge-text-line {
        font-size: 1rem;
        font-weight: 500;
    }

    .main .image-wrapper {
        height: 300px;
    }

    .main .who-features-list {
        max-width: unset;
    }

    .main .decorative-icon {
        top: 353px;
        width: 120px;
        height: 120px;
    }

    .main .feature-card {
        flex-direction: column;
    }
}

/* Mobile: 768px trở xuống */
@media (max-width: 768px) {

    .main .hero-content {
        width: 100%;
        max-width: 500px;
        margin: auto;
    }

    .main .hero-section {
        padding: 60px 0 0;
        background-size: cover;
        background-position: center;
    }

    .main .hero-container {
        gap: 1.667rem;
        height: auto;
    }

    .main .hero-buttons {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .main .hero-portrait {
        position: static;
        margin-top: 30px;
    }

    /* Why Section */
    .main .why-section {
        padding: 2.222rem 0;
        gap: 2.222rem;
    }

    .main .why-header,
    .main .who-header,
    .main .what-header {
        gap: 0.667rem;
        margin-top: 0;
        margin-bottom: 1.667rem;
    }

    .main .why-subtitle,
    .main .who-subtitle,
    .main .what-subtitle {
        font-size: 0.889rem;
    }

    .main .why-title,
    .main .who-title,
    .main .what-title {
        font-size: 1.556rem;
    }

    .main .why-description,
    .main .who-description {
        font-size: 0.778rem;
    }

    .main .why-items,
    .main .who-items {
        gap: 1.111rem;
    }

    .main .why-item-icon,
    .main .who-item-icon {
        width: 2.778rem;
        height: 2.778rem;
    }

    .main .why-item-title,
    .main .who-item-title {
        font-size: 0.889rem;
    }

    .main .why-item-description,
    .main .who-item-description {
        font-size: 0.778rem;
    }

    /* Who Section */
    .main .who-section {
        padding: 2.222rem 0;
    }

    /* What Section */
    .main .what-section {
        padding: 2.222rem 0;
    }

    /* CTA Section */
    .main .cta-section {
        padding: 2.222rem 0;
    }

    .main .cta-subtitle {
        font-size: 0.889rem;
    }

    .main .cta-title {
        font-size: 1.556rem;
    }

    .main .cta-description {
        width: 100%;
        font-size: 0.778rem;
    }
}

/* Mobile nhỏ: 576px trở xuống */
@media (max-width: 576px) {
    .main .hero-title {
        font-size: 1.333rem;
        line-height: 1.556rem;
    }

    .main .why-title,
    .main .who-title,
    .main .what-title {
        font-size: 1.333rem;
    }

    .main .cta-title {
        font-size: 1.333rem;
    }

    .main .who-feature-item-left {
        width: calc(50% - 10px);
    }

    .main .screenshot-wrapper {
        width: calc(50% - 10px);
        left: calc(50% + 10px);
        height: 295px;
    }

    .main .image-wrapper {
        height: 200px;
    }

    .main .badge-number {
        font-size: 24px;
    }

    .main .badge-text-line {
        font-size: 14px;
    }

    .main .who-badge {
        gap: 0.5rem;
    }

    .main .who-feature-wrapper {
        margin-top: 0;
    }

    .main .why-features-grid {
        flex-direction: column;
    }
}