/* DX参謀 LP — base styles (Readdy構成準拠) */
:root {
  --bg: #f6f4ef;
  --surface: #ffffff;
  --ink: #1f2430;
  --muted: #6b7280;
  --line: #e8ecf2;
  --accent: #b89b5e;
  --accent-dark: #a48748;
  --accent-soft: rgba(184, 155, 94, 0.14);
  --teal: #18344f;
  --teal-soft: rgba(24, 52, 79, 0.14);
  --radius: 14px;
  --radius-lg: 22px;
  --shadow: 0 18px 50px rgba(12, 18, 34, 0.08);
  --shadow-sm: 0 8px 24px rgba(12, 18, 34, 0.06);
  --max: 1120px;
  --font-body: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  --font-head: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  --font-en: "Times New Roman", serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-head);
}

button,
input,
select,
textarea,
.btn,
label,
.site-header__nav,
.site-header__links a {
  font-family: var(--font-body);
}

.font-en {
  font-family: var(--font-en);
}

/* Readability rule: all long-form body text stays sans-serif */
p,
li,
dt,
dd,
label,
input,
select,
textarea,
button,
small,
strong,
em {
  font-family: var(--font-body);
}

/* Keep decorative serif usage limited to short, high-impact copy */
.hero__subbrand,
.hero__title,
.section h2,
.section__eyebrow,
.quote-block__accent {
  font-family: var(--font-head);
}

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

a {
  color: var(--accent);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(11, 27, 43, 0.9);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.site-header__inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0.85rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: -0.02em;
  color: #ffffff;
  text-decoration: none;
}

.logo__icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.logo:hover {
  text-decoration: none;
  color: #f3d98f;
}

.site-header__nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.site-header__links {
  display: none;
  gap: 1.25rem;
  font-size: 0.9rem;
}

@media (min-width: 768px) {
  .site-header__links {
    display: flex;
  }
}

.site-header__links a {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  font-weight: 600;
}

.site-header__links a:hover {
  color: #f3d98f;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.35rem;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease;
  text-decoration: none;
}

.btn:hover {
  text-decoration: none;
  transform: translateY(-1px);
}

