@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@400;500;600;700&family=Inter:wght@400;500&display=swap');

:root {
    --w14cu: #AF3B17;
    --w15zz: #817618;
    --w16t7: #7E1246;
    --w1ng: linear-gradient(200deg, var(--w14cu), var(--w15zz));
    --w3xa: 'Lexend', sans-serif;
    --w5j7: 'Inter', sans-serif;
    --w19yn: 72px;
    --w20bf: 48px;
    --w21ql: 32px;
    --w17lt: 18px;
    --w18no: 800;
    --w6mj: 6px;
    --w7t2: 10px;
    --w8yx: 14px;
    --w9zi: 20px;
    --w4i9: 40px;
    --w10q8: none;
    --w11bd: none;
    --w12ot: none;
    --w13ux: none;
    --hp6p: 140px 0;
}
.wjjmt {
    border-radius: 8px;
    padding: 18px 36px;
}
.uaziwc, .ma9gj, .ur6z5x, .sp80n, .ttrdeq {
    border-width: 3px;
    border-color: #AF3B17;
}

.hh5m {
    position: relative;
    margin-top: 30px;
}
.hh5m::before {
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 60px;
    background: inherit;
    border-radius: 50% 50% 0 0;
}

.uaziwc, .ma9gj, .sp80n, .ttrdeq, .ur6z5x {
    border-left: 4px solid var(--w14cu);
    border-bottom: 4px solid var(--w15zz, var(--w14cu));
    border-radius: 0;
}

.portfolio-item, .pj34yu {
    position: relative;
}
.portfolio-item::before, .pj34yu::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--w14cu);
    mix-blend-mode: color;
    opacity: 0.35;
    z-index: 1;
    transition: opacity 0.4s;
    pointer-events: none;
}
.portfolio-item:hover::before, .we1n:hover .pj34yu::before {
    opacity: 0;
}

.row > [class*="col"]:nth-child(even) { transform: translateY(24px); }
@media (max-width: 768px) { .row > [class*="col"]:nth-child(even) { transform: none; } }

/* ===================== HERO REDESIGN ===================== */
.iw2e.gdx-hero {
    background: #0e0e14;
    border-bottom: 4px solid var(--w14cu);
    min-height: 100vh;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    overflow: hidden;
    position: relative;
}

/* Dot-grid background */
.gdx-hero__grid-bg {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(175,59,23,0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(175,59,23,0.07) 1px, transparent 1px);
    background-size: 56px 56px;
    pointer-events: none;
    z-index: 0;
}

/* Main content row fills viewport */
.gdx-hero__row {
    min-height: 100vh;
    padding-top: 100px;
    padding-bottom: 80px;
}

/* Tag / label */
.gdx-hero__label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 2px solid rgba(255,255,255,0.18);
    padding: 7px 16px;
    font-size: 11px;
    font-weight: 700;
    font-family: var(--w3xa);
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: rgba(255,255,255,0.55);
    margin-bottom: 28px;
}
.gdx-hero__label-dot {
    width: 5px;
    height: 5px;
    background: var(--w14cu);
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
}

/* Headline */
.gdx-hero__title {
    color: #fff !important;
    font-size: clamp(50px, 7.5vw, 90px) !important;
    line-height: 0.93 !important;
    margin-bottom: 30px !important;
    letter-spacing: -3px !important;
    text-transform: uppercase !important;
}
.gdx-hero__title-line { display: block; }
.gdx-hero__title-accent {
    color: var(--w14cu) !important;
    -webkit-text-stroke: 0px;
}

/* Description */
.gdx-hero__desc {
    color: rgba(255,255,255,0.58) !important;
    font-size: 16px !important;
    max-width: 490px;
    margin-bottom: 36px !important;
    line-height: 1.8;
}

/* CTA row */
.gdx-hero__cta { margin-bottom: 44px; }
.gdx-hero__cta .wjjmt { border-radius: 0; text-transform: uppercase; font-weight: 700; letter-spacing: 1px; }
.gdx-hero__btn-outline {
    background: transparent !important;
    color: rgba(255,255,255,0.85) !important;
    border: 2px solid rgba(255,255,255,0.3) !important;
}
.gdx-hero__btn-outline:hover {
    border-color: var(--w14cu) !important;
    color: var(--w14cu) !important;
    transform: translateY(-3px);
}

/* Stats row */
.gdx-hero__stats {
    display: flex;
    align-items: center;
    gap: 28px;
    padding-top: 32px;
    border-top: 1px solid rgba(255,255,255,0.10);
}
.gdx-hero__stat-num {
    display: block;
    font-family: var(--w3xa);
    font-size: 30px;
    font-weight: 900;
    color: #fff;
    line-height: 1;
}
.gdx-hero__stat-label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(255,255,255,0.4);
    margin-top: 5px;
}
.gdx-hero__stat-div {
    width: 1px;
    height: 44px;
    background: rgba(255,255,255,0.13);
    flex-shrink: 0;
}

