.ib-checkout-page {
    background:
        radial-gradient(1200px 560px at -8% -12%, rgba(251, 113, 133, 0.22), transparent 52%),
        radial-gradient(920px 540px at 104% -8%, rgba(168, 85, 247, 0.24), transparent 55%),
        linear-gradient(180deg, #05050b 0%, #080a14 42%, #05060f 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #e6edf8;
    min-height: 100vh;
}

.ib-checkout-shell {
    padding: 36px 0 72px;
}

.ib-checkout-hero {
    display: grid;
    gap: 18px;
    margin-bottom: 24px;
    padding: 30px;
    border-radius: 28px;
    border: 1px solid rgba(148, 163, 184, 0.24);
    background:
        linear-gradient(130deg, rgba(17, 24, 39, 0.95) 0%, rgba(15, 23, 42, 0.92) 48%, rgba(48, 19, 60, 0.86) 100%),
        radial-gradient(circle at 86% 0%, rgba(244, 63, 94, 0.38), transparent 44%);
    box-shadow: 0 24px 60px rgba(1, 2, 8, 0.45);
    color: #fff;
}

.ib-checkout-hero__brand,
.ib-checkout-hero__copy,
.ib-checkout-card__head,
.ib-checkout-card__head.compact,
.ib-checkout-final,
.ib-checkout-methods,
.ib-checkout-cycle-switch,
.ib-checkout-summary-table__row,
.ib-checkout-plan-layout,
.ib-checkout-actions,
.ib-checkout-status-testmode__actions {
    display: flex;
}

.ib-checkout-hero__brand,
.ib-checkout-card__head,
.ib-checkout-card__head.compact,
.ib-checkout-summary-table__row {
    align-items: center;
    justify-content: space-between;
}

.ib-checkout-hero__copy,
.ib-checkout-final {
    flex-direction: column;
}

.ib-checkout-hero__logo img {
    display: block;
    width: 140px;
    height: auto;
}

.ib-checkout-hero__chips,
.ib-checkout-methods,
.ib-checkout-cycle-switch,
.ib-checkout-actions {
    gap: 12px;
}

.ib-checkout-hero__eyebrow {
    margin: 0;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(226, 232, 240, 0.86);
}

.ib-checkout-hero__title {
    margin: 0;
    font-size: clamp(2rem, 3.2vw, 3.1rem);
    line-height: 1.03;
    letter-spacing: -0.04em;
}

.ib-checkout-hero__subtitle {
    max-width: 760px;
    margin: 0;
    color: rgba(230, 237, 248, 0.9);
    font-size: 1.03rem;
}

.ib-checkout-chip,
.ib-checkout-card__badge,
.ib-card-flag,
.ib-payment-method__kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 7px 13px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ib-checkout-chip {
    background: rgba(15, 23, 42, 0.48);
    color: #dbeafe;
    border: 1px solid rgba(148, 163, 184, 0.35);
    flex: none !important;
}

.ib-checkout-chip.is-warning {
    background: rgba(245, 158, 11, 0.24);
    color: #fef3c7;
}

.ib-checkout-chip.is-success {
    background: rgba(236, 72, 153, 0.2);
    color: #fce7f3;
}

.ib-checkout-chip.is-danger {
    background: rgba(239, 68, 68, 0.22);
    color: #fee2e2;
}

.ib-checkout-card,
.ib-checkout-flash {
    border: 1px solid rgba(100, 116, 139, 0.35);
    border-radius: 24px;
    background:
        linear-gradient(175deg, rgba(10, 15, 26, 0.95) 0%, rgba(8, 13, 22, 0.94) 100%),
        radial-gradient(120% 120% at 100% 0%, rgba(59, 130, 246, 0.09), transparent 56%);
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.35);
}

.ib-checkout-card {
    padding: 22px;
}

.ib-checkout-card__head > div {
    display: grid;
    gap: 4px;
}

.ib-checkout-flash {
    margin-bottom: 18px;
    padding: 14px 16px;
    color: #f8fafc;
}

.ib-checkout-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(320px, 380px);
    gap: 22px;
    align-items: start;
}

.ib-checkout-layout.is-success {
    grid-template-columns: minmax(0, 1fr);
}

.ib-checkout-loading {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: grid;
    place-items: center;
    padding: 22px;
    background:
        radial-gradient(900px 540px at 15% 5%, rgba(244, 114, 182, 0.2), transparent 58%),
        radial-gradient(920px 560px at 95% -5%, rgba(168, 85, 247, 0.18), transparent 58%),
        rgba(3, 7, 18, 0.86);
    backdrop-filter: blur(8px);
}

.ib-checkout-loading__panel {
    width: min(560px, 100%);
    border-radius: 22px;
    border: 1px solid rgba(148, 163, 184, 0.32);
    background: linear-gradient(145deg, rgba(15, 23, 42, 0.96), rgba(30, 41, 59, 0.92));
    box-shadow: 0 24px 56px rgba(2, 6, 23, 0.55);
    display: grid;
    justify-items: center;
    text-align: center;
    gap: 10px;
    padding: 24px 20px;
    transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
    overflow: hidden;
}

.ib-checkout-loading__spinner {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    border: 3px solid rgba(255, 255, 255, 0.18);
    border-top-color: #f15bb5;
    border-right-color: #a855f7;
    animation: ib-checkout-spin .8s linear infinite;
}

.ib-checkout-loading__title {
    margin: 0;
    font-size: 1.02rem;
    font-weight: 800;
    color: #f8fafc;
    margin-bottom: -12px !important;
}

.ib-checkout-loading__text {
    margin: 0;
    font-size: 0.9rem;
    color: #cbd5e1;
}

.ib-checkout-loading__step {
    margin: 2px 0 0;
    padding: 3px 10px;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.38);
    background: rgba(15, 23, 42, 0.62);
    color: #cbd5e1;
    font-size: 0.72rem;
    font-weight: 700;
}

.ib-checkout-loading__progress {
    width: min(280px, 100%);
    height: 6px;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.18);
    overflow: hidden;
    box-shadow: inset 0 1px 2px rgba(2, 6, 23, 0.35);
}

.ib-checkout-loading__progress-bar {
    display: block;
    width: 18%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #f15bb5 0%, #a855f7 55%, #38bdf8 100%);
    transition: width .65s ease;
}

.ib-checkout-loading__panel[data-variant="boot"] {
    border-color: rgba(148, 163, 184, 0.42);
}

.ib-checkout-loading__panel[data-variant="boot-1"] {
    border-color: rgba(244, 114, 182, 0.42);
    background: linear-gradient(145deg, rgba(32, 16, 38, 0.96), rgba(22, 28, 45, 0.92));
}

.ib-checkout-loading__panel[data-variant="boot-2"] {
    border-color: rgba(168, 85, 247, 0.42);
    background: linear-gradient(145deg, rgba(24, 19, 45, 0.96), rgba(17, 24, 39, 0.92));
}

.ib-checkout-loading__panel[data-variant="boot-3"] {
    border-color: rgba(59, 130, 246, 0.42);
    background: linear-gradient(145deg, rgba(11, 28, 50, 0.96), rgba(15, 23, 42, 0.92));
}

.ib-checkout-loading__panel[data-variant="boot-4"] {
    border-color: rgba(45, 212, 191, 0.4);
    background: linear-gradient(145deg, rgba(8, 31, 38, 0.96), rgba(15, 23, 42, 0.92));
}

.ib-checkout-loading__panel[data-variant="boot-5"] {
    border-color: rgba(250, 204, 21, 0.42);
    background: linear-gradient(145deg, rgba(43, 27, 13, 0.96), rgba(24, 24, 39, 0.92));
}

.ib-checkout-loading__panel[data-variant="upgrade"] {
    border-color: rgba(34, 197, 94, 0.5);
    box-shadow: 0 24px 56px rgba(20, 83, 45, 0.35);
    background: linear-gradient(145deg, rgba(10, 33, 24, 0.96), rgba(17, 24, 39, 0.92));
}

