:root {
    --it-main: #087f78;
    --it-main-dark: #075b59;
    --it-accent: #20b486;
    --it-cyan: #2fb7c7;
    --it-ink: #17313a;
    --it-muted: #60747c;
    --it-line: #dcebea;
    --it-bg: #f4f9f8;
    --it-bg-soft: #eaf6f3;
    --it-white: #ffffff;
    --it-shadow-sm: 0 10px 30px rgba(16, 65, 68, 0.07);
    --it-shadow-lg: 0 24px 70px rgba(5, 62, 65, 0.16);
}

html {
    scroll-behavior: smooth;
}

body.home-page {
    background: var(--it-bg);
    color: var(--it-ink);
}

body.home-page .site-navbar {
    min-height: 76px;
    border-bottom: 1px solid rgba(8, 127, 120, 0.09);
    box-shadow: 0 8px 30px rgba(27, 72, 75, 0.06) !important;
}

.site-navbar .navbar-brand {
    line-height: 1.05;
}

.site-navbar .brand-logo {
    width: 46px;
    height: 46px;
    object-fit: cover;
    border: 1px solid rgba(8, 127, 120, 0.18) !important;
    background: transparent;
}

.site-navbar .brand-title {
    display: block;
    color: var(--it-main-dark);
    font-size: 1rem;
    font-weight: 700;
}

.site-navbar .brand-subtitle {
    display: block;
    color: #7b8e93;
    font-size: 0.68rem;
    font-weight: 400;
    margin-top: 5px;
}

.site-navbar .nav-link {
    color: #50676e;
    border-radius: 999px;
    padding: 0.58rem 0.85rem !important;
    font-size: 0.92rem;
    transition: color 0.2s ease, background 0.2s ease;
}

.site-navbar .nav-link:hover,
.site-navbar .nav-link.active {
    color: var(--it-main-dark) !important;
    background: #eaf7f4;
}

.site-navbar .login-link {
    color: var(--it-main-dark) !important;
    background: #e6f5f2 !important;
    border: 1px solid #c9e8e2;
}

.site-navbar .dropdown-menu {
    min-width: 10rem;
    padding: 0.45rem;
    border: 1px solid var(--it-line);
    border-radius: 0.9rem;
    box-shadow: var(--it-shadow-sm);
}

.site-navbar .dropdown-item {
    padding: 0.58rem 0.75rem;
    border-radius: 0.65rem;
    color: var(--it-muted);
    font-size: 0.9rem;
}

.site-navbar .dropdown-item:hover,
.site-navbar .dropdown-item.active {
    color: var(--it-main-dark);
    background: var(--it-bg-soft);
}

@media (max-width: 1199.98px) {
    .site-navbar .navbar-collapse {
        margin-top: 0.9rem;
        padding: 0.8rem;
        border: 1px solid var(--it-line);
        border-radius: 1rem;
        background: #fff;
    }

    .site-navbar .dropdown-menu {
        margin: 0.15rem 0 0.4rem;
        border: 0;
        box-shadow: none;
        background: var(--it-bg);
    }
}

.home-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 5.5rem 0 7.5rem;
    background:
        radial-gradient(circle at 78% 18%, rgba(91, 221, 190, 0.25), transparent 22rem),
        radial-gradient(circle at 10% 100%, rgba(57, 184, 202, 0.18), transparent 24rem),
        linear-gradient(135deg, #063f44 0%, #08756f 55%, #0a9181 100%);
}

.home-hero::before,
.home-hero::after {
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.13);
}

.home-hero::before {
    width: 32rem;
    height: 32rem;
    right: -12rem;
    top: -19rem;
    box-shadow: 0 0 0 5rem rgba(255, 255, 255, 0.025);
}

.home-hero::after {
    width: 18rem;
    height: 18rem;
    left: -9rem;
    bottom: -10rem;
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    color: #d8fff5;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    padding: 0.58rem 0.9rem;
    font-size: 0.82rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    backdrop-filter: blur(12px);
}

.hero-eyebrow-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #65efc3;
    box-shadow: 0 0 0 5px rgba(101, 239, 195, 0.12);
}

.hero-title {
    max-width: 760px;
    margin: 1.4rem 0 0.9rem;
    color: #fff;
    font-size: clamp(2.25rem, 5vw, 4.15rem);
    font-weight: 700;
    line-height: 1.16;
    letter-spacing: -0.045em;
}

.hero-title span {
    display: block;
    color: #9cf0d4;
}

