/* Progress bar */
.ob-progress{padding:24px 24px 0;max-width:600px;margin:0 auto}
.ob-progress-bar{display:flex;align-items:center;justify-content:center;gap:0}
.ob-progress-step{display:flex;flex-direction:column;align-items:center;position:relative;z-index:1;min-width:80px}
.ob-progress-circle{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:700;border:2px solid var(--gray-300);color:var(--gray-400);background:var(--white);transition:all .3s}
.ob-progress-step.active .ob-progress-circle{border-color:var(--accent);color:var(--white);background:var(--accent);box-shadow:0 0 0 4px rgba(0,113,227,.15)}
.ob-progress-step.done .ob-progress-circle{border-color:var(--green);color:var(--white);background:var(--green)}
.ob-progress-label{font-size:12px;font-weight:500;color:var(--gray-400);margin-top:8px;text-align:center;white-space:nowrap}
.ob-progress-step.active .ob-progress-label{color:var(--accent);font-weight:600}
.ob-progress-step.done .ob-progress-label{color:var(--green);font-weight:600}
.ob-progress-line{flex:1;height:2px;background:var(--gray-300);min-width:40px;transition:background .3s}
.ob-progress-line.done{background:var(--green)}

/* Container */
.ob-container{max-width:900px;margin:0 auto;padding:40px 24px 80px}
.ob-step{display:none}
.ob-step.active{display:block}
.ob-step-header{text-align:center;margin-bottom:40px}
.ob-step-header h2{font-size:var(--text-h2);font-weight:700;color:var(--gray-900);letter-spacing:-.02em}
.ob-step-header p{font-size:var(--text-lead);color:var(--gray-600);margin-top:8px;max-width:560px;margin-left:auto;margin-right:auto}

/* Plan cards */
.ob-toggle-wrap{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:40px}
.ob-toggle-label{font-size:15px;font-weight:500;color:var(--gray-500);transition:color .3s;cursor:pointer}
.ob-toggle-label.active{color:var(--gray-800);font-weight:600}
.ob-toggle{position:relative;width:52px;height:28px;background:var(--gray-300);border-radius:var(--radius-full);cursor:pointer;transition:background .3s;border:none;padding:0}
.ob-toggle.active{background:var(--accent)}
.ob-toggle::after{content:'';position:absolute;top:3px;left:3px;width:22px;height:22px;background:var(--white);border-radius:50%;transition:transform .3s;box-shadow:0 1px 3px rgba(0,0,0,.15)}
.ob-toggle.active::after{transform:translateX(24px)}
.ob-plans{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
@media(max-width:768px){.ob-plans{grid-template-columns:1fr;max-width:400px;margin:0 auto}}
.ob-plan-card{background:var(--white);border:2px solid var(--gray-200);border-radius:var(--radius-lg);padding:32px 24px;text-align:center;cursor:pointer;transition:all .3s;position:relative}
.ob-plan-card:hover{border-color:var(--accent);transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.08)}
.ob-plan-card.selected{border-color:var(--accent);box-shadow:0 0 0 3px rgba(0,113,227,.15)}
/* Selected plan banner in step 2 */
.ob-plan-selected-banner{display:inline-flex;align-items:center;gap:10px;padding:10px 20px;background:rgba(0,113,227,.06);border:1.5px solid rgba(0,113,227,.15);border-radius:var(--radius-full);margin-bottom:20px;flex-wrap:wrap;justify-content:center}
.ob-plan-selected-icon{width:22px;height:22px;background:var(--accent);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0}
.ob-plan-selected-text{font-size:14px;color:var(--gray-700)}
.ob-plan-selected-text strong{color:var(--accent);font-weight:700}
.ob-plan-change-btn{background:none;border:none;color:var(--gray-500);font-family:inherit;font-size:13px;font-weight:500;cursor:pointer;padding:4px 8px;border-radius:6px;transition:all .2s}
.ob-plan-change-btn:hover{color:var(--accent);background:rgba(0,113,227,.06)}

