/* Light premium homepage redesign inspired by the provided reference */
:root {
  --cream: #fbf6ed;
  --cream-2: #f4eadc;
  --paper: #fffdf8;
  --ink: #10130f;
  --muted: #68645b;
  --line: #e8dccb;
  --green: #062a22;
  --green-2: #0b3b31;
  --gold: #b67a22;
  --gold-2: #d9a14a;
  --violet: #6b55b7;
  --shadow-soft: 0 24px 80px rgba(49, 35, 18, 0.14);
  --serif: Georgia, 'Times New Roman', serif;
}

html,
body {
  background: var(--cream);
  color: var(--ink);
}

body {
  overflow-x: hidden;
}

.page-loader {
  background: var(--cream);
}

.light-home {
  background: var(--cream);
  color: var(--ink);
  overflow: hidden;
}

.light-home * {
  min-width: 0;
}

.light-home .container {
  max-width: 1160px;
  width: 100%;
}

.navbar {
  background: rgba(251, 246, 237, 0.86);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
  padding: 18px 0;
}

.navbar.scrolled {
  background: #fbf6ed !important;
  border-bottom: 1px solid var(--line) !important;
  box-shadow: 0 12px 38px rgba(49, 35, 18, 0.08);
}

.nav-logo a,
.logo-text {
  color: var(--ink);
}

.logo-text {
  font-family: var(--serif);
  font-weight: 700;
  letter-spacing: 0.08em;
}

.nav-links a {
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
}

.nav-links a:hover {
  color: var(--gold);
  background: rgba(182, 122, 34, 0.08);
}

.dropdown-menu {
  background: var(--paper);
  border-color: var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.login-btn {
  color: var(--ink);
  border-color: transparent;
}

.nav-cta .btn-primary,
.light-home .btn-primary {
  background: var(--green);
  color: #fffaf0;
  border: 1px solid var(--green);
  box-shadow: 0 16px 34px rgba(6, 42, 34, 0.18);
}

.nav-cta .btn-primary:hover,
.light-home .btn-primary:hover {
  background: var(--green-2);
  transform: translateY(-2px);
  box-shadow: 0 20px 44px rgba(6, 42, 34, 0.24);
}

.light-home .btn {
  border-radius: 8px;
  min-height: 44px;
  letter-spacing: 0;
}

.light-home .btn::before {
  display: none;
}

.light-home .btn-outline {
  background: rgba(255, 253, 248, 0.72);
  border: 1px solid #d9c8ae;
  color: var(--ink);
}

.light-home .btn-outline:hover {
  border-color: var(--gold);
  background: #fffaf1;
}

.light-hero {
  position: relative;
  padding: 132px 0 72px;
  min-height: 720px;
  background:
    radial-gradient(circle at 82% 20%, rgba(182, 122, 34, 0.2), transparent 28%),
    linear-gradient(115deg, #fffaf1 0%, #fbf6ed 46%, #efe0ce 100%);
  border-bottom: 1px solid var(--line);
}

.light-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(6, 42, 34, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6, 42, 34, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  pointer-events: none;
}

.light-hero::after {
  content: "";
  position: absolute;
  right: -50px;
  bottom: 0;
  width: 240px;
  height: 360px;
  background:
    radial-gradient(ellipse at center, rgba(6, 42, 34, 0.24), transparent 66%);
  opacity: 0.9;
  pointer-events: none;
}

.hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.76fr 1.24fr;
  gap: 54px;
  align-items: center;
}

.hero-kicker,
.section-heading span,
.section-tag {
  display: inline-flex;
  color: var(--gold);
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.hero-kicker {
  padding: 6px 10px;
  border-radius: 999px;
  background: #f0ddbf;
  margin-bottom: 18px;
}

.hero-copy h1,
.section-heading h2,
.split-layout h2,
.calculator-layout h2,
.faq-header h2 {
  font-family: var(--serif);
  color: var(--ink);
  letter-spacing: 0;
  font-weight: 500;
}

.hero-copy h1 {
  font-size: 62px;
  line-height: 1.05;
  max-width: 560px;
  margin-bottom: 20px;
}

.hero-gold {
  color: var(--gold);
  font-style: italic;
}

.hero-copy h1::after {
  content: none;
}

.hero-copy p {
  color: #393832;
  font-size: 16px;
  line-height: 1.75;
  max-width: 500px;
  margin-bottom: 26px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
}

.hero-points i {
  color: var(--gold);
  margin-right: 8px;
}

.hero-dashboard {
  min-width: 0;
  width: 100%;
}

.dashboard-shell {
  display: grid;
  grid-template-columns: 140px 1fr;
  min-height: 410px;
  border-radius: 12px;
  background: var(--paper);
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(232, 220, 203, 0.8);
  overflow: hidden;
}

.dash-sidebar {
  background: linear-gradient(180deg, var(--green), #031a15);
  color: #c8dfd8;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 18px 12px;
}

.dash-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--gold-2);
  font-size: 13px;
  font-family: var(--serif);
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 10px;
}

.dash-logo i {
  font-size: 15px;
}

.dash-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.dash-menu li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 6px;
  font-size: 10px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
  user-select: none;
}

