:root {
  --color-navy: #09213f;
  --color-teal: #009688;
  --color-teal-dark: #00796b;
  --color-teal-light: #e8f7f5;
  --color-orange: #ff7a00;
  --color-orange-dark: #e86800;
  --color-gray-text: #334155;
  --color-gray-light: #f7faf9;
  --color-border: #d9ebe8;
  --color-white: #ffffff;
  --shadow-soft: 0 18px 50px rgba(9, 33, 63, 0.08);
  --shadow-card: 0 12px 32px rgba(9, 33, 63, 0.07);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", system-ui, sans-serif;
  color: var(--color-gray-text);
  background: var(--color-white);
  font-size: 16px;
  line-height: 1.85;
  overflow-x: hidden;
}

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

img,
svg {
  max-width: 100%;
  height: auto;
}

.lp-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.lp-container.narrow {
  width: min(920px, calc(100% - 40px));
}

.lp-section {
  padding: 112px 0;
  position: relative;
}

.soft-bg {
  background:
    radial-gradient(circle at 8% 10%, rgba(0, 150, 136, 0.08), transparent 30%),
    linear-gradient(180deg, #f9fffd 0%, #f2fbf8 100%);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(217, 235, 232, 0.9);
  backdrop-filter: blur(14px);
}

.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-logo {
  width: 48px;
  height: 48px;
  object-fit: contain;
  flex: 0 0 auto;
}

.brand-text {
  font-weight: 800;
  color: var(--color-navy);
  font-size: 15px;
  letter-spacing: 0;
  white-space: nowrap;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-weight: 700;
  font-size: 14px;
  color: #21455f;
}

.header-cta {
  color: #fff;
  background: var(--color-orange);
  padding: 10px 18px;
  border-radius: 999px;
  box-shadow: 0 8px 16px rgba(255, 122, 0, 0.18);
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 600px;
  padding: 72px 0 84px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(112deg, #ffffff 0%, #ffffff 42%, rgba(239, 249, 247, 0.92) 100%),
    radial-gradient(circle at 86% 24%, rgba(0, 150, 136, 0.08), transparent 24%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("assets/hero-care-worker-focus.png?v=focus1") right center / auto min(96%, 780px) no-repeat;
  opacity: 0.2;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(100deg, #ffffff 0%, rgba(255, 255, 255, 0.96) 46%, rgba(255, 255, 255, 0.56) 100%);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(520px, 0.98fr) minmax(500px, 1.02fr);
  gap: 48px;
  align-items: center;
}

.hero-copy {
  width: 100%;
  max-width: 660px;
  min-width: 0;
  overflow-wrap: anywhere;
}

.hero-grid > *,
.split-intro > *,
.final-grid > * {
  min-width: 0;
}

.lp-badge,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  color: var(--color-teal-dark);
  font-size: 14px;
  font-weight: 900;
}

.lp-badge {
  padding: 8px 14px;
  border: 1px solid var(--color-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 6px 14px rgba(9, 33, 63, 0.04);
}

.section-kicker::before {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--color-teal);
}

h1,
.lp-heading {
  margin: 0;
  color: var(--color-navy);
  letter-spacing: 0;
  line-height: 1.28;
  font-weight: 900;
}

h1 {
  max-width: 700px;
  font-size: clamp(42px, 3.45vw, 52px);
  line-height: 1.18;
}

h1 span {
  display: block;
}

.lp-heading {
  font-size: clamp(29px, 3.1vw, 42px);
}

.hero-lead,
.lp-lead {
  margin: 20px 0 0;
  font-size: 17px;
  color: var(--color-gray-text);
  line-height: 1.95;
  overflow-wrap: anywhere;
}

.hero-lead {
  max-width: 620px;
  color: #243b53;
  font-size: 18px;
  line-height: 1.85;
  word-break: normal;
  overflow-wrap: anywhere;
}

.hero-lead span {
  display: block;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.hero-proof span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  border-radius: 999px;
  color: var(--color-navy);
  background: #fff;
  border: 1px solid var(--color-border);
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(9, 33, 63, 0.05);
}

.hero-proof i {
  color: var(--color-teal-dark);
}

.hero-loss-proof span {
  color: #4a2a10;
  border-color: #ffd6ad;
  background: #fff8f1;
}

.hero-loss-proof i {
  color: var(--color-orange);
}

.hero-actions,
.center-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.center-actions {
  justify-content: center;
}

.lp-btn {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 24px;
  border-radius: 999px;
  font-weight: 900;
  line-height: 1.2;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.lp-btn:hover {
  transform: translateY(-2px);
}

.lp-btn-primary {
  color: #fff;
  background: linear-gradient(180deg, var(--color-orange), var(--color-orange-dark));
  box-shadow: 0 10px 20px rgba(255, 122, 0, 0.24);
}

.lp-btn-primary::before {
  content: "✓";
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: var(--color-orange);
  background: #fff;
}

.lp-btn-secondary {
  color: var(--color-teal-dark);
  background: #fff;
  border: 1px solid var(--color-teal);
}

.hero-microcopy {
  margin: 12px 0 0;
  color: #526677;
  font-size: 13px;
  font-weight: 800;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.hero-tags span,
.pill-list span {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid var(--color-border);
  background: #fff;
  color: var(--color-teal-dark);
  font-size: 13px;
  font-weight: 800;
}

.hero-visual {
  position: relative;
  margin: 0;
  padding: 14px 0 44px;
}

.hero-visual img {
  display: block;
  width: min(100%, 720px);
  aspect-ratio: 16 / 10.3;
  object-fit: cover;
  border-radius: 24px;
  margin-left: auto;
  box-shadow: 0 18px 34px rgba(9, 33, 63, 0.14);
}

.hero-audit-card {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: min(360px, 68%);
  padding: 20px 22px;
  border: 1px solid rgba(217, 235, 232, 0.95);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 12px 26px rgba(9, 33, 63, 0.12);
  backdrop-filter: blur(6px);
}

.hero-audit-card span {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--color-orange-dark);
  font-size: 13px;
  font-weight: 900;
}

.hero-audit-card strong {
  display: block;
  color: var(--color-navy);
  font-size: 19px;
  line-height: 1.45;
}

.hero-audit-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 14px 0 0;
  list-style: none;
}

.hero-audit-card li {
  padding: 6px 10px;
  border-radius: 999px;
  color: #4a2a10;
  background: #fff3e6;
  font-size: 12px;
  font-weight: 900;
}

.hero-mini-metrics {
  position: absolute;
  right: 18px;
  top: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(112px, 1fr));
  gap: 10px;
}

.hero-mini-metrics div {
  padding: 14px 16px;
  border: 1px solid rgba(217, 235, 232, 0.95);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 10px 20px rgba(9, 33, 63, 0.09);
}

.hero-mini-metrics strong,
.hero-mini-metrics span {
  display: block;
}

.hero-mini-metrics strong {
  color: var(--color-orange);
  font-size: 22px;
  line-height: 1.1;
  font-weight: 900;
}

.hero-mini-metrics span {
  margin-top: 4px;
  color: var(--color-navy);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 900;
}

.lp-card,
.ba-card,
.reason-card,
.case-card,
.number-card,
.cta-panel,
.process-grid article {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  box-shadow: var(--shadow-card);
}

.centered,
.section-intro {
  text-align: center;
}

.section-intro {
  max-width: 820px;
  margin: 0 auto 52px;
}

.section-image {
  width: min(760px, 100%);
  margin: -14px auto 48px;
}

.section-image img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 24px 54px rgba(9, 33, 63, 0.12);
}

.process-image {
  width: min(680px, 100%);
  margin-top: -18px;
}

.split-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.78fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 48px;
}

