/*-----------------------------------*\
  #FREE WHOIS
\*-----------------------------------*/

.free-whois-width-container {
    width: 1280px;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 64px;
}

.free-whois-hero-section {
    width: 100%;
    padding: 164px 0 80px 0;
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.free-whois-hero-background-grid {
    position: absolute;
    inset: 0;
    background-image: url("../images/Graphic-Elements/squares-net-v3.svg");
    background-repeat: repeat;
    background-size: cover;
    background-position: center top;
    opacity: 1;
    mix-blend-mode: overlay;
    pointer-events: none;
}

.free-whois-hero-blue-circle {
    width: 500px;
    height: 500px;
    right: 128px;
    top: 72px;
    background: rgba(18, 120, 212, 0.22);
    filter: blur(120px);
}

.free-whois-hero-purple-circle {
    width: 326px;
    height: 326px;
    left: 360px;
    top: 256px;
    background: rgba(91, 70, 185, 0.32);
    filter: blur(96px);
}

.free-whois-breadcrumbs-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    gap: 8px;
}

.free-whois-breadcrumb-link {
    color: rgba(236, 236, 236, 0.65);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 24px;
    transition: 0.5s;
}

.free-whois-breadcrumb-link:is(:hover, :focus-visible, :focus-within) {
    color: var(--neutral-01);
}

.free-whois-breadcrumb-current {
    color: var(--neutral-02);
    font-size: 16px;
    font-weight: var(--medium);
    line-height: 24px;
}

.free-whois-breadcrumb-arrow {
    width: 20px;
    height: 20px;
    transform: rotate(270deg);
    filter: var(--filter-neutral-06);
}

.free-whois-hero-content-container {
    width: 782px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 32px;
    align-items: center;
}

.free-whois-hero-heading-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
}

.free-whois-hero-badge {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
    border-radius: 100px;
    border: 1px solid #131F31;
    color: #A4BBDD;
    text-align: center;
    text-shadow: 0 4px 16px rgba(255, 255, 255, 0.25);
    font-size: 16px;
    font-weight: var(--medium);
    line-height: 16px;
    letter-spacing: 0.32px;
}

.free-whois-hero-title {
    width: 768px;

    font-size: 56px;
    font-weight: var(--medium);
    line-height: 64px;

}

.free-whois-hero-title-blue {
    font-size: 56px;
    font-weight: var(--medium);
    line-height: 64px;
}

.free-whois-hero-description {
    width: 662px;
    color: rgba(236, 236, 236, 0.65);
    text-align: center;
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 24px;
    margin-top: 8px;
}

.free-whois-search-main-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}

.free-whois-search-form {
    width: 640px;
    height: 64px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(1, 7, 19, 0.72);
    transition: 0.5s;
}

.free-whois-search-form:has(.free-whois-search-input:not(:placeholder-shown)) {
    border: 1px solid rgba(67, 158, 239, 0.25);
    background: rgba(255, 255, 255, 0.01);
    box-shadow: 0 4px 16px 0 rgba(255, 255, 255, 0.10);
}

.free-whois-search-form:is(:focus, :focus-visible, :focus-within) {
    border: 2px solid rgba(67, 158, 239, 0.25);
    background: rgba(255, 255, 255, 0.01);
    box-shadow: 0 4px 16px 0 rgba(255, 255, 255, 0.10);
}

.free-whois-search-input {
    flex: 1 0 0;
    min-width: 0;
    background: transparent;
    border: none;
    outline: none;
    color: var(--neutral-01);
    font-size: 16px;
    font-weight: var(--medium);
    line-height: 16px;
    letter-spacing: 2%;
    padding: 0 16px;
}

.free-whois-search-input::placeholder {
    color: var(--neutral-10);
}


.free-whois-search-note {
    color: var(--neutral-12);
    font-size: 14px;
    font-weight: var(--regular);
    line-height: 14px;
}

.free-whois-benefits-container {
    width: 100%;
    margin-top: 64px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 140px;
}