.ib-checkout-loading__panel[data-variant="upgrade"] .ib-checkout-loading__progress-bar {
    background: linear-gradient(90deg, #4ade80 0%, #22c55e 100%);
}

.ib-checkout-loading__panel[data-variant="downgrade"] {
    border-color: rgba(251, 146, 60, 0.5);
    box-shadow: 0 24px 56px rgba(124, 45, 18, 0.34);
    background: linear-gradient(145deg, rgba(48, 26, 12, 0.96), rgba(24, 24, 39, 0.92));
}

.ib-checkout-loading__panel[data-variant="downgrade"] .ib-checkout-loading__progress-bar {
    background: linear-gradient(90deg, #fb923c 0%, #f59e0b 100%);
}

.ib-checkout-loading__panel[data-variant="pix"] {
    border-color: rgba(56, 189, 248, 0.5);
    background: linear-gradient(145deg, rgba(9, 31, 43, 0.96), rgba(14, 25, 45, 0.92));
}

.ib-checkout-loading__panel[data-variant="pix"] .ib-checkout-loading__progress-bar {
    background: linear-gradient(90deg, #22d3ee 0%, #38bdf8 100%);
}

.ib-checkout-loading__panel[data-variant="card"] {
    border-color: rgba(192, 132, 252, 0.5);
    background: linear-gradient(145deg, rgba(35, 19, 53, 0.96), rgba(17, 24, 39, 0.92));
}

.ib-checkout-loading__panel[data-variant="card"] .ib-checkout-loading__progress-bar,
.ib-checkout-loading__panel[data-variant="payment"] .ib-checkout-loading__progress-bar {
    background: linear-gradient(90deg, #f15bb5 0%, #a855f7 100%);
}

.ib-checkout-loading__panel[data-variant="payment"] {
    border-color: rgba(244, 114, 182, 0.52);
    background: linear-gradient(145deg, rgba(47, 18, 45, 0.96), rgba(17, 24, 39, 0.92));
}

.ib-checkout-loading__panel[data-variant="success"] {
    border-color: rgba(52, 211, 153, 0.5);
    background: linear-gradient(145deg, rgba(10, 38, 30, 0.96), rgba(15, 23, 42, 0.92));
}

.ib-checkout-loading__panel[data-variant="success"] .ib-checkout-loading__progress-bar {
    background: linear-gradient(90deg, #34d399 0%, #10b981 100%);
}

.ib-checkout-loading__panel[data-variant="pix"] .ib-checkout-loading__spinner {
    border-top-color: #22d3ee;
    border-right-color: #38bdf8;
}

.ib-checkout-loading__panel[data-variant="card"] .ib-checkout-loading__spinner,
.ib-checkout-loading__panel[data-variant="payment"] .ib-checkout-loading__spinner {
    border-top-color: #f15bb5;
    border-right-color: #a855f7;
}

.ib-checkout-loading__panel[data-variant="upgrade"] .ib-checkout-loading__spinner {
    border-top-color: #4ade80;
    border-right-color: #22c55e;
}

.ib-checkout-loading__panel[data-variant="downgrade"] .ib-checkout-loading__spinner {
    border-top-color: #fb923c;
    border-right-color: #f59e0b;
}

.ib-checkout-loading__panel[data-variant="success"] .ib-checkout-loading__spinner {
    border-top-color: #34d399;
    border-right-color: #10b981;
}

@keyframes ib-checkout-spin {
    to {
        transform: rotate(360deg);
    }
}

.ib-checkout-main,
.ib-checkout-sidebar,
.ib-checkout-panel,
.ib-checkout-status-card {
    display: grid;
    gap: 16px;
}

.ib-checkout-plan-layout {
    align-items: start;
    gap: 22px;
}

.ib-checkout-plan-layout > *:first-child {
    flex: 0 0 320px;
}

.ib-checkout-plan-layout > *:last-child,
.ib-checkout-main {
    flex: 1 1 auto;
}

.ib-checkout-plan-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 16px;
}

.ib-precheckout-panel {
    position: relative;
    gap: 18px;
}

.ib-precheckout-copy {
    max-width: 720px;
}

.ib-precheckout-copy .ib-checkout-section-title {
    width: 100%;
    font-size: 1.34rem !important;
    line-height: 1.25;
}

.ib-precheckout-session-card {
    display: grid;
    gap: 16px;
    padding: 20px 22px;
    border-color: rgba(148, 163, 184, 0.28);
    background:
        linear-gradient(145deg, rgba(15, 23, 42, 0.95), rgba(17, 24, 39, 0.92)),
        radial-gradient(120% 120% at 100% 0%, rgba(236, 72, 153, 0.08), transparent 60%);
}

.ib-precheckout-session-card__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.ib-precheckout-session-card__intro {
    display: grid;
    gap: 8px;
}

.ib-precheckout-session-card__badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 5px 12px;
    border-radius: 999px;
    border: 1px solid rgba(244, 114, 182, 0.38);
    background: rgba(190, 24, 93, 0.24);
    color: #fbcfe8;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ib-precheckout-session-card__title {
    margin: 0;
    color: #f8fafc;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.3;
}

.ib-precheckout-session-card__status {
    max-width: 280px;
    margin: 0;
    color: #cbd5e1;
    font-size: 0.85rem;
    line-height: 1.45;
    text-align: right;
}

.ib-precheckout-session-card__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
}

.ib-precheckout-session-card__grid div {
    padding: 12px 14px;
    border-radius: 14px;
    border: 1px solid rgba(71, 85, 105, 0.42);
    background: rgba(9, 14, 26, 0.6);
}

.ib-precheckout-session-card__grid dt {
    margin-bottom: 6px;
    color: #94a3b8;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ib-precheckout-session-card__grid dd {
    margin: 0;
    color: #f8fafc;
    font-weight: 700;
    line-height: 1.35;
}

.ib-precheckout-plan-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    align-items: start;
}

.ib-precheckout-plan-card {
    display: grid;
    align-content: start;
    gap: 12px;
    grid-template-rows: auto;
    padding: 22px;
    border-color: rgba(100, 116, 139, 0.38);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.ib-precheckout-plan-card:hover {
    transform: translateY(-2px);
    border-color: rgba(236, 72, 153, 0.56);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.34);
}

.ib-precheckout-plan-card__topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.ib-precheckout-plan-card__cycle-pill,
.ib-precheckout-plan-card__badge {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    border: 1px solid transparent;
}

.ib-precheckout-plan-card__cycle-pill.is-semiannual {
    background: rgba(59, 130, 246, 0.16);
    border-color: rgba(96, 165, 250, 0.34);
    color: #bfdbfe;
}

.ib-precheckout-plan-card__cycle-pill.is-quarterly {
    background: rgba(244, 114, 182, 0.16);
    border-color: rgba(244, 114, 182, 0.34);
    color: #fbcfe8;
}

.ib-precheckout-plan-card__cycle-pill.is-monthly {
    background: rgba(168, 85, 247, 0.16);
    border-color: rgba(196, 181, 253, 0.34);
    color: #ddd6fe;
}

.ib-precheckout-plan-card__cycle-pill.is-annual {
    background: rgba(20, 184, 166, 0.16);
    border-color: rgba(45, 212, 191, 0.34);
    color: #99f6e4;
}

.ib-precheckout-plan-card__cycle-pill.is-default {
    background: rgba(71, 85, 105, 0.22);
    border-color: rgba(148, 163, 184, 0.3);
    color: #cbd5e1;
}

.ib-precheckout-plan-card__badge.is-success {
    background: rgba(22, 163, 74, 0.2);
    border-color: rgba(74, 222, 128, 0.34);
    color: #bbf7d0;
}

.ib-precheckout-plan-card__badge.is-info {
    background: rgba(249, 115, 22, 0.2);
    border-color: rgba(251, 191, 36, 0.34);
    color: #fde68a;
}

.ib-precheckout-plan-card__badge.is-default {
    background: rgba(79, 70, 229, 0.2);
    border-color: rgba(129, 140, 248, 0.3);
    color: #c7d2fe;
}

.ib-precheckout-plan-card__title {
    margin: 0;
    color: #f8fafc;
    font-size: 1.56rem;
    font-weight: 800;
    line-height: 1.18;
}

.ib-precheckout-plan-card__compare {
    margin: 2px 0 0;
    color: #94a3b8;
    font-size: 0.86rem;
    text-decoration: line-through;
    min-height: 1.2em;
}

.ib-precheckout-plan-card__compare.is-empty {
    visibility: hidden;
}

.ib-precheckout-plan-card__price {
    margin: -4px 0 0;
    color: #f8fafc;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.1;
    min-height: 2.3rem;
}

.ib-precheckout-plan-card__installments {
    margin-right: 4px;
    font-size: 0.9rem;
    font-weight: 800;
    color: inherit;
}

.ib-precheckout-plan-card__price-period {
    margin-left: 4px;
    font-size: 0.92rem;
    font-weight: 700;
    color: inherit;
}

.ib-precheckout-plan-card__total {
    margin: -4px 0 0;
    color: #9fb0c9;
    font-size: 0.76rem;
    font-weight: 700;
    line-height: 1.3;
}

.ib-precheckout-plan-card__pix-highlight {
    margin: 2px 0 0;
    padding: 9px 10px;
    border-radius: 10px;
    border: 1px solid rgba(34, 197, 94, 0.32);
    background: rgba(22, 163, 74, 0.16);
    color: #dcfce7;
    font-size: 0.72rem;
    line-height: 1.42;
}

.ib-precheckout-plan-card__pix-highlight strong {
    color: #bbf7d0;
    font-size: 0.78rem;
}

.ib-precheckout-plan-card__list {
    font-size: 0.84rem;
}

.ib-precheckout-plan-card form {
    margin-top: 8px;
}

.ib-checkout-loading--plans {
    position: fixed;
    inset: 0;
    z-index: 1300;
    border-radius: 0;
}

.ib-checkout-section-title {
    margin: 0;
    font-size: 1.10rem !important;
    font-weight: 800;
    color: #f8fafc;
    width: auto;
    max-width: 100%;
}

.ib-checkout-section-title.is-small {
    font-size: 0.98rem;
}

.ib-checkout-section-text,
.ib-checkout-section-note,
.ib-checkout-plan-card__description,
.ib-checkout-plan-overview__description,
.ib-payment-method__meta,
.ib-checkout-upsell__copy,
.ib-checkout-trust,
.ib-checkout-sidebar__plan-cycle,
.ib-checkout-summary-compare {
    margin: 0;
    color: #9fb0c9;
    line-height: 1.55;
}

.ib-checkout-plan-card__description{
    font-size: .9em;
    line-height: 1.25;
}

.ib-checkout-section-note{
    margin-bottom: 10px;
    width: auto;
    float: none;
    text-align: left;
}

.ib-payment-method__meta{
    font-size: 0.82rem;
    line-height: 1.25;
}

.ib-checkout-section-note,
.ib-checkout-trust,
.ib-checkout-summary-compare {
    font-size: 0.91rem;
}

.ib-checkout-card#checkout-payment .ib-checkout-section-text {
    max-width: 480px;
}

