/* ================================================================
   KIT: AGENCY CREATIVE
   Тёмная креативная тема в стиле digital-агентства
   Вдохновлён: Xstar, Awwwards, DGFlick, Cuberto
   Особенности: крупная типографика, pill-кнопки, line-dividers,
   бегущие строки (marquee), serial-нумерация, text-stroke эффекты
   ================================================================ */

/* ----------------------------------------------------------------
   CSS VARIABLES
   AI: Замени --o1458 и --o15rh на цвета из color_palette
---------------------------------------------------------------- */
:root {
    --bg-primary: #0a0a1a;
    --bg-secondary: #111128;
    --bg-card: #161636;
    --bg-card-hover: #1e1e48;
    --text-primary: #ffffff;
    --text-secondary: rgba(255, 255, 255, 0.65);
    --text-muted: rgba(255, 255, 255, 0.35);
    --footer-dark-bg: #0a0a1a;
    --border-color: rgba(255, 255, 255, 0.08);
    --border-light: rgba(255, 255, 255, 0.15);

    --o1458: #c9f31d;
    --o15rh: #00e5a0;
    --o1vg: linear-gradient(135deg, var(--o1458), var(--o15rh));
    --accent-glow: 0 0 30px rgba(201, 243, 29, 0.2);

    --o3yh: 'Inter', 'Syne', system-ui, sans-serif;
    --o56s: 'Inter', system-ui, sans-serif;

    --o19ml: 72px;
    --o20do: 48px;
    --o21jg: 32px;
    --fs-h4: 24px;
    --fs-h5: 20px;
    --o17ie: 16px;
    --fs-small: 14px;

    --o18y9: 800;
    --fw-semibold: 600;
    --fw-medium: 500;
    --fw-regular: 400;
    --fw-light: 300;

    --o6ew: 6px;
    --o78w: 10px;
    --o8gr: 16px;
    --o9iq: 24px;
    --o48c: 100px;

    --transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --transition-slow: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);

    --o10g6: 0 2px 10px rgba(0, 0, 0, 0.3);
    --o11oo: 0 4px 20px rgba(0, 0, 0, 0.4);
    --o12sl: 0 8px 40px rgba(0, 0, 0, 0.5);
    --o132a: 0 20px 60px rgba(0, 0, 0, 0.6);

    --pbqxmp: 120px 0;
    --container-width: 1200px;
}

/* ----------------------------------------------------------------
   RESET & BASE
---------------------------------------------------------------- */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: var(--o56s);
    font-size: var(--o17ie);
    font-weight: var(--fw-regular);
    line-height: 1.7;
    color: var(--text-secondary);
    background-color: var(--bg-primary);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: none;
    color: var(--o1458);
    transition: var(--transition);
}

