@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-border-style:solid}}}@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::-moz-placeholder{opacity:1}::placeholder{opacity:1}@supports (not (-webkit-appearance:-apple-pay-button)) or (contain-intrinsic-size:1px){::-moz-placeholder{color:currentColor}::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::-moz-placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.border{border-style:var(--tw-border-style);border-width:1px}}body{background:#fafafa;font-family:Inter,sans-serif}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--bg: #FAFAFA;--white: #FFFFFF;--text: #1E1E1E;--text-secondary: #4C4C4C;--text-muted: #A0A0A0;--border: #E5E5E5;--border-hover: #D0D0D0;--orange: #FF462E;--orange-soft: rgba(255, 70, 46, .06);--green: #1A8754;--green-soft: rgba(26, 135, 84, .07);--dark: #1E1E1E;--progress-track: #EEEEEE;--radius: 14px}body{background:var(--bg);color:var(--text);font-family:Inter,sans-serif;min-height:100vh;display:flex;flex-direction:column;-webkit-font-smoothing:antialiased}.quiz-header{padding:20px 32px;display:flex;align-items:center;justify-content:space-between;background:var(--bg)}.logo-text{font-family:Plus Jakarta Sans,sans-serif;font-size:20px;font-weight:700;letter-spacing:-.3px;color:var(--orange)}.header-context{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-muted)}.header-url{font-weight:500;color:var(--text-secondary);max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.progress-wrap{width:100%;height:2px;background:var(--progress-track)}.progress-bar{height:100%;background:var(--orange);transition:width .5s cubic-bezier(.4,0,.2,1)}.audit-strip{display:none;align-items:center;justify-content:center;gap:10px;padding:10px 24px;background:var(--white);border-bottom:1px solid #F0F0F0;font-size:13px;color:var(--text-secondary);animation:fadeIn .3s ease}.audit-strip.visible{display:flex}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.audit-strip-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.audit-strip-dot.queued{background:var(--orange);animation:stripPulse 1.8s ease-in-out infinite}.audit-strip-dot.ready{background:var(--green)}@keyframes stripPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.85)}}.audit-strip-url{font-weight:500;color:var(--text);max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.audit-strip-status{color:var(--text-muted);font-weight:400}.audit-strip-status.ready{color:var(--green);font-weight:500}.quiz-body{flex:1;display:flex;align-items:flex-start;justify-content:center;padding:52px 24px 100px}.quiz-card{width:100%;max-width:520px}.step{display:none;animation:fadeUp .35s ease forwards}.step.active{display:block}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.question{font-family:Plus Jakarta Sans,sans-serif;font-size:26px;font-weight:700;line-height:1.25;letter-spacing:-.5px;margin-bottom:28px;color:var(--text)}.question-sub{font-size:15px;color:var(--text-secondary);line-height:1.55;margin-top:-16px;margin-bottom:28px;font-weight:400}.options-list{display:flex;flex-direction:column;gap:12px}.option-card{background:var(--white);border:1.5px solid var(--border);border-radius:var(--radius);padding:22px 24px;font-size:16px;font-weight:400;color:var(--text);cursor:pointer;transition:all .15s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.option-card:hover{border-color:var(--border-hover)}.option-card:active{transform:scale(.995)}.option-card.selected{border-color:var(--orange);border-width:2px;padding:21.5px 23.5px}.option-card .option-hint{font-size:13px;color:var(--text-muted);font-weight:400;margin-top:4px}.form-fields{display:flex;flex-direction:column;gap:16px}.field-group{display:flex;flex-direction:column;gap:6px}.field-label{font-size:14px;font-weight:500;color:var(--text)}.field-input{background:var(--white);border:1.5px solid var(--border);border-radius:10px;padding:16px 18px;font-size:16px;font-family:Inter,sans-serif;color:var(--text);outline:none;transition:border-color .15s ease;width:100%}.field-input::-moz-placeholder{color:silver}.field-input::placeholder{color:silver}.field-input:focus{border-color:var(--dark)}.field-required{color:var(--text-muted);font-weight:400}.field-error{border-color:#e53935!important;animation:fieldShake .35s ease}@keyframes fieldShake{0%,to{transform:translate(0)}20%{transform:translate(-4px)}40%{transform:translate(4px)}60%{transform:translate(-3px)}80%{transform:translate(2px)}}.field-hint{font-size:12.5px;color:var(--text-muted);line-height:1.5;margin-top:2px}.phone-input-wrap{display:flex;align-items:center;background:var(--white);border:1.5px solid var(--border);border-radius:10px;overflow:visible;position:relative;transition:border-color .15s ease}.phone-input-wrap:focus-within{border-color:var(--dark)}.phone-country-btn{display:flex;align-items:center;gap:6px;padding:16px 12px 16px 16px;background:none;border:none;border-right:1.5px solid var(--border);cursor:pointer;flex-shrink:0;font-family:Inter,sans-serif;transition:background .1s ease}.phone-country-btn:hover{background:var(--bg)}.phone-country-btn svg{color:var(--text-muted);flex-shrink:0}.phone-flag{font-size:18px;line-height:1}.phone-dial{font-size:14px;color:var(--text);font-weight:400}.phone-number-input{flex:1;border:none;outline:none;padding:16px;font-size:16px;font-family:Inter,sans-serif;color:var(--text);background:transparent;min-width:0}.phone-number-input::-moz-placeholder{color:silver}.phone-number-input::placeholder{color:silver}.phone-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:var(--white);border:1.5px solid var(--border);border-radius:10px;box-shadow:0 8px 24px #0000001a;z-index:50;overflow:hidden}.phone-dropdown-search{padding:10px 12px;border-bottom:1px solid var(--border)}.phone-dropdown-search input{width:100%;border:1.5px solid var(--border);border-radius:8px;padding:10px 12px;font-size:14px;font-family:Inter,sans-serif;color:var(--text);outline:none;background:var(--bg)}.phone-dropdown-search input:focus{border-color:var(--dark);background:var(--white)}.phone-dropdown-search input::-moz-placeholder{color:silver}.phone-dropdown-search input::placeholder{color:silver}.phone-dropdown-list{max-height:240px;overflow-y:auto}.phone-dropdown-item{display:flex;align-items:center;gap:10px;padding:11px 14px;cursor:pointer;transition:background .1s ease}.phone-dropdown-item:hover,.phone-dropdown-item.active{background:var(--bg)}.phone-dropdown-item .phone-flag{font-size:18px;flex-shrink:0}.phone-dropdown-name{flex:1;font-size:14px;color:var(--text);font-weight:400;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.phone-dropdown-item.active .phone-dropdown-name{font-weight:500}.phone-dropdown-dial{font-size:13px;color:var(--text-muted);flex-shrink:0}.btn-submit{width:100%;padding:18px 24px;background:var(--dark);color:#fff;border:none;border-radius:60px;font-family:Inter,sans-serif;font-size:16px;font-weight:500;cursor:pointer;margin-top:12px;transition:all .18s ease;letter-spacing:0}.btn-submit:hover{opacity:.9}.btn-submit:active{transform:scale(.99)}.back-link{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:var(--text-muted);cursor:pointer;margin-bottom:24px;transition:color .15s ease;border:none;background:none;font-family:Inter,sans-serif;padding:0;font-weight:400}.back-link:hover{color:var(--text-secondary)}.back-link svg{width:14px;height:14px}.proof-strip{display:flex;align-items:center;gap:8px;margin-top:28px;padding-top:20px;border-top:1px solid #F0F0F0}.proof-avatars{display:flex}.proof-avatar{width:28px;height:28px;border-radius:50%;border:2px solid var(--bg);margin-right:-8px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600}.proof-avatar:last-child{margin-right:0}.proof-avatar.a1{background:#ffe4e1;color:#c0392b}.proof-avatar.a2{background:#e8f5e9;color:#27ae60}.proof-avatar.a3{background:#e3f2fd;color:#2980b9}.proof-text{font-size:12.5px;color:var(--text-muted);line-height:1.4;margin-left:4px}.proof-text strong{color:var(--text-secondary);font-weight:500}.clutch-badge{display:flex;align-items:center;gap:10px;margin-top:20px;padding-top:18px;border-top:1px solid #F0F0F0}.clutch-logo{font-family:Plus Jakarta Sans,sans-serif;font-size:13px;font-weight:700;color:var(--text);letter-spacing:-.3px;flex-shrink:0}.clutch-divider{width:1px;height:16px;background:#e0e0e0;flex-shrink:0}.clutch-stars{display:flex;align-items:center;gap:2px}.clutch-stars svg{width:14px;height:14px}.clutch-rating{font-size:13px;color:var(--text-secondary);font-weight:500}.clutch-count{font-size:12px;color:var(--text-muted)}.value-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:20px;margin-bottom:24px}.value-card-title{font-family:Plus Jakarta Sans,sans-serif;font-size:13px;font-weight:600;color:var(--text);margin-bottom:14px;text-transform:uppercase;letter-spacing:.4px}.value-item{display:flex;align-items:flex-start;gap:10px;padding:7px 0}.value-check{width:18px;height:18px;border-radius:50%;background:var(--green-soft);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.value-check svg{width:10px;height:10px;color:var(--green)}.value-item-text{font-size:14px;color:var(--text-secondary);line-height:1.45}.testimonial{display:flex;gap:12px;margin-top:22px;padding-top:18px;border-top:1px solid #F0F0F0;align-items:flex-start}.testimonial-avatar{width:32px;height:32px;border-radius:50%;background:#e8f5e9;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:12px;font-weight:600;color:#27ae60}.testimonial-text{font-size:13px;color:var(--text-secondary);line-height:1.5;font-style:italic}.testimonial-name{font-size:12px;color:var(--text-muted);margin-top:4px;font-style:normal;font-weight:500}.founder-card{display:flex;align-items:center;gap:16px;background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:18px 20px;margin-bottom:22px}.founder-photo{width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,#ff6b5a,#ff462e);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-family:Plus Jakarta Sans,sans-serif;font-size:18px;font-weight:700;color:#fff}.founder-photo-img{width:52px;height:52px;border-radius:50%;-o-object-fit:cover;object-fit:cover;flex-shrink:0}.founder-info{flex:1}.founder-name{font-family:Plus Jakarta Sans,sans-serif;font-size:15px;font-weight:600;color:var(--text);margin-bottom:2px}.founder-role{font-size:13px;color:var(--text-muted)}.founder-avail{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--green);font-weight:500}.avail-dot{width:6px;height:6px;border-radius:50%;background:var(--green);animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.spots-tag{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;font-weight:500;color:var(--orange);background:var(--orange-soft);padding:6px 12px;border-radius:20px;margin-bottom:20px}.spots-dot{width:5px;height:5px;border-radius:50%;background:var(--orange)}.calendar-section{background:var(--white);border:1.5px solid var(--border);border-radius:var(--radius);padding:24px}.calendar-title{font-family:Plus Jakarta Sans,sans-serif;font-size:15px;font-weight:600;margin-bottom:18px;color:var(--text)}.calendar-day-label{font-size:12px;font-weight:500;color:var(--text-secondary);margin-bottom:8px;margin-top:14px}.calendar-day-label.first{margin-top:0}.calendar-slots{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.slot{background:var(--bg);border:1.5px solid var(--border);border-radius:8px;padding:12px 8px;text-align:center;font-size:14px;color:var(--text);cursor:pointer;transition:all .15s ease}.slot:hover{border-color:var(--border-hover);background:var(--white)}.slot.picked{border-color:var(--dark);background:var(--dark);color:#fff}.cta-value-row{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:14px;flex-wrap:wrap}.cta-value-item{display:flex;align-items:center;gap:5px;font-size:12px;color:var(--text-muted)}.cta-value-item svg{width:14px;height:14px;color:var(--green);flex-shrink:0}.calendar-footer{margin-top:20px;padding-top:16px;border-top:1px solid #F0F0F0;text-align:center}.calendar-skip{font-size:13px;color:var(--text-muted);line-height:1.55}.calendar-skip-link{color:var(--text-secondary);text-decoration:underline;cursor:pointer;font-weight:500;background:none;border:none;font-family:Inter,sans-serif;font-size:13px;padding:0}.calendar-skip-link:hover{color:var(--text)}.timezone-row{display:flex;align-items:center;gap:6px;margin-top:14px;color:var(--text-muted);position:relative}.timezone-row>svg{flex-shrink:0}.timezone-label{display:inline-flex;align-items:center;gap:4px;font-family:Inter,sans-serif;font-size:12.5px;color:var(--text-secondary);background:none;border:none;cursor:pointer;padding:0}.timezone-label:hover{color:var(--text)}.timezone-dropdown{position:relative}.timezone-input{font-family:Inter,sans-serif;font-size:12.5px;color:var(--text);border:1.5px solid var(--border);border-radius:8px;padding:8px 12px;width:220px;outline:none;background:var(--white)}.timezone-input:focus{border-color:var(--dark)}.timezone-list{position:absolute;top:100%;left:0;width:220px;max-height:200px;overflow-y:auto;background:var(--white);border:1.5px solid var(--border);border-radius:8px;margin-top:4px;z-index:10;box-shadow:0 4px 12px #00000014}.timezone-option{padding:10px 12px;font-size:13px;color:var(--text-secondary);cursor:pointer;transition:background .1s ease}.timezone-option:hover{background:var(--bg)}.timezone-option.active{color:var(--text);font-weight:500}.timezone-list-heading{padding:8px 12px 4px;font-size:11px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px}.success-icon{width:56px;height:56px;border-radius:50%;background:var(--orange-soft);display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.success-icon svg{width:26px;height:26px;color:var(--orange)}.success-heading{font-family:Plus Jakarta Sans,sans-serif;font-size:24px;font-weight:700;text-align:center;margin-bottom:8px;letter-spacing:-.3px}.success-sub{font-size:15px;color:var(--text-secondary);text-align:center;line-height:1.6;max-width:380px;margin:0 auto 28px}.booked-slot{display:flex;align-items:center;justify-content:center;gap:8px;background:var(--white);border:1px solid var(--border);border-radius:10px;padding:14px 20px;max-width:380px;margin:0 auto 20px;font-size:14px;color:var(--text);font-weight:500}.booked-slot svg{width:16px;height:16px;color:var(--text-muted);flex-shrink:0}.cal-download-row{display:flex;gap:10px;justify-content:center;max-width:380px;margin:0 auto 28px}.cal-dl-btn{display:flex;align-items:center;justify-content:center;gap:8px;flex:1;padding:13px 16px;background:var(--white);border:1.5px solid var(--border);border-radius:10px;font-family:Inter,sans-serif;font-size:13px;font-weight:500;color:var(--text);cursor:pointer;text-decoration:none;transition:all .15s ease}.cal-dl-btn:hover{border-color:var(--border-hover);background:var(--bg)}.cal-dl-btn svg{width:18px;height:18px;flex-shrink:0;color:var(--text)}.success-timeline{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:20px;max-width:380px;margin:0 auto}.success-timeline-title{font-family:Plus Jakarta Sans,sans-serif;font-size:13px;font-weight:600;color:var(--text);margin-bottom:14px;text-transform:uppercase;letter-spacing:.4px}.timeline-item{display:flex;gap:12px;padding:8px 0;align-items:flex-start}.timeline-num{width:22px;height:22px;border-radius:50%;background:var(--orange-soft);color:var(--orange);font-size:11px;font-weight:600;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.timeline-text{font-size:13.5px;color:var(--text-secondary);line-height:1.45}.timeline-text strong{color:var(--text);font-weight:500}.quiz-footer{padding:20px 32px;text-align:center;font-size:12px;color:var(--text-muted);line-height:1.6}.quiz-footer a{color:var(--text-muted);text-decoration:underline}@media(max-width:600px){.quiz-body{padding:28px 16px 60px}.quiz-header,.quiz-footer{padding:16px}.question{font-size:21px;margin-bottom:16px}.question-sub{font-size:14px;margin-bottom:20px;margin-top:-10px}.option-card{padding:18px;font-size:15px;border-radius:12px}.option-card.selected{padding:17.5px}.options-list,.form-fields{gap:10px}.field-input{padding:14px 16px;font-size:16px;border-radius:10px}.field-label{display:none}.btn-submit{padding:16px 24px;font-size:15px;margin-top:14px}.phone-country-btn{padding:14px 10px 14px 14px;gap:5px}.phone-number-input{padding:14px;font-size:16px}.phone-flag{font-size:16px}.phone-dial{font-size:13px}.phone-dropdown-list{max-height:200px}.phone-dropdown-item{padding:10px 12px}.phone-dropdown-name{font-size:13px}.phone-dropdown-dial{font-size:12px}.back-link{margin-bottom:14px}.logo-text{font-size:18px}.header-url{max-width:120px;font-size:12px}.audit-strip{padding:8px 16px;font-size:12px;gap:6px}.audit-strip-url{max-width:110px;font-size:12px}.proof-strip{margin-top:22px;padding-top:16px}.proof-text{font-size:12px;margin-left:4px}.clutch-badge{flex-wrap:wrap;gap:8px;margin-top:16px;padding-top:14px}.value-card{padding:14px 16px;margin-bottom:16px;border-radius:12px}.value-card-title{font-size:11px;margin-bottom:8px}.value-item{padding:4px 0;gap:8px}.value-check{width:16px;height:16px}.value-check svg{width:9px;height:9px}.value-item-text{font-size:13px;line-height:1.35}.testimonial{margin-top:16px;padding-top:14px}.testimonial-avatar{width:28px;height:28px;font-size:11px}.testimonial-text{font-size:12px}.founder-card{padding:14px 16px;gap:12px;border-radius:12px;margin-bottom:16px}.founder-photo{width:42px;height:42px;font-size:15px}.founder-photo-img{width:42px;height:42px}.founder-name{font-size:14px}.founder-role{font-size:12px}.founder-avail{font-size:11px}.spots-tag{font-size:11.5px;padding:5px 10px;margin-bottom:14px}.calendar-section{padding:20px}.calendar-day-label{margin-top:20px;margin-bottom:10px}.calendar-day-label.first{margin-top:0}.calendar-slots{grid-template-columns:repeat(3,1fr);gap:8px}.slot{padding:12px 6px;font-size:13px}.timezone-row{margin-top:10px}.timezone-input{width:100%;font-size:14px}.timezone-list,.timezone-dropdown{width:100%}.cta-value-row{flex-direction:column;gap:6px;margin-top:10px}.cta-value-item{font-size:11.5px}.calendar-footer{margin-top:16px;padding-top:12px}.calendar-skip{font-size:12.5px}.success-icon{width:48px;height:48px;margin-bottom:16px}.success-icon svg{width:22px;height:22px}.success-heading{font-size:21px}.success-sub{font-size:14px;margin-bottom:22px}.booked-slot{font-size:13px;padding:12px 14px;margin-bottom:16px}.cal-download-row{flex-direction:column;gap:8px;margin-bottom:22px}.cal-dl-btn{padding:12px 14px;font-size:13px}.success-timeline{padding:16px;border-radius:12px}.success-timeline-title{font-size:12px;margin-bottom:10px}.timeline-text{font-size:13px}}
