/* =====================================================
   GLOBAL
===================================================== */

html,
body {
    min-height: 100%;
}

body {
    margin: 0;
    background: #0f1216;
    color: #f1f3f5;
}

main {
    background: #0f1216;
}

.text-secondary {
    color: #9fa6ad !important;
}

/* =====================================================
   HEADER
===================================================== */

.site-header {
    background: #111418;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-header .navbar {
    min-height: 82px;
}


/* Brand */

.navbar-brand {
    font-size: 1.65rem;
    line-height: 1;
    letter-spacing: -0.04em;
}

.brand-kvich {
    font-weight: 700;
    color: #ffffff;
}

.brand-teknik {
    font-weight: 300;
    color: #ffffff;
}

/* Logo */

.navbar-brand {
    padding: 0;
    margin-right: 2rem;
}

.site-logo {
    display: block;
    width: auto;
    height: 48px;
    max-width: 260px;
    object-fit: contain;
}


/* Tablet / mobil */

@media (max-width: 991.98px) {

    .site-logo {
        height: 42px;
        max-width: 220px;
    }

}


@media (max-width: 575.98px) {

    .site-logo {
        height: 36px;
        max-width: 190px;
    }

}


/* Navigation */

.site-header .nav-link {
    color: #aeb5bd;
    font-weight: 500;
    padding-left: 0.9rem !important;
    padding-right: 0.9rem !important;
    transition:
        color 0.2s ease,
        background-color 0.2s ease;
}

.site-header .nav-link:hover {
    color: #ffffff;
}

.site-header .nav-link.active {
    color: #ffffff;
}


/* Kontaktknap */

.header-contact-btn {
    padding: 0.65rem 1.15rem;
    font-weight: 600;
}


/* Mobile */

.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.15);
}

.navbar-toggler:focus {
    box-shadow: none;
}


