:root {
  --ink: #17221f;
  --muted: #62706c;
  --line: #d9e0dd;
  --paper: #f7f6f0;
  --soft: #eef4f1;
  --white: #ffffff;
  --green: #1f5f4b;
  --deep: #123c32;
  --teal: #0d7d79;
  --coral: #d45d45;
  --gold: #c99a3c;
  --danger: #b84d42;
  --shadow: 0 22px 55px rgba(22, 33, 31, 0.12);
  --lift: 0 28px 70px rgba(22, 33, 31, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(rgba(31, 95, 75, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31, 95, 75, 0.03) 1px, transparent 1px),
    var(--paper);
  background-size: 42px 42px;
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.75;
}

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

.scroll-progress {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  height: 4px;
  background: linear-gradient(90deg, var(--coral), var(--gold), var(--teal));
  transform: scaleX(0);
  transform-origin: left center;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 56px);
  background: rgba(247, 246, 240, 0.84);
  border-bottom: 1px solid rgba(217, 224, 221, 0.72);
  backdrop-filter: blur(18px);
  transition: box-shadow 0.25s ease, background 0.25s ease, padding 0.25s ease;
}

body.is-scrolled .site-header {
  padding-block: 12px;
  background: rgba(247, 246, 240, 0.96);
  box-shadow: 0 10px 28px rgba(22, 33, 31, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
}

.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--white);
  background: var(--green);
  border-radius: 8px;
  font-family: Georgia, serif;
  box-shadow: 0 10px 26px rgba(31, 95, 75, 0.24);
}

.nav {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #243734;
  font-size: 14px;
  font-weight: 800;
}

.nav a {
  position: relative;
}

.nav a:not(.nav-cta)::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  background: var(--teal);
  content: "";
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.2s ease;
}

.nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left center;
}

.nav-cta {
  padding: 8px 14px;
  color: var(--white);
  background: var(--coral);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(212, 93, 69, 0.24);
}

.hero {
  position: relative;
  min-height: 94vh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: clamp(28px, 5vw, 64px);
  align-items: end;
  overflow: hidden;
  padding: 148px clamp(20px, 7vw, 96px) 72px;
  isolation: isolate;
}

.hero::after {
  position: absolute;
  right: clamp(20px, 8vw, 120px);
  bottom: 28px;
  z-index: -1;
  width: min(42vw, 520px);
  height: min(38vw, 420px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 46%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.16) 0 1px, transparent 1px 34px);
  clip-path: polygon(7% 0, 100% 0, 88% 100%, 0 82%);
  content: "";
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-media {
  background:
    linear-gradient(90deg, rgba(5, 24, 21, 0.86), rgba(5, 24, 21, 0.36)),
    url("https://images.unsplash.com/photo-1494412685616-a5d310fbb07d?auto=format&fit=crop&w=2200&q=82") center / cover;
  animation: heroDrift 18s ease-in-out infinite alternate;
}

.hero-overlay {
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(22, 33, 31, 0.02), rgba(247, 246, 240, 0.08)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 92px);
}

