/* Homepage v0 redesign — Fixme purple brand (#840283) */

:root {
    --home-purple: #840283;
    --home-purple-light: #a503a3;
    --home-purple-soft: rgba(132, 2, 131, 0.08);
    --home-purple-border: rgba(132, 2, 131, 0.18);
    --home-text: #1a1a1a;
    --home-text-muted: #6b7280;
    --home-bg: #fafafa;
    --home-white: #ffffff;
    --home-cta-section-bg: #fafafa;
    --home-cta-card-bg: #ffffff;
    --home-radius: 1rem;
    --home-radius-lg: 1.5rem;
    --home-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.08), 0 2px 4px -1px rgba(0, 0, 0, 0.04);
    --home-shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.1);
}

html,
body.home-redesign {
    overflow-x: hidden;
}

body.home-redesign {
    background: var(--home-white);
}

body.home-redesign header {
    overflow: visible;
}

.home-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
}

.home-section {
    padding: 4.5rem 0;
}

.home-section-alt {
    background: var(--home-bg);
}

.home-section-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 3rem;
}

.home-section-title {
    font-family: objectsansbold, sans-serif;
    font-size: clamp(1.75rem, 3.5vw, 2.75rem);
    font-weight: 800;
    color: var(--home-text);
    margin: 0 0 1rem;
    line-height: 1.2;
}

.home-section-subtitle {
    font-family: latoregular, sans-serif;
    font-size: clamp(1rem, 2vw, 1.2rem);
    color: var(--home-text-muted);
    margin: 0;
    line-height: 1.6;
}

.home-badge {
    display: inline-block;
    padding: 0.4rem 1rem;
    background: var(--home-purple-soft);
    color: var(--home-purple);
    border: 1px solid var(--home-purple-border);
    border-radius: 999px;
    font-family: latoregular, sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
}

/* Navigation */
.home-nav {
    position: sticky;
    top: 0;
    z-index: 1030;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding: 0.875rem 0;
}

.home-nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.home-nav-logo {
    height: 40px;
    width: auto;
}

.home-nav-links {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.home-nav-link {
    font-family: latoregular, sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--home-text);
    text-decoration: none;
    padding: 0.5rem 0.875rem;
    border-radius: 999px;
    transition: background 0.2s ease, color 0.2s ease;
}

.home-nav-link:hover {
    background: var(--home-purple-soft);
    color: var(--home-purple);
    text-decoration: none;
}

.home-nav-cta {
    display: inline-block;
    background: var(--home-purple);
    color: #fff !important;
    font-family: latoregular, sans-serif;
    font-size: 0.9375rem;
    font-weight: 700;
    padding: 0.625rem 1.25rem;
    border-radius: 999px;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}

.home-nav-cta:hover {
    background: var(--home-purple-light);
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}

.home-nav-toggle {
    display: none;
    border: 1px solid var(--home-purple-border);
    background: var(--home-white);
    color: var(--home-purple);
    border-radius: 0.5rem;
    padding: 0.5rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    cursor: pointer;
}

.home-nav-mobile {
    display: none;
    padding-top: 1rem;
}

.home-nav-mobile.is-open {
    display: block;
}

.home-nav-mobile .home-nav-link {
    display: block;
    margin-bottom: 0.25rem;
}

/* Hero badge + rating card (original header layout) */
header .hero-escrow-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #fff;
    padding: 0.35rem 0.85rem;
    font-family: latoregular, sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    color: #6b7280;
    line-height: 1.4;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

header .hero-escrow-badge-icon {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    color: #840283;
}

header .header-left-content .main-header-intro-txt {
    margin-top: 1.25rem;
}

header .header-hero-visual {
    position: relative;
    overflow: visible;
}

