@font-face {
  font-family: "Arigatou Sans Fallback";
  src: local("Hiragino Sans"), local("Yu Gothic Medium"), local("YuGothic-Medium"), local("Meiryo");
  font-display: swap;
}

:root {
  --ap-paper: #fffdf8;
  --ap-paper-soft: #fbf6ee;
  --ap-ink: #34302c;
  --ap-muted: #6f6860;
  --ap-line: #e7dcc7;
  --ap-gold: #c5a45c;
  --ap-gold-deep: #a9883f;
  --ap-policy-gold-text: #80651f;
  --ap-sage: #8fa79a;
  --ap-sage-deep: #627f72;
  --ap-policy-sage-text: #4f6b60;
  --ap-blush: #f7e6df;
  --ap-sky: #e8f1f1;
  --ap-white: #ffffff;
  --ap-focus: #7f9f93;
  --ap-shadow: 0 18px 48px rgba(79, 66, 47, 0.08);
  --ap-radius: 18px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* I395 (2026-08-17): html{scroll-behavior:smooth} は指定しない。本番実測で目次リンク
   (#security 等) が1pxも動かなかった。着地点がヘッダーに潜らないよう :target に余白を置く。 */
:target { scroll-margin-top: 80px; }

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 18% 10%, rgba(247, 230, 223, 0.42), transparent 28rem),
    radial-gradient(circle at 88% 24%, rgba(232, 241, 241, 0.55), transparent 25rem),
    linear-gradient(180deg, var(--ap-paper) 0%, #fffaf1 100%);
  color: var(--ap-ink);
  font-family: "Noto Sans JP", "Arigatou Sans Fallback", system-ui, sans-serif;
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: var(--ap-sage-deep);
  text-underline-offset: 0.18em;
}

a:hover,
a:focus {
  color: #4f6b60;
}

button,
input,
select,
textarea {
  font: inherit;
}

:focus-visible {
  outline: 3px solid rgba(127, 159, 147, 0.38);
  outline-offset: 3px;
}

.ap-page {
  position: relative;
  overflow-x: clip;
}

.ap-page::before,
.ap-page::after {
  content: "";
  position: fixed;
  z-index: -1;
  pointer-events: none;
  border: 1px solid rgba(197, 164, 92, 0.18);
  border-radius: 999px;
}

.ap-page::before {
  width: 24rem;
  height: 24rem;
  top: -8rem;
  right: -7rem;
}

.ap-page::after {
  width: 18rem;
  height: 18rem;
  left: -7rem;
  bottom: -7rem;
}

.ap-shell {
  width: min(100%, 1040px);
  min-width: 0;
  margin: 0 auto;
  padding: 28px 20px 72px;
}

.ap-simple-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 28px;
}

.ap-home-link,
.ap-subtle-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  color: var(--ap-muted);
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
}

.ap-home-link span {
  color: var(--ap-gold-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  letter-spacing: 0.02em;
}

.ap-subtle-link {
  padding: 0 12px;
  border: 1px solid rgba(197, 164, 92, 0.36);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
}

.ap-header-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.ap-breadcrumb {
  margin: -8px 0 22px;
  color: var(--ap-muted);
  font-size: 0.82rem;
}

.ap-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.ap-breadcrumb li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.ap-breadcrumb li + li::before {
  content: "/";
  color: rgba(111, 104, 96, 0.55);
}

.ap-breadcrumb a {
  color: var(--ap-muted);
  text-decoration: none;
}

.ap-breadcrumb a:hover,
.ap-breadcrumb a:focus {
  color: var(--ap-sage-deep);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.ap-breadcrumb [aria-current="page"] {
  color: var(--ap-sage-deep);
  font-weight: 800;
}

.ap-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 1.08fr);
  align-items: center;
  gap: 42px;
  padding: 34px 0 30px;
}

.ap-hero-compact {
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
}

.ap-logo-panel {
  display: grid;
  justify-items: center;
  gap: 14px;
}

.ap-logo {
  width: min(100%, 360px);
  height: auto;
  border-radius: 28px;
  box-shadow: 0 18px 46px rgba(107, 91, 61, 0.08);
}

.ap-logo-caption {
  margin: 0;
  color: var(--ap-muted);
  font-size: 0.88rem;
  text-align: center;
}

.ap-eyebrow {
  margin: 0 0 14px;
  color: var(--ap-gold-deep);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.ap-title {
  margin: 0;
  color: var(--ap-ink);
  font-size: clamp(2rem, 4.2vw, 3.7rem);
  line-height: 1.28;
  letter-spacing: 0;
}

.ap-title span {
  display: block;
  color: var(--ap-sage-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.5em;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 10px;
}

.ap-lead {
  margin: 20px 0 0;
  color: #4d4741;
  font-size: 1.03rem;
}

.ap-hospital-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  min-width: 0;
  margin: 24px 0 0;
  padding: 8px 14px;
  border: 1px solid rgba(143, 167, 154, 0.45);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ap-sage-deep);
  font-size: 0.9rem;
  font-weight: 800;
  overflow-wrap: anywhere;
  white-space: normal;
}

.ap-hospital-pill::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--ap-sage);
}

.ap-wave {
  width: 100%;
  height: 34px;
  margin: 16px 0 0;
  color: var(--ap-gold);
  opacity: 0.72;
}

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

.ap-center-actions {
  justify-content: center;
}

.ap-main-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 28px;
  align-items: start;
}

.ap-hero > *,
.ap-main-grid > *,
.ap-card,
.ap-side,
.ap-form,
.ap-field,
.ap-label-row,
.ap-recipient-names,
.ap-recipient-name-row {
  min-width: 0;
}

.ap-card,
.ap-side-card,
.ap-note,
.ap-reference-card {
  border: 1px solid var(--ap-line);
  border-radius: var(--ap-radius);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--ap-shadow);
}

.ap-card {
  padding: clamp(22px, 4vw, 36px);
}

.ap-section-title {
  margin: 0 0 12px;
  font-size: clamp(1.36rem, 2.4vw, 1.9rem);
  line-height: 1.45;
}

.ap-recipient-title {
  word-break: keep-all;
  overflow-wrap: normal;
}

.ap-section-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 12px;
}

.ap-section-header .ap-section-title,
.ap-section-header .ap-eyebrow {
  margin-bottom: 0;
}

.ap-soft-badge {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 5px 12px;
  border: 1px solid rgba(143, 167, 154, 0.42);
  border-radius: 999px;
  background: rgba(232, 241, 241, 0.68);
  color: var(--ap-sage-deep);
  font-size: 0.78rem;
  font-weight: 800;
}

.ap-section-lead {
  margin: 0 0 22px;
  color: var(--ap-muted);
}

.ap-form {
  display: grid;
  gap: 20px;
}

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

.ap-field {
  display: grid;
  gap: 8px;
}

.ap-field[hidden],
.ap-choice-list[hidden] {
  display: none;
}

.ap-label-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.ap-label {
  color: #4b453e;
  font-weight: 800;
}

.ap-required-label {
  color: var(--ap-sage-deep);
  font-size: 0.78rem;
}

.ap-count-note {
  flex: 0 0 auto;
  color: var(--ap-sage-deep);
  font-size: 0.8rem;
  font-weight: 800;
}

