/* Service and document-style public page CSS. Loaded after style.css only on service-related pages. */

.reveal-ready .reveal .document-card,
.reveal-ready .reveal .process-step,
.reveal-ready .reveal .document-point {
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity 0.52s ease,
    transform 0.52s ease;
}

.reveal-ready .reveal.is-visible .document-card,
.reveal-ready .reveal.is-visible .process-step,
.reveal-ready .reveal.is-visible .document-point {
  opacity: 1;
  transform: translateY(0);
}

.reveal-ready .reveal.is-visible .document-card:nth-child(2),
.reveal-ready .reveal.is-visible .process-step:nth-child(2),
.reveal-ready .reveal.is-visible .document-point:nth-child(2) {
  transition-delay: 0.06s;
}

.reveal-ready .reveal.is-visible .document-card:nth-child(3),
.reveal-ready .reveal.is-visible .process-step:nth-child(3),
.reveal-ready .reveal.is-visible .document-point:nth-child(3) {
  transition-delay: 0.12s;
}

.reveal-ready .reveal.is-visible .document-card:nth-child(4),
.reveal-ready .reveal.is-visible .process-step:nth-child(4) {
  transition-delay: 0.18s;
}

.sub-hero-services {
  background:
    linear-gradient(135deg, rgba(18, 59, 42, 0.92), rgba(46, 107, 71, 0.82)),
    url("../images/hero.png") center center / cover no-repeat;
}

.sub-hero-group {
  background:
    linear-gradient(135deg, rgba(18, 59, 42, 0.96), rgba(46, 107, 71, 0.86));
}

.sub-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.brochure-document {
  background:
    linear-gradient(180deg, rgba(250, 253, 248, 0.98) 0%, rgba(234, 244, 228, 0.52) 100%);
}

.brochure-hero {
  min-height: 58svh;
  align-items: center;
  padding-top: 72px;
  padding-bottom: 64px;
}

.brochure-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
  gap: 42px;
  align-items: center;
}

.brochure-hero-copy {
  color: var(--white);
}

.brochure-kicker {
  display: inline-flex;
  margin: 0 0 16px;
  padding: 7px 12px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.5;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.08);
}

.brochure-hero h1 {
  margin: 0;
  font-size: clamp(2.4rem, 5.8vw, 4.8rem);
  line-height: 1.12;
}

.brochure-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.brochure-hero-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 12px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.4;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.09);
}

.brochure-hero-panel {
  position: relative;
  padding: 28px 26px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.17), rgba(255, 255, 255, 0.07));
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.14);
  overflow: hidden;
}

.brochure-hero-panel::before,
.brochure-hero-panel::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.brochure-hero-panel::before {
  inset: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
}

.brochure-hero-panel::after {
  right: -44px;
  bottom: -44px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
}

.brochure-panel-head {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
  padding-bottom: 14px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.5;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.brochure-panel-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  margin: 0;
}

.brochure-panel-list div {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 14px;
  align-items: start;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.brochure-panel-list dt {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.brochure-panel-list dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.94);
  font-weight: 700;
  line-height: 1.6;
}

.brochure-panel-note {
  position: relative;
  z-index: 1;
  margin: 22px 0 0;
  padding: 16px 18px;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.7;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
}

.brochure-summary-section {
  position: relative;
}

.brochure-summary-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(100% - 40px, var(--max-width));
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(46, 107, 71, 0.28), transparent);
  transform: translateX(-50%);
}

.brochure-summary-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  gap: 22px;
  align-items: stretch;
  margin-bottom: 22px;
}

