/* =====================================================
   Finozone About Us Page
===================================================== */

/* =====================================================
   About Hero
===================================================== */
.fz-about-hero {
    position: relative;
    padding: 100px 0 90px;
    overflow: hidden;
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        #fff8f6 55%,
        #fff1ed 100%
    );
}

.fz-about-hero::before {
    content: "";
    position: absolute;
    top: -200px;
    right: -160px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: rgba(255, 51, 0, 0.045);
    pointer-events: none;
}

.fz-about-hero::after {
    content: "";
    position: absolute;
    bottom: -200px;
    left: -180px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(255, 51, 0, 0.03);
    pointer-events: none;
}

.fz-about-hero .container {
    position: relative;
    z-index: 2;
}

.fz-about-hero-content {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}

.fz-about-label,
.fz-about-section-label {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--bg-first);
    font-family: var(--primary-font);
    font-size: var(--font-sm);
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.08rem;
}

.fz-about-hero h1 {
    margin: 0 0 22px;
    color: #171717;
    font-family: var(--third-font);
    font-size: var(--font-hero-title);
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: 0.03em;
}

.fz-about-hero h1 span {
    color: var(--bg-first);
}

.fz-about-hero-content > p {
    max-width: 760px;
    margin: 0 auto 30px;
    color: #5f5f5f;
    font-family: var(--primary-font);
    font-size: var(--font-md);
    line-height: 1.8;
}

/* =====================================================
   Hero Meta
===================================================== */
.fz-about-hero-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

.fz-about-hero-meta > div {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 15px;
    border: 1px solid rgba(255, 51, 0, 0.12);
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.75);
    color: #555555;
    font-size: 15px;
    font-weight: 500;
}

.fz-about-hero-meta i {
    color: var(--bg-first);
    font-size: 18px;
}

/* =====================================================
   Who We Are
===================================================== */
.fz-about-story {
    position: relative;
    padding: 90px 0;
    background: #ffffff;
}

.fz-about-story-content {
    max-width: 600px;
}

.fz-about-story-content h2,
.fz-about-services-content h2,
.fz-about-team-content h2 {
    margin: 0 0 20px;
    color: #171717;
    font-family: var(--third-font);
    font-size: var(--font-section-title);
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: 0.025em;
}

.fz-about-story-content h2 span,
.fz-about-services-content h2 span,
.fz-about-team-content h2 span {
    color: var(--bg-first);
}

.fz-about-story-content > p,
.fz-about-services-content > p,
.fz-about-team-content > p {
    margin: 0 0 17px;
    color: #626262;
    font-family: var(--primary-font);
    font-size: var(--font-base);
    line-height: 1.85;
}

/* =====================================================
   Story Highlight
===================================================== */
.fz-about-story-highlight {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    margin-top: 25px;
    padding: 18px 20px;
    border-left: 3px solid var(--bg-first);
    border-radius: 0 10px 10px 0;
    background: #fff8f6;
}

.fz-about-story-highlight > i {
    flex-shrink: 0;
    margin-top: 2px;
    color: var(--bg-first);
    font-size: 24px;
}

.fz-about-story-highlight p {
    margin: 0;
    color: #555555;
    font-size: var(--font-base);
    line-height: 1.7;
}

/* =====================================================
   Story Visual
===================================================== */
.fz-about-visual {
    position: relative;
    max-width: 560px;
    margin-left: auto;
    padding: 0 0 45px 45px;
}

.fz-about-visual-main {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    background: #eeeeee;
}

.fz-about-visual-main img {
    display: block;
    width: 100%;
    height: 470px;
    object-fit: cover;
}

.fz-about-visual-small {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 190px;
    height: 180px;
    padding: 7px;
    border-radius: 15px;
    background: #ffffff;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

.fz-about-visual-small img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}

/* =====================================================
   Team Badge
===================================================== */
.fz-about-visual-badge {
    position: absolute;
    right: -15px;
    bottom: 30px;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 14px 17px;
    border: 1px solid #eeeeee;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.09);
}

.fz-about-visual-badge-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    flex-shrink: 0;
    border-radius: 10px;
    background: var(--bg-third);
    color: var(--bg-first);
}

.fz-about-visual-badge-icon i {
    font-size: 22px;
}