.ap-help {
  margin: 0;
  color: var(--ap-muted);
  font-size: 0.88rem;
  line-height: 1.7;
}

.ap-input,
.ap-select,
.ap-textarea {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid #d9cdb7;
  border-radius: 14px;
  background: rgba(255, 253, 248, 0.96);
  color: var(--ap-ink);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.ap-input,
.ap-select {
  min-height: 50px;
  padding: 10px 13px;
}

.ap-textarea {
  min-height: 190px;
  resize: vertical;
  padding: 13px;
}

.ap-textarea-compact {
  min-height: 130px;
}

.ap-input:focus,
.ap-select:focus,
.ap-textarea:focus {
  border-color: var(--ap-sage);
  background: var(--ap-white);
  box-shadow: 0 0 0 4px rgba(143, 167, 154, 0.16);
  outline: none;
}

.ap-recipient-names {
  display: grid;
  gap: 10px;
}

.ap-recipient-name-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.ap-recipient-name-row:first-child {
  grid-template-columns: minmax(0, 1fr);
}

.ap-recipient-name-row[hidden] {
  display: none;
}

.ap-add-button,
.ap-remove-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 999px;
  font-weight: 800;
  cursor: pointer;
}

.ap-add-button {
  justify-self: start;
  max-width: 100%;
  min-width: 0;
  padding: 9px 16px;
  border: 1px solid rgba(143, 167, 154, 0.48);
  background: rgba(232, 241, 241, 0.72);
  color: var(--ap-sage-deep);
  overflow-wrap: anywhere;
  text-align: center;
  white-space: normal;
}

.ap-add-button:hover,
.ap-add-button:focus {
  background: rgba(232, 241, 241, 0.96);
}

.ap-add-button[hidden] {
  display: none;
}

.ap-remove-button {
  min-width: 64px;
  padding: 8px 12px;
  border: 1px solid rgba(197, 164, 92, 0.34);
  background: rgba(255, 253, 248, 0.88);
  color: var(--ap-muted);
  font-size: 0.82rem;
}

.ap-remove-button:hover,
.ap-remove-button:focus {
  color: #5a4f42;
  background: #fff;
}

.ap-choice-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
}

.ap-choice {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 13px 14px;
  border: 1px solid #e1d6c3;
  border-radius: 14px;
  background: rgba(255, 253, 248, 0.74);
  color: #4b453e;
}

.ap-choice input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 5px;
  accent-color: var(--ap-sage-deep);
}

.ap-warning {
  padding: 15px 16px;
  border: 1px solid rgba(197, 164, 92, 0.46);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(251, 246, 238, 0.95), rgba(232, 241, 241, 0.72));
  color: #5a4f42;
  font-size: 0.92rem;
}

.ap-warning p {
  margin: 0;
}

.ap-submit-row {
  display: grid;
  gap: 10px;
  justify-items: start;
}

.ap-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  min-width: 220px;
  padding: 13px 24px;
  border: 1px solid rgba(169, 136, 63, 0.38);
  border-radius: 999px;
  background: linear-gradient(180deg, #d6bd7c 0%, #b8994e 100%);
  color: #fffdf8;
  font-weight: 900;
  letter-spacing: 0;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(169, 136, 63, 0.2);
}

.ap-button:hover,
.ap-button:focus {
  color: #fffdf8;
  background: linear-gradient(180deg, #cbae66 0%, #a88942 100%);
}

.ap-button:disabled {
  cursor: not-allowed;
  opacity: 0.62;
  box-shadow: none;
}

.ap-button:disabled:hover,
.ap-button:disabled:focus {
  background: linear-gradient(180deg, #d6bd7c 0%, #b8994e 100%);
}

.ap-button-secondary {
  background: linear-gradient(180deg, #9db5aa 0%, #748f82 100%);
  border-color: rgba(116, 143, 130, 0.34);
  box-shadow: 0 12px 24px rgba(116, 143, 130, 0.18);
}

.ap-button-secondary:hover,
.ap-button-secondary:focus {
  background: linear-gradient(180deg, #8ea89c 0%, #627f72 100%);
}

.ap-privacy-note {
  color: var(--ap-muted);
  font-size: 0.82rem;
  line-height: 1.7;
}

.ap-side {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 24px;
}

.ap-side-card {
  padding: 20px;
}

.ap-side-card h2,
.ap-side-card h3 {
  margin: 0 0 10px;
  font-size: 1.08rem;
  line-height: 1.5;
}

.ap-side-card p,
.ap-side-card li {
  color: var(--ap-muted);
  font-size: 0.92rem;
}

.ap-side-card p {
  margin: 0;
}

.ap-side-card ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding-left: 1.2em;
}

.ap-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 30px 0 0;
}

.ap-flow-item {
  min-height: 100%;
  padding: 18px;
  border: 1px solid var(--ap-line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.68);
}

.ap-flow-item b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
  border-radius: 999px;
  background: var(--ap-sky);
  color: var(--ap-sage-deep);
}

.ap-flow-item h2,
.ap-flow-item h3 {
  margin: 0 0 8px;
  font-size: 1rem;
}

.ap-flow-item p {
  margin: 0;
  color: var(--ap-muted);
  font-size: 0.9rem;
}

.ap-process-list {
  display: grid;
  gap: 0;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.ap-process-list li {
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  padding: 0 0 22px;
}

.ap-process-list li::before {
  content: "";
  position: absolute;
  top: 38px;
  bottom: 0;
  left: 19px;
  width: 1px;
  background: rgba(197, 164, 92, 0.28);
}

.ap-process-list li:last-child {
  padding-bottom: 0;
}

.ap-process-list li:last-child::before {
  display: none;
}

.ap-process-list span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: var(--ap-sky);
  color: var(--ap-sage-deep);
  font-weight: 800;
}

.ap-process-list h3 {
  margin: 3px 0 6px;
  font-size: 1.02rem;
}

.ap-process-list p {
  margin: 0;
  color: var(--ap-muted);
  font-size: 0.94rem;
}

.ap-director-summary {
  background: linear-gradient(135deg, rgba(255, 253, 248, 0.92), rgba(232, 241, 241, 0.58));
}

.ap-director-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.ap-director-grid article {
  padding: 18px;
  border: 1px solid rgba(143, 167, 154, 0.3);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.7);
}

.ap-director-grid h3 {
  margin: 0 0 8px;
  font-size: 1rem;
}

.ap-director-grid p {
  margin: 0;
  color: var(--ap-muted);
  font-size: 0.92rem;
}

.ap-fee-panel {
  margin-top: 24px;
  padding: 24px;
  border: 1px solid var(--ap-line);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(232, 241, 241, 0.78), rgba(255, 253, 248, 0.96));
}

.ap-fee-panel h3 {
  margin: 0 0 16px;
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
}

.ap-fee-panel dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 14px;
}

.ap-fee-panel dl > div {
  display: grid;
  align-content: center;
  justify-items: center;
  min-height: 112px;
  padding: 16px;
  border: 1px solid rgba(143, 167, 154, 0.32);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  text-align: center;
}

