*,
    *::before,
    *::after {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
}

/* Disabled duplicate block; active smartphone overrides are appended below.
Smartphone reading rhythm and CTA priority
@media (max-width: 760px) {
  section { padding: 52px 0; }

  #problem,
  .concept,
  #service,
  .plans,
  .cases,
  .faq,
  .final {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .hero-cta-actions .cta-btn:not(.line-cta-btn) {
    min-height: 50px;
    border: 2px solid var(--cta);
    background: #fff;
    box-shadow: none;
    color: var(--cta);
    font-size: 15px;
  }

  .pains-grid,
  .promise-grid,
  .flow-grid,
  .foryou-grid {
    margin-top: 26px;
    gap: 15px;
  }

  .pain,
  .promise,
  .step,
  .foryou { padding: 21px 18px; }

  .pain-art {
    height: 165px;
    margin-bottom: 10px;
  }

  .pain p,
  .promise p,
  .step p,
  .foryou li {
    margin-top: 5px;
    line-height: 1.8;
  }

  .mobile-contract-summary {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin: 18px auto 0;
    padding: 13px 14px;
    border-left: 4px solid var(--leaf);
    border-radius: 8px;
    background: #f3f8ef;
    color: var(--ink);
    font-size: 14px;
    line-height: 1.65;
    text-align: left;
  }

  .mobile-contract-summary strong {
    color: var(--leaf-deep);
    font-size: 16px;
  }

  .cmp-wrap::before {
    content: "左右にスクロールして比較できます";
    display: block;
    position: sticky;
    left: 0;
    margin-bottom: 8px;
    color: var(--ink-soft);
    font-size: 13px;
  }

  .cmp { min-width: 520px; }

  .cmp th,
  .cmp td {
    padding: 11px 9px;
    font-size: 12.5px;
    line-height: 1.55;
    white-space: normal;
  }

  .case-grid {
    margin-top: 28px;
    gap: 16px;
  }

  .case-body { padding: 22px 18px 24px; }

  .case-grid + .case-grid .case-body,
  .seo-proof .case-body { padding: 18px 15px 20px; }

  .case-grid + .case-grid .case-image,
  .seo-proof .case-image { margin-top: 14px; }

  .case-grid + .case-grid .case-image img,
  .seo-proof .case-image img {
    max-height: 210px;
    object-fit: contain;
  }

  .case-grid + .case-grid dl,
  .seo-proof dl { margin-top: 9px; }

  .seo-proof {
    margin-top: 26px;
    padding: 16px;
  }

  .faq-list {
    margin-top: 28px;
    gap: 10px;
  }

  details { padding: 14px 16px; }

  summary {
    min-height: 44px;
    align-items: center;
    line-height: 1.65;
  }

  summary::before { transform: none; }

  details p {
    padding-left: 0;
    line-height: 1.85;
  }

  .factory-form-heading {
    margin-top: 52px;
    padding-top: 24px;
    border-top: 1px solid rgba(78, 124, 74, .25);
  }

  .factory-form-heading h3 { font-size: 21px; }

  .factory-contact-form-wrap {
    margin-top: 18px;
    background: rgba(255, 255, 255, .86);
    box-shadow: 0 4px 0 rgba(127, 174, 114, .15);
  }

  .factory-contact-form .form-field { margin-bottom: 20px; }

  .factory-contact-form label,
  .factory-contact-form legend,
  .factory-contact-form .form-label { margin-bottom: 7px; }

  .factory-contact-form input[type="text"],
  .factory-contact-form input[type="email"],
  .factory-contact-form input[type="url"] { min-height: 48px; }

  .factory-contact-form textarea { min-height: 150px; }

  .factory-contact-form .wpcf7-list-item label {
    width: 100%;
    min-height: 44px;
    padding: 8px 0;
    align-items: center;
  }

  .factory-contact-form input[type="checkbox"] {
    width: 22px;
    height: 22px;
    margin-top: 0;
  }

  .factory-contact-form input[type="submit"] {
    width: 150px;
    min-width: 150px;
    min-height: 48px;
    font-size: 15px;
  }

  .factory-fixed-cta a { white-space: nowrap; }

  .factory-fixed-cta__line {
    flex-grow: 1.32;
    font-size: 14px;
  }

  .factory-fixed-cta__form {
    flex-grow: .68;
    border: 2px solid var(--cta);
    background: #fff !important;
    box-shadow: none;
    color: var(--cta) !important;
    font-size: 13px;
  }
}

@media (min-width: 641px) and (max-width: 760px) {
  .factory-line-primary img { display: block; }
}
*/

    :root {
      --cream: #fdf8ec;
      --cream-deep: #f7efdb;
      --leaf: #7fae72;
      --leaf-deep: #4e7c4a;
      --leaf-pale: #e3efdc;
      --uguisu: #a9b45e;
      --sakura: #f6cdd8;
      --sakura-deep: #e58aa4;
      --sun: #f2c14e;
      --cta: #f08c3c;
      --cta-hover: #e07a28;
      --ink: #111111;
      --ink-soft: #111111;
      --white: #ffffff;
      --mist: #f2f8fb;
      --maru: 'Zen Maru Gothic', sans-serif;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      font-family: var(--maru);
      color: var(--ink);
      background: var(--cream);
      line-height: 2;
      font-size: 16px;
      overflow-x: hidden;
    }

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

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

    .container {
      max-width: 1020px;
      margin: 0 auto;
      padding: 0 28px;
    }

    section {
      padding: 88px 0;
      position: relative;
    }

    /* --- section label --- */
    .badge {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background: transparent;
      border: none;
      color: var(--leaf-deep);
      font-size: 11.5px;
      font-weight: 900;
      letter-spacing: .22em;
      padding: 0;
      border-radius: 0;
      margin-bottom: 20px;
      box-shadow: none;
      text-transform: uppercase;
    }

    .badge::before {
      content: "";
      width: 34px;
      height: 2px;
      background: var(--leaf);
      border-radius: 999px;
    }

    h2.sec-title {
      font-weight: 900;
      font-size: clamp(23px, 3.4vw, 32px);
      line-height: 1.65;
      color: var(--ink);
      letter-spacing: .02em;
    }

    h2.sec-title .mk {
      background: linear-gradient(transparent 62%, var(--sakura) 62%, var(--sakura) 92%, transparent 92%);
      border-radius: 2px;
    }

    .sec-lead {
      font-size: 15.5px;
      color: var(--ink-soft);
      margin-top: 16px;
      max-width: 620px;
    }

    /* --- buttons --- */
    .cta-btn {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background: var(--cta);
      color: #fff;
      font-family: var(--maru);
      font-weight: 900;
      font-size: 16.5px;
      letter-spacing: .06em;
      padding: 18px 44px;
      border-radius: 999px;
      border: none;
      cursor: pointer;
      box-shadow: 0 6px 0 #cf7423;
      transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
    }

    .cta-btn::after {
      content: "→";
      font-weight: 900;
    }

    .cta-btn:hover {
      background: var(--cta-hover);
      transform: translateY(3px);
      box-shadow: 0 3px 0 #cf7423;
    }

    .cta-note {
      font-size: 13.5px;
      color: var(--ink-soft);
      margin-top: 14px;
    }

    /* --- wave dividers --- */
    .wave {
      display: block;
      width: 100%;
      height: 56px;
    }

    .wave--flip {
      transform: scaleY(-1);
    }

    /* --- reveal --- */
    .fade {
      opacity: 0;
      transform: translateY(24px);
      transition: opacity .7s ease, transform .7s ease;
    }

    .fade.in {
      opacity: 1;
      transform: none;
    }

    @media (prefers-reduced-motion: reduce) {
      .fade {
        opacity: 1;
        transform: none;
        transition: none;
      }

      .note,
      .petal {
        animation: none !important;
      }

      html {
        scroll-behavior: auto;
      }
    }

    /* ---------- header ---------- */
    header {
      position: sticky;
      top: 0;
      z-index: 50;
      background: rgba(253, 248, 236, .94);
      backdrop-filter: blur(8px);
      border-bottom: 2px dashed var(--cream-deep);
    }

    body.admin-bar header,
    html.wp-toolbar body header {
      top: 32px;
    }

    @media (max-width:782px) {
      body.admin-bar header,
      html.wp-toolbar body header {
        top: 46px;
      }
    }

    .header-in {
      max-width: 1380px;
      margin: 0 auto;
      padding: 12px 28px;
      display: flex;
      align-items: center;
      gap: 18px;
    }

    .brand {
      font-weight: 900;
      font-size: 18px;
      color: var(--leaf-deep);
      letter-spacing: .05em;
      display: flex;
      align-items: center;
      gap: 8px;
      flex-shrink: 0;
      white-space: nowrap;
    }

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

    .brand small {
      font-size: 10px;
      font-weight: 700;
      letter-spacing: .2em;
      color: var(--uguisu);
      margin-left: 4px;
    }

    nav {
      margin-left: auto;
      display: flex;
      gap: 20px;
      font-size: 13.5px;
      font-weight: 700;
      color: var(--ink-soft);
    }

    nav a {
      white-space: nowrap;
    }

    nav a:hover {
      color: var(--leaf-deep);
    }

    .header-cta {
      background: var(--cta);
      color: #fff;
      font-size: 12.5px;
      font-weight: 900;
      padding: 10px 20px;
      border-radius: 999px;
      box-shadow: 0 3px 0 #cf7423;
    }

    header .header-cta,
    header .morinouguisu-line-header-button {
      display: inline-flex;
      align-items: center;
      width: 170px;
      min-width: 170px;
      height: 54px;
      padding: 0 18px;
      font-size: 16px;
      line-height: 1.3;
      text-align: center;
      justify-content: center;
      white-space: nowrap;
    }

    header .morinouguisu-line-header-button {
      flex-shrink: 0;
      margin-left: 10px;
      border-radius: 999px;
      background: #06c755;
      color: #fff;
      font-weight: 900;
      text-decoration: none;
      box-shadow: 0 3px 0 #049b43;
    }

    header .morinouguisu-line-header-button:hover {
      background: #05b84d;
      transform: translateY(1px);
      box-shadow: 0 2px 0 #049b43;
    }

    .morinouguisu-line-header-button__mobile {
      display: none;
    }

    .header-cta:hover {
      background: var(--cta-hover);
    }

    @media (max-width:1120px) {
      nav {
        display: none;
      }
    }

    @media (max-width:640px) {
      .header-in {
        padding: 9px 14px;
        gap: 8px;
      }

      .brand span {
        display: none;
      }

      header .header-cta,
      header .morinouguisu-line-header-button {
        width: 110px;
        min-width: 110px;
        height: 46px;
        padding: 0 10px;
        font-size: 13px;
      }

      .morinouguisu-line-header-button__desktop {
        display: none;
      }

      .morinouguisu-line-header-button__mobile {
        display: inline;
      }
    }

    /* ---------- hero ---------- */
    .hero {
      position: relative;
      padding: 70px 0 30px;
      background: linear-gradient(180deg, #f3f7ea 0%, var(--cream) 100%);
      overflow: hidden;
    }

    .hero-in {
      max-width: 1180px;
      margin: 0 auto;
      padding: 0 28px;
      display: grid;
      grid-template-columns: 1.18fr .82fr;
      gap: 20px;
      align-items: center;
    }

    .hero-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: var(--white);
      border: 2px solid var(--sakura);
      color: var(--sakura-deep);
      font-size: 12.5px;
      font-weight: 900;
      letter-spacing: .06em;
      padding: 8px 18px;
      border-radius: 999px;
      margin-bottom: 24px;
      box-shadow: 0 3px 0 var(--sakura);
    }

    .hero h1 {
      font-weight: 900;
      color: var(--ink);
      font-size: clamp(30px, 4vw, 44px);
      line-height: 1.5;
      letter-spacing: .02em;
    }

    .hero-price-line {
      white-space: nowrap;
    }

    .hero h1 .num {
      color: var(--leaf-deep);
    }

    .hero h1 .num b {
      font-size: 1.18em;
      color: var(--cta);
    }

    .hero-sub {
      margin-top: 20px;
      font-size: 16px;
      color: var(--ink-soft);
      max-width: 520px;
    }

    .hero-sub strong {
      color: var(--ink);
      font-weight: 900;
    }

    .hero-price-note {
      max-width: 560px;
      margin-top: 14px;
      padding: 10px 14px;
      border-left: 4px solid var(--sun);
      background: rgba(255, 255, 255, .72);
      color: var(--ink);
      font-size: 14px;
      line-height: 1.75;
    }

    .hero-cta {
      margin-top: 30px;
    }

    .hero-cta-actions {
      display: flex;
      align-items: stretch;
      gap: 14px;
    }

    .hero-cta-actions .cta-btn {
      min-width: 270px;
      justify-content: center;
      padding-left: 30px;
      padding-right: 30px;
    }

    .line-cta-btn {
      background: #06c755;
      box-shadow: 0 6px 0 #049b43;
    }

    .line-cta-btn:hover {
      background: #05b84d;
      box-shadow: 0 3px 0 #049b43;
    }

    .hero-visual {
      position: relative;
    }

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

    .hero-visual .blob {
      position: absolute;
      inset: 6% 4% 2% 4%;
      background: var(--white);
      border-radius: 53% 47% 46% 54% / 55% 48% 52% 45%;
      box-shadow: 0 10px 30px rgba(127, 174, 114, .18);
    }

    .hero-visual img {
      position: relative;
      z-index: 2;
      width: 100%;
      max-width: 500px;
      margin: 0 auto;
    }

    /* signature: floating song notes */
    .note {
      position: absolute;
      z-index: 3;
      font-size: 22px;
      color: var(--uguisu);
      font-weight: 900;
      opacity: 0;
      animation: float 4.6s ease-out infinite;
    }

    .note.n1 {
      top: 24%;
      left: 26%;
    }

    .note.n2 {
      top: 18%;
      left: 36%;
      animation-delay: 1.5s;
      font-size: 17px;
      color: var(--sun);
    }

    .note.n3 {
      top: 30%;
      left: 18%;
      animation-delay: 3s;
      font-size: 15px;
      color: var(--sakura-deep);
    }

    @keyframes float {
      0% {
        transform: translateY(6px) rotate(-8deg);
        opacity: 0;
      }

      15% {
        opacity: .95;
      }

      100% {
        transform: translateY(-58px) rotate(10deg);
        opacity: 0;
      }
    }

    @media (max-width:880px) {
      .hero-in {
        grid-template-columns: 1fr;
      }

      .hero-cta-actions {
        flex-direction: column;
      }

      .hero-cta-actions .cta-btn {
        width: 100%;
        min-width: 0;
      }

      .hero-price-line {
        white-space: normal;
      }

      .hero-visual {
        order: 2;
        max-width: 420px;
        margin: 8px auto 0;
      }
    }

    /* ---------- results ---------- */
    #problem {
      background: var(--leaf-pale);
    }

    #service,
    .fit-section {
      background: var(--mist);
    }

    .report-section {
      background: var(--cream);
    }

    .results {
      background: var(--leaf-pale);
      padding: 70px 0 78px;
    }

    .results-title {
      text-align: center;
      font-weight: 900;
      font-size: 15px;
      color: var(--leaf-deep);
      letter-spacing: .12em;
      margin-bottom: 34px;
    }

    .results-title span {
      display: inline-block;
      position: relative;
      padding: 0 26px;
    }

    .results-title span::before,
    .results-title span::after {
      content: "♪";
      position: absolute;
      top: 0;
      color: var(--uguisu);
    }

    .results-title span::before {
      left: 0;
    }

    .results-title span::after {
      right: 0;
    }

    .results-layout {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 28px;
    }

    .results-in {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }

    .results-sign {
      max-width: 230px;
      margin: 0 auto;
      filter: drop-shadow(0 10px 18px rgba(78, 124, 74, .18));
    }

    .result {
      background: var(--white);
      border-radius: 26px;
      padding: 32px 22px 28px;
      text-align: center;
      border: 3px solid var(--white);
      box-shadow: 0 6px 0 rgba(127, 174, 114, .25);
      position: relative;
    }

    .result::before {
      content: "";
      position: absolute;
      top: -13px;
      left: 50%;
      transform: translateX(-50%);
      width: 26px;
      height: 26px;
      border-radius: 50% 50% 50% 6px;
    }

    .result:nth-child(1)::before {
      background: var(--leaf);
      transform: translateX(-50%) rotate(-35deg);
    }

    .result:nth-child(2)::before {
      background: var(--sun);
      transform: translateX(-50%) rotate(20deg);
    }

    .result:nth-child(3)::before {
      background: var(--sakura-deep);
      transform: translateX(-50%) rotate(-15deg);
    }

    .result .big {
      font-weight: 900;
      font-size: clamp(24px, 3vw, 32px);
      color: var(--leaf-deep);
      line-height: 1.35;
    }

    .result:nth-child(2) .big {
      color: #c8901d;
    }

    .result:nth-child(3) .big {
      color: var(--sakura-deep);
    }

    .result .cap {
      font-size: 13.5px;
      color: var(--ink-soft);
      margin-top: 12px;
      line-height: 1.9;
    }

    @media (max-width:800px) {
      .results-in {
        grid-template-columns: 1fr;
      }

      .results-sign {
        max-width: 190px;
      }
    }

    /* ---------- pains ---------- */
    .pains-grid {
      margin-top: 42px;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }

    .pain {
      background: var(--white);
      border: 3px dashed var(--cream-deep);
      border-radius: 24px;
      padding: 30px 24px;
    }

    .pain:nth-child(1) {
      background: #f2f8fb;
      border-color: #d8e9f1;
    }

    .pain:nth-child(2) {
      background: #fff8e8;
      border-color: #f2dfae;
    }

    .pain:nth-child(3) {
      background: #fdf1f4;
      border-color: #efd7de;
    }

    .pain-art {
      height: 190px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: -8px auto 14px;
    }

    .pain-art img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }

    .pain h3 {
      font-weight: 900;
      font-size: 16.5px;
      color: var(--ink);
      line-height: 1.8;
    }

    .pain p {
      font-size: 14px;
      color: var(--ink-soft);
      margin-top: 10px;
    }

    .pains-close {
      margin-top: 38px;
      text-align: center;
      font-weight: 900;
      font-size: clamp(16px, 2.4vw, 20px);
      color: var(--ink);
    }

    .pains-close em {
      font-style: normal;
      background: linear-gradient(transparent 60%, var(--sun) 60%, var(--sun) 90%, transparent 90%);
    }

    @media (max-width:880px) {
      .pains-grid {
        grid-template-columns: 1fr;
      }
    }

    /* ---------- concept ---------- */
    .concept {
      background: var(--white);
    }

    .concept-in {
      display: grid;
      grid-template-columns: 1fr .78fr;
      gap: 48px;
      align-items: center;
    }

    .concept-body p {
      font-size: 14.5px;
      color: var(--ink-soft);
      margin-top: 16px;
    }

    .concept-body p strong {
      color: var(--leaf-deep);
      font-weight: 900;
    }

    .concept-visual {
      position: relative;
    }

    .concept-visual .blob {
      position: absolute;
      inset: 4%;
      background: var(--leaf-pale);
      border-radius: 47% 53% 55% 45% / 48% 44% 56% 52%;
    }

    .concept-visual img {
      position: relative;
      max-width: 330px;
      margin: 0 auto;
    }

    @media (max-width:880px) {
      .concept-in {
        grid-template-columns: 1fr;
      }

      .concept-visual img {
        max-width: 250px;
      }
    }

    /* ---------- cases ---------- */
    .cases {
      background: var(--cream);
    }

    .case-grid {
      margin-top: 44px;
      display: grid;
      grid-template-columns: 1fr;
      gap: 28px;
    }

    .case {
      background: var(--white);
      border-radius: 28px;
      overflow: hidden;
      box-shadow: 0 6px 0 var(--cream-deep);
      display: flex;
      flex-direction: column;
    }

    .case-head {
      padding: 14px 26px;
      font-size: 13px;
      font-weight: 900;
      letter-spacing: .06em;
      color: #fff;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .case:nth-child(1) .case-head {
      background: var(--leaf);
    }

    .case:nth-child(2) .case-head {
      background: var(--sakura-deep);
    }

    .case:nth-child(3) .case-head {
      background: var(--cta);
    }

    .case-head::before {
      content: "♪";
    }

    .case-body {
      padding: 26px 26px 30px;
    }

    .case-num {
      font-weight: 900;
      font-size: clamp(22px, 2.8vw, 27px);
      color: var(--leaf-deep);
      line-height: 1.5;
    }

    .case:nth-child(2) .case-num {
      color: var(--sakura-deep);
    }

    .case:nth-child(3) .case-num {
      color: var(--cta);
    }

    .case-num small {
      font-size: 13px;
      color: var(--ink-soft);
      font-weight: 700;
      display: block;
      margin-top: 4px;
    }

    .case-image {
      margin-top: 20px;
      overflow: hidden;
      border: 1px solid var(--cream-deep);
      border-radius: 16px;
      background: var(--white);
    }

    .case-image img {
      width: 100%;
      aspect-ratio: 16 / 6;
      object-fit: cover;
      object-position: top center;
    }

    .case-image--contain img {
      aspect-ratio: auto;
      object-fit: contain;
    }

    .rank-checked {
      font-weight: 500;
    }

    .seo-proof {
      margin-top: 40px;
      padding: 24px;
      border: 2px solid var(--cream-deep);
      border-radius: 24px;
      background: var(--cream);
    }

    .seo-proof-label {
      margin-bottom: 16px;
      color: var(--leaf-deep);
      font-size: 16px;
      font-weight: 900;
    }

    .seo-case {
      box-shadow: none;
    }

    .seo-proof .case-head {
      background: var(--sakura-deep);
    }

    .case-body dl {
      font-size: 14px;
      margin-top: 14px;
    }

    .case-body dt {
      font-weight: 900;
      color: var(--ink);
      margin-top: 12px;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .case-body dt::before {
      content: "";
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: var(--sun);
    }

    .case-body dd {
      color: var(--ink-soft);
      margin-top: 2px;
    }

    /* ---------- plans ---------- */
    .plans {
      background: var(--leaf-pale);
    }

    .plan-grid {
      margin-top: 44px;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      align-items: stretch;
      position: relative;
    }

    .plan {
      background: var(--white);
      border-radius: 28px;
      padding: 36px 26px 30px;
      display: flex;
      flex-direction: column;
      position: relative;
      box-shadow: 0 6px 0 rgba(127, 174, 114, .25);
    }

    .plan--main {
      border: 3px solid var(--sun);
      box-shadow: 0 6px 0 var(--sun);
    }

    .plan-tag {
      position: absolute;
      top: -16px;
      left: 50%;
      transform: translateX(-50%);
      background: var(--sun);
      color: #7a5a10;
      font-size: 12px;
      font-weight: 900;
      letter-spacing: .06em;
      padding: 5px 18px;
      border-radius: 999px;
      white-space: nowrap;
      z-index: 2;
    }

    .plan h3 {
      font-weight: 900;
      font-size: 18px;
      color: var(--ink);
      text-align: center;
    }

    .plan .price {
      font-weight: 900;
      font-size: 25px;
      color: var(--leaf-deep);
      margin-top: 12px;
      text-align: center;
    }

    .plan--main .price {
      color: var(--cta);
    }

    .plan .price small {
      font-size: 12.5px;
      color: var(--ink-soft);
      font-weight: 700;
    }

    .plan ul {
      list-style: none;
      margin-top: 18px;
      font-size: 14px;
      color: var(--ink-soft);
      display: flex;
      flex-direction: column;
      gap: 9px;
    }

    .plan ul li {
      display: flex;
      gap: 8px;
    }

    .plan ul li::before {
      content: "✿";
      color: var(--sakura-deep);
      flex-shrink: 0;
    }

    .plan-note {
      margin-top: 24px;
      font-size: 13px;
      color: var(--ink-soft);
      text-align: center;
    }

    @media (max-width:880px) {
      .plan-grid {
        grid-template-columns: 1fr;
      }

      .plan--main {
        order: -1;
      }
    }

    /* ---------- reasons ---------- */
    .reasons {
      background: var(--white);
    }

    .reason-in {
      display: grid;
      grid-template-columns: .72fr 1fr;
      gap: 48px;
      align-items: center;
    }

    .reason-visual {
      position: relative;
    }

    .reason-visual .blob {
      position: absolute;
      inset: 6%;
      background: #fdeeda;
      border-radius: 52% 48% 44% 56% / 46% 54% 46% 54%;
    }

    .reason-visual img {
      position: relative;
      max-width: 300px;
      margin: 0 auto;
    }

    .reason-list {
      margin-top: 6px;
      display: flex;
      flex-direction: column;
      gap: 22px;
    }

    .reason {
      display: flex;
      gap: 16px;
      align-items: flex-start;
    }

    .reason .no {
      flex-shrink: 0;
      width: 44px;
      height: 44px;
      border-radius: 50%;
      background: var(--leaf-pale);
      color: var(--leaf-deep);
      font-weight: 900;
      font-size: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 4px;
    }

    .reason:nth-child(2) .no {
      background: #fdeeda;
      color: #c8901d;
    }

    .reason:nth-child(3) .no {
      background: #fbe3ea;
      color: var(--sakura-deep);
    }

    .reason h3 {
      font-weight: 900;
      font-size: 16.5px;
      color: var(--ink);
    }

    .reason p {
      font-size: 14.5px;
      color: var(--ink-soft);
      margin-top: 6px;
    }

    @media (max-width:880px) {
      .reason-in {
        grid-template-columns: 1fr;
      }

      .reason-visual {
        order: 2;
      }

      .reason-visual img {
        max-width: 230px;
      }
    }

    /* ---------- flow ---------- */
    .flow {
      background: var(--cream);
    }

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

    .step {
      background: var(--white);
      border-radius: 26px;
      padding: 32px 24px;
      position: relative;
      box-shadow: 0 6px 0 var(--cream-deep);
    }

    .step:not(:last-child)::after {
      content: "→";
      position: absolute;
      right: -27px;
      top: 50%;
      transform: translateY(-50%);
      font-weight: 900;
      font-size: 20px;
      color: var(--uguisu);
    }

    .step .no {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: var(--leaf);
      color: #fff;
      font-weight: 900;
      font-size: 13px;
      padding: 5px 16px;
      border-radius: 999px;
    }

    .step:nth-child(2) .no {
      background: var(--sun);
      color: #7a5a10;
    }

    .step:nth-child(3) .no {
      background: var(--sakura-deep);
    }

    .step h3 {
      font-weight: 900;
      font-size: 16.5px;
      color: var(--ink);
      margin-top: 14px;
    }

    .step p {
      font-size: 14px;
      color: var(--ink-soft);
      margin-top: 8px;
    }

    @media (max-width:880px) {
      .flow-grid {
        grid-template-columns: 1fr;
        gap: 26px;
      }

      .step:not(:last-child)::after {
        right: 50%;
        top: auto;
        bottom: -26px;
        transform: translateX(50%) rotate(90deg);
      }
    }

    /* ---------- profile ---------- */
    .profile {
      background: var(--white);
    }

    .profile-in {
      display: grid;
      grid-template-columns: .68fr 1fr;
      gap: 48px;
      align-items: center;
    }

    .profile-visual {
      position: relative;
    }

    .profile-visual .blob {
      position: absolute;
      inset: 7%;
      background: #fbe3ea;
      border-radius: 26px;
      transform: rotate(-4deg);
    }

    .profile-visual img {
      position: relative;
      width: min(100%, 320px);
      aspect-ratio: 1 / 1;
      object-fit: cover;
      border-radius: 24px;
      border: 6px solid var(--white);
      box-shadow: 0 12px 28px rgba(78, 124, 74, .18);
      margin: 0 auto;
    }

    .profile-name {
      font-weight: 900;
      font-size: 21px;
      color: var(--ink);
      margin-top: 14px;
    }

    .profile-name small {
      font-size: 13px;
      color: var(--ink-soft);
      font-weight: 700;
      margin-left: 12px;
    }

    .profile-body p {
      font-size: 15px;
      color: var(--ink-soft);
      margin-top: 12px;
    }

    @media (max-width:880px) {
      .profile-in {
        grid-template-columns: 1fr;
      }

      .profile-visual img {
        width: min(100%, 260px);
      }
    }

    /* ---------- faq ---------- */
    .faq {
      background: var(--cream);
    }

    .faq-list {
      margin-top: 40px;
      display: flex;
      flex-direction: column;
      gap: 14px;
      max-width: 800px;
    }

    details {
      background: var(--white);
      border: 3px dashed var(--cream-deep);
      border-radius: 20px;
      padding: 18px 24px;
    }

    summary {
      cursor: pointer;
      font-weight: 900;
      font-size: 15.5px;
      color: var(--ink);
      list-style: none;
      display: flex;
      gap: 12px;
      align-items: baseline;
    }

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

    summary::before {
      content: "Q";
      flex-shrink: 0;
      width: 26px;
      height: 26px;
      border-radius: 50%;
      background: var(--leaf);
      color: #fff;
      font-size: 13px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      transform: translateY(4px);
    }

    details p {
      margin-top: 12px;
      font-size: 14.5px;
      color: var(--ink-soft);
      padding-left: 38px;
    }

    details p a {
      color: var(--leaf-deep);
      font-weight: 900;
      text-decoration: underline;
      text-underline-offset: 3px;
    }

    summary:focus-visible {
      outline: 3px solid var(--sun);
      outline-offset: 4px;
      border-radius: 8px;
    }

    /* ---------- final cta ---------- */
    .final {
      background: linear-gradient(180deg, var(--leaf-pale) 0%, #d7e8cd 100%);
      text-align: center;
      overflow: hidden;
    }

    .final img {
      max-width: 190px;
      margin: 0 auto 6px;
    }

    .final h2 {
      font-weight: 900;
      font-size: clamp(22px, 3.4vw, 32px);
      line-height: 1.7;
      color: var(--ink);
    }

    .final h2 .mk {
      background: linear-gradient(transparent 62%, #fff 62%, #fff 92%, transparent 92%);
    }

    .final p {
      font-size: 14px;
      color: var(--ink-soft);
      margin-top: 16px;
      max-width: 600px;
      margin-left: auto;
      margin-right: auto;
    }

    .final .cta-btn {
      margin-top: 30px;
    }

    .final-contract-note {
      margin-top: 18px !important;
      font-size: 16px !important;
      font-weight: 900;
    }

    .factory-line-primary {
      max-width: 760px;
      margin: 34px auto 0;
      padding: 34px 32px;
      border: 2px solid #a9dab8;
      border-radius: 26px;
      background: #fff;
      box-shadow: 0 7px 0 rgba(6, 199, 85, .2);
    }

    .factory-line-primary__label {
      margin-top: 0 !important;
      font-size: 22px !important;
      font-weight: 900;
    }

    .factory-line-primary img {
      width: 180px;
      height: 180px;
      margin: 22px auto;
      border: 1px solid var(--leaf-pale);
      border-radius: 14px;
    }

    .factory-line-primary__button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 360px;
      padding: 16px 28px;
      border-radius: 999px;
      background: #06c755;
      box-shadow: 0 5px 0 #049b43;
      color: #fff;
      font-size: 18px;
      font-weight: 900;
    }

    .factory-form-heading {
      max-width: 760px;
      margin: 58px auto 0;
      text-align: left;
    }

    .factory-form-heading__label {
      margin: 0 !important;
      color: var(--leaf-deep) !important;
      font-size: 16px !important;
      font-weight: 900;
    }

    .factory-form-heading h3 {
      margin-top: 4px;
      font-size: 24px;
    }

    .factory-contact-form-wrap {
      max-width: 760px;
      margin: 38px auto 0;
      padding: 38px 42px;
      border: 2px solid #cfe3c7;
      border-radius: 26px;
      background: var(--white);
      box-shadow: 0 7px 0 rgba(127, 174, 114, .2);
      text-align: left;
    }

    .factory-contact-form .form-field {
      margin: 0 0 24px;
      padding: 0;
      border: 0;
    }

    .factory-contact-form label,
    .factory-contact-form legend,
    .factory-contact-form .form-label {
      display: block;
      margin-bottom: 8px;
      color: var(--ink);
      font-size: 16px;
      font-weight: 900;
    }

    .factory-contact-form .required,
    .factory-contact-form .optional {
      display: inline-block;
      margin-left: 7px;
      padding: 2px 8px;
      border-radius: 999px;
      font-size: 12px;
      line-height: 1.5;
    }

    .factory-contact-form .required {
      background: #fbe2e8;
      color: #a63d59;
    }

    .factory-contact-form .optional {
      background: var(--cream-deep);
      color: var(--ink);
    }

    .factory-contact-form input[type="text"],
    .factory-contact-form input[type="email"],
    .factory-contact-form input[type="tel"],
    .factory-contact-form input[type="url"],
    .factory-contact-form textarea {
      width: 100%;
      margin-top: 0;
      padding: 13px 15px;
      border: 2px solid #dce8d7;
      border-radius: 12px;
      background: #fff;
      color: var(--ink);
      font: inherit;
      font-size: 16px;
      line-height: 1.6;
    }

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

    .factory-contact-form input:focus,
    .factory-contact-form textarea:focus {
      border-color: var(--leaf);
      outline: 3px solid rgba(127, 174, 114, .2);
    }

    .factory-contact-form .wpcf7-list-item {
      display: block;
      margin: 9px 0 0;
    }

    .factory-contact-form .wpcf7-list-item label {
      display: inline-flex;
      align-items: flex-start;
      gap: 8px;
      margin: 0;
      font-weight: 500;
      line-height: 1.7;
      cursor: pointer;
    }

    .factory-contact-form input[type="checkbox"],
    .factory-contact-form input[type="radio"] {
      width: 18px;
      height: 18px;
      margin-top: 5px;
      accent-color: var(--leaf-deep);
      flex-shrink: 0;
    }

    .factory-contact-form .form-acceptance {
      margin: 26px 0;
      padding: 16px 18px;
      border-radius: 12px;
      background: var(--cream);
    }

    .factory-contact-form input[type="submit"] {
      display: block;
      width: 170px;
      min-width: 170px;
      height: 54px;
      margin: 28px auto 0;
      padding: 0 18px;
      border: 0;
      border-radius: 999px;
      background: var(--cta);
      box-shadow: 0 3px 0 #cf7423;
      color: #fff;
      font-family: var(--maru);
      font-size: 16px;
      line-height: 1.3;
      font-weight: 900;
      cursor: pointer;
    }

    .factory-contact-form input[type="submit"]:hover {
      background: var(--cta-hover);
    }

    .factory-contact-form input[type="submit"]:disabled {
      background: #f3a66a;
      box-shadow: 0 3px 0 #d78649;
      color: #fff;
      cursor: not-allowed;
      opacity: 1;
    }

    .factory-contact-form .factory-privacy-link {
      color: var(--leaf-deep);
      font-weight: 900;
      text-decoration: underline;
      text-underline-offset: 3px;
    }

    .factory-contact-form .wpcf7-not-valid-tip {
      margin-top: 6px;
      color: #b3263f;
      font-size: 14px;
    }

    .factory-contact-form .wpcf7-response-output {
      margin: 24px 0 0;
      padding: 14px 16px;
      border-radius: 12px;
      font-size: 16px;
      line-height: 1.7;
    }

    @media (max-width:640px) {
      .factory-line-primary {
        padding: 28px 18px;
      }

      .factory-line-primary__button {
        width: 100%;
        min-width: 0;
        font-size: 16px;
      }

      .factory-contact-form-wrap {
        padding: 28px 18px;
      }

      .factory-contact-form input[type="submit"] {
        width: 110px;
        min-width: 110px;
        height: 46px;
        padding: 0 10px;
        font-size: 13px;
      }
    }

    footer {
      background: var(--leaf-deep);
      color: rgba(255, 255, 255, .85);
      font-size: 12px;
      text-align: center;
      padding: 24px 0 30px;
    }

    footer .foot-brand {
      font-weight: 900;
      font-size: 14px;
    }

    footer .foot-brand::before {
      content: "♪ ";
      color: var(--sun);
    }

    .br-sp {
      display: none;
    }

    @media (max-width:640px) {
      .br-sp {
        display: block;
      }

      .cta-btn {
        display: block;
        width: 100%;
        text-align: center;
        line-height: 1.55;
        white-space: normal;
      }
    }

    /* --- HP事業ページ用の追加 --- */
    .cmp-wrap { margin-top: 40px; overflow-x: auto; }
    .cmp { width: 100%; border-collapse: separate; border-spacing: 0; min-width: 560px; background: var(--white); border-radius: 20px; overflow: hidden; box-shadow: 0 6px 0 var(--cream-deep); }
    .cmp th, .cmp td { padding: 15px 14px; font-size: 13.5px; text-align: center; border-bottom: 1px solid var(--cream-deep); }
    .cmp thead th { background: var(--leaf-pale); color: var(--leaf-deep); font-weight: 900; font-size: 13px; }
    .cmp thead th.us { background: var(--leaf-deep); color: #fff; }
    .cmp tbody th { text-align: left; font-weight: 700; color: var(--ink); background: var(--cream); white-space: nowrap; }
    .cmp td.us { background: #f4fbef; font-weight: 900; color: var(--leaf-deep); }
    .cmp tr:last-child th, .cmp tr:last-child td { border-bottom: none; }
    .cmp .x { color: var(--ink-soft); }
    .promise-grid { margin-top: 44px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
    .promise { background: var(--white); border: 3px dashed var(--leaf-pale); border-radius: 22px; padding: 26px 26px; display: flex; gap: 16px; align-items: flex-start; }
    .promise .pn { flex-shrink: 0; width: 44px; height: 44px; border-radius: 50%; background: var(--leaf); color: #fff; font-weight: 900; font-size: 17px; display: flex; align-items: center; justify-content: center; }
    .promise h3 { font-weight: 900; font-size: 16.5px; color: var(--ink); }
    .promise p { font-size: 13.5px; color: var(--ink-soft); margin-top: 6px; }
    .report-shot { margin-top: 40px; text-align: center; }
    .report-shot img { max-width: 500px; width: 100%; margin-left: auto; margin-right: auto; border-radius: 18px; box-shadow: 0 10px 30px rgba(127,174,114,.22); border: 1px solid var(--cream-deep); }
    .report-cap { font-size: 13px; color: var(--ink-soft); margin-top: 16px; text-align: center; }
    .price-hero { margin-top: 44px; background: var(--white); border: 3px solid var(--sun); border-radius: 28px; padding: 44px 48px 42px; text-align: center; box-shadow: 0 6px 0 var(--sun); max-width: 780px; margin-left: auto; margin-right: auto; position: relative; }
    .price-hero .ptag { position: absolute; top: -16px; left: 50%; transform: translateX(-50%); background: var(--sun); color: #7a5a10; font-size: 12.5px; font-weight: 900; padding: 6px 20px; border-radius: 999px; white-space: nowrap; }
    .price-hero .pname { font-weight: 900; font-size: 19px; color: var(--ink); }
    .price-hero .pmain { font-weight: 900; margin-top: 14px; color: var(--leaf-deep); }
    .price-hero .pmain .yen { font-size: 44px; }
    .price-hero .pmain .init { display: block; font-size: 15px; color: var(--ink-soft); margin-top: 6px; }
    .mobile-contract-summary { display: none; }
    .price-hero ul { list-style: none; margin: 28px auto 0; max-width: 620px; text-align: left; display: flex; flex-direction: column; gap: 12px; }
    .price-hero ul li { display: flex; gap: 12px; font-size: 14px; line-height: 1.75; color: var(--ink); }
    .price-hero ul li::before { content: "✿"; color: var(--sakura-deep); flex-shrink: 0; }
    .price-notes { max-width: 650px; margin: 30px auto 0; padding-top: 22px; border-top: 1px solid var(--cream-deep); text-align: left; }
    .price-notes p { font-size: 14px; line-height: 1.8; color: var(--ink-soft); }
    .price-notes p + p { margin-top: 10px; }
    .foryou-grid { margin-top: 44px; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
    .foryou { background: var(--white); border-radius: 22px; padding: 28px 28px; box-shadow: 0 6px 0 var(--cream-deep); }
    .foryou h3 { font-weight: 900; font-size: 16px; margin-bottom: 14px; display: flex; align-items: center; gap: 8px; }
    .foryou.ok h3 { color: var(--leaf-deep); }
    .foryou.ng h3 { color: var(--sakura-deep); }
    .foryou ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
    .foryou li { font-size: 13.5px; color: var(--ink-soft); padding-left: 22px; position: relative; }
    .foryou.ok li::before { content: "○"; position: absolute; left: 0; color: var(--leaf); font-weight: 900; }
    .foryou.ng li::before { content: "△"; position: absolute; left: 0; color: var(--sakura-deep); font-weight: 900; }
    @media (max-width: 760px) {
      .promise-grid, .foryou-grid { grid-template-columns: 1fr; }
    }

    /* PCでは補足文・ラベルを含め、可読テキストを16px未満にしない */
    @media (min-width: 881px) {
      .badge,
      .sec-lead,
      .cta-note,
      .brand small,
      header nav a,
      .header-cta,
      .hero-badge,
      .hero-price-note,
      .note.n3,
      .results-title,
      .result .cap,
      .pain p,
      .concept-body p,
      .case-head,
      .case-num small,
      .case-body dl,
      .plan-tag,
      .plan .price small,
      .plan ul,
      .plan-note,
      .reason p,
      .step .no,
      .step p,
      .profile-name small,
      .profile-body p,
      summary,
      summary::before,
      details p,
      .final p,
      footer,
      footer .foot-brand,
      .cmp th,
      .cmp td,
      .cmp thead th,
      .promise p,
      .report-cap,
      .price-hero .ptag,
      .price-hero .pmain .init,
      .price-hero ul li,
      .price-notes p,
      .foryou li {
        font-size: 16px;
      }

    }

    @media (max-width: 640px) {
      .price-hero {
        padding: 40px 20px 32px;
      }

      .price-hero ul,
      .price-notes {
        max-width: none;
      }
    }

    /* ---------- fixed contact CTA ---------- */
    body {
      padding-bottom: 88px;
    }

    .factory-fixed-cta {
      position: fixed;
      z-index: 1000;
      right: 0;
      bottom: 0;
      left: 0;
      display: flex;
      justify-content: center;
      gap: 12px;
      padding: 12px max(18px, env(safe-area-inset-right)) calc(12px + env(safe-area-inset-bottom)) max(18px, env(safe-area-inset-left));
      border-top: 1px solid #dce8d7;
      background: rgba(255, 255, 255, .96);
      box-shadow: 0 -6px 20px rgba(17, 17, 17, .1);
      backdrop-filter: blur(10px);
    }

    .factory-fixed-cta a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: min(280px, 42vw);
      min-height: 52px;
      padding: 10px 20px;
      border-radius: 999px;
      color: #fff;
      font-size: 16px;
      font-weight: 900;
      line-height: 1.35;
      text-align: center;
    }

    .factory-fixed-cta__line {
      background: #06c755;
      box-shadow: 0 3px 0 #049b43;
    }

    .factory-fixed-cta__form {
      background: var(--cta);
      box-shadow: 0 3px 0 #cf7423;
    }

    /* ---------- responsive rebuild ---------- */
    @media (max-width: 760px) {
      html,
      body {
        width: 100%;
        min-width: 0 !important;
        max-width: 100%;
        overflow-x: clip;
      }

      body {
        padding-bottom: calc(82px + env(safe-area-inset-bottom));
      }

      section {
        padding: 58px 0;
      }

      .container,
      .hero-in {
        width: 100%;
        max-width: 100%;
        padding-right: 18px;
        padding-left: 18px;
      }

      .hero {
        padding: 46px 0 22px;
      }

      .hero-in,
      .hero-in > *,
      .promise > div,
      .case-body,
      .step,
      .foryou {
        min-width: 0;
      }

      .hero-in {
        display: block;
      }

      .hero-in > div {
        width: 100%;
        max-width: 100%;
      }

      .hero p,
      .hero h1,
      .hero span {
        max-width: 100%;
        white-space: normal !important;
        overflow-wrap: anywhere;
      }

      .hero h1 {
        font-size: clamp(28px, 9vw, 36px);
        line-height: 1.4;
      }

      .hero h1 .num b {
        font-size: 1.08em;
      }

      .hero-sub,
      .hero-price-note,
      .sec-lead,
      .pains-close,
      .final p,
      details p {
        max-width: 100%;
        overflow-wrap: anywhere;
      }

      .hero-cta-actions {
        gap: 12px;
      }

      .hero-cta-actions .cta-btn {
        min-height: 58px;
        padding: 14px 18px;
        font-size: 16px;
      }

      .hero-visual {
        width: 100%;
      }

      .hero-in > .hero-visual {
        display: none;
      }

      .mobile-hero-visual {
        display: block;
        position: relative;
        width: 100%;
        margin: 18px auto 22px;
      }

      .mobile-hero-visual .blob {
        position: absolute;
        inset: 8% 2% 4%;
        border-radius: 50%;
        background: rgba(255, 255, 255, .72);
      }

      .mobile-hero-visual img {
        position: relative;
        z-index: 1;
        display: block;
        width: 100%;
        height: auto;
      }

      .pains-grid,
      .promise-grid,
      .flow-grid,
      .foryou-grid {
        margin-top: 30px;
        gap: 18px;
      }

      .pain,
      .promise,
      .step,
      .foryou {
        padding: 24px 20px;
      }

      .promise {
        gap: 12px;
      }

      .promise .pn {
        width: 38px;
        height: 38px;
        font-size: 15px;
      }

      .price-hero {
        width: 100%;
        padding: 40px 16px 30px;
      }

      .price-hero .pmain .yen {
        font-size: clamp(34px, 11vw, 42px);
      }

      .price-hero .ptag {
        max-width: calc(100% - 24px);
        padding: 6px 14px;
        white-space: normal;
      }

      .price-hero ul li,
      .price-notes p {
        overflow-wrap: anywhere;
      }

      .cmp-wrap {
        width: calc(100vw - 36px);
        max-width: 100%;
        overscroll-behavior-inline: contain;
        -webkit-overflow-scrolling: touch;
      }

      .case-image img {
        aspect-ratio: auto;
        min-height: 0;
      }

      details {
        padding: 16px;
      }

      details p {
        padding-left: 0;
      }

      .factory-line-primary,
      .factory-contact-form-wrap {
        width: 100%;
        padding: 26px 16px;
      }

      .factory-line-primary img {
        display: none;
      }

      .factory-form-heading {
        width: 100%;
        margin-top: 44px;
      }

      .factory-contact-form input,
      .factory-contact-form textarea,
      .factory-contact-form select {
        max-width: 100%;
      }

      footer {
        padding-right: 18px;
        padding-left: 18px;
        overflow-wrap: anywhere;
      }

      .factory-fixed-cta {
        gap: 8px;
        padding-top: 9px;
        padding-right: 10px;
        padding-bottom: calc(9px + env(safe-area-inset-bottom));
        padding-left: 10px;
      }

      .factory-fixed-cta a {
        flex: 1 1 0;
        width: auto;
        min-width: 0;
        min-height: 48px;
        padding: 8px 10px;
        font-size: 14px;
      }

      .factory-fixed-cta__form {
        background: #fff !important;
        color: var(--cta) !important;
      }
    }

/* Smartphone reading rhythm and CTA priority */
@media (max-width: 760px) {
  section { padding: 52px 0; }

  #problem, .concept, #service, .plans, .cases, .faq, .final {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .hero-cta-actions .cta-btn:not(.line-cta-btn) {
    min-height: 50px;
    border: 2px solid var(--cta);
    background: #fff;
    box-shadow: none;
    color: var(--cta);
    font-size: 15px;
  }

  .pains-grid, .promise-grid, .flow-grid, .foryou-grid {
    margin-top: 26px;
    gap: 15px;
  }

  .pain, .promise, .step, .foryou { padding: 21px 18px; }

  .pain-art {
    height: 165px;
    margin-bottom: 10px;
  }

  .pain p, .promise p, .step p, .foryou li {
    margin-top: 5px;
    line-height: 1.8;
  }

  .mobile-contract-summary {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin: 18px auto 0;
    padding: 13px 14px;
    border-left: 4px solid var(--leaf);
    border-radius: 8px;
    background: #f3f8ef;
    color: var(--ink);
    font-size: 14px;
    line-height: 1.65;
    text-align: left;
  }

  .mobile-contract-summary strong {
    color: var(--leaf-deep);
    font-size: 16px;
  }

  .cmp { min-width: 520px; }

  .cmp th, .cmp td {
    padding: 11px 9px;
    font-size: 12.5px;
    line-height: 1.55;
    white-space: normal;
  }

  .case-grid {
    margin-top: 28px;
    gap: 16px;
  }

  .case-body { padding: 22px 18px 24px; }

  .case-grid + .case-grid .case-body,
  .seo-proof .case-body { padding: 18px 15px 20px; }

  .case-grid + .case-grid .case-image,
  .seo-proof .case-image { margin-top: 14px; }

  .case-grid + .case-grid .case-image img,
  .seo-proof .case-image img {
    max-height: 210px;
    object-fit: contain;
  }

  .case-grid + .case-grid dl, .seo-proof dl { margin-top: 9px; }

  .seo-proof {
    margin-top: 26px;
    padding: 16px;
  }

  .faq-list {
    margin-top: 28px;
    gap: 10px;
  }

  details { padding: 14px 16px; }

  summary {
    min-height: 44px;
    align-items: center;
    line-height: 1.65;
  }

  summary::before { transform: none; }

  details p {
    padding-left: 0;
    line-height: 1.85;
  }

  .factory-form-heading {
    margin-top: 52px;
    padding-top: 24px;
    border-top: 1px solid rgba(78, 124, 74, .25);
  }

  .factory-form-heading h3 { font-size: 21px; }

  .factory-contact-form-wrap {
    margin-top: 18px;
    background: rgba(255, 255, 255, .86);
    box-shadow: 0 4px 0 rgba(127, 174, 114, .15);
  }

  .factory-contact-form .form-field { margin-bottom: 20px; }

  .factory-contact-form label,
  .factory-contact-form legend,
  .factory-contact-form .form-label { margin-bottom: 7px; }

  .factory-contact-form input[type="text"],
  .factory-contact-form input[type="email"],
  .factory-contact-form input[type="url"] { min-height: 48px; }

  .factory-contact-form textarea { min-height: 150px; }

  .factory-contact-form .wpcf7-list-item label {
    width: 100%;
    min-height: 44px;
    padding: 8px 0;
    align-items: center;
  }

  .factory-contact-form input[type="checkbox"] {
    width: 22px;
    height: 22px;
    margin-top: 0;
  }

  .factory-contact-form input[type="submit"] {
    width: 150px;
    min-width: 150px;
    min-height: 48px;
    font-size: 15px;
  }

  .factory-fixed-cta a { white-space: nowrap; }

  .factory-fixed-cta__line {
    flex-grow: 1.32;
    font-size: 14px;
  }

  .factory-fixed-cta__form {
    flex-grow: .68;
    border: 2px solid var(--cta);
    background: #fff;
    box-shadow: none;
    color: var(--cta);
    font-size: 13px;
  }
}

@media (min-width: 641px) and (max-width: 760px) {
  .factory-line-primary img { display: block; }
}
