.eco-domains-onepage {
    background: linear-gradient(180deg, #f6f9fc 0%, #ffffff 34%);
}

.eco-domains-hero {
    overflow: hidden;
}

.eco-domains-kicker {
    margin: 0 0 10px;
    color: #8ee4ff !important;
    font-size: 12px !important;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.eco-domains-search-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    align-items: end;
}

.eco-domains-search-label {
    display: grid;
    gap: 8px;
    margin: 0;
    color: #163352;
    font-size: 13px;
    font-weight: 800;
}

.eco-domains-search-input {
    min-height: 52px;
    font-size: 16px;
}

.eco-domains-search-submit {
    min-height: 52px;
    white-space: nowrap;
}

.eco-domains-extension-picker {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.eco-domain-extension-chip {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    border: 1px solid #d6e4ef;
    border-radius: 999px;
    background: #f7fbff;
    cursor: pointer;
    transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.eco-domain-extension-chip input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.eco-domain-extension-chip span {
    padding: 9px 13px;
    color: #244567;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.eco-domain-extension-chip:has(input:checked),
.eco-domain-extension-chip.is-priority:has(input:checked) {
    border-color: #0f4c81;
    background: #eef7ff;
    box-shadow: 0 8px 18px rgba(15, 76, 129, 0.08);
}

.eco-domains-search-help {
    margin: 14px 0 0;
    color: #5b6e81;
    font-size: 13px;
    line-height: 1.55;
}

.eco-domains-empty {
    border: 1px dashed #c9dae8;
    border-radius: 16px;
    padding: 24px;
    background: #f8fbfe;
    color: #5b6e81;
}

.eco-domains-empty h3 {
    margin: 0 0 8px;
    color: #163352;
}

.eco-domains-empty p {
    margin: 0;
}

.eco-domains-recommendation {
    margin-bottom: 18px;
    border: 1px solid #ffd28d;
    border-radius: 16px;
    padding: 14px 16px;
    background: #fff8eb;
    color: #6c4a14;
}

.eco-domains-recommendation strong {
    color: #123456;
}

.eco-domains-results {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.eco-domain-card {
    position: relative;
    display: grid;
    gap: 12px;
    min-height: 100%;
    border: 1px solid #dbe6ef;
    border-radius: 16px;
    padding: 16px;
    background: #fbfdff;
    box-shadow: 0 14px 30px rgba(18, 44, 71, 0.05);
}

.eco-domain-card.is-selected {
    border-color: #0f4c81;
    background: #f2f8ff;
}

.eco-domain-card.is-registered {
    background: #fff;
}

.eco-domain-card-head {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: flex-start;
}

.eco-domain-card-domain {
    margin: 0;
    color: #123456;
    font-size: 17px;
    font-weight: 900;
    word-break: break-word;
}

.eco-domain-status {
    display: inline-flex;
    align-items: center;
    width: max-content;
    padding: 5px 8px;
    border-radius: 999px;
    background: #eaf7ef;
    color: #1f7a3a;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.eco-domain-status.is-registered {
    background: #eef3f8;
    color: #4b6175;
}

.eco-domain-status.is-error,
.eco-domain-status.is-invalid {
    background: #fff1f0;
    color: #a33b2f;
}

.eco-domain-card-copy {
    margin: 0;
    color: #5b6e81;
    font-size: 13px;
    line-height: 1.55;
}

.eco-domain-card-price {
    border-top: 1px solid #e1ebf3;
    padding-top: 10px;
}

.eco-domain-card-price span {
    display: block;
    color: #6a7f92;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.eco-domain-card-price strong {
    display: block;
    color: #0f4c81;
    font-size: 24px;
    line-height: 1.05;
}

.eco-domain-card-price small {
    color: #6a7f92;
}

.eco-domain-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: auto;
}

.eco-domain-select,
.eco-domain-transfer {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 38px;
    border: 1px solid #d2e1ed;
    border-radius: 999px;
    padding: 0 12px;
    background: #fff;
    color: #123456;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
}

.eco-domain-select.is-active {
    border-color: #0f4c81;
    background: #0f4c81;
    color: #fff;
}

.eco-domain-transfer {
    color: #244567;
}

.eco-domains-variations {
    margin-top: 22px;
}

.eco-domains-variation-head {
    margin-bottom: 12px;
    border-radius: 14px;
    padding: 12px 14px;
    background: #eef6ff;
    color: #244567;
}

.eco-domains-variation-head span {
    display: block;
    color: #0f4c81;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.eco-domains-variation-head strong {
    display: block;
    margin-top: 4px;
}

.eco-domains-summary {
    position: sticky;
    top: 18px;
}

.eco-domains-summary-mode {
    display: inline-flex;
    align-items: center;
    margin: 0 0 14px;
    border-radius: 999px;
    padding: 7px 10px;
    background: #eef6ff;
    color: #0f4c81;
    font-size: 12px;
    font-weight: 900;
}

.eco-domains-selected-list {
    display: grid;
    gap: 8px;
    margin-bottom: 14px;
}

.eco-domains-selected-list p {
    margin: 0;
    color: #6a7f92;
}

.eco-domains-selected-item {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    border: 1px solid #e0eaf2;
    border-radius: 12px;
    padding: 10px;
    background: #fbfdff;
}

.eco-domains-selected-item strong {
    color: #123456;
    font-size: 13px;
}

.eco-domains-selected-item span {
    color: #5b6e81;
    font-size: 12px;
}

.eco-domains-hosting-box {
    display: grid;
    gap: 6px;
    margin: 14px 0;
    border: 1px solid #d4e7f8;
    border-radius: 16px;
    padding: 14px;
    background: linear-gradient(180deg, #f5fbff 0%, #ffffff 100%);
}

.eco-domains-hosting-box h4,
.eco-domains-hosting-box p {
    margin: 0;
}

.eco-domains-hosting-box h4 {
    color: #123456;
}

.eco-domains-hosting-box p,
.eco-domains-hosting-box small {
    color: #5b6e81;
}

.eco-domains-hosting-box strong {
    color: #0f4c81;
    font-size: 22px;
}

.eco-hosting-regular-price {
    display: inline-block;
    width: max-content;
    color: #71869a;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.1;
    text-decoration: line-through;
    text-decoration-thickness: 3px;
    text-decoration-color: rgba(18, 52, 86, 0.68);
}

.eco-hosting-promo-price {
    display: block;
}

.eco-domains-hosting-upsell {
    border-color: #cfe4f5;
    background:
        radial-gradient(circle at 100% 0%, rgba(142, 228, 255, 0.25), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f4f9ff 100%);
}

.eco-hosting-use-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(190px, 240px);
    gap: 18px;
    align-items: stretch;
    margin-bottom: 16px;
    border: 1px solid #d5e7f6;
    border-radius: 18px;
    padding: 18px;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 18px 36px rgba(18, 44, 71, 0.06);
}

.eco-hosting-use-card h3,
.eco-hosting-use-card p {
    margin: 0;
}

.eco-hosting-use-card h3 {
    margin-top: 8px;
    color: #123456;
    font-size: 24px;
    line-height: 1.15;
}

.eco-hosting-use-card p {
    margin-top: 10px;
    color: #4f6680;
    line-height: 1.6;
}

.eco-hosting-use-price {
    display: grid;
    align-content: center;
    gap: 5px;
    border-radius: 16px;
    padding: 16px;
    background: #0f2f57;
    color: #fff;
}

.eco-hosting-use-price span,
.eco-hosting-use-price small {
    color: #bfe8ff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.eco-hosting-use-price strong {
    color: #fff;
    font-size: 24px;
    line-height: 1.1;
}

.eco-hosting-use-price .eco-hosting-regular-price {
    color: rgba(255, 255, 255, 0.72);
    text-decoration-color: rgba(255, 153, 47, 0.92);
}

.eco-hosting-benefit-grid,
.eco-hosting-choice-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.eco-hosting-benefit {
    display: grid;
    gap: 8px;
    border: 1px solid #dbe8f2;
    border-radius: 16px;
    padding: 14px;
    background: #fff;
}

.eco-hosting-benefit i {
    color: #ff992f;
    font-size: 18px;
}

.eco-hosting-benefit strong {
    color: #123456;
}

.eco-hosting-benefit span {
    color: #5b6e81;
    font-size: 13px;
    line-height: 1.5;
}

.eco-hosting-choice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 10px;
}

.eco-hosting-choice-intro {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: center;
    margin-top: 16px;
    border: 1px solid #d6e4ef;
    border-radius: 14px;
    padding: 12px 14px;
    background: #f8fbff;
}

.eco-hosting-choice-intro strong {
    color: #123456;
    font-size: 14px;
}

.eco-hosting-choice-intro span {
    color: #5b6e81;
    font-size: 13px;
    line-height: 1.45;
}

.eco-hosting-choice {
    position: relative;
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 12px;
    width: 100%;
    border: 1px solid #d6e4ef;
    border-radius: 16px;
    padding: 18px;
    background: #fff;
    color: #123456;
    text-align: left;
    cursor: pointer;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.eco-hosting-choice:hover,
.eco-hosting-choice:focus {
    border-color: #0f4c81;
    box-shadow: 0 14px 30px rgba(15, 76, 129, 0.09);
    transform: translateY(-1px);
}

.eco-hosting-choice.is-featured {
    border-color: #ff992f;
    background: linear-gradient(180deg, #fff9ef 0%, #ffffff 100%);
}

.eco-hosting-choice.is-selected {
    border-width: 2px;
    background: #f3f9ff;
    box-shadow: 0 16px 34px rgba(15, 76, 129, 0.12);
}

.eco-hosting-choice.is-featured.is-selected {
    background: linear-gradient(180deg, #fff7e9 0%, #ffffff 100%);
}

.eco-hosting-choice-radio {
    position: relative;
    width: 24px;
    height: 24px;
    border: 2px solid #b9cad9;
    border-radius: 999px;
    background: #fff;
    box-shadow: inset 0 0 0 4px #fff;
}

.eco-hosting-choice.is-selected .eco-hosting-choice-radio {
    border-color: #0f4c81;
    background: #0f4c81;
}

.eco-hosting-choice.is-selected .eco-hosting-choice-radio::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 3px;
    width: 7px;
    height: 12px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.eco-hosting-choice-content {
    display: grid;
    gap: 7px;
}

.eco-hosting-choice-kicker {
    color: #0f4c81;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.eco-hosting-choice strong {
    font-size: 17px;
    line-height: 1.25;
}

.eco-hosting-choice small {
    color: #5b6e81;
    font-size: 13px;
    line-height: 1.45;
}

.eco-hosting-choice-selected {
    position: absolute;
    top: 10px;
    right: 12px;
    display: none;
    border-radius: 999px;
    padding: 5px 8px;
    background: #0f4c81;
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.eco-hosting-choice.is-featured .eco-hosting-choice-selected {
    background: #ff992f;
    color: #123456;
}

.eco-hosting-choice.is-selected .eco-hosting-choice-selected {
    display: inline-flex;
}

.eco-hosting-continue {
    width: 100%;
    margin-top: 14px;
}

.eco-domains-summary-actions {
    display: grid;
    gap: 10px;
    margin-top: 14px;
}

.eco-button-secondary {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 48px;
    border: 1px solid #cfe0ef;
    border-radius: 12px;
    padding: 0 18px;
    background: #f7fbff;
    color: #123456;
    font-weight: 900;
}

.eco-button-secondary:hover,
.eco-button-secondary:focus {
    border-color: #0f4c81;
    color: #0f4c81;
}

.eco-native-checkout {
    margin-top: 18px;
}

@media (max-width: 1024px) {
    .eco-domains-results {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .eco-hosting-benefit-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .eco-domains-search-row {
        grid-template-columns: 1fr;
    }

    .eco-domains-results {
        grid-template-columns: 1fr;
    }

    .eco-domains-summary {
        position: static;
    }

    .eco-hosting-use-card,
    .eco-hosting-choice-grid {
        grid-template-columns: 1fr;
    }

    .eco-hosting-choice-intro {
        display: grid;
    }

    .eco-hosting-use-card h3 {
        font-size: 21px;
    }
}
