.seo-tool-box {
    border-radius: 16px;
    padding: 35px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
    backdrop-filter: blur(8px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.seo-score-circle {
    position: relative;
    width: 120px;
    height: 120px;
    margin: auto;
}

.score-circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: conic-gradient(#22c55e 0% 85%, #e5e7eb 85% 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
}

.seo-score-number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 28px;
    font-weight: 700;
}

.seo-summary-box {
    background: rgba(255, 255, 255, 0.04);
    padding: 12px 15px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.seo-rec-item {
    padding: 12px 15px;
    border-radius: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.level-error {
    background: rgba(255, 0, 0, 0.08);
}

.level-warn {
    background: rgba(255, 165, 0, 0.08);
}

.level-good {
    background: rgba(0, 200, 0, 0.08);
}

@media(max-width:768px) {
    .seo-tool-box {
        padding: 20px;
    }

    .seo-score-circle {
        margin-bottom: 20px;
    }
}

.quick-summary-item {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 15px;
    border-left: 4px solid #0c3368;
    transition: 0.3s ease;
}

.quick-summary-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.section-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 35px;
    position: relative;
}

.section-title::after {
    content: "";
    width: 50px;
    height: 3px;
    background: #0c3368;
    display: block;
    margin-top: 8px;
}

.analyze-btn {
    background: linear-gradient(135deg, #0c3368, #1e5bb8);
    border: none;
    border-radius: 50px;
    padding: 12px 35px;
    font-weight: 600;
    transition: 0.3s ease;
}

.analyze-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(12, 51, 104, 0.4);
}

.audit-banner {
    background: linear-gradient(90deg, #0c3368, #1e5bb8);
    color: white;
    padding: 18px;
    border-radius: 12px;
    margin-bottom: 25px;
}

.results-section {
    background: linear-gradient(180deg, #ffffff 0%, #f4f7fb 100%);
    padding: 60px 0;
}

.seo-summary-box {
    padding: 16px;
    border-radius: 14px;
    background: #f8f9fb;
    font-weight: 500;
    transition: 0.3s ease;
}

.seo-summary-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.summary-good {
    border-left: 4px solid #28a745;
}

.summary-bad {
    border-left: 4px solid #dc3545;
}

.meta-row {
    display: flex;
    justify-content: space-between;
    padding: 14px 0;
    border-bottom: 1px solid #eef1f5;
}

.meta-label {
    font-weight: 600;
    color: #1b2a4e;
    width: 35%;
}

.meta-value {
    width: 65%;
    opacity: .9;
    text-align: right;
}

.heading-list {
    padding-left: 18px;
}

.heading-list li {
    margin-bottom: 8px;
    background: #f4f6fa;
    padding: 8px 10px;
    border-radius: 8px;
    font-size: 14px;
}

.seo-rec-item {
    display: flex;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 12px;
    margin-bottom: 12px;
    align-items: center;
    transition: 0.3s ease;
}

.seo-rec-item:hover {
    transform: translateX(4px);
}

.level-error {
    background: rgba(220, 53, 69, 0.08);
}

.level-warn {
    background: rgba(255, 193, 7, 0.12);
}

.level-good {
    background: rgba(40, 167, 69, 0.08);
}

.asset-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
}

.asset-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}

.asset-value {
    font-size: 22px;
    font-weight: 700;
    color: #0c3368;
}

.asset-label {
    font-size: 13px;
    opacity: .7;
}

.tool-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    margin-bottom: 40px;
}

.seo-analizer-bg {
    background-color: #f3f3f3;
}

.active-press {
    transform: scale(0.98);
}

.seo-hero {
    background: linear-gradient(135deg, #0f172a, #1e293b);
    padding: 80px 20px;
    text-align: center;
    color: #fff;
}

.seo-hero h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
}

.seo-hero p {
    font-size: 18px;
    opacity: 0.8;
}

.input-group {
    display: flex;
    max-width: 700px;
    margin: 30px auto;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.input-group input {
    flex: 1;
    padding: 18px 25px;
    border: none;
    outline: none;
    font-size: 16px;
}

.input-group button {
    padding: 18px 35px;
    border: none;
    background: #2563eb;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.input-group button:hover {
    background: #1e40af;
}

.result-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    margin-top: 40px;
}

.result-card:hover {
    transform: translateY(-5px);
    transition: 0.3s ease;
}

.badge-success {
    background: #22c55e;
    color: white;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
}

.badge-warning {
    background: #f59e0b;
    color: white;
    padding: 5px 12px;
    border-radius: 20px;
}

.badge-danger {
    background: #ef4444;
    color: white;
    padding: 5px 12px;
    border-radius: 20px;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

body {
    background-image: radial-gradient(#e5e7eb 1px, transparent 1px);
    background-size: 30px 30px;
}

/* ===== 2026 Modern SaaS Style ===== */

/* Hero */
.seo-hero-modern {
    padding: 120px 20px 80px;
    background: radial-gradient(circle at 20% 20%, #1e293b, #0f172a);
}

.hero-title {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

.hero-sub {
    font-size: 18px;
    opacity: 0.8;
    max-width: 700px;
    margin: 0 auto 30px;
}

.hero-badges span {
    display: inline-block;
    padding: 8px 18px;
    margin: 5px;
    border-radius: 999px;
    font-size: 14px;
}

/* Tool Box */
.seo-tool-box {
    backdrop-filter: blur(14px);
    border-radius: 20px;
    padding: 40px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

/* Modern Input */
#seo_url {
    /* border: 1px solid rgba(255, 255, 255, 0.08); */
    border-radius: 12px;
}

#seo_btn {
    background: linear-gradient(135deg, #010f34, #010f34);
    border-radius: 12px;
    border: none;
    font-weight: 600;
    transition: 0.3s ease;
}

#seo_btn:hover {
    background: linear-gradient(135deg, #8bc1ff, #8bc1ff);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.4);
}

/* Cards */
.tool-card {
    border-radius: 18px;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    margin-bottom: 30px;
    transition: 0.3s ease;
}

.tool-card:hover {
    transform: translateY(-4px);
}

/* Summary Boxes */
.seo-summary-box {
    padding: 18px;
    border-radius: 14px;
    font-size: 14px;
}

/* Asset Grid */
.asset-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px;
}

.asset-card {
    padding: 25px;
    border-radius: 16px;
    text-align: center;
}

.asset-value {
    font-size: 28px;
    font-weight: 700;
}

.asset-label {
    opacity: 0.7;
    font-size: 14px;
}

/* Recommendations */
.seo-rec-item {
    padding: 16px 20px;
    border-radius: 14px;
    margin-bottom: 12px;
    display: flex;
    gap: 12px;
    align-items: center;
}

.level-error {
    border-left: 4px solid #ef4444;
}

.level-warn {
    border-left: 4px solid #f59e0b;
}

.level-good {
    border-left: 4px solid #22c55e;
}

.seo-score-modern {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: conic-gradient(#22c55e 0%, #1e293b 0%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.score-number {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
}

.pt-80 { padding-top: 120px !important; }
.pb-80 { padding-bottom: 120px !important; }

.seo-tool-box {
    border-radius: 18px;
    padding: 50px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.06);
    transition: 0.3s ease;
}

.seo-tool-box:hover {
    transform: translateY(-3px);
}

#seo_url {
    height: 55px;
    border-radius: 12px;
    font-size: 16px;
    padding-left: 18px;
}

#seo_btn {
    height: 55px;
    border-radius: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: 0.3s ease;
}

#seo_btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.seo-score-modern {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #f1f5f9;
    position: relative;
}

.seo-score-modern::before {
    content: "";
    position: absolute;
    inset: 10px;
    background: white;
    border-radius: 50%;
}

.score-number {
    position: relative;
    z-index: 2;
    font-size: 36px;
    font-weight: 700;
}

.tool-card {
    border-radius: 18px;
    padding: 35px;
    border: 1px solid rgba(0,0,0,0.05);
    box-shadow: 0 8px 30px rgba(0,0,0,0.04);
    transition: 0.3s ease;
}

.tool-card:hover {
    transform: translateY(-4px);
}

.seo-rec-item {
    padding: 18px 22px;
    border-radius: 14px;
    margin-bottom: 14px;
    background: #f8fafc;
    display: flex;
    align-items: center;
    gap: 12px;
}

h2 {
    font-weight: 700;
    letter-spacing: -0.5px;
}

p {
    font-size: 15px;
    line-height: 1.7;
}

.contact-form-wrapper{
    background: white !important;
}