/* ============================================================
   FindAlike Homepage v5 — Stacker-Inspired Light Theme
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
    --bg:           #ffffff;
    --bg-alt:       #f5f5f5;
    --bg-card:      #ffffff;
    --bg-subtle:    #f5f5f5;

    --border:       oklch(0.9022 0.0052 247.8822);
    --border-mid:   oklch(0.8700 0.0090 247.8822);
    --border-str:   oklch(0.8200 0.0130 247.8822);

    --accent:       oklch(0.6397 0.1720 36.4421);
    --accent-dark:  oklch(0.5500 0.1800 34.0000);
    --accent-2:     oklch(0.7500 0.1200 42.0000);
    --accent-3:     oklch(0.7156 0.0605 248.6845);
    --accent-glow:  oklch(0.6397 0.1720 36.4421 / 0.12);
    --accent-grad:  linear-gradient(135deg, oklch(0.6397 0.1720 36.4421) 0%, oklch(0.7500 0.1200 42) 55%, oklch(0.8600 0.0700 60) 100%);

    --text-1:       oklch(0.3211 0 0);
    --text-2:       oklch(0.5510 0.0234 264.3637);
    --text-3:       oklch(0.7155 0 0);

    --shadow-xs:    0px 1px 3px 0px hsl(0 0% 0% / 0.05);
    --shadow-sm:    0px 1px 3px 0px hsl(0 0% 0% / 0.10), 0px 1px 2px -1px hsl(0 0% 0% / 0.10);
    --shadow-md:    0px 1px 3px 0px hsl(0 0% 0% / 0.10), 0px 2px 4px -1px hsl(0 0% 0% / 0.10);
    --shadow-lg:    0px 1px 3px 0px hsl(0 0% 0% / 0.10), 0px 4px 6px -1px hsl(0 0% 0% / 0.10);

    --r-sm:    calc(0.75rem - 4px);
    --r-md:    calc(0.75rem - 2px);
    --r-lg:    0.75rem;
    --r-xl:    calc(0.75rem + 4px);
    --r-pill:  9999px;

    --font:   'Red Hat Text', 'Red Hat Text Placeholder', sans-serif;
    --sp:     100px;
    --w:      1160px;
}

body {
    font-family: var(--font);
    background: var(--bg);
    color: var(--text-1);
    -webkit-font-smoothing: antialiased;
    padding-top: 0 !important;
    overflow-x: hidden;
}

img  { max-width: 100%; height: auto; display: block; }
a    { text-decoration: none; }
button { font-family: var(--font); }

.v5-container { max-width: var(--w); margin: 0 auto; padding: 0 24px; }

/* ============================================================
   HEADER OVERRIDES — dark text on light/transparent hero
   ============================================================ */
#site-header {
    background: transparent !important;
    border-bottom-color: transparent !important;
}
#site-header.header-solid {
    background: rgba(255,255,255,0.96) !important;
    border-bottom-color: var(--border) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 1px 16px rgba(0,0,0,0.07) !important;
}
#site-header:not(.header-solid) .logo-text  { color: var(--text-1) !important; }
#site-header:not(.header-solid) .logo-img   { filter: none !important; }
#site-header:not(.header-solid) .nav-link   { color: var(--text-2) !important; }
#site-header:not(.header-solid) .nav-link:hover { color: var(--text-1) !important; background: var(--bg-subtle) !important; }
#site-header:not(.header-solid) .nav-divider { background: var(--border) !important; }
#site-header:not(.header-solid) .btn-login  { color: var(--text-2) !important; border-color: var(--border-mid) !important; }
#site-header:not(.header-solid) .btn-login:hover { background: var(--bg-subtle) !important; }
#site-header:not(.header-solid) .btn-signup { background: var(--text-1) !important; color: #fff !important; }
#site-header:not(.header-solid) .hamburger  { color: var(--text-1) !important; }
#site-header.header-solid .logo-text  { color: var(--text-1) !important; }
#site-header.header-solid .logo-img   { filter: none !important; }
#site-header.header-solid .nav-link   { color: var(--text-2) !important; }
#site-header.header-solid .nav-link:hover { color: var(--text-1) !important; background: var(--bg-subtle) !important; }
#site-header.header-solid .btn-login  { color: var(--text-2) !important; border-color: var(--border-mid) !important; }
#site-header.header-solid .btn-signup { background: var(--text-1) !important; color: #fff !important; }

/* ============================================================
   SCROLL REVEAL
   ============================================================ */
.v5-reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}
.v5-reveal.v5-in { opacity: 1; transform: translateY(0); }
.v5-d1 { transition-delay: 0.08s; }
.v5-d2 { transition-delay: 0.16s; }
.v5-d3 { transition-delay: 0.24s; }
.v5-d4 { transition-delay: 0.32s; }

/* ============================================================
   GRADIENT UTILITY
   ============================================================ */
