*, *::before, *::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
/* NAV * /
nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background: rgba(255,255,255,0.97);
	backdrop-filter: blur(8px);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 48px;
	height: 68px;
	box-shadow: 0 1px 0 rgba(139,123,191,0.15);
}

.logo {
	display: flex;
	align-items: center;
	gap: 10px;
}
.logo-mark {
	width: 36px;
	height: 36px;
	background: transparent;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.logo-mark svg {
	width: 20px;
	height: 20px;
}
.logo-img {
	height: 40px;
	width: auto;
}
.logo-text {
	font-family: 'Nunito', sans-serif;
	font-weight: 800;
	font-size: 15px;
	line-height: 1.2;
	color: var(--text-dark);
}
.logo-text span {
	color: var(--purple);
}
nav ul {
	display: flex;
	list-style: none;
	gap: 32px;
	align-items: center;
}
nav ul li a {
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	color: var(--text-mid);
	transition: color 0.2s;
}
nav ul li a:hover {
	color: var(--purple);
}
.nav-cta {
	background: var(--teal) !important;
	color: white !important;
	padding: 9px 22px !important;
	border-radius: 24px;
	font-weight: 700 !important;
	transition: background 0.2s !important;
	font-size: 13px !important;
}
.nav-cta:hover {
	background: var(--teal-dark) !important;
} */
/* HERO */
.siteMain {
	background: linear-gradient(135deg, #5BB8E8 0%, #2A9ED8 40%, #1A7BB8 100%);
	min-height: 90vh;
	padding: 120px 80px 80px;
	position: relative;
	overflow: hidden;
}
.siteMain::before {
	content: '';
	position: absolute;
	top: -80px;
	right: -80px;
	width: 500px;
	height: 500px;
	background: rgba(255,255,255,0.08);
	border-radius: 50%;
}
.siteMain::after {
	content: '';
	position: absolute;
	bottom: -120px;
	left: 30%;
	width: 400px;
	height: 400px;
	background: rgba(255,255,255,0.06);
	border-radius: 50%;
}
.hero {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
}
.hero-content {
	position: relative;
	z-index: 2;
}
.hero-eyebrow {
	display: inline-block;
	background: rgba(255,255,255,0.25);
	color: white;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 6px 16px;
	border-radius: 20px;
	margin-bottom: 24px;
}
.hero h1 {
	font-family: 'Nunito', sans-serif;
	font-size: clamp(32px, 3.5vw, 52px);
	font-weight: 900;
	color: white;
	line-height: 1.15;
	margin-bottom: 24px;
	text-wrap: pretty;
}
.hero p {
	font-size: 17px;
	color: rgba(255,255,255,0.88);
	max-width: 480px;
	margin-bottom: 36px;
	line-height: 1.7;
}
.btn-call {
	background: var(--teal);
	color: white;
	padding: 14px 36px;
	border-radius: 32px;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	display: inline-block;
	transition: background 0.2s, transform 0.15s;
	font-family: 'Nunito', sans-serif;
}
.btn-call:hover {
	background: var(--teal-dark);
	transform: translateY(-1px);
}
.hero-visual {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
}
.hero-card {
	background: rgba(255,255,255,0.18);
	backdrop-filter: blur(20px);
	border: 1px solid rgba(255,255,255,0.35);
	border-radius: 24px;
	padding: 36px;
	width: 100%;
	max-width: 380px;
}
.hero-stat {
	margin-bottom: 24px;
}
.hero-stat-num {
	font-family: 'Nunito', sans-serif;
	font-size: 42px;
	font-weight: 900;
	color: white;
	line-height: 1;
}
.hero-stat-label {
	font-size: 13px;
	color: rgba(255,255,255,0.8);
	margin-top: 4px;
}
.hero-divider {
	height: 1px;
	background: rgba(255,255,255,0.25);
	margin: 20px 0;
}
.hero-pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: rgba(255,255,255,0.2);
	border-radius: 20px;
	padding: 8px 16px;
	font-size: 13px;
	color: white;
	font-weight: 600;
	margin: 4px 4px 4px 0;
}
.hero-pill .dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--teal);
}
/* TRUSTED BY */
.trusted {
	background: white;
	padding: 32px 80px;
	display: flex;
	align-items: center;
	gap: 48px;
	border-bottom: 1px solid #EEE9FA;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: auto;
}
.trusted-label {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--text-light);
	white-space: nowrap;
}
.trusted-logos {
	display: flex;
	gap: 40px;
	align-items: center;
	flex-wrap: wrap;
}
.trusted-logo {
	font-family: 'Nunito', sans-serif;
	font-weight: 800;
	font-size: 14px;
	color: #C0BAD8;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
/* PROBLEM SECTION */
.problem {
	background: var(--off-white);
	padding: 100px 80px;
	text-align: center;
}
.section-label {
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--purple);
	background: var(--purple-bg);
	padding: 6px 16px;
	border-radius: 20px;
	margin-bottom: 20px;
}
.problem h2 {
	font-family: 'Nunito', sans-serif;
	font-size: clamp(24px, 2.8vw, 40px);
	font-weight: 900;
	color: var(--text-dark);
	max-width: 700px;
	margin: 0 auto 16px;
	text-wrap: pretty;
}
.problem-sub {
	font-size: 16px;
	color: var(--text-mid);
	max-width: 560px;
	margin: 0 auto 60px;
}
.problem-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	max-width: 1200px;
	margin: 0 auto;
}
.problem-card {
	background: white;
	border-radius: 20px;
	padding: 40px 32px;
	text-align: left;
	border: 1px solid #EEE9FA;
	position: relative;
	overflow: hidden;
}
.problem-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, var(--purple), var(--purple-light));
}
.problem-icon {
	width: 48px;
	height: 48px;
	background: var(--purple-bg);
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.problem-card h3 {
	font-family: 'Nunito', sans-serif;
	font-size: 20px;
	font-weight: 800;
	color: var(--text-dark);
	margin-bottom: 10px;
}
.problem-card p {
	font-size: 14px;
	color: var(--text-mid);
	line-height: 1.6;
}
/* SHIFT */
.shift {
	background: linear-gradient(135deg, #1A7BB8 0%, #1565A0 100%);
	padding: 80px;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.shift::before {
	content: '';
	position: absolute;
	top: -60px;
	right: -60px;
	width: 300px;
	height: 300px;
	background: rgba(255,255,255,0.05);
	border-radius: 50%;
}
.shift-inner {
	position: relative;
	z-index: 2;
}
.shift-eyebrow {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--purple-light);
	margin-bottom: 20px;
	display: block;
}
.shift h2 {
	font-family: 'Nunito', sans-serif;
	font-size: clamp(26px, 3vw, 44px);
	font-weight: 900;
	color: white;
	max-width: 760px;
	margin: 0 auto 20px;
	text-wrap: pretty;
}
.shift h2 em {
	font-style: normal;
	color: var(--teal);
}
.shift p {
	font-size: 16px;
	color: rgba(255,255,255,0.75);
	max-width: 520px;
	margin: 0 auto;
}
/* SOLUTIONS */
.solutions {
	background: white;
	padding: 100px 80px;
}
.solutions-header {
	text-align: center;
	margin-bottom: 60px;
}
.solutions-header h2 {
	font-family: 'Nunito', sans-serif;
	font-size: clamp(24px, 2.5vw, 38px);
	font-weight: 900;
	color: var(--text-dark);
	margin-bottom: 12px;
}
.solutions-header p {
	font-size: 16px;
	color: var(--text-mid);
	max-width: 500px;
	margin: 0 auto;
}
.solutions-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 28px;
	max-width: 1200px;
	margin: 0 auto;
}
.solution-card {
	background: var(--off-white);
	border-radius: 24px;
	padding: 44px 40px;
	display: flex;
	gap: 24px;
	align-items: flex-start;
	border: 1px solid transparent;
	transition: border-color 0.2s, box-shadow 0.2s;
}
.solution-card:hover {
	border-color: var(--purple-light);
	box-shadow: 0 8px 32px rgba(139,123,191,0.12);
}
.solution-num {
	font-family: 'Nunito', sans-serif;
	font-size: 48px;
	font-weight: 900;
	color: var(--purple-light);
	line-height: 1;
	min-width: 48px;
}
.solution-body h3 {
	font-family: 'Nunito', sans-serif;
	font-size: 19px;
	font-weight: 800;
	color: var(--text-dark);
	margin-bottom: 8px;
}
.solution-body p {
	font-size: 14px;
	color: var(--text-mid);
	line-height: 1.6;
}
/* OUTCOMES */
.outcomes {
	background: var(--off-white);
	padding: 100px 80px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	align-items: center;
	max-width: 1280px;
	margin: 0 auto;
}
.outcomes-content h2 {
	font-family: 'Nunito', sans-serif;
	font-size: clamp(24px, 2.5vw, 38px);
	font-weight: 900;
	color: var(--text-dark);
	margin-bottom: 16px;
	text-wrap: pretty;
}
.outcomes-content p {
	font-size: 15px;
	color: var(--text-mid);
	margin-bottom: 36px;
}
.outcome-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.outcome-item {
	display: flex;
	align-items: center;
	gap: 14px;
	background: white;
	border-radius: 14px;
	padding: 16px 20px;
	border: 1px solid #EEE9FA;
}
.outcome-check {
	width: 32px;
	height: 32px;
	background: var(--teal);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.outcome-check svg {
	width: 16px;
	height: 16px;
}
.outcome-item span {
	font-size: 15px;
	font-weight: 600;
	color: var(--text-dark);
}
.outcomes-visual {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}
.outcomes-stat-card {
	background: white;
	border-radius: 20px;
	padding: 32px 24px;
	text-align: center;
	border: 1px solid #EEE9FA;
}
.outcomes-stat-card:first-child {
	background: var(--purple-dark); /* blue-dark */
	border-color: transparent;
}
.outcomes-stat-card:first-child .stat-num, .outcomes-stat-card:first-child .stat-label {
	color: white;
}
.outcomes-stat-card:first-child .stat-label {
	color: rgba(255,255,255,0.7);
}
.stat-num {
	font-family: 'Nunito', sans-serif;
	font-size: 40px;
	font-weight: 900;
	color: var(--purple-dark);
	line-height: 1;
	margin-bottom: 6px;
}
.stat-label {
	font-size: 13px;
	line-height: 17px;
	color: var(--text-mid);
	font-weight: 600;
}
/* WHY US */
.why {
	background: white;
	padding: 100px 80px;
	text-align: center;
}
.why h2 {
	font-family: 'Nunito', sans-serif;
	font-size: clamp(24px, 2.5vw, 38px);
	font-weight: 900;
	color: var(--text-dark);
	margin-bottom: 12px;
}
.why > p {
	font-size: 16px;
	color: var(--text-mid);
	max-width: 480px;
	margin: 0 auto 56px;
}
.why-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	max-width: 1200px;
	margin: 0 auto;
}
.why-card {
	background: var(--off-white);
	border-radius: 20px;
	padding: 36px 28px;
	text-align: center;
	border: 1px solid transparent;
	transition: border-color 0.2s;
}
.why-card:hover {
	border-color: var(--purple-light);
}
.why-icon {
	width: 56px;
	height: 56px;
	background: var(--purple-bg);
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
}
.why-card h3 {
	font-family: 'Nunito', sans-serif;
	font-size: 15px;
	font-weight: 800;
	color: var(--text-dark);
	margin-bottom: 8px;
	line-height: 1.3;
}
.why-card p {
	font-size: 13px;
	color: var(--text-mid);
	line-height: 1.5;
}
/* PLATFORM */
.platform {
	background: linear-gradient(135deg, #2A9ED8 0%, #1A7BB8 100%);
	padding: 100px 80px;
}
.platform-inner {
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	align-items: center;
}
.platform-content .section-label {
	background: rgba(255,255,255,0.2);
	color: white;
}
.platform-content h2 {
	font-family: 'Nunito', sans-serif;
	font-size: clamp(24px, 2.5vw, 38px);
	font-weight: 900;
	color: white;
	margin-bottom: 16px;
	text-wrap: pretty;
}
.platform-content p {
	font-size: 15px;
	color: rgba(255,255,255,0.8);
	margin-bottom: 36px;
	line-height: 1.7;
}
.platform-features {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.platform-feature {
	display: flex;
	align-items: flex-start;
	gap: 16px;
}
.platform-feature-icon {
	width: 40px;
	height: 40px;
	background: rgba(255,255,255,0.2);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.platform-feature-text h4 {
	font-family: 'Nunito', sans-serif;
	font-size: 15px;
	font-weight: 800;
	color: white;
	margin-bottom: 4px;
}
.platform-feature-text p {
	font-size: 13px;
	color: rgba(255,255,255,0.7);
	margin-bottom: 0;
	line-height: 1.5;
}
.platform-visual {
	background: rgba(255,255,255,0.15);
	border: 1px solid rgba(255,255,255,0.3);
	border-radius: 24px;
	padding: 40px;
}
.platform-visual-title {
	font-family: 'Nunito', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: rgba(255,255,255,0.6);
	text-transform: uppercase;
	letter-spacing: 0.08em;
	margin-bottom: 24px;
}
.platform-bar {
	margin-bottom: 20px;
}
.platform-bar-label {
	display: flex;
	justify-content: space-between;
	font-size: 13px;
	color: rgba(255,255,255,0.85);
	font-weight: 600;
	margin-bottom: 8px;
}
.platform-bar-track {
	height: 8px;
	background: rgba(255,255,255,0.2);
	border-radius: 4px;
	overflow: hidden;
}
.platform-bar-fill {
	height: 100%;
	background: var(--teal);
	border-radius: 4px;
}
/* ── FOUNDER ── */
.founder {
	background: var(--off-white);
	padding: 96px 80px;
}
.founder-inner {
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 220px 1fr;
	gap: 64px;
	align-items: start;
}
.founder-photo {
	width: auto;
	height: 440px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	color: rgba(255,255,255,0.6);
	text-align: center;
	letter-spacing: 0.04em;
	flex-shrink: 0;
}
.founder-photo img {
	border-radius: 10px;
}
.founder-name {
	font-family: 'Nunito', sans-serif;
	font-size: 26px;
	font-weight: 900;
	color: var(--text-dark);
	margin-bottom: 4px;
}
.founder-role {
	font-size: 13px;
	font-weight: 700;
	color: var(--blue);
	margin-bottom: 24px;
}
.founder-bio {
	font-size: 16px;
	color: var(--text-mid);
	line-height: 1.8;
	margin-bottom: 24px;
}
.credential-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.credential {
	background: white;
	border: 1px solid rgba(42,158,216,0.2);
	border-radius: 20px;
	padding: 5px 14px;
	font-size: 11px;
	font-weight: 700;
	color: var(--blue-dark);
	letter-spacing: 0.03em;
}
/* OUTCOMES WRAPPER */
.outcomes-wrapper {
	background: var(--off-white);
	padding: 100px 80px;
}
.outcomes-wrapper .outcomes {
	padding: 0;
	max-width: 1200px;
}
  /* =====================
     TABLET - max 1024px
  ===================== */
@media (max-width: 1024px) {
.siteMain {
	min-height: inherit;
	padding: 0px;
}
.hero {
	padding: 100px 48px 80px;
	gap: 40px;
}
.problem {
	padding: 80px 48px;
}
.problem-cards {
	grid-template-columns: 1fr;
	max-width: 560px;
}
.shift {
	padding: 72px 48px;
}
.solutions {
	padding: 80px 48px;
}
.solutions-grid {
	grid-template-columns: 1fr;
	max-width: 640px;
}
.outcomes-wrapper {
	padding: 80px 48px;
}
.outcomes {
	grid-template-columns: 1fr;
	gap: 48px;
}
.outcomes-visual {
	grid-template-columns: repeat(4, 1fr);
}
.why {
	padding: 80px 48px;
}
.why-grid {
	grid-template-columns: repeat(2, 1fr);
}
.platform {
	padding: 80px 48px;
}
.platform-inner {
	grid-template-columns: 1fr;
	gap: 48px;
}
.founder {
	padding: 80px 48px;
}
.final-cta {
	padding: 80px 48px;
}
.trusted {
	padding: 24px 48px;
	gap: 24px;
}
}

  /* =====================
     MOBILE - max 768px
  ===================== */
  @media (max-width: 768px) {
/* Hero - stack vertically */
.hero {
	grid-template-columns: 1fr;
	padding: 50px 24px 64px;
	min-height: auto;
	gap: 40px;
}
.hero h1 {
	font-size: 28px;
}
.hero p {
	font-size: 15px;
}
.hero-card {
	max-width: 100%;
}
.hero-stat-num {
	font-size: 34px;
}
/* Trusted */
.trusted {
	padding: 20px 24px;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
}
.trusted-logos {
	gap: 20px;
}
/* Problem */
.problem {
	padding: 64px 24px;
}
.problem-cards {
	grid-template-columns: 1fr;
}
/* Shift */
.shift {
	padding: 64px 24px;
}
/* Solutions */
.solutions {
	padding: 64px 24px;
}
.solutions-grid {
	grid-template-columns: 1fr;
}
.solution-card {
	padding: 32px 24px;
}
/* Outcomes */
.outcomes-wrapper {
	padding: 64px 24px;
}
.outcomes {
	grid-template-columns: 1fr;
	gap: 40px;
}
.outcomes-visual {
	grid-template-columns: repeat(2, 1fr);
}
.outcomes-stat-card {
	padding: 24px 16px;
}
.stat-num {
	font-size: 32px;
}
/* Why */
.why {
	padding: 64px 24px;
}
.why-grid {
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}
.why-card {
	padding: 28px 20px;
}
/* Platform */
.platform {
	padding: 64px 24px;
}
.platform-inner {
	grid-template-columns: 1fr;
	gap: 40px;
}
/* Founder */
.founder {
	padding: 64px 24px;
}
.founder-inner {
	grid-template-columns: 1fr;
	gap: 32px;
}
.founder-photo {
	margin: 0 auto;
}
.founder-credentials {
	justify-content: center;
}
/* Final CTA */
.final-cta {
	padding: 64px 24px;
}
.final-cta h2 {
	font-size: 26px;
}
.btn-outline {
	display: block;
	margin: 16px auto 0;
	width: fit-content;
}
}
@media (max-width: 600px) {
.trusted-logos {
	gap: 8px 20px;
}
}
  /* =====================
     SMALL MOBILE - max 480px
  ===================== */
  @media (max-width: 480px) {
.hero h1 {
	font-size: 24px;
}
.why-grid {
	grid-template-columns: 1fr;
}
.outcomes-visual {
	grid-template-columns: repeat(2, 1fr);
}
.hero-pill {
	font-size: 12px;
	padding: 6px 12px;
}
.problem-card {
	padding: 28px 20px;
}
.solution-num {
	font-size: 36px;
	min-width: 36px;
}
}
