.oe-testoku-page {
	--oe-blue: #075fe8;
	--oe-blue-dark: #061a44;
	--oe-green: #22c55e;
	--oe-purple: #7c3aed;
	--oe-orange: #f59e0b;
	--oe-muted: #61708f;
	--oe-border: #dfe8f7;
	--oe-bg: #f5f8fc;
	--oe-card: #ffffff;
	max-width: 1180px;
	margin: 0 auto;
	padding: 34px 20px 56px;
	color: var(--oe-blue-dark);
	font-family: inherit;
}

.oe-testoku-page * {
	box-sizing: border-box;
}

.oe-testoku-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
	gap: 28px;
	align-items: center;
	min-height: 390px;
	padding: 54px 14px 42px 14px;
	overflow: hidden;
}

.oe-testoku-hero__content {
	position: relative;
	z-index: 2;
}

.oe-testoku-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 13px;
	border-radius: 999px;
	color: var(--oe-blue);
	background: #eef5ff;
	font-weight: 800;
	font-size: 13px;
	margin-bottom: 18px;
}

.oe-testoku-hero h1 {
	margin: 0;
	font-size: clamp(34px, 4vw, 52px);
	line-height: 1.12;
	letter-spacing: -0.04em;
	font-weight: 900;
	color: var(--oe-blue-dark);
}

.oe-testoku-hero h1 span {
	color: var(--oe-blue);
}

.oe-testoku-hero p {
	max-width: 560px;
	margin: 22px 0 0;
	color: #51617d;
	font-size: 17px;
	line-height: 1.75;
}

.oe-testoku-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 28px;
}