@media (max-width: 991.98px) {

    .site-header .navbar {
        min-height: 72px;
    }

    .navbar-collapse {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .site-header .nav-link {
        padding: 0.7rem 0 !important;
    }

    .header-contact-btn {
        margin-top: 0.75rem;
        width: 100%;
    }

}

.site-footer {
    background: #111418;
    color: #ffffff;
}

.footer-brand {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.footer-brand span {
    font-weight: 300;
}

.footer-heading {
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 1.25rem;
}

.footer-text {
    color: #aeb5bd;
    line-height: 1.7;
    max-width: 420px;
}

.footer-company {
    color: #d9dde1;
    font-size: 0.9rem;
}

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

.footer-links li {
    margin-bottom: 0.75rem;
}

.footer-links a,
.footer-bottom a {
    color: #aeb5bd;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-links a:hover,
.footer-bottom a:hover {
    color: #ffffff;
}

.footer-contact-btn {
    padding: 0.75rem 1.25rem;
    font-weight: 600;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: #7f8790;
    font-size: 0.85rem;
}

.footer-separator {
    margin: 0 0.4rem;
    opacity: 0.5;
}

.footer-bottom-links {
    white-space: nowrap;
}

/* =====================================================
   REPARATION
===================================================== */

.repair-hero {
    background:
        radial-gradient(
            circle at 80% 20%,
            rgba(13, 110, 253, 0.12),
            transparent 35%
        );
}

.section-kicker {
    color: #6ea8fe;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.repair-hero-card,
.service-card,
.process-step,
.repair-cta {
    background: #161a1f;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1rem;
}

.repair-hero-card {
    padding: 2rem;
}

.repair-hero-icon,
.service-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 1.5rem;
    border-radius: 0.75rem;
    background: rgba(13, 110, 253, 0.12);
    color: #6ea8fe;
    font-size: 1.3rem;
}

.service-card {
    padding: 1.75rem;
    transition:
        transform 0.2s ease,
        border-color 0.2s ease;
}

.service-card:hover {
    transform: translateY(-4px);
    border-color: rgba(13, 110, 253, 0.45);
}

.service-list {
    margin: 1.25rem 0 0;
    padding: 0;
    list-style: none;
}

.service-list li {
    position: relative;
    padding: 0.35rem 0 0.35rem 1.4rem;
    color: #c8cdd2;
}

.service-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #6ea8fe;
}

.repair-process {
    background: rgba(255, 255, 255, 0.015);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.process-step {
    padding: 1.75rem;
    height: 100%;
}

.process-number {
    margin-bottom: 1rem;
    color: #6ea8fe;
    font-family: monospace;
    font-size: 0.8rem;
    font-weight: 700;
}

.repair-cta {
    padding: 2rem;
}

@media (min-width: 992px) {

    .repair-cta {
        padding: 2.5rem 3rem;
    }

}

/* =====================================================
   IT & SERVICE
===================================================== */

.it-hero {
    background:
        radial-gradient(
            circle at 80% 20%,
            rgba(13, 110, 253, 0.12),
            transparent 35%
        );
}

.it-hero-card,
.local-service-panel,
.audience-card,
.it-cta {
    background: #161a1f;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1rem;
}

.it-hero-card {
    padding: 2rem;
}

.it-hero-icon,
.local-marker {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 52px;
    height: 52px;

    margin-bottom: 1.5rem;

    border-radius: 0.75rem;

    background: rgba(13, 110, 253, 0.12);

    color: #6ea8fe;
    font-size: 1.3rem;
}


.local-it-section {
    background: rgba(255, 255, 255, 0.015);

    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}


.local-service-panel {
    padding: 1.75rem;
}


.local-service-row {
    display: flex;
    gap: 1.25rem;
    align-items: flex-start;

    padding: 1.5rem 0;
}


.local-service-row + .local-service-row {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}


.local-service-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 46px;

    width: 46px;
    height: 46px;

    border-radius: 0.75rem;

    background: rgba(13, 110, 253, 0.10);

    color: #6ea8fe;
}


.audience-card {
    padding: 2rem;
}


.it-process {
    background: rgba(255, 255, 255, 0.015);

    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}


.it-cta {
    padding: 2rem;
}


@media (min-width: 992px) {

    .it-cta {
        padding: 2.5rem 3rem;
    }

}

/* =====================================================
   FORSIDE
===================================================== */

.home-hero {
    min-height: 620px;
    display: flex;
    align-items: center;

    background:
        radial-gradient(
            circle at 78% 25%,
            rgba(13, 110, 253, 0.14),
            transparent 32%
        );
}


.home-hero-card,
.home-cta {
    background: #161a1f;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1rem;
}


.home-hero-card {
    padding: 2rem;
}


.home-status {
    display: flex;
    align-items: center;
    gap: 0.6rem;

    margin-bottom: 1.5rem;

    color: #aeb5bd;
    font-size: 0.85rem;
}


.status-dot {
    width: 8px;
    height: 8px;

    border-radius: 50%;

    background: #36d17c;

    box-shadow:
        0 0 0 4px rgba(54, 209, 124, 0.10);
}


.hero-code {
    padding: 1.5rem;

    background: #0c0f12;

    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 0.75rem;

    color: #d8dde2;

    font-family:
        "SFMono-Regular",
        Consolas,
        "Liberation Mono",
        monospace;

    font-size: 0.9rem;
    line-height: 1.8;
}


.code-muted {
    color: #69727c;
}


.code-blue {
    color: #6ea8fe;
}


.code-string {
    color: #d6a86e;
}


.code-green {
    color: #5ed99a;
}


/* Service cards */

.home-service-card {
    display: block;
    height: 100%;

    padding: 2rem;

    background: #161a1f;

    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1rem;

    color: #ffffff;
    text-decoration: none;

    transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        background-color 0.2s ease;
}


.home-service-card:hover {
    transform: translateY(-5px);

    border-color: rgba(13, 110, 253, 0.45);

    background: #191e24;
}


.home-service-card p {
    min-height: 72px;
}


.service-arrow {
    color: #6ea8fe;
    font-weight: 600;
    font-size: 0.9rem;
}


/* Local */

.home-local {
    background: rgba(255, 255, 255, 0.015);

    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}


/* Audience */

.home-audience {
    background: rgba(255, 255, 255, 0.015);

    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}


/* CTA */

.home-cta {
    padding: 2rem;
}


@media (min-width: 992px) {

    .home-cta {
        padding: 2.5rem 3rem;
    }

}


@media (max-width: 991.98px) {

    .home-hero {
        min-height: auto;
    }

}

/* =====================================================
   KLINIKKER
===================================================== */

.clinic-card {
    display: block;
    padding: 2rem;

    background:
        linear-gradient(
            135deg,
            rgba(13, 110, 253, 0.10),
            rgba(22, 26, 31, 1) 55%
        );

    border: 1px solid rgba(110, 168, 254, 0.20);
    border-radius: 1rem;

    color: #ffffff;
    text-decoration: none;

    transition:
        transform 0.2s ease,
        border-color 0.2s ease;
}

.clinic-card:hover {
    transform: translateY(-4px);
    border-color: rgba(110, 168, 254, 0.55);
}

.clinic-card-link {
    color: #6ea8fe;
    font-weight: 600;
}

/* =====================================================
   KLINIKKER
===================================================== */

.clinic-hero {
    background:
        radial-gradient(
            circle at 80% 20%,
            rgba(13, 110, 253, 0.14),
            transparent 35%
        );
}


/* Trust card */

.clinic-trust-card,
.clinic-principle-card,
.clinic-service-card,
.responsibility-card,
.clinic-cta {
    background: #161a1f;

    border: 1px solid rgba(255, 255, 255, 0.08);

    border-radius: 1rem;
}


.clinic-trust-card {
    padding: 2rem;
}


.clinic-trust-status {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;

    margin-bottom: 1.75rem;

    padding: 0.5rem 0.8rem;

    border-radius: 2rem;

    background: rgba(13, 110, 253, 0.10);

    color: #6ea8fe;

    font-size: 0.85rem;
    font-weight: 600;
}


.clinic-trust-points {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8rem;

    margin-top: 1.75rem;
}


.clinic-trust-points div {
    color: #c8cdd2;
    font-size: 0.9rem;
}


.clinic-trust-points i {
    margin-right: 0.5rem;
    color: #6ea8fe;
}


/* Principles */

.clinic-principles {
    background: rgba(255, 255, 255, 0.015);

    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}


.clinic-principle-card {
    padding: 1.75rem;
}


/* Services */

.clinic-service-card {
    padding: 2rem;

    transition:
        transform 0.2s ease,
        border-color 0.2s ease;
}


.clinic-service-card:hover {
    transform: translateY(-4px);

    border-color: rgba(13, 110, 253, 0.40);
}


/* Trust / responsibility */

.clinic-trust-section {
    background: rgba(255, 255, 255, 0.015);

    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}


.responsibility-card {
    padding: 0 1.75rem;
}


.responsibility-item {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;

    padding: 1.6rem 0;
}


.responsibility-item + .responsibility-item {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}


.responsibility-item > i {
    width: 42px;

    padding-top: 0.15rem;

    color: #6ea8fe;

    font-size: 1.3rem;
}


/* Training */

.clinic-training {
    position: relative;
}


.training-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 220px;
    height: 220px;

    margin: auto;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(13, 110, 253, 0.18),
            rgba(13, 110, 253, 0.03) 65%
        );

    border: 1px solid rgba(110, 168, 254, 0.15);

    color: #6ea8fe;

    font-size: 4rem;
}


