/* ══════════════════════════════════════════════════════════════
   SAFI BUSINESS — Premium UAE Business Setup & PRO Services
   ══════════════════════════════════════════════════════════════ */

/* ── Page & Nav ────────────────────────────────────────────── */
.biz-page .nav-logo { height: 60px; }
.biz-page .navbar.scrolled .nav-logo { height: 50px; }
.biz-page .navbar { padding: 0.55rem 1.4rem; }
.biz-page .nav-links a.active {
    background: rgba(200,164,93,0.14);
    border: 1px solid rgba(200,164,93,0.28);
    box-shadow: 0 2px 12px rgba(200,164,93,0.15);
}
.biz-page footer { padding-bottom: 5.5rem; }
.biz-page .whatsapp-float { bottom: 5.5rem; }

/* ── Split Hero ────────────────────────────────────────────── */
.biz-hero {
    position: relative;
    display: flex;
    align-items: flex-start;
    min-height: auto;
    padding: 6rem 0 0;
    overflow: hidden;
    background: var(--navy);
}
.biz-hero-bg {
    position: absolute;
    inset: 0;
    background: url('../VE/of.jpeg') center 35% / cover no-repeat;
    z-index: 0;
    will-change: transform;
}
.biz-hero-skyline {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 140px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 140'%3E%3Cpath fill='%230A1628' fill-opacity='0.55' d='M0,140V120h15v-25h8v25h20v-40h6v-20h5v20h6v40h25v-55h5v-15h4v15h5v55h20v-35h8v35h22v-90h4v-30h6v-50h4v50h6v30h4v90h25v-45h8v45h28v-65h5v-18h4v18h5v65h22v-40h6v40h30v-28h8v28h45v-75h4v-22h6v-35h4v35h6v22h4v75h30v-38h8v38h25v-55h5v-14h3v14h5v55h35v-28h10v28h40v-50h4v-15h3v15h4v50h70V140z'/%3E%3C/svg%3E") center bottom/cover no-repeat;
    z-index: 1;
    opacity: 0.7;
    pointer-events: none;
}
.biz-hero-pattern {
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='72' height='72' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36 4 L40 16 L36 28 L32 16 Z M4 36 L16 32 L28 36 L16 40 Z M36 44 L40 56 L36 68 L32 56 Z M44 36 L56 32 L68 36 L56 40 Z' fill='rgba(200,164,93,0.03)'/%3E%3C/svg%3E") repeat;
    z-index: 1;
    pointer-events: none;
}
.biz-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        118deg,
        rgba(10, 22, 40, 0.82) 0%,
        rgba(10, 22, 40, 0.48) 40%,
        rgba(15, 31, 58, 0.55) 100%
    );
    z-index: 2;
}
.biz-hero-glow {
    position: absolute;
    bottom: -6%;
    right: -3%;
    width: 52%;
    height: 52%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(200, 164, 93, 0.2) 0%, transparent 68%);
    z-index: 2;
    pointer-events: none;
    animation: bizGlowPulse 8s ease-in-out infinite;
}
@keyframes bizGlowPulse {
    0%, 100% { opacity: 0.65; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.05); }
}
.biz-hero .particles-container,
.biz-hero .biz-doc-floats {
    z-index: 3;
    pointer-events: none;
}
.biz-hero > .container {
    position: relative;
    z-index: 4;
    width: 100%;
    padding-top: clamp(1rem, 3vh, 2rem);
    padding-bottom: clamp(1rem, 2vh, 1.5rem);
}
.biz-hero-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: clamp(1.5rem, 3vw, 2.5rem);
    align-items: center;
}
.biz-hero-content { max-width: 640px; }
.biz-hero-content .hero-badge { margin-bottom: 1rem; }
.biz-hero-content h1 {
    font-size: clamp(1.95rem, 4.2vw, 3.1rem);
    font-weight: 800;
    line-height: 1.12;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}
.biz-hero-content .hero-subtitle {
    font-size: clamp(1rem, 1.6vw, 1.12rem);
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.65;
    margin-bottom: 1.5rem;
    max-width: 580px;
}
.biz-hero-content .hero-btns { margin-bottom: 0; }

