.aefcca-form{max-width:1100px;margin:0 auto;font-family:Arial,sans-serif;color:#1f2937}
.aefcca-header{text-align:center;margin-bottom:24px}
.aefcca-header h1{margin-bottom:4px}.aefcca-header h2{margin-top:0}
.aefcca-section{background:#fff;border:1px solid #d9dee5;border-radius:10px;padding:22px;margin:0 0 20px;box-shadow:0 2px 8px rgba(0,0,0,.04)}
.aefcca-section h3{margin-top:0;border-bottom:2px solid #1d4ed8;padding-bottom:8px}
.aefcca-section h4{margin:0}
.aefcca-grid{display:grid;gap:16px;margin-bottom:16px}
.aefcca-grid.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.aefcca-grid.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.aefcca-grid.cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.aefcca-field{display:flex;flex-direction:column;gap:6px;font-weight:600}
.aefcca-field input,.aefcca-field select,.aefcca-field textarea{width:100%;box-sizing:border-box;border:1px solid #b8c0cc;border-radius:6px;padding:10px;font:inherit;background:#fff}
.aefcca-field small{font-weight:400;color:#6b7280}
.aefcca-repeat{border:1px solid #cbd5e1;border-radius:8px;padding:16px;margin:0 0 16px;background:#f8fafc}
.repeat-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}
.remove-repeat{border:0;background:transparent;color:#b91c1c;text-decoration:underline;cursor:pointer}
.aefcca-form button{border:0;border-radius:7px;padding:12px 18px;font-weight:700;cursor:pointer;background:#1d4ed8;color:#fff}
.aefcca-form button.secondary{background:#e5e7eb;color:#111827}
.aefcca-add{margin-bottom:4px}
.aefcca-actions{display:flex;gap:12px;justify-content:center;margin:24px 0}
.aefcca-check{display:flex;gap:10px;align-items:flex-start;margin:18px 0;font-weight:600}
.aefcca-check input{margin-top:4px}
.aefcca-check input:disabled+span{color:#64748b}
.aefcca-scroll-instruction{margin:0 0 8px;font-size:.9rem;color:#475569}
.aefcca-legal-scroll{height:260px;overflow-y:auto;padding:14px 16px;background:#f8fafc;border:1px solid #94a3b8;border-radius:8px;box-shadow:inset 0 1px 3px rgba(15,23,42,.08);scrollbar-gutter:stable}
.aefcca-legal-scroll:focus{outline:3px solid rgba(29,78,216,.22);outline-offset:2px;border-color:#1d4ed8}
.aefcca-legal{margin:0;font-size:11px;line-height:1.4;color:#334155}
.aefcca-legal p{margin:0 0 10px}
.aefcca-legal p:last-child{margin-bottom:0}
.aefcca-privacy{margin-top:12px;padding-top:12px;border-top:1px solid #cbd5e1}
.aefcca-scroll-end{margin-top:12px;padding-top:9px;border-top:1px dashed #94a3b8;text-align:center;font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#64748b}
.aefcca-scroll-status{margin:7px 0 0;font-size:.82rem;color:#64748b}
.aefcca-scroll-status.is-complete{color:#166534;font-weight:700}
.aefcca-consent{padding:12px;border:1px solid #cbd5e1;border-radius:8px;background:#f8fafc}
.aefcca-consent.is-enabled{border-color:#86efac;background:#f0fdf4}
.aefcca-success{max-width:1100px;margin:0 auto 20px;padding:16px;border:1px solid #16a34a;background:#f0fdf4;border-radius:8px}
.aefcca-note{font-size:.92rem;color:#475569}
.aefcca-honeypot{position:absolute;left:-9999px}
@media(max-width:800px){
  .aefcca-grid.cols-2,.aefcca-grid.cols-3,.aefcca-grid.cols-4{grid-template-columns:1fr}
  .aefcca-section{padding:16px}
  .aefcca-actions{flex-direction:column}
  .aefcca-legal-scroll{height:220px}
}
@media print{
  .site-header,.site-footer,.aefcca-actions,.aefcca-add,.remove-repeat,.aefcca-scroll-instruction,.aefcca-scroll-status{display:none!important}
  .aefcca-section{box-shadow:none;break-inside:avoid}
  .aefcca-legal-scroll{height:auto;overflow:visible;border:1px solid #94a3b8}
}
