/* ============================================
   ABOUT US PAGE
   Reference: ecomlaunchers.com/about-us/
   ============================================ */

/* --- Hero --- */
.about-hero {
    display: flex;
    flex-direction: row;
    gap: 0;
    width: 100%;
}

.about-hero-bg {
    margin-top: -16px; /* live: -107px; calibrated to fixed clone header */
    padding: 170px 30px 70px;
    background-image: url('../images/services-10.webp');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    box-sizing: border-box;
}

.about-hero-inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 75%;
    padding: 10px;
    box-sizing: border-box;
}

.about-hero-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 41.8px;
    color: #FCFCFC;
    margin: 0;
    width: 89.386%;
    max-width: 89.386%;
    text-align: start;
}

.about-hero-title .brand-name {
    color: #F4A530;
}

.about-hero-desc {
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 23px;
    color: #FCFCFC;
    margin: 0;
    width: 76.74%;
    max-width: 76.74%;
    text-align: start;
}

.about-hero-actions {
    display: flex;
    flex-direction: row;
    gap: 15px;
    padding-top: 10px;
    flex-wrap: wrap;
}

/* --- Buttons --- */
.btn-hero-outline {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    color: #F4A530;
    background-color: transparent;
    border: 1px solid #F4A530;
    border-radius: 5px;
    padding: 15px 35px;
    text-decoration: none;
    display: inline-block;
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.btn-hero-outline:hover {
    color: #F4A530;
    border-color: #FFFFFF;
}

.btn-hero-solid {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    color: #FFFFFF;
    background-color: #F4A530;
    border: none;
    border-radius: 5px;
    padding: 15px 35px 15px 30px;
    text-decoration: none;
    display: inline-block;
    transition: all .3s ease;
    align-self: center;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.btn-hero-solid:hover {
    color: #F4A530;
    background-color: transparent;
    border-color: #F4A530;
}

.btn-hero-outline > span,
.btn-hero-solid > span {
    position: relative;
    z-index: 1;
}

/* Outline button with solid white fill (About story section) */
.about-btn-solid {
    background-color: #FCFCFC;
}

/* --- About Story Section --- */
.about-story-section {
    margin: 60px 0;
    display: flex;
    width: 100%;
}

.about-story-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 20px;
    width: 100%;
    padding-bottom: 60px;
    box-sizing: border-box;
}

.about-story-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    width: 90%;
    padding-top: 10px;
}

.about-story-img-col {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 45%;
}

.about-story-img-widget {
    width: 100%;
    text-align: center;
}

.about-story-img-widget img {
    width: 95%;
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.about-story-text-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 55%;
}

.about-story-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 45.6px;
    color: #212121;
    margin: 0;
}

.about-story-title .brand-name,
.about-story-subtitle .brand-name {
    color: #F4A530;
}

.about-story-desc {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    color: rgba(60, 66, 75, 0.65);
    margin: 0;
}

.about-story-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 45.6px;
    color: #212121;
    margin: 0;
}

.about-story-subdesc {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    color: rgba(60, 66, 75, 0.65);
    margin: 0;
}

.about-story-actions {
    display: flex;
    flex-direction: row;
    gap: 15px;
    padding-top: 10px;
    flex-wrap: wrap;
}

/* --- Why Choose Section --- */
.about-why-section {
    display: flex;
    flex-direction: row;
    gap: 0;
    width: 100%;
}

.about-why-main {
    width: 70%;
    padding: 70px 30px;
    background-image: url('../images/services-10.webp');
    background-position: 0% 0%;
    background-size: auto;
    background-repeat: repeat;
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-sizing: border-box;
}

.about-why-inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 75%;
    padding: 10px;
    box-sizing: border-box;
}

.about-why-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 41.8px;
    color: #FCFCFC;
    margin: 0;
    width: 89.386%;
    max-width: 89.386%;
    text-align: start;
}

.about-why-title .brand-name {
    color: #F4A530;
}

.about-icon-box {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    width: 100%;
    max-width: 100%;
    padding-top: 10px;
}

.about-icon-box-icon {
    width: 28px;
    height: 28px;
    font-size: 28px;
    line-height: 0;
    color: #F4A530;
    display: block;
    flex-shrink: 0;
}

.about-icon-box-icon svg {
    width: 28px;
    height: 28px;
    fill: currentColor;
    display: block;
}

.about-icon-box-content {
    flex: 1;
    min-width: 0;
}

.about-icon-box-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 12px;
    color: #FCFCFC;
    margin: 8px 0 20px;
}

.about-icon-box-title span {
    color: #FCFCFC;
}

.about-icon-box-desc {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #FCFCFC;
    margin: 0;
}

.about-why-spacer {
    width: 30%;
}

/* --- Floating Strategist Image --- */
.about-strategist-section {
    display: flex;
    width: 100%;
}

.about-strategist-inner {
    width: 1140px;
    max-width: min(100%, 1140px);
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 0;
}

.about-strategist-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin-top: -600px;
}

.about-strategist-widget {
    width: 100%;
    text-align: center;
}

