.online-marketing {
    color: #202744;
    overflow: hidden;
}

.online-marketing .om-hero {
    position: relative;
    min-height: 670px;
    padding: 165px 0 95px;
    background-color: #090c1b;
    background-position: center;
    background-size: cover;
}

.online-marketing .om-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 90px;
    background: linear-gradient(to top, rgba(9, 12, 27, .52), transparent);
    pointer-events: none;
}

.online-marketing .om-hero .container {
    position: relative;
    z-index: 1;
}

.om-hero-copy h1 {
    margin: 18px 0 22px;
    color: #fff;
    font-size: clamp(43px, 5.2vw, 72px);
    font-weight: 300;
    line-height: 1.03;
    letter-spacing: -.045em;
}

.om-hero-copy h1 strong {
    display: block;
    color: #fff;
    font-weight: 800;
}

.om-hero-copy > p {
    max-width: 680px;
    margin: 0 0 28px;
    color: #d9e3f2;
    font-size: 18px;
    line-height: 1.72;
}

.om-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #90ccf3;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.om-eyebrow i { font-size: 20px; }

.om-button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.om-button-row .button-3 {
    min-width: 215px;
    margin: 0;
    text-align: center;
}

.om-hero-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
    margin-top: 28px;
    color: #cbd9e9;
    font-size: 12px;
    font-weight: 600;
}

