* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #000018;
    font-family: 'Manrope', sans-serif;
    color: #b5b2b1;
    line-height: 1.4;
    background-image: url('../images/left.svg'), url('../images/right.svg');
    background-repeat: no-repeat, no-repeat;
    background-position: top left, top right;
    background-size: auto, auto;
}

h1,
h2,
h3,
h4 {
    line-height: 1.2;
}

.seContainer {
    max-width: 1070px;
    margin: 0 auto;
    padding: 0 24px;
    width: 100%;
}


.seTitle {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    color: #fff;
    letter-spacing: -0.02em;
}

.seWrap {
    max-width: 1100px;
    width: 98%;
    margin: 16px auto;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    border: 1px solid #141439;
}


.seBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #712ede;
    color: #fff !important;
    border-radius: 10px;
    padding: 12px 28px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: inset rgba(255, 255, 255, 0.2) 4px 4px 25.4px 0px;
    border: none;
    cursor: pointer;
    font-family: 'Manrope', sans-serif;
}

.seBtn:hover {
    background: #8a4cf0;
    transform: translateY(-2px);
    box-shadow: inset rgba(255, 255, 255, 0.3) 4px 4px 28px 0px;
}


.seHeader {
    background: #0d0d26;
    border: 1px solid #1b1b4b;
    border-radius: 10px;
    margin-top: 15px;
    margin-bottom: 40px;
    padding: 12px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    backdrop-filter: blur(2px);
}

.seLogo {
    display: flex;
    align-items: baseline;
    font-size: 1.6rem;
    font-weight: 400;
    color: #fff;
    letter-spacing: -0.02em;
    text-decoration: none;
}

.seLogo span {
    color: #712ede;
    font-weight: 400;
}

.seNavMenu {
    display: flex;
    align-items: center;
    gap: 36px;
}

.seNavMenu a {
    color: #e0e0ff;
    text-decoration: none;
    font-weight: 500;
    transition: 0.2s;
}

.seNavMenu a:hover {
    color: #a77eff;
}


.seMenuToggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    color: white;
    font-size: 28px;
}


.seCard {
    background: #0b0b1e;
    border: 1px solid #141439;
    border-radius: 15px;
    transition: all 0.2s;
    position: relative;
    overflow: hidden;
}


.seIconBox {
    background: linear-gradient(153.435deg, rgb(151, 106, 224) 0%, rgb(122, 64, 216) 100%);
    border-radius: 10px;
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset rgba(255, 255, 255, 0.25) 0px 2px 2px 0px;
}

.seIconBox svg {
    width: 24px;
    height: 24px;
    stroke: white;
    stroke-width: 1.8;
}


.seBenefitsGrid {
    display: flex;
    gap: 28px;
    margin: 60px 0;
    flex-wrap: wrap;
}

.seBenefitItem {
    flex: 1;
    padding: 32px 24px;
    background: #0b0b1e;
    border: 1px solid #141439;
    border-radius: 15px;
    transition: 0.2s;
}


.seCapabilitiesHeader {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 48px auto;
}

.seCapGrid {
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
    margin-bottom: 70px;
}

.seWideCard {
    flex: 1;
    min-width: 220px;
    background: #0b0b1e;
    border: 1px solid #141439;
    border-radius: 15px;
    padding: 28px;
    background-image: url('../images/block.svg');
    background-repeat: no-repeat;
    background-position: top right;
}

.seRightStack {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.seSmallCap {
    background: #0b0b1e;
    border: 1px solid #141439;
    border-radius: 15px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    background-image: url('../images/block.svg');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 60px;
}

.seCapRow {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.seCapContent {
    flex: 1;
}

.seCapContent h3 {
    color: white;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 1.25rem;
}

.seCapLink {
    text-align: right;
    margin-top: 18px;
}

.copy {
    font-size: 12px;
}

.seCapLink a {
    color: #a97cff;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
}


.seStatsRow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 32px;
    background: #0b0b1e;
    border: 1px solid #141439;
    border-radius: 20px;
    padding: 28px 32px;
    margin: 70px 0;
}

.seStatItem {
    text-align: center;
    flex: 1;
}

.seStatNumber {
    font-size: 2.8rem;
    font-weight: 800;
    color: white;
    letter-spacing: -0.02em;
}


.seAboutSection {
    text-align: center;
    margin: 60px 0 50px;
}

.seRichText {
    background: #0b0b1e;
    border: 1px solid #141439;
    border-radius: 20px;
    padding: 44px 40px;
    text-align: left;
    margin-top: 40px;
}

.seRichText p {
    margin-bottom: 20px;
    font-size: 1rem;
    line-height: 1.6;
}

.seRichText p:last-child{
    margin-bottom: 0;
}


.seCta {
    background: #0b0b1e;
    border-radius: 25px;
    border: 1px solid #141439;
    padding: 64px 40px;
    text-align: center;
    margin: 60px 0;
    background-image: url('../images/left.svg'), url('../images/right.svg');
    background-repeat: no-repeat, no-repeat;
    background-position: bottom left, top right;
    background-size: 140px, 140px;
}


.seFooter {
    background: #0b0b1e;
    border-radius: 24px 24px 0 0;
    padding: 48px 0 24px;
    margin-top: 60px;
}

.seFooterInner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
}

