:root {
    /* --vendor-primary: #ff7a18;
    --vendor-secondary: #ffb347; */
    --vendor-primary: var(--main-color);
    --vendor-secondary: var(--secondary-color);
    --vendor-dark: #121826;
    --vendor-muted: #6b7280;
    --vendor-soft: #fff7ed;
    --vendor-card: rgba(255, 255, 255, 0.88);
    --vendor-border: rgba(255, 122, 24, 0.18);
    --vendor-shadow: 0 24px 70px rgba(18, 24, 38, 0.13);
}

/* html {
    scroll-behavior: smooth;
}

body {
    background: #f8fafc;
    color: var(--vendor-dark);
}

.section-container {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
} */

.vendor-breadcrumb {
    background: #fff;
    border-bottom: 1px solid rgba(17, 24, 39, 0.06);
}

.vendor-hero {
    position: relative;
    overflow: hidden;
    padding: 20px;
    border-radius: 20px;
    background:
        radial-gradient(circle at 15% 18%, rgba(255, 122, 24, .18), transparent 30%),
        radial-gradient(circle at 88% 20%, rgba(255, 179, 71, .18), transparent 32%),
        linear-gradient(135deg, #101827 0%, #182235 55%, #271a0f 100%);
    color: #fff;
}

.hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(10px);
    opacity: .55;
}

.hero-glow-one {
    width: 340px;
    height: 340px;
    background: rgba(255, 122, 24, .22);
    left: -110px;
    top: -90px;
}

.hero-glow-two {
    width: 420px;
    height: 420px;
    background: rgba(255, 255, 255, .08);
    right: -160px;
    bottom: -180px;
}

.vendor-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: 48px;
    align-items: center;
}

.vendor-kicker,
.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 16px;
    border-radius: 999px;
    background: rgba(255, 122, 24, .14);
    color: var(--vendor-primary);
    font-weight: 800;
    letter-spacing: .3px;
}

.vendor-hero .vendor-kicker {
    background: rgba(255, 255, 255, .10);
    color: #ffd9bb;
    border: 1px solid rgba(255, 255, 255, .13);
}

.vendor-hero h1 {
    margin: 18px 0 16px;
    font-size: clamp(2.3rem, 5vw, 4.6rem);
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -1.8px;
}

.vendor-hero p {
    color: rgba(255, 255, 255, .78);
    font-size: 1.08rem;
    max-width: 640px;
    line-height: 1.8;
}

.hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin: 30px 0;
}

.vendor-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    min-height: 50px;
    padding: 13px 24px;
    border-radius: 16px;
    font-weight: 800;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    transition: .25s ease;
}

.vendor-btn-primary {
    background: linear-gradient(135deg, var(--vendor-primary), var(--vendor-secondary));
    color: #fff;
    box-shadow: 0 16px 35px rgba(255, 122, 24, .28);
}

.vendor-btn-primary:hover {
    transform: translateY(-2px);
    color: #fff;
    box-shadow: 0 20px 42px rgba(255, 122, 24, .36);
}

.vendor-btn-light {
    background: rgba(255, 255, 255, .12);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .18);
    backdrop-filter: blur(10px);
}

.vendor-btn-light:hover {
    background: rgba(255, 255, 255, .20);
    color: #fff;
    transform: translateY(-2px);
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    max-width: 620px;
}

.stat-card {
    padding: 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, .09);
    border: 1px solid rgba(255, 255, 255, .12);
    backdrop-filter: blur(12px);
}

.stat-card strong {
    display: block;
    font-size: 1.35rem;
    color: #fff;
}

.stat-card span {
    color: rgba(255, 255, 255, .68);
    font-size: .92rem;
}

.dashboard-preview-card {
    position: relative;
    padding: 22px;
    border-radius: 30px;
    background: rgba(255, 255, 255, .92);
    color: var(--vendor-dark);
    box-shadow: 0 35px 90px rgba(0, 0, 0, .35);
    border: 1px solid rgba(255, 255, 255, .25);
    transform: rotate(1.2deg);
}

.preview-topbar {
    display: flex;
    gap: 7px;
    margin-bottom: 18px;
}

.preview-topbar span {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #e5e7eb;
}

.preview-topbar span:first-child {
    background: #ef4444;
}