/* Document line animations */
.biz-doc-floats { position: absolute; inset: 0; overflow: hidden; }
.biz-doc-float {
    position: absolute;
    color: rgba(200, 164, 93, 0.18);
    font-size: 1rem;
    animation: bizDocFloat linear infinite;
}
@keyframes bizDocFloat {
    0% { transform: translateY(105vh) rotate(0deg); opacity: 0; }
    8% { opacity: 0.55; }
    92% { opacity: 0.55; }
    100% { transform: translateY(-8vh) rotate(160deg); opacity: 0; }
}

/* ── Business Dashboard (hero right) ───────────────────────── */
.biz-dashboard {
    position: relative;
    animation: fadeUp 1s ease-out 0.25s both;
}
.biz-dash-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 330px;
    height: 330px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(200, 164, 93, 0.1) 0%, transparent 65%);
    z-index: 0;
    animation: hubPulse 5s ease-in-out infinite;
}
.biz-dash-cluster {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}
.biz-dash-card {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.85rem 1.1rem;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-lg);
    color: var(--white);
    text-decoration: none;
    transition: var(--transition);
    animation: cardFloat 7s ease-in-out infinite;
}
.biz-dash-card:nth-child(1) { animation-delay: 0s; margin-left: 0; }
.biz-dash-card:nth-child(2) { animation-delay: 0.5s; margin-left: 1.1rem; }
.biz-dash-card:nth-child(3) { animation-delay: 1s; margin-left: 0.2rem; }
.biz-dash-card:nth-child(4) { animation-delay: 1.5s; margin-left: 1.6rem; }
.biz-dash-card:nth-child(5) { animation-delay: 2s; margin-left: 0.6rem; }
.biz-dash-card:nth-child(6) { animation-delay: 2.5s; margin-left: 1.3rem; }
.biz-dash-card:hover {
    transform: translateY(-4px) scale(1.02);
    border-color: rgba(200, 164, 93, 0.35);
    background: rgba(255, 255, 255, 0.09);
    box-shadow: 0 10px 36px rgba(0, 0, 0, 0.2);
}
.biz-dash-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    background: rgba(200, 164, 93, 0.14);
    color: var(--gold);
}
.biz-dash-icon.wa { background: rgba(37, 211, 102, 0.15); color: var(--whatsapp); }
.biz-dash-body { flex: 1; min-width: 0; }
.biz-dash-body strong {
    display: block;
    font-size: 0.82rem;
    font-weight: 700;
    margin-bottom: 0.12rem;
}
.biz-dash-body span {
    font-size: 0.74rem;
    color: rgba(255, 255, 255, 0.58);
    line-height: 1.35;
}
.biz-dash-icons {
    display: flex;
    justify-content: center;
    gap: 0.55rem;
    flex-wrap: wrap;
    margin-top: 0.2rem;
}
.biz-dash-svc {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--gold);
    font-size: 0.78rem;
    transition: var(--transition);
}
.biz-dash-svc:hover {
    background: rgba(200, 164, 93, 0.15);
    transform: translateY(-2px);
}

/* ── Quick Service Picker ──────────────────────────────────── */
.biz-quick-section {
    position: relative;
    z-index: 10;
    margin-top: -0.5rem;
    padding-bottom: 1.25rem;
    background: linear-gradient(180deg, transparent 0%, rgba(10, 22, 40, 0.35) 25%, var(--navy-mid) 100%);
}
.biz-quick-label {
    text-align: center;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 1rem;
}
.biz-quick-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0.85rem;
}
.biz-quick-card {
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(200, 164, 93, 0.2);
    border-radius: var(--radius-lg);
    padding: 1.15rem 0.9rem;
    text-align: center;
    transition: var(--transition);
    display: flex;
    flex-direction: column;
}
.biz-quick-card:hover {
    transform: translateY(-5px);
    border-color: rgba(200, 164, 93, 0.4);
    box-shadow: 0 0 24px rgba(200, 164, 93, 0.15), 0 12px 36px rgba(0, 0, 0, 0.2);
}
.biz-quick-icon {
    width: 44px;
    height: 44px;
    margin: 0 auto 0.7rem;
    border-radius: var(--radius-md);
    background: rgba(200, 164, 93, 0.15);
    color: var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
}
.biz-quick-card h3 {
    font-size: 0.82rem;
    font-weight: 700;
    margin-bottom: 0.35rem;
    line-height: 1.25;
}
.biz-quick-card p {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.45;
    flex-grow: 1;
    margin-bottom: 0.75rem;
}
.biz-quick-actions {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}
.biz-quick-actions .btn {
    justify-content: center;
    padding: 0.5rem 0.6rem;
    font-size: 0.72rem;
}
.btn-outline-gold-sm {
    background: transparent;
    border: 1px solid rgba(200, 164, 93, 0.35);
    color: var(--gold);
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    transition: var(--transition);
}
.btn-outline-gold-sm:hover {
    background: rgba(200, 164, 93, 0.12);
    border-color: var(--gold);
}

