﻿/* ==========================================================
   Fast Flyer AI — Landing V2 Premium
   File: wwwroot/css/landing-v2.css
   ========================================================== */

:root {
    --ff-bg: #050713;
    --ff-bg-2: #090d1f;
    --ff-bg-3: #10162d;
    --ff-card: rgba(255, 255, 255, 0.075);
    --ff-card-strong: rgba(255, 255, 255, 0.12);
    --ff-border: rgba(255, 255, 255, 0.12);
    --ff-border-strong: rgba(255, 255, 255, 0.22);
    --ff-text: #ffffff;
    --ff-muted: rgba(255, 255, 255, 0.72);
    --ff-soft: rgba(255, 255, 255, 0.56);
    --ff-gold: #ffcc33;
    --ff-gold-2: #ffb800;
    --ff-blue: #61d7ff;
    --ff-purple: #9b7cff;
    --ff-green: #42e6a4;
    --ff-red: #ff5c7a;
    --ff-radius: 28px;
    --ff-radius-sm: 18px;
    --ff-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
    --ff-shadow-soft: 0 18px 60px rgba(0, 0, 0, 0.28);
}

/* Page reset / containment */

.ffv2-page {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 15% 10%, rgba(255, 204, 51, 0.14), transparent 34rem), radial-gradient(circle at 88% 6%, rgba(97, 215, 255, 0.16), transparent 34rem), radial-gradient(circle at 50% 45%, rgba(155, 124, 255, 0.11), transparent 42rem), linear-gradient(180deg, var(--ff-bg), #060816 42%, #070b18 100%);
    color: var(--ff-text);
}

    .ffv2-page a {
        text-decoration: none;
    }

    .ffv2-page img,
    .ffv2-page video {
        max-width: 100%;
    }

/* Hero */

.ffv2-hero {
    position: relative;
    min-height: calc(100vh - 80px);
    padding: 6.5rem 0 4.5rem;
    display: flex;
    align-items: center;
    isolation: isolate;
}

.ffv2-orb {
    position: absolute;
    border-radius: 999px;
    filter: blur(12px);
    opacity: 0.8;
    z-index: -1;
    pointer-events: none;
}

.ffv2-orb-one {
    width: 28rem;
    height: 28rem;
    left: -12rem;
    top: 5rem;
    background: radial-gradient(circle, rgba(255, 204, 51, 0.28), transparent 68%);
}

.ffv2-orb-two {
    width: 30rem;
    height: 30rem;
    right: -10rem;
    top: 3rem;
    background: radial-gradient(circle, rgba(97, 215, 255, 0.22), transparent 68%);
}

.ffv2-eyebrow,
.ffv2-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    width: fit-content;
    padding: 0.55rem 0.85rem;
    border: 1px solid rgba(255, 204, 51, 0.26);
    border-radius: 999px;
    color: #ffe38a;
    background: linear-gradient(180deg, rgba(255, 204, 51, 0.14), rgba(255, 204, 51, 0.045));
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.035) inset;
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.ffv2-hero-title {
    margin: 1.25rem 0 1.15rem;
    font-size: clamp(3rem, 4.4vw, 4.2rem);
    line-height: 0.92;
    letter-spacing: -0.075em;
    font-weight: 850;
    max-width: 780px;
}

.ffv2-hero-subtitle {
    max-width: 650px;
    color: var(--ff-muted);
    font-size: clamp(1.05rem, 1.5vw, 1.28rem);
    line-height: 1.65;
}

.ffv2-hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 2rem;
}