.oe-testoku-btn {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 0 24px;
	border-radius: 9px;
	text-decoration: none;
	font-size: 15px;
	font-weight: 800;
	transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.oe-testoku-btn:hover {
	transform: translateY(-2px);
}

.oe-testoku-btn--primary {
	color: #fff;
	background: linear-gradient(135deg, #0765f2, #034ed1);
	box-shadow: 0 16px 32px rgba(7, 95, 232, .22);
}

.oe-testoku-btn--secondary {
	color: var(--oe-blue);
	background: #fff;
	border: 1px solid rgba(7, 95, 232, .42);
}

.oe-testoku-play-icon {
	display: inline-grid;
	width: 23px;
	height: 23px;
	place-items: center;
	color: #fff;
	background: linear-gradient(135deg, #22c55e, #0ea5e9);
	border-radius: 6px;
	font-size: 12px;
}

.oe-testoku-hero__visual {
	position: relative;
	min-height: 370px;
}

.oe-testoku-hero__visual::before {
	content: "";
	position: absolute;
	inset: 30px 4px 12px 10px;
	border-radius: 36px;
	background:
		radial-gradient(circle at 28% 35%, rgba(124, 58, 237, .13), transparent 32%),
		radial-gradient(circle at 72% 58%, rgba(34, 197, 94, .13), transparent 34%),
		linear-gradient(135deg, #f9fbff, #eef5ff);
	z-index: 0;
}

.oe-testoku-phone,
.oe-testoku-paper,
.oe-testoku-books {
	position: absolute;
	z-index: 1;
	height: auto;
	user-select: none;
	pointer-events: none;
}

.oe-testoku-phone {
	width: min(245px, 42%);
	left: 5%;
	top: 10px;
	filter: drop-shadow(0 20px 32px rgba(15, 35, 80, .18));
}

.oe-testoku-paper {
	width: min(390px, 64%);
	right: 3%;
	top: 24px;
	transform: rotate(5deg);
	filter: drop-shadow(0 20px 30px rgba(15, 35, 80, .14));
}

.oe-testoku-books {
	width: 118px;
	right: 0;
	bottom: 24px;
	filter: drop-shadow(0 14px 24px rgba(15, 35, 80, .12));
}

.oe-testoku-feature-row {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 12px;
}

.oe-testoku-feature-card {
	display: flex;
	align-items: center;
	gap: 18px;
	min-height: 150px;
	padding: 22px;
	border: 1px solid var(--oe-border);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 16px 36px rgba(18, 39, 82, .07);
}

.oe-testoku-feature-card img {
	width: 96px;
	height: 96px;
	object-fit: contain;
	flex: 0 0 auto;
}

.oe-testoku-feature-card h2 {
	margin: 0 0 8px;
	font-size: 20px;
	color: var(--oe-blue-dark);
}

.oe-testoku-feature-card p {
	margin: 0;
	color: var(--oe-muted);
	line-height: 1.55;
	font-size: 15px;
}

.oe-testoku-panel {
	margin-top: 22px;
	padding: 22px;
	border: 1px solid var(--oe-border);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 16px 36px rgba(18, 39, 82, .06);
}

.oe-testoku-section-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 18px;
}

.oe-testoku-section-head > div {
	display: flex;
	align-items: center;
	gap: 12px;
}

.oe-testoku-section-head h2 {
	margin: 0;
	font-size: 25px;
	letter-spacing: -0.02em;
}

.oe-testoku-section-icon {
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border-radius: 12px;
	background: #eef5ff;
	color: var(--oe-blue);
}

.oe-testoku-badge {
	display: inline-flex;
	padding: 7px 11px;
	border-radius: 999px;
	color: #7c3aed;
	background: #f3ecff;
	font-size: 12px;
	font-weight: 800;
}

.oe-testoku-badge--active {
	color: #15803d;
	background: #e8f8ee;
}

.oe-testoku-section-head a {
	color: var(--oe-blue);
	text-decoration: none;
	font-weight: 800;
	font-size: 14px;
}

.oe-testoku-filter-row {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
	gap: 12px;
	margin-bottom: 18px;
}

.oe-testoku-select,
.oe-testoku-clear {
	min-height: 52px;
	border: 1px solid var(--oe-border);
	border-radius: 10px;
	background: #fff;
	padding: 8px 13px;
}

.oe-testoku-select {
	display: flex;
	flex-direction: column;
	justify-content: center;
	cursor: pointer;
}

.oe-testoku-select span {
	display: block;
	color: #71809b;
	font-size: 12px;
	margin-bottom: 2px;
}

.oe-testoku-select strong {
	display: block;
	color: var(--oe-blue-dark);
	font-size: 14px;
}

.oe-testoku-select select {
	width: 100%;
	border: 0;
	outline: 0;
	background: transparent;
	color: var(--oe-blue-dark);
	font-size: 14px;
	font-weight: 800;
	padding: 0;
	margin: 0;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}

.oe-testoku-clear {
	color: var(--oe-blue);
	font-weight: 800;
	cursor: pointer;
}

.oe-testoku-clear:disabled {
	opacity: .68;
	cursor: default;
}

.oe-testoku-status {
	margin: -6px 0 14px;
	padding: 10px 12px;
	border-radius: 10px;
	background: #eef5ff;
	color: #253657;
	font-size: 13px;
	font-weight: 700;
}

.oe-testoku-status--error {
	background: #fff1f1;
	color: #b42318;
}

.oe-testoku-preview-placeholder {
	min-height: 180px;
	display: grid;
	place-items: center;
	border: 1px dashed #d8e2f2;
	border-radius: 8px;
	color: var(--oe-muted);
	font-size: 14px;
	text-align: center;
	padding: 24px;
}

.oe-testoku-login-required {
	min-height: 220px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	text-align: center;
	padding: 28px 22px;
	border-radius: 12px;
	background: linear-gradient(180deg, #eef5ff 0%, #ffffff 72%);
	border: 1px solid #d6e6ff;
}

.oe-testoku-login-required__icon {
	width: 48px;
	height: 48px;
	display: grid;
	place-items: center;
	border-radius: 14px;
	background: #fff;
	border: 1px solid #dbe8ff;
	font-size: 22px;
	line-height: 1;
	margin-bottom: 4px;
}

.oe-testoku-login-required h3 {
	margin: 0;
	max-width: 320px;
	color: var(--oe-blue-dark);
	font-size: 18px;
	font-weight: 800;
	line-height: 1.35;
	letter-spacing: -0.02em;
}

.oe-testoku-login-required p {
	margin: 0;
	max-width: 380px;
	color: var(--oe-muted);
	font-size: 14px;
	line-height: 1.55;
}

.oe-testoku-login-required__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 8px;
	min-height: 42px;
	padding: 0 18px;
	border-radius: 10px;
	background: var(--oe-blue);
	color: #fff !important;
	font-weight: 800;
	font-size: 14px;
	text-decoration: none !important;
	transition: background 0.15s ease, transform 0.15s ease;
}

.oe-testoku-login-required__button:hover {
	background: #054fc4;
	transform: translateY(-1px);
}

.oe-testoku-preview-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 250px;
	gap: 16px;
}

.oe-testoku-pdf-preview,
.oe-testoku-action-box {
	border: 1px solid var(--oe-border);
	border-radius: 14px;
	background: #fff;
}

.oe-testoku-pdf-preview {
	padding: 16px;
}

.oe-testoku-preview-title {
	color: #253657;
	font-weight: 900;
	margin-bottom: 12px;
}

.oe-testoku-preview-scroll {
	max-height: 720px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 8px;
	scrollbar-gutter: stable;
}

.oe-testoku-preview-scroll::-webkit-scrollbar {
	width: 8px;
}

.oe-testoku-preview-scroll::-webkit-scrollbar-thumb {
	background: #c8d5ee;
	border-radius: 999px;
}

.oe-testoku-preview-scroll::-webkit-scrollbar-track {
	background: #f3f6fb;
	border-radius: 999px;
}

.oe-testoku-sheet {
	border: 1px solid #d8e2f2;
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.6);
}

.oe-testoku-sheet__header {
	padding: 12px 16px 8px;
	text-align: center;
}

.oe-testoku-sheet__brand {
	color: var(--oe-blue);
	font-weight: 900;
	font-size: 13px;
	margin-bottom: 4px;
}

.oe-testoku-sheet__student {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 16px;
	margin-top: 8px;
	color: #44536f;
	font-size: 10px;
}

.oe-testoku-preview-questions {
	column-count: 2;
	column-gap: 28px;
	column-rule: 1px solid #1f2937;
	padding: 12px 16px 16px;
}

.oe-testoku-preview-question {
	break-inside: avoid;
	page-break-inside: avoid;
	-webkit-column-break-inside: avoid;
	margin-bottom: 14px;
}

.oe-testoku-preview-stem {
	font-size: 11px;
	color: #14213f;
	line-height: 1.45;
	margin-bottom: 4px;
}

.oe-testoku-preview-opts {
	margin: 0;
	padding: 0;
}

.oe-testoku-preview-opt {
	font-size: 10.5px;
	color: #14213f;
	line-height: 1.4;
	margin: 0 0 2px;
	padding-left: 2px;
}

.oe-testoku-preview-key {
	font-weight: 700;
}

.oe-testoku-sheet h3 {
	margin: 0 0 10px;
	text-align: center;
	font-size: 14px;
	letter-spacing: .02em;
}

.oe-testoku-sheet p,
.oe-testoku-sheet li {
	font-size: 11px;
	color: #14213f;
	line-height: 1.55;
}

.oe-testoku-sheet ol {
	margin: 8px 0 0 18px;
	padding: 0;
}

.oe-testoku-action-box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 12px;
	padding: 22px;
}

