 /* ========================================================
       BASE / BODY
    ======================================================== */
    *, *::before, *::after { box-sizing: border-box; }

    body {
      font-family: 'Inter', sans-serif;
      background-color: #0B1120;
      color: #F8FAFC;
      -webkit-font-smoothing: antialiased;
      margin: 0;
    }

    body.light-mode {
      background-color: #f1f5f9 !important;
      color: #0f172a !important;
    }

    /* ========================================================
       SALE BANNER
    ======================================================== */
    .sale_banner {
      background: linear-gradient(90deg, #1a2540, #0f172a, #1a2540);
      border-bottom: 1px solid rgba(255,255,255,0.05);
      padding: 10px 0;
      font-size: 0.85rem;
    }

    body.light-mode .sale_banner {
      background: #0f172a;
    }

    .sale-l { color: #94a3b8; font-weight: 600; }
    .sale-i { color: #cbd5e1; font-weight: 700; font-size: 0.82rem; display: inline-flex; align-items: center; gap: 4px; }
    .sale-i span { color: #2f86ff; font-size: 1rem; }

    .sale-r {
      background: rgba(47,134,255,0.1);
      border: 1px dashed rgba(47,134,255,0.4);
      color: #2f86ff;
      font-weight: 700;
      padding: 5px 14px;
      border-radius: 6px;
      cursor: pointer;
      letter-spacing: 0.05em;
      font-size: 0.9rem;
    }

    .container-custom { max-width: 1280px; }

    /* ========================================================
       NAVBAR
    ======================================================== */
    .navbar { background: rgba(11,17,32,0.95); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(255,255,255,0.05); padding: 14px 0; position: sticky; top: 0; z-index: 999; }

    body.light-mode .navbar { background: rgba(255,255,255,0.95) !important; border-bottom: 1px solid rgba(0,0,0,0.08); }

    .navbar-brand h2 { font-weight: 800; font-size: 1.5rem; color: #fff; margin: 0; }
    .navbar-brand h2 span { color: #3b82f6; }
    .navbar-brand img { height: 32px; margin-right: 8px; }

    body.light-mode .navbar-brand h2 { color: #0f172a; }

    #fixedR .nav-link { font-family: 'Inter', sans-serif; font-size: 16px !important; padding: 8px 16px !important; margin: 0 4px; font-weight: 600 !important; color: #cbd5e1; transition: color 0.2s; }
    #fixedR .nav-link:hover, #fixedR .nav-link.active { color: #fff; }
    body.light-mode #fixedR .nav-link { color: #475569; }
    body.light-mode #fixedR .nav-link:hover { color: #0f172a; }

    .dropdown-menu { background: #111827; border: 1px solid rgba(255,255,255,0.08); border-radius: 12px; }
    body.light-mode .dropdown-menu { background: #fff; border-color: rgba(0,0,0,0.1); }
    .dropdown-item { color: #cbd5e1; font-size: 15px !important; padding: 8px 16px !important; border-radius: 8px; }
    .dropdown-item:hover { background: rgba(47,134,255,0.1); color: #fff; }
    body.light-mode .dropdown-item { color: #475569; }
    body.light-mode .dropdown-item:hover { background: #f1f5f9; color: #0f172a; }

    .button .btn { background: #2f86ff; color: #fff; border: none; border-radius: 50px; font-weight: 700; padding: 10px 22px; font-size: 0.9rem; letter-spacing: 0.03em; }
    .button .btn:hover { background: #1d6fd6; color: #fff; }

    /* Theme Toggle */
    .theme-toggle-btn { position: relative; width: 54px; height: 28px; border-radius: 999px; border: none; outline: none; cursor: pointer; flex-shrink: 0; padding: 0; background: rgba(255,255,255,0.15); box-shadow: inset 0 0 0 1.5px rgba(255,255,255,0.2); transition: background 0.35s ease, box-shadow 0.35s ease; display: inline-flex; align-items: center; }
    .theme-toggle-btn::before { content: ''; position: absolute; top: 3px; left: 3px; width: 22px; height: 22px; border-radius: 50%; background: #ffffff; box-shadow: 0 1px 5px rgba(0,0,0,0.3); transition: transform 0.35s cubic-bezier(0.4,0,0.2,1); z-index: 1; }
    .theme-toggle-btn .icon-dark, .theme-toggle-btn .icon-light { position: absolute; top: 50%; transform: translateY(-50%); font-size: 10px; line-height: 1; transition: opacity 0.2s ease; z-index: 0; pointer-events: none; }
    .theme-toggle-btn .icon-dark { right: 6px; color: rgba(255,255,255,0.75); opacity: 1; }
    .theme-toggle-btn .icon-light { left: 6px; color: #f59e0b; opacity: 0; }
    body.light-mode .theme-toggle-btn { background: #2f86ff; box-shadow: inset 0 0 0 1.5px rgba(47,134,255,0.5), 0 3px 10px rgba(47,134,255,0.3); }
    body.light-mode .theme-toggle-btn::before { transform: translateX(26px); }
    body.light-mode .theme-toggle-btn .icon-dark { opacity: 0; }
    body.light-mode .theme-toggle-btn .icon-light { opacity: 1; }

    .navbar-toggler { padding: 4px 8px !important; border-color: rgba(255,255,255,0.2) !important; }
    body.light-mode .navbar-toggler { border-color: rgba(0,0,0,0.2) !important; }
    body.light-mode .navbar-toggler-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%230f172a' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important; }

    @media (max-width: 991px) {
      .offcanvas { background: #0B1120 !important; }
      .offcanvas-header { padding: 1.5rem; border-bottom: none; }
      .offcanvas-body { padding: 0 1.5rem 2rem; }
      .offcanvas .nav-link { font-size: 1.05rem; font-weight: 600; padding: 0.65rem 1rem; border-radius: 8px; color: #F8FAFC; }
      .offcanvas .nav-link.active { background: rgba(255,255,255,0.1) !important; color: #fff !important; }
      .offcanvas .dropdown-item { color: #CBD5E1 !important; }
      .offcanvas .button { display: flex !important; flex-direction: column !important; gap: 16px !important; margin-top: 16px !important; }
      .offcanvas .button .dropdown-toggle { display: flex; align-items: center; justify-content: center; width: 100%; background-color: #1976D2 !important; color: #fff !important; padding: 0.75rem 1rem; border-radius: 50px !important; font-weight: 700; font-size: 0.95rem; border: none; }
      .offcanvas .dropdown-menu { background: transparent !important; box-shadow: none !important; padding-left: 1rem; }
      body.light-mode .offcanvas { background-color: #ffffff !important; }
      body.light-mode .offcanvas .nav-link { color: #334155; }
      body.light-mode .offcanvas .nav-link.active { background: #e2e8f0 !important; color: #0f172a !important; }
      body.light-mode .offcanvas .dropdown-item { color: #475569 !important; }
    }

    /* ========================================================
       HERO — WORDPRESS
    ======================================================== */
    .wp-hero-wrapper {
      position: relative;
      padding: 100px 0 0;
      background: radial-gradient(ellipse 70% 60% at 50% -20%, rgba(33,150,243,0.12), transparent), #06090f;
      overflow: hidden;
      text-align: center;
      border-bottom: 1px solid rgba(255,255,255,0.05);
    }

    body.light-mode .wp-hero-wrapper {
      background: radial-gradient(ellipse 70% 60% at 50% -20%, rgba(33,150,243,0.08), transparent), #fff;
      border-bottom: 1px solid rgba(0,0,0,0.06);
    }

    .wp-badge {
      display: inline-block;
      padding: 6px 16px;
      background: rgba(33,150,243,0.1);
      color: #21c55d;
      border: 1px solid rgba(33,150,243,0.25);
      border-radius: 50px;
      font-size: 0.85rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      margin-bottom: 1.5rem;
    }

    .wp-hero-title {
      font-size: clamp(2.5rem, 5vw, 4rem);
      font-weight: 800;
      line-height: 1.1;
      letter-spacing: -0.03em;
      color: #fff;
      margin-bottom: 1.25rem;
    }

    body.light-mode .wp-hero-title { color: #0f172a; }

    .wp-hero-title .grad {
      background: linear-gradient(135deg, #21c55d, #2f86ff);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    .wp-hero-sub {
      font-size: 1.15rem;
      color: #94a3b8;
      max-width: 600px;
      margin: 0 auto 2.5rem;
      line-height: 1.6;
    }

    body.light-mode .wp-hero-sub { color: #475569; }

    .wp-hero-ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 3.5rem; }

    .wp-btn-primary {
      background: linear-gradient(135deg, #21c55d, #16a34a);
      color: #fff;
      font-weight: 700;
      padding: 14px 28px;
      border-radius: 12px;
      text-decoration: none;
      font-size: 1rem;
      transition: all 0.3s;
      box-shadow: 0 8px 24px rgba(33,197,93,0.3);
    }

    .wp-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(33,197,93,0.4); color: #fff; }

    .wp-btn-secondary {
      background: rgba(255,255,255,0.05);
      color: #cbd5e1;
      font-weight: 600;
      padding: 14px 28px;
      border-radius: 12px;
      text-decoration: none;
      font-size: 1rem;
      border: 1px solid rgba(255,255,255,0.1);
      transition: all 0.3s;
    }

    .wp-btn-secondary:hover { background: rgba(255,255,255,0.1); color: #fff; }
    body.light-mode .wp-btn-secondary { color: #475569; border-color: rgba(0,0,0,0.1); background: rgba(0,0,0,0.03); }
    body.light-mode .wp-btn-secondary:hover { background: rgba(0,0,0,0.06); color: #0f172a; }

    /* Fake WP Editor Mockup */
    .wp-mockup {
      max-width: 860px;
      margin: 0 auto;
      background: #0f172a;
      border-radius: 16px 16px 0 0;
      border: 1px solid rgba(255,255,255,0.1);
      border-bottom: none;
      box-shadow: 0 -10px 60px rgba(47,134,255,0.08), 0 30px 60px rgba(0,0,0,0.5);
      overflow: hidden;
      transform: perspective(1200px) rotateX(3deg);
      transition: transform 0.5s ease;
    }

    body.light-mode .wp-mockup { background: #f8fafc; border-color: rgba(0,0,0,0.1); }

    .wp-mockup:hover { transform: perspective(1200px) rotateX(0deg) translateY(-6px); }

    .wp-mockup-bar {
      background: #1e293b;
      padding: 10px 16px;
      display: flex;
      align-items: center;
      gap: 12px;
      border-bottom: 1px solid rgba(255,255,255,0.05);
    }

    body.light-mode .wp-mockup-bar { background: #e2e8f0; }

    .wp-dots { display: flex; gap: 6px; }
    .wp-dot { width: 12px; height: 12px; border-radius: 50%; }
    .wp-dot.r { background: #ff5f56; }
    .wp-dot.y { background: #ffbd2e; }
    .wp-dot.g { background: #27c93f; }

    .wp-url-bar {
      flex: 1;
      background: rgba(255,255,255,0.05);
      border: 1px solid rgba(255,255,255,0.08);
      border-radius: 6px;
      padding: 5px 12px;
      font-size: 0.8rem;
      color: #64748b;
      font-family: monospace;
      text-align: center;
    }

    body.light-mode .wp-url-bar { background: rgba(0,0,0,0.05); border-color: rgba(0,0,0,0.1); color: #64748b; }

    .wp-mockup-body {
      display: grid;
      grid-template-columns: 220px 1fr;
      min-height: 280px;
    }

    .wp-sidebar {
      background: #111827;
      padding: 16px 0;
      border-right: 1px solid rgba(255,255,255,0.05);
    }

    body.light-mode .wp-sidebar { background: #fff; border-right-color: rgba(0,0,0,0.08); }

    .wp-sb-logo {
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 8px 16px 16px;
      border-bottom: 1px solid rgba(255,255,255,0.05);
      margin-bottom: 8px;
    }

    body.light-mode .wp-sb-logo { border-color: rgba(0,0,0,0.07); }

    .wp-sb-logo .wp-icon { width: 28px; height: 28px; background: #2271b1; border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 0.85rem; color: #fff; font-weight: 800; }
    .wp-sb-logo span { font-size: 0.9rem; color: #94a3b8; font-weight: 600; }
    body.light-mode .wp-sb-logo span { color: #475569; }

    .wp-sb-item {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 9px 16px;
      font-size: 0.82rem;
      color: #64748b;
      font-weight: 500;
      transition: all 0.2s;
    }

    .wp-sb-item.active { background: rgba(34,113,177,0.15); color: #60a5fa; border-left: 3px solid #2271b1; padding-left: 13px; }
    .wp-sb-item i { width: 16px; text-align: center; }

    .wp-content-area { padding: 20px 24px; }

    .wp-content-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
    .wp-content-header h5 { font-size: 1rem; color: #fff; font-weight: 700; margin: 0; }
    body.light-mode .wp-content-header h5 { color: #0f172a; }
    .wp-new-btn { background: #2271b1; color: #fff; border: none; border-radius: 6px; padding: 6px 14px; font-size: 0.78rem; font-weight: 700; cursor: pointer; }

    .wp-post-list { display: flex; flex-direction: column; gap: 8px; }

    .wp-post-row {
      background: rgba(255,255,255,0.03);
      border: 1px solid rgba(255,255,255,0.05);
      border-radius: 8px;
      padding: 10px 14px;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    body.light-mode .wp-post-row { background: #fff; border-color: rgba(0,0,0,0.08); box-shadow: 0 2px 6px rgba(0,0,0,0.02); }

    .wp-post-info { display: flex; flex-direction: column; gap: 2px; }
    .wp-post-title { font-size: 0.85rem; font-weight: 600; color: #e2e8f0; }
    body.light-mode .wp-post-title { color: #0f172a; }
    .wp-post-meta { font-size: 0.72rem; color: #64748b; }

    .wp-post-status {
      font-size: 0.72rem;
      font-weight: 700;
      padding: 3px 10px;
      border-radius: 20px;
    }

    .wp-post-status.pub { background: rgba(33,197,93,0.1); color: #22c55e; border: 1px solid rgba(33,197,93,0.2); }
    .wp-post-status.draft { background: rgba(148,163,184,0.1); color: #94a3b8; border: 1px solid rgba(148,163,184,0.2); }

    .wp-perf-strip {
      background: #0a0f1e;
      border-top: 1px solid rgba(255,255,255,0.05);
      padding: 12px 20px;
      display: flex;
      gap: 30px;
      align-items: center;
      justify-content: center;
    }

    body.light-mode .wp-perf-strip { background: #e8f0fe; border-top-color: rgba(0,0,0,0.06); }

    .wp-perf-item { display: flex; align-items: center; gap: 8px; }
    .wp-perf-item .wp-perf-dot { width: 8px; height: 8px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 8px #22c55e; }
    .wp-perf-item span { font-size: 0.75rem; color: #94a3b8; font-weight: 600; }
    body.light-mode .wp-perf-item span { color: #475569; }
    .wp-perf-item strong { color: #22c55e; font-size: 0.8rem; }

    @media (max-width: 768px) {
      .wp-mockup-body { grid-template-columns: 1fr; }
      .wp-sidebar { display: none; }
    }

    /* ========================================================
       FEATURES BAR
    ======================================================== */
    .wp-features-bar {
      background: #06090f;
      border-bottom: 1px solid rgba(255,255,255,0.05);
      padding: 40px 0;
    }

    body.light-mode .wp-features-bar { background: #f8fafc; border-color: rgba(0,0,0,0.05); }

    .wp-feat-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
    }

    @media (max-width: 991px) { .wp-feat-grid { grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 575px) { .wp-feat-grid { grid-template-columns: 1fr; } }

    .wp-feat-item {
      display: flex;
      align-items: center;
      gap: 14px;
      padding: 18px 20px;
      background: rgba(255,255,255,0.03);
      border: 1px solid rgba(255,255,255,0.06);
      border-radius: 14px;
      transition: all 0.3s;
    }

    body.light-mode .wp-feat-item { background: #fff; border-color: rgba(0,0,0,0.08); box-shadow: 0 4px 12px rgba(0,0,0,0.02); }

    .wp-feat-item:hover { border-color: #21c55d; transform: translateY(-3px); }

    .wp-feat-icon {
      width: 44px;
      height: 44px;
      flex-shrink: 0;
      border-radius: 10px;
      background: rgba(33,197,93,0.1);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.1rem;
      color: #21c55d;
    }

    .wp-feat-text strong { display: block; font-size: 0.9rem; font-weight: 700; color: #f1f5f9; margin-bottom: 2px; }
    body.light-mode .wp-feat-text strong { color: #0f172a; }
    .wp-feat-text span { font-size: 0.78rem; color: #64748b; }

    /* ========================================================
       ZIGZAG SECTION  (reusing same class names as reseller)
    ======================================================== */
    .zigzag-section {
      padding: 100px 0;
      background: #06090f;
      border-top: 1px solid rgba(255,255,255,0.05);
    }

    body.light-mode .zigzag-section { background: #f8fafc; border-color: rgba(0,0,0,0.05); }

    .zz-row { display: flex; align-items: center; gap: 60px; margin-bottom: 100px; }
    .zz-row:last-child { margin-bottom: 0; }
    .zz-content { flex: 1; }
    .zz-visual { flex: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }

    @media (max-width: 991px) {
      .zz-row { flex-direction: column; gap: 40px; margin-bottom: 80px; text-align: center; }
      .zz-row.reverse { flex-direction: column-reverse; }
    }

    .zz-kicker { color: #21c55d; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; font-size: 0.85rem; display: block; margin-bottom: 10px; }
    .zz-title { color: #fff; font-size: 2.2rem; font-weight: 800; line-height: 1.2; margin-bottom: 20px; }
    body.light-mode .zz-title { color: #0f172a; }
    .zz-desc { color: #94a3b8; font-size: 1.05rem; line-height: 1.7; margin-bottom: 30px; }
    body.light-mode .zz-desc { color: #475569; }

    .zz-feature-box { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: 16px; padding: 24px; text-align: left; transition: all 0.3s; }
    body.light-mode .zz-feature-box { background: #ffffff; border-color: rgba(0,0,0,0.08); box-shadow: 0 5px 20px rgba(0,0,0,0.02); }
    .zz-feature-box:hover { border-color: #21c55d; transform: translateY(-5px); }

    .zz-icon { width: 45px; height: 45px; background: rgba(33,197,93,0.1); color: #21c55d; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; margin-bottom: 15px; }

    .zz-feature-box h4 { color: #fff; font-size: 1.05rem; font-weight: 700; margin-bottom: 8px; }
    body.light-mode .zz-feature-box h4 { color: #0f172a; }
    .zz-feature-box p { color: #64748b; font-size: 0.9rem; line-height: 1.5; margin: 0; }
    body.light-mode .zz-feature-box p { color: #475569; }

    .hmk-order-btn { display: inline-block; text-align: center; padding: 12px 24px; border-radius: 12px; font-weight: 700; text-decoration: none; transition: all 0.3s ease; }

    .hmk-btn-green {
      background: rgba(33,197,93,0.12) !important;
      color: #21c55d !important;
      border: 1px solid rgba(33,197,93,0.3) !important;
    }

    .hmk-btn-green:hover { background: #21c55d !important; color: #fff !important; }

    /* ========================================================
       PRICING SECTION
    ======================================================== */
    .hmk-pricing-section {
      position: relative;
      z-index: 1;
      padding: 100px 0;
      background: #0B1120;
      border-top: 1px solid rgba(255,255,255,0.05);
    }

    body.light-mode .hmk-pricing-section { background: #f1f5f9; border-color: rgba(0,0,0,0.05); }

    .hmk-pricing-title { font-size: 2.5rem; font-weight: 800; color: #fff; margin-bottom: 0.5rem; }
    body.light-mode .hmk-pricing-title { color: #0f172a; }
    .hmk-pricing-subtitle { color: #94a3b8; font-size: 1.05rem; }
    body.light-mode .hmk-pricing-subtitle { color: #475569; }

    .hmk-toggle-wrap { background: #111827; border: 1px solid rgba(255,255,255,0.08); border-radius: 50px; display: inline-flex; padding: 5px !important; }
    body.light-mode .hmk-toggle-wrap { background: #e2e8f0; border-color: rgba(0,0,0,0.08); }

    .hmk-toggle-btn { border-radius: 40px !important; padding: 10px 24px !important; font-weight: 600; color: #94a3b8 !important; transition: all 0.3s ease; }
    body.light-mode .hmk-toggle-btn { color: #475569 !important; }
    .hmk-toggle-btn.active { background: #21c55d !important; color: #ffffff !important; box-shadow: 0 4px 12px rgba(33,197,93,0.3); }

    .hmk-price-card { background: linear-gradient(160deg, #111827 0%, #06090f 100%); border: 1px solid rgba(255,255,255,0.05); border-radius: 24px; padding: 2.5rem 2rem; position: relative; transition: all 0.5s; display: flex; flex-direction: column; height: 100%; overflow: hidden; }
    body.light-mode .hmk-price-card { background: #ffffff; border-color: rgba(0,0,0,0.08); box-shadow: 0 10px 30px rgba(0,0,0,0.03); }
    .hmk-popular-card { border: 2px solid #21c55d !important; box-shadow: 0 10px 30px rgba(33,197,93,0.1); }
    .hmk-price-card:hover { transform: translateY(-10px); border-color: rgba(33,197,93,0.3); }

    .hmk-card-top { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem; }
    .hmk-icon-box { width: 54px; height: 54px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.05); }
    body.light-mode .hmk-icon-box { background: #f8fafc; border-color: rgba(0,0,0,0.08); }

    .hmk-popular-badge { background: linear-gradient(135deg, #21c55d, #16d3a0); color: #fff; font-size: 0.7rem; font-weight: 700; padding: 4px 10px; border-radius: 20px; text-transform: uppercase; letter-spacing: 0.05em; height: fit-content; align-self: center; }

    .hmk-plan-name { color: #fff; font-size: 1.5rem; font-weight: 700; margin-bottom: 0; }
    body.light-mode .hmk-plan-name { color: #0f172a; }
    .hmk-plan-text { color: #94a3b8; font-size: 0.9rem; margin: 0; }
    body.light-mode .hmk-plan-text { color: #475569; }

    .hmk-mini-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 1.5rem; }
    .hmk-mini-tags span { font-size: 0.75rem; font-weight: 600; padding: 4px 10px; border-radius: 6px; background: rgba(255,255,255,0.05); color: #cbd5e1; }
    body.light-mode .hmk-mini-tags span { background: #f1f5f9; color: #475569; }

    .tag-green { background: rgba(33,197,93,0.1) !important; color: #21c55d !important; border: 1px solid rgba(33,197,93,0.3) !important; }
    .tag-blue { background: rgba(47,134,255,0.1) !important; color: #2f86ff !important; border: 1px solid rgba(47,134,255,0.3) !important; }
    .tag-orange { background: rgba(255,111,26,0.1) !important; color: #ff8a2d !important; border: 1px solid rgba(255,111,26,0.3) !important; }

    .hmk-price-wrap { margin-bottom: 0.5rem; }
    .hmk-price { font-size: 3rem; font-weight: 800; letter-spacing: -0.03em; color: #fff; }
    body.light-mode .hmk-price { color: #0f172a; }
    .hmk-price-small { color: #94a3b8; font-weight: 600; }
    body.light-mode .hmk-price-small { color: #64748b; }
    .hmk-year-text { color: #64748b; font-size: 0.85rem; margin-bottom: 1.5rem; }

    .hmk-divider { height: 1px; background: rgba(255,255,255,0.05); margin-bottom: 1.5rem; }
    body.light-mode .hmk-divider { background: rgba(0,0,0,0.08); }

    .hmk-feature-title { color: #94a3b8; font-size: 0.8rem; font-weight: 700; letter-spacing: 0.05em; margin-bottom: 1rem; }
    .hmk-feature-list { list-style: none; padding: 0; margin: 0 0 2rem 0; flex-grow: 1; }
    .hmk-feature-list li { margin-bottom: 0.8rem; font-size: 0.95rem; color: #cbd5e1; display: flex; align-items: center; gap: 10px; }
    body.light-mode .hmk-feature-list li { color: #334155; }

    .greenc { color: #21c55d; }
    .bluec { color: #2f86ff; }
    .orange { color: #ff8a2d; }

    .hmk-order-btn-full { display: block; text-align: center; padding: 14px; border-radius: 12px; font-weight: 700; text-decoration: none; transition: all 0.3s ease; }
    .hmk-order-btn-full.go-green { background: #21c55d !important; color: #fff !important; }
    .hmk-order-btn-full.go-green:hover { background: #16a34a !important; }
    .hmk-order-btn-full.go-blue { background: rgba(47,134,255,0.1) !important; color: #2f86ff !important; border: 1px solid rgba(47,134,255,0.3) !important; }
    .hmk-order-btn-full.go-blue:hover { background: #2f86ff !important; color: #fff !important; }
    .hmk-order-btn-full.go-orange { background: rgba(255,111,26,0.1) !important; color: #ff8a2d !important; border: 1px solid rgba(255,111,26,0.3) !important; }
    .hmk-order-btn-full.go-orange:hover { background: #ff6f1a !important; color: #fff !important; }

    /* ========================================================
       PERFORMANCE BANNER
    ======================================================== */
    .wp-perf-section {
      background: linear-gradient(135deg, #0a1628, #0f2240);
      border-top: 1px solid rgba(47,134,255,0.15);
      border-bottom: 1px solid rgba(47,134,255,0.15);
      padding: 60px 0;
    }

    body.light-mode .wp-perf-section { background: linear-gradient(135deg, #eff6ff, #f0fdf4); border-color: rgba(33,197,93,0.2); }

    .wp-stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; text-align: center; }
    @media (max-width: 768px) { .wp-stat-grid { grid-template-columns: repeat(2, 1fr); } }

    .wp-stat-num { font-size: 3rem; font-weight: 800; letter-spacing: -0.03em; color: #21c55d; line-height: 1; margin-bottom: 6px; }
    .wp-stat-label { font-size: 0.9rem; color: #94a3b8; font-weight: 600; }
    body.light-mode .wp-stat-label { color: #475569; }
    body.light-mode .wp-stat-num { color: #16a34a; }

    /* ========================================================
       FAQ SECTION
    ======================================================== */
    .hmk-faq-section { padding: 100px 0; background: #06090f; border-top: 1px solid rgba(255,255,255,0.05); }
    body.light-mode .hmk-faq-section { background: #f8fafc; border-color: rgba(0,0,0,0.05); }

    .hmk-faq-wrap { display: grid; grid-template-columns: 1fr 1.5fr; gap: 4rem; align-items: flex-start; }
    @media (max-width: 991px) { .hmk-faq-wrap { grid-template-columns: 1fr; } }

    .hmk-section-kicker { display: inline-block; color: #21c55d; font-size: 0.85rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 1rem; background: rgba(33,197,93,0.1); padding: 6px 14px; border-radius: 50px; border: 1px solid rgba(33,197,93,0.2); }

    .hmk-faq-title { font-size: 2.5rem; font-weight: 800; color: #fff; margin-bottom: 1rem; }
    body.light-mode .hmk-faq-title { color: #0f172a; }
    .hmk-faq-subtitle { color: #94a3b8; font-size: 1.05rem; line-height: 1.7; }
    body.light-mode .hmk-faq-subtitle { color: #475569; }

    .hmk-faq-list { display: flex; flex-direction: column; gap: 1rem; }
    .hmk-faq-item { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: 16px; padding: 1.5rem; cursor: pointer; transition: all 0.3s; }
    body.light-mode .hmk-faq-item { background: #ffffff; border-color: rgba(0,0,0,0.08); box-shadow: 0 5px 15px rgba(0,0,0,0.02); }
    .hmk-faq-item:hover { border-color: #21c55d; }

    .hmk-faq-item summary { font-size: 1.1rem; font-weight: 600; color: #fff; outline: none; list-style: none; position: relative; padding-right: 2rem; }
    body.light-mode .hmk-faq-item summary { color: #0f172a; }
    .hmk-faq-item summary::-webkit-details-marker { display: none; }
    .hmk-faq-item summary::after { content: '\f067'; font-family: 'Font Awesome 6 Free'; font-weight: 900; position: absolute; right: 0; top: 50%; transform: translateY(-50%); color: #21c55d; font-size: 1rem; transition: 0.3s; }
    .hmk-faq-item[open] summary::after { content: '\f068'; transform: translateY(-50%) rotate(180deg); }
    .hmk-faq-item p { margin-top: 1rem; color: #94a3b8; line-height: 1.7; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,0.05); }
    body.light-mode .hmk-faq-item p { color: #475569; border-color: rgba(0,0,0,0.05); }

    /* ========================================================
       FOOTER
    ======================================================== */
    .footer-wrap { background: #030712; position: relative; padding-top: 5rem; overflow: hidden; }
    .footer-horizon { position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(33,197,93,0.6), rgba(47,134,255,0.6), transparent); box-shadow: 0 0 30px 2px rgba(33,197,93,0.3); }
    .footer_links h4 { color: #f8fafc; font-size: 1.05rem; font-weight: 700; margin-bottom: 1.5rem; text-transform: uppercase; letter-spacing: 0.1em; }
    .footer_links ul { list-style: none; padding: 0; margin: 0; }
    .footer_links ul li { margin-bottom: 1rem; }
    .footer_links ul li a { color: #64748b; text-decoration: none; font-size: 0.95rem; font-weight: 500; transition: all 0.3s ease; display: inline-flex; align-items: center; }
    .footer_links ul li a:hover { color: #e2e8f0; transform: translateX(4px); }
    .footer_about p { color: #64748b; font-size: 0.95rem; line-height: 1.7; margin-top: 1.5rem; }
    .footer-status { display: inline-flex; align-items: center; gap: 8px; background: rgba(34,208,126,0.1); border: 1px solid rgba(34,208,126,0.2); padding: 8px 16px; border-radius: 50px; color: #22d07e; font-size: 0.85rem; font-weight: 600; margin-top: 1.5rem; }
    .footer-status .pulse { width: 8px; height: 8px; border-radius: 50%; background: #22d07e; box-shadow: 0 0 10px #22d07e; animation: statusPulse 2s infinite; }
    @keyframes statusPulse { 0% { transform: scale(0.95); opacity: 1; } 50% { transform: scale(1.2); opacity: 0.7; } 100% { transform: scale(0.95); opacity: 1; } }
    .footer_bottom { border-top: 1px solid rgba(255,255,255,0.05); margin-top: 4rem; padding: 2rem 0; background: rgba(0,0,0,0.2); }
    .footer_bottom p { color: #475569; font-size: 0.9rem; font-weight: 500; }

    @media (max-width: 768px) {
      .footer-wrap .footer_links, .footer-wrap .footer_links .row, .footer-wrap .footer_links .row > div,
      .footer-wrap .col-lg-8, .footer-wrap .col-md-4, .footer-wrap .col-sm-6,
      .footer-wrap .col-lg-4, .footer-wrap .col-md-12 { text-align: center !important; padding-left: 0 !important; padding-right: 0 !important; }
      .footer-wrap .row { margin-left: 0 !important; margin-right: 0 !important; }
      .footer-wrap .footer_links ul { padding: 0 !important; text-align: center !important; }
      .footer-wrap .footer_links ul li { display: block !important; text-align: center !important; }
      .footer-wrap .footer_links ul li a { display: block !important; text-align: center !important; }
      .footer-wrap .footer_links ul li a:hover { transform: none !important; }
      .footer-wrap .footer_about { text-align: center !important; }
      .footer-wrap .footer_about .d-flex { justify-content: center !important; }
      .footer-wrap .footer_about p { margin: 1rem auto 0 !important; max-width: 320px; text-align: center !important; }
      .footer-wrap .footer-status { margin: 1.2rem auto 0 !important; }
      .footer-wrap .footer_bottom .row { text-align: center !important; gap: 1rem; }
    }

    /* ========================================================
       OBJECT BG DECORATION
    ======================================================== */
    .object_1 { position: absolute; top: 0; right: 0; z-index: 0; pointer-events: none; opacity: 0.5; }