.hero-content {
  max-width: 880px;
  color: var(--white);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1,
.section h2,
.cta-section h2 {
  margin: 0;
  letter-spacing: 0;
  line-height: 1.17;
  line-break: strict;
  overflow-wrap: normal;
  word-break: keep-all;
}

.hero h1 {
  max-width: 850px;
  font-size: clamp(42px, 6.3vw, 78px);
  font-weight: 900;
  text-wrap: balance;
}

.phrase {
  display: inline-block;
}

.hero-copy {
  max-width: 760px;
  margin: 24px 0 0;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 700;
}

.hero-actions,
.cta-section {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.hero-actions {
  margin-top: 32px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: 900;
  line-height: 1.3;
  white-space: nowrap;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

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

.button.primary {
  color: var(--white);
  background: var(--coral);
  box-shadow: 0 12px 28px rgba(212, 93, 69, 0.28);
}

.button.primary:hover {
  box-shadow: 0 18px 38px rgba(212, 93, 69, 0.34);
}

.button.secondary {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.64);
  background: rgba(255, 255, 255, 0.12);
}

.button.outline {
  color: var(--green);
  border: 1px solid var(--line);
  background: var(--white);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 780px;
  margin-top: 34px;
}

.hero-stats div,
.hero-card {
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  backdrop-filter: blur(14px);
}

.hero-stats div {
  padding: 16px;
  animation: statFloat 4.8s ease-in-out infinite;
}

.hero-stats div:nth-child(2) {
  animation-delay: 0.45s;
}

.hero-stats div:nth-child(3) {
  animation-delay: 0.9s;
}

.hero-stats strong {
  display: block;
  color: var(--gold);
  font-size: 20px;
  line-height: 1.25;
}

.hero-stats span {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 700;
}

.hero-card {
  color: var(--white);
  padding: 24px;
  align-self: center;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
  transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  transition: transform 0.18s ease;
}

.card-label,
.plan-name {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.market-compare {
  display: grid;
  gap: 12px;
}

.market-box {
  position: relative;
  overflow: hidden;
  padding: 18px;
  border-radius: 8px;
}

.market-box::after {
  position: absolute;
  inset: auto 0 0;
  height: 4px;
  content: "";
}

.market-box.japan {
  background: rgba(184, 77, 66, 0.22);
  border: 1px solid rgba(184, 77, 66, 0.35);
}

.market-box.japan::after {
  background: var(--danger);
}

.market-box.sea {
  background: rgba(13, 125, 121, 0.22);
  border: 1px solid rgba(13, 125, 121, 0.35);
}

.market-box.sea::after {
  background: var(--teal);
}

.market-box span,
.data-card span {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 900;
}

.market-box strong {
  display: block;
  margin: 4px 0 8px;
  font-size: 22px;
}

.market-box p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
}

.section {
  position: relative;
  overflow: hidden;
  padding: clamp(76px, 9vw, 124px) clamp(20px, 6vw, 84px);
  scroll-margin-top: 78px;
  isolation: isolate;
}

.section::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
}

.section::after {
  position: absolute;
  z-index: -1;
  content: "";
  pointer-events: none;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(320px, 1.2fr);
  gap: 44px;
  align-items: end;
  max-width: 1180px;
  margin: 0 auto 42px;
}

.section-heading.compact {
  display: block;
  max-width: 850px;
  margin-inline: auto;
  text-align: center;
}

.section h2,
.cta-section h2 {
  font-size: clamp(30px, 4vw, 50px);
  font-weight: 900;
  text-wrap: balance;
}

.lead {
  max-width: 760px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 17px;
}

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

.problem::before {
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.94) 0 54%, rgba(255, 255, 255, 0.78)),
    url("https://images.unsplash.com/photo-1523240795612-9a054b0db644?auto=format&fit=crop&w=1800&q=80") center / cover;
}

.problem::after {
  right: -80px;
  top: 90px;
  width: 360px;
  height: 520px;
  border-left: 1px solid rgba(31, 95, 75, 0.12);
  background: repeating-linear-gradient(0deg, rgba(31, 95, 75, 0.1) 0 1px, transparent 1px 28px);
  transform: rotate(8deg);
}

.authority {
  color: var(--white);
  background: var(--deep);
}

.authority::before {
  background:
    linear-gradient(90deg, rgba(18, 60, 50, 0.96), rgba(18, 60, 50, 0.78)),
    url("https://images.unsplash.com/photo-1507679799987-c73779587ccf?auto=format&fit=crop&w=1800&q=80") center / cover;
}

.authority .lead,
.authority .achievement-item p {
  color: rgba(255, 255, 255, 0.74);
}

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

.target::before {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(244, 251, 248, 0.9)),
    linear-gradient(90deg, rgba(31, 95, 75, 0.06), transparent);
}

.fact-grid,
.opportunity-grid,
.plan-grid,
.target-grid,
.diff-grid {
  display: grid;
  gap: 18px;
  max-width: 1180px;
  margin: 42px auto 0;
}

.fact-grid,
.opportunity-grid,
.plan-grid,
.diff-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.panel,
.data-card,
.plan-card,
.target-card,
.diff-grid article,
.achievement-item {
  border-radius: 8px;
  border: 1px solid var(--line);
  background: var(--white);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.panel:hover,
.data-card:hover,
.target-card:hover,
.diff-grid article:hover,
.achievement-item:hover {
  transform: translateY(-5px);
  box-shadow: var(--lift);
}

.panel,
.data-card,
.target-card,
.diff-grid article {
  padding: 28px;
}

.panel {
  background: rgba(244, 251, 248, 0.9);
  backdrop-filter: blur(6px);
}

.number {
  display: inline-block;
  color: var(--teal);
  font-size: 13px;
  font-weight: 900;
}

.panel h3,
.data-card h3,
.plan-card h3,
.target-card h3,
.diff-grid h3,
.achievement-item h3 {
  margin: 10px 0 8px;
  font-size: 21px;
  line-height: 1.4;
  line-break: strict;
  overflow-wrap: normal;
  word-break: keep-all;
}

.panel p,
.data-card p,
.plan-card p,
.target-card p,
.diff-grid p,
.achievement-item p,
.faq-list p,
.flow-list span,
.cta-section p,
.site-footer p {
  margin: 0;
  color: var(--muted);
}

.message-band {
  max-width: 900px;
  margin: 42px auto 0;
  padding: 28px 32px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent),
    var(--green);
  border-radius: 8px;
  text-align: center;
  font-size: 20px;
  box-shadow: var(--shadow);
}