.ap-fee-panel dt {
  margin: 0 0 6px;
  color: var(--ap-muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.ap-fee-panel dd {
  margin: 0;
  color: var(--ap-sage-deep);
  font-size: clamp(1.6rem, 3vw, 2.15rem);
  font-weight: 900;
  line-height: 1.1;
}

.ap-fee-panel p {
  margin: 0;
  color: var(--ap-muted);
}

.ap-fee-free {
  margin: 0 0 16px;
  color: var(--ap-sage-deep);
  font-size: clamp(1rem, 1.8vw, 1.18rem);
  font-weight: 900;
  text-align: center;
}

.ap-service-panel {
  margin-top: 18px;
  padding: 24px;
  border: 1px solid rgba(197, 164, 92, 0.28);
  border-radius: 16px;
  background: rgba(255, 253, 248, 0.82);
}

.ap-service-panel h3 {
  margin: 0 0 12px;
  font-size: clamp(1.18rem, 2.2vw, 1.48rem);
}

.ap-service-panel > p {
  margin: 0;
  color: var(--ap-muted);
}

.ap-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0;
}

.ap-service-grid article {
  padding: 16px;
  border: 1px solid rgba(143, 167, 154, 0.3);
  border-radius: 14px;
  background: rgba(232, 241, 241, 0.42);
}

.ap-service-visual {
  position: relative;
  min-height: 112px;
  margin: 0 0 14px;
  overflow: hidden;
  border: 1px solid rgba(197, 164, 92, 0.24);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255, 253, 248, 0.92), rgba(232, 241, 241, 0.64));
}

.ap-service-visual::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(197, 164, 92, 0.18);
  border-radius: 999px;
  pointer-events: none;
}

.ap-service-visual span,
.ap-service-visual b {
  position: relative;
  z-index: 1;
}

.ap-service-visual-organize {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  align-items: end;
  padding: 18px 14px;
}

.ap-service-visual-organize span {
  display: grid;
  min-height: 54px;
  place-items: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--ap-sage-deep);
  font-size: 0.76rem;
  font-weight: 800;
}

.ap-service-visual-organize i {
  position: absolute;
  right: 18px;
  bottom: 14px;
  left: 18px;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(197, 164, 92, 0.32), rgba(143, 167, 154, 0.48));
}

.ap-service-visual-report {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 8px;
  padding: 16px;
}

.ap-service-visual-report span {
  grid-row: span 3;
  border-radius: 10px;
  background:
    linear-gradient(rgba(143, 167, 154, 0.2) 0 0) 14px 18px / 46px 6px no-repeat,
    linear-gradient(rgba(197, 164, 92, 0.2) 0 0) 14px 34px / 64px 6px no-repeat,
    rgba(255, 255, 255, 0.82);
}

.ap-service-visual-report b {
  display: flex;
  align-items: center;
  min-height: 25px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--ap-ink);
  font-size: 0.72rem;
}

.ap-service-visual-culture {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 18px;
}

.ap-service-visual-culture span {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  color: var(--ap-sage-deep);
  font-size: 0.76rem;
  font-weight: 800;
}

.ap-service-visual-culture span + span::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  margin-left: -31px;
  background: rgba(197, 164, 92, 0.62);
}

.ap-service-visual-director {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 16px;
}

.ap-service-visual-director span {
  min-height: 24px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
}

.ap-service-visual-director span:nth-child(1) {
  background:
    linear-gradient(90deg, rgba(143, 167, 154, 0.58) 62%, transparent 0) 12px 10px / 70% 6px no-repeat,
    rgba(255, 255, 255, 0.82);
}

.ap-service-visual-director span:nth-child(2) {
  background:
    linear-gradient(90deg, rgba(197, 164, 92, 0.56) 48%, transparent 0) 12px 10px / 70% 6px no-repeat,
    rgba(255, 255, 255, 0.82);
}

.ap-service-visual-director span:nth-child(3) {
  grid-column: span 2;
  min-height: 34px;
  background:
    linear-gradient(90deg, rgba(143, 167, 154, 0.3), rgba(197, 164, 92, 0.34)) 12px 13px / 84% 8px no-repeat,
    rgba(255, 255, 255, 0.82);
}

.ap-service-visual-director b {
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(143, 167, 154, 0.18);
  color: var(--ap-sage-deep);
  font-size: 0.74rem;
}

.ap-service-visual-public {
  display: grid;
  gap: 8px;
  padding: 16px;
}

.ap-service-visual-public span {
  display: flex;
  align-items: center;
  min-height: 24px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  color: var(--ap-ink);
  font-size: 0.74rem;
  font-weight: 800;
}

.ap-service-visual-public span::after {
  content: "";
  width: 38%;
  height: 5px;
  margin-left: auto;
  border-radius: 999px;
  background: rgba(143, 167, 154, 0.28);
}

.ap-service-grid h4 {
  margin: 0 0 8px;
  font-size: 0.98rem;
}

.ap-service-grid p,
.ap-service-note {
  margin: 0;
  color: var(--ap-muted);
  font-size: 0.92rem;
}

.ap-output-samples {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(197, 164, 92, 0.24);
}

.ap-output-lead {
  max-width: 620px;
  margin: 8px 0 0;
  color: var(--ap-muted);
  font-size: 0.92rem;
}

.ap-output-sample-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.ap-output-card {
  display: grid;
  gap: 12px;
  min-height: 286px;
  padding: 16px;
  border: 1px solid rgba(143, 167, 154, 0.3);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  color: inherit;
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.ap-output-card:hover,
.ap-output-card:focus {
  border-color: rgba(197, 164, 92, 0.62);
  box-shadow: 0 18px 42px rgba(71, 58, 39, 0.1);
  transform: translateY(-1px);
}

.ap-output-card strong {
  font-size: 1.02rem;
  line-height: 1.45;
}

.ap-output-card small {
  color: var(--ap-muted);
  font-size: 0.86rem;
  line-height: 1.65;
}

.ap-output-thumb {
  display: grid;
  gap: 9px;
  min-height: 152px;
  padding: 16px;
  overflow: hidden;
  border: 1px solid rgba(197, 164, 92, 0.24);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255, 253, 248, 0.95), rgba(232, 241, 241, 0.6));
}

.ap-output-thumb-dashboard {
  background: linear-gradient(135deg, rgba(247, 250, 248, 0.98), rgba(232, 241, 241, 0.78));
}

.ap-output-thumb-report,
.ap-output-thumb-director,
.ap-output-thumb-culture {
  background: linear-gradient(135deg, rgba(255, 253, 248, 0.98), rgba(236, 243, 240, 0.78));
}

.ap-output-thumb-director {
  background: linear-gradient(135deg, rgba(255, 250, 241, 0.98), rgba(232, 241, 241, 0.72));
}

.ap-output-thumb-public {
  background: linear-gradient(135deg, rgba(255, 253, 248, 0.98), rgba(247, 230, 223, 0.45));
}

.ap-output-window-title {
  color: var(--ap-gold-deep);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.ap-output-kpi-row,
.ap-output-mini-row,
.ap-output-board,
.ap-output-chip-row {
  display: grid;
  gap: 6px;
}

.ap-output-kpi-row {
  grid-template-columns: auto 1fr auto 1fr;
  align-items: baseline;
  padding: 9px 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.74);
}

