/**
 * Marketing Agency Ecosystem — Complete CSS
 * For /marketing/* pages only (loaded conditionally via functions.php)
 * Version: 1.0
 */

/* ═══════════════════════════════════════════
   CSS VARIABLES
   ═══════════════════════════════════════════ */
:root {
    --lr-mkt-primary: #267399;
    --lr-mkt-primary-dark: #1a5276;
    --lr-mkt-secondary: #31CBC4;
    --lr-mkt-accent: #1a1464;
    --lr-mkt-accent-light: #6366f1;
    --lr-mkt-dark: #0d1b2a;
    --lr-mkt-dark-2: #1a2940;
    --lr-mkt-light: #f0f9ff;
    --lr-mkt-light-2: #f8fafc;
    --lr-mkt-white: #ffffff;
    --lr-mkt-text: #1e293b;
    --lr-mkt-text-muted: #64748b;
    --lr-mkt-border: #e2e8f0;
    --lr-mkt-success: #059669;
    --lr-mkt-danger: #dc2626;
    --lr-mkt-gradient: linear-gradient(135deg, #267399 0%, #1a1464 100%);
    --lr-mkt-gradient-light: linear-gradient(135deg, #f0f9ff 0%, #ede9fe 100%);
    --lr-mkt-radius: 12px;
    --lr-mkt-radius-sm: 8px;
    --lr-mkt-radius-lg: 16px;
    --lr-mkt-radius-xl: 24px;
    --lr-mkt-shadow: 0 1px 3px rgba(0,0,0,0.08), 0 4px 12px rgba(0,0,0,0.04);
    --lr-mkt-shadow-md: 0 4px 16px rgba(0,0,0,0.08), 0 8px 24px rgba(0,0,0,0.04);
    --lr-mkt-shadow-lg: 0 8px 30px rgba(0,0,0,0.12);
    --lr-mkt-max-width: 1200px;
    --lr-mkt-font: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* ═══════════════════════════════════════════
   ASTRA OVERRIDES — scoped to #page only
   NO body-level variable overrides (breaks admin bar)
   NO global link overrides (breaks button text)
   Only override specific components.
   ═══════════════════════════════════════════ */

/* ── PRIMARY BUTTON: dark bg, white text ── */
#page .lr-mkt-btn--primary,
#page a.lr-mkt-btn--primary,
#page .lr-mkt-btn--primary:link,
#page .lr-mkt-btn--primary:visited,
#page .lr-mkt-btn--primary:hover,
#page .lr-mkt-btn--primary:focus,
#page .lr-mkt-btn--primary:active {
    color: #fff !important;
    background: #0f172a !important;
    border: 2px solid #0f172a !important;
    box-shadow: 0 4px 14px rgba(15,23,42,0.2);
    text-decoration: none !important;
}
#page .lr-mkt-btn--primary:hover {
    background: #334155 !important;
    border-color: #334155 !important;
    box-shadow: 0 6px 20px rgba(15,23,42,0.3);
    transform: translateY(-2px);
}

/* ── HEADER CTA ── */
#page .lr-mkt-cta,
#page a.lr-mkt-cta,
#page .lr-mkt-cta:link,
#page .lr-mkt-cta:visited,
#page .lr-mkt-cta:hover,
#page .lr-mkt-cta:focus {
    color: #fff !important;
    background: #0f172a !important;
    border-color: #0f172a !important;
    text-decoration: none !important;
}
#page .lr-mkt-cta:hover {
    background: #334155 !important;
    transform: translateY(-1px);
}

/* ── OUTLINE BUTTON ── */
#page .lr-mkt-btn--outline,
#page a.lr-mkt-btn--outline,
#page .lr-mkt-btn--outline:link,
#page .lr-mkt-btn--outline:visited {
    color: #0f172a !important;
    border: 2px solid #94a3b8 !important;
    background: #fff !important;
    text-decoration: none !important;
}
#page .lr-mkt-btn--outline:hover {
    color: #fff !important;
    background: #0f172a !important;
    border-color: #0f172a !important;
}

/* ── OUTLINE-LIGHT (hero bg) ── */
#page .lr-mkt-btn--outline-light,
#page a.lr-mkt-btn--outline-light,
#page .lr-mkt-btn--outline-light:link,
#page .lr-mkt-btn--outline-light:visited {
    color: #0f172a !important;
    border: 2px solid #cbd5e1 !important;
    background: #fff !important;
    text-decoration: none !important;
}
#page .lr-mkt-btn--outline-light:hover {
    color: #fff !important;
    background: #0f172a !important;
    border-color: #0f172a !important;
}

