/* =============================================================
   FOR FINANCE V2 — page-for-finance-2.php
   ============================================================= */

/* ── HOMEPAGE-HERO OVERRIDES (section_ffv2-header) ─────────── */

/* Full viewport height (svh = small viewport, accounts for mobile browser bars) */
.section_ffv2-header {
    min-height: 100svh;
    height: 100svh;
}

/* Stretch inner component to fill the section */
.section_ffv2-header .home-header_component {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.section_ffv2-header .home-header_content {
    flex: 1;
}

.ffv2-partner-cta-wrap {
    display: flex;
}

/* Badge area: collapse the 4-col service grid into a single flex row */
.section_ffv2-header .ffv2-badge-area {
    display: flex;
    align-items: flex-start;
    grid-template-columns: unset;
    gap: 0;
}

/* Static heading — larger than the homepage subhead, no max-width constraint from parent */
.section_ffv2-header .ffv2-static-heading {
    font-size: clamp(2.5rem, 5.5vw, 5.5rem);
    max-width: 14ch;
    line-height: 1.02;
    font-weight: 700;
    letter-spacing: -0.025em;
    color: #fff;
    margin: 0;
}

/* Paragraph below the heading */
.ffv2-hero-text-para {
    color: rgba(255, 255, 255, 0.7);
    font-family: "SF Pro Text", Arial, sans-serif;
    font-size: 1.25rem;
    line-height: 1.65;
    max-width: 750px;
    margin: 0.875rem 0 0;
}

/* Ensure subheading flex column still works without the words-wrap div */
.section_ffv2-header .ffv2-hero-subheading {
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* ── HERO ──────────────────────────────────────────────────── */
.ffv2-hero {
    background: #000;
    border-radius: 1.5rem;
    margin: 0 0.75rem;
    overflow: hidden;
    position: relative;
    min-height: 460px;
    display: flex;
    flex-direction: column;
}

/* blue blob gradient — fills right ~65% */
.ffv2-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 72% 110% at 88% 55%, #1212ee 0%, rgba(8, 8, 180, 0.75) 30%, transparent 62%),
        radial-gradient(ellipse 42% 65% at 105% 10%, rgba(40, 0, 200, 0.65) 0%, transparent 55%),
        radial-gradient(ellipse 38% 50% at 70% 88%, rgba(0, 0, 200, 0.5) 0%, transparent 50%),
        radial-gradient(ellipse 25% 35% at 55% 45%, rgba(30, 20, 220, 0.4) 0%, transparent 60%);
}

/* faint sphere rim lights */
.ffv2-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 30% 40% at 78% 30%, rgba(60, 60, 255, 0.35) 0%, transparent 55%),
        radial-gradient(circle 120px at 92% 75%, rgba(10, 10, 160, 0.6) 0%, transparent 70%);
}

.ffv2-hero-inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    padding: 2rem 2.5rem 2.5rem;
    min-height: 460px;
}

.ffv2-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 9rem;
    padding: 0.375rem 0.875rem;
    width: fit-content;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-family: "SF Pro Text", Arial, sans-serif;
}

.ffv2-hero-badge-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #f3350c;
    flex-shrink: 0;
}

.ffv2-hero-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 2rem;
    padding-top: 4rem;
}

.ffv2-hero-text {
    flex: 1;
    min-width: 0;
}

.ffv2-hero-text h1 {
    color: #fff;
    font-family: "SF Pro Display", "Inter VF", Arial, sans-serif;
    font-size: clamp(2rem, 4.5vw, 4.5rem);
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.05;
    margin: 0 0 1rem;
}

.ffv2-hero-text p {
    color: rgba(255, 255, 255, 0.45);
    font-family: "SF Pro Text", Arial, sans-serif;
    font-size: 0.875rem;
    line-height: 1.6;
    max-width: 330px;
    margin: 0;
}

.ffv2-hero-cta-btn {
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 1rem;
    padding: 1rem 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.875rem;
    text-decoration: none;
    transition: background 0.2s;
    min-width: 210px;
}

.ffv2-hero-cta-btn:hover {
    background: rgba(255, 255, 255, 0.13);
}

.ffv2-hero-cta-arrow {
    width: 34px;
    height: 34px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #000;
}

