/* ============================================
   FOR BUSINESSES PAGE  —  /for-businesses
   Prefix: biz-
   ============================================ */

.biz-page { width: 100%; overflow-x: hidden; }

/* ── Hero ────────────────────────────────────── */
.biz-hero {
    position: relative;
    min-height: 82dvh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: var(--antologa-secondary);
}

.biz-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.04);
}

.biz-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0,79,113,0.88) 0%, rgba(7,130,130,0.74) 55%, rgba(0,0,0,0.62) 100%);
}

.biz-hero-content {
    position: relative;
    z-index: 10;
    padding-top: 5rem;
    padding-bottom: 5rem;
    color: white;
}

.biz-hero-eyebrow {
    display: block;
    color: var(--antologa-contrast) !important;
    font-size: 0.78rem;
    letter-spacing: 0.18em;
    margin-bottom: 1rem;
    font-family: Nunito, sans-serif;
    font-weight: 700;
}

.biz-hero-heading {
    font-family: Inter, sans-serif;
    font-size: clamp(2.2rem, 5.5vw, 4.2rem);
    font-weight: 800;
    line-height: 1.1;
    color: white !important;
    margin-bottom: 1.5rem;
}

.biz-hero-subtitle {
    font-family: Nunito, sans-serif;
    font-size: clamp(1rem, 2vw, 1.2rem);
    color: rgba(255,255,255,0.88);
    max-width: 40rem;
    line-height: 1.68;
    margin-bottom: 1.5rem;
}

.biz-hero-badges {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
}

.biz-hero-badge {
    background: rgba(255,255,255,0.14);
    border: 1px solid rgba(255,255,255,0.28);
    color: rgba(255,255,255,0.90);
    font-family: Nunito, sans-serif;
    font-weight: 600;
    font-size: 0.82rem;
    padding: 0.3rem 0.9rem;
    border-radius: 2rem;
}

.biz-hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }

/* ── Shared buttons ──────────────────────────── */
.biz-btn-primary {
    background-color: var(--antologa-primary) !important;
    color: white !important;
    border-radius: 0.5rem !important;
    padding: 0.75rem 2rem !important;
    font-family: Nunito, sans-serif !important;
    font-weight: 700 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}
    .biz-btn-primary:hover { background-color: #056666 !important; box-shadow: 0 4px 16px rgba(7,130,130,0.4) !important; }

.biz-btn-outline {
    border: 2px solid rgba(255,255,255,0.75) !important;
    color: white !important;
    border-radius: 0.5rem !important;
    padding: 0.75rem 2rem !important;
    font-family: Nunito, sans-serif !important;
    font-weight: 700 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}
    .biz-btn-outline:hover { background: rgba(255,255,255,0.12) !important; border-color: white !important; }

/* ── Shared typography ───────────────────────── */
.biz-eyebrow {
    display: block;
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    margin-bottom: 0.5rem;
    font-family: Nunito, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.biz-section-heading { font-family: Inter, sans-serif; font-weight: 700; margin-bottom: 1.25rem; line-height: 1.2; }
.biz-section-subtitle { font-family: Nunito, sans-serif; font-size: 1.05rem; max-width: 44rem; margin: 0 auto; line-height: 1.7; color: rgba(255,255,255,0.82); }
.biz-section-header { margin-bottom: 3rem; }

/* ── Business Types ──────────────────────────── */
.biz-types-section { padding: 6rem 0; background-color: var(--antologa-white); }
.biz-types-grid { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.biz-type-chip {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: white;
    border: 1.5px solid var(--antologa-light-gray);
    border-radius: 2rem;
    padding: 0.625rem 1.25rem;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
    .biz-type-chip:hover { border-color: var(--antologa-primary); box-shadow: 0 3px 10px rgba(7,130,130,0.12); }
.biz-type-icon { font-size: 1.25rem; line-height: 1; }
.biz-type-label { font-family: Nunito, sans-serif; font-weight: 700; font-size: 0.9rem; color: var(--antologa-dark); }

/* ── Platform Tools ──────────────────────────── */
.biz-tools-section {
    padding: 6rem 0;
    background: linear-gradient(160deg, var(--antologa-secondary) 0%, #005a7a 100%);
}
    .biz-tools-section .biz-section-heading { color: white !important; }
    .biz-tools-section .biz-eyebrow { color: var(--antologa-contrast) !important; }

.biz-tool-card {
    display: flex;
    gap: 1.1rem;
    align-items: flex-start;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 1rem;
    padding: 1.5rem;
    height: 100%;
    transition: background 0.2s ease;
}
    .biz-tool-card:hover { background: rgba(255,255,255,0.14); }
.biz-tool-icon { font-size: 1.75rem; line-height: 1; flex-shrink: 0; margin-top: 0.1rem; }
.biz-tool-title { font-family: Inter, sans-serif !important; font-weight: 700 !important; color: white !important; margin-bottom: 0.35rem; }
.biz-tool-body { font-family: Nunito, sans-serif !important; color: rgba(255,255,255,0.78) !important; line-height: 1.6 !important; }

/* ── Pricing Preview ─────────────────────────── */
.biz-pricing-section { padding: 6rem 0; background-color: var(--antologa-light-gray); }

.biz-price-card {
    background: white !important;
    border-radius: 1.25rem !important;
    padding: 0.5rem !important;
    position: relative;
    height: 100%;
    border: 2px solid transparent !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
    .biz-price-card:hover { transform: translateY(-4px); box-shadow: 0 12px 36px rgba(0,0,0,0.10) !important; }

.biz-price-card--popular {
    border-color: var(--antologa-primary) !important;
    box-shadow: 0 4px 24px rgba(7,130,130,0.18) !important;
}

.biz-price-badge {
    position: absolute;
    top: -0.75rem;
    left: 50%;
    transform: translateX(-50%);
    background: var(--antologa-primary);
    color: white;
    font-family: Nunito, sans-serif;
    font-weight: 700;
    font-size: 0.72rem;
    padding: 0.25rem 1rem;
    border-radius: 2rem;
    white-space: nowrap;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.biz-price-name { font-family: Inter, sans-serif !important; font-weight: 700 !important; color: var(--antologa-dark) !important; margin-bottom: 0.25rem; }
.biz-price-amount { font-family: Inter, sans-serif !important; font-weight: 800 !important; color: var(--antologa-primary) !important; }
.biz-price-period { font-family: Nunito, sans-serif !important; color: var(--antologa-gray) !important; font-size: 0.88rem !important; }
.biz-price-desc { font-family: Nunito, sans-serif !important; color: #505050 !important; margin: 0.75rem 0 1.25rem !important; line-height: 1.6 !important; }
.biz-price-btn { font-family: Nunito, sans-serif !important; font-weight: 700 !important; text-transform: none !important; letter-spacing: 0 !important; border-radius: 0.5rem !important; }

/* ── Steps ───────────────────────────────────── */
.biz-steps-section { padding: 6rem 0; background-color: var(--antologa-white); }
.biz-step-card { background: var(--antologa-light-gray); border-radius: 1.25rem; padding: 2.25rem 1.75rem; text-align: center; height: 100%; }
.biz-step-number { width: 3rem; height: 3rem; background: var(--antologa-primary); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: Inter, sans-serif; font-weight: 800; font-size: 1.25rem; margin: 0 auto 1.25rem auto; }
.biz-step-title { font-family: Inter, sans-serif !important; font-weight: 700 !important; color: var(--antologa-dark) !important; margin-bottom: 0.6rem; }
.biz-step-body { font-family: Nunito, sans-serif !important; color: #505050 !important; line-height: 1.68 !important; }

/* ── FAQ ─────────────────────────────────────── */
.biz-faq-section { padding: 6rem 0; background-color: var(--antologa-light-gray); }
.biz-faq-panels { border-radius: 1rem; overflow: hidden; }
.biz-faq-panel { border-bottom: 1px solid var(--antologa-light-gray) !important; }
.biz-faq-answer { font-family: Nunito, sans-serif !important; color: #505050 !important; line-height: 1.72 !important; padding: 0 0 0.5rem; }

/* ── Final CTA ───────────────────────────────── */
.biz-cta-section { background-color: var(--antologa-secondary); padding: 6rem 1.5rem; }
.biz-cta-heading { font-family: Inter, sans-serif; font-weight: 700; color: white !important; margin-bottom: 1rem; }
.biz-cta-subtitle { font-family: Nunito, sans-serif; font-size: 1.1rem; color: rgba(255,255,255,0.82); max-width: 36rem; margin: 0 auto 2.75rem auto; line-height: 1.72; }
.biz-cta-actions { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center; }

/* ── Responsive ──────────────────────────────── */
@media (max-width: 600px) {
    .biz-hero { min-height: 72dvh; }
    .biz-hero-actions, .biz-cta-actions { flex-direction: column; align-items: stretch; }
    .biz-btn-primary, .biz-btn-outline { width: 100%; justify-content: center; }
    .biz-types-section, .biz-tools-section, .biz-pricing-section,
    .biz-steps-section, .biz-faq-section, .biz-cta-section { padding: 3.5rem 0; }
}
