.magic-table-wrapper {
            overflow-x: auto;
            margin: 20px 0;
            text-align: center;
        }
        .magic-table {
            display: inline-block;
            border-collapse: collapse;
            background: white;
            box-shadow: 0 2px 8px rgba(0,0,0,0.05);
        }
        .magic-table td {
            border: 1px solid #ccc;
            padding: 10px 16px;
            text-align: center;
            font-weight: 500;
            font-family: 'Courier New', monospace;
            font-size: 1rem;
        }
        .magic-table tr:first-child td {
            border-top: 2px solid #2c3e66;
        }
        .magic-table tr td:first-child {
            border-left: 2px solid #2c3e66;
        }
        .magic-table tr td:last-child {
            border-right: 2px solid #2c3e66;
        }
        .magic-table tr:last-child td {
            border-bottom: 2px solid #2c3e66;
        }
        .sum-row {
            font-size: 0.85rem;
            color: #2c3e66;
            margin-top: 5px;
        }
        textarea.custom-square-input {
            font-family: 'Courier New', monospace;
            font-size: 0.9rem;
        }
        .validation-badge {
            font-size: 1rem;
            padding: 0.4rem 1rem;
            border-radius: 30px;
        }
        .trust-signal {
            display: flex;
            align-items: center;
            gap: 1rem;
            margin: 1.5rem 0;
            padding: 1rem;
            background-color: #f8f9fa;
            border-radius: 8px;
        }
        .testimonial {
            background-color: white;
            border: 1px solid #e9ecef;
            border-radius: 8px;
            padding: 1.5rem;
            margin: 1.5rem 0;
            box-shadow: 0 2px 4px rgba(0,0,0,0.05);
        }
        .testimonial-author {
            font-weight: 600;
            color: #2c3e66;
            margin-top: 1rem;
        }
        .developer-story {
            background-color: #fff8e1;
            border-left: 4px solid #ffc107;
            padding: 1.5rem;
            border-radius: 0 8px 8px 0;
            margin: 2rem 0;
        }
        .team-member {
            display: flex;
            align-items: center;
            gap: 1.5rem;
            margin: 2rem 0;
            padding: 1.5rem;
            background-color: white;
            border-radius: 8px;
            border: 1px solid #e9ecef;
        }
        .team-photo {
            width: 120px;
            height: 120px;
            border-radius: 50%;
            object-fit: cover;
            border: 3px solid var(--primary-color);
        }
        .team-info h5 {
            margin: 0;
            color: #2c3e66;
        }
        .team-info .credentials {
            color: #6c757d;
            font-size: 0.9rem;
        }
        .security-badge {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            background-color: #d4edda;
            color: #155724;
            padding: 0.5rem 1rem;
            border-radius: 4px;
            margin: 0.5rem 0;
        }