:root {
    --primary-cyan-color: #9146FF;
    --primary-cyan-glow-effect: rgba(145, 70, 255, 0.4);
    --kick-green-main-color: #53fc18;
    --kick-green-glow-effect: rgba(83, 252, 24, 0.6);
    --background-deep-black: #050505;
    --card-surface-color: #0a0a0a;
    --border-white-alpha: rgba(255, 255, 255, 0.08);
    --text-color-pure-white: #ffffff;
    --text-color-muted-gray: #888888;
    --surface-alpha: rgba(255, 255, 255, 0.02);
    --surface-alpha-hover: rgba(255, 255, 255, 0.05);
    --input-bg: rgba(0, 0, 0, 0.4);
    --input-bg-focus: rgba(0, 0, 0, 0.6);
    --receipt-bg: rgba(0, 0, 0, 0.4);
    --monolith-bg: rgba(10, 10, 12, 0.7);
    --flex-row-bg: rgba(15, 15, 20, 0.4);
    --btn-text-on-accent: #ffffff;
    --active-accent-color: var(--primary-cyan-color);
    --active-accent-glow: var(--primary-cyan-glow-effect);
    --transition-speed-normal: 0.4s;
    --transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --url-valid-color: #00ff88;
    --url-invalid-color: #ff4444;
}

body.low-perf-mode * {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
}
body.low-perf-mode .calculator-monolith::after { display: none !important; }

