.webystrata_newwd_hero,
.webystrata_newwd_hero *,
.webystrata_newwd_popup_overlay,
.webystrata_newwd_popup_overlay * {
    box-sizing: border-box;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
}

.webystrata_newwd_hero {
    width: 100%;
    background: #ffffff;
    padding: 125px 20px 78px;
    position: relative;
    overflow: visible;
}

.webystrata_newwd_container {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) 410px;
    gap: 42px;
    align-items: center;
}

.webystrata_newwd_badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid rgba(21,87,255,.16);
    color: #07328f;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 18px;
}

.webystrata_newwd_badge span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1557ff;
    box-shadow: 0 0 0 5px rgba(21,87,255,.12);
}

.webystrata_newwd_title {
    max-width: 720px;
    margin: 0;
    color: #07111f;
    font-size: clamp(32px, 3.4vw, 48px);
    line-height: 1.14;
    letter-spacing: -.9px;
    font-weight: 850;
}

.webystrata_newwd_title strong {
    color: #1557ff;
}

.webystrata_newwd_desc {
    max-width: 690px;
    margin: 18px 0 0;
    color: #51627a;
    font-size: 15.5px;
    line-height: 1.72;
    font-weight: 500;
}

.webystrata_newwd_points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    max-width: 680px;
    margin-top: 26px;
}

.webystrata_newwd_point {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 46px;
    padding: 11px 13px;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid rgba(21,87,255,.14);
    color: #1e293b;
    font-size: 13.5px;
    font-weight: 750;
}

.webystrata_newwd_point svg {
    width: 17px;
    height: 17px;
    color: #1557ff;
    flex: 0 0 auto;
}

.webystrata_newwd_stack {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

.webystrata_newwd_stack_item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    border-radius: 13px;
    background: #ffffff;
    border: 1px solid #dbe7ff;
    color: #07111f;
    font-size: 12.8px;
    font-weight: 800;
}

.webystrata_newwd_stack_item img {
    width: 19px;
    height: 19px;
    object-fit: contain;
}

.webystrata_newwd_actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 30px;
}

.webystrata_newwd_btn {
    min-height: 50px;
    padding: 0 22px;
    border-radius: 14px;
    background: #07111f;
    color: #ffffff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 850;
    cursor: pointer;
}

.webystrata_newwd_btn_light {
    background: #ffffff;
    color: #07111f !important;
    border: 1px solid #dbe7ff;
}

.webystrata_newwd_card {
    position: relative;
    overflow: visible;
    border-radius: 24px;
    padding: 24px;
    background: #ffffff;
    border: 1px solid #dbe7ff;
    box-shadow: 0 22px 60px rgba(7,17,31,.10);
}

.webystrata_newwd_form_head {
    margin-bottom: 16px;
}

.webystrata_newwd_form_head span {
    display: inline-flex;
    margin-bottom: 8px;
    color: #1557ff;
    font-size: 11.5px;
    font-weight: 900;
    letter-spacing: .6px;
    text-transform: uppercase;
}

.webystrata_newwd_form_head h3 {
    margin: 0 0 7px;
    color: #07111f;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 850;
}

.webystrata_newwd_form_head p {
    margin: 0;
    color: #64748b;
    font-size: 13.5px;
    line-height: 1.6;
    font-weight: 500;
}

.webystrata_newwd_field {
    margin-bottom: 11px;
    position: relative;
}

.webystrata_newwd_field label {
    display: block;
    margin-bottom: 6px;
    color: #07111f;
    font-size: 12.5px;
    font-weight: 800;
}

.webystrata_newwd_field input,
.webystrata_newwd_field textarea {
    width: 100%;
    border: 1px solid #dbe7ff;
    background: #ffffff;
    border-radius: 12px;
    min-height: 44px;
    padding: 10px 13px;
    color: #07111f;
    font-size: 13.5px;
    font-weight: 600;
    outline: none;
}

.webystrata_newwd_field input:focus,
.webystrata_newwd_field textarea:focus,
.webystrata_newwd_select_btn:focus {
    border-color: #1557ff;
    box-shadow: 0 0 0 4px rgba(21,87,255,.10);
}

.webystrata_newwd_field textarea {
    height: 86px;
    resize: vertical;
}

.webystrata_newwd_form_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.webystrata_newwd_select_wrap {
    position: relative;
    z-index: 30;
}

