/*
Theme Name: Astra Child
Theme URI: https://localpartnerltd.co.uk/
Description: 2026 UK Procurement Theme with Left-Aligned Logo, Right-Aligned Navigation, Single Post Articles, CF7 Integration, and ColorUI Dark/Light Mode.
Author: Shaikha Farsana TK
Author URI: https://localpartnerltd.co.uk/
Template: astra
Version: 3.7.0
Text Domain: astra-child
*/

/* -------------------------------------------------------------
   1. DESIGN TOKENS & SYSTEM
   ------------------------------------------------------------- */
:root {
  --lp-space-xs: 8px;
  --lp-space-sm: 16px;
  --lp-space-md: 24px;
  --lp-space-lg: 40px;
  --lp-space-xl: 64px;

  --lp-radius-sm: 8px;
  --lp-radius-md: 14px;
  --lp-radius-lg: 20px;
  --lp-radius-pill: 9999px;

  /* LIGHT THEME PALETTE */
  --lp-bg-body: #F8FAFC;
  --lp-bg-surface: #FFFFFF;
  --lp-bg-card: #FFFFFF;
  --lp-bg-header: rgba(255, 255, 255, 0.97);
  --lp-text-head: #0B1B3D;
  --lp-text-body: #334155;
  --lp-text-muted: #64748B;
  --lp-border: #E2E8F0;
  --lp-border-card: #E2E8F0;
  --lp-ghost-bg: rgba(255, 255, 255, 0.12);
  --lp-ghost-border: rgba(255, 255, 255, 0.3);
  --lp-ghost-text: #FFFFFF;

  --lp-emerald: #10B981;
  --lp-emerald-hover: #059669;
  --lp-cyan: #06B6D4;
  --lp-blue: #3B82F6;

  --lp-gradient-hero: linear-gradient(135deg, #071126 0%, #0B1B3D 60%, #0B254E 100%);
  --lp-gradient-emerald: linear-gradient(135deg, #10B981 0%, #059669 100%);

  --lp-shadow-sm: 0 2px 6px rgba(11, 27, 61, 0.04);
  --lp-shadow-md: 0 10px 24px -4px rgba(11, 27, 61, 0.08);
  --lp-shadow-lg: 0 24px 44px -10px rgba(11, 27, 61, 0.12), 0 0 0 1px rgba(226, 232, 240, 0.8);
  --lp-shadow-glow: 0 8px 24px -4px rgba(16, 185, 129, 0.45);

  --lp-ease-smooth: cubic-bezier(0.16, 1, 0.3, 1);
}

/* -------------------------------------------------------------
   2. DARK THEME CASCADE
   ------------------------------------------------------------- */
[data-theme="dark"],
.dark-theme {
  --lp-bg-body: #070D18;
  --lp-bg-surface: #0B132B;
  --lp-bg-card: #0F172A;
  --lp-bg-header: rgba(7, 13, 24, 0.97);
  --lp-text-head: #F8FAFC;
  --lp-text-body: #94A3B8;
  --lp-text-muted: #64748B;
  --lp-border: rgba(255, 255, 255, 0.09);
  --lp-border-card: rgba(255, 255, 255, 0.1);
  --lp-ghost-bg: rgba(255, 255, 255, 0.06);
  --lp-ghost-border: rgba(255, 255, 255, 0.2);
  --lp-ghost-text: #FFFFFF;

  --lp-shadow-md: 0 12px 28px -4px rgba(0, 0, 0, 0.55);
  --lp-shadow-lg: 0 24px 48px -10px rgba(0, 0, 0, 0.75), 0 0 0 1px rgba(255, 255, 255, 0.12);
}

[data-theme="dark"] body,
[data-theme="dark"] #page,
[data-theme="dark"] .site,
[data-theme="dark"] .site-content,
[data-theme="dark"] .ast-container,
[data-theme="dark"] .entry-content,
[data-theme="dark"] .elementor,
[data-theme="dark"] .lp-single-post-main {
  background-color: var(--lp-bg-body) !important;
  color: var(--lp-text-body) !important;
}

[data-theme="dark"] h1,
[data-theme="dark"] h2,
[data-theme="dark"] h3,
[data-theme="dark"] h4,
[data-theme="dark"] h5,
[data-theme="dark"] h6 {
  color: #F8FAFC !important;
}

[data-theme="dark"] p,
[data-theme="dark"] li,
[data-theme="dark"] span {
  color: inherit;
}

body {
  background-color: var(--lp-bg-body);
  color: var(--lp-text-body);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 15.5px;
  line-height: 1.65;
  margin: 0;
  padding: 0;
  transition: background-color 0.35s ease, color 0.35s ease;
  -webkit-font-smoothing: antialiased;
}

/* Hide Default Astra Theme Header / Footer elements */
.ast-main-header-wrap,
.ast-primary-header-bar,
.main-header-bar,
.site-header:not(.lp-site-header),
.site-below-footer-wrap,
.ast-footer-copyright:not(.lp-clean-footer) {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

.ast-container,
.site-content .ast-container,
#primary, #main, .site-content {
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.entry-header, .entry-title, .ast-single-post-order, .ast-no-title, .home .entry-header {
  display: none !important;
}

/* -------------------------------------------------------------
   3. HEADER: LEFT ALIGNED LOGO, RIGHT ALIGNED NAVIGATION
   ------------------------------------------------------------- */
.lp-site-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: var(--lp-bg-header);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--lp-border);
  transition: background 0.35s ease, border-color 0.35s ease;
}

.lp-header-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 10px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lp-header-left {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}

.lp-brand-logo {
  height: 48px;
  max-height: 48px;
  width: auto;
  display: block;
  object-fit: contain;
  transition: transform 0.25s var(--lp-ease-smooth);
}

.lp-brand-logo:hover {
  transform: scale(1.03);
}

.lp-header-right {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: flex-end;
}

.lp-header-link {
  color: var(--lp-text-head);
  text-decoration: none;
  font-weight: 600;
  font-size: 14.5px;
  padding: 8px 14px;
  border-radius: var(--lp-radius-sm);
  transition: all 0.2s var(--lp-ease-smooth);
  white-space: nowrap;
}

.lp-header-link:hover,
.lp-header-link.lp-link-active {
  color: var(--lp-emerald);
  background: rgba(16, 185, 129, 0.08);
}

.lp-header-cta {
  background: var(--lp-gradient-emerald) !important;
  color: #FFFFFF !important;
  font-weight: 700 !important;
  padding: 8px 18px !important;
  border-radius: var(--lp-radius-sm) !important;
  box-shadow: var(--lp-shadow-glow) !important;
  margin-left: 4px;
}

.lp-header-cta:hover {
  transform: translateY(-1px) scale(1.02);
  box-shadow: 0 10px 20px -4px rgba(16, 185, 129, 0.45) !important;
}

.lp-header-theme-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--lp-bg-surface);
  border: 1px solid var(--lp-border);
  color: var(--lp-text-head);
  cursor: pointer;
  font-size: 15px;
  padding: 0;
  margin-left: 6px;
  box-shadow: var(--lp-shadow-sm);
  transition: all 0.25s var(--lp-ease-smooth);
}

