/* ============================================
   OnlineLawsuits — Obrnuta Hipoteka
   Premium banking aesthetic, Croatian market
============================================ */

:root {
  /* Palette */
  --navy-900: #07172e;
  --navy-800: #0b2545;
  --navy-700: #13315c;
  --navy-600: #1e4675;
  --navy-100: #e6ecf3;
  --navy-50: #f1f4f8;

  --gold-600: #8a6e37;
  --gold-500: #b8924a;
  --gold-400: #c9a766;
  --gold-100: #efe3cc;
  --gold-50: #f7f0df;

  --ink-900: #0e1320;
  --ink-700: #2a3142;
  --ink-500: #4a536a;
  --ink-400: #6b7488;
  --ink-300: #98a0b3;
  --ink-200: #c7ccd8;
  --line: #d9d2c2;
  --line-soft: #e9e4d6;

  --cream-50: #fcfaf5;
  --cream-100: #faf7f2;
  --cream-200: #f4efe5;
  --paper: #ffffff;

  --shadow-sm:
    0 1px 2px rgba(11, 37, 69, 0.04), 0 1px 1px rgba(11, 37, 69, 0.06);
  --shadow-md:
    0 4px 16px rgba(11, 37, 69, 0.06), 0 2px 4px rgba(11, 37, 69, 0.04);
  --shadow-lg: 0 24px 48px -16px rgba(11, 37, 69, 0.18);

  --radius-sm: 2px;
  --radius: 4px;
  --radius-md: 6px;

  --serif: "Cormorant Garamond", "Cormorant", Georgia, "Times New Roman", serif;
  --sans:
    "Public Sans", -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;

  --container: 1240px;
}

/* Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
}
body {
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink-700);
  background: var(--cream-100);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "ss01", "cv01", "cv11";
}
img {
  max-width: 100%;
  display: block;
}
button {
  font-family: inherit;
  cursor: pointer;
}
a {
  color: var(--navy-800);
  text-decoration: none;
}
a:hover {
  color: var(--gold-600);
}

h1,
h2,
h3,
h4 {
  font-family: var(--serif);
  font-weight: 500;
  color: var(--navy-900);
  letter-spacing: -0.01em;
  margin: 0;
  text-wrap: balance;
}
h1 {
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.05;
  letter-spacing: -0.02em;
}
h2 {
  font-size: clamp(32px, 3.6vw, 46px);
  line-height: 1.1;
}
h3 {
  font-size: 26px;
  line-height: 1.2;
}
h4 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  font-family: var(--sans);
  letter-spacing: 0;
}
p {
  margin: 0 0 1em;
  text-wrap: pretty;
}

/* Utility */
.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 32px;
}
.container-narrow {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 32px;
}
.eyebrow {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-600);
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--gold-500);
}
.eyebrow.no-rule::before {
  display: none;
}
.eyebrow-center {
  justify-content: center;
}
.eyebrow-center::before {
  display: none;
}

.divider-gold {
  width: 60px;
  height: 1px;
  background: var(--gold-500);
  margin: 24px 0;
}
.divider-center {
  margin: 24px auto;
}
.lede {
  font-size: 20px;
  line-height: 1.55;
  color: var(--ink-500);
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 28px;
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.04em;
  border: 1px solid transparent;
  border-radius: var(--radius);
  transition: all 0.2s ease;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}
.btn-primary {
  background: var(--navy-800);
  color: var(--cream-50);
  border-color: var(--navy-800);
}
.btn-primary:hover {
  background: var(--navy-900);
  color: var(--cream-50);
}
.btn-gold {
  background: var(--gold-500);
  color: var(--navy-900);
  border-color: var(--gold-500);
}
.btn-gold:hover {
  background: var(--gold-600);
  color: white;
  border-color: var(--gold-600);
}
.btn-outline {
  background: transparent;
  color: var(--navy-800);
  border-color: var(--navy-800);
}
.btn-outline:hover {
  background: var(--navy-800);
  color: var(--cream-50);
}
.btn-ghost {
  background: transparent;
  color: var(--navy-800);
  padding: 14px 8px;
}
.btn-ghost:hover {
  color: var(--gold-600);
}
.btn-large {
  padding: 18px 36px;
  font-size: 16px;
}
.btn-sm {
  padding: 10px 18px;
  font-size: 13px;
}

/* Header */
.topbar {
  background: var(--navy-900);
  color: var(--cream-100);
  font-size: 13px;
  letter-spacing: 0.02em;
}
.topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 32px;
  max-width: var(--container);
  margin: 0 auto;
}
.topbar a {
  color: var(--cream-100);
}
.topbar a:hover {
  color: var(--gold-400);
}
.topbar-left {
  display: flex;
  gap: 28px;
  align-items: center;
}
.topbar-right {
  display: flex;
  gap: 22px;
  align-items: center;
}
.topbar .gold-dot {
  width: 4px;
  height: 4px;
  background: var(--gold-500);
  border-radius: 50%;
  display: inline-block;
}