/* ── CTA FINAL (dark bg, white button) ── */
#page .lr-mkt-cta-final a,
#page .lr-mkt-cta-final a:link,
#page .lr-mkt-cta-final a:visited,
#page .lr-mkt-cta-final a:hover,
#page .lr-mkt-cta-final a:focus {
    color: #0f172a !important;
    background: #fff !important;
    border-color: #fff !important;
    text-decoration: none !important;
    box-shadow: 0 4px 14px rgba(255,255,255,0.15);
}
#page .lr-mkt-cta-final a:hover {
    background: #f1f5f9 !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(255,255,255,0.25) !important;
}

/* ── NAV LINKS ── */
#page .lr-mkt-menu__link,
#page .lr-mkt-menu__link:hover { color: #1e293b !important; background: transparent !important; text-decoration: none !important; }
#page .lr-mkt-dropdown__link { color: #1e293b !important; background: transparent !important; text-decoration: none !important; }
#page .lr-mkt-dropdown__link:hover { color: #0f172a !important; background: #f0f9ff !important; }

/* ── SERVICE CARDS ── */
#page [class*="lr-mkt-services"] a,
#page [class*="lr-mkt-services"] a:hover { color: #1e293b !important; text-decoration: none !important; background: transparent !important; }

/* ── FAQ ── */
#page .lr-mkt-faq__question,
#page button.lr-mkt-faq__question,
#page button.lr-mkt-faq__question:hover,
#page button.lr-mkt-faq__question:focus { color: #111827 !important; background: #fff !important; }
#page button.lr-mkt-faq__question:hover { background: #f9fafb !important; }
#page .lr-mkt-faq__item.active button.lr-mkt-faq__question,
#page .lr-mkt-faq__item.active button.lr-mkt-faq__question:hover { color: #111827 !important; background: #fff !important; }

/* ── FOOTER ── */
#page .lr-mkt-footer a, #page .lr-mkt-footer a:visited { color: rgba(255,255,255,0.6) !important; background: transparent !important; text-decoration: none !important; }
#page .lr-mkt-footer a:hover { color: #fff !important; }

/* ── TOPBAR ── */
#page .lr-mkt-topbar a { color: rgba(255,255,255,0.7) !important; background: transparent !important; text-decoration: none !important; }
#page .lr-mkt-topbar a:hover { color: #fff !important; }

/* ═══════════════════════════════════════════
   GLOBAL RESETS FOR MARKETING PAGES
   ═══════════════════════════════════════════ */
body.lr-marketing {
    font-family: var(--lr-mkt-font);
    color: var(--lr-mkt-text);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

/* no overflow on #page — breaks sticky */

/* Hide Astra's default header/footer on marketing pages */
body.lr-marketing .ast-above-header,
body.lr-marketing .ast-below-header,
body.lr-marketing .ast-header-break-point .ast-mobile-header-wrap,
body.lr-marketing .site-header,
body.lr-marketing .ast-footer-overlay,
body.lr-marketing .site-footer,
body.lr-marketing #ast-scroll-top {
    display: none !important;
}

/* Remove Astra's container padding */
body.lr-marketing #page .ast-container {
    max-width: 100%;
    padding: 0;
}

body.lr-marketing #content.site-content {
    padding: 0;
}

/* ═══════════════════════════════════════════
   TYPOGRAPHY
   ═══════════════════════════════════════════ */
.lr-mkt-h1 {
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: var(--lr-mkt-dark);
}

.lr-mkt-h2 {
    font-size: clamp(1.5rem, 3vw, 2.4rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: var(--lr-mkt-dark);
}

.lr-mkt-h3 {
    font-size: clamp(1.1rem, 2vw, 1.4rem);
    font-weight: 600;
    line-height: 1.3;
    color: var(--lr-mkt-dark);
}

.lr-mkt-subtitle {
    font-size: clamp(1rem, 1.5vw, 1.2rem);
    color: var(--lr-mkt-text-muted);
    line-height: 1.6;
    max-width: 680px;
}

.lr-mkt-section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.lr-mkt-section-header .lr-mkt-subtitle {
    margin: 0.75rem auto 0;
}

/* ═══════════════════════════════════════════
   BUTTONS
   ═══════════════════════════════════════════ */
.lr-mkt-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.25s ease;
    cursor: pointer;
    border: 2px solid transparent;
}

.lr-mkt-btn-primary,
.lr-mkt-btn--primary {
    background: #0f172a !important;
    color: #ffffff !important;
    box-shadow: 0 4px 14px rgba(15,23,42,0.25);
    border: 2px solid #0f172a !important;
}
.lr-mkt-btn-primary:hover,
.lr-mkt-btn--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(15,23,42,0.35);
    background: #1e293b !important;
    color: #ffffff !important;
    text-decoration: none;
}

