.validation-wrapper {
    margin-top: 40px;
    color: #fff;
}

.validation-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.valid-badge {
    background: #0f5132;
    color: #00ff95;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 14px;
}

.stats-grid {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
}

.stat-card {
    background: #111;
    padding: 25px;
    border-radius: 12px;
    flex: 1;
}

.stat-card span {
    font-size: 13px;
    color: #aaa;
    letter-spacing: 1px;
}

.stat-card h3 {
    font-size: 28px;
    margin-top: 10px;
}

.details-box {
    background: linear-gradient(145deg, #0d2a4d, #091c34);
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 30px;
}

.details-box h3 {
    margin-bottom: 15px;
}

.details-box ul {
    list-style: disc;
    padding-left: 20px;
}

.links-box {
    background: #111;
    padding: 25px;
    border-radius: 12px;
}

.links-box h3 {
    margin-bottom: 15px;
}

.links-container {
    max-height: 300px;
    overflow-y: auto;
}

.go-link-item {
    padding: 10px 0;
    border-bottom: 1px solid #222;
}

.go-link-item a {
    color: #4da3ff;
    text-decoration: none;
    font-size: 14px;
}

.go-link-item a:hover {
    text-decoration: underline;
}
.validation-header h2 {
    color: black;
}
/*.go-seo-tool {*/
/*    max-width: 800px;*/
/*    margin: 0 auto;*/
/*}*/

.go-seo-tool input[type="text"] {
    width: 100%;
    background: #0f0f0f;
    border: 1px solid #222;
    color: #ffffff;
    padding: 18px 20px;
    border-radius: 12px;
    font-size: 16px;
    outline: none;
    transition: all 0.3s ease;
}

.go-seo-tool input[type="text"]::placeholder {
    color: #777;
}

.go-seo-tool input[type="text"]:focus {
    border-color: #4da3ff;
    box-shadow: 0 0 0 3px rgba(77, 163, 255, 0.15);
}
.go-seo-tool button {
    width: 100%;
    margin-top: 20px;
    padding: 18px;
    border-radius: 14px;
    border: none;
    background: #e5e5e5;
    color: #111;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.go-seo-tool button:hover {
    background: #ffffff;
    transform: translateY(-2px);
}

.go-seo-tool button:active {
    transform: translateY(0);
}
