﻿/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.synaps-brand-logo {
    width: 34px;
    height: 34px;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 0 8px rgba(62, 173, 255, 0.35));
}

.hero-brand-logo {
    width: 52px;
    height: 52px;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 0 16px rgba(62, 173, 255, 0.45));
}

.synaps-footer-logo {
    width: 34px;
    height: 34px;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 0 8px rgba(62, 173, 255, 0.25));
}

a {
    color: #0077cc;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

body {
    margin-bottom: 60px;
    background: radial-gradient(circle at 18% 12%, rgba(28, 124, 255, 0.18), transparent 22%), radial-gradient(circle at 72% 18%, rgba(58, 170, 255, 0.14), transparent 18%), radial-gradient(circle at 70% 72%, rgba(33, 110, 255, 0.10), transparent 20%), linear-gradient(180deg, #020814 0%, #05142c 38%, #041124 68%, #020a16 100%);
    color: #eaf4ff;
}

main {
    padding-bottom: 40px;
}

/* HERO */

.hero-section {
    position: relative;
    overflow: hidden;
    padding: 22px 0 18px 0;
}

    .hero-section::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at 68% 28%, rgba(48, 153, 255, 0.18), transparent 18%), radial-gradient(circle at 74% 34%, rgba(52, 197, 255, 0.12), transparent 28%), linear-gradient(90deg, rgba(2, 16, 38, 0.30) 0%, rgba(2, 16, 38, 0.05) 100%);
        pointer-events: none;
    }

.hero-content {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 24px;
    align-items: center;
}

.hero-left {
    padding: 6px 0;
}

.hero-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.hero-brand-main {
    margin-bottom: 18px;
}

.hero-brand-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    background: radial-gradient(circle at 30% 30%, #3aa7ff, #0b3f9c 70%, #07245a 100%);
    box-shadow: 0 0 18px rgba(0, 170, 255, 0.6);
}

.hero-brand-text {
    font-size: 2.35rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #ffffff;
    text-shadow: 0 0 16px rgba(78, 181, 255, 0.42);
}

.hero-title-wrap {
    position: relative;
    max-width: 760px;
}

    .hero-title-wrap::after {
        content: "";
        position: absolute;
        left: 0;
        top: -12px;
        width: 220px;
        height: 3px;
        border-radius: 999px;
        background: linear-gradient(90deg, rgba(80, 196, 255, 0.95), rgba(80, 196, 255, 0.12));
        box-shadow: 0 0 18px rgba(80, 196, 255, 0.35);
        opacity: 0.85;
    }

.hero-title {
    max-width: 760px;
    font-size: 3rem;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 14px;
    color: #ffffff;
    text-shadow: 0 0 16px rgba(80, 160, 255, 0.10);
}

.hero-description {
    max-width: 620px;
    font-size: 1.12rem;
    line-height: 1.5;
    color: #bdd3ec;
    margin-bottom: 18px;
}

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 10px;
}

    .hero-buttons .btn {
        border-radius: 14px;
        padding: 14px 26px;
        font-size: 1.05rem;
        font-weight: 600;
        border: none;
        text-decoration: none;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    }

    .hero-buttons .btn-primary {
        background: linear-gradient(90deg, #1ba4ff 0%, #2e67ff 100%);
        color: #ffffff;
        box-shadow: 0 0 22px rgba(39, 140, 255, 0.45);
    }

    .hero-buttons .btn-secondary {
        background: rgba(8, 20, 44, 0.72);
        color: #ffffff;
        border: 1px solid rgba(111, 169, 255, 0.24);
    }

.hero-right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-visual {
    position: relative;
    width: 100%;
    min-height: 340px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .hero-visual::before {
        content: "";
        position: absolute;
        width: 420px;
        height: 420px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(58, 161, 255, 0.20) 0%, rgba(19, 74, 197, 0.12) 45%, rgba(0, 0, 0, 0) 72%);
        filter: blur(8px);
        pointer-events: none;
    }

    .hero-visual::after {
        content: "";
        position: absolute;
        width: 420px;
        height: 120px;
        bottom: 12px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(28, 133, 255, 0.28) 0%, rgba(28, 133, 255, 0.08) 45%, rgba(0, 0, 0, 0) 75%);
        filter: blur(10px);
        pointer-events: none;
    }

.hero-orbit {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(85, 183, 255, 0.16);
    box-shadow: 0 0 16px rgba(60, 160, 255, 0.08);
    pointer-events: none;
}