.lr-mkt-btn-outline {
    background: transparent;
    color: var(--lr-mkt-primary);
    border-color: var(--lr-mkt-primary);
}
.lr-mkt-btn-outline:hover {
    background: var(--lr-mkt-primary);
    color: var(--lr-mkt-white);
    transform: translateY(-2px);
    text-decoration: none;
}

.lr-mkt-btn--outline-light {
    background: transparent !important;
    color: var(--lr-mkt-dark) !important;
    border: 2px solid var(--lr-mkt-dark) !important;
}
.lr-mkt-btn--outline-light:hover {
    background: var(--lr-mkt-dark) !important;
    color: #ffffff !important;
    transform: translateY(-2px);
}

.lr-mkt-btn-white {
    background: var(--lr-mkt-white);
    color: var(--lr-mkt-primary);
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}
.lr-mkt-btn-white:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
    color: var(--lr-mkt-primary);
    text-decoration: none;
}

/* ═══════════════════════════════════════════
   LAYOUT
   ═══════════════════════════════════════════ */
.lr-mkt-container {
    max-width: var(--lr-mkt-max-width);
    margin: 0 auto;
    padding: 0 24px;
}

.lr-mkt-section {
    padding: 80px 0;
}

.lr-mkt-section-dark {
    background: var(--lr-mkt-dark);
    color: var(--lr-mkt-white);
}
.lr-mkt-section-dark .lr-mkt-h2,
.lr-mkt-section-dark .lr-mkt-h3 {
    color: var(--lr-mkt-white);
}
.lr-mkt-section-dark .lr-mkt-subtitle {
    color: rgba(255,255,255,0.7);
}

.lr-mkt-section-light {
    background: var(--lr-mkt-light);
}

.lr-mkt-section-gradient {
    background: var(--lr-mkt-gradient-light);
}

/* ═══════════════════════════════════════════
   HEADER — matches header-marketing.php BEM classes
   ═══════════════════════════════════════════ */

/* Top bar */
.lr-mkt-topbar {
    background: var(--lr-mkt-dark);
    padding: 6px 0;
    font-size: 0.8rem;
}
.lr-mkt-topbar a,
.lr-mkt-topbar__back {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
}
.lr-mkt-topbar a:hover {
    color: var(--lr-mkt-white);
}

/* Header bar */
.lr-mkt-header {
    background: var(--lr-mkt-white);
    border-bottom: 1px solid var(--lr-mkt-border);
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

/* Nav (flex container inside header) */
.lr-mkt-nav {
    max-width: var(--lr-mkt-max-width);
    margin: 0 auto !important;
    padding: 0 24px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    height: 70px;
}
/* Kill any Astra list/nav resets on our elements */
.lr-mkt-header *,
.lr-mkt-mobile-menu * {
    box-sizing: border-box;
}
.lr-mkt-header ul,
.lr-mkt-header ol,
.lr-mkt-header li,
.lr-mkt-mobile-menu ul,
.lr-mkt-mobile-menu ol,
.lr-mkt-mobile-menu li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Logo */
.lr-mkt-logo {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 1.2rem;
    color: var(--lr-mkt-dark);
    flex-shrink: 0;
}
.lr-mkt-logo:hover { color: var(--lr-mkt-primary); text-decoration: none; }
.lr-mkt-logo__img { height: 36px; width: auto; }
.lr-mkt-logo__text { white-space: nowrap; }

/* Desktop menu list — aggressive resets to override Astra */
.lr-mkt-menu,
.lr-mkt-menu ul,
.lr-mkt-dropdown__list,
.lr-mkt-mobile-menu__list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.lr-mkt-menu {
    display: flex !important;
    align-items: center;
    gap: 28px;
}
.lr-mkt-menu li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.lr-mkt-menu__item {
    position: relative;
    display: inline-flex;
    align-items: center;
}
.lr-mkt-menu__link {
    text-decoration: none;
    color: var(--lr-mkt-text);
    font-weight: 500;
    font-size: 0.92rem;
    padding: 8px 0;
    transition: color 0.2s;
    background: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
    display: flex;
    align-items: center;
    gap: 5px;
}
.lr-mkt-menu__link:hover { color: var(--lr-mkt-primary); text-decoration: none; }

/* Chevron in Servicios toggle */
.lr-mkt-menu__chevron {
    transition: transform 0.25s;
}
.lr-mkt-dropdown--open .lr-mkt-menu__chevron {
    transform: rotate(180deg);
}

/* Dropdown panel */
.lr-mkt-menu__item .lr-mkt-dropdown {
    position: absolute !important;
    top: calc(100% + 12px) !important;
    left: 50% !important;
    transform: translateX(-50%) translateY(8px) !important;
    background: var(--lr-mkt-white) !important;
    border-radius: var(--lr-mkt-radius) !important;
    box-shadow: var(--lr-mkt-shadow-lg) !important;
    border: 1px solid var(--lr-mkt-border) !important;
    padding: 24px !important;
    min-width: 620px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
    z-index: 1001;
}
.lr-mkt-menu__item.lr-mkt-dropdown--open .lr-mkt-dropdown {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateX(-50%) translateY(0) !important;
}

.lr-mkt-dropdown__inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.lr-mkt-dropdown__pillar {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--lr-mkt-text-muted);
    margin-bottom: 10px;
    padding-bottom: 6px;
    border-bottom: 2px solid var(--lr-mkt-border);
}

