:root {
  --brand-pink: #ff2f66;
  --brand-deep-pink: #f72161;
  --brand-orange: #fb6034;
  --brand-coral: #ff4a58;
  --ink: #262b2f;
  --muted: #5f666b;
  --line: #e6e8eb;
  --soft-pink: #fff3f5;
  --pale-pink: #fff5f6;
  --teal: #16a9bd;
  --yellow: #ffe433;
  --shadow: 0 12px 28px rgba(65, 30, 36, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #ffffff;
  color: var(--ink);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  letter-spacing: 0;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.mobile-break {
  display: none;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 1000;
  transform: translateY(-160%);
  background: var(--ink);
  color: #ffffff;
  padding: 10px 14px;
  border-radius: 6px;
  text-decoration: none;
}

.skip-link:focus {
  transform: translateY(0);
}

.main {
  overflow: clip;
}

.section-inner {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.section {
  padding: 88px 24px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: linear-gradient(90deg, var(--brand-pink), var(--brand-orange));
  padding: 8px 10px;
}

.header-inner {
  width: min(1420px, calc(100vw - 20px));
  min-height: 58px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: #ffffff;
  border-radius: 6px;
  padding: 8px 46px;
  box-shadow: 0 8px 22px rgba(121, 28, 54, 0.13);
}

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

.brand img {
  width: 100%;
  height: auto;
}

.nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 13px;
  font-weight: 900;
}

.nav a {
  color: #111111;
  text-decoration: none;
  white-space: nowrap;
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--brand-pink);
}

.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand-pink), var(--brand-orange));
  color: #ffffff;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
}

.menu-button span,
.menu-button::before,
.menu-button::after {
  display: block;
  width: 19px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
  content: "";
}

.hero {
  position: relative;
  background: linear-gradient(180deg, var(--brand-pink), var(--brand-orange));
}

.hero-image {
  width: 100%;
  height: auto;
}

.side-cta {
  position: fixed;
  right: 0;
  top: 358px;
  z-index: 40;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  writing-mode: vertical-rl;
  min-height: 154px;
  padding: 14px 10px;
  border-radius: 8px 0 0 8px;
  background: var(--yellow);
  color: #2b2521;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(91, 48, 16, 0.22);
}

.side-cta::after {
  content: "↗";
  writing-mode: horizontal-tb;
}

.about-gallery {
  position: relative;
  padding: 92px 24px 160px;
  background: linear-gradient(180deg, var(--brand-orange) 0%, var(--brand-coral) 42%, var(--brand-pink) 100%);
  color: #ffffff;
  text-align: center;
}

.about-gallery::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image:
    linear-gradient(180deg, rgba(248, 89, 51, 0.62), rgba(255, 47, 102, 0.82)),
    url("/assets/top2-bg-no-icon-v20260528.webp");
  background-position: center top;
  background-size: cover;
}

.about-gallery::after {
  position: absolute;
  left: 50%;
  bottom: -70px;
  width: 130vw;
  height: 210px;
  content: "";
  transform: translateX(-50%);
  border-radius: 50% 50% 0 0;
  background: #ffffff;
}

.about-inner {
  position: relative;
  z-index: 1;
  width: min(1280px, 100%);
}

.ghost-word {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.12);
  font-size: 154px;
  line-height: 1;
  font-weight: 900;
  pointer-events: none;
}