.training-list {
    margin: 2rem 0 0;
    padding: 0;

    list-style: none;
}


.training-list li {
    margin-bottom: 0.9rem;

    color: #c8cdd2;
}


.training-list i {
    margin-right: 0.75rem;

    color: #6ea8fe;
}


/* CTA */

.clinic-cta {
    padding: 2rem;
}


@media (min-width: 992px) {

    .clinic-cta {
        padding: 2.5rem 3rem;
    }

}


@media (max-width: 575.98px) {

    .clinic-trust-points {
        grid-template-columns: 1fr;
    }

    .training-icon {
        width: 160px;
        height: 160px;

        font-size: 3rem;
    }

}

/* =====================================================
   WEB & SOFTWARE
===================================================== */

.dev-hero {
    background:
        radial-gradient(
            circle at 80% 20%,
            rgba(13, 110, 253, 0.14),
            transparent 35%
        );
}


/* Code card */

.dev-code-card {
    overflow: hidden;

    background: #0c0f12;

    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 1rem;

    box-shadow:
        0 25px 80px rgba(0, 0, 0, 0.20);
}


.dev-code-header {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 0.9rem 1rem;

    background: #161a1f;

    border-bottom: 1px solid rgba(255, 255, 255, 0.07);

    color: #7f8790;

    font-family: monospace;
    font-size: 0.75rem;
}