.lr-mkt-dropdown__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.lr-mkt-dropdown__link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 8px;
    border-radius: var(--lr-mkt-radius-sm);
    text-decoration: none;
    color: var(--lr-mkt-text);
    font-size: 0.85rem;
    font-weight: 500;
    white-space: nowrap;
    transition: background 0.15s, color 0.15s;
}
.lr-mkt-dropdown__link:hover {
    background: var(--lr-mkt-light);
    color: var(--lr-mkt-primary);
    text-decoration: none;
}
.lr-mkt-dropdown__icon {
    width: 18px;
    text-align: center;
    color: var(--lr-mkt-primary);
    font-size: 0.85rem;
    flex-shrink: 0;
}

/* Header CTA button */
.lr-mkt-cta {
    display: inline-flex;
    align-items: center;
    padding: 10px 22px;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border-radius: 50px;
    background: #0f172a !important;
    color: #fff !important;
    text-decoration: none !important;
    transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
    box-shadow: 0 3px 10px rgba(15,23,42,0.25);
    white-space: nowrap;
    border: 2px solid #0f172a;
}
.lr-mkt-cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 5px 16px rgba(15,23,42,0.35);
    background: #1e293b !important;
    color: #fff !important;
    text-decoration: none !important;
}

/* Hamburger */
.lr-mkt-hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 8px;
    background: none;
    border: none;
}
.lr-mkt-hamburger__line {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--lr-mkt-dark);
    transition: all 0.3s;
    border-radius: 2px;
}
.lr-mkt-hamburger--active .lr-mkt-hamburger__line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}
.lr-mkt-hamburger--active .lr-mkt-hamburger__line:nth-child(2) {
    opacity: 0;
}
.lr-mkt-hamburger--active .lr-mkt-hamburger__line:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

/* Mobile menu overlay */
.lr-mkt-mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: var(--lr-mkt-white);
    z-index: 10000;
    overflow-y: auto;
    padding: 80px 24px 24px;
}
.lr-mkt-mobile-menu--open {
    display: block;
}
.lr-mkt-menu-open {
    overflow: hidden;
}

.lr-mkt-mobile-menu__inner {
    display: flex;
    flex-direction: column;
}

/* Mobile toggle for Servicios */
.lr-mkt-mobile-menu__toggle {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    border: none;
    border-bottom: 1px solid var(--lr-mkt-border);
    background: none;
    font-size: 1rem;
    font-weight: 600;
    color: var(--lr-mkt-text);
    cursor: pointer;
    font-family: inherit;
}
.lr-mkt-mobile-menu__chevron {
    transition: transform 0.25s;
}
.lr-mkt-mobile-menu__toggle--open .lr-mkt-mobile-menu__chevron {
    transform: rotate(180deg);
}

/* Mobile submenu (collapsed by default) */
.lr-mkt-mobile-menu__submenu {
    display: none;
    padding: 8px 0 16px;
}
.lr-mkt-mobile-menu__submenu[aria-hidden="false"] {
    display: block;
}

.lr-mkt-mobile-menu__pillar {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--lr-mkt-text-muted);
    margin: 14px 0 6px;
}

.lr-mkt-mobile-menu__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.lr-mkt-mobile-menu__link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    text-decoration: none;
    color: var(--lr-mkt-text);
    font-size: 0.92rem;
    border-radius: var(--lr-mkt-radius-sm);
}
.lr-mkt-mobile-menu__link:hover {
    background: var(--lr-mkt-light);
    color: var(--lr-mkt-primary);
}
.lr-mkt-mobile-menu__link i {
    width: 20px;
    text-align: center;
    color: var(--lr-mkt-primary);
}

.lr-mkt-mobile-menu__link--top {
    padding: 16px 0;
    border-bottom: 1px solid var(--lr-mkt-border);
    font-weight: 600;
    border-radius: 0;
}

.lr-mkt-mobile-menu__back {
    display: block;
    margin-top: 24px;
    padding: 12px 0;
    text-decoration: none;
    color: var(--lr-mkt-text-muted);
    font-size: 0.85rem;
}
.lr-mkt-mobile-menu__back:hover {
    color: var(--lr-mkt-primary);
}

