/* ============================================================
 * WP保守サービス — main stylesheet
 * FLOCSS + BEM / mobile-first / breakpoint: 768px
 * ============================================================ */

/* ============ Foundation ============ */
:root {
  --blue: #2563EB;
  --blue-700: #1D4ED8;
  --blue-900: #1E3A8A;
  --blue-050: #EFF4FF;
  --yellow: #FBBF24;
  --yellow-600: #D97706;
  --ink: #1F2937;
  --ink-700: #374151;
  --ink-500: #6B7280;
  --line: #E5E7EB;
  --line-2: #F3F4F6;
  --bg: #FFFFFF;
  --bg-soft: #F8FAFC;
  --danger: #B91C1C;
  --danger-050: #FEF2F2;
  --container: 1160px;
  --container-narrow: 880px;
  --radius: 0.75rem;
  --header-h: 4rem;
  --tr: 0.5s;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 100%; }
@media (max-width: 374.98px) { html { font-size: 93.75%; } }

body {
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { color: inherit; text-decoration: none; transition: opacity var(--tr); }
a:hover { opacity: 0.7; }

img, svg { max-width: 100%; display: block; vertical-align: middle; }
button { font-family: inherit; cursor: pointer; }
ul, ol, dl { list-style: none; margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6, p, dd { margin: 0; }
input, select, textarea, button { font-family: inherit; font-size: 1rem; color: inherit; }

/* ============ Layout ============ */
.l-container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: 1.25rem;
}
.l-container--narrow { max-width: var(--container-narrow); }
@media (min-width: 768px) {
  .l-container { padding-inline: 2rem; }
}

.l-main { display: block; }

/* Header */
.l-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(0.75rem);
  border-bottom: 1px solid var(--line);
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-h);
  max-width: 1320px;
  margin-inline: auto;
  padding-inline: 1.25rem;
}
@media (min-width: 768px) {
  .l-header__inner { padding-inline: 2rem; height: 4.5rem; }
}
.l-header__brand {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-weight: 900;
  font-size: 1.125rem;
  letter-spacing: -0.01em;
}
.l-header__brand:hover { opacity: 1; }
.l-header__logo {
  display: block;
  width: auto;
  height: 2.25rem;
}
@media (min-width: 768px) {
  .l-header__logo { height: 2.6rem; }
}
.l-header__brand-mark {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 0.5rem;
  background: var(--blue);
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-size: 1rem;
}
.l-header__brand-name { font-size: 0.95rem; }
@media (min-width: 768px) {
  .l-header__brand-name { font-size: 1.125rem; }
}
.l-header__nav { display: flex; align-items: center; gap: 0.75rem; }
@media (min-width: 768px) {
  .l-header__nav { gap: 1.75rem; }
}

.c-global-nav__link {
  display: none;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--ink-700);
}
.c-global-nav__link:hover { color: var(--blue); opacity: 1; }
@media (min-width: 768px) { .c-global-nav__link { display: inline-block; } }

/* Footer */
.l-footer {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.7);
  padding: 3rem 0 2.5rem;
  font-size: 0.8125rem;
}
.l-footer__inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .l-footer__inner { flex-direction: row; align-items: center; justify-content: space-between; }
}
.l-footer__brand {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  color: #fff;
  font-weight: 900;
  font-size: 1rem;
}
.l-footer__brand:hover { opacity: 1; }
.l-footer__logo {
  display: block;
  width: auto;
  height: 2.5rem;
}
.l-footer__brand-mark {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 0.5rem;
  background: var(--yellow);
  color: var(--ink);
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-size: 1rem;
}
.l-footer__nav { display: flex; flex-wrap: wrap; gap: 1.25rem; font-weight: 600; }
.l-footer__nav a:hover { color: var(--yellow); opacity: 1; }
.l-footer__copy {
  color: rgba(255, 255, 255, 0.4);
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
}

/* ============ Component: section head, eyebrow, title ============ */
.c-sec-head { margin-bottom: 2.5rem; }
@media (min-width: 768px) { .c-sec-head { margin-bottom: 4rem; } }
.c-sec-head--center { text-align: center; }

.c-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: var(--blue);
  text-transform: uppercase;
}
.c-eyebrow::before { content: ""; width: 1.75rem; height: 2px; background: currentColor; }
.c-sec-head--center .c-eyebrow::after { content: ""; width: 1.75rem; height: 2px; background: currentColor; }
.c-eyebrow--yellow { color: var(--yellow); }
.c-eyebrow--center { display: inline-flex; }

.c-sec-title {
  margin-top: 1rem;
  font-size: 1.875rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.3;
  text-wrap: balance;
}
@media (min-width: 768px) { .c-sec-title { font-size: 2.75rem; } }
.c-sec-title--white { color: #fff; }
.c-sec-title__blue { color: var(--blue); }
.c-sec-title__hl {
  background: linear-gradient(transparent 66%, #FDE68A 66%);
  padding: 0 0.125rem;
}

/* eyebrow tag (pill with green dot) */
.c-eyebrow-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.5rem 0.875rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--line);
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--ink-700);
  letter-spacing: 0.04em;
}
.c-eyebrow-tag__dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #16A34A;
  box-shadow: 0 0 0 4px rgba(22, 163, 74, 0.15);
}

