/* West theme modern homepage slider - editorial hosting layout */
.sp-wrap {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: #eef4fb;
    font-family: 'Inter', Arial, sans-serif;
}

.sp-wrap:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: rgba(248,251,255,.82);
}

.sp-slide {
    min-height: 590px;
    background: #eef4fb;
}

.sp-slide.sp-active {
    display: flex;
    align-items: stretch;
}

.sp-bg,
.sp-bg-color,
.sp-overlay,
.sp-gradient {
    position: absolute;
    inset: 0;
}

.sp-bg video,
.sp-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.01);
    opacity: .72;
}

.sp-gradient {
    z-index: 2;
    background: rgba(255,255,255,.72);
}

.sp-layout {
    position: relative;
    z-index: 5;
    width: min(100%, 1460px);
    min-height: 590px;
    margin: 0 auto;
    padding: 0 42px;
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(360px, 1.08fr);
    align-items: center;
    gap: 48px;
    box-sizing: border-box;
}

.sp-left {
    max-width: 630px;
    padding: 66px 0 76px;
}

.sp-slide.sp-no-img .sp-left {
    max-width: 760px;
}

.sp-right {
    width: auto;
    min-width: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 54px 0 64px;
}

.sp-right img {
    width: min(100%, 560px);
    max-height: 460px;
    object-fit: contain;
    padding: 26px;
    border-radius: 28px;
    background: rgba(255,255,255,.64);
    box-shadow: 0 26px 70px rgba(15, 23, 42, .13);
    filter: none;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.sp-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    max-width: 100%;
    margin: 0 0 24px;
    padding: 6px 12px 6px 6px;
    border: 0;
    border-radius: 999px;
    background: rgba(15,23,42,.06);
    color: #526173;
    box-shadow: none;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
}

.sp-badge-box {
    display: inline-flex;
    align-items: center;
    height: 26px;
    padding: 0 12px;
    border-radius: 999px;
    background: var(--primary-color);
    color: #fff;
    font-size: 11px;
    font-weight: 650;
    white-space: nowrap;
}

.sp-title {
    max-width: 760px;
    margin: 0 0 20px;
    color: #111827;
    font-size: 48px;
    font-weight: 650;
    line-height: 1.06;
    letter-spacing: 0;
}

.sp-title strong,
.sp-title b {
    font-weight: 760;
}

.sp-desc {
    max-width: 590px;
    margin: 0 0 34px;
    color: #5f6f84;
    font-size: 15px;
    line-height: 1.75;
}

.sp-desc strong,
.sp-desc b {
    color: #111827;
    font-weight: 650;
}

.sp-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 0;
}

.sp-btn {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 20px;
    border: 0;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    transition: transform .18s ease, background .18s ease, color .18s ease;
}

.sp-btn:first-child,
.sp-btn:last-child,
.sp-btn:only-child {
    border-radius: 12px;
    border-right: 0;
}

.sp-btn-primary {
    background: var(--primary-color);
    color: #fff;
    box-shadow: 0 16px 34px rgba(0, 102, 204, .18);
}

.sp-btn-primary:hover {
    background: var(--primary-color);
    color: #fff;
    transform: translateY(-1px);
    text-decoration: none;
}

.sp-btn-ghost {
    background: rgba(15,23,42,.065);
    color: #14243a;
    border: 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.sp-btn-ghost:hover {
    background: rgba(15,23,42,.1);
    color: #14243a;
    transform: translateY(-1px);
    text-decoration: none;
}

.sp-arrow {
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 12px;
    background: rgba(255,255,255,.8);
    color: #14243a;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.sp-arrow:hover {
    background: #fff;
    transform: translateY(-50%);
}

.sp-arrow.sp-prev {
    left: 26px;
}

.sp-arrow.sp-next {
    right: 26px;
}

.sp-dots {
    left: auto;
    right: max(42px, calc((100vw - 1500px) / 2 + 42px));
    bottom: 34px;
    transform: none;
    gap: 8px;
}

.sp-dot {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: rgba(15,23,42,.24);
}

.sp-dot.sp-dot-active {
    width: 30px;
    background: var(--primary-color);
}

.sp-progress {
    height: 2px;
    background: rgba(15,23,42,.08);
}

.sp-progress-bar {
    background: var(--primary-color) !important;
}

.sp-domain-slide {
    background: #f6f9fd !important;
}

.sp-domain-slide .sp-bg-color {
    background: transparent !important;
}

.sp-domain-layout {
    position: relative;
    z-index: 3;
    width: min(1180px, calc(100% - 44px));
    min-height: 560px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(400px, 1fr) minmax(420px, .86fr);
    gap: 38px;
    align-items: center;
}

.sp-domain-copy {
    max-width: 560px;
}

.sp-domain-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #fff;
    color: var(--primary-color);
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 10px 26px rgba(15,31,51,.08);
}

.sp-domain-title {
    margin: 0 0 16px;
    color: #102033;
    font-size: clamp(38px, 4.4vw, 62px);
    line-height: 1.04;
    font-weight: 680;
    letter-spacing: 0;
}

.sp-domain-desc {
    margin: 0 0 24px;
    color: #607086;
    font-size: 17px;
    line-height: 1.7;
}

.sp-domain-desc strong {
    color: var(--primary-color);
    font-weight: 800;
}

.sp-domain-search {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 10px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(15,31,51,.1);
}

.sp-domain-search > i {
    justify-self: end;
    color: var(--primary-color);
    font-size: 16px;
}

.sp-domain-search input {
    height: 54px;
    min-width: 0;
    border: 0;
    outline: none;
    background: transparent;
    color: #102033;
    font-size: 17px;
    font-weight: 500;
}