header .hero-float-card {
    position: absolute;
    background: var(--home-white, #fff);
    border-radius: var(--home-radius, 1rem);
    padding: 0.75rem 1rem;
    box-shadow: var(--home-shadow-lg, 0 10px 30px rgba(0, 0, 0, 0.1));
    border: 1px solid rgba(0, 0, 0, 0.05);
    font-family: latoregular, sans-serif;
    font-size: 0.8125rem;
    text-align: left;
    max-width: 180px;
    z-index: 2;
}

header .hero-float-card strong {
    display: block;
    color: var(--home-text, #1a1a1a);
    font-size: 0.875rem;
    margin-bottom: 0.15rem;
}

header .hero-float-card span {
    color: var(--home-text-muted, #6b7280);
    font-size: 0.75rem;
}

header .hero-float-card--escrow {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    top: 2rem;
    left: -0.75rem;
    max-width: none;
    padding: 0.75rem;
    border-radius: 1rem;
}

header .hero-float-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 0.75rem;
    background: rgba(132, 2, 131, 0.1);
    flex-shrink: 0;
}

header .hero-float-card-icon svg {
    width: 20px;
    height: 20px;
    color: #840283;
}

header .hero-float-card--escrow .hero-float-card-content strong {
    display: block;
    color: var(--home-text, #1a1a1a);
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 0.15rem;
}

header .hero-float-card--escrow .hero-float-card-content span {
    display: block;
    font-size: 0.75rem;
}

header .hero-float-card--rating {
    bottom: 12%;
    right: 0;
}

@media (min-width: 576px) {
    header .hero-float-card--escrow {
        left: 1.5rem;
    }
}

@media (max-width: 991px) {
    header .hero-float-card--rating {
        right: 5%;
    }
}

@media (max-width: 768px) {
    header .hero-float-card {
        position: static;
        max-width: 100%;
        margin-top: 1rem;
    }
}

/* Hero (v0 redesign — used if home-hero section is re-enabled) */
.home-hero {
    position: relative;
    padding: 3rem 0 4rem;
    background: linear-gradient(135deg, #fafafa 0%, #ffffff 60%);
    overflow: hidden;
}

.home-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 40%, rgba(132, 2, 131, 0.08) 0%, transparent 45%),
        radial-gradient(circle at 85% 70%, rgba(132, 2, 131, 0.06) 0%, transparent 40%);
    pointer-events: none;
}

.home-hero-grid {
    position: relative;
    z-index: 1;
}

.home-hero-title {
    font-family: objectsansbold, sans-serif;
    font-size: clamp(2rem, 4.5vw, 3.25rem);
    font-weight: 800;
    line-height: 1.1;
    color: var(--home-text);
    margin: 0 0 1.25rem;
}

.home-hero-title .purple-text {
    color: var(--home-purple);
}

.home-hero-text {
    font-family: latoregular, sans-serif;
    font-size: clamp(1rem, 2vw, 1.2rem);
    color: var(--home-text-muted);
    line-height: 1.65;
    margin: 0 0 1.5rem;
    max-width: 540px;
}

.hero-trust-indicators {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
    margin-bottom: 1.75rem;
}

.hero-trust-indicators span {
    display: inline-flex;
    align-items: center;
    font-family: latoregular, sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: var(--home-purple);
    background: var(--home-purple-soft);
    border: 1px solid var(--home-purple-border);
    border-radius: 999px;
    padding: 7px 13px;
    white-space: nowrap;
}

.hero-search-form {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1rem;
    max-width: 520px;
}

.hero-search-input-wrap {
    flex: 1 1 220px;
    position: relative;
}

.hero-search-input {
    width: 100%;
    padding: 0.875rem 1rem 0.875rem 2.75rem;
    font-family: latoregular, sans-serif;
    font-size: 1rem;
    border: 2px solid #e5e7eb;
    border-radius: 999px;
    background: var(--home-white);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.hero-search-input:focus {
    outline: none;
    border-color: var(--home-purple);
    box-shadow: 0 0 0 3px rgba(132, 2, 131, 0.12);
}

.hero-search-icon {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--home-text-muted);
    pointer-events: none;
}

.hero-search-btn {
    flex: 0 0 auto;
    background: var(--home-purple);
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 0.875rem 1.75rem;
    font-family: latoregular, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s ease;
}

.hero-search-btn:hover {
    background: var(--home-purple-light);
}

.hero-popular-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.75rem;
}

.hero-popular-label {
    font-family: latoregular, sans-serif;
    font-size: 0.875rem;
    color: var(--home-text-muted);
    margin-right: 0.25rem;
}

.hero-popular-tag {
    font-family: latoregular, sans-serif;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--home-purple);
    background: var(--home-white);
    border: 1px solid var(--home-purple-border);
    border-radius: 999px;
    padding: 0.35rem 0.85rem;
    text-decoration: none;
    transition: background 0.2s ease;
}