.ffv2-hero-cta-texts {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.ffv2-hero-cta-main {
    color: #fff;
    font-family: "SF Pro Text", Arial, sans-serif;
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.3;
}

.ffv2-hero-cta-sub {
    color: rgba(255, 255, 255, 0.4);
    font-family: "SF Pro Text", Arial, sans-serif;
    font-size: 0.6875rem;
}

/* ── PARTNERS (reuse existing brands markup) ───────────────── */

/* ── PROBLEM (rebuilt) ─────────────────────────────────────── */
.ffv2-problem {
    background: #f8f7f3;
}

.ffv2-problem-head {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-bottom: 3rem;
}

.ffv2-problem-heading {
    font-family: "SF Pro Display", "Inter VF", Arial, sans-serif;
    font-size: clamp(2rem, 4vw, 4.5rem);
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.05;
    color: #000;
    margin: 0;
}

.ffv2-problem-sub {
    color: #666;
    font-size: 0.9375rem;
    line-height: 1.65;
    max-width: 560px;
    margin: 0;
}

.ffv2-problem-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

/* ── Card shell ── */
.ffv2-pc {
    background: #c8c8c8;
    border-radius: 1.125rem;
    border: 1px solid rgba(0, 0, 0, 0.04);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

/* Illustration area */
.ffv2-pc__vis {
    position: relative;
    min-height: 0;
    overflow: hidden;
}

.ffv2-pc__img-wrap {
    position: relative;
    width: 95%;
    margin-top: 28px;
    margin-left: auto;
    margin-right: auto;
}

.ffv2-pc__deal-img {
    width: 100%;
    display: block;
}

.ffv2-pc__img-glass {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 45%;
    aspect-ratio: 1 / 1;
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0.05) 100%);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    pointer-events: none;
}

.ffv2-problem-grid .ffv2-pc:nth-child(2) .ffv2-pc__img-glass {
    border-radius: 100%;
    width: 40%;
}

/* Number badge */
.ffv2-pc__num {
    position: absolute;
    top: 1.125rem;
    left: 1.125rem;
    width: 36px;
    height: 36px;
    background: #0d07d0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: "SF Pro Text", Arial, sans-serif;
    font-size: 0.6875rem;
    font-weight: 700;
    z-index: 10;
    flex-shrink: 0;
}

/* Text body */
.ffv2-pc__body {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    background: #c8c8c8;
    flex-shrink: 0;
}

.ffv2-pc__title {
    font-family: "SF Pro Display", Arial, sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #000;
    line-height: 1.3;
    margin: 0;
}

.ffv2-pc__copy {
    font-size: 0.8125rem;
    line-height: 1.65;
    color: #4a4a4a;
    margin: 0;
}

/* ── Shared glow helper ── */
.ffv2-pc__glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

/* ── Card 1: solid circles + glass ── */
.ffv2-pc__vis--1 {
    background: radial-gradient(ellipse 80% 75% at 30% 65%, rgba(255, 255, 255, 0.62) 0%, #c8c8c8 56%);
}

.ffv2-pc__glow--a {
    width: 85%;
    aspect-ratio: 1/1;
    top: -15%;
    right: -15%;
    background: radial-gradient(ellipse, rgba(80, 60, 220, 0.32) 0%, transparent 65%);
    mix-blend-mode: color-dodge;
    filter: blur(28px);
    z-index: 1;
}

.ffv2-pc__glow--b {
    width: 65%;
    aspect-ratio: 1/1;
    bottom: 8%;
    left: 2%;
    background: radial-gradient(ellipse, rgba(40, 20, 200, 0.22) 0%, transparent 60%);
    mix-blend-mode: color-dodge;
    filter: blur(22px);
    z-index: 1;
}

/* Circles container */
.ffv2-pc__circles {
    position: absolute;
    inset: 0;
    z-index: 3;
}

/* All solid dots — NO blur (matches Figma) */
.ffv2-pc__dot {
    position: absolute;
    background: #0d07d0;
    border-radius: 50%;
}

.ffv2-pc__dot--lg {
    width: 19%;
    aspect-ratio: 1/1;
    top: 18%;
    left: 22%;
}

.ffv2-pc__dot--md {
    width: 14%;
    aspect-ratio: 1/1;
}

.ffv2-pc__dot--r1 {
    top: 24%;
    left: 46%;
}

.ffv2-pc__dot--sm {
    width: 14%;
    aspect-ratio: 1/1;
}

.ffv2-pc__dot--r2 {
    top: 32%;
    left: 38%;
}

.ffv2-pc__dot--r3 {
    top: 14%;
    left: 40%;
}

/* Glass panel — lower center of card 1 */
.ffv2-pc__glass {
    position: absolute;
    width: 46%;
    aspect-ratio: 1/1;
    border-radius: 1.5rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0.05) 100%);
    border: 1.5px solid rgba(255, 255, 255, 0.62);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    z-index: 4;
    bottom: 12%;
    left: 24%;
}

/* Noise texture overlay */
.ffv2-pc__noise {
    position: absolute;
    inset: 0;
    z-index: 5;
    opacity: 0.06;
    mix-blend-mode: overlay;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    background-size: 200px 200px;
    pointer-events: none;
}

/* ── Card 2: concentric arcs / radar ── */
.ffv2-pc__vis--2 {
    background: radial-gradient(ellipse 72% 72% at 50% 50%, rgba(255, 255, 255, 0.48) 0%, #c8c8c8 60%);
}

.ffv2-pc__glow--c {
    width: 55%;
    aspect-ratio: 1/1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(13, 7, 208, 0.16) 0%, transparent 65%);
    filter: blur(18px);
    z-index: 1;
}

/* Arcs container — centered square */
.ffv2-pc__arcs {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 76%;
    aspect-ratio: 1/1;
    z-index: 3;
}