a:hover {
    color: var(--o15rh);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

ul, ol { list-style: none; padding: 0; margin: 0; }

::selection {
    background: var(--o1458);
    color: var(--bg-primary);
}

/* ----------------------------------------------------------------
   TYPOGRAPHY — крупная жирная типографика агентского стиля
---------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--o3yh);
    font-weight: var(--o18y9);
    color: var(--text-primary);
    line-height: 1.05;
    margin-bottom: 20px;
    text-transform: none;
    letter-spacing: -0.02em;
}

h1 { font-size: var(--o19ml); letter-spacing: -0.03em; }
h2 { font-size: var(--o20do); letter-spacing: -0.02em; }
h3 { font-size: var(--o21jg); }
h4 { font-size: var(--fs-h4); }
h5 { font-size: var(--fs-h5); }

p {
    margin-bottom: 16px;
    color: var(--text-secondary);
}

/* Эффект text-stroke для вторичных заголовков */
.text-stroke {
    -webkit-text-stroke: 1px var(--text-primary);
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.text-gradient {
    background: var(--o1vg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-accent { color: var(--o1458); }
.text-accent-2 { color: var(--o15rh); }
.text-dark { color: var(--text-primary); }
.t51k { color: var(--text-muted); }
.text-italic { font-style: italic; }
.text-uppercase-wide { text-transform: uppercase; letter-spacing: 0.15em; }

/* ----------------------------------------------------------------
   UTILITIES
---------------------------------------------------------------- */
.pbqxmp { padding: var(--pbqxmp); position: relative; }
.pbqxmp-sm { padding: 70px 0; }
.pbqxmp-lg { padding: 160px 0; }
.pbqxmp > .container { position: relative; z-index: 1; }

.mdldau { background-color: var(--bg-primary); }
.cgpon { background-color: var(--bg-secondary); }
.bg-card { background-color: var(--bg-card); }
.bg-gradient-custom { background: var(--o1vg); }
.bg-gradient-subtle {
    background: linear-gradient(180deg, var(--bg-secondary) 0%, var(--bg-primary) 100%);
}
.bg-gradient-custom {
    color: var(--bg-primary);
}
.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: var(--bg-primary); }
.bg-gradient-custom p, .bg-gradient-custom li, .bg-gradient-custom span { color: rgba(10,10,26,0.7); }
.bg-gradient-custom a:not(.h9dm) { color: var(--bg-primary); }
.bg-gradient-custom .gz8tf { color: var(--bg-primary); }
.bg-gradient-custom .grjhfr { color: rgba(10,10,26,0.6); }

.gv4d9 {
    background: var(--bg-secondary);
    color: var(--text-secondary);
}
.gv4d9 h1, .gv4d9 h2, .gv4d9 h3,
.gv4d9 h4, .gv4d9 h5, .gv4d9 h6 { color: #fff; }
.gv4d9 p, .gv4d9 li, .gv4d9 span:not(.badge) { color: var(--text-secondary); }
.gv4d9 a:not(.h9dm) { color: rgba(255,255,255,0.8); }
.gv4d9 a:not(.h9dm):hover { color: #fff; }

.mb-10 { margin-bottom: 10px; }
.mb-20 { margin-bottom: 20px; }
.mb-30 { margin-bottom: 30px; }
.mb-40 { margin-bottom: 40px; }
.mb-50 { margin-bottom: 50px; }
.mb-60 { margin-bottom: 60px; }
.mb-80 { margin-bottom: 80px; }

.mt-10 { margin-top: 10px; }
.mt-20 { margin-top: 20px; }
.mt-30 { margin-top: 30px; }
.mt-40 { margin-top: 40px; }
.mt-50 { margin-top: 50px; }

.pt-20 { padding-top: 20px; }
.pt-40 { padding-top: 40px; }
.pt-60 { padding-top: 60px; }
.pb-20 { padding-bottom: 20px; }
.pb-40 { padding-bottom: 40px; }
.pb-60 { padding-bottom: 60px; }

.gap-20 { gap: 20px; }
.gap-30 { gap: 30px; }
.gap-40 { gap: 40px; }

/* ----------------------------------------------------------------
   LINE DIVIDERS — декоративные разделители (стиль Xstar)
---------------------------------------------------------------- */
.line-divider {
    width: 100%;
    height: 1px;
    background: var(--border-color);
}

.line-divider-accent {
    width: 60px;
    height: 2px;
    background: var(--o1vg);
}

/* ----------------------------------------------------------------
   PRELOADER
---------------------------------------------------------------- */
.yvff {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: var(--bg-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.yvff.loaded {
    opacity: 0;
    visibility: hidden;
}

.wkdgj {
    display: flex;
    gap: 8px;
}

.hdefno {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--o1458);
    animation: yvffBounce 1.4s infinite ease-in-out both;
}

.hdefno:nth-child(1) { animation-delay: -0.32s; }
.hdefno:nth-child(2) { animation-delay: -0.16s; }

@keyframes yvffBounce {
    0%, 80%, 100% { transform: scale(0); opacity: 0.4; }
    40% { transform: scale(1); opacity: 1; }
}

/* ----------------------------------------------------------------
   HEADER — фиксированный прозрачный хедер
---------------------------------------------------------------- */
.sih9i {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 1000;
    padding: 20px 0;
    transition: var(--transition);
    background: transparent;
    border-bottom: 1px solid transparent;
}

.sih9i.scrolled {
    background: rgba(10, 10, 26, 0.92);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 14px 0;
    border-bottom: 1px solid var(--border-color);
}

.gpj5n7 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.qkqp0f {
    font-family: var(--o3yh);
    font-size: 28px;
    font-weight: var(--o18y9);
    color: var(--text-primary);
    text-decoration: none;
    letter-spacing: -0.02em;
}

.qkqp0f:hover { color: var(--text-primary); }

/* Navigation */
.bkxg {
    display: flex;
    gap: 36px;
    align-items: center;
}

.bkxg .nav-link {
    font-size: 15px;
    font-weight: var(--fw-medium);
    color: var(--text-secondary);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    position: relative;
    padding: 4px 0;
    transition: var(--transition);
}

.bkxg .nav-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--o1458);
    transition: width 0.3s ease;
}

.bkxg .nav-link:hover,
.bkxg .nav-link.active {
    color: var(--text-primary);
}

.bkxg .nav-link:hover::after,
.bkxg .nav-link.active::after { width: 100%; }

/* Header CTA — pill button стиль */
.jcevz {
    padding: 10px 28px;
    border: 1px solid var(--border-light);
    border-radius: var(--o48c);
    color: var(--text-primary);
    font-size: 14px;
    font-weight: var(--fw-medium);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: var(--transition);
}

.jcevz:hover {
    background: var(--o1458);
    border-color: var(--o1458);
    color: var(--bg-primary);
}

/* Centered logo variant: split nav groups */
.iuyrm, .z9k4 { display: flex; align-items: center; gap: 32px; }
.iuyrm .nav-link, .z9k4 .nav-link {
    color: var(--text-secondary); font-size: 14px;
    font-weight: var(--fw-medium); padding: 8px 0;
}
.iuyrm .nav-link:hover, .z9k4 .nav-link:hover { color: var(--o1458); }
.iuyrm ~ .bkxg { display: none; }

/* Mobile Toggle */
.kfpp9 {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 10001;
}

.kfpp9 .czvof {
    display: block;
    width: 28px;
    height: 2px;
    background: var(--text-primary);
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.kfpp9.active .czvof:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.kfpp9.active .czvof:nth-child(2) { opacity: 0; }
.kfpp9.active .czvof:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ----------------------------------------------------------------
   BUTTONS — pill-кнопки в стиле агентства
---------------------------------------------------------------- */
.h9dm {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--o56s);
    font-size: 15px;
    font-weight: var(--fw-semibold);
    text-decoration: none;
    transition: var(--transition);
    cursor: pointer;
    border: none;
    outline: none;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.y94i4y {
    padding: 14px 36px;
    background: var(--o1458);
    color: var(--bg-primary);
    border-radius: var(--o48c);
}

.y94i4y:hover {
    background: var(--o15rh);
    color: var(--bg-primary);
    box-shadow: var(--accent-glow);
    transform: translateY(-2px);
}

.cs8ktn {
    padding: 14px 36px;
    background: transparent;
    color: var(--text-primary);
    border: 1px solid var(--border-light);
    border-radius: var(--o48c);
}

.cs8ktn:hover {
    background: var(--text-primary);
    color: var(--bg-primary);
    border-color: var(--text-primary);
}

.btn-link-custom {
    color: var(--o1458);
    font-weight: var(--fw-semibold);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-link-custom:hover {
    color: var(--o15rh);
    gap: 12px;
}

.btn-link-custom i {
    transition: var(--transition);
    transform: rotate(45deg);
}

.btn-link-custom:hover i {
    transform: rotate(45deg) translateX(4px);
}

/* Play button — стиль Xstar */
.btn-play-custom {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--o1458);
    color: var(--bg-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: var(--transition);
    border: none;
}

.btn-play-custom:hover {
    transform: scale(1.1);
    box-shadow: var(--accent-glow);
    color: var(--bg-primary);
}

/* Serial Badge — нумерованный бейдж стиль Xstar */
.serial-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 6px 20px;
    border: 1px solid var(--border-light);
    border-radius: var(--o48c);
    font-size: 14px;
    font-weight: var(--fw-semibold);
    color: var(--text-primary);
}

.serial-badge .arrow-icon {
    color: var(--o1458);
    transform: rotate(45deg);
}

/* ----------------------------------------------------------------
   SECTION HEADER — tagline с pill кнопкой
---------------------------------------------------------------- */
.hibk9q { margin-bottom: 60px; }

.qs8l3 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: var(--fw-semibold);
    color: var(--o1458);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 20px;
    padding: 6px 20px;
    border: 1px solid var(--border-light);
    border-radius: var(--o48c);
}

.geotw {
    font-size: var(--o20do);
    color: var(--text-primary);
    margin-bottom: 16px;
    line-height: 1.1;
}

.geotw span {
    font-weight: var(--fw-regular);
    color: var(--o1458);
}

.amuez {
    font-size: 17px;
    color: var(--text-secondary);
    max-width: 560px;
    line-height: 1.7;
}

/* ----------------------------------------------------------------
   HERO — полноэкранный agency hero с крупной типографикой
---------------------------------------------------------------- */
.athku1 {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    padding: 160px 0 100px;
    overflow: hidden;
}

.fse64f { position: relative; z-index: 2; }

.axiq2l {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: var(--fw-semibold);
    color: var(--o1458);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 24px;
    padding: 6px 20px;
    border: 1px solid var(--border-light);
    border-radius: var(--o48c);
}

.i8bvdp {
    font-size: var(--o19ml);
    color: var(--text-primary);
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 24px;
    letter-spacing: -0.03em;
}

.i8bvdp .text-italic {
    font-style: italic;
    font-weight: var(--fw-light);
}

.i8bvdp .text-stroke {
    -webkit-text-stroke: 2px var(--text-primary);
    -webkit-text-fill-color: transparent;
}

.zv3r {
    font-size: 18px;
    color: var(--text-secondary);
    max-width: 520px;
    line-height: 1.7;
    margin-bottom: 32px;
}

.h7wg {
    display: flex;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
}

.bnjr {
    position: relative;
    z-index: 2;
}

.bnjr img {
    width: 100%;
    border-radius: var(--o8gr);
}

/* Hero Decorative Shapes */
.hero-shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(100px);
    z-index: 0;
}

.hero-shape-1 {
    width: 500px; height: 500px;
    background: var(--o1458);
    opacity: 0.04;
    top: -100px; right: -150px;
}

.hero-shape-2 {
    width: 400px; height: 400px;
    background: var(--o15rh);
    opacity: 0.03;
    bottom: -100px; left: -100px;
}

.hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.nr18b {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, var(--bg-primary) 30%, transparent 100%);
    z-index: 1;
}

/* ----------------------------------------------------------------
   ICON BOXES — карточки с иконками
---------------------------------------------------------------- */
.e6mnhj {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--o78w);
    padding: 36px 28px;
    transition: var(--transition);
    height: 100%;
}

.e6mnhj:hover {
    border-color: var(--o1458);
    transform: translateY(-4px);
    box-shadow: 0 0 30px rgba(201, 243, 29, 0.06);
}

.xlkie {
    width: 56px;
    height: 56px;
    border-radius: var(--o78w);
    background: rgba(201, 243, 29, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: var(--o1458);
    margin-bottom: 20px;
    transition: var(--transition);
}

.e6mnhj:hover .xlkie {
    background: var(--o1458);
    color: var(--bg-primary);
}

.b7jt2t {
    font-size: 20px;
    font-weight: var(--fw-semibold);
    color: var(--text-primary);
    margin-bottom: 10px;
}

.gmk9wq {
    color: var(--text-secondary);
    font-size: 15px;
    margin: 0;
}

.e6mnhj-horizontal {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--o78w);
    padding: 28px 24px;
    transition: var(--transition);
}

.e6mnhj-horizontal:hover {
    border-color: var(--o1458);
}

/* ----------------------------------------------------------------
   SERVICE CARDS — карточки услуг
---------------------------------------------------------------- */
.lckc13 {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--o8gr);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
}