/* Right visual wrapper */
.gdx-hero__visual {
    position: relative;
    padding: 24px 0 64px 24px;
}
.gdx-hero__img-wrap { position: relative; z-index: 2; }
.gdx-hero__img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
    border: 3px solid #fff;
    box-shadow: 14px 14px 0 var(--w14cu);
    filter: none;
    border-radius: 0;
}

/* ISO badge */
.gdx-hero__badge {
    position: absolute;
    bottom: -26px;
    left: -16px;
    background: var(--w14cu);
    color: #fff;
    padding: 14px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 3px solid #fff;
    z-index: 3;
    min-width: 88px;
    text-align: center;
}
.gdx-hero__badge i { font-size: 20px; margin-bottom: 6px; }
.gdx-hero__badge-title {
    font-family: var(--w3xa);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
}
.gdx-hero__badge-sub {
    font-size: 10px;
    font-weight: 500;
    opacity: 0.75;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 3px;
}

/* Decorative elements */
.gdx-hero__deco-block {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 55%;
    height: 36px;
    background: var(--w15zz);
    z-index: 1;
}
.gdx-hero__deco-line {
    position: absolute;
    top: 40px;
    right: -12px;
    width: 4px;
    height: 55%;
    background: var(--w14cu);
    z-index: 1;
}

