/* ============================================
   eLitigant Brand Stylesheet
   Navy #1B2A4A | Gold #C9A84C | AI Blue #4A90D9
   ============================================ */

/* --- ROOT VARIABLES --- */
:root {
  --el-navy: #1B2A4A;
  --el-navy-light: #243758;
  --el-gold: #C9A84C;
  --el-gold-light: #E8D48B;
  --el-blue: #4A90D9;
  --el-slate: #6B7B8D;
  --el-offwhite: #F5F3EE;
  --el-white: #FFFFFF;
}

/* --- BODY & BACKGROUND --- */
body {
  background-color: var(--el-offwhite) !important;
  color: #333 !important;
  font-family: 'Helvetica Neue', Arial, sans-serif !important;
}

/* --- HEADER / NAVIGATION --- */
.ast-primary-header,
.site-header,
header.site-header {
  background-color: var(--el-navy);
  border-bottom: 3px solid var(--el-gold) !important;
}

.site-title a,
.ast-site-title-wrap a {
  color: var(--el-white) !important;
  font-family: Georgia, 'Times New Roman', serif !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
}

.main-navigation a,
.ast-header-menu a,
.menu-item a,
.ast-nav-menu a {
  color: var(--el-white) !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
  letter-spacing: 1px !important;
  transition: color 0.3s ease !important;
}

.main-navigation a:hover,
.ast-header-menu a:hover,
.menu-item a:hover,
.ast-nav-menu a:hover {
  color: var(--el-gold) !important;
}

.current-menu-item a {
  color: var(--el-gold) !important;
  border-bottom: 2px solid var(--el-gold) !important;
}

/* --- HEADINGS --- */
h1, h2, h3, h4, h5, h6,
.entry-title,
.page-title,
.wp-block-heading {
  color: var(--el-navy) !important;
  font-family: Georgia, 'Times New Roman', serif !important;
  font-weight: 700 !important;
}

h1, .entry-title { font-size: 2.5em !important; }
h2 { font-size: 2em !important; }
h3 { font-size: 1.5em !important; }

/* --- LINKS --- */
a {
  color: var(--el-blue) !important;
  text-decoration: none !important;
  transition: color 0.3s ease !important;
}
a:hover {
  color: var(--el-gold) !important;
}

/* --- BUTTONS --- */
.wp-block-button__link,
.ast-button,
button,
input[type="submit"],
.woocommerce a.button,
.woocommerce button.button,
.woocommerce .button,
.elementor-button {
  background-color: var(--el-gold) !important;
  color: var(--el-navy) !important;
  border: none !important;
  border-radius: 4px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  padding: 12px 28px !important;
  font-size: 14px !important;
  transition: all 0.3s ease !important;
  font-family: 'Helvetica Neue', Arial, sans-serif !important;
}

.wp-block-button__link:hover,
.ast-button:hover,
button:hover,
input[type="submit"]:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover {
  background-color: var(--el-navy) !important;
  color: var(--el-gold) !important;
}

/* --- SECONDARY / OUTLINE BUTTONS --- */
.is-style-outline .wp-block-button__link {
  background-color: transparent !important;
  border: 2px solid var(--el-gold) !important;
  color: var(--el-gold) !important;
}
.is-style-outline .wp-block-button__link:hover {
  background-color: var(--el-gold) !important;
  color: var(--el-navy) !important;
}

/* --- FOOTER --- */
.site-footer,
.ast-footer,
footer.site-footer {
  background-color: var(--el-navy) !important;
  color: var(--el-slate) !important;
  border-top: 3px solid var(--el-gold) !important;
}

.site-footer a,
.ast-footer a {
  color: var(--el-gold) !important;
}

.site-footer a:hover {
  color: var(--el-white) !important;
}

.ast-small-footer,
.site-below-footer-wrap {
  background-color: #0F1B33 !important;
  color: var(--el-slate) !important;
}

/* --- CONTENT SECTIONS --- */
.wp-block-group,
.entry-content {
  max-width: 1200px;
  margin: 0 auto;
}

/* Alternating section backgrounds */
.wp-block-group.has-background {
  padding: 60px 40px !important;
}