.capsule-mark {
  position: relative;
  width: 34px;
  height: 34px;
  margin: 0 auto 26px;
  border-radius: 999px;
  background: linear-gradient(#ffffff 0 50%, #39aeda 50% 100%);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 8px 18px rgba(146, 35, 66, 0.24);
}

.about-gallery h2 {
  position: relative;
  margin: 0;
  font-size: 45px;
  line-height: 1.28;
  font-weight: 900;
  letter-spacing: 0;
}

.about-gallery p {
  position: relative;
  margin: 20px auto 0;
  max-width: 560px;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.75;
  font-weight: 900;
}

.photo-strip {
  position: relative;
  z-index: 1;
  width: min(1260px, calc(100vw - 96px));
  margin: 96px auto 0;
  overflow: hidden;
}

.photo-track {
  display: flex;
  align-items: center;
  gap: 24px;
  transition: transform 420ms ease;
  will-change: transform;
}

.photo-card {
  flex: 0 0 calc((100% - 48px) / 3);
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(115, 18, 54, 0.19);
  opacity: 1;
  transform: scale(1);
}

.photo-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.carousel-controls {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.icon-button {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: #ffffff;
  color: var(--brand-pink);
  font-size: 20px;
  font-weight: 900;
  cursor: pointer;
}

.carousel-status {
  font-size: 12px;
}

.carousel-status.is-paused {
  padding-left: 2px;
}

.experience {
  position: relative;
  z-index: 2;
  padding: 0 24px 110px;
  background: #ffffff;
  overflow: hidden;
}

.experience::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image: url("/assets/s-2054x2190_d9f0038d-13ff-47d8-ae98-4a4437f1d6bc-ab0e45ec.webp");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}

.experience > .section-inner {
  position: relative;
  z-index: 1;
}

.experience-title {
  text-align: center;
  padding-top: 58px;
  margin-bottom: 92px;
}

.capsule-illustration {
  width: 116px;
  margin: 0 auto 10px;
}

.experience-title h2 {
  margin: 0;
  color: var(--brand-coral);
  font-size: 38px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: 0;
}

.experience-title p {
  margin: 18px auto 0;
  color: #313940;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 800;
}

.feature-scene {
  display: grid;
  grid-template-columns: 1.16fr 0.84fr;
  align-items: center;
  gap: 106px;
  margin: 0 auto 96px;
  width: min(1120px, 100%);
}

.feature-scene.scene-two {
  grid-template-columns: 0.84fr 1.16fr;
  margin-bottom: 0;
}

.pink-panel {
  background: var(--brand-coral);
  color: #ffffff;
  padding: 46px 52px;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pink-panel h3 {
  margin: 0;
  font-size: 28px;
  line-height: 1.45;
  font-weight: 900;
  letter-spacing: 0;
}

.pink-panel p {
  margin: 18px 0 0;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.85;
  font-weight: 800;
}

.scene-visual {
  position: relative;
  isolation: isolate;
  margin: 0;
  justify-self: center;
}

.scene-visual::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  transform: translate(10px, 10px);
  border-radius: 4px;
  background: var(--brand-orange);
}

.machine-visual {
  width: min(420px, 100%);
}

.phone-visual {
  width: min(340px, 100%);
}

.scene-image {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.machine-image {
  aspect-ratio: 1.1 / 1;
}

.phone-image {
  justify-self: center;
}

.howto {
  background: var(--pale-pink);
  padding: 96px 24px 106px;
}

.howto-heading {
  margin: 0 0 54px;
  text-align: center;
}

.howto-heading h2 {
  margin: 0;
  color: #31343a;
  font-size: 35px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: 0;
}

.howto-heading span {
  display: block;
  margin-top: 6px;
  color: var(--brand-pink);
  font-size: 13px;
  font-weight: 900;
}

.howto-heading::after {
  content: "";
  display: block;
  width: 48px;
  height: 4px;
  margin: 8px auto 0;
  border-radius: 999px;
  background: var(--brand-pink);
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px;
  padding: 0;
  margin: 0 auto;
  width: min(1080px, 100%);
  list-style: none;
}

.step {
  position: relative;
  min-height: 282px;
  padding: 64px 24px 30px;
  background: #ffffff;
  text-align: center;
  box-shadow: 0 8px 18px rgba(80, 43, 47, 0.16);
}

.step-number {
  position: absolute;
  left: -8px;
  top: 18px;
  min-width: 132px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--brand-pink);
  color: #ffffff;
  font-size: 22px;
  line-height: 1;
  font-weight: 900;
}

.step-number::after {
  content: "";
  position: absolute;
  right: -18px;
  top: 0;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  border-left: 18px solid var(--brand-pink);
}

.step img {
  width: 144px;
  height: 144px;
  margin: 0 auto 24px;
  object-fit: contain;
}

.step h3 {
  margin: 0;
  color: #303238;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 900;
  letter-spacing: 0;
}

.cta-band {
  padding: 120px 40px;
  background: linear-gradient(180deg, var(--brand-pink), var(--brand-orange));
  color: var(--brand-coral);
}

.cta-band .section-inner {
  width: min(1360px, 100%);
}

.cta-content {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  align-items: center;
  gap: 56px;
  background: #ffffff;
  border-radius: 14px;
  padding: 42px 164px;
  min-height: 430px;
}

.cta-visual {
  width: 250px;
  justify-self: center;
}

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

.cta-content h2 {
  margin: 0 0 28px;
  color: var(--brand-coral);
  font-size: 32px;
  line-height: 1.45;
  font-weight: 900;
  letter-spacing: 0;
}

.cta-card {
  width: min(520px, 100%);
  background: #ffffff;
  border-radius: 12px;
  padding: 24px 34px;
  box-shadow: 0 0 22px 2px rgba(62, 33, 38, 0.08);
  text-align: center;
}

.cta-card p {
  margin: 0 0 18px;
  color: #333333;
  font-size: 14px;
  font-weight: 900;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 240px;
  min-height: 54px;
  padding: 0 32px;
  border-radius: 999px;
  border: 0;
  color: #ffffff;
  background: var(--brand-pink);
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 12px 24px rgba(255, 47, 102, 0.24);
}

.button::after {
  content: "";
  width: 14px;
  height: 14px;
  border: 2px solid currentColor;
  border-radius: 2px;
  background:
    linear-gradient(currentColor, currentColor) right 2px top 5px / 8px 2px no-repeat,
    linear-gradient(currentColor, currentColor) right 5px top 2px / 2px 8px no-repeat;
  clip-path: polygon(0 4px, 8px 4px, 8px 0, 100% 0, 100% 12px, 10px 12px, 10px 100%, 0 100%);
  line-height: 1;
}

.button.secondary {
  background: linear-gradient(135deg, var(--brand-pink), var(--brand-orange));
}

#top3-cta {
  scroll-margin-top: 130px;
}

