
/* Стиль: углы=soft, тени=inset, отступы=airy, кнопки=square */

@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker:wght@400&family=Rubik:wght@400;500&display=swap');

:root {
    /* Акцентные цвета */
    --o1458: #5211B4;
    --o15rh: #C10A7D;
    --o16wp: #3848DB;
    --o1vg: linear-gradient(90deg, var(--o1458), var(--o15rh));
    
    /* Шрифты */
    --o3yh: 'Permanent Marker', cursive;
    --o56s: 'Rubik', sans-serif;
    
    /* Размеры шрифтов */
    --o19ml: 72px;
    --o20do: 48px;
    --o21jg: 32px;
    --o17ie: 18px;
    
    /* Вес заголовков */
    --o18y9: 600;
    
    /* Углы скругления */
    --o6ew: 6px;
    --o78w: 10px;
    --o8gr: 14px;
    --o9iq: 20px;
    --o48c: 40px;
    
    /* Тени */
    --o10g6: inset 0 1px 3px rgba(0,0,0,0.06);
    --o11oo: inset 0 2px 6px rgba(0,0,0,0.08);
    --o12sl: inset 0 4px 12px rgba(0,0,0,0.1);
    --o132a: inset 0 6px 20px rgba(0,0,0,0.12);
    
    /* Отступы секций */
    --pbqxmp: 120px 0;
}

/* Стиль кнопок */
.h9dm {
    border-radius: 2px;
    padding: 14px 28px;
}

/* Стиль карточек */
.e6mnhj, .lckc13, .xxirg, .xffet3, .p5c6 {
    border-width: 1px;
    border-color: #5211B433;
}

/* ═══════════════════════════════════════════ */
/* STYLE TRICKS — автогенерация приёмов      */
/* ═══════════════════════════════════════════ */

/* Trick: arch-section-top — арка сверху секции */
.cgpon {
    position: relative;
    margin-top: 30px;
}
.cgpon::before {
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 60px;
    background: inherit;
    border-radius: 50% 50% 0 0;
}

/* Trick: image-duotone — дуотон-наложение */
.portfolio-item, .epl05 {
    position: relative;
}
.portfolio-item::before, .epl05::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--o1458);
    mix-blend-mode: color;
    opacity: 0.35;
    z-index: 1;
    transition: opacity 0.4s;
    pointer-events: none;
}
.portfolio-item:hover::before, .sin51i:hover .epl05::before {
    opacity: 0;
}

/* Gallery fallback grid (when Swiper is not initialized) */
.elg1jz:not(.swiper-initialized) .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}
.elg1jz:not(.swiper-initialized) .swiper-slide {
    width: auto;
}
.elg1jz:not(.swiper-initialized) .portfolio-item img {
    display: block;
    width: 100%;
}
@media (max-width: 992px) {
    .elg1jz:not(.swiper-initialized) .swiper-wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 576px) {
    .elg1jz:not(.swiper-initialized) .swiper-wrapper {
        grid-template-columns: 1fr;
    }
}

/* Trick: zigzag-columns — чётные колонки сдвинуты вниз */
.row > [class*="col"]:nth-child(even) { transform: translateY(24px); }
@media (max-width: 768px) { .row > [class*="col"]:nth-child(even) { transform: none; } }

/* ═══════════════════════════════════════════ */
/* ELEMENT PRESETS — уникализация компонентов */
/* ═══════════════════════════════════════════ */

/* Hero: brutalist block — грубый стиль, жёсткие линии */
.athku1 { 
    background: var(--bg-primary);
    border-bottom: 4px solid var(--text-primary);
    min-height: auto;
    padding: 140px 0 80px;
}
.bnjr img {
    border-radius: 0;
    box-shadow: 8px 8px 0 var(--o1458);
    border: 3px solid var(--text-primary);
}
.i8bvdp { font-weight: 900; text-transform: uppercase; letter-spacing: -2px; }
.axiq2l { 
    background: var(--text-primary);
    color: var(--bg-primary) !important;
    padding: 6px 14px;
    border-radius: 0;
    font-weight: 800;
    text-transform: uppercase;
}
.zv3r { font-size: 18px; max-width: 500px; }
.h7wg .h9dm { border-radius: 0; text-transform: uppercase; font-weight: 700; letter-spacing: 1px; }

