/* ==========================================================================
   Agenci custom additions (loaded after main.css)
   Inner (non-home) pages are built from scratch with their own dark section
   backgrounds, since the theme's default heading color is white and relies
   on each section supplying a background (see home page for the reference
   pattern of black/white alternating sections).
   ========================================================================== */

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--main-600);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.8rem;
    font-weight: 700;
    margin-bottom: 18px;
}
.eyebrow::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--main-600);
    display: inline-block;
}

.btn-agenci {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--main-600);
    color: #0d0d0d;
    font-weight: 700;
    padding: 16px 32px;
    border-radius: 999px;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.03em;
    border: 1px solid var(--main-600);
    transition: 0.25s ease;
}
.btn-agenci:hover {
    background: transparent;
    color: var(--main-600);
}
.btn-agenci-outline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    color: #fff;
    font-weight: 700;
    padding: 15px 31px;
    border-radius: 999px;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.03em;
    border: 1px solid #3a3a3a;
    transition: 0.25s ease;
}
.btn-agenci-outline:hover {
    border-color: var(--main-600);
    color: var(--main-600);
}

/* Page hero / breadcrumb band */
.page-hero {
    background: #0d0d0d;
    padding-block: 170px 90px;
    position: relative;
    overflow: hidden;
}
.page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 85% 10%, hsl(var(--main) / 0.16), transparent 55%);
    pointer-events: none;
}
.page-hero .breadcrumb-trail {
    color: #9a9a9a;
    font-size: 0.9rem;
    margin-bottom: 18px;
    position: relative;
}
.page-hero .breadcrumb-trail a {
    color: #c9c9c9;
}
.page-hero .breadcrumb-trail a:hover {
    color: var(--main-600);
}
.page-hero h1 {
    position: relative;
    text-transform: uppercase;
    max-width: 820px;
}
.page-hero p.lead {
    position: relative;
    color: #b9b9b9;
    max-width: 640px;
    font-size: 1.05rem;
    margin-top: 18px;
}

