/* LinkStack Custom CSS - Dark Navy (matching xantum.swiss) */

/* === GLOBAL STYLES === */
html,
body,
body.bg-body,
.bg-body,
#wrapper,
.wrapper {
    background-color: transparent !important;
    background-image: none !important;
    background: transparent !important;
}

body {
    font-family: 'Plus Jakarta Sans', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif !important;
    color: #ffffff !important;
    font-weight: 400 !important;
}

.container,
.main-container,
.content-wrapper,
div[class*="container"] {
    background: transparent !important;
    background-color: transparent !important;
}

/* === BUTTONS - GLASS ON DARK === */
a.button,
.button,
a.btn,
.btn,
a[class*="button"],
button[class*="button"],
.link-item,
.link-card,
a.link-item,
a.link-card {
    background: rgba(255,255,255,0.08) !important;
    background-color: rgba(255,255,255,0.08) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255,255,255,0.12) !important;
    border-radius: 16px !important;
    padding: 16px 24px !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2), 0 6px 24px rgba(0,0,0,0.15) !important;
    transition: all 0.25s ease !important;
    text-decoration: none !important;
    backdrop-filter: blur(24px) saturate(1.6) !important;
    -webkit-backdrop-filter: blur(24px) saturate(1.6) !important;
}

a.button:hover,
.button:hover,
a.btn:hover,
.btn:hover,
.link-item:hover,
.link-card:hover {
    background: rgba(255,255,255,0.14) !important;
    background-color: rgba(255,255,255,0.14) !important;
    box-shadow: 0 6px 24px rgba(0,0,0,0.25), 0 10px 36px rgba(6,147,227,0.15) !important;
    border-color: rgba(6,147,227,0.35) !important;
    transform: translateY(-2px) !important;
}

/* === SUBMIT/CONTACT BUTTONS === */
button[type="submit"],
input[type="submit"],
button.submit-button,
button.subscribe-button,
button[class*="subscribe"],
button[class*="submit"],
.btn-primary,
.button-primary {
    background: rgba(255,255,255,0.08) !important;
    background-color: rgba(255,255,255,0.08) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255,255,255,0.12) !important;
    font-weight: 500 !important;
}

button[type="submit"]:hover,
input[type="submit"]:hover,
.btn-primary:hover {
    background: rgba(255,255,255,0.14) !important;
    background-color: rgba(255,255,255,0.14) !important;
    color: #ffffff !important;
    border-color: rgba(6,147,227,0.35) !important;
}

/* === PROFILE SECTION === */
.profile-section,
div[class*="profile"] {
    text-align: center !important;
    padding: 20px 0 !important;
}

/* Avatar */
.avatar,
.profile-image,
img[class*="avatar"],
img[class*="profile"],
.user-avatar,
.user-image {
    border-radius: 50% !important;
    border: 3px solid rgba(255,255,255,0.9) !important;
    box-shadow: 0 2px 12px rgba(0,0,0,0.2) !important;
}

/* Name */
h1,
.profile-name,
.name,
.username,
h1[class*="name"] {
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 24px !important;
    letter-spacing: -0.01em !important;
}

/* Bio/Tagline */
.bio,
.tagline,
.description,
p.bio,
p.tagline,
.profile-tagline {
    color: rgba(255,255,255,0.65) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
}

/* === SOCIAL ICONS === */
.social-icons,
.social-links,
.socials,
ul[class*="social"],
div[class*="social"] {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 16px !important;
    margin: 20px 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.social-icons a,
.social-links a,
ul[class*="social"] a,
div[class*="social"] a {
    color: #ffffff !important;
    font-size: 24px !important;
    transition: opacity 0.2s ease !important;
    text-decoration: none !important;
}

.social-icons a:hover,
.social-links a:hover {
    opacity: 0.7 !important;
}

/* === FORMS === */
form {
    max-width: 600px !important;
    margin: 20px auto !important;
}

input[type="email"],
input[type="text"],
input[type="url"],
textarea {
    width: 100% !important;
    padding: 12px 16px !important;
    border: 1px solid rgba(255,255,255,0.15) !important;
    border-radius: 12px !important;
    font-size: 15px !important;
    background: rgba(255,255,255,0.06) !important;
    color: #ffffff !important;
    font-family: 'Plus Jakarta Sans', 'Inter', Arial, sans-serif !important;
}

input:focus,
textarea:focus {
    outline: none !important;
    border-color: rgba(6,147,227,0.5) !important;
    box-shadow: 0 0 0 3px rgba(6,147,227,0.12) !important;
}

/* === CARDS === */
.card,
div[class*="card"],
.box,
div[class*="box"] {
    background: rgba(255,255,255,0.06) !important;
    border: 1px solid rgba(255,255,255,0.1) !important;
    border-radius: 12px !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15) !important;
}

/* === REMOVE GRADIENTS === */
[style*="gradient"],
[class*="gradient"],
.gradient,
.bg-gradient {
    background: transparent !important;
    background-image: none !important;
}

/* === LINK ITEMS === */
.link-item a,
.link-card a {
    color: #ffffff !important;
    text-decoration: none !important;
}

/* === FOOTER === */
footer,
.footer {
    background: transparent !important;
    background-color: transparent !important;
    color: rgba(255,255,255,0.3) !important;
    text-align: center !important;
    padding: 40px 20px 20px !important;
    font-size: 12px !important;
}

/* === BADGES === */
.badge,
span[class*="badge"],
.tag,
span[class*="tag"] {
    background: rgba(255,255,255,0.08) !important;
    color: rgba(255,255,255,0.7) !important;
    border: 1px solid rgba(255,255,255,0.12) !important;
    padding: 4px 12px !important;
    border-radius: 6px !important;
    font-size: 12px !important;
}

/* === NACHRICHT SENDEN BUTTON === */
button[class*="message"],
button[class*="contact"],
a[class*="message"],
a[class*="contact"] {
    background: rgba(255,255,255,0.08) !important;
    background-color: rgba(255,255,255,0.08) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255,255,255,0.12) !important;
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
    h1,
    .profile-name {
        font-size: 20px !important;
    }

    .bio,
    .tagline {
        font-size: 13px !important;
    }

    .button,
    .btn {
        padding: 14px 20px !important;
        font-size: 14px !important;
    }
}

/* === SCROLLBAR === */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.05);
}

::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.15);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(255,255,255,0.25);
}
