.spec-hero {
    background: linear-gradient(90deg, #680eda 0%, #b072fe 100%);
    padding: 56px 60px;
  }
  .spec-breadcrumb { font-family: "Space Grotesk", sans-serif; font-size: 14px; margin-bottom: 16px; }
  .spec-breadcrumb a { color: rgba(255,255,255,0.75); }
  .spec-breadcrumb a:hover { color: #fff; }
  .spec-breadcrumb span { color: rgba(255,255,255,0.5); margin: 0 8px; }
  .spec-breadcrumb .current { color: #fff; }
  .spec-hero .eyebrow { font-family: "Space Grotesk", sans-serif; font-weight: 500; font-size: 18px; color: #f0e2ff; margin-bottom: 12px; }
  .spec-hero h1 { font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: 42px; color: #fff; margin: 0 0 16px; max-width: 900px; }
  .spec-hero p { font-family: "Space Grotesk", sans-serif; font-size: 18px; line-height: 30px; color: #f0e2ff; max-width: 820px; margin: 0; }

  .spec-block { padding: 80px 0; }
  .spec-block.alt { background: #faf9f8; }
  .spec-block-inner { max-width: 1200px; margin: 0 auto; padding: 0 60px; }
  .spec-block-head { display: flex; align-items: center; gap: 12px; margin-bottom: 28px; }
  .spec-num { font-family: "Space Grotesk", sans-serif; font-weight: 600; font-size: 14px; color: #680eda; background: #f0e8ff; border-radius: 50px; padding: 5px 14px; flex-shrink: 0; }
  .spec-block h2 { font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: 30px; color: #1f1f1f; margin: 0; }
  .lede { font-family: "Space Grotesk", sans-serif; font-size: 18px; line-height: 30px; color: #5c5c5c; margin: 0 0 24px; max-width: 920px; }
  .lede:last-child { margin-bottom: 0; }
  .lede .accent { color: #680eda; font-weight: 700; }

  .spec-intro { display: flex; gap: 44px; align-items: flex-start; margin-bottom: 36px; }
  .spec-intro-text { flex: 1 1 0; min-width: 0; padding-top: 6px; }
  .spec-intro-text .lede { margin-bottom: 16px; max-width: none; }
  .spec-intro-text .lede:last-child { margin-bottom: 0; }

  .spec-image {
    flex-shrink: 0;
    width: 440px;
    height: 440px;
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(104, 14, 218, 0.14), 0 4px 14px rgba(0, 0, 0, 0.06);
    overflow: hidden;
  }
  .spec-image svg { display: block; width: 100%; height: 100%; }

  @media (max-width: 1100px) {
    .spec-image { width: 360px; height: 360px; }
  }
  @media (max-width: 900px) {
    .spec-intro { flex-direction: column; align-items: stretch; }
    .spec-image { width: 100%; max-width: 420px; height: auto; aspect-ratio: 1 / 1; margin: 0 auto; }
  }

  .category-panel {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  }
  .category-panel-label { font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: 16px; color: #1a1a1a; margin: 0 0 16px; }
  .category-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 24px; }
  .category-list li { display: flex; align-items: center; gap: 10px; font-family: "Space Grotesk", sans-serif; font-weight: 500; font-size: 16px; color: #1f1f1f; padding: 5px 0; }
  .category-list img { width: 20px; height: 20px; flex-shrink: 0; }

  .service-columns {
    column-count: 3;
    column-gap: 32px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .service-columns li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    break-inside: avoid;
    font-family: "Space Grotesk", sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: #3d3d3d;
    padding: 6px 0;
  }
  .service-columns img { width: 18px; height: 18px; flex-shrink: 0; margin-top: 3px; }
  .service-columns li.svc-hidden { display: none; }
  .service-columns.expanded li.svc-hidden { display: flex; }

  .services-toggle { margin-top: 24px; }
  .services-toggle button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #680eda;
  }
  .services-toggle button:hover { color: #390878; }
  .services-toggle button .chev { width: 16px; height: 16px; transition: transform 0.2s ease; flex-shrink: 0; }
  .services-toggle button.is-expanded .chev { transform: rotate(180deg); }

  .review-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 24px; }
  .review-card {
    background: #fff;
    border-radius: 15px;
    padding: 28px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
  }
  .review-card:hover { transform: translateY(-5px); }
  .review-card .quote-icon { width: 22px; height: 22px; color: #680eda; margin-bottom: 12px; }
  .review-card p { font-family: "Space Grotesk", sans-serif; font-size: 16px; line-height: 26px; color: #333; margin: 0 0 12px; }
  .review-card .who { font-family: "Space Grotesk", sans-serif; font-size: 13px; font-weight: 500; color: #6b7280; }

  .website-checklist { list-style: none; padding: 0; margin: 0 0 24px !important; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 24px; }
  .website-checklist li { display: flex; align-items: center; gap: 10px; font-family: "Space Grotesk", sans-serif; font-weight: 500; font-size: 17px; color: #1f1f1f; }
  .website-checklist img { width: 22px; height: 22px; flex-shrink: 0; }

  .website-examples { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 0; margin-bottom: 24px; }
  .related-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin-top: 0; margin-bottom: 24px; }
  .eg-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 28px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.04);
    transition: all 0.3s;
  }
  .eg-card:hover { box-shadow: 0 8px 30px rgba(104, 14, 218, 0.12), 0 2px 8px rgba(0, 0, 0, 0.06); transform: translateY(-2px); }
  .eg-icon { width: 44px; height: 44px; border-radius: 12px; background: #f3eafd; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
  .eg-icon svg { width: 22px; height: 22px; color: #680eda; }
  .eg-card h3 { font-family: "Space Grotesk", sans-serif; font-size: 16px; font-weight: 700; color: #1a1a1a; margin: 0 0 8px; }
  .eg-card p { font-family: "Space Grotesk", sans-serif; font-size: 14px; color: #6b7280; line-height: 1.6; margin: 0; }
  a.eg-card { text-decoration: none; color: inherit; display: block; }

  .post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 0; margin-bottom: 24px; }
  .post-card {
    background: #F5F0FB;
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: 0.3s ease-in-out;
  }
  .post-card:hover { transform: translateY(-5px); }
  .post-icon { background: linear-gradient(135deg, #8e2de2, #4a00e0); width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; border-radius: 12px; margin-bottom: 16px; }
  .post-icon svg { width: 22px; height: 22px; color: #fff; }
  .post-card h3 { font-family: "Space Grotesk", sans-serif; color: #680eda; font-weight: 700; font-size: 17px; margin: 0 0 8px; }
  .post-card p { font-family: "Space Grotesk", sans-serif; font-size: 14px; line-height: 22px; color: #5c5c5c; margin: 0; }

  .spec-back { padding: 40px 60px 64px; max-width: 1200px; margin: 0 auto; }
  .spec-back a { font-family: "Space Grotesk", sans-serif; font-weight: 500; font-size: 15px; color: #680eda; }
  .spec-back a:hover { color: #390878; }

  @media (max-width: 992px) {
    .service-columns { column-count: 2; }
    .category-list { grid-template-columns: 1fr; }
    .review-grid { grid-template-columns: 1fr; }
    .website-examples { grid-template-columns: 1fr; }
    .post-grid { grid-template-columns: 1fr 1fr; }
  }
  @media (max-width: 768px) {
    .spec-hero, .spec-back { padding-left: 24px; padding-right: 24px; }
    .spec-block-inner { padding-left: 24px; padding-right: 24px; }
    .spec-block { padding: 56px 0; }
    .spec-hero h1 { font-size: 30px; }
    .spec-block h2 { font-size: 24px; }
    .service-columns { column-count: 1; }
    .category-panel { padding: 22px; }
    .website-checklist { grid-template-columns: 1fr; }
    .website-examples, .post-grid { grid-template-columns: 1fr; }
  }