/* FONT */
@font-face 
{
    font-family: 'ROG LyonsType Regular';
    font-size: normal;
    font-weight: normal;
    src: local('ROG LyonsType Regular'), url('../fonts/ROGLyonsTypeRegular3.woff') format('woff');
}

/* MAIN HEIGHT */
html, body
{
    height: 100%;
}

/* BODY SECTION */

body 
{
    background-color: black;
    margin: 0;
    font-family: "Roboto", sans-serif;
    line-height: 1.5;
}

#app
{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative;
    isolation: isolate;
    z-index: 0;
}

/* Dark overlay over background for whole content */
body::before 
{
    content: "";
    position: fixed;
    inset: 0;
    background: radial-gradient(circle at top, rgba(0,0,0,0.2), rgba(0,0,0,0.8));
    z-index: -1;
}

.content-wrapper 
{
    flex: 1;
    padding-top: 60px; /* navbar height */
}

.content-separator
{
    display: flex;
    align-items: center;
    background: #303030;
    background: linear-gradient(180deg,rgb(38, 38, 38) 0%, rgb(46, 46, 46) 50%, rgb(38, 38, 38) 100%);
    height: 180px;
    background-size: 100px;
}

/* MAIN PAGE */

.mainpage-top-content
{
    background-image: url("../images/forsusoft_background.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding-bottom: 200px;
}

.mainpage-bottom-content
{
    background-image: url("../images/forsusoft_background1.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 150px;
}

.mainpage-top-content,
.mainpage-bottom-content
{
    position: relative;
    z-index: 0;
}

.mainpage-top-content::before,
.mainpage-bottom-content::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top,
        rgba(0, 0, 0, 0.2),
        rgba(0, 0, 0, 0.5));
    z-index: 0;
    pointer-events: none;
}

.mainpage-top-content > *,
.mainpage-bottom-content > * {
    position: relative;
    z-index: 1;
}


/* 
==================================
        OTHER PAGES
==================================
*/

