﻿.iotn-hero-cta {
    display: flex;
    gap: 0.9rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 1.35rem;
}

.iotn-trust-row {
    margin-top: 1.25rem;
    display: flex;
    justify-content: center;
}

.iotn-chipset {
    gap: 0.6rem;
}

.iotn-chip {
    border-radius: 999px;
    background: rgba(255,255,255,0.75);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0,0,0,0.06);
}

/* benefits-style surface */
.iotn-surface {
    padding: 2.5rem 1rem 4.5rem;
    background: linear-gradient(135deg, rgba(255,255,255,0.96), #ededed);
}

.iotn-surface-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.iotn-stack {
    max-width: 980px;
    margin: 0 auto;
}

/* cards */
.iotn-card {
    border-radius: 18px;
    padding: 1.25rem;
    border: 1px solid rgba(0,0,0,0.06);
    background: rgba(255,255,255,0.78);
    backdrop-filter: blur(12px);
    box-shadow: 0 10px 28px rgba(0,0,0,0.06);
}

.iotn-card-pop {
    transition: transform 180ms ease, box-shadow 180ms ease;
}

    .iotn-card-pop:hover {
        transform: translateY(-4px);
        box-shadow: 0 16px 34px rgba(0,0,0,0.10);
    }

.iotn-card-title {
    font-weight: 800;
}

.iotn-card-subtitle {
    margin-top: 0.35rem;
    opacity: 0.78;
    line-height: 1.55;
}

.iotn-form {
    margin-top: 1rem;
}

.iotn-divider {
    margin: 1rem 0;
    opacity: 0.65;
}

.iotn-section-title {
    font-weight: 800;
    margin-bottom: 0.35rem;
}

.iotn-actions {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    margin-top: 0.9rem;
    flex-wrap: wrap;
}

.iotn-hint {
    margin-top: 0.75rem;
    opacity: 0.75;
}

/* results */
.iotn-result-card {
    padding: 1.35rem;
}

.iotn-result-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.iotn-score-pill {
    border-radius: 999px;
    padding: 0.55rem 0.9rem;
    border: 1px solid rgba(0,0,0,0.06);
    background: rgba(255,255,255,0.72);
    backdrop-filter: blur(10px);
}

.iotn-score-pill-label {
    font-size: 0.75rem;
    opacity: 0.7;
}

.iotn-score-pill-value {
    font-weight: 900;
}

.iotn-badge {
    border-radius: 16px;
    padding: 0.95rem 1rem;
    border: 1px solid rgba(0,0,0,0.06);
    background: rgba(255,255,255,0.72);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.35);
    min-width: 260px;
}

.iotn-badge-title {
    font-weight: 900;
    font-size: 1.05rem;
}

.iotn-badge-subtitle {
    opacity: 0.78;
    margin-top: 0.15rem;
    line-height: 1.45;
}

.iotn-badge-mild {
    box-shadow: 0 0 0 1px rgba(187,169,108,0.25), 0 10px 22px rgba(0,0,0,0.06);
}

.iotn-badge-moderate {
    box-shadow: 0 0 0 1px rgba(0,0,0,0.08), 0 10px 22px rgba(0,0,0,0.06);
}

.iotn-badge-complex {
    box-shadow: 0 0 0 1px rgba(187,169,108,0.35), 0 14px 26px rgba(0,0,0,0.08);
}

.iotn-result-body {
    margin-top: 0.9rem;
    line-height: 1.65;
    opacity: 0.9;
}

.iotn-mini {
    padding: 0.95rem;
    border-radius: 16px;
    border: 1px solid rgba(0,0,0,0.06);
}

.iotn-mini-glass {
    background: rgba(255,255,255,0.72);
    backdrop-filter: blur(10px);
}

.iotn-mini-title {
    font-weight: 800;
}

.iotn-trigger-list {
    margin-top: 0.75rem;
    display: grid;
    gap: 0.65rem;
}

.iotn-trigger {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
}

.iotn-trigger-text {
    line-height: 1.45;
    opacity: 0.9;
}

.iotn-cta-block {
    margin-top: 1.1rem;
    padding: 1.05rem;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(187,169,108,0.12), rgba(255,255,255,0.72));
    border: 1px solid rgba(187,169,108,0.22);
    box-shadow: 0 12px 28px rgba(0,0,0,0.06);
}

.iotn-cta-title {
    font-weight: 900;
}

.iotn-cta-text {
    margin-top: 0.35rem;
    opacity: 0.82;
    line-height: 1.55;
}

.iotn-cta-actions {
    flex-wrap: wrap;
}

.iotn-disclaimer {
    margin-top: 0.7rem;
    opacity: 0.68;
    line-height: 1.45;
}

/* how-it-works-like cards */
.iotn-how-grid {
    margin-top: 0.25rem;
}

.iotn-how-card {
    border-radius: 16px;
    border: 1px solid rgba(0,0,0,0.06);
    background: rgba(255,255,255,0.72);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 26px rgba(0,0,0,0.06);
}

.iotn-how-icon {
    display: flex;
    justify-content: center;
}

.iotn-how-desc {
    line-height: 1.55;
}

.iotn-how-action {
    display: flex;
    justify-content: center;
}

/* responsiveness */
@media (max-width: 600px) {
    .iotn-badge {
        min-width: 0;
        width: 100%;
    }
}
