@charset "UTF-8";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background-color:#f3f6fa;color:#333;line-height:1.6}.container{max-width:800px;margin:0 auto;padding:0 20px}.sponsor-header{background:linear-gradient(135deg,#001028,#001b47);color:#fff;padding:40px 0;text-align:center}.sponsor-header h1{font-size:2rem;font-weight:700;margin-bottom:4px}.sponsor-header p{font-size:1.1rem;opacity:.85}.sponsor-main{padding:40px 0}.alert{padding:14px 18px;border-radius:12px;margin-bottom:24px;font-size:.95rem}.alert ul{margin:0;padding-left:18px}.alert-success{background:#12b15214;color:#088d3e;border:1px solid rgba(18,177,82,.25)}.alert-error{background:#fa52520f;color:#991b1b;border:1px solid rgba(250,82,82,.25)}h2{font-size:1.3rem;font-weight:600;margin:32px 0 16px;color:#001b47;letter-spacing:-.3px}h2:first-child{margin-top:0}.field{margin-bottom:16px;position:relative}.field label{display:block;font-size:.875rem;font-weight:500;color:#555;margin-bottom:4px}.field input[type=text],.field input[type=email],.field input[type=tel],.field select,.field textarea{width:100%;padding:10px 14px;border:1px solid #ced7e3;border-radius:12px;font-size:.95rem;font-family:inherit;transition:border-color .15s}.field input[type=text]:focus,.field input[type=email]:focus,.field input[type=tel]:focus,.field select:focus,.field textarea:focus{outline:none;border-color:#0c3d8a;box-shadow:0 0 0 3px #0c3d8a1a}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 16px}.form-grid .span-2{grid-column:span 2}.form-grid .small{grid-column:span 1}.form-grid.address-row{grid-template-columns:1fr auto auto}.form-grid.address-row .address-street{min-width:0}.form-grid.address-row .address-number{width:90px}.form-grid.address-row .address-addition{width:80px}.form-grid.zipcode-row{grid-template-columns:auto 1fr}.form-grid.zipcode-row .zipcode-field{width:130px}.form-grid.zipcode-row .place-field{min-width:0}@media(max-width:600px){.form-grid{grid-template-columns:1fr}.form-grid .span-2,.form-grid .small{grid-column:span 1}.form-grid.address-row{grid-template-columns:1fr auto auto}.form-grid.zipcode-row{grid-template-columns:auto 1fr}}.contract-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-bottom:16px}.contract-card{cursor:pointer;display:block}.contract-card input[type=radio]{display:none}.contract-card .card-body{background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:24px;text-align:center;transition:all .15s;height:100%;display:flex;flex-direction:column;align-items:center}.contract-card .card-body h3{font-size:1.15rem;font-weight:700;margin-bottom:8px;color:#001b47}.contract-card .card-body .price{font-size:1.5rem;font-weight:700;color:#60b22e;margin-bottom:4px}.contract-card .card-body .people{font-size:.8rem;color:#999;margin-bottom:12px}.contract-card .card-body .features{list-style:none;padding:12px 0 0;margin:0;text-align:left;width:100%;border-top:1px solid #f0f0f0}.contract-card .card-body .features li{font-size:.85rem;color:#555;padding:4px 0 4px 20px;position:relative}.contract-card .card-body .features li:before{content:"✓";position:absolute;left:0;color:#60b22e;font-weight:700}.contract-card input[type=radio]:checked+.card-body{border-color:#60b22e;background:#60b22e0a;box-shadow:0 0 0 3px #60b22e26}.contract-card:hover .card-body{border-color:#60b22e66}.lookup-section{text-align:right;margin-bottom:16px}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:1000;display:flex;align-items:center;justify-content:center}.modal-content{background:#fff;border-radius:12px;padding:32px;max-width:450px;width:90%;position:relative}.modal-content h2{margin-top:0;margin-bottom:8px}.modal-content p{margin-bottom:20px;color:#666}.modal-close{position:absolute;top:12px;right:18px;font-size:1.5rem;cursor:pointer;color:#999}.modal-close:hover{color:#333}.checkbox-label{display:flex!important;align-items:center;gap:10px;cursor:pointer;font-size:.95rem;color:#333}.checkbox-label input[type=checkbox]{width:20px;height:20px;accent-color:#60b22e;cursor:pointer}.checkbox-label span{font-weight:500}.file-upload{position:relative}.file-upload input[type=file]{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer;z-index:2}.file-upload .file-upload-label{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;border:2px dashed #ced7e3;border-radius:12px;background:#fafbfc;text-align:center;transition:all .15s}.file-upload .file-upload-label .file-upload-icon{font-size:1.8rem;color:#aaa;margin-bottom:8px}.file-upload .file-upload-label .file-upload-text{font-size:.95rem;color:#555}.file-upload .file-upload-label .file-upload-hint{font-size:.8rem;color:#aaa;margin-top:4px}.file-upload:hover .file-upload-label,.file-upload.has-file .file-upload-label{border-color:#0c3d8a;background:#0c3d8a08}.file-upload.has-file .file-upload-label{border-color:#60b22e;background:#60b22e0a}.file-upload.has-file .file-upload-label .file-upload-icon{color:#60b22e}.file-upload.has-file .file-upload-label .file-upload-text{color:#367a0b;font-weight:500}.signature-section{margin-bottom:24px}.signature-section p{margin-bottom:12px;color:#666}.signature-wrapper{border:2px dashed #ced7e3;border-radius:12px;background:#fff;width:100%;margin-bottom:8px}.signature-wrapper canvas{display:block;cursor:crosshair;width:100%;height:200px}.signature-actions{text-align:right}.btn{display:inline-flex;gap:8px;padding:12px 22px;justify-content:center;align-items:center;border:none;border-radius:12px;font-size:14px;line-height:16px;font-family:inherit;font-weight:500;cursor:pointer;text-decoration:none;white-space:nowrap;transition:all .15s}.btn-primary{background:#0c1a41;color:#fff}.btn-primary:hover{background:#2c3b64}.btn-outline{background:#fff;color:#001b47;border:1px solid #001B47}.btn-outline:hover{background:#001b470d}.btn-small{padding:6px 14px;font-size:.85rem}.btn-large{padding:14px 40px;font-size:1.1rem}.form-actions{text-align:center;margin:40px 0 20px}.thanks-section{text-align:center;padding:60px 0}.thanks-section h2{color:#088d3e;font-size:1.8rem;margin-bottom:16px}.thanks-section p{font-size:1.1rem;color:#555;margin-bottom:12px}.thanks-section .btn{margin-top:24px}.sponsor-footer{text-align:center;padding:24px 0;color:#999;font-size:.85rem;border-top:1px solid #e5e7eb}.review-info{background:#fafbfc;border:1px solid #ced7e3;border-radius:12px;padding:24px;margin-bottom:16px}.review-list{display:grid;grid-template-columns:auto 1fr;gap:8px 16px}.review-list dt{font-size:.875rem;font-weight:500;color:#555}.review-list dd{font-size:.95rem;color:#333}.review-note{margin-top:16px;font-size:.85rem;color:#999;font-style:italic}.sponsor-form-wrapper{background:#fff;border-radius:12px;padding:32px;box-shadow:0 1px 3px #00000014}
