/* ============================================================================
   Ranks/Stats v2 - page-ranks-stats-2.php
   ============================================================================ */

.monash-r2 {
	--r2-bg-dark: #11135b;
	--r2-bg-blue: #006ead;
	--r2-bg-mid: #035fa1;
	--r2-text: #f7fbff;
	--r2-text-soft: rgba(247, 251, 255, 0.86);
	--r2-text-muted: rgba(247, 251, 255, 0.74);
	--r2-divider: rgba(255, 255, 255, 0.22);
	font-family: "Rethink Sans", sans-serif;
	color: var(--r2-text);
	background: linear-gradient(
		180deg,
		var(--r2-bg-blue) 0%,
		var(--r2-bg-dark) 100%
	);
    text-shadow: 8px 6px 8px rgba(11, 101, 84, 0.17)
}

.monash-r2 * {
	box-sizing: border-box;
	font-family: inherit;
}

.monash-r2__hero {
	position: relative;
	min-height: 100dvh;
	min-height: 100dvh;
	padding: clamp(2.75rem, 7vw, 4.5rem) 1.5rem 5.5rem;
	background: var(--r2-bg-blue);
	display: flex;
	align-items: center;
	justify-content: center;
}

.monash-r2__hero-inner {
	max-width: 20rem;
	text-align: center;
}

.monash-r2__icon {
	display: block;
	width: min(10rem, 52vw);
	height: auto;
	margin: 0 auto 1.125rem;
}

.monash-r2__eyebrow {
	margin: 0;
    font-size: 26px;
	font-weight: 700;
	line-height: 1.08;
}

.monash-r2__ranks-desc {
	margin: 0.75rem auto 0;
	max-width: 18.5rem;
	font-size: clamp(0.95rem, 3.2vw, 1.02rem);
	line-height: 1.45;
	color: var(--r2-text-soft);
	font-weight: 300;
	color: var(--white);font-family: var(--font-family);
}

.monash-r2__scroll {
	position: absolute;
	left: 50%;
	bottom: 3rem;
	transform: translateX(-50%);
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
	display: flex;
	flex-direction: column;
	align-items: center;
    gap: 1.25rem;
	cursor: pointer;
	opacity: 0.88;
	transition: opacity 0.2s ease;
}

.monash-r2__scroll:hover {
	opacity: 1;
}

.monash-r2__scroll-arrow {
	font-size: 1.85rem;
	line-height: 1;
	font-weight: 700;
}

.monash-r2__scroll-arrow-svg {
	display: block;
	width: 35px;
	height: 61px;
}

.monash-r2__scroll-label {
	font-size: 0.67rem;
	line-height: 1;
	letter-spacing: 0.04em;
	font-family: var(--font-family);
	font-weight: 300;
	font-size: 15px;
	line-height: 107%;
	text-align: center;
	color: var(--white);
}