.hero-popular-tag:hover {
    background: var(--home-purple-soft);
    text-decoration: none;
    color: var(--home-purple);
}

.home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 2rem;
}

.home-hero-actions .purple-bg-btn {
    font-size: 1rem;
    padding: 0.875rem 1.75rem;
    margin: 0;
}

.hero-stats-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem 2.5rem;
}

.hero-stat-item {
    text-align: left;
}

.hero-stat-number {
    font-family: objectsansbold, sans-serif;
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--home-purple);
    line-height: 1;
    margin-bottom: 0.25rem;
}

.hero-stat-label {
    font-family: latoregular, sans-serif;
    font-size: 0.875rem;
    color: var(--home-text-muted);
}

.home-hero-visual {
    position: relative;
    text-align: center;
}

.home-hero-image {
    max-width: 100%;
    height: auto;
    animation: home-float 6s ease-in-out infinite;
}

@keyframes home-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}

.hero-float-card {
    position: absolute;
    background: var(--home-white);
    border-radius: var(--home-radius);
    padding: 0.75rem 1rem;
    box-shadow: var(--home-shadow-lg);
    border: 1px solid rgba(0, 0, 0, 0.05);
    font-family: latoregular, sans-serif;
    font-size: 0.8125rem;
    text-align: left;
    max-width: 180px;
}

.hero-float-card strong {
    display: block;
    color: var(--home-text);
    font-size: 0.875rem;
    margin-bottom: 0.15rem;
}

.hero-float-card span {
    color: var(--home-text-muted);
    font-size: 0.75rem;
}

.hero-float-card--escrow {
    top: 8%;
    left: 0;
}

.hero-float-card--rating {
    bottom: 12%;
    right: 0;
}

/* Trust section (v0-style band) */
.home-trust-section {
    background: rgba(132, 2, 131, 0.04);
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.home-trust-header {
    text-align: center;
    max-width: 42rem;
    margin: 0 auto 3rem;
}

.home-trust-eyebrow {
    font-family: latoregular, sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--home-purple);
    margin: 0;
}

.home-trust-title {
    font-family: objectsansbold, sans-serif;
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 800;
    color: var(--home-text);
    margin: 0.75rem 0 0;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.home-trust-lead {
    font-family: latoregular, sans-serif;
    font-size: clamp(1rem, 2vw, 1.125rem);
    line-height: 1.65;
    color: var(--home-text-muted);
    margin: 1rem auto 0;
    max-width: 36rem;
}

/* Trust grid */
.trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
}

.trust-card {
    background: var(--home-white);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: var(--home-radius-lg);
    padding: 1.75rem 1.25rem;
    text-align: center;
    box-shadow: var(--home-shadow);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.trust-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--home-shadow-lg);
}

.trust-card-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 1rem;
    background: linear-gradient(135deg, var(--home-purple) 0%, var(--home-purple-light) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.35rem;
}

.trust-card-title {
    font-family: objectsansbold, sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--home-text);
    margin: 0 0 0.5rem;
}

.trust-card-text {
    font-family: latoregular, sans-serif;
    font-size: 0.875rem;
    color: var(--home-text-muted);
    line-height: 1.55;
    margin: 0;
}

/* Categories (v0-style cards) */
.category-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
}

.category-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}

.category-card-v2 {
    background: var(--home-white);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 1rem;
    overflow: hidden;
    height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.category-card-link:hover .category-card-v2 {
    transform: translateY(-4px);
    box-shadow: var(--home-shadow-lg);
    text-decoration: none;
}

.category-card-v2-media {
    position: relative;
    overflow: hidden;
}

.category-card-v2-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.category-card-link:hover .category-card-v2-image {
    transform: scale(1.05);
}

.category-card-v2-tag {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 999px;
    padding: 0.25rem 0.65rem;
    font-family: latoregular, sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--home-text);
}

.category-card-v2-body {
    padding: 1.25rem;
}

.category-card-v2-heading {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.category-card-v2-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 0.5rem;
    background: rgba(132, 2, 131, 0.1);
    color: var(--home-purple);
    flex-shrink: 0;
}

