.contact-section {
    position: relative;
    min-height: 100vh;
    background-image: url("/static/assets-v2.0/img/skill-back-1.2dbaff47dcac.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    padding: 100px 24px;
    overflow: hidden
}

.contact-ambient-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(55, 99, 244, .04) 1px, transparent 1px), linear-gradient(90deg, rgba(55, 99, 244, .04) 1px, transparent 1px);
    background-size: 48px 48px;
    pointer-events: none;
    z-index: 0;
    animation: contactGridPulse 6s ease-in-out infinite
}

@keyframes contactGridPulse {

    0%,
    100% {
        opacity: .5
    }

    50% {
        opacity: 1
    }
}

.contact-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 42% 58%;
    gap: 60px;
    align-items: start
}

.contact-left-panel {
    padding: 20px 0
}

.contact-eyebrow-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px
}

.contact-eyebrow-line {
    flex: 1;
    height: 1px;
    background: rgba(255, 255, 255, .15)
}

.contact-eyebrow-text {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: #3763f4;
    white-space: nowrap;
    font-family: var(--primary-font)
}

.contact-left-heading {
    font-size: clamp(34px, 3.5vw, 54px);
    font-weight: 800;
    line-height: 1.15;
    color: #fff;
    margin-bottom: 20px;
    font-family: var(--primary-font)
}

.contact-heading-accent {
    color: #3763f4
}

.contact-left-sub {
    font-size: 15px;
    line-height: 1.75;
    color: rgba(255, 255, 255, .6);
    margin-bottom: 0;
    max-width: 420px
}

.contact-stats-row {
    display: flex;
    align-items: center;
    gap: 28px;
    margin: 36px 0
}

.contact-stat-item {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.contact-stat-val {
    font-size: clamp(28px, 3vw, 38px);
    font-weight: 800;
    color: #fff;
    line-height: 1;
    font-family: var(--primary-font);
    display: block
}

.contact-stat-label {
    font-size: 11px;
    color: rgba(255, 255, 255, .45);
    font-weight: 500;
    letter-spacing: .3px;
    display: block
}

.contact-stat-sep {
    width: 1px;
    height: 44px;
    background: rgba(255, 255, 255, .12);
    flex-shrink: 0
}

.contact-panel-divider {
    height: 1px;
    background: rgba(255, 255, 255, .08);
    margin: 28px 0 24px
}

.contact-direct-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: rgba(255, 255, 255, .35);
    font-weight: 600;
    margin-bottom: 14px;
    font-family: var(--primary-font)
}

.contact-direct-links {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 28px
}

.contact-direct-link {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, .65);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
    transition: color .22s ease
}

.contact-direct-link:hover {
    color: #fff
}

.contact-direct-link svg:first-child {
    flex-shrink: 0;
    color: rgba(255, 255, 255, .5);
    transition: color .22s ease
}

.contact-direct-link:hover svg:first-child {
    color: #fff
}

.contact-link-arrow {
    margin-left: auto;
    opacity: 0;
    transform: translateX(-6px);
    transition: opacity .22s ease, transform .22s ease
}

.contact-direct-link:hover .contact-link-arrow {
    opacity: 1;
    transform: translateX(0)
}

.contact-trust-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.contact-trust-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(34, 197, 94, .06);
    border: 1px solid rgba(34, 197, 94, .18);
    color: rgba(255, 255, 255, .7);
    font-size: 12px;
    font-weight: 600;
    padding: 7px 14px;
    border-radius: 50px;
    font-family: var(--primary-font)
}

.contact-right-panel {
    position: relative
}

.contact-form-card {
    background: rgba(8, 8, 12, .65);
    border: 1px solid rgba(255, 255, 255, .09);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 44px 40px
}

.form-progress {
    display: flex;
    align-items: center;
    margin-bottom: 36px
}

.step-indicator {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    flex-shrink: 0
}

.step-num {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, .2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    color: rgba(255, 255, 255, .3);
    transition: all .4s ease;
    font-family: var(--primary-font)
}

.step-label {
    font-size: 11px;
    color: rgba(255, 255, 255, .3);
    white-space: nowrap;
    font-weight: 600;
    font-family: var(--primary-font);
    transition: color .4s ease
}

.step-indicator.active .step-num {
    border-color: #3763f4;
    background: #3763f4;
    color: #fff;
    box-shadow: 0 0 14px rgba(55, 99, 244, .45)
}

.step-indicator.active .step-label {
    color: rgba(255, 255, 255, .85)
}

.step-line {
    flex: 1;
    height: 2px;
    background: rgba(255, 255, 255, .1);
    margin: 0 14px;
    position: relative;
    bottom: 9px;
    overflow: hidden;
    border-radius: 2px
}