.lr-mkt-cta--mobile {
    margin-top: 20px;
    text-align: center;
    justify-content: center;
    width: 100%;
    padding: 14px 24px;
}

/* ═══════════════════════════════════════════
   BREADCRUMBS
   ═══════════════════════════════════════════ */
.lr-mkt-breadcrumbs {
    padding: 16px 0;
    font-size: 0.85rem;
    color: var(--lr-mkt-text-muted);
}
.lr-mkt-breadcrumbs a {
    color: var(--lr-mkt-primary);
    text-decoration: none;
}
.lr-mkt-breadcrumbs a:hover {
    text-decoration: underline;
}
.lr-mkt-breadcrumbs .separator {
    margin: 0 8px;
    color: var(--lr-mkt-border);
}

/* ═══════════════════════════════════════════
   HERO SECTION
   ═══════════════════════════════════════════ */
.lr-mkt-hero {
    padding: 60px 0 80px;
    background: var(--lr-mkt-gradient-light);
    position: relative;
    overflow: hidden;
}

.lr-mkt-hero-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.lr-mkt-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    background: rgba(38,115,153,0.1);
    color: var(--lr-mkt-primary);
    border-radius: 50px;
    font-size: 0.82rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.lr-mkt-hero .lr-mkt-h1 {
    margin-bottom: 16px;
}

.lr-mkt-hero-desc {
    color: var(--lr-mkt-text-muted);
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 28px;
}

.lr-mkt-hero-ctas {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.lr-mkt-hero-visual {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lr-mkt-hero-icon-large {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: var(--lr-mkt-gradient);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--lr-mkt-white);
    font-size: 6rem;
    box-shadow: 0 20px 60px rgba(38,115,153,0.25);
}

/* ═══════════════════════════════════════════
   PROBLEM / SOLUTION SECTION
   ═══════════════════════════════════════════ */
.lr-mkt-comparison {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 2rem;
}

.lr-mkt-comparison-col {
    padding: 30px;
    border-radius: var(--lr-mkt-radius-lg);
}

.lr-mkt-comparison-bad {
    background: #fef2f2;
    border: 1px solid #fecaca;
}

.lr-mkt-comparison-good {
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
}

.lr-mkt-comparison-col h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.lr-mkt-comparison-bad h3 { color: var(--lr-mkt-danger); }
.lr-mkt-comparison-good h3 { color: var(--lr-mkt-success); }

.lr-mkt-comparison-item {
    display: flex;
    gap: 12px;
    padding: 10px 0;
    align-items: flex-start;
}
.lr-mkt-comparison-item i {
    flex-shrink: 0;
    margin-top: 3px;
    font-size: 0.85rem;
}
.lr-mkt-comparison-bad .lr-mkt-comparison-item i { color: var(--lr-mkt-danger); }
.lr-mkt-comparison-good .lr-mkt-comparison-item i { color: var(--lr-mkt-success); }

/* ═══════════════════════════════════════════
   SERVICES GRID
   ═══════════════════════════════════════════ */
.lr-mkt-pillars-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.lr-mkt-pillar-group h3 {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--lr-mkt-primary);
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--lr-mkt-primary);
}

.lr-mkt-service-card {
    background: var(--lr-mkt-white);
    border: 1px solid var(--lr-mkt-border);
    border-radius: var(--lr-mkt-radius);
    padding: 20px;
    margin-bottom: 14px;
    transition: all 0.25s ease;
    text-decoration: none;
    display: block;
    color: var(--lr-mkt-text);
}
.lr-mkt-service-card:hover {
    border-color: var(--lr-mkt-primary);
    box-shadow: var(--lr-mkt-shadow-md);
    transform: translateY(-3px);
    text-decoration: none;
    color: var(--lr-mkt-text);
}

.lr-mkt-service-card-icon {
    width: 42px;
    height: 42px;
    border-radius: var(--lr-mkt-radius-sm);
    background: var(--lr-mkt-light);
    color: var(--lr-mkt-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    margin-bottom: 12px;
}

.lr-mkt-service-card h4 {
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 6px;
    color: var(--lr-mkt-dark);
}

.lr-mkt-service-card p {
    font-size: 0.82rem;
    color: var(--lr-mkt-text-muted);
    line-height: 1.5;
    margin-bottom: 10px;
}

.lr-mkt-service-card-link {
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--lr-mkt-primary);
}

/* ═══════════════════════════════════════════
   WHY US / DIFFERENTIATORS
   ═══════════════════════════════════════════ */
.lr-mkt-why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.lr-mkt-why-card {
    text-align: center;
    padding: 30px 20px;
    border-radius: var(--lr-mkt-radius);
    background: var(--lr-mkt-white);
    border: 1px solid var(--lr-mkt-border);
    transition: all 0.25s;
}
.lr-mkt-why-card:hover {
    box-shadow: var(--lr-mkt-shadow-md);
    transform: translateY(-4px);
}

