/* ===========================
   itjlaw.com — Modern French
   Hermès Orange × Mediterranean Blue × White
   =========================== */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400&family=Noto+Sans+JP:wght@300;400;500;700&display=swap');

:root {
  /* --- Hermès Orange --- */
  --c-orange: #f37021;
  --c-orange-deep: #d4601a;
  --c-orange-light: #fdf0e8;
  --c-orange-glow: rgba(243,112,33,0.12);

  /* --- Mediterranean Blue --- */
  --c-blue: #2271b3;
  --c-blue-deep: #1a5a92;
  --c-blue-light: #e8f1fa;
  --c-blue-sky: #4a9eda;

  /* --- Neutrals --- */
  --c-white: #ffffff;
  --c-cream: #faf9f7;
  --c-warm-gray: #f4f2ef;
  --c-text: #2d2a26;
  --c-text-mid: #5c5650;
  --c-text-light: #8e8781;
  --c-border: #e8e4df;
  --c-border-light: #f0ede9;

  /* --- Accents --- */
  --c-gold: #c9a96e;

  /* --- System --- */
  --radius: 4px;
  --radius-md: 8px;
  --shadow-xs: 0 1px 3px rgba(0,0,0,0.04);
  --shadow: 0 2px 8px rgba(0,0,0,0.05);
  --shadow-md: 0 4px 20px rgba(0,0,0,0.07);
  --shadow-lg: 0 12px 40px rgba(0,0,0,0.08);
  --max-w: 820px;
  --font-serif: 'Cormorant Garamond', 'Georgia', serif;
  --font-sans: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
  --ease: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

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

html { font-size: 16px; scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--font-sans);
  font-weight: 400;
  color: var(--c-text);
  background: var(--c-white);
  line-height: 1.9;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--c-blue); text-decoration: none; transition: color var(--ease); }
a:hover { color: var(--c-orange); }
ul, ol { padding-left: 1.4em; }

/* ---------- Utilities ---------- */

.container { max-width: var(--max-w); margin: 0 auto; padding: 0 28px; }

.marker {
  background: linear-gradient(transparent 55%, var(--c-orange-light) 55%);
  font-weight: 500;
}

.text-accent { color: var(--c-orange); }
.text-blue { color: var(--c-blue); }
.text-sm { font-size: 0.82rem; color: var(--c-text-light); }
.text-center { text-align: center; }
.mt-0 { margin-top: 0 !important; }
.mb-sm { margin-bottom: 12px; }
.mb-md { margin-bottom: 24px; }
.mb-lg { margin-bottom: 40px; }

/* ---------- Header ---------- */

.site-header {
  background: var(--c-white);
  border-bottom: 1px solid var(--c-border);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.site-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
}

.site-header .logo {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--c-text);
  text-decoration: none;
}

.site-header .logo span {
  font-family: var(--font-sans);
  font-weight: 300;
  font-size: 0.65rem;
  color: var(--c-text-light);
  display: block;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-top: -2px;
}

.header-right { display: flex; align-items: center; gap: 20px; }

.header-tel {
  color: var(--c-text-mid);
  font-size: 0.78rem;
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
}

.header-tel .num {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--c-text);
  letter-spacing: 0.03em;
}

.header-cta-btn {
  background: var(--c-orange);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 8px 22px;
  border-radius: 2px;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: background var(--ease);
}

.header-cta-btn:hover { background: var(--c-orange-deep); color: #fff; }

/* ---------- Hero (Index — Modern French) ---------- */

.hero-index {
  position: relative;
  background: var(--c-cream);
  overflow: hidden;
}

.hero-index-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 540px;
  max-width: 1100px;
  margin: 0 auto;
}

.hero-index-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px 48px 72px 40px;
}

.hero-index-text .eyebrow {
  font-family: var(--font-serif);
  font-size: 0.82rem;
  font-weight: 400;
  font-style: italic;
  color: var(--c-orange);
  letter-spacing: 0.15em;
  margin-bottom: 20px;
}

.hero-index-text h1 {
  font-family: var(--font-serif);
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--c-text);
  margin-bottom: 20px;
  letter-spacing: -0.01em;
}

