/* InfoReach homepage prototype — aligned with inforeachinc.com theme tokens */
:root {
	--ink: #060819;
	--text: #333333;
	--text-muted: #667085;
	--text-soft: #98a2b3;
	--surface: #ffffff;
	--surface-subtle: #f9fafb;
	--border: #d0d5dd;
	--cyan: #6bc7f2;
	--cyan-light: #9fdaff;
	--orange: #f0984a;
	--orange-hover: #ffa741;
	--hero-text: #f2f4f7;
	--max: 1200px;
	--radius-pill: 50px;
	--radius-card: 20px;
}

.home .banner .banner-wrapper .info-content .row1506 .info-content-wrapper .left-content .wys ul {
	margin: 20px 0;
	padding-left: 0;
}

.home .banner .banner-wrapper .info-content .row1506 .info-content-wrapper .left-content .wys ul li {
	position: relative;
	font-size: 16px;
	padding-bottom: 0 !important;
	margin-bottom: 5px;
	list-style: none;
	color: #F2F4F7;
	padding-left: 24px;
}

.home .banner .banner-wrapper .info-content .row1506 .info-content-wrapper .left-content .wys ul li:before {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='5' cy='5' r='4.5' fill='none' stroke='%236090F8' stroke-width='2'%3E%3C/circle%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}

body.tpl-front-page .point-list li::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%2213%22%20fill%3D%22none%22%20viewBox%3D%220%200%2013%2013%22%3E%3Ccircle%20cx%3D%226.5%22%20cy%3D%226.5%22%20r%3D%226.5%22%20fill%3D%22url%28%23paint0_radial_3622_38426%29%22%2F%3E%3Cdefs%3E%3CradialGradient%20id%3D%22paint0_radial_3622_38426%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientUnits%3D%22userSpaceOnUse%22%20gradientTransform%3D%22translate(3.74496%205.26514)%20rotate(9.94)%20scale(8.541)%22%3E%3Cstop%20stop-color%3D%22%23FEEFC6%22%2F%3E%3Cstop%20offset%3D%220.594%22%20stop-color%3D%22%23F0984A%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23BF2525%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	
}

.home .banner .banner-wrapper .info-content .row1506 .info-content-wrapper .left-content .button-wrapper .btn-second {
	max-width: max-content;
}

body.tpl-front-page .wrap {
	width: 100%;
	max-width: var(--max);
	margin: 0 auto;
	padding: 0 24px;
}

/* Media frames & split sections */
body.tpl-front-page .media-frame {
	margin: 0;
	border-radius: var(--radius-card);
	overflow: hidden;
	border: 1px solid #344054;
	background: rgba(0, 0, 0, 0.25);
}

body.tpl-front-page .media-frame--light {
	border-color: var(--border);
	background: var(--surface-subtle);
}

body.tpl-front-page .media-frame--hero img {
	width: 100%;
	height: auto;
	aspect-ratio: 900 / 620;
	object-fit: cover;
	display: block;
}

body.tpl-front-page .media-frame--wide img {
	width: 100%;
	height: auto;
	aspect-ratio: 1200 / 520;
	max-height: min(52vw, 420px);
	object-fit: cover;
	display: block;
}

body.tpl-front-page .media-frame--inset {
	margin-top: 36px;
	margin-bottom: 8px;
}

body.tpl-front-page .media-caption {
	font-size: 13px;
	line-height: 1.4;
	color: var(--text-soft);
	padding: 10px 14px 14px;
	margin: 0;
}

body.tpl-front-page .media-caption--on-dark {
	color: #667085;
	background: rgba(0, 0, 0, 0.2);
}

body.tpl-front-page .section-figure {
	margin: 0 0 8px;
}

body.tpl-front-page .section-figure--narrow {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

body.tpl-front-page .section-figure--narrow img {
	width: 100%;
	height: auto;
	aspect-ratio: 960 / 400;
	object-fit: cover;
	display: block;
}

body.tpl-front-page .section-split {
	display: grid;
	gap: 36px;
	align-items: center;
}

@media (min-width: 900px) {
	body.tpl-front-page .section-split {
		grid-template-columns: 1fr 1fr;
		gap: 48px;
	}

	body.tpl-front-page .section-split--reverse {
		direction: rtl;
	}

	body.tpl-front-page .section-split--reverse > * {
		direction: ltr;
	}

	body.tpl-front-page #challenge-title {
		grid-column: 1 / -1;
	}

	body.tpl-front-page #challenge .closing-line {
		grid-column: 1 / -1;
	}
}

body.tpl-front-page .section-split__content {
	min-width: 0;
}

body.tpl-front-page .section-split__media {
	margin: 0;
}

body.tpl-front-page .section-split__media img {
	width: 100%;
	height: auto;
	aspect-ratio: 800 / 640;
	object-fit: cover;
	display: block;
}