/* Each arc: circle outline, same center, growing size */
.ffv2-pc__arc {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 3px solid #0d07d0;
}

.ffv2-pc__arc--1 {
    width: 12%;
    aspect-ratio: 1/1;
}

.ffv2-pc__arc--2 {
    width: 30%;
    aspect-ratio: 1/1;
}

.ffv2-pc__arc--3 {
    width: 50%;
    aspect-ratio: 1/1;
}

.ffv2-pc__arc--4 {
    width: 70%;
    aspect-ratio: 1/1;
}

.ffv2-pc__arc--5 {
    width: 92%;
    aspect-ratio: 1/1;
}

/* Center dot */
.ffv2-pc__arc-dot {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4%;
    aspect-ratio: 1/1;
    background: #0d07d0;
    border-radius: 50%;
}

/* ── Card 3: lavender + large glass + star ── */
.ffv2-pc__vis--3 {
    background: radial-gradient(ellipse 70% 65% at 58% 42%, #d0d0ec 0%, #c8c8c8 60%);
}

.ffv2-pc__glow--d {
    width: 55%;
    aspect-ratio: 1/1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(13, 7, 208, 0.14) 0%, transparent 65%);
    filter: blur(22px);
    z-index: 1;
}

/* Large centered glass panel (card 3 only) */
.ffv2-pc__glass--lg {
    position: absolute;
    width: 72%;
    aspect-ratio: 1/1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 1.75rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0.08) 100%);
    border: 1.5px solid rgba(255, 255, 255, 0.62);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    /* override card-1 glass positioning */
    bottom: unset;
    left: 50%;
}

/* 4-pointed star */
.ffv2-pc__star {
    width: 50%;
    aspect-ratio: 1/1;
    background: #0d07d0;
    clip-path: polygon(50% 0%, 55% 45%,
            100% 50%, 55% 55%,
            50% 100%, 45% 55%,
            0% 50%, 45% 45%);
    position: relative;
    flex-shrink: 0;
}

.ffv2-pc__star::before {
    content: '';
    position: absolute;
    inset: -40%;
    background: rgba(13, 7, 208, 0.18);
    border-radius: 50%;
    filter: blur(14px);
    z-index: -1;
}

/* ── TESTIMONIAL ───────────────────────────────────────────── */
.ffv2-testi {
    background: #f8f7f3;
    overflow: hidden;
}

.ffv2-testi-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 5rem 2rem 0;
    max-width: 900px;
    margin: 0 auto;
}

/* Avatar */
.ffv2-testi-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 3px;
    overflow: hidden;
    margin-bottom: 2.5rem;
    flex-shrink: 0;
}

.ffv2-testi-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    background: #c8c8c8;
}

/* Quote */
.ffv2-testi-quote {
    font-family: "SF Pro Display", "Inter VF", Arial, sans-serif;
    font-size: clamp(1.5rem, 2.8vw, 2.5rem);
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.3;
    color: #000;
    margin: 0 0 2.25rem;
    max-width: 1062px;
}

/* Attribution */
.ffv2-testi-author {
    font-family: "SF Pro Text", Arial, sans-serif;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 4rem;
}

/* Video block: watermark + frame stacked */
.ffv2-testi-video-block {
    position: relative;
    width: 100%;
    max-width: 820px;
}

/* Vesselbridge logo — full width ispod sekcije */
.ffv2-testi-wm {
    display: block;
    width: 100%;
    margin-top: -160px;
    margin-bottom: 50px;
}

/* Video frame */
.ffv2-testi-video {
    position: relative;
    z-index: 1;
    background: #000;
    border-radius: 1.125rem;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    width: 100%;
}

/* REC badge */
.ffv2-testi-rec {
    position: absolute;
    top: 1rem;
    left: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 9rem;
    padding: 0.3rem 0.65rem;
    z-index: 3;
}

.ffv2-testi-rec-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #f3350c;
    box-shadow: 0 0 6px #f3350c;
    flex-shrink: 0;
}

.ffv2-testi-rec-label {
    font-family: "SF Pro Text", Arial, sans-serif;
    font-size: 0.6875rem;
    font-weight: 600;
    color: #fff;
}

/* Thumbnail placeholder */
.ffv2-testi-thumb {
    position: absolute;
    inset: 0;
    background: #111;
}

/* Play button (centered) */
.ffv2-testi-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    transition: background 0.2s;
}

.ffv2-testi-play:hover {
    background: rgba(0, 0, 0, 0.82);
}

.ffv2-testi-play svg {
    margin-left: 2px;
}

/* Responsive */
@media (max-width: 991px) {
    .ffv2-testi-wm {
        margin-top: -100px;
    }
}

@media (max-width: 767px) {
    .ffv2-testi-inner {
        padding: 3.5rem 1.25rem 0;
    }

    .ffv2-testi-video-block {
        padding-bottom: 4rem;
    }

    .ffv2-testi-wm {
        margin-top: -60px;
    }
}

@media (max-width: 479px) {
    .ffv2-testi-wm {
        margin-top: -30px;
    }
}