.webystrata_newwd_select_btn {
    width: 100%;
    height: 56px;
    border: 1px solid #dbe7ff;
    background: #ffffff;
    border-radius: 14px;
    padding: 0 16px;
    color: #07111f;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    line-height: 1;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
}

.webystrata_newwd_select_btn::before,
.webystrata_newwd_select_btn::after {
    display: none !important;
    content: none !important;
}

.webystrata_newwd_select_text {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.webystrata_newwd_select_arrow {
    width: 10px;
    height: 10px;
    border-right: 2px solid #64748b;
    border-bottom: 2px solid #64748b;
    transform: rotate(45deg) translateY(-2px);
    flex: 0 0 auto;
    transition: transform .2s ease;
    pointer-events: none;
}

.webystrata_newwd_select_wrap.webystrata_newwd_select_open .webystrata_newwd_select_arrow {
    transform: rotate(225deg) translateY(-2px);
}

.webystrata_newwd_select_menu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 62px;
    background: #ffffff;
    border: 1px solid #dbe7ff;
    border-radius: 14px;
    box-shadow: 0 18px 45px rgba(7,17,31,.12);
    overflow: hidden;
    z-index: 999;
}

.webystrata_newwd_select_menu.active {
    display: block;
}

.webystrata_newwd_select_option {
    padding: 12px 16px;
    color: #07111f;
    font-size: 14px;
    font-weight: 650;
    cursor: pointer;
}

.webystrata_newwd_select_option:hover {
    background: #f5f8ff;
    color: #1557ff;
}

.webystrata_newwd_submit {
    width: 100%;
    min-height: 58px;
    border: 0;
    border-radius: 14px;
    background: #1557ff;
    color: #ffffff;
    font-size: 16px;
    font-weight: 900;
    cursor: pointer;
    margin-top: 4px;
}

.webystrata_newwd_submit:hover {
    background: #0d46d9;
}

.webystrata_newwd_trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.webystrata_newwd_trust span {
    padding: 8px 13px;
    border-radius: 999px;
    background: #f8fbff;
    border: 1px solid #dbe7ff;
    color: #51627a;
    font-size: 12px;
    font-weight: 800;
}

.webystrata_newwd_status {
    margin-top: 9px;
    min-height: 18px;
    font-size: 12.8px;
    font-weight: 800;
}

.webystrata_newwd_popup_overlay {
    position: fixed !important;
    inset: 0 !important;
    z-index: 2147483647 !important;
    display: none !important;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(7,17,31,.72);
    backdrop-filter: blur(10px);
}

.webystrata_newwd_popup_overlay.webystrata_newwd_popup_active {
    display: flex !important;
}

.webystrata_newwd_popup_box {
    width: min(100%, 500px);
    position: relative;
    border-radius: 24px;
    background: #ffffff;
    padding: 24px;
    box-shadow: 0 30px 90px rgba(0,0,0,.25);
}

.webystrata_newwd_popup_close {
    position: absolute;
    right: 15px;
    top: 13px;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: #eef2f7;
    color: #07111f;
    font-size: 25px;
    cursor: pointer;
    line-height: 1;
}

@media (max-width: 991px) {
    .webystrata_newwd_hero {
        padding: 90px 16px 60px;
    }

    .webystrata_newwd_container {
        grid-template-columns: 1fr;
    }

    .webystrata_newwd_points,
    .webystrata_newwd_form_row {
        grid-template-columns: 1fr;
    }

    .webystrata_newwd_card {
        padding: 20px;
    }
}
.weby_v2_page,
.weby_v2_page * {
    box-sizing: border-box;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
}

.weby_v2_page {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #ffffff !important;
    color: #07111f;
}

.weby_v2_page::before {
    display: none !important;
    content: none !important;
}

.weby_v2_wrap {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    position: relative;
    z-index: 2;
    background: #ffffff !important;
}

.weby_v2_section {
    padding: 92px 0;
    position: relative;
    background: #ffffff !important;
}

.weby_v2_reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .75s ease, transform .75s ease;
}

.weby_v2_reveal.weby_v2_visible {
    opacity: 1;
    transform: translateY(0);
}

.weby_v2_center {
    text-align: center;
}

.weby_v2_kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 34px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid rgba(21, 87, 255, .16);
    color: #1557ff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .45px;
    text-transform: uppercase;
    box-shadow: 0 14px 34px rgba(7,17,31,.04);
    backdrop-filter: blur(12px);
}