.hero-index-text h1 em {
  font-style: italic;
  color: var(--c-orange);
}

.hero-index-text .subtitle {
  font-size: 0.92rem;
  font-weight: 300;
  color: var(--c-text-mid);
  line-height: 1.9;
  margin-bottom: 36px;
  max-width: 380px;
}

.hero-index-text .hero-cta {
  display: flex;
  gap: 12px;
}

.hero-index-photo {
  position: relative;
  overflow: hidden;
}

.hero-index-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-index-photo::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 100%;
  background: linear-gradient(90deg, var(--c-cream) 0%, transparent 100%);
}

/* ---------- Hero (Sub pages — Photo) ---------- */

.hero {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
}

.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; }

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(34,113,179,0.78) 0%, rgba(26,90,146,0.55) 100%);
  z-index: 1;
}

.hero .container { position: relative; z-index: 2; padding-top: 56px; padding-bottom: 56px; }

.hero-label {
  display: inline-block;
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 4px 18px;
  border-radius: 2px;
  font-size: 0.78rem;
  font-weight: 400;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}

.hero h1 {
  font-family: var(--font-serif);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 16px;
}

.hero h1 .big {
  font-size: 2.6rem;
  color: var(--c-orange-light);
}

.hero .subtitle {
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.8;
  opacity: 0.92;
  margin-bottom: 28px;
  max-width: 540px;
}

.hero .badges { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 32px; }

.hero .badge {
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,0.18);
  padding: 6px 18px;
  border-radius: 2px;
  font-size: 0.82rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
}

.badge-icon { font-size: 1rem; }

/* ---------- Buttons ---------- */

.cta-group { display: flex; flex-direction: column; gap: 12px; }
.cta-group.horizontal { flex-direction: row; flex-wrap: wrap; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 36px;
  border-radius: 2px;
  font-size: 0.88rem;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  transition: all var(--ease);
  cursor: pointer;
  border: none;
  min-width: 220px;
  letter-spacing: 0.06em;
  line-height: 1.4;
}

.btn:active { transform: scale(0.98); }

.btn-orange {
  background: var(--c-orange);
  color: #fff;
  box-shadow: 0 4px 16px rgba(243,112,33,0.2);
}
.btn-orange:hover {
  background: var(--c-orange-deep);
  color: #fff;
  box-shadow: 0 6px 24px rgba(243,112,33,0.3);
  transform: translateY(-1px);
}

