:root {
  --primary: #2E8B57;
  --primary-dark: #26734A;
  --secondary: #2F5D8C;
  --text: #1f2b24;
  --muted: #5b6b61;
  --line: #dfe8e1;
  --bg: #ffffff;
  --section-bg: #F4F7F3;
  --danger: #c43d3d;
  --shadow: 0 18px 48px rgba(31, 43, 36, 0.14);
  --shadow-strong: 0 24px 70px rgba(31, 43, 36, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 17px;
  line-height: 1.85;
  background: var(--bg);
}

img {
  display: block;
  width: 100%;
  height: auto;
}

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

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

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 72px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 2px 18px rgba(31, 43, 36, 0.12);
  backdrop-filter: blur(8px);
}

.header-inner {
  width: 100%;
  height: 72px;
  margin: 0 auto;
  padding: 0 clamp(28px, 4vw, 64px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--primary);
  font-size: 18px;
  font-weight: 900;
  white-space: nowrap;
}

.brand img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.global-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: #31443a;
  font-size: 14px;
  font-weight: 700;
}

.global-nav a {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.global-nav a:hover {
  color: var(--primary);
}

.nav-cta {
  padding: 10px 18px;
  color: #fff;
  background: var(--primary);
  border-radius: 999px;
}

.nav-cta:hover {
  color: #fff;
  background: var(--primary-dark);
}

.hero {
  position: relative;
  min-height: 760px;
  padding: 128px 0 78px;
  color: var(--text);
  overflow: hidden;
  background: #f8fbf8;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.76) 42%, rgba(255, 255, 255, 0.12) 66%, rgba(255, 255, 255, 0) 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("./assets/fv-family-prayer.png") center 42% / cover no-repeat;
  filter: brightness(1.01) saturate(1.04) contrast(1.05);
  transform: none;
}

.hero-layout {
  position: relative;
  z-index: 2;
  width: min(1500px, calc(100% - 72px));
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(0, 1fr);
  align-items: center;
  gap: 46px;
}

.hero-copy-block {
  position: relative;
  max-width: 790px;
  padding: 28px 0 18px;
}

.hero-label,
.section-label {
  margin: 0 0 14px;
  color: var(--secondary);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-label {
  display: inline-block;
  padding: 7px 14px;
  color: #fff;
  background: rgba(46, 139, 87, 0.95);
  border-radius: 999px;
}

.hero h1 {
  margin: 0;
  color: #1f3f32;
  font-size: clamp(42px, 4.4vw, 64px);
  line-height: 1.36;
  letter-spacing: 0;
  text-shadow: none;
}

.hero h1 span {
  color: var(--primary);
  font-size: 1.06em;
}

.hero-copy {
  max-width: 640px;
  margin: 22px 0 34px;
  color: #2e493c;
  font-size: clamp(18px, 1.8vw, 23px);
  font-weight: 700;
  line-height: 1.8;
}

.hero-appeal-grid {
  position: relative;
  z-index: 1;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 50px 0 34px;
}

.appeal-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 160px;
  padding: 64px 8px 22px;
  text-align: center;
  background: #fff;
  border: 1px solid rgba(223, 232, 225, 0.9);
  border-radius: 16px;
  box-shadow: var(--shadow-strong);
}

.appeal-icon {
  display: grid;
  place-items: center;
  position: absolute;
  top: -38px;
  left: 50%;
  transform: translateX(-50%);
  width: 82px;
  height: 82px;
  margin: 0;
  color: #fff;
  background: var(--primary);
  border-radius: 50%;
  font-size: 0;
  font-weight: 900;
  box-shadow: 0 12px 26px rgba(46, 139, 87, 0.24);
}

.appeal-icon::before {
  content: "";
  display: block;
  width: 58px;
  height: 58px;
  background: #fff;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

.appeal-icon img {
  width: 66px;
  height: 66px;
  object-fit: contain;
}

.appeal-card:nth-child(2) .appeal-icon img {
  width: 70px;
  height: 70px;
}

.appeal-card:nth-child(3) .appeal-icon img {
  width: 56px;
  height: 56px;
}

.appeal-icon.icon-image::before {
  display: none;
}

.icon-pin::before {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M32 56s18-17 18-33A18 18 0 1 0 14 23c0 16 18 33 18 33z'/%3E%3Ccircle cx='32' cy='23' r='6'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-work::before {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19 28c0-8 6-15 13-15s13 7 13 15'/%3E%3Cpath d='M15 28h34'/%3E%3Cpath d='M32 8v10M27 13h10'/%3E%3Cpath d='M20 32c0 10 5 17 12 17s12-7 12-17'/%3E%3Cpath d='M14 56c3-7 10-11 18-11s15 4 18 11'/%3E%3Cpath d='M25 55h14'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-pen::before {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 48l6-18 30-30 14 14-30 30-20 4z'/%3E%3Cpath d='M40 8l14 14'/%3E%3Cpath d='M16 30l18 18'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-search::before {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='6' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='27' cy='27' r='16'/%3E%3Cpath d='M39 39l13 13'/%3E%3Cpath d='M22 27h10M27 22v10'/%3E%3C/g%3E%3C/svg%3E");
}

.appeal-card h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 82px;
  margin: 0;
  color: var(--text);
  font-size: clamp(21px, 1.8vw, 29px);
  font-weight: 900;
  line-height: 1.32;
  letter-spacing: 0;
  word-break: keep-all;
  overflow-wrap: normal;
  line-break: strict;
}

.appeal-card:nth-child(2) h2 {
  font-size: clamp(20px, 1.68vw, 26px);
  white-space: nowrap;
  line-height: 1;
}

.hero-brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin: 8px 0 24px;
  color: #415f2d;
  font-size: clamp(30px, 3.8vw, 52px);
  font-weight: 900;
  line-height: 1.1;
}

.hero-brand-lockup + .button-large {
  margin-left: clamp(42px, 7vw, 118px);
}

.hero-brand-lockup img {
  width: clamp(92px, 9vw, 134px);
  height: clamp(92px, 9vw, 134px);
  object-fit: contain;
}

.hero-photo {
  display: none;
}

.hero-photo img {
  height: 100%;
  object-fit: cover;
  object-position: 52% 45%;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  min-width: 250px;
  padding: 15px 32px;
  color: #fff;
  background: var(--primary);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 900;
  line-height: 1.3;
  box-shadow: 0 14px 30px rgba(46, 139, 87, 0.28);
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.button:hover {
  background: var(--primary-dark);
  transform: translateY(-1px);
}

.button-large {
  width: min(340px, 100%);
  min-height: 64px;
  font-size: 19px;
}

.button-light {
  color: var(--primary);
  background: #fff;
  box-shadow: none;
}

.button-light:hover {
  color: #fff;
  background: var(--primary-dark);
}

.section {
  padding: 120px 0;
}

.section-soft {
  background: var(--section-bg);
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 54px;
  text-align: center;
}

h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.45;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.5;
}

.section-heading p:not(.section-label),
.consultation-body p,
.worry-card p,
.service-text p,
.timeline p,
.note,
.faq-list p,
.form-heading p,
.logo-cta p {
  color: var(--muted);
}

.consultation-box {
  display: grid;
  grid-template-columns: minmax(0, 0.48fr) minmax(0, 0.52fr);
  align-items: stretch;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow-strong);
}