.ap-output-kpi-row b,
.ap-output-board b {
  color: var(--ap-sage-deep);
  font-size: 1.25rem;
  line-height: 1;
}

.ap-output-kpi-row em,
.ap-output-board em {
  color: var(--ap-muted);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 800;
}

.ap-output-chip-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ap-output-chip-row i {
  min-width: 0;
  padding: 5px 7px;
  border: 1px solid rgba(143, 167, 154, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--ap-sage-deep);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 900;
  text-align: center;
}

.ap-output-quote {
  padding: 9px 10px;
  border-left: 3px solid rgba(197, 164, 92, 0.66);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  color: #4d4943;
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1.55;
}

.ap-output-quote.is-highlight {
  color: var(--ap-sage-deep);
}

.ap-output-mini-row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ap-output-mini-row b {
  padding: 8px;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--ap-sage-deep);
  font-size: 0.72rem;
  text-align: center;
}

.ap-output-board {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  padding: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.78);
  text-align: center;
}

.ap-output-line {
  width: 78%;
  height: 8px;
  border-radius: 999px;
  background: rgba(143, 167, 154, 0.22);
}

.ap-output-line.is-wide {
  width: 100%;
}

.ap-output-line.is-short {
  width: 56%;
}

.ap-output-public-card {
  padding: 10px 12px;
  border: 1px solid rgba(143, 167, 154, 0.2);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.76);
  color: #4d4943;
  font-size: 0.76rem;
  font-weight: 900;
}

.ap-sample-document {
  display: grid;
  gap: 22px;
}

.ap-sample-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.ap-sample-sheet {
  padding: clamp(22px, 4vw, 44px);
  border: 1px solid rgba(197, 164, 92, 0.32);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(246, 251, 249, 0.86)),
    rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 52px rgba(71, 58, 39, 0.08);
}

.ap-sample-title-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(197, 164, 92, 0.28);
}

.ap-sample-title-row h1,
.ap-sample-title-row h2 {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.3rem);
}

.ap-sample-meta {
  color: var(--ap-muted);
  font-size: 0.92rem;
  text-align: right;
}

.ap-sample-kpi {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0;
}

.ap-sample-kpi div {
  min-height: 112px;
  display: grid;
  align-content: center;
  padding: 18px;
  border: 1px solid rgba(143, 167, 154, 0.24);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(232, 241, 241, 0.42));
  box-shadow: 0 10px 28px rgba(79, 66, 47, 0.05);
}

.ap-sample-kpi strong {
  display: block;
  color: var(--ap-sage-deep);
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  line-height: 1.1;
}

.ap-sample-kpi span {
  color: var(--ap-muted);
  font-size: 0.88rem;
}

.ap-sample-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.ap-sample-box {
  padding: 18px;
  border: 1px solid rgba(143, 167, 154, 0.24);
  border-radius: 14px;
  background: rgba(255, 253, 248, 0.72);
}

.ap-sample-box h3 {
  margin: 0 0 12px;
}

.ap-sample-box p,
.ap-sample-box li {
  color: var(--ap-muted);
}

.ap-sample-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 1.2em;
}

.ap-sample-dashboard {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 18px;
}

.ap-dashboard-sidebar,
.ap-dashboard-main,
.ap-dashboard-panel {
  border: 1px solid rgba(143, 167, 154, 0.24);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.84);
}

.ap-dashboard-sidebar {
  display: grid;
  gap: 10px;
  align-content: start;
  padding: 18px;
}

.ap-dashboard-sidebar > strong {
  color: var(--ap-ink);
  font-size: 0.92rem;
}

.ap-dashboard-sidebar a,
.ap-dashboard-sidebar button {
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: rgba(232, 241, 241, 0.7);
  color: var(--ap-sage-deep);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  text-decoration: none;
  text-align: left;
}

.ap-dashboard-sidebar a.is-active,
.ap-dashboard-sidebar button[aria-pressed="true"] {
  background: var(--ap-sage-deep);
  color: var(--ap-white);
  box-shadow: 0 8px 18px rgba(98, 127, 114, 0.18);
}

.ap-dashboard-sidebar a:hover,
.ap-dashboard-sidebar a:focus,
.ap-dashboard-sidebar button:hover,
.ap-dashboard-sidebar button:focus {
  border-color: rgba(143, 167, 154, 0.34);
  outline: none;
}

.ap-dashboard-side-note {
  display: grid;
  gap: 4px;
  margin-top: 10px;
  padding: 14px;
  border: 1px solid rgba(197, 164, 92, 0.28);
  border-radius: 14px;
  background: rgba(255, 250, 241, 0.82);
}

.ap-dashboard-side-note b {
  color: var(--ap-gold-deep);
  font-size: 0.82rem;
}

.ap-dashboard-side-note span {
  color: var(--ap-muted);
  font-size: 0.84rem;
  line-height: 1.65;
}

.ap-dashboard-main {
  display: grid;
  gap: 14px;
  padding: 18px;
}

.ap-dashboard-topbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  border: 1px solid rgba(197, 164, 92, 0.24);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.98), rgba(232, 241, 241, 0.46));
}

.ap-dashboard-topbar div {
  display: grid;
  gap: 2px;
}

.ap-dashboard-topbar b {
  color: var(--ap-ink);
  font-size: 1rem;
}

.ap-dashboard-topbar span {
  color: var(--ap-muted);
  font-size: 0.84rem;
}

.ap-dashboard-topbar em {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(197, 164, 92, 0.14);
  color: var(--ap-gold-deep);
  font-style: normal;
  font-size: 0.84rem;
  font-weight: 900;
}

.ap-dashboard-row {
  display: grid;
  grid-template-columns: 120px 1fr 120px;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(143, 167, 154, 0.16);
  border-radius: 14px;
  background: rgba(255, 253, 248, 0.82);
}

.ap-dashboard-row b {
  color: var(--ap-sage-deep);
}

.ap-dashboard-row p {
  margin: 0;
  color: var(--ap-muted);
}

.ap-dashboard-row span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(143, 167, 154, 0.13);
  color: var(--ap-sage-deep);
  font-size: 0.78rem;
  font-weight: 900;
  text-align: center;
}

.ap-chart-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 14px;
}

.ap-chart-card {
  padding: 16px;
  border: 1px solid rgba(143, 167, 154, 0.24);
  border-radius: 14px;
  background: rgba(255, 253, 248, 0.82);
  box-shadow: 0 10px 26px rgba(79, 66, 47, 0.045);
}

.ap-chart-card h2 {
  margin: 0 0 12px;
  font-size: 1rem;
}

.ap-chart-card p {
  margin: 12px 0 0;
  color: var(--ap-muted);
  font-size: 0.88rem;
}

.ap-line-chart {
  display: flex;
  align-items: end;
  gap: 10px;
  min-height: 148px;
  padding: 16px;
  border-radius: 12px;
  background:
    linear-gradient(rgba(143, 167, 154, 0.12) 1px, transparent 1px) 0 0 / 100% 25%,
    rgba(255, 255, 255, 0.72);
}