.btn--primary {
  background: linear-gradient(135deg, #d2bb84 0%, var(--accent) 60%, var(--accent-dark) 100%);
  color: #0b1b2b;
  box-shadow: 0 4px 14px rgba(184, 155, 94, 0.35);
}

.btn--primary:hover {
  background: linear-gradient(135deg, #ecd9aa 0%, #d2bb84 50%, var(--accent) 100%);
  color: #0b1b2b;
}

.btn--ghost {
  background: var(--surface);
  color: var(--ink);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}

.btn--ghost:hover {
  border-color: #cfd6e4;
  color: var(--ink);
}

.btn--block {
  width: 100%;
}

/* Hero */
.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(165deg, #091521 0%, #0c1f31 45%, #12283f 100%);
  color: #e2e8f0;
  padding: 3rem 1.5rem 4rem;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 50% at 50% -20%, rgba(59, 130, 246, 0.35), transparent 60%);
  pointer-events: none;
}

.hero__inner {
  position: relative;
  max-width: var(--max);
  margin: 0 auto;
}

.badge {
  display: inline-block;
  padding: 0.35rem 0.85rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #93c5fd;
  background: rgba(59, 130, 246, 0.15);
  border: 1px solid rgba(59, 130, 246, 0.35);
  border-radius: 999px;
  margin-bottom: 1.25rem;
}

.hero h1 {
  margin: 0 0 1rem;
  font-size: clamp(1.85rem, 4.5vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.25;
  color: #fff;
}

.hero__lead {
  margin: 0 0 1.75rem;
  font-size: 1.05rem;
  color: #cbd5e1;
  max-width: 36rem;
}

.hero__pain {
  display: grid;
  gap: 0.65rem;
  margin-bottom: 1.75rem;
  max-width: 40rem;
}

.hero__pain-item {
  padding: 0.75rem 1rem;
  font-size: 0.9rem;
  color: #e2e8f0;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  border-left: 3px solid var(--accent);
}

.hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 2.5rem;
}

.hero__scroll {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  color: #94a3b8;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero__scroll-line {
  width: 1px;
  height: 32px;
  background: linear-gradient(to bottom, #64748b, transparent);
}

/* Stats strip */
.stats-strip {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 640px) {
  .stats-strip {
    grid-template-columns: repeat(4, 1fr);
  }
}

.stat-card {
  text-align: center;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.04);
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.stat-card__value {
  font-size: 1.35rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
}

.stat-card__label {
  font-size: 0.75rem;
  color: #94a3b8;
  margin-top: 0.25rem;
  line-height: 1.4;
}

/* Sections */
.section {
  padding: 4.5rem 1.5rem;
}

.section--alt {
  background: var(--surface);
}

.section__inner {
  max-width: var(--max);
  margin: 0 auto;
}

.section__eyebrow {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 0.5rem;
}

.section h2 {
  margin: 0 0 2rem;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.3;
}

.section__intro {
  margin: -1rem 0 2.5rem;
  color: var(--muted);
  max-width: 42rem;
}

/* Pain grid */
.pain-grid {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .pain-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.pain-card {
  padding: 1.5rem;
  background: var(--bg);
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.pain-card:hover {
  box-shadow: var(--shadow-sm);
  border-color: #dce2eb;
}

.pain-card h3 {
  margin: 0 0 0.65rem;
  font-size: 1.05rem;
  font-weight: 700;
}

.pain-card p {
  margin: 0;
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.65;
}

/* Bridge CTA */
.bridge {
  text-align: center;
  padding: 3rem 1.5rem;
  background: linear-gradient(135deg, var(--accent-soft) 0%, var(--teal-soft) 100%);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.bridge__inner {
  max-width: 640px;
  margin: 0 auto;
}

.bridge h2 {
  margin: 0 0 0.75rem;
  font-size: 1.35rem;
  font-weight: 800;
}

.bridge p {
  margin: 0 0 1.5rem;
  color: var(--muted);
}

/* Steps */
.steps-intro {
  margin-bottom: 2.5rem;
  max-width: 48rem;
}

.steps-intro p {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.steps {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

.step-card {
  padding: 1.75rem;
  background: var(--surface);
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}

.step-card__num {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--accent);
  margin-bottom: 0.75rem;
}

.step-card h3 {
  margin: 0 0 0.65rem;
  font-size: 1.1rem;
  font-weight: 700;
}

.step-card p {
  margin: 0;
  font-size: 0.95rem;
  color: var(--muted);
}

/* ROI */
.roi {
  background: var(--ink);
  color: #e2e8f0;
  padding: 4rem 1.5rem;
}

.roi__inner {
  max-width: var(--max);
  margin: 0 auto;
}

.roi h2 {
  color: #fff;
  margin-bottom: 0.75rem;
}

.roi__lead {
  margin: 0 0 2rem;
  color: #94a3b8;
  max-width: 42rem;
}

.roi-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

@media (min-width: 768px) {
  .roi-stats {
    grid-template-columns: repeat(4, 1fr);
  }
}

.roi-stat {
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.06);
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

.roi-stat__value {
  font-size: 1.5rem;
  font-weight: 800;
  color: #fff;
}

.roi-stat__label {
  font-size: 0.8rem;
  color: #94a3b8;
  margin-top: 0.35rem;
}

/* Profile */
.profile-card {
  display: grid;
  gap: 2rem;
  align-items: start;
  margin-bottom: 2.5rem;
}

@media (min-width: 900px) {
  .profile-card {
    grid-template-columns: 200px 1fr;
  }
}

.profile-card__avatar {
  width: 160px;
  height: 160px;
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, #35506a, #16293b);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  font-size: 0.85rem;
  text-align: center;
  line-height: 1.4;
  border: 1px solid var(--line);
}

.profile-card__role {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--accent);
  margin: 0 0 0.35rem;
}

.profile-card h3 {
  margin: 0 0 0.75rem;
  font-size: 1.25rem;
}

.profile-card__bio {
  margin: 0;
  color: var(--muted);
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.tag {
  padding: 0.35rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  background: var(--accent-soft);
  color: var(--accent-dark);
  border-radius: 999px;
}

.pillars {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .pillars {
    grid-template-columns: repeat(3, 1fr);
  }
}

.pillar {
  padding: 1.5rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: var(--bg);
}

.pillar h4 {
  margin: 0 0 0.5rem;
  font-size: 1rem;
}

.pillar__sub {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--teal);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0.5rem;
}

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

.quote-block {
  margin-top: 2.5rem;
  padding: 2rem 1.75rem;
  border-left: 4px solid var(--accent);
  background: var(--accent-soft);
  border-radius: 0 var(--radius) var(--radius) 0;
  font-size: 1.05rem;
  font-weight: 500;
  font-style: italic;
  color: var(--ink);
}

/* Pricing */
.pricing-note {
  margin: -0.5rem 0 2rem;
  color: var(--muted);
  max-width: 42rem;
}

.pricing-grid {
  display: grid;
  gap: 1.25rem;
  align-items: stretch;
}

@media (min-width: 900px) {
  .pricing-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.price-card {
  position: relative;
  padding: 1.75rem;
  background: var(--surface);
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
}

.price-card--featured {
  border-color: var(--accent);
  box-shadow: 0 12px 40px rgba(13, 110, 253, 0.15);
}

.price-card__badge {
  position: absolute;
  top: -10px;
  right: 1.25rem;
  padding: 0.25rem 0.65rem;
  font-size: 0.7rem;
  font-weight: 800;
  background: var(--accent);
  color: #fff;
  border-radius: 999px;
}

.price-card h3 {
  margin: 0 0 0.35rem;
  font-size: 1.15rem;
}

.price-card__tagline {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  color: var(--muted);
}

.price-card__price {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 1.25rem;
}

.price-card ul {
  margin: 0 0 1.5rem;
  padding: 0 0 0 1.1rem;
  color: var(--muted);
  font-size: 0.9rem;
  flex: 1;
}

.price-card li {
  margin-bottom: 0.5rem;
}

.price-card__features {
  list-style: none;
  margin: 0 0 1.45rem;
  padding: 0;
  display: grid;
  gap: 0.55rem;
  flex: 1;
}

.price-card__features li {
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  color: var(--muted);
  font-size: 0.89rem;
  line-height: 1.65;
}

.price-card__features i {
  margin-top: 0.12rem;
  color: #b89b5e;
  font-size: 1rem;
  flex-shrink: 0;
}

.spot-card {
  margin-top: 1.5rem;
  padding: 1.75rem;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border: 1px dashed #cbd5e1;
  border-radius: var(--radius-lg);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.spot-card h3 {
  margin: 0 0 0.35rem;
  font-size: 1.1rem;
}

.spot-card p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--muted);
  max-width: 36rem;
}

.spot-card__price {
  font-weight: 800;
  font-size: 1.15rem;
  white-space: nowrap;
}

/* Contact */
.contact-section {
  background: linear-gradient(180deg, var(--surface) 0%, var(--bg) 100%);
}

.contact-grid {
  display: grid;
  gap: 2.5rem;
}

@media (min-width: 900px) {
  .contact-grid {
    grid-template-columns: 1fr 1.1fr;
    align-items: start;
  }
}

.contact-benefits {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-benefits li {
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 0.25rem;
}

.contact-benefits li:first-child {
  padding-top: 0;
}

.contact-benefits strong {
  font-size: 1rem;
}

.contact-benefits span {
  font-size: 0.9rem;
  color: var(--muted);
}

.form {
  padding: 2rem;
  background: var(--surface);
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.form-group {
  margin-bottom: 1.15rem;
}

.form-group label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
}

.form-group label .req {
  color: #dc2626;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 0.65rem 0.85rem;
  font-family: inherit;
  font-size: 1rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.15);
}

.form-group textarea {
  min-height: 120px;
  resize: vertical;
}

.h-pot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.error-message {
  margin: 0.35rem 0 0;
  font-size: 0.82rem;
  line-height: 1.45;
  color: #dc2626 !important;
}

.error-message--common {
  margin: 0 0 0.9rem;
  padding: 0.55rem 0.75rem;
  border-radius: 8px;
  border: 1px solid rgba(220, 38, 38, 0.35);
  background: rgba(220, 38, 38, 0.08);
}

.input-error {
  border-color: #dc2626 !important;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.12) !important;
}

.form-hint {
  font-size: 0.75rem;
  color: var(--muted);
  text-align: right;
  margin-top: 0.25rem;
}

.form-footer {
  margin-top: 1rem;
  font-size: 0.85rem;
  color: var(--muted);
}

/* Site footer */
.site-footer {
  padding: 2rem 1.5rem;
  text-align: center;
  font-size: 0.85rem;
  color: var(--muted);
  border-top: 1px solid var(--line);
  background: var(--surface);
}

.site-footer p {
  margin: 0;
}

.page-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #0b1b2b;
  background: linear-gradient(135deg, #d2bb84 0%, #b89b5e 100%);
  box-shadow: 0 10px 22px rgba(11, 27, 43, 0.28);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 99;
}

.page-top i {
  font-size: 1.2rem;
}

.page-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.page-top:hover {
  text-decoration: none;
  filter: brightness(1.08);
}

/* Utilities */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.btn--on-dark {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: none;
}

.btn--on-dark:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.pain-card--wide {
  grid-column: 1 / -1;
}

@media (min-width: 768px) {
  .pain-card--wide {
    max-width: 100%;
  }
}

.roi .section__eyebrow {
  color: #93c5fd;
}

.spot-card__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.75rem;
}

/* Hero visual override (match requested design) */
.hero {
  position: relative;
  overflow: hidden;
  background: #041a33;
  color: #fff;
  padding: clamp(4rem, 9vw, 6rem) 1.5rem clamp(4.5rem, 10vw, 6.5rem);
}

.hero__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(0, 12, 27, 0.86) 0%, rgba(0, 31, 63, 0.65) 45%, rgba(0, 31, 63, 0.82) 100%),
    url("../images/hero-bg.png") center center / cover no-repeat;
}

.hero__shine {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 30% 42%, rgba(212, 175, 55, 0.16), transparent 40%),
    linear-gradient(transparent 0%, rgba(0, 8, 18, 0.4) 100%);
}

.hero__inner {
  position: relative;
  z-index: 2;
  max-width: var(--max);
  margin: 0 auto;
}

.hero__content {
  max-width: 760px;
}

.badge--hero {
  display: inline-block;
  margin-bottom: 0.9rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: #f8fafc;
  background: rgba(15, 23, 42, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.35);
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
}

.hero__subbrand {
  margin: 0 0 0.55rem;
  font-size: clamp(1.2rem, 2.4vw, 1.55rem);
  color: #e7c764;
  font-weight: 700;
}

.hero__title {
  margin: 0 0 0.95rem;
  font-size: clamp(2.2rem, 6.2vw, 4rem);
  line-height: 1.18;
  color: #fff;
}

.hero__title-accent {
  color: #d4af37;
}

.hero__lead {
  margin: 0 0 1rem;
  font-size: clamp(1.02rem, 1.5vw, 1.2rem);
  color: rgba(255, 255, 255, 0.96);
}

.hero__catch {
  margin: 0 0 1rem;
  max-width: 48rem;
  padding: 0.75rem 0.9rem;
  border-left: 3px solid rgba(210, 187, 132, 0.9);
  background: rgba(11, 27, 43, 0.28);
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.8;
}

.hero__meta {
  margin: 0 0 1.75rem;
  max-width: 46rem;
  color: rgba(255, 255, 255, 0.9);
}

.hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.btn--hero-primary {
  min-height: 54px;
  padding: 0.9rem 1.6rem;
  background: linear-gradient(135deg, #f4da86 0%, #d4af37 62%, #b8922b 100%);
  color: #102238;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(212, 175, 55, 0.35);
}

.btn--hero-secondary {
  min-height: 54px;
  padding: 0.9rem 1.55rem;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(15, 23, 42, 0.24);
}

@media (max-width: 900px) {
  .hero__cta {
    flex-direction: column;
    align-items: stretch;
  }
}

/* Section alignment: pain / service / positioning */
.stats-strip {
  background: #0d2b47;
  border-top: 1px solid rgba(212, 175, 55, 0.18);
  margin-top: 0;
  padding: 0.5rem 1.5rem;
}

.stats-strip__inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.35rem;
}

@media (min-width: 680px) {
  .stats-strip__inner {
    grid-template-columns: repeat(4, 1fr);
  }
}

.stat-card {
  background: transparent;
  border: 0;
  padding: 0.2rem;
}

.stat-card__value {
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  color: #d4af37;
  line-height: 1;
}

.stat-card__label {
  color: #d7c392;
  font-size: 0.7rem;
}

#pain.section--alt {
  background: #f6f4ef;
}

