/* ==========================================
   CAREGARD - Custom Stylesheet
   ========================================== */
body {
    font-family: 'Poppins';
}
:root {
  --black: #0a0a0a;
  --dark: #1a1a1a;
  --dark-gray: #2a2a2a;
  --mid-gray: #555;
  --light-gray: #f5f5f5;
  --border-gray: #e0e0e0;
  --white: #ffffff;
  --accent: #1a1a1a;
  --gold: #c9a84c;
  --text-primary: #1a1a1a;
  --text-muted: #666;
  --font-primary: 'Playfair Display', serif;
  --font-body: 'Source Sans 3', sans-serif;
  --font-mono: 'Barlow Condensed', sans-serif;
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1280px;
  }
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.navbar-toggler:focus {
	box-shadow: none;
}
html {
  scroll-behavior: smooth;

}
/* Keep anchor targets clear of the sticky navbar when jumping to #sections */
[id] {
  scroll-margin-top: 120px;
}
html, body{
overflow-x: clip;
max-width: 2120px;
margin: 0 auto;
}
body {
  color: var(--text-primary);
  line-height: 1.6;
  font-size: 16px;
  overflow-x: clip;
}
.carelogo {
	width: 335px;
	display: block;
}
/* ==========================================
   TYPOGRAPHY
   ========================================== */
h1, h2, h3, h4, h5, h6 {
   font-family: 'Poppins';
  font-weight: 700;
  line-height: 1.2;
}

.section-title {
	font-size: 2.2rem;
	margin-bottom: 1rem;
	color: #1a1a1a;
}
.section-subtitle {
  font-size: 1rem;
  color: #474747;
  margin: 0 auto 2rem;
}

.eyebrow {
   font-family: 'Poppins';
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 0.5rem;
}

.italic-serif {
  font-style: italic;
}

/* ==========================================
   NAVBAR
   ========================================== */
.navbar {
	background: var(--white);
	border-bottom: 1px solid var(--border-gray);
	padding: 20px 0;
	position: sticky;
	top: 0;
	z-index: 1000;
	box-shadow: 0 1px 6px rgba(0,0,0,0.06);
}

.navbar-brand .brand-logo {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--black);
  text-decoration: none;
}

.navbar-brand .brand-logo .care {
  font-weight: 700;
}

.navbar-brand .brand-logo .gard {
  font-weight: 400;
}

.brand-registered {
  font-size: 0.55rem;
  vertical-align: super;
}

.brand-tagline {
  font-size: 0.72rem;
  color: var(--text-muted);
  letter-spacing: 0.01em;
  display: block;
  margin-top: -2px;
  font-style: italic;
}

.navbar-nav .nav-link {
	font-size: 14px;
	color: #444;
	font-weight: 500;
	padding: 0.5rem 1rem !important;
	transition: color 0.2s;
}
.navbar-expand-lg .navbar-nav {
	column-gap: 20px;
}
.navbar-nav .nav-link:hover {
  color: var(--dark) !important;
}
.navbar .btn-agent {
	background: var(--black);
	color: var(--white);
	border: none;
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	padding: 10px 20px;
	border-radius: 10px;
	transition: background 0.2s;
	white-space: nowrap;
	text-decoration: none;
	border: 1px solid #333;
}
.navbar .btn-agent:hover {
	background: transparent;
	color: #333;
	border: 1px solid #333;
}

.navbar .search-input {
width: 180px;
    height: 44px;
    line-height: 44px;
    border: 1px solid #d0d0d0;
    border-radius: 12px;
    padding: 0 36px 0 16px;
    font-size: 13px;
    color: #333;
    background: #fff;
    outline: none;
    transition: border-color 0.2s;
    text-align: center;
}
.btn-primary-dark {
  background: var(--black);
  color: var(--white) !important;
  border: 2px solid var(--black);
  padding: 0.7rem 1.8rem;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  border-radius: 10px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.25s;
  cursor: pointer;
  position: relative;
}
.btn-primary-dark::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 600px;
	height: 600px;
	background: radial-gradient(circle at center, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.10) 35%, rgba(255, 255, 255, 0.04) 60%, transparent 75%);
	pointer-events: none;
}
.operate-icon img {
	width: 100%;
	filter: brightness(0%) invert(58%);
}
.btn-primary-dark:hover {
  background: transparent;
  color: var(--black) !important;
}
.btn-outline-dark-custom {
	background: transparent;
	color: #fff;
	border: 2px solid var(--black);
	padding: 11px 40px;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	border-radius: 10px;
	text-decoration: none;
	display: inline-block;
	transition: all 0.25s;
	background: #000;
}
.section-titled {
	margin-bottom: 35px;
	font-size: 44px;
}
.btn-outline-dark-custom:hover {
  background: var(--black);
  color: var(--white);
}

.btn-white {
  background: var(--white);
  color: var(--black) !important;
  border: 2px solid var(--white);
  padding: 0.7rem 1.8rem;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  border-radius: 10px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.25s;
}
.ag-right {
	padding-right: 2.5rem;
}
.btn-white:hover {
  background: transparent;
  color: var(--white) !important;
}

/* ==========================================
   HERO SECTION
   ========================================== */
.hero {
  position: relative;
  background: var(--white);
  overflow: hidden;
  min-height: 520px;
}

.hero-image-bg {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 58%;
  object-fit: cover;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 4rem 0 3rem;
}

.hero-title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1rem;
}

.hero-subtitle {
  font-size: 1rem;
  color: var(--text-muted);
  margin-bottom: 0.5rem;
  max-width: 440px;
}

.hero-desc {
  font-size: 0.88rem;
  color: var(--text-muted);
  margin-bottom: 1.5rem;
  max-width: 380px;
}

.hero-small {
  font-size: 0.78rem;
  color: var(--text-muted);
  margin-top: 0.75rem;
}

/* ==========================================
   STATS BANNER
   ========================================== */
.stats-banner {
  background: var(--dark);
  color: var(--white);
  padding: 3rem 0;
}
.stats-banner .stat-value {
	font-size: 36px;
	font-weight: 700;
	display: block;
}
.stats-banner .stat-label {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: normal;
	color: rgba(255, 255, 255, 0.76);
	display: block;
	margin-top: 0.2rem;
	font-weight: 500;
}
.stats-banner .stat-desc {
	font-size: 16.2px;
	color: #fff;
	margin-top: 20px;
	padding: 0 10px;
}
.stats-banner .stat-item {
	border: 1px solid rgba(255,255,255,0.15);
	padding: 33px 10px;
	min-height: 170px;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.stats-banner .stat-item:last-child {
  border-right: none;
}
.stats-banner .banner-headline {
	font-size: 32px;
	letter-spacing: 0.08em;
	text-align: center;
	margin-bottom: 30px;
	font-weight: 500;
}

.stats-banner .banner-headline em {
  font-style: normal;
  font-weight: 700;
  color: var(--white);
}
.steps-wrap #block3 .pills-row .sp:first-child {
	background: none !important;
	color: #ccc !important;
	border: 1.5px solid #e0e0e0 !important;
}
.steps-wrap #block2 .pills-row .sp:first-child {
	background: none !important;
	color: #777 !important;
	border-color: #fff !important;
}
.steps-wrap #block2 .pills-row .sp:last-child {
	color: #777 !important;
	box-shadow: inset 1px 1px 1px 2px #aaa;
	border-width: 3px !important;
}
.protect-section {
	background: #e8e8e8;
	padding: 5rem 0;
	text-align: center;
	padding-bottom: 3rem;
}
.operate-section .section-title {
	font-size: 2.7rem;
}
.operate-section .section-title {
	font-size: 2.7rem;
	margin-bottom: 20px;
}
/* ==========================================
   HOW WE OPERATE
   ========================================== */
.operate-section {
  background: var(--white);
  padding: 4rem 0;
  text-align: center;
  border-top: 1px solid var(--border-gray);
}

.operate-card {
  padding: 2rem 2rem;
}
.operate-card.midd {
	position: relative;
}
.operate-icon {
	width: 120px;
	height: 120px;
	margin: 0 auto 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
}
.operate-card p {
	font-size: 17px;
	color: #000;
	padding: 0 30px;
	font-weight: 500;
}
.operate-card h5 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 40px;
  color: #000;
}
/* ==========================================
   SOLUTIONS BY ROLE
   ========================================== */
.solutions-section {
  background: var(--light-gray);
  padding: 0;
  overflow: hidden;
}
.operate-section .btn-primary-dark:hover {
	background: transparent;
	border-color: #333;
	color: #000 !important;
}
.solutions-left {
  padding: 3.5rem 3rem;
}

.solutions-left h3 {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
}

.role-item {
  margin-bottom: 1.2rem;
}

.role-item h6 {
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 0.15rem;
}

.role-item p {
  font-size: 0.82rem;
  color: var(--text-muted);
}

.solutions-right {
  background: var(--dark);
  color: var(--white);
  padding: 3.5rem;
  display: flex;
  align-items: center;
}

.testimonial-quote {
  font-size: 1.1rem;
  font-style: italic;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.testimonial-attr {
  font-size: 0.82rem;
  color: #aaa;
}

.quote-mark {
  font-size: 4rem;
  line-height: 0.5;
  color: #555;
  display: block;
  margin-bottom: 1rem;
}

/* ==========================================
   HUMAN DIFFERENCE
   ========================================== */
.human-section {
  background: var(--white);
  overflow: hidden;
}
.human-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	display: block;
}
.hums-body.hum-body {
	display: grid;
	grid-template-columns: 41% 59%;
}
.cta-section::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 600px;
	height: 600px;
	background: radial-gradient(circle at center, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.10) 35%, rgba(255, 255, 255, 0.04) 60%, transparent 75%);
	pointer-events: none;
}
.divider {
	width: 210px;
	height: 0.75px;
	background: #fff;
	margin: 0 auto 32px;
}
/* ==========================================
   CTA SECTION
   ========================================== */
.cta-section {
  background: var(--dark);
  color: var(--white);
  padding: 5rem 0;
  text-align: center;
  position: relative;
}
.cta-section h2 {
	font-size: 34.5px;
	margin-bottom: 1rem;
	font-weight: 500;
}
.cta-section p {
	color: #e6e6e6;
	font-size: 17px;
	margin: 25px 1px !important;
}
.cta-section .btn-white {
	background: none;
	color: #fff !important;
	border: 1px solid var(--white);
	border-radius: 10px;
	padding: 14px 50px;
	font-weight: 500;
}
.mt-2.cta-ast {
	color: #fff;
}
.mt-2.cta-ast b {
	color: #fff;
}
.cta-section .btn-white:hover {
	background: #fff;
	color: #1e1e1e !important;
}
body .income-section .income-footer p.thin-bold {
	font-weight: 500;
	letter-spacing: 0.01em;
	font-size: 1.34rem !important;
}
/* ==========================================
   PAGE HERO VARIANTS
   ========================================== */
.page-hero {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.page-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0,0,0,0.7) 40%, rgba(0,0,0,0.2) 100%);
  z-index: 1;
}

.page-hero-content {
  position: relative;
  z-index: 2;
  color: var(--white);
  padding: 4rem 0;
}

.page-hero-content h1 {
  font-size: 2.8rem;
  margin-bottom: 1rem;
}

.page-hero-content p {
  font-size: 1rem;
  color: rgba(255,255,255,0.85);
  max-width: 500px;
}

.page-hero-dark {
  background: var(--dark);
}

.page-hero-dark .page-hero-content {
  color: white;
  text-align: center;
  padding: 5rem 0;
}

