.rw-fw-section,
.rw-fw-section * {
    box-sizing: border-box;
}

.rw-fw-section {
    --rw-fw-texture: rgba(255, 150, 0, .05);
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 56px 29px;
    background: #FFFDF9;
    color: #000000;
    font-family: inherit;
}

.rw-fw-section.rw-fw-has-texture::before {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 20% 35%, var(--rw-fw-texture) 1.5%, transparent 2%);
    background-size: 32px 32px;
    content: '';
    pointer-events: none;
}

.rw-fw-container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1300px;
    margin-inline: auto;
}

.rw-fw-header {
    margin-bottom: 48px;
    text-align: center;
}

.rw-fw-heading {
    margin: 0 0 8px;
    color: #000000;
    font-family: inherit;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.01em;
}

.rw-fw-subheading {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding-top: 13px;
    border-top: 1px solid #FF9600;
    color: #000000;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.rw-fw-subheading-star {
    color: #FF9600;
}

.rw-fw-columns {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 2.2fr) minmax(0, 1fr);
    gap: 29px;
    align-items: center;
}
.rw-fw-columns--1 { grid-template-columns:minmax(0,1fr)!important; max-width:820px; margin-inline:auto; }
.rw-fw-columns--2 { grid-template-columns:repeat(2,minmax(0,1fr))!important; }

.rw-fw-founder {
    position: relative;
    overflow: hidden;
    min-width: 0;
    padding: 13px 8px;
    border-radius: 32px;
    background: #FFFFFF;
    text-align: center;
    transition: transform .25s ease;
}
.rw-fw-founder::before,
.rw-fw-message-card::before { position:absolute; top:0; left:0; width:100%; height:3px; background:#FF9600; content:''; opacity:0; transition:opacity .25s ease; }
.rw-fw-founder:hover::before,
.rw-fw-message-card:hover::before { opacity:1; }
.rw-fw-section:not(.rw-fw-section--has-accent) .rw-fw-founder::before,
.rw-fw-section:not(.rw-fw-section--has-accent) .rw-fw-message-card::before { display:none; }
.rw-fw-message-card { position:relative; overflow:hidden; }

.rw-fw-section.rw-fw-section--global-design { background:var(--rwds-section-bg,#FFFDF9)!important; color:var(--rwds-text,#000)!important; font-family:var(--rwds-body-font,inherit)!important; }
.rw-fw-section.rw-fw-section--global-design .rw-fw-heading,
.rw-fw-section.rw-fw-section--global-design .rw-fw-name { color:var(--rwds-heading,#000)!important; font-family:var(--rwds-heading-font,inherit)!important; }
.rw-fw-section.rw-fw-section--global-design .rw-fw-subheading,
.rw-fw-section.rw-fw-section--global-design .rw-fw-message { color:var(--rwds-text,#000)!important; font-family:var(--rwds-body-font,inherit)!important; }
.rw-fw-section.rw-fw-section--global-design .rw-fw-subheading-star { color:var(--rwds-accent,#FF9600)!important; }
.rw-fw-section.rw-fw-section--global-design .rw-fw-subheading { border-color:var(--rwds-accent,#FF9600)!important; }
.rw-fw-section.rw-fw-section--global-design .rw-fw-founder,
.rw-fw-section.rw-fw-section--global-design .rw-fw-message-card { background:var(--rwds-card-bg,#FFF)!important; }
.rw-fw-section.rw-fw-section--global-design .rw-fw-title { background:var(--rwds-accent-light,#FFF1DB)!important; color:var(--rwds-text,#000)!important; }
.rw-fw-section.rw-fw-section--global-design .rw-fw-founder::before,
.rw-fw-section.rw-fw-section--global-design .rw-fw-message-card::before { background:var(--rwds-accent,#FF9600)!important; }

.rw-fw-founder:hover {
    transform: translateY(-6px);
}

.rw-fw-image {
    width: 100%;
    max-width: 220px;
    aspect-ratio: 1 / 1;
    margin-inline: auto;
    overflow: hidden;
    border: 2px solid rgba(255, 150, 0, .45);
    border-radius: 32px;
    background: #FFFDF9;
    box-shadow: 0 20px 28px -12px rgba(0, 0, 0, .12), 0 4px 12px rgba(0, 0, 0, .05);
}

.rw-fw-image img,
.rw-fw-placeholder {
    display: block;
    width: 100%;
    height: 100%;
}

.rw-fw-image img {
    object-fit: cover;
    transition: transform .35s ease;
}

.rw-fw-founder:hover .rw-fw-image img {
    transform: scale(1.025);
}

.rw-fw-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF1DB;
    color: #FF9600;
    font-size: 54px;
}

.rw-fw-name {
    margin-top: 16px;
    color: #000000;
    font-family: inherit;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.3;
}

.rw-fw-title {
    display: inline-block;
    margin-top: 5px;
    padding: 4px 16px;
    border-radius: 40px;
    background: #FFF1DB;
    color: #000000;
    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
}

.rw-fw-message-card {
    min-width: 0;
    padding: 32px;
    border: 1px solid rgba(255, 150, 0, .35);
    border-radius: 48px;
    background: #FFFFFF;
    box-shadow: 0 28px 38px -18px rgba(0, 0, 0, .15);
}

.rw-fw-message {
    color: #000000;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
}

.rw-fw-message p {
    margin-top: 0;
    margin-bottom: 16px;
}

.rw-fw-message p:last-child {
    margin-bottom: 0;
}

.rw-fw-reveal-init {
    opacity: 0;
    transform: translateY(16px);
}

.rw-fw-reveal-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 950px) {
    .rw-fw-columns {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 32px;
    }

    .rw-fw-founder {
        width: 100%;
        max-width: 300px;
        margin-inline: auto;
    }

    .rw-fw-heading {
        font-size: 35px;
    }
}

@media (max-width: 550px) {
    .rw-fw-section {
        padding: 32px 19px;
    }

    .rw-fw-message-card {
        padding: 24px;
        border-radius: 32px;
    }

    .rw-fw-message {
        font-size: 15px;
    }

    .rw-fw-image {
        max-width: 180px;
    }

    .rw-fw-heading {
        font-size: 29px;
    }

    .rw-fw-subheading {
        gap: 6px;
        letter-spacing: 2px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .rw-fw-founder,
    .rw-fw-image img,
    .rw-fw-reveal-init,
    .rw-fw-reveal-visible {
        transition: none !important;
        transform: none !important;
    }
}