.seFooterCol {
    flex: 1;
    min-width: 160px;
}

.seFooterCol h4 {
    color: white;
    margin-bottom: 18px;
    font-weight: 600;
}

.seFooterCol a,
.seFooterCol p {
    display: block;
    color: #b5b2b1;
    text-decoration: none;
    margin-bottom: 12px;
    font-size: 0.9rem;
}

.seFooterBottom {
    border-top: 1px solid #25255a;
    margin-top: 40px;
    padding-top: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}

.seLegalLinks a {
    color: #b5b2b1;
    text-decoration: none;
    margin-left: 28px;
    font-size: 0.85rem;
}


.seContactGrid {
    display: flex;
    gap: 30px;
    justify-content: center;
    margin: 40px 0 70px;
    flex-wrap: wrap;
}

.seContactCard {
    background: #0b0b1e;
    border: 1px solid #141439;
    border-radius: 18px;
    padding: 32px 24px;
    text-align: center;
    flex: 1;
    min-width: 200px;
    transition: 0.2s;
}

.seContactCard:hover {
    transform: translateY(-5px);
    border-color: #2d2d66;
}

.seFormWrapper {
    background: #0b0b1e;
    border: 1px solid #141439;
    border-radius: 24px;
    padding: 48px 40px;
    margin: 30px 0 80px;
}