.lr-mkt-why-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--lr-mkt-gradient);
    color: var(--lr-mkt-white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    margin: 0 auto 16px;
}

.lr-mkt-why-card h3 {
    font-size: 0.95rem;
    margin-bottom: 8px;
}

.lr-mkt-why-card p {
    font-size: 0.82rem;
    color: var(--lr-mkt-text-muted);
    line-height: 1.5;
}

/* ═══════════════════════════════════════════
   PROCESS / METHODOLOGY
   ═══════════════════════════════════════════ */
.lr-mkt-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    position: relative;
}

/* Connecting line */
.lr-mkt-steps::before {
    content: '';
    position: absolute;
    top: 28px;
    left: 56px;
    right: 56px;
    height: 2px;
    background: var(--lr-mkt-border);
    z-index: 0;
}

.lr-mkt-step {
    text-align: center;
    position: relative;
    z-index: 1;
}

.lr-mkt-step-number {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--lr-mkt-gradient);
    color: var(--lr-mkt-white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 800;
    margin: 0 auto 16px;
    box-shadow: 0 4px 12px rgba(38,115,153,0.3);
}

.lr-mkt-step h3 {
    font-size: 0.95rem;
    margin-bottom: 8px;
}

.lr-mkt-step p {
    font-size: 0.82rem;
    color: var(--lr-mkt-text-muted);
    line-height: 1.5;
}

/* ═══════════════════════════════════════════
   RESULTS / CASE SCENARIOS
   ═══════════════════════════════════════════ */
.lr-mkt-results-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.lr-mkt-result-card {
    background: var(--lr-mkt-white);
    border: 1px solid var(--lr-mkt-border);
    border-radius: var(--lr-mkt-radius);
    padding: 28px;
    border-left: 4px solid var(--lr-mkt-secondary);
}

.lr-mkt-result-card h3 {
    font-size: 1rem;
    margin-bottom: 10px;
    color: var(--lr-mkt-dark);
}

.lr-mkt-result-card p {
    font-size: 0.88rem;
    color: var(--lr-mkt-text-muted);
    line-height: 1.6;
}

.lr-mkt-disclaimer {
    text-align: center;
    font-size: 0.78rem;
    color: var(--lr-mkt-text-muted);
    margin-top: 20px;
    font-style: italic;
}

/* ═══════════════════════════════════════════
   FAQ SECTION
   ═══════════════════════════════════════════ */
.lr-mkt-faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.lr-mkt-faq-item {
    border: 1px solid var(--lr-mkt-border);
    border-radius: var(--lr-mkt-radius-sm);
    margin-bottom: 10px;
    overflow: hidden;
    background: var(--lr-mkt-white);
}

.lr-mkt-faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 20px;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--lr-mkt-dark);
    transition: background 0.2s;
}
.lr-mkt-faq-question:hover {
    background: var(--lr-mkt-light-2);
}

.lr-mkt-faq-question .faq-icon {
    font-size: 0.75rem;
    color: var(--lr-mkt-text-muted);
    transition: transform 0.3s;
}
.lr-mkt-faq-item.active .lr-mkt-faq-question .faq-icon {
    transform: rotate(180deg);
}

.lr-mkt-faq-answer {
    display: none;
    padding: 0 20px 18px;
    font-size: 0.9rem;
    color: var(--lr-mkt-text-muted);
    line-height: 1.7;
}
.lr-mkt-faq-item.active .lr-mkt-faq-answer {
    display: block;
}

/* ═══════════════════════════════════════════
   CTA SECTION
   ═══════════════════════════════════════════ */
.lr-mkt-cta-section {
    padding: 80px 0;
    background: var(--lr-mkt-dark);
    text-align: center;
    color: var(--lr-mkt-white);
}

.lr-mkt-cta-section .lr-mkt-h2 {
    color: var(--lr-mkt-white);
    margin-bottom: 12px;
}

.lr-mkt-cta-section .lr-mkt-subtitle {
    color: rgba(255,255,255,0.7);
    margin: 0 auto 28px;
}

/* ═══════════════════════════════════════════
   DELIVERABLES (SERVICE PAGE)
   ═══════════════════════════════════════════ */
.lr-mkt-deliverables-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.lr-mkt-deliverable {
    background: var(--lr-mkt-white);
    border: 1px solid var(--lr-mkt-border);
    border-radius: var(--lr-mkt-radius);
    padding: 24px;
    display: flex;
    gap: 16px;
    transition: all 0.25s;
}
.lr-mkt-deliverable:hover {
    box-shadow: var(--lr-mkt-shadow);
    border-color: var(--lr-mkt-primary);
}