.page-projects
{
    background-image: url("../images/forsusoft_background1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
}

.page-tools
{
    background-image: url("../images/forsusoft_background4.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
}

.page-docs
{
    background-image: url("../images/forsusoft_background4.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
}

.page-about
{
    background-image: url("../images/forsusoft_background4.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
}

.page-contact
{
    background-image: url("../images/forsusoft_background4.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
}

.page-donate
{
    background-image: url("../images/forsusoft_background4.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
}

.page-impressum
{
    background-image: url("../images/forsusoft_background4.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
}

.page-datenschutz
{
    background-image: url("../images/forsusoft_background4.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
}

/* Navbar logo */
.header-logo-img 
{
    height: 38px;
    width: auto;
}

/* Changes for bootstrap-Navbar */
.navbar-dark .navbar-nav .nav-link 
{
    font-size: 18px;
    margin-left: 5px;
}

.navbar,
.navbar-brand,
.navbar-nav, .nav-link
{
    font-family: "ROG LyonsType Regular", "Roboto", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.nav-link-footer
{
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
}

/* Navbar-refs */
.navbar-dark .navbar-nav .nav-link 
{
    transition: color 0.15s ease, text-shadow 0.15s ease;
}

.navbar-dark .navbar-nav .nav-link:hover 
{
    color: #ffb37a;
    text-shadow: 0 0 6px rgba(255,179,122,0.7);
}

/* 
==================================
        HERO SECTION
==================================
*/

.hero-section
{
    padding-top: 100px; /* чуть больше, чем высота navbar */
    padding-bottom: 40px;
    color: #ffffff;
}

.hero-title 
{
    font-size: 2.8rem;
    margin-bottom: 1rem;
}

.hero-subtitle 
{
    font-size: 1.2rem;
    max-width: 540px;
    margin-bottom: 2rem;
}

.hero-buttons .btn-primary 
{
    background-color: #e04848;
    border-color: #e04848;
}

.hero-buttons .btn-primary:hover 
{
    background-color: #ff5c5c;
    border-color: #ff5c5c;
}

/* NEWS SECTION */
.news-section .card 
{
    border-radius: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.news-section .card-title 
{
    font-size: 1.05rem;
}

.news-section .card-subtitle 
{
    opacity: 0.8;
}

.hero-section h1 {
    font-size: 2.8rem;
    line-height: 1.1;
    margin-bottom: 0.75rem;
}

.hero-section p {
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 600px;
}

.news-section h2,
.projects-section h2 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
}

/* Light text with dark outline */

.text-outline-dark 
{
    text-shadow:
        0 0 4px rgba(0,0,0,0.8),
        0 0 8px rgba(0,0,0,0.9);
}

/* Тёмный текст с светлой обводкой (если нужно на светлом фоне) */
.text-outline-light 
{
    text-shadow:
        0 0 4px rgba(255,255,255,0.8),
        0 0 8px rgba(255,255,255,0.9);
}

.strong-outline 
{
    text-shadow:
        -1px -1px 0 #000,
         1px -1px 0 #000,
        -1px  1px 0 #000,
         1px  1px 0 #000;
}

/* “Glass” cards for news/projects */
.card.bg-dark.text-light 
{
    background-color: rgba(0,0,0,0.65);
    border-radius: 12px;
    border: 0px solid rgba(255,255,255,0.08);
    box-shadow: 0 10px 30px rgba(0,0,0,0.6);
    backdrop-filter: blur(8px);
}

/* Cards */
.card.bg-dark.text-light 
{
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.card.bg-dark.text-light:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.8);
}

/* 
================================================
            HOME PAGE
================================================ 
*/

.page-home {
    background-image: url("../images/forsusoft_background.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
}

.home-hero-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #e04848;
    margin-bottom: 10px;
    text-shadow: none;
}

.home-hero-accent {
    color: #e04848;
}

.home-section-header {
    display: flex;
    align-items: center;
    gap: 16px;
}

.home-section-title {
    font-family: "ROG LyonsType Regular", "Roboto", sans-serif;
    font-size: 1.6rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    white-space: nowrap;
    margin: 0;
}

.home-section-line {
    flex: 1;
    height: 1px;
    background: rgba(255, 255, 255, 0.12);
}

/* 
==================================
        PROJECTS PAGE
==================================
*/

.projects-section .card-title 
{
    font-size: 1.05rem;
}

.projects-section .badge 
{
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.projects-hero {
    padding-top: 50px;
    max-width: 600px;
}

.projects-hero-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #e04848;
    margin-bottom: 10px;
}

.projects-hero-title {
    font-family: "ROG LyonsType Regular", "Roboto", sans-serif;
    font-size: 3rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 12px;
}

.projects-hero-sub {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.940);
    margin: 0;
}

/* 
==================================
        PROJECTS CARDS
==================================
*/

.project-card--with-image 
{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.project-card-body 
{
    background: linear-gradient(to bottom,
                rgba(0,0,0,0.2),
                rgba(0,0,0,0.8));
    border-radius: 12px;
}

.store-icon {
    height: 40px;
    width: auto;
    display: block;
}

/* 
==================================
        IMPRESSUM PAGE
==================================
*/

.impressum-hero {
    padding-top: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 1.5rem;
}

.impressum-title {
    font-family: "Roboto", sans-serif;
    font-size: 2.8rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-shadow: 0 0 20px rgba(224, 72, 72, 0.4);
}

.impressum-card {
    background-color: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 1.75rem;
    backdrop-filter: blur(8px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
    color: rgba(255, 255, 255, 0.75);
    transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.impressum-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.75);
    border-color: rgba(224, 72, 72, 0.35);
}

.impressum-card-icon {
    width: 42px;
    height: 42px;
    background: rgba(224, 72, 72, 0.15);
    border: 1px solid rgba(224, 72, 72, 0.3);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    color: #e04848;
    font-size: 1.15rem;
}

.impressum-card-title {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #e04848;
    margin-bottom: 0.75rem;
}

.impressum-dl dt {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 0.1rem;
}

.impressum-dl dd {
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 0.6rem;
}

.impressum-dl dd a {
    color: #ffb37a;
    text-decoration: none;
}

.impressum-dl dd a:hover {
    color: #ff5c5c;
    text-decoration: underline;
}

/* 
================================================
        DOCS PAGE
================================================ 
*/

.page-docs .content-wrapper {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.docs-layout {
    display: flex;
    position: relative;
    height: 840px;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.07);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.6);
}

/* --- Sidebar --- */

.docs-sidebar {
    width: 260px;
    min-width: 260px;
    background: rgba(15, 15, 15, 0.97);
    border-right: 1px solid rgba(255, 255, 255, 0.07);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: transform 0.25s ease;
    z-index: 10;
}

.docs-sidebar-header {
    padding: 14px 20px;
    font-family: "ROG LyonsType Regular", "Roboto", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #aaa;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    background: rgba(0, 0, 0, 0.4);
    flex-shrink: 0;
}

.docs-nav {
    flex: 1;
    overflow-y: auto;
    padding: 8px 0;
}

.docs-nav-group {
    padding: 12px 16px 4px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #555;
}

.docs-nav-item {
    display: block;
    width: 100%;
    text-align: left;
    padding: 10px 20px;
    background: none;
    border: none;
    border-left: 3px solid transparent;
    color: #bbb;
    font-size: 13.5px;
    cursor: pointer;
    transition: background 0.15s, color 0.15s, border-color 0.15s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.docs-nav-item:hover {
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
}

.docs-nav-item.active {
    background: rgba(224, 72, 72, 0.1);
    color: #fff;
    border-left-color: #e04848;
}

.docs-nav-loading,
.docs-nav-error,
.docs-nav-empty {
    padding: 16px 20px;
    font-size: 13px;
    color: #666;
}

.docs-nav-error { color: #e04848; }

/* --- PDF Viewer --- */

.docs-viewer {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    background: #111;
}

.docs-placeholder {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #444;
    user-select: none;
}

/* EmbedPDF target container */
#embedpdf-container {
    width: 100%;
    height: 100%;
    flex: 1;
}

/* Loading overlay */
.docs-viewer-loading {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(10, 10, 10, 0.7);
    color: #888;
    z-index: 5;
    pointer-events: none;
}

/* --- Mobile sidebar toggle --- */

.docs-sidebar-toggle {
    display: none;
    position: fixed;
    bottom: 70px;
    left: 16px;
    z-index: 100;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #e04848;
    border: none;
    color: #fff;
    font-size: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.5);
    cursor: pointer;
}

@media (max-width: 991px) {
    .docs-sidebar-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .docs-sidebar {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        transform: translateX(-100%);
    }

    .docs-sidebar--open {
        transform: translateX(0);
        box-shadow: 4px 0 20px rgba(0, 0, 0, 0.6);
    }
}



/* 
================================================
        ABOUT PAGE
================================================ 
*/

/* Hero */

.about-hero {
    padding-top: 110px;
    padding-bottom: 48px;
}

.about-hero-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #e04848;
    margin-bottom: 10px;
}

.about-hero-title {
    font-family: "ROG LyonsType Regular", "Roboto", sans-serif;
    font-size: 3rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 12px;
}

.about-hero-accent {
    color: #e04848;
}

.about-hero-sub {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.5);
    max-width: 500px;
}

/* Section layout */

.about-section {
    padding-top: 16px;
}

.about-section-header {
    display: flex;
    align-items: center;
    gap: 16px;
}

.about-section-title {
    font-family: "ROG LyonsType Regular", "Roboto", sans-serif;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.55);
    white-space: nowrap;
    margin: 0;
}

.about-section-line {
    flex: 1;
    height: 1px;
    background: rgba(255, 255, 255, 0.07);
}

/* Company card */

.about-company-card {
    display: flex;
    gap: 0;
    background: rgba(0, 0, 0, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 14px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
    transition: box-shadow 0.2s ease;
}

.about-company-card:hover {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.7);
}

.about-company-logo-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 36px;
    min-width: 220px;
    background: rgba(255, 255, 255, 0.02);
    border-right: 1px solid rgba(255, 255, 255, 0.06);
    flex-shrink: 0;
}

.about-company-logo {
    width: 140px;
    height: auto;
    filter: drop-shadow(0 0 12px rgba(224, 72, 72, 0.25));
}

.about-company-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
}

.about-tag {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 3px 10px;
    border-radius: 999px;
    border: 1px solid rgba(224, 72, 72, 0.35);
    color: #e04848;
    background: rgba(224, 72, 72, 0.08);
}

.about-company-info {
    padding: 40px 44px;
    border-left: 4px solid #e04848;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
}

.about-company-name {
    font-family: "ROG LyonsType Regular", "Roboto", sans-serif;
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #fff;
    margin: 0;
}

.about-company-desc {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.7;
    max-width: 640px;
    margin: 0;
}

.about-company-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 4px;
}

.about-meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.35);
}

