.ib-wrapper {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    max-width: 800px;
    margin: 40px auto;
    position: relative;
}

.ib-top-date {
    text-align: right;
    font-size: 11px;
    color: #888;
    margin-bottom: 5px;
    font-style: italic;
}

.ib-cards {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
    position: relative;
}

.ib-card {
    flex: 1;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 25px 20px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 1;
}

.ib-logo-wrap {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.ib-logo-wrap img {
    max-height: 100%;
    max-width: 140px;
    object-fit: contain;
}

.ib-name {
    font-size: 14px;
    color: #777;
    margin-bottom: 5px;
    font-weight: 500;
}

.ib-price {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-bottom: 5px;
}

.ib-price span {
    font-size: 32px;
    color: #1e3a8a;
    display: block;
    line-height: 1.1;
}

.ib-promo {
    font-size: 13px;
    color: #e67e22;
    min-height: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ib-min-price-card {
    font-size: 12px;
    color: #666;
    margin-bottom: 10px;
    border-top: 1px dashed #eee;
    padding-top: 8px;
}

.ib-btn {
    display: block;
    background: #1e3a8a;
    color: #fff !important;
    padding: 14px 0;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.2s;
    font-size: 16px;
    margin-bottom: 5px;
}

.ib-btn:hover {
    background: #152c6e;
    transform: translateY(-2px);
    color: #fff !important;
}

.ib-ad-label {
    font-size: 10px;
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 2px;
}

.ib-vs-badge {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #111;
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    border: 4px solid #fff;
    z-index: 10;
    font-style: italic;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.ib-table-wrap {
    overflow-x: auto;
    margin-bottom: 30px;
    border-radius: 8px;
    border: 1px solid #eee;
}

.ib-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}

.ib-table th,
.ib-table td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #f0f0f0;
}

.ib-table th {
    background: #f9f9f9;
    font-weight: 700;
    color: #333;
}

.ib-table tr:last-child td {
    border-bottom: none;
}

.ib-col-feature {
    width: 30%;
}

.ib-col-provider {
    width: 35%;
}

.ib-col-technology {
    width: 20%;
}

.ib-col-alternative {
    width: 40%;
}

.ib-row-highlight {
    background: #fdfbf7;
}

.ib-better {
    background-color: #f0fdf4;
    color: #166534;
    font-weight: bold;
    position: relative;
}

.ib-better::after {
    content: "✓";
    position: absolute;
    right: 10px;
    color: #166534;
    font-weight: normal;
}

.ib-table-sub {
    font-size: 12px;
    color: #666;
    display: block;
    margin-top: 3px;
    font-weight: normal;
}

.ib-table-btn {
    display: inline-block;
    background: #1e3a8a !important;
    color: #fff !important;
    font-size: 11px;
    padding: 4px 8px;
    border-radius: 3px;
    text-decoration: none;
    margin-top: 5px;
}

.ib-table-btn:hover {
    background: #152c6e !important;
    color: #fff !important;
}

.ib-analysis {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 8px;
    border-left: 5px solid #1e3a8a;
    margin-bottom: 30px;
}

.ib-analysis h2 {
    margin-top: 0;
    font-size: 22px;
    margin-bottom: 15px;
    color: #333;
}

.ib-analysis p {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 15px;
}

.ib-extra-sec h4 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #333;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}

.ib-missing {
    color: #bbb;
}

.ib-error {
    padding: 20px;
    text-align: center;
    background: #fee;
    border: 1px solid red;
}

@media (max-width: 600px) {
    .ib-cards {
        flex-direction: column;
        gap: 60px;
    }

    .ib-vs-badge {
        width: 50px;
        height: 50px;
        border-width: 3px;
    }
}
