:root {
  --navy: #081a33;
  --navy-2: #0d2344;
  --gold: #d4af37;
  --gold-soft: #f0d88a;
  --text: #f6f2e8;
  --muted: #c8ced8;
  --card: rgba(255, 255, 255, 0.06);
  --border: rgba(212, 175, 55, 0.35);
  --shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
  --radius: 20px;
  --max: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  line-height: 1.5;
}

body.site-body {
  background:
    radial-gradient(circle at top, rgba(212, 175, 55, 0.08), transparent 24%),
    linear-gradient(180deg, #061222 0%, #081a33 40%, #0b1f3f 100%);
}

body.simple-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #061222, #0b1f3f);
  padding: 24px;
}

 a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(10px);
  background: rgba(6, 18, 34, 0.9);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.topbar-inner {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;

  text-decoration: none;
}

.brand-logo {
  width: 88px;
  height: 88px;
  object-fit: contain;
  border-radius: 14px;
  flex-shrink: 0;
  box-shadow: 0 8px 24px rgba(0,0,0,0.25);
}

.brand-text {
  min-width: 0;
}

.brand-text strong {
  display: block;
  font-size: 26px;
  letter-spacing: 0.04em;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
}

.brand-text span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: var(--gold-soft);
  margin-top: 4px;
}

nav {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}

nav a {
  color: var(--muted);
  font-size: 14px;
}

.nav-cta,
.btn-primary,
.submit,
.simple-card a {
  background: linear-gradient(135deg, #d4af37, #b88d1d);
  color: #0a1630;
  font-weight: 700;
  box-shadow: var(--shadow);
}

.nav-cta {
  padding: 12px 18px;
  border-radius: 999px;
}

.hero {
  padding: 0 0 52px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  align-items: stretch;
}

.hero-copy,
.hero-panel,
.questionnaire,
.contact-side,
.section-card,
.simple-card {
  border: 1px solid var(--border);
  background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.025));
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.hero-copy {
  padding: 48px;
}

.eyebrow {
  display: inline-block;
  padding: 8px 14px;
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--gold-soft);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  margin-bottom: 22px;
  background: rgba(255,255,255,0.03);
}

h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 0.98;
  letter-spacing: 0.01em;
}

.subhead {
  margin: 16px 0 0;
  font-size: clamp(22px, 3vw, 34px);
  color: var(--gold-soft);
  font-weight: 700;
  max-width: 18ch;
}

.hero-copy p.lead {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 18px;
  max-width: 58ch;
}

.hero-actions {
  margin-top: 30px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.btn,
.simple-card a {
  display: inline-block;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 0.18s ease, opacity 0.18s ease, box-shadow 0.2s ease;
}

.btn:hover,
.simple-card a:hover {
  box-shadow: 0 0 12px rgba(212, 175, 55, 0.6);
  transform: translateY(-1px);
  opacity: 0.96;
}

.btn-secondary {
  border: 1px solid var(--border);
  color: #fff;
  background: rgba(255,255,255,0.04);
}

.hero-badges {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.badge {
  border: 1px solid rgba(255,255,255,0.09);
  background: rgba(255,255,255,0.04);
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 14px;
}

.hero-panel {
  padding: 18px;
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 16px;
}

.panel-image {
  border-radius: 18px;
  min-height: 250px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.06);
}

.panel-image-1 {
  background-image:
    linear-gradient(rgba(10, 25, 47, 0.35), rgba(10, 25, 47, 0.35)),
    url('../images/hero-interior-1.webp');
  background-position: center center;
}

.panel-image-2 {
  background-image:
    linear-gradient(rgba(10, 25, 47, 0.25), rgba(10, 25, 47, 0.25)),
    url('../images/hero-exterior-1.webp');
  background-position: center 60%;
}

.panel-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,0.38));
}

.panel-label {
  position: absolute;
  left: 16px;
  bottom: 14px;
  z-index: 1;
  background: rgba(6,18,34,0.65);
  border: 1px solid rgba(255,255,255,0.1);
  color: #fff;
  padding: 10px 12px;
  border-radius: 999px;
  font-size: 13px;
  backdrop-filter: blur(6px);
}