.hero-orbit-1 {
    width: 300px;
    height: 300px;
    left: 48px;
    top: -4px;
}

.hero-orbit-2 {
    width: 360px;
    height: 120px;
    left: 78px;
    bottom: 30px;
    transform: rotate(-12deg);
    border-color: rgba(70, 190, 255, 0.20);
    box-shadow: 0 0 20px rgba(60, 170, 255, 0.14);
}

.hero-circle {
    position: absolute;
    left: 90px;
    top: 30px;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: radial-gradient(circle at 42% 42%, rgba(84, 216, 255, 0.98) 0%, rgba(40, 130, 255, 0.82) 30%, rgba(16, 48, 138, 0.92) 66%, rgba(0, 0, 0, 0) 76%);
    box-shadow: 0 0 50px rgba(37, 165, 255, 0.50), 0 0 90px rgba(21, 85, 210, 0.24);
    z-index: 1;
}

    .hero-circle::before {
        content: "";
        position: absolute;
        inset: -18px;
        border-radius: 50%;
        border: 2px solid rgba(84, 194, 255, 0.22);
        box-shadow: 0 0 18px rgba(53, 180, 255, 0.18);
    }

    .hero-circle::after {
        content: "";
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 5rem;
        font-weight: 800;
        color: #ffffff;
        text-shadow: 0 0 22px rgba(255, 255, 255, 0.35);
    }

.hero-laptop {
    position: absolute;
    right: 8px;
    bottom: 18px;
    width: 310px;
    height: 190px;
    border-radius: 20px;
    background: linear-gradient(180deg, #18304f 0%, #0a1323 100%);
    border: 1px solid rgba(102, 179, 255, 0.24);
    box-shadow: 0 22px 45px rgba(0, 0, 0, 0.45), 0 0 28px rgba(35, 120, 255, 0.10);
    z-index: 2;
    transform: perspective(800px) rotateY(-12deg) rotateX(6deg);
}

    .hero-laptop::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 20px;
        background: linear-gradient(135deg, rgba(255,255,255,0.05), rgba(255,255,255,0.00) 38%);
        pointer-events: none;
    }

    .hero-laptop::after {
        content: "";
        position: absolute;
        left: -24px;
        right: -24px;
        bottom: -14px;
        height: 14px;
        border-radius: 0 0 30px 30px;
        background: linear-gradient(90deg, #65748e, #c0d4ff, #65748e);
        opacity: 0.95;
    }

.hero-laptop-screen {
    position: absolute;
    inset: 12px;
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(16, 35, 66, 0.96), rgba(7, 17, 34, 0.99)), radial-gradient(circle at top right, rgba(40, 158, 255, 0.18), transparent 40%);
    overflow: hidden;
    display: flex;
    align-items: end;
    gap: 14px;
    padding: 24px;
}

    .hero-laptop-screen::before {
        content: "";
        position: absolute;
        left: 18px;
        right: 18px;
        top: 18px;
        height: 2px;
        background: linear-gradient(90deg, transparent, rgba(104, 196, 255, 0.55), transparent);
        opacity: 0.9;
    }

.hero-glow-line {
    position: absolute;
    left: 70px;
    bottom: 18px;
    width: 360px;
    height: 14px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(55, 180, 255, 0.0), rgba(55, 180, 255, 0.55), rgba(55, 180, 255, 0.0));
    filter: blur(10px);
    opacity: 0.85;
    pointer-events: none;
}

.chart-bar {
    width: 28px;
    border-radius: 10px 10px 0 0;
    background: linear-gradient(180deg, #4bd2ff 0%, #1d72ff 100%);
    box-shadow: 0 0 18px rgba(52, 171, 255, 0.35);
}

.bar-1 {
    height: 55px;
}

.bar-2 {
    height: 95px;
}

.bar-3 {
    height: 135px;
}

.bar-4 {
    height: 80px;
}

/* INFO STRIP */

.info-strip {
    margin-top: 10px;
    margin-bottom: 18px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.info-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(180deg, rgba(8, 22, 46, 0.82), rgba(5, 17, 36, 0.72));
    border: 1px solid rgba(100, 170, 255, 0.16);
    border-radius: 16px;
    padding: 14px 16px;
    text-align: center;
    font-size: 1rem;
    color: #d9ebff;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.03), 0 10px 24px rgba(0, 0, 0, 0.18);
}

.info-item-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: radial-gradient(circle, #7dd7ff 0%, #1f79ff 100%);
    box-shadow: 0 0 12px rgba(63, 176, 255, 0.55);
    flex: 0 0 auto;
}

/* VERSION */

.version-preview {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 6px;
}

.version-card {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(6, 20, 42, 0.86), rgba(5, 16, 34, 0.82));
    border: 1px solid rgba(90, 162, 255, 0.16);
    border-radius: 22px;
    padding: 22px;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255,255,255,0.03);
}

    .version-card::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at 82% 18%, rgba(49, 146, 255, 0.10), transparent 20%), linear-gradient(135deg, rgba(255,255,255,0.02), transparent 40%);
        pointer-events: none;
    }

