:root {
    --bg: #ffffff;
    --text: #0f172a;
    --text-light: #64748b;
    --accent: #3b82f6;
    --border: #e2e8f0;
    --sidebar-bg: #f8fafc;
    /* Спокойные, приглушённые оттенки светло-синего со стальным подтоном */
    --card-bg-start: #f1f5f9;     /* slate-50 — почти белый */
    --card-bg-end:   #e2e8f0;     /* slate-100 — очень лёгкий серо-голубой */
    --card-border:   #cbd5e1;     /* slate-200 — мягкая рамка */
    --card-text:     #1e293b;     /* slate-900 — тёмный для читаемости */
    --card-accent:   #64748b;     /* slate-500 — спокойный серо-синий акцент */
    --card-shadow:   0 4px 16px -4px rgba(148, 163, 184, 0.18);
}

* {
    margin: 0;
    padding: 0;
    font-family: "Comfortaa";
}

ul {
    margin-top: 10px;
    margin-left: 20px;
}

li {
    margin-bottom: 10px;
    line-height: 1.7;
}

li > ul > li {
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 0px;
}

body {
    display: flex;
    height: 100vh;
    flex-direction: column;
    overflow-x: hidden;
}

body {
    padding-top: 80px;
}

.logo {
    width: 190px;
    height: auto;
}



main {
    flex: 1 0 auto;             /* растягивает main, но не мешает footer */
}

.panelRow {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 5px;
    margin-bottom: 5px;
}



.notMainPage {
    display: flex;
    flex-direction: column;
    min-height: 0; /* важно для правильной прокрутки flex-элементов */
}

.contactsPage {
    flex: 1;
}

.tutorialPage {
    flex: 1;
    display: flex;
    min-height: 0; /* важно для правильной прокрутки flex-элементов */
}

.topicText {
    width: 70%;
    line-height: 1.5;
}


#logo {
    margin-left: 30px;
    font-family: Jura;
    font-size: 26px;
    font-weight: bold;
    color: #647faa;
    text-shadow: 1px 1px 2px #e5e5e5;
}

.bottomPanel {
    margin-top: 30px;
    background-color: #f8f8f8;
    height: 30px;
    text-align: center;
    padding: 10px;
    box-shadow: 0px -4px 7px -1px #e1e1e1;
    border-top: 1px solid lightgrey;
}

.bottomPanel > * {
    /*    margin: 30px;*/
    margin-left: 100px;
    padding: 3px;
    color: #647faa;
}


.popup {
    display: none;
    flex-direction: column;
    width: 300px;

    padding-top: 15px;
    padding-bottom: 15px;

    position: fixed;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;

    background-image: linear-gradient(to bottom, #fdfdfd, #f7f9ff);
    border: 1px solid #b7bbcd;
    box-shadow: 0rem 0.2rem 1rem 0.1rem hsla(0, 0%, 72%, 0.73);
}

.popup input[type="text"],
.popup input[type="password"] {
    border-radius: 8px;
    outline: none;
    text-align: center;
    color: #afb0b2;
    font-size: 18px;
    padding: 8px 0;
    border: 1px solid #c4c7d7;
    float: left;
    margin: 5px;
    margin-left: 20px;
    margin-right: 20px;

    /*    box-shadow: 2px 2px 5px #dfdfdf;*/
}

.popup input[type="text"]::placeholder,
.popup input[type="password"]::placeholder {
    color: #d2dae2;
    opacity: 0.5;
}

.popup input[type="button"] {
    transition: 0.2s;
    margin-top: 10px;
    outline: none;
    border: 1px solid;
    border-color: #bad2dd;
    padding: 6px 14px;
    background-color: transparent;
    font-size: 16px;
    color: #4199c5;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
}

#logInForm input[type="button"] {
    width: 100px;
}

.popup .closeButton {
    /*
        position: absolute;
        top: 6px;
        right: 6px;
        padding: 8px;
        cursor: pointer;
    */


    cursor: pointer;
    position: absolute;
    opacity: 1;
    top: -12px;
    right: -12px;
    padding: 1px;
    background-color: #fcfdfd;
    border: 1px solid #b7bbcd;
    border-radius: 50%;
}

.closeButton svg {
    opacity:0.4;
}

.closeButton:hover {
    transform: scale(1.1);
    opacity: 1;
    transition: 1s;
}

/*
.info-msg {
    text-align: center;
    display: none;
    padding-top: 10px;
}
*/