.preview-topbar span:nth-child(2) {
    background: #f59e0b;
}

.preview-topbar span:nth-child(3) {
    background: #22c55e;
}

.preview-header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 18px;
}

.preview-header small {
    color: var(--vendor-muted);
    font-weight: 700;
}

.preview-header h3 {
    margin: 0;
    font-weight: 900;
}

.preview-header i {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    color: #fff;
    background: linear-gradient(135deg, var(--vendor-primary), var(--vendor-secondary));
}

.preview-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.preview-metric {
    padding: 14px;
    border-radius: 18px;
    background: #f8fafc;
    border: 1px solid #edf2f7;
    display: grid;
    gap: 6px;
}

.preview-metric i {
    color: var(--vendor-primary);
}

.preview-metric span {
    color: var(--vendor-muted);
    font-size: .88rem;
}

.preview-metric b {
    font-size: 1.25rem;
}

.preview-chart {
    height: 155px;
    margin-top: 18px;
    display: flex;
    align-items: end;
    gap: 12px;
    padding: 18px;
    border-radius: 20px;
    background: linear-gradient(180deg, #fff7ed, #fff);
    border: 1px solid #ffedd5;
}

.preview-chart span {
    flex: 1;
    min-height: 28px;
    border-radius: 999px 999px 10px 10px;
    background: linear-gradient(180deg, var(--vendor-primary), var(--vendor-secondary));
}

.vendor-section {
    padding: 82px 0;
}

.section-heading {
    max-width: 760px;
    margin-bottom: 34px;
}

.text-center.section-heading,
.section-heading.text-center {
    margin-left: auto;
    margin-right: auto;
}

.section-heading h2 {
    margin: 16px 0 10px;
    font-size: clamp(2rem, 3.5vw, 3rem);
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: -1px;
}

.section-heading p {
    color: var(--vendor-muted);
    line-height: 1.8;
    font-size: 1.03rem;
}

.intro-cards,
.dashboard-grid {
    display: grid;
    gap: 20px;
}

.intro-cards {
    grid-template-columns: repeat(3, 1fr);
}

.dashboard-grid {
    grid-template-columns: repeat(4, 1fr);
}

.intro-card,
.dashboard-card,
.step-card,
.vendor-register-form,
.register-copy {
    border-radius: 26px;
    background: var(--vendor-card);
    border: 1px solid rgba(17, 24, 39, .07);
    box-shadow: var(--vendor-shadow);
}

.intro-card {
    padding: 30px;
}

.intro-card i,
.dash-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 20px;
    background: var(--vendor-soft);
    color: var(--vendor-primary);
    font-size: 1.35rem;
    margin-bottom: 18px;
}

.intro-card h3,
.dashboard-card h3,
.step-card h3 {
    font-weight: 900;
    margin-bottom: 10px;
}

.intro-card p,
.dashboard-card p,
.step-card p,
.register-copy p {
    color: var(--vendor-muted);
    line-height: 1.75;
    margin-bottom: 0;
}

.dashboard-section {
    background: linear-gradient(180deg, #fff, #fff7ed 100%);
}

.dashboard-card {
    padding: 24px;
    transition: .25s ease;
}

.dashboard-card:hover,
.intro-card:hover,
.step-card:hover {
    transform: translateY(-6px);
    border-color: var(--vendor-border);
}

.dash-image {
    position: relative;
    height: 190px;
    overflow: hidden;
}

.dash-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 0.45s ease;
}

.dashboard-card:hover .dash-image img {
    transform: scale(1.08);
}

.dash-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0.05),
            rgba(0, 0, 0, 0.55));
    display: flex;
    align-items: flex-end;
    padding: 18px;
}

.dash-overlay i {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.92);
    color: #ff6b00;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
}

.dash-content {
    padding: 22px;
}

.dash-content h3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 800;
    color: #1f2937;
}

.dash-content p {
    margin: 0;
    color: #6b7280;
    line-height: 1.7;
    font-size: 15px;
}

.steps-section {
    background: #fff;
}

.steps-line {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    position: relative;
}

.step-card {
    padding: 28px;
    position: relative;
    overflow: hidden;
}