.section-card-header {
    position: relative;
    margin-bottom: 10px;
}

.version-card h2 {
    position: relative;
    color: #ffffff;
    margin-bottom: 0;
    font-size: 1.7rem;
}

.version-line {
    position: relative;
    display: flex;
    align-items: baseline;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.version-card h3 {
    position: relative;
    color: #ffffff;
    margin-bottom: 0;
    font-size: 2.2rem;
}

.version-date {
    color: #9fc5ef;
    font-size: 1rem;
}

.feature-list {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .feature-list li {
        position: relative;
        color: #c7daee;
        font-size: 1.02rem;
        line-height: 1.5;
        margin-bottom: 10px;
        padding-left: 22px;
    }

        .feature-list li::before {
            content: "•";
            position: absolute;
            left: 0;
            top: 0;
            color: #71c8ff;
            font-size: 1.1rem;
        }

.feature-list-check li::before {
    content: "✓";
    color: #59c7ff;
    text-shadow: 0 0 10px rgba(89, 199, 255, 0.24);
}

.feature-list-plus li::before {
    content: "+";
    color: #59c7ff;
    font-weight: 700;
    text-shadow: 0 0 10px rgba(89, 199, 255, 0.24);
}

/* NAVBAR */

.navbar {
    background: rgba(3, 10, 24, 0.72) !important;
    border-bottom: 1px solid rgba(103, 174, 255, 0.10);
    backdrop-filter: blur(10px);
}

.navbar-brand,
.nav-link {
    color: #edf6ff !important;
}

    .nav-link:hover,
    .navbar-brand:hover {
        color: #63b7ff !important;
    }

.container {
    max-width: 1240px;
}

/* FOOTER GENERIC */

.footer {
    position: static;
    width: 100%;
    white-space: normal;
    line-height: 60px;
    color: #b6cae2;
    border-top: 1px solid rgba(114, 163, 224, 0.12);
    background: rgba(2, 10, 22, 0.45);
}

    .footer a {
        color: #7fc3ff;
    }

/* RESPONSIVE MID */

@media (max-width: 1100px) {
    .hero-content {
        grid-template-columns: 1fr;
    }

    .hero-right {
        order: -1;
    }

    .hero-title {
        font-size: 3.2rem;
    }

    .info-strip,
    .version-preview,
    .download-grid {
        grid-template-columns: 1fr 1fr;
    }

    .hero-visual {
        min-height: 300px;
    }

    .hero-circle {
        left: 80px;
        top: 28px;
    }

    .hero-orbit-1 {
        left: 42px;
        top: 0;
    }

    .hero-orbit-2 {
        left: 70px;
        bottom: 28px;
    }
}

/* NAVBAR CUSTOM */

.synaps-navbar {
    background: rgba(3, 10, 24, 0.78) !important;
    border-bottom: 1px solid rgba(103, 174, 255, 0.14);
    backdrop-filter: blur(12px);
    padding-top: 14px;
    padding-bottom: 14px;
}

.synaps-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.synaps-brand-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    font-size: 1.15rem;
    font-weight: 800;
    color: #ffffff;
    background: radial-gradient(circle at 30% 30%, #3aa7ff, #0b3f9c 70%, #07245a 100%);
    box-shadow: 0 0 16px rgba(0, 170, 255, 0.55);
}

.synaps-brand-name {
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.4px;
}

.synaps-menu {
    gap: 12px;
}

    .synaps-menu .nav-link {
        color: #dcecff !important;
        font-size: 1.05rem;
        font-weight: 500;
        padding: 10px 14px !important;
        border-radius: 12px;
        transition: 0.2s ease;
    }

        .synaps-menu .nav-link:hover {
            color: #ffffff !important;
            background: rgba(34, 88, 180, 0.18);
            box-shadow: inset 0 -2px 0 rgba(82, 174, 255, 0.9);
        }

.synaps-nav-actions {
    display: flex;
    align-items: center;
}

.synaps-download-btn {
    border-radius: 14px;
    padding: 12px 22px;
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    background: linear-gradient(90deg, #179dff 0%, #2763ff 100%);
    border: none;
    text-decoration: none;
    box-shadow: 0 0 18px rgba(39, 140, 255, 0.35);
}

    .synaps-download-btn:hover {
        color: #ffffff;
    }

.navbar-toggler {
    border-color: rgba(130, 183, 255, 0.25);
}

    .navbar-toggler:focus {
        box-shadow: 0 0 0 0.15rem rgba(71, 155, 255, 0.25);
    }

.navbar-toggler-icon {
    filter: invert(1);
}

@media (max-width: 991px) {
    .synaps-menu {
        gap: 4px;
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .synaps-nav-actions {
        margin-top: 10px;
    }
}

/* DOWNLOAD */

.download-section {
    margin-top: 28px;
    margin-bottom: 28px;
}

.download-title {
    font-size: 2rem;
    color: #ffffff;
    margin-bottom: 18px;
    font-weight: 700;
}

.download-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.download-card {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(6, 20, 42, 0.86), rgba(5, 16, 34, 0.82));
    border: 1px solid rgba(90, 162, 255, 0.16);
    border-radius: 22px;
    padding: 22px;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255,255,255,0.03);
}

    .download-card::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at 84% 24%, rgba(49, 146, 255, 0.10), transparent 22%), linear-gradient(135deg, rgba(255,255,255,0.02), transparent 40%);
        pointer-events: none;
    }

    .download-card h3 {
        position: relative;
        color: #ffffff;
        margin-bottom: 0;
        font-size: 1.7rem;
    }