.fz-about-visual-badge span {
    display: block;
    margin-bottom: 2px;
    color: #999999;
    font-size: 15px;
    font-weight: 500;
}

.fz-about-visual-badge strong {
    display: block;
    color: #222222;
    font-size: var(--font-base);
    font-weight: 600;
}

/* =====================================================
   Common Section Heading
===================================================== */
.fz-about-section-heading {
    max-width: 760px;
    margin: 0 auto 50px;
}

.fz-about-section-heading h2 {
    margin: 0 0 14px;
    color: #171717;
    font-family: var(--third-font);
    font-size: var(--font-section-title);
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: 0.025em;
}

.fz-about-section-heading h2 span {
    color: var(--bg-first);
}

.fz-about-section-heading > p {
    max-width: 680px;
    margin: 0 auto;
    color: #666666;
    font-size: var(--font-base);
    line-height: 1.8;
}

/* =====================================================
   Our Approach
===================================================== */
.fz-about-approach {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
    background: #fff8f6;
}

.fz-about-approach-card {
    position: relative;
    height: 100%;
    min-height: 300px;
    padding: 30px;
    overflow: hidden;
    border: 1px solid rgba(255, 51, 0, 0.08);
    border-radius: 15px;
    background: #ffffff;
    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.fz-about-approach-card:hover {
    border-color: rgba(255, 51, 0, 0.2);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
    transform: translateY(-5px);
}

.fz-about-card-number {
    position: absolute;
    top: 20px;
    right: 23px;
    color: rgba(255, 51, 0, 0.12);
    font-family: var(--third-font);
    font-size: 40px;
    line-height: 1;
}

.fz-about-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin-bottom: 24px;
    border-radius: 13px;
    background: var(--bg-third);
    color: var(--bg-first);
    transition: all 0.3s ease;
}

.fz-about-card-icon i {
    font-size: 27px;
}

.fz-about-approach-card:hover .fz-about-card-icon {
    background: var(--bg-first);
    color: #ffffff;
    transform: translateY(-2px);
}

.fz-about-approach-card h3 {
    margin: 0 0 12px;
    color: #222222;
    font-size: var(--font-lg);
    font-weight: 600;
    line-height: 1.4;
}

.fz-about-approach-card p {
    margin: 0;
    color: #666666;
    font-size: var(--font-base);
    line-height: 1.8;
}

/* =====================================================
   What We Do
===================================================== */
.fz-about-services {
    padding: 90px 0;
    background: #ffffff;
}

.fz-about-services-content {
    max-width: 500px;
}

.fz-about-outline-btn,
.fz-about-primary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    margin-top: 10px;
    padding: 10px 22px;
    border-radius: 8px;
    font-size: var(--font-base);
    font-weight: 500;
    text-decoration: none;
    transition: all 0.25s ease;
}

.fz-about-outline-btn {
    border: 1px solid var(--bg-first);
    background: transparent;
    color: var(--bg-first);
}

.fz-about-outline-btn:hover {
    background: var(--bg-first);
    color: #ffffff;
    transform: translateY(-2px);
}

.fz-about-primary-btn {
    border: 1px solid var(--bg-first);
    background: var(--bg-first);
    color: #ffffff;
}

.fz-about-primary-btn:hover {
    border-color: #d92b00;
    background: #d92b00;
    color: #ffffff;
    transform: translateY(-2px);
}

.fz-about-outline-btn i,
.fz-about-primary-btn i {
    font-size: 19px;
}

/* =====================================================
   Services Grid
===================================================== */
.fz-about-services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.fz-about-service-item {
    min-height: 235px;
    padding: 25px;
    border: 1px solid #eeeeee;
    border-radius: 14px;
    background: #ffffff;
    transition: all 0.3s ease;
}

.fz-about-service-item:hover {
    border-color: rgba(255, 51, 0, 0.18);
    background: #fffaf8;
    transform: translateY(-3px);
}

.fz-about-service-item > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    border-radius: 11px;
    background: var(--bg-third);
    color: var(--bg-first);
}

.fz-about-service-item > div i {
    font-size: 24px;
}

.fz-about-service-item h3 {
    margin: 0 0 9px;
    color: #222222;
    font-size: var(--font-md);
    font-weight: 600;
    line-height: 1.4;
}

.fz-about-service-item p {
    margin: 0;
    color: #707070;
    font-size: 15px;
    line-height: 1.75;
}