.check-grid,
.lp-grid,
.process-grid {
  display: grid;
  gap: 18px;
}

.check-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 42px;
}

.visual-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 34px;
}

.visual-card {
  margin: 0;
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-card);
  text-align: left;
}

.visual-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.visual-card figcaption {
  padding: 14px 16px 16px;
  color: var(--color-navy);
  font-weight: 900;
  line-height: 1.55;
}

.check-card {
  position: relative;
  padding: 22px 24px 22px 56px;
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  box-shadow: var(--shadow-card);
  color: var(--color-navy);
  font-weight: 900;
  text-align: left;
}

.check-card::before {
  content: "!";
  position: absolute;
  left: 22px;
  top: 22px;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--color-orange);
  font-size: 13px;
  line-height: 1;
}

.emphasis,
.quote-line {
  margin: 42px auto 0;
  max-width: 820px;
  color: var(--color-navy);
  font-size: clamp(22px, 2.6vw, 32px);
  font-weight: 900;
  line-height: 1.55;
  text-align: center;
}

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

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

.lp-grid.five {
  grid-template-columns: repeat(5, 1fr);
}

.lp-card {
  padding: 30px;
}

.lp-card h3,
.reason-card h3,
.case-card h3,
.number-card h3,
.process-grid h3,
.cta-panel h3 {
  margin: 0 0 12px;
  color: var(--color-navy);
  line-height: 1.45;
  font-size: 20px;
}