.lp-header-theme-btn:hover {
  transform: scale(1.1) rotate(15deg);
  border-color: var(--lp-emerald);
}

.lp-icon-sun { display: inline-block; }
.lp-icon-moon { display: none; }
[data-theme="dark"] .lp-icon-sun { display: none; }
[data-theme="dark"] .lp-icon-moon { display: inline-block; }

.lp-mobile-header-bar {
  display: none;
  align-items: center;
  gap: 10px;
}

.lp-mobile-hamburger {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 4px;
}

.lp-mobile-hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--lp-text-head);
  border-radius: 2px;
}

.lp-mobile-menu-drawer {
  display: none;
  flex-direction: column;
  background: var(--lp-bg-surface);
  border-top: 1px solid var(--lp-border);
  padding: 16px 24px;
  gap: 8px;
}

.lp-mobile-menu-drawer.lp-mobile-active {
  display: flex;
}

.lp-mobile-link {
  color: var(--lp-text-head);
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 0;
  border-bottom: 1px solid var(--lp-border);
}

@media (max-width: 980px) {
  .lp-header-right {
    display: none !important;
  }
  .lp-mobile-header-bar {
    display: flex !important;
  }
}

/* -------------------------------------------------------------
   4. BULLETPROOF COL-8 / COL-4 (62% / 35%) DESKTOP LAYOUTS
   ------------------------------------------------------------- */