.oe-testoku-action-box .oe-testoku-pdf-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 54px;
	border: 0;
	border-radius: 8px;
	color: #fff;
	font-weight: 900;
	background: linear-gradient(135deg, #0765f2, #034ed1);
	cursor: pointer;
}

.oe-testoku-action-box .oe-testoku-pdf-btn:disabled {
	opacity: .78;
	cursor: default;
}

.oe-testoku-answer-key-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 48px;
	border: 1.5px solid #9fc0ef;
	border-radius: 8px;
	color: #0454d4;
	font-weight: 800;
	background: #f3f8ff;
	cursor: pointer;
	transition: background .15s ease, border-color .15s ease;
}

.oe-testoku-answer-key-btn:hover:not(:disabled) {
	background: #e8f1ff;
	border-color: #7aaeeb;
}

.oe-testoku-answer-key-btn:disabled {
	opacity: .72;
	cursor: default;
}

.oe-testoku-action-hint {
	margin: 0;
	text-align: center;
	color: var(--oe-muted);
	font-size: 12px;
	line-height: 1.45;
	font-weight: 600;
}

.oe-testoku-action-box small {
	font-size: 11px;
	opacity: .9;
}

.oe-testoku-answer-modal[hidden] {
	display: none !important;
}

.oe-testoku-answer-modal {
	position: fixed;
	inset: 0;
	z-index: 10050;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 18px;
}

