/*
Theme Name: Insand.my
Theme URI: https://insand.my
Author: Insand.my
Description: 域名托管、网页设计、AI 自动化 — 一站式数字化解决方案
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: insand
*/

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

    :root {
      --bg:          #080810;
      --surface:     #0f0f1a;
      --surface-2:   #16162a;
      --surface-3:   #1c1c32;
      --p1:          #a855f7;
      --p2:          #7c3aed;
      --p3:          #6d28d9;
      --p-light:     #c084fc;
      --p-xlight:    #e9d5ff;
      --p-glow:      rgba(168,85,247,0.2);
      --p-border:    rgba(168,85,247,0.2);
      --p-border-2:  rgba(168,85,247,0.08);
      --white:       #ffffff;
      --white-2:     #c4c0d8;
      --white-3:     #7a7590;
      --white-4:     #3d3a50;
      --radius:      12px;
      --radius-sm:   8px;
      --radius-full: 100px;
    }

    html { scroll-behavior: smooth; }

    body {
      font-family: 'Space Grotesk', 'Noto Sans SC', 'PingFang SC', 'Microsoft YaHei', sans-serif;
      background: var(--bg);
      color: var(--white);
      font-size: 16px;
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
      overflow-x: hidden;
    }

    /* grid overlay */
    body::after {
      content: '';
      position: fixed; inset: 0; z-index: 0; pointer-events: none;
      background-image:
        linear-gradient(rgba(168,85,247,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(168,85,247,0.03) 1px, transparent 1px);
      background-size: 60px 60px;
    }

    .container { max-width: 1100px; margin: 0 auto; padding: 0 2rem; position: relative; z-index: 1; }

    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(20px); }
      to   { opacity: 1; transform: translateY(0); }
    }
    @keyframes blink {
      0%,100% { opacity: 1; } 50% { opacity: 0; }
    }
    @keyframes scan {
      0%   { transform: translateY(-100%); }
      100% { transform: translateY(400%); }
    }
    @keyframes rotateGlow {
      from { transform: rotate(0deg); }
      to   { transform: rotate(360deg); }
    }
    .fu  { animation: fadeUp 0.65s cubic-bezier(0.22,1,0.36,1) both; }
    .d1  { animation-delay: 0.08s; }
    .d2  { animation-delay: 0.18s; }
    .d3  { animation-delay: 0.28s; }
    .d4  { animation-delay: 0.42s; }
    .d5  { animation-delay: 0.56s; }

    /* ── NAV ── */
    nav {
      position: sticky; top: 0; z-index: 100;
      background: rgba(8,8,16,0.85);
      backdrop-filter: blur(16px);
      border-bottom: 1px solid var(--p-border-2);
    }
    .nav-inner {
      display: flex; justify-content: space-between; align-items: center;
      padding: 1rem 0;
    }
    .logo {
      font-family: 'Epilogue', 'Noto Sans SC', 'PingFang SC', sans-serif;
      font-size: 18px; font-weight: 900;
      color: var(--white); text-decoration: none;
      letter-spacing: -0.5px;
      display: flex; align-items: center; gap: 10px;
    }
    .logo-mark {
      width: 28px; height: 28px;
      background: var(--p2);
      border-radius: 6px;
      display: flex; align-items: center; justify-content: center;
      font-size: 14px; font-weight: 900; color: var(--white);
      flex-shrink: 0;
    }
    .nav-links { display: flex; align-items: center; gap: 2rem; }
    .nav-links a {
      font-size: 14px; font-weight: 400; color: var(--white-3);
      text-decoration: none; transition: color 0.2s; letter-spacing: -0.2px;
    }
    .nav-links a:hover { color: var(--white); }
    .nav-cta {
      font-size: 13px; font-weight: 600;
      background: var(--p2); color: var(--white);
      padding: 8px 20px; border-radius: var(--radius-sm);
      text-decoration: none; letter-spacing: -0.2px;
      transition: background 0.2s, transform 0.2s;
    }
    .nav-cta:hover { background: var(--p1); transform: translateY(-1px); }
    .nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 4px; }
    .nav-toggle span { display: block; width: 20px; height: 1.5px; background: var(--white-2); margin: 5px 0; }

    /* ── HERO ── */
    .hero {
      padding: 7rem 0 6rem;
      border-bottom: 1px solid var(--p-border-2);
      position: relative; overflow: hidden;
    }
    .hero-glow {
      position: absolute;
      width: 700px; height: 700px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(124,58,237,0.18) 0%, transparent 65%);
      top: -200px; left: -200px;
      pointer-events: none;
    }
    .hero-glow-2 {
      position: absolute;
      width: 400px; height: 400px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(168,85,247,0.1) 0%, transparent 65%);
      bottom: -100px; right: 0;
      pointer-events: none;
    }
    .hero-badge {
      display: inline-flex; align-items: center; gap: 8px;
      font-size: 11px; font-weight: 600;
      color: var(--p-light); letter-spacing: 2px; text-transform: uppercase;
      border: 1px solid var(--p-border);
      background: rgba(168,85,247,0.06);
      padding: 6px 14px; border-radius: var(--radius-sm);
      margin-bottom: 2rem;
    }
    .badge-pip {
      width: 6px; height: 6px; border-radius: 50%;
      background: var(--p1);
    }
    .hero h1 {
      font-family: 'Epilogue', 'Noto Sans SC', 'PingFang SC', sans-serif;
      font-size: clamp(46px, 6.5vw, 82px);
      font-weight: 900; letter-spacing: -3px;
      line-height: 0.95; max-width: 780px;
      margin-bottom: 2rem;
    }
    .hero h1 .outline-wrap {
      display: block;
      line-height: 0.95;
      margin-top: 0.05em;
    }
    .hero h1 .outline-wrap canvas {
      display: block;
      width: 100%;
      max-width: 700px;
      height: clamp(52px, 7.5vw, 96px);
    }
    .hero h1 .solid { color: var(--white); }
    .hero-sub {
      font-size: 17px; font-weight: 300;
      color: var(--white-2); max-width: 500px;
      line-height: 1.75; margin-bottom: 3rem;
      letter-spacing: -0.2px;
    }
    .hero-actions { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
    .btn-primary {
      font-family: 'Space Grotesk', 'Noto Sans SC', 'PingFang SC', 'Microsoft YaHei', sans-serif;
      font-size: 14px; font-weight: 600;
      background: var(--p2); color: var(--white);
      padding: 13px 32px; border-radius: var(--radius-sm);
      border: none; cursor: pointer; text-decoration: none;
      display: inline-block; letter-spacing: -0.2px;
      transition: background 0.2s, transform 0.2s;
    }
    .btn-primary:hover { background: var(--p1); transform: translateY(-2px); }
    .btn-outline {
      font-family: 'Space Grotesk', 'Noto Sans SC', 'PingFang SC', 'Microsoft YaHei', sans-serif;
      font-size: 14px; font-weight: 500;
      background: none; color: var(--white-2);
      padding: 12px 32px; border-radius: var(--radius-sm);
      border: 1px solid var(--white-4); cursor: pointer;
      text-decoration: none; display: inline-block;
      letter-spacing: -0.2px;
      transition: border-color 0.2s, color 0.2s;
    }
    .btn-outline:hover { border-color: var(--p1); color: var(--white); }
    .hero-stats {
      display: flex; gap: 0;
      margin-top: 4rem;
      border: 1px solid var(--p-border-2);
      border-radius: var(--radius);
      overflow: hidden;
      background: var(--surface);
      width: fit-content;
    }
    .stat {
      padding: 1.25rem 2.5rem;
      border-right: 1px solid var(--p-border-2);
    }
    .stat:last-child { border-right: none; }
    .stat strong {
      display: block; font-family: 'Epilogue', 'Noto Sans SC', 'PingFang SC', sans-serif;
      font-size: 26px; font-weight: 900;
      color: var(--p-light); letter-spacing: -1px; line-height: 1;
      margin-bottom: 4px;
    }
    .stat span { font-size: 12px; color: var(--white-3); font-weight: 400; }

    /* ── SECTIONS ── */
    section { padding: 6rem 0; border-bottom: 1px solid var(--p-border-2); position: relative; }
    .section-label {
      font-size: 10px; text-transform: uppercase;
      letter-spacing: 3px; color: var(--p1); font-weight: 600;
      margin-bottom: 1.25rem; display: flex; align-items: center; gap: 10px;
    }
    .section-label::after {
      content: ''; flex: 1; max-width: 40px;
      height: 1px; background: var(--p1); opacity: 0.4;
    }
    h2.section-h {
      font-family: 'Epilogue', 'Noto Sans SC', 'PingFang SC', sans-serif;
      font-size: clamp(30px, 4vw, 48px);
      font-weight: 900; letter-spacing: -2px;
      line-height: 1.05; margin-bottom: 1rem;
      color: var(--white);
    }
    h2.section-h em { font-style: italic; color: var(--p-light); }
    .section-desc {
      font-size: 15px; color: var(--white-2);
      max-width: 460px; line-height: 1.75; font-weight: 300;
    }

    /* ── STEPS ── */
    .steps-row {
      display: grid; grid-template-columns: repeat(3,1fr);
      gap: 24px; margin-top: 3.5rem;
    }
    .step-card {
      background: var(--surface);
      border: 1px solid var(--p-border-2);
      border-radius: var(--radius);
      padding: 2rem;
      position: relative; overflow: hidden;
      transition: border-color 0.25s, background 0.25s;
    }
    .step-card:hover { border-color: var(--p-border); background: var(--surface-2); }
    .step-card::before {
      content: '';
      position: absolute; top: 0; left: 0; right: 0; height: 2px;
      background: linear-gradient(90deg, var(--p2), var(--p1));
      transform: scaleX(0); transform-origin: left;
      transition: transform 0.3s;
    }
    .step-card:hover::before { transform: scaleX(1); }
    .step-num {
      font-family: 'Epilogue', 'Noto Sans SC', 'PingFang SC', sans-serif;
      font-size: 56px; font-weight: 900; letter-spacing: -3px;
      color: var(--p-border-2); line-height: 1;
      margin-bottom: 1.25rem;
      -webkit-text-stroke: 1px var(--p-border);
      color: transparent;
    }
    .step-title { font-size: 16px; font-weight: 600; margin-bottom: 8px; color: var(--white); }
    .step-desc { font-size: 14px; color: var(--white-2); line-height: 1.65; font-weight: 300; }

    /* ── MODULE CARDS ── */
    .modules-grid {
      display: grid; grid-template-columns: repeat(2,1fr);
      gap: 20px; margin-top: 3.5rem;
    }
    .mod {
      background: var(--surface);
      border: 1px solid var(--p-border-2);
      border-radius: var(--radius);
      padding: 2.5rem;
      position: relative; overflow: hidden;
      transition: border-color 0.3s, transform 0.3s;
      display: flex; flex-direction: column;
    }
    .mod:hover {
      border-color: var(--p-border);
      transform: translateY(-4px);
    }
    /* top accent line per card */
    .mod::before {
      content: '';
      position: absolute; top: 0; left: 0; right: 0; height: 1px;
      background: linear-gradient(90deg, transparent, var(--p1), transparent);
      opacity: 0; transition: opacity 0.3s;
    }
    .mod:hover::before { opacity: 1; }
    /* subtle corner decoration */
    .mod::after {
      content: '';
      position: absolute; bottom: -40px; right: -40px;
      width: 120px; height: 120px; border-radius: 50%;
      background: radial-gradient(circle, rgba(168,85,247,0.08) 0%, transparent 70%);
      pointer-events: none;
    }
    .mod-header {
      display: flex; align-items: flex-start;
      justify-content: space-between; margin-bottom: 1.5rem;
    }
    .mod-icon {
      width: 48px; height: 48px;
      background: var(--surface-2);
      border: 1px solid var(--p-border);
      border-radius: var(--radius-sm);
      display: flex; align-items: center; justify-content: center;
      font-size: 20px;
    }
    .mod-tag {
      font-size: 10px; font-weight: 600; letter-spacing: 1.5px;
      text-transform: uppercase; color: var(--p-light);
      background: rgba(168,85,247,0.1);
      border: 1px solid var(--p-border);
      padding: 4px 10px; border-radius: var(--radius-sm);
    }
    .mod-name {
      font-family: 'Epilogue', 'Noto Sans SC', 'PingFang SC', sans-serif;
      font-size: 24px; font-weight: 900;
      letter-spacing: -0.8px; margin-bottom: 0.75rem;
      color: var(--white);
    }
    .mod-desc {
      font-size: 14px; color: var(--white-2);
      line-height: 1.7; margin-bottom: 1.75rem;
      font-weight: 300; flex: 1;
    }
    .mod-features {
      list-style: none; margin-bottom: 2rem;
      display: flex; flex-direction: column; gap: 8px;
    }
    .mod-features li {
      font-size: 13px; color: var(--white-2);
      display: flex; align-items: flex-start; gap: 10px;
      line-height: 1.4;
    }
    .feat-check {
      width: 16px; height: 16px;
      background: rgba(168,85,247,0.15);
      border: 1px solid var(--p-border);
      border-radius: 4px;
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0; margin-top: 1px;
      font-size: 9px; color: var(--p-light);
    }
    .mod-footer {
      display: flex; align-items: center;
      justify-content: space-between;
      padding-top: 1.5rem;
      border-top: 1px solid var(--p-border-2);
      margin-top: auto;
    }
    .mod-price-label { font-size: 11px; color: var(--white-3); margin-bottom: 3px; }
    .mod-price-val {
      font-family: 'Epilogue', 'Noto Sans SC', 'PingFang SC', sans-serif;
      font-size: 20px; font-weight: 900;
      letter-spacing: -0.5px; color: var(--white);
    }
    .mod-price-sub { font-size: 11px; color: var(--white-3); margin-top: 2px; }
    .btn-mod {
      font-family: 'Space Grotesk', 'Noto Sans SC', 'PingFang SC', 'Microsoft YaHei', sans-serif;
      font-size: 13px; font-weight: 600;
      background: var(--surface-2);
      color: var(--p-light);
      border: 1px solid var(--p-border);
      padding: 10px 22px; border-radius: var(--radius-sm);
      cursor: pointer; text-decoration: none;
      transition: background 0.2s, color 0.2s;
    }
    .btn-mod:hover { background: var(--p2); color: var(--white); border-color: var(--p2); }

    /* ── WHY STRIP ── */
    .why-grid {
      display: grid; grid-template-columns: repeat(4,1fr);
      gap: 1px; background: var(--p-border-2);
      border: 1px solid var(--p-border-2);
      border-radius: var(--radius); overflow: hidden;
      margin-top: 3.5rem;
    }
    .why-item {
      background: var(--surface); padding: 2rem 1.75rem;
      transition: background 0.2s;
    }
    .why-item:hover { background: var(--surface-2); }
    .why-icon {
      font-size: 22px; margin-bottom: 1rem;
      width: 44px; height: 44px;
      background: var(--surface-2);
      border: 1px solid var(--p-border-2);
      border-radius: var(--radius-sm);
      display: flex; align-items: center; justify-content: center;
    }
    .why-title { font-size: 14px; font-weight: 600; margin-bottom: 6px; color: var(--white); }
    .why-desc { font-size: 13px; color: var(--white-2); line-height: 1.6; font-weight: 300; }

    /* ── TESTIMONIALS ── */
    .testi-grid {
      display: grid; grid-template-columns: repeat(2,1fr);
      gap: 20px; margin-top: 3.5rem;
    }
    .testi {
      background: var(--surface);
      border: 1px solid var(--p-border-2);
      border-radius: var(--radius); padding: 2rem;
      transition: border-color 0.2s;
      position: relative; overflow: hidden;
    }
    .testi:hover { border-color: var(--p-border); }
    .testi-bar {
      width: 32px; height: 3px;
      background: var(--p1);
      border-radius: 2px; margin-bottom: 1.25rem;
    }
    .testi-quote {
      font-size: 15px; color: var(--white-2);
      line-height: 1.75; margin-bottom: 1.5rem;
      font-weight: 300; font-style: italic;
    }
    .testi-author { display: flex; align-items: center; gap: 12px; }
    .testi-av {
      width: 38px; height: 38px;
      background: var(--surface-3);
      border: 1px solid var(--p-border);
      border-radius: var(--radius-sm);
      display: flex; align-items: center; justify-content: center;
      font-size: 12px; font-weight: 700; color: var(--p-light);
      flex-shrink: 0; font-family: 'Epilogue', 'Noto Sans SC', 'PingFang SC', sans-serif;
    }
    .testi-name { font-size: 14px; font-weight: 600; color: var(--white); }
    .testi-role { font-size: 12px; color: var(--white-3); }

    /* ── FAQ ── */
    .faq-list { margin-top: 3.5rem; }
    .faq-item {
      border-bottom: 1px solid var(--p-border-2);
      padding: 1.5rem 0;
    }
    .faq-q {
      font-size: 15px; font-weight: 600;
      color: var(--white); margin-bottom: 8px;
      display: flex; justify-content: space-between; align-items: center;
      cursor: pointer; letter-spacing: -0.2px;
    }
    .faq-plus {
      width: 24px; height: 24px;
      border: 1px solid var(--p-border);
      border-radius: 6px;
      display: flex; align-items: center; justify-content: center;
      font-size: 14px; color: var(--p1); flex-shrink: 0;
    }
    .faq-a { font-size: 14px; color: var(--white-2); line-height: 1.7; font-weight: 300; }

    /* ── CTA ── */
    .cta-wrap { padding: 5.5rem 0; }
    .cta-box {
      border: 1px solid var(--p-border);
      border-radius: var(--radius);
      padding: 5rem 4rem;
      text-align: center;
      background: var(--surface);
      position: relative; overflow: hidden;
    }
    .cta-box::before {
      content: '';
      position: absolute; inset: 0;
      background:
        radial-gradient(ellipse at 30% 0%, rgba(124,58,237,0.2) 0%, transparent 60%),
        radial-gradient(ellipse at 70% 100%, rgba(168,85,247,0.1) 0%, transparent 60%);
    }
    .cta-box h2 {
      font-family: 'Epilogue', 'Noto Sans SC', 'PingFang SC', sans-serif;
      font-size: clamp(28px, 4vw, 52px);
      font-weight: 900; letter-spacing: -2px;
      margin-bottom: 1rem; position: relative; z-index: 1;
    }
    .cta-box p {
      font-size: 16px; color: var(--white-2);
      margin-bottom: 2.5rem; position: relative; z-index: 1;
      font-weight: 300;
    }
    .cta-btns {
      display: flex; gap: 12px;
      justify-content: center; flex-wrap: wrap;
      position: relative; z-index: 1;
    }

    /* ── FOOTER ── */
    footer {
      padding: 2.5rem 0;
      border-top: 1px solid var(--p-border-2);
    }
    .footer-inner {
      display: flex; justify-content: space-between;
      align-items: center; flex-wrap: wrap; gap: 1rem;
    }
    .footer-logo {
      font-family: 'Epilogue', 'Noto Sans SC', 'PingFang SC', sans-serif;
      font-size: 16px; font-weight: 900;
      color: var(--white); display: flex; align-items: center; gap: 8px;
    }
    .footer-logo-mark {
      width: 22px; height: 22px; background: var(--p2);
      border-radius: 5px; display: flex; align-items: center;
      justify-content: center; font-size: 11px; font-weight: 900;
    }
    .footer-links { display: flex; gap: 1.5rem; }
    .footer-links a { font-size: 13px; color: var(--white-3); text-decoration: none; transition: color 0.2s; }
    .footer-links a:hover { color: var(--p-light); }
    .footer-copy { font-size: 12px; color: var(--white-3); }

    /* ── PAGECRAFT SECTION ── */
    .pc-hero {
      padding: 6rem 0 5rem;
      border-bottom: 1px solid var(--p-border-2);
      position: relative; overflow: hidden;
    }
    .pc-hero-inner {
      display: grid; grid-template-columns: 1fr 1fr;
      gap: 5rem; align-items: center;
    }
    .pc-badge {
      display: inline-flex; align-items: center; gap: 8px;
      font-size: 11px; font-weight: 600;
      color: var(--white-2); letter-spacing: 2px; text-transform: uppercase;
      border: 1px solid var(--white-4);
      background: rgba(255,255,255,0.03);
      padding: 6px 14px; border-radius: var(--radius-sm);
      margin-bottom: 1.75rem;
    }
    .pc-badge-dot {
      width: 6px; height: 6px; border-radius: 50%;
      background: var(--white-3);
    }
    .pc-h {
      font-family: 'Epilogue', 'Noto Sans SC', 'PingFang SC', sans-serif;
      font-size: clamp(34px, 4.5vw, 58px);
      font-weight: 900; letter-spacing: -2.5px;
      line-height: 1.0; margin-bottom: 1.5rem; color: var(--white);
    }
    .pc-h em { font-style: italic; color: var(--p-light); }
    .pc-sub {
      font-size: 15px; color: var(--white-2); font-weight: 300;
      line-height: 1.75; margin-bottom: 2rem; max-width: 420px;
    }
    .pc-actions { display: flex; gap: 12px; flex-wrap: wrap; }
    .pc-stats {
      display: flex; gap: 2rem; margin-top: 2.5rem;
      padding-top: 2rem; border-top: 1px solid var(--p-border-2);
    }
    .pc-stat strong {
      display: block; font-family: 'Epilogue', 'Noto Sans SC', 'PingFang SC', sans-serif;
      font-size: 22px; font-weight: 900; letter-spacing: -1px;
      color: var(--white); margin-bottom: 2px;
    }
    .pc-stat span { font-size: 12px; color: var(--white-3); }
    /* right side: template preview mosaic */
    .pc-mosaic {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: repeat(2, 140px);
      gap: 10px;
    }
    .pc-tile {
      border: 1px solid var(--p-border-2);
      border-radius: var(--radius-sm);
      background: var(--surface);
      overflow: hidden; position: relative;
      transition: border-color 0.25s, transform 0.25s;
    }
    .pc-tile:hover { border-color: var(--p-border); transform: scale(1.02); }
    .pc-tile-wide { grid-column: span 2; }
    .pc-tile-inner {
      position: absolute; inset: 0;
      display: flex; flex-direction: column;
      justify-content: flex-end; padding: 12px;
    }
    .pc-tile-bg {
      position: absolute; inset: 0;
      display: flex; align-items: center; justify-content: center;
      overflow: hidden;
    }
    .pc-tile-niche {
      font-size: 9px; font-weight: 600; letter-spacing: 1.5px;
      text-transform: uppercase; color: var(--white-3);
      margin-bottom: 3px; position: relative; z-index: 1;
    }
    .pc-tile-name {
      font-family: 'Epilogue', 'Noto Sans SC', 'PingFang SC', sans-serif;
      font-size: 14px; font-weight: 900; letter-spacing: -0.3px;
      color: var(--white); position: relative; z-index: 1;
    }
    .pc-tile-price {
      font-size: 11px; color: var(--p-light);
      position: relative; z-index: 1; margin-top: 1px;
    }
    /* template gallery */
    .pc-gallery { margin-top: 3.5rem; }
    .pc-filters {
      display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 2rem;
    }
    .pc-filter {
      font-size: 12px; font-weight: 500; font-family: 'Space Grotesk', 'Noto Sans SC', 'PingFang SC', 'Microsoft YaHei', sans-serif;
      padding: 6px 16px; border-radius: var(--radius-sm);
      border: 1px solid var(--p-border-2);
      background: none; color: var(--white-3);
      cursor: pointer; transition: all 0.15s;
    }
    .pc-filter:hover { border-color: var(--p-border); color: var(--white); }
    .pc-filter.active { background: var(--p2); color: var(--white); border-color: var(--p2); }
    .pc-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
      gap: 16px;
    }
    .pc-card {
      border: 1px solid var(--p-border-2);
      border-radius: var(--radius);
      overflow: hidden; background: var(--surface);
      cursor: pointer;
      transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
    }
    .pc-card:hover {
      border-color: var(--p-border);
      transform: translateY(-3px);
      box-shadow: 0 8px 32px rgba(168,85,247,0.15);
    }
    .pc-card-thumb {
      height: 160px; background: var(--surface-2);
      display: flex; align-items: center; justify-content: center;
      position: relative; overflow: hidden;
    }
    .pc-card-thumb svg { width: 100%; height: 100%; }
    .pc-card-badge {
      position: absolute; top: 10px; right: 10px;
      font-size: 10px; font-weight: 600;
      padding: 3px 10px; border-radius: var(--radius-sm);
    }
    .pc-badge-new { background: rgba(168,85,247,0.2); color: var(--p-light); border: 1px solid var(--p-border); }
    .pc-badge-pop { background: rgba(255,255,255,0.08); color: var(--white-2); border: 1px solid var(--white-4); }
    .pc-card-info {
      padding: 14px 16px;
      border-top: 1px solid var(--p-border-2);
    }
    .pc-card-niche {
      font-size: 10px; text-transform: uppercase;
      letter-spacing: 1px; color: var(--white-3);
      font-weight: 600; margin-bottom: 4px;
    }
    .pc-card-name { font-size: 15px; font-weight: 600; color: var(--white); margin-bottom: 2px; }
    .pc-card-row {
      display: flex; justify-content: space-between;
      align-items: center; margin-top: 6px;
    }
    .pc-card-price { font-size: 13px; color: var(--white-3); }
    .pc-card-cta {
      font-size: 12px; color: var(--p-light);
      text-decoration: none; font-weight: 500;
      transition: color 0.15s;
    }
    .pc-card-cta:hover { color: var(--white); }
    /* pagecraft mini CTA */
    .pc-cta {
      margin-top: 3rem;
      border: 1px solid var(--p-border-2);
      border-radius: var(--radius);
      padding: 2.5rem 3rem;
      background: var(--surface);
      display: flex; align-items: center;
      justify-content: space-between; gap: 2rem;
      flex-wrap: wrap;
    }
    .pc-cta-text h3 {
      font-family: 'Epilogue', 'Noto Sans SC', 'PingFang SC', sans-serif;
      font-size: 22px; font-weight: 900;
      letter-spacing: -0.5px; color: var(--white);
      margin-bottom: 6px;
    }
    .pc-cta-text p { font-size: 14px; color: var(--white-2); font-weight: 300; }

    /* ── RESPONSIVE ── */
    @media (max-width: 768px) {
      .pc-hero-inner { grid-template-columns: 1fr; }
      .pc-mosaic { display: none; }
      .modules-grid { grid-template-columns: 1fr; }
      .steps-row { grid-template-columns: 1fr; }
      .why-grid { grid-template-columns: repeat(2,1fr); }
      .testi-grid { grid-template-columns: 1fr; }
      .hero-stats { flex-wrap: wrap; width: 100%; }
      .stat { border-right: none; border-bottom: 1px solid var(--p-border-2); }
    }
    @media (max-width: 640px) {
      .nav-links { display: none; }
      .nav-links.open {
        display: flex; flex-direction: column;
        position: absolute; top: 58px; left: 0; right: 0;
        background: var(--bg); z-index: 99;
        border-bottom: 1px solid var(--p-border-2);
        padding: 1rem 2rem 1.5rem; gap: 1rem;
      }
      .nav-toggle { display: block; }
      .hero { padding: 4rem 0 3rem; }
      .hero h1 { letter-spacing: -2px; }
      section { padding: 4rem 0; }
      .why-grid { grid-template-columns: 1fr; }
      .cta-box { padding: 3rem 1.5rem; }
    }