.glow-cf-app{
  --gcf-bg:#ffffff;--gcf-surface:#ffffff;--gcf-text:#171717;--gcf-muted:#6f6a6d;
  --gcf-primary:#f699cd;--gcf-primary-hover:#ef7cbb;--gcf-primary-soft:#fff0f7;
  --gcf-accent:#30d5c8;--gcf-accent-hover:#20bfb3;--gcf-accent-soft:#eafbf9;--gcf-border:#ece6ea;
  --gcf-error:#b83c54;--gcf-success:#2aa99e;--gcf-success-soft:#e9faf8;
  --gcf-shadow:0 2px 10px rgba(20,20,20,.05);
  --gcf-shadow-lg:0 10px 28px rgba(20,20,20,.10);
  --gcf-radius:4px;--gcf-radius-lg:8px;--gcf-max:760px;
  background:var(--gcf-bg);color:var(--gcf-text);font-family:"Poppins","Segoe UI",Arial,sans-serif;
  font-size:16px;line-height:1.6;min-height:640px;border-radius:8px;overflow:hidden;border-top:4px solid var(--gcf-primary);
}
.glow-cf-app *{box-sizing:border-box}
.glow-cf-app h1,.glow-cf-app h2,.glow-cf-app h3{font-family:"Cormorant Garamond",Georgia,"Times New Roman",serif;line-height:1.15;margin:0;color:var(--gcf-text);font-weight:600}
.glow-cf-app button,.glow-cf-app input,.glow-cf-app select,.glow-cf-app textarea{font:inherit}
.glow-cf-app button{cursor:pointer}
.glow-cf-view{max-width:var(--gcf-max);margin:0 auto;padding:24px 20px 70px}
.glow-cf-welcome{text-align:center;padding:52px 20px 42px}
.glow-cf-welcome-brand{display:flex;justify-content:center;align-items:center;margin-bottom:28px}
.glow-cf-welcome-logo{display:block;width:min(230px,72vw);height:auto;max-height:118px;object-fit:contain}
.glow-cf-welcome h1{font-family:"Cormorant Garamond",Georgia,"Times New Roman",serif;font-size:2.1rem;font-weight:600;margin:0 0 8px}
.glow-cf-lead{color:var(--gcf-muted);font-size:1.05rem;max-width:490px;margin:0 auto 30px}
.glow-cf-location{max-width:400px;margin:0 auto 28px;text-align:left}
.glow-cf-field{margin-bottom:20px}
.glow-cf-field label{display:block;font-weight:600;margin-bottom:7px;font-size:14px;color:#242124}
.glow-cf-required:after{content:" *";color:var(--gcf-error)}
.glow-cf-app input[type=text],.glow-cf-app input[type=email],.glow-cf-app input[type=tel],.glow-cf-app input[type=number],.glow-cf-app input[type=date],.glow-cf-app select,.glow-cf-app textarea{
  width:100%;min-height:50px;padding:12px 14px;border:1.5px solid var(--gcf-border);border-radius:var(--gcf-radius);
  color:var(--gcf-text);background:var(--gcf-surface);outline:none;transition:border-color .15s,box-shadow .15s
}
.glow-cf-app textarea{min-height:92px;resize:vertical}
.glow-cf-app input:focus,.glow-cf-app select:focus,.glow-cf-app textarea:focus{border-color:var(--gcf-primary);box-shadow:0 0 0 3px var(--gcf-primary-soft)}
.glow-cf-app select{appearance:auto}
.glow-cf-welcome-actions{display:flex;justify-content:center;margin-top:8px}
.glow-cf-welcome-actions .glow-cf-btn{min-width:180px}
.glow-cf-header{position:sticky;top:0;z-index:20;background:var(--gcf-surface);border-bottom:1px solid var(--gcf-border);padding:10px 16px;display:flex;align-items:center;gap:14px;box-shadow:var(--gcf-shadow)}
.glow-cf-back{border:0;background:transparent;color:#171717;font-size:24px;line-height:1;padding:7px 10px;border-radius:4px}
.glow-cf-back:hover{background:var(--gcf-primary-soft);color:#171717}
.glow-cf-header-brand{width:86px;min-width:86px;display:flex;align-items:center}.glow-cf-header-logo{display:block;width:86px;height:auto;max-height:52px;object-fit:contain}
.glow-cf-header-title{flex:1;font-family:"Cormorant Garamond",Georgia,"Times New Roman",serif;font-weight:600;font-size:21px}
.glow-cf-header-location{font-size:12px;color:var(--gcf-muted);text-align:right;max-width:220px}
.glow-cf-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:16px;margin-top:24px}
.glow-cf-form-card{appearance:none;background:var(--gcf-surface);border:1px solid var(--gcf-border);border-radius:var(--gcf-radius-lg);padding:22px;text-align:left;color:var(--gcf-text);min-height:135px;transition:.18s}
.glow-cf-form-card:hover{border-color:var(--gcf-primary);box-shadow:var(--gcf-shadow-lg);transform:translateY(-2px)}
.glow-cf-category{font-size:11px;letter-spacing:.10em;text-transform:uppercase;font-weight:700;color:var(--gcf-accent-hover);margin-bottom:8px}
.glow-cf-form-card h3{font-family:"Cormorant Garamond",Georgia,"Times New Roman",serif;font-size:1.35rem;margin-bottom:7px;font-weight:600}
.glow-cf-form-card p{color:var(--gcf-muted);font-size:13px;margin:0}
.glow-cf-section{background:var(--gcf-surface);border:1px solid var(--gcf-border);border-radius:var(--gcf-radius-lg);padding:24px;margin-top:18px;box-shadow:var(--gcf-shadow)}
.glow-cf-section h2{margin:0 0 16px;padding-bottom:12px;border-bottom:1px solid var(--gcf-border);font-size:1.5rem}
.glow-cf-info,.glow-cf-warning{padding:15px 17px;border-radius:0 var(--gcf-radius) var(--gcf-radius) 0;margin:0 0 16px;font-size:14px;white-space:pre-line}
.glow-cf-info{background:var(--gcf-accent-soft);border-left:3px solid var(--gcf-accent)}
.glow-cf-warning{background:var(--gcf-primary-soft);border-left:3px solid var(--gcf-primary)}
.glow-cf-paragraph{font-size:14px;line-height:1.65;white-space:pre-line;margin:0 0 16px}
.glow-cf-divider{border:0;border-top:1px solid var(--gcf-border);margin:25px 0}
.glow-cf-row{display:flex;gap:12px}.glow-cf-row>.glow-cf-field{flex:1;min-width:0}
.glow-cf-initial{display:grid;grid-template-columns:82px 1fr;gap:12px;align-items:start;padding:12px 0;border-bottom:1px solid var(--gcf-border)}
.glow-cf-initial:last-child{border-bottom:0}.glow-cf-initial input{min-height:44px!important;padding:9px 10px!important;text-transform:uppercase}.glow-cf-initial-text{font-size:14px;line-height:1.5;padding-top:6px}
.glow-cf-check{display:flex;align-items:flex-start;gap:10px;padding:7px 0}.glow-cf-check input{width:22px;height:22px;margin-top:1px;accent-color:var(--gcf-primary)}.glow-cf-check span{font-size:14px}
.glow-cf-sig{border:1.5px dashed var(--gcf-border);border-radius:var(--gcf-radius);background:#fff;width:100%;height:165px;display:block;touch-action:none;cursor:crosshair}
.glow-cf-sig.is-signed{border-style:solid;border-color:var(--gcf-success)}
.glow-cf-sig-actions{display:flex;justify-content:flex-end;margin-top:8px}
.glow-cf-btn{border:0;border-radius:var(--gcf-radius);font-weight:600;min-height:48px;padding:12px 26px;transition:.18s;letter-spacing:.01em}
.glow-cf-btn-primary{background:var(--gcf-primary);color:#171717}.glow-cf-btn-primary:hover{background:var(--gcf-primary-hover);color:#171717}
.glow-cf-btn-secondary{background:var(--gcf-surface);color:#171717;border:1px solid #cfc6cc}.glow-cf-btn-secondary:hover{border-color:var(--gcf-primary);background:var(--gcf-primary-soft);color:#171717}
.glow-cf-btn-small{min-height:36px;padding:7px 14px;font-size:13px}
.glow-cf-form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:16px;flex-wrap:wrap}
.glow-cf-privacy{margin:18px 0 0;color:var(--gcf-muted);font-size:12px;text-align:center}
.glow-cf-confirm{text-align:center;padding:62px 20px}.glow-cf-check-circle{width:74px;height:74px;border-radius:50%;background:var(--gcf-accent-soft);color:var(--gcf-accent-hover);display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:38px;border:2px solid var(--gcf-accent)}.glow-cf-confirm p{color:var(--gcf-muted);max-width:470px;margin:8px auto 28px}
.glow-cf-error{background:#fceae8;color:#8d2f26;border:1px solid #f0c8c3;border-radius:8px;padding:12px 14px;margin:12px 0;font-size:14px}
.glow-cf-loading{opacity:.65;pointer-events:none}.glow-cf-loading .glow-cf-btn-primary:after{content:" …"}

.glow-cf-section{border-top:3px solid var(--gcf-primary)}
.glow-cf-location select{border-color:#d9d1d6}
.glow-cf-location select:focus{border-color:var(--gcf-primary);box-shadow:0 0 0 3px var(--gcf-primary-soft)}
.glow-cf-form-card:focus-visible,.glow-cf-btn:focus-visible,.glow-cf-back:focus-visible{outline:3px solid rgba(48,213,200,.35);outline-offset:2px}
@media(max-width:650px){.glow-cf-welcome{padding:38px 8px 28px}.glow-cf-view{padding:16px 14px 60px}.glow-cf-welcome-actions .glow-cf-btn{width:100%;max-width:400px}.glow-cf-row{flex-direction:column;gap:0}.glow-cf-header-location{display:none}.glow-cf-section{padding:18px}.glow-cf-initial{grid-template-columns:72px 1fr}.glow-cf-form-actions{flex-direction:column-reverse}.glow-cf-btn{width:100%}}
