:root {
  --blue: #00428a;
  --blue2: #0074e8;
  --navy: #001e42;
  --deep: #001329;
  --sky: #e9f5ff;
  --sky2: #f4faff;
  --orange: #ff7a00;
  --orange2: #ffb000;
  --red: #d92525;
  --green: #06c755;
  --text: #243044;
  --gray: #64748b;
  --line: #e5e7eb;
  --white: #fff;
  --bg: #f6f8fb;
  --shadow: 0 18px 50px rgba(0, 43, 92, .14);
  --container: 1120px;
}

.live-status-section {
  background: #fff;
  padding-top: 58px;
}

.live-status-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: center;
}

.live-status-copy {
  background: linear-gradient(135deg, #fff, #f0f8ff);
  border: 1px solid #dbeafe;
  border-radius: 24px;
  padding: 24px;
  box-shadow: var(--shadow);
}

.live-status-copy h3 {
  color: var(--blue);
  font-size: 1.35rem;
  font-weight: 1000;
  line-height: 1.35;
  margin-bottom: 10px;
}

.live-status-copy p {
  color: var(--gray);
  font-weight: 850;
}

.live-status-points {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 18px;
}

.live-status-point {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 12px 14px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #e4f0ff;
  color: var(--navy);
  font-weight: 900;
}

.live-status-point span {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  flex-shrink: 0;
  font-size: .85rem;
}

.live-status-photo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.live-status-photo {
  position: relative;
  overflow: hidden;
  min-height: 180px;
  border-radius: 22px;
  background: #dbeafe;
  box-shadow: 0 14px 32px rgba(15, 23, 42, .12);
}

.live-status-photo:first-child {
  grid-column: 1 / -1;
  min-height: 260px;
}

.live-status-photo img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.live-status-photo-label {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(0, 30, 66, .86);
  color: #fff;
  font-size: .88rem;
  font-weight: 1000;
}

.live-status-grid,
.symptom-cta-buttons,
.photo-check-grid,
.unable-grid,
.seo-link-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.live-status-card,
.photo-check-item,
.unable-item,
.seo-link-card {
  background: #fff;
  border: 1px solid #dbeafe;
  border-radius: 22px;
  box-shadow: 0 10px 26px rgba(15, 23, 42, .07);
}

.live-status-card {
  padding: 20px;
  border-left: 7px solid var(--blue);
}

.live-status-card strong {
  display: block;
  color: var(--blue);
  font-size: 1.15rem;
  font-weight: 1000;
  line-height: 1.35;
  margin-bottom: 6px;
}

.live-status-card p,
.unable-item p,
.seo-link-card p {
  color: var(--gray);
  font-weight: 800;
}

.live-status-card.hot {
  border-left-color: var(--orange);
  background: linear-gradient(135deg, #fff, #fff7e8);
}

.symptom-cta-section {
  background: linear-gradient(180deg, #f7fbff, #fff);
}

.line-keyword-section {
  background:
    radial-gradient(circle at 12% 20%, rgba(6, 199, 85, .10), transparent 28%),
    linear-gradient(180deg, #f7fbff, #fff);
  padding-top: 40px;
}

.maker-showcase {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  align-items: stretch;
}

.maker-visual {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  border-radius: 24px;
  background: #dbeafe;
  box-shadow: var(--shadow);
}

.maker-visual img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.maker-visual-copy {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  padding: 16px;
  border-radius: 18px;
  background: rgba(0, 30, 66, .88);
  color: #fff;
}

.maker-visual-copy strong {
  display: block;
  font-size: 1.22rem;
  line-height: 1.35;
  font-weight: 1000;
  margin-bottom: 4px;
}

.maker-visual-copy p {
  color: #dbeafe;
  font-weight: 850;
}

.maker-grid-wrap {
  display: grid;
  gap: 14px;
}

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

.maker-grid-wrap .maker-card {
  position: relative;
  min-height: 76px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 18px;
}

.maker-grid-wrap .maker-card:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 14px;
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(0, 116, 232, .18), rgba(0, 66, 138, .08));
  border: 1px solid #cfe5ff;
}

.maker-grid-wrap .maker-card:after {
  content: "";
  position: absolute;
  top: 21px;
  left: 21px;
  width: 12px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid var(--blue);
  opacity: .45;
}

.maker-mini-proof {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.maker-mini-proof div {
  padding: 13px 15px;
  border-radius: 16px;
  background: #f8fbff;
  border: 1px solid #dbeafe;
  color: var(--navy);
  font-weight: 900;
}

.achievement-section {
  background:
    radial-gradient(circle at 88% 18%, rgba(0, 116, 232, .10), transparent 28%),
    linear-gradient(180deg, #f7fbff, #fff);
}

.achievement-badge {
  width: fit-content;
  margin: 0 auto 12px;
  padding: 8px 18px;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-weight: 1000;
  box-shadow: 0 10px 22px rgba(0, 66, 138, .18);
}

.achievement-summary {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 28px 0 20px;
}

.achievement-summary-card {
  padding: 18px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #dbeafe;
  box-shadow: 0 10px 26px rgba(15, 23, 42, .06);
}

.achievement-summary-card strong {
  display: block;
  color: var(--navy);
  font-size: 1.08rem;
  font-weight: 1000;
  margin-bottom: 4px;
}

.achievement-summary-card span {
  display: block;
  color: var(--red);
  font-size: 1.22rem;
  font-weight: 1000;
}

.achievement-board {
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--shadow);
  border: 1px solid #dbeafe;
}

.achievement-board-head {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px 20px;
  color: #fff;
  background: linear-gradient(135deg, var(--navy), var(--blue));
}

.achievement-board-head h3 {
  margin: 0;
  font-size: 1.24rem;
  line-height: 1.35;
  font-weight: 1000;
}

.achievement-board-head p {
  margin: 0;
  color: #dbeafe;
  font-weight: 850;
}

.achievement-loop-status {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  padding: 8px 13px;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .24);
  font-size: .9rem;
  font-weight: 1000;
}

.achievement-loop-status:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #32e36b;
  box-shadow: 0 0 0 5px rgba(50, 227, 107, .20);
}

.achievement-window {
  height: 430px;
  overflow: hidden;
  position: relative;
  background: #fff;
}

.achievement-window:before,
.achievement-window:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 54px;
  z-index: 2;
  pointer-events: none;
}