/* =====================================================
   Investor Awareness
===================================================== */
.fz-about-awareness {
    padding: 90px 0;
    background: #fff8f6;
}

.fz-about-awareness-wrap {
    position: relative;
    padding: 55px;
    overflow: hidden;
    border-radius: 22px;
    background: #171717;
}

.fz-about-awareness-wrap::before {
    content: "";
    position: absolute;
    top: -180px;
    right: -150px;
    width: 400px;
    height: 400px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 50%;
}

.fz-about-awareness-wrap > .row {
    position: relative;
    z-index: 2;
}

.fz-about-awareness-content {
    max-width: 550px;
}

.fz-about-dark-label {
    display: inline-block;
    margin-bottom: 14px;
    color: #ff8a6d;
    font-size: var(--font-sm);
    font-weight: 600;
    letter-spacing: 0.08rem;
}

.fz-about-awareness-content h2 {
    margin: 0 0 20px;
    color: #ffffff;
    font-family: var(--third-font);
    font-size: var(--font-section-title);
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: 0.025em;
}

.fz-about-awareness-content h2 span {
    color: var(--bg-first);
}

.fz-about-awareness-content > p {
    margin: 0 0 25px;
    color: #c4c4c4;
    font-size: var(--font-base);
    line-height: 1.8;
}

/* =====================================================
   Awareness Points
===================================================== */
.fz-about-awareness-points {
    display: flex;
    flex-direction: column;
    gap: 11px;
    margin-bottom: 28px;
}

.fz-about-awareness-points > div {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #dddddd;
    font-size: 15px;
}

.fz-about-awareness-points i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    border-radius: 50%;
    background: rgba(255, 51, 0, 0.16);
    color: #ff7957;
    font-size: 15px;
}

/* =====================================================
   Awareness Button
===================================================== */
.fz-about-light-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 10px 22px;
    border: 1px solid #ffffff;
    border-radius: 8px;
    background: #ffffff;
    color: #222222;
    font-size: var(--font-base);
    font-weight: 500;
    text-decoration: none;
    transition: all 0.25s ease;
}

.fz-about-light-btn:hover {
    border-color: var(--bg-first);
    background: var(--bg-first);
    color: #ffffff;
    transform: translateY(-2px);
}

/* =====================================================
   Awareness Image
===================================================== */
.fz-about-awareness-image {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.fz-about-awareness-image > img {
    display: block;
    width: 100%;
    height: 420px;
    object-fit: cover;
}

.fz-about-awareness-tag {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(8px);
}

.fz-about-awareness-tag > i {
    color: var(--bg-first);
    font-size: 26px;
}

.fz-about-awareness-tag span {
    display: block;
    margin-bottom: 2px;
    color: #888888;
    font-size: 15px;
    font-weight: 500;
}

.fz-about-awareness-tag strong {
    display: block;
    color: #222222;
    font-size: var(--font-base);
    font-weight: 600;
}

/* =====================================================
   Values
===================================================== */
.fz-about-values {
    padding: 90px 0;
    background: #ffffff;
}

.fz-about-value-card {
    height: 100%;
    min-height: 245px;
    padding: 28px 25px;
    border: 1px solid #eeeeee;
    border-radius: 14px;
    background: #ffffff;
    transition: all 0.3s ease;
}

.fz-about-value-card:hover {
    border-color: rgba(255, 51, 0, 0.2);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.05);
    transform: translateY(-4px);
}

.fz-about-value-card > i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 20px;
    border-radius: 12px;
    background: var(--bg-third);
    color: var(--bg-first);
    font-size: 25px;
}

.fz-about-value-card h3 {
    margin: 0 0 10px;
    color: #222222;
    font-size: var(--font-md);
    font-weight: 600;
}

.fz-about-value-card p {
    margin: 0;
    color: #707070;
    font-size: 15px;
    line-height: 1.75;
}

/* =====================================================
   Team
===================================================== */
.fz-about-team {
    padding: 90px 0;
    background: #fff8f6;
}

.fz-about-team-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 180px);
    gap: 12px;
}

.fz-about-team-photo {
    overflow: hidden;
    border-radius: 14px;
    background: #eeeeee;
}

.fz-about-team-photo-large {
    grid-row: span 2;
}

.fz-about-team-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.fz-about-team-photo:hover img {
    transform: scale(1.035);
}