.monash-r2__ranks {
	position: relative;
	padding: 13rem 0 clamp(3rem, 8vw, 4.5rem);
	background-color: #045f9f;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}

.monash-r2__ranks-block {
	overflow: hidden;
}

.monash-r2__ranks-inner {
	max-width: 27rem;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.monash-r2__rank-logo {
	display: block;
	max-width: 13.5rem;
	width: min(78%, 13.5rem);
	height: auto;
	margin: 0 auto 1.1rem;
}

.monash-r2__divider {
	display: block;
	width: 100%;
	height: auto;
	margin: 0.9rem auto 1.2rem;
	opacity: 0.98;
}

.monash-r2__divider--bottom {
	margin: 1.6rem auto 1.4rem;
}

.monash-r2__rank-list {
	display: grid;
	gap: 1.65rem;
}

.monash-r2__rank-intro {
	text-align: center;
	margin: 0 auto 3rem;
	max-width: 21rem;
}

.monash-r2__rank-intro-title {
	margin: 0;
	font-size: clamp(2rem, 8vw, 2.5rem);
	font-weight: 700;
	line-height: 1.05;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 26px;
    text-align: center;
    color: var(--white);
}

.monash-r2__rank-intro-subtitle {
	margin: 0.55rem 0 0;
	font-size: clamp(1.5rem, 5vw, 1.95rem);
	font-weight: 700;
    font-family: var(--second-family);
	line-height: 1.06;font-size: 20px;
line-height: 135%;
}

.monash-r2__item {
	padding: 0;
	border: 0;
	background: transparent;
}

.monash-r2__item--first {
	position: relative;
	text-align: center;
	padding: 0.85rem 0.85rem 0.45rem;
	border: 0;
	background: transparent;
}

.monash-r2__item--first .monash-r2__stat-row {
	display: block;
	margin-top: 0;
}

.monash-r2__item--first .monash-r2__big {
    font-size: 127px;
    line-height: 0.88;
    text-align: right;
    font-family: var(--second-family);
    font-weight: 800;
    font-size: 127px;
    /* line-height: 13%; */
    letter-spacing: -0.01em;
    text-align: right;
    color: var(--white);
}

.monash-r2__item--first .monash-r2__stat-label {
	display: block;
	font-size: 77px;
	line-height: 0.9;
	letter-spacing: -0.02em;
	text-align: right;
}

.monash-r2__item--first .monash-r2__source {
	text-align: right;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.15;
	margin: 2rem 0 0 auto;
	max-width: 14.5rem;
}

.monash-r2__item--second {
	text-align: left;
	padding: 0.65rem 0.1rem 0.35rem;
}

.monash-r2__item--second .monash-r2__pre {
	font-size: 44px;
	line-height: 0.94;
    max-width: 190px;
}

.monash-r2__item--second .monash-r2__stat-row {
	display: block;
	margin-top: 0.18rem;
}

.monash-r2__item--second .monash-r2__big {
	font-size: 125px;
	line-height: 0.88;
	text-align: left;
}

.monash-r2__item--second .monash-r2__stat-label {
	display: block;
	font-size: 44px;
	line-height: 0.9;
	letter-spacing: -0.02em;
	text-align: left;
}

.monash-r2__item--second .monash-r2__caption {
	margin-top: 0.4rem;
	font-size: clamp(2.05rem, 8.8vw, 2.95rem);
	line-height: 0.95;
	text-align: left;
}

.monash-r2__item--second .monash-r2__source {
	font-size: 20px;
	line-height: 1.12;
	margin-top: 0.65rem;
	max-width: 22rem;
	text-align: left;
	color: var(--r2-text);
}

.monash-r2__item--third {
	padding: 0.7rem 0.15rem 0.3rem;
}
.monash-r2__item--third .monash-r2__stat-row {
	justify-content: flex-end;
}
.monash-r2__item--third .monash-r2__big {
	font-size: 125px;
	line-height: 0.9;
	text-align: center;
}

.monash-r2__item--third .monash-r2__caption {
	margin-top: 0.45rem;
	font-size: 44px;
	line-height: 0.95;
	text-align: right;
    max-width: 278px;
    margin-right: 0;
    margin-left: auto;
}

.monash-r2__item--third .monash-r2__source {
	font-size: clamp(0.9rem, 3.9vw, 1.2rem);
	line-height: 1.14;
	margin-top: 0.65rem;
	text-align: right;
	color: var(--r2-text);
    max-width: 273px;
    margin-right: 0;
    margin-left: auto;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    text-align: right;
    color: var(--white);
}

.monash-r2__pre {
	margin: 0;
	font-size: clamp(1.2rem, 5vw, 1.65rem);
	font-weight: 700;
	line-height: 1.08;
}

.monash-r2__pre--right {
	text-align: right;
}

.monash-r2__pre--left {
	text-align: left;
}

.monash-r2__stat-row {
	margin-top: 0.36rem;
	display: flex;
	align-items: baseline;
	gap: 0.5rem;
	flex-wrap: wrap;
}

.monash-r2__big {
	margin: 0;
	font-size: 127px;
	font-weight: 800;
	line-height: 0.9;
	letter-spacing: -0.03em;
}

.monash-r2__stat-label {
	font-size: clamp(1.8rem, 7.5vw, 2.35rem);
	font-weight: 700;
	line-height: 1;
}

.monash-r2__caption {
	margin: 0.56rem 0 0;
	font-size: 36px;
	font-weight: 800;
	line-height: 1.13;
}

.monash-r2__source {
	margin: 0.42rem 0 0;
	font-size: 16px;
	line-height: 1.24;
	color: var(--r2-text-soft);
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 16px;
    line-height: 138%;
    text-align: right;
    color: var(--white);
}

.monash-r2__outro {
	padding: 9.15rem 0 4rem;
	text-align: center;
}

.monash-r2__outro-copy {
	max-width: 28.5rem;
	margin: 0 auto;
	padding: 0 0.9rem;
}

.monash-r2__question {
	margin: 0;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.1;
}

.monash-r2__life-desc {
	margin: 0.72rem auto 0;
	max-width: 20.5rem;
	font-size: 21px;
	line-height: 1.4;
	color: rgba(247, 251, 255, 0.95);
    line-height: 1.4;
    color: rgba(247, 251, 255, 0.95);
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 21px;
    line-height: 124%;
}

.monash-r2__scroll--static {
	position: static;
	left: auto;
	bottom: auto;
	transform: none;
	margin: clamp(1.8rem, 7.5vw, 2.6rem) auto 0;
	gap: clamp(1.15rem, 5vw, 1.7rem);
}

.monash-r2__scroll--static .monash-r2__scroll-label {
	font-size: clamp(0.72rem, 2.7vw, 1rem);
	letter-spacing: 0;
	text-transform: none;
}

.monash-r2__life-stats {
	padding: clamp(2.5rem, 7vw, 3.8rem) 1.25rem clamp(3rem, 8vw, 4.2rem);
	background: linear-gradient(180deg, #0a2f89 0%, #121256 100%);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 112px;
}

.monash-r2__life-head {
	max-width: 24rem;
	margin: 0 auto 1.25rem;
	text-align: center;
	padding-bottom: 72px;
}

.monash-r2__life-head-title {
	margin: 0;
	font-size: clamp(1.8rem, 7vw, 2.45rem);
	font-weight: 700;
	line-height: 1.03;
}

.monash-r2__life-head-subtitle {
	margin: 0.35rem 0 0;
	font-size: clamp(0.95rem, 3.5vw, 1.12rem);
	line-height: 1.28;
	color: var(--r2-text-soft);
}

.monash-r2__items {
	max-width: 27rem;
	margin: 0 auto;
	display: grid;
	gap: 1rem;
}

.monash-r2__items--life {
	gap: 1.5rem;
}

.monash-r2__item--life {
	padding: 0 0.15rem;
}

.monash-r2__item--life .monash-r2__caption {
	margin-top: 0.5rem;
	color: var(--r2-text);
}

.monash-r2__item--life .monash-r2__source {
	margin-top: 0.42rem;
}

.monash-r2__item--life-first,
.monash-r2__item--life-third {
	text-align: right;
}

.monash-r2__item--life-second {
	text-align: left;
}

.monash-r2__item--life-first .monash-r2__caption,
.monash-r2__item--life-first .monash-r2__source,
.monash-r2__item--life-third .monash-r2__caption,
.monash-r2__item--life-third .monash-r2__source {
	margin-left: auto;
	max-width: 19rem;
}

.monash-r2__item--life-second .monash-r2__caption,
.monash-r2__item--life-second .monash-r2__source {
	max-width: 20rem;
}

.monash-r2__life-outro {
	margin: 1.2rem auto 0;
	max-width: 18.5rem;
	font-size: clamp(1.45rem, 6.2vw, 2rem);
	font-weight: 700;
	line-height: 1.08;
	text-align: center;
}

.monash-r2__cta-wrapper {
	margin: 1rem auto 0.75rem;
	position: relative;
	display: flex;
	align-items: center;
	width: fit-content;
	border-radius: 1.25rem;
	color: var(--r2-text);
}

.monash-r2__cta-wrapper::before,
.monash-r2__cta-wrapper::after {
	content: "";
	display: block;
	width: 100%;
	position: absolute;
	border: 2px solid currentColor;
	border-radius: inherit;
	transition: transform 0.15s ease;
	box-sizing: border-box;
	pointer-events: none;
}

.monash-r2__cta-wrapper::before {
	z-index: 2;
	height: 100%;
	transform: translateY(-2px);
}

.monash-r2__cta-wrapper::after {
	z-index: 1;
	height: calc(100% - 18px);
	transform: translateY(12px);
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-top-color: transparent;
	bottom: 0;
}

@media (hover: hover) {
	.monash-r2__cta-wrapper:hover::before {
		transform: translateY(0);
	}
	.monash-r2__cta-wrapper:hover::after {
		transform: translateY(2px);
	}
}

.monash-r2__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-width: 8.75rem;
	padding: 0.90625rem 1.15625rem;
	border: 2px solid currentColor;
	border-radius: 1.25rem;
	background: transparent;
	color: var(--r2-text);
	text-decoration: none;
	font-weight: 300;
	font-size: 1.5rem;
	line-height: normal;
	text-transform: uppercase;
	letter-spacing: normal;
	position: relative;
	z-index: 1;
}

@media (max-width: 575px) {
	.monash-r2__cta-wrapper {
		border-radius: 0.9375rem;
	}

	.monash-r2__cta {
		font-size: 1.125rem;
		min-width: 6.875rem;
		padding: 0.65625rem 0.90625rem;
		border-radius: 0.9375rem;
	}
}

@media (min-width: 768px) {
	.monash-r2__hero {
		padding-left: 2rem;
		padding-right: 2rem;
    min-height: var(--monash-shell-effective-height);
	}

	.monash-r2__ranks-block,
	.monash-r2__life-stats {
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.monash-r2__item--first {
		padding-bottom: 1.4rem;
	}
}

@media (min-width: 1024px) {
	.monash-r2__hero-inner,
	.monash-r2__ranks-inner,
	.monash-r2__items {
		max-width: 34rem;
	}

	.monash-r2__rank-list {
		gap: 1.35rem;
	}
}

/* ── Gradient layer — абсолютное позиционирование внутри родителя ─────── */
.gradient-layer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50vh;
	background-image: linear-gradient(180deg, rgba(8, 37, 108, 0.0) 0%, rgb(15 37 89 / 36%) 10%, rgba(18, 18, 86, 0.78) 100%);
	pointer-events: none;
	z-index: 1;
}