/* Evolução Host — página de registro de domínio */

.template-domainregister .eh-page-title {
    display: none;
}

.template-domainregister .eh-content {
    max-width: 1160px;
    padding-top: 54px;
}

.template-domainregister #order-standard_cart > .row {
    display: block;
    margin: 0;
}

.template-domainregister #order-standard_cart .cart-sidebar,
.template-domainregister #order-standard_cart .sidebar-collapsed {
    display: none !important;
}

.template-domainregister #order-standard_cart .cart-body {
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.template-domainregister #order-standard_cart .header-lined {
    max-width: 760px;
    margin: 0 auto 10px;
    text-align: center;
}

.template-domainregister #order-standard_cart .header-lined h1 {
    margin: 0;
    color: #271a35;
    font-size: clamp(36px, 5vw, 54px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.template-domainregister #order-standard_cart .header-lined + p {
    max-width: 680px;
    margin: 0 auto 30px;
    color: #786d87;
    font-size: 17px;
    text-align: center;
}

.template-domainregister .domain-checker-container {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 48px;
    color: #271a35;
    background: linear-gradient(135deg, #f2ebfb 0%, #e9e3fa 100%);
    border: 1px solid #e0d5ec;
    border-radius: 24px;
    box-shadow: 0 20px 52px rgba(48, 27, 76, 0.09);
}

.template-domainregister .domain-checker-container::before,
.template-domainregister .domain-checker-container::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}

.template-domainregister .domain-checker-container::before {
    width: 260px;
    height: 260px;
    right: -90px;
    top: -120px;
    background: rgba(86, 54, 214, 0.09);
}

.template-domainregister .domain-checker-container::after {
    width: 150px;
    height: 150px;
    left: -70px;
    bottom: -80px;
    background: rgba(54, 57, 237, 0.06);
}

.template-domainregister .domain-checker-bg {
    position: relative;
    z-index: 1;
    padding: 0 !important;
    background: none !important;
}

.template-domainregister #frmDomainChecker > .row {
    margin: 0;
}

.template-domainregister #frmDomainChecker .col-md-8,
.template-domainregister #frmDomainChecker .col-xs-10 {
    float: none;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 0;
}

.template-domainregister #frmDomainChecker .input-group-box {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 170px;
    gap: 12px;
    width: 100%;
    align-items: stretch;
}

.template-domainregister #frmDomainChecker .input-group-box > select,
.template-domainregister #frmDomainChecker .input-group-box > label {
    display: none !important;
}

.template-domainregister #frmDomainChecker textarea#message {
    width: 100% !important;
    height: 64px;
    min-height: 64px;
    margin: 0;
    padding: 19px 22px;
    overflow: hidden;
    color: #271a35;
    background: #fff;
    border: 1px solid #d9cfe4;
    border-radius: 12px;
    box-shadow: 0 8px 26px rgba(48, 27, 76, 0.06);
    font-size: 16px;
    line-height: 24px;
    resize: none;
}

.template-domainregister #frmDomainChecker textarea#message::placeholder {
    color: #94899f;
}

.template-domainregister #frmDomainChecker textarea#message:focus {
    border-color: #5636d6;
    box-shadow: 0 0 0 4px rgba(86, 54, 214, 0.12);
}

.template-domainregister #btnCheckAvailability {
    width: 170px;
    min-height: 64px;
    margin: 0;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff;
    background: linear-gradient(135deg, #3639ed, #5636d6);
    border: 0;
    border-radius: 12px;
    box-shadow: 0 12px 28px rgba(70, 49, 196, 0.24);
    font-size: 15px;
    font-weight: 800;
}

.template-domainregister #btnCheckAvailability:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 34px rgba(70, 49, 196, 0.3);
}

.template-domainregister .domain-lookup-result,
.template-domainregister .domain-suggestions {
    margin-top: 22px;
    color: #574b66;
    background: #fff;
    border: 1px solid #e5ddec;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(48, 27, 76, 0.07);
}

.template-domainregister .domain-pricing {
    margin-top: 48px;
}

.template-domainregister .domain-pricing > h4 {
    margin: 0 0 18px;
    color: #271a35;
    font-size: 26px;
    font-weight: 800;
}

.template-domainregister .tld-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
}

.template-domainregister .tld-filters .badge {
    margin: 0;
    padding: 9px 14px;
    color: #5636d6;
    background: #f1ebfb;
    border: 1px solid #ded2eb;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 750;
}

.template-domainregister .tld-filters .badge:hover,
.template-domainregister .tld-filters .badge.active {
    color: #fff;
    background: #5636d6;
    border-color: #5636d6;
}

.template-domainregister .domain-pricing > .bg-white {
    overflow: hidden;
    background: #fff !important;
    border: 1px solid #e7e0ef;
    border-radius: 18px;
    box-shadow: 0 14px 38px rgba(48, 27, 76, 0.07);
}

.template-domainregister .tld-pricing-header {
    min-height: 58px;
    align-items: center;
    color: #3c304a;
    background: #f4eff8;
    border: 0;
    font-size: 13px;
    font-weight: 800;
}

.template-domainregister .tld-pricing-header > div,
.template-domainregister .tld-pricing-header .row > div {
    padding: 18px 16px;
    border-color: #e2d9e9;
}

.template-domainregister .tld-row {
    min-height: 66px;
    align-items: stretch;
    color: #574b66;
    background: #fff;
    border-top: 1px solid #eee8f2;
}

.template-domainregister .tld-row:hover {
    background: #fbf9fd;
}

.template-domainregister .tld-row > div,
.template-domainregister .tld-row > div > .row,
.template-domainregister .tld-row > div > .row > div {
    min-height: 66px;
    align-items: center;
}

.template-domainregister .tld-row strong {
    color: #271a35;
    font-size: 16px;
}

.template-domainregister .tld-row small {
    color: #8b8096;
}

.template-domainregister .domain-pricing .btn,
.template-domainregister .domain-lookup-result .btn {
    color: #fff;
    background: linear-gradient(135deg, #3639ed, #5636d6);
    border: 0;
    border-radius: 9px;
}

@media (max-width: 767px) {
    .template-domainregister .eh-content {
        padding-top: 38px;
    }

    .template-domainregister #order-standard_cart .header-lined h1 {
        font-size: 36px;
    }

    .template-domainregister .domain-checker-container {
        padding: 28px 20px;
        border-radius: 18px;
    }

    .template-domainregister #frmDomainChecker .input-group-box {
        grid-template-columns: 1fr;
    }

    .template-domainregister #frmDomainChecker textarea#message {
        height: 82px;
        min-height: 82px;
    }

    .template-domainregister #btnCheckAvailability {
        width: 100%;
    }

    .template-domainregister .domain-pricing {
        overflow-x: auto;
    }

    .template-domainregister .domain-pricing > .bg-white {
        min-width: 680px;
    }
}