.sp-domain-search button {
    height: 54px;
    border: 0;
    border-radius: 15px;
    padding: 0 22px;
    background: var(--primary-color);
    color: #fff;
    font-size: 14px;
    font-weight: 740;
    cursor: pointer;
    white-space: nowrap;
    box-shadow: 0 12px 28px rgba(var(--primary-color-rgb,59,130,246),.24);
}

.sp-domain-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.sp-domain-facts span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 11px;
    border-radius: 999px;
    background: rgba(255,255,255,.68);
    color: #4d5e73;
    font-size: 12px;
    font-weight: 650;
    box-shadow: inset 0 0 0 1px rgba(226,235,245,.9);
}

.sp-domain-facts i {
    color: var(--primary-color);
}

.sp-domain-panel {
    min-width: 0;
    padding: 16px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 14px 38px rgba(15,31,51,.08);
}

.sp-domain-panel-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 12px;
}

.sp-domain-panel-head span {
    color: #102033;
    font-size: 16px;
    font-weight: 720;
}

.sp-domain-panel-head strong {
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 780;
    white-space: nowrap;
}

.sp-domain-tlds {
    min-width: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    overflow: visible;
    padding: 0;
}

.sp-domain-tld {
    position: relative;
    min-height: 78px;
    min-width: 0;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    padding: 10px;
    border: 0;
    border-radius: 14px;
    background: #fff;
    color: #102033;
    text-align: left;
    cursor: pointer;
    box-shadow: inset 0 0 0 1px #eaf1f8;
    transition: transform .18s ease, box-shadow .18s ease;
}

.sp-domain-tld:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 42px rgba(15,31,51,.12);
}

.sp-domain-tld-mark {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #fff;
    font-size: 12px;
    font-weight: 820;
    letter-spacing: 0;
    box-shadow: inset 0 -16px 22px rgba(0,0,0,.14);
}

.sp-domain-tld-info strong,
.sp-domain-tld-info em {
    display: block;
}

.sp-domain-tld-name {
    display: block;
    margin-bottom: 3px;
    color: #64748b;
    font-size: 10px;
    font-weight: 650;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sp-domain-tld-info strong {
    color: #102033;
    font-size: 15px;
    line-height: 1.15;
    font-weight: 820;
}

.sp-domain-tld-info em {
    margin-top: 2px;
    color: #94a3b8;
    font-size: 11px;
    font-style: normal;
    text-decoration: line-through;
}

.sp-domain-discount {
    position: absolute;
    top: 7px;
    right: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    height: 19px;
    padding: 0 7px;
    border-radius: 999px;
    background: #e8f8ef;
    color: #16834a;
    font-size: 10px;
    font-weight: 820;
}

.sp-domain-more {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 12px;
    color: var(--primary-color);
    font-size: 13px;
    font-weight: 720;
    text-decoration: none;
}

.sp-domain-more:hover {
    color: var(--primary-color);
    text-decoration: none;
}

@media (max-width: 1200px) {
    .sp-layout {
        grid-template-columns: minmax(0, 1fr) 360px;
        gap: 36px;
        padding: 0 30px;
    }

    .sp-title {
        font-size: 42px;
    }

    .sp-right img {
        max-height: 420px;
    }
}

@media (max-width: 900px) {
    .sp-slide,
    .sp-layout {
        min-height: auto;
    }

    .sp-layout {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 0 22px;
    }

    .sp-left {
        max-width: 100%;
        padding: 58px 0 16px;
        text-align: center;
    }

    .sp-slide.sp-no-img .sp-left {
        max-width: 100%;
        padding-bottom: 58px;
    }

    .sp-badge,
    .sp-btns {
        justify-content: center;
    }

    .sp-desc {
        margin-left: auto;
        margin-right: auto;
    }

    .sp-right {
        justify-content: center;
        padding: 0 0 64px;
    }

    .sp-right img {
        max-height: 270px;
    }

    .sp-title {
        font-size: 32px;
    }

    .sp-arrow {
        display: none;
    }

    .sp-dots {
        right: 50%;
        bottom: 24px;
        transform: translateX(50%);
    }

    .sp-domain-layout {
        min-height: auto;
        grid-template-columns: 1fr;
        gap: 26px;
        width: min(100% - 32px, 720px);
        padding: 46px 0 70px;
    }

    .sp-domain-copy {
        max-width: 100%;
        text-align: center;
    }

    .sp-domain-title {
        font-size: 34px;
    }

    .sp-domain-panel {
        padding: 16px;
    }

    .sp-domain-panel-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }

    .sp-domain-tlds {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .sp-layout {
        padding: 0 16px;
    }

    .sp-left {
        padding-top: 42px;
    }

    .sp-badge {
        flex-wrap: wrap;
        justify-content: center;
        border-radius: 16px;
        line-height: 1.35;
    }

    .sp-title {
        font-size: 28px;
        line-height: 1.12;
    }

    .sp-desc {
        font-size: 13px;
        line-height: 1.65;
    }

    .sp-btn {
        width: 100%;
    }

    .sp-domain-layout {
        width: calc(100% - 24px);
        padding-top: 34px;
    }

    .sp-domain-title {
        font-size: 29px;
    }

    .sp-domain-desc {
        font-size: 14px;
    }

    .sp-domain-search {
        grid-template-columns: 1fr;
        gap: 6px;
        padding: 8px;
    }

    .sp-domain-search > i {
        display: none;
    }

    .sp-domain-search input {
        height: 46px;
        padding: 0 12px;
        text-align: center;
        font-size: 15px;
    }

    .sp-domain-search button {
        width: 100%;
    }
}