.lckc13:hover {
    border-color: var(--o1458);
    transform: translateY(-4px);
    box-shadow: 0 0 40px rgba(201, 243, 29, 0.06);
}

.lckc13 .jtymz8 {
    overflow: hidden;
    position: relative;
}

.lckc13 .jtymz8 img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: var(--transition-slow);
}

.lckc13:hover .jtymz8 img {
    transform: scale(1.05);
}

.card-tag {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 4px 16px;
    border-radius: var(--o48c);
    background: var(--o1458);
    color: var(--bg-primary);
    font-size: 12px;
    font-weight: var(--fw-semibold);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.lckc13 .card-body {
    padding: 28px;
}

.lckc13 .card-title {
    font-size: 20px;
    color: var(--text-primary);
    margin-bottom: 10px;
    transition: var(--transition);
}

.lckc13:hover .card-title { color: var(--o1458); }

.lckc13 .card-text {
    color: var(--text-secondary);
    font-size: 15px;
    margin-bottom: 16px;
}

.card-footer-custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 16px;
    border-top: 1px solid var(--border-color);
    margin-top: 16px;
}

.card-price {
    font-size: 22px;
    font-weight: var(--o18y9);
    color: var(--o1458);
}

/* ----------------------------------------------------------------
   ABOUT SECTION
---------------------------------------------------------------- */
.about-section { overflow: hidden; }

