:root {
  --speed-soft: cubic-bezier(0.4,0,0.2,1);
  --surface-cool: #062a3a;
  --ink-light: #eaf6fa;
}
body{margin:0;padding:0;font-family:"Lora", sans-serif;box-sizing:border-box;}
*{box-sizing:border-box;}
footer,footer *{border-radius:0!important;}
.cookies {
    position: fixed;
    left: 1.45rem;
    right: 1.45rem;
    bottom: 1.5rem;
    z-index: 1200;
}
.cookies .top-quote {
    margin-left: auto;
    max-width: 440px;
    border-radius: 1.37rem;
    padding: 1.5rem 1.45rem;
    background: radial-gradient(circle at top right, #12a3b3, #0f6f8c);
    color: #04222b;
    box-shadow: 0 14px 28px rgba(0,0,0,0.08);
    border: 1px solid rgba(148, 163, 184, 0.35);
}
.cookies .strong-tile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.cookies .strong-tile strong {
    font-size: 16px;
}
.cookies .strong-tile a {
    text-decoration: underline;
    text-underline-offset: 2px;
    font-size: 13px;
}
.cookies p {
    margin: 10px 0 0;
}
.cookies .site-list {
    margin-top: 14px;
    display: flex;
    gap: 8px;
}
.cookies .site-list button {
    flex: 1;
    border-radius: 0.32rem;
    border: 1px solid rgba(148, 163, 184, 0.45);
    padding: 9px 12px;
    color: #ffffff;
    background: rgba(51, 65, 85, 0.65);
    cursor: pointer;
}
.cookies .site-list button.cookie-accept {
    background: #04222b;
    border-color: transparent;
    color: #12a3b3;
    font-weight: 700;
}
@media (max-width: 760px) {
    .cookies .top-quote {
        max-width: none;
    }
}
.clear-method{padding:calc(1.5rem * 2.4) 1.45rem;background:#f4fafc;color:#0d2530;}
.top-region{max-width:1140px;margin:0 auto;}
.clear-method h1{margin:0;font-size:calc(14.9px * 2.65);line-height:1.08;}