.weby_v2_kicker::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1557ff;
    box-shadow: 0 0 0 5px rgba(21,87,255,.13);
}

.weby_v2_title {
    max-width: 840px;
    margin: 16px 0 0;
    color: #07111f;
    font-size: clamp(32px, 3.5vw, 54px);
    line-height: 1.06;
    letter-spacing: -1.1px;
    font-weight: 950;
}

.weby_v2_center .weby_v2_title {
    margin-left: auto;
    margin-right: auto;
}

.weby_v2_title span {
    color: #1557ff;
}

.weby_v2_desc {
    max-width: 780px;
    margin: 18px 0 0;
    color: #53657d;
    font-size: 16.5px;
    line-height: 1.78;
    font-weight: 520;
}

.weby_v2_center .weby_v2_desc {
    margin-left: auto;
    margin-right: auto;
}

.weby_v2_trust_bar {
    margin-top: -30px;
    position: relative;
    z-index: 8;
    background: #ffffff !important;
}

.weby_v2_trust_inner {
    display: grid;
    grid-template-columns: 1.05fr .95fr .95fr .95fr;
    gap: 14px;
}

.weby_v2_metric {
    min-height: 138px;
    padding: 22px;
    border-radius: 24px;
    background: #ffffff !important;
    border: 1px solid #dbe7ff;
    box-shadow: 0 26px 70px rgba(7,17,31,.075);
    backdrop-filter: blur(16px);
    position: relative;
    overflow: hidden;
}

.weby_v2_metric::before {
    content: "";
    position: absolute;
    width: 140px;
    height: 140px;
    right: -70px;
    top: -70px;
    border-radius: 50%;
    background: rgba(21,87,255,.08);
}

.weby_v2_metric b {
    display: block;
    color: #1557ff;
    font-size: 34px;
    line-height: 1;
    letter-spacing: -1px;
    font-weight: 950;
    position: relative;
}

.weby_v2_metric span {
    display: block;
    margin-top: 10px;
    color: #334155;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 760;
    position: relative;
}

.weby_v2_split {
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    gap: 34px;
    align-items: center;
}

.weby_v2_card_dark {
    border-radius: 34px;
    padding: 34px;
    background:
        radial-gradient(circle at 80% 18%, rgba(255,255,255,.18), transparent 28%),
        linear-gradient(145deg, #07111f 0%, #0a2b70 48%, #1557ff 100%);
    box-shadow: 0 36px 100px rgba(21,87,255,.22);
    color: #ffffff;
    overflow: hidden;
    position: relative;
}

.weby_v2_card_dark::after {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    right: -180px;
    bottom: -210px;
    border-radius: 50%;
    background: rgba(255,255,255,.10);
}

.weby_v2_card_dark h3 {
    margin: 0;
    color: #ffffff;
    font-size: 31px;
    line-height: 1.12;
    letter-spacing: -.6px;
    font-weight: 950;
    position: relative;
    z-index: 2;
}

.weby_v2_card_dark p {
    margin: 16px 0 0;
    color: rgba(255,255,255,.80);
    font-size: 15.5px;
    line-height: 1.78;
    font-weight: 520;
    position: relative;
    z-index: 2;
}

.weby_v2_signal_grid {
    display: grid;
    gap: 14px;
    margin-top: 26px;
    position: relative;
    z-index: 2;
}

.weby_v2_signal {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 13px;
    align-items: flex-start;
    padding: 15px;
    border-radius: 18px;
    background: rgba(255,255,255,.105);
    border: 1px solid rgba(255,255,255,.16);
    backdrop-filter: blur(12px);
}

.weby_v2_signal i {
    width: 44px;
    height: 44px;
    border-radius: 15px;
    background: rgba(255,255,255,.14);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-style: normal;
    font-weight: 950;
}

.weby_v2_signal strong {
    display: block;
    color: #ffffff;
    font-size: 15.5px;
    font-weight: 900;
}

.weby_v2_signal span {
    display: block;
    margin-top: 5px;
    color: rgba(255,255,255,.72);
    font-size: 13.5px;
    line-height: 1.58;
    font-weight: 520;
}

.weby_v2_problem_matrix {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.weby_v2_problem_card {
    min-height: 206px;
    border-radius: 24px;
    padding: 24px;
    background: #ffffff !important;
    border: 1px solid #dbe7ff;
    box-shadow: 0 18px 50px rgba(7,17,31,.055);
    position: relative;
    overflow: hidden;
}

.weby_v2_problem_card::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    right: -60px;
    top: -60px;
    border-radius: 50%;
    background: rgba(21,87,255,.07);
}

.weby_v2_problem_card small {
    display: inline-flex;
    padding: 7px 10px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #dbe7ff;
    color: #1557ff;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .35px;
}

.weby_v2_problem_card h3 {
    margin: 16px 0 0;
    color: #07111f;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 930;
}

.weby_v2_problem_card p {
    margin: 10px 0 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.68;
    font-weight: 520;
}

.weby_v2_services {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 40px;
}

.weby_v2_service {
    min-height: 315px;
    padding: 26px;
    border-radius: 28px;
    background: #ffffff !important;
    border: 1px solid #dbe7ff;
    box-shadow: 0 18px 55px rgba(7,17,31,.055);
    backdrop-filter: blur(14px);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    position: relative;
    overflow: hidden;
}

.weby_v2_service:hover {
    transform: translateY(-8px);
    box-shadow: 0 34px 90px rgba(7,17,31,.12);
    border-color: rgba(21,87,255,.36);
}

.weby_v2_service::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent, rgba(21,87,255,.055), transparent);
    transform: translateX(-120%);
    transition: transform .85s ease;
}

.weby_v2_service:hover::after {
    transform: translateX(120%);
}

.weby_v2_icon {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    background: linear-gradient(135deg, #1557ff, #00a3ff);
    box-shadow: 0 18px 36px rgba(21,87,255,.24);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.weby_v2_icon svg {
    width: 25px;
    height: 25px;
    color: #ffffff;
}

.weby_v2_service h3 {
    margin: 0;
    color: #07111f;
    font-size: 21px;
    line-height: 1.22;
    letter-spacing: -.2px;
    font-weight: 930;
    position: relative;
    z-index: 2;
}

.weby_v2_service p {
    margin: 12px 0 0;
    color: #64748b;
    font-size: 14.5px;
    line-height: 1.72;
    font-weight: 520;
    position: relative;
    z-index: 2;
}

.weby_v2_tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
    position: relative;
    z-index: 2;
}

.weby_v2_tags span {
    padding: 7px 10px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #dbe7ff;
    color: #334155;
    font-size: 11px;
    font-weight: 850;
}

.weby_v2_browser_showcase {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 34px;
    align-items: center;
}

.weby_v2_browser {
    border-radius: 32px;
    border: 1px solid #dbe7ff;
    background: #ffffff !important;
    box-shadow: 0 34px 95px rgba(7,17,31,.13);
    overflow: hidden;
    position: relative;
}

.weby_v2_browser_top {
    height: 52px;
    background: #ffffff;
    border-bottom: 1px solid #e5ecff;
    display: flex;
    align-items: center;
    padding: 0 20px;
    gap: 8px;
}

.weby_v2_dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #cbd5e1;
}

.weby_v2_url {
    margin-left: 12px;
    height: 26px;
    flex: 1;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #dbe7ff;
    display: flex;
    align-items: center;
    padding: 0 12px;
    color: #64748b;
    font-size: 12px;
    font-weight: 750;
}

.weby_v2_browser_body {
    padding: 24px;
    background: #ffffff !important;
}

.weby_v2_mock_hero {
    min-height: 360px;
    border-radius: 26px;
    padding: 28px;
    background:
        radial-gradient(circle at 78% 16%, rgba(255,255,255,.36), transparent 24%),
        linear-gradient(135deg, #07111f 0%, #0c2d75 48%, #1557ff 100%);
    position: relative;
    overflow: hidden;
    color: #ffffff;
}

.weby_v2_mock_pill {
    display: inline-flex;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.13);
    border: 1px solid rgba(255,255,255,.18);
    color: rgba(255,255,255,.82);
    font-size: 11px;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .4px;
}

.weby_v2_mock_hero h3 {
    max-width: 430px;
    margin: 18px 0 0;
    color: #ffffff;
    font-size: clamp(30px, 3vw, 44px);
    line-height: 1.05;
    letter-spacing: -1px;
    font-weight: 950;
}

.weby_v2_mock_hero p {
    max-width: 420px;
    margin: 15px 0 0;
    color: rgba(255,255,255,.76);
    font-size: 14.5px;
    line-height: 1.65;
    font-weight: 520;
}

.weby_v2_mock_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 14px;
    background: #ffffff;
    color: #1557ff;
    font-size: 13px;
    font-weight: 950;
}

.weby_v2_mock_stats {
    position: absolute;
    right: 24px;
    bottom: 24px;
    width: 220px;
    border-radius: 22px;
    padding: 18px;
    background: rgba(255,255,255,.13);
    border: 1px solid rgba(255,255,255,.18);
    backdrop-filter: blur(14px);
}

.weby_v2_mock_stats b {
    display: block;
    color: #ffffff;
    font-size: 34px;
    line-height: 1;
    font-weight: 950;
}

.weby_v2_mock_stats span {
    display: block;
    margin-top: 8px;
    color: rgba(255,255,255,.75);
    font-size: 12.5px;
    line-height: 1.55;
    font-weight: 650;
}

.weby_v2_psychology {
    display: grid;
    gap: 14px;
}

.weby_v2_psy_item {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 14px;
    padding: 18px;
    border-radius: 22px;
    background: #ffffff !important;
    border: 1px solid #dbe7ff;
    box-shadow: 0 16px 44px rgba(7,17,31,.052);
}

.weby_v2_psy_no {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: #edf4ff;
    color: #1557ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 950;
    font-size: 14px;
}

.weby_v2_psy_item h3 {
    margin: 0;
    color: #07111f;
    font-size: 18px;
    font-weight: 930;
}

.weby_v2_psy_item p {
    margin: 7px 0 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.65;
    font-weight: 520;
}

.weby_v2_process {
    margin-top: 42px;
    position: relative;
    background: #ffffff !important;
}

.weby_v2_process::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 20px;
    bottom: 20px;
    width: 2px;
    background: linear-gradient(180deg, transparent, rgba(21,87,255,.30), transparent);
}

.weby_v2_step {
    display: grid;
    grid-template-columns: 1fr 72px 1fr;
    gap: 22px;
    align-items: center;
    margin-bottom: 24px;
}

.weby_v2_step:last-child {
    margin-bottom: 0;
}

.weby_v2_step_box {
    border-radius: 24px;
    padding: 24px;
    background: #ffffff !important;
    border: 1px solid #dbe7ff;
    box-shadow: 0 18px 55px rgba(7,17,31,.055);
}

.weby_v2_step_box h3 {
    margin: 0;
    color: #07111f;
    font-size: 20px;
    line-height: 1.24;
    font-weight: 930;
}

.weby_v2_step_box p {
    margin: 10px 0 0;
    color: #64748b;
    font-size: 14.5px;
    line-height: 1.7;
    font-weight: 520;
}

.weby_v2_step_no {
    width: 72px;
    height: 72px;
    border-radius: 24px;
    background: #1557ff;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 950;
    box-shadow: 0 18px 45px rgba(21,87,255,.26);
    position: relative;
    z-index: 2;
}

.weby_v2_compare {
    margin-top: 42px;
    border-radius: 30px;
    background: #ffffff !important;
    border: 1px solid #dbe7ff;
    box-shadow: 0 24px 80px rgba(7,17,31,.075);
    overflow: hidden;
}

.weby_v2_compare_row {
    display: grid;
    grid-template-columns: 1.05fr .95fr .95fr;
    border-bottom: 1px solid #e5ecff;
    background: #ffffff !important;
}

.weby_v2_compare_row:last-child {
    border-bottom: 0;
}

.weby_v2_compare_cell {
    padding: 20px;
    color: #334155;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 680;
    border-right: 1px solid #e5ecff;
    background: #ffffff !important;
}

.weby_v2_compare_cell:last-child {
    border-right: 0;
}

.weby_v2_compare_head {
    background: #ffffff !important;
    color: #07111f;
    font-weight: 950;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .35px;
}

.weby_v2_bad {
    color: #e11d48;
    font-weight: 900;
}

.weby_v2_good {
    color: #1557ff;
    font-weight: 900;
}

.weby_v2_stack_panel {
    margin-top: 42px;
    padding: 32px;
    border-radius: 32px;
    background: #ffffff !important;
    border: 1px solid #dbe7ff;
    box-shadow: 0 24px 80px rgba(7,17,31,.075);
}

.weby_v2_stack_grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
}

.weby_v2_stack_item {
    min-height: 104px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid #e5ecff;
    display: flex;
    flex-direction: column;
    gap: 11px;
    align-items: center;
    justify-content: center;
    color: #07111f;
    font-size: 12.5px;
    font-weight: 900;
    transition: transform .22s ease, background .22s ease;
}