.v5-grad {
    background: var(--accent-grad);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ============================================================
   HERO — light, mesh gradient shows through softly
   ============================================================ */
.v5-hero {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    overflow: hidden;
    background: #FFFFFF;
}
.v5-hero::before {
    content: '';
    position: absolute; inset: 0;
    background-image:
        linear-gradient(rgba(0,0,0,0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0,0,0,0.055) 1px, transparent 1px);
    background-size: 72px 72px;
    pointer-events: none;
    z-index: 0;
}
.v5-hero::after {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(ellipse 80% 70% at 50% 50%, transparent 35%, #FFFFFF 80%);
    pointer-events: none;
    z-index: 1;
}

.v5-hero-inner {
    position: relative;
    z-index: 2;
    max-width: 800px;
    width: 100%;
    padding: 160px 24px 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 26px;
}

/* Badge */
.v5-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: oklch(0.6397 0.1720 36.4421 / 0.08);
    border: 1px solid oklch(0.6397 0.1720 36.4421 / 0.25);
    color: var(--accent);
    font-size: 0.76rem;
    font-weight: 600;
    padding: 6px 18px;
    border-radius: var(--r-pill);
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.v5-badge-dot {
    width: 6px; height: 6px;
    border-radius: 50%;
    background: var(--accent);
    animation: v5BadgePulse 2.4s ease-in-out infinite;
}
@keyframes v5BadgePulse {
    0%,100% { opacity:1; transform:scale(1); }
    50%     { opacity:0.4; transform:scale(0.7); }
}

/* Headline */
.v5-hero-h1 {
    font-size: clamp(2.3rem, 5vw, 60px);
    font-weight: 600;
    line-height: 1.06;
    letter-spacing: -0.04em;
    color: var(--text-1);
}

/* Highlight — marker style */
.v5-highlight {
    background: linear-gradient(transparent 55%, oklch(0.6397 0.1720 36.4421 / 0.18) 55%);
    padding: 0 4px;
}

/* Subtitle */
.v5-hero-sub {
    font-size: clamp(1rem, 1.8vw, 1.15rem);
    color: var(--text-2);
    max-width: 560px;
    line-height: 1.72;
    font-weight: 400;
}

/* ---- Mode tabs ---- */
.v5-mode-tabs {
    display: inline-flex;
    gap: 3px;
    background: var(--bg-subtle);
    border: 1px solid var(--border-mid);
    border-radius: var(--r-pill);
    padding: 4px;
}
.v5-mode-tab {
    padding: 7px 22px;
    border-radius: var(--r-pill);
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--text-3);
    cursor: pointer;
    border: none;
    background: none;
    font-family: var(--font);
    transition: all 0.18s ease;
}
.v5-mode-tab.active {
    background: var(--accent);
    color: #fff;
    box-shadow: 0 2px 10px oklch(0.6397 0.1720 36.4421 / 0.30);
}

/* ---- Search box ---- */
.v5-search-wrap {
    width: 100%;
    max-width: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.v5-search-box {
    width: 100%;
    display: flex;
    align-items: center;
    background: var(--bg-card);
    border: 1.5px solid #D1D5DB;
    border-radius: var(--r-lg);
    box-shadow: var(--shadow-sm);
    transition: border-color 0.2s, box-shadow 0.2s;
    position: relative;
}
.v5-search-box:focus-within {
    border-color: var(--accent);
    box-shadow: 0 0 0 3px var(--accent-glow), var(--shadow-sm);
}
.v5-search-icon { color: var(--text-3); font-size: 0.9rem; flex-shrink: 0; padding-left: 20px; }
.v5-search-input {
    flex: 1; min-width: 0;
    height: 62px;
    padding: 0 20px;
    background: none; border: none; outline: none;
    font-size: 0.975rem;
    color: var(--text-1);
    font-family: var(--font);
}
.v5-search-input::placeholder { color: var(--text-3); }
.v5-search-btn {
    background: linear-gradient(135deg, oklch(0.6397 0.1720 36.4421), oklch(0.7500 0.1200 42));
    color: #fff;
    border: none;
    border-radius: var(--r-md);
    height: 46px;
    padding: 0 26px;
    font-size: 0.9rem;
    font-weight: 700;
    font-family: var(--font);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    white-space: nowrap;
    flex-shrink: 0;
    margin-right: 8px;
    transition: opacity 0.18s, transform 0.15s, box-shadow 0.15s;
}
.v5-search-btn:hover { opacity: 0.88; transform: translateY(-1px); box-shadow: 0 6px 20px oklch(0.6397 0.1720 36.4421 / 0.35); }
.v5-search-btn:disabled { opacity: 0.55; cursor: not-allowed; transform: none; }
.v5-search-error { font-size: 0.82rem; color: #DC2626; display: none; align-self: flex-start; padding-left: 4px; }

/* ============================================================
   V6 — Animated Dashboard Demo
   ============================================================ */
.v6-demo {
    width: 100%; max-width: 880px;
    margin: 0 auto;
    perspective: 1200px;
}
.v6-demo-window {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid var(--border);
    box-shadow: 0 20px 60px rgba(0,0,0,0.08), 0 0 0 1px var(--border);
    overflow: hidden;
    transform: rotateX(2deg);
    transition: transform 0.5s ease;
}
.v6-demo-window:hover { transform: rotateX(0deg); }

.v6-demo-bar {
    display: flex; align-items: center; gap: 7px;
    padding: 12px 16px;
    background: #f8f8f8;
    border-bottom: 1px solid var(--border);
}
.v6-dot {
    width: 10px; height: 10px; border-radius: 50%;
}
.v6-dot:nth-child(1) { background: #ff5f57; }
.v6-dot:nth-child(2) { background: #ffbd2e; }
.v6-dot:nth-child(3) { background: #28c940; }
.v6-bar-url {
    margin-left: 12px; font-size: 0.72rem; color: var(--text-3);
    display: flex; align-items: center; gap: 5px;
    background: rgba(0,0,0,0.03); padding: 4px 12px; border-radius: 6px;
}
.v6-bar-url i { font-size: 0.6rem; color: var(--text-3); }

.v6-demo-body { padding: 20px 24px 24px; }

/* Search row */
.v6-search-row {
    display: flex; gap: 10px; margin-bottom: 16px;
}
.v6-search-input-wrap {
    flex: 1; display: flex; align-items: center; gap: 10px;
    background: #f5f5f5; border: 1px solid var(--border);
    border-radius: 10px; padding: 10px 16px;
    font-size: 0.88rem; color: var(--text-1);
}
.v6-search-input-wrap i { color: var(--text-3); font-size: 0.85rem; }
.v6-typed { color: var(--text-1); font-weight: 500; }
.v6-cursor {
    color: var(--accent); font-weight: 300;
    animation: v6Blink 0.6s step-end infinite alternate;
}
@keyframes v6Blink { 50% { opacity: 0; } }

.v6-search-btn {
    padding: 10px 22px; border-radius: 10px; border: none;
    background: var(--accent-grad); color: #fff;
    font-family: var(--font); font-size: 0.82rem; font-weight: 700;
    display: flex; align-items: center; gap: 7px;
    white-space: nowrap; cursor: default;
    transition: transform 0.15s ease;
}
.v6-search-btn.clicked {
    animation: v6BtnClick 0.25s ease;
}
@keyframes v6BtnClick {
    0% { transform: scale(1); }
    50% { transform: scale(0.93); }
    100% { transform: scale(1); }
}

/* Loading shimmer */
.v6-loading {
    display: none; flex-direction: column; gap: 10px; margin-bottom: 16px;
}
.v6-loading.show { display: flex; }
.v6-shimmer {
    height: 14px; border-radius: 8px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: v6Shimmer 1.2s linear infinite;
}
.v6-shimmer-short { width: 60%; }
@keyframes v6Shimmer {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

/* Results bar */
.v6-results-bar {
    display: none; align-items: center; justify-content: space-between;
    margin-bottom: 14px; padding-bottom: 12px;
    border-bottom: 1px solid var(--border);
}
.v6-results-bar.show { display: flex; }
.v6-count { font-size: 0.82rem; color: var(--text-2); }
.v6-count-num { color: var(--accent); font-weight: 700; }
.v6-badge-grade {
    font-size: 0.68rem; font-weight: 600; color: var(--text-3);
    background: #f5f5f5; padding: 3px 10px; border-radius: 9999px;
}

/* Results table */
.v6-table-wrap { display: none; overflow: hidden; }
.v6-table-wrap.show { display: block; }
.v6-dataset { display: none; }
.v6-dataset.active.show { display: block; }
.v6-table { width: 100%; border-collapse: collapse; }
.v6-table thead th {
    text-align: left; font-size: 0.68rem; font-weight: 700;
    color: var(--text-3); text-transform: uppercase; letter-spacing: 0.08em;
    padding: 6px 10px; border-bottom: 1px solid var(--border);
}
.v6-table tbody td {
    padding: 9px 10px; font-size: 0.78rem; color: var(--text-2);
    border-bottom: 1px solid #f5f5f5;
    white-space: nowrap;
}
.v6-row {
    opacity: 0; transform: translateY(8px);
    transition: opacity 0.35s ease, transform 0.35s ease;
}
.v6-row.show { opacity: 1; transform: translateY(0); }

.v6-co { display: flex; align-items: center; gap: 10px; text-align: left; }
.v6-logo {
    width: 28px; height: 28px; border-radius: 7px;
    object-fit: contain; background: #f9f9f9;
    border: 1px solid var(--border);
}
.v6-name { display: block; font-size: 0.82rem; font-weight: 600; color: var(--text-1); }
.v6-domain { display: block; font-size: 0.68rem; color: var(--text-3); }

.v6-grade {
    position: relative;
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px;
}
.v6-grade svg {
    position: absolute; inset: 0;
    transform: rotate(-90deg);
}
.v6-grade-bg {
    fill: none; stroke: #e5e7eb; stroke-width: 3;
}
.v6-grade-fill {
    fill: none; stroke-width: 3;
    stroke-linecap: round;
    transition: stroke-dashoffset 1s ease;
}
.v6-grade-text {
    font-size: 0.6rem; font-weight: 700;
    position: relative; z-index: 1;
}

@media (max-width: 640px) {
    .v6-demo { max-width: 100%; }
    .v6-demo-window { border-radius: 12px; }
    .v6-search-row { flex-direction: column; }
    .v6-table thead th:nth-child(n+3),
    .v6-table tbody td:nth-child(n+3) { display: none; }
    .v6-table thead th:nth-child(2),
    .v6-table tbody td:nth-child(2) { display: table-cell; }
}

/* Suggestions */
.v5-suggestions {
    position: absolute;
    top: calc(100% + 6px);
    left: 0; right: 0;
    background: var(--bg-card);
    border: 1px solid var(--border-mid);
    border-radius: var(--r-md);
    overflow: hidden;
    display: none;
    z-index: 100;
    box-shadow: var(--shadow-lg);
}
.v5-suggestion-item {
    padding: 11px 20px;
    cursor: pointer;
    color: var(--text-1);
    font-size: 0.875rem;
    transition: background 0.1s;
}
.v5-suggestion-item:hover { background: var(--bg-alt); }

/* Trust line */
.v5-trust {
    font-size: 0.78rem;
    color: var(--text-3);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}
.v5-trust-sep { color: var(--border-str); }
.v5-trust-item { display: flex; align-items: center; gap: 5px; }
.v5-trust-item i { color: var(--accent); font-size: 0.7rem; }

/* Stats row */
.v5-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    max-width: 600px;
    border-top: 1px solid var(--border);
    padding-top: 40px;
}
.v5-stat {
    text-align: center;
    padding: 0 20px;
    border-right: 1px solid var(--border);
}
.v5-stat:last-child { border-right: none; }
.v5-stat-num {
    font-size: 1.9rem;
    font-weight: 800;
    color: var(--text-1);
    letter-spacing: -0.03em;
    line-height: 1;
    margin-bottom: 5px;
}
.v5-stat-label {
    font-size: 0.75rem;
    color: var(--text-3);
    font-weight: 400;
}

/* ============================================================
   LOGO STRIP (Marquee)
   ============================================================ */
.v5-logos {
    background: var(--bg-alt);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: 28px 0;
    overflow: hidden;
}
.v5-logos-label {
    text-align: center;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--text-3);
    margin-bottom: 20px;
}
.v5-marquee-wrap {
    position: relative;
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent 0%, black 10%, black 90%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 10%, black 90%, transparent 100%);
}
.v5-marquee-track {
    display: flex;
    width: max-content;
    animation: v5Marquee 30s linear infinite;
}
@keyframes v5Marquee {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}
.v5-logo-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 40px;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--text-3);
    letter-spacing: -0.01em;
    white-space: nowrap;
}
.v5-logo-item i { font-size: 1rem; }

/* ============================================================
   SHARED SECTION STYLES
   ============================================================ */
.v5-section { padding: var(--sp) 0; }
.v5-section-alt { background: var(--bg-alt); }

.v5-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--accent);
    margin-bottom: 14px;
}
.v5-section-title {
    font-size: clamp(1.85rem, 3.5vw, 2.8rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.12;
    color: var(--text-1);
    margin-bottom: 16px;
}
.v5-section-desc {
    font-size: 1rem;
    color: var(--text-2);
    line-height: 1.72;
    max-width: 560px;
}

/* ============================================================
   HOW IT WORKS
   ============================================================ */
.v5-how-header { text-align: center; margin-bottom: 64px; }
.v5-how-header .v5-section-desc { margin: 0 auto; }

.v5-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.v5-step-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--r-xl);
    padding: 44px 36px;
    box-shadow: var(--shadow-xs);
    transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}
