/* Scan-Seite – Ergänzung zu landing.css */

.scan-page { background: linear-gradient(160deg, #0a1f3d 0%, #122d52 50%, #0a1f3d 100%); min-height: 100vh; }

.scan-header {
    max-width: 640px;
    margin: 0 auto;
    padding: 1.25rem 1.25rem 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}
.scan-header .hds-brand-mark img {
    max-height: 56px;
}
.scan-page .hds-brand-name {
    font-size: clamp(0.58rem, 2.2vw, 0.82rem);
    color: #f0c14d;
}
.scan-back {
    color: rgba(255,255,255,.75);
    text-decoration: none;
    font-size: .88rem;
    margin-top: .25rem;
    white-space: nowrap;
}
.scan-back:hover { color: #f0c14d; }
.scan-logo-text { color: #f0c14d; font-weight: 700; font-size: .95rem; }

.scan-main {
    max-width: 640px;
    margin: 0 auto;
    padding: 2rem 1.25rem 3rem;
}
.scan-card {
    background: #fff;
    border-radius: 14px;
    padding: 2rem 1.75rem;
    box-shadow: 0 20px 50px rgba(0,0,0,.3);
}
.scan-kicker {
    text-transform: none;
    letter-spacing: -.02em;
    font-size: .72rem;
    color: #d4a017;
    margin: 0 0 .5rem;
    font-weight: 700;
}
.check-suite-heading--scan {
    margin: 0 0 .75rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .45rem;
}
.check-suite-heading--scan .check-suite-main {
    font-size: clamp(1.85rem, 5vw, 2.35rem);
    font-weight: 900;
    color: #0a1f3d;
    letter-spacing: -.03em;
    line-height: 1.05;
}
.check-suite-heading--scan .check-suite-sub {
    font-size: .72rem;
    color: #64748b;
}
.scan-product-hint-sub.check-suite-sub {
    font-size: .78rem;
}
.scan-product-hint-sub .product-name--web { color: #b45309; }
.scan-product-hint-sub .product-name--mail { color: #0369a1; }
.scan-product-hint-sub .product-name--domain { color: #047857; }
.scan-product-hint-sub .product-name--brand { color: #6d28d9; }
.scan-product-hint-sub .product-name--cloud { color: #0369a1; }
.scan-card h1 {
    margin: 0 0 .75rem;
    font-size: 1.65rem;
    color: #0a1f3d;
}
.scan-intro {
    color: #64748b;
    font-size: .95rem;
    line-height: 1.55;
    margin: 0 0 1rem;
}
.scan-product-hint {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .35rem .5rem;
    margin: 0 0 1.5rem;
    padding: .65rem .85rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: .88rem;
}
.scan-product-hint .product-name--web { color: #b45309; }
.scan-product-hint .product-name--mail { color: #0369a1; }
.scan-product-hint .product-name--domain { color: #047857; }
.scan-product-hint .product-name--brand { color: #6d28d9; }
.scan-product-hint .product-name--cloud { color: #0369a1; }
.scan-product-hint-sep { color: #94a3b8; font-weight: 400; }
.scan-product-hint-text { color: #64748b; font-size: .82rem; }
.scan-form label {
    display: block;
    font-weight: 600;
    font-size: .85rem;
    color: #1e293b;
    margin-bottom: .4rem;
}
.scan-form .scan-url-input {
    width: 100%;
    padding: .85rem 1rem;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    font-size: 1rem;
    margin-bottom: .45rem;
    transition: border-color .15s;
}
.scan-form .scan-url-input:focus {
    outline: none;
    border-color: #d4a017;
}
.scan-url-hint {
    font-size: .8rem;
    color: #64748b;
    margin: 0 0 1.25rem;
    line-height: 1.45;
}
.scan-check {
    display: flex;
    gap: .65rem;
    align-items: flex-start;
    font-size: .85rem;
    color: #475569;
    font-weight: 400;
    margin-bottom: 1.5rem;
    cursor: pointer;
}
.scan-check input { margin-top: .2rem; flex-shrink: 0; }
.scan-submit {
    width: 100%;
    justify-content: center;
    border: none;
    cursor: pointer;
    font-family: inherit;
}
.scan-fine {
    font-size: .75rem;
    color: #94a3b8;
    margin: 1.25rem 0 0;
    line-height: 1.45;
}
.scan-error {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #b91c1c;
    padding: .75rem 1rem;
    border-radius: 8px;
    margin-bottom: 1rem;
    font-size: .88rem;
}
.scan-notice {
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    color: #1e40af;
    padding: 1rem 1.1rem;
    border-radius: 8px;
    margin-bottom: 1.25rem;
    font-size: .88rem;
    line-height: 1.5;
}
.scan-notice code { word-break: break-all; }

.scan-running .scan-card--loading { text-align: center; padding: 2.5rem 1.5rem; }
.scan-spinner {
    width: 56px; height: 56px;
    border: 5px solid #e2e8f0;
    border-top-color: #d4a017;
    border-radius: 50%;
    margin: 0 auto 1.25rem;
    animation: hds-spin .9s linear infinite;
}
@keyframes hds-spin { to { transform: rotate(360deg); } }
.scan-wait { color: #64748b; font-size: .9rem; }
.scan-steps-live {
    text-align: left;
    max-width: 280px;
    margin: 1.5rem auto 0;
    padding: 0;
    list-style: none;
    font-size: .85rem;
    color: #475569;
}
.scan-steps-live li { padding: .35rem 0 .35rem 1.5rem; position: relative; }
.scan-steps-live li::before { content: "◦"; position: absolute; left: 0; color: #d4a017; }

.risk-card code {
    background: #f1f5f9;
    padding: .1rem .35rem;
    border-radius: 4px;
    font-size: .85em;
}