/* ── Main Services Grid ────────────────────────────────────── */
.biz-services-section {
    background: linear-gradient(180deg, var(--navy-mid) 0%, var(--sand) 5%, var(--sand) 100%);
    padding: 0 0 clamp(3rem, 6vw, 5rem);
}
.biz-services-section .section-header {
    margin-bottom: 1.5rem;
    padding-top: 1rem;
}
.biz-services-section .section-header h2 { color: var(--navy); }
.biz-services-section .section-header p { color: #6b5f4e; }

.biz-service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.15rem;
}
.biz-svc-card {
    background: var(--white);
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(200, 164, 93, 0.12);
    box-shadow: 0 4px 24px rgba(10, 22, 40, 0.07);
    transition: var(--transition);
    display: flex;
    flex-direction: column;
    position: relative;
}
.biz-svc-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-gold);
}
.biz-svc-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(10, 22, 40, 0.12);
    border-color: rgba(200, 164, 93, 0.3);
}
.biz-svc-card-body {
    padding: 1.5rem 1.35rem 1rem;
    flex-grow: 1;
}
.biz-svc-icon {
    width: 50px;
    height: 50px;
    border-radius: var(--radius-md);
    background: rgba(200, 164, 93, 0.12);
    color: var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    margin-bottom: 0.85rem;
}
.biz-svc-card h3 {
    font-size: 1.08rem;
    font-weight: 800;
    color: var(--navy);
    margin-bottom: 0.45rem;
}
.biz-svc-card p {
    font-size: 0.86rem;
    color: var(--text-light);
    line-height: 1.55;
}
.biz-svc-card-footer {
    padding: 0 1.35rem 1.4rem;
}
.biz-svc-card-footer .btn {
    width: 100%;
    justify-content: center;
    font-size: 0.82rem;
    padding: 0.72rem 1rem;
}

/* ── Setup Process Timeline ────────────────────────────────── */
.biz-process {
    background: var(--navy);
    padding: clamp(3rem, 6vw, 5rem) 0;
    position: relative;
    overflow: hidden;
}
.biz-timeline {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
}
.biz-timeline-track {
    position: absolute;
    top: 38px;
    left: 8%;
    right: 8%;
    height: 3px;
    background: rgba(200, 164, 93, 0.15);
    border-radius: 2px;
    z-index: 0;
    overflow: hidden;
}
.biz-timeline-fill {
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, var(--gold), var(--gold-light));
    border-radius: 2px;
    animation: timelineFill 2.5s ease-out 0.5s forwards;
}
.biz-timeline-step {
    text-align: center;
    position: relative;
    z-index: 1;
}
.biz-step-icon {
    width: 76px;
    height: 76px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    border: 2px solid rgba(200, 164, 93, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: var(--gold);
    transition: var(--transition);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.biz-timeline-step:hover .biz-step-icon {
    background: rgba(200, 164, 93, 0.12);
    border-color: var(--gold);
    transform: scale(1.06);
}
.biz-step-num {
    position: absolute;
    top: -4px;
    right: calc(50% - 48px);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--gradient-gold);
    color: var(--navy);
    font-size: 0.7rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}
.biz-timeline-step h4 {
    font-size: 0.88rem;
    margin-bottom: 0.35rem;
    color: var(--white);
}
.biz-timeline-step p {
    font-size: 0.76rem;
    color: var(--text-muted);
    line-height: 1.5;
    padding: 0 0.2rem;
}

/* ── Documents ─────────────────────────────────────────────── */
.biz-docs {
    background: var(--sand);
    padding: clamp(3rem, 6vw, 5rem) 0;
}
.biz-docs .section-header h2 { color: var(--navy); }
.biz-docs .section-header p { color: #6b5f4e; }
.biz-docs-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.1rem;
}
.biz-doc-card {
    text-align: center;
    padding: 1.6rem 1.15rem;
    background: var(--white);
    border: 1px solid rgba(200, 164, 93, 0.15);
    border-radius: var(--radius-xl);
    transition: var(--transition);
}
.biz-doc-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
    border-color: rgba(200, 164, 93, 0.3);
}
.biz-doc-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 0.85rem;
    border-radius: var(--radius-md);
    background: rgba(200, 164, 93, 0.12);
    color: var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
}
.biz-doc-card h4 {
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 0.3rem;
}
.biz-doc-card p {
    font-size: 0.8rem;
    color: var(--text-light);
    line-height: 1.45;
}