.v5-step-card:hover {
    border-color: oklch(0.6397 0.1720 36.4421 / 0.25);
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
}
.v5-step-num {
    width: 38px; height: 38px;
    border-radius: var(--r-sm);
    background: linear-gradient(135deg, oklch(0.6397 0.1720 36.4421), oklch(0.7500 0.1200 42));
    color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-size: 0.95rem; font-weight: 800;
    margin-bottom: 24px;
    flex-shrink: 0;
}
.v5-step-title { font-size: 1.05rem; font-weight: 700; color: var(--text-1); margin-bottom: 10px; letter-spacing: -0.01em; }
.v5-step-body  { font-size: 0.9rem; color: var(--text-2); line-height: 1.65; }

/* ============================================================
   FEATURE ROWS
   ============================================================ */
.v5-features { display: flex; flex-direction: column; gap: 90px; }

.v5-feature-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    align-items: center;
}
.v5-feature-row.v5-flip { direction: rtl; }
.v5-feature-row.v5-flip > * { direction: ltr; }

.v5-feature-title {
    font-size: clamp(1.5rem, 2.5vw, 2.1rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.15;
    color: var(--text-1);
    margin-bottom: 14px;
}
.v5-feature-body {
    font-size: 0.925rem;
    color: var(--text-2);
    line-height: 1.75;
    margin-bottom: 28px;
}
.v5-check-list { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.v5-check-list li {
    display: flex; align-items: center; gap: 10px;
    font-size: 0.875rem; font-weight: 500; color: var(--text-2);
}
.v5-check-ico {
    width: 20px; height: 20px;
    border-radius: 50%;
    background: oklch(0.6397 0.1720 36.4421 / 0.10);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.v5-check-ico i { font-size: 0.58rem; color: var(--accent); }

.v5-feature-visual {
    border-radius: var(--r-xl);
    overflow: hidden;
    border: 1px solid var(--border);
    background: var(--bg-alt);
    aspect-ratio: 4/3;
}
.v5-feature-visual img { width: 100%; height: 100%; object-fit: cover; }

/* ── Filter funnel visual ───────────────────────────────── */
.v5-filter-visual {
    background: #0d0d0d;
    background-image: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 5px,
        rgba(255,255,255,0.018) 5px,
        rgba(255,255,255,0.018) 6px
    );
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 4px 32px rgba(0,0,0,0.5);
    padding: 0;
    overflow: hidden;
}

.v5-fv-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

/* ── Orbit rings (decorative) ──── */
.v5-fv-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    pointer-events: none;
}
.v5-fv-ring-1 {
    width: 260px; height: 260px;
    border: 1px solid rgba(217,119,87,0.12);
    animation: v5RingSpin 60s linear infinite;
}
.v5-fv-ring-2 {
    width: 320px; height: 320px;
    border: 1px dashed rgba(217,119,87,0.08);
    animation: v5RingSpin 90s linear infinite reverse;
}
.v5-fv-ring-3 {
    width: 200px; height: 200px;
    border: 1.5px dashed rgba(217,119,87,0.15);
    animation: v5RingSpin 45s linear infinite;
}
@keyframes v5RingSpin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

/* Floating particles on rings */
.v5-fv-particle {
    position: absolute;
    width: 4px; height: 4px;
    border-radius: 50%;
    background: #D97757;
    top: 50%; left: 50%;
    margin: -2px 0 0 -2px;
    pointer-events: none;
    opacity: 0.7;
}
.v5-fv-p1 { animation: v5Particle 20s linear infinite; }
.v5-fv-p2 { animation: v5Particle 20s linear infinite; animation-delay: -5s; }
.v5-fv-p3 { animation: v5Particle 20s linear infinite; animation-delay: -10s; }
.v5-fv-p4 { animation: v5Particle 20s linear infinite; animation-delay: -15s; }
.v5-fv-p5 { animation: v5Particle2 25s linear infinite; }
.v5-fv-p6 { animation: v5Particle2 25s linear infinite; animation-delay: -8.3s; }
.v5-fv-p7 { animation: v5Particle2 25s linear infinite; animation-delay: -16.6s; }
@keyframes v5Particle {
    0%   { transform: rotate(0deg) translateX(130px); opacity: 0.8; }
    50%  { opacity: 0.3; }
    100% { transform: rotate(360deg) translateX(130px); opacity: 0.8; }
}
@keyframes v5Particle2 {
    0%   { transform: rotate(0deg) translateX(160px); opacity: 0.5; }
    50%  { opacity: 0.15; }
    100% { transform: rotate(-360deg) translateX(160px); opacity: 0.5; }
}

/* ── Center hub ──────────────── */
.v5-fv-hub {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 62px;
    height: 62px;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.v5-fv-hub-glow {
    position: absolute;
    inset: -24px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(217,119,87,0.40) 0%, rgba(217,119,87,0.10) 45%, transparent 70%);
    animation: v5FvHubPulse 2.8s ease-in-out infinite;
}
@keyframes v5FvHubPulse {
    0%, 100% { transform: scale(1); opacity: 0.9; }
    50% { transform: scale(1.4); opacity: 0.35; }
}

.v5-fv-hub-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2.5px solid #D97757;
    box-shadow: 0 0 24px rgba(217,119,87,0.55), 0 0 60px rgba(217,119,87,0.15), inset 0 0 14px rgba(217,119,87,0.12);
    animation: v5HubRingPulse 4s ease-in-out infinite;
}
@keyframes v5HubRingPulse {
    0%, 100% { box-shadow: 0 0 24px rgba(217,119,87,0.55), 0 0 60px rgba(217,119,87,0.15), inset 0 0 14px rgba(217,119,87,0.12); }
    50% { box-shadow: 0 0 32px rgba(217,119,87,0.70), 0 0 80px rgba(217,119,87,0.20), inset 0 0 20px rgba(217,119,87,0.18); }
}

