:root {
    --ot-legal-green: #00ad3d;
    --ot-legal-green-dark: #008f35;
    --ot-legal-navy: #17304f;
    --ot-legal-text: #40566b;
    --ot-legal-line: #dce9e0;
    --ot-legal-soft: #f3f8f4;
}

.ot-legal-shell,
.ot-legal-shell * {
    box-sizing: border-box;
}

.ot-legal-shell {
    width: 100%;
    padding: clamp(26px, 4vw, 58px) 40px clamp(70px, 8vw, 118px);
    color: var(--ot-legal-text);
    background: #fff;
}

.ot-legal-container {
    width: 100%;
    margin: 0 auto;
}

.ot-legal-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 34px;
    color: #80909d;
    font-size: 14px;
}

.ot-legal-breadcrumbs a,
.ot-legal-document a {
    color: var(--ot-legal-green-dark);
    text-decoration: none;
}

.ot-legal-document {
    width: 100%;
    padding: clamp(30px, 4.5vw, 70px);
    border-radius: 32px;
    background: linear-gradient(135deg, #f4faf5 0, #fff 240px);
    box-shadow: 0 18px 54px rgba(31, 64, 49, .08);
    font-size: 17px;
    line-height: 1.72;
}

.ot-legal-document .row,
.ot-legal-document [class*="col-md-"] {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.ot-legal-document h1,
.ot-legal-document h2,
.ot-legal-document h3 {
    color: var(--ot-legal-navy);
    line-height: 1.18;
}

.ot-legal-document h1 {
    max-width: 1200px;
    margin: 0 0 34px;
    font-size: clamp(34px, 4.8vw, 64px);
    font-weight: 800;
    letter-spacing: -.035em;
}

.ot-legal-document h2 {
    margin: 2.2em 0 .75em;
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 800;
}

.ot-legal-document h3 {
    margin: 1.8em 0 .65em;
    font-size: clamp(20px, 2.4vw, 27px);
}

.ot-legal-document p,
.ot-legal-document ul,
.ot-legal-document ol {
    margin: 0 0 1.25em;
}

.ot-legal-document li {
    margin-bottom: .55em;
}

.ot-legal-document li::marker {
    color: var(--ot-legal-green);
}

.ot-legal-document .table-wrapp {
    width: 100%;
    margin: 28px 0;
    overflow-x: auto;
}

.ot-legal-document table {
    width: 100%;
    min-width: 920px;
    border-collapse: collapse;
    background: #fff;
    font-size: 14px;
    line-height: 1.5;
}

.ot-legal-document th,
.ot-legal-document td {
    padding: 14px;
    border: 1px solid var(--ot-legal-line);
    text-align: left;
    vertical-align: top;
}

.ot-legal-document th,
.ot-legal-document .green-tr {
    color: var(--ot-legal-navy);
    background: #eaf7ed;
}

.ot-legal-footer-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 24px;
    padding: 18px 40px 24px;
    color: rgba(255, 255, 255, .78);
    background: #557d8e;
    font-size: 13px;
}

.ot-legal-footer-nav a {
    color: #fff !important;
    text-decoration: none !important;
}

.ot-legal-footer-nav a:hover {
    color: #c8f5cf !important;
}

.ot-newsletter-card {
    width: 100%;
    padding: clamp(34px, 5.5vw, 76px);
    overflow: hidden;
    border-radius: 34px;
    background: linear-gradient(135deg, #f0faf2, #fff);
    box-shadow: 0 18px 54px rgba(31, 64, 49, .08);
}

.ot-newsletter-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--ot-legal-green-dark);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ot-newsletter-card h1 {
    max-width: 920px;
    margin: 0;
    color: var(--ot-legal-navy);
    font-size: clamp(36px, 5vw, 64px);
    line-height: 1.04;
    letter-spacing: -.035em;
}

.ot-newsletter-lead {
    max-width: 850px;
    margin: 20px 0 34px;
    color: #657989;
    font-size: clamp(17px, 2vw, 22px);
    line-height: 1.5;
}

.ot-newsletter-form {
    max-width: 980px;
}

.ot-newsletter-form .ff-el-input--label label {
    color: var(--ot-legal-navy);
    font-weight: 700;
}

.ot-newsletter-form input[type="email"] {
    min-height: 56px;
    padding: 13px 18px !important;
    border: 1px solid #b9dcca !important;
    border-radius: 14px !important;
    background: #fff !important;
}

.ot-newsletter-form .ff-el-form-check {
    margin: 14px 0;
}

.ot-newsletter-form .ff-el-form-check-label {
    display: flex !important;
    align-items: flex-start;
    gap: 12px;
    color: #536a79;
    line-height: 1.5;
}

.ot-newsletter-form input[type="checkbox"] {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    margin-top: 2px;
    accent-color: var(--ot-legal-green);
}

.ot-newsletter-form button[type="submit"] {
    min-height: 54px;
    padding: 14px 30px !important;
    border: 0 !important;
    border-radius: 999px !important;
    color: #fff !important;
    background: linear-gradient(90deg, #6dca16, #00ad3d) !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    box-shadow: 0 14px 30px rgba(0, 173, 61, .18);
}

.ot-cookie-consent,
.ot-cookie-consent * {
    box-sizing: border-box;
}

.ot-cookie-consent {
    position: fixed;
    z-index: 999999;
    right: 24px;
    bottom: 24px;
    left: 24px;
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: 18px 64px 18px 20px;
    overflow: hidden;
    border: 1px solid rgba(0, 173, 61, .16);
    border-radius: 22px;
    color: #40566b;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 20px 60px rgba(18, 48, 34, .2);
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .24s ease, transform .24s ease;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
}

.ot-cookie-consent::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5px;
    content: '';
    background: linear-gradient(180deg, #70ca18, #00ad3d);
}

.ot-cookie-consent[hidden] {
    display: none !important;
}

.ot-cookie-consent.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.ot-cookie-consent__accent {
    display: grid;
    width: 50px;
    height: 50px;
    place-items: center;
    border-radius: 15px;
    color: #00a83c;
    background: #eef9f0;
}

.ot-cookie-consent__accent svg {
    width: 28px;
    height: 28px;
    fill: currentColor;
}

.ot-cookie-consent__text {
    margin: 0;
    color: #40566b;
    font-size: 15px;
    line-height: 1.55;
}

.ot-cookie-consent__text a {
    color: #008f35;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 143, 53, .35);
}

.ot-cookie-consent__text a:hover,
.ot-cookie-consent__text a:focus-visible {
    color: #006f2a;
    border-bottom-color: currentColor;
}

.ot-cookie-consent__accept {
    min-width: 116px;
    min-height: 46px;
    padding: 11px 22px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(90deg, #67c915, #00ad3d);
    font: inherit;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(0, 173, 61, .2);
    transition: transform .18s ease, box-shadow .18s ease;
}

.ot-cookie-consent__accept:hover,
.ot-cookie-consent__accept:focus-visible {
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 13px 28px rgba(0, 173, 61, .28);
}

.ot-cookie-consent__close {
    position: absolute;
    top: 10px;
    right: 12px;
    display: grid;
    width: 34px;
    height: 34px;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 50%;
    color: #718391;
    background: transparent;
    font: inherit;
    font-size: 25px;
    font-weight: 300;
    line-height: 1;
    cursor: pointer;
}

.ot-cookie-consent__close:hover,
.ot-cookie-consent__close:focus-visible {
    color: #17304f;
    background: #f0f5f1;
}

@media (max-width: 980px) {
    .ot-legal-shell {
        padding-right: 24px;
        padding-left: 24px;
    }
}

@media (max-width: 680px) {
    .ot-legal-shell {
        padding: 22px 15px 68px;
    }

    .ot-legal-breadcrumbs {
        margin-bottom: 22px;
        font-size: 12px;
    }

    .ot-legal-document {
        padding: 26px 19px;
        border-radius: 22px;
        font-size: 16px;
    }

    .ot-legal-footer-nav {
        padding-right: 20px;
        padding-left: 20px;
    }

    .ot-newsletter-card {
        padding: 30px 20px;
        border-radius: 24px;
    }

    .ot-cookie-consent {
        right: 12px;
        bottom: 12px;
        left: 12px;
        grid-template-columns: 40px minmax(0, 1fr);
        gap: 12px;
        width: calc(100% - 24px);
        padding: 16px 44px 16px 16px;
        border-radius: 18px;
    }

    .ot-cookie-consent__accent {
        width: 40px;
        height: 40px;
        border-radius: 12px;
    }

    .ot-cookie-consent__accent svg {
        width: 24px;
        height: 24px;
    }

    .ot-cookie-consent__text {
        font-size: 13px;
        line-height: 1.45;
    }

    .ot-cookie-consent__accept {
        grid-column: 1 / -1;
        width: 100%;
        min-height: 44px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ot-cookie-consent,
    .ot-cookie-consent__accept {
        transition: none;
    }
}