.achievement-window:before {
  top: 0;
  background: linear-gradient(#fff, rgba(255, 255, 255, 0));
}

.achievement-window:after {
  bottom: 0;
  background: linear-gradient(rgba(255, 255, 255, 0), #fff);
}

.achievement-track {
  display: grid;
  animation: achievementScroll 95s linear infinite;
}

.achievement-window:hover .achievement-track {
  animation-play-state: paused;
}

@keyframes achievementScroll {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}

.achievement-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  padding: 18px 20px;
  border-bottom: 1px solid #e8eef6;
}

.achievement-row-main {
  display: grid;
  gap: 3px;
}

.achievement-row-date {
  color: var(--navy);
  font-weight: 1000;
}

.achievement-row-place {
  color: var(--gray);
  font-size: .92rem;
  font-weight: 900;
}

.achievement-row-case {
  color: var(--navy);
  font-weight: 1000;
  line-height: 1.42;
}

.achievement-row-work {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.achievement-row-work span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #eef6ff;
  color: var(--blue);
  font-size: .84rem;
  font-weight: 1000;
}

.achievement-row-price {
  color: var(--red);
  font-size: 1.08rem;
  font-weight: 1000;
}

.achievement-footnote {
  padding: 12px 18px 18px;
  color: var(--gray);
  text-align: center;
  font-size: .9rem;
  font-weight: 850;
}

.line-keyword-box {
  max-width: 1058px;
  margin: 0 auto;
  padding: 24px;
  border: 2px solid #c9def5;
  border-radius: 28px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 18px 48px rgba(0, 66, 138, .12);
  text-align: center;
}

.line-keyword-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 8px 16px;
  border-radius: 999px;
  background: #e9fff1;
  border: 1px solid #9ee7b7;
  color: #008a38;
  font-weight: 1000;
}

.line-keyword-box h2 {
  max-width: 880px;
  margin: 0 auto 10px;
  color: var(--deep);
  font-size: 1.82rem;
  line-height: 1.26;
  font-weight: 1000;
}

.line-keyword-box h2 span {
  color: #00a63d;
}

.line-keyword-lead {
  max-width: 860px;
  margin: 0 auto;
  color: var(--navy);
  font-weight: 900;
}

.line-keyword-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 18px auto 0;
}

.line-keyword-tags a,
.line-keyword-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 14px;
  border-radius: 999px;
  background: #eef6ff;
  color: var(--blue);
  border: 1px solid #d4e7ff;
  font-size: .9rem;
  font-weight: 1000;
}

.line-keyword-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  max-width: 760px;
  margin: 22px auto 0;
}

.line-keyword-action {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  border-radius: 999px;
  color: #fff;
  font-size: 1.08rem;
  font-weight: 1000;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .16);
}

.line-keyword-action.line {
  background: linear-gradient(135deg, #12cf57, #02a943);
}

.line-keyword-action.tel {
  background: linear-gradient(135deg, #ff4d67, #d9254a);
}

.line-keyword-note {
  max-width: 850px;
  margin: 14px auto 0;
  padding: 12px 14px;
  border-radius: 14px;
  background: #fff7e8;
  border: 1px solid #ffd28a;
  color: #984000;
  font-weight: 1000;
}

.line-keyword-hours {
  margin-top: 14px;
  color: var(--navy);
  font-weight: 900;
}

.symptom-cta-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  padding: 15px 18px;
  border-radius: 18px;
  background: #fff;
  border: 2px solid #dbeafe;
  color: var(--blue);
  font-weight: 1000;
  box-shadow: 0 10px 24px rgba(0, 66, 138, .08);
  transition: .2s;
}

.symptom-cta-btn:hover {
  transform: translateY(-3px);
  border-color: var(--orange);
}

.symptom-cta-btn span {
  color: var(--orange);
  font-size: 1.35rem;
  line-height: 1;
}

.photo-consult-strong {
  background: #fff;
}

.photo-check-grid {
  margin-top: 20px;
}

.photo-check-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: center;
  padding: 16px;
}

.photo-check-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: var(--sky);
  color: var(--blue);
  font-weight: 1000;
}

.photo-check-item h3 {
  color: var(--navy);
  font-size: 1.02rem;
  font-weight: 1000;
  line-height: 1.35;
}

.photo-check-item p {
  color: var(--gray);
  font-size: .92rem;
  font-weight: 800;
}

.unable-section {
  background: #fff;
}

.unable-lead {
  max-width: 850px;
  margin: -14px auto 24px;
  color: var(--gray);
  text-align: center;
  font-weight: 800;
}

.unable-item {
  padding: 18px;
  border-left: 7px solid #94a3b8;
}

.unable-item strong {
  display: block;
  color: var(--navy);
  font-weight: 1000;
  margin-bottom: 5px;
}

.honest-note {
  margin-top: 22px;
  padding: 20px;
  border-radius: 22px;
  background: #fff8e8;
  border: 2px solid #ffdca3;
  color: #7a3d00;
  text-align: center;
  font-size: 1.08rem;
  font-weight: 1000;
}

