:root {
	--pg-home-navy: #061b43;
	--pg-home-navy-deep: #020f2c;
	--pg-home-gold: #f4b233;
	--pg-home-gold-light: #ffd36b;
	--pg-home-blue: #123f9a;
	--pg-home-green: #238735;
	--pg-home-orange: #e86800;
	--pg-home-text: #071a33;
	--pg-home-muted: #4b5567;
	--pg-home-border: #dfe5ee;
	--pg-home-shadow: 0 8px 22px rgba(7, 26, 51, 0.1);
	--pg-home-shell: 1380px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body.pg-homepage-custom {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	background: #ffffff;
	color: var(--pg-home-text);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	margin: 0;
	overflow-x: hidden;
	text-rendering: geometricPrecision;
}

body.pg-homepage-custom a {
	color: inherit;
}

body.pg-homepage-custom img {
	max-width: 100%;
}

.pg-skip-link {
	background: #ffffff;
	border-radius: 6px;
	color: var(--pg-home-navy);
	font-weight: 800;
	left: 1rem;
	padding: 0.7rem 1rem;
	position: fixed;
	top: 1rem;
	transform: translateY(-180%);
	z-index: 1000;
}

.pg-skip-link:focus {
	transform: translateY(0);
}

.pg-home-shell {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--pg-home-shell);
	width: 100%;
}

.pg-home-header {
	background: #ffffff;
	border-bottom: 1px solid #eef1f5;
	box-shadow: 0 1px 0 rgba(7, 26, 51, 0.04);
	position: sticky;
	top: var(--wp-admin--admin-bar--height, 0);
	z-index: 50;
}

.pg-home-header__inner {
	align-items: center;
	display: grid;
	grid-template-columns: 250px 1fr auto;
	min-height: 73px;
	padding: 0 4.5rem;
}

.pg-home-brand {
	display: inline-grid;
	justify-self: start;
	line-height: 1;
	text-decoration: none;
}

.pg-home-brand__name {
	color: var(--pg-home-navy);
	font-size: 2.16rem;
	font-weight: 900;
	letter-spacing: -0.04em;
}

.pg-home-brand__name span:nth-child(2),
.pg-home-brand__name span:nth-child(3) {
	color: #d89d23;
}

.pg-home-brand__byline {
	color: #050b18;
	font-size: 0.78rem;
	font-weight: 800;
	justify-self: end;
	margin-top: 0.14rem;
}

