:root {
  --tk-primary: #eb5017;
  --tk-primary-soft: #fdeee7;
  --tk-primary-tint: #fff6f1;
  --tk-lime: #c9e338;
  --tk-lime-soft: #f1fcc8;
  --tk-ink: #15161a;
  --tk-ink-soft: #2a2c33;
  --tk-mute: #6b7280;
  --tk-line: #ececef;
  --tk-card: #ffffff;

  --brand-orange: #eb5017;
  --brand-orange-soft: #fdeee7;
  --brand-orange-tint: #fffaf6;
  --brand-orange-2: #ff7043;
  --brand-coral: #ff8a5c;
  --brand-lime: #cddb37;
  --brand-lime-soft: #f1fcc8;
  --brand-gold: #e6c43a;
  --brand-red-dot: #e84d2a;
  --ink: #1d1b1a;
  --text: #404040;
  --text-2: #6b7280;
  --paper: #ffffff;
  --paper-warm: #fdeee7;
  --paper-cream: #fff6f1;
  --line: rgba(235, 80, 23, 0.18);
  --line-2: rgba(235, 80, 23, 0.1);
  --shadow-sm: 0 6px 18px rgba(235, 80, 23, 0.06);
  --shadow-md: 0 14px 34px rgba(235, 80, 23, 0.09);
  --shadow-lg: 0 30px 60px rgba(235, 80, 23, 0.14);
  --color-primary: var(--brand-orange);
  --color-secondary: var(--brand-orange-2);
  --color-text: var(--text);
  --color-text-secondary: var(--text-2);
  --color-background: var(--paper);
  --color-card-bg: var(--paper-warm);
  --color-footer-text: #505050;
  --border-color-light: rgba(255, 112, 67, 0.25);
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --line-height-tight: 1.25;
  --color-primary: #eb5017;
  --color-secondary: #ff7043;
  --color-text: #404040;
  --color-text-secondary: #6b7280;
  --color-background: #fff;
  --color-brand-lime: #f1fcc8;
  --color-card-bg: #fdeee7;
  --color-ribbon: #ff9f80;
  --color-ribbon-text: #000;
  --color-plan-icon-bg: #ffd9cc;
  --color-testi-role: #9aa0a6;
  --color-footer-text: #505050;

  /* Border & Shadow */
  --border-color: rgba(255, 112, 67, 0.35);
  --border-color-light: rgba(255, 112, 67, 0.25);
  --border-color-very-light: rgba(255, 112, 67, 0.18);
  --border-radius: 16px;
  --border-radius-sm: 10px;
  --border-radius-md: 12px;
  --border-radius-lg: 22px;
  --border-radius-xl: 999px;
  --shadow-color: rgba(235, 80, 23, 0.06);
  --shadow-hover: rgba(235, 80, 23, 0.1);
  --shadow-medium: rgba(235, 80, 23, 0.08);
  --shadow-strong: rgba(235, 80, 23, 0.2);
  --shadow-very-strong: rgba(235, 80, 23, 0.25);
  --shadow-generic: rgba(0, 0, 0, 0.15);

  --bw-olive: #eb5017;
  --bw-olive-2: #ff7043;
  --bw-lime: #cddb37;
  --bw-lime-soft: #fff0ea;
  --bw-ink: #1d1b1a;
  --bw-paper: #fdf6f1;
  --bw-line: #efe6e0;
  --bw-muted: #6b6560;
  --bw-clay: #c2683f;
}

* {
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
}

body {
  font-family: "Poppins", system-ui, sans-serif;
  color: var(--text);
  background: #fff;
  line-height: 1.55;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--ink);
  letter-spacing: -0.01em;
}
.margin-3 {
  margin-top: 3px;
}
.text-brand {
  color: var(--brand-orange) !important;
}

.text-ink {
  color: var(--ink) !important;
}

section {
  padding: 50px 0;
}
.text-white {
  color: white;
}
.hero-img-container {
  padding-top: 30px;
}
@media (max-width: 768px) {
  section {
    padding: 40px 0;
  }
  .section-container {
    padding: 40px 0;
  }

  .hero {
    padding: 60px 0 50px;
  }
}
input::placeholder {
  color: #8b8989 !important;
}

.section-bg-white {
  background: #fff;
}
.section-bg-soft {
  background: #fdeee7;
}
.section-bg-tint {
  background: #fffaf6;
}

/* ===== HERO ===== */

.section-title {
  font-weight: 600;
  font-size: clamp(1.6rem, 3.2vw, 2.4rem);
  letter-spacing: -0.015em;
  margin: 14px 0 8px;
  text-wrap: pretty;
}

.section-sub {
  color: var(--text-2);
  max-width: 920px;
  margin: 0 auto;
  text-wrap: pretty;
}

.closing-line {
  max-width: 960px;
  margin: 30px auto 0;
  text-align: center;
  font-style: italic;
  color: var(--text);
  font-size: 1.02rem;
  text-wrap: pretty;
  padding: 14px 22px;
  border-left: 3px solid var(--brand-orange);
  background: var(--paper-cream);
  border-radius: 8px;
  display: inline-block;
}

/* ===== HERO ===== */
.hero {
  position: relative;
  padding: 30px 0 30px;
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 60% at 90% 10%, rgba(255, 255, 255, 0.18), transparent 60%),
    radial-gradient(ellipse 70% 60% at 5% 80%, rgba(255, 112, 67, 0.12), transparent 60%), #fefefe;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(235, 80, 23, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(235, 80, 23, 0.05) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, #000 0%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, #000 0%, transparent 75%);
  pointer-events: none;
}

.hero-title {
  font-weight: 700;
  font-size: clamp(2rem, 4.6vw, 3.4rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--ink);
  text-wrap: pretty;
}

.hero-sub {
  color: var(--text-2);
  font-size: 1.05rem;
  max-width: 580px;
}
.hero-title-case-study {
  font-weight: 700;
  font-size: clamp(1.2rem, 3.6vw, 2.4rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--ink);
  text-wrap: pretty;
}
.section-container {
  padding: 60px 0;
}
/* ===== Pill ===== */
.pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  background: var(--brand-lime-soft);
  color: #3a4112;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.text-brand {
  color: var(--brand-orange);
}

.pill .dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  display: inline-grid;
  place-items: center;
}

.pill .dot::after {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--brand-orange);
}
/* ===== SHARED Buttons ===== */

.btn-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border-radius: 12px;
  padding: 0.72rem 1.1rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  font-size: 0.95rem;
}
.btn-login {
  background: var(--brand-orange);
  color: #fff;
  border-color: var(--brand-orange);
}

.btn-login:hover {
  background: #c63e0c;
  border-color: #c63e0c;
  color: #fff;
  transform: translateY(-1px);
}

.btn-register {
  background: #fff;
  color: var(--brand-orange);
  border-color: var(--brand-orange);
}

.btn-register:hover {
  background: var(--brand-orange);
  color: #fff;
}

.btn-whatsapp {
  background: #fff;
  color: #128c7e;
  border-color: #128c7e;
}

.btn-whatsapp:hover {
  background: #128c7e;
  color: #fff;
}

.brand-logo {
  height: var(--logo-height);
  width: auto;
}
.bg-brand-lime {
  background-color: transparent !important;
  border: 2px solid #c9e338;
  border-radius: 5px;
}

.btn-orange {
  background-color: var(--brand-orange-2);
  border: none;
  color: #fff;
}

.btn-orange:hover,
.btn-orange:focus {
  background-color: var(--brand-orange);
  color: #fff;
}

.btn-orange {
  background-color: #ff7043;
  border: none;
  color: #fff;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  transition: color 0.8s;
}

