:root {
  --service-navy: #0b1f3a;
  --service-gold: #d4a64a;
  --service-light: #f3f4f6;
  --service-text: #5e6675;
}

.service-show {
  max-width: 1880px;
  margin: 1.25rem auto 0;
  padding: 0 1rem 3rem;
}

.service-show-hero {
  background: radial-gradient(circle at 13% 76%, rgba(243, 244, 246, 0.95) 0 23%, transparent 23%),
    radial-gradient(circle at 24% 63%, rgba(243, 244, 246, 0.9) 0 20%, transparent 20%),
    #ffffff;
  border: 1px solid #e6e8ef;
  border-radius: 34px;
  box-shadow: 0 10px 40px rgba(11, 31, 58, 0.08);
  padding: 2rem 2rem 2.1rem;
}

.service-breadcrumbs {
  margin: 0 0 1.45rem;
  font-size: 2rem;
  line-height: 1.2;
  color: var(--service-navy);
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.service-breadcrumbs a {
  color: var(--service-navy);
  text-decoration: none;
}

.service-breadcrumbs span:last-child {
  color: var(--service-gold);
}

.service-show-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 1.5fr) minmax(0, 0.64fr);
  gap: 1.15rem;
  align-items: stretch;
}

.service-show-copy {
  padding: 0.6rem 1rem 0.8rem 0.55rem;
  display: flex;
  flex-direction: column;
}

.service-kicker {
  margin: 0 0 1.35rem;
  border: 1.8px solid rgba(212, 166, 74, 0.35);
  border-radius: 999px;
  color: var(--service-gold);
  font-size: 1.28rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.65rem 1.15rem;
  width: fit-content;
}

.service-show-copy h1 {
  margin: 0;
  color: var(--service-navy);
  font-size: clamp(3rem, 4.3vw, 6.8rem);
  line-height: 0.94;
  letter-spacing: -0.03em;
  font-weight: 800;
  max-width: 12ch;
}

.service-show-copy > p {
  margin: 1.55rem 0 0;
  color: var(--service-text);
  font-size: 2rem;
  line-height: 1.5;
  max-width: 26ch;
}

.service-show-actions {
  margin-top: auto;
  padding-top: 1.85rem;
  display: flex;
  align-items: center;
  gap: 0.95rem;
  flex-wrap: wrap;
}