.ob-plan-card.popular{border-color:var(--gray-300)}
.ob-plan-card.popular.selected{border-color:var(--accent)}
.ob-plan-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--accent);color:var(--white);font-size:12px;font-weight:600;padding:4px 16px;border-radius:var(--radius-full);white-space:nowrap}
.ob-plan-icon{width:48px;height:48px;margin:0 auto 16px;background:var(--gray-100);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center}
.ob-plan-card.selected .ob-plan-icon{background:rgba(0,113,227,.1)}
.ob-plan-name{font-size:22px;font-weight:700;color:var(--gray-900);margin-bottom:4px}
.ob-plan-desc{font-size:14px;color:var(--gray-500);margin-bottom:20px}
.ob-price-wrap{position:relative;min-height:90px}
.ob-price-monthly,.ob-price-once{transition:opacity .3s,transform .3s}
.ob-price-hidden{opacity:0;position:absolute;transform:translateY(8px);pointer-events:none}
.ob-price-activation{font-size:13px;color:var(--gray-500);margin-bottom:4px}
.ob-price-activation span{font-weight:700;color:var(--gray-800)}
.ob-price-amount{font-size:36px;font-weight:800;color:var(--gray-900);line-height:1.1}
.ob-price-amount span{font-size:16px;font-weight:500;color:var(--gray-500)}
.ob-save-badge{display:inline-block;background:rgba(48,209,88,.12);color:var(--green);font-size:12px;font-weight:600;padding:3px 10px;border-radius:var(--radius-full);margin-top:8px}
.ob-plan-features{list-style:none;padding:0;margin:20px 0 0;text-align:left}
.ob-plan-features li{font-size:14px;color:var(--gray-600);padding:6px 0;padding-left:24px;position:relative}
.ob-plan-features li::before{content:'';position:absolute;left:0;top:10px;width:16px;height:16px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%2330d158'%3E%3Cpath fill-rule='evenodd' d='M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z'/%3E%3C/svg%3E") no-repeat center/contain}

/* Form fields */
.ob-form-progress{background:var(--gray-100);border-radius:var(--radius-full);height:8px;margin-bottom:32px;overflow:hidden}
.ob-form-progress-fill{height:100%;background:linear-gradient(90deg,var(--accent),var(--accent-bright));border-radius:var(--radius-full);transition:width .4s ease;width:0%}
.ob-form-progress-label{text-align:right;font-size:12px;font-weight:600;color:var(--accent);margin-bottom:6px}

.ob-field{margin-bottom:16px}
.ob-field label{display:block;font-size:14px;font-weight:600;color:var(--gray-800);margin-bottom:6px}
.ob-field label .req{color:#ef4444;margin-left:2px}
.ob-field input[type="text"],.ob-field input[type="email"],.ob-field input[type="tel"],.ob-field input[type="url"],.ob-field input[type="number"],.ob-field select,.ob-field textarea{width:100%;padding:12px 16px;border:1.5px solid var(--gray-200);border-radius:var(--radius-md);font-size:15px;font-family:var(--font);color:var(--gray-800);background:var(--white);transition:border-color .2s,box-shadow .2s;outline:none;box-sizing:border-box}
.ob-field input:focus,.ob-field select:focus,.ob-field textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(0,113,227,.1)}
.ob-field input::placeholder,.ob-field textarea::placeholder{color:var(--gray-400)}
.ob-field textarea{resize:vertical;min-height:80px}
.ob-field .ob-hint{font-size:12px;color:var(--gray-500);margin-top:4px}
.ob-field .ob-error{font-size:12px;color:#ef4444;margin-top:4px;display:none}
.ob-field.has-error input,.ob-field.has-error select,.ob-field.has-error textarea{border-color:#ef4444}
.ob-field.has-error .ob-error{display:block}
.ob-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}
@media(max-width:600px){.ob-row{grid-template-columns:1fr}}
.ob-checkbox-row{display:flex;align-items:center;gap:8px;margin-bottom:8px}
.ob-checkbox-row input[type="checkbox"]{width:18px;height:18px;accent-color:var(--accent);cursor:pointer}
.ob-checkbox-row label{font-size:14px;color:var(--gray-700);font-weight:400;margin-bottom:0;cursor:pointer}
.ob-radio-group{display:flex;gap:12px;flex-wrap:wrap}
.ob-radio-option{display:flex;align-items:center;gap:8px;padding:10px 16px;border:1.5px solid var(--gray-200);border-radius:var(--radius-md);cursor:pointer;transition:all .2s;font-size:14px;color:var(--gray-700)}
.ob-radio-option:hover{border-color:var(--accent)}
.ob-radio-option.selected{border-color:var(--accent);background:rgba(0,113,227,.04);color:var(--accent);font-weight:600}
.ob-radio-option input{display:none}
.ob-check-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:8px}
.ob-check-item{display:flex;align-items:center;gap:8px;padding:10px 14px;border:1.5px solid var(--gray-200);border-radius:var(--radius-md);cursor:pointer;transition:all .2s;font-size:14px;color:var(--gray-700)}
.ob-check-item:hover{border-color:var(--accent)}
.ob-check-item.checked{border-color:var(--accent);background:rgba(0,113,227,.04)}
.ob-check-item input[type="checkbox"]{width:16px;height:16px;accent-color:var(--accent)}

/* Upload */
.ob-upload-area{border:2px dashed var(--gray-300);border-radius:var(--radius-md);padding:32px;text-align:center;cursor:pointer;transition:all .2s;background:var(--gray-50)}
.ob-upload-area:hover,.ob-upload-area.dragover{border-color:var(--accent);background:rgba(0,113,227,.03)}
.ob-upload-area svg{width:40px;height:40px;color:var(--gray-400);margin:0 auto 12px}
.ob-upload-area p{font-size:14px;color:var(--gray-500)}
.ob-upload-area p strong{color:var(--accent)}
.ob-upload-area .ob-upload-hint{font-size:12px;color:var(--gray-400);margin-top:4px}
.ob-upload-preview{display:flex;gap:12px;flex-wrap:wrap;margin-top:12px}
.ob-upload-thumb{position:relative;width:80px;height:80px;border-radius:var(--radius-sm);overflow:hidden;border:1px solid var(--gray-200)}
.ob-upload-thumb img{width:100%;height:100%;object-fit:cover}
.ob-upload-thumb .ob-remove-img{position:absolute;top:2px;right:2px;width:20px;height:20px;background:rgba(0,0,0,.6);color:#fff;border:none;border-radius:50%;cursor:pointer;font-size:12px;display:flex;align-items:center;justify-content:center;line-height:1}
.ob-upload-loading{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:var(--gray-500);margin-top:8px}
.ob-upload-loading .spinner{width:16px;height:16px;border:2px solid var(--gray-300);border-top-color:var(--accent);border-radius:50%;animation:spin .6s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}

/* Summary */
.ob-summary-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:32px;margin-bottom:24px}
.ob-summary-section{margin-bottom:28px}
.ob-summary-section:last-child{margin-bottom:0}
.ob-summary-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;padding-bottom:8px;border-bottom:1px solid var(--gray-100)}
.ob-summary-section-title{font-size:16px;font-weight:700;color:var(--gray-900)}
.ob-summary-edit{font-size:13px;font-weight:600;color:var(--accent);cursor:pointer;background:none;border:none;font-family:var(--font)}
.ob-summary-edit:hover{text-decoration:underline}
.ob-summary-row{display:grid;grid-template-columns:140px 1fr;gap:8px;padding:6px 0;font-size:14px}
.ob-summary-label{color:var(--gray-500);font-weight:500}
.ob-summary-value{color:var(--gray-800);font-weight:400;word-break:break-word}
@media(max-width:500px){.ob-summary-row{grid-template-columns:1fr;gap:2px}.ob-summary-label{font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.5px}}
.ob-summary-images{display:flex;gap:8px;flex-wrap:wrap;margin-top:4px}
.ob-summary-images img{width:60px;height:60px;object-fit:cover;border-radius:var(--radius-sm);border:1px solid var(--gray-200)}
.ob-price-breakdown{background:var(--gray-50);border-radius:var(--radius-md);padding:24px;margin-bottom:24px}
.ob-price-line{display:flex;justify-content:space-between;padding:6px 0;font-size:15px;color:var(--gray-700)}
.ob-price-line.total{font-size:18px;font-weight:700;color:var(--gray-900);border-top:2px solid var(--gray-200);padding-top:12px;margin-top:6px}
.ob-trust-row{display:flex;gap:16px;justify-content:center;margin:24px 0;flex-wrap:wrap}
.ob-trust-item{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--gray-600);font-weight:500}
.ob-trust-item svg{width:18px;height:18px;color:var(--green)}

