:root {
  --bg: #f5f7fb;
  --bg-elevated: #ffffff;
  --surface: #ffffff;
  --surface-2: #eef2f8;
  --heading: #0f1a2e;
  --muted: #5b6b86;
  --text: #334155;
  --accent: #3b6ef5;
  --accent-2: #6a4dff;
  --accent-soft: rgba(59, 110, 245, 0.12);
  --success: #0f9f6e;
  --danger: #e11d48;
  --border: rgba(15, 26, 46, 0.1);
  --shadow: 0 18px 48px rgba(15, 26, 46, 0.08);
  --radius: 18px;
  --font: "DM Sans", "Segoe UI", sans-serif;
  --display: "Instrument Serif", Georgia, serif;
  font-family: var(--font);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background:
    radial-gradient(1200px 600px at 10% -10%, rgba(59, 110, 245, 0.12), transparent 55%),
    radial-gradient(900px 500px at 90% 0%, rgba(106, 77, 255, 0.08), transparent 50%),
    var(--bg);
  color: var(--text);
  line-height: 1.55;
  min-height: 100vh;
}

img { max-width: 100%; display: block; }

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

.container {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
}

.hidden { display: none !important; }

/* Logo — keep natural aspect ratio; never force square */
.logo-img {
  height: 2rem;
  width: auto;
  max-width: none;
  object-fit: contain;
  object-position: left center;
  flex-shrink: 0;
  border-radius: 0;
  background: transparent;
}

.logo-img-header {
  height: 2.35rem;
  width: auto;
  max-height: 2.35rem;
}

.logo-img-footer {
  height: 2rem;
  width: auto;
}

.logo-img.sm {
  height: 1.5rem;
  width: auto;
}

/* Compact mark (slogo) — square icon for favicon-scale placements */
.logo-img-sm {
  width: 2rem;
  height: 2rem;
  max-width: 2rem;
  object-fit: contain;
  object-position: center;
  flex-shrink: 0;
  border-radius: 8px;
  background: transparent;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid var(--border);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 0;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--heading);
  line-height: 0;
  flex-shrink: 0;
}

.logo-mark {
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 6px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  box-shadow: 0 0 0 4px rgba(59, 110, 245, 0.12);
}

.logo-text { display: none; }

.nav {
  display: none;
  gap: 1.25rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.nav a:hover { color: var(--heading); }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0.78rem 1.25rem;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.btn:hover { transform: translateY(-1px); }

.btn:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  transform: none;
}

.btn-sm {
  padding: 0.55rem 0.95rem;
  font-size: 0.85rem;
}

