body {
    font-family: 'Inter', Arial, sans-serif;
    background: #f8fafc;
    color: #0f172a;
}

.page-banner {
    display: none;
}

.hero-brokerage {
    position: relative;
    padding: 120px 0 90px;
    background: radial-gradient(circle at 10% 20%, rgba(59, 130, 246, 0.15), transparent 25%),
        radial-gradient(circle at 90% 10%, rgba(236, 72, 153, 0.15), transparent 25%),
        url('https://images.unsplash.com/photo-1556742049-0cfed4f7a07d?auto=format&fit=crop&w=2000&q=80') center/cover no-repeat;
    overflow: hidden;
}

.hero-brokerage::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(7, 12, 24, 0.9), rgba(7, 17, 35, 0.8));
}

.hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 32px;
    align-items: center;
}

.hero-text {
    max-width: 620px;
    color: #f8fafc;
}

.hero-text h1 {
    font-size: clamp(32px, 4vw, 48px);
    margin-bottom: 16px;
    color: #fff;
}

.hero-text p {
    color: #e2e8f0;
    font-size: 17px;
    line-height: 1.7;
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.08);
    padding: 10px 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    color: #e0f2fe;
    font-weight: 600;
    margin-bottom: 14px;
}

.badge i {
    color: #22d3ee;
}

.hero-card {
    background: rgba(8, 15, 33, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    padding: 20px;
    backdrop-filter: blur(8px);
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.35);
}

.hero-card img {
    width: 100%;
    border-radius: 14px;
    margin-bottom: 14px;
}

.hero-card h3 {
    margin: 0 0 6px;
    color: #fff;
}

.hero-metrics {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 18px;
}

.hero-metric {
    background: rgba(15, 23, 42, 0.72);
    border-radius: 14px;
    padding: 14px 18px;
    min-width: 160px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
    color: #e2e8f0;
}

.hero-metric strong {
    display: block;
    font-size: 24px;
    color: #7dd3fc;
}

.hero-metric span {
    font-size: 14px;
    color: #cbd5e1;
}

.section {
    padding: 80px 0;
}

.section-white {
    background: #f8fafc;
}

.page-content {
    color: #1f2937;
}

.page-content h2 {
    color: #0f172a;
}

.lead {
    color: #334155;
    font-size: 18px;
}

.content-highlight {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 28px;
    margin: 24px 0 36px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.content-highlight h2 {
    margin: 0 0 12px;
}

.pill-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.pill {
    background: #e0f2fe;
    color: #0f172a;
    border-radius: 999px;
    padding: 8px 12px;
    font-weight: 600;
    font-size: 13px;
}

.summary-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 16px;
    margin: 24px 0 40px;
}

@media (min-width: 1200px) {
    .summary-cards {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.summary-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 18px;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.05);
}

.summary-card h3 {
    margin-top: 0;
    color: #0f172a;
}

.summary-card p {
    margin: 6px 0 0;
    color: #475569;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(271px, 1fr));
    gap: 18px;
}

.feature-item {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 16px;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.feature-item i {
    color: #22c55e;
    font-size: 18px;
    margin-top: 4px;
    margin-bottom: 0;
}

.cta-section {
    background: linear-gradient(135deg, #0ea5e9, #6366f1);
    color: #fff;
    padding: 40px;
    border-radius: 18px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.cta-buttons {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-large {
    padding: 14px 24px;
    border-radius: 12px;
    font-weight: 700;
}

.btn-orange {
    background: #fb923c;
    color: #0f172a;
    border: none;
}

.btn-outline {
    border: 1px solid rgba(255, 255, 255, 0.8);
    color: #fff;
}

.visual-grid {
    margin: 50px 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 18px;
}

.visual-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.visual-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.visual-card .card-body {
    padding: 16px;
    color: #1f2937;
}

.process-timeline {
    margin: 40px 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
}

.timeline-step {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.timeline-step span {
    display: inline-block;
    background: rgba(14, 165, 233, 0.15);
    color: #0ea5e9;
    padding: 6px 10px;
    border-radius: 10px;
    font-weight: 700;
    margin-bottom: 8px;
}

.highlight-bar {
    margin: 40px 0 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 14px;
}

.highlight-item {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.highlight-item strong {
    display: block;
    color: #0ea5e9;
    font-size: 22px;
}

.footer {
    background: #060b18;
}

/* Header styles handled by style.css for consistency */