.category-card-v2-title {
    font-family: objectsansbold, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--home-text);
    margin: 0;
}

.category-card-v2-desc {
    font-family: latoregular, sans-serif;
    font-size: 0.875rem;
    line-height: 1.6;
    color: var(--home-text-muted);
    margin: 0.75rem 0 0;
}

@media (max-width: 991px) {
    .category-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .category-grid {
        grid-template-columns: 1fr;
    }
}

.home-app-links {
    text-align: center;
    margin-top: 1.5rem;
}

/* Featured vendors */
.vendor-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

.vendor-card {
    background: var(--home-white);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: var(--home-radius-lg);
    overflow: hidden;
    box-shadow: var(--home-shadow);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.vendor-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--home-shadow-lg);
}

.vendor-card-image {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.vendor-card-body {
    padding: 1.25rem;
}

.vendor-card-name {
    font-family: objectsansbold, sans-serif;
    font-size: 1.05rem;
    margin: 0 0 0.35rem;
    color: var(--home-text);
}

.vendor-card-meta {
    font-family: latoregular, sans-serif;
    font-size: 0.8125rem;
    color: var(--home-text-muted);
    margin: 0 0 0.75rem;
}

.vendor-rating {
    color: #f59e0b;
    font-size: 0.875rem;
    margin-bottom: 0.75rem;
}

.vendor-card-tag {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--home-purple);
    background: var(--home-purple-soft);
    border-radius: 999px;
    padding: 0.25rem 0.65rem;
}

/* Marketplace preview */
.marketplace-panel {
    background: var(--home-white);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: var(--home-radius-lg);
    box-shadow: var(--home-shadow-lg);
    overflow: hidden;
}

.marketplace-tabs {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #e5e7eb;
    padding: 0 1rem;
    background: var(--home-bg);
}

.marketplace-tab {
    font-family: latoregular, sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--home-text-muted);
    background: none;
    border: none;
    border-bottom: 3px solid transparent;
    padding: 1rem 1.25rem;
    cursor: pointer;
    margin-bottom: -1px;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.marketplace-tab.active,
.marketplace-tab:hover {
    color: var(--home-purple);
}

.marketplace-tab.active {
    border-bottom-color: var(--home-purple);
}

.marketplace-tab-content {
    padding: 1.5rem;
}

.marketplace-tab-pane {
    display: none;
}

.marketplace-tab-pane.active {
    display: block;
}

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

.marketplace-listing {
    border: 1px solid #e5e7eb;
    border-radius: var(--home-radius);
    overflow: hidden;
    transition: box-shadow 0.2s ease;
}

.marketplace-listing:hover {
    box-shadow: var(--home-shadow);
}

.marketplace-listing-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.marketplace-listing-image {
    width: 100%;
    height: 120px;
    object-fit: cover;
}

.marketplace-listing-body {
    padding: 0.875rem;
}

.marketplace-listing-title {
    font-family: objectsansbold, sans-serif;
    font-size: 0.9375rem;
    margin: 0 0 0.35rem;
    color: var(--home-text);
}

.marketplace-listing-price {
    font-family: latoregular, sans-serif;
    font-size: 0.9375rem;
    font-weight: 700;
    color: var(--home-purple);
    margin: 0;
}

.marketplace-escrow-bar {
    margin-top: 1.25rem;
    padding: 0.875rem 1rem;
    background: var(--home-purple-soft);
    border: 1px solid var(--home-purple-border);
    border-radius: var(--home-radius);
    font-family: latoregular, sans-serif;
    font-size: 0.875rem;
    color: var(--home-purple);
    text-align: center;
}

.marketplace-escrow-bar i {
    margin-right: 0.35rem;
}

.marketplace-view-all {
    text-align: center;
    margin-top: 1.25rem;
}

.marketplace-view-all a {
    font-family: latoregular, sans-serif;
    font-weight: 700;
    color: var(--home-purple);
    text-decoration: none;
}

.marketplace-view-all a:hover {
    text-decoration: underline;
}