.code-dot {
    display: inline-block;

    width: 8px;
    height: 8px;

    margin-right: 0.3rem;

    border-radius: 50%;
}


.code-dot.red {
    background: #d85c5c;
}


.code-dot.yellow {
    background: #d8ad5c;
}


.code-dot.green {
    background: #5bbd7a;
}


.dev-code-body {
    padding: 2rem;

    font-family:
        "SFMono-Regular",
        Consolas,
        "Liberation Mono",
        monospace;

    font-size: 0.9rem;
    line-height: 1.9;

    color: #d4d9de;
}


.code-indent {
    padding-left: 2rem;
}


.code-purple {
    color: #c792ea;
}


.code-blue {
    color: #6ea8fe;
}


.code-string {
    color: #d6a86e;
}


.code-success {
    color: #5ed99a;
}


/* Cards */

.dev-services {
    background: rgba(255, 255, 255, 0.015);

    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}


.dev-service-card,
.dev-cta {
    background: #161a1f;

    border: 1px solid rgba(255, 255, 255, 0.08);

    border-radius: 1rem;
}


.dev-service-card {
    padding: 2rem;

    transition:
        transform 0.2s ease,
        border-color 0.2s ease;
}


.dev-service-card:hover {
    transform: translateY(-4px);

    border-color: rgba(13, 110, 253, 0.40);
}


.dev-service-highlight {
    background:
        linear-gradient(
            135deg,
            rgba(13, 110, 253, 0.10),
            rgba(22, 26, 31, 1) 60%
        );

    border-color: rgba(110, 168, 254, 0.22);
}


/* Integration */

.integration-section {
    position: relative;
}


.integration-diagram {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;

    min-height: 280px;

    padding: 2rem;

    background: #161a1f;

    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1rem;
}


.integration-node,
.integration-core {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;
}


.integration-node {
    width: 110px;
    height: 110px;

    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 1rem;

    color: #aeb5bd;
}


.integration-node i {
    margin-bottom: 0.7rem;

    color: #6ea8fe;

    font-size: 1.7rem;
}


.integration-core {
    width: 150px;
    height: 150px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(13, 110, 253, 0.20),
            rgba(13, 110, 253, 0.04)
        );

    border: 1px solid rgba(110, 168, 254, 0.25);
}


.integration-core i {
    margin-bottom: 0.6rem;

    color: #6ea8fe;

    font-size: 2rem;
}


.integration-core span {
    color: #8f969e;

    font-size: 0.75rem;
}


.integration-line {
    color: #6ea8fe;
}


/* Technology */

.technology-section {
    background: rgba(255, 255, 255, 0.015);

    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}


.technology-cloud {
    display: flex;
    flex-wrap: wrap;

    gap: 0.75rem;
}


.technology-cloud span {
    padding: 0.55rem 0.9rem;

    background: #161a1f;

    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 2rem;

    color: #b9c0c7;

    font-family: monospace;
    font-size: 0.85rem;

    transition:
        border-color 0.2s ease,
        color 0.2s ease;
}


.technology-cloud span:hover {
    border-color: rgba(110, 168, 254, 0.40);

    color: #ffffff;
}


/* Learning */

.learning-section {
    position: relative;
}


