.ibk-space-v2,
.ibk-space-v2 * {
    box-sizing: border-box;
}

.ibk-space-v2 {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    width: 100%;
    padding: 110px 0 90px;
    background:
        radial-gradient(
            circle at 13% 18%,
            rgba(38, 144, 255, 0.28),
            transparent 27%
        ),
        radial-gradient(
            circle at 87% 62%,
            rgba(32, 225, 211, 0.15),
            transparent 28%
        ),
        linear-gradient(
            145deg,
            #020913 0%,
            #061927 48%,
            #082c42 100%
        ) !important;
    color: #ffffff;
}

.ibk-space-v2__stars {
    position: absolute;
    z-index: -3;
    inset: 0;
    opacity: 0.5;
    background-image:
        radial-gradient(
            circle,
            rgba(255, 255, 255, 0.9) 0 1px,
            transparent 1.6px
        );
    background-size: 42px 42px;
}

.ibk-space-v2__stars::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.34;
    background-image:
        linear-gradient(
            rgba(105, 203, 255, 0.09) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(105, 203, 255, 0.09) 1px,
            transparent 1px
        );
    background-size: 72px 72px;
}

.ibk-space-v2__glow {
    position: absolute;
    z-index: -2;
    border: 1px solid rgba(83, 207, 255, 0.16);
    border-radius: 50%;
}

.ibk-space-v2__glow--one {
    top: -320px;
    right: -300px;
    width: 760px;
    height: 760px;
}

.ibk-space-v2__glow--two {
    bottom: -330px;
    left: -280px;
    width: 620px;
    height: 620px;
}

.ibk-space-v2__container {
    position: relative;
    z-index: 2;
    width: min(calc(100% - 40px), 1240px);
    margin: 0 auto;
}

.ibk-space-v2__header {
    max-width: 950px;
    margin: 0 auto 58px;
    text-align: center;
}

.ibk-space-v2__eyebrow {
    margin: 0 0 18px;
    color: #65ddff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.ibk-space-v2__header h2 {
    margin: 0 auto;
    color: #ffffff !important;
    font-size: clamp(43px, 6vw, 80px);
    font-weight: 900;
    line-height: 0.99;
    letter-spacing: -0.06em;
    text-align: center;
}

.ibk-space-v2__intro {
    max-width: 760px;
    margin: 26px auto 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    line-height: 1.85;
    text-align: center;
}

.ibk-space-v2__dashboard {
    display: grid;
    grid-template-columns:
        minmax(0, 1.08fr)
        minmax(360px, 0.92fr);
    gap: 22px;
}

.ibk-space-v2__side {
    display: grid;
    gap: 22px;
}

.ibk-space-v2__panel {
    overflow: hidden;
    border: 1px solid rgba(111, 218, 255, 0.22);
    border-radius: 28px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.095),
            rgba(255, 255, 255, 0.025)
        ) !important;
    box-shadow:
        0 34px 90px rgba(0, 0, 0, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(18px);
}

.ibk-space-v2__panel-head {
    min-height: 62px;
    padding: 0 23px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 1px solid rgba(111, 218, 255, 0.16);
}

.ibk-space-v2__panel-head span {
    color: #65ddff;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.11em;
}

.ibk-space-v2__panel-head b {
    padding: 8px 12px;
    border: 1px solid rgba(73, 225, 164, 0.35);
    border-radius: 999px;
    color: #62e5a8;
    font-size: 8px;
    letter-spacing: 0.1em;
}

.ibk-space-v2__ship {
    position: relative;
    height: 310px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-bottom: 1px solid rgba(111, 218, 255, 0.15);
    background:
        radial-gradient(
            circle,
            rgba(49, 165, 255, 0.24),
            transparent 48%
        );
}

.ibk-space-v2__ship svg {
    position: relative;
    z-index: 2;
    width: 255px;
    height: 255px;
    filter:
        drop-shadow(0 20px 35px rgba(30, 166, 255, 0.32));
}

.ibk-space-v2__orbit {
    position: absolute;
    width: 350px;
    height: 145px;
    border: 1px solid rgba(93, 211, 255, 0.35);
    border-radius: 50%;
    transform: rotate(-18deg);
}

.ibk-space-v2__orbit::before {
    content: "";
    position: absolute;
    top: 46%;
    left: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #62ddff;
    box-shadow: 0 0 18px #62ddff;
}

.ibk-space-v2__about-copy {
    padding: 31px;
    text-align: left;
}

.ibk-space-v2__about-copy h3 {
    margin: 0;
    color: #ffffff !important;
    font-size: clamp(27px, 3vw, 42px);
    line-height: 1.08;
    letter-spacing: -0.045em;
}