.btn-accent { background: var(--c-orange); color: #fff; box-shadow: 0 4px 16px rgba(243,112,33,0.2); }
.btn-accent:hover { background: var(--c-orange-deep); color: #fff; transform: translateY(-1px); }

.btn-blue {
  background: var(--c-blue);
  color: #fff;
  box-shadow: 0 4px 16px rgba(34,113,179,0.2);
}
.btn-blue:hover {
  background: var(--c-blue-deep);
  color: #fff;
  transform: translateY(-1px);
}

.btn-green { background: #3a9d6a; color: #fff; box-shadow: 0 4px 16px rgba(58,157,106,0.2); }
.btn-green:hover { background: #2f8458; color: #fff; transform: translateY(-1px); }

.btn-outline {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255,255,255,0.45);
}
.btn-outline:hover {
  background: rgba(255,255,255,0.1);
  color: #fff;
  border-color: rgba(255,255,255,0.7);
}

.btn-outline-dark {
  background: transparent;
  color: var(--c-text);
  border: 1.5px solid var(--c-border);
}
.btn-outline-dark:hover {
  border-color: var(--c-orange);
  color: var(--c-orange);
}

.btn-sm { padding: 10px 24px; font-size: 0.82rem; min-width: auto; }

/* ---------- Sections ---------- */

section { padding: 80px 0; }

section.bg-white { background: var(--c-white); }
section.bg-warm { background: var(--c-cream); }
section.bg-light { background: var(--c-warm-gray); }

.section-eyebrow {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 0.85rem;
  color: var(--c-orange);
  text-align: center;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
}

.section-title {
  font-family: var(--font-serif);
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
  color: var(--c-text);
  line-height: 1.4;
  letter-spacing: 0.01em;
}

.section-title::after {
  content: '';
  display: block;
  width: 40px;
  height: 1.5px;
  background: var(--c-orange);
  margin: 16px auto 0;
}

.section-lead {
  text-align: center;
  color: var(--c-text-light);
  margin-bottom: 48px;
  font-size: 0.9rem;
  font-weight: 300;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

/* ---------- Stat Bar ---------- */

.stat-bar {
  background: var(--c-white);
  border-top: 1px solid var(--c-border);
  border-bottom: 1px solid var(--c-border);
  padding: 28px 0;
}

.stat-bar .container {
  display: flex;
  justify-content: center;
  gap: 56px;
  flex-wrap: wrap;
}

.stat-item { text-align: center; }

.stat-number {
  font-family: var(--font-serif);
  font-size: 2rem;
  font-weight: 700;
  color: var(--c-orange);
  line-height: 1.1;
}

.stat-number small {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 400;
  color: var(--c-text-light);
}

.stat-label {
  font-size: 0.72rem;
  color: var(--c-text-light);
  letter-spacing: 0.1em;
  margin-top: 4px;
}

/* ---------- Cards ---------- */

.card-grid { display: grid; gap: 20px; }
.card-grid.cols-2 { grid-template-columns: 1fr 1fr; }
.card-grid.cols-3 { grid-template-columns: 1fr 1fr 1fr; }

.card {
  background: var(--c-white);
  border: 1px solid var(--c-border-light);
  border-radius: var(--radius);
  padding: 32px 28px;
  box-shadow: var(--shadow-xs);
  transition: box-shadow var(--ease), transform var(--ease);
}

.card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }

.card-icon { font-size: 1.6rem; margin-bottom: 14px; display: block; }

.card h3 {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--c-text);
}

.card p { font-size: 0.88rem; color: var(--c-text-mid); line-height: 1.8; }

/* ---------- Service Card (Index) ---------- */

.service-card {
  display: block;
  background: var(--c-white);
  border: 1px solid var(--c-border);
  border-radius: var(--radius);
  padding: 0;
  text-decoration: none;
  color: var(--c-text);
  transition: all var(--ease);
  overflow: hidden;
  position: relative;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: var(--c-orange);
  opacity: 0;
  transition: opacity var(--ease);
}

.service-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
  color: var(--c-text);
  border-color: var(--c-border);
}

.service-card:hover::before { opacity: 1; }

.service-card-body { padding: 28px 28px 28px 32px; }

.service-card .service-icon { font-size: 1.5rem; margin-bottom: 8px; display: block; }

.service-card h3 {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--c-text);
  margin-bottom: 4px;
}

.service-card .price-tag {
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--c-orange);
  margin-bottom: 8px;
}

.service-card p { font-size: 0.82rem; color: var(--c-text-mid); line-height: 1.7; }

.service-card .arrow {
  display: inline-block;
  margin-left: 4px;
  color: var(--c-orange);
  transition: transform var(--ease);
}

.service-card:hover .arrow { transform: translateX(4px); }

/* ---------- Table ---------- */

.table-wrap {
  overflow-x: auto;
  border-radius: var(--radius);
  border: 1px solid var(--c-border);
}

table { width: 100%; border-collapse: collapse; font-size: 0.86rem; background: var(--c-white); }