.lp-hero-grid {
  display: flex !important;
  flex-direction: column !important;
  gap: 32px !important;
  width: 100% !important;
}

.lp-hero-col-left { width: 100% !important; }
.lp-hero-col-right { width: 100% !important; text-align: center !important; }

@media (min-width: 860px) {
  .lp-hero-grid {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
  }
  .lp-hero-col-left {
    flex: 0 0 62% !important;
    max-width: 62% !important;
  }
  .lp-hero-col-right {
    flex: 0 0 35% !important;
    max-width: 35% !important;
    text-align: center !important;
  }
}

.lp-calc-grid {
  display: flex !important;
  flex-direction: column !important;
  gap: 28px !important;
  width: 100% !important;
}

.lp-calc-col-left { width: 100% !important; }
.lp-calc-col-right { width: 100% !important; }

@media (min-width: 860px) {
  .lp-calc-grid {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
  }
  .lp-calc-col-left {
    flex: 0 0 60% !important;
    max-width: 60% !important;
  }
  .lp-calc-col-right {
    flex: 0 0 36% !important;
    max-width: 36% !important;
  }
}

/* -------------------------------------------------------------
   5. CLICKABLE CARDS & COMPONENTS
   ------------------------------------------------------------- */
.lp-card-animated,
.lp-news-card,
.lp-clickable-card {
  background: var(--lp-bg-card);
  backdrop-filter: blur(16px);
  border: 1px solid var(--lp-border-card);
  border-radius: var(--lp-radius-lg);
  padding: 24px 20px;
  box-shadow: var(--lp-shadow-sm);
  cursor: pointer;
  text-decoration: none !important;
  display: block;
  position: relative;
  transition: transform 0.35s var(--lp-ease-smooth), box-shadow 0.35s var(--lp-ease-smooth), border-color 0.35s var(--lp-ease-smooth);
}

.lp-card-animated:hover,
.lp-news-card:hover,
.lp-clickable-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--lp-shadow-md);
  border-color: rgba(16, 185, 129, 0.45);
}

.lp-cat-card {
  background: var(--lp-bg-card);
  border: 1px solid var(--lp-border-card);
  border-radius: var(--lp-radius-md);
  padding: 22px 18px;
  cursor: pointer;
  text-decoration: none;
  display: block;
  transition: all 0.3s var(--lp-ease-smooth);
  box-shadow: var(--lp-shadow-sm);
}

.lp-cat-card:hover {
  transform: translateY(-5px);
  border-color: var(--lp-emerald);
  box-shadow: var(--lp-shadow-md);
}

.lp-cat-card img {
  transition: transform 0.3s var(--lp-ease-smooth);
}

.lp-cat-card:hover img {
  transform: scale(1.12) rotate(3deg);
}

.lp-btn-animated {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  background: var(--lp-gradient-emerald) !important;
  color: #FFFFFF !important;
  padding: 12px 26px !important;
  border-radius: var(--lp-radius-md) !important;
  font-weight: 700 !important;
  font-size: 14.5px !important;
  text-decoration: none !important;
  border: none !important;
  box-shadow: var(--lp-shadow-glow) !important;
  position: relative !important;
  overflow: hidden !important;
  cursor: pointer;
  transition: all 0.3s var(--lp-ease-smooth) !important;
}

.lp-btn-animated .lp-arrow {
  display: inline-block;
  transition: transform 0.3s var(--lp-ease-smooth);
}

.lp-btn-animated:hover .lp-arrow {
  transform: translateX(4px);
}

.lp-btn-animated:hover {
  transform: translateY(-2px) scale(1.02) !important;
  box-shadow: 0 14px 28px -4px rgba(16, 185, 129, 0.5) !important;
}