@media (max-width: 479px) {
    .ffv2-testi-quote {
        font-size: 1.375rem;
    }

    .ffv2-hero-text-para {
        font-size: 1rem;
    }

    .ffv2-testi-play {
        width: 48px;
        height: 48px;
    }
}

/* ── SERVICES SECTION (sticky scroll) ─────────────────────── */
.ffv2-svc-outer {
    background: #f8f7f3;
    height: 320svh;
}

.ffv2-svc-sticky-frame {
    position: sticky;
    top: 4.5rem;
    height: calc(96svh - 4.5rem);
    padding: 0 12px;
    overflow: hidden;
    display: flex;
    align-items: stretch;
}

.ffv2-svc-sec {
    background-color: #000;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 5fr 7fr;
    width: 100%;
    height: 100%;
}

.ffv2-svc-left {
    padding: 4rem 3rem 4rem 3.5rem;
    display: flex;
    align-items: flex-start;
}

.ffv2-svc-left-in {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.ffv2-svc-heading {
    font-family: "SF Pro Display", "Inter VF", Arial, sans-serif;
    font-size: clamp(1.75rem, 2.4vw, 2.75rem);
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.1;
    color: #fff;
    margin: 0;
}

.ffv2-svc-sub {
    font-family: "SF Pro Text", Arial, sans-serif;
    font-size: 0.875rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 1);
    margin: 0;
    max-width: 380px;
}

.ffv2-svc-right {
    position: relative;
    overflow: hidden;
    height: 100%;
}

/* Cards absolutely positioned from top — each slides in from below, stacks over prev */
.ffv2-svc-item {
    position: absolute;
    left: 2rem;
    right: 3rem;
    top: 120px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 2.75rem 3.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.45);
    transform: translateY(110svh);
    transition: transform 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 1;
}

/* Each card rests aligned with the heading (4rem), 40px increments create the peek */
.ffv2-svc-item[data-svc-item="0"] {
    top: 4rem;
    z-index: 1;
}

.ffv2-svc-item[data-svc-item="1"] {
    top: calc(4rem + 40px);
    z-index: 2;
}

.ffv2-svc-item[data-svc-item="2"] {
    top: calc(4rem + 80px);
    z-index: 3;
}

.ffv2-svc-item[data-svc-item="3"] {
    top: calc(4rem + 120px);
    z-index: 4;
}

.ffv2-svc-item.is-active {
    transform: translateY(0);
}

.ffv2-svc-icon {
    width: 86px;
    height: 80px;
    background: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-bottom: 0.25rem;
}

.ffv2-svc-title {
    font-family: "SF Pro Display", Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin: 0;
}

.ffv2-svc-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.375rem;
}

.ffv2-svc-tag {
    font-family: "SF Pro Text", Arial, sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    color: #000;
    background: #fff;
    border-radius: 9rem;
    padding: 0.2rem 0.7rem;
    white-space: nowrap;
}

.ffv2-svc-copy {
    font-family: "SF Pro Text", Arial, sans-serif;
    font-size: 0.875rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.55);
    margin: 0;
}

/* ── OLD SERVICES (unused) ─────────────────────────────────── */
.ffv2-services {
    border-radius: 1.5rem;
    margin: 0 0.75rem;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1.25fr;
}

.ffv2-services-left {
    background: linear-gradient(145deg, #1818f0 0%, #0c0cb8 55%, #06063c 100%);
    padding: 5rem 3rem 5rem 3.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.5rem;
}

.ffv2-services-right {
    background: linear-gradient(145deg, #050530 0%, #020218 60%, #000 100%);
    padding: 3.5rem 3rem 3.5rem 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
}

.ffv2-services-heading {
    font-family: "SF Pro Display", "Inter VF", Arial, sans-serif;
    font-size: clamp(1.75rem, 2.8vw, 3rem);
    font-weight: 600;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.05;
    margin: 0;
}

.ffv2-services-sub {
    font-family: "SF Pro Text", Arial, sans-serif;
    font-size: 0.875rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
}

.ffv2-service-card {
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1rem;
    padding: 1.375rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.ffv2-service-icon {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ffv2-service-icon svg {
    color: rgba(255, 255, 255, 0.65);
}

.ffv2-service-title {
    font-family: "SF Pro Display", Arial, sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.ffv2-service-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.375rem;
}

.ffv2-service-tag {
    font-size: 0.6875rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 9rem;
    padding: 0.25rem 0.625rem;
    white-space: nowrap;
}

.ffv2-service-copy {
    font-size: 0.8125rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.42);
    margin: 0;
}

/* ── CASE STUDIES ──────────────────────────────────────────── */
.ffv2-cases {
    background: #fff;
}

.ffv2-cases-label-wrap {
    margin-bottom: 3.5rem;
}

.ffv2-case {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: start;
    padding-bottom: 5rem;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 5rem;
}

.ffv2-case:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}

.ffv2-case-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #666;
    margin-bottom: 1rem;
}

.ffv2-case-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #f3350c;
    flex-shrink: 0;
}