.brochure-lead-card {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.brochure-audience-card {
  padding: 26px 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(246, 251, 243, 0.94) 100%);
  border: 1px solid rgba(46, 107, 71, 0.16);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.brochure-audience-card h3 {
  margin: 0 0 14px;
  color: var(--deep-green);
  font-size: 1.2rem;
  line-height: 1.4;
}

.brochure-audience-list {
  margin: 0;
  padding-left: 1.15em;
  color: var(--subtext);
}

.brochure-audience-list li {
  margin-bottom: 8px;
}

.brochure-audience-list li::marker {
  color: var(--green);
}

.brochure-fact-grid {
  margin-top: 18px;
}

.brochure-storyline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 26px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(46, 107, 71, 0.16);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.brochure-storyline > div {
  position: relative;
  padding: 22px 20px;
}

.brochure-storyline > div + div {
  border-left: 1px solid rgba(46, 107, 71, 0.13);
}

.brochure-storyline > div + div::before {
  content: "→";
  position: absolute;
  top: 22px;
  left: -12px;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  color: var(--green);
  font-weight: 700;
  line-height: 1;
  background: #fff;
  border: 1px solid rgba(46, 107, 71, 0.16);
  border-radius: 50%;
}

.brochure-storyline-label {
  margin: 0 0 8px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.brochure-storyline p:last-child {
  margin: 0;
  color: var(--subtext);
  font-weight: 600;
  line-height: 1.65;
}

.policy-table-wrap {
  margin-top: 28px;
  overflow-x: auto;
  border: 1px solid rgba(46, 107, 71, 0.14);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  background: rgba(255, 255, 255, 0.94);
}

.policy-table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
}

.policy-table th,
.policy-table td {
  padding: 18px 20px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(18, 59, 42, 0.1);
}

.policy-table thead th {
  color: var(--deep-green);
  font-size: 0.88rem;
  letter-spacing: 0.08em;
  background: rgba(46, 107, 71, 0.08);
}

.policy-table tbody th {
  width: 18%;
  color: var(--deep-green);
  font-weight: 700;
  background: rgba(46, 107, 71, 0.04);
}

.policy-table td {
  color: var(--subtext);
  line-height: 1.75;
}

.policy-table tr:last-child th,
.policy-table tr:last-child td {
  border-bottom: 0;
}

.policy-check-card {
  margin-top: 28px;
  padding: 30px 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(246, 251, 243, 0.94) 100%);
  border: 1px solid rgba(46, 107, 71, 0.16);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.policy-check-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.policy-check-list li {
  position: relative;
  padding: 14px 16px 14px 42px;
  color: var(--subtext);
  line-height: 1.6;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(18, 59, 42, 0.08);
  border-radius: 14px;
}

.policy-check-list li::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 18px;
  width: 10px;
  height: 10px;
  border: 2px solid var(--green);
  border-radius: 50%;
}

.service-jump-section {
  padding: 28px 0 0;
  background: linear-gradient(180deg, rgba(18, 59, 42, 0.04) 0%, rgba(18, 59, 42, 0) 100%);
}

.service-jump-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.service-jump-nav a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 68px;
  padding: 16px 18px;
  text-align: left;
  color: var(--deep-green);
  font-weight: 700;
  line-height: 1.5;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 251, 243, 0.96) 100%);
  border: 1px solid rgba(18, 59, 42, 0.14);
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(18, 59, 42, 0.06);
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.2s ease;
}

.service-jump-nav a::after {
  content: "↓";
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  color: var(--green);
  font-size: 0.9rem;
  line-height: 1;
  background: rgba(46, 107, 71, 0.08);
  border: 1px solid rgba(46, 107, 71, 0.14);
  border-radius: 50%;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.service-jump-nav a:hover,
.service-jump-nav a:focus-visible {
  transform: translateY(-2px);
  background: #ffffff;
  border-color: rgba(46, 107, 71, 0.32);
  box-shadow: 0 16px 32px rgba(18, 59, 42, 0.1);
}

.service-jump-nav a:hover::after,
.service-jump-nav a:focus-visible::after {
  color: var(--white);
  background: var(--green);
  border-color: var(--green);
  transform: translateY(2px);
}

.service-jump-nav a:active {
  transform: translateY(0);
}

.service-hub-lead {
  max-width: 820px;
  margin-bottom: 30px;
}

.service-selector-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.service-selector-card {
  position: relative;
  padding: 28px 24px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  scroll-margin-top: 112px;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease;
}

.service-selector-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 2px;
  background: rgba(46, 107, 71, 0.36);
  border-radius: 0 0 9999px 9999px;
}

.service-selector-card:hover,
.service-selector-card:focus-within {
  transform: translateY(-3px);
  border-color: rgba(46, 107, 71, 0.3);
}

.service-selector-card h3 {
  margin: 0 0 12px;
  color: var(--deep-green);
  font-size: 1.18rem;
  line-height: 1.45;
}

.service-selector-card p {
  margin: 0;
  color: var(--subtext);
}

.service-compare-section {
  background:
    linear-gradient(180deg, rgba(18, 59, 42, 0.03) 0%, rgba(147, 201, 107, 0.07) 100%);
}

.service-compare-scroll {
  position: relative;
}

.service-compare-scroll-hint {
  display: none;
}

.service-compare-wrap {
  overflow-x: auto;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
}

.service-compare-table {
  width: 100%;
  min-width: 920px;
  border-collapse: collapse;
}

.service-compare-table th,
.service-compare-table td {
  padding: 18px 16px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(18, 59, 42, 0.1);
  color: var(--subtext);
  line-height: 1.65;
}

.service-compare-table thead th {
  color: var(--deep-green);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  background: rgba(46, 107, 71, 0.07);
}

.service-compare-table tbody th {
  width: 180px;
  color: var(--deep-green);
  font-weight: 700;
}

.service-compare-table tr:last-child th,
.service-compare-table tr:last-child td {
  border-bottom: 0;
}

.service-overview-section {
  padding-bottom: 18px;
}

.print-document .sub-hero + .service-overview-section {
  padding-top: 54px;
}

.service-purpose-section {
  padding-top: 18px;
}