.section {
  padding: 34px 0 0;
}

.section-card {
  padding: 42px;
}

.section-title,
.questionnaire h2,
.contact-side h2,
.simple-card h1 {
  margin: 0 0 10px;
  font-family: Georgia, "Times New Roman", serif;
}

.section-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  text-align: center;
}

.section-intro {
  text-align: center;
  color: var(--muted);
  max-width: 900px;
  margin: 0 auto 28px;
  font-size: 17px;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.problem {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: left;
  padding: 18px 14px;
  color: #fff;
  font-weight: 700;
}

.problem span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: var(--gold-soft);
  font-size: 24px;
  line-height: 1;
  margin-bottom: 0;
}

.statement {
  text-align: center;
  margin-top: 28px;
  color: var(--gold-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  font-style: italic;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 24px;
}

.service-card {
  background: var(--card);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius);
  padding: 26px;
}

.service-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
  color: var(--gold-soft);
}

.service-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: start;
}

.questionnaire,
.contact-side {
  padding: 34px;
}

.questionnaire h2,
.contact-side h2 {
  font-size: clamp(2rem, 4vw, 2.8rem);
}

.questionnaire p,
.contact-side p,
.simple-card p {
  color: var(--muted);
  margin: 0 0 20px;
}

form {
  display: grid;
  gap: 14px;
}

.field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

label {
  display: block;
  font-size: 14px;
  color: #fff;
  margin-bottom: 6px;
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  padding: 14px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.05);
  color: #fff;
  font: inherit;
  outline: none;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--gold-soft) 50%),
    linear-gradient(135deg, var(--gold-soft) 50%, transparent 50%);
  background-position:
    calc(100% - 18px) calc(50% - 3px),
    calc(100% - 12px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 42px;
}

select option {
  color: #111;
  background: #fff;
}

input::placeholder,
textarea::placeholder {
  color: #aeb7c4;
}

textarea {
  min-height: 140px;
  resize: vertical;
}

.submit {
  border: 0;
  cursor: pointer;
  padding: 16px 22px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 800;
}

.ask-btn {
  align-self: flex-start;
  padding: 12px 20px;
  font-size: 14px;
}

.contact-side {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-points {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.contact-point {
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
}

.contact-point strong {
  display: block;
  margin-bottom: 4px;
  color: var(--gold-soft);
}

footer {
  padding: 40px 0 60px;
  color: #aeb7c4;
  text-align: center;
  font-size: 14px;
}

.hero-logo-section {
  display:flex;
  justify-content:center;
  align-items:center;
  padding:30px 20px 0;
}

.hero-logo-image {
  max-width:750px;
  width:95%;
  height:auto;
  display:block;
  margin:0 auto;
  filter: drop-shadow(0 20px 60px rgba(0,0,0,0.6));
}

.simple-card {
  max-width: 640px;
  width: 100%;
  padding: 40px;
  text-align: center;
}

.simple-card h1 {
  margin-top: 0;
  font-size: 42px;
}

.simple-card p {
  font-size: 18px;
  line-height: 1.6;
}

.simple-card a {
  margin-top: 18px;
  font-weight: 800;
}

.link-underline {
  text-decoration: underline;
}

.no-underline-link {
  text-decoration: none;
  color: inherit;
}

.no-underline-link:hover,
.no-underline-link:focus {
  text-decoration: none;
}

.mt-28 {
  margin-top: 28px;
}

.mt-18 {
  margin-top: 18px;
}

.mt-10 {
  margin-top: 10px;
}

.text-small {
  font-size: 15px;
}

@media (max-width: 980px) {
  .hero-grid,
  .two-col,
  .services-grid {
    grid-template-columns: 1fr;
  }

  .problem-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-copy,
  .hero-panel,
  .section-card,
  .questionnaire,
  .contact-side {
    padding: 28px;
  }
}

@media (max-width: 640px) {
  .hero {
    padding-top: 44px;
  }

  .field-grid,
  .problem-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy,
  .hero-panel,
  .section-card,
  .questionnaire,
  .contact-side {
    padding: 22px;
    border-radius: 22px;
  }

  .panel-image {
    min-height: 200px;
  }

  .brand-logo {
    width: 68px;
    height: 68px;
  }

  .brand-text strong {
    font-size: 20px;
  }
}


.breadcrumbs {
  padding: 24px 0 0;
}

.breadcrumbs .container {
  color: var(--muted);
  font-size: 14px;
}

.breadcrumbs a:hover {
  color: #fff;
}

.info-grid,
.faq-grid,
.area-links-grid {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}

.info-grid,
.area-links-grid {
  grid-template-columns: repeat(3, 1fr);
}

.info-card,
.faq-item,
.area-link-card {
  background: var(--card);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius);
  padding: 24px;
}

.info-card h3,
.faq-item h3,
.area-link-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
}