.learning-symbol {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 220px;
    height: 220px;

    margin: auto;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(13, 110, 253, 0.18),
            rgba(13, 110, 253, 0.03) 65%
        );

    border: 1px solid rgba(110, 168, 254, 0.15);

    color: #6ea8fe;

    font-size: 4rem;
}


/* Problem solving */

.problem-section {
    background: rgba(255, 255, 255, 0.015);

    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}


/* CTA */

.dev-cta {
    padding: 2rem;
}


@media (min-width: 992px) {

    .dev-cta {
        padding: 2.5rem 3rem;
    }

}


@media (max-width: 767.98px) {

    .integration-diagram {
        flex-direction: column;
    }

    .integration-line {
        transform: rotate(90deg);
    }

    .learning-symbol {
        width: 160px;
        height: 160px;

        font-size: 3rem;
    }

}

/* =====================================================
   OM KVICH TEKNIK
===================================================== */

.about-hero {
    background:
        radial-gradient(
            circle at 80% 20%,
            rgba(13, 110, 253, 0.14),
            transparent 35%
        );
}


.about-experience-card,
.longevity-panel,
.about-area-card,
.about-values,
.company-card {
    background: #161a1f;

    border: 1px solid rgba(255, 255, 255, 0.08);

    border-radius: 1rem;
}


/* Experience */

.about-experience-card {
    padding: 2.5rem;
}


.about-experience-number {
    color: #6ea8fe;

    font-size: 5rem;
    font-weight: 700;

    line-height: 1;
    letter-spacing: -0.06em;
}


.about-experience-label {
    margin-top: 0.5rem;

    color: #ffffff;

    font-size: 1.25rem;
    font-weight: 600;
}


/* Longevity */

.about-longevity {
    background: rgba(255, 255, 255, 0.015);

    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}


.longevity-panel {
    padding: 0 1.75rem;
}


.longevity-item {
    display: flex;
    gap: 1.25rem;

    padding: 1.6rem 0;
}


.longevity-item + .longevity-item {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}


.longevity-item > i {
    width: 40px;

    color: #6ea8fe;

    font-size: 1.4rem;
}


/* Background */

.about-area-card {
    padding: 2rem;
}


/* Approach */

.about-approach {
    background: rgba(255, 255, 255, 0.015);

    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}


.about-values {
    padding: 0 1.75rem;
}


.about-value {
    display: flex;
    gap: 1.25rem;

    padding: 1.6rem 0;
}


.about-value + .about-value {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}


.about-value-number {
    color: #6ea8fe;

    font-family: monospace;
    font-size: 0.8rem;
    font-weight: 700;
}


/* Learning */

.about-learning {
    position: relative;
}


/* Company */

.about-company {
    background: rgba(255, 255, 255, 0.015);
}


.company-card {
    padding: 2rem;
}


@media (min-width: 992px) {

    .company-card {
        padding: 2.5rem 3rem;
    }

}

/* =====================================================
   KONTAKT
===================================================== */

.contact-hero {
    background:
        radial-gradient(
            circle at 80% 20%,
            rgba(13, 110, 253, 0.14),
            transparent 35%
        );
}


.contact-intro-card,
.contact-info-card,
.contact-form-card,
.contact-area-card {
    background: #161a1f;

    border: 1px solid rgba(255, 255, 255, 0.08);

    border-radius: 1rem;
}


/* Hero */

.contact-intro-card {
    padding: 2rem;
}


.contact-status {
    display: flex;
    align-items: center;
    gap: 0.7rem;

    margin-bottom: 1.75rem;

    color: #aeb5bd;

    font-size: 0.9rem;
}


/* Info */

.contact-info-section {
    background: rgba(255, 255, 255, 0.015);

    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}


.contact-info-card {
    display: block;

    padding: 2rem;

    color: #ffffff;

    text-decoration: none;

    transition:
        transform 0.2s ease,
        border-color 0.2s ease;
}


a.contact-info-card:hover {
    transform: translateY(-4px);

    border-color: rgba(110, 168, 254, 0.40);

    color: #ffffff;
}