.oe-testoku-answer-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(8, 24, 56, 0.48);
}

.oe-testoku-answer-modal__panel {
	position: relative;
	z-index: 1;
	width: min(560px, 100%);
	max-height: min(88vh, 720px);
	overflow: auto;
	padding: 28px 24px 20px;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 24px 60px rgba(8, 30, 70, 0.22);
}

.oe-testoku-answer-modal__close {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 36px;
	height: 36px;
	border: 0;
	border-radius: 8px;
	background: #f1f5fb;
	color: #27406a;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
}

.oe-testoku-answer-modal__close:hover {
	background: #e5edf8;
}

.oe-testoku-answer-modal__body h3,
.oe-testoku-answer-modal__login h3 {
	margin: 0 0 8px;
	padding-right: 36px;
	color: #0b2554;
	font-size: 22px;
	font-weight: 900;
}

.oe-testoku-answer-modal__lead {
	margin: 0 0 18px;
	color: #526987;
	font-size: 14px;
	line-height: 1.45;
	font-weight: 500;
}

.oe-testoku-answer-modal__label {
	display: block;
	margin: 0 0 6px;
	color: #27406a;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .02em;
	text-transform: uppercase;
}

.oe-testoku-answer-list,
.oe-testoku-answer-compact {
	display: block;
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 10px;
	padding: 12px 14px;
	border: 1px solid #d5e3f5;
	border-radius: 10px;
	background: #f7faff;
	color: #0b2554;
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 13px;
	line-height: 1.45;
	resize: vertical;
}

.oe-testoku-answer-compact {
	min-height: 48px;
	resize: none;
}

.oe-testoku-copy-answer-list,
.oe-testoku-copy-answer-compact {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	margin: 0 0 16px;
	padding: 0 16px;
	border: 1px solid #9fc0ef;
	border-radius: 8px;
	color: #0454d4;
	background: #fff;
	font-weight: 800;
	cursor: pointer;
}

.oe-testoku-copy-answer-list:hover,
.oe-testoku-copy-answer-compact:hover {
	background: #f3f8ff;
}

.oe-testoku-answer-modal__footer {
	display: flex;
	justify-content: flex-end;
	margin-top: 4px;
	padding-top: 8px;
	border-top: 1px solid #e8eef8;
}

.oe-testoku-answer-modal__dismiss {
	min-height: 42px;
	padding: 0 18px;
	border: 0;
	border-radius: 8px;
	color: #fff;
	font-weight: 800;
	background: #0765f2;
	cursor: pointer;
}

.oe-testoku-login-required--modal {
	padding: 12px 4px 8px;
	border: 0;
	background: transparent;
	box-shadow: none;
}

@media (max-width: 640px) {
	.oe-testoku-answer-modal {
		padding: 10px;
		align-items: flex-end;
	}

	.oe-testoku-answer-modal__panel {
		width: 100%;
		max-height: 92vh;
		border-radius: 16px 16px 10px 10px;
		padding: 24px 16px 16px;
	}
}