.lp-btn-ghost-themed {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  background: var(--lp-ghost-bg) !important;
  color: var(--lp-ghost-text) !important;
  border: 1.5px solid var(--lp-ghost-border) !important;
  padding: 11px 22px !important;
  border-radius: var(--lp-radius-md) !important;
  font-weight: 600 !important;
  font-size: 14.5px !important;
  text-decoration: none !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  cursor: pointer;
  transition: all 0.3s var(--lp-ease-smooth) !important;
}

.lp-btn-ghost-themed:hover {
  background: rgba(16, 185, 129, 0.18) !important;
  border-color: var(--lp-emerald) !important;
  color: #A7F3D0 !important;
  transform: translateY(-2px) scale(1.02) !important;
}

.lp-range-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.15);
  outline: none;
}

.lp-range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #10B981;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(16, 185, 129, 0.8);
  border: 2px solid #FFFFFF;
  transition: transform 0.15s ease;
}

.lp-range-slider::-webkit-slider-thumb:hover {
  transform: scale(1.2);
}

@keyframes lpSlowFloat {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-6px); }
}

@keyframes lpSlowPulseGlow {
  0%, 100% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7); }
  50% { box-shadow: 0 0 0 6px rgba(16, 185, 129, 0); }
}

.lp-slow-float {
  animation: lpSlowFloat 6s ease-in-out infinite;
}

.lp-pulse-indicator {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lp-emerald);
  display: inline-block;
  animation: lpSlowPulseGlow 3s infinite ease-in-out;
}

#ast-scroll-top {
  position: fixed !important;
  bottom: 24px !important;
  right: 24px !important;
  z-index: 9999 !important;
  background: var(--lp-emerald) !important;
  color: #FFFFFF !important;
  border-radius: 50% !important;
  width: 40px !important;
  height: 40px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: var(--lp-shadow-md) !important;
  transition: all 0.3s var(--lp-ease-smooth) !important;
}

#ast-scroll-top:hover {
  background: var(--lp-emerald-hover) !important;
  transform: translateY(-3px) scale(1.08) !important;
}

/* -------------------------------------------------------------
   6. DEDICATED SINGLE POST TYPOGRAPHY & LAYOUT
   ------------------------------------------------------------- */
.lp-single-post-main {
  width: 100%;
  min-height: 80vh;
}