thead { background: var(--c-blue); color: #fff; }

th, td { padding: 14px 18px; text-align: left; border-bottom: 1px solid var(--c-border-light); }

th { font-weight: 500; font-size: 0.8rem; letter-spacing: 0.06em; }

tbody tr:nth-child(even) { background: var(--c-warm-gray); }
tbody tr:hover { background: var(--c-blue-light); }

.compare-mark-yes { color: var(--c-blue); font-weight: 700; }
.compare-mark-no { color: var(--c-orange); font-weight: 500; }

/* ---------- FAQ ---------- */

.faq-list { list-style: none; padding: 0; }

.faq-item {
  border-bottom: 1px solid var(--c-border-light);
  background: var(--c-white);
}

.faq-item:last-child { border-bottom: none; }

.faq-q {
  font-weight: 500;
  font-size: 0.93rem;
  padding: 20px 0;
  color: var(--c-text);
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: default;
}

.faq-q::before {
  content: "Q";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 26px;
  height: 26px;
  background: var(--c-orange);
  color: #fff;
  border-radius: 2px;
  font-size: 0.72rem;
  font-weight: 700;
  flex-shrink: 0;
  letter-spacing: 0;
}

.faq-a {
  font-size: 0.88rem;
  color: var(--c-text-mid);
  line-height: 1.9;
  padding: 0 0 20px 38px;
  font-weight: 300;
}

/* ---------- Steps ---------- */

.steps { list-style: none; counter-reset: step; padding: 0; }

.steps li {
  counter-increment: step;
  position: relative;
  padding: 20px 0 20px 68px;
  border-left: 1px solid var(--c-border);
  margin-left: 18px;
}

.steps li:last-child { border-left-color: transparent; }

.steps li::before {
  content: counter(step);
  position: absolute;
  left: -14px;
  top: 18px;
  width: 28px;
  height: 28px;
  background: var(--c-white);
  color: var(--c-orange);
  border: 1.5px solid var(--c-orange);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-serif);
  font-size: 0.85rem;
  font-weight: 600;
}

.steps li strong {
  display: block;
  font-size: 0.95rem;
  color: var(--c-text);
  font-weight: 500;
  margin-bottom: 2px;
}

.steps li span { font-size: 0.82rem; color: var(--c-text-light); font-weight: 300; }

/* ---------- Price Box ---------- */

.price-box {
  background: var(--c-white);
  border: 1.5px solid var(--c-orange);
  border-radius: var(--radius);
  padding: 40px 32px;
  text-align: center;
  position: relative;
}

.price-box .price {
  font-family: var(--font-serif);
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--c-orange);
  line-height: 1.2;
}

.price-box .price small {
  font-family: var(--font-sans);
  font-size: 0.85rem;
  font-weight: 400;
  color: var(--c-text-light);
}

.price-box .note { font-size: 0.82rem; color: var(--c-text-light); margin-top: 8px; font-weight: 300; }

/* ---------- Case Box ---------- */

.case-box {
  background: var(--c-white);
  border: 1px solid var(--c-border);
  border-radius: var(--radius);
  padding: 28px 28px 28px 36px;
  margin-bottom: 16px;
  position: relative;
}

.case-box::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--c-orange);
}

.case-box h4 { font-size: 0.92rem; margin-bottom: 8px; color: var(--c-text); font-weight: 500; }

.case-box .result {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--c-orange);
}

.case-box p { font-size: 0.82rem; color: var(--c-text-mid); margin-top: 6px; font-weight: 300; }

/* ---------- Highlight Box ---------- */

.highlight-box {
  background: var(--c-blue-light);
  border-radius: var(--radius);
  padding: 28px 32px;
  margin: 24px 0;
  border-left: 3px solid var(--c-blue);
}

.highlight-box.warning {
  background: var(--c-orange-light);
  border-left-color: var(--c-orange);
}

.highlight-box h3 { color: var(--c-text); font-size: 0.95rem; font-weight: 500; margin-bottom: 10px; }
.highlight-box p, .highlight-box li { font-size: 0.88rem; color: var(--c-text-mid); line-height: 1.85; font-weight: 300; }
.highlight-box ul { margin-top: 8px; }
.highlight-box ul li { margin-bottom: 4px; }

/* ---------- Check List ---------- */

.check-list { list-style: none; padding: 0; }

.check-list li {
  padding: 6px 0 6px 28px;
  position: relative;
  font-size: 0.9rem;
  line-height: 1.7;
  font-weight: 400;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 11px;
  width: 16px;
  height: 16px;
  border: 1.5px solid var(--c-blue);
  border-radius: 2px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8'%3E%3Cpath d='M1 4l2.5 2.5L9 1' stroke='%232271b3' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/10px no-repeat;
}

/* ---------- CTA Section ---------- */

.cta-section {
  background: var(--c-blue-deep);
  color: #fff;
  padding: 72px 0;
  text-align: center;
}