/* ── Trust & FAQ ───────────────────────────────────────────── */
.biz-trust {
    background: var(--navy-light);
    padding: clamp(3rem, 6vw, 5rem) 0;
}
.biz-trust-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.15rem;
}
.biz-trust-card {
    text-align: center;
    padding: 1.7rem 1.2rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: var(--radius-xl);
    transition: var(--transition);
}
.biz-trust-card:hover {
    border-color: rgba(200, 164, 93, 0.25);
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.05);
}
.biz-trust-icon {
    width: 54px;
    height: 54px;
    margin: 0 auto 0.9rem;
    border-radius: 50%;
    background: rgba(200, 164, 93, 0.12);
    color: var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}
.biz-trust-card h4 {
    font-size: 0.98rem;
    margin-bottom: 0.4rem;
}
.biz-trust-card p {
    font-size: 0.84rem;
    color: var(--text-muted);
    line-height: 1.55;
}
.biz-faq { padding: clamp(3rem, 6vw, 5rem) 0; }
.biz-final-cta { padding: clamp(3.5rem, 7vw, 5.5rem) 0; }
.biz-final-cta h2 { font-size: clamp(1.75rem, 3.5vw, 2.6rem); }

/* ── Responsive ────────────────────────────────────────────── */
@media (max-width: 1200px) {
    .biz-quick-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 1024px) {
    .biz-hero-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        text-align: center;
    }
    .biz-hero-content { max-width: none; margin: 0 auto; }
    .biz-hero-content .hero-subtitle { margin-left: auto; margin-right: auto; }
    .biz-hero-content .hero-btns { justify-content: center; }
    .biz-dashboard { max-width: 460px; margin: 0 auto; }
    .biz-dash-card:nth-child(1),
    .biz-dash-card:nth-child(2),
    .biz-dash-card:nth-child(3),
    .biz-dash-card:nth-child(4),
    .biz-dash-card:nth-child(5),
    .biz-dash-card:nth-child(6) { margin-left: 0; }
    .biz-service-grid { grid-template-columns: repeat(2, 1fr); }
    .biz-timeline { grid-template-columns: repeat(3, 1fr); }
    .biz-timeline-track { display: none; }
    .biz-docs-grid { grid-template-columns: repeat(2, 1fr); }
    .biz-trust-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    /* Hero */
    .biz-hero { padding: 5rem 0 0; }
    .biz-hero > .container { padding-top: 0.5rem; padding-bottom: 0.75rem; }
    .biz-hero-content h1 { font-size: clamp(1.6rem, 5.5vw, 2.2rem); margin-bottom: 0.75rem; }
    .biz-hero-content .hero-subtitle { font-size: 0.92rem; margin-bottom: 1.1rem; line-height: 1.55; }
    .biz-hero-content .hero-badge { margin-bottom: 0.75rem; padding: 0.35rem 0.9rem; font-size: 0.72rem; }
    .biz-hero-content .hero-btns { gap: 0.6rem; margin-bottom: 0; }
    .biz-hero-content .hero-btns .btn { padding: 0.7rem 1.2rem; font-size: 0.82rem; }
    .biz-hero-skyline { height: 80px; }
    .biz-hero-glow { width: 40%; height: 40%; }

    /* Dashboard cluster */
    .biz-dashboard { max-width: 100%; }
    .biz-dash-cluster { gap: 0.45rem; }
    .biz-dash-card { padding: 0.6rem 0.85rem; gap: 0.65rem; }
    .biz-dash-icon { width: 34px; height: 34px; min-width: 34px; font-size: 0.82rem; }
    .biz-dash-body strong { font-size: 0.76rem; }
    .biz-dash-body span { font-size: 0.68rem; }
    .biz-dash-icons { gap: 0.4rem; margin-top: 0.1rem; }
    .biz-dash-svc { width: 28px; height: 28px; font-size: 0.68rem; }

    /* Quick Service Picker */
    .biz-quick-section { margin-top: 0; background: var(--navy-mid); padding-top: 0.85rem; padding-bottom: 1rem; }
    .biz-quick-label { font-size: 0.68rem; letter-spacing: 2px; margin-bottom: 0.75rem; }
    .biz-quick-grid { grid-template-columns: repeat(2, 1fr); gap: 0.6rem; }
    .biz-quick-card { padding: 0.85rem 0.7rem; }
    .biz-quick-icon { width: 36px; height: 36px; margin-bottom: 0.5rem; font-size: 0.9rem; }
    .biz-quick-card h3 { font-size: 0.76rem; margin-bottom: 0.25rem; }
    .biz-quick-card p { font-size: 0.66rem; margin-bottom: 0.55rem; line-height: 1.35; }
    .biz-quick-actions { flex-direction: row; gap: 0.35rem; }
    .biz-quick-actions .btn-outline-gold-sm,
    .biz-quick-actions .btn { flex: 1; justify-content: center; padding: 0.4rem 0.3rem; font-size: 0.66rem; }
    .biz-quick-actions .btn-outline-gold-sm { padding: 0.4rem 0.3rem; font-size: 0.66rem; text-align: center; justify-content: center; }

    /* Main Services */
    .biz-services-section { padding: 0 0 clamp(2rem, 4vw, 3rem); }
    .biz-services-section .section-header { margin-bottom: 1rem; padding-top: 0.75rem; }
    .biz-services-section .section-header h2 { font-size: clamp(1.4rem, 5vw, 1.8rem); }
    .biz-services-section .section-header p { font-size: 0.88rem; }
    .biz-service-grid { grid-template-columns: 1fr; gap: 0.85rem; }
    .biz-svc-card { border-radius: 18px; }
    .biz-svc-card-body { padding: 1.1rem 1rem 0.75rem; }
    .biz-svc-icon { width: 42px; height: 42px; font-size: 1rem; margin-bottom: 0.6rem; }
    .biz-svc-card h3 { font-size: 0.98rem; margin-bottom: 0.3rem; }
    .biz-svc-card p { font-size: 0.82rem; }
    .biz-svc-card-footer { padding: 0 1rem 1.1rem; }
    .biz-svc-card-footer .btn { font-size: 0.78rem; padding: 0.6rem 0.85rem; }

    /* Timeline */
    .biz-process { padding: clamp(2rem, 4vw, 3rem) 0; }
    .biz-process .section-header { margin-bottom: 1.5rem; }
    .biz-process .section-header h2 { font-size: clamp(1.4rem, 5vw, 1.8rem); }
    .biz-timeline { grid-template-columns: 1fr 1fr; gap: 1rem; }
    .biz-step-icon { width: 60px; height: 60px; font-size: 1.1rem; margin-bottom: 0.7rem; }
    .biz-step-num { width: 20px; height: 20px; font-size: 0.65rem; right: calc(50% - 40px); }
    .biz-timeline-step h4 { font-size: 0.82rem; margin-bottom: 0.25rem; }
    .biz-timeline-step p { font-size: 0.72rem; }

    /* Documents */
    .biz-docs { padding: clamp(2rem, 4vw, 3rem) 0; }
    .biz-docs .section-header { margin-bottom: 1.5rem; }
    .biz-docs .section-header h2 { font-size: clamp(1.4rem, 5vw, 1.8rem); }
    .biz-docs-grid { grid-template-columns: 1fr 1fr; gap: 0.7rem; }
    .biz-doc-card { padding: 1.1rem 0.85rem; }
    .biz-doc-icon { width: 42px; height: 42px; margin-bottom: 0.6rem; font-size: 1rem; }
    .biz-doc-card h4 { font-size: 0.84rem; margin-bottom: 0.2rem; }
    .biz-doc-card p { font-size: 0.74rem; line-height: 1.4; }

    /* Trust */
    .biz-trust { padding: clamp(2rem, 4vw, 3rem) 0; }
    .biz-trust .section-header { margin-bottom: 1.5rem; }
    .biz-trust .section-header h2 { font-size: clamp(1.4rem, 5vw, 1.8rem); }
    .biz-trust-grid { grid-template-columns: 1fr; gap: 0.7rem; }
    .biz-trust-card { padding: 1.2rem 1rem; display: flex; flex-direction: row; text-align: left; gap: 0.85rem; align-items: center; }
    .biz-trust-icon { width: 44px; height: 44px; min-width: 44px; margin: 0; font-size: 1rem; }
    .biz-trust-card h4 { font-size: 0.88rem; margin-bottom: 0.15rem; }
    .biz-trust-card p { font-size: 0.78rem; line-height: 1.45; }

    /* FAQ */
    .biz-faq { padding: clamp(2rem, 4vw, 3rem) 0; }
    .biz-faq .section-header { margin-bottom: 1.5rem; }
    .biz-faq .section-header h2 { font-size: clamp(1.4rem, 5vw, 1.8rem); }

    /* CTA */
    .biz-final-cta { padding: clamp(2.5rem, 5vw, 3.5rem) 0; }
    .biz-final-cta h2 { font-size: clamp(1.35rem, 5vw, 1.8rem); }
    .biz-final-cta .cta-btns { gap: 0.6rem; }
    .biz-final-cta .cta-btns .btn { padding: 0.7rem 1.2rem; font-size: 0.85rem; }

    /* Inquiry Form */
    .biz-page .contact-section { padding: clamp(2rem, 4vw, 3rem) 0; }
    .biz-page .contact-info-side h2 { font-size: clamp(1.4rem, 5vw, 1.8rem); }

    /* Footer */
    .biz-page footer { padding-bottom: 4.5rem; }
    .biz-page .whatsapp-float { bottom: 4.5rem; right: 1rem; }
}