.faq {
  background: #ffffff;
  padding: 92px 40px 104px;
}

.faq-heading {
  width: min(1080px, 100%);
  margin: 0 auto 40px;
}

.faq-heading span {
  color: var(--brand-pink);
  font-size: 13px;
  font-weight: 900;
}

.faq-heading h2 {
  display: none;
}

.faq-heading p {
  margin: 3px 0 0;
  color: var(--brand-coral);
  font-size: 48px;
  line-height: 1.1;
  font-weight: 900;
}

.faq-list {
  display: grid;
  gap: 22px;
  width: min(1080px, 100%);
  margin: 0 auto;
}

.faq-item {
  overflow: hidden;
  border-radius: 8px;
  background: #ffe6e8;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  min-height: 64px;
  padding: 22px 28px;
  border: 0;
  background: #ffe6e8;
  color: #2e3337;
  cursor: pointer;
  text-align: left;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0;
}

.faq-question::after {
  content: "⌄";
  flex: 0 0 auto;
  color: #2e3337;
  font-size: 18px;
}

.faq-question[aria-expanded="true"]::after {
  content: "⌃";
}

.faq-answer {
  display: none;
  padding: 0 28px 22px;
  color: #4d555b;
  font-size: 15px;
  line-height: 1.8;
}

.faq-answer.is-open {
  display: block;
}

.site-footer {
  background: var(--brand-pink);
  color: #ffffff;
  padding: 52px 48px;
}

.footer-inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  font-size: 13px;
  font-weight: 900;
}

.footer-links a {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.copyright {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
}

.page-hero {
  padding: 72px 24px;
  background: linear-gradient(135deg, var(--brand-pink), var(--brand-orange));
  color: #ffffff;
  text-align: center;
}

.page-hero h1 {
  margin: 0;
  font-size: 40px;
  line-height: 1.25;
  letter-spacing: 0;
}

.page-hero p {
  margin: 14px auto 0;
  max-width: 680px;
  font-size: 16px;
  line-height: 1.8;
}

.content-page {
  padding: 72px 24px 96px;
  background: #ffffff;
}

.content-shell {
  width: min(920px, 100%);
  margin: 0 auto;
}

.contact-form {
  display: grid;
  gap: 22px;
}

.contact-form fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

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

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

.form-field.full {
  grid-column: 1 / -1;
}

.form-field label,
.fieldset-label {
  font-size: 14px;
  font-weight: 900;
}

.required {
  color: var(--brand-pink);
}

.form-field input,
.form-field textarea {
  width: 100%;
  border: 1px solid #d9e0e4;
  border-radius: 8px;
  padding: 13px 14px;
  font: inherit;
  font-size: 16px;
}

.form-field textarea {
  min-height: 180px;
  resize: vertical;
}

.radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.radio-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 14px;
  background: #ffffff;
  font-size: 14px;
  font-weight: 800;
}

