.contact-section-05.contact-section {
    position: relative;
    isolation: isolate;
    min-height: clamp(450px, 36vw, 500px);
    overflow: hidden;
    background: #131d7d;
    font-family: "Poppins", sans-serif;
    color: #fff;
}

.contact-section-05.contact-section::before,
.contact-section-05.contact-section::after {
    content: "";
    position: absolute;
    z-index: 0;
    width: 38rem;
    height: 38rem;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(34px);
    animation: backgroundFloat 18s ease-in-out infinite alternate;
}

.contact-section-05.contact-section::before {
    top: -20rem;
    right: 9%;
    background: rgba(105, 80, 255, .18);
}

.contact-section-05.contact-section::after {
    right: -13rem;
    bottom: -18rem;
    background: rgba(0, 220, 255, .10);
    animation-delay: -6s;
}

.contact-section-05 .contact-section__glow {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 82% 30%, rgba(109, 127, 255, .20), transparent 28%),
        radial-gradient(circle at 10% 86%, rgba(0, 217, 255, .10), transparent 24%);
}

.contact-section-05 .contact-section__ornament {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 111px;
    max-width: none;
    height: auto;
    object-fit: contain;
    opacity: .95;
    pointer-events: none;
    transform: translateZ(0);
    backface-visibility: hidden;
    animation: ornamentGlow 7s ease-in-out infinite alternate;
}

.contact-section-05 .contact-section__container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 40%) minmax(520px, 60%);
    align-items: center;
    gap: clamp(22px, 3vw, 42px);
    width: min(100%, 1366px);
    min-height: inherit;
    margin: 0 auto;
    padding: 16px 48px 18px 80px;
}

.contact-section-05 .contact-section__content {
    max-width: 650px;
    transform: translateX(-138px);
}

.contact-section-05 .contact-section__title {
    margin: 0 0 14px;
    font-size: clamp(38px, 3.35vw, 48px);
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: 0;
    white-space: nowrap;
}

.contact-section-05 .contact-section__subtitle {
    max-width: 520px;
    margin: 0 0 26px;
    font-size: clamp(15px, 1.38vw, 19px);
    line-height: 1.28;
    font-weight: 500;
    color: rgba(255, 255, 255, .92);
}

.contact-section-05 .contact-section__details {
    display: grid;
    justify-items: start;
    gap: 18px;
    width: max-content;
    max-width: 100%;
    margin-top: 22px;
}

.contact-section-05 .contact-section__detail {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
    width: 100%;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    transition: transform .22s ease, color .22s ease;
}
.contact-section-05 .contact-section__detail > span:last-child {
    min-width: 0;
    overflow-wrap: anywhere;
}

.contact-section-05 a.contact-section__detail:hover {
    color: #bff9ff;
    transform: translateX(4px);
}

.contact-section-05 .contact-section__icon {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 62px;
    height: 62px;
    border: 2px solid rgba(255, 255, 255, .48);
    border-radius: 50%;
    background: rgba(255, 255, 255, .035);
    box-shadow:
        inset 0 0 12px rgba(255, 255, 255, .05),
        0 0 12px rgba(109, 127, 255, .10);
    transition: border-color .22s ease, box-shadow .22s ease, background .22s ease;
}

.contact-section-05 a.contact-section__detail:hover .contact-section__icon {
    border-color: rgba(125, 239, 255, .72);
    background: rgba(125, 239, 255, .06);
    box-shadow:
        inset 0 0 14px rgba(255, 255, 255, .07),
        0 0 18px rgba(85, 207, 255, .24);
}

.contact-section-05 .contact-section__icon img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.contact-section-05 .contact-section__socials {
    display: flex;
    align-items: center;
    gap: 42px;
    margin-top: 34px;
    padding-left: 12px;
}

.contact-section-05 .contact-section__social {
    display: grid;
    place-items: center;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    transition: transform .22s ease, filter .22s ease, background .22s ease;
}