.v5-fv-hub-core {
    position: absolute;
    inset: 7px;
    border-radius: 50%;
    background: #1a1a1a;
    border: 1px solid rgba(217,119,87,0.25);
    display: flex;
    align-items: center;
    justify-content: center;
}

.v5-fv-hub-core i {
    font-size: 17px;
    color: #D97757;
    animation: v5HubIconSpin 8s ease-in-out infinite;
}
@keyframes v5HubIconSpin {
    0%, 100% { transform: rotate(0deg); }
    25% { transform: rotate(15deg); }
    75% { transform: rotate(-15deg); }
}

/* ── Orbiting filter items ───── */
.v5-fv-item {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    z-index: 1;
    pointer-events: none;
}

.v5-fv-ico {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.35), 0 0 20px rgba(255,255,255,0.05);
    transition: transform 0.3s ease;
}
.v5-fv-ico i {
    font-size: 11px;
    color: #fff;
}

.v5-fv-lbl {
    font-size: 9.5px;
    font-weight: 600;
    color: rgba(255,255,255,0.65);
    white-space: nowrap;
    text-align: center;
    text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}

@keyframes v5Orb {
    0%   { transform: rotate(0deg)   translateX(130px) rotate(0deg)   scale(1); }
    25%  { transform: rotate(90deg)  translateX(130px) rotate(-90deg) scale(1.12); }
    50%  { transform: rotate(180deg) translateX(130px) rotate(-180deg) scale(1); }
    75%  { transform: rotate(270deg) translateX(130px) rotate(-270deg) scale(1.12); }
    100% { transform: rotate(360deg) translateX(130px) rotate(-360deg) scale(1); }
}