.page-hero-dark .page-hero-content h1 {
  font-size: 3rem;
}
.program-card {
	border: 1px solid var(--border-gray);
	border-radius: 0px;
	padding: 60px 40px;
	height: 100%;
	background: var(--white);
	transition: box-shadow 0.2s;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.program-card h4 {
	font-size: 1.2rem;
	margin-bottom: 50px;
	color: #444;
	font-weight: 500;
}
.over-box-sec {
	margin-bottom: 20px;
}
.hpw-p .section-title {
	font-weight: 500;
	font-size: 36px;
	margin-bottom: 25px;
}
.hpw-p .section-subtitle {
	font-size: 21px;
	color: #444 !important;
}
.in-box {
	width: 97%;
	margin: 0 auto;
	padding: 0px !important;
}
.hpw-p {
	background: var(--light-gray);
	padding: 4rem 0;
	border-radius: 17px;
	margin-bottom: 25px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.proven-sec {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	padding: 4rem 0px 5rem 0;
	border-radius: 17px;
	margin-bottom: 50px;
	background: #fff;
}
.complete-system-section h2 {
	color: #333;
	font-weight: 600;
	font-size: 38px;
}
.complete-system-section p {
	font-weight: 500;
	font-size: 18px;
	color: #333;
}
.lines {
	background: #4f4f4f;
	height: 1px;
	width: 47px;
	display: block;
	margin: 0 auto;
	margin-bottom: 9px;
}
.program-card p {
  font-size: 0.97rem;
  color: var(--text-muted);
  margin-bottom: 1rem;
}
.program-card .explore-link {
	font-size: 14px;
	color: #2f2f2f;
	font-weight: 500;
	text-decoration: none;
	letter-spacing: 0.03em;
	display: flex;
	align-items: center;
	gap: 0.4rem;
	justify-content: center;
}

.program-card .explore-link:hover {
  text-decoration: underline;
}

.program-icon {
  width: 52px;
  height: 52px;
  border: 1.5px solid var(--border-gray);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.steps-section {
	padding: 5rem 0;
	background: var(--white);
	text-align: center;
	padding-bottom: 2rem;
}
.wealth-section.partn .operate-icon img {
	filter: brightness(0%) invert(51%);
}
.wealth-section.partn .ghy {
	color: #333;
}
.step-card p {
	text-align: center;
	padding: 0 8px;
}.step-card h5 {
	color: #4d4d4d;
	font-weight: 500 !important;
}
.last-box-line p {
	color: #444 !important;
}
.step-card {
	padding: 2rem 1.5rem;
	background: #fff;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.step-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.step-number {
  width: 90px;
  height: 90px;
  background: var(--black);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin: 0 auto 1rem;
  font-size: 1rem;
}

.step-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin: 0 auto 1rem;
}
.last-box-line {
	margin-top: 20px !important;
	padding-top: 12px;
	max-width: 900px;
	margin: 0 auto;
}
.box-line {
	width: 140px;
	height: 1px;
	background: var(--text-muted);
	display: block;
	margin: 20px auto;
	margin-bottom: 35px;
}
.step-card h5 {
	color: #4d4d4d;
}
.prv .step-icon.mx-auto {
	width: 80px;
	height: 80px;
}
.prv h4 {
	color: #4d4d4d;
	margin-bottom: 30px !important;
	border-bottom: 2px solid #fff;
	padding-bottom: 30px;
}
/* ==========================================
   INCOME CARDS
   ========================================== */
.income-section {
  background: #000;
  color: var(--white);
}

.income-card {
  border: 1px solid #444;
  border-radius: 8px;
  padding: 2rem;
  background: rgba(255,255,255,0.04);
}

.income-card h5 {
  font-size: 0.95rem;
  margin-bottom: 0.75rem;
}

.income-card p {
  font-size: 0.82rem;
  color: #aaa;
}

/* ==========================================
   WEALTH ARCHITECTURE
   ========================================== */
.wealth-section {
  padding: 6rem 0;
  text-align: center;
  background: var(--white);
}
.wealth-section .section-title {
	letter-spacing: 0.15em;
	text-transform: uppercase;
	font-size: 42px;
	font-weight: 200;
	color: #888;
	margin-bottom: 25px;
}
.wealth-section .section-subtitle {
	font-size: 18px;
	color: #888;
	letter-spacing: 1px;
}
.wealth-card {
	padding: 1.5rem 0px;
	text-align: left;
	border-right: 0.5px solid #e0e0e0;
}
.wealth-section .col-md-6.col-lg-3:last-child .wealth-card {
	border-right: 0px;
}
.b7-divider {
    height: 1px;
    background: #e0e0e0;
    margin: 0 0 46px;
    width: 100%;
}
.oems-banner-button .btn-white:hover {
	background: rgb(255, 255, 255);
	border-color: #fff;
	color: #333 !important;
}
.wealth-card h5 {
	font-size: 25px;
	font-weight: 400;
	margin-bottom: 26px;
	margin-top: 25px;
	padding: 0 10px;
	color: #666;
	line-height: normal;
}
.del-last img {
	width: 100%;
}
.wealth-card p {
	margin: 0px;
	font-size: 16px;
	margin-top: 17px;
	color: #666666;
	padding: 0 70px;
}
.inc-bar p b {
	font-weight: 500 !important;
}
.b7-quote-mark {
    font-size: 72px;
    line-height: 0.8;
    color: #cccccc;
    font-family: Georgia, serif;
    margin-bottom: -12px;
    display: block;
}
.b7-between-lines {
    display: flex !important;
    align-items: center !important;
    margin: 0px 0 !important;
    padding: 0 60px !important;
}
.cgc-stat-box.biff p {
	font-size: 11px;
	text-align: left;
	color: #a1a1a1;
}
.b7-quote-line {
	flex: none;
	height: 1px;
	border: none;
	background: linear-gradient( to right, #999 0%, transparent 20%, transparent 40%, transparent 60%, transparent 80%, #999 100% );
	width: 100vw;
	margin-left: calc(50% - 50vw);
}
.cta-sections.last-wl .b7-between-lines {
	position: relative;
	top: 30px;
}
.ghy {
	margin: 0px;
	font-weight: 500;
	font-size: 19px;
	color: #666;
  letter-spacing: 1px;
}
.blu {
	margin: 0px;
	font-size: 19px;
	color: #666;
	font-style: italic;
	letter-spacing: 1px;
}
.wealth-card ul {
  font-size: 0.8rem;
  color: var(--text-muted);
  padding-left: 1rem;
}

/* ==========================================
   TRONIX SECTION
   ========================================== */
.tronix-section {
  background: var(--black);
  color: var(--white);
  padding: 5rem 0;
}

.tronix-title {
  letter-spacing: 0.08em;
  font-size: 0.7rem;
  color: #888;
  text-transform: uppercase;
}

.tronix-brand {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--white);
}

.tronix-stat {
  border-right: 1px solid #333;
  padding: 1rem 1.5rem;
}

.tronix-stat:last-child {
  border-right: none;
}

.tronix-stat .t-value {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--white);
}

.tronix-stat .t-label {
  font-size: 0.72rem;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* ==========================================
   CLAIMS PAGE
   ========================================== */
.claims-hero {
  background: var(--black);
  color: var(--white);
  padding: 0;
  position: relative;
  overflow: hidden;
}

.claims-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
}

.quick-actions-section {
  padding: 4rem 0;
  text-align: center;
  background: var(--white);
}

.quick-action-card {
  border: 1px solid var(--border-gray);
  border-radius: 8px;
  padding: 2rem 1.5rem;
  text-align: left;
  transition: all 0.2s;
  height: 100%;
}

.quick-action-card:hover {
  border-color: var(--black);
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

.quick-action-card h5 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.quick-action-card p {
  font-size: 0.82rem;
  color: var(--text-muted);
  margin-bottom: 1rem;
}

.quick-action-card .action-link {
  font-size: 0.8rem;
  color: var(--black);
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.action-icon {
  width: 44px;
  height: 44px;
  border: 1.5px solid var(--border-gray);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

/* Coverage categories */
.coverage-section {
  background: #0d0d0d;
  color: var(--white);
  padding: 4rem 0;
  text-align: center;
}

.coverage-tabs {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}

.coverage-tab {
  background: #2a2a2a;
  border: 1px solid #444;
  color: #ccc;
  padding: 0.45rem 1.2rem;
  border-radius: 4px;
  font-size: 0.85rem;
  cursor: pointer;
  transition: all 0.2s;
}

.coverage-tab:hover, .coverage-tab.active {
  background: var(--white);
  color: var(--black);
  border-color: var(--white);
}

.coverage-search {
  max-width: 340px;
  margin: 0 auto;
  background: #2a2a2a;
  border: 1px solid #444;
  border-radius: 4px;
  padding: 0.5rem 1rem;
  color: var(--white);
  width: 100%;
}

.why-choose-bar {
  background: var(--black);
  color: var(--white);
  padding: 2.5rem 0;
}

.contact-bar {
  background: #111;
  padding: 2rem 0;
}

.contact-bar a {
  color: #ccc;
  text-decoration: none;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1.5rem;
  border: 1px solid #444;
  border-radius: 4px;
  transition: all 0.2s;
}

.contact-bar a:hover {
  border-color: #888;
  color: var(--white);
}

/* ==========================================
   ABOUT PAGE
   ========================================== */
.about-trust-section {
  padding: 5rem 0;
  background: var(--white);
}

.trust-pyramid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}

.pyramid-level {
  border: 1.5px solid var(--border-gray);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-muted);
  letter-spacing: 0.05em;
}

.values-section {
  padding: 5rem 0;
  background: var(--white);
}

.value-item {
  margin-bottom: 2rem;
}

.value-item h5 {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.4rem;
}

.value-item p {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* ==========================================
   DESIGN YOUR PROGRAM FORM PAGE
   ========================================== */
.program-form-section {
  padding: 4rem 0;
  background: var(--white);
}

.step-indicator {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
}

.step-dot {
  width: 28px;
  height: 28px;
  border: 2px solid var(--border-gray);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--text-muted);
}

.step-dot.active {
  background: var(--black);
  border-color: var(--black);
  color: var(--white);
}

.role-select-btn {
  border: 2px solid var(--border-gray);
  border-radius: 6px;
  padding: 1rem 1.5rem;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.9rem;
  background: var(--white);
  transition: all 0.2s;
}

.role-select-btn:hover, .role-select-btn.selected {
  border-color: var(--black);
  background: var(--black);
  color: var(--white);
}

.form-control-cg {
  border: 1px solid var(--border-gray);
  border-radius: 4px;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  width: 100%;
  outline: none;
  transition: border-color 0.2s;
}

.form-control-cg:focus {
  border-color: var(--black);
}

/* ==========================================
   FOOTER
   ========================================== */
.footer {
  background: var(--dark);
  color: #ccc;
  padding: 3rem 0 1.5rem;
}

.footer-brand {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 0.5rem;
}

.footer-tagline {
  font-size: 0.8rem;
  color: #888;
  font-style: italic;
}

.footer h6 {
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 1rem;
}

.footer ul {
  list-style: none;
  padding: 0;
}

.footer ul li {
  margin-bottom: 0.5rem;
}

.footer ul li a {
  color: #aaa;
  text-decoration: none;
  font-size: 0.875rem;
  transition: color 0.2s;
}

.footer ul li a:hover {
  color: var(--white);
}

.footer-bottom {
  border-top: 1px solid #333;
  padding-top: 1.5rem;
  font-size: 0.78rem;
  color: #666;
}

/* ==========================================
   SECTION UTILITIES
   ========================================== */
.section-white { background: var(--white); }
.section-light { background: var(--light-gray); }
.section-dark { background: var(--dark); color: var(--white); }
.section-black { background: var(--black); color: var(--white); }

.section-pad {
  padding: 4.5rem 0;
}

.section-pad-sm {
  padding: 3rem 0;
}

.divider-thin {
  border-top: 1px solid var(--border-gray);
  margin: 0;
}

.text-muted-custom {
  color: var(--text-muted) !important;
}

.fw-600 { font-weight: 600; }
.fw-700 { font-weight: 700; }

/* Blockquote styles */
.blockquote-dark {
  border-left: 3px solid #555;
  padding-left: 1.5rem;
  font-style: italic;
  color: #ddd;
  font-size: 0.95rem;
  line-height: 1.7;
}

/* ==========================================
   RESPONSIVE
   ========================================== */
@media (max-width: 991px) {
  .hero-title { font-size: 2.4rem; }
  .hero-image-bg { display: none; }
  .page-hero-content h1 { font-size: 2.2rem; }
  .solutions-right { padding: 2.5rem 2rem; }
  .solutions-left { padding: 2.5rem 2rem; }
  .ag-right {
	padding-left: 2.5rem;
}
.navbar-nav .nav-link {
	padding: 0.5rem 0rem !important;
}
.qnav-img {
	position: unset !important;
  height: auto !important;
}
.qnav-img {
	flex: unset !important;
	overflow: hidden;
	min-height: 100% !important;
	max-width: 100% !important;
	width: 100% !important;
}
.qnav {
	flex-wrap: wrap;
}
}
.navbar-brand p {
	margin: 0px;
	font-size: 22px;
	color: #444;
	line-height: normal;
}
@media (min-width: 992px) {
.problem-card:nth-child(2) {
	border-right: 1px solid #d4d4d4;
	border-left: 1px solid #d4d4d4;
}
.system-card:nth-child(2)::before {
	content: "";
	background: #d8d8d8;
	width: 1px;
	height: 76%;
	position: absolute;
	bottom: 0px;
	left: -10px;
}
.system-card:nth-child(1) {
	position: relative;
}
.system-card:nth-child(2) {
	position: relative;
}
.system-card:nth-child(3) {
	position: relative;
}
.system-card:nth-child(1)::after {
	content: "";
	position: absolute;
	width: 9px;
	height: 9px;
	background: #c9c9c9;
	right: 5px;
	top: 16%;
	border-radius: 50%;
}
.system-card:nth-child(3)::after {
	content: "";
	position: absolute;
	width: 9px;
	height: 9px;
	background: #c9c9c9;
	left: 5px;
	top: 16%;
	border-radius: 50%;
}
.system-card:nth-child(1) .system-icon-placeholder::before {
	content: "";
	background: #d8d8d8;
	width: 31%;
	height: 1px;
	position: absolute;
	top: 16.6%;
	right: 27px;
}
.system-card:nth-child(2) .system-icon-placeholder::before {
	content: "";
	background: #d8d8d8;
	width: 31%;
	height: 1px;
	position: absolute;
	top: 16.6%;
	left: 27px;
}
.system-card:nth-child(2) .system-icon-placeholder::after {
	content: "";
	background: #d8d8d8;
	width: 31%;
	height: 1px;
	position: absolute;
	top: 16.6%;
	right: 27px;
}

.system-card:nth-child(3) .system-icon-placeholder::before {
	content: "";
	background: #d8d8d8;
	width: 31%;
	height: 1px;
	position: absolute;
	top: 16.6%;
	left: 27px;
}


.system-card:nth-child(2)::after {
	content: "";
	background: #d8d8d8;
	width: 1px;
	height: 76%;
	position: absolute;
	bottom: 0px;
	right: -10px;
}
.header-link {
	position: absolute;
	right: 0px;
	top: 95px;
}
.silder-main-iamge {
	position: relative;
	bottom: -45px;
	right: 66px;
}
.nav-item.dropdown:hover .dropdown-menu {
	display: block;
}
.for-sc {
	padding-right: 180px !important;
}
.problem-card:nth-child(5) {
	border-right: 1px solid #d4d4d4;
	border-left: 1px solid #d4d4d4;
}
.system-grid {
	gap: 0px !important;
}
.problem-card:nth-child(1), .problem-card:nth-child(3) {
	border: none;
}
.problem-card:nth-child(2){
  border-top: 0px;
}
}
.h-100.pd-hh {
	padding-left: 20px;
}
.arch-col {
	border-right: 1px solid #b2b2b2;
}
.arch-col:last-child {
	border: none;
}
@media (min-width: 768px) {
.operate-card.midd::before {
	position: absolute;
	content: "";
	background: #d5d5d5;
	width: 2px;
	height: 110px;
	left: 0;
	top: 30%;
}
.cgc-why-section .col-12.col-md-4:nth-child(2) .cgc-why-card {
	border-right: 1px solid #d5d5d5;
	border-left: 1px solid #d5d5d5;
}
.paths-section .path-col:nth-child(2) {
	border-right: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
}
.operate-card.midd::after {
	position: absolute;
	content: "";
	background: #d5d5d5;
	width: 2px;
	height: 110px;
	right: 0;
	top: 30%;
}
}
@media (max-width: 767px) {
.arch-col:nth-child(2) {
	border: none;
}
.carousel-item .slide-content h1 {
	font-size: 30px !important;
	line-height: normal !important;
  margin-bottom: 20px !important;
}
.proven-sec .row.justify-content-center.g-4.mt-3 {
	margin-bottom: 35px !important;
}
.overlay-content h2 {
	margin-top: 0px !important;
}
.proven-sec {
	padding: 4rem 0px 1rem 0 !important;
}
  .hero-title { font-size: 1.9rem; }
  .section-title { font-size: 1.7rem; }
  .tronix-stat { border-right: none; border-bottom: 1px solid #333; }
  .tronix-stat:last-child { border-bottom: none; }
  .page-hero-content h1 { font-size: 1.8rem; }
  .cta-section h2 { font-size: 1.8rem; }
  .human-image { height: 280px; }
.system-card:nth-child(2) {
	border-bottom: 0px solid #b2b2b2;
	border-top: 0px solid #b2b2b2;
}
.hums-body.hum-body {
	grid-template-columns: 100% !important;
}
.hum-body .human-left-sec {
	padding-top: 60px !important;
	padding-bottom: 30px !important;
}
.common-programs {
	display: block !important;
}
.marg.ovrd {
	max-width: 100% !important;
}
.marg.ovrd .button-pro {
	margin-bottom: 30px;
}
.left-common .marg p {
	margin: 30px 0 !important;
}
.left-common {
	padding: 30px 30px 30px 30px !important; /* symmetric on mobile */
}
.left-common .section-titlep {
	font-size: 30px !important;
}
.left-common .marg p {
	font-size: 20px !important;
}
}

@media (max-width: 575px) {
  .hero-content { padding: 2.5rem 0 2rem; }
  .section-pad { padding: 3rem 0; }
}

/* ==========================================
   NAVIGATION DROPDOWN OVERRIDES
   ========================================== */
.dropdown-menu {
  border: 1px solid var(--border-gray);
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  padding: 0.5rem 0;
  font-size: 0.875rem;
}

.dropdown-item {
  color: var(--text-primary);
  padding: 0.5rem 1.2rem;
  transition: background 0.15s;
}

.dropdown-item:hover {
  background: var(--light-gray);
  color: var(--black);
}
 /* ===== HERO SLIDER ===== */
  .hero-slider-section {
    position: relative;
    background: #ffffff;
    overflow: visible;
    min-height: 520px;
    border-bottom: 1px solid #e8e8e8;
  }
.footer-brand img {
	filter: brightness(0) invert(1);
	max-width: 240px;
	width: auto;
}
  .hero-slide {
    display: none;
    width: 100%;
    padding-top: 3rem;
  }
  .hero-slide.active {
    display: block;
  }
.hero-slide-inner {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	min-height: 575px;
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 1rem;
	gap: 0;
}
.hero-text-block {
	width: 100%;
	text-align: right;
	position: relative;
}
#slide-1 {
	position: relative;
}
  /* LEFT: Person */
  .hero-person-wrap {
    position: relative;
    z-index: 3;
    flex-shrink: 0;
   width: 28%;
    display: flex;
    align-items: flex-end;
    margin-bottom: 0;
  }
  .hero-person-img {
    width: 100%;
    max-width: 100%;
    display: block;
    object-fit: contain;
    object-position: bottom;
  }

  .hero-slide-title {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.1;
    color: #0a0a0a;
    margin-bottom: 25px;
    letter-spacing: -0.01em;
  }
.hero-slide-sub {
	font-size: 1.2rem;
	font-weight: 700;
	color: #292929;
	margin-bottom: 30px;
	line-height: 1.5;
}
.hero-slide-desc {
	font-size: 1.1rem;
	color: #222;
	margin-bottom: 1.4rem;
	line-height: 1.6;
}
.hero-cta-btn {
	display: inline-block;
	border: 1.5px solid #1a1a1a;
	background: transparent;
	color: #1a1a1a;
	font-size: 1rem;
	font-weight: 500;
	padding: 9px 80px;
	border-radius: 10px;
	text-decoration: none;
	letter-spacing: 0.02em;
	transition: all 0.2s;
}
  .hero-cta-btn:hover {
    background: #1a1a1a;
    color: #fff;
  }
.hero-slide-micro {
	font-size: 12px;
	color: #1a1a1a;
	margin-top: 0.75rem;
	margin-bottom: 0;
	font-weight: 600;
}
  /* RIGHT: Building */
  .hero-building-wrap {
    position: relative;
    z-index: 2;
    flex: 1;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    min-width: 0;
    margin-left: auto;
    padding-left: 2rem;
  }
  .hero-building-img {
    width: 100%;
    display: block;
    object-fit: contain;
    object-position: bottom right;
  }

  /* DOTS */
  .hero-dots {
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 11px;
    z-index: 10;
  }
  .common-programs .marg.ovrd .button-pro:hover .btn-outline-dark-custom.circle-back:hover {
	background: transparent;
	color: #000;
}
.hero-dot {
	width: 13px;
	height: 13px;
	border-radius: 50%;
	border: 1.5px solid #c9c9c9;
	cursor: pointer;
	padding: 0;
	transition: all 0.2s;
	background: #c9c9c9;
	position: relative;
}
  .hero-dot.active {
    background: #fff;
    border-color: #fff;
  }
  .hero-dot:hover {
    border-color: #333;
    background: #888;
  }

  /* Slide fade animation */
  @keyframes heroFadeIn {
    from { opacity: 0; }
    to   { opacity: 1; }
  }
  .hero-slide.active {
    animation: heroFadeIn 0.5s ease;
  }

  /* ===== RESPONSIVE ===== */
  @media (max-width: 991px) {
    .hero-slide-inner {
      flex-direction: column;
      align-items: center;
      min-height: auto;
      padding: 2rem 1rem 3.5rem;
    }
    .hero-text-block {
      position: static;
      transform: none;
      text-align: center;
      order: 1;
      padding: 2rem 1rem 0;
      max-width: 100%;
    }
    .hero-building-wrap {
      order: 3;
      padding-left: 0;
      width: 100%;
      max-width: 420px;
    }
    .hero-slide-title { font-size: 2.1rem; }
  }

  @media (max-width: 575px) {
    .hero-person-wrap { width: 130px; }
.hero-slide-title {
	font-size: 30px !important;
}
    .hero-building-img { max-width: 320px; }
  }


  
  /* ========== SOLUTIONS BY ROLE — exact match ========== */
  .sbr-section {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
  }

  .sbr-inner {
    display: flex;
    align-items: stretch;
    min-height: 480px;
  }
.sbr-label-col {
	width: 60px;
	flex-shrink: 0;
	background: #e0e0e0;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.sbr-rotated-label {
	display: block;
	white-space: nowrap;
	transform: rotate(-90deg);
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 48px;
	font-weight: bold;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #fff;
	transform-origin: center center;
}
.sbr-left-panel {
	flex: 0 0 50%;
	max-width: 50%;
	background: #e0e0e0;
	padding: 40px 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.sbr-heading {
	font-size: 18px;
	color: #222;
	font-weight: 400;
	margin-bottom: 1.6rem;
	line-height: 1.5;
}
.sbr-roles {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.sbr-role-item {
	line-height: 1.35;
	padding-left: 20px;
}
.sbr-role-name {
	font-size: 19px;
	font-weight: 500;
	color: #111;
	margin: 0 0 0.05rem 0;
}
.sbr-heading b {
	font-weight: 500;
}

  .sbr-role-desc {
    font-size: 18px;
    color: #222;
    font-weight: 400;
    margin: 0;
  }
.sbr-right-panel {
	flex: 1;
	background: #0a0a0a;
	display: flex;
	align-items: center;
	padding: 64px 56px;
	position: relative;
}
  .sbr-quote-wrap {
    position: relative;
    width: 100%;
  }

  .sbr-open-quote {
    display: block;
    font-family: Georgia, serif;
    font-size: 3.5rem;
    color: #fff;
    line-height: 0.8;
    margin-bottom: 1.2rem;
  }

.sbr-quote-text {
	font-family: 'Source Sans 3', sans-serif;
	font-size: 22px;
	font-style: italic;
	color: #ffffff;
	line-height: 1.7;
	margin-bottom: 1.8rem;
	font-weight: 400;
}

.sbr-attr {
	display: flex;
	align-items: flex-start;
	gap: 0.6rem;
	margin-bottom: 1.2rem;
	padding-left: 20px;
}
.sbr-right-panel::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 600px;
	height: 600px;
	background: radial-gradient(circle at center, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.10) 35%, rgba(255, 255, 255, 0.04) 60%, transparent 75%);
	pointer-events: none;
}

  .sbr-dash {
    color: #ccc;
    font-size: 1rem;
    margin-top: 0.1rem;
    flex-shrink: 0;
  }

  .sbr-attr-name {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    margin: 0 0 0.1rem 0;
  }
.sbr-attr-title {
	font-family: 'Source Sans 3', sans-serif;
	font-size: 15px;
	color: #fff;
	margin: 0;
	font-weight: 400;
}

  .sbr-close-quote {
    position: absolute;
    bottom: -0.8rem;
    right: 0;
    font-family: Georgia, serif;
    font-size: 3.5rem;
    color: #fff;
    line-height: 1;
  }

  /* ---- Responsive ---- */
  @media (max-width: 991px) {
    .sbr-inner {
      flex-direction: column;
    }
    .sbr-label-col {
      width: 100%;
      border-right: none;
      border-bottom: 1px solid #e0e0e0;
    }
.sbr-rotated-label {
	transform: none;
	font-size: 25px;
	padding-top: 40px;
	padding-bottom: 0px;
}
body .hum-body .human-left-sec {
	padding-top: 50px !important;
	padding-bottom: 30px !important;
}
.cta-section {
	padding: 3.5rem 0 !important;
}
    .sbr-left-panel {
      flex: none;
      max-width: 100%;
      padding: 2rem 1.5rem;
    }
    .sbr-right-panel {
      padding: 2.5rem 1.5rem;
    }
    .sbr-quote-text { font-size: 0.95rem; }
  }
.page-hero-content img {
	width: 100%;
}
.agent-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}
.marg.ovrd .button-pro a::before {
	width: 100%;
	height: 100%;
}
  /* ── 2. QUICK NAV ── */
.qnav {
	display: flex;
	align-items: stretch;
	background: var(--dk2);
	min-height: 240px;
	background: var(--dark);
  position: relative;
}
  .qnav-side{background:var(--dk2);width:5%;flex-shrink:0;display:flex;align-items:center;justify-content:center;}
.qnav-side span {
	display: block;
	white-space: nowrap;
	transform: rotate(-90deg);
	font-family: 'Barlow Condensed',sans-serif;
	font-size: 25px;
	letter-spacing: .25em;
	text-transform: uppercase;
	color: #3a3a3a;
	font-weight: 600;
	text-shadow: -1px -1px 0 #888,
        1px 1px 0 #111,
        0 0 8px rgba(200,200,200,0.15);
}
.qnav-box {
	border: 1px solid #878787;
	margin: 1rem 0px;
	padding: 4rem 0 2rem 3rem;
	flex-shrink: 0;
	width: 25%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
b, strong {
	font-weight: 600 !important;
}
  .qnav-box ul{list-style:none;padding:0;margin:0;}
.qnav-box ul li {
	font-size: 17px;
	color: #cccccc;
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	gap: .45rem;
}
  .qnav-box ul li::before{
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #e8e8e8;
    flex-shrink: 0;
  
  }
  .btn-primary-dark.withpitt {
	color: var(--black) !important;
	background: transparent;
}
.btn-primary-dark.withpitt:hover {
	color: #fff !important;
	background: #000;
}
  .qnav-box ul li a{color:#ccc;text-decoration:none;}
  .qnav-box ul li a:hover{color:#fff;}
.qnav-img {
	flex: 1;
	overflow: hidden;
	height: 411px;
	width: 60%;
	margin: 0 auto;
	position: absolute;
	right: 63px;
	top: -20px;
	bottom: 0;
}
.qnav-img img {
	width: 100%;
	height: 100%;
	object-position: center 55%;
	display: block;
	transform: scaleX(-1);
}

  /* ── 4. PROGRAMS ── */
 .prg {
	background: #e8e8e8;
	padding: 4.5rem 0;
	text-align: center;
	border-top: 1px solid var(--bdr);
}
.prg h2 {
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 20px;
}
.prg .p-sub {
	font-size: 19px;
	color: #555555;
	line-height: 1.7;
	max-width: 940px;
	margin: 0 auto 24px;
}
.prg .p-yrs {
	font-size: 1.9rem;
	font-weight: 300;
	color: #222222;
	margin-bottom: 40px;
	line-height: 1.4;
}
.prg .p-yrs strong {
	font-weight: 600;
	color: #111;
}
.prv-link a {
	font-size: 25px;
	color: #222222;
	text-decoration: underline;
	text-underline-offset: 3px;
	line-height: 1.6;
	display: block;
	text-align: center;
	margin: 0 auto;
}
  .prv-wrap{display:flex;column-gap:6rem;justify-content:center;align-items:center;flex-wrap:wrap;}
  .prv-link{text-align:left;max-width:400px;}
  .prv-card{background:var(--dk2);color:#fff;border-radius:8px;width:264px;display:flex;flex-direction:column;align-items:center;gap:.7rem;min-height:160px;justify-content:center;}
  .prv-card .pci{font-size:4.2rem;color:#fff;line-height:1;}
  .prv-card span{font-family:'Barlow Condensed',sans-serif;font-size:1.2rem;letter-spacing:.15em;font-weight:700;}
  .p-note{margin-top:2rem;font-size:.875rem;color:var(--mt);}
.p-note {
	font-size: 23px;
	color: #444444;
	margin-top: 30px;
}
.steps-section .section-title {
	font-size: 38px;
	font-weight: 400;
}
.steps-section .section-subtitle {
	font-size: 20px;
	color: #666 !important;
}
.btn-primary-dark.withpitt::before {
	width: 100%;
	height: 100%;
}
  .prv-card {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    cursor: pointer;
}
.income-section-text {
	background: #e8e8e8;
	padding: 50px 0px;
}
.card-bg {
    width: 100%;
    display: block;
    border-radius: 25px;
}

/* dark overlay */
.overlay {
    position: absolute;
    inset: 0;
     display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.pci {
    font-size: 70px;
    line-height: 1;
    font-weight: 300;
}

.overlay span:last-child {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 1px;
}

/* Modal */
.preview-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.85);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.preview-img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 12px;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 45px;
    color: #fff;
    cursor: pointer;
}
 /* ── 6. INCOME DEV ── */
  .inc{background:var(--ltbg);padding:4rem 0 0;border-top:1px solid var(--bdr);}
  .inc-hdr{text-align:center;padding-bottom:3rem;}
  .inc-hdr h2{font-family:'Playfair Display',serif;font-size:1.65rem;font-weight:700;margin-bottom:.65rem;}
  .inc-hdr p{font-size:.875rem;color:var(--mt);max-width:660px;margin:0 auto .5rem;line-height:1.65;}
  .inc-row{display:flex;align-items:stretch;}
.ic {
	flex: 1;
	background: #1e1e1e;
	color: #fff;
	padding: 3.5rem 1.7rem;
	border-right: 1px solid #9c9c9c;
	display: flex;
	flex-direction: column;
	text-align: center;
}
.ic.icf {
	background: #000;
}
  .ic:last-child{border-right:none;}
.ic-icon {
	width: 108px;
	height: 108px;
	margin: 0 auto;
	margin-bottom: 31px;
}
  .ic-icon svg{width:100%;height:100%;}
.ic h5 {
	font-size: 19px;
	font-weight: 600;
	margin-bottom: 27px;
	color: #fff;
}
.ic p {
	font-size: 17px;
	color: #d0d0d0;
	line-height: 1.6;
	flex: 1;
  text-align: left;
}
  .inc-bar{background:var(--dk);padding:1.2rem;text-align:center;}
.inc-bar p {
	font-size: 16px;
	color: #fff;
	margin: 0;
}
  .inc-bar strong{color:#fff;}
.ic-icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.b7-subline {
    width: 80px;
    height: 0.5px;
    background: #cccccc;
    margin: 0 auto 48px;
}
.max-sec {
	background: var(--dark);
	max-width: 950px;
	margin: 0 auto;
	border: 1px solid #9c9c9c;
	position: relative;
	top: -47px;
  padding: 5px 66px;
}
.oems-banner {
	padding: 80px 0px;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	background-position: center;
}
.oems-text {
	padding: 50px 0px;
}
.oems-tet {
	color: #fff;
}
.oems-tet h4 {
	font-size: 15px;
	letter-spacing: 2px;
}
.oems-tet h2 {
	font-size: 29px;
	padding: 10px 0;
}
.oems-tet p {
	font-size: 15px;
	color: #d1d1d1;
	max-width: 750px;
	margin: 0 auto;
}
.oems-banner-button .btn-white {
	background: none;
	color: #fff !important;
	border-radius: 10px !important;
	font-weight: 400;
	padding: 0.7rem 3.4rem;
}
.full-sec-oe {
	display: flex;
	flex-direction: column;
	gap: 250px;
}
.oems-banner.part .full-sec-oe {
	gap: 100px;
}
.oems-tet .rss {
	padding: 15px 0px;
	color: #eee !important;
	font-size: 19px !important;
	font-weight: 300;
	margin-bottom: 5px;
}
.oems-text .db {
	font-weight: 500;
	font-size: 17px;
}
.oems-text h2 {
	font-weight: 400;
	color: #444;
	font-size: 23px;
	margin-bottom: 40px;
}
.oems-tet.partn-sec p {
	font-size: 15px;
	color: #eee;
	line-height: 2;
}
.oems-banner.part .oems-banner-button {
	margin-bottom: 30px;
}
.overview-text {
	font-size: 28.6px;
	color:#e5e5e5;
  line-height: normal;
}
.problems-section .section-title {
	color: #444;
	font-weight: 500;
	font-size: 33px;
	margin-bottom: 25px;
}
.overview-text strong:last-child {
	color: #e5e5e5;
}
.problems-section .section-lead {
	font-size: 16px;
}
.complete-system-section {
	position: relative;
	width: 100%;
	height: 800px;
	background: url('images/overview-image.png') no-repeat center center/cover;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	text-align: center;
	padding-top: 70px;
}
    .overlay-content {
        position: relative;
        z-index: 2;
        color: #222;
        width: 100%;
        max-width: 1000px;
        padding: 0 20px;
    }

    .overlay-content h2 {
        font-size: 40px;
        font-weight: 600;
        margin-bottom: 20px;
    }
.overlay-content p {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
}
    @media(max-width:768px){
        .complete-system-section {
            min-height: 600px;
            padding-top: 40px;
            background-position: center;
        }

        .overlay-content h2 {
            font-size: 34px;
        }

        .overlay-content p {
            font-size: 18px;
        }
    }
    .dealder-byns a {
	padding: 10px 15px;
	font-size: 13px;
}
.dealder-byns {
	display: flex;
	flex-wrap: wrap;
	column-gap: 19px;
	row-gap: 6px;
	margin-top: 40px;
}
.dealder-byns .btn-outline-dark-custom {
	border-color: #000;
	background: #e8e8e8ab;
	color: #000;
}
.dealder-byns .hero-cta-btn {
	background: #1a1a1a;
	color: #fff;
	position: relative;
}
.dealder-byns .hero-cta-btn::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 220px;
	height: 40px;
	background: radial-gradient(circle at center, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.10) 35%, rgba(255, 255, 255, 0.04) 60%, transparent 75%);
	pointer-events: none;
}
.income-footer p {
	font-size: 20px;
}
.income-footer p:last-child {
	font-size: 17px;
}
.curs {
	padding: 0 60px;
}
.config-card .icon-wrap img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.config-bott {
	text-align: center;
	padding-top: 25px;
}
.config-bott a {
	font-size: 14px;
	color: #383838;
}
.income-card .icon-wrap img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: brightness(0) invert(1);
}
.get-mx {
	max-width: 880px;
	margin: 0 auto;
	width: 100%;
}
.why-section .dealder-byns {
	justify-content: center;
	margin-top: 40px;
}
.get-card .icon-wrap img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.year-agent {
	text-align: center;
	font-size: 15px !important;
	margin-bottom: 0px;
	margin-top: 10px;
}
.problem-icon-placeholder img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.system-icon-placeholder img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.cta-section.agent-secs .section-title {
	color: #252525;
	font-size: 33px;
}
.cta-section.agent-secs .section-sub {
	color: #222;
	font-size: 21px;
}
.cta-section.agent-secs .bullf {
	color: #333;
	font-size: 20px;
	margin: 39px 0 !important;
}
.cta-section .dealder-byns {
	justify-content: center;
	margin-top: 30px;
}

.life-time-banner {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
    overflow: hidden;
}

/* Overlay */
.life-time-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25); /* black overlay */
    z-index: 1;
}

/* Content overlay ke upar */
.life-time-banner .container,
.life-time-banner .row,
.life-time-banner .life-banner-text {
    position: relative;
    z-index: 2;
}

.life-banner-text h2 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 20px;
}