.dark .btn-orange {
  background: linear-gradient(90deg, #b2a3ff 0%, #7256ff 100%);
}

/* ===== SHARED NAVBAR ===== */
.tk-nav {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1040;
  background: #fdeee7;
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid rgba(20, 22, 26, 0.06);
  padding: 12px 0;
  transition:
    box-shadow 0.25s ease,
    background 0.25s ease;
}
.tk-nav.is-scrolled {
  box-shadow: 0 8px 28px rgba(20, 22, 26, 0.06);
  background: #fdeee7;
}
.tk-nav .container-fluid {
  display: flex;
  align-items: center;
  gap: 18px;
}
.tk-brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}
.tk-brand img {
  display: block;
  height: 33px;
  width: auto;
}
.tk-nav-links {
  list-style: none;
  margin: 0 0 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 4px;
}
.tk-nav-links > li {
  position: static;
}
.tk-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--tk-ink-soft);
  text-decoration: none;
  border-radius: 10px;
  transition:
    color 0.18s ease,
    background 0.18s ease;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-family: inherit;
}
.tk-link:hover,
.tk-link:focus,
.tk-link.is-active {
  color: var(--tk-primary);
}
.tk-link .caret {
  width: 10px;
  height: 10px;
  transition: transform 0.2s ease;
}
.tk-link[aria-expanded="true"] .caret {
  transform: rotate(180deg);
}
.tk-cta-group {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.tk-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  border: 1.5px solid transparent;
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease,
    background 0.15s ease,
    color 0.15s ease;
  white-space: nowrap;
}
.tk-btn-ghost {
  color: var(--tk-ink);
  border-color: rgba(20, 22, 26, 0.12);
  background: #fff;
}
.tk-btn-ghost:hover {
  border-color: var(--tk-primary);
  color: var(--tk-primary);
}
.tk-btn-primary {
  background: var(--tk-primary);
  color: #fff;
  border-color: var(--tk-primary);
  box-shadow: 0 6px 14px rgba(235, 80, 23, 0.28);
}
.tk-btn-primary:hover {
  background: #d24611;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(235, 80, 23, 0.35);
}
.tk-burger {
  display: none;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  border: 1px solid rgba(20, 22, 26, 0.12);
  background: #fff;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: auto;
}
.tk-burger span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--tk-ink);
  border-radius: 2px;
  position: relative;
  transition:
    transform 0.25s ease,
    opacity 0.2s ease;
}
.tk-burger span::before,
.tk-burger span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 2px;
  background: var(--tk-ink);
  border-radius: 2px;
  transition: transform 0.25s ease;
}
.tk-burger span::before {
  top: -6px;
}
.tk-burger span::after {
  top: 6px;
}
.tk-burger.is-open span {
  background: transparent;
}
.tk-burger.is-open span::before {
  transform: translateY(6px) rotate(45deg);
}
.tk-burger.is-open span::after {
  transform: translateY(-6px) rotate(-45deg);
}
.tk-mega-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  padding: 12px 24px 24px;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-6px);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
  z-index: 1030;
}
.tk-mega-wrap.is-open {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
}
.tk-mega {
  max-width: 1240px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--tk-line);
  border-radius: 22px;
  box-shadow:
    0 30px 70px rgba(20, 22, 26, 0.14),
    0 4px 12px rgba(20, 22, 26, 0.05);
  overflow: hidden;
  max-height: calc(100vh - 110px);
  display: flex;
  flex-direction: column;
}
.tk-mega-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 26px 14px;
  border-bottom: 1px solid var(--tk-line);
  background: linear-gradient(180deg, #fff9f5 0%, #ffffff 100%);
  flex-shrink: 0;
}
.tk-mega-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--tk-primary);
}
.tk-mega-eyebrow::before {
  content: "";
  width: 24px;
  height: 2px;
  background: var(--tk-primary);
}
.tk-mega-head h3 {
  margin: 4px 0 2px;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--tk-ink);
  line-height: 1.25;
}
.tk-mega-head p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--tk-mute);
  max-width: 940px;
}
.tk-mega-head .tk-head-cta {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--tk-primary);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding-bottom: 4px;
  white-space: nowrap;
}
.tk-mega-head .tk-head-cta:hover {
  gap: 10px;
}
.tk-mega-body {
  padding: 18px 26px 22px;
  display: grid;
  gap: 18px;
  overflow-y: auto;
  min-height: 0;
}
.tk-mega-body--features {
  grid-template-columns: 1fr 300px;
}
.tk-modules {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
}
.tk-module {
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  gap: 12px;
  padding: 9px 10px;
  border-radius: 12px;
  text-decoration: none;
  transition:
    background 0.18s ease,
    transform 0.18s ease;
}
.tk-module:hover {
  background: var(--tk-primary-tint);
  transform: translateY(-1px);
}
.tk-module-ico {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--tk-primary-soft);
  color: var(--tk-primary);
  font-size: 1.1rem;
  flex-shrink: 0;
  transition:
    background 0.18s ease,
    color 0.18s ease;
}
.tk-module:hover .tk-module-ico {
  background: var(--tk-primary);
  color: #fff;
}
.tk-module-name {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--tk-ink);
  line-height: 1.2;
  margin: 0 0 1px;
}
.tk-module-desc {
  margin: 0;
  font-size: 0.75rem;
  color: var(--tk-mute);
  line-height: 1.35;
  text-wrap: pretty;
}
.tk-rail {
  background: linear-gradient(160deg, #1a1c22 0%, #2c2f37 100%);
  border-radius: 16px;
  color: #fff;
  padding: 22px 20px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 240px;
}
.tk-rail::after {
  content: "";
  position: absolute;
  right: -40px;
  top: -40px;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(235, 80, 23, 0.45), transparent 70%);
  pointer-events: none;
}
.tk-rail-eyebrow {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--tk-lime);
  margin-bottom: 6px;
}
.tk-rail h4 {
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 8px;
  color: white;
}
.tk-rail p {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.5;
  margin: 0 0 14px;
}
.tk-rail-btn {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  background: var(--tk-primary);
  color: #fff;
  border-radius: 10px;
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
  z-index: 1;
}
.tk-rail-btn:hover {
  background: #d24611;
  color: #fff;
}
.tk-rail-stats {
  display: flex;
  gap: 18px;
  margin-top: 14px;
  position: relative;
  z-index: 1;
}
.tk-rail-stat .num {
  font-size: 1.3rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}