.ffv2-btn-primary,
.ffv2-btn-ghost {
    border-radius: 999px;
    min-height: 3.15rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
    font-weight: 800;
    letter-spacing: -0.01em;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.ffv2-btn-primary {
    border: 0;
    color: #11131f;
    background: linear-gradient(135deg, var(--ff-gold), #fff0a6 44%, var(--ff-gold-2));
    box-shadow: 0 18px 42px rgba(255, 184, 0, 0.28), 0 0 0 1px rgba(255, 255, 255, 0.28) inset;
}

    .ffv2-btn-primary:hover {
        color: #080a12;
        transform: translateY(-2px);
        box-shadow: 0 24px 58px rgba(255, 184, 0, 0.36), 0 0 0 1px rgba(255, 255, 255, 0.32) inset;
    }

.ffv2-btn-ghost {
    color: var(--ff-text);
    border: 1px solid var(--ff-border);
    background: rgba(255, 255, 255, 0.055);
    backdrop-filter: blur(16px);
}

    .ffv2-btn-ghost:hover {
        color: var(--ff-text);
        border-color: rgba(255, 255, 255, 0.28);
        background: rgba(255, 255, 255, 0.095);
        transform: translateY(-2px);
    }

.ffv2-trust-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
    margin-top: 2.25rem;
    max-width: 720px;
}

    .ffv2-trust-row > div {
        padding: 1rem;
        border: 1px solid var(--ff-border);
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.052);
        backdrop-filter: blur(14px);
    }

    .ffv2-trust-row strong,
    .ffv2-trust-row span {
        display: block;
    }

    .ffv2-trust-row strong {
        font-size: 0.98rem;
        line-height: 1.2;
    }

    .ffv2-trust-row span {
        margin-top: 0.25rem;
        color: var(--ff-soft);
        font-size: 0.82rem;
        line-height: 1.35;
    }

/* Hero flyer collage */

.ffv2-hero-gallery {
    position: relative;
    min-height: 640px;
    transform-style: preserve-3d;
}

.ffv2-hero-flyer {
    position: absolute;
    overflow: hidden;
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: var(--ff-shadow);
    backdrop-filter: blur(16px);
    animation: ffv2Float 7s ease-in-out infinite;
}

    .ffv2-hero-flyer img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .ffv2-hero-flyer span {
        position: absolute;
        left: 0.8rem;
        bottom: 0.8rem;
        padding: 0.38rem 0.65rem;
        border-radius: 999px;
        background: rgba(5, 7, 19, 0.78);
        color: #fff;
        border: 1px solid rgba(255, 255, 255, 0.16);
        backdrop-filter: blur(10px);
        font-size: 0.78rem;
        font-weight: 800;
    }

.ffv2-flyer-0 {
    width: 42%;
    height: 58%;
    left: 4%;
    top: 11%;
    z-index: 5;
    transform: rotate(-7deg);
}

.ffv2-flyer-1 {
    width: 39%;
    height: 50%;
    right: 4%;
    top: 3%;
    z-index: 4;
    transform: rotate(7deg);
    animation-delay: -1.6s;
}

.ffv2-flyer-2 {
    width: 42%;
    height: 48%;
    left: 27%;
    bottom: 4%;
    z-index: 6;
    transform: rotate(2deg);
    animation-delay: -2.8s;
}

.ffv2-flyer-3 {
    width: 32%;
    height: 38%;
    right: 0;
    bottom: 17%;
    z-index: 3;
    transform: rotate(12deg);
    opacity: 0.9;
    animation-delay: -4s;
}

.ffv2-flyer-4 {
    width: 30%;
    height: 34%;
    left: 0;
    bottom: 2%;
    z-index: 2;
    transform: rotate(-12deg);
    opacity: 0.88;
    animation-delay: -5s;
}

@keyframes ffv2Float {
    0%, 100% {
        translate: 0 0;
    }

    50% {
        translate: 0 -14px;
    }
}

/* Sections */

.ffv2-section {
    position: relative;
    padding: 6.5rem 0;
}

.ffv2-section-soft {
    background: radial-gradient(circle at 15% 5%, rgba(255, 204, 51, 0.09), transparent 30rem), linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012));
    border-top: 1px solid rgba(255, 255, 255, 0.065);
    border-bottom: 1px solid rgba(255, 255, 255, 0.065);
}