.cta-section h2 {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  margin-bottom: 8px;
  font-weight: 600;
  line-height: 1.6;
}

.cta-section .cta-sub {
  font-size: 0.85rem;
  opacity: 0.7;
  margin-bottom: 32px;
  font-weight: 300;
  letter-spacing: 0.08em;
}

.cta-section .contact-methods {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.contact-method { text-align: center; }
.contact-method .label { font-size: 0.7rem; opacity: 0.6; letter-spacing: 0.12em; text-transform: uppercase; }
.contact-method .value { font-size: 0.9rem; font-weight: 500; }

/* ---------- LINE QR ---------- */

.line-qr-block {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.line-qr-block img {
  width: 130px;
  height: 130px;
  border-radius: 4px;
  background: #fff;
  padding: 8px;
}

.line-qr-block .line-qr-label { font-size: 0.8rem; opacity: 0.8; letter-spacing: 0.06em; }
.line-qr-block .line-qr-note { font-size: 0.72rem; opacity: 0.55; }

/* ---------- Fixed CTA Bar (Mobile) ---------- */

.fixed-cta-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: var(--c-white);
  border-top: 1px solid var(--c-border);
  padding: 10px 16px;
  display: flex;
  gap: 8px;
}

.fixed-cta-bar .btn { flex: 1; min-width: 0; padding: 11px 8px; font-size: 0.82rem; }

@media (min-width: 641px) { .fixed-cta-bar { display: none; } }

/* ---------- Footer ---------- */

.site-footer {
  background: var(--c-text);
  color: rgba(255,255,255,0.5);
  padding: 48px 0 110px;
  font-size: 0.78rem;
}

@media (min-width: 641px) { .site-footer { padding-bottom: 48px; } }

.site-footer .container { text-align: center; }

.site-footer .office-name {
  font-family: var(--font-serif);
  font-weight: 600;
  color: rgba(255,255,255,0.85);
  font-size: 0.95rem;
  margin-bottom: 8px;
  letter-spacing: 0.06em;
}

.site-footer a { color: rgba(255,255,255,0.5); transition: color var(--ease); }
.site-footer a:hover { color: rgba(255,255,255,0.9); }

.footer-links {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.footer-links a {
  padding: 4px 12px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 2px;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
}

.footer-links a:hover { border-color: rgba(255,255,255,0.3); }

.footer-copy { margin-top: 24px; font-size: 0.68rem; opacity: 0.4; }

/* ---------- Responsive ---------- */

@media (max-width: 640px) {
  .hero-index-inner {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .hero-index-text { padding: 48px 24px 40px; text-align: center; }
  .hero-index-text h1 { font-size: 1.9rem; }
  .hero-index-text .hero-cta { justify-content: center; }
  .hero-index-photo { height: 280px; }
  .hero-index-photo::after { display: none; }
  .hero { min-height: 400px; }
  .hero h1 { font-size: 1.5rem; }
  .hero h1 .big { font-size: 1.9rem; }
  section { padding: 56px 0; }
  .section-title { font-size: 1.35rem; }
  .card-grid.cols-2, .card-grid.cols-3 { grid-template-columns: 1fr; }
  .btn { min-width: 100%; padding: 13px 24px; }
  th, td { padding: 10px 12px; font-size: 0.8rem; }
  .price-box .price { font-size: 1.9rem; }
  .stat-bar .container { gap: 28px; }
  .stat-number { font-size: 1.5rem; }
  .header-tel { display: none; }
  .cta-group.horizontal { flex-direction: column; }
}

/* ---------- Worry List (debt page) ---------- */

.worry-list li::before {
  content: "";
  border: 1.5px solid var(--c-orange);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8'%3E%3Cpath d='M1 4l2.5 2.5L9 1' stroke='%23f37021' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/10px no-repeat;
}

/* ---------- Method Block ---------- */

.method-block { margin-bottom: 4px; }
.method-block .case-box { margin-bottom: 16px; }

@media (min-width: 641px) {
  .hero h1 { font-size: 2.1rem; }
  .hero h1 .big { font-size: 2.6rem; }
}
