:root {
	--ink: #0f1418;
	--ink-2: #171c22;
	--line: #2a323b;
	--accent: #f5c518;
	--accent-hover: #ffda4c;
	--text: #eceef0;
	--muted: #abb4bc;
	--dark-text: #141a1f;
	--dark-muted: #59636c;
	--cream: #f2f1ec;
	--paper: #ffffff;
	--light-line: #dad8cf;
	--page-width: 1320px;
}
.crl-shell-wrap { width: min(100%, var(--page-width)); padding-inline: 42px; margin-inline: auto; box-sizing: border-box; }
.crl-icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.site-header .icon, .full-footer .icon { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.crl-skip { position: fixed; top: -70px; left: 20px; background: var(--accent); color: var(--ink); padding: 12px; z-index: 1000; }
.crl-skip:focus { top: 10px; }
.crl-utility { border-bottom: 1px solid var(--line); background: #0b0f12; color: var(--muted); font-size: 11px; }
.crl-utility .crl-shell-wrap { min-height: 34px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.crl-utility__right { display: flex; align-items: center; gap: 7px; }
.crl-utility .icon { width: 14px; height: 14px; color: var(--accent); }
.site-header { border-bottom: 1px solid var(--line); position: relative; z-index: 20; background: var(--ink); color: var(--text); }
.site-header__row { display: flex; align-items: center; justify-content: space-between; gap: 25px; min-height: 82px; }
.site-header .custom-logo-link { display: inline-flex; flex: none; }
.site-header .custom-logo { display: block; width: auto; height: 56px; max-width: 185px; object-fit: contain; }
.site-header__nav { display: flex; align-items: center; gap: 23px; margin-left: auto; }
.site-header__nav > a, .site-header__dropdown > summary { color: var(--text); font-size: 13px; font-weight: 600; line-height: 1.3; white-space: nowrap; text-decoration: none; }
.site-header__nav > a:hover, .site-header__dropdown > summary:hover { color: var(--accent); }
.site-header__dropdown { position: static; }
.site-header__dropdown > summary { display: flex; align-items: center; gap: 9px; min-height: 46px; padding: 0 12px; border-radius: 8px; cursor: pointer; list-style: none; }
.site-header__dropdown > summary::-webkit-details-marker { display: none; }
.site-header__dropdown > summary::after { content: ''; width: 7px; height: 7px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: translateY(-2px) rotate(45deg); transition: transform .16s; }
.site-header__dropdown[open] > summary { background: var(--ink-2); color: var(--accent); }
.site-header__dropdown[open] > summary::after { transform: translateY(2px) rotate(225deg); }
.site-header__mega { position: absolute; top: 100%; left: max(24px, calc((100% - var(--page-width)) / 2 + 42px)); right: max(24px, calc((100% - var(--page-width)) / 2 + 42px)); padding: 33px 38px 0; border: 1px solid #34404a; border-radius: 0 0 18px 18px; background: var(--ink-2); box-shadow: 0 24px 55px rgba(0, 0, 0, .32); color: var(--text); z-index: 50; }
.site-header__mega-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 70px; row-gap: 4px; }
.site-header__mega-grid a { display: grid; gap: 7px; min-width: 0; padding: 15px 10px; border-radius: 8px; color: var(--text); text-decoration: none; white-space: normal; }
.site-header__mega-grid a:hover { background: #202830; color: var(--text); }
.site-header__mega-grid strong { color: var(--text); font-size: 15px; font-weight: 600; line-height: 1.25; }
.site-header__mega-grid a:hover strong { color: var(--accent); }
.site-header__mega-grid span { color: var(--muted); font-size: 12px; font-weight: 300; line-height: 1.4; }
.site-header__mega-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 18px; padding: 22px 10px 25px; border-top: 1px solid #34404a; }
.site-header__mega-footer a { color: var(--text); font-size: 13px; font-weight: 600; text-decoration: none; }
.site-header__mega-footer a:first-child { color: var(--accent); }
.site-header__mega-footer a:hover { text-decoration: underline; text-underline-offset: 4px; }
.crl-shell-button { display: inline-flex; justify-content: center; align-items: center; gap: 13px; box-sizing: border-box; min-height: 46px; border: 0; border-radius: 100px; padding: 13px 23px; background: var(--accent); color: var(--dark-text); font-weight: 600; font-size: 14px; line-height: 1.2; text-decoration: none; transition: background .16s, transform .16s; }
.crl-shell-button:hover { background: var(--accent-hover); color: var(--dark-text); transform: translateY(-1px); }
.crl-shell-button .icon { width: 18px; height: 18px; }
.site-header__toggle { display: none; color: #fff; background: transparent; border: 1px solid var(--line); border-radius: 8px; padding: 9px; cursor: pointer; }
.full-footer { position: relative; overflow: hidden; background: #0e1416; color: var(--muted); border-top: 1px solid var(--line); font-size: 16px; }
.full-footer > .crl-shell-wrap { padding-top: 66px; padding-bottom: 26px; position: relative; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1.1fr 1.2fr; gap: 45px; }
.footer-brand > p { font-size: 15px; line-height: 1.6; max-width: 270px; margin: 25px 0 22px; }
.footer-review-badge { display: inline-flex; align-items: center; gap: 14px; width: 230px; max-width: 100%; min-height: 74px; box-sizing: border-box; padding: 13px 15px; margin-bottom: 25px; border: 1px solid var(--line); border-radius: 10px; background: var(--ink); text-decoration: none; }
.footer-review-badge:hover { border-color: var(--accent); }
.footer-review-score { color: var(--accent); font-size: 36px; font-weight: 600; line-height: 1; letter-spacing: -.045em; }
.footer-review-details { display: grid; gap: 6px; color: var(--muted); font-size: 12px; line-height: 1.25; }
.footer-review-stars { display: flex; align-items: center; gap: 3px; color: var(--accent); }
.footer-review-stars .icon { width: 13px; height: 13px; fill: currentColor; stroke-width: 1; }
.footer-reassurance { display: flex; gap: 10px; align-items: center; font-size: 12px; line-height: 1.3; }
.footer-reassurance .icon { width: 20px; height: 20px; }
.footer-grid h2 { color: #fff; font-size: 16px; font-weight: 600; line-height: 1.2; margin: 2px 0 26px; }
.full-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; }
.full-footer li { padding: 0; }
.full-footer li a { color: var(--muted); font-size: 14px; line-height: 1.35; text-decoration: none; }
.full-footer a:hover { color: var(--accent); }
.footer-process ol { list-style: none; padding: 0; margin: 0; display: grid; gap: 25px; }
.footer-process li { display: flex; gap: 17px; align-items: flex-start; }
.footer-step { color: var(--accent); font-size: 12px; font-weight: 600; line-height: 1.5; }
.footer-process h3 { font-size: 15px; line-height: 1.3; font-weight: 600; color: var(--text); margin: 0 0 9px; opacity: 1; }
.footer-process p { font-size: 13px; line-height: 1.35; margin: 0; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 14px 26px; margin-top: 56px; padding-top: 23px; border-top: 1px solid var(--line); font-size: 12px; line-height: 1.3; }
.footer-bottom .footer-copyright { background: none; color: var(--muted); text-align: left; font-size: 12px; padding: 0; }
.footer-legal, .footer-engineers { display: flex; align-items: center; gap: 12px 20px; flex-wrap: wrap; }
.footer-engineers > span { font-size: 11px; color: var(--muted); }
.footer-engineers a { display: inline-flex; align-items: center; gap: 7px; min-height: 36px; color: var(--muted); text-decoration: none; }
.footer-engineers .icon { width: 18px; height: 18px; }
.footer-legal a { display: inline-block; padding-block: 9px; color: var(--muted); text-decoration: none; }
@media (max-width: 1150px) {
	.site-header__nav { gap: 16px; }
	.site-header__nav > a, .site-header__dropdown > summary { font-size: 12px; }
	.site-header__dropdown > summary { padding-inline: 8px; }
	.footer-grid { gap: 28px; grid-template-columns: 1.1fr 1fr 1fr 1.1fr; }
}
@media (max-width: 980px) {
	.crl-shell-wrap { padding-inline: 25px; }
	.site-header__nav { display: none; position: absolute; left: 0; right: 0; top: 100%; max-height: calc(100vh - 106px); overflow-y: auto; background: var(--ink-2); padding: 18px 25px 25px; border-bottom: 1px solid var(--line); }
	.site-header__nav.open { display: flex; flex-direction: column; align-items: stretch; gap: 5px; }
	.site-header__nav > a, .site-header__dropdown > summary { display: flex; align-items: center; min-height: 46px; padding: 10px 12px; font-size: 14px; }
	.site-header__dropdown > summary { justify-content: space-between; }
	.site-header__mega { position: static; padding: 10px 0 0 13px; border: 0; border-left: 1px solid #3a444e; border-radius: 0; box-shadow: none; }
	.site-header__mega-grid { grid-template-columns: 1fr; gap: 0; }
	.site-header__mega-grid a { padding: 11px 12px; }
	.site-header__mega-grid span { font-size: 11px; }
	.site-header__mega-footer { align-items: flex-start; flex-direction: column; margin-top: 9px; padding: 15px 12px 14px; }
	.site-header__toggle { display: inline-flex; }
	.site-header__row > .crl-shell-button { margin-left: auto; }
	.footer-grid { grid-template-columns: repeat(3, 1fr); }
	.footer-brand { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr auto auto; gap: 22px; align-items: center; }
	.footer-brand > p, .footer-review-badge { margin: 0; }
}
@media (max-width: 600px) {
	.crl-shell-wrap { padding-inline: 20px; }
	.crl-utility .crl-shell-wrap { min-height: 29px; }
	.crl-utility { font-size: 10px; }
	.crl-utility__right { display: none; }
	.site-header__row { min-height: 72px; gap: 11px; }
	.site-header .custom-logo { height: 52px; max-width: 171px; }
	.site-header__row > .crl-shell-button { display: none; }
	.footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 23px; }
	.footer-brand { grid-template-columns: 1fr; grid-column: 1 / -1; }
	.full-footer > .crl-shell-wrap { padding-top: 43px; }
	.footer-bottom { align-items: flex-start; flex-direction: column; margin-top: 40px; }
	.footer-engineers { align-items: flex-start; flex-direction: column; gap: 2px; }
}