/* 7 items evenly spaced: 360/7 ≈ 51.4° → 35s * 51.4/360 ≈ 5s offset */
.v5-fv-o1 { animation: v5Orb 35s linear infinite; animation-delay: 0s; }
.v5-fv-o2 { animation: v5Orb 35s linear infinite; animation-delay: -5s; }
.v5-fv-o3 { animation: v5Orb 35s linear infinite; animation-delay: -10s; }
.v5-fv-o4 { animation: v5Orb 35s linear infinite; animation-delay: -15s; }
.v5-fv-o5 { animation: v5Orb 35s linear infinite; animation-delay: -20s; }
.v5-fv-o6 { animation: v5Orb 35s linear infinite; animation-delay: -25s; }
.v5-fv-o7 { animation: v5Orb 35s linear infinite; animation-delay: -30s; }


/* ── AI Matching visual ────────────────────────────────── */
.v5-ai-visual {
    background: #0d0d0d;
    background-image: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 5px,
        rgba(255,255,255,0.018) 5px,
        rgba(255,255,255,0.018) 6px
    );
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 4px 32px rgba(0,0,0,0.5);
    padding: 0;
    overflow: hidden;
}

.v5-ai-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

/* SVG overlay */
.v5-ai-svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

/* Glow ellipse */
.v5-ai-glow-el { opacity: 0; }
.v5-ai-trigger.v5-in .v5-ai-glow-el {
    animation: v5AiGlowIn 0.8s ease 0.15s forwards;
}
@keyframes v5AiGlowIn { to { opacity: 1; } }