.about-image {
    position: relative;
    border-radius: var(--o8gr);
    overflow: hidden;
}

.about-image img {
    width: 100%;
    border-radius: var(--o8gr);
}

.experience-badge {
    position: absolute;
    bottom: 24px;
    right: 24px;
    background: var(--o1458);
    color: var(--bg-primary);
    padding: 20px 24px;
    border-radius: var(--o78w);
    text-align: center;
}

.badge-number {
    font-size: 36px;
    font-weight: var(--o18y9);
    line-height: 1;
    display: block;
}

.badge-text {
    font-size: 13px;
    font-weight: var(--fw-medium);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.about-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.about-list li {
    padding: 10px 0;
    font-size: 15px;
    color: var(--text-secondary);
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid var(--border-color);
}

.about-list li:last-child { border-bottom: none; }

.about-list li i {
    color: var(--o1458);
}

/* ----------------------------------------------------------------
   COUNTER / STATS — нумерация в стиле агентства
---------------------------------------------------------------- */
.d6ui { overflow: hidden; }

.counter-item {
    text-align: center;
    padding: 30px 16px;
}

.gz8tf {
    font-size: 52px;
    font-weight: var(--o18y9);
    color: var(--o1458);
    line-height: 1;
    margin-bottom: 8px;
    font-family: var(--o3yh);
    letter-spacing: -0.02em;
}

.counter-suffix {
    font-size: 0.6em;
    color: var(--o1458);
    font-weight: var(--fw-semibold);
}

.grjhfr {
    font-size: 14px;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* ----------------------------------------------------------------
   TEAM CARDS — стиль со смещением
---------------------------------------------------------------- */
.sin51i {
    background: transparent;
    border: none;
    text-align: center;
}

.epl05 {
    position: relative;
    overflow: hidden;
    border-radius: var(--o8gr);
    margin-bottom: 20px;
}

.epl05 img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    transition: var(--transition-slow);
    filter: grayscale(20%);
}

.sin51i:hover .epl05 img {
    transform: scale(1.05);
    filter: grayscale(0%);
}

.team-social {
    position: absolute;
    bottom: -60px;
    left: 0; right: 0;
    display: flex;
    justify-content: center;
    gap: 8px;
    transition: var(--transition);
    padding: 16px;
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
}

.sin51i:hover .team-social { bottom: 0; }

.team-social a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    transition: var(--transition);
}