.pg-home-nav ul {
	align-items: center;
	display: flex;
	gap: 2.05rem;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.pg-home-nav a {
	color: #050b18;
	display: inline-flex;
	font-size: 0.92rem;
	font-weight: 800;
	line-height: 1;
	padding: 1.85rem 0 1.58rem;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
}

.pg-home-nav li.is-active a::after {
	background: var(--pg-home-gold);
	bottom: 0.78rem;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
}

.pg-home-nav a.has-chevron::after {
	content: "v";
	font-size: 0.66rem;
	margin-left: 0.55rem;
	margin-top: 0.04rem;
}

.pg-home-demo {
	align-items: center;
	background: var(--pg-home-navy);
	border-radius: 7px;
	box-shadow: 0 8px 18px rgba(6, 27, 67, 0.22);
	color: #ffffff;
	display: inline-flex;
	font-size: 0.92rem;
	font-weight: 850;
	gap: 0.7rem;
	min-height: 42px;
	padding: 0.72rem 1.08rem;
	text-decoration: none;
	white-space: nowrap;
}

.pg-home-demo::before,
.pg-home-button--gold::before {
	border: 2px solid currentColor;
	border-radius: 2px;
	content: "";
	height: 0.88rem;
	width: 0.88rem;
}

.pg-home-hero {
	background:
		radial-gradient(circle at 46% 24%, rgba(36, 126, 232, 0.18), transparent 24rem),
		linear-gradient(90deg, #020d27 0%, #061b43 54%, #061b43 100%);
	color: #ffffff;
	min-height: 410px;
	overflow: hidden;
	position: relative;
}

.pg-home-hero::before {
	background: url("../images/approved-world-map.svg") center right 13.4rem / min(76vw, 930px) auto no-repeat;
	content: "";
	inset: 0;
	opacity: 0.95;
	pointer-events: none;
	position: absolute;
}

.pg-home-hero::after {
	background:
		linear-gradient(90deg, rgba(2, 13, 39, 0.9) 0%, rgba(2, 13, 39, 0.26) 38%, rgba(2, 13, 39, 0.08) 72%, rgba(2, 13, 39, 0.38) 100%),
		radial-gradient(circle at 78% 26%, rgba(28, 123, 226, 0.22), transparent 24rem);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.pg-home-hero__grid {
	display: grid;
	grid-template-columns: 39.6% 42.3% 18.1%;
	min-height: 410px;
	padding: 0 4.9rem;
	position: relative;
	z-index: 1;
}

.pg-home-hero__copy {
	align-self: center;
	padding-top: 0.1rem;
}

.pg-home-kicker {
	color: var(--pg-home-gold-light);
	font-size: 1.01rem;
	font-weight: 900;
	letter-spacing: 0.005em;
	margin: 0 0 0.82rem;
	text-transform: uppercase;
}

.pg-home-hero h1 {
	color: #ffffff;
	font-size: clamp(3rem, 4.08vw, 4.08rem);
	font-weight: 900;
	letter-spacing: -0.04em;
	line-height: 1.01;
	margin: 0;
	max-width: 600px;
}

.pg-home-hero h1 mark {
	background: transparent;
	color: var(--pg-home-gold-light);
	padding: 0;
}

.pg-home-course-line {
	color: #ffffff;
	font-size: 1.32rem;
	font-weight: 900;
	line-height: 1.2;
	margin: 1rem 0 0;
}

.pg-home-course-line span {
	color: var(--pg-home-gold-light);
	display: inline-block;
	margin: 0 0.7rem;
}

.pg-home-course-line::after {
	background: var(--pg-home-gold-light);
	content: "";
	display: block;
	height: 1px;
	margin: 0.7rem auto 0;
	opacity: 0.85;
	width: 66px;
}

.pg-home-trust-line {
	color: rgba(255, 255, 255, 0.92);
	font-size: 0.98rem;
	font-weight: 650;
	margin: 0.85rem 0 0;
}

.pg-home-hero-features {
	display: grid;
	gap: 1.8rem;
	grid-template-columns: repeat(4, 1fr);
	list-style: none;
	margin: 1.38rem 0 1.45rem;
	max-width: 550px;
	padding: 0;
}

.pg-home-hero-features li {
	color: #ffffff;
	display: grid;
	font-size: 0.76rem;
	font-weight: 800;
	gap: 0.45rem;
	justify-items: center;
	line-height: 1.45;
	text-align: center;
}

.pg-home-icon {
	border: 2px solid #ffffff;
	border-radius: 8px;
	display: block;
	height: 31px;
	position: relative;
	width: 31px;
}

.pg-home-icon--broadcast {
	border-radius: 999px;
}

.pg-home-icon--broadcast::before,
.pg-home-icon--broadcast::after {
	border: 2px solid #ffffff;
	border-radius: 999px;
	content: "";
	inset: -8px;
	opacity: 0.48;
	position: absolute;
}

.pg-home-icon--broadcast::after {
	inset: 6px;
	opacity: 1;
}

.pg-home-icon--document::before,
.pg-home-icon--clipboard::before {
	background: #ffffff;
	border-radius: 999px;
	box-shadow: 0 6px 0 #ffffff, 0 12px 0 #ffffff;
	content: "";
	height: 3px;
	left: 7px;
	position: absolute;
	top: 8px;
	width: 14px;
}

.pg-home-icon--headset {
	border-radius: 999px;
}

.pg-home-icon--headset::before {
	border: 2px solid #ffffff;
	border-bottom: 0;
	border-radius: 999px 999px 0 0;
	content: "";
	height: 14px;
	left: 5px;
	position: absolute;
	top: 7px;
	width: 17px;
}

.pg-home-hero__actions {
	display: flex;
	gap: 0.85rem;
}

.pg-home-button {
	align-items: center;
	border-radius: 7px;
	display: inline-flex;
	font-size: 0.94rem;
	font-weight: 900;
	gap: 0.68rem;
	justify-content: center;
	min-height: 47px;
	padding: 0.9rem 1.35rem;
	text-decoration: none;
	transition: transform 160ms ease, box-shadow 160ms ease;
}

.pg-home-button:hover,
.pg-home-demo:hover,
.pg-home-course-card a:hover,
.pg-home-price-card a:hover,
.pg-home-timing-button:hover {
	transform: translateY(-1px);
}

.pg-home-button--gold {
	background: linear-gradient(180deg, var(--pg-home-gold-light), var(--pg-home-gold));
	box-shadow: 0 10px 22px rgba(244, 178, 51, 0.25);
	color: #071a33;
	min-width: 214px;
}

.pg-home-button--outline {
	background: rgba(1, 14, 37, 0.16);
	border: 1px solid var(--pg-home-gold-light);
	color: #ffffff;
	min-width: 176px;
}

.pg-home-button--outline::after,
.pg-home-course-card a::after,
.pg-home-timing-button::after {
	content: "\2192";
	font-weight: 900;
	margin-left: 0.5rem;
}

.pg-home-portrait-wrap {
	align-self: stretch;
	min-height: 410px;
	position: relative;
}

.pg-home-portrait {
	bottom: 0.55rem;
	display: block;
	height: 386px;
	left: 52%;
	object-fit: contain;
	object-position: center center;
	position: absolute;
	transform: translateX(-50%);
	width: 330px;
	z-index: 2;
}

.pg-home-portrait-wrap::after {
	background: linear-gradient(180deg, transparent 72%, rgba(2, 13, 39, 0.82));
	bottom: 0;
	content: "";
	height: 160px;
	left: 50%;
	pointer-events: none;
	position: absolute;
	transform: translateX(-50%);
	width: 355px;
	z-index: 3;
}

.pg-home-teacher-card {
	align-self: center;
	background: linear-gradient(180deg, rgba(35, 78, 148, 0.58), rgba(6, 27, 67, 0.78));
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 12px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 18px 46px rgba(0, 0, 0, 0.24);
	color: #ffffff;
	justify-self: end;
	margin-top: 1.05rem;
	max-width: 198px;
	min-height: 356px;
	padding: 1.35rem 1.18rem 1.05rem;
}

.pg-home-signature,
.pg-home-promise {
	color: var(--pg-home-gold-light);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.8rem;
	font-style: italic;
	line-height: 1.05;
	margin: 0 0 1.1rem;
}

.pg-home-teacher-card ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pg-home-teacher-card li {
	color: #ffffff;
	font-size: 0.78rem;
	font-weight: 750;
	line-height: 1.35;
	margin: 0 0 0.78rem;
	padding-left: 1.55rem;
	position: relative;
}

.pg-home-teacher-card li::before {
	border: 1.5px solid #ffffff;
	border-radius: 999px;
	content: "";
	height: 0.86rem;
	left: 0;
	position: absolute;
	top: 0.1rem;
	width: 0.86rem;
}

.pg-home-promise {
	border-bottom: 3px solid var(--pg-home-gold-light);
	color: #ffffff;
	display: inline-block;
	font-size: 1.34rem;
	margin: 0.35rem 0 0;
	padding-bottom: 0.48rem;
	transform: rotate(-4deg);
}

.pg-home-main {
	background: #ffffff;
	padding: 1.08rem 0 1rem;
}

.pg-home-main__grid {
	display: grid;
	gap: 3.8rem;
	grid-template-columns: 48.1% 51.9%;
	padding: 0 4.9rem;
}

.pg-home-section-title {
	color: var(--pg-home-text);
	font-size: 1.1rem;
	font-weight: 900;
	letter-spacing: 0.02em;
	line-height: 1.2;
	margin: 0 0 1.48rem;
	position: relative;
}

.pg-home-section-title::after {
	background: linear-gradient(90deg, var(--pg-home-gold) 0 30px, #e9edf3 30px 112px, transparent 112px);
	bottom: -0.72rem;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 118px;
}

.pg-home-section-title--center,
.pg-home-section-subtitle {
	text-align: center;
}

.pg-home-section-title--center::after {
	left: 50%;
	transform: translateX(-50%);
}

.pg-home-section-subtitle {
	color: var(--pg-home-text);
	font-size: 0.8rem;
	font-weight: 500;
	margin: -0.75rem 0 1.85rem;
}

.pg-home-course-grid,
.pg-home-price-grid {
	display: grid;
	gap: 0.7rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pg-home-course-card {
	border-radius: 8px;
	box-shadow: var(--pg-home-shadow);
	min-height: 238px;
	padding: 1.05rem 0.85rem 0.86rem;
	position: relative;
}

.pg-home-course-card::before {
	border-radius: 999px;
	color: #ffffff;
	display: grid;
	font-size: 1.3rem;
	font-weight: 900;
	height: 48px;
	left: 1rem;
	place-items: center;
	position: absolute;
	top: 1rem;
	width: 48px;
}

.pg-home-course-card--cbse {
	background: linear-gradient(135deg, #edf8f0, #dff2e7);
}

.pg-home-course-card--neet {
	background: linear-gradient(135deg, #edf4ff, #e8f0ff);
}

.pg-home-course-card--jee {
	background: linear-gradient(135deg, #fff6e8, #fff0d9);
}

.pg-home-course-card--cbse::before {
	background: var(--pg-home-green);
	content: "B";
}

.pg-home-course-card--neet::before {
	background: var(--pg-home-blue);
	content: "N";
}

.pg-home-course-card--jee::before {
	background: var(--pg-home-orange);
	content: "J";
}

.pg-home-course-card h3 {
	color: var(--pg-home-text);
	font-size: 1.16rem;
	font-weight: 950;
	letter-spacing: -0.01em;
	line-height: 1.05;
	margin: 0.15rem 0 1rem 4.1rem;
}

.pg-home-course-card--cbse h3 {
	color: #176d26;
}

.pg-home-course-card ul,
.pg-home-price-card ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pg-home-course-card li,
.pg-home-price-card li {
	color: #050b18;
	font-size: 0.76rem;
	font-weight: 650;
	line-height: 1.45;
	margin: 0.48rem 0;
	padding-left: 1.05rem;
	position: relative;
}

.pg-home-course-card li::before,
.pg-home-price-card li::before {
	border: 1.6px solid currentColor;
	border-radius: 999px;
	content: "";
	height: 0.46rem;
	left: 0;
	position: absolute;
	top: 0.32rem;
	width: 0.46rem;
}

.pg-home-course-card a,
.pg-home-price-card a {
	background: var(--pg-home-blue);
	border-radius: 5px;
	bottom: 0.82rem;
	color: #ffffff;
	display: block;
	font-size: 0.78rem;
	font-weight: 900;
	left: 0.85rem;
	padding: 0.72rem 0.8rem;
	position: absolute;
	right: 0.85rem;
	text-align: center;
	text-decoration: none;
}

.pg-home-course-card--cbse a,
.pg-home-price-card--standard a {
	background: var(--pg-home-green);
}

.pg-home-course-card--jee a {
	background: var(--pg-home-orange);
}

.pg-home-country-title {
	color: #050b18;
	font-size: 0.9rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	margin: 1.85rem 0 0.7rem;
}

.pg-home-flags {
	align-items: center;
	background: #ffffff;
	border: 1px solid #dce3ee;
	border-radius: 6px;
	box-shadow: 0 6px 18px rgba(7, 26, 51, 0.06);
	display: grid;
	gap: 0.5rem;
	grid-template-columns: repeat(9, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	min-height: 69px;
	padding: 0.55rem 0.8rem;
}

.pg-home-flags li {
	align-items: center;
	color: var(--pg-home-text);
	display: grid;
	font-size: 0.64rem;
	font-weight: 850;
	gap: 0.34rem;
	justify-items: center;
	line-height: 1.2;
	text-align: center;
}

.pg-home-flag {
	border: 1px solid #e2e8f0;
	border-radius: 3px;
	box-shadow: none;
	display: block;
	height: 28px;
	overflow: hidden;
	position: relative;
	width: 42px;
}

.pg-home-flag--india {
	background: linear-gradient(#ff9933 0 33%, #ffffff 33% 66%, #138808 66%);
}

.pg-home-flag--uae {
	background: linear-gradient(90deg, #ff0000 0 26%, transparent 26%), linear-gradient(#00732f 0 33%, #ffffff 33% 66%, #000000 66%);
}

.pg-home-flag--qatar {
	background: linear-gradient(90deg, #ffffff 0 28%, #8a1538 28%);
}

.pg-home-flag--saudi {
	background: #006c35;
}

.pg-home-flag--oman {
	background: linear-gradient(90deg, #db161b 0 28%, transparent 28%), linear-gradient(#ffffff 0 33%, #db161b 33% 66%, #00843d 66%);
}

.pg-home-flag--kuwait {
	background: linear-gradient(90deg, #000000 0 26%, transparent 26%), linear-gradient(#007a3d 0 33%, #ffffff 33% 66%, #ce1126 66%);
}

.pg-home-flag--bahrain {
	background: linear-gradient(90deg, #ffffff 0 30%, #ce1126 30%);
}

.pg-home-flag--russia {
	background: linear-gradient(#ffffff 0 33%, #0039a6 33% 66%, #d52b1e 66%);
}

.pg-home-flag--africa {
	background: radial-gradient(circle at 48% 42%, var(--pg-home-green) 0 16%, transparent 17%), linear-gradient(135deg, #eef7f0, #ffffff);
	border-color: #b8dec0;
	border-radius: 999px;
}

.pg-home-price-card {
	background: #ffffff;
	border: 1px solid var(--pg-home-border);
	border-radius: 8px;
	box-shadow: var(--pg-home-shadow);
	min-height: 263px;
	padding: 0 0.9rem 0.9rem;
	position: relative;
	text-align: center;
}

.pg-home-batch-badge {
	background: var(--pg-home-navy);
	border-radius: 4px;
	color: #ffffff;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 900;
	margin: -0.58rem auto 0.6rem;
	padding: 0.38rem 0.9rem;
}

.pg-home-price-card--premium .pg-home-batch-badge {
	background: var(--pg-home-blue);
}

.pg-home-price-card--standard .pg-home-batch-badge {
	background: var(--pg-home-green);
}

.pg-home-count-icon {
	background: #f0f4fb;
	border-radius: 999px;
	height: 38px;
	margin: 0 auto -0.25rem;
	position: relative;
	width: 38px;
}

.pg-home-count-icon::before {
	border: 2px solid currentColor;
	border-radius: 999px;
	box-shadow: -8px 8px 0 -5px currentColor, 8px 8px 0 -5px currentColor;
	color: var(--pg-home-blue);
	content: "";
	height: 15px;
	left: 50%;
	position: absolute;
	top: 9px;
	transform: translateX(-50%);
	width: 15px;
}

.pg-home-price-card--standard .pg-home-count-icon::before {
	color: var(--pg-home-green);
}

.pg-home-price-card h3 {
	color: var(--pg-home-text);
	font-size: 2.45rem;
	font-weight: 950;
	line-height: 0.85;
	margin: 0;
}

.pg-home-students {
	color: #050b18;
	font-size: 0.78rem;
	font-weight: 750;
	margin: 0 0 0.8rem;
}

.pg-home-price-card ul {
	border-bottom: 1px solid #e5e9f0;
	padding-bottom: 0.58rem;
	text-align: left;
}

.pg-home-starting {
	color: #050b18;
	font-size: 0.7rem;
	font-weight: 850;
	margin: 0.55rem 0 0;
}

.pg-home-price {
	color: var(--pg-home-text);
	font-size: 1.34rem;
	font-weight: 950;
	line-height: 1;
	margin: 0.12rem 0 0.66rem;
}

.pg-home-price span {
	font-size: 0.76rem;
	font-weight: 650;
}

.pg-home-support-strip {
	align-items: center;
	background: #ffffff;
	border: 1px solid #dce3ee;
	border-radius: 6px;
	box-shadow: 0 6px 18px rgba(7, 26, 51, 0.06);
	display: grid;
	gap: 0.5rem;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	list-style: none;
	margin: 1.2rem 0 0;
	min-height: 69px;
	padding: 0.75rem;
}

.pg-home-support-strip li {
	color: var(--pg-home-text);
	font-size: 0.66rem;
	font-weight: 900;
	line-height: 1.22;
	padding-left: 2.1rem;
	position: relative;
}

.pg-home-support-icon {
	border: 2px solid var(--pg-home-navy);
	border-radius: 5px;
	height: 1.45rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.45rem;
}

.pg-home-support-icon--whatsapp {
	background: #25d366;
	border-color: #25d366;
	border-radius: 999px;
}

.pg-home-bottom-cta {
	align-items: center;
	background: linear-gradient(90deg, #04173a, #061f55);
	border-radius: 5px;
	box-shadow: 0 8px 20px rgba(7, 26, 51, 0.16);
	color: #ffffff;
	display: grid;
	grid-template-columns: 1fr auto 0.75fr;
	margin: 1rem auto 0;
	min-height: 71px;
	padding: 0.85rem 1.6rem 0.85rem 6.3rem;
	position: relative;
	width: calc(100% - 9.8rem);
}

.pg-home-bottom-cta::before {
	border: 2px solid #f3e7b3;
	border-radius: 999px;
	content: "";
	height: 2.6rem;
	left: 2.15rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2.6rem;
}

.pg-home-timezone {
	color: #ffffff;
	font-size: 1.22rem;
	font-weight: 900;
	line-height: 1.25;
	margin: 0;
}

.pg-home-timezone span,
.pg-home-whatsapp {
	font-size: 0.94rem;
	font-weight: 650;
}

.pg-home-timing-button {
	background: linear-gradient(180deg, var(--pg-home-gold-light), var(--pg-home-gold));
	border-radius: 6px;
	color: var(--pg-home-text);
	display: inline-flex;
	font-size: 0.94rem;
	font-weight: 900;
	justify-content: center;
	min-width: 280px;
	padding: 0.82rem 1.2rem;
	text-decoration: none;
}

.pg-home-whatsapp {
	border-left: 1px solid rgba(255, 255, 255, 0.46);
	color: #ffffff;
	line-height: 1.4;
	margin: 0 0 0 2rem;
	padding-left: 4.5rem;
	position: relative;
}

.pg-home-whatsapp::before {
	background: #25d366;
	border: 4px solid #ffffff;
	border-radius: 999px;
	content: "";
	height: 2.45rem;
	left: 1.7rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2.45rem;
}

.pg-home-whatsapp a {
	color: #ffffff;
	font-weight: 900;
	text-decoration: none;
}

@media (max-width: 1320px) {
	.pg-home-header__inner,
	.pg-home-hero__grid,
	.pg-home-main__grid {
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.pg-home-nav ul {
		gap: 1.1rem;
	}

	.pg-home-nav a {
		font-size: 0.84rem;
	}

	.pg-home-bottom-cta {
		width: calc(100% - 4rem);
	}
}

@media (max-width: 1080px) {
	.pg-home-header__inner {
		grid-template-columns: 1fr auto;
		row-gap: 0.25rem;
	}

	.pg-home-nav {
		grid-column: 1 / -1;
		overflow-x: auto;
		padding-bottom: 0.55rem;
		scrollbar-width: none;
	}

	.pg-home-nav::-webkit-scrollbar {
		display: none;
	}

	.pg-home-nav ul {
		gap: 1.25rem;
		justify-content: flex-start;
		min-width: max-content;
	}

	.pg-home-nav a {
		padding: 0.55rem 0;
	}

	.pg-home-nav li.is-active a::after {
		bottom: 0.2rem;
	}

	.pg-home-hero__grid {
		grid-template-columns: 1fr;
		padding-bottom: 0;
		padding-top: 2rem;
	}

	.pg-home-hero__copy {
		max-width: 640px;
	}

	.pg-home-portrait-wrap {
		min-height: 380px;
	}

	.pg-home-portrait {
		height: 360px;
		left: 38%;
	}

	.pg-home-teacher-card {
		bottom: 1.5rem;
		position: absolute;
		right: 2rem;
	}

	.pg-home-main__grid {
		grid-template-columns: 1fr;
	}

	.pg-home-bottom-cta {
		grid-template-columns: 1fr;
		gap: 1rem;
		padding: 1.2rem 1.2rem 1.2rem 5.6rem;
	}

	.pg-home-whatsapp {
		border-left: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.38);
		margin: 0;
		padding-top: 1rem;
	}
}

@media (max-width: 760px) {
	.pg-home-header__inner {
		min-height: 66px;
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.pg-home-brand__name {
		font-size: 1.6rem;
	}

	.pg-home-brand__byline {
		font-size: 0.66rem;
	}

	.pg-home-demo {
		font-size: 0.78rem;
		padding: 0.62rem 0.75rem;
	}

	.pg-home-nav {
		margin-left: -1rem;
		margin-right: -1rem;
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.pg-home-hero__grid,
	.pg-home-main__grid {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.pg-home-hero h1 {
		font-size: clamp(2.45rem, 12vw, 3.5rem);
	}

	.pg-home-course-line {
		font-size: 1.08rem;
	}

	.pg-home-course-line span {
		margin: 0 0.35rem;
	}

	.pg-home-hero-features {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pg-home-hero__actions {
		flex-direction: column;
	}

	.pg-home-button {
		width: 100%;
	}

	.pg-home-portrait-wrap {
		min-height: 360px;
	}

	.pg-home-portrait {
		height: 332px;
		left: 50%;
		width: 286px;
	}

	.pg-home-teacher-card {
		margin: 0 auto 1.25rem;
		max-width: 320px;
		position: static;
	}

	.pg-home-course-grid,
	.pg-home-price-grid,
	.pg-home-flags,
	.pg-home-support-strip {
		grid-template-columns: 1fr;
	}

	.pg-home-course-card,
	.pg-home-price-card {
		min-height: auto;
	}

	.pg-home-course-card a,
	.pg-home-price-card a {
		margin-top: 1rem;
		position: static;
	}

	.pg-home-flags {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pg-home-support-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pg-home-bottom-cta {
		margin-left: 1rem;
		margin-right: 1rem;
		padding: 1.2rem;
		width: auto;
	}

	.pg-home-bottom-cta::before {
		display: none;
	}

	.pg-home-timing-button {
		min-width: 0;
		width: 100%;
	}

	.pg-home-whatsapp {
		padding-left: 3.6rem;
	}

	.pg-home-whatsapp::before {
		left: 0.5rem;
		top: calc(50% + 0.5rem);
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
