:root {
  --teal: #138783;
  --teal-dark: #09625f;
  --teal-soft: #e8f7f4;
  --orange: #ff7417;
  --orange-dark: #d95700;
  --cream: #fff7ec;
  --ink: #173432;
  --muted: #667a78;
  --line: #d8ebe8;
  --white: #fff;
  --shadow: 0 16px 36px rgba(9, 98, 95, 0.13);
  --radius: 14px;
  --container: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  overflow-x: hidden;
}

body::after {
  content: "";
  display: block;
  height: 76px;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.skip-link {
  position: absolute;
  top: -80px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  background: var(--teal-dark);
  color: var(--white);
}

.skip-link:focus {
  top: 12px;
}

.container {
  width: min(100% - 32px, var(--container));
  margin: 0 auto;
}

.narrow {
  max-width: 900px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 2px 16px rgba(9, 98, 95, 0.08);
}

.header-inner {
  width: min(100% - 28px, var(--container));
  min-height: 98px;
  margin: 0 auto;
  display: grid;
  gap: 8px;
  align-items: center;
  padding: 8px 0;
}

.brand {
  display: flex;
  gap: 10px;
  align-items: center;
}

.brand-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--teal-soft);
  color: var(--teal-dark);
  font-weight: 900;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.35;
}

.brand strong {
  font-size: 17px;
}

.brand small {
  color: var(--muted);
  font-size: 12px;
}

.header-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.header-phone,
.header-form {
  display: grid;
  place-items: center;
  min-height: 42px;
  border-radius: 999px;
  font-weight: 800;
  text-align: center;
}

.header-phone {
  border: 2px solid var(--teal);
  color: var(--teal-dark);
  background: var(--white);
}

.header-phone span {
  display: none;
}

.header-phone strong {
  font-size: 14px;
  line-height: 1.2;
}

.header-form {
  background: var(--orange);
  color: var(--white);
}

.hero {
  background:
    linear-gradient(110deg, rgba(232, 247, 244, 0.95), rgba(255, 247, 236, 0.96)),
    var(--cream);
  padding: 22px 0 34px;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  gap: 16px;
}

.hero-copy {
  display: grid;
  gap: 10px;
}

.hero-label,
.section-kicker {
  width: fit-content;
  margin: 0;
  padding: 5px 11px;
  border-radius: 999px;
  background: var(--white);
  color: var(--teal-dark);
  border: 1px solid rgba(19, 135, 131, 0.24);
  font-size: 12px;
  font-weight: 900;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(30px, 8.2vw, 58px);
  line-height: 1.14;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(25px, 7vw, 42px);
  line-height: 1.34;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.45;
}

.hero-lead {
  margin: 0;
  color: var(--teal-dark);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.55;
}

.hero-cta,
.quick-actions {
  display: grid;
  gap: 8px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 12px 16px;
  border-radius: 10px;
  border: 2px solid transparent;
  font-weight: 900;
  text-align: center;
  line-height: 1.4;
}

.btn-main {
  background: var(--orange);
  color: var(--white);
  box-shadow: 0 12px 24px rgba(255, 116, 23, 0.32);
}

.btn-phone {
  background: var(--white);
  color: var(--teal-dark);
  border-color: var(--teal);
}

.hero-badges {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.hero-badges li {
  min-height: 46px;
  display: grid;
  place-items: center;
  padding: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--teal-dark);
  border: 1px solid rgba(19, 135, 131, 0.28);
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  line-height: 1.3;
}

.hero-badges small {
  display: block;
  color: var(--muted);
  font-size: 10px;
}

.hero-visual {
  display: grid;
  gap: 10px;
}

.visual-slot {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(19, 135, 131, 0.16);
  border-radius: var(--radius);
  color: var(--teal-dark);
  font-weight: 900;
  text-align: center;
}

.visual-slot--photo,
.photo-placeholder {
  min-height: 132px;
  background:
    radial-gradient(circle at 72% 28%, rgba(19, 135, 131, 0.12), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(232, 247, 244, 0.86)),
    #f6fbfa;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.82);
}

.visual-slot--photo::before,
.photo-placeholder::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  height: 34%;
  border-radius: 18px 18px 10px 10px;
  background: linear-gradient(135deg, rgba(19, 135, 131, 0.12), rgba(255, 116, 23, 0.08));
  pointer-events: none;
}

.visual-slot--photo::after,
.photo-placeholder::after {
  content: "";
  position: absolute;
  left: 24px;
  bottom: 34px;
  width: 64px;
  height: 42px;
  border-radius: 8px 8px 4px 4px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow:
    18px -18px 0 -8px rgba(19, 135, 131, 0.16),
    54px 4px 0 -14px rgba(255, 116, 23, 0.18);
  pointer-events: none;
}