.team-social a:hover {
    background: var(--o1458);
    color: var(--bg-primary);
}

.y7ylr {
    font-size: 20px;
    color: var(--text-primary);
    margin-bottom: 4px;
}

.stmgg {
    font-size: 14px;
    color: var(--o1458);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 0;
}

/* ----------------------------------------------------------------
   TESTIMONIALS — большая цитата агентского стиля
---------------------------------------------------------------- */
.xxirg {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--o8gr);
    padding: 40px;
    transition: var(--transition);
}

.xxirg:hover {
    border-color: var(--o1458);
}

.quote-icon {
    font-size: 36px;
    color: var(--o1458);
    opacity: 0.3;
    margin-bottom: 20px;
}

.dgywz5 {
    font-size: 17px;
    line-height: 1.8;
    color: var(--text-primary);
    font-style: italic;
    margin-bottom: 24px;
}

.stars {
    display: flex;
    gap: 4px;
    margin-bottom: 16px;
}

.stars i {
    color: var(--o1458);
    font-size: 14px;
}

.author {
    display: flex;
    align-items: center;
    gap: 14px;
}

.qpxk6y {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--o1458);
}

.rqdkxv {
    font-weight: var(--fw-semibold);
    color: var(--text-primary);
    font-size: 15px;
}

.d4dg51 {
    font-size: 13px;
    color: var(--o1458);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

/* ----------------------------------------------------------------
   PORTFOLIO — overlay с эффектом
---------------------------------------------------------------- */
.portfolio-item {
    position: relative;
    overflow: hidden;
    border-radius: var(--o78w);
    cursor: pointer;
}

.portfolio-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: var(--transition-slow);
}

.portfolio-item:hover img { transform: scale(1.08); }

.portfolio-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(transparent 40%, rgba(10, 10, 26, 0.9));
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 28px;
    opacity: 0;
    transition: var(--transition);
}

.portfolio-item:hover .portfolio-overlay { opacity: 1; }

.portfolio-cat {
    font-size: 12px;
    color: var(--o1458);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 6px;
    font-weight: var(--fw-semibold);
}

.portfolio-title {
    font-size: 22px;
    color: #fff;
    margin: 0;
}

/* ----------------------------------------------------------------
   PRICING CARDS — тёмные с неоновым акцентом
---------------------------------------------------------------- */
.p5c6 {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--o8gr);
    padding: 40px 32px;
    text-align: center;
    transition: var(--transition);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.p5c6::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: var(--border-color);
    transition: var(--transition);
}

.p5c6.featured::before,
.p5c6:hover::before {
    background: var(--o1vg);
}

.p5c6.featured {
    border-color: var(--o1458);
    background: linear-gradient(180deg, rgba(201, 243, 29, 0.03), var(--bg-card));
}