.dash-menu li i {
  width: 14px;
  text-align: center;
  font-size: 11px;
}

.dash-menu li:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}

.dash-menu li.active {
  color: var(--green);
  background: var(--paper);
  box-shadow: 0 4px 12px rgba(6, 42, 34, 0.12);
}

.dash-main {
  padding: 20px;
  overflow-y: auto;
  max-height: 410px;
  background: var(--paper);
}

.dash-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(232, 220, 203, 0.5);
}

.dash-top strong {
  font-size: 13px;
  color: var(--ink);
}

.dash-top div {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--muted);
  font-size: 11px;
}

.mini-avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--green), var(--gold));
}

/* Dashboard metric grid */
.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 14px;
}

.metric-grid div {
  background: rgba(255, 253, 248, 0.95);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  box-shadow: 0 8px 24px rgba(49, 35, 18, 0.03);
}

.metric-grid span {
  display: block;
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.metric-grid strong {
  display: block;
  font-size: 16px;
  margin: 4px 0;
  color: var(--ink);
}

.metric-grid small {
  display: block;
  color: #187656;
  font-size: 9px;
  font-weight: 800;
}

.metric-grid small.neutral {
  color: var(--muted);
}

.metric-grid small i {
  font-size: 8px;
  margin-right: 2px;
}

.dash-panels {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 12px;
}

.chart-card,
.activity-card {
  background: rgba(255, 253, 248, 0.95);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  box-shadow: 0 8px 24px rgba(49, 35, 18, 0.03);
}

.panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 11px;
  margin-bottom: 12px;
  color: var(--ink);
}

.panel-head span,
.view-all-link {
  color: var(--gold);
  font-size: 9px;
  font-weight: 700;
  cursor: pointer;
}

.chart-bars {
  height: 110px;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  padding-top: 10px;
}

.chart-bars i {
  flex: 1;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(180deg, var(--gold), rgba(182, 122, 34, 0.1));
}

.activity-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.activity-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 6px 0;
  border-bottom: 1px solid rgba(232, 220, 203, 0.3);
}

.activity-row:last-child {
  border-bottom: 0;
}

.activity-row span {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #f0ddbf;
}

.activity-row div {
  flex: 1;
}

.activity-row strong {
  display: block;
  font-size: 10px;
  color: var(--ink);
}

.activity-row small {
  display: block;
  color: var(--muted);
  font-size: 9px;
}

.activity-row em {
  font-style: normal;
  color: var(--muted);
  font-size: 9px;
}

/* B2B Table view */
.panel-head-large {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.panel-head-large h3 {
  font-size: 14px;
  font-family: var(--serif);
  color: var(--ink);
}

.btn-dash-action {
  background: var(--green);
  color: #fff;
  border: 0;
  border-radius: 6px;
  padding: 6px 12px;
  font-size: 9px;
  font-weight: 700;
  cursor: pointer;
}

.db-table-responsive {
  width: 100%;
  overflow-x: auto;
}

.db-data-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 10px;
}

.db-data-table th {
  text-align: left;
  padding: 8px 10px;
  border-bottom: 2px solid var(--line);
  color: var(--muted);
  font-weight: 700;
}

.db-data-table td {
  padding: 8px 10px;
  border-bottom: 1px solid rgba(232, 220, 203, 0.4);
  color: var(--ink);
}

.badge-status {
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 8px;
  font-weight: 800;
}

.badge-status.confirmed {
  background: #dff4e8;
  color: #187656;
}

.badge-status.pending {
  background: #fef3c7;
  color: #b45309;
}

.badge-status.paid {
  background: #dff4e8;
  color: #187656;
}

.badge-status.pending-payment {
  background: #fef3c7;
  color: #b45309;
}

/* Calendar widget */
.calendar-nav {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
}

.calendar-nav span {
  cursor: pointer;
  color: var(--gold);
}

.db-calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
  text-align: center;
  font-size: 10px;
  margin-top: 10px;
}

.db-calendar-grid span {
  padding: 8px 0;
  border-radius: 6px;
  color: var(--ink);
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.db-calendar-grid span:nth-child(-n+7) {
  font-weight: 700;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
  padding-bottom: 4px;
}

.db-calendar-grid .muted {
  color: rgba(16, 19, 15, 0.35);
}

.db-calendar-grid .active-day {
  background: #fff8ee;
  border: 1px dashed var(--gold);
  color: var(--gold);
  font-weight: 700;
}

.db-calendar-grid .active-day small {
  display: block;
  font-size: 7px;
  color: var(--muted);
  font-weight: normal;
  margin-top: 2px;
}

/* Customers widget */
.customer-list-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.customer-card-mini {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.9);
  border: 1px solid var(--line);
}

.customer-card-mini strong {
  display: block;
  font-size: 10px;
  color: var(--ink);
}

.customer-card-mini span {
  display: block;
  font-size: 9px;
  color: var(--muted);
}

.cust-badge {
  font-size: 8px;
  font-weight: 800;
  padding: 2px 6px;
  border-radius: 4px;
}

