/* =========================================================================
   The Marketing Software — Homepage styles
   Pairs with homepage-hero.jsx + homepage-sections.jsx
   ========================================================================= */

body { color: #1e293b; background: #fff; font-size: 16px; line-height: 1.55; }

.hp-container { max-width: 1240px; margin: 0 auto; padding: 0 24px; }
.hp-section { padding: 96px 0; }
.hp-section-tinted { background: #f8fafc; }

/* ---------- Header ---------- */
.hp-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,0.85); backdrop-filter: saturate(180%) blur(12px); border-bottom: 1px solid #e2e8f0; }
.hp-header-inner { display: flex; align-items: center; gap: 32px; height: 68px; }
.hp-logo-link { text-decoration: none; }
.hp-nav { display: flex; gap: 28px; flex: 1; }
.hp-nav a { color: #475569; font-size: 14px; font-weight: 500; text-decoration: none; transition: color .15s; }
.hp-nav a:hover { color: #0f172a; }
.hp-header-actions { display: flex; align-items: center; gap: 12px; }
.hp-lang { display: flex; align-items: center; gap: 6px; padding: 6px 10px; border-radius: 999px; border: 1px solid #e2e8f0; background: #fff; color: #475569; font-size: 12px; font-weight: 600; cursor: pointer; }
.hp-lang:hover { border-color: #cbd5e1; color: #0f172a; }
.hp-link-muted { color: #475569; font-size: 14px; font-weight: 500; text-decoration: none; }
.hp-link-muted:hover { color: #0f172a; }

/* ---------- Buttons ---------- */
.hp-btn-primary {
  display: inline-flex; align-items: center; gap: 6px;
  background: linear-gradient(135deg, #10b981 0%, #06b6d4 100%);
  color: #fff !important; font-weight: 700; font-size: 15px;
  padding: 12px 22px; border-radius: 10px; border: none; text-decoration: none;
  box-shadow: 0 8px 20px rgba(6,182,212,0.32);
  transition: transform .1s, box-shadow .15s; cursor: pointer;
}
.hp-btn-primary:hover { transform: translateY(-1px); box-shadow: 0 12px 28px rgba(6,182,212,0.45); }
.hp-btn-primary:active { transform: translateY(0); }
.hp-btn-sm { padding: 8px 14px; font-size: 13px; }
.hp-btn-lg { padding: 16px 28px; font-size: 16px; }
.hp-btn-ghost-dark {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(255,255,255,0.08); color: #f8fafc !important;
  border: 1px solid rgba(255,255,255,0.18); padding: 16px 28px;
  border-radius: 10px; font-weight: 600; font-size: 16px; text-decoration: none;
  transition: background .15s;
}
.hp-btn-ghost-dark:hover { background: rgba(255,255,255,0.14); }

/* ---------- Eyebrow ---------- */
.hp-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.14em;
  color: #cbd5e1; padding: 6px 14px;
  background: rgba(16,185,129,0.10); border: 1px solid rgba(16,185,129,0.28); border-radius: 999px;
  margin-bottom: 20px;
}
.hp-eyebrow-dot { width: 6px; height: 6px; border-radius: 50%; background: #10b981; box-shadow: 0 0 8px #10b981; }
.hp-eyebrow-light {
  color: #0e7490; background: rgba(6,182,212,0.08); border-color: rgba(6,182,212,0.25);
}

.hp-h2 { font-size: clamp(32px, 4vw, 48px); font-weight: 800; line-height: 1.05; letter-spacing: -0.025em; color: #0f172a; margin: 0 0 20px; max-width: 880px; }
.hp-section-head { text-align: center; margin: 0 auto 64px; max-width: 760px; }
.hp-section-head .hp-h2, .hp-section-head .hp-section-sub { margin-left: auto; margin-right: auto; }
.hp-section-sub { font-size: 18px; color: #475569; line-height: 1.55; margin: 0; max-width: 640px; }

/* ============================================================
   HERO
   ============================================================ */
.hp-hero {
  position: relative; overflow: hidden;
  background: linear-gradient(180deg, #050b14 0%, #07101e 50%, #0c1a2e 100%);
  color: #e2e8f0; padding: 80px 0 96px;
}
.hp-hero-glow { position: absolute; border-radius: 50%; filter: blur(140px); pointer-events: none; }
.hp-hero-glow-1 { top: -160px; right: 5%; width: 540px; height: 540px; background: rgba(16,185,129,0.30); }
.hp-hero-glow-2 { bottom: -180px; left: -100px; width: 520px; height: 520px; background: rgba(6,182,212,0.28); }
.hp-hero-glow-3 { top: 30%; left: 35%; width: 380px; height: 380px; background: rgba(125,211,252,0.18); }
.hp-hero-grid-bg {
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse at center, #000 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 30%, transparent 75%);
}

.hp-hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: 56px; align-items: center; }
@media (max-width: 980px) { .hp-hero-inner { grid-template-columns: 1fr; gap: 48px; } }

.hp-hero-title { font-size: clamp(40px, 5.4vw, 68px); font-weight: 800; line-height: 1.02; letter-spacing: -0.035em; color: #f8fafc; margin: 0 0 22px; }
.hp-hero-subtitle { font-size: clamp(16px, 1.3vw, 19px); color: #cbd5e1; line-height: 1.55; margin: 0 0 32px; max-width: 540px; }

.hp-scan-form { margin-bottom: 18px; }
.hp-scan-row {
  display: grid; grid-template-columns: auto 1fr auto; gap: 8px; align-items: center;
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12);
  border-radius: 14px; padding: 8px; backdrop-filter: blur(12px);
}
.hp-scan-icon { display: flex; padding-left: 10px; color: #94a3b8; }
.hp-scan-input {
  background: transparent; border: none; outline: none;
  color: #f1f5f9; font-size: 16px; font-family: inherit; padding: 12px 4px; min-width: 0;
}
.hp-scan-input::placeholder { color: #64748b; }
.hp-scan-submit {
  display: inline-flex; align-items: center;
  background: linear-gradient(135deg, #10b981 0%, #06b6d4 100%); color: #fff;
  border: none; border-radius: 10px; padding: 0 24px; height: 48px;
  font-size: 15px; font-weight: 700; cursor: pointer; white-space: nowrap;
  box-shadow: 0 8px 20px rgba(6,182,212,0.32);
  transition: transform .1s, box-shadow .15s;
}
.hp-scan-submit:hover:not(:disabled) { transform: translateY(-1px); box-shadow: 0 12px 28px rgba(6,182,212,0.45); }
.hp-scan-submit:disabled { opacity: 0.85; cursor: wait; }
.hp-scan-fine { font-size: 13px; color: #94a3b8; margin: 12px 4px 0; }

.hp-spinner { animation: spin 0.8s linear infinite; margin-right: 6px; }
@keyframes spin { to { transform: rotate(360deg); } }

.hp-trust-row { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 24px; }
.hp-trust-item { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: #94a3b8; }
.hp-trust-item svg { color: #67e8f9; }

/* Result card */
.hp-result-card {
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.10);
  border-radius: 20px; padding: 28px; backdrop-filter: blur(16px);
  box-shadow: 0 24px 60px rgba(0,0,0,0.35);
}
.hp-result-head { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 24px; }
.hp-result-domain { font-size: 22px; font-weight: 700; color: #f8fafc; }
.hp-result-sub { font-size: 13px; color: #94a3b8; margin-top: 2px; }
.hp-result-score { font-size: 48px; font-weight: 800; color: transparent; background: linear-gradient(135deg, #10b981, #06b6d4); -webkit-background-clip: text; background-clip: text; line-height: 1; letter-spacing: -0.04em; }
.hp-result-score span { font-size: 16px; color: #94a3b8; font-weight: 600; -webkit-text-fill-color: #94a3b8; }

.hp-result-grades { display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; }
.hp-result-grade { background: rgba(255,255,255,0.03); border-radius: 10px; padding: 12px 14px; }
.hp-result-grade-head { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.hp-result-grade-icon { display: flex; padding: 7px; border-radius: 8px; }
.hp-result-grade-label { font-size: 13px; font-weight: 600; color: #f1f5f9; }
.hp-result-grade-v { font-size: 12px; color: #94a3b8; }
.hp-result-grade-num { margin-left: auto; font-size: 18px; font-weight: 700; color: #f8fafc; font-variant-numeric: tabular-nums; }
.hp-result-grade-bar { height: 4px; border-radius: 2px; background: rgba(255,255,255,0.08); overflow: hidden; }
.hp-result-grade-bar > div { height: 100%; border-radius: 2px; transition: width .8s ease; }

.hp-result-cta {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  background: linear-gradient(135deg, #10b981 0%, #06b6d4 100%); color: #fff !important;
  padding: 14px 24px; border-radius: 10px; text-decoration: none; font-weight: 700;
  box-shadow: 0 8px 20px rgba(6,182,212,0.32);
  transition: transform .1s;
}
.hp-result-cta:hover { transform: translateY(-1px); }

/* Loading stage */
.hp-scan-stage { padding: 8px 0; }
.hp-scan-stage-pulse {
  width: 56px; height: 56px; margin: 0 auto 18px; border-radius: 50%;
  background: radial-gradient(circle, rgba(6,182,212,0.6), transparent 70%);
  animation: pulse 1.5s ease-in-out infinite;
}
@keyframes pulse { 0%,100% { transform: scale(1); opacity: 0.8; } 50% { transform: scale(1.2); opacity: 1; } }
.hp-scan-stage-text { text-align: center; font-size: 15px; color: #cbd5e1; margin-bottom: 18px; }
.hp-scan-stage-bar { height: 4px; background: rgba(255,255,255,0.08); border-radius: 2px; overflow: hidden; margin-bottom: 24px; }
.hp-scan-stage-fill { height: 100%; width: 0; background: linear-gradient(90deg, #10b981, #06b6d4); animation: fill 1.4s ease-out forwards; }
@keyframes fill { to { width: 95%; } }
.hp-scan-stage-list { display: flex; flex-direction: column; gap: 8px; }
.hp-scan-stage-item {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 14px; background: rgba(255,255,255,0.03); border-radius: 8px;
  font-size: 13px; color: #cbd5e1;
  opacity: 0; animation: fadeIn .25s ease-out forwards;
}
.hp-scan-stage-dots { margin-left: auto; color: #06b6d4; font-weight: 700; letter-spacing: 0.2em; animation: dots 1s steps(3) infinite; }
@keyframes fadeIn { to { opacity: 1; } }
@keyframes dots { 0%,100% { opacity: 0.3; } 50% { opacity: 1; } }

/* Hero mockup default */
.hp-mockup-frame { position: relative; }
.hp-mockup-window {
  background: #fff; border-radius: 14px; overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,0.5), 0 0 0 1px rgba(255,255,255,0.08);
  transform: perspective(1400px) rotateY(-4deg) rotateX(2deg);
}
.hp-mockup-chrome { display: flex; align-items: center; gap: 6px; padding: 10px 14px; background: #f1f5f9; border-bottom: 1px solid #e2e8f0; }
.hp-mockup-dot { width: 10px; height: 10px; border-radius: 50%; }
.hp-mockup-url { margin-left: 16px; font-size: 11px; color: #64748b; font-family: ui-monospace, Menlo, monospace; }
.hp-mockup-body { display: grid; grid-template-columns: 110px 1fr; min-height: 320px; }
.hp-mockup-side { background: #f8fafc; border-right: 1px solid #e2e8f0; padding: 12px 8px; display: flex; flex-direction: column; gap: 4px; }
.hp-mockup-side-item { display: flex; align-items: center; gap: 8px; padding: 6px 8px; border-radius: 6px; font-size: 11px; color: #475569; font-weight: 500; }
.hp-mockup-side-item:nth-child(1) { background: #ecfeff; color: #0e7490; }
.hp-mockup-main { padding: 16px; }
.hp-mockup-h { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 12px; }
.hp-mockup-h-title { font-size: 13px; font-weight: 600; color: #0f172a; }
.hp-mockup-h-score { font-size: 28px; font-weight: 800; color: #0891b2; letter-spacing: -0.03em; }
.hp-mockup-h-score span { font-size: 12px; color: #94a3b8; font-weight: 600; }
.hp-mockup-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin-bottom: 12px; }
.hp-mockup-stat { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 8px; padding: 10px; }
.hp-mockup-stat-icon { width: 24px; height: 24px; display: flex; align-items: center; justify-content: center; border-radius: 6px; margin-bottom: 6px; }
.hp-mockup-stat-icon svg { width: 14px; height: 14px; }
.hp-mockup-stat-v { font-size: 18px; font-weight: 700; color: #0f172a; line-height: 1; letter-spacing: -0.02em; }
.hp-mockup-stat-l { font-size: 10px; color: #64748b; margin-top: 2px; }
.hp-mockup-chart { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 8px; padding: 8px; height: 80px; }
.hp-mockup-chart svg { width: 100%; height: 100%; }

.hp-float {
  position: absolute; display: flex; align-items: center; gap: 10px;
  background: rgba(255,255,255,0.95); padding: 10px 14px; border-radius: 12px;
  box-shadow: 0 16px 40px rgba(0,0,0,0.3); backdrop-filter: blur(8px);
}
.hp-float-1 { top: -16px; right: -28px; }
.hp-float-2 { bottom: 28px; left: -36px; }
.hp-float-icon { display: flex; padding: 8px; border-radius: 8px; }
.hp-float-title { font-size: 13px; font-weight: 700; color: #0f172a; }
.hp-float-sub { font-size: 11px; color: #64748b; }

/* Logo strip */
.hp-logo-strip { margin-top: 80px; padding-top: 32px; border-top: 1px solid rgba(255,255,255,0.08); position: relative; z-index: 1; }
.hp-logo-strip-label { text-align: center; font-size: 12px; color: #94a3b8; text-transform: uppercase; letter-spacing: 0.14em; margin-bottom: 24px; }
.hp-logo-strip-row { display: flex; flex-wrap: wrap; gap: 56px; justify-content: center; align-items: center; opacity: 0.5; }
.hp-logo-strip-name { font-size: 16px; font-weight: 700; color: #cbd5e1; letter-spacing: 0.02em; }

/* ============================================================
   SUITE GRID
   ============================================================ */
.hp-suite-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
@media (max-width: 1024px) { .hp-suite-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px)  { .hp-suite-grid { grid-template-columns: 1fr; } }

.hp-suite-card {
  position: relative;
  background: #fff; border: 1px solid #e2e8f0; border-radius: 16px;
  padding: 24px; transition: border-color .15s, box-shadow .15s, transform .15s;
  display: flex; flex-direction: column;
}
.hp-suite-card:hover { border-color: var(--c, #94a3b8); box-shadow: 0 16px 32px rgba(0,0,0,0.06); transform: translateY(-2px); }
.hp-suite-card.is-feature {
  grid-column: span 2; grid-row: span 1;
  background: linear-gradient(135deg, #fff 0%, var(--bg, #f8fafc) 100%);
  border-color: var(--tint, #e2e8f0);
}
@media (max-width: 1024px) { .hp-suite-card.is-feature { grid-column: span 2; } }
@media (max-width: 600px)  { .hp-suite-card.is-feature { grid-column: span 1; } }

.hp-suite-card-head { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.hp-suite-icon {
  width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;
  border-radius: 10px; color: var(--c); background: var(--tint);
}
.hp-suite-name { font-size: 18px; font-weight: 700; color: #0f172a; letter-spacing: -0.01em; }
.hp-suite-sub { font-size: 12px; color: #64748b; text-transform: uppercase; letter-spacing: 0.08em; font-weight: 600; margin-top: 2px; }
.hp-suite-desc { font-size: 14px; color: #475569; line-height: 1.55; margin: 0 0 16px; flex: 1; }
.hp-suite-meta { display: flex; align-items: center; gap: 4px; flex-wrap: wrap; margin-bottom: 14px; padding-top: 14px; border-top: 1px solid #f1f5f9; }
.hp-suite-metric { font-size: 12px; font-weight: 600; color: var(--c); }
.hp-suite-note { font-size: 12px; color: #94a3b8; }
.hp-suite-link { display: inline-flex; align-items: center; gap: 4px; font-size: 13px; color: var(--c); font-weight: 600; text-decoration: none; }
.hp-suite-link:hover { gap: 8px; transition: gap .15s; color: var(--c); }

.hp-suite-card-cta {
  background: #f8fafc;
  border: 1px dashed #cbd5e1;
  align-items: flex-start;
  justify-content: center;
}
.hp-suite-cta-mark { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border-radius: 10px; background: #fff; border: 1px solid #e2e8f0; color: #64748b; margin-bottom: 14px; }
.hp-suite-cta-title { font-size: 16px; font-weight: 700; color: #0f172a; margin-bottom: 4px; }
.hp-suite-cta-sub { font-size: 13px; color: #64748b; }

/* ============================================================
   WHY
   ============================================================ */
.hp-why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 900px) { .hp-why-grid { grid-template-columns: 1fr; } }
.hp-why-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 16px; padding: 32px; }
.hp-why-num { font-size: 12px; color: #06b6d4; font-weight: 700; letter-spacing: 0.14em; margin-bottom: 24px; }
.hp-why-k { font-size: 12px; font-weight: 600; color: #64748b; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 6px; }
.hp-why-t { font-size: 22px; font-weight: 700; color: #0f172a; letter-spacing: -0.02em; margin-bottom: 12px; line-height: 1.2; }
.hp-why-d { font-size: 14px; color: #475569; line-height: 1.6; margin: 0; }

/* ============================================================
   DASHBOARD PREVIEW
   ============================================================ */
.hp-dash-preview { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.35fr); gap: 64px; align-items: center; }
@media (max-width: 1024px) { .hp-dash-preview { grid-template-columns: 1fr; gap: 48px; } }
.hp-dash-preview-text .hp-h2 { margin-left: 0; max-width: none; }
.hp-dash-bullets { list-style: none; padding: 0; margin: 24px 0 32px; display: flex; flex-direction: column; gap: 12px; }
.hp-dash-bullets li { display: flex; align-items: center; gap: 12px; font-size: 15px; color: #334155; }
.hp-dash-check { display: flex; padding: 4px; border-radius: 999px; background: rgba(16,185,129,0.12); color: #10b981; }

.hp-dash-window { transform: perspective(1600px) rotateY(-2deg) rotateX(1deg); }
.hp-dash-body { display: grid; grid-template-columns: 130px 1fr; min-height: 380px; }
.hp-dash-side { background: #f8fafc; border-right: 1px solid #e2e8f0; padding: 14px 10px; }
.hp-dash-side-section { font-size: 10px; font-weight: 700; color: #94a3b8; letter-spacing: 0.14em; padding: 4px 8px 8px; }
.hp-dash-side-item { display: flex; align-items: center; gap: 8px; padding: 6px 8px; border-radius: 6px; font-size: 12px; color: #475569; font-weight: 500; }
.hp-dash-side-item.is-active { background: #ecfeff; color: #0e7490; font-weight: 600; }
.hp-dash-side-badge { margin-left: auto; padding: 1px 6px; background: #4f46e5; color: #fff; border-radius: 999px; font-size: 10px; font-weight: 700; }
.hp-dash-content { padding: 18px 22px; }
.hp-dash-content-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.hp-dash-content-title { font-size: 16px; font-weight: 700; color: #0f172a; }
.hp-dash-content-sub { font-size: 12px; color: #64748b; margin-top: 2px; }
.hp-dash-pill { display: inline-flex; align-items: center; gap: 4px; padding: 3px 10px; background: rgba(34,197,94,0.12); color: #16a34a; border-radius: 999px; font-size: 11px; font-weight: 600; }
.hp-dash-pill::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 0 2px rgba(34,197,94,0.3); }

.hp-dash-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-bottom: 16px; }
.hp-dash-stat { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 10px; padding: 12px; }
.hp-dash-stat-l { font-size: 10px; color: #64748b; text-transform: uppercase; letter-spacing: 0.06em; font-weight: 600; }
.hp-dash-stat-v { font-size: 22px; font-weight: 800; color: #0f172a; letter-spacing: -0.02em; margin-top: 4px; line-height: 1; }
.hp-dash-stat-d { font-size: 11px; font-weight: 700; margin-top: 2px; }

.hp-dash-row { display: grid; grid-template-columns: 1.4fr 1fr; gap: 8px; }
.hp-dash-card { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 10px; padding: 14px; }
.hp-dash-card-h { font-size: 12px; font-weight: 600; color: #0f172a; margin-bottom: 10px; }
.hp-dash-card-foot { font-size: 11px; color: #16a34a; font-weight: 600; margin-top: 6px; }
.hp-dash-alert { display: flex; align-items: center; gap: 10px; padding: 8px 0; border-bottom: 1px solid #e2e8f0; }
.hp-dash-alert:last-child { border-bottom: none; }
.hp-dash-alert-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.hp-dash-alert-t { font-size: 12px; font-weight: 600; color: #0f172a; line-height: 1.3; }
.hp-dash-alert-d { font-size: 11px; color: #64748b; }

/* ============================================================
   PRICING
   ============================================================ */
.hp-billing-toggle { display: inline-flex; gap: 4px; padding: 4px; background: #fff; border: 1px solid #e2e8f0; border-radius: 999px; margin-top: 24px; }
.hp-billing-toggle button { display: inline-flex; align-items: center; gap: 8px; background: transparent; border: none; padding: 8px 18px; border-radius: 999px; font-size: 13px; font-weight: 600; color: #64748b; cursor: pointer; transition: all .15s; }
.hp-billing-toggle button.is-active { background: #0f172a; color: #fff; }
.hp-billing-badge { background: rgba(16,185,129,0.18); color: #047857; padding: 2px 8px; border-radius: 999px; font-size: 11px; font-weight: 700; }
.hp-billing-toggle button.is-active .hp-billing-badge { background: rgba(16,185,129,0.3); color: #6ee7b7; }

.hp-pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: stretch; }
@media (max-width: 900px) { .hp-pricing-grid { grid-template-columns: 1fr; } }
.hp-tier {
  background: #fff; border: 1px solid #e2e8f0; border-radius: 18px;
  padding: 32px; display: flex; flex-direction: column;
  transition: border-color .15s, box-shadow .15s;
  position: relative;
}
.hp-tier:hover { border-color: #cbd5e1; box-shadow: 0 12px 28px rgba(0,0,0,0.04); }
.hp-tier.is-featured {
  border: 2px solid #06b6d4;
  box-shadow: 0 24px 60px rgba(6,182,212,0.18);
  transform: translateY(-8px);
  background: linear-gradient(180deg, #fff 0%, #f0fdfa 100%);
}
.hp-tier-popular {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(135deg, #10b981, #06b6d4); color: #fff;
  font-size: 11px; font-weight: 700; padding: 5px 14px; border-radius: 999px;
  text-transform: uppercase; letter-spacing: 0.1em;
}
.hp-tier-name { font-size: 14px; font-weight: 700; color: #0f172a; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 8px; }
.hp-tier-desc { font-size: 14px; color: #64748b; margin-bottom: 24px; min-height: 42px; }
.hp-tier-price { display: flex; align-items: baseline; gap: 4px; }
.hp-tier-price-num { font-size: 48px; font-weight: 800; color: #0f172a; letter-spacing: -0.04em; line-height: 1; }
.hp-tier-price-per { font-size: 16px; color: #64748b; font-weight: 600; }
.hp-tier-billing { font-size: 12px; color: #94a3b8; margin-top: 6px; min-height: 16px; }
.hp-tier-cta {
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  margin: 24px 0; padding: 12px 20px; border-radius: 10px;
  font-size: 14px; font-weight: 700; text-decoration: none; transition: all .15s;
}
.hp-tier-cta.is-primary { background: linear-gradient(135deg, #10b981 0%, #06b6d4 100%); color: #fff !important; box-shadow: 0 8px 20px rgba(6,182,212,0.32); }
.hp-tier-cta.is-primary:hover { transform: translateY(-1px); box-shadow: 0 12px 28px rgba(6,182,212,0.45); }
.hp-tier-cta.is-outline { background: #fff; border: 1.5px solid #e2e8f0; color: #0f172a !important; }
.hp-tier-cta.is-outline:hover { border-color: #06b6d4; color: #0e7490 !important; }
.hp-tier-features { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.hp-tier-features li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: #334155; line-height: 1.5; }
.hp-tier-check { display: flex; padding: 3px; border-radius: 999px; background: rgba(6,182,212,0.12); color: #0891b2; flex-shrink: 0; margin-top: 1px; }

.hp-pricing-foot { display: flex; justify-content: center; align-items: center; gap: 12px; margin-top: 40px; padding-top: 24px; border-top: 1px solid #e2e8f0; font-size: 14px; color: #64748b; flex-wrap: wrap; }
.hp-pricing-foot a { color: #0891b2; font-weight: 600; display: inline-flex; align-items: center; gap: 4px; }

/* ============================================================
   CTA ISLAND
   ============================================================ */
.hp-cta-section { padding: 64px 0 96px; background: #fff; }
.hp-cta-island {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, #050b14 0%, #0c1a2e 50%, #0e7490 100%);
  border-radius: 36px; padding: 80px 32px; text-align: center;
  box-shadow: 0 24px 60px rgba(15,23,42,0.20);
}
.hp-cta-island-glow { position: absolute; border-radius: 50%; filter: blur(120px); pointer-events: none; }
.hp-cta-island-glow-1 { top: -160px; right: 10%; width: 400px; height: 400px; background: rgba(16,185,129,0.40); }
.hp-cta-island-glow-2 { bottom: -160px; left: 5%; width: 400px; height: 400px; background: rgba(6,182,212,0.35); }
.hp-cta-h2 { position: relative; font-size: clamp(32px, 4vw, 52px); font-weight: 800; color: #f8fafc; letter-spacing: -0.025em; margin: 0 0 18px; line-height: 1.05; }
.hp-cta-sub { position: relative; font-size: 18px; color: #cbd5e1; margin: 0 0 32px; max-width: 560px; margin-left: auto; margin-right: auto; }
.hp-cta-actions { position: relative; display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-bottom: 16px; }
.hp-cta-fine { position: relative; font-size: 13px; color: #94a3b8; margin: 0; }

/* ============================================================
   FOOTER
   ============================================================ */
.hp-footer { background: #050b14; color: #94a3b8; padding: 80px 0 32px; }
.hp-footer-inner { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 2fr); gap: 64px; margin-bottom: 56px; }
@media (max-width: 900px) { .hp-footer-inner { grid-template-columns: 1fr; gap: 32px; } }
.hp-footer-tagline { font-size: 14px; color: #94a3b8; margin: 16px 0 24px; max-width: 320px; }
.hp-footer-trust { display: flex; flex-direction: column; gap: 8px; }
.hp-footer-trust span { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: #cbd5e1; }
.hp-footer-cols { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
@media (max-width: 600px) { .hp-footer-cols { grid-template-columns: repeat(2, 1fr); } }
.hp-footer-col { display: flex; flex-direction: column; gap: 10px; }
.hp-footer-col-h { font-size: 12px; font-weight: 700; color: #f1f5f9; text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 6px; }
.hp-footer-col a { color: #94a3b8; font-size: 14px; text-decoration: none; }
.hp-footer-col a:hover { color: #f8fafc; }
.hp-footer-bottom { display: flex; justify-content: space-between; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.08); font-size: 13px; color: #64748b; }
@media (max-width: 600px) { .hp-footer-bottom { flex-direction: column; gap: 8px; } }