.lp-card p,
.reason-card p,
.case-card p,
.number-card p,
.process-grid p {
  margin: 0;
}

.icon-circle {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
  border-radius: 50%;
  color: #fff;
  background: var(--color-teal);
  font-weight: 900;
}

.audience-card {
  text-align: center;
}

.audience-card ul,
.ba-card ul {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
}

.audience-card li,
.ba-card li {
  position: relative;
  padding-left: 24px;
  margin-top: 8px;
  text-align: left;
}

.audience-card li::before,
.ba-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--color-teal-dark);
  font-weight: 900;
}

.value-card {
  padding: 24px;
}

.value-card h3 {
  font-size: 18px;
}

.card-fa {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  margin: 0 0 18px;
  border-radius: 18px;
  color: var(--color-teal-dark);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(232, 247, 245, 0.94));
  border: 1px solid var(--color-border);
  box-shadow: 0 10px 24px rgba(9, 33, 63, 0.08);
  font-size: 28px;
}

.centered-icon {
  margin-left: auto;
  margin-right: auto;
}

.before-after-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 72px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
}

.ba-card {
  padding: 28px;
}

.ba-card h3 {
  margin: 0 0 18px;
  color: var(--color-navy);
  font-size: 26px;
}

.ba-card.after h3 {
  color: var(--color-teal-dark);
}

.ba-card.before h3 {
  color: #6b5f52;
}

.ba-arrow {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--color-teal);
  font-size: 34px;
  font-weight: 900;
}

.ba-image {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: contain;
  border-radius: 8px;
  margin-bottom: 18px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(9, 33, 63, 0.10);
}

.ba-card.before .ba-image {
  filter: saturate(0.82) contrast(0.95);
}

.plan-grid {
  align-items: stretch;
}

.plan-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.plan-card.featured {
  border: 2px solid var(--color-teal);
  transform: translateY(-10px);
}

.plan-label {
  width: fit-content;
  margin: 0;
  color: var(--color-teal-dark);
  font-weight: 900;
}

.price {
  color: var(--color-navy);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.35;
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.lp-note {
  margin: 28px 0 0;
  font-size: 14px;
  color: #526677;
  text-align: center;
}

.reason-card {
  padding: 24px;
}

.case-card {
  padding: 30px;
  overflow: hidden;
  position: relative;
}

.case-card::after {
  content: "";
  position: absolute;
  right: -24px;
  top: -24px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: rgba(0, 150, 136, 0.08);
}

.case-card span {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 6px 12px;
  border-radius: 999px;
  color: var(--color-teal-dark);
  background: var(--color-teal-light);
  font-size: 13px;
  font-weight: 900;
}

.case-card strong {
  display: block;
  margin-top: 22px;
  color: var(--color-teal-dark);
  font-size: 30px;
  line-height: 1;
}

.table-wrap {
  overflow-x: auto;
  border-radius: 8px;
  box-shadow: var(--shadow-card);
}

.comparison-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid var(--color-border);
}

