/* ─── RESET & ROOT ─────────────────────────────── */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}


    @font-face {
        font-family: 'DigiRastinPlusLine';
        src: url('../font/DigiRastinPlusLine.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
        font-display: swap;
    }



:root {
    --p: #0E946E;
    --pl: #12b085;
    --pd: #0a7358;
    --pll: #5ef0c4;
    --pg: rgba(14, 148, 110, 0.3);
    --pu: rgba(14, 148, 110, 0.08);
    --pb: rgba(14, 148, 110, 0.15);
    --pbr: rgba(14, 148, 110, 0.4);
    --d: #050c0a;
    --d2: #080f0d;
    --d3: #0d1714;
    --d4: #111e1a;
    --d5: #162420;
    --t1: #e8f5f0;
    --t2: #8ab5a7;
    --tm: #4d7a6e;
    --gm: linear-gradient(135deg, #0E946E, #0a7358, #064d3a);
    --gc: linear-gradient(135deg, #0E946E, #12b085, #5ef0c4);
    --tr: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --sh: 0 20px 60px rgba(0, 0, 0, 0.5);
    --sg: 0 0 40px rgba(14, 148, 110, 0.4);
    --d2: #0f1715;
    --d3: #121b18;
    --d4: #0b0f0e;
    --pb: #1e2a26;
    --gm: #0E946E;
    --pg: rgba(14, 148, 110, .35);
    --gc: linear-gradient(90deg, #0E946E, #0bb985);
    --t1: #e6f2ee;
    --t2: #9fb1ab;
    --tm: #9fb1ab;
    --pl: #0bb985;
    --pu: rgba(14, 148, 110, .15);
    --p: #0E946E;
    --tr: .2s ease;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden
}

body {
    font-family: 'DigiRastinPlusLine', sans-serif;
    background: var(--d);
    color: var(--t1);
    overflow-x: hidden;
    line-height: 1.7
}

/* ─── EMBEDDED ICONS (SVG inline) ─────────────── */
.ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1em;
    height: 1em
}

.ico svg {
    width: 100%;
    height: 100%;
    fill: currentColor
}

/* ─── SCROLLBAR ────────────────────────────────── */
::-webkit-scrollbar {
    width: 5px
}

::-webkit-scrollbar-track {
    background: var(--d2)
}

::-webkit-scrollbar-thumb {
    background: var(--p);
    border-radius: 3px
}


/* ─── SECTION COMMON ────────────────────────────── */
section {
    padding: 100px 5%
}

.sec-lbl {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--pl);
    font-size:1.5rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 14px
}

.sec-lbl::before,
.sec-lbl::after {
    content: '';
    width: 28px;
    height: 1.5px;
    background: var(--pl)
}

.sec-title {
    font-size: clamp(26px, 3.5vw, 46px);
    font-weight: 900;
    color: var(--t1);
    line-height: 1.2;
    margin-bottom: 14px
}

.sec-title span {
    background: var(--gc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.sec-desc {
    font-size: 15.5px;
    color: var(--t2);
    line-height: 1.9;
    max-width: 580px;
    font-weight: 300
}

.sec-hd {
    text-align: center;
    margin-bottom: 65px
}

.sec-hd .sec-desc {
    margin: 0 auto
}


/* ─── BACK TO TOP ────────────────────────────────── */
.btt {
    position: fixed;
    bottom: 32px;
    left: 32px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--gm);
    border: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: var(--tr);
    z-index: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 28px var(--pg);
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none
}

.btt.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all
}

.btt:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 45px var(--pg)
}





/* ─── ANIMATIONS ────────────────────────────────── */
@keyframes fdD {
    from {
        opacity: 0;
        transform: translateY(-28px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fdU {
    from {
        opacity: 0;
        transform: translateY(28px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes orbF {

    0%,
    100% {
        transform: translateY(0) scale(1)
    }

    50% {
        transform: translateY(-35px) scale(1.06)
    }
}

@keyframes gridScroll {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(55px)
    }
}

@keyframes dotPulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 1
    }

    50% {
        transform: scale(1.4);
        opacity: 0.6
    }
}

@keyframes lineGrow {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

@keyframes drawLine {
    to {
        stroke-dashoffset: 0
    }
}

@keyframes tkAnim {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

@keyframes flBadge {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-10px)
    }
}

.rv {
    opacity: 0;
    transform: translateY(38px);
    transition: opacity .7s ease, transform .7s ease
}

.rv.vis {
    opacity: 1;
    transform: translateY(0)
}

.rv-l {
    opacity: 0;
    transform: translateX(-38px);
    transition: opacity .7s ease, transform .7s ease
}

.rv-l.vis {
    opacity: 1;
    transform: translateX(0)
}

.rv-r {
    opacity: 0;
    transform: translateX(38px);
    transition: opacity .7s ease, transform .7s ease
}

.rv-r.vis {
    opacity: 1;
    transform: translateX(0)
}

/* ─── BREADCRUMB ────────────────────────────────── */
.breadcrumb {
    padding: 16px 5%;
    background: var(--d3);
    border-bottom: 1px solid var(--pb);
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px
}

.bc-item {
    color: var(--tm);
    text-decoration: none;
    transition: var(--tr)
}

.bc-item:hover {
    color: var(--pl)
}

.bc-sep {
    color: var(--pb);
    font-size: 10px
}

.bc-cur {
    color: var(--pl);
    font-weight: 600
}

@media (max-width: 768px) {
    body {
        font-size: 12px;
    }

    .sec-lbl {
        font-size: 1.2rem;
    }

    .sec-title {
        font-size: clamp(22px, 6vw, 34px);
    }

    .sec-desc {
        font-size: 14px;
        max-width: 100%;
    }

    .breadcrumb {
        font-size: 12px;
        padding: 14px 5%;
    }
}