/* Connection lines — stroke-dasharray/offset draw */
.v5-ai-line {
    stroke: #D97757;
    stroke-width: 0.8;
    stroke-opacity: 0.5;
    stroke-dasharray: 156;
    stroke-dashoffset: 156;
}

.v5-ai-trigger.v5-in .v5-ai-ln1 { animation: v5LineDraw 0.6s ease 0.3s forwards; }
.v5-ai-trigger.v5-in .v5-ai-ln2 { animation: v5LineDraw 0.6s ease 0.5s forwards; }
.v5-ai-trigger.v5-in .v5-ai-ln3 { animation: v5LineDraw 0.6s ease 0.7s forwards; }
.v5-ai-trigger.v5-in .v5-ai-ln4 { animation: v5LineDraw 0.6s ease 0.9s forwards; }

@keyframes v5LineDraw { to { stroke-dashoffset: 0; } }

/* ── Center hub ──────────── */
.v5-ai-hub {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 62px;
    height: 62px;
    transform: translate(-50%, -50%) scale(0);
}

.v5-ai-trigger.v5-in .v5-ai-hub {
    animation: v5HubIn 0.5s cubic-bezier(0.34,1.56,0.64,1) 0.1s forwards;
}
@keyframes v5HubIn { to { transform: translate(-50%, -50%) scale(1); } }

.v5-ai-hub-pulse {
    position: absolute;
    inset: -16px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(217,119,87,0.30) 0%, transparent 70%);
    animation: v5HubPulse 2.8s ease-in-out infinite;
}
@keyframes v5HubPulse {
    0%, 100% { transform: scale(1); opacity: 0.9; }
    50% { transform: scale(1.35); opacity: 0.35; }
}

.v5-ai-hub-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2.5px solid #D97757;
    box-shadow: 0 0 24px rgba(217,119,87,0.55), 0 0 60px rgba(217,119,87,0.15), inset 0 0 14px rgba(217,119,87,0.12);
}

.v5-ai-hub-core {
    position: absolute;
    inset: 7px;
    border-radius: 50%;
    background: #1a1a1a;
    border: 1px solid rgba(217,119,87,0.25);
    display: flex;
    align-items: center;
    justify-content: center;
}

.v5-ai-hub-core i {
    font-size: 17px;
    color: #D97757;
}

/* ── Corner nodes ────────── */
.v5-ai-node {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    opacity: 0;
    transform: scale(0.5);
}

/* Positions matching SVG coords: (72,65) (328,65) (72,235) (328,235) in 400×300 */
.v5-ai-node-tl { top: calc(21.67% - 26px); left: calc(18% - 26px); }
.v5-ai-node-tr { top: calc(21.67% - 26px); left: calc(82% - 26px); }
.v5-ai-node-bl { top: calc(78.33% - 26px); left: calc(18% - 26px); }
.v5-ai-node-br { top: calc(78.33% - 26px); left: calc(82% - 26px); }

.v5-ai-trigger.v5-in .v5-ai-node-tl { animation: v5NodePop 0.45s cubic-bezier(0.34,1.56,0.64,1) 0.85s forwards; }
.v5-ai-trigger.v5-in .v5-ai-node-tr { animation: v5NodePop 0.45s cubic-bezier(0.34,1.56,0.64,1) 1.05s forwards; }
.v5-ai-trigger.v5-in .v5-ai-node-bl { animation: v5NodePop 0.45s cubic-bezier(0.34,1.56,0.64,1) 1.25s forwards; }
.v5-ai-trigger.v5-in .v5-ai-node-br { animation: v5NodePop 0.45s cubic-bezier(0.34,1.56,0.64,1) 1.45s forwards; }

@keyframes v5NodePop { to { opacity: 1; transform: scale(1); } }

.v5-ai-node-circle {
    position: relative;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 12px rgba(0,0,0,0.3), 0 0 0 1px rgba(255,255,255,0.1);
}

.v5-ai-node-circle img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    border-radius: 4px;
}

/* Score / query badge on node */
.v5-ai-badge {
    position: absolute;
    bottom: -4px;
    right: -6px;
    font-size: 8.5px;
    font-weight: 800;
    padding: 1.5px 6px;
    border-radius: var(--r-pill);
    letter-spacing: -0.01em;
    white-space: nowrap;
    box-shadow: 0 1px 4px rgba(0,0,0,0.35);
}

.v5-ai-badge-score {
    background: #D97757;
    color: #fff;
}

.v5-ai-badge-query {
    background: #fff;
    color: #111;
    border: 1px solid rgba(255,255,255,0.3);
}

.v5-ai-node-name {
    font-size: 10px;
    font-weight: 600;
    color: rgba(255,255,255,0.65);
    text-align: center;
    line-height: 1;
}

/* ── Company logo grid ─────────────────────────────────── */
.v5-company-grid {
    width: 100%;
    height: 100%;
    background: #0f0f0f;
    position: relative;
    overflow: hidden;
    border-radius: inherit;
}

/* Subtle diagonal-line texture like the reference image */
.v5-company-grid::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(
        -45deg,
        rgba(255,255,255,0.025) 0px,
        rgba(255,255,255,0.025) 1px,
        transparent 1px,
        transparent 6px
    );
    pointer-events: none;
    z-index: 0;
}

