/* Zenith Web Studio — marketing landing */

.mkt {
  margin: 0;
  font-family: var(--font-ui);
  background: var(--bg);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  line-height: 1.55;
}

.mkt * { box-sizing: border-box; }

.mkt a { color: inherit; text-decoration: none; }

.mkt-container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Buttons */
.mkt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.6rem 1.1rem;
  border-radius: var(--radius);
  font-size: 0.9rem;
  font-weight: 600;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform var(--duration-fast) var(--ease-out),
    box-shadow var(--duration-normal) var(--ease-out),
    background var(--duration-fast) var(--ease-out);
  white-space: nowrap;
}
.mkt-btn-lg { padding: 0.85rem 1.5rem; font-size: 1rem; }
.mkt-btn-block { width: 100%; }

.mkt-btn-primary {
  background: var(--accent-gradient);
  color: #fff;
  box-shadow: 0 8px 30px rgba(232, 93, 93, 0.25);
}
.mkt-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 44px rgba(201, 86, 168, 0.38);
}
.mkt-btn-ghost {
  background: rgba(255, 255, 255, 0.04);
  border-color: var(--border-strong);
  color: var(--text);
}
.mkt-btn-ghost:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.08);
}

/* Nav */
.mkt-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(12px);
  background: rgba(9, 9, 11, 0.55);
  border-bottom: 1px solid transparent;
  transition: background var(--duration-normal), border-color var(--duration-normal);
}
.mkt-nav.scrolled {
  background: rgba(9, 9, 11, 0.85);
  border-bottom-color: var(--border);
}
.mkt-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}
.mkt-brand { display: flex; align-items: center; gap: 0.6rem; font-size: 1rem; }
.mkt-brand-mark { border-radius: 8px; }
.mkt-brand-word { letter-spacing: -0.01em; color: var(--text-secondary); }
.mkt-brand-word strong { color: var(--text); font-weight: 700; }
.mkt-nav-links { display: flex; gap: 1.5rem; }
.mkt-nav-links a {
  color: var(--text-secondary);
  font-size: 0.9rem;
  font-weight: 500;
  transition: color var(--duration-fast);
}
.mkt-nav-links a:hover { color: var(--text); }
.mkt-nav-cta { display: flex; align-items: center; gap: 0.6rem; }

