:root {
    --c1: #6b2bf2;
    --c2: #ffe7c2;
    --c3: #0e1018;
    --c4: #f6f7ff;
    --c5: #ff6b6b;
    --c6: #2dd4bf
}

* {
    box-sizing: border-box
}

html, body {
    margin: 0;
    padding: 0
}

body {
    font-family: 'Manrope', sans-serif;
    background: var(--c4);
    color: #1c2230;
    line-height: 1.65
}

h1, h2, h3, h4, h5 {
    margin: 0 0 .6rem 0;
    line-height: 1.2;
    font-weight: 800
}

p {
    margin: 0 0 1rem 0
}

a {
    color: var(--c1);
    text-decoration: none;
    transition: opacity .2s
}

a:hover {
    opacity: .8
}

.container {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 1rem
}

.section {
    padding: 64px 0
}

.grid {
    display: grid;
    gap: 24px
}

.grid-2 {
    grid-template-columns:1fr;
    gap: 24px
}

.grid-3 {
    grid-template-columns:1fr;
    gap: 24px
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: var(--c1);
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 14px 20px;
    font-weight: 700;
    cursor: pointer
}

.btn.alt {
    background: var(--c5)
}

.badge {
    display: inline-block;
    background: var(--c2);
    color: #6b4b00;
    border-radius: 999px;
    padding: .25rem .75rem;
    font-weight: 700
}

.card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 28px rgba(17, 17, 26, .06);
    padding: 24px
}

.hero {
    position: relative;
    min-height: 82vh;
    display: flex;
    align-items: center;
    color: #fff
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../imagesgeneral/imgfolder/imgmen5.webp") center/cover no-repeat
}

.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(1200px 600px at 15% 15%, rgba(255, 255, 255, .12), transparent 55%), linear-gradient(135deg, rgba(107, 43, 242, .9), rgba(13, 18, 28, .9))
}

.hero .wrap {
    position: relative;
    z-index: 2
}

.hero h1 {
    font-size: clamp(36px, 4.6vw, 64px)
}

.hero p {
    font-size: clamp(16px, 2vw, 20px);
    max-width: 720px
}

.hero .cta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 18px
}

.kicker {
    letter-spacing: .12em;
    text-transform: uppercase;
    font-weight: 800
}

.split {
    display: grid;
    grid-template-columns:1.1fr .9fr;
    gap: 28px
}

.split .visual {
    border-radius: 18px;
    overflow: hidden;
    position: relative
}

.split .visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.feature {
    background: linear-gradient(135deg, #0e1018, #1b1f2a);
    color: #eaf0ff
}

.feature .card {
    background: rgba(255, 255, 255, .06);
    backdrop-filter: blur(6px);
    color: #fff
}

.icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: var(--c6);
    color: #042b26
}

.decor {
    position: relative
}

.decor::before {
    content: "";
    position: absolute;
    inset: -2px;
    background: linear-gradient(135deg, transparent 20%, rgba(255, 255, 255, .25) 50%, transparent 80%);
    border-radius: 22px;
    filter: blur(12px);
    pointer-events: none
}

.form {
    background: #0f1220;
    color: #eef3ff;
    border-radius: 18px;
    padding: 28px
}

.form input, .form textarea {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, .22);
    background: transparent;
    color: #fff;
    border-radius: 12px;
    padding: 14px 16px;
    font: inherit
}

.form input::placeholder, .form textarea::placeholder {
    color: #c9d1ff
}

.form textarea {
    min-height: 140px;
    resize: vertical
}

.form .row {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 16px
}

.form .row > div {
    display: flex;
    flex-direction: column;
    gap: 8px
}

label {
    font-weight: 700;
    font-size: .95rem
}

small.muted {
    opacity: .8
}

.footer {
    background: #0d0f19;
    color: #c8d1ff
}

.footer a {
    color: #c8d1ff
}

.footer .mini {
    opacity: .8;
    font-size: .95rem
}

.ribbon {
    background: linear-gradient(90deg, rgba(255, 255, 255, .08), transparent);
    border-radius: 14px;
    padding: 10px 14px;
    display: inline-flex;
    align-items: center;
    gap: 10px
}

.bi {
    font-size: 20px;
    vertical-align: middle
}

hr.sep {
    border: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .02), rgba(0, 0, 0, .08));
    margin: 24px 0
}

.cta-band {
    background: linear-gradient(135deg, var(--c1), #3a1ab8);
    color: #fff
}

.legal {
    max-width: 880px
}

.jobs {
    max-width: 980px
}

.job-card {
    background: #fff;
    border: 1px solid #e7e9f2;
    border-radius: 14px;
    padding: 20px
}

.tag {
    display: inline-block;
    background: #eef2ff;
    color: #2b3a80;
    border-radius: 999px;
    padding: 6px 10px;
    font-weight: 700;
    font-size: .9rem
}

.photo {
    border-radius: 16px;
    overflow: hidden
}

@media (min-width: 768px) {
    .grid-2 {
        grid-template-columns:repeat(2, 1fr)
    }

    .grid-3 {
        grid-template-columns:repeat(3, 1fr)
    }
}

@media screen and (max-width: 767px) {
    .split{
        grid-template-columns: minmax(0,1fr);
    }
}