/* Extracted from privacy-b2c.html */
@media (max-width: 1024px) {
                .privacy-grid { grid-template-columns: repeat(2, 1fr) !important; }
            }
            @media (max-width: 600px) {
                .privacy-grid { grid-template-columns: 1fr !important; }
                .privacy-header-section { flex-direction: column; }
                .privacy-pdf-card { min-width: 100% !important; }
            }
            .privacy-new-card:hover {
                transform: translateY(-5px);
                box-shadow: 0 8px 30px rgba(0,0,0,0.06) !important;
            }
            .pdf-download-btn:hover {
                background: #083c99 !important;
                transform: translateY(-2px);
            }
                            .lang-flag-3d {
                  position: relative;
                  width: 28px;
                  height: 28px;
                  border-radius: 50%;
                  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
                  display: block;
                  flex-shrink: 0;
                  overflow: hidden;
                  border: 1px solid rgba(0,0,0,0.05);
                }
                .lang-flag-3d img {
                  width: 100%;
                  height: 100%;
                  object-fit: cover;
                  display: block;
                }
                .lang-flag-3d::after {
                  content: '';
                  position: absolute;
                  top: 0; left: 0; right: 0; bottom: 0;
                  border-radius: 50%;
                  background: linear-gradient(135deg, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 45%, rgba(0,0,0,0.2) 100%);
                  pointer-events: none;
                  box-shadow: inset 0 1px 2px rgba(255,255,255,0.8), inset 0 -1px 3px rgba(0,0,0,0.4);
                }
    
                .eu-flag-3d {
                  position: relative;
                  width: 56px;
                  height: 56px;
                  border-radius: 50%;
                  box-shadow: 0 6px 12px rgba(0,0,0,0.15);
                  display: block;
                  flex-shrink: 0;
                }
                .eu-flag-3d svg {
                  width: 100%;
                  height: 100%;
                  border-radius: 50%;
                  display: block;
                }
                .eu-flag-3d::after {
                  content: '';
                  position: absolute;
                  top: 0; left: 0; right: 0; bottom: 0;
                  border-radius: 50%;
                  background: linear-gradient(135deg, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 45%, rgba(0,0,0,0.2) 100%);
                  pointer-events: none;
                  box-shadow: inset 0 1px 2px rgba(255,255,255,0.8), inset 0 -1px 3px rgba(0,0,0,0.4);
                }

@media (max-width: 768px) { .pill-nav-container { position: relative !important; top: auto !important; margin-bottom: 1rem !important; } }