/* Buttons */
.ob-actions{display:flex;gap:16px;justify-content:center;margin-top:40px}
.ob-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 36px;border-radius:var(--radius-full);font-size:16px;font-weight:600;font-family:var(--font);cursor:pointer;transition:all .2s;border:none}
.ob-btn-primary{background:var(--accent);color:var(--white)}
.ob-btn-primary:hover{background:var(--accent-hover);transform:translateY(-1px);box-shadow:0 4px 16px rgba(0,113,227,.3)}
.ob-btn-primary:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}
.ob-btn-secondary{background:var(--gray-100);color:var(--gray-700)}
.ob-btn-secondary:hover{background:var(--gray-200)}

/* Success */
.ob-success{text-align:center;padding:60px 24px}
.ob-success-check{width:80px;height:80px;background:var(--green);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;animation:popIn .5s ease}
.ob-success-check svg{width:40px;height:40px;color:#fff}
@keyframes popIn{0%{transform:scale(0);opacity:0}50%{transform:scale(1.2)}100%{transform:scale(1);opacity:1}}
.ob-success h2{font-size:var(--text-h3);font-weight:700;color:var(--gray-900);margin-bottom:12px}
.ob-success p{font-size:var(--text-lead);color:var(--gray-600);max-width:480px;margin:0 auto 8px}
.ob-timeline{display:flex;flex-direction:column;gap:16px;max-width:400px;margin:32px auto;text-align:left}
.ob-timeline-item{display:flex;gap:12px;align-items:flex-start}
.ob-timeline-dot{width:28px;height:28px;background:rgba(0,113,227,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:13px;font-weight:700;color:var(--accent)}
.ob-timeline-text{font-size:14px;color:var(--gray-700);padding-top:4px}
.ob-timeline-text strong{color:var(--gray-900)}
.ob-wa-link{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;background:#25D366;color:#fff;border-radius:var(--radius-full);font-size:15px;font-weight:600;margin-top:24px;text-decoration:none;transition:all .2s}
.ob-wa-link:hover{background:#20bd5a;transform:translateY(-2px);box-shadow:0 4px 16px rgba(37,211,102,.3)}

/* Sub-step nav */
.ob-substep-nav{margin-bottom:24px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}
.ob-substep-nav::-webkit-scrollbar{display:none}
.ob-substep-dots{display:flex;align-items:flex-start;justify-content:center;gap:0;min-width:max-content;padding:0 8px}
.ob-dot{display:flex;flex-direction:column;align-items:center;background:none;border:none;cursor:pointer;padding:4px 0;min-width:56px;position:relative;font-family:var(--font)}
.ob-dot-circle{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--gray-100);border:2px solid var(--gray-200);transition:all .3s;position:relative}
.ob-dot-circle svg{width:18px;height:18px;color:var(--gray-400);transition:color .3s}
.ob-dot.active .ob-dot-circle{border-color:var(--accent);background:rgba(0,113,227,.08);box-shadow:0 0 0 4px rgba(0,113,227,.1)}
.ob-dot.active .ob-dot-circle svg{color:var(--accent)}
.ob-dot.done .ob-dot-circle{border-color:var(--green);background:var(--green)}
.ob-dot.done .ob-dot-circle svg{color:#fff}
.ob-dot-check{display:none;position:absolute;inset:0;align-items:center;justify-content:center;background:var(--green);border-radius:50%;animation:dotPop .4s ease}
.ob-dot-check svg{width:18px;height:18px;stroke:#fff;stroke-width:3;fill:none}
.ob-dot.done .ob-dot-check{display:flex}
@keyframes dotPop{0%{transform:scale(0)}60%{transform:scale(1.15)}100%{transform:scale(1)}}
.ob-dot-label{font-size:11px;font-weight:500;color:var(--gray-400);margin-top:6px;white-space:nowrap;transition:color .3s}
.ob-dot.active .ob-dot-label{color:var(--accent);font-weight:600}
.ob-dot.done .ob-dot-label{color:var(--green);font-weight:600}
.ob-dot-line{width:20px;height:2px;background:var(--gray-200);flex-shrink:0;margin-top:20px;transition:background .3s}
.ob-dot-line.done{background:var(--green)}

/* Sub-step card */
.ob-substep{display:none;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:32px;position:relative}
.ob-substep.active{display:block;animation:subIn .4s ease forwards}
.ob-substep.entering-reverse{display:block;animation:subInRev .4s ease forwards}
@keyframes subIn{from{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}
@keyframes subInRev{from{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}
.ob-substep-header{display:flex;align-items:center;gap:16px;margin-bottom:28px;padding-bottom:20px;border-bottom:1px solid var(--gray-100)}
.ob-substep-icon{width:52px;height:52px;background:rgba(0,113,227,.08);border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.ob-substep-icon svg{width:26px;height:26px;color:var(--accent)}
.ob-substep-title{font-size:20px;font-weight:700;color:var(--gray-900);margin:0;letter-spacing:-.02em}
.ob-substep-subtitle{font-size:14px;color:var(--gray-500);margin:4px 0 0}
.ob-substep-badge{margin-left:auto;font-size:12px;font-weight:600;color:var(--gray-400);background:var(--gray-100);padding:4px 12px;border-radius:var(--radius-full);white-space:nowrap}
.ob-substep-actions{display:flex;gap:12px;justify-content:space-between;align-items:center;margin-top:28px;padding-top:20px;border-top:1px solid var(--gray-100)}
.ob-substep-actions .ob-btn{min-width:140px}
.ob-substep[data-sub="0"] .ob-substep-prev{visibility:hidden}
.ob-substep-skip{background:none;border:none;color:var(--gray-400);font-size:13px;font-weight:500;cursor:pointer;font-family:var(--font);padding:8px 4px;transition:color .2s}
.ob-substep-skip:hover{color:var(--gray-600);text-decoration:underline}
.ob-substep-right{display:flex;align-items:center;gap:12px}

/* Testimonial repeater */
.ob-testimonial-item{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-md);padding:16px;margin-bottom:12px}
.ob-testimonial-item .ob-row{margin-bottom:8px}
.ob-add-testimonial{background:none;border:1.5px dashed var(--gray-300);border-radius:var(--radius-md);padding:12px;width:100%;cursor:pointer;color:var(--accent);font-size:14px;font-weight:600;font-family:var(--font);transition:all .2s}
.ob-add-testimonial:hover{border-color:var(--accent);background:rgba(0,113,227,.03)}

/* Highlight numbers */
.ob-highlight-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px}
@media(max-width:600px){.ob-highlight-row{grid-template-columns:1fr}}
.ob-highlight-item{text-align:center;padding:16px;background:var(--gray-50);border-radius:var(--radius-md);border:1px solid var(--gray-200)}
.ob-highlight-item label{font-size:12px;color:var(--gray-500);margin-bottom:4px;display:block}
.ob-highlight-item input{text-align:center;border:none;background:transparent;font-size:18px;font-weight:700;color:var(--gray-800);width:100%;outline:none;font-family:var(--font)}
.ob-highlight-item input::placeholder{font-size:14px;font-weight:400;color:var(--gray-400)}

/* Flash */
.ob-flash{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2000;pointer-events:none}
.ob-flash-circle{width:64px;height:64px;background:var(--green);border-radius:50%;display:flex;align-items:center;justify-content:center;animation:flashPop .8s ease forwards}
.ob-flash-circle svg{width:32px;height:32px;stroke:#fff;stroke-width:3;fill:none}
@keyframes flashPop{0%{transform:scale(0);opacity:0}30%{transform:scale(1.1);opacity:1}60%{transform:scale(1);opacity:1}100%{transform:scale(1);opacity:0}}

/* Help float */
.ob-help-float{position:fixed;bottom:24px;right:24px;z-index:100}
.ob-help-float a{display:flex;align-items:center;gap:8px;padding:12px 20px;background:#25D366;color:#fff;border-radius:var(--radius-full);font-size:14px;font-weight:600;box-shadow:0 4px 20px rgba(0,0,0,.15);text-decoration:none;transition:all .2s}
.ob-help-float a:hover{transform:translateY(-2px);box-shadow:0 6px 24px rgba(0,0,0,.2)}

.hidden{display:none!important}
.fade-in{animation:fadeIn .4s ease}
@keyframes fadeIn{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
body{overflow-x:hidden;padding-top:52px}
.ob-container{overflow-x:hidden}

/* Responsive */
@media(max-width:600px){
  .ob-progress{padding:20px 12px 0}
  .ob-progress-step{min-width:60px}
  .ob-progress-circle{width:34px;height:34px;font-size:13px}
  .ob-progress-label{font-size:11px}
  .ob-progress-line{min-width:24px}
  .ob-container{padding:20px 12px 60px}
  .ob-step-header{margin-bottom:24px}
  .ob-step-header h2{font-size:22px}
  .ob-step-header p{font-size:14px}
  .ob-plans{gap:12px;max-width:100%}
  .ob-plan-card{padding:20px 14px}
  .ob-plan-name{font-size:18px}
  .ob-price-amount{font-size:28px}
  .ob-field input[type="text"],.ob-field input[type="email"],.ob-field input[type="tel"],.ob-field input[type="url"],.ob-field input[type="number"],.ob-field select,.ob-field textarea{font-size:16px;padding:10px 12px}
  .ob-dot{min-width:36px}
  .ob-dot-circle{width:32px;height:32px}
  .ob-dot-circle svg{width:14px;height:14px}
  .ob-dot-label{display:none}
  .ob-dot-line{width:12px;margin-top:16px}
  .ob-substep{padding:20px 16px;border-radius:var(--radius-md)}
  .ob-substep-header{flex-wrap:wrap;gap:10px;margin-bottom:20px;padding-bottom:16px}
  .ob-substep-icon{width:40px;height:40px;border-radius:10px}
  .ob-substep-title{font-size:17px}
  .ob-substep-badge{order:-1;width:100%;text-align:center;margin-left:0}
  .ob-substep-actions{flex-direction:column-reverse;gap:10px}
  .ob-substep-actions .ob-btn{width:100%;min-width:unset}
  .ob-substep-right{width:100%;flex-direction:column;gap:8px}
  .ob-substep-right .ob-btn{width:100%}
  .ob-substep[data-sub="0"] .ob-substep-prev{display:none}
  .ob-substep-skip{width:100%;text-align:center}
  .ob-actions{flex-direction:column;gap:10px;margin-top:28px}
  .ob-btn{width:100%;padding:14px 24px;font-size:15px;justify-content:center}
  .ob-summary-card{padding:20px 16px}
  .ob-price-breakdown{padding:16px}
  .ob-help-float{bottom:16px;right:12px}
  .ob-help-float a{padding:10px 16px;font-size:13px}
  .ob-highlight-row{grid-template-columns:1fr}
}
@media screen and (max-width:768px){input[type="text"],input[type="email"],input[type="tel"],input[type="url"],input[type="number"],select,textarea{font-size:16px!important}}