.comparison-table th,
.comparison-table td {
  padding: 18px 20px;
  border: 1px solid var(--color-border);
  text-align: left;
  vertical-align: middle;
}

.comparison-table thead th {
  color: #fff;
  background: var(--color-navy);
}

.comparison-table thead th:last-child {
  background: var(--color-teal-dark);
}

.comparison-table tbody th {
  color: var(--color-navy);
  background: #f8fcfb;
  font-weight: 900;
}

.comparison-table tbody td:last-child {
  color: var(--color-teal-dark);
  font-weight: 900;
  background: #f3fbf9;
}

.number-card {
  padding: 24px;
}

.number-card span {
  color: var(--color-teal);
  font-size: 28px;
  font-weight: 900;
}

.route-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.info-card {
  min-height: 100%;
}

.support-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 1fr);
  gap: 30px;
  align-items: start;
  margin-top: 28px;
  padding: 30px;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow-card);
}

.support-panel h3,
.footer-title {
  margin: 0;
  color: var(--color-navy);
  font-size: 24px;
  line-height: 1.45;
  font-weight: 900;
}

.support-panel p {
  margin: 0;
}

.support-label {
  margin: 0 0 10px;
  color: var(--color-teal-dark);
  font-size: 14px;
  font-weight: 900;
}

.process-grid {
  grid-template-columns: repeat(5, 1fr);
}

.process-grid article {
  position: relative;
  padding: 26px 22px;
  text-align: center;
}

.process-grid article:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -18px;
  width: 18px;
  height: 2px;
  background: var(--color-teal);
}

.process-grid span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin: 0 auto 16px;
  border-radius: 8px;
  color: #fff;
  background: var(--color-teal-dark);
  font-weight: 900;
}

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

details {
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(9, 33, 63, 0.04);
}

summary {
  position: relative;
  padding: 20px 56px 20px 24px;
  color: var(--color-navy);
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--color-teal-dark);
  font-size: 24px;
  line-height: 1;
}

details[open] summary::after {
  content: "-";
}

details p {
  margin: 0;
  padding: 0 24px 22px;
}

.final-cta {
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 20%, rgba(0, 150, 136, 0.12), transparent 32%),
    linear-gradient(135deg, #ffffff 0%, #eaf8f5 100%);
}

.final-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 56px;
  align-items: center;
}

.cta-panel {
  padding: 34px;
}

.cta-benefits {
  display: grid;
  gap: 12px;
  margin: 24px 0 28px;
}

.cta-benefits span {
  position: relative;
  padding-left: 30px;
  font-weight: 800;
}

.cta-benefits span::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--color-teal-dark);
  font-weight: 900;
}

.mobile-fixed-cta {
  display: none;
}

.site-footer {
  color: #d8e8ee;
  background: var(--color-navy);
  padding: 70px 0 26px;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.25fr) repeat(3, minmax(0, 1fr));
  gap: 34px;
}

.footer-logo {
  display: block;
  width: 76px;
  height: 76px;
  object-fit: contain;
  margin-bottom: 18px;
  border-radius: 16px;
  background: #fff;
}

.footer-title {
  color: #fff;
  font-size: 20px;
}

.footer-brand p,
.footer-block p,
.footer-contact,
.footer-links {
  margin: 14px 0 0;
}

.footer-block h2 {
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
}

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

.footer-contact div {
  display: grid;
  gap: 2px;
}

.footer-contact dt {
  color: #84d5cc;
  font-size: 13px;
  font-weight: 900;
}

.footer-contact dd {
  margin: 0;
}

.footer-links {
  display: grid;
  gap: 9px;
  padding: 0;
  list-style: none;
}

.site-footer a {
  color: #fff;
}

.site-footer a:hover {
  color: #9ee6de;
}

.footer-social,
.footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.footer-social a {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  font-size: 18px;
}

.footer-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  background: rgba(255, 255, 255, 0.08);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 44px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 14px;
}

.footer-bottom p {
  margin: 0;
}

