:root {
    /* Основные цвета новой палитры Studio */
    --plum: #1a237e;         /* Deep Indigo — основной цвет бренда */
    --cyan: #d4ff00;         /* Electric Lime — акцентный цвет (кнопки, маркеры) */
    
    /* Нейтральные оттенки */
    --light: #f8fafc;        /* Чистый холодный фон */
    --dark: #0f172a;         /* Тёмно-синий уголь (текст и футер) */
    --muted: #64748b;        /* Slate Gray — для второстепенного текста */
    
    /* Специфические элементы */
    --link-color: #2563eb;   /* Яркий синий для ссылок */
    --ring: 0 0 0 3px rgba(212, 255, 0, 0.3); /* Тень для фокуса цвета лайм */
    
    /* Настройки структуры */
    --radius: 8px;           /* Более строгие, профессиональные углы (было 14px) */
    --container: max(56px, (100% - min(1200px, 92vw))/2);
}

*,
::after,
::before {
    box-sizing: border-box
}

body,
html {
    height: 100%
}

blockquote,
body,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
li,
ol,
p,
ul {
    margin: 0
}

ol[role=list],
ul[role=list] {
    list-style: none
}

img {
    max-width: 100%;
    display: block
}

button,
input,
select,
textarea {
    font: inherit
}

a {
    text-decoration: none;
    color: var(--link-color)
}

html {
    scroll-behavior: smooth
}

body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji";
    color: var(--dark);
    background: radial-gradient(1200px 600px at 80% -10%, rgba(0, 229, 255, .18), transparent 60%), radial-gradient(900px 600px at -20% 10%, rgba(123, 44, 191, .22), transparent 60%), var(--light);
    max-width: 100vw;
    overflow-x: hidden
}

.s-0335bd3da698e00a3d2d,
[role=button],
a,
button {
    cursor: pointer
}

.s-255a762c36cdae2fe950 {
    padding-left: var(--container);
    padding-right: var(--container);
    width: 100%;
    margin-inline: auto
}

header {
    position: sticky;
    top: 0;
    z-index: 50;
    backdrop-filter: saturate(140%) blur(8px);
    background: linear-gradient(180deg, rgba(241, 244, 249, .86), rgba(241, 244, 249, .72));
    border-bottom: 1px solid rgba(12, 13, 16, .06)
}

.s-fea877d4f0f1699da0f9 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 72px;
    gap: 24px
}

.s-63acf68c4f951d6412a8 {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 800;
    letter-spacing: .2px
}

.s-63acf68c4f951d6412a8 .s-5807dd602664a565fe53 {
    width: 36px;
    height: 36px;
    border-radius: 9px;
    box-shadow: 0 8px 24px rgba(123, 44, 191, .25), inset 0 0 0 1px rgba(12, 13, 16, .08);
    overflow: hidden
}

.s-63acf68c4f951d6412a8 .s-3d42e76c338c0d360e74 {
    font-size: 1.125rem
}

.s-adac3846b477f4671462 {
    font-size: .72rem;
    font-weight: 700;
    padding: .28rem .5rem;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--plum), var(--cyan));
    color: #fff;
    box-shadow: 0 6px 16px rgba(123, 44, 191, .25)
}

.s-fea877d4f0f1699da0f9 a {
    font-weight: 600;
    opacity: .9
}

.s-93720caa841037718a71 {
    padding: .6rem .9rem;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(12, 13, 16, .08);
    display: inline-flex;
    align-items: center;
    gap: .5rem
}

.s-252a25667dc7c65fe0e9 {
    display: flex;
    align-items: center;
    gap: 20px
}

.s-252a25667dc7c65fe0e9 a:hover {
    opacity: 1
}

.s-7a86b15480e0a870f0b0 {
    display: none;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    border: 1px solid rgba(12, 13, 16, .1);
    background: #fff;
    align-items: center;
    justify-content: center
}

.s-7a86b15480e0a870f0b0 span {
    display: block;
    width: 20px;
    height: 2px;
    background: var(--dark);
    position: relative
}

.s-7a86b15480e0a870f0b0 span::after,
.s-7a86b15480e0a870f0b0 span::before {
    content: "";
    position: absolute;
    left: 0;
    width: 20px;
    height: 2px;
    background: var(--dark)
}

.s-7a86b15480e0a870f0b0 span::before {
    top: -6px
}

.s-7a86b15480e0a870f0b0 span::after {
    top: 6px
}

.s-38591decbaf4a67f37e3 {
    position: fixed;
    inset: 0 0 auto auto;
    transform: translateY(-120%);
    transition: transform .4s cubic-bezier(.2, .8, .2, 1);
    background: var(--light);
    border-bottom: 1px solid rgba(12, 13, 16, .06)
}

.s-38591decbaf4a67f37e3.s-5fc7e38bffe00ca46add {
    transform: translateY(0)
}

.s-38591decbaf4a67f37e3 .s-255a762c36cdae2fe950 {
    display: grid;
    gap: 14px;
    padding-top: 16px;
    padding-bottom: 16px
}

.s-38591decbaf4a67f37e3 a {
    padding: 12px 14px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid rgba(12, 13, 16, .06)
}

main {
    padding-bottom: 40px;
    min-height: calc(100vh - 210px)
}

[data-animate] {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .7s, transform .7s
}

[data-animate].s-a36bd961957d6ea2f355 {
    opacity: 1;
    transform: translateY(0)
}

.s-685e80366130387cb75c {
    animation: 6s ease-in-out infinite float
}

