
a {
          text-decoration: none;
        }
.policy-container {
            max-width: 1000px;
            margin: 0 auto;
            padding: 100px 20px 60px;
            background: white;
        }

        .policy-header {
            text-align: center;
            margin-bottom: 50px;
            padding-bottom: 30px;
            border-bottom: 3px solid #c41e3a;
        }

        .policy-header h1 {
             font-family: 'Cubano', serif;
            font-size: 3em;
            color: #0d1f33;
            margin-bottom: 15px;
        }

        .policy-header .last-update {
            color: #666;
            font-size: 0.95em;
        }

        .policy-section {
            margin-bottom: 40px;
        }

        .policy-section h2 {
            font-family: 'Cubano', serif;
            font-size: 1.6em;
            color: #0d1f33;
            margin-bottom: 15px;
            padding-bottom: 10px;
            border-bottom: 2px solid #f0f0f0;
        }

        .policy-section h3 {
             font-family: 'Cubano', serif;
            font-size: 1.4em;
            color: #c41e3a;
            margin: 25px 0 15px;
        }

        .policy-section p {
            line-height: 1.8;
            color: #333;
            margin-bottom: 15px;
             font-family: 'Montserrat', sans-serif;
        }

        .policy-section ul, .policy-section ol {
            margin-left: 30px;
            margin-bottom: 20px;
        }

        .policy-section li {
            line-height: 1.8;
            color: #333;
            margin-bottom: 10px;
        }

        .cookie-table {
            width: 100%;
            border-collapse: collapse;
            margin: 25px 0;
            background: white;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }

        .cookie-table th {
            background: #0d1f33;
            color: white;
            padding: 15px;
            text-align: left;
            font-weight: 600;
        }

        .cookie-table td {
            padding: 15px;
            border-bottom: 1px solid #e0e0e0;
        }

        .cookie-table tr:hover {
            background: #f8f9fa;
        }

        .info-box {
            background: #f8f9fa;
            border-left: 4px solid #c41e3a;
            padding: 20px;
            margin: 25px 0;
            border-radius: 5px;
        }

        .info-box strong {
            color: #0d1f33;
            display: block;
            margin-bottom: 10px;
            font-size: 1.1em;
        }

        .cookie-type {
            display: inline-block;
            padding: 5px 15px;
            border-radius: 20px;
            font-size: 0.85em;
            font-weight: 600;
            margin-right: 10px;
        }

        .cookie-type.tecnico {
            background: #28a745;
            color: white;
        }

        .cookie-type.analitico {
            background: #ffc107;
            color: #333;
        }

        .cookie-type.profilazione {
            background: #c41e3a;
            color: white;
        }

        .contact-info {
            background: linear-gradient(135deg, #0d1f33 0%, #1a2f47 100%);
            color: white;
            padding: 30px;
            border-radius: 10px;
            margin: 40px 0;
        }

        .contact-info h3 {
            color: white !important;
            margin-top: 0;
        }

        .contact-info p {
            color: white;
            margin: 5px 0;
        }

        .back-link {
            display: inline-block;
            margin: 40px 0 20px;
            padding: 12px 30px;
            background: #c41e3a;
            color: white;
            text-decoration: none;
            border-radius: 5px;
            transition: all 0.3s;
        }

        .back-link:hover {
            background: #0d1f33;
            transform: translateY(-2px);
        }

        @media (max-width: 768px) {
            .policy-container {
                padding: 80px 15px 40px;
            }

            .policy-header h1 {
                font-size: 2em;
            }

            .policy-section h2 {
                font-size: 1.5em;
            }

            .cookie-table {
                font-size: 0.85em;
            }

            .cookie-table th,
            .cookie-table td {
                padding: 10px;
            }
        }