/* How it works */
.home-how-section {
    background: rgba(132, 2, 131, 0.04);
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.home-how-header {
    text-align: center;
    max-width: 42rem;
    margin: 0 auto 3rem;
}

.home-how-title {
    font-family: objectsansbold, sans-serif;
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 800;
    color: var(--home-text);
    margin: 0;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.home-how-lead {
    font-family: latoregular, sans-serif;
    font-size: clamp(1rem, 2vw, 1.125rem);
    line-height: 1.65;
    color: var(--home-text-muted);
    margin: 0.75rem auto 0;
}

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

.step-card {
    background: var(--home-white);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: var(--home-radius-lg);
    padding: 1.75rem 1.5rem;
    text-align: left;
    box-shadow: var(--home-shadow);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.step-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--home-shadow-lg);
}

.step-card-top {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.step-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 1rem;
    background: var(--home-purple);
    color: #fff;
    flex-shrink: 0;
}

.step-index {
    font-family: objectsansbold, sans-serif;
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 1;
    color: rgba(0, 0, 0, 0.12);
    letter-spacing: -0.02em;
}

.step-card-title {
    font-family: objectsansbold, sans-serif;
    font-size: 1.25rem;
    margin: 0 0 0.5rem;
    color: var(--home-text);
}

.step-card-text {
    font-family: latoregular, sans-serif;
    font-size: 0.9375rem;
    color: var(--home-text-muted);
    line-height: 1.6;
    margin: 0;
}

/* Vendor growth */
.vendor-growth-panel {
    overflow: hidden;
    border-radius: 1.5rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: linear-gradient(135deg, var(--home-purple) 0%, var(--home-purple-light) 100%);
    color: #fff;
}

.vendor-growth-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    gap: 2.5rem;
}

.vendor-growth-content {
    padding: 2rem 1.5rem;
}

@media (min-width: 576px) {
    .vendor-growth-content {
        padding: 3rem;
    }
}

@media (min-width: 992px) {
    .vendor-growth-content {
        padding: 3.5rem;
    }
}

.vendor-growth-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.15);
    padding: 0.35rem 0.85rem;
    font-family: latoregular, sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
}

.vendor-growth-title {
    font-family: objectsansbold, sans-serif;
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 800;
    margin: 1.25rem 0 0;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.vendor-growth-text {
    font-family: latoregular, sans-serif;
    font-size: 1.125rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.85);
    margin: 1rem 0 0;
    max-width: 28rem;
}

.vendor-growth-benefits {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin-top: 2rem;
}

@media (min-width: 576px) {
    .vendor-growth-benefits {
        grid-template-columns: repeat(3, 1fr);
    }
}

.vendor-growth-benefit-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.15);
}

.vendor-growth-benefit-title {
    font-family: objectsansbold, sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    margin: 0.75rem 0 0;
}

.vendor-growth-benefit-desc {
    font-family: latoregular, sans-serif;
    font-size: 0.75rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.8);
    margin: 0.25rem 0 0;
}

.vendor-growth-actions {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
}

@media (min-width: 576px) {
    .vendor-growth-actions {
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
    }
}

.vendor-growth-btn {
    display: inline-block;
    background: #fff;
    color: var(--home-purple) !important;
    font-family: latoregular, sans-serif;
    font-weight: 700;
    font-size: 1rem;
    padding: 1rem 1.75rem;
    border-radius: 999px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-align: center;
    flex-shrink: 0;
}

.vendor-growth-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    text-decoration: none;
    color: var(--home-purple);
}

.vendor-growth-perks {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.25rem;
}

.vendor-growth-perks li {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    font-family: latoregular, sans-serif;
    font-size: 0.875rem;
}

.vendor-growth-perks svg {
    flex-shrink: 0;
}

.vendor-growth-visual {
    position: relative;
    min-height: 18rem;
    padding: 1.5rem;
}

@media (min-width: 992px) {
    .vendor-growth-visual {
        padding: 0;
        min-height: 18rem;
        height: 100%;
        align-self: stretch;
    }
}

.vendor-growth-image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 18rem;
    object-fit: cover;
    border-radius: 1rem;
}

@media (min-width: 992px) {
    .vendor-growth-image {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        min-height: 0;
        border-radius: 0;
    }
}

