:root {
    --bg: #070912;
    --bg-soft: #101626;
    --panel: rgba(12, 18, 32, 0.82);
    --panel-border: rgba(215, 181, 110, 0.28);
    --text: #edf0f7;
    --muted: #c4cad9;
    --gold: #d4b06b;
    --gold-strong: #f0cd8c;
    --aqua: #82d7d2;
    --danger: #ff9b9b;
    --success: #a7efc2;
    --shadow: 0 20px 60px rgba(0,0,0,0.35);
    --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--text);
    background:
        radial-gradient(circle at top left, rgba(57, 87, 127, 0.18), transparent 32%),
        radial-gradient(circle at top right, rgba(212, 176, 107, 0.08), transparent 25%),
        linear-gradient(180deg, #05070d 0%, #080c16 42%, #0b1020 100%);
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
    background-size: 40px 40px;
    mask-image: linear-gradient(180deg, rgba(0,0,0,0.35), rgba(0,0,0,0));
}

.hidden { display: none !important; }

.background-orbs {
    position: fixed;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.25;
    pointer-events: none;
}
.orb-1 { width: 260px; height: 260px; top: 4%; left: 4%; background: rgba(86, 125, 201, 0.48); }
.orb-2 { width: 300px; height: 300px; right: -60px; top: 30%; background: rgba(212, 176, 107, 0.34); }

.stars,
.stars::before,
.stars::after {
    position: fixed;
    inset: 0;
    content: "";
    background-repeat: repeat;
    pointer-events: none;
}
.stars {
    background-image: radial-gradient(circle, rgba(255,255,255,0.8) 1px, transparent 1px);
    background-size: 120px 120px;
    opacity: 0.12;
}
.stars::before {
    background-image: radial-gradient(circle, rgba(255,255,255,0.85) 1.5px, transparent 1.5px);
    background-size: 180px 180px;
    opacity: 0.06;
}
.stars::after {
    background-image: radial-gradient(circle, rgba(212, 176, 107, 0.8) 1px, transparent 1px);
    background-size: 150px 150px;
    opacity: 0.08;
}

.site-header,
.page-content,
.site-footer {
    width: min(1180px, calc(100% - 32px));
    margin-inline: auto;
    position: relative;
    z-index: 2;
}

.site-header {
    padding: 46px 0 22px;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 34px;
    align-items: center;
}

.brand-block {
    background: linear-gradient(180deg, rgba(11, 18, 33, 0.78), rgba(10, 14, 25, 0.62));
    border: 1px solid rgba(212, 176, 107, 0.16);
    border-radius: 32px;
    padding: 38px;
    box-shadow: var(--shadow);
    backdrop-filter: blur(16px);
}

.eyebrow {
    margin: 0 0 10px;
    color: var(--gold-strong);
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.78rem;
    font-weight: 700;
}

h1, h2, h3 {
    margin: 0;
    font-family: 'Cinzel', Georgia, serif;
    line-height: 1.14;
}

.site-header h1 {
    font-size: clamp(2.4rem, 4vw, 4.3rem);
    margin-bottom: 16px;
}

.site-header h1 span {
    display: block;
    color: var(--gold-strong);
    font-size: clamp(1.2rem, 2vw, 1.9rem);
    margin-top: 10px;
}

.lead {
    margin: 0;
    color: var(--muted);
    font-size: 1.05rem;
    line-height: 1.8;
    max-width: 62ch;
}

.hero-actions {
    margin-top: 26px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
}

.microcopy { color: rgba(237,240,247,0.7); font-size: 0.95rem; }

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 22px;
    border-radius: 999px;
    border: 1px solid transparent;
    cursor: pointer;
    font-weight: 700;
    font-size: 0.98rem;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn:disabled { opacity: 0.65; cursor: not-allowed; transform: none; }
.btn-primary {
    color: #121212;
    background: linear-gradient(135deg, var(--gold-strong), var(--gold));
    box-shadow: 0 12px 30px rgba(212,176,107,0.25);
}
.btn-secondary {
    color: var(--text);
    background: rgba(255,255,255,0.04);
    border-color: rgba(255,255,255,0.12);
}
.btn-whatsapp {
    color: #fff;
    background: linear-gradient(135deg, #28c56b, #13a757);
    box-shadow: 0 12px 30px rgba(19,167,87,0.25);
}

.altar-scene {
    position: relative;
    min-height: 480px;
    border-radius: 34px;
    border: 1px solid rgba(212,176,107,0.14);
    background:
        radial-gradient(circle at 50% 18%, rgba(255,227,153,0.18), transparent 28%),
        linear-gradient(180deg, rgba(10, 18, 30, 0.6) 0%, rgba(11, 16, 27, 0.88) 100%);
    box-shadow: var(--shadow);
    overflow: hidden;
}
.altar-scene::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 120%;
    height: 100px;
    background: linear-gradient(180deg, transparent, rgba(8,10,16,0.95));
}