.tk-rail-stat .lbl {
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 4px;
}
.tk-mega-body--resources {
  grid-template-columns: 1fr;
  gap: 16px;
}
.tk-quick-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.tk-ql {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid var(--tk-line);
  border-radius: 14px;
  text-decoration: none;
  transition:
    border-color 0.18s ease,
    transform 0.18s ease,
    box-shadow 0.18s ease;
  background: #fff;
}
.tk-ql:hover {
  border-color: rgba(235, 80, 23, 0.4);
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(235, 80, 23, 0.08);
}
.tk-ql-ico {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--tk-lime-soft);
  color: var(--tk-ink);
  font-size: 1.2rem;
  flex-shrink: 0;
}
.tk-ql:nth-child(1) .tk-ql-ico {
  background: var(--tk-primary-soft);
  color: var(--tk-primary);
}
.tk-ql:nth-child(2) .tk-ql-ico {
  background: #e6f1ff;
  color: #2569d6;
}
.tk-ql:nth-child(3) .tk-ql-ico {
  background: var(--tk-lime-soft);
  color: #5a7300;
}
.tk-ql:nth-child(4) .tk-ql-ico {
  background: #ffe6f0;
  color: #c4376c;
}
.tk-ql-title {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--tk-ink);
  margin: 0 0 2px;
  line-height: 1.2;
}
.tk-ql-desc {
  font-size: 0.78rem;
  color: var(--tk-mute);
  margin: 0;
  line-height: 1.35;
}
.tk-cs-block {
  background: linear-gradient(180deg, #fff9f5 0%, #ffffff 100%);
  border: 1px solid var(--tk-line);
  border-radius: 16px;
  padding: 18px;
}
.tk-cs-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}
.tk-cs-head h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--tk-ink);
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.tk-cs-head h4 .pill-tag {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  background: var(--tk-primary);
  color: #fff;
  padding: 3px 8px;
  border-radius: 999px;
  text-transform: uppercase;
}
.tk-cs-head a {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--tk-primary);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.tk-cs-head a:hover {
  gap: 8px;
}
.tk-cs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.tk-cs-card {
  display: block;
  background: #fff;
  border: 1px solid var(--tk-line);
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.tk-cs-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 30px rgba(20, 22, 26, 0.08);
}
.tk-cs-cover {
  height: 110px;
  background: linear-gradient(135deg, var(--cv1, #ffd1c0) 0%, var(--cv2, #eb5017) 100%);
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 10px 12px;
}
.tk-cs-cover .logo-chip {
  background: rgba(255, 255, 255, 0.95);
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--tk-ink);
  padding: 4px 10px;
  border-radius: 999px;
  letter-spacing: 0.04em;
}
.tk-cs-cover svg {
  position: absolute;
  right: 10px;
  top: 10px;
  opacity: 0.85;
}
.tk-cs-center {
  justify-content: center;
  align-items: center;
}
.tk-cs-body {
  padding: 12px 14px 14px;
}
.tk-cs-title {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--tk-ink);
  line-height: 1.3;
  margin: 0 0 6px;
}
.tk-cs-desc {
  font-size: 0.78rem;
  color: var(--tk-mute);
  line-height: 1.4;
  margin: 0;
}
.tk-cs-foot {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--tk-primary);
}
.tk-cs-card:hover .tk-cs-foot {
  gap: 8px;
}
.tk-mobile {
  position: fixed;
  inset: 0;
  z-index: 1050;
  background: rgba(20, 22, 26, 0.45);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.tk-mobile.is-open {
  opacity: 1;
  pointer-events: auto;
}
.tk-mobile-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(420px, 92vw);
  background: #fff;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  overflow: hidden;
}
.tk-mobile.is-open .tk-mobile-panel {
  transform: translateX(0);
}
.tk-mobile-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
  border-bottom: 1px solid var(--tk-line);
  flex-shrink: 0;
  background: #fdeee7;
}
.tk-mobile-close {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid var(--tk-line);
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: var(--tk-ink);
  cursor: pointer;
}
.tk-mobile-body {
  flex: 1;
  overflow-y: auto;
  padding: 8px 14px 18px;
}
.tk-acc {
  border-bottom: 1px solid var(--tk-line);
}
.tk-acc-head {
  width: 100%;
  background: transparent;
  border: 0;
  padding: 16px 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  font-weight: 600;
  color: var(--tk-ink);
  cursor: pointer;
  font-family: inherit;
  text-align: left;
}
.tk-acc-head .chev {
  width: 14px;
  height: 14px;
  transition: transform 0.25s ease;
  color: var(--tk-mute);
}
.tk-acc.is-open .tk-acc-head .chev {
  transform: rotate(180deg);
}
.tk-acc-link {
  display: block;
  padding: 16px 4px;
  font-size: 1rem;
  font-weight: 600;
  color: var(--tk-ink);
  text-decoration: none;
  border-bottom: 1px solid var(--tk-line);
}
.tk-acc-link:hover {
  color: var(--tk-primary);
}
.tk-acc-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.tk-acc.is-open .tk-acc-body {
  max-height: 1400px;
}
.tk-acc-list {
  padding: 4px 0 14px;
}
.tk-acc-item {
  display: grid;
  grid-template-columns: 36px 1fr;
  align-items: center;
  gap: 12px;
  padding: 10px 6px;
  border-radius: 10px;
  text-decoration: none;
  transition: background 0.18s ease;
}
.tk-acc-item:hover {
  background: var(--tk-primary-tint);
}
.tk-acc-item-ico {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--tk-primary-soft);
  color: var(--tk-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}
.tk-acc-item-name {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--tk-ink);
  margin: 0;
  line-height: 1.2;
}
.tk-acc-item-desc {
  font-size: 0.76rem;
  color: var(--tk-mute);
  margin: 2px 0 0;
  line-height: 1.35;
}
.tk-mobile-foot {
  padding: 16px 18px;
  border-top: 1px solid var(--tk-line);
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}
.tk-mobile-foot .tk-btn {
  flex: 1;
  justify-content: center;
}
body.tk-nav-open {
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .tk-mega-body--features {
    grid-template-columns: 1fr;
  }
  .tk-rail {
    min-height: 0;
    flex-direction: row;
    align-items: center;
    gap: 18px;
  }
  .tk-rail-stats {
    margin-top: 0;
  }
}
@media (max-width: 991.98px) {
  .tk-nav-links,
  .tk-cta-group {
    display: none;
  }
  .tk-burger {
    display: inline-flex;
  }
  .tk-nav {
    padding: 10px 0;
  }
  .tk-rail {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 700px) {
  .tk-modules {
    grid-template-columns: 1fr;
  }
  .tk-quick-links {
    grid-template-columns: 1fr 1fr;
  }
  .tk-cs-grid {
    grid-template-columns: 1fr;
  }
  .tk-mega-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 18px 18px 14px;
  }
  .tk-mega-body {
    padding: 16px 16px 20px;
  }
}
.tk-footer {
  background: #0f1116;
  color: #c4c6cc;
  padding: 80px 0 0;
  position: relative;
  overflow: hidden;
}
.tk-footer::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(235, 80, 23, 0.22), transparent 65%);
  pointer-events: none;
}
.tk-footer::after {
  content: "";
  position: absolute;
  bottom: -120px;
  left: -120px;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(201, 227, 56, 0.12), transparent 65%);
  pointer-events: none;
}
.tk-footer .tk-foot-inner {
  position: relative;
  z-index: 1;
}
.tk-foot-cols {
  display: grid;
  grid-template-columns: 1.6fr 1.1fr 1fr 1fr 1fr;
  gap: 36px;
  padding-bottom: 56px;
}
.tk-foot-brand img {
  height: 38px;
  width: auto;
  margin-bottom: 18px;
}
.tk-foot-brand p {
  font-size: 0.92rem;
  color: #9498a1;
  line-height: 1.6;
  margin: 0 0 22px;
  max-width: 340px;
}
.tk-foot-socials {
  display: inline-flex;
  gap: 10px;
}
.tk-foot-socials a {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #c4c6cc;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  text-decoration: none;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease,
    border-color 0.2s ease;
}
.tk-foot-socials a:hover {
  background: var(--tk-primary);
  border-color: var(--tk-primary);
  color: #fff;
  transform: translateY(-2px);
}
.tk-foot-col h6 {
  font-size: 0.82rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin: 0 0 18px;
}
.tk-foot-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tk-foot-col li + li {
  margin-top: 10px;
}
.tk-foot-col a {
  color: #9498a1;
  font-size: 0.9rem;
  text-decoration: none;
  transition:
    color 0.18s ease,
    padding-left 0.18s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.tk-foot-col a:hover {
  color: #fff;
  padding-left: 4px;
}
.tk-foot-col a .tag-new {
  font-size: 0.62rem;
  font-weight: 700;
  background: var(--tk-lime);
  color: #1a1a1a;
  padding: 2px 6px;
  border-radius: 4px;
  letter-spacing: 0.05em;
}
.tk-foot-contact-li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.88rem;
  color: #9498a1;
  line-height: 1.5;
}
.tk-foot-contact-li i {
  color: var(--tk-primary);
  font-size: 1rem;
  margin-top: 2px;
}
.tk-foot-contact-li a {
  color: #c4c6cc;
  text-decoration: none;
}
.tk-foot-contact-li a:hover {
  color: #fff;
}
.tk-foot-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.85rem;
  color: #6e7280;
}
.tk-foot-bar a {
  color: #9498a1;
  text-decoration: none;
  margin-left: 18px;
}
.tk-foot-bar a:hover {
  color: #fff;
}
.tk-foot-bar .legal {
  display: inline-flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
}
@media (max-width: 1199.98px) {
  .tk-foot-cols {
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
  }
  .tk-foot-cols .tk-foot-col-contact {
    grid-column: 1 / -1;
  }
}
@media (max-width: 767.98px) {
  .tk-footer {
    padding-top: 56px;
  }
  .tk-foot-cols {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    padding-bottom: 36px;
  }
  .tk-foot-cols .tk-foot-brand {
    grid-column: 1 / -1;
  }
  .tk-foot-bar {
    flex-direction: column;
    text-align: center;
  }
  .tk-foot-bar a {
    margin: 0 9px;
  }
}
@media (max-width: 480px) {
  .tk-foot-cols {
    grid-template-columns: 1fr;
  }
}
body {
  padding-top: 0 !important;
}
body .topnav.navbar.navbar-expand-lg {
  display: none !important;
}
body .site-footer {
  display: none !important;
}