.seo-link-section {
  background: linear-gradient(135deg, var(--navy), #003a78);
  color: #fff;
}

.seo-link-section .section-title,
.seo-link-section .section-sub {
  color: #fff;
}

.seo-link-card {
  display: block;
  padding: 22px;
  color: var(--text);
}

.seo-link-card strong {
  display: block;
  color: var(--blue);
  font-size: 1.2rem;
  font-weight: 1000;
  line-height: 1.35;
  margin-bottom: 8px;
}

.seo-link-card em {
  display: inline-block;
  margin-top: 12px;
  color: var(--orange);
  font-style: normal;
  font-weight: 1000;
}

.search-hub-section {
  min-height: 760px;
  padding: 108px 0 96px;
  background: #f7fbff url("../images/sections/search-hub-bg-desktop.png") center top / cover no-repeat;
  overflow: hidden;
}

.search-hub-inner {
  width: min(100%, 1460px);
  margin: 0 auto;
  padding: 0 48px;
}

.search-hub-copy {
  width: min(100%, 980px);
  margin-left: auto;
  text-align: center;
}

.search-hub-kicker {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  margin: 0 0 22px;
  color: #0b67d2;
  font-size: clamp(1rem, 1.26vw, 1.42rem);
  font-weight: 1000;
  line-height: 1.2;
  letter-spacing: .16em;
}

.search-hub-kicker::before,
.search-hub-kicker::after {
  content: "";
  width: 28px;
  height: 27px;
  background:
    linear-gradient(45deg, transparent 42%, #1689ed 44% 56%, transparent 58%) left 0 top 4px / 20px 20px no-repeat,
    linear-gradient(45deg, transparent 42%, #1689ed 44% 56%, transparent 58%) right 0 bottom 3px / 20px 20px no-repeat;
}

.search-hub-kicker::after {
  transform: scaleX(-1);
}

.search-hub-title {
  margin: 0;
  color: #092755;
  font-size: clamp(2.65rem, 3.2vw, 4.35rem);
  font-weight: 1000;
  line-height: 1.18;
  letter-spacing: .03em;
  text-shadow: 0 12px 30px rgba(16, 90, 176, .12);
}

.search-hub-title span {
  color: #ff7600;
}

.search-hub-lead {
  margin: 22px auto 0;
  color: #102448;
  font-size: clamp(1rem, 1.08vw, 1.24rem);
  font-weight: 950;
  line-height: 1.85;
  letter-spacing: .08em;
}

.search-hub-grid {
  width: min(100%, 1088px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 24px;
  margin: 42px 0 0 auto;
}

.search-hub-card {
  min-height: 218px;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  align-items: center;
  gap: 30px;
  padding: 34px 42px 32px 30px;
  border: 1px solid rgba(207, 225, 243, .92);
  border-radius: 18px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 22px 48px rgba(34, 88, 145, .13), inset 0 1px 0 rgba(255, 255, 255, .96);
  color: #082653;
  text-decoration: none;
  backdrop-filter: blur(10px);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.search-hub-card:hover {
  transform: translateY(-3px);
  border-color: rgba(14, 108, 220, .38);
  box-shadow: 0 28px 58px rgba(34, 88, 145, .18), inset 0 1px 0 rgba(255, 255, 255, .96);
}

.search-hub-icon {
  width: 116px;
  height: 116px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #eef6ff, #e2efff);
  color: #0869dc;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .94);
}

.search-hub-icon svg {
  width: 70px;
  height: 70px;
  display: block;
}

.search-hub-card-body {
  display: block;
  min-width: 0;
}

.search-hub-card strong {
  display: block;
  color: #0968d9;
  font-size: clamp(1.28rem, 1.5vw, 1.72rem);
  font-weight: 1000;
  line-height: 1.28;
  letter-spacing: .04em;
}

.search-hub-line {
  width: 78px;
  height: 3px;
  display: block;
  margin: 17px 0 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0869dc, #45a8ff);
}

.search-hub-text {
  display: block;
  color: #142945;
  font-size: clamp(.96rem, 1.08vw, 1.12rem);
  font-weight: 850;
  line-height: 1.85;
  letter-spacing: .045em;
}

.search-hub-card em {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-top: 22px;
  color: #056bd9;
  font-size: clamp(.98rem, 1.1vw, 1.14rem);
  font-style: normal;
  font-weight: 1000;
  line-height: 1;
  letter-spacing: .06em;
}

.search-hub-card em span {
  font-size: 2rem;
  font-weight: 800;
  line-height: .6;
}

@media (max-width: 767px) {
  .search-hub-section {
    min-height: auto;
    padding: 82px 0 64px;
    background-image: url("../images/sections/search-hub-bg-mobile.png");
    background-position: left top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: #f7fbff;
  }

  .search-hub-inner {
    padding: 0 18px;
  }

  .search-hub-copy {
    width: min(64vw, 268px);
    margin-left: auto;
    text-align: center;
  }

  .search-hub-kicker {
    gap: 8px;
    margin-bottom: 16px;
    font-size: clamp(.72rem, 2.75vw, .92rem);
    line-height: 1.35;
    letter-spacing: .08em;
    white-space: normal;
  }

  .search-hub-kicker::before,
  .search-hub-kicker::after {
    flex: 0 0 12px;
    width: 12px;
    height: 18px;
    background-size: 11px 11px, 11px 11px;
  }

  .search-hub-title {
    font-size: clamp(1.62rem, 6.45vw, 2.62rem);
    line-height: 1.23;
    letter-spacing: 0;
  }

  .search-hub-title span {
    display: block;
    margin-top: 2px;
  }

  .search-hub-lead {
    margin-top: 24px;
    font-size: clamp(.86rem, 3.55vw, 1.08rem);
    line-height: 2.05;
    letter-spacing: .06em;
  }

  .search-hub-grid {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 214px;
  }

  .search-hub-card {
    min-height: 156px;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 18px;
    padding: 18px 20px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 18px 42px rgba(34, 88, 145, .12), inset 0 1px 0 rgba(255, 255, 255, .96);
  }

  .search-hub-icon {
    width: 86px;
    height: 86px;
  }

  .search-hub-icon svg {
    width: 52px;
    height: 52px;
  }

  .search-hub-card strong {
    font-size: clamp(1.12rem, 4.5vw, 1.38rem);
    line-height: 1.26;
  }

  .search-hub-line {
    width: 48px;
    height: 2px;
    margin: 10px 0 10px;
  }

  .search-hub-text {
    font-size: clamp(.82rem, 3.25vw, .94rem);
    line-height: 1.58;
  }

  .search-hub-card em {
    gap: 10px;
    margin-top: 10px;
    font-size: clamp(.84rem, 3.25vw, .96rem);
  }
}

@media (max-width: 390px) {
  .search-hub-inner {
    padding: 0 14px;
  }

  .search-hub-copy {
    width: min(65vw, 238px);
  }

  .search-hub-kicker {
    font-size: .68rem;
    gap: 6px;
    letter-spacing: .04em;
  }

  .search-hub-kicker::before,
  .search-hub-kicker::after {
    flex-basis: 10px;
    width: 10px;
    background-size: 9px 9px, 9px 9px;
  }

  .search-hub-title {
    font-size: 1.52rem;
  }

  .search-hub-grid {
    margin-top: 186px;
    gap: 14px;
  }

  .search-hub-card {
    min-height: 146px;
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 15px;
    padding: 16px 17px;
  }

  .search-hub-icon {
    width: 78px;
    height: 78px;
  }

  .search-hub-icon svg {
    width: 48px;
    height: 48px;
  }

  .search-hub-card strong {
    font-size: 1.1rem;
  }

  .search-hub-text {
    font-size: .8rem;
    line-height: 1.5;
  }

  .search-hub-card em {
    margin-top: 8px;
    font-size: .82rem;
  }
}

.area .area-tag.area-link {
  display: block;
}

.case-more-link {
  margin-top: 18px;
  text-align: center;
}

.case-more-link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 22px;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-weight: 1000;
  box-shadow: 0 12px 26px rgba(0, 66, 138, .2);
}

.seo-page {
  margin: 0;
  padding-top: 74px;
  color: var(--text);
  background: var(--bg);
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

.seo-page * {
  box-sizing: border-box;
}

.seo-page a {
  color: inherit;
  text-decoration: none;
}

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

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

.site-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 74px;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 8px 28px rgba(0, 0, 0, .08);
  backdrop-filter: blur(12px);
}

.site-header-inner {
  max-width: var(--container);
  height: 100%;
  margin: 0 auto;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.site-logo {
  display: block;
  width: 250px;
  height: 55px;
  flex-shrink: 0;
}

.site-nav {
  display: none;
  align-items: center;
  gap: 14px;
  color: var(--navy);
  font-size: .9rem;
  font-weight: 1000;
}

.site-nav a {
  white-space: nowrap;
}

.site-actions {
  display: flex;
  gap: 8px;
  align-items: center;
}

.site-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 15px;
  border-radius: 999px;
  color: #fff;
  font-weight: 1000;
  line-height: 1.2;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .12);
}

.site-btn.line {
  background: var(--green);
}

.site-btn.tel {
  background: linear-gradient(135deg, var(--orange2), var(--orange));
}

.site-btn.ghost {
  display: none;
  background: #eef6ff;
  color: var(--blue);
  box-shadow: none;
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 58px 0 42px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 16%, rgba(255, 176, 0, .26), transparent 28%),
    linear-gradient(135deg, #003a78 0%, #00306b 48%, #002148 100%);
}

.page-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom, #000, transparent 96%);
}

.page-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: center;
}

.page-hero-grid > * {
  min-width: 0;
}

.breadcrumb {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  color: #dbeafe;
  font-size: .9rem;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.breadcrumb a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .22);
  padding: 7px 14px;
  color: #fff;
  font-size: .88rem;
  font-weight: 1000;
  margin-bottom: 14px;
}

