/* ── Attica Movers Quote Form ── */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap');

:root {
    --aq-gold:       #C9952A;
    --aq-gold-hover: #a87a22;
    --aq-dark:       #1F2124;
    --aq-ivory:      #FAF8F4;
    --aq-white:      #FFFFFF;
    --aq-border:     rgba(0,0,0,0.12);
    --aq-text:       #1F2124;
    --aq-muted:      rgba(0,0,0,0.4);
    --aq-radius:     8px;
    --aq-transition: 0.2s ease;
}

.aq-wrapper {
    font-family: 'Manrope', sans-serif;
    max-width: 680px;
    margin: 0 auto;
    padding: 2rem;
    background: var(--aq-white);
    border-radius: 12px;
    box-shadow: 0 4px 40px rgba(0,0,0,0.08);
}

/* ── Progress Bar ── */
.aq-progress {
    background: rgba(0,0,0,0.08);
    border-radius: 99px;
    height: 3px;
    margin-bottom: 0.5rem;
    overflow: hidden;
}

.aq-progress-bar {
    height: 3px;
    background: var(--aq-gold);
    border-radius: 99px;
    transition: width 0.4s ease;
    width: 20%;
}

.aq-step-indicator {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--aq-muted);
    margin-bottom: 2rem;
}

/* ── Steps ── */
.aq-step {
    display: none;
    animation: aqFadeIn 0.3s ease;
}

.aq-step.active {
    display: block;
}

@keyframes aqFadeIn {
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: translateY(0); }
}

.aq-step-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--aq-dark);
    margin: 0 0 0.4rem;
    letter-spacing: -0.01em;
}

.aq-step-subtitle {
    font-size: 14px;
    color: var(--aq-muted);
    margin: 0 0 1.8rem;
}

/* ── Radio Cards ── */
.aq-radio-group {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.aq-radio-group--small {
    grid-template-columns: 1fr;
}

.aq-radio-card {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.9rem 1.1rem;
    background: var(--aq-white);
    border: 1.5px solid var(--aq-border);
    border-radius: var(--aq-radius);
    cursor: pointer;
    transition: border-color var(--aq-transition), background var(--aq-transition);
    position: relative;
}

.aq-radio-card:hover {
    border-color: var(--aq-gold);
    background: var(--aq-ivory);
}

.aq-radio-card input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.aq-radio-card input[type="radio"]:checked + .aq-radio-icon,
.aq-radio-card input[type="radio"]:checked ~ .aq-radio-label {
    color: var(--aq-dark);
}

.aq-radio-card:has(input:checked) {
    border-color: var(--aq-gold);
    background: var(--aq-ivory);
    box-shadow: 0 0 0 3px rgba(201,149,42,0.1);
}

.aq-radio-icon {
    font-size: 20px;
    flex-shrink: 0;
}

.aq-radio-label {
    font-size: 13px;
    font-weight: 500;
    color: var(--aq-dark);
    line-height: 1.4;
}

.aq-radio-label small {
    display: block;
    font-size: 11px;
    color: var(--aq-muted);
    font-weight: 400;
    margin-top: 2px;
}

/* ── Divider ── */
.aq-divider {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 1.5rem 0 1rem;
    color: var(--aq-muted);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.aq-divider::before,
.aq-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--aq-border);
}

/* ── Form Grid ── */
.aq-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
}

.aq-form-group--full {
    grid-column: 1 / -1;
}

.aq-label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--aq-dark);
    margin-bottom: 0.4rem;
}

.aq-required {
    color: var(--aq-gold);
}

.aq-optional {
    color: var(--aq-muted);
    font-weight: 400;
    font-size: 11px;
}

.aq-input,
.aq-select,
.aq-textarea {
    width: 100%;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    color: var(--aq-dark);
    background: var(--aq-white);
    border: 1.5px solid var(--aq-border);
    border-radius: 6px;
    padding: 0.75rem 1rem;
    transition: border-color var(--aq-transition), box-shadow var(--aq-transition);
    box-sizing: border-box;
    appearance: none;
}

.aq-input:focus,
.aq-select:focus,
.aq-textarea:focus {
    border-color: var(--aq-gold);
    outline: none;
    box-shadow: 0 0 0 3px rgba(201,149,42,0.12);
}

.aq-select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23C9952A' stroke-width='2.5'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    padding-right: 2.5rem;
    cursor: pointer;
}

.aq-textarea {
    resize: vertical;
    min-height: 100px;
}

/* ── Route Arrow ── */
.aq-route-arrow {
    text-align: center;
    font-size: 24px;
    color: var(--aq-gold);
    margin: 0.5rem 0;
}

/* ── GDPR ── */
.aq-gdpr {
    margin: 1.5rem 0;
    padding: 1rem;
    background: var(--aq-ivory);
    border-radius: var(--aq-radius);
}

.aq-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    cursor: pointer;
}

.aq-checkbox input[type="checkbox"] {
    width: 17px;
    height: 17px;
    margin-top: 2px;
    flex-shrink: 0;
    accent-color: var(--aq-gold);
    cursor: pointer;
}

.aq-checkbox-label {
    font-size: 12.5px;
    color: rgba(0,0,0,0.6);
    line-height: 1.5;
}

.aq-checkbox-label a {
    color: var(--aq-gold);
    text-decoration: none;
}

.aq-checkbox-label a:hover {
    text-decoration: underline;
}

/* ── Buttons ── */
.aq-actions {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-top: 1.5rem;
}

.aq-btn {
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.03em;
    padding: 0.85rem 2rem;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    transition: background var(--aq-transition), color var(--aq-transition), border-color var(--aq-transition);
}

.aq-btn--next,
.aq-btn--submit {
    background: var(--aq-gold);
    color: var(--aq-white);
    flex: 1;
}

.aq-btn--next:hover,
.aq-btn--submit:hover {
    background: var(--aq-gold-hover);
}

.aq-btn--prev {
    background: transparent;
    color: var(--aq-muted);
    border: 1.5px solid var(--aq-border);
}

.aq-btn--prev:hover {
    border-color: var(--aq-gold);
    color: var(--aq-gold);
}

.aq-btn--phone {
    display: inline-block;
    margin-top: 1rem;
    background: var(--aq-gold);
    color: var(--aq-white);
    text-decoration: none;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
}

/* ── Error ── */
.aq-error {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #c0392b;
    padding: 0.75rem 1rem;
    border-radius: 6px;
    font-size: 13px;
    margin-bottom: 1rem;
}

/* ── Success ── */
.aq-success {
    text-align: center;
    padding: 2rem 1rem;
}

.aq-success-icon {
    font-size: 48px;
    margin-bottom: 1rem;
}

.aq-success-contact {
    margin-top: 2rem;
}

/* ── Conditional ── */
.aq-conditional {
    border-top: 1px solid var(--aq-border);
    padding-top: 1.5rem;
    margin-top: 0.5rem;
}

/* ── Responsive ── */
@media (max-width: 600px) {
    .aq-wrapper {
        padding: 1.25rem;
        border-radius: 0;
        box-shadow: none;
    }

    .aq-radio-group {
        grid-template-columns: 1fr;
    }

    .aq-form-grid {
        grid-template-columns: 1fr;
    }

    .aq-step-title {
        font-size: 18px;
    }
}