.service-lite-panel {
  max-width: 760px;
  padding: 20px 22px;
  background: rgba(239, 247, 236, 0.5);
  border: 1px solid rgba(18, 59, 42, 0.08);
  border-left: 3px solid rgba(46, 107, 71, 0.58);
  border-radius: 10px;
}

.service-lite-panel p {
  margin: 0;
  color: var(--subtext);
  font-size: 1.02rem;
  line-height: 1.9;
}

.service-lite-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--subtext);
  line-height: 1.8;
}

.service-lite-list li {
  position: relative;
  padding-left: 1.05em;
}

.service-lite-list li::before {
  content: "";
  position: absolute;
  top: 0.82em;
  left: 0;
  width: 5px;
  height: 5px;
  background: rgba(46, 107, 71, 0.58);
  border-radius: 50%;
}

.service-lite-panel-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.service-lite-link {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 12px;
  color: var(--green);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.3;
  background: rgba(255, 255, 255, 0.48);
  border: 1px solid rgba(46, 107, 71, 0.16);
  border-radius: 999px;
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease;
}

.service-lite-link:hover,
.service-lite-link:focus-visible {
  color: var(--deep-green);
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(46, 107, 71, 0.28);
}

@media (min-width: 821px) {

.print-document .sub-hero-services {
    min-height: 30svh;
    padding-bottom: 34px;
  }

.print-document .sub-hero + .service-overview-section {
    padding-top: 38px;
  }

.print-document .service-overview-section {
    padding-bottom: 10px;
  }

.print-document .service-purpose-section {
    padding-top: 10px;
  }

.service-overview-section .service-lite-panel {
    padding: 16px 20px;
  }
}

.services-detail-section {
  padding-top: 30px;
}

.services-detail-grid {
  display: grid;
  gap: 28px;
}

.detail-card {
  padding: 34px 30px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  scroll-margin-top: 112px;
}

.detail-card-header {
  margin-bottom: 26px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border);
}

.detail-number {
  margin: 0 0 10px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: var(--green);
}

.detail-card-header h2 {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  line-height: 1.2;
  color: var(--deep-green);
}

.detail-subtitle {
  margin: 10px 0 0;
  color: var(--subtext);
}