@media (max-width: 480px) {
    /* Hero */
    .biz-hero { padding: 4.5rem 0 0; }
    .biz-hero-content h1 { font-size: clamp(1.4rem, 6vw, 1.85rem); }
    .biz-hero-content .hero-btns { flex-direction: column; gap: 0.5rem; }
    .biz-hero-content .hero-btns .btn { width: 100%; justify-content: center; padding: 0.65rem 1rem; font-size: 0.8rem; }

    /* Quick picker — single column, compact */
    .biz-quick-grid { grid-template-columns: 1fr 1fr; gap: 0.5rem; }
    .biz-quick-card { padding: 0.75rem 0.6rem; }
    .biz-quick-icon { width: 32px; height: 32px; margin-bottom: 0.4rem; font-size: 0.82rem; }
    .biz-quick-card h3 { font-size: 0.72rem; }
    .biz-quick-card p { font-size: 0.62rem; margin-bottom: 0.45rem; }
    .biz-quick-actions { flex-direction: column; gap: 0.3rem; }
    .biz-quick-actions .btn-outline-gold-sm,
    .biz-quick-actions .btn { font-size: 0.62rem; padding: 0.35rem 0.25rem; }

    /* Services */
    .biz-svc-card-body { padding: 1rem 0.85rem 0.65rem; }
    .biz-svc-icon { width: 38px; height: 38px; font-size: 0.95rem; }
    .biz-svc-card h3 { font-size: 0.92rem; }
    .biz-svc-card p { font-size: 0.78rem; }
    .biz-svc-card-footer { padding: 0 0.85rem 1rem; }

    /* Timeline */
    .biz-timeline { grid-template-columns: 1fr 1fr; gap: 0.85rem; }
    .biz-step-icon { width: 52px; height: 52px; font-size: 1rem; }

    /* Documents */
    .biz-docs-grid { grid-template-columns: 1fr 1fr; gap: 0.55rem; }
    .biz-doc-card { padding: 0.9rem 0.7rem; }
    .biz-doc-icon { width: 36px; height: 36px; font-size: 0.9rem; margin-bottom: 0.45rem; }
    .biz-doc-card h4 { font-size: 0.78rem; }
    .biz-doc-card p { font-size: 0.68rem; }

    /* CTA */
    .biz-final-cta .cta-btns { flex-direction: column; }
    .biz-final-cta .cta-btns .btn { width: 100%; justify-content: center; }
}