.life-banner-text p {
    font-size: 18px;
    color: #fff;
    line-height: 1.7;
    margin-bottom: 15px;
}

.life-btns {
    margin-top: 30px;
    display: flex;
    gap: 15px;
}
.life-btns a {
	display: inline-block;
	padding: 9px 28px;
	border-radius: 7px;
	text-decoration: none;
	font-weight: 500;
	transition: 0.3s;
	border: 1px solid #fff;
	font-size: 15px;
	color: #fff;
}
.life-banner-text .l-sh {
	font-size: 14px;
}
.ltp-strip {
	background: #1a1a1a;
	padding: 38px 0;
	text-align: center;
	border-top: 1px solid #5e5e5e;
}
    .ltp-strip-text {
      font-size: 30px;
      font-weight: 300;
      color: rgba(153, 153, 153, 0.6);
      letter-spacing: 0.38em;
      text-transform: uppercase;
    }
.ltp-chart-card img {
	width: 100%;
}
    
/* ── LOYALTY GAP ──────────────────────────────────────────── */
    .ltp-loyalty { background: #eeecea; padding: 80px 0 50px; }
.ltp-loyalty-heading {
	font-size: 33px;
	font-weight: 300;
	color: #444;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 35px;
}
    .ltp-loyalty-body p {
      font-size: 0.93rem;
      color: #333;
      line-height: 1.82;
      margin-bottom: 22px;
    }
    .ltp-loyalty-body p strong { font-weight: 600; display: block; }

    /* Dark chart card */
    .ltp-chart-card {
      background: #0f0f0f;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 24px 60px rgba(0,0,0,0.38);
    }
    .ltp-chart-inner { padding: 28px 24px 16px; }
    .ltp-chart-where {
      font-size: 0.62rem;
      color: rgba(255,255,255,0.5);
      letter-spacing: 0.18em;
      text-transform: uppercase;
      text-align: right;
      margin-bottom: 10px;
    }
    .ltp-chart-source {
      padding: 10px 18px;
      font-size: 0.6rem;
      color: rgba(255,255,255,0.3);
      border-top: 1px solid rgba(255,255,255,0.07);
    }

    /* Pill cards */
    .ltp-pill-row { margin-top: 70px; }

.ltp-pill {
	background: #eeecea;
	border-radius: 40px;
	padding: 30px 26px;
	text-align: center;
	box-shadow: 0 4px 22px rgba(0, 0, 0, 0.26);
	height: 100%;
	border: 5px solid #fff;
	position: relative;
	z-index: 9;
	transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.built-section .config-card:hover {
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.21);
	transform: translateY(-3px);
}
.built-section .config-card {
	transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.get-card:hover {
	box-shadow: 0 8px 32px rgba(0,0,0,0.10);
	transform: translateY(-3px);
}
.get-card {
	transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.step-card {
	transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.step-card:hover {
	box-shadow: 0 8px 32px rgba(0,0,0,0.10);
	transform: translateY(-3px);
}
.income-section .income-card {
	transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.income-section .income-card:hover {
	box-shadow: 0 8px 32px rgba(255, 255, 255, 0.1);
	transform: translateY(-3px);
}
.ltp-pill h5 {
	font-size: 19px;
	font-weight: 600;
	color: #494949;
	margin-bottom: 22px;
}
.ltp-pill p {
	font-size: 14px;
	color: #555;
	line-height: 1.65;
	margin: 0;
	font-weight: 500;
}

.ltp-loyalty-tagline {
	text-align: center;
	font-size: 27px;
	color: #333;
	margin-top: 52px;
	padding-top: 30px;
}
    .ltp-loyalty-tagline strong { font-weight: 800; }

    /* ── HOW IT WORKS ─────────────────────────────────────────── */
    .ltp-hiw { background: #111; padding: 80px 0 70px; }
    .ltp-hiw-how {
      text-align: center;
      font-size: 0.82rem;
      color: rgba(255,255,255,0.4);
      letter-spacing: 0.2em;
      margin-bottom: 8px;
    }
    .ltp-hiw-logo { text-align: center; margin-bottom: 6px; }
.ltp-hiw-logo-text {
	font-size: 50px;
	font-weight: 200;
	color: #fff;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	font-family: 'Cinzel', serif;
	display: flex;
	justify-content: center;
}
.tm-text {
	font-size: 13px;
	color: #d0d0d0;
	line-height: normal;
	position: relative;
	top: 20px;
}
.ltp-hiw-logo-text strong {
	font-weight: 500 !important;
	padding-left: 20px;
}
.ltp-hiw-tagline {
	text-align: center;
	font-size: 15px;
	letter-spacing: 0.34em;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 30px;
}
.ltp-icon-wrap img {
	width: 100%;
	height: 100%;
}
    .ltp-hiw-divider { width: 180px; height: 1px; background: rgba(255,255,255,0.16); margin: 0 auto 56px; }

    .ltp-hiw-step { text-align: center; padding: 0 24px; }
    .ltp-icon-wrap {
      width: 110px; height: 110px; border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      margin: 0 auto 28px;
    }
.ltp-hiw-step-title {
	font-size: 22px;
	font-weight: 400;
	color: #e8e7e7;
	letter-spacing: 0.06em;
	margin-bottom: 16px;
}
.ltp-hiw-step-text {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.75);
	line-height: 1.72;
}
.ltp-hiw-customize {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.71);
	text-align: center;
	margin-top: 18px;
	line-height: 1.65;
	margin-bottom: 7px;
}
.ltp-hiw-bottom {
	text-align: center;
	border-top: 1px solid rgba(255,255,255,0.06);
	padding-top: 6px;
}
.ltp-hiw-bottom p {
	font-size: 16px;
	color: rgb(255, 255, 255);
	letter-spacing: 0.04em;
}
    .ltp-hiw-bottom span { color: rgba(255,255,255,0.82); }

    /* ── RESULTS ──────────────────────────────────────────────── */
    .ltp-results {
      position: relative;
      background:
        linear-gradient(to bottom, rgba(0,0,0,-2.3) 0%, rgba(0,0,0,-1.5) 100%),
        url('images/lifeimage.png') center/cover no-repeat;
      padding: 90px 0 50px;
    }
.ltp-results-heading {
	text-align: center;
	font-size: 40px;
	font-weight: 500;
	color: #000;
	margin-bottom: 14px;
	letter-spacing: 1px;
}
.ltp-results-sub {
	text-align: center;
	font-size: 18px;
	color: #252525;
	margin-bottom: 50px !important;
	line-height: 1.68;
	font-weight: 500;
	max-width: 820px;
	margin: 0 auto;
}
    .ltp-stat-box {
      background: rgba(8,8,8,0.72);
      padding: 44px 20px; text-align: center;
      border: 1px solid rgba(255,255,255,0.05);
      height: 100%;
    }
.ltp-stat-num {
	font-size: 40px;
	font-weight: 500;
	color: #fff;
	line-height: 1;
	margin-bottom: 14px;
}
 .ltp-stat-lbl {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.81);
	line-height: 1.62;
  font-weight: 400;
  max-width: 75%;
  margin: 0 auto;
}
.ltp-results-box {
	border: 1px solid rgba(255, 255, 255, 0.64);
	padding: 36px 48px;
	margin-top: 36px;
	padding-bottom: 10px;
}
.ltp-results-box p {
	font-size: 0.88rem;
	color: rgb(255, 255, 255);
	margin-bottom: 14px;
}
    .ltp-results-box ul { list-style: none; padding: 0; margin: 0; }
   .ltp-results-box ul li {
	font-size: 0.83rem;
	color: rgb(255, 255, 255);
	padding: 4px 0 4px 18px;
	position: relative;
}
    .ltp-results-box ul li::before { content: '‣'; position: absolute; left: 0; color: rgba(255,255,255,0.45); }
    .ltp-results-tag {
      text-align: right;
      font-size: clamp(1rem, 2.2vw, 1.7rem);
      font-weight: 300; color: rgba(255,255,255,0.85);
    }
.ltp-results-built {
	background: #fff;
	padding: 18px 0;
	text-align: center;
	font-size: 19px;
	color: #1a1a1a;
	font-weight: 500;
  letter-spacing: 1px;
}

    /* ── SYSTEM ───────────────────────────────────────────────── */
    .ltp-system { background: #181818; padding: 80px 0 60px; }
    .ltp-system-logo { text-align: center; margin-bottom: 6px; }
.ltp-system-logo-text {
	font-weight: 200;
	color: #fff;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	font-family: 'Cinzel', serif;
	display: flex;
	justify-content: center;
	font-size: 50px;
}
.ltp-system-logo-text strong {
	font-weight: 500 !important;
	padding-left: 20px;
}
.ltp-system-logo-sub {
	text-align: center;
	font-size: 20px;
	letter-spacing: 0.32em;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 26px;
}
.ltp-system-tagline span {
	font-weight: 500;
}
    .ltp-system-divider { width: 180px; height: 1px; background: rgba(255,255,255,0.14); margin: 0 auto 46px; }
.ltp-system-tagline {
	text-align: center;
	font-size: 2.2rem;
	font-weight: 300;
	color: rgba(255,255,255,0.82);
	margin-bottom: 68px;
	letter-spacing: 1px;
}
    .ltp-system-tagline strong { font-weight: 800; color: #fff; }

    .ltp-platform-title { font-size: 20px; font-weight: 600; color: #fff; margin-bottom: 4px; }
    .ltp-platform-sub { font-size: 20px; font-style: italic; color: rgba(255, 255, 255, 0.68); margin-bottom: 34px; }

    /* Laptop mockup */
    .ltp-laptop {
      background: #0d0d0d; border-radius: 10px;
      border: 1px solid rgba(255,255,255,0.07);
      box-shadow: 0 20px 60px rgba(0,0,0,0.6); overflow: hidden;
    }
    .ltp-laptop-bar {
      background: #1c1c1c; padding: 10px 16px;
      display: flex; align-items: center; gap: 6px;
      border-bottom: 1px solid rgba(255,255,255,0.05);
    }
    .ltp-laptop-nav { display: flex; gap: 22px; margin-left: 18px; }
    .ltp-laptop-nav span { font-size: 0.6rem; color: rgba(255,255,255,0.35); letter-spacing: 0.06em; }
    .ltp-laptop-nav span.ltp-nav-active { color: #fff; border-bottom: 1px solid rgba(255,255,255,0.6); padding-bottom: 2px; }
    .ltp-laptop-body { padding: 18px 18px 14px; }
    .ltp-kpi-row { display: flex; gap: 10px; margin-bottom: 18px; }
    .ltp-kpi { flex: 1; text-align: center; }
    .ltp-kpi-val { font-size: clamp(0.75rem, 1.3vw, 0.95rem); font-weight: 700; color: #fff; line-height: 1.2; }
    .ltp-kpi-lbl { font-size: 0.5rem; color: rgba(255,255,255,0.3); letter-spacing: 0.04em; margin-top: 3px; line-height: 1.4; }
    .ltp-chart-area { display: flex; gap: 14px; align-items: flex-end; }
    .ltp-mini-chart { flex: 1; }
    .ltp-gauges { display: flex; flex-direction: column; gap: 12px; min-width: 120px; }
    .ltp-gauge-lbl { font-size: 0.54rem; color: rgba(255,255,255,0.35); text-align: center; margin-bottom: 3px; letter-spacing: 0.05em; }

    /* Executive card */
    .ltp-exec-card { border: 1px solid rgba(255,255,255,0.11); padding: 50px 22px; height: 100%; }
    .ltp-exec-sub { font-size: 0.75rem; font-style: italic; color: rgba(255,255,255,0.38); margin-bottom: 20px; text-align: center; }
    .ltp-exec-bullets { list-style: none; padding: 0; margin: 0; }
    .ltp-exec-bullets li {
      font-size: 0.8rem; color: rgba(255,255,255,0.65);
      padding: 10px 0 10px 18px;
      border-bottom: 1px solid rgba(255,255,255,0.06);
      position: relative; line-height: 1.6;
    }
    .ltp-exec-bullets li:last-child { border: none; }
    .ltp-exec-bullets li::before { content: '•'; position: absolute; left: 2px; color: rgba(255,255,255,0.28); }
    .ltp-system-footer {
      text-align: center; font-size: 0.8rem; font-style: italic;
      color: rgba(255,255,255,0.32); margin-top: 34px;
      padding-top: 26px; border-top: 1px solid rgba(255,255,255,0.06);
    }

    /* ── PARTS ────────────────────────────────────────────────── */
    .ltp-parts { background: #181818; padding: 60px 0 80px; }
    .ltp-op-label { font-size: 0.76rem; font-style: italic; color: rgba(255,255,255,0.36); text-align: center; margin-bottom: 20px; }
    .ltp-parts-box { border: 1px solid rgba(255,255,255,0.09); padding: 50px 22px; }
    .ltp-parts-bullets { list-style: none; padding: 0; margin: 0; }
    .ltp-parts-bullets li {
      font-size: 0.88rem; color: rgba(255,255,255,0.68);
      padding: 12px 0 12px 20px; position: relative;
      border-bottom: 1px solid rgba(255,255,255,0.06); line-height: 1.5;
    }
    .ltp-parts-bullets li:last-child { border: none; }
    .ltp-parts-bullets li::before { content: '•'; position: absolute; left: 3px; color: rgba(255,255,255,0.38); font-size: 1rem; }

    /* Tablet */
    .ltp-tablet {
      background: #f2f2f2;
      border-radius: 14px;
      border: 8px solid #2c2c2c;
      box-shadow: 0 24px 70px rgba(0,0,0,0.55);
      overflow: hidden;
    }
    .ltp-tablet-bar {
      background: #fff; padding: 8px 12px;
      display: flex; align-items: center; gap: 8px;
      border-bottom: 1px solid #eee;
    }
    .ltp-tablet-logo-text { font-size: 0.6rem; font-weight: 800; color: #111; letter-spacing: 0.08em; }
    .ltp-tablet-nav { display: flex; gap: 12px; margin-left: auto; }
    .ltp-tablet-nav span { font-size: 0.57rem; color: #999; }
    .ltp-tablet-nav span.ltp-tab-active { color: #111; font-weight: 600; border-bottom: 1.5px solid #111; padding-bottom: 1px; }
    .ltp-tablet-body { background: #fff; padding: 14px 16px; }
    .ltp-cl-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 12px; padding-bottom: 10px; border-bottom: 1px solid #eee; }
    .ltp-cl-title { font-size: 0.75rem; font-weight: 700; color: #111; }
    .ltp-cl-meta { font-size: 0.56rem; color: #888; line-height: 1.55; text-align: right; }
    .ltp-cl-badge { display: inline-block; background: #e8f5e9; color: #2e7d32; font-size: 0.5rem; font-weight: 700; padding: 2px 6px; border-radius: 2px; }
    .ltp-cl-info { display: flex; gap: 8px; margin-bottom: 12px; }
    .ltp-cl-info-col { flex: 1; }
    .ltp-cl-info-col label { font-size: 0.5rem; color: #bbb; letter-spacing: 0.07em; text-transform: uppercase; display: block; margin-bottom: 2px; }
    .ltp-cl-info-col p { font-size: 0.6rem; color: #444; margin: 0; line-height: 1.45; }
    .ltp-cl-table { width: 100%; border-collapse: collapse; font-size: 0.57rem; margin-top: 8px; }
    .ltp-cl-table th { background: #f7f7f7; padding: 5px 6px; text-align: left; color: #aaa; font-size: 0.48rem; letter-spacing: 0.06em; text-transform: uppercase; border-bottom: 1px solid #eee; }
    .ltp-cl-table td { padding: 5px 6px; color: #444; border-bottom: 1px solid #f5f5f5; }
    .ltp-cl-table td a { color: #1a6fbf; text-decoration: none; }
    .ltp-cl-totals { margin-top: 10px; text-align: right; font-size: 0.6rem; color: #444; line-height: 1.8; }
    .ltp-parts-footer { text-align: center; font-size: 0.8rem; font-style: italic; color: rgba(255,255,255,0.3); margin-top: 30px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,0.05); }

    /* ── QUALIFY ──────────────────────────────────────────────── */
    .ltp-qualify { background: #fff; padding: 68px 0 56px; text-align: center; }
.ltp-qualify-btn {
	display: inline-block;
	background: #000;
	color: #fff;
	text-decoration: none;
	font-size: 0.88rem;
	padding: 12px 52px;
	border-radius: 20px;
	font-weight: 600;
	box-shadow: 0 6px 22px rgba(0,0,0,0.3);
	transition: opacity 0.2s;
	margin-bottom: 34px;
	line-height: 1.5;
	position: relative;
	z-index: 9;
	transform: skewX(-10deg);
}
    .ltp-qualify-btn:hover { opacity: 0.86; color: #fff; }
    .ltp-qualify-text { font-size: 0.86rem; color: #555; line-height: 1.78; }

    /* ── FOOTER ───────────────────────────────────────────────── */
    .ltp-foot-note { text-align: center; padding: 14px; font-size: 0.66rem; color: #bbb; border-top: 1px solid #eee; }

    /* ── RESPONSIVE ───────────────────────────────────────────── */
    @media (max-width: 991px) {
      .ltp-hero-inner { padding: 0 28px; }
      .ltp-results-box { padding: 24px 20px; }
      .ltp-kpi-row { flex-wrap: wrap; }
      .ltp-kpi { min-width: calc(50% - 5px); }
    }
    @media (max-width: 767px) {
      .ltp-hero { min-height: 70vh; padding-bottom: 48px; }
      .ltp-hero-inner { padding: 0 18px; }
      .ltp-chart-area { flex-direction: column; }
      .ltp-gauges { flex-direction: row; min-width: auto; }
      .ltp-cl-info { flex-wrap: wrap; }
      .ltp-cl-header { flex-direction: column; gap: 8px; }
          #slide-1 .hero-slide-inner .leadrer-first .hero-person-wrap {
	order: unset;
}
#slide-1 .hero-slide-inner .leadrer-first {
	position: unset !important;
}

    }

.perspective-bar {
	background: #111;
	text-align: center;
	padding: 18px 0;
	letter-spacing: 10px;
	color: rgba(255,255,255,0.6);
	font-size: 30px;
	text-transform: uppercase;
}

    /* ── PROBLEM SECTION ── */
    .problem-section {
      background: #fff;
      padding: 70px 0 50px;
      text-align: center;
    }
.problem-section h2 {
	font-size: 38px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #444;
	margin-bottom: 24px;
	text-align: left;
}
.problem-section p {
	color: #333;
	font-size: 18px;
	line-height: 2.7;
	margin-bottom: 20px;
	text-align: left;
}
    .divider-label {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 16px;
      margin: 40px auto 0;
      color: #888;
      font-size: 15px;
      letter-spacing: 2px;
      text-transform: uppercase;
      max-width: 520px;
    }
    .divider-label::before, .divider-label::after {
      content: '';
      flex: 1;
      height: 1px;
      background: #ddd;
    }

    /* ── WEALTH ARCHITECTURE ── */
    .arch-section {
      background: #f7f7f5;
      padding: 70px 0 60px;
      text-align: center;
    }
    .arch-section h2 {
      font-size: 1.4rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 4px;
      color: #1a1a1a;
      margin-bottom: 6px;
    }
    .arch-section .sub {
      color: #888;
      font-size: 0.83rem;
      letter-spacing: 1px;
      margin-bottom: 48px;
    }
    .arch-icon {
      width: 80px;
      height: 80px;
      margin: 0 auto 16px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .arch-icon svg { width: 44px; height: 44px; }
.arch-col h4 {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: #3e3e3e;
	margin-bottom: 25px !important;
	border-bottom: 1px solid #b2b2b2;
	padding-bottom: 20px;
	margin: 0 -12px;
}
    .arch-col p {
      font-size: 0.8rem;
      color: #666;
      line-height: 1.7;
    }
    .arch-quote {
      margin-top: 50px;
      border-top: 1px solid #ddd;
      padding-top: 40px;
      color: #555;
      font-size: 0.9rem;
      font-style: italic;
      max-width: 680px;
      margin-left: auto;
      margin-right: auto;
    }
    .arch-tagline {
	color: #666;
	font-size: 1.25rem;
	margin-top: 18px;
	letter-spacing: 1px;
	margin-top: 50px;
}
.arch-tagline b {
	color: #555;
}
    /* ── DARK CONVERSATION ── */
    .convo-section {
      background: #111;
      padding: 70px 0;
      text-align: center;
      color: #fff;
    }
    .convo-section h2 {
      font-size: 1.3rem;
      font-weight: 700;
      letter-spacing: 4.5px;
      text-transform: uppercase;
      margin-bottom: 6px;
    }
.convo-section .rule {
	width: 222px;
	height: 1px;
	background: #555;
	margin: 25px auto 33px;
}
    .convo-section p {
      color: #bbb;
      font-size: 0.9rem;
      line-height: 1.8;
      max-width: 750px;
      margin: 0 auto 14px;
    }
    .convo-quote-block {
      max-width: 560px;
      margin: 40px auto 0;
      border-left: 0;
      color: #fff;
    }
.convo-quote-block blockquote {
	font-size: 28px;
	font-weight: 300;
	font-style: normal;
	line-height: 1.6;
	color: #a6a6a6;
	margin-bottom: 25px !important;
	letter-spacing: 3px;
	max-width: 1055px;
	margin: 0 auto;
}
.convo-quote-block cite span {
	text-transform: capitalize;
}
.convo-quote-block cite span:last-child {
	font-weight: 200;
	font-size: 18px;
	letter-spacing: 2px;
	padding-left: 25px;
}
.convo-quote-block cite {
	color: #a6a6a6;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-style: normal;
	display: flex;
	flex-direction: column;
	text-align: left;
	margin-right: 0;
	max-width: 537px;
	margin-left: auto;
  font-weight: 300;
}
    /* ── MULTIPLE PATHS ── */
    .paths-section {
      background: #fff;
      padding: 90px 0;
      text-align: center;
    }
    .paths-section h2 {
      font-size: 1.3rem;
      font-weight: 700;
      letter-spacing: 4px;
      text-transform: uppercase;
      color: #1a1a1a;
      margin-bottom: 8px;
    }
    .paths-section .rule {
      width: 40px; height: 1px;
      background: #ccc;
      margin: 35px auto 48px;
    }
.path-col h4 {
	font-size: 19px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: #7b7b7b;
	margin-bottom: 70px;
}
    .path-col p {
      font-size: 0.82rem;
      color: #666;
      line-height: 1.75;
      padding: 0px 50px;
    }
    .path-divider {
      width: 1px;
      background: #e5e5e5;
      align-self: stretch;
    }
.cta-sections {
	text-align: center;
	padding-bottom: 50px;
}
.steward-section {
	padding: 60px 0;
	padding-top: 0px;
}
.steward-inner {
	background: #fff;
	border: 1px solid #b8b8b8;
	border-radius: 4px;
	padding: 30px;
}
.btn-cta.wealyh {
	font-weight: 500;
	font-size: 15px;
	padding: 15px 95px;
	border-radius: 15px;
	letter-spacing: 0px;
	text-transform: full-size-kana;
}
    .steward-inner p {
      line-height: 1.8;
      margin-bottom: 14px;
    }
    .steward-inner ul {
      list-style: none;
      padding: 0;
      margin: 0 0 14px;
    }
    .steward-inner ul li {
      font-size: 0.83rem;
      color: #444;
      padding: 5px 0 5px 18px;
      position: relative;
    }
    .steward-inner ul li::before {
      content: '‣';
      position: absolute;
      left: 0;
      color: #888;
    }
.steward-aside {
	background: #f7f7f5;
	border: 2px solid #b8b8b8;
	border-radius: 0px;
	padding: 15px 42px;
	font-size: 0.82rem;
	color: #555;
	line-height: 1.75;
}
.btn-cta::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background: radial-gradient(circle at center, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.10) 35%, rgba(255, 255, 255, 0.04) 60%, transparent 75%);
	pointer-events: none;
}

    /* ── CTA ── */
    /* .cta-section {
      background: #f2f2ef;
      padding: 10px 0 60px;
      text-align: center;
    } */
.btn-cta {
	display: inline-block;
	border: 1.5px solid #333;
	color: #000;
	background: transparent;
	padding: 12px 36px;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	cursor: pointer;
	transition: background 0.2s, color 0.2s;
	text-decoration: none;
	border-radius: 10px;
	position: relative;
}
    .btn-cta:hover { background: #333; color: #fff; }
    .arch-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
    /* =================== HERO SLIDER =================== */
    .cgc-hero-slider {
      position: relative;
      width: 100%;
      height: 500px;
      overflow: hidden;
    }

    .cgc-slide {
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      opacity: 0;
      transition: opacity 1.2s ease-in-out;
      background-size: cover;
      background-position: center;
    }

    .cgc-slide.cgc-active {
      opacity: 1;
    }

    .cgc-slide-1 {
      background: linear-gradient(rgba(0,0,0,0.52), rgba(0,0,0,0.52)),
        url('https://images.unsplash.com/photo-1521737711867-e3b97375f902?w=1400&q=80') center/cover no-repeat;
    }
    .cgc-slide-2 {
      background: linear-gradient(rgba(0,0,0,0.52), rgba(0,0,0,0.52)),
        url('https://images.unsplash.com/photo-1600880292203-757bb62b4baf?w=1400&q=80') center/cover no-repeat;
    }
    .cgc-slide-3 {
      background: linear-gradient(rgba(0,0,0,0.52), rgba(0,0,0,0.52)),
        url('https://images.unsplash.com/photo-1573496359142-b8d87734a5a2?w=1400&q=80') center/cover no-repeat;
    }

    .cgc-hero-content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      z-index: 10;
      width: 90%;
    }

    .cgc-hero-content h1 {
      font-size: 2.8rem;
      font-weight: 800;
      color: #fff;
      line-height: 1.15;
      text-shadow: 0 2px 16px rgba(0,0,0,0.4);
      margin-bottom: 0.5rem;
    }

    .cgc-hero-content p {
      font-size: 1.1rem;
      color: #e2e2e2;
      margin-bottom: 1.5rem;
      font-weight: 400;
    }

    .cgc-hero-btn {
      background-color: #c8392b;
      color: #fff;
      border: none;
      padding: 12px 32px;
      font-size: 1rem;
      font-weight: 600;
      border-radius: 4px;
      text-decoration: none;
      display: inline-block;
      transition: background 0.25s;
    }
    .cgc-hero-btn:hover { background-color: #a52d22; color: #fff; }

    .cgc-google-badge {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background: rgba(255,255,255,0.13);
      border-radius: 8px;
      padding: 8px 18px;
      color: #fff;
      font-size: 0.95rem;
      backdrop-filter: blur(4px);
    }

    .cgc-google-badge .cgc-rating-num {
      font-size: 1.4rem;
      font-weight: 800;
      color: #FFD700;
    }

    .cgc-google-badge .cgc-stars {
      color: #FFD700;
      font-size: 1rem;
    }

    .cgc-slider-dots {
      position: absolute;
      bottom: 18px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 8px;
      z-index: 20;
    }

    .cgc-dot {
      width: 10px; height: 10px;
      background: rgba(255,255,255,0.45);
      border-radius: 50%;
      cursor: pointer;
      border: none;
      transition: background 0.3s;
    }

    .cgc-dot.cgc-dot-active {
      background: #fff;
    }

    /* =================== PROMISE SECTION =================== */
    .cgc-promise-section {
      background: #fff;
      padding: 80px 20px 75px;
      text-align: center;
    }

    .cgc-promise-section h2 {
      font-size: 1.9rem;
      font-weight: 800;
      color: #1a1a1a;
      margin-bottom: 1.2rem;
    }

    .cgc-promise-section p {
      color: #444;
      font-size: 0.97rem;
      margin: 0 auto 0.6rem;
      line-height: 1.75;
    }
.cgc-how-section {
	background: #e2e2e2;
	text-align: center;
}
.cgc-how-section .col-6.col-md-3:last-child {
	border: none;
}
.cgc-how-section .col-6.col-md-3 {
	border-right: 2px solid #fff;
}
    .cgc-how-section h5 {
      font-size: 0.85rem;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #888;
      margin-bottom: 2rem;
      font-weight: 600;
    }
.clmtext {
	text-align: center;
	padding-bottom: 20px;
	padding-top: 30px;
}
.clmtext h5 {
	color: #000;
	margin-bottom: 0px;
}
.cgc-how-card {
	background: transparent;
	padding: 50px 20px;
}

    .cgc-how-icon {
      font-size: 2.4rem;
      color: #1a1a1a;
      margin-bottom: 14px;
    }

    .cgc-how-card h6 {
      font-size: 1.345rem;
      font-weight:500;
      margin-bottom:40px;
      color:#1a1a1a;
    }
.cgc-how-card p {
	font-size: 0.95rem;
	color: #444;
	line-height: 1.65;
	padding: 0 31px;
}
.cgc-how-dark-bar {
	background: #1a1a1a;
	color: #e9e9e9;
	text-align: center;
	padding: 15px 63px;
	font-size: 16px;
	font-weight: 400;
	max-width: 900px;
	margin: 0 auto;
	margin-top: -42px;
	position: relative;
	margin-bottom: 220px;
	box-shadow: rgba(0, 0, 0, 0.47) 0px 3px 8px;
}
.cgc-how-dark-bar::after {
	position: absolute;
	content: "";
	background-image: url(images/roots.png);
	width: 81%;
	height: 151px;
	left: 0px;
	right: 0px;
	background-size: 100%;
	z-index: -1;
	margin: 0 auto;
	background-repeat: no-repeat;
}
.cgc-stat-box.biff {
	background: #000;
}
    /* =================== MEASURED PERFORMANCE =================== */
    .cgc-perf-section {
      background: #111;
      color: #fff;
      padding: 60px 20px;
      text-align: center;
    }

    .cgc-perf-section h2 {
      font-size: 1.5rem;
      font-weight: 700;
      margin-bottom: 0.4rem;
    }

    .cgc-perf-section .cgc-perf-sub {
      font-size: 0.88rem;
      color: #aaa;
      margin-bottom: 2.5rem;
    }

    .cgc-stat-box {
      border: 1.5px solid #777;
      padding: 28px 18px;
      margin-bottom: 20px;
      background: #1a1a1a;
	  transition: box-shadow 0.25s ease, transform 0.25s ease;
    }
.ltp-pill:hover {
	box-shadow: 0 8px 32px rgba(0,0,0,0.10);
	transform: translateY(-3px);
}
    .cgc-stat-box .cgc-stat-value {
      font-size: 2.2rem;
      font-weight: 900;
      color: #fff;
      line-height: 1.1;
      margin-bottom: 8px;
      text-align: left;
    }
.cgc-stat-box.biff .cgc-stat-label {
	padding: 19px;
}
.cgc-stat-box .cgc-stat-label {
	font-size: 16px;
	text-transform: uppercase;
	color: #ababab;
	font-weight: 400;
	text-align: left;
}
.cgc-stat-box.biff::before {
	width: 100%;
	height: 100%;
}
.cgc-stat-box.biff .cgc-stat-label span {
	color: #fff;
}
.cgc-people-section {
	background: #fff;
	padding: 60px 20px;
	text-align: center;
	padding-bottom: 80px;
}

.cgc-people-section h2 {
	font-size: 37px;
	font-weight: 400;
	margin-bottom: 0.5rem;
	color: #1a1a1a;
}

    .cgc-people-section h2 span {
      font-style: italic;
    }

    .cgc-people-section .cgc-people-sub {
      font-size: 0.97rem;
      color: #555;
      margin-bottom: 2rem;
    }

    .cgc-people-img-wrap {
      width: 100%;
      max-height: 520px;
      overflow: hidden;
      border-radius: 6px;
      margin-bottom: 1rem;
    }

    .cgc-people-img-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

.cgc-people-caption {
	font-size: 18px;
	color: #444;
	font-style: normal;
}

    .cgc-people-caption strong {
      font-style: normal;
    }

    /* =================== WHY CLAIMS MATTER =================== */
    .cgc-why-section {
      padding: 60px 20px;
      text-align: center;
    }

.cgc-why-section h2 {
	font-size: 34px;
	font-weight: 500;
	margin-bottom: 35px;
	color: #1a1a1a;
}
.choose-div {
background: #ccc;
	width: 104px;
	height: 1px;
	margin: 0 auto;
}
.divi {
	background: #ccc;
	width: 104px;
	height: 1px;
	margin: 40px auto;
	margin-top: 90px;
}   .cgc-why-section .cgc-why-tagline {
      font-size: 0.88rem;
      color: #888;
      font-style: italic;
      margin-bottom: 1.5rem;
    }

    .cgc-why-section .cgc-why-intro {
      font-size: 0.97rem;
      color: #444;
      margin: 0 auto 20px;
      line-height: 1.75;
    }

.cgc-why-card {
	padding: 20px 0px;
	text-align: center;
	position: relative;
}
.cgc-why-card h6 {
	position: relative;
}
.cgc-why-card h6::after {
	position: absolute;
	content: "";
	background: #d5d5d5;
	width: 100%;
	height: 1px;
	bottom: -11px;
	left: 0px;
}
.cgc-why-card h6 {
	font-weight: 500;
	font-size: 24.8px;
	margin-bottom: 36px;
	color: #666;
	position: relative;
	padding-bottom: 20px;
	padding-left: 50px;
	padding-right: 50px;
}
.cgc-why-card p {
	font-size: 1rem;
	color: #666;
	line-height: 1.65;
	margin-bottom: 0px;
	padding: 0 50px;
}
.trust-pyramid img {
	width: 100%;
}
.mt-2.bottom-about {
	text-align: center;
	font-size: 15px;
	color: var(--text-muted);
}
.cgc-why-footer-quote {
	margin-top: 4rem;
}

    /* =================== LOGO BAR =================== */
    .cgc-logo-bar {
      background: #fff;
      padding: 20px 30px;
      border-top: 1px solid #e8e8e8;
      text-align: center;
    }

    .cgc-logo-bar .cgc-brand-logo {
      font-size: 1.5rem;
      font-weight: 900;
      letter-spacing: 1px;
      color: #1a1a1a;
    }

    .cgc-logo-bar .cgc-brand-logo sup {
      font-size: 0.6rem;
      vertical-align: super;
    }

    .cgc-logo-bar .cgc-brand-tagline {
      font-size: 0.7rem;
      color: #888;
      letter-spacing: 2px;
      text-transform: uppercase;
    }

    /* =================== RESPONSIVE =================== */
    @media (max-width: 768px) {
      .cgc-hero-content h1 { font-size: 1.8rem; }
      .cgc-hero-slider { height: 400px; }
      .cgc-stat-box .cgc-stat-value { font-size: 1.6rem; }
    }
    
.carousel-item .right-review {
	position: absolute;
	z-index: 22;
	text-align: right;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	justify-content: right;
	align-items: center;
	bottom: 40px;
	right: 27px;
}
.carousel-item .right-review img {
	width: 230px;
}
.btn-discuss {
	border-radius: 10px;
}
.cgc-how-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.cgc-how-icon {
	margin-bottom: 30px !important;
	width: 80px;
	height: 80px;
	margin: 0 auto;
}
/* ─── Dark Quote Banner ─────────────────────────────────── */
    .quote-banner {
      background: #1a1a1a;
      color: #fff;
      padding: 52px 20px;
      text-align: center;
    }
    .quote-banner blockquote {
      font-size: 17px;
      line-height: 1.7;
      max-width: 560px;
      margin: 0 auto 20px;
    }
    .quote-attribution {
      font-weight: 700;
      letter-spacing: 0.5px;
      color: #fff;
    }
.quote-attribution span {
	display: block;
	font-weight: 400;
	font-size: 14px;
	color: #ddd;
	margin-top: 2px;
}

    /* ─── Tab Section ───────────────────────────────────────── */
    .about-tabs-section {
      padding: 100px 0 80px;
      background: #fff;
    }
.about-tab-nav {
	display: flex;
	justify-content: center;
	column-gap: 30px;
	border-bottom: none;
	margin-bottom: 60px;
	flex-wrap: wrap;
	/* Stay docked under the main navbar while scrolling the About sections */
	position: sticky;
	top: var(--cg-nav-h, 104px);
	z-index: 900;
	background: #fff;
	padding: 14px 0 10px;
}
.about-tab-nav.is-stuck {
	box-shadow: 0 6px 14px -8px rgba(0, 0, 0, 0.18);
}
.about-tab-nav .tab-btn {
	background: none;
	border: none;
	font-size: 15px;
	font-weight: 700;
	color: #5d5d5d;
	cursor: pointer;
	letter-spacing: 0.3px;
	transition: color .2s, border-color .2s;
  padding-bottom: 6px;
}
.leadersgips h3 {
	text-align: center;
	font-size: 29px;
	margin-bottom: 40px;
	font-weight: 600;
}
    .about-tab-nav .tab-btn.active {
      color: #111;
      position: relative;
    }
    .about-tab-nav .tab-btn.active::before {
	content: "";
	position: absolute;
	background: #000;
	width: 50px;
	height: 1px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	margin: 0 auto;
}
    .about-tab-nav .tab-btn:hover:not(.active) { color: #444; }

    .tab-content-panel { display: none; }
    .tab-content-panel.active { display: block; }

    /* ─── What We Do ────────────────────────────────────────── */
    .what-we-do {
      text-align: center;
      max-width: 520px;
      margin: 0 auto;
    }
    .what-we-do .wwd-list {
      list-style: none;
      padding: 0;
    }
.what-we-do .wwd-list li {
	font-size: 15.5px;
	color: #333;
	padding: 15px 0;
	line-height: 1.5;
	position: relative;
}
.what-we-do .wwd-list li::after {
	content: '';
	display: block;
	width: 56px;
	height: 2px;
	background: #111;
	margin: 8px auto 0;
}
    .what-we-do .wwd-list li:last-child { border-bottom: none; }

.wwd-footer {
	font-size: 16px;
	color: #1c1c1c;
	margin-top: 32px;
}


    /* ─── Leadership ────────────────────────────────────────── */
    .leadership-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 32px;
      max-width: 860px;
      margin: 0 auto;
    }
    .leader-card {
      text-align: center;
    }
    .leader-avatar {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      background: linear-gradient(135deg, #d0d0d0, #999);
      margin: 0 auto 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: Arial, sans-serif;
      font-size: 24px;
      font-weight: 700;
      color: #fff;
    }
    .leader-card h4 {
      font-family: Arial, sans-serif;
      font-size: 14px;
      font-weight: 700;
      color: #111;
      margin-bottom: 4px;
    }
    .leader-card .role {
      font-family: Arial, sans-serif;
      font-size: 11px;
      color: #999;
      letter-spacing: 0.4px;
      text-transform: uppercase;
    }

    

    /* ─── Footer ────────────────────────────────────────────── */
    .site-footer {
      border-top: 1px solid #e0e0e0;
      padding: 16px 32px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      gap: 8px;
    }
    .site-footer p {
      font-size: 15px;
      color: #aaa;
    }.hiw-inner-circle .hiw-icon {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

    /* ─── Responsive ────────────────────────────────────────── */
    @media (max-width: 768px) {
      .top-nav { padding: 12px 16px; flex-wrap: wrap; gap: 10px; }
      .nav-links { gap: 14px; }
      .hero-left h1 { font-size: 26px; }
      .founder-section { grid-template-columns: 1fr; text-align: center; }
      .founder-photo { margin: 0 auto; }
      .about-tabs-section .about-tab-nav .tab-btn {
	font-size: 18px !important;
	flex: 1 45%;
}
.about-tabs-section .about-tab-nav {
	column-gap: 0px !important;
	row-gap: 10px;
  margin-bottom: 20px !important;
}
    }

    @media (max-width: 576px) {
      .nav-links { display: none; }
      .pyramid-tier { font-size: 10px; }
      .hero-text-block {
	width: 100% !important;
}
.ltp-hiw-logo-text strong {
	padding-left: 10px !important;
}
.ltp-system-logo-text strong {
	padding-left: 10px !important;
}
.program-card h4 {
	margin-bottom: 20px !important;
}
.program-card > p:not(.min-h) {
	min-height: auto !important;
}
.program-card .min-h {
	margin-bottom: 25px !important;
}
  .section-pad.ag-ed h2 {
	font-size: 20px !important;
}
.op-selects select {
	flex: 1 100% !important;
}
.legacy-title {
	font-size: 30px !important;
}
.inner-stats-grid {
	grid-template-columns: repeat(2, 1fr) !important;
}
.values.value-max ul {
	padding-left: 15px !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
body .values.value-max ul li {
	font-size: 18px !important;
}
.values.value-max {
	padding-bottom: 0px !important;
}
body .quote-banner blockquote {
	font-size: 25px !important;
	line-height: 2 !important;
}
.about-tab-nav .tab-btn.active::before {
	height: 2px;
}
.about-tabs-section .what-we-do .wwd-list li {
	font-size: 18px !important;
}
.values.value-max h3 {
	font-size: 25px !important;
}
.carousel-item .right-review {
	text-align: center !important;
	justify-content: center !important;
	bottom: 19px !important; 
	right: 0px;
	left: 0px;
	margin: 0 auto;
}
.about-tabs-section {
	padding: 50px 0 50px !important;
}
.carousel-item .right-review img {
	width: 130px !important;
}
.slide-content p {
	margin-bottom: 25px !important;
}
.carousel-item .slide-content {
	padding: 30px !important;
}
.system-section .section-titlef {
	font-size: 30px !important;
}
.cgc-promise-section h2 {
	font-size: 30px !important;
}
.cgc-promise-section {
	padding: 50px 20px 50px !important;
}
body .cgc-promise-section h2 {
	margin-bottom: 1rem !important;
}
.clmtext {
	padding-top: 0px !important;
}
.cgc-how-card p {
	padding: 0 0px !important;
}
.cgc-how-card {
	padding: 15px 10px !important;
}
.cgc-how-icon {
	width: 90px !important;
	height: 90px !important;
}
.cgc-how-card p {
	padding-bottom: 0px !important;
}
.cgc-how-dark-bar {
	margin-top: -13px !important;
}
.system-card {
	padding: 0px 0px !important;
}
body .system-card:nth-child(2) {
	border-left: 0px solid #d8d8d8 !important;
	border-right: 0px solid #d8d8d8 !important;
}
.ltp-results-heading {
	font-size: 30px !important;
}
.cgc-people-section {
	padding: 50px 20px !important;
}
.ltp-results {
	padding: 50px 0 50px !important;
}
.cgc-people-section h2 {
	margin-top: 0px !important;
	font-size: 30px !important;
}
.cgc-people-section .cgc-people-sub {
	margin-bottom: 30px;
}
.cgc-why-section h2 {
	font-size: 30px !important;
	margin-bottom: 25px !important;
}
.cgc-why-section {
	padding: 50px 20px !important;
	padding-top: 0px !important;
}
.cgc-people-section {
	padding-bottom: 40px !important;
}
.choose-div {
	height: 2px !important;
	margin-bottom: 20px !important;
}
.divi {
	margin-top: 40px !important;
}
.cgc-why-section .cgc-why-footer-quote {
	font-size: 18.8px !important;
	margin-top: 20px !important;
}
.section-padsd .section-title {
	font-size: 30px !important;
}
.ltp-results .ltp-results-box p {
	font-size: 1.6rem !important;
}
.ltp-system {
	padding: 50px 0 50px !important;
}
.ltp-system-tagline {
	font-size: 1.2rem !important;
	margin-bottom: 30px !important;
}
.ltp-hiw-logo-text {
	font-size: 30px !important;
}
.ltp-exec-card .ltp-exec-bullets li {
	font-size: 1rem !important;
}
.ltp-parts-box .ltp-parts-bullets li {
	font-size: 1rem !important;
}
.ltp-parts {
	padding: 50px 0 50px !important;
}
.problem-section h2 {
	font-size: 30px !important;
}
.why-card h5 {
	border-bottom: 0px solid #444 !important;
}
.problem-section p {
	line-height: normal !important;
}
.wealth-section .section-subtitle {
	margin-bottom: 0px !important;
}
.b7-subline {
	height: 2px !important;
	margin: 13px auto 10px !important;
}
.convo-section h2 {
	font-size: 30px !important;
}
.convo-quote-block blockquote {
	letter-spacing: 1px !important;
}
.why-card {
	border-bottom: 1px solid #444 !important;
}
.paths-section {
	padding: 50px 0 !important;
}
.paths-section h2 {
	font-size: 30px !important;
}
.steward-inner h2 {
	font-size: 30px !important;
}
.why-footer.mt-4.pt-4 {
	margin: 0px !important;
	padding: 0px !important;
}
.steward-aside {
	padding: 15px 20px !important;
}
.problems-section .section-title {
	font-size: 30px !important;
}
.btn-cta.wealyh {
	padding: 15px 40px !important;
}
.cta-section.agent-secs .dealder-byns {
	max-width: 100% !important;
}
.cta-section.agent-secs .dealder-byns a {
	flex: 1 100% !important;
	padding: 10px 15px !important;
}
.cta-section.agent-secs {
	padding: 50px 0px !important;
}
.cta-stats {
	padding: 6px 10px !important;
}
.cta-section.agent-secs .bullf {
	margin: 20px 0 !important;
}
.curs {
	padding: 0px 30px !important;
}
.dealerp .sub-ovv {
	line-height: normal !important;
}
.prv-link a {
	font-size: 20px !important;
}
.button-pro.dl-page a {
	flex: 1 100% !important;
}
.built-section .section-title {
	font-size: 30px !important;
}
.built-section .section-subtitle {
	margin-bottom: 0px !important;
}
.built-section .config-card {
	min-height: auto !important;
}
.built-section {
	padding: 50px 0px !important;
}
.income-section .section-title {
	font-size: 30px m !important;
}
body .income-section {
	padding-bottom: 50px !important;
}
body .fit-section .section-title.buil {
	font-size: 30px !important;
	font-weight: 400 !important;
}
.fit-section .content-side {
	padding-right: 0;
	margin-bottom: 0px !important;
}
.fit-section {
	padding: 50px 0 !important;
}
.how-section {
	padding: 50px 0 !important;
}
.get-section {
	padding: 50px 0 !important;
}
.get-section .section-subtitle {
	margin-bottom: 0px !important;
}
.why-section {
padding: 50px 0 !important;
}
.why-section .section-title {
	font-size: 30px !important;
}
.why-section .section-subtitle {
	margin-bottom: 0px !important;
}
.why-section .dealder-byns {
	margin-top: 1rem !important;
}
.why-section .dealder-byns a {
	padding: 10px 30px !important;
	flex: 1 100%;
	text-align: center;
}
.prg {
	padding: 3rem 0 !important;
  padding-bottom: 2rem !important;
}
.steps-section {
	padding: 3rem 0 !important;
}
.hiw-line-left, .hiw-line-right {
	display: none !important;
}
.hiw-hdot {
	display: none !important;
}
.section-pad.ag-ed {
	padding-bottom: 0px !important;
}
.wealth-section .section-title {
	font-size: 30px !important;
}
.wealth-section {
	padding: 1rem 0 !important;
}
.human-left-sec.agents .section-title {
	margin-bottom: 30px !important;
}
.operate-card {
	border-bottom: 1px solid #c5c5c5;
}
.stats-banner .stat-value {
	font-size: 25px !important;
}
.stars-r {
	min-height: auto !important;
	justify-content: center;
}
.stats-banner .stat-desc {
	margin-top: 10px !important;
	padding: 0 10px;
	margin-bottom: 30px;
}
.sbr-heading {
	font-size: 20px !important;
}
.qnav-box {
	width: 90% !important;
  padding: 2rem 0 2rem 2rem !important; 
}
.hum-body .human-left-sec {
	padding: 30px !important;
}
.human-buttton {
	margin-top: 35px !important;
}
.customm-back {
		padding: 2rem !important;
}
.sbr-role-item {
	padding-left: 0px !important;
}
.slider-new-content {
	text-align: center !important;
}
.customm-back .btn-white {
	padding: 11px 30px !important;
}
.for-sc .price-sec {
	font-size: 40px !important;
	margin-bottom: 20px !important;
}
.slider-new-btns a {
	flex: 1 100%;
	text-align: center;
}
.for-sc {
	margin-top: 0px !important;
	padding: 0 30px !important;
}
.stats-section {
	margin-top: 10px;
	padding: 0 10px;
}
.statemnt-box {
	padding: 40px !important;
}
.set-max .row.pb-5 {
	padding-bottom: 0px !important;
}
.human-section.dels .human-left-sec p {
	color: #666;
	margin-bottom: 10px !important;
}
.d-b .hero-cta-btn.dealer-btns {
	padding: 14px 20px !important;
}
.h-100.pd-hh {
	padding-left: 0px !important;
}
.section-pad .testii {
	padding: 25px !important;
}
.section-pad .testii p {
	font-size: 18px !important;
}
.section-pad.section-white.set-max {
	padding-bottom: 20px !important;
}
.right-review img {
	width: 135px !important;
}
#slide-2 {
	height: 520px !important;
}
.slider-new-content {
	padding-top: 40px !important;
}
#slide-3 .slider-new-content, #slide-4 .slider-new-content, #slide-5 .slider-new-content {
	text-align: center !important;
}
#slide-4 {	height: 520px !important;
}
#slide-5 {
	height: 520px !important;
}
#slide-3 {
	height: 520px !important;
}
#slide-3 .right-review {
	position: unset !important;
	right: 0 !important;
	justify-content: center !important;
	padding-top: 26px !important;
	padding-right: 0px !important;
}
.qnav-side {
	width: 100% !important;
}
.qnav-side span {
	transform: unset !important;
}
.qnav-box {
	margin: 20px auto;
}
.prg h2 {
	font-size: 30px !important;
}
.steps-section .section-title {
	font-size: 30px !important;
}
.protect-section .section-title {
	font-size: 30px !important;
}
.protect-section .section-subtitle {
	font-size: 18px !important;
}
.stats-banner .banner-headline {
	font-size: 25px !important;
}
.operate-section .section-title.mb-4 {
	font-size: 30px !important;
	margin-bottom: 20px !important;
}
.human-left-sec .section-title {
	font-size: 30px !important;
}
.human-left-sec .human-sub {
	font-size: 20px !important;
	letter-spacing: 0px !important;
}
.customm {
	font-size: 25px !important;
}
.price-sec {
	font-size: 40px !important;
	margin-bottom: 20px !important;
}
.navbar-brand p {
	margin: 0px;
	font-size: 14px !important;
}
.statemnt-box::before {
	width: 100% !important;
	height: 160px !important;
  left: 0px !important;
}
.border-with-dot::before {
	width: 150px !important;
}
.border-with-dot::after {
	width: 150px !important;
}
.slider-new-content h2 {
	font-size: 26px !important;
}
.hiw-separator {
	display: none;
}
.hiw-boxes {
	flex-wrap: wrap;
}
.hiw-box {
	flex: 1 100% !important;
}
.hiw-outer {
	width: 150px !important;
	height: 150px !important;
}
.hiw-inner-circle {
	width: 130px !important;
	height: 130px !important;
}
.hiw-content {
	padding: 16px 15px 28px;
	text-align: center;
}
.human-left-sec.agents {
	padding: 40px 25px 0px 25px !important;
}
.section-titled {
	font-size: 30px !important;
}
.step-card::before {
	right: 0 !important;
	bottom: -43px !important;
	left: 0;
	margin: 0 auto;
	rotate: 90deg;
	top: unset !important;
}
.why-card {
	border-right: 0px solid #bfbfbf !important;
}
.laptop-mockup {
	position: unset !important;
	width: 100% !important;
}
.inner-leader-tabs .inner-tab-btn {
	flex: 1 50%;
	margin-bottom: 10px;
}
.qnav-img {
	flex: unset !important;
	overflow: hidden;
	min-height: 100% !important;
	max-width: 100% !important;
	width: 100% !important;
  padding: 20px;
}
.prg .p-yrs {
	font-size: 1.5rem !important;
}
.qnav {
	flex-wrap: wrap;
  padding-top: 20px;
}
.inc-row {
	display: block !important;
}
.carelogo {
	width: 220px;
}
.hero-cta-btn {
	padding: 9px 60px !important;
}
.navbar .header-link {
	text-align: center !important;
	padding-right: 0px !important;
}
.hero-slide-inner {
	padding: 0rem 1rem 3.5rem !important;
}
.hero-text-block {
	padding: 0rem 1rem 0 !important;
}
.ic {
	border-right: 0px solid #9c9c9c !important;
	border-bottom: 1px solid #9c9c9c;
}
.overview-text {
	font-size: 24px !important;
}
.hpw-p .section-title {
	font-size: 30px !important;
}
.hpw-p .section-subtitle {
	font-size: 16px !important;
}
.in-box .proven-sec .section-title {
	font-size: 30px !important;
}
.section-pad.section-white.text-center .section-subtitle {
	font-size: 16px !important;
}
.complete-system-section h2 {
	font-size: 30px !important;
}
.complete-system-section p {
	font-size: 16px !important;
}
}
 @media only screen and (min-width: 992px) and (max-width: 1200px)  {
.laptop-mockup {
	top: -28px !important;
	width: 367px !important;
}
.qnav-img {
	max-width: 481px !important;
}
.carelogo {
	width: 210px !important;
} 
.navbar-brand p {
	font-size: 14px !important;
}
.navbar .search-input {
	width: 150px !important;
}
 }



 @media only screen and (min-width: 768px) and (max-width: 991px)  {
.laptop-mockup {
	position: unset !important;
	width: 100% !important;
}
.operate-card.midd::after {
	width: 0px !important;
}
.why-section .col-sm-6.col-lg-3.p-0:nth-child(2) .why-card {
	border-right: 0px;
}
.hiw-separator {
	display: none;
}
.hiw-boxes {
	justify-content: center;
}
.hiw-box {
	flex: 1 48% !important;
}
.hiw-outer {
	width: 150px !important;
	height: 150px !important;
}
.hiw-inner-circle {
	width: 130px !important;
	height: 130px !important;
}
.hiw-content {
	padding: 16px 15px 28px;
	text-align: center;
}
.goal-grid {
	grid-template-columns: repeat(3, 1fr) !important;
}
.common-programs {
	grid-template-columns: 50% 50% !important;
}
.left-common {
	padding: 30px 40px 30px 40px !important; /* symmetric on tablet */
}
.left-common .marg p {
	margin: 40px 0 !important;
  font-size: 22px !important;
}
.marg.ovrd .button-pro {
	margin-bottom: 30px;
}
 }
 @media only screen and (min-width: 577px) and (max-width: 767px)  {
   .inc-row {
	flex-wrap: wrap;
}
.hiw-separator {
	display: none;
}
.hiw-boxes {
	justify-content: center;
}
.hiw-box {
	flex: 1 48% !important;
}
.ic {
	flex: 1 50%;
}
.hiw-outer {
	width: 150px !important;
	height: 150px !important;
}
.hiw-inner-circle {
	width: 130px !important;
	height: 130px !important;
}
.hiw-content {
	padding: 16px 15px 28px;
	text-align: center;
}
.ic:nth-child(2) {
	border-right: none;
}
.ic:nth-child(1) {
	border-bottom: 1px solid #9c9c9c;
}
.ic:nth-child(2) {
	border-bottom: 1px solid #9c9c9c;
}
.laptop-mockup {
	position: unset !important;
	width: 100% !important;
}
.why-section .col-sm-6.col-lg-3.p-0:nth-child(2) .why-card {
	border-right: 0px;
}
}
    .values.value-max {
	max-width: 700px;
	margin: 0 auto;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 50px;
}
.values.value-max h3 {
	text-align: center;
	padding-bottom: 15px;
	font-size: 30px;
	font-weight: 600;
}
.values.value-max p {
	text-align: center;
	font-size: 18px;
	color: #333;
}
.values.value-max ul {
	padding: 0px;
	margin-top: 35px;
}
.values.value-max ul li {
	font-size: 16px;
	padding-top: 6px;
}
.vall {
	padding-top: 33px;
	text-align: center;
}
.vall p:first-child {
	border-top: 2px solid #000;
	padding-top: 28px;
	display: inline-block;
	padding-left: 40px;
	padding-right: 40px;
}
.valuess {
	padding-top: 30px;
}
.valuess h5 {
	font-size: 22px;
}
.valuess p {
	margin: 0px;
	color: #444;
	font-size: 18px;
	line-height: 2 !important;
	max-width: 530px;
}
.legacy-title {
	font-size: 2.7rem;
	font-weight: 700;
	color: #111;
}

    .tagline {
      font-size: 0.78rem;
      color: #555;
      margin-bottom: 0.15rem;
    }
.standard-heading {
	font-size: 1.75rem;
	color: #555;
	font-weight: 400;
	text-align: center;
	margin-bottom: 1.2rem;
	letter-spacing: 1px;
}
.stat-card {
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 1.2rem 1rem;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
    .stat-number {
      font-size: 2.16rem;
      font-weight: 600;
    }
    .change-c {
	color: #c2c2c2;
}
.same-ll {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
}
.same-ll span {
	font-size: 2.16rem;
	font-weight: 600;
}
.hero-cta-btn.dealer-btns {
	padding: 14px 32px !important;
}
.font-price {
	font-size: 2.16rem;
	font-weight: 600 !important;
}
    .stat-desc {
      font-size: 0.82rem;
      color: #2a6ebb;
      margin-top: 0.3rem;
    }

    .stat-text {
      font-size: 0.9rem;
      font-weight: 700;
      color: #111;
    }

    .stat-text-blue {
      font-size: 0.85rem;
      font-weight: 700;
      color: #2a6ebb;
    }

    .founder-card {
      border: 1px solid #ccc;
      border-radius: 4px;
      padding: 1rem;
      position: relative;
    }

    .caregard-logo {
      font-size: 1.1rem;
      font-weight: 700;
      color: #111;
      letter-spacing: 0.02em;
    }

    .caregard-logo span {
      font-weight: 400;
      color: #555;
    }

    .founder-name {
      font-size: 1rem;
      font-weight: 900;
      color: #111;
      margin-bottom: 0;
    }

    .founder-title {
      font-size: 0.75rem;
      color: #555;
    }

    .founder-img {
      width: 100%;
      height: 180px;
      object-fit: cover;
      object-position: center top;
      border-radius: 2px;
    }

    .founder-img-placeholder {
      width: 100%;
      height: 180px;
      background: linear-gradient(135deg, #e8e8e8 0%, #d0d0d0 100%);
      border-radius: 2px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .bottom-caption {
      font-size: 0.85rem;
      color: #666;
      text-align: center;
      margin-top: 0.6rem;
    }

    .bottom-caption-right {
      font-size: 0.85rem;
      color: #666;
      text-align: center;
      margin-top: 0.6rem;
    }

    /* Silhouette SVG placeholder */
    .silhouette {
      opacity: 0.35;
    }
.select-inn {
	max-width: 1009px;
	margin: 0 auto;
	width: 100%;
}
.inner-leader-tabs {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #ccc;
	margin-bottom: 32px;
	gap: 0;
	justify-content: center;
}

.inner-leader-tabs .inner-tab-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px 16px 10px;
  text-align: center;
  font-size: 12px;
  color: #888;
  line-height: 1.4;
  position: relative;
  transition: color 0.15s;
}

.inner-leader-tabs .inner-tab-btn .inner-t-name {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #888;
}

.inner-leader-tabs .inner-tab-btn .inner-t-role {
  display: block;
  font-size: 11.5px;
  color: #aaa;
}

.inner-leader-tabs .inner-tab-btn.active .inner-t-name {
  font-weight: 700;
  color: #111;
}

.inner-leader-tabs .inner-tab-btn.active .inner-t-role {
  color: #333;
}
.inner-leader-tabs .inner-tab-btn.active::after {
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	right: 0;
	height: 1.5px;
	background: #111;
	width: 50px;
	margin: 0 auto;
}
/* ---- Profile Panel ---- */
.inner-leader-panel { display: none; }
.inner-leader-panel.active { display: block; }

.inner-profile-header {
  text-align: center;
  margin-bottom: 24px;
}

.inner-profile-header .inner-p-name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
}

.inner-profile-header .inner-p-tagline {
  font-size: 15px;
  color: #222;
  line-height: 1.6;
}

/* ---- Stats Grid ---- */
.inner-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  max-width: 750px;
  margin: 0 auto 20px;
}

.inner-stat-box {
  border: 1px solid #999;
  padding: 20px 16px 16px;
  margin: -1px 0 0 -1px;
  background: #fff;
  display: flex;
  flex-direction: column;
  min-height: 168px;
}
.inner-stat-num {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.08;
	margin-bottom: 10px;
	color: #111;
	text-align: center;
	word-break: break-word;
}
/* Smaller, tidy treatment for phrase-style values (not short numbers) */
.inner-stat-num.stat-text {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.01em;
}

.inner-stat-label {
  font-size: 14px;
  color: #333;
  line-height: 1.45;
  text-align: center;
  margin-top: auto;
}

/* ---- Footer line ---- */
.inner-profile-footer {
  text-align: center;
  font-size: 16px;
  margin-top: 12px;
  color: #222;
}

.inner-profile-footer strong { font-weight: 700; }
.inner-profile-footer .inner-proven { color: #4169e1; }
#block1 {
	background: #232323;
}
#block1 .role-row {
	margin-top: 25px;
}
#block1 .pills-row .sp {
	border-radius: 4px !important;
	padding: 9px 25px;
	color: #fff;
	font-size: 12px;
}
#block1 .pills-row .sp.active {
	width: 160px;
	border-color: #fff;
	padding-right: 12px !important;
	text-align: right;
}
#block1 .pills-row {
	gap: 10px;
	flex-wrap: wrap;
}
#block1 .step-heading {
	color: #fff;
}
#block1 .step-sub {
	color: #fff;
	font-size: 13px;
}
    .step-block {
      border-top: 1px solid #e5e5e5;
      padding: 28px 0 32px;
    }

    /* slide-in animation when block appears */
    .step-block.hidden {
      display: none;
    }
    .step-block.reveal {
      display: block;
      animation: slideDown 0.35s ease forwards;
    }
    @keyframes slideDown {
      from { opacity: 0; transform: translateY(16px); }
      to   { opacity: 1; transform: translateY(0); }
    }
#block2 .sp {
	border-color: #fff;
	border-radius: 4px;
	color: #000;
	padding: 7px 25px;
	font-size: 13px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
#block2 .sp.active {
	color: #fff;
}
#block2 .step-sub {
	color: #000;
	font-size: 14px;
}
.pills-row {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	flex-wrap: wrap;
}
    .sp {
      padding: 4px 16px; border-radius: 20px;
      font-size: 0.68rem; font-weight: 700;
      letter-spacing: 0.07em; text-transform: uppercase;
      border: 1.5px solid #e0e0e0; color: #ccc; background: transparent;
    }
    .sp.active { background: #111; color: #fff; border-color: #111; }
    .sp-line { width: 22px; height: 1.5px; background: #e0e0e0; }

    .step-heading { font-size: 0.95rem; font-weight: 600; color: #111; margin-bottom: 4px; }
    .step-sub { font-size: 0.75rem; color: #999; margin-bottom: 18px; }

    /* ─── ROLE CARDS ─── */
    .role-row { display: flex; gap: 10px; flex-wrap: wrap; }
.role-card {
	min-width: 130px;
	border: 1.5px solid #fff;
	border-radius: 7px;
	padding: 14px 18px;
	text-align: center;
	font-size: 0.85rem;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.18s;
	background: #000;
	color: #fff;
	user-select: none;
}
#block2 {
	background: #e8e8e8;
}
    .role-card.selected { background: #111; color: #fff; border-color: #111; }

    /* ─── GOAL TILES ─── */
    .goal-grid {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      gap: 20px;
    }
    @media (max-width: 580px) { .goal-grid { grid-template-columns: repeat(2, 1fr); } }
.goal-tile {
	border: 1.5px solid #ddd;
	border-radius: 12px;
	padding: 20px 12px 14px;
	text-align: center;
	cursor: pointer;
	transition: all 0.18s;
	background: #111;
	user-select: none;
	height: 160px;
}
.goal-tile.selected {
	background: #424242;
	color: #fff;
	border-color: #424242;
}
.goal-tile p {
	color: #fff;
	font-size: 12px;
}
.goal-tile img {
	width: 85px;
	height: 85px;
	object-fit: contain;
}
#block3 .pills-row {
	flex-wrap: wrap;
	gap: 10px;
}
#block3 .pills-row .sp {
	border-radius: 4px;
	padding: 7px 25px;
	font-size: 13px;
}
    /* ─── STEP 3 ─── */
    .op-selects { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 30px; }
    .op-selects select {
      flex: 1; min-width: 160px;
      padding: 10px 36px 10px 12px;
      border: 1.5px solid #ddd; border-radius: 7px;
      font-size: 0.83rem; color: #111;
      background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7'%3E%3Cpath d='M1 1l4.5 4.5L10 1' stroke='%23777' stroke-width='1.4' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 12px center;
      appearance: none; cursor: pointer;
    }
    .op-selects select:focus { outline: none; border-color: #111; }

    .bottom-split {
      display: flex; gap: 36px; flex-wrap: wrap;
      border-top: 1px solid #eee; padding-top: 50px;
    }
.tagline-col {
	width: 55%;
}
    .tagline-col p { font-size: 15px; color: #666; line-height: 1.65; margin-bottom: 10px; }
    .tagline-col p strong { color: #333; font-weight: 700; }

.form-col {
	width: 33%;
}
    .form-col h3 { font-size: 0.9rem; font-weight: 700; margin-bottom: 14px; color: #111; }
    .form-col input {
      display: block; width: 100%;
      padding: 10px 13px;
      border: 1.5px solid #ddd; border-radius: 7px;
      font-size: 0.82rem; margin-bottom: 9px;
      color: #111; background: #fff;
      transition: border-color 0.2s;
    }
    .form-col input:focus { outline: none; border-color: #111; }
    .form-col input::placeholder { color: #bbb; }

    .btn-submit {
      display: block; width: 100%; padding: 12px;
      background: #111; color: #fff; border: none; border-radius: 7px;
      font-size: 0.85rem; font-weight: 700; cursor: pointer;
      letter-spacing: 0.01em; margin-top: 4px;
      transition: background 0.18s;
    }
    .btn-submit:hover { background: #333; }
.note-small {
	font-size: 1rem;
	margin-top: 12px;
	text-align: center;
	color: #000;
}
.step-number img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 8px;
}

    /* ── MAIN FOOTER ── */
    .site-footer {
      background-color: #1e1e1e;
      padding: 60px 0 40px;
    }

    /* Brand / Logo */
    .footer-brand .logo-text {
      display: inline-block;
      font-size: 34px;
      font-weight: 900;
      letter-spacing: 1px;
      color: #ffffff;
      line-height: 1;
    }

    .footer-brand .logo-text span {
      font-weight: 400;
      color: #ffffff;
    }

    .footer-brand .logo-sub {
      display: block;
      font-size: 7.5px;
      letter-spacing: 3px;
      color: #9a9a9a;
      text-transform: uppercase;
      margin-top: 2px;
      font-weight: 400;
    }

    .footer-brand .tagline {
      font-size: 16px !important;
      color: #9a9a9a;
      line-height: 1.5 !important;
      font-weight: 400;
      padding-right: 29px;
    }
.human-left-sec.agents {
	padding: 40px 30px 40px 68px;
}

.human-left-sec.agents .section-title {
	font-size: 55px;
	margin-bottom: 50px;
}
.human-left-sec.agents p {
	font-size: 1.19rem;
	color: #444;
}
.circle-back {
	background: #0a0a0a;
	position: relative;
}
.customm-back{
	text-align: center;
	padding: 3rem;
}
.circle-back::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 600px;
	height: 600px;
	background: radial-gradient(circle at center, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.10) 35%, rgba(255, 255, 255, 0.04) 60%, transparent 75%);
	pointer-events: none;
}
.customm {
	color: #fff;
	font-size: 35px;
	font-weight: 300;
	margin-bottom: 35px;
}
.customm .thin-b {
	font-weight: 500;
	color: rgba(255,255,255,0.85) !important;
}
.customm b {
	font-weight: 600;
	color: #fff !important;
}
.customm b {
	font-weight: 600;
	color: #e9e9e9;
}
.customm-back .btn-white {
	padding: 14px 50px;
}
    /* Nav column headings */
    .footer-nav-heading {
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 2.5px;
      color: #ffffff;
      text-transform: uppercase;
      margin-bottom: 20px;
    }

    /* Nav links */
    .footer-nav-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .footer-nav-list li {
      margin-bottom: 7px;
    }

    .footer-nav-list li a {
      font-size: 14px;
      color: #9a9a9a;
      text-decoration: none;
      font-weight: 400;
      transition: color 0.2s;
    }

    .footer-nav-list li a:hover {
      color: #ffffff;
    }

    /* ── BOTTOM BAR ── */
    .footer-bottom {
      background-color: #1e1e1e;
      border-top: 1px solid #2e2e2e;
      padding: 20px 0;
    }

    .footer-bottom p {
      font-size: 12px;
      color: #6a6a6a;
      margin: 0;
      font-weight: 400;
    }
    .header-link a {
	font-size: 12px;
	color: #989898;
}
.navbar.navbar-expand-lg {
	display: block;
}
.header-link {
	text-align: right;
	padding-right: 3.5rem !important;
}
.human-left-sec .section-title {
	margin-bottom: 4px;
	font-size: 40px;
}
.human-left-sec .human-sub {
	color: #1a1a1a;
	font-weight: 500;
	font-size: 24px;
	margin-bottom: 40px;
	letter-spacing: 1px;
}
.human-section .hum-body p {
	font-size: 17px;
	margin-bottom: 20px !important;
	padding-right: 20px;
}
.human-left-sec .btn-primary-dark {
	padding: 10px 50px;
}
.human-buttton {
	text-align: center;
	margin-top: 70px;
}
.hum-body .human-left-sec {
	padding-top: 72px !important;
	padding-bottom: 72px !important;
}
.human-left-sec p {
	color: #666;
	margin-bottom: 20px !important;
}
.statemnt-box {
	display: inline-block;
	position: relative;
	padding: 48px 48px 48px 48px;
	text-align: center;
}
.statemnt-box::before {
	content: '';
	position: absolute;
	top: 0;
	left: 15px;
	width: 390px;
	height: 320px;
	border: 1px solid #0a0a0a;
	pointer-events: none;
}
.statemnt-box h2 {
	font-size: clamp(2.52rem, 4.5vw, 4.05rem);
  text-align: left;
}
.price-sec {
	font-size: 60px;
	margin-bottom: 40px !important;
}
.price-body {
	font-size: 17px;
	color: #555555;
	margin-bottom: 20px;
}
.testii {
	position: relative;
}
.testii::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 600px;
	height: 600px;
	background: radial-gradient(circle at center, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.10) 35%, rgba(255, 255, 255, 0.04) 60%, transparent 75%);
	pointer-events: none;
}
.testii .sbr-close-quote {
	right: 47px;
	bottom: 9px;
}


.hiw-boxes {
    display: flex;
    gap: 20px;
    margin-top: 0;
    position: relative;
}
.hiw-box {
    flex: 1;
    border: 0.5px solid #ddd;
    border-radius: 45px;
    background: #fff;
    box-shadow: 4px 4px 14px rgba(0,0,0,0.10);
    overflow: hidden;
}
.hiw-icon-row {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hiw-outer {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 1px solid #555;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px auto 22px;
    background: #fff;
    position: relative;
    z-index: 3;
}
.hiw-line-left {
	right: calc(50% + 72px);
	left: 0;
}
.hiw-hdot {
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #bbb;
	top: 59%;
	transform: translateY(-50%);
	z-index: 2;
}
.hiw-inner-circle {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	background: #2a2a2a;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}
.hiw-halo {
    position: absolute;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.08) 40%, transparent 70%);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 0;
}
.hiw-icon {
    width: 120px;
    height: 120px;
    object-fit: contain;
    display: block;
    position: relative;
    z-index: 1;
}
.hiw-content {
    padding: 16px 56px 28px;
    text-align: center;
}
.hiw-content h3 {
	font-size: 21px;
	font-weight: 500;
	color: #000;
	margin-bottom: 18px;
}
.hiw-divider {
	height: 1px;
	background: #c3c3c3;
	margin: 0 auto 20px;
	width: 60%;
}
.btn-primary-dark.withpitt {
	font-weight: 500;
	padding: .8rem 3.8rem;
	border-color: #616161 !important;
}
.hiw-content p {
    font-size: 16px;
    color: #000;
    line-height: 1.6;
    margin: 0;
}
.hiw-separator {
    position: relative;
    width: 100%;
    height: 80px;
    overflow: visible;
    z-index: 4;
}
.hiw-sep-line {
	position: absolute;
	top: 24px;
	left: 0;
	right: 0;
	height: 2px;
	background: linear-gradient(to right, transparent 0%, #e2e2e2 15%, #c8c8c8 85%, transparent 100%);
}
.hiw-sep-col {
    position: absolute;
    top: 19px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateX(-50%);
}
.hiw-sep-col--left {
    left: 153px;
}
.hiw-sep-col--center {
    left: 480px;
}
.hiw-sep-col--right {
    left: 807px;
    right: auto;
}
.hiw-sep-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #aaa;
    flex-shrink: 0;
}
.hiw-sep-drop {
    width: 1px;
    height: 98px;
    background: #bbb;
    flex-shrink: 0;
}
.hiw-sep-dot--center {
    width: 16px;
    height: 16px;
    background: #777;
}
.hiw-sep-drop--center {
	width: 1.5px;
	height: 98px;
	background: #acacac;
}
.hiw-line-short-l {
    right: calc(50% + 71px);
    left: auto;
    width: 30px;
}
.hiw-box:first-child .hiw-hdot.hiw-hdot-l {
	display: none;
}
.hiw-line-left, .hiw-line-right {
    position: absolute;
    top: 59%;
    height: 1px;
    background: #bbb;
    transform: translateY(-50%);
}
.hiw-hdot-l {
	left: calc(50% - 79px);
}
.lap-image img {
	width: 100%;
}
.protect-section .btn-outline-dark-custom:hover {
	background: transparent;
	color: #000;
}
.hiw-line-right {
	right: 0;
	left: calc(50% + 73px);
}
.hiw-hdot-r {
    left: calc(50% + 70px);
    right: auto;
}
.hiw-line-dark {
    background: #555;
}
.hiw-hdot-dark {
    background: #555;
}
.hlo-content {
	max-width: 960px;
	margin: 0 auto;
	width: 100%;
}
.tline {
	position: relative;
	width: 100%;
	height: 2px;
	background: #ccc;
	margin-top: 65px;
}

.line {
  position: relative;
  width: 100%;
  height: 2px;
  background: #ccc;
}

/* Center arrow (→) */
.tline::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #ccc;
}

/* Right arrow (→) */
.tline::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #ccc;
}
.founder-card img {
	border: 1px solid #cfcfcf;
}
.when-sec {
	font-size: 28px;
	color: #444;
	margin-bottom: 5px;
	font-weight: 600;
}
.that-sec {
	font-size: 18px;
	color: #444;
}
.system-section .section-titlef {
	font-size: 33px;
	font-weight: 500;
	margin-bottom: 25px;
	color: #444;
}
.system-section .section-sub {
	font-size: 18px;
	color: #444;
}
.testimonials-section .section-titley {
	font-weight: 300;
	color: #dcdcdc;
	letter-spacing: 2px;
}
.testimonials-section .section-sub {
	color: #b2b2b2;
	font-size: 18px;
	margin-top: 13px;
	letter-spacing: 1px;
}
.testimonials-section .section-sub b {
	color: #fff;
}
.border-with-dot {
	position: relative;
	color: #8e8e8e;
	max-width: 480px;
	margin: 0 auto;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.border-with-dot::before {
	content: "";
	position: absolute;
	background: #8e8e8e;
	width: 222px;
	height: 1px;
	left: 0px;
}
.border-with-dot::after {
	content: "";
	position: absolute;
	background: #8e8e8e;
	width: 222px;
	height: 1px;
	right: 0px;
}
#slide-3 {
	background-image: url(images/sld3.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 17px;
	background-position: top;
	height: 655px;
}
#slide-3 .slider-new.container {
	height: 100%;
}
#slide-3 .slider-new.container .slider-new-content {
	height: 93%;
}
#slide-4 {
	background-image: url(images/sld4.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 17px;
	background-position: top;
	height: 655px;
}
#slide-2 {
	background-image: url(images/sld23.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 17px;
	background-position: top;
	height: 655px;
}
#slide-5 {
	background-image: url(images/sld5.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 17px;
	background-position: top;
	height: 655px;
}
.slider-new-content {
	text-align: right;
	padding-top: 90px;
	z-index: 99;
	position: relative;
}
.sl-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to right, rgba(8, 8, 8, 0.31) 38%, rgba(8,8,8,0.28) 100%);
}
.slider-new-content h2 {
	line-height: normal;
	font-size: 40px;
  color: #fff;
}
.slider-new-btns a {
	padding: 10px 20px;
	border-radius: 10px;
	text-decoration: none;
	font-size: 15px;
}
.slider-new-btns .simple-btns {
background: transparent;
    color: #fff;
    padding: 10px 40px;
    border-radius: 12px;
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid rgba(255, 255, 255, 0.7);
    transition: all 0.2s;
}
.slider-new-btns .simple-btns:hover {
	background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
}
.slider-new-btns .with-back:hover {
	background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
}
.slider-new-btns .with-back {
background: transparent;
    color: #fff;
    padding: 10px 40px;
    border-radius: 12px;
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid rgba(255, 255, 255, 0.7);
    transition: all 0.2s;
}
.slider-new-btns {
	display: flex;
	justify-content: right;
	gap: 15px;
	flex-wrap: wrap;
}
.slider-new-content p {
	margin: 40px 0;
	font-size: 18px;
  color: #fff;
}
#slide-3 .slider-new-content, #slide-4 .slider-new-content, #slide-5 .slider-new-content {
	text-align: left;
}
#slide-3 .slider-new-content h2, #slide-4 .slider-new-content h2, #slide-5 .slider-new-content h2 {
	color: #fff;
}
#slide-3 .slider-new-content p, #slide-4 .slider-new-content p, #slide-5 .slider-new-content p {
	color: #fff;
	font-weight: 500;
}
#slide-3 .slider-new-content .slider-new-btns, #slide-4 .slider-new-content .slider-new-btns, #slide-5 .slider-new-content .slider-new-btns {
	justify-content: flex-start;
}
#slide-3 .slider-new-content .slider-new-btns a, #slide-4 .slider-new-content .slider-new-btns a, #slide-5 .slider-new-content .slider-new-btns a {
	color: #fff;
	border: 1px solid #fff;
}
#slide-3 .slider-new-content .slider-new-btns a:hover, #slide-4 .slider-new-content .slider-new-btns a:hover, #slide-5 .slider-new-content .slider-new-btns a:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
}

#slide-3 .right-review {
	position: absolute;
	bottom: 40px;
	right: 0;
}
.fit-card:hover {
	box-shadow: 0 8px 32px rgba(0,0,0,0.10);
	transform: translateY(-3px);
}
.fit-card {
	transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.ltp-pill::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 96%;
	height: 115px;
	background: url("data:image/svg+xml;utf8, <svg viewBox='0 0 500 100' xmlns='http://www.w3.org/2000/svg'> <path d='M0,40 C120,100 380,0 500,40 L500,100 L0,100 Z' fill='white'/> </svg>") no-repeat bottom;
	background-size: cover;
	top: 5px;
	z-index: -1;
	rotate: 180deg;
	margin: 0 auto;
	right: 0px;
	border-radius: 30px 0 32px 31px;
}
.ltp-qualify-btn::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 96%;
	height: 55px;
	background-size: cover;
	top: 5px;
	z-index: -1;
	rotate: 180deg;
	margin: 0 auto;
	right: 0px;
	border-radius: 11px;
	background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 500 100' xmlns='http://www.w3.org/2000/svg'><defs><linearGradient id='g' x1='0' y1='0' x2='1' y2='0'><stop offset='0%' stop-color='%23e0e0e0'/><stop offset='100%' stop-color='%23000000'/></linearGradient></defs><path d='M0,40 C120,100 380,0 500,40 L500,100 L0,100 Z' fill='url(%23g)'/></svg>") no-repeat bottom;
}

  .icon-box {
            padding: 20px;
           
           
            background-color: #181718;
        }
        .aa{
            border-right: 1px dotted #666;
           
        }
        .bb{
             border-bottom: 1px dotted #666;
        }
        .large-num { font-size: 2rem; font-weight: bold; color: #fff; }
        .card { background-color: #181718 !important; color: white !important; border: none; }
        .top-tronix {
	font-size: 18px;
	font-weight: 500;
	color: #9d9d9d;
}
.main-h {
	text-transform: uppercase;
	font-weight: 800;
	font-style: italic;
	font-size: 65px;
}
.main-h {
	text-transform: uppercase;
	font-weight: 800;
	font-style: italic;
	font-size: 65px;
	margin-bottom: 0px;
}
.tog {
	font-size: 13px;
	text-align: right;
	color: #a2a2a2;
	max-width: 260px;
}
.text-sub {
	font-size: 17px;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 35px;
	margin-top: 60px;
}
.lead {
	font-size: 16px;
	line-height: normal;
	color: #fff;
}
.nav-search {
    position: relative;
    display: flex;
    align-items: center;
}
.nav-search-icon {
    position: absolute;
    right: 12px;
    color: #888;
    pointer-events: none;
    display: flex;
    align-items: center;
}
.protect-section .section-title {
	font-size: 55px;
	color: #1a1a1a;
	margin-bottom: 32px;
}
.protect-section .section-subtitle {
	font-size: 18px;
	color: #272727;
	margin: 0 auto 50px;
	line-height: 2;
}
.btn-outline-dark-custom:hover {
	color: #fff;
	background: #333;
	border-color: #333;
}
.dealder-byns .hero-cta-btn:hover {
	background: #fff;
	border-color: #333;
	color: #333;
}
.button-pro.dl-page .btn-outline-dark-custom:hover {
	background: #fff;
	color: #333;
}
.cgc-stat-box:hover {
	box-shadow: 0 8px 32px rgba(255, 255, 255, 0.11);
	transform: translateY(-2px);
}
.life-btns a:hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: #fff;
}
.stars-r {
	display: flex;
	align-items: center;
	min-height: 113px;
}
.operate-section .operate-icon img {
	width: 100%;
	filter: unset;
}
.operate-section .section-title.mb-4 {
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 40px;
}
.human-left-sec .section-title.hym {
	font-weight: 500;
}
.human-section.dels .section-title {
	margin-bottom: 10px;
	font-size: 37px;
}
.de-head {
	margin-bottom: 40px;
	font-size: 1.1rem;
}
.d-b {
	text-align: center;
	padding-top: 30px;
}
.why-chod p {
	font-size: 19px;
	color: #444;
}
.why-chod ul {
	font-size: 18px;
	color: #444;
	padding: 0px;
}
.why-chod ul li {
	margin-bottom: 8px;
	list-style: none;
	position: relative;
	padding-left: 16px;
}
.why-chod p {
	font-size: 19px;
	color: #444;
	margin-bottom: 16px;
}
.why-chod ul li::before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #444444;
	flex-shrink: 0;
	margin-right: 2px;
	position: absolute;
	left: 0;
	top: 10px;
}
.why-chod .why-ch-bottom {
	text-align: center;
}
.income-section-text h2 {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #000;
}
.income-section-text p {
	font-size: 17px;
	color: #444;
}
.income-section-text p {
	font-size: 19px;
	color: #777;
	max-width: 1037px;
	margin: 0px auto;
}
#slide-1 .hero-slide-inner {
	display: block;
}
#slide-1 .hero-slide-inner .leadrer-first {
	display: flex;
	align-items: end;
	position: absolute;
	bottom: 0;
	pointer-events: none;
	width: 100%;
	right: -66px;
}

 @media only screen and (min-width: 1400px) and (max-width: 1900px)  {

 }
  @media only screen and (min-width: 1901px) and (max-width: 2400px)  {

 }
   @media only screen and (min-width: 2401px) and (max-width: 3200px)  {

 }
 .trx-features-grid img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.ltp-pill::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 38px;
	padding: 5px;
	background: linear-gradient( to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.59) );
	-webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: -1;
	bottom: 5px;
	width: 97%;
	margin: 0 auto;
}
.oems-tet.partn-sec h4 {
	margin-bottom: 40px;
}
.oems-tet.partn-sec h2 {
	font-weight: 400;
	font-size: 38px;
	margin-bottom: 25px;
}
.common-programs {
	display: grid;
	grid-template-columns: 45% 55%;
	align-items: center; /* vertically center hero text against the image */
}
.common-programs .right-col-prog {
	align-self: stretch; /* keep the image full-bleed while text centers */
}
.left-common {
	padding: 50px 70px 50px 60px; /* symmetric top/bottom breathing room */
}
.button-pro.dl-page a {
	flex: 1;
	text-align: center;
}
.left-common .section-titlep {
	font-size: 46px;
	font-weight: 700;
	color: #111;
}
.overview-text strong {
	color: #fff;
}
.left-common .marg p {
	margin: 75px 0;
	font-size: 23px;
	font-weight: 300;
	color: #333;
}
.marg.ovrd {
	max-width: 400px;
	width: 100%;
}
.marg.ovrd .button-pro {
	text-align: center;
}
.dealerp .sub-ovv {
	margin: 30px 0;
	font-size: 22px;
	font-weight: 500;
	color: #444;
}
.dealerp p {
	color: #333;
	font-size: 21px;
	font-weight: 300;
}
.button-pro.dl-page .norma-light.circle-back {
	color: var(--black);
	border: 2px solid var(--black);
	padding: 10px 17px;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	border-radius: 10px;
	text-decoration: none;
	display: inline-block;
	transition: all 0.25s;
	background: #f2f2f2;
}
.button-pro.dl-page .btn-outline-dark-custom {
	padding: 10px 17px;
	font-weight: 600;
}
.protect-section a {
	position: relative;
}
.protect-section a::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background: radial-gradient(circle at center, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.10) 35%, rgba(255, 255, 255, 0.04) 60%, transparent 75%);
	pointer-events: none;
}
.button-pro a::before {
	height: 100%;
	width: 100%;
}
.button-pro.dl-page {
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
	gap: 20px;
}
.button-pro.dl-page .norma-light.circle-back:hover {
	background: #000;
	color: #fff;
}
.common-programs.deals-pagess .left-common {
	padding-right: 30px;
}
.dealder-byns a::before, .dealder-byns .hero-cta-btn ::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 600px;
	height: 600px;
	background: radial-gradient(circle at center, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.10) 35%, rgba(255, 255, 255, 0.04) 60%, transparent 75%);
	pointer-events: none;
}
.why-section .dealder-byns a, .why-section .dealder-byns .hero-cta-btn {
	position: relative;
}
.human-left-sec.agents p b {
	font-weight: 600;
}
.why-chod .section-title {
	font-size: 2rem;
	margin-bottom: 1rem;
	color: #1a1a1a;
	font-weight: 600;
}
.text-sh {
	text-shadow: 1px 1px 2px black;
}
.wealth-card .operate-icon img {
	filter: unset;
}
.wealth-section.wealth-build-css .operate-icon img {
	filter: brightness(0%) invert(58%);
}
#slide-3 .slider-new-content {
	position: unset;
}
#slide-3 .right-review {
	position: absolute;
	bottom: 40px;
	right: 27px;
}
#slide-3 .right-review img {
	width: 230px;
}
#slide-3 .slider-new-content h2 {
	position: relative;
	z-index: 9;
}
#slide-3 .slider-new-content p {
	position: relative;
	z-index: 9;
}
#slide-3 .slider-new-content .slider-new-btns {
	position: relative;
}
.system-card:nth-child(2) {
	position: relative;
}
 @media only screen and (min-width: 577px) and (max-width: 767px)  {
  .carelogo {
	width: 265px !important;
 }
 .navbar-brand p {
	font-size: 17px !important;
}
.header-link {
	padding-right: 20px !important;
	position: unset !important;
}
.slider-new-content h2 {
	font-size: 35px !important;
}
#slide-3 .right-review img {
	width: 200px;
}
.human-left-sec.agents {
	padding: 40px 25px 0px 25px !important;
}
.human-left-sec.agents .section-title {
	font-size: 43px !important;
	margin-bottom: 30px !important;
}
.statemnt-box h2 {
	font-size: 40px !important;
}
.statemnt-box::before {
	left: 0px !important;
	width: 100% !important;
	height: 100% !important;
}
.statemnt-box {
	padding: 30px !important;
}
.section-pad.ag-ed {
	padding-bottom: 0px !important;
}
body .price-sec {
	font-size: 40px;
	margin-bottom: 20px !important;
}
.testii {
	padding: 50px !important;
}
.section-pad.section-white.set-max {
	padding: 2.5rem 0px !important;
}
.h-100.pd-hh {
	padding-left: 0px !important;
}
.set-max .row.pb-5 {
	padding-bottom: 0px !important;
}
.qnav-box {
	width: 80% !important;
}
.qnav-side {
	width: 10% !important;
}
.prg .p-yrs {
	font-size: 1.5rem !important;
}
.prv-link a {
	font-size: 22px !important;
}
.wealth-section {
	padding: 3rem 0 !important;
}
.hiw-boxes {
	flex-wrap: wrap;
}
.hiw-line-left, .hiw-line-right {
	display: none;
}
.hiw-hdot {
	display: none;
}
.wealth-card {
	border-right: 0px solid #e0e0e0 !important;
}
.program-card h4 {
	margin-bottom: 20px !important;
}
.program-card > p:not(.min-h) {
	min-height: auto !important;
}
.program-card .min-h {
	margin-bottom: 25px !important;
}
.built-section .config-card {
	max-width: 100% !important;
  min-height: auto !important;
}
.step-card::before {
	display: none !important;
}
.why-section .dealder-byns {
	column-gap: 10px !important;
}
.why-section .dealder-byns a {
	font-size: 15px !important;
	padding: 12px 17px !important;
}
.cta-section.agent-secs .dealder-byns {
	max-width: 100% !important;
}
body .system-card:nth-child(2) {
	border-left: 0px solid #d8d8d8 !important;
	border-right: 0px solid #d8d8d8 !important;
}
.inner-stats-grid {
	grid-template-columns: repeat(2, 1fr) !important;
}
.goal-grid {
	grid-template-columns: repeat(2, 1fr) !important;
}
#block3 .op-selects select {
	flex: 1 100%;
}
#block3 .bottom-split {
	padding-top: 30px !important;
}
.hero-slide-inner {
	padding: 0rem 1rem 3.5rem !important;
}
.hero-text-block {
	padding: 0rem 1rem 0 !important;
}
 }
  @media only screen and (min-width: 768px) and (max-width: 991px)  {
.carelogo {
	width: 265px !important;
}
.navbar-brand p {
	font-size: 17px !important;
}
.hero-slide-inner {
	padding: 0rem 1rem 3.5rem !important;
}
.hero-text-block {
	padding: 0rem 1rem 0 !important;
}
#heroSlider #slide-1 .hero-slide-inner {
	min-height: 575px !important;
}
.hero-person-wrap {
	width: 23% !important;
}
#slide-1 .hero-slide-inner .leadrer-first .silder-main-iamge {
	width: 60% !important;
}
  }
  @media only screen and (min-width: 992px) and (max-width: 1200px)  {
.header-link {
	top: 78px !important;
}
.qnav-box {
	width: 40% !important;
}
.qnav-img {
	height: auto !important;
}
  }
  .lif-m {
	max-width: 1080px;
	margin: 0 auto;
	width: 100%;
}
.abc {
	background: #fff;
	width: 200px;
	height: 1px;
	margin: 0 auto;
}
.impact-card {
	transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.impact-card:hover {
	box-shadow: 0 8px 32px rgba(0,0,0,0.10);
	transform: translateY(-3px);
}
.careerlink a {
	font-size: 12px !important;
	text-decoration: underline !important;
	color: #989898 !important;
}
.careerlink a:hover {
	text-decoration: none !important;
}
/* ===== 2026-07-13: Slide-1 hero fit fix — approved copy unchanged, re-wrapped/resized to clear person + dealership imagery ===== */
@media (min-width: 992px) {
  #heroSlider #slide-1 .hero-slide-inner { min-height: 665px; }
  #slide-1 .hero-text-block { position: relative; z-index: 4; padding: 1.25rem 0 0 30%; }
  #slide-1 .hero-slide-title { font-size: 2.9rem; margin-bottom: 18px; }
  #slide-1 .hero-slide-sub { font-size: 1.1rem; margin-bottom: 18px; }
  #slide-1 .hero-slide-desc { font-size: 1.05rem; margin-bottom: 1.1rem; }
  #slide-1 .hero-slide-micro { margin-top: 0.6rem; }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #heroSlider #slide-1 .hero-slide-inner { min-height: 685px; }
  #slide-1 .hero-slide-title { font-size: 2.3rem; }
  #slide-1 .hero-slide-sub { font-size: 1.02rem; }
  #slide-1 .hero-slide-desc { font-size: 0.98rem; }
}


/* ═══ 2026-07-17 · Jason: slide-1 — right-align EVERYTHING in unison ═══ */
@media (min-width: 992px) {
  #slide-1 .hero-text-block,
  #slide-1 .hero-text-block h1,
  #slide-1 .hero-slide-title,
  #slide-1 .hero-slide-sub,
  #slide-1 .hero-slide-desc,
  #slide-1 .hero-slide-micro { text-align: right !important; }
  #slide-1 .hero-slide-title { letter-spacing: -0.015em; }
  /* subhead is an SVG line locked to the block width — its right edge is the
     block's right edge by construction; it cannot overhang or wrap, ever */
  #slide-1 .hero-slide-sub { white-space: normal; margin-bottom: 26px; }
  #slide-1 .hero-slide-sub svg { max-width: 100%; }
}