.header {
  background: var(--paper);
  border-bottom: 1px solid var(--line-soft);
  position: sticky;
  top: 0;
  z-index: 50;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 32px;
  max-width: var(--container);
  margin: 0 auto;
  gap: 32px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  flex-shrink: 0;
}
.brand-mark {
  width: 44px;
  height: 44px;
  background: var(--navy-800);
  color: var(--gold-400);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 500;
  position: relative;
}
.brand-mark::after {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid var(--gold-500);
  pointer-events: none;
}
.brand-text {
  line-height: 1.1;
}
.brand-name {
  font-family: var(--serif);
  font-size: 22px;
  color: var(--navy-900);
  font-weight: 600;
  letter-spacing: 0.01em;
}
.brand-sub {
  font-size: 11px;
  color: var(--ink-400);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-top: 2px;
}

.nav {
  display: flex;
  gap: 4px;
  align-items: center;
}
.nav-link {
  padding: 8px 14px;
  font-size: 14.5px;
  color: var(--ink-700);
  font-weight: 500;
  border-bottom: 2px solid transparent;
  transition: all 0.15s;
  cursor: pointer;
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  line-height: 1.4;
}
.nav-link:hover {
  color: var(--navy-900);
}
.nav-link.active {
  color: var(--navy-900);
  border-bottom-color: var(--gold-500);
}

.header-cta {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header-phone {
  text-align: right;
  line-height: 1.15;
}
.header-phone-label {
  font-size: 11px;
  color: var(--ink-400);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.header-phone-number {
  font-family: var(--serif);
  font-size: 22px;
  color: var(--navy-900);
  font-weight: 600;
  display: block;
  margin-top: 2px;
}

.menu-toggle {
  display: none;
}

/* Hero */
.hero {
  background: var(--cream-100);
  position: relative;
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: var(--line);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  align-items: center;
  padding: 80px 0 100px;
}
.hero-copy h1 {
  margin-top: 20px;
}
.hero-copy .lede {
  margin-top: 28px;
  max-width: 540px;
}
.hero-actions {
  display: flex;
  gap: 14px;
  margin-top: 36px;
  flex-wrap: wrap;
}
.hero-trust {
  margin-top: 48px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.hero-trust-item .num {
  font-family: var(--serif);
  font-size: 32px;
  color: var(--navy-900);
  line-height: 1;
  font-weight: 500;
}
.hero-trust-item .lbl {
  font-size: 13px;
  color: var(--ink-400);
  margin-top: 6px;
  letter-spacing: 0.04em;
}

.hero-visual {
  position: relative;
  aspect-ratio: 4 / 5;
}
.hero-image {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #2a3f5f 0%, #13315c 60%, #0b2545 100%);
  position: relative;
  overflow: hidden;
}
.hero-image-frame {
  position: absolute;
  inset: 14px;
  border: 1px solid var(--gold-500);
  pointer-events: none;
}
.hero-image .placeholder-label {
  position: absolute;
  bottom: 32px;
  left: 32px;
  color: var(--gold-100);
  font-family: var(--serif);
  font-style: italic;
  font-size: 18px;
}
.hero-floating-card {
  position: absolute;
  background: var(--paper);
  padding: 24px 28px;
  box-shadow: var(--shadow-lg);
  border-top: 3px solid var(--gold-500);
  max-width: 280px;
}
.hero-floating-card.tl {
  top: 32px;
  left: -32px;
}
.hero-floating-card.br {
  bottom: 40px;
  right: -32px;
}
.hero-floating-card .label {
  font-size: 11px;
  color: var(--ink-400);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.hero-floating-card .value {
  font-family: var(--serif);
  font-size: 28px;
  color: var(--navy-900);
  margin-top: 6px;
  font-weight: 500;
}
.hero-floating-card .sub {
  font-size: 13px;
  color: var(--ink-500);
  margin-top: 4px;
}

/* Sections */
.section {
  padding: 100px 0;
}
.section-tight {
  padding: 64px 0;
}
.section-cream {
  background: var(--cream-100);
}
.section-paper {
  background: var(--paper);
}
.section-navy {
  background: var(--navy-800);
  color: var(--cream-100);
}
.section-navy h1,
.section-navy h2,
.section-navy h3 {
  color: var(--cream-50);
}
.section-navy .eyebrow {
  color: var(--gold-400);
}
.section-navy .eyebrow::before {
  background: var(--gold-400);
}

.section-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 64px;
}
.section-header .lede {
  margin-top: 18px;
}
.section-header.left {
  text-align: left;
  margin-left: 0;
}

/* Value grid */
.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line-soft);
  border: 1px solid var(--line-soft);
}
.value-card {
  background: var(--paper);
  padding: 44px 36px;
  position: relative;
}
.value-card .num {
  font-family: var(--serif);
  font-size: 14px;
  color: var(--gold-600);
  letter-spacing: 0.2em;
}
.value-card h3 {
  margin: 20px 0 14px;
  font-size: 24px;
}
.value-card p {
  color: var(--ink-500);
  margin: 0;
}
.value-card .icon {
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  color: var(--gold-600);
}

/* Process steps */
.process-list {
  counter-reset: step;
}
.process-step {
  display: grid;
  grid-template-columns: 100px 1fr 1fr;
  gap: 48px;
  padding: 56px 0;
  border-top: 1px solid var(--line);
  align-items: start;
}
.process-step:last-child {
  border-bottom: 1px solid var(--line);
}
.process-step-num {
  font-family: var(--serif);
  font-size: 64px;
  color: var(--gold-500);
  line-height: 1;
  font-weight: 400;
}
.process-step h3 {
  margin-bottom: 16px;
}
.process-step .meta {
  font-size: 13px;
  color: var(--ink-400);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.process-detail {
  background: var(--cream-200);
  padding: 28px;
  font-size: 15px;
}
.process-detail .detail-label {
  font-size: 12px;
  color: var(--gold-600);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 600;
}

/* Calculator */
.calc {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 0;
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-md);
}
.calc-form {
  padding: 48px;
}
.calc-result {
  background: var(--navy-800);
  color: var(--cream-100);
  padding: 48px;
  position: relative;
}
.calc-result::before {
  content: "";
  position: absolute;
  top: 32px;
  bottom: 32px;
  left: 0;
  width: 2px;
  background: var(--gold-500);
}
.calc-field {
  margin-bottom: 28px;
}
.calc-field-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 12px;
}
.calc-label {
  font-size: 13px;
  color: var(--ink-500);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
}
.calc-value {
  font-family: var(--serif);
  font-size: 22px;
  color: var(--navy-900);
  font-weight: 600;
}
.calc-slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 2px;
  background: var(--line);
  outline: none;
  margin-top: 8px;
}
.calc-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--navy-800);
  cursor: pointer;
  border: 3px solid var(--paper);
  box-shadow: 0 0 0 1px var(--navy-800);
}
.calc-slider::-moz-range-thumb {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--navy-800);
  cursor: pointer;
  border: 3px solid var(--paper);
  box-shadow: 0 0 0 1px var(--navy-800);
}
.calc-slider-meta {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: var(--ink-400);
  margin-top: 8px;
}
.calc-segments {
  display: flex;
  border: 1px solid var(--line);
  margin-top: 8px;
}
.calc-segment {
  flex: 1;
  padding: 14px;
  background: var(--paper);
  border: none;
  border-right: 1px solid var(--line);
  font-size: 14px;
  color: var(--ink-500);
  cursor: pointer;
  font-weight: 500;
  transition: all 0.15s;
  font-family: var(--sans);
}
.calc-segment:last-child {
  border-right: none;
}
.calc-segment.active {
  background: var(--navy-800);
  color: var(--cream-50);
}
.calc-segment:hover:not(.active) {
  background: var(--cream-200);
  color: var(--navy-900);
}

