/* Vacation Countdown Frontend Styles */
.vc-form-container { max-width: 900px; margin: 40px auto; padding: 40px; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); border-radius: 25px; box-shadow: 0 20px 60px rgba(0,0,0,.2); }
.vc-form-title { text-align: center; color: #fff; font-size: 1.8rem; margin-bottom: 30px; text-shadow: 2px 2px 4px rgba(0,0,0,.2); }
.vc-form { background: #fff; padding: 40px; border-radius: 20px; box-shadow: 0 10px 40px rgba(0,0,0,.1); }
.vc-form-group { margin-bottom: 25px; }
.vc-form-group label { display: block; font-weight: 600; color: #2d3436; margin-bottom: 10px; }
.vc-form-group input, .vc-form-group select { width: 100%; padding: 14px 18px; font-size: 1rem; border: 2px solid #dfe6e9; border-radius: 12px; transition: all .3s; font-family: inherit; }
.vc-form-group input:focus, .vc-form-group select:focus { outline: none; border-color: #667eea; box-shadow: 0 0 0 4px rgba(102,126,234,.15); }

/* Two column layout for larger screens */
.vc-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
@media (max-width: 600px) { .vc-form-row { grid-template-columns: 1fr; } }

.vc-background-selector { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.vc-bg-option { aspect-ratio: 16/9; border-radius: 12px; cursor: pointer; display: flex; align-items: flex-end; justify-content: center; padding: 8px; transition: all .3s; border: 3px solid transparent; overflow: hidden; position: relative; }
.vc-bg-option .vc-bg-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.vc-bg-name { position: relative; z-index: 1; font-size: .75rem; color: #fff; text-shadow: 1px 1px 3px rgba(0,0,0,.5); font-weight: 600; background: rgba(0,0,0,.3); padding: 4px 8px; border-radius: 6px; }
.vc-bg-option:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(0,0,0,.2); }
.vc-bg-option.selected { border-color: #00b894; box-shadow: 0 0 0 4px rgba(0,184,148,.3); }

.vc-icon-selector { display: flex; flex-wrap: wrap; gap: 10px; }
.vc-icon-option { width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; background: #f8f9fa; border-radius: 12px; cursor: pointer; transition: all .3s; border: 3px solid transparent; }
.vc-icon-option:hover { background: #e9ecef; transform: scale(1.1); }
.vc-icon-option.selected { border-color: #00b894; background: rgba(0,184,148,.1); }

.vc-submit-btn { width: 100%; padding: 16px 30px; font-size: 1.1rem; font-weight: 600; color: #fff; background: linear-gradient(135deg, #00b894 0%, #00cec9 100%); border: none; border-radius: 12px; cursor: pointer; transition: all .3s; box-shadow: 0 5px 20px rgba(0,184,148,.4); font-family: inherit; }
.vc-submit-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,184,148,.5); }
.vc-submit-btn:disabled { opacity: .7; cursor: not-allowed; }

/* Result section with sharing */
.vc-result { background: #fff; padding: 40px; border-radius: 20px; margin-top: 25px; box-shadow: 0 10px 40px rgba(0,0,0,.1); }
.vc-result h3 { color: #2d3436; margin-bottom: 25px; font-size: 1.5rem; text-align: center; }

.vc-result-preview { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); border-radius: 15px; padding: 25px; margin-bottom: 25px; text-align: center; color: #fff; }
.vc-result-destination { font-size: 1.4rem; font-weight: 700; margin-bottom: 5px; }
.vc-result-date { font-size: .9rem; opacity: .9; }

/* Share section in result */
.vc-share-section { margin-bottom: 25px; padding-bottom: 25px; border-bottom: 2px solid #eee; }
.vc-share-title { font-size: .9rem; color: #636e72; margin-bottom: 15px; font-weight: 600; text-align: center; }
.vc-share-buttons { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-bottom: 20px; }
.vc-share-btn { display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; text-decoration: none; transition: all .2s; border: none; cursor: pointer; }
.vc-share-btn:hover { transform: translateY(-3px); box-shadow: 0 5px 15px rgba(0,0,0,.25); }
.vc-share-btn svg { width: 24px; height: 24px; fill: #fff; }
.vc-share-fb { background: #1877f2; }
.vc-share-tw { background: #1da1f2; }
.vc-share-wa { background: #25d366; }
.vc-share-em { background: #ea4335; }

/* Copy link */
.vc-copy-section { margin-bottom: 25px; }
.vc-copy-row { display: flex; gap: 10px; max-width: 500px; margin: 0 auto; }
.vc-copy-row input { flex: 1; padding: 12px 15px; border: 2px solid #dfe6e9; border-radius: 10px; font-size: .9rem; font-family: monospace; background: #f8f9fa; }
.vc-copy-btn { padding: 12px 20px; background: #00b894; color: #fff; border: none; border-radius: 10px; cursor: pointer; font-weight: 600; font-size: .9rem; transition: all .2s; }
.vc-copy-btn:hover { background: #00a884; }
.vc-copy-btn.copied { background: #6c5ce7; }

/* Email section */
.vc-email-section { background: #f8f9fa; border-radius: 15px; padding: 25px; margin-bottom: 25px; }
.vc-email-section h4 { color: #2d3436; margin-bottom: 10px; font-size: 1rem; }
.vc-email-section p { color: #636e72; font-size: .85rem; margin-bottom: 15px; }
.vc-email-row { display: flex; gap: 10px; }
.vc-email-row input { flex: 1; padding: 12px 15px; border: 2px solid #dfe6e9; border-radius: 10px; font-size: .9rem; }
.vc-email-row input:focus { outline: none; border-color: #667eea; }
.vc-email-btn { padding: 12px 20px; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: #fff; border: none; border-radius: 10px; cursor: pointer; font-weight: 600; font-size: .9rem; transition: all .2s; white-space: nowrap; }
.vc-email-btn:hover { transform: translateY(-2px); box-shadow: 0 5px 15px rgba(102,126,234,.4); }
.vc-email-btn:disabled { opacity: .7; cursor: not-allowed; }
.vc-email-success { color: #00b894; font-size: .85rem; margin-top: 10px; display: none; }
.vc-email-error { color: #e74c3c; font-size: .85rem; margin-top: 10px; display: none; }

.vc-preview-btn { display: inline-block; padding: 14px 30px; font-weight: 600; color: #fff; background: linear-gradient(135deg, #ff6b6b 0%, #feca57 100%); border-radius: 12px; text-decoration: none; transition: all .3s; font-size: 1rem; }
.vc-preview-btn:hover { transform: translateY(-2px); color: #fff; box-shadow: 0 8px 25px rgba(255,107,107,.4); }

.vc-new-btn { display: block; width: 100%; padding: 14px 25px; font-weight: 600; color: #636e72; background: #f8f9fa; border: 2px solid #dfe6e9; border-radius: 12px; cursor: pointer; transition: all .3s; font-family: inherit; font-size: .95rem; margin-top: 15px; }
.vc-new-btn:hover { background: #e9ecef; }

.vc-result-actions { text-align: center; }

@media (max-width: 600px) {
    .vc-form-container { margin: 20px; padding: 20px; }
    .vc-form { padding: 25px; }
    .vc-background-selector { grid-template-columns: repeat(2, 1fr); }
    .vc-copy-row, .vc-email-row { flex-direction: column; }
    .vc-icon-option { width: 45px; height: 45px; font-size: 1.5rem; }
}
