/* =========================================================
   ### Început: Hero Politica de confidențialitate ###
   ========================================================= */

.cookies-hero {
    padding: 72px 0 58px;
    background:
        linear-gradient(
            135deg,
            var(--color-surface-dark) 0%,
            var(--color-surface) 100%
        );
    border-bottom: 1px solid var(--color-border);
}

.cookies-hero-inner {
    max-width: 900px;
}

.cookies-hero h1 {
    margin: 12px 0 18px;
    font-size: clamp(2.2rem, 5vw, 4rem);
    line-height: 1.08;
}

.cookies-hero p {
    max-width: 780px;
    margin: 0;
    color: var(--color-text-muted);
    font-size: 1.08rem;
    line-height: 1.75;
}

.cookies-updated {
    display: block;
    margin-top: 24px;
    color: var(--color-text-muted);
}

/* =========================================================
   ### Sfârșit: Hero Politica de confidențialitate ###
   ========================================================= */


/* =========================================================
   ### Început: Document Politica de confidențialitate ###
   ========================================================= */

.cookies-content {
    padding: 70px 0 90px;
    background: var(--color-bg);
}

.cookies-document {
    max-width: 940px;
    margin: 0 auto;
}

.cookies-section {
    padding: 30px 0;
    border-bottom: 1px solid var(--color-border);
}

.cookies-section:first-child {
    padding-top: 0;
}

.cookies-section:last-child {
    border-bottom: 0;
}

.cookies-section h2 {
    margin: 0 0 18px;
    color: var(--color-text);
    font-size: 1.45rem;
    line-height: 1.3;
}

.cookies-section p {
    margin: 0 0 16px;
    color: var(--color-text-muted);
    line-height: 1.8;
}

.cookies-section p:last-child {
    margin-bottom: 0;
}

.cookies-section ul {
    margin: 18px 0 22px;
    padding-left: 24px;
    color: var(--color-text-muted);
}

.cookies-section li {
    margin-bottom: 9px;
    line-height: 1.7;
}

.cookies-section li::marker {
    color: var(--color-accent);
}

.cookies-section a {
    color: var(--color-accent);
    font-weight: 700;
    text-decoration: none;
}

.cookies-section a:hover {
    text-decoration: underline;
}

.cookies-company {
    display: grid;
    gap: 8px;
    margin-top: 22px;
    padding: 24px;
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-left: 3px solid var(--color-accent);
    border-radius: var(--radius-medium);
}

.cookies-company strong {
    color: var(--color-text);
    font-size: 1.08rem;
}

.cookies-company span {
    color: var(--color-text-muted);
    line-height: 1.6;
}

/* =========================================================
   ### Sfârșit: Document Politica de confidențialitate ###
   ========================================================= */


/* =========================================================
   ### Început: Responsive Politica de confidențialitate ###
   ========================================================= */

@media (max-width: 768px) {

    .cookies-hero {
        padding: 54px 0 44px;
    }

    .cookies-content {
        padding: 50px 0 70px;
    }

    .cookies-section {
        padding: 25px 0;
    }

    .cookies-company {
        padding: 20px;
    }
}

/* =========================================================
   ### Sfârșit: Responsive Politica de confidențialitate ###
   ========================================================= */

/* =========================================================
   ### Început: Tabel cookie-uri ###
   ========================================================= */

.cookies-table-wrapper {
    width: 100%;
    margin: 24px 0;
    overflow-x: auto;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-medium);
    background: var(--color-surface);
}

.cookies-table {
    width: 100%;
    min-width: 780px;
    border-collapse: collapse;
}

.cookies-table th,
.cookies-table td {
    padding: 16px 18px;
    border-bottom: 1px solid var(--color-border);
    text-align: left;
    vertical-align: top;
    line-height: 1.6;
}

.cookies-table th {
    color: var(--color-text);
    background: var(--color-surface-light);
    font-size: 0.9rem;
    font-weight: 700;
}

.cookies-table td {
    color: var(--color-text-muted);
}

.cookies-table tbody tr:last-child td {
    border-bottom: 0;
}

.cookies-table code {
    color: var(--color-text);
    background: var(--color-accent-soft);
    padding: 4px 7px;
    border-radius: 5px;
    font-size: 0.9rem;
}

/* =========================================================
   ### Sfârșit: Tabel cookie-uri ###
   ========================================================= */


/* =========================================================
   ### Început: Responsive tabel cookie-uri ###
   ========================================================= */

@media (max-width: 768px) {

    .cookies-table-wrapper {
        margin: 20px 0;
    }

    .cookies-table th,
    .cookies-table td {
        padding: 14px;
    }
}

/* =========================================================
   ### Sfârșit: Responsive tabel cookie-uri ###
   ========================================================= */

/* =========================================================
   ### Început: Tabel cookie-uri ###
   ========================================================= */

.cookies-table-wrapper {
    width: 100%;
    margin: 24px 0;
    overflow-x: auto;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-medium);
    background: var(--color-surface);
}

.cookies-table {
    width: 100%;
    min-width: 780px;
    border-collapse: collapse;
}

.cookies-table th,
.cookies-table td {
    padding: 16px 18px;
    border-bottom: 1px solid var(--color-border);
    text-align: left;
    vertical-align: top;
    line-height: 1.6;
}

.cookies-table th {
    color: var(--color-text);
    background: var(--color-surface-light);
    font-size: 0.9rem;
    font-weight: 700;
}

.cookies-table td {
    color: var(--color-text-muted);
}

.cookies-table tbody tr:last-child td {
    border-bottom: 0;
}

.cookies-table code {
    padding: 4px 7px;
    color: var(--color-text);
    background: var(--color-accent-soft);
    border-radius: 5px;
    font-size: 0.9rem;
}

/* =========================================================
   ### Sfârșit: Tabel cookie-uri ###
   ========================================================= */


/* =========================================================
   ### Început: Responsive tabel cookie-uri ###
   ========================================================= */

@media (max-width: 768px) {

    .cookies-table-wrapper {
        margin: 20px 0;
    }

    .cookies-table th,
    .cookies-table td {
        padding: 14px;
    }
}

/* =========================================================
   ### Sfârșit: Responsive tabel cookie-uri ###
   ========================================================= */