.about-meta-item .fa {
    color: #e04848;
    font-size: 12px;
}

.about-meta-label {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
    margin-right: 4px;
}

.about-meta-value {
    color: rgba(255, 255, 255, 0.75);
    font-weight: 500;
}

/* Team member cards */

.about-member-card {
    background: rgba(0, 0, 0, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 14px;
    overflow: hidden;
    backdrop-filter: blur(8px);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.about-member-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.7);
    border-color: rgba(224, 72, 72, 0.3);
}

.about-member-photo-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: rgba(20, 20, 20, 0.8);
    flex-shrink: 0;
}

.about-member-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
    transition: transform 0.3s ease;
}

.about-member-card:hover .about-member-photo {
    transform: scale(1.04);
}

.about-member-photo-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.15);
}

.about-member-photo-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.75));
    pointer-events: none;
}

.about-member-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
    border-top: 2px solid #e04848;
}

.about-member-name {
    font-size: 1.05rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 4px;
}

.about-member-role {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #e04848;
    margin: 0 0 12px;
}

.about-member-bio {
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.6;
    margin: 0;
    flex: 1;
}

.about-member-socials {
    display: flex;
    gap: 10px;
    margin-top: 16px;
}

.about-social-link {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
    text-decoration: none;
    transition: background 0.15s, color 0.15s, border-color 0.15s;
}