.info-card h3,
.faq-item h3 {
  color: #fff;
}

.area-link-card h3 {
  color: var(--gold-soft);
}

.info-card p,
.faq-item p,
.area-link-card p,
.section-copy p,
.checklist li,
.inline-links a {
  color: var(--muted);
}

.section-copy {
  max-width: 860px;
  margin: 0 auto;
}

.section-copy p {
  font-size: 17px;
  margin: 0 0 18px;
}

.checklist {
  max-width: 860px;
  margin: 24px auto 0;
  padding-left: 22px;
}

.checklist li {
  margin-bottom: 12px;
}

.inline-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 18px;
  margin-top: 22px;
}

.inline-links a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.area-link-card {
  display: block;
  transition: transform 0.18s ease, box-shadow 0.2s ease, opacity 0.18s ease;
}

.area-link-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 12px rgba(212, 175, 55, 0.35);
  opacity: 0.98;
}

.area-link-card span {
  color: var(--gold-soft);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.faq-grid {
  grid-template-columns: repeat(2, 1fr);
}

.cta-band {
  text-align: center;
}

.cta-band .btn {
  margin-top: 10px;
}

.footer-links {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 16px;
}

.footer-links a {
  color: var(--gold-soft);
}

.footer-specialty-intro {
  margin-top: 22px;
}

.footer-specialty-links {
  margin-top: 8px;
}

@media (max-width: 980px) {
  .info-grid,
  .faq-grid,
  .area-links-grid {
    grid-template-columns: 1fr;
  }
}


.image-attribution {
  margin-top: 14px;
  font-size: 12px;
  color: rgba(200, 206, 216, 0.82);
}


.lincoln-panel-1 {
  background-image: url("https://upload.wikimedia.org/wikipedia/commons/8/85/Malivoire_Vineyard_%284400520301%29.jpg");
  background-position: center;
}

.lincoln-panel-2 {
  background-image: url("https://upload.wikimedia.org/wikipedia/commons/7/7a/Vineyards_of_Malivoire_Winery_%28240467980%29.jpg");
  background-position: center;
}

.pelham-panel-1 {
  background-image: url("https://upload.wikimedia.org/wikipedia/commons/4/40/In_Search_of_Spring_-6_%2816490874474%29.jpg");
  background-position: center;
}

.pelham-panel-2 {
  background-image: url("https://upload.wikimedia.org/wikipedia/commons/e/e2/Swamp_in_Canadian_Provincial_Park.jpg");
  background-position: center;
}

/* Preserve branding layout when logo is not a link */
div.brand {
  display: flex;
  align-items: center;
}

.feature-title { color: var(--gold-soft); }

.info-card h3.feature-title {
  color: var(--gold-soft);
}

.faq-item h3.feature-title {
  color: var(--gold-soft);
}

/* Slightly widen FAQ intro text to prevent awkward wrapping */
.faq-section p {
    max-width: 750px;
}

/* Fix orphan word in FAQ intro by widening container more aggressively */
.faq-section .container {
    max-width: 900px;
}

/* Ensure paragraph is not constrained */
.faq-section p {
    max-width: none !important;
}

/* Match Niagara 'Why' section text width to St. Catharines */
.why-section .section-intro,
.why-section p {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}


.council-email-card {
  margin-top: 2rem;
  padding: 1.5rem;
  border-radius: 18px;
  background: var(--card);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  text-align: left;
}

.council-email-card h3 {
  margin-top: 0;
  margin-bottom: 0.75rem;
}

.council-email-card h3,
.council-email-card p,
.council-email-card ul,
.council-email-card li {
  text-align: left;
}

.council-email-card hr {
  margin: 1rem 0 1.25rem;
}

.council-email-card .check-list {
  margin-bottom: 1rem;
}


.council-links a {
  color: var(--gold-soft);
  font-weight: 700;
}

.council-links a:hover,
.council-links a:focus {
  text-decoration: underline;
}


/* Mobile Navigation */
.mobile-nav-toggle {
  display: none;
  border: 1px solid rgba(212, 175, 55, 0.45);
  background: rgba(255, 255, 255, 0.06);
  color: var(--gold-soft);
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
}

.mobile-nav-toggle span {
  display: inline-block;
  margin-left: 6px;
  font-size: 16px;
  line-height: 1;
}

.mobile-nav-toggle:focus-visible,
.site-nav a:focus-visible {
  outline: 2px solid var(--gold-soft);
  outline-offset: 4px;
}

@media (max-width: 640px) {
  .topbar-inner {
    min-height: 82px;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    padding: 8px 0;
  }

  .brand {
    gap: 12px;
    flex: 1 1 auto;
  }

  .mobile-nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  nav.site-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 4px 0 12px;
  }

  nav.site-nav.is-open {
    display: flex;
  }

  nav.site-nav a {
    display: block;
    width: 100%;
    padding: 12px 14px;
    border: 1px solid rgba(212, 175, 55, 0.22);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.045);
    color: var(--text);
    text-align: center;
  }

  nav.site-nav .nav-cta {
    color: #0a1630;
    border: none;
  }
}