/* Hero */
.mkt-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(4rem, 12vh, 9rem) 0 clamp(3.5rem, 9vh, 7rem);
}
.mkt-hero-bg { position: absolute; inset: 0; z-index: 0; }
.mkt-hero-img,
.mkt-hero-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mkt-hero-img { opacity: 0.55; }
.mkt-hero-canvas { opacity: 0.7; }
.mkt-hero-canvas.shader-wallpaper-fallback { display: none; }
.mkt-hero-veil {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 90% 70% at 50% 40%, rgba(9, 9, 11, 0) 30%, var(--bg) 92%),
    linear-gradient(180deg, rgba(9, 9, 11, 0.35) 0%, rgba(9, 9, 11, 0.1) 40%, var(--bg) 100%);
}
.mkt-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 820px;
  text-align: center;
  animation: fadeInUp 0.8s var(--ease-out) both;
}
.mkt-eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent-teal);
  margin-bottom: 1rem;
}
.mkt-hero-title {
  font-size: clamp(2.4rem, 6vw, 4.2rem);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin: 0 0 1.2rem;
}
.mkt-grad {
  background: var(--accent-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mkt-hero-sub {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: var(--text-secondary);
  max-width: 660px;
  margin: 0 auto 2rem;
}
.mkt-hero-actions {
  display: flex;
  gap: 0.8rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 2.6rem;
}
.mkt-hero-stats {
  display: flex;
  gap: 2.5rem;
  justify-content: center;
  flex-wrap: wrap;
}
.mkt-stat { display: flex; flex-direction: column; gap: 0.15rem; }
.mkt-stat-num { font-size: 1.35rem; font-weight: 700; letter-spacing: -0.02em; }
.mkt-stat-label { font-size: 0.82rem; color: var(--text-tertiary); }

/* Sections */
.mkt-section { padding: clamp(3.5rem, 9vh, 6.5rem) 0; }
.mkt-section-alt { background: linear-gradient(180deg, var(--bg) 0%, var(--bg-elevated) 50%, var(--bg) 100%); }
.mkt-section-head { text-align: center; max-width: 680px; margin: 0 auto 3rem; }
.mkt-h2 {
  font-size: clamp(1.8rem, 4vw, 2.7rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  margin: 0.4rem 0 0.6rem;
}
.mkt-section-sub { color: var(--text-secondary); font-size: 1.05rem; margin: 0; }

/* Grids */
.mkt-grid { display: grid; gap: 1.25rem; }
.mkt-grid-4 { grid-template-columns: repeat(4, 1fr); }
.mkt-grid-3 { grid-template-columns: repeat(3, 1fr); }

/* Feature cards */
.mkt-card {
  position: relative;
  padding: 1.6rem;
  border-radius: var(--radius-lg);
  background: var(--surface);
  border: 1px solid var(--border);
  overflow: hidden;
  transition: transform var(--duration-normal) var(--ease-out),
    border-color var(--duration-normal), box-shadow var(--duration-normal);
}
.mkt-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--accent-gradient-subtle);
  opacity: 0;
  transition: opacity var(--duration-normal);
}
.mkt-card:hover {
  transform: translateY(-4px);
  border-color: var(--border-strong);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}
.mkt-card:hover::before { opacity: 1; }
.mkt-card > * { position: relative; }
.mkt-card h3 { margin: 1rem 0 0.5rem; font-size: 1.15rem; font-weight: 600; }
.mkt-card p { margin: 0; color: var(--text-secondary); font-size: 0.92rem; }

.mkt-card-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--accent-gradient);
  display: grid;
  place-items: center;
  box-shadow: 0 8px 24px rgba(232, 93, 93, 0.25);
}
.mkt-card-icon::after {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.mkt-icon-video::after { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M4 3l9 5-9 5V3z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M4 3l9 5-9 5V3z'/%3E%3C/svg%3E"); }
.mkt-icon-image::after { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M2 4a2 2 0 012-2h8a2 2 0 012 2v8a2 2 0 01-2 2H4a2 2 0 01-2-2V4zm2 0v8h8V4H4z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M2 4a2 2 0 012-2h8a2 2 0 012 2v8a2 2 0 01-2 2H4a2 2 0 01-2-2V4zm2 0v8h8V4H4z'/%3E%3C/svg%3E"); }
.mkt-icon-lora::after { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M8 1l6 3.5v7L8 15l-6-3.5v-7L8 1z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M8 1l6 3.5v7L8 15l-6-3.5v-7L8 1z'/%3E%3C/svg%3E"); }
.mkt-icon-cut::after { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M2 3h12v3H2zM2 7h12v2H2zM2 10h8v3H2z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M2 3h12v3H2zM2 7h12v2H2zM2 10h8v3H2z'/%3E%3C/svg%3E"); }

/* Steps */
.mkt-step {
  padding: 1.8rem;
  border-radius: var(--radius-lg);
  background: var(--surface);
  border: 1px solid var(--border);
}
.mkt-step-num {
  font-family: var(--font-mono);
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--accent);
}
.mkt-step h3 { margin: 0.8rem 0 0.5rem; font-size: 1.2rem; }
.mkt-step p { margin: 0; color: var(--text-secondary); font-size: 0.95rem; }

/* Showcase gallery */
.mkt-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.mkt-tile {
  position: relative;
  aspect-ratio: 3 / 4;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--accent-gradient-subtle);
}
.mkt-tile:nth-child(4n + 1),
.mkt-tile:nth-child(4n) { aspect-ratio: 4 / 5; }
.mkt-tile img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.6s var(--ease-out); }
.mkt-tile:hover img { transform: scale(1.06); }
.mkt-tile-label {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 0.9rem 0.8rem 0.7rem;
  font-size: 0.8rem;
  color: var(--text);
  background: linear-gradient(180deg, transparent, rgba(9, 9, 11, 0.85));
}

/* Pricing */
.mkt-pricing {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 1.5rem;
  max-width: 1120px;
  margin: 0 auto;
}
.mkt-pricing .mkt-price-card {
  flex: 1 1 min(100%, 320px);
  max-width: 360px;
}
.mkt-price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0;
  border-radius: var(--radius-lg);
  background: var(--surface);
  border: 1px solid var(--border);
  overflow: visible;
  text-align: center;
}
.mkt-price-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 2.4rem 1.6rem 1.8rem;
  align-items: center;
}
.mkt-price-featured {
  border-color: transparent;
  background:
    linear-gradient(var(--surface), var(--surface)) padding-box,
    var(--accent-gradient) border-box;
  border: 1px solid transparent;
  box-shadow:
    0 0 0 1px rgba(201, 86, 168, 0.15),
    0 24px 64px rgba(201, 86, 168, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}
.mkt-price-featured::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: radial-gradient(ellipse 80% 50% at 50% -20%, rgba(201, 86, 168, 0.18), transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.mkt-price-ribbon-stack {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  z-index: 2;
  width: max-content;
  max-width: calc(100% - 1.5rem);
}
.mkt-price-ribbon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.2;
  white-space: nowrap;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
}
.mkt-price-ribbon-spotlight {
  background: var(--accent-gradient);
  color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
}
.mkt-price-ribbon-spotlight::before {
  content: "★";
  font-size: 0.6rem;
  opacity: 0.95;
}
.mkt-price-ribbon-value {
  background: rgba(9, 9, 11, 0.92);
  color: var(--accent-teal);
  border: 1px solid rgba(45, 212, 191, 0.45);
  backdrop-filter: blur(8px);
  text-transform: none;
  letter-spacing: 0.02em;
  font-weight: 600;
  font-size: 0.72rem;
  white-space: normal;
  max-width: 260px;
  text-align: center;
}
.mkt-price-ribbon-promo {
  background: var(--accent-violet);
  color: #fff;
}
.mkt-price-value-chip {
  margin: 0.35rem 0 0;
  padding: 0.25rem 0.65rem;
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--accent-teal);
  background: rgba(45, 212, 191, 0.08);
  border: 1px solid rgba(45, 212, 191, 0.25);
  border-radius: 999px;
}
.mkt-price-name { margin: 0.5rem 0 0; font-size: 1.1rem; font-weight: 600; width: 100%; }
.mkt-price {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0.75rem 0 0.5rem;
  width: 100%;
}
.mkt-price-main {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.mkt-price-amt { font-size: 2.6rem; font-weight: 700; letter-spacing: -0.03em; }
.mkt-price-per { color: var(--text-tertiary); font-size: 0.95rem; }
.mkt-price-blurb {
  color: var(--text-secondary);
  font-size: 0.9rem;
  margin: 0 0 0.85rem;
  min-height: 2.6em;
  width: 100%;
}
.mkt-price-equiv-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem;
  margin-bottom: 0.35rem;
  width: 100%;
}
.mkt-equiv-chip {
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--text-secondary);
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border);
}
.mkt-price-equiv-note {
  font-size: 0.72rem;
  color: var(--text-tertiary);
  margin: 0 0 1rem;
  width: 100%;
}
.mkt-price-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  flex: 1;
  width: 100%;
  text-align: left;
}
.mkt-price-list li { position: relative; padding-left: 1.5rem; font-size: 0.9rem; color: var(--text-secondary); }
.mkt-price-list li::before {
  content: "";
  position: absolute;
  left: 0; top: 0.35em;
  width: 14px; height: 9px;
  border-left: 2px solid var(--accent-teal);
  border-bottom: 2px solid var(--accent-teal);
  transform: rotate(-45deg);
}
.mkt-price-foot { text-align: center; color: var(--text-tertiary); font-size: 0.82rem; margin-top: 1.6rem; }