.contact-info-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 52px;
    height: 52px;

    margin-bottom: 1.5rem;

    border-radius: 0.75rem;

    background: rgba(13, 110, 253, 0.12);

    color: #6ea8fe;

    font-size: 1.3rem;
}


/* Form */

.contact-form-card {
    padding: 2rem;
}


.contact-form-card .form-label {
    color: #cbd1d6;

    font-weight: 500;
}


.contact-form-card .form-control {
    background: #0f1216;

    border-color: rgba(255, 255, 255, 0.10);

    color: #ffffff;
}


.contact-form-card .form-control:focus {
    background: #0f1216;

    border-color: #6ea8fe;

    color: #ffffff;

    box-shadow:
        0 0 0 0.25rem rgba(13, 110, 253, 0.10);
}


.contact-form-card .form-control::placeholder {
    color: #656d75;
}


.contact-promise {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;

    color: #c8cdd2;
}


.contact-promise i {
    width: 24px;

    color: #6ea8fe;
}


/* Honeypot */

.contact-hp {
    position: absolute !important;

    left: -9999px !important;

    width: 1px !important;
    height: 1px !important;

    overflow: hidden !important;
}


/* Form response */

.contact-form-status {
    display: none;

    padding: 0.9rem 1rem;

    border-radius: 0.6rem;
}


.contact-form-status.success {
    display: block;

    background: rgba(54, 209, 124, 0.10);

    border: 1px solid rgba(54, 209, 124, 0.25);

    color: #79dfa7;
}


.contact-form-status.error {
    display: block;

    background: rgba(220, 53, 69, 0.10);

    border: 1px solid rgba(220, 53, 69, 0.25);

    color: #ef8b95;
}


/* Area */

.contact-area-section {
    background: rgba(255, 255, 255, 0.015);

    border-top: 1px solid rgba(255, 255, 255, 0.05);
}


.contact-area-card {
    padding: 0 1.75rem;
}


.contact-area-card > div {
    display: grid;

    grid-template-columns: 42px 1fr;
    grid-template-rows: auto auto;

    column-gap: 1rem;

    padding: 1.5rem 0;
}


.contact-area-card > div + div {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}


.contact-area-card i {
    grid-row: 1 / 3;

    color: #6ea8fe;

    font-size: 1.3rem;
}


.contact-area-card strong {
    color: #ffffff;
}


.contact-area-card span {
    color: #8f969e;

    font-size: 0.9rem;
}


@media (min-width: 992px) {

    .contact-form-card {
        padding: 2.5rem;
    }

}

/* =====================================================
   PRIVATLIV
===================================================== */

.privacy-hero {
    background:
        radial-gradient(
            circle at 80% 20%,
            rgba(13, 110, 253, 0.12),
            transparent 35%
        );
}


.privacy-updated {
    color: #6f7780;

    font-size: 0.85rem;
}


.privacy-content {
    background: rgba(255, 255, 255, 0.01);

    border-top: 1px solid rgba(255, 255, 255, 0.05);
}


.privacy-section {
    padding: 2.5rem 0;

    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}


.privacy-section:first-child {
    padding-top: 0;
}


.privacy-section h2 {
    margin-bottom: 1.25rem;

    font-size: 1.6rem;
}


.privacy-section p,
.privacy-section li {
    color: #aeb5bd;

    line-height: 1.75;
}


.privacy-section a {
    color: #6ea8fe;

    text-decoration: none;
}


.privacy-section a:hover {
    color: #ffffff;
}


.privacy-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 48px;
    height: 48px;

    margin-bottom: 1.25rem;

    border-radius: 0.75rem;

    background: rgba(13, 110, 253, 0.10);

    color: #6ea8fe;

    font-size: 1.15rem;
}


/* Contact information */

.privacy-contact {
    display: flex;
    flex-direction: column;

    gap: 0.8rem;

    margin-top: 1.5rem;
}


.privacy-contact > div {
    display: flex;

    gap: 0.8rem;

    color: #c8cdd2;
}


.privacy-contact i {
    width: 22px;

    margin-top: 0.25rem;

    color: #6ea8fe;
}


/* Sensitive information warning */