.weby_v2_stack_item:hover {
    transform: translateY(-5px);
    background: #ffffff;
}

.weby_v2_stack_item img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.weby_v2_offer_grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 42px;
}

.weby_v2_offer {
    padding: 28px;
    border-radius: 30px;
    background: #ffffff !important;
    border: 1px solid #dbe7ff;
    box-shadow: 0 18px 55px rgba(7,17,31,.055);
    position: relative;
    overflow: hidden;
}

.weby_v2_offer_featured {
    background:
        radial-gradient(circle at 82% 8%, rgba(255,255,255,.18), transparent 24%),
        linear-gradient(145deg, #07111f 0%, #0b2b71 48%, #1557ff 100%) !important;
    color: #ffffff;
    box-shadow: 0 30px 95px rgba(21,87,255,.24);
}

.weby_v2_offer small {
    display: inline-flex;
    padding: 7px 10px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #dbe7ff;
    color: #1557ff;
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .35px;
}

.weby_v2_offer_featured small {
    background: rgba(255,255,255,.13);
    border-color: rgba(255,255,255,.18);
    color: #ffffff;
}

.weby_v2_offer h3 {
    margin: 18px 0 0;
    color: #07111f;
    font-size: 24px;
    line-height: 1.18;
    font-weight: 950;
}

.weby_v2_offer_featured h3 {
    color: #ffffff;
}

.weby_v2_offer p {
    margin: 12px 0 0;
    color: #64748b;
    font-size: 14.5px;
    line-height: 1.68;
    font-weight: 520;
}

.weby_v2_offer_featured p {
    color: rgba(255,255,255,.78);
}

.weby_v2_offer ul {
    list-style: none;
    padding: 0;
    margin: 22px 0 0;
    display: grid;
    gap: 11px;
}

.weby_v2_offer li {
    display: flex;
    gap: 10px;
    color: #334155;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 760;
}

.weby_v2_offer_featured li {
    color: rgba(255,255,255,.86);
}

.weby_v2_offer li::before {
    content: "✓";
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #edf4ff;
    color: #1557ff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 950;
    flex: 0 0 auto;
}

.weby_v2_offer_featured li::before {
    background: rgba(255,255,255,.14);
    color: #ffffff;
}

.weby_v2_cta {
    border-radius: 36px;
    padding: 46px;
    background:
        radial-gradient(circle at 85% 12%, rgba(255,255,255,.22), transparent 26%),
        radial-gradient(circle at 18% 80%, rgba(255,255,255,.10), transparent 24%),
        linear-gradient(135deg, #07111f 0%, #0b2b71 46%, #1557ff 100%);
    color: #ffffff;
    box-shadow: 0 36px 105px rgba(21,87,255,.25);
    position: relative;
    overflow: hidden;
}

.weby_v2_cta_grid {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 34px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.weby_v2_cta h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(32px, 3.4vw, 52px);
    line-height: 1.06;
    letter-spacing: -1px;
    font-weight: 950;
}

.weby_v2_cta p {
    max-width: 730px;
    margin: 16px 0 0;
    color: rgba(255,255,255,.80);
    font-size: 16px;
    line-height: 1.78;
    font-weight: 520;
}

.weby_v2_cta_actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.weby_v2_btn {
    min-height: 54px;
    padding: 0 22px;
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    background: #ffffff;
    color: #1557ff !important;
    font-size: 14px;
    font-weight: 950;
    transition: transform .2s ease, box-shadow .2s ease;
}

.weby_v2_btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 36px rgba(0,0,0,.16);
}

.weby_v2_btn_ghost {
    background: rgba(255,255,255,.12);
    color: #ffffff !important;
    border: 1px solid rgba(255,255,255,.18);
}

.weby_v2_quote_card {
    padding: 24px;
    border-radius: 26px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.18);
    backdrop-filter: blur(14px);
}

.weby_v2_quote_card small {
    color: rgba(255,255,255,.68);
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.weby_v2_quote_card b {
    display: block;
    margin-top: 10px;
    color: #ffffff;
    font-size: 35px;
    line-height: 1.05;
    font-weight: 950;
    letter-spacing: -.6px;
}

.weby_v2_quote_card span {
    display: block;
    margin-top: 12px;
    color: rgba(255,255,255,.76);
    font-size: 13.5px;
    line-height: 1.65;
    font-weight: 600;
}

.weby_v2_faq_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 42px;
}