/* --- HR / SEPARATORS --- */
hr,
.wp-block-separator {
  border-color: var(--el-gold) !important;
  opacity: 0.4;
}

/* --- BLOCKQUOTES --- */
blockquote,
.wp-block-quote {
  border-left: 4px solid var(--el-gold) !important;
  background: rgba(27, 42, 74, 0.03) !important;
  padding: 20px 25px !important;
  font-style: italic !important;
  color: var(--el-navy) !important;
}

/* --- WOOCOMMERCE PRODUCT CARDS --- */
.woocommerce ul.products li.product {
  border: 1px solid #e0ddd5 !important;
  border-radius: 8px !important;
  padding: 20px !important;
  transition: box-shadow 0.3s ease !important;
  background: var(--el-white) !important;
}

.woocommerce ul.products li.product:hover {
  box-shadow: 0 4px 20px rgba(27, 42, 74, 0.15) !important;
}

.woocommerce ul.products li.product .price {
  color: var(--el-gold) !important;
  font-size: 1.3em !important;
  font-weight: 700 !important;
}

/* --- WOOCOMMERCE PRICE --- */
.woocommerce .amount,
.price .amount {
  color: var(--el-gold) !important;
  font-weight: 700 !important;
}

/* --- PAGE TITLE / HERO AREA --- */
.ast-archive-title,
.page-title {
  background-color: var(--el-navy) !important;
  color: var(--el-white) !important;
  padding: 40px 0 !important;
}

/* --- FORMS --- */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  border: 1px solid #d0cdc5 !important;
  border-radius: 4px !important;
  padding: 10px 14px !important;
  transition: border-color 0.3s ease !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
  border-color: var(--el-blue) !important;
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(74, 144, 217, 0.2) !important;
}

/* --- GOLD ACCENT UNDERLINE FOR HEADINGS --- */
.entry-content h2::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background-color: var(--el-gold);
  margin-top: 10px;
}

/* --- SCROLLBAR STYLING --- */
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: var(--el-offwhite);
}
::-webkit-scrollbar-thumb {
  background: var(--el-slate);
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--el-navy);
}

/* --- HOMEPAGE TITLE HIDE --- */
.home .entry-title,
.home .page-title,
.home .ast-archive-description {
  display: none !important;
}

/* --- HIDE PAGE TITLE ON ALL PAGES (Astra shows it separately) --- */
.page .entry-header .entry-title {
  display: none !important;
}

/* --- HERO SECTION --- */
.wp-block-group.has-white-color h1,
.wp-block-group.has-white-color h2,
.wp-block-group.has-white-color p {
	  color: var(--el-white) !important;
}
}

/* --- SHOP CARD ALIGNMENT --- */
.woocommerce ul.products li.product {
	  display: flex !important;
	  flex-direction: column !important;
}
.woocommerce ul.products li.product .button {
	  margin-top: auto !important;
}
}
}

/* --- HIDE OLD THEME ELEMENTS --- */
.hero-credentials,
.hero-title,
.hero-stats,
.page-id-59 .entry-title,
.page-id-59 .ast-archive-description {
  display: none !important;
}

/* --- HIDE PAGE TITLE "Home" --- */
.page-id-59 header.entry-header {
  display: none !important;
}


/* --- HIDE FLOATING BADGE & GOLD LINE --- */
.ls-footer-wordmark {
  display: none !important;
}

#masthead.site-header,
.site-header.header-main-layout-1,
header.site-header {
  border-bottom: none !important;
  border-bottom-width: 0 !important;
  border-bottom-style: none !important;
}


/* ===================================
   HYBRID ASSISTED DRAFTING — .page-id-1589
   =================================== */