.calc-result-label {
  font-size: 12px;
  color: var(--gold-400);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
}
.calc-result-big {
  font-family: var(--serif);
  font-size: 72px;
  line-height: 1;
  color: var(--cream-50);
  margin: 16px 0 8px;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.calc-result-sub {
  font-size: 14px;
  color: var(--ink-200);
  margin-bottom: 32px;
}
.calc-result-breakdown {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 24px;
  margin-top: 24px;
}
.calc-result-row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  font-size: 14px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.1);
}
.calc-result-row:last-child {
  border-bottom: none;
}
.calc-result-row .k {
  color: var(--ink-200);
}
.calc-result-row .v {
  color: var(--cream-50);
  font-weight: 500;
  font-variant-numeric: tabular-nums;
}

/* Testimonials */
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.testimonial-card {
  background: var(--paper);
  padding: 36px;
  border: 1px solid var(--line-soft);
  position: relative;
}
.testimonial-card .quote-mark {
  font-family: var(--serif);
  font-size: 80px;
  color: var(--gold-400);
  line-height: 0.5;
  height: 28px;
  margin-bottom: 12px;
}
.testimonial-card .quote {
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1.4;
  color: var(--navy-900);
  font-weight: 500;
  margin-bottom: 28px;
}
.testimonial-person {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 20px;
  border-top: 1px solid var(--line-soft);
}
.testimonial-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--navy-700), var(--navy-800));
  color: var(--gold-400);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 500;
  flex-shrink: 0;
  position: relative;
}
.testimonial-avatar::after {
  content: "";
  position: absolute;
  inset: -3px;
  border: 1px solid var(--gold-500);
  border-radius: 50%;
}
.testimonial-person .name {
  font-weight: 600;
  color: var(--navy-900);
  font-size: 15px;
}
.testimonial-person .meta {
  font-size: 13px;
  color: var(--ink-400);
  margin-top: 2px;
}