.price-box {
  margin-bottom: 26px;
  padding: 22px 24px;
  background: linear-gradient(135deg, #f6fbf3, #edf7e9);
  border: 1px solid rgba(46, 107, 71, 0.14);
  border-radius: var(--radius);
}

.price-box.compact {
  max-width: 420px;
}

.document-card .price-box {
  margin: 18px 0 0;
}

.price-label {
  margin: 0 0 4px;
  font-size: 0.9rem;
  color: var(--green);
  font-weight: 700;
}

.price-main {
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  line-height: 1.1;
  font-weight: 700;
  color: var(--deep-green);
}

.price-note {
  margin: 8px 0 0;
  color: var(--subtext);
}

.detail-block {
  margin-top: 18px;
  padding: 22px 24px;
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(18, 59, 42, 0.08);
  border-radius: 16px;
}

.detail-block h3 {
  margin: 0 0 14px;
  font-size: 1.08rem;
  color: var(--deep-green);
}

.detail-text,
.detail-note {
  margin: 0 0 12px;
  color: var(--subtext);
}

.feature-list,
.note-list {
  margin: 0;
  padding-left: 1.2em;
  color: var(--subtext);
}

.feature-list li,
.note-list li {
  margin-bottom: 9px;
  padding-left: 0.1em;
}

.feature-list li::marker,
.note-list li::marker {
  color: var(--green);
}

.detail-contact {
  margin-top: 28px;
  padding-top: 4px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.service-fact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.service-flow-list {
  grid-template-columns: repeat(5, 1fr);
}

.service-price-box + .service-price-box,
.service-price-box + .detail-block {
  margin-top: 18px;
}

.curriculum-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.curriculum-card {
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--border);
  border-radius: 16px;
}

.curriculum-card h4 {
  margin: 0 0 12px;
  color: var(--deep-green);
  font-size: 1rem;
}

.curriculum-card ul {
  margin: 0;
  padding-left: 1.2em;
  color: var(--subtext);
}

.curriculum-card li {
  margin-bottom: 8px;
}

.payment-section {
  background:
    linear-gradient(180deg, rgba(18, 59, 42, 0.03) 0%, rgba(147, 201, 107, 0.07) 100%);
}

.payment-box {
  padding: 28px 30px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.payment-box p {
  margin: 0 0 14px;
  color: var(--subtext);
}

.payment-box p:last-child {
  margin-bottom: 0;
}

@media (max-width: 820px) {

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

.service-selector-card {
    padding: 24px 20px;
    scroll-margin-top: 96px;
  }

.service-compare-table {
    min-width: 760px;
  }

.service-compare-scroll-hint {
    display: block;
    margin: -8px 0 12px;
    color: rgba(46, 107, 71, 0.74);
    font-size: 0.84rem;
    font-weight: 700;
    line-height: 1.5;
  }

.service-compare-scroll::after {
    content: "";
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    width: 34px;
    pointer-events: none;
    border-radius: 0 var(--radius) var(--radius) 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(239, 247, 236, 0.88));
  }

.service-compare-table th,
.service-compare-table td {
    padding: 15px 14px;
  }

.service-jump-nav {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 12px;
  }

.service-jump-nav a {
    min-height: 56px;
    padding: 14px 16px;
  }

.service-overview-section,
.service-purpose-section {
    padding-top: 38px;
    padding-bottom: 38px;
  }

.service-overview-section {
    padding-bottom: 16px;
  }

.service-purpose-section {
    padding-top: 16px;
  }

.service-lite-panel p,
.service-lite-list {
    font-size: 0.96rem;
    line-height: 1.78;
  }

.service-lite-panel {
    padding: 18px 18px;
  }

.service-lite-panel-links {
    gap: 8px;
    margin-top: 14px;
  }

.sub-hero-actions,
.detail-contact {
    flex-direction: column;
    align-items: stretch;
  }

.service-fact-grid,
.service-flow-list {
    grid-template-columns: 1fr;
  }

.detail-card {
    padding: 28px 22px;
    scroll-margin-top: 96px;
  }

.detail-card-header {
    margin-bottom: 22px;
    padding-bottom: 18px;
  }

.detail-block,
.price-box,
.payment-box {
    padding: 20px 18px;
  }

.curriculum-grid {
    grid-template-columns: 1fr;
  }
}

.sub-hero-philosophy,
.sub-hero-method {
  background:
    linear-gradient(135deg, rgba(18, 59, 42, 0.93), rgba(46, 107, 71, 0.82)),
    url("../images/hero.png") center center / cover no-repeat;
}

.sub-hero-online,
.sub-hero-training {
  background:
    linear-gradient(135deg, rgba(18, 59, 42, 0.96), rgba(46, 107, 71, 0.86));
}

.document-section-soft {
  background:
    linear-gradient(180deg, rgba(18, 59, 42, 0.03) 0%, rgba(147, 201, 107, 0.07) 100%);
}

.document-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.document-card-grid.four-columns {
  grid-template-columns: repeat(4, 1fr);
}

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

.document-card,
.process-step,
.document-point {
  padding: 24px 22px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.document-card {
  position: relative;
}

.document-card::before,
.process-step::before {
  content: "";
  position: absolute;
  top: 0;
  left: 22px;
  right: 22px;
  height: 2px;
  background: rgba(46, 107, 71, 0.34);
  border-radius: 0 0 9999px 9999px;
}

.document-card-label,
.process-number {
  margin: 0 0 10px;
  color: rgba(46, 107, 71, 0.78);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.4;
}

.document-card h3,
.process-step h3,
.document-point h3 {
  margin: 0 0 12px;
  color: var(--deep-green);
  font-size: 1.12rem;
  line-height: 1.4;
}

.document-card p,
.process-step p,
.document-point p {
  margin: 0;
  color: var(--subtext);
}

.sub-hero-kyudo-base {
  background:
    linear-gradient(135deg, rgba(18, 59, 42, 0.96), rgba(46, 107, 71, 0.86));
}

.case-card {
  display: flex;
  flex-direction: column;
}

.case-detail-list {
  display: grid;
  gap: 12px;
  margin: 0;
}

.case-detail-list div {
  display: grid;
  gap: 4px;
}

.case-detail-list dt {
  color: var(--deep-green);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.5;
}

.case-detail-list dd {
  margin: 0;
  color: var(--subtext);
  font-size: 0.95rem;
  line-height: 1.75;
}

.case-note {
  margin-top: 18px !important;
  padding-top: 14px;
  border-top: 1px solid rgba(18, 59, 42, 0.1);
  color: rgba(91, 103, 97, 0.86) !important;
  font-size: 0.86rem;
}

.cases-page {
  background:
    linear-gradient(180deg, rgba(247, 250, 244, 0.54) 0%, rgba(255, 255, 255, 0) 420px),
    linear-gradient(90deg, transparent calc(50% - 1px), rgba(18, 59, 42, 0.035) 50%, transparent calc(50% + 1px));
}

.cases-page .section-heading {
  position: relative;
  padding-bottom: 18px;
}

.cases-page .section-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(180px, 46vw);
  height: 1px;
  background: linear-gradient(90deg, rgba(18, 59, 42, 0.68), rgba(46, 107, 71, 0));
  transform: scaleX(0);
  transform-origin: left;
  animation: caseLineGrow 0.72s ease forwards;
}

.case-hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 76px;
  background:
    radial-gradient(circle at 88% 18%, rgba(147, 201, 107, 0.24), transparent 34%),
    linear-gradient(135deg, rgba(18, 59, 42, 0.97), rgba(46, 107, 71, 0.9));
}