.service-show-actions .home-btn {
  border-radius: 999px;
  padding: 0.78rem 1.38rem;
  font-size: 1.42rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.service-show-actions .home-btn-primary {
  background: linear-gradient(135deg, #d8ac55 0%, #c9953e 100%);
  color: #0d2747;
  border: 0;
  box-shadow: 0 8px 18px rgba(212, 166, 74, 0.26);
}

.service-show-actions .home-btn-primary::after {
  content: "\2192";
  margin-left: 0.6rem;
  font-size: 1.22em;
}

.service-show-actions .home-btn-secondary {
  background: #fff;
  color: #2a3c59;
  border: 1.8px solid rgba(42, 60, 89, 0.45);
}

.service-show-image {
  grid-column: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 24px;
  border: 2.2px solid rgba(212, 166, 74, 0.9);
  box-shadow: 0 10px 28px rgba(11, 31, 58, 0.12);
  padding: 0.25rem;
  overflow: hidden;
  height: 100%;
  min-height: 430px;
}

.service-show-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 21px;
  display: block;
}

.service-show-meta {
  background: radial-gradient(circle at 75% 30%, rgba(20, 52, 100, 0.45) 0%, transparent 55%),
    linear-gradient(165deg, #112f5b 0%, #0b1f3a 72%);
  color: #fff;
  border-radius: 18px;
  padding: 1.1rem 1rem;
  box-shadow: 0 9px 30px rgba(11, 31, 58, 0.18);
  display: flex;
  flex-direction: column;
}

.service-show-meta h2 {
  margin: 0;
  color: #ecba67;
  font-size: 1.55rem;
  line-height: 1.15;
  font-weight: 700;
}

.service-show-meta ul {
  margin: 0.7rem 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.service-show-meta li {
  display: block;
  padding: 0.78rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.service-meta-icon {
  display: none;
}

.service-meta-icon svg {
  display: none;
}

.service-show-meta li span:last-child {
  color: rgba(244, 248, 255, 0.94);
  font-size: 1rem;
  line-height: 1.42;
}

.service-show-meta > a {
  margin-top: 0.7rem;
  display: inline-flex;
  align-items: center;
  gap: 0;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

.service-show-meta > a::before {
  content: none;
}

.service-show-layout {
  max-width: 1220px;
  margin: 2rem auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(0, 0.85fr);
  gap: 1rem;
  align-items: start;
}

.service-show-content {
  background: linear-gradient(160deg, #ffffff 0%, #f7f9fd 100%);
  border: 1px solid #e4e9f2;
  border-radius: 20px;
  padding: 1.35rem 1.3rem;
  box-shadow: 0 10px 30px rgba(11, 31, 58, 0.07);
  color: #263248;
  line-height: 1.7;
  font-size: 1.02rem;
}

.service-show-content h2 {
  margin: 0 0 0.85rem;
  color: var(--service-navy);
  font-size: 1.65rem;
}

.service-quick-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.6rem;
  margin: 1rem 0 0;
}

.service-quick-stat {
  border: 1px solid #e4d4b1;
  border-radius: 12px;
  background: linear-gradient(160deg, #fffef9 0%, #fff6e6 100%);
  padding: 0.6rem 0.7rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.service-quick-stat span {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #87673a;
  font-weight: 700;
}

.service-quick-stat strong {
  color: #1f3558;
  font-size: 0.9rem;
  line-height: 1.25;
}

.service-show-content h3 {
  margin: 1rem 0 0.5rem;
  color: #1f3558;
  font-size: 1.1rem;
  font-weight: 700;
}

.service-show-content p {
  margin: 0.55rem 0;
}

.service-rich-content {
  color: #263248;
  line-height: 1.7;
}

.service-rich-content h2,
.service-rich-content h3,
.service-rich-content h4 {
  margin: 1rem 0 0.5rem;
  color: #1f3558;
  line-height: 1.3;
}

.service-rich-content p {
  margin: 0.55rem 0;
}

.service-rich-content ul,
.service-rich-content ol {
  margin: 0.65rem 0 0.8rem;
  padding-left: 1.25rem;
}

.service-rich-content li {
  margin: 0.34rem 0;
}

.service-rich-content blockquote {
  margin: 0.9rem 0;
  border-left: 4px solid var(--service-gold);
  padding: 0.55rem 0.8rem;
  border-radius: 0 10px 10px 0;
  background: #fcf8f1;
}

.service-rich-content pre {
  margin: 0.95rem 0;
  background: #0f172a;
  color: #e2e8f0;
  padding: 0.7rem 0.85rem;
  border-radius: 10px;
  overflow-x: auto;
  font-size: 0.88rem;
  line-height: 1.55;
}

.service-rich-content code {
  font-family: "Consolas", "Courier New", monospace;
}

.service-rich-content :not(pre) > code {
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 5px;
  padding: 0.08rem 0.3rem;
}

.service-lead {
  margin-top: 0.2rem;
  border-left: 4px solid var(--service-gold);
  padding-left: 0.75rem;
  color: #344565;
  font-size: 1.05rem;
  line-height: 1.75;
}

.service-content-list {
  margin: 0.5rem 0 1rem 1.2rem;
  padding: 0;
}

.service-content-list li {
  margin: 0.35rem 0;
  color: #263248;
  line-height: 1.6;
  padding-left: 0.15rem;
}

.service-content-list li::marker {
  color: var(--service-gold);
}

.service-show-sideinfo {
  display: grid;
  gap: 0.8rem;
  position: sticky;
  top: 1rem;
}

.service-side-card {
  background: #fff;
  border: 1px solid #e4e9f2;
  border-radius: 16px;
  padding: 1rem 0.9rem;
  box-shadow: 0 8px 22px rgba(11, 31, 58, 0.08);
}

.service-side-card h3 {
  margin: 0;
  color: #1f3558;
  font-size: 1.02rem;
}

.service-side-card p {
  margin: 0.55rem 0 0;
  color: #5b6472;
  font-size: 0.92rem;
  line-height: 1.55;
}

.service-side-actions {
  margin-top: 0.75rem;
  display: grid;
  gap: 0.45rem;
}

.service-side-actions a,
.service-side-links a {
  color: #1f3558;
  text-decoration: none;
  font-weight: 600;
}

.service-side-actions a:hover,
.service-side-links a:hover {
  color: var(--service-gold);
}

.service-side-links {
  margin: 0.65rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.4rem;
}

.service-side-links li {
  border-top: 1px solid #edf1f7;
  padding-top: 0.42rem;
}

.service-show-cta {
  max-width: 1220px;
  margin: 1.2rem auto 0;
  background: linear-gradient(130deg, #0b1f3a 0%, #15335e 65%, #0f2647 100%);
  border: 1px solid #1d3f6c;
  border-radius: 20px;
  padding: 1.2rem 1.1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.service-cta-copy {
  color: #f2f6ff;
  max-width: 58ch;
}

.service-cta-kicker {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #ecba67;
  font-size: 0.75rem;
  font-weight: 700;
}

.service-cta-copy h2 {
  margin: 0.35rem 0 0;
  color: #fff;
  font-size: clamp(1.2rem, 2vw, 1.7rem);
}

.service-cta-copy p {
  margin: 0.45rem 0 0;
  color: rgba(230, 238, 255, 0.94);
  line-height: 1.55;
}

.service-cta-actions {
  display: flex;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.service-show-cta .home-btn {
  border-radius: 999px;
  padding: 0.7rem 1rem;
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
}

.service-show-cta .home-btn-primary {
  background: linear-gradient(135deg, #d8ac55 0%, #c9953e 100%);
  color: #102747;
}

.service-show-cta .home-btn-secondary {
  background: transparent;
  border: 1px solid rgba(236, 186, 103, 0.7);
  color: #f6d79d;
}

@media (max-width: 1366px) {
  .service-show {
    max-width: 1320px;
  }

  .service-breadcrumbs {
    font-size: 1rem;
  }

  .service-show-copy > p {
    font-size: 0.92rem;
  }

  .service-show-actions .home-btn {
    font-size: 0.85rem;
  }

  .service-show-meta h2 {
    font-size: 1.35rem;
  }

  .service-show-meta li span:last-child {
    font-size: 0.9rem;
  }

  .service-show-meta > a {
    font-size: 1rem;
  }

  .service-show-image {
    min-height: 360px;
  }
}

@media (max-width: 1024px) {
  .service-show {
    margin-top: 0.8rem;
    padding: 0 0.7rem 2rem;
  }

  .service-show-hero {
    border-radius: 24px;
    padding: 1.2rem;
  }

  .service-show-hero-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .service-show-copy {
    padding: 0.3rem 0.15rem 0;
  }

  .service-show-copy h1 {
    max-width: none;
  }

  .service-show-copy > p {
    max-width: none;
  }

  .service-show-actions {
    margin-top: 1.25rem;
    padding-top: 0;
  }

  .service-show-image {
    grid-column: auto;
    min-height: 260px;
    max-height: 420px;
  }

  .service-show-meta {
    border-radius: 20px;
    padding: 1.3rem 1.1rem;
  }

  .service-show-layout {
    grid-template-columns: 1fr;
  }

  .service-show-sideinfo {
    position: static;
  }

  .service-show-cta {
    border-radius: 16px;
    padding: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .service-quick-stats {
    grid-template-columns: 1fr;
  }
}