/* Media logos */
.media-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--cream-50);
  padding: 36px 0;
}
.media-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 48px;
  flex-wrap: wrap;
}
.media-row .label {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-400);
  flex-shrink: 0;
}
.media-logo {
  font-family: var(--serif);
  font-size: 22px;
  color: var(--ink-400);
  font-style: italic;
  letter-spacing: 0.02em;
  font-weight: 500;
  opacity: 0.7;
}
.media-logo.bold {
  font-family: var(--sans);
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 16px;
}

/* CTA banner */
.cta-banner {
  background: var(--navy-800);
  color: var(--cream-100);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.cta-banner::before {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(184, 146, 74, 0.3);
  pointer-events: none;
}
.cta-banner-inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 64px;
  align-items: center;
}
.cta-banner h2 {
  color: var(--cream-50);
}
.cta-banner .lede {
  color: var(--ink-200);
  margin-top: 20px;
}
.cta-banner-actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-end;
}
.cta-banner-phone {
  font-family: var(--serif);
  font-size: 40px;
  color: var(--gold-400);
  font-weight: 500;
  letter-spacing: 0.01em;
}
.cta-banner-phone-label {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-200);
  text-align: right;
}

/* Footer */
.footer {
  background: var(--navy-900);
  color: var(--ink-200);
  padding: 80px 0 32px;
  font-size: 14px;
}
.footer a {
  color: var(--ink-200);
}
.footer a:hover {
  color: var(--gold-400);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1.2fr;
  gap: 48px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-brand .brand-name {
  color: var(--cream-50);
}
.footer-brand .brand-sub {
  color: var(--gold-400);
}
.footer-brand p {
  margin-top: 20px;
  line-height: 1.6;
}
.footer-col h5 {
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-400);
  margin: 0 0 22px;
  font-weight: 600;
}
.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-col li {
  margin-bottom: 12px;
}
.footer-col a {
  transition: color 0.15s;
}
.footer-contact-item {
  margin-bottom: 16px;
}
.footer-contact-item .lbl {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-400);
}
.footer-contact-item .val {
  color: var(--cream-50);
  margin-top: 4px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 28px;
  font-size: 12.5px;
  color: var(--ink-400);
  flex-wrap: wrap;
  gap: 16px;
}
.footer-legal {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

/* Page hero (inner pages) */
.page-hero {
  background: var(--cream-100);
  padding: 80px 0 70px;
  border-bottom: 1px solid var(--line);
}
.breadcrumb {
  font-size: 13px;
  color: var(--ink-400);
  letter-spacing: 0.06em;
  margin-bottom: 28px;
}
.breadcrumb a {
  color: var(--ink-500);
}
.breadcrumb .sep {
  margin: 0 10px;
  color: var(--gold-500);
}
.breadcrumb .current {
  color: var(--navy-800);
  font-weight: 600;
}
.page-hero h1 {
  font-size: clamp(40px, 4.6vw, 56px);
  max-width: 880px;
}
.page-hero .lede {
  max-width: 720px;
  margin-top: 24px;
}

/* Content prose */
.prose {
  max-width: 720px;
}
.prose h2 {
  margin: 56px 0 20px;
  font-size: 34px;
}
.prose h3 {
  margin: 36px 0 14px;
  font-size: 22px;
  font-family: var(--sans);
  font-weight: 700;
  color: var(--navy-900);
}
.prose p {
  color: var(--ink-700);
  margin-bottom: 18px;
}
.prose ul,
.prose ol {
  color: var(--ink-700);
  margin: 0 0 24px;
  padding-left: 24px;
}
.prose li {
  margin-bottom: 10px;
}
.prose blockquote {
  border-left: 2px solid var(--gold-500);
  padding: 16px 28px;
  margin: 32px 0;
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1.4;
  color: var(--navy-800);
  background: var(--cream-100);
  font-style: italic;
}

.callout {
  background: var(--cream-200);
  padding: 28px 32px;
  border-left: 3px solid var(--gold-500);
  margin: 32px 0;
}
.callout-title {
  font-family: var(--serif);
  font-size: 20px;
  color: var(--navy-900);
  margin-bottom: 8px;
  font-weight: 600;
}
.callout p:last-child {
  margin-bottom: 0;
}

/* Two-column content layout */
.two-col {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 80px;
  align-items: start;
}
.sidebar-card {
  background: var(--paper);
  border: 1px solid var(--line-soft);
  padding: 32px;
  position: sticky;
  top: 120px;
}
.sidebar-card.gold-top {
  border-top: 3px solid var(--gold-500);
}
.sidebar-card h4 {
  margin-bottom: 16px;
}
.sidebar-card .phone-display {
  font-family: var(--serif);
  font-size: 28px;
  color: var(--navy-900);
  font-weight: 600;
  margin: 12px 0;
}
.sidebar-card p {
  font-size: 14px;
  color: var(--ink-500);
}

/* FAQ */
.faq-list {
  border-top: 1px solid var(--line);
}
.faq-item {
  border-bottom: 1px solid var(--line);
}
.faq-q {
  width: 100%;
  background: none;
  border: none;
  padding: 28px 0;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  cursor: pointer;
  font-family: var(--serif);
  font-size: 22px;
  color: var(--navy-900);
  font-weight: 500;
  line-height: 1.3;
}
.faq-q:hover {
  color: var(--gold-600);
}
.faq-q .toggle {
  width: 32px;
  height: 32px;
  border: 1px solid var(--gold-500);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--gold-600);
  font-size: 18px;
  transition: all 0.2s;
}
.faq-item.open .faq-q .toggle {
  background: var(--gold-500);
  color: var(--cream-50);
  transform: rotate(45deg);
}
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.faq-item.open .faq-a {
  max-height: 600px;
}
.faq-a-inner {
  padding-bottom: 28px;
  padding-right: 64px;
  color: var(--ink-500);
  font-size: 16px;
  line-height: 1.7;
}