#pain .section__eyebrow,
#service .section__eyebrow {
  text-align: center;
  color: #b89b5e;
  letter-spacing: 0.06em;
}

#pain h2,
#service .service-heading h2 {
  text-align: center;
  line-height: 1.35;
}

#pain h2::after,
#service .service-heading h2::after {
  content: "";
  display: block;
  width: 62px;
  height: 4px;
  margin: 14px auto 0;
  border-radius: 999px;
  background: #b89b5e;
}

.pain-grid {
  margin-top: 1.4rem;
}

@media (min-width: 1024px) {
  .pain-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.pain-card {
  background: #fff;
  border: 1px solid #e4e8f0;
  border-radius: 8px;
  box-shadow: none;
}

.pain-card h3 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.pain-card h3 i {
  color: #b89b5e;
}

.pain-card.pain-card--solution {
  background: #0b1b2b;
  border-color: #0b1b2b;
}

.pain-card.pain-card--solution h3,
.pain-card.pain-card--solution p {
  color: #fff;
}

.pain-card.pain-card--solution p {
  color: #d7c392;
  margin-bottom: 1.1rem;
}

.pain-card.pain-card--solution .btn {
  border-radius: 8px;
  background: linear-gradient(135deg, #d2bb84 0%, #b89b5e 60%, #a48748 100%);
  color: #0b1b2b;
  font-weight: 800;
}

#service {
  background: #f6f4ef;
}

#service .section__inner {
  display: block;
}