.ib-checkout-field-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    align-items: start;
}

.ib-checkout-field-grid--contact,
.ib-checkout-field-grid--card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ib-checkout-field.is-wide {
    grid-column: span 2;
}

.ib-checkout-field {
    display: grid;
    gap: 4px;
}

.ib-checkout-field span {
    font-size: 0.83rem;
    font-weight: 700;
    color: #c8d6eb;
}

.ib-checkout-field input,
.ib-checkout-field textarea {
    width: 100%;
    border: 1px solid rgba(100, 116, 139, 0.44);
    border-radius: 14px;
    padding: 10px 12px;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.88), rgba(10, 15, 28, 0.9));
    color: #f8fafc;
    box-sizing: border-box;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.ib-checkout-field textarea{
    overflow: hidden;
    resize: none;
    height: 65px !important;
}

.ib-checkout-form .input-field input.ib-checkout-input,
.ib-checkout-form .input-field textarea.ib-checkout-input,
.ib-checkout-field input.ib-checkout-input,
.ib-checkout-field textarea.ib-checkout-input {
    margin: 0;
    height: auto;
    min-height: 44px;
    padding: 11px 12px;
    border: 1px solid rgba(100, 116, 139, 0.44) !important;
    border-bottom: 1px solid rgba(100, 116, 139, 0.44) !important;
    border-radius: 14px !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.88), rgba(10, 15, 28, 0.9)) !important;
    color: #f8fafc !important;
    box-sizing: border-box;
}

.ib-checkout-field input::placeholder,
.ib-checkout-field textarea::placeholder {
    color: #8ca1bf;
}

.ib-checkout-field input:focus,
.ib-checkout-field textarea:focus {
    outline: none;
    border-color: rgba(236, 72, 153, 0.78);
    box-shadow: 0 0 0 3px rgba(236, 72, 153, 0.2);
    transform: translateY(-1px);
}

.ib-checkout-form .input-field input.ib-checkout-input:focus,
.ib-checkout-form .input-field textarea.ib-checkout-input:focus,
.ib-checkout-field input.ib-checkout-input:focus,
.ib-checkout-field textarea.ib-checkout-input:focus {
    outline: none;
    border: 1px solid rgba(236, 72, 153, 0.78) !important;
    border-bottom: 1px solid rgba(236, 72, 153, 0.78) !important;
    box-shadow: 0 0 0 3px rgba(236, 72, 153, 0.2) !important;
}

.ib-checkout-field__error {
    min-height: 0;
    margin-top: 1px;
    font-size: 0.76rem;
    line-height: 1.22;
    color: #fecaca;
}

.ib-checkout-field__error:empty {
    display: none;
}

.ib-checkout-cycle-switch,
.ib-checkout-methods,
.ib-checkout-actions--status {
    flex-wrap: wrap;
}

.ib-checkout-cycle-switch {
    gap: 14px;
    margin-top: 4px;
}

.ib-cycle-option,
.ib-payment-method {
    display: grid;
    align-content: start;
    gap: 4px;
    flex: 1 1 220px;
    border: 1px solid rgba(100, 116, 139, 0.42);
    border-radius: 18px;
    padding: 14px 16px;
    background: rgba(15, 23, 42, 0.62);
    cursor: pointer;
    text-align: left;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.ib-cycle-option {
    position: relative;
}

.ib-checkout-methods {
    align-items: stretch;
}

.ib-checkout-method-panel {
    margin-top: 12px;
    padding: 14px;
    border: 1px solid rgba(100, 116, 139, 0.36);
    border-radius: 16px;
    background: rgba(11, 18, 35, 0.55);
}

.ib-cycle-option:hover,
.ib-payment-method:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.34);
}

.ib-cycle-option.is-active,
.ib-payment-method.is-active {
    border-color: rgba(236, 72, 153, 0.74);
    box-shadow: 0 14px 34px rgba(168, 85, 247, 0.26);
    background: linear-gradient(180deg, rgba(26, 15, 38, 0.92), rgba(20, 16, 34, 0.9));
}

.ib-payment-method__kicker {
    margin-bottom: 8px;
    padding: 5px 10px;
    border: 1px solid rgba(236, 72, 153, 0.35);
    background: rgba(236, 72, 153, 0.12);
    color: #f9a8d4;
}

.ib-payment-method__kicker.is-pix {
    border-color: rgba(168, 85, 247, 0.4);
    background: rgba(168, 85, 247, 0.15);
    color: #e9d5ff;
}

.ib-cycle-option__plan,
.ib-payment-method__title,
.ib-checkout-plan-overview__title,
.ib-checkout-sidebar__plan-name,
.ib-checkout-plan-card__title {
    display: block;
    margin: 0;
    color: #f8fafc;
    font-weight: 800;
}

.ib-cycle-option__plan {
    font-size: 0.96rem;
    padding-right: 0;
}

.ib-cycle-option__badges {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    min-height: 26px;
}

.ib-cycle-option__label {
    display: inline-flex;
    font-size: 0.74rem;
    font-weight: 800;
}

