.custom-tour-cta{max-width:1272px;margin:24px auto 14px;padding:20px 24px;box-sizing:border-box;border:1px solid #ded7c6;border-radius:16px;background:#fffdf8;display:flex;align-items:center;justify-content:space-between;gap:24px}.custom-tour-cta h2{font-size:1.08rem;margin:0 0 6px}.custom-tour-cta p,.ct-hint{color:var(--gray-500);font-size:.78rem;line-height:1.55;margin:0}.custom-tour-cta button,.ct-submit{border:0;border-radius:10px;background:var(--gray-900);color:#fff;padding:12px 17px;font:650 .78rem Inter,sans-serif;white-space:nowrap;cursor:pointer}.custom-tour-shell{max-width:1000px;margin:0 auto 60px;padding:0 24px}.custom-tour-intro{margin:20px 0}.custom-tour-intro h1{font-size:clamp(1.55rem,4vw,2.2rem);margin:12px 0 7px}.custom-tour-intro p{color:var(--gray-500);line-height:1.55}.ct-back{border:0;background:none;padding:8px 0;color:var(--gray-600);cursor:pointer}.ct-card{background:#fff;border:1px solid var(--gray-200);border-radius:16px;padding:24px;margin:13px 0}.ct-card h2{font-size:.98rem;margin:0 0 17px}.ct-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.ct-field{min-width:0}.ct-field.full,.ct-check.full{grid-column:1/-1}.ct-field label{display:block;font-size:.73rem;font-weight:650;color:var(--gray-700);margin:0 0 7px}.ct-field label small{font-weight:400;color:var(--gray-500)}.ct-field b{color:#9b2929}.ct-field input,.ct-field textarea,.ct-field select{appearance:none;box-sizing:border-box;width:100%;border:1px solid var(--gray-300);border-radius:10px;background:#fff;padding:11px 12px;font:400 .82rem Inter,sans-serif;color:var(--gray-900)}.ct-field select{background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='m1 1 5 5 5-5' fill='none' stroke='%236e6e73' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat right 13px center;padding-right:34px}.ct-field textarea{min-height:96px;resize:vertical}.ct-field input:focus,.ct-field textarea:focus,.ct-field select:focus{outline:3px solid rgba(184,150,74,.16);border-color:var(--gold)}.ct-options{display:flex;flex-wrap:wrap;gap:9px}.ct-check{display:inline-flex;align-items:center;justify-content:space-between;gap:10px;min-height:40px;border:1px solid var(--gray-300);border-radius:10px;padding:0 11px;cursor:pointer;font-size:.75rem;box-sizing:border-box}.ct-check input{position:absolute;opacity:0}.ct-check i{width:16px;height:16px;flex:0 0 16px;border:1.5px solid #777;border-radius:4px;background:#fff;display:grid;place-items:center}.ct-check input:checked+i{background:var(--gray-900);border-color:var(--gray-900)}.ct-check input:checked+i:after{content:'✓';color:#fff;font:700 11px/1 Arial}.ct-check:has(input:focus-visible){outline:3px solid rgba(184,150,74,.3);outline-offset:2px}.ct-line{border:0;padding:3px 0;width:max-content;max-width:100%}.ct-assist{margin-top:14px}.ct-destination{border:1px solid var(--gray-200);border-radius:12px;padding:16px;margin:12px 0}.ct-destination-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:13px;font-size:.82rem}.ct-remove,.ct-add{border:0;background:none;color:var(--gray-600);font:600 .72rem Inter,sans-serif;padding:8px;cursor:pointer}.ct-add{border:1px solid var(--gray-200);border-radius:9px;color:var(--gray-900)}.ct-submit{width:100%;padding:14px}.ct-submit:disabled{opacity:.55;cursor:wait}.ct-error{display:none;color:#952c2c;background:#fff5f5;border:1px solid #efcccc;border-radius:10px;padding:11px;margin:12px 0;font-size:.76rem}.ct-error.show{display:block}.ct-travellers{grid-template-columns:repeat(3,minmax(0,1fr))}.ct-document-overlay{position:fixed;inset:0;background:rgba(0,0,0,.58);z-index:10000;display:none;padding:20px;overflow:auto}.ct-document-overlay.open{display:block}.ct-document-modal{max-width:850px;margin:auto;background:#f3f3f5;border-radius:16px;overflow:hidden}.ct-document-actions{position:sticky;top:0;z-index:2;background:#fff;border-bottom:1px solid #ddd;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px}.ct-document-actions div{display:flex;gap:7px}.ct-document-actions button{border:1px solid #ccc;background:#fff;border-radius:8px;padding:8px 12px;cursor:pointer}.ct-document-actions .primary{background:#1d1d1f;color:#fff}.ct-document-modal iframe{display:block;width:100%;height:min(82vh,920px);border:0;background:#777}
@media(max-width:640px){.custom-tour-cta{margin:16px;flex-direction:column;align-items:stretch;padding:18px}.custom-tour-cta button{width:100%}.custom-tour-shell{padding:0 16px}.ct-grid,.ct-travellers{grid-template-columns:1fr}.ct-field.full,.ct-check.full{grid-column:auto}.ct-card{padding:18px;border-radius:14px}.ct-options{flex-direction:column}.ct-options .ct-check{width:100%}.ct-document-overlay{padding:0}.ct-document-modal{border-radius:0;min-height:100%}.ct-document-actions{align-items:flex-start;flex-direction:column}.ct-document-actions div{width:100%}.ct-document-actions button{flex:1}.ct-document-modal iframe{height:calc(100vh - 104px)}}