.btn-primary {
  background: linear-gradient(135deg, var(--accent), #5a7dff 45%, var(--accent-2));
  color: #fff;
  box-shadow: 0 10px 28px rgba(59, 110, 245, 0.28);
}

.btn-primary:hover {
  box-shadow: 0 14px 32px rgba(59, 110, 245, 0.36);
}

.btn-ghost {
  background: var(--surface);
  border-color: var(--border);
  color: var(--heading);
}

.btn-ghost:hover {
  background: var(--surface-2);
  border-color: rgba(15, 26, 46, 0.16);
}

.btn-block { width: 100%; }

.btn-icon {
  width: 1.05rem;
  height: 1.05rem;
  flex-shrink: 0;
}

/* Hero */
.hero {
  position: relative;
  padding: 3.5rem 0 2.5rem;
  overflow: hidden;
}

.hero-glow {
  position: absolute;
  inset: -20% 20% auto;
  height: 420px;
  background:
    radial-gradient(circle at 30% 40%, rgba(59, 110, 245, 0.14), transparent 55%),
    radial-gradient(circle at 70% 30%, rgba(106, 77, 255, 0.1), transparent 50%);
  pointer-events: none;
  filter: blur(8px);
}

.hero-grid {
  position: relative;
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

.eyebrow {
  margin: 0 0 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  font-weight: 700;
  color: #3b6ef5;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.eyebrow-logo {
  height: 1.15rem;
  width: auto;
  border-radius: 0;
  object-fit: contain;
}

.eyebrow.light { color: #3b6ef5; }

h1, h2, h3 { color: var(--heading); letter-spacing: -0.03em; }

h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.6rem, 6vw, 4.2rem);
  font-weight: 400;
  line-height: 1.05;
}

h1 em {
  font-style: italic;
  background: linear-gradient(120deg, #1e3a8a, #3b6ef5 40%, #6a4dff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lede {
  margin: 1.15rem 0 0;
  font-size: 1.08rem;
  color: var(--muted);
  max-width: 36rem;
}

.lede strong {
  color: var(--heading);
  font-weight: 600;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.6rem;
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1rem;
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.hero-trust li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.hero-trust li::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 0 4px rgba(15, 159, 110, 0.15);
}

.hero-panel { min-width: 0; }

.panel-card {
  background: linear-gradient(180deg, #ffffff, #f8faff);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 1.1rem;
  box-shadow: var(--shadow);
}

.panel-top {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 1rem;
}

.dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: rgba(15, 26, 46, 0.15);
}

.dot:nth-child(1) { background: #fb7185; }
.dot:nth-child(2) { background: #fbbf24; }
.dot:nth-child(3) { background: #34d399; }

.panel-label {
  margin-left: auto;
  font-size: 0.78rem;
  color: var(--muted);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.panel-label img {
  height: 1.15rem;
  width: 1.15rem;
  border-radius: 4px;
  object-fit: contain;
}

.panel-label img.logo-img-sm {
  width: 1.15rem;
  height: 1.15rem;
  max-width: 1.15rem;
}

/* Hero visual / brand stage */
.hero-visual {
  position: relative;
  min-height: 11.5rem;
  margin-bottom: 1rem;
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 45%, rgba(59, 110, 245, 0.16), transparent 55%),
    linear-gradient(145deg, #eef3ff, #f7f9fc);
  border: 1px solid var(--border);
  overflow: hidden;
  display: grid;
  place-items: center;
}

.hero-visual-main {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
}

.hero-brand-mark {
  width: auto;
  height: 3.75rem;
  max-width: 11rem;
  object-fit: contain;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

.hero-visual-rings {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 9rem;
  height: 9rem;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.hero-visual-rings span {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(59, 110, 245, 0.14);
  animation: pulse-ring 4.5s ease-out infinite;
}

.hero-visual-rings span:nth-child(2) {
  inset: 12%;
  animation-delay: 0.7s;
  border-color: rgba(59, 110, 245, 0.22);
}

.hero-visual-rings span:nth-child(3) {
  inset: 24%;
  animation-delay: 1.4s;
  border-color: rgba(59, 110, 245, 0.32);
}

@keyframes pulse-ring {
  0%, 100% { transform: scale(0.92); opacity: 0.55; }
  50% { transform: scale(1.05); opacity: 1; }
}

.hero-float-cards {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
}

.float-card {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.65rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid var(--border);
  box-shadow: 0 10px 24px rgba(15, 26, 46, 0.1);
  color: var(--heading);
  font-size: 0.72rem;
  font-weight: 600;
  backdrop-filter: blur(8px);
}

.float-card svg {
  width: 0.95rem;
  height: 0.95rem;
  color: var(--accent);
}

.float-card-1 { top: 0.85rem; left: 0.85rem; }
.float-card-2 { top: 1.1rem; right: 0.75rem; }
.float-card-3 { bottom: 0.9rem; left: 50%; transform: translateX(-50%); }

.metric-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-bottom: 0.9rem;
}

.metric {
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 1rem;
}

.metric-value {
  display: block;
  font-family: var(--display);
  font-size: 2rem;
  color: var(--heading);
  line-height: 1;
}

.metric-label {
  display: block;
  margin-top: 0.35rem;
  color: var(--muted);
  font-size: 0.85rem;
}

.flow {
  display: grid;
  gap: 0.65rem;
}

.flow-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  align-items: start;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 0.85rem 0.95rem;
}

.flow-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: var(--accent-soft);
  color: var(--accent);
  flex-shrink: 0;
}

.flow-icon svg {
  width: 1.1rem;
  height: 1.1rem;
}

.flow-num {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: 0.06em;
  margin-top: 0.15rem;
}

.flow-step strong {
  display: block;
  color: var(--heading);
  font-size: 0.95rem;
}

.flow-step p {
  margin: 0.2rem 0 0;
  color: var(--muted);
  font-size: 0.86rem;
}

/* Sections */
.section {
  padding: 4rem 0;
}

.section-alt {
  background: linear-gradient(180deg, #eef2f8, #f5f7fb);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.section-head {
  max-width: 40rem;
  margin-bottom: 2rem;
}

.section-head h2,
.strip h2,
.why-grid h2,
.cta-copy h2 {
  margin: 0;
  font-size: clamp(1.7rem, 3.5vw, 2.4rem);
  line-height: 1.15;
  font-weight: 600;
}

.section-lede {
  margin: 0.85rem 0 0;
  color: var(--muted);
}

.strip-grid,
.why-grid,
.cta-grid {
  display: grid;
  gap: 1.75rem;
}

.strip-copy p {
  margin: 0 0 0.9rem;
  color: var(--muted);
  font-size: 1.02rem;
}

.strip-copy p:last-child { margin-bottom: 0; }

.problem-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.25rem;
}

.problem-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  background: var(--surface);
  border: 1px solid var(--border);
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(15, 26, 46, 0.04);
}

.problem-chip svg {
  width: 0.95rem;
  height: 0.95rem;
  color: var(--accent);
}

.benefit-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

.benefit-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.25rem 1.2rem;
  box-shadow: 0 8px 24px rgba(15, 26, 46, 0.04);
  transition: border-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.benefit-card:hover {
  border-color: rgba(59, 110, 245, 0.28);
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(15, 26, 46, 0.1);
}

.benefit-card h3 {
  margin: 0.55rem 0 0.4rem;
  font-size: 1.1rem;
}

.benefit-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.icon-wrap {
  width: 2.6rem;
  height: 2.6rem;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(59, 110, 245, 0.14), rgba(106, 77, 255, 0.08));
  color: var(--accent);
  border: 1px solid rgba(59, 110, 245, 0.16);
}

.icon-wrap svg {
  width: 1.25rem;
  height: 1.25rem;
}

.product-card {
  display: grid;
  grid-template-rows: auto auto 1fr;
}

.product-icon {
  width: 2.4rem;
  height: 2.4rem;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--surface-2);
  border: 1px solid var(--border);
  color: var(--accent);
}

.product-icon svg {
  width: 1.15rem;
  height: 1.15rem;
}

.product-card h3 {
  margin-top: 0.75rem;
}

/* Story + Ask Savantly demo videos */
.story-head,
.ask-head {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.story-head .section-lede,
.ask-head .section-lede {
  margin-left: auto;
  margin-right: auto;
}

.video-frame-wrap {
  width: min(920px, 100%);
  margin: 0 auto;
}

.video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 20px;
  overflow: hidden;
  background: #0f1a2e;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.video-caption {
  margin: 0.9rem 0 0;
  text-align: center;
  color: var(--muted);
  font-size: 0.92rem;
}

.steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.2rem 1.25rem;
}

.step-index {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  box-shadow: 0 8px 20px rgba(59, 110, 245, 0.28);
}

.step-index svg {
  width: 1.2rem;
  height: 1.2rem;
}

.step h3 {
  margin: 0.1rem 0 0.35rem;
  font-size: 1.08rem;
}

.step p {
  margin: 0;
  color: var(--muted);
}

.why-intro { min-width: 0; }

.why-brand-panel {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(59, 110, 245, 0.1), rgba(106, 77, 255, 0.06));
  border: 1px solid rgba(59, 110, 245, 0.16);
}