.ffv2-case-name {
    font-family: "SF Pro Display", "Inter VF", Arial, sans-serif;
    font-size: clamp(2rem, 3.5vw, 3.5rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.0;
    color: #000;
    margin: 0 0 1.5rem;
}

.ffv2-case-desc {
    font-size: 0.9375rem;
    line-height: 1.7;
    color: #666;
    margin: 0 0 2rem;
}

.ffv2-case-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 2.5rem;
}

.ffv2-case-tag {
    background: #1a1aff;
    color: #fff;
    font-family: "SF Pro Text", Arial, sans-serif;
    font-size: 0.8125rem;
    font-weight: 500;
    border-radius: 9rem;
    padding: 0.4375rem 1rem;
    white-space: nowrap;
}

.ffv2-case-quote {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding-top: 2rem;
    border-top: 1px solid #ebebeb;
}

.ffv2-case-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.ffv2-case-quote-text {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.55;
    color: #000;
    margin: 0 0 0.5rem;
}

.ffv2-case-quote-author {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #000;
    margin: 0;
}

.ffv2-case-image {
    border-radius: 1.5rem;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: #f1efed;
    width: 100%;
}

.ffv2-case-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ── PROCESS ───────────────────────────────────────────────── */
.ffv2-process {
    background: #060614;
    border-radius: 1.5rem;
    margin: 0 0.75rem;
}

.ffv2-process-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: start;
}

.ffv2-process-left {
    position: sticky;
    top: 100px;
}

.ffv2-process-heading {
    font-family: "SF Pro Display", "Inter VF", Arial, sans-serif;
    font-size: clamp(2rem, 3.5vw, 3.5rem);
    font-weight: 600;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.05;
    margin: 0;
}