.lr-mkt-deliverable-number {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--lr-mkt-primary);
    opacity: 0.3;
    line-height: 1;
    flex-shrink: 0;
    width: 40px;
}

.lr-mkt-deliverable h4 {
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 6px;
    color: var(--lr-mkt-dark);
}

.lr-mkt-deliverable p {
    font-size: 0.85rem;
    color: var(--lr-mkt-text-muted);
    line-height: 1.5;
}

/* GEO sub-section divider */
.lr-mkt-geo-divider {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--lr-mkt-accent-light);
}
.lr-mkt-geo-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--lr-mkt-border);
}

/* ═══════════════════════════════════════════
   PAIN POINTS (SERVICE PAGE)
   ═══════════════════════════════════════════ */
.lr-mkt-pain-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.lr-mkt-pain-card {
    padding: 24px;
    border-radius: var(--lr-mkt-radius);
    background: #fef2f2;
    border: 1px solid #fecaca;
}

.lr-mkt-pain-card i {
    font-size: 1.1rem;
    color: var(--lr-mkt-danger);
    margin-bottom: 12px;
    display: block;
}

.lr-mkt-pain-card h4 {
    font-size: 0.92rem;
    font-weight: 600;
    margin-bottom: 6px;
    color: var(--lr-mkt-dark);
}

.lr-mkt-pain-card p {
    font-size: 0.82rem;
    color: var(--lr-mkt-text-muted);
    line-height: 1.5;
}

/* ═══════════════════════════════════════════
   RELATED SERVICES
   ═══════════════════════════════════════════ */
.lr-mkt-related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

/* ═══════════════════════════════════════════
   CONTACT PAGE
   ═══════════════════════════════════════════ */
.lr-mkt-contact-layout {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 48px;
    padding: 40px 0 60px;
}

.lr-mkt-contact-form-area h2 {
    font-size: 1.4rem;
    margin-bottom: 24px;
}

/* Gravity Forms override for marketing pages */
body.lr-marketing .gform_wrapper .gfield {
    margin-bottom: 16px;
}
body.lr-marketing .gform_wrapper input[type="text"],
body.lr-marketing .gform_wrapper input[type="email"],
body.lr-marketing .gform_wrapper input[type="tel"],
body.lr-marketing .gform_wrapper input[type="url"],
body.lr-marketing .gform_wrapper select,
body.lr-marketing .gform_wrapper textarea {
    border: 1px solid var(--lr-mkt-border);
    border-radius: var(--lr-mkt-radius-sm);
    padding: 12px 16px;
    font-size: 0.92rem;
    transition: border-color 0.2s;
}
body.lr-marketing .gform_wrapper input:focus,
body.lr-marketing .gform_wrapper select:focus,
body.lr-marketing .gform_wrapper textarea:focus {
    border-color: var(--lr-mkt-primary);
    outline: none;
    box-shadow: 0 0 0 3px rgba(38,115,153,0.1);
}
body.lr-marketing .gform_wrapper .gform_button {
    background: var(--lr-mkt-gradient);
    color: white;
    padding: 14px 28px;
    border-radius: 50px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    font-size: 0.95rem;
    transition: all 0.25s;
}
body.lr-marketing .gform_wrapper .gform_button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(38,115,153,0.3);
}

/* Fallback form */
.lr-mkt-fallback-form .form-group {
    margin-bottom: 16px;
}
.lr-mkt-fallback-form label {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 6px;
    color: var(--lr-mkt-dark);
}
.lr-mkt-fallback-form input,
.lr-mkt-fallback-form select,
.lr-mkt-fallback-form textarea {
    width: 100%;
    border: 1px solid var(--lr-mkt-border);
    border-radius: var(--lr-mkt-radius-sm);
    padding: 12px 16px;
    font-size: 0.92rem;
    font-family: var(--lr-mkt-font);
    transition: border-color 0.2s;
}
.lr-mkt-fallback-form input:focus,
.lr-mkt-fallback-form select:focus,
.lr-mkt-fallback-form textarea:focus {
    border-color: var(--lr-mkt-primary);
    outline: none;
    box-shadow: 0 0 0 3px rgba(38,115,153,0.1);
}
.lr-mkt-fallback-form textarea {
    min-height: 120px;
    resize: vertical;
}

/* Contact info sidebar */
.lr-mkt-contact-info {
    padding: 30px;
    background: var(--lr-mkt-light);
    border-radius: var(--lr-mkt-radius-lg);
}

.lr-mkt-contact-info-item {
    display: flex;
    gap: 14px;
    padding: 16px 0;
    border-bottom: 1px solid var(--lr-mkt-border);
}
.lr-mkt-contact-info-item:last-child {
    border-bottom: none;
}
.lr-mkt-contact-info-item i {
    width: 20px;
    color: var(--lr-mkt-primary);
    font-size: 1rem;
    margin-top: 2px;
    flex-shrink: 0;
}