/* Header: top line accent — тонкая акцентная линия сверху */
.sih9i {
    background: var(--bg-primary);
    padding: 16px 0;
    border-top: 3px solid var(--o1458);
}
.sih9i.scrolled {
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
    padding: 12px 0;
}
.bkxg .nav-link { font-weight: 500; }
.bkxg .nav-link::after { background: var(--o1458); border-radius: var(--o48c); height: 2px; }

/* Footer: magazine — журнальный стиль (dark footer) */
.b2uv {
    background: var(--footer-dark-bg, #0a0a1a);
    color: rgba(255,255,255,0.75);
    padding-top: 80px;
    border-top: 4px double rgba(255,255,255,0.18);
}
.b2uv p, .b2uv li, .b2uv span,
.b2uv .ougu p, .b2uv .footer-contact li { color: rgba(255,255,255,0.7); }
.b2uv h1,.b2uv h2,.b2uv h3,.b2uv h4,.b2uv h5 { color: #fff; }
.ougu .gjb5ek {
    color: #fff;
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-bottom: 12px;
}
.ougu .gjb5ek::after { display: none; }
.j21l a { color: rgba(255,255,255,0.7); font-size: 14px; }
.j21l a:hover { color: #fff; text-decoration: underline; }
.yd05 a { border-radius: 0; background: rgba(255,255,255,0.08); color: #fff; border: 1px solid rgba(255,255,255,0.2); }
.yd05 a:hover { background: var(--o1458); }
.pu9w0 { border-top: 1px solid rgba(255,255,255,0.18); }
.pu9w0 p { color: rgba(255,255,255,0.6); font-style: italic; }

/* Contact: floating labels — крупные поля с акцентом */
.contact-section .form-control {
    padding: 18px 20px;
    font-size: 16px;
    border: 2px solid var(--border-color);
    border-radius: var(--o78w);
    transition: all 0.3s;
}
.contact-section .form-control:focus { border-color: var(--o1458); box-shadow: 0 0 0 4px rgba(var(--o1458), 0.08); transform: translateY(-2px); }
.contact-section .h9dm { font-size: 16px; padding: 18px 36px; }

/* Logo: bold accent — жирный акцентный */
.qkqp0f { font-size: 24px; font-weight: 700; color: var(--o1458) !important; }

/* Headings: uppercase small — маленькие заглавные */
.b7jt2t, .card-title, .ayw69 {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.5px;
    font-weight: 700;
}
h5 { font-size: 13px; text-transform: uppercase; letter-spacing: 2px; font-weight: 600; }

/* Img: hero — круглая маска */
.bnjr img {
    border-radius: 50%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border: 4px solid var(--o1458);
}

/* Img: cards — шестиугольник */
.lckc13 img, .e6mnhj img {
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    aspect-ratio: 1/1;
    object-fit: cover;
    max-width: 180px;
    margin: 0 auto;
    display: block;
}

/* ═══ BURGER MENU DESIGN ═══ */
/* Burger: color shift — линии меняют цвет через transition */
.kfpp9 { width: 40px; height: 40px; gap: 6px; border: none; background: none; border-radius: 0; }
.kfpp9 .czvof { width: 24px; height: 2px; border-radius: 2px; background: var(--text-primary); transition: transform 0.35s ease, opacity 0.3s ease, background 0.35s ease; }
.kfpp9:hover .czvof { background: var(--o1458); }
.kfpp9.active .czvof { background: var(--o1458); }
.kfpp9.active .czvof:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.kfpp9.active .czvof:nth-child(2) { opacity: 0; }
.kfpp9.active .czvof:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

main > section + section::before{content:'\2605';display:block;text-align:center;color:var(--o1458);opacity:0.2;font-size:14px;padding:12px 0;}

.progress-top{position:fixed;top:0;left:0;height:3px;background:var(--o1vg);z-index:99999;transition:width 0.05s;width:0;}

/* Scroll: iris-wipe — ромбовидное раскрытие */
main > section {
    clip-path: polygon(50% 45%, 55% 50%, 50% 55%, 45% 50%);
    transition: clip-path 1.1s cubic-bezier(0.16,1,0.3,1);
    will-change: clip-path;
}
main > section.in-view {
    clip-path: polygon(-10% -10%, 110% -10%, 110% 110%, -10% 110%);
}
.athku1 { clip-path: none !important; }
main > section.no-clip {
    clip-path: none !important;
}
@media (max-width: 768px) {
    main > section { clip-path: none !important; opacity: 0; transition: opacity 0.5s; }
    main > section.in-view { opacity: 1; }
}

.bkxg .nav-link::after{content:'';position:absolute;bottom:0;left:50%;width:0;height:2px;background:var(--o1458);transition:width 0.3s ease,left 0.3s ease;border-radius:1px;}.bkxg .nav-link:hover::after,.bkxg .nav-link.active::after{width:100%;left:0;}

.h9dm,.y94i4y,.cs8ktn{transition:transform 0.15s ease;}.h9dm:active,.y94i4y:active,.cs8ktn: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);}}

.float-shapes{position:fixed;inset:0;pointer-events:none;z-index:0;overflow:hidden;}.float-circ{position:absolute;border-radius:50%;border:1px solid var(--o1458);opacity:0.04;transition:transform 1.5s cubic-bezier(0.23,1,0.32,1);}

.js-marquee{overflow:hidden;padding:18px 0;border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);}.js-marquee-inner{display:flex;gap:50px;white-space:nowrap;animation:jsMarquee 25s linear infinite;}.js-marquee-inner span{font-size:clamp(28px,4vw,52px);font-weight:var(--o18y9);text-transform:uppercase;letter-spacing:-0.01em;opacity:0.15;flex-shrink:0;}.js-marquee-inner span:nth-child(even){-webkit-text-stroke:1px var(--text-primary);-webkit-text-fill-color:transparent;}@keyframes jsMarquee{from{transform:translateX(0);}to{transform:translateX(-50%);}}

