
.gksoft-yacht-wrap{font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}
.gksoft-yacht-grid{display:grid;grid-template-columns:1fr;gap:16px}
@media(min-width:900px){.gksoft-yacht-grid{grid-template-columns:1fr 1fr}}
.gksoft-yacht-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:16px;box-shadow:0 2px 10px rgba(0,0,0,.04)}
.gksoft-yacht-card h3{margin:0 0 12px 0;font-size:18px}

/* Form controls */
.gk-field{margin-top:6px}
.gk-field > select,
.gk-field > input{
  width:100%;max-width:100%;
  padding:10px 12px;
  border:1px solid #d1d5db;
  border-radius:10px;
  outline:none;
  background:#fff;
}
.gk-field > select:disabled,
.gk-field > input:disabled{background:#f9fafb;color:#6b7280}
.gk-row{display:grid;grid-template-columns:1fr;gap:12px;margin-top:12px}
@media(min-width:520px){.gk-row{grid-template-columns:1fr 1fr}}
.gk-return-row{align-items:end}
.gk-return-toggle{display:flex;align-items:center}
.gk-checkbox{display:flex;gap:10px;align-items:center;font-weight:600}
.gk-map{height:260px;border-radius:12px;border:1px solid #e5e7eb;margin-top:12px;overflow:hidden}
.gk-hint{color:#6b7280;font-size:12px;margin:8px 0 0 0}
.gk-yacht-preview{margin-top:12px}
.gk-yacht-card{display:flex;gap:12px;border:1px solid #e5e7eb;border-radius:12px;padding:12px}
.gk-yacht-img{width:120px;height:90px;object-fit:cover;border-radius:10px;flex:0 0 auto;background:#f3f4f6}
.gk-yacht-name{font-weight:800;font-size:16px;margin-bottom:4px}
.gk-yacht-price{color:#111827;margin-bottom:8px}
.gk-yacht-feats{margin:0;padding-left:18px;color:#374151;font-size:13px}
.gk-summary{margin-top:14px;border-top:1px solid #e5e7eb;padding-top:12px}
.gk-summary-row{display:flex;align-items:center;justify-content:space-between;font-size:16px}
.gk-actions{margin-top:12px}
.gk-btn{width:100%;padding:12px 14px;border-radius:12px;border:0;background:#111827;color:#fff;font-weight:800;cursor:pointer}
.gk-btn:disabled{opacity:.6;cursor:not-allowed}
.gk-btn--secondary{background:#f3f4f6;color:#111827;border:1px solid #e5e7eb}
.gk-msg{margin-top:10px;font-size:13px}
.gk-msg.is-error{color:#b91c1c}
.gk-msg.is-success{color:#065f46}
.gk-warning{margin-top:10px;background:#fffbeb;border:1px solid #f59e0b33;padding:10px 12px;border-radius:12px;font-size:12px}


.gk-yacht-list{display:grid;grid-template-columns:1fr;gap:10px}
@media(min-width:520px){.gk-yacht-list{grid-template-columns:1fr 1fr}}
.gk-yacht-option{display:block;border:1px solid #e5e7eb;border-radius:12px;padding:10px;cursor:pointer;background:#fff}
.gk-yacht-option-ui{display:flex;gap:12px;align-items:flex-start}
.gk-yacht-radio{position:absolute;opacity:0;pointer-events:none}
.gk-yacht-option.gk-selected{border-color:#111827;box-shadow:0 0 0 2px rgba(17,24,39,.12)}
.gk-yacht-img--ph{width:120px;height:90px;border-radius:10px;background:#f3f4f6;flex:0 0 auto}
.gk-yacht-feats-inline{display:block;color:#6b7280;font-size:12px;margin-top:6px;line-height:1.25}
.gk-empty{padding:10px 12px;border:1px dashed #d1d5db;border-radius:12px;color:#6b7280}

/* Thank you screen */
.gksoft-yacht-thankyou{margin-top:16px}
.gk-thankyou-card h3{margin:0}
.gk-thankyou-header{display:flex;gap:12px;align-items:flex-start}
.gk-thankyou-badge{width:34px;height:34px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:#ecfdf5;border:1px solid #a7f3d0;color:#065f46;font-weight:900;flex:0 0 auto}
.gk-thankyou-grid{display:grid;grid-template-columns:1fr;gap:12px;margin-top:12px}
@media(min-width:900px){.gk-thankyou-grid{grid-template-columns:1fr 1fr}}
.gk-thankyou-box{border:1px solid #e5e7eb;border-radius:12px;padding:12px;background:#fff}
.gk-thankyou-box h4{margin:0 0 8px 0;font-size:14px}
.gk-thankyou-summary{display:flex;flex-direction:column;gap:8px}
.gk-ty-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 10px;border:1px solid #f3f4f6;border-radius:10px;background:#fafafa}
.gk-ty-row span{color:#6b7280;font-size:12px}
.gk-ty-row strong{font-size:12px;color:#111827}
.gk-ty-contact{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:12px 14px;border-radius:12px;border:1px solid #e5e7eb;background:#fff;color:#111827;text-decoration:none;font-weight:800}
.gk-ty-contact--muted{color:#6b7280;font-weight:600}



.gk-field{position:relative}
.gk-field.has-error > select,
.gk-field.has-error > input,
.gk-field.has-error .gk-yacht-list{outline:2px solid rgba(220,50,47,.25);border-color:#dc3232}
.gk-field-error{font-size:12px;color:#dc3232;margin-top:6px}
#gk_book.is-loading{opacity:.8;pointer-events:none;position:relative;padding-right:36px}
#gk_book.is-loading:after{content:'';position:absolute;right:12px;top:50%;width:14px;height:14px;margin-top:-7px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:gkspin .8s linear infinite}
@keyframes gkspin{to{transform:rotate(360deg)}}