.ffv2-section-head {
    max-width: 880px;
    margin: 0 auto 3rem;
}

.ffv2-section-title {
    margin: 1rem 0 1rem;
    font-size: clamp(2.1rem, 4vw, 4rem);
    line-height: 1;
    letter-spacing: -0.055em;
    font-weight: 900;
}

.ffv2-section-text {
    color: var(--ff-muted);
    font-size: 1.05rem;
    line-height: 1.7;
    max-width: 760px;
}

/* Proof strip */

.ffv2-proof-strip {
    position: relative;
    z-index: 2;
    padding: 1.5rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.035);
    backdrop-filter: blur(18px);
}

.ffv2-proof-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

    .ffv2-proof-grid > div {
        padding: 1.15rem;
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.045);
        border: 1px solid rgba(255, 255, 255, 0.085);
    }

    .ffv2-proof-grid strong,
    .ffv2-proof-grid span {
        display: block;
    }

    .ffv2-proof-grid strong {
        font-size: 1rem;
    }

    .ffv2-proof-grid span {
        margin-top: 0.22rem;
        color: var(--ff-soft);
        font-size: 0.86rem;
    }

/* Video */

.ffv2-video-section {
    padding-top: 6rem;
}

.ffv2-checks {
    display: grid;
    gap: 0.75rem;
    margin-top: 1.8rem;
}

    .ffv2-checks span {
        display: flex;
        align-items: center;
        padding: 0.85rem 1rem;
        border-radius: 16px;
        color: rgba(255, 255, 255, 0.86);
        background: rgba(255, 255, 255, 0.055);
        border: 1px solid rgba(255, 255, 255, 0.09);
    }

