.bcy-domain-shop {
    min-height: 760px;
    color: #17233d;
    background: #f5f8fc;
}

.bcy-domain-container {
    width: 1280px;
    max-width: calc(100% - 48px);
    margin: 0 auto;
}

.bcy-domain-hero {
    padding: 76px 0 84px;
    color: #fff;
    text-align: center;
    background: radial-gradient(circle at 80% 10%, rgba(97, 164, 255, .38), transparent 32%), linear-gradient(135deg, #13358f 0%, #1e48b6 48%, #116fe7 100%);
}

.bcy-domain-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    color: #bcd5ff;
    font-size: 14px;
    letter-spacing: 2px;
}

.bcy-domain-hero h1 {
    margin: 0 0 14px;
    color: #fff;
    font-size: 42px;
    font-weight: 650;
}

.bcy-domain-hero > .bcy-domain-container > p {
    margin-bottom: 34px;
    color: #d9e6ff;
    font-size: 16px;
}

.bcy-domain-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 150px 190px;
    max-width: 980px;
    height: 68px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(5, 25, 74, .25);
}

.bcy-domain-search input,
.bcy-domain-search select,
.bcy-domain-search button {
    min-width: 0;
    height: 68px;
    border: 0;
    outline: 0;
    font-size: 17px;
}

.bcy-domain-search input { padding: 0 24px; color: #17233d; }
.bcy-domain-search select { padding: 0 20px; color: #17233d; border-left: 1px solid #dfe6f2; background: #fff; cursor: pointer; }
.bcy-domain-search button { color: #fff; background: #337dff; cursor: pointer; transition: background .2s ease; }
.bcy-domain-search button:hover { background: #1c68ed; }

.bcy-domain-search-note {
    min-height: 22px;
    margin-top: 15px;
    color: #bed3f9;
    font-size: 13px;
}

.bcy-domain-search-note.error { color: #ffd0c8; }
.bcy-domain-results { padding: 58px 0 72px; }

.bcy-domain-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 24px;
}

.bcy-domain-section-head h2 { margin: 0 0 8px; font-size: 28px; }
.bcy-domain-section-head p { color: #7b879d; }
.bcy-domain-back { color: #337dff; }

.bcy-domain-result-list {
    overflow: hidden;
    border: 1px solid #dfe6f2;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(24, 55, 101, .06);
}

.bcy-domain-empty { padding: 72px 24px; text-align: center; color: #7b879d; }
.bcy-domain-empty-icon { display: block; margin-bottom: 12px; color: #337dff; font-size: 42px; }
.bcy-domain-empty strong { display: block; margin-bottom: 8px; color: #2a3852; font-size: 18px; }

.bcy-domain-result-item {
    display: grid;
    grid-template-columns: minmax(240px, 1.5fr) minmax(180px, .7fr) minmax(160px, .6fr);
    align-items: center;
    gap: 24px;
    min-height: 92px;
    padding: 18px 28px;
    border-bottom: 1px solid #edf1f7;
}

.bcy-domain-result-item:last-child { border-bottom: 0; }
.bcy-domain-name { display: flex; align-items: center; gap: 12px; min-width: 0; }
.bcy-domain-name strong { overflow: hidden; color: #17233d; font-size: 19px; text-overflow: ellipsis; }

.bcy-domain-status {
    flex: none;
    padding: 4px 9px;
    color: #1aa56f;
    border: 1px solid #9fe2c8;
    border-radius: 3px;
    background: #f1fcf7;
    font-size: 12px;
}

.bcy-domain-status.unavailable { color: #8792a5; border-color: #d9e0ea; background: #f7f8fa; }
.bcy-domain-price { color: #ff5a36; font-size: 22px; font-weight: 650; }
.bcy-domain-price small { color: #7b879d; font-size: 13px; font-weight: 400; }

.bcy-domain-action {
    justify-self: end;
    min-width: 128px;
    height: 42px;
    padding: 0 22px;
    color: #fff;
    border: 1px solid #337dff;
    border-radius: 4px;
    background: #337dff;
    cursor: pointer;
}

.bcy-domain-action.secondary { color: #337dff; background: #fff; }
.bcy-domain-action:disabled { cursor: wait; opacity: .65; }
.bcy-domain-features { padding: 54px 0 70px; background: #fff; }
.bcy-domain-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

.bcy-domain-feature-grid article {
    position: relative;
    padding: 30px;
    border: 1px solid #e5ebf4;
    border-radius: 8px;
}

.bcy-domain-feature-grid article > span { position: absolute; right: 24px; top: 18px; color: #edf2fa; font-size: 46px; font-weight: 700; }
.bcy-domain-feature-grid h3 { margin: 0 0 10px; font-size: 19px; }
.bcy-domain-feature-grid p { position: relative; margin: 0; color: #738198; line-height: 1.8; }

@media (max-width: 760px) {
    .bcy-domain-container { max-width: calc(100% - 28px); }
    .bcy-domain-hero { padding: 54px 0 62px; }
    .bcy-domain-hero h1 { font-size: 30px; }
    .bcy-domain-search { grid-template-columns: minmax(0, 1fr) 105px; height: auto; overflow: visible; background: transparent; box-shadow: none; }
    .bcy-domain-search input, .bcy-domain-search select { height: 56px; background: #fff; }
    .bcy-domain-search input { border-radius: 5px 0 0 5px; }
    .bcy-domain-search select { border-radius: 0 5px 5px 0; }
    .bcy-domain-search button { grid-column: 1 / -1; height: 52px; margin-top: 10px; border-radius: 5px; }
    .bcy-domain-section-head { align-items: flex-start; gap: 18px; }
    .bcy-domain-result-item { grid-template-columns: 1fr auto; gap: 14px; padding: 18px; }
    .bcy-domain-price { grid-column: 1; }
    .bcy-domain-action { grid-column: 2; grid-row: 1 / 3; }
    .bcy-domain-feature-grid { grid-template-columns: 1fr; }
}