.faq-category-tabs {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}
.faq-tab {
  padding: 10px 18px;
  font-size: 14px;
  background: transparent;
  border: 1px solid var(--line);
  color: var(--ink-500);
  cursor: pointer;
  font-family: var(--sans);
  font-weight: 500;
  transition: all 0.15s;
}
.faq-tab:hover {
  color: var(--navy-900);
}
.faq-tab.active {
  background: var(--navy-800);
  color: var(--cream-50);
  border-color: var(--navy-800);
}

/* Team */
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.team-card {
  text-align: center;
}
.team-photo {
  aspect-ratio: 4 / 5;
  background: linear-gradient(160deg, var(--navy-700) 0%, var(--navy-800) 100%);
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.team-photo::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(184, 146, 74, 0.5);
  pointer-events: none;
}
.team-photo .initials {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--serif);
  font-size: 64px;
  color: var(--gold-400);
  font-weight: 500;
}
.team-card .name {
  font-family: var(--serif);
  font-size: 22px;
  color: var(--navy-900);
  font-weight: 600;
}
.team-card .role {
  font-size: 13px;
  color: var(--gold-600);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-top: 6px;
}
.team-card .bio {
  font-size: 14px;
  color: var(--ink-500);
  margin-top: 12px;
  line-height: 1.6;
}

/* Stats strip */
.stats-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  background: var(--paper);
}
.stat-cell {
  padding: 36px;
  text-align: center;
  border-right: 1px solid var(--line-soft);
}
.stat-cell:last-child {
  border-right: none;
}
.stat-cell .stat-num {
  font-family: var(--serif);
  font-size: 52px;
  color: var(--navy-900);
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.stat-cell .stat-num .unit {
  color: var(--gold-500);
  font-size: 36px;
  margin-left: 4px;
}
.stat-cell .stat-label {
  font-size: 13px;
  color: var(--ink-400);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-top: 14px;
  font-weight: 500;
}

/* Conditions list */
.req-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.req-card {
  background: var(--paper);
  border: 1px solid var(--line-soft);
  padding: 36px;
  display: flex;
  gap: 24px;
}
.req-card .num {
  font-family: var(--serif);
  font-size: 40px;
  color: var(--gold-500);
  line-height: 1;
  flex-shrink: 0;
  font-weight: 500;
}
.req-card h4 {
  margin: 0 0 8px;
  font-size: 18px;
  color: var(--navy-900);
}
.req-card p {
  font-size: 15px;
  color: var(--ink-500);
  margin: 0;
}

.checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.checklist li {
  padding: 16px 0 16px 36px;
  position: relative;
  border-bottom: 1px solid var(--line-soft);
  color: var(--ink-700);
}
.checklist li:last-child {
  border-bottom: none;
}
.checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  width: 18px;
  height: 10px;
  border-left: 2px solid var(--gold-500);
  border-bottom: 2px solid var(--gold-500);
  transform: rotate(-45deg);
}

