.legal-cookie-banner {
position: fixed;
left: 24px;
right: 24px;
bottom: 24px;
z-index: 10000050;
display: none;
max-width: 980px;
margin: 0 auto;
padding: 20px 22px;
background: rgba(20, 20, 20, 0.96);
color: #ffffff;
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
border: 1px solid rgba(255, 255, 255, 0.12);
}

.legal-cookie-banner.is-visible {
display: block;
}

.legal-cookie-banner__title {
margin: 0 0 10px;
font: 600 20px/1.2 'Montserrat', Arial, sans-serif;
}

.legal-cookie-banner__text {
margin: 0;
font: 400 14px/1.6 'Montserrat', Arial, sans-serif;
color: rgba(255, 255, 255, 0.88);
}

.legal-cookie-banner__text a,
.legal-cookie-link {
color: #f49c0f;
text-decoration: none;
border-bottom: 1px solid rgba(244, 156, 15, 0.45);
}

.legal-cookie-banner__actions {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-top: 18px;
}

.legal-cookie-banner__btn {
min-height: 46px;
padding: 0 22px;
border: 1px solid transparent;
font: 600 14px/1 'Montserrat', Arial, sans-serif;
cursor: pointer;
transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.legal-cookie-banner__btn--primary {
background: #f49c0f;
color: #000000;
}

.legal-cookie-banner__btn--primary:hover {
background: #ffb642;
}

.legal-cookie-banner__btn--secondary {
background: transparent;
color: #ffffff;
border-color: rgba(255, 255, 255, 0.3);
}

.legal-cookie-banner__btn--secondary:hover {
border-color: rgba(255, 255, 255, 0.55);
}

.legal-policy {
max-width: 980px;
margin: 0 auto;
padding: 56px 24px 80px;
font-family: 'Montserrat', Arial, sans-serif;
color: #1d1d1d;
}

.legal-policy__back {
display: inline-block;
margin-bottom: 28px;
color: #007bac;
text-decoration: none;
}

.legal-policy__title {
margin: 0 0 16px;
font-size: 38px;
line-height: 1.15;
font-weight: 600;
}

.legal-policy__meta {
margin: 0 0 28px;
font-size: 14px;
line-height: 1.6;
color: #626262;
}

.legal-policy h2 {
margin: 40px 0 14px;
font-size: 24px;
line-height: 1.25;
font-weight: 600;
}

.legal-policy p,
.legal-policy li {
font-size: 16px;
line-height: 1.7;
}

.legal-policy ul {
margin: 14px 0 0;
padding-left: 20px;
}

.legal-policy__note {
padding: 18px 20px;
background: #f7f7f7;
border-left: 4px solid #f49c0f;
}

.seo-page {
margin: 0;
background: #ffffff;
color: #1d1d1f;
font-family: 'Montserrat', Arial, sans-serif;
}

.seo-page__header {
border-bottom: 1px solid #ececec;
background: #ffffff;
}

.seo-page__nav {
display: flex;
align-items: center;
justify-content: space-between;
gap: 24px;
max-width: 1120px;
margin: 0 auto;
padding: 18px 24px;
}

.seo-page__brand {
color: #111111;
font-size: 22px;
font-weight: 700;
text-decoration: none;
}

.seo-page__links {
display: flex;
flex-wrap: wrap;
gap: 16px;
font-size: 13px;
font-weight: 600;
}

.seo-page__links a,
.seo-page__breadcrumb a,
.seo-page__text-link {
color: #007bac;
text-decoration: none;
}

.seo-page__main {
max-width: 1120px;
margin: 0 auto;
padding: 40px 24px 80px;
}

.seo-page__breadcrumb {
margin-bottom: 28px;
color: #707070;
font-size: 13px;
line-height: 1.5;
}

.seo-page__hero {
display: grid;
grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
gap: 44px;
align-items: start;
padding: 22px 0 44px;
border-bottom: 1px solid #eeeeee;
}

.seo-page__eyebrow {
margin: 0 0 14px;
color: #f49c0f;
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
}

.seo-page h1 {
margin: 0 0 20px;
font-size: 44px;
line-height: 1.12;
font-weight: 700;
}

.seo-page__lead {
margin: 0 0 28px;
font-size: 18px;
line-height: 1.65;
color: #333333;
}

.seo-page__actions {
display: flex;
flex-wrap: wrap;
gap: 12px;
}

.seo-page__button {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 46px;
padding: 0 18px;
border: 1px solid #f49c0f;
border-radius: 4px;
background: #f49c0f;
color: #000000;
font-size: 14px;
font-weight: 700;
text-decoration: none;
}

.seo-page__button--secondary {
background: #ffffff;
color: #111111;
border-color: #d8d8d8;
}

.seo-page__aside {
padding: 24px;
background: #f7f7f7;
border-left: 4px solid #f49c0f;
}

.seo-page__aside-title {
margin: 0 0 16px;
font-size: 18px;
font-weight: 700;
}

.seo-page__aside-list,
.seo-page__list {
margin: 0;
padding-left: 20px;
}

.seo-page__aside-list li,
.seo-page__list li {
margin-bottom: 10px;
line-height: 1.55;
}

.seo-page__section {
padding: 42px 0 0;
}

.seo-page h2 {
margin: 0 0 18px;
font-size: 28px;
line-height: 1.25;
font-weight: 700;
}

.seo-page p {
font-size: 16px;
line-height: 1.75;
}

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

.seo-page__tile {
padding: 20px;
background: #fafafa;
border: 1px solid #eeeeee;
}

.seo-page__tile h3 {
margin: 0 0 10px;
font-size: 18px;
line-height: 1.35;
}

.seo-page__tile p {
margin: 0;
font-size: 14px;
line-height: 1.6;
color: #4d4d4d;
}

.seo-page__footer {
border-top: 1px solid #eeeeee;
background: #111111;
color: #ffffff;
}

.seo-page__footer-inner {
max-width: 1120px;
margin: 0 auto;
padding: 28px 24px;
font-size: 13px;
line-height: 1.6;
}

.seo-page__footer a {
color: #f49c0f;
text-decoration: none;
}

@media screen and (max-width: 640px) {
.legal-cookie-banner {
left: 12px;
right: 12px;
bottom: 12px;
padding: 16px;
}

.legal-cookie-banner__title {
font-size: 18px;
}

.legal-cookie-banner__actions {
flex-direction: column;
}

.legal-cookie-banner__btn {
width: 100%;
}

.legal-policy {
padding: 36px 16px 56px;
}

.legal-policy__title {
font-size: 30px;
}

.legal-policy h2 {
font-size: 21px;
}

.seo-page__nav {
align-items: flex-start;
flex-direction: column;
padding: 16px;
}

.seo-page__main {
padding: 28px 16px 56px;
}

.seo-page__hero {
grid-template-columns: 1fr;
gap: 24px;
}

.seo-page h1 {
font-size: 32px;
}

.seo-page__lead {
font-size: 16px;
}

.seo-page__grid {
grid-template-columns: 1fr;
}
}