.page-hero h1 {
  margin: 0 0 14px;
  font-size: 2rem;
  line-height: 1.22;
  font-weight: 1000;
  overflow-wrap: anywhere;
}

.hero-lead-page {
  max-width: 760px;
  margin: 0;
  color: #eaf3ff;
  font-size: 1.04rem;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.hero-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 20px;
  max-width: 560px;
}

.hero-action {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  border-radius: 18px;
  padding: 14px 18px;
  color: #fff;
  font-weight: 1000;
  box-shadow: 0 14px 28px rgba(0, 0, 0, .18);
}

.hero-action.tel {
  background: linear-gradient(135deg, var(--orange2), var(--orange));
}

.hero-action.line {
  background: var(--green);
}

.hero-media {
  min-height: 240px;
}

.image-frame {
  position: relative;
  overflow: hidden;
  min-height: 230px;
  border-radius: 24px;
  background: #dbeafe;
  box-shadow: var(--shadow);
}

.image-frame img {
  width: 100%;
  height: 100%;
  min-height: 230px;
  object-fit: cover;
}

.image-frame figcaption {
  padding: 10px 14px;
  background: rgba(0, 30, 66, .86);
  color: #fff;
  font-size: .86rem;
  font-weight: 900;
}

.no-image {
  min-height: 230px;
  display: grid;
  place-items: center;
  padding: 26px;
  color: #315f92;
  text-align: center;
  font-weight: 1000;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .88), rgba(233, 245, 255, .78)),
    repeating-linear-gradient(-45deg, #e4f1ff 0, #e4f1ff 12px, #f7fbff 12px, #f7fbff 24px);
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border-radius: 999px;
  padding: 6px 12px;
  background: #fff;
  color: var(--blue);
  font-size: .88rem;
  font-weight: 1000;
}

.content-section {
  padding: 58px 0;
  background: #fff;
}

