:root{--color-primary-green:#00c851;--color-primary-purple:#6b46c1;--color-primary-blue:#3b82f6;--color-text-primary:#1f2937;--color-text-secondary:#6b7280;--color-text-tertiary:#9ca3af;--color-text-inverse:#fff;--color-background-primary:#fff;--color-background-secondary:#f9fafb;--color-background-tertiary:#f3f4f6;--color-background-dark:#374151;--color-background-overlay:rgba(0,0,0,.5);--color-border-primary:#e5e7eb;--color-border-secondary:#d1d5db;--color-border-focus:#6b46c1;--color-status-success:#10b981;--color-status-warning:#f59e0b;--color-status-error:#ef4444;--color-status-info:#3b82f6;--color-tag-orange:#f97316;--color-tag-purple:#8b5cf6;--color-tag-green:#10b981;--color-tag-blue:#3b82f6;--color-tag-grey:#6b7280;--color-button-primary:var(--color-primary-green);--color-button-primary-hover:#00b844;--color-button-primary-active:#00a83d;--color-button-secondary:var(--color-background-primary);--color-button-secondary-hover:var(--color-background-secondary);--color-button-secondary-active:var(--color-background-tertiary);--color-call-control-bg:#0ea5e9;--color-call-control-active:#0284c7;--color-progress-active:var(--color-primary-green);--color-progress-inactive:var(--color-border-primary);--color-progress-completed:var(--color-primary-green);--font-family-primary:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;--font-family-mono:"SF Mono","Monaco","Inconsolata","Roboto Mono","Courier New",monospace;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-size-5xl:3rem;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--font-weight-extrabold:800;--line-height-tight:1.25;--line-height-snug:1.375;--line-height-normal:1.5;--line-height-relaxed:1.625;--line-height-loose:2;--letter-spacing-tighter:-.05em;--letter-spacing-tight:-.025em;--letter-spacing-normal:0em;--letter-spacing-wide:.025em;--letter-spacing-wider:.05em;--letter-spacing-widest:.1em;--spacing-0:0;--spacing-1:.25rem;--spacing-1-5:.375rem;--spacing-2:.5rem;--spacing-3:.75rem;--spacing-4:1rem;--spacing-5:1.25rem;--spacing-6:1.5rem;--spacing-8:2rem;--spacing-10:2.5rem;--spacing-12:3rem;--spacing-16:4rem;--spacing-20:5rem;--spacing-24:6rem;--spacing-32:8rem;--spacing-xs:var(--spacing-1);--spacing-sm:var(--spacing-2);--spacing-md:var(--spacing-4);--spacing-lg:var(--spacing-6);--spacing-xl:var(--spacing-8);--spacing-2xl:var(--spacing-12);--spacing-3xl:var(--spacing-16);--border-radius-none:0;--border-radius-sm:.125rem;--border-radius-base:.25rem;--border-radius-md:.375rem;--border-radius-lg:.5rem;--border-radius-xl:.75rem;--border-radius-2xl:1rem;--border-radius-3xl:1.5rem;--border-radius-full:9999px;--border-width-0:0;--border-width-1:1px;--border-width-2:2px;--border-width-4:4px;--border-width-8:8px;--border-style-solid:solid;--border-style-dashed:dashed;--border-style-dotted:dotted;--shadow-sm:0 1px 2px 0 rgba(0,0,0,.05);--shadow-base:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);--shadow-md:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);--shadow-xl:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);--shadow-2xl:0 25px 50px -12px rgba(0,0,0,.25);--shadow-inner:inset 0 2px 4px 0 rgba(0,0,0,.06);--shadow-none:0 0 transparent;--shadow-card:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);--z-index-dropdown:1000;--z-index-sticky:1020;--z-index-fixed:1030;--z-index-modal-backdrop:1040;--z-index-modal:1050;--z-index-popover:1060;--z-index-tooltip:1070;--z-index-toast:1080;--transition-duration-75:75ms;--transition-duration-100:.1s;--transition-duration-150:.15s;--transition-duration-200:.2s;--transition-duration-300:.3s;--transition-duration-500:.5s;--transition-duration-700:.7s;--transition-duration-1000:1s;--transition-timing-linear:linear;--transition-timing-in:cubic-bezier(.4,0,1,1);--transition-timing-out:cubic-bezier(0,0,.2,1);--transition-timing-in-out:cubic-bezier(.4,0,.2,1);--transition-all:all var(--transition-duration-200)var(--transition-timing-in-out);--transition-colors:color var(--transition-duration-200)var(--transition-timing-in-out),background-color var(--transition-duration-200)var(--transition-timing-in-out),border-color var(--transition-duration-200)var(--transition-timing-in-out);--transition-opacity:opacity var(--transition-duration-200)var(--transition-timing-in-out);--transition-transform:transform var(--transition-duration-200)var(--transition-timing-in-out);--button-height-sm:2rem;--button-height-md:2.5rem;--button-height-lg:3rem;--button-padding-x-sm:var(--spacing-3);--button-padding-x-md:var(--spacing-4);--button-padding-x-lg:var(--spacing-6);--input-height-sm:2rem;--input-height-md:2.5rem;--input-height-lg:3rem;--input-padding-x:var(--spacing-3);--card-padding:var(--spacing-6);--card-border-radius:var(--border-radius-lg);--card-shadow:var(--shadow-card);--tag-padding-x:var(--spacing-2);--tag-padding-y:var(--spacing-1);--tag-border-radius:var(--border-radius-full);--tag-font-size:var(--font-size-xs);--tag-font-weight:var(--font-weight-medium);--progress-height:.25rem;--progress-border-radius:var(--border-radius-full);--avatar-size-sm:2rem;--avatar-size-md:2.5rem;--avatar-size-lg:3rem;--avatar-size-xl:4rem;--criteria-button-bg:#f5f0f8;--criteria-button-bg-hover:#f0e8f0;--criteria-button-bg-active:#efe8f8;--criteria-button-bg-active-hover:#e6d8f0;--criteria-button-border:#e0d8e8;--criteria-button-border-hover:#d0c8d8;--criteria-button-border-active:#8a63d2;--criteria-button-text:#5c4b70;--criteria-button-text-hover:#4a3b60;--criteria-button-text-active:#2c2c3a;--criteria-button-text-active-hover:#1a1a2a;--criteria-button-padding-x:var(--spacing-4);--criteria-button-padding-y:var(--spacing-2);--criteria-button-padding-x-sm:var(--spacing-3);--criteria-button-padding-y-sm:var(--spacing-1-5);--criteria-button-padding-x-xs:var(--spacing-2);--criteria-button-padding-y-xs:var(--spacing-1);--step-content-bg:var(--color-background-primary);--step-content-border-radius:var(--border-radius-xl);--step-content-shadow:var(--shadow-md);--step-content-padding:var(--spacing-8);--step-content-padding-sm:var(--spacing-6);--step-content-padding-xs:var(--spacing-4);--step-content-margin:var(--spacing-8);--step-content-margin-sm:var(--spacing-4);--step-content-max-width:800px;--step-content-title-color:var(--color-text-primary);--step-content-description-color:var(--color-text-secondary);--step-content-call-title-color:var(--color-text-primary);--step-content-sentiment-color:var(--color-text-secondary);--step-content-sentiment-delighted-color:var(--color-status-success);--step-content-customer-card-bg:#f8fafc;--step-content-customer-card-border:#e2e8f0;--step-content-customer-name-color:var(--color-text-primary);--step-content-customer-contact-color:var(--color-text-secondary);--step-content-policies-title-color:#374151;--step-content-policy-item-bg:var(--color-background-primary);--step-content-policy-item-border:var(--color-border-primary);--step-content-policy-item-bg-hover:var(--color-background-secondary);--step-content-policy-item-border-hover:var(--color-border-secondary);--step-content-chevron-color:var(--color-text-tertiary);--step-content-transfer-text-color:var(--color-text-secondary);--step-content-progress-bg:var(--color-border-primary);--step-content-progress-fill:linear-gradient(90deg,var(--color-status-warning)0%,var(--color-status-success)100%);--step-content-option-card-bg:#f8fafc;--step-content-option-card-border:#e2e8f0;--step-content-option-card-shadow:var(--shadow-sm);--step-content-option-card-title-color:var(--color-text-primary);--step-content-option-card-text-color:var(--color-text-secondary);--step-content-notes-textarea-border:var(--color-border-secondary);--step-content-notes-textarea-focus-border:var(--color-border-focus);--step-content-notes-textarea-focus-shadow:0 0 0 3px rgba(107,70,193,.1);--step-content-info-item-border:var(--color-border-primary);--step-content-info-label-color:var(--color-text-secondary);--step-content-info-value-color:var(--color-text-primary);--step-content-claim-item-bg:var(--color-background-primary);--step-content-claim-item-border:var(--color-border-primary);--step-content-claim-status-approved-bg:#dcfce7;--step-content-claim-status-approved-color:#166534;--step-content-claim-status-pending-bg:#fef3c7;--step-content-claim-status-pending-color:#92400e;--step-content-solution-card-bg:#f0f9ff;--step-content-solution-card-border:#bae6fd;--step-content-solution-card-title-color:#1e40af;--step-content-solution-card-text-color:#1e40af;--step-content-summary-card-bg:#f0fdf4;--step-content-summary-card-border:#bbf7d0;--step-content-summary-item-border:#dcfce7;--step-content-summary-label-color:#166534;--step-content-summary-value-color:#166534;--stepper-padding:var(--spacing-4);--stepper-container-padding:var(--spacing-8);--stepper-container-padding-sm:var(--spacing-4);--stepper-container-padding-xs:var(--spacing-2);--stepper-step-wrapper-max-width:120px;--stepper-step-wrapper-max-width-sm:100px;--stepper-step-wrapper-max-width-xs:80px;--stepper-step-circle-size:18px;--stepper-step-circle-size-sm:40px;--stepper-step-circle-size-xs:36px;--stepper-step-connector-margin:var(--spacing-2);--stepper-step-connector-margin-sm:var(--spacing-1);--stepper-step-connector-margin-xs:var(--spacing-1);--stepper-step-connector-max-width:80px;--stepper-step-connector-max-width-sm:40px;--stepper-step-label-margin-top:var(--spacing-3);--stepper-step-label-min-width:80px;--stepper-step-label-max-width:100px;--stepper-step-label-min-width-sm:70px;--stepper-step-label-max-width-sm:80px;--stepper-step-label-min-width-xs:50px;--stepper-step-label-max-width-xs:70px;--stepper-step-pending-bg:#d3d3d3;--stepper-step-pending-bg-hover:#c4c4c4;--stepper-step-pending-color:var(--color-text-secondary);--stepper-step-active-bg:#4caf50;--stepper-step-active-bg-hover:#45a049;--stepper-step-active-color:var(--color-text-inverse);--stepper-step-completed-bg:#4caf50;--stepper-step-completed-bg-hover:#45a049;--stepper-step-completed-color:var(--color-text-inverse);--stepper-step-label-pending-color:var(--color-text-secondary);--stepper-step-label-active-color:var(--color-text-primary);--stepper-step-label-completed-color:var(--color-text-secondary);--stepper-connector-pending-bg:#d3d3d3;--stepper-connector-completed-bg:#4caf50;--stepper-connector-active-bg:#4caf50}.CriteriaButton-module-scss-module__6VgyfW__criteriaButton{padding:var(--criteria-button-padding-y)var(--criteria-button-padding-x);border:var(--border-width-1)var(--border-style-solid)var(--criteria-button-border);border-radius:var(--border-radius-full);background-color:var(--criteria-button-bg);color:var(--criteria-button-text);font-family:var(--font-family-primary);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);cursor:pointer;transition:var(--transition-all);white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none}.CriteriaButton-module-scss-module__6VgyfW__criteriaButton:hover{background-color:var(--criteria-button-bg-hover);border-color:var(--criteria-button-border-hover);color:var(--criteria-button-text-hover)}.CriteriaButton-module-scss-module__6VgyfW__criteriaButton:focus{outline:2px solid var(--color-border-focus);outline-offset:2px}.CriteriaButton-module-scss-module__6VgyfW__criteriaButton:active{transform:translateY(1px)}.CriteriaButton-module-scss-module__6VgyfW__active{background-color:var(--criteria-button-bg-active);color:var(--criteria-button-text-active);font-weight:var(--font-weight-bold);border-color:var(--criteria-button-border-active)}.CriteriaButton-module-scss-module__6VgyfW__active:hover{background-color:var(--criteria-button-bg-active-hover);color:var(--criteria-button-text-active-hover)}@media (max-width:768px){.CriteriaButton-module-scss-module__6VgyfW__criteriaButton{padding:var(--criteria-button-padding-y-sm)var(--criteria-button-padding-x-sm);font-size:var(--font-size-xs)}}@media (max-width:480px){.CriteriaButton-module-scss-module__6VgyfW__criteriaButton{padding:var(--criteria-button-padding-y-xs)var(--criteria-button-padding-x-xs);font-size:var(--font-size-xs)}}
:root{--color-primary-green:#00c851;--color-primary-purple:#6b46c1;--color-primary-blue:#3b82f6;--color-text-primary:#1f2937;--color-text-secondary:#6b7280;--color-text-tertiary:#9ca3af;--color-text-inverse:#fff;--color-background-primary:#fff;--color-background-secondary:#f9fafb;--color-background-tertiary:#f3f4f6;--color-background-dark:#374151;--color-background-overlay:rgba(0,0,0,.5);--color-border-primary:#e5e7eb;--color-border-secondary:#d1d5db;--color-border-focus:#6b46c1;--color-status-success:#10b981;--color-status-warning:#f59e0b;--color-status-error:#ef4444;--color-status-info:#3b82f6;--color-tag-orange:#f97316;--color-tag-purple:#8b5cf6;--color-tag-green:#10b981;--color-tag-blue:#3b82f6;--color-tag-grey:#6b7280;--color-button-primary:var(--color-primary-green);--color-button-primary-hover:#00b844;--color-button-primary-active:#00a83d;--color-button-secondary:var(--color-background-primary);--color-button-secondary-hover:var(--color-background-secondary);--color-button-secondary-active:var(--color-background-tertiary);--color-call-control-bg:#0ea5e9;--color-call-control-active:#0284c7;--color-progress-active:var(--color-primary-green);--color-progress-inactive:var(--color-border-primary);--color-progress-completed:var(--color-primary-green);--font-family-primary:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;--font-family-mono:"SF Mono","Monaco","Inconsolata","Roboto Mono","Courier New",monospace;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-size-5xl:3rem;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--font-weight-extrabold:800;--line-height-tight:1.25;--line-height-snug:1.375;--line-height-normal:1.5;--line-height-relaxed:1.625;--line-height-loose:2;--letter-spacing-tighter:-.05em;--letter-spacing-tight:-.025em;--letter-spacing-normal:0em;--letter-spacing-wide:.025em;--letter-spacing-wider:.05em;--letter-spacing-widest:.1em;--spacing-0:0;--spacing-1:.25rem;--spacing-1-5:.375rem;--spacing-2:.5rem;--spacing-3:.75rem;--spacing-4:1rem;--spacing-5:1.25rem;--spacing-6:1.5rem;--spacing-8:2rem;--spacing-10:2.5rem;--spacing-12:3rem;--spacing-16:4rem;--spacing-20:5rem;--spacing-24:6rem;--spacing-32:8rem;--spacing-xs:var(--spacing-1);--spacing-sm:var(--spacing-2);--spacing-md:var(--spacing-4);--spacing-lg:var(--spacing-6);--spacing-xl:var(--spacing-8);--spacing-2xl:var(--spacing-12);--spacing-3xl:var(--spacing-16);--border-radius-none:0;--border-radius-sm:.125rem;--border-radius-base:.25rem;--border-radius-md:.375rem;--border-radius-lg:.5rem;--border-radius-xl:.75rem;--border-radius-2xl:1rem;--border-radius-3xl:1.5rem;--border-radius-full:9999px;--border-width-0:0;--border-width-1:1px;--border-width-2:2px;--border-width-4:4px;--border-width-8:8px;--border-style-solid:solid;--border-style-dashed:dashed;--border-style-dotted:dotted;--shadow-sm:0 1px 2px 0 rgba(0,0,0,.05);--shadow-base:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);--shadow-md:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);--shadow-xl:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);--shadow-2xl:0 25px 50px -12px rgba(0,0,0,.25);--shadow-inner:inset 0 2px 4px 0 rgba(0,0,0,.06);--shadow-none:0 0 transparent;--shadow-card:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);--z-index-dropdown:1000;--z-index-sticky:1020;--z-index-fixed:1030;--z-index-modal-backdrop:1040;--z-index-modal:1050;--z-index-popover:1060;--z-index-tooltip:1070;--z-index-toast:1080;--transition-duration-75:75ms;--transition-duration-100:.1s;--transition-duration-150:.15s;--transition-duration-200:.2s;--transition-duration-300:.3s;--transition-duration-500:.5s;--transition-duration-700:.7s;--transition-duration-1000:1s;--transition-timing-linear:linear;--transition-timing-in:cubic-bezier(.4,0,1,1);--transition-timing-out:cubic-bezier(0,0,.2,1);--transition-timing-in-out:cubic-bezier(.4,0,.2,1);--transition-all:all var(--transition-duration-200)var(--transition-timing-in-out);--transition-colors:color var(--transition-duration-200)var(--transition-timing-in-out),background-color var(--transition-duration-200)var(--transition-timing-in-out),border-color var(--transition-duration-200)var(--transition-timing-in-out);--transition-opacity:opacity var(--transition-duration-200)var(--transition-timing-in-out);--transition-transform:transform var(--transition-duration-200)var(--transition-timing-in-out);--button-height-sm:2rem;--button-height-md:2.5rem;--button-height-lg:3rem;--button-padding-x-sm:var(--spacing-3);--button-padding-x-md:var(--spacing-4);--button-padding-x-lg:var(--spacing-6);--input-height-sm:2rem;--input-height-md:2.5rem;--input-height-lg:3rem;--input-padding-x:var(--spacing-3);--card-padding:var(--spacing-6);--card-border-radius:var(--border-radius-lg);--card-shadow:var(--shadow-card);--tag-padding-x:var(--spacing-2);--tag-padding-y:var(--spacing-1);--tag-border-radius:var(--border-radius-full);--tag-font-size:var(--font-size-xs);--tag-font-weight:var(--font-weight-medium);--progress-height:.25rem;--progress-border-radius:var(--border-radius-full);--avatar-size-sm:2rem;--avatar-size-md:2.5rem;--avatar-size-lg:3rem;--avatar-size-xl:4rem;--criteria-button-bg:#f5f0f8;--criteria-button-bg-hover:#f0e8f0;--criteria-button-bg-active:#efe8f8;--criteria-button-bg-active-hover:#e6d8f0;--criteria-button-border:#e0d8e8;--criteria-button-border-hover:#d0c8d8;--criteria-button-border-active:#8a63d2;--criteria-button-text:#5c4b70;--criteria-button-text-hover:#4a3b60;--criteria-button-text-active:#2c2c3a;--criteria-button-text-active-hover:#1a1a2a;--criteria-button-padding-x:var(--spacing-4);--criteria-button-padding-y:var(--spacing-2);--criteria-button-padding-x-sm:var(--spacing-3);--criteria-button-padding-y-sm:var(--spacing-1-5);--criteria-button-padding-x-xs:var(--spacing-2);--criteria-button-padding-y-xs:var(--spacing-1);--step-content-bg:var(--color-background-primary);--step-content-border-radius:var(--border-radius-xl);--step-content-shadow:var(--shadow-md);--step-content-padding:var(--spacing-8);--step-content-padding-sm:var(--spacing-6);--step-content-padding-xs:var(--spacing-4);--step-content-margin:var(--spacing-8);--step-content-margin-sm:var(--spacing-4);--step-content-max-width:800px;--step-content-title-color:var(--color-text-primary);--step-content-description-color:var(--color-text-secondary);--step-content-call-title-color:var(--color-text-primary);--step-content-sentiment-color:var(--color-text-secondary);--step-content-sentiment-delighted-color:var(--color-status-success);--step-content-customer-card-bg:#f8fafc;--step-content-customer-card-border:#e2e8f0;--step-content-customer-name-color:var(--color-text-primary);--step-content-customer-contact-color:var(--color-text-secondary);--step-content-policies-title-color:#374151;--step-content-policy-item-bg:var(--color-background-primary);--step-content-policy-item-border:var(--color-border-primary);--step-content-policy-item-bg-hover:var(--color-background-secondary);--step-content-policy-item-border-hover:var(--color-border-secondary);--step-content-chevron-color:var(--color-text-tertiary);--step-content-transfer-text-color:var(--color-text-secondary);--step-content-progress-bg:var(--color-border-primary);--step-content-progress-fill:linear-gradient(90deg,var(--color-status-warning)0%,var(--color-status-success)100%);--step-content-option-card-bg:#f8fafc;--step-content-option-card-border:#e2e8f0;--step-content-option-card-shadow:var(--shadow-sm);--step-content-option-card-title-color:var(--color-text-primary);--step-content-option-card-text-color:var(--color-text-secondary);--step-content-notes-textarea-border:var(--color-border-secondary);--step-content-notes-textarea-focus-border:var(--color-border-focus);--step-content-notes-textarea-focus-shadow:0 0 0 3px rgba(107,70,193,.1);--step-content-info-item-border:var(--color-border-primary);--step-content-info-label-color:var(--color-text-secondary);--step-content-info-value-color:var(--color-text-primary);--step-content-claim-item-bg:var(--color-background-primary);--step-content-claim-item-border:var(--color-border-primary);--step-content-claim-status-approved-bg:#dcfce7;--step-content-claim-status-approved-color:#166534;--step-content-claim-status-pending-bg:#fef3c7;--step-content-claim-status-pending-color:#92400e;--step-content-solution-card-bg:#f0f9ff;--step-content-solution-card-border:#bae6fd;--step-content-solution-card-title-color:#1e40af;--step-content-solution-card-text-color:#1e40af;--step-content-summary-card-bg:#f0fdf4;--step-content-summary-card-border:#bbf7d0;--step-content-summary-item-border:#dcfce7;--step-content-summary-label-color:#166534;--step-content-summary-value-color:#166534;--stepper-padding:var(--spacing-4);--stepper-container-padding:var(--spacing-8);--stepper-container-padding-sm:var(--spacing-4);--stepper-container-padding-xs:var(--spacing-2);--stepper-step-wrapper-max-width:120px;--stepper-step-wrapper-max-width-sm:100px;--stepper-step-wrapper-max-width-xs:80px;--stepper-step-circle-size:18px;--stepper-step-circle-size-sm:40px;--stepper-step-circle-size-xs:36px;--stepper-step-connector-margin:var(--spacing-2);--stepper-step-connector-margin-sm:var(--spacing-1);--stepper-step-connector-margin-xs:var(--spacing-1);--stepper-step-connector-max-width:80px;--stepper-step-connector-max-width-sm:40px;--stepper-step-label-margin-top:var(--spacing-3);--stepper-step-label-min-width:80px;--stepper-step-label-max-width:100px;--stepper-step-label-min-width-sm:70px;--stepper-step-label-max-width-sm:80px;--stepper-step-label-min-width-xs:50px;--stepper-step-label-max-width-xs:70px;--stepper-step-pending-bg:#d3d3d3;--stepper-step-pending-bg-hover:#c4c4c4;--stepper-step-pending-color:var(--color-text-secondary);--stepper-step-active-bg:#4caf50;--stepper-step-active-bg-hover:#45a049;--stepper-step-active-color:var(--color-text-inverse);--stepper-step-completed-bg:#4caf50;--stepper-step-completed-bg-hover:#45a049;--stepper-step-completed-color:var(--color-text-inverse);--stepper-step-label-pending-color:var(--color-text-secondary);--stepper-step-label-active-color:var(--color-text-primary);--stepper-step-label-completed-color:var(--color-text-secondary);--stepper-connector-pending-bg:#d3d3d3;--stepper-connector-completed-bg:#4caf50;--stepper-connector-active-bg:#4caf50}.Stepper-module-scss-module__xXUGUa__stepper{width:100%;padding:var(--stepper-padding)0;background-color:transparent}.Stepper-module-scss-module__xXUGUa__stepperContainer{padding:0 var(--stepper-container-padding);align-items:center;display:flex}.Stepper-module-scss-module__xXUGUa__stepWrapper{min-width:0;max-width:var(--stepper-step-wrapper-max-width);flex-direction:column;flex:1;align-items:center;display:flex;position:relative}.Stepper-module-scss-module__xXUGUa__stepCircle{width:var(--stepper-step-circle-size);height:var(--stepper-step-circle-size);border-radius:var(--border-radius-full);transition:var(--transition-all);z-index:2;cursor:pointer;justify-content:center;align-items:center;display:flex;position:relative}.Stepper-module-scss-module__xXUGUa__stepCircle:hover{transform:scale(1.05)}.Stepper-module-scss-module__xXUGUa__stepPending{background-color:var(--stepper-step-pending-bg);color:var(--stepper-step-pending-color);border:none}.Stepper-module-scss-module__xXUGUa__stepPending:hover{background-color:var(--stepper-step-pending-bg-hover)}.Stepper-module-scss-module__xXUGUa__stepActive{background-color:var(--stepper-step-active-bg);color:var(--stepper-step-active-color);border:none}.Stepper-module-scss-module__xXUGUa__stepActive:hover{background-color:var(--stepper-step-active-bg-hover)}.Stepper-module-scss-module__xXUGUa__stepCompleted{background-color:var(--stepper-step-completed-bg);color:var(--stepper-step-completed-color);border:none}.Stepper-module-scss-module__xXUGUa__stepCompleted:hover{background-color:var(--stepper-step-completed-bg-hover)}.Stepper-module-scss-module__xXUGUa__stepLabel{margin-top:var(--stepper-step-label-margin-top);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);text-align:center;min-width:var(--stepper-step-label-min-width);max-width:var(--stepper-step-label-max-width);transition:var(--transition-all);line-height:var(--line-height-snug)}.Stepper-module-scss-module__xXUGUa__stepLabel.Stepper-module-scss-module__xXUGUa__labelPending{color:var(--stepper-step-label-pending-color);font-weight:var(--font-weight-normal)}.Stepper-module-scss-module__xXUGUa__stepLabel.Stepper-module-scss-module__xXUGUa__labelActive{color:var(--stepper-step-label-active-color);font-weight:var(--font-weight-bold)}.Stepper-module-scss-module__xXUGUa__stepLabel.Stepper-module-scss-module__xXUGUa__labelCompleted{color:var(--stepper-step-label-completed-color);font-weight:var(--font-weight-normal)}.Stepper-module-scss-module__xXUGUa__stepConnector{height:var(--border-width-2);margin:0 var(--stepper-step-connector-margin);z-index:1;border-radius:var(--border-radius-sm);max-width:var(--stepper-step-connector-max-width);flex:1;position:relative}.Stepper-module-scss-module__xXUGUa__stepConnector:before{content:"";background-color:var(--stepper-connector-pending-bg);border-radius:var(--border-radius-sm);width:100%;height:100%;position:absolute;top:-14px;left:0}.Stepper-module-scss-module__xXUGUa__connectorPending:before{background-color:var(--stepper-connector-pending-bg)}.Stepper-module-scss-module__xXUGUa__connectorCompleted:before{background-color:var(--stepper-connector-completed-bg)}.Stepper-module-scss-module__xXUGUa__connectorActive:before{background-color:var(--stepper-connector-active-bg)}@keyframes Stepper-module-scss-module__xXUGUa__fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:768px){.Stepper-module-scss-module__xXUGUa__stepperContainer{padding:0 var(--stepper-container-padding-sm);justify-content:space-around}.Stepper-module-scss-module__xXUGUa__stepWrapper{max-width:var(--stepper-step-wrapper-max-width-sm)}.Stepper-module-scss-module__xXUGUa__stepCircle{width:var(--stepper-step-circle-size-sm);height:var(--stepper-step-circle-size-sm)}.Stepper-module-scss-module__xXUGUa__stepLabel{font-size:var(--font-size-xs);min-width:var(--stepper-step-label-min-width-sm);max-width:var(--stepper-step-label-max-width-sm)}.Stepper-module-scss-module__xXUGUa__stepConnector{margin:0 var(--stepper-step-connector-margin-sm);height:var(--border-width-2);max-width:var(--stepper-step-connector-max-width-sm)}}@media (max-width:480px){.Stepper-module-scss-module__xXUGUa__stepperContainer{gap:var(--spacing-4);padding:0 var(--stepper-container-padding-xs);flex-wrap:wrap;justify-content:center}.Stepper-module-scss-module__xXUGUa__stepWrapper{min-width:60px;max-width:var(--stepper-step-wrapper-max-width-xs);flex:1}.Stepper-module-scss-module__xXUGUa__stepConnector{display:none}.Stepper-module-scss-module__xXUGUa__stepCircle{width:var(--stepper-step-circle-size-xs);height:var(--stepper-step-circle-size-xs)}.Stepper-module-scss-module__xXUGUa__stepLabel{font-size:var(--font-size-xs);min-width:var(--stepper-step-label-min-width-xs);max-width:var(--stepper-step-label-max-width-xs)}}
:root{--color-primary-green:#00c851;--color-primary-purple:#6b46c1;--color-primary-blue:#3b82f6;--color-text-primary:#1f2937;--color-text-secondary:#6b7280;--color-text-tertiary:#9ca3af;--color-text-inverse:#fff;--color-background-primary:#fff;--color-background-secondary:#f9fafb;--color-background-tertiary:#f3f4f6;--color-background-dark:#374151;--color-background-overlay:rgba(0,0,0,.5);--color-border-primary:#e5e7eb;--color-border-secondary:#d1d5db;--color-border-focus:#6b46c1;--color-status-success:#10b981;--color-status-warning:#f59e0b;--color-status-error:#ef4444;--color-status-info:#3b82f6;--color-tag-orange:#f97316;--color-tag-purple:#8b5cf6;--color-tag-green:#10b981;--color-tag-blue:#3b82f6;--color-tag-grey:#6b7280;--color-button-primary:var(--color-primary-green);--color-button-primary-hover:#00b844;--color-button-primary-active:#00a83d;--color-button-secondary:var(--color-background-primary);--color-button-secondary-hover:var(--color-background-secondary);--color-button-secondary-active:var(--color-background-tertiary);--color-call-control-bg:#0ea5e9;--color-call-control-active:#0284c7;--color-progress-active:var(--color-primary-green);--color-progress-inactive:var(--color-border-primary);--color-progress-completed:var(--color-primary-green);--font-family-primary:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;--font-family-mono:"SF Mono","Monaco","Inconsolata","Roboto Mono","Courier New",monospace;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-size-5xl:3rem;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--font-weight-extrabold:800;--line-height-tight:1.25;--line-height-snug:1.375;--line-height-normal:1.5;--line-height-relaxed:1.625;--line-height-loose:2;--letter-spacing-tighter:-.05em;--letter-spacing-tight:-.025em;--letter-spacing-normal:0em;--letter-spacing-wide:.025em;--letter-spacing-wider:.05em;--letter-spacing-widest:.1em;--spacing-0:0;--spacing-1:.25rem;--spacing-1-5:.375rem;--spacing-2:.5rem;--spacing-3:.75rem;--spacing-4:1rem;--spacing-5:1.25rem;--spacing-6:1.5rem;--spacing-8:2rem;--spacing-10:2.5rem;--spacing-12:3rem;--spacing-16:4rem;--spacing-20:5rem;--spacing-24:6rem;--spacing-32:8rem;--spacing-xs:var(--spacing-1);--spacing-sm:var(--spacing-2);--spacing-md:var(--spacing-4);--spacing-lg:var(--spacing-6);--spacing-xl:var(--spacing-8);--spacing-2xl:var(--spacing-12);--spacing-3xl:var(--spacing-16);--border-radius-none:0;--border-radius-sm:.125rem;--border-radius-base:.25rem;--border-radius-md:.375rem;--border-radius-lg:.5rem;--border-radius-xl:.75rem;--border-radius-2xl:1rem;--border-radius-3xl:1.5rem;--border-radius-full:9999px;--border-width-0:0;--border-width-1:1px;--border-width-2:2px;--border-width-4:4px;--border-width-8:8px;--border-style-solid:solid;--border-style-dashed:dashed;--border-style-dotted:dotted;--shadow-sm:0 1px 2px 0 rgba(0,0,0,.05);--shadow-base:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);--shadow-md:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);--shadow-xl:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);--shadow-2xl:0 25px 50px -12px rgba(0,0,0,.25);--shadow-inner:inset 0 2px 4px 0 rgba(0,0,0,.06);--shadow-none:0 0 transparent;--shadow-card:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);--z-index-dropdown:1000;--z-index-sticky:1020;--z-index-fixed:1030;--z-index-modal-backdrop:1040;--z-index-modal:1050;--z-index-popover:1060;--z-index-tooltip:1070;--z-index-toast:1080;--transition-duration-75:75ms;--transition-duration-100:.1s;--transition-duration-150:.15s;--transition-duration-200:.2s;--transition-duration-300:.3s;--transition-duration-500:.5s;--transition-duration-700:.7s;--transition-duration-1000:1s;--transition-timing-linear:linear;--transition-timing-in:cubic-bezier(.4,0,1,1);--transition-timing-out:cubic-bezier(0,0,.2,1);--transition-timing-in-out:cubic-bezier(.4,0,.2,1);--transition-all:all var(--transition-duration-200)var(--transition-timing-in-out);--transition-colors:color var(--transition-duration-200)var(--transition-timing-in-out),background-color var(--transition-duration-200)var(--transition-timing-in-out),border-color var(--transition-duration-200)var(--transition-timing-in-out);--transition-opacity:opacity var(--transition-duration-200)var(--transition-timing-in-out);--transition-transform:transform var(--transition-duration-200)var(--transition-timing-in-out);--button-height-sm:2rem;--button-height-md:2.5rem;--button-height-lg:3rem;--button-padding-x-sm:var(--spacing-3);--button-padding-x-md:var(--spacing-4);--button-padding-x-lg:var(--spacing-6);--input-height-sm:2rem;--input-height-md:2.5rem;--input-height-lg:3rem;--input-padding-x:var(--spacing-3);--card-padding:var(--spacing-6);--card-border-radius:var(--border-radius-lg);--card-shadow:var(--shadow-card);--tag-padding-x:var(--spacing-2);--tag-padding-y:var(--spacing-1);--tag-border-radius:var(--border-radius-full);--tag-font-size:var(--font-size-xs);--tag-font-weight:var(--font-weight-medium);--progress-height:.25rem;--progress-border-radius:var(--border-radius-full);--avatar-size-sm:2rem;--avatar-size-md:2.5rem;--avatar-size-lg:3rem;--avatar-size-xl:4rem;--criteria-button-bg:#f5f0f8;--criteria-button-bg-hover:#f0e8f0;--criteria-button-bg-active:#efe8f8;--criteria-button-bg-active-hover:#e6d8f0;--criteria-button-border:#e0d8e8;--criteria-button-border-hover:#d0c8d8;--criteria-button-border-active:#8a63d2;--criteria-button-text:#5c4b70;--criteria-button-text-hover:#4a3b60;--criteria-button-text-active:#2c2c3a;--criteria-button-text-active-hover:#1a1a2a;--criteria-button-padding-x:var(--spacing-4);--criteria-button-padding-y:var(--spacing-2);--criteria-button-padding-x-sm:var(--spacing-3);--criteria-button-padding-y-sm:var(--spacing-1-5);--criteria-button-padding-x-xs:var(--spacing-2);--criteria-button-padding-y-xs:var(--spacing-1);--step-content-bg:var(--color-background-primary);--step-content-border-radius:var(--border-radius-xl);--step-content-shadow:var(--shadow-md);--step-content-padding:var(--spacing-8);--step-content-padding-sm:var(--spacing-6);--step-content-padding-xs:var(--spacing-4);--step-content-margin:var(--spacing-8);--step-content-margin-sm:var(--spacing-4);--step-content-max-width:800px;--step-content-title-color:var(--color-text-primary);--step-content-description-color:var(--color-text-secondary);--step-content-call-title-color:var(--color-text-primary);--step-content-sentiment-color:var(--color-text-secondary);--step-content-sentiment-delighted-color:var(--color-status-success);--step-content-customer-card-bg:#f8fafc;--step-content-customer-card-border:#e2e8f0;--step-content-customer-name-color:var(--color-text-primary);--step-content-customer-contact-color:var(--color-text-secondary);--step-content-policies-title-color:#374151;--step-content-policy-item-bg:var(--color-background-primary);--step-content-policy-item-border:var(--color-border-primary);--step-content-policy-item-bg-hover:var(--color-background-secondary);--step-content-policy-item-border-hover:var(--color-border-secondary);--step-content-chevron-color:var(--color-text-tertiary);--step-content-transfer-text-color:var(--color-text-secondary);--step-content-progress-bg:var(--color-border-primary);--step-content-progress-fill:linear-gradient(90deg,var(--color-status-warning)0%,var(--color-status-success)100%);--step-content-option-card-bg:#f8fafc;--step-content-option-card-border:#e2e8f0;--step-content-option-card-shadow:var(--shadow-sm);--step-content-option-card-title-color:var(--color-text-primary);--step-content-option-card-text-color:var(--color-text-secondary);--step-content-notes-textarea-border:var(--color-border-secondary);--step-content-notes-textarea-focus-border:var(--color-border-focus);--step-content-notes-textarea-focus-shadow:0 0 0 3px rgba(107,70,193,.1);--step-content-info-item-border:var(--color-border-primary);--step-content-info-label-color:var(--color-text-secondary);--step-content-info-value-color:var(--color-text-primary);--step-content-claim-item-bg:var(--color-background-primary);--step-content-claim-item-border:var(--color-border-primary);--step-content-claim-status-approved-bg:#dcfce7;--step-content-claim-status-approved-color:#166534;--step-content-claim-status-pending-bg:#fef3c7;--step-content-claim-status-pending-color:#92400e;--step-content-solution-card-bg:#f0f9ff;--step-content-solution-card-border:#bae6fd;--step-content-solution-card-title-color:#1e40af;--step-content-solution-card-text-color:#1e40af;--step-content-summary-card-bg:#f0fdf4;--step-content-summary-card-border:#bbf7d0;--step-content-summary-item-border:#dcfce7;--step-content-summary-label-color:#166534;--step-content-summary-value-color:#166534;--stepper-padding:var(--spacing-4);--stepper-container-padding:var(--spacing-8);--stepper-container-padding-sm:var(--spacing-4);--stepper-container-padding-xs:var(--spacing-2);--stepper-step-wrapper-max-width:120px;--stepper-step-wrapper-max-width-sm:100px;--stepper-step-wrapper-max-width-xs:80px;--stepper-step-circle-size:18px;--stepper-step-circle-size-sm:40px;--stepper-step-circle-size-xs:36px;--stepper-step-connector-margin:var(--spacing-2);--stepper-step-connector-margin-sm:var(--spacing-1);--stepper-step-connector-margin-xs:var(--spacing-1);--stepper-step-connector-max-width:80px;--stepper-step-connector-max-width-sm:40px;--stepper-step-label-margin-top:var(--spacing-3);--stepper-step-label-min-width:80px;--stepper-step-label-max-width:100px;--stepper-step-label-min-width-sm:70px;--stepper-step-label-max-width-sm:80px;--stepper-step-label-min-width-xs:50px;--stepper-step-label-max-width-xs:70px;--stepper-step-pending-bg:#d3d3d3;--stepper-step-pending-bg-hover:#c4c4c4;--stepper-step-pending-color:var(--color-text-secondary);--stepper-step-active-bg:#4caf50;--stepper-step-active-bg-hover:#45a049;--stepper-step-active-color:var(--color-text-inverse);--stepper-step-completed-bg:#4caf50;--stepper-step-completed-bg-hover:#45a049;--stepper-step-completed-color:var(--color-text-inverse);--stepper-step-label-pending-color:var(--color-text-secondary);--stepper-step-label-active-color:var(--color-text-primary);--stepper-step-label-completed-color:var(--color-text-secondary);--stepper-connector-pending-bg:#d3d3d3;--stepper-connector-completed-bg:#4caf50;--stepper-connector-active-bg:#4caf50}.Button-module-scss-module__HB5Z3q__button{border:var(--border-width-1)var(--border-style-solid)transparent;border-radius:var(--border-radius-md);font-family:var(--font-family-primary);font-weight:var(--font-weight-medium);cursor:pointer;transition:var(--transition-all);-webkit-user-select:none;-moz-user-select:none;user-select:none;justify-content:center;align-items:center;gap:var(--spacing-2);text-decoration:none;display:inline-flex;position:relative}.Button-module-scss-module__HB5Z3q__button:focus{outline:2px solid var(--color-border-focus);outline-offset:2px}.Button-module-scss-module__HB5Z3q__button:disabled{opacity:.5;cursor:not-allowed}.Button-module-scss-module__HB5Z3q__sm{height:var(--button-height-sm);padding:0 var(--button-padding-x-sm);font-size:var(--font-size-sm)}.Button-module-scss-module__HB5Z3q__md{height:var(--button-height-md);padding:0 var(--button-padding-x-md);font-size:var(--font-size-base)}.Button-module-scss-module__HB5Z3q__lg{height:var(--button-height-lg);padding:0 var(--button-padding-x-lg);font-size:var(--font-size-lg)}.Button-module-scss-module__HB5Z3q__primary{background-color:var(--color-button-primary);color:var(--color-text-inverse);border-color:var(--color-button-primary)}.Button-module-scss-module__HB5Z3q__primary:hover:not(:disabled){background-color:var(--color-button-primary-hover);border-color:var(--color-button-primary-hover)}.Button-module-scss-module__HB5Z3q__primary:active:not(:disabled){background-color:var(--color-button-primary-active);border-color:var(--color-button-primary-active)}.Button-module-scss-module__HB5Z3q__secondary{background-color:var(--color-button-secondary);color:var(--color-text-primary);border-color:var(--color-border-primary)}.Button-module-scss-module__HB5Z3q__secondary:hover:not(:disabled){background-color:var(--color-button-secondary-hover)}.Button-module-scss-module__HB5Z3q__secondary:active:not(:disabled){background-color:var(--color-button-secondary-active)}.Button-module-scss-module__HB5Z3q__success{background-color:var(--color-status-success);color:var(--color-text-inverse);border-color:var(--color-status-success)}.Button-module-scss-module__HB5Z3q__success:hover:not(:disabled){background-color:#059669}.Button-module-scss-module__HB5Z3q__danger{background-color:var(--color-status-error);color:var(--color-text-inverse);border-color:var(--color-status-error)}.Button-module-scss-module__HB5Z3q__danger:hover:not(:disabled){background-color:#dc2626}.Button-module-scss-module__HB5Z3q__warning{background-color:var(--color-status-warning);color:var(--color-text-inverse);border-color:var(--color-status-warning)}.Button-module-scss-module__HB5Z3q__warning:hover:not(:disabled){background-color:#d97706}.Button-module-scss-module__HB5Z3q__info{background-color:var(--color-status-info);color:var(--color-text-inverse);border-color:var(--color-status-info)}.Button-module-scss-module__HB5Z3q__info:hover:not(:disabled){background-color:#2563eb}.Button-module-scss-module__HB5Z3q__purple{background-color:var(--color-primary-purple);color:var(--color-text-inverse);border-color:var(--color-primary-purple)}.Button-module-scss-module__HB5Z3q__purple:hover:not(:disabled){background-color:#553c9a}.Button-module-scss-module__HB5Z3q__fullWidth{width:100%}.Button-module-scss-module__HB5Z3q__loading{cursor:not-allowed}.Button-module-scss-module__HB5Z3q__spinner{width:16px;height:16px;animation:1s linear infinite Button-module-scss-module__HB5Z3q__spin}.Button-module-scss-module__HB5Z3q__hidden{opacity:0}@keyframes Button-module-scss-module__HB5Z3q__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.Header-module-scss-module__wS1-Va__header{background-color:#fff;gap:14px;width:auto;padding:18px 40px;display:flex;box-shadow:0 2px 10px rgba(0,0,0,.08)}.Header-module-scss-module__wS1-Va__headerContent{align-items:center;display:flex}.Header-module-scss-module__wS1-Va__logo{width:158px;height:36px}.Header-module-scss-module__wS1-Va__divider{opacity:1;border:1px solid #000;width:26px;height:0;transform:rotate(-90deg)}.Header-module-scss-module__wS1-Va__title{font-size:30px;font-weight:300;font-style:Light;letter-spacing:0;color:var(--Text-Secondary-grey400,#4b4b4b);margin:0;line-height:120%}
.ParentCard-module-scss-module__PmaG-q__parentCard{background-color:#fff;border-radius:16px;max-width:872px;margin:40px 204px;padding:0;box-shadow:0 4px 20px rgba(0,0,0,.1)}.ParentCard-module-scss-module__PmaG-q__parentCard.ParentCard-module-scss-module__PmaG-q__queryConfirmation{max-width:none;margin:104px 24px}.ParentCard-module-scss-module__PmaG-q__titleSection{padding:80px 24px 40px}.ParentCard-module-scss-module__PmaG-q__title{color:#1f2937;text-align:center;margin:0;font-size:24px;font-weight:600;line-height:32px}
.InfoCard-module-scss-module__RbMpiq__infoCard{background-color:#f3f7ff;border:1px solid #cbdcfd;border-radius:23px;margin:0 136px 24px;padding:40px 24px 24px;box-shadow:0 3px 7px rgba(89,121,247,.1),0 13px 13px rgba(89,121,247,.09),0 28px 17px rgba(89,121,247,.05),0 51px 20px rgba(89,121,247,.01),0 79px 22px rgba(89,121,247,0)}.InfoCard-module-scss-module__RbMpiq__infoCard.InfoCard-module-scss-module__RbMpiq__queryConfirmation{box-shadow:none;background-color:transparent;border:none;margin:0 136px 116px;padding:104px 24px}.InfoCard-module-scss-module__RbMpiq__conversationText{letter-spacing:-.1px;color:#1f2937;text-align:center;margin:0 0 40px;font-size:22px;font-weight:400;line-height:34px}.InfoCard-module-scss-module__RbMpiq__queryPrompt{text-align:center}.InfoCard-module-scss-module__RbMpiq__promptText{color:#1f2937;margin:0 0 20px;font-size:18px;font-weight:600}
.LanguageSelector-module-scss-module__dzixYq__languageSelector{justify-content:center;gap:15px;height:26px;padding:0;display:flex}.LanguageSelector-module-scss-module__dzixYq__label{color:#495057;margin:0 0 16px;padding:3px 0;font-size:14px;font-weight:400}.LanguageSelector-module-scss-module__dzixYq__languageOptions{flex-wrap:wrap;gap:12px;display:flex}.LanguageSelector-module-scss-module__dzixYq__languageButton{color:#495057;cursor:pointer;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:20px;height:26px;padding:4px 10px;font-size:12px;font-weight:500;transition:all .2s}.LanguageSelector-module-scss-module__dzixYq__languageButton:hover{background-color:#e9ecef}.LanguageSelector-module-scss-module__dzixYq__languageButton.LanguageSelector-module-scss-module__dzixYq__active{color:#4c1d95;background-color:#e0d5f7;border-color:#8b5cf6;font-weight:600}
.QueryOptions-module-scss-module__SQHD-W__queryOptions{padding:0}.QueryOptions-module-scss-module__SQHD-W__optionsContainer{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.QueryOptions-module-scss-module__SQHD-W__optionButton{color:#374151;cursor:pointer;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-width:180px;padding:12px 24px;font-size:16px;font-weight:500;transition:all .2s;display:flex}.QueryOptions-module-scss-module__SQHD-W__optionButton:hover{background-color:#f9fafb;border-color:#d1d5db}.QueryOptions-module-scss-module__SQHD-W__optionButton.QueryOptions-module-scss-module__SQHD-W__selected{color:#fff;background-color:#10b981;border-color:#10b981}.QueryOptions-module-scss-module__SQHD-W__optionButton.QueryOptions-module-scss-module__SQHD-W__selected:hover{background-color:#059669;border-color:#059669}.QueryOptions-module-scss-module__SQHD-W__optionText{font-weight:500}.QueryOptions-module-scss-module__SQHD-W__checkmark{font-size:14px;font-weight:700}
.CallButtons-module-scss-module__9iSqKG__callButtons{justify-content:center;gap:14px;padding:0 24px 40px;display:flex}.CallButtons-module-scss-module__9iSqKG__transferButton{color:#5c2d91;cursor:pointer;background-color:#fff;border:1px solid #5920c5;border-radius:8px;width:212px;height:48px;padding:8px 16px;font-size:16px;font-weight:600;transition:all .2s}.CallButtons-module-scss-module__9iSqKG__transferButton:hover{background-color:#f8f9fa}.CallButtons-module-scss-module__9iSqKG__transferButton:active{transform:translateY(1px)}.CallButtons-module-scss-module__9iSqKG__nextButton{color:#fff;cursor:pointer;background-color:#7c47e1;border:none;border-radius:8px;width:212px;height:48px;padding:10px 20px;font-size:16px;font-weight:600;transition:all .2s}.CallButtons-module-scss-module__9iSqKG__nextButton:hover{background-color:#4a2470}.CallButtons-module-scss-module__9iSqKG__nextButton:active{transform:translateY(1px)}
