/* ============================================================
   wordpress.css — Page-specific styles for wordpress-hosting.php
   Shared components in base.css + theme.css + components.css
   ============================================================ */

/* ── HERO ────────────────────────────────────────────────── */
.wp-hero-wrapper {
  position: relative; padding: 160px 0;
  background: radial-gradient(ellipse 70% 60% at 50% -20%, rgba(33,197,93,.12), transparent), #06090f;
  overflow: hidden; text-align: center;
  border-bottom: 1px solid rgba(255,255,255,.05);
}
body.light-mode .wp-hero-wrapper {
  background: radial-gradient(ellipse 70% 60% at 50% -20%, rgba(33,197,93,.08), transparent), #fff;
  border-bottom: 1px solid rgba(0,0,0,.06);
}

.wp-badge { display: inline-block; padding: 6px 16px; background: rgba(33,197,93,.1); color: #21c55d; border: 1px solid rgba(33,197,93,.25); border-radius: 50px; font-size: .85rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; margin-bottom: 1.5rem; }

.wp-hero-title { font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 800; line-height: 1.35; letter-spacing: -0.01em; color: #fff; margin-bottom: 1.25rem; }
body.light-mode .wp-hero-title { color: #0f172a; }
.wp-hero-title .grad { background: linear-gradient(135deg, #21c55d, var(--brand-blue)); -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 .3s; box-shadow: 0 8px 24px rgba(33,197,93,.3); }
.wp-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(33,197,93,.4); color: #fff; }

.wp-btn-secondary { background: rgba(255,255,255,.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,.1); transition: all .3s; }
.wp-btn-secondary:hover { background: rgba(255,255,255,.1); color: #fff; }
body.light-mode .wp-btn-secondary { color: #475569; border-color: rgba(0,0,0,.1); background: rgba(0,0,0,.03); }
body.light-mode .wp-btn-secondary:hover { background: rgba(0,0,0,.06); color: #0f172a; }

/* ── 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,.1); border-bottom: none; box-shadow: 0 -10px 60px rgba(47,134,255,.08), 0 30px 60px rgba(0,0,0,.5); overflow: hidden; transform: perspective(1200px) rotateX(3deg); transition: transform .5s ease; }
body.light-mode .wp-mockup { background: #f8fafc; border-color: rgba(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,.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,.05); border: 1px solid rgba(255,255,255,.08); border-radius: 6px; padding: 5px 12px; font-size: .8rem; color: #64748b; font-family: monospace; text-align: center; }
body.light-mode .wp-url-bar { background: rgba(0,0,0,.05); border-color: rgba(0,0,0,.1); }

.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,.05); }
body.light-mode .wp-sidebar { background: #fff; border-right-color: rgba(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,.05); margin-bottom: 8px; }
body.light-mode .wp-sb-logo { border-color: rgba(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: .85rem; color: #fff; font-weight: 800; }
.wp-sb-logo span { font-size: .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: .82rem; color: #64748b; font-weight: 500; transition: all .2s; }
.wp-sb-item.active { background: rgba(34,113,177,.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: .78rem; font-weight: 700; cursor: pointer; }

.wp-post-list { display: flex; flex-direction: column; gap: 8px; }
.wp-post-row { background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.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,.08); }
.wp-post-info { display: flex; flex-direction: column; gap: 2px; }
.wp-post-title { font-size: .85rem; font-weight: 600; color: #e2e8f0; }
body.light-mode .wp-post-title { color: #0f172a; }
.wp-post-meta  { font-size: .72rem; color: #64748b; }
.wp-post-status { font-size: .72rem; font-weight: 700; padding: 3px 10px; border-radius: 20px; }
.wp-post-status.pub   { background: rgba(33,197,93,.1); color: #22c55e; border: 1px solid rgba(33,197,93,.2); }
.wp-post-status.draft { background: rgba(148,163,184,.1); color: #94a3b8; border: 1px solid rgba(148,163,184,.2); }

.wp-perf-strip { background: #0a0f1e; border-top: 1px solid rgba(255,255,255,.05); padding: 12px 20px; display: flex; gap: 30px; align-items: center; justify-content: center; flex-wrap: wrap; }
body.light-mode .wp-perf-strip { background: #e8f0fe; border-top-color: rgba(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: .75rem; color: #94a3b8; font-weight: 600; }
.wp-perf-item strong { color: #22c55e; font-size: .8rem; }
body.light-mode .wp-perf-item span { color: #475569; }

@media (max-width: 768px) { .wp-mockup-body { grid-template-columns: 1fr; } .wp-sidebar { display: none; } }

/* ── WP FEATURES BAR ──────────────────────────────────────── */
.wp-features-bar { background: #06090f; border-bottom: 1px solid rgba(255,255,255,.05); padding: 40px 0; }
body.light-mode .wp-features-bar { background: #f8fafc; border-color: rgba(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,.03); border: 1px solid rgba(255,255,255,.06); border-radius: 14px; transition: all .3s; }
body.light-mode .wp-feat-item { background: #fff; border-color: rgba(0,0,0,.08); }
.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,.1); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; color: #21c55d; }
.wp-feat-text strong { display: block; font-size: .9rem; font-weight: 700; color: #f1f5f9; margin-bottom: 2px; }
body.light-mode .wp-feat-text strong { color: #0f172a; }
.wp-feat-text span { font-size: .78rem; color: #64748b; }

/* ── ZIGZAG (WordPress green accent) ─────────────────────── */
.zigzag-section { padding: 100px 0; background: #06090f; border-top: 1px solid rgba(255,255,255,.05); }
body.light-mode .zigzag-section { background: #f8fafc; border-color: rgba(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; 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-feature-box { text-align: center; }
  .zz-icon { margin: 0 auto 10px !important; }
}
}
.zz-kicker { color: #21c55d; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; font-size: .85rem; display: block; margin-bottom: 10px; }
.zz-title  { color: #fff; font-size: 2.2rem; font-weight: 800; line-height: 1.35; 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,.03); border: 1px solid rgba(255,255,255,.08); border-radius: 16px; padding: 24px; text-align: center; transition: all .3s; }
body.light-mode .zz-feature-box { background: #fff; border-color: rgba(0,0,0,.08); }
.zz-feature-box:hover { border-color: #21c55d; transform: translateY(-5px); }
.zz-icon { width: 45px; height: 45px; background: rgba(33,197,93,.1); color: #21c55d; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; margin: 0 auto 10px; }
.zz-feature-box h4 { color: #fff; font-size: 1.05rem; font-weight: 700; margin: 0 0 8px; }
body.light-mode .zz-feature-box h4 { color: #0f172a; }
.zz-feature-box p  { color: #64748b; font-size: .9rem; line-height: 1.5; margin: 0; }
body.light-mode .zz-feature-box p  { color: #475569; }

/* ── PRICING CARD ORDER BUTTONS (full-width inside cards) ─── */
.hmk-order-btn-full {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 13px 20px;
  border-radius: 13px;
  font-weight: 800;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all .25s ease;
  min-height: 50px;
  color: #fff !important;
  letter-spacing: 0.03em;
  margin-top: auto;
}
.hmk-order-btn-full:hover {
  transform: translateY(-2px);
  color: #fff !important;
  filter: brightness(1.1);
}

.go-blue   { background: linear-gradient(135deg, var(--brand-blue), #1ea9df); box-shadow: 0 10px 24px rgba(47,134,255,.25); }
.go-green  { background: linear-gradient(135deg, #21c55d, #16a34a);           box-shadow: 0 10px 24px rgba(33,197,93,.25); }
.go-orange { background: linear-gradient(135deg, #ff8a2d, #ff6f1a);           box-shadow: 0 10px 24px rgba(255,138,45,.25); }
.go-blue-solid { background: linear-gradient(135deg, #1d6fd6, var(--brand-blue)); box-shadow: 0 10px 24px rgba(47,134,255,.35); border: 1px solid rgba(255,255,255,.15); }
.go-purple { background: linear-gradient(135deg, #b56dff, #8b4dff); box-shadow: 0 10px 24px rgba(181,109,255,.25); }

.go-blue:hover       { box-shadow: 0 14px 30px rgba(47,134,255,.38); }
.go-green:hover      { box-shadow: 0 14px 30px rgba(33,197,93,.38); }
.go-orange:hover     { box-shadow: 0 14px 30px rgba(255,138,45,.38); }
.go-blue-solid:hover { box-shadow: 0 14px 30px rgba(47,134,255,.45); }
.go-purple:hover     { box-shadow: 0 14px 30px rgba(181,109,255,.38); }

/* ── GHOST OUTLINE BUTTON (zigzag section CTA) ───────────── */
.zz-btn-ghost {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 14px 36px; border-radius: 14px;
  background: transparent;
  border: 1.5px solid rgba(33,197,93,.5);
  color: #21c55d !important;
  font-weight: 700; font-size: 1rem;
  text-decoration: none;
  transition: all .3s ease;
  box-shadow: 0 0 18px rgba(33,197,93,.1);
}
.zz-btn-ghost:hover {
  background: rgba(33,197,93,.08);
  border-color: #21c55d;
  box-shadow: 0 0 28px rgba(33,197,93,.25);
  transform: translateY(-2px);
  color: #21c55d !important;
}
body.light-mode .zz-btn-ghost {
  border-color: #16a34a;
  color: #16a34a !important;
}

/* ── WP PERFORMANCE BANNER ────────────────────────────────── */
.wp-perf-section { background: linear-gradient(135deg, #0a1628, #0f2240); border-top: 1px solid rgba(47,134,255,.15); border-bottom: 1px solid rgba(47,134,255,.15); padding: 60px 0; }
body.light-mode .wp-perf-section { background: linear-gradient(135deg, #eff6ff, #f0fdf4); border-color: rgba(33,197,93,.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.01em; color: #21c55d; line-height: 1; margin-bottom: 6px; }
.wp-stat-label { font-size: .9rem; color: #94a3b8; font-weight: 600; }
body.light-mode .wp-stat-label { color: #475569; }
body.light-mode .wp-stat-num   { color: #16a34a; }

/* ── WP TOGGLE & PRICING OVERRIDES ───────────────────────── */
.hmk-toggle-btn.active { background: #21c55d !important; box-shadow: 0 4px 12px rgba(33,197,93,.3) !important; }
body.light-mode .hmk-pricing-section { background: #f1f5f9 !important; }
body.light-mode .hmk-pricing-title   { color: #0f172a !important; }
body.light-mode .hmk-pricing-subtitle { color: #475569 !important; }

/* WordPress button colour variant */
.hmk-btn-green { background: linear-gradient(135deg, #21c55d, #16a34a) !important; box-shadow: 0 10px 24px rgba(33,197,93,.22) !important; }
.greenc { color: #21c55d; }

/* ── FAQ (WordPress green accent) ────────────────────────── */
.hmk-faq-section { background: #06090f; border-top: 1px solid rgba(255,255,255,.05); }
body.light-mode .hmk-faq-section { background: #f8fafc !important; border-color: rgba(0,0,0,.05) !important; }
.hmk-faq-item:hover { border-color: #21c55d !important; }
.hmk-faq-item summary::after { color: #21c55d !important; }
.hmk-section-kicker { color: #21c55d !important; background: rgba(33,197,93,.1) !important; border-color: rgba(33,197,93,.2) !important; }