.case-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 23, 16, 0.18), transparent 58%),
    linear-gradient(90deg, transparent calc(50% - 1px), rgba(255, 255, 255, 0.08) 50%, transparent calc(50% + 1px)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.038) 0 1px, transparent 1px 72px);
  pointer-events: none;
}

.case-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
  gap: 44px;
  align-items: center;
}

.case-hero-copy {
  color: var(--white);
  animation: caseFadeUp 0.72s ease both;
}

.case-hero-copy h1 {
  margin: 0;
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 1.15;
}

.case-hero-copy p:not(.section-label) {
  max-width: 720px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.02rem;
  line-height: 1.9;
}

.case-hero-board {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-content: center;
  min-height: 230px;
  padding: 24px 0 24px 28px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.18), transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), transparent 1px);
  border-left: 1px solid rgba(255, 255, 255, 0.26);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.case-chip {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 7px 13px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.35;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 2px;
  opacity: 0;
  transform: translateY(10px);
  animation: caseChipIn 0.54s ease forwards;
}

.case-chip:nth-child(2) {
  animation-delay: 0.07s;
}

.case-chip:nth-child(3) {
  animation-delay: 0.14s;
}

.case-chip:nth-child(4) {
  animation-delay: 0.21s;
}

.case-chip:nth-child(5) {
  animation-delay: 0.28s;
}

.case-chip:nth-child(6) {
  animation-delay: 0.35s;
}

.case-chip:nth-child(7) {
  animation-delay: 0.42s;
}

.case-chip:nth-child(8) {
  animation-delay: 0.49s;
}

.case-approach-section {
  padding-top: 58px;
}

.case-approach-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
  gap: 28px;
  padding: 30px 26px;
  background:
    linear-gradient(90deg, rgba(18, 59, 42, 0.08), transparent 1px) left top / 25% 100% no-repeat,
    linear-gradient(180deg, rgba(18, 59, 42, 0.12), transparent 1px) left top / 100% 1px no-repeat,
    linear-gradient(180deg, transparent calc(100% - 1px), rgba(18, 59, 42, 0.12) 100%);
  border-left: 1px solid rgba(18, 59, 42, 0.16);
  border-radius: 0;
  box-shadow: none;
}

.case-approach-label h2 {
  margin: 0;
  color: var(--deep-green);
  font-size: clamp(1.35rem, 2.4vw, 1.9rem);
  line-height: 1.35;
}

.case-approach-body p {
  margin: 0;
  color: var(--subtext);
  font-size: 1rem;
  line-height: 1.9;
}

.case-policy-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.case-policy-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 5px 11px;
  color: var(--deep-green);
  font-size: 0.86rem;
  font-weight: 700;
  background: rgba(239, 247, 236, 0.76);
  border: 1px solid rgba(46, 107, 71, 0.14);
  border-radius: 2px;
}

.case-process-section {
  padding-top: 34px;
}

.case-process-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid rgba(18, 59, 42, 0.16);
  border-bottom: 1px solid rgba(18, 59, 42, 0.1);
}

.case-process-track::before {
  content: "";
  position: absolute;
  top: 32px;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(46, 107, 71, 0.42), rgba(46, 107, 71, 0));
  transform: scaleX(0);
  transform-origin: left;
  animation: caseLineGrow 0.82s ease 0.18s forwards;
}

.case-process-step {
  position: relative;
  z-index: 1;
  padding: 24px 20px 24px 0;
  background: transparent;
  border: 0;
  border-right: 1px solid rgba(18, 59, 42, 0.1);
  border-radius: 0;
  box-shadow: none;
  opacity: 0;
  transform: translateY(12px);
  animation: caseFadeUp 0.6s ease forwards;
}

.case-process-step:last-child {
  border-right: 0;
}

.case-process-step:nth-child(2) {
  animation-delay: 0.08s;
}

.case-process-step:nth-child(3) {
  animation-delay: 0.16s;
}

.case-process-step:nth-child(4) {
  animation-delay: 0.24s;
}

.case-step-number {
  display: inline-grid;
  place-items: center;
  width: auto;
  height: auto;
  margin-bottom: 14px;
  color: rgba(46, 107, 71, 0.76);
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  transition: transform 0.28s ease, color 0.28s ease;
}

.case-process-step:hover .case-step-number {
  color: var(--deep-green);
  transform: translateX(4px);
}

.case-process-step h3 {
  margin: 0 0 8px;
  color: var(--deep-green);
  font-size: 1.08rem;
  line-height: 1.4;
}

.case-process-step p {
  margin: 0;
  color: var(--subtext);
  font-size: 0.94rem;
  line-height: 1.68;
}

.case-models-section {
  padding-top: 72px;
}

.case-model-stack {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(18, 59, 42, 0.16);
}