.ap-line-chart span {
  flex: 1;
  min-width: 16px;
  border-radius: 999px 999px 4px 4px;
  background: linear-gradient(180deg, rgba(197, 164, 92, 0.8), rgba(143, 167, 154, 0.64));
}

.ap-monthly-trend {
  display: grid;
  gap: 12px;
  padding: 16px;
  border-radius: 12px;
  background:
    linear-gradient(rgba(143, 167, 154, 0.1) 1px, transparent 1px) 0 0 / 100% 25%,
    rgba(255, 255, 255, 0.72);
}

.ap-monthly-trend div {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 112px;
  gap: 10px;
  align-items: center;
}

.ap-monthly-trend b {
  color: var(--ap-sage-deep);
}

.ap-monthly-trend span {
  height: 13px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(143, 167, 154, 0.14);
}

.ap-monthly-trend i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(143, 167, 154, 0.76), rgba(197, 164, 92, 0.78));
}

.ap-monthly-trend em {
  color: var(--ap-muted);
  font-style: normal;
  font-size: 0.84rem;
  text-align: right;
}

.ap-bar-list {
  display: grid;
  gap: 10px;
}

.ap-bar-list div {
  display: grid;
  grid-template-columns: 110px 1fr 92px;
  gap: 10px;
  align-items: center;
}

.ap-bar-list b,
.ap-ranking-table b {
  color: var(--ap-sage-deep);
}

.ap-bar-list span {
  height: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(143, 167, 154, 0.14);
}

.ap-bar-list i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(143, 167, 154, 0.72), rgba(197, 164, 92, 0.74));
}

.ap-bar-list em,
.ap-ranking-table em {
  color: var(--ap-muted);
  font-style: normal;
  font-size: 0.84rem;
  text-align: right;
}

.ap-ranking-table {
  display: grid;
  gap: 8px;
}

.ap-ranking-table div {
  display: grid;
  grid-template-columns: 32px 1fr 132px;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
}

.ap-voice-public-list {
  display: grid;
  gap: 16px;
}

.ap-voice-public-list article {
  padding: 20px;
  border: 1px solid rgba(143, 167, 154, 0.24);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
}

.ap-voice-public-list h3 {
  margin: 0 0 10px;
}

.ap-voice-public-list p {
  color: var(--ap-muted);
}

.ap-image-link {
  margin: 14px 0 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--ap-sage-deep);
  font: inherit;
  font-size: 0.9rem;
  font-weight: 800;
  cursor: pointer;
}

.ap-image-link:hover,
.ap-image-link:focus {
  color: var(--ap-gold-deep);
}

.ap-service-dialog {
  width: min(92vw, 760px);
  padding: 28px;
  border: 1px solid rgba(197, 164, 92, 0.34);
  border-radius: 18px;
  background: var(--ap-paper);
  color: var(--ap-ink);
  box-shadow: 0 24px 70px rgba(71, 58, 39, 0.22);
}

.ap-service-dialog::backdrop {
  background: rgba(57, 52, 43, 0.36);
  backdrop-filter: blur(3px);
}

.ap-service-dialog .ap-eyebrow {
  margin-top: 0;
}

.ap-service-dialog h3 {
  margin: 0 0 10px;
  font-size: clamp(1.4rem, 3vw, 2rem);
}

.ap-service-dialog p {
  color: var(--ap-muted);
}

.ap-dialog-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(143, 167, 154, 0.32);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--ap-ink);
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}

.ap-service-dialog-visual {
  min-height: 240px;
  margin: 20px 0;
  padding: 20px;
  border: 1px solid rgba(143, 167, 154, 0.24);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 253, 248, 0.95), rgba(232, 241, 241, 0.62));
}

.ap-service-dialog-visual .ap-mock-board {
  display: grid;
  grid-template-columns: 0.78fr 1fr;
  gap: 14px;
  min-height: 200px;
}

.ap-mock-sidebar,
.ap-mock-main,
.ap-mock-card {
  border: 1px solid rgba(143, 167, 154, 0.24);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.78);
}

.ap-mock-sidebar {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 14px;
}

.ap-mock-pill,
.ap-mock-line {
  display: block;
  height: 12px;
  border-radius: 999px;
  background: rgba(143, 167, 154, 0.24);
}

.ap-mock-pill:nth-child(2n) {
  background: rgba(197, 164, 92, 0.24);
}

.ap-mock-main {
  display: grid;
  gap: 10px;
  padding: 14px;
}

.ap-mock-card {
  padding: 12px;
}

.ap-mock-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ap-ink);
}

.ap-mock-line + .ap-mock-line {
  margin-top: 8px;
}

.ap-mock-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 14px;
  min-height: 200px;
}

.ap-mock-flow span {
  display: grid;
  min-height: 96px;
  place-items: center;
  border: 1px solid rgba(143, 167, 154, 0.24);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--ap-sage-deep);
  font-weight: 900;
}

.ap-mock-dashboard {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.ap-mock-dashboard .ap-mock-card {
  min-height: 86px;
}

.ap-mock-dashboard .ap-mock-card:last-child {
  grid-column: 1 / -1;
}

.ap-service-dialog-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 1.2em;
  color: var(--ap-muted);
}

.ap-mini-steps {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
  padding-left: 1.25em;
  color: var(--ap-muted);
}

.ap-mini-steps li {
  padding-left: 2px;
}

.ap-mini-steps-center {
  width: min(100%, 560px);
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.ap-thanks {
  width: min(100%, 760px);
  margin: 0 auto;
}

.ap-thanks .ap-logo {
  display: block;
  width: min(100%, 300px);
  margin-right: auto;
  margin-left: auto;
}

.ap-thanks .ap-title {
  font-size: clamp(2rem, 3.4vw, 2.65rem);
  line-height: 1.25;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.ap-thanks .ap-lead {
  text-wrap: balance;
}

.ap-center {
  text-align: center;
}

.ap-soft-panel {
  margin: 24px 0 0;
  padding: 18px;
  border: 1px solid rgba(143, 167, 154, 0.35);
  border-radius: 16px;
  background: rgba(232, 241, 241, 0.5);
}

.ap-follow-panel {
  margin: 26px 0 0;
  padding: 20px;
  border: 1px solid rgba(197, 164, 92, 0.34);
  border-radius: 18px;
  background: rgba(255, 253, 248, 0.9);
  text-align: left;
}

.ap-donation-panel {
  margin: 26px 0 0;
  padding: 20px;
  border: 1px solid rgba(197, 164, 92, 0.42);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 253, 248, 0.96), rgba(251, 246, 238, 0.88));
  text-align: left;
}

.ap-donation-panel[hidden] {
  display: none;
}

.ap-donation-panel h2 {
  margin: 4px 0 8px;
  font-size: 1.18rem;
}

.ap-donation-panel p {
  margin: 0;
  color: var(--ap-muted);
  font-size: 0.94rem;
}

.ap-donation-form {
  display: grid;
  gap: 14px;
  margin: 18px 0 0;
}

.ap-donation-amounts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
}

.ap-donation-amounts .ap-label {
  grid-column: 1 / -1;
}

.ap-donation-amounts > label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 56px;
  padding: 10px;
  border: 1px solid #e1d6c3;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  color: #4b453e;
  font-weight: 800;
}

