/* =========================================
   ABOUT PAGE
========================================= */

.about-page {
    width: min(1400px, calc(100% - 40px));
    margin: 60px auto 100px;
}

/* =========================================
   HERO
========================================= */

.about-hero {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 40px;
    align-items: start;
    margin-bottom: 80px;
}
.about-hero-content {
    position: relative;
    overflow: hidden;
    padding: 60px;
    border-radius: 34px;

    background:
        linear-gradient(
            145deg,
            rgba(18,10,16,0.96),
            rgba(10,6,10,0.98)
        );

    border: 1px solid rgba(255,255,255,0.06);

    box-shadow: 0 25px 70px rgba(0,0,0,0.48);
}

.about-hero-content::before {
    content: '';

    position: absolute;
    inset: 0;

    background:
        radial-gradient(
            circle at top right,
            rgba(255,120,170,0.14),
            transparent 36%
        );

    pointer-events: none;
}

.about-badge,
.about-section-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 12px 22px;

    border-radius: 999px;

    background: rgba(255,140,175,0.10);

    border: 1px solid rgba(255,140,175,0.25);

    color: #ff9ebd;

    font-size: 14px;
    font-weight: 700;

    margin-bottom: 24px;
}

.about-hero h1 {
    position: relative;

    margin: 0 0 24px;

    font-size: clamp(46px, 5vw, 76px);

    line-height: 1.04;

    color: #fff;
}

.about-hero h1 span,
.about-story h2 span,
.about-benefits h2 span,
.about-difference h2 span,
.about-gallery-section h2 span,
.about-cta h2 span {
    color: #ff7ea8;
}

.about-hero p {
    position: relative;

    max-width: 720px;

    margin: 0 0 34px;

    color: rgba(255,255,255,0.72);

    font-size: 18px;

    line-height: 1.8;
}

.about-main-btn,
.about-whatsapp-btn,
.about-outline-btn {
    position: relative;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    min-height: 54px;

    padding: 0 26px;

    border-radius: 999px;

    text-decoration: none;

    font-size: 15px;
    font-weight: 800;

    transition: 0.3s;
}

.about-main-btn,
.about-whatsapp-btn {
    color: #fff;

    background:
        linear-gradient(
            135deg,
            #ff7ea8,
            #ff5f93
        );

    box-shadow:
        0 14px 35px rgba(255,120,170,0.28);
}

.about-main-btn:hover,
.about-whatsapp-btn:hover {
    transform: translateY(-3px);

    box-shadow:
        0 20px 50px rgba(255,120,170,0.38);
}

.about-outline-btn {
    color: #fff;

    background: rgba(255,255,255,0.05);

    border: 1px solid rgba(255,255,255,0.12);
}

.about-outline-btn:hover {
    transform: translateY(-3px);

    border-color: rgba(255,140,175,0.35);

    background: rgba(255,140,175,0.10);
}

.about-hero-image {
    overflow: hidden;

    border-radius: 34px;

    background: rgba(255,255,255,0.03);

    border: 1px solid rgba(255,255,255,0.06);

    box-shadow: 0 25px 70px rgba(0,0,0,0.48);
}

.about-hero-image img {
    width: 100%;
    height: auto;

    display: block;

    object-fit: cover;

    border-radius: 34px;
}

.about-hero-image:hover img {
    transform: scale(1.05);
}

/* =========================================
   STORY
========================================= */

.about-story {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 40px;

    align-items: stretch;

    margin-bottom: 90px;
}

.about-story-image {
    position: relative;

    overflow: hidden;

    min-height: 520px;

    border-radius: 32px;

    border: 1px solid rgba(255,255,255,0.06);

    background:
        linear-gradient(
            145deg,
            rgba(18,10,16,0.94),
            rgba(10,6,10,0.98)
        );

    box-shadow: 0 25px 70px rgba(0,0,0,0.45);
}

.about-story-image img {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;

    object-position: 28% center;

    display: block;

    transition: transform 0.5s ease;
}

.about-story-image:hover img {
    transform: scale(1.04);
}

.about-story-content {
    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 48px;

    border-radius: 32px;

    background:
        linear-gradient(
            145deg,
            rgba(18,10,16,0.94),
            rgba(10,6,10,0.98)
        );

    border: 1px solid rgba(255,255,255,0.06);

    box-shadow: 0 22px 60px rgba(0,0,0,0.42);
}

.about-story h2,
.about-section-center h2,
.about-cta h2 {
    margin: 0 0 24px;

    color: #fff;

    font-size: clamp(34px, 4vw, 54px);

    line-height: 1.1;
}

.about-story p {
    margin: 0 0 18px;

    color: rgba(255,255,255,0.72);

    line-height: 1.8;

    font-size: 16px;
}

.about-signature {
    margin-top: 28px;

    color: #fff;

    font-size: 30px;

    font-weight: 800;

    font-family: Georgia, serif;
}

.about-signature span {
    color: #ff7ea8;
}

/* =========================================
   SECTION CENTER
========================================= */

.about-section-center {
    text-align: center;

    margin-bottom: 36px;
}

.about-section-center .about-section-label {
    margin-left: auto;
    margin-right: auto;
}

/* =========================================
   BENEFITS
========================================= */

.about-benefits {
    margin-bottom: 90px;
}

.about-benefits-grid {
    display: grid;

    grid-template-columns: repeat(5, 1fr);

    gap: 22px;
}

