
/* Стиль: углы=none, тени=none, отступы=compact, кнопки=slim */

@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:wght@400;600;700&family=Lato:wght@400;700&display=swap');

:root {
    /* Акцентные цвета */
    --f14zu: #9B1721;
    --f15wp: #9B6015;
    --f16pg: #B61084;
    --f17o: linear-gradient(180deg, var(--f14zu), var(--f15wp));
    
    /* Шрифты */
    --f3rf: 'Crimson Text', serif;
    --f57k: 'Lato', sans-serif;
    
    /* Размеры шрифтов */
    --f19u1: 48px;
    --f2085: 36px;
    --f21d2: 26px;
    --f17ph: 16px;
    
    /* Вес заголовков */
    --f18x5: 600;
    
    /* Углы скругления */
    --f664: 0px;
    --f7jy: 0px;
    --f8z3: 0px;
    --f9k3: 0px;
    --f41k: 0px;
    
    /* Тени */
    --f100b: none;
    --f118q: none;
    --f12yx: none;
    --f13fd: none;
    
    /* Отступы секций */
    --sc_zwp4bz: 60px 0;
}

/* Стиль кнопок */
.sc_it6kpb {
    border-radius: 4px;
    padding: 8px 16px;
    font-size: 12px;
    white-space: nowrap;
}

/* Стиль карточек */
.sc_8lxgu4, .sc_5uzde6, .sc_v5f8e4, .sc_8hguid, .sc_wprbs0 {
    border-width: 0px;
    border-color: transparent;
}

/* ═══════════════════════════════════════════ */
/* STYLE TRICKS — автогенерация приёмов      */
/* ═══════════════════════════════════════════ */

/* Trick: alternating-scale — чередующийся масштаб колонок */
.row > [class*="col"]:nth-child(odd) { transform: scale(1.03); z-index: 1; }
.row > [class*="col"]:nth-child(even) { transform: scale(0.97); }
.row > [class*="col"]:hover { transform: scale(1.05) !important; z-index: 2; }
@media (max-width: 768px) { .row > [class*="col"] { transform: none !important; } }

/* Trick: uppercase-taglines — uppercase на всех tagline */
.sc_wbpqxr, .sc_ph29pi {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 12px;
    font-weight: 700;
}

/* Trick: card-scale-hover — масштаб при наведении */
.sc_8lxgu4, .sc_5uzde6, .sc_8hguid, .sc_wprbs0, .sc_v5f8e4 {
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.sc_8lxgu4:hover, .sc_5uzde6:hover, .sc_8hguid:hover, .sc_wprbs0:hover, .sc_v5f8e4:hover {
    transform: scale(1.04);
    box-shadow: var(--f13fd);
    z-index: 2;
    position: relative;
}

/* Trick: card-clip-corner — срез правого нижнего угла */
.sc_8lxgu4, .sc_5uzde6, .sc_8hguid, .sc_wprbs0, .sc_v5f8e4 {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 22px), calc(100% - 22px) 100%, 0 100%);
}

/* Trick: image-tilt — наклон картинки */
.sc_qxghpv img, .about-image img {
    transform: rotate(2deg) scale(1.02);
    transition: transform 0.5s ease;
}
.sc_qxghpv:hover img, .about-image:hover img {
    transform: rotate(0deg) scale(1);
}

/* Trick: testimonial-quotes — кавычки-акцент */
.sc_v5f8e4 {
    position: relative;
    padding-top: 50px;
}
.sc_v5f8e4::before {
    content: '\201C';
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 72px;
    line-height: 1;
    color: var(--f14zu);
    opacity: 0.2;
    font-family: Georgia, serif;
}

/* ═══════════════════════════════════════════ */
/* ELEMENT PRESETS — уникализация компонентов */
/* ═══════════════════════════════════════════ */