.opportunity {
  color: var(--white);
  background: var(--green);
}

.opportunity::before {
  background:
    linear-gradient(90deg, rgba(18, 60, 50, 0.96), rgba(18, 60, 50, 0.82)),
    url("https://images.unsplash.com/photo-1528181304800-259b08848526?auto=format&fit=crop&w=1800&q=82") center / cover;
}

.opportunity::after {
  inset: 0;
  background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 76px);
}

.opportunity .section-heading,
.opportunity .brand-table-wrap,
.opportunity .opportunity-grid {
  position: relative;
  z-index: 1;
}

.data-card {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.2);
  color: var(--white);
  backdrop-filter: blur(12px);
}

.data-card span {
  color: rgba(255, 255, 255, 0.72);
}

.data-card strong {
  display: block;
  margin: 6px 0 10px;
  color: var(--gold);
  font-size: 34px;
  line-height: 1.1;
}

.data-card p {
  color: rgba(255, 255, 255, 0.82);
}

.brand-table-wrap {
  max-width: 1180px;
  margin: 34px auto 0;
  overflow-x: auto;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.2);
}

.brand-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.brand-table th,
.brand-table td {
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  text-align: left;
}

.brand-table th {
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
}

.brand-table tr:last-child td {
  border-bottom: 0;
}

.achievement-list {
  display: grid;
  gap: 16px;
  max-width: 960px;
  margin: 42px auto 0;
}

.achievement-item {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 24px;
  padding: 28px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px);
}

.achievement-item > span {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  color: var(--white);
  background: var(--coral);
  border-radius: 8px;
  font-weight: 900;
}

.text-link {
  display: inline-block;
  margin-top: 12px;
  color: var(--gold);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.quote {
  max-width: 860px;
  margin: 38px auto 0;
  padding: 30px 34px;
  color: var(--ink);
  background: rgba(247, 246, 240, 0.94);
  border-left: 5px solid var(--coral);
  border-radius: 8px;
  font-size: 18px;
  font-weight: 700;
  box-shadow: var(--shadow);
}

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

.services::before {
  background:
    linear-gradient(135deg, rgba(238, 244, 241, 0.96), rgba(247, 246, 240, 0.9)),
    linear-gradient(90deg, transparent 0 70%, rgba(201, 154, 60, 0.1) 70%);
}

.services::after {
  left: 0;
  top: 0;
  width: 34%;
  height: 100%;
  background:
    linear-gradient(rgba(31, 95, 75, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31, 95, 75, 0.08) 1px, transparent 1px);
  background-size: 26px 26px;
  clip-path: polygon(0 0, 100% 0, 72% 100%, 0 100%);
}

.plan-card {
  display: flex;
  flex-direction: column;
  padding: 30px;
  transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
}

.plan-card:hover {
  box-shadow: var(--lift);
  border-color: rgba(13, 125, 121, 0.28);
}

.plan-card.featured {
  border-color: var(--coral);
  box-shadow: var(--shadow);
}

.plan-card.featured::before {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 5px 10px;
  color: var(--white);
  background: var(--coral);
  border-radius: 6px;
  content: "おすすめ";
  font-size: 12px;
  font-weight: 900;
}

.plan-card ul {
  padding: 0;
  margin: 22px 0 26px;
  list-style: none;
}

.plan-card li {
  padding: 9px 0;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
}

.plan-card li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 9px;
  background: var(--teal);
  border-radius: 2px;
  transform: rotate(45deg) translateY(-1px);
}

.plan-card .button {
  margin-top: auto;
}

.diff-grid article {
  background: var(--white);
}

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

.flow::before {
  background:
    radial-gradient(circle at 18% 18%, rgba(201, 154, 60, 0.16), transparent 26%),
    radial-gradient(circle at 82% 24%, rgba(13, 125, 121, 0.13), transparent 30%),
    linear-gradient(135deg, rgba(247, 246, 240, 0.96), rgba(238, 244, 241, 0.94)),
    repeating-linear-gradient(90deg, rgba(31, 95, 75, 0.08) 0 1px, transparent 1px 86px),
    repeating-linear-gradient(0deg, rgba(31, 95, 75, 0.06) 0 1px, transparent 1px 86px);
}

