html{box-sizing:border-box;}
*,*::before,*::after{box-sizing:inherit;}
body{margin:0;padding:0;font-family:"Merriweather", sans-serif;}
footer,footer *{border-radius:0!important;}
:root {
  --ink-primary: #4a453b;
  --surface-cool: #5c6b3f;
  --line-primary: #ddd5c4;
  --delay-slow: ease;
  --tone-extra-5: #fbf9f3;
  --ink-inverse: #7d8a55;
  --paint-muted: #2e2a23;
}
.cookies {
    position: fixed;
    left: 1.38rem;
    right: 1.38rem;
    bottom: 1.5rem;
    z-index: 1200;
}
.cookies .plain-header {
    margin-left: auto;
    max-width: 440px;
    border-radius: 0.64rem;
    padding: 1.5rem 1.38rem;
    background: radial-gradient(circle at top right, var(--ink-inverse), var(--surface-cool));
    color: #fbf9f3;
    box-shadow: 0 6px 20px rgba(0,0,0,0.07);
    border: 1px solid rgba(148, 163, 184, 0.35);
}
.cookies .visual-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.cookies .visual-links strong {
    font-size: 16px;
}
.cookies .visual-links a {
    text-decoration: underline;
    text-underline-offset: 2px;
    font-size: 13px;
}
.cookies p {
    margin: 10px 0 0;
}
.cookies .active-header {
    margin-top: 14px;
    display: flex;
    gap: 8px;
}
.cookies .active-header button {
    flex: 1;
    border-radius: 0.28rem;
    border: 1px solid rgba(148, 163, 184, 0.45);
    padding: 9px 12px;
    color: #ffffff;
    background: rgba(51, 65, 85, 0.65);
    cursor: pointer;
}
.cookies .active-header button.cookie-accept {
    background: #fbf9f3;
    border-color: transparent;
    color: var(--ink-inverse);
    font-weight: 700;
}
@media (max-width: 760px) {
    .cookies .plain-header {
        max-width: none;
    }
}
.offer-body{position:relative;overflow:hidden;isolation:isolate;}
.offer-body>*{position:relative;z-index:1;}
.offer-body::before{content:"";position:absolute;inset:clamp(.65rem,2vw,1.4rem);border:1px solid color-mix(in srgb,currentColor 13%,transparent);border-radius:calc(0.46rem + .35rem);opacity:.6;pointer-events:none;}
@media (prefers-reduced-motion: reduce){.offer-body::before,.offer-body::after{animation:none!important;}}
.clear-service{padding:calc(1.5rem * 2.4) 1.38rem;background:#f5f1e8;color:#2e2a23;}
.fresh-body{max-width:1040px;margin:0 auto;}
.clear-service h1{margin:0;font-size:calc(16.4px * 2.65);line-height:1.08;}