.step-line-fill {
    height: 100%;
    width: 0;
    background: #3763f4;
    transition: width .5s cubic-bezier(.4, 0, .2, 1);
    border-radius: 2px;
    box-shadow: 0 0 8px rgba(55, 99, 244, .5)
}

.form-step {
    transition: opacity .25s ease
}

.form-step.active {
    display: block
}

.form-group {
    margin-bottom: 26px
}

.form-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .8px;
    color: rgba(255, 255, 255, .55);
    font-family: var(--primary-font)
}

.optional-label {
    font-weight: 400;
    opacity: .6;
    font-size: 11px;
    text-transform: none;
    letter-spacing: 0
}

input {
    border: none;
    outline: none;
    padding: 10px
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group input[type="url"] {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    width: 100%;
    font-size: 15px;
    color: #fff;
    background: transparent;
    padding: 10px 0;
    outline: none;
    transition: border-bottom-color .25s ease, box-shadow .25s ease;
    font-family: var(--primary-font)
}

.form-group input:focus {
    border-bottom-color: #3763f4;
    box-shadow: 0 2px 0 rgba(55, 99, 244, .35)
}

input::placeholder,
textarea::placeholder {
    color: rgba(255, 255, 255, .25)
}

.form-group select {
    width: 100%;
    font-size: 15px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    color: rgba(255, 255, 255, .75);
    background: transparent;
    padding: 10px 0;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    transition: border-bottom-color .25s ease;
    font-family: var(--primary-font)
}

.form-group select:focus {
    border-bottom-color: #3763f4
}

.form-group select option {
    color: #000;
    background: #fff
}

.form-group textarea {
    width: 100%;
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 10px;
    color: rgba(255, 255, 255, .85);
    background: rgba(255, 255, 255, .03);
    padding: 14px 16px;
    outline: none;
    resize: vertical;
    min-height: 100px;
    line-height: 1.65;
    transition: border-color .25s ease, box-shadow .25s ease;
    font-family: var(--primary-font)
}

.form-group textarea:focus {
    border-color: rgba(55, 99, 244, .5);
    box-shadow: 0 0 0 3px rgba(55, 99, 244, .08);
    background: rgba(55, 99, 244, .04)
}

.char-counter {
    text-align: right;
    font-size: 11px;
    color: rgba(255, 255, 255, .3);
    margin-top: 6px;
    font-family: var(--primary-font)
}

.input_error_text {
    color: #f87171 !important;
    font-size: 11px;
    margin-top: 5px;
    display: block;
    font-family: var(--primary-font)
}

.svc-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 8px;
    border-radius: 12px;
    transition: box-shadow .3s ease
}

.svc-card-grid.svc-grid-error {
    animation: svcGridShake .45s ease;
    box-shadow: 0 0 0 2px rgba(248, 113, 113, .4);
    border-radius: 12px
}

@keyframes svcGridShake {

    0%,
    100% {
        transform: translateX(0)
    }

    20% {
        transform: translateX(-6px)
    }

    60% {
        transform: translateX(6px)
    }
}

.svc-card {
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 10px;
    padding: 16px 10px 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: border-color .22s ease, background .22s ease, transform .22s ease, box-shadow .22s ease;
    text-align: center;
    user-select: none
}

.svc-card:hover {
    border-color: rgba(55, 99, 244, .45);
    background: rgba(55, 99, 244, .07);
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(55, 99, 244, .12)
}

.svc-card.selected {
    border-color: #3763f4;
    background: rgba(55, 99, 244, .14);
    box-shadow: 0 0 0 1px #3763f4, 0 8px 24px rgba(55, 99, 244, .2)
}

.svc-card-icon {
    font-size: 22px;
    line-height: 1;
    display: block
}

.svc-card-name {
    font-size: 11px;
    font-weight: 700;
    color: rgba(255, 255, 255, .6);
    line-height: 1.3;
    font-family: var(--primary-font);
    letter-spacing: .2px;
    transition: color .22s ease
}

.svc-card.selected .svc-card-name {
    color: #93c5fd
}

.form-actions {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 4px
}

.btn-next {
    position: relative;
    overflow: hidden;
    background: #3763f4;
    color: #fff;
    font-weight: 700;
    border-radius: 8px;
    font-size: 15px;
    border: none;
    cursor: pointer;
    padding: 13px 40px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--primary-font);
    transition: background .25s ease, box-shadow .25s ease, transform .18s ease;
    box-shadow: 0 4px 16px rgba(55, 99, 244, .35);
    letter-spacing: .2px
}

.btn-next:hover {
    background: #2650d8;
    box-shadow: 0 6px 24px rgba(55, 99, 244, .5);
    transform: translateY(-1px)
}