.radio-pill input {
  flex: 0 0 auto;
  width: auto;
  margin: 0;
  padding: 0;
}

.radio-pill span {
  min-width: 0;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: normal;
}

.privacy-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.7;
}

.lp-contact-msg {
  margin: 0;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.6;
}

.lp-contact-msg.is-success {
  background: #e8f5e9;
  color: #2e7d32;
  border: 1px solid #a5d6a7;
}

.lp-contact-msg.is-error {
  background: #ffebee;
  color: #c62828;
  border: 1px solid #ef9a9a;
}

.company-table,
.legal-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--line);
}

.company-table th,
.company-table td,
.legal-table th,
.legal-table td {
  border: 1px solid var(--line);
  padding: 16px;
  vertical-align: top;
  text-align: left;
  line-height: 1.75;
}

.company-table th,
.legal-table th {
  width: 190px;
  background: var(--soft-pink);
}

.legal-doc {
  color: #2c3438;
  font-size: 15px;
  line-height: 1.9;
}

.legal-doc h2 {
  margin: 42px 0 18px;
  font-size: 24px;
  line-height: 1.45;
  letter-spacing: 0;
}

.legal-doc h3 {
  margin: 30px 0 12px;
  font-size: 19px;
  line-height: 1.5;
  letter-spacing: 0;
}

.legal-doc h4 {
  margin: 22px 0 8px;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
}

.legal-doc h5 {
  margin: 18px 0 8px;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0;
}

.legal-doc p {
  margin: 0 0 14px;
}

.legal-doc ol,
.legal-doc ul {
  margin: 0 0 16px;
  padding-left: 1.6em;
}

.legal-doc li {
  margin: 8px 0;
}

.legal-doc .marker-paren,
.legal-doc .marker-maru {
  list-style: none;
  padding-left: 0;
}

.legal-doc .marker-paren > li,
.legal-doc .marker-maru > li {
  display: grid;
  grid-template-columns: 2.6em minmax(0, 1fr);
  gap: 8px;
}

.legal-doc .manual-list {
  list-style: none;
  padding-left: 0;
}

.legal-doc .manual-list li {
  display: grid;
  grid-template-columns: 2.2em minmax(0, 1fr);
  gap: 8px;
}

.legal-doc dl {
  margin: 0 0 18px;
  display: grid;
  gap: 10px;
}

.legal-doc dt {
  font-weight: 900;
}

.legal-doc dd {
  margin: 3px 0 0;
}

.legal-doc address {
  font-style: normal;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft-pink);
}

.contact-form button[disabled] {
  opacity: 0.62;
  cursor: not-allowed;
}