.lp-single-banner {
  width: 100%;
  background: linear-gradient(135deg, #071126 0%, #0B1B3D 60%, #0F2A5E 100%);
  padding: 56px 20px 48px 20px;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.lp-single-banner-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.lp-single-breadcrumb {
  margin-bottom: 16px;
}

.lp-back-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #A7F3D0 !important;
  text-decoration: none;
  padding: 5px 16px;
  border-radius: 9999px;
  font-size: 12.5px;
  font-weight: 600;
  transition: all 0.2s ease;
}

.lp-back-link:hover {
  background: rgba(16, 185, 129, 0.2);
  color: #FFFFFF !important;
  transform: translateX(-3px);
}

.lp-single-tag-badge {
  display: inline-block;
  color: #10B981;
  font-size: 11.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

.lp-single-title {
  font-size: clamp(2rem, 3.2vw, 2.7rem);
  font-weight: 800;
  color: #FFFFFF !important;
  margin: 0 0 16px 0;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.lp-single-meta {
  color: #94A3B8;
  font-size: 13.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.lp-meta-dot {
  color: rgba(255, 255, 255, 0.3);
}

.lp-single-body-container {
  max-width: 860px;
  margin: 0 auto;
  padding: 56px 24px 72px 24px;
}

.lp-single-content {
  font-size: 16.5px;
  line-height: 1.8;
  color: var(--lp-text-body);
}

.lp-single-content h2,
.lp-single-content h3 {
  color: var(--lp-text-head) !important;
  font-weight: 800;
  margin: 36px 0 16px 0;
  line-height: 1.35;
}

.lp-single-content h2 { font-size: 24px; }
.lp-single-content h3 { font-size: 20px; }

.lp-single-content p {
  color: var(--lp-text-body);
  margin-bottom: 22px;
}

.lp-single-content ul,
.lp-single-content ol {
  color: var(--lp-text-body);
  margin-bottom: 24px;
  padding-left: 24px;
}

.lp-single-content li {
  margin-bottom: 8px;
}

.lp-author-box {
  display: flex;
  gap: 20px;
  align-items: center;
  background: var(--lp-bg-card);
  padding: 26px 24px;
  border-radius: 16px;
  border: 1px solid var(--lp-border-card);
  margin: 56px 0 40px 0;
}

.lp-author-avatar {
  font-size: 32px;
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: rgba(16, 185, 129, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.lp-author-name {
  color: var(--lp-text-head);
  font-size: 17px;
  font-weight: 800;
  margin: 0 0 6px 0;
}

.lp-author-bio {
  color: var(--lp-text-muted);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.lp-single-cta-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  background: linear-gradient(135deg, #071126 0%, #0B1B3D 100%);
  border-radius: 18px;
  padding: 32px 28px;
  border: 1px solid rgba(16, 185, 129, 0.3);
  box-shadow: 0 14px 28px -4px rgba(0, 0, 0, 0.4);
}

.lp-cta-text h3 {
  color: #FFFFFF !important;
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 6px 0;
}

.lp-cta-text p {
  color: #94A3B8;
  font-size: 14px;
  margin: 0;
}

/* -------------------------------------------------------------
   7. CONTACT FORM 7 STYLES
   ------------------------------------------------------------- */
.wpcf7 form input[type="text"],
.wpcf7 form input[type="email"],
.wpcf7 form input[type="tel"],
.wpcf7 form textarea,
.wpcf7 form select {
  width: 100% !important;
  padding: 12px 14px !important;
  border: 1px solid var(--lp-border) !important;
  border-radius: var(--lp-radius-sm) !important;
  background: var(--lp-bg-surface) !important;
  color: var(--lp-text-head) !important;
  font-size: 14.5px !important;
  box-sizing: border-box !important;
  margin-top: 6px !important;
  outline: none !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}

.wpcf7 form input:focus,
.wpcf7 form textarea:focus,
.wpcf7 form select:focus {
  border-color: var(--lp-emerald) !important;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.15) !important;
}

.wpcf7 form input[type="submit"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  background: var(--lp-gradient-emerald) !important;
  color: #FFFFFF !important;
  padding: 13px 26px !important;
  border-radius: var(--lp-radius-md) !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  border: none !important;
  box-shadow: var(--lp-shadow-glow) !important;
  cursor: pointer !important;
  transition: all 0.3s var(--lp-ease-smooth) !important;
  margin-top: 12px !important;
}

.wpcf7 form input[type="submit"]:hover {
  transform: translateY(-2px) scale(1.01) !important;
  box-shadow: 0 14px 28px -4px rgba(16, 185, 129, 0.5) !important;
}

/* -------------------------------------------------------------
   8. MINIMAL CLEAN LUXURY FOOTER
   ------------------------------------------------------------- */
.lp-clean-footer {
  background-color: var(--lp-bg-surface);
  border-top: 1px solid var(--lp-border);
  padding: 48px 24px 32px 24px;
  box-sizing: border-box;
  width: 100%;
  transition: background-color 0.35s ease, border-color 0.35s ease;
}

[data-theme="dark"] .lp-clean-footer {
  background-color: #070D18;
  border-top-color: rgba(255, 255, 255, 0.08);
}

.lp-footer-container {
  max-width: 1200px;
  margin: 0 auto;
}

.lp-footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 28px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--lp-border);
}

[data-theme="dark"] .lp-footer-top {
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.lp-footer-brand {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.lp-footer-logo {
  height: 38px;
  width: auto;
  object-fit: contain;
  align-self: flex-start;
}

.lp-footer-tagline {
  color: var(--lp-text-muted);
  font-size: 13.5px;
  margin: 0;
  max-width: 380px;
}

.lp-footer-links {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.lp-footer-links a {
  color: var(--lp-text-head);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: color 0.2s ease;
}

.lp-footer-links a:hover {
  color: var(--lp-emerald);
}

.lp-footer-contact {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-end;
}

.lp-footer-phone {
  color: var(--lp-emerald);
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
}

.lp-footer-email {
  color: var(--lp-text-muted);
  font-size: 13.5px;
  text-decoration: none;
}

.lp-footer-bottom {
  padding-top: 24px;
  text-align: center;
}

.lp-footer-bottom p {
  color: var(--lp-text-muted);
  font-size: 13px;
  margin: 0;
}

@media (max-width: 860px) {
  .lp-footer-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .lp-footer-contact {
    align-items: flex-start;
  }
}

/* -------------------------------------------------------------
   SECONDARY THEME: LUXURY GOLD & CHAMPAGNE NAVY
   (Standby Secondary Theme - Toggleable via ?palette=gold or data-palette="gold" or .palette-gold)
   ------------------------------------------------------------- */
[data-palette="gold"],
.palette-gold {
  --lp-emerald: #D4AF37;
  --lp-emerald-hover: #B89047;
  --lp-cyan: #E5C07B;
  --lp-blue: #D97706;
  --lp-gradient-emerald: linear-gradient(135deg, #D4AF37 0%, #B89047 100%);
  --lp-shadow-glow: 0 8px 24px -4px rgba(212, 175, 55, 0.45);
}

[data-palette="gold"] .lp-badge-emerald,
.palette-gold .lp-badge-emerald {
  background: rgba(212, 175, 55, 0.12) !important;
  color: #B89047 !important;
  border: 1px solid rgba(212, 175, 55, 0.28) !important;
}

[data-palette="gold"] .lp-btn-animated,
.palette-gold .lp-btn-animated {
  background: linear-gradient(135deg, #D4AF37 0%, #B89047 100%) !important;
  color: #071126 !important;
  font-weight: 800 !important;
}

[data-palette="gold"] .lp-header-cta,
.palette-gold .lp-header-cta {
  background: linear-gradient(135deg, #D4AF37 0%, #B89047 100%) !important;
  color: #071126 !important;
  box-shadow: 0 4px 14px rgba(212, 175, 55, 0.35) !important;
}

[data-palette="gold"] .lp-card-animated:hover,
.palette-gold .lp-card-animated:hover {
  border-color: rgba(212, 175, 55, 0.4) !important;
  box-shadow: 0 16px 36px -6px rgba(212, 175, 55, 0.18) !important;
}

[data-palette="gold"] .lp-footer-phone,
.palette-gold .lp-footer-phone {
  color: #D4AF37 !important;
}


/* -------------------------------------------------------------
   LIGHT THEME HERO BANNER & TEXT CONTRAST SURGICAL FIX
   ------------------------------------------------------------- */
body.light-theme .lp-page-header,
body.light-theme .lp-hero-section,
body.light-theme .lp-hero-banner,
body.light-theme .entry-content > .elementor > .elementor-section:first-child,
body.light-theme .entry-content > .elementor > .e-con:first-child,
body.light-theme div:has(> h1):first-of-type {
  background: linear-gradient(135deg, #0B1B3D 0%, #132247 100%) !important;
  color: #FFFFFF !important;
  padding: 50px 20px !important;
  border-radius: 0 0 20px 20px !important;
  text-align: center !important;
}

body.light-theme .lp-page-header h1,
body.light-theme .lp-hero-section h1,
body.light-theme .lp-hero-banner h1,
body.light-theme .entry-content > .elementor > .elementor-section:first-child h1,
body.light-theme .entry-content > .elementor > .e-con:first-child h1,
body.light-theme div:has(> h1):first-of-type h1 {
  color: #FFFFFF !important;
}

body.light-theme .lp-page-header p,
body.light-theme .lp-hero-section p,
body.light-theme .lp-hero-banner p,
body.light-theme .entry-content > .elementor > .elementor-section:first-child p,
body.light-theme .entry-content > .elementor > .e-con:first-child p,
body.light-theme div:has(> h1):first-of-type p {
  color: #CBD5E1 !important;
}

/* Base Light Theme Typography */
body.light-theme {
  background-color: #F8FAFC !important;
  color: #0F172A !important;
}

body.light-theme h2,
body.light-theme h3,
body.light-theme h4 {
  color: #0B1B3D !important;
}

body.light-theme p {
  color: #334155 !important;
}