.page-id-1589 {
  background: var(--ink) !important;
  color: var(--parchment) !important;
  font-family: 'Source Serif 4', Georgia, serif !important;
  font-size: 18px !important;
  line-height: 1.7 !important;
}
.page-id-1589 *, .page-id-1589 *::before, .page-id-1589 *::after { box-sizing: border-box; }
.page-id-1589 .hero {
  padding: 4.5rem 2rem 3rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-id-1589 .hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(200,146,42,0.12) 0%, transparent 60%);
  pointer-events: none;
}
.page-id-1589 .hero-badge {
  display: inline-block;
  background: var(--gold);
  color: var(--ink);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 0.3rem 1rem;
  margin-bottom: 1.5rem;
  position: relative;
}
.page-id-1589 .hero h1 {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  line-height: 1.12;
  margin-bottom: 0.75rem;
  position: relative;
}
.page-id-1589 .hero h1 em { font-style: italic; color: var(--gold-light); }
.page-id-1589 .hero-sub {
  font-size: 1rem;
  color: rgba(249,246,239,0.6);
  max-width: 500px;
  margin: 0 auto 2.5rem;
  line-height: 1.6;
  position: relative;
}
.page-id-1589 .hero-price {
  font-family: 'Playfair Display', serif;
  font-size: 0.9rem;
  color: rgba(249,246,239,0.45);
  margin-bottom: 1.5rem;
  position: relative;
}
.page-id-1589 .hero-price strong {
  font-size: 2.2rem;
  color: var(--gold-light);
  font-weight: 900;
  margin-right: 0.3rem;
}
.page-id-1589 .btn-hero {
  display: inline-block;
  background: var(--gold);
  color: var(--ink);
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 1.05rem;
  padding: 1.1rem 3rem;
  border-radius: 2px;
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: background 0.2s, transform 0.15s;
  position: relative;
}
.page-id-1589 .btn-hero:hover { background: var(--gold-light); transform: translateY(-1px); }
.page-id-1589 .hero-trust {
  margin-top: 1rem;
  font-size: 0.76rem;
  color: rgba(249,246,239,0.3);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  position: relative;
}
.page-id-1589 .trust-bar {
  border-top: 1px solid rgba(249,246,239,0.07);
  border-bottom: 1px solid rgba(249,246,239,0.07);
  padding: 1rem 2rem;
  text-align: center;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(249,246,239,0.3);
}
.page-id-1589 .steps-section {
  max-width: 800px;
  margin: 0 auto;
  padding: 4rem 2rem;
}
.page-id-1589 .section-label {
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.page-id-1589 .section-label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--gold);
  opacity: 0.3;
}
.page-id-1589 .steps-section h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  margin-bottom: 2.5rem;
}
.page-id-1589 .steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.page-id-1589 .step {
  text-align: center;
  padding: 1.5rem;
  border: 1px solid rgba(249,246,239,0.08);
  background: rgba(249,246,239,0.02);
}
.page-id-1589 .step-num {
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--gold);
  margin: 0 auto 1rem;
}
.page-id-1589 .step h3 {
  font-family: 'Playfair Display', serif;
  font-size: 0.95rem;
  margin-bottom: 0.4rem;
  color: var(--parchment);
}
.page-id-1589 .step p {
  font-size: 0.82rem;
  color: rgba(249,246,239,0.45);
  line-height: 1.5;
}
.page-id-1589 .steps-cta {
  text-align: center;
  margin-top: 2.5rem;
  font-size: 0.85rem;
  color: rgba(249,246,239,0.3);
  font-style: italic;
}
.page-id-1589 .steps-cta a {
  color: var(--gold-light);
  text-decoration: none;
  font-style: normal;
  font-weight: 700;
}
.page-id-1589 .pitch {
  background: rgba(249,246,239,0.03);
  border-top: 1px solid rgba(249,246,239,0.07);
  border-bottom: 1px solid rgba(249,246,239,0.07);
  padding: 4rem 2rem;
}
.page-id-1589 .pitch-inner {
  max-width: 800px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.page-id-1589 .pitch h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  margin-bottom: 1rem;
}
.page-id-1589 .pitch h2 em { font-style: italic; color: var(--gold-light); }
.page-id-1589 .pitch p {
  font-size: 0.95rem;
  color: rgba(249,246,239,0.65);
  line-height: 1.7;
  margin-bottom: 1rem;
}
.page-id-1589 .pitch-btn {
  display: inline-block;
  background: var(--gold);
  color: var(--ink);
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.9rem 2rem;
  border-radius: 2px;
  text-decoration: none;
  letter-spacing: 0.04em;
  margin-top: 0.5rem;
  transition: background 0.2s;
}
.page-id-1589 .pitch-btn:hover { background: var(--gold-light); }
.page-id-1589 .pitch-note {
  display: block;
  margin-top: 0.6rem;
  font-size: 0.76rem;
  color: rgba(249,246,239,0.25);
  font-style: italic;
}
.page-id-1589 .features-list { list-style: none; }
.page-id-1589 .features-list li {
  font-size: 0.9rem;
  color: rgba(249,246,239,0.7);
  padding: 0.55rem 0;
  border-bottom: 1px solid rgba(249,246,239,0.06);
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  line-height: 1.45;
}
.page-id-1589 .features-list li::before {
  content: '\2713';
  color: var(--gold);
  flex-shrink: 0;
  font-weight: 700;
  margin-top: 0.05rem;
}
.page-id-1589 .features-list li:last-child { border-bottom: none; }
.page-id-1589 .comparison {
  max-width: 640px;
  margin: 0 auto;
  padding: 4rem 2rem;
  text-align: center;
}
.page-id-1589 .comparison h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  margin-bottom: 0.5rem;
}
.page-id-1589 .comparison-sub {
  font-size: 0.88rem;
  color: rgba(249,246,239,0.4);
  margin-bottom: 2.5rem;
  font-style: italic;
}
.page-id-1589 .compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin-bottom: 2rem;
}
.page-id-1589 .compare-box {
  border: 1px solid rgba(249,246,239,0.1);
  padding: 1.75rem 1.5rem;
}
.page-id-1589 .compare-box.highlight {
  border-color: var(--gold);
  background: rgba(200,146,42,0.06);
}
.page-id-1589 .compare-label {
  font-size: 0.72rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(249,246,239,0.35);
  margin-bottom: 0.5rem;
}
.page-id-1589 .compare-label.gold-label { color: var(--gold-light); }
.page-id-1589 .compare-amount {
  font-family: 'Playfair Display', serif;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 0.3rem;
}
.page-id-1589 .compare-amount.muted { color: rgba(249,246,239,0.35); }
.page-id-1589 .compare-amount.gold-amt { color: var(--gold-light); }
.page-id-1589 .compare-detail {
  font-size: 0.8rem;
  color: rgba(249,246,239,0.35);
  line-height: 1.4;
}
.page-id-1589 .compare-detail.gold-det { color: rgba(232,184,75,0.7); }
.page-id-1589 .testimonials {
  background: rgba(249,246,239,0.03);
  border-top: 1px solid rgba(249,246,239,0.07);
  padding: 4rem 2rem;
}
.page-id-1589 .testimonials-inner { max-width: 900px; margin: 0 auto; }
.page-id-1589 .testimonials h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  margin-bottom: 2.5rem;
  text-align: center;
}
.page-id-1589 .tgrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
}
.page-id-1589 .testimonial {
  border-top: 2px solid var(--gold);
  padding-top: 1.25rem;
}
.page-id-1589 .stars { color: var(--gold); font-size: 0.82rem; letter-spacing: 0.1em; margin-bottom: 0.6rem; }
.page-id-1589 .testimonial blockquote {
  font-style: italic;
  font-size: 0.88rem;
  color: rgba(249,246,239,0.65);
  line-height: 1.6;
  margin-bottom: 0.6rem;
}
.page-id-1589 .testimonial cite {
  font-style: normal;
  font-size: 0.76rem;
  font-weight: 600;
  color: rgba(249,246,239,0.35);
  letter-spacing: 0.04em;
}
.page-id-1589 .faq {
  max-width: 680px;
  margin: 0 auto;
  padding: 4rem 2rem;
}
.page-id-1589 .faq h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  margin-bottom: 2rem;
}
.page-id-1589 .faq-item {
  border-top: 1px solid rgba(249,246,239,0.08);
  padding: 1.1rem 0;
}
.page-id-1589 .faq-item:last-of-type { border-bottom: 1px solid rgba(249,246,239,0.08); }
.page-id-1589 .faq-q {
  font-family: 'Playfair Display', serif;
  font-size: 0.95rem;
  color: var(--parchment);
  margin-bottom: 0.4rem;
}
.page-id-1589 .faq-a {
  font-size: 0.86rem;
  color: rgba(249,246,239,0.5);
  line-height: 1.6;
}
.page-id-1589 .faq-a a { color: var(--gold-light); text-decoration: none; }
.page-id-1589 .cic-bar {
  text-align: center;
  padding: 2.5rem 2rem;
  border-top: 1px solid rgba(249,246,239,0.07);
  font-size: 0.82rem;
  color: rgba(249,246,239,0.3);
  line-height: 1.6;
}
.page-id-1589 .cic-bar strong { color: rgba(249,246,239,0.5); }
.page-id-1589 .final-cta {
  padding: 4rem 2rem 5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-id-1589 .final-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 100%, rgba(200,146,42,0.1) 0%, transparent 60%);
  pointer-events: none;
}
.page-id-1589 .final-cta h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  margin-bottom: 0.75rem;
  position: relative;
}
.page-id-1589 .final-cta h2 em { font-style: italic; color: var(--gold-light); }
.page-id-1589 .final-cta p {
  font-size: 0.95rem;
  color: rgba(249,246,239,0.5);
  max-width: 440px;
  margin: 0 auto 2rem;
  line-height: 1.6;
  position: relative;
}
.page-id-1589 .final-btn {
  display: inline-block;
  background: var(--gold);
  color: var(--ink);
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 1.05rem;
  padding: 1.1rem 3rem;
  border-radius: 2px;
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: background 0.2s, transform 0.15s;
  position: relative;
}
.page-id-1589 .final-btn:hover { background: var(--gold-light); transform: translateY(-1px); }
.page-id-1589 .final-sub {
  margin-top: 0.9rem;
  font-size: 0.76rem;
  color: rgba(249,246,239,0.25);
  font-style: italic;
  position: relative;
}
.page-id-1589 .alt-link {
  display: block;
  margin-top: 1.25rem;
  font-size: 0.82rem;
  color: rgba(249,246,239,0.3);
  text-decoration: none;
  position: relative;
  transition: color 0.2s;
}
.page-id-1589 .alt-link:hover { color: var(--gold-light); }