/* Blog */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}
.blog-card {
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.blog-card:hover .blog-title {
  color: var(--gold-600);
}
.blog-image {
  aspect-ratio: 16/10;
  background: linear-gradient(135deg, var(--navy-700), var(--navy-800));
  position: relative;
  margin-bottom: 24px;
  overflow: hidden;
}
.blog-image::after {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(184, 146, 74, 0.4);
}
.blog-image .placeholder-label {
  position: absolute;
  bottom: 16px;
  left: 16px;
  color: var(--gold-100);
  font-family: var(--serif);
  font-style: italic;
  font-size: 14px;
}
.blog-meta {
  font-size: 12px;
  color: var(--ink-400);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.blog-meta .cat {
  color: var(--gold-600);
  font-weight: 600;
}
.blog-title {
  font-family: var(--serif);
  font-size: 24px;
  color: var(--navy-900);
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 12px;
  transition: color 0.15s;
}
.blog-excerpt {
  font-size: 15px;
  color: var(--ink-500);
  line-height: 1.6;
  margin-bottom: 16px;
}
.blog-read-more {
  font-size: 13px;
  font-weight: 600;
  color: var(--navy-800);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: auto;
}
.blog-read-more::after {
  content: " →";
  color: var(--gold-500);
}

.blog-featured {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 56px;
  align-items: center;
  margin-bottom: 80px;
  padding-bottom: 64px;
  border-bottom: 1px solid var(--line);
}
.blog-featured .blog-image {
  aspect-ratio: 4/3;
  margin-bottom: 0;
}
.blog-featured .blog-title {
  font-size: 36px;
}
.blog-featured .blog-excerpt {
  font-size: 17px;
}

/* Forms */
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.field {
  display: flex;
  flex-direction: column;
}
.field.span-2 {
  grid-column: span 2;
}
.field label {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-500);
  margin-bottom: 8px;
  font-weight: 600;
}
.field input,
.field textarea,
.field select {
  padding: 14px 16px;
  border: 1px solid var(--line);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  color: var(--ink-900);
  border-radius: 0;
  transition: border-color 0.15s;
}
.field input:focus,
.field textarea:focus,
.field select:focus {
  outline: none;
  border-color: var(--navy-800);
}
.field textarea {
  min-height: 120px;
  resize: vertical;
}
.field .help {
  font-size: 13px;
  color: var(--ink-400);
  margin-top: 6px;
}

.form-block {
  background: var(--paper);
  border: 1px solid var(--line-soft);
  padding: 48px;
  position: relative;
}
.form-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: var(--gold-500);
}
.form-success {
  background: var(--cream-200);
  border-left: 3px solid var(--gold-500);
  padding: 40px;
  text-align: center;
}
.form-success .check {
  width: 56px;
  height: 56px;
  margin: 0 auto 20px;
  border: 2px solid var(--gold-500);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkbox-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 8px;
}
.checkbox-row input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  accent-color: var(--navy-800);
  flex-shrink: 0;
}
.checkbox-row label {
  font-size: 13px;
  color: var(--ink-500);
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.6;
  margin: 0;
}

/* Contact map */
.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 48px;
}
.contact-info-card {
  background: var(--cream-100);
  padding: 40px;
  border: 1px solid var(--line-soft);
}
.contact-info-item {
  padding: 24px 0;
  border-bottom: 1px solid var(--line-soft);
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 24px;
  align-items: start;
}
.contact-info-item:first-child {
  padding-top: 0;
}
.contact-info-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.contact-info-item .lbl {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-400);
  font-weight: 600;
}
.contact-info-item .val {
  color: var(--navy-900);
  font-weight: 500;
}
.contact-info-item .val.lg {
  font-family: var(--serif);
  font-size: 24px;
}

.map-frame {
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, #c9d4dc 0%, #a8b6c2 100%);
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
}
.map-frame svg {
  width: 100%;
  height: 100%;
  display: block;
}
.map-pin {
  position: absolute;
  top: 42%;
  left: 38%;
  width: 32px;
  height: 32px;
  background: var(--gold-500);
  border: 3px solid var(--cream-50);
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transform: translate(-50%, -50%);
}
.map-pin::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid var(--gold-500);
}

/* Trust ribbon (small) */
.ribbon {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  padding: 24px 0;
  border-bottom: 1px solid var(--line-soft);
}
.ribbon-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: var(--ink-500);
}
.ribbon-item .icon {
  width: 24px;
  height: 24px;
  color: var(--gold-500);
}

/* SVG icons inline */
.icon {
  display: inline-block;
  vertical-align: middle;
}