.ap-donation-amounts > label.ap-donation-recommended {
  border-color: rgba(197, 164, 92, 0.72);
  background: linear-gradient(135deg, rgba(255, 253, 248, 0.98), rgba(247, 239, 221, 0.92));
}

.ap-donation-amounts > label.ap-donation-custom-choice {
  grid-column: 1 / -1;
  justify-content: flex-start;
  min-height: 48px;
}

.ap-donation-amounts > label > span {
  display: grid;
  gap: 2px;
  line-height: 1.25;
}

.ap-donation-amounts > label small {
  color: var(--ap-sage-deep);
  font-size: 0.72rem;
  font-weight: 800;
}

.ap-donation-amounts > label > input {
  width: 17px;
  height: 17px;
  accent-color: var(--ap-sage-deep);
}

.ap-donation-custom-field {
  grid-column: 1 / -1;
  display: grid;
  gap: 8px;
  padding: 14px;
  border: 1px solid rgba(197, 164, 92, 0.28);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.62);
}

.ap-donation-custom-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
}

.ap-donation-custom-row span {
  color: var(--ap-muted);
  font-weight: 800;
}

.ap-donation-note {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(143, 167, 154, 0.28);
  border-radius: 14px;
  background: rgba(232, 241, 241, 0.38);
}

.ap-card-brands {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.ap-card-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 34px;
  padding: 0;
  border: 1px solid rgba(75, 69, 62, 0.18);
  border-radius: 6px;
  background: #fff;
  color: #3c3833;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  box-shadow: 0 5px 14px rgba(79, 66, 47, 0.08);
}

.ap-card-brand-visa {
  color: #1634a4;
  font-size: 0.96rem;
  font-style: italic;
  letter-spacing: -0.02em;
}

.ap-card-brand-mastercard {
  position: relative;
  overflow: hidden;
  color: #2b2520;
  font-size: 0.48rem;
  padding-top: 19px;
}

.ap-card-brand-mastercard::before,
.ap-card-brand-mastercard::after {
  content: "";
  position: absolute;
  top: 5px;
  width: 20px;
  height: 20px;
  border-radius: 999px;
}

.ap-card-brand-mastercard::before {
  left: 14px;
  background: #eb001b;
}

.ap-card-brand-mastercard::after {
  right: 14px;
  background: rgba(247, 158, 27, 0.9);
}

.ap-card-brand-jcb {
  overflow: hidden;
  gap: 0;
  color: #fff;
  font-size: 0.78rem;
}

.ap-card-brand-jcb span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 33.333%;
  height: 100%;
}

.ap-card-brand-jcb span:nth-child(1) {
  background: #0f4c9a;
}

.ap-card-brand-jcb span:nth-child(2) {
  background: #d71920;
}

.ap-card-brand-jcb span:nth-child(3) {
  background: #00843d;
}

.ap-card-brand-amex {
  background: #2e77bc;
  color: #fff;
  font-size: 0.8rem;
  letter-spacing: -0.01em;
}

.ap-follow-panel h2 {
  margin: 4px 0 8px;
  font-size: 1.18rem;
}

.ap-follow-panel p {
  margin: 0;
  color: var(--ap-muted);
  font-size: 0.94rem;
}

.ap-follow-form {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
}

.ap-follow-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.ap-follow-row .ap-button {
  min-width: 128px;
}

.ap-follow-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--ap-muted);
  font-size: 0.86rem;
  line-height: 1.7;
}

.ap-follow-consent input {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  margin-top: 5px;
  accent-color: var(--ap-sage-deep);
}

.ap-reference-list {
  display: grid;
  gap: 16px;
  margin: 24px 0 0;
}

.ap-voice-stream {
  display: grid;
  gap: 14px;
}

.ap-voice-arrival-card {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  margin-bottom: 28px;
  overflow: hidden;
}

.ap-voice-arrival-visual {
  position: relative;
  min-height: 188px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 253, 248, 0.96), rgba(232, 241, 241, 0.74));
}

.ap-arrival-envelope {
  position: absolute;
  top: 28px;
  left: 22px;
  z-index: 2;
  display: grid;
  width: 104px;
  height: 62px;
  place-items: center;
  border: 2px solid rgba(197, 164, 92, 0.72);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.98);
  color: var(--ap-sage-deep);
  font-size: 0.8rem;
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(143, 167, 154, 0.16);
  animation: apVoiceArrive 3.4s ease-in-out infinite;
}

.ap-arrival-envelope::before,
.ap-arrival-envelope::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(32deg, transparent 48%, rgba(197, 164, 92, 0.58) 50%, transparent 52%),
    linear-gradient(148deg, transparent 48%, rgba(197, 164, 92, 0.58) 50%, transparent 52%);
  pointer-events: none;
}

.ap-arrival-post {
  position: absolute;
  right: 32px;
  bottom: 28px;
  width: 92px;
  height: 104px;
  border: 2px solid rgba(143, 167, 154, 0.62);
  border-radius: 18px 18px 10px 10px;
  background:
    linear-gradient(rgba(143, 167, 154, 0.32), rgba(143, 167, 154, 0.32)) 18px 30px / 56px 8px no-repeat,
    rgba(255, 255, 255, 0.82);
}

.ap-arrival-post::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  height: 10px;
  border-radius: 999px;
  background: rgba(197, 164, 92, 0.38);
}

.ap-arrival-ring {
  position: absolute;
  right: 48px;
  bottom: 72px;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(197, 164, 92, 0.34);
  border-radius: 999px;
  opacity: 0;
  animation: apVoiceRing 3.4s ease-out infinite;
}

.ap-arrival-ring-two {
  animation-delay: 0.22s;
}

.ap-voice-card {
  transform-origin: top center;
  padding: 18px;
  border: 1px solid rgba(197, 164, 92, 0.3);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.96), rgba(232, 241, 241, 0.46));
  animation: apVoiceCardIn 620ms ease both;
}

.ap-voice-card:nth-child(2) {
  animation-delay: 120ms;
}

.ap-voice-card:nth-child(3) {
  animation-delay: 240ms;
}

.ap-voice-card-new {
  position: relative;
  border-color: rgba(143, 167, 154, 0.46);
  box-shadow: 0 14px 30px rgba(143, 167, 154, 0.13);
}

.ap-voice-card-new::before {
  content: "新着";
  position: absolute;
  top: 14px;
  right: 16px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(232, 241, 241, 0.9);
  color: var(--ap-sage-deep);
  font-size: 0.72rem;
  font-weight: 900;
}

.ap-voice-card p {
  margin: 10px 0 8px;
  color: #4b453e;
  font-size: 1rem;
  line-height: 1.85;
}

.ap-voice-card small {
  color: var(--ap-muted);
  font-size: 0.82rem;
}

.ap-voice-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: var(--ap-sage-deep);
  font-size: 0.82rem;
  font-weight: 800;
}

.ap-voice-meta time {
  color: var(--ap-muted);
  font-weight: 700;
}

.ap-hospital-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.ap-hospital-card {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 18px;
  border: 1px solid var(--ap-line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.68);
}