.case-model-card {
  position: relative;
  overflow: hidden;
  padding: 34px 26px;
  background:
    linear-gradient(90deg, rgba(18, 59, 42, 0.055), transparent 1px) left top / 28% 100% no-repeat,
    rgba(255, 255, 255, 0.78);
  border: 0;
  border-bottom: 1px solid rgba(18, 59, 42, 0.14);
  border-radius: 0;
  box-shadow: none;
  opacity: 0;
  transform: translateY(16px);
  animation: caseFadeUp 0.62s ease forwards;
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    background 0.28s ease;
}

.case-model-card:nth-child(2) {
  animation-delay: 0.08s;
}

.case-model-card:nth-child(3) {
  animation-delay: 0.16s;
}

.case-model-card:nth-child(4) {
  animation-delay: 0.24s;
}

.case-model-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 1px;
  background: rgba(46, 107, 71, 0.45);
  border-radius: 0;
  transition:
    width 0.28s ease,
    background 0.28s ease;
}

.case-model-card::after {
  content: attr(data-case);
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 0;
  max-width: 56%;
  color: rgba(18, 59, 42, 0.035);
  font-size: clamp(2.6rem, 7vw, 5.4rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 0.92;
  text-align: right;
  pointer-events: none;
  white-space: normal;
}

.case-model-card:hover,
.case-model-card:focus-within {
  transform: translateY(-2px);
  background:
    linear-gradient(90deg, rgba(46, 107, 71, 0.08), transparent 1px) left top / 28% 100% no-repeat,
    rgba(245, 250, 242, 0.82);
}

.case-model-card:hover::before,
.case-model-card:focus-within::before {
  width: 150px;
  background: rgba(46, 107, 71, 0.62);
}

.case-model-featured .case-model-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(210px, 0.32fr) minmax(0, 1fr);
  gap: 26px;
}

.case-model-row {
  position: relative;
  display: grid;
  grid-template-columns: minmax(230px, 0.36fr) minmax(0, 1fr);
  gap: 28px;
}

.case-model-row.reverse {
  grid-template-columns: minmax(0, 1fr) minmax(230px, 0.36fr);
}

.case-model-row.reverse .case-model-header {
  order: 2;
}

.case-model-header h3 {
  margin: 0;
  color: var(--deep-green);
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  line-height: 1.36;
}

.case-model-header,
.case-model-content,
.case-safety-layout {
  position: relative;
  z-index: 1;
}

.case-kicker {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 18px;
}

.case-index {
  color: rgba(46, 107, 71, 0.72);
  font-size: clamp(2.6rem, 5vw, 4.4rem);
  letter-spacing: 0;
  line-height: 0.84;
  transition:
    color 0.28s ease,
    transform 0.28s ease;
}

.case-kicker span:last-child {
  color: rgba(46, 107, 71, 0.72);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
}

.case-model-card:hover .case-index,
.case-model-card:focus-within .case-index {
  color: var(--deep-green);
  transform: translateX(5px);
}

.case-model-header > p:not(.document-card-label) {
  margin: 12px 0 0;
  color: var(--subtext);
  font-size: 0.96rem;
  line-height: 1.72;
}

.case-model-summary {
  padding: 14px 16px;
  background: rgba(239, 247, 236, 0.6);
  border: 1px solid rgba(46, 107, 71, 0.14);
  border-radius: 2px;
}

.case-model-summary span,
.case-safety-result span {
  display: block;
  margin-bottom: 7px;
  color: rgba(46, 107, 71, 0.82);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.4;
}

.case-model-summary p,
.case-safety-result p {
  margin: 0;
  color: var(--deep-green);
  font-weight: 700;
  line-height: 1.65;
}

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

.case-detail-list dt {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 26px;
  padding: 0 0 0 10px;
  background: transparent;
  border: 0;
  border-left: 2px solid rgba(46, 107, 71, 0.44);
  border-radius: 0;
}

.case-detail-list div {
  padding-top: 14px;
  border-top: 1px solid rgba(18, 59, 42, 0.1);
}

.case-detail-list div:nth-child(4) {
  padding: 14px 16px;
  background: rgba(239, 247, 236, 0.5);
  border: 1px solid rgba(46, 107, 71, 0.12);
}

.case-safety-card {
  background:
    linear-gradient(90deg, rgba(18, 59, 42, 0.055), transparent 1px) left top / 28% 100% no-repeat,
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(239, 247, 236, 0.46));
}

.case-safety-layout {
  display: grid;
  grid-template-columns: minmax(190px, 0.32fr) minmax(0, 1fr) minmax(220px, 0.36fr);
  gap: 20px;
  margin-top: 22px;
  align-items: start;
}

.case-check-list {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.case-check-list li {
  position: relative;
  padding: 10px 12px 10px 34px;
  color: var(--deep-green);
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.45;
  background: rgba(255, 255, 255, 0.56);
  border: 0;
  border-bottom: 1px solid rgba(46, 107, 71, 0.16);
  border-radius: 0;
}

.case-check-list li::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 13px;
  width: 9px;
  height: 9px;
  border: 2px solid rgba(46, 107, 71, 0.62);
  border-radius: 50%;
}