.download-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 18px;
    margin-bottom: 14px;
}

.download-size {
    color: #cfe3fa;
    font-size: 1rem;
}

.download-hash {
    color: #8fb4da;
    font-size: 0.95rem;
    word-break: break-all;
    position: relative;
}

/* FOOTER */

.synaps-footer {
    margin-top: 40px;
    padding-top: 26px;
    padding-bottom: 26px;
    border-top: 1px solid rgba(114, 163, 224, 0.12);
    background: rgba(2, 10, 22, 0.45);
    color: #b6cae2;
}

.synaps-footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(114, 163, 224, 0.12);
}

.synaps-footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.synaps-footer-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 1.1rem;
    font-weight: 800;
    color: #ffffff;
    background: radial-gradient(circle at 30% 30%, #3aa7ff, #0b3f9c 70%, #07245a 100%);
    box-shadow: 0 0 16px rgba(0, 170, 255, 0.45);
}

.synaps-footer-name {
    font-size: 1.9rem;
    font-weight: 700;
    color: #ffffff;
}

.synaps-footer-meta {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    color: #c5d9ee;
    font-size: 1rem;
}

.synaps-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    padding-top: 18px;
}

.synaps-footer-copy {
    color: #9db8d6;
    font-size: 0.98rem;
}

.synaps-footer-links {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

    .synaps-footer-links a {
        color: #cfe6ff;
        text-decoration: none;
    }

        .synaps-footer-links a:hover {
            color: #7fc3ff;
        }

/* MOBILE */

@media (max-width: 700px) {
    .hero-brand-logo {
        width: 46px;
        height: 46px;
    }

    .hero-brand-text {
        font-size: 2.1rem;
    }

    .hero-title-wrap::after {
        width: 150px;
        top: -10px;
    }

    .hero-title {
        font-size: 2.4rem;
    }

    .hero-description {
        font-size: 1.02rem;
    }

    .hero-laptop {
        width: 250px;
        height: 156px;
        right: 0;
        bottom: 12px;
    }

    .hero-circle {
        left: 36px;
        top: 18px;
        width: 180px;
        height: 180px;
    }

        .hero-circle::after {
            font-size: 3.6rem;
        }

    .hero-orbit-1 {
        width: 240px;
        height: 240px;
        left: 16px;
        top: 2px;
    }

    .hero-orbit-2 {
        width: 260px;
        left: 28px;
        bottom: 18px;
    }

    .hero-glow-line {
        width: 250px;
        left: 20px;
    }

    .info-strip,
    .version-preview,
    .download-grid {
        grid-template-columns: 1fr;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: flex-start;
    }

    .download-title {
        font-size: 2rem;
    }

    .download-card h3 {
        font-size: 1.6rem;
    }

    .download-actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .version-line {
        flex-direction: column;
        gap: 4px;
        align-items: flex-start;
    }

    .synaps-footer-top,
    .synaps-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* HERO IMAGE VERSION */

.hero-section-image {
    position: relative;
    min-height: 720px;
    padding: 0;
    background-image: linear-gradient(90deg, rgba(2, 8, 20, 0.88) 0%, rgba(2, 8, 20, 0.60) 32%, rgba(2, 8, 20, 0.18) 56%, rgba(2, 8, 20, 0.08) 100%), url('/images/hero-bg.png');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    border-bottom: 1px solid rgba(103, 174, 255, 0.10);
}

    .hero-section-image::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(2, 8, 20, 0.10) 0%, rgba(2, 8, 20, 0.16) 100%);
        pointer-events: none;
    }