/* Pricing v2 controls */
.mkt-pricing-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem 1.5rem;
  margin-bottom: 2rem;
}
.mkt-segment-tabs,
.mkt-interval-toggle {
  display: inline-flex;
  padding: 4px;
  border-radius: 999px;
  background: var(--surface);
  border: 1px solid var(--border);
}
.mkt-tab,
.mkt-toggle-btn {
  border: none;
  background: transparent;
  color: var(--text-secondary);
  font-size: 0.88rem;
  font-weight: 500;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  cursor: pointer;
}
.mkt-tab.active,
.mkt-toggle-btn.active {
  background: var(--accent-teal);
  color: #fff;
}
.mkt-save-badge {
  display: inline-block;
  margin-left: 0.35rem;
  font-size: 0.72rem;
  font-weight: 600;
  padding: 0.1rem 0.45rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.2);
}
.mkt-team-seats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  margin: -0.5rem 0 1.5rem;
  font-size: 0.9rem;
  color: var(--text-secondary);
}
.mkt-team-seats.hidden { display: none; }
.mkt-team-seats input {
  width: 4rem;
  padding: 0.35rem 0.5rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--text-primary);
}
.mkt-price-strike {
  text-decoration: line-through;
  color: var(--text-tertiary);
  font-size: 1.1rem;
  margin-right: 0.35rem;
}
.mkt-price-billed {
  display: block;
  width: 100%;
  font-size: 0.78rem;
  color: var(--text-tertiary);
  margin-top: 0.25rem;
  text-align: center;
}
.mkt-payg { margin-top: 2.5rem; text-align: center; }
.mkt-payg-title { margin: 0 0 0.4rem; font-size: 1.25rem; }
.mkt-payg-rate { color: var(--text-secondary); font-size: 0.9rem; margin: 0 0 1.2rem; }
.mkt-payg-card {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  padding: 1.2rem;
  text-align: center;
}
.mkt-payg-card h4 { margin: 0; font-size: 1.4rem; }
.mkt-payg-card p { margin: 0.4rem 0; color: var(--text-secondary); }
.mkt-payg-ppc { font-size: 0.8rem; color: var(--text-tertiary); }