.candle {
    position: absolute;
    bottom: 88px;
    width: 72px;
    height: 170px;
    background: linear-gradient(180deg, #f7f2dd, #e0d7bb 52%, #bfae80 100%);
    border-radius: 16px 16px 10px 10px;
    box-shadow: inset 0 -18px 20px rgba(0,0,0,0.12), 0 10px 28px rgba(0,0,0,0.24);
}
.candle-left { left: 88px; }
.candle-right { right: 92px; height: 150px; width: 66px; }
.candle::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    width: 6px;
    height: 18px;
    border-radius: 6px;
    background: #35261c;
    transform: translateX(-50%);
}
.flame {
    position: absolute;
    left: 50%;
    top: -42px;
    width: 22px;
    height: 42px;
    transform: translateX(-50%);
    border-radius: 50% 50% 45% 45%;
    background: radial-gradient(circle at 50% 24%, #fff8cd 0, #ffd36f 36%, #ff8f2f 68%, rgba(255,143,47,0.1) 100%);
    box-shadow: 0 0 30px rgba(255, 207, 126, 0.8), 0 0 58px rgba(255,166,64,0.36);
    animation: flicker 1.7s ease-in-out infinite alternate;
}
@keyframes flicker {
    0% { transform: translateX(-50%) scale(0.95) rotate(-2deg); }
    50% { transform: translateX(-50%) scale(1.02) rotate(1deg); }
    100% { transform: translateX(-50%) scale(0.96) rotate(2deg); }
}

.smoke {
    position: absolute;
    bottom: 150px;
    width: 90px;
    height: 180px;
    border-radius: 50%;
    filter: blur(12px);
    opacity: 0.33;
    background: radial-gradient(circle at 50% 70%, rgba(200,218,234,0.66), transparent 60%);
    animation: smokeRise 6s linear infinite;
}
.smoke-1 { left: 50%; transform: translateX(-90px); }
.smoke-2 { left: 50%; transform: translateX(24px); animation-delay: 2.2s; }
@keyframes smokeRise {
    0% { transform: translateY(0) scale(0.75); opacity: 0.12; }
    30% { opacity: 0.3; }
    100% { transform: translateY(-110px) scale(1.18); opacity: 0; }
}

.crystal {
    position: absolute;
    bottom: 60px;
    width: 60px;
    height: 84px;
    clip-path: polygon(50% 0%, 84% 30%, 100% 100%, 0 100%, 16% 30%);
    background: linear-gradient(180deg, rgba(161,216,255,0.9), rgba(74,132,167,0.25));
    opacity: 0.95;
    box-shadow: inset 0 0 12px rgba(255,255,255,0.35), 0 0 18px rgba(99,145,181,0.35);
}
.crystal-a { left: 164px; }
.crystal-b { right: 168px; background: linear-gradient(180deg, rgba(83,69,119,0.92), rgba(140,118,197,0.3)); }
.crystal-c { left: 50%; transform: translateX(-50%); width: 72px; height: 100px; background: linear-gradient(180deg, rgba(236,214,174,0.95), rgba(191,155,92,0.25)); }

.altar-card {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -34%);
    width: 220px;
    height: 310px;
    border-radius: 24px;
    border: 1px solid rgba(212, 176, 107, 0.42);
    background: linear-gradient(180deg, rgba(19,25,40,0.92), rgba(9,13,24,0.96));
    box-shadow: 0 24px 60px rgba(0,0,0,0.42), inset 0 0 0 2px rgba(212,176,107,0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.altar-card::before,
.altar-card::after {
    content: "";
    position: absolute;
    inset: 14px;
    border-radius: 18px;
    border: 1px solid rgba(212,176,107,0.14);
}
.altar-card::after { inset: 26px; }
.sigil { font-size: 4rem; color: var(--gold-strong); text-shadow: 0 0 24px rgba(212,176,107,0.28); }
.altar-title { font-family: 'Cinzel', Georgia, serif; color: var(--muted); text-align: center; }

.page-content { padding-bottom: 40px; }

.trust-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin: 14px 0 28px;
}
.trust-item {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    padding: 16px 18px;
    border-radius: 18px;
    color: var(--muted);
    backdrop-filter: blur(10px);
}

.card.panel {
    background: var(--panel);
    border: 1px solid var(--panel-border);
    border-radius: var(--radius);
    padding: 28px;
    box-shadow: var(--shadow);
    backdrop-filter: blur(14px);
    margin-bottom: 22px;
}

.section-heading { margin-bottom: 24px; }
.section-heading h2 { font-size: clamp(1.6rem, 2.6vw, 2.3rem); margin-bottom: 12px; }
.section-heading p { margin: 0; color: var(--muted); line-height: 1.75; }

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}
.field-full { grid-column: 1 / -1; }
.field label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
}
.field input,
.field select,
.field textarea {
    width: 100%;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.04);
    color: var(--text);
    border-radius: 16px;
    padding: 14px 16px;
    font: inherit;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.field select option { color: #111; }
.field input:focus,
.field select:focus,
.field textarea:focus {
    border-color: rgba(212,176,107,0.42);
    box-shadow: 0 0 0 4px rgba(212,176,107,0.12);
}
.field-note { margin-top: 8px; color: rgba(237,240,247,0.68); font-size: 0.92rem; }
.step-actions { margin-top: 22px; display: flex; gap: 12px; flex-wrap: wrap; }
.validation-message { min-height: 24px; margin: 12px 0 0; color: var(--danger); font-weight: 600; }
.checkline { display: flex; align-items: flex-start; gap: 12px; color: var(--muted); line-height: 1.55; margin-top: 6px; }
.checkline input { margin-top: 4px; }

.shuffle-zone {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 24px;
    align-items: center;
}

.deck-stage {
    position: relative;
    min-height: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.deck-card {
    position: absolute;
    width: 150px;
    height: 220px;
    border-radius: 22px;
    padding: 1px;
    background: linear-gradient(180deg, rgba(212,176,107,0.75), rgba(80,64,34,0.45));
    box-shadow: 0 18px 35px rgba(0,0,0,0.28);
    transform-origin: center center;
    transition: transform 0.45s ease;
}
.deck-card-inner {
    width: 100%;
    height: 100%;
    border-radius: 21px;
    background:
        radial-gradient(circle at 50% 28%, rgba(212,176,107,0.1), transparent 22%),
        linear-gradient(180deg, rgba(17,23,37,0.96), rgba(8,12,22,1));
    display: flex;
    align-items: center;
    justify-content: center;
}
.deck-symbol { font-family: 'Cinzel', serif; font-size: 2.4rem; color: var(--gold-strong); }
.deck-card-1 { transform: translate(-40px, -8px) rotate(-18deg); }
.deck-card-2 { transform: translate(-30px, 0) rotate(-13deg); }
.deck-card-3 { transform: translate(-20px, 8px) rotate(-9deg); }
.deck-card-4 { transform: translate(-10px, -2px) rotate(-4deg); }
.deck-card-5 { transform: rotate(0deg); }
.deck-card-6 { transform: translate(12px, 6px) rotate(5deg); }
.deck-card-7 { transform: translate(22px, -4px) rotate(10deg); }
.deck-card-8 { transform: translate(34px, 2px) rotate(15deg); }
.deck-card-9 { transform: translate(44px, -6px) rotate(20deg); }

.deck-stage.shuffling .deck-card-1 { animation: swirl1 2.2s ease-in-out; }
.deck-stage.shuffling .deck-card-2 { animation: swirl2 2.2s ease-in-out; }
.deck-stage.shuffling .deck-card-3 { animation: swirl3 2.2s ease-in-out; }
.deck-stage.shuffling .deck-card-4 { animation: swirl4 2.2s ease-in-out; }
.deck-stage.shuffling .deck-card-5 { animation: swirl5 2.2s ease-in-out; }
.deck-stage.shuffling .deck-card-6 { animation: swirl6 2.2s ease-in-out; }
.deck-stage.shuffling .deck-card-7 { animation: swirl7 2.2s ease-in-out; }
.deck-stage.shuffling .deck-card-8 { animation: swirl8 2.2s ease-in-out; }
.deck-stage.shuffling .deck-card-9 { animation: swirl9 2.2s ease-in-out; }

@keyframes swirl1 { 0%,100%{transform:translate(-40px,-8px) rotate(-18deg)} 35%{transform:translate(-90px,48px) rotate(28deg)} 70%{transform:translate(52px,-36px) rotate(4deg)} }
@keyframes swirl2 { 0%,100%{transform:translate(-30px,0) rotate(-13deg)} 35%{transform:translate(40px,58px) rotate(-30deg)} 70%{transform:translate(-65px,-46px) rotate(12deg)} }
@keyframes swirl3 { 0%,100%{transform:translate(-20px,8px) rotate(-9deg)} 35%{transform:translate(-78px,-54px) rotate(20deg)} 70%{transform:translate(76px,18px) rotate(-8deg)} }
@keyframes swirl4 { 0%,100%{transform:translate(-10px,-2px) rotate(-4deg)} 35%{transform:translate(88px,-18px) rotate(26deg)} 70%{transform:translate(-52px,46px) rotate(-14deg)} }
@keyframes swirl5 { 0%,100%{transform:rotate(0deg)} 35%{transform:translate(0,-70px) rotate(18deg)} 70%{transform:translate(0,42px) rotate(-12deg)} }
@keyframes swirl6 { 0%,100%{transform:translate(12px,6px) rotate(5deg)} 35%{transform:translate(-92px,0) rotate(-25deg)} 70%{transform:translate(54px,50px) rotate(12deg)} }
@keyframes swirl7 { 0%,100%{transform:translate(22px,-4px) rotate(10deg)} 35%{transform:translate(92px,42px) rotate(-18deg)} 70%{transform:translate(-30px,-44px) rotate(16deg)} }
@keyframes swirl8 { 0%,100%{transform:translate(34px,2px) rotate(15deg)} 35%{transform:translate(-42px,58px) rotate(22deg)} 70%{transform:translate(88px,-34px) rotate(-20deg)} }
@keyframes swirl9 { 0%,100%{transform:translate(44px,-6px) rotate(20deg)} 35%{transform:translate(58px,-56px) rotate(38deg)} 70%{transform:translate(-78px,24px) rotate(-6deg)} }

.shuffle-copy {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 22px;
    padding: 28px;
}
.shuffle-hint { font-family: 'Cinzel', serif; font-size: 1.2rem; color: var(--gold-strong); margin: 0 0 18px; }

.selected-slots {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
    margin-bottom: 20px;
}
.slot {
    text-align: center;
    background: rgba(255,255,255,0.035);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 18px;
    padding: 16px 10px;
}
.slot span { display: block; font-weight: 700; margin-bottom: 2px; }
.slot small { color: rgba(237,240,247,0.72); }
.slot-current { border-color: rgba(212,176,107,0.34); box-shadow: inset 0 0 0 1px rgba(212,176,107,0.12); }
.slot-card {
    margin-top: 12px;
    min-height: 82px;
    border-radius: 16px;
    border: 1px dashed rgba(212,176,107,0.28);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    color: var(--gold-strong);
    font-family: 'Cinzel', serif;
}
.slot-card.filled,
.slot-card.filled strong,
.slot-card.filled .slot-arcano { color: var(--text); }
.slot-card.filled {
    border-style: solid;
    background: linear-gradient(180deg, rgba(20,30,52,0.7), rgba(11,17,28,0.84));
}
.slot-card strong { display: block; font-size: 0.94rem; }
.slot-arcano { display: block; font-size: 0.78rem; color: rgba(237,240,247,0.72); margin-bottom: 6px; }

.selection-counter {
    margin-bottom: 18px;
    color: var(--muted);
}
.selection-counter strong { color: var(--gold-strong); }

.card-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
}
.tarot-card {
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
    transition: transform 0.18s ease;
}
.tarot-card:hover { transform: translateY(-3px); }
.tarot-card.selected { transform: translateY(-6px); }
.tarot-card.selected .tarot-card-back {
    border-color: rgba(212,176,107,0.82);
    box-shadow: 0 18px 35px rgba(212,176,107,0.18);
}
.tarot-card-back {
    aspect-ratio: 0.68;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(20,28,44,0.98), rgba(8,12,22,1));
    border: 1px solid rgba(212,176,107,0.34);
    position: relative;
    overflow: hidden;
    min-height: 174px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
}
.back-border {
    position: absolute;
    inset: 10px;
    border: 1px solid rgba(212,176,107,0.22);
    border-radius: 14px;
}
.back-mark { font-size: 2rem; color: var(--gold-strong); position: relative; z-index: 1; }
.back-name { font-size: 0.74rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(237,240,247,0.74); position: relative; z-index: 1; }