.v5-cg-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(5, 1fr);
    gap: 1px;
    background: rgba(255,255,255,0.06);  /* grid lines */
    padding: 1px;
}

.v5-cg-cell {
    background: #0f0f0f;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

.v5-cg-logo {
    background: #1a1a1a;
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 6px;
    cursor: default;
    perspective: 400px;
    overflow: hidden;
}

.v5-cg-logo:hover {
    background: #222;
    border-color: rgba(255,255,255,0.20);
}

/* Flip card internals */
.v5-cg-flipper {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 8px;
}

.v5-cg-flipper.v5-cg-flipped {
    transform: rotateY(180deg);
}

.v5-cg-face {
    position: absolute;
    inset: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 8px;
}

.v5-cg-back {
    transform: rotateY(180deg);
}

.v5-cg-logo img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    border-radius: 6px;
    filter: none;
}

.v5-cg-logo span {
    font-size: 9px;
    font-weight: 600;
    color: rgba(255,255,255,0.65);
    text-align: center;
    line-height: 1.2;
    white-space: nowrap;
}

.v5-cg-face img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    border-radius: 6px;
}

.v5-cg-face span {
    font-size: 9px;
    font-weight: 600;
    color: rgba(255,255,255,0.65);
    text-align: center;
    line-height: 1.2;
    white-space: nowrap;
}

/* Center cell — FindAlike brand */
.v5-cg-center {
    background: var(--accent);
    border-radius: 8px;
    border: none;
}

.v5-cg-brand {
    width: 36px !important;
    height: 36px !important;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

/* ============================================================
   USE CASES
   ============================================================ */
.v5-use-header { text-align: center; margin-bottom: 56px; }
.v5-use-header .v5-section-desc { margin: 0 auto; }

.v5-use-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.v5-use-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--r-xl);
    padding: 32px 26px;
    box-shadow: var(--shadow-xs);
    transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}
.v5-use-card:hover {
    border-color: oklch(0.6397 0.1720 36.4421 / 0.25);
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
}
.v5-use-icon {
    width: 46px; height: 46px;
    border-radius: var(--r-sm);
    background: oklch(0.6397 0.1720 36.4421 / 0.08);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 20px;
}
.v5-use-icon i { font-size: 1.2rem; color: var(--accent); }
.v5-use-title { font-size: 0.975rem; font-weight: 700; color: var(--text-1); margin-bottom: 10px; }
.v5-use-body  { font-size: 0.85rem; color: var(--text-2); line-height: 1.65; }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.v5-testi-header { text-align: center; margin-bottom: 56px; }

.v5-testi-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.v5-testi-card {
    background: var(--bg-alt);
    border: 1px solid var(--border);
    border-radius: var(--r-xl);
    padding: 32px 28px;
    display: flex; flex-direction: column;
    transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}
.v5-testi-card:hover { border-color: oklch(0.6397 0.1720 36.4421 / 0.20); transform: translateY(-3px); box-shadow: var(--shadow-md); }
.v5-testi-stars { display: flex; gap: 3px; margin-bottom: 18px; }
.v5-testi-stars i { color: #FBBF24; font-size: 0.8rem; }
.v5-testi-text {
    font-size: 0.925rem; color: var(--text-2); line-height: 1.75;
    margin-bottom: 24px; flex: 1; font-style: italic;
}
.v5-testi-author { display: flex; align-items: center; gap: 12px; }
.v5-author-ava {
    width: 40px; height: 40px; border-radius: 50%;
    background: linear-gradient(135deg, oklch(0.6397 0.1720 36.4421), oklch(0.7500 0.1200 42));
    color: #fff;
    font-size: 0.82rem; font-weight: 800;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.v5-author-name { font-size: 0.875rem; font-weight: 600; color: var(--text-1); }
.v5-author-role { font-size: 0.76rem; color: var(--text-3); margin-top: 1px; }

/* ============================================================
   PRICING
   ============================================================ */
.v5-pricing-header { text-align: center; margin-bottom: 56px; }
.v5-pricing-header .v5-section-desc { margin: 0 auto; }

.v5-pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: start;
}
.v5-plan-card {
    background: var(--bg-card);
    border: 1.5px solid var(--border);
    border-radius: var(--r-xl);
    padding: 40px 32px;
    position: relative;
    box-shadow: var(--shadow-xs);
    transition: transform 0.2s, box-shadow 0.2s;
}
.v5-plan-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }

/* Featured card — gradient border */
.v5-plan-featured {
    background:
        linear-gradient(var(--bg-card), var(--bg-card)) padding-box,
        linear-gradient(135deg, oklch(0.6397 0.1720 36.4421), oklch(0.7500 0.1200 42), oklch(0.8600 0.0700 60)) border-box;
    border: 1.5px solid transparent;
}
.v5-featured-pill {
    position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
    background: linear-gradient(135deg, oklch(0.6397 0.1720 36.4421), oklch(0.7500 0.1200 42));
    color: #fff;
    font-size: 0.7rem; font-weight: 700;
    padding: 4px 18px; border-radius: var(--r-pill);
    white-space: nowrap; letter-spacing: 0.05em; text-transform: uppercase;
}
.v5-plan-tier  { font-size: 0.7rem; font-weight: 700; color: var(--text-3); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 10px; }
.v5-plan-price { font-size: 3.25rem; font-weight: 900; color: var(--text-1); letter-spacing: -0.04em; line-height: 1; margin-bottom: 4px; }
.v5-plan-price sup { font-size: 1.4rem; font-weight: 700; vertical-align: top; margin-top: 10px; }
.v5-plan-cycle { font-size: 0.8rem; color: var(--text-3); margin-bottom: 28px; }
.v5-plan-rule  { border: none; border-top: 1px solid var(--border); margin-bottom: 24px; }
.v5-plan-desc  { font-size: 0.875rem; color: var(--text-2); line-height: 1.6; padding-top: 18px; border-top: 1px solid var(--border); }