.padMiddle {padding-top: 20px;}

.whiteText {color:white;}
.smallSize {font-size: 10px;}

.modalBottom {
    border-top: 1px solid #e2e8ed;
    width: 100%;
    margin-top: 10px;
    display: flex;
    justify-content: center;
}

.bodyText{
    color: #919191;
    margin-top: 300px;
    height: 300px;
}

.centraltext {
    display: flex;
    margin-top: 10px;
    align-items: center;
    justify-content: center;

}

.centraltext > div {
    font-family: Jura;
    font-size: 27px;
    font-weight: bold;
    color: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;

    box-shadow: 0px 0px 7px -1px #bbbbbb;
    border-radius: 5px;
}

.centraltextheader {
    color: #9296a8;
    font-size: 20px;
    padding: 5px;
    align-items: center;
}

.centraltext2 {
    color: #9296a8;
    font-size: 18px;
    padding: 5px;
    align-items: center;
}


.lineThrough {
    text-decoration: line-through;
    color: #c5c5c5;
}

.noFile {
    color: #9e9e9e;
}

.bluestripe {
    /*    background: rgb(245, 245, 245);*/
    /*    background: linear-gradient(to right bottom, #ffffff, rgb(245, 245, 245));*/
    /*    background: linear-gradient(to right bottom, #164d70, #89107e);*/
    /*    background: linear-gradient(to bottom, rgb(208, 208, 208), rgb(255, 255, 255));*/

    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 30px;
    /*    box-shadow: 0.1rem 0.4rem 0.8rem 0.05rem hsla(0, 0%, 60%, 0.73);*/
}
/*
.pricing {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 200px;
    flex-direction: column;
    background: linear-gradient(to bottom, #f2f3f5, #ffffff);
}
*/
.slogan {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    background: linear-gradient(to bottom, #f2f3f5, #ffffff);
    font-size: 20px;
    color: grey;
}

.tryit {
    margin-top: 10px;
    margin-left: 350px;
    font-weight: bold;
}

.usage {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 40px;

    flex-direction: column;
    background: linear-gradient(to right bottom, #06378a, #40ace1);
}

.usageTitle {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 140%;
    color: #959595;
    margin-bottom: 30px;
}
.usageSubTitle {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #eaeaea;
    margin-bottom: 10px;
}

.howtobeginColumn {
    background-color: #d5e7f8;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px;
    margin-left: 100px;
    border-radius: 20px;
    min-width: 200px;
}

.howtobeginColumn {
    justify-content: space-between;
    margin-left: 50px;
    margin-right: 50px;

    min-width: 350px;
}

.howtobeginColumn img {
    max-width: 300px;
}

.columnz {
    /*    width: 800px;*/
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.threeColumns {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

/*
.bodyContainer {
    margin: auto;
    padding-top: 70px;
    width: 70%;
    display: flex;
    flex-direction: row;
    align-items: center;
}*/

.FAQ {
    display: flex;
    justify-content: flex-start;
    background-color: #f1f1f1;
    padding: 30px;
    padding-left: 20%;
}

.question img {
    width: 30px;
    margin-right: 20px;
}

.question {
    display: flex;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 140%;
    padding-top: 20px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.question:not(:first-child){
    border-top: 1px solid #c5c5c5;
}

#contentBoxes {
    max-width: max-content;
    margin: auto;
}

.stripe {
    /*    box-shadow: 0.1rem 0.4rem 0.4rem 0.02rem hsla(0, 0%, 93%, 0.73);*/

}

.payHeader {
    color: black;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.firstContainer {
    /*    background-color: #1e86c8;*/
    margin-right: 50px;
    padding-top: 100px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.bodyContainer1 {
    background-color: #fafafc;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 20px;
    padding-top: 50px;
}

.bodyContainer2 {
    width: 80%;
    /*
    box-shadow:  10px 10px 21px #f5f5f8,
    -10px -10px 21px #fdfdfd;*/
    border-radius: 50px;
    /*
        border: 3px solid;
        border-image-slice: 1;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;*/

    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;

    margin: auto;
    margin-top: 40px;

    justify-content: space-between;

    color: #6d717b;
    display: flex;
    flex-direction: row;
    align-items: flex-start;

    line-height: 1.4;
}
/*
.bodyContainer2:nth-child(even) {
    border-image-source: linear-gradient(90deg, #ffffff 30%, #c8daf5);
}

.bodyContainer2:nth-child(odd) {
    border-image-source: linear-gradient(90deg, #c8daf5, #ffffff 70%);
}
*/
.bodyContainer2 img {
    max-width: 50%;
    height: auto;
    image-rendering: crisp-edges;
    transform: scale(1);
    cursor: zoom-in;
    transition: .9s;
}
/*
.bodyContainer2 img:hover {
    transform: scale(1.1);
    transition: all .9s ease;
}
*/


.multicolumnContainer {
    width: 80%;

    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;

    margin: auto;
    margin-top: 40px;

    justify-content: space-between;

    color: #6d717b;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.headerDescription {
    color: #354b53;
    font-size: 16px;
    width: 600px;
    margin-top: 20px;
    line-height: 1.5;
}

p {
    margin-bottom: 1em; /* Отступ снизу */
}

.two {
    /*    border-top: 2px solid #bbbbbb;*/
    /*    margin-top: 20px;*/
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 20px;
    max-width: 40%;
    line-height: 1.4;
}

.two li {
    margin-top: 5px;
    margin-left: 15px;
}

.two:nth-child(even) {
    margin-left: 100px;
}

.bodyContainer3 {
    margin: auto;
    color: #6d717b;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border: none;
    width: 90%;
}

.bodyContainer4 {
    padding-left: 20px;
    color: #6d717b;
    display: flex;
    flex-direction: column;
    border: none;
    width: 100%;
    border-radius: 10px;
}

.bodyContainer4:not(:first-child) {
    border-top: 1px dotted #dcdcdc;
}

.bodyContainer4:not(:first-child) .topic {
    padding-top: 25px
}

#headerBlocks {
    flex-direction: column;
    position: relative;
    top:  1px;
    left: 1px;

}

#headerText {
    display: flex;
    flex-direction: column;
}

.secondLine {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 140%;
    color: #354b53;

}

.firstLine {
    /*полностью скопировано*/
    font-size: 36px;
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -.02em;
    color: #04263d;
    margin-top: 0 !important;
    margin-bottom: 0;
}

#payment {
    margin-top: 15px;

    margin-left: auto;
    margin-right: 0;
    display:flex;
    flex-direction: row;
    border: 1px solid #d9d9d9;
    border-radius: 9px;
    justify-content: center;
}

.bodyColumn {
    box-shadow:  10px 10px 21px #f5f5f8,
    -10px -10px 10px #f8f8f8;
    color: #647faa;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px;
    margin-left: 50px;
    border-radius: 20px;
}

.bodyColumn > * {
    margin: 5px;
}

.exampleColumn {
    width: 25%;
    /*
    box-shadow:  10px 10px 21px #f5f5f8,
    -10px -10px 10px #f8f8f8;
    border-radius: 20px;
*/
    box-shadow: 0 4px 16px rgba(0, 0, 0, .05), 0 2px 6px rgba(0, 0, 0, .05), 0 1px 2px rgba(0, 0, 0, .05);
    border-radius: 12px;

    /*    color: #647faa;*/
    /*    margin-top: 20px;*/
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 5px;
    padding-left: 20px;
    padding-top: 20px;

    margin-left: 30px;
    margin-right: 30px;
    line-height: 1.4;
}

.exampleColumn img {
    margin-top: 10px;
    width: 99%;
}

.usageColumn {
    background-color: #d5e7f8;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px;
    margin-left: 100px;
    border-radius: 20px;
    width: 250px;

}

.usageColumn img {
    height: 50px;
}

.mp4vid {
    border: 1px solid #bbbbbb;
    /*    box-shadow: 0px 0px 9px -1px #b4b3b3;*/
    box-shadow: 0 4px 16px rgba(0,0,0,.05), 0 2px 6px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.05);
    border-radius: 4px;
}

.accList > * {
    padding-bottom: 5px;
}

.buttonContainer{
    display: flex;
    margin-bottom: 10px;
    /*    justify-content: center;*/
}


.centralBlock {
    margin-left: 100px;

    width: 600px;
    height: 300px;
    align-items: center;
}

.centralBlock img {
    border: 1px solid;
    border-radius: 6px;
    border-color: #e0e0e0;
}

.bodyColumn img {
    width: 13px;
    margin-right: 10px;
}

.two img {
    width: 25px;
    margin-right: 10px;
}

.buttonContainer > img {
    width: 30px;
}

.one {
    display: flex;
    flex-direction: row;
}

.two > * {
    padding: 4px;
    padding-top: 7px;
}


.siteText {
    margin-left: 20px;
    margin-right: 20px;
    line-height: 1.8;
}

.newLine,
.article p,
.article .siteText,
.article .siteText a,
.article li {
    font-size: 1.2rem;
    line-height: 1.65;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.article h3,
.article p {
    margin-left: 20px;
}

.try-it-notmain p {
    font-size: 1.4rem;
}

.try-it-notmain a {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.article ul {
    margin-left: 40px;
}

.boldLine {
    display: inline-block;
    font-weight: bold;
    margin-top: 20px;
}

.newLine {
    display: inline-block;
    margin-top: 1em;
}

.topic {
    margin-bottom: 13px;
    font-size: 25px;
    color: #4f4f4f;
    text-shadow: 1px 1px 2px #d6d6d6;
}

.article h2,
.articleTopic {
    margin-top: 45px;
    margin-bottom: 13px;
    font-size: 25px;
    color: #4f4f4f;
    text-shadow: 1px 1px 2px #d6d6d6;
}


.subtopic {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;

}

.keyWord {
    text-decoration: underline;
    color: red;
    text-decoration-style: dotted;
}

.panelButtons {
    display: flex;
}

.email-confirm-content .row {
    display: flex;
    padding: 10px;
}
.email-confirm-content .row div{
    flex:1;
}
.email-confirm-content a {
    color: dodgerblue;
}

/*
@font-face {
    font-family: Comfortaa;
    font-style: normal;
    src: url("Comfortaa.ttf");
}*/

@font-face {
    font-family: Jura;
    font-style: normal;
    src: url("Jura.ttf");
}


.textWithImg {
    line-height: 1.8;
    display: flex;
    flex-direction: row;

    align-items: flex-start;
}

.textWithImg:not(:first-child) {
    margin-top: 10px;
}

@media only screen and (max-width: 767px) {
    .textWithImg {
        flex-direction: column;
    }
}

.textNoImg {
    line-height: 1.8;
    display: flex;
    flex-direction: column;
}

.toc {
    position: fixed;
        top: 70px;
        left: 0;
        bottom: 0;
    width: 240px;
    background-color: #f8fafc;
    border-right: 1px solid #e2e8f0;
    padding: 15px 20px 10px 20px;
    overflow-y: auto;
}

.toc h3 {
    margin-top: 10px;
    margin-bottom: 20px;
    color: #7b838f;
}

.toc a {
    display: block;
    color: #64748b;
    text-decoration: none;
    margin: 8px 0;
    padding: 5px 5px 5px 10px;
    border-radius: 6px;
    transition: background-color 0.2s;
}

.toc a:hover {
    color: var(--accent);
    background: rgba(59, 130, 246, 0.08);
}

.toc a.active {
    color: var(--accent);
    font-weight: 600;
    background: rgba(59, 130, 246, 0.1);
}

/*по факту используется только в tutorial*/
.mainContent {
    flex: 1;
    margin-left: 300px;
    padding: 20px 50px 60px 20px;
    overflow-y: auto;  /* независимая прокрутка */
    overflow-x: hidden;
}

.tutorialImg {
    display: flex;
    justify-content: center;   /* центрируем картинку */
    width: 35%;
    height: max-content;
    margin: 0 15px 15px 30px;
    padding: 5px;
    box-shadow: 10px 10px 21px #f5f5f8, -10px -10px 10px #f8f8f8;
    border-radius: 10px;
    flex: 0 0 auto;
}

.tutorialImg img {
    max-width: 100%;
    height: auto;
    width: 100%;
    display: block;
}

.aboutPage {
    background-color: #f5f5f5;
}

.aboutContainer {
    padding: 40px;
    margin: auto;
    margin-top: -15px;
    z-index: -1;
    color: #6d717b;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    width: 70%;
    box-shadow: 10px 10px 21px #f5f5f8, -10px -10px 10px #f8f8f8;
    gap: 40px;
}

.agreementContainer {
    padding: 40px;
    margin: auto;
    margin-top: -10px;
    z-index: -1;
    color: #6d717b;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    width: 70%;
    box-shadow: 10px 10px 21px #f5f5f8, -10px -10px 10px #f8f8f8;
    gap: 40px;
}

.page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.ava {
    display: flex;
    max-width: 30%;
    margin-top: 10px;
    margin-right: 50px;
}

.ava img {
    height: auto;
    width: 100%;
    object-fit: contain;
}

.rowWithIcon {
    display: flex;
    align-items: center;
    margin: 15px;
    gap: 10px;
}

.rowWithIcon img {

}

.letsConnectAbout {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.letsConnect {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex: 1;
    padding: 40px;
    margin: auto;
    margin-top: -5px;
    z-index: -1;
    color: #6d717b;
    gap: 30px;
    justify-content: flex-start;
    width: 70%;
    /*    box-shadow: 10px 10px 21px #f5f5f8, -10px -10px 10px #f8f8f8;*/
}

.contact-form {
    margin-left: auto;
    margin-right: 100px;
    max-width: 600px;
    background: #fff;
    padding: 24px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

input,
textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #dcdfea;
    border-radius: 6px;
    font-size: 14px;
}

input:focus,
textarea:focus {
    outline: none;
    border-color: #6c7cff;
}

textarea {
    resize: vertical;
    min-height: 100px;
}


button {
    margin-top: 10px;
    padding: 12px;
    background: #6c7cff;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
}

button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.status {
    font-size: 13px;
    margin-top: 8px;
}

.privacy-text {
    font-size: 12px;
    color: #666;
    line-height: 1.4;
}

.privacy-text a {
    color: #6c7cff;
    text-decoration: none;
}

.privacy-text a:hover {
    text-decoration: underline;
}

.contact-form input,
.contact-form textarea {
    width: 90%;
}

.plusIcon {
    padding: 0 5px 1px 5px;
    color: #228522;
    font-size: 21px;
    box-shadow: 2px 2px 7px 2px #d5d5d5;
    border-radius: 5px;
}

.smallImg {
    box-shadow: 2px 2px 7px 2px #d5d5d5;
    border-radius: 5px;
    padding: 3px;
    width: 20px;
}

.sectionEnd {
    border-bottom: 1px dashed #c7c7c7
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    gap: 28px;
    padding: 20px;
    max-width: 1240px;              /* ← сузить максимальную ширину */
    margin: 0 auto;
}

.blog-card {
    background: var(--card-bg);
    backdrop-filter: blur(10px);
    border: 1px solid var(--card-border);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.35s ease;
    box-shadow: 0 8px 32px rgba(0,0,0,0.25);
    position: relative;
}

.blog-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 24px 48px rgba(0,0,0,0.35);
    border-color: rgba(192, 132, 252, 0.4);
}

.card-image-wrapper {
    height: 150px;
    background: linear-gradient(45deg, #6b21a8, #a855f7);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;

}

@media (max-width: 768px) {
    .card-image-wrapper {
        height: 120px;         /* меньше на телефонах */
    }
}


.card-image-wrapper div {
    font-size:90px;
    opacity:0.25;
}

.card-image-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 70%, rgba(255,255,255,0.15), transparent 60%);
}

.card-content {
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    min-height: 250px;          /* экспериментируй с этим значением */
}

.card-content .meta {
    margin-top: auto;           /* ← прижимает meta + read-more к низу */
    padding-top: 16px;
}

.category {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.95rem;
    color: var(--accent);
    margin-bottom: 12px;
    font-weight: 600;
}

.category i {
    font-size: 1.1rem;
}

h2 {
    font-size: 1.3rem;
    margin-bottom: 14px;
    line-height: 1.35;
}

.heading-link {
    font-size: 1.3rem;
    margin-bottom: 14px;
    line-height: 1.35;
    text-decoration: none;
    color: inherit;
}

.heading-link:hover {
    color: #3a57b6;
    text-decoration: underline;
}

.subtitle {
    font-size: 1.05rem;
    color: var(--text-secondary);
    margin-bottom: 20px;
    line-height: 1.5;
}

.meta {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 20px;
}

.author {
    display: flex;
    align-items: center;
    gap: 8px;
}
/*
.author::before {
    content:"✍";
    font-size: 1.1rem;
}*/

.date {
    display: flex;
    align-items: center;
    gap: 6px;
}
/*
.date::before {
    content: "📅";
}*/

.read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--accent);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
}

.read-more:hover {
    color: #e9d5ff;
    gap: 12px;
}

@media (max-width: 500px) {
    h1 { font-size: 2.6rem; }
    .blog-grid { gap: 20px; }
    .card-image-wrapper { height: 160px; }
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    font-family: system-ui, -apple-system, sans-serif;
    background: linear-gradient(135deg, var(--bg-start), var(--bg-mid), var(--bg-end));
    color: var(--text);
    padding: 40px 20px;
}

/* Контейнер для двух кнопок */
.headerButtonContainer {
    position: absolute;
    left: 50%;
    top: 40px;
    transform: translate(-50%, -50%);
    display: flex;
    gap: 35px; /* Расстояние между кнопками */
}

@media only screen and (max-width: 767px) {
    .headerButtonContainer {
        left: unset;
        right: 3%;
        transform: translateY(-50%);
        gap: 20px;
    }
}

.dropbtn {
    background: none;
    border: none;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    color: #647faa;
    padding: 0.75rem 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.35rem;
    transition: color 0.2s ease;

    margin-top: 0;
}

.dropbtn:hover {
    color: #647faa;
}

.dropbtn:hover::after {
    width: 100%;
}

.dropbtn:hover,
.dropbtn:focus {
    outline: none;
}

.arrow-resource {
    color: #647faa;
    filter: brightness(0) saturate(100%) invert(45%) sepia(18%) saturate(1243%) hue-rotate(186deg) brightness(92%) contrast(87%);
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    width: 14px;
    height: 12px;
    transform: rotate(180deg);
}

.pageTitle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    color: #647faa;
}

