* {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

/* Keep inputs usable (optional) */
input, textarea {
    user-select: text;
    -webkit-user-select: text;
}
* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Space Grotesk', sans-serif; }
body { min-height: 100vh; background: #0a0205; position: relative; display: flex; justify-content: center; align-items: center; padding: 2rem 1.2rem; }
.bg-custom { position: fixed; top: -5%; left: -5%; width: 110%; height: 110%; z-index: -2; background-image: url('image.png'); background-size: cover; background-position: center; background-repeat: no-repeat; filter: blur(0.5px) brightness(0.4) saturate(0.9); transform: scale(1.02); }
.fiery-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: radial-gradient(circle at 30% 20%, rgba(255, 40, 0, 0.15), rgba(80, 2, 5, 0.7), #050001 95%); z-index: -1; pointer-events: none; }
.container { max-width: 1300px; width: 100%; margin: 0 auto; position: relative; z-index: 10; }

.entrance-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 10000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: opacity 0.8s ease;
    overflow: hidden;
}
.entrance-veil {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: -1;
    backdrop-filter: blur(3px);
}
.meow-king-title {
    font-family: 'Creepster', 'Rubik Glitch', cursive;
    font-size: 8rem;
    color: #960205;
    text-shadow: 6px 6px 0px #2c0000, 0 0 20px rgba(255,40,0,0.7);
    text-align: center;
    opacity: 1;
    transition: opacity 0.5s ease;
    z-index: 2;
    letter-spacing: 8px;
}

.disclaimer-box {
background: linear-gradient(180deg, rgba(14,2,2,0.92), rgba(8,1,1,0.96));
backdrop-filter: blur(22px) saturate(0.98);
-webkit-backdrop-filter: blur(30px) saturate(0.98);
border-radius: 28px;
padding: 1.4rem 1.8rem;
max-width: 500px;
width: 88%;
max-height: 460px;
overflow-y: auto;
overflow-x: hidden;
text-align: center;
border: 1px solid rgba(120,18,18,0.28);
box-shadow:
0 12px 48px rgba(6,2,2,0.78),
inset 0 0 20px rgba(120,18,18,0.06),
0 0 14px rgba(120,18,18,0.04);
color: #f9eaea;
z-index: 10;
margin: 0 1rem;
position: relative;
contain: layout paint style;
isolation: isolate;
clip-path: inset(0 round 28px);
scrollbar-width: thin;
scrollbar-color: rgba(150,40,40,0.92) rgba(12,4,4,0.6);
scroll-behavior: smooth;
overscroll-behavior: contain;
transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
-webkit-user-select: none;
}

/* deeper red rim */
.disclaimer-box::after {
content: "";
position: absolute;
inset: 0;
border-radius: 28px;
pointer-events: none;
box-shadow: 0 0 34px 10px rgba(100,18,18,0.06), inset 0 0 28px rgba(140,30,30,0.08);
mix-blend-mode: screen;
}

/* header accent */
.disclaimer-box .title {
display: block;
font-weight: 700;
color: #ffe7e7;
letter-spacing: 0.6px;
margin-bottom: 0.4rem;
text-shadow: 0 3px 10px rgba(110,18,18,0.16);
}

/* darker divider */
.disclaimer-box .divider {
height: 1px;
width: 60%;
margin: 0.6rem auto;
background: linear-gradient(90deg, transparent, rgba(140,28,28,0.18), transparent);
border-radius: 2px;
}

/* buttons/links with richer dark-red */
.disclaimer-box a, .disclaimer-box button {
color: #ffe8e8;
background: linear-gradient(180deg, rgba(160,30,30,0.04), rgba(110,18,18,0.02));
border: 1px solid rgba(170,34,34,0.18);
padding: 0.45rem 0.9rem;
border-radius: 10px;
text-decoration: none;
display: inline-block;
transition: transform 120ms ease, box-shadow 120ms ease, border-color 120ms ease;
}
.disclaimer-box a:hover, .disclaimer-box button:hover {
transform: translateY(-2px);
box-shadow: 0 8px 22px rgba(120,20,20,0.16);
border-color: rgba(200,50,50,0.32);
}

/* paragraph */
.disclaimer-box p {
line-height: 1.45;
color: #fff1f1;
font-size: 0.98rem;
margin: 0.4rem 0 0.8rem;
}

/* responsive tweaks */
@media (max-width: 420px) {
.disclaimer-box { padding: 1rem 1.1rem; border-radius: 20px; max-width: 92%; }
.disclaimer-box .title { font-size: 0.98rem; }
    
        }
        .disclaimer-box::-webkit-scrollbar { width: 5px; }
        .disclaimer-box::-webkit-scrollbar-track { background: rgba(255,255,255,0.05); border-radius: 20px; margin: 10px 4px 10px 0; }
        .disclaimer-box::-webkit-scrollbar-thumb { background: linear-gradient(to bottom, #ff7a5c, #a03a1a); border-radius: 20px; border: 1px solid rgba(0,0,0,0.25); }
        .disclaimer-box::-webkit-scrollbar-thumb:hover { background: linear-gradient(to bottom, #ff936f, #c2512a); }

        @media (max-width: 550px) {
            .disclaimer-box { max-height: 400px; padding: 1.2rem 1.4rem; }
        }
        .disclaimer-box h3 { font-size: 1.6rem; color: #ff8a6c; margin-bottom: 0.8rem; letter-spacing: 2px; text-shadow: 0 0 10px rgba(255,120,90,0.15); }
        .disclaimer-box p { font-size: 0.82rem; margin-bottom: 0.9rem; line-height: 1.45; color: rgba(255,245,235,0.92); text-align: left; }
        .disclaimer-box strong { color: #ffb088; }
        .disclaimer-buttons { display: flex; justify-content: center; align-items: center; gap: 18px; margin-top: 18px; margin-bottom: 8px; flex-wrap: wrap; }
        .disclaimer-buttons button { position: relative; background: linear-gradient(180deg, rgba(28,28,34,0.92), rgba(14,14,18,0.92)); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,0.08); border-radius: 999px; padding: 10px 30px; min-width: 135px; font-weight: 700; font-size: 0.9rem; color: #f3e8df; cursor: pointer; overflow: hidden; transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease; font-family: 'Space Grotesk', monospace; letter-spacing: 1px; box-shadow: 0 6px 18px rgba(0,0,0,0.35), inset 0 1px 0 rgba(255,255,255,0.05); }
        .disclaimer-buttons button::before { content: ""; position: absolute; top: 0; left: -120%; width: 70%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.08), transparent); transform: skewX(-25deg); transition: left 0.55s ease; pointer-events: none; }
        .disclaimer-buttons button:hover::before { left: 140%; }
        .disclaimer-buttons button:hover { transform: translateY(-2px); border-color: rgba(255,255,255,0.14); background: linear-gradient(180deg, rgba(34,34,42,0.95), rgba(18,18,24,0.95)); box-shadow: 0 10px 24px rgba(0,0,0,0.38), inset 0 1px 0 rgba(255,255,255,0.06); }
        #disclaimerAcceptBtn { color: #e7f4ea; border-color: rgba(180, 210, 190, 0.12); }
        #disclaimerDenyBtn { color: #f2e4df; border-color: rgba(255, 210, 200, 0.10); }
        .denied-message { font-size: 0.8rem; color: #ff9e80; margin-top: 8px; font-weight: 500; text-shadow: 0 0 5px rgba(255,0,0,0.2); }
        #app { opacity: 0; transition: opacity 0.6s ease; pointer-events: none; }
        
        .main-title { text-align: center; font-size: 3.2rem; letter-spacing: 4px; margin-bottom: 2rem; font-family: 'Creepster', 'Rubik Glitch', cursive; color: #960205; text-shadow: 5px 5px 0px #2c0000, 3px 3px 12px rgba(0,0,0,0.9); }
        .cards-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.8rem; }
        .product-card { background: rgba(20, 20, 25, 0.1); backdrop-filter: blur(2px); border-radius: 32px; padding: 1.4rem 1rem; width: 290px; min-height: 480px; text-align: left; border: 1px solid rgba(255,255,255,0.1); transition: all 0.2s ease; cursor: pointer; display: flex; flex-direction: column; }
        .product-card:hover { transform: translateY(-4px) scale(1.01); background: rgba(140, 30, 15, 0.05); border-color: #a03a1a; box-shadow: 0 8px 16px rgba(0,0,0,0.4); }
        .product-name { font-size: 1.6rem; font-weight: 800; color: #c07060; text-transform: uppercase; margin-bottom: 0.2rem; }
        .file-ext { font-style: italic; font-size: 0.8rem; color: #b0a0a8; margin-bottom: 1rem; border-bottom: 1px dashed #a03a1a; display: inline-block; padding-bottom: 2px; }
        .price-tag { font-size: 1.4rem; font-weight: bold; color: #ffaa77; margin: 8px 0 12px 0; }
        .features-list-card { list-style: none; margin: 10px 0 20px 0; padding-left: 0; flex: 1; }
        .features-list-card li { font-size: 0.7rem; color: #d0c0c0; margin-bottom: 5px; display: flex; align-items: center; gap: 6px; }
        .features-list-card li i { font-size: 0.65rem; color: #dd8866; width: 16px; }
        .green-glow { color: #2CCE05 !important; font-weight: 500; display: block; font-size: 0.68rem; line-height: 1.35; margin: 12px 0 16px 0; padding-top: 8px; border-top: 1px solid rgba(140, 30, 15, 0.5); text-align: center; text-shadow: 0 0 4px #ff2200, 0 0 8px #ff3300; }
        .buy-btn {
  background: linear-gradient(115deg, #2b0b0b, #4a1212);
  border: 1px solid rgba(255,80,60,0.6);
  padding: 10px 12px;
  width: 100%;
  border-radius: 22px;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 1px;
  color: #fff6f5;
  cursor: pointer;
  transition: transform 0.18s cubic-bezier(0.2,0.9,0.4,1.1), box-shadow 0.18s;
  box-shadow: 0 6px 18px rgba(74,18,18,0.55), 0 0 12px rgba(255,80,60,0.06) inset;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0,0,0,0.6);
  backdrop-filter: blur(4px);
}

.buy-btn:hover {
  transform: translateY(-4px) scale(1.03);
  background: linear-gradient(115deg, #5a0f0f, #8b1b1b);
  border-color: rgba(255,120,90,0.95);
  color: #ffffff;
  box-shadow: 0 10px 30px rgba(139,27,27,0.6), 0 0 18px rgba(255,90,60,0.18);
  outline: none;
}

.buy-btn:active {
  transform: translateY(-1px) scale(0.995);
  box-shadow: 0 4px 12px rgba(74,18,18,0.5);
  background: linear-gradient(115deg, #3a0909, #5e0d0d);
}

.buy-btn:focus {
  box-shadow: 0 0 0 4px rgba(255,80,60,0.12), 0 8px 24px rgba(74,18,18,0.5);
  outline: none;
}
        .detail-view { background: rgba(225,295,265,0); backdrop-filter: blur(0.5px); border-radius: 28px; padding: 1.6rem; border: 2px solid #8B2A1A; }
        .detail-layout { display: flex; flex-wrap: wrap; gap: 1.5rem; }
        .left-square { flex: 1.5; min-width: 280px; background: #1c0a0ae6; border-radius: 28px; padding: 1.4rem; border: 1px solid #8B2A1A; overflow: visible; }
        .right-checkout { flex: 1; min-width: 260px; background: #1a0808e6; border-radius: 28px; padding: 1.4rem; border: 1px solid #8B2A1A; height: fit-content; position: sticky; top: 20px; }
        .file-icon-area { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.2rem; border-bottom: 2px dashed #8B2A1A; padding-bottom: 0.8rem; }
        .file-icon { font-size: 3rem; color: #b06050; }
        .instruction-text { font-size: 0.85rem; color: #e0d0d0; background: #2a1010b3; padding: 12px; border-radius: 20px; margin-bottom: 1.2rem; border-left: 4px solid #a04030; }
        .features-list { display: flex; flex-direction: column; gap: 10px; margin-top: 16px; overflow: visible; }
        .feature-row { display: flex; align-items: center; gap: 10px; background: #2a1212; padding: 6px 12px; border-radius: 50px; position: relative; overflow: visible; }
        .feature-row label { flex:1; color:#d0c0c0; font-size:0.8rem; }
        .feature-price { font-weight:bold; color:#dd8866; font-size:0.75rem; margin-right: 5px; }
        .info-icon { cursor: help; margin-left: 6px; font-size: 0.85rem; font-weight: bold; color: #ccaa88; display: inline-flex; align-items: center; justify-content: center; position: relative; z-index: 9999; }
        .info-icon:hover { color: #ffcc99; }
        .info-icon::before { content: attr(data-tooltip); position: absolute; bottom: 150%; left: 50%; transform: translateX(-50%) translateY(8px); background: rgba(8, 2, 4, 0.98); backdrop-filter: blur(12px); color: #ffe0d0; font-size: 0.7rem; font-weight: 500; white-space: nowrap; padding: 8px 14px; border-radius: 30px; border: 1px solid #ff4d00; box-shadow: 0 0 18px rgba(255, 40, 0, 0.7); pointer-events: none; opacity: 0; transition: opacity 0.2s ease; z-index: 100000; font-family: 'Space Grotesk', monospace; }
        .info-icon::after { content: ''; position: absolute; bottom: 135%; left: 50%; transform: translateX(-50%); border-width: 6px; border-style: solid; border-color: #ff4d00 transparent transparent transparent; opacity: 0; transition: opacity 0.2s ease; pointer-events: none; }
        .info-icon:hover::before { opacity: 1; transform: translateX(-50%) translateY(0); }
        .info-icon:hover::after { opacity: 1; }
        .price-summary { margin:15px 0; text-align:center; font-size:1.6rem; font-weight: bold; background:#2a1212; border-radius:48px; padding:12px; color:#ffccaa !important; }
        .proceed-btn {
  background: linear-gradient(115deg, #34100f, #5a1b1a);
  border: 1px solid rgba(220,110,90,0.45);
  width: 100%;
  padding: 12px;
  border-radius: 23px;
  color: #fff7f6;
  cursor: pointer;
  margin-top: 12px;
  font-weight: 600;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  transition: transform 0.2s cubic-bezier(0.2,0.9,0.4,1.1), box-shadow 0.18s, background 0.18s;
  box-shadow: 0 6px 14px rgba(60,18,18,0.35);
  text-shadow: 0 1px 0 rgba(0,0,0,0.45);
  backdrop-filter: blur(2px);
}

.proceed-btn:hover {
  transform: translateY(-3px);
  background: linear-gradient(115deg, #4a1413, #6b1f1e);
  border-color: rgba(220,130,110,0.65);
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(90,24,24,0.35), 0 0 12px rgba(220,110,90,0.08);
  outline: none;
}

.proceed-btn:active {
  transform: translateY(-1px) scale(0.997);
  box-shadow: 0 4px 10px rgba(60,18,18,0.28);
  background: linear-gradient(115deg, #2c0c0c, #4a1413);
}

.proceed-btn:focus {
  box-shadow: 0 0 0 4px rgba(220,110,90,0.09), 0 8px 18px rgba(60,18,18,0.32);
  outline: none;
}

        .back-home { background:transparent; border:2px solid #8B2A1A; color:#dd9988; margin-bottom:18px; padding:6px 18px; border-radius:40px; cursor:pointer; }
        .bottom-left-widget { position: fixed; bottom: 20px; left: 20px; z-index: 100; display: flex; flex-direction: column; align-items: flex-start; gap: 12px; display: none; }
        .circular-expand-btn { display: inline-flex; align-items: center; justify-content: center; gap: 0px; width: 44px; height: 44px; border-radius: 50%; overflow: visible; white-space: nowrap; transition: width 0.35s cubic-bezier(0.2, 0.9, 0.4, 1.1), padding 0.35s ease, border-radius 0.25s, gap 0.3s ease; cursor: pointer; text-decoration: none; font-weight: 500; font-size: 0.85rem; box-shadow: 0 2px 8px rgba(0,0,0,0.3); background: #000000; border: 2px solid #ff2a2a; color: #ffffff; }
        .circular-expand-btn .btn-text { opacity: 0; width: 0; display: inline-block; transition: opacity 0.25s ease, width 0.3s ease, margin 0.2s; overflow: hidden; margin: 0; padding: 0; }
        .circular-expand-btn i { font-size: 1.5rem; transition: transform 0.2s ease; display: inline-block; vertical-align: middle; color: #ff4d4d; line-height: 1; margin: 0; }
        .circular-expand-btn:hover { width: 120px; padding: 0 16px; border-radius: 60px; gap: 8px; background: #2a0a0a; border-color: #ff6666; }
        .circular-expand-btn:hover .btn-text { opacity: 1; width: auto; margin-left: 0; }
        .circular-expand-btn:hover i { transform: scale(0.85); }
        .faq-left { background: #000000; border: 2px solid #ff2a2a; color: #ffffff; }
        .faq-left i { color: #ff4d4d; }
        .telegram-main-btn { background: #000000; border: 2px solid #ff2a2a; color: #ffffff; backdrop-filter: none; }
        .telegram-main-btn i { color: #ff4d4d; }
        .telegram-main-btn:hover { background: #2a0a0a; border-color: #ff6666; }
        .telegram-main-btn:hover i { color: #ff4d4d; transform: scale(0.85); }
        .telegram-expandable { position: relative; display: inline-block; }
        .telegram-dropdown { position: absolute; bottom: 110%; left: 0; background: rgba(10, 5, 8, 0.96); backdrop-filter: blur(12px); border-radius: 18px; overflow: hidden; min-width: 180px; border: 1px solid #ff4d4d; opacity: 0; visibility: hidden; transition: opacity 0.2s ease; z-index: 101; flex-direction: column; }
        .telegram-dropdown.active { opacity: 1; visibility: visible; }
        .telegram-dropdown a { display: flex; align-items: center; gap: 12px; padding: 10px 16px; text-decoration: none; color: #ffe0d0; font-size: 0.85rem; border-bottom: 1px solid rgba(255, 77, 77, 0.3); }
        .telegram-dropdown a:hover { background: #a03a1a; color: white; }
        
        .faq-modal { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.42); backdrop-filter: blur(1px); z-index: 10001; justify-content: center; align-items: center; }
        .faq-container {
            background: rgba(10, 5, 8, 0.86);
            backdrop-filter: blur(15px);
            border-radius: 40px;
            max-width: 800px;
            width: 90%;
            max-height: 80vh;
            overflow-y: auto;
            overflow-x: hidden;
            border: 1px solid #ff4d00;
            padding: 1.5rem;
            color: #ffe0d0;
            scrollbar-width: thin;
            scrollbar-color: #b64924 rgba(255,255,255,0.06);
            scroll-behavior: smooth;
            overscroll-behavior: contain;
            clip-path: inset(0 round 40px);
        }
        .faq-container::-webkit-scrollbar { width: 5px; }
        .faq-container::-webkit-scrollbar-track { background: rgba(255,255,255,0.05); border-radius: 20px; margin: 10px 0; }
        .faq-container::-webkit-scrollbar-thumb { background: linear-gradient(to bottom, #ff7a5c, #a03a1a); border-radius: 20px; border: 1px solid rgba(0,0,0,0.25); }
        .faq-container::-webkit-scrollbar-thumb:hover { background: linear-gradient(to bottom, #ff936f, #c2512a); }

        .faq-container h2 { text-align: center; margin-bottom: 1.5rem; color: #ffaa77; font-size: 1.8rem; }
        .faq-category { margin-bottom: 1.5rem; }
        .faq-category h3 { color: #ff8866; border-left: 4px solid #ff4d00; padding-left: 12px; margin-bottom: 12px; font-size: 1.2rem; }
        .faq-item { margin-bottom: 12px; border-bottom: 1px solid rgba(255, 80, 40, 0.3); padding-bottom: 10px; }
        .faq-question { font-weight: bold; color: #ffccaa; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
        .faq-question i { transition: transform 0.2s; }
        .faq-answer { margin-top: 8px; padding-left: 16px; color: #d0c0c0; font-size: 0.85rem; line-height: 1.4; display: none; }
        .faq-answer.show { display: block; }
        .close-faq { background: #7a2a10; border: none; padding: 8px 20px; border-radius: 60px; font-weight: bold; color: white; cursor: pointer; margin-top: 20px; width: 100%; }
        .close-faq:hover { background: #a03a18; }
        
        /* SUMMARY PAGE STYLES - NEW BUT MATCHING ORIGINAL DESIGN */
        .summary-view {
            background: rgba(20, 10, 12, 0.75);
            backdrop-filter: blur(8px);
            border-radius: 32px;
            border: 2px solid #8B2A1A;
            padding: 2rem;
            max-width: 600px;
            margin: 1rem auto;
        }
        .summary-header {
            text-align: center;
            border-bottom: 2px dashed #8B2A1A;
            padding-bottom: 1rem;
            margin-bottom: 1.5rem;
        }
        .summary-header h2 {
            font-family: 'Creepster', cursive;
            color: #ffaa77;
            font-size: 1.8rem;
            letter-spacing: 2px;
        }
        .summary-detail-item {
            display: flex;
            justify-content: space-between;
            padding: 12px 0;
            border-bottom: 1px solid rgba(139, 42, 26, 0.4);
            color: #e0d0c0;
        }
        .summary-package-name {
            font-size: 1.2rem;
            font-weight: bold;
            color: #ffb088;
        }
        .summary-addons-list {
            margin: 8px 0 8px 20px;
        }
        .summary-addon-row {
            display: flex;
            justify-content: space-between;
            font-size: 0.85rem;
            padding: 4px 0;
            color: #ccb8a8;
        }
        .summary-total {
            background: #2a1212cc;
            margin-top: 16px;
            padding: 14px 20px;
            border-radius: 48px;
            font-size: 1.5rem;
            font-weight: bold;
            text-align: center;
            color: #ffcc88;
            border: 1px solid #a03a1a;
        }
        .summary-buttons {
            display: flex;
            gap: 20px;
            justify-content: center;
            margin-top: 28px;
        }
        .summary-back-btn,
.summary-pay-btn {
  background: linear-gradient(115deg, #34100f, #5a1b1a);
  border: 1px solid rgba(220,110,90,0.45);
  padding: 10px 24px;
  border-radius: 14px;
  font-weight: 600;
  font-size: 0.9rem;
  color: #fff7f6;
  cursor: pointer;
  transition: transform 0.18s cubic-bezier(0.2,0.9,0.4,1.1), box-shadow 0.18s, background 0.18s;
  text-transform: uppercase;
  box-shadow: 0 6px 14px rgba(60,18,18,0.32);
  text-shadow: 0 1px 0 rgba(0,0,0,0.45);
  backdrop-filter: blur(2px);
}

.summary-back-btn:hover,
.summary-pay-btn:hover {
  transform: translateY(-3px);
  background: linear-gradient(115deg, #4a1413, #6b1f1e);
  border-color: rgba(220,130,110,0.65);
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(90,24,24,0.34), 0 0 12px rgba(220,110,90,0.08);
  outline: none;
}

.summary-back-btn:active,
.summary-pay-btn:active {
  transform: translateY(-1px) scale(0.997);
  box-shadow: 0 4px 10px rgba(60,18,18,0.28);
  background: linear-gradient(115deg, #2c0c0c, #4a1413);
}

.summary-back-btn:focus,
.summary-pay-btn:focus {
  box-shadow: 0 0 0 4px rgba(220,110,90,0.09), 0 8px 18px rgba(60,18,18,0.32);
  outline: none;
}

.summary-pay-btn {
  background: linear-gradient(115deg, #3f1110, #64201d);
  box-shadow: 0 6px 16px rgba(100,30,30,0.28);
}
        }
        .summary-back-btn:hover, .summary-pay-btn:hover {
            transform: translateY(-2px);
            background: #6a301c;
            border-color: #d07a4a;
        }
        
        @media (max-width: 780px) { .meow-king-title { font-size: 4rem; } .main-title { font-size:2rem; } .disclaimer-box { padding: 1rem 1.2rem; } }
        
        .right-checkout h3, .base-price-text, .left-square > div > strong:first-of-type { color: #ffd8b0; }
        .left-square, .right-checkout { color: #e6d5c0; }
        
        .payment-loading {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.85);
            backdrop-filter: blur(8px);
            z-index: 20000;
            display: none;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            gap: 20px;
            color: #ffaa77;
            font-family: 'Space Grotesk', monospace;
        }
        .payment-loading .spinner {
            width: 60px;
            height: 60px;
            border: 4px solid rgba(255,100,50,0.3);
            border-top: 4px solid #ff6347;
            border-radius: 50%;
            animation: spin 1s linear infinite;
        }
        @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }