.webystrata_app_dev_hero,
.webystrata_app_dev_hero * {
    box-sizing: border-box;
    font-family: "Inter", Arial, sans-serif;
}

.webystrata_app_dev_hero {
    position: relative;
    overflow: visible !important;
    isolation: isolate;
    background: #ffffff !important;
    padding: 72px 20px 90px !important;
    color: #0f172a;
}

.webystrata_app_dev_hero::before,
.webystrata_app_dev_shine,
.webystrata_app_dev_badge::after,
.webystrata_app_dev_highlight::after,
.webystrata_app_dev_form::before,
.webystrata_app_dev_stack div::after,
.webystrata_app_dev_submit_btn::after {
    display: none !important;
    pointer-events: none !important;
}

/* MAIN LAYOUT */
.webystrata_app_dev_container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(430px, 0.95fr);
    gap: 76px;
    align-items: flex-start !important;
}

/* LEFT SIDE */
.webystrata_app_dev_left {
    min-width: 0;
}

.webystrata_app_dev_badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 8px 16px;
    border: 1px solid #e5e7eb !important;
    border-radius: 999px;
    color: #2563eb;
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
    margin: 0 0 24px;
    background: #ffffff !important;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}

.webystrata_app_dev_badge span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #2563eb;
    box-shadow: 0 0 0 5px rgba(37, 99, 235, 0.10);
    flex: 0 0 auto;
}

.webystrata_app_dev_left h1 {
    margin: 0 0 18px;
    max-width: 820px;
    color: #0f172a;
    font-size: clamp(35px, 4.35vw, 62px);
    line-height: 1.06;
    letter-spacing: -1.9px;
    font-weight: 700;
}


.webystrata_app_dev_left h1 {
    font-size: 48px;          /* reduce from large size */
    line-height: 1.05;        /* tighter line spacing */
    margin-bottom: 10px;      /* reduce bottom space */
    letter-spacing: -1px;     /* optional tighten */
}

.webystrata_app_dev_left h1 strong {
    color: #2563eb;
    font-weight: 900;
    position: relative;
}

.webystrata_app_dev_left h1 strong::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4px;
    height: 9px;
    background: rgba(37, 99, 235, 0.12);
    z-index: -1;
    border-radius: 999px;
}

.webystrata_app_dev_subtitle {
    margin: 0 0 16px;
    max-width: 760px;
    color: #64748b;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.55;
}

.webystrata_app_dev_desc {
    max-width: 760px;
    margin: 0 0 28px;
    color: #334155;
    font-size: 18px;
    line-height: 1.58;
    font-weight: 600;
}

/* STEPS */
.webystrata_app_dev_steps {
    display: flex;
    gap: 30px;
    margin-bottom: 28px;
}

.webystrata_app_dev_steps div {
    padding-right: 28px;
    border-right: 1px solid #e2e8f0;
}

.webystrata_app_dev_steps div:last-child {
    border-right: 0;
    padding-right: 0;
}

.webystrata_app_dev_steps strong {
    display: block;
    color: #0f172a;
    font-size: 21px;
    line-height: 1;
    font-weight: 900;
    margin-bottom: 7px;
}

.webystrata_app_dev_steps span {
    display: block;
    color: #64748b;
    font-size: 12.5px;
    line-height: 1.35;
    font-weight: 700;
}

/* HIGHLIGHT */
.webystrata_app_dev_highlight {
    max-width: 720px;
    margin: 0 0 30px;
    padding: 18px 20px;
    border: 1px solid #e5e7eb !important;
    border-left: 4px solid #2563eb !important;
    background: #ffffff !important;
    color: #334155;
    font-size: 16px;
    line-height: 1.65;
    font-weight: 600;
    border-radius: 0 14px 14px 0;
    position: relative;
    overflow: hidden;
}

.webystrata_app_dev_highlight strong {
    color: #1d4ed8;
    font-weight: 900;
}

/* TECHNOLOGY STACK */
.webystrata_app_dev_stack_title {
    color: #94a3b8;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.webystrata_app_dev_stack {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.webystrata_app_dev_stack div {
    width: 92px;
    min-height: 82px;
    padding: 12px 10px;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #1e3a8a;
    background: #ffffff;
    transition: 0.22s ease;
    position: relative;
    overflow: hidden;
}

.webystrata_app_dev_stack div:hover {
    border-color: #2563eb;
    background: #ffffff;
    transform: translateY(-2px);
}

.webystrata_app_dev_stack img {
    width: 34px;
    height: 34px;
    object-fit: contain;
    display: block;
    margin-bottom: 9px;
    position: relative;
    z-index: 2;
}

.webystrata_app_dev_stack span {
    color: #1e3a8a;
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    position: relative;
    z-index: 2;
}

/* RIGHT FORM */
.webystrata_app_dev_right {
    display: flex;
    justify-content: flex-end;
    min-width: 0;
}

.webystrata_app_dev_form {
    width: 100%;
    max-width: 510px;
    background: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 24px;
    padding: 34px;
    box-shadow: 0 14px 38px rgba(15, 23, 42, 0.06) !important;
    position: relative;
    overflow: visible !important;
    max-height: none !important;
}

/* FORM HEADER */
.webystrata_app_dev_form_head,
.webystrata_app_dev_field,
.webystrata_app_dev_dropdown_wrap,
.webystrata_app_dev_recaptcha_wrap,
.webystrata_app_dev_recaptcha_outer,
.webystrata_app_dev_submit_btn,
.webystrata_app_dev_trust_row {
    position: relative;
    z-index: 5;
}