.content-section.alt {
  background: linear-gradient(180deg, #f7fbff, #fff);
}

.content-section.blue {
  background: linear-gradient(135deg, var(--navy), #003a78);
  color: #fff;
}

.page-title {
  margin: 0 0 14px;
  color: var(--navy);
  font-size: 1.75rem;
  line-height: 1.35;
  font-weight: 1000;
}

.content-section.blue .page-title {
  color: #fff;
}

.page-sub {
  max-width: 780px;
  margin: 0 0 26px;
  color: var(--gray);
  font-weight: 800;
}

.content-section.blue .page-sub {
  color: #dbeafe;
}

.card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.list-card,
.info-card,
.cta-card {
  background: #fff;
  border: 1px solid #e8eef6;
  border-radius: 22px;
  box-shadow: 0 12px 32px rgba(15, 23, 42, .08);
}

.list-card {
  overflow: hidden;
}

.list-card-body,
.info-card,
.cta-card {
  padding: 20px;
}

.list-card h2,
.list-card h3,
.info-card h2,
.info-card h3 {
  margin: 0 0 8px;
  color: var(--blue);
  font-size: 1.18rem;
  line-height: 1.4;
  font-weight: 1000;
}

.list-card p,
.info-card p,
.cta-card p {
  margin: 0;
  color: var(--gray);
  font-weight: 800;
}

.card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0;
}

.card-meta span {
  border-radius: 999px;
  padding: 4px 10px;
  background: #fff0df;
  color: #a04400;
  font-size: .86rem;
  font-weight: 1000;
}

.card-link {
  display: inline-flex;
  margin-top: 14px;
  color: var(--orange);
  font-weight: 1000;
}

.detail-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.data-table {
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
  border: 1px solid #dbeafe;
  border-radius: 20px;
  background: #fff;
}

.data-row {
  display: grid;
  grid-template-columns: 120px 1fr;
  border-bottom: 1px solid #e8eef6;
}

.data-row:last-child {
  border-bottom: 0;
}

.data-label,
.data-value {
  padding: 13px 15px;
  font-weight: 900;
}

.data-label {
  background: #f0f8ff;
  color: var(--blue);
}

.data-value {
  color: var(--navy);
}

.check-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 13px 14px 13px 42px;
  border-radius: 16px;
  background: #f8fbff;
  color: #475569;
  font-weight: 850;
}

.check-list li:before {
  content: "";
  position: absolute;
  left: 16px;
  top: 19px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
}

.price-band {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.price-item {
  padding: 18px;
  border-radius: 18px;
  background: #fff;
  border: 2px solid #dbeafe;
}

.price-item strong {
  display: block;
  color: var(--red);
  font-size: 1.4rem;
  font-weight: 1000;
}

.related-links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.related-link {
  display: block;
  padding: 16px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #dbeafe;
  color: var(--blue);
  font-weight: 1000;
  box-shadow: 0 8px 22px rgba(0, 66, 138, .06);
}

.blog-body {
  max-width: 860px;
  margin: 0 auto;
}

.blog-body h2 {
  margin: 34px 0 10px;
  color: var(--navy);
  font-size: 1.45rem;
  line-height: 1.4;
  font-weight: 1000;
}

.blog-body p {
  margin: 0 0 16px;
  color: #334155;
  font-weight: 780;
}

.cta-card {
  text-align: center;
  border: 3px solid #dbeafe;
}

.cta-card h2 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 1.5rem;
  line-height: 1.35;
  font-weight: 1000;
}

.cta-buttons-page {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 18px;
}

.cta-buttons-page a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border-radius: 18px;
  color: #fff;
  font-weight: 1000;
}

.cta-buttons-page .line {
  background: var(--green);
}

.cta-buttons-page .tel {
  background: linear-gradient(135deg, var(--orange2), var(--orange));
}

.page-footer {
  padding: 48px 20px 110px;
  background: #101827;
  color: #cbd5e1;
  text-align: center;
}

.page-footer-logo {
  margin-bottom: 12px;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 1000;
}

.fixed-page-cta {
  position: fixed;
  z-index: 1000;
  left: 0;
  bottom: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 8px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 -10px 28px rgba(0, 0, 0, .14);
  backdrop-filter: blur(12px);
}

.fixed-page-cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border-radius: 14px;
  color: #fff;
  font-weight: 1000;
}

.fixed-page-cta .tel {
  background: linear-gradient(135deg, var(--orange2), var(--orange));
}

.fixed-page-cta .line {
  background: var(--green);
}

.photo-consult-note-section {
  margin: 0;
  padding: 18px 16px 30px;
  background: linear-gradient(180deg, #fff6cf 0%, #fff 82%);
}

.photo-consult-note {
  width: min(100%, 1040px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 22px;
  border: 1px solid rgba(8, 102, 207, .24);
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .98), rgba(239, 248, 255, .98)),
    radial-gradient(circle at 6% 30%, rgba(6, 199, 85, .14), transparent 32%);
  box-shadow: 0 18px 42px rgba(12, 86, 166, .12);
  color: #082653;
  line-height: 1.65;
}

.photo-consult-note-icon {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #06c755, #0b8be8);
  color: #fff;
  box-shadow: 0 12px 26px rgba(6, 199, 85, .22);
}

.photo-consult-note-icon svg {
  width: 34px;
  height: 34px;
  display: block;
}

.photo-consult-note p {
  margin: 0;
  color: #14365f;
  font-size: clamp(.98rem, 1.4vw, 1.16rem);
  font-weight: 900;
}

.photo-consult-note strong {
  color: #006ad7;
  font-size: 1.05em;
  font-weight: 1000;
}

@media (max-width: 767px) {
  .photo-consult-note-section {
    padding: 12px 12px 24px;
  }

  .photo-consult-note {
    align-items: flex-start;
    gap: 12px;
    padding: 14px;
    border-radius: 18px;
  }

  .photo-consult-note-icon {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
    border-radius: 14px;
  }

  .photo-consult-note-icon svg {
    width: 28px;
    height: 28px;
  }

  .photo-consult-note p {
    font-size: .92rem;
    line-height: 1.75;
  }
}