.vwxfu {
    font-size: 18px;
    font-weight: var(--fw-semibold);
    color: var(--o1458);
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.flay {
    font-size: 52px;
    font-weight: var(--o18y9);
    color: var(--text-primary);
    line-height: 1;
    margin-bottom: 4px;
    font-family: var(--o3yh);
}

.flay .currency {
    font-size: 24px;
    vertical-align: super;
    color: var(--o1458);
    margin-right: 4px;
}

.plan-period {
    font-size: 14px;
    color: var(--text-muted);
    margin-bottom: 28px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.pa5uo7 {
    list-style: none;
    padding: 0;
    margin-bottom: 32px;
    text-align: left;
}

.pa5uo7 li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
    color: var(--text-secondary);
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.pa5uo7 li:last-child { border-bottom: none; }

.pa5uo7 li i {
    color: var(--o1458);
    font-size: 14px;
}

.pa5uo7 li.disabled {
    color: var(--text-muted);
    opacity: 0.5;
}

.pa5uo7 li.disabled i {
    color: var(--text-muted);
}

/* ----------------------------------------------------------------
   FAQ / ACCORDION
---------------------------------------------------------------- */
.accordion-item {
    background: var(--bg-card);
    border: 1px solid var(--border-color) !important;
    border-radius: var(--o78w) !important;
    margin-bottom: 12px;
    overflow: hidden;
}

.accordion-button {
    background: var(--bg-card);
    color: var(--text-primary);
    font-weight: var(--fw-semibold);
    font-size: 16px;
    padding: 20px 28px;
    border: none;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    background: var(--bg-card);
    color: var(--o1458);
    box-shadow: none;
}

.accordion-button::after {
    filter: brightness(0) invert(1);
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(0.6) sepia(1) saturate(5) hue-rotate(35deg);
}

.accordion-body {
    color: var(--text-secondary);
    padding: 0 28px 24px;
    font-size: 15px;
    line-height: 1.7;
}

/* ----------------------------------------------------------------
   BLOG CARDS
---------------------------------------------------------------- */
.xffet3 {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--o8gr);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
}

.xffet3:hover {
    border-color: var(--o1458);
    transform: translateY(-4px);
}

.xffet3 .jtymz8 img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: var(--transition-slow);
}

.xffet3:hover .jtymz8 img {
    transform: scale(1.05);
}

.xffet3 .card-body {
    padding: 28px;
}

.v6xc {
    display: flex;
    gap: 16px;
    margin-bottom: 12px;
    font-size: 13px;
    color: var(--text-muted);
}

.v6xc i {
    color: var(--o1458);
    margin-right: 4px;
}

.xffet3 .card-title {
    font-size: 20px;
    margin-bottom: 0;
}

.xffet3 .card-title a {
    color: var(--text-primary);
    transition: var(--transition);
}

.xffet3 .card-title a:hover { color: var(--o1458); }

/* ----------------------------------------------------------------
   CTA SECTION — призыв к действию
---------------------------------------------------------------- */
.e3jw {
    background: var(--o1vg);
    position: relative;
    overflow: hidden;
}

.cta-shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.cta-shape-1 {
    width: 300px; height: 300px;
    background: rgba(255, 255, 255, 0.05);
    top: -80px; right: -80px;
}

.cta-shape-2 {
    width: 200px; height: 200px;
    background: rgba(255, 255, 255, 0.03);
    bottom: -60px; left: -60px;
}

.e3jw > .container {
    position: relative;
    z-index: 2;
}

.riq5g {
    font-size: var(--o20do);
    color: var(--bg-primary);
    margin-bottom: 16px;
}

.vqhja {
    color: rgba(10, 10, 26, 0.7);
    max-width: 560px;
    font-size: 17px;
    margin-bottom: 28px;
}

.e3jw p, .e3jw li { color: rgba(10,10,26,0.7); }

.e3jw .h9dm {
    background: var(--bg-primary);
    color: var(--o1458);
    padding: 14px 36px;
    border-radius: var(--o48c);
}

.e3jw .h9dm:hover {
    background: var(--text-primary);
    transform: translateY(-2px);
}

/* ----------------------------------------------------------------
   PROCESS / STEPS — нумерованные шаги
---------------------------------------------------------------- */
.process-item {
    text-align: center;
    padding: 32px 24px;
    position: relative;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--o8gr);
    transition: var(--transition);
}

.process-item:hover { border-color: var(--o1458); }

.h195 {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: transparent;
    border: 2px solid var(--o1458);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: var(--o18y9);
    color: var(--o1458);
    margin: 0 auto 20px;
    transition: var(--transition);
}

.process-item:hover .h195 {
    background: var(--o1458);
    color: var(--bg-primary);
}

.ayw69 {
    font-size: 20px;
    color: var(--text-primary);
    margin-bottom: 10px;
}

.step-text {
    color: var(--text-secondary);
    font-size: 15px;
    margin: 0;
}

/* ----------------------------------------------------------------
   NEWSLETTER / SUBSCRIBE FORM
---------------------------------------------------------------- */
.newsletter-form {
    display: flex;
    gap: 0;
    background: var(--bg-card);
    border-radius: var(--o48c);
    border: 1px solid var(--border-color);
    padding: 6px;
    overflow: hidden;
}

.newsletter-form input {
    flex: 1;
    border: none;
    background: transparent;
    padding: 12px 20px;
    color: var(--text-primary);
    font-family: var(--o56s);
    font-size: 15px;
    outline: none;
}

.newsletter-form input::placeholder {
    color: var(--text-muted);
}

.newsletter-form button {
    border-radius: var(--o48c);
}