/* Promo banner */
body.has-promo-banner { padding-top: 2.5rem; }
.zenith-promo-banner {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 0.55rem 1rem;
  font-size: 0.88rem;
}
.zenith-promo-gradient {
  background: linear-gradient(90deg, var(--accent-teal), var(--accent-violet));
  color: #fff;
}
.zenith-promo-text { color: inherit; text-decoration: none; font-weight: 500; }
.zenith-promo-text:hover { text-decoration: underline; }
.zenith-promo-dismiss {
  border: none;
  background: rgba(0,0,0,0.15);
  color: inherit;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.1rem;
  line-height: 1;
}

/* FAQ */
.mkt-faq-wrap { max-width: 760px; }
.mkt-faq { display: flex; flex-direction: column; gap: 0.75rem; }
.mkt-faq-item {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  padding: 0 1.2rem;
}
.mkt-faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 1.1rem 0;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mkt-faq-item summary::-webkit-details-marker { display: none; }
.mkt-faq-item summary::after { content: "+"; color: var(--accent); font-size: 1.3rem; line-height: 1; }
.mkt-faq-item[open] summary::after { content: "\2212"; }
.mkt-faq-item p { margin: 0 0 1.1rem; color: var(--text-secondary); font-size: 0.95rem; }

/* CTA band */
.mkt-cta {
  padding: clamp(3.5rem, 9vh, 6rem) 0;
  background:
    radial-gradient(ellipse 70% 120% at 50% 0%, rgba(201, 86, 168, 0.18), transparent 60%),
    var(--bg-elevated);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.mkt-cta-inner { text-align: center; }
.mkt-cta-inner p { color: var(--text-secondary); margin: 0.5rem 0 1.8rem; font-size: 1.1rem; }

/* Footer */
.mkt-footer { padding: 2.5rem 0; }
.mkt-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
.mkt-footer-brand { display: flex; align-items: center; gap: 0.5rem; font-size: 0.95rem; }
.mkt-footer-links { display: flex; gap: 1.25rem; flex-wrap: wrap; }
.mkt-footer-links a { color: var(--text-secondary); font-size: 0.88rem; transition: color var(--duration-fast); }
.mkt-footer-links a:hover { color: var(--text); }
.mkt-footer-copy { color: var(--text-tertiary); font-size: 0.8rem; margin: 0; width: 100%; text-align: center; padding-top: 1rem; border-top: 1px solid var(--border); }

/* Responsive */
@media (max-width: 900px) {
  .mkt-grid-4 { grid-template-columns: repeat(2, 1fr); }
  .mkt-gallery { grid-template-columns: repeat(2, 1fr); }
  .mkt-nav-links { display: none; }
}
@media (max-width: 680px) {
  .mkt-grid-3 { grid-template-columns: 1fr; }
  .mkt-hero-stats { gap: 1.5rem; }
  .mkt-nav-cta .mkt-btn-ghost { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .mkt-hero-inner { animation: none; }
  .mkt-btn:hover, .mkt-card:hover { transform: none; }
  .mkt-tile:hover img { transform: none; }
}