@media (min-width: 720px) {
  .live-status-grid,
  .unable-grid,
  .seo-link-grid,
  .card-grid,
  .related-links,
  .price-band,
  .achievement-summary {
    grid-template-columns: repeat(2, 1fr);
  }

  .symptom-cta-buttons,
  .photo-check-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .hero-actions,
  .cta-buttons-page,
  .line-keyword-actions {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 980px) {
  .achievement-summary {
    grid-template-columns: repeat(4, 1fr);
  }

  .achievement-board-head {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .achievement-row {
    grid-template-columns: minmax(220px, .9fr) minmax(320px, 1.25fr) 110px;
    align-items: center;
  }

  .maker-showcase {
    grid-template-columns: minmax(330px, .78fr) minmax(0, 1.22fr);
  }

  .live-status-layout {
    grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  }

  .live-status-copy {
    padding: 30px;
  }

  .live-status-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .site-nav {
    display: flex;
  }

  .site-btn.ghost {
    display: inline-flex;
  }

  .page-hero-grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  }

  .page-hero h1 {
    font-size: 2.65rem;
  }

  .detail-grid {
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  }

  .card-grid.three,
  .related-links.three {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 719px) {
  .line-keyword-box {
    padding: 20px 14px;
    border-radius: 22px;
  }

  .line-keyword-box h2 {
    font-size: 1.46rem;
  }

  .line-keyword-action {
    border-radius: 18px;
  }

  .site-actions .site-btn.line {
    display: none;
  }

  .site-header-inner {
    gap: 6px;
    padding: 0 10px;
  }

  .site-logo {
    width: 184px;
    height: 46px;
  }

  .site-btn {
    min-height: 40px;
    padding: 8px 10px;
    font-size: .82rem;
  }

  .site-actions {
    display: none;
  }

  .page-hero {
    padding: 42px 0 34px;
  }

  .page-hero h1 {
    font-size: 1.72rem;
  }

  .data-row {
    grid-template-columns: 104px 1fr;
  }
}

/* LP: honest unsupported cases section */
.unable-section {
  position: relative;
  overflow: hidden;
  padding: clamp(78px, 7vw, 118px) 0 clamp(68px, 6vw, 94px) !important;
  background: #f8fbff url("../images/sections/unable-bg-desktop.png") center top / cover no-repeat !important;
  color: #082653;
}

.unable-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.5) 0%, rgba(255,255,255,.18) 45%, rgba(255,246,236,.42) 100%);
  pointer-events: none;
}

.unable-section .container {
  position: relative;
  z-index: 1;
  max-width: 1560px;
}

.unable-heading {
  max-width: 1180px;
  margin: 0 auto 44px;
  text-align: center;
}

.unable-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 10px 24px;
  border-radius: 999px;
  background: rgba(255,255,255,.86);
  color: #082653;
  font-size: clamp(1rem, 1.25vw, 1.35rem);
  font-weight: 1000;
  line-height: 1.25;
  box-shadow: 0 10px 28px rgba(8,38,83,.08);
}

.unable-badge svg {
  width: 28px;
  height: 28px;
  color: #1b7df0;
  flex: 0 0 auto;
}

.unable-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  margin: 34px 0 20px;
  color: #082653;
  font-size: clamp(2.6rem, 4vw, 4.6rem);
  font-weight: 1000;
  line-height: 1.16;
  letter-spacing: 0;
  text-shadow: 0 10px 28px rgba(0,91,185,.12);
}

.unable-title strong {
  color: #1e75ee;
  font: inherit;
}

.unable-title-text {
  display: inline-block;
}

.unable-title-line {
  display: inline;
}