.case-safety-result {
  padding: 18px;
  background: rgba(18, 59, 42, 0.06);
  border: 1px solid rgba(46, 107, 71, 0.12);
  border-radius: 2px;
}

.case-note-section {
  padding-top: 40px;
  padding-bottom: 26px;
}

.case-disclaimer {
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(18, 59, 42, 0.1);
  border-left: 3px solid rgba(46, 107, 71, 0.5);
  border-radius: 2px;
}

.case-disclaimer p {
  margin: 0;
  color: var(--subtext);
  font-size: 0.95rem;
  line-height: 1.78;
}

@keyframes caseFadeUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes caseChipIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes caseLineGrow {
  to {
    transform: scaleX(1);
  }
}

@media (max-width: 1024px) {

.case-hero-inner,
.case-approach-card,
.case-model-featured .case-model-content,
.case-model-row,
.case-model-row.reverse,
.case-safety-layout {
    grid-template-columns: 1fr;
  }

.case-model-row.reverse .case-model-header {
    order: 0;
  }

.case-detail-grid {
    grid-template-columns: 1fr;
  }

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

.case-process-track::before {
    display: none;
  }
}

@media (max-width: 820px) {

.case-hero {
    padding: 64px 0 54px;
  }

.case-hero-inner {
    gap: 24px;
  }

.case-hero-copy h1 {
    font-size: clamp(1.62rem, 7vw, 2.1rem);
    line-height: 1.16;
  }

.case-hero-copy p:not(.section-label) {
    font-size: 0.95rem;
    line-height: 1.7;
  }

.case-hero-board {
    min-height: auto;
    padding: 18px;
    gap: 9px;
  }

.case-chip {
    min-height: 32px;
    padding: 5px 10px;
    font-size: 0.84rem;
  }

.case-approach-section,
.case-process-section {
    padding-top: 42px;
  }

.case-approach-card,
.case-model-card {
    padding: 22px 20px;
  }

.case-policy-tags span {
    font-size: 0.82rem;
  }

.case-process-track {
    grid-template-columns: 1fr;
    gap: 14px;
  }

.case-process-step {
    padding: 20px 18px;
  }

.case-step-number {
    width: 38px;
    height: 38px;
    margin-bottom: 12px;
  }

.case-models-section {
    padding-top: 54px;
  }

.case-model-stack {
    gap: 16px;
  }

.case-model-header h3 {
    font-size: clamp(1.12rem, 4vw, 1.36rem);
  }

.case-safety-layout {
    gap: 14px;
  }

.case-disclaimer p,
.case-detail-list dd,
.case-process-step p {
    font-size: 0.92rem;
    line-height: 1.62;
  }
}

@media (max-width: 560px) {

.case-hero {
    padding: 48px 0 42px;
  }

.case-hero-copy h1 {
    font-size: clamp(1.48rem, 7.8vw, 1.86rem);
  }

.case-hero-board {
    padding: 14px;
    border-radius: 0;
  }

.case-chip {
    flex: 1 1 calc(50% - 8px);
    justify-content: center;
    min-width: 0;
    text-align: center;
    font-size: 0.8rem;
  }

.case-approach-card,
.case-model-card,
.case-disclaimer {
    padding: 18px 14px;
  }

.case-policy-tags {
    gap: 6px;
  }

.case-policy-tags span {
    width: 100%;
    justify-content: center;
  }

.case-model-summary,
.case-safety-result {
    padding: 14px;
  }

.case-detail-list {
    gap: 10px;
  }

.case-detail-list dt {
    font-size: 0.8rem;
  }

.case-index {
    font-size: 2.35rem;
  }

.case-kicker {
    gap: 10px;
  }

.case-check-list li {
    padding: 9px 10px 9px 32px;
    font-size: 0.9rem;
  }

.case-note-section {
    padding-top: 28px;
    padding-bottom: 12px;
  }
}

.document-split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: start;
}

.document-points {
  display: grid;
  gap: 14px;
}