.contact-section-05 .contact-section__social:hover {
    transform: translateY(-5px) scale(1.04);
    background: rgba(255, 255, 255, .055);
    filter: drop-shadow(0 9px 16px rgba(92, 210, 255, .42));
}

.contact-section-05 .contact-section__social img {
    width: 62px;
    height: 62px;
    object-fit: contain;
}

.contact-section-05 .contact-section__form {
    position: relative;
    isolation: isolate;
    display: grid;
    gap: 14px;
    width: min(100%, 820px);
    justify-self: end;
    padding: 34px 24px 32px;
    border: 1px solid rgba(202, 218, 255, .26);
    border-radius: 22px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .105), rgba(255, 255, 255, .025) 34%),
        rgba(4, 10, 69, .42);
    box-shadow:
        0 0 0 1px rgba(118, 140, 255, .14),
        0 0 22px rgba(145, 163, 255, .34),
        0 0 48px rgba(0, 8, 38, .45),
        inset 0 1px 0 rgba(255, 255, 255, .16),
        inset 0 0 34px rgba(255, 255, 255, .035);
    backdrop-filter: blur(18px) saturate(150%);
    -webkit-backdrop-filter: blur(18px) saturate(150%);
}

.contact-section-05 .contact-section__form::before {
    content: "";
    position: absolute;
    inset: 1px;
    z-index: -1;
    border-radius: 21px;
    background:
        radial-gradient(circle at 18% 0%, rgba(255, 255, 255, .13), transparent 30%),
        radial-gradient(circle at 100% 100%, rgba(0, 220, 255, .08), transparent 34%);
    pointer-events: none;
}

.contact-section-05 .contact-section__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.contact-section-05 .contact-section__field {
    display: grid;
    margin: 0;
}

.contact-section-05 .contact-section__error {
    margin: 6px 4px 0;
    color: #ffd4d4;
    font-size: 12px;
    font-weight: 500;
}

.contact-section-05 .contact-section__notice {
    margin: 0;
    padding: 11px 14px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
}

.contact-section-05 .contact-section__notice--success {
    background: rgba(41, 203, 127, .18);
    border: 1px solid rgba(121, 255, 190, .45);
    color: #d7ffeb;
}

.contact-section-05 .contact-section__notice--error {
    background: rgba(225, 74, 74, .16);
    border: 1px solid rgba(255, 164, 164, .45);
    color: #ffe2e2;
}

.contact-section-05 .contact-section__field span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

.contact-section-05 .contact-section__field input,
.contact-section-05 .contact-section__field textarea {
    width: 100%;
    border: 1px solid rgba(157, 176, 255, .30);
    border-radius: 14px;
    outline: none;
    background: rgba(3, 8, 57, .46);
    box-shadow:
        inset 0 0 13px rgba(166, 177, 255, .20),
        inset 0 1px 0 rgba(255, 255, 255, .055),
        0 0 9px rgba(131, 153, 255, .20);
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    transition: border-color .22s ease, box-shadow .22s ease, background .22s ease;
}

.contact-section-05 .contact-section__field input {
    height: 50px;
    padding: 0 22px;
}

.contact-section-05 .contact-section__field textarea {
    min-height: 248px;
    resize: vertical;
    padding: 21px 22px;
}

.contact-section-05 .contact-section__field input::placeholder,
.contact-section-05 .contact-section__field textarea::placeholder {
    color: rgba(255, 255, 255, .38);
}

.contact-section-05 .contact-section__field input:focus,
.contact-section-05 .contact-section__field textarea:focus {
    border-color: rgba(125, 239, 255, .70);
    background: rgba(5, 13, 86, .64);
    box-shadow:
        inset 0 0 14px rgba(166, 177, 255, .31),
        inset 0 1px 0 rgba(255, 255, 255, .08),
        0 0 18px rgba(85, 207, 255, .32);
}

