:root {
    --ck-bg: #f2f3f5;
    --ck-panel: #ffffff;
    --ck-ink: #1f2937;
    --ck-muted: #6b7280;
    --ck-line: #e5e7eb;
    --ck-green: #0f5c4c;
    --ck-green-soft: #e8f5f1;
    --ck-red: #e11d2e;
    --ck-danger: #dc2626;
    --ck-radius: 10px;
    --ck-shadow: 0 1px 3px rgba(16, 24, 40, 0.06);
    --ck-urgency-height: 56px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }

html, body {
    margin: 0;
    min-height: 100%;
}

body {
    font-family: Inter, system-ui, -apple-system, sans-serif;
    color: var(--ck-ink);
    background: var(--ck-bg);
}

.ck-empty {
    width: min(480px, calc(100% - 32px));
    margin: 80px auto;
    text-align: center;
    background: #fff;
    border-radius: 16px;
    padding: 32px 24px;
    box-shadow: var(--ck-shadow);
}

.ck-empty img {
    height: 28px;
    margin-bottom: 16px;
}

.ck-empty h1 {
    margin: 0 0 8px;
    font-size: 22px;
}

.ck-empty p {
    margin: 0;
    color: var(--ck-muted);
}

.ck-shell {
    width: min(980px, calc(100% - 32px));
    margin: 0 auto;
    padding: 28px 0 80px;
}

.ck-banner {
    margin-bottom: 16px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--ck-shadow);
    background: #fff;
}

.ck-banner img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 280px;
    object-fit: cover;
}

.ck-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(260px, 0.85fr);
    gap: 22px;
    align-items: start;
}

.ck-main-col {
    display: grid;
    gap: 14px;
    min-width: 0;
}

body.ck-has-urgency {
    padding-top: var(--ck-urgency-height);
}

.ck-side-col {
    position: sticky;
    top: calc(var(--ck-urgency-height) + 20px);
    align-self: start;
    z-index: 5;
}

.ck-urgency-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    background: var(--ck-red);
    color: #fff;
    box-shadow: 0 2px 10px rgba(225, 29, 46, 0.22);
}

.ck-urgency-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: min(980px, calc(100% - 32px));
    margin: 0 auto;
    padding: 12px 16px;
    font-weight: 700;
    font-size: 15px;
}

.ck-urgency-inner strong {
    font-size: 28px;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.04em;
    font-weight: 800;
    line-height: 1;
}

.ck-urgency-icon {
    width: 22px;
    height: 22px;
    flex: 0 0 auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.ck-panel {
    background: var(--ck-panel);
    border-radius: 12px;
    box-shadow: var(--ck-shadow);
    padding: 22px 22px 24px;
}

.ck-product {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 18px;
}

.ck-product-thumb {
    width: 56px;
    height: 56px;
    border-radius: 10px;
    object-fit: cover;
    border: 1px solid var(--ck-line);
    background: #f8fafc;
}

.ck-product h1 {
    margin: 0 0 4px;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.01em;
}

.ck-product p {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #111827;
}

.ck-avista {
    font-weight: 600;
    color: var(--ck-muted);
    font-size: 14px;
}

.ck-plan-switch {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: -4px 0 18px;
}

.ck-plan-chip {
    border: 1px solid var(--ck-line);
    background: #f8fafc;
    color: var(--ck-ink);
    border-radius: 999px;
    padding: 7px 12px;
    font: inherit;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

.ck-plan-chip.is-active {
    border-color: var(--ck-green);
    background: var(--ck-green);
    color: #fff;
}

.ck-section-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 8px 0 14px;
}

.ck-section-title h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
}

.ck-ico {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: #eef2f7;
    position: relative;
    flex: 0 0 auto;
}

.ck-ico-user::before {
    content: "";
    position: absolute;
    inset: 7px 9px 12px;
    border-radius: 50%;
    background: #64748b;
}

.ck-ico-user::after {
    content: "";
    position: absolute;
    left: 6px;
    right: 6px;
    bottom: 5px;
    height: 8px;
    border-radius: 8px 8px 2px 2px;
    background: #64748b;
}

