.section-padding {
    padding: 78px 0;
}

.about-hero-shell {
    background: linear-gradient(135deg, rgba(161, 44, 47, 0.08), rgba(255, 255, 255, 0.96));
    border-radius: 28px;
    padding: 36px 34px;
    border: 1px solid rgba(161, 44, 47, 0.08);
    box-shadow: 0 22px 56px rgba(24, 32, 56, 0.08);
}

.about-content .aiheading,
.section-heading-center h2 {
    margin-bottom: 14px;
}

.about-content p,
.section-subtitle,
.card-text,
.commitment-copy {
    line-height: 1.8;
}

.about-hero-btn {
    min-height: 40px;
    padding: 5px 10px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #a12c2f, #cf5b4a);
    box-shadow: 0 16px 30px rgba(161, 44, 47, 0.22);
}

.about-image img {
    width: 100%;
    border-radius: 24px !important;
    box-shadow: 0 20px 48px rgba(24, 32, 56, 0.12) !important;
}

.section-heading-center {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 22px;
}

.section-heading-center p {
    margin-bottom: 0;
    color: #525252;
}

.card-shadow {
    border: 1px solid rgba(161, 44, 47, 0.08);
    border-radius: 22px;
    box-shadow: 0 18px 42px rgba(24, 32, 56, 0.07);
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.card-shadow:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 50px rgba(24, 32, 56, 0.11);
}

.card-shadow .card-body {
    padding: 28px 24px;
}

.text-primary-brand {
    color: #a12c2f !important;
}

.icon-spacing {
    margin-right: 10px;
}

.icon-spacing-lg {
    margin-right: 14px;
}

.founder-section {
    background: linear-gradient(180deg, #ffffff, #fcf7f4);
}

.founder-profile-card {
    text-align: center;
}

.founder-icon {
    width: 170px;
    height: 170px;
    margin: 0 auto;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, rgba(161, 44, 47, 0.1), rgba(248, 185, 73, 0.2));
}

.founder-icon i {
    font-size: 64px !important;
}

.founder-details-list,
.info-list,
.mission-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.founder-details-list li,
.info-list li {
    padding: 14px 0;
    border-bottom: 1px solid #f0e6e2;
    line-height: 1.7;
}

.founder-details-list li:last-child,
.info-list li:last-child {
    border-bottom: 0;
}

.story-card {
    border-left: 4px solid #a12c2f;
}

.mission-list li {
    margin-bottom: 14px;
    line-height: 1.7;
}

.trust-shell {
    background: linear-gradient(180deg, #fffdfb, #f7f8fb);
}

.trust-card {
    text-align: center;
}

.trust-icon {
    width: 78px;
    height: 78px;
    margin: 0 auto 18px;
    border-radius: 22px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, rgba(161, 44, 47, 0.1), rgba(248, 185, 73, 0.18));
}

.trust-icon i {
    font-size: 34px !important;
}

.commitment-band {
    background: linear-gradient(135deg, #9f2f33, #c45243);
    border-radius: 28px;
    padding: 48px 34px;
    box-shadow: 0 24px 56px rgba(161, 44, 47, 0.24);
}

.commitment-copy {
    max-width: 860px;
    margin: 0 auto;
}

.cta-shell {
    background: linear-gradient(135deg, rgba(161, 44, 47, 0.06), rgba(255, 255, 255, 0.98));
    border-radius: 28px;
    padding: 44px 24px;
    border: 1px solid rgba(161, 44, 47, 0.08);
    box-shadow: 0 18px 46px rgba(24, 32, 56, 0.06);
}

.founder-bio-text {
    font-size: 14px;
    line-height: 1.6;
}

.about-cta-text {
    font-size: 1.2rem;
    line-height: 1.6;
}

@media (max-width: 991.98px) {
    .section-padding {
        padding: 60px 0;
    }

    .about-hero-shell,
    .commitment-band,
    .cta-shell {
        padding: 30px 24px;
    }
}

@media (max-width: 767.98px) {
    .section-padding {
        padding: 46px 0;
    }

    .about-hero-shell,
    .commitment-band,
    .cta-shell {
        padding: 24px 18px;
        border-radius: 22px;
    }

    .about-content .aiheading,
    .section-heading-center h2,
    .cta-shell h2 {
        font-size: 28px !important;
        line-height: 1.2;
    }

    .about-content p,
    .section-subtitle,
    .card-text,
    .commitment-copy,
    .cta-shell p {
        font-size: 15px !important;
        line-height: 1.75;
    }

    .card-shadow .card-body {
        padding: 22px 18px;
    }

    .founder-icon {
        width: 132px;
        height: 132px;
    }

    .founder-icon i {
        font-size: 82px !important;
    }

    .trust-icon {
        width: 68px;
        height: 68px;
        border-radius: 18px;
    }

    .trust-icon i {
        font-size: 28px !important;
    }

    .about-hero-btn,
    .main-button-red a {
        width: 100%;
        text-align: center;
    }

    .cta-section .mt-5 {
        margin-top: 0 !important;
    }
}