.titleTutorial {
    display: flex;
    color: #647faa;
    font-size: 40px;
    justify-content: center;
}

.section, section {
    /*    max-width: 1920px;*/
    margin-left: auto;
    margin-right: auto;
    background-position: center top;
    background-repeat: no-repeat
}

@media only screen and (max-width: 1614px) {
    .section, section {
        min-width: 100%
    }
}

.meta_blog {
    margin-bottom: 2.5rem;
}

.date {
    color: var(--text-light);
    font-size: 0.95rem;
    margin-bottom: 0.4rem;
}

.author {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    color: var(--text-light);
    font-size: 0.95rem;
   }

.author i {
    font-size: 1.4rem;
    color: var(--accent);
}

.article {
    flex: 1;
    margin-left: 300px;

    padding: 1% 10% 1%;

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.65;
    overflow-y: auto;  /* независимая прокрутка */
    overflow-x: hidden;
}

.hero-card {
    background: linear-gradient(to bottom right, var(--card-bg-start) 0%, var(--card-bg-end) 100%);
    border: 1px solid var(--card-border);
    border-radius: 16px;
    padding: 2.5rem 3rem;
    margin-bottom: 3.5rem;
    box-shadow: var(--card-shadow);
    color: var(--card-text);
    position: relative;
    overflow: hidden;
}