.loading-state {
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 14px;
    color: var(--muted);
}
.loading-orb {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background: radial-gradient(circle at 40% 35%, rgba(255,240,190,0.95), rgba(212,176,107,0.56) 36%, rgba(82,101,160,0.36) 68%, transparent 70%);
    box-shadow: 0 0 40px rgba(212,176,107,0.28);
    animation: pulse 1.8s ease-in-out infinite;
}
@keyframes pulse {
    0%,100% { transform: scale(0.96); opacity: 0.82; }
    50% { transform: scale(1.06); opacity: 1; }
}

.reading-content { display: grid; gap: 22px; }
.reading-summary-box,
.reading-guidance,
.cta-box,
.error-box {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 22px;
    padding: 22px;
}
.reading-intro { margin: 0 0 16px; color: var(--muted); line-height: 1.85; }
.reading-summary {
    padding: 18px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(212,176,107,0.12), rgba(212,176,107,0.03));
    border: 1px solid rgba(212,176,107,0.2);
    color: var(--text);
    line-height: 1.75;
}
.reading-positions { display: grid; gap: 18px; }
.reading-card-item {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 20px;
    align-items: center;
    padding: 18px;
    border-radius: 22px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
}
.revealed-card {
    width: 100%;
    max-width: 160px;
    aspect-ratio: 0.68;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(212,176,107,0.8), rgba(95,72,34,0.45));
    padding: 1px;
}
.revealed-card-inner {
    width: 100%;
    height: 100%;
    border-radius: 21px;
    background: linear-gradient(180deg, rgba(26,35,60,0.96), rgba(8,12,22,1));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px;
    text-align: center;
    position: relative;
}
.revealed-card-inner::before,
.revealed-card-inner::after {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: 14px;
    border: 1px solid rgba(212,176,107,0.16);
}
.revealed-card-inner::after { inset: 18px; }
.revealed-arcano { font-size: 0.75rem; letter-spacing: 0.08em; color: rgba(237,240,247,0.78); text-transform: uppercase; }
.revealed-symbol { font-size: 2.3rem; margin: 16px 0 10px; color: var(--gold-strong); }
.revealed-card h3 { font-size: 1.08rem; }
.reading-position { margin: 0 0 8px; color: var(--gold-strong); font-weight: 700; }
.reading-card-copy h3 { margin-bottom: 10px; font-size: 1.35rem; }
.reading-card-copy p { margin: 0; color: var(--muted); line-height: 1.82; }
.reading-guidance h3,
.cta-box h3 { margin-bottom: 12px; font-size: 1.45rem; }
.reading-guidance p,
.cta-box p,
.error-box { margin: 0; color: var(--muted); line-height: 1.8; }
.cta-box {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 18px;
    align-items: center;
}
.error-box { color: #ffd0d0; border-color: rgba(255,130,130,0.18); background: rgba(255,130,130,0.05); }

.site-footer {
    padding: 14px 0 36px;
    color: rgba(237,240,247,0.62);
    font-size: 0.92rem;
    text-align: center;
}

@media (max-width: 1080px) {
    .site-header { grid-template-columns: 1fr; }
    .shuffle-zone { grid-template-columns: 1fr; }
    .card-grid { grid-template-columns: repeat(5, 1fr); }
}

@media (max-width: 860px) {
    .trust-strip,
    .selected-slots,
    .form-grid,
    .cta-box,
    .reading-card-item { grid-template-columns: 1fr; }
    .selected-slots .slot,
    .trust-item { width: 100%; }
    .card-grid { grid-template-columns: repeat(4, 1fr); }
    .reading-card-item { text-align: center; }
    .revealed-card { margin-inline: auto; }
}

@media (max-width: 640px) {
    .site-header,
    .page-content,
    .site-footer { width: min(100% - 20px, 1180px); }
    .brand-block,
    .card.panel { padding: 22px; }
    .altar-scene { min-height: 360px; }
    .candle-left { left: 30px; }
    .candle-right { right: 30px; }
    .crystal-a { left: 64px; }
    .crystal-b { right: 70px; }
    .card-grid { grid-template-columns: repeat(2, 1fr); }
    .tarot-card-back { min-height: 150px; }
    .deck-card { width: 118px; height: 176px; }
    .hero-actions { flex-direction: column; align-items: flex-start; }
}