.flow::after {
  right: -120px;
  bottom: -180px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(31, 95, 75, 0.14);
  background:
    linear-gradient(135deg, rgba(31, 95, 75, 0.08), transparent),
    repeating-linear-gradient(135deg, rgba(31, 95, 75, 0.1) 0 2px, transparent 2px 18px);
  border-radius: 50%;
}

.flow-list {
  position: relative;
  display: grid;
  gap: 12px;
  max-width: 900px;
  padding: 0;
  margin: 42px auto 0;
  list-style: none;
  counter-reset: flow;
}

.flow-list::before {
  position: absolute;
  top: 22px;
  bottom: 22px;
  left: 38px;
  width: 2px;
  background: linear-gradient(var(--green), var(--gold), var(--coral));
  content: "";
}

.flow-list li {
  position: relative;
  counter-increment: flow;
  display: grid;
  grid-template-columns: 44px 220px 1fr;
  gap: 18px;
  align-items: center;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(22, 33, 31, 0.07);
}

.flow-list li::before {
  content: counter(flow);
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--white);
  background: var(--green);
  border: 3px solid var(--paper);
  border-radius: 8px;
  font-weight: 900;
}

.flow-list strong {
  font-size: 17px;
}

.target-card {
  background:
    linear-gradient(135deg, rgba(244, 251, 248, 0.95), rgba(255, 255, 255, 0.95));
}

.faq::before {
  background:
    linear-gradient(180deg, rgba(238, 244, 241, 0.94), rgba(238, 244, 241, 0.98)),
    repeating-linear-gradient(135deg, rgba(31, 95, 75, 0.08) 0 1px, transparent 1px 24px);
}

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

details {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--line);
  border-radius: 8px;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

details[open] {
  border-color: rgba(13, 125, 121, 0.28);
  box-shadow: var(--shadow);
}

summary {
  cursor: pointer;
  padding: 20px 24px;
  font-weight: 900;
  line-break: strict;
  word-break: keep-all;
}

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

.cta-section {
  position: relative;
  overflow: hidden;
  justify-content: space-between;
  padding: clamp(58px, 8vw, 92px) clamp(20px, 7vw, 96px);
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(31, 95, 75, 0.96), rgba(18, 60, 50, 0.96)),
    url("https://images.unsplash.com/photo-1542744173-8e7e53415bb0?auto=format&fit=crop&w=1800&q=80") center / cover;
}

.cta-section::after {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 62px);
  content: "";
}

.cta-section > * {
  position: relative;
  z-index: 1;
}

.cta-section div {
  max-width: 780px;
}

.cta-section p {
  max-width: 660px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.82);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  padding: 42px clamp(20px, 6vw, 84px);
  background: #17221f;
  color: var(--white);
}

.site-footer strong {
  display: block;
  margin-bottom: 8px;
}

.site-footer p {
  color: rgba(255, 255, 255, 0.7);
}

.site-footer nav {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: flex-start;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 800;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s ease var(--delay, 0ms), transform 0.65s ease var(--delay, 0ms);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes heroDrift {
  from {
    transform: scale(1.03) translate3d(-8px, -4px, 0);
  }
  to {
    transform: scale(1.08) translate3d(10px, 6px, 0);
  }
}

@keyframes statFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 980px) {
  .site-header {
    position: sticky;
    padding: 14px 18px;
  }

  .nav {
    gap: 12px;
    font-size: 13px;
  }

  .nav a:not(.nav-cta) {
    display: none;
  }

  .hero,
  .section-heading,
  .fact-grid,
  .opportunity-grid,
  .plan-grid,
  .diff-grid,
  .target-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding: 86px 20px 54px;
  }

  .hero-card {
    align-self: stretch;
  }

  .section-heading {
    gap: 14px;
  }

  .flow-list::before {
    left: 38px;
  }

  .flow-list li {
    grid-template-columns: 44px 1fr;
  }

  .flow-list span {
    grid-column: 2;
  }

  .site-footer {
    display: grid;
  }
}

@media (max-width: 620px) {
  .brand span:last-child {
    font-size: 14px;
  }

  .hero h1 {
    font-size: 40px;
  }

  .hero-stats,
  .achievement-item {
    grid-template-columns: 1fr;
  }

  .hero-actions,
  .cta-section {
    align-items: stretch;
  }

  .button {
    width: 100%;
    white-space: normal;
  }

  .panel,
  .data-card,
  .plan-card,
  .target-card,
  .diff-grid article,
  .achievement-item,
  .quote {
    padding: 22px;
  }

  .flow-list::before {
    display: none;
  }
}