.about-benefit-card,
.about-difference-card,
.about-stat {
    position: relative;

    overflow: hidden;

    padding: 28px;

    border-radius: 28px;

    background:
        linear-gradient(
            145deg,
            rgba(17,10,15,0.95),
            rgba(8,5,9,0.98)
        );

    border: 1px solid rgba(255,255,255,0.06);

    transition: 0.35s;
}

.about-benefit-card::before,
.about-difference-card::before,
.about-stat::before {
    content: '';

    position: absolute;
    inset: 0;

    background:
        radial-gradient(
            circle at top right,
            rgba(255,120,170,0.10),
            transparent 42%
        );

    opacity: 0;

    transition: 0.35s;
}

.about-benefit-card:hover,
.about-difference-card:hover,
.about-stat:hover {
    transform: translateY(-6px);

    border-color: rgba(255,140,175,0.24);

    box-shadow: 0 20px 50px rgba(0,0,0,0.45);
}

.about-benefit-card:hover::before,
.about-difference-card:hover::before,
.about-stat:hover::before {
    opacity: 1;
}

.about-benefit-card i,
.about-difference-card i,
.about-stat i {
    position: relative;

    width: 60px;
    height: 60px;

    border-radius: 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 22px;

    color: #fff;

    font-size: 23px;

    background:
        linear-gradient(
            135deg,
            #ff7ea8,
            #ff5f93
        );

    box-shadow: 0 10px 30px rgba(255,120,170,0.25);
}

.about-benefit-card h3,
.about-difference-card h3 {
    position: relative;

    margin: 0 0 14px;

    color: #fff;

    font-size: 21px;
}

.about-benefit-card p,
.about-difference-card p {
    position: relative;

    margin: 0;

    color: rgba(255,255,255,0.70);

    line-height: 1.7;

    font-size: 15px;
}

/* =========================================
   DIFFERENCE
========================================= */

.about-difference {
    margin-bottom: 90px;
}

.about-difference-grid {
    display: grid;

    grid-template-columns: repeat(5, 1fr);

    gap: 22px;
}

/* =========================================
   GALLERY
========================================= */

.about-gallery-section {
    margin-bottom: 90px;
}

.about-gallery {
    display: grid;

    grid-template-columns: 1.2fr 0.8fr 0.8fr;

    grid-auto-rows: 260px;

    gap: 22px;
}

.about-gallery img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    display: block;

    border-radius: 28px;

    border: 1px solid rgba(255,255,255,0.06);

    box-shadow: 0 20px 55px rgba(0,0,0,0.40);

    transition: 0.35s;
}

.about-gallery img:hover {
    transform: translateY(-5px) scale(1.02);

    border-color: rgba(255,140,175,0.26);
}

.about-gallery img:first-child {
    grid-row: span 2;
}

/* =========================================
   STATS
========================================= */

.about-stats {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 22px;

    margin-bottom: 90px;
}

.about-stat {
    text-align: center;
}

.about-stat i {
    margin-left: auto;
    margin-right: auto;
}

.about-stat strong {
    position: relative;

    display: block;

    color: #fff;

    font-size: 34px;

    line-height: 1.1;

    margin-bottom: 8px;
}

.about-stat span {
    position: relative;

    color: rgba(255,255,255,0.68);

    font-size: 14px;
}

/* =========================================
   CTA
========================================= */

.about-cta {
    display: grid;

    grid-template-columns: 1.15fr 0.85fr;

    gap: 36px;

    align-items: stretch;

    overflow: hidden;

    border-radius: 36px;

    padding: 42px;

    background:
        linear-gradient(
            145deg,
            rgba(18,10,16,0.96),
            rgba(10,6,10,0.98)
        );

    border: 1px solid rgba(255,255,255,0.06);

    box-shadow: 0 25px 70px rgba(0,0,0,0.48);
}

.about-cta-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-cta p {
    max-width: 760px;

    margin: 0 0 30px;

    color: rgba(255,255,255,0.72);

    font-size: 17px;

    line-height: 1.8;
}

.about-cta-actions {
    display: flex;

    gap: 16px;

    flex-wrap: wrap;
}

.about-cta-image {
    overflow: hidden;

    border-radius: 28px;

    border: 1px solid rgba(255,255,255,0.06);
}

.about-cta-image img {
    width: 100%;
    height: 100%;

    min-height: 340px;

    object-fit: cover;

    display: block;

    transition: 0.45s;
}

.about-cta-image:hover img {
    transform: scale(1.05);
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 1200px) {

    .about-benefits-grid,
    .about-difference-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-stats {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1000px) {

    .about-hero,
    .about-story,
    .about-cta {
        grid-template-columns: 1fr;
    }

    .about-hero-image img,
    .about-story-image img {
        min-height: 420px;
    }

    .about-gallery {
        grid-template-columns: 1fr 1fr;
    }

    .about-gallery img:first-child {
        grid-row: span 1;
        grid-column: span 2;
    }
}

@media (max-width: 768px) {

    .about-page {
        width: calc(100% - 24px);

        margin: 30px auto 70px;
    }

    .about-hero-content,
    .about-story-content,
    .about-cta {
        padding: 28px;

        border-radius: 26px;
    }

    .about-hero h1 {
        font-size: 42px;
    }

    .about-story h2,
    .about-section-center h2,
    .about-cta h2 {
        font-size: 34px;
    }

    .about-benefits-grid,
    .about-difference-grid,
    .about-stats,
    .about-gallery {
        grid-template-columns: 1fr;
    }

    .about-gallery img:first-child {
        grid-column: span 1;
    }

    .about-cta-actions {
        flex-direction: column;
    }

    .about-main-btn,
    .about-whatsapp-btn,
    .about-outline-btn {
        width: 100%;
    }
}