.ibk-space-v2__about-copy p {
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.67);
    font-size: 14px;
    line-height: 1.82;
}

.ibk-space-v2__service-list {
    display: block;
}

.ibk-space-v2__service-list a {
    min-height: 104px;
    padding: 19px 22px;
    display: grid;
    grid-template-columns: 50px 1fr auto;
    gap: 16px;
    align-items: center;
    border-bottom: 1px solid rgba(111, 218, 255, 0.13);
    color: #ffffff !important;
    text-decoration: none;
    transition:
        background 0.2s ease,
        transform 0.2s ease;
}

.ibk-space-v2__service-list a:last-child {
    border-bottom: 0;
}

.ibk-space-v2__service-list a:hover {
    background: rgba(63, 184, 255, 0.1);
}

.ibk-space-v2__service-list > a > span {
    color: #65ddff;
    font-size: 10px;
    font-weight: 900;
}

.ibk-space-v2__service-list strong,
.ibk-space-v2__service-list small {
    display: block;
}

.ibk-space-v2__service-list strong {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.4;
}

.ibk-space-v2__service-list small {
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.47);
    font-size: 10px;
}

.ibk-space-v2__service-list i {
    color: #65ddff;
    font-size: 17px;
    font-style: normal;
}

.ibk-space-v2__instagram {
    padding: 26px;
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 18px;
    align-items: center;
}

.ibk-space-v2__instagram-logo {
    width: 70px;
    height: 70px;
    padding: 14px;
    display: grid;
    place-items: center;
    border-radius: 21px;
    background:
        radial-gradient(
            circle at 30% 100%,
            #ffd36a 0 21%,
            transparent 22%
        ),
        radial-gradient(
            circle at 0 100%,
            #ff7644 0 42%,
            transparent 43%
        ),
        linear-gradient(
            135deg,
            #7638fa,
            #db2c92 52%,
            #ff654a
        );
    box-shadow:
        0 17px 38px rgba(0, 0, 0, 0.3);
}

.ibk-space-v2__instagram-logo svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #ffffff;
    stroke-width: 1.9;
}

.ibk-space-v2__instagram-dot {
    fill: #ffffff;
    stroke: none;
}

.ibk-space-v2__instagram-copy p {
    margin: 0 0 7px;
    color: #ff8cc8;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.14em;
}

.ibk-space-v2__instagram-copy h3 {
    margin: 0;
    color: #ffffff !important;
    font-size: 22px;
}

.ibk-space-v2__instagram-copy span {
    display: block;
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.56);
    font-size: 11px;
    line-height: 1.65;
}

.ibk-space-v2__instagram > a {
    grid-column: 1 / -1;
    min-height: 52px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 13px;
    background:
        linear-gradient(
            135deg,
            #7042f6,
            #d53593 58%,
            #ff6850
        );
    color: #ffffff !important;
    font-size: 11px;
    font-weight: 850;
    text-decoration: none;
}

.ibk-space-v2__contact {
    margin-top: 22px;
    padding: 45px;
    display: grid;
    grid-template-columns:
        minmax(300px, 0.86fr)
        minmax(410px, 1.14fr);
    gap: 58px;
    border: 1px solid rgba(111, 218, 255, 0.22);
    border-radius: 30px;
    background:
        radial-gradient(
            circle at 90% 8%,
            rgba(54, 205, 255, 0.19),
            transparent 30%
        ),
        linear-gradient(
            145deg,
            rgba(2, 15, 25, 0.9),
            rgba(5, 39, 59, 0.86)
        ) !important;
    box-shadow:
        0 35px 90px rgba(0, 0, 0, 0.36);
}

.ibk-space-v2__contact-copy {
    text-align: left;
}

.ibk-space-v2__contact-copy h2 {
    margin: 0;
    color: #ffffff !important;
    font-size: clamp(36px, 4.5vw, 61px);
    line-height: 1.03;
    letter-spacing: -0.052em;
}

.ibk-space-v2__contact-copy > p:not(.ibk-space-v2__eyebrow) {
    max-width: 510px;
    margin: 21px 0 0;
    color: rgba(255, 255, 255, 0.65);
    font-size: 14px;
    line-height: 1.8;
}

.ibk-space-v2__contact-links {
    margin-top: 29px;
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
}

.ibk-space-v2__contact-links a {
    min-height: 51px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 17px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 13px;
    color: #ffffff !important;
    font-size: 11px;
    font-weight: 850;
    text-decoration: none;
}