.visual-slot__label,
.photo-placeholder span {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--teal-dark);
  font-size: 10px;
  line-height: 1.35;
}

.hero-photo {
  min-height: 172px;
  box-shadow: 0 14px 34px rgba(9, 98, 95, 0.12);
}

.visual-slot--diagram {
  min-height: 78px;
  margin-top: 14px;
  background:
    linear-gradient(90deg, rgba(19, 135, 131, 0.1), rgba(255, 255, 255, 0.9), rgba(255, 116, 23, 0.1)),
    #f8fffd;
  border-color: rgba(19, 135, 131, 0.2);
}

.visual-slot--diagram::before {
  content: "";
  position: absolute;
  inset: auto 24px 24px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--teal), var(--orange));
  opacity: 0.28;
}

.hero-metrics,
.model-grid,
.reason-grid,
.voice-grid,
.process-cards,
.flow-grid {
  display: grid;
  gap: 14px;
}

.hero-metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.hero-metrics div,
.model-number {
  padding: 12px;
  border-radius: 12px;
  background: var(--white);
  border: 1px solid rgba(19, 135, 131, 0.2);
  box-shadow: 0 10px 22px rgba(9, 98, 95, 0.1);
}

.hero-metrics span,
.model-number span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.hero-metrics strong,
.model-number strong {
  display: block;
  margin-top: 2px;
  color: var(--teal-dark);
  font-size: 18px;
  line-height: 1.2;
}

.quick-cta {
  padding: 22px 0;
  background: var(--teal);
  color: var(--white);
}

.quick-cta-box {
  display: grid;
  gap: 14px;
  align-items: center;
}

.quick-cta .section-kicker {
  background: rgba(255, 255, 255, 0.16);
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.3);
}

.quick-cta h2,
.quick-cta p {
  margin: 0;
}

.mini-badges,
.final-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.mini-badges li,
.final-points li {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.32);
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
}

.final-points {
  margin-top: 16px;
}

.final-points li {
  background: rgba(255, 255, 255, 0.12);
}

.section {
  padding: 56px 0;
}

.section-head {
  display: grid;
  gap: 12px;
  margin-bottom: 24px;
}

.section-head.center {
  justify-items: center;
  text-align: center;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.section-head p:not(.section-kicker) {
  margin: 0;
  color: var(--muted);
}

.split {
  display: grid;
  gap: 22px;
}

.worries,
.model,
.voices {
  background: var(--cream);
}

.worry-card,
.reason-card,
.voice-grid article,
.process-cards article,
.flow-grid article,
.model-panel,
.contact-card,
.faq-list details {
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 10px 28px rgba(9, 98, 95, 0.08);
}

.worry-card {
  padding: 18px;
  display: grid;
  gap: 18px;
}

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

.check-list li {
  position: relative;
  padding: 12px 12px 12px 38px;
  border-radius: 10px;
  background: #f8fffd;
  border: 1px solid var(--line);
  font-weight: 800;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 14px;
  top: 12px;
  color: var(--teal);
  font-weight: 900;
}

.person-photo {
  min-height: 138px;
}

.leaseback {
  background: var(--white);
}

.process-cards article,
.reason-card,
.flow-grid article,
.voice-grid article {
  padding: 18px;
}

.diagram-cards article,
.reason-card,
.flow-grid article {
  position: relative;
  overflow: hidden;
}

.diagram-cards article {
  text-align: center;
  border-top: 5px solid var(--teal);
  overflow: visible;
}

.step {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--orange);
  font-weight: 900;
}

.visual-slot--icon,
.icon-placeholder {
  position: relative;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 10px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--teal-soft), #fff);
  border: 1px solid rgba(19, 135, 131, 0.16);
  color: var(--teal-dark);
  font-weight: 900;
}

.diagram-cards .visual-slot--icon,
.diagram-cards .icon-placeholder {
  margin-left: auto;
  margin-right: auto;
}

.visual-slot--icon::before,
.visual-slot--icon::after,
.icon-placeholder::before,
.icon-placeholder::after {
  content: "";
  position: absolute;
  display: block;
}

.icon-home::before {
  width: 30px;
  height: 24px;
  bottom: 18px;
  border: 3px solid var(--teal-dark);
  border-top: 0;
  border-radius: 3px;
}