/* Refined hamburger-only mobile navigation */
.mobile-nav-toggle {
  width: 46px;
  height: 46px;
  padding: 0;
  border-radius: 999px;
  font-size: 26px;
  line-height: 1;
}

.mobile-nav-toggle .mobile-nav-icon {
  margin-left: 0;
  font-size: 26px;
  line-height: 1;
}

@media (max-width: 768px) {
  .mobile-nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  nav.site-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 4px 0 12px;
  }

  nav.site-nav.is-open {
    display: flex;
  }

  nav.site-nav a {
    display: block;
    width: 100%;
    padding: 12px 14px;
    border: 1px solid rgba(212, 175, 55, 0.22);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.045);
    color: var(--text);
    text-align: center;
  }

  nav.site-nav .nav-cta {
    color: #0a1630;
    border: none;
  }
}

/* Mobile nav correction: keep hamburger mobile-only and preserve CTA label visibility */
.mobile-nav-toggle {
  display: none !important;
}

@media (min-width: 769px) {
  .mobile-nav-toggle {
    display: none !important;
  }

  nav.site-nav {
    display: flex !important;
  }
}

@media (max-width: 768px) {
  .mobile-nav-toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
  }

  nav.site-nav {
    display: none;
  }

  nav.site-nav.is-open {
    display: flex;
  }

  nav.site-nav .nav-cta {
    display: block;
    color: #0a1630 !important;
    background: linear-gradient(135deg, #d4af37, #b88d1d);
    font-weight: 700;
    text-align: center;
  }
}

/* Niagara STR Insights */
.narrow {
  max-width: 920px;
}

.insights-hero {
  padding: 86px 0 34px;
  text-align: center;
}

.insights-hero h1 {
  margin: 12px 0 18px;
  color: var(--gold);
  font-size: clamp(2.1rem, 4vw, 4rem);
  line-height: 1.05;
}

.insights-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 28px;
  text-align: center;
}

.tag-pill,
.insight-tags span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 999px;
  color: var(--gold-soft);
  background: rgba(255, 255, 255, 0.055);
}

.tag-pill {
  padding: 9px 14px;
  font-size: 0.92rem;
}

.tag-pill.active,
.tag-pill:hover {
  color: #081a33;
  background: linear-gradient(135deg, #d4af37, #f0d88a);
}

.insights-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.insight-card,
.source-box,
.cta-card,
.insight-empty {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--card);
  box-shadow: var(--shadow);
}

