/* ================================================================
   yv-business.css — Business section shared styles
   Design: coral #D95F3B | amber #E9960A | sand #F7EFE3
           bark #5C3317 | ink #231A10
   ================================================================ */

/* ── Hero ── */
.yv-biz-hero {
    background: linear-gradient(150deg, #F7EFE3 0%, #fff5ec 60%, #fff 100%);
    border-bottom: 2px solid #ede4d8;
    padding: 72px 0 56px;
    text-align: center;
}
.yv-biz-hero-badge {
    display: inline-block;
    background: linear-gradient(135deg, #D95F3B, #E9960A);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 5px 16px;
    border-radius: 20px;
    margin-bottom: 18px;
}
.yv-biz-hero-title {
    font-size: 2.75rem;
    font-weight: 800;
    color: #231A10;
    line-height: 1.18;
    margin-bottom: 18px;
}
.yv-biz-hero-sub {
    font-size: 1.1rem;
    color: #6b5c4e;
    max-width: 640px;
    margin: 0 auto 32px;
    line-height: 1.75;
}

/* ── Buttons ── */
.yv-btn-coral {
    background: linear-gradient(135deg, #D95F3B, #c04e2c);
    color: #fff !important;
    border: none;
    padding: 11px 30px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none !important;
    display: inline-block;
    transition: opacity .2s, transform .15s;
}
.yv-btn-coral:hover {
    opacity: .88;
    transform: translateY(-1px);
}
.yv-btn-outline-coral {
    background: transparent;
    color: #D95F3B !important;
    border: 2px solid #D95F3B;
    padding: 9px 28px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none !important;
    display: inline-block;
    transition: background .2s, color .2s;
}
.yv-btn-outline-coral:hover {
    background: #D95F3B;
    color: #fff !important;
}
.yv-btn-outline-light {
    background: transparent;
    color: #fff !important;
    border: 2px solid rgba(255,255,255,.75);
    padding: 9px 28px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none !important;
    display: inline-block;
    transition: background .2s;
}
.yv-btn-outline-light:hover {
    background: rgba(255,255,255,.18);
}

/* ── Stats strip ── */
.yv-biz-stats {
    background: #F7EFE3;
    border-radius: 16px;
    padding: 28px 24px;
    margin: 40px 0;
}
.yv-stat-item { text-align: center; }
.yv-stat-number {
    font-size: 2rem;
    font-weight: 800;
    color: #D95F3B;
    line-height: 1;
    display: block;
}
.yv-stat-label {
    font-size: 0.8rem;
    color: #6b5c4e;
    margin-top: 4px;
    display: block;
}

/* ── Section layout ── */
.yv-biz-section { padding: 60px 0; }
.yv-biz-section-label {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #D95F3B;
    border-left: 3px solid #D95F3B;
    padding-left: 8px;
    margin-bottom: 10px;
}
.yv-biz-section-title {
    font-size: 1.9rem;
    font-weight: 700;
    color: #231A10;
    line-height: 1.25;
    margin-bottom: 14px;
}
.yv-biz-section-body {
    font-size: 1.02rem;
    color: #6b5c4e;
    line-height: 1.82;
    margin-bottom: 12px;
}
.yv-biz-divider {
    border: none;
    border-top: 1px solid #e8dfd5;
    margin: 0;
}

/* ── Images ── */
.yv-biz-img {
    width: 100%;
    border-radius: 16px;
    object-fit: cover;
    min-height: 300px;
    box-shadow: 0 8px 28px rgba(89,51,23,.12);
}

/* ── Portal cards (Views / Story / Audio) ── */
.yv-portal-card {
    border: none;
    border-radius: 16px;
    box-shadow: 0 4px 18px rgba(89,51,23,.08);
    overflow: hidden;
    height: 100%;
    transition: transform .22s, box-shadow .22s;
}
.yv-portal-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 36px rgba(89,51,23,.15);
}
.yv-portal-card-img {
    height: 160px;
    object-fit: contain;
    padding: 28px;
    background: #F7EFE3;
    width: 100%;
    display: block;
}
.yv-portal-card-body { padding: 20px 22px 24px; }
.yv-portal-card-label {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #E9960A;
    margin-bottom: 6px;
    display: block;
}
.yv-portal-card-title {
    font-size: 1rem;
    font-weight: 700;
    color: #231A10;
    margin-bottom: 8px;
}
.yv-portal-card-title a {
    color: #231A10;
    text-decoration: none;
}
.yv-portal-card-title a:hover { color: #D95F3B; }
.yv-portal-card-text {
    font-size: 0.88rem;
    color: #6b5c4e;
    margin: 0;
    line-height: 1.6;
}
.yv-portal-card-footer {
    padding: 12px 22px;
    border-top: 1px solid #f0e8df;
    background: transparent;
}
.yv-portal-card-link {
    font-size: 0.85rem;
    font-weight: 600;
    color: #D95F3B;
    text-decoration: none;
}
.yv-portal-card-link:hover { color: #c04e2c; text-decoration: underline; }

/* ── Solution cards ── */
.yv-solution-card {
    border: none;
    border-radius: 16px;
    box-shadow: 0 4px 18px rgba(89,51,23,.08);
    overflow: hidden;
    height: 100%;
    transition: transform .22s, box-shadow .22s;
}
.yv-solution-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 36px rgba(89,51,23,.15);
}
.yv-solution-card-img {
    height: 190px;
    object-fit: cover;
    width: 100%;
    background: #F7EFE3;
}
.yv-solution-card-body { padding: 18px 20px 22px; }
.yv-solution-card-title a {
    font-size: 0.95rem;
    font-weight: 700;
    color: #231A10;
    text-decoration: none;
}
.yv-solution-card-title a:hover { color: #D95F3B; }

/* ── Resource / Brand Making cards ── */
.yv-resource-card {
    border: none;
    border-radius: 16px;
    box-shadow: 0 4px 18px rgba(89,51,23,.08);
    overflow: hidden;
    height: 100%;
    transition: transform .22s, box-shadow .22s;
}
.yv-resource-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 36px rgba(89,51,23,.15);
}
.yv-resource-card-img {
    height: 170px;
    object-fit: contain;
    padding: 20px;
    background: #F7EFE3;
    width: 100%;
    display: block;
}
.yv-resource-card-body { padding: 18px 20px 22px; }
.yv-resource-card-title a {
    font-size: 0.9rem;
    font-weight: 700;
    color: #231A10;
    text-decoration: none;
}
.yv-resource-card-title a:hover { color: #D95F3B; }

/* ── Customer Review cards ── */
.yv-review-card {
    border: none;
    border-radius: 16px;
    box-shadow: 0 4px 18px rgba(89,51,23,.08);
    background: #fff;
    padding: 28px 24px 22px;
    height: 100%;
    position: relative;
}
.yv-review-quote {
    font-size: 3.5rem;
    color: #F7EFE3;
    line-height: 1;
    font-family: Georgia, serif;
    position: absolute;
    top: 8px;
    left: 18px;
}
.yv-review-text {
    font-size: 0.93rem;
    color: #5c4a3a;
    line-height: 1.8;
    margin-bottom: 20px;
    padding-top: 18px;
}
.yv-review-avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #F7EFE3;
    flex-shrink: 0;
}
.yv-review-name {
    font-weight: 700;
    color: #231A10;
    font-size: 0.95rem;
    margin: 0;
}
.yv-review-role {
    font-size: 0.8rem;
    color: #9e8272;
    margin: 0;
}

/* ── CTA section ── */
.yv-biz-cta {
    background: linear-gradient(135deg, #D95F3B 0%, #E9960A 100%);
    border-radius: 20px;
    padding: 52px 40px;
    text-align: center;
    color: #fff;
    margin: 48px 0;
}
.yv-biz-cta-title {
    font-size: 1.85rem;
    font-weight: 800;
    margin-bottom: 10px;
    color: #fff;
}
.yv-biz-cta-sub {
    font-size: 1.02rem;
    opacity: .9;
    margin-bottom: 28px;
    color: #fff;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

/* ── Feature highlight row ── */
.yv-biz-highlight {
    background: #F7EFE3;
    border-radius: 16px;
    padding: 36px 32px;
    margin-bottom: 24px;
}

/* ── Section badge (anchor chip) ── */
.yv-anchor-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fff3eb;
    border: 1px solid #f5cbb0;
    color: #D95F3B;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 12px;
}

/* ── Responsive ── */
@media (max-width: 768px) {
    .yv-biz-hero { padding: 48px 0 40px; }
    .yv-biz-hero-title { font-size: 1.9rem; }
    .yv-biz-section-title { font-size: 1.5rem; }
    .yv-biz-cta { padding: 36px 20px; }
    .yv-biz-cta-title { font-size: 1.4rem; }
    .yv-biz-section { padding: 40px 0; }
    .yv-btn-outline-coral,
    .yv-btn-outline-light { margin-top: 10px; }
}