#service .service-heading {
  text-align: center;
}

#service .steps-intro {
  margin: 0 auto 2rem;
  max-width: 860px;
  text-align: center;
}

#service .steps-intro p {
  color: #4b5563;
  font-size: 1.05rem;
}

#service .steps {
  margin-top: 0.4rem;
}

.step-card {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #e4e8f0;
  box-shadow: none;
}

.step-card h3 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.step-card h3 i {
  color: #b89b5e;
}

.step-card__num {
  color: #18344f;
  font-weight: 800;
}

.roi {
  background: #f6f4ef;
  color: #1f2430;
  padding: 2.8rem 1.5rem 3.3rem;
}

.roi-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  align-items: stretch;
}

.roi-media {
  border-radius: 8px;
  border: 1px solid #d8deea;
  min-height: 560px;
  background:
    linear-gradient(rgba(24, 52, 79, 0.14), rgba(24, 52, 79, 0.26)),
    url("../images/img-Positioning.jpg") left center / cover no-repeat;
}

.roi-panel {
  border-radius: 8px;
  background: #1e2b3f;
  border: 1px solid #2a3b55;
  padding: 1.8rem;
  color: #e2e8f0;
}

.roi-header__icon {
  background: #b89b5e;
  color: #fff;
}

.roi .section__eyebrow {
  color: #d7c392;
  margin: 0;
  text-align: left;
}

.roi h2 {
  color: #fff;
  text-align: left;
  font-size: clamp(1.38rem, 2.1vw, 2rem);
  line-height: 1.45;
  margin-top: 0.85rem;
}

.roi__lead {
  color: #cbd5e1;
}

.roi-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 0.85rem;
}

.roi-stat {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.06);
  padding: 1.05rem 0.9rem;
}

.roi-stat__value {
  color: #d7c392;
}

.roi-stat__label {
  color: #cbd5e1;
}

@media (max-width: 900px) {
  #service .section__inner,
  .roi-layout {
    grid-template-columns: 1fr;
  }

  #service .service-heading,
  #service .steps-intro {
    grid-column: auto;
  }

  .roi-media {
    min-height: 320px;
  }
}

/* Section alignment: why us / pricing / final cta */
#profile.section--alt,
#pricing.section {
  background: #f6f4ef;
}

#profile .section__eyebrow,
#pricing .section__eyebrow,
.contact-section .section__eyebrow {
  color: #b89b5e;
  text-align: center;
  letter-spacing: 0.06em;
}

#profile h2,
#pricing h2,
.contact-section h2 {
  text-align: center;
}

#profile h2::after,
#pricing h2::after,
.contact-section h2::after {
  content: "";
  display: block;
  width: 62px;
  height: 4px;
  margin: 14px auto 0;
  border-radius: 999px;
  background: #b89b5e;
}

#profile .profile-layout {
  display: grid;
  gap: 1.75rem;
}

@media (min-width: 900px) {
  #profile .profile-layout {
    grid-template-columns: minmax(0, 35%) minmax(0, 1fr);
    gap: 1.2rem;
  }
}

#profile .profile-card.profile-card--feature {
  display: block;
  background: #fff;
  border: 1px solid #e4e8f0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 6px 28px rgba(15, 23, 42, 0.05);
}