/* Privacy and Terms Modal Styling */
.modal-content {
  border: none;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  z-index: 1050;
}

.modal-header {
  background: white;
  color: #2d3748;
  border-bottom: 1px solid #e9ecef;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal-title {
  font-weight: 600;
  font-size: 1.5rem;
  color: #2d3748;
}

.action-btn {
  background: transparent;
  border: 1px solid #e2e8f0;
  color: #64748b;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.action-btn:hover {
  background: #f8fafc;
  border-color: #eb5017;
  color: #eb5017;
}

.action-btn svg {
  width: 16px;
  height: 16px;
}

.btn-close {
  opacity: 0.5;
}

.btn-close:hover {
  opacity: 1;
}

.nav-tabs {
  border-bottom: 2px solid #e9ecef;
  padding: 0 30px;
  margin-bottom: 0;
}

.nav-tabs .nav-link {
  border: none;
  color: #6c757d;
  font-weight: 500;
  padding: 15px 25px;
  transition: all 0.3s ease;
  position: relative;
}

.nav-tabs .nav-link:hover {
  color: #eb5017;
  background: transparent;
}

.nav-tabs .nav-link.active {
  color: #eb5017;
  background: transparent;
}

.nav-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(135deg, #eb5017 0%, #ff7849 100%);
  border-radius: 3px 3px 0 0;
  animation: slideIn 0.3s ease;
}

@keyframes slideIn {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

/* Cards */
.trackk-mega-card {
  display: block;
  border-radius: var(--border-radius-lg);
  border: 1px solid var(--border-color-very-light);
  background: var(--color-background);
  box-shadow: 0 14px 30px var(--shadow-color);
  padding: 16px;
  text-decoration: none;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    border-color 160ms ease;
  height: 100%;
}

.trackk-mega-card:hover {
  transform: translateY(-2px);
  border-color: var(--border-color);
  box-shadow: 0 18px 40px var(--shadow-hover);
}

.trackk-mega-card-top {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.trackk-panel {
  margin-bottom: 2px;
}

.mx-0 {
  margin-bottom: 0px;
}

/* Icon badge */
.trackk-mega-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  /* background: var(--color-plan-icon-bg); */
  background-color: #ff70432e;
  color: var(--color-primary);
  flex: 0 0 auto;
}

.trackk-mega-icon i {
  font-size: 18px;
}

/* Make dropdown align full width nicely */
.navbar .dropdown.position-static .dropdown-menu {
  left: 0;
  right: 0;
}

/* ===== NAV ===== */
.topnav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fdeee7;
  border-bottom: 1px solid var(--line-2);
}

.topnav .nav-link {
  color: var(--ink);
  font-weight: 500;
  padding: 0.6rem 0.9rem !important;
}

.topnav .nav-link:hover {
  color: var(--brand-orange);
}

.brand-mark {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  text-decoration: none;
  color: var(--ink);
  font-weight: 800;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
}

.brand-mark svg {
  width: 36px;
  height: 36px;
}

.btn-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.78rem 1.5rem;
  border-radius: 12px;
  font-weight: 600;
  border: 1px solid transparent;
  transition: all 0.2s ease;
  font-size: 0.95rem;
}

.btn-login {
  background: var(--brand-orange);
  color: #fff;
  border-color: var(--brand-orange);
}

.btn-login:hover {
  background: #c63e0c;
  border-color: #c63e0c;
  color: #fff;
  transform: translateY(-1px);
}

.btn-register {
  background: #fff;
  color: var(--brand-orange);
  border-color: var(--brand-orange);
}

.btn-register:hover {
  background: var(--brand-orange);
  color: #fff;
}

.btn-whatsapp {
  background: #fff;
  color: #128c7e;
  border-color: #128c7e;
}

.btn-whatsapp:hover {
  background: #128c7e;
  color: #fff;
}

.hero-title {
  font-weight: 700;
  line-height: 1.3;
}

/* each word */
.hero-title span {
  display: inline-block;
  margin-right: 6px;
  opacity: 0;
  transform: translateY(12px);
  animation: fadeUp 0.5s ease forwards;
}

/* color for brand text */
.text-brand {
  color: #eb5017;
}

/* delays (sequence) */
.hero-title span:nth-child(1) {
  animation-delay: 0.2s;
}

.hero-title span:nth-child(2) {
  animation-delay: 0.4s;
}

.hero-title span:nth-child(3) {
  animation-delay: 0.6s;
}

.hero-title span:nth-child(4) {
  animation-delay: 0.8s;
}

.hero-title span:nth-child(5) {
  animation-delay: 1s;
}

.hero-title span:nth-child(6) {
  animation-delay: 1.2s;
}

.hero-title span:nth-child(7) {
  animation-delay: 1.4s;
}

.hero-title span:nth-child(8) {
  animation-delay: 1.6s;
}

.hero-title span:nth-child(9) {
  animation-delay: 1.8s;
}

/* animation */
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* -------- Footer -------- */
.site-footer {
  background-color: var(--color-card-bg);
}

.footer-logo {
  height: var(--footer-logo-height);
  width: auto;
}

.social-badge {
  transition: transform var(--transition-fast);
}

.social-badge img {
  width: 36px;
  height: 36px;
}

.social-badge:hover {
  transform: translateY(-2px);
}

.footer-links li + li {
  margin-top: var(--spacing-xs);
}

.footer-links a {
  color: var(--color-footer-text);
  /* color: red; */
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--color-primary);
}

.footer-contacts {
  color: var(--color-text);
}

.footer-links-landing a {
  color: var(--color-footer-text);
  color: #cccccc;
  text-decoration: none;
}

.footer-links-landing a:hover {
  color: var(--color-primary);
}

.footer-contacts li {
  display: flex;
  align-items: center;
  gap: var(--grid-gap-sm);
  margin-bottom: 0.65rem;
}

.footer-links-landing li {
  display: flex;
  align-items: center;
  gap: var(--grid-gap-sm);
  margin-bottom: 0.65rem;
  color: #cccccc;
}

/* Footer-Modals */
.modal-body {
  padding: 30px;
  overflow-y: auto;
}