.step-card span {
    display: inline-grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    color: #fff;
    font-weight: 900;
    background: linear-gradient(135deg, var(--vendor-primary), var(--vendor-secondary));
    margin-bottom: 18px;
}

.register-section {
    background: radial-gradient(circle at 8% 10%, rgba(255, 122, 24, .13), transparent 28%), #f8fafc;
}

.register-grid {
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    gap: 28px;
    align-items: center;
}

.register-copy {
    padding: 34px;
    background: #fff;
}

.register-copy h2 {
    margin: 16px 0 12px;
    font-weight: 900;
    font-size: clamp(2rem, 3.2vw, 3rem);
}

.register-benefits {
    list-style: none;
    padding: 0;
    margin: 24px 0 0;
    display: grid;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.register-benefits li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    color: #374151;
    font-weight: 700;
}

.register-benefits i {
    color: var(--vendor-primary);
    margin-top: 4px;
}

.vendor-register-form {
    padding: 28px;
    background: #fff;
}

.form-head {
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eef2f7;
}

.form-head i {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    color: #fff;
    background: linear-gradient(135deg, var(--vendor-primary), var(--vendor-secondary));
}

.form-head h3 {
    margin: 0;
    font-weight: 900;
}

.form-head p {
    margin: 4px 0 0;
    color: var(--vendor-muted);
}

.vendor-register-form .form-group {
    margin-bottom: 16px;
}

.vendor-register-form label {
    font-weight: 800;
    margin-bottom: 8px;
    color: #1f2937;
}

.vendor-register-form .form-control {
    min-height: 50px;
    border-radius: 15px;
    border: 1px solid #e5e7eb;
    padding: 12px 14px;
    box-shadow: none;
}

.vendor-register-form .form-control:focus {
    border-color: var(--vendor-primary);
    box-shadow: 0 0 0 .2rem rgba(255, 122, 24, .12);
}

input[type="tel"] {
    direction: ltr;
    text-align: left;
}

html[dir="rtl"] input[type="tel"]::placeholder {
    direction: rtl;
    text-align: right;
}

.login-note {
    text-align: center;
    margin: 14px 0 0;
    color: var(--vendor-muted);
    font-size: .94rem;
}

.login-note a {
    width: 100%;
    margin-top: 10px;
    color: var(--vendor-primary);
    font-weight: 900;
    text-decoration: none;
    transition: color 0.2s ease;
}

.login-note a:hover {
  color: var(--vendor-secondary);
  text-decoration:underline;
  transform: translateY(-2px);
}

.vendor-final-cta {
    padding: 70px 0;
    background: #fff;
}

.final-cta-box {
    text-align: center;
    padding: 46px 22px;
    border-radius: 34px;
    color: #fff;
    background: linear-gradient(135deg, #111827, var(--secondary-color) 65%, var(--main-color));
    box-shadow: var(--vendor-shadow);
}

.final-cta-box h2 {
    font-weight: 900;
    font-size: clamp(2rem, 3.4vw, 3.25rem);
}

.final-cta-box p {
    color: rgba(255, 255, 255, .76);
    margin-bottom: 24px;
}

.reveal-up {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .65s ease, transform .65s ease;
}

.reveal-up.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* html[dir="rtl"] body {
    direction: rtl;
    text-align: right;
} */

html[dir="rtl"] .vendor-hero h1 {
    letter-spacing: 0;
}

html[dir="rtl"] .preview-header,
html[dir="rtl"] .form-head,
html[dir="rtl"] .register-benefits li {
    flex-direction: row-reverse;
}

html[dir="rtl"] .hero-actions {
    justify-content: flex-start;
}

@media (max-width: 991px) {

    .vendor-hero-grid,
    .register-grid {
        grid-template-columns: 1fr;
    }

    .dashboard-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .intro-cards,
    .steps-line {
        grid-template-columns: 1fr;
    }

    .dashboard-preview-card {
        transform: none;
    }
}

@media (max-width: 575px) {
    .vendor-hero {
        padding: 58px 0;
    }

    .hero-stats {
        grid-template-columns: 1fr;
    }

    .dashboard-grid {
        grid-template-columns: 1fr;
    }

    .vendor-btn {
        width: 100%;
    }

    .vendor-section {
        padding: 58px 0;
    }
}