.about-social-link:hover {
    background: rgba(224, 72, 72, 0.15);
    color: #fff;
    border-color: rgba(224, 72, 72, 0.4);
}

/* Responsive */

@media (max-width: 767px) {
    .about-company-card {
        flex-direction: column;
    }

    .about-company-logo-col {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
        min-width: unset;
        padding: 28px 24px;
    }

    .about-company-info {
        padding: 28px 24px;
    }

    .about-hero-title {
        font-size: 2rem;
    }
}



/* 
================================================
        CONTACT PAGE
================================================ 
*/

.contact-page {
    min-height: calc(100vh - 56px - 53px);
}

/* Hero */

.contact-hero {
    padding-top: 50px;
    max-width: 600px;
}

.contact-hero-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #e04848;
    margin-bottom: 10px;
}

.contact-hero-title {
    font-family: "ROG LyonsType Regular", "Roboto", sans-serif;
    font-size: 3rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 12px;
}

.contact-hero-accent {
    color: #e04848;
}

.contact-hero-sub {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.6;
    margin: 0;
}

/* Cards */

.contact-card {
    display: flex;
    flex-direction: column;
    position: relative;
    background: rgba(0, 0, 0, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 16px;
    padding: 32px 28px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    height: 100%;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
    overflow: hidden;
}

.contact-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #e04848, transparent);
    opacity: 0;
    transition: opacity 0.18s ease;
}

