/* VPNinsider IP-Check Styles */
.vpnipcheck-wrapper {
    max-width: 1024px;
    margin: 0 auto;
    padding: 2rem 1rem;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}
.vpnipcheck-intro {
    background: #f1f5f9;
    border-left: 4px solid #3b82f6;
    padding: 1.25rem 1.5rem;
    margin-bottom: 2rem;
    border-radius: 0 0.5rem 0.5rem 0;
}
.vpnipcheck-intro h1 {
    font-size: 1.875rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 0.5rem 0;
    line-height: 1.2;
}
.vpnipcheck-intro p {
    color: #475569;
    margin: 0;
    line-height: 1.6;
}
.vpnipcheck-loading {
    background: #fef3c7;
    border: 1px solid #fbbf24;
    padding: 1rem 1.5rem;
    border-radius: 0.5rem;
    color: #78350f;
    text-align: center;
    margin-bottom: 1rem;
}
.vpnipcheck-result-box {
    border: 1px solid #e2e8f0;
    border-radius: 0.5rem;
    padding: 1.25rem 1.5rem;
    margin-bottom: 1rem;
    background: #ffffff;
}
.vpnipcheck-result-box.vpnipcheck-ok {
    border-color: #86efac;
    background: #f0fdf4;
}
.vpnipcheck-result-box.vpnipcheck-warn {
    border-color: #fca5a5;
    background: #fef2f2;
}
.vpnipcheck-result-box.vpnipcheck-neutral {
    background: #f8fafc;
}
.vpnipcheck-result-box.vpnipcheck-info {
    background: #eff6ff;
    border-color: #bfdbfe;
}
.vpnipcheck-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #64748b;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.vpnipcheck-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0f172a;
    font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, monospace;
    word-break: break-all;
}
.vpnipcheck-value-small {
    font-size: 0.95rem;
    color: #1e293b;
    line-height: 1.5;
}
.vpnipcheck-meta {
    font-size: 0.85rem;
    color: #64748b;
    margin-top: 0.5rem;
}
.vpnipcheck-cta-box {
    background: linear-gradient(135deg, #1e40af 0%, #1e3a8a 100%);
    color: #ffffff;
    padding: 2rem 1.75rem;
    border-radius: 0.75rem;
    margin-top: 2rem;
    text-align: center;
}
.vpnipcheck-cta-box h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 0.75rem 0;
}
.vpnipcheck-cta-box p {
    color: #dbeafe;
    margin: 0 0 1.25rem 0;
    line-height: 1.5;
}
.vpnipcheck-cta-button {
    display: inline-block;
    background: #ffffff;
    color: #1e40af;
    font-weight: 700;
    padding: 0.875rem 2rem;
    border-radius: 0.5rem;
    text-decoration: none;
    font-size: 1.1rem;
}
.vpnipcheck-cta-button:hover {
    background: #f1f5f9;
}
.vpnipcheck-cta-fineprint {
    font-size: 0.75rem !important;
    color: #93c5fd !important;
    margin: 1rem 0 0 0 !important;
}
.vpnipcheck-faq {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #e2e8f0;
}
.vpnipcheck-faq h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1.5rem;
}
.vpnipcheck-faq h3 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #0f172a;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}
.vpnipcheck-faq p {
    color: #475569;
    line-height: 1.6;
    margin: 0 0 1rem 0;
}
/* Empfehlungs-Grid (4 Anbieter) */
.vpnipcheck-recommend {
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e2e8f0;
}
.vpnipcheck-recommend-title {
    font-size: 1.375rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 0.5rem 0;
    text-align: center;
}
.vpnipcheck-recommend-sub {
    text-align: center;
    color: #64748b;
    margin: 0 0 1.5rem 0;
    font-size: 0.95rem;
}
.vpnipcheck-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
}
.vpnipcheck-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 0.5rem;
    padding: 1.25rem 1rem;
    display: flex;
    flex-direction: column;
    transition: border-color 0.15s, box-shadow 0.15s;
}
.vpnipcheck-card:hover {
    border-color: #94a3b8;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
}
.vpnipcheck-card-blue {
    border-top: 3px solid #2563eb;
}
.vpnipcheck-card-red {
    border-top: 3px solid #dc2626;
}
.vpnipcheck-card-purple {
    border-top: 3px solid #9333ea;
}
.vpnipcheck-card-orange {
    border-top: 3px solid #ea580c;
}
.vpnipcheck-card-name {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.25rem;
}
.vpnipcheck-card-tag {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #64748b;
    font-weight: 600;
    margin-bottom: 0.75rem;
}
.vpnipcheck-card-desc {
    font-size: 0.875rem;
    color: #475569;
    line-height: 1.5;
    flex-grow: 1;
    margin-bottom: 1rem;
}
.vpnipcheck-card-price {
    font-size: 0.9rem;
    color: #0f172a;
    font-weight: 700;
    margin-bottom: 0.75rem;
}
.vpnipcheck-card-button {
    display: block;
    text-align: center;
    background: #f1f5f9;
    color: #0f172a;
    font-weight: 600;
    padding: 0.625rem 1rem;
    border-radius: 0.375rem;
    text-decoration: none;
    font-size: 0.9rem;
    transition: background 0.15s;
}
.vpnipcheck-card-button:hover {
    background: #e2e8f0;
}

/* Quiz-Hinweis-Box */
.vpnipcheck-quiz-box {
    margin-top: 1.5rem;
    background: #f0f9ff;
    border: 1px solid #bae6fd;
    border-radius: 0.5rem;
    padding: 1rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}
.vpnipcheck-quiz-text {
    flex: 1;
    min-width: 200px;
    display: flex;
    flex-direction: column;
}
.vpnipcheck-quiz-text strong {
    color: #0c4a6e;
    font-size: 1rem;
    margin-bottom: 0.25rem;
}
.vpnipcheck-quiz-text span {
    color: #475569;
    font-size: 0.875rem;
}
.vpnipcheck-quiz-button {
    background: #0284c7;
    color: #ffffff;
    padding: 0.625rem 1.25rem;
    border-radius: 0.375rem;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    white-space: nowrap;
    transition: background 0.15s;
}
.vpnipcheck-quiz-button:hover {
    background: #0369a1;
}

.vpnipcheck-privacy-note {
    background: #f1f5f9;
    padding: 1rem 1.25rem;
    border-radius: 0.5rem;
    color: #475569;
    font-size: 0.875rem;
    margin-top: 2rem;
    line-height: 1.5;
}