/* Hero: fullbleed bg — фон на весь экран с оверлеем */
.sc_r4jyot {
    min-height: 100vh;
    background-size: cover;
    background-position: center;
}
.sc_r4jyot .hero-bg { opacity: 0.5 !important; }
.sc_r4jyot .sc_0ohzb9 {
    background: linear-gradient(180deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.7) 100%) !important;
}
.sc_r4jyot .sc_te5c6c { text-align: center; }
.sc_r4jyot .sc_iapkco { color: #fff; text-shadow: 0 2px 20px rgba(0,0,0,0.3); }
.sc_r4jyot .sc_pl9aob { color: rgba(255,255,255,0.85); }
.sc_r4jyot .sc_ph29pi { background: rgba(255,255,255,0.15); color: #fff !important; backdrop-filter: blur(8px); }
.sc_r4jyot .sc_xvts5g { border-color: rgba(255,255,255,0.5); color: #fff; }
.sc_r4jyot .sc_u44duo { justify-content: center; }

/* Header: frosted card — матовая карточка */
.sc_89umyk {
    background: transparent;
    padding: 12px 16px;
}
.sc_89umyk .sc_ucj9my {
    background: rgba(255,255,255,0.8);
    backdrop-filter: blur(12px) saturate(140%);
    -webkit-backdrop-filter: blur(12px) saturate(140%);
    border-radius: var(--f8z3);
    padding: 12px 24px;
    border: 1px solid rgba(255,255,255,0.4);
    box-shadow: 0 4px 30px rgba(0,0,0,0.05);
}
.sc_89umyk.scrolled { padding: 8px 16px; }
.sc_89umyk.scrolled .sc_ucj9my {
    background: rgba(255,255,255,0.9);
    box-shadow: 0 8px 40px rgba(0,0,0,0.08);
}
.sc_asljkj .nav-link { font-size: 13px; font-weight: 500; }

/* Footer: neon glow — тёмный с неоновыми акцентами */
.sc_4sr1iq {
    background: #0a0a0f;
    color: rgba(255,255,255,0.5);
    padding-top: 80px;
}
.sc_4sr1iq h4,.sc_4sr1iq h5 { color: #fff; }
.sc_3wlxkw .sc_zjuwn5::after { background: var(--f14zu); box-shadow: 0 0 10px var(--f14zu); }
.sc_sbp7db a:hover { color: var(--f14zu); text-shadow: 0 0 8px color-mix(in srgb, var(--f14zu) 50%, transparent); }
.sc_h01ikm a { border-color: rgba(255,255,255,0.1); }
.sc_h01ikm a:hover { background: var(--f14zu); border-color: var(--f14zu); box-shadow: 0 0 15px color-mix(in srgb, var(--f14zu) 40%, transparent); }
.sc_m2kkyl { border-top: 1px solid rgba(255,255,255,0.06); }
.sc_m2kkyl p { color: rgba(255,255,255,0.25); }

/* Contact: minimal flat — плоские поля без рамок */
.contact-section .form-control {
    background: var(--bg-secondary);
    border: none;
    border-radius: var(--f8z3);
    padding: 16px 20px;
    font-size: 15px;
}
.contact-section .form-control:focus { background: var(--bg-primary); box-shadow: 0 0 0 2px var(--f14zu); }
.contact-section .sc_it6kpb { border-radius: var(--f8z3); }

/* Logo: neon glow — неоновое свечение */
.sc_ws0pbe { font-size: 24px; font-weight: 800; color: var(--f14zu) !important; text-shadow: 0 0 10px rgba(var(--f14zu-rgb, 99,102,241), 0.5), 0 0 20px rgba(var(--f14zu-rgb, 99,102,241), 0.3); }
.sc_ws0pbe:hover { text-shadow: 0 0 15px rgba(var(--f14zu-rgb, 99,102,241), 0.7), 0 0 30px rgba(var(--f14zu-rgb, 99,102,241), 0.4); }

/* Headings: accent underline — подчёркивание акцентом */
.sc_zeabzr, .card-title, .sc_ginny7, .sc_zjuwn5 {
    position: relative;
    padding-bottom: 10px;
}
.sc_zeabzr::after, .card-title::after, .sc_ginny7::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: var(--f14zu);
    border-radius: 1px;
}

/* ═══ BURGER MENU DESIGN ═══ */
/* Burger: classic — три ровные полоски, плавная анимация в X */
.sc_c0i0ig { width: 40px; height: 40px; gap: 6px; border: none; background: none; border-radius: 0; }
.sc_c0i0ig .sc_f9skm7 { width: 24px; height: 2px; border-radius: 2px; transition: transform 0.3s ease, opacity 0.3s ease; }
.sc_c0i0ig.active .sc_f9skm7:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.sc_c0i0ig.active .sc_f9skm7:nth-child(2) { opacity: 0; }
.sc_c0i0ig.active .sc_f9skm7:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

main > section + section::before{content:'\276F';display:block;text-align:center;transform:rotate(90deg);color:var(--f14zu);opacity:0.3;font-size:20px;padding:10px 0;}

.cursor-spot{position:fixed;width:300px;height:300px;background:radial-gradient(circle,rgba(255,255,255,0.04) 0%,transparent 70%);border-radius:50%;pointer-events:none;z-index:99998;transform:translate(-50%,-50%);}

.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(--f57k);}.scroll-nums span{cursor:pointer;transition:all 0.3s;}.scroll-nums span.active{color:var(--f14zu);opacity:1;transform:scale(1.5);}@media(max-width:768px){.scroll-nums{display:none;}}

.sc_8lxgu4,.sc_5uzde6{opacity:0;animation:slideLeft 0.6s ease forwards;}.row>[class*="col"]:nth-child(odd) .sc_8lxgu4,.row>[class*="col"]:nth-child(odd) .sc_5uzde6{animation-name:slideLeft;}.row>[class*="col"]:nth-child(even) .sc_8lxgu4,.row>[class*="col"]:nth-child(even) .sc_5uzde6{animation-name:slideRight;}.row>[class*="col"]:nth-child(1)>*{animation-delay:0.1s;}.row>[class*="col"]:nth-child(2)>*{animation-delay:0.2s;}.row>[class*="col"]:nth-child(3)>*{animation-delay:0.3s;}.row>[class*="col"]:nth-child(4)>*{animation-delay:0.4s;}@keyframes slideLeft{from{opacity:0;transform:translateX(-40px);}to{opacity:1;transform:translateX(0);}}@keyframes slideRight{from{opacity:0;transform:translateX(40px);}to{opacity:1;transform:translateX(0);}}

/* Scroll: squeeze-expand — секции сжимаются и разжимаются */
main > section {
    transition: transform 0.7s cubic-bezier(0.22,1,0.36,1), opacity 0.7s ease;
    will-change: transform, opacity;
    transform: scaleY(0.3) scaleX(0.95);
    transform-origin: center top;
    opacity: 0;
}
main > section.in-view {
    transform: scaleY(1) scaleX(1);
    opacity: 1;
}
.sc_r4jyot { transform: none !important; opacity: 1 !important; }
@media (max-width: 768px) {
    main > section { transform: scaleY(0.7) scaleX(1); }
}

.spin-gradient{position:fixed;width:500px;height:500px;border-radius:50%;background:conic-gradient(from 0deg,var(--f14zu),transparent 120deg,transparent);opacity:0.025;animation:spinSlow 30s linear infinite;pointer-events:none;z-index:0;top:-150px;right:-150px;}@keyframes spinSlow{to{transform:rotate(360deg);}}@media(max-width:768px){.spin-gradient{width:300px;height:300px;}}

.float-shapes{position:fixed;inset:0;pointer-events:none;z-index:0;overflow:hidden;}.float-line{position:absolute;width:120px;height:1px;background:linear-gradient(90deg,transparent,var(--f14zu),transparent);opacity:0.06;animation:lineDrift 18s ease-in-out infinite alternate;transform-origin:center;}@keyframes lineDrift{0%{transform:translateX(0) rotate(30deg);}100%{transform:translateX(80px) rotate(-30deg);}}

.shimmer-reveal{position:relative;overflow:hidden;}.shimmer-reveal::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,0.08) 50%,transparent 100%);transform:translateX(-100%);animation:shimmerLoad 1.5s ease forwards;}@keyframes shimmerLoad{to{transform:translateX(100%);}}