@media (max-width: 900px) {
  .site-header {
    padding: 7px 8px;
  }

  .header-inner {
    width: calc(100vw - 16px);
    min-height: 41px;
    padding: 6px 11px;
    border-radius: 4px;
  }

  .brand {
    width: 56px;
    min-width: 56px;
  }

  .menu-button {
    display: inline-flex;
  }

  .nav {
    position: fixed;
    left: 8px;
    right: 8px;
    top: 58px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: var(--shadow);
    overflow: hidden;
    font-size: 13px;
  }

  .nav.is-open {
    display: flex;
  }

  .nav a {
    padding: 16px 18px;
    border-bottom: 1px solid var(--line);
  }

  .side-cta {
    top: clamp(176px, 34vw, 300px);
    z-index: 45;
    min-height: clamp(114px, 18vw, 144px);
    padding: 10px 8px;
    border-radius: 7px 0 0 7px;
    font-size: 12px;
    line-height: 1.35;
    box-shadow: 0 7px 16px rgba(91, 48, 16, 0.2);
  }

  .about-gallery {
    padding: 76px 22px 144px;
  }

  .about-gallery::before {
    background-image:
      linear-gradient(180deg, rgba(248, 89, 51, 0.62), rgba(255, 47, 102, 0.86)),
      url("/assets/top2-mobile-bg-no-icon-v20260528.webp");
  }

  .about-gallery::after {
    bottom: -42px;
    height: 112px;
  }

  .ghost-word {
    top: 38px;
    font-size: 95px;
  }

  .capsule-mark {
    width: 18px;
    height: 18px;
    margin-bottom: 28px;
  }

  .about-gallery h2 {
    font-size: 25px;
  }

  .about-gallery p {
    max-width: 330px;
    font-size: 14px;
    line-height: 1.78;
  }

  .mobile-break {
    display: inline;
  }

  .photo-strip {
    width: calc(100% + 44px);
    margin: 104px -22px 0;
    overflow: hidden;
  }

  .photo-track {
    gap: 16px;
  }

  .photo-card {
    flex-basis: min(330px, 78vw);
  }

  .experience {
    padding: 0 22px 74px;
  }

  .experience::before {
    background-size: 760px auto;
    background-position: -34px top;
  }

  .experience-title {
    padding-top: 18px;
    margin-bottom: 38px;
  }

  .capsule-illustration {
    width: 80px;
  }

  .experience-title h2 {
    font-size: 26px;
  }

  .experience-title p {
    font-size: 14px;
    line-height: 1.82;
  }

  .feature-scene {
    grid-template-columns: 1fr;
    gap: 18px;
    width: min(340px, 100%);
    margin-bottom: 46px;
  }

  .feature-scene.scene-two {
    grid-template-columns: 1fr;
  }

  .scene-visual {
    width: 100%;
  }

  .scene-visual::before {
    transform: translate(7px, 7px);
  }

  .scene-one .pink-panel {
    order: 2;
  }

  .scene-one .scene-visual {
    order: 1;
  }

  .pink-panel {
    padding: 24px 24px;
    min-height: 0;
  }

  .pink-panel h3 {
    font-size: 21px;
  }

  .pink-panel p {
    font-size: 13px;
    line-height: 1.88;
  }

  .phone-image {
    width: 100%;
  }

  .howto {
    padding: 74px 24px 80px;
  }

  .howto-heading {
    margin-bottom: 36px;
  }

  .howto-heading h2 {
    font-size: 27px;
  }

  .steps,
  .cta-content,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .steps {
    width: min(270px, 100%);
    gap: 28px;
  }

  .step {
    min-height: 226px;
    padding: 58px 22px 26px;
  }

  .step img {
    width: 128px;
    height: 128px;
  }

  .step h3 {
    font-size: 15px;
  }

  .cta-band {
    padding: 72px 8px;
  }

  .cta-content {
    gap: 0;
    padding: 48px 24px;
    min-height: 246px;
    text-align: center;
    border-radius: 12px;
  }

  .cta-visual {
    display: none;
  }

  .cta-visual-mobile {
    display: block;
    width: min(168px, 48vw);
    height: auto;
    margin: 0 auto 24px;
    filter: drop-shadow(0 12px 18px rgba(62, 33, 38, 0.1));
  }

  .cta-content h2 {
    margin-bottom: 18px;
    font-size: 22px;
    line-height: 1.42;
  }

  .cta-card {
    box-shadow: 0 0 18px 1px rgba(62, 33, 38, 0.08);
    padding: 18px 16px;
  }

  .cta-card p {
    font-size: 14px;
  }

  .button {
    font-size: 14px;
  }

  .faq {
    background: var(--pale-pink);
    padding: 58px 16px 70px;
  }

  .faq-heading {
    margin-bottom: 24px;
  }

  .faq-heading p {
    font-size: 42px;
  }

  .faq-heading span {
    font-size: 14px;
  }

  .faq-list {
    gap: 14px;
  }

  .faq-question {
    min-height: 58px;
    padding: 16px 18px;
    font-size: 14px;
  }

  .faq-answer {
    font-size: 14px;
  }

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

  .footer-links {
    flex-direction: column;
    gap: 12px;
    font-size: 14px;
  }

  .copyright {
    font-size: 13px;
  }

  .page-hero h1 {
    font-size: 32px;
  }

  .content-page {
    padding: 54px 18px 78px;
  }

  .radio-group {
    flex-direction: column;
    align-items: stretch;
  }

  .radio-pill {
    width: 100%;
    min-height: 48px;
    justify-content: flex-start;
    border-radius: 8px;
    line-height: 1.5;
  }
}

@media (max-width: 480px) {
  .menu-button {
    width: 34px;
    height: 34px;
  }

  .menu-button span,
  .menu-button::before,
  .menu-button::after {
    width: 16px;
    height: 2px;
  }

  .about-gallery {
    padding-top: 76px;
  }

  .about-gallery h2 {
    font-size: 25px;
  }

  .about-gallery p {
    width: 100%;
  }

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

  .company-table th {
    border-bottom: 0;
  }

  .legal-table {
    display: block;
    overflow-x: auto;
  }
}