.ffv2-video-card {
    position: relative;
    overflow: hidden;
    border-radius: var(--ff-radius);
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: linear-gradient(135deg, rgba(255, 204, 51, 0.12), rgba(97, 215, 255, 0.08)), rgba(255, 255, 255, 0.052);
    box-shadow: var(--ff-shadow);
    padding: 0.75rem;
}

    .ffv2-video-card::before {
        content: "";
        position: absolute;
        inset: -1px;
        border-radius: inherit;
        pointer-events: none;
        background: linear-gradient(135deg, rgba(255, 204, 51, 0.28), transparent 35%, rgba(97, 215, 255, 0.24));
        opacity: 0.6;
        mask: linear-gradient(#000, #000) content-box, linear-gradient(#000, #000);
        -webkit-mask: linear-gradient(#000, #000) content-box, linear-gradient(#000, #000);
        padding: 1px;
        -webkit-mask-composite: xor;
        mask-composite: exclude;
    }

    .ffv2-video-card video {
        display: block;
        width: 100%;
        aspect-ratio: 16 / 9;
        object-fit: cover;
        border-radius: calc(var(--ff-radius) - 10px);
        background: #080b18;
    }

/* Gallery */

.ffv2-gallery {
    columns: 4 230px;
    column-gap: 1rem;
}

.ffv2-gallery-card {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0 0 1rem;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    background: rgba(255, 255, 255, 0.052);
    box-shadow: var(--ff-shadow-soft);
    break-inside: avoid;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

    .ffv2-gallery-card:hover {
        transform: translateY(-6px);
        border-color: rgba(255, 204, 51, 0.32);
        box-shadow: 0 26px 70px rgba(0, 0, 0, 0.42);
    }

    .ffv2-gallery-card img {
        display: block;
        width: 100%;
        min-height: 260px;
        object-fit: cover;
        background: #11172e;
    }

.ffv2-gallery-info {
    position: absolute;
    left: 0.8rem;
    right: 0.8rem;
    bottom: 0.8rem;
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    align-items: center;
    padding: 0.65rem 0.75rem;
    border-radius: 18px;
    background: rgba(5, 7, 19, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.13);
    backdrop-filter: blur(14px);
}

    .ffv2-gallery-info strong {
        color: #fff;
        font-size: 0.88rem;
    }

    .ffv2-gallery-info span {
        color: #ffe38a;
        font-size: 0.78rem;
        font-weight: 800;
        white-space: nowrap;
    }

/* Steps */

.ffv2-step-card {
    height: 100%;
    padding: 1.6rem;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.045));
    border: 1px solid rgba(255, 255, 255, 0.115);
    box-shadow: var(--ff-shadow-soft);
}

    .ffv2-step-card span {
        width: 2.45rem;
        height: 2.45rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 1rem;
        border-radius: 14px;
        color: #11131f;
        background: linear-gradient(135deg, var(--ff-gold), #fff1b0);
        font-weight: 900;
    }

    .ffv2-step-card h3 {
        margin-bottom: 0.55rem;
        font-size: 1.12rem;
        font-weight: 850;
        letter-spacing: -0.02em;
    }

    .ffv2-step-card p {
        margin: 0;
        color: var(--ff-muted);
        line-height: 1.6;
    }

/* Before / after */

.ffv2-before-after {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.ffv2-before,
.ffv2-after {
    position: relative;
    overflow: hidden;
    min-height: 370px;
    padding: 1.7rem;
    border-radius: var(--ff-radius);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: var(--ff-shadow-soft);
}

.ffv2-before {
    background: radial-gradient(circle at top left, rgba(255, 92, 122, 0.18), transparent 18rem), rgba(255, 255, 255, 0.05);
}

.ffv2-after {
    background: radial-gradient(circle at top right, rgba(66, 230, 164, 0.18), transparent 18rem), rgba(255, 255, 255, 0.07);
    border-color: rgba(66, 230, 164, 0.24);
}

    .ffv2-before > span,
    .ffv2-after > span {
        display: inline-flex;
        margin-bottom: 1rem;
        padding: 0.42rem 0.7rem;
        border-radius: 999px;
        font-size: 0.78rem;
        font-weight: 900;
    }

.ffv2-before > span {
    color: #ffc7d1;
    background: rgba(255, 92, 122, 0.12);
}

.ffv2-after > span {
    color: #b8ffde;
    background: rgba(66, 230, 164, 0.12);
}

.ffv2-before h3,
.ffv2-after h3 {
    margin-bottom: 1rem;
    font-size: 1.45rem;
    font-weight: 900;
    letter-spacing: -0.035em;
}

.ffv2-before ul,
.ffv2-after ul {
    margin: 0;
    padding-left: 1.15rem;
    color: var(--ff-muted);
    line-height: 1.9;
}

/* Pricing */

.ffv2-price-card {
    position: relative;
    height: 100%;
    padding: 1.55rem;
    border-radius: 26px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.04));
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: var(--ff-shadow-soft);
}

    .ffv2-price-card.is-featured {
        border-color: rgba(255, 204, 51, 0.48);
        background: radial-gradient(circle at top, rgba(255, 204, 51, 0.16), transparent 20rem), linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.052));
        transform: translateY(-8px);
    }

.ffv2-popular {
    position: absolute;
    right: 1rem;
    top: 1rem;
    padding: 0.38rem 0.65rem;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.5), rgba(255, 240, 166, 0.5));
    color: #11131f;
    font-size: 0.72rem;
    font-weight: 900;
}

.ffv2-price-card h3 {
    margin: 0 0 0.45rem;
    font-weight: 900;
    letter-spacing: -0.03em;
    font-size: 1.25rem;
}

.ffv2-price-card p {
    margin: 0;
    color: var(--ff-muted);
}

.ffv2-price {
    margin-top: 1.4rem;
    font-size: 2.25rem;
    font-weight: 950;
    letter-spacing: -0.055em;
}

