/* home */
/* Hero section: always full width, no top/side white space */
.full_wrapper.home_general_firts_section {
    max-width: none;
    width: 100%;
    padding: 0;
}
.home_general_firts_section .home_general_block {
    margin-top: 0;
    isolation: isolate;
}
.home_general_firts_section .home_general_block::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: rgba(15, 23, 42, 0.72);
}
.home_general_firts_section .wrapper.home_block {
    position: relative;
    z-index: 1;
}
.home_general_block{
    min-height: 100vh;
    padding: 148px 0 96px 0;
    position: relative;
    margin-top: 10px;
    max-height: 1000px;
    justify-content: center;
}
.home_general_img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
}
.home_general_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 42%;
    display: block;
}
.home_first_blvk .general_title {
    letter-spacing: -0.045em;
    text-shadow:
        0 2px 28px rgba(30, 64, 175, 0.45),
        0 1px 3px rgba(0, 0, 0, 0.35);
}
/* Services hero: glass card for lead paragraph (home wraps same text in .title_info_subtitle_wrap) */
.home_general_firts_section .title_info_blck > p.servs_descrip {
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    color: rgba(255, 255, 255, 0.98) !important;
    line-height: 1.65;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.home_general_firts_section .hero_contact_link {
    align-items: center;
    gap: 12px;
}
.home_general_firts_section .hero_contact_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    background: none;
    box-shadow: none;
    padding: 0;
}
.home_general_firts_section .hero_contact_icon img {
    width: 20px;
    height: 20px;
    display: block;
    object-fit: contain;
}
.home_first_blvk{
    gap: 24px;
    align-items: stretch;
}
.title_info_blck{
    flex-direction: column;
    gap: 14px;
    align-items: start;
    /* max-width: 420px; */
    max-width: 545px;
}
.title_info_subtitle_wrap {
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    margin-bottom: auto;
}
.title_info_subtitle {
    color: rgba(255, 255, 255, 0.98);
    margin: 0;
    text-align: left;
    font-size: 1.0625rem;
    line-height: 1.65;
    font-weight: 500;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.note-span {
  display: inline-block;
  padding: 5px 10px;
  background-color: #fff9a7; /* light yellow */
  border-left: 4px solid #f1c40f; /* accent line */
  border-radius: 4px;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
  font-size: 14px;
  line-height: 1.4;
}
.home_block, .home_first_blvk{
    height: 100%;
}
.home_first_blvk .general_title{
    margin-bottom: 0;
    /* margin-bottom: auto; */
}
.app_form_row{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.app_form_label{
    font-size: 14px;
    color: rgba(255,255,255,0.9);
    font-weight: 600;
}
.app_form{
    position: relative;
    max-width: 508px;
    width: 100%;
    justify-content: start;
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
    padding: 28px 28px 24px;
    overflow: hidden;
    border-radius: 20px;
    background: linear-gradient(
        155deg,
        rgba(255, 255, 255, 0.16) 0%,
        rgba(255, 255, 255, 0.07) 55%,
        rgba(219, 234, 254, 0.1) 100%
    );
    border: 1px solid rgba(255, 255, 255, 0.38);
    box-shadow:
        0 20px 50px rgba(15, 23, 42, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.35);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
}
.vector_back{
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.app_title{
    font-size: var(--twofour);
    color: var(--white);
    max-width: 322px;
    font-family: 'Inter-Bold';
}
.app_descrip{
    margin-top: 0;
    margin-bottom: 18px;
    max-width: none;
    font-size: var(--sixteen);
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.92);
}
.app_descrip .f_contacts{
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.app_descrip .f_contacts:hover{
    opacity: 0.85;
}
.app_form .inps_{
    color: var(--white);
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.28);
    padding: 14px 16px;
    font-size: 13px;
    border-radius: 10px;
    transition: border-color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
}
.app_form .inps_:focus{
    outline: none;
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.55);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.12);
}
.app_form .inps_::placeholder{
    color: var(--white);
}
.app_form .app_select{
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--white);
    border-color: rgba(255, 255, 255, 0.28);
    border-radius: 10px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='rgba(255,255,255,0.9)' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: calc(100% - 19px) center;
    padding-left: 16px;
    padding-right: 36px;
}
.app_form .app_select:invalid{
    color: rgba(255, 255, 255, 0.9);
}
.app_form .app_select option{
    background-color: #fff;
    color: #282828;
}
.next_btn{
    gap: 10px;
    justify-content: center;
    width: 100%;
    background: linear-gradient(145deg, #ffffff 0%, var(--surface) 55%, #dbeafe 100%);
    border-radius: 90px;
    padding: 14px 16px;
    margin-top: 10px;
    cursor: pointer;
    font-size: var(--forteen);
    box-shadow: 0 6px 20px rgba(30, 64, 175, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.8);
}
.next_btn:hover{
    color: var(--white);
    background: var(--gradient-brand);
    border-color: transparent;
    box-shadow: 0 10px 28px rgba(30, 64, 175, 0.4);
}
.next_btn:hover svg path{
    stroke: var(--white);
}
/* What we do - simple strip, no duplication with Services */
/* What we do - single column, max 1620px, stylish */
.home_what_we_do {
    padding: 3.5rem 3rem 4rem;
    text-align: left;
    max-width: 100%;
    margin: 0 auto;
    background: linear-gradient(155deg, rgba(255, 255, 255, 0.97) 0%, rgba(239, 246, 255, 0.95) 45%, rgba(219, 234, 254, 0.5) 100%);
    border-radius: 20px;
    box-shadow:
        var(--shadow),
        0 1px 0 rgba(255, 255, 255, 0.9) inset,
        0 20px 50px -24px rgba(37, 99, 235, 0.2);
    border: 1px solid rgba(147, 197, 253, 0.65);
}
.home_what_we_do_title {
    font-size: 1.625rem;
    font-weight: 700;
    color: var(--black);
    margin: 0 0 0.75rem;
    letter-spacing: -0.03em;
}
.home_what_we_do_lead {
    font-size: 1.0625rem;
    color: rgba(40, 40, 40, 0.72);
    margin: 0 0 1.75rem;
    line-height: 1.6;
}
.home_service_pills {
    list-style: none;
    padding: 0;
    margin: 0 0 1.75rem;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
}
.home_service_pills li {
    margin: 0;
}
.home_service_pills span {
    display: block;
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
    color: var(--black);
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 12px;
    border: 1px solid rgba(147, 197, 253, 0.5);
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.06);
}
.home_service_pills span:hover {
    border-color: rgba(59, 130, 246, 0.55);
    background: linear-gradient(135deg, var(--surface) 0%, #dbeafe 100%);
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.12);
}
.home_what_we_do_link {
    font-size: 1rem;
    font-weight: 600;
    color: var(--accent);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}