.cust-badge.vip {
  background: #fef3c7;
  color: #b45309;
}

.cust-badge.active {
  background: #dff4e8;
  color: #187656;
}

.cust-badge.new {
  background: #e0f2fe;
  color: #0369a1;
}

/* Services widget */
.services-list-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.service-item-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 12px;
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.9);
  border: 1px solid var(--line);
  min-height: 70px;
}

.service-item-card strong {
  display: block;
  font-size: 10px;
  color: var(--ink);
}

.service-item-card small {
  display: block;
  font-size: 8px;
  color: var(--muted);
  margin-top: 2px;
}

.service-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
  border-top: 1px solid rgba(232, 220, 203, 0.4);
  padding-top: 6px;
}

.service-meta span {
  font-size: 8px;
  color: var(--muted);
}

.service-meta strong {
  font-size: 10px;
  color: var(--gold);
}

/* Staff widget */
.staff-list-grid {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.staff-member-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.9);
  border: 1px solid var(--line);
}

.staff-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 9px;
  font-weight: 700;
}

.staff-member-row div {
  flex: 1;
}

.staff-member-row strong {
  display: block;
  font-size: 10px;
  color: var(--ink);
}

.staff-member-row small {
  display: block;
  color: var(--muted);
  font-size: 9px;
}

.staff-status {
  font-size: 8px;
  font-weight: 800;
  color: #187656;
  background: #dff4e8;
  padding: 2px 6px;
  border-radius: 4px;
}

/* Reports widget */
.reports-container {
  display: grid;
  gap: 8px;
}

.report-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.9);
  border: 1px solid var(--line);
}

.report-row span {
  font-size: 10px;
  color: var(--muted);
}

.report-row strong {
  font-size: 14px;
  color: var(--ink);
}

/* Settings Switch widgets */
.settings-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.setting-toggle-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.95);
  border: 1px solid var(--line);
}

.setting-toggle-item strong {
  display: block;
  font-size: 10px;
  color: var(--ink);
}

.setting-toggle-item small {
  display: block;
  font-size: 8px;
  color: var(--muted);
  margin-top: 2px;
}

.switch-ui {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 18px;
}

.switch-ui input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider-ui {
  position: absolute;
  cursor: pointer;
  inset: 0;
  background-color: #d1c7bd;
  transition: .3s;
  border-radius: 18px;
}

.slider-ui:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: .3s;
  border-radius: 50%;
}

input:checked + .slider-ui {
  background-color: var(--green);
}

input:checked + .slider-ui:before {
  transform: translateX(14px);
}

.trust-strip {
  padding: 20px 0;
  background: rgba(255, 253, 248, 0.78);
  border-bottom: 1px solid var(--line);
}

.trust-strip .container {
  text-align: center;
}

.trust-strip span {
  display: block;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 10px;
  font-weight: 800;
  margin-bottom: 12px;
}

.logo-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.logo-row strong {
  color: #827a6d;
  font-family: var(--serif);
  letter-spacing: 0.08em;
  font-size: 18px;
  font-weight: 500;
  border-right: 1px solid var(--line);
}

.logo-row strong:last-child {
  border-right: 0;
}

.stats-light {
  padding: 34px 0;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.stats-light-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.stats-light-grid div {
  padding: 20px;
  border-radius: 8px;
  background: #fff8ee;
  border: 1px solid var(--line);
}

.stats-light-grid strong,
.stats-light-grid span {
  display: block;
}

.stats-light-grid strong {
  font-size: 28px;
  color: var(--green);
  font-family: var(--serif);
  font-weight: 500;
}

.stats-light-grid span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
  margin-top: 6px;
}

/* ============================================
   PRODUCT SHOWCASE GRID
   ============================================ */
.product-suite {
  padding: 80px 0 0;
  background: var(--cream);
  color: var(--ink);
}

.product-showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 50px;
}

/* Each product card: info on top, mockup fills bottom */
.psc-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 36px rgba(49, 35, 18, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.psc-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 60px rgba(49, 35, 18, 0.12);
}

/* Info section (top part of card) */
.psc-info {
  padding: 28px 28px 20px;
  flex-shrink: 0;
}

.psc-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  margin-bottom: 18px;
  font-size: 22px;
  color: #fff;
}

.psc-icon.green  { background: var(--green); }
.psc-icon.amber  { background: var(--gold); }
.psc-icon.violet { background: var(--violet); }

.psc-info h3 {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 500;
  color: var(--ink);
  margin-bottom: 10px;
}

.psc-info p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.psc-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 800;
  color: var(--green);
  transition: gap 0.2s ease, color 0.2s ease;
}

.psc-link.amber  { color: var(--gold); }
.psc-link.violet { color: var(--violet); }

.psc-link:hover {
  gap: 10px;
}