.about-strategist-widget img {
    width: 70%;
    max-width: 70%;
    height: auto;
    border-radius: 25px;
    display: inline-block;
}

/* --- CTA Section --- */
.about-cta-section {
    background: #FCFCFC;
    margin: 60px 0 20px;
    position: relative;
    z-index: 1;
    display: flex;
    width: 100%;
}

.about-cta-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 20px;
    width: 100%;
}

.about-cta-card {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 95%;
    border-radius: 25px;
    box-shadow: 0 0 20px rgba(60, 66, 75, 0.53);
    background-image: url('../images/chatgpt-automation.png');
    background-size: auto;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin: 0 0 60px 0;
    padding: 40px 10px;
    box-sizing: border-box;
}

.about-cta-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 65%;
    padding: 10px;
    box-sizing: border-box;
}

.about-cta-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 41.8px;
    color: #FFFFFF;
    margin: 0;
    width: 89.386%;
    max-width: 89.386%;
    text-align: start;
}

.about-cta-title .brand-name {
    color: #F4A530;
}

.about-cta-text {
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 23px;
    color: #FCFCFC;
    margin: 0;
    width: 76.74%;
    max-width: 76.74%;
}

.about-cta-actions-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    width: 100%;
    padding-top: 10px;
}

.about-cta-consult {
    flex-shrink: 0;
    width: 190.891px;
}

.about-cta-consult-title {
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 23px;
    color: #FCFCFC;
    margin: 0;
}

.about-cta-btn-ghost {
    flex-shrink: 0;
    width: 204.297px;
    display: flex;
    align-items: flex-start;
}

.about-cta-btn-solid {
    flex-shrink: 0;
    display: flex;
    align-items: flex-start;
}

.about-cta-btn-solid .btn-hero-solid {
    align-self: center;
}

.about-cta-img-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 35%;
    padding: 10px;
    box-sizing: border-box;
}

.about-cta-img-widget {
    width: 100%;
    text-align: center;
}

.about-cta-img {
    width: 80%;
    max-width: 100%;
    height: auto;
    display: inline-block;
}

/* --- FAQ Section --- */
.about-faq-section {
    background: #FCFCFC;
    display: flex;
    width: 100%;
}

.about-faq-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 20px;
    width: 100%;
    padding-bottom: 60px;
    box-sizing: border-box;
}

.about-faq-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    width: 90%;
    padding-top: 10px;
}

.about-faq-img-col {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 40%;
}

.about-faq-img-widget {
    width: 100%;
    text-align: center;
}

.about-faq-img-widget img {
    width: 60%;
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.about-faq-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 60%;
}

.about-faq-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 45.6px;
    color: #212121;
    margin: 0;
    width: 100%;
    max-width: 100%;
    text-align: start;
}

.about-faq-title .brand-name {
    color: #F4A530;
}

/* --- Accordion --- */
.about-accordion {
    width: 100%;
}

.about-acc-item {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.about-acc-item[open] {
    color: #F4A530;
}

.about-acc-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 20px;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #F4A530;
    cursor: pointer;
    list-style: none;
    box-sizing: border-box;
    color: #212121;
}

.about-acc-item[open] .about-acc-title {
    color: #F4A530;
}

.about-acc-title::-webkit-details-marker {
    display: none;
}

.about-acc-header {
    display: flex;
    min-width: auto;
}

.about-acc-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 22.4px;
    display: block;
    color: inherit;
}

.about-acc-icon {
    display: flex;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    color: inherit;
}

.about-acc-icon .e-opened,
.about-acc-icon .e-closed {
    display: flex;
}

.about-acc-item[open] .about-acc-icon .e-closed,
.about-acc-item:not([open]) .about-acc-icon .e-opened {
    display: none;
}

.about-acc-icon svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
    display: block;
}

.about-acc-content {
    padding: 10px;
}