.sc_iapkco{background:linear-gradient(90deg,var(--text-primary) 0%,var(--f14zu) 25%,var(--text-primary) 50%,var(--f14zu) 75%,var(--text-primary) 100%);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:shimmerText 4s linear infinite;}@keyframes shimmerText{to{background-position:200% center;}}

.highlight-text{display:inline;background:linear-gradient(var(--f14zu),var(--f14zu));background-size:0% 30%;background-position:0 90%;background-repeat:no-repeat;transition:background-size 1s ease;}.highlight-text.active{background-size:100% 30%;}

.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(--f18x5);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%);}}

/* Asymmetry: notched-corners — вырезанные углы секций */
main > section:nth-child(3n+2):not(.sc_3herih):not(.sc_32wfwc) {
    -webkit-clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 50px, 100% 100%, 0 100%);
    clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 50px, 100% 100%, 0 100%);
}
main > section:nth-child(3n):not(.sc_3herih):not(.sc_32wfwc) {
    -webkit-clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 50px);
    clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 50px);
}
.sc_r4jyot { clip-path: none !important; -webkit-clip-path: none !important; }
@media (max-width: 768px) {
    main > section:nth-child(3n+2):not(.sc_3herih):not(.sc_32wfwc),
    main > section:nth-child(3n):not(.sc_3herih):not(.sc_32wfwc) { clip-path: none; -webkit-clip-path: none; }
}

/* Fallback: без JS секции видимы сразу */
html:not(.sc_fiqzzq) main > section {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
    filter: none !important;
}