/* Mockup panel (bottom / fills remaining card space) */
.psc-mockup {
  flex: 1;
  margin: 0 16px 16px;
  border-radius: 12px;
  overflow: hidden;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

.psc-mockup-green  { background: linear-gradient(160deg, #e8f5ef 0%, #d4ecdf 100%); }
.psc-mockup-amber  { background: linear-gradient(160deg, #fef8ec 0%, #fdf0d4 100%); }
.psc-mockup-violet { background: linear-gradient(160deg, #f0eeff 0%, #e4dcff 100%); }

/* Browser chrome bar */
.mock-header {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 8px 12px;
  background: rgba(255,255,255,0.7);
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.mock-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  flex-shrink: 0;
}

.mock-dot.r { background: #ff5f57; }
.mock-dot.y { background: #febc2e; }
.mock-dot.g { background: #28c840; }

.mock-title {
  font-size: 9px;
  font-weight: 700;
  color: var(--muted);
  margin-left: 8px;
  letter-spacing: 0.04em;
}

/* ---- BookFlow calendar mockup ---- */
.mock-calendar-full {
  padding: 14px 14px 10px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.mcf-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.mcf-header strong {
  font-size: 12px;
  color: var(--ink);
}

.mcf-nav {
  display: flex;
  gap: 6px;
}

.mcf-nav i {
  font-size: 9px;
  color: var(--muted);
  cursor: pointer;
  padding: 3px 5px;
  border-radius: 4px;
  background: rgba(255,255,255,0.6);
}

.mcf-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  margin-bottom: 4px;
}

.mcf-days span {
  font-size: 9px;
  font-weight: 700;
  color: var(--muted);
  padding: 4px 0;
}

.mcf-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
  text-align: center;
  flex: 1;
}

.mcf-grid span {
  font-size: 9px;
  padding: 4px 2px;
  border-radius: 4px;
  color: var(--ink);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.mcf-grid .m { color: rgba(16,19,15,0.3); }

.mcf-grid .today {
  background: var(--green);
  color: #fff;
  font-weight: 800;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  margin: 0 auto;
}

.mcf-grid .has-event em {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--gold);
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translateX(-50%);
}

.mcf-events {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.mcf-event {
  font-size: 9px;
  font-weight: 700;
  padding: 5px 8px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.mcf-event i { font-size: 6px; }
.mcf-event.green-ev  { background: rgba(6,42,34,0.08);  color: var(--green); }
.mcf-event.amber-ev  { background: rgba(182,122,34,0.1); color: var(--gold); }
.mcf-event.purple-ev { background: rgba(107,85,183,0.1); color: var(--violet); }

/* ---- InvoiceFlow mockup ---- */
.mock-invoice {
  padding: 14px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.minv-top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

.minv-top small {
  display: block;
  font-size: 8px;
  color: var(--muted);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 3px;
}

.minv-top strong,
.minv-top span {
  display: block;
  font-size: 10px;
  font-weight: 700;
  color: var(--ink);
}

.minv-amount strong {
  font-size: 14px !important;
  color: var(--ink);
}

.paid-badge {
  display: inline-block !important;
  font-style: normal;
  background: #dff4e8;
  color: #187656;
  font-size: 8px;
  font-weight: 800;
  padding: 2px 7px;
  border-radius: 999px;
  margin-top: 4px;
}

.minv-table {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.minv-row {
  display: grid;
  grid-template-columns: 2fr 0.5fr 1fr 1fr;
  gap: 4px;
  font-size: 9px;
  padding: 5px 6px;
  border-radius: 4px;
}

.minv-row.head {
  color: var(--muted);
  font-weight: 700;
  background: rgba(255,255,255,0.5);
  text-transform: uppercase;
  font-size: 8px;
  letter-spacing: 0.04em;
}

.minv-row.total {
  font-weight: 800;
  border-top: 1px solid rgba(0,0,0,0.1);
  margin-top: 4px;
  padding-top: 6px;
  color: var(--ink);
}

/* ---- AskFlow chat mockup ---- */
.mock-chat-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  width: 100%;
  background: rgba(255,255,255,0.7);
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.mock-chat-avatar {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--violet);
  color: #fff;
  font-size: 12px;
  flex-shrink: 0;
}

.mock-chat-header strong {
  display: block;
  font-size: 11px;
  color: var(--ink);
}

.mock-chat-header small {
  display: block;
  font-size: 9px;
  color: var(--muted);
}

.mock-chat-body {
  flex: 1;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  overflow: hidden;
}

.mcb-bot,
.mcb-user {
  font-size: 10px;
  line-height: 1.5;
  padding: 7px 10px;
  border-radius: 10px;
  max-width: 90%;
}

.mcb-bot {
  background: #fff;
  color: var(--ink);
  align-self: flex-start;
  border-bottom-left-radius: 3px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.mcb-user {
  background: var(--violet);
  color: #fff;
  align-self: flex-end;
  border-bottom-right-radius: 3px;
}

.mock-chat-input {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  background: rgba(255,255,255,0.8);
  border-top: 1px solid rgba(0,0,0,0.06);
}

.mock-chat-input input {
  flex: 1;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 9px;
  background: #fff;
  outline: none;
  color: var(--muted);
}

.mock-chat-input button {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--violet);
  border: 0;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 10px;
  cursor: pointer;
  flex-shrink: 0;
}

/* View all link */
.psc-view-all {
  text-align: center;
  margin: 36px 0 60px;
}

.psc-view-all a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
  padding: 12px 28px;
  border: 1.5px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  transition: all 0.2s ease;
}

.psc-view-all a:hover {
  border-color: var(--gold);
  color: var(--gold);
  background: #fffaf1;
}

/* ============================================
   WHY CHOOSE US STRIP
   ============================================ */
.why-choose-us {
  padding: 60px 0 80px;
  border-top: 1px solid var(--line);
  text-align: center;
}

.wcu-heading {
  margin-bottom: 48px;
}

.wcu-heading span {
  display: inline-block;
  color: var(--gold);
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-bottom: 12px;
}

.wcu-heading h2 {
  font-family: var(--serif);
  font-size: 34px;
  color: var(--ink);
  font-weight: 500;
  margin-bottom: 10px;
}

.wcu-heading p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.wcu-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}

.wcu-item {
  padding: 10px;
  text-align: center;
}

.wcu-icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--paper);
  border: 1.5px solid var(--line);
  margin: 0 auto 16px;
  font-size: 22px;
  color: var(--muted);
  box-shadow: 0 4px 14px rgba(49,35,18,0.06);
  transition: border-color 0.2s ease, color 0.2s ease;
}

.wcu-item:hover .wcu-icon {
  border-color: var(--gold);
  color: var(--gold);
}

.wcu-item strong {
  display: block;
  font-size: 14px;
  color: var(--ink);
  margin-bottom: 8px;
}

.wcu-item p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

.section-heading h2 {
  font-size: 34px;
  line-height: 1.18;
  margin: 8px 0 8px;
  color: var(--ink);
  font-family: var(--serif);
}

.section-heading p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.product-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.product-card-large {
  min-height: 250px;
  display: grid;
  grid-template-columns: 1fr 200px;
  gap: 20px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--paper);
  box-shadow: 0 16px 40px rgba(49, 35, 18, 0.04);
  color: var(--ink);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  align-items: center;
}

.product-card-large:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(49, 35, 18, 0.08);
}

.product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 14px 0 16px;
}

.product-tags span {
  padding: 4px 10px;
  border-radius: 999px;
  background: #f0ddbf;
  color: var(--gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.product-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--green);
  color: #fffaf0;
  margin-bottom: 20px;
  font-size: 18px;
}

.product-icon.amber {
  background: var(--gold);
}

.product-icon.violet {
  background: var(--violet);
}

.product-card-large h3 {
  color: var(--ink);
  font-size: 22px;
  font-family: var(--serif);
  margin-bottom: 8px;
  font-weight: 500;
}

.product-card-large p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
  margin-bottom: 20px;
}

.product-card-large a {
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: color 0.2s;
}

.product-card-large a:hover {
  color: var(--gold);
}

.mini-calendar,
.invoice-mini,
.chat-mini {
  align-self: center;
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink);
  min-height: 170px;
  padding: 14px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
}

.mini-calendar div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  margin-top: 18px;
}

.mini-calendar span {
  height: 34px;
  border-radius: 6px;
  background: #efe2d0;
}

.mini-calendar .tall {
  height: 66px;
  background: #dcc8ff;
}

.mini-calendar .wide {
  background: #bfe4d4;
}

.invoice-mini span,
.invoice-mini b,
.invoice-mini em,
.chat-mini span {
  display: block;
}

.invoice-mini b {
  margin: 28px 0 8px;
}

.invoice-mini em {
  width: max-content;
  padding: 4px 10px;
  border-radius: 999px;
  color: #187656;
  background: #dff4e8;
  font-style: normal;
  font-size: 11px;
}

.chat-mini {
  background: #f6f1ff;
}

.chat-mini span {
  padding: 10px;
  border-radius: 8px;
  background: #fff;
  margin-bottom: 10px;
  font-size: 11px;
}

/* --- Trust Strip --- */
.trust-strip {
  display: none !important;
}

/* --- Stats Section --- */
.stats-light {
  display: none !important;
}

/* --- Testimonials Section --- */
.testimonials-light {
  display: none !important;
}

.ecosystem-section,
.industries-section,
.testimonials-light,
.integration-light,
.calculator-light,
.pricing-light,
.security-light,
.roadmap-light,
.faq-light {
  padding: 72px 0;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.ecosystem-section,
.testimonials-light,
.pricing-light,
.roadmap-light {
  background: linear-gradient(180deg, var(--paper), var(--cream));
}

/* How It Works - Independent Product Cards */
.hiw-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 40px 0;
}

.hiw-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 28px 24px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 8px 24px rgba(49, 35, 18, 0.04);
}

.hiw-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(49, 35, 18, 0.08);
  border-color: var(--gold);
}