.hero-overlay {
    position: relative;
    z-index: 1;
    min-height: 720px;
    display: flex;
    align-items: center;
}

.hero-content-image {
    display: block;
    width: 100%;
}

.hero-left-image {
    width: 100%;
    max-width: 560px;
    padding: 36px 0 24px 0;
}

.hero-brand-logo-large {
    width: 92px;
    height: 92px;
    filter: drop-shadow(0 0 18px rgba(62, 173, 255, 0.50));
}

.hero-brand-text-large {
    font-size: 4rem;
    line-height: 1;
    text-shadow: 0 0 18px rgba(78, 181, 255, 0.30);
}

.hero-title-wrap-image::after {
    width: 340px;
    height: 4px;
    top: -14px;
    background: linear-gradient(90deg, rgba(80, 196, 255, 1), rgba(80, 196, 255, 0.18));
    box-shadow: 0 0 20px rgba(80, 196, 255, 0.40);
}

.hero-title-image {
    max-width: 540px;
    font-size: 3.3rem;
    line-height: 1.18;
    margin-bottom: 18px;
}

.hero-description-image {
    max-width: 560px;
    font-size: 1.18rem;
    line-height: 1.55;
    color: #d7e8fb;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
    margin-bottom: 24px;
}

.hero-buttons-image {
    gap: 18px;
}

    .hero-buttons-image .btn {
        min-width: 190px;
        justify-content: center;
        text-align: center;
        font-size: 1.08rem;
        padding: 15px 28px;
    }

@media (max-width: 1100px) {
    .hero-section-image {
        min-height: 620px;
        background-position: center center;
    }

    .hero-overlay {
        min-height: 620px;
    }

    .hero-left-image {
        max-width: 520px;
        padding: 28px 0 20px 0;
    }

    .hero-brand-logo-large {
        width: 78px;
        height: 78px;
    }

    .hero-brand-text-large {
        font-size: 3.3rem;
    }

    .hero-title-image {
        font-size: 2.8rem;
    }
}

@media (max-width: 700px) {
    .hero-section-image {
        min-height: 540px;
        background-position: 62% center;
    }

    .hero-overlay {
        min-height: 540px;
    }

    .hero-left-image {
        max-width: 100%;
        padding: 20px 0 16px 0;
    }

    .hero-brand-logo-large {
        width: 58px;
        height: 58px;
    }

    .hero-brand-text-large {
        font-size: 2.4rem;
    }

    .hero-title-wrap-image::after {
        width: 180px;
        top: -10px;
    }

    .hero-title-image {
        font-size: 2.2rem;
        line-height: 1.15;
    }

    .hero-description-image {
        font-size: 1rem;
        max-width: 100%;
    }

    .hero-buttons-image {
        flex-direction: column;
        align-items: flex-start;
    }

        .hero-buttons-image .btn {
            min-width: 0;
            width: auto;
        }
}

/* TEMP HOME IMAGE PAGE */

.home-image-page {
    min-height: calc(100vh - 120px);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 24px 0 40px 0;
}

.home-image-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.home-image {
    display: block;
    width: min(100%, 1400px);
    height: auto;
    border-radius: 18px;
    box-shadow: 0 0 30px rgba(37, 143, 255, 0.12), 0 18px 60px rgba(0, 0, 0, 0.45);
}

@media (max-width: 900px) {
    .home-image-page {
        padding: 16px 0 24px 0;
    }

    .home-image {
        width: 100%;
        border-radius: 12px;
    }
}