.read-time {
    border-radius: 15px;
    color: #829db7;
    background-color: #d8e0ea;
    width: max-content;
    padding: 1px 13px 1px;
}

@media only screen and (max-width: 1614px) {
    .section, section {
        min-width: 100%;
    }
}

.try-it-notmain {
    background: linear-gradient(to bottom right, #f9f9fc 0%, #e8edf3 100%);
    border: 1px solid #cbcbcb;
    border-radius: 10px;
    margin-top: 50px;
    margin-bottom: 90px;

    padding: 20px 0 20px;
}

.section-header {
    font-size: 60px;
    line-height: 1;
    font-family: "Inter";
    font-weight: 500;
    color: #000;
    text-align: center;
}

.try-it-yourself__offer {
    margin-top: 10px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 25px;
    color: #646464;
    text-align: center;
}

.try-it-yourself__action {
    margin-top: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 0 50px;
}

#try-it-toc {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    padding: 20px;
    width: 80%;
    border: 1px solid #cae3fa;
    background-color: #f0f2f6;
    border-radius: 10px;
    gap: 15px;
}

#try-it-toc > div {
    font-size: 17px;
    font-weight: bolder;
    line-height: 27px;
}

/*
#try-it-toc .link-button,
.link-button {
    color: white;
    display: inline-block;
    font-family: "Inter";
    font-size: 17px;
    border-radius: 5px;
    padding: 8px 15px;
    text-decoration: none;
    outline: 0;
    width: max-content;
}


.link-button--create {
    background-color: #00b884;
    border: 1px solid #00b884;
    color: #fff;
}

.link-button--sign {
    background: linear-gradient(90deg, #5c6ada, #7382fd);
    color: #fff;
    border: 1px solid transparent;
}

#try-it-toc .link-button--create:hover,
.link-button--create:hover {
    background-color: transparent;
    color: #00b884
}

#try-it-toc .link-button--sign:hover,
.link-button--sign:hover {
    background: #ffffff;
    border: 1px solid #006fc4;
    color: #006fc4
}
*/