.hiw-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.hiw-num {
  font-size: 11px;
  font-weight: 900;
  color: var(--gold);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hiw-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  font-size: 20px;
  color: #fffaf0;
}

.hiw-icon.green { background: var(--green); }
.hiw-icon.amber { background: var(--gold); }
.hiw-icon.violet { background: var(--violet); }

.hiw-card strong {
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
  color: var(--ink);
  font-family: var(--serif);
}

.hiw-card p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
  margin: 0;
}

.benefit-bar {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--green), #07382f);
  color: #fffaf0;
  overflow: hidden;
}

.benefit-bar div {
  padding: 26px;
  border-right: 1px solid rgba(255, 250, 240, 0.18);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
}

.benefit-bar i {
  color: var(--gold-2);
  font-size: 18px;
  margin-right: 8px;
  vertical-align: middle;
  display: inline-block;
}

.benefit-bar strong {
  display: inline;
  vertical-align: middle;
  font-size: 15px;
}

.benefit-bar span {
  display: block;
  color: rgba(255, 250, 240, 0.76);
  font-size: 12px;
  line-height: 1.6;
  margin-top: 8px;
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
}

.industry-grid article {
  overflow: hidden;
}

.industry-grid h3,
.industry-grid p,
.industry-grid a {
  margin-left: 14px;
  margin-right: 14px;
}

