.om-pf-shell{--pf-brand:#146e69;--pf-brand-tint:color-mix(in srgb, var(--pf-brand) 5%, #fff);--pf-brand-focus-ring:0 0 0 4px color-mix(in srgb, var(--pf-brand) 20%, transparent);--pf-radius-input:9px;--pf-radius-card:14px;--pf-border:1.5px solid #e2e5ea;--pf-border-focus:1.5px solid var(--pf-brand);background:#fff;flex-direction:column;min-height:100vh;display:flex}.om-pf-tenant-header{background:#fff;border-bottom:1px solid #0f172a0f;align-items:center;gap:20px;height:144px;padding:16px 24px;display:flex}.om-pf-tenant-logo{-o-object-fit:contain;object-fit:contain;flex-shrink:0;width:auto;max-width:416px;height:112px}.om-pf-tenant-name{font-family:var(--font-serif,ui-serif, Georgia, serif);color:#0e1b2c;letter-spacing:-.01em;font-size:28px;font-weight:600;line-height:1}.om-pf-tenant-header .om-pf-tenant-logo+.om-pf-tenant-name{width:0;font-size:0;overflow:hidden}@media (max-width:600px){.om-pf-tenant-header{gap:12px;height:80px;padding:12px 16px}.om-pf-tenant-logo{max-width:240px;height:56px}.om-pf-tenant-name{font-size:18px}}.om-pf-form-area{background:var(--pf-bg,#f7f8fa);flex:1;justify-content:center;align-items:flex-start;padding:48px 16px 64px;display:flex}.om-pf-form-area__inner{flex-direction:column;align-items:center;width:100%;max-width:760px;margin:0 auto;display:flex}.om-pf-platform-footer{text-align:center;color:#6b7280;padding:18px 16px;font-size:12px}.om-pf-header{text-align:center;width:100%;max-width:640px;margin:0 auto 24px}.om-pf-title{font-family:var(--font-serif,ui-serif, Georgia, serif);letter-spacing:-.02em;color:#0e1b2c;margin:0 0 12px;font-size:2.25rem;font-weight:600}.om-pf-description{color:#4b5563;max-width:56ch;margin:0 auto;font-size:1rem;line-height:1.55}@media (max-width:600px){.om-pf-title{font-size:1.625rem}}.om-pf-card{border-radius:var(--pf-radius-card);background:#fff;flex-direction:column;gap:20px;width:100%;max-width:640px;padding:28px 30px;display:flex;box-shadow:0 2px 12px #0000000f}.om-pf-closed{text-align:center;color:#6b7280;justify-content:center;align-items:center;padding:48px 30px;font-size:1rem}.om-pf-progress{flex-direction:column;gap:8px;display:flex}.om-pf-progress-meta{color:#6b7280;letter-spacing:.01em;font-size:.8125rem;font-weight:500}.om-pf-progress-bar{background:#e9eaec;border-radius:99px;height:4px;overflow:hidden}.om-pf-progress-bar>div{background:var(--pf-brand);border-radius:99px;height:100%;transition:width .3s}.om-pf-fields{flex-direction:column;gap:16px;display:flex}.om-pf-field{flex-direction:column;gap:5px;display:flex}.om-pf-label{color:#111827;align-items:center;gap:2px;font-size:.875rem;font-weight:600;display:flex}.om-pf-req{color:var(--pf-brand);margin-left:2px}.om-pf-help{color:#6b7280;margin:0;font-size:.8125rem;line-height:1.45}.om-pf-group{flex-direction:column;gap:14px;display:flex}.om-pf-group-title{color:#111827;margin:0;font-size:1rem;font-weight:600}.om-pf-group-item{border:var(--pf-border);border-radius:var(--pf-radius-card);background:#fcfcfd;flex-direction:column;gap:16px;padding:18px 20px;display:flex;position:relative}.om-pf-group-item-head{border-bottom:1px solid #eceef1;justify-content:space-between;align-items:center;gap:12px;padding-bottom:12px;display:flex}.om-pf-group-item-label{text-transform:uppercase;letter-spacing:.04em;color:#6b7280;font-size:.8125rem;font-weight:600}.om-pf-group-remove{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;margin:-5px;padding:5px;font-family:inherit;transition:color .15s,background .15s;display:inline-flex}.om-pf-group-remove:hover{color:#ef4444;background:#fef2f2}.om-pf-group-remove svg{display:block}.om-pf-group-add{color:var(--pf-brand);border:1.5px dashed color-mix(in srgb, var(--pf-brand) 40%, #cbd5e1);border-radius:var(--pf-radius-input);cursor:pointer;background:0 0;align-self:flex-start;padding:10px 18px;font-family:inherit;font-size:.9375rem;font-weight:600;transition:background .15s,border-color .15s}.om-pf-group-add:hover{background:var(--pf-brand-tint);border-color:var(--pf-brand)}.om-pf-card input[type=text],.om-pf-card input[type=email],.om-pf-card input[type=tel],.om-pf-card input[type=number],.om-pf-card input[type=date],.om-pf-card select,.om-pf-card textarea{border:var(--pf-border);border-radius:var(--pf-radius-input);color:#111827;box-sizing:border-box;appearance:none;background:#fff;outline:none;width:100%;padding:12px 14px;font-family:inherit;font-size:.9375rem;transition:border-color .15s,box-shadow .15s,background-color .15s}.om-pf-card input[type=text]:focus,.om-pf-card input[type=email]:focus,.om-pf-card input[type=tel]:focus,.om-pf-card input[type=number]:focus,.om-pf-card input[type=date]:focus,.om-pf-card select:focus,.om-pf-card textarea:focus{border:var(--pf-border-focus);box-shadow:var(--pf-brand-focus-ring);background:var(--pf-brand-tint)}.om-pf-card input.is-filled,.om-pf-card textarea.is-filled{background:#f4f5f7}.om-pf-card textarea{resize:vertical;min-height:120px;line-height:1.5}.om-pf-card select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:36px}.om-pf-radio,.om-pf-checks{flex-direction:column;gap:10px;display:flex}.om-pf-radio-item,.om-pf-check-item{cursor:pointer;color:#111827;align-items:center;gap:10px;font-size:.9375rem;display:flex}.om-pf-radio-item input[type=radio],.om-pf-check-item input[type=checkbox]{width:18px;height:18px;accent-color:var(--pf-brand);cursor:pointer;box-shadow:none;background:0 0;border:none;border-radius:0;flex-shrink:0;margin:0;padding:0}.om-pf-consent{cursor:pointer;color:#374151;align-items:flex-start;gap:10px;font-size:.875rem;line-height:1.5;display:flex}.om-pf-consent input[type=checkbox]{width:18px;height:18px;accent-color:var(--pf-brand);cursor:pointer;box-shadow:none;background:0 0;border:none;flex-shrink:0;margin-top:2px;padding:0}.om-pf-field[data-error] input,.om-pf-field[data-error] select,.om-pf-field[data-error] textarea{border-color:#ef4444}.om-pf-field-error{color:#ef4444;align-items:center;gap:4px;margin:0;font-size:.8125rem;display:flex}.om-pf-field-error:before{content:"!";color:#fff;background:#ef4444;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:14px;height:14px;font-size:.6875rem;font-weight:700;display:inline-flex}.om-pf-error{color:#b91c1c;background:#fef2f2;border:1px solid #fca5a5;border-radius:8px;margin:0;padding:10px 14px;font-size:.875rem}.om-pf-actions{justify-content:flex-end;align-items:center;gap:12px;padding-top:4px;display:flex}.om-pf-btn-primary{background:var(--pf-brand);color:#fff;border-radius:var(--pf-radius-input);cursor:pointer;border:none;padding:12px 28px;font-family:inherit;font-size:.9375rem;font-weight:600;transition:background .15s,opacity .15s}.om-pf-btn-primary:hover:not(:disabled){background:color-mix(in srgb, var(--pf-brand) 88%, #000)}.om-pf-btn-primary:active:not(:disabled){background:color-mix(in srgb, var(--pf-brand) 78%, #000)}.om-pf-btn-primary:disabled{opacity:.55;cursor:not-allowed}.om-pf-btn-ghost{color:#6b7280;border-radius:var(--pf-radius-input);cursor:pointer;background:0 0;border:1.5px solid #e2e5ea;padding:11px 20px;font-family:inherit;font-size:.9375rem;font-weight:500;transition:border-color .15s,color .15s}.om-pf-btn-ghost:hover{color:#374151;border-color:#9ca3af}.om-pf-pay{border:var(--pf-border);background:#f7f8fa;border-radius:12px;flex-direction:column;gap:14px;padding:20px;display:flex}.om-pf-pay-grid{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}@media (max-width:600px){.om-pf-pay-grid{grid-template-columns:repeat(2,1fr)}}.om-pf-pay-tile{border:var(--pf-border);color:#374151;cursor:pointer;text-align:center;background:#fff;border-radius:9px;padding:14px 8px;font-family:inherit;font-size:1.0625rem;font-weight:600;transition:border-color .15s,background .15s,color .15s}.om-pf-pay-tile:hover{border-color:var(--pf-brand);color:var(--pf-brand)}.om-pf-pay-tile.is-selected{border-color:var(--pf-brand);background:var(--pf-brand-tint);color:var(--pf-brand)}.om-pf-pay-custom{color:#374151;flex-direction:column;gap:5px;font-size:.875rem;font-weight:500;display:flex}.om-pf-pay-note{color:#6b7280;margin:0;font-size:.8125rem}.om-pf-pay-header{align-items:center;gap:8px;display:flex}.om-pf-pay-heart{color:var(--pf-brand);flex-shrink:0}.om-pf-pay-heading{color:#111827;font-size:1rem;font-weight:600}.om-pf-pay-fixed{color:#374151;margin:0;font-size:.9375rem}.om-pf-pay-custom input[type=number]{margin-top:4px}.om-pf-tuition{border:var(--pf-border);background:#f7f8fa;border-radius:12px;flex-direction:column;gap:14px;padding:20px;display:flex}.om-pf-tuition-head{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.om-pf-tuition-title{color:#111827;font-size:1rem;font-weight:600}.om-pf-tuition-period{color:#6b7280;font-size:.8125rem}.om-pf-tuition-lines{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.om-pf-tuition-line{color:#374151;justify-content:space-between;align-items:center;gap:12px;font-size:.9375rem;display:flex}.om-pf-tuition-line-label{align-items:center;gap:8px;min-width:0;display:flex}.om-pf-tuition-badge{text-transform:uppercase;letter-spacing:.03em;color:var(--pf-brand);background:var(--pf-brand-tint);border:1px solid color-mix(in srgb, var(--pf-brand) 25%, transparent);white-space:nowrap;border-radius:99px;padding:2px 8px;font-size:.6875rem;font-weight:600}.om-pf-tuition-line-amount{font-variant-numeric:tabular-nums;flex-shrink:0;align-items:baseline;gap:8px;display:flex}.om-pf-tuition-strike{color:#9ca3af;font-size:.8125rem;text-decoration:line-through}.om-pf-tuition-total{color:#111827;font-variant-numeric:tabular-nums;border-top:1px solid #e2e5ea;justify-content:space-between;align-items:center;gap:12px;padding-top:12px;font-size:1.0625rem;font-weight:700;display:flex}.om-pf-tuition-note{color:#6b7280;margin:0;font-size:.8125rem;line-height:1.45}.om-pf-success{text-align:center;align-items:center;padding:40px 30px 44px}.om-pf-success-check{background:var(--pf-brand);color:#fff;width:76px;height:76px;box-shadow:0 0 0 12px color-mix(in srgb, var(--pf-brand) 15%, transparent);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 20px;font-size:2rem;font-weight:700;display:flex}.om-pf-success h1{color:#111827;margin:0 0 8px;font-size:1.375rem;font-weight:700}.om-pf-success p{color:#6b7280;margin:0;font-size:.9375rem}.om-pf-receipt{color:#374151;white-space:pre;background:#f4f5f7;border:1px solid #e2e5ea;border-radius:8px;margin:12px 0 0;padding:14px 18px;font-family:SF Mono,Fira Code,Fira Mono,Roboto Mono,monospace;font-size:.8125rem}.om-pf-success-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-top:8px;display:flex}.om-pf-intro{text-align:center;color:#4b5563;margin-bottom:8px;font-size:.9375rem;line-height:1.5}.om-pf-enter-hint{color:#9ca3af;text-align:right;letter-spacing:.01em;margin-top:-4px;font-size:.75rem}@media (max-width:600px){.om-pf-form-area{align-items:flex-start;padding:24px 8px 48px}.om-pf-card{border-radius:12px;gap:16px;padding:22px 18px}.om-pf-btn-primary,.om-pf-btn-ghost{width:100%}.om-pf-actions{flex-direction:column-reverse}.om-pf-success-check{width:60px;height:60px;box-shadow:0 0 0 10px color-mix(in srgb, var(--pf-brand) 15%, transparent);font-size:1.625rem}}