.consultation-cta {
  background: var(--section-bg);
}

.consultation-heading p {
  margin: 14px 0 0;
  color: var(--primary);
  font-size: 24px;
  font-weight: 900;
}

.consultation-media img {
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  object-position: calc(77% + 22px) 50%;
}

.consultation-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 58px 64px;
}

.consultation-brand {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  align-self: center;
  margin: 0 auto 42px;
  padding: 0 0 14px;
  color: var(--primary);
  background: transparent;
  border: 0;
  border-bottom: 3px solid rgba(46, 139, 87, 0.18);
  border-radius: 0;
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 900;
  white-space: nowrap;
}

.consultation-brand img {
  width: 86px;
  height: 86px;
  object-fit: contain;
}

.consultation-inside-button {
  align-self: center;
  min-width: 360px;
  min-height: 68px;
  margin-top: 34px;
  font-size: 20px;
}

.worry-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.worry-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
}

.worry-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center 48%;
}

.worry-card:nth-child(2) img {
  object-position: 78% 48%;
}

.worry-card:nth-child(3) img {
  object-position: 77% 44%;
}

.worry-card div {
  padding: 28px;
}

.service-list {
  display: grid;
  gap: 42px;
}

.service-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
  align-items: center;
  gap: 48px;
  padding: 44px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.service-row img {
  height: 330px;
  object-fit: cover;
  object-position: center 42%;
  border-radius: 14px;
}