/* ----------------------------------------------------------------
   CONTACT FORM
---------------------------------------------------------------- */
.k6lbxc .form-control {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--o78w);
    padding: 14px 20px;
    color: var(--text-primary);
    font-family: var(--o56s);
    font-size: 15px;
    transition: var(--transition);
}

.k6lbxc .form-control:focus {
    border-color: var(--o1458);
    box-shadow: 0 0 0 3px rgba(201, 243, 29, 0.1);
    outline: none;
    background: var(--bg-card);
    color: var(--text-primary);
}

.k6lbxc .form-control::placeholder {
    color: var(--text-muted);
}

.k6lbxc textarea.form-control {
    resize: vertical;
    min-height: 130px;
}

/* ----------------------------------------------------------------
   MARQUEE / TEXT SLIDER — бегущая строка в стиле Xstar
---------------------------------------------------------------- */
.marquee-section {
    padding: 40px 0;
    overflow: hidden;
}

.marquee-track {
    display: flex;
    animation: marqueeScroll 30s linear infinite;
    white-space: nowrap;
    gap: 60px;
}

.marquee-track .marquee-item {
    font-size: 64px;
    font-weight: var(--o18y9);
    text-transform: uppercase;
    letter-spacing: -0.02em;
    flex-shrink: 0;
    color: var(--text-primary);
}

.marquee-track .marquee-item.stroke {
    -webkit-text-stroke: 1px var(--text-primary);
    -webkit-text-fill-color: transparent;
}

.marquee-track .marquee-item.italic {
    font-style: italic;
}

@keyframes marqueeScroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

/* ----------------------------------------------------------------
   FOOTER — тёмный мультиколоночный футер
---------------------------------------------------------------- */
.b2uv {
    background: var(--bg-secondary);
    color: var(--text-secondary);
    border-top: 1px solid var(--border-color);
}

.ougu { margin-bottom: 20px; }

.gjb5ek {
    font-size: 18px;
    font-weight: var(--fw-semibold);
    color: var(--text-primary);
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 12px;
}

.gjb5ek::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 40px; height: 2px;
    background: var(--o1vg);
}

.j21l {
    list-style: none;
    padding: 0;
}

.j21l li { margin-bottom: 12px; }

.j21l a {
    color: var(--text-secondary);
    font-size: 15px;
    transition: var(--transition);
    display: flex;
    align-items: center;
    gap: 8px;
}

.j21l a:hover {
    color: var(--o1458);
    padding-left: 6px;
}

.footer-contact {
    list-style: none;
    padding: 0;
}

.footer-contact li {
    margin-bottom: 14px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 15px;
    color: var(--text-secondary);
}

.footer-contact li i {
    color: var(--o1458);
    margin-top: 4px;
}

.yd05 {
    display: flex;
    gap: 10px;
    margin-top: 16px;
}

.yd05 a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid var(--border-light);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-secondary);
    font-size: 16px;
    transition: var(--transition);
}

.yd05 a:hover {
    background: var(--o1458);
    border-color: var(--o1458);
    color: var(--bg-primary);
}

.pu9w0 {
    border-top: 1px solid var(--border-color);
    padding-top: 28px;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.pu9w0 p {
    margin: 0;
    font-size: 14px;
    color: var(--text-muted);
}

.footer-policy {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 20px;
}

.footer-policy a {
    font-size: 14px;
    color: var(--text-muted);
}

.footer-policy a:hover { color: var(--o1458); }

/* ----------------------------------------------------------------
   SCROLL TOP — кнопка наверх
---------------------------------------------------------------- */
.mxf6 {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--o1458);
    color: var(--bg-primary);
    border: none;
    font-size: 18px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999;
    transition: var(--transition);
    box-shadow: var(--accent-glow);
}

.mxf6.visible { display: flex; }

.mxf6:hover {
    transform: translateY(-4px);
    background: var(--o15rh);
}

/* ----------------------------------------------------------------
   BOOTSTRAP NAV PILLS OVERRIDE
---------------------------------------------------------------- */
.nav-pills .nav-link {
    color: var(--text-secondary);
    font-weight: var(--fw-medium);
    padding: 10px 24px;
    border-radius: var(--o48c);
    border: 1px solid var(--border-color);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    transition: var(--transition);
}

.nav-pills .nav-link.active,
.nav-pills .nav-link:hover {
    background: var(--o1458);
    border-color: var(--o1458);
    color: var(--bg-primary);
}

/* ----------------------------------------------------------------
   SWIPER OVERRIDES
---------------------------------------------------------------- */
.swiper-button-next,
.swiper-button-prev {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    color: var(--text-primary);
}

.swiper-button-prev::after,
.swiper-button-next::after { font-size: 16px; }

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: var(--o1458);
    border-color: var(--o1458);
    color: var(--bg-primary);
}

