    :root {
      /* 温かみのあるカラーパレット */
      --brand-blue: #0d6b8a;       /* やわらかいティール系の青 */
      --sky-blue: #e8f4f8;         /* 温かみのある薄い空色（わずかにベージュ寄り） */
      --gradient-top: #3a9eb5;     /* グラデーション上部（温かみのある青緑） */
      --gradient-btm: #0d6b8a;     /* グラデーション下部 */
      --accent-warm: #f5a623;      /* 温かみのあるアンバー／ゴールド */
      --accent-yellow: #f5a623;    /* 強調・ボタン用（温かい黄色） */
      --text-dark: #3d3a36;        /* 少し温かみのあるダークグレー */
      --text-blue: #0d5c73;        /* 見出し用（ティール寄り） */
      --white: #fefdfb;            /* オフホワイト（わずかにクリーム寄り） */
      --cream: #faf8f5;            /* 温かみのある背景 */
      --shadow-card: 0 8px 24px rgba(61, 58, 54, 0.08);
      --shadow-soft: 0 4px 16px rgba(61, 58, 54, 0.06);
      --max: 1000px;
      --padding: 24px;
    }
    @media (max-width: 767px) {
      :root { --padding: 16px; }
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }
    html, body {
      margin: 0;
      padding: 0;
      font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
      color: var(--text-dark);
      background: var(--cream);
      line-height: 1.75;
      overflow-x: hidden; /* .section.alt::before の scaleX(1.1) による横はみ出しを防ぐ */
    }

    

    a {
      color: inherit;
      text-decoration: none;
      transition: all 0.3s ease;
    }

    /* --- Common Layout --- */
    .container {
      max-width: 1440px;
      margin: 0 auto;
      position: relative;
      padding: 0 16px;
    }

    .hero .container {
      max-width: 1600px;
    }

    .section {
      padding: 60px 0px;
    }

    section.reveal {
      opacity: 0;
      transform: translateY(24px);
      transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    }
    section.reveal.is-visible {
      opacity: 1;
      transform: translateY(0);
    }

    /* 薄い水色背景のセクション */
    .section.alt {
      background: var(--sky-blue);
      position: relative;
    }
    /* .section.alt::before {
      content: "";
      position: absolute;
      top: -30px;
      left: 0;
      width: 100%;
      height: 30px;
      background: var(--sky-blue);
      border-radius: 50% 50% 0 0 / 100% 100% 0 0;
      transform: scaleX(1.1);
      z-index: -1;
    } */

    .section.dark {
      background: var(--brand-blue);
      color: var(--white);
    }

    h1, h2, h3, h4, p {
      margin: 0;
    }

    /* --- Typography --- */
    .eyebrow {
      display: inline-block;
      margin-bottom: 10px;
      padding: 6px 14px;
      background: var(--brand-blue);
      color: var(--white);
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0.05em;
      box-shadow: var(--shadow-soft);
    }

    h2 {
      font-size: clamp(20px, 4vw, 36px);
      color: var(--brand-blue);
      text-align: center;
      margin-bottom: 20px;
      position: relative;
      padding-bottom: 15px;
    }

    h2::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 60px;
      height: 5px;
      background: linear-gradient(90deg, var(--accent-warm), #f7c94b);
    }

    .section.dark h2 { color: var(--white); }
    .section.dark h2::after { background: var(--white); }

    .company-title {
      margin-bottom: 40px;
    }

    .lead {
      text-align: center;
      margin: 0 auto 40px;
      max-width: 800px;
      font-weight: 700;
      color: var(--text-blue);
    }

    .lead--roadmap {
      margin: 0 auto 60px;
    }

    .section.dark .lead { color: #e8f4f8; }

    /* --- Buttons --- */
    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-weight: 800;
      border-radius: 50px;
      cursor: pointer;
      text-align: center;
      /* box-shadow: var(--shadow-soft); */
      transition: all 0.25s ease;
    }

    .btn.request, .btn.primary {
      background-color: #fbc34d;
      border: 2px solid #fbc34d;
      color: var(--text-dark);
      /*box-shadow: 0 4px 0 #d48910, 0 6px 20px rgba(245, 166, 35, 0.3);*/
      transform: translateY(0);
      padding: 12px;
    }

    .btn.request:hover, .btn.primary:hover {
      transform: translateY(2px);
      /*box-shadow: 0 2px 0 #d48910, 0 4px 16px rgba(245, 166, 35, 0.35);*/
      background-color: #ffe09f;
    }

    .btn.consult {
      padding: 10px 20px;
      /* margin-top: 30px; */
      background: var(--white);
      color: var(--brand-blue);
      border: 2px solid var(--brand-blue);
    }

    .btn.consult:hover {
      background: var(--brand-blue);
      color: var(--white);
    }

    /* --- Header（ページ上部のナビゲーションのみ。tool-card-header等には適用しない）--- */
    body > header {
      background: var(--white);
      border-bottom: 4px solid var(--brand-blue);
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      z-index: 100;
    }

    body {
      padding-top: 74px; /* 固定ヘッダー分の高さ（70px + border 4px） */
    }

    /* アンカーリンク時、固定ヘッダーでタイトルが隠れないようにする */
    section[id] {
      scroll-margin-top: 74px;
    }

    .topbar {
      height: 70px;
      display: flex;
      justify-content: space-between;
    }

    .brand-link {
      text-decoration: none;
      color: inherit;
    }
    .brand {
      margin-bottom: 10px;
    }
    .brand .logo {
      font-size: 24px;
      font-weight: 900;
      color: var(--brand-blue);
      font-style: italic;
    }
    
    .brand .tag {
      font-size: 10px;
      color: var(--text-blue);
      display: block;
      line-height: 1;
    }

    .top-actions {
      display: flex;
      gap: 10px;
      align-items: center;
    }

    
    .top-actions .phone  {
      margin-bottom: 10px;
    }

    .top-actions .phone strong {
      display: block;
      color: var(--brand-blue);
      font-size: 30px;
      line-height: 1;
    }
    .top-actions .phone small { font-size: 10px; color: #000000; font-weight: 600;  }
    .top-actions .btn { padding: 8px 26px; font-size: 18px; min-height: 40px; }

    /* --- Hero --- */
    .hero {
      margin: 0;
      background: linear-gradient(135deg, rgb(85 139 157) 0%, #3a9eb5 40%, #0d6b8a 100%);
      height: calc(100vh - 74px);
      min-height: 0;
      display: flex;
      align-items: center;
      padding: 0;
    }
    .hero .container {
      max-width: 1600px;
      width: 100%;
      height: 100%;
      margin: 0 auto;
      padding: 0 24px;
      box-sizing: border-box;
    }

    .hero-card {
      background: transparent;
      border-radius: 0;
      padding: 32px 0;
      width: 100%;
      height: 100%;
      min-height: 0;
      color: var(--white);
      display: flex;
      justify-content: center;
      flex-direction: row;
      flex-wrap: nowrap;
      gap: 40px;
      align-items: center;
      position: relative;
    }

    .hero-main {
      flex: 0 1 55%;
      min-width: 320px;
      max-width: 540px;
    }

    .hero .eyebrow {
      background: rgba(255, 255, 255, 0.9);
      color: var(--brand-blue);
      font-size: 15px;
      padding: 8px 18px;
    }

    .hero h1 {
      font-size: clamp(36px, 5.5vw, 58px);
      line-height: 1.1;
      font-weight: 900;
      margin-bottom: 24px;
    }

    .hero .highlight {
      color: #fcd670;
      text-decoration-color: #fcd670;
      text-decoration-thickness: 5px;
      font-size: 1.15em;
    }

    .hero-subtitle {
      font-size: 0.75em;
    }

    .hero-number {
      font-size: 1.4em;
      font-weight: 900;
    }

    .hero-copy {
      font-size: 19px;
      margin-bottom: 28px;
      font-weight: 700;
      line-height: 1.7;
    }
    .hero-side-badge {
      position: absolute;
      bottom: 32px;
      right: 0px;
      z-index: 1;
      width: 180px;
      height: 180px;
      border-radius: 50%;
      background: radial-gradient(circle at 30% 20%, #ffffff, #fcd670 45%, #f5a623 80%);
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      color: #234;
    }
    .hero-cta {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      gap: 12px;
      margin-bottom: 12px;
    }
    .hero-cta .btn {
      padding: 16px 18px;
      font-size: 17px;
      border-radius: 999px;
      width: 200px;
    }
    .hero .micro-copy {
      opacity: 0.95;
    font-size: 13px;
    font-weight: 800;
    color: #fefdfb;
    }

    .hero-visual-wrap {
      flex: 0 1 45%;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      z-index: -1;
    }
    .hero-visual {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: visible;
      min-width: 500px;
      /* ここで位置を変更（例: 10px 右・20px 下 → 10px, 20px） */
      --hero-visual-x: 0;
      --hero-visual-y: 0;
      transform: translate(var(--hero-visual-x), var(--hero-visual-y));
    }
    .hero-visual img {
      width: 100%;
      max-width: 100%;
      height: auto;
      display: block;
      object-fit: contain;
      transform: scale(1.05);
      transform-origin: center center;
    }
    .hero-side-badge span {
      display: block;
    }
    .hero-side-label {
      font-size: 18px;
      font-weight: 700;
      letter-spacing: 0.12em;
    }
    .hero-side-percent {
      font-size: 36px;
      font-weight: 900;
      line-height: 1;
    }
    .hero-side-caption {
      font-size: 16px;
      font-weight: 700;
      margin-top: 4px;
    }

    /* --- Cards --- */
    .selected-grid { display: grid; gap: 20px; grid-template-columns: repeat(3, 1fr); }
    .problem-grid {
      display: grid; gap: 32px;
      grid-template-columns: repeat(3, 1fr);
    }

    .selected-card, .problem-card {
      background: var(--white);
      overflow: hidden;
      box-shadow: var(--shadow-card);
      transition: all 0.3s ease;
    }
    .selected-card {
      border: 2px solid #e8ebe8;
      padding: var(--padding);
      text-align: center;
    }
    .selected-card:hover, .problem-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 12px 32px rgba(61, 58, 54, 0.1);
    }
    .selected-card img {
      width: 100%; height: auto; border-radius: 12px; margin-bottom: 0px; object-fit: cover;
    }
    .selected-card h3 {
      color: var(--brand-blue); font-size: 18px; margin-bottom: 10px; font-weight: 900;
    }
    /* PROBLEMS section - ダイナミックな大きさ */
    .problem-title-row {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      margin-bottom: 20px;
      margin-left: 160px;
      padding-right: 170px;
      text-align: center;
    }
    #problems .problem-title {
      font-size: clamp(20px, 4vw, 36px);
      font-weight: 900;
      margin-bottom: 0;
      color: var(--brand-blue);
    }
    .problem-title-icon {
      position: absolute;
      right: 10%;
      top: 100%;
      transform: translateY(-50%);
      width: 200px;
      height: auto;
    }
    #problems .problem-lead {
      font-size: 17px;
      line-height: 1.8;
      margin-bottom: 40px;
    }
    .problem-card {
      border: 1px solid #e2ebe9;
    }
    .problem-card:hover { border-color: rgba(13, 107, 138, 0.3); }
    .problem-card-header {
      background: var(--brand-blue);
      color: var(--white);
      padding: var(--padding);
      text-align: center;
      font-size: 18px;
      font-weight: 800;
      letter-spacing: 0.08em;
    }
    .problem-card-header .problem-num {
      font-size: 18px;
      font-weight: 900;
      font-variant-numeric: tabular-nums;
    }
    .problem-card-body {
      padding: var(--padding);
    }
    .problem-card-body h3 {
      color: #0d6b8a;
      font-size: clamp(22px, 2.4vw, 26px);
      font-weight: 900;
      text-align: center;
      margin: 0 0 20px 0;
      line-height: 1.4;
    }
    .problem-card-body p {
      margin: 0;
    font-size: 16px;
    line-height: 1.85;
    color: #000000;
    }
    .selected-badges { justify-content: center; margin-top: 30px; display:flex; gap:10px; flex-wrap:wrap; font-size: 20px; }
    .selected-badge {
      background: #0d6b8a;  padding: 8px 20px ; color: #ffffff; font-weight: 600;
    }
    .selected-badge-1 { color: var(--brand-blue); font-size: 1.25em; text-decoration: underline; text-decoration-color: #fcd670; text-underline-offset: 8px; }
    .selected-badge-bracket { margin-right: 6px; }
    .sp-br { display: none; }
    .br-sp { display: none; }

    /* --- Table --- */
    .comparison-wrap {
      background: var(--white); border-radius: 0px; overflow: hidden;
      box-shadow: var(--shadow-card); padding: var(--padding);
      border: 1px solid #e8ebe8;
    }
    .comparison-scroll-hint { display: none; }
    table { width: 100%; border-collapse: separate; border-spacing: 0; }
    th, td { padding: 16px; border-bottom: 1px solid #ebeceb; text-align: center; }
    th { background: #f4f8f9; color: var(--text-blue); font-weight: 900; }
    th.focus, td.focus {
      background: #fef9e7; color: var(--text-dark); font-weight: 900; border-bottom: 1px solid #f0d970;
    }
    th.focus { background: linear-gradient(180deg, #fef4c7, #fdeaa0); color: var(--text-dark); font-size: 30px; }
    tr:last-child td:first-child { border-bottom-left-radius: 0px; }
    tr:last-child td:last-child { border-bottom-right-radius: 0px; }

    /* Table SP: 表のまま横スクロール、mocademy列を左に */
    @media (max-width: 980px) {
      .comparison-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        position: relative;
      }
      .comparison-wrap table {
        display: block;
        min-width: 800px;
      }
      .comparison-wrap thead,
      .comparison-wrap tbody {
        display: block;
      }
      .comparison-wrap thead tr,
      .comparison-wrap tbody tr {
        display: flex;
        flex-direction: row;
      }
      .comparison-wrap th,
      .comparison-wrap td {
        flex: 0 0 33.333%;
        min-width: 140px;
        box-sizing: border-box;
      }
      .comparison-wrap th:nth-child(1),
      .comparison-wrap td:nth-child(1) { order: 0; }
      .comparison-wrap th:nth-child(2),
      .comparison-wrap td:nth-child(2) { order: 2; }
      .comparison-wrap th:nth-child(3),
      .comparison-wrap td:nth-child(3) { order: 1; }

      .comparison-scroll-hint {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        pointer-events: none;
        color: var(--brand-blue);
        font-size: 80px;
        opacity: 1;
        transition: opacity 0.5s ease;
        z-index: 2;
      }
      .comparison-scroll-hint.is-hidden {
        opacity: 0;
      }
      .comparison-scroll-hint {
        display: block;
      }

      .problem-title-icon {
      display: none;
    }

    .problem-title-row {
    margin-left: 0;
    padding-right: 0;
}

.selected-badges { font-size: 16px; }

.problem-card-header .problem-num {
    font-size: 18px;
}

    }

    @media (max-width: 767px) {
      .section {
    padding: 40px 0px;
}

.selected-badges {
    margin-top: 0px;
}

.step .time {
    margin-left: 6px;
}

.step-meta {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

    .step .num {
        margin: 0;
    }

    @media (max-width: 600px) {
      .step .num {
        position: relative;
        margin-right: 8px;
      }
      .step .num::after {
        content: "";
            position: absolute;
            top: 50%;
            left: 100%;
            width: 8px;
            z-index: -1;
            height: 2px;
            background: #e2ebe9;
            transform: translateY(-50%);
      }
    }

h2 {
      font-size: 22px;
    }

    #problems .problem-title {
    font-size: 22px;
}

.lead {
      margin: 0 auto 30px;
    }

    #problems .problem-lead {
    margin-bottom: 30px;
}

    }

    

    /* --- Effect Grid --- */
    .effect-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
      align-items: stretch;
      min-width: 0;
    }
    .effect-card {
      background: var(--white);
      border-radius: 0px;
      overflow: hidden;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
      color: var(--text-dark);
      display: flex;
      flex-direction: column;
      height: 100%;
      min-width: 0;
    }
    .effect-card-visual {
      flex-shrink: 0;
      margin-bottom: 0px;
      min-width: 0;
      max-width: 100%;
    }
    .effect-card-visual img {
      width: 100%;
    height: auto;
    border-radius: 12px;
    margin-bottom: 0px;
    object-fit: cover;
    }
    .effect-card:first-child .effect-card-visual img {
      padding-bottom: 0px;
    }
    .effect-card:last-child .effect-card-visual img {
      padding-top: 0px;
    }
    .effect-card-body {
      padding: var(--padding);
      padding-top: 0px;
      flex: 1;
      display: flex;
      flex-direction: column;
      min-height: 0;
    }
    .effect-card-label {
      display: inline-block;
      padding: 12px 14px;
    font-size: 14px;
      font-weight: 800;
      letter-spacing: 0.08em;
      background: #ffd95c;
      color: #7a4c00;
      margin-bottom: 10px;
      min-height: 1.8em;
      flex-shrink: 0;
    }
    .effect-card-title {
      font-size: 20px;
      font-weight: 900;
      color: var(--brand-blue);
      margin: 0 0 10px;
      min-height: 1.4em;
      line-height: 1.3;
      flex-shrink: 0;
    }
    .effect-card-text {
      background: #e2f0f6;
      padding: 12px 14px;
      font-size: 14px;
      line-height: 1.8;
      min-height: 5.6em;
      margin-top: auto;
      flex-shrink: 0;
    }



    /* --- Carousel（スワイプ中はスナップさせず、離したときだけJSで寄せる）--- */
    .carousel {
      display: grid; grid-auto-flow: column; grid-auto-columns: minmax(280px, 1fr);
      gap: 14px; overflow-x: auto; overflow-y: hidden;
      scroll-snap-type: none;
      padding-bottom: 20px;
      scrollbar-width: none; -webkit-overflow-scrolling: touch;
      scroll-behavior: auto;
      align-items: stretch;
      overscroll-behavior-x: contain;
    }
    @media (min-width: 981px) {
      .carousel {
        user-select: none;
        grid-auto-columns: calc((100% - 28px) / 3);
      }
    }
    .carousel::-webkit-scrollbar { display: none; }
    .carousel-hint {
      text-align: center; margin-top: 12px; font-size: 13px; color: #7a8a94;
    }
    .carousel-hint span { display: inline-flex; align-items: center; gap: 6px; }
    .carousel-dots { display: flex; justify-content: center; gap: 6px; margin-top: 16px; padding-bottom: 8px; }
    .carousel-dot {
      width: 8px; height: 8px; border-radius: 50%; border: none;
      background: #c5d4dc; transition: all 0.25s ease;
    }
    .carousel-dot.is-active { background: var(--brand-blue); transform: scale(1.25); }
    .tool-card {
      background: var(--white);
      padding: var(--padding);
      display: flex;
      flex-direction: column;
      gap: 10px;
      border-radius: 0px;
      border: 1px solid #e2ebe9;
      box-shadow: 0 10px 22px rgba(61, 58, 54, 0.05);
      height: 100%;
      min-height: 0;
    }
    .tool-card-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 12px;
      min-height: 2.2em;
      flex-shrink: 0;
    }
    .tool-card-tag {
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.08em;
      padding: 4px 10px;
      border-radius: 999px;
      background: #ecf4f8;
      color: var(--brand-blue);
    }
    .tool-card-metric {
      font-size: 26px;
    font-weight: 900;
    color: #0d6b8a;
    white-space: nowrap;
    }
    .tool-card-title {
      margin: 0;
      font-size: 20px;
      font-weight: 900;
      color: var(--text-blue);
      min-height: 1.5em;
      line-height: 1.4;
      flex-shrink: 0;
    }
    .tool-card-body {
      margin: 0;
      font-size: 15px;
      color: var(--text-dark);
      min-height: 3.2em;
      line-height: 1.6;
      flex-shrink: 0;
    }
    .tool-card-points {
      margin: 10px 0 0;
      padding: 6px;
      list-style: none;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 8px;
      font-size: 13px;
      min-height: 5.5em;
      flex-shrink: 0;
    }
    .tool-card-points li {
      padding: 10px 12px;
      line-height: 1.7;
    }
    .tool-card-points li:first-child {
      background: #f3f4f6;
      color: #4b5563;
    }
    .tool-card-points li:last-child {
      background: #0d5c73;
      color: #ffffff;
      font-size: 15px;
      line-height: 1.6;
      min-height: 7em;
    }
    .tool-card-points strong {
      display: block;
      margin-bottom: 4px;
      font-size: 11px;
      font-weight: 800;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: inherit;
    }
    .tool-card-points li:last-child strong {
      font-size: 20px;
    }
    .tool-card-note {
      margin: 10px 0 0;
      font-size: 13px;
      font-weight: 700;
      min-height: 1.6em;
      line-height: 1.5;
      margin-top: auto;
    }

    /* --- Roadmap --- */
    .roadmap-card {
      max-width: 880px;
      margin: 0 auto;
      background: var(--white);
      border-radius: 0px;
      padding: var(--padding);
      box-shadow: 0 14px 34px rgba(61, 58, 54, 0.08);
      position: relative;
    }
    .roadmap-pill {
      position: absolute;
      top: -16px;
      left: 50%;
      transform: translateX(-50%);
      background: var(--brand-blue);
      color: var(--white);
      padding: 7px 24px;
      font-size: 13px;
      font-weight: 800;
      letter-spacing: 0.12em;
    }
    .roadmap-note{
      text-align: center;
    margin-top: 12px;
    color: var(--text-blue);
    }
    .timeline {
      display: flex;
      flex-direction: column;
    }
    .step {
      display: grid;
      grid-template-columns: auto 1fr;
      align-items: center;
      column-gap: 18px;
      padding: 14px 0;
      border-bottom: 1px solid #e2ebe9;
    }
    .step:first-child {
      padding-top: 8px;
    }
    .step:last-child {
      padding-bottom: 4px;
      border-bottom: none;
    }
    .step-meta {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      row-gap: 4px;
      min-width: 70px;
    }
    .step-meta::after {
      content: "";
      position: absolute;
      top: 40px;
      bottom: 28px;
      width: 2px;
      background: #e2ebe9;
      z-index: 0;
    }
    .step .num {
      width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #d4e5ee;
    background: #f5fbff;
    color: var(--brand-blue);
    font-size: 26px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    }
    .step .time {
      font-size: 12px;
      font-weight: 800;
      color: var(--brand-blue);
      padding: 3px 10px;
      border-radius: 999px;
      background: #ecf4f8;
      border: 1px solid #d2e1ea;
    }
    .step h3 {
      font-size: 24px;
      color: var(--text-blue);
      margin: 0 0 4px;
    }
    .step p {
      margin: 0;
      font-size: 14px;
      color: var(--text-dark);
    }

    /* --- Pricing（1プラン・ノート風・AI感なし） --- */
    .plan-card--single {
      max-width: 640px;
      margin: 32px auto 0;
      background: linear-gradient(180deg, #fdfbf7 0%, #f8f4ee 100%);
      box-shadow:
        0 1px 3px rgba(61, 58, 54, 0.06),
        0 6px 16px rgba(61, 58, 54, 0.08),
        1px 2px 0 rgba(0, 0, 0, 0.02);
      border: 1px solid #e8e4dc;
      border-radius: 2px;
      overflow: visible;
      position: relative;
    }
    .plan-card-header {
      background: linear-gradient(180deg, #2a7a8f 0%, var(--brand-blue) 100%);
      color: var(--white);
      padding: 24px 24px;
      text-align: center;
      border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    }
    .plan-tagline {
      font-size: 14px;
      margin: 0 0 8px;
      opacity: 0.95;
    }
    .plan-name {
      font-size: 22px;
      font-weight: 900;
      margin: 0;
      line-height: 1.4;
      letter-spacing: 0.02em;
    }
    .plan-card-body {
      padding: 28px 28px 32px 36px;
      position: relative;
    }
    .plan-card-body::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 10px;
      background: repeating-linear-gradient(
        180deg,
        transparent,
        transparent 5px,
        rgba(160, 90, 70, 0.18) 5px,
        rgba(160, 90, 70, 0.18) 6px
      );
      border-right: 1px solid rgba(160, 90, 70, 0.4);
    }
    .plan-price-block {
      margin-bottom: 20px;
      background: rgba(232, 244, 248, 0.6);
      border: 1px solid #d4e4e8;
      border-left: 4px solid var(--brand-blue);
      padding: 28px 32px;
      text-align: center;
    }
    .plan-price-label--above {
      font-size: 13px;
      font-weight: 700;
      color: var(--text-blue);
      margin: 0 0 8px;
      letter-spacing: 0.05em;
    }
    .plan-price-compare {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 8px;
      margin: 0 0 12px;
      font-weight: 900;
    }
    .plan-price-old {
      font-size: 32px;
      color: #666;
     
    }
    .plan-price-arrow {
      color: var(--brand-blue);
      font-weight: 900;
      font-size: 36px;
      line-height: 1;
    }
    .plan-price-new {
      font-size: 52px;
      color: var(--brand-blue);
      letter-spacing: 0.03em;
      font-weight: 900;
      background: #fefefe;
      padding: 12px 24px;
      border-radius: 2px;
      border: 1px solid #c5dce2;
      box-shadow: 0 1px 4px rgba(13, 107, 138, 0.12);
    }
    .plan-price-new .plan-unit {
      font-size: 28px;
      margin-left: 2px;
    }
    .plan-unit { font-size: 18px; font-weight: 700; }
    .plan-price-label--below {
      font-size: 13px;
      color: #555;
      margin: 0 0 14px;
    }
    .plan-badge {
      display: inline-block;
      font-size: 13px;
      font-weight: 700;
      color: var(--white);
      background: var(--brand-blue);
      padding: 6px 14px;
      border-radius: 2px;
      margin-bottom: 0;
    }
    .plan-price-label {
      font-size: 12px;
      color: #666;
      margin: 0;
      margin-bottom: 6px;
    }
    .plan-note {
      font-size: 13px;
      color: #555;
      margin: 0 0 24px;
      line-height: 1.5;
    }
    .plan-features {
      list-style: none;
      padding: 0;
      margin: 0 0 24px;
      font-size: 15px;
      color: var(--text-dark);
      line-height: 1.8;
    }
    .plan-features li {
      padding-left: 0;
      position: relative;
    }
    .plan-features li::before {
      content: "・ ";
      color: var(--brand-blue);
      font-weight: bold;
    }
    .plan-feature-label {
      font-weight: 700;
      color: var(--text-blue);
    }
    .plan-btn {
      display: block;
      text-align: center;
      padding: 14px 24px;
      font-size: 15px;
      font-weight: 700;
      background: #fdfbf7;
      color: var(--brand-blue);
      border: 1px solid #2a7a8f;
      border-radius: 2px;
      transition: all 0.25s ease;
    }
    .plan-btn:hover {
      background: var(--brand-blue);
      color: var(--white);
      border-color: var(--brand-blue);
    }
    .plan-cta-note {
      font-size: 14px;
      margin: 12px 0 0;
      color: var(--text-dark);
    }
    .plan-footer-note {
      font-size: 12px;
      color: #555;
      margin: 16px 0 0;
      line-height: 1.6;
    }

    /* --- Pricing（画像レイアウト・元の色味） --- */
    .section--pricing-layout {
      background: var(--sky-blue);
      color: var(--text-dark);
    }
    .section--pricing-layout .eyebrow {
      background: var(--brand-blue);
      color: var(--white);
    }
  
    .section--pricing-layout .pricing-layout-title {
      font-size: clamp(22px, 4vw, 32px);
      font-weight: 900;
      color: var(--brand-blue);
      margin: 0 0 20px;
      position: relative;
      padding-bottom: 15px;
      text-align: center;
    }
    .section--pricing-layout .pricing-layout-title::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 60px;
      height: 5px;
      background: linear-gradient(90deg, var(--accent-warm), #f7c94b);
    }
    .pricing-layout-cards {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 24px;
      margin-top: 0px;
      margin-bottom: 28px;
    }
    @media (max-width: 950px) {
      .pricing-layout-cards .pricing-layout-card,
      .pricing-layout-cards .pricing-layout-card-wrap {
        flex-basis: 100%;
        max-width: 100%;
      }

      
    }
    .pricing-layout-card-wrap {
      flex: 1 1 280px;
      max-width: 380px;
      position: relative;
    }
    .pricing-layout-card {
      flex: 1 1 280px;
      max-width: 380px;
      background: #fff;
      overflow: hidden;
      box-shadow: 0 8px 24px rgba(0,0,0,0.2);
    }
    .pricing-layout-card-header {
      background: linear-gradient(180deg, #2a7a8f 0%, var(--brand-blue) 100%);
      color: var(--white);
      padding: var(--padding);
      text-align: center;
    }
    .pricing-layout-card-name {
      font-size: 20px;
      font-weight: 900;
      margin: 0 0 4px;
      line-height: 1.3;
    }
    .pricing-layout-card-sub {
      font-size: 13px;
      margin: 0;
      opacity: 0.95;
    }
    .pricing-layout-card-body {
      padding: var(--padding);
      position: relative;
    }
    .pricing-layout-drawer {
      position: absolute;
    top: -60%;
    left: 100%;
    padding-bottom: 6px;
    transform: translateX(-50%);
    width: 278px;
    height: 172px;
    background: url(../images/hukidasi.png) center / contain no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-blue);
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.05em;
    line-height: 1.3;
    z-index: 1;
    animation: pricing-drawer-fadein 0.6s ease-out 0.8s both;
    }
    @keyframes pricing-drawer-fadein {
      from {
        opacity: 0;
        transform: translateX(-50%) translateY(10px) scale(0.92);
      }
      to {
        opacity: 1;
        transform: translateX(-50%) translateY(0) scale(1);
      }
    }
    .pricing-layout-price-row {
      display: flex;
      align-items: baseline;
      gap: 12px;
      justify-content: center;
      flex-wrap: nowrap;
    }
    .pricing-layout-price-badge {
      display: inline-flex;
      align-items: center;
      font-size: 12px;
      font-weight: 700;
      color: var(--white);
      background: var(--brand-blue);
      padding: 6px 12px;
      border-radius: 4px;
      flex-shrink: 0;
    }
    .pricing-layout-price {
      font-size: 36px;
      font-weight: 900;
      color: var(--text-dark);
      letter-spacing: 0.02em;
    }
    .pricing-layout-price:not(.pricing-layout-price--large) {
      margin-top: 10px;
    }
    .pricing-layout-price--large {
      font-size: 46px;
    }
    .pricing-layout-price--large .pricing-layout-unit {
      font-size: 28px;
    }
    .pricing-layout-price-strike {
      text-decoration: line-through;
      text-decoration-thickness: 2px;
      text-decoration-color: var(--text-dark);
    }
    .pricing-layout-lead {
      color: var(--text-blue);
      margin-bottom: 40px;
    }
    .pricing-layout-unit {
      font-size: 24px;
      margin-left: 2px;
    }
    .pricing-layout-tax-note {
      font-size: 0.65em;
      margin-left: 4px;
      opacity: 0.9;
    }
    .pricing-layout-note {
      color: var(--text-dark);
    font-size: 15px;
    margin: 0 0 20px;
    line-height: 1.6;
    /* text-align: center; */
    width: 360px;
    margin: 0 auto;
    }
    .pricing-layout-features {
      list-style: none;
      padding: 0;
      margin: 0 0 24px;
      text-align: center;
      font-size: 15px;
      color: var(--text-dark);
      line-height: 1.8;
    }
    .pricing-layout-features li::before {
      content: "・ ";
      color: var(--brand-blue);
      font-weight: bold;
    }
    .pricing-layout-feature-label {
      font-weight: 700;
    }
    .section--pricing-layout .pricing-layout-cta-wrap {
      text-align: center;
      margin-bottom: 16px;
      margin-top: 16px;
    }
    .pricing-layout-cta-note {
      text-align: center;
      color: var(--text-dark);
      font-size: 14px;
      margin: 8px 0 0;
    }
    .section--pricing-layout .pricing-layout-cta {
      display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #fbc34d;
    color: var(--text-dark);
    padding: 16px 70px;
    font-size: 24px;
    font-weight: 800;
    border-radius: 50px;
    box-shadow: var(--shadow-soft);
    transition: all 0.25s ease;
    }
    .section--pricing-layout .pricing-layout-cta:hover {
      background-color: #ffe09f
    }
    .section--pricing-layout .pricing-layout-cta-icon {
      font-size: 18px;
      line-height: 1;
    }
    .section--pricing-layout .pricing-layout-cta-arrow {
      font-size: 22px;
      line-height: 1;
      font-weight: 700;
    }

    /* --- Pricing（画像デザイン：濃い青背景・2カード・赤オレンジアクセント） --- */
    .section--pricing-image {
      background: #214371;
      color: #fff;
      padding: 60px 0 80px;
    }
    .section--pricing-image .container {
      max-width: 900px;
    }
    .pricing-image-eyebrow-wrap {
      text-align: center;
      margin-bottom: 8px;
    }
    .pricing-image-eyebrow {
      display: inline-block;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.1em;
      color: rgba(255,255,255,0.9);
    }
    .pricing-image-title {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 20px;
      font-size: clamp(22px, 4vw, 32px);
      font-weight: 900;
      color: #fff;
      margin: 0 0 40px;
      padding: 0;
    }
    .pricing-image-title::before,
    .pricing-image-title::after {
      content: "";
      display: inline-block;
      width: 40px;
      height: 2px;
      background: #fff;
      flex-shrink: 0;
    }
    .pricing-image-title::after {
      width: 40px;
    }
    .section--pricing-image .pricing-image-title::after {
      position: static;
      bottom: auto;
      left: auto;
      transform: none;
      width: 40px;
      height: 2px;
      border-radius: 0;
    }
    .pricing-image-cards {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 24px;
      margin-bottom: 28px;
    }
    .pricing-image-card {
      flex: 1 1 280px;
      max-width: 380px;
      background: #fff;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 8px 24px rgba(0,0,0,0.15);
    }
    .pricing-image-card-header {
      background: #e74c3c;
      color: #fff;
      padding: 20px 16px;
      text-align: center;
    }
    .pricing-image-card-name {
      font-size: 20px;
      font-weight: 900;
      margin: 0 0 4px;
      line-height: 1.3;
    }
    .pricing-image-card-sub {
      font-size: 13px;
      margin: 0;
      opacity: 0.95;
    }
    .pricing-image-card-body {
      padding: 24px 20px;
    }
    .pricing-image-price-row {
      display: flex;
      align-items: center;
      gap: 12px;
      flex-wrap: wrap;
    }
    .pricing-image-price-badge {
      display: inline-block;
      font-size: 12px;
      font-weight: 700;
      color: #fff;
      background: #e74c3c;
      padding: 6px 12px;
      border-radius: 4px;
    }
    .pricing-image-price {
      font-size: 22px;
      font-weight: 900;
      color: #1a1a1a;
      letter-spacing: 0.02em;
    }
    .pricing-image-note {
      text-align: center;
      color: #fff;
      font-size: 15px;
      margin: 0 0 24px;
      line-height: 1.6;
    }
    .pricing-image-cta-wrap {
      text-align: center;
    }
    .pricing-image-cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      background: #e74c3c;
      color: #fff;
      border: none;
      padding: 16px 32px;
      font-size: 16px;
      font-weight: 800;
      border-radius: 50px;
      box-shadow: 0 4px 16px rgba(231, 76, 60, 0.35);
      transition: background 0.25s ease, transform 0.25s ease;
    }
    .pricing-image-cta:hover {
      background: #c0392b;
      color: #fff;
      transform: translateY(2px);
    }
    .pricing-image-cta-icon {
      font-size: 18px;
      line-height: 1;
    }
    .pricing-image-cta-arrow {
      font-size: 22px;
      line-height: 1;
      font-weight: 700;
    }

    /* --- FAQ（JSで高さアニメーション・ぬるっと開閉） --- */
    .faq {
      max-width: 760px;
      margin: 40px auto 0;
    }
    .faq-item {
      background: var(--white);
      margin-bottom: 12px;
      border: 1px solid #e2ebe9;
      box-shadow: 0 8px 20px rgba(61, 58, 54, 0.06);
      overflow: hidden;
      border-radius: 4px;
    }

    .faq-item:last-child {
  margin-bottom: 0;
}

    .faq-item.is-open {
      background: #f5fbff;
      border-color: rgba(13, 107, 138, 0.25);
    }
    .faq-question {
      width: 100%;
      color: var(--text-blue);
      padding: var(--padding);
      font-weight: 700;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 16px;
      text-align: left;
      border: none;
      background: none;
      font-size: inherit;
      font-family: inherit;
    }


    .faq-question:hover { opacity: 0.9; }
    .faq-question span:first-child { flex: 1; }
    .faq-icon {
      color: var(--brand-blue);
      background: #e8f4f8;
      width: 28px;
      height: 28px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      flex-shrink: 0;
    }
    .faq-answer {
      overflow: hidden;
      max-height: 0;
      transition: max-height 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }
    .faq-answer-inner p {
      padding: 0 22px 18px;
      margin: 0;
      color: #000000;
      font-size: 14px;
      line-height: 1.7;
    }

    /* --- Form --- */
    .form-wrap {
      border: 1px solid #e8ebe8; box-shadow: var(--shadow-card);
      border-radius: 0px; border-top: 6px solid var(--accent-warm);
      background: var(--white); padding: 40px;
      max-width: 800px;
      margin: 0 auto;
    }
    input, select, textarea {
      width: 100%; padding: 12px; background: #fafaf8;
      border: 1px solid #e0dfdc; border-radius: 12px; margin-top: 5px;
    }
    label { font-size: 12px; font-weight: 700; color: #666; }
    .grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 20px; }
    .form-wrap .grid-2 { grid-template-columns: 1fr; }

    /* --- Semantic utilities (ex-inline) --- */
    .eyebrow-wrap { text-align: center; }
    .section-header .eyebrow-wrap { margin-bottom: 0; }
    .hero-subtitle { font-size: 0.8em; }
    .hero-cta .btn--hero-primary { padding: 15px 12px; font-size: 1.1em; }
    .micro-copy { margin-top: 15px; font-size: 12px; opacity: 0.9; }
    .problem-cta-wrap { text-align: center; margin-top: 60px; }
    .problem-cta-wrap .btn { padding: 16px 70px; font-size: 24px; }
    .comparison-note { text-align: center; margin-top: 15px; font-weight: bold; color: var(--brand-blue); }
    .comparison-cta-wrap { text-align: center; margin-top: 32px; }
    .comparison-cta-wrap .btn { font-size: 24px; padding: 16px 70px; }
    .eyebrow--inverted { background: white; color: var(--brand-blue); }
    .impact-caption { color: white; font-size: 12px; font-weight: normal; }
    .carousel-head {
      display: flex; flex-direction: column; align-items: center; text-align: center;
    }
    .carousel-head-copy { width: 100%; text-align: center; }
    .carousel-head-copy .eyebrow { margin-left: auto; margin-right: auto; }
    .carousel-title { text-align: center; }
    .carousel-lead { text-align: center; margin: 0; }
    .carousel-wrap { position: relative; }
    .carousel-nav {
      position: absolute; top: 50%; left: 0; right: 0;
      transform: translateY(-50%); pointer-events: none;
      display: flex; justify-content: space-between; padding: 0 8px;
      z-index: 2;
    }
    .carousel-nav-btn {
      pointer-events: auto;
      flex-shrink: 0;
      min-width: 44px;
      min-height: 44px;
      width: 44px;
      height: 44px;
      border-radius: 50%;
      border: none;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #ffe09f;
      color: var(--text-dark);
      box-shadow: 0 4px 16px rgba(61, 58, 54, 0.15);
      transition: all 0.25s ease;
      font-size: 24px;
      line-height: 1;
    }
    .carousel-nav-btn:hover {
      background-color: #f5e1b5; color: var(--text-dark);
      box-shadow: 0 6px 20px rgba(13, 107, 138, 0.35);
      transform: scale(1.08);
    }
    .carousel-nav-btn:active { transform: scale(0.98); }
    .pricing-catch { font-size: 24px; font-weight: bold; margin-bottom: 20px; text-align: center; }
    .price-label { font-size: 12px; color: #666; }
    .price-unit { font-size: 16px; }
    .price-card .price-unit--large { font-size: 20px; }
    .price-card-label { font-size: 14px; font-weight: bold; color: var(--text-blue); }
    .pricing-note { margin-top: 15px; font-size: 14px; color: #000000; text-align: center; }
    .merit-label { font-size: 12px; color: #666; }
    .merit-value { font-weight: bold; color: var(--text-blue); }
    .pricing-cta { text-align: center; }
    .btn--pricing-cta { font-size: 20px; padding: 20px 60px; }
    .pricing-cta-note { margin-top: 10px; font-size: 14px; font-weight: bold; }
    .company-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
    .company-card {
      background: rgba(255,255,255,0.12); padding: 16px; border-radius: 0px;
      backdrop-filter: blur(4px); border: 1px solid rgba(255,255,255,0.2);
    }
    .company-card a { color: #fff; text-decoration: underline; }
    .form-wrap--consult { background: var(--sky-blue); border: 2px solid rgba(13, 107, 138, 0.4); }
    textarea.textarea--tall { height: 100px; min-height: 100px; }
    .form-group { margin-bottom: 20px; }
    .form-actions { text-align: center; }
    .form-actions .btn { padding: 16px 70px; font-size: 24px;}
    #docForm .form-actions .btn { border: none; }
    .footer-inner { text-align: center; padding: 20px; font-size: 14px; }
    .phone-sp { display: none; }
    .phone-link { color: inherit; text-decoration: none; }

    /* --- Responsive --- */
    @media (max-width: 980px) {
      .hero {
        height: 100%;
      }
      .hero .container {
        padding: 0 16px;
      }
      .hero-card {
        flex-wrap: wrap;
        padding: 28px 0 0px;
      }
      .hero-main {
        flex: 1 1 100%;
        min-width: 0;
        max-width: none;
        display: flex;
        flex-direction: column;
      }
      .hero .eyebrow { align-self: flex-start; }
      .hero-cta { order: 1; justify-content: flex-start; flex-wrap: wrap; gap: 8px; }
      .hero-copy { order: 2; }
      .hero-visual-wrap {
        flex: 1 1 100%;
        min-width: 0;
      }
      .hero-visual img {
        max-width: min(360px, 90vw);
      }
      .hero-side-badge {
        position: static;
        width: auto;
        height: auto;
        color: #fcd670;
        min-width: unset;
        margin: 0 0 24px;
        padding: 0;
        border-radius: 0;
        background: none;
        box-shadow: none;
        display: block;
        text-align: center;
      }
      .hero-side-badge span {
        display: inline;
      }
      .hero-side-badge .hero-side-percent {
        font-size: 30px;
        font-weight: 900;
      }
      .hero-side-badge .hero-side-caption {
        margin-top: 0;
      }

      /* .effect-card-visual img {
        height: 500px;
    } */

      .selected-grid, .effect-grid, .pricing-merits { grid-template-columns: 1fr; }
      .problem-grid { grid-template-columns: 1fr; }
      .price-equation { gap: 30px; }
      .price-op { transform: rotate(90deg); margin: 10px 0; }
      .top-actions .phone { display: none; }
      .phone-sp {
        display: block;
        text-align: center;
        margin-top: 16px;
        margin-bottom: 16px;
        font-size: 22px;
        color: #fcd670;
        text-align: left;
      }
      .phone-sp .phone-sp-tel { font-weight: 700; }
      .phone-sp .phone-link { font-size: 26px; font-weight: 900; color: #fcd670; }
      .company-grid { grid-template-columns: 1fr; }
      .carousel-nav-btn { min-width: 44px; min-height: 44px; width: 44px; height: 44px; font-size: 22px; flex-shrink: 0; }
      .carousel-nav { padding: 0 8px; }
      .carousel {
        grid-auto-columns: 100%;
        gap: 12px;
        padding: 0 52px 20px;
        scroll-padding: 0 52px;
      }
      .tool-card-points { grid-template-columns: 1fr; }
      .carousel-hint { display: none; }
      .tool-card-metric {
      font-size: 20px;
    }
    .plan-price-new {
      font-size: 39px;
    }

    .hero-visual {
    position: absolute;
    top: -367px;
    left: 230px;
}
    }
    @media (max-width: 950px) {
      .pricing-layout-drawer {
        position: static;
        width: 100%;
        height: auto;
        background: none;
        transform: none;
        left: auto;
        top: auto;
        padding: 12px 0 0;
        margin-bottom: 8px;
        font-size: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        animation: none;
      }
    }
    @media (max-width: 767px) {
      .sp-br { display: block; }
      .br-sp { display: block; }
      .pricing-layout-cards {
        margin-top: 0;
      }

      .effect-card:last-child .effect-card-visual img {
    padding-top: 0px;
}

.hero-visual {
    position: absolute;
    top: -367px;
    left: 142px;
}

.hero-card {
        gap: 20px;
    }

th.focus {
    font-size: 24px;
}

.effect-card:first-child .effect-card-visual img {
    padding-bottom: 0px;
}

.hero .highlight {
    font-size: 35px;
}

.hero-copy {
    font-size: 16px;
    margin-bottom: 10px;
}

.lead--roadmap {
    margin: 0 auto 48px;
}

.effect-card-visual {
    margin-bottom: 20px;
    margin-left: 16px;
        margin-right: 16px;
}

      .section--pricing-layout .pricing-layout-cta {
    padding: 14px 26px;
    font-size: 16px;
    }

    .form-actions .btn {
    padding: 16px 35px;
    font-size: 16px;
    
    
}

/* .effect-card-visual img {
        height: 190px;
    } */


.pricing-layout-price {
      font-size: 30px;
    }

.hero-cta {
        gap: 8px;
        width: 70%;
        margin: 0 auto;
        margin-left: inherit;
        margin-bottom: 24px;
    }

.hero-cta .btn--hero-primary {
        padding: 16px 24px;
        font-size: 16px;

    }

    .comparison-cta-wrap .btn { font-size: 16px; padding: 14px 26px; }

    .form-wrap {
      padding: 32px;
    }

    .problem-cta-wrap .btn {
      font-size: 16px;
      padding: 16px 70px;
}



.comparison-wrap {
    background: none;
    border-radius: 0px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: none;
    padding: var(--padding);
    padding: 0px 0px;
    border: none;
}

.selected-grid {
    gap: 20px;
}

.problem-grid {
    gap: 20px;
}


    .effect-grid {
    gap: 20px;
}

.faq-item {
    margin-bottom: 20px;
}

.problem-cta-wrap {
    margin-top: 32px;
}

.pricing-layout-price:not(.pricing-layout-price--large) {
      margin-top: 0px;
      font-size: 24px;
    }

    }

    @media (max-width: 600px) {

.selected-badges {
    margin-top: 0px;
}

.step .time {
    margin-left: 6px;
}

.step-meta {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.step .num {
        margin: 0;
    }
  }
    @media (max-width: 600px) {
      .pricing-merits { flex-direction: column; }
      .step { grid-template-columns: 1fr; text-align: center; padding: 15px; }
      .grid-2 { grid-template-columns: 1fr; }
    }
    @media (max-width: 450px) {
      /* .topbar { height: 56px; } */
      .top-actions .btn { padding: 6px 10px; font-size: 14px; min-height: 32px; }
      .brand .logo { font-size: 20px; }
      .brand .tag { font-size: 9px; }
      .hero-cta .btn { padding: 10px 20px; font-size: 13px; width: 164px; }
      .hero-cta .btn--hero-primary { padding: 10px 20px; font-size: 13px; }
      .hero-cta { gap: 8px; width: 70%; margin-left: inherit; margin-bottom: 24px;}
      .btn--pricing-cta { font-size: 15px; padding: 12px 24px; }
      .form-actions .btn { padding: 14px 26px; font-size: 16px; }
      .problem-cta-wrap .btn { padding: 16px 20px; font-size: 16px; }
      .hero-visual {
    position: absolute;
    top: -367px;
    left: 50px;
}

.brand {
    margin-top: 8px;
}
    }

    @media (max-width: 330px) {
      .hero-visual {
    position: absolute;
    top: -367px;
    left: 25px;
}
    }

    /* --- Form Validation & Modal --- */
    .required-mark {
      color: #e74c3c;
      font-weight: bold;
    }
    /* .error-message {
      display: block;
      color: #e74c3c;
      font-size: 12px;
      margin-top: 4px;
      min-height: 18px;
    } */
    input.input-error,
    select.input-error,
    textarea.input-error {
      border-color: #e74c3c;
      background: #fef5f5;
    }

    /* Modal Overlay */
    .modal-overlay {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(61, 58, 54, 0.7);
      z-index: 2000;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 20px;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s ease, visibility 0.3s ease;
    }
    .modal-overlay.is-active {
      opacity: 1;
      visibility: visible;
    }
    .modal-overlay[hidden] {
      display: none;
    }

    /* Modal Content */
    .modal-content {
      background: var(--white);
      border-radius: 8px;
      max-width: 600px;
      width: 100%;
      max-height: 90vh;
      overflow-y: auto;
      box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
      position: relative;
      transform: translateY(20px);
      transition: transform 0.3s ease;
    }
    .modal-overlay.is-active .modal-content {
      transform: translateY(0);
    }
    .modal-content--complete {
      text-align: center;
      padding: 40px;
    }

    .modal-close {
      position: absolute;
      top: 16px;
      right: 16px;
      width: 36px;
      height: 36px;
      border: none;
      background: #f0f0f0;
      border-radius: 50%;
      font-size: 24px;
      line-height: 1;
      cursor: pointer;
      color: #666;
      transition: all 0.2s ease;
    }
    .modal-close:hover {
      background: var(--brand-blue);
      color: var(--white);
    }

    .modal-title {
      font-size: 22px;
      font-weight: 900;
      color: var(--brand-blue);
      text-align: center;
      padding: 24px 24px 0;
      margin: 0;
    }
    .modal-lead {
      text-align: center;
      color: var(--text-dark);
      font-size: 14px;
      padding: 12px 24px 0;
      margin: 0;
    }
    .modal-lead-confirm {
      text-align: center;
      color: var(--text-dark);
      font-size: 14px;
      padding: 0 24px 20px 24px;
      margin: 0;
    }
    .modal-confirm-data {
      padding: 20px 24px;
    }
    .confirm-list {
      margin: 0;
      padding: 0;
      background: #f8f9fa;
      border-radius: 8px;
      border: 1px solid #e8ebe8;
    }
    .confirm-list dt {
      padding: 12px 16px 4px;
      font-size: 12px;
      font-weight: 700;
      color: var(--text-blue);
      border-top: 1px solid #e8ebe8;
    }
    .confirm-list dt:first-child {
      border-top: none;
    }
    .confirm-list dd {
      margin: 0;
      padding: 0 16px 12px;
      font-size: 15px;
      color: var(--text-dark);
      word-break: break-word;
    }

    .modal-actions {
      display: flex;
      gap: 12px;
      justify-content: center;
      padding: 0 24px 24px;
    }
    .modal-btn-back {
      background: #f0f0f0;
      color: #666;
      border: 1px solid #ddd;
      padding: 12px 24px;
      font-size: 14px;
    }
    .modal-btn-back:hover {
      background: #e0e0e0;
      color: #333;
    }
    .modal-btn-submit {
      padding: 12px 32px;
      font-size: 16px;
    }

    .complete-icon {
      width: 80px;
      height: 80px;
      margin: 0 auto 20px;
      background: linear-gradient(135deg, var(--brand-blue), #3a9eb5);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 40px;
      color: var(--white);
    }

    /* Sending state */
    .btn.is-sending {
      pointer-events: none;
      opacity: 0.7;
    }
    .btn.is-sending::after {
      content: "";
      display: inline-block;
      width: 16px;
      height: 16px;
      margin-left: 8px;
      border: 2px solid transparent;
      border-top-color: currentColor;
      border-radius: 50%;
      animation: spin 0.8s linear infinite;
    }
    @keyframes spin {
      to { transform: rotate(360deg); }
    }

    @media (max-width: 600px) {
      .modal-content {
        max-height: 85vh;
      }
      .modal-actions {
        flex-direction: column;
      }
      .modal-btn-back,
      .modal-btn-submit {
        width: 100%;
      }
    }


    .floating-request-btn.is-visible {
      opacity: 1;
      pointer-events: auto;
      transform: translateY(0);
    }
    .btn.request.floating-request-btn {
      border-radius: 0px;
      padding: 26px 34px 44px 34px;
      font-size: 36px;
      display: flow;
      box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
      position: fixed;
      right: 16px;
      line-height: 1.2;
      bottom: 80px;
      z-index: 1000;
      transition: opacity 0.45s ease, transform 0.45s ease, box-shadow 0.25s ease;
    }
    .btn.request.floating-request-btn:hover {
      transform: translateY(-4px) scale(1.03);
      box-shadow: 0 14px 30px rgba(0, 0, 0, 0.3);
    }
    .btn.request.floating-request-btn.is-clicked {
      transform: translateY(-6px) scale(1.06);
      box-shadow: 0 18px 36px rgba(0, 0, 0, 0.35);
    }
    .floating-request-btn .floating-request-label { font-size: 18px; font-weight: 600; }
    .btn.request.floating-request-btn::after {
      content: "";
      position: absolute;
      bottom: -18px;
      right: 20px;
      border-left: 24px solid transparent;
      border-right: 0px solid transparent;
      border-top: 24px solid #fbc34d;
    }
    .btn.request.floating-request-btn:hover::after {
      border-top-color: #ffe09f;
    }
    @media (max-width: 980px) {
      .floating-request-btn,
      .btn.request.floating-request-btn {
        right: 16px;
        bottom: 30px;
      }
      .btn.request.floating-request-btn {
        font-size: 20px;
        padding: 16px 8px 24px 16px;
      }
      .floating-request-btn .floating-request-label { font-size: 16px; }
    }
  </style>