/* ============ Component: button ============ */
.c-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 0.875rem 1.5rem;
  border-radius: 0.5rem;
  background: transparent;
  color: var(--ink);
  font-size: 0.9375rem;
  font-weight: 700;
  border: 0;
  text-decoration: none;
  line-height: 1.4;
  transition: all var(--tr);
  cursor: pointer;
}
.c-button:hover { opacity: 0.85; }

.c-button--primary { background: var(--blue); color: #fff; box-shadow: 0 0.5rem 1.5rem -0.5rem rgba(37, 99, 235, 0.5); }
.c-button--primary:hover { background: var(--blue-700); opacity: 1; transform: translateY(-1px); }

.c-button--ghost { background: #fff; color: var(--ink); border: 1.5px solid var(--ink); }
.c-button--ghost:hover { background: var(--ink); color: #fff; opacity: 1; }

.c-button--ink { background: var(--ink); color: #fff; }
.c-button--ink:hover { background: var(--blue); color: #fff; opacity: 1; }

.c-button--yellow { background: var(--yellow); color: var(--ink); box-shadow: 0 1rem 2.5rem -1rem rgba(0, 0, 0, 0.4); }
.c-button--yellow:hover { background: #FCD34D; opacity: 1; transform: translateY(-1px); }

.c-button--lg { padding: 1.125rem 2rem; font-size: 1rem; }
.c-button--sm { padding: 0.625rem 1.125rem; font-size: 0.8125rem; }
.c-button--block { display: flex; width: 100%; }

.c-button__arrow {
  display: grid;
  place-items: center;
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--ink);
  font-size: 0.75rem;
  font-weight: 900;
  font-family: "Inter", sans-serif;
}
.c-button--yellow .c-button__arrow { background: var(--ink); color: var(--yellow); }
.c-button--ink .c-button__arrow,
.c-button--ghost .c-button__arrow { background: var(--yellow); color: var(--ink); }
.c-button:disabled { opacity: 0.6; cursor: not-allowed; transform: none; }

/* ============ Component: bridge tag ============ */
.c-bridge-tag {
  margin-top: 3rem;
  text-align: center;
  font-size: 1.0625rem;
  font-weight: 900;
  color: var(--ink);
}
.c-bridge-tag__arrow {
  display: inline-block;
  margin: 0 0.75rem;
  color: var(--yellow-600);
}
.c-bridge {
  background: var(--bg-soft);
  border-bottom: 1px solid var(--line);
  padding: 3rem 0;
}
.c-bridge .c-bridge-tag { margin-top: 0; color: var(--ink); }
.c-bridge .c-bridge-tag__arrow { color: var(--blue); }

/* ============ Component: status pill ============ */
.c-status {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.25rem 0.625rem;
  border-radius: 999px;
  font-size: 0.6875rem;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.02em;
}
.c-status--ok { background: #DCFCE7; color: #15803D; }
.c-status--warn { background: #FEF3C7; color: #92400E; }
.c-status__pulse {
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: currentColor;
  animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.5); }
}

/* ============ Component: monitor card ============ */
.c-monitor {
  position: relative;
  background: #fff;
  border-radius: 1rem;
  border: 1px solid var(--line);
  box-shadow: 0 1.875rem 3.75rem -1.875rem rgba(31, 41, 55, 0.25),
              0 0.75rem 1.5rem -0.75rem rgba(31, 41, 55, 0.1);
  overflow: hidden;
}
.c-monitor__bar {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 1rem;
  background: #F9FAFB;
  border-bottom: 1px solid var(--line);
}
.c-monitor__dots { display: flex; gap: 0.375rem; }
.c-monitor__dots i {
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background: var(--line);
}
.c-monitor__url {
  flex: 1;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 0.375rem;
  padding: 0.3125rem 0.625rem;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.6875rem;
  color: var(--ink-500);
  display: flex;
  align-items: center;
  gap: 0.375rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c-monitor__url::before {
  content: "";
  flex-shrink: 0;
  width: 0.5rem;
  height: 0.5rem;
  background: #16A34A;
  border-radius: 50%;
}
.c-monitor__body { padding: 1.5rem; }
.c-monitor__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.875rem 1rem;
  background: var(--bg-soft);
  border-radius: 0.625rem;
  border: 1px solid var(--line);
  margin-bottom: 0.625rem;
  gap: 0.75rem;
}
.c-monitor__row:last-child { margin-bottom: 0; }
.c-monitor__row-left { display: flex; align-items: center; gap: 0.75rem; min-width: 0; }
.c-monitor__row-icon {
  display: grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.5rem;
  background: var(--blue-050);
  color: var(--blue);
  flex-shrink: 0;
}
.c-monitor__row-name { font-weight: 700; font-size: 0.875rem; color: var(--ink); }
.c-monitor__row-time { font-family: "JetBrains Mono", monospace; font-size: 0.6875rem; color: var(--ink-500); }
.c-monitor__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  background: var(--ink);
  color: #fff;
  gap: 1rem;
}
.c-monitor__summary-label {
  font-size: 0.6875rem;
  color: #9CA3AF;
  letter-spacing: 0.08em;
}
.c-monitor__summary-value {
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-size: 1.375rem;
  letter-spacing: -0.01em;
}
.c-monitor__summary-value span { color: var(--yellow); }

/* ============ Project: Hero ============ */
.p-hero {
  position: relative;
  overflow: hidden;
  padding: 3rem 0 4rem;
  background:
    radial-gradient(60rem 30rem at 110% -10%, #DBEAFE 0%, transparent 55%),
    radial-gradient(40rem 22rem at -10% 110%, #FEF3C7 0%, transparent 60%),
    #fff;
}
@media (min-width: 960px) { .p-hero { padding: 1rem 0 2rem; } }

.p-hero__grid {
  display: grid;
  gap: 2.5rem;
  align-items: start;
}
@media (min-width: 880px) {
  /* Copy column capped to its natural max (lead width); the visual takes the
   * rest AND bleeds off the right edge of the container — see .p-hero__art. */
  .p-hero__grid { grid-template-columns: minmax(0, 33rem) 1fr; gap: 1.5rem; }
}
@media (min-width: 1100px) {
  .p-hero__grid { grid-template-columns: minmax(0, 34rem) 1fr; gap: 1.75rem; }
}

.p-hero__body {
  position: relative;
  z-index: 1;
}
@media (min-width: 880px) {
  .p-hero__body {
    padding-top: min(8vw, 8rem);
  }
}

.p-hero__title {
  margin: 0;
  font-size: clamp(2.25rem, 9.5vw, 4rem);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: var(--ink);
}
.p-hero__title-line {
  display: block;
  white-space: nowrap;
}
.p-hero__title-blue { color: var(--blue); }

.p-hero__lead {
  margin-top: 1.75rem;
  font-size: 1rem;
  font-weight: 500;
  color: var(--ink-700);
  line-height: 2.1;
  max-width: 34rem;
}
@media (min-width: 1000px) { .p-hero__lead { margin-top: 5rem; } }
.p-hero__u {
  color: var(--ink);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: var(--blue);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.p-hero__cta {
  margin-top: 2.25rem;
  display: flex;
  flex-wrap: nowrap;
  gap: 0.875rem;
  align-items: center;
}
.p-hero__cta .c-button { flex: none; white-space: nowrap; }
@media (min-width: 1000px) { .p-hero__cta { margin-top: 3.5rem; } }
@media (max-width: 559.98px) {
  .p-hero__cta { flex-wrap: wrap; }
}

/* ====== visual ======
 * Designer-supplied single composite (photos + chips + laptop, transparent
 * PNG @2x). Replaces the earlier per-element layout — pixel-faithful to the
 * comp and nothing to position. Decorative, so aria-hidden on the wrapper. */
.p-hero__visual { position: relative; }
.p-hero__art {
  width: 100%;
  max-width: 41rem;
  height: auto;
  margin-inline: auto;
}

/* Desktop ≥1140px: enlarged + full-bleed off the container's right edge,
 * nudged left so more of the composition stays in view before it clips. */
@media (min-width: 880px) {
  .p-hero__art {
    position: relative;
    left: -100px;
    width: calc(100% + clamp(2rem, 50vw - 548px, 15rem) + 100px);
    max-width: none;
    margin-inline: 0;
  }
}

@media (max-width: 480px) {
  .p-hero__art { max-width: 26rem; }
}

/* ============ Project: Problems ============ */
.p-problems {
  background: var(--bg-soft);
  border-block: 1px solid var(--line);
  padding: 5rem 0;
}
@media (min-width: 768px) { .p-problems { padding: 7.5rem 0; } }

.p-problems__list {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
}
@media (min-width: 560px) { .p-problems__list { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px) { .p-problems__list { grid-template-columns: repeat(3, 1fr); } }

.p-problems__item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background: var(--ink);
  border: 1px solid var(--ink);
  border-radius: 0.75rem;
  padding: 1.5rem 1.5rem;
}
.p-problems__num {
  flex-shrink: 0;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-size: 1.625rem;
  color: #5B8DEF;
  line-height: 1;
}
.p-problems__item p {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.7;
}

/* ============ Project: Risks ============ */
.p-risks {
  background: #fff;
  position: relative;
  padding-block: 0;
}
.p-risks > .l-container {
  padding-block: 5rem;
}
@media (min-width: 768px) {
  .p-risks > .l-container { padding-block: 7.5rem; }
}
.p-risks__stripe {
  display: block;
  height: 0.375rem;
  background-image: repeating-linear-gradient(
    -45deg,
    var(--yellow) 0,
    var(--yellow) 0.875rem,
    var(--ink) 0.875rem,
    var(--ink) 1.375rem
  );
}

.p-risks__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.5rem 1rem;
  background: #FFFBEB;
  border: 1.5px solid var(--yellow);
  color: var(--yellow-600);
  border-radius: 999px;
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  white-space: nowrap;
}
.p-risks__eyebrow-tri { color: var(--yellow-600); font-size: 0.8125rem; line-height: 1; }

.p-risks__list {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .p-risks__list { grid-template-columns: repeat(2, 1fr); }
}

.p-risks__item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 1.125rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 0.75rem;
  padding: 1.5rem;
  transition: border-color var(--tr), box-shadow var(--tr), transform var(--tr);
}
.p-risks__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1rem;
  bottom: 1rem;
  width: 3px;
  background: var(--yellow);
  border-radius: 0 3px 3px 0;
  opacity: 0.7;
}

.p-risks__num {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  width: 2.75rem;
  padding-right: 1rem;
  border-right: 1px solid var(--line);
}
.p-risks__tri { color: var(--yellow-600); font-size: 0.9375rem; line-height: 1; }
.p-risks__num span:last-child {
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-size: 1.25rem;
  color: var(--ink);
  letter-spacing: -0.02em;
  line-height: 1;
}
.p-risks__body { flex: 1; min-width: 0; }
.p-risks__title {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.6;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.p-risks__desc { font-size: 0.84375rem; line-height: 1.8; color: var(--ink-500); }

.p-risks__conclusion {
  position: relative;
  overflow: hidden;
  margin: 3rem auto 0;
  max-width: 51.25rem;
  background: var(--ink);
  color: #fff;
  border-radius: 0.75rem;
  padding: 1.75rem 2rem;
}
.p-risks__conclusion::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.375rem;
  background-image: repeating-linear-gradient(
    -45deg,
    var(--yellow) 0,
    var(--yellow) 0.5rem,
    var(--ink) 0.5rem,
    var(--ink) 0.875rem
  );
}
.p-risks__conclusion p {
  font-size: clamp(1rem, 2vw, 1.1875rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.7;
  letter-spacing: -0.01em;
  text-align: center;
}
.p-risks__conclusion-hl { color: var(--yellow); }

/* ============ Project: Costs ============ */
.p-costs__chart {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2320 / 1320;
  margin: 2.5rem auto;
}
.p-costs__heading-img {
  display: block;
  width: 100%;
  max-width: 44rem;
  margin: 0 auto 2.5rem;
  aspect-ratio: 880 / 220;
}

.p-costs {
  background: var(--bg-soft);
  border-block: 1px solid var(--line);
  padding: 5rem 0;
}
@media (min-width: 768px) { .p-costs { padding: 7.5rem 0; } }

.p-costs__grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
  align-items: stretch;
}
@media (min-width: 900px) { .p-costs__grid { grid-template-columns: repeat(3, 1fr); } }

.p-costs__card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 0.875rem;
  padding: 2rem 1.75rem;
  transition: transform var(--tr), box-shadow var(--tr);
}
.p-costs__card--good {
  border: 3px solid var(--blue);
  background: linear-gradient(180deg, #fff 0%, var(--blue-050) 100%);
  box-shadow: 0 1.5rem 3rem -1.5rem rgba(37, 99, 235, 0.35);
}
@media (min-width: 900px) {
  .p-costs__card--good { transform: translateY(-0.5rem); }
}

.p-costs__ribbon {
  position: absolute;
  top: -0.875rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.375rem 1.125rem;
  background: var(--yellow);
  color: var(--ink);
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  white-space: nowrap;
  box-shadow: 0 0.375rem 1rem -0.375rem rgba(217, 119, 6, 0.4);
}

.p-costs__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  font-family: "Inter", sans-serif;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  width: fit-content;
  margin-bottom: 1.125rem;
}
.p-costs__badge-dot { width: 0.375rem; height: 0.375rem; border-radius: 50%; background: currentColor; }
.p-costs__card--danger .p-costs__badge { background: var(--danger-050); color: var(--danger); }
.p-costs__card--warn .p-costs__badge { background: #F3F4F6; color: var(--ink-700); }
.p-costs__card--good .p-costs__badge { background: var(--blue); color: #fff; }

.p-costs__title {
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: var(--ink);
  min-height: 3.75rem;
}
.p-costs__card--good .p-costs__title { color: var(--blue-900); }

.p-costs__list {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-bottom: 1rem;
  border-top: 1px solid var(--line);
}
.p-costs__list li {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.875rem 0;
  border-bottom: 1px solid var(--line);
}
.p-costs__label { font-size: 0.8125rem; font-weight: 600; color: var(--ink-700); line-height: 1.5; }
.p-costs__amount {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 900;
  letter-spacing: -0.01em;
  line-height: 1.3;
}
.p-costs__card--danger .p-costs__amount { color: var(--danger); }
.p-costs__card--warn .p-costs__amount { color: var(--ink); }
.p-costs__card--good .p-costs__amount { color: var(--blue); }

.p-costs__note {
  margin-bottom: 1rem;
  padding: 0.75rem 0.875rem;
  background: #FFFBEB;
  border-left: 3px solid var(--yellow);
  border-radius: 0.25rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--yellow-600);
  line-height: 1.6;
}

.p-costs__footer {
  padding: 0.75rem;
  border-radius: 0.375rem;
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-align: center;
}
.p-costs__card--danger .p-costs__footer { background: var(--danger-050); color: var(--danger); }
.p-costs__card--warn .p-costs__footer { background: #F3F4F6; color: var(--ink-700); }
.p-costs__card--good .p-costs__footer { background: var(--blue); color: #fff; }

.p-costs__conclusion {
  position: relative;
  overflow: hidden;
  max-width: calc(100% - 4rem);
  margin-inline: auto;
  margin-top: 3.5rem;
  background: var(--ink);
  color: #fff;
  border-radius: 1rem;
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .p-costs__conclusion { padding: 2.5rem; flex-direction: row; align-items: center; justify-content: space-between; gap: 2rem; }
}
.p-costs__conclusion::after {
  content: "";
  position: absolute;
  right: -5rem;
  bottom: -5rem;
  width: 15rem;
  height: 15rem;
  background: var(--blue);
  border-radius: 50%;
  opacity: 0.4;
  filter: blur(2.5rem);
}
.p-costs__conclusion-text { position: relative; z-index: 1; flex: 1; min-width: 0; }
@media (min-width: 768px) { .p-costs__conclusion-text { min-width: 17.5rem; } }
.p-costs__conclusion-head {
  margin-bottom: 0.75rem;
  font-size: clamp(1.125rem, 2.4vw, 1.5rem);
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: -0.01em;
}
.p-costs__conclusion-sub {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
}
.p-costs__conclusion-amt {
  color: var(--yellow);
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 900;
}
.p-costs__conclusion-risk {
  color: #fff;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 900;
}
.p-costs__conclusion-q { color: var(--yellow); font-weight: 800; }
.p-costs__conclusion .c-button { position: relative; z-index: 1; flex-shrink: 0; }

/* ============ Project: Services ============ */
.p-services {
  padding: 5rem 0;
}
@media (min-width: 768px) { .p-services { padding: 7.5rem 0; } }

.p-services__grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 600px) { .p-services__grid { grid-template-columns: repeat(2, 1fr); } }

.p-services__card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 0.875rem;
  padding: 1.75rem 1.75rem;
  transition: transform var(--tr), border-color var(--tr), box-shadow var(--tr);
}
.p-services__head {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.p-services__card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--blue);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform var(--tr);
}

.p-services__num {
  position: absolute;
  top: 1.25rem;
  right: 1.5rem;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-size: 0.75rem;
  color: var(--ink-500);
  letter-spacing: 0.1em;
}
.p-services__icon {
  display: grid;
  place-items: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.75rem;
  background: var(--blue-050);
  color: var(--blue);
  transition: background var(--tr), color var(--tr);
}
.p-services__card:hover .p-services__icon { background: var(--blue-050); color: var(--blue); }
.p-services__title {
  margin: 0;
  font-size: 1.1875rem;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.p-services__desc { font-size: 0.875rem; line-height: 1.85; color: var(--ink-700); }
.p-services__note { font-size: 0.75rem; color: var(--ink-500); }

/* ============ Project: Pricing ============ */
.p-pricing .c-eyebrow { color: var(--blue); }
.p-pricing .c-eyebrow::before,
.p-pricing .c-sec-head--center .c-eyebrow::after { background: var(--blue); }

.p-pricing {
  background: var(--ink);
  color: #fff;
  padding: 5rem 0;
}
@media (min-width: 768px) { .p-pricing { padding: 7.5rem 0; } }

.p-pricing__init {
  margin-bottom: 2rem;
  padding: 1.25rem 1.75rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: center;
}
.p-pricing__init-label { font-size: 0.875rem; font-weight: 700; color: rgba(255, 255, 255, 0.7); }
.p-pricing__init-value {
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-size: 2rem;
  color: var(--yellow);
  letter-spacing: -0.02em;
}
.p-pricing__init-note {
  flex: 1;
  min-width: 17.5rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.7;
}

.p-pricing__toggle-wrap { text-align: center; margin-bottom: 2rem; }
.p-pricing__toggle {
  display: inline-flex;
  padding: 0.25rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
}
.p-pricing__toggle-btn {
  position: relative;
  padding: 0.625rem 1.25rem;
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
  border: 0;
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 700;
  transition: background var(--tr), color var(--tr);
}
.p-pricing__toggle-btn.is-active { background: #fff; color: var(--ink); }
.p-pricing__toggle-pill {
  position: absolute;
  top: -0.625rem;
  right: -0.5rem;
  padding: 0.125rem 0.5rem;
  background: var(--yellow);
  color: var(--ink);
  border-radius: 999px;
  font-size: 0.625rem;
  font-weight: 900;
  font-family: "Inter", sans-serif;
}

.p-pricing__plans {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
}
@media (min-width: 900px) { .p-pricing__plans { grid-template-columns: repeat(3, minmax(0, 1fr)); } }

.p-pricing__plan {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  color: var(--ink);
  border-radius: 1rem;
  padding: 2.25rem 2rem;
}
.p-pricing__plan--feat {
  border: 3px solid var(--yellow);
  box-shadow: 0 1.875rem 3.75rem -1.25rem rgba(0, 0, 0, 0.4);
}
@media (min-width: 900px) {
  .p-pricing__plan--feat { transform: scale(1.04); }
}
.p-pricing__plan-tag {
  position: absolute;
  top: -0.875rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.375rem 1rem;
  background: var(--yellow);
  color: var(--ink);
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}
.p-pricing__plan-name {
  margin-bottom: 0.375rem;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-size: 0.875rem;
  letter-spacing: 0.12em;
  color: var(--blue);
  text-transform: uppercase;
}
.p-pricing__plan-name-jp {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: -0.01em;
}
.p-pricing__plan-price {
  display: flex;
  align-items: baseline;
  gap: 0.375rem;
  margin-bottom: 0.25rem;
}
.p-pricing__plan-amt {
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-size: 2.75rem;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--ink);
}
.p-pricing__plan-yen { font-size: 1.125rem; font-weight: 800; }
.p-pricing__plan-per {
  margin-left: 0.25rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--ink-500);
}
.p-pricing__plan-sub {
  margin-bottom: 0.5rem;
  min-height: 1.375rem;
  font-size: 0.8125rem;
  color: var(--ink-500);
}
.p-pricing__plan-sub s { color: #9CA3AF; font-family: "Inter", "Noto Sans JP", sans-serif; font-weight: 700; }
.p-pricing__plan-tax {
  margin-bottom: 1.75rem;
  font-size: 0.6875rem;
  color: var(--ink-500);
}
.p-pricing__plan-for {
  margin-bottom: 1.5rem;
  padding: 0.875rem 1rem;
  background: var(--bg-soft);
  border-left: 3px solid var(--blue);
  border-radius: 0.25rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--ink-700);
  line-height: 1.7;
}
.p-pricing__plan--feat .p-pricing__plan-for { border-left-color: var(--yellow); }

.p-pricing__plan-feats {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.625rem;
  margin-bottom: 1.75rem;
}
.p-pricing__plan-feats li {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  font-size: 0.8125rem;
  line-height: 1.6;
}
.p-pricing__plan-ck {
  display: grid;
  place-items: center;
  width: 1.125rem;
  height: 1.125rem;
  margin-top: 2px;
  background: var(--blue);
  color: #fff;
  border-radius: 50%;
  font-size: 0.625rem;
  font-weight: 900;
  flex-shrink: 0;
}

.p-pricing__notes {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
  text-align: left;
}

/* ============ Project: Reasons ============ */
.p-reasons {
  padding: 5rem 0;
}
@media (min-width: 768px) { .p-reasons { padding: 7.5rem 0; } }
.p-reasons__grid {
  display: grid;
  gap: 3rem;
  grid-template-columns: 1fr;
}
@media (min-width: 900px) { .p-reasons__grid { grid-template-columns: 1fr 1fr; gap: 5rem; } }

.p-reasons__col .c-sec-title { margin-bottom: 0; }
.p-reasons__list { margin-top: 2rem; }
.p-reasons__list li {
  display: flex;
  align-items: flex-start;
  gap: 1.125rem;
  padding: 1.375rem 0;
  border-bottom: 1px solid var(--line);
}
.p-reasons__list li:last-child { border-bottom: 0; }
.p-reasons__num {
  flex-shrink: 0;
  width: 2rem;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-size: 0.8125rem;
  color: var(--blue);
  letter-spacing: 0.08em;
}
.p-reasons__list p { font-size: 1rem; font-weight: 700; color: var(--ink); line-height: 1.6; }

.p-reasons__lead {
  margin: 1rem 0 1.75rem;
  font-size: 0.875rem;
  color: var(--ink-500);
}

.p-reasons__targets {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 560px) { .p-reasons__targets { grid-template-columns: repeat(2, 1fr); } }

.p-reasons__target {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 0.75rem;
  padding: 1.75rem 1.5rem;
}
.p-reasons__target--blue {
  background: var(--blue);
  color: #fff;
  border-color: var(--blue);
}
.p-reasons__target-badge {
  display: inline-block;
  margin-bottom: 0.875rem;
  padding: 0.3125rem 0.75rem;
  background: var(--blue-050);
  color: var(--blue);
  border-radius: 0.25rem;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}
.p-reasons__target--blue .p-reasons__target-badge { background: var(--yellow); color: var(--ink); }
.p-reasons__target-title {
  position: relative;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: -0.01em;
}
.p-reasons__target-list { position: relative; }
.p-reasons__target-list li {
  position: relative;
  padding: 0.5rem 0 0.5rem 1.375rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.6;
}
.p-reasons__target-list li::before {
  content: "›";
  position: absolute;
  left: 0;
  top: 0.5rem;
  font-weight: 900;
  font-size: 1rem;
}

/* ============ Project: FAQ ============ */
.p-faq {
  background: var(--bg-soft);
  border-block: 1px solid var(--line);
  padding: 5rem 0;
}
@media (min-width: 768px) { .p-faq { padding: 7.5rem 0; } }

.p-faq__list { display: flex; flex-direction: column; gap: 0.75rem; }
.p-faq__item {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 0.75rem;
  transition: border-color var(--tr), box-shadow var(--tr);
}
.p-faq__item.is-open {
  border-color: var(--blue);
  box-shadow: 0 0.75rem 1.875rem -1.125rem rgba(37, 99, 235, 0.25);
}
.p-faq__q {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  width: 100%;
  padding: 1.5rem 1.75rem;
  background: transparent;
  border: 0;
  text-align: left;
}
.p-faq__marker {
  flex-shrink: 0;
  width: 1.5rem;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-size: 1.375rem;
  color: var(--blue);
  line-height: 1;
}
.p-faq__marker--a { color: var(--yellow-600); }
.p-faq__qtext {
  flex: 1;
  font-size: 1rem;
  font-weight: 800;
  color: var(--ink);
  line-height: 1.6;
}
.p-faq__plus {
  flex-shrink: 0;
  position: relative;
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  background: var(--blue-050);
  color: var(--blue);
  border-radius: 50%;
  transition: background var(--tr), color var(--tr), transform var(--tr);
}
.p-faq__plus::before,
.p-faq__plus::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 1px;
}
.p-faq__plus::before { width: 12px; height: 2px; }
.p-faq__plus::after { width: 2px; height: 12px; }
.p-faq__item.is-open .p-faq__plus {
  background: var(--blue);
  color: #fff;
  transform: rotate(45deg);
}
.p-faq__a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.p-faq__item.is-open .p-faq__a { max-height: 25rem; }
.p-faq__a-inner {
  display: flex;
  gap: 1.25rem;
  padding: 0 1.75rem 1.75rem;
}
.p-faq__a-inner p {
  flex: 1;
  font-size: 0.9375rem;
  color: var(--ink-700);
  line-height: 1.85;
}

/* ============ Project: Final CTA ============ */
.p-cta-final {
  position: relative;
  overflow: hidden;
  padding: 6.25rem 0;
  background: var(--blue);
  color: #fff;
  text-align: center;
}
.p-cta-final::before,
.p-cta-final::after {
  content: "";
  position: absolute;
  width: 22.5rem;
  height: 22.5rem;
  background: var(--blue-700);
  border-radius: 50%;
  z-index: 0;
}
.p-cta-final::before { top: -11.25rem; left: -7.5rem; }
.p-cta-final::after { bottom: -11.25rem; right: -7.5rem; }
.p-cta-final > * { position: relative; z-index: 1; }
.p-cta-final__title {
  margin-bottom: 1rem;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.4;
}
.p-cta-final__title-y { color: var(--yellow); }
.p-cta-final__lead {
  max-width: 35rem;
  margin: 0 auto 2.25rem;
  font-size: 1rem;
  opacity: 0.9;
  line-height: 1.85;
}

/* ============ Project: Page head (contact) ============ */
.p-page-head {
  padding: 4rem 0 3rem;
  background:
    radial-gradient(50rem 25rem at 110% -20%, #DBEAFE 0%, transparent 60%),
    radial-gradient(40rem 20rem at -10% 110%, #FEF3C7 0%, transparent 60%),
    #fff;
  text-align: center;
}
@media (min-width: 768px) { .p-page-head { padding: 6rem 0 4rem; } }
.p-page-head__title {
  margin: 1rem 0 1.5rem;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 900;
  letter-spacing: -0.02em;
}
.p-page-head__lead {
  max-width: 40rem;
  margin: 0 auto;
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--ink-700);
  line-height: 1.85;
}
.p-page-head__lead strong { color: var(--ink); font-weight: 800; }

/* ============ Project: Contact ============ */
.p-contact { padding: 3rem 0 6.25rem; }
@media (min-width: 768px) { .p-contact { padding: 4rem 0 7.5rem; } }

.p-contact__layout {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 900px) {
  .p-contact__layout { grid-template-columns: 18.75rem 1fr; gap: 3rem; align-items: start; }
}
.p-contact__layout--single { grid-template-columns: 1fr !important; max-width: 44rem; margin-inline: auto; }

.p-contact__aside { display: flex; flex-direction: column; gap: 1.5rem; }
.p-contact__meta {
  padding: 1.5rem;
  background: var(--bg-soft);
  border-left: 4px solid var(--blue);
  border-radius: 0.5rem;
}
.p-contact__meta dt {
  margin-bottom: 0.25rem;
  font-family: "Inter", sans-serif;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--blue);
  text-transform: uppercase;
}
.p-contact__meta dd {
  margin-bottom: 1rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--ink);
}
.p-contact__meta dd:last-child { margin-bottom: 0; }

.p-contact__steps {
  padding: 1.5rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 0.5rem;
}
.p-contact__steps-head {
  margin-bottom: 1rem;
  font-size: 0.875rem;
  font-weight: 900;
  color: var(--ink);
}
.p-contact__steps-list { display: flex; flex-direction: column; gap: 1rem; }
.p-contact__steps-list li { display: flex; align-items: flex-start; gap: 0.875rem; }
.p-contact__steps-num {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 1.75rem;
  height: 1.75rem;
  background: var(--blue);
  color: #fff;
  border-radius: 50%;
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 0.75rem;
}
.p-contact__steps-title { font-size: 0.875rem; font-weight: 800; color: var(--ink); }
.p-contact__steps-desc { font-size: 0.75rem; color: var(--ink-500); line-height: 1.5; }

.p-contact__form-wrap { min-width: 0; }
.p-contact__form {
  padding: 1.75rem 1.5rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 1rem;
  box-shadow: 0 1.25rem 3.125rem -1.875rem rgba(31, 41, 55, 0.15);
}
@media (min-width: 560px) { .p-contact__form { padding: 2.5rem; } }

.p-contact__field { margin-bottom: 1.375rem; }
.p-contact__field-row {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
  margin-bottom: 0;
}
@media (min-width: 560px) { .p-contact__field-row { grid-template-columns: 1fr 1fr; gap: 1rem; } }
.p-contact__field-row .p-contact__field { margin-bottom: 1.375rem; }

.p-contact__label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--ink);
}
.p-contact__req,
.p-contact__opt {
  padding: 0.125rem 0.375rem;
  border-radius: 0.1875rem;
  font-family: "Inter", sans-serif;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}
