/* ============================================
   FOR AGENCIES PAGE  —  /for-agencies
   Prefix: agency-
   ============================================ */

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

/* ── Hero ────────────────────────────────────── */
.agency-hero {
    position: relative;
    min-height: 82dvh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: var(--antologa-secondary);
}
.agency-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; transform: scale(1.04); }
.agency-hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(0,79,113,0.90) 0%, rgba(7,130,130,0.76) 55%, rgba(0,0,0,0.64) 100%); }
.agency-hero-content { position: relative; z-index: 10; padding-top: 5rem; padding-bottom: 5rem; color: white; }
.agency-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; }
.agency-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; }
.agency-hero-subtitle { font-family: Nunito, sans-serif; font-size: clamp(1rem, 2vw, 1.2rem); color: rgba(255,255,255,0.88); max-width: 42rem; line-height: 1.68; margin-bottom: 2.5rem; }
.agency-hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }

/* ── Shared buttons ──────────────────────────── */
.agency-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; }
    .agency-btn-primary:hover { background-color: #056666 !important; box-shadow: 0 4px 16px rgba(7,130,130,0.4) !important; }
.agency-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; }
    .agency-btn-outline:hover { background: rgba(255,255,255,0.12) !important; border-color: white !important; }

/* ── Shared typography ───────────────────────── */
.agency-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; }
.agency-section-heading { font-family: Inter, sans-serif; font-weight: 700; margin-bottom: 1.25rem; line-height: 1.2; }
.agency-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); }
.agency-section-header { margin-bottom: 3rem; }

/* ── Why Section ─────────────────────────────── */
.agency-why-section { padding: 6rem 0; background-color: var(--antologa-white); }
.agency-reason-card { background: white; border: 1px solid var(--antologa-light-gray); border-radius: 1.25rem; padding: 2rem 1.5rem; text-align: center; height: 100%; transition: transform 0.2s ease, box-shadow 0.2s ease; }
    .agency-reason-card:hover { transform: translateY(-4px); box-shadow: 0 10px 30px rgba(0,0,0,0.10); }
.agency-reason-icon { font-size: 2.5rem; margin-bottom: 1rem; line-height: 1; }
.agency-reason-title { font-family: Inter, sans-serif !important; font-weight: 700 !important; color: var(--antologa-dark) !important; margin-bottom: 0.6rem; }
.agency-reason-body { font-family: Nunito, sans-serif !important; color: #505050 !important; line-height: 1.68 !important; }

/* ── Tools Section ───────────────────────────── */
.agency-tools-section { padding: 6rem 0; background: linear-gradient(160deg, var(--antologa-secondary) 0%, #005a7a 100%); }
    .agency-tools-section .agency-section-heading { color: white !important; }
    .agency-tools-section .agency-eyebrow { color: var(--antologa-contrast) !important; }
.agency-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; }
    .agency-tool-card:hover { background: rgba(255,255,255,0.14); }
.agency-tool-icon { font-size: 1.75rem; line-height: 1; flex-shrink: 0; margin-top: 0.1rem; }
.agency-tool-title { font-family: Inter, sans-serif !important; font-weight: 700 !important; color: white !important; margin-bottom: 0.35rem; }
.agency-tool-body { font-family: Nunito, sans-serif !important; color: rgba(255,255,255,0.78) !important; line-height: 1.6 !important; }

/* ── Agency Tiers ────────────────────────────── */
.agency-tiers-section { padding: 6rem 0; background-color: var(--antologa-light-gray); }

.agency-tier-card {
    background: white !important;
    border-radius: 1.5rem !important;
    padding: 2.5rem !important;
    height: 100%;
    border: 2px solid transparent !important;
    position: relative;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
    .agency-tier-card:hover { transform: translateY(-4px); box-shadow: 0 12px 36px rgba(0,0,0,0.12) !important; }
.agency-tier-card--recommended { border-color: var(--antologa-primary) !important; box-shadow: 0 4px 24px rgba(7,130,130,0.16) !important; }

.agency-tier-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; }
.agency-tier-name { font-family: Inter, sans-serif !important; font-weight: 700 !important; color: var(--antologa-dark) !important; margin-bottom: 0.5rem; }
.agency-tier-price { font-family: Inter, sans-serif !important; font-weight: 800 !important; color: var(--antologa-primary) !important; }
.agency-tier-period { font-family: Nunito, sans-serif; font-weight: 400; font-size: 1rem; color: var(--antologa-gray); }
.agency-tier-desc { font-family: Nunito, sans-serif !important; color: #505050 !important; line-height: 1.68 !important; margin: 1rem 0 1.5rem; }
.agency-tier-features { list-style: none; padding: 0; margin: 0 0 1.75rem; display: flex; flex-direction: column; gap: 0.625rem; }
    .agency-tier-features li { display: flex; align-items: center; gap: 0.5rem; font-family: Nunito, sans-serif; color: var(--antologa-dark); font-size: 0.95rem; }
.agency-tier-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 ───────────────────────────────────── */
.agency-steps-section { padding: 6rem 0; background-color: var(--antologa-white); }
.agency-step-card { background: var(--antologa-light-gray); border-radius: 1.25rem; padding: 2.25rem 1.75rem; text-align: center; height: 100%; }
.agency-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; }
.agency-step-title { font-family: Inter, sans-serif !important; font-weight: 700 !important; color: var(--antologa-dark) !important; margin-bottom: 0.6rem; }
.agency-step-body { font-family: Nunito, sans-serif !important; color: #505050 !important; line-height: 1.68 !important; }

/* ── Final CTA ───────────────────────────────── */
.agency-cta-section { background-color: var(--antologa-secondary); padding: 6rem 1.5rem; }
.agency-cta-heading { font-family: Inter, sans-serif; font-weight: 700; color: white !important; margin-bottom: 1rem; }
.agency-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; }
.agency-cta-actions { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center; }

/* ── Responsive ──────────────────────────────── */
@media (max-width: 600px) {
    .agency-hero { min-height: 72dvh; }
    .agency-hero-actions, .agency-cta-actions { flex-direction: column; align-items: stretch; }
    .agency-btn-primary, .agency-btn-outline { width: 100%; justify-content: center; }
    .agency-why-section, .agency-tools-section, .agency-tiers-section,
    .agency-steps-section, .agency-cta-section { padding: 3.5rem 0; }
    .agency-tier-card { padding: 2rem !important; }
}