#profile .profile-card__media {
  position: relative;
  overflow: hidden;
}

#profile .profile-card__symbol {
  width: 100%;
  min-height: 320px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 25% 20%, rgba(236, 217, 170, 0.14), transparent 42%),
    radial-gradient(circle at 80% 85%, rgba(212, 175, 55, 0.2), transparent 45%),
    linear-gradient(145deg, #091521 0%, #0c1f31 45%, #12283f 100%);
}

#profile .profile-card__symbol i {
  font-size: 5rem;
  color: #d2bb84;
  text-shadow: 0 0 22px rgba(212, 175, 55, 0.3);
}

#profile .profile-card__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
  background: transparent;
}

#profile .profile-stack {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#profile .profile-card__caption {
  position: absolute;
  inset: auto 0 0 0;
  padding: 2.2rem 1.1rem 0.95rem;
  background: linear-gradient(to top, rgba(11, 27, 43, 0.9), rgba(11, 27, 43, 0.1));
}

#profile .profile-card__caption-title {
  display: block;
  color: #fff;
  font-weight: 700;
}

#profile .profile-card__caption-sub {
  display: block;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.75rem;
}

#profile .profile-card__body {
  padding: 1.1rem 1.15rem 1.25rem;
}

#profile .profile-card__main-title {
  margin: 0 0 0.8rem;
  color: #1f2430;
  line-height: 1.45;
}

#profile .tag {
  background: #efe3bc;
  color: #253b57;
}

#profile .profile-card__emphasis {
  margin-top: 0.7rem;
  color: #b89b5e;
  font-weight: 800;
}

#profile .pillar.pillar--row {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  background: #fff;
  border: 1px solid #e4e8f0;
  border-radius: 8px;
  padding: 1rem;
}

#profile .pillar__icon {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #efe3bc;
  color: #253b57;
  flex-shrink: 0;
}

#profile .pillar__head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.45rem 0.6rem;
}

#profile .pillar__badge {
  font-size: 0.66rem;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.17rem 0.5rem;
  background: #fff2ef;
  color: #c2410c;
  border: 1px solid #f8d0c5;
}

#profile .quote-block {
  margin: 0;
  border: 0;
  border-radius: 8px;
  background: #1f3048;
  color: #fff;
  padding: 1.2rem 1.1rem;
  font-style: normal;
}

#profile .quote-block__icon {
  color: #d7c392;
}

#profile .quote-block__accent {
  color: #d7c392;
  font-weight: 700;
  font-family: var(--font-body);
}

#pricing .pricing-note {
  margin: -0.6rem auto 1.9rem;
  text-align: center;
}

#pricing .pricing-grid {
  gap: 0.9rem;
}

#pricing .price-card {
  background: #fff;
  border: 1px solid #e4e8f0;
  border-radius: 8px;
  box-shadow: none;
}

#pricing .price-card--featured {
  background: #071f3e;
  border-color: #0f2d52;
  color: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.22);
}

#pricing .price-card--featured .price-card__tagline,
#pricing .price-card--featured li {
  color: #d7c392;
}

#pricing .price-card--featured .price-card__price {
  color: #fff;
}

#pricing .price-card__badge {
  background: linear-gradient(135deg, #d2bb84, #b89b5e);
  color: #1f3048;
}

#pricing .price-card .btn {
  border-radius: 8px;
}

#pricing .price-card--featured .btn--primary {
  background: linear-gradient(135deg, #d2bb84 0%, #b89b5e 100%);
  color: #0b1b2b;
}

#pricing .spot-card {
  padding: 1rem 1.1rem;
  border-radius: 8px;
  border: 1px solid #dfe5ef;
  background: #fff;
}

#pricing .spot-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fbf4da;
  color: #b89b5e;
  flex-shrink: 0;
}

#pricing .spot-card__headline {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.45rem 0.6rem;
}

#pricing .spot-card__badge {
  font-size: 0.66rem;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.17rem 0.5rem;
  background: #fff2ef;
  color: #c2410c;
  border: 1px solid #f8d0c5;
}

#pricing .spot-card__actions {
  flex-direction: row;
  align-items: center;
  gap: 0.9rem;
}

#pricing .btn--spot {
  background: #0d2b47;
  color: #fff;
  border-radius: 8px;
}

.contact-section {
  background:
    linear-gradient(rgba(4, 24, 47, 0.76), rgba(4, 24, 47, 0.76)),
    url("../images/footer-bg.jpg") center / cover no-repeat;
}

.contact-section h2,
.contact-section .section__intro {
  color: #fff;
}

.contact-section .contact-benefits li {
  border: 1px solid rgba(215, 195, 146, 0.28);
  border-radius: 8px;
  background: rgba(15, 23, 42, 0.28);
  padding: 0.95rem 1rem;
  border-bottom: 1px solid rgba(215, 195, 146, 0.28);
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
}

.contact-section .contact-benefits li + li {
  margin-top: 0.75rem;
}

.contact-section .contact-benefits__icon {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(215, 195, 146, 0.35);
  color: #d7c392;
  background: rgba(255, 255, 255, 0.06);
}

.contact-section .contact-benefits strong {
  color: #fff;
}

.contact-section .contact-benefits__body > span {
  color: #d4dbe8;
}

.contact-section .form {
  border-radius: 8px;
  border: 1px solid #e4e8f0;
  box-shadow: 0 12px 36px rgba(15, 23, 42, 0.2);
}