.contact-card--link:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.65);
    border-color: rgba(224, 72, 72, 0.3);
    color: rgba(255, 255, 255, 0.75);
}

.contact-card--link:hover::before {
    opacity: 1;
}

.contact-card-icon {
    width: 52px;
    height: 52px;
    background: rgba(224, 72, 72, 0.12);
    border: 1px solid rgba(224, 72, 72, 0.25);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: #e04848;
    margin-bottom: 20px;
    transition: background 0.18s, border-color 0.18s;
    flex-shrink: 0;
}

.contact-card--link:hover .contact-card-icon {
    background: rgba(224, 72, 72, 0.2);
    border-color: rgba(224, 72, 72, 0.45);
}

.contact-card-label {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #e04848;
    margin-bottom: 6px;
}

.contact-card-value {
    font-size: 1.15rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
    word-break: break-all;
}

.contact-card-desc {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.38);
    line-height: 1.5;
    margin-top: auto;
    padding-top: 12px;
}

.contact-card-arrow {
    position: absolute;
    bottom: 24px;
    right: 24px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.2);
    transition: color 0.18s, transform 0.18s;
}

.contact-card--link:hover .contact-card-arrow {
    color: #e04848;
    transform: translateX(3px);
}


/* 
==================================
        TOOLS PAGE
==================================
*/

.tools-section .card-title {
    font-size: 1.05rem;
}

.tool-card-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: rgba(224, 72, 72, 0.15);
    border: 1px solid rgba(224, 72, 72, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #e04848;
    font-size: 1.1rem;
}

.tool-badge-category {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.tool-price-tag {
    font-size: 0.95rem;
    font-weight: 700;
    color: #ffc107;
    letter-spacing: 0.03em;
}

/* 
==================================
        DONATE PAGE
==================================
*/

.donate-hero {
    padding-top: 50px;
    max-width: 600px;
}

.donate-hero-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #e04848;
    margin-bottom: 10px;
}

.donate-hero-title {
    font-family: "ROG LyonsType Regular", "Roboto", sans-serif;
    font-size: 3rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 12px;
}

.donate-hero-accent {
    color: #e04848;
}

.donate-hero-sub {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.6;
    margin: 0;
}

/* Donate Cards */

.donate-card {
    display: flex;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 16px;
    padding: 32px 28px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
    color: rgba(255, 255, 255, 0.75);
    height: 100%;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.donate-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.65);
}

.donate-card-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    margin-bottom: 20px;
    flex-shrink: 0;
}

.donate-card-icon--bmc {
    background: rgba(255, 221, 0, 0.12);
    border: 1px solid rgba(255, 221, 0, 0.3);
    color: #FFDD00;
}

.donate-card-icon--patreon {
    background: rgba(255, 66, 77, 0.12);
    border: 1px solid rgba(255, 66, 77, 0.35);
    color: #FF424D;
}

.donate-card-tag {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #e04848;
    margin-bottom: 6px;
}

.donate-card-title {
    font-size: 1.15rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

.donate-card-desc {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.38);
    line-height: 1.5;
    flex: 1;
    margin-bottom: 24px;
}

/* Donate Buttons */

.donate-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border-radius: 10px;
    font-size: 0.92rem;
    font-weight: 600;
    text-decoration: none;
    transition: opacity 0.18s ease, transform 0.18s ease;
    text-align: center;
    margin-top: auto;
}

.donate-btn:hover {
    opacity: 0.85;
    transform: translateY(-1px);
}

.donate-btn--bmc {
    background: #FFDD00;
    color: #1a1a1a;
}

.donate-btn--patreon {
    background: #FF424D;
    color: #fff;
}