/* Setvance visual redesign: Hevy-inspired clarity, original Setvance identity. */
:root {
  --bg: #ffffff;
  --panel: #ffffff;
  --panel2: #f5f7fa;
  --line: #e4e7ec;
  --text: #101828;
  --muted: #667085;
  --green: #287bea;
  --green2: #1e67d0;
  --ink: #ffffff;
  --amber: #b7791f;
  --max: 1240px;
  --blue: #287bea;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: #fff;
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
}
body:before, .ambient { display: none; }
a { color: inherit; }

.siteHeader {
  width: min(calc(100% - 56px), 1240px);
  height: 78px;
  border-bottom: 0;
  background: rgba(255,255,255,.96);
}
.brand { color: #101828; font-size: 1.12rem; }
.brandMark {
  width: 31px; height: 31px; border-radius: 8px;
  background: #101828; color: #fff; box-shadow: none;
}
.navLinks { gap: 31px; color: #344054; font-size: .92rem; }
.navLinks a:hover, .linkButton:hover { color: var(--blue); }
.headerActions { gap: 19px; }
.linkButton { color: var(--blue); }
.button {
  background: var(--blue); border-color: var(--blue); color: #fff;
  border-radius: 10px; box-shadow: none; font-weight: 700;
  padding: 13px 21px; transition: background .18s ease, transform .18s ease;
}
.button:hover { background: var(--green2); box-shadow: none; transform: translateY(-1px); }
.button-small { border-radius: 10px; padding: 12px 18px; }
.button-ghost { color: #344054; border-color: var(--line); background: #fff; }
.button-ghost:hover { color: var(--blue); border-color: #b8d1f8; background: #f8fbff; }

.hero {
  width: min(calc(100% - 56px), 1240px);
  min-height: 610px;
  padding: 78px 0 90px;
  gap: 74px;
}
.eyebrow { color: var(--blue); font-size: .7rem; letter-spacing: .13em; }
.hero h1 { max-width: 670px; color: #101828; font-size: clamp(3.4rem, 7vw, 6.8rem); letter-spacing: -.085em; }
.heroLead { color: #475467; max-width: 590px; font-size: 1.15rem; }
.microcopy { color: #98a2b3; }
.heroVisual { min-height: 430px; }
.orb {
  width: 310px; height: 310px;
  background: radial-gradient(circle at 50% 50%, #05070b 0 24%, #202a38 25% 31%, transparent 32%), conic-gradient(from 30deg, transparent 0 13%, rgba(40,123,234,.9) 18%, transparent 33% 46%, rgba(40,123,234,.42) 54%, transparent 71% 100%);
  box-shadow: 0 28px 80px rgba(16,24,40,.18), inset 0 0 40px #10213a;
}
.orbCore span { color: #fff; text-shadow: 0 0 22px rgba(40,123,234,.8); }
.orbRing { border-color: rgba(40,123,234,.32); }
.orbitDot { background: var(--blue); box-shadow: 0 0 16px rgba(40,123,234,.7); }
.dot-two { background: #93baf5; }
.floatingCard {
  background: rgba(255,255,255,.96); color: var(--text); border-color: var(--line);
  border-radius: 10px; box-shadow: 0 16px 38px rgba(16,24,40,.12); backdrop-filter: none;
}
.cardLabel { color: var(--blue); }
.miniBar { background: #e4e7ec; }
.miniBar i { background: var(--blue); }

.featureSection, .stepsSection, .storySection, .bodyShowcase, .pricingSection, .testimonialSection, .faqSection { padding: 80px 0; }
.sectionIntro h2, .privacyInner h2 { color: #101828; }
.sectionIntro p, .privacyInner p { color: #667085; }
.featureGrid { gap: 16px; }
.feature {
  min-height: 190px; padding: 24px; border-radius: 12px;
  background: #fff; border-color: var(--line); box-shadow: 0 5px 18px rgba(16,24,40,.035);
}
.feature:hover { border-color: #b8d1f8; transform: translateY(-2px); }
.featureIcon { color: var(--blue); }
.step { border-color: var(--line); }
.step span, .storyGrid article span { color: var(--blue); }
.privacyBand { margin-top: 20px; background: #101828; color: #fff; }
.privacyInner h2 { color: #fff; }
.privacyInner p { color: #cbd5e1; }
.privacyInner .eyebrow { color: #93baf5; }
.button-light { background: #fff; color: #101828; border-color: #fff; }
.siteFooter { color: #667085; border-top: 1px solid var(--line); }
.siteFooter .brand { color: #101828; }

.storyGrid article, .bodyMapWeb, .pricingCard {
  background: #fff; border-color: var(--line); box-shadow: 0 5px 18px rgba(16,24,40,.035);
}
.storyGrid article { border-radius: 12px; }
.bodyMapWeb { border-radius: 14px; }
.bodySilhouette { background: #101828; color: #fff; box-shadow: 0 20px 48px rgba(16,24,40,.16); }
.bodyPills button { border-radius: 8px; background: #fff; color: #475467; }
.bodyPills button:hover { color: var(--blue); border-color: #b8d1f8; }
.pricingCard { border-radius: 14px; }

/* Dedicated Hevy-like authentication composition, implemented as a full page. */
.modal { z-index: 100; }
.modalBackdrop { background: #fff; backdrop-filter: none; }
.authPanel {
  position: relative; width: 100%; max-width: none; min-height: 100vh; margin: 0; padding: 0;
  border: 0; border-radius: 0; background: #fff; box-shadow: none;
  display: flex; align-items: center; justify-content: flex-start; overflow: auto;
}
.authPanel:after {
  content: "Setvance\A Plan with clarity.\A Train with context.";
  white-space: pre-line; position: absolute; inset: 0 0 0 52%;
  display: flex; align-items: center; justify-content: center; padding: 10% 8% 10% 13%;
  background: linear-gradient(140deg, #f5f8fc 0%, #edf3fb 100%);
  color: #101828; font-size: clamp(1.8rem, 3.3vw, 3.7rem); line-height: 1.02; font-weight: 750; letter-spacing: -.06em;
  text-align: left;
  box-shadow: inset 1px 0 0 var(--line);
}
.authPanel > *:not(.modalClose) { position: relative; z-index: 2; }
.authPanel .eyebrow, .authPanel h2, .authPanel > p, .authPanel form, .authPanel .switchAuth { width: min(420px, calc(100vw - 70px)); margin-left: 9vw; }
.authPanel h2 { margin-top: 8px; margin-bottom: 8px; font-size: 2.35rem; }
.authPanel > p { color: #667085; }
.authPanel label { color: #344054; }
.authPanel label span { color: #98a2b3; }
.authPanel input, .authPanel select {
  background: #fff; color: #101828; border-color: #d0d5dd; border-radius: 8px; padding: 13px;
}
.authPanel input:focus, .authPanel select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(40,123,234,.14); }
.authPanel .checkRow { width: min(420px, calc(100vw - 70px)); }
.authPanel .switchAuth { text-align: center; }
.authPanel .switchAuth .linkButton { color: var(--blue); }
.authPanel .modalClose { position: fixed; z-index: 4; right: 28px; top: 20px; color: #667085; font-size: 1.9rem; }

body.workspaceMode { background: #f7f8fa; color: #101828; }
body.workspaceMode .dashboard.workspace { background: #f7f8fa; color: #101828; }
.workspacePanel { background: #f7f8fa; }
.workspaceShell { grid-template-columns: 244px minmax(0, 1fr); }
.workspaceSidebar {
  background: #fff; border-right: 1px solid var(--line); padding: 24px 15px;
}
.workspaceBrand { color: #101828; padding-bottom: 26px; }
.workspaceBrand img { background: #101828; }
.workspaceNav { gap: 3px; }
.workspaceNav button { border-radius: 8px; color: #667085; padding: 11px 12px; }
.workspaceNav button:hover { background: #f5f8fc; border-color: transparent; color: #101828; }
.workspaceNav button.active { background: #edf4ff; color: #1554a5; border-color: transparent; box-shadow: inset 3px 0 var(--blue); }
.workspaceNav b { color: var(--blue); }
.workspaceSidebarFooter { border-color: var(--line); color: #667085; }
.workspaceMain { padding: 34px clamp(24px, 4vw, 64px) 70px; }
.workspaceTop h1 { color: #101828; font-size: clamp(2rem, 4vw, 3.1rem); }
.workspaceTop p, .workspaceCard p { color: #667085; }
.workspaceCard {
  background: #fff; border-color: var(--line); border-radius: 12px; box-shadow: 0 4px 18px rgba(16,24,40,.035);
}
.workspaceHero { background: #101828; color: #fff; border-color: #101828; box-shadow: 0 10px 24px rgba(16,24,40,.12); }
.workspaceHero h2, .workspaceHero p { color: #fff; }
.workspaceHero p { opacity: .72; }
.workspaceButton { background: var(--blue); border-color: var(--blue); color: #fff; border-radius: 8px; }
.workspaceButton:hover { background: #1e67d0; }
.workspaceButton.secondary { background: #fff; color: #344054; border-color: #d0d5dd; }
.workspaceLink { color: var(--blue); }
.workspaceTag, .workspaceTabs button { border-radius: 7px; background: #f8fafc; color: #667085; }
.workspaceTabs button.active { background: var(--blue); border-color: var(--blue); color: #fff; }
.workspaceBar { background: var(--blue); border-radius: 5px 5px 2px 2px; }
.workspaceForm input, .workspaceForm select, .workspaceForm textarea, .workspaceSetRow input { background: #fff; color: #101828; border-color: #d0d5dd; border-radius: 8px; }
.workspaceNotice { background: #edf4ff; border-color: #b8d1f8; color: #1554a5; }
.workspaceWarning { background: #fff7e6; border-color: #f2cc8f; color: #8a5b12; }
.workspaceProfileBadge { background: #101828; color: #fff; }
.workspaceToast { background: #101828; color: #fff; border-radius: 8px; }

@media (max-width: 760px) {
  .siteHeader, .hero { width: min(calc(100% - 32px), var(--max)); }
  .siteHeader { height: 70px; }
  .authPanel { align-items: flex-start; padding-top: 75px; }
  .authPanel:after { display: none; }
  .authPanel .eyebrow, .authPanel h2, .authPanel > p, .authPanel form, .authPanel .switchAuth { margin-left: 20px; width: calc(100vw - 40px); }
  .authPanel h2 { font-size: 2rem; }
  .workspaceShell { grid-template-columns: 1fr; }
}