.unable-title::before,
.unable-title::after {
  content: "";
  width: 58px;
  height: 44px;
  flex: 0 0 auto;
  background:
    linear-gradient(32deg, transparent 45%, #1688ef 46%, #1688ef 54%, transparent 55%) 0 5px / 30px 9px no-repeat,
    linear-gradient(0deg, transparent 38%, #1688ef 39%, #1688ef 52%, transparent 53%) 9px 20px / 34px 8px no-repeat,
    linear-gradient(-32deg, transparent 45%, #1688ef 46%, #1688ef 54%, transparent 55%) 0 33px / 30px 9px no-repeat;
}

.unable-title::after {
  transform: scaleX(-1);
}

.unable-lead {
  max-width: 950px;
  margin: 0 auto;
  color: #101827;
  font-size: clamp(1.05rem, 1.35vw, 1.38rem);
  font-weight: 900;
  line-height: 1.9;
  text-align: center;
}

.unable-lead strong {
  color: #0b73e0;
  font-weight: 1000;
}

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

.unable-item {
  --unable-color: #1b73d8;
  --unable-icon-bg: #e6f0ff;
  position: relative;
  min-height: 190px;
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  padding: 28px 38px 28px 22px;
  border: 1px solid rgba(205,220,238,.74);
  border-left: 1px solid rgba(205,220,238,.74);
  border-radius: 20px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 18px 46px rgba(25,78,140,.12), inset 0 1px 0 rgba(255,255,255,.95);
  overflow: hidden;
}

.unable-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 78px;
  height: 78px;
  background: linear-gradient(135deg, var(--unable-color), color-mix(in srgb, var(--unable-color) 68%, #fff));
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  border-radius: 0 20px 0 0;
  pointer-events: none;
}

.unable-item:nth-child(2) {
  --unable-color: #24a981;
  --unable-icon-bg: #dff8ef;
}

.unable-item:nth-child(3) {
  --unable-color: #f59e0b;
  --unable-icon-bg: #fff1d7;
}

.unable-item:nth-child(4) {
  --unable-color: #a855f7;
  --unable-icon-bg: #f1e3ff;
}

.unable-item:nth-child(5) {
  --unable-color: #ec5792;
  --unable-icon-bg: #ffe3f0;
}

.unable-item:nth-child(6) {
  --unable-color: #1688d8;
  --unable-icon-bg: #e3f2ff;
}

.unable-icon {
  position: relative;
  z-index: 2;
  width: 96px;
  height: 96px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--unable-icon-bg);
  color: var(--unable-color);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.7);
}

.unable-icon svg {
  width: 62px;
  height: 62px;
}

.unable-number {
  position: absolute;
  top: 11px;
  right: 10px;
  z-index: 3;
  color: #fff;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 1000;
  line-height: 1;
  text-shadow: 0 2px 7px rgba(0,0,0,.18);
}

.unable-number::after {
  display: none;
}

.unable-copy strong {
  position: relative;
  z-index: 2;
  display: block;
  margin: 0 0 10px;
  color: #082653;
  font-size: clamp(1.05rem, 1.35vw, 1.42rem);
  font-weight: 1000;
  line-height: 1.45;
}

.unable-copy p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #1e2f4b;
  font-size: clamp(.95rem, 1vw, 1.04rem);
  font-weight: 850;
  line-height: 1.72;
}

.honest-note {
  max-width: 1300px;
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 22px;
  margin: 42px auto 0;
  padding: 16px 42px;
  border: 0;
  border-radius: 22px;
  background:
    radial-gradient(circle at 96% 20%, rgba(255,255,255,.22), transparent 16%),
    linear-gradient(120deg, #003c9e 0%, #0c66dc 58%, #31a0ff 100%);
  color: #fff;
  font-size: clamp(1.35rem, 2.05vw, 2.1rem);
  font-weight: 1000;
  line-height: 1.35;
  text-align: left;
  box-shadow: 0 18px 44px rgba(4,74,160,.25);
}

.honest-note svg {
  width: 72px;
  height: 72px;
  flex: 0 0 auto;
  padding: 16px;
  border: 1px solid rgba(255,255,255,.38);
  border-radius: 50%;
  background: rgba(255,255,255,.10);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}

.honest-note strong {
  color: #fff200;
  font: inherit;
}

@media (max-width: 767px) {
  .unable-section {
    padding: 56px 0 64px !important;
    background-image: url("../images/sections/unable-bg-mobile.png") !important;
    background-position: center top;
    background-size: cover;
  }

  .unable-section::before {
    background: linear-gradient(180deg, rgba(255,255,255,.52) 0%, rgba(255,255,255,.18) 45%, rgba(255,246,236,.34) 100%);
  }

  .unable-section .container {
    padding: 0 18px;
  }

  .unable-heading {
    margin-bottom: 30px;
  }

  .unable-badge {
    max-width: calc(100% - 20px);
    gap: 9px;
    padding: 9px 18px;
    font-size: .95rem;
  }

  .unable-badge svg {
    width: 24px;
    height: 24px;
  }

  .unable-title {
    display: block;
    margin: 28px auto 22px;
    padding: 0 34px;
    font-size: clamp(2rem, 8.8vw, 2.85rem);
    line-height: 1.28;
  }

  .unable-title::before,
  .unable-title::after {
    position: absolute;
    top: 50%;
    width: 34px;
    height: 48px;
    transform: translateY(-50%);
  }

  .unable-title::before {
    left: -4px;
  }

  .unable-title::after {
    right: -4px;
    transform: translateY(-50%) scaleX(-1);
  }

  .unable-title-line {
    display: block;
  }

  .unable-lead {
    max-width: 350px;
    font-size: 1.02rem;
    line-height: 1.85;
  }

  .unable-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 30px;
  }

  .unable-item {
    min-height: 342px;
    display: block;
    padding: 24px 16px 22px;
    border-radius: 18px;
    text-align: center;
  }

  .unable-number {
    top: 0;
    right: 0;
    width: 58px;
    height: 58px;
    display: grid;
    place-items: start end;
    padding: 10px 10px 0 0;
    font-size: 1.26rem;
    z-index: 3;
  }

  .unable-number::before {
    display: none;
  }

  .unable-number::after {
    display: none;
  }

  .unable-icon {
    width: 92px;
    height: 92px;
    margin: 0 auto 18px;
  }

  .unable-icon svg {
    width: 58px;
    height: 58px;
  }

  .unable-copy strong {
    margin-bottom: 13px;
    font-size: 1.25rem;
    line-height: 1.45;
  }

  .unable-copy p {
    font-size: .95rem;
    font-weight: 800;
    line-height: 1.72;
  }

  .honest-note {
    justify-content: flex-start;
    min-height: 112px;
    gap: 14px;
    margin-top: 34px;
    padding: 18px;
    border-radius: 18px;
    font-size: 1.25rem;
    line-height: 1.45;
    text-align: left;
  }

  .honest-note svg {
    width: 64px;
    height: 64px;
  }
}

@media (max-width: 380px) {
  .unable-section .container {
    padding: 0 14px;
  }

  .unable-grid {
    gap: 12px;
  }

  .unable-item {
    min-height: 328px;
    padding: 22px 12px 18px;
  }

  .unable-icon {
    width: 82px;
    height: 82px;
    margin-bottom: 14px;
  }

  .unable-icon svg {
    width: 52px;
    height: 52px;
  }

  .unable-copy strong {
    font-size: 1.08rem;
  }

  .unable-copy p {
    font-size: .86rem;
  }
}

/* LP: speed service area section */
.speed-area-section {
  position: relative;
  overflow: hidden;
  min-height: clamp(650px, 55vw, 830px);
  padding: clamp(118px, 9vw, 166px) 0 clamp(78px, 6vw, 112px);
  background: #eef7ff url("../images/sections/speed-area-bg-desktop.png") center top / cover no-repeat;
  color: #092554;
}

.speed-area-section .container {
  position: relative;
  z-index: 1;
  max-width: 1560px;
}

.speed-area-content {
  width: min(100%, 1060px);
  margin-left: clamp(20px, 3vw, 78px);
}

.speed-area-kicker {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 24px;
  margin: 0 0 30px 250px;
  color: #0d66cc;
  font-size: clamp(1rem, 1.2vw, 1.28rem);
  font-weight: 1000;
  letter-spacing: .08em;
  line-height: 1.3;
}

.speed-area-kicker::before,
.speed-area-kicker::after {
  content: "";
  width: 22px;
  height: 28px;
  background: linear-gradient(50deg, transparent 43%, #0d66cc 44%, #0d66cc 56%, transparent 57%) center / 22px 28px no-repeat;
}

.speed-area-kicker::after {
  transform: scaleX(-1);
}

.speed-area-title {
  margin: 0;
  color: #082653;
  font-size: clamp(3rem, 4vw, 4.7rem);
  font-weight: 1000;
  line-height: 1.12;
  letter-spacing: 0;
  text-shadow: 0 14px 34px rgba(23, 102, 205, .13);
  word-break: keep-all;
  overflow-wrap: normal;
}

.speed-area-title-main,
.speed-area-title-accent {
  display: inline-block;
  font: inherit;
  white-space: nowrap;
  word-break: keep-all;
}

.speed-area-title-accent {
  color: #ff7a00;
}

.speed-area-lead {
  margin: 34px 0 40px;
  color: #102448;
  font-size: clamp(1.08rem, 1.35vw, 1.34rem);
  font-weight: 900;
  line-height: 2.05;
  letter-spacing: .06em;
}

.speed-area-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px 18px;
}

.speed-area-chip {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 16px 22px;
  border: 1px solid rgba(177, 208, 239, .75);
  border-radius: 14px;
  background: rgba(255, 255, 255, .9);
  color: #082653;
  font-size: clamp(1.1rem, 1.18vw, 1.34rem);
  font-weight: 1000;
  line-height: 1.25;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 15px 32px rgba(31, 94, 161, .10), inset 0 1px 0 rgba(255,255,255,.96);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.speed-area-chip:hover {
  transform: translateY(-2px);
  border-color: rgba(26, 110, 216, .5);
  box-shadow: 0 19px 38px rgba(31, 94, 161, .16), inset 0 1px 0 rgba(255,255,255,.96);
}

.speed-area-chip span {
  width: 33px;
  height: 33px;
  flex: 0 0 auto;
  color: #0b66cf;
}

.speed-area-chip svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.speed-area-cta {
  width: min(100%, 900px);
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin: 58px auto 0;
  border-radius: 999px;
  background: linear-gradient(100deg, #0755c7 0%, #0a77e1 48%, #12a4e7 100%);
  color: #fff;
  font-size: clamp(1.22rem, 1.75vw, 1.82rem);
  font-weight: 1000;
  line-height: 1.25;
  text-decoration: none;
  box-shadow: 0 24px 52px rgba(4, 95, 195, .26), inset 0 1px 0 rgba(255,255,255,.28);
}

.speed-area-cta-icon {
  width: 58px;
  height: 58px;
  color: #fff;
  flex: 0 0 auto;
}

.speed-area-cta-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.speed-area-cta-arrow {
  margin-left: 10px;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1;
}

@media (max-width: 767px) {
  .speed-area-section {
    min-height: auto;
    padding: 124px 0 74px;
    background-image: url("../images/sections/speed-area-bg-mobile.png");
    background-position: center top;
    background-size: cover;
  }

  .speed-area-section .container {
    padding: 0 18px;
  }

  .speed-area-content {
    width: 100%;
    margin-left: 0;
  }

  .speed-area-kicker {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin: 0 auto 34px;
    font-size: 1.08rem;
    letter-spacing: .11em;
    text-align: center;
  }

  .speed-area-kicker::before,
  .speed-area-kicker::after {
    width: 18px;
    height: 24px;
    background-size: 18px 24px;
  }

  .speed-area-title {
    font-size: clamp(2.28rem, 9vw, 4.15rem);
    line-height: 1.24;
  }

  .speed-area-title-main,
  .speed-area-title-accent {
    display: block;
  }

  .speed-area-lead {
    margin: 36px 0 52px;
    max-width: 355px;
    font-size: clamp(1.1rem, 4.2vw, 1.36rem);
    line-height: 2.05;
    letter-spacing: .06em;
  }

  .speed-area-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 14px;
  }

  .speed-area-chip {
    min-height: 104px;
    gap: 16px;
    padding: 18px 18px;
    border-radius: 16px;
    font-size: clamp(1.2rem, 4.35vw, 1.58rem);
    white-space: normal;
    word-break: keep-all;
    box-shadow: 0 16px 36px rgba(31, 94, 161, .12), inset 0 1px 0 rgba(255,255,255,.96);
  }

  .speed-area-chip span {
    width: 38px;
    height: 38px;
  }

  .speed-area-cta {
    min-height: 90px;
    gap: 18px;
    margin-top: 58px;
    padding: 0 22px;
    font-size: clamp(1.3rem, 5.3vw, 1.76rem);
  }

  .speed-area-cta-icon {
    width: 54px;
    height: 54px;
  }

  .speed-area-cta-arrow {
    margin-left: auto;
    font-size: 2.1rem;
  }
}

@media (max-width: 390px) {
  .speed-area-section .container {
    padding: 0 14px;
  }

  .speed-area-chip {
    min-height: 96px;
    gap: 12px;
    padding: 16px 14px;
    font-size: 1.24rem;
  }

  .speed-area-chip span {
    width: 34px;
    height: 34px;
  }
}