.p-contact__req { background: var(--blue); color: #fff; }
.p-contact__opt { background: var(--line); color: var(--ink-500); }

.c-input {
  display: block;
  width: 100%;
  padding: 0.875rem 1rem;
  background: #fff;
  border: 1.5px solid var(--line);
  border-radius: 0.5rem;
  font-size: 0.875rem;
  color: var(--ink);
  transition: border-color var(--tr), box-shadow var(--tr);
}
.c-input:focus {
  outline: none;
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
}
.c-input.is-error { border-color: var(--danger); }
.c-input--select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--ink-500) 50%),
                    linear-gradient(135deg, var(--ink-500) 50%, transparent 50%);
  background-position: calc(100% - 18px) center, calc(100% - 12px) center;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 2.25rem;
}
.c-input--textarea {
  min-height: 8.75rem;
  resize: vertical;
  font-family: inherit;
  line-height: 1.7;
}

.p-contact__error {
  display: none;
  margin-top: 0.375rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--danger);
}
.p-contact__error.is-active { display: block; }

.p-contact__privacy {
  margin: 0.5rem 0 1.25rem;
  font-size: 0.75rem;
  color: var(--ink-500);
  line-height: 1.7;
}

.p-contact__success {
  padding: 3rem 1.75rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 1rem;
  text-align: center;
}
.p-contact__success-icon {
  display: grid;
  place-items: center;
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1.25rem;
  background: #16A34A;
  color: #fff;
  border-radius: 50%;
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}
.p-contact__success-title {
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
  font-weight: 900;
  color: #15803D;
}
.p-contact__success-text {
  margin-bottom: 2rem;
  font-size: 0.9375rem;
  color: var(--ink-700);
  line-height: 1.85;
}

/* ============ Component: page-top button ============ */
.c-pagetop {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 40;
  display: grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  background: var(--ink);
  color: #fff;
  border-radius: 50%;
  font-size: 1rem;
  font-weight: 900;
  box-shadow: 0 0.5rem 1.5rem -0.5rem rgba(0, 0, 0, 0.3);
  opacity: 0;
  transform: translateY(0.5rem);
  pointer-events: none;
  transition: opacity var(--tr), transform var(--tr), background var(--tr);
}
.c-pagetop:hover { background: var(--blue); opacity: 1; }
.c-pagetop.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
@media (min-width: 768px) {
  .c-pagetop { right: 1.75rem; bottom: 1.75rem; width: 3rem; height: 3rem; }
}

/* ============ Utility: scroll fade ============ */
.is-fade {
  opacity: 0;
  transform: translateY(1rem);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.is-fade.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .is-fade { opacity: 1; transform: none; transition: none; }
  .c-status__pulse { animation: none; }
  * { scroll-behavior: auto; }
}

/* ============ Utility ============ */
.u-text-center { text-align: center; }
