:root {
    --bg: #ececec;
    --text-dark: #3e4046;
    --white: #ffffff;
    --panel: #f7f7f7;
}

body {
    margin: 0;
    /*background: var(--bg);*/
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

.swish-poster {
    width: 768px;
    min-height: 1024px;
    margin: 0 auto;
    position: relative;
    /*background: var(--bg);*/
    overflow: hidden;
}

.swish-card {
    width: 710px;
    height: 808px;
    margin: 28px auto 0;
    position: relative;
    background: linear-gradient(135deg, #c8d600 0%, #00c73c 100%);
    border-radius: 22px 22px 0 0;
    clip-path: path("M 0 0 Q 0 0 22 0 L 688 0 Q 710 0 710 22 L 710 762 Q 540 808 355 808 Q 170 808 0 762 L 0 22 Q 0 0 22 0 Z");
    /* fallback if path() support is limited */
}

.swish-title {
    margin: 0;
    padding-top: 34px;
    text-align: center;
    color: #fff;
    font-size: 52px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: 0.2px;
}

.qr-panel {
    width: 372px;
    height: 372px;
    margin: 78px auto 0;
    background: #f4f4f4;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding-top: 52px;
}

.qr-code {
    width: 258px;
    height: 258px;
    object-fit: contain;
    display: block;
}

.swish-number {
    margin-top: 12px;
    color: var(--text-dark);
    font-size: 34px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.swish-label {
    margin-top: 22px;
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
}

.swish-footer {
    text-align: center;
    padding: 52px 0 36px;
}

.swish-footer img {
    height: 64px;
    width: auto;
}