.tab-content {
  animation: fadeIn 0.4s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.content-section {
  margin-bottom: 25px;
}

.content-section h5 {
  color: #eb5017;
  font-weight: 600;
  margin-bottom: 12px;
  font-size: 1.1rem;
}

.content-section p {
  color: #495057;
  line-height: 1.7;
  margin-bottom: 12px;
}

.content-section ul {
  padding-left: 20px;
}

.content-section li {
  color: #495057;
  line-height: 1.7;
  margin-bottom: 8px;
}

.modal-footer {
  border-top: 2px solid #e9ecef;
  padding: 16px 24px;
}

.trigger-btn {
  background: white;
  color: #eb5017;
  border: 2px solid #eb5017;
  padding: 15px 40px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 1.1rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.trigger-btn:hover {
  background: #eb5017;
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(235, 80, 23, 0.3);
}

.modal.fade .modal-dialog {
  transition:
    transform 0.4s ease-out,
    opacity 0.4s ease-out;
}

@media (max-width: 768px) {
  .nav-tabs .nav-link {
    padding: 12px 15px;
    font-size: 0.9rem;
  }

  .modal-header {
    padding: 10px;
  }

  .modal-body {
    padding: 10px;
  }

  .action-btn span {
    display: none;
  }

  .action-btn {
    padding: 8px;
  }

  .header-actions {
    gap: 5px;
  }
}

@media print {
  body * {
    visibility: hidden;
  }

  #printArea,
  #printArea * {
    visibility: visible;
  }

  #printArea {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }

  .content-section {
    page-break-inside: avoid;
  }

  .content-section h5 {
    color: #000;
  }
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
  top: 0;
  border-radius: 20px;
}

/* ===== SHARED POPUP SIZING =====
   Every popup on the site (book a demo, partner application, contact, HR letter,
   privacy/terms/security/cookie) is capped at one screen -- ~726px on a standard
   laptop -- with its head held at a fixed height and only the body scrolling.
   svh is used last so a mobile browser's toolbars can never push the head off
   the top of the screen; vh is the fallback for browsers without it. */
.modal-dialog-scrollable {
  height: auto;
}

.modal-dialog-scrollable .modal-content {
  max-height: min(726px, calc(100vh - 3.5rem));
  max-height: min(726px, calc(100svh - 3.5rem));
}

/* Heads, tab strips and footers keep their natural height and never shrink. */
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .nav-tabs,
.modal-dialog-scrollable .dm-head,
.modal-dialog-scrollable .cm-head,
.modal-dialog-scrollable .pa-head {
  flex: 0 0 auto;
}

/* Some popups wrap their body in the <form>, so the form has to pass the
   remaining height through to the scroll area. */
.modal-dialog-scrollable .modal-content > form {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}

.modal-dialog-scrollable .modal-body,
.modal-dialog-scrollable .dm-body,
.modal-dialog-scrollable .cm-body,
.modal-dialog-scrollable .pa-body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
}

/* Slim brand-coloured scrollbar, shared by every popup body. */
.modal-dialog-scrollable .modal-body,
.modal-dialog-scrollable .dm-body,
.modal-dialog-scrollable .cm-body,
.modal-dialog-scrollable .pa-body {
  scrollbar-width: thin;
  scrollbar-color: var(--brand-orange) transparent;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar,
.modal-dialog-scrollable .dm-body::-webkit-scrollbar,
.modal-dialog-scrollable .cm-body::-webkit-scrollbar,
.modal-dialog-scrollable .pa-body::-webkit-scrollbar {
  width: 6px;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar-track,
.modal-dialog-scrollable .dm-body::-webkit-scrollbar-track,
.modal-dialog-scrollable .cm-body::-webkit-scrollbar-track,
.modal-dialog-scrollable .pa-body::-webkit-scrollbar-track {
  background: transparent;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb,
.modal-dialog-scrollable .dm-body::-webkit-scrollbar-thumb,
.modal-dialog-scrollable .cm-body::-webkit-scrollbar-thumb,
.modal-dialog-scrollable .pa-body::-webkit-scrollbar-thumb {
  background: var(--brand-orange);
  border-radius: 999px;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb:hover,
.modal-dialog-scrollable .dm-body::-webkit-scrollbar-thumb:hover,
.modal-dialog-scrollable .cm-body::-webkit-scrollbar-thumb:hover,
.modal-dialog-scrollable .pa-body::-webkit-scrollbar-thumb:hover {
  background: #c63e0c;
}

/* Below the tablet breakpoint the dialog sits at the top instead of centering,
   so a popup taller than the screen never has its head cut off. */
@media (max-width: 767.98px) {
  .modal-dialog-scrollable.modal-dialog-centered {
    align-items: flex-start;
  }
}

@media (max-width: 575.98px) {
  .modal-dialog-scrollable .modal-content {
    max-height: min(726px, calc(100vh - 1rem));
    max-height: min(726px, calc(100svh - 1rem));
  }
}

/* The dark branded heads (demo, contact, partner) share one fixed height. */
#bookDemoModal .dm-head,
#contactModal .cm-head,
#partnerApplyModal .pa-head {
  height: 76px;
  display: flex;
  align-items: center;
  padding: 0 72px 0 26px;
}

#bookDemoModal .dm-head h3,
#contactModal .cm-head h3,
#partnerApplyModal .pa-title {
  margin: 0;
  font-size: 1.35rem;
  line-height: 1.2;
  padding-right: 0;
}

#bookDemoModal .dm-close,
#contactModal .cm-close,
#partnerApplyModal .pa-close {
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767.98px) {
  #bookDemoModal .dm-head,
  #contactModal .cm-head,
  #partnerApplyModal .pa-head {
    height: 62px;
    padding: 0 62px 0 18px;
  }

  #bookDemoModal .dm-head h3,
  #contactModal .cm-head h3,
  #partnerApplyModal .pa-title {
    font-size: 1.1rem;
  }

  #bookDemoModal .dm-close,
  #contactModal .cm-close,
  #partnerApplyModal .pa-close {
    right: 14px;
    width: 34px;
    height: 34px;
    font-size: 0.95rem;
  }
}

/* ===== BOOK A DEMO MODAL ===== */
#bookDemoModal .modal-content {
  border: 0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  top: 0;
}

#bookDemoModal .dm-head {
  position: relative;
  flex: 0 0 auto;
  background: #1d1b1a;
  color: #f5f0eb;
  overflow: hidden;
}

#bookDemoModal .dm-head::after {
  content: "";
  position: absolute;
  right: -90px;
  top: -90px;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(205, 219, 55, 0.22), transparent 70%);
  pointer-events: none;
}

#bookDemoModal .dm-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(255, 255, 255, 0.08);
  color: #f1fcc8;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 5px 11px;
  border-radius: 999px;
  position: relative;
  z-index: 1;
}

#bookDemoModal .dm-pill .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--brand-lime);
}

#bookDemoModal .dm-head h3 {
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  margin: 0;
  letter-spacing: -0.02em;
  position: relative;
  z-index: 1;
}

#bookDemoModal .dm-head p {
  color: #bdb6b0;
  font-size: 0.9rem;
  margin: 4px 0 0;
  position: relative;
  z-index: 1;
}

#bookDemoModal .dm-close {
  position: absolute;
  top: 20px;
  right: 22px;
  z-index: 3;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 1.05rem;
  transition: 0.15s;
  margin-top: 18px;
}

#bookDemoModal .dm-close:hover {
  background: var(--brand-orange);
  border-color: var(--brand-orange);
}

#bookDemoModal .dm-body {
  padding: 22px 26px 24px;
  background: #fff;
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
}

#bookDemoModal label.dm-lbl {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 5px;
}

#bookDemoModal label.dm-lbl .req {
  color: var(--brand-red-dot);
}

#bookDemoModal .form-control {
  border-radius: 11px;
  border: 1px solid var(--line);
  padding: 0.6rem 0.85rem;
  background: #fff;
  font-size: 0.9rem;
  color: var(--ink);
  transition: 0.15s;
}

#bookDemoModal .form-control:focus {
  border-color: var(--brand-orange);
  box-shadow: 0 0 0 4px rgba(235, 80, 23, 0.12);
}

#bookDemoModal .dm-mod-head {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--ink);
  margin: 4px 0 10px;
}

#bookDemoModal .dm-mod-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 9px;
}

@media (max-width: 767.98px) {
  #bookDemoModal .dm-mod-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

#bookDemoModal .dm-chip {
  position: relative;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid var(--line);
  border-radius: 11px;
  padding: 9px 11px;
  cursor: pointer;
  user-select: none;
  transition: 0.15s;
}

#bookDemoModal .dm-chip:hover {
  border-color: var(--brand-orange);
}

#bookDemoModal .dm-chip .form-check-input {
  margin: 0;
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  cursor: pointer;
}