@keyframes float {

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

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

.s-6d2664d1359dbd4e27d8 {
    padding: 64px 0 48px
}

.s-95368b65f7dc6881805f {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 40px;
    align-items: center
}

.s-657ce6c21cc08f06a3a0 {
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: .78rem;
    color: var(--muted);
    font-weight: 700
}

.s-f4a7fc8c543204b13cda {
    font-size: 2.1rem;
    line-height: 1.1;
    letter-spacing: -.03em;
    margin-top: 8px;
    background: linear-gradient(90deg, var(--dark), #20222a 40%, var(--plum) 75%, var(--cyan));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent
}

.s-8cb33b2754e53feca4f7 {
    margin-top: 14px;
    font-size: 1.02rem;
    color: #252835;
    max-width: 60ch
}

.s-9b52ff2137524e0fc20d {
    border-radius: var(--radius);
    background: #fff;
    border: 1px solid rgba(12, 13, 16, .06);
    box-shadow: 0 18px 40px rgba(12, 13, 16, .06);
    padding: 18px 18px 20px;
    font-size: .95rem;
    color: #222630
}

.s-f63f258bf0fa098dde10 {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
    display: grid;
    gap: 6px;
    font-size: .94rem
}

.s-f63f258bf0fa098dde10 strong {
    font-weight: 600
}

.s-9ba18eb162860ff9c40f {
    margin-top: 10px;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .6rem .9rem;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--plum), var(--cyan));
    color: #001018;
    font-size: .9rem;
    font-weight: 700
}

.s-134ce44951d9a2e7a8da {
    width: 100%;
    aspect-ratio: 4/3;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(12, 13, 16, .08);
    box-shadow: 0 16px 44px rgba(12, 13, 16, .1);
    position: relative
}

.s-134ce44951d9a2e7a8da img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.s-6f69a0d3c09437d01421 {
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-size: .76rem;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(241, 244, 249, .9);
    border: 1px solid rgba(12, 13, 16, .06);
    font-weight: 600;
    color: #101219
}

.s-20182fbc10716eb197ea {
    padding: 40px 0 52px
}

.s-fcf399e646ff30accf30 {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 40px;
    align-items: start
}

.s-2bbfa3cc277676fdcfcd {
    border-radius: var(--radius);
    background: #fff;
    border: 1px solid rgba(12, 13, 16, .06);
    box-shadow: 0 18px 40px rgba(12, 13, 16, .07);
    padding: 20px 18px 22px
}

.s-2bbfa3cc277676fdcfcd h2 {
    font-size: 1.3rem;
    letter-spacing: -.02em;
    margin-bottom: 4px
}

.s-2bbfa3cc277676fdcfcd p {
    font-size: .94rem;
    color: #252835;
    margin-bottom: 12px
}

form {
    display: grid;
    gap: 12px
}

.s-2da0b68df8841752bb74 {
    display: grid;
    gap: 4px;
    font-size: .9rem
}

label {
    font-weight: 600;
    font-size: .86rem;
    color: #232631
}

input,
input[type=email],
input[type=tel],
input[type=text] {
    border-radius: 10px;
    border: 1px solid rgba(12, 13, 16, .1);
    padding: .6rem .7rem;
    background: #fdfdff;
    outline: 0
}

input[type=email]:focus,
input[type=tel]:focus,
input[type=text]:focus {
    border-color: var(--plum);
    box-shadow: 0 0 0 1px rgba(123, 44, 191, .3)
}

.s-734c3c67dba099bc9f9d {
    font-size: .8rem;
    color: #6a6f7a
}

.s-7aa625f87a65e7929c11 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 6px
}

.s-23b0ed88362dca359e07 {
    border: none;
    border-radius: 999px;
    padding: .8rem 1.2rem;
    font-size: .92rem;
    font-weight: 700;
    background: linear-gradient(90deg, var(--plum), var(--cyan));
    color: #001018;
    box-shadow: 0 12px 30px rgba(123, 44, 191, .25);
    display: inline-flex;
    align-items: center;
    gap: .5rem
}

footer {
    margin-top: 40px;
    background: #fff;
    border-top: 1px solid rgba(12, 13, 16, .08)
}

.s-278578607e140ef0c4de {
    display: grid;
    gap: 28px;
    padding-top: 36px;
    padding-bottom: 48px
}

.s-49709ad975004444e9f4 {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 28px;
    align-items: start
}

.s-5ab97e7baeed3b39b1b4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 28px
}

.s-5ab97e7baeed3b39b1b4 a {
    padding: 8px 0;
    color: #1a1d22
}

.s-623b8e331687f0d3a7e0 {
    font-size: .95rem;
    color: #2a2e36;
    opacity: .9;
    display: grid;
    gap: 12px
}

.s-bf8f805833a7836a6536 {
    display: flex;
    align-items: center;
    gap: 12px
}

.s-bf8f805833a7836a6536 .s-5807dd602664a565fe53 {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    overflow: hidden
}

.s-2a1b875b84fa7245c2d4 {
    font-size: .8rem;
    color: #4b4f57
}

@media (max-width:1024px) {

    .s-49709ad975004444e9f4,
    .s-95368b65f7dc6881805f,
    .s-fcf399e646ff30accf30 {
        grid-template-columns: 1fr
    }
}

@media (max-width:860px) {
    .s-252a25667dc7c65fe0e9 {
        display: none
    }

    .s-7a86b15480e0a870f0b0 {
        display: flex
    }
}

.s-50050ea34cf838c0efc7 {
    font-size: 1.3rem;
    letter-spacing: -.02em;
    margin-bottom: 10px
}

.s-cede06f6cba241b666b8 {
    color: #232631;
    font-size: .95rem;
    margin-bottom: 10px
}

.s-76b33d5916225a623d38 {
    color: #4b4f57;
    font-size: .9rem
}