.ffv2-process-steps {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.ffv2-process-step {
    background: #fff;
    border-radius: 1rem;
    padding: 1.5rem;
    display: flex;
    gap: 1.25rem;
    align-items: flex-start;
}

.ffv2-process-badge {
    width: 40px;
    height: 40px;
    background: #1a1aff;
    border-radius: 0.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: "SF Pro Text", monospace, Arial, sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    flex-shrink: 0;
}

.ffv2-process-step-title {
    font-family: "SF Pro Display", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #000;
    margin: 0 0 0.375rem;
    line-height: 1.3;
}

.ffv2-process-step-copy {
    font-size: 0.8125rem;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

/* ── TRACK RECORD ──────────────────────────────────────────── */
.ffv2-track {
    background: #f8f7f3;
}

.ffv2-track-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: start;
}

.ffv2-track-label {
    display: block;
    font-family: "SF Pro Text", Arial, sans-serif;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #666;
    margin-bottom: 2rem;
}

.ffv2-track-heading {
    font-family: "SF Pro Display", "Inter VF", Arial, sans-serif;
    font-size: clamp(2.5rem, 4.5vw, 5rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.0;
    color: #000;
    margin: 0;
}

.ffv2-track-right {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding-top: 4rem;
}

.ffv2-track-para {
    font-size: 0.9375rem;
    line-height: 1.75;
    color: #666;
    margin: 0;
}

/* ── HOW IT WORKS ──────────────────────────────────────────── */
.ffv2-hiw {
    position: relative;
    overflow: clip;
}

.ffv2-hiw-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.5rem;
    margin-bottom: 4rem;
}

.ffv2-hiw-heading {
    font-family: "SF Pro Display", "Inter VF", Arial, sans-serif;
    font-size: clamp(2.5rem, 6vw, 6rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.0;
    color: #000;
    margin: 0;
    max-width: 16ch;
}

.ffv2-hiw-sub {
    font-family: "SF Pro Text", Arial, sans-serif;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #4d4d4d;
    margin: 0;
    max-width: 50ch;
}

/* Body: relative wrapper for the watermark + cards */
.ffv2-hiw-body {
    position: relative;
}

/* Decorative "037" watermark */
.ffv2-hiw-wm {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "SF Pro Display", "Inter VF", Arial, sans-serif;
    font-size: clamp(20rem, 55vw, 55rem);
    font-weight: 700;
    color: #c8c8c8;
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
    z-index: 0;
    line-height: 0.85;
    letter-spacing: -0.04em;
}

/* Cards stack — centered */
.ffv2-hiw-steps {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 577px;
    margin: 0 auto;
}

/* Single step card — sticky stacking */
.ffv2-hiw-step {
    position: sticky;
    background: #fff;
    border-radius: 36px;
    box-shadow: 8px 24px 89px -12px rgba(22, 52, 80, 0.10);
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ffv2-hiw-step:nth-child(1) {
    top: 5.5rem;
    z-index: 1;
}

.ffv2-hiw-step:nth-child(2) {
    top: 5.5rem;
    z-index: 2;
}

.ffv2-hiw-step:nth-child(3) {
    top: 5.5rem;
    z-index: 3;
}

.ffv2-hiw-step:nth-child(4) {
    top: 5.5rem;
    z-index: 4;
}

/* Blue number badge */
.ffv2-hiw-badge {
    width: 64px;
    height: 60px;
    background: #0d07d1;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: "SF Pro Text", monospace, Arial, sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.02em;
    flex-shrink: 0;
}

.ffv2-hiw-step-title {
    font-family: "SF Pro Display", Arial, sans-serif;
    font-size: 1.475rem;
    font-weight: 700;
    color: #000;
    margin: 0 0 0.5rem;
    line-height: 120%;
}

.ffv2-hiw-step-copy {
    font-family: "SF Pro Text", Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 120%;
    color: #4d4d4d;
    margin: 0;
}

/* ── SELECTED WORK ─────────────────────────────────────────── */
.ffv2-work {
    background: #f8f7f3;
}

.ffv2-work-wrap {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.ffv2-work-heading {
    text-align: center;
    font-family: "SF Pro Display", "Inter VF", Arial, sans-serif;
    font-size: clamp(3rem, 5.5vw, 5.5rem);
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.02;
    color: #000;
    margin: 0;
}

.ffv2-work-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

/* Cards — shared shell */
.ffv2-work-card {
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 934 / 948;
}

/* Gray media card */
.ffv2-work-card--media {
    background: #c8c8c8;
    position: relative;
}

.ffv2-work-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* White text card */
.ffv2-work-card--text {
    background: #fff;
}

.ffv2-work-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 34px 34px 34px 49px;
    box-sizing: border-box;
}

.ffv2-work-top {
    display: flex;
    flex-direction: column;
    gap: 58px;
}

.ffv2-work-header {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.ffv2-work-label-title {
    display: flex;
    flex-direction: column;
    gap: 27px;
}

.ffv2-work-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "SF Pro Text", Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 95%;
    text-transform: uppercase;
    color: #000;
}

.ffv2-work-dot {
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #0d07d1;
    flex-shrink: 0;
    display: inline-block;
}

.ffv2-work-title {
    font-family: "SF Pro Display", "Inter VF", Arial, sans-serif;
    font-size: clamp(1.75rem, 3vw, 2.5625rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 104%;
    color: #000;
    margin: 0;
}

.ffv2-work-desc {
    font-family: "SF Pro Text", Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 112%;
    color: #4d4d4d;
    margin: 0;
}

.ffv2-work-tags {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.ffv2-work-tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ffv2-work-tag {
    background: #0d07d1;
    color: #fff;
    border-radius: 44px;
    padding: 6px 14px;
    font-family: "SF Pro Display", Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 104%;
}

/* Testimonial row at bottom of text card */
.ffv2-work-testi {
    display: flex;
    align-items: center;
    gap: 24px;
}

.ffv2-work-avatar {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    background: linear-gradient(180deg, #2839d6 0%, #6ab0d4 100%);
}

.ffv2-work-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
}

.ffv2-work-testi-body {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.ffv2-work-quote {
    font-family: "SF Pro Text", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 120%;
    color: #000;
    margin: 0;
}

.ffv2-work-attr {
    font-family: "SF Pro Text", Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 110%;
    text-transform: uppercase;
    color: #000;
}

/* ── RESPONSIVE ────────────────────────────────────────────── */
@media (max-width: 991px) {

    /* ── FFV2 HEADER: tablet overrides ──────────────────────── */
    .section_ffv2-header {
        min-height: 100svh;
        height: 100svh;
    }

    .ffv2-work-avatar {
        width: 80px;
        height: 80px;
    }

    .section_ffv2-header .home-header_subheading {
        max-width: 100%;
    }

    .section_ffv2-header .ffv2-static-heading {
        font-size: clamp(2rem, 4vw, 3rem);
    }

    .ffv2-problem-grid {
        grid-template-columns: 1fr 1fr;
    }

    /* disable sticky scroll on tablet — revert to normal flow */
    .ffv2-svc-outer {
        height: auto;
    }

    .ffv2-svc-sticky-frame {
        position: static;
        height: auto;
        top: auto;
    }

    .ffv2-svc-sec {
        grid-template-columns: 1fr;
        height: auto;
        padding: 3rem 0;
    }

    .ffv2-svc-left {
        padding: 0 2rem 2.5rem;
        align-items: flex-start;
    }

    .ffv2-svc-sub {
        max-width: unset;
    }

    .ffv2-svc-right {
        position: static;
        overflow: visible;
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        padding: 0 1.5rem 3rem;
    }

    .ffv2-svc-item {
        position: static;
        top: auto;
        padding: 2rem;
        border-radius: 12px;
        box-shadow: none;
        transform: none !important;
        transition: none !important;
    }

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

    .ffv2-services-left {
        padding: 3.5rem 2.5rem;
    }

    .ffv2-services-right {
        padding: 2.5rem 2.5rem;
    }

    .ffv2-case {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .ffv2-process-inner {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .ffv2-process-left {
        position: static;
    }

    .ffv2-track-inner {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .ffv2-track-right {
        padding-top: 0;
    }
}

@media (max-width: 991px) {
    .ffv2-work-desc {
        font-size: 1.0625rem;
    }

    .ffv2-work-tag {
        font-size: 1rem;
        padding: 5px 12px;
    }
}

@media (max-width: 767px) {
    /* ── FFV2 HEADER: mobile overrides ──────────────────────── */

    /* style.css sets flex-flow: row at 767px for homepage — override to column */
    .section_ffv2-header .home-header_bottom {
        flex-flow: column;
        align-items: flex-start;
        min-height: 0px !important;
        gap: 1.5rem;
    }

    .ffv2-hero-subheading {
        margin-bottom: 60px;
    }

    /* style.css constrains subheading to 300px — too narrow for finance heading */
    .section_ffv2-header .home-header_subheading {
        max-width: 100%;
    }

    /* Reduce heading size for mobile (style.css 1.75rem is blocked by ffv2 specificity) */
    .section_ffv2-header .ffv2-static-heading {
        font-size: clamp(1.875rem, 7vw, 2.25rem);
        line-height: 1.08;
    }

    /* Paragraph goes full-width on mobile */
    .ffv2-hero-text-para {
        max-width: 100%;
    }

    /* ─────────────────────────────────────────────────────────── */
    .ffv2-hero {
        margin: 0;
        border-radius: 0;
        min-height: 380px;
    }

    .ffv2-hero-inner {
        min-height: 380px;
        padding: 1.5rem;
    }

    .ffv2-hero-text h1 {
        font-size: 2.25rem;
    }

    .ffv2-hero-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
    }

    .ffv2-hero-cta-btn {
        min-width: 0;
    }

    .ffv2-problem-grid {
        grid-template-columns: 1fr;
    }


    .ffv2-svc-sticky-frame {
        padding: 0 6px;
    }

    .ffv2-svc-sec {
        border-radius: 12px;
    }

    .ffv2-svc-left {
        padding: 0 1.25rem 2rem;
    }

    .ffv2-svc-right {
        padding: 0 1rem 2.5rem;
        gap: 0.75rem;
    }

    .ffv2-svc-item {
        padding: 1.75rem 1.25rem;
    }

    .ffv2-svc-icon {
        width: 68px;
        height: 62px;
        border-radius: 14px;
    }

    .ffv2-services {
        margin: 0;
        border-radius: 0;
    }

    .ffv2-case-image {
        aspect-ratio: 16/9;
    }

    .ffv2-process {
        margin: 0;
        border-radius: 0;
    }

    /* how it works */
    .ffv2-hiw-heading {
        font-size: 2.5rem;
    }

    .ffv2-hiw-wm {
        font-size: 40vw;
    }

    .ffv2-hiw-steps {
        max-width: 100%;
    }

    .ffv2-hiw-step {
        position: static;
        border-radius: 24px;
    }

    .ffv2-hiw-badge {
        font-size: 1.5rem;
        width: 54px;
        height: 50px;
    }

    .ffv2-hiw-step-title {
        font-size: 1.125rem;
    }

    .ffv2-hiw-step-copy {
        font-size: 1rem;
    }

    /* work section */
    .ffv2-work-grid {
        grid-template-columns: 1fr;
    }

    /* flip Vesselbridge row: text above, image below (matches Nassau) */
    .ffv2-work-grid .ffv2-work-card:nth-child(1) {
        order: 2;
    }

    .ffv2-work-grid .ffv2-work-card:nth-child(2) {
        order: 1;
    }

    .ffv2-work-card {
        aspect-ratio: unset;
    }

    .ffv2-work-card--media {
        min-height: 320px;
    }

    .ffv2-work-card--text {
        min-height: 500px;
    }

    .ffv2-work-content {
        padding: 28px 28px 28px 32px;
        gap: 2rem;
    }

    .ffv2-work-top {
        gap: 32px;
    }

    .ffv2-work-header {
        gap: 18px;
    }

    .ffv2-work-testi {
        flex-direction: column;
        align-items: flex-start;
    }

    .ffv2-work-label,
    .ffv2-work-attr {
        font-size: 0.75rem;
    }

    .ffv2-work-title {
        font-size: clamp(1.5rem, 6vw, 2rem);
    }

    .ffv2-work-desc {
        font-size: 1rem;
    }

    .ffv2-work-tag {
        font-size: 0.9375rem;
        padding: 5px 12px;
    }

    .ffv2-track-heading {
        font-size: 2.5rem;
    }
}

@media (max-width: 479px) {

    /* ── FFV2 HEADER: small mobile ───────────────────────────── */
    .section_ffv2-header .ffv2-static-heading {
        font-size: clamp(1.625rem, 6.5vw, 1.875rem);
    }

    /* ─────────────────────────────────────────────────────────── */
    .ffv2-hero-text h1 {
        font-size: 1.875rem;
    }

    .ffv2-problem-heading {
        font-size: 1.875rem;
    }

    .ffv2-pc__arc {
        border-width: 2px;
    }

    .ffv2-services-heading {
        font-size: 1.75rem;
    }

    .ffv2-track-heading {
        font-size: 2rem;
    }
}

/* reduced motion */
@media (prefers-reduced-motion: reduce) {
    .for-finance-2 .io-fade-up {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }

    .ffv2-svc-item {
        transform: translateY(0) !important;
        transition: none !important;
    }
}

/* ── PARTNERSHIP — For Capital Raising Firms ───────────────── */
.ffv2-partner {
    background-color: #000;
    position: relative;
    overflow: hidden;
}

.ffv2-partner::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: var(--partner-bg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
}


.ffv2-partner-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5.5rem;
    align-items: center;
}

/* ── Left column ─────────────────────────────────────────── */
.ffv2-partner-left {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

/* Eyebrow / label */
.ffv2-partner-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: "SF Pro Text", Arial, sans-serif;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
}

.ffv2-partner-eyebrow-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #f3350c;
    flex-shrink: 0;
}

/* Heading */
.ffv2-partner-heading {
    font-family: "SF Pro Display", "Inter VF", Arial, sans-serif;
    font-size: clamp(2.25rem, 3.4vw, 3.75rem);
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.05;
    color: #fff;
    margin: 0;
}

.ffv2-partner-heading-dim {
    color: #f3350c;
}

/* Sub-paragraph */
.ffv2-partner-sub {
    font-family: "SF Pro Text", Arial, sans-serif;
    font-size: 0.9375rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    max-width: 44ch;
}

/* Check list */
.ffv2-partner-checks {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1.375rem;
}

.ffv2-partner-check {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.ffv2-partner-check-tick {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #f3350c;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
}

.ffv2-partner-check-body {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.ffv2-partner-check-title {
    font-family: "SF Pro Text", Arial, sans-serif;
    font-size: 0.9375rem;
    font-weight: 700;
    color: #fff;
    display: block;
    line-height: 1.3;
}

.ffv2-partner-check-copy {
    font-family: "SF Pro Text", Arial, sans-serif;
    font-size: 0.875rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.72);
}

/* Centered wrapper used to place the homepage .button-secondary below grid/step content */
.ffv2-section-cta-wrap {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}

@media (max-width: 991px) {
    .ffv2-section-cta-wrap {
        margin-top: 2rem;
    }
}

/* ── Right column — deal flow diagram ───────────────────── */
.ffv2-partner-flow {
    display: flex;
    flex-direction: column;
}

/* Flow card shared — liquid glass (matches .ffv2-pc__img-glass + .pricing-proof_glass-card) */
.ffv2-partner-flow-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.03) 100%);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 18px;
    padding: 1.875rem 2rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.18),
        inset 0 0 30px rgba(255, 255, 255, 0.03),
        0 8px 40px rgba(0, 0, 0, 0.35);
}

/* Card label (small uppercase) */
.ffv2-partner-flow-card-label {
    font-family: "SF Pro Text", Arial, sans-serif;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.65);
}

/* Card title row (name + arrow) */
.ffv2-partner-flow-card-name {
    font-family: "SF Pro Display", Arial, sans-serif;
    font-size: 1.0625rem;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    line-height: 1.2;
}



/* Card description */
.ffv2-partner-flow-card-desc {
    font-family: "SF Pro Text", Arial, sans-serif;
    font-size: 0.8125rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.68);
    margin: 0;
}

/* Connector row between the two cards */
.ffv2-partner-flow-connector {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.125rem 0;
}

.ffv2-partner-flow-line {
    flex: 1;
    height: 1px;
    background: rgba(255, 255, 255, 0.08);
}

.ffv2-partner-flow-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 9rem;
    padding: 0.375rem 0.875rem;
    font-family: "SF Pro Text", Arial, sans-serif;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    white-space: nowrap;
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
}