/* --- MOBILE RESPONSIVE --- */
@media (max-width: 600px) {
  .page-id-1589 .steps-grid { grid-template-columns: 1fr; }
  .page-id-1589 .pitch-inner { grid-template-columns: 1fr; gap: 2rem; }
  .page-id-1589 .compare-grid { grid-template-columns: 1fr; }
  .page-id-1589 .btn-hero, .page-id-1589 .final-btn, .page-id-1589 .pitch-btn { width: 100%; text-align: center; -webkit-appearance: none; }
}

/* --- COLOUR OVERRIDES (theme compatibility) --- */
body.page-id-1589 .hero h1,
body.page-id-1589 .hero h2,
body.page-id-1589 .hero em,
body.page-id-1589 .comparison h2,
body.page-id-1589 .pitch h2,
body.page-id-1589 .faq h2,
body.page-id-1589 .steps-section h2,
body.page-id-1589 .steps-section h3,
body.page-id-1589 .final-cta h2,
body.page-id-1589 .testimonials h2 { color: var(--parchment) !important; }
body.page-id-1589 .hero em,
body.page-id-1589 .final-cta em,
body.page-id-1589 .pitch em { color: var(--gold-light) !important; }
body.page-id-1589 .hero-sub,
body.page-id-1589 .comparison-sub,
body.page-id-1589 .steps-section p,
body.page-id-1589 .final-cta p { color: rgba(249,246,239,0.6) !important; }
body.page-id-1589 .hero-trust,
body.page-id-1589 .final-sub { color: rgba(249,246,239,0.28) !important; }
body.page-id-1589 .hero-price strong { color: var(--gold-light) !important; }
body.page-id-1589 .faq-q { color: var(--parchment) !important; }
body.page-id-1589 .section-label { color: var(--gold-light) !important; }