.om-hero-proof span { display: inline-flex; align-items: center; gap: 7px; }
.om-hero-proof i { color: #57d39c; }

.om-visual-wrap {
    position: relative;
    max-width: 620px;
    min-height: 500px;
    margin: 20px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.om-visual-wrap::before {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(80, 159, 230, .32), rgba(62, 87, 182, .05) 68%, transparent 70%);
}

.om-checkout-demo,
.om-store-demo {
    position: relative;
    z-index: 1;
    width: 500px;
    border: 1px solid rgba(173, 207, 242, .28);
    border-radius: 22px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 35px 80px rgba(0, 0, 0, .42);
}

.om-demo-topbar,
.om-store-bar {
    min-height: 60px;
    padding: 0 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    border-bottom: 1px solid #edf0f5;
}

.om-demo-logo,
.om-store-bar > span { color: #17233e; font-size: 17px; font-weight: 800; }
.om-secure { color: #66758c; font-size: 11px; font-weight: 700; }
.om-secure i { margin-right: 5px; color: #4dba8b; }
.om-demo-body { padding: 25px; }
.om-demo-total { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; color: #526078; }
.om-demo-total strong { color: #111a2d; font-size: 24px; }
.om-wallet-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.om-wallet { height: 47px; border: 1px solid #dce2eb; border-radius: 8px; display: flex; align-items: center; justify-content: center; gap: 7px; color: #202738; font-weight: 800; }
.om-wallet-dark { border-color: #10141d; background: #10141d; color: #fff; }
.om-divider { display: flex; align-items: center; gap: 12px; margin: 18px 0; color: #8a95a7; font-size: 10px; text-transform: uppercase; }
.om-divider::before, .om-divider::after { content: ""; height: 1px; flex: 1; background: #e3e8ef; }
.om-field { min-height: 58px; padding: 10px 13px; border: 1px solid #d7dee8; border-radius: 8px; display: flex; flex-direction: column; justify-content: center; }
.om-field span { margin-bottom: 3px; color: #8590a2; font-size: 9px; font-weight: 700; text-transform: uppercase; }
.om-field b { color: #39465b; font-family: Consolas, monospace; font-size: 12px; font-weight: 500; }
.om-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 10px; }
.om-pay-button { height: 50px; margin-top: 16px; padding: 0 18px; border-radius: 8px; display: flex; align-items: center; justify-content: space-between; background: #635bff; color: #fff; font-size: 13px; font-weight: 800; }

.om-phone-checkout,
.om-phone-shop {
    position: absolute;
    z-index: 2;
    right: -5px;
    bottom: 8px;
    width: 170px;
    min-height: 285px;
    padding: 30px 16px 18px;
    border: 7px solid #0b1220;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 24px 55px rgba(0, 0, 0, .4);
    color: #1b2639;
    text-align: center;
}

.om-phone-notch { position: absolute; top: 7px; left: 50%; width: 52px; height: 7px; margin-left: -26px; border-radius: 7px; background: #0b1220; }
.om-phone-checkout small { display: block; margin: 38px 0 14px; color: #78849a; }
.om-phone-checkout strong { height: 46px; display: flex; align-items: center; justify-content: center; gap: 7px; border-radius: 8px; background: #10141d; color: #fff; font-size: 16px; }
.om-phone-checkout > span { display: block; margin-top: 18px; color: #5d6a80; font-size: 11px; }

.om-payment-proof { padding: 30px 0 26px; border-bottom: 1px solid #e8edf4; background: #fff; }
.om-proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.om-proof-grid > div { min-height: 44px; display: flex; align-items: center; justify-content: center; gap: 10px; color: #293550; font-size: 13px; font-weight: 800; text-align: center; }
.om-proof-grid i { color: #536cc7; font-size: 24px; }
.om-payment-proof p { max-width: 760px; margin: 13px auto 0; color: #7a879b; font-size: 11px; text-align: center; }

.om-section { background: #fff; }
.om-section-soft { background: #f4f7fb; }
.om-section-copy { max-width: 590px; padding: 15px 20px; }
.om-section-copy .cate, .om-centered-heading .cate { margin-top: 18px; }
.om-section-copy h2, .om-centered-heading h2, .om-domain-section h2, .om-final-cta h2 { margin: 8px 0 18px; color: #17213a; font-size: clamp(34px, 4vw, 50px); line-height: 1.08; letter-spacing: -.035em; }
.om-section-copy p, .om-centered-heading p { color: #657087; font-size: 16px; line-height: 1.75; }
.om-section-icon { width: 54px; height: 54px; border-radius: 16px; display: inline-flex; align-items: center; justify-content: center; background: linear-gradient(145deg, #edf6ff, #dcecff); color: #2872bd; font-size: 23px; }
.om-check-list { margin: 22px 0 0; padding: 0; list-style: none; }
.om-check-list li { position: relative; margin: 12px 0; padding-left: 28px; color: #37435a; font-size: 14px; line-height: 1.5; }
.om-check-list li::before { content: "\f00c"; position: absolute; left: 0; top: 1px; color: #33af7d; font-family: "Font Awesome 5 Free"; font-weight: 900; }

.om-feature-card,
.om-order-board,
.om-app-settings,
.om-catalog-board {
    width: min(540px, 100%);
    margin: 25px auto;
    border: 1px solid #dfe6ef;
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 26px 65px rgba(44, 64, 93, .13);
}

.om-feature-card { padding: 38px; }
.om-feature-card-dark { border: 0; background: linear-gradient(145deg, #101d38, #0b1022); color: #fff; }
.om-mini-label { color: #67b5e6; font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.om-feature-card h3 { margin: 12px 0 28px; color: inherit; font-size: 32px; line-height: 1.15; }
.om-speed-lines > div { display: flex; align-items: flex-start; gap: 16px; padding: 17px 0; border-top: 1px solid rgba(255, 255, 255, .12); }
.om-speed-lines i { width: 36px; color: #6ec1ec; font-size: 21px; text-align: center; }
.om-speed-lines span { display: flex; flex-direction: column; }
.om-speed-lines b { margin-bottom: 4px; color: #fff; font-size: 14px; }
.om-speed-lines small { color: #9eabc0; line-height: 1.45; }

.om-board-head { min-height: 66px; padding: 0 22px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #e8edf4; color: #18233c; font-size: 18px; font-weight: 800; }
.om-board-head b { padding: 5px 10px; border-radius: 20px; background: #e8f8f1; color: #25986c; font-size: 10px; text-transform: uppercase; }
.om-order-row, .om-catalog-row { min-height: 82px; padding: 13px 20px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 15px; border-bottom: 1px solid #edf1f6; }
.om-order-row div, .om-catalog-row div { display: flex; flex-direction: column; }
.om-order-row strong, .om-catalog-row strong { color: #263149; font-size: 13px; }
.om-order-row small, .om-catalog-row small { margin-top: 4px; color: #8a95a7; }
.om-order-row > b, .om-catalog-row > b { color: #2e3b55; font-size: 13px; }
.om-order-status { min-width: 52px; padding: 6px 8px; border-radius: 8px; color: #fff; font-size: 9px; font-weight: 800; text-align: center; text-transform: uppercase; }
.om-order-status.new { background: #e98a35; }
.om-order-status.ready { background: #32a87a; }
.om-board-foot { padding: 14px 20px; background: #f7f9fc; color: #6c7a90; font-size: 11px; text-align: center; }
.om-board-foot i { margin-right: 7px; color: #3d83c5; }

.om-app-settings { display: grid; grid-template-columns: 75px 1fr; }
.om-settings-sidebar { padding: 24px 0; display: flex; flex-direction: column; align-items: center; gap: 25px; background: #101d38; color: #86bde3; font-size: 19px; }
.om-settings-main { padding: 30px; }
.om-settings-main > small { color: #4387c4; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.om-settings-main h3 { margin: 8px 0 22px; color: #18233c; font-size: 27px; }
.om-setting-line { min-height: 51px; display: flex; align-items: center; justify-content: space-between; gap: 15px; border-top: 1px solid #e7ecf2; color: #68758a; font-size: 12px; }
.om-setting-line b { max-width: 65%; overflow: hidden; color: #27334a; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }

.om-final-cta { padding: 95px 0; background-color: #090c1b; background-position: center; background-size: cover; }
.om-final-cta h2, .om-domain-section h2 { color: #fff; }
.om-final-cta p { max-width: 730px; margin: 0 auto 28px; color: #d2ddeb; font-size: 17px; line-height: 1.7; }

.om-store-demo { width: 540px; }
.om-store-bar nav { display: flex; gap: 15px; color: #66738a; font-size: 9px; text-transform: uppercase; }
.om-store-bar > i { color: #e98535; }
.om-store-hero { min-height: 150px; padding: 28px; display: flex; flex-direction: column; justify-content: center; background: linear-gradient(120deg, #ebf5ff, #faf3e7); color: #17233e; }
.om-store-hero small { color: #4685bd; font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.om-store-hero strong { margin: 8px 0; font-size: 26px; }
.om-store-hero span { color: #6e798b; font-size: 11px; }
.om-product-grid { padding: 18px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.om-product-grid > div { display: flex; flex-direction: column; }
.om-product-image { height: 78px; margin-bottom: 9px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 26px; }
.product-one { background: #e5f1fa; color: #387daf; }
.product-two { background: #f7eadc; color: #c47731; }
.product-three { background: #e8eee8; color: #4a875c; }
.om-product-grid b { color: #334058; font-size: 9px; }
.om-product-grid small { margin-top: 3px; color: #e07d2a; font-weight: 800; }
.om-phone-shop { right: -15px; bottom: 2px; min-height: 300px; }
.om-phone-shop > small { color: #26324a; font-weight: 800; }
.om-phone-product { width: 100%; height: 110px; margin: 18px 0; border-radius: 12px; display: flex; align-items: center; justify-content: center; background: linear-gradient(145deg, #dceeff, #f8eadc); color: #3e7baa; font-size: 36px; }
.om-phone-shop b { display: block; color: #27344a; font-size: 12px; }
.om-phone-shop > span { display: block; margin-top: 8px; color: #8a95a7; font-size: 9px; }

.om-included-strip { padding: 30px 0; border-bottom: 1px solid #e5ebf3; background: #fff; }
.om-included-strip .container { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.om-included-strip .container > div { display: flex; align-items: center; justify-content: center; gap: 14px; }
.om-included-strip i { color: #4a73bb; font-size: 25px; }
.om-included-strip span { display: flex; flex-direction: column; }
.om-included-strip b { color: #28344d; font-size: 13px; }
.om-included-strip small { margin-top: 3px; color: #8994a6; }

.om-catalog-image { width: 48px; height: 48px; border-radius: 11px; display: flex; align-items: center; justify-content: center; background: #e6f2fb; color: #397dad; font-size: 18px; }
.om-catalog-image.alt { background: #f8eadc; color: #bd7333; }
.om-catalog-image.warm { background: #e8efe9; color: #4d895d; }
.om-customer-card { background: linear-gradient(145deg, #fff, #f1f6fb); }
.om-customer-actions > div { display: grid; grid-template-columns: 45px 1fr; column-gap: 15px; padding: 16px 0; border-top: 1px solid #dfe7f0; }
.om-customer-actions i { grid-row: span 2; width: 45px; height: 45px; border-radius: 12px; display: flex; align-items: center; justify-content: center; background: #e3effa; color: #3279b9; }
.om-customer-actions b { color: #2b3850; font-size: 13px; }
.om-customer-actions small { color: #8591a4; }

.om-centered-heading { max-width: 770px; margin: 0 auto 42px; }
.om-three-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.om-three-cards article { padding: 34px 28px; border: 1px solid #e0e7f0; border-radius: 20px; background: #fff; box-shadow: 0 18px 45px rgba(44, 64, 93, .08); text-align: center; }
.om-three-cards article > i { width: 58px; height: 58px; border-radius: 16px; display: inline-flex; align-items: center; justify-content: center; background: #edf5fd; color: #387fbe; font-size: 25px; }
.om-three-cards h3 { margin: 18px 0 10px; color: #28354d; font-size: 19px; }
.om-three-cards p { margin: 0; color: #768297; font-size: 13px; line-height: 1.65; }

.om-domain-section { padding: 100px 0; background: linear-gradient(125deg, #0b1832, #122b55 62%, #173963); }
.om-domain-section .om-section-copy p { color: #cedae9; }
.om-domain-browser { max-width: 520px; margin: 25px auto; border: 1px solid rgba(156, 199, 237, .3); border-radius: 20px; overflow: hidden; background: rgba(5, 15, 34, .55); box-shadow: 0 26px 65px rgba(0, 0, 0, .28); }
.om-browser-dots { height: 40px; padding: 0 15px; display: flex; align-items: center; gap: 6px; border-bottom: 1px solid rgba(158, 195, 228, .16); }
.om-browser-dots span { width: 7px; height: 7px; border-radius: 50%; background: #6b809d; }
.om-browser-dots span:first-child { background: #ee8730; }
.om-address-bar { margin: 16px; min-height: 50px; padding: 0 16px; border: 1px solid rgba(145, 190, 229, .28); border-radius: 10px; display: flex; align-items: center; gap: 12px; background: rgba(255, 255, 255, .06); color: #d7e8f7; }
.om-address-bar span { min-width: 0; flex: 1; overflow: hidden; font-family: Consolas, monospace; font-size: 13px; text-overflow: ellipsis; }
.om-address-bar i { color: #62b4e1; font-size: 11px; }
.om-domain-message { padding: 24px 20px 34px; display: flex; flex-direction: column; align-items: center; color: #fff; text-align: center; }
.om-domain-message > i { margin-bottom: 13px; color: #50d29b; font-size: 32px; }
.om-domain-message strong { font-size: 21px; }
.om-domain-message small { margin-top: 7px; color: #93aac2; }

.om-how { background: #f5f7fb; }
.om-step-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.om-step-grid article { position: relative; min-height: 260px; padding: 35px 24px 28px; border: 1px solid #dfe7f0; border-radius: 20px; background: #fff; text-align: center; }
.om-step-grid article > span { position: absolute; top: 14px; left: 16px; width: 26px; height: 26px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #1f4f83; color: #fff; font-size: 11px; font-weight: 800; }
.om-step-grid article > i { width: 70px; height: 70px; margin: 10px auto 20px; border-radius: 20px; display: flex; align-items: center; justify-content: center; background: #e8f2fb; color: #347dbd; font-size: 27px; }
.om-step-grid h3 { margin-bottom: 10px; color: #29364d; font-size: 18px; }
.om-step-grid p { margin: 0; color: #778398; font-size: 13px; line-height: 1.6; }

.online-feature-overview-section { background: #fff; }
.online-feature-overview-section .section-header .title { color: #18233c; }
.online-feature-overview-section .section-header p,
.online-feature-overview-section .showbullet li { color: #52647d; }
.online-feature-preview {
    width: min(560px, 100%);
    margin: 30px auto;
    border: 1px solid #dce5ef;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 24px 60px rgba(44, 64, 93, .16);
    text-align: left;
}
.online-feature-preview-bar { min-height: 44px; padding: 0 14px; display: flex; align-items: center; gap: 6px; border-bottom: 1px solid #e8edf3; }
.online-feature-preview-bar span { width: 7px; height: 7px; border-radius: 50%; background: #98a7ba; }
.online-feature-preview-bar span:first-child { background: #ed8530; }
.online-feature-preview-bar b { min-width: 0; margin-left: 8px; overflow: hidden; color: #718096; font-family: Consolas, monospace; font-size: 10px; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; }
.online-feature-preview-hero { min-height: 155px; padding: 28px; display: flex; flex-direction: column; justify-content: center; background: linear-gradient(120deg, #e7f3fd, #fbefdf); }
.online-feature-preview-hero small { color: #4082ba; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.online-feature-preview-hero strong { margin: 7px 0; color: #1f2d46; font-size: 28px; }
.online-feature-preview-hero span { color: #6e7b90; font-size: 12px; }
.online-feature-preview-products { padding: 18px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.online-feature-preview-products span { height: 95px; border-radius: 12px; display: flex; align-items: center; justify-content: center; background: #e4f0fa; color: #387cad; font-size: 28px; }
.online-feature-preview-products span:nth-child(2) { background: #f7e9d9; color: #bc7131; }
.online-feature-preview-products span:nth-child(3) { background: #e7eee8; color: #4c875b; }

@media (max-width: 1199.98px) {
    .online-marketing .om-hero { padding-top: 160px; }
    .om-hero-copy > p { margin-right: auto; margin-left: auto; }
    .om-button-row, .om-hero-proof { justify-content: center; }
    .om-visual-wrap { margin-top: 45px; }
}

@media (max-width: 991.98px) {
    .om-proof-grid { grid-template-columns: repeat(2, 1fr); }
    .om-included-strip .container { grid-template-columns: 1fr; }
    .om-included-strip .container > div { justify-content: flex-start; max-width: 310px; width: 100%; margin: 0 auto; }
    .om-three-cards, .om-step-grid { grid-template-columns: repeat(2, 1fr); }
    .om-section-copy { max-width: none; padding: 20px 0 35px; }
}

@media (max-width: 767.98px) {
    .online-marketing .om-hero { min-height: auto; padding: 195px 0 70px; }
    .om-hero-copy h1 { font-size: 43px; }
    .om-hero-copy > p { font-size: 16px; }
    .om-button-row { flex-direction: column; }
    .om-button-row .button-3 { width: 100%; max-width: 340px; }
    .om-visual-wrap { min-height: 430px; }
    .om-checkout-demo, .om-store-demo { width: calc(100% - 25px); margin-right: 25px; }
    .om-phone-checkout, .om-phone-shop { right: -4px; width: 145px; min-height: 245px; border-width: 6px; }
    .om-phone-shop { min-height: 270px; }
    .om-store-bar nav { display: none; }
    .om-product-grid { gap: 7px; padding: 12px; }
    .om-product-image { height: 62px; }
    .om-proof-grid { grid-template-columns: 1fr; gap: 8px; }
    .om-proof-grid > div { justify-content: flex-start; max-width: 300px; width: 100%; margin: 0 auto; }
    .om-three-cards, .om-step-grid { grid-template-columns: 1fr; }
    .om-step-grid article { min-height: 225px; }
    .om-domain-section { padding: 75px 0; }
    .om-final-cta { padding: 75px 0; }
}

@media (max-width: 479.98px) {
    .om-visual-wrap { min-height: 390px; }
    .om-demo-body { padding: 18px; }
    .om-phone-checkout, .om-phone-shop { width: 126px; right: -8px; }
    .om-phone-checkout { min-height: 225px; }
    .om-phone-shop { min-height: 245px; }
    .om-phone-product { height: 82px; }
    .om-store-hero { min-height: 128px; padding: 20px; }
    .om-store-hero strong { font-size: 20px; }
    .om-product-grid > div:nth-child(3) { display: none; }
    .om-product-grid { grid-template-columns: 1fr 1fr; }
    .om-feature-card { padding: 28px 22px; }
    .om-app-settings { grid-template-columns: 58px 1fr; }
    .om-settings-main { padding: 24px 18px; }
    .om-order-row, .om-catalog-row { padding: 12px; gap: 9px; }
    .om-order-status { min-width: 45px; }
}
