/* VIGOR Shop marketing pages on vigorhk.cc (Commerce / Pricing) */
:root {
  --hairline: rgba(15, 23, 42, 0.1);
}


    .cm-hero {
      padding: calc(var(--nav-h) + 48px) 0 56px;
    }
    .cm-hero-grid {
      display: grid;
      gap: 36px;
      align-items: center;
    }
    @media (min-width: 960px) {
      .cm-hero-grid {
        grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
        gap: 48px;
      }
    }
    .cm-hero h1 {
      font-size: clamp(1.85rem, 4.2vw, 3rem);
      font-weight: 800;
      letter-spacing: -0.03em;
      line-height: 1.18;
      margin: 0;
    }
    .cm-hero h1 em {
      font-style: normal;
      color: var(--color-primary);
    }
    .cm-hero-lead {
      margin: 18px 0 0;
      color: var(--color-text-muted);
      font-size: 1.02rem;
      line-height: 1.7;
      max-width: 40rem;
    }
    .cm-hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 28px;
    }
    .cm-pill-row {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 22px;
    }
    .cm-pill {
      display: inline-flex;
      align-items: center;
      padding: 6px 12px;
      border-radius: 999px;
      border: 1px solid var(--hairline);
      background: #fff;
      font-size: 0.78rem;
      font-weight: 700;
      color: var(--color-text-muted);
    }

    .cm-hero-visual {
      display: grid;
      grid-template-columns: 1.2fr 0.8fr;
      grid-template-rows: 1fr 1fr;
      gap: 12px;
      min-height: 340px;
    }
    .cm-hero-visual figure {
      margin: 0;
      position: relative;
      overflow: hidden;
      border-radius: var(--radius);
      background: var(--color-bg-alt);
      border: 1px solid var(--hairline);
    }
    .cm-hero-visual figure:first-child {
      grid-row: 1 / span 2;
    }
    .cm-hero-visual img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
    .cm-cap {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 10px 12px;
      font-size: 0.72rem;
      font-weight: 700;
      letter-spacing: 0.04em;
      color: #fff;
      background: linear-gradient(transparent, rgba(20, 22, 31, 0.72));
    }

    .cm-section { padding: 64px 0; }
    .cm-section.alt { background: rgba(245, 246, 250, 0.72); }
    .cm-section-head {
      max-width: 40rem;
      margin: 0 auto 36px;
      text-align: center;
    }
    .cm-section-head .eyebrow { margin-bottom: 12px; }
    .cm-section-head h2 {
      margin: 0;
      font-size: clamp(1.45rem, 2.6vw, 2rem);
      font-weight: 800;
      letter-spacing: -0.02em;
      line-height: 1.25;
    }
    .cm-section-head p {
      margin: 12px auto 0;
      color: var(--color-text-muted);
      font-size: 0.98rem;
      line-height: 1.65;
    }

    .cm-grid-2,
    .cm-grid-3,
    .cm-grid-4 {
      display: grid;
      gap: 16px;
    }
    @media (min-width: 700px) {
      .cm-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .cm-grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    }
    @media (min-width: 960px) {
      .cm-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
      .cm-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    }

    .cm-card {
      background: #fff;
      border: 1px solid var(--hairline);
      border-radius: var(--radius);
      overflow: hidden;
      height: 100%;
      display: flex;
      flex-direction: column;
    }
    .cm-card-media {
      margin: 0;
      aspect-ratio: 16 / 10;
      overflow: hidden;
      background: var(--color-bg-alt);
      position: relative;
    }
    .cm-card-media img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
    .cm-card-body { padding: 20px 18px 22px; }
    .cm-card h3 {
      margin: 0 0 8px;
      font-size: 1.05rem;
      font-weight: 800;
      letter-spacing: -0.01em;
    }
    .cm-card p {
      margin: 0;
      color: var(--color-text-muted);
      font-size: 0.9rem;
      line-height: 1.6;
    }
    .cm-card a.more {
      display: inline-block;
      margin-top: 14px;
      font-size: 0.85rem;
      font-weight: 700;
      color: var(--color-primary);
    }
    .cm-card-note {
      display: block;
      margin-top: 10px;
      font-size: 0.75rem;
      color: var(--color-text-muted);
      letter-spacing: 0.02em;
    }

    .cm-feature {
      display: grid;
      gap: 20px;
      align-items: center;
    }
    @media (min-width: 880px) {
      .cm-feature {
        grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
        gap: 40px;
      }
      .cm-feature.reverse { grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); }
      .cm-feature.reverse .cm-feature-copy { order: 2; }
      .cm-feature.reverse .cm-feature-visual { order: 1; }
    }
    .cm-feature-copy h3 {
      margin: 0 0 10px;
      font-size: clamp(1.2rem, 2vw, 1.45rem);
      font-weight: 800;
    }
    .cm-feature-copy p {
      margin: 0;
      color: var(--color-text-muted);
      font-size: 0.95rem;
      line-height: 1.65;
    }
    .cm-feature-copy ul {
      margin: 16px 0 0;
      padding-left: 1.1rem;
      color: var(--color-text-muted);
      font-size: 0.9rem;
      line-height: 1.55;
      display: grid;
      gap: 8px;
    }
    .cm-feature-copy li strong { color: var(--color-text); }
    .cm-feature-copy a.more {
      display: inline-block;
      margin-top: 16px;
      font-size: 0.85rem;
      font-weight: 700;
      color: var(--color-primary);
    }
    .cm-feature-visual {
      margin: 0;
      border-radius: var(--radius);
      overflow: hidden;
      border: 1px solid var(--hairline);
      background: #fff;
      box-shadow: var(--shadow-soft);
    }
    .cm-feature-visual img {
      width: 100%;
      aspect-ratio: 4 / 3;
      object-fit: cover;
      display: block;
    }
    .cm-feature-visual figcaption {
      padding: 12px 16px 14px;
      font-size: 0.82rem;
      color: var(--color-text-muted);
      line-height: 1.45;
      border-top: 1px solid var(--hairline);
    }
    .cm-feature-visual figcaption strong {
      display: block;
      color: var(--color-text);
      font-size: 0.88rem;
      margin-bottom: 4px;
    }

    .cm-stack { display: grid; gap: 56px; }

    .cm-shot-row {
      display: grid;
      gap: 12px;
      grid-template-columns: 1fr;
      margin-top: 8px;
    }
    @media (min-width: 720px) {
      .cm-shot-row { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    }
    .cm-shot {
      margin: 0;
      border-radius: var(--radius);
      overflow: hidden;
      border: 1px solid var(--hairline);
      background: #fff;
    }
    .cm-shot img {
      width: 100%;
      aspect-ratio: 1;
      object-fit: cover;
      display: block;
    }
    .cm-shot figcaption {
      padding: 10px 12px 12px;
      font-size: 0.78rem;
      color: var(--color-text-muted);
      line-height: 1.4;
    }
    .cm-shot figcaption strong {
      display: block;
      color: var(--color-text);
      font-size: 0.84rem;
      margin-bottom: 2px;
    }

    .cm-quote {
      background: #fff;
      border: 1px solid var(--hairline);
      border-radius: var(--radius);
      padding: 24px 22px;
      height: 100%;
    }
    .cm-quote p {
      margin: 0;
      font-size: 0.95rem;
      line-height: 1.65;
      color: var(--color-text);
    }
    .cm-quote cite {
      display: block;
      margin-top: 16px;
      font-style: normal;
      font-size: 0.8rem;
      font-weight: 700;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      color: var(--color-text-muted);
    }

    .cm-cta-wrap {
      position: relative;
      border-radius: var(--radius);
      overflow: hidden;
      border: 1px solid var(--hairline);
    }
    .cm-cta-wrap > img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: brightness(0.38);
    }
    .cm-cta {
      position: relative;
      padding: 56px 28px;
      text-align: center;
      color: #fff;
    }
    .cm-cta h2 {
      margin: 0;
      font-size: clamp(1.4rem, 2.6vw, 1.95rem);
      font-weight: 800;
      letter-spacing: -0.02em;
    }
    .cm-cta p {
      margin: 12px auto 0;
      max-width: 34rem;
      color: rgba(255,255,255,0.82);
      font-size: 0.98rem;
      line-height: 1.6;
    }
    .cm-cta-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      justify-content: center;
      margin-top: 24px;
    }
    .cm-cta .btn-ghost {
      border-color: rgba(255,255,255,0.45);
      color: #fff;
    }
    .cm-cta .btn-ghost:hover {
      border-color: #fff;
      color: #fff;
    }
    .cm-footer {
      padding: 28px 0 48px;
      font-size: 0.82rem;
      color: var(--color-text-muted);
      text-align: center;
    }
    .cm-footer a { color: var(--color-primary); font-weight: 600; }

    .cm-msg-grid {
      display: grid;
      gap: 16px;
    }
    @media (min-width: 800px) {
      .cm-msg-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    }
    .cm-msg-card {
      background: #fff;
      border: 1px solid var(--hairline);
      border-radius: var(--radius);
      padding: 26px 22px;
    }
    .cm-msg-card h3 {
      margin: 0 0 12px;
      font-size: 1.12rem;
      font-weight: 800;
    }
    .cm-msg-card p {
      margin: 0 0 10px;
      color: var(--color-text-muted);
      font-size: 0.92rem;
      line-height: 1.65;
    }
    .cm-msg-card ul {
      margin: 12px 0 0;
      padding-left: 1.1rem;
      color: var(--color-text-muted);
      font-size: 0.9rem;
      line-height: 1.55;
      display: grid;
      gap: 8px;
    }
    .cm-msg-card li strong { color: var(--color-text); }

    .cm-consult {
      border-radius: var(--radius);
      overflow: hidden;
      background: linear-gradient(165deg, #7ec8c0 0%, #3aa8b5 42%, #2f6bb5 100%);
      padding: 36px 20px 40px;
    }
    @media (min-width: 880px) {
      .cm-consult {
        display: grid;
        grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
        gap: 28px;
        align-items: center;
        padding: 44px 40px;
      }
    }
    .cm-consult-copy {
      color: #fff;
      padding: 8px 8px 20px;
    }
    .cm-consult-copy h2 {
      margin: 0;
      font-size: clamp(1.35rem, 2.4vw, 1.85rem);
      font-weight: 800;
      letter-spacing: -0.02em;
      line-height: 1.3;
    }
    .cm-consult-copy p {
      margin: 12px 0 0;
      font-size: 0.98rem;
      line-height: 1.6;
      color: rgba(255,255,255,0.92);
    }
    .cm-consult-form {
      background: transparent;
      display: grid;
      gap: 12px;
      max-width: 460px;
      margin: 0 auto;
      width: 100%;
    }
    .cm-consult-form label {
      display: block;
      font-size: 0;
    }
    .cm-consult-form input,
    .cm-consult-form select {
      width: 100%;
      box-sizing: border-box;
      appearance: none;
      border: 0;
      border-radius: 10px;
      padding: 14px 16px;
      font: inherit;
      font-size: 0.95rem;
      color: #14161f;
      background: #fff;
    }
    .cm-consult-form select {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23667085' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right 14px center;
      padding-right: 36px;
    }
    .cm-consult-form input::placeholder { color: #98a2b3; }
    .cm-consult-form button[type="submit"] {
      margin-top: 4px;
      width: 100%;
      border: 0;
      border-radius: 10px;
      padding: 15px 18px;
      font: inherit;
      font-size: 1rem;
      font-weight: 800;
      color: #fff;
      background: #1e4f9c;
      cursor: pointer;
    }
    .cm-consult-form button[type="submit"]:hover { background: #173f7d; }
    .cm-consult-form button[type="submit"]:disabled { opacity: 0.65; cursor: wait; }
    .cm-consult-err,
    .cm-consult-ok {
      margin: 0;
      font-size: 0.88rem;
      line-height: 1.45;
      text-align: center;
    }
    .cm-consult-err { color: #ffe0e0; }
    .cm-consult-ok { color: #e8fff4; }
    .cm-consult-err.hidden,
    .cm-consult-ok.hidden { display: none; }
  

/* pricing */

    .px-hero { padding: calc(var(--nav-h) + 48px) 0 28px; text-align: center; }
    .px-hero h1 {
      margin: 0; font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
      letter-spacing: -0.03em; line-height: 1.15;
    }
    .px-hero p { margin: 14px auto 0; max-width: 36rem; color: var(--color-text-muted); line-height: 1.65; }
    .px-badge {
      display: inline-flex; margin-bottom: 14px; padding: 4px 12px; border-radius: 999px;
      background: rgba(20,184,166,.12); color: #0f766e; font-size: .78rem; font-weight: 700;
    }
    .px-grid {
      display: grid; gap: 18px; padding: 24px 0 72px;
      grid-template-columns: 1fr;
    }
    @media (min-width: 900px) {
      .px-grid { grid-template-columns: repeat(3, 1fr); align-items: stretch; }
    }
    .px-card {
      position: relative; display: flex; flex-direction: column; gap: 14px;
      padding: 24px 22px; border-radius: 16px; border: 1px solid var(--hairline);
      background: #fff; box-shadow: 0 8px 28px rgba(15,23,42,.04);
    }
    .px-card.is-hot {
      border-color: rgba(20,184,166,.45);
      box-shadow: 0 12px 36px rgba(20,184,166,.14);
      transform: translateY(-4px);
    }
    .px-card .hot {
      position: absolute; top: -10px; left: 50%; transform: translateX(-50%);
      background: #0f766e; color: #fff; font-size: .72rem; font-weight: 700;
      padding: 4px 10px; border-radius: 999px; white-space: nowrap;
    }
    .px-card h2 { margin: 0; font-size: 1.35rem; font-weight: 800; }
    .px-card .tag { margin: 0; color: var(--color-text-muted); font-size: .88rem; }
    .px-price { display: flex; align-items: baseline; gap: 6px; margin-top: 4px; }
    .px-price strong { font-size: 2.1rem; font-weight: 800; letter-spacing: -0.03em; }
    .px-price span { color: var(--color-text-muted); font-size: .9rem; }
    .px-card ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; flex: 1; }
    .px-card li {
      position: relative; padding-left: 22px; font-size: .9rem; line-height: 1.45; color: #334155;
    }
    .px-card li:before {
      content: "✓"; position: absolute; left: 0; top: 0; color: #0f766e; font-weight: 800;
    }
    .px-card .cta {
      display: inline-flex; justify-content: center; align-items: center;
      margin-top: 8px; padding: 12px 16px; border-radius: 10px; font-weight: 700;
      text-decoration: none; border: 0; cursor: pointer; width: 100%; font-size: .95rem;
      background: #0f172a; color: #fff;
    }
    .px-card.is-hot .cta { background: #0f766e; }
    .px-card .cta:disabled { opacity: .55; cursor: wait; }
    .px-card .cta.ghost { background: #fff; color: #0f172a; border: 1px solid #cbd5e1; }
    .px-note {
      text-align: center; padding: 0 0 64px; color: var(--color-text-muted); font-size: .88rem; line-height: 1.6;
    }
    .px-note a { color: #0f766e; font-weight: 600; }
    .px-msg {
      max-width: 640px; margin: 0 auto 16px; padding: 10px 14px; border-radius: 10px;
      background: #ecfdf5; color: #065f46; font-size: .88rem; text-align: center;
    }
    .px-msg.warn { background: #fff7ed; color: #9a3412; }
  