.fz-about-team-content {
    max-width: 560px;
    margin-left: auto;
}

/* =====================================================
   Registration
===================================================== */
.fz-about-registration {
    padding: 80px 0;
    background: #ffffff;
}

.fz-about-registration-wrap {
    padding: 35px 40px;
    border: 1px solid #eadbd6;
    border-radius: 18px;
    background: #fff8f6;
}

.fz-about-registration-heading {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.fz-about-registration-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    flex-shrink: 0;
    border-radius: 13px;
    background: var(--bg-first);
    color: #ffffff;
}

.fz-about-registration-icon i {
    font-size: 28px;
}

.fz-about-registration-heading span {
    display: block;
    margin-bottom: 3px;
    color: var(--bg-first);
    font-size: var(--font-sm);
    font-weight: 600;
    letter-spacing: 0.07rem;
}

.fz-about-registration-heading h2 {
    margin: 0;
    color: #222222;
    font-size: var(--font-xl);
    font-weight: 600;
    line-height: 1.4;
}

/* =====================================================
   Registration Details
===================================================== */
.fz-about-registration-details {
    display: grid;
    grid-template-columns: 1fr 2fr 1.2fr;
    border-top: 1px solid #eadbd6;
    border-bottom: 1px solid #eadbd6;
}

.fz-about-registration-details > div {
    padding: 22px;
    border-right: 1px solid #eadbd6;
}

.fz-about-registration-details > div:last-child {
    border-right: 0;
}

.fz-about-registration-details span {
    display: block;
    margin-bottom: 5px;
    color: #888888;
    font-size: 15px;
    font-weight: 500;
}

.fz-about-registration-details strong {
    display: block;
    color: #222222;
    font-size: var(--font-base);
    font-weight: 600;
    line-height: 1.6;
}

/* =====================================================
   Registration Disclaimer
===================================================== */
.fz-about-registration-footer {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    padding-top: 20px;
}

.fz-about-registration-footer i {
    flex-shrink: 0;
    margin-top: 3px;
    color: var(--bg-first);
    font-size: 18px;
}

.fz-about-registration-footer p {
    margin: 0;
    color: #666666;
    font-size: 15px;
    line-height: 1.75;
}

/* =====================================================
   Bottom CTA
===================================================== */
.fz-about-cta {
    padding: 0 0 90px;
    background: #ffffff;
}

.fz-about-cta-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 42px 45px;
    border-radius: 18px;
    background: #171717;
}

.fz-about-cta-wrap > div:first-child {
    max-width: 650px;
}

.fz-about-cta-wrap span {
    display: block;
    margin-bottom: 8px;
    color: #ff8a6d;
    font-size: var(--font-sm);
    font-weight: 600;
    letter-spacing: 0.07rem;
}

.fz-about-cta-wrap h2 {
    margin: 0 0 8px;
    color: #ffffff;
    font-family: var(--third-font);
    font-size: clamp(32px, 3vw, 42px);
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: 0.025em;
}

.fz-about-cta-wrap p {
    margin: 0;
    color: #bcbcbc;
    font-size: var(--font-base);
    line-height: 1.7;
}

/* =====================================================
   CTA Buttons
===================================================== */
.fz-about-cta-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.fz-about-cta-primary,
.fz-about-cta-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 48px;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: var(--font-base);
    font-weight: 500;
    text-decoration: none;
    transition: all 0.25s ease;
}

.fz-about-cta-primary {
    border: 1px solid var(--bg-first);
    background: var(--bg-first);
    color: #ffffff;
}

.fz-about-cta-primary:hover {
    border-color: #d92b00;
    background: #d92b00;
    color: #ffffff;
    transform: translateY(-2px);
}

.fz-about-cta-secondary {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent;
    color: #ffffff;
}

.fz-about-cta-secondary:hover {
    border-color: #ffffff;
    background: #ffffff;
    color: #222222;
    transform: translateY(-2px);
}

