:root {
    --primary-bg: #0f172a;
    --bg-gradient: radial-gradient(circle at 50% 0%, #1e293b 0%, #020617 100%);
    --card-glass: rgba(30, 41, 59, 0.7);
    --text-color: #f8fafc;
    --accent-gold: #fbbf24;
    --accent-blue: #3b82f6;
    --white: #ffffff;
    --glass-border: 1px solid rgba(255, 255, 255, 0.08);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Outfit', sans-serif;
    background: var(--bg-gradient);
    color: var(--text-color);
    line-height: 1.6;
    display: flex;
    justify-content: center;
    min-height: 100vh;
    overflow-x: hidden;
}

.container {
    width: 100%;
    max-width: 480px;
    padding: 2.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: fadeIn 0.8s ease-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Header */
.profile-header {
    text-align: center;
    margin-bottom: 2.5rem;
    width: 100%;
}

.profile-image {
    width: 110px;
    height: 110px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    padding: 4px;
    background: linear-gradient(135deg, var(--accent-gold), var(--accent-blue));
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.3);
}

.logo-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

h1 {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    letter-spacing: -0.5px;
}

.tagline {
    font-size: 0.95rem;
    color: #94a3b8;
    margin-bottom: 1.25rem;
}

.verified-badge {
    background: rgba(255, 255, 255, 0.05);
    border: var(--glass-border);
    color: var(--text-color);
    padding: 0.5rem 1.2rem;
    border-radius: 50px;
    cursor: pointer;
    font-size: 0.8rem;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}

.verified-badge i {
    color: var(--accent-blue);
}

.verified-badge:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Modal */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(8px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    padding: 1.5rem;
}

.modal.show {
    opacity: 1;
    visibility: visible;
}

.modal-content {
    width: 100%;
    max-width: 380px;
    animation: zoomIn 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes zoomIn {
    from {
        transform: scale(0.9);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.close-modal {
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.2s;
    line-height: 1;
    z-index: 10;
}

.close-modal:hover {
    color: white;
    transform: scale(1.1);
}

.ssm-text {
    display: inline-block;
    background: #f1f5f9;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 0.85rem;
    color: #64748b;
    font-weight: 500;
    margin-bottom: 2rem;
    letter-spacing: 0.5px;
}

/* Business Card */
/* Business Card */
.verified-card {
    background-color: #ffffff;
    color: #334155;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    font-family: 'Outfit', sans-serif;
}

.card-header {
    background: radial-gradient(circle at 10% 20%, #60a5fa 0%, transparent 40%),
        linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    padding: 2.5rem 1.5rem 2rem;
    color: white;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

/* Subtle pattern overlay for elegance */
.card-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.05) 0%, transparent 20%);
    pointer-events: none;
}

.security-icon {
    font-size: 2rem;
    background: #ffffff;
    color: #2563eb;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 0.75rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.header-text h3 {
    font-size: 1.25rem;
    font-weight: 800;
    margin-bottom: 0.35rem;
    letter-spacing: 0.5px;
}

.official-label {
    font-size: 0.65rem;
    letter-spacing: 2px;
    opacity: 0.85;
    text-transform: uppercase;
    font-weight: 600;
}

.card-body {
    background: #ffffff;
    padding: 1.5rem 1.5rem 2rem;
    text-align: center;
}

.card-body h2 {
    font-size: 1.4rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 0.5rem;
    /* Reduced from 2rem */
    line-height: 1.2;
}

.ssm-text {
    display: inline-block;
    background: #f1f5f9;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 0.85rem;
    color: #64748b;
    font-weight: 600;
    margin-bottom: 1.5rem;
    /* Reduced spacer */
    letter-spacing: 0.5px;
}

.card-footer-info {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.info-block {
    flex: 1;
    background: #f8fafc;
    padding: 1rem;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.info-block i {
    color: #64748b;
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

.info-block span {
    font-size: 0.75rem;
    color: #64748b;
    margin-bottom: 0.25rem;
}

.info-block strong {
    color: #0f172a;
    font-weight: 700;
    font-size: 0.95rem;
}

.trust-badge {
    background: #ecfdf5;
    color: #059669;
    padding: 1rem;
    border-radius: 12px;
    font-weight: 600;
    font-size: 0.9rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

/* Links Section */
.links-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 3rem;
}

.link-btn {
    background: var(--card-glass);
    color: var(--white);
    text-decoration: none;
    padding: 1.1rem;
    border-radius: 16px;
    /* Squircle */
    text-align: center;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    border: var(--glass-border);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.link-btn:hover {
    background: rgba(51, 65, 85, 0.8);
    transform: scale(1.02);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.2);
}

.link-btn i {
    font-size: 1.2rem;
}

/* Contact Form */
.contact-section {
    width: 100%;
    background: var(--card-glass);
    padding: 2rem;
    border-radius: 24px;
    border: var(--glass-border);
    backdrop-filter: blur(10px);
}

.contact-section h2 {
    margin-bottom: 1.5rem;
    font-size: 1.35rem;
    text-align: center;
    font-weight: 700;
}

.form-group {
    margin-bottom: 1.25rem;
}

.form-group label {
    display: block;
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #e2e8f0;
    margin-left: 0.5rem;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 0.9rem 1rem;
    border-radius: 12px;
    border: 1px solid #334155;
    background-color: rgba(15, 23, 42, 0.6);
    color: var(--white);
    font-family: inherit;
    font-size: 0.95rem;
    transition: border-color 0.2s;
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: var(--accent-blue);
    background-color: rgba(15, 23, 42, 0.9);
}

.submit-btn {
    width: 100%;
    padding: 1rem;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: white;
    border: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 1rem;
    box-shadow: 0 4px 6px -1px rgba(59, 130, 246, 0.3);
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(59, 130, 246, 0.4);
}

.submit-btn:disabled {
    background: #64748b;
    transform: none;
    box-shadow: none;
}

#form-message {
    margin-top: 1rem;
    text-align: center;
    font-size: 0.9rem;
    padding: 0.75rem;
    border-radius: 8px;
    font-weight: 500;
}

#form-message.success {
    background-color: rgba(16, 185, 129, 0.15);
    color: #34d399;
    border: 1px solid rgba(16, 185, 129, 0.2);
}

footer {
    margin-top: 3rem;
    font-size: 0.8rem;
    color: #64748b;
    opacity: 0.7;
}