.lr-mkt-trust-badges {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid var(--lr-mkt-border);
}

.lr-mkt-trust-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    font-size: 0.85rem;
    color: var(--lr-mkt-text);
}
.lr-mkt-trust-badge i {
    color: var(--lr-mkt-success);
    font-size: 0.9rem;
}

/* ═══════════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════════ */
.lr-mkt-footer {
    background: var(--lr-mkt-dark);
    color: rgba(255,255,255,0.8);
    padding: 60px 0 0;
}

.lr-mkt-footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 40px;
    max-width: var(--lr-mkt-max-width);
    margin: 0 auto;
    padding: 0 24px;
}

.lr-mkt-footer-brand p {
    font-size: 0.88rem;
    line-height: 1.6;
    margin-top: 16px;
    color: rgba(255,255,255,0.6);
}

.lr-mkt-footer-social {
    display: flex;
    gap: 12px;
    margin-top: 16px;
}
.lr-mkt-footer-social a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    transition: all 0.2s;
}
.lr-mkt-footer-social a:hover {
    background: var(--lr-mkt-primary);
    border-color: var(--lr-mkt-primary);
    color: white;
}

.lr-mkt-footer h4 {
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--lr-mkt-white);
    margin-bottom: 16px;
}

.lr-mkt-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.lr-mkt-footer-links li {
    margin-bottom: 8px;
}
.lr-mkt-footer-links a {
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    font-size: 0.85rem;
    transition: color 0.2s;
}
.lr-mkt-footer-links a:hover {
    color: var(--lr-mkt-white);
}

.lr-mkt-footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 40px;
    padding: 20px 0;
}

.lr-mkt-footer-bottom-inner {
    max-width: var(--lr-mkt-max-width);
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.8rem;
    color: rgba(255,255,255,0.4);
}
.lr-mkt-footer-bottom a {
    color: rgba(255,255,255,0.5);
    text-decoration: none;
}
.lr-mkt-footer-bottom a:hover {
    color: var(--lr-mkt-white);
}

/* ═══════════════════════════════════════════
   ANIMATIONS
   ═══════════════════════════════════════════ */
.lr-mkt-fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.lr-mkt-fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ═══════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════ */
@media (max-width: 1100px) {
    .lr-mkt-why-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .lr-mkt-pillars-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .lr-mkt-dropdown {
        min-width: 460px;
    }
}

@media (max-width: 768px) {
    .lr-mkt-section {
        padding: 50px 0;
    }

    /* Header: hide desktop menu, show hamburger */
    .lr-mkt-menu {
        display: none;
    }
    .lr-mkt-hamburger {
        display: flex;
    }
    .lr-mkt-nav > .lr-mkt-cta {
        display: none;
    }

    /* Hero */
    .lr-mkt-hero {
        padding: 40px 0 50px;
    }
    .lr-mkt-hero-inner {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .lr-mkt-hero-visual {
        display: none;
    }
    .lr-mkt-hero-ctas {
        flex-direction: column;
    }
    .lr-mkt-hero-ctas .lr-mkt-btn {
        text-align: center;
        justify-content: center;
    }

    /* Comparison */
    .lr-mkt-comparison {
        grid-template-columns: 1fr;
    }

    /* Why us */
    .lr-mkt-why-grid {
        grid-template-columns: 1fr;
    }

    /* Steps */
    .lr-mkt-steps {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .lr-mkt-steps::before {
        display: none;
    }
    .lr-mkt-step {
        text-align: left;
        display: flex;
        gap: 16px;
        align-items: flex-start;
    }
    .lr-mkt-step-number {
        margin: 0;
        flex-shrink: 0;
        width: 44px;
        height: 44px;
        font-size: 1rem;
    }

    /* Results */
    .lr-mkt-results-grid {
        grid-template-columns: 1fr;
    }

    /* Pain points */
    .lr-mkt-pain-grid {
        grid-template-columns: 1fr;
    }

    /* Deliverables */
    .lr-mkt-deliverables-grid {
        grid-template-columns: 1fr;
    }

    /* Related */
    .lr-mkt-related-grid {
        grid-template-columns: 1fr;
    }

    /* Contact */
    .lr-mkt-contact-layout {
        grid-template-columns: 1fr;
    }

    /* Footer */
    .lr-mkt-footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .lr-mkt-footer-bottom-inner {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }

    /* CTA section */
    .lr-mkt-cta-section {
        padding: 50px 0;
    }
}

@media (max-width: 480px) {
    .lr-mkt-container {
        padding: 0 16px;
    }
    .lr-mkt-btn {
        padding: 12px 22px;
        font-size: 0.85rem;
    }
}
