.tools-page-section {
    width: 100%;
    padding: 160px 0 120px;
    position: relative;
    display: flex;
    justify-content: center;
}

.tools-page-width-container {
    width: 1280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
}



.tools-page-blue-circle {
    width: 240px;
    height: 240px;
    left: 560px;
    top: -72px;
}


.tools-page-title-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
    position: relative;
}

.tools-page-title {
    text-align: start;
    font-size: 64px;
    line-height: 72px;
}

.tools-page-title-blue {
    text-align: start;
    font-size: 64px;
    line-height: 72px;
}

.tools-page-description {
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 24px;
}

.tools-page-description-strong {
    font-size: 16px;
    font-weight: var(--semiBold);
    line-height: 24px;
}

.tools-page-grid-container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    position: relative;
}

.tools-page-purple-circle {
    width: 300px;
    height: 300px;
    left: -72px;
    top: -32px;

}

.tools-page-card {
    height: 514px;
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: linear-gradient(180deg, rgba(3, 10, 24, 0.88) 0%, rgba(1, 7, 19, 0.95) 100%);
    box-shadow: 0 4px 16px 0 rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    transition: 0.5s;

}

.tools-page-card:is(:hover, :focus-within) {
    border-color: rgba(67, 158, 239, 0.18);
    box-shadow: 0 4px 20px 0 rgba(255, 255, 255, 0.18);
}

.tools-page-card-free {
    gap: 32px;
}



.tools-page-card-badge {
    display: flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    border-radius: 66px;
    border: 1px solid rgba(14, 93, 165, 0.50);
    color: var(--neutral-06);
    text-shadow: 0 4px 16px rgba(255, 255, 255, 0.25);
    font-size: 12px;
    font-weight: var(--medium);
    line-height: 12px;
    letter-spacing: 0.12px;
    text-transform: uppercase;
}

.tools-page-card-badge.free {
    border-color: transparent;
    background: #0C5D98;
    color: #C7D5EA;
    font-weight: var(--semiBold);
}

.tools-page-card-title-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.tools-page-card-title-container-free {
    gap: 20px;
}

.tools-page-card-icon {
    width: 40px;
    height: 40px;
}

.tools-page-card-title {
    color: var(--light-blue-01);
    font-size: 22px;
    font-weight: var(--semiBold);
    line-height: 28px;
    letter-spacing: 1%;
}

.tools-page-card-title-free {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -1%;
    margin-bottom: 32px;
}

.tools-page-card-button.free-whois-btn {
    margin-top: 24px;
}

.tools-page-card-description {
    color: rgba(236, 236, 236, 0.65);
    font-size: 14px;
    font-weight: var(--regular);
    line-height: 22px;
}

.tools-page-card-features-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.tools-page-card-features-label {
    color: #ADD4F6;
    font-size: 12px;
    font-weight: var(--medium);
    line-height: 24px;
    text-transform: uppercase;
}

.tools-page-card-features-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.tools-page-card-feature-item {
    width: 100%;
    padding-left: 32px;
    position: relative;
    color: var(--neutral-02);
    font-size: 14px;
    font-weight: var(--medium);
    line-height: 22px;
}

.tools-page-card-feature-item::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    width: 24px;
    height: 24px;
    background-image: url("../images/Icons/check.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
}

.tools-page-card-button {
    height: 40px;
    margin-top: auto;
    font-size: 14px;
    line-height: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 16px;
}

.tools-page-bottom-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.tools-page-bottom-button {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tools-page-bottom-description-container {
    display: flex;
    align-items: flex-end;
    gap: 4px;
}

.tools-page-bottom-description {
    color: rgba(236, 236, 236, 0.65);
    font-size: 14px;
    font-weight: var(--regular);
    line-height: 22px;
}

.tools-page-bottom-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    border-bottom: 1px solid #63AEF1;
    color: #63AEF1;
    font-size: 14px;
    font-weight: var(--medium);
    line-height: 24px;
    transition: 0.5s;
}

.tools-page-bottom-link:is(:hover, :focus-visible, :focus-within) {
    color: var(--blue-04);
    scale: 1.04;
}

.tools-page-bottom-link-arrow {
    width: 20px;
    height: 20px;
    transform: rotate(270deg);
    filter: var(--filter-blue);
}