/* Texture: honeycomb — медовые соты */
main > section:nth-child(even):not(.e3jw):not(.gv4d9):not(.no-clip) { position: relative; overflow: clip; }
main > section:nth-child(even):not(.e3jw):not(.gv4d9):not(.no-clip)::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    opacity: 0.02;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='100' viewBox='0 0 56 100'%3E%3Cpath d='M28 66L0 50L0 16L28 0L56 16L56 50L28 66L28 100' fill='none' stroke='currentColor' stroke-width='1'/%3E%3Cpath d='M28 0L28 34L0 50L0 84L28 100L56 84L56 50L28 34' fill='none' stroke='currentColor' stroke-width='1'/%3E%3C/svg%3E");
    background-size: 56px 100px;
    filter: opacity(1);
}
.athku1::before { display: none !important; }

/* Ensure no-clip sections are never cropped */
main > section.no-clip {
    overflow: visible !important;
}

/* Fallback: без JS секции видимы сразу */
html:not(.mhy4md) main > section {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
    filter: none !important;
}

/* Не даём nav-ссылкам переполнять хедер при большом числе вкладок */
@media (min-width: 993px) {
    .gpj5n7 {
        flex-wrap: nowrap;
        overflow: visible;
    }
    .bkxg {
        flex: 1 1 auto;
        min-width: 0;
        justify-content: center;
        flex-wrap: nowrap;
        overflow: hidden;
        gap: clamp(10px, 1.8vw, 36px) !important;
    }
    .bkxg .nav-link {
        white-space: nowrap;
        font-size: clamp(11px, 1.1vw, 15px) !important;
        padding: 8px 0;
        flex-shrink: 0;
    }
    /* Centered-logo split groups — адаптивный gap */
    .iuyrm, .z9k4 {
        gap: clamp(8px, 1.4vw, 32px) !important;
        flex-wrap: nowrap;
        overflow: hidden;
    }
    .iuyrm .nav-link,
    .z9k4 .nav-link {
        white-space: nowrap;
        font-size: clamp(11px, 1.1vw, 15px) !important;
        flex-shrink: 0;
    }
    /* CTA-кнопка не сжимается */
    .jcevz {
        flex-shrink: 0;
        white-space: nowrap;
    }
    .qkqp0f {
        flex-shrink: 0;
    }
}

/* Вариант "Nav with Top Bar" — фиксируем top-bar (div) над хедером.
   Используем div.cgpon (не section!) чтобы не зацепить секции. */