.ap-hospital-card h3 {
  margin: 0;
  font-size: 1.08rem;
}

.ap-hospital-card p {
  margin: 0;
  color: var(--ap-muted);
  font-size: 0.9rem;
}

.ap-hospital-card a {
  font-weight: 800;
}

.ap-hospital-status {
  justify-self: start;
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(232, 241, 241, 0.82);
  color: var(--ap-sage-deep);
  font-size: 0.75rem;
  font-weight: 800;
}

.ap-hospital-status-muted {
  background: rgba(251, 246, 238, 0.9);
  color: var(--ap-muted);
}

.ap-voices-search {
  margin: 22px 0 24px;
  padding: 18px;
  border: 1px solid rgba(197, 164, 92, 0.24);
  border-radius: 16px;
  background: rgba(255, 253, 248, 0.72);
}

.ap-voices-hospital-grid {
  margin-top: 20px;
}

.ap-hospital-search-card {
  margin-top: 28px;
}

.ap-search-box {
  display: grid;
  gap: 12px;
}

.ap-search-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.ap-search-input {
  min-height: 52px;
}

.ap-hospital-results {
  display: grid;
  gap: 12px;
  margin-top: 8px;
}

.ap-hospital-result {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 16px;
  border: 1px solid rgba(197, 164, 92, 0.28);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.74);
}

.ap-hospital-result h3 {
  margin: 0;
  color: var(--ap-ink);
  font-size: 1rem;
  line-height: 1.55;
}

.ap-hospital-result p {
  margin: 4px 0 0;
  color: var(--ap-muted);
  font-size: 0.88rem;
  line-height: 1.65;
}

.ap-hospital-result-action {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 6px 12px;
  border: 1px solid rgba(143, 167, 154, 0.42);
  border-radius: 999px;
  background: rgba(232, 241, 241, 0.72);
  color: var(--ap-sage-deep);
  font-size: 0.8rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.ap-hospital-result-action[aria-disabled="true"] {
  background: rgba(251, 246, 238, 0.78);
  color: var(--ap-muted);
}

.ap-voices-note {
  margin-top: 28px;
  padding: 20px;
}

.ap-voices-note h2 {
  margin: 0 0 8px;
  font-size: 1.08rem;
}

.ap-voices-note p {
  margin: 0;
  color: var(--ap-muted);
  font-size: 0.94rem;
}

.ap-reference-card {
  padding: 20px;
}

.ap-reference-card h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
}

.ap-reference-card p {
  margin: 0;
  color: var(--ap-muted);
  font-size: 0.94rem;
}

@keyframes apVoiceArrive {
  0% {
    opacity: 0;
    transform: translate(-18px, 12px) rotate(-5deg);
  }
  22% {
    opacity: 1;
  }
  58% {
    opacity: 1;
    transform: translate(64px, 42px) rotate(2deg);
  }
  74% {
    opacity: 0;
    transform: translate(88px, 68px) rotate(0);
  }
  100% {
    opacity: 0;
    transform: translate(88px, 68px) rotate(0);
  }
}

@keyframes apVoiceRing {
  54% {
    opacity: 0;
    transform: scale(0.58);
  }
  70% {
    opacity: 0.82;
  }
  100% {
    opacity: 0;
    transform: scale(1.58);
  }
}