.about-acc-answer {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    color: rgba(60, 66, 75, 0.65);
    margin: 0;
    text-align: start;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
    .about-hero-bg {
        background-position: bottom center;
    }
    .about-hero-title {
        font-size: 30px;
        width: 405.214px;
        max-width: 405.214px;
    }
    .about-hero-desc {
        font-size: 15px;
        width: 401.557px;
        max-width: 401.557px;
    }
    .about-hero-actions {
        gap: 12px;
        padding: 0;
    }
    .btn-hero-outline {
        font-size: 15px;
        padding: 12px 15px;
    }
    .btn-hero-solid {
        font-size: 15px;
    }
    .about-story-img-widget img {
        width: 100%;
    }
    .about-story-title {
        font-size: 30px;
    }
    .about-story-desc {
        font-size: 15px;
    }
    .about-story-subtitle {
        font-size: 30px;
    }
    .about-story-subdesc {
        font-size: 15px;
    }
    .about-story-actions {
        flex-direction: column;
        gap: 12px;
        padding: 0;
    }
    .about-why-title {
        width: 405.214px;
        max-width: 405.214px;
        font-size: 30px;
    }
    .about-icon-box-title {
        font-size: 20px;
    }
    .about-icon-box-desc {
        font-size: 15px;
    }
    .about-icon-box:nth-child(3),
    .about-icon-box:nth-child(4) {
        padding-top: 15px;
    }
    .about-strategist-widget img {
        max-width: 100%;
    }
    .about-cta-title {
        width: 405.214px;
        max-width: 405.214px;
        font-size: 30px;
    }
    .about-cta-text {
        width: 401.557px;
        max-width: 401.557px;
        font-size: 15px;
    }
    .about-cta-actions-row {
        flex-direction: column;
        align-items: flex-start;
    }
    .about-cta-consult {
        width: 180.107px;
    }
    .about-cta-consult-title {
        font-size: 15px;
    }
    .about-cta-btn-ghost .btn-hero-outline,
    .about-cta-btn-solid .btn-hero-solid {
        font-size: 15px;
    }
    .about-cta-img {
        width: 100%;
    }
    .about-faq-img-widget img {
        width: 100%;
    }
    .about-faq-title {
        font-size: 30px;
    }
    .about-acc-answer {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .about-hero {
        min-height: 300px;
    }
    .about-hero-bg {
        padding: 140px 15px 80px;
        margin-top: -32.22px;
    }
    .about-hero-inner {
        width: 100% !important;
        max-width: 100% !important;
        align-items: center !important;
        text-align: center !important;
        margin: 0 auto !important;
        padding: 10px 0 !important;
    }
    .about-hero-title {
        font-size: 25px;
        text-align: center;
        width: 100%;
        max-width: 100%;
    }
    .about-hero-desc {
        font-size: 14px;
        text-align: center;
        width: 100%;
        max-width: 100%;
    }
    .about-hero-actions {
        flex-direction: column !important;
        align-items: center !important;
        width: 100% !important;
        gap: 15px !important;
        justify-content: center !important;
    }
    .btn-hero-outline,
    .btn-hero-solid {
        font-size: 14px;
        width: 100% !important;
        max-width: 300px !important;
        text-align: center !important;
        box-sizing: border-box !important;
    }

    .about-story-section {
        margin: 60px 0;
    }
    .about-story-inner {
        padding: 0 15px 60px;
    }
    .about-story-row {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 92%;
    }
    .about-story-text-col {
        order: 1;
        width: 100%;
    }
    .about-story-img-col {
        width: 100%;
    }
    .about-story-title,
    .about-story-subtitle {
        font-size: 25px;
    }
    .about-story-actions {
        align-items: center;
    }
    .about-story-actions .btn-hero-outline,
    .about-story-actions .btn-hero-solid {
        font-size: 14px;
        text-align: center;
    }

    .about-why-section {
        flex-direction: column !important;
        min-height: auto !important;
        width: 100% !important;
    }
    .about-why-main {
        width: 100% !important;
        padding: 40px 15px !important;
    }
    .about-why-inner {
        width: 100% !important;
        padding: 0 !important;
    }
    .about-why-title {
        font-size: 25px;
        width: 100%;
        max-width: 100%;
        text-align: center !important;
    }
    .about-why-spacer {
        display: none !important;
    }

    .about-strategist-inner {
        width: 92%;
        max-width: 92%;
    }
    .about-strategist-col {
        width: 100% !important;
        margin-top: 0 !important;
        align-items: center !important;
    }
    .about-strategist-widget img {
        width: 90% !important;
        max-width: 90% !important;
        margin: 20px auto !important;
    }

    .about-cta-section {
        margin: 0;
    }
    .about-cta-inner {
        padding: 0 15px;
        box-sizing: border-box;
    }
    .about-cta-card {
        flex-wrap: wrap;
        width: 100%;
        padding: 15px 10px 15px 19px;
        margin-bottom: 60px;
    }
    .about-cta-content {
        width: 100%;
        padding: 10px;
    }
    .about-cta-title {
        font-size: 25px;
        width: 100%;
        max-width: 100%;
    }
    .about-cta-text {
        width: 100%;
        max-width: 100%;
        font-size: 16px;
    }
    .about-cta-actions-row {
        flex-direction: column;
        align-items: flex-start;
    }
    .about-cta-consult-title {
        font-size: 16px;
    }
    .about-cta-btn-ghost {
        width: auto;
    }
    .about-cta-btn-ghost .btn-hero-outline,
    .about-cta-btn-solid .btn-hero-solid {
        font-size: 15px;
        line-height: 15px;
    }
    .about-cta-img-col {
        width: 100%;
        padding: 10px;
    }
    .about-cta-img {
        width: 100%;
        max-width: 100%;
    }

    .about-faq-inner {
        padding: 0 15px 60px;
    }
    .about-faq-row {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 92%;
    }
    .about-faq-content {
        order: 1;
        width: 100%;
    }
    .about-faq-img-col {
        width: 100%;
    }
    .about-faq-title {
        font-size: 25px;
        text-align: center;
    }
    .about-accordion {
        margin-top: 5px;
    }
}