.free-whois-benefit-item {
    min-width: 280px;
    width: 100%;
    display: flex;
    flex-direction: column;

    gap: 20px;
}

.free-whois-benefit-title {
    color: var(--white);
    font-size: 16px;
    font-weight: var(--medium);
    line-height: 16px;
}

.free-whois-benefit-description {
    color: var(--neutral-08);
    font-size: 14px;
    font-weight: var(--regular);
    line-height: 22px;
}


.messages-form-submit {
    margin-top: 32px;
    display: none;
    justify-content: center;
    align-items: center;
    width: 600px;
    width: 532px;
    gap: 8px;
    border-radius: 12px;
    color: var(--neutral-03);
    font-size: 16px;
    line-height: 24px;
    padding: 12px;
}

.messages-form-submit.active {
    display: flex;
}

.messages-form-submit.unvalid {
    background: rgba(128, 102, 0, 0.25);

}

.messages-form-submit.no-data {
    background: rgba(204, 204, 204, 0.25);
}


.message-form-submit-icon {
    width: 20px;
    height: 20px;
}


/*-----------------------------------*\
  #FORM OUTPUT
\*-----------------------------------*/

.form-output-section {
    width: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 0 0 120px 0;
    position: relative;
    overflow: hidden;
}

.form-output-section.active {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}

.free-whois-results-background-grid {
    position: absolute;
    inset: 0;
    background-image: url("../images/Graphic-Elements/squares-net-v3.svg");
    background-repeat: repeat;
    background-position: center top;
    background-size: cover;
    mix-blend-mode: overlay;
    opacity: 1;
    pointer-events: none;
}

.free-whois-results-blue-circle {
    width: 320px;
    height: 320px;
    left: 12px;
    top: 1180px;
    background: rgba(18, 120, 212, 0.28);
    filter: blur(96px);
}

.free-whois-results-purple-circle {
    width: 340px;
    height: 340px;
    right: 48px;
    bottom: 120px;
    background: rgba(91, 70, 185, 0.22);
    filter: blur(110px);
}

.free-whois-results-width-container {
    width: 1280px;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.free-whois-results-summary-row,
.free-whois-overall-assessment-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 32px;
}

.free-whois-results-domain-container,
.free-whois-overall-assessment-copy {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.free-whois-results-domain,
.free-whois-overall-assessment-title {
    color: var(--neutral-02);
    font-size: 16px;
    font-weight: var(--semiBold);
    line-height: 20px;
}

.free-whois-results-origin,
.free-whois-overall-assessment-description {
    color: var(--neutral-08);
    font-size: 12px;
    font-weight: var(--regular);
    line-height: 16px;
}

.free-whois-results-score-container {
    display: flex;
    align-items: center;
    gap: 16px;
}

.free-whois-results-score-badge {
    padding: 4px 8px;
    border-radius: 6px;
    color: var(--white);
    font-size: 12px;
    font-weight: var(--medium);
    line-height: 12px;
}

.free-whois-results-score-badge.good {
    background: rgba(46, 184, 117, 0.5);
}

.free-whois-results-score-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
}

.free-whois-results-score-label {
    color: var(--neutral-08);
    font-size: 12px;
    font-weight: var(--medium);
    line-height: 12px;
}

.free-whois-results-score-value {
    color: var(--neutral-02);
    font-size: 16px;
    font-weight: var(--semiBold);
    line-height: 20px;
}