.contact-section .btn--primary {
  background: linear-gradient(135deg, #d2bb84 0%, #b89b5e 100%);
  color: #0b1b2b;
}

/* fix: stats strip must be equal 4 columns */
.stats-strip {
  display: block !important;
  padding: 0.35rem 1.5rem 0.45rem !important;
}

.stats-strip__inner {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
  align-items: start;
  max-width: 1120px;
  margin: 0 auto;
}

.stats-strip__inner > .stat-card {
  min-width: 0;
  width: 100%;
  text-align: center;
  padding: 0.2rem 0.25rem 0.45rem;
}

.stats-strip__inner > .stat-card .stat-card__value {
  display: block;
  white-space: nowrap;
  font-size: clamp(1.55rem, 2.25vw, 2.15rem) !important;
  line-height: 1.02;
}

.stats-strip__inner > .stat-card .stat-card__label {
  display: block;
  margin-top: 0.32rem;
  white-space: nowrap;
  font-size: 0.72rem !important;
  line-height: 1.2;
  padding-bottom: 0.16rem;
}

@media (max-width: 767px) {
  .stats-strip__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.25rem !important;
  }
}

/* Footer layout fix */
.site-footer {
  padding: 1.8rem 0 0;
  text-align: left;
  color: #d7c392;
  border-top: none;
  background: #07121d;
  font-size: 0.9rem;
}

.site-footer__inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 1.5rem 1.35rem;
  display: grid;
  grid-template-columns: 1.35fr 0.75fr 1.1fr 1fr;
  gap: 1.5rem 1.25rem;
  align-items: start;
}

.site-footer__col {
  min-width: 0;
}

.site-footer__brand {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 0.45rem !important;
}

.site-footer__text,
.site-footer__mail,
.site-footer__link {
  color: #d7c392;
  font-size: 0.88rem;
  line-height: 1.65;
  margin-bottom: 0.25rem !important;
}

.site-footer__col--brand .site-footer__text {
  margin-bottom: 0 !important;
}

.site-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.site-footer__links a {
  color: #d7c392;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
}

.site-footer__links a:hover {
  color: #f3d98f;
  text-decoration: underline;
}

.site-footer__head {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 0.55rem !important;
}

.site-footer__contact-row {
  display: flex;
  gap: 0.45rem;
  align-items: flex-start;
  margin: 0 0 0.6rem !important;
  font-size: 0.86rem;
  line-height: 1.65;
  color: #d7c392;
}

.site-footer__contact-row:last-child {
  margin-bottom: 0 !important;
}

.site-footer__contact-row i {
  margin-top: 0.15rem;
  flex-shrink: 0;
  font-size: 1.05rem;
  color: #d2bb84;
  opacity: 0.95;
}

.site-footer__cta {
  background: linear-gradient(155deg, #0c1f31 0%, #12283f 55%, #0f1f2d 100%);
  border: 1px solid rgba(215, 195, 146, 0.18);
  border-radius: 16px;
  padding: 1.15rem 0.95rem 1.2rem;
  text-align: center;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

.site-footer__cta-icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin: 0 auto 0.65rem;
  border: 2px solid rgba(255, 255, 255, 0.32);
  border-radius: 12px;
  color: #fff;
  font-size: 1.3rem;
}

.site-footer__cta-title {
  margin: 0 0 0.35rem !important;
  color: #fff;
  font-weight: 700;
  font-size: 0.98rem;
  line-height: 1.45;
}

.site-footer__cta-sub {
  margin: 0 0 0.95rem !important;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  line-height: 1.5;
}

.site-footer__cta-btn {
  font-size: 0.82rem;
  padding: 0.65rem 1rem;
}

.site-footer__bar {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0.75rem 1.5rem 1.05rem;
  border-top: 1px solid rgba(215, 195, 146, 0.22);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem 1.25rem;
}

.site-footer__copy {
  margin: 0;
  color: #d7c392;
  font-size: 0.78rem;
  line-height: 1.5;
}

.site-footer__legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.35rem;
}

.site-footer__legal a {
  color: #d7c392;
  font-size: 0.78rem;
  text-decoration: none;
  font-weight: 500;
}

.site-footer__legal a:hover {
  color: #f3d98f;
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .site-footer__inner {
    grid-template-columns: 1fr 1fr;
  }

  .site-footer__col--cta {
    grid-column: 1 / -1;
  }

  .site-footer__cta {
    max-width: 420px;
    margin: 0 auto;
  }
}

@media (max-width: 640px) {
  .site-footer__inner {
    grid-template-columns: 1fr;
    gap: 1.15rem;
  }

  .site-footer__col--cta {
    grid-column: auto;
  }

  .site-footer__cta {
    max-width: none;
  }

  .site-footer__bar {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Additional sections */
.urgency-list {
  margin: 0 auto 1.25rem;
  padding-left: 1.4rem;
  max-width: 780px;
  color: #334155;
}

.urgency-list li {
  margin-bottom: 0.65rem;
}

.strategy-note {
  margin: 0 auto;
  max-width: 780px;
  padding: 1rem 1.15rem;
  border-radius: 8px;
  background: #fff;
  border-left: 4px solid #b89b5e;
  color: #1f2430;
  font-weight: 600;
}

#urgency {
  background: #f6f4ef;
}

#urgency .section__eyebrow,
#difference .section__eyebrow {
  text-align: center;
  color: #b89b5e;
  letter-spacing: 0.08em;
}

