    /* Live Card A5 Wrapper */
    /* A5 size relative: 210x148 (Landscape), 148x210 (Portrait) */
    .card-wrapper-scale {
        width: 100%;
        max-width: 630px;
        /* 3x scale of mm */
        position: relative;
    }

    .a5-card {
        width: 100%;
        aspect-ratio: 210 / 148;
        /* Landscape A5 */
        background: white;
        border-radius: 12px;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        position: relative;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .a5-card.portrait {
        aspect-ratio: 148 / 210;
        /* Portrait A5 */
        max-width: 444px;
        margin: 0 auto;
    }

    .card-content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
    }

    /* Common Card Parts */
    .card-element-prop-name {
        font-weight: bold;
    }

    .card-element-hook {
        font-size: 0.9em;
        opacity: 0.9;
    }

    .card-element-discount {
        font-weight: 900;
    }

    .card-element-qr {
        width: 6.25rem;
        height: 6.25rem;
        background: white;
        padding: 0.25rem;
        border-radius: 8px;
    }

    .card-element-qr img {
        width: 100%;
        height: 100%;
    }

    .card-element-code {
        background: rgba(0, 0, 0, 0.1);
        padding: 4px 12px;
        border-radius: 4px;
        font-family: monospace;
        font-weight: bold;
        letter-spacing: 2px;
    }

    .card-element-phone {
        font-size: 0.8em;
        font-weight: 500;
    }

    .card-element-disclaimer {
        font-size: 0.6em;
        opacity: 0.7;
        position: absolute;
        bottom: 0.625rem;
        width: 100%;
        text-align: center;
        left: 0;
        z-index: 50;
    }

    /* TEMPLATE 1: Modern Dark Landscape */
    .tpl-1 {
        background: #1e293b;
        color: white;
        display: flex;
    }

    .tpl-1 .card-img {
        width: 50%;
        background-size: cover;
        background-position: center;
    }

    .tpl-1 .card-body {
        width: 50%;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
    }

    .tpl-1 .card-element-prop-name {
        font-size: 1.5rem;
        color: #38bdf8;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 4px;
    }

    .tpl-1 .card-element-hook {
        color: #94a3b8;
        margin-bottom: 16px;
        font-size: 0.8rem;
        line-height: 1.4;
    }

    .tpl-1 .discount-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .tpl-1 .card-element-discount {
        font-size: 3rem;
        color: #f43f5e;
        line-height: 1;
    }

    .tpl-1 .qr-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }

    .tpl-1 .card-element-phone {
        margin-top: auto;
        color: #cbd5e1;
    }

    .tpl-1 .card-element-disclaimer {
        position: static;
        width: auto;
        text-align: left;
        margin-top: 4px;
        color: #94a3b8;
    }

    /* TEMPLATE 2: Earthy Green Landscape */
    .tpl-2 {
        background: #064e3b;
        color: #ecfdf5;
    }

    .tpl-2 .card-img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0.3;
        background-size: cover;
        background-position: center;
        background-blend-mode: overlay;
        pointer-events: none;
    }

    .tpl-2 .card-body {
        position: relative;
        z-index: 10;
        padding: 30px;
        display: grid;
        grid-template-columns: 2fr 1fr;
        height: 100%;
    }

    .tpl-2 .left-col {
        display: flex;
        flex-direction: column;
    }

    .tpl-2 .card-element-prop-name {
        font-size: 2rem;
        font-family: 'Playfair Display', serif;
        color: #a7f3d0;
        margin-bottom: 10px;
    }

    .tpl-2 .card-element-discount {
        font-size: 4.5rem;
        color: #fcd34d;
        font-family: 'Playfair Display', serif;
        margin: 10px 0;
        line-height: 0.9;
    }

    .tpl-2 .card-element-hook {
        font-size: 0.9rem;
        font-style: italic;
        max-width: 80%;
    }

    .tpl-2 .right-col {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 15px;
        background: rgba(0, 0, 0, 0.2);
        padding: 20px;
        border-radius: 12px;
        backdrop-filter: blur(4px);
    }

    .tpl-2 .card-element-disclaimer {
        color: #a7f3d0;
    }

    /* TEMPLATE 3: Minimalist Light Portrait */
    .tpl-3 {
        background: #fdfbf7;
        color: #2d3748;
        display: flex;
        flex-direction: column;
    }

    .tpl-3 .card-img {
        height: 45%;
        background-size: cover;
        background-position: center;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
    }

    .tpl-3 .card-body {
        padding: 25px;
        text-align: center;
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .tpl-3 .card-element-prop-name {
        font-size: 1.4rem;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-bottom: 5px;
        color: #718096;
    }

    .tpl-3 .card-element-discount {
        font-size: 3.5rem;
        font-weight: 300;
        margin: 10px 0;
        color: #2b6cb0;
    }

    .tpl-3 .card-element-hook {
        font-size: 0.85rem;
        color: #4a5568;
        margin-bottom: 20px;
    }

    .tpl-3 .qr-row {
        display: flex;
        justify-content: center;
        gap: 20px;
        align-items: center;
        margin-bottom: 20px;
    }

    .tpl-3 .card-element-code {
        background: #edf2f7;
        color: #2d3748;
    }

    /* TEMPLATE 4: Tropical Vibrant Landscape */
    .tpl-4 {
        background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 99%, #fecfef 100%);
        color: #4a154b;
    }

    .tpl-4 .card-img {
        position: absolute;
        right: -3%;
        top: -5%;
        width: 60%;
        height: 120%;
        background-size: cover;
        background-position: center;
        border-radius: 50%;
        border: 0.75rem solid rgba(255, 255, 255, 0.3);
    }

    .tpl-4 .card-body {
        width: 55%;
        padding: 30px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
        z-index: 10;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 70%, transparent);
    }

    .tpl-4 .card-element-prop-name {
        font-size: 1.8rem;
        font-weight: 900;
        color: #e11d48;
        margin-bottom: 5px;
    }

    .tpl-4 .card-element-discount {
        font-size: 3rem;
        background: -webkit-linear-gradient(#f43f5e, #fbbf24);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .tpl-4 .qr-section {
        position: absolute;
        right: 1.5rem;
        bottom: 1.5rem;
        z-index: 20;
        background: white;
        padding: 0.5rem;
        border-radius: 12px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        text-align: center;
    }

    .tpl-4 .card-element-disclaimer {
        text-align: left;
        left: 0;
        width: auto;
        padding-left: 1.875rem;
    }

    /* TEMPLATE 5: Elegant Gold Portrait */
    .tpl-5 {
        background: #111;
        color: #d4af37;
        border: 0.5rem solid #d4af37;
        box-sizing: border-box;
    }

    .tpl-5 .card-img {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0.2;
        background-size: cover;
        background-position: center;
        mix-blend-mode: luminosity;
    }

    .tpl-5 .card-body {
        position: relative;
        z-index: 10;
        padding: 1.875rem;
        text-align: center;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .tpl-5 .border-inner {
        border: 1px solid rgba(212, 175, 55, 0.5);
        padding: 1.25rem;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .tpl-5 .card-element-prop-name {
        font-family: 'Playfair Display', serif;
        font-size: 1.6rem;
        letter-spacing: 3px;
        margin-bottom: 20px;
    }

    .tpl-5 .card-element-discount {
        font-size: 4rem;
        font-weight: 300;
        font-family: 'Playfair Display', serif;
        margin: 1.25rem 0;
    }

    .tpl-5 .card-element-qr {
        border: 2px solid #d4af37;
        border-radius: 0;
        padding: 0.3125rem;
        margin: 1.25rem 0;
    }

    .tpl-5 .card-element-code {
        background: transparent;
        border: 1px solid #d4af37;
        color: #fff;
    }

    /* TEMPLATE 6: Oceanic Blue Glass */
    .tpl-6 {
        background: #0f172a;
        color: #e0f2fe;
    }

    .tpl-6 .card-img {
        width: 100%;
        height: 100%;
        position: absolute;
        background-size: cover;
        background-position: center;
    }

    .tpl-6 .card-body {
        position: absolute;
        bottom: 1.25rem;
        left: 1.25rem;
        right: 1.25rem;
        top: 1.25rem;
        background: rgba(15, 23, 42, 0.7);
        backdrop-filter: blur(12px);
        border-radius: 16px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        padding: 1.5rem;
        display: grid;
        grid-template-columns: 1fr 7.5rem;
        gap: 1.25rem;
    }

    .tpl-6 .card-element-prop-name {
        font-size: 1.8rem;
        font-weight: 800;
        color: #38bdf8;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    .tpl-6 .card-element-discount {
        font-size: 4.5rem;
        font-weight: 900;
        color: #f0f9ff;
        text-shadow: 0 0 20px rgba(56, 189, 248, 0.5);
        line-height: 1;
        margin: 15px 0;
    }

    .tpl-6 .card-element-hook {
        font-size: 0.9rem;
        color: #bae6fd;
        font-style: italic;
    }

    .tpl-6 .qr-column {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    .tpl-6 .card-element-code {
        font-family: monospace;
        background: rgba(56, 189, 248, 0.2);
        border: 1px dashed #38bdf8;
        padding: 4px 10px;
        border-radius: 8px;
    }

    .tpl-6 .card-element-disclaimer {
        position: static;
        width: auto;
        text-align: left;
        margin-top: 10px;
        opacity: 0.6;
        color: #bae6fd;
    }

    /* TEMPLATE 7: Sunset Orange Arch (Portrait) */
    .tpl-7 {
        background: linear-gradient(180deg, #fffbeb 0%, #fed7aa 100%);
        color: #7c2d12;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 1.25rem;
    }

    .tpl-7 .card-img {
        width: 90%;
        height: 45%;
        background-size: cover;
        background-position: center;
        border-radius: 6.25rem 6.25rem 0 0;
        border: 0.25rem solid #fdba74;
        margin-bottom: 1.25rem;
    }

    .tpl-7 .card-element-prop-name {
        font-size: 1.6rem;
        font-weight: 900;
        margin-bottom: 0.625rem;
        color: #9a3412;
        text-align: center;
    }

    .tpl-7 .card-element-discount {
        font-size: 3.5rem;
        font-weight: bold;
        color: #ea580c;
        margin-bottom: 0.625rem;
    }

    .tpl-7 .card-element-hook {
        text-align: center;
        font-size: 0.85rem;
        padding: 0 0.625rem;
        margin-bottom: 1.25rem;
    }

    .tpl-7 .qr-row {
        display: flex;
        align-items: center;
        gap: 0.9375rem;
        background: white;
        padding: 0.625rem 0.9375rem;
        border-radius: 3.125rem;
        box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.1);
    }

    .tpl-7 .card-element-qr {
        width: 3.75rem;
        height: 3.75rem;
        padding: 0;
    }

    .tpl-7 .card-element-code {
        background: transparent;
        font-size: 1.2rem;
        margin: 0;
        padding: 0;
        color: #ea580c;
    }

    .tpl-7 .card-element-disclaimer {
        position: static;
        width: auto;
        text-align: center;
        margin-top: 0.9375rem;
        opacity: 0.7;
        color: #c2410c;
    }

    /* TEMPLATE 8: Neon Cyberpunk */
    .tpl-8 {
        background: #000;
        color: #fff;
        border: 2px solid #ec4899;
        position: relative;
        overflow: hidden;
        display: flex;
    }

    .tpl-8::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: linear-gradient(0deg, transparent, rgba(236, 72, 153, 0.1), transparent);
        transform: rotate(45deg);
        pointer-events: none;
    }

    .tpl-8 .card-img {
        width: 40%;
        height: 100%;
        border-right: 2px solid #06b6d4;
        background-size: cover;
        background-position: center;
        filter: grayscale(100%) contrast(1.2);
        mix-blend-mode: screen;
    }

    .tpl-8 .card-body {
        width: 60%;
        padding: 25px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        z-index: 10;
    }

    .tpl-8 .card-element-prop-name {
        font-size: 2rem;
        color: #06b6d4;
        text-shadow: 0 0 10px #06b6d4;
        text-transform: uppercase;
        font-weight: 900;
        transform: skewX(-5deg);
        margin-bottom: 10px;
    }

    .tpl-8 .card-element-discount {
        font-size: 4rem;
        color: #ec4899;
        text-shadow: 0 0 15px #ec4899;
        font-weight: 900;
        font-family: monospace;
        line-height: 1;
    }

    .tpl-8 .card-element-hook {
        font-family: monospace;
        font-size: 0.8rem;
        color: #a1a1aa;
        border-left: 2px solid #ec4899;
        padding-left: 10px;
        margin: 15px 0;
    }

    .tpl-8 .qr-section {
        position: absolute;
        right: 1.25rem;
        bottom: 1.25rem;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .tpl-8 .card-element-qr {
        border: 2px solid #06b6d4;
        border-radius: 0;
        filter: invert(1);
    }

    .tpl-8 .card-element-code {
        font-family: monospace;
        background: #ec4899;
        color: #000;
        font-weight: 900;
        margin-top: 5px;
    }

    .tpl-8 .card-element-disclaimer {
        position: static;
        width: auto;
        text-align: left;
        margin-top: auto;
        opacity: 0.6;
        color: #a1a1aa;
        font-family: monospace;
    }

    /* TEMPLATE 9: Classic Black & White */
    .tpl-9 {
        background: #ffffff;
        color: #000000;
        border: 15px solid #000;
        display: flex;
    }

    .tpl-9 .card-img {
        width: 45%;
        background-size: cover;
        background-position: center;
        filter: grayscale(100%);
    }

    .tpl-9 .card-body {
        width: 55%;
        padding: 30px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .tpl-9 .card-element-prop-name {
        font-size: 1.8rem;
        font-family: 'Playfair Display', serif;
        text-transform: uppercase;
        letter-spacing: 4px;
        border-bottom: 2px solid #000;
        padding-bottom: 10px;
    }

    .tpl-9 .card-element-discount {
        font-size: 5rem;
        font-family: 'Playfair Display', serif;
        font-weight: bold;
        line-height: 0.8;
        text-align: center;
    }

    .tpl-9 .card-element-hook {
        font-size: 0.9rem;
        font-family: 'Playfair Display', serif;
        font-style: italic;
        text-align: center;
    }

    .tpl-9 .qr-row {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .tpl-9 .card-element-qr {
        border: 1px solid #000;
        padding: 2px;
    }

    .tpl-9 .card-element-code {
        border: 1px solid #000;
        background: transparent;
        letter-spacing: 3px;
    }

    .tpl-9 .card-element-disclaimer {
        text-align: left;
        left: 45%;
        padding-left: 30px;
        width: 55%;
    }

    /* TEMPLATE 10: Premium Silver Split (Portrait) */
    .tpl-10 {
        background: linear-gradient(135deg, #f8fafc 0%, #cbd5e1 100%);
        color: #334155;
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }

    .tpl-10 .card-img {
        position: absolute;
        top: -10%;
        left: -10%;
        width: 120%;
        height: 50%;
        background-size: cover;
        background-position: center;
        transform: rotate(-5deg);
        border-bottom: 6px solid #f1f5f9;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }

    .tpl-10 .card-body {
        padding: 30px;
        margin-top: auto;
        height: 55%;
        z-index: 10;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        background: rgba(255, 255, 255, 0.8);
        backdrop-filter: blur(5px);
    }

    .tpl-10 .card-element-prop-name {
        font-size: 1.5rem;
        letter-spacing: 2px;
        font-weight: 600;
        text-transform: uppercase;
        color: #0f172a;
        text-align: center;
    }

    .tpl-10 .card-element-discount {
        font-size: 4rem;
        font-weight: bold;
        color: #475569;
        letter-spacing: -2px;
    }

    .tpl-10 .qr-row {
        display: flex;
        align-items: center;
        gap: 20px;
        width: 100%;
        justify-content: center;
    }

    .tpl-10 .card-element-qr {
        background: transparent;
        border: 1px solid #94a3b8;
        padding: 5px;
    }

    .tpl-10 .card-element-code {
        background: #e2e8f0;
        border-radius: 4px;
        color: #0f172a;
    }

    /* TEMPLATE 11: Aurora Gradient (Landscape) */
    .tpl-11 {
        background: linear-gradient(135deg, #7c3aed 0%, #0ea5e9 50%, #10b981 100%);
        color: #fff;
        position: relative;
        overflow: hidden;
    }

    .tpl-11::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.15), transparent 50%), radial-gradient(circle at 20% 80%, rgba(0, 0, 0, 0.1), transparent 50%);
        pointer-events: none;
    }

    .tpl-11 .card-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        opacity: 0.2;
        mix-blend-mode: overlay;
    }

    .tpl-11 .card-body {
        position: relative;
        z-index: 10;
        padding: 25px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        background: rgba(0, 0, 0, 0.15);
        backdrop-filter: blur(8px);
    }

    .tpl-11 .top-row {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 15px;
    }

    .tpl-11 .card-element-prop-name {
        font-size: 1.6rem;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 1px;
        text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
        margin-bottom: 6px;
    }

    .tpl-11 .card-element-hook {
        font-size: 0.8rem;
        color: rgba(255, 255, 255, 0.8);
        max-width: 70%;
        line-height: 1.4;
    }

    .tpl-11 .card-element-qr {
        border-radius: 12px;
        border: 2px solid rgba(255, 255, 255, 0.3);
        background: rgba(255, 255, 255, 0.95);
    }

    .tpl-11 .bottom-row {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .tpl-11 .card-element-discount {
        font-size: 3.5rem;
        line-height: 1;
        text-shadow: 0 0 30px rgba(124, 58, 237, 0.5);
    }

    .tpl-11 .card-element-code {
        background: rgba(255, 255, 255, 0.2);
        border: 1px solid rgba(255, 255, 255, 0.3);
        color: #fff;
        backdrop-filter: blur(4px);
        border-radius: 8px;
    }

    .tpl-11 .card-element-phone {
        color: rgba(255, 255, 255, 0.85);
    }

    .tpl-11 .card-element-disclaimer {
        position: static;
        width: auto;
        text-align: left;
        margin-top: 4px;
        color: rgba(255, 255, 255, 1);
    }

    /* TEMPLATE 12: Botanical Elegant (Portrait) */
    .tpl-12 {
        background: #faf8f3;
        color: #1b3a2d;
        display: flex;
        flex-direction: column;
    }

    .tpl-12 .card-img {
        height: 40%;
        background-size: cover;
        background-position: center;
        border-bottom: 4px solid #2d6a4f;
    }

    .tpl-12 .card-body {
        padding: 25px;
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .tpl-12 .card-element-prop-name {
        font-size: 1.4rem;
        font-family: 'Playfair Display', serif;
        font-weight: 700;
        letter-spacing: 1px;
        color: #2d6a4f;
        margin-bottom: 0;
    }

    .tpl-12 .card-element-hook {
        font-size: 0.8rem;
        font-style: italic;
        color: #52796f;
        margin-bottom: 12px;
        line-height: 1.4;
        max-width: 90%;
    }

    .tpl-12 .card-element-discount {
        font-size: 3rem;
        font-family: 'Playfair Display', serif;
        font-weight: 300;
        color: #1b3a2d;
        margin-bottom: 2px;
    }

    .tpl-12 .qr-row {
        display: flex;
        align-items: center;
        gap: 15px;
        background: #f0ede6;
        padding: 10px 15px;
        border-radius: 12px;
        margin-bottom: 12px;
    }

    .tpl-12 .card-element-qr {
        border: 2px solid #2d6a4f;
        border-radius: 6px;
    }

    .tpl-12 .card-element-code {
        background: #2d6a4f;
        color: #fff;
        border-radius: 6px;
    }

    .tpl-12 .card-element-phone {
        color: #52796f;
    }

    .tpl-12 .card-element-disclaimer {
        position: static;
        width: auto;
        text-align: center;
        margin-top: 4px;
        color: #95a5a0;
    }

    /* TEMPLATE 13: Geometric Duotone (Landscape) */
    .tpl-13 {
        background: #0f172a;
        color: #f8fafc;
        position: relative;
        overflow: hidden;
    }

    .tpl-13 .card-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 55%;
        height: 100%;
        background-size: cover;
        background-position: center;
        clip-path: polygon(0 0, 85% 0, 65% 100%, 0 100%);
    }

    .tpl-13 .diagonal-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 55%;
        height: 100%;
        background: linear-gradient(135deg, rgba(59, 130, 246, 0.5), rgba(168, 85, 247, 0.5));
        clip-path: polygon(0 0, 85% 0, 65% 100%, 0 100%);
        mix-blend-mode: multiply;
        pointer-events: none;
    }

    .tpl-13 .card-body {
        position: absolute;
        right: 0;
        top: 0;
        width: 50%;
        height: 100%;
        padding: 25px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        z-index: 10;
    }

    .tpl-13 .card-element-prop-name {
        font-size: 1.6rem;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 6px;
    }

    .tpl-13 .card-element-discount {
        font-size: 4rem;
        font-weight: 900;
        background: linear-gradient(90deg, #3b82f6, #a855f7);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        line-height: 1;
        margin-bottom: 8px;
    }

    .tpl-13 .card-element-hook {
        font-size: 0.8rem;
        color: #94a3b8;
        margin-bottom: 20px;
        line-height: 1.4;
    }

    .tpl-13 .info-row {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .tpl-13 .card-element-qr {
        border-radius: 8px;
        border: 1px solid #334155;
    }

    .tpl-13 .card-element-code {
        background: #1e293b;
        border: 1px solid #334155;
        color: #a5b4fc;
        border-radius: 6px;
    }

    .tpl-13 .card-element-phone {
        color: #64748b;
    }

    .tpl-13 .card-element-disclaimer {
        position: static;
        width: auto;
        text-align: left;
        margin-top: 8px;
        color: #a7b3c4;
    }

    /* TEMPLATE 14: Frosted Indigo (Landscape) */
    .tpl-14 {
        background: #1e1b4b;
        color: #e0e7ff;
        position: relative;
        overflow: hidden;
    }

    .tpl-14::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -20%;
        width: 80%;
        height: 200%;
        background: radial-gradient(ellipse, rgba(99, 102, 241, 0.3), transparent 60%);
        pointer-events: none;
    }

    .tpl-14 .card-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        opacity: 0.15;
    }

    .tpl-14 .card-body {
        position: relative;
        z-index: 10;
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 20px;
        height: 100%;
        padding: 30px;
    }

    .tpl-14 .left-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .tpl-14 .card-element-prop-name {
        font-size: 1.8rem;
        font-weight: 700;
        color: #c7d2fe;
        margin-bottom: 8px;
    }

    .tpl-14 .card-element-discount {
        font-size: 3.5rem;
        font-weight: 900;
        color: #a5b4fc;
        line-height: 1;
        margin-bottom: 10px;
        text-shadow: 0 0 20px rgba(165, 180, 252, 0.4);
    }

    .tpl-14 .card-element-hook {
        font-size: 0.85rem;
        color: #818cf8;
        font-style: italic;
        margin-bottom: 15px;
        line-height: 1.4;
    }

    .tpl-14 .card-element-phone {
        color: #a5b4fc;
        font-size: 0.85rem;
    }

    .tpl-14 .right-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(165, 180, 252, 0.15);
        border-radius: 16px;
        padding: 20px 15px;
    }

    .tpl-14 .card-element-qr {
        border: 2px solid rgba(165, 180, 252, 0.3);
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.9);
    }

    .tpl-14 .card-element-code {
        background: rgba(99, 102, 241, 0.2);
        border: 1px solid rgba(165, 180, 252, 0.2);
        color: #c7d2fe;
        border-radius: 8px;
        margin-top: 10px;
    }

    .tpl-14 .card-element-disclaimer {
        position: static;
        width: auto;
        text-align: left;
        margin-top: 6px;
        color: rgba(165, 180, 252, 1);
    }

    /* TEMPLATE 15: Polaroid Clean (Portrait) */
    .tpl-15 {
        background: #ffffff;
        color: #1a1a1a;
        display: flex;
        flex-direction: column;
        border: 1px solid #e5e5e5;
    }

    .tpl-15 .photo-frame {
        padding: 15px 15px 0 15px;
        height: 48%;
    }

    .tpl-15 .card-img {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        border-radius: 4px;
        box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
    }

    .tpl-15 .card-body {
        padding: 15px 20px 20px 20px;
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .tpl-15 .card-element-prop-name {
        font-size: 1.2rem;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #262626;
        margin-bottom: 4px;
    }

    .tpl-15 .card-element-hook {
        font-size: 0.75rem;
        color: #737373;
        line-height: 1.4;
        margin-bottom: 10px;
        max-width: 90%;
    }

    .tpl-15 .discount-badge {
        background: #1a1a1a;
        color: #fff;
        padding: 8px 20px;
        border-radius: 50px;
        text-align: center;
        margin-bottom: 12px;
    }

    .tpl-15 .card-element-discount {
        font-size: 1.8rem;
        line-height: 1;
    }

    .tpl-15 .qr-row {
        display: flex;
        align-items: center;
        gap: 12px;
        background: #fafafa;
        padding: 8px 12px;
        border-radius: 10px;
        border: 1px solid #f0f0f0;
    }

    .tpl-15 .card-element-qr {
        border-radius: 6px;
        border: 1px solid #e5e5e5;
        background: #fff;
    }

    .tpl-15 .card-element-code {
        background: #f5f5f5;
        color: #262626;
        border-radius: 6px;
        font-size: 0.85rem;
    }

    .tpl-15 .card-element-phone {
        color: #737373;
        font-size: 0.75rem;
    }

    .tpl-15 .card-element-disclaimer {
        position: static;
        width: auto;
        text-align: center;
        margin-top: auto;
        color: #a3a3a3;
    }

    /* TEMPLATE 16: Moroccan Terracotta (Landscape) */
    .tpl-16 {
        background: #78350f;
        color: #fef3c7;
        position: relative;
        overflow: hidden;
    }

    .tpl-16 .card-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        opacity: 0.25;
    }

    .tpl-16 .ornament-border {
        position: absolute;
        top: 0.5rem;
        left: 0.5rem;
        right: 0.5rem;
        bottom: 0.5rem;
        border: 2px solid rgba(254, 243, 199, 0.4);
        border-radius: 4px;
        z-index: 5;
    }

    .tpl-16 .ornament-border::before {
        content: '';
        position: absolute;
        top: 0.25rem;
        left: 0.25rem;
        right: 0.25rem;
        bottom: 0.25rem;
        border: 1px solid rgba(254, 243, 199, 0.2);
    }

    .tpl-16 .card-body {
        position: relative;
        z-index: 10;
        padding: 25px 30px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .tpl-16 .card-element-prop-name {
        font-size: 1.6rem;
        font-family: 'Playfair Display', serif;
        font-weight: 700;
        color: #fde68a;
        letter-spacing: 1px;
        margin-bottom: 5px;
    }

    .tpl-16 .card-element-discount {
        font-size: 3.5rem;
        font-family: 'Playfair Display', serif;
        font-weight: 300;
        color: #fef3c7;
        line-height: 1;
        margin-bottom: 8px;
    }

    .tpl-16 .card-element-hook {
        font-size: 0.8rem;
        color: #fde68a;
        opacity: 0.8;
        font-style: italic;
        margin-bottom: 15px;
        line-height: 1.4;
    }

    .tpl-16 .bottom-area {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .tpl-16 .card-element-code {
        background: rgba(254, 243, 199, 0.15);
        border: 1px solid rgba(254, 243, 199, 0.3);
        color: #fde68a;
        border-radius: 4px;
    }

    .tpl-16 .card-element-phone {
        color: rgba(254, 243, 199, 0.7);
    }

    .tpl-16 .card-element-qr {
        border: 2px solid rgba(254, 243, 199, 0.3);
        border-radius: 4px;
    }

    .tpl-16 .card-element-disclaimer {
        position: static;
        width: auto;
        text-align: left;
        margin-top: 8px;
        color: rgba(254, 243, 199, 1);
    }

    /* TEMPLATE 17: Pastel Mesh (Portrait) */
    .tpl-17 {
        background: linear-gradient(135deg, #fce7f3 0%, #ede9fe 35%, #dbeafe 65%, #d1fae5 100%);
        color: #1e1b4b;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .tpl-17 .card-body {
        padding: 20px 25px;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .tpl-17 .photo-circle {
        width: 7.5rem;
        height: 7.5rem;
        border-radius: 50%;
        overflow: hidden;
        border: 0.25rem solid rgba(255, 255, 255, 0.8);
        box-shadow: 0 8px 25px rgba(147, 51, 234, 0.2);
        margin-bottom: 0.9375rem;
        flex-shrink: 0;
    }

    .tpl-17 .card-img {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
    }

    .tpl-17 .card-element-prop-name {
        font-size: 1.3rem;
        font-weight: 800;
        color: #581c87;
        margin-bottom: 5px;
    }

    .tpl-17 .card-element-hook {
        font-size: 0.75rem;
        color: #6b21a8;
        opacity: 0.7;
        line-height: 1.4;
        max-width: 85%;
        margin-bottom: 12px;
    }

    .tpl-17 .pill-discount {
        background: linear-gradient(135deg, #9333ea, #7c3aed);
        color: #fff;
        padding: 8px 25px;
        border-radius: 50px;
        text-align: center;
        margin-bottom: 12px;
        box-shadow: 0 4px 15px rgba(147, 51, 234, 0.3);
    }

    .tpl-17 .card-element-discount {
        font-size: 2rem;
        line-height: 1;
    }

    .tpl-17 .qr-row {
        display: flex;
        align-items: center;
        gap: 12px;
        background: rgba(255, 255, 255, 0.6);
        backdrop-filter: blur(10px);
        padding: 10px 15px;
        border-radius: 16px;
        border: 1px solid rgba(255, 255, 255, 0.8);
    }

    .tpl-17 .card-element-qr {
        border-radius: 10px;
        border: 2px solid #c084fc;
    }

    .tpl-17 .card-element-code {
        background: #f3e8ff;
        color: #7c3aed;
        border-radius: 8px;
    }

    .tpl-17 .card-element-phone {
        color: #7c3aed;
        font-size: 0.7rem;
    }

    .tpl-17 .card-element-disclaimer {
        position: static;
        width: auto;
        text-align: center;
        margin-top: auto;
        color: #a78bfa;
    }

    /* TEMPLATE 18: Magazine Editorial (Landscape) */
    .tpl-18 {
        background: #000;
        color: #fff;
        position: relative;
        overflow: hidden;
    }

    .tpl-18 .card-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
    }

    .tpl-18 .gradient-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.1) 100%);
        pointer-events: none;
    }

    .tpl-18 .card-body {
        position: relative;
        z-index: 10;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 0;
    }

    .tpl-18 .headline {
        position: absolute;
        top: 1.25rem;
        left: 1.5rem;
    }

    .tpl-18 .card-element-discount {
        font-size: 5rem;
        font-weight: 900;
        line-height: 0.85;
        letter-spacing: -3px;
        text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    }

    .tpl-18 .content-strip {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        padding: 0 1.5rem;
        margin-bottom: 0.5rem;
    }

    .tpl-18 .text-area {
        flex: 1;
    }

    .tpl-18 .card-element-prop-name {
        font-size: 1.4rem;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 4px;
    }

    .tpl-18 .card-element-hook {
        font-size: 0.75rem;
        color: rgba(255, 255, 255, 0.7);
        max-width: 80%;
        line-height: 1.3;
    }

    .tpl-18 .action-area {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px;
    }

    .tpl-18 .card-element-qr {
        border: 2px solid rgba(255, 255, 255, 0.3);
        border-radius: 8px;
    }

    .tpl-18 .card-element-code {
        background: rgba(255, 255, 255, 0.15);
        border: 1px solid rgba(255, 255, 255, 0.2);
        color: #fff;
        border-radius: 6px;
        font-size: 0.75rem;
    }

    .tpl-18 .footer-strip {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.5rem 1.5rem;
        background: rgba(255, 255, 255, 0.08);
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .tpl-18 .card-element-phone {
        font-size: 0.75rem;
        color: rgba(255, 255, 255, 0.6);
    }

    .tpl-18 .card-element-disclaimer {
        position: static;
        width: auto;
        text-align: right;
        color: rgba(255, 255, 255, 0.35);
        font-size: 0.55rem;
    }

    /* TEMPLATE 19: Brutalist (Landscape) */
    .tpl-19 {
        background: #e7e5e4;
        color: #1c1917;
        position: relative;
        overflow: hidden;
    }

    .tpl-19 .card-body {
        display: grid;
        grid-template-columns: 45% 55%;
        height: 100%;
    }

    .tpl-19 .grid-left {
        position: relative;
        overflow: hidden;
    }

    .tpl-19 .grid-left .card-img {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        filter: grayscale(100%) contrast(1.1);
    }

    .tpl-19 .grid-right {
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-left: 4px solid #dc2626;
    }

    .tpl-19 .label-tag {
        display: inline-block;
        background: #dc2626;
        color: #fff;
        padding: 2px 10px;
        font-size: 0.65rem;
        font-weight: 900;
        letter-spacing: 3px;
        text-transform: uppercase;
        margin-bottom: 6px;
        align-self: flex-start;
    }

    .tpl-19 .card-element-prop-name {
        font-size: 1.2rem;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 4px;
    }

    .tpl-19 .card-element-discount {
        font-size: 3.5rem;
        font-weight: 900;
        line-height: 0.9;
        margin-bottom: 6px;
        font-family: 'Inter', sans-serif;
    }

    .tpl-19 .card-element-hook {
        font-size: 0.75rem;
        color: #57534e;
        margin-bottom: 12px;
        line-height: 1.3;
    }

    .tpl-19 .meta-row {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .tpl-19 .card-element-code {
        background: #1c1917;
        color: #fafaf9;
        border-radius: 0;
        font-size: 0.8rem;
    }

    .tpl-19 .card-element-phone {
        color: #78716c;
    }

    .tpl-19 .card-element-qr {
        border-radius: 0;
        border: 2px solid #1c1917;
    }

    .tpl-19 .card-element-disclaimer {
        position: static;
        width: auto;
        text-align: left;
        margin-top: 6px;
        color: #a8a29e;
    }

    /* TEMPLATE 20: Japanese Zen (Portrait) */
    .tpl-20 {
        background: #fafaf9;
        color: #292524;
        display: flex;
        flex-direction: column;
    }

    .tpl-20 .card-body {
        padding: 25px 30px;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .tpl-20 .zen-header {
        text-align: center;
        margin-bottom: 15px;
    }

    .tpl-20 .card-element-prop-name {
        font-size: 1.1rem;
        font-weight: 400;
        letter-spacing: 4px;
        text-transform: uppercase;
        color: #57534e;
    }

    .tpl-20 .thin-line {
        width: 2.5rem;
        height: 1px;
        background: #d6d3d1;
        margin: 0.625rem auto 0;
    }

    .tpl-20 .zen-image {
        flex-shrink: 0;
        height: 35%;
        margin-bottom: 15px;
        border-radius: 2px;
        overflow: hidden;
    }

    .tpl-20 .zen-image .card-img {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
    }

    .tpl-20 .zen-content {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .tpl-20 .card-element-hook {
        font-size: 0.75rem;
        color: #78716c;
        font-style: italic;
        line-height: 1.5;
        max-width: 85%;
        margin-bottom: 10px;
    }

    .tpl-20 .card-element-discount {
        font-size: 2.5rem;
        font-weight: 200;
        letter-spacing: -1px;
        color: #292524;
        margin-bottom: 2px;
    }

    .tpl-20 .qr-row {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 8px 12px;
        border: 1px solid #e7e5e4;
        border-radius: 8px;
    }

    .tpl-20 .card-element-qr {
        border-radius: 4px;
        border: 1px solid #d6d3d1;
        background: #fff;
    }

    .tpl-20 .card-element-code {
        background: #f5f5f4;
        color: #44403c;
        border-radius: 4px;
        font-size: 0.8rem;
    }

    .tpl-20 .card-element-phone {
        color: #a8a29e;
        font-size: 0.7rem;
    }

    .tpl-20 .card-element-disclaimer {
        position: static;
        width: auto;
        text-align: center;
        margin-top: auto;
        color: #adabaa;
    }

    /* Action Buttons */