.hostillaBrandDomainApp {
    width: min(1180px, calc(100% - 34px));
    margin: 0 auto;
    color: #17251c;
    font-family: Arial, sans-serif;
}

.hostillaBrandDomainApp *,
.hostillaBrandDomainApp *::before,
.hostillaBrandDomainApp *::after {
    box-sizing: border-box;
}

.hostillaBrandDomainHero {
    padding: 32px 0 26px;
    border-bottom: 1px solid #dfe9dc;
}

.hostillaBrandDomainEyebrow,
.hostillaBrandDomainResultsHead > div > p {
    margin: 0 0 8px;
    color: #4b921f;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.hostillaBrandDomainHero h2 {
    max-width: 860px;
    margin: 0 0 12px;
    color: #132117 !important;
    font-family: "Century Gothic", Arial, sans-serif !important;
    font-size: 36px !important;
    font-weight: 700 !important;
    line-height: 1.14 !important;
    letter-spacing: 0 !important;
}

.hostillaBrandDomainHero > p:not(.hostillaBrandDomainEyebrow) {
    max-width: 880px;
    margin: 0;
    color: #48584d;
    font-size: 16px;
    line-height: 1.58;
}

.hostillaBrandDomainTrust {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 18px;
}

.hostillaBrandDomainTrust span {
    padding: 7px 10px;
    border: 1px solid #dce8d7;
    border-radius: 6px;
    background: #f7fbf4;
    color: #315629;
    font-size: 12px;
    font-weight: 700;
}

.hostillaBrandDomainForm {
    padding: 27px 0 30px;
    border-bottom: 3px solid #4ca923;
}

.hostillaBrandDomainFields {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 13px;
}

.hostillaBrandDomainFields label {
    display: flex;
    flex-direction: column;
    gap: 7px;
    min-width: 0;
    color: #34463a;
    font-size: 13px;
    font-weight: 700;
}

.hostillaBrandDomainFields b {
    color: #aa332f;
}

.hostillaBrandDomainFields input {
    width: 100%;
    height: 46px;
    padding: 0 13px;
    border: 1px solid #cbdac6;
    border-radius: 6px;
    background: #fff;
    color: #17251c;
    font: 14px Arial, sans-serif;
}

.hostillaBrandDomainFields input:focus {
    border-color: #4a9e27;
    outline: 3px solid #eef7e9;
}

.hostillaBrandDomainFields input.is-invalid {
    border-color: #b94a45;
    outline: 3px solid #fbefed;
}

.hostillaBrandDomainForm fieldset {
    min-width: 0;
    margin: 22px 0 0;
    padding: 0;
    border: 0;
}

.hostillaBrandDomainForm legend {
    margin: 0 0 9px;
    padding: 0;
    color: #34463a;
    font-size: 13px;
    font-weight: 700;
}

.hostillaBrandDomainSegments {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.hostillaBrandDomainSegments label {
    position: relative;
    cursor: pointer;
}

.hostillaBrandDomainSegments input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.hostillaBrandDomainSegments span {
    display: inline-flex;
    align-items: center;
    min-height: 39px;
    padding: 8px 13px;
    border: 1px solid #d6e3d1;
    border-radius: 6px;
    background: #fff;
    color: #3b4b40;
    font-size: 13px;
    font-weight: 700;
}

.hostillaBrandDomainSegments input:checked + span {
    border-color: #4da324;
    background: #eef8ea;
    color: #2e7217;
}

.hostillaBrandDomainSegments input:focus-visible + span,
.hostillaBrandDomainIdn input:focus-visible + span {
    outline: 3px solid #ead58b;
    outline-offset: 2px;
}

.hostillaBrandDomainIdn {
    position: relative;
    display: block;
    max-width: 610px;
    margin-top: 22px;
    cursor: pointer;
}

.hostillaBrandDomainIdn input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.hostillaBrandDomainIdn > span {
    display: grid;
    gap: 4px;
    padding: 12px 14px 12px 42px;
    border: 1px solid #d7e4d2;
    border-radius: 7px;
    background: #fff;
}

.hostillaBrandDomainIdn > span::before {
    position: absolute;
    top: 17px;
    left: 15px;
    width: 17px;
    height: 17px;
    border: 1px solid #8eaa84;
    border-radius: 4px;
    background: #fff;
    content: "";
}

.hostillaBrandDomainIdn input:checked + span::before {
    border-color: #4a9e25;
    background: #4a9e25;
    box-shadow: inset 0 0 0 4px #fff;
}

.hostillaBrandDomainIdn strong {
    color: #274b20;
    font-size: 13px;
}

.hostillaBrandDomainIdn small {
    color: #68756c;
    font-size: 11px;
    line-height: 1.4;
}

.hostillaBrandDomainSubmit {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 22px;
}

.hostillaBrandDomainSubmit button,
.hostillaBrandDomainSelection button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 11px 20px;
    border: 1px solid #3d901b;
    border-radius: 6px;
    background: #4daa23;
    color: #fff;
    font: 700 14px Arial, sans-serif;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(63, 145, 28, .17);
}