.oe-book-exams-section {
	background: #fff;
	border: 1px solid #dbe7f8;
	border-radius: 24px;
	padding: 32px;
	box-shadow: 0 18px 48px rgba(15, 23, 42, .06);
	margin-bottom: 28px;
}

.oe-book-exams-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
}

.oe-book-exams-title {
	display: flex;
	gap: 18px;
	align-items: center;
}

.oe-book-exams-title h2 {
	margin: 0 0 6px;
	font-size: 28px;
	color: #061b46;
}

.oe-book-exams-desc {
	margin: 0;
	color: #526987;
	font-size: 15px;
	line-height: 1.45;
	max-width: 46ch;
}

.oe-book-exams-icon {
	width: 72px;
	height: 72px;
	border-radius: 18px;
	background: #f1f6ff;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #1455d9;
	font-size: 34px;
	flex: 0 0 auto;
}

.oe-book-exams-all {
	color: var(--oe-blue);
	text-decoration: none;
	font-weight: 800;
	font-size: 14px;
	white-space: nowrap;
	padding-top: 8px;
}

.oe-book-exams-chips {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin: 24px 0 28px;
}

.oe-book-exams-chip {
	border: 1px solid #dbe7f8;
	border-radius: 14px;
	padding: 14px 18px;
	background: #fff;
	color: #244064;
	font-weight: 600;
	font-size: 14px;
}

.oe-book-exams-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.oe-book-card {
	display: grid;
	grid-template-columns: 132px 1fr;
	gap: 24px;
	align-items: center;
	border: 1px solid #dbe7f8;
	border-radius: 18px;
	padding: 22px;
	background: #fff;
	min-height: 190px;
}

.oe-book-cover {
	width: 112px;
	height: 150px;
	border-radius: 10px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-shadow: 0 10px 22px rgba(15, 23, 42, .16);
	overflow: hidden;
	flex: 0 0 auto;
}

.oe-book-cover::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 12px;
	height: 100%;
	background: rgba(0, 0, 0, .18);
}

.oe-book-cover__letter {
	font-size: 58px;
	line-height: 1;
	font-weight: 800;
	color: rgba(255, 255, 255, .92);
	font-family: Georgia, "Times New Roman", serif;
	position: relative;
	z-index: 1;
}

.oe-book-cover__icon {
	margin-top: 22px;
	font-size: 24px;
	opacity: .85;
	position: relative;
	z-index: 1;
}