.btn-submit {
    position: relative;
    overflow: hidden;
    background: #3763f4;
    color: #fff;
    font-weight: 700;
    border-radius: 8px;
    font-size: 15px;
    border: none;
    cursor: pointer;
    padding: 13px 40px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--primary-font);
    transition: background .25s ease, box-shadow .25s ease, transform .18s ease;
    box-shadow: 0 4px 16px rgba(55, 99, 244, .35);
    letter-spacing: .2px
}

.btn-submit:hover {
    background: #2650d8;
    box-shadow: 0 6px 24px rgba(55, 99, 244, .5);
    transform: translateY(-1px)
}

.btn-submit:disabled {
    opacity: .65;
    cursor: default;
    transform: none
}

.btn-next::after,
.btn-submit::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 55%;
    height: 100%;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, .18) 50%, transparent 100%);
    transform: skewX(-15deg);
    animation: btnShimmer 4s ease-in-out infinite;
    animation-delay: 2.5s;
    pointer-events: none
}

@keyframes btnShimmer {

    0%,
    65%,
    100% {
        left: -100%;
        opacity: 0
    }

    5% {
        opacity: 1
    }

    40% {
        left: 160%;
        opacity: 0
    }
}

.btn-back {
    background: transparent;
    color: rgba(255, 255, 255, .5);
    font-size: 14px;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 8px;
    padding: 13px 24px;
    cursor: pointer;
    font-family: var(--primary-font);
    transition: border-color .22s ease, color .22s ease;
    letter-spacing: .2px
}

.btn-back:hover {
    border-color: rgba(255, 255, 255, .4);
    color: #fff
}

.btn-spinner {
    display: inline-flex;
    align-items: center;
    gap: 8px
}

.phone_country_wrap {
    display: flex;
    gap: 10px
}

.form-group.phone {
    position: relative;
    z-index: 20
}

.phone_country_value {
    display: flex;
    flex-wrap: nowrap;
    cursor: pointer;
    align-items: center
}

.phone_country img {
    border-radius: 30px
}

img.flag_icon {
    display: flex;
    width: 100%;
    max-width: 36px
}

.phone_country_value img {
    border-radius: 30px
}

.phone_country_value svg {
    width: 36px;
    height: 36px;
    fill: rgba(255, 255, 255, .5)
}

.country_code_selector {
    display: flex;
    gap: 10px;
    flex-direction: column;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .12);
    background: #111;
    color: #fff;
    position: absolute;
    z-index: 100;
    width: max-content;
    min-width: 260px;
    left: 0;
    top: calc(100% + 8px);
    opacity: 0;
    max-height: 280px;
    overflow: auto;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .2s ease, visibility .2s ease
}

.phone_country.active .country_code_selector {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}


.country_code_selector input {
    background: #222 !important;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 6px;
    top: 0;
    position: sticky;
    width: 100%;
    padding: 7px 10px;
    outline: none;
    font-size: 13px
}

.country_code_selector input::placeholder {
    color: rgba(255, 255, 255, .4)
}

.country {
    display: flex;
    width: -webkit-fill-available;
    gap: 10px;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 6px;
    cursor: pointer;
    padding: 4px 6px;
    transition: background .15s ease
}

.country:hover {
    background: rgba(55, 99, 244, .12)
}

.country.selected {
    background: rgba(55, 99, 244, .2);
    border-color: rgba(55, 99, 244, .4)
}

@media screen and (max-width:768px) {
    .country_code_selector {
        position: fixed;
        top: 50%;
        left: 0;
        width: calc(100% - 20px);
        margin: 0 10px;
        transform: translateY(-50%)
    }
}

@media screen and (max-width:1024px) {
    .contact-inner {
        grid-template-columns: 1fr;
        gap: 48px;
        max-width: 680px
    }

    .contact-section {
        padding: 80px 24px;
        align-items: flex-start
    }

    .contact-left-sub {
        max-width: 100%
    }

    .contact-left-heading {
        font-size: clamp(30px, 6vw, 44px)
    }
}

@media screen and (max-width:600px) {
    .contact-section {
        padding: 70px 16px;
        background-attachment: scroll
    }

    .contact-form-card {
        padding: 28px 20px;
        border-radius: 16px
    }

    .contact-stats-row {
        gap: 18px
    }

    .contact-stat-val {
        font-size: 26px
    }

    .svc-card-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .form-actions {
        flex-direction: column-reverse;
        align-items: stretch
    }

    .btn-back,
    .btn-next,
    .btn-submit {
        width: 100%;
        justify-content: center
    }

    .contact-trust-pills {
        gap: 8px
    }
}

@media (prefers-reduced-motion:reduce) {

    .contact-ambient-grid,
    .btn-next::after,
    .btn-submit::after {
        animation: none !important
    }
}