.hostillaBrandDomainSubmit button:hover,
.hostillaBrandDomainSelection button:hover {
    background: #3f941e;
}

.hostillaBrandDomainSubmit button:disabled,
.hostillaBrandDomainSelection button:disabled {
    cursor: wait;
    opacity: .65;
}

.hostillaBrandDomainSubmit p {
    max-width: 660px;
    margin: 0;
    color: #66736a;
    font-size: 12px;
    line-height: 1.45;
}

.hostillaBrandDomainResults {
    min-height: 210px;
    padding: 27px 0;
}

.hostillaBrandDomainEmpty {
    padding: 25px 0;
    text-align: center;
}

.hostillaBrandDomainEmpty h2,
.hostillaBrandDomainResultsHead h2,
.hostillaBrandDomainMethod h2 {
    margin: 0 0 8px;
    color: #1c4218 !important;
    font-family: "Century Gothic", Arial, sans-serif !important;
    font-size: 23px !important;
    line-height: 1.22 !important;
    letter-spacing: 0 !important;
}

.hostillaBrandDomainEmpty p {
    margin: 0;
    color: #657169;
}

.hostillaBrandDomainResultsHead {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 17px;
}

.hostillaBrandDomainResultsHead > span {
    color: #68736c;
    font-size: 12px;
}

.hostillaBrandDomainGrid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
}

.hostillaBrandDomainCard {
    min-width: 0;
    padding: 19px;
    border: 1px solid #dbe7d6;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 13px 29px rgba(29, 54, 22, .07);
}

.hostillaBrandDomainCardHead {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    min-width: 0;
}

.hostillaBrandDomainCardHead > div {
    min-width: 0;
}

.hostillaBrandDomainCardHead h3 {
    margin: 0 0 4px;
    overflow-wrap: anywhere;
    color: #18261d !important;
    font-size: 20px !important;
    line-height: 1.25 !important;
}

.hostillaBrandDomainCardHead p {
    margin: 0;
    overflow-wrap: anywhere;
    color: #6a756d;
    font: 11px Consolas, monospace;
}

.hostillaBrandDomainCardHead a {
    flex: 0 0 auto;
    color: #3c7e21 !important;
    font-size: 11px;
    font-weight: 700;
}

.hostillaBrandDomainRows {
    margin-top: 15px;
    border-top: 1px solid #e5ede2;
}

.hostillaBrandDomainRow {
    display: grid;
    grid-template-columns: minmax(135px, 1.45fr) minmax(104px, .9fr) minmax(96px, .75fr);
    align-items: center;
    gap: 10px;
    min-width: 0;
    padding: 10px 2px;
    border-bottom: 1px solid #edf2ea;
}

.hostillaBrandDomainChoice {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    color: #25372b;
    font-size: 13px;
    font-weight: 700;
}

.hostillaBrandDomainChoice input {
    flex: 0 0 auto;
    width: 17px;
    height: 17px;
    accent-color: #4b9f25;
}

.hostillaBrandDomainChoice span {
    min-width: 0;
    overflow-wrap: anywhere;
}

.hostillaBrandDomainStatus {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
    color: #68736c;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.25;
}

.hostillaBrandDomainStatus::before {
    flex: 0 0 auto;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #98a19b;
    content: "";
}