.ffv2-unit {
    margin-top: 0.2rem;
    color: #ffe38a;
    font-size: 0.88rem;
    font-weight: 800;
}

.ffv2-pricing-note {
    margin: 1.6rem auto 0;
    max-width: 780px;
    padding: 1rem 1.2rem;
    text-align: center;
    color: var(--ff-muted);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.085);
}

/* Testimonials */

.ffv2-testimonial {
    height: 100%;
    padding: 1.5rem;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.04));
    border: 1px solid rgba(255, 255, 255, 0.11);
    box-shadow: var(--ff-shadow-soft);
}

    .ffv2-testimonial p {
        min-height: 150px;
        margin: 0 0 1.3rem;
        color: rgba(255, 255, 255, 0.82);
        line-height: 1.7;
        font-size: 1rem;
        font-style: italic;
    }

    .ffv2-testimonial strong,
    .ffv2-testimonial span {
        display: block;
    }

    .ffv2-testimonial strong {
        font-weight: 900;
    }

    .ffv2-testimonial span {
        color: var(--ff-soft);
        font-size: 0.86rem;
    }

/* Pinterest teaser */

.ffv2-pinterest-section {
    padding-top: 3.5rem;
}

.ffv2-pinterest-box {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 2rem;
    padding: clamp(1.5rem, 4vw, 3rem);
    border-radius: 34px;
    background: radial-gradient(circle at 10% 20%, rgba(255, 204, 51, 0.16), transparent 26rem), radial-gradient(circle at 90% 20%, rgba(97, 215, 255, 0.12), transparent 26rem), rgba(255, 255, 255, 0.065);
    border: 1px solid rgba(255, 255, 255, 0.13);
    box-shadow: var(--ff-shadow);
}

/* Final CTA */

.ffv2-final-cta {
    padding: 5.5rem 0 6.5rem;
}

.ffv2-final-box {
    position: relative;
    overflow: hidden;
    padding: clamp(2rem, 5vw, 4.5rem);
    border-radius: 38px;
    background: radial-gradient(circle at 50% 0%, rgba(255, 204, 51, 0.2), transparent 28rem), linear-gradient(135deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.045));
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: var(--ff-shadow);
}

    .ffv2-final-box h2 {
        max-width: 900px;
        margin: 1rem auto;
        font-size: clamp(2.2rem, 5vw, 5rem);
        line-height: 0.98;
        letter-spacing: -0.065em;
        font-weight: 950;
    }

    .ffv2-final-box p {
        max-width: 680px;
        margin: 0 auto;
        color: var(--ff-muted);
        font-size: 1.08rem;
        line-height: 1.65;
    }

/* Responsiveness */

@media (max-width: 1199.98px) {
    .ffv2-hero {
        padding-top: 5.5rem;
    }

    .ffv2-hero-gallery {
        min-height: 560px;
    }

    .ffv2-hero-title {
        font-size: clamp(2.8rem, 6vw, 5rem);
    }

    .ffv2-proof-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .ffv2-hero {
        min-height: auto;
        padding: 4.8rem 0 3.5rem;
    }

    .ffv2-hero-gallery {
        margin-top: 1rem;
        min-height: 610px;
    }

    .ffv2-trust-row {
        grid-template-columns: 1fr;
    }

    .ffv2-before-after {
        grid-template-columns: 1fr;
    }

    .ffv2-pinterest-box {
        grid-template-columns: 1fr;
    }

    .ffv2-price-card.is-featured {
        transform: none;
    }
}

