/* Third Party Claims — Ultra Modern shared UI (frontend + WP admin) */
.tpcf-wrap,.tpcf-admin{--tpcf-ink:#0b1220;--tpcf-navy:#111c3a;--tpcf-blue:#2563eb;--tpcf-cyan:#06b6d4;--tpcf-violet:#7c3aed;--tpcf-pink:#ec4899;--tpcf-green:#10b981;--tpcf-red:#ef4444;--tpcf-muted:#64748b;--tpcf-line:#e2e8f0;--tpcf-soft:#f8fafc;--tpcf-white:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:var(--tpcf-ink);box-sizing:border-box}.tpcf-wrap *,.tpcf-admin *,.tpcf-wrap *:before,.tpcf-admin *:before,.tpcf-wrap *:after,.tpcf-admin *:after{box-sizing:inherit}
/* FRONTEND */
.tpcf-wrap{max-width:1120px;margin:34px auto;padding:0 16px}.tpcf-card{background:rgba(255,255,255,.94);border:1px solid rgba(226,232,240,.9);border-radius:30px;box-shadow:0 30px 80px rgba(15,23,42,.12);overflow:hidden;backdrop-filter:blur(18px)}.tpcf-brand{position:relative;padding:48px 52px 44px;color:#fff;background:radial-gradient(circle at 85% 15%,rgba(6,182,212,.35),transparent 30%),radial-gradient(circle at 20% 90%,rgba(124,58,237,.45),transparent 34%),linear-gradient(135deg,#080f24,#172554 58%,#0f172a);overflow:hidden}.tpcf-brand:after{content:"";position:absolute;width:260px;height:260px;border:1px solid rgba(255,255,255,.13);border-radius:50%;right:-100px;bottom:-150px}.tpcf-brand-name{font-size:11px;font-weight:900;letter-spacing:.2em;color:#a5f3fc}.tpcf-brand-meta{margin-top:9px;font-size:12px;color:#cbd5e1;line-height:1.6}.tpcf-title{margin:20px 0 9px;font-size:clamp(28px,4vw,43px);line-height:1.05;font-weight:900;letter-spacing:-.035em}.tpcf-lede{margin:0;max-width:720px;color:#cbd5e1;font-size:15px;line-height:1.65}.tpcf-progress{padding:20px 52px 8px;background:#fff}.tpcf-progress-bar{height:7px;border-radius:99px;background:#edf2f7;overflow:hidden}.tpcf-progress-bar span{display:block;height:100%;background:linear-gradient(90deg,var(--tpcf-blue),var(--tpcf-cyan),var(--tpcf-violet));transition:width .35s ease}.tpcf-steps-dots{display:flex;gap:6px;list-style:none;margin:10px 0 3px;padding:0}.tpcf-steps-dots li{height:4px;flex:1;border-radius:99px;background:#e8eef5;transition:.25s}.tpcf-steps-dots li.is-active,.tpcf-steps-dots li.is-done{background:linear-gradient(90deg,var(--tpcf-blue),var(--tpcf-cyan))}form#tpcf-form{padding:8px 52px 40px}.tpcf-hp-wrap{display:none!important}.tpcf-hp{position:absolute;left:-9999px}.tpcf-step{display:none;animation:tpcf-fade .25s ease}.tpcf-step.is-active{display:block}@keyframes tpcf-fade{from{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}.tpcf-step-head{padding:30px 0 20px}.tpcf-step-tag,.tpcf-kicker{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:#eef2ff;color:#4f46e5;font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.tpcf-step-head h3{margin:12px 0 5px;font-size:25px;letter-spacing:-.025em}.tpcf-step-sub{margin:0;color:var(--tpcf-muted);font-size:14px}.tpcf-subhead{margin:10px 0 13px;font-size:11px;letter-spacing:.13em;text-transform:uppercase;color:#334155;font-weight:900}.tpcf-subhead--spaced{margin-top:30px}.tpcf-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-bottom:4px}.tpcf-field{grid-column:1/-1}.tpcf-field--half{grid-column:span 1}.tpcf-field label{display:block;margin-bottom:8px;font-size:12px;font-weight:800;color:#1e293b}.tpcf-req,.tpcf-required-dot{color:var(--tpcf-red)}.tpcf-field input[type=text],.tpcf-field input[type=email],.tpcf-field input[type=tel],.tpcf-field input[type=date],.tpcf-field input[type=time],.tpcf-field textarea{width:100%;padding:13px 15px;border:1px solid var(--tpcf-line);border-radius:14px;background:#f8fafc;color:var(--tpcf-ink);font:inherit;transition:.18s}.tpcf-field textarea{min-height:118px;resize:vertical}.tpcf-field input:focus,.tpcf-field textarea:focus{outline:0;border-color:#60a5fa;box-shadow:0 0 0 4px rgba(37,99,235,.1);background:#fff}.tpcf-field-invalid input,.tpcf-field-invalid textarea{border-color:var(--tpcf-red)}.tpcf-error{display:block;color:var(--tpcf-red);font-size:11px;margin-top:5px}.tpcf-radio-group{display:flex;flex-wrap:wrap;gap:9px}.tpcf-radio-pill{position:relative}.tpcf-radio-pill input{position:absolute;opacity:0}.tpcf-radio-pill span{display:inline-block;padding:11px 17px;border:1px solid var(--tpcf-line);border-radius:999px;background:#fff;color:#64748b;font-size:12px;font-weight:800;cursor:pointer;transition:.18s}.tpcf-radio-pill input:checked+span{background:linear-gradient(135deg,#111c3a,#2563eb);border-color:#2563eb;color:#fff;box-shadow:0 8px 20px rgba(37,99,235,.2)}.tpcf-checkbox{display:flex;align-items:flex-start;gap:10px;margin:10px 0;font-size:13px;cursor:pointer}.tpcf-checkbox input{width:17px;height:17px;margin-top:1px;accent-color:var(--tpcf-blue)}.tpcf-checkbox-group{display:flex;flex-direction:column;gap:3px}.tpcf-hint{margin:-2px 0 12px;color:var(--tpcf-muted);font-size:13px;line-height:1.55}.tpcf-declaration{max-height:250px;overflow:auto;padding:18px;border:1px solid var(--tpcf-line);border-radius:16px;background:linear-gradient(180deg,#f8fafc,#fff);font-size:12px;line-height:1.7;color:#64748b}.tpcf-scene-tabs{display:inline-flex;padding:4px;background:#eef2f7;border-radius:999px;margin-bottom:14px}.tpcf-scene-tabs button{border:0;background:transparent;padding:9px 18px;border-radius:999px;color:#64748b;font-weight:800;cursor:pointer}.tpcf-scene-tabs button.is-active{background:#fff;color:#111c3a;box-shadow:0 2px 10px rgba(15,23,42,.1)}.tpcf-scene-panel{display:none}.tpcf-scene-panel.is-active{display:block}#tpcf-scene-canvas{display:block;width:100%;aspect-ratio:600/320;border:1.5px dashed #cbd5e1;border-radius:16px;background:#fff;touch-action:none;cursor:crosshair}.tpcf-scene-tools{margin-top:10px}.tpcf-upload-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.tpcf-dropzone{position:relative}.tpcf-dropzone-label{min-height:165px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:6px;padding:22px;border:1.5px dashed #cbd5e1;border-radius:18px;background:linear-gradient(180deg,#f8fafc,#fff);cursor:pointer;transition:.2s}.tpcf-dropzone.is-dragover .tpcf-dropzone-label,.tpcf-dropzone-label:hover{border-color:#60a5fa;background:#eff6ff;transform:translateY(-2px)}.tpcf-dropzone-icon{font-size:25px;color:var(--tpcf-blue)}.tpcf-dropzone-text{font-size:13px;font-weight:900}.tpcf-dropzone-hint{font-size:11px;color:var(--tpcf-muted)}.tpcf-dropzone input[type=file]{position:absolute;inset:0;opacity:0;cursor:pointer}.tpcf-dropzone-list{list-style:none;padding:0;margin:8px 0 0;font-size:11px}.tpcf-dropzone-list li{padding:4px 0}.tpcf-repeat-row{position:relative;padding:16px 42px 7px 0;border-bottom:1px dashed var(--tpcf-line);margin-bottom:12px}.tpcf-repeat-remove{position:absolute;right:0;top:12px;width:30px;height:30px;border:1px solid var(--tpcf-line);border-radius:50%;background:#fff;color:#64748b;cursor:pointer}.tpcf-repeat-remove:hover{background:#fee2e2;border-color:#fecaca;color:#dc2626}.tpcf-btn{border:0;border-radius:999px;padding:12px 21px;font-size:12.5px;font-weight:900;cursor:pointer;transition:.18s}.tpcf-btn--primary{background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;box-shadow:0 10px 25px rgba(37,99,235,.23)}.tpcf-btn--primary:hover{transform:translateY(-1px);box-shadow:0 14px 30px rgba(37,99,235,.3)}.tpcf-btn--ghost{background:#fff;color:#1e293b;border:1px solid var(--tpcf-line)}.tpcf-btn--ghost:hover{border-color:#94a3b8}.tpcf-nav{display:flex;align-items:center;gap:12px;justify-content:space-between;margin-top:30px;padding-top:20px;border-top:1px solid var(--tpcf-line)}.tpcf-form-msg{flex:1;text-align:center;color:var(--tpcf-red);font-size:12px}.tpcf-success{text-align:center;padding:70px 32px}.tpcf-success-icon{width:62px;height:62px;line-height:62px;margin:0 auto 16px;border-radius:50%;background:#d1fae5;color:#059669;font-size:28px;font-weight:900}.tpcf-success h3{margin:0 0 8px;font-size:24px}.tpcf-success p{margin:0 0 5px;color:var(--tpcf-muted)}.tpcf-ref{font-size:18px;font-weight:900;color:#111c3a;letter-spacing:.06em}[data-show-if]{display:none}[data-show-if].is-visible{display:block}
/* ADMIN */
.tpcf-admin{max-width:none;margin:22px 20px 50px 0}.tpcf-admin .tpcf-page-head{display:flex;justify-content:space-between;align-items:center;gap:18px;margin:18px 0 24px;padding:26px 30px;border-radius:22px;color:#fff;background:radial-gradient(circle at 85% 10%,rgba(6,182,212,.3),transparent 28%),linear-gradient(135deg,#070d1f,#182653);box-shadow:0 18px 45px rgba(15,23,42,.16)}.tpcf-admin .tpcf-page-head h1{margin:0;color:#fff;font-size:30px;font-weight:900;letter-spacing:-.03em}.tpcf-admin .tpcf-meta{margin:6px 0 0;color:#cbd5e1;font-size:13px}.tpcf-admin .button{border-radius:10px!important;border:1px solid #dbe3ec!important;box-shadow:none!important;font-weight:800!important;min-height:38px!important;padding:7px 14px!important}.tpcf-admin .button-primary{background:linear-gradient(135deg,#2563eb,#7c3aed)!important;border-color:#2563eb!important;color:#fff!important}.tpcf-status-tabs{padding:5px 8px!important;border:1px solid #e2e8f0;border-radius:13px;background:#fff;box-shadow:0 6px 20px rgba(15,23,42,.05)}.tpcf-admin .tpcf-status-tabs a{display:inline-block;padding:8px 10px;border-radius:9px;text-decoration:none}.tpcf-admin .tpcf-status-tabs a.current{background:#eef2ff;color:#4338ca;font-weight:900}.tpcf-search-form{display:flex!important;gap:10px!important;align-items:center;margin:18px 0!important}.tpcf-search-form input[type=search]{width:360px!important;min-height:42px;border-radius:12px!important;border:1px solid #dbe3ec!important;box-shadow:0 4px 14px rgba(15,23,42,.04)}.tpcf-table{border:0!important;border-radius:18px;overflow:hidden;box-shadow:0 12px 35px rgba(15,23,42,.07);background:#fff}.tpcf-table thead th{background:#f8fafc!important;color:#475569!important;font-size:11px!important;text-transform:uppercase;letter-spacing:.08em}.tpcf-table th,.tpcf-table td{padding:15px 14px!important;border-bottom:1px solid #eef2f7!important;vertical-align:middle!important}.tpcf-badge{display:inline-flex;padding:6px 10px;border-radius:999px;font-size:11px;font-weight:900}.tpcf-badge--new{background:#dbeafe;color:#1d4ed8}.tpcf-badge--reviewing{background:#fef3c7;color:#a16207}.tpcf-badge--contacted{background:#d1fae5;color:#047857}.tpcf-badge--lodged{background:#ede9fe;color:#6d28d9}.tpcf-badge--closed{background:#e2e8f0;color:#475569}
.tpcf-editor-hero{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:28px 30px;margin:0 0 18px;border:1px solid #dbe5f0;border-radius:22px;background:linear-gradient(135deg,#fff,#f8fbff);box-shadow:0 12px 35px rgba(15,23,42,.06)}.tpcf-editor-hero h2{margin:7px 0 4px;font-size:25px;letter-spacing:-.025em}.tpcf-editor-hero p{margin:0;color:#64748b;font-size:13px}.tpcf-editor-count{min-width:105px;text-align:center;padding:13px 16px;border-radius:16px;background:#eef2ff;color:#4338ca}.tpcf-editor-count strong{display:block;font-size:25px;line-height:1}.tpcf-editor-count span{display:block;margin-top:4px;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.tpcf-editor-toolbar{display:flex;justify-content:space-between;align-items:center;gap:15px;margin:0 0 12px}.tpcf-editor-search{display:flex;align-items:center;gap:9px;width:min(460px,100%);padding:0 13px;border:1px solid #dbe3ec;border-radius:13px;background:#fff;box-shadow:0 6px 18px rgba(15,23,42,.04)}.tpcf-editor-search span{font-size:22px;color:#94a3b8}.tpcf-editor-search input{border:0!important;outline:0!important;box-shadow:none!important;width:100%;padding:11px 0!important;background:transparent!important}.tpcf-editor-legend{display:flex;gap:15px;color:#64748b;font-size:11px;font-weight:800}.tpcf-editor-legend i{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:5px;background:#ef4444}.tpcf-editor-legend i.is-editable{background:#2563eb}.tpcf-data-table-wrap{border:1px solid #dfe7f0;border-radius:18px;overflow:auto;background:#fff;box-shadow:0 12px 35px rgba(15,23,42,.06)}.tpcf-data-table{width:100%;border-collapse:separate;border-spacing:0;min-width:1080px}.tpcf-data-table thead th{position:sticky;top:0;z-index:2;padding:13px 12px;background:#0f172a;color:#cbd5e1;font-size:10px;text-align:left;text-transform:uppercase;letter-spacing:.08em}.tpcf-data-table tbody td{padding:11px 12px;border-bottom:1px solid #edf2f7;vertical-align:middle;background:#fff}.tpcf-data-table tbody tr:hover td{background:#f8fbff}.tpcf-row-no{width:48px;color:#94a3b8;font-size:11px;font-weight:900}.tpcf-section-chip,.tpcf-type-chip{display:inline-flex;align-items:center;padding:5px 8px;border-radius:8px;background:#f1f5f9;color:#475569;font-size:10px;font-weight:900}.tpcf-type-chip{background:#eef2ff;color:#4f46e5}.tpcf-data-table code{font-size:10px;color:#64748b;background:#f8fafc;padding:4px 6px;border-radius:6px}.tpcf-required-dot{margin-left:4px}.tpcf-editor-value .tpcf-edit-field{margin:0}.tpcf-editor-value .tpcf-edit-label{display:none}.tpcf-editor-value input[type=text],.tpcf-editor-value input[type=email],.tpcf-editor-value input[type=tel],.tpcf-editor-value input[type=date],.tpcf-editor-value input[type=time],.tpcf-editor-value textarea,.tpcf-table-control{width:100%!important;min-width:250px;padding:9px 11px!important;border:1px solid #dbe3ec!important;border-radius:10px!important;background:#f8fafc!important;color:#0f172a!important;box-shadow:none!important;font:inherit!important}.tpcf-editor-value textarea{min-height:70px;resize:vertical}.tpcf-editor-value input:focus,.tpcf-editor-value textarea:focus,.tpcf-table-control:focus{background:#fff!important;border-color:#60a5fa!important;box-shadow:0 0 0 3px rgba(37,99,235,.1)!important;outline:0!important}.tpcf-editor-value .tpcf-radio-group{gap:6px}.tpcf-editor-value .tpcf-radio-pill span{padding:7px 10px;font-size:10px}.tpcf-inline-checks{display:flex;flex-wrap:wrap;gap:8px}.tpcf-inline-checks label{display:flex;align-items:center;gap:6px;padding:7px 9px;border:1px solid #e2e8f0;border-radius:9px;background:#f8fafc;font-size:10px;font-weight:800}.tpcf-inline-checks input{accent-color:#2563eb}.tpcf-repeat-editor-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:18px}.tpcf-admin .tpcf-edit-card{background:#fff;border:1px solid #dfe7f0;border-radius:18px;padding:20px;margin:0;box-shadow:0 10px 30px rgba(15,23,42,.05)}.tpcf-card-head{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:15px}.tpcf-card-head h3{margin:6px 0 0;font-size:18px}.tpcf-mini-count{padding:6px 9px;border-radius:999px;background:#f1f5f9;color:#64748b;font-size:10px;font-weight:900}.tpcf-admin .tpcf-repeat-edit{border:1px solid #e5eaf0;border-radius:13px;padding:13px;margin-bottom:10px;background:#f8fafc}.tpcf-admin .tpcf-repeat-edit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.tpcf-admin .tpcf-repeat-edit-grid .full{grid-column:1/-1}.tpcf-admin .tpcf-edit-label{display:block;font-size:11px;font-weight:900;color:#334155;margin-bottom:5px}.tpcf-admin .tpcf-status-form{display:flex;gap:9px;align-items:center;margin:0 0 18px}.tpcf-admin .tpcf-status-form select{width:auto;min-width:170px}.tpcf-sticky-actions{position:sticky;bottom:18px;z-index:10;display:flex;justify-content:space-between;align-items:center;gap:18px;margin-top:22px;padding:15px 18px;border:1px solid #dbe5f0;border-radius:17px;background:rgba(255,255,255,.92);box-shadow:0 16px 45px rgba(15,23,42,.14);backdrop-filter:blur(14px)}.tpcf-sticky-actions>div:first-child strong,.tpcf-sticky-actions>div:first-child span{display:block}.tpcf-sticky-actions>div:first-child strong{font-size:12px}.tpcf-sticky-actions>div:first-child span{margin-top:3px;color:#64748b;font-size:10px}.tpcf-action-buttons{display:flex;gap:8px}.tpcf-admin .tpcf-section-title{font-size:17px;margin:28px 0 10px}.tpcf-admin .widefat{border-color:#e2e8f0;border-radius:15px;overflow:hidden}.tpcf-admin .widefat th{background:#f8fafc}.tpcf-admin .tpcf-attachment-list{margin-left:20px}.tpcf-admin .tpcf-file-meta{color:#64748b;font-size:11px}.tpcf-admin .tpcf-settings-box{max-width:800px;background:#fff;border:1px solid #dfe7f0;border-radius:18px;padding:26px;box-shadow:0 12px 35px rgba(15,23,42,.06)}.tpcf-admin .tpcf-help{color:#64748b;font-size:12px;line-height:1.6}
@media(max-width:900px){.tpcf-admin{margin-right:12px}.tpcf-repeat-editor-grid{grid-template-columns:1fr}.tpcf-toolbar{flex-direction:column;align-items:stretch}.tpcf-editor-toolbar{align-items:stretch;flex-direction:column}.tpcf-editor-search{width:100%}}
@media(max-width:640px){.tpcf-wrap{margin:12px auto;padding:0 8px}.tpcf-brand{padding:30px 23px}.tpcf-title{font-size:29px}.tpcf-progress{padding:16px 23px 5px}form#tpcf-form{padding:6px 23px 28px}.tpcf-grid,.tpcf-upload-grid{grid-template-columns:1fr}.tpcf-field--half{grid-column:1/-1}.tpcf-nav{gap:8px}.tpcf-form-msg{display:none}.tpcf-editor-hero{align-items:flex-start;flex-direction:column}.tpcf-editor-count{min-width:90px}.tpcf-admin .tpcf-page-head{padding:20px;align-items:flex-start;flex-direction:column}.tpcf-sticky-actions{align-items:flex-start;flex-direction:column}.tpcf-action-buttons{width:100%}.tpcf-action-buttons .button{flex:1;text-align:center}.tpcf-admin .tpcf-repeat-edit-grid{grid-template-columns:1fr}}

/* Ultra-modern Form Settings builder */
.tpcf-settings-form .tpcf-edit-card{margin-top:22px}.tpcf-settings-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;padding:22px}.tpcf-table-control{width:100%;min-height:42px;border:1px solid #d9e1ee;border-radius:10px;padding:9px 12px;background:#fff;box-sizing:border-box}.tpcf-data-table td{vertical-align:middle}.tpcf-switch{display:inline-flex;align-items:center;cursor:pointer}.tpcf-switch input{position:absolute;opacity:0}.tpcf-switch span{width:46px;height:26px;border-radius:30px;background:#cbd5e1;position:relative;display:block;transition:.2s}.tpcf-switch span:after{content:"";width:20px;height:20px;border-radius:50%;background:#fff;position:absolute;top:3px;left:3px;box-shadow:0 2px 5px rgba(0,0,0,.18);transition:.2s}.tpcf-switch input:checked+span{background:linear-gradient(135deg,#5b5cf0,#8b5cf6)}.tpcf-switch input:checked+span:after{left:23px}.tpcf-settings-form .tpcf-sticky-actions{margin-top:24px}.tpcf-settings-form .tpcf-help{color:#64748b}.tpcf-settings-form code{font-size:11px;color:#64748b}.tpcf-settings-form .tpcf-data-table{min-width:980px}@media(max-width:900px){.tpcf-settings-grid{grid-template-columns:1fr}.tpcf-data-table-wrap{overflow-x:auto}}

/* v6 Settings: compact, tabbed, ultra-modern control center */
.tpcf-settings-modern{--tpcf-admin-bg:#f5f7fb}.tpcf-settings-modern .tpcf-settings-head{margin-bottom:18px}.tpcf-settings-stat{min-width:150px;padding:13px 18px;border:1px solid rgba(255,255,255,.16);border-radius:16px;background:rgba(255,255,255,.09);text-align:center;color:#fff}.tpcf-settings-stat strong{display:block;font-size:25px;line-height:1}.tpcf-settings-stat span{display:block;margin-top:4px;color:#cbd5e1;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.tpcf-settings-tabs{display:flex;gap:6px;padding:6px;margin:0 0 18px;border:1px solid #dfe7f0;border-radius:17px;background:#fff;box-shadow:0 10px 30px rgba(15,23,42,.06);overflow:auto}.tpcf-settings-tab{appearance:none;border:0;background:transparent;color:#64748b;padding:12px 18px;border-radius:12px;white-space:nowrap;font-size:12px;font-weight:900;cursor:pointer;transition:.18s}.tpcf-settings-tab:hover{background:#f8fafc;color:#334155}.tpcf-settings-tab.is-active{background:linear-gradient(135deg,#eef2ff,#f5f3ff);color:#4338ca;box-shadow:0 4px 12px rgba(79,70,229,.08)}.tpcf-settings-tab span{display:inline-flex;min-width:20px;height:20px;align-items:center;justify-content:center;margin-left:5px;padding:0 6px;border-radius:99px;background:#fff;color:#4f46e5;font-size:10px}.tpcf-settings-panel{display:none}.tpcf-settings-panel.is-active{display:block;animation:tpcf-settings-in .2s ease}@keyframes tpcf-settings-in{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}.tpcf-overview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.tpcf-overview-card{position:relative;padding:24px;border:1px solid #dfe7f0;border-radius:20px;background:#fff;box-shadow:0 12px 35px rgba(15,23,42,.06)}.tpcf-overview-card strong,.tpcf-overview-card small{display:block}.tpcf-overview-card strong{margin-top:17px;font-size:17px}.tpcf-overview-card small{margin-top:6px;color:#64748b;font-size:12px;line-height:1.55}.tpcf-overview-icon{display:inline-flex;width:44px;height:44px;align-items:center;justify-content:center;border-radius:13px;background:linear-gradient(135deg,#eef2ff,#ecfeff);color:#4f46e5;font-size:12px;font-weight:900}.tpcf-field-section-tabs{display:flex;gap:7px;padding:5px;margin-bottom:14px;border:1px solid #dfe7f0;border-radius:16px;background:#fff;box-shadow:0 7px 22px rgba(15,23,42,.05);overflow:auto}.tpcf-field-section-tab{appearance:none;border:0;background:transparent;color:#64748b;padding:10px 13px;border-radius:10px;white-space:nowrap;font-size:11px;font-weight:900;cursor:pointer}.tpcf-field-section-tab span{display:inline-flex;margin-left:6px;padding:3px 6px;border-radius:99px;background:#f1f5f9;color:#64748b;font-size:9px}.tpcf-field-section-tab.is-active{background:#0f172a;color:#fff}.tpcf-field-section-tab.is-active span{background:rgba(255,255,255,.13);color:#fff}.tpcf-field-section{display:none}.tpcf-field-section.is-active{display:block;animation:tpcf-settings-in .18s ease}.tpcf-field-section-head{display:flex;align-items:center;justify-content:space-between;margin:0 0 10px;padding:0 3px}.tpcf-field-section-head h3{margin:5px 0 0;font-size:18px}.tpcf-claim-settings-grid{padding:0;grid-template-columns:repeat(3,minmax(0,1fr))}.tpcf-setting-tile{padding:19px;border:1px solid #dfe7f0;border-radius:17px;background:#fff;box-shadow:0 8px 24px rgba(15,23,42,.045)}.tpcf-setting-tile small{display:block;margin-top:7px;color:#64748b;font-size:10px}.tpcf-mail-layout{display:grid;grid-template-columns:1fr 1fr;gap:18px}.tpcf-mail-card{border:1px solid #dfe7f0;border-radius:20px;background:#fff;padding:22px;box-shadow:0 10px 30px rgba(15,23,42,.055)}.tpcf-mail-card:nth-child(3){grid-column:1/-1}.tpcf-mail-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.tpcf-mail-grid .full{grid-column:1/-1}.tpcf-mail-grid small{display:block;margin-top:6px;color:#64748b;font-size:10px;line-height:1.5}.tpcf-required-note{color:#ef4444}.tpcf-switch-large span{width:52px;height:29px}.tpcf-switch-large span:after{width:23px;height:23px}.tpcf-switch-large input:checked+span:after{left:26px}.tpcf-settings-modern .tpcf-sticky-actions{margin-top:18px}.tpcf-settings-modern .notice{border-radius:12px;border-left-width:4px;box-shadow:0 6px 18px rgba(15,23,42,.05)}
@media(max-width:1100px){.tpcf-overview-grid,.tpcf-claim-settings-grid{grid-template-columns:1fr 1fr}.tpcf-mail-layout{grid-template-columns:1fr}.tpcf-mail-card:nth-child(3){grid-column:auto}}
@media(max-width:700px){.tpcf-overview-grid,.tpcf-claim-settings-grid,.tpcf-mail-grid{grid-template-columns:1fr}.tpcf-mail-grid .full{grid-column:auto}.tpcf-settings-tabs{border-radius:13px}.tpcf-settings-tab{padding:10px 12px}.tpcf-settings-stat{width:100%}}


/* ============================================================
   v7 — CYAN SIGNATURE UI / ALIGNMENT + #00C1F9 THEME
   ============================================================ */
.tpcf-wrap,
.tpcf-admin{
  --tpcf-primary:#00C1F9;
  --tpcf-primary-strong:#009ED0;
  --tpcf-primary-soft:#E8F9FF;
  --tpcf-ink:#0B1726;
  --tpcf-navy:#071A2B;
  --tpcf-muted:#617487;
  --tpcf-line:#D8E7EF;
  --tpcf-soft:#F5FBFE;
  --tpcf-white:#fff;
  --tpcf-blue:#00C1F9;
  --tpcf-cyan:#00C1F9;
  --tpcf-violet:#00C1F9;
  --tpcf-pink:#00C1F9;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
}

/* Frontend page + card */
.tpcf-wrap{
  max-width:1180px;
  margin:42px auto;
  padding:0 22px;
}
.tpcf-card{
  border:1px solid rgba(0,193,249,.16);
  border-radius:28px;
  background:#fff;
  box-shadow:0 28px 80px rgba(7,26,43,.13),0 4px 18px rgba(0,193,249,.06);
}
.tpcf-brand{
  padding:42px 48px 38px;
  min-height:245px;
  background:
    radial-gradient(circle at 88% 18%,rgba(0,193,249,.34),transparent 25%),
    radial-gradient(circle at 12% 95%,rgba(0,193,249,.16),transparent 31%),
    linear-gradient(135deg,#061521 0%,#082A40 52%,#073B57 100%);
}
.tpcf-brand:before{
  content:"";
  position:absolute;
  right:44px;
  top:34px;
  width:110px;
  height:110px;
  border:1px solid rgba(0,193,249,.28);
  border-radius:50%;
  box-shadow:0 0 0 22px rgba(0,193,249,.025),0 0 0 44px rgba(0,193,249,.018);
}
.tpcf-brand:after{
  width:300px;
  height:300px;
  right:-135px;
  bottom:-180px;
  border-color:rgba(0,193,249,.22);
}
.tpcf-brand-name{
  color:#7BE3FF;
  letter-spacing:.22em;
}
.tpcf-brand-meta{
  color:#B9D7E5;
  font-size:11px;
}
.tpcf-title{
  max-width:800px;
  font-size:clamp(30px,4.2vw,46px);
  letter-spacing:-.045em;
}
.tpcf-lede{color:#C5DCE7}
.tpcf-progress{
  padding:18px 48px 9px;
}
.tpcf-progress-bar{
  height:6px;
  background:#EAF3F7;
}
.tpcf-progress-bar span,
.tpcf-steps-dots li.is-active,
.tpcf-steps-dots li.is-done{
  background:linear-gradient(90deg,#00C1F9,#64DFFF);
}
form#tpcf-form{
  padding:8px 48px 42px;
}
.tpcf-step-head{
  padding:28px 0 22px;
}
.tpcf-step-tag,
.tpcf-kicker{
  background:var(--tpcf-primary-soft);
  color:#008BB8;
  border:1px solid rgba(0,193,249,.12);
}
.tpcf-step-head h3{
  color:#091A29;
  font-size:27px;
}
.tpcf-subhead{color:#315166}
.tpcf-grid{
  grid-template-columns:repeat(12,minmax(0,1fr));
  column-gap:20px;
  row-gap:17px;
}
.tpcf-field{grid-column:1/-1;min-width:0}
.tpcf-field--half{grid-column:span 6}
.tpcf-field--third{grid-column:span 4}
.tpcf-field label{
  margin-bottom:7px;
  color:#183348;
  font-size:11px;
  letter-spacing:.01em;
}
.tpcf-field input[type=text],
.tpcf-field input[type=email],
.tpcf-field input[type=tel],
.tpcf-field input[type=date],
.tpcf-field input[type=time],
.tpcf-field select,
.tpcf-field textarea{
  min-height:48px;
  padding:12px 14px;
  border:1px solid #D5E5ED;
  border-radius:12px;
  background:#F8FCFE;
  color:#0B1726;
  box-shadow:inset 0 1px 1px rgba(7,26,43,.025);
}
.tpcf-field select{min-height:48px;padding:12px 14px;border:1px solid #D5E5ED;border-radius:12px;background:#F8FCFE;color:#0B1726;box-shadow:inset 0 1px 1px rgba(7,26,43,.025)}
.tpcf-field textarea{min-height:126px}
.tpcf-field input:hover,
.tpcf-field select:hover,
.tpcf-field textarea:hover{
  border-color:#A9DCEB;
  background:#FBFEFF;
}
.tpcf-field input:focus,
.tpcf-field select:focus,
.tpcf-field textarea:focus{
  border-color:#00C1F9;
  box-shadow:0 0 0 4px rgba(0,193,249,.12),0 6px 18px rgba(0,193,249,.06);
  background:#fff;
}
.tpcf-req,.tpcf-required-dot{color:#00A8D8}
.tpcf-radio-pill span{
  border-color:#D5E5ED;
  background:#fff;
}
.tpcf-radio-pill input:checked+span{
  background:linear-gradient(135deg,#00C1F9,#009ED0);
  border-color:#00C1F9;
  box-shadow:0 8px 22px rgba(0,193,249,.24);
}
.tpcf-checkbox input{accent-color:#00C1F9}
.tpcf-checkbox{
  color:#29475A;
}
.tpcf-declaration{
  border-color:#D5E5ED;
  background:linear-gradient(180deg,#F5FBFE,#fff);
}
.tpcf-scene-tabs{
  background:#EAF8FC;
}
.tpcf-scene-tabs button.is-active{
  color:#007FA9;
  box-shadow:0 2px 10px rgba(0,193,249,.14);
}
#tpcf-scene-canvas{
  border-color:#9EDDED;
}
.tpcf-dropzone-label{
  border-color:#A9DCEB;
  background:linear-gradient(180deg,#F4FBFD,#fff);
}
.tpcf-dropzone.is-dragover .tpcf-dropzone-label,
.tpcf-dropzone-label:hover{
  border-color:#00C1F9;
  background:#ECFAFE;
}
.tpcf-dropzone-icon{color:#00C1F9}
.tpcf-btn--primary{
  background:linear-gradient(135deg,#00C1F9,#008FC2);
  box-shadow:0 12px 28px rgba(0,193,249,.25);
}
.tpcf-btn--primary:hover{
  box-shadow:0 16px 34px rgba(0,193,249,.31);
}
.tpcf-btn--ghost{
  border-color:#D5E5ED;
}
.tpcf-btn--ghost:hover{
  border-color:#00C1F9;
  color:#007FA9;
  background:#F1FBFE;
}
.tpcf-nav{
  border-top-color:#DCEAF0;
}
.tpcf-success-icon{
  background:#DFF8FF;
  color:#008DBA;
}
.tpcf-ref{color:#007FA9}

/* Admin: make cyan the only signature/accent color */
.tpcf-admin .tpcf-page-head{
  background:
    radial-gradient(circle at 86% 12%,rgba(0,193,249,.32),transparent 28%),
    linear-gradient(135deg,#061521,#082A40 58%,#073B57);
  box-shadow:0 18px 45px rgba(7,26,43,.16);
}
.tpcf-admin .button-primary,
.tpcf-admin .tpcf-btn--primary{
  background:linear-gradient(135deg,#00C1F9,#008FC2)!important;
  border-color:#00C1F9!important;
  box-shadow:0 8px 20px rgba(0,193,249,.2)!important;
}
.tpcf-admin .tpcf-status-tabs a.current{
  background:#E8F9FF;
  color:#007FA9;
}
.tpcf-settings-tab.is-active{
  background:linear-gradient(135deg,#E8F9FF,#F4FDFF);
  color:#007FA9;
  box-shadow:0 4px 12px rgba(0,193,249,.12);
}
.tpcf-settings-tab span{
  color:#007FA9;
}
.tpcf-field-section-tab.is-active{
  background:#071A2B;
  color:#fff;
}
.tpcf-field-section-tab span{
  color:#007FA9;
}
.tpcf-overview-icon{
  background:linear-gradient(135deg,#E8F9FF,#F5FDFF);
  color:#007FA9;
}
.tpcf-editor-count{
  background:#E8F9FF;
  color:#007FA9;
}
.tpcf-editor-legend i.is-editable{background:#00C1F9}
.tpcf-data-table thead th{
  background:#071A2B!important;
}
.tpcf-editor-value input:focus,
.tpcf-editor-value textarea:focus,
.tpcf-table-control:focus{
  border-color:#00C1F9!important;
  box-shadow:0 0 0 3px rgba(0,193,249,.12)!important;
}
.tpcf-switch input:checked+span,
.tpcf-switch-large input:checked+span{
  background:linear-gradient(135deg,#00C1F9,#008FC2);
}
.tpcf-admin .tpcf-settings-tabs,
.tpcf-admin .tpcf-field-section-tabs{
  border-color:#D8E7EF;
}
.tpcf-mail-card,
.tpcf-overview-card,
.tpcf-setting-tile,
.tpcf-admin .tpcf-edit-card{
  border-color:#D8E7EF;
}
.tpcf-settings-modern .tpcf-sticky-actions{
  border-color:#BDEAF6;
  box-shadow:0 16px 45px rgba(0,193,249,.12);
}
.tpcf-admin .tpcf-search-form input[type=search]:focus{
  border-color:#00C1F9!important;
  box-shadow:0 0 0 3px rgba(0,193,249,.1)!important;
  outline:0;
}

/* Cleaner WP admin background */
.tpcf-admin{
  color:#0B1726;
}
.tpcf-settings-modern{
  background:transparent;
}

/* Responsive alignment */
@media(max-width:760px){
  .tpcf-wrap{margin:18px auto;padding:0 10px}
  .tpcf-brand{padding:30px 24px 28px;min-height:0}
  .tpcf-brand:before{right:18px;top:20px;width:80px;height:80px}
  .tpcf-progress{padding:15px 24px 7px}
  form#tpcf-form{padding:6px 24px 30px}
  .tpcf-grid{grid-template-columns:1fr}
  .tpcf-field--half,.tpcf-field--third{grid-column:1/-1}
}


/* v8 frontend alignment + single numbered step navigator */
.tpcf-progress{
  padding:20px 48px 18px;
  background:#fff;
  border-bottom:1px solid #edf4f7;
  overflow-x:auto;
}
.tpcf-number-steps{
  display:flex;
  align-items:flex-start;
  width:100%;
  min-width:640px;
  margin:0;
  padding:0;
  list-style:none;
}
.tpcf-number-steps li{
  position:relative;
  display:flex;
  align-items:flex-start;
  flex:1;
  min-width:0;
}
.tpcf-number-steps li:last-child{flex:0 0 40px}
.tpcf-step-number{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  flex:0 0 34px;
  border:1px solid #cfe4ec;
  border-radius:50%;
  background:#f7fbfd;
  color:#668091;
  font-size:11px;
  font-weight:900;
  letter-spacing:.02em;
  transition:.2s ease;
}
.tpcf-step-line{
  height:2px;
  flex:1;
  margin:16px 7px 0;
  background:#dcebf1;
  border-radius:99px;
  transition:.2s ease;
}
.tpcf-number-steps li.is-active .tpcf-step-number,
.tpcf-number-steps li.is-done .tpcf-step-number{
  border-color:#00C1F9;
  background:#00C1F9;
  color:#fff;
  box-shadow:0 7px 18px rgba(0,193,249,.22);
}
.tpcf-number-steps li.is-done .tpcf-step-line{background:#00C1F9}
.tpcf-number-steps li.is-active .tpcf-step-line{background:linear-gradient(90deg,#00C1F9,#b9effb)}

/* Consistent 12-column form grid on every step. */
.tpcf-grid{grid-template-columns:repeat(12,minmax(0,1fr));column-gap:20px;row-gap:18px;align-items:start}
.tpcf-field{grid-column:1/-1;min-width:0}
.tpcf-field--half{grid-column:span 6}
.tpcf-field--third{grid-column:span 4}
.tpcf-field--quarter{grid-column:span 3}
.tpcf-field input[type=text],
.tpcf-field input[type=email],
.tpcf-field input[type=tel],
.tpcf-field input[type=date],
.tpcf-field input[type=time],
.tpcf-field select,
.tpcf-field textarea{box-sizing:border-box;width:100%}
.tpcf-field label{line-height:1.35}
.tpcf-step-head{padding:27px 0 20px}
.tpcf-step-head h3{margin-top:10px}

@media(max-width:760px){
  .tpcf-progress{padding:14px 24px 15px}
  .tpcf-number-steps{min-width:560px}
  .tpcf-grid{grid-template-columns:1fr;column-gap:0;row-gap:15px}
  .tpcf-field--half,.tpcf-field--third,.tpcf-field--quarter{grid-column:1/-1}
}


/* v9 — clean single-line numbered progress bar */
.tpcf-progress .tpcf-number-steps,
.tpcf-progress .tpcf-number-steps li{
  list-style:none!important;
  list-style-type:none!important;
  margin:0!important;
  padding:0!important;
}
.tpcf-progress .tpcf-number-steps li::marker,
.tpcf-progress .tpcf-number-steps li::before,
.tpcf-progress .tpcf-number-steps li::after{
  content:none!important;
  display:none!important;
}
.tpcf-progress .tpcf-number-steps{
  --tpcf-progress:0%;
  position:relative;
  display:flex!important;
  align-items:center!important;
  width:100%;
  min-width:0;
  height:42px;
  overflow:visible;
}
.tpcf-progress .tpcf-number-steps::before,
.tpcf-progress .tpcf-number-steps::after{
  content:"";
  position:absolute;
  left:16px;
  top:50%;
  height:3px;
  transform:translateY(-50%);
  border-radius:999px;
  z-index:0;
  pointer-events:none;
}
.tpcf-progress .tpcf-number-steps::before{
  right:16px;
  background:#dcebf1;
}
.tpcf-progress .tpcf-number-steps::after{
  width:calc(var(--tpcf-progress) * .968);
  max-width:calc(100% - 32px);
  background:#00C1F9;
  box-shadow:0 0 10px rgba(0,193,249,.18);
}
.tpcf-progress .tpcf-number-steps li{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:1 1 0!important;
  min-width:0!important;
  height:42px;
  z-index:2;
}
.tpcf-progress .tpcf-step-line{display:none!important}
.tpcf-progress .tpcf-step-number{
  position:relative;
  width:32px;
  height:32px;
  flex:0 0 32px;
  box-sizing:border-box;
  border:2px solid #d5e8ef;
  border-radius:50%;
  background:#fff;
  color:#708696;
  font-size:10px;
  font-weight:900;
  line-height:1;
  box-shadow:0 0 0 5px #fff;
}
.tpcf-progress .tpcf-number-steps li.is-active .tpcf-step-number,
.tpcf-progress .tpcf-number-steps li.is-done .tpcf-step-number{
  border-color:#00C1F9;
  background:#00C1F9;
  color:#fff;
  box-shadow:0 0 0 5px #fff,0 7px 18px rgba(0,193,249,.22);
}

/* Customer name + email: balanced two-column row on desktop. */
.tpcf-step[data-step="1"] .tpcf-grid .tpcf-field--half{grid-column:span 6}

@media(max-width:760px){
  .tpcf-progress .tpcf-number-steps{min-width:520px}
  .tpcf-step[data-step="1"] .tpcf-grid .tpcf-field--half{grid-column:1/-1}
}

/* Label typography: clean sentence case across every frontend field label. */
.tpcf-field > label, .tpcf-repeat-row .tpcf-field > label, .tpcf-dropzone-label, .tpcf-checkbox, .tpcf-radio-pill { text-transform: none; }

/* Yes/No (and other) option groups: always stay on a single row, never wrap to a second line. */
.tpcf-radio-group{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch}
.tpcf-radio-pill{flex:0 0 auto}
.tpcf-radio-pill span{white-space:nowrap}


/* v11 — polished repeat rows, declaration alignment and Flatpickr date/time controls */
.tpcf-repeat{margin-top:4px}
.tpcf-repeat-row{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px;padding:20px 58px 18px 0;margin:0 0 14px;border:1px solid var(--tpcf-line);border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(7,26,43,.045)}
.tpcf-repeat-row .tpcf-field{min-width:0}
.tpcf-repeat-row .tpcf-field--half{grid-column:span 1}
.tpcf-repeat-remove{position:absolute;right:14px;top:14px;width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:1px solid #d9e7ee;border-radius:10px;background:#f8fbfd;color:#587082;font-size:0;font-weight:900;line-height:1;cursor:pointer;z-index:3;transition:all .18s ease}
.tpcf-repeat-remove::before{content:'×';font-size:20px;font-weight:500;line-height:1}
.tpcf-repeat-remove:hover{background:#fff1f2;border-color:#fecdd3;color:#e11d48;transform:translateY(-1px);box-shadow:0 6px 16px rgba(225,29,72,.12)}
.tpcf-repeat-remove:focus-visible{outline:3px solid rgba(0,193,249,.2);outline-offset:2px}
.tpcf-repeat .tpcf-btn--ghost{border-color:#bfeaf7;color:#008db6;background:#f4fcff}
.tpcf-repeat .tpcf-btn--ghost:hover{border-color:#00C1F9;background:#e8f9ff;color:#007b9f}

/* Declaration agreement: aligned card instead of a loose checkbox line. */
.tpcf-step[data-step="9"] .tpcf-field:has(.tpcf-checkbox){margin-top:16px}
.tpcf-step[data-step="9"] .tpcf-checkbox{display:inline-flex;align-items:center;flex-wrap:nowrap;gap:12px;min-height:54px;width:fit-content;max-width:100%;margin:0;padding:13px 16px;border:1px solid #cfe6ee;border-radius:14px;background:#f7fcfe;color:#183244;font-size:13px;font-weight:800;line-height:1.45;box-sizing:border-box;white-space:normal}
.tpcf-step[data-step="9"] .tpcf-checkbox input{flex:0 0 19px;width:19px;height:19px;margin:0;accent-color:#00C1F9}
.tpcf-step[data-step="9"] .tpcf-checkbox span{display:block;flex:1 1 auto}
.tpcf-step[data-step="9"] .tpcf-field:has(.tpcf-checkbox) .tpcf-error{padding-left:48px}

/* Modern Flatpickr controls using the same #00C1F9 design language. */
.tpcf-field .flatpickr-input[readonly]{cursor:pointer;background:#f8fbfd}
.tpcf-field input.flatpickr-alt-input{cursor:pointer;background:#f8fbfd;padding-right:42px}
.flatpickr-calendar{border:1px solid #cfe6ee!important;border-radius:16px!important;box-shadow:0 18px 45px rgba(7,26,43,.16)!important;overflow:hidden;font-family:inherit!important}
.flatpickr-months,.flatpickr-weekdays{background:#071A2B!important;color:#fff!important}
.flatpickr-current-month,.flatpickr-current-month .cur-month,.flatpickr-current-month input.cur-year,.flatpickr-weekday{color:#fff!important;font-weight:800!important}
.flatpickr-prev-month svg,.flatpickr-next-month svg{fill:#fff!important}
.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange,.flatpickr-day.selected:hover{background:#00C1F9!important;border-color:#00C1F9!important;color:#fff!important}
.flatpickr-day.today{border-color:#00C1F9!important;color:#008db6!important}
.flatpickr-time input:hover,.flatpickr-time .flatpickr-am-pm:hover{background:#e8f9ff!important}
.flatpickr-time .flatpickr-am-pm{color:#008db6!important;font-weight:800}
.flatpickr-time .flatpickr-time-separator,.flatpickr-time input{font-weight:800!important}
.flatpickr-time input:focus{outline:0!important;background:#f0fbff!important}

@media(max-width:760px){
  .tpcf-repeat-row{grid-template-columns:1fr;padding-right:52px}
  .tpcf-repeat-row .tpcf-field--half{grid-column:1/-1}
  .tpcf-repeat-remove{right:10px;top:10px}
}

/* v13 — restore the full Passengers & Witnesses card layout.
 * The remove button is anchored independently so it never changes the
 * content grid width or squeezes the repeat fields into one column.
 */
.tpcf-step[data-step="6"] .tpcf-repeat-row{
  display:block!important;
  position:relative!important;
  box-sizing:border-box!important;
  width:100%!important;
  padding:20px 58px 18px 20px!important;
  margin:0 0 14px!important;
  border:1px solid var(--tpcf-line)!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 8px 24px rgba(7,26,43,.045)!important;
}
.tpcf-step[data-step="6"] .tpcf-repeat-row > .tpcf-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:18px!important;
  width:100%!important;
  margin:0!important;
}
.tpcf-step[data-step="6"] .tpcf-repeat-row .tpcf-field,
.tpcf-step[data-step="6"] .tpcf-repeat-row .tpcf-field--half{
  grid-column:auto!important;
  min-width:0!important;
  width:auto!important;
}
.tpcf-step[data-step="6"] .tpcf-repeat-remove{
  position:absolute!important;
  right:14px!important;
  top:14px!important;
  z-index:5!important;
  margin:0!important;
}
.tpcf-step[data-step="6"] .tpcf-repeat .tpcf-btn--ghost{
  margin-top:2px!important;
}

@media(max-width:760px){
  .tpcf-step[data-step="6"] .tpcf-repeat-row{
    padding:58px 16px 18px!important;
  }
  .tpcf-step[data-step="6"] .tpcf-repeat-row > .tpcf-grid{
    grid-template-columns:1fr!important;
    gap:14px!important;
  }
  .tpcf-step[data-step="6"] .tpcf-repeat-remove{
    right:12px!important;
    top:12px!important;
  }
}

/* v15 — Passengers & Witnesses: stable header + content layout. */
.tpcf-step[data-step="6"] .tpcf-repeat-row{
  display:block!important;
  width:100%!important;
  box-sizing:border-box!important;
  padding:0!important;
  margin:0 0 16px!important;
  overflow:visible!important;
  border:1px solid #d9e7ee!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 8px 24px rgba(7,26,43,.045)!important;
}
.tpcf-step[data-step="6"] .tpcf-repeat-row-head{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  min-height:58px!important;
  padding:12px 14px 12px 20px!important;
  box-sizing:border-box!important;
  border-bottom:1px solid #e7f0f4!important;
  background:linear-gradient(180deg,#fbfeff 0%,#f6fbfd 100%)!important;
  border-radius:18px 18px 0 0!important;
}
.tpcf-step[data-step="6"] .tpcf-repeat-row-head strong{
  color:#173447!important;
  font-size:13px!important;
  font-weight:800!important;
  letter-spacing:.01em!important;
}
.tpcf-step[data-step="6"] .tpcf-repeat-row > .tpcf-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:18px!important;
  width:100%!important;
  box-sizing:border-box!important;
  padding:20px!important;
  margin:0!important;
  align-items:start!important;
}
.tpcf-step[data-step="6"] .tpcf-repeat-row .tpcf-field,
.tpcf-step[data-step="6"] .tpcf-repeat-row .tpcf-field--half{
  grid-column:auto!important;
  min-width:0!important;
  width:100%!important;
  margin:0!important;
}
.tpcf-step[data-step="6"] .tpcf-repeat-remove{
  position:static!important;
  flex:0 0 34px!important;
  width:34px!important;
  height:34px!important;
  min-width:34px!important;
  margin:0!important;
  padding:0!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:1px solid #d7e6ed!important;
  border-radius:10px!important;
  background:#fff!important;
  color:#647b8b!important;
  font-size:0!important;
  line-height:1!important;
  box-shadow:0 3px 10px rgba(7,26,43,.05)!important;
}
.tpcf-step[data-step="6"] .tpcf-repeat-remove::before{content:'×';font-size:20px;font-weight:500;line-height:1}
.tpcf-step[data-step="6"] .tpcf-repeat-remove:hover{background:#fff4f5!important;border-color:#fecdd3!important;color:#e11d48!important;transform:none!important}
@media(max-width:760px){
  .tpcf-step[data-step="6"] .tpcf-repeat-row > .tpcf-grid{grid-template-columns:1fr!important;gap:14px!important;padding:16px!important}
  .tpcf-step[data-step="6"] .tpcf-repeat-row-head{padding-left:16px!important}
}

/* ============================================================
   v7.1 — CLAIMS LIST / BULK DELETE UI
   ============================================================ */
.tpcf-admin .tpcf-list-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  margin:0 0 18px;
  padding:26px 30px;
  border-radius:20px;
}
.tpcf-admin .tpcf-list-head h1{margin:7px 0 3px;color:#fff;font-size:26px;letter-spacing:-.025em}
.tpcf-admin .tpcf-list-head .tpcf-meta{margin:0;color:#b9d7e5}
.tpcf-head-stat{
  min-width:115px;
  padding:13px 18px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:14px;
  background:rgba(255,255,255,.09);
  color:#fff;
  text-align:center;
}
.tpcf-head-stat strong{display:block;font-size:25px;line-height:1}
.tpcf-head-stat span{display:block;margin-top:5px;color:#b9d7e5;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}

.tpcf-admin .tpcf-status-tabs{
  display:flex;
  align-items:center;
  gap:4px;
  width:fit-content;
  max-width:100%;
  margin:0 0 14px;
  padding:5px;
  border:1px solid #dce7ef;
  border-radius:14px;
  background:#fff;
  box-shadow:0 8px 25px rgba(7,26,43,.05);
  overflow:auto;
}
.tpcf-admin .tpcf-status-tabs a{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:9px 12px;
  border-radius:9px;
  color:#466174;
  text-decoration:none;
  white-space:nowrap;
  font-size:11px;
  font-weight:800;
}
.tpcf-admin .tpcf-status-tabs a:hover{background:#f5fbfe;color:#007fa9}
.tpcf-admin .tpcf-status-tabs a.current{background:#e8f9ff;color:#007fa9}
.tpcf-admin .tpcf-status-tabs a span{
  display:inline-flex;
  min-width:18px;
  height:18px;
  align-items:center;
  justify-content:center;
  padding:0 5px;
  border-radius:99px;
  background:#f0f4f7;
  color:#6b7e8b;
  font-size:9px;
}
.tpcf-admin .tpcf-status-tabs a.current span{background:#fff;color:#007fa9}

.tpcf-list-toolbar{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:10px;
  width:100%;
  margin:0 0 12px;
  flex-wrap:nowrap;
}
.tpcf-list-toolbar .tpcf-status-tabs{
  flex:0 0 auto;
  margin:0;
}
.tpcf-list-toolbar .tpcf-search-form{
  display:flex;
  align-items:center;
  gap:9px;
  flex:1 1 auto;
  min-width:260px;
  margin:0;
}
.tpcf-search-box{
  display:flex;
  align-items:center;
  gap:8px;
  flex:1 1 auto;
  width:auto;
  min-height:44px;
  padding:0 13px;
  border:1px solid #d5e3eb;
  border-radius:12px;
  background:#fff;
  box-shadow:0 6px 18px rgba(7,26,43,.04);
}
.tpcf-search-box .dashicons{color:#8196a4;font-size:17px}
.tpcf-search-box input{
  width:100%;
  min-height:42px;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  background:transparent!important;
  color:#132c3d;
  font-size:13px;
}
.tpcf-search-btn{
  flex:0 0 auto;
  min-height:44px!important;
  padding:0 18px!important;
  border:1px solid #d5e3eb!important;
  border-radius:12px!important;
  background:#fff!important;
  color:#007fa9!important;
  font-weight:800!important;
}
.tpcf-search-btn:hover{border-color:#00c1f9!important;background:#f2fbfe!important}
.tpcf-bulk-form{
  flex:0 0 auto;
  margin:0;
}
.tpcf-delete-selected{
  min-height:44px!important;
  padding:0 15px!important;
  border:1px solid #f1c5c5!important;
  border-radius:12px!important;
  background:#fff!important;
  color:#c62828!important;
  font-weight:800!important;
  white-space:nowrap;
}
.tpcf-delete-selected:hover:not(:disabled){background:#fff5f5!important;border-color:#e58a8a!important}
.tpcf-delete-selected:disabled{opacity:.45;cursor:not-allowed}
.tpcf-delete-selected .dashicons{font-size:16px;vertical-align:middle}

.tpcf-table-card{
  border:1px solid #dce7ef;
  border-radius:17px;
  background:#fff;
  box-shadow:0 12px 35px rgba(7,26,43,.06);
  overflow:hidden;
}
.tpcf-admin .tpcf-table{
  width:100%;
  margin:0;
  border:0;
  border-collapse:separate;
  border-spacing:0;
  table-layout:auto;
}
.tpcf-admin .tpcf-table thead th{
  padding:13px 12px;
  border:0;
  border-bottom:1px solid #dce7ef;
  background:#f5f9fb;
  color:#587183;
  font-size:10px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.075em;
  white-space:nowrap;
}
.tpcf-admin .tpcf-table tbody td{
  padding:14px 12px;
  border:0;
  border-bottom:1px solid #edf2f5;
  background:#fff;
  color:#334e60;
  font-size:12px;
  vertical-align:middle;
}
.tpcf-admin .tpcf-table tbody tr:last-child td{border-bottom:0}
.tpcf-admin .tpcf-table tbody tr:hover td{background:#f9fcfd}
.tpcf-admin .tpcf-table tbody tr{transition:background .15s ease}
.tpcf-check-col{width:38px!important;text-align:center!important}
.tpcf-action-col{width:135px!important}
.tpcf-select-all-wrap,.tpcf-row-check{display:inline-flex;align-items:center;justify-content:center;position:relative;cursor:pointer}
.tpcf-select-all-wrap input,.tpcf-row-check input{
  position:absolute;
  opacity:0;
  width:1px;
  height:1px;
}
.tpcf-select-all-wrap span,.tpcf-row-check span{
  display:block;
  width:17px;
  height:17px;
  border:1.5px solid #b9cbd5;
  border-radius:5px;
  background:#fff;
  transition:.15s ease;
}
.tpcf-select-all-wrap input:checked + span,
.tpcf-row-check input:checked + span{
  border-color:#00c1f9;
  background:#00c1f9;
  box-shadow:0 3px 8px rgba(0,193,249,.2);
}
.tpcf-select-all-wrap input:checked + span:after,
.tpcf-row-check input:checked + span:after{
  content:"";
  display:block;
  width:8px;
  height:4px;
  margin:4px auto 0;
  border-left:2px solid #fff;
  border-bottom:2px solid #fff;
  transform:rotate(-45deg);
}
.tpcf-select-all-wrap input:indeterminate + span{background:#e8f9ff;border-color:#00c1f9}
.tpcf-reference a{color:#006f96;text-decoration:none;font-weight:900}
.tpcf-reference a:hover{color:#00a8d8}
.tpcf-customer-name{display:block;color:#163346;font-weight:800}
.tpcf-customer-email{display:block;margin-top:3px;color:#728795;font-size:10px}
.tpcf-rego{
  display:inline-flex;
  padding:5px 8px;
  border:1px solid #dbe8ee;
  border-radius:7px;
  background:#f7fafc;
  color:#345467;
  font-weight:800;
  letter-spacing:.03em;
}
.tpcf-actions{white-space:nowrap}
.tpcf-edit-btn{
  display:inline-flex!important;
  align-items:center;
  gap:4px;
  min-height:31px!important;
  padding:0 9px!important;
  border:1px solid #d7e5ec!important;
  border-radius:9px!important;
  background:#fff!important;
  color:#007fa9!important;
  font-size:10px!important;
  font-weight:800!important;
}
.tpcf-edit-btn:hover{border-color:#00c1f9!important;background:#f2fbfe!important}
.tpcf-edit-btn .dashicons{font-size:14px}
.tpcf-row-delete{
  display:inline-flex;
  width:31px;
  height:31px;
  align-items:center;
  justify-content:center;
  margin-left:4px;
  border:1px solid #f0d2d2;
  border-radius:9px;
  background:#fff;
  color:#c62828;
  text-decoration:none;
  vertical-align:middle;
}
.tpcf-row-delete:hover{border-color:#df8b8b;background:#fff4f4;color:#a91f1f}
.tpcf-row-delete .dashicons{font-size:15px}
.tpcf-empty-state{padding:42px 20px;text-align:center;color:#7a8e9b}
.tpcf-empty-state .dashicons{display:block;margin:0 auto 8px;font-size:28px;width:28px;height:28px;color:#a8bac4}
.tpcf-empty-state strong{display:block;color:#405c6d;font-size:14px}
.tpcf-empty-state small{display:block;margin-top:4px;font-size:11px}
.tpcf-pagination{padding:15px 4px 0}
.tpcf-pagination .tablenav-pages{float:none;margin:0;text-align:right}
.tpcf-pagination .page-numbers{
  display:inline-flex;
  min-width:30px;
  height:30px;
  align-items:center;
  justify-content:center;
  margin-left:4px;
  padding:0 7px;
  border:1px solid #dbe6ed;
  border-radius:8px;
  background:#fff;
  color:#547080;
  text-decoration:none;
  font-size:11px;
}
.tpcf-pagination .page-numbers.current{border-color:#00c1f9;background:#e8f9ff;color:#007fa9;font-weight:900}
.tpcf-delete-notice{margin:0 0 14px!important;border-radius:10px!important}

@media(max-width:900px){
  .tpcf-admin .tpcf-list-head{align-items:flex-start;flex-direction:column}
  .tpcf-head-stat{width:100%}
  .tpcf-list-toolbar{align-items:stretch;flex-wrap:wrap}
  .tpcf-list-toolbar .tpcf-status-tabs{width:100%}
  .tpcf-list-toolbar .tpcf-search-form{width:100%;min-width:0}
  .tpcf-search-box{width:auto}
  .tpcf-bulk-form{margin-left:auto}
  .tpcf-delete-selected{width:auto}
  .tpcf-table-card{overflow-x:auto}
  .tpcf-admin .tpcf-table{min-width:980px}
}
@media(max-width:600px){
  .tpcf-admin .tpcf-list-head{padding:22px 20px}
  .tpcf-admin .tpcf-status-tabs{width:100%}
}

/* v16 — Claims toolbar alignment fix
 * Keeps status filters, search and bulk action in one clean row on desktop.
 * Prevents the delete button from being squeezed/clipped by the search form.
 */
.tpcf-admin .tpcf-list-toolbar{
  display:grid;
  grid-template-columns:minmax(0, 1.35fr) minmax(300px, 1fr) auto auto;
  align-items:center;
  gap:10px;
  width:100%;
  margin:0 0 12px;
}
.tpcf-admin .tpcf-list-toolbar .tpcf-status-tabs{
  width:100%;
  max-width:none;
  min-width:0;
  margin:0;
  padding:4px;
  gap:3px;
  overflow:hidden;
}
.tpcf-admin .tpcf-list-toolbar .tpcf-status-tabs a{
  flex:1 1 auto;
  justify-content:center;
  min-width:0;
  padding:9px 9px;
  gap:5px;
  font-size:10.5px;
}
.tpcf-admin .tpcf-list-toolbar .tpcf-status-tabs a span{
  flex:0 0 auto;
  min-width:17px;
  height:17px;
  padding:0 4px;
  font-size:9px;
}
.tpcf-admin .tpcf-list-toolbar .tpcf-search-form{
  display:flex;
  align-items:center;
  gap:8px;
  width:100%;
  min-width:0;
  margin:0;
}
.tpcf-admin .tpcf-list-toolbar .tpcf-search-box{
  min-width:0;
  width:auto;
  min-height:44px;
}
.tpcf-admin .tpcf-list-toolbar .tpcf-search-btn,
.tpcf-admin .tpcf-list-toolbar .tpcf-delete-selected{
  flex:0 0 auto;
  min-height:44px!important;
  white-space:nowrap;
}
.tpcf-admin .tpcf-list-toolbar .tpcf-search-btn{
  padding-left:16px!important;
  padding-right:16px!important;
}
.tpcf-admin .tpcf-list-toolbar .tpcf-bulk-form{
  flex:0 0 auto;
  min-width:max-content;
  width:max-content;
  margin:0;
}
.tpcf-admin .tpcf-list-toolbar .tpcf-delete-selected{
  min-width:138px;
  padding-left:14px!important;
  padding-right:14px!important;
}

@media(max-width:1100px){
  .tpcf-admin .tpcf-list-toolbar{
    grid-template-columns:minmax(0,1fr) minmax(250px,1fr) auto;
  }
  .tpcf-admin .tpcf-list-toolbar .tpcf-bulk-form{
    grid-column:1/-1;
    justify-self:end;
  }
}
@media(max-width:900px){
  .tpcf-admin .tpcf-list-toolbar{
    display:flex;
    align-items:stretch;
    flex-wrap:wrap;
    gap:10px;
  }
  .tpcf-admin .tpcf-list-toolbar .tpcf-status-tabs,
  .tpcf-admin .tpcf-list-toolbar .tpcf-search-form{
    width:100%;
  }
  .tpcf-admin .tpcf-list-toolbar .tpcf-status-tabs{
    overflow:auto;
  }
  .tpcf-admin .tpcf-list-toolbar .tpcf-status-tabs a{
    flex:0 0 auto;
  }
  .tpcf-admin .tpcf-list-toolbar .tpcf-bulk-form{
    width:auto;
    min-width:0;
    margin-left:auto;
  }
}


/* v18 — Claims Trash / soft-delete UI */
.tpcf-admin .tpcf-status-tabs .tpcf-trash-tab{color:#a43a3a}
.tpcf-admin .tpcf-status-tabs .tpcf-trash-tab:hover{background:#fff5f5;color:#a91f1f}
.tpcf-admin .tpcf-status-tabs .tpcf-trash-tab.current{background:#fff0f0;color:#a91f1f}
.tpcf-admin .tpcf-status-tabs .tpcf-trash-tab.current span{background:#fff;color:#a91f1f}
.tpcf-admin .tpcf-row-restore{display:inline-flex;width:31px;height:31px;align-items:center;justify-content:center;margin-left:4px;border:1px solid #cfe5d7;border-radius:9px;background:#fff;color:#2d7b49;text-decoration:none;vertical-align:middle}
.tpcf-admin .tpcf-row-restore:hover{border-color:#8bc3a0;background:#f2fbf5;color:#1f6739}
.tpcf-admin .tpcf-row-restore .dashicons{font-size:15px}
.tpcf-admin .tpcf-badge--trash{background:#fff0f0!important;border-color:#f2caca!important;color:#a91f1f!important}
.tpcf-admin .tpcf-restore-selected{min-height:44px!important;padding:0 15px!important;border:1px solid #cfe5d7!important;border-radius:12px!important;background:#fff!important;color:#2d7b49!important;font-weight:800!important;white-space:nowrap}
.tpcf-admin .tpcf-restore-selected:hover:not(:disabled){background:#f2fbf5!important;border-color:#8bc3a0!important}
.tpcf-admin .tpcf-restore-selected:disabled{opacity:.45;cursor:not-allowed}
.tpcf-admin .tpcf-restore-selected .dashicons{font-size:16px;vertical-align:middle}
.tpcf-admin .tpcf-list-toolbar:has(.tpcf-restore-selected){grid-template-columns:minmax(0,1.15fr) minmax(260px,1fr) auto auto}
@media(max-width:1100px){.tpcf-admin .tpcf-list-toolbar:has(.tpcf-restore-selected){grid-template-columns:minmax(0,1fr) minmax(230px,1fr) auto auto}}