.ibk-space-v2__contact-links .ibk-space-v2__whatsapp {
    border: 0;
    background:
        linear-gradient(
            135deg,
            #25d58f,
            #49e6b0
        );
    color: #06251b !important;
}

.ibk-space-v2__form {
    display: grid;
    gap: 15px;
    text-align: left;
}

.ibk-space-v2__form-row {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.ibk-space-v2__form label {
    display: block;
}

.ibk-space-v2__form label > span {
    display: block;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 10px;
    font-weight: 800;
}

.ibk-space-v2__form input,
.ibk-space-v2__form select,
.ibk-space-v2__form textarea {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    border: 1px solid rgba(111, 218, 255, 0.18) !important;
    border-radius: 13px !important;
    outline: none;
    background: rgba(255, 255, 255, 0.055) !important;
    color: #ffffff !important;
    font: inherit;
    font-size: 13px;
}

.ibk-space-v2__form input,
.ibk-space-v2__form select {
    min-height: 52px;
    padding: 0 15px !important;
}

.ibk-space-v2__form textarea {
    min-height: 132px;
    padding: 14px 15px !important;
    line-height: 1.65;
    resize: vertical;
}

.ibk-space-v2__form input::placeholder,
.ibk-space-v2__form textarea::placeholder {
    color: rgba(255, 255, 255, 0.36);
}

.ibk-space-v2__form select option {
    background: #071b2b;
    color: #ffffff;
}

.ibk-space-v2__form input:focus,
.ibk-space-v2__form select:focus,
.ibk-space-v2__form textarea:focus {
    border-color: #65ddff !important;
    box-shadow:
        0 0 0 4px rgba(101, 221, 255, 0.1);
}

.ibk-space-v2__form button {
    min-height: 55px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0;
    border-radius: 13px;
    background:
        linear-gradient(
            135deg,
            #187df0,
            #44d8ff
        );
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    cursor: pointer;
    box-shadow:
        0 15px 28px rgba(23, 125, 240, 0.25);
}

.ibk-space-v2__status {
    min-height: 19px;
    margin: 0;
    color: #65ddff;
    font-size: 10px;
}

.ibk-space-v2__status.is-error {
    color: #ffb1b1;
}

@media (max-width: 980px) {
    .ibk-space-v2__dashboard,
    .ibk-space-v2__contact {
        grid-template-columns: 1fr;
    }

    .ibk-space-v2__contact {
        gap: 38px;
    }
}

@media (max-width: 650px) {
    .ibk-space-v2 {
        padding: 76px 0 62px;
    }

    .ibk-space-v2__container {
        width: calc(100% - 24px);
    }

    .ibk-space-v2__header {
        margin-bottom: 36px;
        padding: 0 5px;
    }

    .ibk-space-v2__header h2 {
        font-size: 42px;
    }

    .ibk-space-v2__intro {
        font-size: 14px;
        line-height: 1.76;
    }

    .ibk-space-v2__panel {
        border-radius: 21px;
    }

    .ibk-space-v2__ship {
        height: 245px;
    }

    .ibk-space-v2__ship svg {
        width: 205px;
        height: 205px;
    }

    .ibk-space-v2__orbit {
        width: 280px;
        height: 115px;
    }

    .ibk-space-v2__about-copy {
        padding: 23px;
        text-align: center;
    }

    .ibk-space-v2__about-copy h3 {
        font-size: 30px;
    }

    .ibk-space-v2__about-copy p {
        font-size: 13px;
    }

    .ibk-space-v2__service-list a {
        min-height: 94px;
        padding: 16px;
        grid-template-columns: 42px 1fr auto;
    }

    .ibk-space-v2__instagram {
        padding: 20px;
        grid-template-columns: 62px 1fr;
    }

    .ibk-space-v2__instagram-logo {
        width: 60px;
        height: 60px;
        padding: 12px;
        border-radius: 18px;
    }

    .ibk-space-v2__instagram-copy h3 {
        font-size: 19px;
    }

    .ibk-space-v2__contact {
        padding: 27px 18px;
        border-radius: 22px;
    }

    .ibk-space-v2__contact-copy {
        text-align: center;
    }

    .ibk-space-v2__contact-copy h2 {
        font-size: 37px;
    }

    .ibk-space-v2__contact-copy > p:not(.ibk-space-v2__eyebrow) {
        margin-left: auto;
        margin-right: auto;
    }

    .ibk-space-v2__contact-links {
        display: grid;
    }

    .ibk-space-v2__contact-links a {
        width: 100%;
    }

    .ibk-space-v2__form-row {
        grid-template-columns: 1fr;
    }
}