.vendor-growth-video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    background: #fff;
    color: var(--home-purple) !important;
    text-decoration: none;
    padding: 1rem 2rem;
    border-radius: 2rem;
    font-family: latoregular, sans-serif;
    font-weight: 600;
    font-size: 1rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
    border: none;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.vendor-growth-video-btn:hover {
    transform: translate(-50%, calc(-50% - 2px));
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    color: var(--home-purple);
}

/* Video tutorial modal */
.home-video-modal .modal-dialog {
    max-width: min(900px, calc(100vw - 2rem));
    margin: 1rem auto;
}

.home-video-modal .modal-content {
    background: #000;
    border: none;
    border-radius: 0.75rem;
    overflow: hidden;
    position: relative;
}

.home-video-modal-player {
    display: block;
    width: 100%;
    height: auto;
    max-height: 80vh;
    background: #000;
}

.home-video-modal-close {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    border: none;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    transition: background 0.2s ease;
}

.home-video-modal-close:hover {
    background: rgba(0, 0, 0, 0.85);
}

.home-video-modal-close span {
    display: block;
    margin-top: -0.1rem;
}

.vendor-growth-float {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    right: 2rem;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: #fff;
    color: var(--home-text);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 1rem;
    padding: 1rem;
    box-shadow: var(--home-shadow-lg);
}

@media (min-width: 992px) {
    .vendor-growth-float {
        right: auto;
        max-width: 16rem;
    }
}

.vendor-growth-float-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 0.75rem;
    background: rgba(132, 2, 131, 0.1);
    color: var(--home-purple);
    flex-shrink: 0;
}

.vendor-growth-float-stat {
    font-family: objectsansbold, sans-serif;
    font-size: 1.25rem;
    font-weight: 800;
    margin: 0;
    color: var(--home-text);
}

.vendor-growth-float-label {
    font-family: latoregular, sans-serif;
    font-size: 0.75rem;
    color: var(--home-text-muted);
    margin: 0;
}

/* Testimonials */
.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

.testimonial-card {
    background: var(--home-white);
    border-radius: var(--home-radius-lg);
    padding: 1.75rem;
    box-shadow: var(--home-shadow);
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
}

.testimonial-card::before {
    content: '\201C';
    position: absolute;
    top: 0.5rem;
    left: 1rem;
    font-size: 4rem;
    color: var(--home-purple);
    opacity: 0.12;
    font-family: serif;
    line-height: 1;
}

.testimonial-text {
    font-family: latoregular, sans-serif;
    font-size: 0.9375rem;
    line-height: 1.7;
    color: var(--home-text-muted);
    margin: 0 0 1.25rem;
    position: relative;
    z-index: 1;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 0.875rem;
}

.author-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--home-purple) 0%, var(--home-purple-light) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: objectsansbold, sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    flex-shrink: 0;
}

.author-info h4 {
    font-family: objectsansbold, sans-serif;
    font-size: 0.9375rem;
    margin: 0;
    color: var(--home-text);
}

.author-info p {
    font-family: latoregular, sans-serif;
    font-size: 0.8125rem;
    margin: 0;
    color: var(--home-text-muted);
}

/* CTA */
.home-cta-wrap {
    padding-top: 4rem;
    padding-bottom: 5rem;
    background: var(--home-cta-section-bg);
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.home-cta-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 1.5rem;
    box-shadow: var(--home-shadow-lg);
    padding: 3rem 1.5rem;
    text-align: center;
    background-color: #1a0119;
    background-image:
        linear-gradient(rgba(26, 1, 25, 0.78), rgba(26, 1, 25, 0.78)),
        url('../images/bg.png');
    background-size: cover;
    background-position: center;
}

@media (min-width: 576px) {
    .home-cta-card {
        padding: 3rem;
    }
}

@media (min-width: 992px) {
    .home-cta-card {
        padding: 4rem 3rem;
    }
}

.home-cta-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.12);
    padding: 0.35rem 0.85rem;
    font-family: latoregular, sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.92);
}

.home-cta-badge svg {
    color: #fff;
    flex-shrink: 0;
}

.home-cta-title {
    font-family: objectsansbold, sans-serif;
    font-size: clamp(1.75rem, 3.5vw, 3rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #fff;
    max-width: 42rem;
    margin: 1.25rem auto 0;
}

.home-cta-text {
    font-family: latoregular, sans-serif;
    font-size: 1.125rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.88);
    max-width: 36rem;
    margin: 1rem auto 0;
}