/* Section rhythm */
.section-pad { background: #0b0b0b; padding-block: 90px; }
.section-pad-alt { background: #111214; padding-block: 90px; }
@media (max-width: 767px) {
    .section-pad, .section-pad-alt { padding-block: 60px; }
}
.section-head { margin-bottom: 50px; }
.section-head h2 { text-transform: uppercase; max-width: 640px; }
.section-head p { color: #a8a8a8; max-width: 560px; margin-top: 14px; }

/* Generic content card */
.agenci-card {
    background: #141414;
    border: 1px solid #242424;
    border-radius: 16px;
    padding: 36px 30px;
    height: 100%;
    transition: 0.25s ease;
}
.agenci-card:hover { border-color: hsl(var(--main) / 0.5); }
.agenci-card i.icon {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: hsl(var(--main) / 0.12);
    color: var(--main-600);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 22px;
}
.agenci-card h3 { font-size: 1.15rem; margin-bottom: 12px; }
.agenci-card p { color: #a0a0a0; font-size: 0.95rem; margin: 0; }

.step-card { position: relative; padding-top: 10px; }
.step-card .num {
    font-family: var(--heading-font);
    font-size: 2.75rem;
    color: var(--main-600);
    line-height: 1;
    display: block;
    margin-bottom: 14px;
}

/* Checklist */
.check-list { list-style: none; padding: 0; margin: 0; }
.check-list li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    color: #c9c9c9;
    margin-bottom: 16px;
    font-size: 1rem;
}
.check-list li i { color: var(--main-600); font-size: 1.2rem; margin-top: 3px; flex-shrink: 0; }

/* Pricing */
.pricing-card {
    background: #131313;
    border: 1px solid #262626;
    border-radius: 18px;
    padding: 44px 34px;
    height: 100%;
    position: relative;
}
.pricing-card.featured { border-color: var(--main-600); background: #12160c; }
.pricing-card .badge-pop {
    position: absolute;
    top: -15px;
    right: 34px;
    background: var(--main-600);
    color: #0d0d0d;
    padding: 6px 18px;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.pricing-card .plan-name { color: #9a9a9a; text-transform: uppercase; font-size: 0.85rem; letter-spacing: 0.06em; margin-bottom: 10px; }
.pricing-card .price { font-family: var(--heading-font); font-size: 2.6rem; color: #fff; margin-bottom: 4px; }
.pricing-card .price span { font-size: 1rem; color: #9a9a9a; font-family: var(--body-font); }
.pricing-card .plan-desc { color: #949494; font-size: 0.9rem; margin-bottom: 26px; }
.pricing-card ul { list-style: none; padding: 0; margin: 0 0 30px; }
.pricing-card ul li {
    color: #c9c9c9;
    padding: 12px 0;
    border-top: 1px solid #232323;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 0.94rem;
}
.pricing-card ul li:first-child { border-top: none; }
.pricing-card ul li i { color: var(--main-600); margin-top: 3px; flex-shrink: 0; }

/* Blog cards */
.blog-post-card {
    background: #131313;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #242424;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: 0.25s ease;
}
.blog-post-card:hover { border-color: hsl(var(--main) / 0.5); }
.blog-post-card .thumb { display: block; overflow: hidden; }
.blog-post-card .thumb img { width: 100%; height: 220px; object-fit: cover; transition: 0.4s ease; }
.blog-post-card:hover .thumb img { transform: scale(1.06); }
.blog-post-card .body { padding: 26px 26px 30px; display: flex; flex-direction: column; flex-grow: 1; }
.blog-post-card .meta { color: #8a8a8a; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.03em; margin-bottom: 12px; }
.blog-post-card h3 { font-size: 1.15rem; margin-bottom: 14px; }
.blog-post-card h3 a { color: #fff; }
.blog-post-card h3 a:hover { color: var(--main-600); }
.blog-post-card p { color: #9f9f9f; font-size: 0.92rem; margin-bottom: 18px; flex-grow: 1; }
.blog-post-card .read-more { color: var(--main-600); font-size: 0.82rem; text-transform: uppercase; font-weight: 700; letter-spacing: 0.03em; }

/* Long-form article body */
.article-body { color: #c4c4c4; font-size: 1.08rem; line-height: 1.9; }
.article-body h2 { color: #fff; margin-top: 46px; margin-bottom: 18px; font-size: 1.55rem; text-transform: uppercase; }
.article-body h3 { color: #fff; margin-top: 32px; margin-bottom: 14px; font-size: 1.2rem; }
.article-body ul, .article-body ol { margin: 0 0 26px; padding-inline-start: 22px; }
.article-body li { margin-bottom: 10px; }
.article-body p { margin-bottom: 22px; }
.article-body img { border-radius: 14px; margin-bottom: 36px; width: 100%; }
.article-meta { color: #9a9a9a; font-size: 0.88rem; margin-bottom: 20px; display: flex; gap: 18px; flex-wrap: wrap; }
.article-meta span { display: inline-flex; align-items: center; gap: 6px; }

/* Testimonials */
.testimonial-card { background: #131313; border: 1px solid #242424; border-radius: 16px; padding: 34px; height: 100%; }
.testimonial-card p.quote { color: #cfcfcf; font-size: 1rem; margin-bottom: 26px; }
.testimonial-card .avatar-circle {
    width: 46px; height: 46px; border-radius: 50%;
    background: hsl(var(--main) / 0.16); color: var(--main-600);
    display: inline-flex; align-items: center; justify-content: center;
    font-weight: 700; margin-right: 14px; flex-shrink: 0;
}
.testimonial-card .avatar-photo {
    width: 46px; height: 46px; border-radius: 50%;
    object-fit: cover; margin-right: 14px; flex-shrink: 0;
}
.testimonial-card .who { display: flex; align-items: center; }
.testimonial-card .who h4 { font-size: 1rem; margin-bottom: 2px; }
.testimonial-card .who span { color: #8f8f8f; font-size: 0.85rem; }
.testimonial-card .stars { color: var(--main-600); font-size: 0.9rem; margin-bottom: 14px; display: flex; gap: 3px; }

/* Persistent mobile CTA bar (landing page only) */
.sticky-mobile-cta { display: none; }
@media (max-width: 767px) {
    .sticky-mobile-cta {
        display: block;
        position: fixed;
        inset-inline: 0;
        inset-block-end: 0;
        z-index: 200;
        background: #0a0a0a;
        border-top: 1px solid #262626;
        padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
    }
    .sticky-mobile-cta a { display: flex; justify-content: center; width: 100%; }
    /* keep the real footer clear of the fixed bar */
    .funnel-footer { padding-bottom: 90px; }
}

/* Before/after comparison card (landing page hero visual) */
.compare-card { border-radius: 16px; overflow: hidden; border: 1px solid #242424; background: #131313; }
.compare-card img { width: 100%; height: 320px; object-fit: cover; display: block; }
.compare-card .label { padding: 16px 20px; margin: 0; color: #9a9a9a; font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.05em; }
.compare-card.after { border-color: var(--main-600); }
.compare-card.after .label { color: var(--main-600); }
@media (max-width: 767px) {
    .compare-card img { height: 220px; }
}

/* Forms */
.agenci-form label { color: #d6d6d6; margin-bottom: 8px; display: inline-block; font-size: 0.88rem; font-weight: 600; }
.agenci-form .form-control,
.agenci-form .form-select,
.agenci-form textarea.form-control {
    background: #161616;
    border: 1px solid #2b2b2b;
    color: #fff;
    padding: 13px 18px;
    border-radius: 8px;
    font-size: 0.95rem;
}
.agenci-form .form-control::placeholder { color: #7c7c7c; }
.agenci-form .form-control:focus,
.agenci-form .form-select:focus {
    background: #161616;
    color: #fff;
    border-color: var(--main-600);
    box-shadow: 0 0 0 3px hsl(var(--main) / 0.2);
}
.agenci-form .form-select option { background: #161616; }

/* FAQ accordion (bootstrap default light card reads fine against dark bg) */
.common-accordion { border-radius: 14px; overflow: hidden; }
.common-accordion .accordion-item { border: none; }
.common-accordion .accordion-button { font-weight: 600; padding: 22px 30px; }
.common-accordion .accordion-body { color: #4b5563; padding: 4px 30px 26px; }

/* Contact info list */
.contact-info-list { list-style: none; padding: 0; margin: 0 0 30px; }
.contact-info-list li { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 24px; }
.contact-info-list li .ic {
    width: 46px; height: 46px; border-radius: 12px; flex-shrink: 0;
    background: hsl(var(--main) / 0.12); color: var(--main-600);
    display: inline-flex; align-items: center; justify-content: center; font-size: 1.15rem;
}
.contact-info-list li h4 { font-size: 1rem; margin-bottom: 4px; }
.contact-info-list li p, .contact-info-list li a { color: #a8a8a8; font-size: 0.94rem; }
.contact-info-list li a:hover { color: var(--main-600); }

/* Landing / funnel page */
.funnel-header { position: relative; z-index: 100; padding: 18px 0; background: #0a0a0a; border-bottom: 1px solid #1f1f1f; }
.funnel-header .logo img { max-width: 150px; }
@media (max-width: 767px) {
    /* the persistent bottom bar covers the CTA role on small screens */
    .funnel-header .btn-agenci { display: none; }
}
.funnel-hero {
    background: #0a0a0a radial-gradient(circle at 82% 15%, hsl(var(--main) / 0.2), transparent 55%);
    padding-block: 70px 90px;
}
.funnel-hero h1 { text-transform: uppercase; font-size: clamp(2rem, 1.1rem + 3.4vw, 3.1rem); }
.funnel-hero .lead { color: #b9b9b9; font-size: 1.1rem; margin: 20px 0 30px; max-width: 560px; }
.funnel-form-card {
    background: #131313;
    border: 1px solid #262626;
    border-radius: 20px;
    padding: 38px 34px;
}
.funnel-form-card h3 { color: #fff; margin-bottom: 8px; }
.funnel-form-card p.sub { color: #999; margin-bottom: 26px; font-size: 0.92rem; }
.funnel-footer { background: #0a0a0a; border-top: 1px solid #1f1f1f; padding-block: 30px; }
.funnel-footer p { color: #8a8a8a; font-size: 0.85rem; margin: 0; }
.funnel-footer a { color: #a8a8a8; }
.funnel-footer a:hover { color: var(--main-600); }
.trust-row { display: flex; flex-wrap: wrap; gap: 28px; align-items: center; opacity: 0.8; }
.trust-row span { color: #8a8a8a; font-size: 0.85rem; display: inline-flex; align-items: center; gap: 8px; }
.trust-row span i { color: var(--main-600); }

@media (max-width: 767px) {
    .page-hero { padding-block: 140px 60px; }
}

/* The theme's header-eight nav bakes in decorative "(08)/(12)/..." counters
   via ::before content, sized for the original demo's page counts. Not
   meaningful for a real site, so switch them off. */
.header-eight-menu > ul > li > a::before {
    content: none !important;
    display: none !important;
}