.weby_v2_faq {
    border-radius: 22px;
    background: #ffffff !important;
    border: 1px solid #dbe7ff;
    box-shadow: 0 16px 42px rgba(7,17,31,.045);
    overflow: hidden;
}

.weby_v2_faq_btn {
    width: 100%;
    border: 0;
    background: #ffffff !important;
    padding: 19px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    color: #07111f;
    font-size: 15px;
    line-height: 1.42;
    text-align: left;
    font-weight: 930;
    cursor: pointer;
}

.weby_v2_faq_btn span {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #edf4ff;
    color: #1557ff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    font-size: 19px;
    font-weight: 800;
    transition: transform .2s ease;
}

.weby_v2_faq_body {
    display: none;
    padding: 0 20px 20px;
    color: #64748b;
    font-size: 14px;
    line-height: 1.72;
    font-weight: 520;
    background: #ffffff !important;
}

.weby_v2_faq.active .weby_v2_faq_body {
    display: block;
}

.weby_v2_faq.active .weby_v2_faq_btn span {
    transform: rotate(45deg);
}

.weby_v2_sticky {
    position: fixed;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%) translateY(120px);
    width: min(760px, calc(100% - 28px));
    z-index: 9999;
    padding: 12px;
    border-radius: 22px;
    background: #ffffff !important;
    border: 1px solid #dbe7ff;
    box-shadow: 0 24px 70px rgba(7,17,31,.18);
    backdrop-filter: blur(16px);
    transition: transform .35s ease;
}

.weby_v2_sticky.weby_v2_sticky_show {
    transform: translateX(-50%) translateY(0);
}

.weby_v2_sticky_inner {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 14px;
    align-items: center;
}

.weby_v2_sticky b {
    display: block;
    color: #07111f;
    font-size: 14px;
    font-weight: 950;
}

.weby_v2_sticky span {
    display: block;
    margin-top: 3px;
    color: #64748b;
    font-size: 12.5px;
    font-weight: 650;
}

.weby_v2_sticky a {
    min-height: 44px;
    padding: 0 16px;
    border-radius: 14px;
    background: #1557ff;
    color: #ffffff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 950;
    white-space: nowrap;
}

@media (max-width: 1040px) {
    .weby_v2_trust_inner,
    .weby_v2_services,
    .weby_v2_offer_grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .weby_v2_split,
    .weby_v2_browser_showcase,
    .weby_v2_cta_grid {
        grid-template-columns: 1fr;
    }

    .weby_v2_stack_grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .weby_v2_process::before {
        left: 36px;
    }

    .weby_v2_step {
        grid-template-columns: 72px 1fr;
    }

    .weby_v2_step_no {
        grid-column: 1;
        grid-row: 1;
    }

    .weby_v2_step_box {
        grid-column: 2;
    }

    .weby_v2_step > div:empty {
        display: none;
    }
}

@media (max-width: 720px) {
    .weby_v2_wrap {
        width: min(100% - 32px, 1180px);
    }

    .weby_v2_section {
        padding: 64px 0;
    }

    .weby_v2_trust_inner,
    .weby_v2_problem_matrix,
    .weby_v2_services,
    .weby_v2_offer_grid,
    .weby_v2_faq_grid,
    .weby_v2_stack_grid,
    .weby_v2_compare_row {
        grid-template-columns: 1fr;
    }

    .weby_v2_compare_cell {
        border-right: 0;
        border-bottom: 1px solid #e5ecff;
    }

    .weby_v2_compare_cell:last-child {
        border-bottom: 0;
    }

    .weby_v2_card_dark,
    .weby_v2_cta,
    .weby_v2_stack_panel {
        padding: 26px;
        border-radius: 28px;
    }

    .weby_v2_browser_body {
        padding: 16px;
    }

    .weby_v2_mock_hero {
        min-height: auto;
        padding: 24px;
    }

    .weby_v2_mock_stats {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        margin-top: 24px;
    }

    .weby_v2_step {
        grid-template-columns: 54px 1fr;
        gap: 14px;
    }

    .weby_v2_step_no {
        width: 54px;
        height: 54px;
        border-radius: 18px;
        font-size: 14px;
    }

    .weby_v2_process::before {
        left: 27px;
    }

    .weby_v2_sticky_inner {
        grid-template-columns: 1fr;
    }

    .weby_v2_sticky a {
        width: 100%;
    }
}