#bookDemoModal .dm-chip .form-check-input:checked {
  background-color: var(--brand-orange);
  border-color: var(--brand-orange);
}

#bookDemoModal .dm-chip:has(.form-check-input:checked) {
  border-color: var(--brand-orange);
  background: var(--brand-orange-tint);
  box-shadow: 0 0 0 3px rgba(235, 80, 23, 0.1);
}

#bookDemoModal .dm-chip span {
  font-size: 0.83rem;
  font-weight: 500;
  color: var(--text);
  line-height: 1.2;
}

#bookDemoModal .dm-alert {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  padding: 8px 12px;
  border-radius: 9px;
  background: rgba(232, 77, 42, 0.08);
  border: 1px solid rgba(232, 77, 42, 0.25);
  color: var(--brand-red-dot);
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.3;
}

#bookDemoModal .dm-alert.d-none {
  display: none;
}

#bookDemoModal .dm-alert i {
  font-size: 0.95rem;
  flex: 0 0 auto;
}

#bookDemoModal .dm-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 20px;
  flex-wrap: wrap;
}

#bookDemoModal .dm-foot .dm-note {
  font-size: 0.78rem;
  color: var(--text-2);
  display: flex;
  align-items: center;
  gap: 7px;
}

#bookDemoModal .dm-foot .dm-note i {
  color: var(--brand-orange);
}

#bookDemoModal .dm-submit {
  border: 0;
  border-radius: 12px;
  background: var(--brand-orange);
  color: #fff;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.7rem 1.6rem;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  transition: 0.15s;
}

#bookDemoModal .dm-submit:hover {
  background: #c63e0c;
  box-shadow: 0 8px 20px rgba(235, 80, 23, 0.28);
}

/* ===== Contact options modal (shared "Speak with Sales" popup) ===== */
#contactModal .modal-content {
  border: 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.cm-head {
  position: relative;
  background: #1d1b1a;
  color: #f5f0eb;
  padding: 20px 22px 16px;
  overflow: hidden;
}

.cm-head::after {
  content: "";
  position: absolute;
  right: -90px;
  top: -90px;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(205, 219, 55, 0.22), transparent 70%);
  pointer-events: none;
}

.cm-head .pill {
  background: rgba(255, 255, 255, 0.08);
  color: #f1fcc8;
}

.cm-head .pill .dot {
  background: var(--brand-lime);
}

.cm-head h3 {
  color: #fff;
  font-weight: 700;
  margin: 10px 0 6px;
  letter-spacing: -0.02em;
  position: relative;
  z-index: 1;
}

.cm-head p {
  color: #bdb6b0;
  font-size: 0.92rem;
  margin: 0;
  position: relative;
  z-index: 1;
  max-width: 600px;
}

.cm-close {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 3;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 1.05rem;
  transition: 0.15s;
}

.cm-close:hover {
  background: var(--brand-orange);
  border-color: var(--brand-orange);
}

.cm-body {
  padding: 26px 32px 32px;
  background: #fff;
}

.cm-row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px;
  border: 1px solid var(--line-2);
  border-radius: 10px;
  transition: 0.15s;
  margin-bottom: 12px;
}

.cm-row:hover {
  border-color: var(--brand-orange);
  box-shadow: var(--shadow-sm);
}

.cm-contact-grid {
  margin-bottom: 12px;
}

.cm-contact-grid .cm-row {
  margin-bottom: 0;
}

.cm-ic {
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-size: 1.3rem;
}

.cm-ic.i-orange {
  background: var(--brand-orange);
  color: #fff;
}

.cm-ic.i-lime {
  background: var(--brand-lime);
  color: #3a4112;
}

.cm-ic.i-gold {
  background: var(--brand-gold);
  color: #5a4400;
}

.cm-ic.i-dark {
  background: var(--paper-warm);
  color: var(--brand-orange);
}

.cm-info {
  flex: 1 1 auto;
  min-width: 0;
}

.cm-info .cm-lbl {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-2);
  font-weight: 700;
}

.cm-info .cm-val {
  color: var(--ink);
  font-weight: 600;
  font-size: 1rem;
  margin-top: 2px;
  line-height: 1.3;
}

.cm-act {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
  padding: 0.5rem 0.95rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  color: var(--ink);
  background: #fff;
  transition: 0.15s;
  white-space: nowrap;
}

.cm-act:hover {
  background: var(--brand-orange);
  border-color: var(--brand-orange);
  color: #fff;
}

.cm-act.is-wa:hover {
  background: #25d366;
  border-color: #25d366;
}

.cm-divider {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--text-2);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 20px 0 16px;
}

.cm-divider::before,
.cm-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--line-2);
}

.cm-appt {
  display: flex;
  align-items: center;
  gap: 18px;
  background: linear-gradient(135deg, var(--brand-orange), #c63e0c);
  color: #fff;
  border-radius: 18px;
  padding: 20px 22px;
  text-decoration: none;
  transition: 0.18s;
}

.cm-appt:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  color: #fff;
}

.cm-appt .cm-appt-ic {
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.16);
  display: grid;
  place-items: center;
  font-size: 1.5rem;
}

.cm-appt .cm-appt-txt {
  flex: 1 1 auto;
}

.cm-appt .cm-appt-txt strong {
  display: block;
  font-size: 1.05rem;
  font-weight: 700;
}

.cm-appt .cm-appt-txt span {
  font-size: 0.85rem;
  opacity: 0.92;
}

.cm-appt .cm-appt-arrow {
  font-size: 1.3rem;
}

@media (max-width: 575.98px) {
  .cm-head {
    padding: 26px 22px 22px;
  }

  .cm-body {
    padding: 22px 20px 26px;
  }

  .cm-row {
    flex-wrap: wrap;
  }

  .cm-act {
    width: 100%;
    justify-content: center;
    margin-top: 4px;
  }
}

/* ===== Send-a-message social icons (shared) ===== */
.cm-social-card {
  background: #fff;
  border: 1px solid var(--line-2);
  border-radius: 18px;
}

.cm-social-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.cm-soc {
  flex: 1 1 0;
  height: 60px;
  max-width: 80px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #fff;
  font-size: 1.9rem;
  text-decoration: none;
  transition: transform 0.16s ease, box-shadow 0.16s ease, filter 0.16s ease;
}

.cm-soc:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
  filter: saturate(1.08);
  color: #fff;
}

.cm-soc.s-linkedin {
  background: #0a66c2;
}

.cm-soc.s-facebook {
  background: #1877f2;
}

.cm-soc.s-instagram {
  background: radial-gradient(circle at 30% 110%, #fdf497 0%, #fd5949 45%, #d6249f 70%, #285aeb 100%);
}

.cm-soc.s-youtube {
  background: #ff0000;
}

.cm-soc.s-x {
  background: #000000;
}

.cm-soc.s-whatsapp {
  background: #25d366;
}

@media (max-width: 575.98px) {
  .cm-social-row {
    flex-wrap: wrap;
    justify-content: center;
  }

  .cm-soc {
    flex: 0 0 auto;
    width: 64px;
  }
}

/* ===== TESTIMONIALS ===== */
.testi-card {
  background: var(--paper-warm);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

.testi-card::before {
  content: "\201C";
  font-family: Georgia, serif;
  font-size: 5rem;
  line-height: 1;
  position: absolute;
  top: 6px;
  right: 18px;
  color: var(--brand-orange);
  opacity: 0.18;
  font-weight: 700;
}

.testi-text {
  font-size: 0.95rem;
  color: var(--text);
  line-height: 1.65;
}

.testi-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding-top: 18px;
}

.testi-av {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 800;
  color: #fff;
  font-size: 0.95rem;
}

.paper-cream-section {
  background: var(--paper-cream);
}

/* ===== FINAL CTA ===== */
.cta-final {
  background: #1d1b1a;
  color: #fff;
  border-radius: 28px;
  padding: 60px 50px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.cta-final::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(255, 112, 67, 0.3), transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(205, 219, 55, 0.25), transparent 40%);
}

