﻿/* Core Styles */
.ats-concept-wrapper { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; color: #111827; max-width: 1200px; margin: 0 auto; background: #fafafa; padding: 40px; }
.ats-title-main { font-size: 56px; font-weight: 800; color: #0c2340; line-height: 1.1; margin-bottom: 10px; }
.ats-text-red { color: #AB0E1E; }
.ats-subtitle { font-size: 20px; color: #4b5563; margin-bottom: 40px; }

.ats-red-banner { background: #AB0E1E; color: white; border-radius: 12px; padding: 40px; display: flex; justify-content: space-between; margin-bottom: 40px; }
.ats-banner-left h2 { font-size: 42px; margin: 10px 0 5px 0; font-weight: 700; color: white; }
.ats-eyebrow-white { font-size: 14px; font-weight: 700; letter-spacing: 1px; opacity: 0.9; }
.ats-pricing-grid { display: flex; gap: 40px; margin-top: 30px; }
.ats-price-label { font-size: 13px; font-weight: 600; opacity: 0.9; }
.ats-price-val { font-size: 36px; font-weight: 800; line-height: 1; margin: 8px 0; }
.ats-price-date { font-size: 13px; opacity: 0.8; }
.ats-price-normal { opacity: 0.7; border-left: 2px solid rgba(255,255,255,0.2); padding-left: 40px; }
.ats-banner-right { display: flex; flex-direction: column; gap: 25px; justify-content: center; }
.ats-feature { display: flex; align-items: center; gap: 15px; font-size: 18px; font-weight: 500; }
.ats-icon { margin-right: 8px; font-size: 20px; }

.ats-section-heading { font-size: 24px; color: #0c2340; font-weight: 700; margin-bottom: 20px; }
.ats-roadshow-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 40px; }
.ats-card { background: white; border-radius: 12px; padding: 25px; box-shadow: 0 4px 6px rgba(0,0,0,0.05); }
.ats-card-header { font-size: 18px; color: #0c2340; margin-bottom: 15px; line-height: 1.4; }
.ats-card-header strong { font-size: 22px; }
.ats-icon-red { color: #AB0E1E; margin-right: 8px; font-size: 20px; }
.ats-icon-gray { color: #6b7280; margin-right: 8px; }
.ats-card-loc, .ats-card-cap { color: #4b5563; margin-bottom: 10px; font-size: 15px; }
.ats-card-cap { background: #f3f4f6; display: inline-block; padding: 8px 12px; border-radius: 6px; margin-top: 5px; }

/* Wizard & Forms */
.ats-form-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 40px; }
.ats-form-desc { color: #6b7280; margin-bottom: 30px; font-size: 15px; }
.ats-process-steps { display: flex; justify-content: space-between; border-bottom: 2px solid #e5e7eb; padding-bottom: 20px; margin-bottom: 30px; }
.ats-step { font-size: 14px; color: #9ca3af; display: flex; align-items: center; gap: 10px; font-weight: 500; transition: color 0.3s; }
.ats-step.active { color: #0c2340; font-weight: 700; }
.ats-step-num { background: #e5e7eb; color: white; width: 28px; height: 28px; display: flex; align-items: center; justify-content: center; border-radius: 50%; transition: background 0.3s; }
.ats-step.active .ats-step-num { background: #AB0E1E; }

.ats-wizard-step { animation: fadeIn 0.4s ease-in-out; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

.ats-input-group { display: flex; flex-direction: column; gap: 10px; margin-bottom: 25px; }
.ats-input-group label { font-size: 14px; color: #6b7280; line-height: 1.4; }
.ats-input-group label strong { color: #0c2340; font-size: 16px; }
select, input { padding: 14px; border: 1px solid #d1d5db; border-radius: 8px; font-size: 16px; color: #111827; background: #fff; width: 100%; box-sizing: border-box; }
select:focus, input:focus { outline: none; border-color: #AB0E1E; box-shadow: 0 0 0 3px rgba(171,14,30,0.1); }

.ats-buyer-wrapper { margin-bottom: 30px; }
.ats-buyer-wrapper label { display: block; margin-bottom: 15px; color: #6b7280; font-size: 14px; }
.ats-buyer-wrapper label strong { color: #0c2340; font-size: 16px; }
.ats-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.ats-grid-2 .full-width { grid-column: 1 / -1; }

.ats-delegates-wrapper { margin-bottom: 30px; }
.ats-delegates-wrapper label { display: block; margin-bottom: 15px; color: #6b7280; font-size: 14px; }
.ats-delegates-wrapper label strong { color: #0c2340; font-size: 16px; }

.ats-del-accordion { border: 1px solid #e5e7eb; border-radius: 8px; margin-bottom: 15px; background: white; overflow: hidden; }
.ats-del-head { padding: 18px 20px; display: flex; justify-content: space-between; cursor: pointer; font-weight: 600; color: #0c2340; background: #f9fafb; border-bottom: 1px solid #e5e7eb; transition: background 0.2s; }
.ats-del-head:hover { background: #f3f4f6; }
.ats-del-body { padding: 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }

.ats-wizard-actions { display: flex; gap: 15px; margin-top: 30px; padding-top: 20px; border-top: 1px solid #e5e7eb; }
.ats-btn-next, .ats-submit-btn { background: #AB0E1E; color: white; border: none; padding: 14px 28px; border-radius: 8px; font-size: 16px; font-weight: 700; cursor: pointer; transition: background 0.2s; flex-grow: 1; text-align: center; }
.ats-btn-next:hover, .ats-submit-btn:hover { background: #8B0A18; }
.ats-btn-prev { background: white; color: #4b5563; border: 1px solid #d1d5db; padding: 14px 28px; border-radius: 8px; font-size: 16px; font-weight: 700; cursor: pointer; transition: background 0.2s; }
.ats-btn-prev:hover { background: #f3f4f6; }

.ats-review-container { background: white; padding: 25px; border-radius: 8px; border: 1px solid #e5e7eb; margin-bottom: 20px; }
.ats-review-container h4 { margin-top: 0; color: #0c2340; margin-bottom: 20px; border-bottom: 1px solid #e5e7eb; padding-bottom: 10px; }
.ats-rev-block { margin-bottom: 15px; }
.ats-rev-block strong { color: #0c2340; display: block; margin-bottom: 5px; }
.ats-rev-block p { margin: 0; color: #4b5563; font-size: 15px; line-height: 1.5; }
.ats-security-note { font-size: 13px; color: #6b7280; display: flex; align-items: center; gap: 8px; margin-top: 20px; }
#ats-form-status { margin-top: 15px; font-weight: 600; text-align: center; }

/* Sidebar */
.ats-summary-box { background: white; border-radius: 12px; padding: 30px; box-shadow: 0 4px 20px rgba(0,0,0,0.04); position: sticky; top: 20px; }
.ats-summary-title { font-size: 18px; color: #0c2340; font-weight: 700; margin: 0 0 20px 0; }
.ats-sum-row { display: flex; justify-content: space-between; margin-bottom: 15px; font-size: 15px; color: #4b5563; }
.ats-sum-row strong { color: #111827; }
.ats-sum-row.ats-total { font-size: 20px; font-weight: 800; margin-top: 15px; }
.ats-sum-row.ats-total strong { font-size: 24px; }

.ats-bacs-details { background: #fdf2f2; border-radius: 8px; padding: 20px; margin-top: 30px; border-left: 4px solid #AB0E1E; }
.ats-bacs-head { font-weight: 700; color: #AB0E1E; margin-bottom: 15px; display: flex; align-items: center; gap: 8px; }
.ats-bacs-body { font-size: 14px; color: #111827; line-height: 1.6; }
.ats-bacs-info { background: #f0f7ff; border-radius: 8px; padding: 15px; margin-top: 15px; font-size: 12px; color: #1e3a8a; line-height: 1.5; }

/* Responsive */
@media (max-width: 900px) {
    .ats-form-grid, .ats-pricing-grid, .ats-roadshow-cards, .ats-grid-2 { grid-template-columns: 1fr; }
    .ats-red-banner { flex-direction: column; }
    .ats-process-steps { display: none; }
    .ats-del-body { grid-template-columns: 1fr; }
    .ats-concept-wrapper { padding: 20px; }
    .ats-title-main { font-size: 36px; }
}

/* Calendar Success Buttons */
.ats-cal-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
}
.ats-google {
    background: #4285F4;
    color: white;
}
.ats-google:hover {
    background: #3367d6;
    color: white;
}
.ats-apple {
    background: #111827;
    color: white;
}
.ats-apple:hover {
    background: #000;
    color: white;
}