.privacy-warning {
    display: flex;

    gap: 1.5rem;

    margin: 2rem 0;
    padding: 1.75rem;

    background:
        linear-gradient(
            135deg,
            rgba(13, 110, 253, 0.10),
            rgba(22, 26, 31, 1)
        );

    border: 1px solid rgba(110, 168, 254, 0.22);
    border-radius: 1rem;
}


.privacy-warning-icon {
    flex: 0 0 auto;

    color: #6ea8fe;

    font-size: 1.7rem;
}


.privacy-warning p {
    color: #aeb5bd;

    line-height: 1.7;
}


/* Rights */

.privacy-rights {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 0.8rem;

    margin-top: 1.5rem;
}


.privacy-rights > div {
    display: flex;
    align-items: center;

    gap: 0.8rem;

    padding: 1rem;

    background: #161a1f;

    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 0.75rem;

    color: #c8cdd2;
}


.privacy-rights i {
    width: 24px;

    color: #6ea8fe;
}


/* CTA */

.privacy-contact-cta {
    margin-top: 3rem;

    padding: 2rem;

    background: #161a1f;

    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1rem;
}


@media (max-width: 575.98px) {

    .privacy-rights {
        grid-template-columns: 1fr;
    }


    .privacy-warning {
        flex-direction: column;

        gap: 1rem;
    }

}

/* =====================================================
   INSTITUTIONER
===================================================== */

.institution-hero {
    background:
        radial-gradient(
            circle at 80% 20%,
            rgba(13, 110, 253, 0.14),
            transparent 35%
        );
}


.institution-hero-card,
.institution-principle-card,
.institution-service-card,
.institution-support-card,
.institution-cta {
    background: #161a1f;

    border: 1px solid rgba(255, 255, 255, 0.08);

    border-radius: 1rem;
}


/* Hero */

.institution-hero-card {
    padding: 2rem;
}


.institution-hero-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 52px;
    height: 52px;

    margin-bottom: 1.5rem;

    border-radius: 0.75rem;

    background: rgba(13, 110, 253, 0.12);

    color: #6ea8fe;

    font-size: 1.3rem;
}


/* Principles */

.institution-principles {
    background: rgba(255, 255, 255, 0.015);

    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}


.institution-principle-card {
    padding: 1.75rem;
}


/* Services */

.institution-service-card {
    padding: 2rem;

    transition:
        transform 0.2s ease,
        border-color 0.2s ease;
}


.institution-service-card:hover {
    transform: translateY(-4px);

    border-color: rgba(13, 110, 253, 0.40);
}


.institution-service-highlight {
    background:
        linear-gradient(
            135deg,
            rgba(13, 110, 253, 0.10),
            rgba(22, 26, 31, 1) 60%
        );

    border-color: rgba(110, 168, 254, 0.22);
}


/* AMU */

.amu-section {
    background: rgba(255, 255, 255, 0.015);

    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}


.amu-symbol {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 220px;
    height: 220px;

    margin: auto;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(13, 110, 253, 0.18),
            rgba(13, 110, 253, 0.03) 65%
        );

    border: 1px solid rgba(110, 168, 254, 0.15);

    color: #6ea8fe;

    font-size: 4rem;
}


/* Approach */

.institution-approach {
    position: relative;
}


/* Support */

.institution-support {
    background: rgba(255, 255, 255, 0.015);

    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}


.institution-support-card {
    padding: 0 1.75rem;
}


.institution-support-row {
    display: flex;
    align-items: flex-start;

    gap: 1.25rem;

    padding: 1.6rem 0;
}


.institution-support-row + .institution-support-row {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}


.institution-support-row > i {
    width: 42px;

    padding-top: 0.15rem;

    color: #6ea8fe;

    font-size: 1.3rem;
}


/* CTA */

.institution-cta {
    padding: 2rem;
}


@media (min-width: 992px) {

    .institution-cta {
        padding: 2.5rem 3rem;
    }

}


@media (max-width: 575.98px) {

    .amu-symbol {
        width: 160px;
        height: 160px;

        font-size: 3rem;
    }

}