.why-brand-panel img {
  width: auto;
  height: 2.75rem;
  max-width: 9rem;
  object-fit: contain;
  border-radius: 0;
  background: transparent;
  flex-shrink: 0;
}

.why-brand-panel strong {
  display: block;
  color: var(--heading);
  margin-bottom: 0.2rem;
}

.why-brand-panel span {
  color: var(--muted);
  font-size: 0.92rem;
}

.why-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}

.why-list li {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 1rem 1.1rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  align-items: start;
}

.why-icon {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: var(--accent-soft);
  color: var(--accent);
  flex-shrink: 0;
}

.why-icon svg {
  width: 1.1rem;
  height: 1.1rem;
}

.why-list strong {
  display: block;
  color: var(--heading);
  margin-bottom: 0.2rem;
}

.why-list span { color: var(--muted); font-size: 0.94rem; }

.proof-grid {
  display: grid;
  gap: 1rem;
}

.quote-card,
.stat-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.35rem 1.25rem;
}

.quote-mark {
  width: 1.6rem;
  height: 1.6rem;
  color: rgba(59, 110, 245, 0.45);
  margin-bottom: 0.75rem;
}

.quote-mark svg {
  width: 100%;
  height: 100%;
}

.quote-card p {
  margin: 0;
  font-family: var(--display);
  font-size: 1.35rem;
  line-height: 1.35;
  color: var(--heading);
}