/* =====================================================
   Tablet
===================================================== */
@media (max-width: 991.98px) {
    .fz-about-hero {
        padding: 80px 0 70px;
    }

    .fz-about-story,
    .fz-about-approach,
    .fz-about-services,
    .fz-about-awareness,
    .fz-about-values,
    .fz-about-team {
        padding: 70px 0;
    }

    .fz-about-visual {
        max-width: 600px;
        margin: 20px auto 0;
    }

    .fz-about-services-content {
        max-width: 700px;
    }

    .fz-about-awareness-wrap {
        padding: 45px;
    }

    .fz-about-team-content {
        max-width: 700px;
        margin-left: 0;
    }

    .fz-about-registration-details {
        grid-template-columns: 1fr;
    }

    .fz-about-registration-details > div {
        border-right: 0;
        border-bottom: 1px solid #eadbd6;
    }

    .fz-about-registration-details > div:last-child {
        border-bottom: 0;
    }

    .fz-about-cta-wrap {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* =====================================================
   Mobile
===================================================== */
@media (max-width: 767.98px) {
    .fz-about-hero {
        padding: 65px 0 60px;
    }

    .fz-about-hero-content > p {
        font-size: var(--font-base);
    }

    .fz-about-hero-meta {
        gap: 8px;
    }

    .fz-about-hero-meta > div {
        font-size: 15px;
    }

    .fz-about-story,
    .fz-about-approach,
    .fz-about-services,
    .fz-about-awareness,
    .fz-about-values,
    .fz-about-team {
        padding: 60px 0;
    }

    .fz-about-section-heading {
        margin-bottom: 35px;
    }

    .fz-about-visual {
        padding: 0 0 35px 25px;
    }

    .fz-about-visual-main img {
        height: 390px;
    }

    .fz-about-visual-small {
        width: 150px;
        height: 145px;
    }

    .fz-about-visual-badge {
        right: 0;
    }

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

    .fz-about-service-item {
        min-height: auto;
    }

    .fz-about-awareness-wrap {
        padding: 35px 28px;
        border-radius: 18px;
    }

    .fz-about-awareness-image > img {
        height: 350px;
    }

    .fz-about-team-gallery {
        grid-template-rows: repeat(2, 150px);
    }

    .fz-about-registration {
        padding: 60px 0;
    }

    .fz-about-registration-wrap {
        padding: 28px;
    }

    .fz-about-cta {
        padding-bottom: 60px;
    }

    .fz-about-cta-wrap {
        padding: 35px 30px;
    }

    .fz-about-cta-actions {
        width: 100%;
        flex-wrap: wrap;
    }
}

/* =====================================================
   Small Mobile
===================================================== */
@media (max-width: 575.98px) {
    .fz-about-hero {
        padding: 55px 0 50px;
    }

    .fz-about-hero-meta {
        flex-direction: column;
        align-items: center;
    }

    .fz-about-story,
    .fz-about-approach,
    .fz-about-services,
    .fz-about-awareness,
    .fz-about-values,
    .fz-about-team {
        padding: 50px 0;
    }

    .fz-about-story-highlight {
        padding: 16px;
    }

    .fz-about-visual {
        padding: 0;
    }

    .fz-about-visual-main img {
        height: 340px;
    }

    .fz-about-visual-small {
        display: none;
    }

    .fz-about-visual-badge {
        right: 12px;
        bottom: 12px;
    }

    .fz-about-approach-card {
        min-height: auto;
        padding: 25px;
    }

    .fz-about-awareness-wrap {
        padding: 30px 20px;
    }

    .fz-about-awareness-image > img {
        height: 300px;
    }

    .fz-about-awareness-tag {
        left: 12px;
        right: 12px;
        bottom: 12px;
    }

    .fz-about-value-card {
        min-height: auto;
        padding: 24px;
    }

    .fz-about-team-gallery {
        grid-template-columns: 1fr;
        grid-template-rows: none;
    }

    .fz-about-team-photo,
    .fz-about-team-photo-large {
        height: 250px;
        grid-row: auto;
    }

    .fz-about-registration {
        padding: 50px 0;
    }

    .fz-about-registration-wrap {
        padding: 22px 20px;
    }

    .fz-about-registration-heading {
        align-items: flex-start;
    }

    .fz-about-registration-heading h2 {
        font-size: var(--font-lg);
    }

    .fz-about-registration-details > div {
        padding: 18px 0;
    }

    .fz-about-cta {
        padding-bottom: 50px;
    }

    .fz-about-cta-wrap {
        padding: 30px 22px;
    }

    .fz-about-cta-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .fz-about-cta-primary,
    .fz-about-cta-secondary {
        width: 100%;
    }
}