@media (max-width: 767.98px) {
    .ffv2-hero {
        padding-top: 3.8rem;
    }

    .ffv2-hero-title {
        font-size: clamp(2.55rem, 12vw, 4rem);
        letter-spacing: -0.06em;
    }

    .ffv2-hero-subtitle,
    .ffv2-section-text {
        font-size: 1rem;
    }

    .ffv2-hero-actions {
        align-items: stretch;
    }

        .ffv2-hero-actions .btn {
            width: 100%;
        }

    .ffv2-hero-gallery {
        min-height: 520px;
    }

    .ffv2-flyer-0 {
        width: 54%;
        height: 54%;
        left: 0;
        top: 7%;
    }

    .ffv2-flyer-1 {
        width: 48%;
        height: 45%;
        right: 0;
        top: 0;
    }

    .ffv2-flyer-2 {
        width: 56%;
        height: 44%;
        left: 21%;
        bottom: 5%;
    }

    .ffv2-flyer-3 {
        width: 38%;
        height: 32%;
        right: 2%;
        bottom: 18%;
    }

    .ffv2-flyer-4 {
        width: 38%;
        height: 30%;
        left: 2%;
        bottom: 0;
    }

    .ffv2-proof-grid {
        grid-template-columns: 1fr;
    }

    .ffv2-section {
        padding: 4.5rem 0;
    }

    .ffv2-section-title {
        font-size: clamp(2rem, 10vw, 3.1rem);
    }

    .ffv2-gallery {
        columns: 2 150px;
        column-gap: 0.75rem;
    }

    .ffv2-gallery-card {
        border-radius: 18px;
        margin-bottom: 0.75rem;
    }

        .ffv2-gallery-card img {
            min-height: 210px;
        }

    .ffv2-gallery-info {
        left: 0.5rem;
        right: 0.5rem;
        bottom: 0.5rem;
        padding: 0.55rem;
        border-radius: 14px;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.1rem;
    }

    .ffv2-before,
    .ffv2-after {
        min-height: auto;
    }

    .ffv2-final-cta {
        padding: 4rem 0 5rem;
    }
}

@media (max-width: 420px) {
    .ffv2-hero-gallery {
        min-height: 455px;
    }

    .ffv2-gallery {
        columns: 1;
    }

    .ffv2-gallery-card img {
        min-height: 280px;
    }

    .ffv2-proof-strip {
        padding-left: 0.35rem;
        padding-right: 0.35rem;
    }
}

/* Reduced motion */

@media (prefers-reduced-motion: reduce) {
    .ffv2-hero-flyer {
        animation: none;
    }

    .ffv2-btn-primary,
    .ffv2-btn-ghost,
    .ffv2-gallery-card {
        transition: none;
    }
}
.ffv2-testimonial {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 340px;
}

    .ffv2-testimonial p {
        min-height: auto;
        margin-bottom: 1.6rem;
        font-size: 1.02rem;
        line-height: 1.75;
    }

.ffv2-testimonial-author {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    padding-top: 1.1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
}

    .ffv2-testimonial-author img {
        width: 58px;
        height: 58px;
        flex: 0 0 58px;
        border-radius: 999px;
        object-fit: cover;
        border: 2px solid rgba(255, 204, 51, 0.5);
        box-shadow: 0 0 26px rgba(255, 204, 51, 0.15);
    }

    .ffv2-testimonial-author strong {
        display: block;
        font-weight: 900;
        color: #fff;
    }

    .ffv2-testimonial-author span {
        display: block;
        margin-top: 0.1rem;
        color: var(--ff-soft);
        font-size: 0.88rem;
        line-height: 1.35;
    }

.ffv2-testimonial {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 340px;
}

    .ffv2-testimonial p {
        margin-bottom: 2rem;
    }

.ffv2-testimonial-author img {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    border-radius: 999px;
    object-fit: cover;
    border: 2px solid rgba(255, 204, 51, 0.55);
    box-shadow: 0 0 0 4px rgba(255, 204, 51, 0.08), 0 0 28px rgba(255, 204, 51, 0.18);
}

.ffv2-stars {
    color: var(--ff-gold);
    letter-spacing: 0.12rem;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.ffv2-testimonials-section .ffv2-section-title,
.ffv2-section .ffv2-section-title {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}