.cta-final > * {
  position: relative;
  z-index: 1;
}

.cta-final h2 {
  color: #fff;
  font-weight: 700;
  font-size: clamp(1.7rem, 4vw, 2.7rem);
}

.cta-pricing {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  padding: 8px 18px;
  background: rgba(205, 219, 55, 0.16);
  color: var(--brand-lime);
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.85rem;
  margin-top: 18px;
}

.cta-pricing strong {
  color: #fff;
  font-size: 1.05rem;
}

.partner-cta-outline-btn {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}

.partner-cta-outline-btn:hover {
  background: #fff;
  color: var(--brand-orange);
  border-color: #fff;
  transform: translateY(-1px);
}

/* WhatsApp green badge */
.wa-icon {
  color: #25d366;
}

/* ===== Security & Compliance ===== */
.sec-section {
  background: linear-gradient(180deg, #fffaf6 0%, #fff 100%);
  padding: 64px 0 56px;
  position: relative;
  overflow: hidden;
}
.sec-section::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -100px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(235, 80, 23, 0.08) 0, transparent 70%);
  pointer-events: none;
}
.sec-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 38px;
}
@media (max-width: 991px) {
  .sec-grid {
    grid-template-columns: 1fr;
  }
}
.sec-card {
  position: relative;
  background: #fff;
  border: 1px solid rgba(235, 80, 23, 0.1);
  border-radius: 22px;
  padding: 28px 26px 26px;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
  overflow: hidden;
  height: 100%;
}
.sec-card::after {
  content: "";
  position: absolute;
  inset: auto -40% -60% auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(235, 80, 23, 0.12) 0, transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.sec-card:hover {
  transform: translateY(-6px);
  border-color: rgba(235, 80, 23, 0.4);
  box-shadow: 0 28px 50px rgba(235, 80, 23, 0.12);
}
.sec-card:hover::after {
  opacity: 1;
}
.sec-card-num {
  position: absolute;
  top: 18px;
  right: 22px;
  font-size: 13px;
  font-weight: 700;
  color: rgba(235, 80, 23, 0.35);
  letter-spacing: 0.08em;
}
.sec-icon {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: linear-gradient(135deg, #fdeee7 0%, #ffd9c6 100%);
  display: inline-grid;
  place-items: center;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0 10px 24px rgba(235, 80, 23, 0.15);
}
.sec-icon::before {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 22px;
  border: 1.5px dashed rgba(235, 80, 23, 0.28);
}
.sec-icon img {
  width: 32px;
  height: 32px;
}
.sec-title {
  font-weight: 600;
  margin: 6px 0 8px;
  line-height: 1.3;
}

.sec-text {
  color: var(--text-2);
  font-size: 0.9rem;
  line-height: 1.55;
  margin: 0 0 18px;
}
.sec-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #eb5017;
  background: rgba(235, 80, 23, 0.08);
  padding: 6px 12px;
  border-radius: 999px;
}
.sec-badge i {
  font-size: 13px;
}

/* ===== FAQ, Stunning & Elegant ===== */
.section-faq {
  position: relative;
  background: linear-gradient(180deg, #fff 0%, #fffaf6 50%, #fff 100%);
  overflow: hidden;
  border-top: 1px dashed rgba(235, 80, 23, 0.22);
  padding: 50px;
}
.section-faq::before,
.section-faq::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.section-faq::before {
  top: 40px;
  left: -180px;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(235, 80, 23, 0.08) 0, transparent 70%);
}
.section-faq::after {
  bottom: 60px;
  right: -200px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(201, 227, 56, 0.12) 0, transparent 70%);
}
.faq-eyebrow-wrap {
  text-align: center;
  margin-bottom: 14px;
}
.faq-eyebrow-wrap .pill {
  background: linear-gradient(135deg, #fdeee7 0%, #fff5ef 100%);
  border: 1px solid rgba(235, 80, 23, 0.18);
  box-shadow: 0 6px 18px rgba(235, 80, 23, 0.08);
}
.faq-heading-wrap {
  text-align: center;
  margin-bottom: 48px;
}
.faq-heading-wrap .faq-kicker {
  display: inline-block;
  color: #6b7280;
  font-size: 1rem;
  margin-top: 14px;
  max-width: 600px;
}
.faq-wrap {
  max-width: 900px;
  position: relative;
  z-index: 2;
}
.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.faq-accordion .accordion-item {
  background: #fff;
  border: 1px solid rgba(235, 80, 23, 0.12);
  border-radius: 18px !important;
  overflow: hidden;
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s ease;
}
.faq-accordion .accordion-item:hover {
  border-color: rgba(235, 80, 23, 0.28);
  box-shadow: 0 16px 34px rgba(235, 80, 23, 0.08);
}
.faq-accordion .accordion-item:has(.accordion-button:not(.collapsed)) {
  border-color: rgba(235, 80, 23, 0.45);
  box-shadow: 0 22px 44px rgba(235, 80, 23, 0.12);
  background: linear-gradient(180deg, #fff 0%, #fffaf6 100%);
}
.faq-accordion .accordion-header {
  margin: 0;
}
.faq-accordion .accordion-button {
  font-family: inherit;
  font-size: 1.02rem;
  font-weight: 600;
  color: #1a1a1a;
  padding: 22px 24px 22px 70px;
  background: transparent;
  border: 0;
  box-shadow: none;
  position: relative;
  line-height: 1.4;
}
.faq-accordion .accordion-button:focus {
  box-shadow: none;
}
.faq-accordion .accordion-button:not(.collapsed) {
  color: #eb5017;
  background: transparent;
  box-shadow: none;
}
/* Numbered marker */
.faq-accordion .accordion-button::before {
  counter-increment: faqcount;
  content: counter(faqcount, decimal-leading-zero);
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: #fdeee7;
  color: #eb5017;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  display: inline-grid;
  place-items: center;
  transition:
    background 0.3s ease,
    color 0.3s ease,
    transform 0.3s ease;
}
.faq-accordion .accordion-button:not(.collapsed)::before {
  background: linear-gradient(135deg, #eb5017 0%, #ff7849 100%);
  color: #fff;
  box-shadow: 0 8px 18px rgba(235, 80, 23, 0.35);
  transform: translateY(-50%) scale(1.04);
}
/* Custom chevron */
.faq-accordion .accordion-button::after {
  background-image: none;
  content: "";
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #fdeee7;
  position: relative;
  flex-shrink: 0;
  transition:
    background 0.3s ease,
    transform 0.35s ease;
}
.faq-accordion .accordion-button::after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23eb5017' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M4 6l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}
.faq-accordion .accordion-button:not(.collapsed)::after {
  background-color: #eb5017;
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M4 6l4 4 4-4'/%3E%3C/svg%3E");
  transform: rotate(180deg);
}
.faq-accordion .accordion-body {
  padding: 0 24px 26px 70px;
  color: #404040;
  font-size: 0.97rem;
  line-height: 1.65;
}
.faq-accordion {
  counter-reset: faqcount;
}
.faq-help {
  margin-top: 44px;
  text-align: center;
  padding: 28px 24px;
  background: linear-gradient(135deg, #1a1a1a 0%, #2a1610 100%);
  border-radius: 22px;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.faq-help::before {
  content: "";
  position: absolute;
  right: -60px;
  top: -60px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(235, 80, 23, 0.35) 0, transparent 65%);
  pointer-events: none;
}
.faq-help .faq-help-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
.faq-help h5 {
  margin: 0;
  font-weight: 700;
  font-size: 1.1rem;
  color: #fff;
}
.faq-help p {
  margin: 0;
  color: #bababa;
  font-size: 0.92rem;
  padding-top: 5px;
}
.faq-help .btn-brand-cta {
  background: #eb5017;
  color: #fff !important;
  border: 0;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.25s ease;
}
.faq-help .btn-brand-cta:hover {
  background: #ff7849;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(235, 80, 23, 0.35);
}
/* ---- Quote ---- */
.bw-quote {
  background: #fff;
  border: 1px solid var(--bw-line);
  border-radius: 26px;
  padding: 54px;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}
.bw-quote .mk {
  font-family: Georgia, serif;
  font-size: 4.5rem;
  line-height: 0.5;
  color: var(--bw-lime);
}
.bw-quote blockquote {
  font-size: clamp(1.3rem, 2.2vw, 1.75rem);
  font-weight: 500;
  line-height: 1.45;
  color: var(--bw-ink);
  margin: 14px 0 28px;
  letter-spacing: -0.01em;
}
.bw-quote .who {
  display: flex;
  align-items: center;
  gap: 14px;
}
.bw-quote .av {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--bw-olive), var(--bw-olive-2));
  color: #fff;
  font-weight: 800;
  display: grid;
  place-items: center;
}
.bw-quote .who .nm {
  font-weight: 700;
  color: var(--bw-ink);
}
.bw-quote .who .rl {
  font-size: 0.88rem;
  color: #9a8f88;
}
/* ===== About TRACKK: module orbit infographic (matches PTA) ===== */
.cs-orbit-wrap {
  display: grid;
  place-items: center;
  margin-top: 8px;
}
.cs-orbit {
  position: relative;
  width: 620px;
  height: 620px;
  max-width: 100%;
}
.cs-orbit-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.cs-orbit-center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 168px;
  height: 168px;
  margin: -84px 0 0 -84px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-orange, #eb5017), #ff7a45);
  color: #fff;
  display: grid;
  place-items: center;
  text-align: center;
  z-index: 2;
  box-shadow: 0 22px 48px rgba(235, 80, 23, 0.32);
  border: 6px solid #fff;
}
.cs-orbit-center .oc-ic {
  font-size: 1.9rem;
  line-height: 1;
}
.cs-orbit-center .oc-t {
  font-weight: 800;
  font-size: 1.05rem;
  margin-top: 4px;
  letter-spacing: 0.01em;
}
.cs-orbit-center .oc-s {
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
  margin-top: 2px;
}
.cs-orbit-node {
  --r: 238px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 132px;
  height: 132px;
  margin: -66px 0 0 -66px;
  transform: rotate(var(--a)) translateY(calc(-1 * var(--r))) rotate(calc(-1 * var(--a)));
  z-index: 1;
}
.cs-orbit-node .on-card {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #efe6e0;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 10px;
  box-shadow: 0 14px 30px rgba(235, 80, 23, 0.1);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}
.cs-orbit-node .on-ic {
  width: 46px;
  height: 46px;
  border-radius: 13px;
  margin: 0 auto 7px;
  display: grid;
  place-items: center;
  background: #fff0ea;
  color: var(--brand-orange, #eb5017);
  font-size: 1.25rem;
  transition:
    background 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}
.cs-orbit-node .on-nm {
  font-weight: 600;
  font-size: 0.76rem;
  line-height: 1.15;
  color: var(--ink, #1d1b1a);
}
.cs-orbit-node:hover .on-card {
  transform: translateY(-4px);
  border-color: var(--brand-orange, #eb5017);
  box-shadow: 0 20px 38px rgba(235, 80, 23, 0.2);
}
.cs-orbit-node:hover .on-ic {
  background: linear-gradient(135deg, var(--brand-orange, #eb5017), #ff7a45);
  color: #fff;
  transform: scale(1.06);
}
@media (max-width: 660px) {
  .cs-orbit {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .cs-orbit-svg {
    display: none;
  }
  .cs-orbit-center {
    position: static;
    width: 100%;
    height: auto;
    margin: 0 0 4px;
    grid-column: 1 / -1;
    border-radius: 18px;
    padding: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }
  .cs-orbit-center .oc-t {
    margin-top: 0;
  }
  .cs-orbit-node {
    position: static;
    width: 100%;
    height: auto;
    margin: 0;
    transform: none;
  }
  .cs-orbit-node .on-card {
    flex-direction: row;
    border-radius: 14px;
    gap: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 14px 16px;
  }
  .cs-orbit-node .on-ic {
    margin: 0;
  }
  .cs-orbit-node .on-nm {
    font-size: 0.9rem;
  }
}
.show-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.show-more-btn {
  border: 1.5px solid #eb5017;
  color: #eb5017;
  font-weight: 700;
  padding: 10px 28px;
  border-radius: 999px;
  font-size: 0.92rem;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  background-color: #fffaf6;
  gap: 8px;

  border: 1px dashed var(--brand-orange);
}

.show-more-btn:hover {
  background: #eb5017;
  color: #fff;
}

.show-more-btn .bi {
  transition: transform 0.25s ease;
}

.show-more-btn.is-open .bi {
  transform: rotate(180deg);
}
.is-hidden {
  display: none;
}
.form-control::placeholder {
    color: #9f9d9d;
    opacity: 1;
}
/* ===== CAPTCHA (checkbox style) ===== */
    .cap-box {
      margin-top: 8px;
      display: flex;
      align-items: center;
      gap: 14px;
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 14px;
      padding: 16px 18px;
      max-width: 320px;
      box-shadow: var(--shadow-sm);
      transition: border-color 0.15s, box-shadow 0.15s;
    }

    .cap-box.is-bad {
      border-color: #d92d20;
      box-shadow: 0 0 0 3px #fde4e1;
    }

    .cap-box.is-ok {
      border-color: #12805c;
    }

    .cap-check {
      flex: 0 0 auto;
      width: 30px;
      height: 30px;
      border: 2px solid var(--line);
      border-radius: 7px;
      background: #fafafa;
      display: grid;
      place-items: center;
      cursor: pointer;
      position: relative;
      transition: 0.15s;
    }

    .cap-check:hover {
      border-color: var(--brand-orange);
    }

    /* spinner */
    .cap-check .cap-spin {
      width: 20px;
      height: 20px;
      border: 2px solid var(--brand-orange-soft);
      border-top-color: var(--brand-orange);
      border-radius: 50%;
      display: none;
      animation: capspin 0.7s linear infinite;
    }

    /* checkmark */
    .cap-check .cap-tick {
      display: none;
      color: #12805c;
      font-size: 1.25rem;
      line-height: 1;
    }

    @keyframes capspin {
      to {
        transform: rotate(360deg);
      }
    }

    .cap-box[data-state="loading"] .cap-spin {
      display: block;
    }

    .cap-box[data-state="loading"] .cap-check {
      cursor: default;
    }

    .cap-box[data-state="checked"] .cap-check {
      border-color: #12805c;
      background: #eafaf3;
      cursor: default;
    }

    .cap-box[data-state="checked"] .cap-tick {
      display: block;
    }

    .cap-label {
      flex: 1 1 auto;
      font-weight: 600;
      font-size: 0.95rem;
      color: var(--ink);
      cursor: pointer;
      user-select: none;
    }

    .cap-box[data-state="checked"] .cap-label {
      cursor: default;
    }

    .cap-brand {
      flex: 0 0 auto;
      text-align: center;
      line-height: 1.1;
      color: var(--text-2);
    }

    .cap-brand i {
      font-size: 1.4rem;
      color: var(--brand-orange);
    }

    .cap-brand small {
      display: block;
      font-size: 0.58rem;
      letter-spacing: 0.04em;
      margin-top: 2px;
    }

    .cap-msg {
      display: none;
      align-items: center;
      gap: 6px;
      margin-top: 10px;
      font-size: 0.84rem;
      font-weight: 600;
      color: #d92d20;
    }

    .cap-msg.show {
      display: flex;
    }

    /* honeypot, hidden from humans, bots fill it */
    .cap-hp {
      position: absolute !important;
      left: -9999px !important;
      width: 1px;
      height: 1px;
      overflow: hidden;
      opacity: 0;
    }

    .legal-doc > section
    {
        padding:0px;
    }