.insight-card {
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.insight-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.insight-tags span {
  padding: 6px 10px;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
}

.insight-card h2 {
  margin: 0;
  color: var(--gold);
  font-size: 1.35rem;
  line-height: 1.22;
}

.insight-card p,
.insight-article-body p,
.source-box p,
.cta-card p {
  color: var(--muted);
}

.insight-note {
  border-left: 3px solid var(--gold);
  padding: 10px 12px;
  color: var(--text);
  background: rgba(212, 175, 55, 0.08);
  border-radius: 12px;
}

.insight-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  color: var(--muted);
  font-size: 0.9rem;
}

.insight-actions,
.article-nav-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

.btn.secondary {
  background: transparent;
  color: var(--gold-soft);
  border: 1px solid rgba(212, 175, 55, 0.5);
  box-shadow: none;
}

.single-tags {
  justify-content: center;
  margin: 14px 0 8px;
}

.single-meta {
  justify-content: center;
}

.insight-article-body {
  font-size: 1.06rem;
}

.insight-article-body h2 {
  color: var(--gold);
  margin-top: 28px;
}

.source-box,
.cta-card,
.insight-empty {
  padding: 26px;
  margin-top: 30px;
}

.cta-section {
  padding-top: 14px;
}

.cta-card {
  text-align: center;
}

.cta-card h2 {
  color: var(--gold);
  margin-top: 0;
}

@media (max-width: 860px) {
  .insights-grid {
    grid-template-columns: 1fr;
  }

  .insights-hero {
    padding-top: 58px;
  }
}

/* Insights v5 card preview refinement */
.insight-actions-inline {
  margin-top: -2px;
}

.insight-actions-bottom {
  margin-top: 4px;
}


/* Insights v8 card footer alignment */
.insight-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 4px;
}

.insight-card-footer .insight-meta {
  flex: 1 1 auto;
}

.insight-card-footer .insight-actions-bottom {
  flex: 0 0 auto;
  justify-content: flex-end;
  margin-top: 0;
}

@media (max-width: 640px) {
  .insight-card-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .insight-card-footer .insight-actions-bottom {
    justify-content: flex-start;
  }
}

/* Insights Button Colour Update v9 */
.insights-page .insight-actions .btn,
.insights-page .insight-actions .btn.secondary {
  background: linear-gradient(135deg, #d4af37, #b88d1d);
  color: #0a1630;
  border: none;
  font-weight: 700;
  box-shadow: var(--shadow);
}

.insights-page .insight-actions .btn:hover,
.insights-page .insight-actions .btn.secondary:hover {
  box-shadow: 0 0 12px rgba(212, 175, 55, 0.6);
  transform: translateY(-1px);
  opacity: 0.96;
}

/* Insights Bottom CTA Button Colour Update v10 */
.insights-page .cta-card .btn {
  background: linear-gradient(135deg, #d4af37, #b88d1d);
  color: #0a1630;
  border: none;
  font-weight: 700;
  box-shadow: var(--shadow);
}

.insights-page .cta-card .btn:hover {
  box-shadow: 0 0 12px rgba(212, 175, 55, 0.6);
  transform: translateY(-1px);
  opacity: 0.96;
}


/* Insights Article Button Update v11 */
.article-summary-action {
  margin: 14px 0 6px;
}

.insights-page .article-summary-action .btn,
.insights-page .article-nav-actions .btn,
.insights-page .article-nav-actions .btn.secondary {
  background: linear-gradient(135deg, #d4af37, #b88d1d);
  color: #0a1630;
  border: none;
  font-weight: 700;
  box-shadow: var(--shadow);
}

.insights-page .article-summary-action .btn:hover,
.insights-page .article-nav-actions .btn:hover,
.insights-page .article-nav-actions .btn.secondary:hover {
  box-shadow: 0 0 12px rgba(212, 175, 55, 0.6);
  transform: translateY(-1px);
  opacity: 0.96;
}


/* Insights Article Spacing Update v12 */
.insight-article-section {
  padding-top: 10px;
}

.insight-article-section .insight-article-body h2:first-child {
  margin-top: 0;
}