div.cgpon:not(.pbqxmp) {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    padding: 6px 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
div.cgpon:not(.pbqxmp) + .sih9i {
    top: 33px;
    transition: top 0.3s ease, background 0.3s ease, padding 0.3s ease;
}
/* При скролле: top-bar скрывается, header прижимается к верху */
div.cgpon.pa9d {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
}
div.cgpon.pa9d + .sih9i,
div.cgpon:not(.pbqxmp) + .sih9i.scrolled {
    top: 0;
}
/* Компенсируем дополнительную высоту top-bar для hero */
div.cgpon:not(.pbqxmp) ~ .athku1 {
    padding-top: 200px;
}

/* Мобильная адаптация top-bar */
@media (max-width: 992px) {
    div.cgpon:not(.pbqxmp) {
        position: relative;
        z-index: auto;
        font-size: 11px;
        padding: 4px 0;
    }
    div.cgpon:not(.pbqxmp) + .sih9i {
        top: 0;
    }
    div.cgpon:not(.pbqxmp) ~ .athku1 {
        padding-top: 140px;
    }
}

@media (max-width: 992px) {
    /* Бургер-кнопка — ВСЕГДА видима и кликабельна */
    .kfpp9 {
        display: flex !important;
        pointer-events: auto !important;
        opacity: 1 !important;
        z-index: 10001 !important;
        cursor: pointer !important;
        -webkit-tap-highlight-color: transparent;
    }
    .kfpp9 .czvof {
        pointer-events: none;
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    /* Мобильная панель навигации — правильное позиционирование */
    .bkxg {
        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;
    }
    /* Ссылки навигации — крупные, читаемые, кликабельные */
    .bkxg .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;
    }
    .bkxg .nav-link::after { display: none !important; }
    .jcevz { display: none !important; }
    /* CTA-кнопка скрыта на мобильном (меню важнее) */
    .iuyrm, .z9k4 { display: none !important; }
}

/* ═══ MOBILE MENU PANEL DESIGN ═══ */
/* Mobile Menu: fullscreen-center — полный экран, ссылки по центру */
@media (max-width: 992px) {
    .bkxg { right: -100vw !important; left: auto !important; width: 100vw !important; height: 100vh !important; height: 100dvh !important; background: var(--bg-primary) !important; padding: 0 !important; align-items: center !important; justify-content: center !important; gap: 0 !important; box-shadow: none !important; transition: right 0.45s cubic-bezier(0.4,0,0.2,1) !important; }
    .bkxg.active { right: 0 !important; }
    .bkxg .nav-link { font-size: 28px !important; font-weight: 700 !important; padding: 12px 24px !important; text-align: center !important; border-bottom: none !important; width: auto !important; opacity: 0 !important; transform: translateY(16px) !important; transition: opacity 0.4s ease, transform 0.4s ease !important; }
    .bkxg.active .nav-link { opacity: 1 !important; transform: translateY(0) !important; }
    .bkxg.active .nav-link:nth-child(1){transition-delay:.15s !important;}
    .bkxg.active .nav-link:nth-child(2){transition-delay:.22s !important;}
    .bkxg.active .nav-link:nth-child(3){transition-delay:.29s !important;}
    .bkxg.active .nav-link:nth-child(4){transition-delay:.36s !important;}
    .bkxg.active .nav-link:nth-child(5){transition-delay:.43s !important;}
    .bkxg.active .nav-link:nth-child(6){transition-delay:.50s !important;}
    .bkxg.active .nav-link:nth-child(7){transition-delay:.57s !important;}
    .bkxg.active .nav-link:nth-child(8){transition-delay:.64s !important;}
}

/* Cards/content blocks: cap backdrop-filter blur at 8px, ensure solid-enough bg */
.e6mnhj,
.lckc13,
.xffet3,
.p5c6,
.doxpx,
.sin51i {
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
}
/* Guarantee text inside cards is never blurred by filter */
.e6mnhj *,
.lckc13 *,
.xffet3 *,
.p5c6 *,
.doxpx * {
    filter: none !important;
}
/* Animation safety: blurIn cards MUST reach final state even if animation fails */
@supports (animation: none) {
    .e6mnhj, .lckc13, .xffet3 {
        animation-fill-mode: forwards !important;
    }
}
/* Spacing for xffet3s stacked vertically in the same column (density expansion) */
.xffet3 + .xffet3 {
    margin-top: 1.5rem;
}

/* Hero overlay → guarantee white text regardless of kit theme */
.athku1 .nr18b ~ .container,
.athku1 .nr18b ~ .container * {
    color: #fff;
}
.athku1 .nr18b ~ .container p,
.athku1 .nr18b ~ .container .zv3r {
    color: rgba(255,255,255,0.85);
}
.athku1 .nr18b ~ .container .h9dm {
    color: inherit;
}
/* gv4d9: ensure ALL inner text is light */
.gv4d9 .axiq2l { color: #fff; }
.gv4d9 .qs8l3 { color: var(--o1458); }
.gv4d9 .t51k { color: rgba(255,255,255,0.55); }
.gv4d9 .j21l a { color: rgba(255,255,255,0.65); }
.gv4d9 .j21l a:hover { color: #fff; }
/* Site-footer with own inner background → kill outer kit/preset bg */
.b2uv[style*="background:none"] { background: none !important; }
.b2uv[style*="background:none"]::before,
.b2uv[style*="background:none"]::after { display: none !important; }

/* ═══════════════════════════════════════════ */

/* ═══════════════════════════════════════════ */

body {
    line-height: 1.626;
    letter-spacing: 0.012em;
}

.e6mnhj, .lckc13, .xffet3, .xxirg, .p5c6 {
    padding: 27px;
}
.e6mnhj, .lckc13, .xffet3, .xxirg, .p5c6 .card-body {
    padding: 27px 19px;
}
.row > [class*="col"]:nth-child(1) .e6mnhj,
.row > [class*="col"]:nth-child(1) .lckc13 {
    padding: 25px;
    border-radius: calc(var(--o78w) + -2px);
}
.row > [class*="col"]:nth-child(2) .e6mnhj,
.row > [class*="col"]:nth-child(2) .lckc13 {
    padding: 27px;
    border-radius: calc(var(--o78w) + 2px);
}
.row > [class*="col"]:nth-child(3) .e6mnhj,
.row > [class*="col"]:nth-child(3) .lckc13 {
    padding: 27px;
    border-radius: calc(var(--o78w) + -1px);
}
.row > [class*="col"]:nth-child(4) .e6mnhj,
.row > [class*="col"]:nth-child(4) .lckc13 {
    padding: 25px;
    border-radius: calc(var(--o78w) + 2px);
}
.row > [class*="col"]:nth-child(5) .e6mnhj,
.row > [class*="col"]:nth-child(5) .lckc13 {
    padding: 27px;
    border-radius: calc(var(--o78w) + 2px);
}
.row > [class*="col"]:nth-child(6) .e6mnhj,
.row > [class*="col"]:nth-child(6) .lckc13 {
    padding: 26px;
    border-radius: calc(var(--o78w) + 2px);
}

.h9dm {
    padding: 15px 30px;
    font-size: 15px;
    letter-spacing: 0.473px;
    border-radius: calc(var(--o78w) + 0px);
}
.cs8ktn {
    padding: 14px 31px;
    border-width: 1px;
}

main > section {
    padding-top: 83px;
    padding-bottom: 87px;
}
main > section:first-child {
    padding-top: 88px;
}
main > section:nth-child(5) {
    padding-top: 75px;
    padding-bottom: 88px;
}
main > section:nth-child(6) {
    padding-top: 89px;
    padding-bottom: 75px;
}

.hibk9q {
    margin-bottom: 58px;
}

.e6mnhj, .lckc13, .xffet3, .p5c6 {
    box-shadow: 1px 6px 16px rgba(0,0,0,0.076);
}

.athku1 {
    padding-top: 101px;
}
.i8bvdp {
    margin-bottom: 28px;
}
.zv3r {
    margin-bottom: 36px;
    font-size: 17px;
    line-height: 1.637;
}
.axiq2l {
    font-size: 12px;
    letter-spacing: 2.731px;
    margin-bottom: 18px;
}
.h7wg {
    gap: 14px;
}

.bnjr img {
    border-radius: 8px;
    box-shadow: 0 13px 40px rgba(0,0,0,0.11);
}

.xlkie {
    width: 53px;
    height: 53px;
    font-size: 20px;
    border-radius: 16px;
    margin-bottom: 19px;
}

.b7jt2t, .card-title {
    font-size: 18px;
    margin-bottom: 8px;
}
.gmk9wq, .card-text {
    font-size: 15px;
    line-height: 1.581;
}

.geotw {
    margin-bottom: 16px;
    letter-spacing: 0.001px;
}
.qs8l3 {
    font-size: 14px;
    letter-spacing: 2.804px;
    margin-bottom: 12px;
}
.amuez {
    font-size: 17px;
    line-height: 1.631;
}

@media (min-width: 993px) {
    .bkxg {
        gap: 34px;
    }
    .bkxg .nav-link {
        font-size: 15px;
        padding: 6px 0;
    }
}

.b2uv {
    padding-top: 64px;
}
.ougu .gjb5ek {
    font-size: 18px;
    margin-bottom: 24px;
}
.j21l a {
    font-size: 15px;
}
.j21l li {
    margin-bottom: 9px;
}
.yd05 {
    gap: 9px;
}
.yd05 a {
    width: 37px;
    height: 37px;
}
.pu9w0 {
    padding: 25px 0;
    margin-top: 48px;
}

.form-control {
    border-radius: 11px;
    padding: 15px 14px;
    font-size: 16px;
}

.xxirg {
    padding: 27px;
}
.dgywz5 {
    font-size: 17px;
    line-height: 1.645;
    margin-bottom: 19px;
}
.qpxk6y {
    width: 52px;
    height: 52px;
}
.rqdkxv {
    font-size: 16px;
}
.d4dg51 {
    font-size: 13px;
}

.p5c6 {
    padding: 34px;
}
.vwxfu {
    font-size: 22px;
    margin-bottom: 9px;
}
.flay {
    font-size: 40px;
    margin-bottom: 23px;
}
.pa5uo7 li {
    padding: 10px 0;
    font-size: 14px;
}

.gz8tf, .stat-number {
    font-size: 47px;
    margin-bottom: 3px;
}
.grjhfr {
    font-size: 15px;
    letter-spacing: 0.777px;
}

.epl05 img {
    border-radius: 10px;
}
.y7ylr {
    font-size: 17px;
    margin-bottom: 6px;
}
.stmgg {
    font-size: 14px;
}

.h195 {
    font-size: 29px;
    margin-bottom: 12px;
}
.ayw69 {
    font-size: 18px;
    margin-bottom: 9px;
}

.wow {
    animation-duration: 0.649s !important;
}
.e6mnhj, .lckc13, .xffet3, .xxirg,
.p5c6, .sin51i {
    transition-duration: 0.323s;
}

.row {
    --bs-gutter-y: 32px;
}

.e3jw {
    padding: 79px 0;
}
.riq5g {
    font-size: 33px;
    margin-bottom: 20px;
}
.vqhja {
    font-size: 17px;
    margin-bottom: 30px;
}

.xffet3 .jtymz8 img {
    border-radius: 14px 14px 0 0;
}
.v6xc {
    font-size: 14px;
    margin-bottom: 8px;
    gap: 11px;
}

.sih9i {
    padding: 16px 0;
}
.sih9i.scrolled {
    padding: 14px 0;
}
.qkqp0f {
    font-size: 22px;
}
.jcevz {
    margin-left: 18px;
}

/* --- internal markers --- */
:root {
    --_run: '92e4c';
    --_idx: 1626;
    --_gen: 49797;
    --_build: 'b3aa';
    --_hash: 44973;
}
.init-marker { --_ref: 'adc'; outline: 0 solid transparent }
.ui-ghost { unicode-bidi: normal }
.layout-anchor { box-sizing: border-box; vertical-align: baseline }
.grid-debug { vertical-align: baseline; visibility: inherit }

/* ═══════════════════════════════════════════════════════ */
/* CONTRAST GUARD — auto-generated, do NOT edit           */
/* Ensures readable text on ALL dark/gradient sections     */
/* ═══════════════════════════════════════════════════════ */

/* .gv4d9 — DARK bg → light text */
.gv4d9 h1, .gv4d9 h2, .gv4d9 h3, .gv4d9 h4, .gv4d9 h5, .gv4d9 h6 { color: #fff !important; }
.gv4d9 { color: rgba(255,255,255,0.85) !important; }
.gv4d9 p, .gv4d9 li, .gv4d9 span:not(.badge):not(.h9dm), .gv4d9 .lite7, .gv4d9 label, .gv4d9 blockquote, .gv4d9 figcaption, .gv4d9 dt, .gv4d9 dd, .gv4d9 td, .gv4d9 th { color: rgba(255,255,255,0.78) !important; }
.gv4d9 a:not(.h9dm):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.gv4d9 a:not(.h9dm):not(.nav-link):hover { color: #fff !important; }
.gv4d9 .gz8tf { color: #fff !important; }
.gv4d9 .grjhfr { color: rgba(255,255,255,0.7) !important; }

/* .bg-dark-custom — DARK bg → light text */
.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(.h9dm), .bg-dark-custom .lite7, .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(.h9dm):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-dark-custom a:not(.h9dm):not(.nav-link):hover { color: #fff !important; }
.bg-dark-custom .gz8tf { color: #fff !important; }
.bg-dark-custom .grjhfr { color: rgba(255,255,255,0.7) !important; }

/* .bg-gradient-custom — DARK bg → light text */
.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(.h9dm), .bg-gradient-custom .lite7, .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(.h9dm):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-gradient-custom a:not(.h9dm):not(.nav-link):hover { color: #fff !important; }
.bg-gradient-custom .gz8tf { color: #fff !important; }
.bg-gradient-custom .grjhfr { color: rgba(255,255,255,0.7) !important; }

/* .bg-accent-custom — DARK bg → light text */
.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(.h9dm), .bg-accent-custom .lite7, .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(.h9dm):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-accent-custom a:not(.h9dm):not(.nav-link):hover { color: #fff !important; }
.bg-accent-custom .gz8tf { color: #fff !important; }
.bg-accent-custom .grjhfr { color: rgba(255,255,255,0.7) !important; }

/* .e3jw — DARK bg → light text */
.e3jw h1, .e3jw h2, .e3jw h3, .e3jw h4, .e3jw h5, .e3jw h6 { color: #fff !important; }
.e3jw { color: rgba(255,255,255,0.85) !important; }
.e3jw p, .e3jw li, .e3jw span:not(.badge):not(.h9dm), .e3jw .lite7, .e3jw label, .e3jw blockquote, .e3jw figcaption, .e3jw dt, .e3jw dd, .e3jw td, .e3jw th { color: rgba(255,255,255,0.78) !important; }
.e3jw a:not(.h9dm):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.e3jw a:not(.h9dm):not(.nav-link):hover { color: #fff !important; }
.e3jw .gz8tf { color: #fff !important; }
.e3jw .grjhfr { color: rgba(255,255,255,0.7) !important; }

/* .mdldau — DARK bg → light text */
.mdldau h1, .mdldau h2, .mdldau h3, .mdldau h4, .mdldau h5, .mdldau h6 { color: #fff !important; }
.mdldau { color: rgba(255,255,255,0.85) !important; }
.mdldau p, .mdldau li, .mdldau span:not(.badge):not(.h9dm), .mdldau .lite7, .mdldau label, .mdldau blockquote, .mdldau figcaption, .mdldau dt, .mdldau dd, .mdldau td, .mdldau th { color: rgba(255,255,255,0.78) !important; }
.mdldau a:not(.h9dm):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.mdldau a:not(.h9dm):not(.nav-link):hover { color: #fff !important; }
.mdldau .gz8tf { color: #fff !important; }
.mdldau .grjhfr { color: rgba(255,255,255,0.7) !important; }

/* .cgpon — DARK bg → light text */
.cgpon h1, .cgpon h2, .cgpon h3, .cgpon h4, .cgpon h5, .cgpon h6 { color: #fff !important; }
.cgpon { color: rgba(255,255,255,0.85) !important; }
.cgpon p, .cgpon li, .cgpon span:not(.badge):not(.h9dm), .cgpon .lite7, .cgpon label, .cgpon blockquote, .cgpon figcaption, .cgpon dt, .cgpon dd, .cgpon td, .cgpon th { color: rgba(255,255,255,0.78) !important; }
.cgpon a:not(.h9dm):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.cgpon a:not(.h9dm):not(.nav-link):hover { color: #fff !important; }
.cgpon .gz8tf { color: #fff !important; }
.cgpon .grjhfr { color: rgba(255,255,255,0.7) !important; }

/* .b2uv — LIGHT bg → dark text (preset handles colors) */
.b2uv { color: var(--text-secondary, #555) !important; }
.b2uv h1, .b2uv h2, .b2uv h3,
.b2uv h4, .b2uv h5, .b2uv h6,
.b2uv .gjb5ek { color: var(--text-primary, #1a1a2e) !important; }
.b2uv p, .b2uv li, .b2uv span,
.b2uv label { color: var(--text-secondary, #555) !important; }
.b2uv a:not(.h9dm) { color: var(--text-secondary, #555) !important; }
.b2uv a:not(.h9dm):hover { color: var(--o1458) !important; }
.b2uv .pu9w0 p { color: var(--text-muted, #888) !important; }