.swiper-pagination-bullet {
    background: var(--text-muted);
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: var(--o1458);
    width: 24px;
    border-radius: 8px;
}

/* ----------------------------------------------------------------
   WOW.JS / ANIMATION HELPERS
---------------------------------------------------------------- */
.wow { visibility: hidden; }
.animated { visibility: visible; }

.delay-1 { animation-delay: 0.1s; }
.delay-2 { animation-delay: 0.2s; }
.delay-3 { animation-delay: 0.3s; }
.delay-4 { animation-delay: 0.4s; }
.delay-5 { animation-delay: 0.5s; }
.delay-6 { animation-delay: 0.6s; }

@keyframes floatUpDown {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

.float-anim { animation: floatUpDown 3s ease-in-out infinite; }

/* ----------------------------------------------------------------
   RESPONSIVE
---------------------------------------------------------------- */
@media (max-width: 1200px) {
    :root { --o19ml: 56px; --o20do: 40px; }
}

/* ----------------------------------------------------------------
   MOBILE MENU — slide-in panel
---------------------------------------------------------------- */
@media (max-width: 992px) {
    :root {
        --o19ml: 44px; --o20do: 34px; --o21jg: 26px;
        --pbqxmp: 90px 0;
    }

    .bkxg {
        display: flex !important;
        flex-direction: column;
        position: fixed;
        top: 0;
        right: -100%;
        width: min(320px, 85vw);
        height: 100vh;
        background: var(--bg-secondary);
        padding: 90px 32px 40px;
        gap: 0;
        z-index: 10000;
        box-shadow: -4px 0 30px rgba(0, 0, 0, 0.5);
        transition: right 0.35s cubic-bezier(0.4, 0, 0.2, 1);
        overflow-y: auto;
    }

    .bkxg.active { right: 0; }

    .bkxg .nav-link {
        display: block !important;
        font-size: 18px !important;
        padding: 14px 0 !important;
        border-bottom: 1px solid var(--border-color);
        width: 100%;
        text-transform: none;
        letter-spacing: 0;
        color: var(--text-primary) !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
    }

    .bkxg .nav-link:hover,
    .bkxg .nav-link.active {
        color: var(--o1458) !important;
    }

    .bkxg .nav-link::after { display: none; }

    .jcevz { display: none !important; }

    .kfpp9 {
        display: flex !important;
        z-index: 10001;
        position: relative;
        pointer-events: auto !important;
        opacity: 1 !important;
        background: none !important;
        border: none !important;
    }

    .c14l {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.6);
        z-index: 9999;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s, visibility 0.3s;
    }

    .c14l.active {
        opacity: 1;
        visibility: visible;
    }

    .i8bvdp { font-size: var(--o19ml); }
    .process-item:not(:last-child)::after { display: none; }
    .gz8tf { font-size: 40px; }
    .marquee-track .marquee-item { font-size: 40px; }
}

@media (max-width: 768px) {
    :root {
        --o19ml: 36px; --o20do: 28px; --o21jg: 22px; --fs-h4: 20px;
        --pbqxmp: 70px 0;
    }

    .hibk9q { margin-bottom: 40px; }
    .athku1 { min-height: auto; padding: 140px 0 80px; }
    .h7wg { flex-direction: column; align-items: flex-start; }
    .newsletter-form { flex-direction: column; border-radius: var(--o78w); }
    .newsletter-form button { border-radius: var(--o78w); width: 100%; }
    .p5c6 .flay { font-size: 40px; }
    .pu9w0 { text-align: center; flex-direction: column; }
    .marquee-track .marquee-item { font-size: 28px; }
}

@media (max-width: 576px) {
    :root {
        --o19ml: 30px; --o20do: 24px; --o21jg: 20px;
        --pbqxmp: 56px 0;
    }

    .xxirg { padding: 28px; }
    .p5c6 { padding: 28px; }
    .e6mnhj { padding: 28px 20px; }
    .qs8l3, .axiq2l { font-size: 11px; padding: 5px 14px; }
}

/* [PATCH] gv4d9 gaps */
.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); transition: color 0.3s; }
.gv4d9 .j21l a:hover { color: #fff; }

/* [PATCH] text-force-light utilities */
/* Utility classes replacing inline color:#fff / color:rgba(255,255,255,...) */
.text-force-light { color: #fff !important; }
.text-force-light-muted { color: rgba(255,255,255,0.7) !important; }
.text-force-light-soft { color: rgba(255,255,255,0.55) !important; }
.text-force-accent { color: var(--o1458) !important; }
.border-force-light { border-color: rgba(255,255,255,0.3) !important; }
.bg-force-transparent { background: none !important; }