.seFormRow {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.seFormGroup {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 24px;
}

.seFormGroup:last-child{
    margin-bottom: 0;
}

.seFormGroup label {
    font-weight: 500;
    color: #e0e0ff;
    font-size: 0.9rem;
}

.seFormGroup input,
.seFormGroup textarea {
    background: #0a0a1c;
    border: 1px solid #25255a;
    border-radius: 12px;
    padding: 12px 16px;
    font-family: 'Manrope', sans-serif;
    color: #fff;
    font-size: 1rem;
    transition: 0.2s;
}

.seFormGroup input:focus,
.seFormGroup textarea:focus {
    outline: none;
    border-color: #712ede;
    box-shadow: 0 0 0 2px rgba(113, 46, 222, 0.3);
}

.seFormGroup input::placeholder,
.seFormGroup textarea::placeholder {
    color: #5a5a7a;
}

.sePopupOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(8px);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.sePopupCard {
    background: #0d0d26;
    border: 1px solid #2a2a5e;
    border-radius: 28px;
    padding: 40px 36px;
    text-align: center;
    max-width: 420px;
    width: 90%;
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.sePopupIcon {
    font-size: 4rem;
    margin-bottom: 16px;
}

.sePopupCard h3 {
    font-size: 1.8rem;
    margin-bottom: 12px;
}

.sePopupCard p {
    margin-bottom: 28px;
    line-height: 1.5;
}

@keyframes seFadeIn {
    from {
        opacity: 0;
        transform: scale(0.96);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@media (max-width: 680px) {
    .seFormWrapper {
        padding: 32px 20px;
    }

    .seFormRow {
        flex-direction: column;
        gap: 18px;
    }

    .seContactCard {
        min-width: 100%;
    }
}

.seLegalSection {
    margin: 40px auto 80px auto;
}

.seLegalHeader {
    text-align: center;
    margin-bottom: 48px;
}

.seLegalDate {
    color: #a97cff;
    font-size: 0.9rem;
    margin-top: 8px;
    margin-bottom: 16px;
}

.seLegalIntro {
    font-size: 1.1rem;
    max-width: 720px;
    margin: 16px auto 0 auto;
    color: #cbc8c7;
}

.seLegalContent {
    background: #0b0b1e;
    border: 1px solid #141439;
    border-radius: 24px;
    padding: 48px 44px;
}

.seLegalBlock {
    margin-bottom: 36px;
    border-bottom: 1px solid rgba(30, 30, 70, 0.5);
    padding-bottom: 28px;
}

.seLegalBlock:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.seLegalBlock h2 {
    color: #fff;
    font-weight: 600;
    font-size: 1.6rem;
    margin-bottom: 18px;
    font-family: 'Manrope', sans-serif;
}

.seLegalBlock h3 {
    color: #d9d9ff;
    font-weight: 600;
    font-size: 1.2rem;
    margin: 20px 0 10px 0;
}

.seLegalBlock p {
    line-height: 1.65;
    margin-bottom: 14px;
    color: #b5b2b1;
}

.seLegalList {
    margin: 12px 0 12px 28px;
    color: #b5b2b1;
    line-height: 1.6;
}

.seLegalList li {
    margin-bottom: 8px;
}

.seLegalBlock address {
    font-style: normal;
    background: rgba(113, 46, 222, 0.1);
    padding: 16px 20px;
    border-radius: 10px;
    margin-top: 12px;
    line-height: 1.7;
}

.seCookieTable {
    background: #0a0a1a;
    border-radius: 16px;
    overflow-x: auto;
    margin: 20px 0;
}

.seCookieRow {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 16px;
    padding: 12px 20px;
    border-bottom: 1px solid #20204a;
    font-size: 0.9rem;
}

.seCookieRow:first-child {
    background: #15153a;
    font-weight: 600;
    color: #fff;
}

.seCookieRow:last-child {
    border-bottom: none;
}

.seLegalFooterNote {
    margin-top: 40px;
    padding-top: 24px;
    text-align: center;
    border-top: 1px solid #20204a;
    font-size: 0.85rem;
    color: #7a7a9a;
}

@media (max-width: 680px) {
    .seLegalContent {
        padding: 28px 20px;
    }

    .seLegalBlock h2 {
        font-size: 1.4rem;
    }

    .seCookieRow {
        grid-template-columns: 1fr;
        gap: 6px;
        padding: 12px;
    }

    .seCookieRow span:first-child {
        font-weight: 600;
        color: #fff;
    }
}

.seAboutSection {
    margin: 40px auto 80px auto;
}

.seFeaturesGrid {
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin: 60px 0 70px;
}

.seFeatureItem {
    display: flex;
    gap: 28px;
    align-items: flex-start;
    background: #0b0b1e;
    border: 1px solid #141439;
    border-radius: 20px;
    padding: 32px 36px;
    transition: all 0.25s ease;
}

.seFeatureItem:hover {
    transform: translateX(6px);
    border-color: #2d2d6a;
    background: #0e0e24;
}

.seFeatureIcon {
    background: linear-gradient(153.435deg, rgb(151, 106, 224) 0%, rgb(122, 64, 216) 100%);
    border-radius: 14px;
    width: 54px;
    height: 54px;
    min-width: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset rgba(255, 255, 255, 0.25) 0px 2px 2px 0px;
}

.seFeatureIcon svg {
    width: 28px;
    height: 28px;
    stroke: white;
    stroke-width: 1.8;
}

.seFeatureContent h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #fff;
}

.seFeatureContent p {
    line-height: 1.5;
    color: #b5b2b1;
}

.seAboutStory {
    margin-top: 40px;
}

.seRichStoryBlock {
    background: #0b0b1e;
    border: 1px solid #141439;
    border-radius: 24px;
    padding: 48px 44px;
}

.seStoryParagraph {
    margin-bottom: 36px;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(48, 48, 88, 0.5);
}

.seStoryParagraph:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.seStoryParagraph h3 {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 16px;
    font-family: 'Manrope', sans-serif;
}

.seStoryParagraph p {
    line-height: 1.7;
    color: #c5c2c1;
    font-size: 1rem;
}

@media (max-width: 768px) {
    .seFeatureItem {
        flex-direction: column;
        padding: 28px 24px;
        gap: 18px;
    }

    .seFeatureIcon {
        width: 48px;
        height: 48px;
        min-width: 48px;
    }

    .seRichStoryBlock {
        padding: 28px 24px;
    }

    .seStoryParagraph h3 {
        font-size: 1.25rem;
    }
}

.seToolsSection {
    margin: 40px auto 80px auto;
}

.seToolsHeader {
    margin-bottom: 52px;
}

.seToolsGrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

.seToolCard {
    background: #0b0b1e;
    border: 1px solid #141439;
    border-radius: 20px;
    padding: 32px 28px;
    transition: all 0.25s ease;
}

.seToolCard:hover {
    transform: translateY(-6px);
    border-color: #3a3a7a;
    box-shadow: 0 20px 30px -15px rgba(0, 0, 0, 0.5);
}

.seToolIcon {
    background: linear-gradient(153.435deg, rgb(151, 106, 224) 0%, rgb(122, 64, 216) 100%);
    border-radius: 14px;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    box-shadow: inset rgba(255, 255, 255, 0.25) 0px 2px 2px 0px;
}

.seToolIcon svg {
    width: 28px;
    height: 28px;
    stroke: white;
    stroke-width: 1.8;
}

.seToolCard h3 {
    font-size: 1.5rem;
    margin-bottom: 14px;
    color: #fff;
}

.seToolCard>p {
    color: #c5c2c1;
    line-height: 1.5;
    margin-bottom: 20px;
}

.seToolList {
    list-style: none;
    padding-left: 0;
    margin-top: 16px;
}

.seToolList li {
    padding-left: 28px;
    background-image: url('../images/list.svg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 18px;
    margin-bottom: 10px;
    color: #b5b2b1;
    line-height: 1.4;
}


.seToolCardFull {
    grid-column: span 2;
    padding: 36px 40px;
}

.seToolCardFullInner {
    display: flex;
    gap: 32px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.seToolFullContent {
    flex: 1;
}

.seToolFullContent h3 {
    font-size: 1.6rem;
    margin-bottom: 12px;
}

.seToolFullContent>p {
    margin-bottom: 20px;
    max-width: 80%;
}

.seToolFullFeatures {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.seToolFullFeatures .seToolList {
    flex: 1;
    min-width: 200px;
}

@media (max-width: 860px) {
    .seToolsGrid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .seToolCardFull {
        grid-column: span 1;
    }

    .seToolFullContent>p {
        max-width: 100%;
    }

    .seToolFullFeatures {
        flex-direction: column;
        gap: 0;
    }

    .seToolCardFullInner {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .seToolCard {
        padding: 24px 20px;
    }

    .seToolCard h3 {
        font-size: 1.3rem;
    }

    .seToolIcon {
        width: 48px;
        height: 48px;
    }

    .seToolIcon svg {
        width: 24px;
        height: 24px;
    }
}































@media (max-width: 880px) {
    .seNavMenu {
        gap: 20px;
    }

    .seCapGrid {
        flex-direction: column;
    }

    .seRightStack {
        width: 100%;
    }

    .seBenefitsGrid {
        flex-direction: column;
    }

    .seStatsRow {
        flex-direction: column;
        gap: 32px;
    }

    .seFooterBottom {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .seLegalLinks a {
        margin: 0 12px;
    }

    .seFooterInner {
        flex-direction: column;
    }
}

@media (max-width: 780px) {
    .seMenuToggle {
        display: block;
    }

    .seNavMenu {
        position: fixed;
        top: 85px;
        left: -100%;
        width: 80%;
        height: auto;
        background: #0d0d26;
        backdrop-filter: blur(16px);
        flex-direction: column;
        align-items: flex-start;
        padding: 32px 28px;
        gap: 28px;
        border-radius: 20px;
        border: 1px solid #2a2a5a;
        transition: 0.3s;
        z-index: 1000;
        box-shadow: 0 20px 30px rgba(0, 0, 0, 0.5);
    }

    .seNavMenu.active {
        left: 20px;
    }

    .seHeader {
        position: relative;
    }
}

.seBannerCenter {
    text-align: center;
    padding: 90px 20px;
    background: url('../images/center.jpg') center no-repeat;
    background-size: cover;
}

.seBannerCenter .seTitle{
    text-transform: uppercase;
}

.seMockupImg {
    margin-top: 48px;
    text-align: center;
}

.seMockupImg img {
    max-width: 100%;
    border-radius: 24px;
    box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.5);
}

.seListIcon {
    list-style: none;
    background-image: url('../images/list.svg');
    background-repeat: no-repeat;
    padding-left: 28px;
    background-position: left center;
    margin: 8px 0;
}

@media(max-width: 550px) {
    .seBannerCenter .seTitle {
        font-size: 2.2rem !important;
    }

    .seTitle {
        font-size: 2.1rem;
    }

    .seRichText {
        padding: 33px;
    }
    .seAboutHeader h1, .seToolsHeader h1{
        font-size: 2.2rem!important;
    }
    .seBannerCenter{
        padding: 50px 20px;
    }
    .seHeader{
        margin-bottom: 10px;
    }
    .seStatNumber{
        font-size: 2.2rem;
    }
    .seLegalHeader .seTitle{
        font-size: 2rem!important;
    }
}