@keyframes apVoiceCardIn {
  from {
    opacity: 0;
    transform: translateY(-14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ap-kpi {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0 0;
}

.ap-kpi div {
  padding: 17px 14px;
  border: 1px solid rgba(197, 164, 92, 0.34);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.68);
  text-align: center;
}

.ap-kpi strong {
  display: block;
  color: var(--ap-gold-deep);
  font-size: 1.58rem;
  line-height: 1.2;
}

.ap-kpi span {
  display: block;
  margin-top: 7px;
  color: var(--ap-muted);
  font-size: 0.85rem;
  line-height: 1.55;
}

.ap-policy-page {
  display: grid;
  gap: 34px;
}

.ap-policy-page a {
  color: var(--ap-policy-sage-text);
}

.ap-policy-page .ap-eyebrow {
  color: var(--ap-policy-gold-text);
}

.ap-policy-document .ap-home-link span {
  color: var(--ap-policy-gold-text);
}

.ap-policy-document .ap-breadcrumb [aria-current="page"],
.ap-policy-document .ap-footer a,
.ap-policy-document .ap-policy-toc a:hover,
.ap-policy-document .ap-policy-toc a:focus,
.ap-policy-document .ap-breadcrumb a:hover,
.ap-policy-document .ap-breadcrumb a:focus {
  color: var(--ap-policy-sage-text);
}

.ap-policy-document :focus-visible {
  outline-color: var(--ap-policy-sage-text);
}

.ap-policy-hero {
  width: 100%;
  padding: clamp(26px, 5vw, 48px);
  border: 1px solid var(--ap-line);
  border-radius: 24px;
  background:
    radial-gradient(circle at 88% 12%, rgba(232, 241, 241, 0.9), transparent 16rem),
    rgba(255, 255, 255, 0.86);
  box-shadow: var(--ap-shadow);
}

.ap-policy-hero h1 {
  margin: 0;
  color: var(--ap-ink);
  font-size: clamp(2rem, 4.2vw, 3.3rem);
  line-height: 1.35;
  letter-spacing: 0.01em;
}

.ap-policy-title-break {
  display: block;
}

.ap-policy-lead {
  max-width: 680px;
  margin: 20px 0 0;
  color: #4d4741;
  font-size: 1.05rem;
}

.ap-policy-scope {
  display: grid;
  gap: 8px;
  margin-top: 26px;
  padding: 18px 20px;
  border-left: 4px solid var(--ap-sage);
  border-radius: 0 14px 14px 0;
  background: rgba(232, 241, 241, 0.72);
}

.ap-policy-scope strong {
  color: var(--ap-policy-sage-text);
  font-size: 1rem;
}

.ap-policy-scope p {
  margin: 0;
  color: var(--ap-muted);
  font-size: 0.92rem;
}

.ap-policy-promise ul {
  display: grid;
  gap: 8px;
  margin: 2px 0 4px;
  padding-left: 1.4em;
}

.ap-policy-promise li {
  color: #4d4741;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.75;
}

.ap-policy-layout {
  display: grid;
  grid-template-columns: minmax(190px, 230px) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.ap-policy-toc {
  position: sticky;
  top: 22px;
  padding: 20px;
  border: 1px solid var(--ap-line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
}

.ap-policy-toc > p {
  margin: 0 0 10px;
  color: var(--ap-policy-gold-text);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.ap-policy-toc ol {
  display: grid;
  gap: 5px;
  margin: 0;
  padding-left: 1.5em;
  color: var(--ap-muted);
  font-size: 0.82rem;
}

.ap-policy-toc a {
  color: var(--ap-muted);
  text-decoration: none;
}

.ap-policy-toc a:hover,
.ap-policy-toc a:focus {
  color: var(--ap-sage-deep);
  text-decoration: underline;
}

.ap-policy-content {
  display: grid;
  gap: 18px;
}

.ap-policy-section {
  scroll-margin-top: 24px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--ap-line);
  border-radius: var(--ap-radius);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 12px 34px rgba(79, 66, 47, 0.05);
}

.ap-policy-section h2 {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 0 0 20px;
  color: var(--ap-ink);
  font-size: clamp(1.25rem, 2.4vw, 1.65rem);
  line-height: 1.45;
}

.ap-policy-section h2 > span {
  display: inline-grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 999px;
  background: var(--ap-sky);
  color: var(--ap-policy-sage-text);
  font-size: 0.88rem;
}

.ap-policy-section h3 {
  margin: 24px 0 8px;
  color: #4b453e;
  font-size: 1.02rem;
}

.ap-policy-section h2 + h3 {
  margin-top: 0;
}

.ap-policy-section p,
.ap-policy-section li {
  color: #565049;
  font-size: 0.94rem;
  line-height: 1.95;
}

.ap-policy-section p {
  margin: 0 0 14px;
}

.ap-policy-section p:last-child {
  margin-bottom: 0;
}

.ap-policy-section ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 1.4em;
}

.ap-policy-data-list,
.ap-policy-service-list {
  display: grid;
  gap: 12px;
}

.ap-policy-data-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ap-policy-data-list > article:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.ap-policy-data-list article,
.ap-policy-service-list article {
  padding: 18px;
  border: 1px solid rgba(143, 167, 154, 0.28);
  border-radius: 14px;
  background: rgba(232, 241, 241, 0.3);
}

.ap-policy-data-list h3,
.ap-policy-service-list h3 {
  margin: 0 0 8px;
}

.ap-policy-data-list p,
.ap-policy-service-list p {
  margin: 0;
  color: var(--ap-muted);
  font-size: 0.9rem;
}

.ap-policy-service-list a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin-top: 8px;
  font-size: 0.88rem;
}

.ap-policy-callout {
  margin: 18px 0;
  padding: 18px 20px;
  border: 1px solid rgba(197, 164, 92, 0.38);
  border-radius: 14px;
  background: var(--ap-paper-soft);
}

.ap-policy-callout h3 {
  margin: 0 0 6px;
  color: var(--ap-policy-gold-text);
}

.ap-policy-callout p {
  margin: 0;
}

.ap-policy-reassurance {
  margin-top: 20px !important;
  padding: 16px 18px;
  border-left: 4px solid var(--ap-sage);
  border-radius: 0 12px 12px 0;
  background: rgba(232, 241, 241, 0.72);
  color: #425b52 !important;
}

.ap-policy-details {
  overflow: clip;
  border: 1px solid rgba(143, 167, 154, 0.34);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
}

.ap-policy-details + .ap-policy-details {
  margin-top: 12px;
}

.ap-policy-details summary {
  min-height: 52px;
  padding: 14px 16px;
  color: var(--ap-policy-sage-text);
  cursor: pointer;
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1.6;
}

.ap-policy-details[open] summary {
  border-bottom: 1px solid rgba(143, 167, 154, 0.28);
  background: rgba(232, 241, 241, 0.42);
}

.ap-policy-details > .ap-policy-service-list,
.ap-policy-details > p {
  margin: 16px;
}

.ap-policy-details > p + p {
  margin-top: -4px;
}

.ap-policy-details + .ap-policy-contact {
  margin-top: 18px;
}

.ap-policy-contact {
  padding: 20px;
  border-radius: 14px;
  background: var(--ap-paper-soft);
  color: #565049;
  font-size: 0.94rem;
  font-style: normal;
  line-height: 1.95;
}

.ap-policy-updated {
  color: var(--ap-muted) !important;
  font-size: 0.88rem !important;
  text-align: right;
}

.ap-footer {
  margin: 46px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid rgba(197, 164, 92, 0.24);
  color: var(--ap-muted);
  font-size: 0.82rem;
}

.ap-footer a {
  font-weight: 700;
}

.ap-footer-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px 18px;
}

.ap-form-status {
  min-height: 1.6em;
  color: var(--ap-sage-deep);
  font-size: 0.9rem;
  font-weight: 700;
}

.ap-form-status[data-tone="error"] {
  color: #8d593f;
}

.ap-hidden-frame {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
  }
}

@media (max-width: 860px) {
  .ap-shell {
    padding: 22px 16px 56px;
  }

  .ap-simple-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .ap-header-links {
    justify-content: flex-start;
  }

  .ap-hero,
  .ap-main-grid,
  .ap-hero-compact {
    grid-template-columns: minmax(0, 1fr);
  }

  .ap-hero {
    gap: 24px;
    padding-top: 16px;
  }

  .ap-logo {
    width: min(100%, 300px);
  }

  .ap-side {
    position: static;
  }

  .ap-flow,
  .ap-kpi,
  .ap-voice-arrival-card,
  .ap-hospital-grid {
    grid-template-columns: 1fr;
  }

  .ap-voice-arrival-visual {
    min-height: 164px;
  }

  .ap-search-row,
  .ap-hospital-result {
    grid-template-columns: 1fr;
  }

  .ap-hospital-result-action {
    justify-self: start;
  }

  .ap-section-header {
    display: grid;
  }

  .ap-form-grid {
    grid-template-columns: 1fr;
  }

  .ap-button {
    min-width: 0;
    width: 100%;
  }

  .ap-recipient-name-row {
    grid-template-columns: 1fr;
  }

  .ap-remove-button {
    justify-self: end;
  }

  .ap-follow-row {
    grid-template-columns: 1fr;
  }

  .ap-donation-amounts {
    grid-template-columns: 1fr;
  }

  .ap-fee-panel dl {
    grid-template-columns: 1fr;
  }

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

  .ap-output-sample-grid,
  .ap-sample-kpi,
  .ap-sample-two-col,
  .ap-sample-dashboard,
  .ap-chart-grid {
    grid-template-columns: 1fr;
  }

  .ap-sample-meta {
    text-align: left;
  }

  .ap-dashboard-row {
    grid-template-columns: 1fr;
  }

  .ap-bar-list div,
  .ap-monthly-trend div,
  .ap-ranking-table div {
    grid-template-columns: 1fr;
  }

  .ap-bar-list em,
  .ap-monthly-trend em,
  .ap-ranking-table em {
    text-align: left;
  }

  .ap-director-grid {
    grid-template-columns: 1fr;
  }

  .ap-policy-layout,
  .ap-policy-data-list {
    grid-template-columns: 1fr;
  }

  .ap-policy-toc {
    position: static;
  }
}

@media (max-width: 480px) {
  .ap-title {
    font-size: 2.05rem;
  }

  .ap-thanks .ap-title {
    font-size: clamp(1.65rem, 7.2vw, 2.2rem);
  }

  .ap-recipient-title {
    font-size: 1.2rem;
    line-height: 1.55;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .ap-card,
  .ap-side-card,
  .ap-reference-card {
    border-radius: 16px;
  }

  .ap-card {
    padding: 20px 16px;
  }

  .ap-policy-hero {
    padding: 24px 18px;
    border-radius: 18px;
  }

  .ap-policy-hero h1 {
    font-size: 1.75rem;
    line-height: 1.45;
  }

  .ap-policy-section {
    padding: 22px 18px;
  }

  .ap-policy-section h2 {
    align-items: flex-start;
  }
}