#urgency h2,
#difference h2 {
  text-align: center;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

#urgency h2::after,
#difference h2::after {
  content: "";
  display: block;
  width: 62px;
  height: 4px;
  margin: 14px auto 0;
  border-radius: 999px;
  background: #b89b5e;
}

.urgency-copy,
.difference-copy {
  margin: 0 auto;
  max-width: 860px;
  text-align: center;
  color: #334155;
}

.urgency-copy--secondary,
.difference-copy--secondary {
  margin-top: 0.95rem;
  margin-bottom: 1.5rem;
}

.urgency-cards {
  list-style: none;
  padding: 0;
  max-width: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.85rem;
  margin: 1rem 0 1.15rem;
}

.urgency-cards li {
  margin: 0;
  background: #fff;
  border: 1px solid #e4e8f0;
  border-radius: 16px;
  padding: 1rem 0.95rem;
}

.urgency-num {
  display: inline-block;
  min-width: 36px;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 800;
  color: #b89b5e;
  border-radius: 999px;
  background: #f6f4ef;
  padding: 0.22rem 0.5rem;
  margin-bottom: 0.55rem;
}

.urgency-cards strong {
  display: block;
  color: #1f2430;
  margin-bottom: 0.55rem;
}

.urgency-cards p {
  color: #6b7280;
  font-size: 0.92rem;
}

.strategy-note {
  max-width: none;
  border-left: none;
  border-radius: 16px;
  background: linear-gradient(135deg, #0c1f31 0%, #12283f 100%);
  color: #fff;
  text-align: center;
  padding: 0.95rem 1rem;
  font-family: var(--font-head);
}

.strategy-note .strategy-word {
  color: #d2bb84;
}

#difference {
  background: linear-gradient(140deg, #091521, #0c1f31 48%, #12283f);
}

#difference h2,
#difference .difference-copy {
  color: #fff;
}

#difference .difference-copy {
  color: #d6deea;
}

#difference .difference-copy--manifest {
  max-width: 920px;
  margin: 0 auto 1.4rem;
  padding: 0.8rem 1rem;
  font-size: clamp(1.02rem, 1.35vw, 1.12rem);
  line-height: 1.9;
  letter-spacing: 0.04em;
  color: #f4ecd6;
  border: 1px solid rgba(210, 187, 132, 0.45);
  border-radius: 12px;
  background: rgba(184, 155, 94, 0.1);
}

#difference .compare-wrap {
  max-width: 980px;
  margin: 0 auto;
}

#difference .compare-table {
  width: 100%;
  min-width: 0;
  background: rgba(17, 40, 63, 0.35);
  border-radius: 14px;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
}

#difference .compare-table th,
#difference .compare-table td {
  border: 1px solid rgba(215, 195, 146, 0.1);
  color: #e2e8f0;
  background: rgba(11, 27, 43, 0.32);
  padding: 1.35rem 1.6rem !important;
}

#difference .compare-table thead th {
  background: rgba(255, 255, 255, 0.08);
  color: #e2e8f0;
  font-weight: 700;
}

#difference .compare-table .is-highlight {
  background: rgba(184, 155, 94, 0.16);
  color: #d2bb84;
  border-left: 1px solid rgba(215, 195, 146, 0.1);
  border-right: 1px solid rgba(215, 195, 146, 0.1);
}

@media (max-width: 900px) {
  .urgency-cards {
    grid-template-columns: 1fr;
  }
}

.story-card {
  max-width: 860px;
  margin: 0 auto;
  padding: 1.3rem 1.2rem;
  background: #fff;
  border: 1px solid #e4e8f0;
  border-radius: 8px;
}

.story-card p + p {
  margin-top: 0.8rem;
}

.faq-item {
  background: #ffffff;
  border: 1px solid #eceff4;
  border-radius: 16px;
  padding: 0.1rem 0.3rem;
  box-shadow: none;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  color: #1f2430;
  font-size: 1.1rem;
  font-weight: 700;
  position: relative;
  padding: 1.05rem 2.2rem 1.05rem 0.7rem;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0.7rem;
  top: 50%;
  transform: translateY(-50%);
  color: #b89b5e;
  font-weight: 700;
  font-size: 1.5rem;
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-answer {
  color: #334155;
  margin: 0 0.7rem 0.85rem;
  padding-top: 0.15rem;
}

.faq-label {
  display: inline-block;
  margin-right: 0.18rem;
  font-size: 1.12em;
  font-weight: 800;
  line-height: 1;
}

.faq-intro {
  max-width: 720px;
  text-align: center;
  margin: -0.8rem auto 1.4rem;
}

.faq-list {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  gap: 15px;
}

/* New sections from design references */
.bestfit-intro {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.bestfit-grid,
.flow-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

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

.bestfit-card,
.flow-card {
  background: #fff;
  border: 1px solid #e4e8f0;
  border-radius: 16px;
  padding: 1.15rem 1rem;
  color: #334155;
  font-family: var(--font-body);
}

.bestfit-card h3,
.flow-card h3 {
  margin: 0 0 0.7rem;
  font-family: var(--font-body);
  color: #1f2430;
  font-weight: 700;
  line-height: 1.5;
}

.bestfit-card ul {
  margin: 0;
  padding-left: 1.05rem;
}

.bestfit-card li {
  margin-bottom: 0.55rem;
}

.flow-step {
  display: inline-block;
  font-weight: 800;
  color: #0b1b2b;
  background: #ececec;
  border-radius: 14px;
  padding: 0.25rem 0.55rem;
  margin-bottom: 0.65rem;
  font-family: var(--font-body);
}

.flow-note {
  margin-top: 0.85rem;
  padding: 0.45rem 0.55rem;
  border-radius: 10px;
  background: #f3f4f6;
  font-weight: 700;
  color: #0b1b2b;
  font-family: var(--font-body);
}

/* FLOW: section見出しと同系統の明朝＋本文は他セクションと同じトーン */
#flow .flow-card h3 {
  font-family: var(--font-head);
  font-weight: 800;
  color: var(--ink);
}

#flow .flow-card > p:not(.flow-note) {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--muted);
}

