main {
    background: #fff;
}

/* =====================
   HERO
   ===================== */
.front_hero {
    padding: 96px 0 80px;
    background: #fafafa;
    border-bottom: 1px solid #f0f0f0;
}
.hero_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}
.hero_main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 740px;
    margin: 0 auto;
}
.hero_desc {
    margin: 20px auto 0 auto;
    max-width: 480px;
    color: #555;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
}
.hero_button {
    margin: 40px auto 0;
}
.hero_notes {
    margin: 0 auto;
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.hero_note_items {
    display: flex;
    align-items: center;
    gap: 28px;
}
.hero_note_item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    color: #444;
}
.hero_note_item img {
    width: 18px;
    height: 18px;
}
.hero_note_item span {
    white-space: nowrap;
}
.hero_note_epilog {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    justify-content: center;
    font-size: 14px;
    color: #888;
}
.hero_note_epilog img {
    height: 20px;
    width: auto;
    opacity: 0.7;
}

/* =====================
   SERVICES / PRICING
   ===================== */
.our_services {
    padding: 88px 0 80px;
}
.our_services_wrapper {
    display: flex;
    flex-direction: column;
}
.our_services h2 {
    text-align: left;
}
.our_services_desc {
    text-align: left;
    padding-top: 12px;
    color: #666;
    font-size: 16px;
}
.our_services_items {
    margin: 36px 0 0;
    display: flex;
    gap: 16px;
}
.our_services_item1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 24px 20px 24px;
    gap: 20px;
    flex: 1;
    min-width: 0;
    background: #FFFFFF;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.10);
    border-radius: 14px;
    border: 1px solid #efefef;
}
.our_services_item2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 24px 20px 24px;
    gap: 20px;
    flex: 1;
    min-width: 0;
    background: #0d0d0d;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
    border-radius: 14px;
}
.our_services_item2 > h2,
.our_services_item2 > h3 {
    color: #FFFFFF;
}
.our_services_item1 h3,
.our_services_item2 h3 {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: 0;
}
.our_services_item1 h2 {
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
}
.our_services_item2 h2 {
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
}
.our_services_order {
    width: 100%;
    text-align: center;
}
.out_srvices_most_popular {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 6px 14px;
    gap: 6px;
    margin: 0 -20px 4px auto;
    background: rgba(17, 120, 242, 0.08);
    border: 1px solid #1178F2;
    border-radius: 0 14px;
    font-weight: 600;
    font-size: 11px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #1178F2;
}

/* =====================
   PROMISE (dark section)
   ===================== */
.promise_block {
    padding: 96px 0;
    background-color: #0d0d0d;
}
.promise_wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.promise_block h2 {
    color: #FFFFFF;
    text-align: center;
}
.promise_desc p {
    color: #aaa;
    text-align: center;
    font-size: 17px;
}
.promise_items {
    display: flex;
    gap: 0;
    padding-top: 48px;
}
.promise_item {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-basis: 0;
    padding: 0 32px 0 0;
    margin-right: 32px;
    border-right: 1px solid #2a2a2a;
}
.promise_item:last-child {
    border: none;
    padding-right: 0;
    margin-right: 0;
}
.promise_item img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}
.promise_item > h4 {
    color: #FFFFFF;
    padding-top: 20px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
}
.promise_item > p {
    color: #888;
    padding-top: 10px;
    font-size: 15px;
    line-height: 24px;
}

/* =====================
   PROVIDER (switching)
   ===================== */
.provider_block {
    padding: 96px 0;
}
.provider_wrapper {
    display: flex;
    gap: 80px;
    align-items: center;
}
.provider_wrapper > div {
    flex: 1;
}
.provider_wrapper h2 {
    font-size: 40px;
    line-height: 48px;
}
.provider_desc {
    padding-top: 20px;
    color: #555;
    font-size: 17px;
    line-height: 28px;
}
.provider_body img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

/* =====================
   DIFFERENCES
   ===================== */
.differences_block {
    padding: 96px 0;
    background-color: #f7f7f7;
}
.differences_wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.differences_block h2 {
    text-align: center;
}
.differences_items {
    display: flex;
    gap: 0;
    padding-top: 48px;
}
.differences_item {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-basis: 0;
    padding: 0 32px 0 0;
    margin-right: 32px;
    border-right: 1px solid #ddd;
}
.differences_items div:last-child {
    border: none;
    padding-right: 0;
    margin-right: 0;
}
.differences_item img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}
.differences_item > h4 {
    padding-top: 20px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
}
.differences_item > p {
    padding-top: 10px;
    font-size: 15px;
    color: #666;
}

/* =====================
   STATS
   ===================== */
.packages_block {
    padding: 96px 0;
}
.packages_wrapper {
    display: flex;
    gap: 56px;
    align-items: center;
}
.packages_title {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.packages_title h2 {
    font-size: 40px;
    line-height: 48px;
}
.packages_body {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
    background: #0d0d0d;
    border-radius: 16px;
    overflow: hidden;
}
.packages_body_item {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 32px 28px;
    background: #0d0d0d;
}
.packages_body_item h3 {
    color: #FFFFFF;
    font-size: 32px;
    line-height: 36px;
    font-weight: 800;
}
.packages_body_item p {
    color: #888;
    font-size: 14px;
    line-height: 20px;
}

/* =====================
   RESPONSIVE
   ===================== */
@media (max-width: 1100px) {
    .our_services_items {
        flex-wrap: wrap;
    }
    .our_services_item1,
    .our_services_item2 {
        flex: calc(50% - 8px);
        min-width: calc(50% - 8px);
    }
}

@media (max-width: 992px) {
    .promise_items {
        flex-wrap: wrap;
        flex-direction: column;
        gap: 40px;
    }
    .promise_item {
        border: none;
        padding-right: 0;
        margin-right: 0;
        border-bottom: 1px solid #2a2a2a;
        padding-bottom: 40px;
    }
    .promise_item:last-child {
        border: none;
        padding-bottom: 0;
    }
    .differences_items {
        flex-wrap: wrap;
        flex-direction: column;
        gap: 40px;
    }
    .differences_item {
        border: none;
        padding-right: 0;
        margin-right: 0;
        border-bottom: 1px solid #ddd;
        padding-bottom: 40px;
    }
    .differences_items div:last-child {
        border: none;
        padding-bottom: 0;
    }
    .provider_wrapper {
        flex-direction: column;
        gap: 40px;
    }
    .packages_wrapper {
        flex-direction: column;
        gap: 40px;
    }
    .packages_title {
        text-align: center;
    }
    .packages_body {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .front_hero {
        padding: 60px 0 56px;
    }
    .provider_body {
        display: none;
    }
    .our_services_item1,
    .our_services_item2 {
        flex: 100%;
        min-width: 100%;
    }
    .packages_body {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .hero_note_items {
        gap: 16px;
    }
    .hero_note_epilog {
        flex-wrap: wrap;
        gap: 6px;
    }
}

@media (max-width: 380px) {
    .hero_note_items {
        flex-direction: column;
        align-items: flex-start;
    }
}