body.light-theme {
    --background-deep-black: #f4f5f7;
    --card-surface-color: #ffffff;
    --border-white-alpha: rgba(0, 0, 0, 0.1);
    --text-color-pure-white: #111111;
    --text-color-muted-gray: #666666;
    --surface-alpha: rgba(0, 0, 0, 0.03);
    --surface-alpha-hover: rgba(0, 0, 0, 0.06);
    --input-bg: rgba(255, 255, 255, 0.8);
    --input-bg-focus: #ffffff;
    --receipt-bg: #ffffff;
    --monolith-bg: rgba(255, 255, 255, 0.85);
    --flex-row-bg: rgba(240, 242, 245, 0.6);
    --primary-cyan-glow-effect: rgba(145, 70, 255, 0.25);
    --kick-green-glow-effect: rgba(83, 252, 24, 0.3);
    --primary-cyan-color: #7B3FCC;
}
body.kick-theme-active {
    --active-accent-color: var(--kick-green-main-color);
    --active-accent-glow: var(--kick-green-glow-effect);
}
body.light-theme.kick-theme-active {
    --active-accent-color: #3bb812;
    --active-accent-glow: rgba(59, 184, 18, 0.25);
    --kick-green-main-color: #3bb812;
    --btn-text-on-accent: #111111;
}
body.light-theme.kick-theme-active .platform-item-btn.active-state.kick-variant { color: #111111; }
body.light-theme.kick-theme-active .tariff-choice-btn.is-selected { color: #111111; }
body.light-theme.kick-theme-active .main-submit-btn.ready-to-order { color: #111111; }
h2 { font-size: clamp(24px, 5vw, 40px); line-height: 1.2; }
.info-block p { font-size: 16px; }
@media (max-width: 650px) { .info-block p { font-size: 14px; } }
.info-block h3 { font-size: 18px; letter-spacing: 1px; }
.advantages-section .info-block h3 { font-size: 24px; }
.tariff-info-section .info-block h3 { font-size: 18px; }
.confidentiality-card h3 { font-size: 22px; }
.step-indicator { font-size: 13px; letter-spacing: 4px; }
.receipt-total-value { font-size: clamp(40px, 8vw, 64px); letter-spacing: -0.02em; }
.price-details { font-size: 13px; letter-spacing: -0.02em; }
.time-unit-btn { font-size: 14px; }
@media (max-width: 650px) { .time-unit-btn { font-size: 16px; padding: 18px 0; } }
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--background-deep-black); }
::-webkit-scrollbar-thumb { background: #252535; border-radius: 10px; }
::-webkit-scrollbar-thumb:hover { background: var(--active-accent-color); }
body.light-theme ::-webkit-scrollbar-thumb { background: #cccccc; }
html, body { margin: 0; padding: 0; width: 100%; height: 100%; }
* { box-sizing: border-box; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body {
    background-color: var(--background-deep-black);
    color: var(--text-color-pure-white);
    font-family: 'Plus Jakarta Sans', sans-serif;
    overflow-x: hidden;
    line-height: 1.6;
    transition: background-color 0.5s ease, color 0.5s ease;
}
canvas#particle-canvas {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
}
.main-container { width: 100%; max-width: 1240px; margin-left: auto; margin-right: auto; padding-left: 20px; padding-right: 20px; }
header.site-header { padding-top: 30px; padding-bottom: 30px; text-align: center; position: relative; display: flex; justify-content: center; align-items: center; }
.header-logo { font-size: 28px; font-weight: 800; letter-spacing: -2px; text-transform: uppercase; cursor: pointer; }
.header-logo span {
    background: linear-gradient(135deg, var(--primary-cyan-color), var(--kick-green-main-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: none;
}
.header-logo .logo-icon {
    display: inline-block; width: 32px; height: 32px; margin-right: 8px; vertical-align: middle;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%239146FF" stroke-width="2"><path d="M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5"/></svg>') no-repeat center;
    background-size: contain; filter: drop-shadow(0 0 8px var(--active-accent-glow));
}

.online-counter {
    position: absolute; left: 20px; top: 30px; font-size: 13px; color: var(--text-color-muted-gray);
    background: var(--surface-alpha); padding: 6px 14px; border-radius: 30px; border: 1px solid var(--border-white-alpha);
    backdrop-filter: blur(4px); display: flex; align-items: center; gap: 6px; pointer-events: none;
}
.online-counter .dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: #00ff88; animation: pulse-dot 2s infinite; }
@keyframes pulse-dot { 0% { opacity: 0.4; transform: scale(0.8); } 50% { opacity: 1; transform: scale(1.2); } 100% { opacity: 0.4; transform: scale(0.8); } }
@media (max-width: 650px) {
    .header-logo { font-size: 20px; }
    .header-logo .logo-icon { width: 24px; height: 24px; }
    .online-counter { display: none; }
}
.tariff-info-section { display: grid; grid-template-columns: 1fr 1fr 1fr; column-gap: 25px; row-gap: 25px; margin-top: 30px; margin-bottom: 60px; }
.info-block {
    background-color: var(--surface-alpha); border-width: 1px; border-style: solid; border-color: var(--border-white-alpha);
    border-radius: 30px; padding: 25px 30px; transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.info-block:hover {
    border-color: var(--active-accent-color); background-color: var(--surface-alpha-hover);
    transform: translateY(-8px) rotateX(1deg) rotateY(1deg);
    box-shadow: 0 12px 40px rgba(0,0,0,0.3), 0 0 30px var(--active-accent-glow);
}
.info-block h3 { color: var(--active-accent-color); font-family: 'JetBrains Mono', monospace; font-size: 18px; font-weight: 700; margin-bottom: 15px; text-transform: uppercase; letter-spacing: 1px; }
.info-block p { font-size: 16px; color: var(--text-color-muted-gray); line-height: 1.7; }
.calculator-monolith {
    position: relative; background: var(--monolith-bg); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
    border-radius: 40px; padding: 2px; margin-bottom: 50px; box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3); z-index: 1; transition: background 0.5s ease;
}
@keyframes breatheGlow { 0% { transform: translate(-50%, -50%) scale(1); opacity: 0.12; } 50% { transform: translate(-50%, -50%) scale(1.05); opacity: 0.2; } 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.12; } }
.calculator-monolith::after {
    content: ""; position: absolute; top: 50%; left: 50%; width: 90%; height: 90%; background: var(--active-accent-color);
    filter: blur(120px); opacity: 0.12; transform: translate(-50%, -50%); z-index: -1; pointer-events: none; transition: background 0.5s ease; animation: breatheGlow 6s ease-in-out infinite;
}
.calculator-monolith::before {
    content: ""; position: absolute; inset: 0; border-radius: 40px; padding: 2px;
    background: linear-gradient(135deg, var(--active-accent-color) 0%, rgba(145,70,255,0) 80%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; transition: background 0.5s ease; z-index: 0; pointer-events: none;
}
.calculator-flex-row { display: flex; flex-direction: row; gap: 70px; background: var(--flex-row-bg); border-radius: 38px; padding: clamp(30px, 6vw, 70px); position: relative; z-index: 2; transition: background 0.5s ease; }
.left-column-inputs { flex: 1.25; } .right-column-summary { flex: 0.75; }
.step-indicator { font-family: 'JetBrains Mono', monospace; font-size: 13px; font-weight: 600; color: var(--active-accent-color); text-transform: uppercase; letter-spacing: 4px; margin-bottom: 35px; display: flex; align-items: center; }
.step-indicator::after { content: ""; height: 1px; background-color: var(--border-white-alpha); flex-grow: 1; margin-left: 20px; }
.platform-selector-group { display: flex; flex-direction: row; gap: 15px; margin-bottom: 55px; }
.platform-item-btn {
    flex: 1; padding: 28px 0; border-width: 1px; border-style: solid; border-color: var(--border-white-alpha);
    border-radius: 20px; background-color: transparent; color: var(--text-color-muted-gray); font-size: 16px; font-weight: 800; text-align: center; cursor: pointer; transition: all 0.4s ease; display: flex; align-items: center; justify-content: center; gap: 10px;
}
.platform-item-btn .icon { width: 28px; height: 28px; display: inline-block; background-size: contain; background-repeat: no-repeat; background-position: center; }
.platform-item-btn .icon.twitch-icon { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%239146FF'%3E%3Cpath d='M2.149 0L0 4.918v16.273h5.824v2.809h3.568l2.815-2.809h4.272L24 12.386V0H2.149zm20.363 11.177l-3.536 3.536h-4.96l-2.817 2.817v-2.817H4.642V2.269h17.87v8.908z'/%3E%3Cpath d='M10.002 5.528h2.269v5.113h-2.269V5.528zm5.113 0h2.269v5.113h-2.269V5.528z'/%3E%3C/svg%3E"); }
.platform-item-btn .icon.kick-icon { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2353fc18'%3E%3Cpath d='M0 0h6.857v4.571H0V0zm8.571 0h6.858v4.571H8.571V0zM17.143 0H24v4.571h-6.857V0zM0 8.571h6.857v4.572H0V8.571zm8.571 0h6.858v4.572H8.571V8.571zm8.571 0H24v4.572h-6.857V8.571zM0 17.143h6.857V24H0v-6.857zm8.571 0h6.858V24H8.571v-6.857zm8.571 0H24V24h-6.857v-6.857z'/%3E%3C/svg%3E"); }
.platform-item-btn.active-state.twitch-variant { border-color: var(--primary-cyan-color); color: var(--btn-text-on-accent); background-color: rgba(145, 70, 255, 0.05); box-shadow: 0 0 15px var(--primary-cyan-glow-effect); }
body.light-theme .platform-item-btn.active-state.twitch-variant { color: var(--primary-cyan-color); }
.platform-item-btn.active-state.kick-variant { border-color: var(--kick-green-main-color); color: var(--btn-text-on-accent); background-color: rgba(83, 252, 24, 0.02); box-shadow: inset 0px 0px 25px rgba(83, 252, 24, 0.05), 0 0 15px var(--kick-green-glow-effect); }
body.light-theme .platform-item-btn.active-state.kick-variant { color: #000000; }
.tariff-selection-bar { display: flex; flex-direction: row; background-color: var(--surface-alpha); padding: 8px; border-radius: 22px; margin-bottom: 55px; border: 1px solid var(--border-white-alpha); }
.tariff-choice-btn {
    flex: 1; padding: 16px 0; border-style: none; background-color: transparent; color: var(--text-color-muted-gray);
    font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; font-size: 13px; text-transform: uppercase; border-radius: 16px; cursor: pointer; transition: all 0.3s ease; display: flex; align-items: center; justify-content: center; gap: 8px;
}
.tariff-choice-btn .icon { font-size: 18px; }
.tariff-choice-btn.is-selected { background-color: var(--active-accent-color); color: #000000; box-shadow: 0px 10px 25px var(--active-accent-glow); }
body.light-theme .tariff-choice-btn.is-selected { color: #ffffff; }
body.light-theme.kick-theme-active .tariff-choice-btn.is-selected { color: #000000; }
.tariff-choice-btn.disabled-tariff { opacity: 0.4; cursor: not-allowed; pointer-events: none; }
.input-range-wrapper { margin-bottom: 30px; }
.range-data-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 12px; }
.range-data-header label { font-size: 14px; color: var(--text-color-muted-gray); font-weight: 500; }
.range-data-header b { font-family: 'JetBrains Mono', monospace; font-size: 36px; color: var(--active-accent-color); transition: color 0.4s ease; }
.custom-range-input { -webkit-appearance: none; width: 100%; height: 8px; background-color: var(--surface-alpha); border: 1px solid var(--border-white-alpha); border-radius: 10px; outline: none; }
.custom-range-input::-webkit-slider-thumb {
    -webkit-appearance: none; width: 24px; height: 24px; background-color: #ffffff; border-radius: 50%;
    border: 4px solid var(--active-accent-color); cursor: pointer; box-shadow: 0px 0px 15px var(--active-accent-glow), 0px 0px 30px var(--active-accent-glow); transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.3s ease;
}
.custom-range-input::-webkit-slider-thumb:hover { transform: scale(1.3); box-shadow: 0px 0px 25px var(--active-accent-glow), 0px 0px 45px var(--active-accent-glow); }
.range-limits { display: flex; justify-content: space-between; font-size: 12px; color: var(--text-color-muted-gray); margin-top: 6px; }
.duration-quick-btns { display: flex; gap: 10px; margin-bottom: 25px; flex-wrap: wrap; }
.duration-quick-btn { padding: 8px 18px; border-radius: 30px; border: 1px solid var(--border-white-alpha); background: transparent; color: var(--text-color-muted-gray); font-weight: 700; font-size: 13px; cursor: pointer; transition: all 0.3s ease; }
.duration-quick-btn:hover { border-color: var(--active-accent-color); color: var(--active-accent-color); }
.duration-quick-btn.active { background: var(--active-accent-color); color: #000; border-color: var(--active-accent-color); box-shadow: 0 0 15px var(--active-accent-glow); }
body.light-theme .duration-quick-btn.active { color: #fff; }
.calendar-horizontal-list { display: flex; flex-direction: row; gap: 12px; overflow-x: auto; padding-bottom: 20px; margin-bottom: 10px; scrollbar-width: none; }
.calendar-horizontal-list::-webkit-scrollbar { display: none; }
.date-tile { min-width: 90px; padding: 22px 0; background-color: var(--surface-alpha); border-width: 1px; border-style: solid; border-color: var(--border-white-alpha); border-radius: 22px; text-align: center; cursor: pointer; transition: all 0.3s ease; position: relative; }
.date-tile.is-active { background-color: var(--active-accent-color); color: #000000; border-color: var(--active-accent-color); box-shadow: 0px 10px 20px var(--active-accent-glow); }
body.light-theme .date-tile.is-active { color: #ffffff; }
body.light-theme.kick-theme-active .date-tile.is-active { color: #000000; }
.date-tile span { display: block; font-size: 11px; font-weight: 800; text-transform: uppercase; margin-bottom: 6px; opacity: 0.7; }
.date-tile b { font-family: 'JetBrains Mono', monospace; font-size: 24px; }
.field-error-hint { font-size: 13px; color: var(--url-invalid-color); margin-top: 4px; min-height: 20px; transition: opacity 0.3s; }
.field-error-hint.hidden { opacity: 0; }
.time-slots-grid { display: grid; grid-template-columns: repeat(8, 1fr); gap: 12px; margin-bottom: 15px; }
.time-unit-btn {
    padding: 15px 0; background-color: var(--surface-alpha); border-width: 1px; border-style: solid; border-color: var(--border-white-alpha);
    border-radius: 14px; text-align: center; cursor: pointer; font-family: 'JetBrains Mono', monospace; font-size: 14px; color: var(--text-color-pure-white); transition: all 0.3s ease; position: relative;
}
.time-unit-btn.is-selected { background-color: var(--active-accent-color); color: #000000; border-color: var(--active-accent-color); font-weight: 800; box-shadow: 0px 5px 15px var(--active-accent-glow); }
body.light-theme .time-unit-btn.is-selected { color: #ffffff; }
body.light-theme.kick-theme-active .time-unit-btn.is-selected { color: #000000; }
.time-unit-btn.is-blocked { opacity: 0.3; pointer-events: none; background-color: rgba(255,0,0,0.05); border-color: rgba(255,0,0,0.2); color: #ff4444; text-decoration: line-through; }
.time-unit-btn.is-blocked .lock-icon { display: inline-block; margin-left: 4px; font-size: 12px; }
.time-unit-btn.in-range { border-color: var(--active-accent-color); background-color: var(--surface-alpha-hover); box-shadow: 0 0 8px var(--active-accent-glow); }
.time-unit-btn.vip-slot { border-color: #ffd700; color: #ffd700; }
.time-unit-btn.vip-slot .vip-badge { display: inline-block; font-size: 10px; font-weight: 800; margin-left: 4px; background: #ffd700; color: #000; padding: 0 6px; border-radius: 4px; }
.time-unit-btn.vip-slot:hover::after {
    content: "⭐ VIP-слот (остался 1 из 2). Цена +50%"; position: absolute; bottom: calc(100% + 8px); left: 50%; transform: translateX(-50%);
    background: var(--card-surface-color); color: var(--text-color-pure-white); padding: 6px 12px; border-radius: 8px; font-size: 11px; white-space: nowrap; box-shadow: 0 4px 12px rgba(0,0,0,0.3); border: 1px solid var(--border-white-alpha); z-index: 10;
}
.url-input-wrapper { position: relative; }
.url-input-field {
    width: 100%; padding: 26px 30px; background-color: var(--input-bg); border-width: 2px; border-style: solid; border-color: var(--border-white-alpha);
    border-radius: 22px; color: var(--text-color-pure-white); font-family: 'JetBrains Mono', monospace; font-size: 17px; transition: border-color 0.4s ease, box-shadow 0.4s ease, transform 0.4s ease; position: relative;
}
.url-input-field:focus { background-color: var(--input-bg-focus); border-color: var(--active-accent-color); box-shadow: 0 0 20px var(--active-accent-glow); outline: none; transform: translateY(-2px); }
.url-input-field.valid { border-color: var(--url-valid-color); box-shadow: 0 0 25px rgba(0, 255, 136, 0.2); }
.url-input-field.invalid { border-color: var(--url-invalid-color); box-shadow: 0 0 25px rgba(255, 68, 68, 0.2); animation: shake 0.4s ease; }
@keyframes shake { 0%, 100% { transform: translateX(0); } 20% { transform: translateX(-8px); } 40% { transform: translateX(8px); } 60% { transform: translateX(-4px); } 80% { transform: translateX(4px); } }
.url-input-wrapper .validation-icon { position: absolute; right: 20px; top: 50%; transform: translateY(-50%); font-size: 24px; pointer-events: none; opacity: 0; transition: opacity 0.3s; }
.url-input-wrapper .validation-icon.valid { opacity: 1; color: var(--url-valid-color); }
.url-input-wrapper .validation-icon.invalid { opacity: 1; color: var(--url-invalid-color); }
.tariff-choice-btn .icon { transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1); }
.tariff-choice-btn.is-selected .icon { animation: iconPop 0.5s cubic-bezier(0.34, 1.56, 0.64, 1); }
@keyframes iconPop { 0% { transform: scale(1); } 30% { transform: scale(1.6); } 100% { transform: scale(1); } }
.summary-receipt-card {
    background-color: var(--receipt-bg);
    border-radius: 45px;
    padding: 25px 30px;
    border: 1px solid var(--border-white-alpha);
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: var(--active-accent-color);
    position: sticky;
    top: 20px;
    transition: border-left-color 0.5s ease, background-color 0.5s ease;
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.summary-receipt-card .price-details { flex-shrink: 0; overflow-y: auto; max-height: 160px; }
.summary-receipt-card .main-submit-btn { flex-shrink: 0; margin-top: auto; }
.receipt-label-top { font-size: 12px; text-transform: uppercase; color: var(--text-color-muted-gray); letter-spacing: 1px; margin-bottom: 6px; }
.receipt-total-value { font-size: clamp(32px, 6vw, 48px); font-weight: 800; font-family: 'JetBrains Mono', monospace; line-height: 1; margin-bottom: 8px; letter-spacing: -0.02em; }
.price-details { font-size: 12px; color: var(--text-color-muted-gray); margin-bottom: 12px; padding: 6px 0; border-top: 1px solid var(--border-white-alpha); border-bottom: 1px solid var(--border-white-alpha); max-height: 140px; overflow-y: auto; }
.price-details .detail-line { display: flex; justify-content: space-between; padding: 4px 0; }
.price-details .detail-line .highlight { color: var(--active-accent-color); font-weight: 600; }
.price-details .detail-total { font-weight: 700; border-top: 1px solid var(--border-white-alpha); margin-top: 8px; padding-top: 8px; color: var(--text-color-pure-white); }
.receipt-line-item { display: flex; justify-content: space-between; padding: 8px 0; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: var(--border-white-alpha); font-size: 13px; }
.receipt-line-item span { color: var(--text-color-muted-gray); }
.receipt-line-item b { color: var(--text-color-pure-white); text-align: right; }
.main-submit-btn {
    width: 100%; padding: 28px 0; border-radius: 25px; border-style: none; background-color: var(--surface-alpha); border: 1px solid var(--border-white-alpha);
    color: var(--text-color-muted-gray); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; margin-top: 25px; cursor: not-allowed; transition: all 0.4s ease; display: flex; justify-content: center; align-items: center; position: relative; overflow: hidden;
}
.main-submit-btn.ready-to-order { background-color: var(--active-accent-color); color: #ffffff; cursor: pointer; box-shadow: 0 0 20px var(--active-accent-glow); border: none; }
body.light-theme.kick-theme-active .main-submit-btn.ready-to-order { color: #000000; }
.main-submit-btn.ready-to-order::before {
    content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%;
    background: conic-gradient(from 0deg, transparent, rgba(255,255,255,0.15), transparent 60%); animation: shimmer-wave 4s linear infinite; pointer-events: none;
}
@keyframes shimmer-wave { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
.main-submit-btn.ready-to-order:hover { box-shadow: 0px 20px 40px var(--active-accent-glow); filter: brightness(1.1); }
.main-submit-btn:not(.ready-to-order) { animation: pulse-disabled 2s infinite; }
@keyframes pulse-disabled { 0% { opacity: 0.6; } 50% { opacity: 1; } 100% { opacity: 0.6; } }
.main-submit-btn.loading-state {
    width: 50px !important; height: 50px !important; border-radius: 50% !important; color: transparent !important; pointer-events: none;
    margin-left: auto; margin-right: auto; background-color: transparent !important; box-shadow: none !important; transform: translate(0, 0) !important; border: none !important; animation: none !important;
}
.main-submit-btn.loading-state::before { display: none; }
.main-submit-btn.loading-state::after {
    content: ""; position: absolute; width: 26px; height: 26px; border-width: 3px; border-style: solid; border-color: var(--border-white-alpha);
    border-top-color: var(--active-accent-color); border-radius: 50%; animation: button-spin 0.8s linear infinite;
}
.main-submit-btn.success-state {
    background-color: #00ff88 !important; color: #000000 !important; box-shadow: 0 0 25px rgba(0, 255, 136, 0.6) !important;
    pointer-events: none; width: 100% !important; border-radius: 25px !important; transform: translate(0, 0) !important; animation: none !important;
}
.main-submit-btn.success-state::before { display: none; }
@keyframes button-spin { to { transform: rotate(360deg); } }
.addons-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 15px; margin-top: 25px; margin-bottom: 25px; }
.addon-card {
    background-color: var(--surface-alpha); border-width: 1px; border-style: solid; border-color: var(--border-white-alpha);
    border-radius: 12px; padding: 15px; cursor: pointer; transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1); display: flex; flex-direction: column; user-select: none;
    position: relative;
}
.addon-card:hover { background-color: var(--surface-alpha-hover); border-color: var(--active-accent-color); transform: translateY(-5px); box-shadow: 0 5px 15px var(--active-accent-glow); }
.addon-card.is-active { background-color: var(--surface-alpha-hover); border-color: var(--active-accent-color); box-shadow: 0 5px 15px var(--active-accent-glow); transform: translateY(-5px); }
.addon-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.addon-title { font-weight: 600; color: var(--text-color-pure-white); font-size: 14px; display: flex; align-items: center; gap: 6px; }
.addon-title .info-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid var(--active-accent-color);
    color: var(--active-accent-color);
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.2s;
    background: transparent;
    line-height: 1;
    flex-shrink: 0;
}
.addon-title .info-icon:hover {
    background: var(--active-accent-color);
    color: #000;
    box-shadow: 0 0 10px var(--active-accent-glow);
}
.addon-title .tooltip-text {
    display: none;
    position: absolute;
    bottom: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
    background: var(--card-surface-color);
    color: var(--text-color-pure-white);
    padding: 10px 14px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    white-space: normal;
    max-width: 280px;
    width: max-content;
    border: 1px solid var(--border-white-alpha);
    box-shadow: 0 8px 30px rgba(0,0,0,0.4);
    z-index: 20;
    pointer-events: none;
    text-align: left;
}
.addon-title .tooltip-text::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: var(--card-surface-color);
}
.addon-title .info-icon:hover + .tooltip-text,
.addon-title .tooltip-text.active {
    display: block;
}
.addon-title .info-icon.touch-triggered + .tooltip-text {
    display: block;
}
.addon-checkbox { appearance: none; width: 22px; height: 22px; border: 2px solid var(--border-white-alpha); border-radius: 6px; position: relative; transition: all 0.2s; cursor: pointer; background: transparent; flex-shrink: 0; }
.addon-checkbox:checked { background: var(--active-accent-color); border-color: var(--active-accent-color); }
.addon-checkbox:checked::after { content: "✓"; color: #fff; font-size: 16px; position: absolute; top: 0; left: 3px; }
.addon-desc { font-size: 12px; color: var(--text-color-muted-gray); line-height: 1.4; flex-grow: 1; }
.addon-price { margin-top: 12px; font-weight: bold; color: var(--active-accent-color); font-size: 14px; }
.chat-warning { display: block; margin-top: 6px; font-size: 10px; color: #ffaa00; font-weight: 500; background-color: rgba(255, 170, 0, 0.1); padding: 4px 6px; border-radius: 4px; }
.smart-settings { background-color: var(--surface-alpha); border: 1px solid var(--border-white-alpha); border-radius: 24px; padding: 25px; margin-bottom: 55px; transition: all 0.4s ease; }
.smart-settings h4 { font-family: 'JetBrains Mono', monospace; font-size: 16px; color: var(--active-accent-color); margin-top: 0; margin-bottom: 20px; display: flex; align-items: center; gap: 12px; }
.smart-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; }
.smart-option { background-color: var(--surface-alpha-hover); border-radius: 16px; padding: 14px; cursor: pointer; transition: all 0.3s ease; border: 1px solid var(--border-white-alpha); }
.smart-option:hover { border-color: var(--active-accent-color); transform: translateY(-2px); }
.smart-option.selected { border-color: var(--active-accent-color); background-color: var(--surface-alpha); box-shadow: 0 0 12px var(--active-accent-glow); }
.smart-option-title { display: flex; justify-content: space-between; font-weight: 700; margin-bottom: 8px; }
.smart-option-desc { font-size: 12px; color: var(--text-color-muted-gray); }
.smart-option-price { color: var(--active-accent-color); font-weight: bold; }
.custom-dropdown {
    position: relative;
    width: 100%;
    margin-top: 12px;
    user-select: none;
}
.dropdown-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 20px;
    background: var(--input-bg);
    border: 1px solid var(--border-white-alpha);
    border-radius: 18px;
    color: var(--text-color-pure-white);
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: border-color 0.3s, box-shadow 0.3s, background-color 0.3s;
}
.dropdown-header:hover {
    border-color: var(--active-accent-color);
    background-color: var(--surface-alpha-hover);
}
.dropdown-header.open {
    border-color: var(--active-accent-color);
    box-shadow: 0 0 0 3px var(--active-accent-glow);
    background-color: var(--input-bg-focus);
}
.dropdown-arrow {
    flex-shrink: 0;
    color: var(--text-color-muted-gray);
    transition: transform 0.3s ease;
}
.dropdown-header.open .dropdown-arrow {
    transform: rotate(180deg);
}
.dropdown-list {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    margin: 0;
    padding: 8px 0;
    list-style: none;
    background: var(--card-surface-color);
    border: 1px solid var(--border-white-alpha);
    border-radius: 18px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.3s ease, padding 0.3s ease;
    z-index: 10;
    pointer-events: none;
}
.dropdown-list.open {
    max-height: 300px;
    opacity: 1;
    padding: 8px 0;
    pointer-events: auto;
}
.dropdown-list li {
    padding: 12px 20px;
    color: var(--text-color-pure-white);
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}
.dropdown-list li:hover {
    background: var(--surface-alpha-hover);
    color: var(--active-accent-color);
}
.dropdown-list li.active {
    background: var(--active-accent-color);
    color: #000;
    font-weight: 600;
}
.dropdown-list li.active:hover {
    background: var(--active-accent-color);
    color: #000;
}
.step-loader-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    font-size: 18px;
    font-weight: 600;
    padding: 30px;
}
.step-loader-overlay.active { display: flex; }
.step-loader-box {
    background: var(--card-surface-color);
    border-radius: 32px;
    padding: 40px 50px;
    max-width: 560px;
    width: 100%;
    border: 1px solid var(--border-white-alpha);
    box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}
.step-loader-box h2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 24px;
    color: var(--active-accent-color);
}
.step-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px 0;
    border-bottom: 1px solid var(--border-white-alpha);
    opacity: 0.5;
    transition: opacity 0.5s ease;
}
.step-item:last-child { border-bottom: none; }
.step-item.done { opacity: 1; }
.step-item.active { opacity: 1; animation: stepPulse 1.2s ease-in-out infinite; }
.step-item .step-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    flex-shrink: 0;
    background: var(--surface-alpha);
    border: 2px solid var(--border-white-alpha);
    transition: all 0.4s ease;
}
.step-item.done .step-icon { background: var(--url-valid-color); border-color: var(--url-valid-color); color: #000; }
.step-item.active .step-icon { border-color: var(--active-accent-color); box-shadow: 0 0 20px var(--active-accent-glow); animation: spin-icon 1.2s linear infinite; }
.step-item .step-label { flex: 1; }
.step-item .step-status { font-size: 14px; font-weight: 400; color: var(--text-color-muted-gray); }
.step-item.done .step-status { color: var(--url-valid-color); }
.step-item.active .step-status { color: var(--active-accent-color); }
@keyframes stepPulse { 0%, 100% { opacity: 0.7; } 50% { opacity: 1; } }
@keyframes spin-icon { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
.upsell-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.75);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    z-index: 10002;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.upsell-modal-overlay.active { display: flex; }
.upsell-modal {
    background: var(--card-surface-color);
    border-radius: 40px;
    padding: 40px 35px;
    max-width: 480px;
    width: 100%;
    border: 2px solid var(--active-accent-color);
    box-shadow: 0 0 60px var(--active-accent-glow);
    text-align: center;
    animation: upsellPop 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@keyframes upsellPop {
    0% { transform: scale(0.8) translateY(30px); opacity: 0; }
    100% { transform: scale(1) translateY(0); opacity: 1; }
}
.upsell-modal .upsell-icon { font-size: 52px; margin-bottom: 10px; }
.upsell-modal h2 { color: var(--text-color-pure-white); font-size: 26px; margin-bottom: 8px; }
.upsell-modal .upsell-desc { color: var(--text-color-muted-gray); font-size: 16px; margin-bottom: 6px; line-height: 1.5; }
.upsell-modal .upsell-price {
    font-size: 32px;
    font-weight: 800;
    color: var(--active-accent-color);
    margin: 16px 0 20px;
}
.upsell-modal .upsell-price s {
    font-size: 20px;
    color: var(--text-color-muted-gray);
    margin-right: 12px;
    font-weight: 400;
}
.upsell-modal .upsell-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 10px;
}
.upsell-modal .btn-upsell-yes {
    background: linear-gradient(135deg, var(--active-accent-color), var(--primary-cyan-color));
    border: none;
    color: #fff;
    padding: 16px 0;
    border-radius: 60px;
    font-weight: 800;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 8px 24px var(--active-accent-glow);
}
.upsell-modal .btn-upsell-yes:hover { transform: scale(1.03); box-shadow: 0 12px 32px var(--active-accent-glow); }
.upsell-modal .btn-upsell-no {
    background: transparent;
    border: 1px solid var(--border-white-alpha);
    color: var(--text-color-muted-gray);
    padding: 14px 0;
    border-radius: 60px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
}
.upsell-modal .btn-upsell-no:hover { border-color: var(--text-color-pure-white); color: var(--text-color-pure-white); }
.upsell-selector {
    margin: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}
.upsell-selector label {
    font-size: 16px;
    color: var(--text-color-pure-white);
    font-weight: 600;
}
.upsell-selector select {
    padding: 10px 16px;
    border-radius: 12px;
    background: var(--input-bg);
    border: 1px solid var(--border-white-alpha);
    color: var(--text-color-pure-white);
    font-size: 16px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    min-width: 100px;
    cursor: pointer;
    transition: border-color 0.3s;
}
.upsell-selector select:focus {
    border-color: var(--active-accent-color);
    outline: none;
}
.upsell-selector select option {
    background: var(--card-surface-color);
    color: var(--text-color-pure-white);
}
.savings-badge {
    display: none;
    background: #ff4444;
    color: #fff;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    margin-top: 8px;
    animation: savingsPulse 2s ease-in-out infinite;
    box-shadow: 0 0 20px rgba(255,68,68,0.3);
    align-items: center;
    gap: 8px;
}
.savings-badge.visible { display: inline-flex; }
@keyframes savingsPulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.05); } }
.success-checklist {
    text-align: left;
    background: var(--surface-alpha);
    border-radius: 16px;
    padding: 18px 22px;
    margin: 15px 0;
    border: 1px solid var(--border-white-alpha);
}
.success-checklist .check-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 6px 0;
    font-size: 14px;
    color: var(--text-color-pure-white);
}
.success-checklist .check-item .check-icon { font-size: 20px; flex-shrink: 0; }
.success-checklist .check-item .check-text { flex: 1; }
.success-checklist .check-item .check-text strong { color: var(--active-accent-color); }
.btn-extend {
    background: var(--active-accent-color);
    border: none;
    color: #fff;
    padding: 12px 28px;
    border-radius: 40px;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 12px;
    box-shadow: 0 4px 16px var(--active-accent-glow);
}
.btn-extend:hover { transform: scale(1.04); box-shadow: 0 8px 24px var(--active-accent-glow); }
body.light-theme.kick-theme-active .btn-extend { color: #000; }
.faq-section { margin-top: 60px; margin-bottom: 80px; max-width: 900px; margin-left: auto; margin-right: auto; }
.faq-title { text-align: center; font-size: clamp(24px, 5vw, 40px); margin-bottom: 40px; color: var(--text-color-pure-white); }
.faq-item { background-color: var(--surface-alpha); border: 1px solid var(--border-white-alpha); border-radius: 20px; margin-bottom: 15px; overflow: hidden; transition: all 0.4s ease; display: grid; grid-template-rows: auto 0fr; transition: grid-template-rows 0.4s ease; }
.faq-item.is-open { grid-template-rows: auto 1fr; }
.faq-item:hover { border-color: var(--active-accent-color); background-color: var(--surface-alpha-hover); box-shadow: 0 5px 15px var(--active-accent-glow); }
.faq-question { padding: 25px 30px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-family: 'JetBrains Mono', monospace; font-size: 16px; font-weight: 700; color: var(--text-color-pure-white); user-select: none; }
.faq-icon { color: var(--active-accent-color); font-size: 28px; font-weight: 300; line-height: 1; transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.faq-item.is-open .faq-icon { transform: rotate(45deg); }
.faq-answer { overflow: hidden; padding: 0 30px; color: var(--text-color-muted-gray); font-size: 14px; line-height: 1.6; opacity: 0; transition: opacity 0.4s ease, padding 0.4s ease; }
.faq-item.is-open .faq-answer { padding: 0 30px 25px 30px; opacity: 1; }
.site-footer { display: flex; justify-content: center; margin-top: 50px; margin-bottom: 30px; }
.tg-contact-anchor { display: inline-flex; align-items: center; gap: 12px; padding: 14px 28px; background-color: var(--surface-alpha); border: 1px solid var(--border-white-alpha); border-radius: 20px; color: var(--text-color-pure-white); font-family: 'Plus Jakarta Sans', sans-serif; font-size: 14px; font-weight: 700; text-transform: uppercase; text-decoration: none; letter-spacing: 1px; transition: all 0.4s ease; }
.tg-contact-anchor:hover { background-color: var(--surface-alpha-hover); border-color: var(--active-accent-color); box-shadow: 0 10px 25px var(--active-accent-glow); transform: translateY(-3px); color: var(--active-accent-color); }
.tg-contact-anchor .tg-icon {
    width: 28px; height: 28px; display: inline-block;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2329A9E1'%3E%3Cpath d='M24 4.5L21.3 19.5C21.1 20.6 20.4 20.9 19.5 20.4L13.8 16.1L10.9 18.9C10.7 19.1 10.5 19.3 10.1 19.3L10.4 13.5L19.9 4.9C20.3 4.6 19.8 4.4 19.4 4.7L8.1 12.1L2.6 10.1C1.5 9.7 1.5 8.9 2.8 8.4L21.9 2.2C22.9 1.9 23.9 2.5 24 4.5Z'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
}
.confidentiality-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-bottom: 80px; }
.confidentiality-card { background-color: var(--surface-alpha); border: 1px solid var(--border-white-alpha); border-radius: 30px; padding: 30px; transition: all 0.4s ease; text-align: center; position: relative; }
.confidentiality-card::after { content: ''; position: absolute; bottom: 0; left: 20%; width: 60%; height: 2px; background: var(--active-accent-color); opacity: 0; transition: opacity 0.4s; }
.confidentiality-card:hover::after { opacity: 0.5; }
.confidentiality-card:hover { border-color: var(--active-accent-color); transform: translateY(-5px); box-shadow: 0 5px 15px var(--active-accent-glow); }
.confidentiality-card svg { margin-bottom: 20px; filter: drop-shadow(0 0 10px var(--active-accent-glow)); }
.confidentiality-card h3 { font-size: 22px; margin-bottom: 15px; color: var(--active-accent-color); }
.confidentiality-card p { color: var(--text-color-muted-gray); font-size: 14px; line-height: 1.5; }
.cases-section { margin-bottom: 80px; }
.case-carousel { display: flex; gap: 20px; overflow-x: auto; padding: 10px 0 30px; scroll-snap-type: x mandatory; scroll-behavior: smooth; position: relative; }
.case-carousel .case-card { flex: 0 0 auto; width: 320px; scroll-snap-align: start; opacity: 0; transform: translateY(40px); transition: opacity 0.9s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.9s cubic-bezier(0.2, 0.8, 0.2, 1); }
.case-carousel .case-card.animate-in { opacity: 1; transform: translateY(0); }
.carousel-dots { display: flex; justify-content: center; gap: 10px; margin-top: 15px; }
.carousel-dots .dot { width: 10px; height: 10px; border-radius: 50%; background: var(--border-white-alpha); border: 1px solid var(--border-white-alpha); transition: all 0.3s; cursor: pointer; }
.carousel-dots .dot.active { background: var(--active-accent-color); border-color: var(--active-accent-color); box-shadow: 0 0 15px var(--active-accent-glow); transform: scale(1.2); }
.case-card { background: transparent !important; border: none !important; padding: 0 !important; border-radius: 0 !important; }
.case-card:hover .iphone-image-mockup { transform: scale(1.03); }
.case-card:hover .iphone-frame { filter: drop-shadow(0 35px 50px rgba(0,0,0,0.8)) drop-shadow(0 0 25px var(--active-accent-glow)); }
.iphone-image-mockup { perspective: 1000px; transform-style: preserve-3d; will-change: transform; transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1); margin: 0 auto; width: 100%; position: relative; }
.iphone-frame { position: relative; width: 100%; height: auto; z-index: 10; pointer-events: none; display: block; filter: drop-shadow(0 25px 35px rgba(0, 0, 0, 0.5)); transition: filter 0.4s ease; }
.iphone-screen-content { position: absolute; top: 2.5%; left: 5.5%; width: 89%; height: 95%; border-radius: 35px; overflow: hidden !important; z-index: 1; background-color: #000000; box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.6); }
.screen-img { width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block; }
.notification-popup {
    position: fixed; bottom: 30px; right: 30px; z-index: 9999; max-width: 380px; width: calc(100% - 60px); background: var(--card-surface-color);
    border: 1px solid var(--border-white-alpha); border-radius: 24px; box-shadow: 0 15px 35px rgba(0,0,0,0.3), 0 0 0 1px var(--active-accent-glow);
    backdrop-filter: blur(10px); transition: all 0.3s ease; animation: slideInRight 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.notification-popup-inner { position: relative; padding: 20px 24px; }
.notification-close { position: absolute; top: 12px; right: 16px; background: none; border: none; font-size: 28px; line-height: 1; cursor: pointer; color: var(--text-color-muted-gray); transition: color 0.2s; }
.notification-close:hover { color: var(--active-accent-color); }
.notification-title { font-weight: 800; font-size: 18px; margin-bottom: 12px; color: var(--active-accent-color); letter-spacing: -0.5px; }
.notification-text { font-size: 14px; line-height: 1.5; color: var(--text-color-pure-white); margin-bottom: 18px; }
.notification-link { display: inline-flex; align-items: center; gap: 8px; background: var(--active-accent-color); color: #000000; padding: 8px 18px; border-radius: 40px; font-size: 13px; font-weight: 700; text-decoration: none; transition: all 0.2s; margin-top: 8px; }
.notification-link:hover { opacity: 0.9; transform: translateX(4px); }
body.light-theme .notification-link { color: #ffffff; }
body.light-theme.kick-theme-active .notification-link { color: #000000; }
@keyframes slideInRight { from { opacity: 0; transform: translateX(100px); } to { opacity: 1; transform: translateX(0); } }
.floating-order-btn {
    position: fixed; bottom: 20px; left: 50%; transform: translateX(-50%) translateY(100px); background: var(--active-accent-color);
    color: #fff; padding: 16px 32px; border-radius: 60px; border: none; font-weight: 800; font-size: 18px; box-shadow: 0 10px 40px var(--active-accent-glow);
    z-index: 9998; transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.5s, bottom 0.3s; opacity: 0; cursor: pointer; white-space: nowrap;
}
.floating-order-btn.visible { transform: translateX(-50%) translateY(0); opacity: 1; }
.floating-order-btn.shifted { bottom: 100px; }
body.light-theme.kick-theme-active .floating-order-btn { color: #000; }
.carousel-controls { display: flex; justify-content: center; gap: 20px; margin-top: 20px; }
.carousel-controls button { background: var(--surface-alpha); border: 1px solid var(--border-white-alpha); color: var(--text-color-pure-white); width: 48px; height: 48px; border-radius: 50%; font-size: 24px; cursor: pointer; transition: 0.3s; }
.carousel-controls button:hover { background: var(--active-accent-color); border-color: var(--active-accent-color); color: #000; }
.reviews-section { margin: 80px 0; }
.review-card { background: var(--surface-alpha); border: 1px solid var(--border-white-alpha); border-radius: 24px; padding: 25px; display: flex; gap: 18px; align-items: flex-start; transition: 0.3s; }
.review-card:hover { border-color: var(--active-accent-color); transform: translateY(-5px); }
.review-avatar { width: 56px; height: 56px; border-radius: 50%; background: var(--active-accent-color); flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 24px; font-weight: 700; color: #fff; }
.review-content { flex: 1; }
.review-name { font-weight: 700; color: var(--text-color-pure-white); }
.review-stars { color: #ffd700; font-size: 14px; letter-spacing: 2px; }
.review-text { font-size: 14px; color: var(--text-color-muted-gray); margin-top: 6px; }
@media (max-width: 1100px) {
    .calculator-flex-row { flex-direction: column !important; padding: clamp(20px, 5vw, 40px) !important; }
    .tariff-info-section { grid-template-columns: 1fr; }
    .time-slots-grid { grid-template-columns: repeat(6, 1fr); }
}
@media (max-width: 650px) {
    header.site-header { padding-top: 15px; padding-bottom: 15px; }
    .time-slots-grid { grid-template-columns: repeat(4, 1fr) !important; }
    .receipt-total-value { font-size: 36px; }
    .calculator-monolith { border-radius: 30px; }
    .calculator-flex-row { padding: 16px !important; border-radius: 28px; }
    .faq-question { font-size: 14px; padding: 18px; }
    .faq-answer { padding: 0 18px; }
    .platform-selector-group { flex-direction: column; gap: 10px; }
    .tariff-selection-bar { flex-direction: column; gap: 5px; padding: 10px; }
    .notification-popup { left: 20px; right: 20px; bottom: 20px; max-width: none; width: auto; }
    .case-carousel .case-card { width: 260px; }
    .floating-order-btn { padding: 12px 24px; font-size: 16px; }
    .confidentiality-grid { grid-template-columns: 1fr; }
    .review-card { flex-direction: column; align-items: center; text-align: center; }
    .success-banner { padding: 30px 20px; }
    .step-loader-box { padding: 30px 20px; }
    .upsell-modal { padding: 30px 20px; }
}
.case-carousel::-webkit-scrollbar { height: 6px; }
.case-carousel::-webkit-scrollbar-track { background: var(--surface-alpha); }
.case-carousel::-webkit-scrollbar-thumb { background: var(--active-accent-color); border-radius: 10px; }

.promo-notification {
    display: none;
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%) translateY(-100px);
    background: var(--card-surface-color);
    border: 1px solid var(--active-accent-color);
    border-radius: 20px;
    padding: 16px 28px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.4), 0 0 30px var(--active-accent-glow);
    z-index: 10002;
    font-size: 16px;
    font-weight: 600;
    color: var(--text-color-pure-white);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s ease;
    opacity: 0;
    pointer-events: none;
    max-width: 90%;
    text-align: center;
}
.promo-notification.show {
    display: block;
    transform: translateX(-50%) translateY(0);
    opacity: 1;
    pointer-events: auto;
}
.promo-notification .promo-icon { margin-right: 12px; }

.spin-trigger-btn {
    position: fixed;
    bottom: 100px;
    right: 24px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffd700, #f0a500);
    border: none;
    font-size: 32px;
    cursor: pointer;
    box-shadow: 0 8px 30px rgba(255,215,0,0.4);
    z-index: 9997;
    transition: all 0.3s;
    color: #1a1a2e;
    display: flex;
    align-items: center;
    justify-content: center;
}
.spin-trigger-btn:hover { transform: scale(1.12); box-shadow: 0 12px 40px rgba(255,215,0,0.6); }
@media (max-width: 650px) {
    .spin-trigger-btn { bottom: 90px; right: 16px; width: 54px; height: 54px; font-size: 28px; }
    .floating-order-btn.shifted { bottom: 80px; }
}

.spin-modal {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.85);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}
.spin-modal.active { display: flex; }
.spin-content {
    background: var(--card-surface-color);
    border-radius: 40px;
    padding: 35px 30px 30px;
    max-width: 520px;
    width: 94%;
    text-align: center;
    position: relative;
    border: 2px solid var(--active-accent-color);
    box-shadow: 0 0 60px var(--active-accent-glow);
    animation: spinModalIn 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@keyframes spinModalIn {
    0% { transform: scale(0.8) translateY(30px); opacity: 0; }
    100% { transform: scale(1) translateY(0); opacity: 1; }
}
.spin-close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 32px;
    cursor: pointer;
    color: var(--text-color-muted-gray);
    transition: color 0.2s;
    line-height: 1;
}
.spin-close:hover { color: var(--active-accent-color); }
.spin-content h2 {
    font-size: 28px;
    margin-bottom: 6px;
    color: var(--text-color-pure-white);
}
.spin-content .subtitle {
    color: var(--text-color-muted-gray);
    font-size: 14px;
    margin-bottom: 20px;
}
.spin-stats {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--surface-alpha);
    border-radius: 16px;
    padding: 12px 18px;
    margin-bottom: 20px;
    border: 1px solid var(--border-white-alpha);
    font-size: 15px;
}
.spin-stats span:first-child { color: var(--text-color-muted-gray); }
.spin-stats strong { color: var(--active-accent-color); font-size: 20px; }
.spin-wheel-wrapper {
    position: relative;
    width: 260px;
    height: 260px;
    margin: 0 auto 20px;
}
.spin-wheel-wrapper canvas {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0 0 0 6px var(--active-accent-color), 0 0 30px var(--active-accent-glow);
    transition: transform 4s cubic-bezier(0.17, 0.67, 0.12, 0.99);
    background: #1a1a2e;
    display: block;
}
.spin-pointer {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 30px solid #ffd700;
    filter: drop-shadow(0 4px 8px rgba(255,215,0,0.8));
    z-index: 10;
}
.spin-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 10px;
}
.spin-btn {
    background: linear-gradient(135deg, var(--active-accent-color), var(--primary-cyan-color));
    border: none;
    color: #fff;
    padding: 16px 0;
    border-radius: 60px;
    font-weight: 800;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 8px 24px var(--active-accent-glow);
    letter-spacing: 1px;
    width: 100%;
}
.spin-btn:hover:not(:disabled) {
    transform: scale(1.02);
    box-shadow: 0 12px 32px var(--active-accent-glow);
}
.spin-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: scale(1);
}
.spin-timer {
    font-size: 14px;
    color: var(--text-color-muted-gray);
    background: var(--surface-alpha);
    padding: 8px 16px;
    border-radius: 30px;
    border: 1px solid var(--border-white-alpha);
    display: inline-block;
    margin: 0 auto;
}
.spin-timer strong { color: #ffd700; font-weight: 700; }
.spin-user {
    font-size: 13px;
    color: var(--text-color-muted-gray);
    background: var(--surface-alpha);
    padding: 6px 14px;
    border-radius: 30px;
    border: 1px solid var(--border-white-alpha);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
}
.spin-user span {
    color: var(--text-color-pure-white);
    font-weight: 600;
}
.spin-user .copy-btn {
    background: none;
    border: 1px solid var(--border-white-alpha);
    color: var(--text-color-muted-gray);
    padding: 2px 12px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 11px;
    transition: 0.2s;
}
.spin-user .copy-btn:hover {
    background: var(--active-accent-color);
    color: #000;
}
.spin-result {
    margin-top: 16px;
    font-size: 18px;
    font-weight: 700;
    min-height: 30px;
    color: var(--active-accent-color);
}
.spin-result .prize-detail {
    font-size: 14px;
    font-weight: 400;
    color: var(--text-color-muted-gray);
    margin-top: 4px;
}
.spin-result .promo-code-box {
    background: #0a0a12;
    padding: 8px 16px;
    border-radius: 8px;
    margin: 8px auto;
    font-family: monospace;
    font-size: 1.2rem;
    color: #ffd700;
    border: 1px dashed #ffd700;
    display: inline-block;
}
.confetti-container {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    pointer-events: none;
    z-index: 10003;
    overflow: hidden;
}
@media (max-width: 650px) {
    .spin-wheel-wrapper { width: 200px; height: 200px; }
    .spin-content { padding: 25px 20px 20px; }
    .spin-content h2 { font-size: 22px; }
    .spin-stats { font-size: 13px; padding: 10px 14px; }
}

.volume-discount-hint {
    font-size: 13px;
    color: var(--active-accent-color);
    margin-top: 4px;
    min-height: 20px;
    font-weight: 500;
    opacity: 0;
    transition: opacity 0.3s;
}
.volume-discount-hint.visible {
    opacity: 1;
}

.auth-modal-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.7);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    z-index: 10001;
    justify-content: center;
    align-items: center;
}
.auth-modal-overlay.active { display: flex; }
.auth-modal {
    background: var(--card-surface-color);
    border-radius: 40px;
    padding: 40px 35px;
    max-width: 400px;
    width: 100%;
    border: 2px solid var(--active-accent-color);
    box-shadow: 0 0 60px var(--active-accent-glow);
    animation: upsellPop 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}
.auth-modal h2 { color: var(--text-color-pure-white); text-align: center; margin-bottom: 20px; }
.auth-modal input {
    width: 100%;
    padding: 14px 16px;
    margin-bottom: 15px;
    background: var(--input-bg);
    border: 1px solid var(--border-white-alpha);
    border-radius: 12px;
    color: var(--text-color-pure-white);
    font-size: 16px;
}
.auth-modal button {
    width: 100%;
    padding: 14px;
    background: var(--active-accent-color);
    border: none;
    border-radius: 30px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
}
.auth-modal button:hover { opacity: 0.9; transform: scale(1.02); }
.auth-modal .switch-link {
    text-align: center;
    margin-top: 15px;
    color: var(--text-color-muted-gray);
    cursor: pointer;
}
.auth-modal .switch-link:hover { color: var(--active-accent-color); }
.auth-modal .close-modal {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    cursor: pointer;
    color: var(--text-color-muted-gray);
}
.auth-modal .close-modal:hover { color: var(--active-accent-color); }
.header-actions {
    position: absolute;
    right: 20px;
    top: 30px;
    display: flex;
    gap: 15px;
    align-items: center;
}
.header-actions .auth-btn {
    color: var(--text-color-muted-gray);
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    transition: 0.3s;
    background: none;
    border: none;
}
.header-actions .auth-btn:hover { color: var(--active-accent-color); }
.header-actions .auth-btn.dashboard-link {
    color: var(--active-accent-color);
    border: 1px solid var(--active-accent-color);
    padding: 6px 16px;
    border-radius: 30px;
}
.header-actions .auth-btn.dashboard-link:hover {
    background: var(--active-accent-color);
    color: #fff;
}
@media (max-width: 650px) {
    .header-actions { top: 20px; right: 12px; gap: 8px; }
    .header-actions .auth-btn { font-size: 12px; }
}

.error-modal-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.75);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 10001;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.error-modal-overlay.active { display: flex; }
.error-modal {
    background: var(--card-surface-color);
    border-radius: 40px;
    padding: 40px 35px;
    max-width: 420px;
    width: 100%;
    border: 2px solid #ff4444;
    box-shadow: 0 0 60px rgba(255,68,68,0.3);
    text-align: center;
    animation: errorPop 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@keyframes errorPop {
    0% { transform: scale(0.8) translateY(30px); opacity: 0; }
    100% { transform: scale(1) translateY(0); opacity: 1; }
}
.error-modal .error-icon {
    font-size: 56px;
    margin-bottom: 10px;
}
.error-modal h2 {
    color: var(--text-color-pure-white);
    font-size: 26px;
    margin-bottom: 8px;
}
.error-modal p {
    color: var(--text-color-muted-gray);
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.error-close-btn {
    background: var(--active-accent-color);
    border: none;
    color: #fff;
    padding: 12px 40px;
    border-radius: 60px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 4px 16px var(--active-accent-glow);
}

.icon {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    color: var(--active-accent-color);
    flex-shrink: 0;
}

.faq-item.is-open .faq-icon svg {
    transform: rotate(45deg);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.spin-prizes-list::-webkit-scrollbar {
    width: 4px;
}
.spin-prizes-list::-webkit-scrollbar-thumb {
    background: var(--active-accent-color);
    border-radius: 4px;
}

.error-close-btn:hover { transform: scale(1.04); box-shadow: 0 8px 24px var(--active-accent-glow); }
body.light-theme.kick-theme-active .error-close-btn { color: #000; }