.home_what_we_do_link:hover {
    color: var(--brandGrayBold);
    text-decoration: underline;
}
.home_what_we_do_link span {
    margin-left: 0;
}

.home_aboutus{
    background: linear-gradient(128deg, #60a5fa 0%, #3b82f6 22%, #2563eb 52%, #1e40af 82%, #1e3a8a 100%);
    padding: 10px 10px 10px 40px;
    border-radius: 20px;
    align-items: stretch;
    gap: 20px;
    margin: 100px 0;
    box-shadow:
        0 24px 48px -16px rgba(30, 64, 175, 0.45),
        0 1px 0 rgba(255, 255, 255, 0.2) inset;
}
.home_aboutus .stroke_wtitle, .home_aboutus .title_conts,
.home_aboutus .title_conts b, .home_aboutus .title_conts strong{
    color: var(--white);
}
.home_aboutus .title_conts b, .home_aboutus .title_conts strong{
    text-transform: uppercase;
    font-family: 'Inter-Black';
}
.learn_more_btn{
    padding: 14px 20px;
    gap: 10px;
    color: var(--white);
    font-family: 'Inter-Bold';
    font-size: var(--eighteen);
    border-radius: 90px;
    cursor: pointer;
    background: linear-gradient(135deg, #93c5fd 0%, #3b82f6 35%, #2563eb 100%);
    box-shadow: 0 8px 24px rgba(30, 64, 175, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.35);
}
.learn_more_btn:hover {
    filter: brightness(1.06);
    box-shadow: 0 12px 28px rgba(30, 64, 175, 0.45);
}
.learn_more_btn:hover svg {
    transform: translateX(10px);
}
.serv_info_block{
    background: linear-gradient(180deg, #ffffff 0%, #fafdff 100%);
    border-radius: 16px;
    padding: 40px;
    flex-direction: column;
    align-items: start;
    gap: 20px;
    border: 1px solid rgba(147, 197, 253, 0.45);
    box-shadow: 0 12px 40px -20px rgba(37, 99, 235, 0.15);
}
.servs_inf{
    font-family: 'Inter-Medium';
    font-size: var(--eighteen);
    color: rgba(40, 40, 40, 0.60);
}
.serv_two_winds{
    justify-content: start;
    align-items: stretch;
    gap: 20px;
    margin-top: 32px;
    flex-wrap: wrap;
}
.serv_info_item{
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid rgba(40, 40, 40, 0.20);
    flex-direction: column;
    align-items: start;
    gap: 38px;
    padding: 20px;
    justify-content: start;
    width: calc(100% / 2 - 10px);
}
.serv_img{
    max-width: 60px;
}
.serv_img img{
    border-radius: 2px;
}
.servs_title{
    font-size: var(--twenty);
    font-family: 'Inter-Bold';
}
.serv_inf{
    color: rgba(40, 40, 40, 0.60);
    font-size: var(--eighteen);
}
.serv_info_item:hover{
    background: linear-gradient(135deg, var(--surface) 0%, #dbeafe 100%);
    border-color: rgba(59, 130, 246, 0.35);
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.1);
}
.who_we_are_section {
    margin: 1.5rem auto 2rem;
}
.who_we_are_section .whowe_block--no-map {
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.92) 0%, rgba(239, 246, 255, 0.88) 50%, rgba(219, 234, 254, 0.35) 100%);
    border-radius: 20px;
    padding: 2.5rem 2.25rem;
    border: 1px solid rgba(147, 197, 253, 0.7);
    box-shadow:
        0 16px 48px -20px rgba(37, 99, 235, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.85);
}
.whowe_block{
    gap: 20px;
    align-items: start;
}
.whowe_block--no-map{
    justify-content: center;
    padding: 2rem 0 1rem;
}
.whowe_block--no-map .revs_descrip_titles{
    flex: 1 1 100%;
    max-width: 820px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0;
    gap: 1.25rem;
}
.whowe_block--no-map .revs_descrip_titles .revs_descrip{
    margin-bottom: 0;
    padding-bottom: 0;
}
.whowe_block .whowe_states_text{
    line-height: 1.5;
}
.whowe_block .whowe_states_text .state_name{
    color: var(--brandGrayBold);
    font-weight: 600;
}

/* end home */