.hero-description {
    max-width: 680px;
    color: rgba(241, 255, 252, 0.78);
    font-size: clamp(1rem, 1.8vw, 1.13rem);
    line-height: 1.85;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 2rem;
}

.hero-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-height: 48px;
    border-radius: 999px;
    padding: 0.72rem 1.3rem;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.hero-button:hover {
    transform: translateY(-2px);
}

.hero-button-primary {
    color: #07574f;
    background: #fff;
    box-shadow: 0 12px 28px rgba(0, 24, 27, 0.2);
}

.hero-button-primary:hover {
    color: #07574f;
    box-shadow: 0 16px 36px rgba(0, 24, 27, 0.28);
}

.hero-button-secondary {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.hero-button-secondary:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.15);
}

.hero-visual {
    position: relative;
    width: min(100%, 380px);
    margin-left: auto;
}

.hero-logo-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 1.65rem;
    padding: 0.42rem;
    background: rgba(255, 255, 255, 0.09);
    box-shadow: var(--it-shadow-lg);
    backdrop-filter: blur(16px);
}

.hero-logo-card img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 1.28rem;
}

.hero-status-card {
    position: absolute;
    left: -2.25rem;
    bottom: 1.75rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: max-content;
    max-width: 260px;
    padding: 0.78rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 1rem;
    color: #fff;
    background: rgba(4, 53, 56, 0.83);
    box-shadow: 0 15px 34px rgba(0, 20, 22, 0.25);
    backdrop-filter: blur(14px);
}

.hero-status-icon {
    display: grid;
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    place-items: center;
    border-radius: 12px;
    color: #064c46;
    background: #91efcf;
}

.hero-status-card strong,
.hero-status-card small {
    display: block;
}

.hero-status-card strong {
    font-size: 0.86rem;
}

.hero-status-card small {
    margin-top: 2px;
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.7rem;
}

.quick-access-wrap {
    position: relative;
    z-index: 5;
    margin-top: -4.1rem;
}

.quick-access-panel {
    padding: 0.85rem;
    border: 1px solid rgba(8, 127, 120, 0.1);
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 22px 60px rgba(14, 70, 73, 0.12);
    backdrop-filter: blur(18px);
}