.industry-grid h3 {
  margin-top: 12px;
  font-size: 15px;
}

.industry-grid p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
  min-height: 54px;
}

.industry-grid a {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
}

.industry-img {
  height: 88px;
  background:
    linear-gradient(135deg, rgba(6, 42, 34, 0.06), rgba(182, 122, 34, 0.2)),
    linear-gradient(45deg, #c9aa7e, #f1e0c3);
}

.industry-img.clinic { background: linear-gradient(45deg, #dfe9e3, #c8b293); }
.industry-img.fitness { background: linear-gradient(45deg, #222, #bd9d67); }
.industry-img.coaching { background: linear-gradient(45deg, #ded6c9, #b0c5b5); }
.industry-img.more { background: linear-gradient(45deg, #efe5d5, #d3b98f); }

.split-layout,
.calculator-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 54px;
  align-items: center;
}

.split-layout h2,
.calculator-layout h2 {
  font-size: 40px;
  line-height: 1.16;
  margin: 10px 0 14px;
}

.split-layout p,
.calculator-layout p {
  color: var(--muted);
  line-height: 1.75;
}

.testimonial-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 900px;
  margin: 0 auto;
}

.testimonial-row article {
  padding: 22px;
}

.stars {
  color: var(--gold);
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}

.testimonial-row p {
  color: #2d2b27;
  font-size: 14px;
  line-height: 1.7;
  min-height: 96px;
}

.testimonial-row article > div:last-child {
  display: grid;
  grid-template-columns: 36px 1fr;
  column-gap: 10px;
  align-items: center;
}

.testimonial-row .face {
  grid-row: span 2;
  width: 36px;
  height: 36px;
}

.testimonial-row small {
  color: var(--muted);
}

.integration-list-light {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.integration-list-light span {
  padding: 10px 14px;
  border-radius: 999px;
  background: #fff7eb;
  border: 1px solid var(--line);
  font-size: 13px;
  font-weight: 800;
}

.integration-board {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 24px;
  border-radius: 8px;
  background: var(--green);
}

.integration-board i {
  height: 88px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.12);
  color: #fffaf0;
  font-size: 30px;
}

.savings-card {
  display: grid;
  gap: 14px;
}

.savings-card div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px;
  border-radius: 8px;
  background: var(--paper);
  border: 1px solid var(--line);
}

.savings-card span {
  color: var(--muted);
}

.savings-card strong {
  font-size: 26px;
}

.savings-card .save {
  background: var(--green);
  color: #fffaf0;
}

.savings-card .save span {
  color: rgba(255, 250, 240, 0.72);
}

/* Pricing tab switcher */
.pricing-tabs {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 34px;
}

.pricing-tab-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 22px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--paper);
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.pricing-tab-btn i {
  font-size: 14px;
  color: var(--gold);
}

.pricing-tab-btn:hover {
  border-color: var(--gold);
  color: var(--ink);
}

.pricing-tab-btn.active {
  background: var(--green);
  color: #fffaf0;
  border-color: var(--green);
  box-shadow: 0 8px 24px rgba(6, 42, 34, 0.15);
}

.pricing-tab-btn.active i {
  color: var(--gold-2);
}

.product-pricing-wrapper {
  width: 100%;
}

.product-pricing-group {
  display: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.product-pricing-group.active {
  display: grid;
  animation: fadeInPricing 0.4s ease;
}

@keyframes fadeInPricing {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.pricing-card {
  background: rgba(255, 253, 248, 0.95);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 38px rgba(49, 35, 18, 0.06);
  padding: 28px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.pricing-card:hover {
  transform: translateY(-4px);
  border-color: var(--gold);
}

.pricing-card span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.pricing-card h3 {
  font-size: 48px;
  margin: 14px 0 8px;
  color: var(--ink);
  font-family: var(--serif);
  font-weight: 500;
}

.pricing-card p {
  color: var(--muted);
  line-height: 1.65;
  font-size: 13px;
  min-height: 42px;
}

.pricing-card ul {
  list-style: none;
  display: grid;
  gap: 9px;
  margin: 22px 0 30px;
  color: #393832;
  font-size: 13px;
}

.pricing-card ul li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pricing-card ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #187656;
  font-size: 11px;
}

.pricing-card .btn {
  width: 100%;
  margin-top: auto;
}

.pricing-card.featured {
  background: linear-gradient(180deg, #fff8ea, #fffdf8);
  border-color: #dcb978;
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(182, 122, 34, 0.08);
  overflow: visible;
}

.pricing-card.featured:hover {
  transform: translateY(-14px);
}

.product-pricing-wrapper {
  overflow: visible;
  padding-top: 18px;
}

.product-pricing-group {
  overflow: visible;
}

.pricing-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gold);
  color: #fffaf0;
  font-size: 9px;
  font-weight: 800;
  padding: 5px 14px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
  z-index: 2;
  box-shadow: 0 4px 12px rgba(182, 122, 34, 0.3);
}

.security-grid-light {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}

.security-grid-light article {
  padding: 28px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(49, 35, 18, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.security-grid-light article:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(49, 35, 18, 0.08);
}

.security-grid-light i {
  color: var(--gold);
  font-size: 26px;
  margin-bottom: 18px;
  display: block;
}

.security-grid-light p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
  margin-top: 8px;
}

.roadmap-grid-light {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}

.roadmap-grid-light article {
  padding: 28px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(49, 35, 18, 0.04);
  transition: transform 0.3s ease;
}

.roadmap-grid-light article:hover {
  transform: translateY(-4px);
}

.roadmap-grid-light span {
  display: inline-block;
  background: #f0ddbf;
  color: var(--gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 12px;
}

.roadmap-grid-light h3 {
  font-family: var(--serif);
  font-size: 22px;
  color: var(--ink);
  margin-bottom: 8px;
  font-weight: 500;
}

.roadmap-grid-light p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

/* FAQ Section */
.faq-header {
  text-align: center;
  margin-bottom: 40px;
}

.faq-header h2 {
  font-size: 40px;
  line-height: 1.16;
  margin: 10px 0 14px;
}

.faq-header p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
  max-width: 480px;
  margin: 0 auto;
}

/* FAQ Filter Tabs */
.faq-filters {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.faq-filter-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 20px;
  border: 1px solid var(--line);
  border-radius: 50px;
  background: var(--paper);
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.25s ease;
  font-family: inherit;
}

.faq-filter-btn:hover {
  border-color: var(--gold);
  color: var(--ink);
}

.faq-filter-btn.active {
  background: var(--green);
  color: #fffaf0;
  border-color: var(--green);
}

.faq-filter-btn i {
  font-size: 12px;
}

/* FAQ Grid */
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  max-width: 960px;
  margin: 0 auto;
}

.faq-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* FAQ Items */
.faq-list .faq-item,
.faq-grid .faq-item {
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 12px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.faq-grid .faq-item {
  border-radius: 12px;
}

.faq-list .faq-item.active,
.faq-grid .faq-item.active {
  border-color: var(--gold);
  box-shadow: 0 8px 32px rgba(182, 122, 34, 0.08);
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 22px;
  color: var(--ink);
  cursor: pointer;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
  gap: 12px;
}

.faq-q-text {
  flex: 1;
}

.faq-question i {
  color: var(--gold);
  transition: transform 0.3s ease;
  flex-shrink: 0;
  font-size: 12px;
}

.faq-item.active .faq-question i {
  transform: rotate(180deg);
}

.faq-answer {
  display: none;
  padding: 0 22px 20px;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-answer p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

/* FAQ hidden during filter animation */
.faq-grid .faq-item.hidden {
  display: none;
}

.faq-list .faq-item.hidden {
  display: none;
}

.cta-light {
  padding: 72px 0 100px;
  background: var(--cream);
}

.cta-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  padding: 60px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 85% 15%, rgba(217, 161, 74, 0.15), transparent 30%),
    radial-gradient(circle at 15% 85%, rgba(6, 42, 34, 0.10), transparent 30%),
    linear-gradient(135deg, var(--green), #031210);
  color: #fffaf0;
  overflow: hidden;
  position: relative;
}

.cta-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 250, 240, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 250, 240, 0.025) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
  border-radius: 20px;
}

/* Left column */
.cta-left {
  position: relative;
  z-index: 1;
}

.cta-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2.5px;
  color: var(--gold-2);
  margin-bottom: 20px;
  text-transform: uppercase;
}

.cta-panel h2 {
  color: #fffaf0;
  font-size: 42px;
  line-height: 1.1;
  margin: 0 0 18px;
  letter-spacing: -0.02em;
  font-weight: 800;
}

.cta-panel p {
  color: rgba(255, 250, 240, 0.72);
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 32px;
}

.cta-actions {
  display: flex;
  gap: 14px;
  margin-bottom: 36px;
}

.btn-cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 15px 28px;
  border-radius: 10px;
  background: #fffaf0;
  color: var(--green);
  font-weight: 700;
  font-size: 14px;
  border: 1px solid #fffaf0;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-cta-primary:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: #fff;
  box-shadow: 0 16px 40px rgba(182, 122, 34, 0.25);
}

.btn-cta-primary i {
  font-size: 12px;
  transition: transform 0.3s ease;
}

.btn-cta-primary:hover i {
  transform: translateX(3px);
}

.btn-cta-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 15px 28px;
  border-radius: 10px;
  background: transparent;
  color: #fffaf0;
  font-weight: 700;
  font-size: 14px;
  border: 1px solid rgba(255, 250, 240, 0.25);
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-cta-outline:hover {
  border-color: #fffaf0;
  background: rgba(255, 250, 240, 0.08);
}

/* Trust Bar */
.cta-trust {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.cta-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  color: rgba(255, 250, 240, 0.50);
  font-weight: 600;
}

.cta-trust-item i {
  color: var(--gold-2);
  font-size: 13px;
}

/* Right column — Product Cards */
.cta-right {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.cta-product-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  border-radius: 12px;
  background: rgba(255, 253, 248, 0.07);
  border: 1px solid rgba(255, 253, 248, 0.08);
  backdrop-filter: blur(12px);
  transition: all 0.3s ease;
}

.cta-product-card:hover {
  background: rgba(255, 253, 248, 0.10);
  border-color: rgba(255, 253, 248, 0.14);
  transform: translateX(4px);
}

.cta-card-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.cta-card-book .cta-card-icon {
  background: rgba(182, 122, 34, 0.15);
  color: var(--gold-2);
}

.cta-card-invoice .cta-card-icon {
  background: rgba(107, 85, 183, 0.15);
  color: #a594e0;
}

.cta-card-ask .cta-card-icon {
  background: rgba(6, 42, 34, 0.25);
  color: #4ade80;
}

.cta-card-info {
  flex: 1;
  min-width: 0;
}

.cta-card-info strong {
  display: block;
  font-size: 14px;
  color: #fffaf0;
  margin-bottom: 2px;
}

.cta-card-info span {
  display: block;
  font-size: 12px;
  color: rgba(255, 250, 240, 0.45);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cta-card-badge {
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
  background: rgba(255, 250, 240, 0.10);
  color: rgba(255, 250, 240, 0.6);
  flex-shrink: 0;
}

.cta-badge-gold {
  background: rgba(217, 161, 74, 0.15);
  color: var(--gold-2);
}

.cta-badge-green {
  background: rgba(74, 222, 128, 0.12);
  color: #4ade80;
}
}

.main-footer {
  background: #07130f;
}

.footer-wave,
.noise-overlay,
.floating-orb,
.gradient-orb,
.particles-container {
  display: none !important;
}

@media (max-width: 1100px) {
  .hero-layout,
  .split-layout,
  .calculator-layout {
    grid-template-columns: 1fr;
  }

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

  .product-showcase-grid,
  .product-cards,
  .product-pricing-group,
  .security-grid-light,
  .roadmap-grid-light,
  .testimonial-row {
    grid-template-columns: 1fr;
  }

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

  .product-card-large {
    grid-template-columns: 1fr;
  }

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

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

@media (max-width: 768px) {
  .nav-container {
    max-width: 100%;
    padding-left: 18px;
    padding-right: 18px;
    position: relative;
  }

  .hamburger-btn {
    display: flex !important;
    margin-left: auto;
    flex-shrink: 0;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
  }

  .hamburger-btn span {
    background: var(--ink);
  }

  .nav-cta {
    display: none;
  }

  .light-hero {
    padding-top: 112px;
  }

  .hero-copy h1 {
    font-size: 30px;
    max-width: 340px;
  }

  .hero-copy p,
  .hero-kicker,
  .dashboard-shell {
    max-width: 340px;
  }

  .hero-kicker {
    white-space: normal;
    line-height: 1.35;
  }

  .dashboard-shell,
  .dash-panels,
  .metric-grid,
  .stats-light-grid,
  .logo-row,
  .industry-grid,
  .benefit-bar,
  .wcu-grid {
    grid-template-columns: 1fr;
  }

  .dash-sidebar {
    display: none;
  }

  .dash-main {
    padding: 16px;
  }

  .dash-top div {
    gap: 10px;
  }

  .logo-row strong {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding-bottom: 10px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .cta-panel {
    grid-template-columns: 1fr;
    padding: 40px 28px;
    gap: 36px;
  }

  .cta-panel h2 {
    font-size: 32px;
  }

  .cta-actions {
    flex-direction: row;
    gap: 10px;
  }

  .btn-cta-primary,
  .btn-cta-outline {
    flex: 1;
    justify-content: center;
    padding: 14px 20px;
  }

  .cta-trust {
    gap: 16px;
  }

  .cta-trust-item span {
    font-size: 12px;
  }

  .faq-filters {
    gap: 6px;
  }

  .faq-filter-btn {
    padding: 8px 14px;
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .light-home .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero-copy h1 {
    font-size: 30px;
  }

  .section-heading h2,
  .split-layout h2,
  .calculator-layout h2,
  .faq-header h2,
  .cta-panel h2 {
    font-size: 30px;
  }

  .hero-points {
    gap: 12px;
    flex-direction: column;
  }

  .cta-trust {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