#flow .flow-step {
  background: #0b1b2b;
  color: #fff;
  font-size: 0.7rem;
  letter-spacing: 0.06em;
}

#flow .flow-note {
  background: var(--accent-soft);
  color: var(--ink);
  border: 1px solid rgba(184, 155, 94, 0.22);
}

.message-section {
  background: linear-gradient(140deg, #091521, #0c1f31 45%, #12283f);
  color: #fff;
}

.message-section h2,
.message-section .section__intro {
  color: #fff;
  text-align: center;
}

#message .section__inner {
  max-width: 1040px;
}

.message-grid {
  display: grid;
  grid-template-columns: minmax(0, 4.5fr) minmax(0, 5.5fr);
  gap: 1.5rem;
  align-items: stretch;
}

.message-grid > * {
  min-height: 0;
}

.message-note {
  background: rgba(9, 21, 33, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 1.2rem 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.message-note__caption {
  margin: 0;
  padding-top: 0.15rem;
  font-size: 0.84rem;
  line-height: 1.95;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.86);
  flex: 1 1 auto;
}

.message-note__photo {
  display: block;
  width: 98%;
  max-width: 98%;
  height: auto;
  margin: 0 auto 0.85rem;
  border-radius: 0;
  flex-shrink: 0;
}

.message-sign {
  margin-top: auto;
  padding-top: 1.1rem;
  width: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}

.message-sign__company {
  margin: 0 0 0.4rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.45;
}

.message-sign__role {
  margin: 0 0 0.55rem;
  font-weight: 600;
  font-size: 0.88rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.88);
}

.message-sign__img {
  display: block;
  width: 33.333%;
  max-width: 100%;
  height: auto;
}

.message-card {
  background: #ffffff;
  color: #1f2430;
  border-radius: 20px;
  padding: 1.2rem 1.1rem;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.message-card__meta {
  margin: 0 0 1.25rem;
}

.message-card__eyebrow {
  margin: 0;
  color: #b89b5e;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
}

.message-card__rule {
  display: block;
  margin-top: 0.55rem;
  width: 48px;
  height: 1px;
  background: rgba(184, 155, 94, 0.9);
}

.message-card h3 {
  margin: 0.15rem 0 0.5rem;
  color: #1f2430;
}

.message-card h3 + p {
  margin-bottom: 0.75rem;
}

@media (max-width: 900px) {
  .bestfit-grid,
  .flow-grid,
  .message-grid {
    grid-template-columns: 1fr;
  }
}

/* Unified heading-copy layout across sections */
.section .section__eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  text-align: center;
  margin-bottom: 0.7rem;
  color: #b89b5e;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.section .section__eyebrow::before {
  content: "";
  width: 26px;
  height: 2px;
  border-radius: 999px;
  background: #d2bb84;
}

.section .section__inner > h2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section .section__inner > h2::after {
  display: none !important;
}

.section .section__intro,
.urgency-copy,
.difference-copy,
.bestfit-intro {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.compare-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: auto;
}

.compare-wrap::-webkit-scrollbar {
  height: 10px;
}

.compare-wrap::-webkit-scrollbar-thumb {
  background: rgba(184, 155, 94, 0.7);
  border-radius: 999px;
}

@media (max-width: 900px) {
  .swipe-cards {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    gap: 0.8rem !important;
    padding: 0.15rem 0.35rem 0.35rem;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .swipe-cards::-webkit-scrollbar {
    display: none;
  }

  .swipe-cards > * {
    flex: 0 0 84%;
    max-width: 84%;
    scroll-snap-align: start;
  }

  .swipe-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.4rem;
    margin-top: 0.55rem;
  }

  .swipe-dot {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    border: 0;
    background: #cfd6e3;
    padding: 0;
  }

  .swipe-dot.is-active {
    background: #b89b5e;
    transform: scale(1.2);
  }
}

/* Enforce title/copy layout for requested sections */
#service .service-heading .section__eyebrow,
#bestfit .section__eyebrow,
#flow .section__eyebrow,
#message .section__eyebrow,
#faq .section__eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  text-align: center;
}

#service .service-heading .section__eyebrow::before,
#bestfit .section__eyebrow::before,
#flow .section__eyebrow::before,
#message .section__eyebrow::before,
#faq .section__eyebrow::before {
  content: "";
  width: 26px;
  height: 2px;
  border-radius: 999px;
  background: #d2bb84;
}

#service .service-heading h2,
#bestfit .section__inner > h2,
#flow .section__inner > h2,
#message .section__inner > h2,
#faq .section__inner > h2 {
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}

#service .steps-intro p,
#bestfit .section__intro,
#flow .section__intro,
#message .section__intro,
#faq .section__intro {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