.ck-ico-pay::before {
    content: "";
    position: absolute;
    left: 6px;
    right: 6px;
    top: 9px;
    bottom: 8px;
    border-radius: 3px;
    border: 2px solid #64748b;
}

.ck-ico-pay::after {
    content: "";
    position: absolute;
    left: 8px;
    right: 8px;
    top: 12px;
    height: 2px;
    background: #64748b;
}

.ck-fields {
    display: grid;
    gap: 12px;
    margin-bottom: 22px;
}

.ck-field {
    display: grid;
    gap: 6px;
}

.ck-field span {
    font-size: 13px;
    font-weight: 700;
    color: #374151;
}

.ck-field input,
.ck-field textarea {
    width: 100%;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background: #fff;
    color: var(--ck-ink);
    font: inherit;
    font-size: 14px;
    padding: 12px 14px;
    outline: none;
    transition: border-color .15s ease, box-shadow .15s ease;
}

.ck-field input:focus,
.ck-field textarea:focus {
    border-color: var(--ck-green);
    box-shadow: 0 0 0 3px rgba(15, 92, 76, 0.12);
}

.ck-field-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.ck-phone {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: stretch;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.ck-phone-prefix {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0 12px;
    background: #f8fafc;
    border-right: 1px solid #d1d5db;
    color: #374151;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

.ck-phone input {
    border: 0;
    border-radius: 0;
    box-shadow: none !important;
}

.ck-why {
    border: 0;
    background: none;
    color: #2563eb;
    font: inherit;
    font-size: 13px;
    font-weight: 600;
    padding: 0;
    text-align: left;
    cursor: pointer;
}

.ck-why-text {
    margin: -4px 0 0;
    color: var(--ck-muted);
    font-size: 12px;
    line-height: 1.45;
}

.ck-methods {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 14px;
}

.ck-method {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 72px;
    border: 1px solid var(--ck-line);
    border-radius: 10px;
    background: #fff;
    color: #4b5563;
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.ck-method.is-active {
    background: var(--ck-green);
    border-color: var(--ck-green);
    color: #fff;
}

.ck-method.is-disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.ck-method-ico {
    width: 26px;
    height: 26px;
    flex: 0 0 auto;
    display: block;
}

.ck-method-ico-img {
    object-fit: contain;
}

.ck-method:not(.is-active) .ck-method-ico-img {
    opacity: 0.72;
}

.ck-method.is-active .ck-method-ico-img {
    filter: brightness(0) invert(1);
}

.ck-method:not(.is-active) .ck-method-ico {
    color: #64748b;
}

.ck-method.is-active .ck-method-ico {
    color: #fff;
}

.ck-method-panel {
    margin-bottom: 14px;
}

.ck-card-fields {
    display: grid;
    gap: 12px;
    margin-bottom: 4px;
}

.ck-card-row {
    grid-template-columns: 1fr 0.7fr 1.2fr;
}

.ck-field select {
    width: 100%;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background: #fff;
    color: var(--ck-ink);
    font: inherit;
    font-size: 14px;
    padding: 12px 14px;
    outline: none;
}

.ck-field select:focus {
    border-color: var(--ck-green);
    box-shadow: 0 0 0 3px rgba(15, 92, 76, 0.12);
}

.ck-boleto-box,
.ck-card-result {
    display: grid;
    gap: 12px;
    margin-bottom: 12px;
}

.ck-boleto-box .ck-cta {
    text-align: center;
    text-decoration: none;
}

.ck-pix-panel {
    display: grid;
    gap: 18px;
    margin-top: 4px;
}

.ck-pix-tips {
    border: 1.5px dashed #0f5c4c;
    background: #fff;
    border-radius: 10px;
    padding: 16px 18px;
}

.ck-pix-tips p {
    margin: 0;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: #111827;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
}

.ck-pix-tips p + p { margin-top: 10px; }

.ck-check {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #16a34a;
    color: #fff;
    flex: 0 0 auto;
    position: relative;
    margin-top: 1px;
}

.ck-check::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 3px;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.ck-order h3 {
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: 800;
    color: #111827;
}

.ck-receipt {
    background: #eceff3;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
}

.ck-receipt-body {
    background: #fff;
    margin: 10px 10px 0;
    border-radius: 10px 10px 0 0;
    padding: 14px;
}

.ck-receipt-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-size: 14px;
    font-weight: 700;
    color: #111827;
}

.ck-receipt-row + .ck-receipt-row {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid #eef2f7;
}

.ck-receipt-row.is-product {
    display: grid;
    grid-template-columns: 42px 1fr auto;
    align-items: center;
}

.ck-receipt-row.is-product img {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    object-fit: cover;
    border: 1px solid #e5e7eb;
}

.ck-fee-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #374151;
    font-weight: 600;
}

.ck-info {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #9ca3af;
    background: #fff;
    color: #6b7280;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    padding: 0;
    cursor: help;
}

.ck-receipt-zigzag {
    height: 12px;
    margin: 0 10px;
    background:
        linear-gradient(135deg, #fff 33.33%, transparent 33.33%) 0 0 / 12px 12px,
        linear-gradient(225deg, #fff 33.33%, transparent 33.33%) 0 0 / 12px 12px;
    background-color: #eceff3;
    background-repeat: repeat-x;
    background-position: bottom;
}

.ck-receipt-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 14px 20px 16px;
    background: #eceff3;
    font-size: 18px;
    font-weight: 800;
}

.ck-receipt-total strong {
    font-size: 22px;
    letter-spacing: -0.02em;
}

.ck-cta {
    width: 100%;
    border: 0;
    border-radius: 10px;
    background: var(--ck-green);
    color: #fff;
    font: inherit;
    font-size: 16px;
    font-weight: 800;
    padding: 15px 16px;
    cursor: pointer;
    text-transform: none;
}

.ck-cta:hover { filter: brightness(1.05); }
.ck-cta:disabled { opacity: 0.65; cursor: wait; }
.ck-cta.is-dark { background: #111827; }

.ck-trust {
    text-align: center;
    display: grid;
    gap: 10px;
    justify-items: center;
}

.ck-trust-logo {
    height: 22px;
    width: auto;
    margin-top: 4px;
}

.ck-trust-process {
    margin: 0;
    color: #4b5563;
    font-size: 12px;
    line-height: 1.45;
    max-width: 360px;
}

.ck-trust-safe {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #0f5c4c;
    font-size: 13px;
    font-weight: 800;
}

.ck-trust-safe-ico {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    object-fit: contain;
    filter: invert(42%) sepia(88%) saturate(520%) hue-rotate(108deg) brightness(92%) contrast(92%);
}

.ck-trust-legal {
    margin: 0;
    color: #9ca3af;
    font-size: 11px;
    line-height: 1.5;
    max-width: 420px;
}

.ck-trust-legal a {
    color: #111827;
    font-weight: 700;
    text-decoration: none;
}

.ck-trust-agree {
    margin: 0;
    color: #6b7280;
    font-size: 12px;
}

.ck-error {
    margin-top: 0;
    color: var(--ck-danger);
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}

.ck-muted {
    margin: 0 0 14px;
    color: var(--ck-muted);
    font-size: 14px;
}

.ck-pix-box {
    display: grid;
    gap: 12px;
}

.ck-pix-box img {
    width: 210px;
    height: 210px;
    margin: 0 auto;
    border: 1px solid var(--ck-line);
    border-radius: 12px;
    padding: 10px;
    background: #fff;
}

.ck-field textarea {
    resize: none;
    min-height: 96px;
    font-size: 12px;
    line-height: 1.45;
}

.ck-waiting {
    display: grid;
    justify-items: center;
    gap: 10px;
    margin-top: 16px;
    padding: 14px;
    border-radius: 10px;
    background: #f8fafc;
    color: var(--ck-muted);
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}

.ck-waiting p { margin: 0; }

.ck-spinner {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #d1d5db;
    border-top-color: var(--ck-green);
    animation: ck-spin .8s linear infinite;
}

@keyframes ck-spin {
    to { transform: rotate(360deg); }
}

.ck-success {
    margin-top: 16px;
    padding: 16px;
    border-radius: 12px;
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
}

.ck-success strong {
    display: block;
    margin-bottom: 6px;
    color: #047857;
}

.ck-success code {
    display: block;
    margin: 10px 0;
    padding: 12px;
    border-radius: 8px;
    background: #111827;
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.03em;
    word-break: break-all;
}

.ck-secure-card {
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: var(--ck-shadow);
}

.ck-secure-head {
    background: var(--ck-green);
    color: #fff;
    text-align: center;
    font-weight: 800;
    font-size: 18px;
    padding: 14px 16px;
}

.ck-secure-body {
    padding: 18px 16px 16px;
}

.ck-secure-product {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 18px;
}

.ck-secure-product img {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    object-fit: cover;
    border: 1px solid var(--ck-line);
}

.ck-secure-product strong {
    display: block;
    font-size: 14px;
}

.ck-secure-product small {
    color: var(--ck-muted);
    font-size: 12px;
}

.ck-secure-total {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    padding: 14px 0;
    border-top: 1px dashed var(--ck-line);
    border-bottom: 1px dashed var(--ck-line);
}

.ck-secure-total span {
    font-size: 18px;
    font-weight: 800;
}

.ck-secure-total strong {
    color: var(--ck-green);
    font-size: 20px;
    font-weight: 800;
    text-align: right;
}

.ck-secure-total em {
    font-style: normal;
    font-size: 13px;
    font-weight: 600;
}

.ck-secure-brand {
    margin-top: 16px;
    text-align: center;
}

.ck-secure-brand img {
    height: 22px;
    width: auto;
    margin-bottom: 10px;
    opacity: 0.9;
}

.ck-secure-brand p {
    margin: 0;
    color: var(--ck-muted);
    font-size: 11px;
    line-height: 1.45;
}

.ck-whatsapp {
    position: fixed;
    right: 18px;
    bottom: 18px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    background: #111827;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
    z-index: 20;
}

.ck-whatsapp svg {
    display: block;
    flex: 0 0 auto;
}

@media (max-width: 900px) {
    .ck-layout {
        grid-template-columns: 1fr;
    }

    .ck-side-col {
        position: static;
        top: auto;
        order: -1;
        z-index: auto;
    }
}

@media (max-width: 640px) {
    .ck-shell {
        width: min(100% - 16px, 980px);
        padding-top: 14px;
    }

    .ck-panel {
        padding: 16px;
    }

    .ck-field-row,
    .ck-methods,
    .ck-card-row {
        grid-template-columns: 1fr;
    }

    .ck-urgency-inner {
        flex-wrap: wrap;
        font-size: 13px;
        padding: 10px 14px;
    }

    .ck-urgency-inner strong {
        font-size: 24px;
        width: 100%;
        text-align: center;
    }

    body.ck-has-urgency {
        --ck-urgency-height: 72px;
    }
}

/* Thank you page */
.ck-thanks-body {
    min-height: 100vh;
    background:
        radial-gradient(circle at top right, rgba(215, 255, 65, 0.18), transparent 28%),
        radial-gradient(circle at bottom left, rgba(15, 92, 76, 0.12), transparent 32%),
        linear-gradient(180deg, #0b0d11 0%, #151a22 100%);
    overflow-x: hidden;
}

.ck-thanks-shell {
    width: min(720px, calc(100% - 32px));
    margin: 0 auto;
    padding: 48px 0 80px;
    position: relative;
    z-index: 1;
}

.ck-thanks-card {
    background: #ffffff;
    border-radius: 28px;
    padding: 34px 30px 30px;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.ck-thanks-card.is-pending,
.ck-thanks-card.is-error {
    text-align: center;
    padding: 48px 28px;
}

.ck-thanks-card.is-error h1,
.ck-thanks-card.is-pending h1 {
    margin: 18px 0 10px;
    font-size: 30px;
}

.ck-thanks-card.is-pending p,
.ck-thanks-card.is-error p {
    margin: 0 0 22px;
    color: var(--ck-muted);
    line-height: 1.6;
}

.ck-thanks-pending-icon {
    display: flex;
    justify-content: center;
}

.ck-thanks-confetti {
    position: fixed;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 0;
}

.ck-thanks-confetti span {
    position: absolute;
    top: -12%;
    left: calc(5% + (var(--i) * 5.2%));
    width: 10px;
    height: 16px;
    border-radius: 2px;
    opacity: 0.85;
    animation: ck-confetti-fall 4.8s linear infinite;
    animation-delay: calc(var(--i) * -0.27s);
    background: hsl(calc(var(--i) * 37), 82%, 62%);
}

@keyframes ck-confetti-fall {
    0% {
        transform: translate3d(0, 0, 0) rotate(0deg);
        opacity: 0;
    }
    10% { opacity: 0.9; }
    100% {
        transform: translate3d(0, 110vh, 0) rotate(540deg);
        opacity: 0;
    }
}

.ck-thanks-hero {
    text-align: center;
    margin-bottom: 24px;
}

.ck-thanks-badge {
    width: 72px;
    height: 72px;
    margin: 0 auto 18px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #d7ff41, #cbe82f);
    color: #05070b;
    box-shadow: 0 12px 30px rgba(215, 255, 65, 0.35);
    animation: ck-thanks-pop 0.55s cubic-bezier(.2,.9,.2,1.2) both;
}

.ck-thanks-badge svg {
    width: 36px;
    height: 36px;
}

@keyframes ck-thanks-pop {
    0% { transform: scale(0.6); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
}

.ck-thanks-logo {
    height: 30px;
    margin-bottom: 14px;
}

.ck-thanks-kicker {
    margin: 0 0 8px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #0f5c4c;
}

.ck-thanks-hero h1 {
    margin: 0 0 12px;
    font-size: clamp(32px, 6vw, 42px);
    line-height: 1.05;
    letter-spacing: -0.03em;
}

.ck-thanks-lead {
    margin: 0 auto;
    max-width: 52ch;
    color: var(--ck-muted);
    font-size: 16px;
    line-height: 1.65;
}

.ck-thanks-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 24px;
}

.ck-thanks-summary div {
    background: #f8f9fb;
    border: 1px solid var(--ck-line);
    border-radius: 16px;
    padding: 14px;
}

.ck-thanks-summary span {
    display: block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--ck-muted);
    margin-bottom: 6px;
}

.ck-thanks-summary strong {
    display: block;
    font-size: 14px;
    line-height: 1.4;
    word-break: break-word;
}

.ck-thanks-actions {
    display: grid;
    gap: 12px;
    margin-bottom: 24px;
}

.ck-thanks-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 14px 20px;
    border-radius: 14px;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.ck-thanks-btn:hover {
    transform: translateY(-1px);
}

.ck-thanks-btn.is-primary {
    background: linear-gradient(135deg, #d7ff41, #cbe82f);
    color: #05070b;
    box-shadow: 0 10px 24px rgba(215, 255, 65, 0.28);
}

.ck-thanks-btn.is-secondary {
    background: #ffffff;
    color: var(--ck-ink);
    border: 1px solid var(--ck-line);
}

.ck-thanks-steps {
    background: #101216;
    color: #f8fafc;
    border-radius: 20px;
    padding: 22px 22px 18px;
    margin-bottom: 18px;
}

.ck-thanks-steps h2 {
    margin: 0 0 12px;
    font-size: 16px;
}

.ck-thanks-steps ol {
    margin: 0;
    padding-left: 20px;
    color: #cbd5e1;
    line-height: 1.7;
    font-size: 14px;
}

.ck-thanks-steps code {
    background: rgba(255, 255, 255, 0.08);
    padding: 2px 6px;
    border-radius: 6px;
    font-size: 12px;
}

.ck-thanks-note {
    margin: 0;
    text-align: center;
    color: var(--ck-muted);
    font-size: 13px;
    line-height: 1.6;
}

@media (max-width: 720px) {
    .ck-thanks-shell {
        padding-top: 24px;
    }

    .ck-thanks-card {
        padding: 24px 18px 20px;
        border-radius: 22px;
    }

    .ck-thanks-summary {
        grid-template-columns: 1fr;
    }
}