.ffv2-partner-flow-plus {
    color: #f3350c;
    font-size: 0.875rem;
    font-weight: 800;
}

/* Result row — same liquid glass as flow card */
.ffv2-partner-flow-result {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 1.125rem;
    padding: 1.25rem 1.75rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.03) 100%);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 14px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.18),
        inset 0 0 30px rgba(255, 255, 255, 0.03),
        0 8px 40px rgba(0, 0, 0, 0.35);
}

.ffv2-partner-flow-eq {
    font-family: "SF Pro Display", Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #f3350c;
    flex-shrink: 0;
    line-height: 1;
}

.ffv2-partner-flow-result-text {
    font-family: "SF Pro Text", Arial, sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.4;
}

/* ── Partnership responsive ──────────────────────────────── */
@media (max-width: 1199px) {
    .ffv2-partner-inner {
        gap: 4rem;
    }
}

@media (max-width: 991px) {
    .ffv2-partner-inner {
        grid-template-columns: 1fr;
        gap: 3.5rem;
    }

    .ffv2-partner-sub {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .ffv2-partner-heading {
        font-size: clamp(2rem, 7vw, 2.5rem);
    }

    .ffv2-partner-flow-card {
        padding: 1.5rem 1.375rem;
    }

    .ffv2-partner-flow-result {
        padding: 1.125rem 1.25rem;
    }
}

@media (max-width: 479px) {
    .ffv2-partner-heading {
        font-size: 1.875rem;
    }

    .ffv2-partner-flow-card-name {
        font-size: 0.9375rem;
    }
}