.free-whois-results-groups-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.free-whois-results-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.free-whois-results-group-heading {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.free-whois-results-group-heading-main {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.free-whois-results-group-title {
    color: var(--light-blue-01);
    font-size: 16px;
    font-weight: var(--semiBold);
    line-height: 20px;
}

.free-whois-results-group-heading-actions {
    flex-shrink: 0;
}

.free-whois-results-group-toggle-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    background: transparent;
    border: none;
    padding: 0;
    flex-shrink: 0;
}

.free-whois-results-group-arrow {
    width: 24px;
    height: 24px;
    filter: var(--filter-neutral-06);
    transform: rotate(180deg);
    transition: transform 0.35s ease;
}

.free-whois-results-group.is-collapsed .free-whois-results-group-arrow {
    transform: rotate(0deg);
}

.free-whois-results-table-shell {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.free-whois-results-table-shell[hidden] {
    display: none;
}

.free-whois-results-copy-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: transparent;
    border: none;
    transition: opacity 0.35s ease;
}

.free-whois-results-copy-button:is(:hover, :focus-visible, :focus-within) {
    opacity: 0.8;
}

.free-whois-results-copy-button.copied {
    opacity: 0.55;
}

.free-whois-results-copy-button-icon {
    width: 20px;
    height: 20px;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.free-whois-results-copy-button-icon::before,
.free-whois-results-copy-button-icon::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    border: 1.5px solid rgba(255, 255, 255, 0.95);
    border-radius: 2px;
    transition: border-color 0.35s ease;
}

.free-whois-results-copy-button-icon::before {
    top: 4px;
    left: 2px;
}

.free-whois-results-copy-button-icon::after {
    top: 1px;
    left: 5px;
    background: rgba(1, 7, 19, 0.9);
}

.free-whois-results-copy-button:is(:hover, :focus-visible, :focus-within) .free-whois-results-copy-button-icon::before,
.free-whois-results-copy-button:is(:hover, :focus-visible, :focus-within) .free-whois-results-copy-button-icon::after {
    border-color: rgba(99, 174, 241, 0.95);
}

.free-whois-results-table {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.free-whois-results-table.free-whois-results-table-free .free-whois-results-table-header,
.free-whois-results-table.free-whois-results-table-free .free-whois-results-table-row {
    grid-template-columns: minmax(180px, 1.4fr) minmax(140px, 1.3fr) minmax(140px, 1.3fr) 20px;
}

.free-whois-results-table.free-whois-results-table-advanced .free-whois-results-table-header,
.free-whois-results-table.free-whois-results-table-advanced .free-whois-results-table-row {
    grid-template-columns: minmax(200px, 1.55fr) minmax(150px, 1.1fr) 20px;
}

.free-whois-results-table-header,
.free-whois-results-table-row {
    width: 100%;
    display: grid;
    align-items: center;
    gap: 24px;
    padding: 12px 24px;
}

.free-whois-results-table-header {
    border-radius: 8px;
    background: rgba(134, 170, 225, 0.2);
}

.free-whois-results-table-row {
    border-bottom: 1px solid rgba(134, 170, 225, 0.2);
}

.free-whois-results-table-text {
    color: var(--neutral-05);
    font-size: 14px;
    font-weight: var(--medium);
    line-height: 22px;
}

.free-whois-results-table-text.strong {
    color: var(--neutral-02);
}

.free-whois-results-table-icon-cell {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.free-whois-results-info-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    filter: var(--filter-white);
}

.free-whois-results-warning-icon {
    filter: none;
}

.free-whois-results-source-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.free-whois-results-table-icon-cell.locked {
    justify-content: flex-end;
}

.free-whois-results-source-icon.lock::before {
    content: "🔒";
    font-size: 14px;
    line-height: 14px;
    filter: grayscale(1) brightness(1.55);
}

.free-whois-upgrade-main-container {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}

.free-whois-upgrade-title {
    color: var(--neutral-03);
    text-align: center;
    font-size: 40px;
    font-weight: var(--medium);
    line-height: 48px;
    letter-spacing: -0.4px;
    background: linear-gradient(270deg, #ffffff 42%, rgba(236, 236, 236, 0.38) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.free-whois-upgrade-button {
    padding: 14px 24px;
}

.free-whois-upgrade-note {
    color: var(--neutral-08);
    text-align: center;
    font-size: 12px;
    font-weight: var(--regular);
    line-height: 16px;
}

.free-whois-advanced-results-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.free-whois-advanced-results-blur {
    display: flex;
    flex-direction: column;
    gap: 40px;
    filter: blur(2px);
}

.free-whois-results-group.advanced .free-whois-results-group-title {
    color: #b5c8e3;
}

.free-whois-advanced-results-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}