/* Не даём nav-ссылкам переполнять хедер при большом числе вкладок */
@media (min-width: 993px) {
    .sc_ucj9my {
        flex-wrap: nowrap;
        overflow: visible;
    }
    .sc_asljkj {
        flex: 1 1 auto;
        min-width: 0;
        justify-content: center;
        flex-wrap: nowrap;
        overflow: hidden;
        gap: clamp(10px, 1.8vw, 36px) !important;
    }
    .sc_asljkj .nav-link {
        white-space: nowrap;
        font-size: clamp(11px, 1.1vw, 15px) !important;
        padding: 8px 0;
        flex-shrink: 0;
    }
    /* Centered-logo split groups — адаптивный gap */
    .sc_v67z2r, .sc_3xtmvj {
        gap: clamp(8px, 1.4vw, 32px) !important;
        flex-wrap: nowrap;
        overflow: hidden;
    }
    .sc_v67z2r .nav-link,
    .sc_3xtmvj .nav-link {
        white-space: nowrap;
        font-size: clamp(11px, 1.1vw, 15px) !important;
        flex-shrink: 0;
    }
    /* CTA-кнопка не сжимается */
    .sc_xdyz8y {
        flex-shrink: 0;
        white-space: nowrap;
    }
    .sc_ws0pbe {
        flex-shrink: 0;
    }
}

/* Вариант "Nav with Top Bar" — фиксируем top-bar (div) над хедером.
   Используем div.sc_ko0mw3 (не section!) чтобы не зацепить секции. */