.quick-access-link {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    height: 100%;
    padding: 1rem;
    border-radius: 1rem;
    color: var(--it-ink);
    text-decoration: none;
    transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.quick-access-link:hover {
    color: var(--it-main-dark);
    background: #edf8f5;
    box-shadow: inset 0 0 0 1px #d2ece6;
    transform: translateY(-2px);
}

.quick-access-icon {
    display: grid;
    flex: 0 0 auto;
    width: 50px;
    height: 50px;
    place-items: center;
    border-radius: 15px;
    color: #fff;
    background: linear-gradient(135deg, var(--it-main), var(--it-accent));
    box-shadow: 0 10px 22px rgba(8, 127, 120, 0.2);
    font-size: 1.25rem;
}

.quick-access-copy strong,
.quick-access-copy small {
    display: block;
}

.quick-access-copy strong {
    font-size: 0.92rem;
}

.quick-access-copy small {
    margin-top: 0.2rem;
    color: #819297;
    font-size: 0.73rem;
}

.home-section {
    padding: 5.25rem 0;
}

.home-section-soft {
    background: linear-gradient(180deg, rgba(255,255,255,0.6), #fff);
    border-block: 1px solid var(--it-line);
}

.section-heading {
    max-width: 700px;
    margin: 0 auto 2.4rem;
    text-align: center;
}

.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 0.65rem;
    color: var(--it-main);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.section-heading h2,
.section-heading h3 {
    margin-bottom: 0.7rem;
    color: var(--it-ink);
    font-weight: 700;
    letter-spacing: -0.025em;
}

.section-heading p {
    margin: 0;
    color: var(--it-muted);
    line-height: 1.8;
}

body.home-page .tech-card {
    overflow: hidden;
    border: 1px solid rgba(8, 127, 120, 0.1) !important;
    border-radius: 1.35rem;
    box-shadow: var(--it-shadow-sm);
}

body.home-page .tech-card:hover {
    border-color: rgba(8, 127, 120, 0.24) !important;
    box-shadow: 0 20px 45px rgba(13, 78, 80, 0.12);
    transform: translateY(-5px);
}

.support-section {
    padding: 4.5rem 0 1rem;
}

.support-card {
    max-width: 900px !important;
    border-left: 0 !important;
}

.support-card::before {
    content: "";
    display: block;
    height: 5px;
    background: linear-gradient(90deg, var(--it-main), var(--it-accent), var(--it-cyan));
}

.support-avatar {
    width: 66px !important;
    height: 66px !important;
    background: linear-gradient(135deg, var(--it-main-dark), var(--it-main)) !important;
}

.contact-box-tech {
    height: 100%;
    padding: 0.9rem 1rem;
    border-color: var(--it-line);
    background: #f8fbfa;
}

.contact-box-tech:hover {
    border-color: #acdcd2;
    background: #fff;
}

.home-info-grid .tech-card .card-body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.home-info-grid .tech-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    margin-top: auto;
    border-radius: 1rem !important;
    object-fit: cover;
    object-position: top;
    box-shadow: none !important;
}

.home-info-grid .tech-card img.home-info-image-contain {
    object-fit: contain;
    object-position: center;
    background: #fff;
}

.home-info-icon {
    display: grid;
    width: 54px;
    height: 54px;
    margin: 0 auto 1.1rem;
    place-items: center;
    border-radius: 16px;
    color: var(--it-main);
    background: #e9f7f3;
    font-size: 1.35rem;
}

.mission-card,
.values-card {
    border: 1px solid rgba(8, 127, 120, 0.1) !important;
    border-radius: 1.5rem !important;
    box-shadow: var(--it-shadow-sm) !important;
}

.mission-card {
    background: linear-gradient(145deg, #fff, #f1faf7) !important;
}

.value-item {
    border: 1px solid transparent;
}

.value-item:hover {
    border-color: var(--it-line);
}

.video-heading-icon {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    border-radius: 16px !important;
    background: #ff3152 !important;
    box-shadow: 0 12px 24px rgba(255, 49, 82, 0.18) !important;
}

.yt-player-container {
    border: 1px solid rgba(8, 127, 120, 0.1);
    border-radius: 1.25rem !important;
    background: #07373b !important;
    box-shadow: var(--it-shadow-sm) !important;
}

.yt-player-container:hover {
    box-shadow: 0 20px 45px rgba(13, 78, 80, 0.16) !important;
}

.video-lite-button {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: hidden;
    border: 0;
    color: #fff;
    background: #07373b;
    cursor: pointer;
}

.video-lite-button img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.video-lite-button:hover img {
    opacity: 0.82;
    transform: scale(1.025);
}

.video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    display: grid;
    width: 62px;
    height: 62px;
    place-items: center;
    border: 2px solid rgba(255,255,255,0.85);
    border-radius: 50%;
    color: #fff;
    background: rgba(255, 35, 74, 0.92);
    box-shadow: 0 12px 30px rgba(0,0,0,0.28);
    font-size: 2rem;
    transform: translate(-50%, -50%);
}

body.home-page footer {
    border-top: 4px solid var(--it-main);
    background: #102e33 !important;
}

@media (max-width: 991.98px) {
    body.home-page .site-navbar {
        min-height: 68px;
    }

    .site-navbar .navbar-collapse {
        margin-top: 0.9rem;
        padding: 0.8rem;
        border: 1px solid var(--it-line);
        border-radius: 1rem;
        background: #fff;
    }

    .home-hero {
        padding: 4.4rem 0 7rem;
    }

    .hero-visual {
        width: min(100%, 330px);
        margin: 3.2rem auto 0;
    }

    .quick-access-wrap {
        margin-top: -3.3rem;
    }
}

@media (max-width: 575.98px) {
    .site-navbar .brand-subtitle {
        display: none;
    }

    .site-navbar .brand-title {
        max-width: 170px;
        font-size: 0.86rem;
    }

    .home-hero {
        padding: 3.5rem 0 5.8rem;
    }

    .hero-title {
        font-size: 2.25rem;
        letter-spacing: -0.035em;
    }

    .hero-description {
        font-size: 0.95rem;
    }

    .hero-actions,
    .hero-button {
        width: 100%;
    }

    .hero-visual {
        width: min(100%, 260px);
        margin-top: 2.5rem;
    }

    .hero-status-card {
        left: -1rem;
        bottom: 1rem;
        max-width: 230px;
    }

    .quick-access-panel {
        border-radius: 1.25rem;
    }

    .quick-access-link {
        padding: 0.75rem;
    }

    .quick-access-icon {
        width: 44px;
        height: 44px;
        border-radius: 13px;
    }

    .quick-access-copy small {
        display: none;
    }

    .home-section {
        padding: 4rem 0;
    }

    .support-section {
        padding-top: 3.6rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