.v5-plan-feats { list-style: none; display: flex; flex-direction: column; gap: 11px; margin-bottom: 32px; }
.v5-plan-feats li { display: flex; align-items: center; gap: 10px; font-size: 0.85rem; color: var(--text-2); }
.v5-plan-feats li.off { color: var(--text-3); }
.v5-pf-ico { width: 18px; height: 18px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.v5-pf-ico.on  { background: oklch(0.6397 0.1720 36.4421 / 0.10); }
.v5-pf-ico.on i  { font-size: 0.58rem; color: var(--accent); }
.v5-pf-ico.off-ico { background: var(--bg-subtle); }
.v5-pf-ico.off-ico i { font-size: 0.58rem; color: var(--text-3); }

.v5-plan-btn {
    display: block; width: 100%;
    padding: 13px 20px; border-radius: var(--r-pill);
    font-size: 0.9rem; font-weight: 700; text-align: center;
    cursor: pointer; border: none; text-decoration: none;
    font-family: var(--font); margin-top: auto;
    transition: all 0.18s ease;
}
.v5-btn-ghost {
    background: transparent;
    border: 1.5px solid var(--border-mid);
    color: var(--text-2);
}
.v5-btn-ghost:hover { border-color: var(--accent); color: var(--accent); }
.v5-btn-fill {
    background: linear-gradient(135deg, oklch(0.6397 0.1720 36.4421), oklch(0.7500 0.1200 42));
    color: #fff;
    box-shadow: 0 4px 16px oklch(0.6397 0.1720 36.4421 / 0.28);
}
.v5-btn-fill:hover { opacity: 0.88; transform: translateY(-1px); box-shadow: 0 8px 24px oklch(0.6397 0.1720 36.4421 / 0.38); }

/* ============================================================
   FINAL CTA
   ============================================================ */
.v5-cta {
    background: var(--bg-alt);
    text-align: center;
    position: relative;
    overflow: hidden;
    border-top: 1px solid var(--border);
}
.v5-cta::before {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(ellipse 70% 80% at 50% 100%, oklch(0.6397 0.1720 36.4421 / 0.08) 0%, transparent 65%);
    pointer-events: none;
}
.v5-cta-inner { position: relative; z-index: 1; max-width: 680px; margin: 0 auto; text-align: center; }
.v5-cta-title {
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 900; letter-spacing: -0.04em; line-height: 1.1;
    color: var(--text-1); margin-bottom: 18px;
}
.v5-cta-desc { font-size: 1.05rem; color: var(--text-2); line-height: 1.7; margin-bottom: 40px; }
.v5-cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.v5-cta-primary {
    display: inline-flex; align-items: center; gap: 8px;
    background: linear-gradient(135deg, oklch(0.6397 0.1720 36.4421), oklch(0.7500 0.1200 42));
    color: #fff;
    padding: 16px 34px; border-radius: var(--r-md);
    font-size: 0.975rem; font-weight: 700;
    transition: opacity 0.18s, transform 0.15s, box-shadow 0.15s;
    text-decoration: none;
}
.v5-cta-primary:hover { opacity: 0.88; transform: translateY(-2px); box-shadow: 0 12px 32px oklch(0.6397 0.1720 36.4421 / 0.30); }
.v5-cta-ghost {
    display: inline-flex; align-items: center; gap: 8px;
    background: transparent; color: var(--text-2);
    padding: 15px 34px; border-radius: var(--r-md);
    border: 1.5px solid var(--border-mid);
    font-size: 0.975rem; font-weight: 600;
    transition: all 0.18s ease; text-decoration: none;
}
.v5-cta-ghost:hover { border-color: var(--accent); color: var(--accent); }

/* Spinner */
@keyframes v5Spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
.spin { display: inline-block; animation: v5Spin 0.8s linear infinite; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
    .v5-use-grid     { grid-template-columns: repeat(2, 1fr); }
    .v5-testi-grid   { grid-template-columns: repeat(2, 1fr); }
    .v5-pricing-grid { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; }
}
@media (max-width: 768px) {
    :root { --sp: 72px; }
    .v5-hero-inner   { padding: 100px 20px 80px; }
    .v5-steps        { grid-template-columns: 1fr; }
    .v5-feature-row, .v5-feature-row.v5-flip { grid-template-columns: 1fr; gap: 32px; direction: ltr; }
    .v5-features     { gap: 60px; }
    .v5-use-grid     { grid-template-columns: 1fr; }
    .v5-testi-grid   { grid-template-columns: 1fr; }
    .v5-stats        { grid-template-columns: repeat(3, 1fr); }
    .v5-stat         { padding: 0 12px; }
    .v5-cta-btns     { flex-direction: column; align-items: center; }
}
@media (max-width: 480px) {
    .v5-hero-h1      { font-size: 2.3rem; }
    .v5-search-input { height: 54px; font-size: 0.875rem; }
    .v5-search-btn   { width: 46px; padding: 0; gap: 0; font-size: 0; }
    .v5-search-btn i { font-size: 1rem; }
}