.hostillaBrandDomainStatus.is-free { color: #2f7a16; }
.hostillaBrandDomainStatus.is-free::before { background: #4ca824; }
.hostillaBrandDomainStatus.is-taken { color: #9c3733; }
.hostillaBrandDomainStatus.is-taken::before { background: #c44a43; }
.hostillaBrandDomainStatus.is-warning { color: #89651e; }
.hostillaBrandDomainStatus.is-warning::before { background: #d6a42c; }
.hostillaBrandDomainStatus.is-loading::before { animation: hostillaDomainPulse .8s ease-in-out infinite alternate; }

@keyframes hostillaDomainPulse {
    to { opacity: .28; transform: scale(.72); }
}

.hostillaBrandDomainPrice {
    min-width: 0;
    text-align: right;
}

.hostillaBrandDomainPrice strong {
    display: block;
    color: #2f7218;
    font-size: 12px;
    white-space: nowrap;
}

.hostillaBrandDomainPrice small {
    color: #78817b;
    font-size: 9px;
}

.hostillaBrandDomainRestriction {
    grid-column: 1 / -1;
    margin: -2px 0 1px 25px;
    color: #7e631f;
    font-size: 10px;
    line-height: 1.4;
}

.hostillaBrandDomainSelection {
    position: sticky;
    z-index: 25;
    bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    width: min(760px, 100%);
    margin: 0 auto 20px;
    padding: 12px 14px 12px 18px;
    border: 1px solid #bcd5ae;
    border-radius: 8px;
    background: rgba(248, 252, 246, .97);
    box-shadow: 0 16px 36px rgba(33, 67, 24, .17);
}

.hostillaBrandDomainSelection[hidden] { display: none !important; }

.hostillaBrandDomainSelection > div {
    display: flex;
    align-items: baseline;
    gap: 7px;
}

.hostillaBrandDomainSelection strong {
    color: #347b1b;
    font-size: 24px;
}

.hostillaBrandDomainSelection span {
    color: #56635a;
    font-size: 12px;
}

.hostillaBrandDomainSelection button {
    min-height: 42px;
    padding: 9px 17px;
}

.hostillaBrandDomainNotice {
    padding: 18px;
    border: 1px solid #ead7a0;
    border-radius: 8px;
    background: #fffaf0;
    color: #5d512c;
    line-height: 1.5;
}

.hostillaBrandDomainMethod {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    padding: 28px 0;
    border-top: 1px solid #e0e9dd;
}

.hostillaBrandDomainMethod > div { max-width: 890px; }
.hostillaBrandDomainMethod p { margin: 0; color: #58665c; line-height: 1.55; }
.hostillaBrandDomainMethod > a { flex: 0 0 auto; color: #397d1f !important; font-weight: 700; }

@media (max-width: 920px) {
    .hostillaBrandDomainFields { grid-template-columns: 1fr 1fr; }
    .hostillaBrandDomainFields label:first-child { grid-column: 1 / -1; }
    .hostillaBrandDomainGrid { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
    .hostillaBrandDomainApp { width: min(100% - 20px, 1180px); }
    .hostillaBrandDomainHero { padding-top: 22px; }
    .hostillaBrandDomainHero h2 { font-size: 28px !important; }
    .hostillaBrandDomainFields { grid-template-columns: 1fr; }
    .hostillaBrandDomainFields label:first-child { grid-column: auto; }
    .hostillaBrandDomainSubmit,
    .hostillaBrandDomainResultsHead,
    .hostillaBrandDomainMethod,
    .hostillaBrandDomainSelection { align-items: stretch; flex-direction: column; }
    .hostillaBrandDomainSubmit button,
    .hostillaBrandDomainMethod > a,
    .hostillaBrandDomainSelection button { width: 100%; text-align: center; }
    .hostillaBrandDomainRow { grid-template-columns: minmax(0, 1fr) minmax(94px, auto); }
    .hostillaBrandDomainPrice { grid-column: 1 / -1; padding-left: 25px; text-align: left; }
    .hostillaBrandDomainPrice strong { display: inline; }
    .hostillaBrandDomainSelection { bottom: 7px; width: 100%; gap: 8px; padding: 10px; }
    .hostillaBrandDomainSelection > div { justify-content: center; }
}