.home-cta-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 2rem;
}

@media (min-width: 576px) {
    .home-cta-buttons {
        flex-direction: row;
        flex-wrap: wrap;
    }
}

.home-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    max-width: 100%;
    padding: 1rem 1.75rem;
    border-radius: 999px;
    font-family: latoregular, sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

@media (min-width: 576px) {
    .home-cta-btn {
        width: auto;
    }
}

.home-cta-btn--primary {
    background: var(--home-purple);
    color: #fff !important;
    border: 1px solid var(--home-purple);
}

.home-cta-btn--primary:hover {
    background: var(--home-purple-light);
    border-color: var(--home-purple-light);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(132, 2, 131, 0.25);
    text-decoration: none;
    color: #fff;
}

.home-cta-btn--outline {
    background: rgba(255, 255, 255, 0.08);
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.45);
}

.home-cta-btn--outline:hover {
    background: rgba(255, 255, 255, 0.16);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    color: #fff;
}

.home-cta-footnote {
    font-family: latoregular, sans-serif;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.72);
    margin: 1.5rem 0 0;
}

/* Video tutorial */
.home-video-section {
    background-image: url('../images/center-bg-2.jpg');
    background-size: cover;
    background-position: center;
    padding: 3rem 0 4rem;
}

.home-video-badge {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: rgba(132, 2, 131, 0.9);
    color: white;
    border-radius: 2rem;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.home-video-title {
    color: white;
    font-family: objectsansbold, sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 1rem;
}

.home-video-subtitle {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.25rem;
    max-width: 700px;
    margin: 0 auto 3rem;
}

.home-video-card {
    background: rgba(132, 2, 131, 0.9);
    padding: 3rem;
    text-align: center;
    min-height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 1rem;
}

.home-video-play-circle {
    width: 120px;
    height: 120px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.home-video-card-title {
    color: white;
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.home-video-card-text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.125rem;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.home-video-watch-btn {
    background: white;
    color: var(--home-purple) !important;
    text-decoration: none;
    padding: 1rem 2rem;
    border-radius: 2rem;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.home-video-learn-panel {
    background: rgba(255, 255, 255, 0.95);
    padding: 2.5rem;
    border-radius: 1rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.home-video-learn-title {
    color: var(--home-text);
    font-size: 1.75rem;
    margin-bottom: 2rem;
    font-weight: 700;
}

.home-video-learn-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.home-video-learn-item {
    padding: 1rem 0;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.home-video-learn-item:last-child {
    border-bottom: none;
}

.home-video-learn-num {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, var(--home-purple) 0%, var(--home-purple-light) 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: white;
    font-weight: 700;
}

.home-video-learn-item h4 {
    margin: 0 0 0.5rem;
    color: var(--home-text);
    font-size: 1.125rem;
    font-weight: 600;
}

.home-video-learn-item p {
    margin: 0;
    color: var(--home-text-muted);
    font-size: 0.9375rem;
}

@media (max-width: 991px) {
    .trust-grid { grid-template-columns: repeat(2, 1fr); }
    .vendor-grid, .marketplace-listings, .steps-grid, .testimonial-grid { grid-template-columns: repeat(2, 1fr); }
    .vendor-growth-grid { grid-template-columns: 1fr; }
    .hero-float-card--escrow { left: 5%; }
    .hero-float-card--rating { right: 5%; }
}

@media (max-width: 768px) {
    .home-nav-links, .home-nav-cta-desktop { display: none; }
    .home-nav-toggle { display: block; }
    .home-section { padding: 3rem 0; }
    .trust-grid, .vendor-grid, .marketplace-listings, .steps-grid, .testimonial-grid { grid-template-columns: 1fr; }
    .hero-float-card { position: static; max-width: 100%; margin-bottom: 0.75rem; }
    .home-hero-visual { margin-top: 2rem; }
    .hero-trust-indicators span { font-size: 12px; padding: 6px 11px; }
    .category-card-image { height: 200px; }
    .marketplace-tabs { padding: 0; }
    .marketplace-tab { padding: 0.75rem 0.875rem; font-size: 0.8125rem; }
    .home-cta-card { padding: 2.5rem 1.25rem; }
}