.icon-home::after {
  width: 28px;
  height: 28px;
  top: 16px;
  border-left: 3px solid var(--teal-dark);
  border-top: 3px solid var(--teal-dark);
  transform: rotate(45deg);
}

.icon-cash::before {
  width: 36px;
  height: 24px;
  border: 3px solid var(--teal-dark);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.48);
}

.icon-cash::after {
  width: 10px;
  height: 10px;
  border: 3px solid var(--orange);
  border-radius: 50%;
}

.icon-stay::before {
  width: 30px;
  height: 30px;
  border: 3px solid var(--teal-dark);
  border-radius: 50% 50% 46% 46%;
}

.icon-stay::after {
  width: 18px;
  height: 10px;
  bottom: 18px;
  border-radius: 999px;
  background: var(--orange);
}

.icon-doc::before {
  width: 30px;
  height: 38px;
  border: 3px solid var(--teal-dark);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.5);
}

.icon-doc::after {
  width: 18px;
  height: 3px;
  background: var(--orange);
  box-shadow: 0 8px 0 var(--orange), 0 16px 0 rgba(19, 135, 131, 0.5);
}

.icon-local::before {
  width: 28px;
  height: 28px;
  border: 3px solid var(--teal-dark);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.icon-local::after {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--orange);
}

.icon-phone::before {
  width: 30px;
  height: 30px;
  border: 4px solid var(--teal-dark);
  border-top-color: transparent;
  border-left-color: transparent;
  border-radius: 8px;
  transform: rotate(35deg);
}

.icon-check::before {
  width: 30px;
  height: 16px;
  border-left: 5px solid var(--teal-dark);
  border-bottom: 5px solid var(--teal-dark);
  transform: rotate(-45deg);
}

.icon-handshake::before {
  width: 34px;
  height: 16px;
  border-radius: 999px;
  background: var(--teal-dark);
  transform: rotate(18deg);
}

.icon-handshake::after {
  width: 34px;
  height: 16px;
  border-radius: 999px;
  background: var(--orange);
  transform: rotate(-18deg);
  opacity: 0.9;
}

.process-cards p,
.reason-card p,
.flow-grid p,
.voice-grid p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.reason-card .visual-slot__label,
.flow-grid .visual-slot__label {
  margin: -4px 0 8px;
  background: transparent;
  color: var(--muted);
  font-size: 10px;
  padding: 0;
}

.reasons {
  background: var(--teal-soft);
}

.model-panel {
  padding: 16px;
}

.model-visual {
  min-height: 64px;
  margin: 0 0 12px;
}

.model-label {
  margin-bottom: 14px;
  padding: 12px;
  border-radius: 10px;
  background: var(--teal);
  color: var(--white);
  font-weight: 900;
  text-align: center;
}

.model-number strong {
  color: var(--orange-dark);
  font-size: clamp(36px, 10vw, 46px);
}

.model-number {
  min-height: 112px;
  display: grid;
  align-content: center;
  border-top: 4px solid var(--orange);
  box-shadow: 0 14px 28px rgba(9, 98, 95, 0.12);
}

.model-number span {
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 900;
}

.model-number:nth-child(3) {
  border-top-color: var(--orange);
}

.note {
  margin: 14px 0 0;
  color: var(--ink);
  font-weight: 700;
}

.note.small {
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
}

.flow {
  background: var(--white);
}

.flow-grid article span {
  display: inline-block;
  margin-bottom: 12px;
  padding: 4px 9px;
  border-radius: 999px;
  background: var(--teal-soft);
  color: var(--teal-dark);
  font-size: 13px;
  font-weight: 900;
}

.flow-grid .visual-slot--icon,
.flow-grid .icon-placeholder {
  width: 52px;
  height: 52px;
}

.faq {
  background: var(--teal-soft);
}

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

.faq-list details {
  padding: 0;
}

.faq-list summary {
  cursor: pointer;
  padding: 18px;
  color: var(--teal-dark);
  font-weight: 900;
  line-height: 1.55;
}

.faq-list p {
  margin: 0;
  padding: 0 18px 18px;
  color: var(--muted);
  line-height: 1.65;
}

.voice-photo {
  min-height: 92px;
  margin-bottom: 14px;
}

.contact-visual {
  min-height: 122px;
}

.voice-grid small {
  display: inline-block;
  margin-top: 12px;
  color: var(--muted);
  font-weight: 800;
}

.final-cta {
  padding: 46px 0;
  background: var(--teal-dark);
  color: var(--white);
}

.final-box {
  display: grid;
  gap: 18px;
  align-items: center;
}

.final-cta .section-kicker {
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.3);
}

