.last-updated {
            font-size: 14px;
            color: #666;
            font-style: italic;
        }

.terms-container {
            max-width: 900px;
            margin: 0 auto;
        }

        .developer-list li {
            color: #bbb;
        }

        .terms-content {
            background: rgba(255, 255, 255, 0.03);
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-radius: 16px;
            padding: 48px;
        }

        .terms-section {
            margin-bottom: 40px;
        }

        .terms-section:last-child {
            margin-bottom: 0;
        }

        .terms-section h2 {
            font-size: 24px;
            color: #fff;
            margin-bottom: 16px;
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .terms-section h3 {
              font-size: 16px;
            color: #fff;
            margin-bottom: 16px;
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .terms-section p {
            font-size: 15px;
            line-height: 1.8;
            color: #bbb;
            margin-bottom: 12px;
        }

        .terms-section p:last-child {
            margin-bottom: 0;
        }

        .terms-section a {
            color: #ff4444;
            text-decoration: none;
            transition: color 0.3s;
        }

        .terms-section a:hover {
            color: #ff6666;
            text-decoration: underline;
        }

        .terms-list {
            margin: 16px 0;
            padding-left: 24px;
        }

        .terms-list li {
            font-size: 15px;
            line-height: 1.8;
            color: #bbb;
            margin-bottom: 8px;
        }

        .highlight-box {
            background: rgba(255, 68, 68, 0.05);
            border-left: 4px solid #ff4444;
            padding: 20px;
            margin: 24px 0;
            border-radius: 8px;
        }

        .highlight-box p {
            color: #ddd;
            font-size: 14px;
            line-height: 1.6;
        }