:root {
    --asa-blue: #0f79b8;
    --asa-blue-dark: #0b5f90;
    --asa-green: #67d339;
    --asa-dark: #1f2937;
    --asa-text: #5b6575;
    --asa-soft: #f4f8fb;
    --asa-border: #dce6ef;
    --asa-white: #ffffff;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    color: var(--asa-dark);
    background: #fff;
}

a {
    text-decoration: none;
}

.section-space {
    padding: 90px 0;
}

.section-title {
    margin-bottom: 42px;
}

.section-title .mini-title {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: var(--asa-blue);
    margin-bottom: 12px;
}

.section-title h2 {
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 14px;
}

.section-title p {
    color: var(--asa-text);
    line-height: 1.9;
}

.topbar {
    background: #fff;
    border-bottom: 1px solid rgba(15, 121, 184, 0.08);
    font-size: 14px;
}

.topbar a,
.topbar span {
    color: var(--asa-text);
}

.main-navbar {
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(15, 121, 184, 0.08);
}

.navbar-brand {
    display: flex;
    align-items: center;
    gap: 14px;
}

.brand-logo {
    width: 56px;
    height: 56px;
    object-fit: contain;
    border-radius: 14px;
    background: #fff;
    padding: 5px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
}

.brand-text strong {
    display: block;
    font-size: 1.15rem;
    color: var(--asa-dark);
    line-height: 1.1;
}

.brand-text span {
    display: block;
    font-size: 0.82rem;
    color: var(--asa-text);
    line-height: 1.2;
}

.navbar-nav .nav-link {
    color: var(--asa-dark);
    font-weight: 600;
    padding-left: 14px !important;
    padding-right: 14px !important;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--asa-blue);
}

.navbar .dropdown-menu {
    border: 1px solid rgba(15, 121, 184, 0.1);
    border-radius: 18px;
    padding: 14px;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
}

.navbar .dropdown-toggle::after {
    margin-left: 8px;
    vertical-align: middle;
}

.mega-menu {
    width: min(1120px, calc(100vw - 40px));
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%);
    padding: 24px;
}

.solutions-mega-head {
    padding-bottom: 14px;
    margin-bottom: 18px;
    border-bottom: 1px solid rgba(15, 121, 184, 0.1);
}

.solutions-mega-head small {
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: var(--asa-blue);
    margin-bottom: 6px;
}

.solutions-mega-head h4 {
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--asa-dark);
    margin: 0;
}

.mega-menu-title {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    color: var(--asa-blue);
    margin-bottom: 14px;
}

.mega-menu-layout {
    align-items: stretch;
}

.mega-menu-content {
    padding-right: 6px;
}

.mega-menu-visual {
    height: auto;
    align-self: stretch;
    display: flex;
}

.mega-menu-image {
    width: 100%;
    height: 100%;
    min-height: 100%;
    border-radius: 22px;
    overflow: hidden;
    position: relative;
    background: url("../img/hero.webp");
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    display: block;
}

.mega-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mega-menu-list li + li {
    margin-top: 10px;
}

.mega-menu-link {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 12px 14px;
    border-radius: 14px;
    color: var(--asa-dark);
    transition: 0.2s ease;
}

.mega-menu-link:hover {
    background: var(--asa-soft);
    color: var(--asa-blue);
}

.mega-menu-link i {
    color: var(--asa-blue);
    margin-top: 4px;
    min-width: 18px;
}

.mega-menu-link strong {
    display: block;
    font-size: 15px;
    margin-bottom: 3px;
}

.mega-menu-link span {
    display: block;
    font-size: 13px;
    line-height: 1.6;
    color: var(--asa-text);
}

.btn-asa {
    background: linear-gradient(135deg, var(--asa-blue), var(--asa-blue-dark));
    color: #fff;
    border: none;
    border-radius: 14px;
    padding: 12px 20px;
    font-weight: 700;
}

.btn-asa:hover {
    color: #fff;
    opacity: 0.95;
}

.btn-soft {
    background: #fff;
    color: var(--asa-dark);
    border: 1px solid var(--asa-border);
    border-radius: 14px;
    padding: 12px 20px;
    font-weight: 700;
}

.title-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(103, 211, 57, 0.1), transparent 32%),
        radial-gradient(circle at bottom right, rgba(15, 121, 184, 0.12), transparent 34%),
        linear-gradient(180deg, #f8fbfe 0%, #ffffff 100%);
    padding: 72px 0 56px;
}

.title-card {
    position: relative;
    overflow: hidden;
    border-radius: 34px;
    padding: 42px;
    color: #fff;
    background:
        linear-gradient(rgba(15, 121, 184, 0.9), rgba(11, 95, 144, 0.82)),
        url("../img/hero.webp");
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    box-shadow: 0 28px 60px rgba(11, 95, 144, 0.2);
}

.title-card::before {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    top: -80px;
    right: -70px;
}

.title-card::after {
    content: "";
    position: absolute;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    bottom: -50px;
    left: -35px;
}

.title-card > * {
    position: relative;
    z-index: 2;
}

.title-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.94);
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 18px;
}

.title-card h1 {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.08;
    margin-bottom: 16px;
}

.title-card p {
    max-width: 760px;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.9;
    font-size: 1.05rem;
    margin: 0;
}

.breadcrumb-line {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
}

.breadcrumb-line a {
    color: #fff;
}

.footer {
    background: #0e2234;
    color: rgba(255, 255, 255, 0.82);
}

.footer strong {
    color: #fff;
}

.footer-top {
    padding: 64px 0 34px;
}

.footer-brand {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 20px;
}

.footer-brand img {
    width: 58px;
    height: 58px;
    object-fit: contain;
    border-radius: 18px;
    background: #fff;
    padding: 6px;
}

.footer-brand-text strong {
    display: block;
    font-size: 1.1rem;
}

.footer-brand-text span {
    display: block;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.9rem;
}

.footer-about {
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.7);
    max-width: 340px;
}

.footer-social {
    display: flex;
    gap: 12px;
    margin-top: 22px;
}

.footer-social a {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    transition: 0.2s ease;
}

.footer-social a:hover {
    background: var(--asa-blue);
    transform: translateY(-2px);
}

.footer-title {
    font-size: 1rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 18px;
}

.footer-links,
.footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li + li,
.footer-contact-list li + li {
    margin-top: 12px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.72);
    transition: 0.2s ease;
}

.footer-links a:hover {
    color: #fff;
    padding-left: 4px;
}

.footer-contact-list li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.footer-contact-list i {
    color: var(--asa-green);
    margin-top: 6px;
}

.footer-contact-list a,
.footer-contact-list span {
    color: rgba(255, 255, 255, 0.74);
    line-height: 1.8;
}

.footer-contact-list a:hover {
    color: #fff;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 20px 0;
}

.footer-bottom-text,
.footer-bottom-links span {
    color: rgba(255, 255, 255, 0.65);
}

.footer-bottom-links {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

@media (max-width: 991.98px) {
    .mega-menu {
        width: 100%;
        transform: none;
        left: auto !important;
        right: auto !important;
    }

    .title-card h1 {
        font-size: 2.25rem;
    }

    .section-space {
        padding: 76px 0;
    }
}

@media (max-width: 767.98px) {
    .section-space {
        padding: 70px 0;
    }

    .title-card {
        padding: 30px 24px;
        border-radius: 28px;
    }

    .title-card h1 {
        font-size: 2rem;
    }

    .footer-top {
        padding: 50px 0 28px;
    }
}
