:root{--bg: #f8f6ff;--bg-end: #e8e4f8;--card-bg: #ffffff;--text: #1f1b2e;--muted: #5c5675;--placeholder: #8b85a0;--border: #d4cfe8;--input-bg: #ffffff;--accent: #6d28d9;--accent-light: #8b5cf6;--focus-ring: rgba(109, 40, 217, .2);--btn-text: #fff;--error: #dc2626;--success-bg: #f0fdf4;--success-border: #bbf7d0}*{box-sizing:border-box}body{margin:0;min-height:100vh;font-family:Segoe UI,system-ui,-apple-system,sans-serif;background:linear-gradient(135deg,var(--bg) 0%,var(--bg-end) 50%,#e0dcf0 100%);color:var(--text);-webkit-font-smoothing:antialiased}#root{min-height:100vh}.page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem;box-sizing:border-box}.layout{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:2.5rem;max-width:900px;width:100%;flex-wrap:wrap}.flyer-wrap{flex-shrink:0;border-radius:16px;overflow:hidden;box-shadow:0 12px 40px #6d28d926,0 4px 12px #00000014;max-width:340px;background:var(--card-bg)}.flyer{display:block;width:100%;height:auto;vertical-align:middle}.form-section{flex:1;min-width:280px;max-width:380px;background:var(--card-bg);padding:1.75rem;border-radius:16px;box-shadow:0 12px 40px #6d28d91a,0 4px 12px #0000000f}.event-title{font-family:Georgia,Times New Roman,serif;font-size:clamp(1.1rem,2.8vw,1.3rem);font-weight:600;letter-spacing:.06em;color:var(--text);margin:0 0 .35rem;line-height:1.35}.tagline{font-size:.9rem;color:var(--muted);margin:0 0 1.25rem}.form{display:flex;flex-direction:column;gap:.65rem}.label{font-size:.8rem;font-weight:600;color:var(--muted);margin-bottom:-.15rem}.input{width:100%;padding:.75rem .9rem;font-size:1rem;border:1px solid var(--border);border-radius:10px;background:var(--input-bg);color:var(--text);transition:border-color .2s,box-shadow .2s;box-sizing:border-box}.input::placeholder{color:var(--placeholder)}.input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--focus-ring)}.phone-row{display:flex;gap:.5rem}.country-select{width:9rem;flex-shrink:0;cursor:pointer}.phone-input{flex:1;min-width:0}.error-msg{font-size:.85rem;color:var(--error);margin:0}.btn{padding:.8rem 1.35rem;font-size:1rem;font-weight:600;border:none;border-radius:10px;cursor:pointer;transition:transform .15s,box-shadow .2s;margin-top:.35rem}.btn:active{transform:scale(.98)}.btn:disabled{opacity:.8;cursor:not-allowed}.btn-primary{background:linear-gradient(135deg,var(--accent) 0%,var(--accent-light) 100%);color:var(--btn-text);box-shadow:0 4px 14px #6d28d959}.btn-primary:hover:not(:disabled){box-shadow:0 6px 20px #6d28d966}.btn-secondary{background:var(--border);color:var(--text);margin-top:1rem}.btn-secondary:hover{background:#c9c4e0}.success-page{padding:1.5rem}.success-card{max-width:400px;text-align:center;padding:2rem;background:var(--card-bg);border-radius:16px;box-shadow:0 12px 40px #6d28d91f,0 4px 12px #0000000f;border:1px solid var(--success-border);background:var(--success-bg)}.success-greeting{font-family:Georgia,serif;font-size:1.6rem;font-weight:600;color:var(--text);margin:0 0 .75rem}.success-message{font-size:.95rem;line-height:1.55;color:var(--muted);margin:0}@media(max-width:640px){.layout{flex-direction:column;gap:1.5rem}.flyer-wrap{max-width:100%}}