.quote-card footer {
  margin-top: 1.1rem;
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.quote-avatar {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #fff;
  font-weight: 700;
  font-size: 0.85rem;
  flex-shrink: 0;
}

.quote-name {
  display: block;
  font-weight: 600;
  color: var(--heading);
  font-size: 0.95rem;
}

.quote-meta {
  display: block;
  color: var(--muted);
  font-size: 0.88rem;
}

.stat-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(circle at 90% 10%, rgba(59, 110, 245, 0.12), transparent 45%),
    var(--surface);
}

.stat-logo {
  width: auto;
  height: 2rem;
  max-width: 7rem;
  object-fit: contain;
  border-radius: 0;
  margin-bottom: 0.85rem;
}

.stat-logo.logo-img-sm {
  width: 2.5rem;
  height: 2.5rem;
  max-width: 2.5rem;
  border-radius: 10px;
}

.stat-value {
  margin: 0;
  font-family: var(--display);
  font-size: 2.6rem;
  color: var(--heading);
  line-height: 1;
}

.stat-label {
  margin: 0.5rem 0 0;
  color: var(--heading);
  font-weight: 600;
}

.stat-note {
  margin: 0.35rem 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

/* CTA / calendar */
.cta-section {
  padding-bottom: 5rem;
}

.cta-wide {
  width: min(1200px, calc(100% - 1.25rem));
  margin: 0 auto;
  display: grid;
  gap: 1.5rem;
}

.cta-copy-wide {
  max-width: 46rem;
}

.cta-copy-wide > p {
  margin: 0.85rem 0 0;
  color: var(--muted);
  font-size: 1.02rem;
}

.cta-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 1.4rem 1.25rem 1.25rem;
  box-shadow: var(--shadow);
}

.cta-calendar-card {
  padding-bottom: 1rem;
  min-width: 0;
  width: 100%;
}

.cta-calendar-wide {
  padding: 1.25rem 1rem 1rem;
}

.cta-card-head {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  margin-bottom: 0.25rem;
}

.cta-card-head img {
  width: auto;
  height: 1.75rem;
  max-width: 6.5rem;
  object-fit: contain;
  border-radius: 0;
  flex-shrink: 0;
  margin-top: 0.2rem;
}

.cta-card-head img.logo-img-sm {
  width: 2.35rem;
  height: 2.35rem;
  max-width: 2.35rem;
  border-radius: 10px;
}

.cta-card h3 {
  margin: 0;
  font-size: 1.25rem;
}

.form-intro {
  margin: 0.35rem 0 0.85rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.calendly-embed-wrap {
  width: 100%;
  min-height: 720px;
  border-radius: 16px;
  overflow: hidden;
  background: #f8fafc;
  border: 1px solid var(--border);
}

.calendly-embed {
  display: block;
  width: 100%;
  min-width: 100%;
  height: 720px;
  border: 0;
  background: transparent;
}

.cta-points {
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  display: grid;
  gap: 0.55rem;
}

.cta-points li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
}

.cta-points svg {
  width: 1.15rem;
  height: 1.15rem;
  color: var(--success);
  flex-shrink: 0;
  margin-top: 0.15rem;
}

.lead-form { display: grid; gap: 0.85rem; }

.field { display: grid; gap: 0.35rem; }

.field-row {
  display: grid;
  gap: 0.85rem;
}

label {
  font-size: 0.82rem;
  font-weight: 600;
  color: #334155;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--border);
  background: #f8fafc;
  color: var(--heading);
  border-radius: 12px;
  padding: 0.78rem 0.9rem;
  font: inherit;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

input::placeholder,
textarea::placeholder { color: #94a3b8; }

input:focus,
textarea:focus {
  border-color: rgba(59, 110, 245, 0.55);
  box-shadow: 0 0 0 4px rgba(59, 110, 245, 0.12);
  background: #fff;
}

textarea { resize: vertical; min-height: 5.5rem; }

.form-status {
  min-height: 1.25rem;
  margin: 0.15rem 0 0;
  font-size: 0.9rem;
}

.form-status.success { color: var(--success); }
.form-status.error { color: var(--danger); }

.form-fine {
  margin: 0;
  color: #64748b;
  font-size: 0.78rem;
  text-align: center;
}

/* Footer */
.site-footer {
  border-top: 1px solid var(--border);
  padding: 2rem 0 2.5rem;
}

.footer-inner {
  display: grid;
  gap: 0.45rem;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  color: var(--heading);
  font-weight: 700;
  line-height: 0;
}

.footer-tag,
.footer-meta {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

/* Admin */
.admin-body {
  background: var(--bg);
  color: var(--text);
  min-height: 100vh;
}

.admin-shell {
  width: min(1100px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 2rem 0 3rem;
}

.admin-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.admin-header-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.admin-header-brand .logo-img-sm {
  width: 2.25rem;
  height: 2.25rem;
  max-width: 2.25rem;
  border-radius: 10px;
}

.admin-header h1 {
  margin: 0.2rem 0 0;
  font-size: 1.8rem;
  font-family: var(--font);
  font-weight: 700;
}

.admin-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 1.25rem;
  margin-bottom: 1rem;
}

.admin-card h2 {
  margin: 0 0 0.75rem;
  font-size: 1.1rem;
  font-family: var(--font);
}

.admin-login {
  max-width: 420px;
  margin: 12vh auto;
  text-align: center;
}

.admin-login p { color: var(--muted); }

.admin-login .logo {
  justify-content: center;
  margin-bottom: 0.75rem;
}

.config-grid {
  display: grid;
  gap: 0.85rem;
}

.config-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 0.5rem;
}

.table-wrap { overflow-x: auto; }

table.submissions-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.submissions-table th,
.submissions-table td {
  text-align: left;
  padding: 0.75rem 0.6rem;
  border-bottom: 1px solid var(--border);
  vertical-align: top;
}

.submissions-table th {
  color: #475569;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.submissions-table td { color: var(--text); }

.badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.2rem 0.55rem;
  font-size: 0.75rem;
  font-weight: 600;
  background: var(--accent-soft);
  color: #1d4ed8;
}

.badge.new { background: rgba(15, 159, 110, 0.12); color: #047857; }
.badge.contacted { background: rgba(59, 110, 245, 0.12); color: #1d4ed8; }
.badge.closed { background: rgba(15, 26, 46, 0.06); color: #64748b; }

.empty-state {
  color: var(--muted);
  padding: 1rem 0.25rem;
}

.admin-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.85rem;
}

.muted { color: var(--muted); }

@media (min-width: 720px) {
  .nav { display: flex; }

  .benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .field-row {
    grid-template-columns: 1fr 1fr;
  }

  .proof-grid {
    grid-template-columns: 1.2fr 1.2fr 0.9fr;
  }

  .strip-grid,
  .why-grid {
    grid-template-columns: 1.05fr 1fr;
    align-items: start;
  }

  .cta-wide {
    width: min(1240px, calc(100% - 2rem));
    gap: 1.75rem;
  }

  .cta-calendar-wide {
    padding: 1.5rem 1.35rem 1.15rem;
  }

  .calendly-embed-wrap,
  .calendly-embed {
    min-height: 750px;
    height: 750px;
  }
}

@media (min-width: 960px) {
  .hero {
    padding: 4.5rem 0 3rem;
  }

  .hero-grid {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 2.75rem;
  }

  .benefit-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .benefit-grid.products-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .steps {
    grid-template-columns: repeat(3, 1fr);
  }

  .step {
    grid-template-columns: 1fr;
  }

  .cta-wide {
    width: min(1280px, calc(100% - 2rem));
  }

  .cta-copy-wide {
    max-width: 52rem;
  }

  .cta-points {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem 1.25rem;
  }

  .calendly-embed-wrap,
  .calendly-embed {
    min-height: 780px;
    height: 780px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-visual-rings span {
    animation: none;
  }

  .benefit-card:hover {
    transform: none;
  }

  .btn:hover {
    transform: none;
  }
}