.service-row:nth-child(2) img {
  object-position: 78% 45%;
}

.service-row:nth-child(3) img {
  object-position: 42% 40%;
}

.service-number {
  display: block;
  margin-bottom: 4px;
  color: rgba(46, 139, 87, 0.18);
  font-size: 86px;
  font-weight: 900;
  line-height: 1;
}

.service-text h3 {
  font-size: clamp(27px, 3vw, 36px);
}

.one-line-title {
  white-space: nowrap;
  font-size: clamp(26px, 3.5vw, 42px);
}

.logo-cta {
  padding: 90px 0;
  color: #276b2d;
  background: #e9f0e8;
}

.logo-cta-inner {
  display: grid;
  grid-template-columns: minmax(220px, 0.32fr) minmax(0, 0.62fr);
  align-items: center;
  gap: 38px 56px;
  justify-items: center;
  text-align: center;
}

.logo-cta-brand {
  display: grid;
  justify-items: center;
  gap: 12px;
  transform: translateY(34px);
  color: #415f2d;
  font-size: clamp(25px, 2.7vw, 38px);
  font-weight: 900;
  line-height: 1.25;
}

.logo-cta-brand img {
  width: clamp(132px, 13vw, 190px);
  height: clamp(132px, 13vw, 190px);
  object-fit: contain;
}

.logo-cta h2 {
  font-size: clamp(32px, 3.6vw, 48px);
  color: #2d7d35;
}

.logo-cta p {
  margin: 12px 0 0;
  color: #41614a;
  font-weight: 700;
}

.logo-cta-button {
  grid-column: 2;
  min-width: min(520px, 100%);
  min-height: 78px;
  color: #fff;
  background: #f07a3f;
  font-size: 22px;
  box-shadow: 0 18px 40px rgba(240, 122, 63, 0.26);
}

.logo-cta-button:hover {
  background: #df6830;
}

.flow-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.78fr);
  gap: 56px;
  align-items: center;
}

.flow-media {
  position: static;
  padding-top: 120px;
}

.flow-media img {
  height: 420px;
  object-fit: cover;
  object-position: center 50%;
  border-radius: 18px;
  box-shadow: var(--shadow-strong);
}

.timeline {
  display: grid;
  gap: 18px;
  padding: 0;
  margin: 36px 0 0;
  list-style: none;
}

.timeline li {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 22px 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 12px 34px rgba(31, 43, 36, 0.08);
}

.timeline span {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  color: #fff;
  background: var(--secondary);
  border-radius: 50%;
  font-size: 17px;
  font-weight: 900;
}

.timeline h3 {
  margin-bottom: 4px;
  font-size: 20px;
}

.timeline p {
  margin: 0;
}

.price-container {
  width: min(1000px, calc(100% - 40px));
}

.price-panel {
  padding: 42px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow-strong);
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 14px;
  text-align: center;
  table-layout: fixed;
}

.price-table th,
.price-table td {
  padding: 28px 34px;
  border-bottom: 1px solid var(--line);
}

.price-table th {
  color: #fff;
  background: var(--secondary);
  font-weight: 900;
}

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

.price-table th:first-child,
.price-table td:first-child {
  width: 30%;
  font-weight: 900;
}

.price-table th:nth-child(2),
.price-table td:nth-child(2) {
  width: 40%;
  color: var(--muted);
}

.price-table th:last-child,
.price-table td:last-child {
  width: 30%;
}

.price-table th:nth-child(2) {
  color: #fff;
}

.price-table td:last-child {
  font-size: 20px;
  font-weight: 900;
  color: var(--primary);
  text-align: center;
  white-space: nowrap;
}