.ib-cycle-option__price,
.ib-checkout-summary-total,
.ib-checkout-plan-card__price {
    display: block;
    margin: 8px 0 0;
    color: #f8fafc;
    font-size: 1.5rem;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.ib-cycle-option__meta,
.ib-checkout-plan-overview__per-month,
.ib-checkout-sidebar__plan-per-month {
    display: block;
    margin-top: 6px;
    color: #c4b5fd;
    font-size: 0.7rem;
    font-weight: 700;
}

.ib-cycle-option__economy,
.ib-checkout-upsell__savings {
    display: inline-flex;
    margin-top: 8px;
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px solid rgba(244, 114, 182, 0.35);
    background: rgba(219, 39, 119, 0.14);
    color: #fbcfe8;
    font-size: 0.8rem;
    font-weight: 800;
}

.ib-cycle-option__economy {
    margin-top: 0;
    margin-left: 0;
    justify-self: unset;
}

.ib-checkout-plan-overview,
.ib-checkout-sidebar__plan,
.ib-checkout-benefits,
.ib-checkout-upsell,
.ib-checkout-summary-values,
.ib-checkout-pix-flow,
.ib-checkout-pix-result,
.ib-checkout-gateway-link {
    display: grid;
    gap: 10px;
}

.ib-checkout-pix-flow {
    gap: 12px;
}

.ib-checkout-pix-flow__head {
    align-items: start;
}

.ib-checkout-pix-timer {
    display: grid;
    justify-items: end;
    gap: 4px;
    min-width: 148px;
    padding: 10px 12px;
    border-radius: 14px;
    border: 1px solid rgba(34, 211, 238, 0.34);
    background: linear-gradient(145deg, rgba(8, 37, 54, 0.92), rgba(15, 23, 42, 0.88));
    box-shadow: inset 0 0 0 1px rgba(56, 189, 248, 0.08);
}

.ib-checkout-pix-timer__label {
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #a5f3fc;
}

.ib-checkout-pix-timer__value {
    font-size: 1.36rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    color: #ecfeff;
}

.ib-cycle-option.is-monthly .ib-cycle-option__price {
    font-size: 1.76rem;
}

/* Toolbar e badge "Pix pendente" — removidos do markup, regras mantidas caso revertidas */

.ib-btn--sm {
    min-height: 34px;
    padding: 7px 12px;
    font-size: 0.74rem !important;
}

/* ── Novo layout do resultado Pix (vertical: QR Code + campo cópia) ── */

.ib-checkout-pix-result {
    display: grid;
    gap: 14px;
    margin-top: 12px;
}

.ib-checkout-pix-result__frame {
    display: grid;
    place-items: center;
    position: relative;
    padding: 16px;
    border-radius: 18px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
}

.ib-checkout-pix-result__image {
    display: block;
    width: 100%;
    max-width: 260px;
    height: auto;
    border-radius: 8px;
}

.ib-checkout-pix-error-overlay {
    position: absolute;
    inset: 16px;
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 8px;
    padding: 18px;
    border-radius: 16px;
    border: 1px solid rgba(217, 70, 239, 0.42);
    background: linear-gradient(145deg, rgba(88, 28, 135, 0.84), rgba(131, 24, 67, 0.82));
    text-align: center;
    cursor: pointer;
    backdrop-filter: blur(6px);
    max-width: 250px;
    left: calc(50% - (250px / 2));
}

.ib-checkout-pix-error-overlay:hover {
    box-shadow: 0 12px 28px rgba(168, 85, 247, 0.22);
}

.ib-checkout-pix-error-overlay__icon {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 1.5rem;
    font-weight: 900;
}

.ib-checkout-pix-error-overlay .ib-checkout-section-title,
.ib-checkout-pix-error-overlay .ib-checkout-section-note {
    margin: 0;
    color: #fff;
    text-align: center !important;
}

.ib-checkout-pix-error-overlay .ib-checkout-section-note {
    max-width: 280px;
    font-size: 0.9rem;
    line-height: 1.35;
}

/* Campo cópia embutido */
.ib-checkout-pix-copy {
    display: grid;
    gap: 6px;
}

.ib-checkout-pix-copy__label {
    font-size: 0.76rem;
    font-weight: 700;
    color: #94a3b8;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.ib-checkout-pix-copy__field {
    position: relative;
}

.ib-checkout-pix-copy__textarea {
    display: block;
    width: 100%;
    padding: 10px 86px 10px 12px;
    border-radius: 12px;
    border: 1px solid rgba(96, 165, 250, 0.28);
    background: rgba(5, 12, 28, 0.82);
    color: #94a3b8;
    font-size: 0.7rem;
    font-family: 'Courier New', monospace;
    line-height: 1.6;
    resize: none;
    overflow: hidden;
    outline: none;
    box-sizing: border-box;
}

.ib-checkout-pix-copy__textarea:focus {
    border-color: rgba(96, 165, 250, 0.5);
    color: #cbd5e1;
}

.ib-checkout-pix-copy__btn {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    padding: 5px 14px;
    border-radius: 8px;
    border: 1px solid rgba(168, 85, 247, 0.5);
    background: rgba(139, 92, 246, 0.22);
    color: #e9d5ff;
    font-size: 0.72rem;
    font-weight: 800;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease;
    white-space: nowrap;
}

.ib-checkout-pix-copy__btn:hover {
    background: rgba(139, 92, 246, 0.4);
    border-color: rgba(168, 85, 247, 0.75);
    color: #f3e8ff;
}

/* Legados removidos:
   .ib-checkout-pix-toolbar / .ib-checkout-pix-toolbar__badge
   .ib-checkout-pix-result--inline
   .ib-checkout-pix-result__media / __content / __label / __actions
   [data-pix-copy]
*/

.ib-checkout-pix-state-card {
    margin-top: 4px;
    padding: 14px;
    border-radius: 16px;
    border: 1px solid rgba(148, 163, 184, 0.26);
    background: linear-gradient(145deg, rgba(15, 23, 42, 0.92), rgba(24, 24, 39, 0.88));
}

.ib-checkout-pix-state-card__eyebrow {
    display: inline-flex;
    width: fit-content;
    padding: 5px 10px;
    border-radius: 999px;
    border: 1px solid rgba(244, 114, 182, 0.24);
    background: rgba(190, 24, 93, 0.16);
    color: #fbcfe8;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ib-checkout-pix-flow[data-pix-state="paid"] .ib-checkout-pix-state-card {
    border-color: rgba(74, 222, 128, 0.36);
    background: linear-gradient(145deg, rgba(6, 52, 34, 0.72), rgba(15, 23, 42, 0.9));
}

.ib-checkout-pix-flow[data-pix-state="expired"] .ib-checkout-pix-state-card,
.ib-checkout-pix-flow[data-pix-state="cancelled"] .ib-checkout-pix-state-card {
    border-color: rgba(251, 146, 60, 0.34);
    background: linear-gradient(145deg, rgba(66, 32, 6, 0.66), rgba(15, 23, 42, 0.88));
}

.ib-checkout-plan-overview {
    margin-top: 8px;
    gap: 8px;
}

.ib-checkout-plan-overview__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.ib-checkout-plan-overview__title {
    font-size: clamp(1.56rem, 2vw, 2rem);
    line-height: 1;
    letter-spacing: -0.03em;
}

.ib-checkout-plan-overview__description {
    padding: 10px 12px;
    border-radius: 12px;
    border: 1px solid rgba(236, 72, 153, 0.26);
    background: linear-gradient(140deg, rgba(58, 17, 47, 0.45), rgba(31, 41, 55, 0.36));
    color: #fce7f3;
    font-size: 0.9rem;
    line-height: 1.45;
}

.ib-checkout-plan-overview .ib-checkout-card__badge {
    margin-top: 2px;
    border: 1px solid rgba(236, 72, 153, 0.52);
    background: linear-gradient(135deg, rgba(236, 72, 153, 0.32), rgba(168, 85, 247, 0.3));
    color: #fce7f3;
}

.ib-checkout-plan-card__cycle {
    margin: 6px 0 0;
    color: #9fb0c9;
}

.ib-checkout-list,
.ib-checkout-benefits__list {
    margin: 0;
    padding-left: 0;
    color: #c9d6e8;
    list-style: none;
}

.ib-checkout-list li + li,
.ib-checkout-benefits__list li + li {
    margin-top: 6px;
}

.ib-checkout-benefits__list li {
    padding-bottom: 0;
    border-bottom: 0;
}

.ib-checkout-benefits__list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.ib-checkout-list li,
.ib-checkout-benefits__list li {
    position: relative;
    padding-left: 16px;
    line-height: 1.36;
}

.ib-checkout-list li::before,
.ib-checkout-benefits__list li::before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: linear-gradient(135deg, #f15bb5 0%, #a855f7 100%);
    box-shadow: none;
}

.ib-checkout-benefits {
    gap: 6px;
    margin-top: 8px;
    padding-top: 10px;
    border-top: 1px solid rgba(71, 85, 105, 0.4);
}

.ib-checkout-benefits .ib-checkout-section-title {
    font-size: 0.86rem;
}

.ib-checkout-benefits__list {
    font-size: 0.8rem;
    margin-bottom: 10px !important;
}

.ib-checkout-list--compact li {
    margin-top: 6px;
}

.ib-checkout-list--steps li::before {
    width: 11px;
    height: 11px;
    background: linear-gradient(135deg, #22d3ee 0%, #a855f7 100%);
}

.ib-checkout-summary-table {
    display: grid;
    gap: 6px;
    padding-top: 8px;
    border-top: 1px solid rgba(71, 85, 105, 0.6);
    margin-bottom: 10px !important;
}

.ib-checkout-summary-table__row {
    color: #b9c8dd;
}

.ib-checkout-summary-table__row strong {
    color: #f8fafc;
}

.ib-checkout-summary-table__row strong.is-discounted {
    text-decoration: line-through;
    text-decoration-thickness: 1px;
    text-decoration-color: rgba(148, 163, 184, 0.78);
    color: #94a3b8;
}

.ib-checkout-summary-table__row strong.is-positive {
    color: #86efac;
}

.ib-checkout-discount-reason {
    margin-left: 6px;
    padding: 1px 6px;
    border-radius: 999px;
    border: 1px solid rgba(34, 197, 94, 0.46);
    background: rgba(22, 163, 74, 0.2);
    color: #bbf7d0;
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    vertical-align: middle;
}

.ib-checkout-summary-table__row.is-total {
    font-size: 1.08rem;
    font-weight: 800;
}

.ib-checkout-summary-table__row.is-total strong {
    font-size: 1.16rem;
}

.ib-checkout-sidebar__plan {
    gap: 4px;
}

.ib-checkout-summary-values {
    gap: 1px;
}

.ib-checkout-summary-compare {
    font-size: 0.8rem;
    line-height: 1.1;
    text-decoration: line-through;
    text-decoration-thickness: 1px;
    text-decoration-color: rgba(203, 213, 225, 0.68);
}

.ib-checkout-summary-total {
    margin-top: 0;
    font-size: 1.7rem;
    line-height: 1.03;
}

.ib-checkout-sidebar__plan-per-month {
    margin-top: 1px;
    font-size: 0.76rem;
    line-height: 1.15;
    color: #c4b5fd;
}

.ib-checkout-cycle-benefit {
    margin: 8px 0 4px;
    padding: 10px 12px;
    border-radius: 12px;
    border: 1px solid rgba(16, 185, 129, 0.35);
    background: linear-gradient(145deg, rgba(6, 52, 34, 0.55), rgba(15, 23, 42, 0.78));
}

.ib-checkout-cycle-benefit__title {
    margin: 0;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #86efac;
}

.ib-checkout-cycle-benefit__text {
    margin: 4px 0 0;
    font-size: 0.8rem;
    line-height: 1.35;
    color: #dcfce7;
    font-weight: 700;
}

.ib-checkout-upsell {
    margin: 10px 0;
    padding: 16px;
    border-radius: 16px;
    border: 1px solid rgba(168, 85, 247, 0.34);
    background: linear-gradient(145deg, rgba(15, 23, 42, 0.96), rgba(31, 41, 55, 0.92) 55%, rgba(59, 30, 84, 0.9));
    color: #eef2ff;
    position: relative;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.ib-checkout-upsell__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.ib-checkout-upsell__copy {
    margin-top: 8px;
    font-size: 0.9rem;
    line-height: 1.4;
    max-width: 100%;
}

.ib-checkout-upsell__savings {
    align-self: flex-start;
    margin: 0;
    border-color: rgba(74, 222, 128, 0.55);
    background: rgba(22, 163, 74, 0.22);
    color: #dcfce7;
    position: static;
    width: auto;
    white-space: nowrap;
}

.ib-checkout-upsell .ib-btn--ghost {
    border: 1px solid rgba(192, 132, 252, 0.34);
    background: linear-gradient(120deg, rgba(99, 102, 241, 0.16), rgba(168, 85, 247, 0.16));
    color: #f5f3ff;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.ib-checkout-upsell .ib-btn--ghost:hover {
    box-shadow: 0 10px 24px rgba(91, 33, 182, 0.24);
}

.ib-checkout-upsell .ib-checkout-section-title,
.ib-checkout-upsell .ib-checkout-upsell__copy,
.ib-checkout-upsell .ib-checkout-upsell__savings {
    color: inherit;
}

.ib-checkout-submit,
.ib-btn--wide {
    width: 100%;
}

.ib-checkout-final {
    gap: 8px;
    margin-top: 4px;
}

.ib-checkout-final .ib-checkout-submit {
    margin-top: 2px;
}

.ib-checkout-final .ib-checkout-submit.is-hidden + .ib-checkout-trust {
    margin-top: 2px;
}

.ib-checkout-final .ib-checkout-trust {
    text-align: center;
    font-size: 0.78rem;
}

.ib-checkout-trust.is-sidebar {
    font-size: 0.76rem;
    text-align: center;
    margin-top: 5px !important;
}

.ib-checkout-feedback {
    border-radius: 14px;
    padding: 12px 14px;
    font-weight: 700;
    margin-bottom: 10px;
}

.ib-checkout-feedback.is-success {
    background: rgba(34, 197, 94, 0.15);
    color: #bbf7d0;
}

.ib-checkout-feedback.is-danger {
    background: rgba(239, 68, 68, 0.16);
    color: #fecaca;
}

.ib-checkout-feedback.is-info {
    background: rgba(59, 130, 246, 0.18);
    color: #bfdbfe;
}

.ib-checkout-terms {
    display: grid;
    grid-template-columns: 22px 1fr;
    gap: 8px;
    align-items: start;
    color: #c9d6e8;
    line-height: 1.4;
    cursor: pointer;
}

.ib-checkout-terms input {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
    appearance: none !important;
    -webkit-appearance: none !important;
}

.ib-checkout-terms__text::before,
.ib-checkout-terms__text::after,
.ib-checkout-terms__control::before {
    content: none !important;
    display: none !important;
}

.ib-checkout-terms__control {
    position: relative;
    display: inline-block;
    width: 15px !important;
    height: 15px !important;
    margin-top: 2px;
    border-radius: 6px;
    border: 1px solid rgba(168, 85, 247, 0.6);
    background: rgba(30, 41, 59, 0.8);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
    transition: all 0.18s ease;
    padding-left: 0 !important;
    margin-right: 0 !important;
}

.ib-checkout-terms__text {
    display: block;
    font-size: 0.82rem;
}

.ib-checkout-terms input:checked + .ib-checkout-terms__control {
    background: linear-gradient(135deg, #f15bb5 0%, #a855f7 100%);
    border-color: rgba(244, 114, 182, 0.9);
    box-shadow: 0 0 0 3px rgba(241, 91, 181, 0.18);
}

.ib-checkout-terms input:checked + .ib-checkout-terms__control::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 4px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translate(4px, 6px) rotate(-45deg);
    margin-top: 0 !important;
}

.ib-checkout-terms input:focus-visible + .ib-checkout-terms__control {
    box-shadow: 0 0 0 3px rgba(236, 72, 153, 0.22);
}

.ib-card-flag {
    background: rgba(51, 65, 85, 0.56);
    color: #dbeafe;
    border: 1px solid rgba(100, 116, 139, 0.55);
}

.ib-card-flag.is-pix {
    background: rgba(76, 29, 149, 0.45);
    color: #e9d5ff;
    border: 1px solid rgba(168, 85, 247, 0.45);
}

.ib-card-preview {
    margin: 12px 0 16px;
    padding: 16px;
    border-radius: 16px;
    border: 1px solid rgba(236, 72, 153, 0.45);
    background:
        linear-gradient(145deg, rgba(52, 16, 57, 0.9), rgba(76, 29, 149, 0.84) 58%, rgba(157, 23, 77, 0.74) 100%);
    color: #fdf4ff;
    box-shadow: 0 12px 24px rgba(76, 29, 149, 0.35);
}

.ib-card-preview__top,
.ib-card-preview__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.ib-card-preview__label {
    font-size: 0.74rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(236, 254, 255, 0.82);
}

.ib-card-preview__brand {
    font-size: 0.82rem;
    font-weight: 700;
}

.ib-card-preview__number {
    margin: 14px 0;
    font-size: 1.1rem;
    letter-spacing: 0.12em;
    font-weight: 800;
}

.ib-card-preview__name,
.ib-card-preview__expiry {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(236, 254, 255, 0.9);
}

.ib-checkout-card-flow,
.ib-checkout-card-flow__head,
.ib-checkout-card-state-card {
    display: grid;
    gap: 12px;
}

.ib-checkout-card-flow {
    gap: 14px;
}

.ib-checkout-card-flow__head {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
}

.ib-checkout-card-state-card {
    padding: 14px 16px;
    border-radius: 16px;
    border: 1px solid rgba(71, 85, 105, 0.34);
    background: rgba(15, 23, 42, 0.54);
}

.ib-checkout-card-state-card__eyebrow {
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #94a3b8;
}

.ib-checkout-card-flow[data-card-state='validating'] .ib-checkout-card-state-card,
.ib-checkout-card-flow[data-card-state='processing'] .ib-checkout-card-state-card {
    border-color: rgba(96, 165, 250, 0.34);
    background: rgba(30, 41, 59, 0.66);
}

.ib-checkout-card-flow[data-card-state='approved'] .ib-checkout-card-state-card {
    border-color: rgba(74, 222, 128, 0.34);
    background: rgba(20, 83, 45, 0.38);
}

.ib-checkout-card-flow[data-card-state='approved'] .ib-checkout-card-state-card__eyebrow {
    color: #86efac;
}

.ib-checkout-card-flow[data-card-state='insufficient_funds'] .ib-checkout-card-state-card,
.ib-checkout-card-flow[data-card-state='invalid_card'] .ib-checkout-card-state-card,
.ib-checkout-card-flow[data-card-state='refused'] .ib-checkout-card-state-card,
.ib-checkout-card-flow[data-card-state='gateway_error'] .ib-checkout-card-state-card,
.ib-checkout-card-flow[data-card-state='timeout'] .ib-checkout-card-state-card,
.ib-checkout-card-flow[data-card-state='failed'] .ib-checkout-card-state-card {
    border-color: rgba(248, 113, 113, 0.36);
    background: rgba(69, 10, 10, 0.34);
}

.ib-checkout-card-flow[data-card-state='insufficient_funds'] .ib-checkout-card-state-card__eyebrow,
.ib-checkout-card-flow[data-card-state='invalid_card'] .ib-checkout-card-state-card__eyebrow,
.ib-checkout-card-flow[data-card-state='refused'] .ib-checkout-card-state-card__eyebrow,
.ib-checkout-card-flow[data-card-state='gateway_error'] .ib-checkout-card-state-card__eyebrow,
.ib-checkout-card-flow[data-card-state='timeout'] .ib-checkout-card-state-card__eyebrow,
.ib-checkout-card-flow[data-card-state='failed'] .ib-checkout-card-state-card__eyebrow {
    color: #fca5a5;
}

.ib-checkout-sidebar__card {
    position: sticky;
    top: 24px;
}

.ib-checkout-pix-result {
    padding-top: 4px;
    position: relative;
}

.ib-checkout-pix-result .btn {
    position: static;
    width: 100%;
    font-size: 0.84rem !important;
    height: auto !important;
    min-height: 38px;
    line-height: 1.2 !important;
}

.ib-checkout-pix-result__image,
.ib-checkout-status-pix__image {
    width: 100%;
    max-width: 250px;
    justify-self: center;
    border-radius: 14px;
    border: 1px solid rgba(100, 116, 139, 0.45);
    background: #fff;
}

.ib-checkout-status-pix__image {
    max-width: 280px;
    padding: 12px;
}

.ib-checkout-status-pix {
    display: grid;
    grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
    gap: 20px;
    align-items: start;
}

.ib-checkout-status-pix__media,
.ib-checkout-status-pix__content,
.ib-checkout-status-testmode {
    display: grid;
    gap: 12px;
}

.ib-checkout-section-label {
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #94a3b8;
}

.ib-checkout-status-testmode {
    gap: 8px;
    margin-top: 8px;
    padding: 10px;
    border-radius: 12px;
    border: 1px solid rgba(148, 163, 184, 0.28);
    background: rgba(15, 23, 42, 0.5);
}

.ib-checkout-status-testmode__actions {
    flex-wrap: wrap;
    gap: 8px;
}

.ib-checkout-status-testmode .ib-btn {
    padding: 7px 10px;
    border-radius: 10px;
    font-size: 0.72rem;
}

.ib-checkout-card-state-card .ib-checkout-section-note.is-compact-line {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ib-checkout-simulation,
.ib-checkout-simulation__head,
.ib-checkout-simulation__groups,
.ib-checkout-simulation__group,
.ib-checkout-simulation__group-head {
    display: grid;
    gap: 12px;
}

.ib-checkout-simulation {
    margin-top: 12px;
    padding: 14px;
    border-radius: 16px;
    border: 1px dashed rgba(148, 163, 184, 0.28);
    background: rgba(15, 23, 42, 0.42);
}
.ib-checkout-pix-state-card.is-actionable {
    cursor: pointer;
    border-color: rgba(217, 70, 239, 0.45);
    box-shadow: 0 0 0 1px rgba(217, 70, 239, 0.2) inset;
}
.ib-checkout-pix-state-card.is-actionable:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(168, 85, 247, 0.22), 0 0 0 1px rgba(217, 70, 239, 0.26) inset;
}
.ib-checkout-pix-state-card__action {
    display: inline-flex;
    align-items: center;
    margin: 2px 0 0;
    font-size: 0.78rem;
    font-weight: 800;
    color: #f0abfc;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.ib-checkout-pix-state-card__action::before {
    content: '↻';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    margin-right: 6px;
    border-radius: 999px;
    border: 1px solid rgba(217, 70, 239, 0.45);
    color: #f0abfc;
    font-size: 0.8rem;
    line-height: 1;
}

.ib-checkout-simulation__head {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
}

.ib-checkout-simulation__badges,
.ib-checkout-simulation__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ib-checkout-simulation__badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.ib-checkout-simulation__badge.is-sandbox {
    background: rgba(59, 130, 246, 0.16);
    color: #93c5fd;
    border: 1px solid rgba(96, 165, 250, 0.28);
}

.ib-checkout-simulation__badge.is-local {
    background: rgba(244, 114, 182, 0.14);
    color: #f9a8d4;
    border: 1px solid rgba(244, 114, 182, 0.26);
}

.ib-checkout-simulation__groups {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ib-checkout-simulation__group {
    padding: 12px;
    border-radius: 14px;
    border: 1px solid rgba(71, 85, 105, 0.34);
    background: rgba(2, 6, 23, 0.32);
    transition: opacity 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.ib-checkout-simulation__group.is-active {
    border-color: rgba(244, 114, 182, 0.28);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
}

.ib-checkout-simulation__group.is-disabled {
    opacity: 0.62;
}

.ib-checkout-simulation__group-head h4 {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 800;
    color: #f8fafc;
}

.ib-checkout-simulation__group-head p {
    margin: 0;
    font-size: 0.76rem;
    line-height: 1.45;
    color: #94a3b8;
}

.ib-checkout-simulation__actions .ib-btn {
    min-height: 36px;
    padding: 7px 10px;
    border-radius: 10px;
    font-size: 0.72rem;
    line-height: 1.2;
}

.ib-checkout-success-flow,
.ib-checkout-success-flow__intro,
.ib-checkout-success-flow__steps,
.ib-checkout-success-step,
.ib-checkout-success-next {
    display: grid;
    gap: 12px;
}

.ib-checkout-success-flow {
    gap: 14px;
    animation: ibSuccessReveal 460ms ease-out both;
}

.ib-checkout-success-flow.is-activation-loading .ib-checkout-success-progress__fill {
    transition: width 320ms ease;
}

.ib-checkout-success-flow__title {
    margin: 0;
    font-size: 1.08rem;
    font-weight: 900;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #e2e8f0;
}

.ib-checkout-success-progress {
    display: grid;
    gap: 6px;
    margin-top: 4px;
}

.ib-checkout-success-progress.is-bottom {
    margin-top: 10px;
    padding: 10px 12px;
    border-radius: 12px;
    border: 1px solid rgba(71, 85, 105, 0.38);
    background: rgba(10, 18, 32, 0.55);
}

.ib-checkout-success-progress__copy {
    margin: 0;
    font-size: 0.79rem;
    line-height: 1.35;
    color: #cbd5e1;
}

.ib-checkout-success-progress__track {
    position: relative;
    width: 100%;
    height: 8px;
    border-radius: 999px;
    background: rgba(71, 85, 105, 0.45);
    overflow: hidden;
}

.ib-checkout-success-progress__fill {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #34d399 0%, #22d3ee 60%, #f472b6 100%);
    box-shadow: 0 0 20px rgba(52, 211, 153, 0.3);
    animation: ibProgressPulse 2.6s ease-in-out infinite;
}

.ib-checkout-success-progress__percent {
    margin: 0;
    justify-self: end;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #a7f3d0;
}

.ib-checkout-success-flow__steps {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    overflow: visible;
    padding: 15px 0 3px;
    scrollbar-width: none;
    position: relative;
    align-items: stretch;
}

.ib-checkout-success-flow__steps::before {
    display: none;
}

.ib-checkout-success-step {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 7px;
    padding: 20px 12px 10px;
    min-height: 120px;
    border-radius: 14px;
    border: 1px solid rgba(100, 116, 139, 0.34);
    background: rgba(15, 23, 42, 0.48);
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
    overflow: visible;
    z-index: 1;
    opacity: 0;
    transform: translateY(8px) scale(0.985);
    animation: ibSuccessReveal 520ms ease forwards;
}

.ib-checkout-success-step:nth-child(1) { animation-delay: 60ms; }
.ib-checkout-success-step:nth-child(2) { animation-delay: 140ms; }
.ib-checkout-success-step:nth-child(3) { animation-delay: 220ms; }
.ib-checkout-success-step:nth-child(4) { animation-delay: 300ms; }
.ib-checkout-success-step:nth-child(5) { animation-delay: 380ms; }

.ib-checkout-success-step:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(2, 6, 23, 0.28);
}

.ib-checkout-success-step.is-done {
    border-color: rgba(52, 211, 153, 0.46);
    background: linear-gradient(135deg, rgba(8, 42, 34, 0.44), rgba(15, 23, 42, 0.46));
}

.ib-checkout-success-flow.is-activating-now .ib-checkout-success-step {
    transition: transform 280ms ease, border-color 680ms ease, box-shadow 680ms ease, background 680ms ease;
}

.ib-checkout-success-flow.is-activating-now .ib-checkout-success-step.is-activated {
    border-color: rgba(74, 222, 128, 0.92);
    background: linear-gradient(135deg, rgba(4, 94, 68, 0.84), rgba(6, 60, 42, 0.76));
    box-shadow: 0 0 0 3px rgba(74, 222, 128, 0.22), 0 18px 36px rgba(16, 185, 129, 0.32);
    opacity: 1;
}

.ib-checkout-success-flow.is-activating-now .ib-checkout-success-step.is-pulsing {
    opacity: 1;
    animation: ibStepActivatePulseVisual 0.92s ease-out;
}

.ib-checkout-success-flow.is-activating-now .ib-checkout-success-step.is-reviewing {
    border-color: rgba(74, 222, 128, 0.68);
    box-shadow: 0 0 0 2px rgba(74, 222, 128, 0.20), 0 14px 28px rgba(16, 185, 129, 0.22);
    transform: translateY(-2px) scale(1.008);
}

.ib-checkout-success-step.is-next {
    border-color: rgba(244, 114, 182, 0.38);
    background: linear-gradient(135deg, rgba(48, 18, 45, 0.36), rgba(15, 23, 42, 0.46));
}

.ib-checkout-success-step.is-current {
    border-color: rgba(34, 211, 238, 0.56);
    background: linear-gradient(135deg, rgba(12, 53, 71, 0.44), rgba(15, 23, 42, 0.5));
    box-shadow: 0 10px 24px rgba(14, 116, 144, 0.26);
}

.ib-checkout-success-step__glyph {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-top: 4px;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.4);
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.96), rgba(15, 23, 42, 0.72));
    position: relative;
    color: #cbd5e1;
    box-shadow: 0 8px 16px rgba(2, 6, 23, 0.28);
}

.ib-checkout-success-step__glyph svg {
    width: 20px;
    height: 20px;
}

.ib-checkout-success-step.is-done .ib-checkout-success-step__glyph {
    border-color: rgba(34, 197, 94, 0.48);
    background: linear-gradient(180deg, rgba(6, 52, 34, 0.9), rgba(7, 33, 28, 0.8));
    color: #86efac;
}

.ib-checkout-success-flow.is-activating-now .ib-checkout-success-step.is-activated .ib-checkout-success-step__glyph {
    border-color: rgba(74, 222, 128, 0.78);
    background: linear-gradient(180deg, rgba(9, 88, 63, 0.92), rgba(7, 72, 52, 0.84));
    color: #dcfce7;
}

.ib-checkout-success-step.is-next .ib-checkout-success-step__glyph {
    border-color: rgba(244, 114, 182, 0.5);
    background: linear-gradient(180deg, rgba(58, 15, 45, 0.88), rgba(42, 12, 34, 0.8));
    color: #f9a8d4;
}

.ib-checkout-success-step.is-current .ib-checkout-success-step__glyph {
    border-color: rgba(34, 211, 238, 0.56);
    background: linear-gradient(180deg, rgba(9, 54, 66, 0.9), rgba(8, 42, 52, 0.84));
    color: #a5f3fc;
}

.ib-checkout-success-step h3 {
    margin: 0;
    padding-right: 0;
    max-width: 96%;
    font-size: 0.86rem;
    line-height: 1.2;
    color: #f8fafc;
}

.ib-checkout-success-step p {
    margin: 4px 0 0;
    font-size: 0.72rem;
    line-height: 1.32;
    color: #c7d2e7;
    max-width: 94%;
}

.ib-checkout-success-step__status {
    position: absolute;
    top: 8px;
    right: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    min-width: 68px;
    max-width: 84px;
    padding: 4px 8px;
    font-size: 0.56rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    white-space: nowrap;
    z-index: 2;
    box-shadow: 0 3px 10px rgba(2, 6, 23, 0.24);
}

.ib-checkout-success-step__status.is-done {
    color: #dcfce7;
    background: linear-gradient(180deg, rgba(34, 197, 94, 0.28), rgba(22, 163, 74, 0.22));
    border: 1px solid rgba(34, 197, 94, 0.5);
}

.ib-checkout-success-flow.is-activating-now .ib-checkout-success-step.is-activated .ib-checkout-success-step__status {
    color: #ecfdf5;
    background: linear-gradient(180deg, rgba(34, 197, 94, 0.52), rgba(22, 163, 74, 0.44));
    border-color: rgba(74, 222, 128, 0.84);
}

.ib-checkout-success-step__status.is-next {
    color: #fde7f3;
    background: linear-gradient(180deg, rgba(244, 114, 182, 0.45), rgba(236, 72, 153, 0.34));
    border: 1px solid rgba(244, 114, 182, 0.72);
}

.ib-checkout-success-step__status.is-current {
    color: #cffafe;
    background: linear-gradient(180deg, rgba(34, 211, 238, 0.44), rgba(14, 165, 233, 0.3));
    border: 1px solid rgba(34, 211, 238, 0.72);
}

.ib-checkout-success-step:not(:last-child)::after {
    display: none;
}

.ib-checkout-success-step:last-child .ib-checkout-success-step__arrow {
    display: none;
}

.ib-checkout-inline-password {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 10px;
    margin-top: 2px;
    max-width: 720px;
    margin-inline: auto;
}

.ib-checkout-inline-password .ib-btn {
    width: 100%;
    grid-column: 1 / -1;
}

.ib-checkout-inline-password .ib-checkout-field > span {
    font-size: 0.73rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #bfdbfe;
}

.ib-checkout-inline-password__control {
    position: relative;
}

.ib-checkout-inline-password__control input {
    width: 100%;
    max-width: 100%;
    display: block;
    box-sizing: border-box !important;
    padding: 10px 88px 10px 12px !important;
    min-height: 42px;
    height: 42px !important;
    border-radius: 12px !important;
    border: 1px solid rgba(59, 130, 246, 0.38) !important;
    background: linear-gradient(180deg, rgba(8, 20, 38, 0.88), rgba(8, 20, 38, 0.64)) !important;
    color: #f8fafc !important;
    box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.3);
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.ib-checkout-inline-password__control input::placeholder {
    color: rgba(191, 219, 254, 0.65);
}

.ib-checkout-inline-password__control input:hover,
.ib-checkout-inline-password__control input:focus {
    border-color: rgba(34, 211, 238, 0.76) !important;
    box-shadow: 0 0 0 2px rgba(34, 211, 238, 0.18), inset 0 0 0 1px rgba(34, 211, 238, 0.22);
    outline: none;
    transform: translateY(-1px);
}

.ib-checkout-inline-password__toggle {
    position: absolute;
    right: 8px;
    top: calc(50% - 4px);
    transform: translateY(-50%);
    min-width: 66px;
    height: 28px;
    border-radius: 999px;
    border: 1px solid rgba(56, 189, 248, 0.45);
    background: rgba(14, 116, 144, 0.23);
    color: #dbeafe;
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 160ms ease, border-color 160ms ease;
}

.ib-checkout-inline-password__toggle:hover {
    background: rgba(14, 165, 233, 0.32);
    border-color: rgba(34, 211, 238, 0.66);
}

.ib-checkout-inline-password .ib-btn--xl {
    margin-top: 6px;
    min-height: 44px;
    letter-spacing: 0.01em;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
}

.ib-checkout-inline-password .ib-btn[disabled],
.ib-checkout-inline-password .ib-btn[aria-disabled="true"] {
    opacity: 0.56;
    filter: saturate(0.6);
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.ib-checkout-inline-password__submit {
    display: block;
    margin-top: 10px;
    min-height: 48px;
    max-width: 420px;
    border-radius: 999px;
    border: 1px solid rgba(34, 211, 238, 0.45);
    background: linear-gradient(92deg, #0891b2 0%, #2563eb 48%, #22c55e 100%);
    color: #f8fafc;
    font-weight: 800;
    letter-spacing: 0.01em;
    box-shadow: 0 14px 28px rgba(8, 47, 73, 0.42), 0 0 0 1px rgba(125, 211, 252, 0.14) inset;
    transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.ib-checkout-inline-password__submit:hover {
    transform: translateY(-1px);
    filter: saturate(1.08);
    box-shadow: 0 16px 30px rgba(6, 78, 59, 0.34), 0 0 0 1px rgba(165, 243, 252, 0.2) inset;
}

.ib-checkout-inline-password__submit:active {
    transform: translateY(0);
}

.ib-checkout-inline-password__rules {
    grid-column: 1 / -1;
    margin-top: 2px;
    padding: 10px 12px;
    border-radius: 12px;
    border: 1px solid rgba(56, 189, 248, 0.28);
    background: rgba(8, 18, 34, 0.56);
}

.ib-checkout-inline-password__rules ul {
    margin: 8px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 5px;
}

.ib-checkout-inline-password__rules li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.75rem;
    color: #cbd5e1;
    transition: color 160ms ease, opacity 160ms ease;
}

.ib-checkout-inline-password__rules li::before {
    content: "-";
    width: 13px;
    display: inline-flex;
    justify-content: center;
    font-weight: 800;
    color: #7dd3fc;
}

.ib-checkout-inline-password__rules li.is-valid {
    color: #86efac;
}

.ib-checkout-inline-password__rules li.is-valid::before {
    content: "\2713";
    color: #4ade80;
}

.ib-checkout-inline-password__rules li.is-pending {
    color: #bfdbfe;
    opacity: 0.94;
}

.ib-checkout-inline-password__quality,
.ib-checkout-inline-password__match {
    margin: 0;
    font-size: 0.74rem;
    font-weight: 700;
    line-height: 1.35;
}

.ib-checkout-inline-password__quality {
    color: #cbd5e1;
}

.ib-checkout-inline-password__quality.is-weak {
    color: #fda4af;
}

.ib-checkout-inline-password__quality.is-medium {
    color: #fcd34d;
}

.ib-checkout-inline-password__quality.is-strong {
    color: #86efac;
}

.ib-checkout-inline-password__match {
    margin-top: 8px;
    color: #cbd5e1;
}

.ib-checkout-inline-password__match.is-valid {
    color: #86efac;
}

.ib-checkout-inline-password__match.is-invalid {
    color: #fda4af;
}

.ib-checkout-inline-password__match.is-pending {
    color: #bfdbfe;
}

.ib-checkout-inline-password .ib-btn[disabled].ib-checkout-inline-password__submit,
.ib-checkout-inline-password .ib-btn[aria-disabled="true"].ib-checkout-inline-password__submit {
    border-color: rgba(100, 116, 139, 0.5);
    background: linear-gradient(92deg, rgba(30, 41, 59, 0.88), rgba(51, 65, 85, 0.88));
    color: #94a3b8;
    box-shadow: none;
}

.ib-checkout-inline-password__control input.is-valid {
    border-color: rgba(34, 197, 94, 0.72) !important;
    box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.2), inset 0 0 0 1px rgba(34, 197, 94, 0.18);
}

.ib-checkout-inline-password__control input.is-invalid {
    border-color: rgba(244, 63, 94, 0.72) !important;
    box-shadow: 0 0 0 2px rgba(244, 63, 94, 0.2), inset 0 0 0 1px rgba(244, 63, 94, 0.18);
}

.ib-checkout-success-next {
    margin-top: 2px;
    padding: 12px;
    max-width: 860px;
    margin-inline: auto;
    border-radius: 14px;
    border: 1px solid rgba(56, 189, 248, 0.34);
    background: linear-gradient(140deg, rgba(12, 29, 50, 0.5), rgba(15, 23, 42, 0.46));
    transition: opacity 600ms ease, transform 600ms ease, max-height 600ms ease, padding 600ms ease, margin 600ms ease;
    max-height: 2000px;
}

.ib-checkout-success-next.is-dismissing {
    opacity: 0;
    transform: translateY(-10px) scale(0.97);
    pointer-events: none;
    max-height: 0;
    padding: 0 12px;
    margin: 0;
    overflow: hidden;
}

.ib-checkout-activation-loading {
    display: grid;
    gap: 10px;
}

.ib-checkout-activation-loading__steps {
    margin: 2px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 8px;
}

.ib-checkout-activation-loading__steps li {
    position: relative;
    padding: 9px 12px 9px 34px;
    border-radius: 10px;
    border: 1px solid rgba(71, 85, 105, 0.4);
    background: rgba(8, 18, 34, 0.56);
    color: #bfdbfe;
    font-size: 0.78rem;
    line-height: 1.35;
    transition: border-color 220ms ease, background 220ms ease, color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.ib-checkout-activation-loading__steps li::before {
    content: "-";
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    color: #7dd3fc;
    border: 1px solid rgba(56, 189, 248, 0.48);
    background: rgba(14, 116, 144, 0.2);
}

.ib-checkout-activation-loading__steps li.is-pending {
    opacity: 0.86;
}

.ib-checkout-activation-loading__steps li.is-active {
    border-color: rgba(249, 115, 22, 0.7);
    background: linear-gradient(135deg, rgba(124, 45, 18, 0.48), rgba(15, 23, 42, 0.6));
    color: #ffedd5;
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(124, 45, 18, 0.26);
}

.ib-checkout-activation-loading__steps li.is-active::before {
    content: "...";
    color: #fed7aa;
    border-color: rgba(251, 146, 60, 0.72);
    background: rgba(194, 65, 12, 0.28);
}

.ib-checkout-activation-loading__steps li.is-done {
    border-color: rgba(74, 222, 128, 0.72);
    background: linear-gradient(135deg, rgba(5, 78, 50, 0.6), rgba(6, 52, 34, 0.6));
    color: #dcfce7;
}

.ib-checkout-activation-loading__steps li.is-done::before {
    content: "\2713";
    color: #dcfce7;
    border-color: rgba(74, 222, 128, 0.8);
    background: rgba(22, 163, 74, 0.28);
}

.ib-checkout-activation-loading__hint {
    margin: 0;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.35;
    color: #a7f3d0;
}

@keyframes ibSuccessReveal {
    from {
        opacity: 0;
        transform: translateY(8px) scale(0.985);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes ibStepActivatePulseVisual {
    0% {
        box-shadow: 0 0 0 3px rgba(74, 222, 128, 0.22), 0 18px 36px rgba(16, 185, 129, 0.32);
    }
    35% {
        box-shadow: 0 0 0 4px rgba(110, 231, 183, 0.30), 0 20px 36px rgba(16, 185, 129, 0.34);
    }
    100% {
        box-shadow: 0 0 0 3px rgba(74, 222, 128, 0.22), 0 18px 36px rgba(16, 185, 129, 0.32);
    }
}

@keyframes ibProgressPulse {
    0%,
    100% {
        filter: saturate(1);
    }
    50% {
        filter: saturate(1.2);
    }
}

.ib-checkout-definition-list {
    display: grid;
    gap: 12px;
    margin: 0;
}

.ib-checkout-definition-list div {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(71, 85, 105, 0.55);
}

.ib-checkout-definition-list dt {
    margin-bottom: 3px;
    color: #9fb0c9;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.ib-checkout-definition-list dd {
    margin: 0;
    color: #e6edf8;
    font-weight: 600;
}

.ib-precheckout-selected,
.ib-modal-kicker {
    border-radius: 16px;
    color: #fff;
}

.ib-precheckout-selected {
    margin-top: 22px;
    padding: 14px 16px;
    background: rgba(15, 23, 42, 0.66);
    border: 1px solid rgba(100, 116, 139, 0.45);
    display: grid;
    gap: 4px;
}

.ib-modal-kicker {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 6px 12px;
    background: rgba(30, 41, 59, 0.75);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.is-hidden {
    display: none !important;
}

.js-checkout-page.is-processing {
    opacity: 0.88;
}

@media (max-width: 1080px) {
    .ib-checkout-layout,
    .ib-checkout-plan-layout {
        grid-template-columns: 1fr;
        display: grid;
    }

    .ib-checkout-plan-layout > *:first-child {
        flex-basis: auto;
    }

    .ib-checkout-sidebar__card {
        position: static;
    }

    .ib-precheckout-session-card__grid,
    .ib-precheckout-plan-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ib-precheckout-session-card__head {
        align-items: flex-start;
        flex-direction: column;
    }

    .ib-precheckout-session-card__status {
        max-width: none;
        text-align: left;
    }

    .ib-checkout-success-flow__steps {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .ib-checkout-shell {
        padding: 22px 0 48px;
    }

    .ib-checkout-hero,
    .ib-checkout-card {
        padding: 18px;
        border-radius: 18px;
    }

    .ib-checkout-field-grid {
        grid-template-columns: 1fr;
    }

    .ib-checkout-field.is-wide {
        grid-column: span 1;
    }

    .ib-checkout-field-grid--contact,
    .ib-checkout-field-grid--card {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ib-checkout-field-grid--contact .ib-checkout-field.is-wide,
    .ib-checkout-field-grid--card .ib-checkout-field.is-wide {
        grid-column: span 2;
    }

    .ib-precheckout-session-card__grid,
    .ib-precheckout-plan-grid {
        grid-template-columns: 1fr;
    }

    .ib-precheckout-plan-card__title {
        font-size: 1.42rem;
    }

    .ib-precheckout-plan-card__price {
        font-size: 1.7rem;
    }

    .ib-cycle-option,
    .ib-payment-method {
        flex-basis: 100%;
    }

    .ib-checkout-simulation__head,
    .ib-checkout-simulation__groups {
        grid-template-columns: 1fr;
    }

    .ib-checkout-card-flow__head,
    .ib-checkout-pix-flow__head,
    .ib-checkout-pix-result--inline {
        grid-template-columns: 1fr;
    }

    .ib-checkout-pix-timer {
        justify-items: start;
        min-width: 0;
    }

    .ib-checkout-pix-toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .ib-checkout-status-pix {
        display: grid;
        grid-template-columns: 1fr;
    }

    .ib-checkout-success-flow__steps {
        grid-template-columns: 1fr;
        overflow: visible;
        gap: 8px;
    }

    .ib-checkout-success-step {
        padding: 11px;
        min-height: 114px;
    }

    .ib-checkout-success-step:not(:last-child)::after {
        display: none;
    }

    .ib-checkout-success-flow__steps::before {
        display: none;
    }

    .ib-checkout-success-progress__percent {
        justify-self: start;
    }

    .ib-checkout-inline-password {
        grid-template-columns: 1fr;
        max-width: 100%;
    }

    .ib-checkout-inline-password .ib-btn {
        grid-column: auto;
    }

    .ib-checkout-success-step__status {
        right: 8px;
        top: 8px;
    }

    .ib-checkout-pix-result .btn {
        width: 100%;
    }

    .ib-checkout-field textarea{
        height: 110px !important;
        padding-right: 0 !important;
    }
}

@media (max-width: 360px) {
    .ib-checkout-hero__title {
        font-size: 1.58rem;
    }

    .ib-checkout-hero__subtitle,
    .ib-checkout-section-note,
    .ib-checkout-trust {
        font-size: 0.84rem;
    }

    .ib-cycle-option,
    .ib-payment-method,
    .ib-checkout-card {
        padding: 14px;
    }

    .ib-checkout-summary-total,
    .ib-checkout-plan-card__price,
    .ib-cycle-option__price {
        font-size: 1.26rem;
    }

    .ib-card-preview__number {
        font-size: 0.94rem;
        letter-spacing: 0.08em;
    }

    .ib-checkout-field-grid--contact,
    .ib-checkout-field-grid--card {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .ib-checkout-field-grid--contact .ib-checkout-field.is-wide,
    .ib-checkout-field-grid--card .ib-checkout-field.is-wide {
        grid-column: span 2;
    }
}

.ib-checkout-cycle-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
    color: #ddd6fe;
    background: rgba(168, 85, 247, 0.16);
    border: 1px solid rgba(196, 181, 253, 0.34);
}

.ib-checkout-cycle-badge.is-sidebar {
    margin-top: 4px;
}

.ib-checkout-plan-overview__badges {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.ib-checkout-terms-gate {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid rgba(71, 85, 105, 0.36);
}

.ib-payment-method.is-locked {
    opacity: 0.58;
    cursor: not-allowed;
    filter: grayscale(0.35);
}

@keyframes ib-terms-highlight {
    0%,
    100% {
        box-shadow: none;
    }

    30%,
    70% {
        box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.56);
    }
}

.ib-checkout-terms.is-highlight {
    border-radius: 12px;
    animation: ib-terms-highlight 1.8s ease;
}

/* ==================================================
   PIX Polling Feedback — Animações de status
   ================================================== */

.ib-checkout-pix-timer.is-checking-payment {
    animation: ibPixTimerChecking 1.4s ease-in-out infinite;
}

@keyframes ibPixTimerChecking {
    0%,
    100% {
        box-shadow: inset 0 0 0 1px rgba(56, 189, 248, 0.08), 0 0 0 0 rgba(6, 182, 212, 0.2);
    }

    50% {
        box-shadow: inset 0 0 0 1px rgba(56, 189, 248, 0.18), 0 0 12px 4px rgba(6, 182, 212, 0.35);
    }
}

.ib-checkout-pix-state-card.is-payment-confirmed {
    animation: ibPixPaymentConfirmed 620ms cubic-bezier(0.34, 1.56, 0.64, 1);
    border-color: rgba(34, 197, 94, 0.5) !important;
    background: linear-gradient(145deg, rgba(5, 46, 22, 0.85), rgba(6, 52, 34, 0.92)) !important;
    box-shadow: 0 0 20px rgba(34, 197, 94, 0.3), 0 8px 24px rgba(0, 0, 0, 0.4);
}

@keyframes ibPixPaymentConfirmed {
    0% {
        opacity: 0;
        transform: translateY(12px) scale(0.92);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}