.document-point {
  padding: 20px 22px;
  box-shadow: none;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.process-step {
  position: relative;
}

.service-method-card {
  margin-top: 34px;
}

.policy-brief-card {
  margin-top: 28px;
}

@media (max-width: 1024px) {

.brochure-hero-inner,
.brochure-summary-grid {
    grid-template-columns: 1fr;
  }

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

.brochure-storyline > div:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(46, 107, 71, 0.13);
  }

.brochure-storyline > div:nth-child(4) {
    border-top: 1px solid rgba(46, 107, 71, 0.13);
  }

.brochure-storyline > div:nth-child(3)::before {
    display: none;
  }

.document-card-grid,
.document-card-grid.four-columns,
.document-card-grid.two-columns,
.process-list {
    grid-template-columns: repeat(2, 1fr);
  }

.document-split {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {

.brochure-hero {
    min-height: 0;
    padding-top: 48px;
    padding-bottom: 42px;
  }

.brochure-hero-inner {
    gap: 26px;
  }

.brochure-hero-panel {
    padding: 24px 22px;
  }

.brochure-summary-grid {
    gap: 16px;
  }

.policy-table {
    min-width: 720px;
  }

.policy-check-card {
    padding: 24px 20px;
  }

.policy-check-list {
    grid-template-columns: 1fr;
  }

.brochure-storyline {
    grid-template-columns: 1fr;
  }

.brochure-storyline > div + div {
    border-top: 1px solid rgba(46, 107, 71, 0.13);
    border-left: 0;
  }

.brochure-storyline > div + div::before {
    top: -12px;
    left: 20px;
    content: "↓";
  }

.document-card,
.process-step,
.document-point {
    padding: 22px 20px;
  }

.document-card-grid,
.document-card-grid.four-columns,
.document-card-grid.two-columns,
.process-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {

.brochure-kicker {
    font-size: 0.76rem;
    letter-spacing: 0.08em;
  }

.brochure-hero-meta span {
    min-height: 32px;
    font-size: 0.8rem;
  }

.brochure-panel-head {
    flex-direction: column;
    gap: 4px;
  }

.brochure-panel-list div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

.brochure-audience-card {
    padding: 22px 20px;
  }
}

.brochure-hero {
  min-height: 48svh;
}

.brochure-hero h1 {
  font-size: clamp(2rem, 4.6vw, 3.6rem);
}

.brochure-hero-panel {
  padding: 22px 20px;
}

.document-card-grid,
.document-card-grid.four-columns,
.document-card-grid.two-columns,
.process-list,
.service-fact-grid,
.brochure-summary-grid,
.policy-check-list,
.service-selector-grid {
  gap: 18px;
}

.document-card,
.document-point,
.service-selector-card,
.detail-card,
.price-box,
.detail-block,
.payment-box,
.brochure-audience-card,
.policy-check-card,
.process-step {
  padding: 24px 22px;
}

.document-card h3,
.document-point h3,
.service-selector-card h3,
.detail-card h3,
.process-step h3 {
  margin-bottom: 10px;
  font-size: clamp(1.08rem, 2vw, 1.28rem);
  line-height: 1.32;
}

.detail-card-header {
  margin-bottom: 18px;
  padding-bottom: 14px;
}

.detail-card-header h2 {
  font-size: clamp(1.35rem, 2.5vw, 1.9rem);
}

.document-card p,
.document-point p,
.detail-card p,
.process-step p {
  font-size: 0.95rem;
  line-height: 1.6;
}

.note-list,
.curriculum-card ul {
  font-size: 0.96rem;
  line-height: 1.64;
}

.note-list li,
.curriculum-card li {
  margin-bottom: 6px;
}

.policy-table th,
.policy-table td,
.service-compare-table th,
.service-compare-table td {
  padding: 12px 14px;
  font-size: 0.92rem;
  line-height: 1.55;
}

.policy-check-card {
  margin-top: 22px;
}

.policy-check-list {
  gap: 10px;
}

.policy-check-list li {
  padding: 11px 12px 11px 34px;
  line-height: 1.55;
}

@media (max-width: 560px) {

.brochure-hero h1 {
    font-size: clamp(1.48rem, 7.8vw, 1.86rem);
  }

.document-card,
.document-point,
.service-selector-card,
.detail-card,
.price-box,
.detail-block,
.payment-box {
    padding: 16px 14px;
  }

.document-card-grid,
.document-card-grid.two-columns,
.service-selector-grid,
.process-list {
    gap: 12px;
  }

.note-list,
.curriculum-card ul {
    font-size: 0.92rem;
  }

.service-overview-section {
    padding-top: 40px;
    padding-bottom: 14px;
  }

.print-document .sub-hero + .service-overview-section {
    padding-top: 34px;
  }

.service-purpose-section {
    padding-top: 14px;
  }

.service-lite-panel {
    padding: 16px 16px;
    border-radius: 9px;
  }

.service-lite-panel-links {
    gap: 7px;
  }

.service-lite-link {
    min-height: 32px;
    padding: 5px 10px;
    font-size: 0.86rem;
  }
}

@media (prefers-reduced-motion: reduce) {

.reveal-ready .reveal .document-card,
.reveal-ready .reveal .process-step,
.reveal-ready .reveal .document-point {
    opacity: 1;
    transform: none;
    animation: none;
  }

.service-selector-card:hover,
.service-selector-card:focus-within,
.service-jump-nav a:hover,
.service-jump-nav a:focus-visible {
    transform: none;
  }

.service-jump-nav a:hover::after,
.service-jump-nav a:focus-visible::after {
    transform: none;
  }
}