body.tpl-front-page .migration-cards {
	margin-top: 48px;
}

body.tpl-front-page .audience-block__figure {
	margin: 0 0 20px;
}

body.tpl-front-page .audience-block__figure img {
	width: 100%;
	height: auto;
	aspect-ratio: 560 / 360;
	object-fit: cover;
	display: block;
}

/* Sections */
body.tpl-front-page .section {
	padding: 88px 0;
}

@media (max-width: 768px) {
	body.tpl-front-page .section {
		padding: 64px 0;
	}
}

body.tpl-front-page .section-alt {
	background: var(--surface-subtle);
}

body.tpl-front-page .section-dark {
	background: linear-gradient(180deg, #212B3E 0%, #101828 100%);
	color: var(--hero-text);
}

body.tpl-front-page .section-dark h2,
body.tpl-front-page .section-dark h3 {
	color: #fff;
}

body.tpl-front-page .section-dark .section-lead,
body.tpl-front-page .section-dark .card p,
body.tpl-front-page .section-dark .card-body p {
	color: var(--text-soft);
}

body.tpl-front-page .section-dark .card {
	background: rgba(255, 255, 255, 0.04);
	border-color: #344054;
}

body.tpl-front-page .section-dark .card h3,
body.tpl-front-page .section-dark .card-body h3 {
	color: var(--cyan-light);
}

body.tpl-front-page .card--thumb {
	padding: 0;
	overflow: hidden;
}

body.tpl-front-page .card-thumb {
	margin: 0;
	overflow: hidden;
	border-bottom: 1px solid var(--border);
}

body.tpl-front-page .section-dark .card-thumb {
	border-bottom-color: #344054;
}

body.tpl-front-page .card-thumb img {
	width: 100%;
	height: auto;
	aspect-ratio: 480 / 280;
	object-fit: cover;
	display: block;
	transition: transform 0.35s ease;
}

body.tpl-front-page .card--thumb:hover .card-thumb img {
	transform: scale(1.03);
}

body.tpl-front-page .card-body {
	padding: 24px 22px 26px;
}

body.tpl-front-page section h2 {
	font-size: clamp(1.85rem, 4vw, 3rem);
	font-weight: 400;
	letter-spacing: -0.02em;
	line-height: 1.15;
	margin-bottom: 20px;
	color: #101828;
}

body.tpl-front-page .section-lead {
	font-size: 18px;
	line-height: 1.55;
	color: var(--text-muted);
	max-width: 100%;
	margin-bottom: 24px;
	padding-bottom: 0;
}

body.tpl-front-page .section-lead.follow-lead {
	margin-top: -12px;
}

@media (max-width: 768px) {
	body.tpl-front-page .section-lead {
		font-size: 16px;
	}
}

body.tpl-front-page .closing-line {
	font-weight: 500;
	color: #101828;
	margin-top: 24px;
	font-size: 28px;
}

body.tpl-front-page .section-dark .closing-line {
	color: var(--orange-hover);
}

/* Lists / problem points */
body.tpl-front-page .point-list {
	list-style: none;
	margin-top: 20px;
}

body.tpl-front-page .point-list li {
	padding: 14px 0 14px 28px;
	/*AJZ border-bottom: 1px solid var(--border); */
	position: relative;
	font-size: 17px;
	color: var(--text);
}

body.tpl-front-page .point-list li:last-child {
	border-bottom: none;
}

/* AJZ body.tpl-front-page .point-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 1.15em;
	width: 10px;
	height: 2px;
	background: var(--orange);
	border-radius: 1px;
} */

/* Card grids */
body.tpl-front-page .grid-cards {
	display: grid;
	gap: 24px;
	margin-top: 40px;
}

@media (min-width: 640px) {
	body.tpl-front-page .grid-cards {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 960px) {
	body.tpl-front-page .grid-cards.cols-4 {
		grid-template-columns: repeat(4, 1fr);
	}
}

body.tpl-front-page .card {
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: var(--radius-card);
	padding: 28px 24px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body.tpl-front-page .card:hover {
	border-color: var(--cyan);
	box-shadow: 0 12px 40px rgba(6, 8, 25, 0.06);
}

body.tpl-front-page .section-dark .card:hover {
	border-color: #475467;
}

body.tpl-front-page .card h3 {
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 1.35;
	margin-bottom: 12px;
	color: #101828;
}

body.tpl-front-page .card p {
	font-size: 15px;
	line-height: 1.55;
	color: var(--text-muted);
}

/* Two column audience */
body.tpl-front-page .split-audience {
	display: grid;
	gap: 32px;
	margin-top: 36px;
}

@media (min-width: 768px) {
	body.tpl-front-page .split-audience {
		grid-template-columns: 1fr 1fr;
		gap: 48px;
	}
}

body.tpl-front-page .audience-block h3 {
	font-size: 1.35rem;
	font-weight: 500;
	margin-bottom: 12px;
	color: var(--cyan);
}

body.tpl-front-page .audience-block p {
	font-size: 17px;
	line-height: 1.55;
	color: var(--text-muted);
	margin-bottom: 12px;
}

body.tpl-front-page .audience-block .note {
	font-size: 15px;
	color: var(--text-soft);
}

body.tpl-front-page .ir-platform-section {
	background: #f4f7fb;
	padding: 80px 0;
}

body.tpl-front-page .ir-platform-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 24px;
}

/* Platform section header: same typographic rhythm as #why-switch-title + .section-lead */
body.tpl-front-page .ir-platform-header {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	gap: 56px;
	align-items: start;
	padding: 0 0 40px;
	margin-bottom: 0;
	border-bottom: 1px solid #e2e8f0;
}

body.tpl-front-page .ir-platform-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.28em;
	color: #475569;
	margin-bottom: 16px;
}

body.tpl-front-page .ir-platform-eyebrow::before {
	content: "";
	display: inline-block;
	width: 40px;
	height: 1px;
	background: rgba(71, 85, 105, 0.45);
}

/* Matches body.tpl-front-page section h2 / #why-switch-title */
body.tpl-front-page .ir-platform-title {
	margin: 0 0 20px;
	font-size: clamp(1.85rem, 4vw, 3rem);
	font-weight: 400;
	letter-spacing: -0.02em;
	line-height: 1.15;
	color: #101828;
	max-width: none;
}

/* Matches .section-lead */
body.tpl-front-page .ir-platform-header-right {
	max-width: 100%;
	margin: 0;
	padding-bottom: 0;
	font-size: 18px;
	line-height: 1.55;
	color: var(--text-muted);
}

body.tpl-front-page .ir-platform-header-right p {
	margin: 0;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

@media (max-width: 768px) {
	body.tpl-front-page .ir-platform-header-right {
		font-size: 16px;
	}
}

body.tpl-front-page .ir-platform-grid {
	width: 100%;
	margin-top: 24px;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

body.tpl-front-page .ir-platform-card {
	background: #ffffff;
	border: 1px solid #dbe3ec;
	border-radius: 16px;
	padding: 28px;
	box-shadow: 0 8px 24px rgba(11, 36, 65, 0.04);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

body.tpl-front-page .ir-platform-card:hover {
	transform: translateY(-3px);
	border-color: #c7d3e0;
	box-shadow: 0 16px 34px rgba(11, 36, 65, 0.08);
}

body.tpl-front-page .ir-platform-card .card-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

body.tpl-front-page .card-icon {
	width: 48px;
	height: 48px;
	border-radius: 14px;
	background: #f1f5f9;
	display: flex;
	align-items: center;
	justify-content: center;
}

body.tpl-front-page .card-icon img {
	width: 24px;
	height: 24px;
}

body.tpl-front-page .card-stat {
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.18em;
	background: #f1f5f9;
	color: #475569;
	padding: 4px 10px;
	border-radius: 999px;
}

body.tpl-front-page .ir-platform-card h3 {
	margin: 0 0 12px;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 600;
	color: #0f172b;
}

body.tpl-front-page .ir-platform-card p {
	margin: 0;
	font-size: 15px;
	line-height: 1.75;
	color: #45556c;
	padding-bottom: 0;
}

@media screen and (max-width: 1024px) {
	body.tpl-front-page .ir-platform-header {
		grid-template-columns: 1fr;
		gap: 24px;
		padding: 0 0 32px;
	}
}

@media screen and (max-width: 900px) {
	body.tpl-front-page .ir-platform-header {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	body.tpl-front-page .ir-platform-grid {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 640px) {
	body.tpl-front-page .ir-platform-section {
		padding: 56px 0;
	}

	body.tpl-front-page .ir-platform-container {
		padding: 0 18px;
	}

	body.tpl-front-page .ir-platform-card {
		padding: 22px;
	}
}

/* Product description (tpl-front-page.php): h2 66px from block top, 66px above items grid */
body.tpl-front-page .product-description {
	padding-top: 66px;
	padding-bottom: 153px;
}

body.tpl-front-page .product-description .product-description-wrapper h2 {
	margin-top: 0;
	padding-bottom: 66px;
}

body.tpl-front-page .product-description .product-description-wrapper .product-description-items {
	padding-top: 0;
}

@media (max-width: 425px) {
	body.tpl-front-page .product-description {
		padding-top: 66px;
		padding-bottom: 46px;
	}

	body.tpl-front-page .product-description .product-description-wrapper h2 {
		padding-bottom: 66px;
	}
}

  .home .product-description {
    background: linear-gradient(180deg, #212B3E 0%, #101828 100%);
    padding: 282px 0 153px;
    color: #FFFFFF;
    margin-bottom: 0px; }