/* Page transitions */
.page-enter {
  animation: pageEnter 0.4s ease;
}
@keyframes pageEnter {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 1100px) {
  .nav {
    display: none;
  }
  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: var(--navy-800);
    color: var(--cream-50);
    border: none;
  }
  .header-cta .header-phone {
    display: none;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 56px;
    padding: 56px 0 72px;
  }
  .hero-floating-card.tl,
  .hero-floating-card.br {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 16px 0;
  }
  .value-grid {
    grid-template-columns: 1fr;
  }
  .calc {
    grid-template-columns: 1fr;
  }
  .cta-banner-inner {
    grid-template-columns: 1fr;
  }
  .cta-banner-actions {
    align-items: flex-start;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .two-col {
    grid-template-columns: 1fr;
  }
  .sidebar-card {
    position: static;
  }
  .testimonial-grid {
    grid-template-columns: 1fr;
  }
  .team-grid {
    grid-template-columns: 1fr 1fr;
  }
  .stats-strip {
    grid-template-columns: 1fr 1fr;
  }
  .blog-grid {
    grid-template-columns: 1fr;
  }
  .blog-featured {
    grid-template-columns: 1fr;
  }
  .req-grid {
    grid-template-columns: 1fr;
  }
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .field.span-2 {
    grid-column: span 1;
  }
  .process-step {
    grid-template-columns: 60px 1fr;
    gap: 24px;
  }
  .process-step .process-detail {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 16px;
  }
  .container,
  .container-narrow {
    padding: 0 20px;
  }
  .topbar-inner {
    padding: 8px 20px;
    font-size: 12px;
  }
  .topbar-left {
    gap: 14px;
  }
  .topbar-right {
    display: none;
  }
  .header-inner {
    padding: 16px 20px;
    gap: 12px;
  }
  .brand-mark {
    width: 38px;
    height: 38px;
    font-size: 20px;
  }
  .brand-name {
    font-size: 18px;
  }
  .brand-sub {
    font-size: 10px;
  }
  .section {
    padding: 60px 0;
  }
  .page-hero {
    padding: 48px 0 48px;
  }
  .calc-form,
  .calc-result {
    padding: 28px;
  }
  .calc-result-big {
    font-size: 52px;
  }
  .form-block {
    padding: 28px;
  }
  .cta-banner-phone {
    font-size: 30px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .contact-info-item {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .hero-floating-card.tl,
  .hero-floating-card.br {
    display: none;
  }
}

/* Mobile menu */
.mobile-menu {
  position: fixed;
  inset: 0;
  background: var(--navy-900);
  z-index: 100;
  padding: 32px;
  display: none;
  flex-direction: column;
  gap: 4px;
  overflow-y: auto;
}
.mobile-menu.open {
  display: flex;
}
.mobile-menu .close {
  align-self: flex-end;
  background: none;
  border: 1px solid var(--gold-500);
  color: var(--gold-400);
  width: 44px;
  height: 44px;
  font-size: 24px;
  margin-bottom: 24px;
}
.mobile-menu .nav-link {
  color: var(--cream-100);
  font-size: 20px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-family: var(--serif);
}
.mobile-menu .nav-link.active {
  color: var(--gold-400);
}
.mobile-menu-foot {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.mobile-menu-foot .lbl {
  font-size: 11px;
  color: var(--ink-400);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.mobile-menu-foot .phone {
  font-family: var(--serif);
  font-size: 28px;
  color: var(--gold-400);
  margin-top: 8px;
}

/* ─── Apply multi-step form ─────────────────────────────────── */
.step-indicator {
  display: flex;
  gap: 0;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--line);
}
.step-indicator-item {
  flex: 1;
  padding: 0 0 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  transition: border-color 0.2s;
}
.step-indicator-item.active {
  border-bottom-color: var(--gold-500);
}
.step-num-badge {
  width: 32px;
  height: 32px;
  background: var(--cream-200);
  color: var(--ink-400);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 600;
  flex-shrink: 0;
  transition: all 0.2s;
}
.step-indicator-item.active .step-num-badge {
  background: var(--navy-800);
  color: var(--gold-400);
}
.step-label-small {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-400);
  font-weight: 600;
}
.step-indicator-item.active .step-label-small {
  color: var(--gold-600);
}
.step-label-main {
  font-size: 14px;
  color: var(--ink-400);
  margin-top: 2px;
  font-weight: 500;
}
.step-indicator-item.active .step-label-main {
  color: var(--navy-900);
}

.form-step {
  display: none;
}
.form-step.active {
  display: block;
}

.summary-box {
  background: var(--cream-200);
  padding: 28px;
  margin-bottom: 28px;
}
.summary-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  font-size: 14px;
  margin-top: 16px;
}
.summary-item .s-label {
  color: var(--ink-400);
  font-size: 12px;
  margin-bottom: 2px;
}
.summary-item .s-val {
  color: var(--navy-900);
  font-weight: 500;
}

.form-success {
  background: var(--cream-200);
  border-left: 3px solid var(--gold-500);
  padding: 40px;
  text-align: center;
}
.form-success .check {
  width: 56px;
  height: 56px;
  margin: 0 auto 20px;
  border: 2px solid var(--gold-500);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ─── Nav link as anchor ────────────────────────────────────── */
a.nav-link {
  display: inline-block;
  border-bottom: 2px solid transparent;
  transition: all 0.15s;
  text-decoration: none;
  padding: 8px 14px;
  font-size: 14.5px;
  color: var(--ink-700);
  font-weight: 500;
  line-height: 1.4;
}
a.nav-link:hover {
  color: var(--navy-900);
}
a.nav-link.active {
  color: var(--navy-900);
  border-bottom-color: var(--gold-500);
}

/* ─── Brand anchor ──────────────────────────────────────────── */
a.brand {
  text-decoration: none;
}
a.brand .brand-name {
  color: var(--navy-900);
}

/* ─── Pricing table ─────────────────────────────────────────── */
.pricing-table {
  background: var(--paper);
  border: 1px solid var(--line);
  margin-top: 24px;
  font-size: 15px;
}
.pricing-table-header {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  background: var(--navy-800);
  color: var(--cream-50);
  padding: 16px 24px;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
}
.pricing-table-row {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  padding: 18px 24px;
  border-top: 1px solid var(--line-soft);
  font-family: var(--serif);
}
.pricing-table-note {
  padding: 16px 24px;
  border-top: 1px solid var(--line-soft);
  font-size: 12px;
  color: var(--ink-400);
  font-style: italic;
}

/* ─── Blog tab ──────────────────────────────────────────────── */
.blog-tab {
  padding: 10px 18px;
  font-size: 14px;
  background: transparent;
  border: 1px solid var(--line);
  color: var(--ink-500);
  cursor: pointer;
  font-family: var(--sans);
  font-weight: 500;
  transition: all 0.15s;
}
.blog-tab:hover {
  color: var(--navy-900);
}
.blog-tab.active {
  background: var(--navy-800);
  color: var(--cream-50);
  border-color: var(--navy-800);
}

/* ─── Offices grid ──────────────────────────────────────────── */
.offices-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 1100px) {
  .offices-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .pricing-table-header,
  .pricing-table-row {
    grid-template-columns: 1fr 1fr;
  }
  .pricing-table-header div:nth-child(n + 3),
  .pricing-table-row div:nth-child(n + 3) {
    display: none;
  }
}
@media (max-width: 640px) {
  .offices-grid {
    grid-template-columns: 1fr;
  }
  .summary-grid {
    grid-template-columns: 1fr;
  }
  .step-indicator {
    flex-direction: column;
    gap: 8px;
  }
  .step-indicator-item {
    border-bottom: none;
    border-left: 2px solid transparent;
    padding: 8px 16px;
    margin-bottom: 0;
  }
  .step-indicator-item.active {
    border-left-color: var(--gold-500);
    border-bottom-color: transparent;
  }
}

/* === BLOG ARTICLE PAGES === */
.article-hero {
  width: 100%;
  height: 420px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.article-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(11, 37, 69, 0.3) 0%,
    rgba(11, 37, 69, 0.7) 100%
  );
}
.article-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--navy-400);
  margin-bottom: 32px;
  padding-top: 48px;
}
.article-breadcrumb a {
  color: var(--navy-400);
  text-decoration: none;
}
.article-breadcrumb a:hover {
  color: var(--gold-500);
}
.article-breadcrumb span {
  color: var(--navy-300);
}
.article-category-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-500);
  border: 1px solid var(--gold-300);
  padding: 4px 12px;
  margin-bottom: 20px;
}
.article-title {
  font-family: var(--serif);
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 600;
  color: var(--navy-900);
  line-height: 1.2;
  margin-bottom: 24px;
}
.article-meta-bar {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 14px;
  color: var(--navy-400);
  border-top: 1px solid var(--cream-300);
  border-bottom: 1px solid var(--cream-300);
  padding: 16px 0;
  margin-bottom: 48px;
}
.article-body {
  max-width: 720px;
}
.article-body p {
  font-size: 18px;
  line-height: 1.85;
  color: var(--navy-700);
  margin-bottom: 28px;
}
.article-body h2 {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 600;
  color: var(--navy-900);
  margin: 48px 0 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--gold-200);
}
.article-body h3 {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 600;
  color: var(--navy-800);
  margin: 36px 0 16px;
}
.article-body ul,
.article-body ol {
  padding-left: 28px;
  margin-bottom: 28px;
}
.article-body li {
  font-size: 18px;
  line-height: 1.75;
  color: var(--navy-700);
  margin-bottom: 10px;
}
.article-body blockquote {
  border-left: 3px solid var(--gold-500);
  padding: 16px 24px;
  margin: 36px 0;
  background: var(--cream-100);
  font-family: var(--serif);
  font-style: italic;
  font-size: 20px;
  color: var(--navy-700);
}
.article-back {
  margin-top: 64px;
  padding-top: 40px;
  border-top: 1px solid var(--cream-300);
}
.article-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 64px;
  align-items: start;
}
.article-sidebar {
  position: sticky;
  top: 100px;
}
.sidebar-card {
  background: var(--navy-900);
  color: var(--paper);
  padding: 32px;
  margin-bottom: 24px;
}
.sidebar-card h4 {
  font-family: var(--serif);
  font-size: 20px;
  color: var(--gold-300);
  margin-bottom: 16px;
}
.sidebar-card p {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(250, 247, 242, 0.8);
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  .article-layout {
    grid-template-columns: 1fr;
  }
  .article-hero {
    height: 260px;
  }
  .article-sidebar {
    display: none;
  }
}
