body {font-family: Arial, sans-serif; margin:0; padding:0; line-height:1.6; color:#333;}
header {background:#f5f5f5; padding:40px 20px; text-align:center;}
header h1 {font-size:2em; margin-bottom:10px;}
header p {font-size:1.2em; margin-bottom:20px;}
.cta-buttons a {display:inline-block; margin:10px; padding:12px 24px; background:#ff6a00; color:#fff; text-decoration:none; border-radius:6px; font-weight:bold;}
section {padding:40px 20px; max-width:900px; margin:auto;}
section h2 {font-size:1.8em; margin-bottom:20px;}
ul {margin:0 0 20px 20px;}
.columns {display:flex; flex-wrap:wrap; gap:20px;}
.columns > div {flex:1; min-width:250px; background:#fafafa; padding:20px; border-radius:8px;}
.timeline {display:flex; flex-direction:column; gap:10px; margin-bottom:30px;}
form {display:flex; flex-direction:column; gap:10px; max-width:500px; margin:auto;}
form input, form textarea {padding:10px; border:1px solid #ccc; border-radius:4px;}
form button {padding:12px; background:#28a745; color:#fff; font-size:1em; font-weight:bold; border:none; border-radius:6px; cursor:pointer;}
footer {background:#333; color:#fff; text-align:center; padding:20px;}
.info-icon {display:inline-block; margin-left:5px; cursor:pointer; font-weight:bold; color:#007bff; text-decoration:none;}
.info-icon::after {content:"ℹ️"; font-style:normal;}
.modal-overlay {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.8); justify-content:center; align-items:center; z-index:9999; opacity:0; transition:opacity 0.3s ease;}
.modal-overlay.show {display:flex; opacity:1;}
.modal-content {background:#fff; padding:30px; max-width:800px; width:95%; border-radius:8px; text-align:left; animation:pop 0.3s ease forwards; box-shadow:0 4px 12px rgba(0,0,0,0.2); overflow-y:auto; max-height:90vh;}
@keyframes pop {from{transform:scale(0.8);opacity:0;} to{transform:scale(1);opacity:1;}}
.modal-close {display:inline-block; margin-top:20px; padding:10px 20px; background:#ff6a00; color:#fff; border:none; border-radius:4px; cursor:pointer;}
.modal-body h4 {font-size:1.5em; margin-top:0; margin-bottom:10px;}
.modal-body .anons {font-style:italic; margin-bottom:20px;}
.modal-body .content-wrapper {display:flex; flex-wrap:wrap; gap:20px;}
.modal-body .content-wrapper img {max-width:300px; height:auto; border-radius:6px; box-shadow:0 2px 6px rgba(0,0,0,0.1);}
.modal-body .content-wrapper .text {flex:1; min-width:200px;}
@media(max-width:600px){
  .modal-body .content-wrapper {flex-direction:column;}
  .modal-body .content-wrapper img {max-width:100%; margin:auto;}
}
.timeline-item {cursor:pointer; margin:10px 0; padding:10px; background:#eee; border-radius:6px;}
.timeline-content {max-height:0; overflow:hidden; transition:max-height 0.4s ease;}
.timeline-item.active .timeline-content {max-height:300px; padding-top:10px;}
.modal-content h3{margin:0 0 20px;font-size:1.5em;font-weight:bold;}
#formFields label{display:block;margin:12px 0 6px;font-weight:600;}
#formFields input{width:100%;padding:14px 12px;line-height:1.6;font-size:16px;border:1px solid #ccc;border-radius:6px;transition:border-color .2s,box-shadow .2s;box-sizing: border-box;}
#formFields select{width:100%;height:54px;margin-bottom:10px;padding:12px 14px;color:#f5f8f6;background: transparent;border:1px solid rgba(255,255,255,.18);border-radius:12px;outline:0;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8' fill='none'><path d='M1 1.5L7 6.5L13 1.5' stroke='white' stroke-opacity='.8' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/></svg>");background-repeat:no-repeat;background-position: calc(100% - 12px) 50%;background-size:14px 8px;padding-right:38px;transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;box-sizing: border-box;}
#formFields select option,#formFields select optgroup{background: rgba(24,18,36,.65);color:#f5f8f6;}
#formFields textarea{width:100%;min-height:140px;margin-bottom:10px;padding:12px 14px;color:#f5f8f6;background: rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.18);border-radius:12px;outline:0;resize:vertical;transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;box-sizing: border-box;}
.nomarkers{list-style: none;padding:0;margin: 0;}
.nomarkers a{text-decoration: none;}
.submit-button{background:#ff6a00;color:#fff;font-size:16px;font-weight:bold;padding:12px 20px;border:none;border-radius:6px;cursor:pointer;transition:filter .2s,transform .02s;}
.submit-button:hover{filter:brightness(.92);}
.submit-button:active{transform:translateY(1px);}
.submit-button:focus{outline:2px solid #333;outline-offset:2px;}
.modal-content .modal-close{position:absolute;top:12px;right:12px;width:36px;height:36px;padding:0;line-height:36px;text-align:center;background:transparent;border:none;border-radius:50%;color:#999;font-size:24px;font-weight:700;cursor:pointer;transition:color .2s,background .2s;}
.modal-content .modal-close:hover{color:#333;background:rgba(0,0,0,.05);}
.modal-content .modal-close:focus{outline:2px solid #333;outline-offset:2px;}
#infoModal .modal-close{position:absolute;top:12px;right:12px;width:36px;height:36px;padding:0;line-height:36px;text-align:center;background:transparent;border:none;border-radius:50%;color:#999;font-size:24px;font-weight:700;cursor:pointer;transition:color .2s,background .2s;}
#infoModal .modal-close:hover{color:#333;background:rgba(0,0,0,.05);}
#infoModal .modal-close:focus{outline:2px solid #333;outline-offset:2px;}
.hidden-info,.hidden-faq{visibility: hidden;display: none;}
#form h2{text-align: center;}
a.faq, a.faq-back { display:inline-block; margin-top:8px; text-decoration:underline; cursor:pointer; }
a.faq:hover, a.faq-back:hover { text-decoration:none; }
.timeline-item .timeline-content{max-height:0; overflow:hidden;}
.timeline-item.active .timeline-content{max-height:800px; padding-top:6px;}