.price-table th:last-child {
  text-align: center;
}

.note {
  margin: 20px 0 0;
  font-size: 15px;
  white-space: nowrap;
}

.form-section {
  width: min(1120px, calc(100% - 40px));
}

.form-heading {
  margin-bottom: 42px;
  max-width: none;
}

.form-heading h2 {
  font-size: clamp(34px, 5vw, 48px);
}

.form-heading p {
  white-space: nowrap;
}

.contact-form {
  display: grid;
  gap: 20px;
  padding: 42px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow-strong);
  width: min(760px, 100%);
  margin: 0 auto;
}

.field {
  display: grid;
  gap: 8px;
}

.field label {
  font-weight: 900;
}

.field label span {
  margin-left: 6px;
  color: var(--danger);
  font-size: 12px;
}

.field label small {
  margin-left: 6px;
  color: var(--muted);
  font-size: 12px;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 56px;
  padding: 13px 15px;
  border: 1px solid #cfdad2;
  border-radius: 10px;
  background: #fff;
  color: var(--text);
}

.field textarea {
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: 3px solid rgba(46, 139, 87, 0.18);
  border-color: var(--primary);
}

.field.is-error input,
.field.is-error select,
.field.is-error textarea {
  border-color: var(--danger);
}

.error {
  min-height: 20px;
  margin: 0;
  color: var(--danger);
  font-size: 13px;
  line-height: 1.5;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.honeypot {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 1px;
  min-height: 0;
  opacity: 0;
  pointer-events: none;
}

.submit-button {
  width: min(340px, 100%);
  justify-self: center;
  margin-top: 4px;
}

.faq-container {
  width: min(960px, calc(100% - 40px));
}

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

.faq-list details {
  background: #fff;
  border: 3px solid var(--primary);
  border-radius: 16px;
  box-shadow: 0 12px 34px rgba(31, 43, 36, 0.08);
}

.faq-list summary {
  position: relative;
  padding: 22px 58px 22px 24px;
  cursor: pointer;
  color: var(--text);
  font-weight: 900;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  color: var(--primary);
  font-size: 28px;
  line-height: 1;
}

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

.faq-list p {
  margin: 0;
  padding: 0 24px 12px;
}

.faq-list p:last-child {
  padding-bottom: 24px;
}

.site-footer {
  padding: 40px 0;
  color: #fff;
  background: #254236;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.footer-brand {
  margin: 0;
  font-weight: 900;
}

.footer-links {
  display: flex;
  gap: 20px;
  font-size: 14px;
}

.footer-links a {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.thanks-page {
  min-height: 100vh;
  background: var(--section-bg);
}

.thanks-main {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 40px 20px;
}

.thanks-box {
  width: min(620px, 100%);
  padding: 52px 34px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
  text-align: center;
}

.thanks-mark {
  display: block;
  width: 64px;
  height: 64px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: var(--primary);
  position: relative;
}

.thanks-mark::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 17px;
  width: 28px;
  height: 16px;
  border-left: 5px solid #fff;
  border-bottom: 5px solid #fff;
  transform: rotate(-45deg);
}

.thanks-box h1 {
  margin: 0 0 22px;
  font-size: clamp(26px, 5vw, 34px);
}

.thanks-box p {
  margin: 0 0 16px;
  color: var(--muted);
}

.thanks-box .button {
  margin-top: 14px;
}

@media (max-width: 980px) {
  .hero {
    padding: 116px 0 64px;
  }

  .hero-layout {
    grid-template-columns: 1fr;
    width: min(100% - 40px, 760px);
    gap: 0;
  }

  .hero-copy-block {
    max-width: none;
  }

  .consultation-box,
  .service-row,
  .flow-layout,
  .logo-cta-inner {
    grid-template-columns: 1fr;
  }

  .flow-media {
    position: static;
    padding-top: 0;
    order: -1;
  }

  .consultation-body {
    padding: 46px 34px;
  }

  .logo-cta-inner {
    text-align: center;
    justify-items: center;
  }

  .logo-cta-button {
    grid-column: auto;
  }
}

@media (max-width: 820px) {
  .global-nav {
    gap: 12px;
    font-size: 13px;
  }

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

@media (max-width: 720px) {
  body {
    font-size: 16px;
  }

  .container,
  .price-container,
  .form-section,
  .faq-container {
    width: min(100% - 32px, 1120px);
  }

  .site-header,
  .header-inner {
    height: 72px;
  }

  .header-inner {
    width: 100%;
    padding: 0 12px;
  }

  .brand {
    font-size: 15px;
  }

  .brand img {
    width: 40px;
    height: 40px;
  }

  .global-nav {
    width: auto;
    max-width: none;
    overflow: visible;
  }

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

  .global-nav .nav-cta {
    padding: 8px 14px;
  }

  .hero h1 {
    font-size: clamp(24px, 6.65vw, 30px);
    line-height: 1.5;
  }

  .hero-copy {
    font-size: 18px;
  }

  .hero-appeal-grid {
    margin: 42px 0 30px;
    gap: 12px;
  }

  .appeal-card {
    min-height: 146px;
    padding: 50px 10px 18px;
    border-radius: 14px;
  }

  .appeal-icon {
    width: 66px;
    height: 66px;
    border-radius: 50%;
  }

  .appeal-icon::before {
    width: 50px;
    height: 50px;
  }

  .appeal-card h2 {
    font-size: 22px;
  }

  .hero-brand-lockup {
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 28px;
  }

  .hero-brand-lockup + .button-large {
    margin-left: 0;
  }

  .button,
  .button-large,
  .submit-button {
    width: 100%;
    min-width: 0;
  }

  .section {
    padding: 82px 0;
  }

  .section-heading {
    margin-bottom: 34px;
  }

  .consultation-media img {
    min-height: 320px;
    height: 320px;
    object-position: calc(78% + 14px) 50%;
  }

  .consultation-button {
    margin-top: 22px;
  }

  .consultation-body,
  .service-row,
  .price-panel,
  .contact-form {
    padding: 28px 20px;
  }

  .consultation-brand {
    gap: 10px;
    padding: 12px 16px;
    font-size: 22px;
  }

  .consultation-brand img {
    width: 54px;
    height: 54px;
  }

  .service-list {
    gap: 26px;
  }

  .service-row {
    gap: 24px;
  }

  .service-row img,
  .flow-media img {
    height: 260px;
  }

  .service-number {
    font-size: 62px;
  }

  .logo-cta {
    padding: 62px 0;
  }

  .logo-cta-inner {
    gap: 22px;
  }

  .logo-cta-brand {
    transform: none;
  }

  .logo-cta-button {
    min-width: 0;
    min-height: 66px;
    font-size: 19px;
  }

  .one-line-title {
    font-size: clamp(22px, 6vw, 28px);
  }

  .timeline li {
    padding: 18px 16px;
  }

  .price-table th,
  .price-table td {
    padding: 17px 14px;
  }

  .price-table,
  .price-table thead,
  .price-table tbody,
  .price-table tr,
  .price-table td {
    display: block;
    width: 100%;
  }

  .price-table thead {
    display: none;
  }

  .price-table tr {
    padding: 18px 0;
    border-bottom: 1px solid var(--line);
  }

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

  .price-table th,
  .price-table td,
  .price-table td:first-child,
  .price-table td:nth-child(2),
  .price-table td:last-child {
    width: 100%;
    padding: 0;
    border-bottom: 0;
    text-align: left;
  }

  .price-table td:first-child {
    font-size: 18px;
  }

  .price-table td:nth-child(2) {
    margin-top: 4px;
    font-size: 15px;
  }

  .price-table td:last-child {
    margin-top: 8px;
    font-size: 22px;
  }

  .note {
    white-space: normal;
  }

  .footer-inner,
  .footer-links {
    flex-direction: column;
  }

  .footer-links {
    gap: 8px;
  }
}

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

  .global-nav {
    max-width: 46vw;
  }

  .hero-appeal-grid,
  .worry-grid {
    grid-template-columns: 1fr 1fr;
  }

  .appeal-card h2 {
    font-size: 24px;
  }

  .appeal-card {
    min-height: 152px;
  }

  .worry-grid {
    grid-template-columns: 1fr;
  }
}