/* Scrolling ticker */
.gdx-hero__ticker {
    background: var(--w14cu);
    padding: 13px 0;
    overflow: hidden;
    white-space: nowrap;
    border-top: 3px solid rgba(255,255,255,0.25);
    flex-shrink: 0;
}
.gdx-hero__ticker-track {
    display: inline-flex;
    align-items: center;
    gap: 30px;
    animation: gdxTicker 28s linear infinite;
    font-family: var(--w3xa);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: #fff;
    padding-left: 40px;
}
.gdx-hero__ticker-sep { color: rgba(255,255,255,0.5); font-size: 10px; }
@keyframes gdxTicker {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

/* Responsive */
@media (max-width: 991px) {
    .gdx-hero__row { padding-top: 120px; padding-bottom: 60px; min-height: auto; }
    .gdx-hero__title { font-size: clamp(44px, 11vw, 72px) !important; letter-spacing: -2px !important; }
    .gdx-hero__visual { padding: 40px 0 56px 0; }
    .gdx-hero__deco-block, .gdx-hero__deco-line { display: none; }
    .gdx-hero__img { box-shadow: 8px 8px 0 var(--w14cu); }
}
@media (max-width: 575px) {
    .gdx-hero__title { font-size: clamp(38px, 13vw, 58px) !important; }
    .gdx-hero__stats { gap: 16px; }
    .gdx-hero__stat-num { font-size: 24px; }
}

/* Keep other hero-adjacent classes intact */
.uukr img {
    border-radius: 0;
    box-shadow: 8px 8px 0 var(--w14cu);
    border: 3px solid var(--text-primary);
}
.cm3qyt { font-weight: 900; text-transform: uppercase; letter-spacing: -2px; }
.ujn8 {
    background: var(--text-primary);
    color: var(--bg-primary) !important;
    padding: 6px 14px;
    border-radius: 0;
    font-weight: 800;
    text-transform: uppercase;
}
.wym6mp { font-size: 18px; max-width: 500px; }
.fcia8 .wjjmt { border-radius: 0; text-transform: uppercase; font-weight: 700; letter-spacing: 1px; }

.fgtwe8 {
    background: linear-gradient(135deg, var(--footer-dark-bg) 0%, color-mix(in srgb, var(--footer-dark-bg) 80%, var(--w14cu)) 100%);
    padding: 16px 0;
}
.fgtwe8 .xtld6 { color: #fff; }
.fgtwe8 .nav-link { color: rgba(255,255,255,0.75) !important; }
.fgtwe8 .nav-link:hover, .fgtwe8 .nav-link.active { color: #fff !important; }
.fgtwe8 .nav-link::after { background: var(--w14cu); }
.fgtwe8 .lctqs { background: var(--w14cu); color: #fff; border-color: var(--w14cu); }
.fgtwe8 .myt47 .as0wj { background: #fff; }
.fgtwe8.scrolled { box-shadow: 0 4px 20px rgba(0,0,0,0.15); }

.bzxk {
    background: var(--bg-primary);
    color: var(--text-primary);
    padding-top: 60px;
    border-top: 4px solid var(--text-primary);
}
.bzxk p, .bzxk li, .bzxk span,
.bzxk .cdo08 p, .bzxk .footer-contact li { color: var(--text-secondary); }
.bzxk a:not(.wjjmt) { color: var(--text-primary); }
.bzxk a:not(.wjjmt):hover { color: var(--w14cu); }
.bzxk h1,.bzxk h2,.bzxk h3,.bzxk h4,.bzxk h5 { color: var(--text-primary); }
.cdo08 .gprz1 { text-transform: uppercase; font-weight: 900; letter-spacing: 2px; border-bottom: 2px solid var(--text-primary); padding-bottom: 10px; }
.cdo08 .gprz1::after { display: none; }
.pagk a { color: var(--text-primary); font-weight: 600; text-transform: uppercase; font-size: 12px; }
.pagk a:hover { color: var(--w14cu); padding-left: 10px; }
.bn6qj a { border-radius: 0; background: var(--text-primary); color: var(--bg-primary); border: none; }
.bn6qj a:hover { background: var(--w14cu); }
.maem4 { border-top: 2px solid var(--text-primary); }
.maem4 p { color: var(--text-secondary); }

.contact-section .eja7 {
    border: 3px solid var(--text-primary);
    padding: 36px;
    border-radius: 0;
    box-shadow: 8px 8px 0 var(--text-primary);
}
.contact-section .form-control {
    border: 2px solid var(--text-primary);
    border-radius: 0;
    padding: 14px 16px;
    font-weight: 600;
}
.contact-section .form-control:focus { border-color: var(--w14cu); box-shadow: 4px 4px 0 var(--w14cu); }
.contact-section .wjjmt { border-radius: 0; font-weight: 800; text-transform: uppercase; letter-spacing: 2px; box-shadow: 4px 4px 0 var(--text-primary); }

.xtld6 { font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; border: 2px solid var(--text-primary); padding: 6px 16px; border-radius: 0; }

.jqqd, .card-title, .ilyc3 {
    background: var(--w1ng);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800;
}
.bzxk .jqqd, .bzxk .card-title, .bzxk .ilyc3,
.fgtwe8 .jqqd, .fgtwe8 .card-title, .fgtwe8 .ilyc3 {
    -webkit-text-fill-color: initial;
    background: none;
}

.uukr img {
    clip-path: polygon(8% 0, 100% 0, 100% 92%, 92% 100%, 0 100%, 0 8%);
}

.ma9gj img, .uaziwc img {
    border-radius: 50%;
    aspect-ratio: 1/1;
    object-fit: cover;
    max-width: 140px;
    margin: 0 auto 16px;
    display: block;
    border: 3px solid var(--border-color);
}

.we1n .pj34yu img, .pj34yu img {
    border-radius: 50%;
    box-shadow: 0 8px 30px rgba(var(--w14cu-rgb, 99,102,241), 0.25);
    transition: box-shadow 0.3s ease;
}
.we1n:hover .pj34yu img {
    box-shadow: 0 12px 40px rgba(var(--w14cu-rgb, 99,102,241), 0.4);
}

section:not(.iw2e) .col-lg-6 img, section:not(.iw2e) .col-lg-5 img {
    border-radius: var(--w8yx);
    transform: perspective(800px) rotateY(-4deg);
    transition: transform 0.5s ease;
    box-shadow: var(--w12ot);
}
section:not(.iw2e) .col-lg-6:hover img,
section:not(.iw2e) .col-lg-5:hover img {
    transform: perspective(800px) rotateY(0deg);
}

.myt47 { width: 44px; height: 44px; gap: 5px; border: 1.5px solid var(--border-color); background: var(--bg-secondary, transparent); border-radius: 50%; }
.myt47 .as0wj { width: 18px; height: 2px; border-radius: 2px; transition: transform 0.35s ease, opacity 0.3s ease; }
.myt47:hover { background: var(--w14cu); border-color: var(--w14cu); }
.myt47:hover .as0wj { background: #fff; }
.myt47.active .as0wj:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.myt47.active .as0wj:nth-child(2) { opacity: 0; }
.myt47.active .as0wj:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

main > section + section::before{content:'/';display:block;text-align:center;color:var(--w14cu);opacity:0.25;font-size:28px;font-weight:300;padding:8px 0;}

.scroll-nums{position:fixed;right:16px;top:50%;transform:translateY(-50%);z-index:9990;display:flex;flex-direction:column;gap:16px;font-size:11px;font-weight:700;opacity:0.3;font-family:var(--w5j7);}.scroll-nums span{cursor:pointer;transition:all 0.3s;}.scroll-nums span.active{color:var(--w14cu);opacity:1;transform:scale(1.5);}@media(max-width:768px){.scroll-nums{display:none;}}

.uaziwc,.ma9gj{opacity:0;animation:rotateIn 0.7s ease forwards;}.row>[class*="col"]:nth-child(1)>*{animation-delay:0.05s;}.row>[class*="col"]:nth-child(2)>*{animation-delay:0.15s;}.row>[class*="col"]:nth-child(3)>*{animation-delay:0.25s;}.row>[class*="col"]:nth-child(4)>*{animation-delay:0.35s;}@keyframes rotateIn{from{opacity:0;transform:perspective(600px) rotateY(15deg) translateX(30px);}to{opacity:1;transform:perspective(600px) rotateY(0) translateX(0);}}

@media(prefers-reduced-motion:reduce){.uaziwc,.ma9gj,.sp80n,.ttrdeq,.we1n,.portfolio-item{opacity:1!important;transform:none!important;animation:none!important;}}

.bg-deco{position:fixed;inset:0;pointer-events:none;z-index:0;opacity:0.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");}

main > section {
    position: sticky;
    top: 0;
    z-index: 1;
    background: var(--bg-primary);
    box-shadow: 0 -10px 40px rgba(0,0,0,0.08);
}
main > section:nth-child(even):not(.vor2p):not(.lw5nyo) { background: var(--bg-secondary, var(--bg-primary)); }
main > section:nth-child(1):not(.vor2p):not(.lw5nyo) { z-index: 2; }
main > section:nth-child(2):not(.vor2p):not(.lw5nyo) { z-index: 3; }
main > section:nth-child(3):not(.vor2p):not(.lw5nyo) { z-index: 4; }
main > section:nth-child(4):not(.vor2p):not(.lw5nyo) { z-index: 5; }
main > section:nth-child(5):not(.vor2p):not(.lw5nyo) { z-index: 6; }
main > section:nth-child(6):not(.vor2p):not(.lw5nyo) { z-index: 7; }
main > section:nth-child(7):not(.vor2p):not(.lw5nyo) { z-index: 8; }
main > section:nth-child(8):not(.vor2p):not(.lw5nyo) { z-index: 9; }
main > section:nth-child(9):not(.vor2p):not(.lw5nyo) { z-index: 10; }
main > section:nth-child(10):not(.vor2p):not(.lw5nyo) { z-index: 11; }
main > section:nth-child(11):not(.vor2p):not(.lw5nyo) { z-index: 12; }
main > section:nth-child(12):not(.vor2p):not(.lw5nyo) { z-index: 13; }
.iw2e { z-index: 0; position: relative; }
.bzxk { position: relative; z-index: 20; }
@media (max-width: 768px) { main > section { position: relative; box-shadow: none; } }

.wjjmt,.ccagu7,.oeno{transition:transform 0.15s ease;}.wjjmt:active,.ccagu7:active,.oeno:active{transform:scale(0.93);}@keyframes btnBounce{0%{transform:scale(0.93);}40%{transform:scale(1.05);}70%{transform:scale(0.98);}100%{transform:scale(1);}}

.uaziwc,.ma9gj{transition:background 0.4s ease,color 0.4s ease,border-color 0.4s ease,box-shadow 0.4s ease;}.uaziwc:hover,.ma9gj:hover{background:var(--w14cu) !important;border-color:var(--w14cu) !important;box-shadow:0 12px 30px rgba(0,0,0,0.15) !important;}.uaziwc:hover .jqqd,.uaziwc:hover .di1hs,.uaziwc:hover i,.ma9gj:hover .card-title,.ma9gj:hover .card-text{color:#fff !important;}.uaziwc:hover .orf7oc{background:rgba(255,255,255,0.15) !important;color:#fff !important;}

.wjjmt,.ccagu7,.oeno{position:relative;overflow:hidden;}.btn-ripple{position:absolute;border-radius:50%;background:rgba(255,255,255,0.35);transform:scale(0);animation:rippleAnim 0.6s ease-out;pointer-events:none;}@keyframes rippleAnim{to{transform:scale(4);opacity:0;}}

.spin-ring{position:absolute;width:350px;height:350px;border:1px dashed var(--w14cu);border-radius:50%;opacity:0.08;animation:spinSlow 35s linear infinite;pointer-events:none;top:15%;right:-80px;z-index:0;}@keyframes spinSlow{to{transform:rotate(360deg);}}@media(max-width:768px){.spin-ring{width:200px;height:200px;right:-60px;}}

.float-shapes{position:fixed;inset:0;pointer-events:none;z-index:0;overflow:hidden;}.float-cross{position:absolute;width:16px;height:16px;opacity:0.035;animation:crossFloat 20s ease-in-out infinite alternate;}.float-cross::before,.float-cross::after{content:'';position:absolute;background:var(--w14cu);border-radius:1px;}.float-cross::before{width:100%;height:2px;top:50%;transform:translateY(-50%);}.float-cross::after{width:2px;height:100%;left:50%;transform:translateX(-50%);}@keyframes crossFloat{0%{transform:rotate(0deg) translate(0,0);}100%{transform:rotate(180deg) translate(30px,-50px);}}

.iw2e::after{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,0,150,0.03),rgba(0,150,255,0.03),rgba(255,200,0,0.02),rgba(0,255,150,0.03),rgba(150,0,255,0.03));background-size:500% 500%;animation:iridescentShift 15s ease infinite;pointer-events:none;z-index:0;}.iw2e{position:relative;}@keyframes iridescentShift{0%,100%{background-position:0% 50%;}25%{background-position:50% 0%;}50%{background-position:100% 50%;}75%{background-position:50% 100%;}}

.highlight-text{display:inline;background:linear-gradient(var(--w14cu),var(--w14cu));background-size:0% 30%;background-position:0 90%;background-repeat:no-repeat;transition:background-size 1s ease;}.highlight-text.active{background-size:100% 30%;}

html:not(.sd84q) main > section {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
    filter: none !important;
}

@media (min-width: 993px) {
    .kr5s1a {
        flex-wrap: nowrap;
        overflow: visible;
    }
    .myo5q {
        flex: 1 1 auto;
        min-width: 0;
        justify-content: center;
        flex-wrap: nowrap;
        overflow: hidden;
        gap: clamp(10px, 1.8vw, 36px) !important;
    }
    .myo5q .nav-link {
        white-space: nowrap;
        font-size: clamp(11px, 1.1vw, 15px) !important;
        padding: 8px 0;
        flex-shrink: 0;
    }
    .iomv3l, .kbvsto {
        gap: clamp(8px, 1.4vw, 32px) !important;
        flex-wrap: nowrap;
        overflow: hidden;
    }
    .iomv3l .nav-link,
    .kbvsto .nav-link {
        white-space: nowrap;
        font-size: clamp(11px, 1.1vw, 15px) !important;
        flex-shrink: 0;
    }
    .lctqs {
        flex-shrink: 0;
        white-space: nowrap;
    }
    .xtld6 {
        flex-shrink: 0;
    }
}

div.hh5m:not(.hp6p) {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    padding: 6px 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
div.hh5m:not(.hp6p) + .fgtwe8 {
    top: 33px;
    transition: top 0.3s ease, background 0.3s ease, padding 0.3s ease;
}
div.hh5m.fciex {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
}
div.hh5m.fciex + .fgtwe8,
div.hh5m:not(.hp6p) + .fgtwe8.scrolled {
    top: 0;
}
div.hh5m:not(.hp6p) ~ .iw2e {
    padding-top: 200px;
}

@media (max-width: 992px) {
    div.hh5m:not(.hp6p) {
        position: relative;
        z-index: auto;
        font-size: 11px;
        padding: 4px 0;
    }
    div.hh5m:not(.hp6p) + .fgtwe8 {
        top: 0;
    }
    div.hh5m:not(.hp6p) ~ .iw2e {
        padding-top: 140px;
    }
}

@media (max-width: 992px) {
    .myt47 {
        display: flex !important;
        pointer-events: auto !important;
        opacity: 1 !important;
        z-index: 10001 !important;
        cursor: pointer !important;
        -webkit-tap-highlight-color: transparent;
    }
    .myt47 .as0wj {
        pointer-events: none;
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .myo5q {
        display: flex !important;
        flex-direction: column !important;
        position: fixed !important;
        top: 0 !important;
        height: 100vh !important;
        height: 100dvh !important;
        z-index: 10000 !important;
        overflow-y: auto !important;
    }
    .myo5q .nav-link {
        font-size: 18px !important;
        padding: 14px 0 !important;
        display: block !important;
        width: 100% !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        line-height: 1.4 !important;
        text-decoration: none !important;
    }
    .myo5q .nav-link::after { display: none !important; }
    .lctqs { display: none !important; }
    .iomv3l, .kbvsto { display: none !important; }
}

@media (max-width: 992px) {
    .myo5q { right: -100% !important; left: auto !important; width: min(300px,80vw) !important; background: var(--w14cu) !important; padding: 100px 32px 40px !important; box-shadow: -8px 0 40px rgba(0,0,0,0.3) !important; border-left: none !important; transition: right 0.4s cubic-bezier(0.4,0,0.2,1) !important; }
    .myo5q.active { right: 0 !important; }
    .myo5q .nav-link { color: #fff !important; font-weight: 600 !important; border-bottom: 1px solid rgba(255,255,255,0.2) !important; opacity: 0 !important; transform: translateX(20px) !important; transition: opacity 0.35s ease, transform 0.35s ease !important; }
    .myo5q.active .nav-link { opacity: 1 !important; transform: translateX(0) !important; }
    .myo5q.active .nav-link:hover { color: rgba(255,255,255,0.75) !important; }
    .myo5q.active .nav-link:nth-child(1){transition-delay:.06s !important;}
    .myo5q.active .nav-link:nth-child(2){transition-delay:.12s !important;}
    .myo5q.active .nav-link:nth-child(3){transition-delay:.18s !important;}
    .myo5q.active .nav-link:nth-child(4){transition-delay:.24s !important;}
    .myo5q.active .nav-link:nth-child(5){transition-delay:.30s !important;}
    .myo5q.active .nav-link:nth-child(6){transition-delay:.36s !important;}
    .myo5q.active .nav-link:nth-child(7){transition-delay:.42s !important;}
    .myo5q.active .nav-link:nth-child(8){transition-delay:.48s !important;}
}

.uaziwc,
.ma9gj,
.sp80n,
.ttrdeq,
.bd4w3z,
.we1n {
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
}
.uaziwc *,
.ma9gj *,
.sp80n *,
.ttrdeq *,
.bd4w3z * {
    filter: none !important;
}
@supports (animation: none) {
    .uaziwc, .ma9gj, .sp80n {
        animation-fill-mode: forwards !important;
    }
}
.sp80n + .sp80n {
    margin-top: 1.5rem;
}

.iw2e .tkjo ~ .container,
.iw2e .tkjo ~ .container * {
    color: #fff;
}
.iw2e .tkjo ~ .container p,
.iw2e .tkjo ~ .container .wym6mp {
    color: rgba(255,255,255,0.85);
}
.iw2e .tkjo ~ .container .wjjmt {
    color: inherit;
}
.lw5nyo .ujn8 { color: #fff; }
.lw5nyo .qfkjh { color: var(--w14cu); }
.lw5nyo .gqyk0v { color: rgba(255,255,255,0.55); }
.lw5nyo .pagk a { color: rgba(255,255,255,0.65); }
.lw5nyo .pagk a:hover { color: #fff; }
.bzxk[style*="background:none"] { background: none !important; }
.bzxk[style*="background:none"]::before,
.bzxk[style*="background:none"]::after { display: none !important; }

body {
    line-height: 1.652;
    letter-spacing: 0.008em;
}

.uaziwc, .ma9gj, .sp80n, .ur6z5x, .ttrdeq {
    padding: 26px;
}
.uaziwc, .ma9gj, .sp80n, .ur6z5x, .ttrdeq .card-body {
    padding: 24px 16px;
}
.row > [class*="col"]:nth-child(1) .uaziwc,
.row > [class*="col"]:nth-child(1) .ma9gj {
    padding: 28px;
    border-radius: calc(var(--w7t2) + 1px);
}
.row > [class*="col"]:nth-child(2) .uaziwc,
.row > [class*="col"]:nth-child(2) .ma9gj {
    padding: 27px;
    border-radius: calc(var(--w7t2) + 2px);
}
.row > [class*="col"]:nth-child(3) .uaziwc,
.row > [class*="col"]:nth-child(3) .ma9gj {
    padding: 24px;
    border-radius: calc(var(--w7t2) + 2px);
}
.row > [class*="col"]:nth-child(4) .uaziwc,
.row > [class*="col"]:nth-child(4) .ma9gj {
    padding: 27px;
    border-radius: calc(var(--w7t2) + 2px);
}
.row > [class*="col"]:nth-child(5) .uaziwc,
.row > [class*="col"]:nth-child(5) .ma9gj {
    padding: 29px;
    border-radius: calc(var(--w7t2) + 2px);
}
.row > [class*="col"]:nth-child(6) .uaziwc,
.row > [class*="col"]:nth-child(6) .ma9gj {
    padding: 29px;
    border-radius: calc(var(--w7t2) + 2px);
}

.wjjmt {
    padding: 16px 24px;
    font-size: 16px;
    letter-spacing: 0.255px;
    border-radius: calc(var(--w7t2) + 0px);
}
.oeno {
    padding: 17px 22px;
    border-width: 1px;
}

main > section {
    padding-top: 86px;
    padding-bottom: 93px;
}
main > section:first-child {
    padding-top: 102px;
}
main > section:nth-child(3) {
    padding-top: 92px;
    padding-bottom: 94px;
}
main > section:nth-child(4) {
    padding-top: 90px;
    padding-bottom: 84px;
}
main > section:nth-child(5) {
    padding-top: 82px;
    padding-bottom: 85px;
}

.nxo8i8 {
    margin-bottom: 45px;
}

.uaziwc, .ma9gj, .sp80n, .ttrdeq {
    box-shadow: 2px 4px 12px rgba(0,0,0,0.057);
}

.iw2e {
    padding-top: 112px;
}
.cm3qyt {
    margin-bottom: 20px;
}
.wym6mp {
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 1.61;
}
.ujn8 {
    font-size: 13px;
    letter-spacing: 3.444px;
    margin-bottom: 21px;
}
.fcia8 {
    gap: 15px;
}

.uukr img {
    border-radius: 8px;
    box-shadow: 0 12px 46px rgba(0,0,0,0.151);
}

.orf7oc {
    width: 55px;
    height: 55px;
    font-size: 20px;
    border-radius: 12px;
    margin-bottom: 17px;
}

.jqqd, .card-title {
    font-size: 20px;
    margin-bottom: 9px;
}
.di1hs, .card-text {
    font-size: 15px;
    line-height: 1.582;
}

.ilyc3 {
    margin-bottom: 18px;
    letter-spacing: 0.0px;
}
.qfkjh {
    font-size: 14px;
    letter-spacing: 2.84px;
    margin-bottom: 13px;
}
.rlxou4 {
    font-size: 18px;
    line-height: 1.686;
}

@media (min-width: 993px) {
    .myo5q {
        gap: 30px;
    }
    .myo5q .nav-link {
        font-size: 14px;
        padding: 9px 0;
    }
}

.bzxk {
    padding-top: 81px;
}
.cdo08 .gprz1 {
    font-size: 16px;
    margin-bottom: 19px;
}
.pagk a {
    font-size: 15px;
}
.pagk li {
    margin-bottom: 11px;
}
.bn6qj {
    gap: 10px;
}
.bn6qj a {
    width: 37px;
    height: 37px;
}
.maem4 {
    padding: 19px 0;
    margin-top: 55px;
}

.form-control {
    border-radius: 9px;
    padding: 13px 19px;
    font-size: 14px;
}

.ur6z5x {
    padding: 36px;
}
.si1yy0 {
    font-size: 16px;
    line-height: 1.662;
    margin-bottom: 24px;
}
.pnhai {
    width: 44px;
    height: 44px;
}
.wo7n {
    font-size: 16px;
}
.rph8w4 {
    font-size: 12px;
}

.ttrdeq {
    padding: 32px;
}
.ym0kag {
    font-size: 20px;
    margin-bottom: 11px;
}
.zpnx {
    font-size: 40px;
    margin-bottom: 18px;
}
.pk8gys li {
    padding: 11px 0;
    font-size: 14px;
}

.vak979, .stat-number {
    font-size: 39px;
    margin-bottom: 3px;
}
.qx2w {
    font-size: 14px;
    letter-spacing: 0.312px;
}

.pj34yu img {
    border-radius: 13px;
}
.sixy4 {
    font-size: 18px;
    margin-bottom: 5px;
}
.apmy2r {
    font-size: 14px;
}

.lz9wl2 {
    font-size: 34px;
    margin-bottom: 12px;
}
.bub1 {
    font-size: 17px;
    margin-bottom: 9px;
}

.wow {
    animation-duration: 0.64s !important;
}
.uaziwc, .ma9gj, .sp80n, .ur6z5x,
.ttrdeq, .we1n {
    transition-duration: 0.344s;
}

.row {
    --bs-gutter-y: 27px;
}

.vor2p {
    padding: 83px 0;
}
.qyis1s {
    font-size: 33px;
    margin-bottom: 18px;
}
.mlvz {
    font-size: 16px;
    margin-bottom: 23px;
}

.sp80n .nvxaz img {
    border-radius: 9px 9px 0 0;
}
.zofxcv {
    font-size: 14px;
    margin-bottom: 9px;
    gap: 12px;
}

.fgtwe8 {
    padding: 18px 0;
}
.fgtwe8.scrolled {
    padding: 16px 0;
}
.xtld6 {
    font-size: 24px;
}
.lctqs {
    margin-left: 13px;
}

:root {
    --_stamp: 4.86;
    --_seed: 'e9f22';
    --_hash: 3.58;
    --_flag: 6.47;
    --_build: '12d110';
}
.init-marker { display: inherit }
.ctx-mark { pointer-events: auto; content: ''; font-style: inherit }
.data-layer { unicode-bidi: normal; visibility: inherit }
.state-flag { pointer-events: auto; display: inherit }

.lw5nyo h1, .lw5nyo h2, .lw5nyo h3, .lw5nyo h4, .lw5nyo h5, .lw5nyo h6 { color: #fff !important; }
.lw5nyo { color: rgba(255,255,255,0.85) !important; }
.lw5nyo p, .lw5nyo li, .lw5nyo span:not(.badge):not(.wjjmt), .lw5nyo .jhh63u, .lw5nyo label, .lw5nyo blockquote, .lw5nyo figcaption, .lw5nyo dt, .lw5nyo dd, .lw5nyo td, .lw5nyo th { color: rgba(255,255,255,0.78) !important; }
.lw5nyo a:not(.wjjmt):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.lw5nyo a:not(.wjjmt):not(.nav-link):hover { color: #fff !important; }
.lw5nyo .vak979 { color: #fff !important; }
.lw5nyo .qx2w { color: rgba(255,255,255,0.7) !important; }

.bg-dark-custom h1, .bg-dark-custom h2, .bg-dark-custom h3, .bg-dark-custom h4, .bg-dark-custom h5, .bg-dark-custom h6 { color: #fff !important; }
.bg-dark-custom { color: rgba(255,255,255,0.85) !important; }
.bg-dark-custom p, .bg-dark-custom li, .bg-dark-custom span:not(.badge):not(.wjjmt), .bg-dark-custom .jhh63u, .bg-dark-custom label, .bg-dark-custom blockquote, .bg-dark-custom figcaption, .bg-dark-custom dt, .bg-dark-custom dd, .bg-dark-custom td, .bg-dark-custom th { color: rgba(255,255,255,0.78) !important; }
.bg-dark-custom a:not(.wjjmt):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-dark-custom a:not(.wjjmt):not(.nav-link):hover { color: #fff !important; }
.bg-dark-custom .vak979 { color: #fff !important; }
.bg-dark-custom .qx2w { color: rgba(255,255,255,0.7) !important; }

.bg-gradient-custom h1, .bg-gradient-custom h2, .bg-gradient-custom h3, .bg-gradient-custom h4, .bg-gradient-custom h5, .bg-gradient-custom h6 { color: #fff !important; }
.bg-gradient-custom { color: rgba(255,255,255,0.85) !important; }
.bg-gradient-custom p, .bg-gradient-custom li, .bg-gradient-custom span:not(.badge):not(.wjjmt), .bg-gradient-custom .jhh63u, .bg-gradient-custom label, .bg-gradient-custom blockquote, .bg-gradient-custom figcaption, .bg-gradient-custom dt, .bg-gradient-custom dd, .bg-gradient-custom td, .bg-gradient-custom th { color: rgba(255,255,255,0.78) !important; }
.bg-gradient-custom a:not(.wjjmt):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-gradient-custom a:not(.wjjmt):not(.nav-link):hover { color: #fff !important; }
.bg-gradient-custom .vak979 { color: #fff !important; }
.bg-gradient-custom .qx2w { color: rgba(255,255,255,0.7) !important; }

.bg-accent-custom h1, .bg-accent-custom h2, .bg-accent-custom h3, .bg-accent-custom h4, .bg-accent-custom h5, .bg-accent-custom h6 { color: #fff !important; }
.bg-accent-custom { color: rgba(255,255,255,0.85) !important; }
.bg-accent-custom p, .bg-accent-custom li, .bg-accent-custom span:not(.badge):not(.wjjmt), .bg-accent-custom .jhh63u, .bg-accent-custom label, .bg-accent-custom blockquote, .bg-accent-custom figcaption, .bg-accent-custom dt, .bg-accent-custom dd, .bg-accent-custom td, .bg-accent-custom th { color: rgba(255,255,255,0.78) !important; }
.bg-accent-custom a:not(.wjjmt):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-accent-custom a:not(.wjjmt):not(.nav-link):hover { color: #fff !important; }
.bg-accent-custom .vak979 { color: #fff !important; }
.bg-accent-custom .qx2w { color: rgba(255,255,255,0.7) !important; }

.vor2p h1, .vor2p h2, .vor2p h3, .vor2p h4, .vor2p h5, .vor2p h6 { color: #fff !important; }
.vor2p { color: rgba(255,255,255,0.85) !important; }
.vor2p p, .vor2p li, .vor2p span:not(.badge):not(.wjjmt), .vor2p .jhh63u, .vor2p label, .vor2p blockquote, .vor2p figcaption, .vor2p dt, .vor2p dd, .vor2p td, .vor2p th { color: rgba(255,255,255,0.78) !important; }
.vor2p a:not(.wjjmt):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.vor2p a:not(.wjjmt):not(.nav-link):hover { color: #fff !important; }
.vor2p .vak979 { color: #fff !important; }
.vor2p .qx2w { color: rgba(255,255,255,0.7) !important; }

.bzxk { color: var(--text-secondary, #555) !important; }
.bzxk h1, .bzxk h2, .bzxk h3,
.bzxk h4, .bzxk h5, .bzxk h6,
.bzxk .gprz1 { color: var(--text-primary, #1a1a2e) !important; }
.bzxk p, .bzxk li, .bzxk span,
.bzxk label { color: var(--text-secondary, #555) !important; }
.bzxk a:not(.wjjmt) { color: var(--text-secondary, #555) !important; }
.bzxk a:not(.wjjmt):hover { color: var(--w14cu) !important; }
.bzxk .maem4 p { color: var(--text-muted, #888) !important; }

.stxi h1, .stxi h2, .stxi h3, .stxi h4, .stxi h5, .stxi h6 { color: var(--text-primary, #1a1a2e) !important; }
.stxi p, .stxi li, .stxi span:not(.badge):not(.wjjmt), .stxi .jhh63u, .stxi label, .stxi blockquote, .stxi figcaption, .stxi dt, .stxi dd, .stxi td, .stxi th { color: var(--text-secondary, #555) !important; }

.hh5m h1, .hh5m h2, .hh5m h3, .hh5m h4, .hh5m h5, .hh5m h6 { color: var(--text-primary, #1a1a2e) !important; }
.hh5m p, .hh5m li, .hh5m span:not(.badge):not(.wjjmt), .hh5m .jhh63u, .hh5m label, .hh5m blockquote, .hh5m figcaption, .hh5m dt, .hh5m dd, .hh5m td, .hh5m th { color: var(--text-secondary, #555) !important; }

.pl-pulse{width:40px;height:40px;border-radius:50%;background:var(--w14cu);animation:plPulse 1.2s ease-in-out infinite;}@keyframes plPulse{0%{transform:scale(.6);opacity:.4}50%{transform:scale(1);opacity:1}100%{transform:scale(.6);opacity:.4}}

.ix-quiz-progress{height:4px;background:var(--border-color);border-radius:2px;margin-bottom:28px;}
.ix-quiz-bar{height:100%;width:0;background:var(--w1ng);border-radius:2px;transition:width 0.4s ease;}
.ix-quiz-step{display:none;animation:ixTabFade 0.3s ease;}
.ix-quiz-step.active{display:block;}
.ix-quiz-options{display:flex;flex-direction:column;gap:10px;}
.ix-quiz-opt{display:flex;align-items:center;gap:12px;padding:14px 18px;border:2px solid var(--border-color);border-radius:var(--w7t2,12px);cursor:pointer;transition:all 0.25s;font-weight:500;}
.ix-quiz-opt:hover{border-color:var(--w14cu);background:rgba(var(--w14cu-rgb,99,102,241),0.04);}
.ix-quiz-opt input{accent-color:var(--w14cu);width:18px;height:18px;cursor:pointer;}
.ix-quiz-opt input:checked+span{color:var(--w14cu);font-weight:600;}