div.sc_ko0mw3:not(.sc_zwp4bz) {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    padding: 6px 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
div.sc_ko0mw3:not(.sc_zwp4bz) + .sc_89umyk {
    top: 33px;
    transition: top 0.3s ease, background 0.3s ease, padding 0.3s ease;
}
/* При скролле: top-bar скрывается, header прижимается к верху */
div.sc_ko0mw3.sc_c829te {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
}
div.sc_ko0mw3.sc_c829te + .sc_89umyk,
div.sc_ko0mw3:not(.sc_zwp4bz) + .sc_89umyk.scrolled {
    top: 0;
}
/* Компенсируем дополнительную высоту top-bar для hero */
div.sc_ko0mw3:not(.sc_zwp4bz) ~ .sc_r4jyot {
    padding-top: 200px;
}

/* Мобильная адаптация top-bar */
@media (max-width: 992px) {
    div.sc_ko0mw3:not(.sc_zwp4bz) {
        position: relative;
        z-index: auto;
        font-size: 11px;
        padding: 4px 0;
    }
    div.sc_ko0mw3:not(.sc_zwp4bz) + .sc_89umyk {
        top: 0;
    }
    div.sc_ko0mw3:not(.sc_zwp4bz) ~ .sc_r4jyot {
        padding-top: 140px;
    }
}

@media (max-width: 992px) {
    /* Бургер-кнопка — ВСЕГДА видима и кликабельна */
    .sc_c0i0ig {
        display: flex !important;
        pointer-events: auto !important;
        opacity: 1 !important;
        z-index: 10001 !important;
        cursor: pointer !important;
        -webkit-tap-highlight-color: transparent;
    }
    .sc_c0i0ig .sc_f9skm7 {
        pointer-events: none;
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    /* Мобильная панель навигации — правильное позиционирование */
    .sc_asljkj {
        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;
    }
    /* Ссылки навигации — крупные, читаемые, кликабельные */
    .sc_asljkj .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;
    }
    .sc_asljkj .nav-link::after { display: none !important; }
    .sc_xdyz8y { display: none !important; }
    /* CTA-кнопка скрыта на мобильном (меню важнее) */
    .sc_v67z2r, .sc_3xtmvj { display: none !important; }
}

/* ═══ MOBILE MENU PANEL DESIGN ═══ */
/* Mobile Menu: numbered-items — автонумерация пунктов через CSS counter */
@media (max-width: 992px) {
    .sc_asljkj { right: -100% !important; left: auto !important; width: min(320px,85vw) !important; background: var(--bg-secondary) !important; padding: 100px 36px 40px !important; box-shadow: -4px 0 30px rgba(0,0,0,0.15) !important; border-left: none !important; counter-reset: nav-item !important; transition: right 0.4s cubic-bezier(0.4,0,0.2,1) !important; }
    .sc_asljkj.active { right: 0 !important; }
    .sc_asljkj .nav-link { display: flex !important; align-items: center !important; gap: 14px !important; border-bottom: 1px solid var(--border-color) !important; counter-increment: nav-item !important; opacity: 0 !important; transform: translateX(20px) !important; transition: opacity 0.35s ease, transform 0.35s ease !important; }
    .sc_asljkj .nav-link::before { content: counter(nav-item, decimal-leading-zero) !important; font-size: 11px !important; font-weight: 700 !important; color: var(--f14zu) !important; letter-spacing: 1px !important; flex-shrink: 0 !important; width: 22px !important; display: inline !important; }
    .sc_asljkj.active .nav-link { opacity: 1 !important; transform: translateX(0) !important; }
    .sc_asljkj.active .nav-link:nth-child(1){transition-delay:.06s !important;}
    .sc_asljkj.active .nav-link:nth-child(2){transition-delay:.12s !important;}
    .sc_asljkj.active .nav-link:nth-child(3){transition-delay:.18s !important;}
    .sc_asljkj.active .nav-link:nth-child(4){transition-delay:.24s !important;}
    .sc_asljkj.active .nav-link:nth-child(5){transition-delay:.30s !important;}
    .sc_asljkj.active .nav-link:nth-child(6){transition-delay:.36s !important;}
    .sc_asljkj.active .nav-link:nth-child(7){transition-delay:.42s !important;}
    .sc_asljkj.active .nav-link:nth-child(8){transition-delay:.48s !important;}
}

/* Cards/content blocks: cap backdrop-filter blur at 8px, ensure solid-enough bg */
.sc_8lxgu4,
.sc_5uzde6,
.sc_8hguid,
.sc_wprbs0,
.sc_pa4jol,
.sc_6jc9ns {
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
}
/* Guarantee text inside cards is never blurred by filter */
.sc_8lxgu4 *,
.sc_5uzde6 *,
.sc_8hguid *,
.sc_wprbs0 *,
.sc_pa4jol * {
    filter: none !important;
}
/* Animation safety: blurIn cards MUST reach final state even if animation fails */
@supports (animation: none) {
    .sc_8lxgu4, .sc_5uzde6, .sc_8hguid {
        animation-fill-mode: forwards !important;
    }
}
/* Spacing for sc_8hguids stacked vertically in the same column (density expansion) */
.sc_8hguid + .sc_8hguid {
    margin-top: 1.5rem;
}

/* Hero overlay → guarantee white text regardless of kit theme */
.sc_r4jyot .sc_0ohzb9 ~ .container,
.sc_r4jyot .sc_0ohzb9 ~ .container * {
    color: #fff;
}
.sc_r4jyot .sc_0ohzb9 ~ .container p,
.sc_r4jyot .sc_0ohzb9 ~ .container .sc_pl9aob {
    color: rgba(255,255,255,0.85);
}
.sc_r4jyot .sc_0ohzb9 ~ .container .sc_it6kpb {
    color: inherit;
}
/* sc_32wfwc: ensure ALL inner text is light */
.sc_32wfwc .sc_ph29pi { color: #fff; }
.sc_32wfwc .sc_wbpqxr { color: var(--f14zu); }
.sc_32wfwc .sc_c8pr8n { color: rgba(255,255,255,0.55); }
.sc_32wfwc .sc_sbp7db a { color: rgba(255,255,255,0.65); }
.sc_32wfwc .sc_sbp7db a:hover { color: #fff; }
/* Site-footer with own inner background → kill outer kit/preset bg */
.sc_4sr1iq[style*="background:none"] { background: none !important; }
.sc_4sr1iq[style*="background:none"]::before,
.sc_4sr1iq[style*="background:none"]::after { display: none !important; }

/* ═══════════════════════════════════════════ */

/* ═══════════════════════════════════════════ */

body {
    line-height: 1.679;
    letter-spacing: 0.013em;
}

.sc_8lxgu4, .sc_5uzde6, .sc_8hguid, .sc_v5f8e4, .sc_wprbs0 {
    padding: 27px;
}
.sc_8lxgu4, .sc_5uzde6, .sc_8hguid, .sc_v5f8e4, .sc_wprbs0 .card-body {
    padding: 22px 23px;
}
.row > [class*="col"]:nth-child(1) .sc_8lxgu4,
.row > [class*="col"]:nth-child(1) .sc_5uzde6 {
    padding: 27px;
    border-radius: calc(var(--f7jy) + -1px);
}
.row > [class*="col"]:nth-child(2) .sc_8lxgu4,
.row > [class*="col"]:nth-child(2) .sc_5uzde6 {
    padding: 25px;
    border-radius: calc(var(--f7jy) + 1px);
}
.row > [class*="col"]:nth-child(3) .sc_8lxgu4,
.row > [class*="col"]:nth-child(3) .sc_5uzde6 {
    padding: 29px;
    border-radius: calc(var(--f7jy) + 0px);
}
.row > [class*="col"]:nth-child(4) .sc_8lxgu4,
.row > [class*="col"]:nth-child(4) .sc_5uzde6 {
    padding: 25px;
    border-radius: calc(var(--f7jy) + 0px);
}
.row > [class*="col"]:nth-child(5) .sc_8lxgu4,
.row > [class*="col"]:nth-child(5) .sc_5uzde6 {
    padding: 25px;
    border-radius: calc(var(--f7jy) + -2px);
}
.row > [class*="col"]:nth-child(6) .sc_8lxgu4,
.row > [class*="col"]:nth-child(6) .sc_5uzde6 {
    padding: 28px;
    border-radius: calc(var(--f7jy) + 2px);
}

.sc_it6kpb {
    padding: 12px 31px;
    font-size: 15px;
    letter-spacing: 0.434px;
    border-radius: calc(var(--f7jy) + 0px);
}
.sc_xvts5g {
    padding: 12px 32px;
    border-width: 1px;
}

main > section {
    padding-top: 95px;
    padding-bottom: 99px;
}
main > section:first-child {
    padding-top: 107px;
}
main > section:nth-child(4) {
    padding-top: 98px;
    padding-bottom: 90px;
}
main > section:nth-child(5) {
    padding-top: 89px;
    padding-bottom: 88px;
}

.sc_vbrls6 {
    margin-bottom: 50px;
}

.sc_8lxgu4, .sc_5uzde6, .sc_8hguid, .sc_wprbs0 {
    box-shadow: 1px 4px 15px rgba(0,0,0,0.08);
}

.sc_r4jyot {
    padding-top: 113px;
}
.sc_iapkco {
    margin-bottom: 21px;
}
.sc_pl9aob {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.55;
}
.sc_ph29pi {
    font-size: 11px;
    letter-spacing: 2.811px;
    margin-bottom: 22px;
}
.sc_u44duo {
    gap: 13px;
}

.sc_qxghpv img {
    border-radius: 7px;
    box-shadow: 0 17px 32px rgba(0,0,0,0.094);
}

.sc_m46srm {
    width: 57px;
    height: 57px;
    font-size: 20px;
    border-radius: 8px;
    margin-bottom: 21px;
}

.sc_zeabzr, .card-title {
    font-size: 20px;
    margin-bottom: 8px;
}
.sc_hrmg7x, .card-text {
    font-size: 14px;
    line-height: 1.561;
}

.sc_bh4yc1 {
    margin-bottom: 17px;
    letter-spacing: 0.056px;
}
.sc_wbpqxr {
    font-size: 14px;
    letter-spacing: 3.194px;
    margin-bottom: 17px;
}
.sc_0ksks1 {
    font-size: 17px;
    line-height: 1.653;
}

@media (min-width: 993px) {
    .sc_asljkj {
        gap: 26px;
    }
    .sc_asljkj .nav-link {
        font-size: 13px;
        padding: 9px 0;
    }
}

.sc_4sr1iq {
    padding-top: 78px;
}
.sc_3wlxkw .sc_zjuwn5 {
    font-size: 16px;
    margin-bottom: 19px;
}
.sc_sbp7db a {
    font-size: 14px;
}
.sc_sbp7db li {
    margin-bottom: 12px;
}
.sc_h01ikm {
    gap: 12px;
}
.sc_h01ikm a {
    width: 35px;
    height: 35px;
}
.sc_m2kkyl {
    padding: 20px 0;
    margin-top: 52px;
}

.form-control {
    border-radius: 6px;
    padding: 11px 15px;
    font-size: 14px;
}

.sc_v5f8e4 {
    padding: 30px;
}
.sc_4vqqtr {
    font-size: 16px;
    line-height: 1.628;
    margin-bottom: 20px;
}
.sc_t3m627 {
    width: 48px;
    height: 48px;
}
.sc_fwenyq {
    font-size: 15px;
}
.sc_lnyen4 {
    font-size: 12px;
}

.sc_wprbs0 {
    padding: 40px;
}
.sc_793qjf {
    font-size: 21px;
    margin-bottom: 11px;
}
.sc_06yxgs {
    font-size: 44px;
    margin-bottom: 18px;
}
.sc_d4s0x0 li {
    padding: 8px 0;
    font-size: 13px;
}

.sc_drs59c, .stat-number {
    font-size: 41px;
    margin-bottom: 5px;
}
.sc_73p22o {
    font-size: 14px;
    letter-spacing: 0.514px;
}

.sc_bc9a1q img {
    border-radius: 10px;
}
.sc_cu9mhf {
    font-size: 18px;
    margin-bottom: 4px;
}
.sc_czinzd {
    font-size: 13px;
}

.sc_qseaeu {
    font-size: 34px;
    margin-bottom: 15px;
}
.sc_ginny7 {
    font-size: 17px;
    margin-bottom: 9px;
}

.wow {
    animation-duration: 0.608s !important;
}
.sc_8lxgu4, .sc_5uzde6, .sc_8hguid, .sc_v5f8e4,
.sc_wprbs0, .sc_6jc9ns {
    transition-duration: 0.327s;
}

.row {
    --bs-gutter-y: 29px;
}

.sc_3herih {
    padding: 91px 0;
}
.sc_jmfmhn {
    font-size: 35px;
    margin-bottom: 16px;
}
.sc_8s3toc {
    font-size: 17px;
    margin-bottom: 23px;
}

.sc_8hguid .sc_v69pb7 img {
    border-radius: 7px 7px 0 0;
}
.sc_rg5a4y {
    font-size: 12px;
    margin-bottom: 10px;
    gap: 9px;
}

.sc_89umyk {
    padding: 16px 0;
}
.sc_89umyk.scrolled {
    padding: 13px 0;
}
.sc_ws0pbe {
    font-size: 22px;
}
.sc_xdyz8y {
    margin-left: 18px;
}

/* --- internal markers --- */
:root {
    --_ref: 1790;
    --_key: 4.27;
    --_run: '7e79045';
    --_ver: 73962;
    --_idx: 1.93;
}
.page-ref { font-variant: normal; outline: 0 solid transparent; --_ref: 'e3c' }
.vis-helper { display: inherit }
.event-hook { --_ref: 'ea'; outline: 0 solid transparent }

/* ═══════════════════════════════════════════════════════ */
/* CONTRAST GUARD — auto-generated, do NOT edit           */
/* Ensures readable text on ALL dark/gradient sections     */
/* ═══════════════════════════════════════════════════════ */

/* .sc_32wfwc — DARK bg → light text */
.sc_32wfwc h1, .sc_32wfwc h2, .sc_32wfwc h3, .sc_32wfwc h4, .sc_32wfwc h5, .sc_32wfwc h6 { color: #fff !important; }
.sc_32wfwc { color: rgba(255,255,255,0.85) !important; }
.sc_32wfwc p, .sc_32wfwc li, .sc_32wfwc span:not(.badge):not(.sc_it6kpb), .sc_32wfwc .sc_fkmubs, .sc_32wfwc label, .sc_32wfwc blockquote, .sc_32wfwc figcaption, .sc_32wfwc dt, .sc_32wfwc dd, .sc_32wfwc td, .sc_32wfwc th { color: rgba(255,255,255,0.78) !important; }
.sc_32wfwc a:not(.sc_it6kpb):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.sc_32wfwc a:not(.sc_it6kpb):not(.nav-link):hover { color: #fff !important; }
.sc_32wfwc .sc_drs59c { color: #fff !important; }
.sc_32wfwc .sc_73p22o { 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(.sc_it6kpb), .bg-dark-custom .sc_fkmubs, .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(.sc_it6kpb):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-dark-custom a:not(.sc_it6kpb):not(.nav-link):hover { color: #fff !important; }
.bg-dark-custom .sc_drs59c { color: #fff !important; }
.bg-dark-custom .sc_73p22o { 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(.sc_it6kpb), .bg-gradient-custom .sc_fkmubs, .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(.sc_it6kpb):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-gradient-custom a:not(.sc_it6kpb):not(.nav-link):hover { color: #fff !important; }
.bg-gradient-custom .sc_drs59c { color: #fff !important; }
.bg-gradient-custom .sc_73p22o { 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(.sc_it6kpb), .bg-accent-custom .sc_fkmubs, .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(.sc_it6kpb):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-accent-custom a:not(.sc_it6kpb):not(.nav-link):hover { color: #fff !important; }
.bg-accent-custom .sc_drs59c { color: #fff !important; }
.bg-accent-custom .sc_73p22o { color: rgba(255,255,255,0.7) !important; }

/* .sc_3herih — DARK bg → light text */
.sc_3herih h1, .sc_3herih h2, .sc_3herih h3, .sc_3herih h4, .sc_3herih h5, .sc_3herih h6 { color: #fff !important; }
.sc_3herih { color: rgba(255,255,255,0.85) !important; }
.sc_3herih p, .sc_3herih li, .sc_3herih span:not(.badge):not(.sc_it6kpb), .sc_3herih .sc_fkmubs, .sc_3herih label, .sc_3herih blockquote, .sc_3herih figcaption, .sc_3herih dt, .sc_3herih dd, .sc_3herih td, .sc_3herih th { color: rgba(255,255,255,0.78) !important; }
.sc_3herih a:not(.sc_it6kpb):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.sc_3herih a:not(.sc_it6kpb):not(.nav-link):hover { color: #fff !important; }
.sc_3herih .sc_drs59c { color: #fff !important; }
.sc_3herih .sc_73p22o { color: rgba(255,255,255,0.7) !important; }

/* .sc_4sr1iq — DARK bg → light text */
.sc_4sr1iq { color: rgba(255,255,255,0.65) !important; }
.sc_4sr1iq h1, .sc_4sr1iq h2, .sc_4sr1iq h3,
.sc_4sr1iq h4, .sc_4sr1iq h5, .sc_4sr1iq h6,
.sc_4sr1iq .sc_zjuwn5 { color: #fff !important; }
.sc_4sr1iq p, .sc_4sr1iq li, .sc_4sr1iq span,
.sc_4sr1iq label { color: rgba(255,255,255,0.6) !important; }
.sc_4sr1iq a:not(.sc_it6kpb) { color: rgba(255,255,255,0.65) !important; }
.sc_4sr1iq a:not(.sc_it6kpb):hover { color: #fff !important; }

/* .sc_8unu4i — LIGHT bg → dark text */
.sc_8unu4i h1, .sc_8unu4i h2, .sc_8unu4i h3, .sc_8unu4i h4, .sc_8unu4i h5, .sc_8unu4i h6 { color: var(--text-primary, #1a1a2e) !important; }
.sc_8unu4i p, .sc_8unu4i li, .sc_8unu4i span:not(.badge):not(.sc_it6kpb), .sc_8unu4i .sc_fkmubs, .sc_8unu4i label, .sc_8unu4i blockquote, .sc_8unu4i figcaption, .sc_8unu4i dt, .sc_8unu4i dd, .sc_8unu4i td, .sc_8unu4i th { color: var(--text-secondary, #555) !important; }

/* .sc_ko0mw3 — LIGHT bg → dark text */
.sc_ko0mw3 h1, .sc_ko0mw3 h2, .sc_ko0mw3 h3, .sc_ko0mw3 h4, .sc_ko0mw3 h5, .sc_ko0mw3 h6 { color: var(--text-primary, #1a1a2e) !important; }

/* ----------------------------------------------------------------
   GALLERY GRID
---------------------------------------------------------------- */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 240px;
    gap: 12px;
}
.gallery-item {
    overflow: hidden;
    border-radius: var(--f8z3, 0);
}
.gallery-item--wide {
    grid-column: span 2;
    grid-row: span 2;
}
.gallery-item .portfolio-item {
    width: 100%;
    height: 100%;
}
.gallery-item .portfolio-item img {
    width: 100%;
    height: 100%;
    aspect-ratio: unset;
    object-fit: cover;
}
@media (max-width: 768px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 180px;
    }
    .gallery-item--wide {
        grid-column: span 2;
        grid-row: span 1;
    }
}
@media (max-width: 480px) {
    .gallery-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 200px;
    }
    .gallery-item--wide {
        grid-column: span 1;
    }
}
.sc_ko0mw3 p, .sc_ko0mw3 li, .sc_ko0mw3 span:not(.badge):not(.sc_it6kpb), .sc_ko0mw3 .sc_fkmubs, .sc_ko0mw3 label, .sc_ko0mw3 blockquote, .sc_ko0mw3 figcaption, .sc_ko0mw3 dt, .sc_ko0mw3 dd, .sc_ko0mw3 td, .sc_ko0mw3 th { color: var(--text-secondary, #555) !important; }

/* ----------------------------------------------------------------
   COUNTDOWN
---------------------------------------------------------------- */
.ix-countdown {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 20px;
    flex-wrap: wrap;
}
.ix-cd-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 90px;
    padding: 16px 18px;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.06);
    border-radius: 10px;
    box-shadow: 0 8px 22px rgba(0,0,0,0.2);
}
.ix-cd-num {
    font-family: var(--f3rf);
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}
.ix-cd-label {
    margin-top: 6px;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.7);
}
.ix-cd-sep {
    color: rgba(255,255,255,0.6);
    font-size: 28px;
    line-height: 1;
}
.ix-cd-tick {
    animation: ixTick 0.4s ease;
}
@keyframes ixTick {
    0% { transform: scale(1); }
    50% { transform: scale(1.08); }
    100% { transform: scale(1); }
}
@media (max-width: 768px) {
    .ix-cd-item { min-width: 78px; padding: 12px 14px; }
    .ix-cd-num { font-size: 28px; }
    .ix-cd-sep { font-size: 22px; }
}

/* ----------------------------------------------------------------
   PRICING — force white list text (featured plan)
---------------------------------------------------------------- */
#sec-pricing .sc_wprbs0.featured .sc_d4s0x0 li {
    color: #fff !important;
}