.oe-book-cover--1 { background: linear-gradient(135deg, #78a9d6, #4f7fad); }
.oe-book-cover--2 { background: linear-gradient(135deg, #b9a9ef, #8d7bd8); }
.oe-book-cover--3 { background: linear-gradient(135deg, #ffb69e, #ef7d62); }
.oe-book-cover--4 { background: linear-gradient(135deg, #88c8bf, #4f9a90); }
.oe-book-cover--5 { background: linear-gradient(135deg, #ffd966, #e2aa17); }
.oe-book-cover--6 { background: linear-gradient(135deg, #83aee8, #497bc0); }

.oe-book-card__tag {
	display: inline-flex;
	width: fit-content;
	padding: 7px 12px;
	border-radius: 999px;
	background: #e8f8ee;
	color: #149244;
	font-weight: 700;
	font-size: 13px;
	margin-bottom: 12px;
}

.oe-book-card__title {
	font-size: 15px;
	line-height: 1.25;
	font-weight: 800;
	color: #061b46;
	margin: 0 0 8px;
}

.oe-book-card__meta {
	color: #526987;
	font-size: 12px;
	line-height: 1.35;
	margin: 0 0 18px;
}

.oe-book-card__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 116px;
	height: 40px;
	border-radius: 10px;
	border: 1px solid #9abcfb;
	color: #075ce8;
	background: #fff;
	font-weight: 700;
	text-decoration: none;
}

.oe-book-exams-info {
	margin-top: 26px;
	padding: 18px 22px;
	border-radius: 14px;
	background: #eef6ff;
	color: #244064;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.45;
}

@media (max-width: 1024px) {
	.oe-book-exams-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	.oe-book-exams-section {
		padding: 22px;
	}

	.oe-book-exams-head {
		flex-direction: column;
	}

	.oe-book-exams-chips {
		grid-template-columns: 1fr;
	}

	.oe-book-exams-grid {
		grid-template-columns: 1fr;
	}

	.oe-book-card {
		grid-template-columns: 96px 1fr;
		gap: 16px;
		padding: 16px;
		min-height: 0;
	}

	.oe-book-cover {
		width: 86px;
		height: 118px;
	}

	.oe-book-cover__letter {
		font-size: 42px;
	}

	.oe-book-cover__icon {
		margin-top: 14px;
		font-size: 18px;
	}

	.oe-book-card__title {
		font-size: 14px;
		line-height: 1.25;
	}
}


.oe-testoku-optic-downloads {
	margin-top: 28px;
	background: #fff;
	border: 1px solid #dbe7f8;
	border-radius: 24px;
	padding: 30px;
	box-shadow: 0 18px 48px rgba(15, 23, 42, .06);
}

.oe-testoku-optic-downloads__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding-bottom: 24px;
	border-bottom: 1px solid #e6eefb;
}

.oe-testoku-optic-downloads__titlewrap {
	display: flex;
	align-items: center;
	gap: 18px;
}

.oe-testoku-optic-downloads__icon {
	width: 72px;
	height: 72px;
	border-radius: 20px;
	background: #eff6ff;
	color: #075ce8;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 34px;
	flex: 0 0 auto;
}

.oe-testoku-optic-downloads__head h2 {
	margin: 0 0 8px;
	color: #061b46;
	font-size: 30px;
	line-height: 1.15;
	font-weight: 800;
}

.oe-testoku-optic-downloads__head p {
	margin: 0;
	color: #526987;
	font-size: 16px;
	line-height: 1.5;
}

.oe-testoku-optic-downloads__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 18px;
	border-radius: 12px;
	background: #eaf8ed;
	color: #16a34a;
	font-weight: 800;
	white-space: nowrap;
}

.oe-testoku-optic-downloads__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 26px;
}

.oe-optic-form-card {
	display: grid;
	grid-template-columns: 150px 1fr;
	align-items: center;
	gap: 16px;
	min-height: 210px;
	padding: 18px;
	border: 1px solid #dbe7f8;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(15, 23, 42, .04);
}

.oe-optic-form-card__preview {
	display: flex;
	align-items: center;
	justify-content: center;
}

.oe-optic-preview {
	width: 128px;
	height: 158px;
	padding: 12px;
	border: 1px solid #cfdbef;
	border-radius: 8px;
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
	box-shadow: 0 8px 20px rgba(15, 23, 42, .06);
	overflow: hidden;
}

.oe-optic-preview__top {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #d8e3f5;
	color: #7890b2;
	font-size: 7px;
	font-weight: 800;
}

.oe-optic-preview__cols {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 6px;
	padding-top: 8px;
}

.oe-optic-preview__cols > div {
	display: grid;
	grid-template-columns: 11px repeat(5, 5px);
	gap: 3px 2px;
	align-items: center;
}

.oe-optic-preview__cols span {
	color: #6f82a2;
	font-size: 6px;
	font-weight: 700;
}

.oe-optic-preview__cols i {
	width: 5px;
	height: 5px;
	border: 1px solid #9fb0cd;
	border-radius: 50%;
	display: block;
	background: #fff;
	box-sizing: border-box;
}

.oe-optic-form-card--abc .oe-optic-preview__cols > div {
	grid-template-columns: 11px repeat(3, 6px);
}

.oe-optic-form-card--abcd .oe-optic-preview__cols > div {
	grid-template-columns: 11px repeat(4, 5px);
}

.oe-optic-form-card--abcde .oe-optic-preview__cols > div {
	grid-template-columns: 11px repeat(5, 5px);
}

.oe-optic-form-card__tag {
	display: inline-flex;
	width: fit-content;
	padding: 7px 11px;
	border-radius: 8px;
	background: #e8f8ee;
	color: #159447;
	font-size: 13px;
	line-height: 1;
	font-weight: 800;
	margin-bottom: 14px;
}

.oe-optic-form-card--abc .oe-optic-form-card__tag {
	background: #eaf3ff;
	color: #075ce8;
}

.oe-optic-form-card--abcde .oe-optic-form-card__tag {
	background: #fff3e5;
	color: #f97316;
}

.oe-optic-form-card__body h3 {
	margin: 0 0 8px;
	color: #061b46;
	font-size: 14px;
	line-height: 1.25;
	font-weight: 800;
}

.oe-optic-form-card__body p {
	margin: 0 0 16px;
	color: #526987;
	font-size: 13px;
	line-height: 1.35;
}

.oe-optic-form-card__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 120px;
	height: 38px;
	padding: 0 18px;
	border: 1px solid #8cb4ff;
	border-radius: 10px;
	color: #075ce8;
	background: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: 800;
	transition: background .15s ease, color .15s ease, border-color .15s ease;
}

.oe-optic-form-card__button:hover,
.oe-optic-form-card__button:focus {
	background: #075ce8;
	color: #fff;
	border-color: #075ce8;
}

.oe-testoku-optic-downloads__note {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: 26px;
	padding: 18px 20px;
	border: 1px solid #b9d4ff;
	border-radius: 14px;
	background: #f0f7ff;
	color: #244064;
	font-weight: 700;
}

.oe-testoku-optic-downloads__note-icon {
	width: 30px;
	height: 30px;
	border-radius: 999px;
	background: #075ce8;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 900;
	flex: 0 0 auto;
}

@media (max-width: 1120px) {
	.oe-testoku-optic-downloads__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.oe-testoku-optic-downloads {
		padding: 22px;
		border-radius: 20px;
	}

	.oe-testoku-optic-downloads__head {
		flex-direction: column;
		align-items: flex-start;
	}

	.oe-testoku-optic-downloads__titlewrap {
		align-items: flex-start;
	}

	.oe-testoku-optic-downloads__icon {
		width: 58px;
		height: 58px;
		border-radius: 16px;
		font-size: 28px;
	}

	.oe-testoku-optic-downloads__head h2 {
		font-size: 25px;
	}

	.oe-testoku-optic-downloads__grid {
		grid-template-columns: 1fr;
	}

	.oe-optic-form-card {
		grid-template-columns: 108px 1fr;
		gap: 16px;
		padding: 16px;
		min-height: 170px;
	}

	.oe-optic-preview {
		width: 96px;
		height: 124px;
		padding: 9px;
	}

	.oe-optic-preview__cols {
		gap: 4px;
	}

	.oe-optic-preview__cols > div {
		grid-template-columns: 10px repeat(5, 4px);
		gap: 2px 1px;
	}

	.oe-optic-form-card--abc .oe-optic-preview__cols > div {
		grid-template-columns: 10px repeat(3, 5px);
	}

	.oe-optic-form-card--abcd .oe-optic-preview__cols > div {
		grid-template-columns: 10px repeat(4, 4px);
	}

	.oe-optic-form-card--abcde .oe-optic-preview__cols > div {
		grid-template-columns: 10px repeat(5, 4px);
	}

	.oe-optic-preview__cols i {
		width: 4px;
		height: 4px;
	}

	.oe-optic-form-card__body h3 {
		font-size: 13px;
	}

	.oe-optic-form-card__button {
		min-width: 110px;
		height: 36px;
		font-size: 12px;
	}
}


.oe-testoku-how {
	margin-top: 22px;
	padding: 22px;
	border: 1px solid var(--oe-border);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 16px 36px rgba(18, 39, 82, .05);
}

.oe-testoku-how h2 {
	margin: 0 0 18px;
	text-align: center;
	font-size: 25px;
}

.oe-testoku-how-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.oe-testoku-how-grid article {
	position: relative;
	padding: 18px;
	border: 1px solid var(--oe-border);
	border-radius: 14px;
	background: linear-gradient(180deg, #fff, #f9fbff);
}

.oe-testoku-how-grid span {
	display: grid;
	width: 28px;
	height: 28px;
	place-items: center;
	margin-bottom: 10px;
	border-radius: 50%;
	color: #fff;
	background: var(--oe-green);
	font-weight: 900;
}

.oe-testoku-how-grid article:nth-child(1) span {
	background: var(--oe-green);
}

.oe-testoku-how-grid article:nth-child(2) span {
	background: var(--oe-blue);
}

.oe-testoku-how-grid article:nth-child(3) span {
	background: var(--oe-green);
}

.oe-testoku-how-grid article:nth-child(4) span {
	background: var(--oe-green);
}

.oe-testoku-how-grid h3 {
	margin: 0 0 8px;
	font-size: 15px;
}

.oe-testoku-how-grid p {
	margin: 0;
	color: var(--oe-muted);
	font-size: 13px;
	line-height: 1.5;
}

.oe-testoku-cta {
	display: grid;
	grid-template-columns: 170px minmax(0, 1fr) auto;
	gap: 22px;
	align-items: center;
	margin-top: 24px;
	padding: 22px 32px;
	border-radius: 18px;
	overflow: hidden;
	color: #fff;
	background: linear-gradient(135deg, #075fe8, #20c765);
	box-shadow: 0 20px 42px rgba(7, 95, 232, .20);
}

.oe-testoku-cta img {
	align-self: end;
	width: 150px;
	max-height: 130px;
	object-fit: contain;
	object-position: bottom center;
	margin-bottom: -24px;
}

.oe-testoku-cta h2 {
	margin: 0 0 8px;
	color: #fff;
	font-size: 25px;
}

.oe-testoku-cta p {
	margin: 0;
	color: rgba(255,255,255,.86);
	font-size: 15px;
}

.oe-testoku-cta a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 24px;
	border-radius: 10px;
	color: var(--oe-blue);
	background: #fff;
	text-decoration: none;
	font-weight: 900;
	white-space: nowrap;
}

@media (max-width: 980px) {
	.oe-testoku-hero {
		grid-template-columns: 1fr;
		padding-top: 34px;
	}

	.oe-testoku-hero__visual {
		min-height: 340px;
	}

	.oe-testoku-feature-row,
	.oe-testoku-how-grid {
		grid-template-columns: 1fr 1fr;
	}

	.oe-testoku-filter-row,
	.oe-testoku-preview-grid {
		grid-template-columns: 1fr;
	}

	.oe-testoku-cta {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.oe-testoku-cta img {
		margin: 0 auto;
	}
}

@media (max-width: 760px) {
	.oe-testoku-preview-questions {
		column-count: 1;
		column-rule: none;
	}
}

@media (max-width: 640px) {
	.oe-testoku-page {
		padding: 22px 14px 42px;
	}

	.oe-testoku-hero h1 {
		font-size: 34px;
	}

	.oe-testoku-actions,
	.oe-testoku-section-head {
		align-items: stretch;
		flex-direction: column;
	}

	.oe-testoku-btn {
		width: 100%;
	}

	.oe-testoku-hero__visual {
		min-height: 280px;
	}

	.oe-testoku-phone {
		width: 38%;
		left: 2%;
	}

	.oe-testoku-paper {
		width: 68%;
		right: 0;
	}

	.oe-testoku-books {
		width: 88px;
	}

	.oe-testoku-feature-row,
	.oe-testoku-how-grid {
		grid-template-columns: 1fr;
	}

	.oe-testoku-feature-card {
		align-items: flex-start;
	}

	.oe-testoku-feature-card img {
		width: 76px;
		height: 76px;
	}

	.oe-testoku-preview-scroll {
		max-height: 620px;
	}

	.oe-testoku-preview-questions {
		column-count: 1;
		column-rule: none;
	}
}