.contact-section-05 .contact-section__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(135deg, #6f87ff 0%, #5e74ff 55%, #59c9ff 140%);
    box-shadow:
        0 0 14px rgba(133, 165, 255, .38),
        0 10px 22px rgba(0, 12, 80, .22),
        inset 0 1px 0 rgba(255, 255, 255, .30);
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    transition: transform .22s ease, background .22s ease, box-shadow .22s ease;
}

.contact-section-05 .contact-section__button:hover {
    transform: translateY(-3px);
    background: linear-gradient(135deg, #7d93ff 0%, #6980ff 54%, #69d6ff 140%);
    box-shadow:
        0 14px 28px rgba(58, 99, 255, .36),
        0 0 18px rgba(105, 212, 255, .26),
        inset 0 1px 0 rgba(255, 255, 255, .34);
}

.contact-section-05 .contact-section__button:focus-visible,
.contact-section-05 .contact-section__social:focus-visible,
.contact-section-05 .contact-section__detail:focus-visible {
    outline: 2px solid rgba(125, 239, 255, .86);
    outline-offset: 4px;
}

@keyframes backgroundFloat {
    from {
        transform: translate3d(-10px, -8px, 0) scale(1);
    }

    to {
        transform: translate3d(18px, 16px, 0) scale(1.08);
    }
}

@keyframes ornamentGlow {
    from {
        opacity: .88;
        filter: drop-shadow(0 0 5px rgba(0, 220, 255, .12));
    }

    to {
        opacity: 1;
        filter: drop-shadow(0 0 16px rgba(105, 80, 255, .30));
    }
}

@media (max-width: 1100px) {
    .contact-section-05 .contact-section__container {
        grid-template-columns: minmax(0, 40%) minmax(460px, 60%);
        padding-inline: 46px;
    }

    .contact-section-05 .contact-section__detail {
        gap: 18px;
    }

    .contact-section-05 .contact-section__socials {
        gap: 34px;
    }
}

@media (max-width: 860px) {
    .contact-section-05.contact-section {
        min-height: auto;
    }

    .contact-section-05 .contact-section__container {
        grid-template-columns: 1fr;
        gap: 34px;
        padding: 34px 28px 46px;
    }

    .contact-section-05 .contact-section__content {
        max-width: 680px;
        text-align: center;
        margin: 0 auto;
        transform: none;
    }

    .contact-section-05 .contact-section__subtitle {
        margin-inline: auto;
    }

    .contact-section-05 .contact-section__details {
        justify-items: start;
        margin-inline: auto;
    }

    .contact-section-05 .contact-section__socials {
        justify-content: center;
        padding-left: 0;
    }

    .contact-section-05 .contact-section__form {
        justify-self: center;
    }

    .contact-section-05 .contact-section__ornament {
        left: 0;
        bottom: 0;
        width: 111px;
    }
}

@media (max-width: 560px) {
    .contact-section-05 .contact-section__container {
        padding: 30px 20px 42px;
    }

    .contact-section-05 .contact-section__title {
        font-size: 34px;
        white-space: normal;
    }

    .contact-section-05 .contact-section__subtitle {
        font-size: 17px;
    }

    .contact-section-05 .contact-section__row {
        grid-template-columns: 1fr;
    }

    .contact-section-05 .contact-section__form {
        gap: 12px;
        padding: 22px 14px;
        border-radius: 20px;
    }

    .contact-section-05 .contact-section__field textarea {
        min-height: 190px;
    }

    .contact-section-05 .contact-section__detail {
        gap: 14px;
        font-size: 14px;
    }

    .contact-section-05 .contact-section__icon {
        width: 54px;
        height: 54px;
    }

    .contact-section-05 .contact-section__icon img {
        width: 30px;
        height: 30px;
    }

    .contact-section-05 .contact-section__socials {
        gap: 28px;
    }

    .contact-section-05 .contact-section__social {
        width: 54px;
        height: 54px;
    }

    .contact-section-05 .contact-section__social img {
        width: 54px;
        height: 54px;
    }

    .contact-section-05 .contact-section__ornament {
        left: 0;
        bottom: 0;
        width: 111px;
    }
}