@media (max-width: 1080px) {
  .hero-grid,
  .split-intro,
  .final-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero {
    min-height: auto;
  }

  .hero-visual {
    min-height: auto;
  }

  .hero-visual img {
    width: 100%;
    margin-right: auto;
  }

  .hero-audit-card {
    left: 22px;
  }

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

  .lp-grid.four,
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .process-grid article:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 780px) {
  body {
    padding-bottom: 74px;
  }

  .lp-container,
  .lp-container.narrow {
    width: min(calc(100% - 28px), 1180px);
  }

  .lp-section {
    padding: 64px 0;
  }

  .hero {
    padding: 54px 0 64px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.95) 48%, #ffffff 100%),
      linear-gradient(140deg, rgba(239, 249, 247, 0.96), rgba(255, 248, 241, 0.82));
  }

  .hero::before {
    inset: 66px 0 auto;
    height: 580px;
    background-position: right 0 top -82px;
    background-size: auto 650px;
    opacity: 1;
  }

  .hero::after {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.56) 62%, #ffffff 100%),
      linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.94) 36%, rgba(255, 255, 255, 0.54) 62%, rgba(255, 255, 255, 0.04) 100%);
  }

  .header-inner {
    min-height: 66px;
  }

  .brand-logo {
    width: 40px;
    height: 40px;
  }

  .brand-text {
    font-size: 13px;
    white-space: normal;
    line-height: 1.45;
  }

  .header-nav {
    display: none;
  }

  h1 {
    font-size: 34px;
    line-height: 1.22;
  }

  .hero-lead,
  .lp-lead {
    font-size: 16px;
    line-height: 1.9;
  }

  .hero-grid {
    display: block;
  }

  .hero-copy,
  .hero-actions,
  .hero-tags {
    width: calc(100vw - 28px);
    max-width: calc(100vw - 28px);
  }

  .hero-lead {
    width: 100%;
    max-width: 100%;
    white-space: normal;
    word-break: break-all;
    overflow-wrap: anywhere;
  }

  .hero-microcopy {
    max-width: 100%;
    word-break: break-all;
  }

  .hero-proof {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-tags {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-proof span {
    width: fit-content;
    max-width: calc(100vw - 120px);
  }

  .hero-actions {
    max-width: 100%;
  }

  .hero-actions .lp-btn {
    max-width: 100%;
  }

  .hero-visual {
    min-height: auto;
    padding: 22px 0 0;
  }

  .hero-mini-metrics {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 14px;
  }

  .hero-audit-card {
    position: static;
    width: 100%;
    max-width: 100%;
    margin-top: 14px;
  }

  .check-grid,
  .visual-proof-grid,
  .lp-grid.three,
  .lp-grid.four,
  .lp-grid.five,
  .process-grid,
  .before-after-grid,
  .support-panel,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .ba-arrow {
    margin: 0 auto;
    transform: rotate(90deg);
  }

  .plan-card.featured {
    transform: none;
  }

  .hero-actions,
  .center-actions {
    flex-direction: column;
  }

  .lp-btn {
    width: 100%;
    max-width: 100%;
  }

  .mobile-fixed-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    display: block;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, 0.94);
    border-top: 1px solid var(--color-border);
    backdrop-filter: blur(12px);
  }

  .mobile-fixed-cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(180deg, var(--color-orange), var(--color-orange-dark));
    font-weight: 900;
    box-shadow: 0 12px 28px rgba(255, 122, 0, 0.24);
  }

  .site-footer {
    padding: 54px 0 96px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 440px) {
  h1 {
    font-size: 31px;
  }

  .lp-heading {
    font-size: 28px;
  }

  .lp-card,
  .ba-card,
  .reason-card,
  .case-card,
  .number-card,
  .cta-panel {
    padding: 22px;
  }

  .hero-visual {
    min-height: auto;
  }

  .hero-tags span {
    width: 100%;
    max-width: 100%;
  }

  .hero-proof span {
    width: fit-content;
    max-width: calc(100vw - 120px);
  }

  .hero-tags {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-mini-metrics {
    grid-template-columns: 1fr;
  }
}