.final-copy {
  display: grid;
  gap: 10px;
}

.final-copy h2 {
  font-size: clamp(30px, 8vw, 46px);
}

.final-copy p:not(.section-kicker) {
  margin: 0;
}

.contact-layout {
  display: grid;
  gap: 12px;
}

.contact-form,
.phone-card {
  display: grid;
  gap: 9px;
  padding: 14px;
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.contact-form h3 {
  margin: 0;
  color: var(--teal-dark);
  font-size: 17px;
}

.contact-form label {
  display: grid;
  gap: 3px;
  font-weight: 900;
}

.contact-form label span {
  font-size: 12px;
  color: var(--teal-dark);
}

.contact-form input,
.contact-form select {
  width: 100%;
  min-height: 38px;
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfffc;
  color: var(--ink);
  font: inherit;
}

.contact-form input:focus,
.contact-form select:focus {
  outline: 3px solid rgba(255, 126, 33, 0.24);
  border-color: var(--orange);
}

.phone-card span {
  color: var(--teal-dark);
  font-weight: 900;
}

.phone-card strong {
  color: var(--teal-dark);
  font-size: clamp(36px, 10vw, 48px);
  line-height: 1;
}

.phone-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.phone-card .btn {
  min-height: 52px;
  border-width: 2px;
  box-shadow: 0 10px 20px rgba(9, 98, 95, 0.12);
}

.contact-note {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
}

.site-footer {
  padding: 42px 0 88px;
  background: #0d3f3d;
  color: var(--white);
}

.footer-grid {
  display: grid;
  gap: 24px;
}

.footer-brand {
  display: block;
  margin-bottom: 10px;
  font-size: 22px;
}

.site-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

.site-footer dl {
  margin: 0;
  display: grid;
  gap: 8px;
}

.site-footer dl div {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.site-footer dt {
  font-weight: 900;
}

.site-footer dd {
  margin: 0;
}

.fixed-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 -12px 26px rgba(9, 98, 95, 0.16);
}

.fixed-cta a {
  display: grid;
  place-items: center;
  min-height: 54px;
  border-radius: 10px;
  font-weight: 900;
}

.fixed-cta a:first-child {
  background: var(--orange);
  color: var(--white);
}

.fixed-cta a:last-child {
  background: var(--white);
  color: var(--teal-dark);
  border: 2px solid var(--teal);
}

@media (min-width: 640px) {
  .hero-cta,
  .quick-actions,
  .model-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-metrics,
  .process-cards,
  .reason-grid,
  .voice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  body::after {
    display: none;
  }

  .header-inner {
    min-height: 92px;
    grid-template-columns: 1fr auto;
  }

  .header-actions {
    min-width: 380px;
  }

  .header-phone span {
    display: block;
    font-size: 12px;
  }

  .hero {
    padding: 58px 0 68px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    align-items: center;
  }

  .hero-badges {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .quick-cta-box,
  .split,
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .section {
    padding: 72px 0;
  }

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

  .diagram-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .diagram-cards article:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    z-index: 2;
    width: 30px;
    height: 30px;
    border-top: 5px solid var(--orange);
    border-right: 5px solid var(--orange);
    transform: translateY(-50%) rotate(45deg);
    background: transparent;
  }

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

  .fixed-cta {
    display: none;
  }
}

@media (min-width: 1024px) {
  .container {
    width: min(100% - 56px, var(--container));
  }

  .hero {
    padding: 76px 0 88px;
  }

  .hero-copy {
    gap: 16px;
  }

  .hero-cta {
    grid-template-columns: minmax(260px, 1.15fr) minmax(220px, 0.85fr);
    gap: 14px;
  }

  .hero .btn-main {
    min-height: 64px;
    font-size: 17px;
    box-shadow: 0 16px 32px rgba(255, 116, 23, 0.36);
  }

  .hero-badges li {
    min-height: 54px;
    font-size: 13px;
    border-width: 2px;
  }

  .hero-metrics div {
    padding: 18px;
    border-left: 5px solid var(--teal);
  }

  .hero-metrics strong {
    font-size: 26px;
  }

  .hero-photo {
    min-height: 340px;
  }

  .process-cards,
  .voice-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .reason-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

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

}

@media (min-width: 1200px) {
  .final-box {
    grid-template-columns: minmax(0, 0.82fr) minmax(680px, 1.18fr);
    align-items: center;
    gap: 30px;
  }

  .contact-layout {
    grid-template-columns: minmax(170px, 0.62fr) minmax(250px, 0.78fr) minmax(300px, 1fr);
    align-items: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