.webystrata_app_dev_form_head span {
    display: inline-block;
    color: #2563eb;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.webystrata_app_dev_form_head h3 {
    margin: 0 0 7px;
    color: #0f172a;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 900;
    letter-spacing: -0.5px;
}

.webystrata_app_dev_form_head p {
    margin: 0 0 24px;
    color: #64748b;
    font-size: 13.5px;
    line-height: 1.55;
    font-weight: 600;
}

/* FORM FIELDS */
.webystrata_app_dev_field {
    margin-bottom: 15px;
}

.webystrata_app_dev_field label {
    display: block;
    margin-bottom: 7px;
    color: #334155;
    font-size: 12.5px;
    line-height: 1.2;
    font-weight: 800;
}

.webystrata_app_dev_field input,
.webystrata_app_dev_field textarea,
.webystrata_app_dev_field select {
    width: 100%;
    height: 45px;
    border: 1px solid #dbe5f2;
    border-radius: 11px;
    padding: 0 14px;
    color: #0f172a;
    font-size: 14px;
    font-family: "Inter", Arial, sans-serif;
    outline: none;
    background-color: #ffffff;
    transition: 0.2s ease;
    position: relative;
    z-index: 6;
}

.webystrata_app_dev_field textarea {
    height: 92px;
    padding-top: 12px;
    resize: vertical;
    line-height: 1.5;
}

.webystrata_app_dev_field input::placeholder,
.webystrata_app_dev_field textarea::placeholder {
    color: #94a3b8;
}

.webystrata_app_dev_field input:focus,
.webystrata_app_dev_field textarea:focus,
.webystrata_app_dev_field select:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.08);
}

.webystrata_app_dev_form_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

/* DROPDOWN */
.webystrata_app_dev_dropdown_wrap {
    position: relative;
    z-index: 9999;
}

.webystrata_app_dev_select {
    cursor: pointer;
    appearance: auto !important;
    -webkit-appearance: menulist !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    z-index: 10000 !important;
}

.webystrata_app_dev_dropdown_wrap .nice-select,
.webystrata_app_dev_select + .nice-select {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* RECAPTCHA */
.webystrata_app_dev_recaptcha_wrap {
    width: 100%;
    margin: 10px 0 18px;
    overflow-x: auto;
    overflow-y: hidden;
    display: block;
}

.webystrata_app_dev_recaptcha_outer {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

.webystrata_app_dev_recaptcha_inner {
    width: 304px;
    min-height: 78px;
    transform-origin: left top;
}

/* BUTTON */
.webystrata_app_dev_submit_btn {
    width: 100%;
    height: 53px;
    border: 0;
    border-radius: 999px;
    background: #2563eb;
    color: #ffffff;
    font-size: 15px;
    font-weight: 900;
    cursor: pointer;
    margin-top: 4px;
    transition: 0.2s ease;
    box-shadow: 0 12px 26px rgba(37, 99, 235, 0.18);
    position: relative;
    overflow: hidden;
}

.webystrata_app_dev_submit_btn:hover {
    background: #1d4ed8;
    transform: translateY(-1px);
}

.webystrata_app_dev_trust_row {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    color: #64748b;
    font-size: 11.5px;
    line-height: 1.4;
    font-weight: 700;
}

/* TABLET */
@media (max-width: 1080px) {
    .webystrata_app_dev_container {
        grid-template-columns: 1fr;
        gap: 52px;
    }

    .webystrata_app_dev_right {
        justify-content: flex-start;
    }

    .webystrata_app_dev_form {
        max-width: 620px;
    }
}

/* MOBILE */
@media (max-width: 640px) {
    .webystrata_app_dev_hero {
        padding: 56px 16px 76px !important;
    }

    .webystrata_app_dev_badge {
        white-space: normal;
        line-height: 1.35;
    }

    .webystrata_app_dev_left h1 {
        font-size: 38px;
        line-height: 1.12;
        letter-spacing: -1.4px;
    }

    .webystrata_app_dev_subtitle {
        font-size: 13px;
    }

    .webystrata_app_dev_desc {
        font-size: 16px;
    }

    .webystrata_app_dev_steps {
        flex-wrap: wrap;
        gap: 22px;
    }

    .webystrata_app_dev_steps div {
        border-right: 0;
        padding-right: 0;
        min-width: 120px;
    }

    .webystrata_app_dev_highlight {
        padding: 16px;
        font-size: 15px;
    }

    .webystrata_app_dev_stack div {
        width: calc(50% - 6px);
        min-height: 78px;
    }

    .webystrata_app_dev_form_row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .webystrata_app_dev_form {
        padding: 25px 20px;
        border-radius: 20px;
    }

    .webystrata_app_dev_recaptcha_inner {
        transform: scale(0.85);
    }

    .webystrata_app_dev_recaptcha_wrap,
    .webystrata_app_dev_recaptcha_outer {
        min-height: 68px;
    }

    .webystrata_app_dev_trust_row {
        gap: 8px;
    }
}

/* SMALL MOBILE */
@media (max-width: 420px) {
    .webystrata_app_dev_left h1 {
        font-size: 34px;
    }

    .webystrata_app_dev_stack div {
        width: calc(50% - 6px);
    }

    .webystrata_app_dev_recaptcha_inner {
        transform: scale(0.78);
    }

    .webystrata_app_dev_recaptcha_wrap,
    .webystrata_app_dev_recaptcha_outer {
        min-height: 62px;
    }
}

