.elite-cf2 { max-width: 680px; margin: 0 auto; font-family: inherit; }
.elite-cf2-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 24px; opacity: 0; transform: translateY(12px); animation: eliteFadeIn 0.5s ease forwards; }
.elite-cf2-row.full { grid-template-columns: 1fr; }
.elite-cf2-row:nth-child(2) { animation-delay: 0.05s; }
.elite-cf2-row:nth-child(3) { animation-delay: 0.1s; }
.elite-cf2-row:nth-child(4) { animation-delay: 0.15s; }
.elite-cf2-row:nth-child(5) { animation-delay: 0.2s; }
@keyframes eliteFadeIn { to { opacity: 1; transform: translateY(0); } }
.elite-cf2-group { position: relative; }
.elite-cf2-group input, .elite-cf2-group select, .elite-cf2-group textarea { width: 100%; padding: 20px 18px 10px; font-size: 15px; font-family: inherit; color: #0A0A0A; background: #fff; border: 1.5px solid #e0e0e0; border-radius: 10px; outline: none; transition: border-color 0.25s, box-shadow 0.25s, background 0.25s; -webkit-appearance: none; appearance: none; }
.elite-cf2-group textarea { padding: 24px 18px 14px; min-height: 140px; resize: vertical; line-height: 1.6; }
.elite-cf2-group select { cursor: pointer; background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%230A0A0A' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 16px center; padding-right: 44px; }
.elite-cf2-group label { position: absolute; left: 18px; top: 18px; font-size: 15px; color: #999; pointer-events: none; transition: all 0.2s ease; background: transparent; padding: 0 4px; }
.elite-cf2-group textarea ~ label { top: 22px; }
.elite-cf2-group input:focus ~ label, .elite-cf2-group input:not(:placeholder-shown) ~ label, .elite-cf2-group textarea:focus ~ label, .elite-cf2-group textarea:not(:placeholder-shown) ~ label { top: 6px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: #0A0A0A; }
.elite-cf2-group select:focus ~ label, .elite-cf2-group select:has(option:checked:not([value=""])) ~ label { top: 6px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: #0A0A0A; }
.elite-cf2-group input:focus, .elite-cf2-group select:focus, .elite-cf2-group textarea:focus { border-color: #DCFF48; box-shadow: 0 0 0 4px rgba(220,255,72,0.2); background: #fff; }
.elite-cf2-group input.has-value, .elite-cf2-group select.has-value, .elite-cf2-group textarea.has-value { border-color: #2ecc71; background: #fafff5; }
.elite-cf2-group input.error, .elite-cf2-group select.error, .elite-cf2-group textarea.error { border-color: #e74c3c !important; box-shadow: 0 0 0 4px rgba(231,76,60,0.12) !important; background: #fff5f5; }
.elite-cf2-group input.error ~ label, .elite-cf2-group select.error ~ label, .elite-cf2-group textarea.error ~ label { color: #e74c3c !important; }
.elite-cf2-check { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); width: 20px; height: 20px; opacity: 0; transition: opacity 0.3s; }
.elite-cf2-check.visible { opacity: 1; }
.elite-cf2-check svg { display: block; }
.elite-cf2-check.valid svg { stroke: #2ecc71; }
.elite-cf2-check.invalid svg { stroke: #e74c3c; }
.elite-cf2-group textarea ~ .elite-cf2-check { top: 24px; transform: none; }
.elite-cf2-err { font-size: 12px; color: #e74c3c; margin-top: 4px; margin-left: 2px; min-height: 0; max-height: 0; overflow: hidden; transition: all 0.25s; }
.elite-cf2-err.show { min-height: 18px; max-height: 40px; }
.elite-cf2-counter { text-align: right; font-size: 11px; color: #bbb; margin-top: 4px; transition: color 0.2s; }
.elite-cf2-counter.warning { color: #f39c12; }
.elite-cf2-counter.over { color: #e74c3c; }
.elite-cf2-btn-wrap { display: flex; align-items: center; justify-content: flex-start; gap: 16px; flex-wrap: wrap; }
.elite-cf2-btn { display: inline-flex; align-items: center; gap: 10px; padding: 18px 40px; background: #0A0A0A; color: #fff; border: none; border-radius: 999px; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; cursor: pointer; transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1); font-family: inherit; position: relative; overflow: hidden; }
.elite-cf2-btn::before { content: ""; position: absolute; inset: 0; background: #DCFF48; transform: translateX(-100%); transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
.elite-cf2-btn:hover::before { transform: translateX(0); }
.elite-cf2-btn:hover { color: #0A0A0A; }
.elite-cf2-btn span, .elite-cf2-btn svg { position: relative; z-index: 1; }
.elite-cf2-btn:hover svg { stroke: #0A0A0A; }
.elite-cf2-btn:disabled { opacity: 0.5; cursor: not-allowed; transform: none !important; }
.elite-cf2-btn:disabled::before { display: none; }
.elite-cf2-btn:disabled:hover { color: #fff; }
.elite-cf2-btn svg { width: 18px; height: 18px; stroke: #fff; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transition: stroke 0.3s; }
.elite-cf2-spinner { width: 18px; height: 18px; border: 2px solid rgba(255,255,255,0.3); border-top-color: #fff; border-radius: 50%; animation: eliteSpin 0.6s linear infinite; display: none; }
.elite-cf2-btn.loading .elite-cf2-btn-text { display: none; }
.elite-cf2-btn.loading .elite-cf2-spinner { display: inline-block; }
.elite-cf2-btn.loading .elite-cf2-btn-arrow { display: none; }
@keyframes eliteSpin { to { transform: rotate(360deg); } }
.elite-cf2-msg-global { font-size: 14px; padding: 14px 18px; border-radius: 10px; margin-bottom: 16px; display: none; align-items: center; gap: 10px; }
.elite-cf2-msg-global.error { display: flex; background: #fff5f5; border: 1px solid #fdd; color: #c0392b; }
.elite-cf2-msg-global.success { display: flex; background: #f0fff4; border: 1px solid #b2f2bb; color: #2e7d32; }
.elite-cf2-privacy { font-size: 12px; color: #aaa; margin-top: 8px; width: 100%; }
.elite-cf2-success { text-align: center; padding: 80px 20px; opacity: 0; transform: translateY(20px); animation: eliteSuccessIn 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards; }
@keyframes eliteSuccessIn { to { opacity: 1; transform: translateY(0); } }
.elite-cf2-success-icon { width: 72px; height: 72px; margin: 0 auto 24px; background: #2ecc71; border-radius: 50%; display: flex; align-items: center; justify-content: center; animation: eliteBounce 0.5s cubic-bezier(0.34, 1.56, 0.64, 1); }
@keyframes eliteBounce { 0% { transform: scale(0); } 60% { transform: scale(1.15); } 100% { transform: scale(1); } }
.elite-cf2-success-icon svg { width: 32px; height: 32px; stroke: #fff; stroke-width: 2.5; fill: none; }
.elite-cf2-success h3 { font-size: 28px; font-weight: 900; text-transform: uppercase; color: #0A0A0A; margin: 0 0 8px; letter-spacing: -0.02em; }
.elite-cf2-success p { font-size: 15px; color: #666; margin: 0; max-width: 400px; margin-left: auto; margin-right: auto; line-height: 1.6; }
.elite-cf2-success-email { display: inline-block; margin-top: 20px; padding: 10px 24px; background: #f5f5f5; border-radius: 999px; font-size: 13px; color: #0A0A0A; font-weight: 600; }
@media (max-width: 640px) { .elite-cf2-row { grid-template-columns: 1fr; gap: 18px; } .elite-cf2-btn { width: 100%; justify-content: center; } }