:root {
    --temple-red:  #8B0000;
    --temple-gold: #C9A84C;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #fdf8f0;
}

.temple-header { background: var(--temple-red); }

.temple-title {
    color: var(--temple-gold);
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.temple-subtitle { color: rgba(255,255,255,.85); font-size: .9rem; }

.temple-logo { height: 70px; width: auto; }

.btn-temple {
    background-color: var(--temple-red);
    color: #fff;
    border: none;
    font-weight: 600;
}
.btn-temple:hover,
.btn-temple:focus { background-color: #6b0000; color: #fff; }

.text-temple { color: var(--temple-red); font-weight: 700; }

.qr-img {
    max-width: 260px;
    border: 3px solid var(--temple-gold);
    border-radius: 8px;
    padding: 8px;
    background: #fff;
}

@media (max-width: 576px) {
    .temple-title { font-size: 1.1rem; }
    .temple-logo  { height: 50px; }
    .qr-img       { max-width: 200px; }
}
